@charset "UTF-8";

[data-icon]:before {
	font-family: 'IcoMoon';
	content: attr(data-icon);
	speak: none;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
	font-family: 'IcoMoon';
	font-style: normal;
	speak: none;
}


body{
	font-family:'Open Sans',sans-serif;
	/* font-family:'Century Gothic',sans-serif; */
	font-size:16px;
	line-height:1.5em;
	background-color: #f4f4f4;
	/* background:url(../images/bg.png); */
}

h1 {
	font-size: 1.7em;
	line-height:1.4em;
}
h2 {
	font-size: 1.5em;
	line-height:1.3em;
}
h3 {
	font-size: 1.3em;
	line-height:1.1em;
}
img{
	height:auto !important;
}
a, ul > li > a{
	color:#ff0000;
}a:hover,a:focus, ul > li > a:hover,ul > li > a:focus{
	color:#ff0000;
}
.hidden{
	display:none;
}
.image100{
	width: 100% !important;
	height: auto !important;
}

.padding-top{
	padding-top:50px;
}

.hid{
	display:none;
}
.bg-color{
	background:#fff;
}
.bg-color2{
	background:#e46c0a;
}
.color1{
	color:#57a7b3;
}
.color2{
	color:#57a7b3;
}
.vertical-padding{
	padding:50px 0;
}
.maincontainer-inside{
	padding:0 25px;
}

.bg-image{
	background-repeat:no-repeat;
	background-position:center center;
	
	background-size: cover; /* contain; */
	background-repeat: no-repeat;
	
	display:block;
	height:250px;
}

.bg-image.contain{
	background-size: contain; /* ; */
}
.rows .record-cell {
    margin-bottom: 30px;
}
@media (min-width: 980px) {
	.rows .row:last-child .record-cell {
		margin-bottom: 0px;
	}
}



/*------------------------------------*\
	5 колонок bootstrap
\*------------------------------------*/

.col-xs-five,
.col-sm-five,
.col-md-five,
.col-lg-five {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}
 
.col-xs-five {
    width: 18%;
    float: left;
}
 
@media (min-width: 768px) {
    .col-sm-five {
        width: 18%;
        float: left;
    }
}
 
@media (min-width: 992px) {
    .col-md-five {
        width: 18%;
        float: left;
    }
}
 
@media (min-width: 1200px) {
    .col-lg-five {
        width: 18%;
        float: left;
    }
}

/*------------------------------------*\
	/5 колонок bootstrap
\*------------------------------------*/


.breadcrumb {
    background-color:#fff;
}



.blog > .page-header{
	margin:0 0 30px;
	padding:0;
}
.blog > .page-header h1{
	margin:0 0 0px;
	padding:0;
}

.blog .item{
	margin-bottom:30px;
}
.blog .item .page-header{
	margin:0;
	padding:0;
}
.blog .item h2{
	margin:15px 0 0px;
	text-align:center;
	font-size:16px;
	line-height:24px;
}

.blog .item-image a{
	display:block;
}


.item-page .page-header{
	margin:0 0 30px;
	padding:0;
}
.item-page .page-header h1{
	margin:0 0 0px;
	padding:0;
}

.item-cat .item-image{
	margin-bottom:30px;
}
.item-cat .item-image a{
	display:block;
}


.item-cat h1{
	text-align:center;
}

/* modules */


/* post-grid2 */
.post-grid2 {
    /* background-color: #fff; */
    overflow: hidden;
}

.post-grid2:nth-child(even) {
    flex-direction: row-reverse;
}

.post-grid2 .block-post {
    position: relative;
	display: flex;
	overflow: hidden;

}
.post-grid2 .block-post:hover,.post-grid2 .block-post:focus {
    text-decoration: none;
}
.post-grid2 .block-post:hover .post-meta {
    /* color: #fff; */
}
.post-grid2 .block-post .post-image{
	position:relative;
	width: 25.32%;
	width: 40%;
	overflow:hidden;
}
.post-grid2 .block-post .post-image > div{
	height:100%;
}
.post-grid2 .block-post .post-image img{
	object-fit:cover;
	max-width:100%;
	width:auto;
	height:100%;
}

.post-grid2 .block-row:nth-child(odd)  .block-post { 
	background-color: #333;
}
.post-grid2 .block-row:nth-child(even)  .block-post {
    flex-direction: row-reverse;
	
}

.post-grid2 .block-post .post-meta {
    position: relative;

	width: 74.68%;
	width: 60%;

    background-color: #78606b;
	background-color: #333;

    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    color: #fff;
	
	 text-decoration: none;
}

.post-grid2 .block-row:nth-child(even)  .post-meta {
	background-color: #ccc;
	color: #78606b;
	color: #000;
}


.post-grid2 .block-post .post-image img{
    transition:0.5s linear all;
	-webkit-transition:0.5s linear all;
	-moz-transition:0.5s linear all;
	-o-transition:0.5s linear all;/* */

	/* background-size: 100% auto; 
	height:171px;
	height:100%;
	min-height:0;*/
}

.post-grid2 .block-post:hover .post-image img{
    /* -webkit-animation: zoom 1s;
	animation: zoom 1s; */
	
	transform: scale(1.15);
	-webkit-transform: scale(1.15);
}


.post-grid2 .block-post .post-meta .block-title {
    margin: 0 20px;
    max-width: 800px;
    font-size: 24px;
    font-weight: 700;
    /* font-family: Saol,sans-serif; */
    /* text-align: center; */
    z-index: 100;
    -webkit-transition: color .4s;
    transition: color .4s;
}

.post-grid2 .block-post .post-meta .block-title .line2{

    font-size: 16px;
    font-weight: 400;
    /* font-family: Saol,sans-serif; */
    /* text-align: left; */
	margin-top:20px;
}
.post-grid2 .block-post .post-meta .block-title span{
	display:block;
}

.post-grid2 .block-post .block-top {
    font-size: 14px;
    text-transform: uppercase;
    margin:20px;
}
.post-grid2 .block-post .block-bottom {
    font-size: 14px;
    text-transform: uppercase;
    margin:20px;
}

.post-grid2 .border {
    border: 3px solid #78606b;
    padding: 30px;
	/* text-transform:uppercase; */
}

@media (max-width: 979px) {
	/* .post-grid .block-post:nth-child(odd) {
		flex-direction: row;
	} */
	.post-grid2 .block-post {
		display: block;
	}
	
	.post-grid2 .block-post .post-image{
		width: 100%;
		/* padding-bottom:50%; */
		padding-bottom:0;
	}
	.post-grid2 .block-post .post-meta {
		width: 100%;
	}
}


/* end post-grid2 */

.catalogh {
	text-align:center;
}
.catalogh .record-inner{
	background-color:#fff;
	padding:10px;
	padding-bottom:20px;
}
.catalogh .shadow{
	display:block;
	margin-top:10px;
}
.catalogh .text-tovar{
	font-weight:800;
	margin-top:10px;
}
.catalogh .record-price{
	font-weight:800;
	margin-top:10px;
}


.zveta {
	padding: 15px 0px 0px;
	display: flex;
	justify-content: center;
}
.zveta > div {
	border-radius: 0; 
}

.seriy {
	border-radius: 50%;
	width: 22px;
	height: 20px;
	background-color: #ebebeb;
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}

.temnoseriy {
	border-radius: 50%;
	width: 22px;
	height: 20px;
	background-color: #555;
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}

.krasniy11 {
	border-radius: 50%;
	width: 22px;
	height: 20px;
	background-color: #9c0909;
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}

.rozoviy {
	border-radius: 50%;
	width: 22px;
	height: 20px;
	background-color: #d48c83;
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}

.karich {
	border-radius: 50%;
	width: 22px;
	height: 20px;
	background-color: #963700;
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}

.oranj {
	border-radius: 50%;
	width: 22px;
	height: 20px;
	background-color: #d46a37;
	float: left;
	margin-right: 5px;
}

.joltiy {
	border-radius: 50%;
	width: 22px;
	height: 20px;
	background-color: #fbd30e;
	float: left;
	margin-right: 5px;
}

.beliy11 {
	border-radius: 50%;
	width: 22px;
	height: 20px;
	background-color: #fff;
	float: left;
	margin-right: 5px;
	border: 1px solid #000;
}

.chorniy {
	border-radius: 50%;
	width: 22px;
	height: 20px;
	background-color: #000;
	float: left;
	margin-right: 5px;
}

/* Connecting Fonts  */
.catalog-tovarov {
	text-align: center;
	padding: 5px;
	color: #000;
	border: 1px solid #ebebeb;
	margin: 5px 1px 0 0;
	background: #f8f1f1;
}

.catalog-tovarov .price {
	background-color: #cd2118;
	padding: 1px 10px 1px 25px;
	font-size: 18px;
	font-weight: 600;
	color: #fff;
	margin-bottom: 10px;
	margin-left: -15px;
	display: inline-block;
	bottom: 20px;
}




.top2 {
	background-color:#000;
	color:#fff;
}
.top2 .h-title{
	color:#fff;
}



.slider-text{
	color:#fff;
	text-align:center;
}
.slider-text .h1{
	font-size:32px;
	line-height:40px;
}
.slider-text .h2{
	font-size:24px;
	line-height:30px;
	margin-top:30px;
}

@media (max-width: 979px) {
	.slider-text .h1{
		font-size:20px;
		line-height:28px;
	}
	.slider-text .h2{
		font-size:18px;
		line-height:26px;
		margin-top:30px;
	}
}

.position-slider{
	position:relative;
}
.slider-out-text{
	position:absolute;
	left:0;
	top:0;
	width:100%;
}

.video-wrapper{
	position:relative; overflow:hidden; height: 450px;
}

.box-center {
	width:100%;
	height:auto;
	
	position: relative;
	top: 50%;
    left: 50%;
	
	-webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
	
	z-index:0;
}
.box-center2 {

	position: absolute;
	top: 50%;
    left: 50%;
	
	-webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
	
	z-index:1;
}
@media (max-width: 979px) {
	.box-center{
		width: auto;
		height: 100%;
	}
}


/* moduletable-catzoom */
.moduletable-catzoom{
}
.moduletable-catzoom .record-imagewrapper{
	overflow:hidden;
}

.moduletable-catzoom .bg-image{
	transition:0.25s linear all;
	-webkit-transition:0.25s linear all;
	-moz-transition:0.25s linear all;
	-o-transition:0.25s linear all;
	
}


.moduletable-catzoom .record-imagewrapper a{
	display:block;
	position:relative;
	transition:0.25s linear all;
	-webkit-transition:0.25s linear all;
	-moz-transition:0.25s linear all;
	-o-transition:0.25s linear all;
}
.moduletable-catzoom a .shadow{ 
	display:block;
	position:absolute;
	top:0;
	bottom:0;
	width:100%;
	
	transition:0.25s linear all;
	-webkit-transition:0.25s linear all;
	-moz-transition:0.25s linear all;
	-o-transition:0.25s linear all;
}
.moduletable-catzoom a:hover .bg-image{
	/* background-size:110% auto; */
	
	transform: scale(1.1);
	-webkit-transform: scale(1.1); 
	-ms-transform: scale(1.1);  
}
.moduletable-catzoom a:hover .shadow{
	/* background-color:rgba(0,0,0,.5); */
}
.moduletable-catzoom a .image-title{
	display:inline-block;
	padding:10px;
	position:absolute;
	
	bottom:30px;
	left:30px;
	margin-right:30px;
	background-color:#236d96;
	color:#fff;
	
	transform: translate(10%,10%);
	transform: translate(0%,10%);
    transition: 0.4s;
	
	
	display:none;
}

.moduletable-catzoom a:hover .image-title{
	bottom: 40%;
    transform: translate(10%,10%);
	transform: translate(0%,10%);

}

.moduletable-catzoom  .record-cell{
	margin-bottom:30px;
}


@media (min-width: 980px) {
	.moduletable-catzoom .row:last-child .record-cell{
		margin-bottom:0px;
	}
}

/* end moduletable-catzoom */

/* moduletable-vector */

.moduletable-vector{
	text-align:center;
}
.moduletable-vector .cell-inside{
	
}
.moduletable-vector i{
	line-height: 1;
	display:inline-block;
	color:#236d96;
}
.moduletable-vector .bg-image{
	width:100px;
	height:100px;
	display:inline-block;
}
.top1 .moduletable-vector .bg-image{
	width:170px;
	height:170px;
	border-radius:50%;
	display:inline-block;
}
/* .moduletable-vector .record-imagewrapper{
	padding:35px;
	border-radius:50%;
	background-color:#f38401;
} */
.moduletable-vector img{
	width:100%;
	height:auto;
	/* filter: invert(1);
	opacity:0.75; */
}
.moduletable-vector i:before{
	font-size:100px;
	font-style:normal;
}
.moduletable-vector h4{
	font-size:16px;
	line-height:22px;
	color:#000;
	font-weight:bold;
	
	margin:20px 0 10px 0;
}
.moduletable-vector .record-cell{
	margin-bottom:30px;
}
@media (min-width: 980px) {
	.moduletable-vector .row-fluid:last-child .record-cell{
		margin-bottom:0px;
	}
}

.moduletable-vector .record-cell i, .moduletable-vector .record-cell .bg-image{
	transition:0.25s linear all;
	-webkit-transition:0.25s linear all;
	-moz-transition:0.25s linear all;
	-o-transition:0.25s linear all;
}
.moduletable-vector .record-cell:hover i, .moduletable-vector .record-cell:hover .bg-image{
	transform: scale(1.1);
	-webkit-transform: scale(1.1); 
	-ms-transform: scale(1.1); 
}




/* end moduletable-vector */

.h-title{
	text-align:center;
	/* font-family: 'Oswald', sans-serif; */
	text-transform:uppercase;
	vertical-align:middle;
	margin:0 0 40px;
	
	font-size:24px;
	line-height:26px;
	font-weight:bold;
	
	color:#000;
}

.moduletable.mod h3, .mod2 h3{
	text-transform:uppercase;
	text-align:center;
	margin-top:0;
}

.moduletable.mod, .mod2{
	padding:25px 15px;
	
	background:#d9d9d9;
	
	box-shadow:1px 2px 2px 1px #999;
	-webkit-box-shadow:1px 2px 2px 1px #999;
	-moz-box-shadow:1px 2px 2px 1px #999; 
	
	margin-bottom:25px;
}

/* images row */
.moduletable.images-row{
	text-align:center;
	padding:0 0 25px 0;
}
.moduletable.images-row img{
	margin:1%;
	margin-left:0;
	width:19.2%;
	height:auto;
}
.moduletable.images-row a:last-child img{
	margin-right:0;
}
/* end modules */

.sidebar-inside{
	padding:25px 0;
}
.content-inside{
	padding:25px 0px;
}
.itemid-101 .content-inside{
	padding:25px 0px 0;
}

/* header */

.header-bg{
	background:#d7dfea;
}
.header-1{
	padding:20px 0px;
}

.moduletable-logo,.moduletable-adres2/* ,.moduletable-soctop */{
	float:left;
}
.moduletable-adres{
	float:right;
}
.custom-soctop{
	/* float:right; */
	padding-top:6px;
}
/* .custom-phone::before, .custom-adres::before, .custom-soctop::before {
	background: #00af54 none repeat scroll 0 0;
	content: "";
	display: block;
	height: 50px;
	left: 0;
	position: absolute;
	top: 25px;
	width: 1px;
} */

.moduletable-logo{
	
}
.custom-logo{
	padding:0 0px 0 0;

	font-size:14px;
	/* font-weight:bold; */
	
	position:relative;
}
.adres-wrap{
	
	padding-left:75px;
}
.adres-wrap strong{
	
	color:#408CAD;
}

.custom-logo a{
	padding-left:75px;
	display:inline-block;
	
	color:#000;

	font-size:22px;
	/* font-weight:bold; */
	
	line-height:1.2em;
	
	position:relative;
}
.custom-logo a img{
	left:0px;
	top:0px;
	
	position:absolute;
}
.logo-desc{
	font-size:12px;
	font-weight:bold;
	margin-top:10px;
}

.header-2{
	/* padding:35px 0px 20px; */
}
.moduletable-adres{
	
	position:relative;
}
.custom-adres{
	padding:0 0px 0 0px;
	padding-left:60px;
	margin-left:0px;
	/* background:url(../images/phone.png) no-repeat 0px 8px; */
	
	font-size:18px;
	line-height:24px;
	
	position:relative;
	text-align:right;
	
	color:#fff;
	
	margin-top:10px;
	margin-bottom:10px;
	/* font-weight:bold; */
}
.custom-adres a{
	font-weight:bold;
	color:#fff;
	/* font-weight:bold; */
}
.custom-adres i{
	position:absolute;
	left:0;
	top:0px;
	color:#408CAD;
	display:none;
}

.space-soc{
	padding-left:70px;
	position:relative;
}
.space-soc img{
	margin-right:5px;
	background-color:#fff;
	border-radius:50%;
	padding:2px;
}
.space-soc-img{
	position:absolute;
	left:0;
	top:0;
}


.phone{
	font-size:24px;
	font-weight:bold;
}

.header-3{
	padding:35px 0px 20px;
}
.moduletable-adres2{
	padding:0 10px;
}

.header-4{
	/* padding:10px 0px 20px; */
}
.moduletable-topsoc{
	padding:13px 0px 0 40px;
	position:relative;
	
	font-weight:bold;
	line-height:24px;
	vertical-align:middle;
}
.custom-topsoc .share42init{
	display:inline-block;
	margin-left:25px;
	vertical-align:middle;
	
}
.moduletable-call{
	padding:0 10px;
	text-align:center;
}

.moduletable-call h4{
	font-size:24px;
	line-height:26px;
	margin-bottom:5px;
	color:#009036;
}
.abutton:link,.abutton:visited{
	
	background:#009036;
	text-transform:uppercase;
	/* font-weight:bold; */
	display:inline-block;
	padding:6px 45px;
	text-decoration:none;
	color:#fff;
	/* border-radius:8px;
	border:2px solid #fff; */
	margin-top:12px;
	
	
	box-shadow:1px 2px 2px 1px #67737c;
	-webkit-box-shadow:1px 2px 2px 1px #67737c;
	-moz-box-shadow:1px 2px 2px 1px #67737c; 
	
	font-size:18px;
	line-height:20px;
}
.abutton:hover{
	/* background:#0e4470; */
}

/* end header */


/* menu */
.moduletable.menu{
}
.moduletable.menu ul{
}
.moduletable.menu li{
}
.moduletable.menu a{
}
.moduletable.menu li.active a,.moduletable.menu li a:hover{
	
}
/* end menu */


/* banner */

.position-banner{
	background: url(../images/banner.jpg) no-repeat top center;
	
	background-size: cover; /* contain; */
	background-repeat: no-repeat;
}
.moduletable-banner{
	height:400px;
}

/* end banner */


/* moduletable-slider */
.slider-wrapper{
	position:relative;
}
.moduletable-slider{
	
}
.nivo-controlNav{
	position:absolute;
	left:0;
	right:0;
	bottom:0;
	text-align:center;
	z-index:10;
	
}
div.moduletable-slider .nivoSlider{
	z-index:9;
	margin:0;
}
/* end moduletable-slider */



/* position-block */

.position-block{
	padding:25px 0;
}

/* end position-block */


/* bottom-row */

.bottom-row-bg{
	background:#d9d9d9;
	padding:25px 0;
}


/* li-inrow */

.bottom-row-bg .jdvrecordsset-inside{
	padding:20px;
	background:#0057a3;
	color:#fff;
}

.bottom-row-bg .abutton:link,.bottom-row-bg .abutton:visited{
	
	box-shadow:1px 2px 2px 1px #333;
	-webkit-box-shadow:1px 2px 2px 1px #333;
	-moz-box-shadow:1px 2px 2px 1px #333; 
	
	display:block;
	text-align:center;
}

.bottom-row-bg .jdvrecordsset h3{
	text-transform:uppercase;
	text-align:center;
	margin:0 0 20px;
}

/* end li-inrow */


/* end bottom-row */

/* soc */
.custom-soc{
	padding-top:8px;
}
/* end soc */

.well{
	background:#eff5fc;
	border-color:#dfecfa;
}
.pull-none.item-image{
	text-align:center; 
	/* margin-bottom:20px; */
}
.pull-none.item-image img{
	/* max-width:50%;
	height:auto; */
}
.page-header {
	margin-top:0;
}
.page-header h1{
	margin-top:0;
}


/* navbar */
.navbar .brand {
	/* padding: 10px 20px; */
	/* font-family:'Open Sans Condensed',sans-serif; */
	/* font-size:30px; */
	color:#fff;
}
.brand img{
	width:auto;
	/* height:44px; */
	margin-right:12px;
}

.navbar .abutton {
	margin-top:3px;
}


.navbar-inner {
	min-height: 40px;
	padding-right: 20px;
	padding-left: 20px;
	
	padding-top:4px;
	padding-bottom:4px;
	
	background-color: #055AD9;
	
	
	
	background-image: none;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#009136), to(#00c049));
	background-image: -webkit-linear-gradient(top, #009136, #00c049);
	background-image: -o-linear-gradient(top, #009136, #00c049);
	background-image: linear-gradient(to bottom, #009136, #00c049);
	
	background-image:none;
	background-color:#000;
	
	background-repeat: repeat-x;
	border: 1px solid #000;
	
	border:none;
	
	-webkit-border-radius: 4px;
	 -moz-border-radius: 4px;
		  border-radius: 4px;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff009136', endColorstr='#ff00c049', GradientType=0);
	*zoom: 1;
	
	filter:none;
	
	/* -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
	 -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
		  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065); */
		  
	-webkit-box-shadow: none;
	 -moz-box-shadow: none;
		  box-shadow: none;
}
.navbar .nav > li > a {
	padding: 10px 15px;
	/* height:44px;
	line-height:44px; */
	color:#fff;
	font-size:14px;
	line-height:50px;
	font-weight:bold;
	text-shadow: none;
	
	text-transform:uppercase;
}
.navbar .nav > li > a:focus,
.navbar .nav > li > a:hover {
  color: #fff15f;
  
  color: #fff;
  
  text-decoration: none;
  background-color: transparent;
   background-color: #ff0000;
}

.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #009136;
  
  background-color: #ff0000;
  
  -webkit-box-shadow: inset 0 3px 8px rgba(255, 255, 255, 0.125);
     -moz-box-shadow: inset 0 3px 8px rgba(255, 255, 255, 0.125);
          box-shadow: inset 0 3px 8px rgba(255, 255, 255, 0.125);
}
.navbar .nav .dropdown-toggle .caret {
	margin-top: 8px;
	margin-left:5px;


}
.navbar .nav li.dropdown > a:hover .caret,
.navbar .nav li.dropdown > a:focus .caret {
	border-top-color: #fff;
	border-bottom-color: #fff;
}
.navbar .nav li.dropdown.open > .dropdown-toggle,
.navbar .nav li.dropdown.active > .dropdown-toggle,
.navbar .nav li.dropdown.open.active > .dropdown-toggle {
	color: #fff;
	background-color: #009136;
	
}
.navbar .nav li.dropdown > .dropdown-toggle .caret {
	border-top-color: #fff;
	border-bottom-color: #fff;
}
.navbar .nav li.dropdown.open > .dropdown-toggle .caret,
.navbar .nav li.dropdown.active > .dropdown-toggle .caret,
.navbar .nav li.dropdown.open.active > .dropdown-toggle .caret {
	border-top-color: #fff;
	border-bottom-color: #fff;
}

.nav ul {
	display:none; 
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a {
	color: #ffffff;
	text-decoration: none;
	background-color: #0081c2;
	background-image: -moz-linear-gradient(top, #009136, #00c049);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#009136), to(#00c049));
	background-image: -webkit-linear-gradient(top, #009136, #00c049);
	background-image: -o-linear-gradient(top, #009136, #00c049);
	background-image: linear-gradient(to bottom, #009136, #00c049);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff009136', endColorstr='#ff00c049', GradientType=0);
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
	color: #ffffff;
	text-decoration: none;
	background-color: #0081c2;
	background-image: -moz-linear-gradient(top, #009136, #00c049);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#009136), to(#00c049));
	background-image: -webkit-linear-gradient(top, #009136, #00c049);
	background-image: -o-linear-gradient(top, #009136, #00c049);
	background-image: linear-gradient(to bottom, #009136, #00c049);
	background-repeat: repeat-x;
	outline: 0;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff009136', endColorstr='#ff00c049', GradientType=0);
}

.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
	color: #999999;
}


.navbar .btn-navbar {
	
	color:#002060;
}
.navbar .btn-navbar .icon-text{
	 width:auto; /**/
	color:#002060;
	float:left;
	margin-left:4px;
}

/* end navbar */

/* article-info */

.article-info-term{
	display:none;
}
dl.article-info{
	color:#828c99;
	padding-bottom:0px;
	margin-top:0px;
	margin-bottom:15px;
}
.article-info dd{
	display:inline;
	display:inline-block;
	margin-right:15px;
	margin-left:0px;
	font-style:italic;
	font-size:.9em;
}
.article-info dd span{

}

/* end article-info */

/* chrono */
.fa.fa-asterisk{
	color:#999 !important;
}
.gtooltip.gvalidation-error-tip {
	background-color: #666;
	border: 1px solid #ccc;
}
.gvalidation-error-tip .gtooltip-arrow {
	border-color: #666 transparent transparent;
}
.gvalidation-error-tip .gtooltip-arrow-border {
	border-color: #ccc transparent transparent;
}
.chrono_credits{
	display:none;
}


#submitbutton {
	background: #002060;
	border: none;
	box-sizing: border-box;
	border-radius:2px;
	color: #fff;
	display: inline-block;
	font-size: 16px;
	height: 36px;
	line-height: 18px;
	margin-top: 5px;
	padding: 8px 25px;
	text-decoration: none;
	text-transform: uppercase;
}


.moduletable-callup h4 {
	text-align: center;
}
.moduletable-callup input, .moduletable-callup textarea {
	box-sizing: border-box;
	margin: 0 0 15px;
	padding: 6px;
	width: 100%;
	height:35px;
}
.moduletable-callup .submitbutton{
	margin-bottom:0;
}


.moduletable.callsidebar h4 {
	text-align: center;
}
.moduletable.callsidebar input, .moduletable.callsidebar textarea {
	box-sizing: border-box;
	margin: 0 0 15px;
	padding: 6px;
	width: 100%;
	height:35px;
}
.moduletable.callsidebar .submitbutton{
	margin-bottom:0;
}




/* inlineform */
.block2{
	background:#002060;
	background:#86C450;
	background:#009033;
	color:#fff;
}
.moduletable-inlineform{
	text-align: center;
}
.moduletable-inlineform h4 {
	color: #fff;
	font-size: 20px;
	line-height: 30px;
	margin: 0 0 10px;
	text-align: center;
}
.moduletable-inlineform div {
	display: inline;
}
.moduletable-inlineform input, .moduletable-inlineform textarea {
	box-sizing: border-box;
	font-size: 16px;
	height: 36px;
	line-height: 18px;
	margin: 0 10px;
	padding: 8px;
}
.moduletable-inlineform #submitbutton {
	background:#D7DFEA;
	color:#002060;
}
.moduletable-inlineform #submitbutton:hover {
	background:#fac090;
	background:#002060;
	color:#fff;
}


/* inbanner */
.custom-banner{
	background:#3a9e46;
	padding:25px;
	float:right;
	border-radius:10px;
	margin-top:45px;
	margin-right:15%;
	
	max-width:80%;
	min-width:250px;
}
.custom-banner h4 {
	color: #fff;
	text-align:center;
}
.custom-banner input, .custom-banner textarea {
	box-sizing: border-box;
	margin: 0 0 15px;
	padding: 6px;
	width: 100%;
	height:40px;
}
.custom-banner .submitbutton{
	margin-bottom:0px;
	padding:15px 15px;
}




/* form1 */

.tbl-form form {
	float: left;
	padding-right: 275px;
	position: relative;
}
.tbl-form input, .tbl-form textarea {
	border: 1px solid #a3a3a3;
	border-radius: 6px;
	box-sizing: border-box;
	font-size: 16px;
	height: 36px;
	line-height: 18px;
	margin: 8px 10px;
	padding: 8px;
	width: 250px;
}
.tbl-form #ftr-message {
	position: absolute;
	right: 0;
	top: 0;
}
.tbl-form #submitbutton {
	background: #ff0000 none repeat scroll 0 0;
	bottom: 0;
	position: absolute;
	right: 0;
}
.tbl-form textarea {
  height: 86px;
}

.tbl-form{
	
}
.tbl-form td{
	vertical-align:top;
}
.tbl-form .td2{
	padding:10px 0 0 15px
}

::-webkit-input-placeholder {color:#000;}
::-moz-placeholder {color:#000;}/* Firefox 19+ */
:-moz-placeholder {color:#000;}/* Firefox 18- */
:-ms-input-placeholder {color:#000;}

/* end chrono */


/* footer */
.footer-bg{
	padding:25px 0;
	/* border-top:1px solid #999; */
	background-color:#000;
	color:#fff;
}
.footer-bg a{

	color:#fff;
}
.phone-b{
	text-align:right;
}

.moduletable-adres-footer{
	/* font-size:14px; */
}
/* end footer */


/* media */
@media (min-width: 768px) and (max-width: 979px) {
 
}
 
@media (max-width: 767px) {
 
}
 
@media (min-width: 1200px) {
}
 
@media (min-width: 768px) and (max-width: 979px) {
 
}
 
@media (max-width: 767px) {
	.header-bg, .footer-bg, .top2{
		margin-left:-20px;
		margin-right:-20px;
		
		padding-left:20px;
		padding-right:20px;
	}
	.position-slider{
		margin-left:-20px;
		margin-right:-20px;
		
		
	}
	
	.footer-bg{
		text-align:center;
	}
	
	.moduletable-logo,.moduletable-adres{
		float:none;
		text-align:center;
	}
	.custom-logo,.custom-adres{
		text-align:right;
		display:inline-block;
	}
	.phone-b {
		text-align: center;
		margin-top:20px;
	}
}
 
@media (max-width: 480px) {
 
}
 
@media (max-width: 979px) {
 
}
 
@media (min-width: 980px) {
 
}
	
