
/* @import url("fonts.css"); */
@import url("fa/css/font-awesome.min.css");

@-ms-viewport{
  width: device-width;
}

html {
    font-family: 'Open Sans', sans-serif;
    color: #333333;
    font-size: 14px;
    line-height: 20px;
}

.servicii-title h1{
    color: #02284F;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 10px;
}

.img-responsive {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0px auto;
}

.mb10 {margin-bottom: 10px;}
.mb30 {margin-bottom: 30px;}

.emptypage {
	min-height: 200px;
}
.bg-gray{
        background-color: #F5F5F5;
}

/*! XS */
@media (max-width: 767px) {
}
/*! SM */
@media (min-width: 768px) and (max-width: 991px) {
}
@media (max-width: 991px) {
}
/*! MD */
@media (min-width: 992px) and (max-width: 1199px) {
}
/*! LG */
@media (min-width: 1200px) {
}

.share{height:30px; line-height:30px;}




/*!
*	HEADER
*/
.header {
	margin-top: 30px;
}
.header .logo{
    Xz-index:99999;
    Xposition:relative;
}
.header .logo img {
        display: block;
        max-width: 100%;
        height: auto;
        margin: 0px auto;
	}
        
.header-button{
        border: 1px solid #E7E7E7;
        -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
        font-size:14px;
        line-height:38px;
        text-align:center;
}
.header-button a{
        text-decoration:none;
        display:inline-block;
        
}

.header-button i{
        padding:0 5px;
}
.header-button.user,
.header-button.user a{
        color:#002750;
        background:#fff;
}
.header-button.cart,
.header-button.cart a{
        color:#fff;
        background:#002750;
}
.cat-name h2{
        color: #333;
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 10px;
}
.cat-desc {
        color: #333;
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 10px;
}

/*! XS */
@media (max-width: 767px) {
	.header .logo {
		margin-bottom: 10px;
                text-align: center;
	}

        .header-button{
            margin-bottom:20px;
        }
}
/*! SM */
@media (min-width: 768px) and (max-width: 991px) {
	.header .logo {
		margin-bottom: 10px;
	}
        
        .header-button{
                font-size:14px;
        
        }

      
}

/*! CUSTOM */
@media (min-width: 992px) and (max-width: 1200px) {

        .header-button{
        font-size:14px;
        }
        
        .header-button i{
        padding:0 2px;
}

      
}

/*!
*  SEARCH
*/        
.search-box {

	width: 100%;
	height: 38px;
 
}
.search-box .input {
        -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.search-box .input input {
	width: 100%;
	height: 38px;
	line-height: 38px;
	padding: 0 10px;
	color: #A1A1A1;
	border: 1px solid #E7E7E7;
	font-size: 16px;
        -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.search-box .button {
	position: absolute;
	right: 0;
	top: 0;
        
}
.search-box .button button {
	width: 80px;
	height: 38px;
	padding: 0;
	text-align: center;
	color: #A1A1A1;
        border: 1px solid #E7E7E7;
	font-size: 16px;
        background:#fff;
        border-left:none;
        -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

/*! XS */
@media (max-width: 767px) {

    .search-box {
	margin-bottom:20px;
    }
}

/*!
*  Newsletter
*/        
.newsletter-box {
	position: relative;
	width: 100%;
        width:90%;
}
.newsletter-box .input {
        -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
        
}
.newsletter-box .input input {
	width: 100%;
	height: 38px;
	line-height: 38px;
	padding: 0 10px;
	color: #A1A1A1;
	border: 1px solid #E7E7E7;
	font-size: 16px;
        -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.newsletter-box .button {
	position: absolute;
	right: 0px;
	top: 0;
        
}
.newsletter-box .button button {
	width: 120px;
	height: 38px;
	padding: 0;
	text-align: center;
	color: #fff;
        border: 1px solid #343434;
	font-size: 16px;
        background:#343434;
        border-left:none;
        -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}


/*! XS */
@media (max-width: 767px) {

    .newsletter-box {
	margin-bottom:20px;
    }
}



/*!
*	FOOTER
*/
.footer {
	background-color: #F5F5F5;
	padding: 24px 0;
}

.footer h2{
	font-size:18px;
        color:#333;
}
.footer .lead{
        margin-top:10px;
        font-size:12px;
        color:#636363;
}

.copyright{
        background-color: #F5F5F5;
        border-top:2px solid #E2DFDF;
        padding-top:10px;
}
.copyright,
.copyright a {
	font-size: 14px;
	line-height: 24px;
	color :#333;
	text-decoration: none;
	text-align: center;
}
.copyright a:hover {
	text-decoration: underline;
}
.created-by,
.created-by a{
	text-decoration: none;
        text-align:right;
}
/*! XS */
@media (max-width: 767px) {

    .created-by,
    .created-by a{
	text-decoration: none;
        text-align:center;
    }
}

/*! SM */
@media (min-width: 768px) and (max-width: 991px) {
    .created-by,
    .created-by a{
	text-decoration: none;
        text-align:center;
    }
 
}

/*!
*	MENU
*/
.menu ul {
	list-style:none;
}
.menu ul,
.menu li {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	vertical-align:baseline;
	background:transparent;
}

.menu a:before,
.menu a:after {
  display: table;
  content: " ";
}
.menu a:after {
  clear: both;
}

.menu-header {
    text-align:left;
}

.menu-header li:last-child {
}

.menu-header li{ text-align:right;}
.menu-header a {
	display: inline-block;
	color: #3C3C3C;
	font-size: 14px;
	font-weight: bold;
	line-height: 30px;
	text-decoration: none;
	padding: 0 20px;
}
.menu-header a:hover {
	color: #F9C700;
	text-decoration: none; 
}
.menu-header li.selected a.parent {
	color: #F9C700;
}
.menu-header .text i {
	float: left;
	margin-right: 10px;
}




/*! XS */
@media (max-width: 767px) {
    
    .menu-header li {
        text-align:center;
        display:block;
    }
}
/*! SM */
@media (min-width: 768px) and (max-width: 991px) {
    .menu-header {
        margin-bottom:10px;
    }
    .menu-header ul {
        text-align:center;
    }
    .menu-header li {
	display:inline-block;
        text-align:center;
    }
}
@media (max-width: 991px) {
}
/*! MD */
@media (min-width: 992px) and (max-width: 1199px) {
    .menu-header li {
	display:inline-block;
    }
    .menu-header {
        margin-top:10px;
    }
    
}
/*! LG */
@media (min-width: 1200px) {
    .menu-header {
        margin-top:10px;
    }
    .menu-header li {
	display:inline-block;
    }
}



.menu-top {
	margin-top: 30px;
	height: 30px;
	
}
.menu-top li {
	float:left;
}
.menu-top li:last-child {
}
.menu-top a {
	display: inline-block;
	color: #000;
	font-size: 16px;
	font-weight: normal;
	line-height: 30px;
	text-decoration: none;
	padding: 0 20px;
}
.menu-top a:hover {
	color: #23BEA1;
	text-decoration: none; 
}
.menu-top li.selected a.parent {
	color: #23BEA1;
}
.menu-top .text i {
	float: left;
	margin-right: 10px;
}

.menu-top .slicknav_menu {
	display:none;
	position: relative;
}
.menu-top .slicknav_menu li.selected a.parent {
	color:#fff;
}
.menu-top .slicknav_menu a:hover {
	text-decoration: none; 
	color:#fff;
} 
.menu-top .slicknav_menu {
	background: none;
	padding: 0;
}
.menu-top .slicknav_btn {
	margin: 12px 10px 0 0;
	background-color: #002750;
	padding: 0px;
}
.menu-top .slicknav_btn:hover {
	background-color: #002750;
}
.menu-top .slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
	margin-top: 5px;
}
.menu-top .slicknav_menu .slicknav_icon-bar {
	background-color: #FFF;
	width: 34px;
	height: 6px;
	border-radius: 0;
	box-shadow: none;
}

.menu-top .slicknav_nav {
	margin-top: 64px;
	background-color: #12447D;
}
.menu-top .slicknav_menu i {
	display: none !important;
}
.menu-top .slicknav_nav li:hover {
	background-color: #FEED01;
}
.menu-top .slicknav_nav a:hover {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	color: #12447D;
	text-decoration: none; 
}

@media (max-width: 991px) {
	.menu-top #menu-top {
		Xdisplay:none;
	}
	.menu-top .slicknav_menu {
		display:block;
		width: 100%;
		position: absolute;
		top: 0;
		right: 0;
		z-index: 100;
	}
	.menu-top-slicknav {
		position: relative;
	}
	.menu-top .slicknav_nav{
		margin-top: 38px;
	}
	.menu-top {
		padding-top: 0;
		float: none;
	}
	.menu-top li {
		float: none;
		margin-right: 0;
	}
	.menu li:before,
	.menu li:after {
	  display: table;
	  content: " ";
	}
	.menu li:after {
	  clear: both;
	}
	.menu-top li a {
		float: right;
		color: #fff;
	}
}


.menu-left {
	
}
.menu-left .menu-title {
    color: #02284F;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 10px;
    font-weight:bold;
}
.menu-left ul ul {
	margin-left: 20px;
}
.menu-left li {
    border-bottom:1px solid #EAEAEA;
	
}
.menu-left a {
	line-height: 36px;
	color: #494949;
	text-decoration: none;
        font-size:16px;
        font-weight: normal;
}
.menu-left a .pre {
	margin-right:10px;
}
.menu-left a:hover,
.menu-left a.selected {
	display: block;
	color: #494949;
}

.menu-left a.selected {
}
.menu-left .slicknav_menu {
	display:none;
	position: relative;
}
.menu-left .slicknav_menu li.selected a.parent {
	color:#fff;
}
.menu-left .slicknav_menu a:hover {
	text-decoration: none; 
	color:#fff;
} 
.menu-left .slicknav_menu {
	background: none;
	padding: 0;
}
.menu-left .slicknav_btn {
	margin: 0;
	background-color: #fff;
	padding: 0px;
}
.menu-left .slicknav_btn:hover {
	background-color: #fff;
}
.menu-left .slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
	margin-top: 8px;
}
.menu-left .slicknav_menu .slicknav_icon-bar {
	background-color: #002750;
	width: 34px;
	height: 6px;
	border-radius: 0;
	box-shadow: none;
}

.menu-left .slicknav_nav {
	margin-top: 64px;
	background-color: #002750;
}
.menu-left .slicknav_menu i {
	display: none !important;
}
.menu-left .slicknav_nav li:hover {
	background-color: #002750;
}
.menu-left .slicknav_nav a:hover {
	
	color: #fff;
	text-decoration: none; 
    background-color: #002750;
}

@media (max-width: 991px) {
	.menu-left #menu-left {
		Xdisplay:none;
	}
	.menu-left .slicknav_menu {
		display:block;
		width: 100%;
		position: absolute;
		top: -40px;
		right: 0;
		z-index: 100;
	}
	.menu-left-slicknav {
		position: relative;
	}
	.menu-left .slicknav_nav{
		
	}
	.menu-left {
		padding-top: 0;
		float: none;
	}
	.menu-left li {
		float: none;
		margin-right: 0;
	}
	.menu li:before,
	.menu li:after {
	  display: table;
	  content: " ";
	}
	.menu li:after {
	  clear: both;
	}
	.menu-left li a {
		float: right;
		color: #fff;
	}
}

@media (max-width: 590px) {
	.search-box{width:88%}
	.menu-left .slicknav_menu {
		display:block;
		width: 100%;
		position: absolute;
		top: 92px;
		right: 0;
		z-index: 100;
	}
}
.menu-footer {
	
}

.menu-footer ul ul {
	margin-left: 20px;
}
.menu-footer li {
	
}
.menu-footer a {
	line-height: 30px;
	color: #333;
	text-decoration: none;
        font-size:16px;
        font-weight: normal;
}


/*! XS */
@media (max-width: 767px) {
        .menu-footer li {
            text-align:center;
        }
        .footer h2{
            text-align:center;
        }
}
/*! SM */
@media (min-width: 768px) and (max-width: 991px) {
        .menu-footer li {
            text-align:center;
        }
        .footer h2{
            text-align:center;
        }
  
}
@media (max-width: 991px) {
}
/*! MD */
@media (min-width: 992px) and (max-width: 1199px) {
        .menu-footer li {
            text-align:center;
        }
        .footer h2{
            text-align:center;
        }
}



/*
.menu-lang {
	float:right;
	font-size:16px;
}
.menu-lang ul{float:left; margin:0; padding-left:10px;}
.menu-lang li {
	float:left;
	margin-right:10px;
	list-style:none;
}
.menu-lang a {
	display:inline-block;
	line-height:16px;
	text-align:center;
	font-size:16px;
	font-weight:normal;
	color: #383838;
	text-decoration:none;
}
.menu-lang a:hover {
	text-decoration:none; color:#f78222;
}
.menu-lang :after {
	clear: both;
}
*/
/* 
	MENU SHARE
*/
.menu-share {
        text-align:left;
}
.menu-share li {
	display:inline-block;
	margin-right:14px;
}

.menu-share a {
	display:block;
	width:32px;
	height:32px;
	line-height:32px;
	text-align:center;
	font-size:20px;
	font-weight: normal;
	color: #fff;
	text-decoration:none;
	background:#3B3B3B;
        -webkit-border-radius:50px; border-radius:50px; -moz-border-radius:50px;

}
.menu-share a:hover {text-decoration:none;}
/*! XS */
@media (max-width: 767px) {
        .menu-share {
            text-align:center;
        }
}
/*! SM */
@media (min-width: 768px) and (max-width: 991px) {
        .menu-share {
            text-align:center;
        }
  
}
@media (max-width: 991px) {
}
/*! MD */
@media (min-width: 992px) and (max-width: 1199px) {
        .menu-share {
            text-align:center;
        }
}
        
/*!
*  BANNER
*/
.banner ul {
	list-style:none;
}
.banner ul,
.banner li {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	vertical-align:baseline;
	background:transparent;
}

.banner.img-resp img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0px auto;
}

.index-top{position: relative; }
.index-top .owl-dots{
        position: absolute; 
        bottom:10px; 
        right:10px;}
.index-top .owl-dots .owl-dot{
        float:left;
        margin-right:5px;
        width:14px; 
        height:14px; 
        background: #fff; 
        -webkit-border-radius:50px; border-radius:50px; -moz-border-radius:50px;
}
.index-top .owl-dots .owl-dot.active{
        background: #02284F; 
       
}
.cont-form-resp {
	position: relative;
}
.cont-form-resp .col-abs {
	position: absolute; 
	top: 0; 
	left: 0;
}
.cont-form-resp .row-abs-xs, 
.cont-form-resp .row-abs-sm {
	width: 100%;
	position: absolute;
	top: 0;
	left: 15px;
}

.banner.left-1 li{margin-bottom:30px}

/*! XS */
@media (max-width: 767px) {
	.cont-form-resp .col-abs {
		position: relative; 
		top: 0; 
		left: 0;
	}
	.cont-form-resp .row-abs-xs,
	.cont-form-resp .row-abs-sm {
		width: auto;
		position: relative;
		left: 0;
  }
}
/*! SM */
@media (min-width: 768px) and (max-width: 991px) {
	.cont-form-resp .col-abs {
		position: relative; 
		top: 0; 
		left: 0;
	}
	.cont-form-resp .row-abs-sm {
		width: auto;
		position: relative;
		left: 0;
  }
}

/*
	Nav & Breadcrumb
*/
.nav {margin-bottom:20px;}
.breadcrumb, .breadcrumb a {color:#333; font-size:12px; line-height:20px; text-decoration:none;}
.breadcrumb a.frst {color:#333;}
.breadcrumb div {display:inline-block;}

/*!
*	NEWS: LIST, POST
*/
.news {
	margin-bottom: 30px;
}
.content-wrap {}
.news .list .item  {
	margin-bottom: 30px;
	overflow: hidden;
}
.news .list .item h2 {
	font-size: 20px;
	line-height: 24px;
	margin: 15px 0;
	color: #333;
        
}
.news .list .item a {
	text-decoration: none;
}
.news .list .item .image a {
	display: block;
}
.news .list .item img {
	width: 100%;
	height: auto;
}
.news .list .item .lead {
	font-size: 16px;
	line-height: 20px;
	color: #333;
        height:60px;
        overflow:hidden;
}

.news .post {
	font-size: 14px;
	line-height: 20px;
}
.news .post h1 {
	font-size: 28px;
	line-height: 30px;
	margin: 0 0 20px 0;
	color: #333;
        font-weight:normal;
}
.news .post p {
	padding-bottom: 20px;
}
.news .post .lead {
	font-weight: 600;
	color: #333;
        font-size:16px;
        line-height:28px;
}
.news .post .image {
	float: right;
	margin: 0 0 20px 20px;
}

.news .post .content-text {
	color: #333;
        font-size:16px;
        line-height:28px;
}
.news .post .content-text img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0px auto;
}


/*! XS */
@media (max-width: 767px) {
	.news .post .image {
		float: none;
		margin: 0 0 20px 0;
	}
	.news .post .image img {
		width: 100%;
		height: auto;
	}
	.news .post .content-text img {
		float: none !important;
		display: block;
		width: 100%;
		height: auto;
		margin: 0 0 20px 0;
	}
}
/*! SM */
@media (min-width: 768px) and (max-width: 991px) {
	
}
@media (max-width: 991px) {
}
/*! MD */
@media (min-width: 992px) and (max-width: 1199px) {

}
/*! LG */
@media (min-width: 1200px) {
	
}


/*!
*	GALLERIA
*/
.galleria {
	width: 100%; 
	min-height: 450px;
	background: #fff;
	margin-top: 30px;
}
/*! XS */
@media (max-width: 767px) {
	.galleria {
		min-height: auto;
	}
}


/*!
*	PAGER
*/
.pager-box {
	margin-bottom: 0px;
	font-size: 18px;
}
.pager-box a,
.pager-box span {
	text-decoration: none;
	color: #333; 
	background: none;
	font-weight: bold;
        border:1px solid #EBEBEB;
}


.pager-box .pager-sep{
	border:none;
}
.pager-box i {
	font-size: 18px;
	font-weight: normal;
}
.pager-box a,
.pager-box span.current {
	margin-right: 6px; 
	width: 40px; 
	height: 40px; 
	line-height: 40px; 
	text-align: center; 
	display: inline-block;
        
}
.pager-box a.pager:hover,
.pager-box span.current {
	color: #fff; 
	background: #343434;
}
/*! XS */
@media (max-width: 767px) {
	.pager-box {
		font-size: 16px;
	}
	.pager-box i {
		font-size: 16px;
	}
	.pager-box a,
	.pager-box span.current {
		width: 24px; 
		height: 24px; 
		line-height: 24px; 
	}
}


/*!
*	ICN
*/
/*.icn {
	width: 32px;
	height: 32px;
	display: inline-block;
	background: url(../images/icon.png) 0 0 no-repeat;
}
.icn.icn-t1 {background-position: 0 0;}
.icn.icn-t2 {background-position: -32px 0;}
.icn.icn-t3 {background-position: -64px 0;}
.icn.icn-b1 {background-position: 0 -40px;}
.icn.icn-b2 {background-position: -32px -40px;}
.icn.icn-b3 {background-position: -64px -40px;}
.icn.icn-b4 {background-position: -96px -40px;}
*/


/*!
*	Forms
*/
.form {
	position: relative;
	min-height: 1px;
}
.form .form-title {
	font-size: 16px;
	line-height: 20px;
	padding: 0;
	margin:0;
}
.form .form-lead {
	padding:0 0 20px 0;
	margin:0;
}
/*.form-msg-thx {
	padding-bottom:20px;
}
.form .form-requirednote {
	padding-bottom:20px;
}*/
/*.form input,
.form textarea {
	font-size:12px;
}*/

.form .form-row:before,
.form .form-row:after,
.form .form-row-group:before,
.form .form-row-group:after {
  display: table;
  content: " ";
}
.form .form-row:after,
.form .form-row-group:after{
  clear: both;
}
.form .form-row,
.form .form-row-group {
	margin-bottom: 30px;
}
.form .form-row-group .form-row {
	margin-bottom: 10px;
}
.form .form-row.button {
	margin-bottom: 0px;
}
.form .form-row.error {
	margin-bottom: 16px;
}

.form .form-label,
.form .form-label-group {
	float:none; 
	display:block;
}
.form .form-input,
.form .form-input-group {
	float:none; 
	display:block;
}

.form .form-label,
.form .form-label-group {width:100%;}
/*.form .form-input-group,*/
.form .form-input.text input,
.form .form-input.textarea textarea {width:100%;}
.form .form-input.select select,
.form .form-input.file .upload-file input {width:100%;}

/* height, margin, padding */
.form .form-input.text input,
.form .form-input.select select {
	height: 30px;
	line-height: 30px;
}
.form .form-input.textarea textarea {
	height:60px;
	padding:4px;
	resize:none;
}
.form .form-input.radio input {margin:0 10px 0 0;}
.form .form-input.checkbox input {margin:0 10px 0 0;}

.form .form-input.text input,
.form .form-input.textarea textarea,
.form .form-input.select select,
.form .form-input.file .upload-file input {
	background: #fff;
	outline: medium none;
	color: #000;
}

.form .form-row.checkbox .form-label,
.form .form-row.radio .form-label {
	float: left;
	width: auto;
}
.form .form-row.checkbox .form-input.checkbox,
.form .form-row.radio .form-input.radio{
	float:left;
}

.form .form-input.file {position:relative;}
/*.form .form-input.file .upload-file input {height:20px;}*/
.form .form-input.file .upload-button {
	width:100px;
	height:30px;
	line-height:30px;
	position:absolute;
	top:0;
	right:0;
	text-align:center;
	vertical-align:middle;
	color:#fff;
	background:#000;
}
.form .form-input.file .upload-hide {
	width: 100px;
	position:absolute;
	top:0;
	right:0;
	opacity:0;
	-moz-opacity:0;
	filter:alpha(opacity:0);
	z-index:2;
}

.form .form-button {
	display:inline-block;
	text-align:center;
	vertical-align:middle;
}
.form .form-button input {
	height:30px;
	border:0;
	padding:0 10px;
	font-size:12px;
	cursor:pointer;
	color: #fff;
	background-color :#000;
	vertical-align:baseline;
}

.form .form-error,
.form .form-required, .required {
	color: #E60101;
	font-size: 12px;
	line-height: 16px;
}
.form span.form-error {
	display:block;
	margin-top: 10px;
}
/*.form .form-row .br {clear:both;}*/


/*!
*	ACCOUNT
*/
.account h2 {
	margin:0 0 30px 0;
}
.account .login span.form-error {
	margin:0 0 30px 0;
}
.account .form-row.static.forgot {
	margin: 30px 0 0 6px;
}
.account a {
	color: red;
	font-weight: bold;
	text-decoration: none;
}
.account a:hover {
	
}

/*!
*	FORM: WEB
*/
.form.web {
	font-size: 16px;
	/*margin-top: 30px;*/
}
.form.web .form-label,
.form.web .form-label-group {
	padding-bottom: 10px;
}
.form.web .form-title {
	font-size: 20px;
	line-height: 26px;
	margin: 0 0 10px 0;
	color: #333;
}
.form.web .form-input.select select {
	color: #6B6B6B;
}
.form.web .form-input.text input,
.form.web .form-input.file input,
.form.web .form-input.textarea textarea, 
.form.web .form-input.select select {
	border: 0;
	font-size:16px;
}
.form.web .form-row.radio label,
.form.web .form-row.checkbox label {
	font-size: 16px;
}
.form.web .form-input.text .input,
.form.web .form-input.textarea .input, 
.form.web .form-input.select .input,
.form.web .form-input.file .upload-file {
	background-color: #FFF;
	border: 1px solid #E4E4E4;
	padding: 5px;
}
.form.web .items .form-row.checkbox {
	margin-left: 20px;
}

.form.web .form-input.file .upload-button {
	height: 36px;
	line-height: 36px;
	background-color: #12447D;
}
.form.web .form-button input {
	height: 40px;
	border: 0px none;
	padding: 0 30px;
	font-size: 16px;
	font-weight: bold;
	background-color: #333;
	
}
.form.web .form-button {
	display:inline;
}
.form.web span.form-error {
	margin-left: 6px;
}

.form.web .reservIcn {
	position: relative;
}
.form.web .input.reservDate::after,
.form.web .input.reservTime::after {
	font-family: "FontAwesome";
    font-size: 18px;
    color: #12447D;
	position: absolute;
	right: 11px;
	top: 11px;
}
.form.web .input.reservDate::after {
    content: "\f073";
}
.form.web .input.reservTime::after {
    content: "\f017";
}

.news .post .form.web {
	margin-top: 30px;
}



/*!
*	FORM: OFFER, OFFER2
*/
.form.web.order
 {
	margin: 0 0 30px;
}
.form.web.order h2 {
	font-size: 18px;
	line-height: 22px;
	margin: 0px;
	color: #12447D;
}
.form.web.order h3{
	font-size: 16px;
	line-height: 20px;
	margin: 0px;
	color: #12447D;
}

.form.web.order .form-row,
.form.web.order .form-row-group {
	margin-bottom: 10px;
}

.form.web.order .form-row.radio{
	margin-right:20px;

}

.form.web.order .form-row{
	Xmargin-left:50px;

}

.form.web.order h2,
.form.web.order2 h2 {
	font-size: 18px;
	line-height: 20px;
	margin: 0px;
	color: #333;
	Xmargin-left:-50px;
}

.form.web.order .form-row.company{
	display:none;
}
.form.web.order .form-row.other_shipping{
	display:none;
}



/*!
*	FORM: SIDEBAR
*/
.form.sidebar {
	font-size: 16px;
	color: #6B6B6B;
	border: 1px solid #E7E7E7;
	padding: 15px;
	margin-bottom: 30px;
}
.form.sidebar .form-title {
	padding: 0;
	margin-bottom: 15px;
	font-size: 18px;
	font-weight: bold;
}
.form.sidebar .form-error {
	margin: 15px 0;
}
.form.sidebar .form-row,
.form.sidebar .form-row-group {
	margin-bottom: 15px;
}
.form.sidebar .form-row-group .form-row {
	margin-bottom: 0;
}
.form.sidebar .form-row.radio {
	float: left;
	margin-right: 15px;
}
.form.sidebar .form-input.text .input {
	position: relative;
	height: 36px;
	border: 1px solid #E7E7E7;
	padding-left: 42px;
}
.form.sidebar .input:after {
	font-family: "FontAwesome";
    font-size: 18px;
    color: #6B6B6B;
	position: absolute;
	left: 8px;
	top: 8px;
	border-right: 1px solid #E7E7E7;
	padding-right: 8px;
}
.form.sidebar .form-row.user .input:after{
	content: "\f007";
}
.form.sidebar .form-row.password .input:after{
	content: "\f023";
}
.form.sidebar .form-row.envelope .input:after{
	content: "\f003";
}
.form.sidebar .form-input.text .input input {
	border: 0;
	font-size: 14px;
	margin-top: 3px;
}
.form.sidebar a {
	color: #12447D;
	text-decoration: none;
}
.form.sidebar .forgot a:hover {
	text-decoration: underline;
}
.form.sidebar .form-row.button {
	margin-bottom: 0px;
}
.form.sidebar .form-row.button .form-button {
	float: right
}
.form.sidebar .form-button input {
	height: 36px;
    padding: 0px 20px;
    font-size: 16px;
	font-weight: bold;
    background-color: #12447D;
}

.form.sidebar.loggedin .form-row.static {
	margin-bottom: 0px;
}
.form.sidebar.loggedin .input {
	margin-bottom: 10px;
}
.form.sidebar.loggedin .input:last-child {
	margin-bottom: 0px;
}
.form.sidebar.loggedin .input i {
	width: 20px;
	margin-right: 15px;
}
.form.sidebar.loggedin .input a:hover {
	text-decoration: underline;
}
.form.login .form-row.static.forgot{float:right;}

/*!
*	SERVICE
*/

.service-search.index {
	background: #FFF;
	margin: 30px;
	padding: 20px;
}
.service-search.service {
	background: #ededed;
	padding: 20px;
}
.service-search .title {
	height: 40px;
	margin-bottom: 20px;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	overflow: hidden;
}
.service-search.index .input {
	margin-bottom: 20px;
}
.service-search .input select {
	width: 100%;
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
	color: #6b6b6b;
	background: #fff;
	border: 1px solid #e7e7e7;
	font-size: 14px;
}
.service-search .button button {
	width: 100%;
	height: 40px;
	border: 0;
	background-color: #12447D;
	color: #FFF;
	font-weight: bold;
	font-size: 16px;
}
.service-search.service .button button {
	height: 30px;
}

/*! XS */
@media (max-width: 767px) {
	.service-search.index {
		margin: 0;
		padding: 0px;
	}
	.service-search.index .title {
		height: 20px;
	}
	.service-search.index .title br {
		display: none;
	}
	.service-search.service .input {
		margin-bottom: 20px;
	}
}
/*! XS & SM */
@media (min-width: 768px) and (max-width: 991px) {
	.service-search.index {
		margin: 30px 0 0 0;
		padding: 0px;
	}
	.service-search.index .title {
		height: 20px;
	}
	.service-search.index .title br {
		display: none;
	}
	.service-search.service .input {
		margin-bottom: 20px;
	}
}
/*! MD */
@media (min-width: 992px) and (max-width: 1199px) {
	.service-search.index {
		margin: 5px;
		padding: 10px;
	}
}

.service {
	color: #333;
	font-size: 16px;
	line-height: 18px;
	margin-bottom: 30px;
}
.service .list-head {
	margin-bottom: 30px;
}
.service .list-head h1 {
	color: #12447D;
	font-size: 24px;
	line-height: 28px;
	border-bottom: 1px solid #F2F2F2;
	padding-bottom: 15px;
	margin: 0 0 15px 0;
}
.service .list-head .lead {
	font-size: 16px;
	line-height: 20px;
}
.service .list-empty {
	text-align: center;
	margin-bottom: 30px;
}
.service .list .item  {
	margin-bottom: 30px;
	overflow: hidden;
}
.service .list .item .box {
	min-height: 162px;
	border: 1px solid #F2F2F2;
	padding: 10px;
}
.service .list .item .title {
	height: 40px;
	margin-bottom: 10px;
}
.service .list .item .title h2 {
	font-size: 16px;
	line-height: 20px;
	color: #12447D;
	margin: 0;
}
.service .list .item a {
	text-decoration: none;
}
.service .list .item .image a {
	display: block;
}
.service .list .item .image {
	overflow: hidden;
}
.service .list .item img {
	width: 100%;
	height: auto;
}
.service .list .item .lead {
	font-size: 14px;
	line-height: 18px;
	color: #707070;
}
.service .list .map-box h2 {
	font-size: 20px;
	line-height: 24px;
	color: #12447D;
	margin: 0;
}
.service .list .map-box .map {
	margin-top: 30px;
	position: relative;
	/* aspect ratio */
	padding-bottom: 35%;
	height: 0;
	overflow: hidden;
}
.service .list .map-box .map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	*height: 100% !important;
	border: 0;
}
.service .pager-box {
	margin-bottom: 30px;
}


.service .post {
	font-size: 14px;
	line-height: 20px;
	position: relative;
	border: 1px solid #F2F2F2;
	padding: 30px;
}
.service .post .title {
	border-bottom: 1px solid #F2F2F2;
	padding-bottom: 30px;
	margin: 0 0 30px 0;
}
.service .post .title h1 {
	font-size: 20px;
	line-height: 26px;
	margin: 0 0 10px 0;
	color: #12447D;
}
.service .post .title h3 {
	font-size: 16px;
	line-height: 20px;
	font-weight: normal;
	font-style: italic;
	color: #12447D;
	margin: 0;
}
.service .post p {
	padding-bottom: 20px;
}
.service .post .lead {
	font-weight: 600;
	color: #333;
}
.service .post .image {
	float: right;
	margin: 0 0 20px 20px;
}
.service .post .content-text {
	margin: 0 0 15px 0;
}
.service .post .content-text img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0px auto;
}
.service .post .map-box {
	margin-bottom: 15px;
}
.service .post .map-box .map {
	position: relative;
	/* aspect ratio */
	padding-bottom: 33%;
	height: 0;
	overflow: hidden;
}
.service .post .map-box .map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	*height: 100% !important;
	border: 0;
}
.service .service-info h3 {
	font-size: 18px;
	line-height: 22px;
	font-weight: bold;
	color: #12447D;
	margin: 0 0 15px 0;
}
.service .service-info i {
	font-weight: normal;
	margin-right: 10px;
	width: 20px;
}
.service .service-info .box {
	margin: 0 0 15px 30px;
}
.service .service-info span.open,
.service .service-info span.closed {
	padding-left: 10px;
}
.service .service-info span.open {
	color: #01DF01;
}
.service .service-info span.closed {
	color: #DF0101;
}

.service .galleria {
	margin-bottom: 30px;
}

/*! XS */
@media (max-width: 767px) {
	.service .post .image {
		float: none;
		margin: 0 0 20px 0;
	}
	.service .post .image img {
		width: 100%;
		height: auto;
	}
}
/*! SM */
@media (min-width: 768px) and (max-width: 991px) {
	.service .list .item .image {
		height: 258px;
	}
}
@media (max-width: 991px) {
}
/*! MD */
@media (min-width: 992px) and (max-width: 1199px) {
	.service .list .item .image {
		height: 159px;
	}
}
/*! LG */
@media (min-width: 1200px) {
	.service .list .item .image {
		height: 203px;
	}
}


/*!
*	SHOP
*/

.top-products{
    background:#F5F5F5;
}
.shop .breadcrumb a,
.shop .breadcrumb
{
        margin-bottom: 30px;
        color: #333;
	font-size: 12px;
	line-height: 24px;
	
        text-decoration:none;
}





.shop {
	color: #333;
	font-size: 16px;
	line-height: 18px;
	margin-bottom: 30px;
}
.shop .list-head {
	margin-bottom: 30px;
}
.shop .list-head h1 {
	color: #333;
	font-size: 18px;
	line-height: 24px;
	margin: 0;
}
.shop .list-empty {
	text-align: center;
	margin-bottom: 30px;
}
.shop .list .item  {
	margin-bottom: 30px;
	overflow: hidden;
}
.shop .list .item .lead p {
	margin: 0;
	padding: 0;
	display: inline-block;
}
.shop .pager-box {
}

.shop .list.category .item {
	border: 1px solid #F2F2F2;
	padding: 15px;
}
.shop .list.category .item .image {
	*width: 200px;
	*overflow: hidden;
}
.shop .list.category .item .image img {
	width: 100%;
	height: auto;
}
.shop .list.category .item a {
	color: #12447D;
	text-decoration: none;
}
.shop .list.category .item .title {
	margin-bottom: 20px;
}
.shop .list.category .item .title h2 {
	color: #12447D;
	font-size: 20px;
	line-height: 24px;
	margin: 0;
}


.shop .list.product .item  {
	padding: 5px;
}
.shop .list.product .item .image {
}
.shop .list.product .item .image img {
	width: 100%;
	height: auto;
        border:1px solid #E8E8E8;
        display: block;
	margin: 0px auto;
}
.shop .list.product .item a {
	color: #333;
	text-decoration: none;
}
.shop .list.product .item .title {
	margin: 10px 0;
}
.shop .list.product .item .title h2 {
	color: #333;
	font-size: 20px;
	line-height: 24px;
        height:44px;
        overflow: hidden;
	margin: 0;
}
.shop .list.product .item .lead {
	min-height: 36px;
	margin-bottom: 30px;
}

.shop .list.product .price {
	float: left;
	line-height: 30px;
	color: #333;
	font-size: 16px;
}



.shop .list-empty {
	text-align: center;
	margin-bottom: 30px;
}
.shop .list .item  {
	margin-bottom: 30px;
	overflow: hidden;
}
.shop .list .item .lead p {
	margin: 0;
	padding: 0;
	display: inline-block;
}
.shop .pager-box {
}

.shop .list.category .item {
	border: 1px solid #F2F2F2;
	padding: 15px;
}
.shop .list.category .item .image {
	*width: 200px;
	*overflow: hidden;
}
.shop .list.category .item .image img {
	width: 100%;
	height: auto;
}
.shop .list.category .item a {
	color: #12447D;
	text-decoration: none;
}
.shop .list.category .item .title {
	margin-bottom: 20px;
}
.shop .list.category .item .title h2 {
	color: #333;
	font-size: 20px;
	line-height: 24px;
	margin: 0;
}

/*! INDEX LIST */
.shop .index-list .title h1{
    color: #02284F;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 10px;
}
.shop .index-list.product .item {
	padding:5px;
}
.shop .index-list.product .item .image {
}
.shop .index-list.product .item .image img {
	width: 100%;
	height: auto;
        border:1px solid #E1E1E1;
        display: block;
	margin: 0px auto;
}
.shop .index-list.product .item a {
	color: #fff;
	text-decoration: none;
}
.shop .index-list.product .item .title {
	margin: 10px 0;
        
}
.shop .index-list.product .item .title h2 {
	color: #333;
	font-size: 20px;
	line-height: 24px;
	margin: 0;
}
.shop .index-list.product .item .lead {
	min-height: 36px;
	margin-bottom: 30px;
}

.shop .index-list.product .price {
	float: left;
	line-height: 30px;
	color: #333;
	font-size: 16px;
}
/*! JOIN LIST */
.shop .join-list .title h2{
    color: #02284F;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 10px;
}
.shop .join-list.product .item {
	padding:5px;
}
.shop .join-list.product .item .image {
}
.shop .join-list.product .item .image img {
	width: 100%;
	height: auto;
        border:1px solid #E8E8E8;
        display: block;
	margin: 0px auto;
}
.shop .join-list.product .item a {
	color: #fff;
	text-decoration: none;
}
.shop .join-list.product .item .title {
	margin: 10px 0;
        
}
.shop .join-list.product .item .title h2 {
	color: #333;
	font-size: 20px;
	line-height: 24px;
	margin: 0;
}
.shop .join-list.product .item .lead {
	min-height: 36px;
	margin-bottom: 30px;
}

.shop .join-list.product .price {
	float: left;
	line-height: 30px;
	color: #333;
	font-size: 16px;
}

.shop .list.product .tools {
	float: left;
}
.shop .list.product .tools a {
	display: inline-block;
	height: 30px;
	line-height: 30px;
	padding: 0 20px;
	text-decoration: none;
}
.shop .list.product .tools .details {
	float: left;
	margin-right: 10px;
}
.shop .list.product .tools .details a {
	color: #fff;
	background-color: #12447D;
}
.shop .list.product .tools .addtocart {
	float: left;
	margin-right: 10px;
}
.shop .list.product .tools .addtocart a {
	color: #12447D;
	background-color: #FEED01;
}
.shop .list.product .tools .amount {
	float: left;
	margin-right: 10px;
}
.shop .list.product .tools .amount input {
	width: 30px;
	height: 30px;
	line-height: 30px; 
	border: 1px solid #f2f2f2;
	text-align: center;
}
.shop .list.product .tools .amount-txt {
	float: left;
	height: 30px;
	line-height: 30px;
}

.shop .post.product {
	
}
.shop .post.product .list-head {
	
	padding-bottom: 15px;
	margin-bottom: 15px;
        color:#333;
        font-size:12px;
}
.shop .post.product .image {
}
.shop .post.product .image img {
	width: 100%;
	height: auto;
        border:1px solid #E7E7E7;
}
.shop .post.product .details {
        font-size:18px;
}

.shop .post.product .details .sp{ 
        font-size:10px;
        line-height:10px;
        font-style: italic;
}
.shop .post.product .details .title h1 {
        font-size:30px;
        line-height:30px;
        
        font-weight:normal;
        color:#333;
        margin-bottom:30px;
        margin-top:0;
}
.shop .post.product .content-text,
.shop .post.product .detail {
	margin: 20px 0;
        line-height:30px;
        
}
.shop .post.product .detail.price {
	font-size:28px;
        line-height:28px;
        margin-top: 30px;
}
.shop .post.product .detail.lst {
	margin-bottom: 0;
}
.shop .post.product .content-text label,
.shop .post.product .detail label {
	font-weight: bold;
}
.shop .post.product .content-text label {
	display: block;
        font-size:20px;
        margin-bottom:10px;
}
.shop .post.product .content-text label:after,
.shop .post.product .detail label:after {
	content: ':';
}

.shop .post.product .buttons {
	font-size: 20px;
	margin-top: 30px;
}
.shop .post.product .button {
	
       
       
}
.shop .post.product .button.lst {
	float: right;
	margin-right: 0;
}
.shop .post.product .button a {
        height: 46px;
        width:100%;
	display: inline-block;
	color: #fff;
	background-color: #D00000;
	font-size: 20px;
	line-height: 46px;
	padding: 0 10px;
        text-align:center;
	text-decoration: none;
}
.shop .post.product .amount {
        position:relative;
}
.shop .post.product .amount input {
	width: 100%;
	height: 46px;
	line-height: 46px; 
	border: 1px solid #f2f2f2;
	text-align: center;
        margin-bottom:20px;
        font-size:18px;
}
.shop .post.product .amount-txt {
	
	height: 30px;
	line-height: 30px;
	margin-right: 10px;
}



.shop .post.product .amount .amount-button {display: inline-block; cursor: pointer;}
.shop .post.product .amount .amount-button {
	width: 20px;
	height: 20px;
	
	padding: 0;
	text-align: center;
	color: #B5B5B5;
	border: 0;

        position:absolute;
}
.shop .post.product .amount .amount-button.dec{top:13px;left:20px;}
.shop .post.product .amount .amount-button.inc{top:13px;right:20px;}

/*! XS */
@media (max-width: 767px) {
	
}
/*! SM */
@media (min-width: 768px) and (max-width: 991px) {
}
@media (max-width: 991px) {
}
/*! MD */
@media (min-width: 992px) and (max-width: 1199px) {
	
}
/*! LG */
@media (min-width: 1200px) {
	
}


.shop .cart {
	border: 1px solid #F2F2F2;
	padding: 15px;
	/*word-wrap: break-word;*/
}

.shop .cart .list-head {
	border-bottom: 1px solid #f2f2f2;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

.shop .cart table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0px;
}
.shop .cart th, 
.shop .cart td {
	vertical-align: top;
    text-align: center;
    border-width: 0px;
    border-image: none;
    border-style: none;
	padding: 4px;
}
.shop .cart th {
	font-weight: normal;
	border-color: #f2f2f2;
	border-style: solid;
	border-width: 0px 0px 1px;
	font-size:14px;
	text-align:center;

}
.shop .cart td {
	line-height: 30px;
	font-size:16px;
}

.shop .cart .item {
	border-bottom: 1px solid #f2f2f2;
	padding-bottom: 15px;
	margin-bottom: 15px;
	font-size: 18px;
	line-height: 22px;
}
.shop .cart .item .name {
	color: #333;
	font-size: 16px;
	line-height: 18px;
	font-weight: normal;
	margin-bottom: 10px;
}
.shop .cart .item .detail label:after {
	content: ':';
}

.shop .cart .item .detail-stock {
	font-size:12px;
}
.shop .cart .item .detail-stock span {
	font-weight:bold;
}
.shop .cart .item .detail-stock label:after {
	content: ':';
}

.shop .cart .product {
	width: 40%;
	float: left;
}
.shop .cart .product .image{
	clear:left; 
    display:inline;
    float:left;
	margin-right:20px;
}



.shop .cart .options {
	width: 60%;
	float: right;
}
.shop .cart .options .amount input {
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	border: 1px solid #F2F2F2;
	text-align: center;
}
.shop .cart .options .delete input {
	display: inline-block;
}

.shop .cart .summary {
	float: right;
	margin-top: 10px;
	margin-right:10px;
	text-align: right;
}
.shop .cart .summary .detail {
	margin-bottom: 30px;
        font-size:16px;
}
.shop .cart .summary label {
	float: left;
	display: inline-block;
	font-weight: bold;
	width: 120px;
	text-align: right;
	margin-right: 30px;
        font-size:16px;
}
.shop .cart .summary label:after {
	content:":";
}

.shop .cart .info {
	margin-top: 10px;
	margin-bottom: 15px;
	text-align: left;
}
.shop .cart .info .detail {
	margin-bottom: 10px;	
}
.shop .cart .info label {
	display: inline-block;
	font-weight: bold;
	*width: 100px;
	text-align: right;
	margin-right: 10px;
}
.shop .cart .info label:after {
	content:":";
}
.shop .cart .info input {
	display: inline-block;
	width: 150px;
	height: 30px;
	line-height: 30px;
	border: 1px solid #F2F2F2;
}
.shop .cart .info .error {
	color: #E60101;
	margin-top: 6px;
}

.shop .cart .buttons {
	font-size: 12px;
}
.shop .cart .button {
	float: left;
	margin-right: 10px;
}
.shop .cart .button.lst {
	float: right;
	margin-right: 0;
}
.shop .cart .button a,
.shop .cart .button button {
	background-color: #343434;
	border: 0;
	color: #fff;
	display: inline-block;
	height: 46px;
	line-height: 46px;
	padding: 0 30px;
	text-decoration: none;
        font-size:18px;
}


/*! XS */
@media (max-width: 767px) {
	.shop .cart .product {
		width: auto;
		float: none;
	}
	.shop .cart .item .name {
		font-size: 14px;
		line-height: 16px;
	}
	.shop .cart .options {
		width: auto;
		float: none;
		margin-top: 15px;
	}
	.shop .cart table {
		font-size: 14px;
		line-height: 14px;
	}
	.shop .cart .button {
		margin: 0 4px 10px 0;
	}
	.shop .cart .button.lst {
		float: left;
		margin: 0;
	}
}
/*! SM */
@media (min-width: 768px) and (max-width: 991px) {
}
@media (max-width: 991px) {
}
/*! MD */
@media (min-width: 992px) and (max-width: 1199px) {
	
}
/*! LG */
@media (min-width: 1200px) {
	.shop .cart .buttons {
		font-size: 14px;
	}
}




.form.web .form-row.hint {position:relative;}
.form.web .form-row.hint .hint-icon {displa:block; position:absolute; top:0; left:380px; cursor:pointer; width:auto; height:28px; line-height:28px;}
.form.web .form-row.hint .hint-icon:after {content:'i'; font-weight:bold; display:block; background-color:#12457E; color:#fff; width:16px; height:16px; line-height:16px; margin-top:6px; text-align:center; -webkit-border-radius:10px 10px 10px 10px; border-radius:10px 10px 10px 10px; -moz-border-radius:10px 10px 10px 10px;}
.form.web .form-row.hint .hint-popup {display:none; position:absolute; top:-40px; left:380px; cursor:pointer;}
.form.web .form-row.hint .hint-popup img {margin-left:20px;}
.form.web .form-row.hint .hint-popup.show {display:block;}
.form.web .form-row.hint .form-input.text input {width:200px;}

.form.web .form-input.text input[readonly="readonly"],
.form.web .form-input.text input[readonly] {background:#fafafa;}


.form.web.cad .form-row.static .form-label {margin-left:-160px;}

.form.web.cad .chosen-container-multi .chosen-choices {border:none; background-image:none;}
.form.web.cad .select-chosen .input {height: auto !important; min-height:28px;}
.form.web.cad .select-chosen .input .search-field input {height:28px;}
.form.web.cad .select-chosen .chosen-container-active .chosen-choices {box-shadow:none;}
.form.web.cad .select-chosen .chosen-container .chosen-results li.highlighted {background-color:#12457E; background-image:none; color: #fff;}


.alert-wrap {border:1px solid #f1f1f1; margin-bottom: 10px; padding:15px 14px 15px 15px;}
.alert-wrap a {color:#12457e;}
.alert-wrap a:hover {text-decoration:underline;}

.alert-head {margin-bottom:20px; padding-bottom:10px; border-bottom:1px solid #f1f1f1;}
.alert-head h1 {color:#12457E; line-height:20px; font-size:16px; font-weight: bold;}

.alert-list .line {border-bottom:1px solid #f1f1f1; height:1px; margin-bottom:20px; padding-bottom:10px;}
.alert-list .date {line-height:16px; padding-left:22px; margin-bottom:10px; font-weight:bold; font-size:14px; color:#12457e; background:url(../images/date.jpg) 0 0 no-repeat;}
.alert-list .red {color:#cc0000;}
.alert-list .green {color:#12457E;}

.alert-list .row.dates .col-1 {float:left; width:150px; font-weight:bold; padding-bottom:10px;}
.alert-list .row.dates .col-2 {float:left;}
.alert-list .row.dates .col-3 {float:right; width:100px; color:#12457e;}
.alert-list .row.cars {margin-bottom:20px;}
.alert-list .row.cars .col {float:left; width:214px; margin-right:11px; padding-bottom:20px;}
.alert-list .row.cars .carid {color:#12457e;}
.alert-list .row.cars .col.f {margin-left:0;}

.alert-list .button a {display:inline-block; line-height:30px; height:30px; padding:0 10px; background:#12457E; color:#fff;}
.alert-list .button a:hover {text-decoration:none;}

.form.web.alert .form-row.static .form-label {*margin-left:-160px;}
.form.web.alert .form-row.hint .form-input.text input {width:350px;}
.form.web.alert .form-label, 
.form.web.alert .form-label-group {width:300px;}
.form.web.alert .form-row.hint .hint-label {width:300px; color:#777; font-style:italic;}
.form.web.alert .form-row.hint .hint-popup {left:690px;}
.form.web.alert .form-row.hint .hint-icon {left:680px}
/*.form.web.alert .form-row.hint .hint-icon:after {content:'i'; display:block; background-color:#12457E; color:#fff; width:16px; height:16px; line-height:16px; margin-top:6px; text-align:center; -webkit-border-radius:10px 10px 10px 10px; border-radius:10px 10px 10px 10px; -moz-border-radius:10px 10px 10px 10px;}
*/.form.web.alert .form-row.date .input select {width:110px; height:28px; border:1px solid #efeeec; margin-right:13px; background:#fff; color:#333; outline:medium none;}
.form.web.alert .form-row.date .input {background:#fff; padding-top: 5px;}
.form.web.alert .form-row.radio {float:left; margin-right:10px;}
.form.web.alert .form-row.static .title {font-size:14px; font-weight:bold; color:#12457E;}
.form.web.alert .form-row.button input {width:auto; /*background:#333;*/ padding:0 20px;}




/*! Print styles | HTML5 Boilerplate v5.2.0 | MIT License | https://html5boilerplate.com/ */
/*! http://www.phpied.com/delay-loading-your-print-css/ */
/*! Black prints faster: http://www.sanbeiji.com/archives/953 */
@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
