/*   
Theme Name: Devad Marketing New
Theme URI: https://github.com/saxap/clean-wp-template
Version: 3.0
Tags: clean, development, html5, bootstrap
Description: Clean wordpress theme with minimal bootstrap3 markup for fast development starting
Author: saxa:p
Author URI: http://dontforget.pro
*/
/* =WordPress Core
-------------------------------------------------------------- */
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700,800|Open+Sans');
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}
/*Main Style*/
.navbar-default .navbar-nav>li>a{
	font-family: 'Montserrat', sans-serif;
	color: #282828;
    font-size: 10px;
	font-weight: 400;
	letter-spacing: 2.4px;
	line-height: 35px;
	text-transform: uppercase;
}
.navbar-default .navbar-nav>li, .navbar-default .navbar-nav>li a {
	float: none;
    display:inline-block;
    text-align:center;
    text-transform: uppercase;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover{
	color: #1d9e00;
	font-weight: 700;
	letter-spacing: 2.4px;	
}
.navbar-nav>li>a::after {
    display: block;
    content: attr(title);
    font-weight: bold;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}
.navbar-default {
    background-color: transparent;
    border-color: transparent;
    border-radius: 0;
    margin-bottom: 0;
}
ul.nav.navbar-nav.navbar-logo img{
    position: relative;
    bottom: 2px;	
    width: 215px; 
}
ul.nav.navbar-nav.navbar-right li a{
	color: #282828;
	font-family: 'Montserrat', sans-serif;
    font-size: 12px;
	font-weight: 700;
	line-height: 14px;
	text-transform: uppercase;
	padding: 16px 10px;
}
ul.nav.navbar-nav.navbar-right li img{
	margin-right: 14px;
    position: relative;
    bottom: 3px;	
}
.navbar-right {
    margin-top: 4px;
}
.carousel-indicators li {
    width: 24px!important;
    height: 2px!important;
    background-color: #b3b3b3!important;
    border: none;   
    display: block;
    border-radius: 0!important;
    margin-bottom: 102px!important;
}
.carousel-indicators {
    position: relative;
    bottom: 0!important;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -10%;
    text-align: center;
    list-style: none;
}
.carousel-indicators .active {
    width: 24px!important;
    height: 4px!important;
	background-color: #1d9e00!important;
    position: relative;
    left: 1px;    
}
ol.carousel-indicators li.active:after{
    background-color: #b3b3b3!important;
}
ol.carousel-indicators li:after{
    content: " ";
    display: block;
	width: 4px;
	height: 4px;
    background-color: #b3b3b3!important;
    top: 55px;
    left: 20px;
    position: relative;		
}
ol.carousel-indicators li:last-child:after {
	display: none;
}
div#carousel .item{
	background-position: center center!important;;
	background-repeat: no-repeat!important;;
	background-size: cover!important;;
    height: 626px;
}
.top-slider h2{
	color: #282828;
	font-family: 'Montserrat', sans-serif;
    font-size: 40px;
	font-weight: 800;
	line-height: 64px;	
	margin: 102px 0 70px 64px;
}
.top-slider a.one-click{
	margin: 0 0 0 64px;	
}
a.one-click{
	position: relative;
    display: block;
    width: 241px;
    height: 70px;
    background-color: #1d9e00;
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-size: 10px;
    font-weight: 700;
    line-height: 15px;
    text-transform: uppercase;
    letter-spacing: 1.4px;
    padding: 28px 25px;	
}
a.one-click:hover{
	box-shadow: 0 14px 14px rgba(29, 158, 0, 0.43);	
	background-image: linear-gradient(45deg, rgba(29, 158, 0, 0.3) 0%, rgba(172, 255, 153, 0.3) 100%);	
}
a.one-click:after{
    content: " ";
    display: block;
    width: 2px;
    margin: -66px 0px 0px 158px;
    height: 93px;
    background: #fafafa;
    position: absolute;	
}
a.one-click:before{
  	content:url('img/ico3.png'); 
    left: 205px;
    top: 20px;
    position: absolute;
}
.top-slider{
	background-color: #fafafa;	
}
.top-slider .carousel-indicators{
	margin-top: 102px;
	display: none;
}
a:hover{
	text-decoration: none;
}
section.about {
    padding: 80px 0;
}
section.about p{
	height: 100px;
	color: #4d4d4d;
	font-family: 'Montserrat', sans-serif;
    font-size: 13px;
	font-weight: 400;
	line-height: 37px;	
}
h2.title-block{
    color: #282828;
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 25px;
    margin: 0 0px 15px 0;	
}
span.title-block-line{
    width: 55px;
    height: 10px;
	background-color: #1d9e00;
    display: block;		
}
section.services{
	text-align: center;
}
section.services .col-md{
	width: 300px;
	display: inline-block;
    padding: 3px;
    text-align: left;
    position: relative;    	
}
section.services  .item{	
	transition: transform .3s;
}
section.services .col-md .item:hover{
    transform: scale(1.1);
    z-index: 1;
    position: relative;    
}
section.services{
	padding: 95px 0;
	background-color: #fafafa;
}
section.services .item .box{
    padding: 32px;
	border: 1px solid #cccccc;
	background-color: #fafafa;	
}
section.services .item .box h3{
	color: #1d9e00;
	font-family: 'Montserrat', sans-serif;
    font-size: 20px;
	font-weight: 300;
	line-height: 35px;	
}
section.services .item .box h2{
    color: #131313;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
    margin: 0px 0 10px 0;
    height: 40px;    		
}
section.services .item .box p{
	color: #282828;
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	font-weight: 700;
	line-height: 24px;	
    height: 60px;	
}
section.services .item a.link-item{
	background-color: #1d9e00;
	color: #fdfdfd;
	font-family: 'Montserrat', sans-serif;
    font-size: 12px;
	font-weight: 800;
	line-height: 35px;
	text-transform: uppercase;	
    padding: 20px 45px;
    display: block;	
    position: relative; 
    cursor: pointer;   
}
section.services .item a.link-item:after{
  	content:url('img/ico4.png'); 
  	left: 240px;
    top: 27px;
    position: absolute;
}
a.link-item:hover .item{
	display: none;
}
section.services .col-md:nth-of-type(1) .item-inside{
	background: url(img/bg1.png);
}
section.services .col-md:nth-of-type(2) .item-inside{
	background: url(img/bg2.png);
}
section.services .col-md:nth-of-type(3) .item-inside{
	background: url(img/bg3.png);
}
section.services .col-md:nth-of-type(4) .item-inside{
	background: url(img/bg4.png);
}
section.services .col-md:nth-of-type(5) .item-inside{
	background: url(img/bg5.png);
}
section.services .col-md:nth-of-type(6) .item-inside{
	background: url(img/bg6.png);
}
section.services .item-inside{
	background-position: center center!important;
	background-repeat: no-repeat!important;
	background-size: cover!important;
	padding: 65px;
	height: 525px;
	width: 420px;
	position: absolute;
	top: -95px;
	left: -55px;
	z-index: 2;
	box-shadow: 0 20px 40px rgba(26, 26, 26, 0.4); 
}
section.services .item-inside h3{
	color: #ffffff;
	font-family: 'Montserrat', sans-serif;
	font-size: 24px;
	font-weight: 300;
	line-height: 35px;	
}
section.services .item-inside h4{
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 22px;	
}
section.services .item-inside h5{
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 24px;
}
section.services .item-inside p{
	color: #ffffff;
	font-family: 'Montserrat', sans-serif;
	font-size: 11px;
	font-weight: 400;
	line-height: 24px;	
}
img.close-item {
    position: absolute;
    right: 61px;
    top: 85px;
    cursor: pointer;
}
section.services .col-md-4{
	margin-bottom: 40px;
}
section.services .col-md-4:nth-of-type(6), section.services .col-md-4:nth-of-type(5), section.services .col-md-4:nth-of-type(4){
	margin-bottom: 0;
}
section.contacts{
	padding: 93px 0;
}
section.contacts p{
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	font-style: italic;
	line-height: 18px;
	margin-top: 40px;	
}
section.contacts h3 a{
	color: #333333;	
}
section.contacts h3{
	color: #333333;
	font-family: 'Montserrat', sans-serif;
    font-size: 32px;
	font-weight: 300;
	letter-spacing: 3.84px;
	line-height: 35px;
	margin-top: 44px;	
}
section.contacts h3 span.bold-phone{
	font-weight: 700;	
}
section.contacts a.phone-call{
	width: 165px;
	height: 46px;
	border-radius: 1px;
	background-color: #1d9e00;
	color: #ffffff;
	font-family: 'Montserrat', sans-serif;
	font-size: 10px;
	font-weight: 700;
	line-height: 14px;
	text-transform: uppercase;
	letter-spacing: 1px;
    display: block;
    text-align: center;
    padding: 16px 0px;
		margin: 45px 0 0 0;	
}
section.contacts a.phone-call:hover{
	background-image: linear-gradient(45deg, rgba(29, 158, 0, 0.3) 0%, rgba(172, 255, 153, 0.3) 100%);
	box-shadow: 0 14px 14px rgba(29, 158, 0, 0.43);		
}
.form input{
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-size: 10px;
    font-weight: 400;
    line-height: 35px;
    letter-spacing: 2.4px;
    border-radius: 1px;
    border: 1px solid #ffffff;
    padding: 14px 12px;
    display: block;
    height: 28px;
    width: 100%;
    background: transparent;
    font-style: initial;      
}
.form{
    width: 70%;	
	padding: 50px;
	box-shadow: 0 14px 14px rgba(29, 158, 0, 0.43);
	background-color: #1d9e00;
	background-image: linear-gradient(45deg, rgba(29, 158, 0, 0.3) 0%, rgba(172, 255, 153, 0.3) 100%);	
}
.form p{
    margin-top: 0!important;
    margin-bottom: 10px;	
}
.form input.wpcf7-form-control.wpcf7-submit{
	width: 135px;
    height: 40px;
    border-radius: 1px;
    background-color: #ffffff;
    color: #b3b3b3;
    font-family: 'Montserrat', sans-serif;
    font-size: 8px;
    font-weight: 700;
    line-height: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 1px 0;
    float: right;
    border: 1px transparent solid;   
}
.form input.wpcf7-form-control.wpcf7-submit:hover{
    border: 1px #fff solid; 
    background: transparent;
    color: #fff;	
}
.form input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #ffffff;
}
.form input::-moz-placeholder { /* Firefox 19+ */
	color: #ffffff;
}
.form input:-ms-input-placeholder { /* IE 10+ */
	color: #ffffff;
}
.form input:-moz-placeholder { /* Firefox 18- */
	color: #ffffff;
}
div.wpcf7-response-output {
    margin: 3em 0em 1em;
    color: #fff;
    text-align: center;
    padding: 0.2em 1em;
}
footer{
	background-color: #282828;
	padding: 100px 0 40px 0;
	position: relative;
}
footer h2.title-block{
    color: #ffffff;
    font-size: 26px;
    font-weight: 700;
    line-height: 35px;
}
footer p{
color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
    width: 80%;
    float: right;    
}
.line-footer{
    border: 1px solid #a1a1a1;
    margin: 106px 0 20px 0;
}
.blog .line-footer{
    margin: 0 0 20px 0;	
}
footer .copiryght{
	color: #fafafa;
    font-family: 'Montserrat', sans-serif;
    font-size: 6px;
	font-weight: 300;
	line-height: 35px;
	text-transform: uppercase;
	letter-spacing: 1.6px;	
    padding: 15px 0;	
}
ul.social {
    list-style: none;
    margin: 0;
    float: right;       
}
ul.social li{
    display: inline-block;
    width: 60px;
    height: 60px;
    border: 8px solid #707070;
    padding: 11px;
    margin-left: 10px;	   
}
ul.social li i{
    font-size: 24px;
	color: #707070;	
} 
ul.social li:nth-of-type(2){
    padding: 11px 15px;	
}
ul.social li i:hover{
	color: #1d9e00;	
}
div#form .modal-dialog{
	box-shadow: 0 20px 20px 1px rgba(0, 0, 0, 0.3);
	background-color: #ffffff;	
}
div#form  .modal-content {
    border-radius: 0;
    border: none;
    padding: 50px 50px 85px 50px;    
}
div#form  .modal-header {
    padding: 0;
    border-bottom: none;
}
div#form a.btn-close {
    right: 50px;
    background: #1d9e00;
    opacity: 1;
    color: #fff;
    height: 23px;
    width: 23px;
    border-radius: 50%;
    line-height: 18px;
    font-weight: 800;
    display: block;
    font-size: 20px;
    position: absolute;
    padding: 0 5px;
    cursor: pointer;
}
div.wpcf7-response-output {
    margin: 3em 0em 1em;
    color: #000;
    text-align: center;
    padding: 0.2em 1em;
    margin-top: 60px;
}
div#form input {
	color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-size: 10px;
    font-weight: 400;
    line-height: 35px;
    letter-spacing: 2.4px;
    border-radius: 1px;
    border: 1px solid #4d4d4d;
    padding: 13px 12px;
    display: block;
    height: 28px;
    width: 100%;
    background: transparent;
    font-style: initial;
}
div#form .modal-body{
	padding: 0;
	margin-top: 35px;	
}
div#form input.wpcf7-form-control.wpcf7-submit{
    float: right;
    border: none;
    padding: 0;
    width: 135px;
    height: 35px;
    border-radius: 1px;
    background-color: #1d9e00;
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-size: 8px;
    font-weight: 700;
    line-height: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 0px;
}
div#form .modal-body p {
    margin-bottom: 10px;
}
a:hover{
	text-decoration: none;
}
section.top-blog{
    padding: 70px 0;
	background-position: center center!important;
	background-repeat: no-repeat!important;
	background-size: cover!important;
	background: url(img/top-blog.png);
}
section.top-blog h2{
    color: #ffffff;
    font-size: 50px;
    line-height: 60px;		
}
.container-header {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.no-padding{
	padding-right: 0;
    padding-left: 0;	
}
.container-full {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.single-post form#search-filter-form-47 ul li:nth-of-type(3), form#search-filter-form-47 ul li:nth-of-type(6) {
    left: 0px!important;
    position: relative;
}
.single-post  form#search-filter-form-47 ul li:nth-of-type(6) {
    left: 0px!important;
    position: relative;
}
#carousel .container-full {
    padding-right: 0;
    padding-left: 0;
    margin-right: auto;
    margin-left: auto;
}
.top-slider .row{
	margin: 0!important;
}
.top-slider .row .col-md-6, .top-slider .row .col-md-3, .top-slider .row .col-md-9{
	padding: 0!important;
}
form#search-filter-form-47 ul{
	display: inline-block;
    padding: 0;	
}
form#search-filter-form-47 ul li{
    float: left;
    width: 33.33%;
    padding: 0;  
}
form#search-filter-form-47 ul li input{
	float: left;
}
form#search-filter-form-47 ul .row:after {
  content: "";
  display: table;
  clear: both;
}
.searchandfilter label {
    width: 170px;
}
/* Base for label styling */
form#search-filter-form-47 [type="checkbox"]:not(:checked),
form#search-filter-form-47 [type="checkbox"]:checked {
    position: absolute;
    left: -9999px;
}
form#search-filter-form-47 [type="checkbox"]:not(:checked) + label,
form#search-filter-form-47 [type="checkbox"]:checked + label {
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    color: #4d4d4d;
    font-family: 'Montserrat', sans-serif;
	font-size: 11px;
    font-weight: 400;
    line-height: 37px;
    width: 135px;  
}

/* checkbox aspect */
form#search-filter-form-47 [type="checkbox"]:not(:checked) + label:before,
form#search-filter-form-47 [type="checkbox"]:checked + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 13px;
    width: 12px;
    height: 12px;
    border: 1px solid #b3b3b3;
    background-color: #ffffff;
}
/* checked mark aspect */
form#search-filter-form-47 [type="checkbox"]:not(:checked) + label:after,
form#search-filter-form-47 [type="checkbox"]:checked + label:after {
    content: '\2713\0020';
    position: absolute;
	top: 14px;
    left: 0px;
    font-size: 1.3em;
    line-height: 0.8;
    color: #09ad7e;
    transition: all .2s;
}
/* checked mark aspect changes */
form#search-filter-form-47 [type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    transform: scale(0);
}
form#search-filter-form-47 [type="checkbox"]:checked + label:after {
    opacity: 1;
    transform: scale(1);
}
/* disabled checkbox */
form#search-filter-form-47 [type="checkbox"]:disabled:not(:checked) + label:before,
form#search-filter-form-47 [type="checkbox"]:disabled:checked + label:before {
    box-shadow: none;
    border-color: #bbb;
    background-color: #ddd;
}
form#search-filter-form-47 [type="checkbox"]:disabled:checked + label:after {
    color: #999;
}
form#search-filter-form-47 [type="checkbox"]:disabled + label {
    color: #aaa;
}
form#search-filter-form-47 li.sf-field-submit input[type="submit"]{
	width: 135px;
    height: 35px;
    border-radius: 1px;
    background-color: #1d9e00;
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-size: 8px;
    font-weight: 700;
    line-height: 14px;
    text-transform: uppercase;
    border: none;
    letter-spacing: 1px;
    margin-top: 25px;
    margin-left: 370px;
}
form#search-filter-form-47 li.sf-field-submit input[type="submit"]:hover{
	box-shadow: 0 14px 14px rgba(29, 158, 0, 0.43);
	border-radius: 1px;
	background-color: #1d9e00;
	background-image: linear-gradient(45deg, rgba(29, 158, 0, 0.3) 0%, rgba(172, 255, 153, 0.3) 100%);	
}
form#search-filter-form-47 li.sf-field-submit{
	width: auto;
}
form#search-filter-form-47 a.search-filter-reset:hover{
	box-shadow: 0 14px 14px rgba(29, 158, 0, 0.43);
	border-radius: 1px;
	background-color: #1d9e00;
	background-image: linear-gradient(45deg, rgba(29, 158, 0, 0.3) 0%, rgba(172, 255, 153, 0.3) 100%);		
}
form#search-filter-form-47 a.search-filter-reset{
    width: 135px;
    height: 35px;
	border-radius: 1px;
	background-color: #1d9e00;
	color: #ffffff;
    font-family: 'Montserrat', sans-serif;
	font-size: 8px;
	font-weight: 700;
	line-height: 14px;
	text-transform: uppercase;
	border: none;
	/* Text style for "apply filt" */
	letter-spacing: 1px;
	display: block;
    text-align: center;
    padding: 12px 0;
    margin-left: 30px;
    margin-top: 25px;		
}
form#search-filter-form-47 li.sf-field-reset{
	width: auto;
	left: 0;
}
form#search-filter-form-47 ul li:nth-of-type(3), form#search-filter-form-47 ul li:nth-of-type(6){
    left: 30px!important;
    position: relative;	
}
section.filter{
    padding: 20px 0 35px 0;
}
section.first-post .box-first{
    height: 580px;
	background-position: center center!important;
	background-repeat: no-repeat!important;
	background-size: cover!important;
}
section.first-post .text-box{
    padding: 25px 60px;
    position: relative;
}
section.first-post .text-box h3{
    color: #1d9e00;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 35px;
    margin: 0;
    margin-bottom: 0px;
    letter-spacing: 3px;
}
section.first-post .text-box h4{
	color: #131313;
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
	font-weight: 700;
	line-height: 36px;
    margin-bottom: 10px;
    height: 72px;		
}
section.first-post .text-box h5{
    color: #282828;
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    font-weight: 700;
    line-height: 24px;
    height: 117px;
    margin: 0;
}
section.first-post .box-second{
    background-position: center center!important;
    background-repeat: no-repeat!important;
    background-size: cover!important;
    height: 286px;
}
.container-full a:hover .middle {
    opacity: 0.6;
}
.container-full .box-first .middle, .container-full .box-second .middle {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
    height: 100%; 
}
section.first-post a:hover .text-box{
	background: #fff;
}
.container-full .box-first .text, .container-full .box-second .text {
    background: #1d9e00;
    width: 100%;
    height: 100%
}
#all-posts .row:nth-of-type(1){
	display: none;
}
section.first-post .text-box:before {
    content: "\A";
    border-style: solid;
    border-width: 15px 20px 15px 0;
    border-color: transparent #fff transparent transparent;
    position: absolute;
    left: -20px;
    top: 50%;
    margin-top: -15px;
}
.loadmore{
	color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-size: 32px;
	font-weight: 700;
	line-height: 35px;	
    text-align: center;	
    cursor: pointer;
	padding: 0px 0px 50px 0;   
}
.loadmore span{
	border-bottom: 2px #fff solid;
}
.loadmore:after {
    content: url(img/arrow.png);
    left: 20px;
    top: 5px;
    position: relative;
}
.blog div#other{
	display: none;
}
.blog .loadmore{
	display: block!important;
}
.search-block #all-posts .row:nth-of-type(1){
	display: block;	
}
body.blog .main-blog .loadmore{
	display: none!important;
}
body.blog .main-blog div#other{
	display: block!important;
}
.single section.top-blog .title-block{
	text-align: center;
}
.single form#search-filter-form-47 ul li {
    float: none;
    width: auto;
}
.single form#search-filter-form-47 ul li:nth-of-type(3), form#search-filter-form-47 ul li:nth-of-type(6) {
    left: 0;
    position: relative;
}
.single form#search-filter-form-47 ul li:nth-of-type(2n-1){
	margin-top: 15px;
}
.single form#search-filter-form-47 a.search-filter-reset {
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 15px;        
}
.single form#search-filter-form-47 li.sf-field-submit input[type="submit"] {
    margin-left: 0;
    float: none;     
	margin-bottom: 15px;     
}
.single li.sf-field-reset{
	margin-top: 0!important;
}
.single .content-post article p{
	color: #282828;
    font-family: 'Montserrat', sans-serif;
	font-size: 13px;
	font-weight: 400;
	line-height: 30px;	
}
.single .content-post article{
	margin-top: 45px;
	margin-bottom: 115px;
}
.single section.content-post {
    margin-top: 25px;
}
.single h2.title-category{
    margin-top: 50px;
    margin-bottom: 0;
	color: #282828;
    font-family: 'Montserrat', sans-serif;
    font-size: 28px;
	font-weight: 700;
	line-height: 42.37px;    	
}
#form iframe{
	height: 285px!important;
}
/* Media */
@media (min-width: 1497px) { 
	
}
@media (min-width: 979px) { 
	ul.nav li.dropdown.show-on-hover:hover > ul.dropdown-menu { /* для раскрывания субменю по наведению */
		display: block;
	}
	.comment-list .children { /* для комментов */
		padding: 0;
		margin-left: 74px;
		padding-bottom: 15px;
	}
	.comment-list .media {
		margin-top: 0;
	}
}
@media (min-width: 768px) {
	.modal-dialog {
		width: 470px;
	}	
	.navbar-right {
	    margin-right: 0;
	}		
	.navbar-brand{
		display: none;
	}
	.navbar-nav.navbar-center, .navbar-nav.navbar-nav-blog {
		min-width: 909px;
    	position: absolute;
    	left: 50%;
	   	transform: translatex(-50%);
  	}
}

@media (max-width: 1600px) {
	.nav>li>a {
	    padding: 10px 5px;
	}
	.navbar-nav.navbar-center, .navbar-nav.navbar-nav-blog{
		min-width: 696px;
	}	
}
@media (max-width: 1366px) {
	body.blog section.top-blog{
	    margin-top: 55px;	
	}	
	.navbar-nav-blog {	
		margin-top: 56px;
	}
	.navbar-nav.navbar-center {	
   	    font-size: 11px;
	    min-width: 789px;
	    margin-top: 56px;
	    background: #fff;
	    width: 100%;
	    z-index: 3;
	    text-align: center;
		left: 50%;
	}
	.top-slider {
	    margin-top: 0;
	}	
}
@media (max-width: 1255px) {
	section.first-post .box-second {
    	height: 286px;
	}	
}
@media (max-width: 1199px) {
	form#search-filter-form-47 li.sf-field-submit input[type="submit"] {
   		margin-left: 220px;
	}	
	section.services .item .box p {
    	min-height: 70px;
	}
	section.services .item .box h2 {
	   	 min-height: 42px;
	}
	section.services .item a.link-item:after {
	    left: 245px;
	}		
}
@media (max-width: 1094px) {
	section.first-post .box-first {
	   	 height: 654px;
	}	
	section.first-post .text-box h4 {
	    font-size: 26px;
	}
	section.first-post .text-box {
	    padding: 62px 65px;
	}		
}
@media (max-width: 991px) {
	form#search-filter-form-47 ul li:nth-of-type(3), form#search-filter-form-47 ul li:nth-of-type(6) {
	    left: 0px!important;
	    position: relative;
	}	
	form#search-filter-form-47 ul li {
	    float: none;
	    width: auto;
	}
	form#search-filter-form-47 li.sf-field-submit input[type="submit"] {
	    margin-left: 0;
	    margin-top: 0;
	}
	form#search-filter-form-47 a.search-filter-reset {
	    margin-left: 0;
	    margin-top: 40px;
	}		
	form#search-filter-form-47 ul li:nth-of-type(3), form#search-filter-form-47 ul li:nth-of-type(6) {
	    left: 0;
	    position: relative;
	}		
	div#carousel .item {
	    height: 450px;
	}	
	section.contacts a.phone-call {
	    margin: 30px auto!important;
	}	
	section.contacts h3 {
	    text-align: center;
		font-size: 30px;	    
	}	
	section.services .item a.link-item:after {
	    left: auto;
	    right: 40px;
	}	
	section.services .item .box h2 {
	    min-height: auto;
	}	
	section.services .item .box p {
	    min-height: auto;
	}	
	.top-slider .carousel-indicators {
	    display: none;
	}
	.top-slider h2 {
   		margin: 50px 10px 50px 10px;
	}
	.top-slider a.one-click {
    	margin: 0 0 50px 10px;
	}
	section.about {
	    padding: 50px 0;
	}	
	section.services .col-md-4:nth-of-type(6), section.services .col-md-4:nth-of-type(5), section.services .col-md-4:nth-of-type(4) {
	    margin-bottom: 40px;
	}
	section.services {
	    padding: 50px 0;
    }	
	section.contacts {
	    padding: 50px 0;
	}  
	.form {
	    margin-top: 30px;
		margin: 0 auto;	    
	}	
	footer .copiryght {
	    text-align: center;
	}	
	ul.social {
	    float: none;
	    text-align: center;
	    padding: 0;
	}	
	ul.social li:first-child{
    	margin-left: 0;		
	}
	.line-footer {
	    margin: 20px 0 20px 0;
	}	
	section.services .item-inside {
	    height: auto;
	    width: 100%;
	    position: absolute;
	    top: -80px;
	    left: 0px;
	    z-index: 2;
	    box-shadow: 0 20px 40px rgba(26, 26, 26, 0.4);
	}		 				
}
@media (max-width: 767px) { 
	.navbar-brand>img {
	    display: block;
	    width: 210px;
	}	
	body.blog section.top-blog {
	    margin-top: 0;
	}	
	.top-slider {
	    margin-top: 0;
	}	
	section.about p {
    	height: auto;
	}
	.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	    border-color: #e7e7e7;
	    padding: 10px 15px;
	}	
	ul.nav.navbar-nav.navbar-right li a {
	    padding: 4px 5px;
	}
	.navbar-nav {
	    margin: 0;x§
	}	
	.navbar-logo{
		display: none;
	}
	.navbar-brand {
		padding: 4px 10px;
		line-height: 0;
	}	
	.navbar-nav.navbar-center {
	    font-size: 12px;
	    min-width: auto;
	    margin-top: 0;
	    background: #fff;
	    width: 100%;
	    z-index: 3;
	    text-align: center;
	    left: 0;
	    margin: 0;
	}
	.navbar-default .navbar-nav>li, .navbar-default .navbar-nav>li a {
	    float: none;
	    display: block;
	    text-align: left;
	    text-transform: uppercase;
	    letter-spacing: 2.4px;
	    line-height: 5px;
	}
	ul.nav.navbar-nav.navbar-right li img{
		display: none;
	}		
}