:root {
  --blue:#001D41;
  --green:#001D41;
}


@-ms-viewport{
  width: device-width;
}
.link{cursor: pointer;}
html {
    font-family: 'Inter', sans-serif;
    color: #222;
    font-size: 14px;
    line-height: 20px;
}
body{
    overflow-x:hidden;
    
}
body.index{
    background: url(../images/body-bg.png) left top no-repeat;
}

body.page{
    background:transparent;
}

.bg-x{
    background: url(../images/page-bg.png);
    background-size: cover;
    width:243px;
    height:233px;
    position:absolute;
    left:0;
    top:0;
    
}

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

.mb10 {margin-bottom: 10px;}
.mb30 {margin-bottom: 30px;}
.mb15 {margin-bottom: 15px;}
.mt30 {margin-top: 30px;}
.mt15 {margin-top: 15px !important;}
.mb60 {margin-bottom: 60px !important;}
.mt60 {margin-top: 60px;}
.ml50 {margin-left: 50px;}
.text-center{text-align:center;}
.text-right{text-align:right;}
.green{color:#001D41 !important;}
.blue{color:#001D41 !important;}
.emptypage {
    min-height: 200px;
}
.flexbox{
    display: flex;
}
.flexbox-wrap{
    flex-wrap:wrap 
}
.flex-end{
    justify-content: flex-end;
}
.flex-start{
    justify-content:flex-start;
}
.flex-center{
    justify-content:center;
}

.flex-v-center{
   align-items: center !important;
}
.flex-space-between{
    justify-content:space-between;
}

/*! 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) {
}



/*!
*	HEADER
*/

.header {
    padding:5px 0;
}
.index .header{
    background: transparent;
    
}


.page .header{
    background: transparent;
    border-bottom: 14px solid #012652;
    outline: 14px solid #4C9B2F;
	margin-bottom:60px;
    
}
.header .logo{
    text-align:right;
}


/*! XS */
@media (max-width: 767px) {
	.header .logo img{
        max-width:200px;
		height: auto;
	}
	body.index{
            background:transparent;
    }
	.bg-x{
		display:none;
	}
}
/*! SM */
@media (min-width: 768px) and (max-width: 991px) {
    
    
    body.index{
        background:transparent;
    }
	.bg-x{
		display:none;
	}
}

/*! MD */
@media (min-width: 992px) and (max-width: 1199px) {
    body.index{
        background-size: 40%;
    }
}

.header .ico {
	margin-top:45px;
	color: #001D41;
	font-size: 20px;
	padding-left:10px;
}
.header .ico a{
	color: #001D41;
}


/*!
*  SEARCH
*/   
.search-container{
	position: absolute;
	width: 300px;
	right: 30px;
	top: -10px;
	z-index:9999;
	display:none;
}     
.search-box {
	position: relative;
	width: 100%;
	height: 45px;
}
.search-box .input {
}
.search-box .input input {
	width: 100%;
	height: 45px;
	line-height: 45px;
	padding: 0 10px;
	color: #979797;
	background: #ededed;
	border: 0;
	font-size: 16px;
}
.search-box .button {
	position: absolute;
	right: 0;
	top: 0;
}
.search-box .button button {
	width: 45px;
	height: 45px;
	padding: 0;
	text-align: center;
	color: #fff;
	background: #001D41;
	border: 0;
	font-size: 20px;
}

/*! XS */
@media (max-width: 767px) {
	.search-container{
		position: absolute;
		width: 300px;
		right: -82px;
		top: 40px;
	}  
}


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

.footer .copyright{
    color :#fff;
    text-align:center;
    padding:15px 0;
    margin-top:30px;
    font-size: 12px;
    font-weight:300;
}

.footer .copyright a {
	font-size: 12px;
	line-height: 24px;
	color :#fff;
	text-decoration: none;
	text-align: center;
}
.footer .copyright a:hover {
	text-decoration: underline;
}


/*!
*	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-top {
	float:right;
}
.menu-top li {
	display:inline-block;
	position: relative;
}
.menu-top li:last-child {
}
.menu-top a {
	display: inline-block;
	color: #002147;
	font-size: 1.3em;
	font-weight: 600;
	line-height: 50px;
	text-decoration: none;
	padding-left: 15px;
	margin-top:30px;
    margin-left:5px;
}
.menu-top a:hover {
	color: #002147;
        
	text-decoration: none; 
}
.menu-top li.selected a.parent {
	
}
.menu-top .text i {
	float: left;
	margin-right: 10px;
}

.menu-top .sub {
	
	display:none;
	position:absolute; 
	top:50px; 
	left:0px;
	z-index:9999;
	padding:5px 0;
	margin:0; 
	background:#001D41;
}

.menu-top.top .arrow{padding-left:10px;}
.menu-top.top ul.lvl-1 ul.lvl-2{
		display:none;
		position:absolute; 
		top:50px; 
		left:0px;
		z-index:9999;
		padding:5px 0;
		margin:0; 
		background:#001D41;
		min-width:200px;
}

.menu-top.top ul.lvl-1 ul.lvl-2 li{
	display:block;
	padding-bottom:5px;
	display:relative;
    
}
.menu-top.top ul.lvl-2 a{
	line-height:1.4em;
	font-weight:300;
}



.menu-top.top ul.lvl-2 ul.lvl-3{
		display:none;
		
		padding:5px 0;
		margin-left:15px; 
		background:#001D41;
		min-width:200px;
}


.menu-top.top ul.lvl-2 ul.lvl-3 li{
	display:block;
	padding-bottom:5px;
    
}
.menu-top.top ul.lvl-3 a{
	line-height:1.4em;
	font-weight:300;
}


.menu-top .sub li {
	min-width:200px;
	height:auto;
	padding:5px 10px 5px 10px; 
}
.menu-top .sub a {
	font-size:14px;
	height:20px;
	line-height:20px;
    color:#fff;
    font-weight:normal;
}
.menu-top .sub a:hover {
	color:#fff;
	border-radius:0px;
}

.menu-top .pre{
    position: absolute;
    font-size:12px;
    color:#47A941;
    right:0;
}

@media (max-width: 991px) {
	.menu-top #menu-top {
		display:none;
	}
	.menu-top .slicknav_menu {
		display:block;
		position: absolute;
		top: 0;
		right: 0;
		z-index: 100;
	}
	.menu-top-slicknav {
		position: relative;
	}
	.menu-top .slicknav_nav{
		margin-top: 38px;
		min-width:300px;
	}
	.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 {
		color: #fff;
	}
	
}

/*! MD */
@media (min-width: 992px) and (max-width: 1199px) {
	.menu-top a {
		padding: 0 10px;
	}

	.header .ico {

		padding-left:10px;
	}	
	
}
.menu-right {
	border: 1px solid #E7E7E7;
	padding: 15px;
}
.menu-right .menu-title {
    padding: 0px;
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: bold;
	color: #18A451;
}
.menu-right ul ul {
	margin-left: 20px;
}
.menu-right li {
	
}
.menu-right a {
	line-height: 24px;
	color: #6B6B6B;
	text-decoration: none;
}
.menu-right a:hover,
.menu-right a.selected {
	display: block;
	color: #001D41;
}

.menu-right a.selected {
	font-weight: bold;
}


.menu-header {
    text-align:right;
    margin-bottom:10px;
}
.menu-header ul{ margin:0; padding-left:10px;float: right;}
.menu-header li {
	display:inline-block;
	margin-left:10px;
	list-style:none;
}
.menu-header a {
	display:inline-block;
	line-height:1em;
	font-size:0.8em;
	font-weight:normal;
	color: #002147;
	text-decoration:none;
}
.menu-header a:hover {

}
.menu-header :after {
	clear: both;
}

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

.menu-footer ul ul {
    margin-left: 20px;
}
.menu-footer li {
   
    padding-right:10px;

}
.menu-footer a {
    line-height: 28px;
    color: #fff;
    text-decoration: none;
    font-size:14px;
    font-weight: 300;


}
.menu-footer a svg{
    margin-right:15px;
}


/*! XS */
@media (max-width: 767px) {
    .menu-footer li {
        text-align:center;
        display:block;
    }

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


}

/*! MD */
@media (min-width: 992px) and (max-width: 1199px) {
    .menu-footer li {
        text-align:left;
    }

}
/*!
*	SIDE MENU
*/
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 999999;
    top: 0;
    right: 0;
    background-color: rgba(0,29,65,1);
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 40px;
    -webkit-box-shadow: -27px 0px 16px -4px rgba(0,0,0,0.2);
    -moz-box-shadow: -27px 0px 16px -4px rgba(0,0,0,0.2);
    box-shadow: -27px 0px 16px -4px rgba(0,0,0,0.2);
    
}

.sidenav::-webkit-scrollbar {
    display: none;
}


.sidenav a {
    padding: 10px 10px 10px 20px;
    text-decoration: none;
    font-size: 1.1em;
    color: #fff;
    display: block;
    transition: 0.3s;
}

.sidenav ul li a{
    background:rgba(0,29,65,1);
    border-bottom: 2px solid rgba(255, 255, 255, 0.4);
}
.sidenav .arrow{
    float:right;
}

.sidenav ul ul{
    display:none;
}
.sidenav ul ul li a{
    padding-left:30px;
}
.sidenav ul ul ul li a{
    padding-left:40px;
}  
        
/*!
*  BANNER
*/
.banner ul {
	list-style:none;
}
.banner ul,
.banner li {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	vertical-align:baseline;
	background:transparent;
}

.banner.index-top .banner-title {
    position: absolute;
    top: 150px;
    color: #fff;
    left: 20%;
    /*!
    transform: translateX(-50%);
    */
    font-size: 1.4em;
    font-weight: 700;
    line-height: 1.4em;
    text-align:left;
}
.banner.index-top .banner-lead {
    position: absolute;
    top: 180px;
    color: #FFE700;
    left: 20%;
    /*!
    transform: translateX(-50%);
    */
    font-size: 3em;
    font-weight: 700;
    line-height: 1.4em;
    text-align:left;
}
.banner.index-top .button {
   border-radius: 5px;
   line-height:54px;
   padding:0 30px;
   margin-top:30px;
}

.banner.index-top .button.yellow {
   background: #FFE700;
   margin-right:15px;
}
.banner.index-top .button.white {
   background: #fff;
   
}
.banner.index-top .button a {
   color:#002147;
   font-size:12px;
   text-decoration:none;
   display:block;
   font-weight:200;
}


.banner.footer-map .banner-lead {
    position: absolute;
    top: 50px;
    color: #fff;
    left: 20%;
    /*!
    transform: translateX(-50%);
    */
    font-size: 3em;
    font-weight: 700;
    line-height: 1.4em;
    text-align:left;
}
.banner.footer-map .button {
   border-radius: 5px;
   line-height:54px;
   padding:0 30px;
   margin-top:30px;
}

.banner.footer-map .button.yellow {
   background: #FFE700;
   margin-right:15px;
}
.banner.footer-map .button.white {
   background: #fff;
   
}
.banner.footer-map .button.green {
   background: #001D41;
   
   
}
.banner.footer-map .button a {
   color:#fff;
   font-size:14px;
   text-decoration:none;
   display:block;
   font-weight:700;
}

.banner.index-1 img {
    /*!
    min-width:100%;
    overflow: visible;
    margin-left:30px;
    */
}
.banner.index-2{
    /*!
    position: relative;
    min-height:550px;
    */
}

.banner.index-2 .rel {
    position:absolute;
    right:0;
    margin-right:30px;
  
}

/*! XS */
@media (max-width: 767px) {
    
    .banner.index-top .banner-title {
        position: absolute;
        top: 10%;
        color: #fff;
        left: 50%;
	transform: translateX(-50%);
        font-size: 2.0em;
        font-weight: 700;
        line-height: 1.5em;
	width:100%;
    }
    
    .banner.index-top .banner-lead {
        position: absolute;
        top: 50px;
        color: #fff;
        left: 5%;
        /*!
        transform: translateX(-50%);
        */
        font-size: 2.2em;
        font-weight: 700;
        line-height: 1.4em;
        text-align:left;
    }
    .banner.index-top .button {
       border-radius: 5px;
       line-height:40px;
       padding:0 20px;
       margin-top:10px;
    }
    
    
    .banner.footer-map .banner-lead {
        position: absolute;
		top: 20%;
		color: #fff;
		left: 50%;
		transform: translateX(-50%);
		font-size: 2em;
		font-weight: 700;
		width: 90%;
		line-height: 1.2em;
		text-align: center;
    }
    
    .banner.footer-map .button {
        border-radius: 5px;
        line-height:40px;
        padding:0 15px;
        margin:15px auto;
    }
    
    .banner.index-1 img {
        min-width:100%;
        overflow: none;
        margin-left:0px;
        max-width: 100%;
        height:auto;
    }
    
    .banner.index-2{
        position:initial;
        min-height:auto;
    }

    .banner.index-2 .rel {
        position:initial;
        right:0;
        margin-right:0px;

    }
    .banner.index-2 img {
        min-width:100%;
        overflow: none;
        margin-left:0px;
        max-width: 100%;
        height:auto;
    }
    
}
/*! SM */
@media (min-width: 768px) and (max-width: 991px) {
    .banner.index-top .banner-title {
        position: absolute;
        top: 50%;
        color: #fff;
        left: 15%;
        font-size: 4em;
        font-weight: 700;
        width: 500px;
        line-height: 1.2em;
    }
    
   
    .banner.footer-map .banner-lead {
        position: absolute;
        top: 20px;
        color: #fff;
        left: 20%;
        /*!
        transform: translateX(-50%);
        */
        font-size: 2.2em;
        font-weight: 700;
        line-height: 1.2em;
        text-align:left;
    }
    
    
    .banner.index-1 img {
        min-width:100%;
        overflow: none;
        margin-left:0px;
        max-width: 100%;
        height:auto;
    }
    .banner.index-2{
        position:initial;
        min-height:auto;
    }

    .banner.index-2 .rel {
        position:initial;
        right:0;
        margin-right:0px;

    }
    .banner.index-2 img {
        min-width:100%;
        overflow: none;
        margin-left:0px;
        max-width: 100%;
        height:auto;
    }
}

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

}




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

.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;
}
/*! 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;
  }
  
  .banner.img-resp2 img {
	display: block;
	width: 100%;
	height: auto;
	margin: 0px auto;
	height:auto;
}
}
/*! 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;
  }
}

.banner .last-visited .item .image a {
	display: block;
}
.banner .last-visited .item .image {
	overflow: hidden;
}
.banner .last-visited .item .box {
    min-height: 162px;
    border: 1px solid #F2F2F2;
    padding: 10px;
}
.banner .last-visited .item .title {
	height: 40px;
	margin-bottom: 10px;
}
.banner .last-visited .item .title a {
	text-decoration: none;
}
.banner .last-visited .item .title a h2 {
	font-size: 16px;
	line-height: 20px;
	color: #12447D;
	margin: 0;
}
.banner .last-visited .item .lead {
	font-size: 14px;
	line-height: 18px;
	color: #707070;
}
.banner .last-visited .owl-nav {
	font-size: 50px;
	color: #fff;
}
.banner .last-visited .owl-nav .owl-prev,
.banner .last-visited .owl-nav .owl-next {
	position: absolute;
	cursor: pointer;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
	z-index: 101;
	opacity: .5;
}
.banner .last-visited .owl-nav .owl-prev:hover,
.banner .last-visited .owl-nav .owl-next:hover {
	opacity: 1;
}
.banner .last-visited .owl-nav .owl-prev {
	top: 75px;
	left: 6%;
}
.banner .last-visited .owl-nav .owl-next {
	top: 75px;
	right: 6%;
}

/*! SM */
@media (min-width: 768px) and (max-width: 991px) {
	.banner .last-visited .item .image {
		height: 258px;
	}
}
@media (max-width: 991px) {
}
/*! MD */
@media (min-width: 992px) and (max-width: 1199px) {
	.banner .last-visited .item .image {
		height: 159px;
	}
}
/*! LG */
@media (min-width: 1200px) {
	.banner .last-visited .item .image {
		height: 203px;
	}
}


.b-container{
	gap:30px;
}
.b-container a{
	text-decoration:none;
	width:100%;
}
.b-container .b-box{
	gap:30px;
	width:100%; 
	padding:20px;
	color:#fff;
	font-size:2.5em;
	font-weight:700;
	line-height:1em;
}
.b-container .b-box .icon{
	text-align:right;
}
.b-container .b-box .icon svg{width:100%;}

@media (min-width: 320px) and (max-width: 500px) {
	
	.b-container{
		flex-wrap: wrap;
	}
	
	.b-container .b-box{
		gap:30px;
		width:100%; 
		padding:20px;
		color:#fff;
		font-size:2em;
		font-weight:700;
		line-height:1.0em;
	}
	.b-container .b-box .icon svg{width:100%;}
}

@media (min-width: 501px) and (max-width: 767px) {
	
	.b-container{
		flex-wrap: no-wrap;
	}
	
	.b-container .b-box{
		gap:30px;
		width:100%; 
		padding:20px;
		color:#fff;
		font-size:1.5em;
		font-weight:700;
		line-height:1.0em;
	}
	.b-container .b-box .icon svg{width:100%;}
}

.index-title{
    position: relative;
    z-index: 1;
    font-size:3em;
    line-height:1.2em;
    font-weight:800;
    margin-bottom:30px;
    text-align:left;
}
.index-title span {
    background: #fff;
    padding-right:15px;
}

.index-title:before {
        border-top: 4px solid #001D41;
        content:"";
        margin: 0 auto; /* this centers the line to the full width specified */
        position: absolute; /* positioning must be absolute here, and relative positioning must be applied to the parent */
        top: 50%; left: 0; right: 0; bottom: 0;
        width: 100%;
        z-index: -1;
    }


.index-lead{
    line-height: 2.4em;
    color:#002147;
    font-weight:300;
    margin-bottom:60px;
    
}

.index-more a {
    color: #002147;
    font-size:1.5em;
    font-weight:700;
}
/*!
*	NEWS: LIST, POST
*/
.news {
	margin-bottom: 30px;
}
.content-wrap {}
.news .list .item  {
	margin-bottom: 30px;
	overflow: hidden;
	padding-bottom: 30px;
        background:#fff;
}

.news .list .item.last  {
	border-bottom:none;
}
.news .list .item h2 {
	font-size: 20px;
	line-height: 30px;
	margin: 15px 0px;
	color: #002147;
    font-weight:700;
    height:60px;
    overflow:hidden;
        
}
.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: 14px;
	line-height: 20px;
	color: #002147;
        padding:0 20px 20px 20px;
        font-weight:300;
        height:100px;
        overflow:hidden;
}

.news .post {
	font-size: 14px;
	line-height: 20px;
}
.news .post h1 {
	font-size: 2em;
	line-height: 26px;
	margin: 0 0 20px 0;
	color: #002147;
        border-bottom:1px solid #002147;
        padding-bottom:20px;
}

.news .post .map-search-info h1{
	font-size: 1.2em;
	line-height: 26px;
	border:none;
	margin: 0;
	padding:0;
	color: #002147;
	padding:10px 0 0 10px;
}

.news .post .map-search-info .map-info{
	color:#001D41;
	line-height:1.4em;
	font-weight:400;
	font-size:14px;
	margin:10px;
	
}
#map-search{
	top:20px !important;
	text-align:center;
}
.map-img{
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	max-width:auto;
	
}
.map-button{
	display:inline-block;
	background:#001D41;
	color:#fff;
	text-align:center;
	text-decoration:none;
	padding:0 15px;
	line-height:30px;
	margin:10px 0;
	margin-left:10px;
}


.news .post p {
	padding-bottom: 20px;
}
.news .post .lead {
	font-weight: 600;
	color: #333;
}
.news .post .image {
	float: right;
	margin: 0 0 20px 20px;
}
.news .post .content-text img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0px auto;
}


/*! XS */
@media (max-width: 767px) {
	
	.index-title{
		position: relative;
		z-index: 1;
		font-size:2.0em;
		line-height:1.2em;
		font-weight:800;
		margin-bottom:30px;
		text-align:left;
	}
	.index-title:before {
        display:none;
    }
	
	.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: #002147; 
	background: none;
	font-weight: bold;
}
.pager-box i {
	font-size: 18px;
	font-weight: bold;
}
.pager-box a,
.pager-box span.current {
	margin-right: 6px; 
	width: 32px; 
	height: 32px; 
	line-height: 32px; 
	text-align: center; 
	display: inline-block;
        border:1px solid #002147;
}
.pager-box a.pager:hover,
.pager-box span.current {
	color: #fff; 
	background: #002147;
}
/*! 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;
	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: #FA8E2B;
	font-weight: bold;
	text-decoration: none;
}
.account a:hover {
	text-decoration: underline;
}

/*!
*	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 20px 0;
	color: #001D41;
}
.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: #001D41;
}
.form.web .form-button input {
	height: 40px;
	border: 0px none;
	padding: 0 30px;
	font-size: 16px;
	font-weight: bold;
	background-color: #001D41;
	float:right;
}
.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: #001D41;
	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.offer,
.form.web.offer2,
.form.web.reserv {
	margin: 0 0 30px;
}
.form.web.offer h2,
.form.web.offer2 h2 {
	font-size: 18px;
	line-height: 22px;
	margin: 0px;
	color: #001D41;
}
.form.web.offer h3,
.form.web.offer2 h3 {
	font-size: 16px;
	line-height: 20px;
	margin: 0px;
	color: #001D41;
}


/*!
*	FORM: SIDEBAR
*/
.form.sidebar {
	font-size: 16px;
	color: #18A451;
	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: #001D41;
	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: #001D41;
}

.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;
}


/*!
*	SERVICE
*/
.service-of-day .item{
    color:#002147;
    font-size:1.2em;
    font-weight:300;
    margin-bottom:15px;
}
.service-of-day .item.title{
    color:#002147;
    font-size:1.4em;
    font-weight:700;
    margin-bottom:20px;
}

.services .item{
    text-align:center;
    /*!
    background:#F4F8FF;
    padding:15px;
    */
    
    flex: 0 1 calc(25% - 15px); /* <-- adjusting for margin */
    margin-bottom:15px;
    
}
.services .item .icon{
    margin-bottom:30px;
    margin-top:15px;
}
.services .item .title{
    color:#002147;
    font-weight:500;
    font-size:1.2em;
}


.service-search.index {
	background: #fff;
	padding: 30px;
	z-index: 99;
}
.service-search.service {
	background: rgba(240,244,249,1);
	padding: 20px;
}
.service-search .title {
	margin-bottom: 20px;
	font-size: 2em;
	line-height: 1em;
	font-weight: 700;
	overflow: hidden;
        color:#fff;
}
.service-search.index .input {
	margin-bottom: 20px;
}
.service-search .input select {
	width: 100%;
	height: 50px;
	line-height: 30px;
	padding: 0 10px;
	color: #000;
	background: #fff;
        border:none;
	border-bottom: 2px solid #000;
        background:transparent;
	font-size: 18px;
        font-weight:700;
}

.service-search .input select option:not(:checked) {
  color: #000;
}
.service-search .button button {
	width: 100px;
	height: 50px;
	border: 0;
	background-color: #fff;
	color: #000;
	font-weight: 700;
	font-size: 30px;
        text-align:center;
}
.service-search.service .button button {
	width: 100px;
	height: 50px;
	border: 0;
	background-color: #002147;
	color: #FFF;
	font-weight: 700;
	font-size: 16px;
        text-align:center;
}

/*! XS */
@media (max-width: 767px) {
    
    .services .item{
        text-align:center;
		
        /*!
		background:#F4F8FF;
        */
        padding:15px;
        
        flex: 0 1 calc(50% - 15px); /* <-- adjusting for margin */
        margin-bottom:30px;
    
    }
    
    .service-search .button{
        text-align:center;
    }
	
}
/*! XS & SM */
@media (min-width: 768px) and (max-width: 991px) {
    .service-search .button{
        text-align:center;
    }
}
/*! MD */
@media (min-width: 992px) and (max-width: 1199px) {
	
}

.service {
	color: #333;
	font-size: 16px;
	line-height: 18px;
	margin-bottom: 30px;
}
.service .list-head {
	margin-bottom: 30px;
}
.service .list-head h1 {
	color: #002147;
	font-size: 24px;
	line-height: 28px;
	border-bottom: 1px solid #002147;
	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: 210px;
	background:#F4F8FF;
	padding: 10px;
}
.service .list .item .title {
	height: 40px;
	margin-bottom: 10px;
}
.service .list .item .title h2 {
	font-size: 18px;
	line-height: 20px;
	color: #002147;
	margin: 0;
        font-weight:600;
}
.service .list .item a {
	text-decoration: none;
}
.service .list .item .image a {
	display: block;
}
.service .list .item .image {
	overflow: hidden;
}

.service .list .item img {
	/*!
    float: left;
    width: 100%;
    height: 220px;
    object-fit: cover;
	*/
	
}
.service .list .item .lead {
	font-size: 14px;
	line-height: 24px;
	color: #002147;
}
.service .list .map-box h2 {
	font-size: 20px;
	line-height: 24px;
	color: #001D41;
	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 {
	line-height: 20px;
	position: relative;

}
.service .post .title {
	border-bottom: 1px solid #002147;
	padding-bottom: 30px;
	margin: 0 0 30px 0;
}
.service .post .title h1 {
	font-size: 1.5em;
	line-height: 1.5em;
	margin: 0 0 10px 0;
	color: #002147;
        font-weight:700;
}
.service .post .title h3 {
	font-size: 16px;
	line-height: 20px;
	font-weight: normal;
	font-style: italic;
	color: #002147;
	margin: 0;
}
.service .post p {
	padding-bottom: 20px;
}
.service .post .lead {
	font-weight: 600;
	color: #333;
}

.service .post a.map-track{
    height:40px;
    line-height:40px;
    background:#001D41;
    color: #FFF;
    text-align:center;
    padding:0 15px;
    font-weight:bold;
    float:right;
    border:none;
    font-size:16px;
    cursor: pointer;
    text-decoration:none;
    border-radius:5px;
    margin-top:10px;
    -webkit-box-shadow: 0px 7px 14px -3px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 7px 14px -3px rgba(0,0,0,0.75);
box-shadow: 0px 7px 14px -3px rgba(0,0,0,0.75);
}
#google-map h1{color:#001D41; font-size:18px; line-height:20px;}
.map-inputs .location{
	background:#001D41;
	color:#fff;
	width:24px;
	line-height:24px;
	height:24px;
	text-align:center;
	display:inline-block;
	-webkit-border-radius:50px; border-radius:50px; -moz-border-radius:50px;
	margin-right:10px;
}
.map-inputs .location-title{
	color:#001D41;
	line-height:24px;
	display:inline-block;
	margin-right:10px;
	font-weight:bold;
}
.map-inputs input[type=text]{
	height:30px;
	line-height:30px;
	border:1px solid #f2f2f2;
	margin-top:10px;
}
.map-inputs input[type=button]{
	border:none;
	background:#001D41;
	height:30px;
	line-height:30px;
	color:#fff;	
	margin-top:10px;
}
.white-popup-block {
    background: #fff none repeat scroll 0 0;
    margin: 40px auto;
    max-width: 1170px;
    padding: 20px 30px;
    position: relative;
    text-align: left;
    border-top:20px solid #001D41;
    -webkit-border-radius:5px; border-radius:5px; -moz-border-radius:5px;
}

@media (max-width: 767px) {
.map-inputs input[type=text]{
	margin-top:20px;
	margin-bottom:20px;
}
	.service .post a.map-track{
		float:left;
		margin-top:10px;
	}
}

.service .post .image {
	float: right;
	margin: 0 0 20px 20px;
}
.service .post .content-text {
	margin: 0 0 15px 0;
        line-height: 1.6em;
}
.service .post .content-text table{
	display:none;
}
.service .post .content-text ul{
	margin: 0;
        list-style:none;
        padding: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: #002147;
	margin: 0 0 15px 0;
}
.service .service-info i {
	font-weight: normal;
	margin-right: 10px;
	width: 20px;
}
.service .service-info .box {
	line-height:2em;
        color:#002147;
}
.service .service-info .content-text li{
	margin: 0;
    list-style:none;
    padding:0;
}

.service .service-info span.open,
.service .service-info span.closed {
	padding-left: 10px;
}
.service .service-info span.open {
	color: #001D41;
}
.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;
	}
	
}
/*! 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) {
	
}

/*!
*	Certificate
*/
 .clear{clear:both;}
 .certificate-box-show{margin-top:10px;}
 .certificate-box-show label{float:left;line-height:22px; padding-right:10px; color:#002147;}
 .certificate-show{width:126px; height:22px; background: url(../images/am_cert_sprite.png)  0 -100px no-repeat; float:left;}
 .certificate-show.star-0{background-position: 0 -100px;}
 .certificate-show.star-1{background-position: 0 -100px;}
 .certificate-show.star-2{background-position: 0 -122px;}
 .certificate-show.star-3{background-position: 0 -144px;}
 .certificate-show.star-4{background-position: 0 -166px;}
 .certificate-show.star-5{background-position: 0 -188px;}
 
 .certificate-box-list{}
 .certificate-box-list label{float:left;line-height:14px; padding-right:10px;color:#002147;margin-bottom:5px;}
 .certificate-list{width:72px; height:14px; background: url(../images/am_cert_sprite.png)  0px 0px no-repeat; float:left;}
 .certificate-list.star-0{background-position: 0 0px;}
 .certificate-list.star-1{background-position: 0 -14px;}
 .certificate-list.star-2{background-position: 0 -28px;}
 .certificate-list.star-3{background-position: 0 -42px;}
 .certificate-list.star-4{background-position: 0 -56px;}
 .certificate-list.star-5{background-position: 0 -70px;}
 



/*!
*	SHOP
*/
.shop {
	color: #333;
	font-size: 16px;
	line-height: 18px;
	margin-bottom: 30px;
}
.shop .list-head {
	margin-bottom: 30px;
}
.shop .list-head h1 {
	color: #001D41;
	font-size: 24px;
	line-height: 28px;
	margin: 0;
}
.shop .list-head .button {
	float: right;
}
.shop .list-head .button a {
	color: #fff;
	background-color: #7da43d;
	display: inline-block;
	height: 30px;
	line-height: 30px;
	padding: 0 20px;
	margin-left: 20px;
	text-decoration: none;
}
.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 {
	
}
.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: #001D41;
	text-decoration: none;
}
.shop .list.category .item .title {
	background:#F2F3F4;
	padding:10px;
	
}
.shop .list.category .item .title h2 {
	color: #000;
	font-size: 18px;
	line-height: 22px;
	margin: 0;
	font-weight:400;
}

.shop .list.product .item {
	border: 1px solid #F2F2F2;
	padding: 15px;
}
.shop .list.product .item .image {
}
.shop .list.product .item .image img {
	width: 100%;
	height: auto;
}
.shop .list.product .item a {
	color: #001D41;
	text-decoration: none;
}
.shop .list.product .item .title {
	margin-bottom: 20px;
	float: left;
}
.shop .list.product .item .title h2 {
	color: #001D41;
	font-size: 20px;
	line-height: 24px;
	margin: 0;
}
.shop .list.product .item .lead {
	min-height: 36px;
	margin-bottom: 30px;
}

.shop .list.product .price {
	float: right;
	height: 30px;
	line-height: 30px;
	color: #001D41;
	font-size: 20px;
}
.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: #001D41;
}
.shop .list.product .tools .addtocart {
	float: left;
	margin-right: 10px;
}
.shop .list.product .tools .addtocart a {
	color: #fff;
	background-color: #7da43d;
}
.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 {
	border: 1px solid #F2F2F2;
	padding: 15px;
}
.shop .post.product .list-head {
	border-bottom: 1px solid #F2F2F2;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.shop .post.product .image {
}
.shop .post.product .image img {
	width: 100%;
	height: auto;
}
.shop .post.product .details {
}
.shop .post.product .content-text,
.shop .post.product .detail {
	margin-bottom: 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;
}
.shop .post.product .content-text label:after,
.shop .post.product .detail label:after {
	content: ':';
}

.shop .post.product .buttons {
	font-size: 12px;
	margin-top: 30px;
}
.shop .post.product .button {
	float: left;
	margin-right: 10px;
}
.shop .post.product .button.lst {
	float: right;
	margin-right: 0;
}
.shop .post.product .button a {
	display: inline-block;
	color: #fff;
	background-color: #001D41;
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
	text-decoration: none;
}
.shop .post.product .amount {
	float:left;
	margin-right: 10px;
}
.shop .post.product .amount input {
	width: 30px;
	height: 30px;
	line-height: 30px; 
	border: 1px solid #f2f2f2;
	text-align: center;
}
.shop .post.product .amount-txt {
	float: left;
	height: 30px;
	line-height: 30px;
	margin-right: 10px;
}

.shop .product-fav {
	float: right;
	color: #001D41;
	cursor: pointer;
}

/*! XS */
@media (max-width: 767px) {
	.shop {
		font-size: 14px;
		line-height: 16px;
	}
	.shop .list-head h1 {
		font-size: 20px;
		line-height: 24px;
	}
	.shop .list.category .item .title h2,
	.shop .list.product .item .title h2 {
		font-size: 16px;
		line-height: 20px;
	}
	
	.shop .list.product .item {
		border: 0;
		border-bottom: 1px solid #F2F2F2;
		padding: 0 0 30px 0;
	}
	.shop .list.product .item .lead {
		margin-bottom: 15px;
	}
	
	.shop .list.product .price {
		float: none;
		margin-bottom: 15px;
	}
	.shop .list.product .tools {
		float: none;
		font-size: 12px;
	}
	.shop .list.product .tools a {
		font-size: 12px;
		padding: 0 10px;
	}
	.shop .list.product .tools .details {
		margin-right: 6px;
	}
	.shop .list.product .tools .addtocart {
		margin-right: 6px;
	}
	.shop .list.product .tools .amount {
		float: left;
		margin-right: 4px;
	}
	.shop .list.product .tools .amount input {
		width: 20px;
	}
	
	.shop .post.product {
		padding: 15px;
	}
	.shop .post.product .list-head {
		padding-bottom: 15px;
		margin-bottom: 15px;
	}
	.shop .post.product .image {
		margin-bottom: 15px;
	}
	
	.shop .post.product .buttons {
		
	}
	.shop .post.product .button {
		margin-right: 6px;
		margin-bottom: 15px;
	}
	.shop .post.product .button.lst {
		float: left;
		margin-bottom: 0px;
	}
	.shop .post.product .amount {
		margin-right: 6px;
	}
	.shop .post.product .amount-txt {
		margin-right: 6px;
	}
}
/*! 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 .list.product .item .lead {
		min-height: 72px;
	}
	
	.shop .post.product .buttons {
		font-size: 14px;
	}
	.shop .post.product .button a {
		padding: 0 20px;
	}
}


.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: left;
    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;
}
.shop .cart td {
	line-height: 30px;
}

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

.shop .cart .product {
	width: 30%;
	float: left;
}
.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-bottom: 15px;
	text-align: right;
}
.shop .cart .summary .detail {
	margin-bottom: 10px;	
}
.shop .cart .summary label {
	float: left;
	display: inline-block;
	font-weight: bold;
	width: 100px;
	text-align: right;
	margin-right: 20px;
}
.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 .select input {
	display: inline-block;
	width: auto;
	height: auto;
	line-height: 30px;
	border: none;
}
.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: #001D41;
	border: 0;
	color: #fff;
	display: inline-block;
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
	text-decoration: none;
}


/*! 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: 12px;
		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;
	}
}


.shop .list.product.history .item .lead {
	min-height: 36px;
	margin-bottom: 0;
}
.shop .history table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0px;
}
.shop .history th, 
.shop .history td {
	vertical-align: top;
    text-align: left;
    border-width: 0px;
    border-image: none;
    border-style: none;
	padding: 4px;
}
.shop .history th {
	font-weight: normal;
	border-color: #f2f2f2;
	border-style: solid;
	border-width: 0px 0px 1px;
}
.shop .history td {
	line-height: 30px;
}

.shop .history .summary {
	float: right;
	margin-top: 15px;
	margin-bottom: 0px;
	text-align: right;
}
.shop .history .summary .detail {
	margin-bottom: 10px;	
}
.shop .history .summary label {
	float: left;
	display: inline-block;
	font-weight: bold;
	width: 100px;
	text-align: right;
	margin-right: 20px;
}
.shop .history .summary label:after {
	content:":";
}

/*! XS */
@media (max-width: 767px) {
	.shop .history .options {
		width: auto;
		float: none;
		margin-top: 15px;
	}
	.shop .history table {
		font-size: 12px;
		line-height: 14px;
	}
}
/*! 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) {
}


.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;}


/*
	WEBPRINT / PRINTGEN
*/
.printgen {font-size:11px; color:#555;}
.printgen .link {cursor:pointer;}

.printgen .print-model {}

.printgen .print-box {border:1px solid #ccc; padding:10px; margin-bottom:10px; -webkit-border-radius:5px; border-radius:5px; -moz-border-radius:5px;}
.printgen .print-box-label {margin-bottom: 10px; font-weight:bold; font-size:14px;}

.printgen .print-input-row {margin-bottom: 5px;}
.printgen .print-label {margin-bottom:2px; font-weight:bold;}
.printgen .print-input {padding:4px 3px; border:1px solid #ccc;  -webkit-border-radius:5px; border-radius:5px; -moz-border-radius:5px;}
.printgen .print-input input,
.printgen .print-input select,
.printgen .print-input textarea {width:100%; border:0px solid #ccc; background:#fff; outline:medium none;}
.printgen .print-input textarea {min-height:24px; resize:none;}
.printgen .print-input.print-error {border:1px solid #ff0000;}

.printgen .print-thumb {margin-bottom:20px; text-align:center;}
.printgen .print-image {text-align:center;}

.printgen .print-price-box {font-size:16px; line-height:20px; font-weight:bold;}
.printgen .print-order {padding:0 10px; line-height:26px; text-align:center; font-size:16px; font-weight:bold; background:#ddd; -webkit-border-radius:5px; border-radius:5px; -moz-border-radius:5px;}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger-menu-box{
 
  
  display: flex;
  justify-content: center;
  align-items: center;
}
.hamburger-container{

}
.hamburger-menu-box button{
    border: 0;
    outline: none;
}
.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; 
}
  .hamburger:hover {
    opacity: 0.7; }
  .hamburger.is-active:hover {
    opacity: 0.7; }
  .hamburger.is-active .hamburger-inner,
  .hamburger.is-active .hamburger-inner::before,
  .hamburger.is-active .hamburger-inner::after {
    background-color: #001D41; }

.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 32px;
    height: 4px;
    background-color: #001D41;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: -10px; }
  .hamburger-inner::after {
    bottom: -10px; }


.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--collapse .hamburger-inner::after {
    top: -20px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear; }
  .hamburger--collapse .hamburger-inner::before {
    transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--collapse.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--collapse.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear; }
  .hamburger--collapse.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(-90deg);
    transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Collapse Reverse
   */
.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--collapse-r .hamburger-inner::after {
    top: -20px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear; }
  .hamburger--collapse-r .hamburger-inner::before {
    transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--collapse-r.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--collapse-r.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear; }
  .hamburger--collapse-r.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(90deg);
    transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1); }
/*! XS */
@media (max-width: 767px) {
    .hamburger-menu-box {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 0px;
    }
}
/*! SM */
@media (min-width: 768px) and (max-width: 991px) {
    .hamburger-menu-box {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 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;
    }
}
