/******************************************************************
Theme Name: SmartCityBud
Theme URI: 
Description: 
Author: art.s
Author URI: https://freelancehunt.com/freelancer/art-s.html
Version: 1

License: GPL
License URI: http://www.gnu.org/copyleft/gpl.html
******************************************************************/


body{
	font-family: "OpenSans", Arial, sans-serif;
	font-size: 15px;
	line-height: 20px;
	margin: 0;
	padding: 0;
}


img {
	border: 0;
}

p {
	margin: 20px 0;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

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

.input {
	background-color: #f3f3f3;
	border: 1px solid #e7e7e7;
	height: 30px;
	color: #b2b2b2;
	padding: 0 10px;
	vertical-align: top;
}

.button {
	color: #fff;
	background-color: #29c5e6;
	border: none;
	height: 32px;
}


.container{
	/*width: 1170px;*/
	margin: 0 auto;
}

*{
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


section:before, section:after,
footer:before, footer:after,
header:before, header:after,
.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
    clear: both;
}

:before, :after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


.site-title {
	/*float: left;*/
	margin-top: 26px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

.site-title a{
	background-image: url('images/logo.png');
    display: inline-block;
    width: 270px;
    height: 45px;
    background-repeat: no-repeat;
}


.lang-block ul{
	margin-top: 15px;
}

header{
	margin-bottom: 20px;
}

nav{
	margin-top: 0px;
    width: 100%;
    background-color: #026666;
}

nav .menu {
	margin: 0;
	padding: 0;
	list-style: none;
}

nav .menu  > li{
	float: left;
	position: relative;
	z-index: 5;
	padding-left: 23px;
}

nav .menu  > li + li{
	margin-left: 24px;
	padding-left: 23px;
}

nav .menu a{
	font-family: "OpenSans";
    font-size: 16px;
    color: #FFFFFF;
    line-height: 48px;
    padding: 0;
    text-decoration: none;
    z-index: 5;
    position: relative;
}

nav .menu > li.current-menu-item > a,
nav .menu > li:hover > a{
	color: #35C0C5;
	padding: 0 !important;
}

.sf-sub-indicator{
	display: none;
}

nav .menu  > li > ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

nav .menu  > li > ul.sub-menu{
	position: absolute;
	top: 0px;
	left: 0;
	padding-top: 24px;
	background-color: #fff;
	border-left: 3px solid #ff8100;
	z-index: 1
}

ul.sub-menu > li{
	width: 230px;
}

ul.sub-menu > li > a{
	padding: 16px 20px;
	display: block;
}

ul.sub-menu > li:hover > a{
	background-color: #dbdbda;
}


ul.sub-menu > li > a{
	background-image: url('images/arrow.png');
	background-repeat: no-repeat;
	background-position: 9px 50%;
}

ul.sub-menu ul.sub-menu {
	margin: 0 0 0 20px;
	padding: 0;
	list-style: none;
	position: relative;
}
ul.sub-menu ul.sub-menu:before {
	content: '';
    background-color: #c8c8c9;
    left: 0;
    bottom: 18px;
    height: 100%;
    width: 1px;
    position: absolute;
}

ul.sub-menu ul.sub-menu > li > a{
	background-image: url('images/line.png');
	background-repeat: no-repeat;
	background-position: 0px 50%;
}

ul.sub-menu ul.sub-menu > li:hover > a{
	background-color: transparent;
}

ul.sub-menu ul.sub-menu > li > a{
	padding-top: 12px;
	padding-bottom: 10px;
}


.header-right-sidebar {
    margin-right: 39px;
    float: right;
    width: 200px;
}


.searchform {

}

.searchform .screen-reader-text{
	display: none;
}

.searchform input[type="text"]{
    width: 169px;
    height: 20px;
    border: 1px solid #cccdce;
    background-color: #fcfaf8;
    display: inline-block;
    vertical-align: middle;
    padding: 0 5px;
    box-sizing: border-box;
}

.searchform input[type="submit"]{
	background-image: url('images/srch-btn.png');
    background-repeat: no-repeat;
    background-position: 0 0;
    width: 26px;
    height: 26px;
    margin-left: 0px;
    display: inline-block;
    vertical-align: middle;
    border: none;
    text-indent: -100px;
    overflow: hidden;
    background-color: transparent;
    box-sizing: border-box;
}


.language-chooser{
	margin: 30px 0;
	padding: 0;
	list-style: none;
	float: left;
}

.language-chooser li{
	float: left;
	margin-right: 5px;
}

.language-chooser li a{
  font-size: 12px;
  font-family: "OpenSans";
  color: rgb(170, 170, 171);
  text-decoration: underline;
  line-height: 13px;
}

.language-chooser li a:hover{
	text-decoration: none;
}

.home header .line{
	display: none;
}

header{
	position: relative;
}




/*html[lang="en-US"] .lang-en,
html[lang="ru-RU"] .lang-ru{
	display: none;
}*/


.section {
    padding-top: 30px;
    padding-bottom: 30px;
}

.home section {
	padding: 0;
}





footer{
	background-color: #026666;
	padding: 50px 0;
}


.copyright {
    font-size: 14px;
    font-family: "OpenSans";
    color: #a4a5a8;
    line-height: 26px;
    text-transform: uppercase;
    float: left;
    margin-right: 200px;
}

.copyright span{
	padding-left: 10px;
}

.social{
	float: left;
	margin: 20px 0 0;
	padding: 0;
	list-style: none;
	display: none;
}

.social li{
	float: left;
}

.social li a{
	width: 27px;
	height: 27px;
	background-repeat: no-repeat;
	overflow: hidden;
	display: block;
}

.social li + li{
	margin-left: 10px;
}

.social li.fb a{
	background-image: url('images/soc.png');
	background-position: -38px 0;
}

.social li.in a{
	background-image: url('images/soc.png');
	background-position: 0px 0;
}

.social li.vk a{
	background-image: url('images/soc.png');
	background-position: -76px 0;
}

.social li.map a{
	background-image: url('images/soc.png');
	background-position: -114px 0;
}



#service .vc_single_image-img {
  border-style: solid;
  border-width: 3px;
  border-color: rgb(8, 154, 153);
  border-radius: 50%;
}



#form-main .item {
    display: inline-block;
    width: 46%;
    margin: 0 5px;
    position: relative;
}

.ff-block span[role="alert"],
#form-main .item span[role="alert"]{
	background: red;
    color: white;
    font-size: 12px;
    line-height: 24px;
    text-align: center;
}

#form-main {
	text-align: center;
}

.ff-block input[type="text"],
.ff-block input[type="tel"],
#form-main input[type="text"],
#form-main input[type="tel"]{
  border-style: solid;
  border-width: 1px;
  border-color: rgb(255, 255, 255);
  background-color: rgba(8, 154, 153, 0);
  width: 100%;
  height: 50px;
  box-sizing: border-box;
  padding: 0px 15px;
}


.ff-block input[type="submit"],
#form-main input[type="submit"]{
    border-style: solid;
    border-width: 1px;
    border-color: rgb(255, 255, 255);
    background-color: rgb(8, 154, 153);
    box-shadow: inset 0px -4px 0px 0px #026666;
    width: 171px;
    display: inline-block;
    margin-top: 15px;
 	font-size: 18px;
  	font-family: "OpenSans";
  	color: rgb(255, 255, 255);
  	line-height: 47px;
  	text-align: center;
}


.ff-block input[type="submit"]:hover,
#form-main input[type="submit"]:hover{
	background-color: #026666;
}

div.wpcf7 img.ajax-loader{
	display: none;
}


div.wpcf7-validation-errors {
    border: 2px solid #ff0000 !important;
    background-color: red;
    color: white;
    margin: 25px 0px 0;
}

div.wpcf7-mail-sent-ok {
    border: 2px solid #089A99 !important;
    margin: 25px 0 0;
    background-color: #089A99;
    color: white;
}

/* Webkit */
#form-main ::-webkit-input-placeholder { color: #fff; }

/* Firefox 4-18 */
#form-main :-moz-placeholder { color: #fff; }

/* Firefox 19+ */
#form-main ::-moz-placeholder { color: #fff; }

/* IE10+ */
#form-main :-ms-input-placeholder { color: #fff; }



/* Webkit */
.ff-block ::-webkit-input-placeholder { color: #fff; }

/* Firefox 4-18 */
.ff-block :-moz-placeholder { color: #fff; }

/* Firefox 19+ */
.ff-block ::-moz-placeholder { color: #fff; }

/* IE10+ */
.ff-block :-ms-input-placeholder { color: #fff; }



.slogan-block {
	position: relative;
    text-align: center;
    margin-top: 36px;
    font-size: 18px;
    font-family: "OpenSans";
    color: rgb(0, 0, 0);
    line-height: 28px;
}

.slogan-block:before{
	position: absolute;
    content: '';
    width: 14px;
    height: 9px;
    background-image: url('images/qw.png');
    background-repeat: no-repeat;
    background-position: 0 0;
	top: 6px;
    left: 15%;
}


.tell-block{
	margin-top: 36px;
	position: relative;
  font-size: 16px;
  font-family: "OpenSans";
  color: rgb(0, 0, 0);
  line-height: 22px;
  text-align: left;
}

.tell-block .textwidget:before{
	background-image: url('images/phone.png');
    background-repeat: no-repeat;
    background-position: 0 0;
    position: absolute;
    content: '';
    width: 20px;
    height: 28px;
    top: 4px;
    left: -28px;
}


.ft-block {
    margin-top: 30px;
    color: white;
}


footer h5{
  font-size: 18px;
  font-family: "OpenSans";
  color: rgb(255, 255, 255);
  line-height: 21px;
  text-align: center;
  margin-top: 0;
  margin-bottom: 30px;
}


.ff-block{
	text-align: right;
}


footer .ff-block input[type='text'],
footer .ff-block input[type='tel']{
	height: 43px;
}

footer .ff-block input[type='tel']{
	margin-top: 15px;
}

footer .ff-block input[type="submit"]{
	background-color: transparent;
	box-shadow: none;
	line-height: 42px;
}

footer .ff-block input[type="submit"]:hover{
	background-color: #fff;
	color: #026666;
}

.cf-block p{
	margin-top: 0;
	margin-bottom: 10px;
    font-size: 14px;
    font-family: "OpenSans";
    color: rgb(255, 255, 255);
    line-height: 18px;
    text-align: left;
    padding-left: 24px;
}

.cf-block p.tel{
	background-image: url('images/phone2.png');
    background-repeat: no-repeat;
    background-position: 0 0;
}

.cf-block p.email{
	background-image: url('images/email.png');
    background-repeat: no-repeat;
    background-position: 0 0;
}

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


article.post{
	position: relative;
	-webkit-transition: all 0.7s ease-in-out;
	-moz-transition: all 0.7s ease-in-out;
	-ms-transition: all 0.7s ease-in-out;
	-o-transition: all 0.7s ease-in-out;
	transition: all 0.7s ease-in-out;
	margin-bottom: 30px;
	text-align: center;
}


article.post .post-image{
	position: relative;
	display: inline-block;
}

article.post:hover .post-image:before{
	content: '';
	display: block;
	width: 100%;
	height: 100%;
    background-color: rgba(0, 0, 0, 0.50);
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 5;
	/*margin: 0 auto;*/
}

article.post .hover{
	-webkit-transition: all 0.7s ease-in-out;
	-moz-transition: all 0.7s ease-in-out;
	-ms-transition: all 0.7s ease-in-out;
	-o-transition: all 0.7s ease-in-out;
	transition: all 0.7s ease-in-out;
	opacity: 0;
	position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 15px;
    padding: 15px;
    z-index: 10;
}

article.post:hover .hover{
	opacity: 1;
}

article.post .hover h2{
	color: white;
    font-size: 18px;
    font-weight: normal;
    margin-top: 10px;
    line-height: 24px;
    text-align: center;
    font-family: "OpenSans", Arial, Helvetica, sans-serif;
    margin-bottom: 30px;
}

article.post .hover .more {
	text-align: center;
}

article.post .hover .more a{
	position: relative;
	display: inline-block;
	color: white;
	font-family: "OpenSans", Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-decoration: none;
	padding: 5px 10px;
	border-left: 2px solid white;
	border-right: 2px solid white;
}

article.post .hover .more a:before{
	content: '';
	width: 32px;
	height: 2px;
	background-color: #fff;
	position: absolute;
	left: 0;
	top: 0;
}

article.post .hover .more a:after{
	content: '';
	width: 32px;
	height: 2px;
	background-color: #fff;
	position: absolute;
	right: 0;
	bottom: 0;
}


.single-post h2{
  font-size: 30px;
  font-family: "OpenSans";
  color: rgb(8, 154, 153);
  font-weight: normal;
  line-height: 32px;
  text-align: left;
  margin: 50px 0;
}


.contact-text{
	border: 0 !important;
	background-color: transparent !important;
}

.contact-text .vc_message_box-icon {
    color: #089a99 !important;
}


.contact-text > p{
  font-size: 18px;
  font-family: "OpenSans";
  color: rgb(0, 0, 0);
  font-style: italic;
  line-height: 26px;
  text-align: left;
}



.page-id-51 #cont-block .wpcf7{
  border-style: solid;
  border-width: 3px;
  border-color: rgb(8, 154, 153);
  border-radius: 3px;
  background-color: #fff;
  padding: 40px;
}


.page-id-51 #cont-block .wpcf7 input[type="text"],
.page-id-51 #cont-block .wpcf7 input[type="email"],
.page-id-51 #cont-block .wpcf7 textarea{
	width: 100%;
	box-sizing: border-box;
	border-bottom: 2px solid #089a99;
	padding: 0px 10px;
	font-size: 18px;
	font-style: italic;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	display: block;
	color: #000;
}

.page-id-51 #cont-block .wpcf7 input[type="text"],
.page-id-51 #cont-block .wpcf7 input[type="email"]{
	line-height: 36px;
	margin-bottom: 30px;
}


.page-id-51 #cont-block .wpcf7 textarea{
	max-height: 120px;
}

.page-id-51 #cont-block .wpcf7 form > div:nth-child(5){
	text-align: right;
}

.page-id-51 #cont-block .wpcf7 input[type="submit"]{
	margin-top: 40px;
	border: 0;
    box-shadow: inset 0px -4px 0px 0px #026666;
    width: 171px;
    display: inline-block;
    margin-top: 15px;
    font-size: 18px;
    font-family: "OpenSans";
    color: rgb(255, 255, 255);
    line-height: 47px;
    text-align: center;
    background-color: #089A99;
}

.page-id-51 #cont-block .wpcf7 input[type="submit"]:hover{
    background-color: #026666;
}


.page-id-51 #cont-block .wpcf7 span[role="alert"]{
	display: none !important;
}

.page-id-51 #cont-block .wpcf7 input.wpcf7-not-valid{
	border-bottom-color: red;
}


#cont-block ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #000;
}

#cont-block ::-moz-placeholder { /* Firefox 19+ */
  color: #000;
}

#cont-block :-ms-input-placeholder { /* IE 10+ */
  color: #000;
}

#cont-block :-moz-placeholder { /* Firefox 18- */
  color: #000;
}







@media screen and (max-width: 992px){

	.ff-block,
	.cf-block{
		margin-top: 40px;
	}

	.site-title{
		text-align: center;
	}

	.language-chooser {
		float: none;
	}

	.language-chooser li{
		float: none;
		display: inline-block;
		vertical-align: top;
	}

	.lang-block{
		text-align: center;
	}

	.slogan-block{
		margin-top: 0;
	}

	.tell-block{
		text-align: center;
	}

	.tell-block .textwidget{
		display: inline-block;
	}


	.tell-block .textwidget:before{
		display: none;
	}

	.tell-block .textwidget{
		background-image: url('images/phone.png');
	    background-repeat: no-repeat;
	    background-position: 0 7px;
	    padding-left: 30px;
	    margin-bottom: 30px;
	}


}

@media screen and (max-width: 767px){

	article.post .hover {
	    margin: 0 auto;
	    width: 46.5%;
	}

}