
/*

Flatone Sales and Marketing Landing Page

- Common 
- Colors
- Header Section
- Menu
- Services
- Feature section
- Clients
- Team
- Subscription and Contact form
- FAQ
- Footer
	- footer social icon
	- footer copyright text
- Scroll to top
- Custom Media Query

*/

/* Common */

body{
	color:#979CA2;
}

p{

}

a:focus{
	text-decoration:none;
	border:0;
	outline:0;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
}

h2 {
	color: #FFFFFF;
	letter-spacing:1.6px;
    text-transform: uppercase;
	display:inline-block;
	margin-top:60px;
	margin-bottom:60px;	
}

h3 {
	/*display:inline-block;*/
	margin-top:60px;
	margin-bottom:60px;	
}

h2 span, h3 span{
    border-bottom: 4px solid;
    clear: both;
    display: block;
    left: 50%;
	margin-left:-60px;
    position: absolute;
    text-align: center;
    width: 120px;
	height:20px;
}

.wrapper{
	/* width:100%; */
	padding:100px 0;
}

.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11,.col-md-112{
	padding-bottom:10px;
}

/* Colors */

.white{
	background:#fff;
}

/* Header Section */

.logo{
	padding:0 0 60px 0px;
}

.logo_txt{
	color:#fff;
}

.logo_txt_s{
	color:#fff;
}

.slogan{
	text-transform:uppercase;
	color: #FFFFFF;
	height:160px;
	padding:70px 0;
}

.bx-wrapper {
    margin: 0 auto 100px!important;
	border:4px solid #fff;
	width:90%;	
}

ul.bxslider{
	padding:0px;
}

.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto{
	bottom:-50px!important;
}

.bx-wrapper .bx-pager.bx-default-pager a{
	background:#fff!important;
	width:15px!important;
	height:15px!important;
	border-radius:100%!important;
}

.purchase_button{
    border: 1px solid #fff;
    border-radius: 3px;
    box-shadow: none;
    color: #FFFFFF;
    text-align: center;
    text-decoration: none;
	font-size: 16px;
	padding:12px 60px;

	/*transition*/
	-webkit-transition:all 0.2s ease 0s;
	   -moz-transition:all 0.2s ease 0s;
		 -o-transition:all 0.2s ease 0s;
			transition:all 0.2s ease 0s;	
}

a.purchase_button:hover, a.purchase_button:visited, a.purchase_button:focus{
	text-decoration:none;
	color:#fff;
}

.top{
	/* height: 768px;    */     
	top: 0px;
	z-index: -1;
	width:100%;
	/* height: 600px; */
}

.top_wrapper{
	top: 0px;
	z-index: -1;
	width:100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover; 
    background-size: cover; 
}

/* Menu */

#nav.affix {
    /*position: fixed;
    top: 0;
    width: 100%*/
}

ul.nav{
	margin-top:0px;
}

#nav > .navbar-inner {
    border-left: 0;
    border-right: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
}

.navbar-brand {
    float: left;
    line-height: 20px;
    padding: 20px;
}

.navbar{
	border:none;
	border-radius:0;
	/*opacity: 0.9;*/
	margin-bottom:0px;
}

.navbar-nav > li > a{
	color:#fff;
	font-size: 14px;
	text-transform:uppercase;	
	padding-top:25px;
	padding-bottom:25px;
}

.nav > li > a:focus{
	background:none;
}

.nav > li > a:hover {
    text-decoration: none;
	background:none;
}

.nav > li.current a{
    text-decoration: none;	
}

.navbar-toggle{
	background:#fff;
}

.navbar-toggle .icon-bar{
	background:#123241;
}

#nav-wrapper {
	display: block;
	width: 100%;
	position: relative;
	z-index:9998
}

ul.nav li.dropdown:hover ul.dropdown-menu{
    display: block;    
}


ul .dropdown-menu{
	padding:0px;
	box-shadow:none;
	border-radius:0;
}

.dropdown-menu li a{
	padding:10px 5px;
}

/* wp nav adjustment */

.navbar-collapse{
	padding-right:0px;
}


/* welcome */

.welcome{
	padding-top:100px;
	padding-bottom:0px;
}

/* Services */

#section_service .wrapper{
	padding-bottom:70px;
}
.details h3 {
	margin-top:30px;
	line-height: 34px;
}

h4{
	margin:40px 5px 20px;
}

.service .fa{
	background:#f5f5f5;
    border-radius: 50%;
    font-size: 46px;
    height: 140px;
    padding: 48px 0 0 0;
    width: 140px;
}

.service p{
	color:#979CA2;
	padding: 0 3px;
}

.alt_heading h2{
	margin-bottom: 40px; 
	text-transform:uppercase;
}

/* Feature section */

#section_features .white{
	padding-bottom:0px;
}

.fet{
	padding-bottom:70px;
}

.fet img {
	width:100%;
}

.spc{
	padding-bottom:80px;
}

.fet h3{
    margin-bottom: 30px;
    margin-top: 0px;
	display: block;
}

.ao-item{
	padding:40px 0 15px;
}

.ao-item .ao-details {
	background: transparent url(../images/anotation/try.png) no-repeat bottom left;
	padding-bottom: 60px;
}

.ao-details h3{
	margin-bottom:30px;
}

/* Clients */

#section_clients .white{
	padding-bottom:75px;
}

blockquote{
	border-left: 5px solid;
}

.rht blockquote{
	border-right: 5px solid;
	border-left:none;
}

.clients img{
	/*width:73px;*/
	/*border-radius:3px;*/
}

/* Team */

#section_team .white{
	padding-bottom:75px;
}

.team{
	padding: 0px 20px 0;
}

.team img{
	width:  200px;
    height:  200px;
	/*border-radius*/
	-webkit-border-radius:50%;
	   -moz-border-radius:50%;
			border-radius:50%;
	/*transition*/
	-webkit-transition:all 0.5s linear 0s;
	   -moz-transition:all 0.5s linear 0s;
		 -o-transition:all 0.5s linear 0s;
			transition:all 0.5s linear 0s;			
}

.team img:hover{
	/* transform:scale(1.2); */
}

.team p{
	/* padding-top: 10px; */
}

.team h4{
	margin:18px 0 0 0;
}

.team ul {
    padding-left: 0;
}

.funfact{
	padding:30px 20px 13px;
}

.funfact span {
    border: 1px solid;
    border-radius: 100% 100% 100% 100%;
    display: block;
    font-size: 4em;
	font-weight: 300;
    height: 200px;
    margin: 0 auto 10px;
    padding: 91px 55px 55px 55px ;
    text-align: center;
    width: 200px;
}

/* Price Table */

.price{
	/*width:100%;*/
	/*padding:100px 0 75px;	*/
}

.lightgray{
	background:#F9F9F9;
}

.flat .plan {
	border-radius: 6px;
	list-style: none;
	padding: 0 0 20px;
	margin: 0 0 15px;
	background: #fff;
	text-align: center;
	
	/*transition*/
	-webkit-transition:all 0.4s ease 0s;
	   -moz-transition:all 0.4s ease 0s;
		 -o-transition:all 0.4s ease 0s;
			transition:all 0.4s ease 0s;	
}

.flat .plan:hover{
/* 	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);	 */
}
.flat .plan li {
	padding: 10px 15px;
	color: #ccc;
	border-top: 1px solid #f5f5f5;
	-webkit-transition: 300ms;
	transition: 300ms;
}
.flat .plan li.plan-price {
	border-top: 0;
}
.flat .plan li.plan-name {
	border-radius: 6px 6px 0 0;
	padding: 15px;
	font-size: 20px;
	line-height: 24px;
	color: #fff;
	margin-bottom: 30px;
	border-top: 0;
}

.flat .plan li.plan-action {
	margin-top: 10px;
	border-top: 0;
}
.flat .plan.featured {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

/* Subscription and Contact form */

.subscribe h2{
	margin:7px 0;
}

.subscription{
	color:#fff;
	padding:0 0 20px;
}

.subscription legend{
	color:#fff;
	font-size:3.5em;
	margin:13px 0 0 0;
}

legend{
	margin: 10px 0 0 0;
	color:#979CA2;
	font-size: 26px;
	text-align: center;
	font-weight:300;
	margin: 30px 0 0;
	border:none;
}

#response{
    display: block;
    height: 46px;
    padding-top: 24px;
}

#no-spam{
	font-size:13px;
}

#signup input{
	width: 50%;
	margin-top: 0px;
	margin-right:10px;
	border:1px solid #fff;
}
#signup input[type="submit"]{
	width: 20%;
	margin-top: 0;
}

input{
	border:1px solid;
	color:#979CA2;
	height: 48px;
    margin-top: 5px;
    padding: 12px 15px;
    width: 70%;
	border-radius: 3px;
}

.contFrm textarea, .wpcf7-textarea{
    margin-top: 5px;
    padding: 12px 8px;
    width: 70%;
	color:#979CA2;
	border:1px solid;
	height: 115px;
	border-radius: 3px;
}

.contFrm label{
	display:block;
	font-weight: 400;
}

.button{
    /* background-color: #2ABB9B; */
    border: 0 solid #000000;
    border-radius: 3px;
    box-shadow: none;
    color: #FFFFFF;
    text-align: center;
    text-decoration: none;
	font-size: 16px;

	/*transition*/
	-webkit-transition:all 0.2s ease 0s;
	   -moz-transition:all 0.2s ease 0s;
		 -o-transition:all 0.2s ease 0s;
			transition:all 0.2s ease 0s;	
}

.button:hover{
	text-decoration:none;
}

.wpcf7-submit{
	color:#fff;
	margin-left: 20px;
}

#section_contact .wrapper{
	padding-top:0px;
	padding-bottom: 75px;
}


/* Featured Slider */

#section_featured_slider .bx-wrapper .bx-pager{
	font-size:60px;
}

#section_featured_slider .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto{
	bottom:-75px !important;
	text-align:right;
}

#section_featured_slider .white{
	padding-bottom:80px;
	padding-bottom:0px;
}


/* Portfolio */	

.custom-nav ul {
	margin-top:0px;
}

.custom-nav ul li{
	float:left;
	display:block;
	margin:30px 5px 50px;
	border-radius:3px;
}

.custom-nav ul li{
	padding:5px 12px;
	color:#fff;
	font-size:13px;
	font-weight:bold;
	transition: all 0.3s ease;
		-webkit-transition: all 0.3s ease;
			-moz-transition: all 0.3s ease;
				-o-transition: all 0.3s ease;
					-ms-transition: all 0.3s ease;
}

.custom-nav ul li:hover{
	cursor:pointer;
}

.base img{
	border-radius:7px;
}
	
#Grid .mix{
    opacity: 0;
    display: none;
}

#section_portfolio .wrapper{
	/*padding-top:0px;*/
}


.view {
   /* width: 300px;
   height: 200px;
   margin: 10px;
   float: left; */
   border-top: 10px solid #fff;
   overflow: hidden;
   position: relative;
   text-align: center;
   cursor: default;
}
.view .mask,.view .content {
   /* width: 300px;
   height: 200px; */
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
   height:100%;
   width:100%;
}
.view img {
   display: block;
   position: relative;
   width:100%;
}
.view h2 {
   text-transform: uppercase;
   color: #fff;
   text-align: center;
   position: relative;
   font-size: 16px;
   padding: 5px;
   background: rgba(0, 0, 0, 0.8);
   margin: 20px 0 0 0;
   width:100%;
}
.view p {
   position: relative;
   color: #fff;
   padding: 10px 20px 20px;
   text-align: center;
}
.view a.info {
   display: inline-block;
   text-decoration: none;
   padding: 7px 14px;
   background: #000;
   color: #fff;
   text-transform: uppercase;
   -webkit-box-shadow: 0 0 1px #000;
   -moz-box-shadow: 0 0 1px #000;
   box-shadow: 0 0 1px #000;
}
.view a.info: hover {
   -webkit-box-shadow: 0 0 5px #000;
   -moz-box-shadow: 0 0 5px #000;
   box-shadow: 0 0 5px #000;
}

/* style 10th */

.view-first img {
   -webkit-transition: all 0.2s linear;
   -moz-transition: all 0.2s linear;
   -o-transition: all 0.2s linear;
   -ms-transition: all 0.2s linear;
   transition: all 0.2s linear;
}
.view-first .mask {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   background-color: rgba(219,127,8, 0.7);
   -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;
}
.view-first h2 {
   -webkit-transform: translateY(-100px);
   -moz-transform: translateY(-100px);
   -o-transform: translateY(-100px);
   -ms-transform: translateY(-100px);
   transform: translateY(-100px);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   -ms-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
}
.view-first p {
   -webkit-transform: translateY(100px);
   -moz-transform: translateY(100px);
   -o-transform: translateY(100px);
   -ms-transform: translateY(100px);
   transform: translateY(100px);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transition: all 0.2s linear;
   -moz-transition: all 0.2s linear;
   -o-transition: all 0.2s linear;
   -ms-transition: all 0.2s linear;
   transition: all 0.2s linear;
}
.view-first:hover img {
   -webkit-transform: scale(1.1,1.1);
   -moz-transform: scale(1.1,1.1);
   -o-transform: scale(1.1,1.1);
   -ms-transform: scale(1.1,1.1);
   transform: scale(1.1,1.1);
}
.view-first a.info {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   -ms-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
}
.view-first:hover .mask {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
}
.view-first:hover h2,
.view-first:hover p,
.view-first:hover a.info {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   -webkit-transform: translateY(0px);
   -moz-transform: translateY(0px);
   -o-transform: translateY(0px);
   -ms-transform: translateY(0px);
   transform: translateY(0px);
}
.view-first:hover p {
   -webkit-transition-delay: 0.1s;
   -moz-transition-delay: 0.1s;
   -o-transition-delay: 0.1s;
   -ms-transition-delay: 0.1s;
   transition-delay: 0.1s;
}
.view-first:hover a.info {
   -webkit-transition-delay: 0.2s;
   -moz-transition-delay: 0.2s;
   -o-transition-delay: 0.2s;
   -ms-transition-delay: 0.2s;
   transition-delay: 0.2s;
}



/* FAQ */

#section_faq .white{
	padding-top:80px;
	padding-bottom:0px;
}

.faq h3{
	margin:20px 0px;
	/* font-size:24px; */
}

.faq .fa{
	margin-right:20px;
}

/* footer */

/* footer social icon */

.footer{	
	width:100%;
	padding:0px 0px 40px;	
}

.footer h2 {
	color:#fff;	
	text-transform:uppercase;
}

.footer ul{
	padding-left:0px;	
	margin-bottom:180px;	
}

.footer_single ul.social {
	margin-top:40px;	
	margin-bottom:40px;	
}


.social .fa{
	font-size:18px;
	border:2px solid;
	border-radius:50%;
	height: 40px;
    padding-top: 10px;
    width: 40px;	
	margin-right:8px;
	
	/*transition*/
	-webkit-transition:all 0.2s ease 0s;
	   -moz-transition:all 0.2s ease 0s;
		 -o-transition:all 0.2s ease 0s;
			transition:all 0.2s ease 0s;	
}

.social .fa:hover{
	border:2px solid;
	text-decoration:none;
}

.social a:hover{
	text-decoration:none;
}

.social li{
	list-style:none;
	display:inline-block;
}



/* Footer copyright text */

.copy{
    font-size: 14px;
}



/* Scroll to top */

#toTop
{
    position: fixed;
    bottom: 30px;
    left: 15px;
    z-index: 99999;
    display: none;
}

#toTop i
{
    background: #F77B6F;
    color: #ffffff;
    border-radius: 2px;
    font-size: 14px;
    padding: 8px;
    -webkit-transition: 250ms linear all;
	-moz-transition: 250ms linear all;
	transition: 250ms linear all;
}

#toTop:hover i
{
    background: #333333!important;;
}
/* 404 */

.error404 p{
	margin-top:0px;
	padding-bottom:30px;
}

/* Parallax */

.features_wrapper, .subscribe_wrapper, .clients_wrapper, .team_wrapper, .price_wrapper, .faq_wrapper, .parallax {
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover; 
    background-size: cover; 
}


/* Custom Media Query */

@media screen and (max-width: 990px){
	
	body{
		padding:0px!important;
	}
	
	.wrapper h2{
		font-size: 2em;
	}
	


	#header {
		right:0px !important;
		left:0px !important;
		width:100% !important;
	}	
	
	.contFrm .submit_area,
	.contFrm .text-right{
		text-align:center !important;
	}

	.contFrm .text-left{
		text-align:center;
	}
	
	.ao-item .ao-details {
		background: none;
	}
	
}





/* =from only-good.com
-------------------------------------------------*/
/* fix hidden */
[data-uk-scrollspy*="uk-animation-"] { 
	/*opacity: 1;*/
}
/* transition */
textarea, input, button, a, .fa {
	-moz-transition: color 0.4s, border-color 0.4s, background-color 0.4s;
	-webkit-transition: color 0.4s, border-color 0.4s, background-color 0.4s;
	-o-transition: color 0.4s, border-color 0.4s, background-color 0.4s;
	transition: color 0.4s, border-color 0.4s, background-color 0.4s;
}
/* other */
a img, fieldset { border: 0; }
input, textarea, select { outline: 0; }
textarea { overflow: auto; /* IE7 */ }

button::-moz-focus-inner,
input::-moz-focus-inner { /* FF */
	border: 0;
	padding: 0;
}
input::-ms-clear { /* IE10+ */
	width : 0;
	height: 0;
}
/* links */
a:link, a:visited {
	color: #53ddd8;
	text-decoration: none;
}
a:hover, a:active, a:focus {
	color: #1ABCB6;
	outline: 0;
}
/* strong */
.entry-content strong {
	color: #585858;
}
/* h-links */
.row h1 a,
.row h2 a,
.row h3 a {
	color: #53ddd8;
}
.row h1 a:hover,
.row h2 a:hover,
.row h3 a:hover {
	color: #000;
}
/* header */
.top .wrapper { padding: 50px 0 50px; }
.top .logo { padding-bottom: 30px; }

/* text-slider */
.bx-wrapper { 
	width: 100%;
	margin: 0px auto 95px !important;
	border: 0;
}
.bx-wrapper .bx-viewport { 
	left: 0;
}
.bxslider li { 
	margin: 0 0 10px;
	list-style: none;
}
.bxslider .slogan { 
	height: 100px;
	padding: 0;
	color: #f7b512;
	font-family: 'Times New Roman', Times, serif;
	line-height: 100px;
}
.bx-wrapper .bx-pager { 
	bottom: -37px !important;
}
@media screen and (max-width: 1060px){
	.bxslider .slogan {
		height: 70px;
		font-size: 40px;	
		line-height: 70px;
	}
}
@media screen and (max-width: 760px){
	.bxslider .slogan {
		height: 50px;
		font-size: 30px;	
		line-height: 50px;
	}
}
@media screen and (max-width: 580px){
	.bxslider .slogan {
		height: 60px;
		padding-left: 30px;
		padding-right: 30px;
		font-size: 30px;	
		line-height: 30px;
	}
}
@media screen and (max-width: 430px){
	.bxslider .slogan {
		height: 40px;
		font-size: 20px;	
		line-height: 20px;
	}
}
.bx-wrapper .bx-pager.bx-default-pager a {
	background: transparent !important;
	border: 2px solid #53ddd8;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	border-color: #f7b512;
}
/* purchase_button */
.purchase_button:link,
.purchase_button:visited {
	padding: 12px 70px 12px 30px;
	color: #f7b512 !important;
	font-size: 20px;
	border: 2px solid #f7b512;
	background: transparent url('../../img/play.png') no-repeat right 0 !important;
	outline: 0 !important;
	outline-offset: 0 !important;

	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.purchase_button:hover,
.purchase_button:active {
	color: #53ddd8 !important;
	background-position: right -51px !important;
	border-color: #53ddd8 !important;
}
/* main-content */
.main-content {
	min-height: 550px;
}
/* title on white */
.alt_heading h2 { 
	margin-top: 0;
	color: #585858 !important;
}
#section_portfolio h2 a { 
	color: #585858 !important;
}
#section_portfolio h2 a:hover { 
	color: #53DDD8 !important;
}
/* h3-h4 */
h3, .h3,
h4, .h4 {
	color: #585858 !important;
}
/* title-line */
h2 span,
h3 span { 
	bottom: 40px;
	border-bottom: 1px solid rgba(255,255,255,.5) !important;
}
.wrapper.white h2 span,
.wrapper.white h3 span { 
	border-bottom: 1px solid #ebebeb !important;
}
.wrapper.white h2 span { 
	bottom: 20px;
}
/* mailchimp */
#response {
	color: #fff;
	margin: 10px 0;
}
#no-spam {
	margin: 10px 0;
	color: #fff;
	font-size: 14px;
}
#signup input.button {
	width: auto;
	border: 0;
	margin-right: 0;
	padding-left: 20px;
	padding-right: 20px;
	background: rgba(255,255,255,.3) !important;
}
#signup input.button:hover {
	background: rgba(255,255,255,.5) !important;
}
.subscribe h2 span { 
	bottom: -13px;
}
/* ask price */
#signup .wpcf7 {
	width: auto;
	margin-top: 66px;
}
#signup #email { 
	width: 100%;
}
#signup .wpcf7-form-control-wrap {
	width: 50%;
}
#signup .wpcf7-not-valid-tip {
	top: 0;
	text-align: left;
}
#signup .submit_area {
	margin-left: 14px;
}
#signup #no-spam {
	font-size: 11px;
}
#signup .wpcf7-response-output {
	width: 68%;
	margin: 0 auto;
}

/* blockquote */
blockquote { 
	border-width: 1px !important;
	border-color: #e3e3e3 !important;
}
/* funfact */
.funfact { 
	color: #53ddd8;
}
.funfact span { 
	padding: 86px 39px 55px;
}
/*logo in menu  */
.navbar-header {
	position: relative;
}
.navbar-brand {
	padding: 0;
}
.navbar-brand img {
	position: absolute;
	top: -15px;
	left: 0;
	width: 100px;
	height: auto;
	max-width: 100px;
	padding: 15px 13px 14px 12px;
	background: #53ddd8;

	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
}
/* nav */
#nav-wrapper {
    width: 100%;
	z-index: 999;
	-webkit-backface-visibility: hidden;
}
#nav-wrapper.affix {
    position: fixed;
    top: 0;
}
.affix + div {
	margin-top: 70px; /* menu-scroll fix */
}
.navbar {
	z-index: 999;
}
.navbar {
	background: #53DDD8 url('../../public/img/pattern.png') !important;
}
.navbar .nav > li > a {
	position: relative;
}
.navbar .nav > li > a:hover,
.navbar .nav > li.current a { 
	color: #fff !important;
}
.navbar .nav > li > a:hover:before,
.navbar .nav > li.current a:before {
	content: '';
	position: absolute;
	left: 15px;
	right: 15px;
	bottom: 22px;
	height: 1px;
	background: rgba(255,255,255,.7);
}
#nav .container {
	width: 1170px;
}
@media screen and (max-width: 1170px) {
	#nav .container {
		width: 100%;
	}
}
/* section_advantages */
#section_advantages .wrapper {
	padding-bottom: 0;
	background: #fff url('../../img/logo-bg.jpg') no-repeat center center;

    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain; 
    background-size: contain; 
}
#section_faq .fa,
#section_advantages .fa {
	float: left;
	position: relative;
	width: 62px;
	height: 62px;
	text-align: center;
	border: 2px solid #f7c151;

	-moz-border-radius: 31px;
	-webkit-border-radius: 31px;
	border-radius: 31px;
}
#section_faq .fa:before,
#section_advantages .fa:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 58px;
	height: 58px;
	line-height: 60px;
}
#section_advantages .fa-list-alt:before,
#section_advantages .fa-heart-o:before,
#section_advantages .fa-cogs:before,
#section_advantages .fa-credit-card:before,
#section_advantages .fa-film:before,
#section_advantages .fa-star-o:before {
	content: '';
	background: transparent url('../../img/advantages.png') no-repeat;
}
#section_advantages .fa-list-alt:before { background-position: 0 0; }
#section_advantages .fa-heart-o:before { background-position: 0 -58px; }
#section_advantages .fa-cogs:before { background-position: 0 -116px; }
#section_advantages .fa-credit-card:before { background-position: 0 -174px; }
#section_advantages .fa-film:before { background-position: 0 -232px; }
#section_advantages .fa-star-o:before { background-position: 0 -290px; }

/* faq-advantages: title */
#section_faq h3,
#section_advantages h3 {
	color: #585858;
	font-size: 23px;
}
#section_advantages h3 {
	line-height: 62px;
}
/* h3, h4 */
h3, h4 {
	/*color: #585858 !important;*/
}
/* section_service */
#section_service .details h3 {
	/*color: #585858 !important;*/
}
/* funfact-text */
.funfact-text {
	padding-top: 10px;
	color: #585858;
	/*font-size: 20px;*/
	/*line-height: 22px;*/
}
/* faq */
.faq .fa {
	margin-right: 15px;
	font-size: 30px;
	line-height: 30px;
	vertical-align: middle;
}
.faq h3 { 
	margin: 20px 0 0;
	line-height: 30px;
}
/* clients */
.clients blockquote small {
	color: #3DCEC9;
	font-size: 15px;
}
/* social */
.social .fa {
	border-color: #f7b512 !important;
	color: #f7b512 !important;
}
.social .fa:hover {
	border-color:  #53ddd8 !important;
	color: #53ddd8 !important;
}
/* social in footer */
.footer .social .fa {
	padding-top: 12px;
	border: 0 !important;
	background-color: rgba(255,255,255,.6) !important;
	color: #3dcec9 !important;
}
.footer .social .fa:hover {
	background-color: rgba(255,255,255,.8) !important;
}
/* footer */
#section_footer {
    background-repeat: no-repeat !important;
    background-position: center center !important;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important; 
    background-size: cover !important; 	
}
.footer p {
	font-size: 18px;
}
.footer h2 {
	margin-top: 90px;
}
.footer .social {
	margin: 87px 0 35px;
}
.footer .social .fa {
	margin: 0 4px 0;
}
.footer .copy-txt {
	margin-top: 50px;
}
.copy, .copy a {
	color: #fff !important;
}
/* logo in footer */
.footer .text-center {
	position: relative;
}
.footer .navbar-brand img {
	top: -30px;
	left: 50%;
	margin-left: -50px;
	background: #76ddde;
	  /*  padding: 10px 0px 12px 0px;*/
}
/* responsive */
@media screen and (max-width: 767px) {
	.navbar-brand img {
		width: 80px;
		height: 80px;
	}
	.footer .navbar-brand img {
		top: -20px;
		margin-left: -40px;
	}
}
/* error */
.error404 .slogan {
	color: #f7b512;
}
.error404 p {
	color: #53ddd8;
}
/* search */
.search-form label {
    vertical-align: top;
}
.search-submit {
    width: auto;
    height: auto;
    padding: 8px 12px 7px;
}
/* comments */
#comments label {
	min-width: 70px;
}
/* mission */
#mission .spc:last-of-type { 
	padding-bottom: 0;
}
.fa { 
	color: #f7b512 !important;
}
/* post-navigation */
nav.post-navigation {
	display: block;
	clear: both;
	width: 100%;
	overflow: hidden;
}
/* =contact form
-------------------------------------------------*/
.wpcf7 {
	position: relative;
	width: 299px;
	margin: 0 auto;
}
/* labels */
.wpcf7 .label {
	margin-bottom: 2px;
}
/* inputs */
.wpcf7 input,
.wpcf7 select,
.wpcf7 textarea {
	width: 100%;
}
.wpcf7 input[type="submit"],
.wpcf7 input[type="checkbox"] {
	width: auto;
}
.wpcf7 textarea {
	height: 115px;
}
/* button */
.submit_area {
	text-align: center;
}
.submit_area span {
	display: inline-block;
	position: relative;
}
.ajax-loader {
	position: absolute;
	top: 50%;
	right: -25px;
	margin-top: -8px;
}
.wpcf7-submit {
	margin-left: 0;
	padding-left: 25px;
	padding-right: 25px;
	border: 0;
}
.wpcf7-submit:hover {
	background: #3dcec9;
}
/* response */
.wpcf7-response-output {
	position: absolute;
	left: 0;
	right: 0;
	padding: 7px 10px;
	color: #f73a00;
	text-align: center;
	border: 1px solid #ffa763;
	background: #fff;
	z-index: 100;
	cursor: pointer;

	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.wpcf7-response-output:after {
	content: 'x';
	position: absolute;
	top: 0;
	right: 2px;
	color: #FF6321;
	font-size: 13px;
	line-height: 10px;
}
.wpcf7-response-output:hover:after {
	color: #F00;
}
.wpcf7-mail-sent-ok {
	color: #18a700;
	border: 1px solid #9EE96A;
}
/* validation */
.wpcf7-form-control-wrap {
	display: inline-block !important;
	position: relative;
	width: 100%;
}
.wpcf7-not-valid-tip {
	position: absolute;
	top: 5px;
	left: 0;
	right: 0;
	padding: 11px 8px; /* relation with input padding */
	color: #f73a00;
	border: 1px solid #ffa763;
	background: #f7f7f7;
	z-index: 100;

	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.screen-reader-response,
.wpcf7 .ajax-error,
.wpcf7-display-none {
	display: none;
}
/* =contact form: home
-------------------------------------------------*/
.contFrm .wpcf7 {
	width: auto;
}
.contFrm .submit_area {
	text-align: left;
}
.contFrm .wpcf7 .submit_area span,
.contFrm .wpcf7 .wpcf7-form-control-wrap {
	width: 70%;
	text-align: left;
}
.contFrm .wpcf7 input,
.contFrm .wpcf7 textarea {
	width: 100%;
}
.contFrm .wpcf7-response-output {
	width: 69%;
	margin: 0 auto;
}
/* =checkbox
-------------------------------------------------*/
input[type="checkbox"] {
	margin-right: 5px;
	height: auto;
    width: auto;
    border: inherit;
}
/* =subscribe
-------------------------------------------------*/
.section_subscribe_form .white { 
	padding-top: 50px;
}
/* =service
-------------------------------------------------*/
/*.service .fa {
	position: relative;
}
.service .fa:before {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	width: 140px;
	height: 140px;
	margin-left: -70px;
	background: transparent url('../../public/img/service.png') no-repeat;
}
.service .fa-link:before { background-position: 0 0; }
.service .fa-rocket:before { background-position: 0 -140px; }
.service .fa-user:before { background-position: 0 -280px; }
.service .fa-camera:before { background-position: 0 -420px; }*/

/* =homepage portfolio
-------------------------------------------------*/
#section_portfolio .filter {
	background: #53ddd8 !important;
}
#section_portfolio .filter:hover {
	background: #3dcec9 !important;
}
.portfolio .mask a.m_link {
	color: #f7b512;
}
.portfolio .mask a.m_link:hover {
	color: #fff;
}
.portfolio.view h2 {
	padding: 10px; 
	color: #1ABCB6;
	text-transform: none;
	line-height: normal;
	background: rgba(255,255,255,.7);
}
/* =portfolio
-------------------------------------------------*/
.tax-portfolio_category .main-content-inner { 
	padding-top: 3.5em;
}
.tax-portfolio_category .hentry { 
	margin-bottom: 3em;
}
.tax-portfolio_category .page-header {
	margin: 0 0 20px;
	overflow: hidden;
}
/* =advantages
-------------------------------------------------*/
#section_advantages .details {
	margin-bottom: 35px;
}
/* =toTop
-------------------------------------------------*/
#toTop i {
	color: #fff !important;
	background: #3dcec9 !important;
}
#toTop:hover i { 
	background: #f7b512 !important;
}
/* =blog
-------------------------------------------------*/
.search .hentry:first-of-type,
.archive:not(.tax-portfolio_category) .hentry:first-of-type,
.blog .hentry:first-of-type {
	margin-top: 3.5em;
}
.search .hentry .page-header,
.archive .hentry .page-header,
.blog .hentry .page-header {
	margin: 0 0 15px;
	padding: 0;
	border: 0;
}
.search h2.page-title,
.archive h2.page-title,
.blog h2.page-title {
	margin: 0;
	font-size: 25px;
	line-height: normal;
	text-transform: none;
	letter-spacing: normal;
}
.search h2.page-title a,
.archive h2.page-title a,
.blog h2.page-title a {
	color: #585858;
}
.search h2.page-title a:hover,
.archive h2.page-title a:hover,
.blog h2.page-title a:hover {
	color: #53DDD8;
}
.sidebar .widget-title { 
	padding-left: 20px;
	color: #FFFFFF !important;
}
.main-content-inner h1 { 
	color: #585858 !important;
}
/* =gallery
-------------------------------------------------*/
.gallery a img,
.ngg-galleryoverview a img {
	opacity: 1;

	-moz-transition: opacity 0.5s;
	-webkit-transition: opacity 0.5s;
	-o-transition: opacity 0.5s;
	transition: opacity 0.5s;
}
.gallery a:hover img,
.ngg-galleryoverview a:hover img {
	opacity: 0.7;
}
.ngg-clear {
	clear: both;
}
.gallery,
.ngg-galleryoverview {
	padding: 20px 0;
	text-align: center;
}
.gallery .gallery-item,
.ngg-gallery-thumbnail-box {
	display: inline-block;
	padding: 0 7px 15px;
	vertical-align: top;
}
.ngg-gallery-thumbnail-box {
	padding: 0 5px 15px; /* &nbsp fix */
}
/* =tel
-------------------------------------------------*/
.tel {
	padding: 35px 0 0;
	color: #53ddd8;
	font-size: 27px;
}
.tel span {
	display: block;
	margin-top: 10px;
	font-size: 13px;
}
/* =form_start
-------------------------------------------------*/
.form_start {
	margin-top: 100px;
}
.form_start .form_image,
.form_start .wpcf7 {
	display: inline-block;
	margin: 0 27px 0;
	vertical-align: top;
}
.form_start .wpcf7 {
	padding-top: 30px;
}
/* =back btn
-------------------------------------------------*/
.back {
	width: 70%;
	margin: 30px auto;
	padding-top: 10px;
	text-align: center;
	border-top: 1px solid #eee;
}
/* =not_found
-------------------------------------------------*/
.not_found {
	text-align: center;
}
/* =thumb_round
-------------------------------------------------*/
.thumb_round img {
	-moz-border-radius: 74px;
	-webkit-border-radius: 74px;
	border-radius: 74px;
}
/* =archive-feedback
-------------------------------------------------*/
.post-type-archive-feedback .hentry {
	margin-bottom: 2.5em;
}
/* =font-fix in safari
-------------------------------------------------*/
* {
-webkit-font-smoothing: antialiased !important;
}
/* =pagination
-------------------------------------------------*/
.wp-pagenavi {
	padding-top: 5px;
	text-align: center;
	clear: both;
}
.wp-pagenavi a,
.wp-pagenavi span {
	display: inline-block;
	width: 37px;
	height: 37px;
	line-height: 37px;
	margin: 0 4px;
	color: #696969;
	font-size: 15px;
	text-align: center;
	background: #EBEBEB;

	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
}
.wp-pagenavi a:hover,
.wp-pagenavi span.current {
	color: #fff !important;
	background: #76DDDE;
}
/* =badges
-------------------------------------------------*/
.ww-bca-2014,
.ww-bca-2015,
#ww-widget-wwrated-2013 {
	display: inline-block;
	vertical-align: top;
}
#section_footer + img {
	display: none !important;
}

/* =responsive
-------------------------------------------------*/
@media screen and (max-width: 989px) {
	#section_team .col-md-3 {
		padding: 0 0 20px !important;
	}
	.navbar-collapse { 
		padding-left: 55px;
	}
	.navbar-collapse.in { 
		overflow-y: inherit;
	}
}
@media screen and (max-width: 767px) {
	.navbar-collapse { 
		padding-left: 20px;
	}
	.navbar-nav > li > a { 
		padding-bottom: 10px;
		padding-top: 10px;
	}
	.navbar .nav > li > a:hover::before,
	.navbar .nav > li.current a::before { 
		bottom: 7px;
	}
}
@media screen and (max-width: 500px) {
	.top .purchase_button {
		display: inline-block;
		height: 55px;
		font-size: 17px;
	}
	#section_portfolio .filter { 
		margin: 0 1px 30px;
	}
	.portfolio.view h2 { 
		font-size: 15px;
	}
	.top {
		height: auto !important;
	}
	.top .wrapper { 
		padding: 20px 0;
	}
	.bx-wrapper { 
		margin: 0 auto 55px !important;
	}
	#section_service .wrapper { 
		padding-top: 70px;
	}
	.form_start .form_image,
	.form_start .wpcf7 { 
		display: block;
		margin: 0 auto;
	}
	#section_advantages h3 { 
		font-size: 20px;
		line-height: 30px;
	}
	#section_faq h3 { 
		font-size: 17px;
		line-height: 21px;
	}
	.contFrm .wpcf7 .submit_area span,
	.contFrm .wpcf7 .wpcf7-form-control-wrap { 
		width: 100%;
	}
	.footer .social .fa { 
		margin: 0 2px;
	}
	.sly_wr.feedback .alignleft {
		float: none;
		display: block;
	}
	.sly_wr.feedback img {
		display: block;
		margin: 0 auto 20px;
	}
	#section_contact h3 span {
		border-bottom: 0 !important;
	}
	h3 { 
		margin-bottom: 30px;
		margin-top: 30px;
	}
	h4 { 
		margin: 30px 5px 20px;
	}
	.service h3,
	#section_advantages h2 { 
		margin-top: 0px;
		font-size: 17px;
		line-height: 25px;
	}
	#mission h3 {
		text-align: center;
	}
}
@media screen and (max-width: 450px) {
	.top .purchase_button {
		display: block;
		margin: 0 30px;
		padding: 4px 70px 5px 25px;
		line-height: 21px;
	}
}
@media screen and (max-width: 380px) {
	.top .purchase_button {
		margin: 0 20px;
		padding: 4px 65px 5px 10px;
		font-size: 15px;
	}
}

@media screen and (max-width: 600px) {
    .features_wrapper, .subscribe_wrapper, .clients_wrapper, .team_wrapper, .price_wrapper, .faq_wrapper, .parallax {
        background-position: center center!important;
    }
}

.footer__link-viber {
    position: relative;
    width: 100%;	
	margin-left: 40px;
}
.footer__link-whatsapp {
    position: relative;
    width: 100%;	
	margin-left: 40px;
}
.footer__link-telegram {
    position: relative;
    width: 100%;
	margin-left: 40px;
}

.footer__link-viber:hover, .footer__link-whatsapp:hover, .footer__link-telegram:hover {
	opacity: .8;
}


.footer__icon-viber {
	position: absolute;
	width: 32px;
	height: 32px;
	background: url(/img/footer-contact-viber.png);
	left: -40px;
	top: -5px;	
}
.footer__icon-whatsapp {
	position: absolute;
	width: 32px;
	height: 32px;
	background: url(/img/footer-contact-whatsapp.png);
	left: -40px;
	top: -5px;	
}
.footer__icon-telegram {
	position: absolute;
	width: 32px;
	height: 32px;
	background: url(/img/footer-contact-telegram.png);
	left: -40px;
	top: -5px;	
}
/* Стили для WhatsApp кнопки */
.whatsapp-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
    animation: pulse 2s infinite;
    display: flex;
    align-items: center;
    background-color: #25d277; /* Цвет фона WhatsApp */
    color: white; /* Цвет текста */
    padding: 10px 20px; /* Отступы внутри кнопки */
    border-radius: 30px; /* Закруглённые углы */
    text-decoration: none; /* Убираем подчёркивание */
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); /* Тень */
}

/* Стили для иконки */
.whatsapp-button img {
    width: 30px; /* Размер иконки */
    height: 30px;
    margin-right: 10px; /* Отступ между иконкой и текстом */
}

/* Стили для текста */
.whatsapp-button span {
    font-size: 18px; /* Размер текста */
    font-weight: bold; /* Жирный текст */
}

/* Анимация пульсации */
@keyframes pulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
    100% {
        transform: scale(1);
    }
}

/* Анимация при наведении */
.whatsapp-button:hover {
    animation: none; /* Отключаем пульсацию при наведении */
    transform: scale(1.05); /* Увеличиваем кнопку */
    transition: transform 0.3s ease;
}

/* Адаптация для мобильных устройств */
@media screen and (max-width: 767px) {
    .whatsapp-button {
        bottom: 20px; /* Оставляем отступ как на ПК */
        right: 20px;
        padding: 10px 20px; /* Возвращаем прежние отступы */
    }

    .whatsapp-button img {
        width: 30px; /* Возвращаем прежний размер иконки */
        height: 30px;
    }

    .whatsapp-button span {
        font-size: 18px; /* Возвращаем прежний размер текста */
    }
}

/* Адаптация для ПК (если нужно) */
@media screen and (min-width: 768px) {
    .whatsapp-button {
        bottom: 20px;
        right: 20px;
    }
}