@import url('https://fonts.googleapis.com/css?family=Roboto|Roboto+Condensed');
/* Slider */
.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}
.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.slick-list:focus {
	outline: none;
}
.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}
.slick-slider .slick-track, .slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
}
.slick-track:before, .slick-track:after {
	display: table;
	content: '';
}
.slick-track:after {
	clear: both;
}
.slick-loading .slick-track {
	visibility: hidden;
}
.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}
[dir='rtl'] .slick-slide {
	float: right;
}
.slick-slide img {
	display: block;
}
.slick-slide.slick-loading img {
	display: none;
}
.slick-slide.dragging img {
	pointer-events: none;
}
.slick-initialized .slick-slide {
	display: block;
}
.slick-loading .slick-slide {
	visibility: hidden;
}
.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
	display: none;
}
/************************************************************************/
/************************************************************************/
/************************************************************************/

/*!
 * SlickNav Responsive Mobile Menu v1.0.10
 * (c) 2016 Josh Cope
 * licensed under MIT
 */
.slicknav_btn {
	position: relative;
	display: block;
	vertical-align: middle;
	float: right;
	padding: 0.438em 0.625em 0.438em 0.625em;
	line-height: 1.125em;
	cursor: pointer;
}
.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
	margin-top: 0.188em;
}
.slicknav_menu {
 *zoom: 1;
	display: none;
}
.slicknav_menu:hover .slicknav_menutxt {
	color: #FF7;
}
.slicknav_menu:hover .slicknav_icon-bar {
	background: #FF7;
}
.slicknav_menu .slicknav_menutxt {
	display: block;
	line-height: 1.188em;
	float: left;
}
.slicknav_menu .slicknav_icon {
	float: left;
	width: 1.125em;
	height: 0.875em;
	margin: 0.188em 0 0 0.438em;
}
.slicknav_menu .slicknav_icon:before {
	background: transparent;
	width: 1.125em;
	height: 0.875em;
	display: block;
	content: "";
	position: absolute;
}
.slicknav_menu .slicknav_no-text {
	margin: 0;
}
.slicknav_menu .slicknav_icon-bar {
	display: block;
	width: 1.125em;
	height: 0.125em;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
}
.slicknav_menu:before {
	content: " ";
	display: table;
}
.slicknav_menu:after {
	content: " ";
	display: table;
	clear: both;
}
.slicknav_nav {
	clear: both;
}
.slicknav_nav ul {
	display: block;
}
.slicknav_nav li {
	display: block;
}
.slicknav_nav .slicknav_arrow {
	font-size: 0.8em;
	margin: 0 0 0 0.4em;
}
.slicknav_nav .slicknav_item {
	cursor: pointer;
}
.slicknav_nav .slicknav_item a {
	display: inline;
}
.slicknav_nav .slicknav_row {
	display: block;
}
.slicknav_nav a {
	display: block;
}
.slicknav_nav .slicknav_parent-link a {
	display: inline;
}
.slicknav_brand {
	float: left;
}
.slicknav_menu {
	font-size: 16px;
	padding: 5px;
}
.slicknav_menu * {
	box-sizing: border-box;
}
.slicknav_menu .slicknav_menutxt {
	color: #fff;
}
.slicknav_menu .slicknav_icon-bar {
	background-color: #fff;
}
.slicknav_btn {
	margin: 0 5px 5px 0;
	text-decoration: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: #333;
}
.slicknav_nav {
	color: #fff;
	margin: 0;
	padding: 0;
	font-size: 0.875em;
	list-style: none;
	overflow: hidden;
}
.slicknav_nav ul {
	list-style: none;
	overflow: hidden;
	padding: 0;
	margin: 0 0 0 20px;
}
.slicknav_nav .slicknav_row {
	padding: 5px 10px;
	margin: 2px 5px;
}
.slicknav_nav .slicknav_row:hover {
	color: #FF7;
}
.slicknav_nav a {
	padding: 5px 10px;
	margin: 2px 5px;
	text-decoration: none;
	color: #fff;
}
.slicknav_nav a:hover {
	color: #FF7;
}
.slicknav_nav .slicknav_txtnode {
	margin-left: 15px;
}
.slicknav_nav .slicknav_item a {
	padding: 0;
	margin: 0;
}
.slicknav_nav .slicknav_parent-link a {
	padding: 0;
	margin: 0;
}
.slicknav_brand {
	color: #fff;
	font-size: 18px;
	line-height: 30px;
	padding: 7px 12px;
	height: 44px;
}
/*************************************************************************
/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 ***************************************************************************/

.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.animated.infinite {
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}
.animated.hinge {
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
}
.animated.flipOutX, .animated.flipOutY, .animated.bounceIn, .animated.bounceOut {
	-webkit-animation-duration: .75s;
	animation-duration: .75s;
}
 @-webkit-keyframes bounce {
 from, 20%, 53%, 80%, to {
 -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
 animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0);
}
 40%, 43% {
 -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
 animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
 -webkit-transform: translate3d(0, -30px, 0);
 transform: translate3d(0, -30px, 0);
}
 70% {
 -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
 animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
 -webkit-transform: translate3d(0, -15px, 0);
 transform: translate3d(0, -15px, 0);
}
 90% {
 -webkit-transform: translate3d(0, -4px, 0);
 transform: translate3d(0, -4px, 0);
}
}
 @keyframes bounce {
 from, 20%, 53%, 80%, to {
 -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
 animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0);
}
 40%, 43% {
 -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
 animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
 -webkit-transform: translate3d(0, -30px, 0);
 transform: translate3d(0, -30px, 0);
}
 70% {
 -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
 animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
 -webkit-transform: translate3d(0, -15px, 0);
 transform: translate3d(0, -15px, 0);
}
 90% {
 -webkit-transform: translate3d(0, -4px, 0);
 transform: translate3d(0, -4px, 0);
}
}
.bounce {
	-webkit-animation-name: bounce;
	animation-name: bounce;
	-webkit-transform-origin: center bottom;
	transform-origin: center bottom;
}
 @-webkit-keyframes flash {
 from, 50%, to {
 opacity: 1;
}
 25%, 75% {
 opacity: 0;
}
}
 @keyframes flash {
 from, 50%, to {
 opacity: 1;
}
 25%, 75% {
 opacity: 0;
}
}
.flash {
	-webkit-animation-name: flash;
	animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes pulse {
 from {
 -webkit-transform: scale3d(1, 1, 1);
 transform: scale3d(1, 1, 1);
}
 50% {
 -webkit-transform: scale3d(1.05, 1.05, 1.05);
 transform: scale3d(1.05, 1.05, 1.05);
}
 to {
 -webkit-transform: scale3d(1, 1, 1);
 transform: scale3d(1, 1, 1);
}
}
 @keyframes pulse {
 from {
 -webkit-transform: scale3d(1, 1, 1);
 transform: scale3d(1, 1, 1);
}
 50% {
 -webkit-transform: scale3d(1.05, 1.05, 1.05);
 transform: scale3d(1.05, 1.05, 1.05);
}
 to {
 -webkit-transform: scale3d(1, 1, 1);
 transform: scale3d(1, 1, 1);
}
}
.pulse {
	-webkit-animation-name: pulse;
	animation-name: pulse;
}
 @-webkit-keyframes rubberBand {
 from {
 -webkit-transform: scale3d(1, 1, 1);
 transform: scale3d(1, 1, 1);
}
 30% {
 -webkit-transform: scale3d(1.25, 0.75, 1);
 transform: scale3d(1.25, 0.75, 1);
}
 40% {
 -webkit-transform: scale3d(0.75, 1.25, 1);
 transform: scale3d(0.75, 1.25, 1);
}
 50% {
 -webkit-transform: scale3d(1.15, 0.85, 1);
 transform: scale3d(1.15, 0.85, 1);
}
 65% {
 -webkit-transform: scale3d(.95, 1.05, 1);
 transform: scale3d(.95, 1.05, 1);
}
 75% {
 -webkit-transform: scale3d(1.05, .95, 1);
 transform: scale3d(1.05, .95, 1);
}
 to {
 -webkit-transform: scale3d(1, 1, 1);
 transform: scale3d(1, 1, 1);
}
}
 @keyframes rubberBand {
 from {
 -webkit-transform: scale3d(1, 1, 1);
 transform: scale3d(1, 1, 1);
}
 30% {
 -webkit-transform: scale3d(1.25, 0.75, 1);
 transform: scale3d(1.25, 0.75, 1);
}
 40% {
 -webkit-transform: scale3d(0.75, 1.25, 1);
 transform: scale3d(0.75, 1.25, 1);
}
 50% {
 -webkit-transform: scale3d(1.15, 0.85, 1);
 transform: scale3d(1.15, 0.85, 1);
}
 65% {
 -webkit-transform: scale3d(.95, 1.05, 1);
 transform: scale3d(.95, 1.05, 1);
}
 75% {
 -webkit-transform: scale3d(1.05, .95, 1);
 transform: scale3d(1.05, .95, 1);
}
 to {
 -webkit-transform: scale3d(1, 1, 1);
 transform: scale3d(1, 1, 1);
}
}
.rubberBand {
	-webkit-animation-name: rubberBand;
	animation-name: rubberBand;
}
 @-webkit-keyframes shake {
 from, to {
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0);
}
 10%, 30%, 50%, 70%, 90% {
 -webkit-transform: translate3d(-10px, 0, 0);
 transform: translate3d(-10px, 0, 0);
}
 20%, 40%, 60%, 80% {
 -webkit-transform: translate3d(10px, 0, 0);
 transform: translate3d(10px, 0, 0);
}
}
 @keyframes shake {
 from, to {
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0);
}
 10%, 30%, 50%, 70%, 90% {
 -webkit-transform: translate3d(-10px, 0, 0);
 transform: translate3d(-10px, 0, 0);
}
 20%, 40%, 60%, 80% {
 -webkit-transform: translate3d(10px, 0, 0);
 transform: translate3d(10px, 0, 0);
}
}
.shake {
	-webkit-animation-name: shake;
	animation-name: shake;
}
 @-webkit-keyframes headShake {
 0% {
 -webkit-transform: translateX(0);
 transform: translateX(0);
}
 6.5% {
 -webkit-transform: translateX(-6px) rotateY(-9deg);
 transform: translateX(-6px) rotateY(-9deg);
}
 18.5% {
 -webkit-transform: translateX(5px) rotateY(7deg);
 transform: translateX(5px) rotateY(7deg);
}
 31.5% {
 -webkit-transform: translateX(-3px) rotateY(-5deg);
 transform: translateX(-3px) rotateY(-5deg);
}
 43.5% {
 -webkit-transform: translateX(2px) rotateY(3deg);
 transform: translateX(2px) rotateY(3deg);
}
 50% {
 -webkit-transform: translateX(0);
 transform: translateX(0);
}
}
 @keyframes headShake {
 0% {
 -webkit-transform: translateX(0);
 transform: translateX(0);
}
 6.5% {
 -webkit-transform: translateX(-6px) rotateY(-9deg);
 transform: translateX(-6px) rotateY(-9deg);
}
 18.5% {
 -webkit-transform: translateX(5px) rotateY(7deg);
 transform: translateX(5px) rotateY(7deg);
}
 31.5% {
 -webkit-transform: translateX(-3px) rotateY(-5deg);
 transform: translateX(-3px) rotateY(-5deg);
}
 43.5% {
 -webkit-transform: translateX(2px) rotateY(3deg);
 transform: translateX(2px) rotateY(3deg);
}
 50% {
 -webkit-transform: translateX(0);
 transform: translateX(0);
}
}
.headShake {
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-name: headShake;
	animation-name: headShake;
}
 @-webkit-keyframes swing {
 20% {
 -webkit-transform: rotate3d(0, 0, 1, 15deg);
 transform: rotate3d(0, 0, 1, 15deg);
}
 40% {
 -webkit-transform: rotate3d(0, 0, 1, -10deg);
 transform: rotate3d(0, 0, 1, -10deg);
}
 60% {
 -webkit-transform: rotate3d(0, 0, 1, 5deg);
 transform: rotate3d(0, 0, 1, 5deg);
}
 80% {
 -webkit-transform: rotate3d(0, 0, 1, -5deg);
 transform: rotate3d(0, 0, 1, -5deg);
}
 to {
 -webkit-transform: rotate3d(0, 0, 1, 0deg);
 transform: rotate3d(0, 0, 1, 0deg);
}
}
 @keyframes swing {
 20% {
 -webkit-transform: rotate3d(0, 0, 1, 15deg);
 transform: rotate3d(0, 0, 1, 15deg);
}
 40% {
 -webkit-transform: rotate3d(0, 0, 1, -10deg);
 transform: rotate3d(0, 0, 1, -10deg);
}
 60% {
 -webkit-transform: rotate3d(0, 0, 1, 5deg);
 transform: rotate3d(0, 0, 1, 5deg);
}
 80% {
 -webkit-transform: rotate3d(0, 0, 1, -5deg);
 transform: rotate3d(0, 0, 1, -5deg);
}
 to {
 -webkit-transform: rotate3d(0, 0, 1, 0deg);
 transform: rotate3d(0, 0, 1, 0deg);
}
}
.swing {
	-webkit-transform-origin: top center;
	transform-origin: top center;
	-webkit-animation-name: swing;
	animation-name: swing;
}
 @-webkit-keyframes tada {
 from {
 -webkit-transform: scale3d(1, 1, 1);
 transform: scale3d(1, 1, 1);
}
 10%, 20% {
 -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
 transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
}
 30%, 50%, 70%, 90% {
 -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
 transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
}
 40%, 60%, 80% {
 -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
 transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
}
 to {
 -webkit-transform: scale3d(1, 1, 1);
 transform: scale3d(1, 1, 1);
}
}
 @keyframes tada {
 from {
 -webkit-transform: scale3d(1, 1, 1);
 transform: scale3d(1, 1, 1);
}
 10%, 20% {
 -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
 transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
}
 30%, 50%, 70%, 90% {
 -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
 transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
}
 40%, 60%, 80% {
 -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
 transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
}
 to {
 -webkit-transform: scale3d(1, 1, 1);
 transform: scale3d(1, 1, 1);
}
}
.tada {
	-webkit-animation-name: tada;
	animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble {
 from {
 -webkit-transform: none;
 transform: none;
}
 15% {
 -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
 transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
}
 30% {
 -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
 transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
}
 45% {
 -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
 transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
}
 60% {
 -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
 transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
}
 75% {
 -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
 transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
}
 to {
 -webkit-transform: none;
 transform: none;
}
}
 @keyframes wobble {
 from {
 -webkit-transform: none;
 transform: none;
}
 15% {
 -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
 transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
}
 30% {
 -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
 transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
}
 45% {
 -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
 transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
}
 60% {
 -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
 transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
}
 75% {
 -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
 transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
}
 to {
 -webkit-transform: none;
 transform: none;
}
}
.wobble {
	-webkit-animation-name: wobble;
	animation-name: wobble;
}
 @-webkit-keyframes jello {
 from, 11.1%, to {
 -webkit-transform: none;
 transform: none;
}
 22.2% {
 -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
 transform: skewX(-12.5deg) skewY(-12.5deg);
}
 33.3% {
 -webkit-transform: skewX(6.25deg) skewY(6.25deg);
 transform: skewX(6.25deg) skewY(6.25deg);
}
 44.4% {
 -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
 transform: skewX(-3.125deg) skewY(-3.125deg);
}
 55.5% {
 -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
 transform: skewX(1.5625deg) skewY(1.5625deg);
}
 66.6% {
 -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
 transform: skewX(-0.78125deg) skewY(-0.78125deg);
}
 77.7% {
 -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
 transform: skewX(0.390625deg) skewY(0.390625deg);
}
 88.8% {
 -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
 transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
}
}
 @keyframes jello {
 from, 11.1%, to {
 -webkit-transform: none;
 transform: none;
}
 22.2% {
 -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
 transform: skewX(-12.5deg) skewY(-12.5deg);
}
 33.3% {
 -webkit-transform: skewX(6.25deg) skewY(6.25deg);
 transform: skewX(6.25deg) skewY(6.25deg);
}
 44.4% {
 -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
 transform: skewX(-3.125deg) skewY(-3.125deg);
}
 55.5% {
 -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
 transform: skewX(1.5625deg) skewY(1.5625deg);
}
 66.6% {
 -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
 transform: skewX(-0.78125deg) skewY(-0.78125deg);
}
 77.7% {
 -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
 transform: skewX(0.390625deg) skewY(0.390625deg);
}
 88.8% {
 -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
 transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
}
}
.jello {
	-webkit-animation-name: jello;
	animation-name: jello;
	-webkit-transform-origin: center;
	transform-origin: center;
}
 @-webkit-keyframes bounceIn {
 from, 20%, 40%, 60%, 80%, to {
 -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
 animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
 0% {
 opacity: 0;
 -webkit-transform: scale3d(.3, .3, .3);
 transform: scale3d(.3, .3, .3);
}
 20% {
 -webkit-transform: scale3d(1.1, 1.1, 1.1);
 transform: scale3d(1.1, 1.1, 1.1);
}
 40% {
 -webkit-transform: scale3d(.9, .9, .9);
 transform: scale3d(.9, .9, .9);
}
 60% {
 opacity: 1;
 -webkit-transform: scale3d(1.03, 1.03, 1.03);
 transform: scale3d(1.03, 1.03, 1.03);
}
 80% {
 -webkit-transform: scale3d(.97, .97, .97);
 transform: scale3d(.97, .97, .97);
}
 to {
 opacity: 1;
 -webkit-transform: scale3d(1, 1, 1);
 transform: scale3d(1, 1, 1);
}
}
 @keyframes bounceIn {
 from, 20%, 40%, 60%, 80%, to {
 -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
 animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
 0% {
 opacity: 0;
 -webkit-transform: scale3d(.3, .3, .3);
 transform: scale3d(.3, .3, .3);
}
 20% {
 -webkit-transform: scale3d(1.1, 1.1, 1.1);
 transform: scale3d(1.1, 1.1, 1.1);
}
 40% {
 -webkit-transform: scale3d(.9, .9, .9);
 transform: scale3d(.9, .9, .9);
}
 60% {
 opacity: 1;
 -webkit-transform: scale3d(1.03, 1.03, 1.03);
 transform: scale3d(1.03, 1.03, 1.03);
}
 80% {
 -webkit-transform: scale3d(.97, .97, .97);
 transform: scale3d(.97, .97, .97);
}
 to {
 opacity: 1;
 -webkit-transform: scale3d(1, 1, 1);
 transform: scale3d(1, 1, 1);
}
}
.bounceIn {
	-webkit-animation-name: bounceIn;
	animation-name: bounceIn;
}
 @-webkit-keyframes bounceInDown {
 from, 60%, 75%, 90%, to {
 -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
 animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
 0% {
 opacity: 0;
 -webkit-transform: translate3d(0, -3000px, 0);
 transform: translate3d(0, -3000px, 0);
}
 60% {
 opacity: 1;
 -webkit-transform: translate3d(0, 25px, 0);
 transform: translate3d(0, 25px, 0);
}
 75% {
 -webkit-transform: translate3d(0, -10px, 0);
 transform: translate3d(0, -10px, 0);
}
 90% {
 -webkit-transform: translate3d(0, 5px, 0);
 transform: translate3d(0, 5px, 0);
}
 to {
 -webkit-transform: none;
 transform: none;
}
}
 @keyframes bounceInDown {
 from, 60%, 75%, 90%, to {
 -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
 animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
 0% {
 opacity: 0;
 -webkit-transform: translate3d(0, -3000px, 0);
 transform: translate3d(0, -3000px, 0);
}
 60% {
 opacity: 1;
 -webkit-transform: translate3d(0, 25px, 0);
 transform: translate3d(0, 25px, 0);
}
 75% {
 -webkit-transform: translate3d(0, -10px, 0);
 transform: translate3d(0, -10px, 0);
}
 90% {
 -webkit-transform: translate3d(0, 5px, 0);
 transform: translate3d(0, 5px, 0);
}
 to {
 -webkit-transform: none;
 transform: none;
}
}
.bounceInDown {
	-webkit-animation-name: bounceInDown;
	animation-name: bounceInDown;
}
 @-webkit-keyframes bounceInLeft {
 from, 60%, 75%, 90%, to {
 -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
 animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
 0% {
 opacity: 0;
 -webkit-transform: translate3d(-3000px, 0, 0);
 transform: translate3d(-3000px, 0, 0);
}
 60% {
 opacity: 1;
 -webkit-transform: translate3d(25px, 0, 0);
 transform: translate3d(25px, 0, 0);
}
 75% {
 -webkit-transform: translate3d(-10px, 0, 0);
 transform: translate3d(-10px, 0, 0);
}
 90% {
 -webkit-transform: translate3d(5px, 0, 0);
 transform: translate3d(5px, 0, 0);
}
 to {
 -webkit-transform: none;
 transform: none;
}
}
 @keyframes bounceInLeft {
 from, 60%, 75%, 90%, to {
 -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
 animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
 0% {
 opacity: 0;
 -webkit-transform: translate3d(-3000px, 0, 0);
 transform: translate3d(-3000px, 0, 0);
}
 60% {
 opacity: 1;
 -webkit-transform: translate3d(25px, 0, 0);
 transform: translate3d(25px, 0, 0);
}
 75% {
 -webkit-transform: translate3d(-10px, 0, 0);
 transform: translate3d(-10px, 0, 0);
}
 90% {
 -webkit-transform: translate3d(5px, 0, 0);
 transform: translate3d(5px, 0, 0);
}
 to {
 -webkit-transform: none;
 transform: none;
}
}
.bounceInLeft {
	-webkit-animation-name: bounceInLeft;
	animation-name: bounceInLeft;
}
 @-webkit-keyframes bounceInRight {
 from, 60%, 75%, 90%, to {
 -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
 animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
 from {
 opacity: 0;
 -webkit-transform: translate3d(3000px, 0, 0);
 transform: translate3d(3000px, 0, 0);
}
 60% {
 opacity: 1;
 -webkit-transform: translate3d(-25px, 0, 0);
 transform: translate3d(-25px, 0, 0);
}
 75% {
 -webkit-transform: translate3d(10px, 0, 0);
 transform: translate3d(10px, 0, 0);
}
 90% {
 -webkit-transform: translate3d(-5px, 0, 0);
 transform: translate3d(-5px, 0, 0);
}
 to {
 -webkit-transform: none;
 transform: none;
}
}
 @keyframes bounceInRight {
 from, 60%, 75%, 90%, to {
 -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
 animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
 from {
 opacity: 0;
 -webkit-transform: translate3d(3000px, 0, 0);
 transform: translate3d(3000px, 0, 0);
}
 60% {
 opacity: 1;
 -webkit-transform: translate3d(-25px, 0, 0);
 transform: translate3d(-25px, 0, 0);
}
 75% {
 -webkit-transform: translate3d(10px, 0, 0);
 transform: translate3d(10px, 0, 0);
}
 90% {
 -webkit-transform: translate3d(-5px, 0, 0);
 transform: translate3d(-5px, 0, 0);
}
 to {
 -webkit-transform: none;
 transform: none;
}
}
.bounceInRight {
	-webkit-animation-name: bounceInRight;
	animation-name: bounceInRight;
}
 @-webkit-keyframes bounceInUp {
 from, 60%, 75%, 90%, to {
 -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
 animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
 from {
 opacity: 0;
 -webkit-transform: translate3d(0, 3000px, 0);
 transform: translate3d(0, 3000px, 0);
}
 60% {
 opacity: 1;
 -webkit-transform: translate3d(0, -20px, 0);
 transform: translate3d(0, -20px, 0);
}
 75% {
 -webkit-transform: translate3d(0, 10px, 0);
 transform: translate3d(0, 10px, 0);
}
 90% {
 -webkit-transform: translate3d(0, -5px, 0);
 transform: translate3d(0, -5px, 0);
}
 to {
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0);
}
}
 @keyframes bounceInUp {
 from, 60%, 75%, 90%, to {
 -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
 animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
 from {
 opacity: 0;
 -webkit-transform: translate3d(0, 3000px, 0);
 transform: translate3d(0, 3000px, 0);
}
 60% {
 opacity: 1;
 -webkit-transform: translate3d(0, -20px, 0);
 transform: translate3d(0, -20px, 0);
}
 75% {
 -webkit-transform: translate3d(0, 10px, 0);
 transform: translate3d(0, 10px, 0);
}
 90% {
 -webkit-transform: translate3d(0, -5px, 0);
 transform: translate3d(0, -5px, 0);
}
 to {
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0);
}
}
.bounceInUp {
	-webkit-animation-name: bounceInUp;
	animation-name: bounceInUp;
}
 @-webkit-keyframes bounceOut {
 20% {
 -webkit-transform: scale3d(.9, .9, .9);
 transform: scale3d(.9, .9, .9);
}
 50%, 55% {
 opacity: 1;
 -webkit-transform: scale3d(1.1, 1.1, 1.1);
 transform: scale3d(1.1, 1.1, 1.1);
}
 to {
 opacity: 0;
 -webkit-transform: scale3d(.3, .3, .3);
 transform: scale3d(.3, .3, .3);
}
}
 @keyframes bounceOut {
 20% {
 -webkit-transform: scale3d(.9, .9, .9);
 transform: scale3d(.9, .9, .9);
}
 50%, 55% {
 opacity: 1;
 -webkit-transform: scale3d(1.1, 1.1, 1.1);
 transform: scale3d(1.1, 1.1, 1.1);
}
 to {
 opacity: 0;
 -webkit-transform: scale3d(.3, .3, .3);
 transform: scale3d(.3, .3, .3);
}
}
.bounceOut {
	-webkit-animation-name: bounceOut;
	animation-name: bounceOut;
}
 @-webkit-keyframes bounceOutDown {
 20% {
 -webkit-transform: translate3d(0, 10px, 0);
 transform: translate3d(0, 10px, 0);
}
 40%, 45% {
 opacity: 1;
 -webkit-transform: translate3d(0, -20px, 0);
 transform: translate3d(0, -20px, 0);
}
 to {
 opacity: 0;
 -webkit-transform: translate3d(0, 2000px, 0);
 transform: translate3d(0, 2000px, 0);
}
}
 @keyframes bounceOutDown {
 20% {
 -webkit-transform: translate3d(0, 10px, 0);
 transform: translate3d(0, 10px, 0);
}
 40%, 45% {
 opacity: 1;
 -webkit-transform: translate3d(0, -20px, 0);
 transform: translate3d(0, -20px, 0);
}
 to {
 opacity: 0;
 -webkit-transform: translate3d(0, 2000px, 0);
 transform: translate3d(0, 2000px, 0);
}
}
.bounceOutDown {
	-webkit-animation-name: bounceOutDown;
	animation-name: bounceOutDown;
}
 @-webkit-keyframes bounceOutLeft {
 20% {
 opacity: 1;
 -webkit-transform: translate3d(20px, 0, 0);
 transform: translate3d(20px, 0, 0);
}
 to {
 opacity: 0;
 -webkit-transform: translate3d(-2000px, 0, 0);
 transform: translate3d(-2000px, 0, 0);
}
}
 @keyframes bounceOutLeft {
 20% {
 opacity: 1;
 -webkit-transform: translate3d(20px, 0, 0);
 transform: translate3d(20px, 0, 0);
}
 to {
 opacity: 0;
 -webkit-transform: translate3d(-2000px, 0, 0);
 transform: translate3d(-2000px, 0, 0);
}
}
.bounceOutLeft {
	-webkit-animation-name: bounceOutLeft;
	animation-name: bounceOutLeft;
}
 @-webkit-keyframes bounceOutRight {
 20% {
 opacity: 1;
 -webkit-transform: translate3d(-20px, 0, 0);
 transform: translate3d(-20px, 0, 0);
}
 to {
 opacity: 0;
 -webkit-transform: translate3d(2000px, 0, 0);
 transform: translate3d(2000px, 0, 0);
}
}
 @keyframes bounceOutRight {
 20% {
 opacity: 1;
 -webkit-transform: translate3d(-20px, 0, 0);
 transform: translate3d(-20px, 0, 0);
}
 to {
 opacity: 0;
 -webkit-transform: translate3d(2000px, 0, 0);
 transform: translate3d(2000px, 0, 0);
}
}
.bounceOutRight {
	-webkit-animation-name: bounceOutRight;
	animation-name: bounceOutRight;
}
 @-webkit-keyframes bounceOutUp {
 20% {
 -webkit-transform: translate3d(0, -10px, 0);
 transform: translate3d(0, -10px, 0);
}
 40%, 45% {
 opacity: 1;
 -webkit-transform: translate3d(0, 20px, 0);
 transform: translate3d(0, 20px, 0);
}
 to {
 opacity: 0;
 -webkit-transform: translate3d(0, -2000px, 0);
 transform: translate3d(0, -2000px, 0);
}
}
 @keyframes bounceOutUp {
 20% {
 -webkit-transform: translate3d(0, -10px, 0);
 transform: translate3d(0, -10px, 0);
}
 40%, 45% {
 opacity: 1;
 -webkit-transform: translate3d(0, 20px, 0);
 transform: translate3d(0, 20px, 0);
}
 to {
 opacity: 0;
 -webkit-transform: translate3d(0, -2000px, 0);
 transform: translate3d(0, -2000px, 0);
}
}
.bounceOutUp {
	-webkit-animation-name: bounceOutUp;
	animation-name: bounceOutUp;
}
 @-webkit-keyframes fadeIn {
 from {
 opacity: 0;
}
 to {
 opacity: 1;
}
}
 @keyframes fadeIn {
 from {
 opacity: 0;
}
 to {
 opacity: 1;
}
}
.fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
}
 @-webkit-keyframes fadeInDown {
 from {
 opacity: 0;
 -webkit-transform: translate3d(0, -100%, 0);
 transform: translate3d(0, -100%, 0);
}
 to {
 opacity: 1;
 -webkit-transform: none;
 transform: none;
}
}
 @keyframes fadeInDown {
 from {
 opacity: 0;
 -webkit-transform: translate3d(0, -100%, 0);
 transform: translate3d(0, -100%, 0);
}
 to {
 opacity: 1;
 -webkit-transform: none;
 transform: none;
}
}
.fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
}
 @-webkit-keyframes fadeInDownBig {
 from {
 opacity: 0;
 -webkit-transform: translate3d(0, -2000px, 0);
 transform: translate3d(0, -2000px, 0);
}
 to {
 opacity: 1;
 -webkit-transform: none;
 transform: none;
}
}
 @keyframes fadeInDownBig {
 from {
 opacity: 0;
 -webkit-transform: translate3d(0, -2000px, 0);
 transform: translate3d(0, -2000px, 0);
}
 to {
 opacity: 1;
 -webkit-transform: none;
 transform: none;
}
}
.fadeInDownBig {
	-webkit-animation-name: fadeInDownBig;
	animation-name: fadeInDownBig;
}
 @-webkit-keyframes fadeInLeft {
 from {
 opacity: 0;
 -webkit-transform: translate3d(-100%, 0, 0);
 transform: translate3d(-100%, 0, 0);
}
 to {
 opacity: 1;
 -webkit-transform: none;
 transform: none;
}
}
 @keyframes fadeInLeft {
 from {
 opacity: 0;
 -webkit-transform: translate3d(-100%, 0, 0);
 transform: translate3d(-100%, 0, 0);
}
 to {
 opacity: 1;
 -webkit-transform: none;
 transform: none;
}
}
.fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
}
 @-webkit-keyframes fadeInLeftBig {
 from {
 opacity: 0;
 -webkit-transform: translate3d(-2000px, 0, 0);
 transform: translate3d(-2000px, 0, 0);
}
 to {
 opacity: 1;
 -webkit-transform: none;
 transform: none;
}
}
 @keyframes fadeInLeftBig {
 from {
 opacity: 0;
 -webkit-transform: translate3d(-2000px, 0, 0);
 transform: translate3d(-2000px, 0, 0);
}
 to {
 opacity: 1;
 -webkit-transform: none;
 transform: none;
}
}
.fadeInLeftBig {
	-webkit-animation-name: fadeInLeftBig;
	animation-name: fadeInLeftBig;
}
 @-webkit-keyframes fadeInRight {
 from {
 opacity: 0;
 -webkit-transform: translate3d(100%, 0, 0);
 transform: translate3d(100%, 0, 0);
}
 to {
 opacity: 1;
 -webkit-transform: none;
 transform: none;
}
}
 @keyframes fadeInRight {
 from {
 opacity: 0;
 -webkit-transform: translate3d(100%, 0, 0);
 transform: translate3d(100%, 0, 0);
}
 to {
 opacity: 1;
 -webkit-transform: none;
 transform: none;
}
}
.fadeInRight {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight;
}
 @-webkit-keyframes fadeInRightBig {
 from {
 opacity: 0;
 -webkit-transform: translate3d(2000px, 0, 0);
 transform: translate3d(2000px, 0, 0);
}
 to {
 opacity: 1;
 -webkit-transform: none;
 transform: none;
}
}
 @keyframes fadeInRightBig {
 from {
 opacity: 0;
 -webkit-transform: translate3d(2000px, 0, 0);
 transform: translate3d(2000px, 0, 0);
}
 to {
 opacity: 1;
 -webkit-transform: none;
 transform: none;
}
}
.fadeInRightBig {
	-webkit-animation-name: fadeInRightBig;
	animation-name: fadeInRightBig;
}
 @-webkit-keyframes fadeInUp {
 from {
 opacity: 0;
 -webkit-transform: translate3d(0, 100%, 0);
 transform: translate3d(0, 100%, 0);
}
 to {
 opacity: 1;
 -webkit-transform: none;
 transform: none;
}
}
 @keyframes fadeInUp {
 from {
 opacity: 0;
 -webkit-transform: translate3d(0, 100%, 0);
 transform: translate3d(0, 100%, 0);
}
 to {
 opacity: 1;
 -webkit-transform: none;
 transform: none;
}
}
.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}
 @-webkit-keyframes fadeInUpBig {
 from {
 opacity: 0;
 -webkit-transform: translate3d(0, 2000px, 0);
 transform: translate3d(0, 2000px, 0);
}
 to {
 opacity: 1;
 -webkit-transform: none;
 transform: none;
}
}
 @keyframes fadeInUpBig {
 from {
 opacity: 0;
 -webkit-transform: translate3d(0, 2000px, 0);
 transform: translate3d(0, 2000px, 0);
}
 to {
 opacity: 1;
 -webkit-transform: none;
 transform: none;
}
}
.fadeInUpBig {
	-webkit-animation-name: fadeInUpBig;
	animation-name: fadeInUpBig;
}
 @-webkit-keyframes fadeOut {
 from {
 opacity: 1;
}
 to {
 opacity: 0;
}
}
 @keyframes fadeOut {
 from {
 opacity: 1;
}
 to {
 opacity: 0;
}
}
.fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut;
}
 @-webkit-keyframes fadeOutDown {
 from {
 opacity: 1;
}
 to {
 opacity: 0;
 -webkit-transform: translate3d(0, 100%, 0);
 transform: translate3d(0, 100%, 0);
}
}
 @keyframes fadeOutDown {
 from {
 opacity: 1;
}
 to {
 opacity: 0;
 -webkit-transform: translate3d(0, 100%, 0);
 transform: translate3d(0, 100%, 0);
}
}
.fadeOutDown {
	-webkit-animation-name: fadeOutDown;
	animation-name: fadeOutDown;
}
 @-webkit-keyframes fadeOutDownBig {
 from {
 opacity: 1;
}
 to {
 opacity: 0;
 -webkit-transform: translate3d(0, 2000px, 0);
 transform: translate3d(0, 2000px, 0);
}
}
 @keyframes fadeOutDownBig {
 from {
 opacity: 1;
}
 to {
 opacity: 0;
 -webkit-transform: translate3d(0, 2000px, 0);
 transform: translate3d(0, 2000px, 0);
}
}
.fadeOutDownBig {
	-webkit-animation-name: fadeOutDownBig;
	animation-name: fadeOutDownBig;
}
 @-webkit-keyframes fadeOutLeft {
 from {
 opacity: 1;
}
 to {
 opacity: 0;
 -webkit-transform: translate3d(-100%, 0, 0);
 transform: translate3d(-100%, 0, 0);
}
}
 @keyframes fadeOutLeft {
 from {
 opacity: 1;
}
 to {
 opacity: 0;
 -webkit-transform: translate3d(-100%, 0, 0);
 transform: translate3d(-100%, 0, 0);
}
}
.fadeOutLeft {
	-webkit-animation-name: fadeOutLeft;
	animation-name: fadeOutLeft;
}
 @-webkit-keyframes fadeOutLeftBig {
 from {
 opacity: 1;
}
 to {
 opacity: 0;
 -webkit-transform: translate3d(-2000px, 0, 0);
 transform: translate3d(-2000px, 0, 0);
}
}
 @keyframes fadeOutLeftBig {
 from {
 opacity: 1;
}
 to {
 opacity: 0;
 -webkit-transform: translate3d(-2000px, 0, 0);
 transform: translate3d(-2000px, 0, 0);
}
}
.fadeOutLeftBig {
	-webkit-animation-name: fadeOutLeftBig;
	animation-name: fadeOutLeftBig;
}
 @-webkit-keyframes fadeOutRight {
 from {
 opacity: 1;
}
 to {
 opacity: 0;
 -webkit-transform: translate3d(100%, 0, 0);
 transform: translate3d(100%, 0, 0);
}
}
 @keyframes fadeOutRight {
 from {
 opacity: 1;
}
 to {
 opacity: 0;
 -webkit-transform: translate3d(100%, 0, 0);
 transform: translate3d(100%, 0, 0);
}
}
.fadeOutRight {
	-webkit-animation-name: fadeOutRight;
	animation-name: fadeOutRight;
}
 @-webkit-keyframes fadeOutRightBig {
 from {
 opacity: 1;
}
 to {
 opacity: 0;
 -webkit-transform: translate3d(2000px, 0, 0);
 transform: translate3d(2000px, 0, 0);
}
}
 @keyframes fadeOutRightBig {
 from {
 opacity: 1;
}
 to {
 opacity: 0;
 -webkit-transform: translate3d(2000px, 0, 0);
 transform: translate3d(2000px, 0, 0);
}
}
.fadeOutRightBig {
	-webkit-animation-name: fadeOutRightBig;
	animation-name: fadeOutRightBig;
}
 @-webkit-keyframes fadeOutUp {
 from {
 opacity: 1;
}
 to {
 opacity: 0;
 -webkit-transform: translate3d(0, -100%, 0);
 transform: translate3d(0, -100%, 0);
}
}
 @keyframes fadeOutUp {
 from {
 opacity: 1;
}
 to {
 opacity: 0;
 -webkit-transform: translate3d(0, -100%, 0);
 transform: translate3d(0, -100%, 0);
}
}
.fadeOutUp {
	-webkit-animation-name: fadeOutUp;
	animation-name: fadeOutUp;
}
 @-webkit-keyframes fadeOutUpBig {
 from {
 opacity: 1;
}
 to {
 opacity: 0;
 -webkit-transform: translate3d(0, -2000px, 0);
 transform: translate3d(0, -2000px, 0);
}
}
 @keyframes fadeOutUpBig {
 from {
 opacity: 1;
}
 to {
 opacity: 0;
 -webkit-transform: translate3d(0, -2000px, 0);
 transform: translate3d(0, -2000px, 0);
}
}
.fadeOutUpBig {
	-webkit-animation-name: fadeOutUpBig;
	animation-name: fadeOutUpBig;
}
 @-webkit-keyframes flip {
 from {
 -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
 transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
 -webkit-animation-timing-function: ease-out;
 animation-timing-function: ease-out;
}
 40% {
 -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
 transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
 -webkit-animation-timing-function: ease-out;
 animation-timing-function: ease-out;
}
 50% {
 -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
 transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
 -webkit-animation-timing-function: ease-in;
 animation-timing-function: ease-in;
}
 80% {
 -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
 transform: perspective(400px) scale3d(.95, .95, .95);
 -webkit-animation-timing-function: ease-in;
 animation-timing-function: ease-in;
}
 to {
 -webkit-transform: perspective(400px);
 transform: perspective(400px);
 -webkit-animation-timing-function: ease-in;
 animation-timing-function: ease-in;
}
}
 @keyframes flip {
 from {
 -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
 transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
 -webkit-animation-timing-function: ease-out;
 animation-timing-function: ease-out;
}
 40% {
 -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
 transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
 -webkit-animation-timing-function: ease-out;
 animation-timing-function: ease-out;
}
 50% {
 -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
 transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
 -webkit-animation-timing-function: ease-in;
 animation-timing-function: ease-in;
}
 80% {
 -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
 transform: perspective(400px) scale3d(.95, .95, .95);
 -webkit-animation-timing-function: ease-in;
 animation-timing-function: ease-in;
}
 to {
 -webkit-transform: perspective(400px);
 transform: perspective(400px);
 -webkit-animation-timing-function: ease-in;
 animation-timing-function: ease-in;
}
}
.animated.flip {
	-webkit-backface-visibility: visible;
	backface-visibility: visible;
	-webkit-animation-name: flip;
	animation-name: flip;
}
 @-webkit-keyframes flipInX {
 from {
 -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
 transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
 -webkit-animation-timing-function: ease-in;
 animation-timing-function: ease-in;
 opacity: 0;
}
 40% {
 -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
 transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
 -webkit-animation-timing-function: ease-in;
 animation-timing-function: ease-in;
}
 60% {
 -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
 transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
 opacity: 1;
}
 80% {
 -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
 transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
}
 to {
 -webkit-transform: perspective(400px);
 transform: perspective(400px);
}
}
 @keyframes flipInX {
 from {
 -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
 transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
 -webkit-animation-timing-function: ease-in;
 animation-timing-function: ease-in;
 opacity: 0;
}
 40% {
 -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
 transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
 -webkit-animation-timing-function: ease-in;
 animation-timing-function: ease-in;
}
 60% {
 -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
 transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
 opacity: 1;
}
 80% {
 -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
 transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
}
 to {
 -webkit-transform: perspective(400px);
 transform: perspective(400px);
}
}
.flipInX {
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: flipInX;
	animation-name: flipInX;
}
 @-webkit-keyframes flipInY {
 from {
 -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
 transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
 -webkit-animation-timing-function: ease-in;
 animation-timing-function: ease-in;
 opacity: 0;
}
 40% {
 -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
 transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
 -webkit-animation-timing-function: ease-in;
 animation-timing-function: ease-in;
}
 60% {
 -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
 transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
 opacity: 1;
}
 80% {
 -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
 transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
}
 to {
 -webkit-transform: perspective(400px);
 transform: perspective(400px);
}
}
 @keyframes flipInY {
 from {
 -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
 transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
 -webkit-animation-timing-function: ease-in;
 animation-timing-function: ease-in;
 opacity: 0;
}
 40% {
 -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
 transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
 -webkit-animation-timing-function: ease-in;
 animation-timing-function: ease-in;
}
 60% {
 -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
 transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
 opacity: 1;
}
 80% {
 -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
 transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
}
 to {
 -webkit-transform: perspective(400px);
 transform: perspective(400px);
}
}
.flipInY {
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: flipInY;
	animation-name: flipInY;
}
 @-webkit-keyframes flipOutX {
 from {
 -webkit-transform: perspective(400px);
 transform: perspective(400px);
}
 30% {
 -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
 transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
 opacity: 1;
}
 to {
 -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
 transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
 opacity: 0;
}
}
 @keyframes flipOutX {
 from {
 -webkit-transform: perspective(400px);
 transform: perspective(400px);
}
 30% {
 -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
 transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
 opacity: 1;
}
 to {
 -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
 transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
 opacity: 0;
}
}
.flipOutX {
	-webkit-animation-name: flipOutX;
	animation-name: flipOutX;
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
}
 @-webkit-keyframes flipOutY {
 from {
 -webkit-transform: perspective(400px);
 transform: perspective(400px);
}
 30% {
 -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
 transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
 opacity: 1;
}
 to {
 -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
 transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
 opacity: 0;
}
}
 @keyframes flipOutY {
 from {
 -webkit-transform: perspective(400px);
 transform: perspective(400px);
}
 30% {
 -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
 transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
 opacity: 1;
}
 to {
 -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
 transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
 opacity: 0;
}
}
.flipOutY {
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: flipOutY;
	animation-name: flipOutY;
}
 @-webkit-keyframes lightSpeedIn {
 from {
 -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
 transform: translate3d(100%, 0, 0) skewX(-30deg);
 opacity: 0;
}
 60% {
 -webkit-transform: skewX(20deg);
 transform: skewX(20deg);
 opacity: 1;
}
 80% {
 -webkit-transform: skewX(-5deg);
 transform: skewX(-5deg);
 opacity: 1;
}
 to {
 -webkit-transform: none;
 transform: none;
 opacity: 1;
}
}
 @keyframes lightSpeedIn {
 from {
 -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
 transform: translate3d(100%, 0, 0) skewX(-30deg);
 opacity: 0;
}
 60% {
 -webkit-transform: skewX(20deg);
 transform: skewX(20deg);
 opacity: 1;
}
 80% {
 -webkit-transform: skewX(-5deg);
 transform: skewX(-5deg);
 opacity: 1;
}
 to {
 -webkit-transform: none;
 transform: none;
 opacity: 1;
}
}
.lightSpeedIn {
	-webkit-animation-name: lightSpeedIn;
	animation-name: lightSpeedIn;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
}
 @-webkit-keyframes lightSpeedOut {
 from {
 opacity: 1;
}
 to {
 -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
 transform: translate3d(100%, 0, 0) skewX(30deg);
 opacity: 0;
}
}
 @keyframes lightSpeedOut {
 from {
 opacity: 1;
}
 to {
 -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
 transform: translate3d(100%, 0, 0) skewX(30deg);
 opacity: 0;
}
}
.lightSpeedOut {
	-webkit-animation-name: lightSpeedOut;
	animation-name: lightSpeedOut;
	-webkit-animation-timing-function: ease-in;
	animation-timing-function: ease-in;
}
 @-webkit-keyframes rotateIn {
 from {
 -webkit-transform-origin: center;
 transform-origin: center;
 -webkit-transform: rotate3d(0, 0, 1, -200deg);
 transform: rotate3d(0, 0, 1, -200deg);
 opacity: 0;
}
 to {
 -webkit-transform-origin: center;
 transform-origin: center;
 -webkit-transform: none;
 transform: none;
 opacity: 1;
}
}
 @keyframes rotateIn {
 from {
 -webkit-transform-origin: center;
 transform-origin: center;
 -webkit-transform: rotate3d(0, 0, 1, -200deg);
 transform: rotate3d(0, 0, 1, -200deg);
 opacity: 0;
}
 to {
 -webkit-transform-origin: center;
 transform-origin: center;
 -webkit-transform: none;
 transform: none;
 opacity: 1;
}
}
.rotateIn {
	-webkit-animation-name: rotateIn;
	animation-name: rotateIn;
}
 @-webkit-keyframes rotateInDownLeft {
 from {
 -webkit-transform-origin: left bottom;
 transform-origin: left bottom;
 -webkit-transform: rotate3d(0, 0, 1, -45deg);
 transform: rotate3d(0, 0, 1, -45deg);
 opacity: 0;
}
 to {
 -webkit-transform-origin: left bottom;
 transform-origin: left bottom;
 -webkit-transform: none;
 transform: none;
 opacity: 1;
}
}
 @keyframes rotateInDownLeft {
 from {
 -webkit-transform-origin: left bottom;
 transform-origin: left bottom;
 -webkit-transform: rotate3d(0, 0, 1, -45deg);
 transform: rotate3d(0, 0, 1, -45deg);
 opacity: 0;
}
 to {
 -webkit-transform-origin: left bottom;
 transform-origin: left bottom;
 -webkit-transform: none;
 transform: none;
 opacity: 1;
}
}
.rotateInDownLeft {
	-webkit-animation-name: rotateInDownLeft;
	animation-name: rotateInDownLeft;
}
 @-webkit-keyframes rotateInDownRight {
 from {
 -webkit-transform-origin: right bottom;
 transform-origin: right bottom;
 -webkit-transform: rotate3d(0, 0, 1, 45deg);
 transform: rotate3d(0, 0, 1, 45deg);
 opacity: 0;
}
 to {
 -webkit-transform-origin: right bottom;
 transform-origin: right bottom;
 -webkit-transform: none;
 transform: none;
 opacity: 1;
}
}
 @keyframes rotateInDownRight {
 from {
 -webkit-transform-origin: right bottom;
 transform-origin: right bottom;
 -webkit-transform: rotate3d(0, 0, 1, 45deg);
 transform: rotate3d(0, 0, 1, 45deg);
 opacity: 0;
}
 to {
 -webkit-transform-origin: right bottom;
 transform-origin: right bottom;
 -webkit-transform: none;
 transform: none;
 opacity: 1;
}
}
.rotateInDownRight {
	-webkit-animation-name: rotateInDownRight;
	animation-name: rotateInDownRight;
}
 @-webkit-keyframes rotateInUpLeft {
 from {
 -webkit-transform-origin: left bottom;
 transform-origin: left bottom;
 -webkit-transform: rotate3d(0, 0, 1, 45deg);
 transform: rotate3d(0, 0, 1, 45deg);
 opacity: 0;
}
 to {
 -webkit-transform-origin: left bottom;
 transform-origin: left bottom;
 -webkit-transform: none;
 transform: none;
 opacity: 1;
}
}
 @keyframes rotateInUpLeft {
 from {
 -webkit-transform-origin: left bottom;
 transform-origin: left bottom;
 -webkit-transform: rotate3d(0, 0, 1, 45deg);
 transform: rotate3d(0, 0, 1, 45deg);
 opacity: 0;
}
 to {
 -webkit-transform-origin: left bottom;
 transform-origin: left bottom;
 -webkit-transform: none;
 transform: none;
 opacity: 1;
}
}
.rotateInUpLeft {
	-webkit-animation-name: rotateInUpLeft;
	animation-name: rotateInUpLeft;
}
 @-webkit-keyframes rotateInUpRight {
 from {
 -webkit-transform-origin: right bottom;
 transform-origin: right bottom;
 -webkit-transform: rotate3d(0, 0, 1, -90deg);
 transform: rotate3d(0, 0, 1, -90deg);
 opacity: 0;
}
 to {
 -webkit-transform-origin: right bottom;
 transform-origin: right bottom;
 -webkit-transform: none;
 transform: none;
 opacity: 1;
}
}
 @keyframes rotateInUpRight {
 from {
 -webkit-transform-origin: right bottom;
 transform-origin: right bottom;
 -webkit-transform: rotate3d(0, 0, 1, -90deg);
 transform: rotate3d(0, 0, 1, -90deg);
 opacity: 0;
}
 to {
 -webkit-transform-origin: right bottom;
 transform-origin: right bottom;
 -webkit-transform: none;
 transform: none;
 opacity: 1;
}
}
.rotateInUpRight {
	-webkit-animation-name: rotateInUpRight;
	animation-name: rotateInUpRight;
}
 @-webkit-keyframes rotateOut {
 from {
 -webkit-transform-origin: center;
 transform-origin: center;
 opacity: 1;
}
 to {
 -webkit-transform-origin: center;
 transform-origin: center;
 -webkit-transform: rotate3d(0, 0, 1, 200deg);
 transform: rotate3d(0, 0, 1, 200deg);
 opacity: 0;
}
}
 @keyframes rotateOut {
 from {
 -webkit-transform-origin: center;
 transform-origin: center;
 opacity: 1;
}
 to {
 -webkit-transform-origin: center;
 transform-origin: center;
 -webkit-transform: rotate3d(0, 0, 1, 200deg);
 transform: rotate3d(0, 0, 1, 200deg);
 opacity: 0;
}
}
.rotateOut {
	-webkit-animation-name: rotateOut;
	animation-name: rotateOut;
}
 @-webkit-keyframes rotateOutDownLeft {
 from {
 -webkit-transform-origin: left bottom;
 transform-origin: left bottom;
 opacity: 1;
}
 to {
 -webkit-transform-origin: left bottom;
 transform-origin: left bottom;
 -webkit-transform: rotate3d(0, 0, 1, 45deg);
 transform: rotate3d(0, 0, 1, 45deg);
 opacity: 0;
}
}
 @keyframes rotateOutDownLeft {
 from {
 -webkit-transform-origin: left bottom;
 transform-origin: left bottom;
 opacity: 1;
}
 to {
 -webkit-transform-origin: left bottom;
 transform-origin: left bottom;
 -webkit-transform: rotate3d(0, 0, 1, 45deg);
 transform: rotate3d(0, 0, 1, 45deg);
 opacity: 0;
}
}
.rotateOutDownLeft {
	-webkit-animation-name: rotateOutDownLeft;
	animation-name: rotateOutDownLeft;
}
 @-webkit-keyframes rotateOutDownRight {
 from {
 -webkit-transform-origin: right bottom;
 transform-origin: right bottom;
 opacity: 1;
}
 to {
 -webkit-transform-origin: right bottom;
 transform-origin: right bottom;
 -webkit-transform: rotate3d(0, 0, 1, -45deg);
 transform: rotate3d(0, 0, 1, -45deg);
 opacity: 0;
}
}
 @keyframes rotateOutDownRight {
 from {
 -webkit-transform-origin: right bottom;
 transform-origin: right bottom;
 opacity: 1;
}
 to {
 -webkit-transform-origin: right bottom;
 transform-origin: right bottom;
 -webkit-transform: rotate3d(0, 0, 1, -45deg);
 transform: rotate3d(0, 0, 1, -45deg);
 opacity: 0;
}
}
.rotateOutDownRight {
	-webkit-animation-name: rotateOutDownRight;
	animation-name: rotateOutDownRight;
}
 @-webkit-keyframes rotateOutUpLeft {
 from {
 -webkit-transform-origin: left bottom;
 transform-origin: left bottom;
 opacity: 1;
}
 to {
 -webkit-transform-origin: left bottom;
 transform-origin: left bottom;
 -webkit-transform: rotate3d(0, 0, 1, -45deg);
 transform: rotate3d(0, 0, 1, -45deg);
 opacity: 0;
}
}
 @keyframes rotateOutUpLeft {
 from {
 -webkit-transform-origin: left bottom;
 transform-origin: left bottom;
 opacity: 1;
}
 to {
 -webkit-transform-origin: left bottom;
 transform-origin: left bottom;
 -webkit-transform: rotate3d(0, 0, 1, -45deg);
 transform: rotate3d(0, 0, 1, -45deg);
 opacity: 0;
}
}
.rotateOutUpLeft {
	-webkit-animation-name: rotateOutUpLeft;
	animation-name: rotateOutUpLeft;
}
 @-webkit-keyframes rotateOutUpRight {
 from {
 -webkit-transform-origin: right bottom;
 transform-origin: right bottom;
 opacity: 1;
}
 to {
 -webkit-transform-origin: right bottom;
 transform-origin: right bottom;
 -webkit-transform: rotate3d(0, 0, 1, 90deg);
 transform: rotate3d(0, 0, 1, 90deg);
 opacity: 0;
}
}
 @keyframes rotateOutUpRight {
 from {
 -webkit-transform-origin: right bottom;
 transform-origin: right bottom;
 opacity: 1;
}
 to {
 -webkit-transform-origin: right bottom;
 transform-origin: right bottom;
 -webkit-transform: rotate3d(0, 0, 1, 90deg);
 transform: rotate3d(0, 0, 1, 90deg);
 opacity: 0;
}
}
.rotateOutUpRight {
	-webkit-animation-name: rotateOutUpRight;
	animation-name: rotateOutUpRight;
}
 @-webkit-keyframes hinge {
 0% {
 -webkit-transform-origin: top left;
 transform-origin: top left;
 -webkit-animation-timing-function: ease-in-out;
 animation-timing-function: ease-in-out;
}
 20%, 60% {
 -webkit-transform: rotate3d(0, 0, 1, 80deg);
 transform: rotate3d(0, 0, 1, 80deg);
 -webkit-transform-origin: top left;
 transform-origin: top left;
 -webkit-animation-timing-function: ease-in-out;
 animation-timing-function: ease-in-out;
}
 40%, 80% {
 -webkit-transform: rotate3d(0, 0, 1, 60deg);
 transform: rotate3d(0, 0, 1, 60deg);
 -webkit-transform-origin: top left;
 transform-origin: top left;
 -webkit-animation-timing-function: ease-in-out;
 animation-timing-function: ease-in-out;
 opacity: 1;
}
 to {
 -webkit-transform: translate3d(0, 700px, 0);
 transform: translate3d(0, 700px, 0);
 opacity: 0;
}
}
 @keyframes hinge {
 0% {
 -webkit-transform-origin: top left;
 transform-origin: top left;
 -webkit-animation-timing-function: ease-in-out;
 animation-timing-function: ease-in-out;
}
 20%, 60% {
 -webkit-transform: rotate3d(0, 0, 1, 80deg);
 transform: rotate3d(0, 0, 1, 80deg);
 -webkit-transform-origin: top left;
 transform-origin: top left;
 -webkit-animation-timing-function: ease-in-out;
 animation-timing-function: ease-in-out;
}
 40%, 80% {
 -webkit-transform: rotate3d(0, 0, 1, 60deg);
 transform: rotate3d(0, 0, 1, 60deg);
 -webkit-transform-origin: top left;
 transform-origin: top left;
 -webkit-animation-timing-function: ease-in-out;
 animation-timing-function: ease-in-out;
 opacity: 1;
}
 to {
 -webkit-transform: translate3d(0, 700px, 0);
 transform: translate3d(0, 700px, 0);
 opacity: 0;
}
}
.hinge {
	-webkit-animation-name: hinge;
	animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollIn {
 from {
 opacity: 0;
 -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
 transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
}
 to {
 opacity: 1;
 -webkit-transform: none;
 transform: none;
}
}
 @keyframes rollIn {
 from {
 opacity: 0;
 -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
 transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
}
 to {
 opacity: 1;
 -webkit-transform: none;
 transform: none;
}
}
.rollIn {
	-webkit-animation-name: rollIn;
	animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollOut {
 from {
 opacity: 1;
}
 to {
 opacity: 0;
 -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
 transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
}
}
 @keyframes rollOut {
 from {
 opacity: 1;
}
 to {
 opacity: 0;
 -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
 transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
}
}
.rollOut {
	-webkit-animation-name: rollOut;
	animation-name: rollOut;
}
 @-webkit-keyframes zoomIn {
 from {
 opacity: 0;
 -webkit-transform: scale3d(.3, .3, .3);
 transform: scale3d(.3, .3, .3);
}
 50% {
 opacity: 1;
}
}
 @keyframes zoomIn {
 from {
 opacity: 0;
 -webkit-transform: scale3d(.3, .3, .3);
 transform: scale3d(.3, .3, .3);
}
 50% {
 opacity: 1;
}
}
.zoomIn {
	-webkit-animation-name: zoomIn;
	animation-name: zoomIn;
}
 @-webkit-keyframes zoomInDown {
 from {
 opacity: 0;
 -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
 transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
 -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
 animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
 60% {
 opacity: 1;
 -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
 transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
 -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
 animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
 @keyframes zoomInDown {
 from {
 opacity: 0;
 -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
 transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
 -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
 animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
 60% {
 opacity: 1;
 -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
 transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
 -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
 animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomInDown {
	-webkit-animation-name: zoomInDown;
	animation-name: zoomInDown;
}
 @-webkit-keyframes zoomInLeft {
 from {
 opacity: 0;
 -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
 transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
 -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
 animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
 60% {
 opacity: 1;
 -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
 transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
 -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
 animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
 @keyframes zoomInLeft {
 from {
 opacity: 0;
 -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
 transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
 -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
 animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
 60% {
 opacity: 1;
 -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
 transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
 -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
 animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomInLeft {
	-webkit-animation-name: zoomInLeft;
	animation-name: zoomInLeft;
}
 @-webkit-keyframes zoomInRight {
 from {
 opacity: 0;
 -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
 transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
 -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
 animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
 60% {
 opacity: 1;
 -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
 transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
 -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
 animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
 @keyframes zoomInRight {
 from {
 opacity: 0;
 -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
 transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
 -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
 animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
 60% {
 opacity: 1;
 -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
 transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
 -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
 animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomInRight {
	-webkit-animation-name: zoomInRight;
	animation-name: zoomInRight;
}
 @-webkit-keyframes zoomInUp {
 from {
 opacity: 0;
 -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
 transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
 -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
 animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
 60% {
 opacity: 1;
 -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
 transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
 -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
 animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
 @keyframes zoomInUp {
 from {
 opacity: 0;
 -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
 transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
 -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
 animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
 60% {
 opacity: 1;
 -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
 transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
 -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
 animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomInUp {
	-webkit-animation-name: zoomInUp;
	animation-name: zoomInUp;
}
 @-webkit-keyframes zoomOut {
 from {
 opacity: 1;
}
 50% {
 opacity: 0;
 -webkit-transform: scale3d(.3, .3, .3);
 transform: scale3d(.3, .3, .3);
}
 to {
 opacity: 0;
}
}
 @keyframes zoomOut {
 from {
 opacity: 1;
}
 50% {
 opacity: 0;
 -webkit-transform: scale3d(.3, .3, .3);
 transform: scale3d(.3, .3, .3);
}
 to {
 opacity: 0;
}
}
.zoomOut {
	-webkit-animation-name: zoomOut;
	animation-name: zoomOut;
}
 @-webkit-keyframes zoomOutDown {
 40% {
 opacity: 1;
 -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
 transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
 -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
 animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
 to {
 opacity: 0;
 -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
 transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
 -webkit-transform-origin: center bottom;
 transform-origin: center bottom;
 -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
 animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
 @keyframes zoomOutDown {
 40% {
 opacity: 1;
 -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
 transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
 -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
 animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
 to {
 opacity: 0;
 -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
 transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
 -webkit-transform-origin: center bottom;
 transform-origin: center bottom;
 -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
 animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomOutDown {
	-webkit-animation-name: zoomOutDown;
	animation-name: zoomOutDown;
}
 @-webkit-keyframes zoomOutLeft {
 40% {
 opacity: 1;
 -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
 transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
}
 to {
 opacity: 0;
 -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
 transform: scale(.1) translate3d(-2000px, 0, 0);
 -webkit-transform-origin: left center;
 transform-origin: left center;
}
}
 @keyframes zoomOutLeft {
 40% {
 opacity: 1;
 -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
 transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
}
 to {
 opacity: 0;
 -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
 transform: scale(.1) translate3d(-2000px, 0, 0);
 -webkit-transform-origin: left center;
 transform-origin: left center;
}
}
.zoomOutLeft {
	-webkit-animation-name: zoomOutLeft;
	animation-name: zoomOutLeft;
}
 @-webkit-keyframes zoomOutRight {
 40% {
 opacity: 1;
 -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
 transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
}
 to {
 opacity: 0;
 -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
 transform: scale(.1) translate3d(2000px, 0, 0);
 -webkit-transform-origin: right center;
 transform-origin: right center;
}
}
 @keyframes zoomOutRight {
 40% {
 opacity: 1;
 -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
 transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
}
 to {
 opacity: 0;
 -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
 transform: scale(.1) translate3d(2000px, 0, 0);
 -webkit-transform-origin: right center;
 transform-origin: right center;
}
}
.zoomOutRight {
	-webkit-animation-name: zoomOutRight;
	animation-name: zoomOutRight;
}
 @-webkit-keyframes zoomOutUp {
 40% {
 opacity: 1;
 -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
 transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
 -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
 animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
 to {
 opacity: 0;
 -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
 transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
 -webkit-transform-origin: center bottom;
 transform-origin: center bottom;
 -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
 animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
 @keyframes zoomOutUp {
 40% {
 opacity: 1;
 -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
 transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
 -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
 animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
 to {
 opacity: 0;
 -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
 transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
 -webkit-transform-origin: center bottom;
 transform-origin: center bottom;
 -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
 animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomOutUp {
	-webkit-animation-name: zoomOutUp;
	animation-name: zoomOutUp;
}
 @-webkit-keyframes slideInDown {
 from {
 -webkit-transform: translate3d(0, -10%, 0);
 transform: translate3d(0, -10%, 0);
 visibility: visible;
}
 to {
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0);
}
}
 @keyframes slideInDown {
 from {
 -webkit-transform: translate3d(0, -10%, 0);
 transform: translate3d(0, -10%, 0);
 visibility: visible;
}
 to {
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0);
}
}
.slideInDown {
	-webkit-animation-name: slideInDown;
	animation-name: slideInDown;
}
 @-webkit-keyframes slideInLeft {
 from {
 -webkit-transform: translate3d(-10%, 0, 0);
 transform: translate3d(-5%, 0, 0);
 visibility: visible;
}
 to {
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0);
}
}
 @keyframes slideInLeft {
 from {
 -webkit-transform: translate3d(-5%, 0, 0);
 transform: translate3d(-5%, 0, 0);
 visibility: visible;
}
 to {
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0);
}
}
.slideInLeft {
	-webkit-animation-name: slideInLeft;
	animation-name: slideInLeft;
}
 @-webkit-keyframes slideInRight {
 from {
 -webkit-transform: translate3d(5%, 0, 0);
 transform: translate3d(5%, 0, 0);
 visibility: visible;
}
 to {
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0);
}
}
 @keyframes slideInRight {
 from {
 -webkit-transform: translate3d(5%, 0, 0);
 transform: translate3d(5%, 0, 0);
 visibility: visible;
}
 to {
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0);
}
}
.slideInRight {
	-webkit-animation-name: slideInRight;
	animation-name: slideInRight;
}
 @-webkit-keyframes slideInUp {
 from {
 -webkit-transform: translate3d(0, 10%, 0);
 transform: translate3d(0, 10%, 0);
 visibility: visible;
}
 to {
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0);
}
}
 @keyframes slideInUp {
 from {
 -webkit-transform: translate3d(0, 10%, 0);
 transform: translate3d(0, 10%, 0);
 visibility: visible;
}
 to {
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0);
}
}
.slideInUp {
	-webkit-animation-name: slideInUp;
	animation-name: slideInUp;
}
 @-webkit-keyframes slideOutDown {
 from {
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0);
}
 to {
 visibility: hidden;
 -webkit-transform: translate3d(0, 10%, 0);
 transform: translate3d(0, 10%, 0);
}
}
 @keyframes slideOutDown {
 from {
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0);
}
 to {
 visibility: hidden;
 -webkit-transform: translate3d(0, 10%, 0);
 transform: translate3d(0, 10%, 0);
}
}
.slideOutDown {
	-webkit-animation-name: slideOutDown;
	animation-name: slideOutDown;
}
 @-webkit-keyframes slideOutLeft {
 from {
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0);
}
 to {
 visibility: hidden;
 -webkit-transform: translate3d(-10%, 0, 0);
 transform: translate3d(-10%, 0, 0);
}
}
 @keyframes slideOutLeft {
 from {
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0);
}
 to {
 visibility: hidden;
 -webkit-transform: translate3d(-10%, 0, 0);
 transform: translate3d(-10%, 0, 0);
}
}
.slideOutLeft {
	-webkit-animation-name: slideOutLeft;
	animation-name: slideOutLeft;
}
 @-webkit-keyframes slideOutRight {
 from {
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0);
}
 to {
 visibility: hidden;
 -webkit-transform: translate3d(10%, 0, 0);
 transform: translate3d(10%, 0, 0);
}
}
 @keyframes slideOutRight {
 from {
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0);
}
 to {
 visibility: hidden;
 -webkit-transform: translate3d(10%, 0, 0);
 transform: translate3d(10%, 0, 0);
}
}
.slideOutRight {
	-webkit-animation-name: slideOutRight;
	animation-name: slideOutRight;
}
 @-webkit-keyframes slideOutUp {
 from {
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0);
}
 to {
 visibility: hidden;
 -webkit-transform: translate3d(0, -10%, 0);
 transform: translate3d(0, -10%, 0);
}
}
 @keyframes slideOutUp {
 from {
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0);
}
 to {
 visibility: hidden;
 -webkit-transform: translate3d(0, -10%, 0);
 transform: translate3d(0, -10%, 0);
}
}
.slideOutUp {
	-webkit-animation-name: slideOutUp;
	animation-name: slideOutUp;
}
/* General Styles */
body {
	position: relative;
	color: #333;
}
/*Page Loader*/
#page-loader {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	background: #fff;
	z-index: 99999;
}
#page-loader .loaders {
	position: relative;
	left: 50%;
	top: 50%;
	width: 300px;
	height: 300px;
	margin: -150px 0 0 -150px;
}
#page-loader img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	display: none;
}
select {
	position: relative;
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: url("../images/arrow.png") 96% 50% no-repeat;
	padding-right: 25px;
}
.contact-template {
	background: #fff;
}
.listing-template #site-banner {
	margin-bottom: 0;
}
.btn {
	border: none;
	box-shadow: none;
	text-transform: uppercase;
	transition-duration: 0.3s;
}
a {
	transition-duration: 0.3s;
}
h1 {
	font-family: 'Roboto', sans-serif;
}
h2 {
	font-family: 'Roboto', sans-serif;
	font-weight: normal;
}
h3 {
	text-transform: uppercase;
	font-family: 'Roboto', sans-serif;
}
h5 {
	font-family: 'Roboto', sans-serif;
	font-weight: normal;
	font-size: 17px;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-bottom: 5px;
	color: green;
}
h4 {
	font-family: 'Roboto', sans-serif;
	font-weight: normal;
	font-size: 17px;
	margin-bottom: 0px;
	padding-bottom: 5px;
	color: #E47F00;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	font: inherit;
	color: inherit;
}
h6 {
	font-family: "Poppins", sans-serif;
	font-weight: 600;
}
h3 {
	font-size: 24px;
	font-weight: 400;
}
.section-header {
	margin-bottom: 40px;
}
.section-header h2 {
	margin: 0 0 30px 0;
}
.home-section-header h2 {
	position: relative;
}
.home-section-header h2::before, .home-section-header h2::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	height: 1px;
	border: 1px solid #222;
}
.home-section-header h2::before {
	bottom: -8px;
	width: 60px;
}
.home-section-header h2::after {
	bottom: -12px;
	width: 35px;
}
img {
	max-width: 100%;
	height: auto;
}
#scroll-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 999;
	color: #fff;
	background: #333;
}
#scroll-top:hover {
	background: #6c98e1;
}
#scroll-top .fa {
	font-size: 30px;
	line-height: 20px;
	padding: 3px 5px;
}
/*Image Zoom*/
img[data-action="zoom"] {
	cursor: zoom-in;
	cursor: -moz-zoom-in;
}
.zoom-img, .zoom-img-wrap {
	position: relative;
	z-index: 999;
	transition: all 300ms;
}
img.zoom-img {
	cursor: zoom-out;
	cursor: -moz-zoom-out;
}
.zoom-overlay {
	z-index: 420;
	background: #fff;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	pointer-events: none;
	filter: "alpha(opacity=0)";
	opacity: 0;
	transition: opacity 300ms;
}
.zoom-overlay-open .zoom-overlay {
	filter: "alpha(opacity=100)";
	opacity: 1;
}
.zoom-overlay-open, .zoom-overlay-transitioning {
	cursor: default;
}
/*Social Nav Styles*/
.social-icons {
	margin: 0 0 0 -11px;
	padding: 0;
}
.social-icons li {
	list-style: none;
	float: left;
	margin-left: 11px;
}
.social-icons .fa {
	color: #323232;
	background: #686868;
	padding: 13px 9px;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	text-align: center;
	font-size: 26px;
}
.social-icons .fa:hover {
	background: #323232;
	color: #686868;
}
/*Slick Slider Common Styles*/
.slick-slider .slick-arrow {
	position: absolute;
	top: 50%;
	margin-top: -35px;
	z-index: 9;
	background: #3a3a3a;
	background: rgba(58, 58, 58, 0.5);
	border-radius: 50%;
	padding: 25px;
	width: 70px;
	height: 70px;
	color: #fff;
	font-size: 20px;
	cursor: pointer;
	text-align: center;
}
.slick-slider .slick-arrow:hover {
	background: #3a3a3a;
}
.slick-slider .fa-angle-left {
	left: 45px;
}
.slick-slider .fa-angle-right {
	right: 45px;
}
/*Tabs Styles*/
#tabs, #widget-tabs {
	z-index: 1;
	position: relative;
	margin-bottom: 50px;
}
.tab-list li {
	float: left;
	outline: none;
	margin: 0 !important;
}
.tab-list li:before {
	content: "";
}
.tab-list li.ui-tabs-active a {
	color: #333;
	background: #fff;
}
.tab-list a {
	font-size: 16px;
	font-weight: 600;
	padding: 16.5px 30px;
	border-radius: 0;
	outline: none;
}
.tab-list a:focus {
	outline: none;
	outline-offset: 0;
	box-shadow: none;
}
.tab-list a:active:focus {
	outline: none;
	outline-offset: 0;
	box-shadow: none;
}
.tab-list a:before {
	content: "" !important;
}
.tab-content {
	display: none;
	margin-top: 30px;
}
.tab-content.current {
	display: block;
}
/*Site Banner*/
#site-banner {
	background: url("../images/banner.jpg") center no-repeat;
	padding: 150px 0;
	position: relative;
	max-height: 400px;
	margin-bottom: 40px;
}
#site-banner:after {
	content: " ";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	display: inline-block;
	background: rgba(0, 0, 0, 0.5);
}
#site-banner h1 {
	color: #fff;
	margin: 0;
}
#site-banner .breadcrumb {
	background: none;
	color: #fff;
}
#site-banner .container {
	position: relative;
	z-index: 1;
}
#site-banner a {
	color: #fff;
}
#site-banner a:hover {
	color: #333;
}
#site-banner li {
	color: #fff;
}
#site-banner ol {
	margin-bottom: 0;
}
/*Pagination Styles*/
#pagination {
	margin: 40px 0 10px -10px;
	padding: 0;
}
#pagination li {
	list-style: none;
	display: inline-block;
	margin-left: 10px;
}
#pagination a {
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	color: #333;
	background: #fff;
	padding: 10px 18px;
	display: inline-block;
}
#pagination a:hover {
	background: #6c98e1;
	color: #fff;
}
#pagination .disabled a {
	color: #b5b5b5;
	cursor: default;
	pointer-events: none;
}
/*breadcrumb Styles*/
.breadcrumb > li + li:before {
	content: "\f105";
	display: inline-block;
	margin-right: 2px;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
/*Contact Form*/
.contact-form {
	margin-bottom: 70px;
}
.contact-form h4 {
	font-size: 20px;
	text-transform: uppercase;
	margin: 0 0 20px 0;
}
.contact-form input[type="text"], .contact-form textarea {
	border: 1px solid #e5e5e5;
	padding: 13px 10px 13px 35px;
	width: 100%;
	outline: none;
}
.contact-form .common {
	float: left;
	width: calc(50% - 10px);
	margin-right: 20px;
}
.contact-form .common:nth-of-type(even) {
	margin-right: -20px;
}
.contact-form .form-author:before {
	content: "\f007";
}
.contact-form .form-email:before {
	content: "\f0e0";
}
.contact-form .form-comment:before {
	content: "\f075";
}
.contact-form .form-submit:before {
	content: "";
}
.contact-form .form-phone:before {
	content: "\f095";
}
.contact-form .form-subject:before {
	content: "\f02d";
}
.contact-form p {
	display: inline-block;
	margin-bottom: 20px;
	position: relative;
	width: 100%;
}
.contact-form p:before {
	content: "\f105";
	margin-right: 5px;
	position: absolute;
	left: 15px;
	top: 17px;
	color: #b5b5b5;
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.contact-form label.error {
	display: none !important;
}
.contact-form input.error {
	border-color: red;
}
/*3d Btn Styles */
.btn-3d {
	position: relative;
	perspective: 800px;
	transition: background 0.6s;
	transform-origin: 50% 0;
	transform-style: preserve-3d;
}
.btn-3d::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #427ad8;
	border-radius: inherit;
	color: inherit;
	content: attr(data-hover);
	transform: rotateX(270deg);
	transition: transform 0.6s;
	transform-origin: 0 0;
	pointer-events: none;
	padding: inherit;
	font: inherit;
}
.btn-3d:hover::before, .btn-3d:focus::before {
	transform: rotateX(10deg);
}
#ajax-loader {
	display: none;
	margin-top: 8px;
	float: right;
}
#message-container, #error-container {
	display: none;
	color: red;
}
.blog-single-page {
	background: #fff;
}
/*Filter Styles*/
#filter-container {
	position: relative;
}
#filter-container .mix {
	position: relative;
	transition-duration: 0s;
}
.controls {
	margin-left: -20px;
}
.controls span {
	display: inline-block;
	margin-left: 20px;
	cursor: pointer;
	text-transform: uppercase;
	line-height: 30px;
}
.controls span:hover {
	color: #6c98e1;
}
.controls .mixitup-control-active {
	color: #6c98e1;
}
.layout-item-wrap, .layout-item {
	transition-duration: 0.4s;
}
/* Header Styles */
#site-header {
	padding-bottom: 18px;
	background: #fff;
}
#site-header-top {
	background:#005C7E;
	font-size: 12px;
	color: #919191;
	margin-bottom: 24px;
}
#site-header-top p {
	font-size: inherit;
	color: inherit;
	line-height: 30px;
	margin: 9px 0 6px 0;
}
#site-header-top .fa {
	margin-right: 4px;
	font-size: 15px;
	vertical-align: middle;
}
#site-header-top select {
	outline: none;
}
.currency-in-header, .language-in-header, .header-btn {
	float: right;
}
.currency-in-header, .language-in-header {
	margin: 14px 0 6px 20px;
}
.currency-in-header select, .language-in-header select {
	border: none;
	outline: none;
	background-image: url("../images/header-arrow.png");
}
.header-btn {
	font: 600 12px 'Montserrat', sans-serif;
	margin-left: 20px;
	border-radius: 0;
}
#site-nav {
	text-transform: uppercase;
	background: none;
	border: none;
	font-family: 'Montserrat', sans-serif;
	margin-top: 5px;
	margin-left: -45px;
}
#site-nav li {
	list-style: none;
}
#site-nav li:hover > a {
	color: #6c98e1;
}
#site-nav a {
	color: inherit;
	display: block;
}
#site-nav a:hover {
	color: #0a7cbe;
}
#site-nav .nav > li {
	margin-left: 35px;
}
#site-nav .nav > li > a {
	padding: 10px 0;
}
#site-nav li {
	position: relative;
}
#site-nav li ul {
	position: absolute;
	left: 170px;
	top: -6px;
	display: none;
	min-width: 200px;
	background: #fff;
	padding: 10px 15px;
	z-index: 99;
}
#site-nav li ul li {
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 7px;
	margin-bottom: 7px;
}
#site-nav li ul li:last-child {
	border-bottom: 0;
	padding: 0;
	margin: 0;
}
#site-nav > ul > li > ul {
	left: 0;
	top: 40px;
	padding-top: 30px;
}
.contact-in-header {
	border-left: 1px solid #dfdfdf;
	margin-left: 10px;
	padding-left: 10px;
}
.contact-in-header .fa {
	font-size: 51px;
	color: #6c98e1;
	float: left;
	margin-right: 15px;
	line-height: 51px;
}
.contact-in-header span {
	color: #999999;
}
.contact-in-header strong {
	font-size: 15px;
	color: #6c98e1;
}
/* Main Slider Styles */
.main-slider-wrapper {
	position: relative;
}
.main-slider-wrapper #slider-contents {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	margin: auto;
	z-index: 1;
}
.main-slider-wrapper .jumbotron {
	position: absolute;
	top: 50%;
	right: 0;
	left: 0;
	background: none;
	padding: 0;
	margin: auto;
	margin-top: -123px;
}
.main-slider-wrapper h1 {
	color: #fff;
	font-size: 60px;
	margin: 0 0 14px 0;
}
.main-slider-wrapper p {
	font-size: 17px;
	color: #fff;
}
.main-slider-wrapper .contents {
	margin-bottom: 45px;
}
.main-slider-wrapper .btn {
	margin-right: 10px;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
}
.main-slider-wrapper .btn-border {
	background: none;
	border: 2px solid #fff;
	padding: 13px 18px;
}
.main-slider-wrapper .btn-border:hover {
	background: #fff;
	color: #333;
}
.main-slider-wrapper .btn-warning.btn-3d::before {
	background: #c93333;
}
#advance-search {
	position: relative;
	padding-bottom: 35px;
	z-index: 99;
	background: #fff;
}
#advance-search fieldset {
	width: 85%;
	float: left;
}
#advance-search .top-btn {
	font-size: 16px;
	font-weight: 600;
	padding: 16.5px 30px;
	border-radius: 0;
	margin-top: -85px;
	color: #333;
	background: #fff;
}
#adv-search-form {
	margin-top: 30px;
}
#adv-search-form select, #adv-search-form input {
	width: 23%;
	height: 50px;
	margin-right: 2%;
	float: left;
	margin-bottom: 15px;
	border: 1px solid #dfdfdf;
	padding: 9px;
	outline: none;
}
#adv-search-form input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: inherit;
 opacity: 1;
}
#adv-search-form input::-moz-placeholder {
  /* Firefox 19+ */
  color: inherit;
 opacity: 1;
}
#adv-search-form input:-ms-input-placeholder {
  /* IE 10+ */
  color: inherit;
 opacity: 1;
}
#adv-search-form input:-moz-placeholder {
  /* Firefox 18- */
  color: inherit;
 opacity: 1;
}
#adv-search-form .btn[type="submit"] {
	width: 15%;
	float: left;
	padding: 32px 15px;
	font-weight: 600;
}
#home-property-listing {
	padding: 80px 0 60px 0;
	background: #fff;
}
#home-property-for-rent-listing {
	padding: 80px 0 60px 0;
	background: #005C7E;
}
#home-property-for-rent-listing .section-header {
	color: #fff;
}
#home-property-for-rent-listing .section-header h2 {
	color: inherit;
}
#home-property-for-rent-listing .section-header h2::before, #home-property-for-rent-listing .section-header h2::after {
	border-color: inherit;
}
#home-property-for-rent-listing .section-header p {
	color: #8d8d8d;
}
#property-for-rent-slider .slick-arrow {
	background: none;
	border: 1px solid #8d8d8d;
	color: #8d8d8d;
	width: 40px;
	height: 40px;
	padding: 0;
	line-height: 38px;
}
#property-for-rent-slider .slick-arrow:hover {
	background: #8d8d8d;
	color: #333;
}
#property-for-rent-slider .fa-angle-left {
	left: -60px;
}
#property-for-rent-slider .fa-angle-right {
	right: -60px;
}
/*Property Styles*/
.property {
	background: #fff;
	padding: 10px;
	margin-bottom: 30px;
}
.property .feature-image {
	position: relative;
	margin-bottom: 24px;
}
.property .feature-image img {
	width: 100%;
}
.property .btn-sale {
	font-size: 10px;
	font-weight: 600;
	position: absolute;
	left: 8px;
	top: 8px;
	padding: 3px 7px 2px 7px;
	z-index: 1;
}
.property .btn-sale:hover {
	background: #333;
}
.property .property-contents {
	margin: 0 10px;
}
.property .property-header {
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 14px;
	margin-bottom: 15px;
}
.property .entry-title {
	text-transform: capitalize;
	margin: 10px 0 8px 0;
}
.property .property-location {
	font-size: 12px;
	color: #999;
	display: block;
}
.property .property-location .fa {
	margin-right: 5px;
	font-size: 14px;
}
.property .btn-price {
	font-size: 15px;
	font-weight: 600;
	margin-top: 10px;
}
.property .property-meta {
	color: #707070;
	font-size: 13px;
	margin-left: -19px;
}
.property .property-meta span {
	color: inherit;
	float: left;
	margin-left: 19px;
	margin-bottom: 2px;
}
.property .property-meta .fa {
	font-size: 14px;
	margin-right: 5px;
}
.property .author-box {
	display: none;
	font-size: 12px;
}
.property .author-box .author-img {
	float: left;
	margin-right: 10px;
}
.property .author-box .author-img img {
	border-radius: 50%;
}
.property .author-box .author-name {
	font-size: inherit;
	margin: 5px 0 0 0;
	color: inherit;
	display: block;
	font-style: normal;
}
.property .author-box .phone {
	font-weight: 600;
	font-size: inherit;
}
.property .author-box .phone .fa {
	color: #6c98e1;
	margin-right: 5px;
}
.property .contents {
	display: none;
	margin-bottom: 10px;
}
.list-style .feature-image {
	margin: 0 20px 0 0;
	float: left;
	width: calc(43% - 20px);
}
.list-style .property-contents {
	margin: 20px 20px 0 0;
	float: left;
	width: calc(57% - 20px);
}
.list-style .property-meta {
	margin-bottom: 18px;
}
.list-style .author-box, .list-style .contents {
	display: block;
}
#home-features-section {
	padding: 50px 0 0 0;
}
#home-features-section .feature {
	margin-bottom: 30px;
}
#home-features-section .feature .icon {
	margin-bottom: 33px;
	display: block;
	min-height: 80px;
	vertical-align: middle;
}
#home-features-section .feature h6.entry-title {
	margin: 0 0 15px 0;
	text-transform: uppercase;
}
#home-features-section .feature p {
	line-height: 24px;
	color: #707070;
}
#footer {
	background: #005C7E;
	color: #919191;
}
#footer h4.title {
	font-size: 24px !important;
}
#footer a {
	color: inherit;
}
#footer a:hover {
	color: #fff;
}
#footer .social-icons .fa:hover {
	color: #333;
	background: #fff;
}
.site-footer {
	background: url("../images/footer-bg.png") bottom center no-repeat;
	padding: 80px 0 20px 0;
}
.site-footer .widget {
	margin-bottom: 50px;
}
.site-footer h4 {
	margin: 0 0 30px 0;
	color: #fff;
	text-transform: uppercase;
	font-weight: 400;
}
.site-footer .about-widget .footer-logo {
	margin-top: -20px;
}
.site-footer-bottom {
	background: #004a65;
	padding: 27px 0;
}
.site-footer-bottom p {
	margin: 0;
}
.site-footer-bottom .footer-nav ul {
	margin: 0 0 0 -25px;
	padding: 0;
}
.site-footer-bottom .footer-nav li {
	list-style: none;
	float: left;
	margin-left: 25px;
	color: inherit;
}
#twitter-feeds ul {
	margin: 0;
	padding: 0;
}
#twitter-feeds ul li {
	list-style: none;
	clear: both;
}
#twitter-feeds .avatar {
	width: 50px;
	float: left;
	margin-right: 10px;
}
#twitter-feeds .avatar img {
	max-width: 100%;
}
#twitter-feeds .tweet {
	overflow: hidden;
}
/*About Widget Styles*/
.about-widget .footer-logo {
	margin: 0 0 30px 0;
	display: block;
}
.about-widget p {
	margin-bottom: 35px;
	line-height: 26px;
	color: inherit;
}
/*Quick Links Widget Styles*/
.quick-links ul {
	margin: 0;
	padding: 0;
}
.quick-links ul li {
	list-style: none;
	color: inherit;
	float: left;
	width: 50%;
	margin-bottom: 20px;
}
.quick-links ul li:last-child {
	margin-bottom: 0;
}
.quick-links ul li:before {
	content: "\f105";
	margin-right: 5px;
	color: inherit;
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.quick-links ul a {
	color: inherit;
}
/*Address Widget Styles*/
.address-widget ul {
	margin: 0;
	padding: 0;
}
.address-widget ul li {
	list-style: none;
	margin-bottom: 20px;
	color: inherit;
}
.address-widget ul .fa {
	margin-right: 5px;
}
.property-taxonomies li span {
	color: #999;
}
/*Tag Widget Styles*/
.widget_tag_cloud a {
	margin-right: 5px;
	margin-bottom: 5px;
	display: inline-block;
	color: #333;
	font-size: 14px !important;
}
.widget_tag_cloud a:hover {
	color: #6c98e1;
}
.widget_tag_cloud a:last-child {
	margin-right: 0;
}
/*Recent Posts Style*/
.widget-post {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #e5e5e5;
}
.widget-post:last-of-type {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 0;
}
.widget-post p.entry-title {
	margin: 0;
}
.widget-post p.entry-title a {
	color: #333;
}
.widget-post p.entry-title a:hover {
	color: #6c98e1;
}
/*Categories Widget Styles*/
.widget_categories li {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #e5e5e5;
	color: #999;
	font-size: 13px;
}
.widget_categories li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 0;
}
.widget_categories li::before {
	content: "\f0da" !important;
	color: #333;
}
.widget_categories a {
	color: #333;
	font-size: inherit;
}
.widget_categories a:hover {
	color: #6c98e1;
}
/*Recent Properties*/
.recent-properties .property {
	padding: 0 0 13px 0;
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 20px;
}
.recent-properties .property:last-of-type {
	margin-bottom: 0;
	border-bottom: 0;
	padding-bottom: 0;
}
.recent-properties .feature-image {
	width: 40%;
	margin: 0 5% 0 0;
	float: left;
}
.recent-properties .entry-title {
	margin: 0 0 5px 0;
}
.recent-properties .btn-price {
	color: #6c98e1;
	display: block;
	margin-bottom: 7px;
	padding: 0;
}
.recent-properties .property-contents {
	float: left;
	width: 55%;
	margin: 0;
}
.recent-properties .property-meta {
	margin: 0 0 0 -5%;
}
.recent-properties .property-meta span {
	width: 45%;
	margin: 0 0 2px 5%;
	font-size: 12px;
	color: #999;
}
/*Advance Search Widget Styles*/
#advance-search-widget fieldset {
	width: 100%;
}
#advance-search-widget fieldset > div {
	width: calc(50% - 7.5px);
	float: left;
	margin-bottom: 15px;
	margin-left: 15px;
}
#advance-search-widget fieldset > div:first-of-type {
	width: 100%;
	margin: 0 0 15px 0;
}
#advance-search-widget fieldset > div:nth-child(2) {
	width: 100%;
	margin: 0 0 15px 0;
}
#advance-search-widget fieldset > div:nth-child(2n+1) {
	margin-left: 0;
}
#advance-search-widget select, #advance-search-widget input {
	width: 100%;
	margin: 0;
}
#advance-search-widget .btn[type="submit"] {
	width: 100%;
	padding: 18px 20px;
	margin-top: 10px;
}
#advance-search-widget .tab-list {
	margin-right: -30px;
	margin-left: -30px;
	margin-top: -30px;
	background: #f5f5f5;
}
#advance-search-widget .tab-list a {
	padding: 16.5px 23.1px;
	color: inherit;
}
#advance-search-widget .tab-list a:hover {
	color: #fff;
	background: #6c98e1;
}
#advance-search-widget #adv-search-form {
	margin-top: 0;
}
/* Announcement Styles*/
#announcement-section {
	position: relative;
	background: url("../images/announcement-bg.jpg") center no-repeat;
	padding: 70px 0;
}
#announcement-section:after {
	content: " ";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	display: inline-block;
	background: rgba(240, 163, 74, 0.7);
}
#announcement-section h2.title {
	font-size: 45px;
	color: #fff;
	text-transform: capitalize;
	margin: 0 0 20px 0;
}
#announcement-section p {
	color: #fff;
	margin-bottom: 40px;
}
#announcement-section .container {
	position: relative;
	z-index: 1;
}
#property-listing {
	padding: 60px 0;
}
#property-listing .section-header {
	margin-bottom: 50px;
}
#property-listing .section-header h2 {
	margin-bottom: 10px;
}
.property-sorting {
	margin-right: 30px;
	margin-top: 15px;
}
.property-sorting label {
	font-weight: normal;
}
.property-sorting select {
	border: 0;
	background: none;
	outline: none;
	color: #6c98e1;
	cursor: pointer;
}
.layout-view {
	margin-top: 15px;
}
.layout-view .fa {
	margin: 5px 0 0 10px;
	float: right;
	cursor: pointer;
}
.layout-view .fa:hover {
	color: #6c98e1;
}
.layout-view .selected {
	color: #6c98e1;
}
.property-map-wrapper {
	position: relative;
	margin-left: -15px;
}
.property-map-wrapper #advance-search {
	position: absolute;
	bottom: 0;
	z-index: 1;
	background: none;
	margin: 0 15px 0 15px;
	padding-bottom: 0;
}
.property-map-wrapper #advance-search .top-btn {
	margin-top: -40px;
}
.property-map-wrapper #advance-search .top-btn:hover {
	background: #6c98e1;
	color: #fff;
}
.property-map-wrapper #advance-search .top-btn.active {
	background: #6c98e1;
	color: #fff;
}
.property-map-wrapper #advance-search select {
	background: url("../images/arrow.png") 96% 50% no-repeat #fff;
}
.property-map-wrapper #adv-search-form {
	display: none;
}
#property-map {
	width: 100%;
	height: 800px;
	margin-top: -30px;
}
#property-map-view {
	padding-top: 30px;
}
#property-sidebar .widget {
	background: #fff;
	padding: 30px;
	margin-bottom: 30px;
}
#property-sidebar .widget h5.title {
	margin: 0 0 25px 0;
	font-weight: 400;
	text-transform: uppercase;
}
#property-sidebar ul {
	padding: 0;
	margin: 0;
}
#property-sidebar ul li {
	color: inherit;
	margin-bottom: 10px;
	list-style: none;
}
#property-sidebar ul li:last-child {
	margin-bottom: 0;
}
#property-sidebar ul a:before {
	content: "\f105";
	margin-right: 5px;
	color: inherit;
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
#sidebar {
	margin-right: 30px;
}
#sidebar .widget {
	margin-bottom: 60px;
}
#sidebar h4.title {
	font-weight: 400;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 30px;
}
#sidebar ul {
	margin: 0;
	padding: 0;
}
#sidebar li {
	list-style: none;
}
#sidebar li:before {
	content: "\f105";
	margin-right: 5px;
	color: inherit;
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
#property-single {
	margin-bottom: 60px;
}
#property-single #main-slider {
	margin-bottom: 90px;
}
#property-single .common {
	padding: 30px;
	background: #fff;
	margin-bottom: 50px;
}
#property-single .common h4 {
	margin: 0;
}
#property-single .common .print-btn {
	font-size: 12px;
}
#property-single .common .entry-title {
	margin-bottom: 30px;
	padding-bottom: 30px;
	margin-top: 0;
	border-bottom: 1px solid #e5e5e5;
	text-transform: none;
}
#property-single .common h3.entry-title {
	line-height: 20px;
}
#property-single .agent-box .agent-image {
	margin-right: -15px;
	margin-bottom: 30px;
	display: block;
}
#property-single .agent-box .agent-name {
	font-size: 15px;
	font-weight: 600;
	color: #333;
	font-style: normal;
	margin-bottom: 5px;
	display: block;
}
#property-single .agent-box .designation {
	margin-bottom: 20px;
	display: block;
}
#property-single .agent-box .agent-social-handlers {
	margin: 0 0 20px -5%;
	padding: 0;
}
#property-single .agent-box .agent-social-handlers li {
	list-style: none;
	float: left;
	margin: 0 0 5px 5%;
	width: 45%;
}
#property-single .agent-box .agent-social-handlers a {
	color: #333;
}
#property-single .agent-box .agent-social-handlers .fa {
	margin-right: 3px;
}
#property-single .agent-box p {
	margin-bottom: 25px;
}
.property-single-meta {
	background: url("../images/floor-plan-map.jpg") center right no-repeat;
}
.property-single-meta ul {
	margin: 0;
	padding: 0;
}
.property-single-meta ul li {
	list-style: none;
	color: #6c98e1;
	margin-bottom: 12px;
}
.property-single-meta ul li:last-child {
	margin-bottom: 0;
}
.property-single-meta ul li span {
	width: 120px;
	display: inline-block;
	color: #707070;
}
/*Property Features Styles*/
.property-single-features-list {
	padding: 0;
	margin: 0 0 0 -3.333333%;
}
.property-single-features-list li {
	width: 30%;
	margin-left: 3.333333%;
	list-style: none;
	float: left;
	margin-bottom: 10px;
	color: #333333;
}
.property-single-features-list li:last-child {
	margin-bottom: 0;
}
.property-single-features-list li:before {
	content: "\f058";
	margin-right: 5px;
	color: inherit;
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.property-single-features-list li.disabled {
	color: #b5b5b5;
}
.property-single-features-list li.disabled:before {
	content: "\f00d";
	color: #fff;
	background: #e5e5e5;
	padding: 2px 3px;
	border-radius: 50%;
	font-size: 8px;
}
/*Property Video Styles*/
.property-video .entry-title {
	border-bottom: 0 !important;
	margin-bottom: 0 !important;
}
.property-video iframe {
	width: 100%;
	height: 430px;
	border: 0;
	padding: 0;
	margin: 0;
}
.property-agent .address-widget li {
	color: #6c98e1;
	margin-bottom: 5px;
}
/*Agent Form Styles*/
.agent-contact-form input[type="text"], .agent-contact-form textarea {
	background: #f6f9fa;
	color: #707070;
	font-size: 12px;
	margin-bottom: 10px;
	width: 100%;
	padding: 14px;
	border: 1px solid #dae2e9;
}
.agent-contact-form .btn[type="submit"] {
	width: 100%;
}
.property-agent .address-widget li {
	margin-bottom: 9px;
}
.blog-post {
	margin-bottom: 50px;
}
.blog-post .feature-image {
	position: relative;
	float: left;
	width: 43%;
}
.blog-post .feature-image .updated {
	font-family: 'Montserrat', sans-serif;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	border-radius: 0;
	line-height: 21px;
}
.blog-post .feature-image .updated strong {
	font-size: 23px;
	font-weight: 700;
	display: block;
}
.blog-post .post-contents {
	width: calc(57% - 40px);
	margin-left: 40px;
	float: left;
}
.blog-post .entry-title {
	margin: 10px 0 25px 0;
	text-transform: uppercase;
}
.blog-post .contents {
	margin-bottom: 25px;
}
.blog-post .post-meta {
	margin-left: -3.33333%;
	font-size: 12px;
}
.blog-post .post-meta span, .blog-post .post-meta > a {
	float: left;
	width: 30%;
	margin-left: 3.33333%;
	font-size: inherit;
}
.blog-post .post-meta span {
	color: #999;
}
.blog-post.list-style .feature-image {
	margin: 0 30px 0 0;
	float: left;
	width: calc(40% - 30px);
}
.blog-post.list-style .post-contents {
	width: 60%;
	float: left;
	margin: 15px 0 0 0;
}
.gallery-item {
	position: relative;
}
.gallery-item .btn-sale {
	left: -8px;
	top: 61px;
	border-radius: 0;
	padding: 3px 6px;
	z-index: 9;
}
.gallery-item .btn-sale:before, .gallery-item .btn-sale:after {
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
	z-index: -1;
	transition-duration: 0.3s;
}
.gallery-item .btn-sale:before {
	width: 30px;
	left: -10px;
	top: 10px;
}
.gallery-item .btn-sale:after {
	left: 0px;
	top: 100%;
	border-width: 4px 8px;
	border-style: solid;
	border-color: #b71b1d #b71b1d transparent transparent;
}
.gallery-item .btn-sale:hover:before {
	border-color: #333 #333 transparent transparent;
}
.gallery-item .btn-sale:hover:after {
	border-color: #000 #000 transparent transparent;
}
#blog-listing {
	margin-bottom: 70px;
}
#blog-listing .property-sorting, #blog-listing .layout-view {
	margin-top: 0;
	margin-bottom: 0;
}
#blog-single {
	background: #fff;
}
.single-post {
	margin-bottom: 40px;
	padding-bottom: 40px;
	border-bottom: 1px solid #e5e5e5;
}
.single-post .feature-image {
	margin-bottom: 50px;
	float: none;
	width: 100%;
}
.single-post .post-meta {
	margin-bottom: 25px;
	margin-left: 0;
}
.single-post .post-meta .entry-title {
	margin-bottom: 10px;
	text-transform: capitalize;
}
.single-post .post-meta .updated {
	float: left;
	margin-right: 25px;
	border-radius: 0;
	padding: 14px 18px;
}
.single-post .post-meta .updated strong {
	font-size: 23px;
	font-weight: 700;
	display: block;
}
.single-post .post-meta span {
	width: auto;
	margin-right: 20px;
	margin-left: 0;
}
.single-post .post-footer-meta {
	line-height: 30px;
}
.single-post .social-share span, .single-post .tags span {
	font-family: 'Montserrat', sans-serif;
	color: #333;
	font-weight: 700;
	float: left;
	margin-right: 5px;
}
.single-post .social-share {
	float: right;
}
.single-post .social-share .social-icons {
	float: left;
}
.single-post .social-share span {
	margin-right: 20px;
}
.single-post .social-share .fa {
	background: #e5e5e5;
	color: #333;
}
.single-post .social-share .fa:hover {
	background: #6c98e1;
}
/*Comments Styles*/
#comments article {
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #e5e5e5;
}
#comments h4 {
	font-size: 20px;
	text-transform: uppercase;
	margin: 0 0 25px 0;
	font-weight: 400;
}
#comments ol {
	margin: 0;
	padding: 0;
}
#comments ol li {
	list-style: none;
}
#comments h5.author {
	float: left;
	margin-right: 15px;
}
#comments cite.fn a {
	font-style: normal;
	font: 400 14px 'Montserrat', sans-serif;
	color: #333;
	text-transform: uppercase;
}
#comments .author-img {
	float: left;
	margin-right: 25px;
	width: 80px;
}
#comments .author-img img {
	border-radius: 50%;
}
#comments .comment-detail-wrap {
	display: table;
}
#comments .comment-body {
	clear: both;
}
#comments .comment-meta {
	margin-bottom: 10px;
}
#comments .comment-meta time {
	font-size: 12px;
	color: #999;
	margin-top: 11.5px;
	float: left;
}
#comments .comment-reply-link {
	font: 400 12px 'Montserrat', sans-serif;
	padding: 8px 14px;
	margin-top: 15px;
}
#comments .children {
	padding: 0;
	margin: 0 0 0 50px;
}
#comments p {
	font-size: 13px;
	color: #707070;
}
/*Blog Grid Styles*/
.grid-style .blog-post {
	background: #fff;
	padding: 10px;
	margin-bottom: 30px;
}
.grid-style .feature-image {
	width: auto;
	float: none;
	margin-bottom: 20px;
}
.grid-style .entry-title, .grid-style .contents {
	margin: 0 0 20px 0;
	text-transform: none;
}
.grid-style .post-contents {
	width: auto;
	float: none;
	margin: 10px;
	margin-top: 0;
}
.grid-style .post-meta span, .grid-style .post-meta > a {
	width: auto;
}
.grid-style .post-meta span {
	margin-right: 10px;
}
#contact-page .entry-title {
	margin-top: 0;
	margin-bottom: 20px;
}
#contact-page .contact-form-wrapper .contents {
	margin-bottom: 45px;
}
#contact-page .contact-form-wrapper .contents p {
	margin-bottom: 10px;
}
.contact-page-var-one {
	padding-bottom: 70px;
}
.contact-page-var-one #map-canvas {
	height: 350px;
}
.contact-page-var-two #map-canvas {
	height: 500px;
}
.contact-page-contents {
	color: #707070;
}
.contact-page-contents .fa {
	font-size: 20px;
	padding: 15px;
	width: 50px;
	height: 50px;
	text-align: center;
	color: #ea923a;
	border: 2px solid #ea923a;
	margin-right: 20px;
	float: left;
	border-radius: 50%;
}
.contact-page-contents .contents {
	display: table;
	margin-bottom: 38px;
}
.contact-page-contents .contents .title {
	font: 700 14px "Poppins", "sans-serif";
	text-transform: uppercase;
	margin-top: 5px;
	margin-bottom: 10px;
}
.contact-page-contents ul {
	margin: 0;
	padding: 0;
}
.contact-page-contents ul li {
	list-style: none;
	color: inherit;
}
#map-canvas {
	width: 100%;
}

@media (min-width: 1200px) {
#site-nav {
	margin-right: -30px;
}
}

@media (min-width: 1200px) and (max-width: 1600px) {
#property-map-view .list-style .property-contents {
	width: 100%;
	padding: 0 10px;
	margin-right: 0;
}
#property-map-view .list-style .feature-image {
	width: 100%;
}
}

/* Large devices (large desktops, 1200px and down) */
@media (max-width: 1200px) {
.currency-in-header,  .language-in-header,  .header-btn {
	margin-left: 10px;
}
#site-nav .nav > li {
	margin-left: 20px;
}
.contact-in-header {
	margin-left: 10px;
	padding-left: 20px;
}
.contact-in-header strong {
	font-size: 18px;
}
.property-map-wrapper {
	margin-bottom: 30px;
}
#property-for-rent-slider .fa-angle-right {
	right: 0;
}
#property-for-rent-slider .fa-angle-left {
	left: 0;
}
}

/* Medium devices (desktops, 992px and down) */
@media (max-width: 992px) {
#site-header-top {
	text-align: center;
	position: relative;
}
.currency-in-header {
	margin-left: 0;
}
.currency-in-header,  .language-in-header,  .header-btn {
	float: none;
	display: inline-block;
}
#slider-contents h1 {
	font-size: 40px;
}
#slider-contents .contents {
	margin-bottom: 10px;
}
.main-page #adv-search-form input,  .main-page #adv-search-form select {
	width: 32%;
}
.main-page #adv-search-form fieldset,  .main-page #adv-search-form .btn[type="submit"] {
	width: auto;
	float: none;
}
.main-page #adv-search-form .btn[type="submit"] {
	width: 100%;
	padding: 15px;
}
#footer .col-sm-6:nth-child(2n+1) {
	clear: left;
}
#scroll-top {
	display: none !important;
}
.layout-view {
	display: none;
}
.property-sorting {
	margin-top: 7px;
}
#property-listing .section-header h2 {
	font-size: 25px;
}
.property-agent .address-widget {
	margin-bottom: 20px;
}
#site-banner {
	margin-bottom: 30px;
}
#property-map {
	height: 500px;
}
#blog-listing .section-header .pull-left,  #blog-listing .section-header .pull-right {
	float: none !important;
}
#site-banner {
	padding: 70px 0;
}
#site-banner h1 {
	font-size: 30px;
}
}

@media (min-width: 600px) and (max-width: 992px) {
.main-page #adv-search-form input:nth-child(3n),  .main-page #adv-search-form select:nth-child(3n) {
	margin-right: 0;
}
}

/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */
/* Small devices (tablets, 768px and down) */
@media (max-width: 768px) {
#site-header-top + .container > .row {
	position: relative;
}
.slicknav_menu {
	display: inline-block;
	float: right;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 999;
}
.slicknav_nav {
	background: #333;
	width: 100%;
}
#site-nav {
	display: none;
}
#site-header .col-md-3 {
	float: left;
}
.contact-in-header span {
	float: left;
}
#slider-contents h1 {
	font-size: 20px;
}
#slider-contents .contents {
	margin-bottom: 0;
}
#slider-contents p {
	font-size: 14px;
}
#slider-contents .btn-lg {
	padding: 10px;
}
#slider-contents .btn-border {
	padding: 8px;
}
#advance-search.main-page .top-btn {
	padding: 10px 15px;
	margin-top: -72px;
}
#home-property-listing,  #home-property-for-rent-listing,  #home-features-section,  #property-listing {
	padding: 30px 0;
}
.section-header {
	margin-bottom: 20px;
}
.section-header h2 {
	font-size: 25px;
}
#announcement-section {
	padding: 30px 0;
}
#announcement-section h2.title {
	font-size: 25px;
}
#announcement-section p {
	margin-bottom: 20px;
}
.site-footer {
	padding-top: 30px;
}
.site-footer .about-widget .footer-logo {
	margin-top: 0;
}
.site-footer .widget {
	margin-bottom: 30px;
}
.site-footer-bottom {
	text-align: center;
}
.site-footer-bottom p {
	margin-bottom: 10px;
	float: none !important;
	display: block;
}
.site-footer-bottom .footer-nav {
	float: none !important;
	display: block;
}
.site-footer-bottom .footer-nav li {
	float: none;
	display: inline-block;
}
#property-listing .section-header {
	margin-bottom: 30px;
}
#pagination {
	margin-top: 10px;
}
#property-single #main-slider {
	margin-bottom: 30px;
}
#property-single .common {
	padding: 20px;
	margin-bottom: 30px;
}
#property-single .common .entry-title {
	margin-top: 0;
	margin-bottom: 20px;
	padding-bottom: 20px;
	font-size: 20px;
}
.property-video iframe {
	height: 250px;
}
#property-single .agent-box p {
	margin: 10px 0;
}
.list-style .property-contents {
	width: 100%;
	padding: 0 10px;
	margin-right: 0;
}
.list-style .feature-image {
	width: 100%;
}
}

@media (min-width: 768px) and (max-width: 991px) {
.timing-in-header {
	float: left;
}
.blog-post {
	margin-bottom: 20px;
}
.blog-post .feature-image,  .blog-post .post-contents {
	width: 100%;
	margin-right: 0;
	margin-left: 0;
	float: none;
}
.blog-post .entry-title {
	margin: 10px 0;
}
.blog-post .contents {
	margin-bottom: 15px;
}
}

@media (max-width: 600px) {
.header-btn.visible-sm {
	margin-left: 0;
	margin-bottom: 10px;
	width: 100%;
	display: block !important;
}
.header-btn.hidden-sm {
	display: none;
}
#site-header-top p {
	margin-bottom: 0;
}
.currency-in-header,  .language-in-header {
	margin-top: 8px;
}
.slicknav_menu {
	width: 100%;
	float: none;
	position: relative;
	z-index: 999;
	background: #272727;
	margin-top: -31px;
	margin-bottom: 20px;
}
.slicknav_menu > a {
	margin-right: 0;
	width: 100%;
	background: none;
}
.slicknav_menu .slicknav_icon {
	float: right;
}
.slicknav_nav {
	background: none;
}
#slider-contents {
	display: none;
}
.main-page #adv-search-form input,  .main-page #adv-search-form select {
	width: 49%;
}
.main-page #adv-search-form input:nth-child(even),  .main-page #adv-search-form select:nth-child(even) {
	margin-right: 0;
}
#property-listing .section-header {
	text-align: center;
}
#property-listing .section-header .pull-left,  #property-listing .section-header .pull-right {
	float: none !important;
}
.agent-box .col-xs-5,  .agent-box .col-xs-7 {
	width: 100%;
}
.property-single-features-list li {
	width: 46.667%;
}
.recent-properties .feature-image {
	width: 100%;
	margin-right: 0;
	margin-bottom: 20px;
}
.recent-properties .property-contents {
	width: 100%;
	margin: 0;
}
.blog-post {
	margin-bottom: 20px;
}
.blog-post .feature-image,  .blog-post .post-contents {
	width: 100%;
	margin-right: 0;
	margin-left: 0;
	float: none;
}
.blog-post .entry-title {
	margin: 10px 0;
}
.blog-post .contents {
	margin-bottom: 15px;
}
#comments .children {
	margin-left: 0;
}
.contact-form .common {
	float: none;
	width: 100%;
	margin-right: 0;
}
}

@media print {
.container {
	width: auto;
}
}

@media (max-width: 767px) {
	.height30{height:0px !important;}
	.work-space{margin-bottom:20px !important;}
.hiddenft {
	display: none !important;
}
.details_price {
	position: absolute;
	display: block;
	background: #0281d1;
	opacity: 0.8;
	padding: 3px 10px;
	font-size: 16px !important;
	color: #fff;
	left: 15px;
	bottom: 15px !important;
}
.boder-box {
	border-left: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	padding: 10px;
	background: #eee;
	height: auto !important;

}
.gridtable select {
	margin-bottom: 20px !important;
}
.sel {
	font-size: 24px;
	margin-top: 0px !important;
	font-family: 'Roboto Condensed', sans-serif;
}
.ref {
	font-size: 24px !important;
	text-align: left !important;
}
.height {
	background: #d8d8d8;
	height: auto !important;
}
.b-special {
	height: 30px !important;
	width: 100% !important;
	text-align: left !important;
	padding: 0px 0px 0px 20px !important;
	font-size: 20px !important
}
.block {
	margin-top: 0px !important;
}
.img-main {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 200px !important;
}
figure {
	padding: 0px !important;
	margin: 0px !important;
}
.navbar-brand img {
	width: 80% !important;
	margin-left: -15px !important;
}
.contact-in-header {
	float: right;
	border-left: 0px solid #dfdfdf !important;
	margin-left: 0px !important;
	padding-left: 0px !important;
	margin-top: -10px !important;
}
.contact-in-header .fa {
	font-size: 35px !important;
	color: #6c98e1;
	float: left;
	margin-right: 5px !important;
	line-height: 41px;
}
.contact-in-header strong {
	font-size: 14px !important;
	color: #6c98e1;
}
.img__wrapper {
	width: 100% !important;
	height: auto !important;
	margin-bottom: 10px !important;
}
.img__wrapper img {
	width: 100%;
	height: auto !important;
}
.logo {
	width: 80% !important;
	margin-left: -10px !important
}
}
.round-button {
	border-radius: 0px 30px 30px 0px;
	-moz-border-radius: 0px 30px 30px 0px;
	-webkit-border-radius: 0px 30px 30px 0px;
	background: #CC0404;
	color: #fff;
	padding: 5px 15px;
	border: 1px solid #CC0404;
	letter-spacing: 1px;
	font-weight: 500;
	font-size: 16px;
	margin-top: 7px;
}
.round-button2 {
	border-radius: 0px 30px 30px 0px;
	-moz-border-radius: 0px 30px 30px 0px;
	-webkit-border-radius: 0px 30px 30px 0px;
	background: #CC0404;
	color: #fff;
	padding: 4px 10px;
	border: 1px solid #CC0404;
	letter-spacing: 1px;
	font-weight: 500;
	font-size: 14px;
	width: 115px;
	position: absolute;
	margin-top: 15px;
	opacity: 0.8;
}
.link a:link {
	text-decoration: none;
	font-size: 15px;
	font-weight: normal;
	color: #fff !important;
}
.link a:active {
	text-decoration: none;
	font-size: 15px;
	font-weight: normal;
	color: #fff !important;
}
.link a:visited {
	text-decoration: none;
	font-size: 15px;
	font-weight: normal;
	color: #fff !important;
}
.link a:hover {
	text-decoration: none;
	font-size: 15px;
	font-weight: normal;
	color: #f00;
}
.btn {
	border-radius: 0px !important;
}
h2.blue {
	color: #333;
	font-weight: 400;
	font-family: 'Roboto', sans-serif;
	padding-bottom: 25px;
	margin-left:0px;
	text-transform:uppercase;
	padding-left:0px;
}
.block {
	background: #045d7c;
	padding: 5px 5px 5px 15px;
	margin-top: 3px;
	color: #fff;
}
.img__wrapper {
	width: 98%;
	height: 540px;
	position: relative;
	overflow: hidden;
}
.img__wrapper img {
	width: 100%;
	height: 530px;
	padding: 10px;
	border: 1px solid #ddd;
}
.sold_out {
	top: 2em;
	left: -4em;
	color: #fff;
	display: block;
	position: absolute;
	text-align: center;
	text-decoration: none;
	letter-spacing: .06em;
	background-color: #A00;
	padding: 0.5em 5em 0.4em 5em;
	text-shadow: 0 0 0.75em #444;
	box-shadow: 0 0 0.5em rgba(0,0,0,0.5);
	font: bold 16px/1.2em Arial, Sans-Serif;
	-webkit-text-shadow: 0 0 0.75em #444;
	-webkit-box-shadow: 0 0 0.5em rgba(0,0,0,0.5);
	-webkit-transform: rotate(-45deg) scale(0.75, 1);
	text-transform: uppercase;
	z-index: 10;
}
.sold_out:before {
	content: '';
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	position: absolute;
	margin: -0.3em -5em;
	transform: scale(0.7);
	-webkit-transform: scale(0.7);
	border: 2px rgba(255,255,255,0.7) dashed;
}
.img__wrapper2 {
	width: 100%;
	height: 350px;
	position: relative;
	overflow: hidden;
}
.img__wrapper2 img {
	width: 100%;
	height: 350px;
	padding: 10px;
	border: 1px solid #ddd;
	overflow: hidden;
}
.sold_out2 {
	top: 2em;
	left: -4em;
	color: #fff;
	display: block;
	position: absolute;
	text-align: center;
	text-decoration: none;
	letter-spacing: 1px;
	background-color: #A00;
	padding: 0.3em 4.3em 0.3em 4.8em;
	text-shadow: 0 0 0.75em #444;
	box-shadow: 0 0 0.5em rgba(0,0,0,0.5);
	font-size: 18px;
	font-family: 'Roboto', sans-serif;
	-webkit-text-shadow: 0 0 0.75em #444;
	-webkit-box-shadow: 0 0 0.5em rgba(0,0,0,0.5);
	-webkit-transform: rotate(-45deg) scale(0.75, 1);
	text-transform: uppercase;
	z-index: 10;
}
.sold_out2:before {
	content: '';
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	position: absolute;
	margin: -0.3em -5em;
	transform: scale(0.7);
	-webkit-transform: scale(0.7);
	border: 2px rgba(255,255,255,0.7) dashed;
}
.img-cat {
	width: 100%;
	height: 250px;
	border: 1px solid #ddd;
	padding: 10px;
	margin-bottom: 2px;
}
.img-main {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 200px;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	padding: 10px;
}
.green {
	color: green;
}
figure {
	padding: 0px !important;
	margin: 0px !important;
}
.navbar-brand {
	padding-top: 0px;
	margin-top: -20px;
}
.b-special {
	color: #36A0FF;
	font-size: 18px;
	font-weight: bold;
	display: block;
	height: 50px;
	width: 108px;
	text-align: right;
	padding: 0px 0px 0px 5px;
	margin: 0px;
}
.form-group input[type=text], input[type=email], textarea {
	border-radius: 0px;
}
.form-group textarea {
	border-radius: 0px;
}
.first-box {
	padding: 10px;
	background: #9C0;
	height:220px;
}
.second-box {
	padding: 10px;
	background: #39F;
	height:220px;
}
.third-box {
	padding: 10px;
	background: #F66;
	height:220px;
}
.fourth-box {
	padding: 10px;
	background: #6CC;
	height:220px;
}
.height {
	background: #eee;
	min-height: 650px;
	max-height: 100% !important;
}
tr:nth-child(even) {
	background: #eee
}
tr:nth-child(odd) {
	background: #fff
}
table.gridtable {
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	color: #333333;
	border-width: 0px;
	border-color: #ccc;
	border-collapse: collapse;
	border-spacing: 0px;
}
table.gridtable th {
	border-width: 1px;
	padding: 5px;
	border-style: solid;
	border-color: #ccc;
	background-color: #dedede;
}
table.gridtable td {
	border-width: 1px;
	padding: 5px;
	border-style: solid;
	border-color: #ddd;
	vertical-align: top;
	background: #fff;
	font-weight: normal;
}
#exterior-works {
	margin-top: 40px;
	padding: 50px 0;
	background: #eee;
}
#exterior-works .item-inner {
	position: relative;
	margin: 0;
}
.popImg img {
	width: auto;
	height: 500px;
}
.work-list a .featured-img {
	width: 100%;
}
.work-list a .featured-img img {
	width: 100%;
	height: 200px;
	float: left;
	position: relative;
}
 @keyframes imagehover {
 0% {
height: 40px;
}
 25% {
height: 80px;
}
 50% {
height: 120px;
}
 75% {
height: 160px;
}
 100% {
height: 200px;
}
}
.image-hover {
	display: none;
	position: absolute;
	background: none repeat scroll 0% 0% rgba(255, 255, 255, 0.5);
	text-align: center;
	width: 100%;
	height: 200px;
	float: left;
}
.image-hover i {
	color: rgba(138, 184, 57, 0);
	font-size: 30px;
	line-height: 200px;
	transition: 5s color ease-in;
	display: none;
}
.image-hover:hover i {
	display: block;
	color: #212A3F;
}
.work-list a h3 {
	text-align: center;
	padding: 15px 0px;
	font-size: 15px;
	float: left;
	width: 100%;
	font-weight: 400;
	background: #f0a34a;
	color: #fff;
	margin: 0px;
	font-family: 'Roboto', sans-serif;
}
.work-list a:hover .image-hover {
	display: block;
	animation: 0.4s ease-in 0s normal none 1 running imagehover;
}
.work-list {
	padding: 0px 0px;
}
.button-green {
	background-color: #4CAF50; /* Green */
	border: none;
	color: white;
	padding: 9px 32px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
}
p.details {
	font-size: 16px;
}
.floor_plans {
	width: 100%;
	height: 350px;
	border: 1px solid #ccc;
	padding: 10px;
}
.ref {
	line-height: 1.3em;
	font-size: 28px;
	text-align: right;
}
.boxtop {
	width: 100%;
	font-size: 24px;
}
.location {
	display: block;
	padding: 10px;
	background: #c6e3c6;
	font-size: 18px;
	line-height: 1.3em;
	text-transform: uppercase;
}
.address {
	display: block;
	padding: 0px 0px 10px 10px;
	background: #c6e3c6;
	font-size: 14px;
	line-height: 1.3em;
}
.date {
	width: 100%;
	margin-bottom: 10px;
	margin-top: 10px;
	color: #fff !important;
}
h3.tour {
	padding-left: 16px;
	line-height: 1.3em;
	font-size: 24px;
	color: green
}
.tour span {
	font-size: 17px;
	color: #333;
}
.social-side {
	width: 200px;
	height: 220px;
	position: fixed;
	margin-top: 30px;
	perspective: 1000px;
	left: -40px;
	z-index: 9999999999999999999999999999 !important;
}
.social-side li a {
	display: block;
	height: 40px;
	width: 60px;
	background: #c52d2f;
	border-bottom: 1px solid #333;
	font: normal normal normal 16px/20px 'FontAwesome', 'Source Sans Pro', Helvetica, Arial, sans-serif;
	color: #fff;
	-webkit-font-smoothing: antialiased;
	padding: 10px;
	text-decoration: none;
	text-align: center;
	transition: background .5s ease .300ms;
}
.social-side li:first-child a:hover {
	background: #3b5998
}
.social-side li:nth-child(2) a:hover {
	background: #00acee
}
.social-side li:nth-child(3) a:hover {
	background: #ea4c89
}
.social-side li:nth-child(4) a:hover {
	background: #dd4b39
}
.social-side li:first-child a {
	border-radius: 0 5px 0 0
}
.social-side li:last-child a {
	border-radius: 0 0 5px 0
}
.social-side li a span {
	width: 100px;
	float: left;
	text-align: center;
	background: #222;
	color: #fff;
	margin: -25px 74px;
	padding: 8px;
	transform-origin: 0;
	visibility: hidden;
	opacity: 0;
	transform: rotateY(45deg);
	border-radius: 5px;
	transition: all .5s ease .300ms;
}
.social-side li span:after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: -20px;
	top: 7px;
	border-left: 10px solid transparent;
	border-right: 10px solid #222;
	border-bottom: 10px solid transparent;
	border-top: 10px solid transparent;
}
.social-side li a:hover span {
	visibility: visible;
	opacity: 1;
	transform: rotateY(0)
}
.badge {
	font-weight: normal;
	font-size: 14px;
	padding: 10px;
	background: #f3aa30;
	border-radius: 0px;
}
.well {
	border-radius: 0px;
}
.listing_price {
	position: absolute;
	display: block;
	background: #0281d1;
	opacity: 0.8;
	padding: 3px 10px;
	font-size: 15px;
	color: #fff;
	left: 28px;
	margin-top: 157px;
}
.boder-box {
	border-left: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	padding: 10px;
	background: #eee;
	height: 145px;
}
.margin-bottom {
	margin-bottom: 35px;
}
.sel {
	font-size: 24px;
	margin-top: 22px;
	font-family: 'Roboto Condensed', sans-serif;
}
.gridtable select {
	-moz-appearance: none;
	background: rgba(255,255,255, 1) url("../images/dropdown.png") no-repeat scroll 100% center / 20px 13px !important;
	border: 1px solid #ccc;
	overflow: hidden;
	padding: 5px 20px 5px 6px !important;
	color: #0b547e;
	width: auto;
}
option:nth-child(odd) {
	text-align: left;
	background: #eee;
}
.gridtable input[type=text], input[type=file] {
	width: 100%;
	padding: 10px 10px;
	margin: 0px !important;
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
}
.gridtable input[type=password] {
	width: 100%;
	padding: 10px 10px;
	margin: 0px !important;
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
}
.gridtable input[type=file] {
	border: 1px solid #ccc;
}
.gridtable textarea {
	border: 1px solid #ccc;
	padding: 10px;
}
.highlight {
	background: #F0A400;
	color: #fff;
	font-family: 'Roboto', sans-serif;
	border-radius: 10px;
	width: auto;
}
.details_price {
	position: absolute;
	display: block;
	background: #0281d1;
	opacity: 0.8;
	padding: 3px 10px;
	font-size: 24px;
	color: #fff;
	left: 15px;
	bottom: 25px;
}
.pic-border {
	border: 1px solid #ccc;
	padding: 5px;
}
.pro {
}
.pro .feature-image {
	position: relative;
	margin-bottom: 24px;
}
.pro .feature-image img {
	width: 100%;
}
.pro .btn-sale {
	font-size: 12px;
	font-weight: 600;
	position: absolute;
	left: -15px;
	top: 9px;
	padding: 3px 7px 2px 7px;
	z-index: 1;
	font-weight: normal;
	letter-spacing: 1px;
}
.pro .btn-sale:hover {
	background: #333;
}
.btn-danger {
	background: #c52d2f;
}
.clear {
	margin-bottom: 20px;
	clear: both;
	height: 50px;
	border: 1px solid #666;
	padding: 3px;
	width: 100%;
	margin-left: -10px;
}
.clear:hover {
	opacity: 0.8;
}
.sold {
	font-family: 'Roboto', sans-serif;
	font-size: 24px;
	color: #c52d2f;
	margin-bottom: 5px;
	line-height: 1.3em;
}
.sold span {
	font-size: 15px;
}
.gallery_price {
	position: absolute;
	display: block;
	background: #0281d1;
	opacity: 0.8;
	padding: 3px 10px;
	font-size: 15px;
	color: #fff;
	left: 17px;
	bottom: 48px;
}
.sold_price {
	position: absolute;
	display: block;
	background: #0281d1;
	opacity: 0.8;
	padding: 3px 10px;
	font-size: 24px;
	color: #fff;
	left: 14px;
	bottom: 14px;
}
.height30{height:30px;}

.btn-warning{background:#c93333;}