	/*
  	Flaticon icon font: Flaticon
  	Creation date: 09/10/2018 15:33
  	*/

/*@font-face {
  font-family: "Flaticon";
  src: url("../fonts/Flaticon.eot");
  src: url("../fonts/Flaticon.eot?#iefix") format("embedded-opentype"),
       url("../fonts/Flaticon.woff") format("woff"),
       url("../fonts/Flaticon.ttf") format("truetype"),
       url("../fonts/Flaticon.svg#Flaticon") format("svg");
  font-weight: normal;
  font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: "Flaticon";
    src: url("../fonts/Flaticon.svg#Flaticon") format("svg");
  }
}
*/
[class^="flaticon-"]:before, [class*=" flaticon-"]:before,
[class^="flaticon-"]:after, [class*=" flaticon-"]:after {   
  font-family: Flaticon;
        font-size: 20px;
font-style: normal;
margin-left: 20px;
}

.flaticon-right-arrow:before { content: "\f100"; }
.flaticon-left-arrow:before { content: "\f101"; }
.flaticon-coffee-cup:before { content: "\f102"; }
.flaticon-mortar:before { content: "\f103"; }
.flaticon-swimming-pool:before { content: "\f104"; }
.flaticon-lecture:before { content: "\f105"; }
.flaticon-wifi-connection-signal-symbol:before { content: "\f106"; }
.flaticon-television:before { content: "\f107"; }
.flaticon-play:before { content: "\f108"; }
.flaticon-bed:before { content: "\f109"; }
.flaticon-bell-boy:before { content: "\f10a"; }
.flaticon-medal:before { content: "\f10b"; }
.flaticon-mug:before { content: "\f10c"; }
.flaticon-bathtub:before { content: "\f10d"; }
.flaticon-journal:before { content: "\f10e"; }
.flaticon-spa:before { content: "\f10f"; }
.flaticon-cocktail:before { content: "\f110"; }
.flaticon-gym:before { content: "\f111"; }
.flaticon-calendar:before { content: "\f112"; }
.flaticon-jewel:before { content: "\f113"; }
.flaticon-car:before { content: "\f114"; }
.flaticon-ballerina-shoes:before { content: "\f115"; }
.flaticon-placeholder:before { content: "\f116"; }
.flaticon-mobile:before { content: "\f117"; }
.flaticon-mail:before { content: "\f118"; }

/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: none;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}

/* 
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}

.owl-theme .owl-controls {
	  display:block;
}
.owl-theme .owl-controls .owl-nav [class*="owl-"] {
  position: relative;
  cursor: pointer;
  display: inline-block;
  font-size: 30px;
  color: #d0d4d9;
  background: transparent;
  border: 1px solid #d0d4d9;
  width: 70px;
  height: 70px;
  line-height: 66px;
  border-radius: 50%;
  text-align: center;
  transition: all 500ms ease;
}
.owl-theme .owl-controls .owl-nav [class*="owl-"] span:before{
  margin: 0px;
}
.owl-theme .owl-controls .owl-nav [class*="owl-"]:hover{
  background: #3280e7;
  border: 1px solid #0d2933;
  color: #609cec;
}
.owl-theme .owl-controls .owl-nav .disabled {
  cursor: default;
  opacity: 0.5;
}
.owl-theme .owl-dots .owl-dot {
    display: inline-block;
}
.owl-theme .owl-dots .owl-dot span {
  background: transparent;
  display: block;
  margin: 0px 5px 0px 5px;
  transition: opacity 200ms ease 0s;
  border: 2px solid #ffffff;
  width: 15px;
  height: 15px;
  border-radius: 50%;
}
.owl-theme .owl-dots .owl-dot.active span {
  background: none repeat scroll 0 0 #609cec;
  border: 2px solid #609cec;
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('../images/fancybox/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('../images/fancybox/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('../images/fancybox/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('../images/fancybox/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('../images/fancybox/fancybox_sprite@2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('../images/fancybox/fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}

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

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

.animated.flipOutX,
.animated.flipOutY {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

@-webkit-keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0,-4px,0);
    transform: translate3d(0,-4px,0);
  }
}

@keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0,-4px,0);
    transform: translate3d(0,-4px,0);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .95, 1);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .95, 1);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

@keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  11.1% {
    -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)
  }
  100% {
    -webkit-transform: none;
            transform: none
  }
}

@keyframes jello {
  11.1% {
    -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)
  }
  100% {
    -webkit-transform: none;
            transform: none
  }
}



.jello{
    -webkit-animation-name:jello;
            animation-name:jello;
    -webkit-transform-origin: center;

            transform-origin: center
}

@-webkit-keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
}

.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}


@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}

@keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

@keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
    transform: perspective(400px) scale3d(.95, .95, .95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
    transform: perspective(400px) scale3d(.95, .95, .95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }

  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }

  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

@keyframes rollOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  0% {
    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 zoomInStable {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  33.333% {
    opacity: 1;
	-webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  
  66.666666% {
    opacity: 1;
	-webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes zoomInStable {
 0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  33.333% {
    opacity: 1;
	-webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  
  66.666666% {
    opacity: 1;
	-webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.zoomInStable {
  -webkit-animation-name: zoomInStable;
  animation-name: zoomInStable;
}

@-webkit-keyframes zoomInDown {
  0% {
    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 {
  0% {
    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 {
  0% {
    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 {
  0% {
    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 {
  0% {
    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 {
  0% {
    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 {
  0% {
    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 {
  0% {
    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 {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  100% {
    opacity: 0;
  }
}

@keyframes zoomOut {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  100% {
    opacity: 0;
  }
}

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
    transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
    transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
    transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
    transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes slideOutDown {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes slideOutLeft {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes slideOutRight {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes slideOutUp {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

@keyframes anime {
from {
	opacity: 0;
	transform: scaleY(0);
	-webkit-transform: scaleY(0);
	-moz-transform: scaleY(0);
	-ms-transform: scaleY(0);
	-o-transform: scaleY(0);
}
to {
	opacity: 1;
	transform: scaleY(1);
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	-o-transform: scaleY(1);
	-moz-transform: scaleY(1);
}
}

@-webkit-keyframes anime {
from {
	opacity: 0;
	transform: scaleY(0);
	-webkit-transform: scaleY(0);
	-moz-transform: scaleY(0);
	-ms-transform: scaleY(0);
	-o-transform: scaleY(0);
}
to {
	opacity: 1;
	transform: scaleY(1);
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	-o-transform: scaleY(1);
	-moz-transform: scaleY(1);
}
}

@-moz-keyframes anime {
from {
	opacity: 0;
	transform: scaleY(0);
	-webkit-transform: scaleY(0);
	-moz-transform: scaleY(0);
	-ms-transform: scaleY(0);
	-o-transform: scaleY(0);
}
to {
	opacity: 1;
	transform: scaleY(1);
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	-o-transform: scaleY(1);
	-moz-transform: scaleY(1);
}

}

@-o-keyframes anime {
from {
	opacity: 0;
	transform: scaleY(0);
	-webkit-transform: scaleY(0);
	-moz-transform: scaleY(0);
	-ms-transform: scaleY(0);
	-o-transform: scaleY(0);
}
to {
	opacity: 1;
	transform: scaleY(1);
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	-o-transform: scaleY(1);
	-moz-transform: scaleY(1);
}
}

@-ms-keyframes anime {
from {
	opacity: 0;
	transform: scaleY(0);
	-webkit-transform: scaleY(0);
	-moz-transform: scaleY(0);
	-ms-transform: scaleY(0);
	-o-transform: scaleY(0);
}
to {
	opacity: 1;
	transform: scaleY(1);
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	-o-transform: scaleY(1);
	-moz-transform: scaleY(1);
}

}




@keyframes float-bob {
  0% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
  }

  50% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  100% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
  }
}


@-webkit-keyframes zoom-fade {
  0% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }

  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}

@keyframes zoom-fade {
  0% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }

  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}


.banner .parallax-container div img,
.fullwidth-video-section .play-link .icon-box{
    animation-name: zoom-fade; 
    animation-duration: 5s; 
    animation-iteration-count: infinite;
    animation-timing-function: linear;
  
  -webkit-animation-name: zoom-fade; 
    -webkit-animation-duration: 5s; 
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
  
  -moz-animation-name: zoom-fade; 
    -moz-animation-duration: 5s; 
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
  
  -ms-animation-name: zoom-fade; 
    -ms-animation-duration: 5s; 
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
  
  -o-animation-name: zoom-fade; 
    -o-animation-duration: 5s; 
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

/*
Theme Name: Panola
Theme URI: http://tonatheme.com/newwp/Panola/
Author: Template Path
Author URI: http://themeforest.net/user/template_path
Description: This is Panola - Hotel, Resort & Accommodation theme
Version: 1.0.0
License: copyright commercial
License URI: http://themeforest.net/user/template_path
Text Domain: Panola
Tags: one-column, two-columns, right-sidebar, custom-header, custom-menu, editor-style, featured-images, rtl-language-support, sticky-post, translation-ready, microformats
*/

/* Panola - Hotel, Resort & Accommodation Wordpress theme */

/************ TABLE OF CONTENTS ***************
1. Fonts
2. Reset
3. Global
4. Main Header
5. Main Slider 
6. Filter Section
7. About Section
9. Room Section
8. Service Section
10. Gallery Section
11. Testimonial Section
12. video Section
14. News Section
15. Google Map Section
16. Main Footer
19. Footer Bottom
20. Header Style Two
21. Slider Style Two
22. About Style Two
23. Service Style Two
24. Video Style Two
25. Discover Section
26. Page Title
27. Room Grid Page
28. Room List Page
29. Room Details Page
30. About Page
31. Fact Counter
32. Gallery Page
33. Place Section
34. Service Page
35. Service Style Three
36. Resturent Page
37. Populer Dishes
38. Resturent Menu
39. Spa Page
40. Spa Section
41. Testimonial Page
42. Offer Page
43. Offers Section
44. Staffs Page
45. Staff Section
46. Error Page
47. Error Section
48. Blog Page
49. Blog Classic
50. Blog Details Page
51. Contact Page
52. Contact Info
53. Contact Section
54. Google Map


**********************************************/

/*** 

====================================================================
  Reset
====================================================================

 ***/
* {
  margin:0px;
  padding:0px;
  border:none;
  outline:none;
}


/*** 

====================================================================
  Global Settings
====================================================================

 ***/


body {
  font-size:16px;
  color:#9b9fa6;
  line-height:30px;
  font-weight:400;
  background:#ffffff;
  font-family: 'Open Sans', sans-serif;
  background-size:cover;
  background-repeat:no-repeat;
  background-position:center top;
  -webkit-font-smoothing: antialiased;
}

  @media (min-width:1200px) {
  .container {
    max-width: 1170px;
    padding: 0px;
  }
}

.container-fluid{
  padding: 0px;
}
.auto-container{
  position:static;
  max-width:1200px;
  padding:0px 15px;
  margin:0 auto;
}

.small-container{
  max-width:680px;
  margin:0 auto;
}

.boxed_wrapper{
  position: relative;
  overflow-x: hidden;
  margin: 0 auto;
  width: 100%;
  min-width: 300px;
}


a{
  text-decoration:none;
  position: relative;
  font-size: 17px;
  font-family: 'Open Sans',sans-serif;
  line-height: 24px;
  font-weight: 400;
  cursor:pointer;
  color:#9b9fa6;
  transition: all 500ms ease;
}

a:hover{
  text-decoration:none;
  outline:none;
  color: #609cec;
}

input,button,select,textarea{
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}

ul,li{
  list-style:none;
  padding:0px;
  margin:0px; 
}

input{
  transition: all 500ms ease;
}
button:focus,
input:focus,
textarea:focus{
  outline: none;
  box-shadow: none;
  transition: all 500ms ease;
}

p{
  position: relative;
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  line-height: 30px;
  font-weight: 400;
  color: #9b9fa6;
  margin-bottom: 10px;
  font-style: normal;
  transition: all 500ms ease;
}

h1,h2,h3,h4,h5,h6 {
  position:relative;
  font-family: 'Playfair Display', serif;
  font-weight: 400;
  margin-bottom: 0px;
  color: #0f3a4a;
  transition: all 500ms ease;
}
h1 a,h2 a,h3 a,h4 a,h5 a,h6 a {
  position:relative;
  font-family: 'Playfair Display', serif;
  font-weight: 400;
  margin-bottom: 0px;
  color: #0f3a4a;
  transition: all 500ms ease;
}

h2{
  font-size: 44px;
  line-height: 52px;
  font-weight: 700;
}
h3{
  font-size: 26px;
  line-height: 35px;
  font-weight: 700;
}


h3 a{
  font-size: 20px;
  line-height: 35px;
  font-weight: 700;
}
h4 a{
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
}
h5 a{
  display: inline-block;
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
}

h3 a:hover,
h4 a:hover{
  color: #609cec;
}

.centred{
  text-align: center;
}

figure{
  margin: 0px;
}


/** button **/

.theme-btn {
  position: relative;
  display: inline-block;
  font-size: 17px;
  font-family: 'Open Sans', sans-serif;
  padding: 13px 55px 13px 55px;
  background: #213164;
  border:1px solid #ffffff;
  font-weight: 600;
  color: #ffffff;
  border-radius: 30px;
  text-transform: capitalize;
  transition: all 300ms ease;
  cursor: pointer;
  text-align: center;
  z-index: 1;
}
.theme-btn:hover{
  background: #213164d9;
  border: 1px solid #3280e7;
  color: #ffffff;
}
.theme-btn-two{
  position: relative;
  display: inline-block;
  font-size: 17px;
  line-height: 24px;
  font-family: 'Open Sans', sans-serif;
  padding: 18px 57px 16px 57px;
  font-weight: 600;
  color: #609cec;
  text-transform: capitalize;
  background: transparent;
  border: 1px solid #e1e6eb;
  border-radius: 30px;
  transition: all 500ms ease;
}
.theme-btn-two:hover{
  background: #3280e7;
  border: 1px solid #fccc00;
  color: #ffffff;
}


.pagination{
  position: relative;
  display: block;
  margin-top: 20px;
}
.pagination li{
  display: inline-block;
  margin: 0px 8px;
}
.pagination li a{
  position: relative;
  display: inline-block;
  font-size: 20px;
  font-family: 'Open Sans', sans-serif;
  height: 60px;
  font-weight: 600;
  width: 60px;
  line-height: 60px;
  text-align: center;
  border: 1px solid #d0d4d9;
  border-radius: 50%;
  color: #9b9fa6;
  transition: all 500ms ease;
}
.pagination li a:hover,
.pagination li a.active{
  background: #3280e7;
  border: 1px solid #0d2933;
  color: #ffffff;
}
.pagination li i:before{
  color: #9b9fa6;
  margin: 0px;
  font-size: 20px;
  transition: all 500ms ease;
}
.pagination li a:hover i:before{
  color: #ffffff;
}

.sec-title h2{
  position: relative;
  font-size: 44px;
  font-family: 'Playfair Display', serif;
  line-height: 55px;
  font-weight: 700;
  color: #0f3a4a;
  padding-bottom: 10px;
  text-align: center;
}
.sec-title.left h2{
  text-align: left;
  padding-bottom: 10px;
  margin-bottom: 0;
}
.title-text{
  position: relative;
  padding-bottom: 28px;
  margin-bottom: 70px;
  text-align: center;
}
.title-text:before{
  position: absolute;
  content: '';
  width: 80px;
  height: 7px;
  left: 50%;
  margin-left: 10px;
  bottom: 0px;
  animation-name: float-bob;
  animation-duration: 15s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-name: float-bob;
  -webkit-animation-duration: 15s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: float-bob;
  -moz-animation-duration: 15s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob;
  -ms-animation-duration: 15s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob;
  -o-animation-duration: 15s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}
.sec-pad{
  padding: 107px 0px 120px 0px;
}
.sec-pad-2{
  padding: 120px 0px;
}
.gray-bg{
  position: relative;
  background: #f7f9fc;
}
.gray-bg:before{
  position: absolute;
  content: '';
  //background: url(image/pattern.jpg);
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background-size: cover;
  background-repeat: no-repeat;
}
.preloader{
  position: fixed; 
  left:0px;
  top:0px;
  height:100%;
  width: 100%;
  z-index:999999;
  background-color:#ffffff;
  background-position:center center;
  background-repeat:no-repeat;
  background-image:url(image/preloader.gif);
  display:none;
}

.scroll-top {
  width: 45px;
  height: 45px;
  line-height: 45px;
  position: fixed;
  bottom: 105%;
  right: 50px;
  font-size: 16px;
  border-radius: 50%;
  z-index: 99;
  color: #ffffff;
  text-align: center;
  cursor: pointer;
  background: #213164;
  -webkit-animation: pulse 2s infinite;
  -o-animation: pulse 2s infinite;
  animation: pulse 2s infinite;
  transition: 1s ease;
}
.scroll-top.open {
  bottom: 30px;
}
.scroll-top:hover{
  background: #3280E6;
}
.scroll-top span{
  color: #fff;
}
.scroll-top:after {
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 1;
  background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
  background: -webkit-radial-gradient(center ellipse, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}



/*** 

====================================================================
                        Home-Page-One
====================================================================

***/


/** main-header **/

.main-header{
  position:relative;
  left:0px;
  top:0px;
  z-index:999;
  width:100%;
  background: #ffffff;
  box-shadow: 0 10px 10px rgba(13, 41, 51, 0.30);
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}
.sticky-header{
  position:fixed;
  opacity:0;
  visibility:hidden;
  background: #ffffff;
  left:0px;
  top:0px;
  border-bottom: 1px solid #e0e0e0;
  width:100%;
  z-index:0;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}

.fixed-header .sticky-header{
  z-index:999;
  opacity:1;
  visibility:visible;
  -ms-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -op-animation-name: fadeInDown;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -ms-animation-duration: 500ms;
  -moz-animation-duration: 500ms;
  -op-animation-duration: 500ms;
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
  -ms-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -op-animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -ms-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -op-animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/** header-top **/

.header-top{
  position: relative;
  width: 100%;
  background: #213164;
  padding: 5px 92px 9px 50px;
}
.header-top .left-content{
  position: relative;
  display: inline-block;
}
.header-top .left-content li{
  position: relative;
  display: inline-block;
  margin-right: 34px;
}
.header-top .left-content li:last-child{
  margin-right: 0px;
}

.header-top .left-content li a{
  position: relative;
  display: inline-block;
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
  color: #fff;
  line-height: 24px;
}


.header-top .left-content li a:hover{
  color: #fccc00;
}
.header-top .left-content li i:before{
  font-size: 14px;
  color: #fff;
  margin-right: 7px;
}
.header-top .right-content{
  position: relative;
  display: inline-block;
  margin-top: 1px;
  float: right;
}
.header-top .right-content .social-box li{
  display: inline-block;
}
.header-top .right-content .social-box li a{
  position: relative;
  display: inline-block;
  font-size: 13px;
  color: #fff;
  margin: 0px 8px 0px 7px;
}
.header-top .right-content .social-box li a:hover{
  color: #fccc00;
}

/** header-bottom **/


.header-bottom{
  position: relative;
  background: #ffffff;
  padding: 0px  50px;
}
.main-header .logo-box{
  position: relative;
  display: inline-block;
  margin: 19px 0px 0px 0px;
}
.main-header .menu-area{
  position: relative;
  display: inline-block;
  padding: 0px 450px 0px 0px;
  float: right;
}
.main-header .menu-area .link{
  position: absolute;
  top: 20px;
  right: 0px;
}
.main-header .menu-area .link:before{
  position: absolute;
  content: '';
  background: #dddee4;
  width: 1px;
  height: 30px;
  top: 10px;
  left: -41px;
}


/** main-menu **/

.main-menu{
  position: relative;
  display: block;
}
.main-menu .navbar-collapse{
  padding:0px;  
}

.main-menu .navigation{
  position:relative;
  margin:0px;
}

.main-menu .navigation > li{
  position:relative;
  float:left;
  margin: 0px 4px;
}
.main-menu .navigation > li > a{
  position:relative;
  display:block;
  font-size:17px;
  font-family: 'Open Sans', sans-serif;
  color:#213164;
  line-height:30px;
  font-weight:600;
  opacity:1;
  text-transform:capitalize;
  padding: 29px 10px 31px 10px;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}
.main-menu .navigation > li > b{
  position:relative;
  display:block;
  font-size:17px;
  font-family: 'Open Sans', sans-serif;
  line-height:30px;
  font-weight:600;
  opacity:1;
  text-transform:capitalize;
  padding: 10px 10px;
  cursor:pointer;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}
.main-menu .navigation > li > b:hover{
  color: #fff;
}
.main-menu .navigation > li.current > a,
.main-menu .navigation > li > a:hover{
  color: #05113c;
}


.main-menu .navigation > li > ul{
  position:absolute;
  top: 100%;
  width:250px;
  z-index:100;
  display:none;
  background:#ffffff;
  border-bottom: 3px solid #213164;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.13);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.13);
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.13);
}

.main-menu .navigation > li > ul > li{
  position:relative;
  width:100%;
  padding: 7px 30px;
  background: #213164;
  border-bottom: 1px solid #fff;
  transition: all 500ms ease;
}

.main-menu .navigation > li > ul > li:last-child{
  border-bottom:none; 
}

.main-menu .navigation > li > ul > li > a{
  position:relative;
  display:block;
  font-family: 'Montserrat', sans-serif;
  padding:6px 0px;
  line-height:24px;
  font-size:15px;
  color:#ffffff;
  font-weight: 600;
  text-align:right;
  text-transform:capitalize;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}
.main-menu .navigation > li > ul > li:hover > a{
  color: #fff;
}
.main-menu .navigation > li > ul > li:hover{
  background: #213164d9;
}

.main-menu .navigation > li.dropdown:hover > ul{
  visibility:visible;
  opacity:1;
}
.main-menu .navbar-collapse > ul li.dropdown .dropdown-btn{
  position:absolute;
  right: 0px;
  top: 0px;
  font-size:18px;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  color:#ffffff;
  width: 50px;
  height: 47px;
  line-height: 47px;
  text-align: center;
  cursor:pointer;
  z-index:5;
  display: none;
}
.navbar-header {
  display: none;
}

/** stricky-header **/

.sticky-header .main-menu .navigation > li{
  margin: 0px;
}
.sticky-header .main-menu .navigation > li > a{
  padding: 14px 10px 16px 10px;
}
.sticky-header .main-menu .navigation > li.current > a,
.sticky-header .main-menu .navigation > li:hover > a{
  background: #213164;
  color: #ffffff;
}
.sticky-header .logo-box{
  margin-top: 11px;
}
.sticky-header .menu-area{
  padding-right: 300px;
}


/** main slider **/


.main-slider {
  max-height: 700px;
}
.main-slider .container-fluid {
  padding: 0px;
}
.main-slider .slider-wrapper {
  position: relative;
}
.main-slider .slider-wrapper .image img {
  min-height: 700px;
  width: 100%;
  max-width: none;
}
.main-slider .slider-caption {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -8px;
  z-index: 5;
}
.main-slider .slider-caption .inner-box {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 30px;
}
.main-slider .slide-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(15, 38, 58, 0.0);
  z-index: 3;
}
.main-slider .tp-title{
  position: relative;
  font-size: 95px;
  font-family: 'Playfair Display', serif;
  color: #ffffff;
  font-weight: 700;
  line-height: 110px;
  margin-bottom: 28px;
}
.main-slider .text{
  position: relative;
  font-size: 24px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  color: #ffffff;
  line-height: 32px;
}

/* slide nav */

.slide-nav .owl-nav {
  padding: 0px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  left: 0;
  right: 0;
  opacity: 0;
  transform: scale(0.97);
  transition: .5s ease;
}
.slide-nav:hover .owl-nav {
  transform: scale(1);
  opacity: 1;
}
.slide-nav .carousel-outer:hover .owl-nav .owl-next,
.slide-nav .carousel-outer:hover .owl-nav .owl-prev {
  opacity: 1;
  visibility: visible;
}
.slide-nav .owl-nav .owl-prev {
  left: 30px;
  float:  left;
}
.slide-nav .owl-nav .owl-next {
  right: 30px;
  float:  right;
}

.slide-nav .owl-dots{
  display: none !important;
}

/* slide animation */
.main-slider .owl-item .slider-caption * {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.main-slider .owl-item.active .slider-caption .tp-title {
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

.main-slider .owl-item.active .slider-caption .text {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

/** filter-section **/

.filter-section{
  position: relative;
}
.filter-section .filter-content{
  position: relative;
  background: #ffffff;
  border-radius: 5px;
  padding: 27px 40px 34px 40px;
  box-shadow: 0 15px 30px rgba(225, 230, 235, 0.50);
  margin-top: -80px;
  z-index: 1;
}
.filter-section .filter-content .single-item{
  position: relative;
  display: inline-block;
  width: 20%;
  float: left;
}
.filter-section .filter-content .single-item .form-group{
  position: relative;
  margin: 0px 10px;
}
.filter-section .filter-content .single-item .form-group label{
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  color: #0d2933;
  line-height: 26px;
  font-weight: 600;
  margin-bottom: 13px;
}
.filter-section .filter-content .single-item .form-group input,
.filter-section .filter-content .single-item .form-group select{
  position: relative;
  width: 100%;
  height: 60px;
  border: 1px solid #e1e6eb;
  color: #9b9fa6;
  font-size: 15px;
  border-radius: 30px;
  margin-bottom: 0px;
  max-width: 196px;
  padding: 10px 15px 10px 30px;
  transition: all 500ms ease;
}
.filter-section .filter-content .single-item .form-group input[type='text']{
  cursor: pointer;
}
.filter-section .filter-content .single-item .form-group input:focus,
.filter-section .filter-content .single-item .form-group select:focus{
  border: 1px solid #609cec;
}
.filter-section .filter-content .single-item .form-group i{
  position: absolute;
  top: 55px;
  right: 35px;
  cursor: pointer;
}
.filter-section .filter-content .single-item .form-group .link{
  display: inline-block;
  margin-top: 39px;
}
.filter-section .filter-content .single-item .link .theme-btn{
  padding: 16px 57px 14px 57px;
}
.filter-section .filter-content .ui-selectmenu-button .ui-icon {
  background: none;
  position: relative;
  top: 10px;
  right: 14px;
  text-indent: 0px;
  display: block;
  float: right;
}
.ui-selectmenu-button .ui-icon:before {
  font-family: 'FontAwesome';
  content: "\f107";
  position: absolute;
  right: 0px;
  top: 0px;
  display: block;
  color: #989898;
  line-height: 20px;
  font-size: 16px;
  font-weight: normal;
  text-align: center;
  z-index: 5;
}

/** about-section **/

.about-section{
  position: relative;
  padding: 120px 0px 40px 0px;
}
.about-section .about-content{
  margin-right: 40px;
  padding-bottom: 45px;
  margin-top: 40px;
}
.about-section .about-content .text{
  margin-bottom: 30px;
}
.about-section .about-content .link{
  display: inline-block;
  margin-top: 9px;
}
.about-section .img-box{
  position: relative;
  width: 100%;
  //height: 70px;
}
.about-section .img-box img{
  width: 100%;
  max-height:400px;
}
.about-section .img-box .img-three{
 // position: absolute;
 // top: 0px;
 // right: 50px;
  box-shadow: 25px 30px 50px #f7f7f7;
 
}
.about-section .img-box .img-two{
  position: absolute;
  bottom: -440px;
  right: 0px;
}
.about-section .img-box .img-one{
  position: absolute;
  left: 50px;
  top: 50px;
  box-shadow: 0 16px 50px rgba(13, 41, 51, 0.30);
}


/** room-section **/

.room-section{
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
}
.room-section .title-text{
  margin-bottom: 60px;
}
.room-section .single-item{
  position: relative;
  background: #ffffff;
  transition: all 500ms ease;
}
.room-section .single-item:hover{
  box-shadow: 0 15px 30px #e1e6eb;
}
.room-section .single-item .lower-content{
  position: relative;
  padding: 28px 0px 35px 28px;
  border: 1px solid #e1e6eb;
  border-bottom: none;
}
.room-section .single-item .lower-content .price{
  position: absolute;
  top: -45px;
  right: 36px;
  background: #ffffff;
  width: 90px;
  height: 90px;
  font-size: 26px;
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  color: #0f3a4a;
  text-align: center;
  border-radius: 50%;
  box-shadow: 0 16px 50px rgba(155, 159, 166, 0.30);
  padding: 19px 0px 15px 0px;
  -webkit-animation: pulse 2s infinite;
  -o-animation: pulse 2s infinite;
  animation: pulse 2s infinite;
  transition: all 500ms ease;
}
.room-section .single-item .img-box{
  position: relative;
  overflow: hidden;
}
.room-section .single-item .img-box img{
  width: 100%;
  transition: all 5s;
  transform: scale(1.0);
}
.room-section .single-item:hover .img-box img{
  transform: scale(1.3);
}
.room-section .single-item .lower-content .price span{
  position: relative;
  display: block;
  font-size: 13px;
  line-height: 26px;
  font-weight: 400;
  font-family: 'Lato', sans-serif;
  font-style: italic;
  color: #9b9fa6;
}
.room-section .single-item .lower-content .rating{
  margin-bottom: 3px;
}
.room-section .single-item .lower-content .rating li{
  display: inline-block;
  font-size: 16px;
  color: #d2d5d6;
}
.room-section .single-item .lower-content .info-box li{
  display: inline-block;
  margin-right: 16px;
}
.room-section .single-item .lower-content .rating li .fa{
	font-size:14px;
}
.room-section .single-item .lower-content .info-box li:last-child{
  margin-right: 0px;
}
.theme-btn-three{
  position: relative;
  display: inline-block;
  font-size: 17px;
  line-height: 26px;
  font-weight: 600;
  font-family: 'Open Sans', sans-serif;
  color: #9b9fa6;
  border: 1px solid #e1e6eb;
  border-radius: 30px;
  padding: 12px 33px 10px 32px;
  transition: all 500ms ease;
}
.theme-btn-three:hover{
  background: #609cec;
  border: 1px solid #609cec;
  color: #ffffff;
}
.room-section .single-item .lower-content .info-box li i:before{
  margin: 0px;
  color: #9b9fa6;
  font-size: 20px;
}
.room-section .single-item .lower-content .info-box li i{
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border: 1px solid #e2e6eb;
  text-align: center;
  border-radius: 50%;
}
.room-section .single-item .lower-content h3 a{
  display: inline-block;
  //margin-bottom: 16px;
}
.room-section .single-item .lower-content .text{
  margin-bottom: 24px;
  line-height: 26px;
}
.room-section .link-btn{
  margin-top: 70px;
}

/** service-section **/

.service-section{
  position: relative;
}
.service-section .tab-title{
  position: relative;
  margin-bottom: 63px;
  margin-right: -10px;
}
.service-section .tab-title li{
  position: relative;
  width: 25%;
  float: left;
  cursor: pointer;
}
.service-section .tab-title li .single-btn{
  position: relative;
  display: inline-block;
  text-align: center;
  border: 1px solid #e1e6eb;
  width: 285px;
  height: 150px;
  padding: 41px 15px 15px 15px;
}
.service-section .tab-title li.active .single-btn{
  background: #213164;
  border: 1px solid #0d2933;
}
.service-section .tab-title li.active .single-btn:before{
  position: absolute;
  content: '';
  background: #213164;
  width: 30px;
  height: 30px;
  left: 50%;
  margin-left: -15px;
  bottom: -8px;
  transform: rotate(45deg);
}
.service-section .tab-title .single-btn .icon-box i:before{
  position: relative;
  display: inline-block;
  font-size: 45px;
  color: #9b9fa6;
  margin: 0px;
  margin-bottom: 23px;
  transition: all 500ms ease;
}
.service-section .tab-title li.active .single-btn .icon-box i:before{
  color: #213164;
}
.service-section .tab-title .single-btn .text{
  position: relative;
  font-size: 20px;
  line-height: 30px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;color: #213164;
  transition: all 500ms ease;
}
.service-section .tab-title li.active .single-btn .text{
  color: #ffffff;
}
.service-section .tab-details-content .img-box{
  position: relative;
  margin-right: 10px;
}
.service-section .tab-details-content .img-box img{
  width: 100%;
}
.service-section .tab-details-content .content .title{
  position: relative;
  font-size: 30px;
  line-height: 40px;
  font-family: 'Playfair Display', serif;
  color: #213164;
  font-weight: 700;
  margin-bottom: 23px;
}
.service-section .tab-details-content .content{
  position: relative;
  margin: -8px 0px 0px 10px;
}
.service-section .tab-details-content .content p{
  margin-bottom: 30px;
}
.service-section .tab-details-content .content p:last-child{
  margin-bottom: 0px;
}

/** gallery-section **/

.gallery-section{
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;width: 100%;
}
.gallery-section .img-box{
  position: relative;
  overflow: hidden;
}
.gallery-section .img-box img{
  width: 100%;
  transform: scale(1.0);
  transition: all 5s ease;
}
.gallery-section .img-box:hover img{
  transform: scale(1.3);
}
.owl-dots{
  display: none !important;
}
.gallery-section .owl-theme .owl-controls{
  margin-top: 70px;
}
.gallery-section .owl-theme .owl-controls .owl-nav [class*="owl-"]{
  margin: 0px 10px;
}

.overlay-style-one .inner-box {
  position: relative;
  width: 100%;
  overflow: hidden;
 // width: 360px;
  border: 1px solid;
}
.overlay-style-one .image-box {
  position: relative;
  display: block;
  margin-bottom: 0px;
  //width: 360px;
}
.overlay-style-one .image-box img {
  position: relative;
  display: block;
  width: 100%;
  width: 360px;
}
.overlay-style-one .overlay-box {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  opacity: 0;
  color: #ffffff;
  text-align: center;
  -webkit-transition: all 700ms ease;
  -ms-transition: all 700ms ease;
  -o-transition: all 700ms ease;
  transition: all 700ms ease;
}
.overlay-style-one .overlay-box:before {
  position: absolute;
  content: '';
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: block;
  opacity: 0;
  visibility: hidden;
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
  background-color: rgba(13, 41, 51, 0.80);
  -moz-transform: rotateX(-180deg);
  -webkit-transform: rotateX(-180deg);
  -ms-transform: rotateX(-180deg);
  -o-transform: rotateX(-180deg);
  transform: rotateX(-180deg);
}
.overlay-style-one .inner-box .overlay-inner {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: table;
  vertical-align: middle;
  padding: 10px 0px;
}
.overlay-style-one .inner-box .overlay-inner .content {
  position: relative;
  display: table-cell;
  vertical-align: middle;
}
.overlay-style-one .inner-box:hover .overlay-box:before {
  -moz-transform: rotateX(0deg);
  -webkit-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  transform: rotateX(0deg);
  opacity: 1;
  visibility: visible;
}
.overlay-style-one .inner-box:hover .overlay-box {
  opacity: 1;
}
.overlay-style-one .inner-box .overlay-inner .content a.link{
  position: relative;
  display: inline-block;
  font-size: 15px;
  color: #609cec;
  background: #ffffff;
  width: 45px;
  height: 45px;
  line-height: 46px;
  text-align: center;
}
.overlay-style-one .inner-box .overlay-inner .content a.link:hover{
  background: #609cec;
  color: #ffffff;
}

/** testimonial-section **/

.testimonial-section{
  position: relative;
  padding-bottom: 90px;
}
.testimonial-section .owl-theme .owl-controls{
  display: none;
}
.testimonial-section .testimonial-content{
  position: relative;
  display: block;
  border: 1px solid #e1e6eb;
  padding: 50px 15px 32px 15px;
  margin: 0px 0px 30px 0px;
  transition: all 500ms ease;
}
.testimonial-section .testimonial-content:hover{
  border: 1px solid #609cec;
}
.testimonial-page .testimonial-content:hover{
  box-shadow: 0 15px 30px #e1e6eb;
  border: 1px solid #e1e6eb;
}
.testimonial-section .testimonial-content .thumb-box{
  position: relative;
  display: inline-block;
  overflow: hidden;
  border-radius: 50px;
  width: 85px;
  height: 85px;
  margin-bottom: 47px;
}
.testimonial-section .testimonial-content .author:before{
  position: absolute;
  content: '';
  background: url(images/resource/1.png);
  width: 60px;
  height: 5px;
  left: 50%;
  margin-left: -30px;
  top: -26px;
}
.testimonial-section .testimonial-content .thumb-box img{
  width: 100%;
}
.testimonial-section .testimonial-content .author{
  position: relative;
  font-size: 22px;
  line-height: 30px;
  font-family: 'Open Sans', sans-serif;
  color: #0d2933;
  font-weight: 600;
  margin-bottom: 5px;
}
.testimonial-section .testimonial-content .title{
  margin-bottom: 12px;
}


/** video-section **/

.video-section{
  position: relative;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  padding: 158px 0px 173px 0px;
}
.video-section:before{
  position: absolute;
  content: '';
  background: rgba(15, 58, 74, 0.10);
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
}
.video-gallery{
  position: relative;
  display: block;
  text-align: center;
}
.video-gallery .overlay-gallery .icon-holder .icon{
  position: relative;
}
.video-gallery .overlay-gallery .icon-holder .icon i:before{
  margin: 0px;
  color: #ffffff;
  font-size: 30px;
}
.video-gallery .overlay-gallery .icon-holder .icon a{
  position: relative;
  display: inline-block;
  width: 70px;
  height: 70px;
  line-height: 66px;
  text-align: center;
  border: 3px solid #ffffff;
  border-radius: 50%;
  transform: scale(1);
  transition: all 0.5s ease 0s;
}
.video-gallery .overlay-gallery .icon-holder .icon a:hover{
  border: 3px solid #609cec;
  background: #609cec;
}
.video-section .title{
  position: relative;
  display: block;
  font-size: 80px;
  line-height: 90px;
  font-family: 'Playfair Display', sans-serif;
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 59px;
}

/** news-section **/

.news-section .sec-title h2,
.news-section .title-text{
  text-align: left;
}
.news-section .title-text:before{
  left: 0px;
  margin-left: 0px;
  animation: inherit;
}
.news-section .single-item{
  position: relative;
  transition: all 500ms ease;
}
.news-section .single-item:hover{
  box-shadow: 0 15px 30px #e1e6eb;
}
.news-section .single-item .lower-content{
  position: relative;
  padding: 29px 15px 40px 39px;
  border: 1px solid #e1e6eb;
  border-top: none;
}
.news-section .single-item .lower-content h3 a{
  display: inline-block;
  line-height: 40px;
  margin-bottom: 3px;
}
.news-section .single-item .lower-content .meta-content{
  margin-bottom: 12px;
}
.news-section .single-item .lower-content .meta-content li{
  position: relative;
  display: inline-block;
  margin-right: 14px;
}
.news-section .single-item .lower-content .meta-content li a{
  font-size: 16px;
  color: #0f3a4a;
}
.news-section .single-item .lower-content .meta-content li a:hover{
  color: #609cec;
}
.news-section .single-item .lower-content .meta-content li:last-child{
  margin-right: 0px;
}
.news-section .single-item .lower-content .meta-content li:first-child:before{
 /* position: absolute;
  content: '/';
  font-size: 16px;
  color: #9b9fa6;
  top: 1px;
  right: -12px;*/
}
.news-section .single-item .lower-content .meta-content li span{
  font-size: 16px;
  color: #609cec;
}
.news-section .single-item .lower-content .text{
  margin-bottom: 19px;
}
.news-section .single-item .lower-content .theme-btn-three{
  padding: 12px 30px 10px 30px;
}
.news-section .top-title .top-link{
  position: relative;
  float: right;
  margin-bottom: 31px;
}
.news-section .top-title .top-link a{
  font-weight: 600;
  color:#213164;
}
.news-section .title-text{
  margin-bottom: -21px;
}

.news-section .single-item .image {
  position: relative;
  overflow: hidden;
}
.news-section .single-item .image:before {
  position: absolute;
  content: '';
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 8;
  opacity: 0;
  -webkit-transform: perspective(400px) rotateX(-90deg);
  -ms-transform: perspective(400px) rotateX(-90deg);
  transform: perspective(400px) rotateX(-90deg);
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  background-color: rgba(13, 41, 51, 0.80);
}
.news-section .single-item img {
  width: 100%;
  -webkit-transition: .7s ease;
  -o-transition: .7s ease;
  transition: .7s ease;
  -webkit-transition-delay: .3s;
  -o-transition-delay: .3s;
  transition-delay: .3s;
}
.news-section .single-item:hover img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.news-section .single-item .overlay {
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  text-align: center;
  height: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  z-index: 10;
}
.news-section .single-item:hover .image:before {
  opacity: 1;
  -webkit-transform: perspective(400px) rotateX(0deg);
  -ms-transform: perspective(400px) rotateX(0deg);
  transform: perspective(400px) rotateX(0deg);
}
.news-section .single-item:hover .overlay {
  opacity: 1;
}
.news-section .single-item .overlay a {
  position: relative;
  display: inline-block;
  font-size: 15px;
  color: #609cec;
  background: #ffffff;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  margin: 0px 3px;
}
.news-section .single-item .overlay a:hover {
  background: #609cec;
  color: #ffffff;
}
.news-section .single-item .overlay .content{
  display: table-cell;
  vertical-align: middle;
}
.news-section .single-item .overlay-content {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: table;
  vertical-align: middle;
  padding: 10px 0px;
}

/** google-map **/


.google-map-section{
  position: relative;
}
.google-map-area {
  position: relative;
}
#contact-google-map {
  height: 518px;
  width: 100%;
}
.google-map-section .map-content{
  position: absolute;
  left: 0;
  top: 0px;
  width: 100%;
  height: 100%;
}
.google-map-section .map-content .content{
  position: relative;
  width: 470px;
  background: #3280e7;
  padding: 5px 40px 50px 40px;
}
.google-map-section .map-content .form-group{
  margin-bottom: 0px;
}
.google-map-section .map-content .form-group input[type='text'],
.google-map-section .map-content .form-group input[type='email'],
.google-map-section .map-content .form-group textarea{
  position: relative;
  width: 100%;
  height: 50px;
  line-height: 50px;
  background: #213338;
  border-radius: 5px;
  padding: 10px 15px;
  font-size: 16px;
  color: #fff;
  border: 1px solid #213338;
  margin-bottom: 20px;
  transform: all 500ms ease;
}
.google-map-section .map-content .form-group textarea{
  height: 150px;
  resize: none;
  border-radius: 10px;
  margin-bottom: 11px;
}
.google-map-section .map-content .form-group textarea:focus,
.google-map-section .map-content .form-group input:focus{
  border: 1px solid #93989f;
}
.google-map-section .map-content h3{
  position: relative;
  color: #ffffff;
  margin-bottom: 35px;
}
.google-map-section .map-content .theme-btn{
  padding: 10px 37px 10px 37px;
}

/** main-footer **/

.main-footer{
  position: relative;
  background: #ffffff;
  padding: 119px 0px 74px 0px;
}
.main-footer .footer-title{
  position: relative;
  font-size: 22px;
  line-height: 30px;
  font-family: 'Playfair display', serif;
  color: #3280e7;
  font-weight: 700;
  margin-bottom: 30px;
}
.main-footer .service-widget li a{
  position: relative;
  display: block;
  font-size: 16px;
  margin-bottom: 14px;
}
.main-footer .footer-logo{
  position: relative;
  margin-bottom: 20px;
}
.main-footer .logo-widget p{
  margin-bottom: 30px;
}
.main-footer .logo-widget{
  margin-top: -10px;
}
.main-footer .service-widget{
  margin-left: 40px;
}
.main-footer .contact-widget{
  margin-left: 10px;
}
.main-footer .contact-widget .footer-social li{
  display: inline-block;
  margin-right: 23px;
}
.main-footer .contact-widget .footer-social li a{
  font-size: 15px;
}
.main-footer .contact-widget .text{
  margin-bottom: 13px;
}
.main-footer .contact-widget .phone{
  margin-bottom: 10px;
}
.main-footer .contact-widget .mail{
  margin-bottom: 13px;
}
.main-footer .newsletter-widget .text{
  margin-bottom: 21px;
}
.form-group{
  margin-bottom: 0px;
}
.main-footer .newsletter-widget .form-group{
  position: relative;
}
.main-footer .newsletter-widget .form-group input[type='email']{
  position: relative;
  width: 65%;
  height: 50px;
  background: #23363c;
  border-radius: 30px;
  padding: 10px 30px 10px 20px;
  color: #aaacb3;
  border: 1px solid #23363c;
  transition: all 500ms ease;
}
.main-footer .newsletter-widget .form-group input[type='email']:focus + button,
.main-footer .newsletter-widget .form-group button:hover{
  background: #609cec;
}
.main-footer .newsletter-widget .form-group button{
  position: absolute;
  top: 0px;
  right: 0px;
  height: 50px;
  line-height: 50px;
  width: 141px;
  font-size: 17px;
  line-height: 30px;
  font-weight: 600;
  font-family: 'Open Sans', sans-serif;
  color: #ffffff;
  background: #609cec;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  cursor: pointer;
  transition: all 500ms ease;
}
.main-footer .newsletter-widget .form-group input[type='email']:focus{
  border: 1px solid #609cec;
}
.main-footer .newsletter-widget{
  margin-left: 30px;
}

/** footer-bottom **/

.footer-bottom{
  position: relative;
  background: #07151a;
  padding: 21px 0px 24px 0px;
}
.footer-bottom .copyright{
  text-align:center;
}
.footer-bottom .copyright a{
  color: #609cec;
  font-size: 16px;
}
.footer-bottom .copyright a:hover{
  color: #fccc00;
}
.footer-bottom .footer-nav{
  position: relative;
  text-align: right;
}
.footer-bottom .footer-nav li{
  position: relative;
  display: inline-block;
  padding-right: 18px;
  margin-right: 12px;
}
.footer-bottom .footer-nav li:last-child{
  padding-right: 0px;
  margin-right: 0px;
}
.footer-bottom .footer-nav li:before{
  position: absolute;
  content: '';
  background: #b2b3ba;
  width: 2px;
  height: 16px;
  top: 8px;
  right: 0px;
}
.footer-bottom .footer-nav li:last-child:before{
  display: none;
}
.footer-bottom .footer-nav li a{
  font-size: 16px;
}


/*** 

====================================================================
                        Home-Page-Two
====================================================================

***/

/** header-style-two **/

.header-style-two .header-top{
  background: #ffffff;
  padding: 5px 0px 9px 0px;
}
.header-style-two .header-top .left-content li a{
  color: #d50c31f0;
}
.header-style-two .header-top .right-content .social-box li a{
  color: #d50c31f0;
}
.header-style-two .header-top .left-content li a:hover,
.header-style-two .header-top .right-content .social-box li a:hover{
  color: #60ec79;
}
.header-style-two .header-top .right-content .social-box li:last-child a{
  margin-right: 0px;
}
.header-style-two .header-bottom{
  background: #3280e7;
  padding: 0px;
}
.header-style-two .menu-area .link:before{
  background: rgba(255, 255, 255, 0.40);
}
.header-style-two .main-menu .navigation > li > a{
  color: #ffffff;
}
.header-style-two .main-menu .navigation > li.current > a,
.header-style-two .main-menu .navigation > li > a:hover{
  color: #609cec;
}
.header-style-two .sticky-header .main-menu .navigation > li > a{
  color: #0f3a4a;
}
.header-style-two .sticky-header .main-menu .navigation > li.current > a,
.header-style-two .sticky-header .main-menu .navigation > li > a:hover{
  color: #ffffff;
}

/** slider-style-two **/

.slider-style-two{
  position: relative;
  display: block;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 240px 0px;
}

.slider-style-two .slider-wrapper .image img{
  min-height: 780px;
}
.slider-style-two .content-box{
  position: relative;
}
.slider-style-two .slider-caption{
  margin-top: -15px;
}
.slider-style-two .ui-selectmenu-button.ui-button{
  max-width: 100%;
}
.slider-style-two .filter-content{
  position: absolute;
  top: -138px;
  right: 0px;
  background: #ffffff;
  width: 370px;
  border-radius: 5px;
}
.filter-content .content{
  padding: 21px 40px 50px 50px;
}
.filter-content .single-item .form-group input, 
.filter-content .single-item .form-group select {
  position: relative;
  width: 100%;
  height: 50px;
  line-height: 60px;
  border: 1px solid #e1e6eb;
  color: #9b9fa6;
  border-radius: 30px;
  margin-bottom: 14px;
  padding: 10px 15px 10px 15px;
  transition: all 500ms ease;
}
.filter-content .single-item .form-group .hasDatepicker{
  cursor: pointer;
}
.slider-wrapper .filter-content .ui-selectmenu-button.ui-button,
.room-sidebar .filter-content .ui-selectmenu-button.ui-button{
  max-width: 100%;
  height: 50px;
  line-height: 50px;
  margin-bottom: 14px;
}
.filter-content .single-item .form-group input:focus, 
.filter-content .single-item .form-group select:focus{
  border: 1px solid #609cec;
}
.filter-content .single-item .form-group label {
  position: relative;
  display: block;
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  color: #0d2933;
  line-height: 26px;
  font-weight: 600;
  margin-bottom: 3px;
}
.filter-content .title{
  position: relative;
  display: block;
  background: #faf5f0;
  padding: 17px 30px 20px 50px;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}
.filter-content .title h3{
  font-weight: 700;
}
.filter-content .single-item .form-group{
  position: relative;
}
.filter-content .single-item .form-group i {
  position: absolute;
  top: 40px;
  right: 20px;
  z-index: 1;
}
.filter-content .single-item .form-group .link{
  margin-top: 15px;
}
.filter-content .single-item .form-group .link .theme-btn{
  width: 100%;
}
.filter-content .ui-selectmenu-button .ui-icon {
  background: none;
  position: relative;
  top: 5px;
  right: 4px;
  text-indent: 0px;
  display: block;
  float: right;
}
button.theme-btn{
  padding: 11px 55px 9px 55px;
}
.slider-style-two .slide-nav .owl-dots{
  display: block !important;
  position: absolute;
  left: 50%;
  bottom: 25px;
  margin-left: -30px;
}
.owl-theme .owl-controls{
  margin-top: -30px;
}

/** about-style-two **/

.about-style-two{
  padding: 120px 0px 0px 0px;
}
.about-style-two .about-content .link{
  margin-top: 11px;
}
.about-style-two .img-box{
  position: relative;
  padding-left: 20px;
  margin-bottom: -111px;
}
.about-style-two .about-content{
  margin-top: 2px;
}

/** service-style-two **/

.service-style-two{
  padding: 219px 0px 120px 0px;
}
.service-style-two .tab-title li{
  width: 100%;
  float: none;
  margin-bottom: 10px;
}
.service-style-two .tab-title li:last-child{
  margin-bottom: 0px;
}
.service-style-two .tab-title li.active .single-btn:before{
  left: 100%;
  bottom: 50%;
  margin-bottom: -15px;
  margin-left: -22px;
}
.service-style-two .tab-details-content .img-box{
  margin-right: 0px;
}
.service-style-two .tab-details-content .single-tab-content{
  position: relative;
  margin-left: 20px;
}
.service-style-two .tab-details-content .single-tab-content .content-box{
  position: absolute;
  width: 65%;
  background: #609cec;
  right: 0px;
  bottom: 0px;
  padding: 45px 25px 31px 40px;
}
.service-style-two .tab-details-content .single-tab-content .content-box p{
  color: #ffffff;
}
.service-style-two .tab-details-content .single-tab-content .content-box .title{
  position: relative;
  font-size: 30px;
  font-family: 'Playfair Display', sans-serif;
  color: #ffffff;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 28px;
}
.service-style-two .tab-title li .single-btn{
  width: 100%;
  height: 100%;
  padding: 36px 15px 19px 15px;
}
.service-style-two .tab-title .single-btn .icon-box i:before{
  margin-bottom: 13px;
}
.service-style-two .tab-title{
  margin-right: -20px;
  margin-bottom: 0px;
}
.service-style-two .top-title{
  margin-bottom: 38px;
}
.service-style-two .sec-title.left{
  padding-bottom: 32px;
}
.video-style-two:before{
  background: rgba(6, 20, 25, 0.60);
}

/** discover-section **/

.discover-section .owl-theme .owl-controls{
  text-align: center;
  margin-top: 70px;
}
.discover-section .owl-theme .owl-controls .owl-nav [class*="owl-"]{
  margin: 0px 10px;
}
.discover-section .single-item{
  position: relative;
}
.discover-section .single-item .img-box{
  position: relative;
  overflow: hidden;
}
.discover-section .single-item .img-box img{
  width: 100%;
  transition: all 5s ease;
  transform: scale(1.0);
}
.discover-section .single-item:hover .img-box img{
  transform: scale(1.3);
}
.discover-section .single-item .title{
  position: absolute;
  left: 30px;
  bottom: 21px;
  z-index: 9;
}
.discover-section .single-item .title h3{
  position: relative;
  display: block;
  font-size: 24px;
  font-weight: 700;
  color: #ffffff;
}
.discover-section .single-item .title h3 a{
  position: relative;
  display: inline-block;
  font-size: 24px;
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  color: #ffffff;
}
.discover-section .single-item .title a:hover{
  color: #609cec;
}

.overlay-style-two .single-item .image {
  position: relative;
  overflow: hidden;
}
.overlay-style-two .single-item .image:before {
  position: absolute;
  content: '';
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 8;
  opacity: 0;
  -webkit-transform: perspective(400px) rotateX(-90deg);
  -ms-transform: perspective(400px) rotateX(-90deg);
  transform: perspective(400px) rotateX(-90deg);
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  background-color: rgba(13, 41, 51, 0.80);
}
.overlay-style-two .single-item img {
  width: 100%;
  -webkit-transition: .7s ease;
  -o-transition: .7s ease;
  transition: .7s ease;
  -webkit-transition-delay: .3s;
  -o-transition-delay: .3s;
  transition-delay: .3s;
}
.overlay-style-two .single-item:hover img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.overlay-style-two .single-item .overlay {
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  text-align: center;
  height: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  z-index: 10;
}
.overlay-style-two .single-item:hover .image:before {
  opacity: 1;
  -webkit-transform: perspective(400px) rotateX(0deg);
  -ms-transform: perspective(400px) rotateX(0deg);
  transform: perspective(400px) rotateX(0deg);
}
.overlay-style-two .single-item:hover .overlay {
  opacity: 1;
}
.overlay-style-two .single-item .overlay a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  font-size: 0px;
  color: #ffffff;
}


/*** 

====================================================================
                        About-Page
====================================================================

***/

.page-title{
  position: relative;
  width: 100%;
background-attachment: scroll;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 140px 0 132px;
    z-index: 1;
}
.page-title:before{
  position: absolute;
  content: '';
background: rgba(248, 247, 255, 0.85) none repeat scroll 0 0;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
}
.page-title .content-box .title{
  position: relative;
  font-size: 44px;
  font-family: 'Playfair Display', serif;
  line-height: 52px;
  color: #0f3a4a;
  font-weight: 700;
  margin-bottom: 4px;
}
.page-title .content-box .bread-crumb li{
  position: relative;
  display: inline-block;
  font-size: 15px;
  color: #609cec;
  padding-right: 13px;
  margin-right: 3px;
}
.page-title .content-box .bread-crumb li:last-child{
  padding-right: 0px;
  margin-right: 0px;
}
.page-title .content-box .bread-crumb li:before{
  position: absolute;
  content: '\f105';
  font-family: 'FontAwesome';
  font-size: 15px;
  color: #fff;
  top: 1px;
  right: 0px;
}
.page-title .content-box .bread-crumb li:last-child:before{
	display:none;	
}
.page-title .content-box .bread-crumb li a{
  font-size: 15px;
  color: #ffffff;
}
.page-title .content-box .bread-crumb li a:hover{
  color: #609cec;
}

/** fact-counter **/

.fact-counter{
  position: relative;
  padding: 100px 0px;
}
.fact-counter .single-item{
  position: relative;
  display: block;
  background: #ffffff;
  border: 1px solid #e1e6eb;
  padding: 54px 15px 66px 15px;
  transition: all 500ms ease;
}
.fact-counter .single-item:hover{
  background: #609cec;
  border: 1px solid #609cec;
}
.fact-counter .single-item .icon-box{
  margin-bottom: 16px;
}
.fact-counter .single-item .icon-box i:before{
  font-size: 44px;
  color: #609cec;
  margin: 0px;
  transition: all 500ms ease;
}
.fact-counter .single-item:hover .icon-box i:before,
.fact-counter .single-item:hover .count-outer span,
.fact-counter .single-item:hover .text{
  color: #fff;
}
.fact-counter .single-item .count-outer span{
  position: relative;
  display: inline-block;
  font-size: 44px;
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  color: #0f3a4a;
  margin-bottom: 32px;
  transition: all 500ms ease;
}
.fact-counter .single-item .text{
  position: relative;
  display: block;
  font-size: 20px;
  font-weight: 600;
  color: #9b9fa6;
  transition: all 500ms ease;
}


/*** 

====================================================================
                        Rooms-Page
====================================================================

***/

.room-grid .single-item{
  margin-bottom: 30px;
}
.room-grid .link-btn{
  margin-top: 20px;
}
.single-room-list .content-box .left-content{
  position: relative;
  display: inline-block;
  border-right: 1px solid #e1e6eb;
  padding: 22px 25px 35px 30px;
  width: 568px;
  min-height:287px;
}
.single-room-list .content-box .left-content .rating{
  margin-bottom: 3px;
}
.single-room-list .content-box .left-content .rating li{
  display: inline-block;
  font-size: 16px;
  color: #d2d5d6;
  margin-right: 2px;
}
.single-room-list .content-box .left-content .info-box li{
  display: inline-block;
  margin-right: 16px;
}
.single-room-list .content-box .left-content .info-box li i{
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border: 1px solid #e2e6eb;
  text-align: center;
  border-radius: 50%;
}
.single-room-list .content-box .left-content .info-box li i:before{
  margin: 0px;
  color: #9b9fa6;
  font-size: 20px;
}
.single-room-list .content-box .left-content .text{
  margin-bottom: 25px;
  line-height: 26px;
}
.single-room-list{
  position: relative;
  margin-bottom: 30px;
}
.single-room-list .content-box{
  position: relative;
  border: 1px solid #e1e6eb;
  border-left: none;
  margin-left: -30px;
}
.single-room-list .img-box{
  position: relative;
  overflow: hidden;
}
.single-room-list .img-box img{
  width: 100%;
  transform: scale(1.0);
  transition: all 5s ease;
}
.single-room-list:hover .img-box img{
  transform: scale(1.3);
}
.single-room-list .content-box .left-content h3 a{
  display: inline-block;
  margin-bottom: 16px;
}
.single-room-list .content-box .right-content{
  position: relative;
  display: inline-block;
  float: right;
  width: 220px;
  text-align: center;
  padding: 15% 10px 49px 10px;
}
.single-room-list .content-box .right-content .price{
  position: relative;
  background: #ffffff;
  width: 90px;
  height: 90px;
  font-size: 26px;
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  color: #0f3a4a;
  text-align: center;
  margin: auto;
  margin-bottom: 30px;
  border-radius: 50%;
  box-shadow: 0 5px 40px rgba(155, 159, 166, 0.30);
  padding: 19px 0px 15px 0px;
  -webkit-animation: pulse 2s infinite;
  -o-animation: pulse 2s infinite;
  animation: pulse 2s infinite;
  transition: all 500ms ease;
}
.single-room-list .content-box .right-content .price span {
  position: relative;
  display: block;
  font-size: 13px;
  line-height: 26px;
  font-weight: 400;
  font-family: 'Lato', sans-serif;
  font-style: italic;
  color: #9b9fa6;
}
.single-room-list .content-box .right-content .link .theme-btn{
  padding: 13px 34px 13px 33px;
}
.room-list .link-btn{
  margin-top: 70px;
}

/**room-details **/

.room-details{
  padding: 107px 0px 120px;
}
.room-details .room-details-content .contnt-style-one h2{
  margin-bottom: 4px;
}
.room-details .room-details-content .contnt-style-one .rating{
  margin-bottom: 42px;
}
.room-details .room-details-content .contnt-style-one .rating li{
  position: relative;
  display: inline-block;
  font-size: 16px;
  margin-right: 2px;
  color: #d2d5d6
}
.room-details .room-details-content .contnt-style-one .rating li:last-child{
  margin-right: 0px;
}
.room-details .room-details-content .owl-theme .owl-controls .owl-nav [class*="owl-"]{
  position: absolute;
  top: 42%;
  background: #ffffff;
  border: 1px solid #ffffff;
  color: #9b9fa6;
}
.room-details .room-details-content .owl-theme .owl-controls .owl-nav [class*="owl-"]:hover{
  background: #3280e7;
  border: 1px solid #0d2933;
  color: #609cec;
}
.room-details .room-details-content .owl-theme .owl-controls .owl-nav .owl-next{
  right: 30px;
}
.room-details .room-details-content .owl-theme .owl-controls .owl-nav .owl-prev{
  left: 30px;
}
.room-details .room-details-content .owl-theme .owl-controls{
  margin-top: 0px;
}
.room-details .room-details-content .img-list li{
  position: relative;
  display: inline-block;
  float: left;
  overflow: hidden;
  max-width: 120px;
  margin-right: 10px;
}
.room-details .room-details-content .img-list li:last-child{
  margin-right: 0px;
}
.room-details .room-details-content .img-list li img{
  width: 100%;
}
.room-details .room-details-content .single-item-carousel{
  margin-bottom: 10px;
}
.room-details .room-details-content .img-list{
  margin-bottom: 43px;
}
.room-details .room-details-content .contnt-style-one .text p{
  line-height: 26px;
  margin-bottom: 26px;
}
.room-details .room-details-content .contnt-style-one{
  margin-bottom: 66px;
}
.room-details .room-details-content .content-style-two .table-outer{
  position: relative;
  width: 100%;
  overflow-x: auto;
}
.room-details .room-details-content .content-style-two table{
  position: relative;
  border: 1px solid #e5e5e5;
  width: 100%;
  min-width: 770px;
}
.room-details .room-details-content .content-style-two table td{
  position: relative;
  width: 25%;
  padding: 32px 15px 33px 20px;
  border-bottom: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
}
.room-details .room-details-content .content-style-two table .icon-box{
  position: relative;
  display: inline-block;
  top: 4px;
}
.room-details .room-details-content .content-style-two table .icon-box i:before{
  font-size: 30px;
  color: #609cec;
  margin: 0px;
}
.room-details .room-details-content .content-style-two table .table-text{
  position: relative;
  display: inline-block;
  font-size: 18px;
  margin-left: 14px;
}
.room-details .room-details-content .content-style-two h3{
  margin-bottom: 16px;
}
.room-details .room-details-content .content-style-two .text{
  margin-bottom: 43px;
  line-height: 26px;
}
.room-details .room-sidebar{
  margin-top: 13px;
}
.room-details .room-sidebar .filter-content{
  border: 1px solid #e5e5e5;
  border-radius: 5px;
}
.room-details .room-sidebar .filter-content .title{
  padding: 16px 30px 18px 50px;
}
.room-details .room-sidebar .filter-content .content {
  padding: 23px 40px 49px 50px;
}
.room-details .similar-room{
  padding-top: 60px;
}
.room-details .sec-title.left{
  margin-bottom: 50px;
  padding-bottom: 23px;
}


/*** 

====================================================================
                        Gallery-Page
====================================================================

***/

.gallery-page{
  padding: 108px 0px 120px 0px;
}
.gallery-page .inner-box{
  position: relative;
  margin-bottom: 30px;
}
.gallery-page .filter-tabs{
  position: relative;
  margin-bottom: 45px;
}
.inner-box .content a{
  position: relative;
  display: inline-block;
  font-size: 15px;
  color: #609cec;
  background: #ffffff;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  margin: 0px 3px;
}
.inner-box .content a:hover{
  background: #609cec;
  color: #ffffff;
}
.gallery-page .filter-tabs li{
  position: relative;
  display: inline-block;
  margin: 5px 15px;
  padding-bottom: 15px;
  font-weight: 500;
  cursor: pointer;
  transition: all 500ms ease;
}
.gallery-page .filter-tabs li.active,
.gallery-page .filter-tabs li:hover{
  color: #0d2933;
}
.gallery-page .filter-tabs li:hover::before, 
.gallery-page .filter-tabs li.active::before {
  margin-top: -17px;
  opacity: 1;
  bottom: auto;
  visibility: visible;
}
.gallery-page .filter-tabs li:before {
  position: absolute;
  content: '';
  left: 50%;
  margin-top: -40px;
  width: 7px;
  height: 7px;
  opacity: 0;
  visibility: hidden;
  margin-left: -6px;
  border-radius: 50px;
  background-color: #0d2933;
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
}
.gallery-page .filter-tabs li .dots:before {
  position: absolute;
  content: '';
  left: -3px;
  top: 0px;
  width: 7px;
  height: 7px;
  border-radius: 50px;
  background-color: #0d2933;
}
.gallery-page .filter-tabs li .dots:after {
  position: absolute;
  content: '';
  right: 3px;
  top: 0px;
  width: 7px;
  height: 7px;
  border-radius: 50px;
  background-color: #0d2933;
}
.gallery-page .filter-tabs li:hover .dots, 
.gallery-page .filter-tabs li.active .dots {
  margin-top: -17px;
  opacity: 1;
  visibility: visible;
}
.gallery-page .filter-tabs li .dots {
  position: absolute;
  content: '';
  left: 50%;
  margin-top: -28px;
  width: 31px;
  opacity: 0;
  visibility: hidden;
  margin-left: -15px;
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
}

/*** 

====================================================================
                        Place-Page
====================================================================

***/

.place-section{
  padding: 120px 0px 90px 0px;
}
.single-place-content{
  position: relative;
  margin-bottom: 30px;
}
.single-place-content .text{
  position: absolute;
  left: 30px;
  bottom: 30px;
  z-index: 9;
}
.single-place-content .img-box{
  position: relative;
  overflow: hidden;
}
.single-place-content .img-box img{
  width: 100%;
  transition: all 5s ease;
  transform: scale(1.0);
}
.single-place-content:hover .img-box img{
  transform: scale(1.3);
}
.single-place-content h3{
  line-height: 30px;
}
.single-place-content h3 a{
  position: relative;
  color: #ffffff;
  line-height: 30px;
}
.single-place-content h3 a:hover{
  color: #609cec;
}

.place-details{
  padding: 120px 0px 90px 0px;
}
.place-details .content-style-one .img-box{
  margin-bottom: 57px;
}
.place-details .content-style-one .img-box img{
  width: 100%;
}
.place-details .content-style-one h2{
  margin-bottom: 23px;
}
.place-details .content-style-one .text p{
  margin-bottom: 30px;
}
.place-details .content-style-one{
  margin-bottom: 61px;
}
.place-details .content-style-two .img-box img{
  width: 100%;
}
.place-details .content-style-two .text{
  margin-top: 61px;
}
.place-details .content-style-two{
  margin-bottom: 40px;
}
.place-details .similar-place .sec-title.left{
  padding-bottom: 23px;
  margin-bottom: 50px;
}



/*** 

====================================================================
                        service-Page
====================================================================

***/

.service-style-three{
  position: relative;
  padding: 120px 0px 90px 0px;
}
.service-style-three .single-item{
  position: relative;
  display: block;
  max-width: 270px;
  margin-bottom: 30px;
}
.service-style-three .single-item .content-box{
  position: relative;
  display: block;
  background: #ffffff;
  border: 1px solid #e1e6eb;
  padding: 140px 15px 122px 15px;
  transition: all 1500ms ease;
}
.service-style-three .single-item:hover .content-box{
  background: transparent;
  border: 1px solid transparent;
}
.service-style-three .single-item .content-box .icon-box{
  margin-bottom: 15px;
}
.service-style-three .single-item .content-box .icon-box i:before{
  font-size: 42px;
  color: #609cec;
  margin: 0px;
}
.service-style-three .single-item .content-box .text a{
  position: relative;
  font-size: 20px;
  font-family: 'Open Sans', sans-serif;
  color: #9b9fa6;
  line-height: 30px;
  font-weight: 600;
  transition: all 500ms ease;
}
.service-style-three .single-item:hover .content-box .text a{
  color: #ffffff;
}
.service-style-three .single-item .img-box{
  position: absolute;
  overflow: hidden;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: -1;
  transition: all 1500ms ease;
}
.service-style-three .single-item .img-box:after{
  position: absolute;
  content: '';
  background: rgba(13, 41, 51, 0.85);
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
}
.service-style-three .single-item .img-box img{
  width: 100%;
  transition: all 5s ease;
  transform: scale(1.0);
}
.service-style-three .single-item:hover .img-box img{
  transform: scale(1.3);
}


/*** 

====================================================================
                        resturent-Page
====================================================================


***/

.single-dishes-content{
  position: relative;
  display: block;
}
.single-dishes-content .img-box img{
  width: 100%;
  transform: scale(1.0);
  transition: all 5s ease;
}
.single-dishes-content:hover .img-box img{
  transform: scale(1.3);
}
.single-dishes-content .content-box{
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  padding: 0px 0px 20px 20px;
  z-index: 99;
}
.single-dishes-content .content-box h3{
  line-height: 30px;
}
.single-dishes-content .content-box h3 a{
  display: inline-block;
  color: #ffffff;
  line-height: 30px;
}
.single-dishes-content .content-box h3 a:hover{
  color: #609cec;
}
.single-dishes-content .content-box .price{
  position: absolute;
  bottom: 18px;
  right: 19px;
  display: inline-block;
  float: right;
  font-size: 26px;
  font-family: 'Playfair Display', serif;
  color: #609cec;
  font-weight: 700;
  line-height: 35px;
}
.video-style-three{
  padding: 140px 0px;
}
.video-style-three:before{
  background: rgba(15, 58, 74, 0.60);
}

/** resturent-menu **/

.resturent-menu{
  position: relative;
}
.resturent-menu .title-text{
  margin-bottom: 77px;
}
.resturent-menu .single-menu-content{
  position: relative;
  padding: 0px 0px 31px 130px;
  margin-bottom: 32px;
  border-bottom: 2px dashed #ededed;
}
.resturent-menu .column:last-child .menu-content .single-menu-content:last-child{
  border-bottom: none;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.resturent-menu .column:first-child .menu-content .single-menu-content:last-child{
  border-bottom: none;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.resturent-menu .single-menu-content .img-box{
  position: absolute;
  left: 0px;
  top: -2px;
  width: 100px;
  height: 100px;
  overflow: hidden;
  border-radius: 50%;
}
.resturent-menu .single-menu-content .img-box img{
  width: 100%;
  border-radius: 50%;
  transform: scale(1.0);
  transition: all 500ms ease;
}
.resturent-menu .single-menu-content:hover .img-box img{
  transform: scale(1.1);
}
.resturent-menu .single-menu-content .link{
  display: inline-block;
  margin-bottom: 7px;
}
.resturent-menu .single-menu-content .link h3{
  position: relative;
  display: block;
  font-size: 22px;
  line-height: 30px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  color: #0f3a4a;
}
.resturent-menu .single-menu-content .link h3 a{
  position: relative;
  display: inline-block;
  font-size: 22px;
  line-height: 30px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  color: #0f3a4a;
}
.resturent-menu .single-menu-content .link a:hover{
  color: #609cec;
}
.resturent-menu .single-menu-content .price{
  position: relative;
  display: inline-block;
  float: right;
  font-size: 22px;
  font-weight: 600;
  color: #609cec;
}
.resturent-menu .column .menu-content{
  margin-right: 15px;
}
.resturent-menu .column:last-child .menu-content{
  margin-left: 15px;
}

/** reservation-section **/

.reservation-section{
  position: relative;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.reservation-section:before{
  position: absolute;
  content: '';
  background: rgba(23, 27, 39, 0.60);
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
}
.default-form .form-group{
  position: relative;
  margin-bottom: 0px;
}
.default-form .form-group input[type='text'],
.default-form .form-group input[type='email'],
.default-form .form-group input[type='password'],
.default-form .form-group input[type='number'],
.default-form .form-group textarea{
  position: relative;
  width: 100%;
  height: 50px;
  border: 1px solid #e1e6eb;
  border-radius: 30px;
  background: #ffffff;
  color: #333;
  padding: 10px 20px;
  margin-bottom: 12px;
  transition: all 500ms ease;
}
.default-form .form-group textarea{
  resize: none;
  height: 100px;
  border-radius: 10px;
  margin-bottom: 11px;
}
.default-form .form-group label{
  position: relative;
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  color: #0f3a4a;
  margin-bottom: 1px;
}
.default-form .form-group input:focus,
.default-form .form-group textarea:focus{
  border: 1px solid #609cec;
}
.reservation-section .content-box{
  position: relative;
  display: block;
  background: #ffffff;
  border-radius: 5px;
}
.reservation-section .content-box .default-form{
  padding: 21px 40px 40px 50px;
}
.reservation-section .content-box .title{
  background: #faf5f0;
  padding: 17px 40px 18px 50px;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}
.reservation-section .default-form .form-group button.theme-btn{
  width: 100%;
}


/*** 

====================================================================
                        spa-Page
====================================================================

***/

.spa-section{
  padding: 120px 0px 101px 0px;
}
.spa-section .img-box img{
  width: 100%;
}
.spa-section .content-style-one .title{
  position: relative;
  margin: 57px 0px 23px 0px;
}
.spa-section .content-style-one{
  display: inline-block;
  margin-bottom: 31px;
}
.spa-section .content-style-one .text p{
  margin-bottom: 30px;
}
.spa-section .content-style-two .text{
  margin-top: 61px;
}


/*** 

====================================================================
                        testimonial-Page
====================================================================

***/

.testimonial-page{
  padding: 120px 0px 90px 0px;
}
.testimonial-page .testimonial-content .title a{
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: #9b9fa6;
  line-height: 30px;
  font-family: 'Open Sans', sans-serif;
  margin-bottom: 0px;
}
.testimonial-page .testimonial-content .title a:hover{
  color: #609cec;
}


/*** 

====================================================================
                        offer-Page
====================================================================

***/

.offer-section{
  padding: 120px 0px 90px 0px;
}
.single-offer-content{
  position: relative;
  margin-bottom: 30px;
}
.single-offer-content .img-box{
  position: relative;
  overflow: hidden;
}
.single-offer-content .img-box:after {
  content: '';
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,0),rgba(0,0,0,1));
  background: -moz-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,0),rgba(0,0,0,1));
  background: -ms-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,0),rgba(0,0,0,1));
  background: -o-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,0),rgba(0,0,0,1));
}
.single-offer-content .img-box img{
  width: 100%;
  transform: scale(1.0);
  transition: all 5s ease;
}
.single-offer-content:hover .img-box img{
  transform: scale(1.3);
}
.single-offer-content .text{
  position: absolute;
  left: 0px;
  bottom: 0px;
  padding: 0px 0px 26px 30px;
}
.single-offer-content .text h3{
  line-height: 30px;
}
.single-offer-content .text h3 a{
  color: #ffffff;
  line-height: 30px;
}
.single-offer-content .text h3 a:hover{
  color: #609cec;
}


/*** 

====================================================================
                        staffs-Page
====================================================================

***/


.staffs-section{
  padding: 120px 0px 50px 0px;
}
.single-staffs-content{
  position: relative;
  margin-bottom: 70px;
}
.single-staffs-content .img-box{
  position: relative;
  overflow: hidden;
  background: #e6eaeb;
}
.single-staffs-content .img-box img{
  width: 100%;
  transform: scale(1.0);
  transition: all 500ms ease;
}
.single-staffs-content:hover .img-box img{
  transform: scale(1.1);
}
.single-staffs-content .lower-content{
  padding: 23px 0px 0px 0px;
}
.single-staffs-content .lower-content h3{
  position: relative;
  display: block;
  font-size: 22px;
  font-family: 'Open Sans', sans-serif;
  color: #0f3a4a;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 0px;
}
.single-staffs-content .lower-content a{
  position: relative;
  display: inline-block;
  font-size: 22px;
  font-family: 'Open Sans', sans-serif;
  color: #0f3a4a;
}
.single-staffs-content .lower-content a:hover{
  color: #609cec;
}
.single-staffs-content .lower-content .title{
  margin-bottom: 21px;
}
.single-staffs-content .lower-content .social li{
  position: relative;
  display: inline-block;
  margin: 0px 5px;
}
.single-staffs-content .lower-content .social li a{
  position: relative;
  display: inline-block;
  font-size: 14px;
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  background: #f0f1f5;
  color: #848484;
  border-radius: 50%;
}
.single-staffs-content .lower-content .social li a:hover{
  color: #ffffff;
  background: #609cec;
}



/*** 

====================================================================
                        Error-Page
====================================================================

***/


.error-section{
  position: relative;
  padding: 78px 0px 96px 0px;
}
.error-section .error-title{
  position: relative;
  display: inline-block;
  font-size: 200px;
  line-height: 200px;
  font-family: 'Montserrat', sans-serif;
  color: #0f3a4a;
  font-weight: 700;
  margin-bottom: 20px;
}
.error-section .error-text{
  position: relative;
  font-size: 44px;
  line-height: 52px;
  font-family: 'Playfair Display', serif;
  color: #888888;
  font-weight: 800;
  margin-bottom: 21px;
}
.error-section .text a{
  color: #609cec;
}
.error-section .text a:hover{
  color: #0f3a4a;
}


/*** 

====================================================================
                        blog-Page
====================================================================

***/

.blog-classic .single-item{
  margin-bottom: 50px;
}
.blog-details-content .img-box img{
  width: 100%;
}
.blog-details-content .content-style-one .img-box{
  margin-bottom: 40px;
}
.blog-details-content .content-style-one p{
  margin-bottom: 30px;
}
.blog-details-content .content-style-one{
  padding-bottom: 11px;
}
.blog-details-content .content-style-two .text{
  margin-top: 13px;
  margin-bottom: 34px;
}
.blog-details-content .content-style-two .img-box{
  margin-bottom: 28px;
}
.blog-details-content .post-share li{
  position: relative;
  display: inline-block;
  margin-right: 6px;
}
.blog-details-content .post-share li:last-child{
  margin-right: 0px;
}
.blog-details-content .post-share li a{
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border: 1px solid #e2e7ec;
  color: #848484;
  border-radius: 50%;
}
.blog-details-content .post-share li a:hover{
  background: #609cec;
  border: 1px solid #609cec;
  color: #ffffff;
}
.blog-details-content .post-share{
  padding-top: 7px;
  margin-bottom: 60px;
}
.blog-details-content .comment-area{
  padding-bottom: 40px;
}
.blog-details-content .comment-area h3{
  margin-bottom: 36px;
}
.blog-details-content .comment-area .single-comment{
  position: relative;
  padding: 0px 0px 0px 112px;
  margin-bottom: 33px;
}
.blog-details-content .comment-area .single-comment .thumb-box{
  position: absolute;
  left: 0px;
  top: 7px;
}
.blog-details-content .comment-area .single-comment .comment-title{
  position: relative;
  display: block;
  font-size: 22px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  color: #0f3a4a;
}
.blog-details-content .comment-area .single-comment .replay{
  position: absolute;
  top: 9px;
  right: 0px;
}
.blog-details-content .comment-area .single-comment .replay a{
  position: relative;
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  color: #0f3a4a;
  line-height: 26px;
  border: 1px solid #e1e6eb;
  border-radius: 30px;
  padding: 7px 29px 10px 29px;
}
.blog-details-content .comment-area .single-comment .replay a:hover{
  border: 1px solid #609cec;
  background: #609cec;
  color: #ffffff;
}
.blog-details-content .comment-area .single-comment .comment-time{
  display: inline-block;
  margin-bottom: 9px;
  margin-top: -3px;
}
.blog-details-content .comment-area .single-comment .content-box{
  position: relative;
  border-bottom: 1px solid #e1e6eb;
  padding-bottom: 31px;
}
.blog-details-content .comment-area .single-comment.replay .content-box{
  border-bottom: none;
  padding-bottom: 0px;
}
.blog-details-content .comment-area .single-comment.replay{
  margin-left: 106px;
}
.blog-details-content .comment-form h3{
  margin-bottom: 43px;
}
.blog-details-content .comment-form .form-group{
  margin-bottom: 0px;
}
.blog-details-content .comment-form .form-group input[type='text'],
.blog-details-content .comment-form .form-group input[type='email'],
.blog-details-content .comment-form .form-group textarea{
  position: relative;
  width: 100%;
  height: 60px;
  padding: 10px 20px;
  border: 1px solid #e1e6eb;
  font-size: 16px;
  margin-bottom: 30px;
  transition: all 500ms ease;
}
.blog-details-content .comment-form .form-group textarea{
  resize: none;
  height: 170px;
  margin-bottom: 21px;
}
.blog-details-content .comment-form .form-group input:focus,
.blog-details-content .comment-form .form-group textarea:focus{
  border: 1px solid #609cec;
}
.blog-details-content .comment-form button.theme-btn{
  padding: 14px 48px 16px 48px;
}

/** sidebar **/


.sidebar .sidebar-search{
  margin-bottom: 30px;
}
.sidebar .sidebar-search .form-group{
  position: relative;
  margin-bottom: 0px;
}
.sidebar .sidebar-search .form-group input[type='search']{
  position: relative;
  width: 100%;
  height: 50px;
  padding: 10px 20px;
  border: 1px solid #e1e6eb;
  font-size: 16px;
  transition: all 500ms ease;
}
.sidebar .sidebar-search .form-group input[type='search']:focus{
  border: 1px solid #609cec;
}
.sidebar .sidebar-search .form-group button{
  position: absolute;
  top: 0px;
  right: 0px;
  height: 50px;
  width: 50px;
  line-height: 50px;
  background: #609cec;
  font-size: 15px;
  color: #ffffff;
  text-align: center;
  cursor: pointer;
}
.sidebar .sidebar-widget{
  position: relative;
  border: 1px solid #e1e6eb;
  padding: 31px 38px 16px 39px;
  margin-bottom: 30px;
}
.sidebar .sidebar-widget .sidebar-title{
  margin-bottom: 17px;
}
.sidebar .sidebar-post .single-post{
  position: relative;
  padding: 0px 0px 0px 105px;
  margin-bottom: 28px;
}
.sidebar .sidebar-post .single-post .post-thumb{
  position: absolute;
  left: 0px;
  top: 6px;
  overflow: hidden;
  width: 85px;
  height: 85px;
}
.sidebar .sidebar-post .single-post .post-thumb img{
  width: 100%;
  transition: all 500ms ease;
  transform: scale(1.0);
}
.sidebar .sidebar-post .single-post:hover .post-thumb img{
  transform: scale(1.1);
}
.sidebar .sidebar-post .single-post .text h5{
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 26px;
  color: #0f3a4a;
  margin-bottom: 5px;
}
.sidebar .sidebar-post .single-post .text h5 a{
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  color: #0f3a4a;
}
.sidebar .sidebar-post .single-post .text a:hover{
  //color: #609cec;
}
.sidebar .sidebar-categories .categories-list li{
  position: relative;
  display: block;
  margin-bottom: 11px;
}
.sidebar .sidebar-categories .categories-list li a{
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 26px;
  color: #9b9fa6;
  font-family: 'Open Sans', sans-serif;
  padding-bottom: 12px;
  border-bottom: 1px solid #e1e6eb;
}
.sidebar .sidebar-categories .categories-list li a:hover,
.sidebar .sidebar-categories .categories-list li a:hover:before,
.sidebar .sidebar-archives .archives-list li a:hover{
  color: #609cec;
}
.sidebar .sidebar-categories .categories-list li a:before{
  position: absolute;
  content: "\f105";
  font-family: 'FontAwesome';
  font-size: 16px;
  color: #9b9fa6;
  top: 0px;
  right: 0px;
  transition: all 500ms ease;
}
.sidebar .sidebar-categories .categories-list li:last-child a{
  border-bottom: none;
}
.sidebar .sidebar-archives .archives-list li{
  position: relative;
  display: block;
  margin-bottom: 11px;
}
.sidebar .sidebar-archives .archives-list li a{
  display: inline-block;
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  color: #9b9fa6;
  line-height: 26px;
}
.sidebar .sidebar-widget.sidebar-archives .sidebar-title{
  margin-bottom: 22px;
}
.sidebar .sidebar-widget.sidebar-archives{
  padding: 32px 38px 22px 39px;
}


/*** 

====================================================================
                        contact-Page
====================================================================

***/

.contact-info{
  padding: 117px 0px 94px 0px;
}
.contact-info .single-item{
  position: relative;
  text-align:center;
}
.contact-info .single-item:before{
  position: absolute;
  content: '';
  background: #e1e6eb;
  width: 1px;
  height: 100px;
  top: 15px;
  left: -10px;
}
.contact-info .column:first-child .single-item:before{
  display: none;
}
.contact-info .single-item .icon-box i:before{
  font-size: 45px;
  color: #609cec;
  margin: 0px;
  transition: all 500ms ease;
}
.contact-info .single-item:hover .icon-box i:before{
  color: #0f3a4a;
}
.contact-info .single-item .icon-box{
  position: relative;
  margin-bottom:15px;
}
.contact-info .single-item .text{
  color: #0f3a4a;
  line-height: 26px;
}

/** contact-section **/

.contact-section .default-form .form-group input[type='text'],
.contact-section .default-form .form-group input[type='email'],
.contact-section .default-form .form-group textarea{
  border: 1px solid transparent;
  border-radius: 0px;
  height: 54px;
  margin-bottom: 30px;
}
.contact-section .default-form .form-group textarea{
  height: 150px;
  margin-bottom: 31px;
}
.contact-section .default-form .form-group input:focus,
.contact-section .default-form .form-group textarea:focus{
  border: 1px solid #609cec;
}
.contact-section .title{
  margin-bottom: 42px;
}
.contact-section button.theme-btn {
  padding: 13px 50px 11px 51px;
}

/** google-map **/

.google-map-section{
  position: relative;
}
#contact-google-map{
  position: relative;
  width: 100%;
  height: 500px;
}

.fab:before {
	font-family: 'Font Awesome 5 Brands' !important;
}
.kc-row-container.kc-container{
	max-width:1230px;
	width:100%;
}
.kc_row .kc_col-sm-12{
 padding-left:0px !important;
 padding-right:0px !important; 
}
.admin-bar .sticky-header{
	top:32px;
}
.kc_column>.kc-col-container{
	display:block;
}
.page-title{
	background-image:url(../images/background/page-title.jpg);
	position: relative;
    width: 100%;
    padding: 87px 0px 77px 0px;
    background-size: cover;
    background-repeat: no-repeat;
}

.pagination{
	position:relative;	
}
.pagination li a, .pagination li > span{
	position: relative;
    display: inline-block;
    font-size: 20px;
    font-family: 'Open Sans', sans-serif;
    height: 60px;
    font-weight: 600;
    width: 60px;
    line-height: 60px;
    text-align: center;
    border: 1px solid #d0d4d9;
    border-radius: 50%;
    color: #9b9fa6;
    transition: all 500ms ease;
}
.pagination li a:focus, .pagination li a:hover, .pagination li span:focus, .pagination li > span:hover, .pagination li > span.current{
	background: #3280e7;
    border: 1px solid #0d2933;
    color: #ffffff;
}

.overlay-style-one .image-box img{
	height: 287px;	
}
.service-style-two .tab-title li .single-btn{
	padding:30px 15px 19px 15px;	
}
.service-style-two .tab-title .single-btn .icon-box i:before{
	margin-bottom:5px;	
}
.main-footer .newsletter-widget{
	margin-left:0px;	
}
.main-footer .newsletter-widget .form-group input[type='email']{
	width: 72%;	
}
.main-footer .newsletter-widget .form-group button{
	width: 100px;
    font-size: 14px;	
}
.single-place-content .text{
	z-index:99;
}
.place-details .text p {
    margin-bottom: 30px;
}
.page-title .content-box .bread-crumb li br,
.place-details .content-style-one h2 br{
	display:none;	
}
.blog-details-content .content-style-one h3 a{
	margin-bottom:15px;
	display:block;	
}
.blog-details-content .content-style-one.style_two{
	margin-bottom:40px;	
}
.blog-details-content .content-style-one .img-box{
	margin-bottom:25px;	
}
.sidebar .sidebar-search{
	margin-bottom:15px;	
}
.blog-details-content .text p{
	margin-bottom:30px;	
}
.panola_theme .panola_theme{
	margin-left:70px;	
}
.blog-details-content .comment-form h3{
	margin-bottom:10px;	
}
.default-form.comment-form{
	margin:30px 0px;
}
.contact_google_map iframe,
.google-map-section iframe{
	width:100%;
	min-height:500px;
	height:auto;	
}
/***************** Blog Widget Style ******************/

.widget ul{
	position:relative;	
}
.widget ul li{
  position: relative;
  display: block;
  margin-bottom: 11px;
}
.widget ul li a{
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 26px;
  color: #9b9fa6;
  font-family: 'Open Sans', sans-serif;
  padding-bottom: 12px;
  border-bottom: 1px solid #e1e6eb;
}
.widget ul li a:hover,
.widget ul li a:hover:before,
.widget ul li a:hover{
  color: #609cec;
}

.widget ul li:last-child a{
  border-bottom: none;
}

/*Popular Tags*/

.widget .tagcloud a{
	position: relative;
    display: inline-block;
    font-size: 15px !important;
    font-weight: 600;
    color: #0f3a4a;
    line-height: 26px;
    border: 1px solid #e1e6eb;
    border-radius: 30px;
    padding: 7px 20px;
	margin:0px 5px 5px 0;
}

.widget .tagcloud a:hover{
	border: 1px solid #609cec;
    background: #609cec;
    color: #ffffff;
}
/*************************Search Widget**************************/
.hotel-booking-search{
	position:relative;
	background: #ffffff;
	border-radius: 5px;
	padding: 27px 40px 34px 40px;
	box-shadow: 0 15px 30px rgba(225, 230, 235, 0.50);
	margin-top: -50px;
	z-index:1;
}
.hotel-booking-search h3{
	position: relative;
	font-size: 44px;
	font-family: 'Playfair Display', serif;
	line-height: 55px;
	font-weight: 700;
	color: #0f3a4a;
	letter-spacing: 1px;
	text-align: center;
	padding-bottom: 39px;
	display:none;
	margin-bottom: 32px;
}
.hotel-booking-search .hb-form-table{
	position:relative;
	display:inline-block;
}

.hb-form-table.col-2{
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
	padding:0px;
}

.hotel-booking-search .hb-form-table li{
	position:relative;
	display:inline-block;
	margin-bottom:0px;
	margin-right:18px;
}
.hotel-booking-search .hb-form-table li label {
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    color: #0d2933;
    line-height: 26px;
    font-weight: 600;
    margin-bottom: 13px;
}
.hotel-booking-search .hb-form-table li .hb_input_field::after{
	top:22px;
	right:15px;
}
.hotel-booking-search .hb-form-table li label{
	display:block;
}
.hotel-booking-search .hb-form-table li input,
.hotel-booking-search .hb-form-table li select{
	position: relative;
	width: 100%;
	height: 60px;
	border: 1px solid #e1e6eb;
	color: #9b9fa6;
	font-size: 15px;
	border-radius: 30px;
	margin-bottom: 0px;
	max-width: 196px;
	padding: 10px 15px 10px 15px;
	transition: all 500ms ease;
	cursor:pointer;
	-moz-appearance:none;
	-webkit-appearance:none;
	-ms-appearance:none;
	-o-appearance:none;
	
}

.hotel-booking-search .hb-form-table li select{
	/*background:url(../images/icons/icon-select.png) right center no-repeat;*/
}

.hotel-booking-search .hb-submit {
	position:relative;
	display:inline-block;
	margin:0px;
}
.hotel-booking-search .hb-submit button{
	position: relative;
	display: inline-block;
	font-size: 17px;
	font-family: 'Open Sans', sans-serif;
	height:60px;
	line-height:60px;
	border:none;
	padding:0px;
	background: #609cec;
	font-weight: 600;
	color: #ffffff;
	border-radius: 30px;
	text-transform: capitalize;
	transition: all 300ms ease;
	cursor: pointer;
	text-align: center;
	z-index: 1;
}
.hotel-booking-search .hb-submit button:hover {
    background: #609cec;
    color: #ffffff;
}
.room-section .single-item .lower-content .price .title-price,
.single-room-list .content-box .right-content .price .title-price,
.pn-detail .hb_single_room .price .title-price{
	display:none;
}
.room-section .single-item .lower-content .price .price_value,
.single-room-list .content-box .right-content .price .price_value,
.pn-detail .hb_single_room .price .price_value,
#hotel-booking-results .hb-search-results > .hb-room .hb-room-meta li .hb_search_item_price{
	font-size: 20px;
	font-family: 'Playfair Display', serif;
	font-weight: 700;
	color: #0f3a4a;
	font-style:normal;
}

/******************Slider Search Widget*************************/
.slider-style-two .hotel-booking-search{
	padding:21px 40px 50px 50px;
	margin-top:0px;
}
.slider-style-two .hotel-booking-search .hb-form-table,
.slider-style-two .hotel-booking-search .hb-form-table li,
.slider-style-two .hotel-booking-search .hb-form-table li .hb_input_field,
.slider-style-two .hotel-booking-search .hb-submit{
	display:block;
	margin:0px;
}
.slider-style-two .hotel-booking-search .hb-form-table li input,
.slider-style-two .hotel-booking-search .hb-form-table li select{
	position: relative;
	width: 100%;
	height: 50px;
	border: 1px solid #e1e6eb;
	color: #9b9fa6;
	border-radius: 30px;
	margin-bottom: 14px;
	padding: 10px 15px 10px 15px;
	transition: all 500ms ease;
	max-width:100%;
}
.slider-style-two .hotel-booking-search .hb-form-table li .hb_input_field::after {
    top: 17px;
}
.slider-style-two .hotel-booking-search .hb-submit{
	margin-top:15px;
}
.slider-style-two .hotel-booking-search .hb-submit button{
	    position: relative;
		display: block;
		width:100%;
		height:50px;
		line-height:50px;
		font-size: 17px;
		font-family: 'Open Sans', sans-serif;
		background: #609cec;
		font-weight: 600;
		color: #ffffff;
		border-radius: 30px;
		text-transform: capitalize;
		transition: all 300ms ease;
		cursor: pointer;
		text-align: center;
		z-index: 1;
}
.slider-style-two .hotel-booking-search .hb-submit button:hover {
    background: #609cec;
    color: #ffffff;
}

.room-section .single-item .lower-content .info-box li:nth-child(4),
.room-section .single-item .lower-content .info-box li:nth-child(5){
	display:none;	
}
/**************************Detail Page Room************************/
.pn-detail .hb_single_room .hb_room_gallery {
	margin-bottom: 150px !important;
}
.pn-detail .content-side .inner-box{
	position:relative;
}
.pn-detail .content-side .inner-box h3{
	margin-bottom:25px;
}
.hb_single_room_details{
	margin:70px 0 50px;
}
.hb_single_room .hb_single_room_details .hb_single_room_tabs{
	padding:0px;
	background:#609cec;
}
.hb_single_room .hb_single_room_details .hb_single_room_tabs li{
	padding:0px;
	margin-right:0px;
}
.hb_single_room .hb_single_room_details .hb_single_room_tabs li a,
.hb_single_room #reviews #review_form_wrapper form .form-submit input[type="submit"],
.room-single-section .hb_single_room > a{
	position:relative;
	padding:12px 40px;
	font-size:14px;
	font-weight:500;
	border-radius:30px;
	text-transform:uppercase;
	color: #fff;
	display:inline-block;
	background:none;
	border-bottom:none;
}
.hb_single_room #reviews #review_form_wrapper form .form-submit input[type="submit"],
.room-single-section .hb_single_room > a{
	background:#609cec;
}
.hb_single_room .hb_single_room_details .hb_single_room_tabs li a:hover,
.hb_single_room .hb_single_room_details .hb_single_room_tabs li a.active,
.hb_single_room #reviews #review_form_wrapper form .form-submit input[type="submit"]:hover,
.room-single-section .hb_single_room > a:hover{
	background:#609cec;
	border-color:#609cec;
	color:#ffffff;
}
.hb_single_room_details .hb_single_room_tabs li a:after{
	display:none;
}
.hb_single_room .hb_single_room_details .hb_single_room_tabs_content{
	padding:40px;
	box-shadow: 0 0 29px rgba(0,0,0,0.1);
}
.hb_single_room .hb_single_room_details .hb_single_room_tabs_content .hb_single_room_tab_details .box {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #dddddd;
}
.hb_single_room .hb_single_room_details .hb_single_room_tabs_content .hb_single_room_tab_details .box:last-child{
	border:none;
	margin:0px;
	padding:0px;
}
.hb_single_room .hb_single_room_details .hb_single_room_tabs_content .hb_single_room_tab_details .box p{
	margin-bottom:0px;
}
.hb_single_room .hb_room_gallery{
	margin-bottom:123px !important;
}
.hb_single_room .hb_single_room_details h4{
	margin-bottom:30px;
	font-size:20px;
	font-weight:700;
}
.hb_single_room .hb_single_room_details .hb_room_pricing_plans{
	display:table;
	width:100%;
}
.hb_single_room .hb_single_room_details .hb_room_pricing_plans tr{
	display:table-row;
}
.hb_single_room .hb_single_room_details .hb_room_pricing_plans tr th,
.hb_single_room .hb_single_room_details .hb_room_pricing_plans tr td{
	display:table-cell;
	border:1px solid #eaeaea;
	padding:10px;
}
.room-details .room-details-content .contnt-style-one{
	margin-bottom:50px;
}
.hb_single_room_tab_details .box p strong{
	font-size:15px;
	font-weight:600;
	color:#0f3a4a;
}
.hb_single_room_tab_details #comments h2{
	font-family: 'Playfair Display', serif;
	font-size:26px;
	font-weight:700;
	margin-bottom:10px;
}
.hb_single_room_tab_details #review_form_wrapper h3{
	font-size:20px;
}
.hb_single_room > a{
	position: relative;
	display: inline-block;
	font-size: 17px;
	font-family: 'Open Sans', sans-serif;
	padding: 13px 55px 13px 55px;
	background: #609cec;
	font-weight: 600;
	color: #ffffff;
	border-radius: 30px;
	text-transform: capitalize;
	transition: all 300ms ease;
	cursor: pointer;
	text-align: center;
	z-index: 1;
	margin-top:50px;
}
.hb_single_room > a:hover{
	background: #609cec;
    color: #ffffff;
}
.pn-detail .hb_single_room .price{
	position:absolute;
	top:0px;
	right:0px;
	float:none;
	margin-top:0px;
	color:inherit;
}
.pn-detail .hb_single_room .price .price_value{
	font-size:30px;
}
/********************Room Sidebar*******************/
.room-details .room-sidebar{
	margin-top:0px;
}
.room-sidebar .sidebar-widget .hotel-booking-search{
	padding:0 20px 20px;
	margin-top:0px;
}
.room-sidebar .sidebar-widget .hotel-booking-search h3{
	display:block;
	background: #faf5f0;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	padding: 16px 30px 18px 50px;
	font-size: 20px;
	line-height: 35px;
	font-weight: 700;
	margin:0 -20px 30px;
}
.room-sidebar .hotel-booking-search .hb-form-table,
.room-sidebar .hotel-booking-search .hb-form-table li .hb_input_field{
	display:block;
}
.room-sidebar .hotel-booking-search .hb-form-table li{
	margin-right:0px;
	margin-bottom:15px;
	display:block;
}
.room-sidebar .hotel-booking-search .hb-form-table li .hb_input_field::after{
	top:17px;
}
.room-sidebar .hotel-booking-search .hb-form-table li input, 
.room-sidebar .hotel-booking-search .hb-form-table li select{
	height:50px;
	max-width:100%;
}
.room-sidebar .hotel-booking-search .hb-submit{
	display:block;
	margin-top:30px;
}
.room-sidebar .hotel-booking-search .hb-submit button{
	display:block;
	height:50px;
	line-height:50px;
	width:100%;
}

/*************Search Room*********************/
#hotel-booking-results h3,
#hotel-booking-cart h3,
#hotel-booking-payment h3{
	font-size:26px;
	color:#0f3a4a;
	display:inline-block;
	position:relative;
	padding-bottom:20px;
}
#hotel-booking-results h3:first-child,
#hotel-booking-cart h3:first-child,
#hotel-booking-payment h3:first-child{
	color:#0f3a4a;
}
#hotel-booking-results .hb-search-results > .hb-room .hb-room-info,
#hotel-booking-cart table.hb_table,
#hotel-booking-payment table.hb_table{
	border: 1px solid #e1e6eb;
	padding:35px;
	min-height:270px;
}
#hotel-booking-results .hb-search-results > .hb-room .hb-room-name{
	font-family: "Playfair Display", serif;
}
#hotel-booking-results .hb-search-results > .hb-room{
	padding:0px;
	border:none;
}
#hotel-booking-results .hb-search-results > .hb-room .hb-room-meta li{
	margin-bottom:15px;
}
#hotel-booking-results .hb-search-results > .hb-room .hb-room-meta li.hb_search_capacity{
	font-size:16px;
	font-family: 'Open Sans', sans-serif;;
	color: #9b9fa6;
	font-weight: 400;
}
#hotel-booking-results .hb-search-results > .hb-room .hb-room-meta li > label,
#hotel-booking-results .hb-search-results > .hb-room .hb-room-meta li.hb_search_capacity > div, #hotel-booking-results .hb-search-results > .hb-room .hb-room-meta li.hb_search_max_child > div{
	font-weight:400;
	color: #222222;
}
#hotel-booking-results form .hb_button.hb_checkout, #hotel-booking-results form button.hb_add_to_cart, #hotel-booking-results form button[type="submit"],
#hotel-booking-cart .hb_button.hb_checkout,#hotel-booking-payment button[type="submit"],
.hotel_booking_mini_cart .hb_mini_cart_footer .hb_button,
.hb_button {
	position: relative;
	display: inline-block;
	font-size: 17px;
	font-family: 'Open Sans', sans-serif;
	padding: 13px 55px 13px 55px;
	background: #609cec;
	font-weight: 600;
	color: #ffffff;
	border-radius: 30px;
	text-transform: capitalize;
	transition: all 300ms ease;
	cursor: pointer;
	text-align: center;
	z-index: 1;
}
#hotel-booking-results form .hb_button.hb_checkout:hover, #hotel-booking-results form button.hb_add_to_cart:hover, #hotel-booking-results form button[type="submit"]:hover,
#hotel-booking-cart .hb_button.hb_checkout:hover,#hotel-booking-payment button[type="submit"]:hover,
.hotel_booking_mini_cart .hb_mini_cart_footer .hb_button:hover,
.hb_button:hover{
	background:#609cec;
}
.hb-booking-room-details table{
	display:table;
	width:100%;
}
.hb-booking-room-details table tr{
	display:table-row;
}
.hb-booking-room-details table tr td{
	display:table-cell !important;
	padding:0 0 10px 0 !important;
}
.hb-booking-room-details table tfoot tr td{
	padding-top:10px !important;
}
#hotel-booking-results .hb-search-results > .hb-room .hb-room-meta li.hb_search_price,
.hb-booking-room-details table tfoot tr td.hb_search_item_total_bold{
	font-weight:300;
}
/****************Extra Options******************/
.hb-select-extra-results ul.list-room-extra{
	padding:0px;
	list-style:none;
}
.hb-select-extra-results ul.list-room-extra li{
	border: 1px solid #e1e6eb;
	padding:40px;
	margin-bottom:40px;
}
.hb-select-extra-results ul li .hb_package_title label{
	font-family: "Playfair Display", serif;
	margin-bottom:25px;
}
.hb_extra_detail_price .hb_optional_quantity{
	width:100px;
	max-width:100px;
	height:40px;
	margin-right:20px;
}
.hotel-booking-search-white .hotel-booking-search{
    background-color: white;
    text-align: center;  
    padding-bottom: 0;
}

.hotel-booking-search-white label {
    color: black!important;
}

.hotel-booking-search-white button {
    color:black;
    border-color: #cccccc;
    font-size: 100%;
    padding: 7px 27px;
}
#hotel-booking-cart table.hb_table,
#hotel-booking-payment table.hb_table{
	width:100%;
}
#hotel-booking-cart table.hb_table tr th,
#hotel-booking-cart table.hb_table tr td,
#hotel-booking-payment table.hb_table tr th,
#hotel-booking-payment table.hb_table tr td{
	border:1px solid #fafafa;
}
#hotel-booking-cart .hb_remove_cart_item,
#hotel-booking-payment .hb_remove_cart_item{
	display:inline-block;
}

.hb-order-new-customer .hb-form-table .hb-form-field{
	display:inline-block;
	width:49%;
	margin-right:0px;
	padding:0;
}
.hb-order-new-customer .hb-form-table .hb-form-field label{
	color:#000;
}
.hb-order-new-customer .hb-form-table .hb-form-field input,
.hb-order-new-customer .hb-form-table .hb-form-field select{
	width:100%;
	margin-bottom:0px;
}
.cm-a50{
	margin:50px 0;
}
.colina-hb-search .hotel-booking-search button{
	padding:0px;
	height:40px;
	line-height:38px;
	background:#fff;
	color:#333;
	position:relative;
	font-weight:400;
	font-size:16px;
	min-width:200px;
}
.colina-hb-cart-mini{
	background:#eee;
	padding:20px 0;
}
.hotel_booking_mini_cart .hb_mini_cart_item{
	border:1px solid #fafafa;
	padding:40px;
	background:#fff;
}
.hotel_booking_mini_cart .hb_mini_cart_item .hb_title{
	margin-top:0px;
}
.hotel_booking_mini_cart .hb_mini_cart_item .hb_mini_cart_top,
.hotel_booking_mini_cart .hb_mini_cart_item .hb_mini_cart_number{
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom:1px solid #eee;
}
.hb-order-new-customer > div > h4{
	font-size:20px;
	font-weight:700;
}
.hb-addition-information > div > h4, .hb-order-existing-customer > div > h4, .hb-order-new-customer > div > h4, .hb-payment-form > div > h4{
	margin-bottom:25px;
}
/**************************Booking Page***********************/
.hb-message{
	background:#609cec;
	color:#ffffff;
	border-color:#609cec;
}
.hb-message-content{
	color:#ffffff;
	margin:10px 20px;
}
#booking-details .booking-data{
	margin-bottom:30px;
}
#booking-items h3,
.hb_booking_wrapper h2{
	margin-bottom:30px;
}
#booking-items .booking_item_table,
.hb_booking_wrapper .hb_booking_table{
	width:100%;
	display:table;
	margin-bottom:50px;
}
#booking-items .booking_item_table tr,
.hb_booking_wrapper .hb_booking_table tr{
	display:table-row;
	border:1px solid #eaeaea;
}
#booking-items .booking_item_table tr th,
.hb_booking_wrapper .hb_booking_table tr th{
	padding:5px 10px;
	border-right:1px solid #eaeaea;
}
#booking-items .booking_item_table tr th:last-child,
.hb_booking_wrapper .hb_booking_table tr th:last-child{
	border:none;
}
#booking-items .booking_item_table td,
.hb_booking_wrapper .hb_booking_table td{
	display:table-cell;
	padding:5px 10px;
	border-right:1px solid #eaeaea;
}
#booking-items .booking_item_table tr td:last-child,
.hb_booking_wrapper .hb_booking_table tr td:last-child{
	border:none;
}
#booking-customer .customer-details{
	background:#f7f7f7;
	margin-bottom:50px;
	padding:40px;
}

#booking-customer .customer-details ul li{
	display:block;
	margin-bottom:5px;
	padding-bottom:5px;
	border-bottom:1px solid #fff;
	position:relative;
	color:#212121;
}
#booking-customer .customer-details ul li:last-child{
	margin:0px;
	padding:0px;
	border:0px;
}
#booking-customer .customer-details ul li label{
	margin:0px 10px 0 0;
	font-weight:600;
}
.single-staffs-content .overlay{
	background:none;
}
.main-header .logo-box img,
.main-footer .footer-logo img{
	//width:180px;
}
.fixed-header .sticky-header .logo-box img{
	//width:136px;
}

/*  Theme Responsive Css */




@media only screen and (max-width: 1200px){
	
  .main-menu .navigation > li{
    margin: 0px 2px;
  }
  .header-bottom{
    padding: 0px 50px;
  }
  .main-header .menu-area{
    padding: 0px 200px 0px 0px;
  }
  .main-header .menu-area .link:before{
    display: none;
  }
  .main-header .logo-box{
    margin-top: 16px;
  }
  .fixed-header .menu-area{
    padding: 0px;
  }
  .filter-section .filter-content .single-item{
    width: 33.333%;
  }
  .filter-section .filter-content .single-item .form-group input, 
  .filter-section .filter-content .single-item .form-group select,
  .ui-selectmenu-button.ui-button{
    max-width: 100%;
  }
  .about-section .img-box .img-two,
  .about-section .img-box .img-one{
    display: none;
  }
  .about-section .img-box .img-three{
    position: relative;
    right: 0px;
  }
  .room-section .single-item .lower-content .info-box li{
    margin-right: 0px;
  }
  .room-section .single-item .lower-content{
    padding: 28px 10px 35px 15px;
  }
  .service-section .tab-title li .single-btn{
    width: 230px;
  }
  .news-section .single-item .lower-content{
    padding: 29px 15px 40px 15px;
  }
  .main-footer .newsletter-widget .form-group button{
    width: 115px;
  }
  .slider-style-two .filter-content{
    display: none;
  }
  .about-style-two{
    padding: 120px 0px;
  }
  .service-style-two .tab-details-content .single-tab-content{
    margin-top: 60px;
  }
  .single-room-list .content-box .left-content{
    max-width: 400px;
  }
  .room-list.overlay-style-one .image-box img{
    height: 296px;
  }
  .room-details .room-details-content .img-list li{
    margin-bottom: 10px;
  }
  .service-style-three .single-item .content-box{
    padding: 90px 15px 80px 15px;
  }
  .single-dishes-content .content-box .price{
    right: 5px;
  }
  .contact-info .single-item:before{
    display: none;
  }
  .main-slider .slider-wrapper .image img{
    width: auto;
  }
  .sticky-header .logo-box{
    margin-top: 10px;
  }
  .filter-section .filter-content .single-item .form-group input, 
  .filter-section .filter-content .single-item .form-group select{
    margin-bottom: 30px;
  }
  .service-section .tab-details-content .img-box{
    margin-top: 50px;
  }
  .about-section .about-content{
    margin-top: 100px;
  }
  .about-style-two .about-content{
    margin-top: 0px;
  }
  .service-style-two{
    padding-top: 109px;
  }
	
}



@media only screen and (max-width: 991px){
	
  .filter-section .filter-content .single-item .link .theme-btn {
    padding: 16px 45px 14px 45px;
  }
  .main-header .logo-box{
    display: block;
    width: 180px;
    margin: auto;
    padding: 15px 0px;
  }
  .main-header .menu-area{
    float: none;
    display: block;
    padding: 0px;
  }
  .main-header .menu-area .link{
    top: -10px;
  }
  .main-menu .navigation > li > ul > li{
    background: #333333;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  }
  .main-menu .navigation > li > ul > li:hover{
    background: #333333;
  }
  .sticky-header .logo-box{
    padding-bottom: 0px;
  }
  .filter-section .filter-content{
    padding: 27px 15px 32px 15px;
    margin-top: 0px;
  }
  .room-section .single-item,
  .news-section .single-item{
    margin-bottom: 30px;
  }
  .service-section .tab-title li{
    width: 50%;
    margin-bottom: 30px;
	padding:0 15px;
  }
  .service-section .tab-title li .single-btn{
	  width:100%;
  }
  .service-section .tab-details-content .content {
    position: relative;
    margin: 30px 0px 0px 0px;
  }
  .main-footer .service-widget,
  .main-footer .contact-widget,
  .main-footer .newsletter-widget{
    margin-left: 0px;
  }
  .main-footer .newsletter-widget .form-group input[type='email']{
    width: 100%;
    padding: 10px 125px 10px 20px;
  }
  .header-style-two .main-menu .navbar-header .navbar-toggle .icon-bar{
    background: #ffffff;
  }
  .header-style-two .sticky-header .main-menu .navbar-header .navbar-toggle .icon-bar{
    background: #222222;
  }
  .header-style-two .sticky-header .main-menu .navigation > li > a{
    color: #b8b8b8;
  }
  .about-style-two .img-box{
    margin-bottom: 0px;
  }
  .service-style-two .tab-title li{
    float: left;
    width: 50%;
  }
  .service-style-two .tab-title li.active .single-btn:before{
    left: 50%;
    bottom: -8px;
    margin-left: -15px;
    margin-bottom: 0px;
  }
  .service-style-two .tab-details-content .single-tab-content{
    margin-left: 0px;
  }
  .single-room-list .content-box .left-content{
    max-width: 100%;
    border-right: none;
  }
  .single-room-list .content-box .right-content{
    float: none;
    width: 100%;
    display: block;
    text-align: left;
    padding: 0px 25px 49px 30px;
  }
  .single-room-list .content-box .right-content .price{
    margin: 0px;
    display: inline-block;
  }
  .single-room-list .content-box .right-content .link{
    display: inline-block;
    margin-left: 20px;
  }
  .room-list .single-room-list{
    max-width: 450px; 
    margin: 30px auto;
  }
  .single-room-list .content-box{
    margin-left: 0px;
    border-left: 1px solid #e1e6eb;
    border-top: none;
  }
  .room-details .room-sidebar{
    margin-top: 50px;
  }
  .fact-counter .single-item{
    margin: 15px 0px;
  }
  .place-details .content-style-two .img-box{
    margin-bottom: 30px;
  }
  .room-list.overlay-style-one .image-box img{
    //height: 100%;
  }
  .single-dishes-content{
    margin-bottom: 30px;
  }
  .resturent-menu .single-menu-content{
    padding-bottom: 60px;
  }
  .resturent-menu .column:first-child .menu-content .single-menu-content:last-child{
    padding: 0px 0px 60px 130px;
    border-bottom: 2px dashed #ededed;
    margin-bottom: 32px;
  }
  .spa-section .content-style-two .img-box{
    margin-bottom: 30px;
  }
  .spa-section .content-style-two .text{
    margin-top: 31px;
  }
  .blog-details .blog-details-content{
    margin-bottom: 30px;
  }
  .contact-info .single-item{
    margin-bottom: 30px;
  }
  .contact-info{
    padding-bottom: 65px;
  }
  .main-menu .navigation > li > ul > li{
    padding: 0px 30px;
  }
  .about-style-two .img-box{
    padding-left: 0px;
  }
  .room-details .similar-room{
    padding-top: 60px;
  }
  .header-top{
    padding: 5px 30px 9px 30px;
  }
  .about-section .about-content{
    margin: 0px;
  }
  .service-section .tab-details-content .img-box{
    margin: 0px;
  }
  .single-room-list .content-box .right-content .link{
    position: relative;
    top: -12px;
  }
  .sidebar .sidebar-post .single-post{
    margin-bottom: 35px;
  }
	
}

@media only screen and (max-width: 1023px){
	.hotel-booking-search .hb-form-table{
		margin-bottom:30px;
	}
}
	
@media only screen and (max-width: 768px){
	
	.header-top .left-content{
    display: block;
    text-align: center;
  }
  .header-top .right-content{
    display: block;
    float: none;
    text-align: center;
  }
  .filter-section .filter-content .single-item{
    width: 50%;
  }
  .filter-section .filter-content .single-item{
    width: 100%;
  }
  .filter-section .filter-content .single-item .form-group .link{
    display: block;
  }
  .main-footer .service-widget,
  .main-footer .contact-widget{
    margin-bottom: 30px;
  }
  .copyright{
    display: block;
    text-align: center;
  }
  .footer-bottom .footer-nav{
    text-align: center;
    margin-top: 5px;
  }
  .service-style-two .tab-details-content .single-tab-content .content-box{
    display: none;
  }
  .fact-counter .single-item{
    max-width: 270px;
    margin: 15px auto;
  }
  .service-style-three .single-item{
    margin: 15px auto;
  }
  .spa-section .content-style-one .img-box{
    margin-bottom: 30px;
  }
  .spa-section .content-style-one .title{
    margin-top: 27px;
  }
  .resturent-menu .single-menu-content,
  .resturent-menu .column:first-child .menu-content .single-menu-content:last-child{
    padding-bottom: 31px;
  }
  .service-section .tab-details-content .img-box{
    margin-right: 0px;
  }
  .single-dishes-content .content-box .price{
    right: 15px;
  }
  .about-section{
    padding: 70px 0px;
  }
  .sec-pad{
    padding: 60px 0px 70px 0px;
  }
  .video-section{
    padding: 80px 0px;
  }
  .room-section{
    padding-top: 90px;
  }
  .sec-pad-2{
    padding: 70px 0px;
  }
  .room-details{
    padding: 60px 0px 70px 0px;
  }
  .place-section,
  .place-details,
  .service-style-three,
  .offer-section{
    padding: 70px 0px 40px 0px;
  }
  .testimonial-section{
    padding: 60px 0px 40px 0px;
  }
  .spa-section{
    padding: 70px 0px 50px 0px;
  }
  .testimonial-page{
    padding-top: 70px;
  }
  .main-footer{
    padding-top: 80px;
  }
  .staffs-section{
    padding: 70px 0px 0px 0px;
  }
  .error-section{
    padding: 50px 0px 70px 0px;
  }
  .blog-details{
    padding-bottom: 40px;
  }
  .contact-info{
    padding: 70px 0px 45px 0px;
  }
  .panola_theme .panola_theme{
	margin-left:0px;	
}
	
}

@media only screen and (max-width: 767px){
	.hotel-booking-search form{
		max-width:540px;
		margin:0 auto;
		padding:0 15px;
	}
	.hotel-booking-search .hb-form-table{
		margin:0 -15px;
	}	
	.hotel-booking-search .hb-form-table li{
		width:49%;
		padding:0 15px;
		margin:0 0 30px 0;
	}
	.hotel-booking-search .hb-form-table li .hb_input_field,
	.hotel-booking-search .hb-submit{
		display:block;
	}
	.hotel-booking-search .hb-form-table li input, .hotel-booking-search .hb-form-table li select{
		max-width:100%;
	}
	.hotel-booking-search .hb-submit button{
		min-width:100%;
	}
}
	
@media only screen and (max-width: 599px){
	
  .service-section .tab-title li .single-btn{
    width: 100%;
    padding: 41px 10px 15px 10px;
  }
  .sticky-header .logo-box{
    display: none;
  }
  .google-map-section .map-content{
    display: none;
  }
  .service-style-two .tab-details-content .single-tab-content .content-box{
    display: none;
  }
  .blog-details-content .comment-area .single-comment.replay{
    margin-left: 0px;
  }
  .blog-details-content .comment-area .single-comment .replay{
    position: relative;
  }
  .service-style-two .tab-title,
  .service-section .tab-title{
    margin-right: 0px;
  }
  .hotel-booking-search .hb-form-table li{
	  width:100%;
  }

}


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

	.header-top .left-content li{
    margin-right: 0px;
  }
  .main-slider .tp-title{
    font-size: 80px;
    line-height: 80px;
  }
  .service-section .tab-title li{
    width: 100%;
    float: none;
    text-align: center;
  }
  .news-section .top-title .top-link{
    float: none;
    margin-top: 40px;
  }
  .resturent-menu .single-menu-content .price{
    float: none;
    display: block;
  }
  .error-section .error-title{
    font-size: 140px;
    line-height: 150px;
  }
  .pagination li{
    margin: 5px;
  }
  .blog-details-content .comment-area .single-comment .replay{
    float: none;
    display: block;
    margin-bottom: 10px;
  }
  .header-bottom {
    padding: 0px 15px;
  }
  .about-section .about-content{
    margin: 0px;
  }


}

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

	
  .main-slider .tp-title{
    font-size: 70px;
    line-height: 70px;
  }
  .header-top{
    padding: 5px 15px 9px 15px;
  }
  .single-room-list .content-box .left-content .info-box li{
    margin-right: 5px;
  }
  .single-room-list .content-box .right-content{
    padding: 0px 15px 49px 15px;
  }
  .single-room-list .content-box .left-content{
    padding: 22px 15px 35px 15px;
  }
  .single-room-list .content-box .right-content .link{
    margin-left: 10px;
  }
  .room-details .room-details-content .owl-theme .owl-controls{
    display: none;
  }
  .pagination{
    text-align: left;
  }

}

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



}




/* =============== Mobile menu ===================== */

@media only screen and (max-width: 991px) {
  .header-top .links-nav li{
    margin-right: 15px;
  } 
  .main-menu .navbar-header{
    position: relative;
    float:none;
    display:block;
    text-align:left;
    width:100%;
    top: 0px;
  }
  .main-header .main-menu {
    width: 100%;
  }  
  .main-menu .navbar-header .navbar-toggle{
    display:inline-block;
    z-index:7;
    float:none;
    padding: 9px 5px;
    cursor:  pointer;
    margin: 0px 0px 0px 0px;
    border-radius:0px;
    background:  transparent;
  }  
  .main-menu .navbar-header .navbar-toggle .icon-bar{
    background: #222;
    height: 2px;
    width: 29px;
    display:  block;
    margin: 7px 5px;
  }
  .main-menu .collapse {
    overflow:auto;
    float:none;
    width:100%;
    padding:0px 0px 0px;
    border:none;
    margin:0px;
    max-height: 320px;
    -ms-border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    -o-border-radius:3px;
    border-radius:3px;
   }
   .main-menu .navbar-collapse > .navigation{
    float:none !important;
    margin:0px !important;
    width:100% !important;
    background: #333333;
    border:1px solid #ffffff;
    border-top:none;
  }  
  .main-menu .navbar-collapse > .navigation > li{
    margin:0px !important;
    float:none !important;
    width:100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  }  
  .main-menu .navigation > li > a,
  .main-menu .navigation > li > ul:before{
    border:none;  
  }  
  .main-menu .navbar-collapse > .navigation > li > a{
    padding:10px 10px !important;
    border:none !important;
  }  
  .main-menu .navigation li.dropdown > a:after,
  .main-menu .navigation > li.dropdown > a:before,
  .main-menu .navigation > li > ul > li > a::before,
  .main-menu .navigation > li > ul > li > ul > li > a::before{
    color:#ffffff !important;
    right:15px;
    font-size:16px;
    display:none !important;
  }  
  .main-menu .navbar-collapse > .navigation > li > ul,
  .main-menu .navbar-collapse > .navigation > li > ul > li > ul{
    position:relative;
    border:none;
    float:none;
    visibility:visible;
    opacity:1;
    display:none;
    margin:0px;
    padding:0px;
    left:auto !important;
    right:auto !important;
    top:auto !important;
    width:100%;
    background: #333333;
    -webkit-border-radius:0px;
    -ms-border-radius:0px;
    -o-border-radius:0px;
    -moz-border-radius:0px;
    border-radius:0px;
    transition:none !important;
    -webkit-transition:none !important;
    -ms-transition:none !important;
    -o-transition:none !important;
    -moz-transition:none !important;
    box-shadow:none !important;
  }    
  .main-menu .navbar-collapse > .navigation > li > ul,
  .main-menu .navbar-collapse > .navigation > li > ul > li > ul{
    border-top:1px solid rgba(255,255,255,0.1) !important;
  }
  .main-menu .navbar-collapse > .navigation > li:last-child{
    border-bottom: none;
  } 
  .main-menu .navbar-collapse > .navigation > li > a,
  .main-menu .navbar-collapse > .navigation > li > ul > li > a,
  .main-menu .navbar-collapse > .navigation > li > ul > li > ul > li > a{
    padding:12px 10px !important;
    line-height:22px;
    color: #b8b8b8;
    background: #333333;
    text-align:left;
    min-height:0px;
  }  
  .main-menu .navbar-collapse > .navigation > li:hover > a,
  .main-menu .navbar-collapse > .navigation > li > ul > li:hover > a,
  .main-menu .navbar-collapse > .navigation > li > ul > li > ul > li:hover > a,
  .main-menu .navbar-collapse > .navigation > li.current > a,
  .main-menu .navbar-collapse > .navigation > li.current-menu-item > a{
    color: #ffffff !important;
    background: #333333;
  }  
  .main-menu .navbar-collapse > .navigation li.dropdown .dropdown-btn{
    display:block;
  }  
  .main-menu .navbar-collapse > .navigation li.dropdown:after,
  .main-menu .navigation > li > ul:before{
    display:none !important;  
  }

}

/* cyrillic-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 300;
  src: local('Montserrat Light Italic'), local('Montserrat-LightItalic'), url(https://fonts.gstatic.com/s/montserrat/v14/JTUPjIg1_i6t8kCHKm459WxZYgzz8fZwnCo.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 300;
  src: local('Montserrat Light Italic'), local('Montserrat-LightItalic'), url(https://fonts.gstatic.com/s/montserrat/v14/JTUPjIg1_i6t8kCHKm459WxZYgzz-PZwnCo.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 300;
  src: local('Montserrat Light Italic'), local('Montserrat-LightItalic'), url(https://fonts.gstatic.com/s/montserrat/v14/JTUPjIg1_i6t8kCHKm459WxZYgzz8_ZwnCo.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 300;
  src: local('Montserrat Light Italic'), local('Montserrat-LightItalic'), url(https://fonts.gstatic.com/s/montserrat/v14/JTUPjIg1_i6t8kCHKm459WxZYgzz8vZwnCo.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 300;
  src: local('Montserrat Light Italic'), local('Montserrat-LightItalic'), url(https://fonts.gstatic.com/s/montserrat/v14/JTUPjIg1_i6t8kCHKm459WxZYgzz_PZw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 400;
  src: local('Montserrat Italic'), local('Montserrat-Italic'), url(https://fonts.gstatic.com/s/montserrat/v14/JTUQjIg1_i6t8kCHKm459WxRxC7mw9c.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 400;
  src: local('Montserrat Italic'), local('Montserrat-Italic'), url(https://fonts.gstatic.com/s/montserrat/v14/JTUQjIg1_i6t8kCHKm459WxRzS7mw9c.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 400;
  src: local('Montserrat Italic'), local('Montserrat-Italic'), url(https://fonts.gstatic.com/s/montserrat/v14/JTUQjIg1_i6t8kCHKm459WxRxi7mw9c.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 400;
  src: local('Montserrat Italic'), local('Montserrat-Italic'), url(https://fonts.gstatic.com/s/montserrat/v14/JTUQjIg1_i6t8kCHKm459WxRxy7mw9c.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 400;
  src: local('Montserrat Italic'), local('Montserrat-Italic'), url(https://fonts.gstatic.com/s/montserrat/v14/JTUQjIg1_i6t8kCHKm459WxRyS7m.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 500;
  src: local('Montserrat Medium Italic'), local('Montserrat-MediumItalic'), url(https://fonts.gstatic.com/s/montserrat/v14/JTUPjIg1_i6t8kCHKm459WxZOg3z8fZwnCo.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 500;
  src: local('Montserrat Medium Italic'), local('Montserrat-MediumItalic'), url(https://fonts.gstatic.com/s/montserrat/v14/JTUPjIg1_i6t8kCHKm459WxZOg3z-PZwnCo.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 500;
  src: local('Montserrat Medium Italic'), local('Montserrat-MediumItalic'), url(https://fonts.gstatic.com/s/montserrat/v14/JTUPjIg1_i6t8kCHKm459WxZOg3z8_ZwnCo.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 500;
  src: local('Montserrat Medium Italic'), local('Montserrat-MediumItalic'), url(https://fonts.gstatic.com/s/montserrat/v14/JTUPjIg1_i6t8kCHKm459WxZOg3z8vZwnCo.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 500;
  src: local('Montserrat Medium Italic'), local('Montserrat-MediumItalic'), url(https://fonts.gstatic.com/s/montserrat/v14/JTUPjIg1_i6t8kCHKm459WxZOg3z_PZw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 600;
  src: local('Montserrat SemiBold Italic'), local('Montserrat-SemiBoldItalic'), url(https://fonts.gstatic.com/s/montserrat/v14/JTUPjIg1_i6t8kCHKm459WxZFgrz8fZwnCo.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 600;
  src: local('Montserrat SemiBold Italic'), local('Montserrat-SemiBoldItalic'), url(https://fonts.gstatic.com/s/montserrat/v14/JTUPjIg1_i6t8kCHKm459WxZFgrz-PZwnCo.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 600;
  src: local('Montserrat SemiBold Italic'), local('Montserrat-SemiBoldItalic'), url(https://fonts.gstatic.com/s/montserrat/v14/JTUPjIg1_i6t8kCHKm459WxZFgrz8_ZwnCo.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 600;
  src: local('Montserrat SemiBold Italic'), local('Montserrat-SemiBoldItalic'), url(https://fonts.gstatic.com/s/montserrat/v14/JTUPjIg1_i6t8kCHKm459WxZFgrz8vZwnCo.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 600;
  src: local('Montserrat SemiBold Italic'), local('Montserrat-SemiBoldItalic'), url(https://fonts.gstatic.com/s/montserrat/v14/JTUPjIg1_i6t8kCHKm459WxZFgrz_PZw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 700;
  src: local('Montserrat Bold Italic'), local('Montserrat-BoldItalic'), url(https://fonts.gstatic.com/s/montserrat/v14/JTUPjIg1_i6t8kCHKm459WxZcgvz8fZwnCo.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 700;
  src: local('Montserrat Bold Italic'), local('Montserrat-BoldItalic'), url(https://fonts.gstatic.com/s/montserrat/v14/JTUPjIg1_i6t8kCHKm459WxZcgvz-PZwnCo.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 700;
  src: local('Montserrat Bold Italic'), local('Montserrat-BoldItalic'), url(https://fonts.gstatic.com/s/montserrat/v14/JTUPjIg1_i6t8kCHKm459WxZcgvz8_ZwnCo.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 700;
  src: local('Montserrat Bold Italic'), local('Montserrat-BoldItalic'), url(https://fonts.gstatic.com/s/montserrat/v14/JTUPjIg1_i6t8kCHKm459WxZcgvz8vZwnCo.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 700;
  src: local('Montserrat Bold Italic'), local('Montserrat-BoldItalic'), url(https://fonts.gstatic.com/s/montserrat/v14/JTUPjIg1_i6t8kCHKm459WxZcgvz_PZw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 800;
  src: local('Montserrat ExtraBold Italic'), local('Montserrat-ExtraBoldItalic'), url(https://fonts.gstatic.com/s/montserrat/v14/JTUPjIg1_i6t8kCHKm459WxZbgjz8fZwnCo.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 800;
  src: local('Montserrat ExtraBold Italic'), local('Montserrat-ExtraBoldItalic'), url(https://fonts.gstatic.com/s/montserrat/v14/JTUPjIg1_i6t8kCHKm459WxZbgjz-PZwnCo.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 800;
  src: local('Montserrat ExtraBold Italic'), local('Montserrat-ExtraBoldItalic'), url(https://fonts.gstatic.com/s/montserrat/v14/JTUPjIg1_i6t8kCHKm459WxZbgjz8_ZwnCo.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 800;
  src: local('Montserrat ExtraBold Italic'), local('Montserrat-ExtraBoldItalic'), url(https://fonts.gstatic.com/s/montserrat/v14/JTUPjIg1_i6t8kCHKm459WxZbgjz8vZwnCo.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 800;
  src: local('Montserrat ExtraBold Italic'), local('Montserrat-ExtraBoldItalic'), url(https://fonts.gstatic.com/s/montserrat/v14/JTUPjIg1_i6t8kCHKm459WxZbgjz_PZw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 900;
  src: local('Montserrat Black Italic'), local('Montserrat-BlackItalic'), url(https://fonts.gstatic.com/s/montserrat/v14/JTUPjIg1_i6t8kCHKm459WxZSgnz8fZwnCo.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 900;
  src: local('Montserrat Black Italic'), local('Montserrat-BlackItalic'), url(https://fonts.gstatic.com/s/montserrat/v14/JTUPjIg1_i6t8kCHKm459WxZSgnz-PZwnCo.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 900;
  src: local('Montserrat Black Italic'), local('Montserrat-BlackItalic'), url(https://fonts.gstatic.com/s/montserrat/v14/JTUPjIg1_i6t8kCHKm459WxZSgnz8_ZwnCo.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 900;
  src: local('Montserrat Black Italic'), local('Montserrat-BlackItalic'), url(https://fonts.gstatic.com/s/montserrat/v14/JTUPjIg1_i6t8kCHKm459WxZSgnz8vZwnCo.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 900;
  src: local('Montserrat Black Italic'), local('Montserrat-BlackItalic'), url(https://fonts.gstatic.com/s/montserrat/v14/JTUPjIg1_i6t8kCHKm459WxZSgnz_PZw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  src: local('Montserrat Light'), local('Montserrat-Light'), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_cJD3gTD_u50.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  src: local('Montserrat Light'), local('Montserrat-Light'), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_cJD3g3D_u50.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  src: local('Montserrat Light'), local('Montserrat-Light'), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_cJD3gbD_u50.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  src: local('Montserrat Light'), local('Montserrat-Light'), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_cJD3gfD_u50.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  src: local('Montserrat Light'), local('Montserrat-Light'), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_cJD3gnD_g.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: local('Montserrat Regular'), local('Montserrat-Regular'), url(https://fonts.gstatic.com/s/montserrat/v14/JTUSjIg1_i6t8kCHKm459WRhyzbi.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: local('Montserrat Regular'), local('Montserrat-Regular'), url(https://fonts.gstatic.com/s/montserrat/v14/JTUSjIg1_i6t8kCHKm459W1hyzbi.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: local('Montserrat Regular'), local('Montserrat-Regular'), url(https://fonts.gstatic.com/s/montserrat/v14/JTUSjIg1_i6t8kCHKm459WZhyzbi.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: local('Montserrat Regular'), local('Montserrat-Regular'), url(https://fonts.gstatic.com/s/montserrat/v14/JTUSjIg1_i6t8kCHKm459Wdhyzbi.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: local('Montserrat Regular'), local('Montserrat-Regular'), url(https://fonts.gstatic.com/s/montserrat/v14/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  src: local('Montserrat Medium'), local('Montserrat-Medium'), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_ZpC3gTD_u50.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  src: local('Montserrat Medium'), local('Montserrat-Medium'), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_ZpC3g3D_u50.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  src: local('Montserrat Medium'), local('Montserrat-Medium'), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_ZpC3gbD_u50.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  src: local('Montserrat Medium'), local('Montserrat-Medium'), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_ZpC3gfD_u50.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  src: local('Montserrat Medium'), local('Montserrat-Medium'), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_ZpC3gnD_g.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  src: local('Montserrat SemiBold'), local('Montserrat-SemiBold'), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_bZF3gTD_u50.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  src: local('Montserrat SemiBold'), local('Montserrat-SemiBold'), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_bZF3g3D_u50.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  src: local('Montserrat SemiBold'), local('Montserrat-SemiBold'), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_bZF3gbD_u50.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  src: local('Montserrat SemiBold'), local('Montserrat-SemiBold'), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_bZF3gfD_u50.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  src: local('Montserrat SemiBold'), local('Montserrat-SemiBold'), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_bZF3gnD_g.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: local('Montserrat Bold'), local('Montserrat-Bold'), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_dJE3gTD_u50.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: local('Montserrat Bold'), local('Montserrat-Bold'), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_dJE3g3D_u50.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: local('Montserrat Bold'), local('Montserrat-Bold'), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_dJE3gbD_u50.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: local('Montserrat Bold'), local('Montserrat-Bold'), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_dJE3gfD_u50.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: local('Montserrat Bold'), local('Montserrat-Bold'), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_dJE3gnD_g.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 800;
  src: local('Montserrat ExtraBold'), local('Montserrat-ExtraBold'), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_c5H3gTD_u50.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 800;
  src: local('Montserrat ExtraBold'), local('Montserrat-ExtraBold'), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_c5H3g3D_u50.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 800;
  src: local('Montserrat ExtraBold'), local('Montserrat-ExtraBold'), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_c5H3gbD_u50.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 800;
  src: local('Montserrat ExtraBold'), local('Montserrat-ExtraBold'), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_c5H3gfD_u50.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 800;
  src: local('Montserrat ExtraBold'), local('Montserrat-ExtraBold'), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_c5H3gnD_g.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 900;
  src: local('Montserrat Black'), local('Montserrat-Black'), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_epG3gTD_u50.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 900;
  src: local('Montserrat Black'), local('Montserrat-Black'), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_epG3g3D_u50.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 900;
  src: local('Montserrat Black'), local('Montserrat-Black'), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_epG3gbD_u50.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 900;
  src: local('Montserrat Black'), local('Montserrat-Black'), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_epG3gfD_u50.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 900;
  src: local('Montserrat Black'), local('Montserrat-Black'), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_epG3gnD_g.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 300;
  src: local('Open Sans Light Italic'), local('OpenSans-LightItalic'), url(https://fonts.gstatic.com/s/opensans/v17/memnYaGs126MiZpBA-UFUKWyV9hmIqOjjg.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 300;
  src: local('Open Sans Light Italic'), local('OpenSans-LightItalic'), url(https://fonts.gstatic.com/s/opensans/v17/memnYaGs126MiZpBA-UFUKWyV9hvIqOjjg.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 300;
  src: local('Open Sans Light Italic'), local('OpenSans-LightItalic'), url(https://fonts.gstatic.com/s/opensans/v17/memnYaGs126MiZpBA-UFUKWyV9hnIqOjjg.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 300;
  src: local('Open Sans Light Italic'), local('OpenSans-LightItalic'), url(https://fonts.gstatic.com/s/opensans/v17/memnYaGs126MiZpBA-UFUKWyV9hoIqOjjg.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 300;
  src: local('Open Sans Light Italic'), local('OpenSans-LightItalic'), url(https://fonts.gstatic.com/s/opensans/v17/memnYaGs126MiZpBA-UFUKWyV9hkIqOjjg.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 300;
  src: local('Open Sans Light Italic'), local('OpenSans-LightItalic'), url(https://fonts.gstatic.com/s/opensans/v17/memnYaGs126MiZpBA-UFUKWyV9hlIqOjjg.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 300;
  src: local('Open Sans Light Italic'), local('OpenSans-LightItalic'), url(https://fonts.gstatic.com/s/opensans/v17/memnYaGs126MiZpBA-UFUKWyV9hrIqM.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: local('Open Sans Italic'), local('OpenSans-Italic'), url(https://fonts.gstatic.com/s/opensans/v17/mem6YaGs126MiZpBA-UFUK0Udc1UAw.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: local('Open Sans Italic'), local('OpenSans-Italic'), url(https://fonts.gstatic.com/s/opensans/v17/mem6YaGs126MiZpBA-UFUK0ddc1UAw.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: local('Open Sans Italic'), local('OpenSans-Italic'), url(https://fonts.gstatic.com/s/opensans/v17/mem6YaGs126MiZpBA-UFUK0Vdc1UAw.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: local('Open Sans Italic'), local('OpenSans-Italic'), url(https://fonts.gstatic.com/s/opensans/v17/mem6YaGs126MiZpBA-UFUK0adc1UAw.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: local('Open Sans Italic'), local('OpenSans-Italic'), url(https://fonts.gstatic.com/s/opensans/v17/mem6YaGs126MiZpBA-UFUK0Wdc1UAw.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: local('Open Sans Italic'), local('OpenSans-Italic'), url(https://fonts.gstatic.com/s/opensans/v17/mem6YaGs126MiZpBA-UFUK0Xdc1UAw.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: local('Open Sans Italic'), local('OpenSans-Italic'), url(https://fonts.gstatic.com/s/opensans/v17/mem6YaGs126MiZpBA-UFUK0Zdc0.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 600;
  src: local('Open Sans SemiBold Italic'), local('OpenSans-SemiBoldItalic'), url(https://fonts.gstatic.com/s/opensans/v17/memnYaGs126MiZpBA-UFUKXGUdhmIqOjjg.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 600;
  src: local('Open Sans SemiBold Italic'), local('OpenSans-SemiBoldItalic'), url(https://fonts.gstatic.com/s/opensans/v17/memnYaGs126MiZpBA-UFUKXGUdhvIqOjjg.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 600;
  src: local('Open Sans SemiBold Italic'), local('OpenSans-SemiBoldItalic'), url(https://fonts.gstatic.com/s/opensans/v17/memnYaGs126MiZpBA-UFUKXGUdhnIqOjjg.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 600;
  src: local('Open Sans SemiBold Italic'), local('OpenSans-SemiBoldItalic'), url(https://fonts.gstatic.com/s/opensans/v17/memnYaGs126MiZpBA-UFUKXGUdhoIqOjjg.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 600;
  src: local('Open Sans SemiBold Italic'), local('OpenSans-SemiBoldItalic'), url(https://fonts.gstatic.com/s/opensans/v17/memnYaGs126MiZpBA-UFUKXGUdhkIqOjjg.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 600;
  src: local('Open Sans SemiBold Italic'), local('OpenSans-SemiBoldItalic'), url(https://fonts.gstatic.com/s/opensans/v17/memnYaGs126MiZpBA-UFUKXGUdhlIqOjjg.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 600;
  src: local('Open Sans SemiBold Italic'), local('OpenSans-SemiBoldItalic'), url(https://fonts.gstatic.com/s/opensans/v17/memnYaGs126MiZpBA-UFUKXGUdhrIqM.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 700;
  src: local('Open Sans Bold Italic'), local('OpenSans-BoldItalic'), url(https://fonts.gstatic.com/s/opensans/v17/memnYaGs126MiZpBA-UFUKWiUNhmIqOjjg.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 700;
  src: local('Open Sans Bold Italic'), local('OpenSans-BoldItalic'), url(https://fonts.gstatic.com/s/opensans/v17/memnYaGs126MiZpBA-UFUKWiUNhvIqOjjg.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 700;
  src: local('Open Sans Bold Italic'), local('OpenSans-BoldItalic'), url(https://fonts.gstatic.com/s/opensans/v17/memnYaGs126MiZpBA-UFUKWiUNhnIqOjjg.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 700;
  src: local('Open Sans Bold Italic'), local('OpenSans-BoldItalic'), url(https://fonts.gstatic.com/s/opensans/v17/memnYaGs126MiZpBA-UFUKWiUNhoIqOjjg.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 700;
  src: local('Open Sans Bold Italic'), local('OpenSans-BoldItalic'), url(https://fonts.gstatic.com/s/opensans/v17/memnYaGs126MiZpBA-UFUKWiUNhkIqOjjg.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 700;
  src: local('Open Sans Bold Italic'), local('OpenSans-BoldItalic'), url(https://fonts.gstatic.com/s/opensans/v17/memnYaGs126MiZpBA-UFUKWiUNhlIqOjjg.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 700;
  src: local('Open Sans Bold Italic'), local('OpenSans-BoldItalic'), url(https://fonts.gstatic.com/s/opensans/v17/memnYaGs126MiZpBA-UFUKWiUNhrIqM.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 800;
  src: local('Open Sans ExtraBold Italic'), local('OpenSans-ExtraBoldItalic'), url(https://fonts.gstatic.com/s/opensans/v17/memnYaGs126MiZpBA-UFUKW-U9hmIqOjjg.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 800;
  src: local('Open Sans ExtraBold Italic'), local('OpenSans-ExtraBoldItalic'), url(https://fonts.gstatic.com/s/opensans/v17/memnYaGs126MiZpBA-UFUKW-U9hvIqOjjg.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 800;
  src: local('Open Sans ExtraBold Italic'), local('OpenSans-ExtraBoldItalic'), url(https://fonts.gstatic.com/s/opensans/v17/memnYaGs126MiZpBA-UFUKW-U9hnIqOjjg.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 800;
  src: local('Open Sans ExtraBold Italic'), local('OpenSans-ExtraBoldItalic'), url(https://fonts.gstatic.com/s/opensans/v17/memnYaGs126MiZpBA-UFUKW-U9hoIqOjjg.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 800;
  src: local('Open Sans ExtraBold Italic'), local('OpenSans-ExtraBoldItalic'), url(https://fonts.gstatic.com/s/opensans/v17/memnYaGs126MiZpBA-UFUKW-U9hkIqOjjg.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 800;
  src: local('Open Sans ExtraBold Italic'), local('OpenSans-ExtraBoldItalic'), url(https://fonts.gstatic.com/s/opensans/v17/memnYaGs126MiZpBA-UFUKW-U9hlIqOjjg.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 800;
  src: local('Open Sans ExtraBold Italic'), local('OpenSans-ExtraBoldItalic'), url(https://fonts.gstatic.com/s/opensans/v17/memnYaGs126MiZpBA-UFUKW-U9hrIqM.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Light'), local('OpenSans-Light'), url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UN_r8OX-hpOqc.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Light'), local('OpenSans-Light'), url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UN_r8OVuhpOqc.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Light'), local('OpenSans-Light'), url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UN_r8OXuhpOqc.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Light'), local('OpenSans-Light'), url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UN_r8OUehpOqc.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Light'), local('OpenSans-Light'), url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UN_r8OXehpOqc.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Light'), local('OpenSans-Light'), url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UN_r8OXOhpOqc.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Light'), local('OpenSans-Light'), url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UN_r8OUuhp.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v17/mem8YaGs126MiZpBA-UFWJ0bbck.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v17/mem8YaGs126MiZpBA-UFUZ0bbck.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v17/mem8YaGs126MiZpBA-UFWZ0bbck.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v17/mem8YaGs126MiZpBA-UFVp0bbck.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v17/mem8YaGs126MiZpBA-UFWp0bbck.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v17/mem8YaGs126MiZpBA-UFW50bbck.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v17/mem8YaGs126MiZpBA-UFVZ0b.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'), url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UNirkOX-hpOqc.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'), url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UNirkOVuhpOqc.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'), url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UNirkOXuhpOqc.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'), url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UNirkOUehpOqc.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'), url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UNirkOXehpOqc.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'), url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UNirkOXOhpOqc.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'), url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UNirkOUuhp.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UN7rgOX-hpOqc.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UN7rgOVuhpOqc.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UN7rgOXuhpOqc.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UN7rgOUehpOqc.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UN7rgOXehpOqc.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UN7rgOXOhpOqc.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UN7rgOUuhp.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  src: local('Open Sans ExtraBold'), local('OpenSans-ExtraBold'), url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UN8rsOX-hpOqc.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  src: local('Open Sans ExtraBold'), local('OpenSans-ExtraBold'), url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UN8rsOVuhpOqc.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  src: local('Open Sans ExtraBold'), local('OpenSans-ExtraBold'), url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UN8rsOXuhpOqc.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  src: local('Open Sans ExtraBold'), local('OpenSans-ExtraBold'), url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UN8rsOUehpOqc.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  src: local('Open Sans ExtraBold'), local('OpenSans-ExtraBold'), url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UN8rsOXehpOqc.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  src: local('Open Sans ExtraBold'), local('OpenSans-ExtraBold'), url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UN8rsOXOhpOqc.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  src: local('Open Sans ExtraBold'), local('OpenSans-ExtraBold'), url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UN8rsOUuhp.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic */
@font-face {
  font-family: 'Playfair Display';
  font-style: italic;
  font-weight: 400;
  src: local('Playfair Display Italic'), local('PlayfairDisplay-Italic'), url(https://fonts.gstatic.com/s/playfairdisplay/v15/nuFkD-vYSZviVYUb_rj3ij__anPXDTnohkk72xU.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Playfair Display';
  font-style: italic;
  font-weight: 400;
  src: local('Playfair Display Italic'), local('PlayfairDisplay-Italic'), url(https://fonts.gstatic.com/s/playfairdisplay/v15/nuFkD-vYSZviVYUb_rj3ij__anPXDTnojUk72xU.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Playfair Display';
  font-style: italic;
  font-weight: 400;
  src: local('Playfair Display Italic'), local('PlayfairDisplay-Italic'), url(https://fonts.gstatic.com/s/playfairdisplay/v15/nuFkD-vYSZviVYUb_rj3ij__anPXDTnojEk72xU.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Playfair Display';
  font-style: italic;
  font-weight: 400;
  src: local('Playfair Display Italic'), local('PlayfairDisplay-Italic'), url(https://fonts.gstatic.com/s/playfairdisplay/v15/nuFkD-vYSZviVYUb_rj3ij__anPXDTnogkk7.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic */
@font-face {
  font-family: 'Playfair Display';
  font-style: italic;
  font-weight: 700;
  src: local('Playfair Display Bold Italic'), local('PlayfairDisplay-BoldItalic'), url(https://fonts.gstatic.com/s/playfairdisplay/v15/nuFnD-vYSZviVYUb_rj3ij__anPXDTngOWwu4DRmBKY.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Playfair Display';
  font-style: italic;
  font-weight: 700;
  src: local('Playfair Display Bold Italic'), local('PlayfairDisplay-BoldItalic'), url(https://fonts.gstatic.com/s/playfairdisplay/v15/nuFnD-vYSZviVYUb_rj3ij__anPXDTngOWwu6zRmBKY.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Playfair Display';
  font-style: italic;
  font-weight: 700;
  src: local('Playfair Display Bold Italic'), local('PlayfairDisplay-BoldItalic'), url(https://fonts.gstatic.com/s/playfairdisplay/v15/nuFnD-vYSZviVYUb_rj3ij__anPXDTngOWwu6jRmBKY.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Playfair Display';
  font-style: italic;
  font-weight: 700;
  src: local('Playfair Display Bold Italic'), local('PlayfairDisplay-BoldItalic'), url(https://fonts.gstatic.com/s/playfairdisplay/v15/nuFnD-vYSZviVYUb_rj3ij__anPXDTngOWwu5DRm.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic */
@font-face {
  font-family: 'Playfair Display';
  font-style: italic;
  font-weight: 900;
  src: local('Playfair Display Black Italic'), local('PlayfairDisplay-BlackItalic'), url(https://fonts.gstatic.com/s/playfairdisplay/v15/nuFnD-vYSZviVYUb_rj3ij__anPXDTngAW4u4DRmBKY.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Playfair Display';
  font-style: italic;
  font-weight: 900;
  src: local('Playfair Display Black Italic'), local('PlayfairDisplay-BlackItalic'), url(https://fonts.gstatic.com/s/playfairdisplay/v15/nuFnD-vYSZviVYUb_rj3ij__anPXDTngAW4u6zRmBKY.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Playfair Display';
  font-style: italic;
  font-weight: 900;
  src: local('Playfair Display Black Italic'), local('PlayfairDisplay-BlackItalic'), url(https://fonts.gstatic.com/s/playfairdisplay/v15/nuFnD-vYSZviVYUb_rj3ij__anPXDTngAW4u6jRmBKY.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Playfair Display';
  font-style: italic;
  font-weight: 900;
  src: local('Playfair Display Black Italic'), local('PlayfairDisplay-BlackItalic'), url(https://fonts.gstatic.com/s/playfairdisplay/v15/nuFnD-vYSZviVYUb_rj3ij__anPXDTngAW4u5DRm.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic */
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 400;
  src: local('Playfair Display Regular'), local('PlayfairDisplay-Regular'), url(https://fonts.gstatic.com/s/playfairdisplay/v15/nuFiD-vYSZviVYUb_rj3ij__anPXDTjYgFE_.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 400;
  src: local('Playfair Display Regular'), local('PlayfairDisplay-Regular'), url(https://fonts.gstatic.com/s/playfairdisplay/v15/nuFiD-vYSZviVYUb_rj3ij__anPXDTPYgFE_.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 400;
  src: local('Playfair Display Regular'), local('PlayfairDisplay-Regular'), url(https://fonts.gstatic.com/s/playfairdisplay/v15/nuFiD-vYSZviVYUb_rj3ij__anPXDTLYgFE_.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 400;
  src: local('Playfair Display Regular'), local('PlayfairDisplay-Regular'), url(https://fonts.gstatic.com/s/playfairdisplay/v15/nuFiD-vYSZviVYUb_rj3ij__anPXDTzYgA.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic */
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 700;
  src: local('Playfair Display Bold'), local('PlayfairDisplay-Bold'), url(https://fonts.gstatic.com/s/playfairdisplay/v15/nuFlD-vYSZviVYUb_rj3ij__anPXBYf9lWoe5ixi.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 700;
  src: local('Playfair Display Bold'), local('PlayfairDisplay-Bold'), url(https://fonts.gstatic.com/s/playfairdisplay/v15/nuFlD-vYSZviVYUb_rj3ij__anPXBYf9lWEe5ixi.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 700;
  src: local('Playfair Display Bold'), local('PlayfairDisplay-Bold'), url(https://fonts.gstatic.com/s/playfairdisplay/v15/nuFlD-vYSZviVYUb_rj3ij__anPXBYf9lWAe5ixi.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 700;
  src: local('Playfair Display Bold'), local('PlayfairDisplay-Bold'), url(https://fonts.gstatic.com/s/playfairdisplay/v15/nuFlD-vYSZviVYUb_rj3ij__anPXBYf9lW4e5g.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic */
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 900;
  src: local('Playfair Display Black'), local('PlayfairDisplay-Black'), url(https://fonts.gstatic.com/s/playfairdisplay/v15/nuFlD-vYSZviVYUb_rj3ij__anPXBb__lWoe5ixi.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 900;
  src: local('Playfair Display Black'), local('PlayfairDisplay-Black'), url(https://fonts.gstatic.com/s/playfairdisplay/v15/nuFlD-vYSZviVYUb_rj3ij__anPXBb__lWEe5ixi.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 900;
  src: local('Playfair Display Black'), local('PlayfairDisplay-Black'), url(https://fonts.gstatic.com/s/playfairdisplay/v15/nuFlD-vYSZviVYUb_rj3ij__anPXBb__lWAe5ixi.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 900;
  src: local('Playfair Display Black'), local('PlayfairDisplay-Black'), url(https://fonts.gstatic.com/s/playfairdisplay/v15/nuFlD-vYSZviVYUb_rj3ij__anPXBb__lW4e5g.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/************************************************************************/

.kc-col-container,.kc-container,.kc-elm {
 box-sizing:border-box
}
.kc-off-notice a,
.kc_twitter_feed a:hover {
 text-decoration:underline
}
.kc_google_maps[data-wheel=disable] iframe,
.kc_wrap-video-bg {
 pointer-events:none
}
.fb-line-1 .likes,
.fb-line-1 .username,
.kc-owl-post-carousel .owl-item .title {
 text-overflow:ellipsis;
 white-space:nowrap
}
.back i,
.front i {
 display:inline-block
}
div {
 display:block
}
.kc-elm {
 float:left;
 width:100%
}
.kc_col-sm-1 {
 width:8.33333%
}
.kc_col-sm-2 {
 width:16.6667%
}
div.kc_col-of-5 {
 width:20%;
 float:left
}
.kc_col-sm-3 {
 width:25%
}
.kc_col-sm-4 {
 width:33.3333%
}
.kc_col-sm-5 {
 width:41.6667%
}
.kc_col-sm-6 {
 width:50%
}
.kc_col-sm-7 {
 width:58.3333%
}
.kc_col-sm-8 {
 width:66.6667%
}
.kc_col-sm-9 {
 width:75%
}
.kc_col-sm-10 {
 width:83.3333%
}
.kc_col-sm-11 {
 width:91.6667%
}
.kc_col-sm-12 {
 width:100%
}
.kc-container {
 width:100%;
 max-width:1170px;
 margin:0 auto;
 padding-left:15px;
 padding-right:15px
}
.kc-row-container:not(.kc-container) {
 padding-left:0;
 padding-right:0;
 width:100%;
 max-width:100%
}
.kc_wrap-video-bg {
 height:100%;
 left:0;
 overflow:hidden;
 position:absolute;
 top:0;
 width:100%;
 z-index:0
}
.kc_single_image img {
 max-width:100%;
 display:inline-block
}
.kc-video-bg .kc_column {
 position:relative
}
.kc-infinite-loop {
 text-align:center;
 padding:50px;
 font-size:18px;
 color:red;
 width:100%;
 display:inline-block
}
.align-left {
 text-align:left
}
.align-center {
 text-align:center
}
.align-right {
 text-align:right
}
.kc_row:not(.kc_row_inner) {
 clear:both;
 float:left;
 width:100%
}
.kc-row-container.kc-container .kc-wrap-columns,
.kc_row_inner {
 margin-left:-15px;
 margin-right:-15px;
 clear:both
}
.kc_row.kc_row_inner {
 width:calc(100% + 30px)
}
.kc_tab_content>.kc_row_inner {
 width:100%;
 margin:0
}
.kc_column,
.kc_column_inner {
 min-height:1px;
 position:relative;
 padding-right:15px;
 padding-left:15px;
 float:left
}
.kc_column>.kc-col-container,
.kc_column_inner>.kc-col-inner-container {
 height:100%
}
.kingcomposer div.kc_column,
.kingcomposer div.kc_column_inner {
 clear:none
}
.kc_row_inner>div.kc_column_inner:only-child {
 width:100%
}
.kc_clfw {
 width:100%!important;
 clear:both!important;
 display:block!important;
 height:0!important;
 padding:0!important;
 margin:0!important
}
.kc-col-container {
 clear:both;
 display:block;
 width:100%
}
section[data-kc-fullheight] {
 min-height:100vh
}
html body section[data-kc-parallax=true] {
 background-position:50% 0;
 background-repeat:no-repeat!important;
 background-attachment:fixed!important
}
section[data-kc-fullwidth] {
 margin-left:0!important;
 margin-right:0!important;
 position:relative;
 box-sizing:content-box
}
.kc_text_block {
 display:inline-block;
 clear:both;
 width:100%
}
body section[data-kc-equalheight=true],
body section[data-kc-equalheight=true]>.kc-container,
body section[data-kc-equalheight=true]>.kc-container .kc-wrap-columns {
 display:-webkit-flex!important;
 display:-ms-flexbox!important;
 display:flex!important;
 width:100%
}
body div.kc_row_inner[data-kc-equalheight=true] {
 width:calc(100% + 30px);
 flex-wrap:wrap
}
body div[data-kc-equalheight-align=middle]>.kc_column_inner>.kc_wrapper,
body div[data-kc-equalheight-align=bottom]>.kc_column_inner>.kc_wrapper,
body section[data-kc-equalheight-align=middle]>.kc-container>.kc-wrap-columns>.kc_column>.kc-col-container,
body section[data-kc-equalheight-align=middle]>.kc-row-container>.kc-wrap-columns>.kc_column>.kc-col-container,
body section[data-kc-equalheight-align=bottom]>.kc-container>.kc-wrap-columns>.kc_column>.kc-col-container {
 display:-webkit-flex!important;
 display:-ms-flexbox!important;
 display:flex!important;
 flex-wrap:wrap;
 height:100%;
 width:100%
}
body div.kc_row_inner[data-kc-equalheight=true]>.kc_column_inner>.kc_wrapper.kc_row_inner {
 height:100%
}
body div[data-kc-equalheight-align=middle]>.kc_column_inner>.kc_wrapper,
body section[data-kc-equalheight-align=middle]>.kc-container>.kc-wrap-columns>.kc_column>.kc-col-container,
body section[data-kc-equalheight-align=middle]>.kc-row-container>.kc-wrap-columns>.kc_column>.kc-col-container {
 align-content:center;
 justify-content:center;
 align-items:center
}
body div[data-kc-equalheight-align=bottom]>.kc_column_inner>.kc_wrapper,
body section[data-kc-equalheight-align=bottom]>.kc-container>.kc-wrap-columns>.kc_column>.kc-col-container,
body section[data-kc-equalheight-align=bottom]>.kc-row-container>.kc-wrap-columns>.kc_column>.kc-col-container {
 align-content:flex-end;
 align-items:flex-end
}
body section[data-kc-fullheight=middle-content],
body section[data-kc-fullheight=middle-content]>.kc-container,
body section[data-kc-fullheight=middle-content]>.kc-row-container {
 display:-webkit-flex;
 display:-ms-flexbox;
 display:flex;
 align-items:center;
 align-content:center
}
body section[data-kc-equalheight=true]>.kc-container .kc-wrap-columns {
 flex-wrap:wrap;
 margin-left:initial;
 margin-right:initial
}
.kc-off-notice {
 width:100%;
 padding:10px;
 text-align:left;
 background-color:#e9e385;
 color:#333;
 font-size:14px
}
.kc-off-notice a {
 text-transform:capitalize
}
@media screen and (min-width:999px) {
 .kc-row-container .kc-wrap-columns,
 .kc_row_inner {
  display:-webkit-flex;
  display:-ms-flexbox;
  display:flex;
  width:100%;
  flex-wrap:wrap
 }
 .kc-row-container.kc-container .kc-wrap-columns,
 .kc_row_inner {
  width:calc(100% + 30px)
 }
}
@media screen and (max-width:767px) {
 body.kc-css-system .kc_column,
 body.kc-css-system .kc_column_inner {
  width:100%
 }
 div.kc_row {
  display:block
 }
}
.kc_shortcode .kc-widget-title,
.kc_shortcode .kc_title {
 margin-bottom:20px
}
.kc_shortcode ul {
 margin:0;
 padding:0
}
.kc_shortcode ul li {
 list-style:none
}
.kc_shortcode h3,
.kc_shortcode h4,
.kc_shortcode h5 {
 font-size:18px;
 margin:0;
 padding:0;
 font-weight:600
}
.kc_shortcode h4 {
 font-size:16px;
 line-height:26px;
 margin-bottom:15px
}
.kc_shortcode h5 {
 font-size:16px
}
.kc_accordion_wrapper,
.kc_tabs {
 margin-bottom:24px
}
.kc_tabs .kc_tabs {
 margin-bottom:0
}
.kc_tabs {
 display:inline-block;
 width:100%
}
.kc_wrapper.ui-tabs {
 width:100%;
 display:inline-block
}
.kc_vertical_tabs>.kc_wrapper.ui-tabs {
 border:none
}
.kc_tabs.kc-tabs-slider ul.kc-tabs-slider-nav {
 margin:0
}
ul.kc-tabs-slider-nav li {
 display:inline-block;
 cursor:pointer;
 padding:8px 15px
}
ul.kc-tabs-slider-nav li.kc-title-active {
 background:#ddd
}
.kc_tabs_nav,
.nav-pills {
 line-height:45px;
 margin:0;
 padding:0
}
.kc_tabs_nav:after,
.kc_tabs_nav:before,
.nav-pills:after,
.nav-pills:before {
 display:table;
 line-height:0;
 content:""
}
.kc_tabs_nav:after,
.nav-pills:after {
 clear:both
}
.kc_tabs_nav~.kc_tab {
 overflow:hidden;
 float:left;
 width:100%;
 height:0
}
html body.kc-css-system .kc_tabs_nav~.kc_tab:not(.ui-tabs-body-active) {
 margin:0!important;
 padding:0!important
}
.kc_tabs_nav~.kc_tab.ui-tabs-body-active {
 height:inherit!important;
 background:#ddd
}
.kc_tabs_nav~.kc_tab .kc_tab_content {
 padding:30px 30px 15px
}
.kc_tabs_nav>li,
.nav-pills>li {
 float:left
}
.kc_tabs_nav>li>a,
.nav-pills>li>a {
 padding:0 30px;
 text-decoration:none;
 outline:0;
 display:block;
 line-height:50px;
 color:#6b6b6b
}
.kc_tabs>.kc_wrapper>.kc_tabs_nav {
 background:#eee;
 float:left;
 min-height:50px;
 margin:0;
 width:100%
}
.kc_tabs_nav {
 border-right:0!important;
 border-bottom:0!important;
 border-top:0!important
}
.kc_tabs_nav>li {
 list-style:none;
 border-right:1px solid #fff;
 border-left:none!important;
 border-bottom:none!important;
 margin:0;
 float:left;
 color:#333;
 box-shadow:none;
 cursor:pointer
}
.kc_tabs_nav>.ui-tabs-active>a,
.kc_tabs_nav>li:hover,
.kc_tabs_nav>li>a:hover {
 background-color:#ddd;
 color:#333
}
.kc_tabs_nav>.ui-tabs-active,
.kc_tabs_nav>.ui-tabs-active:hover,
.kc_tabs_nav>.ui-tabs-active>a,
.kc_tabs_nav>.ui-tabs-active>a:hover {
 color:#555;
 display:block
}
.kc_vertical_tabs>.kc_wrapper>ul.ui-tabs-nav {
 float:left;
 margin:0;
 padding:0;
 position:relative;
 width:25%;
 z-index:10;
 right:0
}
.kc_vertical_tabs.tabs_right>.kc_wrapper>ul.ui-tabs-nav {
 border-right:none;
 right:0;
 left:0
}
.kc_vertical_tabs>.kc_wrapper>ul.ui-tabs-nav~div.kc_tab {
 float:left;
 width:75%;
 height:0;
 overflow:hidden
}
.kc_vertical_tabs>.kc_wrapper>ul.ui-tabs-nav~div.kc_tab.ui-tabs-body-active {
 height:inherit;
 border:1px solid #ddd
}
.kc_vertical_tabs.tabs_right>.kc_wrapper>ul.ui-tabs-nav~div.kc_tab {
 list-style:none
}
.kc_vertical_tabs>.kc_wrapper>ul.ui-tabs-nav>li {
 list-style:none;
 border:1px solid #ddd
}
.kc_wrapper>ul.ui-tabs-nav>li {
 overflow:hidden
}
.kc_vertical_tabs:not(.tabs_right)>.kc_wrapper>ul.ui-tabs-nav>li {
 border-right:0!important
}
.kc_vertical_tabs.tabs_right>.kc_wrapper>ul.ui-tabs-nav>li {
 border-left:0!important
}
.kc_vertical_tabs>.kc_wrapper>ul.ui-tabs-nav>li:not(:last-child) {
 border-bottom:0!important
}
.kc_vertical_tabs>.kc_wrapper>ul.ui-tabs-nav>li.ui-tabs-active>a,
.kc_vertical_tabs>.kc_wrapper>ul.ui-tabs-nav>li.ui-tabs-active>a:hover,
.kc_vertical_tabs>.kc_wrapper>ul.ui-tabs-nav>li>a:hover {
 border:none;
 background:#f7f7f7;
 margin-left:0;
 color:#333
}
.kc_vertical_tabs>.kc_wrapper>ul.ui-tabs-nav>li>a {
 display:block;
 padding:12px 0 12px 20px;
 outline:0;
 text-decoration:none
}
.kc_vertical_tabs.tabs_right>.kc_wrapper>ul.ui-tabs-nav {
 float:right
}
.kc-video-inner iframe {
 margin-bottom:0
}
.kc_accordion_content {
 padding-bottom:0;
 border-left:1px solid #eaeaea;
 border-right:1px solid #eaeaea;
 color:#727272;
 display:none
}
.kc_accordion_content.ui-state-body-active {
 height:inherit!important
}
.kc_accordion_section>.kc_accordion_header {
 position:relative;
 cursor:pointer;
 min-height:30px;
 line-height:30px;
 font-weight:700;
 font-size:inherit;
 margin-top:0;
 margin-bottom:-1px;
 float:left;
 width:100%;
 border:1px solid #e0e0e0
}
.kc_accordion_section>.ui-state-active {
 border-bottom-left-radius:0;
 border-bottom-right-radius:0;
 margin:0
}
.kc_accordion_header>span.ui-accordion-header-icon {
 float:right;
 font-family:simple-line-icons;
 margin:17px;
 color:#aaa;
 speak:none;
 font-style:normal;
 font-weight:400;
 font-variant:normal;
 text-transform:none;
 line-height:1;
 font-size:14px;
 -webkit-font-smoothing:antialiased;
 -moz-osx-font-smoothing:grayscale
}
.kc_accordion_header>span.ui-accordion-header-icon:before {
 content:"\e604"
}
.kc-section-active .kc_accordion_header.ui-state-active>span.ui-accordion-header-icon:before {
 content:"\e607"
}
.kc_accordion_header>a {
 display:block;
 font-size:15px;
 padding:10px 15px;
 text-decoration:none;
 outline:0;
 font-weight:400;
 border:none;
 cursor:pointer
}
.kc_accordion_content .kc-panel-body {
 padding:15px;
 float:left;
 width:100%
}
body div.dark_rounded .pp_loaderIcon {
 animation:2s cubic-bezier(.63,.045,.34,1) 0s normal none infinite kc-spinner;
 display:block;
 height:50px;
 left:50%;
 margin:-25px 0 0 -25px;
 position:absolute;
 top:50%;
 width:50px;
 background:url(../images/loader.png) center center no-repeat;
 background-size:50px 50px
}
body div.dark_rounded .pp_content,
body div.dark_rounded .pp_content_container .pp_left,
body div.dark_rounded .pp_content_container .pp_right {
 background:0 0
}
body div.dark_rounded .pp_close {
 background:0 0;
 text-indent:0;
 text-align:right;
 color:#fff;
 font-size:24px
}
body div.dark_rounded .pp_close:hover {
 color:#aaa
}
body div.dark_rounded a.pp_next,
body div.dark_rounded a.pp_previous {
 position:fixed;
 -webkit-transform:translateZ(0);
 text-indent:0!important;
 top:50%;
 margin-top:-20px;
 font-size:25px;
 z-index:1000001;
 color:#fff;
 width:50px;
 height:50px;
 -webkit-backface-visibility:hidden;
 cursor:pointer
}
body div.dark_rounded a.pp_next {
 right:0;
 background:0 0
}
body div.dark_rounded a.pp_previous {
 left:25px
}
body div.dark_rounded a.pp_next:hover,
body div.dark_rounded a.pp_previous:hover {
 background:0 0;
 color:#aaa
}
body .div.dark_rounded .pp_details {
 position:relative;
 text-align:center
}
body .div.dark_rounded .pp_content_container .pp_details {
 float:left;
 margin:10px 0 2px
}
body div.dark_rounded .pp_nav {
 font-size:14px;
 margin:0 10px 0 0;
 clear:right;
 float:left
}
body .pp_nav p {
 float:left;
 margin:0 4px
}
body div.dark_rounded .pp_nav .pp_play,
body div.ppt {
 display:none!important
}
.kc_google_maps {
 position:relative;
 overflow:hidden;
 width:100%;
 min-height:100px
}
.kc_google_maps img {
 max-width:inherit;
 max-height:inherit
}
.kc_google_maps .map_popup_contact_form {
 position:absolute;
 z-index:999;
 top:0;
 overflow-y:auto;
 padding:50px 60px 0;
 height:100%;
 transform:translate(0,0);
 transition:transform .4s ease;
 -webkit-transition-property:-webkit-transform,left,right;
 -webkit-backface-visibility:hidden
}
.map_popup_contact_form input[type=text],
.map_popup_contact_form input[type=email],
.map_popup_contact_form textarea {
 width:100%;
 border:1px solid #999;
 background:0 0;
 color:#FFF
}
.map_popup_contact_form textarea {
 height:100px
}
.map_popup_contact_form p {
 margin-bottom:10px
}
.map_popup_contact_form .close {
 position:absolute;
 top:10px;
 right:10px
}
.map_popup_contact_form .wpcf7-submit {
 text-transform:uppercase;
 width:100%;
 padding:15px 0;
 box-shadow:inset 0 0 1px 0 rgba(255,255,255,1)
}
.kc_google_maps .show_contact_form {
 position:absolute;
 left:10px;
 top:110px;
 z-index:99;
 font-size:20px;
 height:33px;
 line-height:20px;
 color:#F75850;
 display:none;
 background:#FFF;
 padding:0 10px;
 border-radius:3px;
 box-shadow:0 1px 1px #BEBEBE;
 transition:all .2s ease
}
.kc_google_maps .show_contact_form i {
 margin-top:7px
}
.kc_google_maps .show_contact_form:hover {
 background:#EBEBEB;
 color:#000
}
.map_popup_contact_form.left.hidden {
 transform:translate(-100%,0)!important
}
.map_popup_contact_form.right.hidden {
 transform:translate(100%,0)!important
}
.map_popup_contact_form.right {
 float:right;
 right:0
}
.map_popup_contact_form.right+a {
 right:10px;
 float:right;
 left:auto;
 top:50px
}
.map_popup_contact_form .close {
 text-decoration:none;
 box-shadow:none;
 color:#FFF
}
.kc-fb-layout-2,
.kc-pricing-layout-1,
.kc-pricing-layout-2,
.kc-pricing-layout-4,
.kc-testi-layout-3 {
 box-shadow:0 1px 21px rgba(0,0,0,.21)
}
.map_popup_contact_form .close i {
 font-weight:100;
 font-size:25px
}
.kc_image_gallery.kc-grid {
 width:100%
}
.kc_image_gallery.kc-grid .item-grid {
 float:left;
 position:relative;
 width:25%
}
.kc_image_gallery.kc-grid .item-grid .kc-image-overlay {
 background:rgba(0,0,0,.2)
}
.kc_image_gallery.kc-grid .item-grid:hover .kc-image-overlay {
 opacity:1
}
.kc_image_gallery.kc-grid .item-grid img {
 display:block;
 max-width:100%;
 border-image-width:0
}
.kc-countdown-timer span.group,
.kc_button {
 padding:10px 20px;
 color:#FFF;
 display:inline-block
}
.kc_image_gallery.kc-grid .item-grid.grid-2 {
 width:50%
}
.kc_image_gallery.kc-grid .item-grid.grid-3 {
 width:32.7%
}
.kc_image_gallery.kc-grid .item-grid.grid-4 {
 width:25%
}
.kc_image_gallery.kc-grid.masonry .item-grid.grid-4 {
 width:24.8%
}
.kc_image_gallery.kc-grid .item-grid.grid-5 {
 width:20%
}
.kc_image_gallery.kc-grid .item-grid.grid-6 {
 width:16.66666666666666%
}
.kc-countdown-timer .countdown-style2 .timer,
.kc-countdown-timer .countdown-style2 .unit,
.kc-ui-progress-bar {
 width:100%;
 float:left
}
.kc_image_gallery {
 clear:both
}
.kc_button {
 transition:background-color .3s ease 0s,color .3s ease 0s,border-radius .3s ease 0s;
 white-space:nowrap;
 text-decoration:none;
 font-size:14px;
 background-color:#1E73BE
}
.kc-countdown-timer {
 text-align:left
}
.kc-countdown-timer span.group {
 background:#42BCE2;
 border-radius:5px;
 margin-right:10px;
 text-align:center
}
.kc-countdown-timer .group .timer {
 font-size:20px;
 font-weight:700
}
.kc-countdown-timer .countdown-style2 .group {
 padding:10px
}
@-webkit-keyframes animate-stripes {
 from {
  background-position:0 0
 }
 to {
  background-position:44px 0
 }
}
.kc_progress_bars .progress-item {
 float:left;
 width:100%;
 margin-bottom:20px
}
.kc_progress_bars div.progress-item:first-child {
 margin-top:0!important
}
.kc_progress_bars div.progress-item:last-child {
 margin-bottom:0!important
}
.kc-ui-progress-bar {
 position:relative;
 background:#e4e4e4
}
.kc-ui-progress {
 position:relative;
 display:block;
 height:10px;
 z-index:2;
 background:#42BCE2;
 overflow:initial!important
}
.kc-ui-progress-bar:after {
 background:#e4e4e4
}
.kc-ui-progress-bar2 .kc-ui-progress div.ui-label {
 margin-bottom:10px
}
.kc-ui-progress div.ui-label {
 text-transform:uppercase;
 color:#272727;
 position:absolute;
 right:0;
 margin-right:12px;
 white-space:nowrap;
 bottom:100%
}
.kc-ui-progress div.ui-label .value {
 display:block;
 color:#333
}
.kc_progress_bars .progress-item span.label {
 margin-bottom:6px;
 font-size:14px;
 padding:0;
 color:#333;
 float:left;
 font-weight:500;
 position:relative
}
.kc-ui-progress2 span.value {
 float:left;
 width:45px;
 height:26px;
 line-height:26px;
 text-align:center;
 background:rgba(0,0,0,.4);
 background-size:90%;
 border-radius:3px;
 color:#fff;
 font-size:12px
}
.kc-ui-progress2 span.value:before {
 content:'';
 position:absolute;
 left:50%;
 top:100%;
 border:4px solid transparent;
 border-top-color:rgba(0,0,0,.4);
 transform:translateX(-50%)
}
.kc-ui-progress3 div.ui-label {
 bottom:0;
 font-size:1em;
 height:100%;
 display:flex;
 align-items:center
}
.pie-chart-wrapper {
 text-align:center
}
.kc_piechart {
 display:inline-block;
 position:relative;
 text-align:center;
 width:100px
}
.kc_piechart .percent:after {
 content:"%";
 font-size:.8em;
 margin-left:.1em
}
.kc_piechart .percent {
 z-index:2;
 text-align:center;
 font-size:14px;
 display:block;
 color:#42BCE2
}
.kc_piechart .pie_chart_percent i {
 width:100%;
 font-size:14px
}
.kc_piechart .pie_chart_percent {
 z-index:2;
 top:50%;
 position:absolute;
 left:50%;
 text-align:center;
 font-size:14px;
 transform:translateX(-50%) translateY(-50%);
 -webkit-transform:translateX(-50%) translateY(-50%)
}
.kc_piechart canvas {
 left:0;
 position:absolute;
 top:0
}
.pie_chart_text {
 margin:20px 0
}
.kc-flip-container {
 perspective:1000;
 -webkit-perspective:1000;
 min-height:50px;
 float:left;
 width:100%
}
.kc-flip-container.flip .flipper,
.kc-flip-container.hover .flipper,
.kc-flip-container:hover .flipper {
 transform:rotateY(180deg);
 -webkit-transform:rotateY(180deg)
}
.kc-flip-container.flip-vertical.flip .flipper,
.kc-flip-container.flip-vertical.hover .flipper,
.kc-flip-container.flip-vertical:hover .flipper {
 transform:rotateX(180deg) rotateY(0);
 -webkit-transform:rotateX(180deg) rotateY(0)
}
.kc-flip-container .wrap-icon {
 float:left;
 width:100%
}
.kc-flip-container .front {
 background:#f7f7f7;
 border:1px solid #ebebeb
}
.kc-flip-container .front .front-content {
 float:left;
 width:100%;
 padding:30px 15px;
 text-align:center
}
.kc-flip-container .front .front-content i {
 font-size:40px;
 color:#42BCE2
}
.kc-flip-container .front .front-content h3 {
 margin:0 0 20px;
 font-size:18px;
 float:left;
 width:100%;
 color:#444;
 text-transform:uppercase
}
.kc-flip-container .front .front-content p {
 color:#666;
 float:left;
 width:100%;
 margin-bottom:20px
}
.kc-flip-container .front .front-content .button {
 background:#42BCE2;
 display:inline-block;
 color:#fff;
 border-radius:2px;
 text-transform:uppercase;
 padding:10px 16px;
 font-size:12px
}
.kc-flip-container .back {
 background:#fff;
 border:4px solid #ddd
}
.kc-flip-container .back .des {
 float:left;
 width:100%;
 padding:30px 15px;
 text-align:center;
 overflow-y:auto
}
.kc-flip-container .back .des i {
 font-size:40px;
 color:#C13740
}
.kc-flip-container .back .des h3 {
 margin:0 0 20px;
 float:left;
 width:100%;
 font-size:18px;
 color:#444;
 text-transform:uppercase
}
.kc-flip-container .back .des p {
 color:#666;
 float:left;
 width:100%;
 margin-bottom:20px
}
.kc-flip-container .back .des .button {
 background:#C13740;
 display:inline-block;
 color:#fff;
 border-radius:2px;
 text-transform:uppercase;
 padding:10px 16px;
 font-size:12px
}
.kc-flip-container .flipper {
 transition:all .6s ease;
 -webkit-transition:all .6s ease;
 transform-style:preserve-3d;
 -webkit-transform-style:preserve-3d;
 position:relative;
 height:100%;
 float:left;
 width:100%
}
.content-icon i,
.kc-feature-boxes,
.kc-feature-boxes a,
.kc-pricing-tables {
 transition:all .3s ease 0s
}
.kc-flip-container .back,
.kc-flip-container .front {
 width:100%;
 height:100%;
 backface-visibility:hidden;
 -webkit-backface-visibility:hidden;
 position:absolute;
 top:0;
 left:0
}
.kc-flip-container .front {
 z-index:2;
 transform:rotateY(0);
 -webkit-transform:rotateY(0);
 float:left;
 width:100%;
 position:relative
}
.kc-flip-container .front img {
 width:100%;
 float:left;
 max-width:100%
}
.kc-flip-container .back {
 transform:rotateY(180deg);
 -webkit-transform:rotateY(180deg)
}
.kc-flip-container.flip-vertical .back {
 transform:rotateX(180deg) rotateY(0);
 -webkit-transform:rotateX(180deg) rotateY(0)
}
.kc_wrap_instagram {
 overflow:hidden;
 clear:both
}
.kc_wrap_instagram ul {
 margin:0;
 padding-left:0
}
.kc_wrap_instagram ul li.el-end {
 margin-right:0
}
.kc_wrap_instagram ul li.el-start {
 clear:left
}
.kc-blog-posts-3,
.kc_box_wrap,
.kc_video_wrapper {
 clear:both
}
.ins_mark_low_resolution,
.ins_mark_standard_resolution,
.ins_mark_thumbnail {
 padding:25px 10px
}
.kc_wrap_instagram ul li {
 background:url(../images/loading.gif) center center no-repeat;
 float:left;
 list-style:none;
 width:100%;
 margin:0 0 10px;
 padding:0 5px
}
.kc_wrap_instagram {
 width:calc(100% + 10px);
 margin-left:-5px;
 margin-right:-5px
}
.kc_wrap_instagram ul li.loaded a {
 float:left;
 width:100%
}
.kc_wrap_instagram ul li.loaded img {
 width:100%;
 float:left
}
.kc_wrap_instagram ul li.loaded {
 background-image:none
}
.kc_ins_col_1 ul li {
 width:100%
}
.kc_ins_col_2 ul li {
 width:50%
}
.kc_ins_col_3 ul li {
 width:33.3333333333%
}
.kc_ins_col_4 ul li {
 width:25%
}
.kc_ins_col_5 ul li {
 width:20%
}
.kc_ins_col_6 ul li {
 width:16.6666666666666%
}
.kc-fb-layout-1,
.kc-fb-layout-1 .content-button,
.kc-fb-layout-1 .content-desc,
.kc-fb-layout-1 .content-icon,
.kc-fb-layout-1 .content-title,
.kc-fb-layout-2 .content-image,
.kc-fb-layout-3,
.kc-fb-layout-3 .content-desc,
.kc-fb-layout-3 .content-title,
.kc-fb-layout-4,
.kc-feature-boxes {
 width:100%;
 float:left
}
.content-icon i {
 display:inline-block
}
.kc-fb-layout-1 {
 text-align:center
}
.kc-fb-layout-1 .content-icon i {
 font-size:55px;
 color:#42BCE2;
 text-align:center
}
.kc-fb-layout-1 .content-title {
 margin:25px 0;
 font-size:20px;
 text-transform:uppercase;
 font-weight:700;
 color:#444
}
.kc-fb-layout-1 .content-desc {
 font-weight:400;
 margin-bottom:25px
}
.kc-fb-layout-1 .content-desc p {
 margin:0;
 color:rgba(86,86,86,.8)
}
.kc-fb-layout-1 .content-button a {
 display:inline-block;
 padding:7px 20px;
 text-transform:uppercase;
 background:#eee;
 color:#666;
 font-size:12px
}
.kc-fb-layout-1 .content-button a:hover {
 background:#42BCE2;
 color:#fff
}
.kc-fb-layout-2 {
 overflow:hidden;
 text-align:center
}
.kc-fb-layout-2 .content-button,
.kc-fb-layout-2 .content-desc,
.kc-fb-layout-2 .content-title {
 float:left;
 width:100%;
 padding:0 10px
}
.content-title {
 margin:25px 0 20px;
 font-size:20px;
 text-transform:uppercase;
 font-weight:700;
 color:#444
}
.content-desc {
 font-weight:400;
 margin-bottom:25px;
 color:rgba(86,86,86,.8);
 padding:0
}
.content-desc p {
 margin:0;
 color:rgba(86,86,86,.8)
}
.content-button a {
 display:inline-block;
 padding:7px 20px;
 text-transform:uppercase;
 background:#eee;
 color:#666;
 font-size:12px
}
.kc-fb-layout-2 .content-button {
 margin-bottom:30px
}
.kc-fb-layout-2 .content-button a:hover {
 background:#42BCE2;
 color:#fff
}
.kc-fb-layout-3 {
 display:-webkit-flex;
 display:flex
}
.kc-fb-layout-3 .content-icon {
 float:left
}
.kc-fb-layout-3 .content-icon i {
 font-size:29px;
 text-align:center
}
.kc-fb-layout-4 .content-position,
.kc-fb-layout-5 .content-position {
 font-size:11px;
 color:#42BCE2;
 text-transform:uppercase
}
.kc-fb-layout-3 .box-right {
 padding-left:25px
}
.kc-fb-layout-3 .content-title {
 margin:0 0 15px
}
.kc-fb-layout-4 .content-image {
 float:left;
 width:50%
}
.kc-fb-layout-4 .box-right .content-button,
.kc-fb-layout-5,
.kc-testi-layout-1,
.kc-testi-layout-2,
.kc-testi-layout-3,
.kc-testi-layout-4,
.kc-testimo .content-desc,
.kc-testimo .content-image,
.kc-testimo .content-position,
.kc-testimo .content-title {
 width:100%;
 float:left
}
.kc-fb-layout-4 .content-image img {
 float:left
}
.kc-fb-layout-4 .box-right {
 overflow:hidden;
 padding:0 0 0 20px
}
.kc-fb-layout-4 .content-title {
 margin:0 0 20px
}
.kc-fb-layout-4 .box-right .content-button a {
 float:left
}
.kc-fb-layout-5 .content-title {
 margin:0 0 15px
}
.kc-testi-layout-1 {
 text-align:center
}
.kc-testi-layout-1 .content-image img {
 border-radius:50%
}
.kc-testi-layout-1 .content-desc {
 margin:30px 0 27px
}
.kc-testi-layout-1 .content-title {
 margin:0;
 font-size:18px
}
.kc-testi-layout-1 .content-position {
 color:#999;
 font-size:11px
}
.kc-testi-layout-2 {
 background:#eee;
 padding:25px 20px 30px;
 border-radius:4px
}
.kc-testi-layout-2 .content-title {
 margin:0;
 color:#42BCE2;
 font-size:18px
}
.kc-testi-layout-2 .content-position {
 color:#999;
 font-size:11px
}
.kc-testi-layout-2 .content-desc {
 margin:15px 0 0
}
.kc-testi-layout-3 {
 text-align:center;
 padding:0 0 30px
}
.kc-testi-layout-3 .content-title {
 margin:20px 0 0;
 color:#42BCE2;
 font-size:18px;
 padding:0 15px
}
.kc-testi-layout-3 .content-position {
 color:#999;
 font-size:11px;
 padding:0 15px
}
.kc-testi-layout-3 .content-desc {
 margin:15px 0 0;
 padding:0 15px
}
.kc-testi-layout-4 .content-image {
 padding-right:20px;
 float:left;
 width:40%
}
.kc-testi-layout-4 .content-image img {
 border-radius:50%;
 float:left
}
.kc-testi-layout-4 .box-right {
 overflow:hidden
}
.kc-testi-layout-4 .content-title {
 margin:0;
 font-size:18px
}
.kc-testi-layout-4 .content-desc {
 margin-bottom:20px
}
.kc-testi-layout-4 .content-position {
 color:#42BCE2;
 font-size:11px
}
.kc-testi-layout-5 {
 float:left;
 width:100%
}
.kc-testi-layout-5 .content-image {
 padding-right:20px;
 float:left;
 width:auto;
 max-width:40%
}
.kc-testi-layout-5 .content-image img {
 border-radius:50%
}
.kc-testi-layout-5 .box-right {
 float:left
}
.kc-testi-layout-5 .content-title {
 margin:0;
 font-size:18px
}
.kc-pricing-tables {
 float:left;
 width:100%;
 overflow:hidden
}
.kc-pricing-layout-1 {
 border-radius:10px;
 overflow:hidden;
 background:#42BCE2
}
.kc-pricing-layout-1 .header-pricing {
 float:left;
 width:100%;
 line-height:1.4
}
.kc-pricing-layout-1 .header-pricing .kc-pricing-price {
 float:left;
 width:100%;
 text-align:center
}
.kc-pricing-layout-1 .kc-pricing-price .content-price {
 padding-bottom:30px
}
.kc-pricing-layout-1 .header-pricing .kc-pricing-price span {
 font-weight:400;
 color:#fff;
 font-size:28px
}
.kc-pricing-layout-1 .header-pricing .kc-pricing-price span.content-duration {
 font-size:16px;
 color:#fff
}
.kc-pricing-layout-1 .header-pricing .content-title {
 float:left;
 width:100%;
 text-align:center;
 font-size:20px;
 margin:0;
 font-weight:700;
 text-transform:uppercase;
 color:#fff;
 background:rgba(0,0,0,.1);
 padding:15px 0
}
.kc-pricing-layout-1 .content-icon-header i {
 font-size:80px;
 color:#fff;
 margin-top:30px
}
.kc-pricing-layout-1 .content-desc {
 float:left;
 width:100%;
 list-style:none;
 margin:0;
 text-align:center;
 padding:0
}
.kc-pricing-tables .content-desc li:last-child {
 margin-left:0!important;
 margin-top:0!important;
 margin-right:0!important
}
.kc-pricing-tables .content-desc li:first-child {
 margin-left:0!important;
 margin-bottom:0!important;
 margin-right:0!important
}
.kc-pricing-layout-1 .content-desc li {
 float:left;
 width:100%;
 padding:8px 0;
 font-size:14px;
 color:#173d50
}
.kc-pricing-tables .content-desc li {
 border-left:0!important;
 border-right:0!important;
 list-style:none
}
.kc-pricing-tables .content-desc li:not(:last-child) {
 border-bottom:0!important
}
.kc-pricing-layout-1 .content-desc li:nth-of-type(2n+1) {
 background:#F1F3F5
}
.kc-pricing-layout-1 .content-button {
 float:left;
 width:100%;
 text-align:center;
 background:#42BCE2
}
.kc-pricing-layout-1 .content-button a {
 display:inline-block;
 margin-top:25px;
 margin-bottom:25px;
 background:rgba(0,0,0,.1);
 color:#fff
}
.kc-pricing-layout-1 .content-button a:hover {
 background:#fff;
 color:#42BCE2
}
.kc-pricing-layout-2 .header-pricing {
 float:left;
 width:100%;
 line-height:1.4
}
.kc-pricing-layout-2 .header-pricing .kc-pricing-price {
 float:left;
 width:100%;
 text-align:center;
 border-left:0!important;
 border-right:0!important
}
.kc-pricing-layout-2 .kc-pricing-price .content-price {
 padding-bottom:30px
}
.kc-pricing-layout-2 .header-pricing .kc-pricing-price span {
 color:#42BCE2;
 font-weight:300;
 font-size:60px
}
.kc-pricing-layout-2 .header-pricing .kc-pricing-price span.content-duration {
 font-size:16px;
 color:rgba(23,61,80,.4)
}
.kc-pricing-layout-2 .header-pricing .content-title {
 float:left;
 width:100%;
 text-align:center;
 font-size:18px;
 margin:0 0 3px;
 font-weight:700;
 text-transform:uppercase;
 color:#173d50;
 padding:30px 0 0
}
.kc-pricing-layout-2 .content-desc {
 float:left;
 width:100%;
 list-style:none;
 text-align:center;
 margin:0
}
.kc-pricing-layout-2 .content-desc li {
 float:left;
 width:100%;
 padding:8px 0;
 font-size:14px;
 color:#173d50
}
.kc-pricing-layout-2 .content-desc li:nth-of-type(2n+1) {
 background:rgba(23,61,80,.06)
}
.kc-pricing-layout-2 .content-button {
 float:left;
 width:100%;
 text-align:center
}
.kc-pricing-layout-2 .content-button a {
 display:inline-block;
 margin-bottom:25px;
 margin-top:25px;
 background:#42BCE2;
 color:#fff;
 border:2px solid #42BCE2
}
.kc-pricing-layout-2 .content-button a:hover {
 background:#fff;
 color:#42BCE2
}
.kc-pricing-layout-3 {
 float:left;
 width:100%;
 line-height:1.4;
 background:#42BCE2
}
.kc-pricing-layout-3 .kc-pricing-price {
 float:left;
 width:100%;
 text-align:center;
 padding:10px 0;
 background:rgba(255,255,255,.15)
}
.kc-pricing-layout-3 .kc-pricing-price span {
 font-weight:300;
 color:#fff;
 font-size:60px
}
.kc-pricing-layout-3 .kc-pricing-price span.content-duration {
 font-size:14px
}
.kc-pricing-layout-3 .content-title {
 float:left;
 width:100%;
 text-align:center;
 font-size:30px;
 font-weight:300;
 color:#fff;
 margin:0 0 15px;
 padding:30px 0;
 background:rgba(255,255,255,.15);
 text-transform:uppercase
}
.kc-pricing-layout-3 .content-desc {
 float:left;
 width:100%;
 list-style:none;
 margin:0;
 text-align:center
}
.kc-pricing-layout-3 .content-desc li {
 float:left;
 width:100%;
 padding:8px 0;
 font-size:14px;
 color:#fff
}
.kc-pricing-layout-3 .content-button {
 float:left;
 width:100%;
 text-align:center
}
.kc-pricing-layout-3 .content-button a {
 display:inline-block;
 padding:10px 20px;
 font-size:16px;
 font-weight:300;
 margin-top:25px;
 margin-bottom:25px;
 background:rgba(255,255,255,.15);
 color:#fff
}
.kc-pricing-layout-3 .content-button a:hover {
 background:#fff;
 color:#42BCE2
}
.kc-pricing-layout-4 {
 border-radius:10px;
 overflow:hidden;
 background:#42BCE2
}
.kc-pricing-layout-4 .header-pricing {
 float:left;
 width:100%;
 line-height:1.4
}
.kc-pricing-layout-4 .header-pricing .kc-pricing-price {
 float:left;
 width:100%;
 text-align:center;
 padding-bottom:30px
}
.kc-pricing-price span {
 display:inline-block
}
.kc-pricing-layout-4 .kc-pricing-price span {
 font-weight:300;
 color:#fff;
 font-size:60px;
 display:inline-block
}
.kc-pricing-layout-4 .kc-pricing-price .content-price {
 line-height:60px;
 margin:0 5px
}
.kc-pricing-layout-4 .kc-pricing-price .content-duration {
 font-size:16px;
 color:rgba(255,255,255,.75);
 text-transform:uppercase;
 vertical-align:bottom
}
.kc-pricing-layout-4 .kc-pricing-price .content-currency {
 font-size:16px;
 vertical-align:top;
 color:rgba(255,255,255,.75)
}
.kc-pricing-layout-4 .content-title {
 float:left;
 width:100%;
 text-align:center;
 font-size:22px;
 margin:0;
 font-weight:300;
 text-transform:uppercase;
 color:#fff;
 padding:0 0 10px
}
.content-icon-header {
 float:left;
 width:100%;
 text-align:center
}
.content-icon-header i {
 display:inline-block
}
.kc-pricing-layout-4 .content-icon-header i {
 margin:30px 0;
 font-size:90px;
 text-align:center;
 color:#fff;
 background:rgba(255,255,255,.15);
 border-radius:50%;
 width:160px;
 height:160px;
 line-height:160px
}
.kc-pricing-layout-4 .content-desc {
 float:left;
 width:100%;
 list-style:none;
 margin:0;
 background:#fff;
 text-align:center
}
.kc-pricing-layout-4 .content-desc li {
 float:left;
 width:100%;
 padding:8px 0;
 font-size:14px;
 color:#173d50
}
.kc-pricing-layout-4 .content-desc li:nth-of-type(2n+1) {
 background:#F1F3F5
}
.kc-pricing-layout-4 .content-button {
 float:left;
 width:100%;
 background:#fff;
 text-align:center
}
.kc-pricing-layout-4 .content-button a {
 display:inline-block;
 background:#42BCE2;
 margin-top:25px;
 margin-bottom:25px;
 color:#fff
}
.kc_facebook_recent_post .list-posts {
 background:#e9ebee
}
.kc_facebook_recent_post .list-posts li {
 border:1px solid;
 border-color:#e5e6e9 #dfe0e4 #d0d1d5;
 background:#fff;
 border-radius:3px
}
.kc_facebook_recent_post .list-posts li:last-child {
 margin-bottom:0
}
.kc_facebook_recent_post ul li.fb_mark_cls {
 background:url(../images/fb_loading.gif) left 20px center no-repeat;
 height:60px;
 border:1px dashed #E6E6E6;
 margin-bottom:15px;
 z-index:2;
 background-size:16px
}
.fb-header .fb-line-1,
.fb-header .fb-line-2 {
 z-index:11;
 position:relative;
 width:100%;
 float:left
}
.kc_facebook_recent_post ul {
 max-height:300px;
 overflow-y:auto
}
.kc_facebook_recent_post ul li {
 border-bottom:1px solid #E6E6E6
}
.kc_facebook_recent_post .fb-post-info span {
 margin-right:15px
}
.kc_facebook_recent_post .fb-post-info a {
 font-size:12px;
 box-shadow:none;
 border-bottom:0;
 color:#7f7f7f
}
.kc_facebook_recent_post img {
 margin-bottom:10px;
 max-width:100%
}
.kc_facebook_recent_post .fb-message {
 margin:0;
 font-size:13px;
 font-weight:400;
 line-height:1.38;
 overflow:hidden
}
.kc_shortcode .fb-button-profile {
 background-color:#4e69a2;
 border-radius:2px;
 border:1px solid;
 box-shadow:0 1px 1px rgba(0,0,0,.05);
 margin-top:15px;
 display:inline-block;
 text-align:center;
 color:#FFF;
 padding:5px 20px;
 text-decoration:none
}
.kc_shortcode .fb-button-profile:active,
.kc_shortcode .fb-button-profile:hover {
 background-color:#4e69a2;
 color:#FFF;
 box-shadow:0 0 1px 2px rgba(88,144,255,.75),0 1px 1px rgba(0,0,0,.15);
 outline:0
}
.kc_shortcode .fb-button-profile:visited {
 color:#FFF
}
.kc_facebook_recent_post ul {
 border-top:0;
 padding:10px
}
.kc_facebook_recent_post ul li {
 padding:10px;
 margin-bottom:20px
}
.kc_facebook_recent_post .fb-post-info {
 margin-top:10px;
 padding-top:6px;
 border-top:1px solid #e5e5e5;
 line-height:1
}
.kc_facebook_recent_post .fb-post-infoa span {
 color:#7f7f7f;
 font-size:12px;
 font-weight:700;
 line-height:14px;
 text-transform:capitalize
}
.kc_facebook_recent_post .fb-post-infoa span:hover {
 color:#333
}
.fb-header {
 width:100%;
 height:130px;
 background-size:cover;
 position:relative
}
.fb-header .fb-line-1 {
 color:#fff;
 text-shadow:0 2px 4px rgba(0,0,0,.9)
}
.fb-header .fb-line-2 {
 display:block
}
.fb-line-1 .img-profile {
 width:54px;
 height:auto;
 margin:7px 10px 0 7px;
 border:2px solid #fff;
 float:left
}
.fb-line-1 .username {
 font-size:18px;
 font-weight:500;
 display:inline-block;
 line-height:35px;
 overflow:hidden
}
.fb-line-1 .likes {
 font-size:12px;
 line-height:1.358;
 overflow:hidden;
 display:block;
 margin-left:65px
}
.fb-line-2 .like_page,
.fb-line-2 .share_page {
 background:#f6f7f8;
 padding:0 10px;
 margin-left:10px;
 margin-top:30px;
 display:inline-block;
 font-size:12px;
 line-height:22px;
 color:#4e5665;
 border-radius:1px;
 text-shadow:0 1px 0 #fff;
 box-shadow:0 1px 1px rgba(0,0,0,.05);
 font-weight:700;
 box-sizing:content-box;
 text-align:center;
 font-family:helvetica,arial,sans-serif
}
.fb-line-2 .share_page {
 margin-right:10px;
 margin-left:inherit;
 float:right
}
.fb-line-2 .share_page i {
 font-size:13px
}
.fb-line-2 .like_page i {
 font-size:13px;
 color:#3A5897
}
.overlay {
 position:absolute;
 top:0;
 left:0;
 height:100%;
 width:100%;
 background-color:rgba(0,0,0,.5);
 z-index:10
}
.kc_wrap_twitter .button_follow_wrap {
 padding:10px 15px;
 background:#e1e8ed
}
.kc_twitter_feed .owl-item {
 text-align:center
}
.kc_twitter_feed ul li {
 margin-bottom:20px;
 padding:10px;
 border:1px solid #E6E6E6;
 border-radius:2px;
 background:#fff
}
.kc_twitter_feed ul li:last-child {
 margin-bottom:0
}
.kc_twitter_feed .kc_tweet_icon i {
 display:block;
 margin-bottom:10px
}
.kc_twitter_feed .twitter-footer {
 font-size:12px;
 font-style:italic;
 margin-top:15px
}
.kc_twitter_style-1 .twitter-footer.show_avatar {
 margin-left:58px;
 border-top:1px solid #e5e5e5;
 padding-top:10px;
 line-height:1;
 padding-bottom:6px
}
.kc_twitter_feed .twitter-footer>span {
 margin-right:25px
}
.kc_twitter_feed .twitter-footer>span a {
 color:#aab8c2
}
.kc_twitter_feed .twitter-footer>span a:hover {
 color:#1da1f2
}
.kc_twitter_feed .twitter-footer>span:last-child {
 margin-right:0
}
.kc_twitter_feed a {
 color:#02A4BC
}
.kc_twitter_feed .tweet_user a {
 position:relative;
 line-height:21px;
 color:#333;
 cursor:pointer;
 background-color:#eee;
 border-radius:3px;
 box-sizing:border-box;
 text-decoration:none;
 font-size:13px;
 font-weight:700;
 display:inline-block;
 border:1px solid #ccc;
 background-image:linear-gradient(#fff,#dedede)
}
.kc-blog-posts-2 .kc-list-item-2 .post-title-alt a:hover,
.kc-blog-posts-3 .kc-list-item-3 .entry-meta a:hover,
.kc-blog-posts-4 .kc-list-item-4 .post-meta a:hover {
 text-decoration:underline
}
.kc_twitter_feed .tweet_user a:hover {
 color:#333;
 background-color:#d9d9d9;
 background-image:linear-gradient(#f8f8f8,#d9d9d9);
 border-color:#bbb
}
.kc_twitter_feed .kc_tweet_icon {
 font-size:40px;
 display:block
}
.kc_twitter_feed .tweet_desc .user_twitter {
 width:48px;
 height:48px;
 display:inline-block;
 float:left
}
.kc_twitter_feed .description,
.kc_twitter_feed .user_twitter span {
 display:block
}
.kc_twitter_follow i {
 margin-right:5px;
 color:#1b95e0;
 font-size:20px
}
.kc_twitter_feed .kc_twitter_follow {
 line-height:25px;
 float:right;
 padding:2px 5px
}
.tweet_reply a i,
.tweet_retweet a i {
 font-size:17px
}
.kc_twitter_feed.kc_twitter_style-1 .kc_tweet_icon {
 float:left
}
.kc_twitter_feed.kc_twitter_style-1 .tweet_desc.show_avatar {
 margin-left:58px
}
.kc_twitter_feed.kc_twitter_style-1 .tweet_desc .user_twitter {
 margin-left:-58px
}
.kc_twitter_feed .user_twitter {
 text-align:left
}
.kc_twitter_feed .user_twitter img {
 float:left;
 margin-right:10px;
 border-radius:5px
}
.kc_twitter_feed .tweet_desc .name {
 font-weight:800
}
.kc_twitter_feed .tweet_desc .screen_name {
 color:#8899a6
}
.kc_twitter_feed .tweet_user {
 display:inline-block;
 width:100%;
 margin-bottom:0;
 padding-bottom:20px
}
.kc_counter_box h4,
.kc_counter_box i {
 margin-bottom:15px
}
.kc_wrap_twitter .result_twitter_feed {
 overflow-y:auto;
 padding:20px 15px;
 border:1px solid #e9eaed;
 height:350px;
 background:#F5F8FA
}
.kc_twitter_style-2 .button_follow_wrap {
 display:none
}
.kc_twitter_feed.kc_twitter_style-2 .tweet_desc .user_twitter {
 float:none;
 display:block;
 margin-right:0;
 text-align:center;
 width:100%
}
.kc_twitter_feed.kc_twitter_style-2 .tweet_desc .user_twitter img {
 margin-right:0;
 float:none
}
.kc_twitter_feed.kc_twitter_style-2.tweet_desc span {
 display:block
}
.kc_twitter_feed.kc_twitter_style-2 .tweet_desc {
 text-align:center
}
.kc_twitter_feed.kc_twitter_style-2 .tweet_user {
 text-align:center;
 margin-top:20px;
 border:none
}
.kc_twitter_feed.kc_twitter_style-2 .kc_twitter_follow {
 float:none
}
.kc-pie-chart-wrapper,
.kc_counter_box {
 text-align:center
}
.kc_counter_box .counterup {
 display:block;
 font-size:40px;
 font-weight:700;
 line-height:40px
}
.kc_counter_box i {
 display:inline-block;
 font-size:45px
}
.kc_box_wrap .one-second,
.kc_box_wrap .one-third,
.kc_box_wrap .two-third {
 float:left;
 padding-left:15px;
 padding-right:15px
}
.kc_box_wrap .one-third {
 width:33.3%
}
.kc_box_wrap .one-second {
 width:50%
}
.kc_box_wrap .two-third {
 width:66.7%
}
.kc-owl-post-carousel .owl-item {
 padding-right:20px
}
.kc-owl-post-carousel .owl-item .kc-read-more {
 font-size:13px;
 padding:9px 30px;
 border-radius:25px;
 white-space:nowrap;
 border:1px solid #e3e3e3;
 transition:all .3s ease
}
.kc-owl-post-carousel .owl-item .kc-read-more:hover {
 background:#ccc;
 border:0
}
.kc-owl-post-carousel .owl-item .footer-button {
 padding:15px 0;
 text-align:center
}
.kc-owl-post-carousel .owl-item .list-item {
 box-shadow:0 0 0 1px rgba(224,224,224,.5) inset;
 text-align:center;
 padding-bottom:25px
}
.kc-owl-post-carousel .in-post-content {
 text-align:justify
}
.kc-owl-post-carousel .owl-item .image {
 margin-bottom:20px;
 position:relative
}
.kc-owl-post-carousel .owl-item .image .caption {
 background:rgba(0,0,0,.5);
 display:block;
 position:absolute;
 left:0;
 bottom:0;
 padding:5px 10px;
 margin:0;
 width:100%;
 text-overflow:ellipsis;
 white-space:nowrap;
 overflow:hidden
}
.kc_single_image,
.kc_single_image figure {
 position:relative
}
.kc-owl-post-carousel .owl-item .image .caption a {
 color:#FFF;
 font-size:16px
}
.kc-owl-post-carousel .owl-item .title {
 overflow:hidden;
 padding:20px 12px 0
}
.kc-owl-post-carousel .owl-item .in-post-content {
 padding:0 15px
}
.kc-owl-post-carousel .owl-item .kc-entry_meta {
 margin-bottom:10px;
 font-size:80%
}
.list-post-type .list-item {
 margin-bottom:32px;
 padding-bottom:32px;
 border-bottom:1px solid #dbdbdb;
 float:left;
 width:100%
}
.list-post-type .list-item figure {
 float:left;
 width:100%;
 margin-bottom:25px
}
.list-post-type .list-item img {
 display:block;
 max-width:100%
}
.list-post-type .list-item h3 {
 float:left;
 width:100%;
 margin-bottom:6px
}
.list-post-type .list-item h3 a {
 display:block;
 color:#272727;
 font-size:24px;
 transition:all .3s ease 0s
}
.list-post-type .list-item h3 a:hover {
 color:#42BCE2
}
.kc-read-more {
 float:left;
 padding:7px 30px;
 border:1px solid #e4e4e4;
 border-radius:30px;
 font-weight:600;
 color:#505050;
 transition:all .3s ease 0s
}
.kc-read-more:hover {
 background:#42BCE2;
 border-color:#42BCE2;
 color:#fff
}
.kc-entry_meta>span {
 margin-right:13px;
 font-size:12px;
 font-weight:500
}
.kc-entry_meta>span i {
 color:#42BCE2
}
.kc-entry_meta>span a {
 color:#7a7a7a;
 transition:all .3s ease 0s
}
.kc-entry_meta>span a:hover {
 color:#42BCE2
}
.kc-carousel-images .progressBar {
 width:100%;
 background:#EDEDED
}
.kc-carousel-images .progressBar .bar {
 width:0;
 max-width:100%;
 height:4px;
 background:#7fc242
}
.kc_accordion_section.group {
 padding-bottom:8px
}
.entry-content a {
 box-shadow:none
}
.kc_accordion_content {
 border-bottom:1px solid #eaeaea;
 border-top:none!important;
 float:left;
 width:100%
}
.kc_single_image {
 max-width:100%;
 width:100%;
 line-height:0
}
.kc_single_image>a {
 width:100%;
 float:left;
 position:relative
}
.kc_single_image p {
 margin:10px 0;
 float:left;
 width:100%
}
.kc_image_empty {
 max-width:100%
}
.kc-image-overlay {
 width:100%;
 height:100%;
 position:absolute;
 top:0;
 left:0;
 transition:all .6s ease;
 opacity:0
}
.kc-image-overlay i {
 font-size:25px;
 color:#fff;
 position:absolute;
 top:50%;
 left:50%;
 transform:translateX(-50%) translateY(-50%);
 transition:all .3s ease;
 border:2px solid #fff;
 width:50px;
 height:50px;
 text-align:center;
 line-height:50px
}
.kc-image-overlay:hover i {
 border-radius:10px
}
.kc_single_image:hover .kc-image-overlay {
 background:rgba(58,52,42,.7);
 opacity:1
}
.list-post-type .kc-entry_meta span.tags-links {
 display:inline!important
}
.kc-icon-wrapper i,
.list-post-type .kc-read-more {
 display:inline-block
}
.kc-entry_meta {
 float:left;
 width:100%;
 padding-bottom:15px
}
.list-post-type .text {
 float:left;
 width:100%;
 margin-bottom:20px
}
.kc-entry_meta i {
 margin-right:5px
}
.kc-sync2.owl-carousel.owl-theme {
 margin-top:10px
}
.kc-sync2 .owl-item.synced .item img {
 border:1px solid #869791
}
.kc-carousel-no-images {
 padding:20px 0
}
.kc-icon-wrapper i {
 color:#42BCE2;
 font-size:16px;
 text-align:center;
 line-height:1em;
 transition:background-color .3s ease 0s,color .3s ease 0s,border-radius .3s ease 0s
}
.kc-multi-icons-wrapper i {
 width:1em;
 height:1em;
 text-align:center;
 color:#fff;
 font-size:20px
}
.kc-multi-icons-wrapper a {
 padding:10px;
 margin:3px;
 background:#1E73BE;
 line-height:1;
 display:inline-block;
 border-radius:3px
}
.kc-multi-icons-wrapper a:last-child {
 margin-right:0!important
}
.owl-nav-arrow.owl-theme .owl-controls .owl-buttons div {
 position:absolute;
 top:50%;
 width:40px;
 height:50px;
 margin-top:-25px;
 background:0 0;
 opacity:0;
 left:50px;
 color:transparent;
 transition:all .3s ease;
 padding:0;
 z-index:9
}
.owl-nav-arrow.owl-theme .owl-controls .owl-buttons .owl-next {
 right:50px;
 left:initial
}
.owl-nav-arrow.owl-theme .owl-controls .owl-buttons div:before {
 content:"\e605";
 color:#999;
 transition:all .6s ease;
 font-family:simple-line-icons;
 font-size:50px;
 line-height:50px;
 font-weight:100
}
.owl-nav-arrow.owl-theme .owl-controls .owl-buttons .owl-next:before {
 content:"\e606"
}
.owl-nav-arrow.owl-theme:hover .owl-controls .owl-buttons div {
 opacity:1;
 left:15px
}
.owl-nav-arrow.owl-theme .owl-controls .owl-buttons div:hover:before {
 color:#666
}
.owl-nav-arrow.owl-theme:hover .owl-controls .owl-buttons div.owl-next {
 right:15px;
 left:initial
}
.owl-nav-round.owl-theme .owl-controls .owl-buttons div {
 position:absolute;
 top:50%;
 width:40px;
 height:40px;
 margin-top:-25px;
 background:#fafafa;
 opacity:0;
 left:50px;
 color:transparent;
 transition:all .3s ease;
 padding:0;
 border:1px solid #aaa;
 border-radius:100%
}
.owl-nav-round.owl-theme .owl-controls .owl-buttons .owl-next {
 right:50px;
 left:initial
}
.owl-nav-round.owl-theme .owl-controls .owl-buttons div:before {
 content:"\e605";
 color:#999;
 transition:all .6s ease;
 font-family:simple-line-icons;
 font-size:20px;
 line-height:40px;
 font-weight:100;
 width:40px;
 height:40px;
 text-align:left;
 display:block;
 padding-left:8px;
 margin-top:-1px
}
.owl-nav-round.owl-theme .owl-controls .owl-buttons .owl-next:before {
 content:"\e606";
 padding-right:8px;
 text-align:right
}
.owl-nav-round.owl-theme:hover .owl-controls .owl-buttons div {
 opacity:1;
 left:15px
}
.owl-nav-round.owl-theme .owl-controls .owl-buttons div:hover {
 background:#FFF
}
.owl-nav-round.owl-theme .owl-controls .owl-buttons div:hover:before {
 color:#666
}
.owl-nav-round.owl-theme:hover .owl-controls .owl-buttons div.owl-next {
 right:15px;
 left:initial
}
@keyframes kc-spinner {
 0% {
  transform:scale(1) rotate(0)
 }
 100% {
  transform:scale(1) rotate(720deg)
 }
}
.kc-title-wrap {
 width:100%
}
.image_fadein_slider {
 display:inline-block;
 width:100%
}
.image_fadein_slider .image_fadein {
 display:inline-block;
 width:100%;
 position:relative
}
.image_fadein_slider img {
 position:absolute;
 top:0;
 left:0;
 max-width:100%;
 opacity:0;
 transition:all ease 650ms
}
.image_fadein_slider img.active {
 position:relative;
 opacity:1;
 transition:all ease 850ms
}
.image_fadein_slider .image_fadein.fast img {
 position:absolute;
 top:0;
 left:0;
 max-width:100%;
 opacity:0;
 transition:all ease 350ms
}
.image_fadein_slider .image_fadein.fast img.active {
 position:relative;
 opacity:1;
 transition:all ease 550ms
}
.image_fadein_slider .image_fadein.slow img {
 position:absolute;
 top:0;
 left:0;
 max-width:100%;
 opacity:0;
 transition:all ease 950ms
}
.image_fadein_slider .image_fadein.slow img.active {
 position:relative;
 opacity:1;
 transition:all ease 1.15s
}
.kc-blog-posts-4 {
 width:calc(100% + 30px)!important;
 margin-left:-15px;
 margin-right:-15px
}
.kc-blog-posts-4 .kc-list-item-4 {
 float:left;
 width:100%;
 position:relative
}
.kc-blog-posts-4 .item {
 padding:0 15px
}
.meta-title {
 position:absolute;
 left:0;
 bottom:0;
 background:linear-gradient(to bottom,rgba(101,100,96,0) 0,rgba(0,0,0,.35) 50%,rgba(0,0,0,.35) 100%);
 padding:20px
}
.kc-blog-posts-4 .kc-list-item-4 .kc-post-header {
 float:left;
 width:100%
}
.kc-blog-posts-4 .kc-list-item-4 .kc-post-header>a {
 float:left;
 width:100%;
 overflow:hidden
}
.kc-blog-posts-4 .kc-list-item-4 .kc-post-header>a img {
 display:block
}
.kc-blog-posts-4 .kc-list-item-4 .kc-post-header .post-meta a.date-link {
 margin-left:7px
}
.kc-blog-posts-4 .kc-list-item-4 .kc-post-header .post-meta a.date-link:before {
 content:'|';
 margin-right:7px
}
.kc-blog-posts-4 .kc-list-item-4 .kc-post-header a img {
 -webkit-transition:all .4s ease 0s;
 -moz-transition:all .4s ease 0s;
 -ms-transition:all .4s ease 0s;
 -o-transition:all .4s ease 0s;
 transition:all .4s ease 0s
}
.kc-blog-posts-4 .kc-list-item-4 .kc-post-header a:hover img {
 -webkit-transform:scale(1.1);
 -moz-transform:scale(1.1);
 -ms-transform:scale(1.1);
 -o-transform:scale(1.1);
 transform:scale(1.1)
}
.divider_line2 i,
.divider_line3 .line_text {
 left:50%;
 top:50%;
 transform:translate(-50%,-50%)
}
.kc-blog-posts-4 .kc-list-item-4 .post-meta {
 text-transform:uppercase;
 font-size:12px;
 color:#fff;
 float:left;
 width:100%
}
.kc-blog-posts-4 .kc-list-item-4 .post-meta a {
 text-transform:capitalize;
 font-size:12px;
 color:#fff
}
.kc-blog-posts-4 .kc-list-item-4 .kc-post-header .post-title-alt {
 float:left;
 width:100%;
 line-height:1.4;
 margin:4px 0 10px;
 font-size:18px;
 font-weight:700;
 text-transform:uppercase
}
.kc-blog-posts-4 .kc-list-item-4 .kc-post-header .post-title-alt a {
 color:#fff
}
.kc-blog-posts-4 .kc-list-item-4 .kc-post-header .post-title-alt a:hover {
 color:#42BCE2
}
.kc-blog-posts-1 .kc-list-item-1 {
 position:relative;
 min-height:200px
}
.kc-blog-posts-1 .kc-list-item-1 figure {
 width:100%;
 display:inline-block
}
.kc-blog-posts-1 .kc-list-item-1 .post-details {
 position:absolute;
 padding:40px 20px 30px;
 width:100%;
 bottom:0;
 text-align:left;
 background:rgba(255,255,255,.7)
}
.kc-blog-posts-1 .kc-list-item-1 .post-title-alt {
 margin:0 0 15px
}
.kc-blog-posts-1 .kc-list-item-1 .post-title-alt a {
 color:#000;
 display:block;
 font-size:22px;
 text-transform:uppercase
}
.kc-blog-posts-1 .kc-list-item-1 .post-title-alt a:hover {
 color:#555
}
.kc-blog-posts-1 .kc-list-item-1 .post-date {
 margin-bottom:10px;
 color:#999;
 font-size:12px;
 font-style:italic
}
.kc-blog-posts-1 .kc-list-item-1 .post-date .kc-post-author {
 margin-right:8px;
 padding-right:8px;
 border-right:1px solid #ddd
}
.kc-blog-posts-1 .kc-list-item-1 .post-date .post-cats {
 margin-left:8px;
 padding-left:8px;
 border-left:1px solid #ddd
}
.kc-blog-posts-1 .kc-list-item-1 .post-date .kc-post-author a,
.kc-blog-posts-1 .kc-list-item-1 .post-date .post-cats a {
 color:#333
}
.kc-blog-posts-1 .kc-list-item-1 .post-date .kc-post-author a:hover,
.kc-blog-posts-1 .kc-list-item-1 .post-date .post-cats a:hover {
 color:#000
}
.kc-blog-posts-1 .kc-list-item-1 .post-details .btn {
 display:inline-block;
 font-size:12px;
 padding:10px 20px;
 line-height:1;
 color:#272727;
 text-transform:uppercase;
 border:2px solid #42BCE2
}
.kc-blog-posts-1 .kc-list-item-1 .post-details .btn:hover {
 background:#42BCE2;
 color:#fff
}
.kc-blog-posts-2 .kc-list-item-2 {
 float:left;
 width:100%;
 border:1px solid #ddd;
 padding:20px;
 margin-bottom:30px
}
.kc-blog-posts-2 .kc-list-item-2 .post-item-left {
 float:left;
 width:50%;
 padding-right:30px
}
.kc-blog-posts-2 .kc-list-item-2 .post-item-left>p,
.kc-blog-posts-2 .kc-list-item-2 .post-item-right>p {
 font-size:14px;
 color:#666;
 float:left;
 width:100%;
 margin-bottom:15px
}
.kc-blog-posts-2 .kc-list-item-2 .post-item-right {
 float:left;
 width:50%
}
.kc-blog-posts-2 .kc-list-item-2 .post-title-alt {
 margin:0 0 20px;
 float:left;
 width:100%;
 font-weight:700;
 text-transform:uppercase;
 font-size:20px
}
.kc-blog-posts-2 .kc-list-item-2 .post-title-alt a {
 display:block;
 color:#333
}
.kc-blog-posts-2 .kc-list-item-2 .post-meta {
 float:left;
 width:100%;
 margin-bottom:20px;
 border-top:1px solid #e5e5e5;
 border-bottom:1px solid #e5e5e5;
 line-height:38px
}
.kc-blog-posts-2 .kc-list-item-2 .post-meta span {
 float:left;
 margin-right:15px;
 font-size:12px
}
.kc-blog-posts-2 .kc-list-item-2 .post-meta span i {
 margin-right:5px;
 color:#42BCE2;
 font-size:12px
}
.kc-blog-posts-2 .kc-list-item-2 .post-meta span a {
 color:#999
}
.kc-blog-posts-2 .kc-list-item-2 .post-meta span a:hover {
 color:#000
}
.kc-blog-posts .kc-post-2-button {
 float:left;
 padding:10px 20px;
 border:1px solid #ddd;
 border-radius:2px;
 color:#000;
 font-size:12px;
 line-height:1
}
.kc-blog-posts .kc-post-2-button:hover {
 border-color:#42BCE2;
 background:#42BCE2;
 color:#fff
}
.kc-blog-posts-3.kc-blog-grid {
 width:calc(100% + 30px);
 margin-left:-15px;
 margin-right:-15px
}
.kc-blog-posts-3.kc-blog-grid .post-grid.grid-1 {
 width:100%;
 float:left;
 padding:0 15px
}
.kc-blog-posts-3.kc-blog-grid .post-grid.grid-2 {
 width:50%;
 float:left;
 padding:0 15px
}
.kc-blog-posts-3.kc-blog-grid .post-grid.grid-3 {
 width:33.33333333333%;
 padding:0 15px;
 float:left
}
.kc-blog-posts-3.kc-blog-grid .post-grid.grid-4 {
 width:25%;
 float:left;
 padding:0 15px
}
.kc-blog-posts-3.kc-blog-grid .post-grid.grid-5 {
 width:20%;
 float:left;
 padding:0 15px
}
.kc-blog-posts-3.kc-blog-grid .post-grid.grid-6 {
 width:16.5%;
 float:left;
 padding:0 15px
}
.kc-blog-posts-3.kc-blog-grid .post-grid img {
 max-width:100%;
 transition:all .3s ease 0
}
.kc-blog-posts-3 .kc-list-item-3 {
 float:left;
 width:100%;
 margin-bottom:30px
}
.kc-blog-posts-3 .kc-list-item-3>a {
 float:left;
 width:100%
}
.kc-blog-posts-3 .kc-list-item-3>a img {
 display:block
}
.kc-blog-posts-3 .kc-list-item-3 .content {
 float:left;
 width:100%;
 padding:26px;
 box-shadow:0 1px 4px 0 rgba(0,0,0,.14)
}
.kc-button-7 a:hover,
.kc-button-9 a:hover {
 box-shadow:0 11px 3px -7px #ccc!important
}
.kc-blog-posts-3 .kc-list-item-3 .entry-thumb-link:hover img {
 opacity:.4
}
.kc-blog-posts-3 .kc-list-item-3 .entry-meta {
 text-transform:uppercase;
 font-size:12px;
 color:#b4b4b4;
 float:left;
 width:100%;
 margin:5px 0 10px
}
.kc-blog-posts-3 .kc-list-item-3 .entry-meta .entry-date,
.kc-blog-posts-3 .kc-list-item-3 .entry-meta .kc-post-author {
 padding-right:7px;
 margin-right:7px;
 border-right:1px solid #e4e4e4
}
.kc-blog-posts-3 .kc-list-item-3 .entry-meta a {
 text-transform:capitalize;
 font-size:12px;
 color:#42BCE2
}
.kc-blog-posts-3 .kc-list-item-3 .post-title-alt {
 float:left;
 width:100%;
 line-height:1.4;
 margin:0;
 font-size:18px;
 font-weight:700;
 text-transform:uppercase;
 position:relative
}
.kc-blog-posts-3 .kc-list-item-3 .post-content p {
 color:#7a7a7a;
 line-height:26px;
 font-size:14px
}
.kc-blog-posts-3 .kc-list-item-3 .post-title-alt a {
 color:#272727
}
.kc-blog-posts-3 .kc-list-item-3 .post-title-alt a:hover {
 color:#42BCE2
}
.kc-blog-posts-3 .kc-list-item-3 .entry-excerpt p {
 font-size:14px;
 color:#888
}
.divider_line {
 float:left;
 width:100%;
 margin-top:30px;
 margin-bottom:30px
}
.divider_line .divider_inner {
 display:inline-block;
 width:100%;
 border-bottom:1px solid #ccc;
 border-top:0!important;
 border-left:0!important;
 border-right:0!important
}
.divider_line2 {
 height:1px;
 position:relative
}
.divider_line2 i {
 color:#fff;
 width:27px;
 height:27px;
 border-radius:100%;
 background-color:#d3d3d3;
 text-align:center;
 vertical-align:middle;
 line-height:27px;
 position:absolute
}
.divider_line3 {
 position:relative
}
.divider_line3 .line_text {
 text-transform:uppercase;
 background:#fff;
 padding:0 10px;
 position:absolute
}
.message-boxes i {
 margin-right:7px;
 float:left
}
.message-box-wrap {
 padding:20px;
 border-radius:0;
 border:2px solid #eee;
 font-size:14px
}
.kc-close-but {
 width:10px;
 height:10px;
 float:right;
 border:none;
 margin:8px;
 cursor:pointer;
 font-size:0;
 background:url(../images/icon-remove.png) center top no-repeat;
 text-indent:-9999px
}
button.kc-close-but:hover {
 background-color:rgba(51,51,51,0)
}
.kc-filters-alignCenter {
 margin-top:30px;
 margin-bottom:30px;
 text-align:center;
 font-size:12px;
 font-weight:400;
 line-height:21px;
 color:#DADADA
}
.kc-filter-item {
 color:#949494;
 cursor:pointer;
 font:400 13px/21px "Open Sans",sans-serif;
 padding:0 12px;
 transition:all .3s ease-in-out;
 position:relative;
 overflow:visible;
 margin:0 0 10px;
 display:inline-block
}
.kc-filter-item-active.kc-filter-item {
 color:#4183d7
}
.kc-caption-zoom {
 float:left;
 position:relative;
 width:640px;
 height:360px;
 margin:0 auto;
 overflow:hidden
}
.kc-caption-defaultWrap {
 position:absolute;
 top:0;
 left:0
}
.kc-caption-defaultWrap img {
 transition:.4s ease
}
.kc-caption-zoom .kc-caption:hover .kc-caption-defaultWrap img {
 transform:scale(1.08)
}
.kc-caption-activeWrap {
 width:100%;
 z-index:2;
 height:100%
}
.kc-caption-zoom .kc-caption:hover .kc-caption-activeWrap {
 position:absolute;
 opacity:1
}
.kc-caption-activeWrap .kc-caption-body {
 padding:12px 30px;
 text-align:center
}
.kc-caption-zoom .kc-caption-activeWrap .kc-caption-body {
 padding-top:120px
}
.kc-caption-body .kc-caption-title {
 color:#fff;
 font-size:16px;
 font-weight:400;
 line-height:21px
}
.kc-caption-body .kc-caption-desc {
 color:#aaa;
 font-size:12px;
 font-weight:400;
 line-height:16px
}
.kc-caption-zoom .kc-caption-activeWrap {
 opacity:0;
 top:0;
 background-color:rgba(0,0,0,.9);
 transition:opacity .8s cubic-bezier(.19,1,.22,1)
}
.cbp-l-filters-button .cbp-filter-item:hover .cbp-filter-counter {
 bottom:125%
}
.kc_tooltip {
 position:relative;
 display:inline-block;
 border-bottom:initial
}
.kc_tooltip span {
 background:#454545;
 border-radius:3px;
 bottom:117%;
 color:#fff;
 font-size:14px;
 left:50%;
 position:absolute;
 width:200px;
 z-index:9999;
 margin:0!important;
 padding:10px;
 text-align:center;
 transform:translateX(-50%);
 transition:all .3s ease-in-out 0s;
 opacity:0;
 visibility:hidden
}
.kc_tooltip .fati17 {
 width:50px;
 height:50px;
 color:#fff;
 font-size:27px;
 display:inline-block;
 vertical-align:middle;
 line-height:50px;
 border-radius:100%;
 text-align:center;
 background-color:#181818;
 transition:all .3s ease 0s
}
.kc_tooltip[data-position=top] span:before {
 background:#454545;
 z-index:-1;
 bottom:-9px;
 content:"";
 left:50%;
 display:block;
 height:10px;
 width:10px;
 position:absolute;
 border-width:10px;
 margin-left:-9px;
 transform:rotate(45deg) translateY(-50%)
}
.kc_tooltip[data-position=right] span:before {
 background:#454545;
 z-index:-1;
 top:50%;
 margin:0!important;
 content:"";
 left:-8px;
 display:block;
 height:10px;
 width:10px;
 position:absolute;
 border-width:10px;
 transform:rotate(45deg) translateY(-50%)
}
.kc_tooltip[data-position=right] span,
.kc_tooltip[data-position=left] span {
 bottom:initial!important;
 top:50%;
 transform:translateY(-50%)
}
.kc_tooltip[data-position=bottom] span:before {
 background:#454545;
 z-index:-1;
 content:'';
 left:50%;
 margin-left:-10px;
 top:0;
 display:block;
 height:10px;
 width:10px;
 position:absolute;
 border-width:10px;
 transform:rotate(45deg) translateY(-50%)
}
.kc_tooltip[data-position=bottom] span {
 transform:translateX(-50%)
}
.kc_tooltip[data-position=left] span:before {
 background:#454545;
 top:50%;
 margin:0;
 content:" ";
 right:0;
 display:block;
 height:10px;
 width:10px;
 position:absolute;
 border-width:10px;
 transform:rotate(45deg) translateY(-50%)
}
.but_large1 {
 color:#fff;
 padding:18px 50px;
 background-color:'. $bg_color .';
 border-radius:3px;
 transition:all .3s ease;
 white-space:nowrap
}
.but_large1:hover {
 color:#fff;
 background-color:#2a363f
}
.kc_tooltip:hover span {
 opacity:1;
 visibility:visible
}
.content-button a {
 transition:all .3s ease 0s
}
.kc_tooltip.style2 img {
 display:block
}
.kc-image-hover-effects {
 position:relative;
 overflow:hidden
}
.kc-image-hover-effects>a {
 float:left;
 width:100%
}
.kc-image-hover-effects .overlay-effects {
 position:absolute;
 left:0;
 top:0;
 opacity:0;
 width:100%;
 height:100%;
 background:rgba(0,0,0,.4);
 text-align:center
}
.kc-image-hover-effects .overlay-effects,
.kc-image-hover-effects .overlay-effects .content-button a,
.kc-image-hover-effects .overlay-effects .content-desc,
.kc-image-hover-effects .overlay-effects .content-title,
.kc-image-hover-effects a img {
 transition:transform .4s cubic-bezier(.4,0,.2,1),opacity .4s
}
.kc-image-hover-effects img {
 float:left;
 max-width:100%;
 transition:all .3s ease 0s
}
.kc-image-hover-effects .overlay-effects .content-title {
 color:#fff;
 text-transform:uppercase;
 font-size:25px;
 font-weight:600;
 margin:20px 0 15px
}
.kc-image-hover-effects .overlay-effects .content-desc {
 color:rgba(255,255,255,.7)
}
.kc-img-effects-1:hover .overlay-effects {
 opacity:1
}
.kc-img-effects-1 .overlay-effects {
 display:-webkit-flex;
 display:flex;
 align-items:center;
 justify-content:center
}
.kc-img-effects-1 .overlay-effects .content-title {
 margin:0
}
.kc-img-effects-2 .overlay-effects {
 transform:scale(1.3) display: -webkit-flex;
 display:flex;
 align-items:center;
 justify-content:center;
 flex-direction:column
}
.kc-img-effects-2 .overlay-effects .content-title {
 margin:0 0 4px;
 font-size:20px
}
.kc-img-effects-2 .overlay-effects .content-desc {
 margin:0
}
.kc-img-effects-2:hover .overlay-effects {
 opacity:1;
 transform:scale(1)
}
.kc-img-effects-2:hover a img {
 transform:scale(1.2)
}
.kc-img-effects-3 .overlay-effects {
 padding:20px;
 text-align:left;
 display:-webkit-flex;
 display:flex;
 align-items:flex-end
}
.kc-img-effects-3 .overlay-effects .content-title {
 margin:0 0 7px;
 opacity:0;
 transform:translate(-40px,0)
}
.kc-img-effects-3 .overlay-effects .content-desc {
 margin:0;
 opacity:0;
 transform:translate(-40px,0);
 transition-delay:.15s
}
.kc-img-effects-3:hover .overlay-effects {
 opacity:1;
 transform:scale(1)
}
.kc-img-effects-3:hover .overlay-effects .content-desc,
.kc-img-effects-3:hover .overlay-effects .content-title {
 opacity:1;
 transform:translate(0,0)
}
.kc-img-effects-4 .overlay-effects .content-desc,
.kc-img-effects-4 .overlay-effects .content-title {
 opacity:0;
 transform:translate(0,-40px)
}
.kc-img-effects-4 .overlay-effects .content-button a {
 opacity:0
}
.kc-img-effects-4 .overlay-effects .content-desc {
 transition-delay:.2s
}
.kc-img-effects-4:hover .overlay-effects .content-desc,
.kc-img-effects-4:hover .overlay-effects .content-title {
 opacity:1;
 transform:translate(0,0)
}
.kc-img-effects-4:hover a img {
 transform:scale(1.1)
}
.kc-img-effects-4:hover .overlay-effects,
.kc-img-effects-4:hover .overlay-effects .content-button a {
 opacity:1
}
.kc-img-effects-5 .overlay-effects {
 padding:20px;
 text-align:left;
 display:-webkit-flex;
 display:flex;
 align-items:center;
 justify-content:center
}
.kc-button-7 a,
.kc-button-8 a {
 line-height:40px;
 text-align:center
}
.kc-img-effects-5 .overlay-effects i {
 width:40px;
 height:40px;
 line-height:40px;
 background:rgba(255,255,255,.8);
 color:#333;
 text-align:center;
 font-size:14px;
 border-radius:50%
}
.kc-button-1 a,
.kc-button-main a {
 border:2px solid #42BCE2;
 padding:10px 30px
}
.kc-img-effects-5:hover .overlay-effects {
 opacity:1
}
.kc-image-hover-effects.slide_bottom:hover img,
.kc-image-hover-effects.slide_left:hover img,
.kc-image-hover-effects.slide_right:hover img,
.kc-image-hover-effects.slide_top:hover img {
 transform:none
}
.kc-image-hover-effects.slide_left .overlay-effects {
 opacity:1;
 background:#333;
 transform:translateX(-100%)
}
.kc-image-hover-effects.slide_right .overlay-effects {
 opacity:1;
 background:#333;
 transform:translateX(100%)
}
.kc-image-hover-effects.slide_top .overlay-effects {
 opacity:1;
 background:#333;
 transform:translateY(-100%)
}
.kc-image-hover-effects.slide_bottom .overlay-effects {
 opacity:1;
 background:#333;
 transform:translateY(100%)
}
.kc-image-hover-effects.slide_bottom:hover .overlay-effects,
.kc-image-hover-effects.slide_left:hover .overlay-effects,
.kc-image-hover-effects.slide_right:hover .overlay-effects,
.kc-image-hover-effects.slide_top:hover .overlay-effects {
 transform:translate(0,0)
}
.kc-image-hover-effects.push_bottom .overlay-effects,
.kc-image-hover-effects.push_left .overlay-effects,
.kc-image-hover-effects.push_right .overlay-effects,
.kc-image-hover-effects.push_top .overlay-effects {
 background:#333;
 opacity:1
}
.kc-image-hover-effects.push_bottom img,
.kc-image-hover-effects.push_left img,
.kc-image-hover-effects.push_right img,
.kc-image-hover-effects.push_top img {
 z-index:2;
 position:relative
}
.kc-image-hover-effects.push_left:hover img {
 transform:translateX(100%)
}
.kc-image-hover-effects.push_right:hover img {
 transform:translateX(-100%)
}
.kc-image-hover-effects.push_top:hover img {
 transform:translateY(100%)
}
.kc-image-hover-effects.push_bottom:hover img {
 transform:translateY(-100%)
}
.kc-image-hover-effects.zoom_in img {
 transform:scale(1)
}
.kc-image-hover-effects.zoom_in:hover img,
.kc-image-hover-effects.zoom_out img {
 transform:scale(1.2)
}
.kc-image-hover-effects.zoom_out:hover img {
 transform:scale(1)
}
.kc-image-hover-effects.tranlate {
 overflow:inherit
}
.kc-image-hover-effects.tranlate .overlay-effects {
 background:#333;
 transition:all .3s ease 0s
}
.kc-image-hover-effects.tranlate:hover .overlay-effects {
 top:15px;
 left:15px
}
.kc-image-hover-effects.overlay_scale_in .overlay-effects {
 transition:all .3s ease 0s;
 background:#333;
 transform:scale(.75)
}
.kc-image-hover-effects.overlay_scale_in:hover .overlay-effects {
 transform:scale(1)
}
.kc-image-hover-effects.overlay_scale_out .overlay-effects {
 transition:all .3s ease 0s;
 background:#333;
 transform:scale(1)
}
.kc-image-hover-effects.overlay_scale_out:hover .overlay-effects {
 transform:scale(.9)
}
.kc-pro-button a {
 display:inline-block;
 transition:all .3s;
 text-transform:uppercase
}
.kc-button-2 a:after,
.kc-button-3 a:after {
 content:'';
 top:0;
 left:0;
 transition:all .3s ease 0s
}
.kc-button-main a {
 color:#fff;
 background:#42BCE2
}
.kc-button-1 a,
.kc-button-main a:active,
.kc-button-main a:hover {
 background:#fff;
 color:#42BCE2
}
.kc-button-1 a {
 z-index:1
}
.kc-button-1 a:hover {
 border-radius:10px;
 border-style:dotted;
 color:#42BCE2
}
.kc-button-2 a,
.kc-button-3 a {
 border:2px solid #42BCE2;
 padding:10px 30px
}
.kc-button-2 a {
 color:#fff;
 background:#42BCE2;
 position:relative;
 z-index:1
}
.kc-button-2 a:after {
 position:absolute;
 width:0;
 height:100%;
 background:#fff;
 z-index:-1
}
.kc-button-2 a:hover {
 color:#42BCE2
}
.kc-button-2 a:active:after,
.kc-button-2 a:hover:after {
 width:100%
}
.kc-button-3 a {
 color:#fff;
 background:#42BCE2;
 z-index:1;
 overflow:hidden;
 position:relative
}
.kc-button-3 a:after {
 position:absolute;
 width:100%;
 height:0;
 background:#fff;
 z-index:-1
}
.kc-button-3 a:hover {
 color:#42BCE2
}
.kc-button-3 a:hover:after {
 height:100%
}
.kc-button-4 a {
 border:3px solid #42BCE2;
 color:#fff;
 background:#42BCE2;
 z-index:1;
 overflow:hidden;
 position:relative;
 padding:10px 30px
}
.kc-button-4 a:after,
.kc-button-4 a:before {
 width:0;
 position:absolute;
 content:'';
 height:100%;
 top:0;
 background:#fff;
 transition:all .3s ease 0s;
 z-index:-1
}
.kc-button-4 a:after {
 left:50%
}
.kc-button-4 a:before {
 right:50%
}
.kc-button-5 a,
.kc-button-6 a {
 background:#42BCE2;
 padding:10px 30px
}
.kc-button-4 a:hover {
 color:#42BCE2
}
.kc-button-4 a:hover:after,
.kc-button-4 a:hover:before {
 width:100%
}
.kc-button-5 a {
 color:#fff
}
.kc-button-5 a:hover {
 color:#fff;
 animation-name:pulse;
 animation-duration:.5s;
 animation-timing-function:linear;
 animation-iteration-count:1
}
.creative_icon_right {
 margin:0 0 0 4px
}
.creative_icon_left,
.kc-button-6 a .creative_icon_left i {
 margin:0 4px 0 0
}
.kc-button-6 a,
.kc-button-6 a:hover {
 color:#fff
}
.kc-button-6 a .creative_icon_right i {
 margin:0 0 0 4px
}
.kc-button-6 a:hover span i {
 color:#fff;
 animation-name:bounce;
 animation-duration:.6s;
 animation-timing-function:linear
}
.kc-button-7 a {
 color:#fff;
 position:relative;
 background-color:#3fa962;
 border:1px solid rgba(255,255,255,.15);
 letter-spacing:.2px;
 min-height:40px;
 overflow:visible;
 display:inline-block;
 transition:all .25s ease-in-out;
 padding:3px 25px
}
.kc-button-10 a,
.kc-team,
.kc-team-2 .box-right,
.kc-team-3 {
 overflow:hidden
}
.kc-button-7 a:after,
.kc-button-7 a:before {
 content:"";
 display:block;
 position:absolute;
 width:20%;
 height:30%;
 transition:all .3s ease 0s
}
.kc-button-7 a:before {
 border-top:2px solid rgba(255,255,255,.8);
 border-left:2px solid rgba(255,255,255,.8);
 left:5px;
 top:5px
}
.kc-button-7 a:after {
 border-bottom:2px solid rgba(255,255,255,.8);
 border-right:2px solid rgba(255,255,255,.8);
 bottom:5px;
 right:5px
}
.kc-button-7 a i {
 margin-left:6px
}
.kc-button-7 a .creative_icon_left i {
 margin:0 6px 0 0
}
.kc-button-7 a:hover {
 color:#fff
}
.kc-button-7 a:hover:after,
.kc-button-7 a:hover:before {
 width:calc(100% - 10px);
 height:calc(100% - 10px)
}
.kc-button-8 a {
 color:#fff;
 position:relative;
 background-color:#42BCE2;
 letter-spacing:.2px;
 min-height:40px;
 display:inline-block;
 transition:all .25s ease-in-out;
 padding:8px 34px;
 border-radius:30px;
 text-transform:capitalize
}
.kc-button-8 a .creative_title,
.kc-button-8 a i,
.kc-button-9 a {
 transition:all .3s ease 0s
}
.kc-button-8 a .creative_icon_right i {
 margin:0 0 0 4px
}
.kc-button-8 a:hover .creative_icon_right i {
 margin:0 0 0 15px
}
.kc-button-8 a .creative_icon_left i {
 margin:0 4px 0 0
}
.kc-button-8 a:hover .creative_icon_left i {
 margin:0 15px 0 0
}
.kc-button-8 a:hover .creative_title,
.kc-button-8 a:hover i {
 color:#fff
}
.kc-button-9 a {
 padding:10px 30px;
 color:#fff;
 position:relative;
 background:#42BCE2;
 transform-style:preserve-3d
}
.kc-button-9 a:hover,
.kc-button-9 a:hover:before {
 transform:translateY(-5px)
}
.kc-button-9 a:before {
 pointer-events:none;
 position:absolute;
 z-index:-1;
 content:'';
 top:100%;
 left:5%;
 height:10px;
 width:90%;
 opacity:0;
 background:radial-gradient(ellipse at center,rgba(0,0,0,.35) 0,rgba(0,0,0,0) 80%);
 transition-property:transform,opacity
}
.kc-button-9 a:hover {
 color:#fff
}
.kc-button-10 a {
 padding:10px 30px;
 color:#fff;
 position:relative;
 background:#42BCE2;
 transition:all .3s ease 0s
}
.kc-button-10 a:after {
 background:#fff;
 content:"";
 height:155px;
 left:-75px;
 opacity:.2;
 position:absolute;
 top:-50px;
 transform:rotate(35deg);
 transition:all 550ms cubic-bezier(.19,1,.22,1);
 width:50px
}
.kc-team-3,
.kc-video-bg {
 position:relative
}
.kc-button-10 a:hover {
 color:#fff
}
.kc-button-10 a:hover:after {
 left:120%;
 transition:all 550ms cubic-bezier(.19,1,.22,1)
}
.kc-infobox-default {
 float:left;
 padding:60px 60px 80px;
 text-align:left;
 background-color:#fff;
 border:1px solid #eee;
 transition:all .3s ease;
 width:100%
}
.kc-infobox-default i {
 font-size:30px;
 color:#272727;
 padding-bottom:32px
}
.kc-infobox-1 h3,
.kc-infobox-default h3 {
 font-size:16px;
 font-style:normal;
 line-height:23px
}
.kc-infobox-default h3 {
 margin-bottom:20px;
 font-weight:600
}
.kc-infobox-default.active,
.kc-infobox-default:hover {
 background-color:#42BCE2;
 transition:all .3s ease
}
.kc-infobox-default.active,
.kc-infobox-default.active h5,
.kc-infobox-default.active i,
.kc-infobox-default:hover,
.kc-infobox-default:hover h5,
.kc-infobox-default:hover i {
 color:#fff
}
.kc-infobox-1 h3 {
 font-weight:700;
 text-align:left;
 text-transform:uppercase;
 margin-bottom:12px;
 display:inline-block
}
.kc-infobox-1 i {
 color:#42BCE2;
 font-size:22px;
 padding-right:16px;
 padding-top:2px;
 float:left
}
.kc-infobox-1 p {
 float:left;
 margin:8px 0 16px;
 width:100%
}
.kc-infobox-1 .kc-infobox-button1 {
 color:#272727;
 font-size:12px;
 font-weight:400;
 text-transform:uppercase;
 transition:all .3s ease;
 float:left
}
.kc-infobox-1 .kc-infobox-button1:hover {
 color:#727272
}
.kc-dropcaps .dropcaps-text {
 position:relative;
 display:inline-block;
 float:left;
 height:45px;
 width:45px;
 line-height:45px;
 font-size:40px;
 background:#42BCE2;
 color:#fff;
 font-weight:700;
 text-align:center;
 margin:5px 18px 0 0
}
.kc-call-to-action {
 background:#fafafa;
 padding:30px 50px;
 display:table;
 width:100%
}
.kc-call-to-action .kc-cta-desc h2,
.kc-call-to-action .kc-cta-text {
 margin:0 0 20px
}
.kc-call-to-action .kc-cta-button a {
 background:#34495e;
 text-transform:uppercase;
 color:#fff;
 float:right;
 padding:10px 25px;
 transition:all .3s ease 0s
}
.kc-call-to-action .kc-cta-button a:hover {
 background-color:#ff2a40
}
.kc-call-to-action.kc-cta-2 .kc-cta-button a {
 float:none;
 display:inline-block
}
.kc-cta-3.kc-is-button .kc-cta-desc {
 width:75%;
 display:table-cell;
 vertical-align:middle
}
.kc-cta-3 .kc-cta-text p {
 margin:0
}
.kc-cta-3 .kc-cta-button {
 width:25%;
 display:table-cell;
 vertical-align:middle
}
.kc-cta-1,
.kc-cta-2,
.kc-image-hover-effects,
.kc-team {
 width:100%;
 float:left
}
.kc-cta-3 .kc-cta-button a {
 display:inline-block
}
.kc-cta-1 .kc-cta-button {
 float:left
}
.kc-cta-1 .kc-cta-button a {
 display:block
}
.kc-cta-2 {
 text-align:center
}
.kc-team {
 text-align:center;
 transition:all .3s ease 0s
}
.kc-team .content-socials a {
 text-align:center;
 display:inline-block;
 margin:0 5px 25px;
 width:35px;
 height:35px;
 font-size:18px;
 color:#fff;
 border:1px solid #42BCE2;
 background-color:#42BCE2;
 border-radius:2px;
 line-height:35px
}
.kc-team .content-socials {
 float:left;
 width:100%
}
.kc-team.kc-team-3 .content-socials {
 margin-top:25px
}
.content-subtitle {
 float:left;
 width:100%
}
.kc-team .content-desc {
 margin:0 0 20px;
 float:left;
 width:100%
}
.kc-team-2 {
 text-align:left
}
.kc-team-2 .content-title {
 margin:0;
 float:left;
 width:100%
}
.kc-team-2 .content-image {
 float:left;
 max-width:35%;
 padding-right:20px
}
.kc-team-3 .content-image img {
 float:left
}
.kc-team-2 .content-desc {
 margin:13px 0 20px
}
.kc-team-3:hover .overlay {
 transform:translateY(0);
 opacity:1
}
.kc-team-3 .overlay {
 width:100%;
 height:100%;
 padding-top:30px;
 opacity:0;
 transition:all .3s ease 0s;
 transform:translateY(100%);
 background:rgba(0,0,0,.4)
}
.kc-team-3 .content-subtitle,
.kc-team-3 .content-title {
 color:#fff
}
.kc-team-3 .content-desc {
 margin:0 0 25px;
 color:rgba(255,255,255,.8)
}
@media only screen and (max-width:479px) {
 .kc-blog-posts-2 .kc-list-item-2 .post-item-left,
 .kc-blog-posts-2 .kc-list-item-2 .post-item-right,
 .kc-blog-posts-3.kc-blog-grid .post-grid.grid-2,
 .kc-blog-posts-3.kc-blog-grid .post-grid.grid-3,
 .kc-blog-posts-3.kc-blog-grid .post-grid.grid-4 {
  width:100%
 }
 div.dark_rounded .pp_content_container .pp_left,
 div.dark_rounded .pp_content_container .pp_right {
  padding:0
 }
 div.pp_pic_holder {
  width:85%!important;
  left:7.5%!important
 }
 div.dark_rounded .pp_content,
 div.pp_pic_holder img {
  width:100%!important;
  height:auto!important
 }
}
@media only screen and (min-width:480px) and (max-width:999px) {
 .kc-blog-posts-2 .kc-list-item-2 .post-item-left,
 .kc-blog-posts-2 .kc-list-item-2 .post-item-right,
 .kc-blog-posts-3.kc-blog-grid .post-grid.grid-2,
 .kc-blog-posts-3.kc-blog-grid .post-grid.grid-3,
 .kc-blog-posts-3.kc-blog-grid .post-grid.grid-4 {
  width:50%
 }
}