/*RESET Gen*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
	vertical-align:top;
 }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}


html, body
{
  height:100%;
  width:100%;
  margin:0px;
  padding:0px;

  
}
/*FINE RESET*/


html{/*height:100%; min-height:100%;*/}
body { font-family: 'Open Sans', sans-serif;
  color: #1b1b1b;
  margin:0 auto;
  /* - serve per fare il responsive??? font-size:100%;*/
  font-size:14px;
  background:#ffffff;
  font-weight:normal;
}

/*dissolvenze morbide*/
* { transition: color 0.6s ease-out 0s, background-color 0.6s ease-out 0s, border-color 0.6s ease-out 0s, opacity 0.6s linear 0s;}
a{color:#a32036;text-decoration:none;  transition: all 0.3s;
 -webkit-transition: all 0.3s;
 -moz-transition: all 0.3s;
 -o-transition: all 0.3s; }
 
a:hover, a:focus{text-decoration:none;color:#205ca3;}


/*--- TESTI ---*/


strong{ font-weight: bold;}

/*titoli*/
h1, h2, h3, h4, h5, h6{font-family: 'Montserrat', sans-serif;position:relative;font-weight:700;}
h1{font-size:2.5em;}
h2{font-size:2em;}
h3{font-size:1.6em; }
h4{font-size:1.4em;}
h5{font-size:1.2em;}
h6{font-size:1em;}

h2{margin-bottom:2em;}
h2:after{content:'';position:absolute; width:70px; height:5px; background:#a32036;left: 0;bottom: -0.5em;}



/*--- STRUTTRA ---*/

.noPad { padding: 0px !important;}

.clearfix { clear: both !important; }

/*breadcrumb*/	
ol.breadcrumb{float:right;}
.breadcrumb > .active {color:#ffc300;}
.breadcrumb {/*background-color:#ffffff;*/border-bottom:1px solid #ddd; border-radius:0; box-shadow:none;}
.breadcrumb a{color:#888;}

	
/*--- MENU ---*/
.navbar-inverse .navbar-nav>li>a, .navbar-inverse .navbar-nav>li>a:link, .navbar-inverse .navbar-nav>li>a:visited { color:#1b1b1b;text-transform:uppercase; }
.navbar-inverse .navbar-nav>li>a:hover, .navbar-inverse .navbar-nav>li>a:active, .menunasc .nav.navbar-nav>li>a:hover, .menunasc .nav.navbar-nav>li>a:active { color:#1b1b1b; background-color:#c4c4c4; }
.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:hover, .navbar-inverse .navbar-nav>.open>a:focus{}
.yamm .yamm-content{padding:12px 0!important;}


.navbar.navbar-inverse.navbar-fixed-top{padding-bottom: 10px;}
.navbar-inverse {border:none;  background-color:transparent;}
.navbar{min-height:60px; padding: 10px 0px;; margin:0px auto;}


li.dropdown a {
 margin: 0px;
 border: 2px solid transparent;
 padding: 10px 13px;
 line-height: 35px;font-family: 'Montserrat', sans-serif;font-weight:700;
}
li.dropdown a{border:0;}
li.dropdown a.imhere, a.imhere{border-bottom: 5px solid #a32036;}

.navbar-inverse .navbar-toggle, div.navbar-toggle{background-color:#a32036; border:1px solid #a32036;}
.navbar-inverse .navbar-toggle:hover, div.navbar-toggle:hover{background-color:#205ca3; border:1px solid #205ca3;}
.navbar-inverse .navbar-collapse{}
.navbar-inverse .navbar-toggle .icon-bar{background-color:#fff;}



/*navbar animated*/
.cbp-af-header {
	background: #ffffff;
 position: fixed;
 top: 0;
 left: 0;
 width: 100%;
 z-index: 10000;

 /* overflow: hidden; */
 -webkit-transition: all 0.3s;
 -moz-transition: all 0.3s;
 transition: all 0.3s;
border-bottom:1px solid #c4c4c4;
}

	.cbp-af-header .logo img {padding: 10px 0px;
	-webkit-transition: all 0.3s !important;
	-moz-transition: all 0.3s !important;
	transition: all 0.3s !important;
	max-width:60%;}
 
.cbp-af-header .yamm-content  ul li a:link, .cbp-af-header .yamm-content ul li a:visited  {font-size:1.1em;}	
.cbp-af-header  .yamm-content ul li a:hover, .cbp-af-header  .yamm-content ul li a:active{color:#e52444;}

.cbp-af-header .yamm-content ul li a.imhere{ color: #F08509 !important; }

/*shrik*/

.cbp-af-header.cbp-af-header-shrink {
background: #ffffff;
-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.13);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.13);
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.13);
}

.cbp-af-header-shrink .logo img{max-width:50%;}

.cbp-af-header-shrink .navbar.yamm.navbar-default { padding: 0px 0px; }
.cbp-af-header-shrink .yamm .dropdown-menu { margin:4px 0px !important;}

/*--- FORM ---*/

div.form-box{width:90%;}
fieldset div.row{width:95%;}

/*form custom*/
.tbl_customform{display:table}
.tbl_customform td{display:table-cell; vertical-align:middle; text-align:left;}
table.tbl_customform input, textarea.pText, select.pSelect{width:100%;}
#FormCustom label{color:#414141; font-size:1em;}
.checkGroup{width:100%;}
span.checkGroup label {    width: 89%;    line-height: 20px;}
span.checkGroup input, table.tbl_customform input.pCheckbox {    width: 10%;}
span.checkGroup input.pCheckboxList, span.checkGroup label {    float: left;}
.tbl_customform td {    padding: 5px;}
.tbl_customform td.label{font-size:100%; color:#414141; font-weight:300;}
.tbl_customform td.label label{vertical-align:middle;}
.tbl_customform td.input input, .tbl_customform textarea{color:#999999;font-style:italic;}
.tbl_customform td.input select{font-size: 1em;}
.tbl_customform input, .tbl_customform textarea{padding:.5em .7em;}
.tbl_customform label{padding:.5em 0;}
#FormCustom  .tbl_customform tr:last-of-type td.label  label{font-size:.75em;}
#FormCustom .btn-primary{margin:1.4em 0; height:80px; width:80px;}
#back_to_top{z-index:3;}
td.errorMessage{font-size:1em; color:#a32036; font-family:'Montserrat', sans-serif; font-weight:700;}


/*tabelle*/
table.table.table-striped a img:hover{opacity:0.6}
table.table.table-striped th{font-weight:700; font-family:'Montserrat', sans-serif;vertical-align:middle;background-color: #f1f5f7;border: 1px solid #ddd!important;}
table.table.table-striped td{vertical-align:middle;}
.table-striped>tbody>tr:nth-child(odd)>td{
    background-color: #ffffff!important;
}
.table-striped>tbody>tr:nth-child(even)>td{
    background-color: #fbfdff!important;
}


/*problemi con row??*/
.row{margin-left:0;margin-right:0}




/*animazioni*/
.hid, .hidden{ opacity:0;}
.vis, .visible{     opacity:1;}

/*delay nelle animazioni*/
.del3{-webkit-animation-delay: 300ms; /* Chrome, Safari, Opera */
    animation-delay: 300ms;}
.del6{-webkit-animation-delay: 600ms; /* Chrome, Safari, Opera */
    animation-delay: 600ms;}
.del9{-webkit-animation-delay: 900ms; /* Chrome, Safari, Opera */
    animation-delay: 900ms;}
.del12{-webkit-animation-delay: 1200ms; /* Chrome, Safari, Opera */
    animation-delay: 1200ms;}	
.del15{-webkit-animation-delay: 1500ms; /* Chrome, Safari, Opera */
    animation-delay: 1500ms;}


/*COOKIES - 29/05/2015*/
#cookie-banner{position:fixed;
bottom:0px; width:100%; min-height:50px; background-color:#ffffff;padding:15px; font-size:0.8em; color:#414141; text-align:center;
z-index: 999999; border-top:8px solid #ee8511;}
.cookie-banner-text{line-height:1.8em;}
.btnCookies{padding:3px 5px; background-color:#ee8511; color:#fff; font-size:1em;}
.btnCookies:hover{background-color:#7ed7d1; color:#fff;}
#cookie-banner h5, #cookie-banner .h5{color:#414141;text-transform:uppercase;line-height:1.6em;}  

/*utilità*/
.nospace {
    padding-left: 0!important;
    padding-right: 0!important;
    margin-left: 0!important;
    margin-right: 0!important;}
.nospaceDx{margin-right:0; padding-right:0}
.nospaceSx{margin-left:0; padding-left:0}
.pad5{padding-top:5em; padding-bottom:5em;}
.pad3{padding-top:3em; padding-bottom:3em;}
.pad2{padding-top:2em; padding-bottom:2em;}
.pad1{padding-top:1em; padding-bottom:1em;}



/*modifiche bootstrap*/
.navbar-default{background-color:transparent;border-color:transparent;}
/*Torna in alto*/
#back-to-top {
    position: fixed;
    bottom: 80px;
    right: 40px;
    z-index: 9999;
    text-align: center;
    line-height: 30px;
	background:#972d39;
    cursor: pointer;
    border: 1px solid #fff;
    border-radius:50%;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
	font-size:.9em;
		-webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width:35px; height:35px;
}
#back-to-top h4{color:#fff;	-webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;margin-top:10px;margin-bottom:initial;}
#back-to-top:hover {background:#205ca3;border:1px solid #ffffff;}
#back-to-top:hover h4, #back-to-top h4:hover{color:#ffffff;}
#back-to-top.show {
    opacity: 1;
}

.glyphicon-menu-up:before {
    content: "\e260"; 
}
/*google maps*/
.overlay {
   height: 100%;
    width: 100%;
    position: absolute;
    background: linear-gradient(0deg, rgba(48,52,65,0.3) 0% , rgba(0,0,0,0.7) 100%);
    z-index: 9;
}

#SliderPage .overlay{background: linear-gradient(0deg, rgba(48,52,65,0.3) 0% , rgba(0,0,0,1) 100%);}

/*Breadcrump*/
#breadcrumb { position: relative;}
.bread-wrapper {position:absolute; top:7em;  z-index:90; left:0;}

ul.bcrumb { list-style:none; }
	.bcrumb li { display: inline-block;margin: 0px 10px;}
	.bcrumb li a{ font-size:.8em;}



/*popup*/
.clearbanner{transition-duration:.2s;}
.clearbanner:hover{ color:#fff; background-color:#000;}
.banner{position: fixed; z-index: 99999; right:0; bottom:200px;width:700px;}
.clearbanner{cursor: pointer;
    background: #fefefe;
    width: 28px;
    height: 28px;
    color: #000;
    /* padding-top: 10px; */
    font-size: 14px;
    /* margin-top: -4px; */
    text-align: center;
    /* border-top: 2px solid #fff; */
    text-transform: uppercase;
    position: absolute;
    top: 5px;
    left: 5px;
    border-radius: 50%;
    font-weight: 700;
    line-height: 28px;
    border: 2px solid #ddd;}
.banner img{border-radius:5px;-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.25);
-moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.25);
box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.25);}





/*material icon*/
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: 'liga';
}

.material-icons-outlined {
    font-family: 'Material Icons Outlined'!important;
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}

.material-symbols-outlined {
    font-family: 'Material Symbols Outlined'!important;
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}


/*hover su bottoni*/
.botto, .pSubmit, input[type=button], .qq-upload-button{font-size: 1.1em;
    border-radius: 1px;
    border: 1px solid #8c353c;
    background-color: #8c353c;
    color: #fff;
    overflow: hidden;
    position: relative;
    transition: all .2s ease-in-out;
    padding: 8px 20px;
    font-weight: 700;
    font-family: 'Montserrat';}
.pSubmit:hover, .pSubmit:active, .pSubmit:focus, input[type=button]:hover, input[type=button]:active, input[type=button]:focus, .qq-upload-button:hover, .qq-upload-button:active, .qq-upload-button:focus{background-color:#205ca3;border:1px solid #205ca3;}
.botto.bottoBianco{background-color:#fff; color:#0090f2}
.botto:hover, .botto:active, .botto:focus{border:1px solid #205ca3;background-color:transparent; color:#fff;}
.botto.bottoBianco:hover, .botto.bottoBianco:active, .botto.bottoBianco:focus{border:2px solid #fff; color:#0090f2;}
a.botto, input.botto, p.botto, input.pSubmit{
 display: inline-block;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  z-index:1;
}

a.botto:after, input.botto:after,p.botto:after,input.pSubmit:after  {
  content:"";
  position: absolute;
  width: 0;
  height: 100%;
  border:0px solid #fff;
  transition: all 0.3s;
 -webkit-transition: all 0.3s;
 -moz-transition: all 0.3s;
 -o-transition: all 0.3s;
  left:0%;
  top:0%;
 background:#205ca3;
  z-index:-1;
}

a.botto:hover:after, input.botto:hover:after, p.botto:hover:after, .input.pSubmit:hover:after {
width:100%;
}

.qq-upload-button {
    display: inline-block;
}

/*sito*/
.sameH {
    display: flex;
    display: -webkit-flex;
    flex-flow: row nowrap;
    -webkit-flex-flow: row nowrap;
    align-items: stretch;
    -webkit-align-items: stretch;
    -webkit-justify-content: center;
    /*justify-content: center;*/
	justify-content: space-between;
}
.preHeader{color:#999999; font-size:.98em;border-bottom:1px solid #c4c4c4;padding:.5em 0;font-family:'Montserrat', sans-serif;border-radius:1px; }
.info{float:left; display:flex;justify-content:start;line-height:20px;}
.info>div{margin-right:1em;}
.login{float:right;}
.menu ul.nav.navbar-nav {float: right;}

.footer{background-color:#222222; color:#ffffff;}
.footIst{padding:2em 0;}
.Glogo{display:flex; justify-content:space-around;}
.Glogo img{height:40px;width:auto;}
.footer h4{font-size:16px;}
.footer p{font-size:12px;}

h2.upTit{font-size:50px;margin-bottom:0;}
h2.upTit:after{content:none;}
h1.subTit{font-size:30px;}

/*slide*/
.slide{border:1px solid #d9d9d9;padding:1em;}
#SliderFull.slide, #SliderPage.slide{padding:0!important;border:0!important;}


.Pforza, .Contatti{background:#f5f5f5 url('/images/funky-lines.png') repeat;}
.Pforza .thumbnail{background:#fff; border:0; padding:1.3em;height:100%;box-shadow: 0 0 20px rgb(0,0,0,0.05);}
.Pforza h3{text-align:center; font-size:1.2em;}
.Pforza img{max-width:30%;}

.servizi{background:rgba(0,0,0,.5) url(/images/sito-web/automotive3.jpg) no-repeat; background-size:cover; background-attachment:fixed;position:relative;}
.text-right h2:after{left:initial; right:0;}
.servizi h2, .servizi p{position:relative; z-index:100; color:#fff;}

/*ultime notizie*/
.Blog .eice_news_list h5{display:none;}
.Blog .eice_news_list .pnot{float:right; width:50%;margin-bottom:18px;padding-left: 1em;padding-right: 1em;padding-bottom:18px;border-bottom:1px solid #c4c4c4;}
.Blog .eice_news_list .pnot:first-of-type{float:left;width:50%; min-height:350px;border-bottom:0;}

.Blog .eice_news_list img{display:block; max-width:100%; height:auto;}
.Blog .eice_news_list .eice_news_data, .Blog .eice_news_list .news_title{width:100%; display:block;}
.Blog .eice_news_list .news_title{font-family:'Montserrat', sans-serif;font-weight:700; font-size:1.4em;}
.Blog .eice_news_list .pnot:first-of-type .news_title{font-size:1.8em;}
.Blog .eice_news_list .pnot .summary, .Blog .eice_news_list .pnot .eice_news_data, .Blog .eice_news_list .pnot .news_title, .Blog .eice_news_list .pnot a.link {float:right; width:60%;padding-left:15px; padding-right:15px;}
.Blog .eice_news_list .pnot .summary{float:left;width:40%}
.Blog .eice_news_list .pnot:first-of-type .summary, .Blog .eice_news_list .pnot:first-of-type .eice_news_data, .Blog .eice_news_list .pnot:first-of-type .news_title, .Blog .eice_news_list .pnot:first-of-type a.link{width:100%; padding-left:0; padding-right:0; float:none;}

.Blog .eice_news_list .pnot:first-of-type a.link{clear:both; padding:.5em 1em; background-color:#a32036; color:#fff;font-family:'Montserrat', sans-serif;border-radius:1px;font-weight:700;display:table; margin-top:1em;font-size:1.1em;width:auto; }
.Blog .eice_news_list .pnot:first-of-type a.link:hover{background-color:#205ca3;}
.Blog .eice_news_list .pnot:last-of-type {border-bottom: 0;}
.Blog .summary, .Blog .eice_news_data{color:#999999;}
.Blog .eice_news_data>span{display:inline-block!important;}

/*login*/
.preHeader .cred.form-inline .btn, .preHeader .LoginCK .btn{padding:1px 1em;background-color:#205ca3;border:1px solid #205ca3; text-transform:uppercase; color:#fff;font-family:'Montserrat', sans-serif;border-radius:1px;font-weight:700;}
.preHeader .cred.form-inline input[type=text],.preHeader .cred.form-inline input[type=password]  {background-color: #f0f0f0;border: 1px solid #d9d9d9;padding: 1px 5px;width:100px;}

.table strong{font-family: 'Montserrat', sans-serif;
    font-weight: 700;}


input.icon-button.ico-refresh{padding: 0.5em;border-radius: 50%;}
input.icon-button.ico-del{background: #1d1f22 url(/framework/eice/images/ico-delN.png) no-repeat 2px 2px;
    border-radius: 3px;
    width: 24px;
    height: 24px;
    opacity: 1;
    background-size: 20px 20px;
	text-indent: -999999px;
    padding: 0!important;
    border: 0!important;}

/*errori login*/	
	.LoginCK .eice_error li{position: absolute;top: 30px;background: #972d39; border-radius: 3px;color: #fff;padding: 5px;list-style: none;}
	.LoginCK label.error {margin-bottom: 0;}

.logo{display:flex;align-items: center;}
.Htxt{text-align:center; font-size:9px;margin-bottom:0;}
.cbp-af-header .logo img{padding: 0 15px;margin: 0 auto;max-width: 100%!important;}
.cbp-af-header .logo img.img-logo{padding:10px 0;max-width:100%!important;}
.cbp-af-header-shrink .logo img.img-logo, .cbp-af-header-shrink .logo img{max-width:85%!important;}
.logo div{width:40%;}
.logo div:nth-of-type(2) {width: 20%;}
.logo div:nth-of-type(3) {width: 40%;}

.credenziali .form-group label {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: #972d39;
}
.cred.form-inline span.material-symbols-outlined {
    font-weight: 700;
    color: #972d39;
}

.preHeader .cred.form-inline input[type=text], .preHeader .cred.form-inline input[type=password]{border:1px solid #4d4d4d;background-color:#faf8f8;}


.Timh {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.thumbnail .Timh span.material-symbols-outlined{margin-left: auto;margin-right: auto;text-align:center; font-size:35px;color: #ba002f;
    background: rgb(194 0 49 / 20%);
    border-radius: 50%;
    padding: 8px;}



/*responsive - lasciare in fondo*/

@media (min-width:1921px){
	#SliderFull img {max-width: initial; width: 100%;}
}

@media (max-width:1920px){

}

@media (max-width:1680px){
}


@media (max-width:1460px){
}



@media (max-width:1280px){

}
@media (max-width:1024px){ 
.carousel-caption {left: 10%; right: 10%; padding-bottom: 80px;}
#SliderPage h2.upTit{font-size:40px;}
#SliderPage h1.subTit{font-size:25px;}
}

@media (max-width:820px){
	li.dropdown a{padding: 5px 11px;    font-size: 13px;}
}

@media (min-width: 768px) {
	.collapse.navbar-collapse.nav.navbar-nav{width:100%;}
	
	
}

	
@media (max-width:768px){
	
	.navbar {padding: 0;}
	.navbar.yamm.navbar-default .container {padding: 15px 0 0 0;}
	.navbar.yamm.navbar-default li a { padding: 10px 5px; font-size: 10px;}

	.cbp-af-header-shrink .logo img {max-width:85%!important;}
	.cbp-af-header-shrink .navbar.yamm.navbar-default .container {padding: 10px 0 0 0;}
	.cbp-af-header-shrink .caret {margin: -5px auto 0px auto;}

	.yamm-content ul.col-md-2.col-sm-4 li a, .yamm-content ul.list-unstyled li p { font-size: 11px !important;}
	.preHeader .info{display:none;}
	li.dropdown a{line-height:initial;}
	.sameH{display:block;}
	.carousel-caption{padding-bottom:80px; left:10%; right:10%;}
	.slide{padding:.5em;}
	.slick-slide{margin: 0px 10px!important;}
	.Glogo img{height:28px;margin-right:10px;}
	.cbp-af-header .navbar-collapse { margin-top: 5px; }
	.cbp-af-header.cbp-af-header-shrink .navbar-collapse { margin-top: 1px; }
}
		
		
@media (max-width:767px){

	
	

	.cbp-af-header .logo img{-webkit-transition: all 0.3s;-moz-transition: all 0.3s;transition: all 0.3s;}
	.cbp-af-header-shrink .logo img{max-width:80%;}

	.navbar{border:1px solid #c4c4c4;border-top:0;padding: 0px;margin-top:8px;}
	
	.navbar-inverse .navbar-collapse {margin-top: 0; background-color: #ffff; padding: 0px;}
	
	.navbar-collapse.collapse.in{width:100%; background-color:#fff;}
	.dropdown-menu{max-width:100%!important}

	ul.nav.navbar-nav { display: block; width: 100%; margin: 0px auto; height: auto; padding: 0px;}
	ul.nav.navbar-nav li a {height: auto;margin: 0; text-align: center;line-height: normal; border-bottom: 1px solid #c4c4c4;}	
	
	.navbar.yamm.navbar-default .container { padding: 0px; margin: 0px auto;}	

	.yamm-content ul.list-unstyled li { }
	.yamm-content ul.list-unstyled li:first-child { }

	.yamm-content ul.col-md-2.col-sm-4.list-unstyled { width: 100% !important; min-height: auto !important; }

	.yamm-content ul.col-md-2.col-sm-4 li {    }
	.yamm-content ul.col-md-2.col-sm-4.list-unstyled li:first-child { padding: 0px !important; background: #535656; }
	.yamm-content ul.col-md-2.col-sm-4.list-unstyled li:last-child { border: 0px; }

	.yamm .yamm-content{padding:0!important;}

	.login{float:none;}
	.preHeader .container{padding-left:0; padding-right:0;}
	.form-inline .form-group, .form-inline .checkbox {display: inline-block; margin-bottom: 0; vertical-align: middle;}
	.cred.form-inline .material-symbols-outlined{display:none;}
	.preHeader .cred.form-inline .btn{float:right;margin-top:10px;}
	.navbar-toggle{margin-right:0;}
	
	.Blog .eice_news_list .pnot:first-of-type, .Blog .eice_news_list .pnot{width:100%;}
	.footIst .col-sm-4{margin-bottom:10px; padding-bottom:10px; border-bottom:1px solid #fff;}
	#back-to-top{bottom:5px; right:5px;}
	.header .row{position:relative;}
	.menu{position:absolute;}
	.navbar-inverse .navbar-collapse{border-color:transparent;}
	.navbar{min-height:1px;}
	.navbar.yamm.navbar-default li a{padding: 1.2em 0px; font-size:16px;}
	ul.nav.navbar-nav li:last-child a{border-bottom:0;}
	
	#SliderPage h2.upTit{font-size:30px;}
	#SliderPage h1.subTit{font-size:20px;}
	.tbl_customform tbody tr {display: flex;flex-direction: column;width: 80vw;}
	.tbl_customform label {padding: 0.5em 0 0 0;}
	.tbl_customform td {padding: 0 0 5px 0;}
	.cbp-af-header .logo img{padding:0 10px;}
	.cbp-af-header .logo img.img-logo{padding:10px 0;}
	.cbp-af-header-shrink .logo img{max-width:85%!important;}
	}
	





@media (max-width:640px){
}



@media (max-width:480px){ 
}




@media (max-width:320px){ 

}
