.color.white {
	background: #fff;
	color: #414141;
}

.color.white i {
	color: #414141;
}

.color.white h2 {
	color: #414141 !important;
}

.color.white h2 span {
	background: #fff !important;
	color: #414141 !important;
}

.color.white #page-title h2:before{
	background: -moz-linear-gradient(left,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.65))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=1 ); /* IE6-9 */
}

.color.white #page-title h2:after {
    background: -moz-linear-gradient(left,  rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,0.65)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 */
}


.color.blue {
	background: #5bc2ce;
	color: #fff;
}

.color.blue i {
	color: #5bc2ce;
}

.color.blue h2 span{
	background: #5bc2ce;
}

.color.blue.transparent {
	background: rgba(91,194,206,.8);
	color: #fff;
}

.color.blue.transparent i {
	color: #5bc2ce;
}

.color.blue.transparent h2 span{
	background: rgba(91,194,206,0);
}



.color.black {
	background: #414141;
	color: #fff;
}

.color.black i {
	color: #414141;
}

.color.black h2 span {
	background: #414141;
}

.color.yellow {
	background: #ffeb41;
	color: #414141;
}

.color.yellow i {
	color: #ffeb41;
}

.color.yellow h2 span {
	background: #ffeb41;
}


body {
	font-family: 'Open Sans';
	background: #fff;
	color: #333;
	font-size: 14px;
   
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Open Sans" !important;
	font-weight: normal !important;
	margin: 0;
	padding: 0;
}

h1 {
  font-size: 36px;
  line-height: 46px;
}

h2 {
  font-size: 28px;
  line-height: 34px;
}

/*h3 {
  font-size: 14px;
  line-height: 14px;
  border:1px solid #000;
}*/

h4 {
  font-size: 13px;
  line-height: 18px;
}

h5 {
  font-size: 12px;
  line-height: 26px;
}

h6 {
  font-size: 11px;
  line-height: 24px;
}

hr {
  	margin: 20px 0;
  	border: 0;
  	border-top: 1px solid #e7e7e7;
  	border-bottom: 1px solid #fefefe;
}

hr.clean {
	margin: 15px 0;
  	border: 0;
  	border-top: 1px solid transparent;
  	border-bottom: 1px solid transparent;
}

a {
	color: #080808;
}
a:hover{text-decoration: none;}			
.title {
	border-bottom: 1px solid #f6f6f6;
	margin: 30px 0px 20px 0px;
}

.title-out {
}

.title h1, .title h2, .title h3, .title h4, .title h5, .title h6 {
	border-bottom: 3px solid #080808 !important;
	margin-bottom: -2px !important;
	display: inline-block !important;
	padding: 0px 10px !important;
}

.title-out h1, .title-out h2, .title-out h3, .title-out h4, .title-out h5, .title-out h6 {
	text-shadow: 1px 1px 0px #fff;
	font-weight: bold;
	margin-bottom: 10px;
	margin-left: 20px;
}

.wrapper {
	padding: 20px 20px;
	margin: 0px auto !important;
	float: none;
}

.box {
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	padding: 10px;	
}

.box i {
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	font-size: 36px;
	margin: 20px 10px 10px 10px;
	color: #414141;
	float:left;;
}

.box h3 {
	margin-top: 5px;
}

.box h5 {
	margin-top: -10px;
}

.box h3,
.box h5 {
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	text-align: left;
}

.box:hover {
	background: #080808;
	color: #fff;
}

.box:hover i {
	color: #fff;
}

.box:hover h3,
.box:hover h5 {
	color: #fff;
}
.mb20{margin-bottom: 20px;}
/* Lists
=================================================================== */
	ul, ol { margin: 0; }
	ul { list-style: none outside; }
	ol { list-style: decimal; }
	ol, ul.square, ul.circle, ul.disc { margin-left: 30px; }
	ul.square { list-style: square outside; }
	ul.circle { list-style: circle outside; }
	ul.disc { list-style: disc outside; }
	ul ul, ul ol,
	ol ol, ol ul {}
	ul ul li, ul ol li,
	ol ol li, ol ul li {}


/* Header
=================================================================== */
	
header {

    padding: 10px 0;
	background: url("../img/header_bg.png")repeat-x;
	-webkit-box-shadow: 0px 1px 1px rgba(0,0,0,.35);
	   -moz-box-shadow: 0px 1px 1px rgba(0,0,0,.35);
	        box-shadow: 0px 1px 1px rgba(0,0,0,.35);
            
}
header .container{position: relative;}
.logo  { width: 100%; height: 100px;}
.logo img{max-width: 100%;}
.nav-collapse.collapse {
    height: auto \9 !important;
    overflow: visible \9 !important;
	position: relative;
	z-index: 1;
}
.navbar{margin: 0;}
.navigation {
	padding: 0px;
	height: 38px !important;
	margin: 0px auto 0 auto;
	width: 100%;
	text-align: center;
}



.navbar .nav{
	float:right;
	display:inline-block;
	*display:inline; /* ie7 fix */
	*zoom:1; /* hasLayout ie7 trigger */
	vertical-align: top;
}

.navbar .nav > li {
	float:left;
	display:inline-block;
	*display:inline; /* ie7 fix */
	*zoom:1; /* hasLayout ie7 trigger */
	vertical-align: top;
    margin-right: 10px;
}

.navbar .nav > li > a {
	color: #333;
	border-bottom: 5px solid #0088CC;
	text-shadow: none;
	font-size: 18px;
	padding: 12px 10px 7px 10px;
	-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;

}

.navbar .nav > li > a:focus,
.navbar .nav > li > a:hover {
  	background: #0088CC !important;		
  	color: #fff;
    text-shadow: 0 1px 1px rgba(0,0,0, 0.5);
}

.navbar .nav > .active > a,
.navbar .nav > .active > a:focus {
  	background: #0088CC !important;		
  	color: #fff;
    text-shadow: 0 1px 1px rgba(0,0,0, 0.5);
}

.navbar .nav > .active > a:hover {
  	background: #0088CC !important;		
  	color: #fff !important;
  	-webkit-box-shadow: none;
       -moz-box-shadow: none;
          	box-shadow: none;
}

.navbar .nav .active a:hover > .caret {
  	border-top-color: #fff !important;	
  	border-bottom-color: #fff !important;	
}

.dropdown-menu li > a:hover,
.dropdown-menu li > a:focus,
.dropdown-submenu:hover > a {
  	color: #ffffff;
  	background: #0088CC !important;	
}

.dropdown-menu .active > a {
	color: #ffffff !important;
  	background: #0088CC !important;
}
.dropdown-menu .active > a:hover {
  	color: #ffffff !important;
  	background: #0088CC !important;	
}

.navbar .btn-navbar {
	border: none;
	background: #fbfbf9;
	color: #222222 !important;
	-webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.35), inset 0px 2px 3px #fff;
	   -moz-box-shadow: 1px 1px 1px rgba(0,0,0,0.35), inset 0px 2px 3px #fff;
		    box-shadow: 1px 1px 1px rgba(0,0,0,0.35), inset 0px 2px 3px #fff;
	text-shadow: none;
	-webkit-transition: all 0.3s ease;
	   -moz-transition: all 0.3s ease;
		-ms-transition: all 0.3s ease;
		 -o-transition: all 0.3s ease;
			transition: all 0.3s ease;
	margin: 0px !important;		
}

.navbar .btn-navbar:hover {
	background: #fbfbf9;
	text-shadow: 0 0 1px #222222;
	color: #222222 !important;
	-webkit-box-shadow: 1px 0px 1px rgba(0,0,0,0.1), inset 0px 1px 1px #fff;
	   -moz-box-shadow: 1px 0px 1px rgba(0,0,0,0.1), inset 0px 1px 1px #fff;
		    box-shadow: 1px 0px 1px rgba(0,0,0,0.1), inset 0px 1px 1px #fff;
	-webkit-transition: all 0.3s ease;
	   -moz-transition: all 0.3s ease;
		-ms-transition: all 0.3s ease;
		 -o-transition: all 0.3s ease;
			transition: all 0.3s ease;	
}

.phone_top{  background-color: #FF3500;padding: 2px 2px 0px 10px;-webkit-border-radius: 10px; margin-top: 10px;
-moz-border-radius: 10px;
border-radius: 10px;}
.phone_top span{font-size: 34px; line-height: 34px; margin-right: 10px; text-shadow: 0px 1px 1px rgba(0,0,0,0.1); color: #fff;}
.slogan{   font-size: 22px; line-height: 36px; color: #FF3500; text-shadow: 0px 1px 1px rgba(0,0,0,0.1); }
.phone-multi{text-align: center; position: relative; padding-right: 100px; margin-top: 10px; margin-left: 5%;}
.phone-multi img{position: absolute; top: -15px; right: -15px;}
.phone-multi span{font-size: 34px; line-height: 34px; color: #fff; background-color: #85c441; padding: 4px 10px; *font-weight: 700; border-radius: 10px; display: block;}
.phone-multi em{font-style: normal; color: #85c441; display: block; margin-top: 5px; font-size:22px; line-height: 25px; font-weight: 400;}
/* Page Title
=================================================================== */
#home{
    -moz-box-shadow: 0px 2px 2px #666;
    -webkit-box-shadow: 0px 2px 2px #666;
    box-shadow: 0px 2px 2px #666;
}

h1.titlu{margin: 0 0 40px 40px; width:700px;text-align:left;/*border:1px solid #000;*/}

#main_page{border-bottom: 1px solid #C1C0BF; padding-bottom: 20px; margin-bottom: 20px;}
.img_static{float: left; margin-right: 10px; margin-bottom: 5px;}
.galery A{display: block; float: left; margin: 5px;}
.social{text-align: center; margin: 15px 0;}
.right_menu{margin-top:40px;padding: 40px;}
.right_menu h2{display: block;}
.right_menu LI{padding: 5px 0; }
.right_menu LI a{font-size: 16px; line-height: 18px; color: #333; padding: 0 5px;}
.right_menu LI a:hover,.right_menu LI a.active{color: #fff; background-color: #0088CC; text-shadow: 0 1px 1px rgba(0,0,0,0.5);}
.right_menu  LI i{color: #0088CC;}

h2.titlu{
margin: 30px; 0px 40px; 0px;
width:800;

}
h3.titlu{
margin: 30px; 0px 40px; 0px;
width:800;

}
.text p{
margin: 20px 10px 10px 0; 
font-size: 18px;
line-height: 20px;
width:auto;

}

.text ul, ol { 
text-align: left; 
list-style-type: circle; width:600px;
}

.text ul li { 
margin-left: 25px;
padding: 5px 0 5px 20px; 
list-style-type: circle; width:auto;}

.text ol li { padding-left: 0px; margin-left: 10px; width:auto;}

.text li { 
padding-left: 10px 0 10px 10px; 
margin-left: 15px 0 10px 0;
font-size: 14px;
list-style-type: circle;
width:auto;}

/* Slide main =================================================================== */

.slide_main{background: url("../img/slide_main1.jpg") no-repeat 50% 0 transparent; background-size: cover; height: 224px; margin-bottom: 20px;}

.plane_whith_img {
    margin: -1px 0 50px;
    padding: 40px 0 20px;
    position: relative;
    
}
.services-block.services-block li {
    float: left;
    margin-left: 0.25%;
    vertical-align: top;
    width: 24.75%;
}
.recent-posts_li {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    list-style-type: none;
    padding: 0;

}
.services-block.services-block li .post_content_holder {
    background: none repeat scroll 0 0 rgba(13, 13, 13, 0.66);
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease 0s;
    height: 135px;
    background: url("../img/tr_box.png");
}
.services-block.services-block li .post_content_holder:hover{background: url("../img/tr_box_hover.png") transparent;}
.services-block.services-block li .post_content_holder .link_block {
    display: block;
    padding: 15px 10px 30px 10px;
}
.services-block.services-block li .post_number {
    border: 4px solid #85C441;
    border-radius: 50%;
    color: #85C441;
    float: left;
    font: bold 25px/40px Arial,Helvetica,sans-serif;
    height: 40px;
    margin: 0 10px 0px 0;
    text-align: center;
    transition: all 0.3s ease 0s;
    width: 40px;
}
.services-block.services-block li:hover .post_number{border-color: #005985; color: #005985;}
.services-block.services-block li h5 {
    font-size: 28px;
    line-height: 30px;
    margin-bottom: 4px;
    color: #FFFFFF;
    font-weight: bold;
}
.services-block.services-block li .excerpt {
    color: #FFFFFF;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 0;
    transition: all 0.3s ease 0s;
}
.img_border{}
.recent-posts LI {border-bottom: 1px solid #666; margin-bottom: 10px; padding-bottom: 10px;}
.recent-posts li .desc{padding-left: ;}
.recent-posts li .desc img{float: left; margin-right: 10px; border: 1px solid #ccc;}
.recent-posts li h3{line-height: 24px;}
.post_content_holder h3{ margin: 10px 0;  line-height: 24px;}
#services{padding: 20px 0;}

.news_list{ position: relative; margin-bottom: 20px; border-bottom: 1px solid #ccc; padding-bottom: 10px; overflow: hidden;}
.news_list .foto{float: left; margin-right: 10px;}
/* About border:1px solid #000;
=================================================================== */
.breadcrumb{margin-top: 20px;}




/* Tabs
=================================================================== */
.tabs-nav {
	list-style: none;
	margin: 0px 0px -36px 0px;
	overflow: hidden;
	padding: 0;
	width: 100%;
}

.tabs-nav li {
	float: left;
	line-height: 34px;
	overflow: hidden;
	padding: 0;
	position: relative;
	margin: 0 0 -1px 0;
}


.tabs-nav li a {
	background-color: #fcfcfc;
	border: 1px solid #ddd;
	border-right: none;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	color: #888;
	display: block;
	letter-spacing: 0;
	outline: none;
	padding: 0 16px;
	text-decoration: none;
}

.ie7 .tabs-nav li a {height: 35px; }

.tabs-nav li:first-child a {border-left: 1px solid #ddd;}
.tabs-nav li:last-child a {border-right: 1px solid #ddd;}

.tabs-nav li.active a {	color: #444; font-weight: bold;}
.tabs-nav li.active a i {opacity: 1; filter: alpha(opacity=100);}
.tabs-nav li i {opacity: 0.5; filter: alpha(opacity=50); -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";}

.tabs-nav li.active:last-child a {border-right: 1px solid #fff;}
				
.tabs-nav li a:hover  {background: #fff;}

.tabs-nav li.active a {
	border-bottom: 2px solid transparent;
}
.tabs-container {
	border: 1px solid #ddd;
	overflow: hidden;
	width: 100%;
	line-height: 19px;
}

.tab-content {padding: 60px 20px 20px 20px;}


/* Blog Post
=================================================================== */

/* Comments
=================================================================== */
.comments-sec {
	float:left;
	width:100%;
	line-height: 20px;
}

ol.commentlist {

	width:100%;
    margin: 0 0 20px 0;
	
}

ol.commentlist li {
   background-color: #FFFFFF;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    padding: 10px;
    transition: all 0.2s linear 0s;
    margin-bottom: 10px;
}

ol.commentlist li {list-style: none;}

ol li ol.childlist{
	float:right;
	width:89%;
	margin:0px;
}

ol.commentlist li ol.childlist li:first-child {
	border-top: 1px solid #e9e9e9;
	padding: 25px 0 0 0;
	font-size: 12px;
}

ol.commentlist li ol.childlist li {
	border-top: 1px solid #e9e9e9;
	margin:25px 0 15px 0;
	font-size: 12px;
}
.c_hed{border-bottom: 1px solid #666; margin-bottom: 15px;}
.comments {
	float:left;
	width:100%;
}

.comments-amount {color: #888;}

ol li ol.childlist .comment-des {
	float:right;
	width:89%;
}

.avatar {float:left}

.comment-des{
	float:right;
	width:90%;
}

.comment-des strong {
	float:left;
	padding-right:5px;
	font-size:12px;
}
.comment-des span {
	float:left;
	color:#888;
}

.comment-by {
	float:left;
	width:100%;
	padding-bottom:8px;
	padding-top:5px;
	color: #000;
}

.ie7 .comment-by span.reply span {display: none;}

.comment-by span.reply {
	color:#888; 
	float:right;	display: inline;
}

.comment-by span.reply a {
	float: right;
	height: 17px;
	margin-left: 5px;
	font-weight: normal;
	float:right;

}

.comment-by span.date {
	color:#888;
	padding-right: 7px; 
	float: right;
}

.ie7 .comment-by .date {display: none;}


/* Contact Form
=================================================================== */
.field textarea {
	max-width: 97%;
	min-width: 97%;
	height: 130px;
	margin: 5px 0 15px 0;
}

.field input {
	width: 240px;
	margin-bottom: 0px;
}

.field:focus {border: 1px solid #eee;}

.field label span {color:#666;}

.field .validation-error, 
.field .validation-error:focus {
	border:1px solid #f2c4c2;
	background: #ffeceb;
}


.success-message .notification {margin-bottom: 20px;}
.success-message {display:none;}

.form-spacer {margin-top: 20px;}


/* Google Map
=================================================================== */


#mapBg {
	height: 620px;
	width: 100%;
	position: relative;
	z-index: 1;
	margin-bottom: -620px;	
}

#contact {
	position: relative;
	z-index: 2;
}

#googlemaps {
	position: relative;
	margin-top: 0px;
	height: 331px;
    border: 1px solid #fff;
    -webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}


#map {
	height: 331px;
	width: 100%;	
}

/* Contact Form
=================================================================== */

#contact-form input:-moz-placeholder,
#contact-form textarea:-moz-placeholder {
  	color: #fff;
}

#contact-form input:-ms-input-placeholder,
#contact-form textarea:-ms-input-placeholder {
  	color: #fff;
}

#contact-form input::-webkit-input-placeholder,
#contact-form textarea::-webkit-input-placeholder {
  	color: #fff;
}
#contact-form .error{border: 1px solid #ff3c3c!important;}
#contact-form input[type="text"] {
	border: 0px;
	height: 30px;
	color: #fff;
	background: rgba(0,0,0,.2) !important;
    background: url("../img/input_bg.png");
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
		    box-shadow: none;
	-webkit-border-radius: 0px;
	   -moz-border-radius: 0px;
			border-radius: 0px;	
}

#contact-form textarea {
	border: 0px;
	color: #fff;
	background: rgba(0,0,0,.2) !important;
    background: url("../img/input_bg.png");
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
		    box-shadow: none;
	-webkit-border-radius: 0px;
	   -moz-border-radius: 0px;
			border-radius: 0px;	
            height: 125px;
}

.c6_form {
  background:#2cb742;
/*  border:1px solid #FFFFFF;*/
-webkit-border-radius: 22px;
-moz-border-radius: 22px;
border-radius: 22px;
padding: 10px;
height: 70px;
}
.c6_form h2{text-align: center; margin-top: -8px; text-shadow: 0 1px 1px rgba(255,255,255,0.5); color:#fff;}
.blue_bg{background: url("../img/servicii_bg.jpg") no-repeat; background-size: cover;padding: 20px 0;}
.ff{margin: 0;}
.conatacte_footer{position: relative;}
.conatacte_footer h2{text-align: center; padding: 20px 0; opacity: 0; text-shadow: 0 1px 1px rgba(0,0,0,0.5); color: #FF3500; font-size: 1.5em; text-align: center; position: absolute; left: 0px; width: 100%; text-align: center; background: url("../img/transparent.png");}
.conatacte_footer img{
    -webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
			border-radius: 4px;
            }
/* Pagination
=================================================================== */
.pagination {
text-align: center  ;
}



/* Widgets
=================================================================== */
.widget {
	padding: 10px;
	margin-top: 0px;
}
	
.widget.first {
	margin-top: -30px;
}

/* Tags */
.tags a {
	padding: 5px 10px;
	border: 1px solid #eee;
	display: inline-block;
	color: #666;
	background: #fff;
	margin: 0 3px 6px 0;
	-webkit-box-shadow:  0px 1px 1px 0px rgba(180, 180, 180, 0.1);
	box-shadow:  0px 1px 1px 0px rgba(180, 180, 180, 0.1);
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
	border-radius: 1px;
}

.tags a:last-child {margin-right:0;}

.tags a:hover {
	background: #080808;
	border: 1px solid #080808;
	color: #fff;
}

/* List Styles
=================================================================== */
.check_list li,
.plus_list li,
.minus_list li,
.star_list li,
.arrow_list li,
.square_list li,
.circle_list li,
.cross_list li {
	list-style: none;
	margin: 5px 0;
}

.check_list li {background: url("../img/list_check.png") no-repeat 0% 50%; padding: 0 0 0 18px;}
.plus_list  li {background: url("../img/list_plus.png") no-repeat 0% 50%; padding: 0 0 0 18px;}
.minus_list  li {background: url("../img/list_minus.png") no-repeat 0% 50%; padding: 0 0 0 18px;}
.star_list  li {background: url("../img/list_star.png") no-repeat 0% 50%; padding: 0 0 0 16px;}
.arrow_list  li {background: url("../img/list_arrow.png") no-repeat 0% 50%; padding: 0 0 0 16px;}
.square_list  li {background: url("../img/list_square.png") no-repeat 0% 50%; padding: 0 0 0 16px;}
.circle_list  li {background: url("../img/list_circle.png") no-repeat 0% 50%; padding: 0 0 0 16px;}
.cross_list  li {background: url("../img/list_cross.png") no-repeat 0% 50%; padding: 0 0 0 16px;}


.span8 .text ul{margin: 10px 0 15px 30px;}
.text LI{background: url("../img/list_plus.png") no-repeat 0% 50%; padding: 2px 0 2px 18px;
list-style-type: circle;}

.span8 .text p{
margin: 15px 0px 0px 15px;
text-indent: 0px;
font-size: 15px;
	}
.text img{
     background-color: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    padding: 4px;
}
/* Footer
====================================================================== */

footer {
	padding: 10px 0px;
    height: 60px;
	text-align: center;
    background: #222 url("../img/footer.jpg") repeat-x;
}

footer #social {
	margin: 20px auto 0px auto;
	display: inline-block;
	text-align: center;
}



#footer, 
#footer p, 
#footer a{
	color: #b0b0b0 !important;
}

#footer p i {
	color: #e1e1e1;
	font-size: 15px;
	display: inline-block;
	width: 15px;
	text-align: center
}

#footer a:hover {
	color: #fff;
}

#footer h3 {
	padding: 2px 0px !important;
	margin-bottom: 10px;
	color: #e1e1e1;
	text-shadow: 0px -1px px #000; 
}
#copyright{color: #fff; padding: 6px 0;}
#copyright A{color: #67BCE6; 	text-shadow: 0px 1px px #005985;}
#under-footer {
	margin: 20px 0px;
	padding: 0px 20px;
	min-height: 50px;
	background: #222 url("../img/fbg.jpg");
	color: #b0b0b0;
	-webkit-box-shadow: 0 0px 0 5px rgba(0,0,0,.1), 0px 1px 1px rgba(0,0,0,.35);
	   -moz-box-shadow: 0 0px 0 5px rgba(0,0,0,.1), 0px 1px 1px rgba(0,0,0,.35);
	        box-shadow: 0 0px 0 5px rgba(0,0,0,.1), 0px 1px 1px rgba(0,0,0,.35);
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
			border-radius: 2px;
	opacity: .95;	
}

#under-footer-logo  {
	height: 46px;
}

#under-footer-logo a{
	color: #e1e1e1;
	text-decoration: none;
	font-size: 22px;
	line-height: 48px;
	margin-left: 5px;
}

#under-footer-logo span {

}

#under-footer-copyright {
	margin: 17px 0px 0px 0px;
}



/* Links List
=================================================================== */
.links-list li a {

}

.links-list-alt li a {
	font-size: 14px;
	color: #666;
	display: block;
	padding: 6px 12px;
	background: #f6f6f6;
	border: 1px solid #f6f6f6;
	margin: 5px 0px;
}

.links-list li a:hover {color: #efe9d8}
.links-list-alt li a:hover {
	color: #888;
	background: #fcfcfc;
	border: 1px solid #f6f6f6;
	text-decoration: none;
}

.links-list li:first-child a,
.links-list-alt li:first-child a {
	margin: -3px 0 0 0;
}

/* Buttons
=================================================================== */

.btn-overlay {
	display: inline-block;
	background: rgb(235,234,232); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iI2ViZWFlOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(235,234,232,1) 1%, rgba(255,255,255,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(235,234,232,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(235,234,232,1) 1%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(235,234,232,1) 1%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(235,234,232,1) 1%,rgba(255,255,255,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(235,234,232,1) 1%,rgba(255,255,255,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebeae8', endColorstr='#ffffff',GradientType=0 ); /* IE6-8 */
	border-top: 1px solid #dededc;
	border-bottom: 1px solid #f6f6f6;
	border-left: none;
	border-right: none;
	padding: 4px 5px 5px 5px;
	margin: 5px;
	-webkit-box-shadow: inset rgba(0,0,0,0.05) 0px 5px 6px;
	   -moz-box-shadow: inset rgba(0,0,0,0.05) 0px 5px 6px;
		    box-shadow: inset rgba(0,0,0,0.05) 0px 5px 6px;
	-webkit-border-radius: 8px;
	   -moz-border-radius: 8px;
		    border-radius: 8px;	
}

.btn {
	border: none;
	background: #fbfbf9;
	color: #222222 !important;
	-webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.35), inset 0px 2px 3px #fff;
	   -moz-box-shadow: 1px 1px 1px rgba(0,0,0,0.35), inset 0px 2px 3px #fff;
		    box-shadow: 1px 1px 1px rgba(0,0,0,0.35), inset 0px 2px 3px #fff;
	text-shadow: none;
	-webkit-transition: all 0.3s ease;
	   -moz-transition: all 0.3s ease;
		-ms-transition: all 0.3s ease;
		 -o-transition: all 0.3s ease;
			transition: all 0.3s ease;
}

.btn-small {
	-webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.2), inset 0px 2px 3px #fff;
	   -moz-box-shadow: 1px 1px 1px rgba(0,0,0,0.2), inset 0px 2px 3px #fff;
		    box-shadow: 1px 1px 1px rgba(0,0,0,0.2), inset 0px 2px 3px #fff;
	-webkit-transition: all 0.3s ease;
	   -moz-transition: all 0.3s ease;
	 	-ms-transition: all 0.3s ease;
		 -o-transition: all 0.3s ease;
			transition: all 0.3s ease;
}

.btn-mini {
	-webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.15), inset 0px 2px 3px #fff;
	   -moz-box-shadow: 1px 1px 1px rgba(0,0,0,0.15), inset 0px 2px 3px #fff;
		    box-shadow: 1px 1px 1px rgba(0,0,0,0.15), inset 0px 2px 3px #fff;
	-webkit-transition: all 0.3s ease;
	   -moz-transition: all 0.3s ease;
	 	-ms-transition: all 0.3s ease;
		 -o-transition: all 0.3s ease;
			transition: all 0.3s ease;
}

.btn span{
	-webkit-text-stroke: 0 !important;
	color: transparent !important;
	background-color: #222 !important;
	-webkit-background-clip: text !important;
	text-shadow: rgba(255,255,255,0.5) 0 1px 1px, rgba(255,255,255,0.2) 1px 1px 1px !important;
	-webkit-transition: text-shadow .3s ease-out, background-color .4s ease-out !important;
}

.btn:hover span {
	-webkit-text-stroke: 0 !important;
	color: transparent !important;
	background-color: #222 !important;
	-webkit-background-clip: text !important;
	text-shadow: rgba(255,255,255,0.3) 0 1px 1px, rgba(255,255,255,0.1) 1px 1px 1px, 0 0 1px #222 !important;
	-webkit-transition: text-shadow .3s ease-out, background-color .4s ease-out !important;
}

.btn:hover,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
	background: #fbfbf9;
	text-shadow: 0 0 1px #222222;
	color: #222222 !important;
	-webkit-box-shadow: 1px 0px 1px rgba(0,0,0,0.1), inset 0px 1px 1px #fff;
	   -moz-box-shadow: 1px 0px 1px rgba(0,0,0,0.1), inset 0px 1px 1px #fff;
		    box-shadow: 1px 0px 1px rgba(0,0,0,0.1), inset 0px 1px 1px #fff;
	-webkit-transition: all 0.3s ease;
	   -moz-transition: all 0.3s ease;
		-ms-transition: all 0.3s ease;
		 -o-transition: all 0.3s ease;
			transition: all 0.3s ease;	
}

.btn:active,
.btn.active {
	color: #222222 !important;
	text-shadow: 0 0 10px #222222;
  	background-color: #fbfbf9 \9;
	background-color: #fbfbf9 \9;
}

.btn-primary {
	background: #fbfbf9;
	color: #2FABE9 !important;
}

.btn-primary span{
	-webkit-text-stroke: 0 !important;
	color: transparent !important;
	background-color: #2FABE9 !important;
	-webkit-background-clip: text !important;
	text-shadow: rgba(255,255,255,0.5) 0 1px 1px, rgba(255,255,255,0.2) 1px 1px 1px !important;
	-webkit-transition: text-shadow .3s ease-out, background-color .4s ease-out !important;
}

.btn-primary:hover span{
	-webkit-text-stroke: 0 !important;
	color: transparent !important;
	background-color: #2FABE9 !important;
	-webkit-background-clip: text !important;
	text-shadow: rgba(255,255,255,0.3) 0 1px 1px, rgba(255,255,255,0.1) 1px 1px 1px, 0 0 1px #2FABE9 !important;
	-webkit-transition: text-shadow .3s ease-out, background-color .4s ease-out !important;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
	background: #fbfbf9;
	text-shadow: 0 0 1px #2FABE9;
	color: #50c5ff !important;
}

.btn-primary:active,
.btn-primary.active {
	color: #2FABE9 !important;
	text-shadow: 0 0 10px #2FABE9;
  	background-color: #fbfbf9 \9;
	background-color: #fbfbf9 \9;
}

.btn-warning {
	background: #fbfbf9;
	color: #faa732 !important;
}

.btn-warning span{
	-webkit-text-stroke: 0 !important;
	color: transparent !important;
	background-color: #faa732 !important;
	-webkit-background-clip: text !important;
	text-shadow: rgba(255,255,255,0.5) 0 1px 1px, rgba(255,255,255,0.2) 1px 1px 1px !important;
	-webkit-transition: text-shadow .3s ease-out, background-color .4s ease-out !important;
}

.btn-warning:hover span{
	-webkit-text-stroke: 0 !important;
	color: transparent !important;
	background-color: #faa732 !important;
	-webkit-background-clip: text !important;
	text-shadow: rgba(255,255,255,0.3) 0 1px 1px, rgba(255,255,255,0.1) 1px 1px 1px, 0 0 1px #faa732 !important;
	-webkit-transition: text-shadow .3s ease-out, background-color .4s ease-out !important;
}

.btn-warning:hover,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
  	background: #fbfbf9;
	text-shadow: 0 0 1px #faa732;
	color: #faa732 !important;
}

.btn-warning:active,
.btn-warning.active {
  	color: #faa732 !important;
	text-shadow: 0 0 10px #faa732;
  	background-color: #fbfbf9 \9;
	background-color: #fbfbf9 \9;
}

.btn-danger {
	background: #fbfbf9;
	color: #f1360a !important;
}

.btn-danger span{
	-webkit-text-stroke: 0 !important;
	color: transparent !important;
	background-color: #f1360a !important;
	-webkit-background-clip: text !important;
	text-shadow: rgba(255,255,255,0.5) 0 1px 1px, rgba(255,255,255,0.2) 1px 1px 1px !important;
	-webkit-transition: text-shadow .3s ease-out, background-color .4s ease-out !important;
}

.btn-danger:hover span{
	-webkit-text-stroke: 0 !important;
	color: transparent !important;
	background-color: #f1360a !important;
	-webkit-background-clip: text !important;
	text-shadow: rgba(255,255,255,0.3) 0 1px 1px, rgba(255,255,255,0.1) 1px 1px 1px, 0 0 1px #f1360a !important;
	-webkit-transition: text-shadow .3s ease-out, background-color .4s ease-out !important;
}

.btn-danger:hover,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
  	background: #fbfbf9;
	text-shadow: 0 0 1px #f1360a;
	color: #f1360a !important;
}

.btn-danger:active,
.btn-danger.active {
  	color: #fa603d !important;
	text-shadow: 0 0 10px #fa603d;
  	background-color: #fbfbf9 \9;
	background-color: #fbfbf9 \9;
}

.btn-success {
	background: #fbfbf9;
	color: #5AAD34 !important;
}

.btn-success span{
	-webkit-text-stroke: 0 !important;
	color: transparent !important;
	background-color: #5AAD34 !important;
	-webkit-background-clip: text !important;
	text-shadow: rgba(255,255,255,0.5) 0 1px 1px, rgba(255,255,255,0.2) 1px 1px 1px !important;
	-webkit-transition: text-shadow .3s ease-out, background-color .4s ease-out !important;
}

.btn-success:hover span{
	-webkit-text-stroke: 0 !important;
	color: transparent !important;
	background-color: #5AAD34 !important;
	-webkit-background-clip: text !important;
	text-shadow: rgba(255,255,255,0.3) 0 1px 1px, rgba(255,255,255,0.1) 1px 1px 1px, 0 0 1px #5AAD34 !important;
	-webkit-transition: text-shadow .3s ease-out, background-color .4s ease-out !important;
}

.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  	background: #fbfbf9;
	text-shadow: 0 0 1px #5AAD34;
	color: #5AAD34 !important;
}

.btn-success:active,
.btn-success.active {
  	color: #5AAD34 !important;
	text-shadow: 0 0 10px #5AAD34;
  	background-color: #fbfbf9 \9;
	background-color: #fbfbf9 \9;
}

.btn-info {
	background: #fbfbf9;
	color: #2f96b4 !important;
}

.btn-info span{
	-webkit-text-stroke: 0 !important;
	color: transparent !important;
	background-color: #2f96b4 !important;
	-webkit-background-clip: text !important;
	text-shadow: rgba(255,255,255,0.5) 0 1px 1px, rgba(255,255,255,0.2) 1px 1px 1px !important;
	-webkit-transition: text-shadow .3s ease-out, background-color .4s ease-out !important;
}

.btn-info:hover span{
	-webkit-text-stroke: 0 !important;
	color: transparent !important;
	background-color: #2f96b4 !important;
	-webkit-background-clip: text !important;
	text-shadow: rgba(255,255,255,0.3) 0 1px 1px, rgba(255,255,255,0.1) 1px 1px 1px, 0 0 1px #2f96b4 !important;
	-webkit-transition: text-shadow .3s ease-out, background-color .4s ease-out !important;
}

.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  	background: #fbfbf9;
	text-shadow: 0 0 1px #2f96b4;
	color: #2f96b4 !important;
}

.btn-info:active,
.btn-info.active {
  	color: #2f96b4 !important;
	text-shadow: 0 0 10px #2f96b4;
  	background-color: #fbfbf9 \9;
	background-color: #fbfbf9 \9;
}

.btn-inverse {
	background: #fbfbf9;
	color: #222222 !important;
}

.btn-inverse span{
	-webkit-text-stroke: 0 !important;
	color: transparent !important;
	background-color: #222222 !important;
	-webkit-background-clip: text !important;
	text-shadow: rgba(255,255,255,0.5) 0 1px 1px, rgba(255,255,255,0.2) 1px 1px 1px !important;
	-webkit-transition: text-shadow .3s ease-out, background-color .4s ease-out !important;
}

.btn-inverse:hover span{
	-webkit-text-stroke: 0 !important;
	color: transparent !important;
	background-color: #222222 !important;
	-webkit-background-clip: text !important;
	text-shadow: rgba(255,255,255,0.3) 0 1px 1px, rgba(255,255,255,0.1) 1px 1px 1px, 0 0 1px #222222 !important;
	-webkit-transition: text-shadow .3s ease-out, background-color .4s ease-out !important;
}

.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  	background: #fbfbf9;
	text-shadow: 0 0 1px #222222;
	color: #222222 !important;
}

.btn-inverse:active,
.btn-inverse.active {
  	color: #222222 !important;
	text-shadow: 0 0 10px #222222;
  	background-color: #fbfbf9 \9;
	background-color: #fbfbf9 \9;
}

/* Higher than 960 (desktop devices)
====================================================================== */
@media (min-width: 1200px) {
	
	.navbar-inner > .btn-overlay {
		display: none !important;
	}
	
}

/* Higher than 960 (desktop devices)
====================================================================== */
@media only screen and (min-width: 980px) and (max-width: 1199px){
	
	

    .navbar .nav > li > a {
		padding: 12px 0px 7px;
        font-size: 16px;
	}
    .phone_top span{font-size: 26px;}
    .phone-multi span{font-size: 26px;}
    .services-block.services-block li h5{font-size: 20px;}
    #googlemaps{height: 270px;}
    #map{height: 270px;}
    #contact-form textarea{height: 60px;}
    .slogan{ font-size: 20px;}
}

/* Tablet Portrait (devices and browsers)
====================================================================== */
@media only screen and (min-width: 768px) and (max-width: 979px) {
	
	.navbar .nav > li > a {
		padding: 12px 0px 7px;
        font-size: 16px;
	}
    .phone_top span{font-size: 26px;}
    .services-block.services-block li h5{font-size: 20px;}
#googlemaps{height: 270px;}
    #contact-form textarea{height: 60px;}
    .slogan{right: 270px;}
	
	
}

/* All Mobile Sizes (devices and browser)
====================================================================== */
@media only screen and (max-width: 767px) {
		
	.navbar .nav > li > a {
		padding: 12px 0px 7px;
        font-size: 16px;
	}
    .phone_top span{font-size: 26px;}
    #googlemaps{height: 270px;}
    #map{height: 270px;}
    .services-block.services-block li h5{font-size: 20px;}
    .slogan{right: 270px;}

	
}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers)
====================================================================== */
@media only screen and (min-width: 480px) and (max-width: 767px) {
	
.navbar .nav > li > a {
		padding: 12px 0px 7px;
        font-size: 16px;
	}
    .phone_top span{font-size: 26px;}
    .services-block.services-block li h5{font-size: 20px;}
    #googlemaps{height: 270px;}
    #map{height: 270px;}
    #contact-form textarea{height: 60px;}
    .slogan{right: 270px;}
}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers)
=================================================================== */
@media only screen and (max-width: 479px) {
	
	.navbar .nav > li > a {
		padding: 12px 0px 7px;
        font-size: 16px;
	}
    .phone_top span{font-size: 26px;}
    .services-block.services-block li h5{font-size: 20px;}
    #googlemaps{height: 270px;}
    #map{height: 270px;}
    #contact-form textarea{height: 60px;}
    .slogan{right: 270px;}
}

.phone-unu{overflow: hidden; width: 100%; position: relative; text-align: center}
.table p{margin: 0}

/* verstka */
.bl_form {
	position: relative;
}
	.bl_form_red {
		position: absolute;
		top: 60px;
		left: 4px;
		background: rgba(255,0,0, .7);		
		padding: 10px;
		color: #fff;
		width: 25%;
		box-sizing: border-box;
	}
	
	/*.bl_right_right {
		background: rgba(255,0,0, .7);		
		padding: 10px;
		color: #fff;
		width: 100%;
		box-sizing: border-box;
	}*/
	
	/*.span8 .bl_form_red h2 {
		text-align: center;
		text-transform: uppercase;
		font-size: 20px;
		font-weight: 600 !important;
		margin-bottom: 40px;
	}*/
	
	.bl_form_red h3 {
		text-align: center;
		text-transform: uppercase;
		font-size: 20px;
		font-weight: 600 !important;

	}
	
	/*.bl_form_red p {
		text-align: center;		
		font-size: 15px;
		font-weight: 600 !important;
		margin-bottom: 20px;
	}*/
	.inp_block {
		width: 100%;
		box-sizing: border-box;
		height: 30px !important;
		}
.bl_list_right li .bl_right_r {
	width: 285px;
	float: right;
	margin-left:40px;

}
.bl_list_right li {
	height: 150px;
}
.clr{
	clear:both;
}
.clearfix:after {
    clear: both;
    content: "";
    display: table;
}
.span4 {

	/*	border:1px solid #fff;*/
}

/*.recent-posts {
	margin-left:30px;
		border:1px solid #000;
}*/
/*.right_list {
	margin-left:30px;
		border:1px solid #000;
}*/