* {
	outline: none;
}
a:focus, a:active, 
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
select::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
    border: 0;
    outline : 0;
}
body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	position: relative;
}
select {
  color: #000;
  color: rgba(0,0,0,0);
  text-shadow: 0 0 0 #000;
}
ul {
	margin-bottom: 0px;
	padding-left: 0px;
	list-style: none;
}
li{
	
}
a{
	cursor: pointer;
}
a, a:focus {
	text-decoration: none;
}

button::-moz-focus-inner {
  border: 0;
}
.btn:focus {
  outline: none;
}
.btn:focus, .btn:active:focus, .btn.active:focus { outline: none! important; outline-style: none; }
a:focus{
outline:none;
outline-offset:0;
}
p {
	margin: 0px;
}
img{
	max-width: 100%;
}
.btn{
	border-radius: 0px;
	font-size: 11px;
}
.dropdown-menu{
	border-radius: 0px;
}
.carousel-inner > .item  img{
	width: 100%;
}
.hidden{
	display:block !important;
}
.h1, .h2, .h3, h1, h2, h3 {
	margin-bottom: 0px;
	margin-top: 0px;
}
.lang {margin: 20px 0 0 0; text-align: right}
.lang a{color: #fff;}
.lang a.active{font-weight: 700}
.lang-menu a{display: inline-block!important;}
.main_h h1{text-align: center; text-transform: uppercase; color: #219ee5;font-weight: 700; font-size: 42px;}

.navbar-default{background-color: #fff}
.navbar-default .navbar-nav>li>a{ font-size: 14px; font-weight: 600;  padding: 10px;  color: #000; border-top: 3px solid transparent}
.navbar-default .navbar-nav>li.active>a{border-color: #219ee5}
.navbar-default .navbar-nav>li>a:hover,.navbar-default .navbar-nav>li>a:active,.navbar-default .navbar-nav>li>a:focus{color: #219ee5}
.navbar-default .navbar-brand{
	height: auto;
	padding: 14px 5px 14px 5px;
	font-size: 20px;
	line-height: 25px;
	align-items: center;
	color: #219ee5;
	font-weight: 700;
}
.navbar-fixed-top.navbar-default .navbar-brand{
	color: #fff;
	font-size: 14px;
	line-height: 19px;
}
.navbar-header{margin-top: 0px}
.navbar-default .navbar-brand:hover{	color: #219ee5;}
.navbar-fixed-top.navbar-default .navbar-brand:hover{	color: #fff;}

.navbar-default .navbar-brand img{margin-right: 10px; height: 30px;}
@media (max-width: 768px) {
	.navbar-default .navbar-brand img{height: 30px;}
}
.navbar-default .navbar-toggle{margin-top: 13px; margin-right: 20px; }

@media (min-width: 480px) {
	.navbar-default .navbar-brand{height: auto; padding: 17px 5px 14px 5px; }

}
@media (min-width: 768px) {
	.navbar-default .navbar-nav>li>a{font-size: 14px;  padding: 20px 5px 20px 5px;}
	.navbar-default .navbar-brand{height: auto; padding: 18px 5px 14px 5px; }

}
@media (min-width: 992px) {
	.navbar-default .navbar-nav>li>a{font-size: 14px;  padding: 20px 10px 20px 10px;}
	.navbar-default .navbar-brand{height: auto; padding: 18px 5px 14px 5px;  }

}
@media (min-width: 1200px) {
	.navbar-default .navbar-nav>li>a{font-size: 14px; padding: 20px 10px 20px 10px;}
	.navbar-default .navbar-brand{height: auto; padding: 18px 5px 14px 5px; }
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus{
	background-color: transparent;
}

.navbar{
	border:none;
	margin-bottom: 0;
	z-index: 99999;
}
header {
	height: 100%;
	overflow: hidden;
}
header .navbar{
	padding-left:0px;
	padding-right:0px;
}
header .navbar li{
	text-align: center;
	line-height: 168px;
	float: left;
	padding: 0 10px;
}
header .navbar a{
	border-top:5px solid #fff;
}
header .navbar .current{
	border-top:5px solid #219ee5;
	color: #219ee5;
}
header .navbar li a{
	font-size: 14px;
	text-transform: uppercase;
	color: #000;
	display: block;
}
header .navbar li a:hover{
	text-decoration: none;
	color: #219ee5;
}
.nav > li > a{
	padding:0px;
}
.nav > li.active a{
	border-top: 3px solid #219ee5;
}
.nav > li > a:focus, .nav > li > a:hover {
    background-color: inherit !important;
}
.logo img{
	vertical-align: middle;
	display: inline-block;
}
label.error {
	font-size: 10px;
	color: red;
	font-weight: 400;
}
.navbar-fixed-top{background-color:#219ee5; z-index: 99999}
.navbar-default.navbar-fixed-top .navbar-nav > li > a{
	padding: 16px 10px 18px;
	color: #fff;
}
.navbar-default.navbar-fixed-top .navbar-nav>li>a:hover,
.navbar-default.navbar-fixed-top .navbar-nav>li>a:active,
.navbar-default.navbar-fixed-top .navbar-nav>li>a:focus{border-color: #fff}


.navbar-default.navbar-fixed-top .navbar-nav>li.active>a,
.navbar-default.navbar-fixed-top .navbar-nav>li.active>a,
.navbar-default.navbar-fixed-top .navbar-nav>li.active>a{border-color: #fff}

.navbar-fixed-top .navbar-brand{padding: 10px 5px}
.navbar-fixed-top .navbar-brand > img{ height: 30px;}
.navbar-fixed-top .navbar-toggle{margin-top: 12px}
@media (max-width: 768px) {
	.navbar-default.navbar-fixed-top .navbar-nav > li > a{
		padding: 5px 10px 5px;
	}
}
.helper{
	display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.container-fluid{
	padding-right: 0px;
	padding-left: 0px;
}

.header-container{
	height:170px;
}
.contact-container{
	background-color: #219ee5;
}
.contact-container .phone, .contact-container .email{
	line-height: 56px;
}
.contact-container span, .contact-container p, .contact-container span a{
	color: #fff;
}
.contact-container p{
	display: inline-block;
	font-size: 16px;
}
.socials i{ color: #fff;font-size: 16px; margin: 0 5px 0 15px;}
.contact-container .socials span{
	display: inline-block;
	line-height: 56px;
}
.contact-container .col-md-6:first-child span {
	display: inline-block;
}
.contact-container .col-md-6{
	padding-left: 0px;
	padding-right: 0px;
}
.contact-container .container, .socials{
	height:100%;
}
@media (max-width: 768px) {
	.contact-container{text-align: center; padding: 10px 0}
	.lang{text-align: center ; margin: 20px 0}
	.contact-container .socials span{line-height: 20px;}
	.contact-container .phone, .contact-container .email{line-height: 22px; white-space: nowrap; margin: 0 5px;}
	.lang{margin: 10px 0;}
}

span.phone{
	margin-right: 65px;
}
.phone img, .phone p{
	display: inline-block;
}
.phone img, .email img{
	width: 17px;
	display: inline-block;
}
.socials img{
	width:17px;
	/*height:17px;*/
	margin-left: 16px;
}
.socials img.sm{
	width:9px;
}
.socials {
	text-align: right;
}
@media (max-width: 768px) {
	.socials {
		text-align: center;
	}
	span.phone{margin-right: 0}
}
.bg1{
	padding: 50px 0;
	background: url('../images/bg1.png');
	background-position: center;
	background-size: cover;
	height: 300px;
}
.bg1.favorite-bg{	height: auto; margin-bottom: 40px;}
@media (max-width: 992px) {
	.bg1{height: auto; padding: 20px 0}

}
.pagination-block{
display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.pagination-block .comision{display: inline-block; padding: 41px 0; text-align: right; font-size: 18px; font-weight: 700; font-style: italic; color: #219ee5;}
.pagination-block.col-md-12{
	padding-left: 0px;
	padding-right: 0px;
	height: auto;
}
.search-block {
	background: rgba(213, 213, 213, 0.7);
	max-width: 860px;
	position: relative;
	z-index: 999;
	padding:11px 11px 0 11px;
	margin: 1% auto 3% auto;
}
.search-block .btn.search{
	width: 100%;
	border-radius:0px;
	border:none;
	background: #219ee5;
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.2em;
	padding: 10px;
	text-transform: uppercase;

}
.search-block .form-group{margin-bottom: 11px;}
.search-block .form-control{height: 38px; border-radius: 0;}
.bootstrap-select.btn-group .dropdown-toggle .filter-option{font-size: 14px;}
#city{
	background: #fff;
	line-height: 27px;
	padding-left: 14px;
	height: 38px;
	font-size: 11px;
	width:100%;
	margin-bottom: 12px;
}
select {
    -moz-appearance: window;
    -webkit-appearance: none;
}

div.results{
	max-width:386px;
	display: inline-block;
	margin-right: 20px;
	height: 100%;
	vertical-align: top;
}
div.pagination {
	margin:0px;
}
div.pagination{
	display: inline-block;
	height: 100%;
	text-align: center;
}
ul.pagination{
	margin: 35px 0;
}
.pagination li a {
	background-color:#e9e9e9;
	color:#219ee5;
}
.pagination li a{
	border-radius: 0px;
	margin-right: 3px;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 26px;
}
.pagination > li:first-child > a{
    margin-left: 0;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}
.pagination > li:last-child > a{
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}
.pagination li.active a{
	background: #219ee5;
	color:#fff;
}
.pagination i {
	vertical-align: middle;
}
.pagination > li > a{
	border: none;
}
.results span{
	line-height: 104px;
	font-size: 17px;
}
.results span:first-child{
	font-weight: bold;
}
.options{display: flex; flex-wrap: wrap; align-items: center }
.optiune{margin: 0 5px 0 0}
.options .optiune{padding-left: 15px; position: relative;}
.options .optiune:before{content: ""; width: 5px; height: 5px; border-radius: 50%; background-color: #219ee5; position: absolute; left: 5px; top: 7px;}
.options .optiune:last-child:before{display: none}
.options .optiune.price{flex: 1 0 auto; text-align: right}
.details {
	height: 120px;
	background: #e9e9e9;
	padding: 20px 30px 20px 30px;
	margin-bottom: 10px;
}
.details a:hover{text-decoration: none}

.details ul{list-style: none;}
.details li{color: #000}
.details .addr{
	font-weight: bold;
	height: 40px;
	overflow: hidden;
	margin-bottom: 10px;
}
.details .aria{
	margin-bottom: 10px;
}
.details .price{
	float: right;
	font-size: 22px;
	font-weight: bold;
	color: #219ee5;
	line-height: 22px;
	margin-right: 0;
}
.overlay{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 99;
	bottom: 0;
	background: #e9e9e9;
}
.bdg {
	position: absolute;
	z-index: 999;
	left: 36px;
	opacity: 0.7;
}
.bdg .text{
	position: absolute;
	top: 15px;
	width: auto;
	white-space: nowrap;
	font-weight: 400;
	left: 35px;
	font-size: 14px;
	color: #219ee5;
	background-color: #fff; border-radius: 3px;padding: 2px 5px;
	display: none;
	opacity: 1;
}
.bdg .text.add{display: block;}
.bdg .text.save{display: none;}

.bdg.opacity .text.add{display: none;}
.bdg.opacity .text.save{display: block;}

.bdg label{cursor: pointer;}
.bdg-block{
	width: 26px;
	height: 46px;
	background: rgb(255,255,255);
}
.bdg input[type=checkbox] {
   	position: absolute;
	top: -24px;
}
.overlay span.watch{
	text-align: center;
	display: block;
	position: relative;
	top: 45%;
	color:#fff;
	font-size: 23px;
	text-transform: uppercase;
	display: none;
}
.overlay span.bdg{
	display: block;
	position: relative;
	left: 36px;
	height: auto;
}
.arrow-left{
	width: 0;
    height: 0;
    border-style: solid;
    border-width: 13.5px 14px 13.5px 0;
    border-color: transparent #fff transparent transparent;
    position: absolute;
    left: 12px;
    bottom: -2px;
}

.arrow-right{
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 13.5px 0 13.5px 14px;
	border-color: transparent transparent transparent #fff;
	position: absolute;
    left: 0px;
    bottom: -2px;
}
input[type=checkbox]:checked ~ .bdg{
	opacity: 1;
}
input[type=checkbox]:checked ~ div.bdg-block {
   background: #219ee5;
}
input[type=checkbox]:checked ~ .arrow-right {
   border-color: transparent transparent transparent #219ee5;
}
input[type=checkbox]:checked ~ .arrow-left {
   border-color: transparent #219ee5 transparent transparent;
}
input[type=checkbox]:checked ~ .bdg {
	opacity: 1;
}
.bdg .corner-left{
	position: absolute;
	left: 0px;
	bottom: -12px;
}
.bdg .corner-right{
	position: absolute;
	left: 12px;
	bottom: -12px;
}
.carousel-control.left, .carousel-control.right{
	background-image: none;
	background-color: none;
	z-index: 999;
	width:auto;
}
.bdg-block.blue{
	background:#219ee5;
	opacity: 1;
}
.carousel-control.left{
	text-align: left;
}
.carousel-control.right{
	text-align: right;
}
.img-block .controls {
	display: none;
}
.img-block .visibility {
	display: block;
}
.opacity{
	opacity: 1;
}
.carousel:hover .overlay span.watch{
	display: block;
}
.pag{
	padding-top: 45px;
	padding-bottom: 65px;
}
.pag .pagination{
	margin: auto;
	display: block;
	width: 380px;
}
.carousel-control {
    position: absolute;
    top: 33%;
    left: 0;
}
.item-carousel .carousel-control{
	top: 40%;
}
/*===================================
=========item details page==========*/
.oferta_saptaminii{position: absolute; font-size: 14px; padding: 2px 10px; background-color: #e31e24; color: #fff; font-weight: 300; z-index: 9; border-radius: 3px;top: 15px; right: 15px;}
.contact-agent{margin-top: 120px; padding: 0 10px;}
@media (max-width: 762px) {
	.contact-agent{margin-top: 15px;}
}
.property-slide{margin-right: 25px;}
.item-carousel{
	padding-top: 17px;
}
.address-price{
	padding: 10px 0px 10px; border-bottom:1px solid #f0f0f0;border-top:1px solid #f0f0f0;
}
.id-offerta{ padding-bottom: 1px; font-size: 24px; font-weight: 700; color: #000;}
.specificatii{background-color: #fbfbfb; padding: 15px; margin-bottom: 30px;}
.specificatii .sp-title{text-align: center; text-transform: uppercase; font-size: 24px; font-weight: 700;padding: 5px; margin-bottom: 15px; border-bottom: 1px solid #f0f0f0}
.specificatii h4{font-weight: 700; font-size: 20px; border-bottom: 1px solid #f5f5f5; padding-bottom: 5px; margin-bottom: 15px;}
.specificatii li{margin-bottom: 5px;}
.specificatii li .t{color: #219ee5; text-transform: capitalize; margin-right: 15px; font-weight: 600;}
.specificatii li .v{position: relative; padding-right: 7px; color: #666}
.specificatii li .v:before{content: ""; width: 3px; height: 3px; border-radius: 50%; background-color: #219ee5; position: absolute; right: 1px; top: 9px;}
.specificatii li .v:last-child:before{display: none}
.section-title{font-size: 24px; padding-bottom: 10px; margin-bottom: 25px; border-bottom: 1px solid #f0f0f0; font-weight: 700;}
.item-details{
	padding-top: 65px;
	margin-bottom: 30px;
}
@media (max-width: 762px) {
	.item-details{
		padding: 65px 15px 15px;
	}
}
.features ul li{
	font-size: 13px;
	padding: 6px 0px;
	border-top: 1px solid #f0f0f0;
}
.features ul li:last-child{
	border-bottom: 1px solid #f0f0f0;
}
.features ul li span{
	font-weight: bold;
	float: right;
}
.features ul{
	margin-top: 33px;
	list-style: none;
}
.features > div > span, .details-text > div > span{
	font-size: 18px;
	font-weight: bold;
}
.features .pad-top{
	padding-top:77px;
}
.details-text p{
	margin-bottom: 10px;
}
.details-text p:last-child{
	margin-bottom: 0px;
}
.details-text p:first-of-type{
	margin-top: 31px;
}
.location{
	margin-bottom: 17px;
}
.location span{
	margin: 72px 0px 30px;
	display: block;
	font-size: 18px;
	font-weight: bold;
}
.address{
	font-size: 18px;
	text-transform: uppercase;
	font-weight: bold;
	margin-top: 0px;
	padding-bottom: 5px;
}
.view_to{padding-top: 10px; text-align: right; margin-bottom: 5px; padding-right: 15px;}
.price{
	font-size: 27px;
	margin-right: 57px;
	color: #333;
}
.price-n{font-size: 13px;}
.amount{
	font-size: 43px;
	font-weight: bold;
	color: #219ee5;
}
.address-price .col-md-6:nth-child(2){
	text-align: right;
}
.agent-info .avatar{margin-top: 33px;}
.agent-info .avatar img{max-height: 150px}
.agent-info .contact-list i{font-size: 18px; width: 30px; text-align: center}
.agent-info .contact-list li{font-size: 16px;}
@media (max-width: 768px) {
	.amount{text-align: left}
	.price{text-align: left}
	.address{text-align: left}
}
/*======================================
============vertical carousel=========*/
.btn-vertical-slider{ 
	position: absolute;
	z-index: 99; 
	cursor:pointer;
	width: 100%;
	text-align: center;
}
.btn-vertical-slider:last-child{
	bottom: 0px;
	left: 0;
}
a {  cursor:pointer;}
.carousel.vertical .carousel-inner .item {
  -webkit-transition: 0.6s ease-in-out top;
     -moz-transition: 0.6s ease-in-out top;
      -ms-transition: 0.6s ease-in-out top;
       -o-transition: 0.6s ease-in-out top;
          transition: 0.6s ease-in-out top;
}

 .carousel.vertical .active {
  top: 0;
}

 .carousel.vertical .next {
  top: 100%;
}

 .carousel.vertical .prev {
  top: -100%;
}

 .carousel.vertical .next.left,
.carousel.vertical .prev.right {
  top: 0;
}

 .carousel.vertical .active.left {
  top: -100%;
}

 .carousel.vertical .active.right {
  top: 100%;
}

 .carousel.vertical .item {
    left: 0;
}
.vertical-slider .carousel-inner .item .col-md-12{
	margin-bottom: 30px;
}
.vertical-slider .carousel-inner .item .col-md-12:last-child{
	margin-bottom: 0px;
}
.vertical-slider .carousel-inner .item .col-md-12 img{
	width: 100%;
}
#item-1, #item-1 .carousel-inner{
	height: 100%;
}
.property-slide .item{height: 520px;}
/*======single item page=======*/
.similar-results > span{
	margin: 72px 0px 30px;
	display: block;
	font-size: 18px;
	font-weight: bold;
}
.similar-results{
	margin-bottom: 17px;
}


/*============LANDING PAGE========*/

.bg-2{
	background: url('../bg/servicii_bg.jpg');
	background-position: center;
	background-size: cover;
	padding-bottom: 50px;
}
.about{
	padding: 147px 0px 137px;
	display: block;
	height: auto;
	overflow: hidden;
	position: relative;
}
.about::before {
	background-image: url("../images/tableta.png");
	background-position: right center;
	background-repeat: no-repeat;
	background-size: contain;
}
.about::before {
	background-position: center center;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 35%;
}
@media (max-width: 992px) {
	.about::before{width: 0; height: 0}
}
.about h2{
	margin-bottom: 25px;
	font-size: 40px;
	font-weight: bold;
	text-transform: uppercase;
	color: #219ee5;
}
.about p{
	margin-bottom: 15px;
}
.about .col-md-4 img:first-child{
	position: relative;
	top: 155px;
}
.about .col-md-4 img:first-child, .about .col-md-4 img:nth-child(2) {
	-ms-transform: rotate(-90deg); /* IE 9 */
    -webkit-transform: rotate(-90deg); /* Chrome, Safari, Opera */
    transform: rotate(-90deg);
    width: 780px;
}
.about .col-md-4 img:first-child{
	left: -141px;
}
.about .col-md-4 img:nth-child(2){
	position: absolute;
	left: -35px;
	top: 225px;
}
.about .col-md-4 img:last-child{
	position: relative;
	top: 230px;
}


.partners {
	background: url('../images/shadow-bg.png');
	background-position: 62% 69%;
	background-attachment: fixed;
	position: relative;
	background-color: #219ee5;
	padding-top: 60px;
	padding-bottom: 100px;
	color:#fff;
	text-align: center;
}
.partners h3{
	font-size: 36px;
	font-weight: bold;
	text-transform: uppercase; 
	margin-bottom: 60px;
}
.partners .customNavigation>a{position: absolute; color: #219ee5; top: 45%; width:37px; height: 100px; background-color: rgba(255,255,255,0.3); font-size: 50px; padding: 10px 0}
.partners .customNavigation>a:hover{color: #fff}
.partners .customNavigation .prev{left: 0;}
.partners .customNavigation .next{right: 0;}
.c-logo{
	height: 170px;
}
.c-logo h5{
	margin-top: 0px;
	margin-bottom: 0px;
	position: relative;
	top: 37%;
	text-transform: uppercase;
}
.c-logo img{height: 100%}
.comments-block{
	padding-bottom: 150px;
	background:#262932;
	color:#fff;
}
.comments-block{
	padding-top:103px;
}
.comments-block h3{
	text-align: center;
	text-transform: uppercase;
	font-size: 36px;
	font-weight: bold;
	margin-bottom: 68px;
}
#reviews-carousel .col-md-6{
	background:#343842;
	padding: 10px 29px 36px 9px;
}

#reviews-carousel .col-md-6:nth-child(odd){
	margin-right: 26px;
}
#reviews-carousel .col-md-6{
	margin-bottom: 30px;
}
#reviews-carousel .col-md-6 .col-md-9 span{
	margin-bottom: 25px;
	display: inline-block;
}
#reviews-carousel .date{
	float: right;
	color:#696c74;
}
#reviews-carousel .carousel-indicators {
    bottom: -100px;
}
#reviews-carousel ol{
	margin-bottom: 0px;
}

#services-carousel .carousel-indicators{
	bottom: -79px;
}
.carousel-indicators li{
	background-color: #686a70;
	border:none;
}
.contact-block{
	background: url('../images/contacte_bg.jpg');
	background-position: center;
	background-size: cover;
	position: relative;
}

.contact-block  h3{
	padding-top: 60px;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
	font-size: 36px;
	font-weight: bold;
	margin-bottom: 60px;
}
.contact-block .box-contact{
	background: rgba(255, 255, 255, 0.7);
	padding-left: 34px;
	padding-top: 34px;
	color: #000;
}
.contact-block .box-contact ul li{
	margin-bottom: 27px;
	font-size: 16px;

}
.contact-block .box-contact ul li i{font-size: 20px; width: 35px; text-align: center; color: #219ee5}
.contact-block .box-contact ul li i.fa-envelope{font-size: 16px}
.contact-block .box-contact ul.social-buttons li i{color: #fff}
.contact-block .box-contact ul:first-child li img{
	width: 14px;
	margin-right: 34px;
}

.contact-block  h4{
	text-transform: uppercase;
	margin-left: 0px;
	margin-top: 43px;
	margin-bottom: 23px;
	font-weight: 600;
}
.contact-block .social-buttons li{
	width:38px;
	height: 38px;
	display: inline-block;
	margin-right: 12px;
	margin-bottom: 20px;
	background:#219ee5;
}

.social-buttons li{
	text-align: center;
	padding-top: 8px;
}
.social-buttons i{
	font-size:20px;
	color: #fff;
}
.social-buttons img.sm{
	width: 10px;
}
#contact-form input{
	display: block;
	height: 38px;

}
#contact-form input, #contact-form textarea{
	width:100%;
	background: rgba(255,255,255, 0.7);
	border:none;
	border-radius: 0px;
	margin-bottom: 22px;
	padding-left: 18px;
	color: #000;
}
#contact-form::-webkit-input-placeholder {
    color:#a5a5a2;
}
#contact-form:-moz-placeholder {
    color:#a5a5a2;
} 
#contact-form::-moz-placeholder {
    color:#a5a5a2;
}
#contact-form:-ms-input-placeholder {
    color:#a5a5a2;
}
#contact-form button{
	border:none;
	border-radius: 0px;
	width: 100%;
	background: #219ee5;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	padding: 7px 0px;
}
.contact-block .location{
	color: #fff;
	padding-left: 0px;
	padding-right: 0px;
}
.location .map{height: 387px; position: relative}
.map .cc{ font-size: 3rem; text-align: center; color: #fff; position: absolute; top: 30%; left: 0; right: 0; font-weight: 700;}
.bg-2{
	position: relative;
	color: #219ee5;
}
.bg-2 .first-list li{
	background-image: url('../images/list-style.png');
	background-repeat: no-repeat;
	background-position: 100% .6em;
	padding-right: .7em;
}
.bg-2 .second-list{
	text-align: left;
}
.bg-2 .second-list li{
	background-image: url('../images/list-style.png');
	background-repeat: no-repeat;
	background-position: 0px 8px;
	padding-left: .7em;
}
.bg-2.services h3{
	margin-top:77px;
	margin-bottom:77px;
	color: #219ee5;
	font-size: 38px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
}
.bg-2 .overlay{
	background: RGBA(24, 24, 24, 0.72);
}
#services-carousel .col-md-4:nth-of-type(2){
	text-align: center;
}
#services-carousel li{font-size: 14px; font-weight: 400; color: #000; line-height: 1.2em; margin-bottom: 15px; position: relative; min-height: 50px; }
#services-carousel .first-list li{padding-right: 70px;}
#services-carousel .first-list li img{position: absolute; top: 0; right: 0}
#services-carousel .second-list li{padding-left: 70px;}
#services-carousel .second-list li img{position: absolute; top: 0; left: 0}
#services-carousel li ul li{font-size: 12px}
#services-carousel li img{width: 50px;}
#services-carousel h4{font-size: 22px; font-weight: 700; text-align: center; margin-bottom: 40px;}
.first-list{
	text-align: right;
	margin-top: 20%;
}
.second-list{
	margin-top: 20%;
}
.first-left{
	margin-bottom: 93px;
}
.second-left{
	margin-bottom: 101px;
}
.first-right{
	margin-bottom: 47px;
}
.third-right{
	margin-top: 46px; 
}
.second-right{
	margin-bottom: 22px;
}
.second-list li:last-child{
	margin-bottom: 0px;
}
.second-list ul{margin-top: 30px;}
.second-list ul li{margin: 2% 0}

.sticky{
	position: fixed;
	width: 100%;
    left: 0;
    top: 0;
    z-index: 99999;
    border-top: 0;
    background:#fff;
    height: 75px;
    opacity: 0.7;
}
.sticky .header-container{
	height: 100%;
}
footer .logo{
	padding:0px;
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
}
.sticky .navbar li{
	line-height: 75px;
}
.sticky .logo{
	padding: 6px 0px;
}
.sticky .logo img {
    height: 64px;
}
.sticky .logo div span {
    font-size: 24px;
    margin-left: 11px;
    line-height: 27px;
}
.sticky .col:last-child{
	padding-top: 7px;
}

.companies .active.left { left: -16.666666667%; }
.companies .active.right { left: 16.666666667%; }
.companies .next        { left:  16.666666667%; }
.companies .prev		 { left: -16.666666667%; }

.companies .item{padding: 0 10px}

footer .logo .col span{
	color:#fff;

	font-size: 17px;
	line-height: 24px;
}
footer {
	background-color: #219ee5;	padding-bottom: 100px;
}
footer .container{
	padding-top:88px;
}
footer, footer a, footer p {
	color: #fff;
}
footer p{

}
footer .socials {
	text-align: left;
	margin-top: 10px;
}
footer .socials img{
	margin-left: 5px;
}
footer .socials a:first-child img{
	margin-left: 0px !important;
}
footer .col-md-12:last-child{
	text-align: center;
	opacity: 0.4;
	margin-top: 70px;
}
footer .col-md-3:first-child ul li:nth-child(3){
	margin:17px 0px;
}
.logo-footer img{
	max-width: 100%;
}
.location iframe{
	width:100%;
	height:387px;
}
.bloc-footer-text{text-align: center; padding-top: 10px;}
.bloc-footer-text p{margin-bottom: 10px; font-size: 24px;}
.fcontacte p{line-height: 1.5; margin-bottom: 5px;}
.fcontacte p a:hover{color: #f5f5f5}
.hidden{
	opacity: 0;
}
.flogo{display: flex; align-items: center;}
.flogo .logo img{height: 24px;}
.visible{
	opacity: 1;
}
.arrow-map{
	width: 60px;
	position: absolute;
	top: 256px;
	left: 549px;
}
@media (max-width: 768px) {
	.about h2{font-size: 28px;}
	.logo{margin: 0; padding: 0 }
	.details{padding: 20px 10px}
	.partners h3{font-size: 26px;}
	.about h2{font-size: 28px; text-align: center}
	.first-list{margin-top: 10%}
	.second-list{margin-top: 7%}
	.about{padding-top: 5px;}
	.contact-block .box-contact{margin-bottom: 40px;}
}
@media (min-width: 992px) {
	.logo{margin: 10px 0; padding: 30px 0px; }
}


.wow{visibility: hidden}

.newsletter{padding: 40px 0;}

.newsletter h3{
	color: #000;
	font-size: 36px;
	font-weight: bold;
	margin-bottom: 40px;
	text-align: center;
	text-transform: uppercase;
}
.form-news{padding-top: 40px;}

.banner-fix{position: fixed; right: 0; bottom: 0;  transition: all 0.6s ease-in-out;}
.banner-fix.banner-close{right: -295px;}
.banner-fix .close{position: absolute; font-size: 14px; left: -15px; opacity: 1; top: -20px; display: block; padding: 3px;  width: 25px; height: 25px; border-radius: 50% ; }

/**********************************CALCULATOR********************************/
#calculator-modal .modal-title{text-align: center; font-size: 14px}

.form-calc{margin: 40px 0}
.form-calc input{border-color: #219ee5; padding: 10px; height: 41px; font-size: 18px; color: #219ee5; font-weight: 700; border-radius: 0;}
.form-calc .form-group{margin-bottom: 10px;}
.form-calc .form-group label{margin-top: 8px; font-size: 18px; color: #444343;}
.line input {
	width: 115px;
	display: inline-block;
	float: left;
}
.line .inc_dec {
	border-bottom: 1px solid #219ee5;
	border-right: 1px solid #219ee5;
	float: left;
}
.line .inc_dec a {
	border-top: 1px solid #219ee5;
	color: #000000;
	display: block;
	font-size: 16px;
	height: 20px;
	line-height: 14px;
	text-align: center;
	text-decoration: none;
	width: 20px;
}
.box-slide{margin: 30px 0 20px 0;}
.box-slide .slider.slider-horizontal{width: 100%}

#ani{width: 50px; border-color: #219ee5; height: 30px; display: inline-block; padding: 0px; text-align: center; font-size: 18px; color: #444343; font-weight: 600}
.ani label{margin-left: 10px}
.modal-header{background-color: #f1f1f1}
.form-calc .modal-body{background-color: #f1f1f1; padding: 35px 15px 15px 15px;}
.form-calc .modal-footer{background-color: #d9d9d9; padding: 30px 15px}

.blog .items .item{
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 30px;
	margin-bottom: 50px;
}
.blog .item.unu{margin-right: 20px;}
.blog .item .title{font-size: 28px; font-weight: 600; line-height: 1.2em; display: block; margin-bottom: 3px;}
.blog .item .title:hover{text-decoration: none}
.blog .item .date{color: #666; font-size: 14px; margin-bottom: 10px;}
.blog .item .date span{margin-right: 15px;}
.blog .item .media{margin-bottom: 20px;}
.blog .item .media img{max-width: 100%}
.blog .item p{margin-bottom: 10px;}


@media (max-width: 767px)
{
	.blog .items .item {padding: 0 15px;}
	.blog .item .img {text-align: center}
	.blog .item .img a {display: inline-block;}
	.blog .item .title {font-size: 20px; margin: 10px 0;}
	.blog .item p {text-align: justify}
}
.widget.news{margin-bottom: 40px;}
.widget.news h3{margin-bottom: 15px; border-bottom: 1px solid #ccc; padding-bottom: 5px;}
.widget.news .item img{margin-bottom: 10px; width: 100%;}
.widget.news .item .t{display: block; font-size: 16px; font-weight: 700; color: #333;}

.footer-like{padding: 20px 0; }
.sidebar-widget h4{
	font-weight: 700;
	text-transform: uppercase;
	color:#444;
	font-size: 14px;
	margin-bottom: 20px;
}
.sidebar-widget{
	margin-bottom: 40px;
}
.sidebar-widget .latest-post-list li{
	line-height: 40px;
	border-bottom: 1px solid #ddd;
}
.sidebar-widget .latest-post-list li a{
	color:#666;
	transition:all 0.3s ease-in;
}
.recent-post:hover .latest-post-list li a{
	color:#bbb;
}
.recent-post:hover .latest-post-list li:hover a{
	color:#333;
}


.list-social li a i{
	font-size: 30px;
	display: block;
	color:rgba(0,0,0,0.3);
	transition:all 0.3s ease-in;
}
.list-social li a{
	padding: 3px 8px;
	display: block;
}
.list-social li a:hover i{
	color:rgba(0,0,0,0.7);
}
.search-widget{
	position: relative;

}
.search-widget .search-btn{
	border: 0px;
	background-color: transparent;
	position: absolute;
	right: 15px;
	top: 10px;
	font-size: 20px;
	color: #777;
}
.search-widget .search-btn:hover, .search-widget .search-btn:focus{
	color:#0bc8f1;
	outline: 0;
}
.search-widget .form-control{
	box-shadow: none;
	-webkit-box-shadow: none;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	height: 45px;
	border-radius: 0px;
	-webkit-border-radius: 0px;
}

.main-cat{ text-align: center; max-width: 860px; margin: 0 auto 0 auto; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap}
.main-cat .btn-main-cat{background-color: #fff; color: #219ee5; font-size: 18px; margin-bottom: 5px; padding: 4px 15px; border-radius: 4px; }
.main-cat .btn-main-cat:hover{background-color: #fff; color: #1059cc;}
@media (max-width: 768px) {
	.main-cat{justify-content: start}
	.main-cat .btn-main-cat {
		font-size: 14px;
		margin-right: 10px;
		margin-bottom: 10px;
	}
	.pagination li a{width: 30px; height: 30px; line-height: 20px;}
}
.viber_button{
	right: 90px;
	bottom: 23px;
	color:#ffffff;
	border-radius: 50px!important;
	text-align: center!important;
	padding: 0px!important;
	outline: none!important;
	text-decoration: none!important;
	border: none!important;
	box-shadow: none!important;
	position: fixed;
	width: 60px;
	height: 60px;
	margin: 0px!important;
	line-height: normal!important;
	opacity: 0.9;
	z-index: 99999999!important;
}
.tell_button{
	right: 160px;
	bottom: 23px;
	color:#ffffff;
	border-radius: 50px!important;
	text-align: center!important;
	padding: 0px!important;
	outline: none!important;
	text-decoration: none!important;
	border: none!important;
	box-shadow: none!important;
	position: fixed;
	width: 60px;
	height: 60px;
	margin: 0px!important;
	line-height: normal!important;
	opacity: 0.9;
	z-index: 99999999!important;
}
.vindut{
	position: absolute;
	left: 0;
	top: 33%;

	right: 0;
	background: rgba(255,255,255, 0.85);
	z-index: 9999;
	display: flex;
	align-items: center;
	justify-content: center;
	text-transform: uppercase;
	font-weight: 700;
	padding: 10px 15px;
}
.vindut .m1{color: #e31e24; font-size: 60px; }
.vindut .m2{color: #000; font-size: 26px; text-transform: initial; padding-left: 5px; font-weight: 400; line-height: 1.1;}

.vindut.mini .m1{	font-size: 30px;}
.vindut.mini .m2{	font-size: 14px;}

@media (max-width: 768px) {
	.vindut .m1{font-size: 30px;}
	.vindut .m2{ font-size: 14px;}
}

#redim-cookiehint-bottom {
	position: fixed;
	z-index: 99999;
	left: 0px;
	right: 0px;
	bottom: 0px;
	top: auto !important;
}
#redim-cookiehint, #redim-cookiehint a {
	color: #ffffff;
}
#redim-cookiehint {
	padding: 7px 5%;
	box-sizing: border-box;
	background-color: #adadad;
	font-size: 14px;
	display: flex;
	justify-content: space-between;
}
#redim-cookiehint .cookiecontent {
	font-size: 14px;
	line-height: 18px;
	display: inline-block;
}
#redim-cookiehint .cookiebuttons {
	display: inline-block;
	float: right;
}
@media (max-width: 768px) {
	#redim-cookiehint{flex-wrap: wrap;}
	.cookiecontent{margin-bottom: 10px;}
	.viber_button{right: 20px;}
}