@font-face {
    font-family: 'JohnstonITCStdMedium';
    src: url('fonts/JohnstonITCStdMedium.eot');
    src: url('fonts/JohnstonITCStdMedium.eot') format('embedded-opentype'),
         url('fonts/JohnstonITCStdMedium.woff2') format('woff2'),
         url('fonts/JohnstonITCStdMedium.woff') format('woff'),
         url('fonts/JohnstonITCStdMedium.ttf') format('truetype'),
         url('fonts/JohnstonITCStdMedium.svg#JohnstonITCStdMedium') format('svg');
}
@font-face {
    font-family: 'JohnstonITCStdBold';
    src: url('fonts/JohnstonITCStdBold.eot');
    src: url('fonts/JohnstonITCStdBold.eot') format('embedded-opentype'),
         url('fonts/JohnstonITCStdBold.woff2') format('woff2'),
         url('fonts/JohnstonITCStdBold.woff') format('woff'),
         url('fonts/JohnstonITCStdBold.ttf') format('truetype'),
         url('fonts/JohnstonITCStdBold.svg#JohnstonITCStdBold') format('svg');
}
@font-face {
    font-family: 'JohnstonITCStdLight';
    src: url('fonts/JohnstonITCStdLight.eot');
    src: url('fonts/JohnstonITCStdLight.eot') format('embedded-opentype'),
         url('fonts/JohnstonITCStdLight.woff2') format('woff2'),
         url('fonts/JohnstonITCStdLight.woff') format('woff'),
         url('fonts/JohnstonITCStdLight.ttf') format('truetype'),
         url('fonts/JohnstonITCStdLight.svg#JohnstonITCStdLight') format('svg');
}

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

html,
body{
	padding:0;width: 100%;
	margin:0;  color: #000;
	overflow-x: hidden;
	background:url(images/bg.jpg);
}
body, input, textarea, button, select {
	font-size: 18px;
    line-height: 1.6;
    font-family: 'JohnstonITCStdMedium',Helvetica,Arial,Verdana,Trebuchet MS,sans-serif;
  
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
}
.clearfix{clear:both;}
strong{	font-weight:600;}
.clear{clear:both;}
a{	color: #ff0000;	text-decoration: none;webkit-transition: color .1s linear,border-color .1s linear,background-color .1s linear,fill .1s linear,opacity .1s linear;
    -moz-transition: color .1s linear,border-color .1s linear,background-color .1s linear,fill .1s linear,opacity .1s linear;
    -ms-transition: color .1s linear,border-color .1s linear,background-color .1s linear,fill .1s linear,opacity .1s linear;
    -o-transition: color .1s linear,border-color .1s linear,background-color .1s linear,fill .1s linear,opacity .1s linear;
    transition: color .1s linear,border-color .1s linear,background-color .1s linear,fill .1s linear,opacity .1s linear;}
a:hover {text-decoration: none;outline: none;}
a img ,img{	border: none;}
a:focus, a:hover, a:active {	outline: none;}
img,fieldset{border:none;}
img{max-width:100%;height: auto;}
iframe{max-width:100%l}
h1,h2,h3,h4,h6{    display: block; margin: 0 0 0.5em; text-transform:uppercase;  line-height:normal;color: #000;font-family: "JohnstonITCStdBold",Helvetica,Arial,Verdana,Trebuchet MS,sans-serif;
    }
h1{	font-size: 40px; line-height: 40px;}
h2{	font-size: 34px;}
h3{	font-size: 28px;}
h5{font-size:24px;}
h6{font-size:22px;}
.light{font-family: 'JohnstonITCStdLight';}
p{padding:0;margin:0 0 1rem 0; }
table{max-width: 100%;
    display: block;
    width: 100%;
    border-collapse: collapse;}
table td{padding:5px 10px;}
textarea{height:120px;}
.btn,input.wpcf7-submit {
    font-weight: bold;border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    white-space: normal;
    display: inline-block;
    cursor: pointer;
    text-align: center;
    -webkit-appearance: none;
	font-family: 'JohnstonITCStdMedium';
	background:#ff0000;
	color:#FFF;
	    font-size: 18px;
    padding: 10px 20px 11px;
	line-height:normal;border-radius: 4px;
}
.btn:hover, .btn:focus,input.wpcf7-submit:hover {
    color: #fff;
    border-color: #c00;
    background: #c00;
}
.w100 .vc_figure,.w100 .vc_single_image-wrapper,.w100 .vc_single_image-wrapper img{width:100%;}
ul.listbar,ul.latest-news{list-style:none;padding:0; margin:0;}
.wrap{
	max-width: 1170px;
    margin: 0 auto;
    position: relative;
    padding:0 15px;
}
.wrap:after,section:after{clear:both;content:'';display:table;}
.mobile-menu{display:none;}
h2.rs-layer span{font-weight:400!important; font-size:15px!important;}
.newsletter-form{max-width: 40%;margin: 0 auto;}
.newsletter-form .email-375{float:left;width:70%;}
.newsletter-form input[type=email]{    padding: 0 10px;height: 34px;  box-shadow: 0 0px 2px #333;  border: none;max-width: 100%;}
.newsletter-form input[type=submit]{color: #fff;padding: 0;
    background: #ff0000;box-shadow: 0 0px 2px #333;
    text-transform: uppercase; cursor:pointer;    width: 30%;
    height: 34px;
    border: none;}

#header{
   background:#fff; padding:15px 0;
}
.logo{float: left;  width: 75%;}
.logo a{display:block;}
.socials{float: right;  width: 25%;    text-align: right;padding: 28px 0 0 0;}
.socials a{font-size: 24px; padding: 0 10px;}
.socials a:hover{color:#000;}

#mainmenu{background:#000;color:#fff;}
.desktop-menu ul{list-style:none; margin:0; padding:0;}
.desktop-menu ul li{position: relative;display: inline-block;}
.desktop-menu ul li a{ display:block; font-size: 16px;color:#FFF;padding: 12px 25px 10px 25px;text-transform: uppercase;font-family: 'JohnstonITCStdBold';}
.desktop-menu ul li a:hover,.desktop-menu li.current-menu-item a,.desktop-menu li.current_page_item a,.desktop-menu ul li:hover > a{background:#ff0000;}
.desktop-menu li ul{transition-timing-function: ease-in;
    transition-property: opacity, margin-top, visibility;transition-duration: 200ms;background: #000;  position: absolute;  padding: 15px 0; z-index: 999;width: 250px; visibility:hidden; opacity:0;}
.desktop-menu li ul li{display:block;}
.desktop-menu li ul li a{display:block; padding:5px 25px;color:#FFF; background:none!important;}
.desktop-menu li ul li a:hover{background:#ff0000!important;}
.desktop-menu li:hover ul{visibility:visible; opacity:1;}

#banner{padding: 55px 0;}
#banner h1{margin: 0;color:#fff; text-transform:uppercase;}

#mainbody{padding:35px 0;}
#mainbody ul{margin:0 0 15px 20px;}
#bottom{padding:55px 0; font-family: 'JohnstonITCStdLight';font-size: 24px;background:url(images/bottom-bg.jpg) no-repeat center top /cover; color:#fff;text-align: center;}
h3.widget-title{color:#fff;text-transform: uppercase; font-size: 18px; position:relative;}
h3.widget-title:before{content: '';
    width: 1px;
    height: 50px;
    background: #ff0000;
    top: 0;
    position: relative;
    display: block;
    margin: 0 auto 15px;}
#bottom h2{color: #fff;  text-transform: uppercase; font-size: 38px;  padding: 0; margin: 0;}
#bottom h2 span{font-family: 'JohnstonITCStdLight'; font-size:20px;}

#footer{text-align:center;padding: 35px 0;}
.footer-add{}
.footer-add p{text-transform: uppercase; font-family: 'JohnstonITCStdBold'; font-size: 18px;}
.footer-nav{    padding: 15px 0 10px 0;}
.footer-nav ul{list-style:none; padding:0; margin:0; text-align:center;}
.footer-nav ul li{display:inline;}
.footer-nav ul li a{color:#000; padding:0 15px; border-right:1px solid #000; text-transform:uppercase;font-size: 16px; }
.footer-nav ul li:last-child a{border:none;}
.footer-nav ul li a:hover{text-decoration:underline;}
.copyright{text-transform:uppercase;font-size: 16px;}
.arrowsub {
    display: none;
}
@media only screen and (max-width:1023px) {
	.desktop-menu{display:none; position:absolute; top:30px; left:0; width:100%; z-index:999; background:#000;}
	.desktop-menu ul li{display:block;}
	.desktop-menu ul li a{padding:10px 15px;}
	.mobile-menu{display:block;padding: 2px 0;}
	.desktop-menu li ul{position:relative; visibility:visible; opacity:1; width:100%; display:none;padding: 5px 0;}
	.desktop-menu li.menu-item-has-children .arrowsub {
    display: block;
    position: absolute;
    right: 10px;
    color: #FFF;
    font-size: 20px;
    top: 3px;
    z-index: 999;
    width: 25px;
    text-align: center;
}
.desktop-menu li ul .arrowsub{display:none!important;}
}
@media only screen and (max-width:480px) {
	.newsletter-form{max-width:100%;}
	.logo{float:none; width:100%; text-align:center;}
	.socials{float:none; width:100%; text-align:center;    padding: 0;}
}