@import url('https://fonts.googleapis.com/css?family=Lato:400');
@import url(../fonts/font-awesome.css);

@font-face {
  font-family: 'carrois_gothicregular';
  src: url('carroisgothic-regular.eot');
  src: url('carroisgothic-regular.eot?#iefix') format('embedded-opentype'),
    url('carroisgothic-regular.woff') format('woff'),
    url('carroisgothic-regular.ttf') format('truetype'),
    url('carroisgothic-regular.svg#carrois_gothicregular') format('svg');
  font-weight: normal;
  font-style: normal;

}

@font-face {
  font-family: 'Nature Beauty Personal Use';
  src: url(naturebeauty.ttf)format('truetype');
  font-weight: normal;
  font-style: normal;

}

/*arasu*/

.colorin {
  color: rgba(179, 20, 20, 0.92) !important;
}

.colorout {
  color: transparent !important;
}

/* Image */
img {
  border: none;
}


/* Anchor Tags */
a {
  text-decoration: none;
  outline: none;
}

a:hover {
  text-decoration: underline;
}

.error {
  color: #ff0000;
}

.particles {
  background: url(../images/particles.png) no-repeat;
}


/* Layout Starts Here */
#fullScreenTop100 {
  width: 100%;
  height: auto;
  /*background:url(../images/topBg.jpg) repeat-x;*/
  float: left;
  clear: left;
}

#fullScreenTop100SubPage {
  width: 100%;
  height: auto;
  background: url(../images/subPageTopBg.jpg) repeat-x;
  float: left;
  clear: left;
}

#headerAndBody {
  height: auto;
  margin: 0px auto;
  clear: left;
}


#logoMenuLine {
  width: 100%;
  height: 116px;
  float: left;
  clear: left;
  background: #004BCB;
}

#logo {
  /*	background:url(../images/logo.png) no-repeat;*/
}

#topMenuRight {
  width: 760px;
  height: auto;
  text-transform: uppercase;
  float: left;
}

#topCustomerCare {
  width: 760px;
  height: auto;
  margin-top: 20px;
  padding-bottom: 15px;
  background: url(../images/topPhoneMenuDiff.jpg) no-repeat bottom right;
  float: left;
  clear: left;
}

#topCustomerCare span {
  width: 330px;
  height: auto;
  margin-left: 510px;
  color: #fff;

  font-size: 14px;
  float: left;
  clear: left;
}

.menuHomeDiv {
  width: 24px;
  height: auto;
  padding-left: 300px;
  float: left;
}

.menuHome {
  width: 24px;
  height: 21px;
  background-position: -429px -33px;
  text-indent: -10000px;
  float: left;
  clear: left;
}

.menuHome:hover {
  background-position: -429px -54px;
}

#topMenu {
  width: 760px;
  height: auto;
  font-size: 20px;
  margin-top: 20px;
  text-transform: uppercase;
  float: left;
}

#topMenu a {
  text-decoration: none;
  color: #fff;
}

#topMenu a:hover {
  text-decoration: underline;
}

#topMenu ul {
  color: #636262;
  list-style-type: none;
  float: left;
}

#topMenu ul li {
  list-style-type: none;
  float: left;
}

.topMenudiff {
  width: 11px;
  height: 44px;
  padding: 0px 10px;
  background: url(../images/menuDiff.jpg) no-repeat bottom;
}

#fullCustumGall100 {
  width: 100%;
  height: auto;
  min-height: 165px;
  /*background:url(../images/customerGalBg.png) no-repeat top center; */
  background: #E3411F;
  float: left;
  clear: left;
}

#fullCustumGall {
  width: 960px;
  height: auto;
  overflow: auto;
  margin: 0px auto;
  clear: left;
}

#fullCustumGallLeft {
  width: 480px;
  height: 125px;
  padding: 20px;
  background: #f2e3c1;
  float: left;
}

#fullCustumLbl {
  width: 480px;
  height: auto;
  font-size: 36px;
  color: #c0b08b;
  text-align: right;
  font-weight: bold;
  float: left;
  clear: left;
}

#fullCustumTalk {
  width: 480px;
  height: auto;
  color: #002345;
  margin-bottom: 5px;
  font-size: 30px;
  float: left;
  clear: left;
}

#fullCustumPeople {
  width: 480px;
  height: auto;
  color: #5bc0de;
  font-size: 18px;
  float: left;
  clear: left;
}

#fullCustumGallRight {
  width: 400px;
  height: 125px;
  padding: 20px;
  background: #fcf5e6;
  float: left;
}

#fullScreenFooter100 {
  width: 100%;
  height: auto;
  float: left;
  clear: left;
}

#footer-menu {
  width: 960px;
  height: auto;
  font-size: 14px;
  overflow: auto;
  #padding-bottom: 50px;
  margin: 0px auto;
  /*background:#F8F8F8 url(../images/footerDesign.png) no-repeat;*/
  clear: left;
}

.footerPoweredBy {
  width: 960px;
  height: auto;
  /*margin-top:25px;*/
  text-align: center;
  padding-bottom: 10px;
  float: left;
  clear: left;
}

.footerCopyright {
  width: 960px;
  height: auto;
  margin-top: 5px;
  text-align: center;
  padding-bottom: 20px;
  float: left;
  clear: left;
}


.footerMenu {
  width: 960px;
  height: auto;
  text-align: center;
  margin-top: 50px;
  float: left;
  clear: left;
}

.footerMenu a {
  color: #111111;
}

.footerCopyright a {
  color: #111111;
}

/* Layout Ends Here */

/* Common Starts Here */
.txtBox {
  padding: 5px;
  border: 1px solid #c9c9c9;
  background: #fff;
  border-radius: 2px;
  color: #062b4a;
  font-size: 13px;
  height: 40px;
  margin: 5px;
  width: 165px;
}

.chkBox {
  padding: 5px;
  border: 1px solid #c9c9c9;
  background: #fff;
  border-radius: 2px;
  color: #062b4a;
  font-size: 13px;
  height: 22px;
  margin: 5px;
}

select .bpclass {
  overflow: scroll;

}

button,
input,
select,
textarea {
  margin: 0px;
  font-size: 100%;
  vertical-align: middle;
  font-family: Tahoma, Geneva, sans-serif;
}

.asterik {
  color: #ff0000;
}

/* Common Ends Here */

/* Icons Seperate Starts Here */
#phoneIcon {
  width: 32px;
  height: 32px;
  background: url(../images/particles.png) no-repeat 0px 0px;
  float: left
}

#facebook {
  width: 47px;
  height: 40px;
  background: url(../images/fb.png) no-repeat;
  float: right;
}

/*#facebook:hover{
	background-position:-37px -32px;
}*/

#twitter {
  width: 47px;
  height: 40px;
  background: url(../images/twitter.png) no-repeat;
  float: right;
}

#googleplus {
  width: 47px;
  height: 40px;
  background: url(../images/gplus.png) no-repeat;
  float: right;
}

#gmail {
  width: 27px;
  height: 27px;
  background: url(../images/particles.png) no-repeat -98px -4px;
  float: left;
}

#gmail:hover {
  background-position: -98px -32px;
}

#youtube {
  width: 27px;
  height: 27px;
  background: url(../images/particles.png) no-repeat -129px -4px;
  float: left;
}

#youtube:hover {
  background-position: -129px -32px;
}

/* Icons Seperate Starts Here */


.basic-modal-content {
  display: none;
}

/* Overlay */
#simplemodal-overlay {
  background-color: #000;
}

#signInForm-modal-Head {
  width: 300px;
  height: auto;
  color: #000;
  font-size: 24px;
  float: left;
  clear: left;
}

/* Container */
#simplemodal-container {
  width: 490px;
  height: 200px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #fff url(../images/modalBg.jpg) repeat-x;
  -webkit-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.75);
  padding: 0px 12px 20px 12px;
  overflow: auto;
  float: left;
}

#simplemodal-container .simplemodal-data {
  padding: 8px;
}

#simplemodal-container code {
  background: #141414;
  border-left: 3px solid #65B43D;
  color: #bbb;
  display: block;
  font-size: 12px;
  margin-bottom: 12px;
  padding: 4px 6px 6px;
}

#simplemodal-container a {
  color: #ddd;
}

#simplemodal-container a.modalCloseImg {
  background: url(../images/particles.png) no-repeat -829px -27px;
  width: 22px;
  height: 22px;
  display: inline;
  z-index: 3200;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}

.modalCloseImg:hover {
  background: url(../images/particles.png) no-repeat -829px -5px;
}

#simplemodal-container h3 {
  color: #84b8d9;
}



/* Sub Page Starts Here Common */
#subPageTopBg {
  width: 960px;
  height: 30px;
  float: left;
  clear: left;
}

#subPageFull100 {
  width: 100%;
  height: auto;
  float: left;
  clear: left;
}

#subPageContent {
  width: 958px;
  height: auto;
  border: 1px solid #c4c4c4;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin: 0px auto;
  overflow: auto;
  clear: left;
}

#subPageHeadLine {
  width: 918px;
  height: auto;
  margin: 20px 20px 5px 20px;
  padding-bottom: 10px;
  font-size: 20px;
  color: #1d3a8e;
  text-transform: uppercase;
  border-bottom: 1px solid #e6e6e6;
  float: left;
  clear: left;
}

#subPageTopBg {
  width: 958px;
  height: auto;
  overflow: hidden;
  line-height: 10px !important;
  float: left;
  clear: left;
}

#subPageBottomBg {
  width: 958px;
  height: auto;
  overflow: hidden;
  line-height: 10px !important;
  float: left;
  clear: left;
}

.normalSubHead1 {
  width: 549px;
  height: auto;
  padding-bottom: 10px;
  font-size: 24px;
  float: left;
  clear: left;
}

.normalSubHead2 {
  width: 549px;
  height: auto;
  font-size: 24px;
  padding-bottom: 10px;
  padding-top: 20px;
  float: left;
  clear: left;
}

.normalPara1 {
  width: 549px;
  height: auto;
  line-height: 20px !important;
  float: left;
  clear: left;
}

.normalPara2 {
  width: 549px;
  height: auto;
  line-height: 20px !important;
  float: left;
  clear: left;
}

/* Sub Page Ends Here Common */


/* Pre Ticket Booking Starts Here */
#preTicketBookingContent {
  width: 960px;
  height: auto;
  margin: 0px auto;
  overflow: auto;
  clear: left;
}

#preTicketBookingLeft {
  width: 648px;
  height: auto;
  padding: 20px 0px;
  border: 1px solid #c4c4c4;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  float: left;
}

#preTicketBookingHeadLine {
  width: 608px;
  height: auto;
  margin: 0px 20px 20px 20px;
  padding-bottom: 10px;
  font-size: 20px;
  color: #1d3a8e;
  text-transform: uppercase;
  border-bottom: 1px solid #e6e6e6;
  float: left;
  clear: left;
}


#preTicketBookingHeadLine1 {
  width: 608px;
  height: auto;
  margin: 30px 20px 20px 20px;
  padding-bottom: 10px;
  font-size: 20px;
  color: #1d3a8e;
  text-transform: uppercase;
  border-bottom: 1px solid #e6e6e6;
  float: left;
  clear: left;
}

#preTicketBookingPaymentHeadLine {
  width: 608px;
  height: auto;
  padding-top: 20px;
  padding-bottom: 15px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e6e6e6;
  float: left;
  clear: left;
}

#preTicketBookingPaymentHead {
  width: 300px;
  height: auto;
  font-size: 20px;
  color: #1d3a8e;
  float: left;
}

#preTicketBookingPayment {
  width: 300px;
  height: auto;
  padding-top: 5px;
  text-align: right;
  float: left;
}

#preTicketBookingPassHeadLine {
  width: 606px;
  height: auto;
  font-size: 20px;
  color: #1d3a8e;
  padding: 10px 0px;
  text-transform: uppercase;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border: 1px solid #e6e6e6;
  float: left;
  clear: left;
}

.preTicketBookingPassDataLine {
  width: 608px;
  height: auto;
  padding: 10px 0px;
  background: url(../images/pre_ticket_booking-data-line.jpg) repeat-x bottom left;
  float: left;
  clear: left;
}

.preTicketBookingPassName {
  width: 250px;
  padding: 0px 10px;
  float: left;
}

.preTicketBookingPassGender {
  width: 200px;
  padding-left: 20px;
  padding: 0px 10px;
  float: left;
}

.preTicketBookingPassAge {
  width: 90px;
  padding-left: 20px;
  padding: 0px 10px;
  float: left;
}

.preTicketBookingTermsOfferCouponWhole {
  width: 608px;
  height: auto;
  padding: 0px 20px;
  margin-top: 20px;
  float: left;
  clear: left;
}

.preTBOfferCashLine {
  width: 608px;
  height: auto;
  margin-top: 15px;
  float: left;
  clear: left;
}

.preTBOfferCashInput {
  width: 170px;
  float: left;
}

.preTBOfferDiv {
  width: 598px;
  height: auto;
  padding-top: 10px;
  padding-left: 10px;
  float: left;
  clear: left;
}

.preTBCashDiv {
  width: 598px;
  height: auto;
  padding-top: 10px;
  padding-left: 10px;
  float: left;
  clear: left;
}

.preTBDivOfferCashLine {
  width: 598px;
  height: auto;
  padding-top: 5px;
  font-size: 11px;
  float: left;
  clear: left;
}

.preTBDivOfferCashInput {
  width: 170px;
  float: left;
}

.preTBDivOfferCashBtn {
  width: 100px;
  height: auto;
  float: left;
}

.preTBTermsLine {
  width: 588px;
  height: auto;
  background: #ffd0d0;
  border-top: 1px solid #e90000;
  border-bottom: 1px solid #e90000;
  padding: 10px 0px;
  margin-top: 10px;
  float: left;
  clear: left;
}

.preTBOfferCashLine input,
.preTBTermsLine input {
  margin-right: 10px;
  margin-left: 10px;
}

.offerCashTxt {
  width: 150px;
}

.passName {
  width: 230px;
}

.passAge {
  width: 80px;
}

.maleLine {
  width: 60px;
  float: left;
}

.maleLine input,
.femaleLine input {
  margin-right: 5px;
}

.femaleLine {
  width: 77px;
  float: left;
}

#preTicketBookingPassDetWhole {
  width: 608px;
  height: auto;
  padding: 0px 20px;
  float: left;
  clear: left;
}

#preTicketBookingPassHeadLine {
  width: 606px;
  height: auto;
  float: left;
  clear: left;
}

#preTicketBookingPassConDetWhole {
  width: 608px;
  height: auto;
  padding: 0px 20px;
  float: left;
  clear: left;
}

#preTicketBookingPassConDetLblMobile {
  width: 60px;
  padding-top: 5px;
  float: left;
}

#preTicketBookingPassConDetTxtMobile {
  width: 220px;
  float: left;
}

#preTicketBookingPassConDetLblEmail {
  width: 60px;
  padding-top: 5px;
  float: left;
}

#preTicketBookingPassConDetTxtEmail {
  width: 260px;
  float: left;
}

.mobileTxt {
  width: 188px;
}

.emailTxt {
  width: 240px;
}

#preTicketBookingOffWhole {
  width: 608px;
  height: auto;
  background: url(../images/payment-details-head-rpt.jpg) repeat-x;
  padding: 0px 20px;
  margin-top: 20px;
  float: left;
  clear: left;
}


#preTicketBookingRightWhole {
  width: 310px;
  height: auto;
  float: left;
}

#preTicketBookingTravelDet {
  width: 270px;
  padding: 20px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  border-top-right-radius: 5px;
  background: #c8e965 url(../images/ticketBg.jpg) repeat-y;
  float: left;
}

#preTicketBookingFareWhole {
  width: 310px;
  height: auto;
  background: #c8e965 url(../images/paymentdetrpt.jpg) repeat-y;
  float: left;
}

#preTicketBookingFareWhole1 {
  width: 270px;
  padding: 20px;
  background: url(../images/paymentDetTopDes.png) no-repeat;
  float: left;
}

#preTicketBookingFareHead {
  width: 270px;
  height: auto;
  font-size: 24px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ffffff;
  float: left;
  clear: left;
}

#preTicketBookingFareOnwardLine {
  width: 270px;
  height: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px solid #cdcdcd;
  float: left;
  clear: left;
}

#preTicketBookingFareOnwardLbl {
  width: 170px;
  height: auto;
  float: left;
}

#preTicketBookingFareOnwardAmt {
  width: 100px;
  height: auto;
  text-align: right;
  float: left;
}

#preTicketBookingFareReturnLine {
  width: 270px;
  height: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px solid #cdcdcd;
  float: left;
  clear: left;
}

#preTicketBookingFareReturnLbl {
  width: 170px;
  height: auto;
  float: left;
}

#preTicketBookingFareReturnAmt {
  width: 100px;
  height: auto;
  text-align: right;
  float: left;
}

#preTicketBookingFareTotalLine {
  width: 270px;
  height: auto;
  padding-top: 10px;
  border-top: 1px solid #cdcdcd;
  float: left;
  clear: left;
}

#preTicketBookingFareTotalLbl {
  width: 160px;
  height: auto;
  text-align: right;
  padding-right: 10px;
  float: left;
}

#preTicketBookingFareTotalAmt {
  width: 100px;
  height: auto;
  text-align: right;
  float: left;
}

/* Pre Ticket Booking Ends Here */


/* Pre Ticket Booking Starts Here */
#ticketConfirmContent {
  width: 960px;
  height: auto;
  margin: 0px auto;
  overflow: auto;
  clear: left;
}

#ticketConfirmLeft {
  width: 648px;
  height: auto;
  border: 1px solid #c4c4c4;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  float: left;
}

#ticketConfirmRight {
  width: 270px;
  padding: 20px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  border-top-right-radius: 5px;
  background: #c8e965 url(../images/ticketBg.jpg) repeat-y;
  float: left;
}

/* Pre Ticket Booking Ends Here */



/* Ticket Confirmation Page Starts Here */

#ticketConfirmResultLine {
  width: 608px;
  height: auto;
  padding: 20px;
  float: left;
  clear: left;
}

#ticketConfirmResultYes {
  width: 130px;
  height: 130px;
  background: url(../images/particles.png) no-repeat -2px -502px;
  float: left;
}

#ticketConfirmResultNo {
  width: 130px;
  height: 130px;
  background: url(../images/particles.png) no-repeat -137px -502px;
  float: left;
}

#ticketConfirmResultMess {
  width: 458px;
  height: auto;
  padding-left: 20px;
  float: left;
}

#ticketConfirmResultEx {
  width: 458px;
  height: auto;
  padding-top: 15px;
  padding-bottom: 5px;
  font-size: 20px;
  text-transform: uppercase;
  float: left;
}

#ticketConfirmResultRes {
  width: 458px;
  height: auto;
  font-size: 32px;
  color: #1d3887;
  padding-bottom: 5px;
  text-transform: uppercase;
  float: left;
}

#ticketConfirmResultMessage {
  width: 458px;
  height: auto;
  text-transform: uppercase;
  float: left;
}

#ticketConfirmDet {
  width: 608px;
  height: auto;
  padding: 20px;
  background: url(../images/ticketconfirm-mes-det.png) repeat-x;
  float: left;
  clear: left;
}

#ticketConfirmDetLeft {
  width: 400px;
  height: auto;
  float: left;
}

#ticketConfirmDet1 {
  width: 400px;
  height: auto;
  float: left;
  clear: left;
}

.ticketConfirmDet2 {
  width: 400px;
  height: auto;
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px solid #adadad;
  float: left;
  clear: left;
}

#ticketConfirmCancel {
  width: 400px;
  height: auto;
  padding-top: 30px;
  float: left;
  clear: left;
}

#ticketConfirmCancel a {
  color: #0042ff;
}

#ticketConfirmCancel a:hover {
  text-decoration: underline;
}

#ticketConfirmDetRight {
  width: 125px;
  height: 100px;
  padding-left: 80px;
  float: left;
}

#ticketConfirmPrintTicket {
  width: 122px;
  height: 36px;
  float: left;
  clear: left;
}

#ticketConfirmPrintTicket a {
  width: 122px;
  height: 36px;
  text-indent: -10000px;
  background: url(../images/particles.png) no-repeat -690px -81px;
  float: left;
  clear: left;
}

#ticketConfirmPrintTicket a:hover {
  background-position: -690px -117px;
}

#ticketConfirmDownload {
  width: 122px;
  height: 36px;
  margin-top: 3px;
  float: left;
  clear: left;
}

#ticketConfirmDownload a {
  width: 122px;
  height: 36px;
  text-indent: -10000px;
  background: url(../images/particles.png) no-repeat -690px -161px;
  float: left;
  clear: left;
}

#ticketConfirmDownload a:hover {
  background-position: -690px -197px;
}

#tickerConfirmGreen {
  width: 528px;
  height: auto;
  padding: 20px 20px 20px 90px;
  float: left;
  clear: left;
}

#tickerConfirmGreenIcon {
  width: 74px;
  height: 76px;
  background: url(../images/particles.png) no-repeat -414px -408px;
  float: left;
}

#tickerConfirmGreenMes {
  width: 380px;
  height: auto;
  padding-top: 10px;
  padding-left: 10px;
  font-size: 24px;
  float: left;
}

#ticketContHead1 {
  width: 270px;
  height: auto;
  color: #1d3887;
  padding-bottom: 5px;
  border-bottom: 1px solid #a6c744;
  font-size: 24px;
  float: left;
  clear: left;
}

#ticketContHead2 {
  width: 270px;
  height: auto;
  color: #1d3887;
  margin-top: 30px;
  padding-bottom: 5px;
  border-bottom: 1px solid #a6c744;
  font-size: 24px;
  float: left;
  clear: left;
}

.ticketContDetWhole {
  width: 270px;
  height: auto;
  #border-top: 1px solid #e4ff95;
  float: Left;
  clear: left;
}

.ticketContDetLine {
  width: 270px;
  height: auto;
  padding-top: 10px;
  float: Left;
  clear: left;
}

.ticketContDetLeft {
  width: 90px;
  height: auto;
  float: left;
}

.ticketContDetMiddle {
  width: 5px;
  height: 9px;
  margin-top: 3px;
  background: url(../images/particles.png) no-repeat -306px -517px;
  float: left;
}

.ticketContDetRight {
  width: 150px;
  height: auto;
  padding-left: 10px;
  float: left;
}

.ticketContDetSeatNo {
  width: 22px;
  height: 18px;
  margin-right: 3px;
  background: url(../images/particles.png) no-repeat -277px -511px;
  padding-top: 3px;
  padding-left: 5px;
  float: left;
}

/* Ticket Confirmation Page Ends Here */

/* Travel Search Result starts Here */

.searchoutline {
  border: 3px solid #bd1d1b8f;
  border-radius: 10px;
}

#searchRes {
  width: 100%;
  height: auto;
  margin-top: 20px;
  padding: 10px;
  background: #fff;
  float: left;
  clear: left;
  margin-bottom: 20px;
}

#searchResHeadLine {
  width: 940px;
  height: auto;
  float: left;
  clear: left;
  background: #e187ab;
  color: white;
  border-radius: 10px;
}

/* Search Res for Width Starts Here */
.searchResRouteOrTravels {
  width: 165px;
  color: #393939;
  margin-left: 5px;
  float: left;
}

.searchResDiscountYes {
  width: 45px;
  height: 30px;
  padding-left: 10px;
  padding-top: 5px;
  margin-left: 5px;
  background: url(../images/particles.png) no-repeat -831px -152px;
  float: left;
}

.searchResDiscountNo {
  width: 55px;
  height: 30px;
  margin-left: 5px;
  text-indent: -10000px;
  float: left;
}

.searchResBusType {
  width: 350px;
  margin-left: 5px;
  padding-left: 10px;
  float: left;
}

.searchResDepart {
  width: 75px;
  margin-left: 5px;
  padding-left: 10px;
  float: left;
}

.searchResArrival {
  width: 129px;
  margin-left: 5px;
  padding-left: 10px;
  float: left;
}

.searchResmKT {
  width: 73px;
  margin-left: 5px;
  padding-left: 10px;
  float: left;
}

.searchResFare {
  width: 88px;
  margin-left: 5px;
  padding-left: 10px;
  float: left;
}

.searchResSeats {
  width: 75px;
  margin-left: 5px;
  padding-left: 10px;
  float: left;
}

.searchResBooking {
  width: 80px;
  height: 29px;
  padding-left: 10px;
  float: left;
}

#bookNowBtn {
  width: 105px;
  height: auto;
  background: #1a9e00;
  padding: 7px 0px;
  text-align: center;
  cursor: pointer;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  #border-radius: 3px;
  color: #fff;
  float: left;
  box-shadow: 1px 1px 3px 0px rgba(8, 34, 0, 1);
}

.seatsoldout {
  background: #9E9A9A !important;
  font-size: 12px;
}

.hideSeatsBtn {
  width: 105px;
  height: auto;
  background: #efbc4b;
  padding: 7px 0px;
  text-align: center;
  cursor: pointer;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  #border-radius: 3px;
  color: #fff !important;
  float: left;
  box-shadow: 1px 1px 3px 0px rgba(8, 34, 0, 1);
  text-decoration: none;
}

.searchingSeatsBtn {
  width: 105px;
  height: auto;
  background: #e187ab;
  padding: 7px 0px;
  text-align: center;
  #border-radius: 3px;
  color: #fff;
  float: left;
  text-decoration: none;
  cursor: pointer;
  box-shadow: 1px 1px 3px 0px rgba(8, 34, 0, 1);
  color: #ffffff !important;
}

/* Search Res for Width Ends Here */
.searchResHeadRouteOrTravels {
  width: 165px;
  color: #393939;
  font-size: 16px;
  padding-top: 15px;
  margin-left: 5px;
  float: left;
}

.searchResHeadDiscount {
  width: 55px;
  margin-left: 5px;
  text-indent: -10000px;
  float: left;
}

.searchResHeadBusType {
  width: 350px;
  height: 44px;
  padding-left: 10px !important;
  margin-left: 5px;
  /*background:url(../images/search-res-table-heads.png) no-repeat;
	text-indent:-10000px;*/
  float: left;
  padding: 10px 0px;
}

.searchResHeadBusType-Normal {
  background-position: 0px 0px;
}

.searchResHeadBusType-Up {
  background-position: 0px -44px;
}

.searchResHeadBusType-Down {
  background-position: 0px -88px;
}


.searchResHeadDepart {
  width: 75px;
  height: 44px;
  padding-left: 10px !important;
  margin-left: 5px;
  /*background:url(../images/search-res-table-heads.png) no-repeat;
	text-indent:-10000px;*/
  float: left;
  padding: 10px 0px;

}

.searchResHeadDepart-Normal {
  background-position: -249px 0px;
}

.searchResHeadDepart-Up {
  background-position: -249px -44px;
}

.searchResHeadDepart-Down {
  background-position: -249px -88px;
}

.searchResHeadArrival {
  width: 129px;
  height: 44px;
  padding-left: 10px !important;
  margin-left: 5px;
  /*background:url(../images/search-res-table-heads.png) no-repeat;
	text-indent:-10000px;*/
  float: left;
  padding: 10px 0px;
}

.searchResHeadArrival-Normal {
  background-position: -395px 0px;
}

.searchResHeadArrival-Up {
  background-position: -395px -44px;
}

.searchResHeadArrival-Down {
  background-position: -395px -88px;
}

.searchResHeadmKT {
  width: 160px;
  height: 44px;
  padding-left: 10px !important;
  margin-left: 5px;
  /*background:url(../images/search-res-table-heads.png) no-repeat -545px 0px;
	text-indent:-10000px;*/
  float: left;
  padding: 10px 0px;

}

.searchResHeadFare {
  width: 88px;
  height: 44px;
  padding-left: 10px !important;
  margin-left: 5px;
  /*background:url(../images/search-res-table-heads.png) no-repeat;
	text-indent:-10000px;*/
  float: left;
  padding: 10px 0px;
}

.searchResHeadFare-Normal {
  background-position: -638px 0px;
}

.searchResHeadFare-Up {
  background-position: -638px -44px;
}

.searchResHeadFare-Down {
  background-position: -638px -88px;
}

.searchResHeadSeats {
  width: 103px;
  height: 44px;
  padding-left: 10px !important;
  margin-left: 5px;
  /*background:url(../images/search-res-table-heads.png) no-repeat;
	text-indent:-10000px;*/
  float: left;
  padding: 10px 0px;
}

.searchResHeadSeats-Normal {
  background-position: -745px 0px;
}

.searchResHeadSeats-Up {
  background-position: -745px -44px;
}

.searchResHeadSeats-Down {
  background-position: -745px -88px;
}

/* Search Result Data Line Starts Here */
.searchResDataLine1 {
  width: 940px;
  height: auto;
  padding: 15px 0px;
  /*background:#fff url(../images/search-result-travel-plan-bg.png) repeat-x;*/
  float: left;
  clear: left;
}

.searchResDataLine2 {
  width: 940px;
  height: auto;
  padding: 15px 0px;
  background: #f3fbff;
  border-top: 1px solid #d2d2d2;
  float: left;
  clear: left;
}

.searchResmKTNo {
  width: 28px;
  height: 21px;
  margin-left: 20px;
  background: url(../images/particles.png) no-repeat -863px -113px;
  float: left;
}

.searchResmKTYes {
  width: 28px;
  height: 21px;
  margin-left: 20px;
  background: url(../images/particles.png) no-repeat -830px -113px;
  float: left;
}

/* Search Result Data Line Starts Here */
/* Travel Search Result Ends Here */

/* Search Result Starts Here */
#searchResToFrom {}

#searchResOneWay {
  width: 960px;
  height: 78px;
  float: left;
  clear: left;
  padding: 15px 0px;
  border: 3px solid #00af66;
  border-radius: 10px;
}

#searchResRoundTrip {
  width: 285px;
  margin-left: 5px;
  padding-top: 20px;
  padding-left: 20px;
  float: left;
}

.searchRes-active-tab {}

.searchRes-inactive-tab {
  height: 45px;
  margin-top: 2px;
  background: url(../images/particles.png) no-repeat -333px -241px;
}

.searchRes-inactive-tab a {
  color: #111 !important;
}

#searchResAddTrip {
  width: 230px;
  height: 35px;
  padding-left: 110px;
  padding-top: 10px;
  float: left;
  .
}

#searchResAddTrip a {
  width: 230px;
  height: 35px;
  background: url(../images/particles.png) no-repeat -23px -332px;
  float: left;
  clear: left;
}

#searchResAddTrip a:hover {
  width: 230px;
  height: 35px;
  background: url(../images/particles.png) no-repeat -23px -367px;
  float: left;
  clear: left;
}

#searchResPlaces {
  height: auto;
  font-size: 20px;
  text-transform: uppercase;
  margin-left: 255px;
  text-align: center;
  background: #e187ab;
  border-radius: 2px;
  width: 33%;
  color: white;
  padding: 5px 0px;
}

#searchResDayOptions {
  width: 250px;
  height: auto;
  float: left;
  clear: left;
  font-size: 18px;
  margin-top: -23px;
  color: #000000;
  margin-left: 75px;

}

#searchResDayOptions a {
  color: #e187ab;
  text-decoration: underline;
}

#searchRedFilterLine {
  height: auto;
  position: absolute;
}

#searchRedFilterLine .filter {
  margin-right: 5px;
  height: 35px;
}

#searchRedFilterLine .filter a {
  height: 35px;
}

#searchRedFilterLine .travelsActive,
#searchRedFilterLine .travelsInActive {
  width: 89px;
  float: left;
}

#searchRedFilterLine .travelsActive a {
  width: 89px;
  background: url(../images/particles.png) no-repeat -233px -712px;
  float: left;
  clear: left;
}

#searchRedFilterLine .travelsInActive a {
  width: 89px;
  background: url(../images/particles.png) no-repeat -233px -747px;
  float: left;
  clear: left;
}



#searchRedFilterLine .boardingPointsActive,
#searchRedFilterLine .boardingPointsInActive {
  width: 147px;
  float: left;
}

#searchRedFilterLine .boardingPointsActive a {
  width: 147px;
  float: left;
  background: url(../images/particles.png) no-repeat -351px -332px;
  clear: left;
}

#searchRedFilterLine .boardingPointsInActive a {
  width: 147px;
  float: left;
  background: url(../images/particles.png) no-repeat -351px -367px;
  clear: left;
}

#searchRedFilterLine .droppingPointsActive,
#searchRedFilterLine .droppingPointsInActive {
  width: 148px;
  float: left;
}

#searchRedFilterLine .droppingPointsActive a {
  width: 148px;
  background: url(../images/particles.png) no-repeat -501px -332px;
  float: left;
  clear: left;
}

#searchRedFilterLine .droppingPointsInActive a {
  width: 148px;
  background: url(../images/particles.png) no-repeat -501px -367px;
  float: left;
  clear: left;
}

#searchRedFilterLine .modifySearchActive,
#searchRedFilterLine .modifySearchInActive {
  width: 118px;
  margin-left: 70px;
  float: left;
}

.modifySearchActiveBtn {
  width: 118px;
  /*background:url(../images/particles.png) no-repeat -653px -332px;*/
  float: left;
  clear: left;
}

.modifySearchInActiveBtn {
  width: 118px;
  /*background:url(../images/particles.png) no-repeat -653px -367px;*/
  float: left;
  clear: left;
}

.searchProce1 {
  /*width:430px;
	height:18px;
	margin-top:10px;
	margin-right:20px;
	margin-left:10px;
	/*background:url(../images/particles.png) no-repeat -184px -154px;
	float:left;*/
}

/* Search Result Ends Here */

/* Pre- Ticket Payment Starts Here */
#tabwrap {
  width: 850px;
  float: left;
  clear: left;
}

/*#tabs { padding-left:10px; overflow: hidden;}*/
#tabs li {
  list-style: none;
  padding-right: 2px;
  float: left;
}

#tabs li a {
  float: left;
  display: block;
  padding: 6px 15px;
  text-decoration: none;
  text-align: center;
  border: 1px solid #e6e6e6;
  color: #111;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  width: 125px;
}


#tabs li.current a {
  background: #5bc0de;
  padding: 7px 15px;
  color: #fff;
}

#content>div {
  clear: both;
  padding: 0px 20px 20px 20px;
  line-height: 19px;
  border: 1px solid #ddd;
  overflow: auto;
  display: none;
}

#content .current {
  display: block;
}

#content #home.first {
  display: block;
}

#content p {
  margin: 0 0 20px 0;
}

.namefl {
  width: 300px;
}

.netbankingSelect {
  width: 300px !important;
}

.payAcdet {
  vertical-align: middle;
  margin: 20px 0;
  overflow: hidden
}

.sct {
  float: left;
  margin: 4px 0 0;
  width: 129px
}

.amcardHolder,
.sbi,
.visaCard,
.visaMasterMaestro {
  background: url('../images/bank-simples.png') no-repeat scroll left center transparent;
}


.visaCard {
  background-position: -1px -29px;
  float: left;
  height: 23px;
  width: 83px;
  margin: 2px 50px 0 0
}

.amcardHolder {
  background-position: 0 -2px;
  float: left;
  height: 27px;
  width: 36px
}

.visaMasterMaestro {
  background-position: -3px -55px;
  float: left;
  height: 20px;
  width: 121px;
  margin: 2px 50px 0 0
}

.sbi {
  background-position: -42px -2px;
  float: left;
  margin-top: 2px;
  height: 27px;
  width: 22px
}

.paymentLabel {
  width: 145px;
  display: inline-block;
  float: left;
}

.payInput {
  margin-top: 10px;
  clear: both
}

.cntRow {
  padding-left: 145px;
  clear: both;

}

.continueBtn {
  width: 144px;
  height: 36px;
  border: none;
  background: url(../images/particles.png) no-repeat -536px -203px;
  text-indent: -10000px;
}

.continueBtn:hover {
  background-position: -536px -239px;
}

#amexAlert {
  margin: 20px 0 0 130px;
  text-align: center;
  width: 75%
}

.infoImg1 {
  background-position: -59px -1px;
  height: 31px;
  margin: 0 5px 0 15px;
  padding-left: 41px;
  display: inline-block
}

.wthis {
  text-decoration: underline
}

.ie7 .payAcdet input {
  margin-top: 0
}

.whatzthis {
  background: #FFF;
  height: 86px;
  border: 1px solid #333;
  left: 277px;
  overflow: hidden;
  padding: 15px;
  position: absolute;
  bottom: 24px;
  width: 240px;
  display: none
}

.whatzthis .lftImg {
  float: left;
  width: 69px;
  height: 86px;
  background-position: 0 -401px
}

.whatzthis .rgtImg {
  color: #7F7F7F;
  float: left;
  margin-top: 10px;
  margin-left: 15px;
  width: 150px
}

#rbimessage {
  padding: 5px;
  margin: 10px 5px 5px
}

.justpayExp {
  margin-left: 145px;
  margin-bottom: 5px
}

.inpRad {
  margin: 6px 5px 0 16px
}

.payAcdet .CVVclass {
  margin: 0 0 0 10px;
  width: 30px
}

.payAcdet .juspaycardsradio {
  margin: 5px 5px 0 0
}

.hide {
  display: none
}

.cntBt {
  margin-left: 0
}

#BtnContinueCC,
#BtnContinueCCJP {
  margin-top: 20px
}

.no {
  padding: 5px 20px 7px;
  font-size: 100%;
  margin-left: 30px
}

#tooltip {
  width: 200px;
  position: absolute;
  border: 1px solid #333;
  background: #f7f5d1;
  padding: 2px 5px;
  color: #333;
  display: none;
}

/* Pre- Ticket Payment Ends Here */
/* Travels Search Starts Here */
.travelsSearchBlock {
  width: 220px;
  height: auto;
  float: left;
}

.SwapButton {
  width: 30px;
  height: 29px;
  background: url(../images/swap_route.png) no-repeat;
  float: left;
  cursor: pointer;
  margin: 28px 5px 0 0;
}

#travelsSearchBox .searchLabel {
  color: #111;
}

.travelsSearchBlock1 {
  /*width:250px;*/
  height: auto;
  float: left;
}

.travelsSearchBlock .searchInput {
  width: 180px;
  height: 25px;
  padding: 5px;
  border: 1px solid #2A7197;
}

#travelsSearchBox .buttonContainer {
  padding-left: 400px !important;
}

.searchLeft {
  width: 280px;
  height: auto;
  float: left;
}

.searchLeft {
  width: 240px;
  height: auto;
  float: left;
}

.searchInput {
  width: 210px;
  height: 25px;
  padding: 5px;
  border: 1px solid #2a7197;
}

.searchPlace {
  width: 210px;
  height: 35px;
  padding: 5px;
  border: 1px solid #2a7197;
}

.calendarInput {
  width: 215px;
  height: 37px;
  border: none;
  background-position: -483px -40px;
  cursor: pointer;
  padding: 5px;
  margin-right: 10px;
}

#searchBtn {
  width: 180px;
  height: 48px;
  border: none;
  background-position: -15px -8px;
  cursor: pointer;
  text-indent: -10000px;
  padding: 5px;
}

#searchBtn:hover {
  background-position: -15px -8px;
}

#searchmdfy {
  width: 120px;
  height: 35px;
  border: none;
  background: none;
  color: #fff;
  font-size: 15px;
  font-family: Tahoma, Geneva, sans-serif;
  -webkit-box-shadow: 1px 1px 3px 0px rgba(8, 34, 0, 1);
  -moz-box-shadow: 1px 1px 3px 0px rgba(8, 34, 0, 1);
  box-shadow: 1px 1px 3px 0px rgba(8, 34, 0, 1);
  background: #e187ab;
  cursor: pointer;
  padding: 5px;
}

.dateError {
  text-align: center;
  color: #F00;
  visibility: hidden;
  font-size: 12px;
}

/* Travels Subpage starts Here */
#travelsSearchFull100 {
  width: 100%;
  height: auto;
  border-bottom: 1px solid #c4c4c4;
  float: left;
  clear: left;
}

#travelsSearchContent {
  width: 960px;
  height: auto;
  margin: 0px auto;
  overflow: auto;
  clear: left;
}

#travelsCompanyName {
  width: 960px;
  height: auto;
  font-size: 40px;
  text-align: center;
  text-transform: uppercase;
  background: url(../images/travelsNameBg.jpg) no-repeat bottom left;
  padding-bottom: 10px;
  margin-bottom: 10px;
  color: #92b32c;
  float: left;
  clear: left;
}

#travelsSearchBox {
  width: 100%;
  height: auto;
  padding: 20px;
  margin-bottom: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #356b5f;
  float: left;
  clear: left;
  margin-top: 15px !important;
}

#travelsDetFull100 {
  width: 100%;
  height: auto;
  margin-top: 20px;
  float: left;
  clear: left;
}

#travelsDetContent {
  width: 75%;
  margin: 0 auto;
  height: auto;
  margin-top: 10px;
  clear: left;
  background: #ffff;
  padding-top: 0px;
  margin-bottom: 20px;
}

#travelsAbout {
  width: 918px;
  height: auto;
  padding: 20px;
  margin: 0px auto;
  border: 1px solid #c4c4c4;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  overflow: auto;
  clear: left;
}

#travelsDetLeft {
  width: 625px;
  height: auto;
  float: left;
}

#travelsDetHead {
  width: 625px;
  height: auto;
  font-size: 20px;
  margin-bottom: 15px;
  text-transform: uppercase;
  float: left;
  clear: left;
}

.travelsDetPara1 {
  width: 625px;
  height: auto;
  padding-bottom: 10px;
  line-height: 19px;
  float: left;
  clear: left;
}

#travelsDetRight {
  width: 250px;
  height: auto;
  padding-left: 20px;
  margin-left: 20px;
  border-left: 1px solid #c6c6c6;
  float: left;
}

.travelsRightStatLine {
  width: 220px;
  height: 25px;
  padding: 15px;
  background: url(../images/particles.png) no-repeat -350px -506px;
  float: left;
  clear: left;
}

.travelsRightStatPic {
  width: 20px;
  height: 25px;
  background: url(../images/particles.png) no-repeat -830px -75px;
  float: left;
}

.travelsRightStats {
  width: 190px;
  height: auto;
  font-size: 20px;
  padding-left: 10px;
  float: left;
}

.travelsRightStatStar {
  float: left;
}

.travelsRightStatsStar {
  padding-left: 10px;
  font-size: 16px;
  float: left;
}

.boardingAddress {
  padding: 5px;
  padding-left: 23px;
  border: 1px solid #d9d9d9;
  border-width: 1px 0;
  margin: 10px 0;
  width: 300px;
  line-height: 18px;
  background-color: #f7f7f7;
}

/* Travels Subpage Ends Here */

/*PassnegerInfo screen css starts here*/

/*.searchbus {
    /*box-shadow: 0 0 2px 2px #cecece;*/
/* 	height: 70px;
	padding: 20px;
    	width: 100%;
	height:auto;
	background:#FFFFFF;
    	border: 3px solid #e187ab;
}*/
.cancellationpagebtn {
  width: 801px;
  margin-left: 240px;
}

/*b{
  font-weight: 700;
  margin-bottom: 20px;
  margin-top: 0;
  color: #fff;
  font-size: 20px;
  line-height: 50px;
  color: black;	
}*/
.f1Left {
  float: left;
}

.uppercase {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 15px;
  text-align: center;
  color: #71779f;
  margin: 0px 1px !important;
}

.passengerHeadline {
  margin-top: 14px;
  font-size: 14px;
  height: 25px;
  border-radius: 2px;
  border-bottom: 1px solid #E1E6EF;
}

.seatno {
  margin-left: 20px;
  /*font-weight:bold;*/
  color: #73799f;
}

.passinfo {
  height: auto !important;
  margin-top: 5px;
  min-height: 50px;
  min-height: 50px;
}

.passtxt {
  padding: 5px;
  border: 1px solid #E1E6EF;
  border-radius: 2px;
  height: 36px !important;
}

.offcode {
  padding: 5px 10px 10px 0px;
  width: 75%;
  height: 25px;
}

.preTBOfferDiv {
  width: 700px;
  height: 100px;
  overflow: hidden;
}

.offercheck {
  width: 100%;
  height: 15px;
  padding: 5px 5px 0px 0px;
  margin: 25px 0 0 0;
}

.center {
  text-align: center;
}

.pd5 {
  padding: 5px;
}

.mandatory {
  color: #EC0F0F;
}

.mgt10 {
  margin-top: 10px;
}

.mgt20 {
  margin-top: 20px;
}

.mgt90 {
  margin-top: 90px;
}

.cno {
  width: 42px !important;
  height: 12px;
  padding: 7px;
  border: 1px solid #577FA1;
  border-radius: 2px;
}

.clr {
  clear: both;
}

.crdlel {
  width: 145px;
  padding: 5px;
  margin-left: 5px;
}

.border {
  border: 1px solid #577fa1;
  border-radius: 2px;
}

.wd118 {
  width: 122px !important;
}

.wd100 {
  width: 100px !important;
}

.w210 {
  width: 210px;
}

.w120 {
  width: 120px;
}

.mgl5 {
  margin-left: 5px !important;
}

.hgt30 {
  height: 30px;
}

.hg50 {
  height: 50px;
}

.selbox {
  color: #000;
  height: 32px;
  margin-left: 0px;
  padding: 5px;

}

.wd53 {
  width: 53px;
}

.wdh195 {
  width: 195px;
}

.wd247 {
  width: 247px !important;
}

.button {
  background: #e187ab none repeat scroll 0 0;
  border: medium none;
  box-shadow: 1px 1px 3px 0 rgba(8, 34, 0, 1);
  color: #fff !important;
  cursor: pointer;
  font-size: 15px;
  height: 35px;
  margin: 5px;
  padding: 5px;
  width: 120px;
  font-weight: bold;
}

.noDisplay {
  display: none;
}

/*PassnegerInfo screen css ends here*/

.page_bg_404 {
  border: 1px solid #004B7F;
  border-radius: 6px;
  box-shadow: 0 0 10px #002845 inset;
  height: auto;
  margin: 25px auto 35px;
  padding: 40px;
  /*width: 873px;*/
  line-height: 26px;
}

.mgl200 {
  margin-left: 200px !important;
}

.mgl65 {
  margin-left: 65px;
}

/*contact us page design starts*/

.contact-us-info {
  background-color: #f2f2f2;
  border: solid 1px #d6d6d6;


  color: #002345
}

.contact-us {
  text-align: center;
  font-size: 28px;
  color: black;
}

.pd20 {
  padding: 20px;
}

/*contact us page design ends*/


.red {
  color: red;
}

.mgb10 {
  margin-bottom: 10px;
}

.wd145 {
  width: 145px;
}

.pointer {
  cursor: pointer;
}

.txtCenter {
  text-align: center;
}

.fadeFrm {
  padding: 0px 20px;
}

.chkBox .rediobox {
  padding: 0px;
  margin: 2px 1px 2px 0px;
  width: 14px;
  height: 13px;
}

.fadeFrm label {
  margin-right: 8px;
}

.fadeFrm dl {
  clear: both;
  margin: 0px;
  padding: 8px 0px 10px 0px;
  height: 25px;
}

.fadeFrm dt {
  float: left;
  text-align: left;
  font-size: 12px;
  line-height: 23px;
  font-weight: bold;
}

.Agent dd {
  float: left;
  margin: 0px;
  padding: 0px 0px 0px 15px;
  text-align: left;
  line-height: 23px;
  width: 220px;
}

.Agent dt {
  margin-left: 10px;
  width: 108px;
}

.Agent dl {
  #margin-left: 100px;
}

.fadeFrm div span {
  width: 150px;
}

/*fade frmstyle end*/

/*Ticket confirm page css starts*/

.fontsize25 {
  font-size: 25px;
}

.ticketconfirm dt,
.ticketconfirm dl {
  font-size: 20px;
  width: 100%;
  height: 50px;
  text-align: center;
}

/*Ticket confirm page css ends*/


/*My ticket page css*/
.divBorder {
  border: 1px solid #ceed75;
  border-radius: 6px;
  box-shadow: 0 0 10px #ceed75 inset;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.divErrorBorder {
  border: 1px solid #F90909;
  border-radius: 6px;
  box-shadow: 0 0 10px #ED7575 inset;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.la3 {
  background: #fff;
  border: 1px solid #2A7197;
  width: 200px;
  height: 24px;
  padding: 5px;
  border-radius: 1px;
}

body {
  background: url(../images/himg4.jpg) repeat;
  padding: 0px;
  margin: 0px;
  top: 0;
  font-family: 'Montserrat', sans-serif;
  color: #000;
}

.top_bg {
  background: url(../images/top_bg.jpg) center top repeat;
  overflow: hidden;
  width: 100%;
  height: 8px;
}

.mid {
  background: url(../images/bg_1.png) top center repeat-y;
  overflow: hidden;
  width: 100%;
}

.top_scrol {
  width: 100%;
  overflow: hidden;
  background: #f1f1f1;
  z-index: 9;
}

.header {
  width: 990px;
  height: 95px;
  margin: 0 auto;
}

.header a {
  width: 280px;
  height: 75px;
  display: block;
  margin: -4px 0px 0px 44px;
  float: left;
}

.header span {
  height: 20px;
  display: block;
  float: right;
  margin-right: 18px;
}

.header span h4 {
  margin: 0px 0px 5px 86px;
  padding: 0px 0px 5px 0px;
  text-align: center;
  color: #00359e;
  font: normal 20px Tahoma, Geneva, sans-serif;
  border-bottom: 1px solid #007acc;
  width: 220px;
}

.header span img {
  float: left;
  padding: 0px 0px 0px 0px;
}

.header span p {
  padding: 0px;
  margin: 0px;
  text-align: center;
  font: normal 15px Tahoma, Geneva, sans-serif;
  line-height: 20px;
}

.menu_1 {
  width: 100%;
  background: url(../images/m_1.jpg) repeat-x;
  height: 53px;
}

.menu {
  width: 990px;
  height: 53px;
  margin: 0 auto;
}

.menu ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
}

.menu ul li {
  display: inline-block;
  float: left;
  position: relative;
}

.menu ul li a {
  float: left;
  display: block;
  font: normal 12px Tahoma, Geneva, sans-serif;
  color: #fff;
  padding: 8px 15px 8px 15px;
  text-decoration: none;
  margin: 10px 7px 10px 7px;
}

.menu ul li a:hover {
  background: #00b2ed;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}

.menu ul li ul {
  list-style: none;
  display: none;
  padding: 11px 10px 11px 10px;
  margin-left: 5px;
  margin-top: 50px;
}

.menu ul li:hover>ul {
  display: block;
  position: absolute;
  background: #fff;
  z-index: 10000;
  border-bottom: 5px solid #000;
}

.menu ul li ul li {
  float: none;
  margin: 0px;
}

.menu ul li ul li a {
  padding: 11px 22px 11px 21px;
  margin-left: 5px;
  background: #00b2ed;
  color: #fff;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  width: 100px;
}

.menu ul li ul li a:hover {
  color: #000;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}

.menu ul li ul li ul {
  list-style: none;
  display: none;
  padding: 11px 10px 11px 10px;
  margin-left: 75px;
  margin-top: 0px;
  border-bottom: 5px solid #000;
}

.menu ul li ul :hover>ul {
  display: block;
  position: absolute;
  background: #fff;
  z-index: 10000;
}

.menu ul li ul li ul li {
  float: none;
  margin: 0px;
}

.menu ul li ul li ul li a {
  padding: 11px 22px 11px 21px;
  margin-left: 5px;
  background: #00b2ed;
  color: #fff;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}

.menu ul li ul li ul li a:hover {
  color: #000;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}

.banner {
  width: 100%;
  overflow: hidden;
  margin-top: 120px;
}

.banner_mid {
  width: 990px;
  height: 427px;
  margin: 0 auto;
}

.flRight {
  float: right;
}

/* .form {
  width: 394px;
  height: auto;
  margin: 15px 0px 0px 17px;
  float: left;
  background: #fff;
} */

.form_top {
  background: url(../images/E1.jpg) no-repeat;
  width: 395px;
  height: 68px;
}

.banner_ani {
  width: 552px;
  float: right;
  margin: 34px 15px 0px 0px;
}

.banner_ani_in {
  width: 552px;
  height: 362px;
}

/*.border { width:990px; height:20px; background:url(../images/ve.jpg) center center no-repeat; margin:0 auto; padding-bottom: 20px;  }*/

.content {
  width: 930px;
  overflow: hidden;
  margin: 0 auto;
  padding: 15px 15px 20px 15px;
  background: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.fr_fo {
  margin: 0px 0px 0px 30px;
}

.fr_fo ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

.fr_fo ul li {
  float: left;
  font: bold 14px arial;
  width: 360px;
  color: #303030;
}

.fr_fo ul li span {
  width: 100px;
}

.search {
  width: 395px;
  height: 70px;
  border-top: 1px solid #e8e8e8;
  background: #f7f7f7;
  margin-top: 23px;
}

.search_button {
  width: 103px;
  height: 39px;
  display: block;
  margin: 14px 0px 0px 34px;
  background: #22a4e7;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid;
  color: #fff;
  font: bold 15px Tahoma, Geneva, sans-serif;
  text-decoration: none;
  text-align: center;
  line-height: 40px;
}

.clear1 {
  clear: both;
  width: 300px;
  height: 20px;
}

.mgrl150 {
  margin-left: 150px;
}

.content_1_sal {
  width: 337px;
  height: 181px;
  float: left;
}

.content_1_sal p {
  background: url(../images/w1.jpg) no-repeat #0099cc;
  background-position: 13px 13px;
  padding: 15px 8px 15px 50px;
  font: normal 18px Tahoma, Geneva, sans-serif;
  color: #fff;
  margin: 0px 30px 0px 0px;
}

.content_1_sal span {
  display: block;
  background: #fff;
  width: 337px;
  height: 127px;
  -webkit-box-shadow: -1px 0px 14px 0px rgba(170, 170, 172, 0.98);
  -moz-box-shadow: -1px 0px 14px 0px rgba(170, 170, 172, 0.98);
  box-shadow: -1px 0px 14px 0px rgba(170, 170, 172, 0.98);
  border: 1px solid #ccc;
}

.content_1_sal span marquee img {
  padding: 18px 0px 0px 0px;
}

.content_1_qui {
  width: 570px;
  height: 181px;
  float: right;
}

.content_1_qui p {
  background: url(../images/ve1.jpg) no-repeat #0099cc;
  background-position: 13px 13px;
  padding: 15px 8px 15px 50px;
  font: normal 18px Tahoma, Geneva, sans-serif;
  color: #fff;
  margin: 0px 30px 0px 0px;
}

.content_1_qui span {
  display: block;
  background: #fff;
  width: 568px;
  height: 127px;
  -webkit-box-shadow: -1px 0px 14px 0px rgba(170, 170, 172, 0.98);
  -moz-box-shadow: -1px 0px 14px 0px rgba(170, 170, 172, 0.98);
  box-shadow: -1px 0px 14px 0px rgba(170, 170, 172, 0.98);
  border: 1px solid #ccc;
}

.content_1_qui span ul {
  list-style: none;
  margin: 0px 0px 0px 30px;
  padding: 0px;
  float: left;
}

.content_1_qui span ul li {
  padding: 18px 0px 0px 0px;
}

.content_1_qui span ul li a {
  display: block;
  font: normal 13px Tahoma, Geneva, sans-serif;
  color: #4c4c4c;
  padding: 0px 0px 0px 20px;
  background: url(../images/buller.jpg) no-repeat left center;
}

.post {
  margin: 0 auto;
  padding-bottom: 50px;
  float: left;
  width: 960px;
}

.btn-sign {
  width: 39px;
  margin: 0 auto;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#00c6ff', EndColorStr='#018eb6');
  text-align: center;
  font-size: 36px;
  color: #fff;
  text-transform: uppercase;
  position: fixed;
  bottom: 0;
  right: 0;
  margin-bottom: 232px;
  height: 140px;
}

.btn-sign a {
  color: #fff;
  text-shadow: 0 1px 2px #161616;
}

.login-popup {
  display: none;
  background: #f1f1f1;
  border: 10px solid #0099cc;
  float: left;
  font-size: 1.2em;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 99999;
  border-radius: 10px 10px 10px 10px;
  -moz-border-radius: 10px;
  /* Firefox */
  -webkit-border-radius: 10px;
  /* Safari, Chrome */
}

.login-popup h4 {
  background: #0099cc;
  font: normal 20px Tahoma, Geneva, sans-serif;
  margin: -1px;
  padding: 0px 10px 10px 10px;
  color: #fff;
}

.content_2 {
  width: 930px;
  margin: 10px 0px 0px 0px;
  overflow: hidden;
}

.content_2_lat {
  width: 600px;
  float: left;
  background: #7fcce5;
  border: 2px solid #e7e7e7;
  height: 130px;
}

.content_2_lat p {
  background: url(../images/fr.jpg) no-repeat;
  background-position: 13px 13px;
  padding: 15px 8px 3px 80px;
  font: normal 20px Tahoma, Geneva, sans-serif;
  color: #fff;
  margin: 0px 20px 0px 20px;
  border-bottom: 1px solid #bfe6f2;
  line-height: 37px;
}

.content_2_lat div {
  font: normal 11px Tahoma, Geneva, sans-serif;
  color: #fff;
  padding: 10px 20px 23px 20px;
  line-height: 20px;
}

.content_2_lat span {
  display: block;
  width: 599px;
}

.content_2_lat span p {
  background: none;
  font: normal 11px Tahoma, Geneva, sans-serif;
  color: #fff;
}


.footer {
  width: 100%;
  background: url(../images/f_bg.jpg) repeat;
}

.footer_in {
  width: 990px;
  margin: 0 auto;
}

.footer_menu {
  width: 550px;
  float: left;
  padding-top: 20px;
}

.footer_menu ul {
  list-style: none;
  margin: 0px 0px 0px 30px;
  padding: 0px;
  float: left;
}

.footer_menu ul li {
  padding: 18px 0px 0px 0px;
}

.footer_menu ul li a {
  display: block;
  font: normal 13px Tahoma, Geneva, sans-serif;
  color: #4c4c4c;
  padding: 0px 0px 0px 20px;
  color: #ffffff;
}

.footer_border {
  margin: 30px 0px 10px 150px;
}

.footer_likes {
  float: right;
  width: 375px;
  padding: 30px 0px 0px 0px;
}

.footer_likes a {
  display: block;
  float: left;
  padding: 0px 20px 0px 0px;
}

.footer p {
  font: normal 10px Tahoma, Geneva, sans-serif;
  color: #fff;
  text-align: center;
  padding: 20px 0px 20px 0px;
}

.content_2_age {
  width: 308px;
  float: right;
  background: #7fcce5;
  border: 2px solid #e7e7e7
}

.content_2_age span {
  display: block;
  width: 308px;
}

.content_2_age span img {
  float: left;
  padding: 30px 0px 30px 13px;
}

.content_2_age span h4 {
  margin: 0px 23px 8px 99px;
  padding: 22px 0px 5px 0px;
  text-align: center;
  color: #fff;
  font: normal 20px Tahoma, Geneva, sans-serif;
  border-bottom: 1px solid #fff;
  line-height: 26px;
}

.content_2_age span p {
  padding: 0px;
  margin: 0px;
  text-align: left;
  font: normal 15px Tahoma, Geneva, sans-serif;
  color: #fff;
  line-height: 22px;
}

.content_3 {
  width: 930px;
  margin: 10px 0px 0px 0px;
  overflow: hidden;
}

.content_3_tes {
  width: 925px;
  float: left;
}

.content_3_tes h4 {
  background: url(../images/te_1.jpg) no-repeat #0099cc;
  background-position: 26px 8px;
  padding: 10px 8px 3px 80px;
  font: normal 20px Tahoma, Geneva, sans-serif;
  color: #fff;
  margin: 0px 20px 0px 0px;
  border-bottom: 1px solid #bfe6f2;
  line-height: 37px;
}

.content_3_tes div {
  font: normal 12px Tahoma, Geneva, sans-serif;
  color: #4c4c4c;
  padding: 10px 20px 23px 20px;
  line-height: 20px;
  -webkit-box-shadow: -1px 0px 14px 0px rgba(170, 170, 172, 0.98);
  -moz-box-shadow: -1px 0px 14px 0px rgba(170, 170, 172, 0.98);
  box-shadow: -1px 0px 14px 0px rgba(170, 170, 172, 0.98);
  width: 885px;
  height: 50px;
  border: 1px solid #ccc;
}

.content_3_tes div a {
  font: normal 12px Tahoma, Geneva, sans-serif;
  color: #0099cc;
  text-align: right;
  display: block;
  text-decoration: none;
  line-height: 25px;
}

.pageMainContent {
  width: 75%;
  height: auto;
  padding: 25px;
  font-size: 14px;
  line-height: 24px;
  background: #fff;
  clear: left;
  margin-bottom: 20px;
  margin-top: 38px !important;
  margin: 0 auto;
}

.termsPrivacyPoints {
  line-height: 30px;
  list-style-type: none;
}

.termsPrivacyPara2 {
  line-height: 30px;
}

.PassegerpanelRight {
  float: right;
  height: auto;
  margin-top: 10px;
  width: 315px;
}

.onwardjourneyDet {
  /*box-shadow: 0 0 2px 2px #cecece;*/
  float: left;
  height: auto;
  padding: 20px;
  width: auto;
  margin-bottom: 10px;
  border: 1px solid #e187ab;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

/*Calender Theme Changed Here */
.ui-widget-header {
  color: #222 !important;
}

@media (max-width: 770px) {
  .imagesize {
    width: 140px;
    position: absolute;
    top: 0px;
    left: 35px;
    border-radius: 5px;
  }
}

.logoDesign {
  text-align: center;
  padding: 11px;
  font-size: 32px;
  text-transform: uppercase;
  color: #00dcff;
}

.navbar-nav>li>a {
  padding-top: 10px !important;
  padding-bottom: 15px;

}

.navbar-default .navbar-nav>li>a {
  color: #73799f !important;
}

.navbar-default .navbar-nav>li>a:hover {
  color: #f42a02 !important;
}

.btn-success {
  background-color: #73799f !important;
  border-color: #73799f !important;
}

.btn-success:hover {
  background-color: #f42a02 !important;
  border-color: #73799f !important;
}

.bus-check {
  font-weight: 800;
  letter-spacing: 1px;
  margin: 0px 0px 20px;
  background: #73799f;
  color: #fff;
  font-size: 15px;
  position: relative;
  padding: 20px 10px;
  text-align: center;
}

.bus-check:after {
  background: #73799f none repeat scroll 0 0;
  border-radius: 50%;
  color: #fff;
  content: "\f046";
  left: 45%;
  padding: 10px;
  position: absolute;
  top: 60%;
}

.quick-search {
  padding: 0px 15px 30px 15px !important;
  background: rgba(70, 70, 70, 0.61) !important;
}

.copyright {
  position: relative;
  margin-top: 0px !important;
  padding: 33px 0 40px !important;
  text-align: center;
  border-top: 0px !important;
}

#footer a {
  margin: 0px 15px !important;
  font-weight: bold;
}

a {
  color: #73799f;
}

#footer {
  background: #ffffff !important;
  padding: 0px !important;
}

.form-control1 {
  font-weight: bolder;
  display: block;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #000000;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.col-md-5 {
  width: 36% !important;
}

#service h2 {
  margin-bottom: 21px !important;
}

/*Calender Theme style changes ENd*/
.imageslide {
  width: 100%;
  height: 450px;
  margin: 0 auto;
  margin-bottom: 20px;
  overflow: hidden;
  position: relative;
  text-align: center;
  border-radius: 8px;
}

.slider-content {
  position: absolute;
  width: 100%;
  height: 400px;
}

.animate-enter,
.animate-leave {
  -webkit-transition: 1000ms cubic-bezier(.165, .84, .84, 1) all;
  -moz-transition: 1000ms cubic-bezier(.165, .84, .84, 1) all;
  -ms-transition: 1000ms cubic-bezier(.165, .84, .84, 1) all;
  -o-transition: 1000ms cubic-bezier(.165, .84, .84, 1) all;
  transition: 1000ms cubic-bezier(.165, .84, .84, 1) all;
}

.animate-enter {
  left: 100%;
}

.animate-enter.animate-enter-active {
  left: 0;
}

.animate-leave {
  left: 0;
}

.animate-leave.animate-leave-active {

  margin-left: -100%;

}

#service {
  width: 100%;
  padding: 6px 0 !important;
}

.arrow {
  cursor: pointer;
  display: block;
  height: 64px;
  margin-top: -35px;
  outline: medium none;
  position: absolute;
  top: 50%;
  width: 64px;
  z-index: 5;
}

.arrow.prev {
  background-image: url("../images/prev.png");
  left: 20px;
  opacity: 0.2;
  transition: all 0.2s linear 0s;
}

.arrow.next {
  background-image: url("../images/next.png");
  opacity: 0.2;
  right: 20px;
  transition: all 0.2s linear 0s;
}

.arrow.prev:hover {
  opacity: 1;
}

.arrow.next:hover {
  opacity: 1;
}

/* .nav {
  bottom: -4px;
  display: block;
  height: 48px;
  left: 0;
  margin: 0 auto;
  padding: 1em 0 0.8em;
  right: 0;
  text-align: center;
  z-index: 5;
} */

.nav li {
  border-radius: 5px;
  cursor: pointer;
  display: inline-block;
}

.nav li.active {
  border: 5px solid #FFFFFF;
}

.nav li img {
  width: 100%;
}

.slider {
  border-radius: 5px;
  height: 530px;
  position: relative;
  -webkit-perspective: 1000px;
  -moz-perspective: 1000px;
  -ms-perspective: 1000px;
  -o-perspective: 1000px;
  perspective: 1000px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.slide {
  position: absolute;
  top: 0;
  left: 0;
}

.slide.ng-hide-add {
  opacity: 1;
  -webkit-transition: 1s linear all;
  -moz-transition: 1s linear all;
  -o-transition: 1s linear all;
  transition: 1s linear all;
  /*   -webkit-transform: rotateX(50deg) rotateY(30deg);
    -moz-transform: rotateX(50deg) rotateY(30deg);
    -ms-transform: rotateX(50deg) rotateY(30deg);
    -o-transform: rotateX(50deg) rotateY(30deg);
    transform: rotateX(50deg) rotateY(30deg);*/
  -webkit-transform-origin: right top 0;
  -moz-transform-origin: right top 0;
  -ms-transform-origin: right top 0;
  -o-transform-origin: right top 0;
  transform-origin: right top 0;
}

.slide.ng-hide-add.ng-hide-add-active {
  opacity: 0;
}

.slide.ng-hide-remove {
  -webkit-transition: 1s linear all;
  -moz-transition: 1s linear all;
  -o-transition: 1s linear all;
  transition: 1s linear all;
  display: block !important;
  opacity: 0;
}

.slide,
.slide.ng-hide-remove.ng-hide-remove-active {
  opacity: 1;
}

.slider img {
  width: 100%;
  height: 100%;
  image-rendering: -webkit-optimize-contrast;
}

.modifysearchamr {
  border-radius: 2px;
  padding: 9px 8px;
  float: right;
  margin-right: -650px;
  background: #e187ab;
  cursor: pointer;
  color: #e7e7e7 !important;
  font-weight: bold;
  margin-top: 20px;
}

.busListamr {
  /*margin-top:83px !important;*/
}

.searchTop {
  background: #ffffff !important;
}

/* Side-Bar Widget Navigation. Note: if you added new element in sidebar need to add top for that element */
#Sidenav {
  position: relative;
  z-index: 3000;
}

#Sidenav a {
  position: fixed;
  right: -155px;
  background-color: rgb(53, 107, 95);
  transition: 0.3s !important;
  padding: 10px;
  width: 200px;
  border: 1px solid white;
  text-decoration: none;
  font-size: 20px;
  color: white;
  border-radius: 5px 0 0 5px;
}

#Sidenav a:hover {
  right: 0px;
  width: 200px;
  background-color: #699687;
}

#Sidenav {
  color: white;
}

#nav1 {
  top: 40%;
}

#nav2 {
  top: 47.5%;
}

#nav3 {
  top: 55%;
}

#nav4 {
  top: 32.5%;
}

#nav5 {
  top: 25.0%;
}

#newi {
  margin: 4px;
  float: left;
  position: relative;
  font-size: 18px;
}

#nav-text {
  padding-left: 20px;
  position: relative;
  vertical-align: middle;
  font-size: 14px;
  color: white;
}

.cocolor {
  color: #f42805;
}

.nav>li>a {
  padding: 10px 15px !important;
}

/*BacktoTop*/
#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  border: none;
  outline: none;
  background-color: transparent;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 50px;
}

#myBtn:hover {
  background-color: white;
}

.hova a:hover {
  color: black !important;
}

/*arasu end*/

.owl-carousel-main .owl-stage-outer {
  overflow: visible;
}

@media screen and (max-width: 768px) {
  .owl-carousel-main .item {
    padding-top: 120px !important;
  }
}



.owl-carousel .owl-controls .owl-nav {
  opacity: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.owl-carousel:focus .owl-controls .owl-nav,
.owl-carousel:hover .owl-controls .owl-nav,
.owl-carousel:active .owl-controls .owl-nav {
  opacity: 1;
}

.owl-carousel .btn-primary:hover,
.owl-carousel .btn-primary:focus,
.owl-carousel .btn-primary:active {
  background: transparent !important;
  border: 2px solid #4AE3B5 !important;
}

.owl-carousel .owl-controls,
.owl-carousel-posts .owl-controls {
  margin-top: 0;
}

@media screen and (max-width: 768px) {
  .owl-carousel .owl-controls .owl-nav {
    display: none;
  }
}

.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-nav .owl-prev {
  top: 50% !important;
  margin-top: -29px !important;
  z-index: 9999 !important;
  position: absolute !important;
}

.owl-carousel .owl-controls .owl-nav .owl-next i:before,
.owl-carousel .owl-controls .owl-nav .owl-prev i:before {
  color: rgb(255, 255, 255) !important;
}

.owl-carousel-posts .owl-controls .owl-nav .owl-next,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev {
  top: 24% !important;
}

.owl-carousel .owl-controls .owl-nav .owl-next {
  right: 0 !important;
  left: 5% !important;
  top: -10px !important;
}

.owl-carousel .owl-controls .owl-nav .owl-next:hover {
  right: 10px !important;
}

.owl-carousel .owl-controls .owl-nav .owl-next:hover i:before {
  color: black !important;
}

.owl-carousel .owl-controls .owl-nav .owl-prev {
  left: 2px !important;
  top: -10px !important;
}

.owl-carousel .owl-controls .owl-nav .owl-prev:hover {}

.owl-carousel .owl-controls .owl-nav .owl-prev:hover i:before {
  color: black !important;
}

.owl-carousel-posts .owl-controls .owl-nav .owl-next i,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev i {
  color: #444;
}

.owl-carousel-posts .owl-controls .owl-nav .owl-next:hover i,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev:hover i {
  color: #000;
}

.owl-carousel-fullwidth .owl-controls .owl-nav .owl-next i,
.owl-carousel-fullwidth .owl-controls .owl-nav .owl-prev i {
  color: #fff;
}

.owl-carousel-fullwidth .owl-controls .owl-nav .owl-next:hover i,
.owl-carousel-fullwidth .owl-controls .owl-nav .owl-prev:hover i {
  color: #fff;
}


.owl-theme .owl-controls .owl-nav [class*="owl-"] {
  background: none !important;
}

.owl-theme .owl-controls .owl-nav [class*="owl-"] i {
  font-size: 24px;
}

.owl-theme .owl-controls .owl-nav [class*="owl-"] i:hover,
.owl-theme .owl-controls .owl-nav [class*="owl-"] i:focus {
  background: none !important;
}

.owl-theme .owl-controls .owl-nav [class*="owl-"]:hover,
.owl-theme .owl-controls .owl-nav [class*="owl-"]:focus {
  background: none !important;
}

.owl-theme .owl-dots {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
}

.owl-carousel-fullwidth.owl-theme .owl-dots {
  bottom: 0;
  margin-bottom: 0.5em;
}

.owl-carousel-main.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  background: rgba(0, 0, 0, 0.2) !important;
  border: 2px solid transparent !important;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.owl-carousel-main.owl-theme .owl-dots .owl-dot span:hover {
  background: none;
  background: black !important;
}

.owl-carousel-main.owl-theme .owl-dots .owl-dot.active span,
.owl-carousel-main.owl-theme .owl-dots .owl-dot:hover span {
  background: black !important;
  background: transparent !important;
  border: 2px solid #000 !important;
}

.owl-carousel-main.owl-direction:before {
  color: #000 !important;
}

.owl-carousel-fullwidth .item,
.owl-carousel-fullwidth .fh5co-owl-text-wrap {
  height: auto;
  display: table;
  width: 100%;
}

@media screen and (max-width: 768px) {

  .owl-carousel-fullwidth .item,
  .owl-carousel-fullwidth .fh5co-owl-text-wrap {
    height: inherit;
    padding: 5em 0;
    padding: 0;
    text-align: center;
  }
}

.owl-carousel-fullwidth .fh5co-owl-text-wrap {
  position: relative;
}

.owl-carousel-fullwidth .item {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top left;
  position: relative;
}

.owl-carousel-fullwidth .item .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 8;
}

.owl-carousel-fullwidth .item img {
  max-width: 100%;
}

.owl-carousel-fullwidth .item .mobile-image {
  position: relative;
  z-index: 99999999;
}

.owl-carousel-fullwidth .item .mobile-image .mobile {
  float: right;
  text-align: right;
  position: relative;
  bottom: -12em;
}

@media screen and (max-width: 768px) {
  .owl-carousel-fullwidth .item .mobile-image .mobile {
    bottom: 0em;
    text-align: center;
    float: none !important;
    margin: 0 auto;
    display: block;
  }
}

.owl-carousel-fullwidth .item .mobile-image .mobile img {
  max-width: 100%;
}

.owl-carousel-fullwidth .item .fh5co-owl-text {
  display: table-cell;
  vertical-align: middle;
  z-index: 10;
  position: relative;
}

.owl-carousel-fullwidth .item .fh5co-owl-text a {
  color: white;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.owl-carousel-fullwidth .item .fh5co-owl-text a:hover {
  text-decoration: none;
  color: white;
  border-bottom: 1px solid white;
}

.owl-carousel-fullwidth .item .fh5co-owl-text .fh5co-lead,
.owl-carousel-fullwidth .item .fh5co-owl-text .fh5co-lead-2,
.owl-carousel-fullwidth .item .fh5co-owl-text .fh5co-sub-lead {
  color: #fff;
  margin: 0;
  padding: 0;
}

.owl-carousel-fullwidth .item .fh5co-owl-text .fh5co-lead {
  font-weight: 700;
  margin-bottom: 20px;
  margin-top: 0;
  color: #fff;
  font-size: 50px;
  line-height: 50px;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .owl-carousel-fullwidth .item .fh5co-owl-text .fh5co-lead {
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 30px;
  }
}

.owl-carousel-fullwidth .item .fh5co-owl-text .fh5co-sub-lead {
  font-size: 30px;
  line-height: 30px;
  line-height: 42px;
  font-weight: 100;
  margin-bottom: 30px;
  color: white;
}

@media screen and (max-width: 768px) {
  .owl-carousel-fullwidth .item .fh5co-owl-text .fh5co-sub-lead {
    font-size: 24px;
    line-height: 34px;
  }
}

#fh5co-product-screenshots {
  background: #303841;
}

#fh5co-product-screenshots .section-heading h2 {
  color: #fff;
}

.owl-carousel-center .owl-stage-outer {
  overflow: visible;
}

.owl-carousel-center .owl-item {
  -webkit-transform: scale(0.85);
  -moz-transform: scale(0.85);
  -ms-transform: scale(0.85);
  -o-transform: scale(0.85);
  transform: scale(0.85);
  z-index: 18;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-box-shadow: -1px -1px 38px -13px rgba(0, 0, 0, 0.9);
  -moz-box-shadow: -1px -1px 38px -13px rgba(0, 0, 0, 0.9);
  -ms-box-shadow: -1px -1px 38px -13px rgba(0, 0, 0, 0.9);
  -o-box-shadow: -1px -1px 38px -13px rgba(0, 0, 0, 0.9);
  box-shadow: -1px -1px 38px -13px rgba(0, 0, 0, 0.9);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}

.owl-carousel-center .owl-item img {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}

.owl-carousel-center .owl-item.center {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  z-index: 999;
  -webkit-box-shadow: -1px -1px 58px -13px rgba(0, 0, 0, 0.9);
  -moz-box-shadow: -1px -1px 58px -13px rgba(0, 0, 0, 0.9);
  -ms-box-shadow: -1px -1px 58px -13px rgba(0, 0, 0, 0.9);
  -o-box-shadow: -1px -1px 58px -13px rgba(0, 0, 0, 0.9);
  box-shadow: -1px -1px 58px -13px rgba(0, 0, 0, 0.9);
}

.owl-carousel-center .owl-dots {
  bottom: -80px;
}

@media screen and (max-width: 480px) {
  .owl-carousel-center .owl-dots {
    bottom: -60px;
  }
}

.owl-carousel-center.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  background: rgba(255, 255, 255, 0.2);
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  border: 2px solid transparent;
}

.owl-carousel-center.owl-theme .owl-dots .owl-dot span:hover {
  background: none;
  background: white;
}

.owl-carousel-center.owl-theme .owl-dots .owl-dot.active span,
.owl-carousel-center.owl-theme .owl-dots .owl-dot:hover span {
  background: white;
  background: transparent;
  border: 2px solid #fff;
}

.js .to-animate,
.js .to-animate-2,
.js .single-animate {
  opacity: 0;
}

.js .animate-box {
  opacity: 0;
}

@media screen and (max-width: 480px) {
  .col-xxs-12 {
    float: none;
    width: 100%;
  }
}

.row-bottom-padded-lg {
  padding-bottom: 7em;
}

@media screen and (max-width: 768px) {
  .row-bottom-padded-lg {
    padding-bottom: 2em;
  }
}

.row-bottom-padded-md {
  padding-bottom: 4em;
}

@media screen and (max-width: 768px) {
  .row-bottom-padded-md {
    padding-bottom: 2em;
  }
}

.row-bottom-padded-sm {
  padding-bottom: 2em;
}

@media screen and (max-width: 768px) {
  .row-bottom-padded-sm {
    padding-bottom: 2em;
  }
}

.fh5co-animated {
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/*# sourceMappingURL=style.css.map */


body {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.7;
  color: #828282;
  background: #fff;
}

#page {
  position: relative;
  overflow-x: hidden;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.offcanvas #page {
  overflow: hidden;
  position: absolute;
}

.offcanvas #page:after {
  -webkit-transition: 2s;
  -o-transition: 2s;
  transition: 2s;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 101;
  background: rgba(0, 0, 0, 0.7);
  content: "";
}

a {
  color: #F73859;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

a:hover,
a:active,
a:focus {
  color: #F73859;
  outline: none;
  text-decoration: none;
}

p {
  margin-bottom: 20px;
}

h1,
h2,
h3,
h4,
h5,
h6,
figure {
  color: #000;
  font-weight: 400;
  margin: 0 0 20px 0;
}

::-webkit-selection {
  color: #fff;
  background: #F73859;
}

::-moz-selection {
  color: #fff;
  background: #F73859;
}

::selection {
  color: #fff;
  background: #F73859;
}

.fh5co-nav {
  position: fixed;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  z-index: 1001;
  background: rgb(221, 16, 122);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

@media screen and (max-width: 768px) {
  .fh5co-nav {
    padding: 25px 0;
  }
}

.fh5co-nav #fh5co-logo {
  font-size: 24px;
  padding: 0;
  margin: 0;
  text-transform: uppercase;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .fh5co-nav #fh5co-logo {
    margin-bottom: 0;
  }
}

.fh5co-nav #fh5co-logo a>span {
  color: #F73859;
}

.fh5co-nav a {
  padding: 5px 10px;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .fh5co-nav .menu-1 {
    display: none;
  }
}

.fh5co-nav ul {
  padding: 0;
  margin: 28px 0 0 0;
}

.fh5co-nav ul li {
  padding: 1px 0px;
  margin: 0;
  list-style: none;
  display: inline;
}

.fh5co-nav ul li a {
  font-size: 20px;
  padding: 30px 10px;
  color: white;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.fh5co-nav ul li a:hover,
.fh5co-nav ul li a:focus,
.fh5co-nav ul li a:active {
  color: rgb(241, 193, 65);
}

.fh5co-nav ul li.has-dropdown {
  position: relative;
}

.fh5co-nav ul li.has-dropdown .dropdown {
  width: 180px;
  -webkit-box-shadow: 0px 8px 13px -9px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 8px 13px -9px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 8px 13px -9px rgba(0, 0, 0, 0.75);
  z-index: 1002;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 40px;
  left: 0;
  text-align: left;
  background: #fff;
  padding: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
}

.fh5co-nav ul li.has-dropdown .dropdown:before {
  bottom: 100%;
  left: 40px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: #fff;
  border-width: 8px;
  margin-left: -8px;
}

.fh5co-nav ul li.has-dropdown .dropdown li {
  display: block;
  margin-bottom: 7px;
}

.fh5co-nav ul li.has-dropdown .dropdown li:last-child {
  margin-bottom: 0;
}

.fh5co-nav ul li.has-dropdown .dropdown li a {
  padding: 2px 0;
  display: block;
  color: #999999;
  line-height: 1.2;
  text-transform: none;
  font-size: 15px;
}

.fh5co-nav ul li.has-dropdown .dropdown li a:hover {
  color: #000;
}

.fh5co-nav ul li.has-dropdown:hover a,
.fh5co-nav ul li.has-dropdown:focus a {
  color: #fff;
}

.fh5co-nav ul li.btn-cta a {
  color: #F73859;
}

.fh5co-nav ul li.btn-cta a span {
  background: #f35f55;
  color: #fff;
  padding: 4px 20px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}

.fh5co-nav ul li.btn-cta a:hover span {
  background: #f14034 !important;
  -webkit-box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
}

.fh5co-nav ul li.active>a {}

.scrolled .fh5co-nav {
  background: #00000073;
  padding: 10px 0;
  -webkit-box-shadow: 0px 5px 7px -7px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 5px 7px -7px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 5px 7px -7px rgba(0, 0, 0, 0.15);
}

.scrolled .fh5co-nav a {
  color: white;
}

.scrolled .fh5co-nav ul li a:hover,
.scrolled .fh5co-nav ul li a:focus,
.scrolled .fh5co-nav ul li a:active {
  color: #F73859 !important;
}

.scrolled .fh5co-nav ul li.active a {
  color: #F73859;
}

.scrolled .fh5co-nav ul li.has-dropdown:hover>a,
.scrolled .fh5co-nav ul li.has-dropdown:focus>a {
  color: #F73859;
}

#fh5co-header,
#fh5co-counter,
.fh5co-bg {
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  position: relative;
}

.fh5co-bg {
  background-size: cover;
  background-position: center center;
  position: relative;
  width: 100%;
  float: left;
  position: relative;
}

#fh5co-header a {
  color: rgba(255, 255, 255, 0.5);
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

#fh5co-header a:hover {
  color: white;
  border-bottom: 1px solid white;
}

.fh5co-cover {
  height: 900px;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  float: left;
  width: 100%;
}

.fh5co-cover .overlay {
  z-index: 0;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(42, 51, 86, 0.9);
}

.fh5co-cover>.fh5co-container {
  position: relative;
  z-index: 10;
}

@media screen and (max-width: 768px) {
  .fh5co-cover {
    height: 600px;
  }
}

.fh5co-cover .display-t,
.fh5co-cover .display-tc {
  z-index: 9;
  height: 900px;
  display: table;
  width: 100%;
}

@media screen and (max-width: 768px) {

  .fh5co-cover .display-t,
  .fh5co-cover .display-tc {
    height: 600px;
  }
}

.fh5co-cover.fh5co-cover-sm {
  height: 600px;
}

@media screen and (max-width: 768px) {
  .fh5co-cover.fh5co-cover-sm {
    height: 400px;
  }
}

.fh5co-cover.fh5co-cover-sm .display-t,
.fh5co-cover.fh5co-cover-sm .display-tc {
  height: 600px;
  display: table;
  width: 100%;
}

@media screen and (max-width: 768px) {

  .fh5co-cover.fh5co-cover-sm .display-t,
  .fh5co-cover.fh5co-cover-sm .display-tc {
    height: 400px;
  }
}

.fh5co-staff {
  text-align: center;
  margin-bottom: 30px;
  background: #fff;
  padding: 30px;
  float: left;
  width: 100%;
}

.fh5co-staff img {
  width: 100px;
  margin-bottom: 20px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.fh5co-staff h3 {
  font-size: 24px;
  margin-bottom: 5px;
}

.fh5co-staff p {
  margin-bottom: 30px;
}

.fh5co-staff .role {
  color: #bfbfbf;
  margin-bottom: 30px;
  font-weight: normal;
  display: block;
}

.pagination a {
  background: none;
  border: none !important;
  color: gray !important;
}

.pagination a:hover,
.pagination a:focus,
.pagination a:active {
  background: none !important;
}

.pagination>li>a {
  margin: 0 2px;
  font-size: 18px;
  padding: 0 !important;
  background: none;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  -ms-border-radius: 50% !important;
  -o-border-radius: 50% !important;
  border-radius: 50% !important;
  height: 50px;
  width: 50px;
  line-height: 50px;
  display: table-cell;
  vertical-align: middle;
}

.pagination>li>a:hover {
  color: #000;
  background: #e6e6e6 !important;
}

.pagination>li.disabled>a {
  background: none;
}

.pagination>li.active>a {
  background: #F73859 !important;
  -webkit-box-shadow: 4px 11px 35px -14px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 4px 11px 35px -14px rgba(0, 0, 0, 0.5);
  -ms-box-shadow: 4px 11px 35px -14px rgba(0, 0, 0, 0.5);
  -o-box-shadow: 4px 11px 35px -14px rgba(0, 0, 0, 0.5);
  box-shadow: 4px 11px 35px -14px rgba(0, 0, 0, 0.5);
  color: #fff !important;
}

.pagination>li.active>a:hover {
  cursor: pointer;
  background: #f96982 !important;
}

.fh5co-social-icons {
  margin: 0;
  padding: 0;
}

.fh5co-social-icons li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.fh5co-social-icons li a {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  color: #F73859;
  padding-left: 10px;
  padding-right: 10px;
}

.fh5co-social-icons li a i {
  font-size: 20px;
}

.fh5co-contact-info ul {
  padding: 0;
  margin: 0;
}

.fh5co-contact-info ul li {
  padding: 0 0 0 70px;
  margin: 0 0 30px 0;
  list-style: none;
  position: relative;
}

.fh5co-contact-info ul li:before {
  color: #ccddea;
  position: absolute;
  left: 0;
  top: .05em;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fh5co-contact-info ul li.address:before {
  font-size: 30px;
  content: "\e9d1";
}

.fh5co-contact-info ul li.phone:before {
  font-size: 23px;
  content: "\e9f4";
}

.fh5co-contact-info ul li.email:before {
  font-size: 23px;
  content: "\e9da";
}

.fh5co-contact-info ul li.url:before {
  font-size: 23px;
  content: "\e9af";
}

#fh5co-header .display-tc,
#fh5co-counter .display-tc,
.fh5co-cover .display-tc {
  display: table-cell !important;
  vertical-align: middle;
}

#fh5co-header .display-tc h1,
#fh5co-header .display-tc h2,
#fh5co-counter .display-tc h1,
#fh5co-counter .display-tc h2,
.fh5co-cover .display-tc h1,
.fh5co-cover .display-tc h2 {
  margin: 0;
  padding: 0;
  color: white;
}

#fh5co-header .display-tc h1,
#fh5co-counter .display-tc h1,
.fh5co-cover .display-tc h1 {
  margin-bottom: 0px;
  margin-top: 0;
  font-size: 60px;
  line-height: 1.3;
  font-weight: 300;
}

@media screen and (max-width: 768px) {

  #fh5co-header .display-tc h1,
  #fh5co-counter .display-tc h1,
  .fh5co-cover .display-tc h1 {
    font-size: 40px;
  }
}

#fh5co-header .display-tc h2,
#fh5co-counter .display-tc h2,
.fh5co-cover .display-tc h2 {
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 30px;
  text-transform: uppercase;
}

#fh5co-header .display-tc .btn,
#fh5co-counter .display-tc .btn,
.fh5co-cover .display-tc .btn {
  padding: 15px 30px;
  background: #F73859;
  color: #fff;
  border: none !important;
  font-size: 18px;
  text-transform: uppercase;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}

#fh5co-header .display-tc .btn:hover,
#fh5co-counter .display-tc .btn:hover,
.fh5co-cover .display-tc .btn:hover {
  background: #f6163c !important;
  -webkit-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75) !important;
  -moz-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75) !important;
  box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75) !important;
}

#fh5co-header .display-tc .or,
#fh5co-counter .display-tc .or,
.fh5co-cover .display-tc .or {
  color: rgba(255, 255, 255, 0.3);
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  padding: 0 20px;
}

#fh5co-header .display-tc .link-watch,
#fh5co-counter .display-tc .link-watch,
.fh5co-cover .display-tc .link-watch {
  border-bottom: none;
}

#fh5co-header .display-tc .form-inline .form-group,
#fh5co-counter .display-tc .form-inline .form-group,
.fh5co-cover .display-tc .form-inline .form-group {
  width: 100% !important;
  margin-bottom: 10px;
}

#fh5co-header .display-tc .form-inline .form-group .form-control,
#fh5co-counter .display-tc .form-inline .form-group .form-control,
.fh5co-cover .display-tc .form-inline .form-group .form-control {
  width: 100%;
  background: #fff;
  border: none;
}

.fh5co-bg-section {
  background: #ffffff;
}

#fh5co-services,
#fh5co-started,
#fh5co-testimonial,
#fh5co-blog,
#fh5co-project,
#fh5co-about,
#fh5co-team,
#fh5co-contact {
  padding: 1em 0;
  clear: both;
}

#fh5co-footer {
  padding: 2em 0;
  clear: both;
}

@media screen and (max-width: 768px) {

  #fh5co-services,
  #fh5co-started,
  #fh5co-testimonial,
  #fh5co-blog,
  #fh5co-project,
  #fh5co-about,
  #fh5co-team,
  #fh5co-contact,
  #fh5co-footer {
    padding: 3em 0;
  }
}

#fh5co-testimonial {
  background: #F0F5F9;
}

#fh5co-testimonial .testimonial {
  background: #e57715;
  padding: 30px;
  position: relative;
  margin-bottom: 4em;
  bottom: 0;
}

#fh5co-testimonial .testimonial blockquote {
  border-left: none;
  padding: 0;
  margin: 0;
}

#fh5co-testimonial .testimonial p {
  color: #fff;
  font-size: 18px;
  font-style: italic;
  line-height: 1.5;
}

#fh5co-testimonial .testimonial p.author {
  color: #b3b3b3;
}

#fh5co-testimonial .testimonial p.author img {
  width: 60px;
  margin-right: 20px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

#fh5co-testimonial .testimonial p.author cite {
  font-style: normal;
  font-size: 13px;
}

#fh5co-testimonial .testimonial p:last-child {
  margin-bottom: 0;
}

#fh5co-testimonial .testimonial:after {
  position: absolute;
  left: 11%;
  bottom: -30px;
  display: block;
  width: 0;
  content: "";
  border-width: 30px 30px 0 0;
  border-style: solid;
  border-color: #e57715 transparent;
}

#fh5co-testimonial .testimonial.fh5co-selected {
  background: #bc1c1a;
  bottom: 10px;
  -webkit-box-shadow: 0px 18px 71px -10px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 18px 71px -10px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 18px 71px -10px rgba(0, 0, 0, 0.75);
}

#fh5co-testimonial .testimonial.fh5co-selected p {
  color: #fff;
}

#fh5co-testimonial .testimonial.fh5co-selected p.author cite {
  color: rgba(255, 255, 255, 0.7);
}

#fh5co-testimonial .testimonial.fh5co-selected:after {
  border-color: #bc1c1a transparent;
}

@media screen and (max-width: 768px) {
  #fh5co-testimonial .testimonial.fh5co-selected {
    bottom: 0;
  }
}

#fh5co-blog .fh5co-post {
  background: #fff;
  float: left;
  width: 100%;
  margin-bottom: 30px;
  padding: 30px;
  -webkit-box-shadow: -2px 11px 24px -10px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: -2px 11px 24px -10px rgba(0, 0, 0, 0.09);
  box-shadow: -2px 11px 24px -10px rgba(0, 0, 0, 0.09);
  position: relative;
  bottom: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

#fh5co-blog .fh5co-post h3 {
  margin-bottom: 20px;
}

#fh5co-blog .fh5co-post h3 a {
  color: #F73859;
}

#fh5co-blog .fh5co-post h3 a:hover {
  color: #f35f55;
}

#fh5co-blog .fh5co-post .fh5co-date {
  display: block;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 12px;
  color: #cccccc;
  letter-spacing: .07em;
}

#fh5co-blog .fh5co-post p.author {
  color: #b3b3b3;
}

#fh5co-blog .fh5co-post p.author img {
  width: 50px;
  margin-right: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

#fh5co-blog .fh5co-post p.author cite {
  font-style: normal;
  font-size: 13px;
}

#fh5co-blog .fh5co-post p:last-child {
  margin-bottom: 0;
}

#fh5co-blog .fh5co-post:hover,
#fh5co-blog .fh5co-post:focus {
  bottom: 10px;
}

@media screen and (max-width: 768px) {

  #fh5co-blog .fh5co-post:hover,
  #fh5co-blog .fh5co-post:focus {
    bottom: 0;
  }
}

#fh5co-counter {
  background: #c3c3c3;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #fh5co-counter {
    padding: 3em 0;
  }
}

#fh5co-counter .counter {
  font-size: 50px;
  margin-bottom: 10px;
  color: #3498db;
  font-weight: 100;
  display: block;
}

#fh5co-counter .counter-label {
  margin-bottom: 0;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.5);
  letter-spacing: .1em;
}

#fh5co-counter .feature-center:hover .counter {
  color: #fff;
}

@media screen and (max-width: 768px) {
  #fh5co-counter .feature-center {
    margin-bottom: 30px;
  }
}

#fh5co-counter .icon {
  width: 70px;
  text-align: center;
  margin-bottom: 20px;
  background: none !important;
  border: none !important;
}

#fh5co-counter .icon i {
  height: 70px;
}

#fh5co-counter .icon i:before {
  color: #cccccc;
  display: block;
  text-align: center;
  margin-left: 3px;
}

#fh5co-project .fh5co-project {
  margin-bottom: 30px;
}

#fh5co-project .fh5co-project>a {
  display: block;
  color: #000;
  position: relative;
  bottom: 0;
  overflow: hidden;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

#fh5co-project .fh5co-project>a img {
  position: relative;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

#fh5co-project .fh5co-project>a:after {
  opacity: 0;
  visibility: hidden;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 8;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

#fh5co-project .fh5co-project>a .fh5co-copy {
  z-index: 12;
  position: absolute;
  right: 20px;
  left: 20px;
  bottom: 0px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

#fh5co-project .fh5co-project>a .fh5co-copy h3 {
  margin: 0 0 5px 0;
  padding: 0;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
}

#fh5co-project .fh5co-project>a .fh5co-copy p {
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
}

#fh5co-project .fh5co-project>a .fh5co-copy p:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  #fh5co-project .fh5co-project>a .fh5co-copy {
    position: relative;
    visibility: visible;
    opacity: 1;
    bottom: 0;
    color: #000;
    padding: 20px;
    background: #fff;
  }
}

#fh5co-project .fh5co-project>a:hover {
  -webkit-box-shadow: 0px 18px 71px -10px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 18px 71px -10px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 18px 71px -10px rgba(0, 0, 0, 0.75);
}

@media screen and (max-width: 768px) {
  #fh5co-project .fh5co-project>a:hover {
    bottom: 0;
  }
}

#fh5co-project .fh5co-project>a:hover:after {
  opacity: 1;
  visibility: visible;
}

@media screen and (max-width: 768px) {
  #fh5co-project .fh5co-project>a:hover:after {
    opacity: 0;
    visibility: hidden;
  }
}

#fh5co-project .fh5co-project>a:hover .fh5co-copy {
  opacity: 1;
  visibility: visible;
  bottom: 20px;
}

@media screen and (max-width: 768px) {
  #fh5co-project .fh5co-project>a:hover .fh5co-copy {
    bottom: 0;
    padding: 20px;
    background: #fff;
  }
}

#fh5co-project .fh5co-project>a:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

@media screen and (max-width: 768px) {
  #fh5co-project .fh5co-project>a:hover img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

#fh5co-services.border-bottom {
  border-bottom: 1px solid #dae6ef;
  -webkit-box-shadow: 0px 5px 7px -7px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 5px 7px -7px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 5px 7px -7px rgba(0, 0, 0, 0.15);
  position: relative;
  z-index: 0;
}

.feature-center {
  padding: 20px;
  float: left;
  width: 100%;
  position: relative;
  bottom: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 768px) {
  .feature-center {
    margin-bottom: 50px;
  }
}

.feature-center .desc {
  padding-left: 180px;
}

.feature-center .icon {
  margin-bottom: 20px;
  display: block;
}

.feature-center .icon i {
  font-size: 40px;
  color: rgba(42, 54, 59, 0.2);
}

.feature-center .icon2 {
  float: left;
}

.feature-center .icon2 i {
  font-size: 100px;
}

.feature-center p:last-child {
  margin-bottom: 0;
}

.feature-center p,
.feature-center h3 {
  margin-bottom: 30px;
}

.feature-center h3 {
  font-size: 22px;
  color: #5d5d5d;
}

.feature-center:hover,
.feature-center:focus {
  background: #3498db;
  bottom: 10px;
  -webkit-box-shadow: 0px 18px 71px -10px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 18px 71px -10px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 18px 71px -10px rgba(0, 0, 0, 0.75);
}

.feature-center:hover p:last-child,
.feature-center:focus p:last-child {
  margin-bottom: 0;
}

.feature-center:hover .icon i,
.feature-center:focus .icon i {
  color: rgba(255, 255, 255, 0.7);
}

.feature-center:hover p,
.feature-center:hover h3,
.feature-center:focus p,
.feature-center:focus h3 {
  color: #fff !important;
}

.feature-center:hover a,
.feature-center:focus a {
  color: rgba(255, 255, 255, 0.7);
}

.feature-center:hover a:hover,
.feature-center:focus a:hover {
  color: #fff;
}

@media screen and (max-width: 768px) {

  .feature-center:hover,
  .feature-center:focus {
    bottom: 0;
  }
}

.project-grid {
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  height: 350px;
  margin-bottom: 40px;
}

.project-grid:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: '';
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
}

.project-grid .desc {
  background: rgba(247, 56, 89, 0.9);
  padding: 10px 20px;
  position: absolute;
  bottom: -93px;
  left: 0;
  right: 0;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
}

.project-grid .desc h3 a {
  color: white;
}

.project-grid .desc span {
  color: rgba(255, 255, 255, 0.4);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 12px;
}

@media screen and (max-width: 768px) {
  .project-grid .desc {
    bottom: 0;
  }
}

.project-grid:hover:before,
.project-grid:focus:before {
  opacity: 1;
}

.project-grid:hover .desc,
.project-grid:focus .desc {
  bottom: 0;
}

.project-content {
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  float: left;
  padding: 7em 0;
}

@media screen and (max-width: 768px) {
  .project-content {
    padding: 3em 0;
  }
}

.project-content .col-half {
  width: 50%;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
}

@media screen and (max-width: 480px) {
  .project-content .col-half {
    width: 100%;
  }
}

.project-content .col-half .project,
.project-content .col-half .project-grid {
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}

.project-content .col-half .project:before,
.project-content .col-half .project-grid:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: '';
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
}

.project-content .col-half .project:hover:before,
.project-content .col-half .project:focus:before,
.project-content .col-half .project-grid:hover:before,
.project-content .col-half .project-grid:focus:before {
  opacity: 1;
}

.project-content .col-half .project:hover .desc,
.project-content .col-half .project:focus .desc,
.project-content .col-half .project-grid:hover .desc,
.project-content .col-half .project-grid:focus .desc {
  bottom: 0;
}

@media screen and (max-width: 480px) {

  .project-content .col-half .project,
  .project-content .col-half .project-grid {
    height: 340px !important;
    margin-bottom: 20px;
  }
}

.project-content .col-half .project {
  height: 800px;
}

.project-content .col-half .project-grid {
  height: 390px;
  margin-bottom: 20px;
}

.project-content .col-half .project-grid:last-child {
  margin-bottom: 0;
}

.project-content .desc {
  background: rgba(247, 56, 89, 0.9);
  padding: 10px 20px;
  position: absolute;
  bottom: -93px;
  left: 0;
  right: 0;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
}

.project-content .desc h3 {
  color: white;
}

.project-content .desc span {
  color: rgba(255, 255, 255, 0.4);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 12px;
}

@media screen and (max-width: 768px) {
  .project-content .desc {
    bottom: 0;
  }
}

.fh5co-heading {
  margin-bottom: 2em;
}

.fh5co-heading.fh5co-heading-sm {
  margin-bottom: 2em;
}

.fh5co-heading h2 {
  text-align: center;
  font-size: 35px;
  margin-bottom: 0px;
  line-height: 1.5;
  font-weight: 300;
  color: #000;
}

.fh5co-heading p {
  font-size: 18px;
  line-height: 1.5;
  color: black;
}

.fh5co-heading span {
  display: block;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 2px;
  color: #cccccc;
}

#fh5co-started {
  background: rgba(42, 51, 86, 0.9);
}

#fh5co-started .fh5co-heading h2 {
  color: #fff;
  margin-bottom: 20px !important;
  font-weight: 300;
}

#fh5co-started .fh5co-heading p {
  color: rgba(255, 255, 255, 0.5);
}

#fh5co-started .form-control {
  background: rgba(255, 255, 255, 0.2);
  border: none !important;
  color: #fff;
  font-size: 16px !important;
  width: 100%;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

#fh5co-started .form-control::-webkit-input-placeholder {
  color: #fff;
}

#fh5co-started .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}

#fh5co-started .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}

#fh5co-started .form-control:-ms-input-placeholder {
  color: #fff;
}

#fh5co-started .form-control:focus {
  background: rgba(255, 255, 255, 0.3);
}

#fh5co-started .btn {
  height: 54px;
  border: none !important;
  background: #F73859;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 400;
  padding-left: 30px;
  padding-right: 30px;
}

#fh5co-started .btn:hover {
  background: #f6163c !important;
  -webkit-box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75) !important;
  -moz-box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75) !important;
  box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75) !important;
}

#fh5co-started .form-inline .form-group {
  width: 100% !important;
  margin-bottom: 10px;
}

#fh5co-started .form-inline .form-group .form-control {
  width: 100%;
}

#fh5co-footer-links li a:hover {
  color: #e187ab;
}

.avet {
  cursor: pointer;
}

#fh5co-footer .fh5co-footer-links {
  padding: 0;
  margin: 0;
}

#fh5co-footer .fh5co-footer-links li {
  padding: 5px;
  font-size: 16px;
  margin: 0;
  list-style: none;
}

#fh5co-footer .fh5co-footer-links li a {
  color: #000;
  text-decoration: none;
}

#fh5co-footer .fh5co-footer-links li a:hover {
  cursor: pointer;
  text-decoration: underline;
}

#fh5co-footer .fh5co-widget {
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  #fh5co-footer .fh5co-widget {
    text-align: left;
  }
}

#fh5co-footer .fh5co-widget h3 {
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 15px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

#fh5co-footer .copyright .block {
  display: block;
}

#fh5co-offcanvas {
  position: fixed;
  z-index: 1901;
  width: 270px;
  background: black;
  top: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 45px 40px 40px 40px;
  overflow-y: auto;
  display: none;
  -moz-transform: translateX(270px);
  -webkit-transform: translateX(270px);
  -ms-transform: translateX(270px);
  -o-transform: translateX(270px);
  transform: translateX(270px);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

@media screen and (max-width: 768px) {
  #fh5co-offcanvas {
    display: block;
  }
}

.offcanvas #fh5co-offcanvas {
  -moz-transform: translateX(0px);
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
}

#fh5co-offcanvas a {
  color: rgba(255, 255, 255, 0.5);
}

#fh5co-offcanvas a:hover {
  color: rgba(255, 255, 255, 0.8);
}

#fh5co-offcanvas ul {
  padding: 0;
  margin: 0;
}

#fh5co-offcanvas ul li {
  padding: 0;
  margin: 0;
  list-style: none;
}

#fh5co-offcanvas ul li>ul {
  padding-left: 20px;
  display: none;
}

#fh5co-offcanvas ul li.offcanvas-has-dropdown>a {
  display: block;
  position: relative;
}

#fh5co-offcanvas ul li.offcanvas-has-dropdown>a:after {
  position: absolute;
  right: 0px;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e921";
  font-size: 20px;
  color: rgba(255, 255, 255, 0.2);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

#fh5co-offcanvas ul li.offcanvas-has-dropdown.active a:after {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.uppercase {
  font-size: 14px;
  color: #000;
  margin-bottom: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

.gototop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.gototop.active {
  opacity: 1;
  visibility: visible;
}

.gototop a {
  width: 50px;
  height: 50px;
  display: table;
  background: rgb(105, 150, 135);
  color: #fff;
  text-align: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}

.gototop a i {
  height: 50px;
  display: table-cell;
  vertical-align: middle;
}

.gototop a:hover,
.gototop a:active,
.gototop a:focus {
  text-decoration: none;
  outline: none;
}

.fh5co-nav-toggle {
  width: 25px;
  height: 25px;
  cursor: pointer;
  text-decoration: none;
}

.fh5co-nav-toggle.active i::before,
.fh5co-nav-toggle.active i::after {
  background: #444;
}

.fh5co-nav-toggle:hover,
.fh5co-nav-toggle:focus,
.fh5co-nav-toggle:active {
  outline: none;
  border-bottom: none !important;
}

.fh5co-nav-toggle i {
  position: relative;
  display: inline-block;
  width: 25px;
  height: 2px;
  color: #252525;
  font: bold 14px/.4 Helvetica;
  text-transform: uppercase;
  text-indent: -55px;
  background: #252525;
  transition: all .2s ease-out;
}

.fh5co-nav-toggle i::before,
.fh5co-nav-toggle i::after {
  content: '';
  width: 25px;
  height: 2px;
  background: #252525;
  position: absolute;
  left: 0;
  transition: all .2s ease-out;
}

.fh5co-nav-toggle.fh5co-nav-white>i {
  color: #fff;
  background: #fff;
}

.fh5co-nav-toggle.fh5co-nav-white>i::before,
.fh5co-nav-toggle.fh5co-nav-white>i::after {
  background: #fff;
}

.fh5co-nav-toggle i::before {
  top: -7px;
}

.fh5co-nav-toggle i::after {
  bottom: -7px;
}

.fh5co-nav-toggle:hover i::before {
  top: -10px;
}

.fh5co-nav-toggle:hover i::after {
  bottom: -10px;
}

.fh5co-nav-toggle.active i {
  background: transparent;
}

.fh5co-nav-toggle.active i::before {
  top: 0;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.fh5co-nav-toggle.active i::after {
  bottom: 0;
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}

.fh5co-nav-toggle {
  position: fixed;
  right: 0px;
  top: 18px;
  z-index: 21;
  padding: 6px 0 0 0;
  display: block;
  margin: 0 auto;
  display: none;
  height: 44px;
  width: 44px;
  z-index: 2001;
  border-bottom: none !important;
}

.scrolled .fh5co-nav-toggle {
  top: 5px;
}

@media screen and (max-width: 768px) {
  .fh5co-nav-toggle {
    display: block;
  }
}

.btn {
  margin-right: 4px;
  margin-bottom: 4px;
  font-size: 16px;
  font-weight: 400;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  padding: 8px 20px;
}

.btn.btn-md {
  padding: 8px 20px !important;
}

.btn.btn-lg {
  padding: 18px 36px !important;
}

.btn:hover,
.btn:active,
.btn:focus {
  box-shadow: none !important;
  outline: none !important;
}

.btn-primary {
  background: #F73859;
  color: #fff;
  border: 2px solid #F73859;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  background: #f8516d !important;
  border-color: #f8516d !important;
}

.btn-primary.btn-outline {
  background: transparent;
  color: #F73859;
  border: 2px solid #F73859;
}

.btn-primary.btn-outline:hover,
.btn-primary.btn-outline:focus,
.btn-primary.btn-outline:active {
  background: #F73859;
  color: #fff;
}

.btn-success {
  background: #5cb85c;
  color: #fff;
  border: 2px solid #5cb85c;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active {
  background: #4cae4c !important;
  border-color: #4cae4c !important;
}

.btn-success.btn-outline {
  background: transparent;
  color: #5cb85c;
  border: 2px solid #5cb85c;
}

.btn-success.btn-outline:hover,
.btn-success.btn-outline:focus,
.btn-success.btn-outline:active {
  background: #5cb85c;
  color: #fff;
}

.btn-info {
  background: #5bc0de;
  color: #fff;
  border: 2px solid #5bc0de;
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active {
  background: #46b8da !important;
  border-color: #46b8da !important;
}

.btn-info.btn-outline {
  background: transparent;
  color: #5bc0de;
  border: 2px solid #5bc0de;
}

.btn-info.btn-outline:hover,
.btn-info.btn-outline:focus,
.btn-info.btn-outline:active {
  background: #5bc0de;
  color: #fff;
}

.btn-warning {
  background: #f0ad4e;
  color: #fff;
  border: 2px solid #f0ad4e;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active {
  background: #eea236 !important;
  border-color: #eea236 !important;
}

.btn-warning.btn-outline {
  background: transparent;
  color: #f0ad4e;
  border: 2px solid #f0ad4e;
}

.btn-warning.btn-outline:hover,
.btn-warning.btn-outline:focus,
.btn-warning.btn-outline:active {
  background: #f0ad4e;
  color: #fff;
}

.btn-danger {
  background: #d9534f;
  color: #fff;
  border: 2px solid #d9534f;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active {
  background: #d43f3a !important;
  border-color: #d43f3a !important;
}

.btn-danger.btn-outline {
  background: transparent;
  color: #d9534f;
  border: 2px solid #d9534f;
}

.btn-danger.btn-outline:hover,
.btn-danger.btn-outline:focus,
.btn-danger.btn-outline:active {
  background: #d9534f;
  color: #fff;
}

.btn-outline {
  background: none;
  border: 2px solid gray;
  font-size: 16px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active {
  box-shadow: none;
}

.btn.with-arrow {
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.btn.with-arrow i {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -8px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.btn.with-arrow:hover {
  padding-right: 50px;
}

.btn.with-arrow:hover i {
  color: #fff;
  right: 18px;
  visibility: visible;
  opacity: 1;
}

.form-control {
  box-shadow: none;
  background: transparent;
  border: 2px solid rgba(0, 0, 0, 0.1);
  height: 40px;
  font-size: 18px;
  font-weight: 300;
}

.form-control:active,
.form-control:focus {
  outline: none;
  box-shadow: none;
  border-color: #F73859;
}

.mb30 {
  margin-bottom: 30px !important;
}

.row-pb-md {
  padding-bottom: 4em !important;
}

.row-pb-sm {
  padding-bottom: 2em !important;
}

.fh5co-loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(../images/loader.gif) center no-repeat #fff;
}

.js .animate-box {
  opacity: 0;
}

#fh5co-header-subscribe #email {
  padding-right: 9em;
}

#fh5co-header-subscribe button {
  position: absolute;
  top: 0;
  right: 10px;
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}

/*# sourceMappingURL=style.css.map */


@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-fast {
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -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%,
  to {
    -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%,
  to {
    -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%,
  to {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}

@keyframes flash {

  from,
  50%,
  to {
    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);
  }

  to {
    -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);
  }

  to {
    -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);
  }

  to {
    -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);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {

  from,
  to {
    -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,
  to {
    -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);
  }

  to {
    -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);
  }

  to {
    -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);
  }

  to {
    -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);
  }

  to {
    -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);
  }

  to {
    -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);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {

  from,
  11.1%,
  to {
    -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%,
  to {
    -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%,
  to {
    -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);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {

  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -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);
  }

  to {
    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%,
  to {
    -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);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInDown {

  from,
  60%,
  75%,
  90%,
  to {
    -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);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {

  from,
  60%,
  75%,
  90%,
  to {
    -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);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInLeft {

  from,
  60%,
  75%,
  90%,
  to {
    -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);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {

  from,
  60%,
  75%,
  90%,
  to {
    -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);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInRight {

  from,
  60%,
  75%,
  90%,
  to {
    -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);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {

  from,
  60%,
  75%,
  90%,
  to {
    -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);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {

  from,
  60%,
  75%,
  90%,
  to {
    -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);
  }

  to {
    -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);
  }

  to {
    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);
  }

  to {
    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);
  }

  to {
    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);
  }

  to {
    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);
  }

  to {
    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);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.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);
  }

  to {
    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);
  }

  to {
    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);
  }

  to {
    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);
  }

  to {
    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;
    -ms-transform: scale(0.95);
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }

  to {
    opacity: 1;
    -ms-transform: scale(1.0);
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
    -ms-transform: scale(0.95);
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }

  to {
    opacity: 1;
    -ms-transform: scale(1.0);
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}

.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);*/
    -webkit-transform: translate3d(0, -50px, 0);
    transform: translate3d(0, -50px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    /*-webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);*/
    -webkit-transform: translate3d(0, -50px, 0);
    transform: translate3d(0, -50px, 0);
  }

  to {
    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);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    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);*/
    -webkit-transform: translate3d(-50px, 0, 0);
    transform: translate3d(-50px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    /*-webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);*/
    -webkit-transform: translate3d(-50px, 0, 0);
    transform: translate3d(-50px, 0, 0);
  }

  to {
    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);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    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);*/
    -webkit-transform: translate3d(50px, 0, 0);
    transform: translate3d(50px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    /*-webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);*/
    -webkit-transform: translate3d(50px, 0, 0);
    transform: translate3d(50px, 0, 0);
  }

  to {
    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);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    visibility: hidden;
    /*-webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);*/
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
  }

  to {
    opacity: 1;
    /*visibility: visible;*/
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    visibility: hidden;
    /*-webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);*/
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
  }

  to {
    visibility: visible;
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpMenu {
  from {
    opacity: 0;
    visibility: hidden;
    /*-webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);*/
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 1;
    visibility: visible;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUpMenu {
  from {
    opacity: 0;
    visibility: hidden;
    /*-webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);*/
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  to {
    visibility: visible;
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUpMenu {
  -webkit-animation-name: fadeInUpMenu;
  animation-name: fadeInUpMenu;
}

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
  }
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    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;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    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;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    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;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    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;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    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;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    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;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    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;
  }

  to {
    -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;
  }

  to {
    -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);
  }

  to {
    -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);
  }

  to {
    -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);
  }

  to {
    -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);
  }

  to {
    -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;
  }

  to {
    -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;
  }

  to {
    -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;
  }

  to {
    -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;
  }

  to {
    -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;
  }

  to {
    -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;
  }

  to {
    -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;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    -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;
  }

  to {
    -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;
  }

  to {
    -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;
  }

  to {
    -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;
  }

  to {
    -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;
  }

  to {
    -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;
  }

  to {
    -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;
  }

  to {
    -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;
  }

  to {
    -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;
  }

  to {
    -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;
  }

  to {
    -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;
  }

  to {
    -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;
  }

  to {
    -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;
  }

  to {
    -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;
  }

  to {
    -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;
  }

  to {
    -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;
  }

  to {
    -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;
  }

  to {
    -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;
  }

  to {
    -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;
  }

  to {
    -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;
  }

  to {
    -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;
  }

  to {
    -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;
  }

  to {
    -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);
  }

  to {
    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);
  }

  to {
    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;
  }

  to {
    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;
  }

  to {
    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);
  }

  to {
    opacity: 0;
  }
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  to {
    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);
  }

  to {
    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);
  }

  to {
    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);
  }

  to {
    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);
  }

  to {
    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);
  }

  to {
    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);
  }

  to {
    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);
  }

  to {
    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);
  }

  to {
    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;
  }

  to {
    -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;
  }

  to {
    -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;
  }

  to {
    -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;
  }

  to {
    -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;
  }

  to {
    -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;
  }

  to {
    -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;
  }

  to {
    -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;
  }

  to {
    -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);
  }

  to {
    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);
  }

  to {
    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);
  }

  to {
    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);
  }

  to {
    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);
  }

  to {
    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);
  }

  to {
    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);
  }

  to {
    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);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

/*select*/
.select-hidden {
  display: none;
  visibility: hidden;
  padding-right: 10px;
}

.select {
  cursor: pointer;
  display: inline-block;
  position: relative;
  font-size: 16px;
  color: gray;
  width: 100%;
  height: 40px;
}

.select-styled {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: left;
  background-color: #c0392b;
  padding: 8px 15px;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.select-styled:after {
  content: "";
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  top: 16px;
  right: 10px;
}

.select-styled:hover {
  background-color: #b83729;
}

.select-styled:active,
.select-styled.active {
  background-color: #ab3326;
  text-align: left;
}

.select-styled:active:after,
.select-styled.active:after {
  top: 9px;
  border-color: transparent transparent #fff transparent;
}

.select-options {
  text-align: left;
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 999;
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #ab3326;
}

.select-options li {
  margin: 0;
  padding: 12px 0;
  text-indent: 15px;
  border-top: 1px solid #962d22;
  -moz-transition: all 0.15s ease-in;
  -o-transition: all 0.15s ease-in;
  -webkit-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
}

.select-options li:hover {
  color: #c0392b;
  background: #fff;
}

.select-options li[rel="hide"] {
  display: none;
}

.cs-select {
  background: url(https://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/br_down.png) no-repeat right 5px !important;
  -webkit-appearance: none !important;
  background-position: center right 5px !important;
  background-position-x: auto !important;
  background-position-y: auto !important;
}

.butv {
  background: #e57715;
  color: white;
}

.butv:hover {
  background: #e187ab;
  color: white !important;
}

/*Footer*/
#myFooter {
  background-color: rgba(221, 16, 122, 0.98);
  color: white;
}

#myFooter .footer-copyright {
  background-color: #383737;
  padding-top: 3px;
  padding-bottom: 3px;
  text-align: center;
}

#myFooter .footer-copyright p {
  margin: 10px;
  color: #ccc;
}

#myFooter ul {
  list-style-type: none;
  padding-left: 0;
  line-height: 1.7;

}

#myFooter h5 {
  font-size: 18px;
  color: black;
  font-weight: bold;
  margin-top: 30px;
}

#myFooter a {
  color: white;
  text-decoration: none;
  font-size: 16px;
}

#myFooter a:hover,
#myFooter a:focus {
  text-decoration: none;
  color: #e57715;
}

#myFooter .myCols {
  text-align: start;
}

#myFooter .social-networks {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 38px;
}

#myFooter .social-networks a {
  font-size: 32px;
  margin-right: 5px;
  margin-left: 5px;
  color: #ffffff;
  padding: 10px;
  transition: 0.2s;
}

#myFooter .social-networks a:hover {
  text-decoration: none;

}

#myFooter .facebook:hover {
  color: #03A9F4 !important;
}

#myFooter .google:hover {
  color: #03A9F4 !important;
}

#myFooter .twitter:hover {
  color: #03A9F4 !important;
}

@media screen and (max-width: 767px) {
  #myFooter {
    text-align: center;
  }
}

.route:hover {
  background: rgba(77, 100, 37, 0.67);
  color: white;
  -webkit-animation: shake 2s;
  animation: shake 2s;
}

.route {
  border-radius: 5px;
}

#amenities {
  font-size: 120px !important;
  padding: 20px !important;
}

.fh5co-nav a:hover {
  color: #e187ab;
}

.bd {
  text-align: center;
  border: 3px solid #808080c9;
  border-radius: 16px;
}

.up {
  margin: 0 auto !important;
  float: none !important;
}

#loader {
  overflow-x: hidden;
  overflow-y: hidden;
  vertical-align: middle;
  background-color: rgba(245, 245, 245, 0.92);
  position: fixed;
  display: table;
  width: 100%;
  top: 0;
  height: 100%;
  min-height: 100%;
  z-index: 99999;
}

.loader-container {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  z-index: 12;
  text-align: center;
}

.loader-back-logo {
  margin-top: -10px;
  font-size: 26px;
}

.loader {
  margin-top: -20px;
  margin-left: 0px
}

.hoverbtn {
  padding: 9px 35px;
  font-size: 15px;
  text-align: center;
  cursor: pointer;
  outline: none;
  color: white;
  background-color: #699687;
  border: none;
  margin-top: 4px;
  font-weight: bolder;
  border-radius: 4px;
}

.hoverbtn:hover {
  background-color: #ca1616
}

.hoverbtn:active {
  background-color: #ca1616;
  box-shadow: 0 5px rgba(206, 95, 95, 0.38);
  transform: translateY(4px);
}

/*outline: none; border: none; box-shadow: 0 9px #999;border-radius: 20px;font-weight: bold !important;display: inline;height: 50px;line-height: 0.333333;background:#bd1c1a;"*/
.inputboxmv {
  border-radius: 0px !important;
  display: inline;
  color: black;
  background: white !important;
  border-right: 1px solid white;
  padding: 0px 6px !important;
  width: 98% !important;
  border-radius: 3px 18px 2px 18px !important;
  border: 1px solid #dd107a !important;
}

#fh5co-services .prop {
  float: left;
  width: 760px;
  margin: 50px 0 50px 70px;
  position: relative;
  text-align: justify;
  line-height: 18px;
  font-size: 18px;
}

#fh5co-services .title {
  float: left;
  color: rgb(221, 16, 122);
  font-size: 35px;
  margin-top: 75px;
  letter-spacing: 0.9px;
  text-transform: capitalize;
  font-weight: bolder;
}

#fh5co-services .title span {
  font-size: 50px;
  letter-spacing: 0px;
}

.service-icon {
  display: block;
  margin-bottom: 20px;
}

.service-icon {
  background-color: #2980b9;
  color: #534c2e;
  height: 7rem;
  width: 7rem;
  border-radius: 40px;
  margin: 0 auto;
  display: block;
  line-height: 7.5rem;
  font-size: 2.25rem;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, .1);
}

.service-icon:hover {
  background-color: rgba(77, 100, 37, 0.67);
}

.amehover:hover {
  opacity: 0.4;
}

.state-changes {
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: white;
  position: absolute;
  right: 50px;
  z-index: 1;
  top: 400px;
  border: 8px solid #dd107a;
}

.already-visible {
  transform: translateY(0);
  animation: none;
}

.state-changes-banner {
  height: 95px;
  text-align: center;
  margin-top: 1em;
}

.searchcontainer {
  background: rgb(255, 255, 255);
  padding: 2% 0% 1px 3%;
  width: 80%;
  margin: 0 auto;
  position: relative;
  top: -105px;
  z-index: 100;
  border-radius: 4px 30px 4px 30px;
  box-sizing: border-box;
  box-shadow: 5px 0 8px 5px rgba(0, 0, 0, 0.18);
}

.features {
  background: #f1f1f1;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.service-logo img {
  width: 65%;
}

.img-responsive:hover {
  -webkit-animation: swinging 1s ease;
  animation: swinging 1s ease;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  cursor: pointer;
  box-shadow: 5px 0 8px 5px rgba(0, 0, 0, 0.18);
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.72);
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

blockquote {
  padding: 3px 20px;
  border-left: none !important;
}

.pull-right {
  float: right !important;
}

blockquote.pull-right {
  padding-left: 0;
  text-align: right;
  border-left: 0;
  border-right: 5px solid #cdcdcd;
}

.facilities-title h1 {
  margin: 0;
}

.row:before {
  display: table;
  content: " ";
}

@-webkit-keyframes swing {
  15% {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
  }

  30% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }

  50% {
    -webkit-transform: translateX(3px);
    transform: translateX(3px);
  }

  65% {
    -webkit-transform: translateX(-3px);
    transform: translateX(-3px);
  }

  80% {
    -webkit-transform: translateX(2px);
    transform: translateX(2px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes swing {
  15% {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
  }

  30% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }

  50% {
    -webkit-transform: translateX(3px);
    transform: translateX(3px);
  }

  65% {
    -webkit-transform: translateX(-3px);
    transform: translateX(-3px);
  }

  80% {
    -webkit-transform: translateX(2px);
    transform: translateX(2px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@-webkit-keyframes swinging {
  0% {
    -webkit-transform: rotate(10deg);
  }

  50% {
    -webkit-transform: rotate(-5deg)
  }

  100% {
    -webkit-transform: rotate(10deg);
  }
}

@keyframes swinging {
  0% {
    transform: rotate(10deg);
  }

  50% {
    transform: rotate(-5deg)
  }

  100% {
    transform: rotate(10deg);
  }
}

#carousel {
  width: 100%;
  height: 500px;
  position: relative;
  clear: both;
  overflow: hidden;
  background: #FFF;
}

#carousel img {
  visibility: hidden;
  /* hide images until carousel can handle them */
  cursor: pointer;
  /* otherwise it's not as obvious items can be clicked */
  box-shadow: 0px 0px 13px 1px rgb(75, 75, 75);
}

.routes {
  height: 460px;
  position: relative;
  background-size: 100%;
  top: -0.5em;
}

.routes h2 {
  position: relative;
  font-size: 50px;
  font-weight: bold;
  color: #dd107a;
  margin-bottom: 16px;
  word-spacing: 0px;
  letter-spacing: 4px;
  text-transform: capitalize;
}

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.facilities {
  padding: 2em 0;
  background: #fff;
}

.amenities-content {
  position: relative;
  top: 33px;
}

.text-uppercase {
  text-transform: capitalize !important;
  color: #dd107a !important;
}

.text-1 {
  position: absolute;
  top: 50%;
  left: 8%;
  font-weight: bold;
  color: #37529e;
  font-size: 30px;
}

.text-2 {
  position: absolute;
  top: 25%;
  left: 18%;
  font-weight: bold;
  color: #37529e;
  font-size: 30px;
}

.text-3 {
  position: absolute;
  top: -1%;
  left: 42%;
  font-weight: bold;
  color: #37529e;
  font-size: 30px;
}

.text-4 {
  position: absolute;
  top: -12%;
  left: 86%;
  font-weight: bold;
  color: #37529e;
  font-size: 30px;
}

.text-5 {
  position: absolute;
  top: 87%;
  left: 29%;
  font-weight: bold;
  color: #37529e;
  font-size: 30px;
}

.text-6 {
  position: absolute;
  top: 62%;
  left: 51%;
  font-weight: bold;
  color: #37529e;
  font-size: 30px;
}

.text-7 {
  position: absolute;
  top: 35%;
  left: 74%;
  font-weight: bold;
  color: #37529e;
  font-size: 30px;
}

.state-changes-banner img:first-child {
  z-index: 2;
  opacity: 1;
}

.state-changes-banner img {
  position: relative;
  transition: opacity 1s;
  opacity: 0;
}

.glyphicon-sort:before {
  color: white !important;
}

.feaclr {
  color: #de3c7b;
  !important;
}

.blinking {
  animation: blinkingText 1.5s infinite;
}

@keyframes blinkingText {
  0% {
    color: rgba(0, 0, 0, 0.6);
  }

  100% {
    color: white;
  }
}

/* feedback starts here */
.action-button-submit {
  background: #356b5f;
  border-radius: 3px;
  border: 0 none;
  color: #fff;
  padding: 4px 20px;
  height: 35px;
  width: 110px;
}

.action-button-reset {
  background: red;
  border-radius: 3px;
  border: 0 none;
  color: #fff;
  padding: 4px 20px;
  height: 35px;
  width: 110px;
}

.action-button-submit:hover {
  background-color: #226dbf;
}

#error {
  color: #FF0000;
}

td#tabledata {
  height: 45;
}

td#status {
  height: 35;
}

.new-design-inner {
  width: 70%;
  padding: 8% 5% 0% 4%;
  min-height: 300px;
  background: #fff;
  margin: 85px auto 4em;
  box-shadow: 1px 1px 10px 3px rgba(53, 53, 53, 0.61);
  position: relative;
  display: block;
  box-sizing: content-box;
  padding-top: 7%;
  display: flex;
}

#canvas {
  background-color: white;
  clear: both;
  margin: 0 auto 0;
  min-height: 750px;
  text-align: left;
  width: 960px;
}

#formbody {
  background: #fff !important;
  margin: 0;
  color: #333;
  line-height: 1.42857143;
}

.new-design-inner:before {
  background-color: #356b5f;
  color: #fff;
  width: 114px;
  height: 114px;
  border-radius: 0;
  float: none;
  text-align: center;
  font-size: 5.5em;
  line-height: 1.6em;
  content: "";
  display: inline-block;
  margin: 0 auto;
  left: 0;
  right: 0;
  position: absolute;
  top: -57px;
  border-radius: 15px;
}

:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.feed_back_tic:after {
  background-position: left -61.4em top;
  width: 75px;
  height: 85px;
  top: -34px;
}

.new-design-inner:after {
  content: "";
  margin: 0 auto;
  left: 0;
  right: 0;
  position: absolute;
  top: -37px;
  background-image: url(../images/feedbacklogo.png);
  background-repeat: no-repeat;
}

#box_header {
  border: 0;
  background-color: #356b5f;
  text-align: center;
  padding: 0;
  line-height: 50px;
  color: #fff;
  font-size: 25px;
  color: #fff;
}

.welcometitle {}

.error {
  color: red;
}

.Input {
  height: 25px;
  width: 177px;
  font-size: 12pt;
}

#empty-space {
  padding-top: 15px;
}

#submit-status {
  color: #a94442;
  border-color: #ebccd1;
  padding: 15px;
  border-radius: 4px;
}

.headerbodyF {
  min-height: 950px !important;
}

.feed_back_ticR:after {
  background-position: left -56.6em top;
  width: 75px;
  height: 85px;
  top: -34px;
}

/*feedback ends here*/
/*top Header*/
section.top_sec {
  background: #356b5f;
  padding: 15px 10px;
  font-size: 15px;
}

section.top_sec span,
section.top_sec i {
  color: white;
}

.soc_ico ul {
  display: block;
  list-style-type: none;
  margin-bottom: 0;
  padding: 0;
  border-right: 1px solid #ffffff;
}

.soc_ico ul li a {
  font-size: 12px;
  color: #c9ced1;
  line-height: 44px;
  transition: 0.5s ease all;
}

.soc_ico ul li {
  display: inline-block;
  margin-right: 12px;
}

.soc_ico ul li:last-child {
  margin-right: 20px;
}

section.top_sec .col-md-6 div {
  display: inline-block;
}

section.top_sec .col-md-6.top_rgt {
  text-align: right;
}

h3.subm_btn {
  font-size: 24px;
  color: #fff;
  padding: 0 15px;
  margin: 0;
  margin-left: 15px;
  line-height: 45px;
  background: #356b5f;
  text-transform: uppercase;
}

h3.subm_btn i {
  padding-right: 10px;
}

.inf_txt p {
  font-size: 14px;
  color: #c9ced1;
  line-height: 44px;
  padding: 0px 20px;
  margin-bottom: 0;
  border-right: 1px solid white;
}

nav.navbar {
  border: none;
  margin-bottom: 0;
  background: #fff;
  border-bottom: solid 1px #009688;
}

.navbar-toggle {
  background-color: #aaa;
  margin: 40px 30px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.navbar-toggle .icon-bar {
  background-color: #fff;
}

a.navbar-brand {
  padding: 2px 0px;
}

ul.nav.navbar-nav.navbar-right {
  margin: 30px 0;
  padding: 0 20px;
  background: #ffffff;
}

ul.nav.navbar-nav.navbar-right li {
  padding: 3px 5px;
}

.navbar-nav>li>a {
  padding: 22px 5px;
  color: #1f2223;
  text-transform: uppercase;
  border-bottom: 2px solid transparent;
  transition: 0.5s all ease;
  font-size: 15px;
  font-weight: bold;
  line-height: normal;
}

.navbar-collapse {
  padding: 0;
}

.navbar-nav>li>a:hover,
.navbar-nav>li>a.active {
  color: #356b5f;
  border-bottom: 2px solid #356b5f;
  background: transparent;
}

.srch_frm {
  background: #fff;
  padding: 15px 25px;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.25);
}

.srch_frm h3 {
  font-size: 16px;
  margin: 18px 0px;
  font-weight: bold;
  color: #1f2223;
  text-transform: uppercase;
  text-align: center;
}

#srch_slide {
  margin: 50px 0px;
  position: relative;
  z-index: 11;
}

.col-md-8.slide_sec .silde_img {
  border: 6px solid #fff;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.25);
  position: relative;
}

.mt_0 {
  margin-top: 0 !important;
}

p.sec_desc {
  font-size: 13px;
  color: #777;
  line-height: 21px;
  margin-bottom: 20px;
}

.img-thumbnail {
  display: inline-block;
  max-width: 100%;
  height: 350px !important;
  padding: 4px;
  line-height: 1.42857143;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.spacer-60 {
  height: 60px;
}

/*routr*/
.titl_sec {
  background: #fff;
  box-shadow: 0px 1px 5px rgb(39, 64, 58);
  padding: 0 25px;
  margin: 0 15px;
  margin-bottom: 30px;
}

.titl_sec h3.main_titl {
  display: inline-block;
}

.titl_sec h3 {
  font-size: 16px;
  line-height: 60px;
  margin: 0;
  font-weight: bold;
  color: #1f2223;
  text-transform: uppercase;
}

.panel.panel-default {
  position: relative;
  margin-bottom: 0;
  border: 0;
  border-radius: 0;
}

.img_hov_eff {
  width: 100%;
  height: 100%;
  top: 0;
  text-align: center;
  background: rgba(0, 0, 0, 0.75);
  position: absolute;
  opacity: 0;
  transition: all 0.5s ease;
  visibility: hidden;
}

.img_hov_eff a.btn.btn_trans {
  position: absolute;
  top: 110%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.5s ease;
}

a.btn.btn_trans {
  font-size: 13px;
  color: #fff;
  min-width: 110px;
  background: transparent;
  font-weight: bold;
  border: 2px solid #fff;
  border-radius: 0;
  line-height: 40px;
  padding: 0 15px;
}

.img_hov_eff a {
  color: #fff;
  text-decoration: none;
}

.panel_bottom {
  margin: 10px -25px 0;
  padding: 0 0 0 25px;
  border-top: 1px solid #d1d7da;
}

.panel_bottom p.readmore {
  float: left;
  width: 65%;
  line-height: 35px;
}

.news_dtd p,
p.readmore {
  font-size: 12px;
  color: #989b9c;
  font-style: italic;
  margin-bottom: 0;
}

p.readmore a {
  color: #989b9c;
  text-decoration: none;
}

section#feat_propty .panel-body {
  padding-bottom: 0;
  border: 1px solid #e1e1e1;
}

.btn:active:focus,
.btn:focus {
  outline: dotted thin;
  outline: -webkit-focus-ring-color auto 5px;
  outline-offset: -2px;
}

.btn:active {
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}

section#feat_propty .panel.panel-default:hover .img_hov_eff {
  opacity: 1;
  visibility: visible;
}

section#feat_propty .panel.panel-default:hover a.btn.btn_trans {
  top: 50%;
}

.sec_titl {
  padding: 8px 35px;
  margin-top: 1px !important;
  border: 1px solid #dadada;
  font-size: 22px;
  text-align: center;
  background: #699687;
}

.img-hover {
  width: 360px;
}

.fadesign {
  background: #023956;
  border-radius: 50%;
  font-size: 17px;
  padding: 7px;
  margin: 7px;
  color: white;
}

;

.app-text h3 {
  margin-top: 20px;
  margin-bottom: 12px;
}

.mrgb5x {
  margin-bottom: 50px;
}

.app-box .small-circle {
  box-shadow: 0 0 0 5px #93dcde;
  display: block;
  margin-right: 20px;
}

.app-box span {
  float: left;
}

.small-circle {
  background-color: #699687;
  border-radius: 50%;
  height: 64px;
  line-height: 64px;
  margin: 0 auto;
  text-align: center;
  width: 64px;
}

.whychooseus .fa {
  color: #fff !important;
  margin-top: 12px;
}

.spacer-30 {
  height: 30px;
}

.panel-image {
  position: relative;
  border-bottom: 2px solid transparent;
}

div#slide_pan .owl-controls.clickable {
  margin: 0;
}

.waterimg {
  display: block;
  max-width: 100%;
  height: auto;
}

/*footer*/
.footer_top {
  background-color: #161e22;
}

h2.foot_title:after {
  content: "";
  height: 2px;
  width: 30px;
  display: block;
  margin-top: 15px;
  background: #fff;
}

.footer_top .container {
  padding: 50px 15px 20px;
  position: relative;
  background-size: cover;
}

h2.foot_title {
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  margin: 0;
  margin-bottom: 30px;
}

ul.tweets,
ul.cont_info {
  list-style-type: none;
  padding: 0;
}

.col-md-3.abt_sec p,
ul.tweets li,
ul.cont_info li {
  font-size: 12px;
  color: #8c8c8c;
  line-height: 20px;
  margin-bottom: 0;
}

ul.cont_info li i,
ul.tweets li i {
  float: left;
  line-height: 20px;
  font-size: 14px;
  color: white;
  margin-right: 10px;
}

ul.cont_info p {
  margin-bottom: 15px;
}

.soc_ico_footer ul {
  display: block;
  list-style-type: none;
  margin-bottom: 0;
  padding: 0;
  /* border-right: 1px solid #356178; */
}

.soc_ico_footer ul li {
  display: inline-block;
  margin-right: 12px;
}

.soc_ico_footer ul li a {
  font-size: 14px;
  color: #c9ced1;
  line-height: 44px;
  transition: 0.5s ease all;
  border-radius: 30px;
  background: #2b2e3d;
  width: 35px;
  height: 40px;
  padding: 10px 10px 7px 10px;
}

ul.foot_nav {
  list-style-type: none;
  padding: 0;
}

ul.foot_nav li {
  position: relative;
  padding-left: 25px;
  color: #fff;
}

ul.foot_nav li a {
  margin-bottom: 10px;
  display: block;
  text-decoration: none;
  color: #fff;
  font-size: 14px;
}

.footer_copy_right {
  background: #101619;
}

.footer_copy_right p {
  line-height: 80px;
  color: #7c7c7c;
  font-size: 12px;
  margin-bottom: 0;
}

.footer_copy_right a {
  color: #fff;
}

ul.foot_nav li:after {
  content: "\f054";
  position: absolute;
  height: 100%;
  vertical-align: middle;
  font-family: FontAwesome;
  z-index: 1;
  left: 0px;
  top: 0;
  font-size: 10px;
  line-height: 22px;
  display: inline-block;
}

ul.foot_nav li:hover,
ul.foot_nav li:hover a {
  color: #ef7351;
}

/*testOminial*/
section#testim {
  padding: 40px 0 60px 0;
  background: url(../images/ar_testim.jpg);
}

section#testim h2 {
  color: #fff;
  margin-bottom: 15px;
  text-align: center;
  text-transform: uppercase;
  position: relative;
}

.bot_border {
  width: 100px;
  height: 3px;
  margin: 0 auto 30px;
}

.row.testim_sec {
  padding: 0 100px;
}

.m0 {
  margin: 0px !important;
}

.testim_sec .testim_box {
  padding: 70px 30px;
  background: #fff;
  margin: 0 15px;
}

blockquote {
  border: 0;
  font-size: 15px !important;
  color: #777;
  font-style: italic;
  font-family: Georgia;
  padding: 0 0 0 25px;
  position: relative;
}

.auth_sec {
  margin-top: 25px;
  padding-left: 25px;
}

.auth_sec img {
  width: 55px !important;
  ;
  height: 55px;
  float: left;
  margin-right: 20px;
  border-radius: 50%;
}

h6.auth_nam {
  font-size: 14px;
  color: #0e4f71;
  float: right;
  width: 77%;
  text-transform: uppercase;
  margin-bottom: 0;
  padding: 5px 0;
}

span.auth_pos {
  display: block;
  color: #777;
  font-size: 12px;
  text-transform: capitalize;
  padding-top: 5px;
}

div.testim_sec .owl-controls.clickable {
  margin: 0;
}

.owl-theme.testim_sec .owl-controls .owl-buttons div {
  top: 50%;
  transform: translate(0, -50%);
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  font-size: 12px;
}

blockquote:after {
  content: close-quote;
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  z-index: 111111;
  color: #000;
  opacity: 0;
}

blockquote:before {
  content: open-quote;
  position: absolute;
  top: 0;
  z-index: 111111;
  color: #000;
  font-size: 40px;
  color: #777;
  left: 0;
  line-height: 1;
}

.Operatorlogo {
  height: 85px;
}

@media screen and (min-width: 768px) {
  .Operatorlogo {
    width: 200px;
  }
}

@media screen and (max-width: 768px) {
  .Operatorlogo {
    width: 100%;
  }
}



.no-print p {
  color: white;
  font-size: 14px;
}