@font-face{
font-family: 'Roboto Condensed', sans-serif;
src: url('/fonts/RobotoCondensed-Regular.ttf') format('truetype');
}
@font-face{
font-family: 'Roboto Condensed', sans-serif;
src: url('/fonts/RobotoCondensed-Light.ttf') format('truetype');
}
@font-face{
font-family: 'Roboto Condensed', sans-serif;
src: url('/fonts/RobotoCondensed-Bold.ttf') format('truetype');
}

#usl_page {min-height: 120px;background-image: url(/images/bgh.webp);background-position: center top;background-repeat: repeat;position: relative;z-index: 1;background-color: #00000000;background-blend-mode: color;display: flex;margin-bottom: 15px;padding: 10px;border-radius: 10px;/* flex-wrap: wrap; *//* justify-content: center; */justify-items: center;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;place-items: center;}

.icons {
    display: none;
}
.nostyle.vp h3 {
    text-align: left !important;
    margin-top: 50px !important;
    margin-bottom: 30px !important;
    color: #ffffff !important;
    font-size: 25px !important;
    font-weight: normal;
    position: relative;
    overflow: hidden;
    font-family: times new roman !important;
    max-width: 1200px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: linear-gradient( 
90deg, rgba(43,56,105,1) 23%, rgba(233,233,233,0) 100%);
    line-height: 44px;
    padding: 10px 15px;
}

.nostyle.vp h3:after {
    content: '';
    height: 2px;
    display: block;
    margin-top: 0px;
    background: linear-gradient(
    90deg, #ffb23f -40%, rgba(233,233,233,0) 64%);
    
}

.custom.vp {
    max-width: 1200px;
    margin: auto;
}

.custom.vp video {
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 330px;
    background-color: #000;
    width: 47%;
    margin: 1%;
}

.custom.vp iframe {
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 330px;
}

.nostyle.sliman {
 
}

.slider-gl .slick-list {
    overflow:visible;
   }

.slider-gl .slick-slide {
    padding: 0;
    margin-top:-100px;
    position: relative;
    height: 800px;
    overflow: hidden;
     background-color: #2b3869;
}

.slider-gl .slick-slide img {
    padding: 0;
    border-radius: 0;
    border: 0;
    position: absolute;
	width: 100%;
    height: auto;
}

.slider-gl .slick-slide h1 {
    position: absolute;
    z-index: 2;
    bottom: 40%;
    display: none;
    width: 100%;
    text-align: center;
    color: #fff;
    font-family: century gothic;
    text-transform: uppercase;
}

.slider-gl button.slick-next.slick-arrow {
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -20px;
    z-index: 1;
    width: 40px;
    height: 40px;
    content: '';
    overflow: hidden;
    background: none;
    border: none;
    color: transparent;
    background-image: url(/images/next2.png);
    background-size: contain;
    cursor: pointer;
    opacity: 0.3;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    outline: none;
}

.slider-gl button.slick-prev.slick-arrow {
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -20px;
    z-index: 1;
    width: 40px;
    height: 40px;
    content: '';
    overflow: hidden;
    background: none;
    border: none;
    color: transparent;
    background-image: url(/images/prev1.png);
    background-size: contain;
    cursor: pointer;
    opacity: 0.3;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    outline: none;
}

figure.newsflash-image {
    margin: 0;
}

figure.newsflash-image img {
    width: 100%;
}

.pull-left.item-image a img {
    width: 100%;
    margin-bottom: 7px;
}

.blog.nsb .items-row .item {
    background-color: #fff;
    padding: 25px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    box-shadow: 2px 0 11px 0 #f3f3f3;
}

.blog.nsb .items-row {
    display: flex;
    flex-wrap: wrap;
}

.blog.nsb .items-row .span2 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /* box-shadow: 2px 0 11px 0 #f3f3f3; */
    padding: 10px;
    /* background-color: #fff; */
    flex: 0 1 33.33%;
    display: flex;
}

.blog.nsb .item p {
    font-size: 14px;
    line-height: 140%;
}

.blog.nsb .page-header a {
    margin: 0;
    font-size: 17px;
    line-height: 115% !important;
    display: block;
    text-align: left;
    font-weight: bold;
    text-decoration: none;
    color: #000;
    margin-bottom: 10px;
}

.blog.nsb .item p.readmore {
    text-align: right;
    margin-top: 20px;
}

.blog.nsb .item p.readmore a {
    background: none;
    color: #353535 !important;
    font-size: 15px !important;
    text-decoration: none;
}

.nfl {
    flex: 1 1 33.33%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    box-shadow: 2px 0 11px 0 #f3f3f3;
    padding: 25px;
    margin-left: 20px;
}

.nsh [class*="nfl"]:first-child {
    margin-left: 0;
}

.nfl a.readmore.button {
    background-color: #fff;
    color: #353535  !important;
    float: right;
    font-size: 15px !important;
}

.nfl a.readmore.button:hover {
    color: #e59300 !important;
}

.nfl p {
    font-size: 14px;
    color: #7d7c7c;
    line-height: 145%;
    margin-bottom: 20px;
}

h4.newsflash-title.nsh a{
    margin-bottom: 10px;
    color: #000;
    text-decoration: none;
    display: block;
}

.newsflash.nsh {
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 30px;
    display: flex;
}

.nostyle.nsh h3 {
    text-align: left !important;
    margin-top: 20px !important;
    margin-bottom: 10px !important;
    color: #ffffff !important;
    font-size: 25px !important;
    font-weight: normal;
    position: relative;
    overflow: hidden;
    font-family: times new roman !important;
    max-width: 1200px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: linear-gradient(90deg, rgba(43,56,105,1) 23%, rgba(233,233,233,0) 100%);
    padding: 10px 15px;
}

.nostyle.nsh h3:after {
    content: '';
    height: 2px;
    display: block;
    margin-top: 0px;
    background: linear-gradient(90deg, #ffb23f -40%, rgba(233,233,233,0) 64%);
}

.nostyle.nsh {
    /*display: none; */
    background-color: #fff;
    padding: 30px 15px;
}

.nap a:hover div {
    background-position: bottom right;
}


.camera_caption_title {
    text-shadow: 0px 1px 6px #0000009e;
}

a.scmt {
    display: inline-block;
    text-decoration: none;
    background-color: #e49300;
    color: #fff;
    padding: 10px 15px;
    font-size: 20px;
    margin-top: 30px;
}

a.scmt:hover {
    display: inline-block;
    text-decoration: none;
    background-color: #e49300;
    color: #fff;
    padding: 10px 15px;
    font-size: 20px;
    margin-top: 30px;
}

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

img.slick-slider-page {
    background-color: #fff !important;
    border-radius: 0 !important;
    width: 32%;
    margin: 0% 0.5% !important;
    border: 1px solid #eee !important;
    box-shadow: 1px 1px 5px 1px #0000000a;
}

.lawer .article table p {
    text-align: left;
}

.lawer .article table h3 {
    text-align: left !important;
    padding-left: 0;
    margin-top: 5px !important;
    padding-top: 5px;
    color: #000 !important;
}
.lawer .article table span {
    text-align: left !important;
    padding-left: 0;
    font-size: 20px;
    display: block;
    margin-bottom: 15px;
    color: #000;
}
.lawer .article table img {
    text-align: left !important;
    width: 300px;
    height: auto;
    float: left;
    margin-right: 25px;
}



h3#lw_head {text-align: left !important;margin-top: 40px !important;margin-bottom: 10px !important;color: #ffffff !important;font-size: 25px !important;font-weight: normal;position: relative;overflow: hidden;font-family: times new roman !important;max-width: 1200px;margin: 0 auto;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;background: linear-gradient( 
90deg, rgba(43,56,105,1) 23%, rgba(233,233,233,0) 100%);line-height: 44px;padding: 10px 15px;}

h3#lw_head:after {
    content: '';
    height: 2px;
    display: block;
    margin-top: 0px;
    background: linear-gradient( 
90deg, #ffb23f -40%, rgba(233,233,233,0) 64%);
}

.lawers {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: stretch;
}

.lwr {
    flex: 1 1 23%;
    text-align: center;
    margin: 1%;
    background-color: #fff;
    box-shadow: 1px 1px 7px 1px #00000021;
}

.lwr img {
	width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 !important;
    padding: 15px !important;
    border-radius: 0 !important;
    border: 0 !important;
    background-color: #f9f9f9 !important;
}

.lwr p {
    margin: 0 !important;
    color: #0a0a0a;
    margin-bottom: 5px !important;
    font-size: 21px;
}

.lwr span {
    font-size: 15px;
    margin-bottom: 10px;
    display: block;
    color: #929292;
}

.nostyle.sl_over {
    margin-top: -135px;
    min-height: 280px;
    background-image: url(/images/bgall.jpg);
    background-position-y: -50px;
    background-size: cover;
}

.abo_inner img {
    width: 80px;
    margin-bottom: 20px;
}

.custom_ctf:nth-child(even)>a>div.nap_inner {
    background-color: #000;
}

.custom_ctf h3.alg_serv {
    text-align: left !important;
    margin-top: 50px !important;
    margin-bottom: 10px !important;
    color: #ffffff !important;
    font-size: 25px !important;
    font-weight: normal;
    position: relative;
    overflow: hidden;
    font-family: times new roman !important;
    max-width: 1200px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: linear-gradient(
90deg, rgba(43,56,105,1) 23%, rgba(233,233,233,0) 100%);
    line-height: 44px;
    padding: 10px 15px;
}

.custom_ctf h3.alg_serv:after { 
    content: '';
    height: 2px;
    display: block;
    margin-top: 0px;
    background: linear-gradient(90deg, #ffb23f -40%, rgba(233,233,233,0) 64%);
}

.custom_ctf h2:after {
content: '';
    height: 2px;
    display: block;
    /* width: calc(100% - 145px); */
    /* position: absolute; */
    /* top: 52%; */
    /* right: 10px; */
    margin-top: 0px;
    background: linear-gradient( 
90deg, #ffb23f -40%, rgba(233,233,233,0) 64%);
}

.custom_ctf.rus h2:after {
    content: '';
    background-color: #e59300;
    height: 2px;
    display: block;
    width: calc(100% - 595px);
    position: absolute;
    top: 50%;
    right: 0;
}

.custom_ctf.rus h3.alg_serv:after {
    content: '';
    background-color: #e59300;
    height: 2px;
    display: block;
    width: calc(100% - 105px);
    position: absolute;
    top: 50%;
    right: 0;
}

.desktop ul.hmenu>li.ext>a:after {
    content: " ";
    display: inline-block;
    height: 10px;
    width: 10px;
    background-image: url(/images/down.png);
    background-position: center center;
    background-size: contain;
    margin-left: 3px;
}

.moduletable.lng {
    float: right;
    margin-left: 20px;
    padding-top: 3px;
}

#usl_page h3 {
    color: #ffea01 !important;
    text-align: center !important;
    justify-items: center;
    justify-content: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    place-items: center;
    padding: 0 30px;
    width: 100%;
    margin: 0 !important;
}

div#usl_page a {
    color: #ffea02;
    width: 100%;
}

#usl_page img {
    color: #ffea01 !important;
    text-align: center !important;
    justify-items: center;
    justify-content: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 200px;
    border: 3px solid #ffea01;
    padding: 0;
}

.article h3 {
    text-align: center !important;
    margin-top: 20px !important;
    margin-bottom: 5px !important;
    color: #424242 !important;
    font-size: 35px !important;
    font-weight: normal;
    /* font-family: times new roman !important; */
}

.nostyle_vid_glav {
    color: #fff;
    min-height: 120px;
    background-image: url(/images/natur.png);
    background-position: center top;
    background-repeat: repeat;
    position: relative;
    z-index: 1;
    /* background-color: #00000000; */
    /* background-size: 275px; */
    background-blend-mode: color;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.custom_vid_glav {
    margin: auto;
    padding: 50px 15px 70px 15px;
    background-color: #00000000;
    /*  background-image: url(/images/bglv2.webp);
    background-position: left 0px bottom 0px;*/
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
    background-color: #1a2a6b5e;
    /* background-size: 655px; */
    background-blend-mode: color;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.vidi {
    max-width: 1200px;
    margin: auto;
      text-align: center;
}

.nostyle_vid_glav h3 {
    text-align: center;
    /* padding-top: 50px; */
    margin: 0px auto 35px auto;
    color: #ffffff;
    font-size: 35px;
    font-weight: normal;
    font-family: times new roman;
    letter-spacing: 1px;
    position: relative;
    max-width: 1200px;
}

.nostyle_vid_glav h3:before {content: '';background-color: #e59300;height: 2px;display: block;width: calc(50% - 115px);position: absolute;top: 50%;left: 0px;}

.nostyle_vid_glav h3:after {content: '';background-color: #e59300;height: 2px;display: block;width: calc(50% - 115px);position: absolute;top: 50%;right: 0px;}

.custom.tp.clearfix h2:after {    
    content: '';
    height: 2px;
    display: block;
    margin-top: 0px;
    background: linear-gradient(90deg, #ffb23f -40%, rgba(233,233,233,0) 64%);
    }

.article tbody tr td p {
    margin: 0px;
}

.hd.right h1 {
    color: #ffea01;
    font-size: 22px;
    font-weight: normal;
}

.hd.right h2 {
    color: #ffffff;
    font-size: 19px;
    font-weight: normal;
}

.header_inner {
    /* background-image: url(/images/bgl2.webp); */
    /* background-position: right -94px top -7px; */
    /* background-repeat: no-repeat; */
    position: relative;
    z-index: 1;
    /* background-color: #00000000; */
    /* background-size: 655px; */
    /* background-blend-mode: color; */
}

.ls_img button.slick-prev.slick-arrow {
    width: 30px;
    height: 30px;
    left: 0;
    margin-top: -15px;
}

.ls_img button.slick-next.slick-arrow {
    width: 30px;
    height: 30px;
    right: 0;
    margin-top: -15px;
}

.ls_txt {
    display: inline-block;
    float: left;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px;
}

.ls_img.main-slider2 {
    display: inline-block;
    float: right;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 30px;
}

.custom.ls.clearfix {
    background-color: #fff;
    padding: 15px;
    border-top: 2px solid #d7d7d7;
    border-bottom: 3px solid #b9b9b9;
    /* max-height: 146px; */
    overflow: hidden;
}

.ls_txt p {text-align: left !important;margin-top: 30px !important;margin-bottom: 10px !important;color: #ffffff !important;font-size: 25px !important;font-weight: normal;position: relative;overflow: hidden;font-family: times new roman !important;/* max-width: 1200px; */margin: 0 auto;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;background: linear-gradient( 
90deg, rgba(43,56,105,1) 23%, rgba(233,233,233,0) 100%);line-height: 44px;padding: 10px 15px;}

.ls_txt p:after {    content: '';
    height: 2px;
    display: block;
    margin-top: 0px;
    background: linear-gradient(90deg, #ffb23f -40%, rgba(233,233,233,0) 64%);}

.custom.lts.clearfix {
    max-width: 1300px;
    margin: auto;
    padding: 15px 30px;
}

.slick-slider {
    background: none !important;
}

.slick-slide {
    padding: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
      outline: none;
}

.slick-slide img {
	width: 100%;
    margin-bottom: 0px;
    border: 1px solid #ccc;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 10px;
}

.slick-slide p {
    padding: 10px;
    text-align: justify;
}

button.slick-prev.slick-arrow {
position: absolute;
    left: -30px;
    top: 50%;
    margin-top: -20px;
    z-index: 1;
    width: 60px;
    height: 60px;
    content: '';
    overflow: hidden;
    background: none;
    border: none;
    color: transparent;
    background-image: url(/images/prev.png);
    background-size: contain;
      cursor: pointer;
    opacity: 0.3;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
  outline: none;
}

button.slick-next.slick-arrow {
    position: absolute;
    right: -30px;
    top: 50%;
    margin-top: -20px;
    z-index: 1;
    width: 60px;
    height: 60px;
    content: '';
    overflow: hidden;
    background: none;
    border: none;
  color: transparent;
      background-image: url(/images/next.png);
    background-size: contain;
      cursor: pointer;
    opacity: 0.3;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
  outline: none;
}

button.slick-next.slick-arrow:hover {
    opacity: 0.8;
}

button.slick-prev.slick-arrow:hover {
    opacity: 0.8;
}


.lg img {
    height: 45px;
    background-color: #fff;
    margin: 2px;
    padding: 2px;
    border-radius: 5px;
}


.AG_classic tbody tr:first-child td {
    background: none !important;;
    color: #333 !important;;
    font-size: 15px !important;;
    padding: 7px 15px !important;;
    border: 0 !important;;
    font-weight: bold !important;;
    background-color: transparent !important;;
  text-align: center !important;;
}

.AG_classic table tr:nth-child(odd) {
    background-color: transparent !important;;
}

.article .AG_classic table tr:hover {
    background-color: transparent !important;;
}

.AG_classic .ag_thumbclassic {
    float: none;
    background-position: bottom right;
    background-repeat: no-repeat;
    margin: 0 3px 5px;
    padding: 0 2px 2px 0;
    display: inline-flex;
}

.au_item.cons .tx li {
  font-size: 15px !important;
}

.au.clearfix h3 {
    background: none;
    border: 0;
    text-align: center;
}

.au_item.cons {
    background-color: #00866a;
}

.au_item.public {
    background-color: #00866a;
}

.au_item.metod {
    background-color: #026f9e;
}

.au_item.exp {
    background-color: #038038;
}

.au_item.nserv {
    background-color: #40b3a8; 
}

.au_item.cons .bgg {
    background-image: url(/images/cons.jpg);
    height: 290px;
    background-size: cover;
    background-position: right top;
}

.au_item.cons .tx li {
    font-size: 15px !important;
    line-height: 135% !important;
}


.au_item.exp .bgg {
    background-image: url(/images/ldr.jpg);
    height: 250px;
    background-size: cover;
    background-position: right top;
}

.au_item.metod .bgg {
    background-image: url(/images/metod.jpg);
    height: 300px;
    background-size: cover;
    background-position: right top;
}

.au_item.house .bgg {
    background-image: url(/images/house.jpg);
    height: 270px;
    background-size: cover;
    background-position: right top;
}

.au_item.public .bgg {
    background-image: url(/images/pub.jpg);
    height: 250px;
    background-size: cover;
    background-position: right top;
}

.au_item.nserv .bgg {
    background-image: url(/images/nserv.jpg);
    height: 280px;
    background-size: cover;
    background-position: right top;
}

.tx {
    padding: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 13px;
    line-height: 125% !important;
}

.tx li {
    line-height: 115% !important;
    padding-left: 20px !important;
}

.tx ul {
    line-height: 115% !important;
    padding-left: 20px !important;
    margin: 10px 0 5px 4px !important;
}

.au_item li:before {
    display: inline-block !important;
    left: 20px !important;
    top: 4px !important;
    vertical-align: middle !important;
    line-height: 115% !important;
    content: " " !important;
    position: absolute !important;
    width: 6px !important;
    height: 6px !important;
    border-radius: 50% !important;
    background-color: #dedede !important;
}

.au_left {
    display: inline-block;
    width: 50%;
    float: left;
}

.au_item {
    background-color: #00608a;
    padding: 0;
	margin-bottom: 15px;
    position: relative;
}

.au_right {
display: inline-block;
    width: 50%;
    float: right;
}

.au_item h4 {
    color: #fff !important;  
}

.au_item p {
    color: #fff !important; 
}

.au_item li {
    color: #fff !important; 
}

.article table {
    width: 100%;
    max-width: 1000px;
    margin: auto !important;
}

.article tbody tr:first-child td {
    /* background: #ffea01; */
    /* color: #000; */
    /* font-size: 18px; */
    /* padding: 10px 7px; */
    /* border-top: 1px solid #D7D7D7; */
    /* font-weight: bold; */
    /* min-width: 45px; */
    /* line-height: 115%; */
}

.article tbody col:first-child td {
  font-weight:bold !important;
  color:000 !important;
}

col#c1 td {
  font-weight:bold !important;
  color: #000 !important;
}

.article table tr:hover {
  background-color: #ffffff54 !important;
}

.article table tr:nth-child(even) {
  /* background-color: #ffffff; */
}

.article table tr:nth-child(odd) {
  /* background-color: #fff; */
}

.article tbody tr td  {
    padding: 10px 7px;
    color: #444;
    /* border: 1px solid #D7D7D7; */
    font-size: 15px;
    text-align: center;
}

.article table tr td:nth-child(2) {
    text-align: left;
}

.blog.prod {
    padding: 0 15px;
}

.cat-children {
    display: none;
}

p.ss {
    font-size: 20px !important;
    color: #08dbfd;
}

p.zz {
    font-size: 22px !important;
    color: #ffffff;
    text-decoration: underline;
    margin-bottom: 15px !important;
}

.intr {
    max-width: 1200px;
    margin: auto;
}

.abo_inner p {
   max-width: 1200px;
   margin: auto;
}

.abo {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.item-page.about .article img {
    background: none;
    border: 0;
    margin: 0;
    padding: 0;
}

.abo_inner {margin: 0%;flex: 1 1 25%;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;padding: 25px 15px;border: 0px solid #ffea01;border-radius: 0px;vertical-align: top;text-align: center;color: #d6d6d6;}

.abo_inner p {
    font-size: 55px !important;
    color: #d6d6d6;
    font-family: times new roman !important;
}
.abo_inner span li {
    text-align: left;
    font-size: 17px;
    line-height: 155%;
}

.abo_inner ul {
    display: inline-block;
    list-style-type: circle;
    text-align: left;
    line-height: 165%;
}

.custom.zag p {
    font-size: 17px;
    line-height: 145%;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 15px;
}

.custom_ctf h2 {text-align: left !important;margin-top: 50px !important;margin-bottom: 10px !important;color: #ffffff !important;font-size: 25px !important;font-weight: normal;position: relative;overflow: hidden;font-family: times new roman !important;max-width: 1200px;margin: 0 auto;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;background: linear-gradient( 
90deg, rgba(43,56,105,1) 23%, rgba(233,233,233,0) 100%);line-height: 44px;padding: 10px 15px;}

.custom_ctf h3 {
    text-align: left;
    margin-top: 0px;
    margin-bottom: 6px;
    color: #656565;
    font-size: 20px;
}

.custom_ctf p:before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: "\f058";
    position: absolute;
    left: 3px;
    top: 3px;
    font-size: 20px;
    color: #39467d;
}

.custom_ctf p {
    text-align: justify;
    margin-top: 0px;
    margin-bottom: 20px;
    color: #303030;
    font-size: 17px;
    line-height: 150%;
    position: relative;
    padding-left: 30px;
}

.camera_prevThumbs, .camera_nextThumbs, .camera_prev, .camera_next, .camera_commands, .camera_thumbs_cont {
    background: none;
}

.top_right a {
    text-decoration: none;
    color: #fff;
    font-size: 14px;
}

.top_left {
    float: left;
}

.top_right {
    float: right;
}

.top_right i {
    margin-left: 25px !important;
}

.moduletable.gtr {
    display: inline-block;
    margin-left: 25px;
}

.custom.top i {
    color: #f3c43a;
    margin: 3px 5px;
}

.nostyle.top {
    background-color: #2b3869;
}

a.top.fx {
  display:block;
}

ul.categories-module.mod-list li a {
    text-decoration: none;
}

a.top {
    display: none;
    height: 30px;
    width: 30px;
    right: 25px;
    bottom: 80px;
    position: fixed;
    z-index: 999;
    background-color: #1228847a;
    text-align: center;
    vertical-align: middle;
    padding: 10px;
    border-radius: 50%;
    color: #fff;
    font-size: 28px;
}

.custom.top {
    /* max-width: 1200px; */
    margin: auto;
    padding: 5px 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

a.menu-btn.close span:nth-child(3) {
    display: none;
}

a.menu-btn.close span:nth-child(1) {
transform: rotate(45deg);
}

a.menu-btn.close span:nth-child(2) {
  transform: rotate(135deg);
}

.why img {
    float: left;
    height: 85px;
    width: auto;
    position: relative;
    margin: 30px;
}

.why p {
    font-size: 23px;
    vertical-align: middle;
    margin-top: 0px;
}

.why span {
	display: table-cell;
    height: 147px;
    vertical-align: middle;
    font-size: 18px;
    padding-right: 15px;
}

.why.we span {
    font-size: 35px;
}

.why {
    display: inline-block;
  /*  width: 25%;*/
    float: left;
    min-height: 120px;
}

.why.we {
    width: 20%;
}

.why.we1 {background-color: #cacaca; width: 40%;}

.why.we2 {background-color: #d6d6d6; width: 40%;}

.why.we3 {background-color: #d6d6d6;}

.nostyle.why_we {
    background-color: #bbbbbb;
    color: #000;
}

.breadcrumbs {
    text-align: center;
}

.pre_item.avto li {
    text-align: left;
    display: block;
    margin: auto;
    max-width: 300px;
}

.pre_item.avto {
    width: 49%;
}

.custom.mapp iframe {
    float: left;
    width: 100%;
}

p.ctext {
    font-size: 2.1em;
    margin-bottom: 5px;
    font-family: times new roman;
    color: #f5d67a;
}

.cta_right i {
    color: #f5d67a;
    font-size: 16px;
    width: 30px;
    text-align: center;
    margin-right: 5px;
}

.cta_right i.fab.fa-whatsapp {
    margin-left: 0;
    font-size: 26px;
}

.cta_right a {
    display: block;
    color: #fff;
    font-size: 1em;
    text-decoration: none;
    line-height: 175%;
}

.cta_fix {
    display: none;
    position: fixed;
    width: 100%;
    /* height: 40px; */
    background-color: #004073;
    bottom: 0px;
    left: 0;
    z-index: 999;
    text-align: center;
}

.cta_fix a {
    display: inline-block;
    float: left;
    width: 45%;
    padding: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    color: #fff;
    text-decoration: none;
    font-size: 1em;
    height: 50px;
}

.cta_fix i {
    color: #fff !important;
    font-size: 1.5em;
    width: 30px;
    text-align: center;
    margin-right: 10px;
}

a.whatss {
    background-color: #338e00;
}

.cta_left {
    float: left;
    width: 45%;
    text-align: right;
    font-size: 18px;
    margin-top: 20px;
    display: inline-block;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 15px;
}

.cta_right:before {
	content: '';
	position: absolute;
	height: 100%;
	width: 1px;
	background-color: #c5c5c5;
	display: block;
	margin-left: -14px;
}

.cta_right {
	float: right;
	width: 55%;
	text-align: left;
	font-size: 18px;
	margin-top: 20px;
	/* border-left: 1px solid #a2a2a2;*/
	display: inline-block;
	vertical-align: top;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 15px;
	position: relative;
}

.nostyle.cta {
    /* padding-top: 20px; */
    /* padding-bottom: 20px; */
    color: #fff;
    min-height: 120px;
    background-image: url(/images/bgc.jpg);
    background-position: center -100px;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
    background-color: #00000000;
    /* background-size: 275px; */
    background-blend-mode: color;
}

.custom.cta {
    /* max-width: 1200px; */
    padding: 0 15px;
    margin: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: auto;
    padding: 35px 15px 35px 15px;
    background-color: #00000000;
    /* background-image: url(/images/bgl2.webp); */
    /* background-position: right 0px bottom -50px; */
    /* background-repeat: no-repeat; */
    position: relative;
    z-index: 1;
    background-color: #182b709e;
    /* background-size: 655px; */
    background-blend-mode: color;
}

.jlmf-button {
    display: block;
    margin-top: 10px;
    padding: 5px 15px;
    font-family: inherit;
    font-size: .8rem;
    font-weight: 400;
    line-height: 2;
    text-transform: uppercase;
    border: none;
    background-color: #00588a;
    color: #fff;
    cursor: pointer;
    margin: auto;
    width: 90%;
    max-width: 200px;
}

.jlmf-link {
    padding: 5px 15px;
    font-family: inherit;
    font-size: .8rem;
    font-weight: 400;
    line-height: 2;
    text-transform: uppercase;
    border: none;
    background-color: #00588a;
    color: #fff;
    cursor: pointer;
    margin: auto;
    width: 90%;
    display: block;
    max-width: 200px;
    margin-top: 6px;
}

.nostyle_oper {
	background-color: #d60405;
    color: #fff;
    background-image: url(/images/fl.png);
    background-position-x: -51px;
    height: 110px;
    background-size: 100px;
    background-repeat: no-repeat;
    min-height: 120px;
    background-position-y: center;
}

.custom_oper {
    max-width: 1200px;
    margin: auto;
    text-align: center;
    padding: 30px 0px;
}

.custom_oper h1{
	color:#fefd00;
      font-size: 2.5em;
}

.item-page.prod dd.field-entry:before {
    color: #00a1d4;
    font-size: 18px;
    width: 30px;
    display: inline-block;
    text-align: center;
}

.tour_day a {
    background-color: #78a8ff;
    padding: 3px 7px;
    color: #fff !important;
    border-radius: 5px;
}

.tour_day a:hover {
    background-color: #c32fbb;
    color: #fff !important;
    text-decoration: none !important;
}

.tour_day ul {
   position: relative;
   padding-left: 10px;
}

.tour_day ul:before {
	content: '';
    border-left: 2px dashed #78a8ff;
    /* float: left; */
    /* width: 5px; */
    height: 100%;
    display: block;
    position: absolute;
    /* font-size: 31px !important; */
    left: -5px;
}


a.title-article {
	display: block;
	text-align: center;
	color: #fff !important;
	font-weight: normal;
	font-size: 13px;
	line-height: 115% !important;
	padding: 10px 5px;
	background-color: #29373e;
	float: left;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


i.fab.fa-whatsapp {
    color: #2fea00;
    margin-left: 6px;
    font-size: 20px;
}

.nap a {
    text-decoration: none;
    /* cursor: unset; */
}


.info span {
    font-size: 18px;
    margin-top: 0px;
    display: inline-block;
    border-left: 2px solid #ababab;
    margin-left: 10px;
    padding-left: 8px;
}

.info {
    position: absolute;
    bottom: 15px;
    width: 100%;
    left: 0;
}

.info img {
	width:30px;
}

div#nap h1 {
font-family: 'Fira Sans Extra Condensed', Arial, sans-serif;
    font-weight: normal;
    text-align: center;
    margin-bottom: 20px;
    font-size: 30px;
    color: #bb1c56;
    position: relative;
    padding-bottom: 30px;
}

div#nap h1:before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 100%;
    height: 26px;
    background: url(/images/line.png) center center no-repeat;
      -webkit-filter: brightness(80%);
    filter: brightness(80%);
}


div#nap {
    max-width: 1200px;
    margin: 0 auto;
}

.nap_img a i {
color: #c40044;
    margin-right: 12px;
    font-size: 23px;
    -webkit-transition: -webkit-transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
}

#nap > div:nth-child(3) {
  /*  margin-left: 0;*/
}

#nap > div:nth-child(2) {
    margin-left: 0;
}

.address_icon {
    position: absolute;
    left: 30px;
    top: 6px;
}

.nap_inner h2 {
    font-weight: normal;
    margin-bottom: 10px;
}

.nap {
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    width: 33.33%;
    padding: 0px;
    margin: 0%;
}

.nap_inner {
    box-sizing: border-box;
   /* background-color: #313f77 !important;*/
    padding: 0px;
    text-align: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 0px;
    position: relative;
    /* border: 1px solid #bd7d0d5c; */
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
}

.nap_inner.mrme {
    background-image: url(/images/cat/pult.jpg);
}

.nap_inner.ee {
    background-image: url(/images/cat/oo.jpg);
    background-color: #585858;
}

.nap_inner.ee {}


.nap_inner.ic {
    background-image: url(/images/cat/gbr.jpg);
    background-color: #4e4e4e;
}

.nap_inner.cm {
    background-image: url(/images/cat/lich.jpg);
    background-color: #3a3a3a;
}

.nap_inner.ism {
    background-image: url(/images/cat/gruz.jpeg);
    background-color: #484848;
}

.nap_inner.am {
    background-image: url(/images/cat/am.jpg);
}

.nap_inner.pi {
    background-image: url(/images/cat/pi.jpg);
}

.nap_inner.og {
    background-image: url(/images/cat/teh.jpg);
}

.nap_inner.hs {
    background-image: url(/images/cat/inkas.jpg);
}

.nap_inner.scm {
    background-image: url(/images/cat/inkas.jpg);
    background-color: #353535;
}

.nap_inner.pc {
    background-image: url(/images/cat/pc.jpg);
}

.nap_inner.lm {
    background-image: url(/images/cat/lm.jpg);
}

.nap_inner.csm {
    background-image: url(/images/cat/csm.jpg);
}

.nap_inner.pe {
    background-image: url(/images/cat/pe.jpg);
}

.nap_inner.ewt {
    background-image: url(/images/cat/ewt.jpg);
}

.nap_inner.lab {
    background-image: url(/images/cat/lab.jpg);
}

.nap_inner.tax {
    background-image: url(/images/cat/poligraf.jpeg);
    background-color: #585858;
}

.nap_inner.cons {
    background-image: url(/images/cat/kons.jpg);
    background-color: #585858;
}

.nap_inner.bank {
    background-image: url(/images/cat/bf.jpeg);
    background-color: #4e4e4e;
}

.nap_inner.arbi {
    background-image: url(/images/cat/ad.jpg);
    background-color: #484848;
}

.nap_inner.mari {
    background-image: url(/images/cat/ml.jpg);
    background-color: #3a3a3a;
}

.nap_inner.loan {
    background-image: url(/images/cat/ls.jpeg);
    background-color: #353535;
}

.nap_inner.oth {
    background-image: url(/images/cat/pns.jpg);
    background-color: #585858;
}

.nap_inner.will {
    background-image: url(/images/cat/will.jpg);
}

.nap_inner.ipp {
    background-image: url(/images/cat/ip.jpg);
}

.nap_img:hover span {

}

.nap_img:hover a {
    border: 2px solid #ffffff;
    bottom: 8%;
    color: #fff;
}

.nap_img:hover i {
    color: #fff;
    background: none;

}

.nap_img a:hover i {

   -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.nap_img {
    position: relative;
    display: flex;
    height: 200px;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
    transition: 0.9s;
    padding: 25px;
    opacity: 1;
    /* background-color: #1c233f; */
    color: #e5e5e5;
    text-align: left;
    justify-content: center;
    justify-items: baseline;
    place-items: baseline;
    flex-wrap: wrap;
    align-content: flex-end;
    /* background-image: url(/images/bg.jpg); */
    background: linear-gradient(to bottom,rgba(0,0,0,0) 0%,rgb(0 0 0 / 65%) 100%);
}

.nap_img h3 {
    font-size: 16px;
    font-weight: normal;
    /* margin-top: 40%; */
    text-transform: uppercase;
    text-shadow: 0px 1px 1px #0000009e;
    width: 100%;
    color: #ffffff;
    font-family: times new roman;
    letter-spacing: 1px;
}

.nap_img hr {
    display: inline-block;
    width: 1%;
    height: 2px;
    background-color: #fff0;
    border: 0;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    margin-left: 0;
}

.nap_img:hover hr {
    width: 100%;
    height: 2px;
    opacity: 0.1;
}

.nap_img p {
    font-size: 14px;
    font-weight: normal;
    margin-top: 35%;
    color: #d0d0d0;
    letter-spacing: 0.5px;
    line-height: 125%;
}


.nap_img:hover {
    /* background-color: #bd7a00e6; */
    color: #000;
    /* background: linear-gradient(to bottom,rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%); */
    opacity: 1;
}

.nap_img:hover h3 {
    color: #ffc41d;
    text-shadow: none;
}

.nap_img:hover hr {
    background-color: #ffb23f;
    /* display: none; */
    opacity: 0.8;
}

.nap_img a {
    display: block;
    position: absolute;
    z-index: 2;
    color: #b2b1b1;
    font-size: 15px;
    text-decoration: none;
    text-align: center;
    padding: 15px;
    background: none;
    margin-left: -65px !important;
    /* width: 37%; */
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    left: 50%;
    bottom: 5%;
    border: 2px solid #b2b1b1;
    text-transform: uppercase;
    font-weight: bold;
    margin: auto;
}

.nap_img a:hover {

}


.nap_img img {
	height: auto;
    vertical-align: middle;
    border: 0;
    display: inline-block;
    margin-top: -7px;
}



#camera_wrap_87 .camera_caption > div div.camera_caption_title {
    font-size: 3em;
    text-shadow: 0px 4px 8px #00000070;
    text-align: center;
}

#camera_wrap_87 .camera_caption > div div.camera_caption_desc {
    font-size: 1.6em;
    text-shadow: 0px 4px 8px #000000de;
    text-align: center;
    margin-top: 10px;
}

#camera_wrap_87 .camera_caption > div {
    background: no-repeat;
}

.pro.half.fito3.ms {
    display: none;
}


.blog.prod>.post {
    background:  none !important;
    box-shadow: none !important;
    text-align: center;
}

span.subheading-category {
    text-decoration: none;
    text-align: center;
    color: #000000;
    line-height: 22px !important;
    display: block;
    margin-top: 10px;
    margin-bottom: 30px;
    font-size: 35px;
    text-transform: uppercase;
}

video.mvid {
    width: 50%;
    margin-top: 0px;
    margin-bottom: 0px;
    display: inline-block;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px;
}

.custom.tp.clearfix p {
    font-size: 17px;
    line-height: 115%;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 10px;
}

.custom.tp.clearfix h2 {
text-align: left !important;
    margin-top: 0px !important;
    margin-bottom: 10px !important;
    color: #ffffff !important;
    font-size: 25px !important;
    font-weight: normal;
    position: relative;
    overflow: hidden;
    font-family: times new roman !important;
    /* max-width: 1200px; */
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: linear-gradient( 
90deg, rgba(43,56,105,1) 23%, rgba(233,233,233,0) 100%);
    line-height: 44px;
    padding: 10px 15px;
}

.ya-share2__list_direction_horizontal > .ya-share2__item {
    margin: 4px 3px 3px 0px !important;
}

img.aruu {
    margin: auto;
    display: block;
    height: 150px;
    margin-bottom:40px;
}

input#field1 {
    width: 98%;
    height: 25px;
    font-size: 20px;
    padding: 5px;
    border-radius: 0;
  margin-bottom: 10px;
}

input#field2 {
    width: 98%;
    height: 25px;
    font-size: 20px;
    padding: 5px;
    border-radius: 0;
}

input#field3 {
    font-size: 20px;
    padding: 10px;
    border-radius: 0;
    background-color: #017ab1;
    color: #fff;
}

table.trans_h {
margin: auto !important;
    background-color: rgba(46, 132, 165, 0.32);
    font-size: 15px;
    color: #000;
    overflow: hidden;
    border: 1px solid #908d8d !important;
    text-align: left;
    width: 98%;
      overflow-x: scroll;
    display: block;
}

table.trans_h p {
margin: 8px 0;
padding: 0 7px;
}

table.trans_h td{
    padding: 5px 5px;
    background-color: #3384ca;
    color: #fff;
    border: solid 1px #ffffff;
      text-align: left;
}

table.trans td p {
    margin: 4px 0px;
}

table.trans td {
padding: 10px 5px;
border: solid 1px #B9C2CB;
      text-align: left;
}

table.trans {
margin: auto !important;
    background-color: #fdfdfd;
    font-size: 15px;
    color: #000;
    overflow: hidden;
    border: 1px solid #f5f5f5 !important;
    text-align: left;
    width: 98%;
    overflow-x: scroll;
    display: block;
    max-width: 1000px;
}


table.trans td {

}

table.trans tbody tr:nth-child(even) {
    background: #e6f3d4;
}

a.hsc i {
    color: #fff;
    font-weight: normal;
    padding: 0;
    margin: 0;
    margin-left: 10px;
    font-size: 22px;
    float: right;
}

.nostyle h3 {
    font-weight: bold;
    color: #ff0f0f;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 26px;
    line-height: 44px;
}

.nostyle h3:before {
    background-image: url(/images/ko.png);
    display: block;
    width: 30px;
    height: 30px;
}

video.bvid {
    width: 48%;
    margin: 1% !important;
    display: inline-flex;
    float: left;
    background-color: #ffea01;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px;
    outline: none;
}

a.hsc {
    display: inline-block;
    text-decoration: none;
    background-color: #61a700;
    color: #fff;
    padding: 8px 20px;
    border-radius: 14px;
    margin-top: 3px;
    font-weight: bold;
    font-size: 14px;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    line-height: 169%;
    margin-bottom: 5px;
}

a.hsc:hover {
background-color: #cc413c;
   /* padding: 13px 23px;*/
  
}

.tp_right li {
    padding-left: 34px;
    margin: 0px 0 0 0;
    line-height: 28px;
    font-size: 17px;
}

.tp_right li:before {
    display: inline-block;
    margin-right: 8px;
    bottom: 2px;
    position: relative;
    vertical-align: middle;
    line-height: 25px;
    content: "\f058";
    font: normal normal normal 30px/1 'Font Awesome 5 Free';
    color: #cc5041;
    margin-left: -34px;
}

video.kvid {
    width: 48%;
    display: inline-block !important;
    margin: 1% !important;
    float: left;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #ffea01;
    padding: 5px;
    outline: none;
}

.video_div.clearfix {
    float: left;
    width: 100%;
      text-align: center;
}


table.doc img {
    width: 95%;
    border-radius: 20px;
    -webkit-box-shadow: 0px 2px 5px -1px rgba(0,0,0,0.57);
    -moz-box-shadow: 0px 2px 5px -1px rgba(0,0,0,0.57);
    box-shadow: 0px 2px 5px -1px rgba(0,0,0,0.57);
    border: 2px solid #fff;
}

table.doc tr {
display: inline-block;
    float: left;
    width: 54%;
}

table.doc tr:nth-child(1) {
    width: 45%;
}

table.doc td {
    display: block;
    padding: 0px 10px;
}


table.doc h4 {
    color: #000;
    text-align: left;
    min-height: 47px;
    /* background-color: #f7f7f7; */
    padding: 10px 0;
    font-size: 28px;
    margin-top: 0;
}
table.doc span {
    display: block;
    text-align: left;
    line-height: 16px;
    color: #636363;
    font-size: 14px;
    padding: 5px;
    font-family: arial;
}

table.doc p {
    margin: 0px;
}

table.doc {
    height: auto !important;
    width: 49% !important;
    display: inline-block;
    vertical-align: top;
    /* border: 1px solid #ccc; */
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0.5% !important;
    float: left;
      min-height: 260px;
}




p.zag:before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    /* background: url(/images/lin1.png) center center no-repeat; */
   /* -webkit-filter: brightness(90%);*/
    /* filter: brightness(20%); */
    /* background-color: #059cff; */
}

.custom.zag p:before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 100%;
   /* height: 26px;
    background: url(/images/ling1.png) center center no-repeat;
    -webkit-filter: brightness(100%);
    filter: brightness(100%);*/
}


.container {
    max-width: 1200px;
    margin: 0 auto;
}


.address_icon {
    position: absolute;
    left: 30px;
    top: 6px;
}

.nostyle.pre.clearfix {
    padding: 0px 0px;
    border-bottom: 2px solid #e6e6e6;
    background-image: url(/images/bw2.png);
}

.nostyle_nap.clearfix {
    background-image: url(/images/bg22.png);
    background-size: 610px;
    background-repeat: no-repeat;
    /* background-position-y: -65px; */
    background-position-x: right;
    background-color: #fff;
}

.custom_nap.clearfix {
  background-color: #ffffff8f;
  padding: 60px 0px;
}

p.zag {
	display: block;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 0px;
    font-size: 40px;
    font-weight: bold;
    color: #2464aa;
    line-height: 100%;
    margin-top: 25px;
    position: relative;
    padding-bottom: 15px;
}



.tp_left h2 {
/*font-family: 'Bonzai Regular'; */
    font-size: 16px;
    font-weight: bold;
    color: #404040;
    line-height: 100%;
    text-transform: uppercase;
}

.nostyle.slck {
	margin-top: -135px;
	/*min-height: 712px;*/
	/*   background-image: url(/images/ktsl1.jpg);*/
	background-position-y: -10px;
	background-size: cover;
}  

.tp_right img {
    width: 50%;
    max-width: 110px;
    margin-top: 40px;
}

.custom.tp.clearfix {
    margin: auto;
    padding: 60px 15px;
    /* background-color: #00000000; */
    /* background-image: url(/images/bglv2.webp); */
    background-position: left 0px bottom 0px;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
    background-color: #00000080;
    /* background-size: 655px; */
    background-blend-mode: color;
}

.item-page {
    max-width: 1200px;
    margin: auto;
  /*  margin-right: 10px;*/
}

nav.nav.desktop-nav.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    margin-top: -2px;
    background: #313f77f5;
}

.top_bg {
   /* overflow: hidden;
    background-image: url(/images/bgt1.png);
    background-repeat-y: no-repeat;
    background-size: 440px;
    height: 56px;
    margin-bottom: -50px;*/
}

.custom.zag h2 {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 15px;
    color: #cc9a00;
    font-size: 25px;
}

  .pro.half.fito3.add {
    display: none;
}
  

.img-fulltext-left {
    width: 40%;
}

.img-fulltext-left img {
    width: 100%;
    padding: 1%;
    background-color: #fff;
    border: 1px solid #dedede;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    box-shadow: 1px 1px 7px 1px #00000021;
}

.blog.poleznoe .img-intro-left {
    width: 400px;
      margin-right: 20px;
}

p.readmore {
    text-align: center;
}

.blog.poleznoe .img-intro-left img{
    width: 94%;
    padding: 2%;
    background-color: #fff;
    border: 1px solid #ccc;
}

.bottom_bg {
    overflow: hidden;
    background-image: url(/images/bgb16.png);
    background-repeat: no-repeat;
    background-size: contain;
    height: 600px;
    position: absolute;
    bottom: 0;
    width: 100%;
    right: 0;
    background-position: right bottom;
    z-index: 0;
}

.nostyle.zag {
    margin-top: 30px;
}

.nostyle.tp {
    color: #fff;
    min-height: 120px;
    background-image: url(/images/sl/sln3.jpg);
    background-position: center top;
    background-repeat: repeat;
    position: relative;
    z-index: 1;
    /* background-color: #0034ff3b; */
    /* background-size: 275px; */
    background-blend-mode: color;
}

.pre_item a {
    text-decoration: none;
    color: #383838;
  display: block;
}

.pre_item {
    display: inline-block;
    vertical-align: top;
    width: 30%;
    text-align: center;
    padding: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 30px;
    text-decoration: none;
    color: #383838;
    border-radius: 0px;
	border: 1px solid transparent;
    min-height: 270px;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.pre_item:hover {
    border: 1px solid #e8e8e8;
    background-color: #e2e2e25c;
    -webkit-box-shadow: 2px 6px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 2px 6px 10px rgba(0, 0, 0, 0.1);
}

.tp_left span {
font-size: 15px;
    line-height: 22px !important;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}

.tp_left {
    display: inline-block;
    vertical-align: top;
    float: left;
    width: 50%;
    padding: 20px 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: justify;
}

.tp_left p {
    margin: 10px 0px;
    line-height: 28px;
    font-size: 17px;
}

.tp_right {
    display: inline-block;
    vertical-align: top;
    float: right;
    width: 50%;
    font-size: 17px;
    line-height: 35px;
    padding: 20px 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: justify;
}

.custom.pre {
    text-align: center;
    /* max-width: 1200px; */
    /* margin: 0px auto; */
    background-color: #ffffffc4;
    padding: 60px 10%;
}

.pre_item img {
    width: 90%;
    border: 1px solid #ccc;
    padding: 2px;
    border-radius: 0px;
}

.pre_item p {
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.pre_item span {
	padding: 10px 10px;
    display: block;
    background-color: #004073;
    width: 60%;
    margin: auto;
    color: #fff;
}

.prod .post .img-intro-left {
    width: 100%;
    margin: 0;
    max-height: 200px;
    overflow: hidden;
     /* margin-bottom: -40px;*/
}

.prod .post .img-intro-left img {
    width: 100%;
     float: left;
}

.prod .items-row .post .article {
    position: relative;
    height: auto;
    /* background-color: #fff; */
    padding-top: 30px;
    color: #2b2b2b;
    padding: 0px 10px;
    font-size: 16px;
    bottom: 0;
    line-height: 175%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /* -webkit-transition: all 0.3s linear 0s; */
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
    min-height: 90px;
    max-height: 90px;
    overflow-y: scroll;
      display: none;
}

.prod .items-row .post .article p {
    margin: 0;
        font-size: 12px;
    line-height: 150%;
}

.blog.prod .post:hover div.article, .blog-featured.prod .post:hover div.article{
    background-color: #ffffff9e;
   /* padding-top: 10px;*/
    color: #000;

}

.postheadericons.metadata-icons {
    display: none;
}

.blog.prod .post, .blog-featured.prod .post {
    overflow: hidden;
    position: relative;
    margin: 2px;
    padding: 0;
    background-color: #fff;
    -webkit-box-shadow: 2px 6px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 2px 6px 10px rgba(0, 0, 0, 0.1);
    max-width: 390px;
}

.blog.prod .post .postcontent, .blog-featured.prod .post .postcontent {
    text-align: center;
}

.blog.prod .post:hover h2.postheader a, .blog-featured.prod .post:hover h2.postheader a{
  /*  background-color: #ffffff9e;
    padding-top: 10px;*/
    color: #000;
}

.blog.prod .items-row .item, .blog-featured.prod .items-row .item {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px;
    max-width: 390px;
  /*  display: inline-block;*/
}


.blog.prod .post h2.postheader a, .blog-featured.prod .post h2.postheader a{
   /* position: absolute;*/
    top: 0;
    margin: 0;
    width: 100%;
    color: #252525;
    /* background-color: #00000075; */
    text-align: center;
   /* min-height: 70px;*/
    font-size: 12px;
    font-weight: bold;
    text-transform: none;
    padding: 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 19px !important;
    /* -webkit-transition: all 0.3s linear 0s; */
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
    text-decoration: none;
/*      line-height: 35px !important;
    display: block;
    text-transform: uppercase;
    text-align: center;
    font-family: 'Bonzai Regular';
    font-size: 30px;
    font-weight: normal;
    color: #ffffff;*/
    max-height: 70px;
    overflow: hidden;
}

.blog.prod .post h2.postheader, .blog-featured.prod .post h2.postheader {
   /* position: absolute;*/
    top: 0;
    margin: 0;
    width: 100%;
}

.pro {
    display: inline-block;
    float: left;
    vertical-align: top;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /* -webkit-transition: all 0.3s linear 0s; */
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}

.pro.fito2 p, .pro.fito3 p {
    font-size: 17px;
    text-align: justify;
    padding: 40px;
    /* font-style: italic; */
    letter-spacing: 0px;
    color: #151515;
    line-height: 28px;
}

span.rmr {
    display: block;
    text-align: right;
    margin-top: 10px;
    font-style: italic;
}

.custom_ctf {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
    padding-bottom: 30px;
}

.pro.fito1 a, .pro.fito4 a {
      background: #053b1f66;
}

.pro.fito1 a:hover, .pro.fito4 a:hover {
 background:#053b1fba;
  
}

.pro.fito2 a, .pro.fito3 a {
    background: #dddddd5e;
}

.pro.fito2 a:hover, .pro.fito3 a:hover {
    background: #74747440;
}

.pro a {
    position: absolute;
    height: 100%;
    width: 100%;
    /* -webkit-transition: all 0.3s linear 0s; */
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
    text-decoration: none;
}



.pro.fito1 p, .pro.fito4 p {
    color: #fff;
    text-align: center;
    font-size: 35px;
    text-transform: uppercase;
    margin-top: 80px;
}

.pro.half {
    width: 50%;
    height: 300px;
}

.fito1 {
    background-image: url(/images/bgd1.jpg);
    background-size: cover;
    background-position-y: 0px;
}

.fito1:hover {
    background-position-y: -100px;
}

.fito4 {
    background-image: url(/images/bgg3.jpg);
    background-size: cover;
    background-position-y: -0px;
}

.fito4:hover {
    background-position-y: -60px;
}


.fito2 {
    background-image: url(/images/w.png);
   /* background-size: cover;*/
    /*background-position-x: -200px;*/
}

.fito3 {
    background-image: url(/images/bw.png);
   /* background-size: cover;*/
    /*background-position-x: -200px;*/
}

.custom.head.clearfix {
    max-width: 1200px;
    margin: auto;
	padding: 0px 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


.hd.right a {
    display: inline-block;
    padding: 5px 10px;
    border: 1px solid #cecece;
	margin: 5px 10px;		
    border-radius: 10px;
    color: #cecece;
    font-size: 15px;
    text-decoration: none;
      cursor: default;
} 

.hd.right a:hover {
    color: #fff;
    border-color: #fff;
}

.hd.left i:hover {

} 

.head-ul {
    float: right;
    margin-top: 15px;
}

.hd.right i {
    font-size: 18px;
    margin-right: 10px;
    color: #ffe004;
}

.hd.left {
    margin-top: 0px;
    text-align: center;
}

.hd {
    display: inline-block;
    /*width: 33%;*/
    vertical-align: top;
}

.hd.left i {

}

.hd.logo {
	text-align: left;
	margin-bottom: 2px;
	width: 20%;
	float: left;
}

.hd.right {
    text-align: right;
    margin-bottom: 0px;
    width: 80%;
    float: right;
    margin-top: 15px;
}

.hd.logo img {
	height: 70px;
	margin-top: 13px;
	margin-bottom: 0px;
	padding: 3px;
	/* filter: grayscale(1); */
}

.hd.left h1 {
    font-size: 28px;
    color: #319fda;
    font-weight: bold;
    font-family: 'Roboto Condensed', sans-serif, Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
    font-style: italic;
    /* text-transform: uppercase; */
    margin-bottom: 15px;
    margin-top: 15px;
    font-family: monotype corsiva;
    font-style: italic;
    margin-left: 25px;
    margin-bottom: 5px;
    display: block;
}

.hd.left span {
font-size: 18px;
    color: #454545;
    /* font-weight: bold; */
    font-family: times new roman;
    font-style: italic;
    margin-left: 25px;
    margin-bottom: 5px;
    display: block;
}

#main
{
 /* background: #f5f5f5;*/
 margin: 0 auto;
 font-size: 16px;
 font-family: 'Roboto Condensed', sans-serif, Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
 font-weight: normal;
 font-style: normal;
 position: relative;
 width: 100%;
 min-height: 100%;
 left: 0;
 top: 0;
 cursor: default;
 overflow: hidden;
}

table, ul.hmenu
{
  font-size: 13px;
  font-family: 'Roboto Condensed', sans-serif, Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
  font-weight: normal;
  font-style: normal;
}

h1, h2, h3, h4, h5, h6, p, a, ul, ol, li
{
  margin: 0;
  padding: 0;
}

.button
{
  border: 0;
  border-collapse: separate;
  -webkit-background-origin: border !important;
  -moz-background-origin: border !important;
  background-origin: border-box !important;
  background: #ffea01;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border-width: 0;
  padding: 0 21px;
  margin: 0 auto;
  height: 25px;
}

.postcontent, .postheadericons, .postfootericons, .blockcontent, ul.vmenu a
{
  text-align: left;
}

.postcontent, .postcontent li, .postcontent table, .postcontent a, .postcontent a:link, .postcontent a:visited, .postcontent a.visited, .postcontent a:hover, .postcontent a.hovered
{
  font-family: 'Roboto Condensed', sans-serif, Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
  line-height: 175%;
}

.postcontent p
{
  margin: 13px 0;
}

.postcontent h1, .postcontent h1 a, .postcontent h1 a:link, .postcontent h1 a:visited, .postcontent h1 a:hover, .postcontent h2, .postcontent h2 a, .postcontent h2 a:link, .postcontent h2 a:visited, .postcontent h2 a:hover, .postcontent h3, .postcontent h3 a, .postcontent h3 a:link, .postcontent h3 a:visited, .postcontent h3 a:hover, .postcontent h4, .postcontent h4 a, .postcontent h4 a:link, .postcontent h4 a:visited, .postcontent h4 a:hover, .postcontent h5, .postcontent h5 a, .postcontent h5 a:link, .postcontent h5 a:visited, .postcontent h5 a:hover, .postcontent h6, .postcontent h6 a, .postcontent h6 a:link, .postcontent h6 a:visited, .postcontent h6 a:hover, .blockheader .t, .blockheader .t a, .blockheader .t a:link, .blockheader .t a:visited, .blockheader .t a:hover, .vmenublockheader .t, .vmenublockheader .t a, .vmenublockheader .t a:link, .vmenublockheader .t a:visited, .vmenublockheader .t a:hover, .headline, .headline a, .headline a:link, .headline a:visited, .headline a:hover, .slogan, .slogan a, .slogan a:link, .slogan a:visited, .slogan a:hover, .postheader, .postheader a, .postheader a:link, .postheader a:visited, .postheader a:hover
{
  font-size: 22px;
  font-family: 'Roboto Condensed', sans-serif, Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
  font-weight: normal;
  font-style: normal;
  line-height: 120%;
}

.postcontent a, .postcontent a:link
{
  font-family: 'Roboto Condensed', sans-serif, Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
  text-decoration: none;
  color: #e59300;
}

.postcontent a:visited, .postcontent a.visited
{
  font-family: 'Roboto Condensed', sans-serif, Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
  text-decoration: none;
  color: #adadad;
}

.postcontent  a:hover, .postcontent a.hover
{
  font-family: 'Roboto Condensed', sans-serif, Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
  text-decoration: underline;
  color: #151f3e;
}

.postcontent h1
{
  color: #6C7F93;
  margin: 10px 0 0;
  font-size: 26px;
  font-family: 'Roboto Condensed', sans-serif, Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
}

.blockcontent h1
{
  margin: 10px 0 0;
  font-size: 26px;
  font-family: 'Roboto Condensed', sans-serif, Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
}

.postcontent h1 a, .postcontent h1 a:link, .postcontent h1 a:hover, .postcontent h1 a:visited, .blockcontent h1 a, .blockcontent h1 a:link, .blockcontent h1 a:hover, .blockcontent h1 a:visited
{
  font-size: 26px;
  font-family: 'Roboto Condensed', sans-serif, Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
}

.postcontent h2
{
  color: #000000;
  margin: 10px 0 0;
  font-size: 22px;
  font-family: 'Roboto Condensed', sans-serif, Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
}

.blockcontent h2
{
  margin: 10px 0 0;
  font-size: 22px;
  font-family: 'Roboto Condensed', sans-serif, Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
}

.postcontent h2 a, .postcontent h2 a:link, .postcontent h2 a:hover, .postcontent h2 a:visited, .blockcontent h2 a, .blockcontent h2 a:link, .blockcontent h2 a:hover, .blockcontent h2 a:visited
{
  font-size: 22px;
  font-family: 'Roboto Condensed', sans-serif, Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
}

.postcontent h3 strong
{
      font-weight: normal !important;
}

.postcontent h3
{
    margin: 10px 0px 10px;
    font-size: 20px;
    font-family: 'Roboto Condensed', sans-serif, Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
    /* background-color: #ffffffa8; */
    color: #000;
    padding: 10px;
    /* border-bottom: 2px solid #d8d7d7; */
    /* border-right: 2px solid #dedede; */
    font-weight: normal;
    text-align: center;
}

.blockcontent h3
{
  margin: 10px 0 0;
  font-size: 20px;
  font-family: 'Roboto Condensed', sans-serif, Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
}

.postcontent h3 a, .postcontent h3 a:link, .postcontent h3 a:hover, .postcontent h3 a:visited, .blockcontent h3 a, .blockcontent h3 a:link, .blockcontent h3 a:hover, .blockcontent h3 a:visited
{
  font-size: 20px;
  font-family: 'Roboto Condensed', sans-serif, Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
}

.postcontent h4
{
  color: #696969;
  margin: 10px 0 0;
  font-size: 18px;
  font-family: 'Roboto Condensed', sans-serif, Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
}

.blockcontent h4
{
  margin: 10px 0 0;
  font-size: 18px;
  font-family: 'Roboto Condensed', sans-serif, Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
}

.postcontent h4 a, .postcontent h4 a:link, .postcontent h4 a:hover, .postcontent h4 a:visited, .blockcontent h4 a, .blockcontent h4 a:link, .blockcontent h4 a:hover, .blockcontent h4 a:visited
{
  font-size: 18px;
  font-family: 'Roboto Condensed', sans-serif, Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
}

.postcontent h5
{
  color: #696969;
  margin: 10px 0 0;
  font-size: 15px;
  font-family: 'Roboto Condensed', sans-serif, Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
}

.blockcontent h5
{
  margin: 10px 0 0;
  font-size: 15px;
  font-family: 'Roboto Condensed', sans-serif, Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
}

.postcontent h5 a, .postcontent h5 a:link, .postcontent h5 a:hover, .postcontent h5 a:visited, .blockcontent h5 a, .blockcontent h5 a:link, .blockcontent h5 a:hover, .blockcontent h5 a:visited
{
  font-size: 15px;
  font-family: 'Roboto Condensed', sans-serif, Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
}

.postcontent h6
{
  color: #B8B8B8;
  margin: 10px 0 0;
  font-size: 13px;
  font-family: 'Roboto Condensed', sans-serif, Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
}

.blockcontent h6
{
  margin: 10px 0 0;
  font-size: 13px;
  font-family: 'Roboto Condensed', sans-serif, Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
}

.postcontent h6 a, .postcontent h6 a:link, .postcontent h6 a:hover, .postcontent h6 a:visited, .blockcontent h6 a, .blockcontent h6 a:link, .blockcontent h6 a:hover, .blockcontent h6 a:visited
{
  font-size: 13px;
  font-family: 'Roboto Condensed', sans-serif, Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
}

header, footer, article, nav, #hmenu-bg, .sheet, .hmenu a, .vmenu a, .slidenavigator > a, .checkbox:before, .radiobutton:before
{
  -webkit-background-origin: border !important;
  -moz-background-origin: border !important;
  background-origin: border-box !important;
}

header, footer, article, nav, #hmenu-bg, .sheet, .slidenavigator > a, .checkbox:before, .radiobutton:before
{
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

ul
{
  list-style-type: none;
}

ol
{
  list-style-position: inside;
}

html, body
{
  height: 100%;
}

body
{
  padding: 0;
  margin: 0;
  min-width: 200px;
  color: #404040;
 /* background-image: url(/images/rw.png);*/
}

.header:before, #header-bg:before, .layout-cell:before, .layout-wrapper:before, .footer:before, .nav:before, #hmenu-bg:before, .sheet:before
{
  width: 100%;
  content: " ";
  display: table;
}

.header:after, #header-bg:after, .layout-cell:after, .layout-wrapper:after, .footer:after, .nav:after, #hmenu-bg:after, .sheet:after, .cleared, .clearfix:after
{
  clear: both;
  font: 0/0 serif;
  display: block;
  content: " ";
}

form
{
  padding: 0 !important;
  margin: 0 !important;
}

table.position
{
  position: relative;
  width: 100%;
  table-layout: fixed;
}

li h1, .postcontent li h1, .blockcontent li h1
{
  margin: 1px;
}

li h2, .postcontent li h2, .blockcontent li h2
{
  margin: 1px;
}

li h3, .postcontent li h3, .blockcontent li h3
{
  margin: 1px;
}

li h4, .postcontent li h4, .blockcontent li h4
{
  margin: 1px;
}

li h5, .postcontent li h5, .blockcontent li h5
{
  margin: 1px;
}

li h6, .postcontent li h6, .blockcontent li h6
{
  margin: 1px;
}

li p, .postcontent li p, .blockcontent li p
{
  margin: 1px;
}

.shapes
{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: 0;
}

.slider-inner
{
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.slidenavigator > a
{
  display: inline-block;
  vertical-align: middle;
  outline-style: none;
  font-size: 1px;
}

.slidenavigator > a:last-child
{
  margin-right: 0 !important;
}

.headline
{
  display: inline-block;
  position: absolute;
  min-width: 50px;
  top: 29px;
  left: 1.23%;
  line-height: 100%;
  margin-left: -2px !important;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  z-index: 102;
}

.headline, .headline a, .headline a:link, .headline a:visited, .headline a:hover
{
  font-size: 36px;
  font-family: 'Roboto Condensed', sans-serif, Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
  padding: 0;
  margin: 0;
  color: #878787 !important;
  white-space: nowrap;
}

.object227400126 h1, .object227400126 h2, .object227400126 h3, .object227400126 h4, .object227400126 h5, .object227400126 h6, .object227400126 p, .object227400126 a, .object227400126 ul, .object227400126 ol, .object227400126 li
{
  line-height: 26px;
}

.object227400126
{
  position: absolute;
  top: 39px;
  left: 97.5%;
  margin-left: -195px !important;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  background-image: url('../images/object227400126.png');
  background-position: 0px 0px;
  background-repeat: no-repeat;
  z-index: 101;
  width: 200px;
  height: 26px;
}

.sheet
{
    margin: 0 auto;
    position: relative;
    cursor: auto;
    width: 100%;
    min-width: 200px;
    /* max-width: 1200px; */
    z-index: 1 !important;
    /* background-color: #ffffffa6; */
}

.header
{
    margin: 0 auto;
    /* height: 110px; */
    /* background-image: url(/images/bgh.webp); */
    background-position: center top;
    background-repeat: repeat;
    position: relative;
    z-index: 1;
    background-color: #0d122900;
    background-size: 275px;
    background-blend-mode: color;
}

.responsive .header
{

}

.header>div.nostyle, .header>div.block, .header>div.post
{
 /* position: absolute;*/
  z-index: 101;
}

.nav
{
    margin: 0 auto;
    position: relative;
    z-index: 499;
    text-align: right;
    /* -webkit-box-shadow: 0px 6px 6px -1px rgba(0,0,0,0.3); */
    -moz-box-shadow: 0px 6px 6px -1px rgba(0,0,0,0.3);
    /* box-shadow: 0px 6px 6px -1px rgba(0,0,0,0.3); */
    /* background-image: url(/images/bgh.webp); */
    background-position: center top;
    background-repeat: repeat;
    background-color: #313f77bd;
    background-size: 275px;
    background-blend-mode: color;
}

ul.hmenu a, ul.hmenu a:link, ul.hmenu a:visited, ul.hmenu a:hover
{
  outline: none;
  position: relative;
  z-index: 11;
}

ul.hmenu, ul.hmenu ul
{
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  list-style-type: none;
}

ul.hmenu li
{
  position: relative;
  z-index: 5;
  display: block;
  float: left;
  background: none;
  margin: 0;
  padding: 0;
  border: 0;
}

ul.hmenu li:hover
{
  z-index: 10000;
  white-space: normal;
}

ul.hmenu:after, ul.hmenu ul:after
{
  content: ".";
  height: 0;
  display: block;
  visibility: hidden;
  overflow: hidden;
  clear: both;
}

ul.hmenu, ul.hmenu ul
{
  min-height: 0;
}

ul.hmenu
{
  display: inline-block;
  vertical-align: bottom;
  /* margin-top: 20px; */
}

.nav:before
{
  content: ' ';
}

.hmenu-extra1
{
  position: relative;
  display: block;
  float: left;
  width: auto;
  height: auto;
  background-position: center;
}

.hmenu-extra2
{
  position: relative;
  display: block;
  float: right;
  width: auto;
  height: auto;
  background-position: center;
}

.hmenu
{/*float: right; */max-width: 1200px;margin: auto;padding: 5px 15px;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;display: block;/* width: 100%;*//* margin-top: 20px; */}

.menuitemcontainer
{
  margin: 0 auto;
}

ul.hmenu>li
{
  margin-left: 0px;
}

ul.hmenu>li:first-child
{
  margin-left: 5px;
}

ul.hmenu>li:last-child, ul.hmenu>li.last-child
{
  margin-right: 5px;
}

ul.hmenu>li>a
{
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 0 17px;
	margin: 0 auto;
	position: relative;
	display: block;
	height: 100px;
	cursor: pointer;
	text-decoration: none;
	line-height: 100px;
	text-align: center;
	color: #efefef;
	font-weight: normal !important;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	/* text-shadow: -2px 4px 7px black;*/
	/* letter-spacing: 1px;*/
}

.hmenu>li>a, .hmenu>li>a:link, .hmenu>li>a:visited, .hmenu>li>a.active, .hmenu>li>a:hover
{
  font-size: 17px;
  font-family: 'Roboto Condensed', sans-serif, Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  text-transform: uppercase;
  /*text-align: left;*/
}

ul.hmenu>li>a.active
{margin: 0 auto;color: #f3c43a;text-decoration: none;}

ul.hmenu>li>a:visited, ul.hmenu>li>a:hover, ul.hmenu>li:hover>a
{
  text-decoration: none;
}

ul.hmenu>li>a:hover, .desktop ul.hmenu>li:hover>a
{

  margin: 0 auto;
}

ul.hmenu>li>a:hover, .desktop ul.hmenu>li:hover>a
{
  color: #f3c43a;
  text-decoration: none;
}

ul.hmenu>li:before
{
position: absolute;
    display: none;
    content: ' ';
    top: 23px;
    left: -5px;
    width: 1px;
    height: 20px;
    /* background: url(../images/menuseparator.png) center center no-repeat; */
    background-color: #e0e0e0;
}

ul.hmenu>li:first-child:before
{
  display: none;
}

ul.hmenu li li a
{
  background: #B9C2CB;
  background: transparent;
  padding: 5px 10px;
  margin: 0 auto;
}

ul.hmenu li li
{
  float: none;
  width: auto;
  margin-top: 2px;
  margin-bottom: 2px;
}

.desktop ul.hmenu li li ul>li:first-child
{
  margin-top: 0;
}

ul.hmenu li li ul>li:last-child
{
  margin-bottom: 0;
}

.hmenu ul a
{
  display: block;
  white-space: nowrap;
  height: 25px;
  min-width: 7em;
  border: 0 solid transparent;
  text-align: left;
  line-height: 25px;
  color: #6A7D90;
  font-size: 13px;
  font-family: 'Roboto Condensed', sans-serif, Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
  text-decoration: none;
  margin: 0;
}

.hmenu ul a:link, .hmenu ul a:visited, .hmenu ul a.active, .hmenu ul a:hover
{
  text-align: left;
  line-height: 25px;
  color: #e2e2e2;
  font-size: 15px;
  font-family: 'Roboto Condensed', sans-serif, Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
  text-decoration: none;
  margin: 0;
  text-transform: uppercase;
}

ul.hmenu li li:after
{
  display: block;
  position: absolute;
  content: ' ';
  height: 0;
  top: -1px;
  left: 0;
  right: 0;
  z-index: 1;
  /*border-bottom: 1px solid #efefef;*/
}

.desktop ul.hmenu li li:first-child:before, .desktop ul.hmenu li li:first-child:after
{
  display: none;
}

ul.hmenu ul li a:hover, .desktop ul.hmenu ul li:hover>a
{
  background: #FFFFFF;
  background: transparent;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin: 0 auto;
}

.hmenu ul a:hover
{
  text-decoration: none;
  color: #ffea01;
}

.desktop .hmenu ul li:hover>a {
    color: #e59300;
}

ul.hmenu ul:before
{
    background-color: #2c3c71f5;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    /* border: 2px solid rgba(255, 255, 255, 0.9);*/
    margin: 0 auto;
    display: block;
    position: absolute;
    content: ' ';
    z-index: 1;
}

.desktop ul.hmenu li:hover>ul
{
  visibility: visible;
  top: 100%;
}

.desktop ul.hmenu li li:hover>ul
{
  top: 0;
  left: 100%;
}

ul.hmenu ul
{
  visibility: hidden;
  position: absolute;
  z-index: 10;
  left: 0;
  top: 0;
  background-image: url('../images/spacer.gif');
}

.desktop ul.hmenu>li>ul
{
  padding: 16px 36px 36px 36px;
  margin: -10px 0 0 -30px;
}

.desktop ul.hmenu ul ul
{
  padding: 36px 36px 36px 18px;
  margin: -36px 0 0 -5px;
}

.desktop ul.hmenu ul.hmenu-left-to-right
{
  right: auto;
  left: 0;
  margin: -10px 0 0 -30px;
}

.desktop ul.hmenu ul.hmenu-right-to-left
{
  left: auto;
  right: 0;
  margin: -10px -30px 0 0;
}

.desktop ul.hmenu li li:hover>ul.hmenu-left-to-right
{
  right: auto;
  left: 100%;
}

.desktop ul.hmenu li li:hover>ul.hmenu-right-to-left
{
  left: auto;
  right: 100%;
}

.desktop ul.hmenu ul ul.hmenu-left-to-right
{
  right: auto;
  left: 0;
  padding: 36px 36px 36px 18px;
  margin: -36px 0 0 -5px;
}

.desktop ul.hmenu ul ul.hmenu-right-to-left
{
  left: auto;
  right: 0;
  padding: 36px 18px 36px 36px;
  margin: -36px -5px 0 0;
}

.desktop ul.hmenu li ul>li:first-child
{
  margin-top: 0;
}

.desktop ul.hmenu li ul>li:last-child
{
  margin-bottom: 0;
}

.desktop ul.hmenu ul ul:before
{
  border-radius: 3px;
  top: 30px;
  bottom: 30px;
  right: 30px;
  left: 12px;
}

.desktop ul.hmenu>li>ul:before
{
  top: 10px;
  right: 30px;
  bottom: 30px;
  left: 30px;
}

.desktop ul.hmenu>li>ul.hmenu-left-to-right:before
{
  right: 30px;
  left: 30px;
}

.desktop ul.hmenu>li>ul.hmenu-right-to-left:before
{
  right: 30px;
  left: 30px;
}

.desktop ul.hmenu ul ul.hmenu-left-to-right:before
{
  right: 30px;
  left: 12px;
}

.desktop ul.hmenu ul ul.hmenu-right-to-left:before
{
  right: 12px;
  left: 30px;
}

.desktop ul.hmenu>li.ext>a
{
  white-space: nowrap;
}

.desktop ul.hmenu>li.ext>a:hover, .desktop ul.hmenu>li.ext:hover>a, .desktop ul.hmenu>li.ext:hover>a.active
{
  background: none;
 /* padding: 0 17px 0 17px;*/
  margin: -0 -0 0 -0;
  overflow: hidden;
  position: relative;
  border: none;
  border-radius: 0;
  box-shadow: none;
/*  color: #7A7A7A;*/
}

.desktop ul.hmenu>li.ext>a:hover:before, .desktop ul.hmenu>li.ext:hover>a:before, .desktop ul.hmenu>li.ext:hover>a.active:before
{
    position: absolute;
    content: ' ';
    top: 0;
    right: 0;
    left: 0;
    bottom: -1px;
   /* background-color: #ffffff;
    border: 1px solid rgba(217, 217, 217, 0.9);*/
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.8);
    z-index: -1;
}

.desktop ul.hmenu>li.ext:hover>ul
{
  padding-top: 5px;
  margin-top: 0;
}

.desktop ul.hmenu>li.ext:hover>ul:before
{
  top: -6px;
  clip: rect(6px, auto, auto, auto);
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.8);
}

ul.hmenu>li.ext>.ext-r, ul.hmenu>li.ext>.ext-l, ul.hmenu>li.ext>.ext-m, ul.hmenu>li.ext>.ext-off
{
  display: none;
  z-index: 12;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.desktop ul.hmenu>li.ext>ul
{
  z-index: 13;
}

.desktop ul.hmenu>li.ext.ext-r:hover>.ext-r, .desktop ul.hmenu>li.ext.ext-l:hover>.ext-l
{
  position: absolute;
  display: block;
  overflow: hidden;
  height: 0px;
  top: 100%;
  padding-top: 0px;
  margin-top: -1px;
}

.desktop ul.hmenu>li.ext:hover>.ext-r:before, .desktop ul.hmenu>li.ext:hover>.ext-l:before
{
    position: absolute;
    content: ' ';
    top: 0;
    bottom: -1px;
    background-color: #ffffff;
    border: 1px solid rgba(217, 217, 217, 0.9);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.8);
}

.desktop ul.hmenu>li.ext.ext-r:hover>.ext-r
{
  left: 100%;
  right: auto;
  padding-left: 0;
  margin-left: 0;
  padding-right: 1px;
  margin-right: -1px;
}

.desktop ul.hmenu>li.ext.ext-r:hover>.ext-r:before
{
  right: 0;
  left: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 3px;
}

.desktop ul.hmenu>li.ext.ext-l:hover>.ext-l
{
  right: 100%;
  left: auto;
  padding-right: 0;
  margin-right: 0;
  padding-left: 1px;
  margin-left: -1px;
}

.desktop ul.hmenu>li.ext.ext-l:hover>.ext-l:before
{
  right: -1px;
  left: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 3px;
}

.desktop ul.hmenu>li.ext:hover>.ext-m, .desktop ul.hmenu>li.ext:hover>.ext-off
{
  position: absolute;
  display: block;
  overflow: hidden;
  height: 0px;
  top: 100%;
}

.desktop ul.hmenu>li.ext.ext-r:hover>.ext-m
{
  left: -0;
  right: 0;
  padding-right: 0;
  padding-left: 0;
}

.desktop ul.hmenu>li.ext:hover>.ext-off
{
  left: -0;
  right: -0;
  padding-left: 0;
  padding-right: 0;
}

.desktop ul.hmenu>li.ext.ext-l:hover>.ext-m
{
  right: -0;
  left: 0;
  padding-left: 0;
  padding-right: 0;
}

.desktop ul.hmenu>li.ext.ext-l.ext-r:hover>.ext-m
{
  right: -0;
  left: -0;
  padding-left: 0;
  padding-right: 0;
}

.desktop ul.hmenu>li.ext:hover>.ext-m:before, .desktop ul.hmenu>li.ext:hover>.ext-off:before
{
    position: absolute;
    content: ' ';
    top: -1px;
    bottom: -1px;
    background-color: #ffffff;
    border: 1px solid rgba(217, 217, 217, 0.9);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.8);
}

.desktop ul.hmenu>li.ext.ext-r:hover>.ext-m:before
{
  right: -1px;
  left: 0;
}

.desktop ul.hmenu>li.ext.ext-l:hover>.ext-m:before
{
  left: -1px;
  right: 0;
}

.desktop ul.hmenu>li.ext.ext-l.ext-r:hover>.ext-m:before
{
  left: -1px;
  right: -1px;
}

.layout-wrapper
{
  position: relative;
  margin: 10px auto 20px auto;
  z-index: auto !important;
}

.content-layout
{
    display: table;
    width: 100%;
    table-layout: fixed;
    max-width: 1200px;
    margin: auto;
}

.content-layout-row
{
  display: table-row;
}

.layout-cell
{
  display: table-cell;
  vertical-align: top;
}

.postcontent .content-layout
{
  border-collapse: collapse;
}

.vmenublock
{
  margin: 3px;
}

div.vmenublock img
{
  margin: 0;
}

.vmenublockheader
{
  padding: 10px 0;
  margin: 0 auto 7px;
}

.vmenublockheader .t, .vmenublockheader .t a, .vmenublockheader .t a:link, .vmenublockheader .t a:visited, .vmenublockheader .t a:hover
{
  color: #878787;
  font-size: 20px;
  font-family: 'Roboto Condensed', sans-serif, Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
  font-weight: normal;
  font-style: normal;
  margin: 0 10px;
}

.vmenublockcontent
{
  margin: 0 auto;
}

ul.vmenu, ul.vmenu ul
{
  list-style: none;
  display: block;
}

ul.vmenu, ul.vmenu li
{
  display: block;
  margin: 0;
  padding: 0;
  width: auto;
  line-height: 0;
}

ul.vmenu
{
  margin-top: 0;
  margin-bottom: 0;
}

ul.vmenu ul
{
  display: none;
  margin: 0;
  padding: 0;
  position: relative;
}

ul.vmenu ul.active
{
  display: block;
}

ul.vmenu>li>a
{
  padding: 0 15px;
  margin: 0 auto;
  font-size: 13px;
  font-family: 'Roboto Condensed', sans-serif, Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #808080;
  min-height: 30px;
  line-height: 30px;
}

ul.vmenu a
{
  display: block;
  cursor: pointer;
  z-index: 1;
  position: relative;
}

ul.vmenu li
{
  position: relative;
}

ul.vmenu>li
{
  margin-top: 0;
}

ul.vmenu>li>ul
{
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
}

ul.vmenu>li:first-child
{
  margin-top: 0;
}

ul.vmenu>li>a:before
{
  content: url('../images/vmenuitemicon.png');
  margin-right: 5px;
  bottom: 2px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  line-height: 0;
}

.opera ul.vmenu>li>a:before
{
  bottom: 0;
}

ul.vmenu>li>a.active:before
{
  content: url('../images/vmenuactiveitemicon.png');
  margin-right: 5px;
  bottom: 2px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  line-height: 0;
}

.opera ul.vmenu>li>a.active:before
{
  bottom: 0;
}

ul.vmenu>li>a:hover:before, ul.vmenu>li>a.active:hover:before, ul.vmenu>li:hover>a:before, ul.vmenu>li:hover>a.active:before
{
  content: url('../images/vmenuhovereditemicon.png');
  margin-right: 5px;
  bottom: 2px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  line-height: 0;
}

.opera ul.vmenu>li>a:hover:before, .opera   ul.vmenu>li>a.active:hover:before, .opera   ul.vmenu>li:hover>a:before, .opera   ul.vmenu>li:hover>a.active:before
{
  bottom: 0;
}

ul.vmenu>li>a:hover, ul.vmenu>li>a.active:hover
{
  padding: 0 15px;
  margin: 0 auto;
}

ul.vmenu>li>a:hover, ul.vmenu>li>a.active:hover
{
  text-decoration: none;
}

ul.vmenu a:hover, ul.vmenu a.active:hover
{
  color: #808080;
}

ul.vmenu>li>a.active:hover>span.border-top, ul.vmenu>li>a.active:hover>span.border-bottom
{
  background-color: transparent;
}

ul.vmenu>li>a.active
{
  padding: 0 15px;
  margin: 0 auto;
  text-decoration: none;
  color: #808080;
}

ul.vmenu>li>ul:before
{
  margin: 0 auto;
  display: block;
  position: absolute;
  content: ' ';
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

ul.vmenu li li a
{
  margin: 0 auto;
  position: relative;
}

ul.vmenu ul li
{
  margin: 0;
  padding: 0;
}

ul.vmenu li li
{
  position: relative;
  margin-top: 0;
}

ul.vmenu ul a
{
  display: block;
  position: relative;
  min-height: 22px;
  overflow: visible;
  padding: 0;
  padding-left: 27px;
  padding-right: 27px;
  z-index: 0;
  line-height: 22px;
  color: #6C7F93;
  font-size: 13px;
  font-family: 'Roboto Condensed', sans-serif, Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  margin-left: 0;
  margin-right: 0;
}

ul.vmenu ul a:visited, ul.vmenu ul a.active:hover, ul.vmenu ul a:hover, ul.vmenu ul a.active
{
  line-height: 22px;
  color: #6C7F93;
  font-size: 13px;
  font-family: 'Roboto Condensed', sans-serif, Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  margin-left: 0;
  margin-right: 0;
}

ul.vmenu ul ul a
{
  padding-left: 54px;
}

ul.vmenu ul ul ul a
{
  padding-left: 81px;
}

ul.vmenu ul ul ul ul a
{
  padding-left: 108px;
}

ul.vmenu ul ul ul ul ul a
{
  padding-left: 135px;
}

ul.vmenu ul>li>a:hover, ul.vmenu ul>li>a.active:hover
{
  margin: 0 auto;
}

ul.vmenu ul li a:hover, ul.vmenu ul li a.active:hover
{
  text-decoration: none;
  color: #808080;
}

ul.vmenu ul a:hover:after
{
  background-position: center;
}

ul.vmenu ul a.active:hover:after
{
  background-position: center;
}

ul.vmenu ul a.active:after
{
  background-position: bottom;
}

ul.vmenu ul>li>a.active
{
  margin: 0 auto;
}

ul.vmenu ul a.active, ul.vmenu ul a:hover, ul.vmenu ul a.active:hover
{
  text-decoration: none;
  color: #808080;
}

.block
{
  margin: 3px;
}

div.block img
{
  border: none;
  margin: 0;
}

.blockheader
{
  padding: 6px 5px;
  margin: 0 auto 2px;
}

.blockheader .t, .blockheader .t a, .blockheader .t a:link, .blockheader .t a:visited, .blockheader .t a:hover
{
  color: #000;
  font-size: 20px;
  font-family: 'Roboto Condensed', sans-serif, Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
  font-weight: normal;
  font-style: normal;
  margin: 0 5px;
      border-bottom: 2px solid #2b2b2b;
    padding-bottom: 5px;
}

.blockcontent
{
  padding: 5px;
  margin: 0 auto;
  color: #404040;
  font-size: 13px;
  font-family: 'Roboto Condensed', sans-serif, Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
  line-height: 175%;
}

.blockcontent table, .blockcontent li, .blockcontent a, .blockcontent a:link, .blockcontent a:visited, .blockcontent a:hover
{
  color: #227ec1;
  font-size: 14px;
  font-family: 'Roboto Condensed', sans-serif, Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
  line-height: 175%;
}

.blockcontent p
{
  margin: 0 5px;
}

.blockcontent a, .blockcontent a:link
{
  color: #227ec1;
  font-family: 'Roboto Condensed', sans-serif, Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
}

.blockcontent a:visited, .blockcontent a.visited
{
  color: #227ec1;
  font-family: 'Roboto Condensed', sans-serif, Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
  text-decoration: none;
}

.blockcontent a:hover, .blockcontent a.hover
{
  color: #000;
  font-family: 'Roboto Condensed', sans-serif, Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
  text-decoration: none;
}

.block ul>li:before
{
    margin-left: -20px;
    content: "\f192";
    margin-right: 4px;
    bottom: 2px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 24px;
    line-height: 0;
    font: normal normal normal 14px/1 'Font Awesome 5 Free';
    color: #64a9dc;
}

.opera .block ul>li:before
{
  bottom: 0;
}

.block li
{
  font-size: 13px;
  font-family: 'Roboto Condensed', sans-serif, Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
  line-height: 175%;
  color: #696969;
  margin: 5px 0 0 10px;
}

.block ul>li, .block ol
{
  padding: 0;
}

.block ul>li
{
  padding-left: 12px;
}

.breadcrumbs
{
  margin: 0 auto;
}

a.button, a.button:link, a:link.button:link, body a.button:link, a.button:visited, body a.button:visited, input.button, button.button
{
  text-decoration: none;
  font-size: 13px;
  font-family: 'Roboto Condensed', sans-serif, Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
  font-weight: normal;
  font-style: normal;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  color: #000000;
  margin: 0 5px 0 0 !important;
  overflow: visible;
  cursor: pointer;
  text-indent: 0;
  line-height: 25px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.button img
{
  margin: 0;
  vertical-align: middle;
}

.firefox2 .button
{
  display: block;
  float: left;
}

input, select, textarea, a.search-button span
{
  vertical-align: middle;
  font-size: 13px;
  font-family: 'Roboto Condensed', sans-serif, Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
  font-weight: normal;
  font-style: normal;
}

.block select
{
  width: 96%;
}

input.button
{
  float: none !important;
}

.button.active, .button.active:hover
{
  background: #A1ADBA;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border-width: 0;
  padding: 0 21px;
  margin: 0 auto;
}

.button.active, .button.active:hover
{
  color: #FFFFFF !important;
}

.button.hover, .button:hover
{
  background: #8A99A8;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border-width: 0;
  padding: 0 21px;
  margin: 0 auto;
}

.button.hover, .button:hover
{
  color: #FFFFFF !important;
}

input[type="text"], input[type="password"], input[type="email"], input[type="url"], textarea
{
  background: #FAFAFA;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #B9C2CB;
  margin: 0 auto;
}

input[type="text"], input[type="password"], input[type="email"], input[type="url"], textarea
{
  width: 100%;
  padding: 4px 0;
  color: #525252 !important;
  font-size: 13px;
  font-family: 'Roboto Condensed', sans-serif, Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
  font-weight: normal;
  font-style: normal;
  text-shadow: none;
}

input.error, textarea.error
{
  background: #FAFAFA;
  border: 1px solid #E2341D;
  margin: 0 auto;
}

input.error, textarea.error
{
  color: #525252 !important;
  font-size: 13px;
  font-family: 'Roboto Condensed', sans-serif, Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
  font-weight: normal;
  font-style: normal;
}

form.search input[type="text"]
{
  background: #FFFFFF;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #D6D6D6;
  margin: 0 auto;
  width: 100%;
  padding: 4px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #364049 !important;
  font-size: 13px;
  font-family: 'Roboto Condensed', sans-serif, Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
  font-weight: normal;
  font-style: normal;
}

form.search
{
  background-image: none;
  border: 0;
  display: block;
  position: relative;
  top: 0;
  padding: 0;
  margin: 5px;
  left: 0;
  line-height: 0;
}

form.search input, a.search-button
{
  top: 0;
  right: 0;
}

form.search>input, a.search-button
{
  bottom: 0;
  left: 0;
  vertical-align: middle;
}

form.search input[type="submit"], input.search-button, a.search-button
{
  margin: 0 auto;
}

form.search input[type="submit"], input.search-button, a.search-button
{
  position: absolute;
  left: auto;
  display: block;
  border: none;
  background: url('../images/searchicon.png') center center no-repeat;
  width: 24px;
  height: 100%;
  padding: 0;
  color: #FFFFFF !important;
  cursor: pointer;
}

a.search-button span.search-button-text
{
  display: none;
}

label.checkbox:before
{
  background: #FAFAFA;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  border-width: 0;
  margin: 0 auto;
  width: 16px;
  height: 16px;
}

label.checkbox
{
  cursor: pointer;
  font-size: 13px;
  font-family: 'Roboto Condensed', sans-serif, Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
  font-weight: normal;
  font-style: normal;
  line-height: 16px;
  display: inline-block;
  color: #364049 !important;
}

.checkbox>input[type="checkbox"]
{
  margin: 0 5px 0 0;
}

label.checkbox.active:before
{
  background: #7A7A7A;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  border-width: 0;
  margin: 0 auto;
  width: 16px;
  height: 16px;
  display: inline-block;
}

label.checkbox.hovered:before
{
  background: #D9DEE3;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  border-width: 0;
  margin: 0 auto;
  width: 16px;
  height: 16px;
  display: inline-block;
}

label.radiobutton:before
{
  background: #FAFAFA;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border-width: 0;
  margin: 0 auto;
  width: 12px;
  height: 12px;
}

label.radiobutton
{
  cursor: pointer;
  font-size: 13px;
  font-family: 'Roboto Condensed', sans-serif, Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
  font-weight: normal;
  font-style: normal;
  line-height: 12px;
  display: inline-block;
  color: #364049 !important;
}

.radiobutton>input[type="radio"]
{
  vertical-align: baseline;
  margin: 0 5px 0 0;
}

label.radiobutton.active:before
{
  background: #B9C2CB;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border-width: 0;
  margin: 0 auto;
  width: 12px;
  height: 12px;
  display: inline-block;
}

label.radiobutton.hovered:before
{
  background: #D9DEE3;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border-width: 0;
  margin: 0 auto;
  width: 12px;
  height: 12px;
  display: inline-block;
}

.comments
{
  border-top: 1px dotted #A1ADBA;
  margin: 0 auto;
  margin-top: 25px;
}

.comments h2
{
  color: #23292F;
}

.comment-inner
{
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  padding: 5px;
  margin: 0 auto;
  margin-left: 96px;
}

.comment-avatar
{
  float: left;
  width: 80px;
  height: 80px;
  padding: 2px;
  background: #fff;
  border: 1px solid #E8E8E8;
}

.comment-avatar>img
{
  margin: 0 !important;
  border: none !important;
}

.comment-content
{
  padding: 10px 0;
  color: #404040;
  font-family: 'Roboto Condensed', sans-serif, Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
}

.comment
{
  margin-top: 6px;
}

.comment:first-child
{
  margin-top: 0;
}

.comment-header
{
  color: #23292F;
  font-family: 'Roboto Condensed', sans-serif, Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
  line-height: 100%;
}

.comment-header a, .comment-header a:link, .comment-header a:visited, .comment-header a.visited, .comment-header a:hover, .comment-header a.hovered
{
  font-family: 'Roboto Condensed', sans-serif, Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
  line-height: 100%;
}

.comment-header a, .comment-header a:link
{
  font-family: 'Roboto Condensed', sans-serif, Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
  font-weight: bold;
  font-style: normal;
  color: #758799;
}

.comment-header a:visited, .comment-header a.visited
{
  font-family: 'Roboto Condensed', sans-serif, Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
  color: #758799;
}

.comment-header a:hover, .comment-header a.hovered
{
  font-family: 'Roboto Condensed', sans-serif, Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
  color: #758799;
}

.comment-content a, .comment-content a:link, .comment-content a:visited, .comment-content a.visited, .comment-content a:hover, .comment-content a.hovered
{
  font-family: 'Roboto Condensed', sans-serif, Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
}

.comment-content a, .comment-content a:link
{
  font-family: 'Roboto Condensed', sans-serif, Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
  color: #696969;
}

.comment-content a:visited, .comment-content a.visited
{
  font-family: 'Roboto Condensed', sans-serif, Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
  color: #545454;
}

.comment-content a:hover, .comment-content a.hovered
{
  font-family: 'Roboto Condensed', sans-serif, Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
  color: #696969;
}

.pager
{
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 6px;
  margin: 2px;
}

.pager>*:last-child
{
  margin-right: 0 !important;
}

.pager>span
{
  cursor: default;
}

.pager>*
{
  background: #D9DEE3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 10px;
  margin: 0 4px 0 auto;
  line-height: normal;
  position: relative;
  display: inline-block;
  margin-left: 0;
}

.pager a:link, .pager a:visited, .pager .active
{
  line-height: normal;
  font-family: 'Roboto Condensed', sans-serif, Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
  text-decoration: none;
  color: #1C2126;
}

.pager .active
{
  background: #B6BFC9;
  padding: 10px;
  margin: 0 4px 0 auto;
  color: #FFFFFF;
}

.pager .more
{
  background: #D9DEE3;
  margin: 0 4px 0 auto;
}

.pager a.more:link, .pager a.more:visited
{
  color: #212121;
}

.pager a:hover
{
  background: #B9C2CB;
  padding: 10px;
  margin: 0 4px 0 auto;
}

.pager  a:hover, .pager  a.more:hover
{
  text-decoration: none;
  color: #21262C;
}

.pager>*:after
{
  margin: 0 0 0 auto;
  display: inline-block;
  position: absolute;
  content: ' ';
  top: 0;
  width: 0;
  height: 100%;
  right: 0;
  text-decoration: none;
}

.pager>*:last-child:after
{
  display: none;
}

.commentsform
{
  background: #E8E8E8;
  background: transparent;
  padding: 10px;
  margin: 0 auto;
  margin-top: 25px;
  color: #23292F;
}

.commentsform h2
{
  padding-bottom: 10px;
  margin: 0;
  color: #23292F;
}

.commentsform label
{
  display: inline-block;
  line-height: 25px;
}

.commentsform input:not([type=submit]), .commentsform textarea
{
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  width: 100%;
  max-width: 100%;
}

.commentsform .form-submit
{
  margin-top: 10px;
}

.post
{
  padding: 0px;
}

a img
{
  border: 0;
}

.article img, img.article, .block img, .footer img
{
margin: 7px 7px 7px 7px;
    border: 1px solid #ccc;
    padding: 3px;
    background-color: #fff;
    border-radius: 5px;
      -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
 /*   width: 100%;*/
}

.metadata-icons img
{
  border: none;
  vertical-align: middle;
  margin: 2px;
}

.article table, table.article
{
  border-collapse: collapse;
  margin: 1px;
}

.post .content-layout-br
{
  height: 0;
}

.article th, .article td
{
  padding: 2px;
 /* border: solid 1px #B9C2CB;*/
  vertical-align: top;
  text-align: left;
}

.article th
{
  text-align: center;
  vertical-align: middle;
  padding: 7px;
}

pre
{
  overflow: auto;
  padding: 0.1em;
}

.preview-cms-logo
{
  border: 0;
  margin: 1em 1em 0 0;
  float: left;
}

.image-caption-wrapper
{
  padding: 7px 7px 7px 7px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.image-caption-wrapper img
{
  margin: 0 !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.image-caption-wrapper div.collage
{
  margin: 0 !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.image-caption-wrapper p
{
  font-size: 80%;
  text-align: right;
  margin: 0;
}

.postheader
{
    text-decoration: none;
    text-align: center;
    color: #061c61;
    line-height: 100% !important;
    display: block;
    margin-top: 10px;
    margin-bottom: 30px;
    font-size: 27px;
    /* text-transform: uppercase;*/
    /* font-family: times new roman; */
}

.postheader a, .postheader a:link, .postheader a:visited, .postheader a.visited, .postheader a:hover, .postheader a.hovered
{
  font-size: 24px;
  font-family: 'Roboto Condensed', sans-serif, Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
  font-weight: normal;
  font-style: normal;
}

.postheader a, .postheader a:link
{
  font-family: 'Roboto Condensed', sans-serif, Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
  text-decoration: none;
  text-align: center;
    color: #000000;
    line-height: 30px !important;
    display: block;
    margin-top: 10px;
    margin-bottom: 25px;
    font-size: 20px;
    text-transform: uppercase;
}

.postheader a:visited, .postheader a.visited
{
  font-family: 'Roboto Condensed', sans-serif, Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
  text-decoration: none;
  color: #000000;
}

.postheader a:hover, .postheader a.hovered
{
  font-family: 'Roboto Condensed', sans-serif, Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
  text-decoration: none;
  color: #000000;
}

.postheadericons, .postheadericons a, .postheadericons a:link, .postheadericons a:visited, .postheadericons a:hover
{
  font-family: 'Roboto Condensed', sans-serif, Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
  color: #696969;
}

.postheadericons
{
  padding: 1px;
  margin: 0 0 0 10px;
}

.postheadericons a, .postheadericons a:link
{
  font-family: 'Roboto Condensed', sans-serif, Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
  text-decoration: none;
  color: #949494;
}

.postheadericons a:visited, .postheadericons a.visited
{
  font-family: 'Roboto Condensed', sans-serif, Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #757575;
}

.postheadericons a:hover, .postheadericons a.hover
{
  font-family: 'Roboto Condensed', sans-serif, Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
  font-weight: normal;
  font-style: normal;
  text-decoration: underline;
  color: #757575;
}

.postdateicon:before
{
  content: url('../images/postdateicon.png');
  margin-right: 6px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  line-height: 0;
  bottom: auto;
}

.opera .postdateicon:before
{
  bottom: 0;
}

.postauthoricon:before
{
  content: url('../images/postauthoricon.png');
  margin-right: 6px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  line-height: 0;
  bottom: auto;
}

.opera .postauthoricon:before
{
  bottom: 0;
}

.postediticon:before
{
  content: url('../images/system/edit.png');
  margin-right: 6px;
  bottom: 2px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  line-height: 0;
}

.opera .postediticon:before
{
  bottom: 0;
}

.postcontent ul>li:before, .post ul>li:before, .textblock ul>li:before
{
	display: inline-block;
	left: 20px;
	top: 4px;
	vertical-align: middle;
	line-height: 25px;
	content: "\f14a";
	font: normal normal normal 18px/1 'Font Awesome 5 Free';
	color: #39477c;
	position: absolute;
}

.postcontent ul>li>ul>li:before, .post ul>li>ul>li:before, .textblock ul>li>ul>li:before {
    display: inline-block;
    margin-right: 5px;
    bottom: 2px;
    position: relative;
    vertical-align: middle;
    line-height: 25px;
content: "\f14a";
    font: normal normal normal 20px/1 'Font Awesome 5 Free';
    color: #525252;
}

.opera .postcontent ul>li:before, .opera   .post ul>li:before, .opera   .textblock ul>li:before
{
  bottom: 0;
}

.postcontent li, .post li, .textblock li
{
  font-family: 'Roboto Condensed', sans-serif, Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
  color: #404040;
  margin: 3px 0 0 11px;
}

.postcontent ul>li, .post ul>li, .textblock ul>li, .postcontent ol, .post ol, .textblock ol
{
  padding: 0;
}

.postcontent ul>li, .post ul>li, .textblock ul>li
{
    padding-left: 30px;
    position: relative;
}

.postcontent ul>li:before, .post ul>li:before, .textblock ul>li:before
{
  margin-left: -17px;
}

.postcontent ol, .post ol, .textblock ol, .postcontent ul, .post ul, .textblock ul
{
  margin: 1em 0 1em 11px;
}

.postcontent li ol, .post li ol, .textblock li ol, .postcontent li ul, .post li ul, .textblock li ul
{
  margin: 0.5em 0 0.5em 11px;
}

.postcontent li, .post li, .textblock li
{
  margin: 8px 0 0 0;
}

.postcontent ol>li, .post ol>li, .textblock ol>li
{
  overflow: visible;
}

.postcontent ul>li, .post ul>li, .textblock ul>li
{
  overflow-x: visible;
  overflow-y: hidden;
}


.Sorter img
{
  border: 0;
  vertical-align: middle;
  padding: 0;
  margin: 0;
  position: static;
  z-index: 1;
  width: 12px;
  height: 6px;
}

.Sorter a
{
  position: relative;
  font-family: 'Roboto Condensed', sans-serif, Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
  color: #647587;
}

.Sorter a:link
{
  font-family: 'Roboto Condensed', sans-serif, Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
  color: #647587;
}

.Sorter a:visited, .Sorter a.visited
{
  font-family: 'Roboto Condensed', sans-serif, Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
  color: #647587;
}

.Sorter a:hover, .Sorter a.hover
{
  font-family: 'Roboto Condensed', sans-serif, Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
  color: #4C5967;
}

.Sorter
{
  font-family: 'Roboto Condensed', sans-serif, Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
  color: #364049;
}

.footer
{
  /*border-top: 1px solid #e6e6e6;*/
  padding: 25px;
  margin: 0px auto 0;
  position: relative;
  color: #878787;
  font-size: 17px;
  font-family: 'Roboto Condensed', sans-serif, Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
  line-height: 175%;
  text-align: center;
  /* background-image: url(/images/bga.jpg); */
  background-position: center top;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
  background-color: #151f3e;
  background-size: cover;
  background-blend-mode: color;
}

.footer a, .footer a:link, .footer a:visited, .footer a:hover, .footer td, .footer th, .footer caption
{
  color: #878787;
  font-size: 13px;
  font-family: 'Roboto Condensed', sans-serif, Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
  line-height: 175%;
}

.footer p
{
  padding: 0;
  text-align: center;
}

.footer a, .footer a:link
{
  color: #9C9C9C;
  font-family: 'Roboto Condensed', sans-serif, Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
  text-decoration: none;
}

.footer a:visited
{
  color: #808080;
  font-family: 'Roboto Condensed', sans-serif, Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
  text-decoration: none;
}

.footer a:hover
{
  color: #9C9C9C;
  font-family: 'Roboto Condensed', sans-serif, Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
  text-decoration: underline;
}


.footer img
{
  border: none;
  margin: 0;
  background: none;
}


.facebook-tag-icon
{
  background: url('../images/footerfacebookicon.png') no-repeat scroll;
  margin: 0 auto;
  min-height: 32px;
  min-width: 32px;
  display: inline-block;
  text-indent: 35px;
  background-position: left center;
}

.facebook-tag-icon:empty
{
  vertical-align: middle;
}

.twitter-tag-icon
{
  background: url('../images/footertwittericon.png') no-repeat scroll;
  margin: 0 auto;
  min-height: 32px;
  min-width: 32px;
  display: inline-block;
  text-indent: 35px;
  background-position: left center;
}

.twitter-tag-icon:empty
{
  vertical-align: middle;
}

.footer ul>li:before
{
 /* content: url('../images/footerbullets.png');
  margin-right: 6px;
  bottom: 2px;*/
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  line-height: 0;
  margin-left: -13px;
}

.opera .footer ul>li:before
{
  bottom: 0;
}

.footer li
{
  font-size: 13px;
  font-family: 'Roboto Condensed', sans-serif, Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
  color: #545454;
}

.footer ul>li, .footer ol
{
  padding: 0;
}

.footer ul>li
{
  padding-left: 5px;
}

.page-footer, .page-footer a, .page-footer a:link, .page-footer a:visited, .page-footer a:hover
{
  font-family: Arial;
  font-size: 10px;
  letter-spacing: normal;
  word-spacing: normal;
  font-style: normal;
  font-weight: normal;
  text-decoration: underline;
  color: #647587;
}

.page-footer
{
  position: relative;
  z-index: auto !important;
  padding: 1em;
  text-align: center !important;
  text-decoration: none;
  color: #595959;
}

.lightbox-wrapper
{
  background: #333;
  background: rgba(0, 0, 0, .8);
  bottom: 0;
  left: 0;
  padding: 0 100px;
  position: fixed;
  right: 0;
  text-align: center;
  top: 0;
  z-index: 1000000;
}

.lightbox, .lightbox-wrapper .lightbox-image
{
  cursor: pointer;
}

.lightbox-wrapper .lightbox-image
{
  border: 6px solid #fff;
  border-radius: 3px;
  display: none;
  max-width: 100%;
  vertical-align: middle;
}

.lightbox-wrapper .lightbox-image.active
{
  display: inline-block;
}

.lightbox-wrapper .lightbox-error
{
  background: #fff;
  border: 1px solid #b4b4b4;
  border-radius: 10px;
  box-shadow: 0 2px 5px #333;
  height: 80px;
  opacity: .95;
  padding: 20px;
  position: fixed;
  width: 300px;
  z-index: 100;
}

.lightbox-wrapper .loading
{
  background: #fff url('../images/preloader-01.gif') center center no-repeat;
  border: 1px solid #b4b4b4;
  border-radius: 10px;
  box-shadow: 0 2px 5px #333;
  height: 32px;
  opacity: .5;
  padding: 10px;
  position: fixed;
  width: 32px;
  z-index: 10100;
}

.lightbox-wrapper .arrow
{
  cursor: pointer;
  height: 100px;
  opacity: .5;
  filter: alpha(opacity=50);
  position: fixed;
  width: 82px;
  z-index: 10003;
}

.lightbox-wrapper .arrow.left
{
  left: 9px;
}

.lightbox-wrapper .arrow.right
{
  right: 9px;
}

.lightbox-wrapper .arrow:hover
{
  opacity: 1;
  filter: alpha(opacity=100);
}

.lightbox-wrapper .arrow.disabled
{
  display: none;
}

.lightbox-wrapper .arrow-t, .lightbox-wrapper .arrow-b
{
  background-color: #fff;
  border-radius: 3px;
  height: 6px;
  left: 26px;
  position: relative;
  width: 30px;
}

.lightbox-wrapper .arrow-t
{
  top: 38px;
}

.lightbox-wrapper .arrow-b
{
  top: 50px;
}

.lightbox-wrapper .close
{
  cursor: pointer;
  height: 22px;
  opacity: .5;
  filter: alpha(opacity=50);
  position: fixed;
  right: 39px;
  top: 30px;
  width: 22px;
  z-index: 10003;
}

.lightbox-wrapper .close:hover
{
  opacity: 1;
  filter: alpha(opacity=100);
}

.lightbox-wrapper .close .cw, .lightbox-wrapper .close .ccw
{
  background-color: #fff;
  border-radius: 3px;
  height: 6px;
  position: absolute;
  left: -4px;
  top: 8px;
  width: 30px;
}

.lightbox-wrapper .cw
{
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
}

.lightbox-wrapper .ccw
{
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
}

.lightbox-wrapper .close-alt, .lightbox-wrapper .arrow-right-alt, .lightbox-wrapper .arrow-left-alt
{
  color: #fff;
  display: none;
  font-size: 2.5em;
  line-height: 100%;
}

.ie8 .lightbox-wrapper .close-alt, .ie8 .lightbox-wrapper .arrow-right-alt, .ie8 .lightbox-wrapper .arrow-left-alt
{
  display: block;
}

.ie8 .lightbox-wrapper .cw, .ie8 .lightbox-wrapper .ccw
{
  display: none;
}

.content-layout .sidebar1
{
  border-right: 1px dotted #B5B5B5;
  margin: 0 auto;
  width: 200px;
}

.content-layout .content
{
  margin: 0 auto;
}

.content-layout .sidebar2
{
    border-left: 0px dotted #B5B5B5;
    margin: 0 auto;
    width: 230px;
    background-color: #ffffffa1;
}

fieldset
{
  border: none;
}

fieldset dl
{
  display: block;
  margin: 0;
  padding: 0;
  background: none;
}

fieldset dt
{
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: 12em;
  height: 2em;
  margin: 0;
  padding: 0;
  float: left;
  clear: both;
  background: none;
  line-height: 2em;
  overflow: hidden;
}

fieldset dd
{
  display: block;
  min-height: 2em;
  margin: 0 0 0 12em;
  padding: 0;
  background: none;
  line-height: 2em;
}

fieldset label
{
  display: inline-block;
  width: 12em;
}

fieldset textarea
{
  vertical-align: text-top;
}

.img-fulltext-left, .img-intro-left
{float: left;display: block;border: none;padding: 0;margin: 0 20px 10px 0;margin-top: 0;}

.img-fulltext-right, .img-intro-right
{
  float: right;
  display: block;
  border: none;
  padding: 0;
  margin: 0 0 0.3em 0.3em;
  margin-top: 0;
}

ul.pagenav
{
  clear: both;
  list-style: none;
  display: block;
  margin: 0;
  padding: 0;
}

ul.pagenav li, ul.pagenav li:before
{
  display: block;
  background: none;
  margin: 0;
  padding: 0;
  width: 50%;
  text-align: center;
  content: normal;
}

ul.pagenav li.pagenav-prev
{
  float: left;
}

ul.pagenav li.pagenav-next
{
  margin: 0 0 0 50%;
}

div.item-page dl.tabs
{
  display: block;
  margin: 0;
  padding: 0;
}

div.item-page dl.tabs:before
{
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  display: block;
  float: left;
  width: 1em;
  height: 2em;
  overflow: hidden;
}

div.item-page dl.tabs dt
{
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  display: block;
  float: left;
  height: 2em;
  overflow: hidden;
  border-left: solid 1px #B9C2CB;
  border-top: solid 1px #B9C2CB;
}

div.item-page dl.tabs dt h3
{
  margin: 0;
  padding: 0 1em;
  line-height: 2em;
  font-size: 100%;
  overflow: hidden;
}

div.item-page dl.tabs dt h3 a
{
  text-decoration: none;
}

div.item-page dl.tabs:after
{
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  display: block;
  border-left: solid 1px #B9C2CB;
  content: " ";
  overflow: hidden;
  height: 2em;
}

div.item-page div.current
{
  clear: both;
  border: solid 1px #B9C2CB;
}

div.item-page div.current dd.tabs
{
  margin: 0;
  padding: 0;
}

div.item-page .panel
{
  border: solid 1px #B9C2CB;
  margin-top: -1px;
}

div.item-page .panel h3
{
  margin: 0;
  padding: 0;
}

div.item-page .panel h3 a
{
  display: block;
  padding: 6px;
  text-decoration: none;
}

div.item-page .panel h3.pane-toggler-down a
{
  border-bottom: solid 1px #B9C2CB;
}

div.item-page .panel .pane-slider
{
  margin: 0;
  padding: 0;
}

div.item-page div.pagination ul
{
  clear: both;
  list-style: none;
  display: block;
  margin: 0;
  padding: 0;
}

div.item-page div.pagination li
{
  display: block;
  width: 50%;
  margin: 0;
  padding: 0;
  text-align: center;
  float: left;
  white-space: nowrap;
}

div.item-page div.pagination:after
{
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

#searchForm .phrases-box
{
  display: block;
  float: left;
}

#searchForm .ordering-box
{
  text-align: right;
}

#searchForm .phrases-box label, #searchForm .ordering-box label, #searchForm .only label
{
  display: inline-block;
  width: auto;
  height: 2em;
  margin: 0;
  padding: 0 0.3em;
}

#mod-finder-searchform label
{
  display: block;
}

#mod-finder-searchform input.inputbox
{
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  max-width: 300px;
}

#login-form fieldset label
{
  width: 100%;
}

#login-form #form-login-username label, #login-form #form-login-password label
{
  display: block;
}

#login-form #form-login-username input, #login-form #form-login-password input
{
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  max-width: 300px;
}

.breadcrumbs img
{
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  filter: grayscale(1);
}

dl.stats-module
{
  padding: 0.3em 0 0.3em 0.3em;
  margin: 0;
}

dl.stats-module dt
{
  float: left;
  display: block;
  line-height: 1.5em;
  min-height: 1.5em;
  width: 10em;
  padding: 0.3em 0.3em 0 0;
  margin: 0;
  font-weight: bold;
}

dl.stats-module dd
{
  display: block;
  line-height: 1.5em;
  min-height: 1.5em;
  margin: 0 0 0 10em;
}

div.mod-languages ul
{
  margin: 0;
  padding: 0;
  list-style: none;
}

div.mod-languages li
{
  background: none;
  margin: 0 0.3em;
  padding: 0;
}

div.mod-languages ul.lang-inline li
{
  display: inline;
}

div.mod-languages ul.lang-block li
{
  display: block;
}

div.mod-languages img
{
  border: none;
  margin: 0;
  padding: 0;
}

div.clr
{
  clear: both;
}

#system-message ul li
{
  background-image: none;
}

ul.actions, ul.actions li, ul.actions li img
{
  display: inline;
  margin: 0;
  padding: 0;
  border: none;
}

ul.actions li
{
  background: none;
  list-style: none;
}

.items-row
{
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}

.items-row .item
{
  display: table-cell;
  vertical-align: top;
}

.items-row .row-separator
{
  display: none;
}

div.pagination p.counter
{
  display: inline-block;
  margin: 0 0.3em 0 0;
  padding: 0;
  background: none;
}

div.pagination ul, div.pagination ul li, div.pagination ul > li:before
{
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0 0.3em;
  background: none;
  content: normal;
}

div.tip-wrap
{
  background: #fff;
  border: 1px solid #aaa;
}

div.tip-wrap div.tip
{
  padding: 0.3em;
}

div.tip-wrap div.tip-title
{
  font-weight: bold;
}

table.category
{
  width: 100%;
}

table.category thead th img
{
  padding: 0 0 0 0.3em;
  margin: 0;
  border: none;
}

span.hasTip a img
{
  padding: 0;
  margin: 0;
  border: none;
}

div.categories-list ul li span.item-title, div.cat-children ul li span.item-title
{
  display: block;
  margin: 0 0 0.3em 0;
}

div.categories-list ul li div.category-desc, div.cat-children ul li div.category-desc
{
  margin: 0 0 0.3em 0;
}

div.categories-list dl, div.cat-children dl
{
  display: block;
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
  background: none;
}

div.categories-list dl dt, div.cat-children dl dt, div.categories-list dl dd, div.cat-children dl dd
{
  display: inline-block;
  padding: 0;
  margin: 0;
  background: none;
}

div.img_caption p.img_caption
{
  padding: 0.3em 0;
  margin: 0;
}

form .search label, form .finder label
{
  display: none;
}

.cols-2 .column-1, .cols-2 .column-2, .cols-3 .column-1, .cols-3 .column-2, .cols-3 .column-3
{
  float: left;
  clear: right;
}

.cols-2 .column-1
{
  width: 50%;
}

.cols-2 .column-2
{
  width: 50%;
}

.cols-3 .column-1
{
  width: 33.33%;
}

.cols-3 .column-2
{
  width: 33.33%;
}

.cols-3 .column-3
{
  width: 33.33%;
}

.row-separator
{
  clear: both;
  float: none;
  font-size: 1px;
  display: block;
}

ul.categories-module li h1, ul.categories-module li h2, ul.categories-module li h3, ul.categories-module li h4, ul.categories-module li h5, ul.categories-module li h6
{
  display: inline;
}

.only, .phrases
{
  border: solid 1px #ccc;
  margin: 10px 0 0 0px;
  padding: 15px;
  line-height: 1.3em;
}

/* Begin Additional CSS Styles */

@media all and (max-width: 1200px)
{
.ls_txt p {
    font-size: 35px;
    margin-top: 15px;
    margin-bottom: 15px;
  }
}

@media all and (max-width: 1100px)
{
  .custom.tp.clearfix {

}
  
  .hmenu>li>a, .hmenu>li>a:link, .hmenu>li>a:visited, .hmenu>li>a.active, .hmenu>li>a:hover {
  /*  font-size: 12px;*/
  }
  
  ul.hmenu>li>a {
    /*padding: 0 9px;*/
  }
  
}


@media all and (max-width: 1024px)
{ 
    
    .ls_txt {
    padding: 10px;
}
   .ls_txt p {
    font-size: 27px;
  } 
    
  .why.we span {
    font-size: 22px;
}
  
  .blog.prod .items-row .item, .blog-featured.prod .items-row .item {
    width: 33.33% !important;
    display: inline-block;
}
  
  .nap {
    /* width: 24%; */
  }
  
  .why {
    display: inline-block;
    width: 25%;
    float: left;
    min-height: 90px;
}
  
  .why span {
    display: table-cell;
    height: 90px;
    vertical-align: middle;
    font-size: 13px;
}
  
  .why img {
    float: left;
    height: 60px;
    width: auto;
    position: relative;
    margin: 15px 10px;
}
  
  .custom.pre {
    padding: 30px 1%;
}
  
  .pre_item {
    width: 33%;
    padding: 5px;
  }
  
  .pre_item img {
    width: 98%;
  }
  
  .hd.logo img {
    height: 50px;
    margin-top: 15px;
    margin-bottom: 0px;
    padding: 3px;
}
  
  .hd {
    display: inline-block;
    width: 35%;
    vertical-align: top;
}
  
  .hd.left {
    margin-top: 0px;
  }
  
  .head-ul {
    float: right;
    margin-top: 5px;
}
  
  .hd.logo {
    text-align: center;
    margin-bottom: 2px;
    /* width: 28%; */
}
      
.AG_classic .ag_thumbclassic {
    float: left;
    background-position: bottom right;
    background-repeat: no-repeat;
    margin: 0 1% 1%;
    padding: 0 4px 4px 0;
    width: 30%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
  
  .AG_classic .ag_imageThumb {
    width: 100%;
}
  
  ul.hmenu>li>a {
    padding: 0 10px;
  }
  
  
    .hmenu>li>a, .hmenu>li>a:link, .hmenu>li>a:visited, .hmenu>li>a.active, .hmenu>li>a:hover {
  /*  font-size: 11px;*/
  }
  
  .blog.prod .post h2.postheader a, .blog-featured.prod .post h2.postheader a {
    /*font-size: 13px;*/
  }
  
}


@media all and (max-width: 768px)
{
  
  .nostyle.vp h3 {
    margin: 0 15px;
  }
  
  .slider-gl .slick-slide img {
    left: -200px;
    height: 100%;
    width: auto;
}
  
  .nostyle.nsh h3 {
    overflow: visible
}

.nostyle.nsh h3:after {
    width: 100%;
    bottom: -6px;
    right: 0;
    top: auto;
}
  
  .newsflash.nsh {
    flex-wrap: wrap;
}

.nfl {
    flex: 1 0 100%;
    padding: 25px;
    margin-left: 0px;
    margin-bottom: 20px;
}
  
  .blog.nsb .items-row {
    display: flex;
    flex-wrap: wrap;
}
  
  img.slick-slider-page {
    width: 99%;
  }
  
  .post {
    padding: 5px 20px;
}
  
  .ls_txt p {
    font-size: 30px;
}
  
  .custom_ctf h2:after {
    content: '';
    background-color: #e59300;
    height: 2px;
    display: block;
    width: 100%;
    position: absolute;
    bottom: -6px;
    right: 0;
    top: auto;
}

h3#lw_head:after {
    content: '';
    background-color: #e59300;
    height: 2px;
    display: block;
    width: 100%;
    position: absolute;
    bottom: 4px;
    right: 10px;
    top: auto;
}

.custom_ctf h3.alg_serv:after {
    content: '';
    background-color: #e59300;
    height: 2px;
    display: block;
    width: 100%;
    position: absolute;
    bottom: -6px;
    right: 0;
    top: auto;
}

.lwr {
    flex: 1 1 48%;
}
  
  a.head-mail {
    display: none !important;
}
  
  div.mod-languages ul.lang-inline li {
    display: inline-block;
}
  
  .moduletable.lng {
    float: none;
    margin-left: 0px;
    padding-top: 3px;
}
  
  .camera_wrap img {
    width: auto !important;
}
  
  .lawer .article table img {
    width: 300px;
    margin-left: 0;
  }
    .hd.right h2 {
    margin-bottom: 20px;
}

nav.nav.desktop-nav.fixed {
    background: none;
}

    .ls_txt {
    display: inline-block;
    float: none;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px;
    text-align: center;
}

.ls_img.main-slider2 {
    display: inline-block;
    float: none;
    width: 100%;
}
  
  video.bvid {
    width: 98%;
  }

  .au_left {
    width: 100%;
}
  
    .au_right {
    width: 100%;
}
    
.nostyle.sl_over {
    height: 57px;
    background-color: #00608a;
    margin-top: -106px;
}
  
  .item-page.prod .fields-container {
    width: 30%;
  }
  
.why.we {
    width: 100%;
}
  
.why.we1 {
    background-color: #cacaca;
    width: 100%;
}
  
  .why.we2 {
    background-color: #d6d6d6;
    width: 100%;
}
  
  .nap_img h3 {
    font-size: 17px;
    font-weight: normal;
    /* margin-top: 40%; */
  }
  
  .hd.right a {
	width: 15%;
    margin: 10px 0.5%;
}
  
  .hd.logo {
    width: 100%;
  }
  
p.ctext {
    font-size: 1.9em;
    margin-bottom: 5px;
}
  
.cta_left {
    float: left;
    width: 50%;
    text-align: right;
    font-size: 14px;
    margin-top: 30px;
  }
  
  
  #camera_wrap_87 .camera_caption > div {
    margin-right: 5%;
    margin-bottom: 5%;
    margin-left: 5%;
    padding-top: 3%;
    padding-right: 3%;
    padding-bottom: 2%;
    padding-left: 3%;
}
  
  .item-page {
    margin-right: 0px;
}
  
  .blog.prod .items-row .item {
    display: inline-block;
    vertical-align: top;
    float: left;
}
  
  .custom.tp.clearfix h2 {
}
  
  #main > div.sheet.clearfix > div.nostyle.tp.clearfix > div > p:nth-child(3) > strong > span {
    font-size: 14px !important;
}
  
  img.tensai {
    margin: auto;
    display: block;
    width: 80%;
}

  .tp_right li {
    padding-left: 34px;
    margin: 0px 0 0 0;
    line-height: 26px;
    font-size: 16px;
    text-align: left;
}
  
  
  ul.hmenu>li>a {
    line-height: 50px;
    text-shadow: none;
    padding: 0 15px;
  }
  
  .hmenu>li>a, .hmenu>li>a:link, .hmenu>li>a:visited, .hmenu>li>a.active, .hmenu>li>a:hover {
    font-size: 13px;
}
  
  .hmenu ul a:link, .hmenu ul a:visited, .hmenu ul a.active, .hmenu ul a:hover {
	text-align: center;
	line-height: 25px;
	color: #ffffff;
	font-size: 12px;
	font-family: 'Roboto Condensed', sans-serif, Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
	text-decoration: none;
	margin: 0;
	background-color: #000000;
}
  
  .tp_left img {
    max-width: 400px;
    width: 90%;
}
  
.tp_right {
    width: 100%;
    padding: 5px 10px;
}
  
  .tp_left p {
    margin: 7px 0px;
    line-height: 28px;
    font-size: 16px;
    text-align: left;
}
  
  .tp_left li {
    line-height: 135%;
    font-size: 15px;
}
  
  .tp_left li:before {
    font: normal normal normal 20px/1 FontAwesome;
}
  
  a.hsc {
    margin-bottom: -8px;
}
  
  table.doc {
    width: 99% !important;
}
  
  .blog.prod .post h2.postheader a, .blog-featured.prod .post h2.postheader a {
    top: 0;
    margin: 0;
    width: 100%;
    color: #000000;
    text-align: center;
    height: auto;
    font-size: 15px;
    font-weight: normal;
    text-transform: none;
    padding: 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 18px !important;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
    text-decoration: none;
}
  
  ul.hmenu li {
    background-color: #000000c9;
}
  
  .nap {
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    width: 49%;
    margin: 0.5%;
    background-color: #ffffff;
    -webkit-box-shadow: 2px 4px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 2px 4px 10px rgba(0, 0, 0, 0.2);
}
  
  .custom.tp.clearfix p {
    font-size: 15px;
    line-height: 130%;
}
  
  .prod .post .img-intro-left {
    width: 100%;
    margin: 0;
    max-height: 350px;
  }
  
  .prod .items-row .post .article {
    padding: 10px 10px;
    font-size: 16px;
    min-height: auto;
    max-height: 100%;
}
  
  .why {
    display: inline-block;
    width: 50%;
  }
  
  .nap_inner {

  }
  
  .nap_inner h2 {
    font-weight: normal;
    margin-bottom: 10px;
    font-size: 16px;
    color: #000;
    min-height: 40px;
}
  
  .custom.tp.clearfix video {
    width: 96%;
    height: auto;
}
  
  .nostyle.slck {margin-top: -150px;}
  
.hd.logo img {
    max-width: 245px;
    height: 70px;
    margin-top: 20px !important;
}
  
  .hd.right {
    margin-bottom: 0px;
    width: 100%;
    float: right;
    margin-top: 0px;
}
  
  .hd.left h1 {
    font-size: 20px;
    color: #ffffff;
    font-weight: bold;
    margin-top: 15px;
    font-family: monotype corsiva;
    font-style: italic;
    margin-left: 0px;
    margin-bottom: 5px;
    display: block;
}
  
  .hd.right a {

}
  
  .hd.right i {
    font-size: 15px;
    margin-right: 10px;
    color: #ffe004;
}
  
  .head-ul p {
    text-align: left !important;
}
  
  .hd.left p {
    font-size: 17px;
    padding: 5px;
  }
  
  .hd.left {
    margin-top: 10px;
}
  
  audio {
    width: 200px;
}
  
  .head-ul {
    float: right;
    margin-top: 5px;
}
  
  .nav {
    border-top: none;
    margin: 0 auto;
    position: relative;
    z-index: 499;
    text-align: center;
    background: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-bottom: 0;
}
  
  .postheader {
    line-height: 150% !important;
}
  
  
  
  .pro.fito2 p, .pro.fito3 p {
    font-size: 16px;
    text-align: justify;
    padding: 25px;
    letter-spacing: 0px;
    color: #151515;
    line-height: 23px;
}
  
  .fito4 {
    background-position-y: -20px;
}
  
 .tp_left {
    display: inline-block;
    vertical-align: top;
    float: left;
    width: 100%;
    padding: 5px 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
  
.blog-featured.prod .items-row .item {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    float: left;
}
  
  .pre_item {
    display: inline-block;
    vertical-align: top;
    width: 49%;
    text-align: center;
    padding: 4px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 30px;
}
  
  .pro.half {
    width: 50%;
    height: 200px;
    overflow: scroll;
}
  
  .postheader {
    text-decoration: none;
    text-align: center;
    color: #000000;
    display: block;
    margin-top: 10px;
    margin-bottom: 15px;
    font-size: 20px;
    text-transform: uppercase;
}
  
  .custom_oper {
    max-width: 1200px;
    margin: auto;
    text-align: center;
    padding: 41px 0px;
}
  
  .custom_oper h1 {
    color: #fefd00;
    font-size: 2em;
}
  
  ul.hmenu ul:before
{
    background: #000000;
  }
  
}


@media all and (max-width: 610px)
{
    
    #usl_page h3 {
    font-size: 20px !important;
    padding: 0 5px;
}

#usl_page img {
    width: 150px;
}
  
  .abo_inner {
    margin: 1%;
    flex: 1 1 48%;
}
  
    .item-page.prod .fields-container {
    width: 40%;
  }
  
  
.top_right {
    float: right;
    width: 100%;
}  
  
  .top_left {
    float: left;
    width: 100%;
    margin-bottom: 5px;
}
  
.responsive .header 
{
    width: auto;
    height: auto;
    min-height: 100px;
    min-width: 1%;
    background-position: center center !important;
    background-size: cover !important;
    background-repeat: repeat !important;
    background-position-y: 0px;
}

.responsive .header:before 
{
    height: 100%;
    position: absolute;
}

  
  a.top {
    display: block;
    height: 50px;
    width: 50px;
    position: fixed;
    z-index: 999;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    font-size: 28px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 0 0 0px;
}
  
  .cta_right {
    float: right;
    width: 40%;
  }
  
  .cta_left {
    float: left;
    width: 60%;
  }
  
  .custom_oper {
    padding: 0px 0px 0px 60px;
}
  
  .custom_oper h1 {
    color: #fefd00;
    font-size: 2em;
    line-height: 115%;
    padding-top: 41px;
}
  
  #camera_wrap_87 .camera_caption > div {
    margin-right: 2%;
    margin-bottom: 20%;
    margin-left: 2%;
  }
  
  nav.nav.desktop-nav.fixed {
    background-color: transparent;
}
  
  .hd.left h1 {
    font-size: 20px;
    color: #ffffff;
    font-weight: normal;
    margin-top: 0px;
    font-family: monotype corsiva;
    font-style: italic;
    margin-left: 0px;
    margin-bottom: 0px;
    display: block;
}
  
  .hd.logo img {
    margin-top: 5px;
    margin-bottom: 0px;
    padding: 3px;
    width: auto;
}
  
  .hd.right.clearfix {
    width: 100%;
}
  
  .head-ul p {
    text-align: left !important;
    display: inline-block;
}
  
  .nostyle.slck {
    margin-top: -150px;
}
  
  .header {
	  
}
  
  .cta_fix {
    display: block;
  }
  
  .pro.fito1 p, .pro.fito4 p {
    color: #fff;
    text-align: center;
    font-size: 23px;
  }
  
  .pro.fito2 p, .pro.fito3 p {
    font-size: 15px;
    text-align: left;
    padding: 10px;
    letter-spacing: 0px;
    color: #151515;
    line-height: 21px;
}
  
  .postheader a, .postheader a:link {
    font-family: 'Roboto Condensed', sans-serif, Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
    text-decoration: none;
    text-align: center;
    color: #000000;
    line-height: 100% !important;
    display: block;
    margin-top: 10px;
    margin-bottom: 0px;
    font-size: 24px;
    text-transform: uppercase;
}
  
  .postcontent h3 {

}
  
  .blog.poleznoe .img-intro-left {
    width: 300px;
    margin-right: 10px;
}
  
    .hd {
    display: inline-block;

    vertical-align: top;
    text-align: center;
}
  
  .hd.left {
    margin-top: 0px;
}
  
  .hd.logo {
    text-align: center;
    margin-bottom: 5px;
    width: 100%;
}
  
  .hd.right.clearfix {
    width: 100%;
}
  
  .head-ul {
    float: none;
    margin-top: 0px;
}
  
  .hd.left {
    margin-top: 5px;
    /* background-color: #ffffff91; */
    margin-left: 0%;
    width: 100%;
}
  
  .hd.left i {
    font-size: 24px;
    margin: 2px 10px;
    color: #000000;
}
  
  .nostyle.sl_over {
 /*   display: none;*/
}
  
}

@media all and (max-width: 570px) 
{
  
  .lawer .article table img {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  
  .lawer .article table h3 {
    text-align: center !important;
  }
  
  .lawer .article table span {
    text-align: center !important;
    line-height: 120%;
  }
  
  .lawer .article table p {
    text-align: justify !important;
}
    
    .post {
    padding: 5px 15px;
}
    
    .top_right a {
    display: block;
    font-size: 17px;
}

.top_right i {
    margin-left: 0px !important;
}
    
    video.kvid {
    width: 98%;
}
  
  .blog.prod .items-row .item, .blog-featured.prod .items-row .item {
    width: 50% !important;
    display: inline-block;
}
  
  .hd.right a {
    display: inline-block;
    padding: 5px 7px;
    border: 1px solid #cecece;
    border-radius: 10px;
    color: #cecece;
    font-size: 14px;
    text-decoration: none;
    cursor: default;
	width: 26%;
    margin: 0px 0.5% 8px 0.5%;
}
  
  .cta_left {
    float: none;
    width: 100%;
    text-align: center;
    font-size: 14px;
    margin-top: 0px;
    padding-right: 0px;
}
  
  .cta_right {
    float: none;
    width: 100%;
    text-align: center;
    font-size: 18px;
    margin-top: 10px;
    display: inline-block;
    vertical-align: top;
    padding-left: 0px;
}
  
  .cta_right:before {
    display: none;
}
  
  .custom_oper {
    padding: 0px 10px 0px 60px;
}
  
  .custom_oper h1 {
	color: #fefd00;
    font-size: 2.3em;
    line-height: 115%;
    padding-top: 20px;
}
  
}



@media all and (max-width: 480px)
{
    
    .article tbody tr:first-child td {
    font-size: 13px;
}

.article tbody tr td {
    font-size: 13px;
}

.article tbody tr td p {
    margin: 0px;
    line-height: 125%;
}

.article tbody tr:first-child td {
    min-width: 32px;
}
    
    #usl_page img {
    width: 120px;
}

#usl_page h3 {
    font-size: 15px !important;
    padding: 0 5px;
}
  
  a.title-article {
    min-height: 65px;
}
  
  .custom_oper h1 {
    color: #fefd00;
    font-size: 2.1em;
    line-height: 105%;
    padding-top: 24px;
    text-align: center;
}
  
  .custom_oper {
    padding: 0px 10px 0px 100px;
}
  
  .nostyle_oper {
    background-color: #d60405;
    color: #fff;
    background-image: url(/images/fl.png);
    background-position-x: 2px;
    height: 110px;
    background-size: 80px;
    background-repeat: no-repeat;
    min-height: 120px;
    background-position-y: center;
}
  
  video.mvid {
    width: 100%;
}
  
  a.hsc {
    margin-bottom: 0px;
}
  
  .nap_inner h2 {
    font-weight: normal;
    margin-bottom: 10px;
    font-size: 20px;
    color: #000;
    min-height: 25px;
}
  
  .nap {
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    /* width: 96%; */
    /* margin: 2%; */
    background-color: #ffffff;
    -webkit-box-shadow: none;
    box-shadow: none;
}
  
  .blog.poleznoe .img-intro-left {
    width: 100%;
    margin-right: 10px;
}
  
  .blog.poleznoe .img-intro-left img {
    width: 100%;
    padding: 1%;
    background-color: #fff;
    border: 1px solid #ccc;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
  
  .pro.half {
    width: 100%;
    height: 250px;
    overflow: scroll;
}
  
  .pro.half.fito3.ms {
    display: block;
}
  
  .pro.half.fito3.add {
    display: block;
}
  
  .pro.half.fito3.fs {
    display: none;
}
  
  .hd {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    text-align: center;
}
  
  .hd.left {
    margin-top: 0px;
}
  
  .hd.logo {
    text-align: center;
    margin-bottom: 5px;
}
  
  .head-ul {
    float: none;
    margin-top: 0px;
}
  
  .hd.left {
	margin-top: 5px;
}
  
  .hd.left i {
    font-size: 24px;
    margin: 2px 10px;
    color: #000000;
}
  
  ul.hmenu>li>a {
    padding: 0 10px;
    height: 45px;
    line-height: 45px;
    border-bottom: 1px solid #e6e6e6;
}
  
  .hmenu ul a:link, .hmenu ul a:visited, .hmenu ul a.active, .hmenu ul a:hover {
    text-align: center;
    line-height: 25px;
    color: #e2e2e2;
    font-size: 13px;
    font-family: 'Roboto Condensed', sans-serif, Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
    text-decoration: none;
    margin: 0;
}
  
  .blog-featured.prod .items-row .item {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    float: left;
}
  
  .items-row .item {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    float: left;
}
  
  .responsive.responsive-phone .content-layout img {

}
  
  .pre_item {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    text-align: center;
    padding: 4px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 20px;
    min-height: auto;
    padding-bottom: 15px;
}
  
  .tp_left p {
    margin: 7px 0px;
    line-height: 28px;
    font-size: 16px;
    text-align: left;
}
  
  
  .tp_right img {
    margin-left: -50px;
}
  
  .pro.fito1 p, .pro.fito4 p {
    color: #fff;
    text-align: center;
    font-size: 35px;
    text-transform: uppercase;
    margin-top: 50px;
    padding: 14px;
}
  
  .fito1 {
    background-position-y: 0px;
}
  
  .nap_img h3 {
    font-size: 15px;
  }
  
  .nap_img {
    position: relative;
    /* display: block; */
  }
  
}


@media all and (max-width: 425px)
{
  
    .item-page.prod .fields-container {
    width: 100%;
  }
  
  
  .custom.tp.clearfix p {
    font-size: 14px;
    text-align: center;
    line-height: 130%;
}
  
  .why {
    display: inline-block;
    width: 100%;
}
  
  .nostyle.tp {

}
  
  .abo_inner {
    display: inline-block;
    width: 98%;
    margin: 1%;
  }
  
  .custom.tp.clearfix {
}  
  
  .nap_img h3 {

  }
  
  .nap_img {
    position: relative;
    height: 180px;
  }
  
    .custom_oper h1 {
    color: #fefd00;
    font-size: 2.1em;
    line-height: 105%;
    padding-top: 10px;
    text-align: left;
}
  
  .hd.logo img {
   /* height: 120px;*/
}
  
  .hd.right a {
    font-size: 14px;
}
  
  .hd.left h1 {
    font-size: 16px;
    margin-bottom: 5px;
    margin-top: 5px;
}
  
  .hd.right.clearfix {
    margin-top: 5px;
}
  
  .hd.logo {
    text-align: center;
    margin-bottom: 0px;
}
  
  table.doc {
    padding: 0px;
}

  
  table.doc img {
    margin: 0;
}
  
  table.doc td {
    display: block;
    padding: 0px 7px;
}
  
  table.doc h4 {
    font-size: 24px;
    margin-top: 0;
}
}
/* End Additional CSS Styles */