/* ==== Google font ==== */
@import url('https://fonts.googleapis.com/css?family=Roboto:400,300,700,900');
@import url('https://fonts.googleapis.com/css?family=Cardo:400,400italic,700');

*{
	padding:0;
	margin:0;
}


body {
	width: 100%;
	height: 100%;
	font-family: 'Cardo', serif;
	font-weight: 300;
	color: #111;
	background-color: #fff;
	font-size: 14px;
	line-height: 1.6em;
	font-weight: 400;
	overflow-x: hidden;
}

html {
	width: 100%;
	height: 100%;
}

h1 {
	font-size: 38px;
}
h2 {
	font-size: 36px;
}
h3 {
	font-size: 32px;
}
h4 {
	font-size: 28px;
}
h5 {
	font-size: 24px;
}
h6 {
	font-size: 20px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0 0 30px;
	font-family: 'Cardo', sans-serif;
	font-weight: 400;
	color: #111;
}

h1.h-xlight,h2.h-xlight,h3.h-xlight ,h4.h-xlight ,h5.h-xlight ,h6.h-xlight  {
	font-weight: 200;
}

h1.h-light,h2.h-light,h3.h-light ,h4.h-light ,h5.h-light ,h6.h-light  {
	font-weight: 300;
}

h1.h-bold,h2.h-bold,h3.h-bold ,h4.h-bold ,h5.h-bold ,h6.h-bold  {
	font-weight: 600;
}

h1.font-light,h2.font-light,h3.font-light,h4.font-light,h5.font-light,h6.font-light {
	color: #fff;
}

.big-heading {
	font-size: 48px;
	font-weight: 700;
}

p {
	margin: 0 0 20px;

}

p.lead {
	font-weight: 600;
}

.highlight-light {
	background-color: rgba(255,255,255,.5);
	padding: 20px;
	display: inline-block;
	color: #111;
}

.highlight-dark {
	background-color: rgba(0,0,0,.5);
	padding: 20px;
	display: inline-block;
	color: #fff;
}

.highlight-color {
	padding: 20px;
	display: inline-block;
}

a {
	color: #666;
	transition: all .2s ease-in-out;
}

a:hover,
a:focus {
	text-decoration: none;
}

blockquote {
	padding: 10px 20px;
	margin: 0 0 20px;
	font-size: 24px;
	line-height: 1.5em;
	font-weight: 300;
	color: #999;
}

blockquote.bg-light {
	background-color: rgba(255,255,255,.8);
	padding: 20px;
	color: #222;
}

blockquote.bg-dark {
	background-color: rgba(0,0,0,.8);
	padding: 20px;
}

blockquote strong {
	font-weight: 700;
}




.light {
	font-weight: 400;
}

/* --- logo --- */
.site-logo {
	margin-top: 0px;
}
.site-logo img {
	height: 40px;
}
.site-logo a.brand {
	color: #111;
	text-transform: uppercase;
	font-size: 32px;
	font-family: 'Roboto', sans-serif;
	font-weight: 900;
	margin-top: 20px;
}

em, i{font-style: italic;}

/* ------- Navigation ------------ */
#navigation {
	background: #fff;
	z-index: 9999;
	width:100%;
	box-sizing:border-box;
	border-bottom: 1px solid #eee;
	box-shadow:0px 0px 20px rgba(0, 0, 0, 0.1);
	position: relative;
}


.navbar {
	margin-bottom: 0;
}

.navbar-brand {
	font-weight: 700;
}


.navbar-brand:focus {
	outline: 0;
}

.nav.navbar-nav {
	background-color: rgba(255,255,255,.6);
}

.navbar-custom.top-nav-collapse .nav.navbar-nav {
	background-color: rgba(0,0,0,0);
}


.navbar-custom ul.nav li a {
	font-size: 12px;
	letter-spacing: 1px;
	color: #444;
	text-transform: uppercase;
	font-weight: 700;
	font-family: 'Roboto', sans-serif;
}

.navbar-custom.top-nav-collapse ul.nav li a {
	transition: all .2s ease-in-out;
	color: #fff;
}

.navbar-custom ul.nav ul.dropdown-menu {
	border-radius: 0;
	margin-top: 21px;
	border-top: none;
}

.navbar-custom ul.nav li a:hover ul.dropdown-menu {
	transition: all .2s ease-in-out;
}


.navbar-custom ul.nav ul.dropdown-menu li {
	border-bottom: 1px solid #f5f5f5;

}

.navbar-custom ul.nav ul.dropdown-menu li:last-child{
	border-bottom: none;
}

.navbar-custom ul.nav ul.dropdown-menu li a {
	padding: 10px 20px;
}

.navbar-custom ul.nav ul.dropdown-menu li a:hover {
	background: #fefefe;
}

.navbar-custom.top-nav-collapse ul.nav ul.dropdown-menu li a {
	color: #666;
}

.navbar-custom .nav li a {
	transition: background .3s ease-in-out;
}

.navbar-custom .nav li a:hover,
.navbar-custom .nav li a:focus,
.navbar-custom .nav li.active {
	outline: 0;
	background-color: rgba(255,255,255,.2);
}
.navbar-custom .nav li a:hover,
.navbar-custom .nav li a:focus,
.navbar-custom .nav li.active {
	outline: 0;
	background-color: rgba(255,255,255,.2);
}

.navbar-toggle {
	padding: 4px 6px;
	font-size: 14px;
	color: #fff;
}

.navbar-toggle:focus,
.navbar-toggle:active {
	outline: 0;
}


/* misc */
hr {
	margin-top: 10px;
}

hr.bold {
	border-top: 3px solid #eee;
}

.divider-header {
	display: block;
	width: 40px;
	height: 2px;
	margin: 0 auto;
	margin-bottom: 10px;
}

.divider-short {
	display: block;
	width: 60px;
	height: 5px;
	margin: 0 auto;
	margin-bottom: 10px;
}

/* margins */
.marginbot-0{margin-bottom:0 !important;}
.marginbot-10{margin-bottom:10px !important;}
.marginbot-20{margin-bottom:20px !important;}
.marginbot-30{margin-bottom:30px !important;}
.marginbot-40{margin-bottom:40px !important;}
.marginbot-50{margin-bottom:50px !important;}
.marginbot-60{margin-bottom:60px !important;}
.marginbot-70{margin-bottom:70px !important;}
.marginbot-80{margin-bottom:80px !important;}
.marginbot-90{margin-bottom:90px !important;}
.marginbot-100{margin-bottom:100px !important;}

.margintop-0{margin-top:0 !important;}
.margintop-10{margin-top:10px !important;}
.margintop-20{margin-top:20px !important;}
.margintop-30{margin-top:30px !important;}
.margintop-40{margin-top:40px !important;}
.margintop-45{margin-top:45px !important;}
.margintop-50{margin-top:50px !important;}

/* ===========================
--- General sections
============================ */

.home-section {
	padding-top: 50px;
	padding-bottom: 55px;
	display:block;
	position:relative;
	z-index:120;
	height: calc(100% - 120px);
}
@media (max-width: 1140px) {
	.home-section {
		padding-top: 0;
	}
}
.inner-section {
	padding-top: 55px;
	padding-bottom: 55px;
}


.home-section.nopadd-bot {
	padding-bottom: 0;
}

/* .home-padding {
	padding-top: 35px;
} */
.section-heading h2 {
	font-size: 24px;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.section-heading p {
	font-weight: 300;
	font-size: 20px;
	line-height: 1.6em;
}

.color-dark .section-heading h2 {
	color: #111;
}
.color-dark .section-heading p {
	color: #444;
}

.color-dark .divider-short {
	background: #666;
}
.color-dark .divider-header {
	background: #666;
}

.color-light .divider-short {
	background: #666;
}
.color-light .divider-header {
	background: #666;
}


.color-light .section-heading h2 {
	color: #fff;
}
.color-light .section-heading p {
	color: #fefefe;
}

.color-light blockquote,.color-light p {
	color: #fefefe;
}

/* --- section bg var --- */

.bg-white {
	background: #fff;
}

.bg-gray {
	background: #f9f9f9;
}


.bg-dark {
	background: #404040;
}

/* --- section color var --- */

.text-light {
	color: #fff;
}



/* ===========================
--- Intro
============================ */

.hero { background: url(../img/hero-bg.jpg) no-repeat center center; background-size: cover; padding: 300px 0 300px 0; height: auto;     position: relative;}
.hero h1 { font-size: 32px;letter-spacing: 1px;text-transform: uppercase; margin: 40px 0 10px; font-weight: 600; color: #fff;}
.hero h1 span { color: #a1a9b0; display: inline-block; }
.hero p { font-size: 18px;line-height: 42px; color: #fefefe; }
.learn-more-btn { background: rgba(61, 201, 179, 1); padding: 20px 40px; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; -o-border-radius: 5px; color: #fff; text-transform: uppercase; letter-spacing: 1px; display: inline-block; box-shadow: 0px 3px 0px 0px #309383; margin: 60px 0 0; font-weight: bold; }
.learn-more-btn:hover, .learn-more-btn:focus { background: rgba(61, 201, 179, 0.6); color: #fff; }



.intro {
	width:100%;
	position:relative;
	padding:0;
}
.intro-inner {
	width:100%;
	position:relative;
	padding:120px 0 20px;
}

.brand-heading {
	font-size: 40px;
}

.intro-text {
	font-size: 18px;
}


/* Carousel Styles */

.carousel-inner img {
	width: 100%;
	max-height: 650px;
}

.carousel-control {
	width: 0;
}

.carousel-control.left,
.carousel-control.right {
	opacity: 1;
	filter: alpha(opacity=100);
	background-image: none;
	background-repeat: no-repeat;
	text-shadow: none;
}

.carousel-control.left span {
	padding: 0;
}

.carousel-control.right span {
	padding: 0;
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-prev,
.carousel-control .icon-next {
	position: absolute;
	top: 45%;
	z-index: 5;
	display: inline-block;
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
	left: 30px;
}

.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
	right: 30px;
}



.carousel-control.left span:hover,
.carousel-control.right span:hover {
	opacity: .7;
	filter: alpha(opacity=70);
}

.carousel-inner > .item {
	margin-left:0;
	margin-top:0;
	margin-bottom:0;
	padding-left: 0;
	width: 100%;
	height: auto;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
	display: block;
	max-width: 100%;
	height: auto;
	margin-left:0;
	padding-left: 0;
}


/* Carousel Header Styles */
.header-text {
	position: absolute;
	top: 20%;
	left: 1.8%;
	right: auto;
	width: 96.66666666666666%;
	color: #fff;
}

.header-text h2 {
	font-size: 40px;
}

.header-text h2 span {
	padding: 10px;
	color: #fff;
	text-transform: uppercase;
}

.header-text h3 span {
	color: #fff;
}

.btn-min-block {
	min-width: 170px;
	line-height: 26px;
}

.btn-theme {
	color: #fff;
	background-color: transparent;
	border: 2px solid #fff;
	margin-right: 15px;
}

.btn-theme:hover {
	color: #000;
	background-color: #fff;
	border-color: #fff;
}

/* ===========================
--- About
============================ */




/* ===========================
--- Services
============================ */
.service-box {
	background: #fff;
	border-bottom: none!important;
	padding: 40px 20px;
	min-height: 390px;
}

.service-box:hover {
	transition: all .2s ease-in-out;
	/* margin-top: -20px; */
}

.service-icon {
	margin-bottom: 20px;
}

.service-desc{margin-top: -30px;}

.service-desc h5 {
	text-transform: uppercase;
	font-weight: 700;
	color: #666;
	font-size: 14px;
	margin-bottom: 10px;
	height: 28px;
	overflow: hidden;
}
.service-desc .divider-header {
	margin-bottom: 10px;
}

.service-desc h6 {
	font-size: 14px;
	margin-bottom: 0;
}

/* ===========================
--- Works
============================ */

#owl-works {

}

.item {
	margin: 10px;
}

.item img {
	display: block;
	width: 100%;
	height: auto;
}

/* ===========================
--- Contact
============================ */


.form-group {
	margin-bottom: 20px;
}

form#contact-form .form-group label {
	text-align: left !important;
	display: block;
	text-transform: uppercase;
	font-size: 16px;
}
form#contact-form input,form#contact-form select,form#contact-form textarea {
	font-size: 14px;
	line-height: 1.6em;
	border: 1px solid #eee;
	box-shadow:  none;
	border-radius: 2px;
}

.btn-lg,
.btn-group-lg > .btn {
	border-radius: 2px;
}

form#contact-form input:focus,form#contact-form select:focus,form#contact-form textarea:focus {
	box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
}
.input-group-addon {
	background-color: #fefefe;
	border: 1px solid #eee;
}

.widget-contact {
	text-align: left;
}



/* ===========================
--- Bottom
============================ */

.boxcol-25 {
	width: 100%;
}

.box-social {
	list-style: none;
}

.box-social li {
	width: 25%;
	float: left;
}


.box-social .social-facebook a {
	display: block;
	background: #3873ae;
}


/* ==== Sidebar ==== */
.sidebar .widget h5 {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 20px;
	text-transform: uppercase;
}
.sidebar .widget {
	margin-bottom: 50px;
}

.widget ul {
	list-style: none;
	margin-left:0;
	padding-left:0;
}
.sidebar .widget ul li {
	margin-left:0;
	padding-left:0;
	margin-bottom: 10px;
}
.sidebar .widget ul li a {
	color: #666;
}


.widget.widget_categories ul li:before {
	display: inline-block;
	font-family: 'Pe-icon-7-stroke';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\e684";
	margin-right: 10px;
}


.widget.widget_recent_post ul li figure {
	float: left;
	margin: 0 20px 0 0;
}

.widget.widget_recent_post ul li {
	margin-bottom: 25px;
}

.widget.widget_recent_post ul li:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.widget.widget_recent_post ul li h6 {
	margin-bottom: 10px;
}
.widget.widget_recent_post ul li span {
	font-size: 14px;
}

.widget .tagcloud a {
	padding: 4px 10px;
	color: #fff;
	display:inline-block;
	margin: 0 10px 10px 0;
	font-size: 14px;
	border-radius: 2px;
}

.widget .tagcloud a:hover {
	color: #fff;
	background: #333;
}

/* --- widget --- */

form.search-form input {
	font-size: 18px;
	line-height: 1.6em;
	border: 1px solid #eee;
	box-shadow:  none;
	border-radius: 2px;
}

form.search-form input:focus {
	box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
}



/* ===========================
--- Footer
============================ */

footer {
	background-color: #404040;
}

footer {
	text-align: center;
	padding: 20px 0 0px;

}

footer.fixed--footer{position: fixed;bottom:0; width: 100%;z-index: 999999}

footer p {
	color: #f8f8f8;
	font-size: 12px;
}

footer a.totop {
	color: #fff;
	margin-bottom: 30px;
}
footer a.totop:focus {
	outline: 0;
}



/* menu */
ul.footer-menu {
	list-style: none;
}

ul.footer-menu li {
	float: left;
	margin: 0 0 0 10px;

}

ul.footer-menu li a {
	color: #fff;
	font-size: 16px;
	padding-left: 9px;
	line-height: 1.1em;
}

ul.footer-menu li:first-child a {
	border-left: none;
	padding-left: 0;
}

.social-widget {
	margin-top: 20px;
	margin-bottom: 30px;
}
.social-widget ul li a:hover {
	color: #fff;
}

footer .social-widget ul.team-social li a {
	margin: 0 5px;
}

/* === testimonial slide === */
.testimonialslide {
	margin-top:0;
	padding-top: 0;
}

.testimonialslide ul li blockquote {
	color: #fff;
	border-left: none;
}

.testimonialslide ul li h4 {
	color: #fff;
	font-weight: 900;
}
.testimonialslide ul li h4 span {
	color: #fff;
	font-weight: 400;
}


/* --- button --- */
.btn {
	border-radius: 2px;
	position: relative;
	display: inline-block;
	outline: none;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 400;
	text-shadow: 0 0 1px rgba(255,255,255,0.3);
	font-size: 14px;
}

.btn.btn-noradius {
	border-radius: 0;
}

a.btn:focus{
	outline: 0;
}

.btn-red {
	color: #fff;
	background-color: #c83539;
	border-color: #c83539;
}
.btn-red:hover,
.btn-red:focus,
.btn-red:active,
.btn-red.active {
	color: #fff;
	background-color: #666;
	border-color: #666;
}
.btn-red:active {
	background-image: none;
}


.btn-skin:hover,
.btn-skin:focus,
.btn-skin:active,
.btn-skin.active {
	color: #fff;
	background-color: #666;
	border-color: #666;
}


.btn-default:hover,
.btn-default:focus {
	border: 1px solid #28c3ab;
	outline: 0;
	color: #000;
	background-color: #28c3ab;
}

.btn-huge {
	padding: 25px;
	font-size: 26px;
}

.banner-social-buttons {
	margin-top: 0;
}

/* --- progress --- */
.progress {
	height: 40px;

}
.progress-bar {
	font-size: 14px;
	line-height: 40px;
}

/* Media queries */

@media(min-width: 1139px) {

	.navbar {
		padding: 20px 0;
		border-bottom: 0;
		letter-spacing: 1px;
		background: 0 0;
		transition: background .5s ease-in-out,padding .5s ease-in-out;
	}

	.top-nav-collapse {
		padding: 0;
		background-color: #000;
	}

	.navbar-custom.top-nav-collapse {
		border-bottom: 1px solid rgba(255,255,255,.3);
	}

	.intro {
		height: 100%;
		padding: 0;
	}

	.brand-heading {
		font-size: 100px;
	}


	.intro-text {
		font-size: 25px;
	}


}
@media (max-width: 1140px) {
	.mobile-hide{display: none;}
	#navigation {
		padding: 20px 0;
	}
	.site-logo{
		margin: 0 0 0 30px;
		float:none;
	}
	.navbar-custom ul.nav li a {
		color: #444;
	}
	.navbar-custom ul.nav ul.dropdown-menu li {
		border-bottom: 1px solid #aaa;

	}
	.navbar-header {
		margin-top:-40px;
		padding:0;
	}
	.navbar-header button {
		background: #111;
	}

	.navbar-header button.navbar-toggle {
		padding: 4px 15px;
		font-size: 14px;
		color: #fff;
	}

	.navbar-custom .nav {
		background: #444;
	}

	.service-box {
		margin-bottom: 50px;
	}

	.team-wrap {
		margin-bottom: 30px;
	}

	form#contact-form {
		margin-bottom: 50px;
	}

	.xs-marginbot-20 {
		margin-bottom: 20px;
	}

}

@media (max-width:480px) {

	.navbar-custom .nav.navbar-nav {
		background-color: rgba(255,255,255,.4);
	}

	.navbar.navbar-custom.navbar-fixed-top {
		margin-bottom: 30px;
	}
}



/*animations*/

/******************
* Bounce in right *
*******************/


.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.slow{
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.slower{
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.slowest{
	-webkit-animation-duration: 3s;
	animation-duration: 3s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.bounceInRight, .bounceInLeft, .bounceInUp, .bounceInDown{
	opacity:0;
	transform: translateX(400px);
}
.fadeInRight, .fadeInLeft, .fadeInUp, .fadeInDown{
	opacity:0;
	transform: translateX(400px);
}

.flipInX, .flipInY, .rotateIn, .rotateInUpLeft, .rotateInUpRight, .rotateInDownLeft, .rotateDownUpRight, .rollIn{
	opacity:0;
}

.lightSpeedInRight, .lightSpeedInLeft{
	opacity:0;
	transform: translateX(400px);
}

/***********
* bounceIn *
************/
@-webkit-keyframes bounceIn {
	0% {
		opacity: 0;
		-webkit-transform: scale(.3);
	}

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

	70% {
		-webkit-transform: scale(.9);
	}

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

@keyframes bounceIn {
	0% {
		opacity: 0;
		transform: scale(.3);
	}

	50% {
		opacity: 1;
		transform: scale(1.05);
	}

	70% {
		transform: scale(.9);
	}

	100% {
		transform: scale(1);
	}
}

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

/****************
* bounceInRight *
****************/

@-webkit-keyframes bounceInRight {
	0% {
		opacity: 0;

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

		-webkit-transform: translateX(-30px);
	}
	80% {
		-webkit-transform: translateX(10px);
	}
	100% {
		opacity: 1;

		-webkit-transform: translateX(0);
	}
}

@keyframes bounceInRight {
	0% {
		opacity: 0;

		transform: translateX(400px);
	}
	60% {

		transform: translateX(-30px);
	}
	80% {
		transform: translateX(10px);
	}
	100% {
		opacity: 1;

		transform: translateX(0);
	}
}


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

/******************
* Bounce in left *
*******************/

@-webkit-keyframes bounceInLeft {
	0% {
		opacity: 0;

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

		-webkit-transform: translateX(30px);
	}
	80% {
		-webkit-transform: translateX(-10px);
	}
	100% {
		opacity: 1;

		-webkit-transform: translateX(0);
	}
}

@keyframes bounceInLeft {
	0% {
		opacity: 0;

		transform: translateX(-400px);
	}
	60% {

		transform: translateX(30px);
	}
	80% {
		transform: translateX(-10px);
	}
	100% {
		opacity: 1;

		transform: translateX(0);
	}
}

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

/******************
* Bounce in up *
*******************/

@-webkit-keyframes bounceInUp {
	0% {
		opacity: 0;

		-webkit-transform: translateY(400px);
	}
	60% {

		-webkit-transform: translateY(-30px);
	}
	80% {
		-webkit-transform: translateY(10px);
	}
	100% {
		opacity: 1;

		-webkit-transform: translateY(0);
	}
}

@keyframes bounceInUp {
	0% {
		opacity: 0;

		transform: translateY(400px);
	}
	60% {

		transform: translateY(-30px);
	}
	80% {
		transform: translateY(10px);
	}
	100% {
		opacity: 1;

		transform: translateY(0);
	}
}

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


/******************
* Bounce in down *
*******************/

@-webkit-keyframes bounceInDown {
	0% {
		opacity: 0;

		-webkit-transform: translateY(-400px);
	}
	60% {

		-webkit-transform: translateY(30px);
	}
	80% {
		-webkit-transform: translateY(-10px);
	}
	100% {
		opacity: 1;

		-webkit-transform: translateY(0);
	}
}

@keyframes bounceInDown {
	0% {
		opacity: 0;

		transform: translateY(-400px);
	}
	60% {

		transform: translateY(30px);
	}
	80% {
		transform: translateY(-10px);
	}
	100% {
		opacity: 1;

		transform: translateY(0);
	}
}

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


/**********
* Fade In *
**********/
@-webkit-keyframes fadeIn {
	0% {opacity: 0;}
	100% {opacity: 1;
		display:block;}
	}
	@keyframes fadeIn {
		0% {opacity: 0;}
		100% {opacity: 1;
			display:block;}
		}
		.fadeIn{
			opacity:0;
		}
		.fadeIn.go {
			-webkit-animation-name: fadeIn;
			animation-name: fadeIn;
		}

		/**********
		* Grow in *
		***********/

		@-webkit-keyframes growIn {
			0% {
				-webkit-transform: scale(0.2);
				opacity:0;
			}
			50% {
				-webkit-transform: scale(1.2);

			}
			100% {
				-webkit-transform: scale(1);
				opacity:1;
			}
		}
		@keyframes growIn {
			0% {
				transform: scale(0.2);
				opacity:0;
			}
			50% {
				transform: scale(1.2);

			}
			100% {
				transform: scale(1);
				opacity:1;
			}
		}
		.growIn {
			transform: scale(0.2);
			opacity:0;
		}
		.growIn.go{
			-webkit-animation-name: growIn;
			animation-name: growIn;
		}

		/********
		* Shake *
		********/
		@-webkit-keyframes shake {
			0%, 100% {-webkit-transform: translateX(0);}
			10%, 30%, 50%, 70%, 90% {-webkit-transform: translateX(-10px);}
			20%, 40%, 60%, 80% {-webkit-transform: translateX(10px);}
		}
		@keyframes shake {
			0%, 100% {transform: translateX(0);}
			10%, 30%, 50%, 70%, 90% {transform: translateX(-10px);}
			20%, 40%, 60%, 80% {transform: translateX(10px);}
		}
		.shake.go {
			-webkit-animation-name: shake;
			animation-name: shake;
		}

		/********
		* ShakeUp *
		********/
		@-webkit-keyframes shakeUp {
			0%, 100% {-webkit-transform: translateX(0);}
			10%, 30%, 50%, 70%, 90% {-webkit-transform: translateY(-10px);}
			20%, 40%, 60%, 80% {-webkit-transform: translateY(10px);}
		}
		@keyframes shakeUp {
			0%, 100% {transform: translateY(0);}
			10%, 30%, 50%, 70%, 90% {transform: translateY(-10px);}
			20%, 40%, 60%, 80% {transform: translateY(10px);}
		}
		.shakeUp.go {
			-webkit-animation-name: shakeUp;
			animation-name: shakeUp;
		}

		/*************
		* FadeInLeft *
		*************/

		@-webkit-keyframes fadeInLeft {
			0% {
				opacity: 0;
				-webkit-transform: translateX(-400px);
			}
			50%{
				opacity: 0.3;
			}
			100% {
				opacity: 1;
				-webkit-transform: translateX(0);
			}
		}
		@keyframes fadeInLeft {
			0% {
				opacity: 0;
				transform: translateX(-400px);
			}
			50%{
				opacity: 0.3;
			}
			100% {
				opacity: 1;
				transform: translateX(0);
			}
		}
		.fadeInLeft{
			opacity: 0;
			transform: translateX(-400px);
		}
		.fadeInLeft.go {
			-webkit-animation-name: fadeInLeft;
			animation-name: fadeInLeft;
		}


		/*************
		* FadeInRight *
		*************/

		@-webkit-keyframes fadeInRight {
			0% {
				opacity: 0;
				-webkit-transform: translateX(400px);
			}
			50%{
				opacity: 0.3;
			}
			100% {
				opacity: 1;
				-webkit-transform: translateX(0);
			}
		}
		@keyframes fadeInRight {
			0% {
				opacity: 0;
				transform: translateX(400px);
			}
			50%{
				opacity: 0.3;
			}
			100% {
				opacity: 1;
				transform: translateX(0);
			}
		}
		.fadeInRight{
			opacity: 0;
			transform: translateX(400px);
		}
		.fadeInRight.go {
			-webkit-animation-name: fadeInRight;
			animation-name: fadeInRight;
		}

		/*************
		* FadeInUp *
		*************/

		@-webkit-keyframes fadeInUp {
			0% {
				opacity: 0;
				-webkit-transform: translateY(400px);
			}
			50%{
				opacity: 0.3;
			}
			100% {
				opacity: 1;
				-webkit-transform: translateY(0);
			}
		}
		@keyframes fadeInUp {
			0% {
				opacity: 0;
				transform: translateY(400px);
			}
			50%{
				opacity: 0.3;
			}
			100% {
				opacity: 1;
				transform: translateY(0);
			}
		}
		.fadeInUp{
			opacity: 0;
			transform: translateY(400px);
		}
		.fadeInUp.go {
			-webkit-animation-name: fadeInUp;
			animation-name: fadeInUp;
		}

		/*************
		* FadeInDown *
		*************/

		@-webkit-keyframes fadeInDown {
			0% {
				opacity: 0;
				-webkit-transform: translateY(-400px);
			}
			50%{
				opacity: 0.3;
			}
			100% {
				opacity: 1;
				-webkit-transform: translateY(0);
			}
		}
		@keyframes fadeInDown {
			0% {
				opacity: 0;
				transform: translateY(-400px);
			}
			50%{
				opacity: 0.3;
			}
			100% {
				opacity: 1;
				transform: translateY(0);
			}
		}
		.fadeInDown{
			opacity: 0;
			transform: translateY(-400px);
		}
		.fadeInDown.go {
			-webkit-animation-name: fadeInDown;
			animation-name: fadeInDown;
		}

		/*****************
		* rotateIn *
		*****************/
		@-webkit-keyframes rotateIn {
			0% {
				-webkit-transform-origin: center center;
				-webkit-transform: rotate(-200deg);
				opacity: 0;
			}
			100% {
				-webkit-transform-origin: center center;
				-webkit-transform: rotate(0);
				opacity: 1;
			}
		}
		@keyframes rotateIn {
			0% {
				transform-origin: center center;
				transform: rotate(-200deg);
				opacity: 0;
			}
			100% {
				transform-origin: center center;
				transform: rotate(0);
				opacity: 1;
			}
		}
		.rotateIn.go {
			-webkit-animation-name: rotateIn;
			animation-name: rotateIn;
		}

		/*****************
		* rotateInUpLeft *
		*****************/

		@-webkit-keyframes rotateInUpLeft {
			0% {
				-webkit-transform-origin: left bottom;
				-webkit-transform: rotate(90deg);
				opacity: 0;
			}
			100% {
				-webkit-transform-origin: left bottom;
				-webkit-transform: rotate(0);
				opacity: 1;
			}
		}
		@keyframes rotateInUpLeft {
			0% {
				transform-origin: left bottom;
				transform: rotate(90deg);
				opacity: 0;
			}
			100% {
				transform-origin: left bottom;
				transform: rotate(0);
				opacity: 1;
			}
		}
		.rotateInUpLeft.go {
			-webkit-animation-name: rotateInUpLeft;
			animation-name: rotateInUpLeft;
		}

		/*******************
		* rotateInDownLeft *
		*******************/
		@-webkit-keyframes rotateInDownLeft {
			0% {
				-webkit-transform-origin: left bottom;
				-webkit-transform: rotate(-90deg);
				opacity: 0;
			}
			100% {
				-webkit-transform-origin: left bottom;
				-webkit-transform: rotate(0);
				opacity: 1;
			}
		}
		@keyframes rotateInDownLeft {
			0% {
				transform-origin: left bottom;
				transform: rotate(-90deg);
				opacity: 0;
			}
			100% {
				transform-origin: left bottom;
				transform: rotate(0);
				opacity: 1;
			}
		}
		.rotateInDownLeft.go {
			-webkit-animation-name: rotateInDownLeft;
			animation-name: rotateInDownLeft;
		}

		/******************
		* rotateInUpRight *
		*******************/

		@-webkit-keyframes rotateInUpRight {
			0% {
				-webkit-transform-origin: right bottom;
				-webkit-transform: rotate(-90deg);
				opacity: 0;
			}
			100% {
				-webkit-transform-origin: right bottom;
				-webkit-transform: rotate(0);
				opacity: 1;
			}
		}
		@keyframes rotateInUpRight {
			0% {
				transform-origin: right bottom;
				transform: rotate(-90deg);
				opacity: 0;
			}
			100% {
				transform-origin: right bottom;
				transform: rotate(0);
				opacity: 1;
			}
		}
		.rotateInUpRight.go {
			-webkit-animation-name: rotateInUpRight;
			animation-name: rotateInUpRight;
		}

		/********************
		* rotateInDownRight *
		********************/

		@-webkit-keyframes rotateInDownRight {
			0% {
				-webkit-transform-origin: right bottom;
				-webkit-transform: rotate(90deg);
				opacity: 0;
			}
			100% {
				-webkit-transform-origin: right bottom;
				-webkit-transform: rotate(0);
				opacity: 1;
			}
		}
		@keyframes rotateInDownRight {
			0% {
				transform-origin: right bottom;
				transform: rotate(90deg);
				opacity: 0;
			}
			100% {
				transform-origin: right bottom;
				transform: rotate(0);
				opacity: 1;
			}
		}
		.rotateInDownRight.go {
			-webkit-animation-name: rotateInDownRight;
			animation-name: rotateInDownRight;
		}

		/*********
		* rollIn *
		**********/

		@-webkit-keyframes rollIn {
			0% { opacity: 0; -webkit-transform: translateX(-100%) rotate(-120deg); }
			100% { opacity: 1; -webkit-transform: translateX(0px) rotate(0deg); }
		}
		@keyframes rollIn {
			0% { opacity: 0; transform: translateX(-100%) rotate(-120deg); }
			100% { opacity: 1; transform: translateX(0px) rotate(0deg); }
		}
		.rollIn.go {
			-webkit-animation-name: rollIn;
			animation-name: rollIn;
		}

		/*********
		* wiggle *
		**********/

		@-webkit-keyframes wiggle {
			0% { -webkit-transform: skewX(9deg); }
			10% { -webkit-transform: skewX(-8deg); }
			20% { -webkit-transform: skewX(7deg); }
			30% { -webkit-transform: skewX(-6deg); }
			40% { -webkit-transform: skewX(5deg); }
			50% { -webkit-transform: skewX(-4deg); }
			60% { -webkit-transform: skewX(3deg); }
			70% { -webkit-transform: skewX(-2deg); }
			80% { -webkit-transform: skewX(1deg); }
			90% { -webkit-transform: skewX(0deg); }
			100% { -webkit-transform: skewX(0deg); }
		}
		@keyframes wiggle {
			0% { transform: skewX(9deg); }
			10% { transform: skewX(-8deg); }
			20% { transform: skewX(7deg); }
			30% { transform: skewX(-6deg); }
			40% { transform: skewX(5deg); }
			50% { transform: skewX(-4deg); }
			60% { transform: skewX(3deg); }
			70% { transform: skewX(-2deg); }
			80% { transform: skewX(1deg); }
			90% { transform: skewX(0deg); }
			100% { transform: skewX(0deg); }
		}
		.wiggle.go {
			-webkit-animation-name: wiggle;
			animation-name: wiggle;
			-webkit-animation-timing-function: ease-in;
			animation-timing-function: ease-in;
		}

		/********
		* swing *
		*********/

		@-webkit-keyframes swing {
			20%, 40%, 60%, 80%, 100% { -webkit-transform-origin: top center; }
			20% { -webkit-transform: rotate(15deg); }
			40% { -webkit-transform: rotate(-10deg); }
			60% { -webkit-transform: rotate(5deg); }
			80% { -webkit-transform: rotate(-5deg); }
			100% { -webkit-transform: rotate(0deg); }
		}
		@keyframes swing {
			20% { transform: rotate(15deg); }
			40% { transform: rotate(-10deg); }
			60% { transform: rotate(5deg); }
			80% { transform: rotate(-5deg); }
			100% { transform: rotate(0deg); }
		}
		.swing.go {
			transform-origin: top center;
			-webkit-animation-name: swing;
			animation-name: swing;
		}

		/*******
		* tada *
		********/

		@-webkit-keyframes tada {
			0% {-webkit-transform: scale(1);}
			10%, 20% {-webkit-transform: scale(0.9) rotate(-3deg);}
			30%, 50%, 70%, 90% {-webkit-transform: scale(1.1) rotate(3deg);}
			40%, 60%, 80% {-webkit-transform: scale(1.1) rotate(-3deg);}
			100% {-webkit-transform: scale(1) rotate(0);}
		}
		@keyframes tada {
			0% {transform: scale(1);}
			10%, 20% {transform: scale(0.9) rotate(-3deg);}
			30%, 50%, 70%, 90% {transform: scale(1.1) rotate(3deg);}
			40%, 60%, 80% {transform: scale(1.1) rotate(-3deg);}
			100% {transform: scale(1) rotate(0);}
		}
		.tada.go {
			-webkit-animation-name: tada;
			animation-name: tada;
		}

		/*********
		* wobble *
		**********/

		@-webkit-keyframes wobble {
			0% { -webkit-transform: translateX(0%); }
			15% { -webkit-transform: translateX(-25%) rotate(-5deg); }
			30% { -webkit-transform: translateX(20%) rotate(3deg); }
			45% { -webkit-transform: translateX(-15%) rotate(-3deg); }
			60% { -webkit-transform: translateX(10%) rotate(2deg); }
			75% { -webkit-transform: translateX(-5%) rotate(-1deg); }
			100% { -webkit-transform: translateX(0%); }
		}
		@keyframes wobble {
			0% { transform: translateX(0%); }
			15% { transform: translateX(-25%) rotate(-5deg); }
			30% { transform: translateX(20%) rotate(3deg); }
			45% { transform: translateX(-15%) rotate(-3deg); }
			60% { transform: translateX(10%) rotate(2deg); }
			75% { transform: translateX(-5%) rotate(-1deg); }
			100% { transform: translateX(0%); }
		}
		.wobble.go {
			-webkit-animation-name: wobble;
			animation-name: wobble;
		}

		/********
		* pulse *
		*********/

		@-webkit-keyframes pulse {
			0% { -webkit-transform: scale(1); }
			50% { -webkit-transform: scale(1.1); }
			100% { -webkit-transform: scale(1); }
		}
		@keyframes pulse {
			0% { transform: scale(1); }
			50% { transform: scale(1.1); }
			100% { transform: scale(1); }
		}
		.pulse.go {
			-webkit-animation-name: pulse;
			animation-name: pulse;
		}

		/***************
		* lightSpeedInRight *
		****************/
		@-webkit-keyframes lightSpeedInRight {
			0% { -webkit-transform: translateX(100%) skewX(-30deg); opacity: 0; }
			60% { -webkit-transform: translateX(-20%) skewX(30deg); opacity: 1; }
			80% { -webkit-transform: translateX(0%) skewX(-15deg); opacity: 1; }
			100% { -webkit-transform: translateX(0%) skewX(0deg); opacity: 1; }
		}
		@keyframes lightSpeedInRight {
			0% { transform: translateX(100%) skewX(-30deg); opacity: 0; }
			60% { transform: translateX(-20%) skewX(30deg); opacity: 1; }
			80% { transform: translateX(0%) skewX(-15deg); opacity: 1; }
			100% { transform: translateX(0%) skewX(0deg); opacity: 1; }
		}
		.lightSpeedInRight.go {
			-webkit-animation-name: lightSpeedInRight;
			animation-name: lightSpeedInRight;
			-webkit-animation-timing-function: ease-out;
			animation-timing-function: ease-out;
		}

		/***************
		* lightSpeedInLeft *
		****************/
		@-webkit-keyframes lightSpeedInLeft {
			0% { -webkit-transform: translateX(-100%) skewX(30deg); opacity: 0; }
			60% { -webkit-transform: translateX(20%) skewX(-30deg); opacity: 1; }
			80% { -webkit-transform: translateX(0%) skewX(15deg); opacity: 1; }
			100% { -webkit-transform: translateX(0%) skewX(0deg); opacity: 1; }
		}
		@keyframes lightSpeedInLeft {
			0% { transform: translateX(-100%) skewX(30deg); opacity: 0; }
			60% { transform: translateX(20%) skewX(-30deg); opacity: 1; }
			80% { transform: translateX(0%) skewX(15deg); opacity: 1; }
			100% { transform: translateX(0%) skewX(0deg); opacity: 1; }
		}
		.lightSpeedInLeft.go {
			-webkit-animation-name: lightSpeedInLeft;
			animation-name: lightSpeedInLeft;
			-webkit-animation-timing-function: ease-out;
			animation-timing-function: ease-out;
		}


		/*******
		* Flip *
		*******/
		@-webkit-keyframes flip {
			0% {
				-webkit-transform: perspective(400px) rotateY(0);
				-webkit-animation-timing-function: ease-out;
			}
			40% {
				-webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg);
				-webkit-animation-timing-function: ease-out;
			}
			50% {
				-webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
				-webkit-animation-timing-function: ease-in;
			}
			80% {
				-webkit-transform: perspective(400px) rotateY(360deg) scale(.95);
				-webkit-animation-timing-function: ease-in;
			}
			100% {
				-webkit-transform: perspective(400px) scale(1);
				-webkit-animation-timing-function: ease-in;
			}
		}
		@keyframes flip {
			0% {
				transform: perspective(400px) rotateY(0);
				-webkit-animation-timing-function: ease-out;
				animation-timing-function: ease-out;
			}
			40% {
				transform: perspective(400px) translateZ(150px) rotateY(170deg);
				-webkit-animation-timing-function: ease-out;
				animation-timing-function: ease-out;
			}
			50% {
				transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
				-webkit-animation-timing-function: ease-in;
				animation-timing-function: ease-in;
			}
			80% {
				transform: perspective(400px) rotateY(360deg) scale(.95);
				-webkit-animation-timing-function: ease-in;
				animation-timing-function: ease-in;
			}
			100% {
				transform: perspective(400px) scale(1);
				-webkit-animation-timing-function: ease-in;
				animation-timing-function: ease-in;
			}
		}
		.flip.go {
			-webkit-backface-visibility: visible !important;
			-webkit-animation-name: flip;
			backface-visibility: visible !important;
			animation-name: flip;
		}

		/**********
		* flipInX *
		**********/
		@-webkit-keyframes flipInX {
			0% {
				-webkit-transform: perspective(400px) rotateX(90deg);
				opacity: 0;
			}
			40% {
				-webkit-transform: perspective(400px) rotateX(-10deg);
			}
			70% {
				-webkit-transform: perspective(400px) rotateX(10deg);
			}
			100% {
				-webkit-transform: perspective(400px) rotateX(0deg);
				opacity: 1;
			}
		}
		@keyframes flipInX {
			0% {
				transform: perspective(400px) rotateX(90deg);
				opacity: 0;
			}
			40% {
				transform: perspective(400px) rotateX(-10deg);
			}
			70% {
				transform: perspective(400px) rotateX(10deg);
			}
			100% {
				transform: perspective(400px) rotateX(0deg);
				opacity: 1;
			}
		}
		.flipInX.go {
			-webkit-backface-visibility: visible !important;
			-webkit-animation-name: flipInX;
			backface-visibility: visible !important;
			animation-name: flipInX;
		}

		/**********
		* flipInY *
		**********/

		@-webkit-keyframes flipInY {
			0% {
				-webkit-transform: perspective(400px) rotateY(90deg);
				opacity: 0;
			}
			40% {
				-webkit-transform: perspective(400px) rotateY(-10deg);
			}
			70% {
				-webkit-transform: perspective(400px) rotateY(10deg);
			}
			100% {
				-webkit-transform: perspective(400px) rotateY(0deg);
				opacity: 1;
			}
		}
		@keyframes flipInY {
			0% {
				transform: perspective(400px) rotateY(90deg);
				opacity: 0;
			}
			40% {
				transform: perspective(400px) rotateY(-10deg);
			}
			70% {
				transform: perspective(400px) rotateY(10deg);
			}
			100% {
				transform: perspective(400px) rotateY(0deg);
				opacity: 1;
			}
		}
		.flipInY.go {
			-webkit-backface-visibility: visible !important;
			-webkit-animation-name: flipInY;
			backface-visibility: visible !important;
			animation-name: flipInY;
		}

		/*****************
		* Out animations *
		*****************/


		/************
		* bounceOut *
		*************/
		@-webkit-keyframes bounceOut {
			0% {
				-webkit-transform: scale(1);
			}
			25% {
				-webkit-transform: scale(.95);
			}
			50% {
				opacity: 1;
				-webkit-transform: scale(1.1);
			}
			100% {
				opacity: 0;
				-webkit-transform: scale(.3);
			}
		}
		@keyframes bounceOut {
			0% {
				transform: scale(1);
			}
			25% {
				transform: scale(.95);
			}
			50% {
				opacity: 1;
				transform: scale(1.1);
			}
			100% {
				opacity: 0;
				transform: scale(.3);
			}
		}
		.bounceOut.goAway {
			-webkit-animation-name: bounceOut;
			animation-name: bounceOut;
		}

		/************
		* bounceOutUp *
		*************/
		@-webkit-keyframes bounceOutUp {
			0% {
				-webkit-transform: translateY(0);
			}
			20% {
				opacity: 1;
				-webkit-transform: translateY(20px);
			}
			100% {
				opacity: 0;
				-webkit-transform: translateY(-2000px);
			}
		}
		@keyframes bounceOutUp {
			0% {
				transform: translateY(0);
			}
			20% {
				opacity: 1;
				transform: translateY(20px);
			}
			100% {
				opacity: 0;
				transform: translateY(-2000px);
			}
		}
		.bounceOutUp.goAway {
			-webkit-animation-name: bounceOutUp;
			animation-name: bounceOutUp;
		}

		/************
		* bounceOutDown *
		*************/
		@-webkit-keyframes bounceOutDown {
			0% {
				-webkit-transform: translateY(0);
			}
			20% {
				opacity: 1;
				-webkit-transform: translateY(-20px);
			}
			100% {
				opacity: 0;
				-webkit-transform: translateY(2000px);
			}
		}
		@keyframes bounceOutDown {
			0% {
				transform: translateY(0);
			}
			20% {
				opacity: 1;
				transform: translateY(-20px);
			}
			100% {
				opacity: 0;
				transform: translateY(2000px);
			}
		}
		.bounceOutDown.goAway {
			-webkit-animation-name: bounceOutDown;
			animation-name: bounceOutDown;
		}


		/************
		* bounceOutLeft *
		*************/
		@-webkit-keyframes bounceOutLeft {
			0% {
				-webkit-transform: translateX(0);
			}
			20% {
				opacity: 1;
				-webkit-transform: translateX(20px);
			}
			100% {
				opacity: 0;
				-webkit-transform: translateX(-2000px);
			}
		}
		@keyframes bounceOutLeft {
			0% {
				transform: translateX(0);
			}
			20% {
				opacity: 1;
				transform: translateX(20px);
			}
			100% {
				opacity: 0;
				transform: translateX(-2000px);
			}
		}
		.bounceOutLeft.goAway {
			-webkit-animation-name: bounceOutLeft;
			animation-name: bounceOutLeft;
		}

		/************
		* bounceOutRight *
		*************/
		@-webkit-keyframes bounceOutRight {
			0% {
				-webkit-transform: translateX(0);
			}
			20% {
				opacity: 1;
				-webkit-transform: translateX(-20px);
			}
			100% {
				opacity: 0;
				-webkit-transform: translateX(2000px);
			}
		}
		@keyframes bounceOutRight {
			0% {
				transform: translateX(0);
			}
			20% {
				opacity: 1;
				transform: translateX(-20px);
			}
			100% {
				opacity: 0;
				transform: translateX(2000px);
			}
		}
		.bounceOutRight.goAway {
			-webkit-animation-name: bounceOutRight;
			animation-name: bounceOutRight;
		}

		/************
		* fadeOut *
		*************/
		@-webkit-keyframes fadeOut {
			0% {opacity: 1;}
			100% {opacity: 0;}
		}
		@keyframes fadeOut {
			0% {opacity: 1;}
			100% {opacity: 0;}
		}
		.fadeOut.goAway {
			-webkit-animation-name: fadeOut;
			animation-name: fadeOut;
		}

		/************
		* fadeOutUp *
		*************/
		@-webkit-keyframes fadeOutUp {
			0% {
				opacity: 1;
				-webkit-transform: translateY(0);
			}
			100% {
				opacity: 0;
				-webkit-transform: translateY(-2000px);
			}
		}
		@keyframes fadeOutUp {
			0% {
				opacity: 1;
				transform: translateY(0);
			}
			100% {
				opacity: 0;
				transform: translateY(-2000px);
			}
		}
		.fadeOutUp.goAway {
			-webkit-animation-name: fadeOutUp;
			animation-name: fadeOutUp;
		}

		/************
		* fadeOutDown *
		*************/
		@-webkit-keyframes fadeOutDown {
			0% {
				opacity: 1;
				-webkit-transform: translateY(0);
			}
			100% {
				opacity: 0;
				-webkit-transform: translateY(2000px);
			}
		}
		@keyframes fadeOutDown {
			0% {
				opacity: 1;
				transform: translateY(0);
			}
			100% {
				opacity: 0;
				transform: translateY(2000px);
			}
		}
		.fadeOutDown.goAway {
			-webkit-animation-name: fadeOutDown;
			animation-name: fadeOutDown;
		}

		/************
		* fadeOutLeft *
		*************/
		@-webkit-keyframes fadeOutLeft {
			0% {
				opacity: 1;
				-webkit-transform: translateX(0);
			}
			100% {
				opacity: 0;
				-webkit-transform: translateX(-2000px);
			}
		}
		@keyframes fadeOutLeft {
			0% {
				opacity: 1;
				transform: translateX(0);
			}
			100% {
				opacity: 0;
				transform: translateX(-2000px);
			}
		}
		.fadeOutLeft.goAway {
			-webkit-animation-name: fadeOutLeft;
			animation-name: fadeOutLeft;
		}

		/************
		* fadeOutRight *
		*************/
		@-webkit-keyframes fadeOutRight {
			0% {
				opacity: 1;
				-webkit-transform: translateX(0);
			}
			100% {
				opacity: 0;
				-webkit-transform: translateX(2000px);
			}
		}
		@keyframes fadeOutRight {
			0% {
				opacity: 1;
				transform: translateX(0);
			}
			100% {
				opacity: 0;
				transform: translateX(2000px);
			}
		}
		.fadeOutRight.goAway {
			-webkit-animation-name: fadeOutRight;
			animation-name: fadeOutRight;
		}
		/************
		* flipOutX *
		*************/
		@-webkit-keyframes flipOutX {
			0% {
				-webkit-transform: perspective(400px) rotateX(0deg);
				opacity: 1;
			}
			100% {
				-webkit-transform: perspective(400px) rotateX(90deg);
				opacity: 0;
			}
		}
		@keyframes flipOutX {
			0% {
				transform: perspective(400px) rotateX(0deg);
				opacity: 1;
			}
			100% {
				transform: perspective(400px) rotateX(90deg);
				opacity: 0;
			}
		}
		.flipOutX.goAway {
			-webkit-animation-name: flipOutX;
			-webkit-backface-visibility: visible !important;
			animation-name: flipOutX;
			backface-visibility: visible !important;
		}

		/************
		* flipOutY *
		*************/
		@-webkit-keyframes flipOutY {
			0% {
				-webkit-transform: perspective(400px) rotateY(0deg);
				opacity: 1;
			}
			100% {
				-webkit-transform: perspective(400px) rotateY(90deg);
				opacity: 0;
			}
		}
		@keyframes flipOutY {
			0% {
				transform: perspective(400px) rotateY(0deg);
				opacity: 1;
			}
			100% {
				transform: perspective(400px) rotateY(90deg);
				opacity: 0;
			}
		}
		.flipOutY {
			-webkit-backface-visibility: visible !important;
			-webkit-animation-name: flipOutY;
			backface-visibility: visible !important;
			animation-name: flipOutY;
		}

		/************
		* lightSpeedOutRight *
		*************/
		@-webkit-keyframes lightSpeedOutRight {
			0% { -webkit-transform: translateX(0%) skewX(0deg); opacity: 1; }
			100% { -webkit-transform: translateX(100%) skewX(-30deg); opacity: 0; }
		}
		@keyframes lightSpeedOutRight {
			0% { transform: translateX(0%) skewX(0deg); opacity: 1; }
			100% { transform: translateX(100%) skewX(-30deg); opacity: 0; }
		}
		.lightSpeedOutRight.goAway {
			-webkit-animation-name: lightSpeedOutRight;
			animation-name: lightSpeedOutRight;
			-webkit-animation-timing-function: ease-in;
			animation-timing-function: ease-in;
		}


		/************
		* lightSpeedOutLeft *
		*************/
		@-webkit-keyframes lightSpeedOutLeft {
			0% { -webkit-transform: translateX(0%) skewX(0deg); opacity: 1; }
			100% { -webkit-transform: translateX(-100%) skewX(30deg); opacity: 0; }
		}
		@keyframes lightSpeedOutLeft {
			0% { transform: translateX(0%) skewX(0deg); opacity: 1; }
			100% { transform: translateX(-100%) skewX(30deg); opacity: 0; }
		}
		.lightSpeedOutLeft.goAway {
			-webkit-animation-name: lightSpeedOutLeft;
			animation-name: lightSpeedOutLeft;
			-webkit-animation-timing-function: ease-in;
			animation-timing-function: ease-in;

		}

		/************
		* rotateOut *
		*************/
		@-webkit-keyframes rotateOut {
			0% {
				-webkit-transform-origin: center center;
				-webkit-transform: rotate(0);
				opacity: 1;
			}
			100% {
				-webkit-transform-origin: center center;
				-webkit-transform: rotate(200deg);
				opacity: 0;
			}
		}
		@keyframes rotateOut {
			0% {
				transform-origin: center center;
				transform: rotate(0);
				opacity: 1;
			}
			100% {
				transform-origin: center center;
				transform: rotate(200deg);
				opacity: 0;
			}
		}
		.rotateOut.goAway {
			-webkit-animation-name: rotateOut;
			animation-name: rotateOut;
		}


		/************
		* rotateOutUpLeft *
		*************/
		@-webkit-keyframes rotateOutUpLeft {
			0% {
				-webkit-transform-origin: left bottom;
				-webkit-transform: rotate(0);
				opacity: 1;
			}
			100% {
				-webkit-transform-origin: left bottom;
				-webkit-transform: rotate(-90deg);
				opacity: 0;
			}
		}
		@keyframes rotateOutUpLeft {
			0% {
				transform-origin: left bottom;
				transform: rotate(0);
				opacity: 1;
			}
			100% {
				-transform-origin: left bottom;
				-transform: rotate(-90deg);
				opacity: 0;
			}
		}
		.rotateOutUpLeft.goAway {
			-webkit-animation-name: rotateOutUpLeft;
			animation-name: rotateOutUpLeft;
		}

		/************
		* rotateOutDownLeft *
		*************/

		@-webkit-keyframes rotateOutDownLeft {
			0% {
				-webkit-transform-origin: left bottom;
				-webkit-transform: rotate(0);
				opacity: 1;
			}
			100% {
				-webkit-transform-origin: left bottom;
				-webkit-transform: rotate(90deg);
				opacity: 0;
			}
		}
		@keyframes rotateOutDownLeft {
			0% {
				transform-origin: left bottom;
				transform: rotate(0);
				opacity: 1;
			}
			100% {
				transform-origin: left bottom;
				transform: rotate(90deg);
				opacity: 0;
			}
		}
		.rotateOutDownLeft.goAway {
			-webkit-animation-name: rotateOutDownLeft;
			animation-name: rotateOutDownLeft;
		}
		/************
		* rotateOutUpRight *
		*************/

		@-webkit-keyframes rotateOutUpRight {
			0% {
				-webkit-transform-origin: right bottom;
				-webkit-transform: rotate(0);
				opacity: 1;
			}
			100% {
				-webkit-transform-origin: right bottom;
				-webkit-transform: rotate(90deg);
				opacity: 0;
			}
		}
		@keyframes rotateOutUpRight {
			0% {
				transform-origin: right bottom;
				transform: rotate(0);
				opacity: 1;
			}
			100% {
				transform-origin: right bottom;
				transform: rotate(90deg);
				opacity: 0;
			}
		}
		.rotateOutUpRight.goAway {
			-webkit-animation-name: rotateOutUpRight;
			animation-name: rotateOutUpRight;
		}

		/************
		* rollOut *
		*************/
		@-webkit-keyframes rollOut {
			0% {
				opacity: 1;
				-webkit-transform: translateX(0px) rotate(0deg);
			}
			100% {
				opacity: 0;
				-webkit-transform: translateX(100%) rotate(120deg);
			}
		}
		@keyframes rollOut {
			0% {
				opacity: 1;
				transform: translateX(0px) rotate(0deg);
			}
			100% {
				opacity: 0;
				transform: translateX(100%) rotate(120deg);
			}
		}
		.rollOut.goAway {
			-webkit-animation-name: rollOut;
			animation-name: rollOut;
		}




		a:hover,
		a:focus {
			color: #087f26;
		}

		#navigation {
			border-top: 5px solid #087f26;
		}

		a,.tp-caption a.btn:hover {
			color: #087f26;
		}
		.top-nav-collapse {
			background: #087f26;
		}

		.carousel-indicators .active {
			background-color: #087f26;
		}

		.header-text h2 span {
			background-color: #087f26;
		}


		.navbar-custom ul.nav ul.dropdown-menu li a:hover {
			color: #087f26;
		}

		.owl-theme .owl-controls .owl-page.active span,
		.owl-theme .owl-controls.clickable .owl-page:hover span {
			background-color: #087f26;
		}

		.widget-avatar .avatar:hover {
			border: 5px solid #087f26;
		}

		.bg-skin {
			background: #087f26;
		}

		.highlight-color {
			background-color: #087f26;
		}

		.service-box:hover {
			border-bottom: 2px solid #087f26;
		}



		form#contact-form input:focus,form#contact-form select:focus,form#contact-form textarea:focus {
			border-color: #087f26;
		}
		form.search-form input:focus {
			border-color: #087f26;
		}

		/* footer */
		ul.footer-menu li a:hover {
			color: #087f26;
		}

		footer a.totop:hover {
			color: #087f26;
		}


		.btn-skin {
			color: #fff;
			background-color: #087f26;
			border-color: #087f26;
		}




		.aligncenter, .aligncenter img{display: block;margin: 0 auto;}
		.alignleft, .alignleft img{float:left;margin: 0 10px 5px 0;}
		.alignright, alignright img{float:right;margin: 0 0 5px 10px;}
		.wp-caption-text{font-style: italic;font-size: 75%;text-align: center;line-height: 24px;}
		.wp-caption img,
		.wp-caption {width:auto !important;max-width:100% !important;height:auto !important;}
		.wp-caption{margin: 60px auto;}

		.category-circle{border-radius: 50%!important;-moz-border-radius: 50%!important;overflow: hidden;margin-bottom: 15px;    padding: 15%;}
		.category-circle a img{filter: gray;filter: grayscale(80%);border-radius: 50%!important;-moz-border-radius: 50%!important;overflow: hidden;
			transition: all 0.4s ease-in-out;
			display: block;
			margin: 0 auto;

		}
		.category-circle a:hover img{filter: none;filter: grayscale(0%); }

		.service-desc p{font-size: 12px;line-height: 24px;text-align: justify;}

		.article--content{ font-size: 24px;line-height: 47.5px;text-align: justify;width: 80%;display: block;margin: 0 auto;}

		.large--first--cap p:first-child:first-letter{font-size: 98px; line-height: 60px; padding-top: 21px; padding-right: 8px; padding-left: 3px;font-weight: 700;float: left;}

		@media (max-width: 767px){.article--content{font-size: 20px;line-height: 36px;}}

		@media (max-width: 480px){.article--content{font-size: 16px;line-height: 28px;width: 90%;}.hero{padding: 150px 0 150px 0!important;}}

		h6 small{font-style: italic;}

		.hero--cover{}

			.pdfprnt-bottom-right a{float: right;}

			.letter--list {list-style-type: none;padding: 0;text-align: left;width: 100%;display: block;margin: 0 auto;}
			.letter--list li{display: inline-block;list-style-type: none; margin: 0 2px;}
			.letter--list li a{font-weight: 700;font-size: 24px;letter-spacing: 1px;text-transform: uppercase;font-family: 'Roboto', sans-serif;}

			.author--list--title{width: 100%;font-size: 16px;}

			.author--trigger{cursor: pointer;}
			.author--full--bio{display: none;clear: both;}
			.author--full--bio h3{margin-bottom: 10px;}
			.author--full--bio p{line-height: 26px; font-size: 14px;}
			.author--letter{border-top: 1px dotted #111;padding-top: 10px;}
			.author--letter span{float: right;font-size: 40%;}

			#s{border: 1px solid #444;margin-top: 11px;width: 140px;text-transform: uppercase;font-weight: 700;font-family: 'Roboto', sans-serif;font-size: 12px;letter-spacing: 1px;text-transform: none;}
			#searchsubmit{background: #444;border: none;text-transform: uppercase;font-weight: 700;font-family: 'Roboto', sans-serif;font-size: 10px;letter-spacing: 1px;color: #FFF;height: 24px;line-height: 26px;width: 80px;}
			#searchsubmit:hover{}

			#about{padding-top:55px; position: relative;}

			.amcharts-chart-div > a{display: none!important;}

			h3.subtitle{font-size: 18px;}
			.author-bio{ font-size: 20px;line-height: 36px;}

			.article--content img{max-width: 100%;height: auto;}

			.full-width-caption{position: absolute;bottom: 10px;right:10px;color: #fff;font-size: 110%;}

			.tw-pagination{margin-bottom: 40px!important;}

			.block_form_1 {display: inline-block;    margin: 10px 0 30px 10px;}
			.block_form_1 .text {margin-top:-4px; padding-bottom:3px;}
			.block_form_1 .text p {padding-bottom:0px;font-family: 'Roboto', sans-serif; color:#424242; line-height:19px;}
			.block_form_1 .label {padding:19px 0px 12px; font-family:'Montserrat', Helvetica, Arial, sans-serif; color:#666666;}
			.block_form_1 .label span {color:#ff0000;}
			.block_form_1 .field {width:280px; height:30px; padding:0px 10px; overflow:hidden; border:1px solid #dedede;}
			.block_form_1 .field.focused {border-color:#b1e0e0;}
			.block_form_1 .field.errored {border-color:#ff0000;}
			.block_form_1 .field input {width:100%; line-height:18px; padding:5px 0px; display:block; background-color:transparent; border:0px; font-family:'Open Sans', Helvetica, Arial, sans-serif; font-size:13px; color:#424242;}
			.block_form_1 .textarea {padding:5px 10px; overflow:hidden; border:1px solid #dedede;}
			.block_form_1 .textarea.focused {border-color:#b1e0e0;}
			.block_form_1 .textarea.errored {border-color:#ff0000;}
			.block_form_1 .textarea textarea {width:100%; height:168px; line-height:18px; display:block; overflow:auto; background-color:transparent; border:0px; font-family:'Open Sans', Helvetica, Arial, sans-serif; font-size:13px; color:#424242;}
			.block_form_1 .button {padding-top:21px; overflow:hidden;}


			#gform_wrapper_1{font-size: 16px;}
			#gform_wrapper_1 .gsection_title{text-transform: uppercase;}
			#gform_wrapper_1 .ginput_container{margin-top: 0px!important;}
			#gform_wrapper_1 .gfield{margin-bottom: 40px;}

			.notification {
				opacity: 0;
				-webkit-animation: fadeIn 0.8s forwards 1s ease;
				animation: fadeIn 0.8s forwards 1s ease;
				position: fixed;
		    top: 0;
		    left: 0;
				z-index: 9999999;
				overflow-y: auto;
				height: 100%;
				width: 100%;
			}

			.notification .box {
				position: fixed;
				max-width: 900px;
				z-index: 9999999;
				background: white;
				top: 50%;
				transform: translateY(-50%);
				left: 0;
				right: 0;
				margin: auto;
				width: 75%;
				box-shadow: 0 3px 36px 0 rgba(0, 0, 0, 0.06);
			}

			.notification .overlay {
				background: black;
		    position: fixed;
		    top: 0;
		    left: 0;
		    width: 100%;
		    opacity: .6;
		    height: 100%;
		    z-index: 9999998;
			}

			.notification .announcement {
				font-weight: 600;
				color: black;
				font-size: 16px;
			}
			.notification h2 {
				font-size: 28px;
				font-weight: 500;
				margin-bottom: 0;
				color: black;
				margin-top: 0;
			}
			.notification p {
				margin: 12px 0;
				font-size: 17px;
				color: black;
			}
			.notification .group {
				display: inline-block;
				width: 100%;
				padding: 40px 32px;
			}
			.notification .image {
				display: block;
				height: 300px;
				width: 100%;
				background-size: cover;
				background-position: center;
			}
			.notification .button {
				font-size: 18px;
				padding: 12px 32px;
				background: #444;
				color: white;
				transition: all .2s ease;
				margin-top: 10px;
				display: inline-block;
			}
			.notification .button:hover {
			}
			.notification .close {
				position: absolute;
				right: 0;
				opacity: 1;
				top: -36px;
				width: 26px;
				height: 26px;
				transform: rotate(45deg);
				cursor: pointer;
			}
			.notification .close:hover span {
				background-color: #fff;
			}
			.notification .close span {
				width: 2px;
				height: 100%;
				background-color: #fff;
				display: block;
				position: absolute;
				left: calc(50% - 1px);
				transition: all 0.2s ease;
			}
			.notification .close span:last-of-type {
				transform: rotate(90deg);
			}
			.notification.fade-down {
				display: none;
			}

			@media(max-width: 600px) {
				.notification .box {
					left: 0;
					width: 88%;
					height: auto;
					overflow-y: scroll;
					-webkit-overflow-scrolling: touch;
				}
				.notification .close {
					top: 32px;
					right: 32px;
				}
				.notification .image {
					height: 180px;
				}
				.notification .group {
						padding: 24px;
				}
			}

			@-webkit-keyframes fadeUp {
				from {opacity: 0;}
				to {opacity: 1; }
			}

			@keyframes fadeUp {
				from {opacity: 0;}
				to {opacity: 1; }
			}

			@-webkit-keyframes fadeDown {
				from {opacity: 1;}
				to {opacity: 0;}
			}

			@keyframes fadeDown {
				from {opacity: 1;}
				to {opacity: 0;}
			}
	/*================= HOME PAGE REMAKE CSS ==========*/
	/*===== Overall Layout ====*/

/* ===== CHD textarea */
.social-media-links {
	list-style: none;
	display: flex;
	clear: both;
	padding-left: 10px;
	padding-top: 10px;
}
@media (max-width: 768px) {
	.social-media-links {
		justify-content: center;
	}
}
.social-media-links a li {
	background-image: url(http://staging.clearhonestdesign.com/adda/wp-content/uploads/2020/02/twitter-2.svg);
	background-size: 30px;
	background-position: center;
	background-repeat: no-repeat;
	margin-right: 10px;
	height: 30px;
	width: 30px;
}
#works {
	padding-top: 100px!important;
}
.category-circle a:hover,
.category-circle a img:hover {
	transform: translateY(-7px);
	box-shadow: 0px 20px 36px 0 rgba(0,0,0,0.2);
}
.chd-page-container {
	padding-top: 30px;
}
.letter--list {
	display: flex;
	justify-content: space-between;
}
.triangle {
	width: 0;
	position: absolute;
	top: 0;
	left: 0;
	height: 0;
	border-style: solid;
	border-width: 150px 150px 0 0;
	border-color: #087f26 transparent transparent transparent;
}
.time-to-read {
	z-index: 3;
	text-align: left;
	position: absolute;
	top: 0;
  left: 20%;
  background-color: #c5c5c5;
  padding: 4px 10px;
}
.time-to-read p {
  text-align: center;
  font-size: 14px;
  margin: 0;
  padding: 0;
	color: #000;
}
/* .regions-container .margins-container .four-grid-container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
  margin: 0 100px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.regions-container .margins-container .four-grid-container .regions-card {
	margin: 0 50px;
} */
/* .section-heading {
	margin-top: 150px;
} */
.chd-page-container {
	padding-top: 150px;
}
.regions-container .margins-container p, .center-p {
	text-align: center;
	width: 50%;
	margin: auto;
	font-size: 1.6rem;
	margin-top: 36px;
}
.category-circle a,
.category-circle a img
 {
	box-shadow: 0px 10px 16px 0 rgba(0,0,0,0.2);
	border-radius: 50%;
}
