@import url(font-awesome.min.css);

body {
  /* font-family: 'iran_sansregular'; */
  font-family: IranSans;
  font-size: 14px;
  direction: rtl;
  overflow-x: hidden !important;
  line-height: 1.829;
}

@font-face {
  font-family: 'iran_sansregular';
  src: url('iran_sans.woff2') format('woff2'), url('iran_sans.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: IranSans;
  src: url("iransansweb.ttf") format("truetype");
}

a,
a:hover,
a:focus {
  outline: none;
  text-decoration: none;
}


#wrapper {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 0;
  overflow: hidden;
}

.circle {
  position: absolute;
  width: 260px;
  height: 260px;
  top: 50%;
  left: 50%;
  margin: -130px 0 0 -130px;
  background: rgba(255, 255, 255,.05);
  border-radius: 80%;
  backface-visibility: hidden;
  visibility: hidden;
  z-index: -1;
  transform: translate(0, 0);
}

.circle2{
  position: absolute;
  width: 460px;
  height: 460px;
  top: 50%;
  left: 50%;
  margin: -230px 0 0 -230px;
  background: rgba(255, 255, 255,.05);
  border-radius: 80%;
  backface-visibility: hidden;
  visibility: hidden;
  z-index: -2;
}

.circle3{
  position: absolute;
  width: 600px;
  height: 600px;
  top: 50%;
  left: 50%;
  margin: -300px 0 0 -300px;
  background: rgba(255, 255, 255,.05);
  border-radius: 80%;
  backface-visibility: hidden;
  visibility: hidden;
  z-index: -3;
}

/********************************************Social Media***************************************************/

.icon-button {
  background-color: none;
  border-radius: 3.6rem;
  cursor: pointer;
  display: inline-block;
  font-size: 2.0rem;
  height: 3.6rem;
  line-height: 3.6rem;
  margin: 0 5px;
  position: relative;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 3.6rem;
}


/* Circle */

.icon-button span {
  border-radius: 0;
  display: block;
  height: 0;
  left: 50%;
  margin: 0;
  position: absolute;
  top: 50%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  width: 0;
}

.icon-button:hover span {
  width: 3.6rem;
  height: 3.6rem;
  border-radius: 3.6rem;
  margin: -1.8rem;
}

.social1 span {
  background-color: #6207fa;
}

.social2 span {
  background-color: #3B5998;
}

.social3 span {
  background-color: #04f3e5;
}


/* Icons */

.icon-button i {
  background: none;
  color: white;
  height: 3.6rem;
  left: 0;
  line-height: 3.6rem;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  width: 3.6rem;
  z-index: 10;
}

.icon-button .icon-social1 {
  color: #6207fa;
}

.icon-button .icon-social2 {
  color: #3B5998;
}

.icon-button .icon-social3 {
  color: #04f3e5;
}

.icon-button:hover .icon-twitter,
.icon-button:hover .icon-facebook,
.icon-button:hover .icon-google-plus {
  color: white;
}


/********************************************End of Social Media***************************************************/

.menuLevel0 {
  list-style: outside none none;
  padding-right: 0;
}

.menuLevel1 {
  margin-top: 8px;
  padding-right: 0px;
  padding-top: 10px;
}

.secFooter .menuLevel0 span {
  color: #fff;
  font-size: 1.1em;

}

.menuLevel0 span {
  color: #fff;
  font-size: 1.4em;
}

.menuLevel1 span {
  color: #bedfe8;
  font-size: 1.2em;
  transition: all 0.3s ease 0s;
}

.menuLevel1 span:hover {
  color: #ddd;
  padding-right: 7px;
}

.carousel-caption {
  text-align: right;
  top: 10%;
}

.carousel-caption-bold {
  font-size: 24px;
  margin-bottom: 30px;
}

.carousel-caption-light {
  font-size: 18px;
  margin-bottom: 100px;
}

.carousel-indicators li {
    background: transparent;
    border: medium none;
    height: 12px;
    width: 12px;
    margin: 0px !important;
    border: 1px solid #009aae;
}

.carousel-indicators .active {
    background: #009aae;
    border: medium none;
    height: 12px;
    width: 12px;
    margin: 0px !important;
}

.searchBox {
  display: none;
  background: #222;
  padding: 10px;
  margin-top: 10px;
}

.mini-Search .input-sm {
  background: transparent !important;
  font-size: 15px;
  box-shadow: none;
  border: none;
  color: #fff !important;
}

.noPadding {
  padding-left: 0;
  padding-right: 0;
}

.simpleMenuUl {
  list-style: none;
  margin-left: 80px;
  margin-top: -5px;
}

.simpleMenuUl li {
  display: inline-block;
  margin: 0px 13px 0 33px;
}

.simpleMenuUl li a {
  color: #ffffff;
  padding: 5px;
}

.menuDiv {
  margin-top: 56px;
}



#section1 {
  background: url(top.svg) no-repeat;
  background-size: cover;
  background-position: center bottom;
}


/* .logo {
    width: 90%;
} */
.ModuleTitleAltReplace {
    color: #05056c;
    font-size: 27px;
    margin-bottom: 30px;
    display: block;
    margin-top: 30px;
}


.slider a {
  color: #009aae;
  border: 2px solid #009aae;
  padding: 3px 45px;
  display: inline-block;
  font-size: 16px;
  border-radius: 40px;
  margin-top: 30px;
  transition: .4s;
}

.slider a:hover {
  color: #fff;
  border: 2px solid #009aae;
  background: #009aae;
}

.HorzMenuUL li {
  display: block;
  width: 100%;
  text-align: right;
  padding: 15px 0;
}

.HorzMenuUL li a {
  color: #fff !important;
  text-shadow: none !important;
  font-size: 19px !important;
  font-family: inherit !important;
  padding-right: 0 !important;
}

.pace {
  display: none !important;
}

.leftMenuBlock {
  /* border-right: 1px solid #2ba8b9; */
}

.qaUl {
  list-style: none;
  margin-top: 25px;
}

.qaUl li a {
  color: #fff;
  font-size: 19px;
}

.qaUl li {
  padding: 8px 0;
}

.qaUl li img {
  padding-left: 10px;
}

.NewsTCPagerField {
  margin-bottom: 10px;
}

.titleSelect a {
  color: #12087d;
  font-size: 28px;
}

.titleSelect h2 {
  margin-bottom: 25px;
}

.absSelect {
  margin-bottom: 40px;
  color: #555;
  font-size: 17px;
  padding-left: 30px;
}

.dateSelect {
  color: #1a1280;
  margin-top: 8px;
  font-size: 13px;
}

.topFooter {
  background: #009aae;
}

.titleSelect::before {
  background: #009aae;
  content: "";
  right: -110px;
  top: 35px;
  position: absolute;
  width: 90px;
  height: 5px;
}

.titleNews a {
  color: #777;
  font-size: 16px;
}

.mainNews {
  margin-bottom: 15px;
}

.dateNews {
  color: #706db1;
  font-size: 13px;
}

.bottomFooter {
  /*background: #009aae url(footerBG.png);*/
  background: #009aae;
  background-repeat: repeat-x;
  border-top: 1px solid rgba(255, 255, 255, .4);
  padding: 10px 0;
  color: #fff;
  background-size: contain;
  text-shadow: 0 0 3px #000;
}

.appUl {
  list-style: none;
  padding-right: 0px;
  display: table;
  margin: 0 auto;
}

.appUl li {
  background: rgba(255, 255, 255, .4);
  border-radius: 51px;
  padding: 3px;
  margin: 0 4px;
  display: inline-block;
}

.customersIcon {
  margin-bottom: 17px;
}

.fourthFooter {
  margin-top: 10px;
}

.secFooter,
.thirdFooter {
  
}

.thirdFooter {
  color: #fff;
}

.thirdFooter>div {
  margin-bottom: 9px;
}

.paddleft-right {
  padding-left: 3px;
  padding-right: 3px;
}


.contactTitle {
  margin-bottom: 20px !important;
  font-size: 18px;
}

.slick-disabled {
  opacity: .5;
}

.alert-resalat {
  background: #e7f6f8;
  text-align: justify;
}

.mt0 {
  margin-top: 0;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

.mt60 {
  margin-top: 60px;
}

.mt70 {
  margin-top: 70px;
}

.mt80 {
  margin-top: 80px;
}

.mt90 {
  margin-top: 90px;
}

.mt100 {
  margin-top: 100px;
}

.mb0 {
  margin-bottom: 0px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb70 {
  margin-bottom: 70px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb90 {
  margin-bottom: 90px;
}

.mb100 {
  margin-bottom: 100px;
}


/************************استایل درخواست افتتاح سپرده ************************/

.iranCity {
  background-color: #e7f1f8;
  text-align: center;
  border-radius: 100px;
  color: #23056a;
  height: 140px;
  width: 140px;
  margin: 10px auto;
  line-height: 140px;
  font-size: 15px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: .3s;
}

.iranCity:hover {
  background-color: #cf055b;
  color: #fff;
}
/*
.iranCity.ardebil {
  background-image: url(/UI/Styles/resalat/images/ardebil.png);
}

.iranCity.esfehan {
  background-image: url(/UI/Styles/resalat/images/esfehan.png);
}

.iranCity.alborz {
  background-image: url(/UI/Styles/resalat/images/alborz.png);
}

.iranCity.ilam {
  background-image: url(/UI/Styles/resalat/images/ilam.png);
}

.iranCity.azsharghi {
  background-image: url(/UI/Styles/resalat/images/azsharghi.png);
}

.iranCity.azgharbi {
  background-image: url(/UI/Styles/resalat/images/azgharbi.png);
}

.iranCity.booshehr {
  background-image: url(/UI/Styles/resalat/images/booshehr.png);
}

.iranCity.tehran {
  background-image: url(/UI/Styles/resalat/images/tehran.png);
}

.iranCity.chaharmahal {
  background-image: url(/UI/Styles/resalat/images/chaharmahal.png);
}

.iranCity.khjonobi {
  background-image: url(/UI/Styles/resalat/images/khjonobi.png);
}

.iranCity.khrazavi {
  background-image: url(/UI/Styles/resalat/images/khrazavi.png);
}

.iranCity.khshomali {
  background-image: url(/UI/Styles/resalat/images/khshomali.png);
}

.iranCity.khozestan {
  background-image: url(/UI/Styles/resalat/images/khozestan.png);
}

.iranCity.zanjan {
  background-image: url(/UI/Styles/resalat/images/zanjan.png);
}

.iranCity.semnan {
  background-image: url(/UI/Styles/resalat/images/semnan.png);
}

.iranCity.systan {
  background-image: url(/UI/Styles/resalat/images/systan.png);
}

.iranCity.fars {
  background-image: url(/UI/Styles/resalat/images/fars.png);
}

.iranCity.ghazvin {
  background-image: url(/UI/Styles/resalat/images/ghazvin.png);
}

.iranCity.ghom {
  background-image: url(/UI/Styles/resalat/images/ghom.png);
}

.iranCity.kordestan {
  background-image: url(/UI/Styles/resalat/images/kordestan.png);
}

.iranCity.kerman {
  background-image: url(/UI/Styles/resalat/images/kerman.png);
}

.iranCity.kermanshah {
  background-image: url(/UI/Styles/resalat/images/kermanshah.png);
}

.iranCity.kohgiloye {
  background-image: url(/UI/Styles/resalat/images/kohgiloye.png);
}

.iranCity.golestan {
  background-image: url(/UI/Styles/resalat/images/golestan.png);
}

.iranCity.gilan {
  background-image: url(/UI/Styles/resalat/images/gilan.png);
}

.iranCity.lorestan {
  background-image: url(/UI/Styles/resalat/images/lorestan.png);
}

.iranCity.mazandaran {
  background-image: url(/UI/Styles/resalat/images/mazandaran.png);
}

.iranCity.markazi {
  background-image: url(/UI/Styles/resalat/images/markazi.png);
}

.iranCity.hormozgan {
  background-image: url(/UI/Styles/resalat/images/hormozgan.png);
}

.iranCity.hamedan {
  background-image: url(/UI/Styles/resalat/images/hamedan.png);
}

.iranCity.yazd {
  background-image: url(/UI/Styles/resalat/images/yazd.png);
}
*/

.bmRotate span {
  color: #fff;
  font-size: 17px;
}

.bmRotate img {
  padding-left: 15px;
  width: 50px;
}

.bmRotate span {
  color: #fff;
  font-size: 17px;
  padding-bottom:8px;
  padding-top:23px;
}
.bmRotate1 span {
  color: #fff;
  font-size: 17px;
}
.internetBank img {
  padding-left: 15px;
  width: 50px;
}

.internetBank span {
  color: #fff;
  padding:17px;
}

.mainMenuContent,
.mainMenuContent ul {
  list-style: none;
}

.mainMenuContent ul li:first-child a {
  color: #fff;
  margin-bottom: 20px;
  display: inline-block;
}

.mainMenuContent ul li a {
  color: #bedfe8;
  font-size: 18px;
}

.mainMenuContent ul li:first-child {
  font-size: 20px;
}

.mainMenuContent ul li a {
  margin-bottom: 5px;
  display: inline-block;
}

.input-sm.ac_input {
  background: #32adbf url(search.png) !important;
  height: 50px;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  transition: .3s;
  width:calc(100% - 70px);
  float:right;
}

.mainMenuContent li a {
  transition: .3s;
}

.mainMenuContent li a:hover {
  margin-right: 6px !important;
}

.input-sm.ac_input:focus {
  box-shadow: 0px 0 7px #98c6cc;
}

.slider img {
  border-radius: 280px;
}

.videoAlbumBoxDetails {
  position: relative;
}

[id*="pnlDownloadAparat"] {
  display: none;
}

.videoAlbumBox {
  border: 0;
  text-align: center;
  margin-bottom: 0 !important;
  padding: 0;
  height: auto !important;
}

@media (min-width:768px) and (max-width:991px) {
  .menuDiv {
    display: none;
  }
  .search-mobile{
   position:absolute !important;
   left: 100px !important;
   top: 63px !important;
  }

  .floatLogo .logo {
    width: 320px !important;
  }

  .slider {
    text-align: center;
  }

  .slider img {
    margin: 0 auto;
    width: 310px;
  }

  .slider h5 {
    text-align: center !important;
  }

  .imgSelect img {
    width: 45%;
    border-radius: 350px;
    box-shadow: 0px 20px 30px -10px #333;
    position: relative;
    margin: 0 auto;
  }

  #global-nav {
    display: block !important;
  }

  .leftMenuBlock {
    margin-bottom: 20px;
    margin-top: 20px;
    margin-right: 30px;
  }

  .mainMenuContent {
    padding-right: 0;
  }
}

.pishRes a {
  border-bottom: 1px solid #6a92b7;
}

.pishRes a::before {
  position: absolute;
  right: -17px;
  bottom: -4px;
  background: url(pishResBefore.png) no-repeat;
  width: 17px;
  height: 9px;
  content: "";
  background-size: contain;
}

.pishRes a::after {
  position: absolute;
  left: -17px;
  bottom: -4px;
  background: url(pishResAfter.png) no-repeat;
  width: 17px;
  height: 9px;
  content: "";
  background-size: contain;
}

.pishRes a {
  position: relative;
}

.FlowerParvaresh>.row:hover>.FPText {
  background: rgba(238, 238, 238, 0.61);
  padding-top: 30px;
  padding-bottom: 30px;
  border-radius: 4px;
}

.disFlex {
  display: flex;
  flex-wrap: wrap;
}

.FlowerParvaresh>.row img {
  border-radius: 5px;
  transition: .4s;
  border: 2px solid rgb(197, 193, 193);
  padding: 4px;
}

.FPText {
  transition: .4s;
}

.vMiddle {
  margin-top: auto;
  margin-bottom: auto;
}

.fiveIcon {
  filter: brightness(0) opacity(.6);
  transition: .4s;
}

.fiveIcon:hover {
  filter: brightness(1);
}

@media (max-width:1308px) {
  .no-touch #cd-vertical-nav {
    right: 0 !important;
  }
}

.dearCsR p {
  transition: .4s;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-right: 15px;
  padding-left: 15px;
}

.dearCsR:hover p {
  padding-top: 20px;
  margin-top: 0;
  padding-bottom: 20px;
  margin-bottom: 0;
}

.dearCsR:hover p {
  background: rgb(240, 247, 250);
  border-radius: 4px;
}

.dearCsL p {
  transition: .4s;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-right: 15px;
  padding-left: 15px;
}

.dearCsL:hover p {
  padding-top: 20px;
  margin-top: 0;
  padding-bottom: 20px;
  margin-bottom: 0;
}

.dearCsL:hover p {
  background: rgb(240, 247, 250);
  border-radius: 4px;
}

.sixIcon img {
  box-shadow: 1px 2px 8px -2px #ccc;
  border-radius: 130px;
  padding: 5px;
}

.shetrMain img {
  box-shadow: 1px 2px 8px -2px #ccc;
  border-radius: 320px;
}

.shetrMain {
  margin-bottom: 40px;
}

.sixIcon {
  margin-bottom: 20px;
}

.inbUl {
  list-style: none;
}

.inbUl li {
  position: relative;
  margin-bottom: 15px;
}

.inbUl li a {
  color: #0199ae;
  font-size: 16px;
}

.inbUl li a::before {
  background: url(inbUl.png);
  width: 20px;
  height: 20px;
  position: absolute;
  right: -25px;
  top: 2px;
  content: "";
  background-size: contain;
}

#cd-vertical-nav {
  display: none;
}

@media (min-width:855px) {
  .mobileLogo {
    display: none;
  }
}

@media (max-width:768px) {

  .desktopLogo {
    display: none;
  }

  .mobileLogo {}

  .qaUl {
    text-align: right !important;
  }
  .search-mobile{
   position:absolute !important;
   left: 70px !important;
   top: 40px !important;
  }
}

@media (min-width:768px) {
  .mobileLogo {
    display: none;
  }
  	#global-nav {
	  overflow: hidden;
	}
}

@media (min-width:768px) and (max-width:992px) {
  ul.qaUl li {
    width: 50%;
    float: right;
  }
}

.sew_suggestion {
  text-decoration: black !important;
  color: blue !important;
  text-emphasis: none black !important;
  -webkit-text-fill-color: black !important;
  -webkit-text-stroke: 0px black !important;
}

.ContentRowSt .input-sm.ac_input {
  width: 100% !important;
}

.ContentRowSt [id*="pnlSearch"] .col-xs-12.col-md-2 {
  width: 25% !important;
}

.ContentRowSt [id*="pnlSearch"] .form-control {
  height: 52px;
}

.newsArchiveCategory {
  display: none !important;
}

.cnt-NewsArchive-infoCmm {
  border-right: 50px solid #1f9cd5;
  background-color: #ddeff8 !important;
  position: relative;
  padding: 10px !important;
  display: none !important;
}

.newsArchiveSearch {
  width: 70%;
  padding: 30px 0 60px;
}

.newsArchiveSearch .form-control {
  border: 1px solid #009aae;
  height: 50px;
  border-radius: 6px;
  color: #9182b4;
  font-size: 15px;
}

.newsArchiveSearch .panel-heading {
  background: #fff !important;
  border: none !important;
  color: #05056c !important;
  font-size: 20px;
}

.newsArchiveSearch .panel-heading::before {
  background: #f4c8db;
  content: "";
  width: 190px;
  height: 1px;
  bottom: 0;
  right: 15px;
  position: absolute;
}

.newsArchiveSearch .panel-heading::after {
  background: #cf055b;
  content: "";
  width: 70px;
  height: 7px;
  bottom: -3px;
  right: 25px;
  position: absolute;
  border-radius: 10px;
}

.newsArchiveSearch .panel-heading {
  position: relative;
}

.panel.panel-default>.panel-heading,
.panel>.panel-heading {
  background-color: #eee;
  background-image: none;
  color: black;
}

cnt-NewsArchive-infoCmm {

  display: none;
}

.newsArchiveSearch .btn-search {
  background: #d61b6c !important;
  padding: 12px 40px;
  display: inline-block;
  border: 1px solid #d61b6c !important;
  box-shadow: none !important;
  border-radius: 6px !important;
  transition: .3s;
}





.threeView {
  position: relative;
}

.threeView img {
position: absolute;
}



.mobilePoster {
  z-index: 3;
}

.desktopPoster {
  z-index: 2;
}

.threeViewTxt ul {
  list-style: none;
  padding-right: 60px;
}

.threeViewTxt ul li {
  position: relative;
  margin-bottom: 10px;
  transition: .4s;
}

.threeViewTxt ul li a {
  color: #03016c;
  font-size: 24px;
  font-weight: bold;
}

.threeViewTxt ul li::before {
  background: #ce1364;
  position: absolute;
  right: -65px;
  top: 16px;
  content: "";
  width: 50px;
  height: 8px;
  border-radius: 30px;
  transition: .4s;
}

.threeViewTxt ul li:hover::before {
  width: 70px;
}

.threeViewTxt ul li:hover {
  padding-right: 15px;
}

@media (min-width:767px) {
  .threeViewMain {
    min-height: 670px;
    margin-top: 100px;
  }

  .threeViewTxt {
    margin-top: 20px;
  }

  .videoAlbumBoxDetails a {
    position: absolute;
    color: #fff !important;
    top: -67px;
    text-align: center;
    width: 138%;
  }
}
@media (min-width:1400px){
	.bmRotate1 {
    display: inline-block;
    transform: rotate(-90deg) !important;
    position: fixed;
    left: -90px;
    top: 523px !important;
    z-index: 1;
}
.bmRotate {
    display: inline-block;
    transform: rotate(-90deg) !important;
    position: fixed;
    left: -66px;
    top: 312px !important;
    z-index: 1;
}
.ibRotate {
    transform: rotate(-90deg) !important;
    display: inline-block;
    position: fixed;
    left: -63px;
    top: 160px !important;
    z-index: 1;
}
	
	
}
@media (max-width:767px) {
  .threeViewTxt {
    margin-top: 250px;
  }

  .threeView {
    margin-bottom: 400px;
  }

  .videoAlbumBoxDetails a {
    position: absolute;
    color: #fff !important;
    top: -67px;
    text-align: center;
    width: 100% !important;
    right: 1px;
  }
}

@media (min-width:767px) {
  .closeMenu {
    display: none;
  }

  .sm-default>li>a {
    padding: 5px 10px;
  }

  .sm>li>a .sub-arrow {
    background: url(/UI/Styles/Default/images/caret.png) no-repeat;
    width: 12px !important;
    height: 10px !important;
    left: 8px !important;
    top: 42% !important;
  }

  .has-submenu {
    padding: 5px 10px 5px 25px !important;
  }

  .sm-default a {
    color: #10649b;
    text-shadow: none;
    padding: 10px 0;
  }

  .sm-default a::before {
    color: #000;
    text-shadow: 0 0 1px rgba(255, 255, 255, 0.3);
    content: attr(data-hover);
    position: absolute;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    -moz-transition: -moz-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    pointer-events: none;
  }

  .sm-default a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    background: #f00;
    opacity: 0;
    -webkit-transform: translateY(5px);
    -moz-transform: translateY(5px);
    transform: translateY(5px);
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    -moz-transition: -moz-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    pointer-events: none;
  }

  .sm-default a:hover::before,
  .sm-default a:focus::before {
    opacity: 0;
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    transform: translateY(-2px);
  }

  .sm-default a:hover::after,
  .sm-default a:focus::after {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);
  }

  .rightMenuBlock,
  .leftMenuBlock {
    margin-top: 60px;
  }

  .logo {
    margin-top: 10px;
  }

  .slider h1 {
    color: #23056a;
    font-size: 40px;
    margin-bottom: 30px;
  }

  .slider h2 {
    color: #23056a;
    font-size: 24px;
    margin-bottom: 30px;
    line-height: 1.8;
  }

  .slider h5 {
    line-height: 2.2;
    font-size: 16px;
    text-align: justify;
  }

  .menuLevel0 li {
    display: inline-block;
    vertical-align: top;
    width: 170px;
    padding-bottom: 5px;
  }

  .slickSlider {
    width: 100%;
    /*  padding-right: 150px !important; */
  }

  .slick-slide {
    margin: 0px 60px;
  }

  .rightSlick.slick-arrow {
    position: absolute;
    top: 0;
    right: 53%;
    top: -40px;
  }

  .leftSlick.slick-arrow {
    position: absolute;
    top: 0;
    right: 49%;
    top: -40px;
  }

  .bmRotate {
    display: inline-block;
    transform: rotate(-90deg) !important;
    position: fixed;
    left: -66px;
    top: 317px;
    z-index: 1;
  }
  .bmRotate1 {
    display: inline-block;
    transform: rotate(-90deg) !important;
    position: fixed;
    left: -110px;
    top: 502px;
    z-index: 1;
  }
  .ccBank {
    padding: 10px 30px;
    border-radius: 0 0 13px 13px;
    background: #0573a1;
    border: 1px solid #0573a1;
    margin-right: 8px;
    margin-bottom: 1px;
    z-index: 1;
    transition: .4s;
  }

  .ibRotate {
    transform: rotate(-90deg) !important;
    display: inline-block;
    position: fixed;
    left: -63px;
    top: 167px;
    z-index: 1;
  }

  .internetBank {
    padding: 10px 30px;
    border-radius: 0 0 13px 13px;
    background: #d61b6c;
    border: 1px solid #d61b6c;
    margin-right: 8px;
    margin-bottom: 1px;
    z-index: 1;
    transition: .4s;
  }

  .menuLogo {
    width: 380px;
  }

  .mainMenuContent>li {
    width: 33%;
    float: right;
  }

  .mainMenuContent {
    margin-top: 30px;
  }

  .dearCsR::before {
    position: absolute;
    left: 0;
    top: 0;
    background: #cd1364;
    border-radius: 20px;
    width: 7px;
    height: 100%;
    content: "";
  }

  .dearCsR {
    padding-left: 70px;
  }

  .dearCsL {
    padding-right: 70px;
  }

  .fixLogo .logo {
    width: 80px;
    position: fixed;
    right: 40px;
    z-index: 100;
    top: 15px;
    transition: all 0s;
  }

  .floatLogo .logo {
    width: 500px;
    right: 40px;
    z-index: 100;
    top: 15px;
    transition: all 0s;
  }

  .fiveIcon {
    /* width: 20%;
        float: right; */
  }

  ul.menuLevel0 {
    margin-top: 30px;
  }

  .menuLevel0>li {
    width: 45%;
    margin-left: 15px;
  }

  .headerShape {
    background: url(/UI/Styles/resalat/AddOn/svg/header.svg) no-repeat;
    height: 680px;
    position: absolute;
    left: -43px;
    top: -3px;
    width: 900px;
    background-size: contain;
  }

  .headerChan { 
    position: relative;
    float: left;
    left: 5%;
    top: 5px;
    background-color:#FFF ;
    border: 2px solid #FFF;
    border-radius: 12px;
    padding: 5px;
  }

  .headerChan a{ 
    color: #F07C00;
    font-size: 200%;
  }

  .slider {
    margin-top: 40px;
    margin-bottom: 230px;
  }

  .newsArchiveSearch .btn-search {
    background: #d61b6c !important;
    padding: 12px 40px;
    display: inline-block;
    border: 1px solid #d61b6c !important;
    box-shadow: none !important;
    border-radius: 6px !important;
    transition: .3s;
    width: 40% !important;
    margin-top: -62px;
    float: right;
  }

  .newsArchiveSearch .btn-viewAll {
    background: #fff !important;
    padding: 12px 40px;
    display: inline-block;
    border: 1px solid #d61b6c !important;
    box-shadow: none !important;
    border-radius: 6px !important;
    transition: .3s;
    color: #d61b6c;
    width: 40% !important;
    margin-top: -62px;
    float: right;
    margin-right: 44%;
  }

  .archiveNum {
    display: inline-block;
    width: 70px !important;
    height: 70px;
    border: 1px solid #99d7df;
    color: #009aae;
    line-height: 70px;
    text-align: center;
    border-radius: 3px;
    font-size: 19px !important;
    margin-top: 4px;
    margin-left: 5px;
    transition: .4s;
  }
}

@media (max-width:767px) {

  html,
  body {
    overflow-x: hidden !important;
  }

  .menuIn {
    animation: fadeInRight 1s forwards;
    -webkit-animation-timing-function: cubic-bezier(0.785, 0.135, 0.150, 0.860);
    -moz-animation-timing-function: cubic-bezier(0.785, 0.135, 0.150, 0.860);
    -o-animation-timing-function: cubic-bezier(0.785, 0.135, 0.150, 0.860);
    animation-timing-function: cubic-bezier(0.785, 0.135, 0.150, 0.860);
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 100000;
  }

  .menuOut {
    animation: fadeOutRight 1s forwards;
    -webkit-animation-timing-function: cubic-bezier(0.785, 0.135, 0.150, 0.860);
    -moz-animation-timing-function: cubic-bezier(0.785, 0.135, 0.150, 0.860);
    -o-animation-timing-function: cubic-bezier(0.785, 0.135, 0.150, 0.860);
    animation-timing-function: cubic-bezier(0.785, 0.135, 0.150, 0.860);
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 100000;
  }

  .closeMenu {
    margin: 20px;
    cursor: pointer;
  }

  .socialDiv,
  .copyDiv {
    text-align: center;
  }

  .navbar-toggle {
    float: none !important;
  }

  #cd-vertical-nav {
    display: none;
  }

  .menuDiv {
    display: none;
  }

  .rightMenuBlock,
  .leftMenuBlock {
    margin-top: 0px;
  }

  #global-nav {
    display: block !important;
  }

  .rightMenuBlock {
    margin-top: 80px;
  }

  .closeMenu {
    display: none;
  }

  #HeaderMenu {
    display: block !important;
  }

  #HeaderMenu a {
    display: block;
    text-align: center;
    color: #ffffff !important;
    padding: 0 !important;
  }

  ul.HorzMenuUL li {
    border: none !important;
  }

  .navbar-collapse {
    background-color: transparent !important;
    box-shadow: none !important;
  }

  .simpleMenuUl {
    margin: 30px 0 0 0 !important;
  }

  .simpleMenuUl li {
    display: block !important;
    text-align: center !important;
    margin-top: 15px !important;
  }

  .menuLogo {
    margin: 0 auto;
  }

  .qaUl {
    padding: 0 !important;
    display: block !important;
    margin: 0 !important;
    text-align: center;
  }

  .col-xs-12.col-md-8.slider img {
    width: 80%;
    margin: 0 auto;
  }

  .slider h1 {
    color: #23056a;
    font-size: 24px;
    margin-bottom: 30px;
    text-align: center;
  }

  .slider h2 {
    color: #23056a;
    font-size: 20px;
    margin-bottom: 30px;
    text-align: center;
  }

  .slider h5 {
    line-height: 2.2;
    font-size: 15px;
    text-align: center;
  }

  .imgSelect img {
    width: 65%;
    border-radius: 5px;
    box-shadow: 0px 20px 30px -10px #333;
    margin: 0 auto !important;
    display: block;
  }

  .menuLevel0 li {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    padding-bottom: 5px;
    text-align: center;
  }

  .thirdFooter {
    text-align: center;
  }

  .fourthFooter {
    margin-bottom: 10px;
  }

  .slickSlider {
    width: 100%;
    padding-right: 0px !important;
  }

  .slick-slide {
    margin: 0px 60px;
  }

  .menuLogo {
    width: 70%;
  }

  .menuLevel0 li {
    text-align: center;
    width: 100%;
  }

  .rightSlick.slick-arrow {
    position: absolute;
    top: 0;
    right: 52%;
    top: -40px;
  }

  .leftSlick.slick-arrow {
    position: absolute;
    top: 0;
    right: 41%;
    top: -40px;
  }

  .mainMenuContent li {
    text-align: center;
  }

  .mainMenuContent {
    padding-right: 0;
    width: 100%;
    display: block !important;
  }

  .mainMenuContent ul {
    padding-right: 0;
    width: 100%;
    display: block !important;
  }

  .leftMenuBlock {
    text-align: center;
    margin-top: 20px;
  }

  .homeCircleImg2 svg,
  .homeCircleImg svg {
    width: 280px;
    margin: 0 auto;
    display: block;
  }

  .headerShape {
    background: url(/UI/Styles/resalat/AddOn/svg/header.svg) no-repeat;
    height: 680px;
    position: absolute;
    left: 5px;
    top: -53px;
    width: 900px;
    background-size: contain;
  }

  .slider {
    margin-top: 260px;
    margin-bottom: 230px;
  }

  .ahvhsUl li {
    display: block;
    width: 100% !important;
    float: right;
    padding: 5px 0;
    position: relative;
  }

  .newsArchiveSearch .btn-viewAll {
    background: #fff !important;
    padding: 12px 40px;
    display: inline-block;
    border: 1px solid #d61b6c !important;
    box-shadow: none !important;
    border-radius: 6px !important;
    transition: .3s;
    color: #d61b6c;
  }

  .archiveNum {
    display: inline-block;
    width: 60px !important;
    height: 70px;
    border: 1px solid #99d7df;
    color: #009aae;
    line-height: 70px;
    text-align: center;
    border-radius: 3px;
    font-size: 18px !important;
    margin-top: 4px;
    margin-left: 5px;
    transition: .4s;
  }

  .archiveTxt p {
    font-size: 15px;
    min-height: 30px;
    text-align: justify;
  }

  .newsArchiveSearch {
    width: 96% !important;
    padding: 30px 0 60px;
    margin-right: 5px;
  }
}

.Atetela {
  margin-top: 20px;
  box-shadow: -1px -2px 10px 6px #e5f4fe;
  text-align: justify !important;
}

.Atimget img {
  width: 50%;
  border-radius: 350px;
  border: 4px solid #fff;
  padding: 2px;
  margin: 28px 50px;
}

.Attiteletl h4 {
  padding: 20px;
  line-height: 35px
}

.Attiteletl a {
  color: #444;
}

.Attiteletl {
  background-color: #fff;
  border-radius: 8px 0 0 8px;
}

.Atimget {
  background-color: #e5f4fe;
  border-radius: 0 8px 8px 0;
}

.Attiteletl p {
  font-size: 16px;
  line-height: 10px;
  color: #555;
  padding: 0 24px;
  line-height: 30px
}

.Atdate::before {
  background: url(/upload/modules/Templates/dateicon.png) !important;
  background-repeat: no-repeat !important;
  position: absolute;
  right: 106px !important;
  top: 10px !important;
  width: 15px !important;
  height: 15px !important;
  content: "";
  background-size: cover !important;
}

.Atdate {
  position: relative;
  line-height: 35px;
  display: inline-block;
  padding: 0 40px;
}

.Attime::before {
  background: url(/upload/modules/Templates/timeicon.png) !important;
  background-repeat: no-repeat !important;
  position: absolute;
  right: 86px !important;
  top: 10px !important;
  width: 15px !important;
  height: 15px !important;
  content: "";
  border-radius: 30px;
  background-size: cover !important;
}

.Attime {
  position: relative;
  line-height: 35px;
  display: inline-block;
  padding: 0 40px;
}

.Atetelaet {
  margin-top: 20px;
  box-shadow: -1px -2px 10px 6px #e5f4fe;
  text-align: justify !important;
}

.Atimgetet img {
  width: 60%;
  border-radius: 350px;
  border: 4px solid #fff;
  padding: 2px;
  margin: 34px 30px;
}

.Attiteletlet h4 {
  padding: 20px;
}

.Attiteletlet a {
  color: #444;
}

.Atimgetet {
  background-color: #e5f4fe;
}

.Attiteletlet {
  background-color: #fff;
  color" #333;

}

.Attiteletlet p {
  font-size: 16px;
  line-height: 40px;
  color: #555;
  padding: 0 24px;
}

.Atdateet::before {
  background: url(/upload/modules/Templates/dateicon.png) !important;
  background-repeat: no-repeat !important;
  position: absolute;
  right: 106px !important;
  top: 10px !important;
  width: 15px !important;
  height: 15px !important;
  content: "";
  background-size: cover !important;
}

.Atdateet {
  position: relative;
  line-height: 35px;
  display: inline-block;
  padding: 0 40px;
}

.Attimeet::before {
  background: url(/upload/modules/Templates/timeicon.png) !important;
  background-repeat: no-repeat !important;
  position: absolute;
  right: 86px !important;
  top: 10px !important;
  width: 15px !important;
  height: 15px !important;
  content: "";
  border-radius: 30px;
  background-size: cover !important;
}

.Attimeet {
  position: relative;
  line-height: 35px;
  display: inline-block;
  padding: 0 40px;
}

@media (max-width:767px) {
  .Atmobet img {
    display: block;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .Atmob img {
    display: block;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

body.nav-open {
  overflow-y: hidden;
}

.blinds-parent {
  transition: all 1s;
  position: relative;
  opacity: 0 !important;
}

.blinds-parent.animated {
  opacity: 1 !important;
}

.blinds {
  position: absolute;
  left: 0;
  width: 100%;
  background: #f7f7f7 url('../img/noisy-texture-80x80-o3-d18-c-f7f7f7-t1.png') repeat;
}

.blinds-parent.animated .blinds {
  height: 0 !important;
  transition: all 1s !important;
}

.orange {
  color: #f7971d;
}

.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.pace-inactive {
  display: none;
}

.pace .pace-progress {
  background: #463177;
  position: fixed;
  -webkit-backface-visibility: hidden;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 3px;
}


.page-content-wrapper {
  opacity: 0;
}

.pace-running>.page-content-wrapper {
  opacity: 0;
}

.pace-done>.page-content-wrapper {
  opacity: 1;
  transition: opacity 1s ease-in;
}

.pace-done {
  overflow-x: hidden;
  overflow-y: auto;
}

.pace:after {
  display: block;
  position: fixed;
  -webkit-backface-visibility: hidden;
  top: calc(50vh + 90px);
  width: 100%;
  left: 0;
  padding-left: 10px;
  content: attr(data-progress-text);
  font-family: 'gilroyextrabold';
  font-size: 37px;
  text-align: center;
  color: #463177;
}

.pace-done #loading {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

#loading {
  width: 100%;
  height: 100vh;
  position: fixed;
  -webkit-backface-visibility: hidden;
  top: 0;
  left: 0;
  display: table;
  z-index: 9999;
  pointer-events: none;
}

#loading .loading-logo {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

#loading .loading-logo svg {
  width: 150px;
  height: 150px;
}

#loading .loading-logo svg path {
  /*stroke-dasharray: 2048;*/
  /*stroke-dashoffset: -2048;*/
}

.gridLines {
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: -9999;
  overflow: hidden;
}

.gridLines .gridWrapper {
  position: relative;
  width: 100%;
  height: 100%;
  left: -50%;
}

.gridLines .inner {
  width: 1920px;
  position: relative;
  left: -960px;
  display: block;
  height: 100%;
  float: left;
  margin-left: 100%;
}

.gridLines .vLine {
  background: #dddddd;
  height: 100%;
  width: 1px;
  float: left;
  margin-left: 323px
}

.gridLines .vLine:first-child {
  margin-left: 310px;
}

.gridLines .vLine:last-child {
  margin-right: 310px;
}

.navWrapper {
  position: absolute;
  z-index: 9000;
  left: 0;
  right: 0;
  top: 0;
  padding: 50px 120px 0 100px;
}

.navWrapper nav {
  float: right;
}

.navWrapper nav>ul {
  display: inline-block;
}

.navWrapper nav>ul li {
  float: left;
}

.navWrapper nav>ul li a {
  display: inline-block;
  padding: 20px;
  font-family: 'gilroyextrabold';
  font-size: 22px;
  color: #fff;
  display: block;
  text-decoration: none;
  text-transform: lowercase;
  text-shadow: 0px 0px 30px rgba(42, 27, 77, 0.7);
  transition: all 0.3s ease-out;
}

.navWrapper.error404 nav>ul li a {
  color: #463177;
  text-shadow: none;
}

.navWrapper nav>ul li a:hover,
.navWrapper nav>ul li.current-menu-item a {
  color: #14b1aa;
  transition: all 0.3s ease-out;
}

.navWrapper nav>ul li.current-menu-item a {
  pointer-events: none;
  cursor: default;
}

.nav-hamburger {
  width: 50px;
  height: 50px;
  border: none;
  border-radius: 30px;
  background: #fff;
  box-shadow: 0px 5px 27px -8px rgb(0, 154, 174);
  cursor: pointer;
  float: right;
  top: 55px;
  left: 50px;
  position: fixed;
  -webkit-backface-visibility: hidden;
  z-index: 1;
  transition: all 0.3s ease-out;
  z-index: 9999;
  text-align: center;
}

.nav-hamburger:hover {
  background: #009aae;
  box-shadow: 0px 5px 30px 1px rgb(0, 154, 174);
  transition: all 0.3s ease-out;
}

.nav-hamburger:hover img {
  filter: brightness(0) invert(1);
}

.nav-hamburger.remove-touch-efx:hover {
  background: #fff;
  box-shadow: 0px 5px 30px 1px rgba(42, 27, 77, 0.5);
}

.nav-hamburger .icon {
  width: 32px;
  height: 32px;
  margin-top: 8px;
  margin-left: 0px;
  display: inline-block;
  fill: #463177;
  transition: all 0.3s ease-out;
}

.nav-hamburger .icon-close {
  display: none;
}

.nav-hamburger.is-opened .icon-hamburger {
  display: none;
}

.nav-hamburger.is-opened .icon-close {
  display: inline-block;
}

.nav-hamburger:hover .icon {
  fill: #fff;
}

.nav-hamburger.remove-touch-efx:hover .icon {
  fill: #463177;
}

#lang-switcher {
  width: 50px;
  height: 50px;
  border-radius: 30px;
  background: #fff;
  box-shadow: 0px 5px 30px 1px rgba(42, 27, 77, 0.5);
  cursor: pointer;
  top: 55px;
  left: 50px;
  position: fixed;
  -webkit-backface-visibility: hidden;
  z-index: 1;
  transition: all 0.3s ease-out;
  z-index: 9999;
  color: #463177;
  font-size: 16px;
  font-family: 'Montserrat';
  font-weight: 700;
  text-align: center;
  line-height: 50px;
  text-transform: uppercase;
}

#lang-switcher:hover {
  background: #463177;
  box-shadow: 0px 5px 30px 1px rgba(42, 27, 77, 1);
  transition: all 0.3s ease-out;
  color: #fff;
}

.shape-overlays {
  width: 100vw;
  height: 100vh;
  pointer-events: none;
  position: fixed;
  -webkit-backface-visibility: hidden;
  top: 0;
  left: 0;
  z-index: 100;
}

.shape-overlays.is-opened {
  pointer-events: auto;
}

#global-nav {
  display: block;
  position: fixed;
  -webkit-backface-visibility: hidden;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
  transition: all 0.8s ease-in;
  z-index: 200;
  overflow-y: scroll;
}

#global-nav.is-opened {
  opacity: 1;
  pointer-events: auto;
  transition: all 1.5s ease-in;
}


/* #global-nav>div {
    display: table-cell;
    width: 50vw;
    vertical-align: middle;
    text-align: center;
    padding-bottom: 50px;
} */

#global-nav>div.contacts h4 {
  color: #fff;
  padding-bottom: 20px;
  font-size: 2.9rem;
  display: inline-block;
  width: 50%;
  text-align: left;
}

#global-nav>div.contacts a.mail,
#global-nav>div.contacts a.phone {
  color: #fff;
  text-decoration: underline;
  font-family: 'Montserrat';
  font-weight: 500;
  font-size: 18px;
  display: inline-block;
  width: calc(50% - 30px);
  text-align: left;
}

#global-nav>div.contacts div.social-media {
  width: 50%;
  position: relative;
  margin-top: 25px;
  margin-bottom: 15px;
  display: inline-block;
  text-align: left;
}

#global-nav>div.contacts a.social-btn {
  margin-right: 15px;
  height: 35px;
  display: inline-block;
}

#global-nav>div.contacts a.social-btn svg {
  color: #fff;
  width: 35px;
  height: 35px;
  position: relative;
}

#global-nav>div.contacts a.social-btn.dribbble svg {
  width: 37px;
  height: 37px;
  margin-top: -1px;
  margin-left: -2px;
}

#global-nav>div.contacts a:hover {
  text-decoration: none;
}

#global-nav>div.contacts a svg {
  fill: #fff;
}

#global-nav>div.nav-links {
  position: relative;
}

#global-nav>div.nav-links::before {
  content: ' ';
  width: 1px;
  height: 100vh;
  position: absolute;
  top: 0;
  left: -1px;
  background: #fff;
  opacity: 0.3;
}

#global-nav>div.nav-links li {
  width: 50%;
  text-align: left;
  display: inline-block;
  text-align: left;
  margin: 10px 0;
}

#global-nav>div.nav-links a {
  font-size: 3.9rem;
  text-decoration: none;
  font-family: 'gilroyextrabold';
  margin: 10px 0;
  text-align: left;
  color: #fff;
}

#global-nav>div.nav-links a:hover,
#global-nav>div.nav-links .current-menu-item a {
  color: #14B1AA;
}

#global-nav>div.nav-links .current-menu-item a {
  pointer-events: none;
  cursor: default;
}

#global-nav.contact-triggered {
  background: #14B1AA;
}

#global-nav.contact-triggered div.nav-links {
  display: none;
}

#global-nav.contact-triggered div.contacts {
  height: 100vh !important;
  width: 100%;
}

#global-nav.contact-triggered div.contacts .global-nav-cell {
  text-align: center;
  width: 450px;
  margin: 0 auto;
}

#global-nav.contact-triggered div.contacts .global-nav-cell h4 {
  font-size: 3.9rem;
}

#logo {
  display: inline-block;
  margin-top: 20px;
}

#logo svg.horizontal {
  height: 60px;
}

#logo svg.mobile {
  display: none;
}

#liquid-shape {
  position: absolute;
  right: 0;
  top: -20px;
  z-index: -1000;
  will-change: transform;
}

#liquid-shape svg {
  width: 850px;
}

section.screen-height {
  display: table;
  height: 100vh;
  min-height: 100vh;
  padding-bottom: 0;
  width: 100%;
  margin-left: 0;
  position: relative;
}

.section-wrapper {
  padding: 0 100px 0 200px;
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}

.cta-btn {
  box-sizing: border-box;
  font-family: 'gilroyextrabold';
  font-size: 14px;
  letter-spacing: 0.05em;
  display: inline-block;
  padding: 16px 30px 14px 30px;
  text-transform: uppercase;
  border-radius: 30px;
}

.cta-btn.secondary {
  background: transparent;
  color: #14b1aa;
  border: 1px solid #14b1aa;
  transition: all 0.4s ease-out;
}

.cta-btn.secondary:hover {
  color: #fff;
  background: #14b1aa;
  box-shadow: 0px 5px 30px 1px rgba(42, 27, 77, 0.25);
  transition: all 0.4s ease-out;
}

.cta-btn.primary {
  color: #fff;
  background: #14b1aa;
  transition: all 0.4s ease-out;
}

.cta-btn.primary:hover {
  background: #11a29b;
  box-shadow: 0px 5px 30px 1px rgba(42, 27, 77, 0.25);
}

.slider .frame {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}

.slider .slides {
  display: inline-block;
}

.slider .slides li {
  position: relative;
  display: inline-block;
}

.slider .slider-nav {
  position: absolute;
  top: -70px;
}

.slider .slider-nav .label-quantity {
  display: inline-block;
  position: relative;
  color: #14b1aa;
  font-family: 'Vollkorn';
  font-style: italic;
  font-size: 22px;
  top: -2px;
}

.slider .slider-nav .label-quantity::after {
  content: ' ';
  display: inline-block;
  width: 36px;
  height: 1px;
  margin: 0 15px;
  background: #14b1aa;
  position: relative;
  top: -5px;
}

.slider .slider-nav button {
  width: 46px;
  height: 46px;
  border-radius: 46px;
  background: transparent;
  border: 1px solid #14b1aa;
  cursor: pointer;
  transition: all 0.4s ease-out;
}

.slider .slider-nav svg {
  fill: #14B1AA;
  transition: all 0.4s ease-out;
}

.slider .slider-nav button:hover {
  background: #14b1aa;
  box-shadow: 0px 5px 30px 1px rgba(42, 27, 77, 0.25);
  transition: all 0.4s ease-out;
}

.slider .slider-nav button:hover svg {
  fill: #fff;
  transition: all 0.4s ease-out;
}

.slider .slider-nav button:disabled {
  opacity: 0.5;
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.slider .slider-nav button:first-of-type {
  margin-right: 1px;
}

.slider .slider-nav button:first-of-type svg {
  transform: scaleX(-1);
  margin-left: -3px;
}

.slider .slider-nav button svg {
  width: 18px;
  height: 18px;
  margin-top: 2px;
  margin-left: 2px;
}

#vertical-nav {
  position: fixed;
  -webkit-backface-visibility: hidden;
  top: 0;
  height: 100vh;
  left: 107px;
  width: 45px;
  z-index: 1000;
  font-family: 'gilroylight';
  font-size: 17px;
  display: table;
}

#vertical-nav ul {
  display: table-cell;
  vertical-align: middle;
  padding-bottom: 25px;
}

#vertical-nav li {
  display: block;
  width: 100%;
}

#vertical-nav li a {
  color: #463177;
  padding: 10px;
  display: block;
  height: 18px;
  text-align: center;
}

#vertical-nav li.selected a,
#vertical-nav li a:hover {
  font-family: 'gilroyextrabold';
  font-size: 20px;
}

#vertical-nav li.selected::after {
  content: ' ';
  height: 60px;
  margin: 5px auto;
  display: block;
  background: #463177;
  width: 2px;
}

#vertical-nav li.selected:last-child::after {
  content: none;
}

#vertical-nav li.selected:last-child::before {
  content: ' ';
  height: 60px;
  margin: 5px auto;
  display: block;
  background: #463177;
  width: 2px;
}

#vertical-nav.color-inverted li a {
  color: #fff;
}

#vertical-nav.color-inverted li.selected:last-child::before,
#vertical-nav.color-inverted li.selected::after {
  background: #fff;
}

footer {
  min-height: 318px;
  background: #463177;
  border-top: 10px solid #fff;
  overflow: hidden;
  width: 100%;
}

.footer-wrapper {
  width: 950px;
  margin: 0 auto;
  padding-top: 35px;
}

.footer-wrapper>div {
  width: 302px;
  margin-left: 20px;
  float: left;
  box-sizing: border-box;
}

.footer-wrapper>div:first-child {
  margin-left: 0;
}

.footer-wrapper svg {
  fill: #fff;
}

.footer-wrapper h4,
.footer-wrapper p,
.footer-wrapper a {
  color: #fff;
}

.footer-wrapper .logo-group {
  padding-left: 115px;
}

.footer-wrapper .logo-group svg {
  width: 160px;
  height: 60px;
}

.footer-wrapper .logo-group p {
  margin-top: 20px;
  font-size: 24px;
  line-height: 24px;
  font-family: 'Vollkorn';
  font-style: italic;
}

.footer-wrapper .link-group {
  padding-left: 120px;
  padding-left: 98px;
  margin-left: 20px;
}

.footer-wrapper li {
  margin-top: 20px;
  list-style: none;
}

.footer-wrapper a {
  font-family: 'Montserrat';
  font-weight: 400px;
  font-size: 15px;
}

.footer-wrapper a:hover {
  text-decoration: underline;
}

.footer-wrapper .contacts-group {
  margin-left: 20px;
}

.footer-wrapper .contacts-group a,
#global-nav div.contacts a.mail,
#global-nav div.contacts a.phone {
  padding-left: 30px;
  position: relative;
  margin-top: 20px;
  display: inline-block;
}

.footer-wrapper .contacts-group a svg,
#global-nav div.contacts a svg {
  position: absolute;
  left: 0;
  top: 0;
  height: 20px;
  width: 20px;
}

.footer-wrapper .contacts-group h4:nth-of-type(2) {
  margin-top: 30px;
}

.footer-wrapper .contacts-group a.social-btn {
  margin-right: 15px;
  margin-top: 15px;
  height: 35px;
}

.footer-wrapper .contacts-group a.social-btn svg {
  width: 35px;
  height: 35px;
}

.footer-wrapper .contacts-group a.social-btn.dribbble svg {
  width: 37px;
  height: 37px;
  margin-top: -1px;
  margin-left: -2px;
}

.footer-wrapper p.copyright {
  padding-top: 50px;
  padding-bottom: 15px;
  width: 100%;
  float: left;
  opacity: 0.5;
  text-align: center;
  font-family: 'Vollkorn';
  font-style: italic;
  font-size: 16px;
}


/**** CTA Buttons ****/

.cta-wrapper {
  margin: 100px auto;
  position: relative;
  height: 50px;
  width: 100%;
}

.cta-wrapper .cta-btn {
  padding-top: 15px;
  padding-bottom: 14px;
  position: absolute;
  min-width: 200px;
  text-align: center;
}

.cta-wrapper .cta-btn svg {
  fill: #14b1aa;
  width: 16px;
  height: 13px;
  margin-top: -1px;
  transition: fill 0.4s;
}

.cta-wrapper .cta-btn.prev {
  margin-right: 10px;
  right: 50%;
}

.cta-wrapper .cta-btn.prev svg {
  transform: scaleX(-1);
  margin-right: 15px;
  float: left;
}

.cta-wrapper .cta-btn.next {
  margin-left: 10px;
  left: 50%;
}

.cta-wrapper .cta-btn.next svg {
  margin-left: 15px;
  float: right;
}

.cta-wrapper .cta-btn:hover svg {
  fill: #fff;
}


/****************
* Responsive CSS
****************/


/*** General Responsive ***/

@media (max-width: 1280px) {
  html {
    font-size: 45.5%;
  }
}

.cta-btn {
  padding: 14px 25px 12px 25px;
  font-size: 12px;
}

h3 {
  font-size: 3rem;
}

@media (max-width: 1024px) {
  .navWrapper nav>ul {
    display: none;
  }

  #logo {
    margin-top: 10px;
  }

  section.screen-height {
    height: auto;
    min-height: 600px;
    padding-top: 60px;
    padding-bottom: 100px;
  }
}

@media all and (max-width: 1024px) {
  .section-wrapper {
    padding: 0 100px;
  }

  .slider-nav button,
  .slider-nav .label-quantity::after {
    display: none !important;
  }
}

@media all and (max-width: 960px) {
  #global-nav {
    display: flex;
    flex-direction: column-reverse;
  }

  #global-nav>div {
    display: table;
    width: 100vw;
    float: right;
    padding: 0;
  }

  #global-nav>div.nav-links {
    height: 80vh;
  }

  #global-nav>div.nav-links::before {
    width: 100vw;
    height: 1px;
    bottom: 0;
    top: auto;
  }

  #global-nav>div.contacts {
    height: 20vh;
  }

  #global-nav .global-nav-cell,
  #global-nav>div ul {
    /*display: table-cell;*/
    vertical-align: middle;
  }

  #global-nav>div.nav-links li,
  #global-nav>div.contacts h4,
  #global-nav div.contacts a {
    text-align: center;
  }

  #global-nav>div.contacts h4 {
    display: none;
  }

  #global-nav div.contacts a {
    font-size: 16px;
    width: auto;
    margin: 0 auto;
  }

  #global-nav div.contacts a.mail svg,
  #global-nav div.contacts a.phone svg {
    position: static;
    transform: translate3d(-8px, 5px, 0px);
  }

  #global-nav div.contacts div.social-media {
    padding-left: 40px;
  }

  .footer-wrapper {
    width: auto;
  }

  .footer-wrapper>div {
    width: 250px;
  }

  .footer-wrapper .logo-group {
    width: 215px;
    padding-left: 40px;
  }

  .footer-wrapper .link-group {
    padding-left: 50px;
  }
}

@media all and (max-width: 767px) {
  .gridLines {
    overflow: hidden;
  }

  .navWrapper {
    padding: 50px;
  }

  .nav-hamburger {
    left: 20px;
    top: 30px;
  }

  #lang-switcher {
    left: 20px;
    top: 20px;
  }

  #logo {
    margin: -10px auto 30px;
    width: 100px;
    display: block;
  }

  #logo svg.horizontal {
    display: none;
  }

  #logo svg.mobile {
    display: block;
    width: 100px;
  }

  section.screen-height {
    min-height: auto;
  }

  .section-wrapper {
    padding: 100px 0px 0;
    display: block;
    height: auto;
    text-align: center;
  }

  .footer-wrapper .link-group,
  .footer-wrapper .contacts-group {
    margin-left: 80px;
    margin-top: 50px;
    width: auto;
    padding-left: 0;
  }

  .footer-wrapper {
    padding-top: 0;
  }

  .footer-wrapper .contacts-group {
    width: 290px;
  }

  .footer-wrapper .logo-group {
    display: none;
  }

  #global-nav>div.contacts a.mail,
  #global-nav>div.contacts a.phone {
    padding-left: 0;
    width: 100%;
    text-align: center;
  }

  #global-nav>div.contacts div.social-media {
    width: auto;
    margin: 25px auto 15px;
    padding-left: 35px;
  }
}

@media all and (max-width: 500px) {
  h1::before {
    display: none;
  }

  section.screen-height {
    padding-top: 0;
  }

  .gridLines {
    display: none;
  }

  .footer-wrapper .link-group,
  .footer-wrapper .contacts-group {
    text-align: center;
    width: 100%;
    padding: 0 20px;
    margin: 0;
    margin-top: 50px;
  }
}

@media all and (max-width: 420px) {
  .cta-wrapper {
    text-align: center;
  }

  .cta-wrapper .cta-btn.next,
  .cta-wrapper .cta-btn.prev {
    position: static;
    margin: 0 auto 15px;
    min-width: 220px;
  }

  .cta-wrapper {
    text-align: center;
  }
}


/*** COOKIE CONSENT ***/

body .cc-compliance {
  flex-direction: row-reverse;
}

body .cc-theme-classic .cc-btn:last-child {
  border-radius: 25px;
  transition: all 0.4s ease-out;
}

body .cc-theme-classic .cc-btn:last-child:hover {
  background: #14b1aa;
  box-shadow: 0px 5px 30px 1px rgba(42, 27, 77, 1);
  transition: all 0.4s ease-out;
}

body .cc-floating.cc-theme-classic {
  border-radius: 20px;
}

body .cc-link {
  text-transform: lowercase;
}

body .cc-link:first-letter {
  text-transform: uppercase;
}

.nav-hamburger.is-opened {
  box-shadow: 0px 5px 30px 1px rgb(255, 255, 255);
}

.muted {
  color: #9c9c9c;
}

small.muted {
  font-size: 100%;
}

.uppercase {
  text-transform: uppercase;
}


/* BUTTON-COMMON-CP
   ========================================================================== */

button.button-common-cp,
a.button-common-cp,
input[type="button"].button-common-cp,
input[type="submit"].button-common-cp {
  background: transparent;
  color: #333;
  font-size: 15px;
  line-height: 1;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
  border: 0;
  min-width: 175px;
  padding: 18px 0;
  display: block;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

button.button-common-cp:disabled,
a.button-common-cp:disabled,
input[type="button"].button-common-cp:disabled,
input[type="submit"].button-common-cp:disabled {
  background: #d2d2d2;
  color: #fff;
}


/*small*/

button.button-common-cp.small,
a.button-common-cp.small,
input[type="button"].button-common-cp.small,
input[type="submit"].button-common-cp.small {
  padding: 10px 20px;
  font-size: 16px;
  min-width: auto;
}


/*small-caps*/

button.button-common-cp.small-caps,
a.button-common-cp.small-caps,
input[type="button"].button-common-cp.small-caps,
input[type="submit"].button-common-cp.small-caps {
  text-transform: uppercase;
  font-size: 12px;
  padding: 10px 20px;
  min-width: auto;
  background: #2d3134;
}

button.button-common-cp.small-caps:hover,
a.button-common-cp.small-caps:hover,
input[type="button"].button-common-cp.small-caps:hover,
input[type="submit"].button-common-cp.small-caps:hover {
  background: #006dd2;
}

.before-search-icon {
  position: relative;
}

.before-search-icon:before {
  content: '\f002';
  position: absolute;
  right: 16px;
  top: 16px;
  font-size: 30px;
  color: #000;
  font-family: 'FontAwesome';
}


/*dp*/

.dp-wrap {
  position: relative;
  display: inline-block;
}

.dp-con {
  width: 167px;
  background: #fff;
  color: #000;
  position: absolute;
  right: 0;
  top: 29px;
  display: none;
  text-align: right;
  z-index: 9999;
  -webkit-border-radius: 5px 0 5px 5px;
  -moz-border-radius: 5px 0 5px 5px;
  -ms-border-radius: 5px 0 5px 5px;
  -o-border-radius: 5px 0 5px 5px;
  border-radius: 5px 0 5px 5px;
  padding: 10px 0;
}

.dp-con>ul>li {
  border-bottom: 1px #c3e3e8 solid;
}

.dp-con>ul>li a {
  color: #8d84a6;
  font-size: 14px;
  padding: 10px;
  text-transform: uppercase;
  display: block;
}

.toggleHideShow {
  display: block;
}

.target {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  background: #fff !important;
  color: #453076 !important;
}

.target+.toggleHideShow {
  border-top-left-radius: 0 !important;
}

.dp-con.js-dp-content ul {
  padding-right: 10px;
  padding-left: 10px;
}

.dp-con.js-dp-content ul li {
  width: 100%;
}

.dp-con>ul>li:last-child {
  border: none;
}

.js-dp-click.button-common-cp img {
  padding-right: 3px;
}

.js-dp-click.button-common-cp.target img {
  filter: brightness(0%);
  transform: rotate(180deg);
}

@charset "UTF-8";

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2015 Daniel Eden
*/

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

.animated.flipOutX,
.animated.flipOutY {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

@-webkit-keyframes bounce {

  from,
  20%,
  53%,
  80%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

@keyframes bounce {

  from,
  20%,
  53%,
  80%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {

  from,
  50%,
  100% {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}

@keyframes flash {

  from,
  50%,
  100% {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .95, 1);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .95, 1);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {

  from,
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

@keyframes shake {

  from,
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%,
  20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%,
  20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {

  from,
  11.1%,
  100% {
    -webkit-transform: none;
    transform: none;
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

@keyframes jello {

  from,
  11.1%,
  100% {
    -webkit-transform: none;
    transform: none;
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes bounceIn {

  from,
  20%,
  40%,
  60%,
  80%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {

  from,
  20%,
  40%,
  60%,
  80%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {

  from,
  60%,
  75%,
  90%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInDown {

  from,
  60%,
  75%,
  90%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {

  from,
  60%,
  75%,
  90%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInLeft {

  from,
  60%,
  75%,
  90%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {

  from,
  60%,
  75%,
  90%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInRight {

  from,
  60%,
  75%,
  90%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {

  from,
  60%,
  75%,
  90%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {

  from,
  60%,
  75%,
  90%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
}

.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.text-white {
    border-top: 1px solid rgba(255,255,255,0.4);
    padding-top: 15px;
    padding-bottom: 8px;
}

.text-white p {
    color: #fff;
}
.linkspermis {
    font-size: 19px;
    color: #fff;
    font-weight: bold;
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
    transform: perspective(400px) scale3d(.95, .95, .95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
    transform: perspective(400px) scale3d(.95, .95, .95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

@keyframes rollOut {
  from {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  100% {
    opacity: 0;
  }
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  100% {
    opacity: 0;
  }
}

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
    transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
    transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
    transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
    transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}


.NewsTCPagerField a:first-child {
  color: transparent;
  background: url(teleFirst.png) !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  padding: 0 !important;
}

.NewsTCPagerField a:nth-child(2) {
  color: transparent;
  background: url(telePrev.png) !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  padding: 0 !important;
}

.NewsTCPagerField a:nth-last-child(2) {
  color: transparent;
  background: url(teleNext.png) !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  padding: 0 !important;
}

.NewsTCPagerField a:last-child {
  color: transparent;
  background: url(teleLast.png) !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  padding: 0 !important;
}

.NewsTCPagerField .pagenumber {
  color: #009aae !important;
  padding: 0px 5px;
}

.NewsTCPagerField a {
  padding: 0 5px;
}

@media (min-width:767px) {

  /* ماژول نگارخانه  */
  .Atnegarkhaneh .form-group input {
    width: 145% !important;
    border: 1px solid #009aae !important;
    height: 50px;
    color: #9182b4 !important;
    font-size: 15px !important;
  }

  /*  پایان ماژول نگارخانه  */
}

@media (max-width:767px) {
  .gabeliyat {
    position: absolute;
    z-index: -2;
    top: -45px;
    right: -345px;
  }

  /*  ماژول نگارخانه  */
  .Atnegarkhaneh .form-group input {
    width: 100% !important;
    border: 1px solid #009aae !important;
    height: 50px;
    color: #9182b4 !important;
    font-size: 15px !important;
  }

  .NewsStyle {
    margin-top: 270px !important;
  }

  .Atnegarkhaneh .form-inline a {
    background: #d61b6c !important;
    padding: 12px 40px;
    border: 1px solid #d61b6c !important;
    box-shadow: none !important;
    border-radius: 6px !important;
    transition: .3s;
    margin-right: 0 !important;
    height: 50px;
    color: #fff;
  }

  .Attitelgaleri {
    position: relative !important;
    margin: auto;
    top: 0;
    text-align: center;
    height: auto !important;
    width: 100%;
    line-height: 20px !important;
  }

  .Attitelgaleri a {
    font-size: 20px !important;
    display: block !important;
    color: #555 !important;
  }

  /*  پایان ماژول نگارخانه  */

}

/*   ماژول نگارخانه   */
.gallery-detail {
  background-color: #fff;
  padding: ;
  padding-top: 30px;
  border-radius: 8px;
  box-shadow: 0 0 10px #cce9f4;
}

.Atnegarkhaneh .form-inline a {
  background: #d61b6c !important;
  padding: 12px 40px;
  border: 1px solid #d61b6c !important;
  box-shadow: none !important;
  border-radius: 6px !important;
  transition: .3s;
  margin-right: 10%;
  height: 50px;
  color: #fff;
}

.Atnegarkhaneh .form-inline img {
  display: none;
}

.gallery-lightbox-commentSearch {
  background-color: #fff;
  border-radius: 10px 10px 0 0;
  padding: 30px 30px 0 30px;
  margin-top: 30px;
}

.gallery-searchPanel {
  background-color: #fff;
  border-radius: 0 0 10px 10px;
  padding: 30px;
}

.gallery-lightbox-commentSearch label {
  color: #05056c !important;
  font-size: 20px;
}

.gallery-lightbox-commentSearch label::after {
  background: #cf055b;
  content: "";
  width: 70px;
  height: 7px;
  bottom: -3px;
  right: 25px;
  position: absolute;
  border-radius: 10px;
}

.gallery-lightbox-commentSearch label::before {
  background: #f4c8db;
  content: "";
  width: 190px;
  height: 1px;
  bottom: 0;
  right: 15px;
  position: absolute;
}

.Atgalery img {
  width: 100%;
  border-radius: 150px;
  box-shadow: 0px 0px 20px 2px #cce9f4;
}

.Atgalery {
  position: relative;
  margin-top: 20px;
  margin-bottom: 20px
}

.Attitelgaleri {
  position: absolute;
  margin: auto;
  top: 0;
  text-align: center;
  height: 100%;
  width: 100%;
  bottom: 0;
}

.Attitelgaleri a {
  color: #fff;
  font-size: 18px;
  display: none;

}

.Attitelgaleri:hover {
  display: block;
  background-color: #009aae99;
  border-radius: 154px;
  padding: 3px;
}

.Attitelgaleri:hover a {
  display: block;
}

.Attitelgaleri a {
  position: absolute;
  top: 50%;
  transform: translateY(-40%);
  text-align: center;
  left: 0;
  right: 0;
}

.Atgalery img {
  height: 250px;
}

.Atnegarkhaneh .RadDataPager_Bootstrap {
  border-color: #fff;
  color: #999cb8 !important;
  background-color: #fff;
  padding: 30px;
  font-size: 16px;
  font-family: "iran_sansregular", Helvetica, Arial, sans-serif;
  line-height: 1.42857143;
}

.Atnegarkhaneh .RadDataPager {
  width: auto !important;
  margin: auto;
  display: block;
  float: right;
}

.Atnegarkhaneh .rdpPagerLabel {
  margin: 0 40px 0 !important;
  vertical-align: middle;
  font-size: 16px;
}

.Atnegarkhaneh .RadDataPager_Bootstrap .rdpPageLast {
  background: #fff url(teleFirst.png) !important;
  background-position: 14px !important;
  background-repeat: no-repeat !important;
  padding: 2px 0 !important;
}

.Atnegarkhaneh .RadDataPager_Bootstrap .rdpPageNext {
  background: #fff url(telePrev.png) !important;
  background-position: 14px !important;
  background-repeat: no-repeat !important;
  padding: 2px 0 !important;
}

.Atnegarkhaneh .RadDataPager_Bootstrap .rdpPagePrev {
  background: #fff url(teleNext.png) !important;
  background-position: 14px !important;
  background-repeat: no-repeat !important;
  padding: 2px 0 !important;
}

.Atnegarkhaneh .RadDataPager_Bootstrap .rdpPageFirst {
  background: #fff url(teleLast.png) !important;
  background-position: 14px !important;
  background-repeat: no-repeat !important;
  padding: 2px 0 !important;
}

.Atnegarkhaneh .RadDataPager_Bootstrap .rdpNumPart a.rdpCurrentPage {
  border-left: 1px solid #c3ecf1 !important;
  padding: 2px 2px !important;
}

.Atnegarkhaneh .RadDataPager_Bootstrap .rdpPageFirst,
.RadDataPager_Bootstrap .rdpPagePrev,
.RadDataPager_Bootstrap .rdpPageNext,
.RadDataPager_Bootstrap .rdpPageLast,
.RadDataPager_Bootstrap .rdpPagerButton,
.RadDataPager_Bootstrap .rdpNumPart a {
  margin: 0;
  padding: 2px !important;
  width: 40px !important;
  height: 40px ! important;
  border: 1px solid #ccc;
  border-left-width: 0;
  box-sizing: content-box;
  background-color: #fff;
  color: #333;
}

.Atnegarkhaneh .RadComboBox_Bootstrap table {
  border-collapse: separate !important;
  border-spacing: 0;
  width: 60px;
  height: 46px;
}

.Atnegarkhaneh.RadDataPager_Bootstrap .rdpPagerLabel {
  padding: 0 7px;
  line-height: 35px;
  padding-top: 18px !important;
}

.Atnegarkhaneh .RadDataPager .rdpNumPart a {
  margin: 0;
  padding: 0 5px 0 0;
  color: inherit;
  line-height: 32px;
  text-decoration: none;
  float: left;
  cursor: pointer;
}

/*   پایان ماژول نگارخانه   */


.marginsa {
  margin: 10px;
}

.textformat p {
  text-align: justify;
}

.imgformat {
  width: 75%;
}

.rqUl h4 {
  color: #23056a;
}

.rqUl ul {
  list-style: none;
}

.rqUl li {
  position: relative;
  line-height: 35px;
}

.rqUl li::before {
  background: url(/Upload/Modules/Contents/asset0/taaid1.png) !important;
  background-repeat: no-repeat !important;
  position: absolute;
  right: -23px !important;
  top: 10px !important;
  width: 15px !important;
  height: 15px !important;
  content: "";
  border-radius: 30px;
  background-size: cover !important;
}

.Atleft {
  float: left;
}

.Atleft {
  text-align: left;
  float: left;
}

.atbord {
  border-bottom: 2px solid #cf055b;
}

@media (min-width:767px) and (max-width:992px) {
  .headerShape {
    background: url(/UI/Styles/resalat/AddOn/svg/header.svg) no-repeat;
    height: 440px;
    position: absolute;
    left: -203px;
    top: -3px;
    width: 900px;
    background-size: contain;
  }
}

@media (min-width:992px) {
  .imgSelect img {
    width: 65%;
    border-radius: 5px;
    box-shadow: 0px 20px 30px -10px #333;
    position: absolute;
    margin-right: 15px;
  }

  .Atimgmarg {
    position: absolute;
    margin: 0;
    left: -15px;
    top: -50px;
  }

  .Atrelai {
    position: relative;
  }
}

.resalatShahab .form-control {
  border: 1px solid #009aae;
  height: 50px;
  border-radius: 6px;
  color: #9182b4;
  font-size: 15px;
}

.resalatShahab .btn-search {
  background: #d61b6c !important;
  padding: 12px 40px;
  display: inline-block;
  border: 1px solid #d61b6c !important;
  box-shadow: none !important;
  border-radius: 6px !important;
  transition: .3s;
}

#global-nav {
  background: linear-gradient(to right, #009aae, #1b0768);
}

.MemdadM a{
  color: #fff;
  font-size: 18px;
}

.MemdadM{
  margin-top: 63px;
}

img.searchClick {
    position: relative;
    top: 8px;
	cursor:pointer;
	filter: brightness(.3);
}

.searchbox {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0,0,0,.85);
    width: 100vw;
    height: 100vh;
    z-index: 1000;
	display:none;
}

.closeSearch{
	cursor:pointer;
	margin-top:5px;
}

.container.searchContainer {
    text-align: center;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.sew_ac_results{
	display:none !important;
}

#mainCarousel .carousel-indicators {
    margin-right: 0 !important;
    margin-left: 0 !important;
    right: 0;
    text-align: center;
    left: 0 !important;
    width: 77%;
    bottom: -35px;
}

.titlename12 h4 a .iconform {
    transform: rotate(0deg) !important;
	transition:.4s;
}

.titlename12 h4 a[aria-expanded="false"] .iconform {
    transform: rotate(0deg) !important;
	transition:.4s;
}

.titlename12 h4 a[aria-expanded="true"] .iconform {
    transform: rotate(180deg) !important;
	transition:.4s;
}
/** taghiran shafi **/
 .complaint__content {
            width: 50%;
            margin: 0 auto;
            padding: 50px 0;
        }

  .complaint__icons {
            display: flex;
            justify-content: center;
        }

 .complaint__imgholder {
            box-shadow: rgba(231, 242, 248, 1) 0px 0px 25px 0px;
            border-radius: 50%;
            width: 125px;
            height: 125px;
            display: flex;
            justify-content: center;
            align-items: center;
		    margin: 0px 50px;
			margin-bottom:25px;
        }

 .complaint__imgholder img {
            width: 50%;
            object-fit: contain;
        }

 .complaint__icons span {
            font-size: 14px;
            color: #23056a;
            font-weight: bold;
            padding-top: 10px;
        }


 .complaint__icons>div {
            display: flex;
            justify-content: center;
            align-items: center;
            flex-direction: column;
        }

   .complaint__guide {
            display: flex;
            padding: 10px 20px;
            align-items: center;
            background-color: #e7f2f8;
            border-radius: 10px;
            margin: 0 auto;
            width: 49%;
			justify-content:center;
			margin-bottom:30px;
			font-weight: bold
        }

 .complaint__guide p {
            margin-top: 5px;
            margin-bottom: 5px;
            margin-right: 20px;
            font-size: 14px;
        }

 .complaint__guide img {
            width: 35px;
            height: 35px;
        }
  .change-btn {
	    background: transparent!important;
    color: #644e9b!important;
    border: none;
	box-shadow:none!important;
	padding-top:25px;
	font-weight: bold
  }


        /* 
    ##Device = Low Resolution Tablets, Mobiles (Landscape)
    ##Screen = B/w 481px to 767px
  */

        @media (min-width: 481px) and (max-width: 767px) {

            /* CSS */
 .complaint__content {
                width: 80%;
                padding: 10px 0;
            }
			  .change-btn {
	    background: transparent!important;
    color: #644e9b!important;
    border: none;
	box-shadow:none!important;
	padding-top:25px;
	font-weight: bold
  }
        }

        /* 
    ##Device = Most of the Smartphones Mobiles (Portrait)
    ##Screen = to 480px
  */

        @media (max-width: 480px) {

            /* CSS */
  .change-btn {
	    background: transparent!important;
    color: #644e9b!important;
    border: none;
	box-shadow:none!important;
	padding-top:25px;
	font-weight: bold
  }
 .complaint__content {
                width: 100%;
                padding: 20px 0;
            }

 .complaint__imgholder {
                width: 80px;
                height: 80px;
            }

.complaint__icons {
                width: 80%;
                margin: 0 auto;
            }

 .complaint__icons span {
                font-size: 12px;
            }

 .complaint__guide {
                width: 90%;
                margin: 0 auto;
                padding: 4px;
                border-radius: 10px;
                margin-top: 35px;
            }

 .complaint__guide p {
                margin: 0;
                font-size: 12px;
                padding: 0 6px;
            }

 .complaint__guide img {
                width: 27px;
                height: 27px;
				margin-left:25px;
            }

 .complaint__imgholder img {
                width: 60%;
                object-fit: contain;
            }
        }
		
 .complaint__guide img {
                width: 27px;
                height: 27px;
				margin-left:25px;
            }
.bg-white{
	background:white;
}

.com-item{float:right!important;display:flex;flex-direction:row-reverse!important;}

@media (min-width:150px) and (max-width:765px) {
  .headerChan { 
    position: relative;
    float: left;
    left: 5%;
    top: 5px;
    background-color:#FFF ;
    border: 2px solid #FFF;
    border-radius: 12px;
    padding: 5px;
  }

  .headerChan a{ 
    color: #F07C00;
    font-size: 150%;
  }
}