html{
	margin: 0;
	padding: 0;
	height: 100%;
}

body{
	margin: 0;
	padding: 0;
	font-family: Roboto Slab !important;
	height: 100%;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: Roboto Slab !important;
	font-weight: 400;
}

p, span{
	font-weight: 300;
}

p{
	line-height: 24px;
}

.thin{
	font-weight: 100;
}

.light{
	font-weight: 300;
}

.normal{
	font-weight: 400;
}

.bold{
	font-weight: 700;
}

#title-container{
	text-align: center;
	position: relative;
	overflow: hidden;
	padding: 30px;
	margin-bottom: 30px;
	background-attachment: fixed !important;
}

.main_container{
	min-height: calc(100% - 231px);
}

#title-container h1{
	text-transform: uppercase;
}

.title-container-pattern{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	opacity: .8;
}

.title-info{
	position: relative;
	z-index: 2;
}

.team-member .position{
	text-transform: uppercase;
}

.team-member h3{
	margin-bottom: 7px;
}

.member-image-container{
	width: 200px;
	height: 200px;
	display: block;
	margin: 0 auto;
	position: relative;
	border-radius: 100%;
	overflow: hidden;
}

.team-pattern{
	position: absolute;
	border-radius: 50%;
	cursor: default;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	opacity: 0;
}

.testmonial-pattern{
	position: absolute;
	cursor: default;
	left: 1px;
	right: 1px;
	top: 0;
	bottom: 0;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	opacity: 0;
}

.team-member:hover .member-image-container .team-pattern{
	opacity: .8;
}

.member-socials{
	height: 20px;
	position: absolute;
	top: 50%;
	margin-top: -10px;
	text-align: center;
	width: 100%;
	opacity: 0;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-backface-visibility: hidden;
}

.team-member:hover .member-socials{
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.social{
	width: 30px;
	height: 30px;
	border: 1px solid;
	text-align: center;
	display: inline-block;
	vertical-align: top;
	border-radius: 2px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.social a{
	display: block;
}

.social i{
	line-height: 30px;
}

.panel, .panel-heading{
	border: none;
}

.panel{
	border-radius: 0px;
	-webkit-box-shadow: none;
	box-shadow: none;
}

#focus .panel-group{
	margin-top: 30px;
	margin-bottom: 0;
}

.panel-group{
	margin-bottom: 30px;
}

.panel-default > .panel-heading + .panel-collapse .panel-body{
	border:none;
}

.wrapper{
	padding: 20px 0;
}

.panel-group .panel{
	border-radius: 0px;
}

.panel-heading{
	padding: 10px 0;
}

.panel-title{
	font-size: 15px;
}

.panel-body{
	padding: 10px 0;
	font-size: 14px;
	line-height: 24px;
	font-weight: 300;
}

.panel-title > a{
	display: block;
}

.panel-title > a.collapsed:after{
	content: "\f067";
	font-family: FontAwesome;
	float: right;
}

.panel-title > a:after{
	content: "\f068";
	font-family: FontAwesome;
	float: right;
}

#nav h3 a{
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

#nav.crsl-nav h3{
	margin-bottom: 30px;
}

.no-padding{
	padding: 0;
}

.no-margin{
	margin: 0;
}

.testmonials-container{
	clear: both;
	/*text-align: center;*/
}

#testmonials h3{
	margin-bottom: 30px;
}

#nav-testmonial{
	position: absolute;
	left: 0;
	right: 0;
	height: 0;
	font-size: 21px;
	top: 50%;
	margin-top: -23px;
}

.testmonial-img{
	/*position: relative;
	width: 16.666666666667%;
	display: inline-block;
	margin-left: -4px;
	margin-top: -4px;*/
}

.testmonial-img img{
	padding: 0 1px;
}

.testmonial-img .title-container-pattern{
	opacity: 0;
}

.testmonial-img:hover .testmonial-pattern{
	opacity: .8;
}

.testmonial-info{
	position: absolute;
	bottom: 30px;
	left: 0;
	right: 0;
	text-align: center;
	opacity: 0;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-backface-visibility: hidden;
}

.testmonial-img:hover .testmonial-info{
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.testmonial-info p{
	text-transform: uppercase;
	margin: 0;
}

.testmonial-info p:nth-child(2){
	font-size: 13px;
}

.quotes-container{
	clear: both;
	text-align: center;
}

.quote:first-of-type {
	display: inline-block;
}

.quote{
	margin: 0 auto;
	text-align: center;
}

.quote:before {
	content: '“';
	font-size: 72px;
	float: left;
	margin-top: 10px;
}

.quote:after {
	content: '”';
	font-size: 72px;
	float: right;
	line-height: 1;
	margin-top: -20px;
	height: 0;
}

.quote p{
	padding: 50px 50px 0;	
}

.fact{
	padding-left: 0px;
	display: table;
	margin-bottom: 30px;
}

.fact p{
	margin: 0;
}

.fact .fact-number{
	width: 70px;
	height: 70px;
	border-radius: 100%;
	text-align: center;
	display: table-cell;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.fact .fact-number p{
	line-height: 70px;
	font-size: 21px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.fact .fact-info{
	display: table-cell;
	padding-left: 15px;
	vertical-align: middle;
}

.fact .fact-info p{
	margin: 0;
	text-transform: uppercase;
}

.fact .fact-info h4{
	margin: 0;
}

.crsl-items .crsl-item.crsl-active{
	margin-top: 0;
}

.crsl-items .crsl-item{
	margin-top: 50px;
}

.crsl-items .crsl-item.crsl-active .member-image-container{
	width: 250px;
	height: 250px;
}

.crsl-items .crsl-items{
	margin-top: 30px;
}

.testmonials-container{
	margin-top: 30px;
}

.facts{
	margin-top: 30px;
}

.quote{
	display: none;
}

.blog-item{
	overflow: hidden;
	margin-bottom: 30px;
	float: left;
	width: 100%;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.blog-item-info{
	height: 210px;
	padding: 40px;
}

.blog-item-img{
	height: 210px;
}

.blog-item-img img{
	max-width: 100%;
	height: auto
}

.portfolio-item{
	margin-bottom: 30px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.portfolio-item h4, .portfolio-item p{
	margin: 0;
}

.blog-item-info p, .portfolio-item-info p{
	text-transform: uppercase;
}

.blog-item-info p, .portfolio-item-info p{
	//letter-spacing: 2px;
}

.blog-item-img{
	overflow: hidden;
}

.blog-item h4, .blog-item p{
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.smaller-p{
	font-size: 13px;
}

.blog-filters{
	list-style-type: none;
	height: 50px;
	display: block;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	margin-bottom: 30px;
	text-align: center;
}

.blog-filters li{
	line-height: 50px;
	width: 15%;
	text-transform: uppercase;
	display: inline-block;
	margin-left: -4px;
	margin-bottom: 10px;
	text-align: center;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	font-weight: 300;
}

.blog-filters li:first-child{
	margin-left: 0;
}

.blog-filters li a{
	display: block;
}

.portfolio-load{
	display: inline-block;
	text-transform: uppercase;
	padding: 4px 13px;
	border-radius: 3px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	margin: 30px 0;
}

.partner-slider-container{
	position:relative;
}

.partners{
	list-style-type: none;
}

.crsl-item.partner{
	height: 90px !important;
}

.center-vertical-container{
	display: table;
	width: 100%;
	height: 100%;
}

.center-vertical-content{
	display: table-cell;
	vertical-align: middle;
}

.home2-table-cell{
	width: 100%;
	height: 100%;
}

#nav-partner{
	position: absolute;
	top: 50%;
	margin-top: -16px;
	width: 100%;
	font-size: 21px;
}

#nav-partner .previous{
	position: absolute;
	left: -10px;
}

#nav-partner .next{
	position: absolute;
	right: -10px;
}

#nav-partner .previous, #nav-partner .next{
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.partner img{
	max-height: 80px;
}

.full-width-container{
	padding: 0;
	width: 100%;
}

.service-photo{
	width: 120px;
	height: 120px;
	overflow: hidden;
	border-radius: 50%;
	margin: 0 auto;
	position: relative;
}

.services{
	padding: 100px 0;
	overflow: hidden;
}

.service{
	text-align: center;
}

.service p{
	margin-top: 20px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.service-photo img{
	width: 100%;
	height: auto;
	border-radius: 50%;
}

.service-photo-pattern{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	opacity: .8;
	border-radius: 50%;
}

.service .icon{
	position: absolute;
	top: 50%;
	color: #fff;
	width: 100%;
	margin-top: -21px;
}

.module{
	display: table;
}

.module .icon{
	width: 70px;
	height: 70px;
	color: #fff;
	border-radius: 50%;
	text-align: center;
	margin-right: 30px;
}

.icon-container{
	display: table-cell;
	vertical-align: middle;
}

.module .icon i{
	line-height: 70px;
}

.module-title{
	font-size: 16px;
	font-weight: 400;
}

.module-info{
	display: table-cell;
	width: 100%;
}

.module-info .details{
	text-transform: uppercase;
	float: right;
}

.insta-img{
	width: 70px;
	height: 70px;
	position: relative;
	margin-right: 3px;
	overflow: hidden;
	display: inline-block;
	border-radius: 3px;
}

.insta-img img{
	width: 70px;
	height: 70px;
}

.insta-patt{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: .8;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.before-heading{
	padding-right: 15px;
}

input[type="text"], select{
	height: 50px;
	width: 100%;
	border: 0;
	outline: none;
	box-sizing: border-box;
	font-size: 14px;
	font-weight: 300;
	padding: 15px;
	margin-bottom: 30px;
}

.input-wrapper input[type="text"]{
	position: relative;
	padding: 0;
	padding-left: 50px;	
}

.input-wrapper:before{
	position: absolute;
	font-family: "FontAwesome";
	padding: 0 15px;
	z-index: 2;
	font-size: 21px;
	line-height: 50px;
}

.input-wrapper.name:before{
	content: "\f007";
}

.contact-container{
	padding-top: 30px;
}

textarea{
	width: 100%;
	border: 0;
	outline: none;
	box-sizing: border-box;
	font-size: 14px;
	font-weight: 300;
	padding: 40px;
	margin-bottom: 30px;
	max-width: 100%;
	height: 240px;
	max-height: 240px;
}

.contact-container textarea{
	height: 240px;
}

#map_canvas{
	width: 100%;
	height: 480px;
	margin-top: 30px;
	position: relative;
}

.address-container{
	width: 70%;
	position: absolute;
	margin: 0 auto;
	bottom: 0;
	left: 0;
	z-index: 999999999;
	right: 0;
	text-align: center;
	padding: 10px 20px 20px 20px;
	opacity: .8;
}

.address-container h3{
	margin-bottom: 20px;
}

.single-blog-content input[type="submit"]{
	display: inline-block;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 300;
	padding: 3px 15px;
	text-align: center;
	border: 0;
	outline: none;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.btn1-muze, #comments-container .form-submit input[type="submit"]{
	display: inline-block;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 300;
	padding: 15px;
	text-align: center;
	border: 0;
	outline: none;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.btn1-muze.btn-block, #comments-container .form-submit input[type="submit"]{
	width: 100%;
}

.contact-info{
	text-align: center;
	padding: 50px 0;
}

.contact-info h3{
	margin-bottom: 20px;
}

.portfolio-item-img{
	height: 210px;
	overflow: hidden;
}

.portfolio-item-img img{
	width: 100%;
	height: auto;
}

.portfolio-item-info{
	padding: 40px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	opacity: 0;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.portfolio-pattern{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;	
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.curl-bottom-right:hover .portfolio-pattern{
	opacity: .8;
}

.curl-bottom-right:hover .portfolio-item-info{
	opacity: 1;
}

.features{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 0 40px 40px;
	opacity: 0;
	font-size: 13px;
	-webkit-transition: opacity 0.4s ease-in-out;
	-moz-transition: opacity 0.4s ease-in-out;
	-o-transition: opacity 0.4s ease-in-out;
	-ms-transition: opacity 0.4s ease-in-out;
	transition: opacity 0.4s ease-in-out;
}

.feature {
	display: inline-block;
	width: 30px;
	height: 30px;
	border: 1px solid;
	text-align: center;
	border-radius: 50%;
	position: relative;	
	-webkit-transition: background 0.4s ease-in-out;
	-moz-transition: background 0.4s ease-in-out;
	-o-transition: background 0.4s ease-in-out;
	-ms-transition: background 0.4s ease-in-out;
	transition: background 0.4s ease-in-out;
	cursor: pointer;
}

.feature i, .feature span{
	line-height: 30px;
}

.curl-bottom-right:hover .features{
	opacity: 1;
}

.like.feature .out{
	//display: block;
	-webkit-transition: all 0.4s linear;
	-moz-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	-ms-transition: all 0.4s linear;
	transition: all 0.4s linear;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-backface-visibility: hidden;
	opacity: 1;
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.like.feature:hover .out{
	//display: none;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	opacity: 0;
}

.like.feature .over, .view.feature .over{
	//display: none;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.like.feature:hover .over{
	//display: block;
	-webkit-transition: all 0.4s linear;
	-moz-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	-ms-transition: all 0.4s linear;
	transition: all 0.4s linear;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-backface-visibility: hidden;
	opacity: 1;
}

.view.feature .out{
	//display: block;
	-webkit-transition: all 0.4s linear;
	-moz-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	-ms-transition: all 0.4s linear;
	transition: all 0.4s linear;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-backface-visibility: hidden;
	opacity: 1;
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.view.feature:hover .out{
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	opacity: 0;
}

.view.feature:hover .over{
	//display: block;
	-webkit-transition: all 0.4s linear;
	-moz-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	-ms-transition: all 0.4s linear;
	transition: all 0.4s linear;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-backface-visibility: hidden;
	opacity: 1;
}

#portfolio2-container{
	height: 500px;
	margin-bottom: 30px;
}

#portfolio2-container .portfolio-item{
	width: 370px;
	height: 208px;
}

#portfolio2-container .portfolio-item {
	overflow: hidden;
}

.single-portfolio-features{
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 9;
	right: 0;
	text-align: center;
	margin: 0;
	margin-bottom: 60px;
}

.single-portfolio-features li{
	border-radius: 3px;
	padding: 0px;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	margin-right: 6px;
	-webkit-transition: all 0.4s linear;
	-moz-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	-ms-transition: all 0.4s linear;
}

.single-portfolio-features li a{
	display: block;
}

.post-shares span a{
	display: inline;
}

.share-label i{
	margin-right: 10px;
	margin-left: 10px;
}

.post-shares span{
	margin-right: 10px;
}

.post-shares span.share-label{
	margin-right: 5px;
}

.post-shares span i{
	margin-right: 5px;
}

.post-shares a#facebook i{
	color: #3B5998;
}

.post-shares a#twitter i{
	color: #3B88C3;
}

.post-shares a#google-plus i{
	color: #DA2713;
}

.post-shares a#linkedin i{
	color: #0274B3;
}

.post-shares a#pinterest i{
	color: #CC2127;
}

.single-portfolio-features .popover{
	max-width: none;
	border: none;
	box-shadow: none;
	border-radius: 2px;
}

#single-shares-btn:hover{
	cursor: pointer;
}

.single-portfolio-info{
	position: absolute;
	z-index: 10;
	bottom: 0;
	display: none;
	max-height: 100%;
	background: #FFF;
	padding: 30px;
	overflow: auto;
}

.single-portfolio-info .container{
	padding: 50px;
	max-height: 100%;
}

.single-portfolio-info h3{
	text-transform: uppercase;
	margin: 0;
}

.single-portfolio-info p{
	margin-top: 30px;
	margin-bottom: 0;
}

.single-portfolio-info i{
	font-size: 19px;
}

.project-share{
	display: inline-block;
}

.single-portfolio-features .popover-content p{
	margin: 0;
}

.twitter-share-button {
	vertical-align: bottom;
}

.full-background-image{ 
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
}

.home2-container{
	position: relative;
}

.service-info{
	overflow: hidden;
}

.home-service{
	text-align: center;
}

.home-service .icon {
	position: absolute;
	top: 50%;
	color: #FFF;
	width: 100%;
	margin-top: -21px;
}

.home-services{
	padding: 50px 0;
	overflow: hidden;
	position: relative;
}

.home-service .service-photo{
	margin-bottom: -60px;
}

.home-service .service-info{
	padding: 20px;
	padding-top: 60px;
	height: 210px;
}

#about-crsl{
	margin-top: 30px;
}

.modules{
	padding: 45px 0;
}

.slide-patt, .slide-col{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 4;
}

.slide-info{
	vertical-align: middle;
	text-align: center;
	display: inline-block;
	position: relative;
	z-index: 5;
	padding-right: 115px;
	padding-left: 115px;
	width: 99%;
}

.btn-slider{
	display: inline-block;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 300;
	padding: 10px 20px;
	text-align: center;
	margin-top: 10px;
	border-radius: 2px;
}

#linearBg1, #linearBg2{
  background-repeat: repeat-y;
  opacity: .6;
}

.corner{
	position: absolute;	
	right: 15px;
	width: 25px;
	height: 25px;
	bottom: 35px;
}

.text-uppercase{
	text-transform: uppercase;
}

#nav-service-home2 {
	height: 40px;
	position: absolute;
	top: 50%;
	margin-top: 15px;
	width: 100%;

}

#nav-service-home2 a{
	width: 40px;
	height: 40px;
	display: inline-block;
	text-align: center;
	border-radius: 3px;
	-webkit-transition: all 0.4s linear;
	-moz-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	-ms-transition: all 0.4s linear;
}

#nav-service-home2 a i{
	line-height: 40px;
}


#nav-service-home2 a.previous{
	position: absolute;
	left: -40px;
}

#nav-service-home2 a.next{
	position: absolute;
	right: -40px;
}

.single-blog-content{
	padding: 50px;
}

.text-white{
	color: #151515;
}

.single-blog-title{
	padding-bottom: 20px;
}

.single-blog-content p{
	margin-bottom: 15px;
}

.single-blog-shares-container{
	padding: 50px;
	margin-top: 1px;
}

#comments-container{
	margin-top: 1px;
	overflow: hidden;
	padding: 50px;
}

.comment-header{
	padding-bottom: 50px;
}

ul.children li{
	padding-left: 150px;
	position: relative;
}


.current-comments-number{
	padding: 50px 0;
	margin-top: 1px;
}

.current-comments{
	margin-top: 1px;
	background: #efefef;
	overflow: hidden;
}

.current-comments ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.current-comments li{
	padding: 50px 50px 0 50px;
	overflow: hidden;
	clear: both;
	margin-right: -50px;
	padding-bottom: 50px;
}

ul.children li:before {
	content: "";
	position: absolute;
	left: 95px;
	top: 0;
	width: 55px;
	height: 100px;
}

.current-comments > ul{
	padding-bottom: 50px;
	padding-right: 50px;
}

.comment-text ul { 
   list-style-type: disc; 
   list-style-position: inside; 
}
.comment-text ol { 
   list-style-type: decimal; 
   list-style-position: inside; 
}
.comment-text ul ul, .comment-text ol ul { 
   list-style-type: circle; 
   list-style-position: inside; 
   margin-left: 15px; 
}
.comment-text ol ol, .comment-text ul ol { 
   list-style-type: lower-latin; 
   list-style-position: inside; 
   margin-left: 15px; 
}

.comment-text li{
	padding: 0;
	border: none !important;
}


.btn-muze-small{
	padding: 5px;
}

.current-comments li img{
	width: 100px;
	height: 100px;
	margin-right: 50px;
}

h1.comment-user{
	font-size: 16px;
	margin: 0;
	margin-bottom: 5px;
}

h2.comment-user{
	font-size: 12px;
	margin: 0;
	margin-bottom: 30px;
	text-transform: uppercase;
}

.single-blog {
	margin-bottom: 50px;
}

.btn2-muze{
	display: inline-block;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 300;
	padding: 5px 10px;
	text-align: center;
	border-radius: 3px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;

}

.btn2-muze:hover{
	color: #FF3C00;
	background: #FFF;
}

.comment-btn-container{
	padding: 30px 0;
}

footer{
	padding: 30px 0;
	position: relative;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
}

.to-top-container{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	margin: 0 auto;
	width: 80px;
	height: 40px;
}

.to-top-container:hover{
	color: #a92771;
}

.to-top{
	position: absolute;
	bottom: 0;
}

.to-top-container i{
	position: relative;
	line-height: 40px;
}

.to-top-container a{
	display: block;
	cursor: pointer;
}

.footer p{
	margin: 0;
}

.curl-bottom-right:before {
	bottom: 0;
	box-shadow: none;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: width, height;
	transition-property: width, height;
	z-index: 2;
}


.curl-bottom-right:hover:before {
	width: 50px;
	height: 50px;
}

.pattern-container{
	position: relative;
}

.pattern{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.pattern-container:hover .pattern{
	opacity: .8;
}

.transparent{
	opacity: 0;
}

.opaque{
	opacity: 1;
}

.opaque8{
	opacity: 0.8;
}

.partner-item-info{
	padding: 20px;
	display: table;
	height: 100%;
}

.partner-item-info div{
	display: table-cell;
	vertical-align: middle;
}

.partners-item{
	margin-bottom: 30px;
}

.partners-item .pattern-container{
	width: 100%;
	height: 0;
	padding-bottom: 60%;
	text-align: center;
}

.partners-item .pattern-container img{
	max-width: 100%;
	max-height: 100%;
}

.partners-item .curl-bottom-right:hover:before {
	width: 25px;
	height: 25px;
}

.service-item{
	padding: 50px 20px;
	margin-bottom: 30px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.service-item h3, .service-item p{
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.module-info ul{
	padding: 0;
}

.module-info ul li{
	display: none;
	list-style-type: none;
}

.module-info ul li:nth-child(1){
	display: block;
}

.fixed-pattern{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
}

#big-video-wrap{
	z-index: -1;
}


/*menu*/

.main-menu{
	text-align: center;
	position: relative;
	z-index: 5;
	display: block;
}

.main-menu ul{
	padding: 0;
	margin: 0;
	display: inline-block;
	list-style-type: none;
	position: relative;
	z-index: 0;
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.main-menu ul li{
	display: block;
	position: relative;
	z-index: 3;
}

.main-menu ul ul{
	position: absolute;
	margin-top: -999px;
	left: 50%;
	width: 200px;
	margin-left: -100px;
	top: 100%;
}

.main-menu ul ul:before {
	content: '';
	width: 0px;
	height: 0px;
	position: absolute;
	top: -10px;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.main-menu ul li:hover > ul{
	margin-top: 0; 
}

.main-menu a{
	display: inline-block;
	padding: 20px 0px;
	display: block;
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.main-menu > div > ul > li > a{
	display: inline-block;
	padding: 60px 20px;
	text-transform: uppercase;
}

.main-menu > div > ul > li{
	display: inline-block;
}

.main-menu ul ul li{
	margin: 0 25px;
}

.main-menu ul ul li:last-child{
	border: none;
}

.center-logo {
	position: absolute;
	top: 50%;
	margin-top: -20px;
	height: 40px;
	z-index: 6;
}

.header-social-container{
	 position: absolute;
	 z-index: 6;
	 right: 15px;
	 top: 50%;
	 margin-top: -15px;
}

header .container{
	position: relative;
}

.widget p, .widget span{
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.widget{
	padding: 50px;
	margin-bottom: 30px;
}

.widget ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.widget ul li{
	padding: 10px 0;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.widget #wp-calendar{
	width: 100%;
}

.widget select{
	margin: 0;
}

.widget #searchform{
	position: relative;
}

.widget #searchsubmit{
	position: absolute;
	top: 0;
	right: 0;
	height: 50px;
	border: 0;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.widget label.screen-reader-text{
	display: none;
}

.widget img{
	max-width: 100%;
	height: auto;
}

.widget .menu li{
	padding: 0;
}

.widget .menu li a{
	padding: 10px 0;
	display: block;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.widget .menu li a:hover{
	color: #a92771;
}

.test.mCustomScrollbar {
	margin-bottom: 30px;
}

.dots{
	display: none;
}

.loading .dots.active{
	display: block;
}

.dots div{
    width: 10px;
    height: 10px;
    border-radius: 50px;
    display: inline-block;
    margin: 0px 3px;
    -webkit-transition: -webkit-transform 0.3s ease, background-color 0.3s ease;
	transition: transform 0.3s ease, background-color 0.3s ease;
}

.loading .dots div{
	width: 15px;
	height: 15px;
	margin: 0px 5px;
	text-indent: -999px;
	overflow: hidden;
}

.loading{
	height: 20px;
	top: 50%;
	position: fixed;
	z-index: 999;
	left: 0;
	right: 0;
	margin-top: -10px;
	text-align: center;
}

.dots div.current{
    -webkit-transform: scale(1.5);
	transform: scale(1.5);
}

.portfolio-load p{
	margin: 0;
	-webkit-transition: color 0.3s ease;
	transition: color 0.3s ease;
}

.blog-img{
	background: #efefef;
}

.blog-img iframe, .blog-img video, .blog-img audio{
	width: 100%;
}

.blog-img img{
	margin: 0 auto;
}

audio{
	padding: 50px 0;
}

.load-bck.active{
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	filter: grayscale(100%);
}

.load-bck{
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;

	-webkit-filter: grayscale(0);
	-moz-filter: grayscale(0);
	-o-filter: grayscale(0);
	-ms-filter: grayscale(0);
	filter: grayscale(0);

	height: 100%;
}

.slideBox-overlay{
	position: fixed;
	top: 0;
	left: 0;
	right:0;
	bottom: 0;
	z-index: 7;
}

.slideBox-overlay .container{
	height: 100%;
}

#lightbox-carousel{
	height: calc(100% - 115px);
}

.slideBox-close-btn{
	z-index: 8;
	cursor: pointer;
}

.slideBox-overlay .carousel-inner > .item > img, .carousel-inner > .item > a > img{
	margin: 0 auto;
	max-height: 100%;
}

#filter-caption{
	display: none;
	position: relative;
}

#filter-caption:after{
	content: "\f0dc";
	font-family: FontAwesome;
	position: absolute;
	right: 10px;
	top: 0;
	line-height: 52px;
}

.back-player-home{
	position: absolute;
	z-index: -2;
}

.responsive-navigation{
	display: none;
}

.blog2-item{
	margin-bottom: 30px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.blog2-item img{
	margin: 0 auto;
}

.blog2-info{
	padding: 45px;
}

.short-desc{
	margin-top: 45px;
}

.blog2-item:hover{
	background: #a92771;
}

.blog2-item h4, .blog2-item p{	
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.overlay-title h3{
	margin: 45px 0;
}

.lightbox-carousel-nav.prev, .lightbox-carousel-nav.next{
	position: absolute;
	display: block;
	width: 40px;
	height: 40px;
	text-align: center;
	border-radius: 2px;
	font-size: 21px;
	top: 50%;
	margin-top: -20px;
	-webkit-transition: all 0.4s linear;
	-moz-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	-ms-transition: all 0.4s linear;
}

#lightbox-carousel:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

#lightbox-carousel .carousel-inner {
	display: inline-block;
	vertical-align: middle;
	margin-right: -0.25em;
	max-height: 100%;
}

@-moz-document url-prefix() { 
  	#lightbox-carousel .carousel-inner{
		height: 100%;
  	}
}

#lightbox-carousel .carousel-inner > .item{
	height: 100%;
}

.lightbox-carousel-nav.prev{
	left: 0;
}

.lightbox-carousel-nav.next{
	right: 0;
}

.lightbox-carousel-nav i{
	line-height: 38px;
}

#nav-testmonial a{
	-webkit-transition: all 0.4s linear;
	-moz-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	-ms-transition: all 0.4s linear;
}

#muze-container{
	padding: 45px;
}

.nav-tabs{
	font-weight: 300;
}

.tab-content > .tab-pane{
	padding-top: 20px;
}

.tabs-container{
	margin-bottom: 30px;
}

.wp-caption {
	max-width: 100%;
}

.wp-caption-text{}

.sticky{}

.gallery-caption{}

.bypostauthor{}

.alignright{
	float: right;
}

.alignleft{
	float: left;
}

.aligncenter{
	margin: 0 auto;
}

/*.csspinner.spinner-load-more {
  position: relative;
  display: none;
}
.csspinner.spinner-load-more:before {
	position: absolute;
}
.csspinner.spinner-load-more:after {
	width: 20px;
	height: 20px;
	position: absolute;
}*/

.full-height{
	height: 100% !important;
}

.center-helper{
	vertical-align: middle;
	display: inline-block;
	height: 100%;
	margin-right: -0.25em;
}

.crsl-active .testmonial-pattern{
	opacity: 0.8;
}

.crsl-active .testmonial-info{
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.single-blog-content img{
	padding: 10px;
	max-width: 100%;
	height: auto;
}

.single-blog-content embed, .single-blog-content iframe{
	max-width: 100%;
}

#tags{
	padding: 45px;
	background: #efefef;
	margin: 30px 0;
}

#tags p{
	display: inline-block;
	margin: 0;
}

#tags p a{
	display: inline-block;
	padding: 10px 10px;
	background: #fff;
	margin-left: 10px;

	-webkit-transition: all 0.4s linear;
	-moz-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	-ms-transition: all 0.4s linear;
}

#wpadminbar .quicklinks li#wp-admin-bar-my-account.with-avatar>a img{
	float: none !important;
}

.home2{
	height: 100%;
}

/*curling and flipping style*/
/*a.trivial {
	color: #C55;
}*/

/*#fpc_effect-back {
	background-color: #eeeef4;
	width: 100%;
	color: #666;
}*/

/*#fpc_effect-back * {
    box-sizing: border-box;
}*/

/*#fpc_content {
    padding: 20px;
}*/

/*#fpc_content:before {
    content:"";
    width: 80px;
    height: 80px;
    float: right;
}*/

.fpc_page-tip:before, .fpc_page-tip:after {
    background-color: #FFF;
    position: absolute;
    display: block;
    z-index: 2;
    border-top-right-radius: 60%;
    width: 50%;
    height: 50%;
    content: "";
}

.fpc_page-tip:before {
    right: 100%;
    top: 0%;    
    background: -webkit-radial-gradient(-180% 200%, circle, rgba(255,255,255,0) 85%, rgba(0,0,0,.1) 93%);
    background: -o-radial-gradient(-180% 200%, circle, rgba(255,255,255,0) 85%, rgba(0,0,0,.1) 93%); /* For Opera 11.1 to 12.0 */
	background: -moz-radial-gradient(-180% 200%, circle, rgba(255,255,255,0) 85%, rgba(0,0,0,.1) 93%); /* For Firefox 3.6 to 15 */
	background: radial-gradient(-180% 200%, circle, rgba(255,255,255,0) 85%, rgba(0,0,0,.1) 93%); /* Standard syntax */
} 

.fpc_page-tip:after {
    top: 100%;
    right: 0%;
    background: -webkit-radial-gradient(-250% 320%, circle, rgba(255,255,255,0) 85%, rgba(0,0,0,.10) 93%);
    background: -o-radial-gradient(-250% 320%, circle, rgba(255,255,255,0) 85%, rgba(0,0,0,.10) 93%); /* For Opera 11.1 to 12.0 */
	background: -moz-radial-gradient(-250% 320%, circle, rgba(255,255,255,0) 85%, rgba(0,0,0,.10) 93%); /* For Firefox 3.6 to 15 */
	background: radial-gradient(-250% 320%, circle, rgba(255,255,255,0) 85%, rgba(0,0,0,.10) 93%); /* Standard syntax */
}

.fpc_corner-box {
    height: 0px;
    width: 0px;
    right: 0;
    bottom: 0;
    position: absolute;
    overflow: visible;
    transform:rotate(90deg);
	-ms-transform:rotate(90deg); /* IE 9 */
	-webkit-transform:rotate(90deg); /* Opera, Chrome, and Safari */
}

.fpc_box:hover .fpc_corner-box { /* edit corner size (First animation, when the whole page is rollovered) */
    height: 45px;
    width: 45px;
}

.fpc_corner-box:before {
    position: absolute;
    top: 0;
    right: 0;
    content: "";
    display: block;
    width: 133%;
    height: 133%;
}

.fpc_corner-contents:after {
    position: absolute;
    top: 0;
    right: 0;
    content: "";
    background:  -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0) 37%, #DDD 62%, rgba(230, 230, 230, 0.1) 64%, rgba(255, 255, 255, 0) 67%), -webkit-radial-gradient(-50% 150%, circle, transparent 74%, rgba(0, 0, 0, 0.2) 74%, transparent 81%);
    background: -o-linear-gradient(45deg, rgba(255, 255, 255, 0) 37%, #DDD 62%, rgba(230, 230, 230, 0.1) 64%, rgba(255, 255, 255, 0) 67%), -webkit-radial-gradient(-50% 150%, circle, transparent 74%, rgba(0, 0, 0, 0.2) 74%, transparent 81%); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0) 37%, #DDD 62%, rgba(230, 230, 230, 0.1) 64%, rgba(255, 255, 255, 0) 67%), -webkit-radial-gradient(-50% 150%, circle, transparent 74%, rgba(0, 0, 0, 0.2) 74%, transparent 81%); /* For Firefox 3.6 to 15 */
	background: linear-gradient(45deg, rgba(255, 255, 255, 0) 37%, #DDD 62%, rgba(230, 230, 230, 0.1) 64%, rgba(255, 255, 255, 0) 67%), -webkit-radial-gradient(-50% 150%, circle, transparent 74%, rgba(0, 0, 0, 0.2) 74%, transparent 81%); /* Standard syntax */
    display: block;
    width: 133%;
    height: 133%;
}

.fpc_page-tip {
    position: absolute;
    top: 0;
    right: 0;
    content: "";
    background: -webkit-linear-gradient(45deg, #ddd 17%, #dfdfdf 18%, #f5f5f5 30%, #f8f8f8 34%, #eee 39%, rgba(200,200,200,0) 41%);
    background: -o-linear-gradient(45deg, #ddd 17%, #dfdfdf 18%, #f5f5f5 30%, #f8f8f8 34%, #eee 39%, rgba(200,200,200,0) 41%); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(45deg, #ddd 17%, #dfdfdf 18%, #f5f5f5 30%, #f8f8f8 34%, #eee 39%, rgba(200,200,200,0) 41%); /* For Firefox 3.6 to 15 */
	background: linear-gradient(45deg, #ddd 17%, #dfdfdf 18%, #f5f5f5 30%, #f8f8f8 34%, #eee 39%, rgba(200,200,200,0) 41%); /* Standard syntax */
    display: block;
    width: 100%;
    height: 100%;
    border-bottom-left-radius: 50%;
    cursor: default;
}

.fpc_corner-contents {
    width: 125%;
    position: absolute;
    display: block;
    overflow: hidden;
    -webkit-mask: -webkit-linear-gradient(45deg, transparent 49%, #000 53%);
    mask: linear-gradient(45deg, transparent 49%, #000 53%);
    -o-mask: -o-linear-gradient(45deg, transparent 49%, #000 53%);
    -moz-mask: -moz-linear-gradient(45deg, transparent 49%, #000 53%);
    top: 0;
    right: 0;
    height: 125%;
}
.fpc_corner-contents:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: #eeeef4;
    background: -moz-linear-gradient(45deg, rgba(0, 0, 0, 0) 49%, #e7e7e7 53%) repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.fpc_corner-box, .fpc_corner-contents, .fpc_page-tip {
    -webkit-transition-property: all;
    transition-property:all;
	-moz-transition-property: all; /* Firefox 4 */
	-o-transition-property:all; /* Opera */

    -webkit-transition-duration: .3s;
    transition-duration: .3s;

    -webkit-transition-timing-function: cubic-bezier(0, 0.35, .5, 1.7);
    transition-timing-function: cubic-bezier(0, 0.35, .5, 1.7);
}
/*curling and flipping style*/

/*mobile*/
@media (max-width: 768px){
	.slides-navigation, #nav-service-home2{
		top: inherit;
		bottom: 60px;
		text-align: center;
	}

	.slides-navigation a, #nav-service-home2 a.previous, #nav-service-home2 a.next{
		position: static; 
		display: inline-block;
	}

	#nav-service-home2{
		bottom: 5px;
	}

	.crsl-items .crsl-item.crsl-active .member-image-container{
		width: 200px !important;
		height: 200px !important;
	}

	.crsl-items .crsl-item.crsl-active{
		margin-top: 50px !important;
	}

	.quote{
		width: 100%;
	}

	.blog-item-info {
		height: auto;
		padding: 30px;
	}

	.blog-item-img {
		height: auto;
	}

	.blog-filters li{
		display: none;
		width: 100%;
		margin: 0;
		padding: 0;
		position: relative;
	}

	.blog-filters{
		position: relative;
		z-index: 1;
	}

	.blog-filters #filter-caption{
		display: block;
	}

	.logo-container{
		float: none;
	}

	.center-logo{
		margin-left: auto;
		margin-right: auto;
		left: 0;
		right: 0;
	}

	.header-social-container{
		position: static;
		float: none !important;
		text-align: center;
		margin: 50px 0;
	}

	nav#project-slider-nav {
		top: 46%;
		width: 100%;
		position: absolute;
		bottom: initial;
	}

	nav#project-slider-nav a.previous, nav#project-slider-nav a.next{
		position: absolute;
	}

	.responsive-navigation{
		display: block;
		padding: 20px;
		text-transform: uppercase;
		cursor: pointer;
		margin: 0;
	}

	.main-menu ul, .main-menu li{
		display: block !important;
		opacity: 1 !important;
		position: static !important;
		margin: 0 !important;
		line-height: inherit;
		width: 100% !important;
		border: none !important;
	}

	.main-menu li{
		text-align: left;
	}

	.main-menu li a{
		padding: 20px !important;
		width: 100% !important;
	}

	.main-menu{
		display: none;
		position: absolute;
		left: 0;
		right: 0;
	}

	header .container{
		width: 100%;
		padding: 0;
	}

	.main-menu ul ul:before{
		border: none;
	}

	.open, .blog-filters li.open{
		display: block;
		margin-top: -1px;
	}

	.home2 .center-vertical-container, .home2 .center-vertical-content{
		display: block;
	}

	.back-player-home{
		display: none;
	}

	.container.home2-container .crsl-item{
		padding: 0 !important;
	}
}

@media (min-width: 768px) and (max-width: 992px){
	.crsl-items .crsl-item.crsl-active .member-image-container{
		width: 200px;
		height: 200px;
	}

	.crsl-items .crsl-item.crsl-active{
		margin-top: 50px;
	}

	.blog-item-info {
		padding: 25px 25px;
	}

	.blog-filters li{
		display: none;
		width: 100%;
		margin: 0;
		padding: 0;
		position: relative;
	}

	.blog-filters{
		position: relative;
		z-index: 1;
	}

	.blog-filters #filter-caption{
		display: block;
	}

	.logo-container{
		float: none;
	}

	.center-logo{
		margin-left: auto;
		margin-right: auto;
		left: 0;
		right: 0;
	}

	.header-social-container{
		position: static;
		float: none !important;
		text-align: center;
		margin: 50px 0;
	}

	nav#project-slider-nav {
		top: 46%;
		width: 100%;
		position: absolute;
		bottom: initial;
	}

	nav#project-slider-nav a.previous, nav#project-slider-nav a.next{
		position: absolute;
	}

	.responsive-navigation{
		display: block;
		padding: 20px;
		text-transform: uppercase;
		cursor: pointer;
		margin: 0;
	}

	.main-menu ul, .main-menu li{
		display: block !important;
		opacity: 1 !important;
		position: static !important;
		margin: 0 !important;
		line-height: inherit;
		width: 100% !important;
		border: none !important;
	}

	.main-menu li{
		text-align: left;
	}

	.main-menu li a{
		padding: 20px !important;
		width: 100% !important;
	}

	.main-menu{
		display: none;
		position: absolute;
		left: 0;
		right: 0;
	}

	header .container{
		width: 100%;
		padding: 0;
	}

	.main-menu ul ul:before{
		border: none;
	}

	.open, .blog-filters li.open{
		display: block;
		margin-top: -1px;
	}
}

@media (max-width: 992px){
	.fact{
		display: block;
		text-align: center;
	}

	.fact .fact-number{
		display: block;
		margin: 0 auto;
		margin-bottom: 15px;
	}

	.fact .fact-info{
		display: block;
		padding-left: 0;
	}

	.center-logo {
		margin-left: auto;
		margin-right: auto;
		left: 0;
		right: 0;
		position: static !important;
		margin: 50px auto !important;
		top: 0;
	}

	.twitter.module{
		padding-bottom: 45px;
	}

	.responsive-navigation i{
		line-height: 24px;
	}

	.slides-navigation a.previous {
	  	left: 20px;
	}

	.slides-navigation a.next {
	  	right: 20px;
	}

	.slide-info{		
		padding-right: 75px;
		padding-left: 75px;
	}
}