@import url("fonts.css");

/* Box Model */

*,
*:before,
*:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}


/* Reset */

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,
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 {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
	letter-spacing:0.035em;
    font: inherit;
    vertical-align: baseline;
    font-family: "Akko W04 Light", sans-serif;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
	overflow-x:hidden;
}

p, .extremtable td, .extremtable p, .image-caption{
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 5px;
	letter-spacing:0.035em;
	font-weight:300;
     font-family: "Akko W04 Light", sans-serif;
}

a:hover {
    transition: all 0.4s ease;
}

p a,
p a:hover {
    color: #4f4f4d;
    text-decoration: none;
}

b,
strong {
    font-family: "Akko W04 Medium", sans-serif;
}

i {
    font-family: "open_sansitalic", sans-serif;
}

ol,
ul {
    list-style: none;
}

td {
    font-size: 18px;
}

th {
    font-family: "Akko W04 Regular", sans-serif;
    font-size: 22px;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

body {
    -webkit-text-size-adjust: none;
}

hr {
    border: 4px solid #4f4f4d;
    margin: 50px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Akko W04 Regular", sans-serif;
	

}

h1 {
    font-size: 40px;
    font-family: "Akko W04 Regular", sans-serif;
}

h2 {
    font-size: 30px;
    font-family: "Akko W04 Regular", sans-serif;
}

h4 {
    font-size: 25px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 18px;
    font-family: "Akko W04 Bold", sans-serif;
}
.bg-overlay h1,
.bg-overlay h2{
	color:#F68B1F;
}
img {
    max-width: 100%;
}

ul.list-normal {
    list-style: none;
}

ul.list-normal li {
    margin-bottom: 15px;
    position: relative;
    padding-left: 35px;
}

ul.list-normal li:before {
    content: "";
    background: url(../img/list-icon.png);
    width: 13px;
    height: 13px;
    display: inline-block;
    float: left;
    position: absolute;
    left: 0;
    top: 3px;
}

h2.element-header.text-center {
    font-size: 40px;
    width: fit-content;
    border-bottom: 4px solid #4f4f4d;
    margin: 0 auto;
    padding-bottom: 15px;
    margin-bottom: 40px;
}

h2.element-header.text-left {
    font-size: 40px;
    text-align: left;
    width: fit-content;
    border-bottom: 4px solid #4f4f4d;
    padding-bottom: 15px;
    margin-bottom: 40px;
}

h4.element-header {
    font-size: 16px;
    border-bottom: 4px solid #4f4f4d;
    margin: 0 auto;
    padding-bottom: 15px;
    margin-bottom: 30px;
}

a.btn.btn-primary {
    background: none;
    color: #4f4f4d;
    font-size: 16px;
    text-transform: uppercase;
    border-radius: 0;
    border: 2px solid #4f4f4d;
    font-family: "Akko W04 Bold", sans-serif;
    transition: background-color 0.2s ease;
    padding: 6px 13px 5px 18px;
    position: relative;
    min-width: 142px;
    text-align: center;
    margin-top: 30px;
}

a.btn.btn-primary:hover,
a.btn.btn-primary:focus,
a.btn.btn-primary:active,
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled):active:focus {
    background: #4f4f4d;
    color: #FFF;
    box-shadow: none;
    border-color: #4f4f4d;
}


/* Background Classes */

.bg-grey {
    background: #e9e9e9;
}

.bg-shadow {
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.5);
}


/* Background Classes */


/* Container Width */

.container {
    width: 1170px;
    max-width: 1170px;
}

@media(min-width: 768px) and (max-width: 991px) {
    .container {
        width: 750px;
        max-width: 750px;
    }
}

@media(min-width: 992px) and (max-width: 1199px) {
    .container {
        width: 970px;
        max-width: 1170px;
    }
}

@media(max-width: 767px) {
    .container {
        width: auto;
    }
}


/* Container Width */


/* Top Header */

.top-header {
    /*border-bottom: 1px solid #5b5a58;*/
    padding-top: 10px;
    display: -ms-flexbox;
    -ms-flex-wrap: wrap;
    margin: 0 auto;
}

.logo-outer {
    width: 100%;
    display: inline-block;
}

.logo-outer a {
    display: inline-block;
}

.header-top-nav {
    display: inline-block;
    width: 100%;
    color: #4f4f4d;
    margin-top: 10px;
    margin-bottom: 15px;
}

.header-top-nav ul {
    display: inline-block;
}

.header-top-nav ul > li {
    /*float: left;*/
    display: inline-block;
    font-size: 14px;
    text-transform: uppercase;
    color: #4f4f4d;
}

.header-top-nav ul > li > a {
    font-size: 12px;
    text-transform: uppercase;
    text-decoration: none;
    color: #4f4f4d;
    display: inline-block;
    position: relative;
    padding: 0 8px;
}

.header-top-nav ul > li > a:hover,
.header-top-nav ul > li > a:focus {
    color: #000;
}

.header-top-nav ul > li:last-child > a {
    padding-right: 0;
}

.main-nav {
    padding: 15px 0 0px 0;
    /*border-top: 2px solid #6e6c6d;*/
    width: 100%;
}

.main-nav > ul {
    display: inline-block;
}

.main-nav > ul > li {
    float: left;
    font-size: 17px;
    margin: 0 1px;
    padding-bottom: 5px;
}

.main-nav > ul > li:first-child {
    margin-left: 0px;
}

.main-nav > ul > li > a {
    /*border: 1px solid #a4a4a4;*/
    font-size: 15px;
    text-transform: uppercase;
    text-decoration: none;
    color: #4f4f4d;
    /*background: #4f4f4d;*/
    padding: 8px 42px;
    display: inline-block;
    position: relative;
    transition: all 0.4s ease;
}
.main-nav > ul > li:first-child > a {
    padding-left: 0;
}
.main-nav > ul > li:last-child > a {
    padding-right: 0;
}
.main-nav > ul > li.active a {
    background: #fff;
    color: #000;
}

.main-nav > ul > li:last-child {
    margin-right: 0px;
}

.main-nav > ul > li > a:hover,
.main-nav > ul > li > a:focus {
    /*background: #fff;*/
    color: #4f4f4d;
    /*box-shadow: inset 0 0 0 25px #fff;*/
}

.main-nav ul.nav > li.mega-dropdown:hover .mega-dropdown-outer {
    visibility: visible;
    opacity: 1;
}


/* Top Header */


/* Dropdown Menu styles */

ul.nav .dropdown > ul.dropdown-menu {
    display: block;
    opacity: 0;
    -webkit-transition: opacity 400ms, visibility 400ms;
    transition: opacity 400ms, visibility 400ms;
    position: absolute;
    border: none;
    padding: 0;
    margin-top: 0px;
}

ul.nav .dropdown:hover ul.dropdown-menu {
    opacity: 1;
    border: 3px solid #4f4f4d;
    top: 98%;
    border-radius: 0;
    padding: 0;
}

ul.nav .dropdown > ul.dropdown-menu li,
.search-panel ul.dropdown-menu li {
    max-height: 0;
    overflow: hidden;
}

ul.nav .dropdown:hover ul.dropdown-menu li a {
    padding: 7px 10px;
    display: inline-block;
    color: #000;
    text-decoration: none;
    font-size: 14px;
    font-family: "Akko W04 Medium", sans-serif;
    width: 100%;
}

ul.nav .dropdown:hover ul.dropdown-menu li a:focus,
ul.nav .dropdown:hover ul.dropdown-menu li a:hover {
    color: #fff;
    background: #5C5C5C;
}

ul.nav .dropdown:hover ul.dropdown-menu li {
    max-height: 100%;
}


/* Dropdown Menu styles */


/* Mega Dropdown Menu styles */

.mega-dropdown-outer {
    position: absolute;
    width: 100%;
    background: #fff;
    font-size: 16px;
    z-index: 999;
    color: #4f4f4d;
    /*height: 400px;*/
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 400ms, visibility 400ms;
    transition: opacity 400ms, visibility 400ms;
    border: 2px solid #4f4f4d;
    margin-top: 5px;
    left: 0;
}

ul.mega-dropdown-menu {
    display: inline-block;
    width: 100%;
    list-style: none;
    padding: 15px 0;
    max-width: 25%;
    /*height: 400px;*/
    overflow-y: auto;
}

ul.mega-dropdown-menu > li {
    margin-bottom: 10px;
}

ul.mega-dropdown-menu > li:last-child {
    margin-bottom: 0;
}

ul.mega-dropdown-menu > li > a {
    font-size: 15px;
    color: #4f4f4d;
    text-decoration: none;
    width: 100%;
    padding: 5px;
    display: inline-block;
    font-family: "Akko W04 Light", sans-serif;
	text-transform:uppercase;
}

ul.mega-dropdown-menu > li > a:hover,
ul.mega-dropdown-menu > li > a:focus,
ul.sub-mega-dropdown-menu > li > a:hover,
ul.sub-mega-dropdown-menu > li > a:focus {
    background: #4f4f4d;
    color: #fff;
}

ul.mega-dropdown-menu > li > a .fa,
ul.sub-mega-dropdown-menu > li > a .fa {
    float: right;
    font-size: 13px;
    display: none;
}

ul.mega-dropdown-menu > li > a:hover .fa,
ul.mega-dropdown-menu > li > a:focus .fa,
ul.sub-mega-dropdown-menu > li > a:hover .fa,
ul.sub-mega-dropdown-menu > li > a:focus .fa {
    display: block;
}

.sub-mega-dropdown-outer {
    display: inline-block;
    width: 100%;
    padding-left: 10px;
}

ul.sub-mega-dropdown-menu > li > a {
    font-size: 14px;
    color: #4f4f4d;
    text-decoration: none;
    width: 100%;
    padding: 5px;
    display: inline-block;
}

.mega-drodown-content {
    display: inline-block;
    overflow: hidden;
    /*height: 400px;*/
    position: relative;
    width: 100%;
    height: 100%;
}
.mega-drodown-content h1, .mega-drodown-content h3{color: #F68B1F; text-transform:uppercase;}
.mega-drodown-content h3{font-size:40px;}
.mega-drodown-content-outer {
    display: inline-block;
    width: 100%;
    max-width: 75%;
   height: 460px;
    overflow: hidden;
}

.mega-drodown-content-img {
    position: absolute;
 /*   width: 100%;
    height: 100%;
*/
    width: 875px;
    height: 488px;
    background-size: contain !important;
   
    
}

.mega-drodown-content-img:after {
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.mega-drodown-content-intro {
    z-index: 9999;
    position: relative;
    width: 100%;
    display: inline-block;
    color: #fff;
    padding: 25px;
    height: 100%;
}

.mega-drodown-content-intro a.btn.btn-primary {
    background: none;
    color: #fff;
    font-size: 16px;
    border-radius: 0;
    border: 2px solid #fff;
    font-family: "Akko W04 Medium", sans-serif;
    transition: background-color 0.2s ease;
    padding: 5px 10px;
    position: relative;
    text-align: center;
    margin-top: 30px;
}

.mega-drodown-content-intro a.btn.btn-primary:hover,
.mega-drodown-content-intro a.btn.btn-primary:focus {
    color: #4f4f4d;
    background-color: #fff;
}

.mega-drodown-inner.active {
    display: block;
    height: 100%;
}

.mega-drodown-inner {
    display: none;
}


/* Mega Dropdown Menu styles */


/* Breadcrumb Nav */

.bread-crumb-nav {
    display: inline-block;
    width: 100%;
    color: #4f4f4d;
    margin: 15px 0 20px 0;
}

ul.bread-crumb {
    list-style: none;
    width: 100%;
    display: inline-block;
    font-size: 12px;
    padding: 0;
}

ul.bread-crumb li {
    float: left;
    margin-right: 15px;
    position: relative;
    margin-bottom: 0px;
}

ul.bread-crumb li:after {
    content: ">";
    position: absolute;
    right: -10px;
    top: 0px;
    font-size: 10px;
}

ul.bread-crumb li:last-child {
    margin-right: 0;
}

ul.bread-crumb li:last-child:after {
    content: "";
}

ul.bread-crumb li:last-child a {
    color: #5b5a58;
}

ul.bread-crumb li a {
    color: #4f4f4d;
    font-size: 12px;
    font-family: "Akko W04 Bold", sans-serif;
    text-transform: uppercase;
    text-decoration: none;
}

ul.bread-crumb li a:hover,
ul.bread-crumb li a:focus {
    text-decoration: underline;
}


/* Breadcrumb Nav */


/* Footer Styles */

footer p a,
footer p a:focus,
footer p a:hover {
    color: #4f4f4d;
}

footer p {
    font-size: 15px;
    font-family: "Akko W04 Light", sans-serif;
  /*  white-space: pre;*/
}

.top-footer {
    padding: 35px 0px 10px;
}

.top-footer .copy-right-text,
.top-footer .copy-right-text p,
.footer-top-nav ul li a {
    font-size: 12px;
    font-family: "Akko W04 Bold";
}

.footer-top-nav {
    display: inline-block;
    width: 100%;
}

.footer-top-nav ul {
    float: right;
}

.footer-top-nav ul li {
    float: left;
}

.footer-top-nav ul li {
    float: left;
    color: #4f4f4d;
    text-transform: uppercase;
    margin-right: 6px;
}

.footer-top-nav ul li a {
    text-transform: uppercase;
    color: #4f4f4d;
    text-decoration: none;
}

.footer-top-nav ul li:after {
    content: "|";
    font-size: 12px;
    position: relative;
    top: -1px;
    left: 1px;
    font-family: "Akko W04 Bold";
}

.footer-top-nav ul li:last-child {
    margin-right: 0;
}

.footer-top-nav ul li:last-child:after {
    content: "";
}

.bottom-footer {
    display: inline-block;
    width: 100%;
    background: #5c5c5c;
    padding: 45px 0 100px;
    color: #4f4f4d;
}

.footer-nav {
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    float: right;
    margin-top: 55px;
}

.footer-nav ul:last-child {
    margin-right: 0;
}

.footer-nav ul {
    float: left;
    margin: 0 35px;
}

.footer-nav ul li {
    margin-bottom: 7px;
}

.footer-nav ul li a {
    color: #fff;
    font-size: 16px;
    text-decoration: underline;
    font-family: "Akko W04 Bold", sans-serif;
}