*{
-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

@font-face {
  font-family: 'roboto_i';
  src: url('../roboto/Roboto-Italic.ttf') format('truetype');
}

@font-face {
  font-family: 'roboto_l';
  src: url('../roboto/Roboto-Light.ttf') format('truetype');
}

@font-face {
  font-family: 'roboto_b';
  src: url('../roboto/Roboto-Bold.ttf') format('truetype');
}

body{font-family:roboto_b;background:#fff;height:100%;width:100%;color:#37444d;}

.fullwidth{color:#37444d;width:100%;float:left;}
.fullwidthtable{width:100%;float:table;}

.black{background:#000;}
.pdng{padding:10px 0px;}
.mgntop{margin-top:15px;}
.image{width:100%;float:left;}
.image img{width:100%;}

.ptr{cursor:pointer;}
.mbnbtm{margin-bottom:15px;}
.emptyspacing{width:100%;float:left;height:40px;}
.emptyspacing2{width:100%;float:left;height:50px;}
.emptyspacing3{width:100%;float:left;height:30px;}
@media(max-width:500px) {.zcontainer{width:100%;margin:0px auto;} }

@media(max-width:992px) and (min-width:501px) {.zcontainer{width:100%;margin:0px auto;} }
@media(min-width:992px) {.zcontainer{width:100%;margin:0px auto;} }


.overlay{position:absolute;width:100%;height:100%;top:0px;bottom:0px;/*background:#000;opacity:0.9;*/z-index:222;}
.overlay_title{position: relative; top: 50%; left:50%;transform: translate(-50%,-50%); color:#fff;z-index:222;text-align:center;font-size:20px;line-height:25px;width:140px;height:140px;border-radius:140px;padding-top:40px;border:1px solid #009933;}

.overlay_circle{}


@media(max-width:600px){
.col6{width:50%;float:left;}
.col12{width:100%;float:left;position:relative;margin-bottom:2px;}
.plft{padding-left:20px;padding-right:7px;}
.prgt{padding-left:7px;padding-right:20px;}
}

@media (min-width:601px) and (max-width:992px){
.col6{padding:5px;width:33.33%;float:left;}
.col12{width:50%;float:left;position:relative;margin-bottom:2px;}

}

@media (min-width:993px){
.col6{padding:5px;width:25%;float:left;}
.col12{width:50%;float:left;position:relative;margin-bottom:2px;}

}




.title{padding:5px;width:100%;float:left;background: rgba(255, 255, 255, 0.1);text-align:center;height:70px;font-family:roboto_b;}
.titlecell{line-height:20px;display:table-cell;vertical-align:middle;}

.pdng2{padding:12px;}
.pdng3{padding:9px;}

.themeclr{background:#009933;}
a{text-decoration:none;}
a:hover{text-decoration:none;}


.c-menu__items li a p {margin:0px}