﻿
body {
    color: #666;
    font-family: "Avenir-Light","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 24px;
    overflow-x: hidden;
}
body.boxed-layout {
    background: #eee none repeat scroll 0 0;
}
body.boxed-layout .main-container {
    background: #fff none repeat scroll 0 0;
}
body.boxed-layout, .boxed-layout .nav-container, .boxed-layout .main-container, .boxed-layout nav {
    left: 0;
    margin: 0 auto;
    max-width: 1366px;
    right: 0;
}
ul {
    list-style: outside none none;
}
ul.bullets {
    list-style: inside none disc;
}
ul.bullets2 {
    list-style: disc;
}
.main-container {
    clear: both;
}
.text-white {
    color: #ffffff !important;
}
hr {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #ccc -moz-use-text-color -moz-use-text-color;
    border-image: none;
    border-style: solid none none;
    border-width: 1px medium medium;
    margin: 0 0 24px;
    width: 100%;
}
hr.short-thick {
    border-top: 5px solid #ccc;
    max-width: 50px;
    opacity: 1 !important;
}
.image-bg hr {
    border-color: #fff;
    opacity: 0.6;
}
.image-bg.bg-light hr {
    border-color: #ccc;
    opacity: 1;
}
.bg-dark hr {
    border-color: #555;
}
.page-title.bg-white hr {
    border-color: #000000;
}
.bg-dark address {
    color: #ccc;
}
.inline-block {
    display: inline-block;
}
.list-inline {
    margin-left: 0;
    font-size:12px;
    color:#8b8b8b !important;
}
.list-inline > li {
    padding: 0 8px;
}
.list-inline > li:last-child {
    padding-right: 0;
}
.list-inline > li:first-child {
    padding-left: 0;
}
.bg-primary .list-inline i {
    color: #3b4b5b;
}
.overflow-hidden {
    overflow: hidden;
}
.display-block {
    display: block;
}
.show-grid {
    border: 1px dashed rgba(255, 255, 255, 0);
    cursor: default;
    padding: 8px;
    transition: all 0.2s ease 0s;
}
.show-grid:hover {
    border-color: #222;
}
.right {
    right: 0;
}
.relative {
    position: relative;
    z-index: 2;
}
.clearboth {
    clear: both;
}
.spread-children * {
    display: inline-block;
    margin-left: 12px;
    margin-right: 12px;
}
.spread-children-large * {
    display: inline-block;
    margin-left: 24px;
    margin-right: 24px;
}
.container {
    position: relative;
}
.vnu {
    display: inline;
}
.row-gapless > div[class*="col-"] {
    padding: 0;
}
@media all and (max-width: 1100px) {
.col-md-push-1 {
    left: 0;
}
}
@media all and (max-width: 768px) {
.pull-left-sm {
    float: left !important;
}
.overflow-hidden-xs {
    overflow: hidden;
}
}
@media all and (max-width: 767px) {
.spread-children * {
    margin-left: 6px;
    margin-right: 6px;
}
}
.v-align-children {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.v-align-children-column {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.disable-select {
    -moz-user-select: none;
}
@media all and (max-width: 990px) {
.v-align-children {
    display: block !important;
}
}
.v-align-transform {
    position: relative;
    top: 50%;
    transform: translate3d(0px, -50%, 0px);
    z-index: 2;
}
.align-bottom {
    bottom: 0;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    z-index: 2;
}
.align-top {
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
}
@media all and (max-width: 767px) {
.text-center-xs {
    text-align: center !important;
}
}
.bold {
    font-weight: 600 !important;
}
.thin {
    font-weight: 100 !important;
}
@media all and (max-width: 767px) {
.thin {
    font-weight: 300 !important;
}
}
h1, h2, h3, h4, h5, h6, p, ul, ol, pre, table, blockquote, input, button, select, textarea {
    margin-bottom: 24px;
    margin-top: 0;
    padding: 0;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: "Avenir-Heavy","Helvetica Neue",Helvetica,Arial,sans-serif;
}
h1, h2, h3, h4, h5, h6 {
    color: #292929;
    font-weight: 300;
}
h1 {
    font-family: "MillerDisplay-Light","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: lighter;
}
h2 {
    font-family: "MillerDisplay-Light","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: lighter;
}
h3, h4, h5, h6 {
    font-family: "Avenir-Medium","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: lighter;
}
h1, .h1 {
    font-size: 56px;
    line-height: 64px;
}
h1.large {
    font-size: 72px;
    font-weight: 100;
    line-height: 80px;
}
@media all and (max-width: 990px) {
h1.large {
    font-size: 56px;
    line-height: 64px;
}
}
h2 {
    font-size: 40px;
    line-height: 48px;
}
h3 {
    font-size: 32px;
    line-height: 40px;
}
h4 {
    font-size: 24px;
    line-height: 32px;
}
h5 {
    font-size: 19px;
    line-height: 24px;
}
h6, .h6 {
    font-size: 13px;
    line-height: 24px;
}
@media all and (max-width: 767px) {
h1, h1.large, .h1 {
    font-size: 32px;
    font-weight: 300;
    line-height: 40px;
}
h2 {
    font-size: 32px;
    line-height: 40px;
}
h3 {
    font-size: 24px;
    line-height: 32px;
}
h4 {
    font-size: 18px;
    line-height: 26px;
}
h5 {
    font-size: 16px;
    line-height: 24px;
}
h6, .h6 {
    font-size: 12px;
    line-height: 24px;
}
}
.uppercase {
    text-transform: uppercase;
}
h1.uppercase {
    letter-spacing: 10px;
    margin-right: -17px;
}
h2.uppercase {
    letter-spacing: 6px;
    margin-right: -10px;
}
h3.uppercase {
    letter-spacing: 4px;
    margin-right: -6px;
}
h4.uppercase {
    letter-spacing: 3px;
    margin-right: -3px;
}
h5.uppercase {
    letter-spacing: 2px;
    margin-right: -2px;
}
h6.uppercase, .h6-u {
    /*letter-spacing: 2px;*/
}
.bold-h6 {
    font-family: "Avenir-Medium","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 24px;
    text-transform: uppercase;
}
/*p, span {
    font-weight: 400;
}*/
p.lead {
    font-size: 20px;
    line-height: 30px;
    font-family: "MillerDisplay-LightItalic";
    letter-spacing: 0.3px;
}
.sub {
    font-size: 12px;
}
@media all and (max-width: 767px) {
p.lead {
    font-size: 13px;
    line-height: 24px;
}
p {
    font-size: 12px;
}
}
a, a:visited, a:focus, a:active, a:hover {
    outline: medium none;
    text-decoration: none;
}
a {
    color: #13181d;
    /*font-weight: 600;*/
    transition: all 0.3s ease 0s;
}
/*.image-bg a, .bg-primary a {
    color: #fff;
}
.image-bg a:hover, .bg-primary a:hover {
    color: #fff;
    opacity: 0.9;
}*/
.bg-light a {
    color: #13181d;
}
.bg-light a:hover {
    color: #13181d;
    opacity: 1;
}
a:hover {
    color: #000000;
    text-decoration: none;
}
.label {
    background: #13181d none repeat scroll 0 0;
    border-radius: 0;
    font-family: "Avenir-Medium","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 24px;
    padding: 6px 12px;
    text-transform: uppercase;
    vertical-align: middle;
}
.label-white {
    background: none;
    border: 1px solid #ffffff;
    color: #ffffff;
}
blockquote {
    background: #f5f5f5 none repeat scroll 0 0;
    color: #777;
    font-family: "Merriweather","Georgia",Times New Roman,Times,serif;
    font-size: 20px;
    font-style: italic;
    font-weight: 300;
    line-height: 40px;
    overflow: hidden;
    padding: 32px;
}
.bg-secondary blockquote {
    background: #fff none repeat scroll 0 0;
    border-color: #13181d;
}
blockquote .author {
    display: block;
    float: right;
    font-size: 12px;
    margin-top: 16px;
}
.number {
    font-family: "Lato","Helvetica Neue",Helvetica,Arial,sans-serif;
}
.columns-2 {
}
@media all and (max-width: 767px) {
br {
    /*display: none;*/
}
blockquote {
    font-size: 16px;
    line-height: 32px;
}
.columns-2 {
}
}
.text-left {
    text-align: left !important;
}
@media all and (max-width: 767px) {
.text-left-xs {
    text-align: left !important;
}
}
ul[data-bullet] li {
    line-height: 32px;
}
ul[data-bullet] li i:first-child {
    display: inline-block;
    margin-right: 16px;
    transform: scale(1.5);
}
ul.lead li {
    font-size: 16px;
    line-height: 40px;
}
.bg-primary {
    background: #13181d none repeat scroll 0 0 !important;
}
.bg-secondary {
    background: #f8f8f8 none repeat scroll 0 0;
}
.bg-white {
    background: #fff none repeat scroll 0 0;
}
.bg-dark {
    background: #08212e none repeat scroll 0 0;
}
.bg-gold {
    background: #ac4e07 none repeat scroll 0 0;
}
.bg-cream {
    background: #faf8ee none repeat scroll 0 0;
}
.color-body {
    color: #666;
}
.color-primary {
    color: #13181d !important;
}
.color-red {
    color: #e31d3b !important;
}
.color-white {
    color: #fff;
}
section, footer {
    overflow: hidden;
    padding: 96px 0;
    position: relative;
}
.content-page section {
    overflow: hidden;
    padding: 32px 0;
    position: relative;
}
footer {
    padding: 72px 0px 150px 0px;
}
.fullscreen {
    height: 100vh;
}
.bg-dark h1, nav.bg-dark h1, footer.bg-dark h1, .bg-primary h1, .bg-dark h2, nav.bg-dark h2, footer.bg-dark h2, .bg-primary h2, .bg-dark h3, nav.bg-dark h3, footer.bg-dark h3, .bg-primary h3, .bg-dark h4, nav.bg-dark h4, footer.bg-dark h4, .bg-primary h4, .bg-dark h5, nav.bg-dark h5, footer.bg-dark h5, .bg-primary h5, .bg-dark h6, nav.bg-dark h6, footer.bg-dark h6, .bg-primary h6 {
    color: #ffffff;
}
.bg-dark p, nav.bg-dark p, footer.bg-dark p, .bg-primary p, .bg-dark span, nav.bg-dark span, footer.bg-dark span, .bg-primary span, .bg-dark li, nav.bg-dark li, footer.bg-dark li, .bg-primary li {
    color: #fefefe;
}
.bg-gold h1, nav.bg-gold h1, footer.bg-gold h1, .bg-primary h1, .bg-gold h2, nav.bg-gold h2, footer.bg-gold h2, .bg-primary h2, .bg-gold h3, nav.bg-gold h3, footer.bg-gold h3, .bg-primary h3, .bg-gold h4, nav.bg-gold h4, footer.bg-gold h4, .bg-primary h4, .bg-gold h5, nav.bg-gold h5, footer.bg-gold h5, .bg-primary h5, .bg-gold h6, nav.bg-gold h6, footer.bg-gold h6, .bg-primary h6 {
    color: #ffffff;
}
.bg-gold p, nav.bg-gold p, footer.bg-gold p, .bg-primary p, .bg-gold span, nav.bg-gold span, footer.bg-gold span, .bg-primary span, .bg-gold li, nav.bg-gold li, footer.bg-gold li, .bg-primary li {
    color: #fefefe;
}
@media all and (max-width: 767px) {
section {
    padding: 80px 0;
}
}
.overlay::before {
    background: #000000 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.3;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
}
.overlay-heavy::before {
    opacity: 0.6;
}
.bg-light.overlay::before {
    background: #ffffff none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.1;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
}
.image-bg h1, .image-bg h2, .image-bg h3, .image-bg h4, .image-bg h5, .image-bg h6 {
    color: #ffffff;
}
.image-bg p, .image-bg span, .image-bg li {
    color: #ffffff;
}
.image-bg .container, .image-bg div[class*="col-"] {
    position: relative;
    z-index: 3;
}
.container.image-bg .row {
    position: relative;
    z-index: 3;
}
.background-image-holder {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #292929;
    background-image: none;
    background-origin: padding-box;
    background-position: 50% 50% !important;
    background-repeat: repeat;
    background-size: cover !important;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: all 0.3s ease 0s;
    width: 100%;
    z-index: 1;
}
.background-image-holder img {
    display: none;
}
.background-multiply .background-image-holder {
    background-blend-mode: multiply;
    background-color: #13181d !important;
}
.background-image-holder.fadeIn {
    opacity: 1;
}
.parallax > .background-image-holder, .parallax .slides li > .background-image-holder {
    height: 100vh;
    top: -40vh;
    transform-style: preserve-3d;
    transition: opacity 0.3s ease 0s !important;
}
.parallax:first-child .slides li > .background-image-holder, .parallax:first-child .background-image-holder {
    top: 0;
}
.main-container > a:first-child + .parallax .background-image-holder {
    top: 0;
}
@media all and (max-width: 767px) {
.parallax > .background-image-holder, .parallax .slides li > .background-image-holder {
    top: 0 !important;
    transform: none !important;
}
}
.btn {
    border: 1px solid #ac4e07;
    border-radius: 0;
    color: #ac4e07;
    font-family: "Avenir-Medium","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 12px;
    font-weight: 700;
    height: 40px;
    letter-spacing: 1px;
    line-height: 36px;
    margin-bottom: 24px;
    margin-right: 8px;
    min-width: 150px;
    padding: 0 26px;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}
.btn:last-child, .btn:last-of-type {
    margin-right: 0;
}
.btn:hover {
    background: #ac4e07 none repeat scroll 0 0;
    color: #fff;
}
.btn-icon {
    font-size: 20px;
    height: 40px;
    line-height: 38px;
    min-width: 0;
    padding: 0;
    width: 40px;
}
.btn-lg {
    height: 50px;
    line-height: 46px;
    min-width: 200px;
}
.btn-icon.btn-lg {
    font-size: 24px;
    height: 50px;
    line-height: 49px;
    min-width: 0;
    width: 50px;
}
.btn-icon.btn-sm {
    font-size: 13px;
    height: 30px;
    line-height: 29px;
    min-width: 0;
    padding: 0 0 0 1px !important;
    width: 30px;
}
.btn-sm {
    font-size: 11px;
    height: 30px;
    line-height: 27px;
    min-width: 0;
}
.btn-filled {
    background: #13181d none repeat scroll 0 0;
    color: #fff;
}
.btn-copper, .btn:visited {
    font-family: 'MillerDisplay-LightItalic';
    font-weight: lighter;
    text-transform: capitalize;
    font-size: 16px;
    letter-spacing: 0.7pt;
    border-color: #ac4e07;
    color: #fff;
}
.btn-copper:hover, .btn:visited:hover {
    background: #ac4e07 none repeat scroll 0 0;
    color: #fff;
}
.btn-white, .btn-white:visited {
    font-family: 'MillerDisplay-LightItalic';
    font-weight: lighter;
    text-transform: capitalize;
    font-size: 16px;
    letter-spacing: 0.7pt;
    border-color: #ffffff;
    color: #ffffff;
}
.btn-white:hover, .btn-white:visited:hover {
    background: #ffffff none repeat scroll 0 0;
    color: #292929 !important;
}
.btn-copper-text {
    color: #ac4e07;
}
.image-bg .btn.btn-filled, .image-bg .btn-filled:visited {
    border-color: #13181d;
}
.image-bg .btn-filled:hover {
    border-color: #fff;
}
.btn-rounded {
    border-radius: 25px;
}
body.btn-rounded .btn {
    border-radius: 25px !important;
}
.bg-light .btn {
    border-color: #222;
    color: #222;
}
.bg-light .btn:visited, .bg-light .btn:visited:hover {
    color: #222;
}
.bg-light .btn-filled, .bg-light .btn-filled:visited {
    color: #fff;
}
.btn:visited {
    color: #ac4e07;
}
.btn-white:visited, .btn:visited:hover {
    color: #fff;
}
.btn-white:visited:hover {
    color: #222;
}
.btn-filled:visited {
    color: #fff;
}
.btn.bg-dark {
    border-color: #292929;
    color: #fff;
}
.btn.bg-dark:hover {
    background: #434343 none repeat scroll 0 0;
}
.bg-primary .btn {
    border-color: #fff;
    color: #fff;
}
.bg-primary .btn:hover {
    background: #fff none repeat scroll 0 0;
    color: #13181d;
}
.nav-container {
    backface-visibility: hidden;
    max-width: 100%;
}
nav {
    backface-visibility: hidden;
    background: #fff none repeat scroll 0 0;
    max-width: 100%;
}
nav ul {
    margin-bottom: 0;
}
.module {
    display: inline-block;
    padding: 0 32px;
}
.module-group {
    display: inline-block;
}
.module.left, .module-group.left {
    float: left;
}
.module.right, .module-group.right {
    float: right;
}
nav .btn, .nav-bar .btn {
    height: auto;
    margin: 0;
}
.nav-utility {
    border-bottom: 1px solid #ccc;
    height: 45px;
    line-height: 43px;
    overflow: hidden;
}
.nav-utility i {
    position: relative;
    top: 1px;
}
.nav-bar {
    border-bottom: 1px solid #ccc;
    height: 75px;
    line-height: 73px;
    max-height: 75px;
}

.sub-nav-bar {
    border-bottom: 0px;
    height: 50px;
    line-height: 47px;
    max-height: 50px;
}
.nav-bar .module, .nav-bar .module-group {
    height: 75px;
}
.sub-nav-bar .module, .sub-nav-bar .module-group {
    height: 50px;
}
.nav-bar a {
    display: inline-block;
    height: 75px;
}
.nav-nav-bar a {
    display: inline-block;
    height: 50px;
}
.logo {
    max-height: 60%;
}
.logo-light {
    display: none;
}
nav.nav-centered .logo {
    margin: 64px 0 40px;
    max-height: 64px;
}
nav.bg-dark .logo-light {
    display: inline;
}
nav.bg-dark .logo-dark {
    display: none;
}
.has-dropdown {
    padding-right: 18px;
}
.has-dropdown::after {
    content: "";
    font-family: "themify";
    font-size: 11px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    position: absolute;
    right: 0;
    text-transform: none;
    top: 0;
}
.menu {
    font-family: "Avenir-Light","Helvetica Neue",Helvetica,Arial,sans-serif;
    height: 55px;
    width: 100%;
}
.menu.inline-block {
    width: auto;
}
.menu li a {
    color: #8b8b8b;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 1px;
    max-width: 100%;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    white-space: normal;
}
.sub-nav-bar .menu li a {
    font-size: 10px !important;
}
.sub-nav-bar .menu.copper-nav li a {
    color: #ac4e07 !important;
}
.sub-nav-bar .menu li a .label {
    font-size: 10px !important;
}
.menu li a:hover {
    color: #ac4e07 !important;
}
.menu li a.active {
    color: #ac4e07 !important;
}
.menu.submenu.copper-nav li a:hover {
    color:#ac4e07 !important;
}
.menu.submenu li a:hover {
    color:#ffffff !important;
    text-decoration: none;
}
.scrolled .menu.submenu li a:hover {
    color:#292929 !important;
    text-decoration: none;
}
.menu > li {
    float: left;
    margin-right: 26px;
    opacity: 1;
    position: relative;
    transition: all 0.3s ease 0s;
}
@media screen and (-webkit-min-device-pixel-ratio:0) and (min-resolution:.001dpcm) {
    .menu > li {
        margin-right: 24px !important;
    }
}
.sub-nav-bar .menu > li {
    margin-right: 20px;
}
.menu > li:last-child {
    margin-right: 0;
}
.menu > li:last-child > ul {
    right: 0;
}
.menu > li:last-child > ul ul {
    left: auto;
    right: 100%;
}
.menu > li ul {
    background: #f9f9f5 none repeat scroll 0 0;
    margin-top: -1px;
    opacity: 0;
    padding: 36px 18px;
    position: absolute;
    transform: translate3d(0px, 10px, 0px);
    transition: all 0.3s ease 0s;
    visibility: hidden;
    width: 250px;
    z-index: 99;
}
.menu > li ul.subnav {
   background: rgba(255,255,255,0.6);
   padding: 8px 0px;
   left: 0px;
}
.bg-dark .menu > li ul.subnav {
   background: rgba(8,31,44,1);
   padding: 8px 0px;
   left: 0px;
}
.menu > li ul.subnav a {
   color: #000000 !important;
}
.bg-dark .menu > li ul.subnav a {
   color: #ffffff !important;
}
.menu > li > ul > li {
    line-height: 24px;
    position: relative;
    vertical-align: top;
    width: 100%;
}
.menu > li > ul > li i {
    display: inline-block;
    margin-right: 2px;
}
.menu > li > ul > .has-dropdown::after {
    color: #fff;
    content: "";
    right: 24px;
    top: 5px;
}
.menu > li > ul li a {
    font-family: 'MillerDisplay-LightItalic';
    font-weight: lighter;
    font-size: 12px;
    letter-spacing: 0.7pt;
    text-transform: none;
    color: #444444;
    height: auto;
    padding: 6px 24px;
}
.menu > li > ul > li > ul {
    left: 100%;
    top: 0;
}
.menu > li:hover > ul {
    opacity: 1;
    transform: translate3d(0px, 0px, 0px);
    visibility: visible;
}
.menu > li > ul > li:hover > ul, .has-dropdown:hover .mega-menu ul {
    opacity: 1;
    transform: translate3d(0px, 0px, 0px);
    visibility: visible;
}
.full-menu {
    position: absolute;
    display: none;
    top: 75px;
    z-index: 999;
    width: 100%;
    background-color: rgba(245, 245, 245, 1);
    min-height: 200px;
    border-bottom: 1px solid #cccccc;
}
/*.subpage .full-menu {
    background-color: rgba(0, 0, 0, 0.1);
}*/
.full-menu-left {
    float:left;
}
.full-menu-right {
    float: right;
    padding: 30px 0px 30px 32px;
}

.full-menu .row {
    margin-right: 0px;
    margin-left: 0px;
}
.full-menu-sub {
    display: inline-block;
    float: left;
    padding-right: 20px;
    padding-left: 0px;
}

#full-menu-Annual-Financial-Statements .full-menu-sub {
    min-width: 150px;
}

@media (max-width: 767px) {
    .NewsRow .col-sm-4 {
        margin-top:40px;
    }
    
    .full-menu-sub {
        width: 100%;
        display: block;
        padding-right: 0px;
        padding-left: 0px;
    }
}
.full-menu-sub:last-of-type {
    padding-right: 0px !important;
}

.full-menu .title {
    color: #ac4e07;
    font-family: "Avenir-Heavy";
    font-size: 12px;
    font-weight: normal;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding-bottom: 10px;
    line-height: 30px;
}

.full-menu a:not(.BackButton) + .title {
    padding-top: 10px;
}

.full-menu .subtitle {
    color: #666666;
    font-family: "Avenir-Heavy";
    font-size: 10px;
    line-height: 30px;
    font-weight: normal;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.full-menu a + .subtitle {
    padding-top: 10px;
}

.full-menu a.MillerDisplayLightItalic {
    display: block;
    color: #666;
    font-size: 12px;
    line-height: 30px;
}


.mega-menu {
    line-height: 24px;
    white-space: nowrap;
    width: auto !important;
    border: 20px solid #ffffff;
    left: -250px;
}
.mega-menu-1col {
    left: -90px;
}
.mega-menu-2col {
    left: -290px;
}
.mega-menu-3col {
    left: -319px;
}
.mega-menu-4col {
    left: -479px;
}
.mega-menu ul {
    left: auto !important;
    padding: 0 !important;
    position: relative !important;
}
.mega-menu > li {
    display: inline-block;
    overflow: hidden;
    width: 250px !important;
}
.mega-menu .title {
    font-family: "Avenir-Heavy";
    color: #ac4e07;
    display: inline-block;
    font-size: 13px;
    font-weight: normal;
    letter-spacing: 1px;
    padding: 6px 24px;
    text-transform: uppercase;
    padding-bottom: 8px;
}
.mega-menu .subtitle {
    font-family: "Avenir-Heavy";
    color: #666666;
    display: inline-block;
    font-size: 11px;
    font-weight: normal;
    letter-spacing: 1px;
    padding: 6px 24px;
    text-transform: uppercase;
}
.make-right {
    right: 0;
}
.module.widget-handle {
    -moz-user-select: none;
    border-left: 1px solid #ccc;
    cursor: pointer;
    margin: 0;
    padding: 0 24px;
    position: relative;
}
nav.nav-centered .module.widget-handle {
    border: medium none !important;
}
@media all and (max-width: 1100px) {
.module.widget-handle {
    padding: 0 16px;
}
}
.module.widget-handle i {
    font-size: 20px;
    line-height: 53px;
    opacity: 0.5;
    transition: all 0.3s ease 0s;
}
.module.widget-handle:hover i, .module.active i {
    opacity: 1;
}
.widget-handle .function {
    background: #292929 none repeat scroll 0 0;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    cursor: default;
    margin-top: -2px;
    opacity: 0;
    position: absolute;
    right: 0;
    transform: translate3d(0px, 10px, 0px);
    transition: all 0.3s ease 0s;
    visibility: hidden;
    width: 200px;
    z-index: 99;
}
.module.widget-handle:hover .function {
    opacity: 1;
    transform: translate3d(0px, 0px, 0px);
    visibility: visible;
}
.module.widget-handle .title {
    display: none;
    font-family: "Avenir-Medium","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 1px;
    opacity: 0.5;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}
.module.widget-handle .title:hover {
    opacity: 1;
}
.widget-handle .cart {
    position: relative;
}
.widget-handle .cart .label {
    background: #13181d none repeat scroll 0 0;
    border-radius: 50%;
    font-size: 10px;
    height: 17px;
    line-height: 17px;
    padding: 0;
    position: absolute;
    right: -10px;
    text-align: center;
    top: 10px;
    width: 17px;
}
.widget-handle .search-form {
    display: inline-block;
    line-height: 50px;
    padding: 8px;
    width: 100%;
}
.widget-handle .search-form input {
    font-size: 16px;
    margin: 0;
}
nav .widget {
    margin: 0;
    padding: 24px;
}
nav .widget .title {
    display: none !important;
}
nav .widget, nav .widget a:not(.btn) {
    color: #fff;
}
nav .widget hr {
    border-color: #777;
    margin-bottom: 16px;
}
nav .widget hr:first-of-type {
    display: none;
}
.cart-widget-handle .function {
    background: #fff none repeat scroll 0 0;
    width: auto;
}
.cart-widget-handle .function span {
    color: #222 !important;
}
nav .cart-overview {
    margin-bottom: 16px;
    min-width: 300px;
}
nav .cart-overview a {
    height: auto;
}
.language .menu > li ul {
    max-width: 150px;
}
.nav-open {
    height: auto !important;
    max-height: 10000px !important;
}
.nav-open .mobile-toggle {
    border-bottom: 1px solid #ccc;
}
@media all and (max-width: 1120px) {
.menu > li {
    margin-right: 24px;
}
}
.has-offscreen-nav .main-container {
    transition: all 0.4s ease 0s;
}
.offscreen-container {
    height: 100%;
    min-height: 100vh;
    overflow: hidden;
    position: fixed;
    top: 0;
    transform: translate3d(200%, 0px, 0px);
    transition: all 0.4s ease 0s;
    width: 50%;
    z-index: 20;
}
.offscreen-container.reveal-nav {
    transform: translate3d(100%, 0px, 0px);
}
.main-container.reveal-nav {
    transform: translate3d(-50%, 0px, 0px);
}
.offscreen-left .offscreen-container {
    transform: translate3d(-50%, 0px, 0px);
}
.offscreen-left .offscreen-container.reveal-nav {
    transform: translate3d(0%, 0px, 0px);
}
.offscreen-left .main-container.reveal-nav, .offscreen-left nav.reveal-nav {
    transform: translate3d(50%, 0px, 0px) !important;
}
.offscreen-container .close-nav {
    font-size: 20px;
    opacity: 0.5;
    position: absolute;
    right: 24px;
    top: 16px;
    transition: all 0.3s ease 0s;
    z-index: 24;
}
.offscreen-container .close-nav:hover {
    opacity: 1;
}
.offscreen-container.bg-dark .close-nav i {
    color: #fff;
}
@media all and (max-width: 990px) {
.offscreen-container {
    width: 100vw;
}
.offscreen-container.reveal-nav {
    transform: translate3d(0vw, 0px, 0px);
}
.main-container.reveal-nav {
    transform: none !important;
}
}
@media all and (max-width: 990px) {
nav.fixed {
    opacity: 1 !important;
    position: absolute !important;
    visibility: visible !important;
}
nav.outOfSight {
    transform: translate3d(0px, 0px, 0px) !important;
}
.nav-bar, .nav-bar .module-group, .nav-bar .module {
    height: auto;
    overflow: hidden;
}
.nav-bar .module {
    padding: 0 16px;
}
.nav-bar .module-group {
    padding: 16px 0;
    width: 100%;
}
.nav-bar .module-group .module {
    display: block;
    float: none;
    width: 100%;
}
nav.nav-centered .logo {
    margin: 24px 0 16px;
    max-height: 40px;
}
.menu {
    height: auto;
}
.menu.inline-block {
    width: 100%;
}
.menu a {
    height: auto;
    line-height: 24px;
    padding: 4px 0;
}
.menu li {
    display: block;
    float: none;
    line-height: 24px;
    max-width: 100%;
    width: 100%;
}
.menu > li ul {
    left: 0;
    opacity: 1;
    position: relative;
    transform: translate3d(0px, 0px, 0px);
    visibility: visible;
    width: 100%;
}
.menu > li > ul {
    display: none;
    opacity: 1;
    position: relative;
    transform: translate3d(0px, 0px, 0px);
    visibility: visible;
}
.menu > li > ul > .has-dropdown::after {
    content: "";
}
.menu > li > ul > li > ul {
    display: none;
    left: 0;
    padding: 0;
}
.menu > li > ul li a, .mega-menu .title {
    padding: 4px 16px;
}
.has-dropdown .has-dropdown li {
    padding-left: 18px;
}
.has-dropdown {
    padding-right: 0;
}
.mega-menu {
    margin-left: 0 !important;
}
.mega-menu li {
    width: 100% !important;
}
.toggle-sub > ul, .toggle-sub .mega-menu ul {
    display: block !important;
}
.module.widget-handle {
    border-left: medium none;
    /*border-top: 1px solid #ccc;*/
    line-height: 76px;
    min-height: 76px;
}
.module.widget-handle .menu {
    line-height: 40px;
}
.module.widget-handle .menu li {
    line-height: 40px;
}
.module.widget-handle i {
    line-height: 40px;
}
.module.widget-handle .title {
    bottom: 3px;
    display: inline-block;
    margin-left: 8px;
    position: relative;
}
.widget-handle .function {
    box-shadow: none !important;
    display: none;
    margin-top: 0;
    opacity: 1;
    position: relative;
    transform: translate3d(0px, 0px, 0px);
    visibility: visible;
    width: 100%;
}
.toggle-widget-handle .function {
    display: block !important;
}
.widget-handle .cart .label {
    font-size: 12px;
    height: 22px;
    line-height: 22px;
    top: 18px;
    width: 22px;
}
.mobile-toggle {
    border-bottom: medium none !important;
    border-left: 1px solid #ccc !important;
}
.mobile-toggle i {
    line-height: 53px !important;
}
.mobile-toggle.absolute-xs {
    position: absolute;
    top: 0;
}
nav.nav-centered .mobile-toggle {
    width: 100%;
}
nav.bg-dark .module.widget-handle {
    border-top: 1px solid #444;
}
nav.bg-dark .mobile-toggle {
    border-left: 1px solid #444 !important;
}
nav.bg-dark .nav-open .mobile-toggle {
    border-bottom: 1px solid #444;
}
}
nav.outOfSight {
    transform: translate3d(0px, -200px, 0px);
}
nav.scrolled {
    transform: translate3d(0px, 0px, 0px);
    transition: all 0.3s ease 0s;
}
nav.fixed, nav.absolute {
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 999;
}
nav.absolute {
    position: absolute;
}
nav.fixed {
    opacity: 0;
    position: fixed;
    visibility: hidden;
}
nav.fixed .nav-utility {
    display: none;
}
nav.fixed.scrolled {
    opacity: 1;
    visibility: visible;
}
nav.transparent .menu > li > a, nav.transparent .module.widget-handle i, nav.transparent .nav-utility {
    color: #fff;
}
nav.transparent .nav-utility, nav.transparent .nav-bar {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
nav.transparent .nav-utility, nav.transparent .sub-nav-bar  {
    border-bottom: 0px;
}
nav.transparent .module.widget-handle {
    border-left: 1px solid rgba(255, 255, 255, 0.2) !important;
}
nav.transparent .menu > li > a, nav.transparent .module.widget-handle i {
    opacity: 1;
}
nav.transparent .has-dropdown::after {
    color: #fff;
}
nav.transparent .logo-dark {
    display: none;
}
nav.transparent .logo-light {
    display: inline;
}
nav.transparent {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
.has-offscreen-nav > nav.fixed {
    opacity: 1;
    transform: none;
    visibility: visible;
}
@media all and (max-width: 990px) {
nav.transparent .nav-open {
    background: #fff none repeat scroll 0 0;
}
nav.transparent .nav-open .menu > li > a, nav.transparent .nav-open .module.widget-handle i, nav.transparent .nav-open .nav-utility {
    color: #292929;
}
nav.transparent .nav-open .logo-dark {
    display: inline;
}
nav.transparent .nav-open .logo-light {
    display: none;
}
nav.transparent .nav-open .has-dropdown::after {
    color: #292929;
}
.menu > li:last-child > ul ul {
    right: 0;
}
}
nav.transparent.fixed {
    background: #fff none repeat scroll 0 0;
}
nav.transparent.fixed .logo-light {
    display: none;
}
nav.transparent.fixed .logo-dark {
    display: inline;
}
nav.transparent.fixed .menu > li > a, nav.transparent.fixed .module.widget-handle i {
    color: #292929;
}
nav.transparent.fixed .menu > .has-dropdown::after {
    color: #292929;
}
nav.transparent.fixed .module.widget-handle {
    border-left: 1px solid #ccc;
}
nav.transparent.fixed .menu > li > a, nav.transparent.fixed .module.widget-handle i {
    opacity: 0.5;
}
nav.bg-dark .menu > li > a, nav.bg-dark .module.widget-handle i, nav.bg-dark .nav-utility {
    color: #fff;
    opacity: 0.7;
}
nav.bg-dark .module.widget-handle {
    border-left: 1px solid rgba(255, 255, 255, 0.2);
}
nav.bg-dark .nav-utility, nav.bg-dark .nav-bar {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
nav.transparent.fixed.bg-dark {
    background: #292929 none repeat scroll 0 0;
}
nav.transparent.fixed.bg-dark .menu > li > a, nav.transparent.fixed.bg-dark .module.widget-handle i {
    color: #fff;
}
nav.nav-centered.outOfSight .logo {
    display: none;
}
.tooltip {
    font-size: 13px;
    font-weight: 600;
}
.tooltip-inner {
    border-radius: 0;
    padding: 9px 24px 12px;
}
.alert {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-radius: 0;
    font-weight: 600;
    margin-bottom: 24px;
    padding: 12px 16px;
}
.alert .close {
    font-size: 24px;
    opacity: 1;
    right: -4px;
    top: -2px;
    transition: all 0.3s ease 0s;
}
.alert .close span {
    font-weight: 400;
}
.alert-warning {
    border: 1px solid #d88519;
    color: #d88519;
}
.alert-success {
    border: 1px solid #60b963;
    color: #60b963;
}
.alert-danger {
    border: 1px solid #c64444;
    color: #c64444;
}
.icon {
    color: #292929;
    display: inline-block;
    font-size: 44px;
}
.image-bg.bg-light .icon {
    color: #292929;
}
.image-bg .icon, .bg-dark .icon {
    color: #fff;
}
.icon-lg {
    font-size: 80px;
}
.icon-sm {
    font-size: 32px;
}
.icon-xs {
    font-size: 18px;
}
@media all and (max-width: 767px) {
.icon {
    font-size: 48px;
}
.icon-lg {
    font-size: 64px;
}
.icon-sm {
    font-size: 18px;
}
.icon-xs {
    font-size: 16px;
}
}
.embelish-icons {
    left: 50%;
    opacity: 0.05;
    position: absolute;
    top: 50%;
    transform: scale(10);
    z-index: -1;
}
input, button, select, textarea {
    font-family: "Avenir-Medium","Helvetica Neue",Helvetica,Arial,sans-serif;
}
input[type="text"], button, textarea, select, input[type="password"] {
    -moz-appearance: none;
}
.bg-secondary input[type="text"], .bg-secondary textarea, .bg-secondary select {
    background: #fff none repeat scroll 0 0;
}
.input-lh {
    line-height: 50px;
}
.attempted-submit .field-error {
    outline: 1px none red !important;
}
.input-with-label span {
    color: #292929;
    cursor: default;
    display: block;
    font-family: "Avenir-Medium","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}
input[type="text"], input[type="password"], input[type="email"], input[type="number"] {
    background: #f5f5f5 none repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
    font-weight: 500;
    height: 50px;
    margin-bottom: 24px;
    padding-left: 20px;
    width: 100%;
}
.image-bg input[type="text"], .image-bg textarea {
    color: #555;
}
.image-bg.bg-light input.transparent, .image-bg.bg-light button.transparent {
    border-color: #292929;
}
input.transparent, button.transparent {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid rgba(255, 255, 255, 0.5);
    color: #fff !important;
}
input[type="text"]:focus, input[type="password"]:focus {
    outline: 1px solid #ccc;
}
textarea {
    background: #f5f5f5 none repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
    margin-bottom: 24px;
    padding: 16px 20px;
    width: 100%;
}
textarea:focus {
    outline: 1px solid #ccc;
}
:-moz-placeholder {
    color: #777;
    font-size: 11px;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
}
*::-moz-placeholder {
    color: #777;
    font-size: 11px;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
}
input[type="submit"], button[type="submit"] {
    background: #13181d none repeat scroll 0 0;
    border: 2px solid #13181d;
    border-radius: 0 !important;
    color: #fff;
    font-size: 11px;
    font-weight: bold;
    height: 50px;
    letter-spacing: 1px;
    line-height: 48px;
    text-transform: uppercase;
    width: 100%;
}
.bg-primary input[type="submit"], .bg-primary button[type="submit"] {
    background: #fff none repeat scroll 0 0;
    color: #13181d;
}
input[type="submit"]:focus, button[type="submit"]:focus {
    outline: medium none;
}
input.hollow[type="submit"], button.hollow[type="submit"] {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 2px solid #13181d;
    color: #13181d;
    transition: all 0.3s ease 0s;
}
input.hollow[type="submit"]:hover, button.hollow[type="submit"]:hover {
    background: #13181d none repeat scroll 0 0;
    color: #fff;
}
.select-option {
    cursor: pointer;
    height: 50px;
    margin-bottom: 24px;
    overflow: hidden;
    position: relative;
}
.select-option i {
    cursor: pointer;
    font-size: 18px;
    pointer-events: none;
    position: absolute;
    right: 20px;
    top: 14px;
    transition: all 0.3s ease 0s;
    z-index: 2;
}
.select-option:focus i {
    color: #fff;
}
.select-option select {
    margin-bottom: 0;
}
select {
    background: #f5f5f5 none repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
    color: #777;
    cursor: pointer;
    font-size: 11px;
    font-weight: bold;
    height: 50px;
    letter-spacing: 1px;
    outline: medium none;
    padding-left: 20px;
    position: relative;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    width: 100%;
}
select:focus {
    background: #eee none repeat scroll 0 0;
}
select:active, select:focus, select:hover {
    border: medium none;
    outline: medium none;
}
.checkbox-option, .radio-option {
    -moz-user-select: none;
    border: 1px solid #ac4e07;
    border-radius: 25px;
    cursor: pointer;
    display: inline-block;
    height: 25px;
    margin-bottom: 24px;
    width: 50px;
}
.checkbox-option .inner, .radio-option .inner {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #13181d;
    border-radius: 50%;
    display: inline-block;
    height: 19px;
    left: 2px;
    position: relative;
    top: 2px;
    transition: all 0.2s ease 0s;
    width: 19px;
}
.checkbox-option.checked .inner {
    background: #13181d none repeat scroll 0 0;
    transform: translate3d(25px, 0px, 0px);
}
.checkbox-option input {
    height: 0;
    opacity: 0;
    overflow: hidden;
    width: 0;
}
.radio-option {
    height: 25px;
    text-align: left;
    width: 25px;
}
.radio-option:nth-of-type(n+2) {
    margin-left: 24px;
}
.radio-option input {
    height: 0;
    opacity: 0;
    overflow: hidden;
    width: 0;
}
.radio-option .inner {
    border: medium none;
    height: 19px;
    left: 2px;
    transform: scale(0);
    width: 19px;
}
.radio-option + span {
    display: inline-block;
    line-height: 25px;
}
.radio-option.checked .inner {
    transform: scale(1);
}
.radio-option.checked .inner {
    background: #ac4e07 none repeat scroll 0 0;
}
@media all and (min-width: 991px) {
input.col-md-6, button.col-md-6 {
    float: left;
    width: 49%;
}
input.col-md-6:first-of-type, button.col-md-6:first-of-type {
    margin-right: 1%;
}
input.col-md-6:last-of-type, button.col-md-6:last-of-type {
    margin-left: 1%;
}
}
form.thirds input, form.thirds button {
    float: left;
    margin-bottom: 16px;
    margin-left: 1%;
    width: 32%;
}
form.halves input, form.halves button {
    float: left;
    margin-bottom: 16px;
    margin-left: 2.5%;
    width: 46%;
}
form.halves p, form.thirds p, form.halves span, form.thirds span {
    clear: both;
}
.form-error, .form-success {
    background: #58ce38 none repeat scroll 0 0;
    clear: both;
    color: #fff;
    display: block;
    margin: 0 auto;
    max-width: 700px;
    padding: 12px;
    position: relative;
    top: 16px;
    width: 80%;
}
.form-error {
    background: #ce3838 none repeat scroll 0 0;
}
.form-error a, .form-success a {
    color: #fff;
    display: block;
}
.attempted-submit .field-error {
    outline: 1px solid #ce3838 !important;
}
form iframe.mail-list-form {
    display: none;
}
.form-loading {
    animation: 1s ease-out 0s normal none infinite running pulsate;
    border: 3px solid #ffffff;
    border-radius: 30px;
    height: 30px;
    left: 50%;
    margin: 0 auto;
    opacity: 0;
    top: 50%;
    width: 30px;
    z-index: 99999;
}
@keyframes pulsate {
0% {
    opacity: 0;
    transform: scale(0.1);
}
50% {
    opacity: 1;
}
100% {
    opacity: 0;
    transform: scale(1.2);
}
}
@keyframes pulsate {
0% {
    opacity: 0;
    transform: scale(0.1);
}
50% {
    opacity: 1;
}
100% {
    opacity: 0;
    transform: scale(1.2);
}
}
button[type="submit"] .form-loading {
    display: inline-block;
    height: 25px;
    left: 0;
    position: relative;
    top: 9px;
    width: 25px;
}
.btn-white .form-loading {
    border: 3px solid #c8c8c8;
}
@media all and (max-width: 767px) {
form.thirds input, form.halves input, form.thirds button, form.halves button {
    float: left;
    margin-bottom: 8px;
    margin-left: 0;
    width: 100%;
}
}
.accordion .title {
    -moz-user-select: none;
    cursor: pointer;
}
.accordion .content {
    max-height: 0;
    overflow: hidden;
    transition: all 0.4s ease 0s;
}
.accordion li.active .content {
    max-height: 400px;
}
.accordion p:last-child {
    margin-bottom: 0;
}
.accordion-1 li {
    margin-bottom: 10px;
}
.accordion-1 li:last-child {
    margin-bottom: 0;
}
.accordion-1 .title {
    background: #f5f5f5 none repeat scroll 0 0;
    padding: 13px;
    transition: all 0.3s ease 0s;
}
.bg-secondary .accordion-1 .title {
    background: #ebebeb none repeat scroll 0 0;
}
.bg-secondary .accordion-1 .title:hover {
    background: #e4e4e4 none repeat scroll 0 0;
}
.accordion-1 .title span {
    font-family: "Avenir-Medium","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 24px;
    text-transform: uppercase;
}
.accordion-1 .active .title {
    background: #13181d none repeat scroll 0 0;
    color: #fff;
}
.accordion-1 .content {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: -moz-use-text-color #eee #eee;
    border-image: none;
    border-style: none solid solid;
    border-width: medium 1px 1px;
    opacity: 0;
    transition: all 0.3s ease 0s;
}
.accordion-1 .content p {
    padding: 13px;
}
.accordion-1 .active .content {
    opacity: 1;
    transform: translate3d(0px, 0px, 0px);
}
.accordion-1 .title:hover {
    background: #eee none repeat scroll 0 0;
}
.accordion-1 .active .title:hover {
    background: #13181d none repeat scroll 0 0;
}
.accordion-2 .title {
    border-bottom: 1px solid #ccc;
    font-size: 16px;
    font-weight: 500;
    opacity: 0.7;
    padding: 16px 0;
    transition: all 0.3s ease 0s;
}
.accordion-2 .title::before {
    content: "";
    font-family: "themify";
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    text-transform: none;
}
.accordion-2 .active .title {
    opacity: 1;
}
.accordion-2 .active .title::before {
    content: "";
}
.accordion-2 .content p {
    padding: 16px 0;
}
.accordion-2 .title:hover {
    opacity: 1;
}
.tabs {
    overflow: hidden;
}
.tabs li {
    cursor: pointer;
    display: inline-block;
}
.tabs.thirds {
    width: 100%;
}
.tabs.thirds li {
    width: 33.3333%;
}
.tabs.thirds .tab-title {
    width: 100%;
}
.button-tabs .tabs {
    display: inline-block;
    overflow: hidden;
}
.button-tabs .tabs > li {
    float: left;
    margin-bottom: 8px;
}
.button-tabs .tabs > li:last-child {
    margin-right: 0;
}
.button-tabs .tab-title {
    -moz-user-select: none;
    background: #f8f8f8 none repeat scroll 0 0;
    display: inline-block;
    /*min-width: 150px;*/
    padding: 14px;
    text-align: center;
    transition: all 0.3s ease 0s;
    border: 2px solid transparent;
}
.bg-secondary .button-tabs .tab-title {
    background: #f8f8f8 none repeat scroll 0 0;
}
.button-tabs .tab-title span {
    font-family: "Avenir-Heavy","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 12px;
    /*font-weight: 700;*/
    letter-spacing: 2px;
    line-height: 24px;
    text-transform: uppercase;
}
.button-tabs .active .tab-title {
    color: #ac4e07;
    border: 2px solid #ac4e07;
}
.button-tabs .tab-title:hover {
    background: #ac4e07 none repeat scroll 0 0;
    color: #ffffff;
}
.button-tabs .active .tab-title:hover {
    background: #ac4e07 none repeat scroll 0 0;
    color: #ffffff;
}
.button-tabs.vertical {
    overflow: hidden;
}
.button-tabs.vertical > .tabs {
    float: left;
    width: 22%;
    margin-right:4%;
}
.button-tabs.vertical > .content {
    float: right;
    width: 74%;
    padding-left: 0;
}
.button-tabs.vertical > .tabs li, .button-tabs.vertical .tab-title {
    width: 100%;
}
.button-tabs.vertical > .tabs li {
    margin-bottom: 10px;
}
.bg-dark .button-tabs .tab-title span {
    color: #ffffff;
}
@media all and (max-width: 767px) {
.button-tabs .tabs li {
    margin-bottom: 15px;
    width: 49%;
}
.button-tabs.vertical .tabs, .button-tabs.vertical .content {
    max-width: 100%;
    padding-left: 0;
    width: 100%;
}
}
.tabbed-content .content > li {
    display: none;
    opacity: 0;
    transition: all 0.3s ease 0s;
    visibility: hidden;
}
.tabbed-content .content .active {
    display: block;
    opacity: 1;
    visibility: visible;
}
.text-tabs .tabs {
    border-bottom: 1px solid #ccc;
    overflow: visible;
    padding-bottom: 16px;
}
.text-tabs.no-border .tabs {
    border-bottom: medium none;
}
.text-tabs .tab-title {
    font-family: "MillerText-Italic";
    -moz-user-select: none;
    opacity: 0.5;
    padding: 0 12px;
    position: relative;
    transition: all 0.3s ease 0s;
}
.text-tabs .tab-title span {
    font-family: "MillerDisplay-LightItalic","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    font-weight: 700;
    /*letter-spacing: 2px;*/
    line-height: 24px;
    text-transform: uppercase;
}
.text-tabs .tab-title::after {
    background: #ac4e07 none repeat scroll 0 0;
    bottom: -17px;
    content: "";
    height: 2px;
    left: 0;
    opacity: 0;
    position: absolute;
    transition: all 0.3s ease 0s;
    width: 100%;
}
.text-tabs .active .tab-title {
    color: #13181d;
    opacity: 1;
}
.bg-primary .text-tabs .tab-title::after {
    background: #506479 none repeat scroll 0 0;
}
.text-tabs .active .tab-title {
    color: #000000;
    opacity: 1;
}
.text-tabs .active .tab-title::after {
    color: #ac4e07;
    opacity: 1;
}
.text-tabs .tab-title:hover {
    opacity: 1;
    color: #ac4e07;
}
@media all and (max-width: 767px) {
.text-tabs .tabs {
    padding-bottom: 0;
}
.text-tabs .tabs li {
    margin-bottom: 15px;
    width: 49%;
}
.text-tabs .tab-title::after {
    display: none;
}
.text-tabs:not(.text-center) .tabs li:first-child .tab-title {
    padding-left: 24px;
}
}
.icon-tabs .tabs li {
    margin-bottom: 24px;
    width: 24.5%;
}
.icon-tabs .tab-title {
    opacity: 0.5;
    text-align: center;
    transition: all 0.3s ease 0s;
}
.icon-tabs .tab-title:hover {
    opacity: 1;
}
.icon-tabs .active .tab-title {
    color: #13181d;
    opacity: 1;
}
.icon-tabs .active .tab-title i {
    color: #13181d;
}
.image-bg .icon-tabs .active .tab-title i {
    color: #fff;
}
.icon-tabs .tab-title i {
    display: block;
    margin-bottom: 16px;
}
.icon-tabs .tab-title span {
    font-family: "Avenir-Medium","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 24px;
    text-transform: uppercase;
}
@media all and (max-width: 767px) {
.icon-tabs .tabs li {
    margin-bottom: 16px;
    margin-right: 0;
    width: 49%;
}
.icon-tabs .tab-title i {
    font-size: 32px;
}
}
.progress-bars {
    margin-bottom: 24px;
}
.progress {
    box-shadow: none;
    height: auto;
}
.progress-bar {
    background: #13181d none repeat scroll 0 0;
    box-shadow: none !important;
}
.bg-primary .progress-bar {
    background: #232c36 none repeat scroll 0 0;
}
.progress-1 {
    border: medium none;
    border-radius: 0;
    height: 32px;
    margin-bottom: 8px;
}
.progress-1:last-child {
    margin-bottom: 0;
}
.progress-1 .progress-bar {
    border-radius: 0;
    line-height: 32px;
    padding-right: 12px;
    text-align: right;
}
.progress-1 .progress-bar span {
    font-family: "Avenir-Medium","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 24px;
    text-transform: uppercase;
}
.progress-2 {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    height: auto;
    margin-bottom: 8px;
    text-align: center;
}
.progress-2 span {
    display: inline-block;
    font-family: "Avenir-Medium","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 24px;
    margin-bottom: 8px;
    text-transform: uppercase;
}
.progress-2 .bar-holder {
    border: 1px solid #13181d;
    border-radius: 8px;
    height: 16px;
    overflow: hidden;
}
.bg-primary .progress-2 .bar-holder {
    border-color: #2b3742;
}
.stat-2 h1 {
    font-size: 80px;
    line-height: 88px;
}
.stat-3 h1 {
    font-size: 72px;
    line-height: 80px;
    margin-bottom: 8px;
}
.stat-3 h6 {
    margin-bottom: 0;
}
.breadcrumb {
    margin-bottom: 24px;
}
.breadcrumb-2 {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    padding: 0;
}
.breadcrumb-2 li a, .breadcrumb-2 li {
    font-family: "Avenir-Medium","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 2px;
    line-height: 24px;
    text-transform: uppercase;
}
.breadcrumb-2 > li + li::before {
    color: #bbb;
    padding: 0 16px;
}
.image-bg .breadcrumb li a {
    color: #fff;
    opacity: 0.8;
}
.image-bg .breadcrumb li a:hover {
    opacity: 1;
}
.image-bg .breadcrumb li.active {
    color: #fff;
}
.bg-dark .breadcrumb a {
    color: #fff;
}
@media all and (max-width: 990px) {
.page-title-4 .breadcrumb, .page-title-2 .breadcrumb {
    float: left;
    margin-top: 32px;
}
}
@media all and (max-width: 767px) {
.breadcrumb-2 > li + li::before {
    padding: 0 4px;
}
.page-title-4 .breadcrumb, .page-title-2 .breadcrumb {
    float: left;
}
}
.pagination {
    margin: 0;
}
.pagination li {
    font-family: "Lato","Helvetica Neue",Helvetica,Arial,sans-serif;
}
.pagination li a {
    color: #292929;
    font-weight: 400;
    height: 32px;
    margin: 0 4px;
    padding: 6px 0 0;
    text-align: center;
    width: 32px;
}
.pagination li a:hover, .pagination li.active a, .pagination li.active:hover a {
    background: #13181d none repeat scroll 0 0;
    border-color: #13181d;
    color: #fff;
}
.feature.boxed {
    background: #f8f8f8 none repeat scroll 0 0;
    padding: 32px;
}
.feature.boxed.bg-dark {
    background: #292929 none repeat scroll 0 0;
}
.bg-dark .feature.boxed {
    background: #363636 none repeat scroll 0 0;
}
.bg-secondary .feature.boxed {
    background: #fff none repeat scroll 0 0;
}
.feature.bordered {
    border: 1px solid #ccc;
    padding: 32px;
}
.feature.bordered-right {
    border-right: 1px solid #ccc;
    padding: 32px;
}
.feature.bordered-none {
    padding: 32px;
}
.feature {
    margin-bottom: 24px;
}
.feature p:last-child {
    margin-bottom: 0;
}
@media all and (max-width: 767px) {
    .feature.boxed, .feature.bordered, .feature.bordered-right, .feature.bordered-none {
        padding: 24px;
    }
}
@media all and (max-width: 990px) {
.feature .icon-lg {
    font-size: 40px;
}
}
.feature-1 i {
    color: #13181d;
    display: inline-block;
    margin-bottom: 16px;
}
.feature-2 i {
    /*border: 1px solid #cccccc;*/
    border-radius: 50%;
    color: #13181d;
    display: block;
    height: 80px;
    line-height: 80px;
    margin: 0 auto 24px;
    text-align: center;
    transition: all 0.3s ease 0s;
    width: 80px;
}
/*.feature-2 i:hover, .feature-2.filled i {
    background: #13181d none repeat scroll 0 0;
    color: #fff;
}*/
.feature-3 {
    overflow: hidden;
}
@media all and (min-width: 768px) {
.feature-3 {
    min-height: 160px;
}
}
.feature-3 .left, .feature-3 .right {
    display: inline-block;
    float: left;
}
.feature-3 .left {
    width: 15%;
}
.feature-3 .right {
    width: 85%;
}
.feature-3 i {
    color: #13181d;
}
.bg-primary .feature-3 i {
    color: #fff;
}
.feature-4 .left {
    width: 25%;
}
.feature-4 .right {
    width: 75%;
}
.feature-color h1, .feature-color h2, .feature-color h3, .feature-color h4, .feature-color h5, .feature-color h6 {
    color: #ffffff;
}
.feature-color p, .feature-color span, .feature-color li {
    color: #ffffff;
}
.feature-color i {
    color: #fff;
    opacity: 0.7;
}
.feature-color:nth-of-type(1) {
    background: #13181d none repeat scroll 0 0;
}
.feature-color:nth-of-type(2) {
    background: #090b0e none repeat scroll 0 0;
}
.feature-color:nth-of-type(3) {
    background: #000000 none repeat scroll 0 0;
}
.feature-5 {
    height: 33.3333vw;
    padding: 0 48px;
    transition: all 0.3s ease 0s;
}
@media all and (max-width: 1280px) {
.feature-5 {
    height: auto;
    padding: 80px 48px;
}
.feature-5 .v-align-transform {
    top: 0;
    transform: none;
}
}
@media all and (max-width: 767px) {
.feature-3 .left, .feature-4 .left {
    margin-bottom: 8px;
}
.feature-3 .left, .feature-4 .left, .feature-3 .right, .feature-4 .right {
    width: 100%;
}
.feature-5 {
    padding: 40px 24px;
}
}
.image-bg .feature i {
    color: #fff;
}
.image-bg .feature h1, .image-bg .feature h2, .image-bg .feature h3, .image-bg .feature h4, .image-bg .feature h5, .image-bg .feature h6 {
    color: #ffffff;
}
.image-bg .feature p, .image-bg .feature span, .image-bg .feature li {
    color: #ffffff;
}
.image-bg .feature.bordered {
    border-color: rgba(255, 255, 255, 0.4);
}
.image-bg .feature.boxed {
    background: rgba(34, 34, 34, 0.4) none repeat scroll 0 0;
}
.bg-light .feature.bordered {
    border-color: rgba(34, 34, 34, 0.2);
}
.pricing-table {
    padding: 48px 32px;
}
.pricing-table .price {
    color: #292929;
    display: inline-block;
    font-family: "Lato","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 80px;
    font-weight: 300;
    line-height: 80px;
    margin-bottom: 16px;
}
.bg-dark .pricing-table .price {
    color: #fff;
}
.pricing-table p:last-child {
    margin-bottom: 0;
}
.pricing-table.boxed, .pricing-table.emphasis {
    background: #f8f8f8 none repeat scroll 0 0;
}
.pricing-table.emphasis {
    background: #13181d none repeat scroll 0 0;
    color: #fff;
}
.pricing-table.emphasis a:not(.btn) {
    color: #fff;
}
.pricing-table.emphasis .price, .pricing-table.emphasis h5 {
    color: #fff;
}
.pt-2 ul {
    line-height: 36px;
}
.page-title {
    padding: 0;
}
.page-title .container {
    position: relative;
    top: 80%;
    transform: translate3d(0px, -50%, 0px);
    z-index: 2;
}
.page-title i {
    position: relative;
    top: 1px;
}
@media all and (max-width: 767px) {
.page-title i {
    display: none;
}
}
.page-title-1, .page-title-2 {
    height: 400px;
}
.page-title-1 .breadcrumb, .page-title-3 .breadcrumb {
    bottom: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 3;
}
.page-title-2 .breadcrumb {
    margin-bottom: 0;
    position: relative;
}
.nav-is-overlay .page-title-1.image-bg:first-child, .nav-is-overlay.page-title-1.bg-dark:first-child, .nav-is-overlay .page-title-2.image-bg:first-child, .nav-is-overlay.page-title-2.bg-dark:first-child {
    height: 455px;
    padding-top: 55px;
}
@media all and (max-width: 767px) {
.page-title-1, .page-title-2 {
    height: 320px;
}
}
.page-title-3, .page-title-4 {
    height: 280px;
}
.page-title-3.bg-secondary h1 {
    color:#ac4e07;
}
.page-title-4 .breadcrumb {
    margin-bottom: 0;
    position: relative;
    top: 8px;
}
.nav-is-overlay .page-title-3.image-bg:first-child, .nav-is-overlay.page-title-3.bg-dark:first-child, .nav-is-overlay .page-title-4.image-bg:first-child, .nav-is-overlay.page-title-4.bg-dark:first-child {
    height: 295px;
    padding-top: 55px;
}
@media all and (max-width: 767px) {
.page-title .text-right {
    text-align: left !important;
}
}
.page-title.fullscreen {
    height: 100vh !important;
    padding-top: 0;
}
.widget {
    margin-bottom: 48px;
}
.link-list {
    line-height: 32px;
}
.link-list a::after {
    content: "";
    display: inline-block;
    font-family: "themify";
    font-size: 11px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    margin-left: 8px;
    text-transform: none;
}
.widget ul:last-child, .widget p:last-child {
    margin-bottom: 0;
}
.widget .title {
    font-family: "Avenir-Medium","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 12px;
    letter-spacing: 2px;
    line-height: 24px;
    margin-bottom: 12px;
    text-transform: uppercase;
}
.widget hr {
    margin-bottom: 12px;
}
.recent-posts {
    line-height: 20px;
}
.recent-posts li {
    margin-bottom: 8px;
    transition: all 0.3s ease 0s;
}
.recent-posts .date {
    display: block;
    letter-spacing: 0;
    opacity: 0.8;
}
.recent-posts li:hover .date {
    opacity: 1;
}
.tags {
    overflow: hidden;
}
.tags li {
    float: left;
    margin: 0 4px 4px 0;
}
.tags .btn-sm {
    margin: 0;
    padding: 0 8px;
}
.widget .gallery {
    overflow: hidden;
}
.widget .gallery li {
    float: left;
    padding: 0 4px 4px 0;
    width: 33.3333%;
}
.twitter-feed .user, .twitter-feed .interact {
    display: none;
}
.widget .twitter-feed .timePosted {
    display: none;
}
.widget .tweet {
    margin-bottom: 0;
}
.widget .twitter-feed .slides li {
    margin-bottom: 24px;
}
.widget .twitter-feed .slides li:last-child {
    margin-bottom: 0;
}
.widget .twitter-feed .slides li:nth-of-type(n+3) {
    display: none;
}
.widget .twitter-feed .slides li::before {
    color: #292929;
    content: "";
    display: inline-block;
    float: left;
    font-family: "themify";
    font-size: 13px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    margin-right: 8px;
    position: relative;
    text-transform: none;
    top: 6px;
}
.widget .twitter-feed p {
    padding-left: 22px;
    position: relative;
}
.bg-dark .widget .twitter-feed .slides li::before {
    color: #fff;
}
.widget .instafeed li {
    display: inline-block;
    padding: 0 4px 4px 0;
    width: 33.3333%;
}
.widget .instafeed li:nth-of-type(n+7) {
    display: none;
}
.widget .cart-overview img {
    padding-right: 2%;
    width: 25%;
}
.widget .cart-overview .description {
    display: inline-block;
    line-height: 24px;
    width: auto;
}
.widget .cart-overview span {
    display: block;
}
.widget .cart-overview li {
    margin-bottom: 24px;
    overflow: hidden;
}
.widget .cart-overview li:last-child {
    margin-bottom: 0;
}
.widget .cart-controls {
    line-height: 30px;
    max-height: 30px;
}
.cart-overview a {
    color: #292929;
}
.cart-overview a:hover {
    color: #13181d;
}
.widget .flex-direction-nav li a {
    height: 16px;
    margin: -8px 0 0;
    width: 16px;
}
.widget .flex-direction-nav li a::before {
    font-size: 16px;
}
.widget .flex-direction-nav li a.flex-next {
    right: 8px;
}
.widget .flex-direction-nav li a.flex-prev {
    left: 8px;
}
.widget .flex-control-nav {
    display: none;
}
.widget .image-slider {
    margin: 0;
}
img {
    max-width: 100%;
}
.image-tile {
    margin-bottom: 24px;
    overflow: hidden;
    position: relative;
}
.image-tile img {
    display: inline-block;
    width: 100%;
}
.image-tile .label {
    position: absolute;
    right: 16px;
    top: 16px;
    z-index: 5;
}
.inner-title::before {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(34, 34, 34, 0.9) 100%) repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 100%;
    left: 0;
    pointer-events: none;
    position: absolute;
    transition: all 0.5s ease 0s;
    width: 100%;
}
.inner-title.title-center::before {
    background: #292929 none repeat scroll 0 0;
    opacity: 0.4;
}
.inner-title:hover::before {
    transform: scale(1.2);
}
.inner-title .title {
    bottom: 24px;
    position: absolute;
    width: 100%;
    z-index: 5;
}
.inner-title .title h1, .inner-title .title h2, .inner-title .title h3, .inner-title .title h4, .inner-title .title h5, .inner-title .title h6 {
    color: #ffffff;
}
.inner-title .title p, .inner-title .title span, .inner-title .title li {
    color: #ffffff;
}
.inner-title.title-center .title {
    bottom: auto;
    top: 50%;
    transform: translate3d(0px, -50%, 0px);
}
.inner-title .title h5 {
    font-weight: 600;
}
.inner-title {
    opacity: 1;
    transition: all 0.3s ease 0s;
}
.inner-title:hover {
    opacity: 0.95;
}
.inner-title.hover-reveal::before {
    opacity: 0;
}
.inner-title.hover-reveal .title {
    opacity: 0;
    transform: translate3d(0px, 50px, 0px);
    transition: all 0.3s ease 0s;
}
.inner-title.hover-reveal:hover .title {
    opacity: 1;
    transform: translate3d(0px, 0px, 0px);
}
.inner-title.hover-reveal:hover::before {
    opacity: 1;
}
.outer-title img {
    display: inline-block;
    margin-bottom: 12px;
}
.hover-tile {
    background: #292929 none repeat scroll 0 0;
    overflow: hidden;
    position: relative;
}
.hover-tile img {
    transition: all 0.3s ease 0s;
}
.hover-tile:hover img {
    opacity: 0.5;
}
.hover-tile .hover-state {
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: translate3d(0px, -50%, 0px);
    transition: all 0.3s ease 0s;
    width: 100%;
    z-index: 2;
}
.hover-state {
    cursor: default;
    padding: 0 40px;
    z-index: 99;
}
.hover-state h1, .hover-state h2, .hover-state h3, .hover-state h4, .hover-state h5, .hover-state h6 {
    color: #ffffff;
}
.hover-state p, .hover-state span, .hover-state li {
    color: #ffffff;
}
.hover-state * {
    transform: translate3d(0px, 30px, 0px) scale(1.05);
    transition: all 0.3s ease 0s;
}
.hover-tile:hover .hover-state {
    opacity: 1;
}
.hover-tile:hover .hover-state * {
    transform: translate3d(0px, 0px, 0px) scale(1);
}
.hover-state *:last-child {
    margin-bottom: 0;
}
.border-thick {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: -moz-use-text-color #fff #fff;
    border-image: none;
    border-style: none solid solid;
    border-width: medium 16px 16px;
}
.border-thick.col-sm-6:first-child {
    border-right: 8px solid #fff;
}
.border-thick.col-sm-6:last-child {
    border-left: 8px solid #fff;
}
.horizontal-tile {
    overflow: hidden;
}
.horizontal-tile:not(:last-of-type) {
    margin-bottom: 30px;
}
.tile-left, .tile-right {
    display: inline-block;
    float: left;
    min-height: 300px;
    overflow: hidden;
    position: relative;
    width: 50%;
}
.tile-right .description, .tile-left .description {
    padding: 48px;
}
.tile-right:hover .background-image-holder, .tile-left:hover .background-image-holder {
    transform: scale(1.1);
}
@media all and (max-width: 767px) {
.tile-left, .tile-right {
    float: none;
    width: 100%;
}
}
.image-slider {
    position: relative;
}
.image-slider .slides {
    overflow: hidden;
    position: relative;
}
.image-slider .slides li {
    position: relative;
}
.image-slider .slides li > img {
    width: 100%;
}
.row .image-slider {
    margin-bottom: 24px;
}
.image-slider.height-70 .slides li {
    height: 70vh;
    min-height: 600px;
}
@media all and (max-width: 767px) {
.image-slider.height-70 .slides li {
    height: auto;
    padding: 80px 0;
}
.image-slider.height-70 .v-align-transform {
    top: 0;
    transform: none;
}
}
.flex-direction-nav a.flex-next {
    right: 16px;
}
.flex-direction-nav a.flex-next::before, .flex-direction-nav a.flex-prev::before {
    color: #fff;
    content: "";
    font-family: "themify";
    font-size: 24px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    text-transform: none;
}
.flex-direction-nav a.flex-prev {
    left: 16px;
}
.flex-direction-nav a.flex-prev::before {
    content: "";
}
.flex-direction-nav a {
    color: rgba(0, 0, 0, 0);
    height: 24px;
    margin: -12px 0 0;
    opacity: 1;
    text-shadow: none;
    width: 24px;
}
.flex-control-nav li {
    overflow: hidden;
}
.flex-control-nav li a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 2px solid #292929;
    height: 10px;
    width: 10px;
}
@media all and (max-width: 768px) {
.flex-direction-nav {
    display: none;
}
}
.controls-inside .flex-control-nav {
    bottom: 24px;
    z-index: 10;
}
.controls-inside .flex-control-nav li a {
    border-color: #fff;
}
.controls-inside .flex-control-nav li a.flex-active {
    background: #fff none repeat scroll 0 0;
}
.image-bg .flex-control-nav li a {
    border-color: #fff;
}
.image-bg .flex-control-nav li a.flex-active {
    background: #fff none repeat scroll 0 0;
}
.slider-thumb-controls .flex-control-thumbs {
    margin: 0;
}
.slider-thumb-controls .flex-direction-nav {
    display: none;
}
@media all and (max-width: 767px) {
.slider-thumb-controls .flex-control-thumbs {
    display: none;
}
.slider-thumb-controls .flex-direction-nav {
    display: block;
}
}
.logo-carousel li {
    text-align: center;
}
.logo-carousel li {
    opacity: 0.5;
    transition: all 0.3s ease 0s;
}
.logo-carousel li:hover {
    opacity: 1;
}
.logo-carousel img {
    max-height: 60px;
}
@media all and (max-width: 767px) {
.logo-carousel .slides li {
    width: 100%;
}
}
.text-slider .flex-direction-nav li a::before {
    color: #222;
}
.image-bg .text-slider .flex-direction-nav li a::before {
    color: #fff;
    opacity: 0.5;
    transition: all 0.3s ease 0s;
}
.image-bg .text-slider .flex-direction-nav li a:hover::before {
    opacity: 1;
}
.text-slider .flex-direction-nav a.flex-prev {
    left: -60px;
}
.text-slider .flex-direction-nav a.flex-next {
    right: -60px;
}
.kenburns .slides li:nth-of-type(2n+1) .background-image-holder {
    animation: 25s linear 0s alternate none infinite running kenBurnsEast;
}
.kenburns .slides li:nth-of-type(2n) .background-image-holder {
    animation: 25s linear 0s alternate none infinite running kenBurnsWest;
}
@keyframes kenBurnsEast {
0% {
    transform: scale(1) translateX(0px);
}
100% {
    transform: scale(1.2) translateX(100px);
}
}
@keyframes kenBurnsEast {
0% {
    transform: scale(1) translateX(0px);
}
100% {
    transform: scale(1.2) translateX(100px);
}
}
@keyframes kenBurnsWest {
0% {
    transform: scale(1) translateX(0px);
}
100% {
    transform: scale(1.2) translateX(-100px);
}
}
@keyframes kenBurnsWest {
0% {
    transform: scale(1) translateX(0px);
}
100% {
    transform: scale(1.2) translateX(-100px);
}
}
@media all and (max-width: 767px) {
.kenburns .slides li .background-image-holder {
    animation: 0s ease 0s normal none 1 running none !important;
}
}
.instafeed.grid-gallery {
    overflow: hidden;
}
.instafeed.grid-gallery li {
    display: inline-block;
    float: left;
    opacity: 1;
    padding: 8px;
    transition: all 0.3s ease 0s;
    width: 25%;
}
.instafeed.grid-gallery li:hover {
    opacity: 0.9;
}
.instafeed.grid-gallery.gapless li {
    padding: 0;
    width: 16.6667%;
}
.instafeed.grid-gallery.gapless li img {
    width: 100%;
}
.instafeed li img {
    height: auto;
}
@media all and (max-width: 990px) {
.instafeed.grid-gallery li {
    width: 33.3333%;
}
}
.lightbox-grid, .lightbox-grid ul, .lightbox-grid li {
    overflow: hidden;
    position: relative;
}
.lightbox-grid li {
    border: 8px solid rgba(0, 0, 0, 0);
    float: left;
    opacity: 1;
    transition: all 0.3s ease 0s;
    width: 25%;
}
.lightbox-grid li:hover {
    opacity: 0.9;
}
.square-thumbs li {
    height: 285px;
}
.third-thumbs li {
    border: medium none;
    height: 33vw;
    width: 33.3333vw;
}
@media all and (max-width: 1190px) {
.square-thumbs li {
    height: 235px;
}
}
@media all and (max-width: 990px) {
.lightbox-grid li {
    width: 33.3333%;
}
.square-thumbs li {
    height: 240px;
}
}
@media all and (max-width: 767px) {
.lightbox-grid li {
    width: 50%;
}
.third-thumbs li {
    height: 50vw;
}
.square-thumbs li {
    height: 185px;
}
}
.lb-outerContainer {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-radius: 0;
}
.lightbox .lb-image {
    border-radius: 0;
}
.lb-data .lb-close, .lb-nav a.lb-next, .lb-nav a.lb-prev {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
.lb-data .lb-close::before, .lb-nav a.lb-next::before, .lb-nav a.lb-prev::before {
    color: #fff;
    content: "";
    font-family: "themify";
    font-size: 24px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    text-transform: none;
}
.lb-nav a.lb-next::before, .lb-nav a.lb-prev::before {
    font-size: 32px;
    margin-top: -16px;
    position: absolute;
    top: 50%;
}
.lb-nav a.lb-next::before {
    content: "";
    right: 16px;
}
.lb-nav a.lb-prev::before {
    content: "";
    left: 16px;
}
.flickr-feed li {
    padding: 8px;
    width: 25%;
}
.flickr-feed li.masonry-item {
    margin-bottom: 0;
}
.flickr-feed li img {
    min-width: 100%;
}
@media all and (max-width: 990px) {
.flickr-feed li {
    width: 33.3333%;
}
}
@media all and (max-width: 767px) {
.flickr-feed li {
    padding: 4px;
}
}
.cover {
    margin: 0;
    padding: 0;
}
.cover h1, .cover h2, .cover h3, .cover h4, .cover h5, .cover h6 {
    color: #ffffff;
}
.cover p, .cover span, .cover li {
    color: #ffffff;
}
.image-bg.bg-light h1, .image-bg.bg-light h2, .image-bg.bg-light h3, .image-bg.bg-light h4, .image-bg.bg-light h5, .image-bg.bg-light h6 {
    color: #222222;
}
.image-bg.bg-light p, .image-bg.bg-light span, .image-bg.bg-light li {
    color: #777777;
}
.cover:first-child .fullscreen {
    max-height: 100%;
}
.cover.fullscreen .slides > li {
    height: 100vh;
}
.cover .slides li .container {
    position: relative;
    z-index: 4;
}
.cover .flex-control-nav {
    opacity: 0.9;
    transition: all 0.3s ease 0s;
}
.cover .flex-control-nav:hover {
    opacity: 1;
}
.cover .align-bottom {
    bottom: 16px;
    padding: 0 32px;
}
.cover .align-top {
    padding: 0 32px;
}
@media all and (max-width: 767px) {
.cover .align-bottom {
    padding: 0 15px;
}
.cover .align-bottom.relative-xs {
    bottom: 0;
    position: relative;
}
.cover.fullscreen {
    height: auto;
    padding: 80px 0;
}
.cover.fullscreen.image-slider {
    padding: 0;
}
.cover.fullscreen .container {
    top: 0;
    transform: none;
}
.cover.fullscreen .slides li {
    height: auto;
    padding: 80px 0;
}
}
.product-single .image-slider .label {
    font-size: 12px;
    position: absolute;
    right: 16px;
    text-transform: uppercase;
    top: 16px;
    z-index: 3;
}
.product-single .price {
    display: inline-block;
    font-size: 32px;
    font-weight: 300;
    line-height: 40px;
    margin-right: 32px;
}
.product-single .old-price {
    opacity: 0.7;
    text-decoration: line-through;
}
.product-single .price:not(.old-price) {
    color: #13181d;
}
.add-to-cart input[type="text"] {
    margin: 0;
    padding: 0;
    text-align: center;
    width: 100px;
}
.add-to-cart input[type="submit"] {
    margin: 0;
    width: 160px;
}
th, td {
    line-height: 24px !important;
}
.ratings {
    margin-bottom: 24px;
}
.ratings li {
    background: #f8f8f8 none repeat scroll 0 0;
    display: inline-block;
    margin-bottom: 16px;
    padding: 24px;
}
.star-rating li {
    color: #000;
    padding: 0;
}
.star-rating {
    display: inline-block;
    margin: 0 24px 0 0;
}
.ratings .user span {
    display: inline-block;
    margin-right: 8px;
}
.ratings .user .date {
    opacity: 0.7;
}
.ratings .user {
    margin-bottom: 8px;
}
.ratings-form input[type="text"] {
    float: left;
    width: 50%;
}
.ratings-form input[type="text"]:first-child {
    margin-right: 2%;
    width: 48%;
}
.ratings-form input[type="submit"] {
    width: 200px;
}
.product-thumb {
    max-width: 180px;
    opacity: 1;
    transform: scale3d(1, 1, 1);
    transition: all 0.3s ease 0s;
}
.col-sm-6 .product-thumb {
    max-width: 320px;
}
.product-thumb:hover {
    transform: scale3d(0.95, 0.95, 0.95);
}
.cart .product-thumb {
    max-height: 100px;
    max-width: 10000px;
}
.cart .product-thumb:hover {
    transform: none;
}
.cart td, .cart span, .cart th {
    vertical-align: middle !important;
}
.cart span {
    display: inline-block;
}
.cart .remove-item {
    border: 1px solid #c64444;
    border-radius: 50%;
    color: #c64444;
    display: inline-block;
    font-size: 12px;
    height: 24px;
    position: relative;
    text-align: center;
    transition: all 0.3s ease 0s;
    width: 24px;
}
.cart .remove-item:hover {
    background: #c64444 none repeat scroll 0 0;
    color: #fff;
}
iframe {
    border: medium none;
}
.player {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}
@media all and (max-width: 767px) {
.player {
    display: none;
}
}
.vid-bg {
    background: #222 none repeat scroll 0 0;
}
.vid-bg .background-image-holder {
    display: none;
    z-index: 0;
}
.vid-bg .masonry-loader {
    left: 50%;
    margin-left: -25px;
    margin-top: -25px;
    position: absolute;
    top: 50%;
}
.vid-bg .container.fadeOut {
    opacity: 0;
}
@media all and (max-width: 1024px) {
.vid-bg .background-image-holder {
    display: block;
}
.vid-bg .player {
    display: none;
}
.vid-bg .container.fadeOut {
    opacity: 1;
}
.vid-bg .masonry-loader {
    display: none;
}
}
video {
    max-width: 100%;
}
.local-video-container {
    margin-bottom: 24px;
    position: relative;
}
.local-video-container video {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
}
.local-video-container .background-image-holder {
    box-shadow: 0 1px 15px 0 rgba(0, 0, 0, 0.26);
    top: 0;
    transition: all 0.3s ease 0s;
}
.background-image-holder.fadeout {
    opacity: 0 !important;
    z-index: 0;
}
@media all and (max-width: 767px) {
video {
    max-width: 100% !important;
}
}
.play-button {
    border: 2px solid #fff;
    border-radius: 50%;
    cursor: pointer;
    height: 80px;
    left: 50%;
    margin: -40px auto 0 -40px;
    position: absolute;
    text-align: center;
    top: 50%;
    transition: all 0.3s ease 0s;
    width: 80px;
    z-index: 4;
}
.play-button::before {
    border-color: transparent transparent transparent #ffffff;
    border-style: solid;
    border-width: 7px 0 7px 14px;
    content: "";
    height: 0;
    left: 50%;
    margin-left: -5px;
    margin-top: -8px;
    position: absolute;
    top: 50%;
    width: 0;
}
.play-button:hover {
    transform: scale(0.95);
}
.play-button.dark {
    border-color: #292929;
}
.play-button.dark::before {
    border-color: transparent transparent transparent #292929;
}
@media all and (max-width: 767px) {
.play-button {
    height: 65px;
    margin-top: -32px;
    width: 65px;
}
.play-button::before {
    border-color: transparent transparent transparent #fff;
    border-style: solid;
    border-width: 10px 0 10px 20px;
    content: "";
    height: 0;
    margin-left: -8px;
    margin-top: -9px;
    position: absolute;
    top: 50%;
    width: 0;
}
}
.play-button.large {
    height: 120px;
    margin-left: -60px;
    margin-top: -60px;
    width: 120px;
}
.play-button.large::before {
    border-color: transparent transparent transparent #ffffff;
    border-style: solid;
    border-width: 20px 0 20px 31px;
    content: "";
    height: 0;
    margin-left: -10px;
    margin-top: -18px;
    width: 0;
}
.play-button.large.dark::before {
    border-color: transparent transparent transparent #292929;
}
.play-button.inline {
    display: inline-block;
    left: 0;
    margin-left: 0;
    margin-top: 0;
    position: relative;
    top: 0;
    z-index: 0;
}
@media all and (max-width: 767px) {
.play-button.large {
    height: 90px;
    margin-top: -45px;
    width: 90px;
}
.play-button.large::before {
    border-color: transparent transparent transparent #fff;
    border-style: solid;
    border-width: 15px 0 15px 25px;
    content: "";
    height: 0;
    margin-left: -8px;
    margin-top: -14px;
    width: 0;
}
}
.modal-video {
    background: rgba(0, 0, 0, 0.9) none repeat scroll 0 0;
    height: 100%;
    left: 0;
    opacity: 0;
    position: fixed;
    top: 0;
    transition: all 0.3s ease 0s;
    visibility: hidden;
    width: 100%;
    z-index: -1;
}
.modal-video video {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    display: block;
    margin: 0 auto;
    position: relative;
    top: 50%;
    transform: translate3d(0px, -50%, 0px);
    width: 675px;
}
.modal-video.reveal-modal {
    opacity: 1;
    visibility: visible;
    z-index: 999999;
}
.modal-video iframe {
    border: medium none;
    height: 432px;
    left: 50%;
    margin-left: -384px;
    margin-top: -216px;
    position: absolute;
    top: 50%;
    width: 768px;
}
.modal-video .ti-close {
    color: #fff;
    cursor: pointer;
    font-size: 24px;
    position: absolute;
    right: 32px;
    top: 32px;
}
@media all and (max-width: 990px) {
.modal-video iframe {
    height: 360px;
    margin-left: -320px;
    margin-top: -160px;
    width: 640px;
}
}
@media all and (max-width: 767px) {
.modal-video video {
    padding: 0 15px;
    width: 100%;
}
.modal-video iframe {
    margin-left: -50%;
    width: 100%;
}
}
.fs-video-wrapper {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}
.fs-video-wrapper video {
    left: 0;
    position: absolute;
    width: 100%;
}
.embed-video-container {
    display: inline-block;
    position: relative;
    width: 100%;
}
.embed-video-container iframe {
    border: medium none;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    height: 312px;
    width: 100%;
}
.modal-video .embed-video-container {
    max-height: 800px;
    width: 80%;
}
@media all and (max-width: 767px) {
.embed-video-container iframe {
    height: 200px;
}
}
.fs-vid-background {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
}
.fs-vid-background video {
    height: 100%;
    object-fit: cover;
    width: 100%;
}
.overlay .fs-vid-background::before {
    background: #222222 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.5;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
}
@media all and (max-width: 1024px) {
.fs-vid-background {
    display: none;
}
}
.post-title .label {
    margin-right: 16px;
}
.post-title h4 {
    margin-bottom: 16px;
    position: relative;
    top: 2px;
}
.post-meta, .post-meta .tags {
    display: inline-block;
    margin-bottom: 5px;
    overflow: hidden;
}
.post-meta > li {
    float: left;
    margin-right: 24px;
}
.post-meta i {
    font-size: 16px;
    margin-right: 8px;
    position: relative;
    top: 2px;
}
.post-snippet iframe {
    margin-bottom: 12px;
    width: 100%;
}
.post-snippet .embed-video-container {
    margin-bottom: 24px;
}
.post-snippet .embed-video-container iframe {
    margin: 0;
}
.post-snippet .inner {
    background: #fff none repeat scroll 0 0;
    padding: 24px;
}
.comments-list, .comments-list ul {
    overflow: hidden;
    width: 100%;
}
.comments-list li {
    margin-bottom: 40px;
    overflow: hidden;
}
.comments-list p:last-of-type {
    margin: 0;
}
.comments-list .avatar, .comments-list .comment {
    display: inline-block;
    float: left;
}
.comments-list .avatar {
    width: 10%;
}
.comments-list .avatar img {
    width: 75px;
}
.comments-list .comment {
    padding-left: 5%;
    width: 90%;
}
.comments-list .author {
    display: inline-block;
    margin-bottom: 16px;
    margin-right: 16px;
}
.comments-list .comment .btn {
    margin: 0;
    position: relative;
}
.comments-list ul {
    padding-left: 10%;
    padding-top: 40px;
}
.comments-list ul li:last-of-type {
    margin-bottom: 0;
}
.comments input[type="submit"] {
    float: right;
    max-width: 25%;
}
.masonry {
    opacity: 0;
    transform: translate3d(0px, 100px, 0px);
    transition: all 0.3s ease 0s;
}
.masonry.fadeIn {
    opacity: 1;
    transform: translate3d(0px, 0px, 0px);
}
.masonry-item {
    max-width: 100%;
}
.container .masonry-item {
    margin-bottom: 30px;
}
.masonry-item blockquote:hover {
    background: #13181d none repeat scroll 0 0;
    color: #fff;
    transition: all 0.3s ease 0s;
}
.masonryFlyIn .masonry-item {
    opacity: 0;
    transform: translate3d(0px, 50px, 0px);
}
.masonryFlyIn .masonry-item.fadeIn {
    opacity: 1;
    transform: translate3d(0px, 0px, 0px);
}
.masonry-loader {
    opacity: 1;
    position: absolute;
    top: 80px;
    transition: all 0.3s ease 0s;
    width: 100%;
    z-index: 10;
}
.masonry-loader.fixed-center {
    left: 50%;
    margin-top: -25px;
    position: fixed;
    top: 50%;
    transform: translate3d(-50%, 0px, 0px);
}
.masonry-loader.fadeOut {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    padding: 0;
}
.spinner {
    animation: 0.7s linear 0s normal none infinite running spin;
    border-radius: 50%;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 2px 1px 0 #13181d;
    display: inline-block;
    height: 50px;
    margin: 0 auto;
    transition: all 0.3s ease 0s;
    width: 50px;
}
@keyframes spin {
100% {
    transform: rotate(360deg);
}
}
@keyframes spin {
100% {
    transform: rotate(360deg);
}
}
@keyframes spin {
100% {
    transform: rotate(360deg);
}
}
@media all and (max-width: 767px) {
.post-title .label {
    display: inline-block;
    margin-bottom: 8px;
}
.post-title h4 {
    display: block;
    top: 0;
}
.comments input[type="submit"] {
    float: none;
    max-width: 100%;
}
}
.image-md {
    max-height: 120px;
}
.image-small {
    max-height: 80px;
}
.image-xs {
    max-height: 50px;
}
.image-xxs {
    max-height: 30px;
}
.fade-half {
    opacity: 0.5;
}
.fade-1-4 {
    opacity: 0.75;
}
.fade-3-4 {
    opacity: 0.25;
}
.fade-on-hover {
    opacity: 0.5;
    transition: all 0.3s ease 0s;
}
.fade-on-hover:hover {
    opacity: 1;
}
.cast-shadow {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}
.cast-shadow-light {
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
}
.image-block, .image-block .image-bg {
    height: 50vw;
    max-height: 700px;
    padding: 0;
}
.image-block .container {
    height: 100%;
}
.image-block-right .image-bg {
    position: absolute;
    top: 0;
}
@media all and (max-width: 768px) {
.image-block {
    height: auto;
    max-height: 1000000px;
}
.image-block .image-bg {
    height: 350px;
}
.image-block .v-align-transform {
    top: 0;
    transform: none;
}
.image-block-right .image-bg {
    position: relative;
}
}
.image-edge .container {
    position: relative;
}
.image-edge .container div[class*="col-"] {
    position: absolute;
}
@media all and (max-width: 990px) {
.image-edge .container div[class*="col-"] {
    position: relative;
    top: 0;
    transform: none;
}
}
.image-square {
    height: 50vw;
    max-height: 640px;
    overflow: hidden;
    padding: 0;
}
.image-square2 {
    height: 30vw;
    max-height: 550px;
}
.image-square .image, .image-square > .content {
    position: absolute;
}
.image-square .image {
    height: 100%;
}
.image-square > .content {
    padding: 0 10%;
    top: 50%;
    transform: translate3d(0px, -50%, 0px);
}
.image-square.left .image {
    left: 0;
}
.image-square.left > .content {
    right: 0;
}
.image-square.right .image {
    right: 0;
}
.image-square.right > .content {
    left: 0;
}
@media all and (max-width: 990px) {
.image-square {
    height: auto;
    max-height: 100000px;
    padding-bottom: 48px;
}
.image-square .image, .image-square > .content {
    position: relative;
}
.image-square .image {
    height: 100vw;
    margin-bottom: 48px;
    max-height: 500px;
}
.image-square > .content {
    padding: 0 20%;
    top: 0;
    transform: none;
}
}
@media all and (max-width: 767px) {
.image-square > .content {
    padding: 0 15px;
}
}
.image-zoom img {
    transition: all 9s ease 0s;
}
.image-zoom:hover img {
    transform: scale(1.1);
}
.image-caption {
    overflow: hidden;
    position: relative;
}
.image-caption .caption {
    bottom: 0;
    color: #fff;
    padding: 16px;
    position: absolute;
    width: 100%;
}
.image-caption .caption p {
    margin: 0;
    position: relative;
    z-index: 4;
}
.image-caption .caption::before {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(34, 34, 34, 0.7) 100%) repeat scroll 0 0;
    bottom: 0;
    content: "" attr(data-caption) "";
    height: 100%;
    left: 0;
    opacity: 1;
    position: absolute;
    width: 100%;
    z-index: 0;
}
.image-caption.hover-caption .caption {
    opacity: 0;
    transform: translate3d(0px, 100px, 0px);
    transition: all 0.3s ease 0s;
}
.image-caption.hover-caption:hover .caption {
    opacity: 1;
    transform: translate3d(0px, 0px, 0px);
}
.filters {
    display: inline-block;
    overflow: hidden;
}
.filters li {
    -moz-user-select: none;
    border: 2px solid rgba(255, 255, 255, 0);
    border-radius: 25px;
    color: #13181d;
    cursor: pointer;
    display: inline-block;
    float: left;
    font-family: "Avenir-Medium","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 11px;
    font-weight: 700;
    height: 30px;
    letter-spacing: 1px;
    line-height: 27px;
    margin-bottom: 24px;
    margin-right: 8px;
    min-width: 0;
    opacity: 0.7;
    padding: 0 26px;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}
.filters li.active {
    border-color: #13181d;
    opacity: 1;
}
.filters li:last-child {
    margin-right: 0;
}
.filters.floating {
    background: rgba(255, 255, 255, 0.98) none repeat scroll 0 0;
    border-radius: 200px;
    left: 50%;
    position: absolute;
    text-align: center;
    top: 16px;
    transform: translate3d(-50%, 0px, 0px);
    transition: all 0.3s ease 0s;
    z-index: 10;
}
.filters.floating li {
    margin-bottom: 0;
}
.bg-dark .filters.floating {
    background: #292929 none repeat scroll 0 0;
}
.bg-dark .filters.floating h1, .bg-dark .filters.floating h2, .bg-dark .filters.floating h3, .bg-dark .filters.floating h4, .bg-dark .filters.floating h5, .bg-dark .filters.floating h6 {
    color: #ffffff;
}
.bg-dark .filters.floating p, .bg-dark .filters.floating span, .bg-dark .filters.floating li {
    color: #fefefe;
}
.project {
    opacity: 1;
    padding: 0;
    transition: all 0.3s ease 0s;
}
.container .project {
    padding: 0 15px;
}
.project.inactive {
    opacity: 0.1 !important;
    pointer-events: none !important;
}
.project .image-tile {
    margin: 0;
}
.project.inactive:hover .title, .project.inactive .image-tile:hover::before {
    display: none;
}
@media all and (max-width: 868px) {
.filters.floating {
    width: 90vw;
}
.filters.floating li {
    float: none;
}
}
@media all and (max-width: 767px) {
.filters.floating {
    border-radius: 0;
    padding: 8px;
}
.filters.floating li {
    float: left;
    margin: 0;
    width: 50%;
}
}
section + .portfolio-pullup {
    margin-top: -128px;
    padding-top: 0;
    position: relative;
    z-index: 20;
}
.portfolio-pullup .project {
    margin-bottom: 0;
}
.portfolio-pullup .inner-title:hover {
    opacity: 1;
}
.testimonials h4 {
    line-height: 40px;
}
.testimonials .quote-author {
    display: inline-block;
    margin-top: 24px;
    overflow: hidden;
    text-align: left;
    width: 250px;
}
.testimonials .quote-author img {
    display: inline-block;
    float: left;
    margin-right: 16px;
    max-height: 60px;
}
.testimonials .quote-author h6 {
    display: inline-block;
    line-height: 18px;
    margin-bottom: 0;
    padding-top: 14px;
}
.testimonials .quote-author span {
    display: block;
    line-height: 18px;
}
@media all and (max-width: 767px) {
.testimonials h4 {
    line-height: 26px;
}
}
.countdown {
    font-family: "Avenir-Medium","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 56px;
    font-weight: 100;
    line-height: 64px;
    text-transform: uppercase;
}
.image-bg .countdown {
    color: #fff;
}
@media all and (max-width: 990px) {
.countdown {
    font-size: 64px;
    line-height: 72px;
}
}
@media all and (max-width: 767px) {
.countdown {
    font-size: 48px;
    line-height: 56px;
}
}
.map-holder {
    overflow: hidden;
    position: relative;
}
.map-holder iframe {
    border: medium none;
    height: 180%;
    left: 0;
    position: absolute;
    top: -40%;
    width: 100%;
    z-index: 1;
}
.map-holder::before {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
}
.map-holder.interact::before {
    width: 0;
}
.map-holder.inline {
    height: 400px;
    overflow: hidden;
}
.map-canvas {
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
}
.twitter-feed.thirds li {
    float: left;
    padding: 0 15px;
    width: 33.3333%;
}
.twitter-feed.thirds ul {
    overflow: hidden;
}
@media all and (max-width: 990px) {
.twitter-feed.thirds li {
    width: 50%;
}
}
@media all and (max-width: 767px) {
.twitter-feed.thirds li {
    width: 100%;
}
}
.tweets-slider.large p {
    font-family: "Avenir-Medium","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 24px;
    line-height: 32px;
}
.tweets-slider.large .timePosted {
    font-size: 14px;
}
@media all and (max-width: 990px) {
.tweets-slider.large p {
    font-size: 18px;
    line-height: 24px;
}
}
@media all and (max-width: 767px) {
.tweets-slider.large p {
    font-size: 14px;
}
}
.sc-background-orange {
    background: #13181d none repeat scroll 0 0 !important;
}
.foundry_modal {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    left: 50%;
    max-height: 100%;
    max-width: 50%;
    opacity: 0;
    overflow-y: auto;
    padding: 80px 48px;
    position: fixed;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    transition: all 0.3s ease 0s;
    visibility: hidden;
    width: 50%;
    z-index: -1;
}
.foundry_modal.no-bg {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    box-shadow: none !important;
}
.modal-screen {
    background: #292929 none repeat scroll 0 0;
    height: 100%;
    left: 0;
    opacity: 0;
    position: fixed;
    top: 0;
    transition: all 0.3s ease 0s;
    visibility: hidden;
    width: 100%;
    z-index: 9998;
}
.modal-screen.reveal-modal {
    opacity: 0.8;
    visibility: visible;
}
.foundry_modal.reveal-modal {
    opacity: 1;
    transform: translateX(-50%) translateY(-50%);
    visibility: visible;
    z-index: 9999;
}
.foundry_modal .close-modal {
    cursor: pointer;
    font-size: 18px;
    position: absolute;
    right: 32px;
    top: 24px;
    z-index: 4;
}
.foundry_modal *:not(.background-image-holder):not(.close-modal) {
    position: relative;
    z-index: 4;
}
.foundry_modal.image-bg .close-modal, .foundry_modal.no-bg .close-modal {
    color: #fff;
}
.foundry_modal iframe {
    min-height: 400px;
    width: 100%;
}
@media all and (min-width: 1500px) {
.foundry_modal {
    max-width: 45%;
    width: 45%;
}
}
@media all and (max-width: 1190px) {
.foundry_modal {
    max-width: 70%;
    padding: 64px 32px;
    width: 70%;
}
}
@media all and (max-width: 990px) {
.foundry_modal {
    max-width: 80%;
    padding: 64px 32px;
    width: 80%;
}
}
@media all and (max-width: 767px) {
.foundry_modal {
    max-width: 90%;
    padding: 48px 15px;
    transform: translateX(0%) translateY(50%);
    width: 90%;
}
.foundry_modal .close-modal {
    right: 18px;
}
}
.iframe-modal {
    height: 90%;
    max-width: 90%;
    padding: 0;
    width: 90%;
}
.iframe-modal .close-modal {
    z-index: 9999;
}
.iframe-modal iframe {
    height: 100%;
    width: 100%;
}
.modal-strip {
    bottom: 1%;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    margin: 0 1%;
    opacity: 0;
    padding: 18px 0;
    position: fixed;
    transform: translate3d(0px, 100px, 0px);
    transition: all 0.5s ease 0s;
    width: 98%;
    z-index: 200;
}
.modal-strip.reveal-modal {
    opacity: 1;
    transform: translate3d(0px, 0px, 0px);
}
.modal-strip .close-modal {
    cursor: pointer;
    position: absolute;
    right: 32px;
    top: 50%;
    transform: translateY(-50%);
}
.modal-strip i.close-modal {
    font-size: 18px;
}
.modal-strip .icon + p {
    padding-left: 32px;
    position: relative;
    top: 3px;
}
.modal-strip p + .btn {
    margin-left: 24px;
}
@media all and (max-width: 1024px) {
.modal-strip {
    bottom: 0;
    margin: 0;
    width: 100%;
}
}
@media all and (max-width: 767px) {
.modal-strip .close-modal {
    left: 15px;
    margin-top: 16px;
    position: relative;
    right: 0;
    top: 0;
    transform: none !important;
}
.modal-strip .icon {
    display: none;
}
.modal-strip .icon + p {
    padding-left: 0;
    top: 0;
}
}
footer.bg-dark a {
    color: #fff;
}
.footer-1 .logo {
    max-height: 30px;
}
.footer-1 .sub {
    opacity: 0.5;
}
.social-list {
    margin: 0;
}
.image-bg .social-list a {
    color: #fff;
}
.bg-dark .social-list a, .image-bg .social-list a {
    color: #fff;
    opacity: 0.5;
}
.bg-dark .social-list a:hover {
    opacity: 1;
}
.image-bg .social-list a {
    opacity: 1;
}
.bg-light .social-list a {
    color: #222;
}
.back-to-top {
    bottom: 0;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
}
.back-to-top:hover {
    opacity: 1;
}
.bg-dark .back-to-top {
    border-color: #fff;
}
.bg-dark .back-to-top:active, .bg-dark .back-to-top:focus {
    color: #fff;
}
.bg-dark .back-to-top:hover {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
.mr0 {
    margin-right: 0;
}
.mb0 {
    margin-bottom: 0 !important;
}
.mb8 {
    margin-bottom: 8px;
}
.mb16 {
    margin-bottom: 16px;
}
.mb24 {
    margin-bottom: 24px;
}
.mb30 {
    margin-bottom: 30px;
}
.mb32 {
    margin-bottom: 32px;
}
.mb40 {
    margin-bottom: 40px;
}
.mb48 {
    margin-bottom: 48px;
}
.mb56 {
    margin-bottom: 56px;
}
.mb64 {
    margin-bottom: 64px;
}
.mb72 {
    margin-bottom: 72px;
}
.mb80 {
    margin-bottom: 80px;
}
.mb88 {
    margin-bottom: 88px;
}
.mb96 {
    margin-bottom: 96px;
}
.mb104 {
    margin-bottom: 104px;
}
.mb112 {
    margin-bottom: 112px;
}
.mb120 {
    margin-bottom: 120px;
}
.mb160 {
    margin-bottom: 160px;
}
.mt0 {
    margin-top: 0 !important;
}
.mt8 {
    margin-top: 8px;
}
.mt16 {
    margin-top: 16px;
}
.mt24 {
    margin-top: 24px;
}
.mt32 {
    margin-top: 32px;
}
.mt40 {
    margin-top: 40px;
}
.mt48 {
    margin-top: 48px;
}
.mt56 {
    margin-top: 56px;
}
.mt64 {
    margin-top: 64px;
}
.mt72 {
    margin-top: 72px;
}
.mt80 {
    margin-top: 80px;
}
.mt88 {
    margin-top: 88px;
}
.mt96 {
    margin-top: 96px;
}
.mt104 {
    margin-top: 104px;
}
.mt112 {
    margin-top: 112px;
}
.mt120 {
    margin-top: 120px;
}
.mt160 {
    margin-top: 160px;
}
.p32 {
    padding: 0 32px;
}
.p24 {
    padding: 24px;
}
.p0 {
    padding: 0;
}
.pt0 {
    padding-top: 0;
}
.pt8 {
    padding-top: 8px;
}
.pt16 {
    padding-top: 16px;
}
.pt24 {
    padding-top: 24px;
}
.pt32 {
    padding-top: 32px;
}
.pt40 {
    padding-top: 40px;
}
.pt48 {
    padding-top: 48px;
}
.pt64 {
    padding-top: 64px;
}
.pt72 {
    padding-top: 72px;
}
.pt80 {
    padding-top: 80px;
}
.pt88 {
    padding-top: 88px;
}
.pt96 {
    padding-top: 96px;
}
.pt104 {
    padding-top: 104px;
}
.pt112 {
    padding-top: 112px;
}
.pt120 {
    padding-top: 120px;
}
.pt160 {
    padding-top: 160px;
}
.pt180 {
    padding-top: 180px;
}
.pt240 {
    padding-top: 240px;
}
.pb0 {
    padding-bottom: 0;
}
.pb8 {
    padding-bottom: 8px;
}
.pb16 {
    padding-bottom: 16px;
}
.pb24 {
    padding-bottom: 24px;
}
.pb32 {
    padding-bottom: 32px;
}
.pb40 {
    padding-bottom: 40px;
}
.pb48 {
    padding-bottom: 48px;
}
.pb56 {
    padding-bottom: 56px;
}
.pb64 {
    padding-bottom: 64px;
}
.pb72 {
    padding-bottom: 72px;
}
.pb80 {
    padding-bottom: 80px;
}
.pb88 {
    padding-bottom: 88px;
}
.pb96 {
    padding-bottom: 96px;
}
.pb104 {
    padding-bottom: 104px;
}
.pb112 {
    padding-bottom: 112px;
}
.pb120 {
    padding-bottom: 120px;
}
.pb160 {
    padding-bottom: 160px;
}
.pb180 {
    padding-bottom: 180px;
}
.pb240 {
    padding-bottom: 240px;
}
@media all and (max-width: 990px) {
.mb-s-0 {
    margin-bottom: 0;
}
.mb-s-8 {
    margin-bottom: 8px;
}
.mb-s-16 {
    margin-bottom: 16px;
}
.mb-s-24 {
    margin-bottom: 24px;
}
.mb-s-32 {
    margin-bottom: 32px;
}
.mb-s-40 {
    margin-bottom: 40px;
}
.mb-s-48 {
    margin-bottom: 48px;
}
.mb-s-64 {
    margin-bottom: 64px;
}
.mb-s-72 {
    margin-bottom: 72px;
}
.mb-s-80 {
    margin-bottom: 80px;
}
.mb-s-88 {
    margin-bottom: 88px;
}
.mb-s-96 {
    margin-bottom: 96px;
}
.mb-s-104 {
    margin-bottom: 104px;
}
.mb-s-112 {
    margin-bottom: 112px;
}
.mb-s-120 {
    margin-bottom: 120px;
}
}
@media all and (max-width: 990px) {
.mb-sm-0 {
    margin-bottom: 0;
}
.mb-sm-8 {
    margin-bottom: 8px;
}
.mb-sm-16 {
    margin-bottom: 16px;
}
.mb-sm-24 {
    margin-bottom: 24px;
}
.mb-sm-32 {
    margin-bottom: 32px;
}
.mb-sm-40 {
    margin-bottom: 40px;
}
.mb-sm-48 {
    margin-bottom: 48px;
}
.mb-sm-64 {
    margin-bottom: 64px;
}
.mb-sm-72 {
    margin-bottom: 72px;
}
.mb-sm-80 {
    margin-bottom: 80px;
}
.mb-sm-88 {
    margin-bottom: 88px;
}
.mb-sm-96 {
    margin-bottom: 96px;
}
.mb-sm-104 {
    margin-bottom: 104px;
}
.mb-sm-112 {
    margin-bottom: 112px;
}
.mb-sm-120 {
    margin-bottom: 120px;
}
.mt-sm-0 {
    margin-top: 0 !important;
}
.mt-sm-8 {
    margin-top: 8px;
}
.mt-sm-16 {
    margin-top: 16px;
}
.mt-sm-24 {
    margin-top: 24px;
}
.mt-sm-32 {
    margin-top: 32px;
}
.mt-sm-40 {
    margin-top: 40px;
}
.mt-sm-48 {
    margin-top: 48px;
}
.mt-sm-56 {
    margin-top: 56px;
}
.mt-sm-64 {
    margin-top: 64px;
}
.mt-sm-72 {
    margin-top: 72px;
}
.mt-sm-80 {
    margin-top: 80px;
}
.mt-sm-88 {
    margin-top: 88px;
}
.mt-sm-96 {
    margin-top: 96px;
}
.mt-sm-104 {
    margin-top: 104px;
}
.mt-sm-112 {
    margin-top: 112px;
}
.mt-sm-120 {
    margin-top: 120px;
}
.p0-sm {
    padding: 0;
}
.pt-sm-0 {
    padding-top: 0;
}
.pt-sm-8 {
    padding-top: 8px;
}
.pt-sm-16 {
    padding-top: 16px;
}
.pt-sm-24 {
    padding-top: 24px;
}
.pt-sm-32 {
    padding-top: 32px;
}
.pt-sm-40 {
    padding-top: 40px;
}
.pt-sm-48 {
    padding-top: 48px;
}
.pt-sm-64 {
    padding-top: 64px;
}
.pt-sm-72 {
    padding-top: 72px;
}
.pt-sm-80 {
    padding-top: 80px;
}
.pt-sm-88 {
    padding-top: 88px;
}
.pt-sm-96 {
    padding-top: 96px;
}
.pt-sm-104 {
    padding-top: 104px;
}
.pt-sm-112 {
    padding-top: 112px;
}
.pt-sm-120 {
    padding-top: 120px;
}
.pt-sm-160 {
    padding-top: 160px;
}
.pb-sm-0 {
    padding-bottom: 0;
}
.pb-sm-8 {
    padding-bottom: 8px;
}
.pb-sm-16 {
    padding-bottom: 16px;
}
.pb-sm-24 {
    padding-bottom: 24px;
}
.pb-sm-32 {
    padding-bottom: 32px;
}
.pb-sm-40 {
    padding-bottom: 40px;
}
.pb-sm-48 {
    padding-bottom: 48px;
}
.pb-sm-64 {
    padding-bottom: 64px;
}
.pb-sm-72 {
    padding-bottom: 72px;
}
.pb-sm-80 {
    padding-bottom: 80px;
}
.pb-sm-88 {
    padding-bottom: 88px;
}
.pb-sm-96 {
    padding-bottom: 96px;
}
.pb-sm-104 {
    padding-bottom: 104px;
}
.pb-sm-112 {
    padding-bottom: 112px;
}
.pb-sm-120 {
    padding-bottom: 120px;
}
}
@media all and (max-width: 767px) {
.mb-xs-0 {
    margin-bottom: 0;
}
.mb-xs-8 {
    margin-bottom: 8px;
}
.mb-xs-16 {
    margin-bottom: 16px;
}
.mb-xs-24 {
    margin-bottom: 24px;
}
.mb-xs-32 {
    margin-bottom: 32px;
}
.mb-xs-40 {
    margin-bottom: 40px;
}
.mb-xs-48 {
    margin-bottom: 48px;
}
.mb-xs-64 {
    margin-bottom: 64px;
}
.mb-xs-72 {
    margin-bottom: 72px;
}
.mb-xs-80 {
    margin-bottom: 80px;
}
.mb-xs-88 {
    margin-bottom: 88px;
}
.mb-xs-96 {
    margin-bottom: 96px;
}
.mb-xs-104 {
    margin-bottom: 104px;
}
.mb-xs-112 {
    margin-bottom: 112px;
}
.mb-xs-120 {
    margin-bottom: 120px;
}
.mt-xs-0 {
    margin-top: 0 !important;
}
.mt-xs-8 {
    margin-top: 8px;
}
.mt-xs-16 {
    margin-top: 16px;
}
.mt-xs-24 {
    margin-top: 24px;
}
.mt-xs-32 {
    margin-top: 32px;
}
.mt-xs-40 {
    margin-top: 40px;
}
.mt-xs-48 {
    margin-top: 48px;
}
.mt-xs-56 {
    margin-top: 56px;
}
.mt-xs-64 {
    margin-top: 64px;
}
.mt-xs-72 {
    margin-top: 72px;
}
.mt-xs-80 {
    margin-top: 80px;
}
.mt-xs-88 {
    margin-top: 88px;
}
.mt-xs-96 {
    margin-top: 96px;
}
.mt-xs-104 {
    margin-top: 104px;
}
.mt-xs-112 {
    margin-top: 112px;
}
.mt-xs-120 {
    margin-top: 120px;
}
.p0-xs {
    padding: 0;
}
.pt-xs-0 {
    padding-top: 0;
}
.pt-xs-8 {
    padding-top: 8px;
}
.pt-xs-16 {
    padding-top: 16px;
}
.pt-xs-24 {
    padding-top: 24px;
}
.pt-xs-32 {
    padding-top: 32px;
}
.pt-xs-40 {
    padding-top: 40px;
}
.pt-xs-48 {
    padding-top: 48px;
}
.pt-xs-64 {
    padding-top: 64px;
}
.pt-xs-72 {
    padding-top: 72px;
}
.pt-xs-80 {
    padding-top: 80px;
}
.pt-xs-88 {
    padding-top: 88px;
}
.pt-xs-96 {
    padding-top: 96px;
}
.pt-xs-104 {
    padding-top: 104px;
}
.pt-xs-112 {
    padding-top: 112px;
}
.pt-xs-120 {
    padding-top: 120px;
}
.pt-xs-160 {
    padding-top: 160px;
}
.pt-xs-180 {
    padding-top: 180px;
}
.pt-xs-240 {
    padding-top: 240px !important;
}
.pb-xs-0 {
    padding-bottom: 0;
}
.pb-xs-8 {
    padding-bottom: 8px;
}
.pb-xs-16 {
    padding-bottom: 16px;
}
.pb-xs-24 {
    padding-bottom: 24px;
}
.pb-xs-32 {
    padding-bottom: 32px;
}
.pb-xs-40 {
    padding-bottom: 40px;
}
.pb-xs-48 {
    padding-bottom: 48px;
}
.pb-xs-64 {
    padding-bottom: 64px;
}
.pb-xs-72 {
    padding-bottom: 72px;
}
.pb-xs-80 {
    padding-bottom: 80px;
}
.pb-xs-88 {
    padding-bottom: 88px;
}
.pb-xs-96 {
    padding-bottom: 96px;
}
.pb-xs-104 {
    padding-bottom: 104px;
}
.pb-xs-112 {
    padding-bottom: 112px;
}
.pb-xs-120 {
    padding-bottom: 120px;
}
.pb-xs-180 {
    padding-bottom: 180px;
}
.pb-xs-240 {
    padding-bottom: 240px !important;
}
}


.hyperlink-feature:hover i, .hyperlink-feature:hover h5 {
    color: #ac4e07 !important;
}

.text-copper {
    color: #ac4e07 !important;
}

.text-10
{
    font-size:10px;
}

.text-11
{
    font-size:11px;
}

.text-12
{
    font-size:12px;
}

.text-18
{
    font-size:18px;
}

.CounterBlock {
    background: #f5f5f5;
    padding: 50px;
}

.CounterBlock hr {
    border: 0; 
    height: 1px; 
    background: #ac4e07;
}

.shareholder-feature {
    padding: 50px;
}

.shareholder-feature.border-bottom {
    border-bottom: 1px solid #ececec;
}

.shareholder-feature.border-right {
    border-right: 1px solid #ececec;
}

.grey-circle {
    margin: 0 auto;
    background: #f5f5f5;
    width: 80px;
    height: 80px;
    text-align:center;
    border-radius:50%;
    padding-top:13px;
    margin-bottom: 20px;
}

.label-copper {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #ac4e07;
    color: #ac4e07;
}

.label-copper-outline {
    background: transparent;
    border:1px solid #ac4e07;
    color:#ac4e07;
}

.stickToTop {
    top: 0px !important;
}

.grid-item {
    margin-bottom: 30px;
}

.award p {
    color:#ac4e07;
}

.awardnuke p {
    color: #666666;
}

.award hr {
    border: 0; border-bottom: 1px solid #ac4e07; background: #ac4e07;
}

.award small {
    text-transform: uppercase;
    color: #777;
    font-size:9px;
    font-family: 'Avenir-Medium';
}

.image-square .content h6, .image-square .content address {
    font-size: 12px;
}

.leadership-block {
    margin: 0px;
    margin-bottom: 30px;
    padding: 30px;
    background: #f5f5f5;
}

.leadership-block .col-md-3, .leadership-block .col-md-9 {
    padding:0px;
}

.leadership-block .leadership-content {
    padding: 50px 40px 20px 40px;
}

    .leadership-block .leadership-content .name-position {
        height: 210px;
        padding-top: 70px;
    }

.shorterblock .leadership-block .leadership-content {
    padding: 50px 40px 20px 40px;
}

    .shorterblock .leadership-block .leadership-content .name-position {
        height: 160px;
        padding-top: 40px;
    }

.leadership-block .leadership-content .name-position h4 small {
    color: #999999;
}

.leadership-block .leadership-content .name-position h6 {
    font-size: 11px;
    color: #737373;
}

.leadership-block .leadership-content .bio {
    padding-top:10px;
}

.leadership-block-columns-2 {
    padding: 30px 30px 26px;
}

.leadership-block-columns-2 .leadership-content {
    padding: 0px 0px 0px 20px;
}

    .leadership-block-columns-2 .leadership-content .name-position h4 {
        font-size: 16px;
    }

    .leadership-block-columns-2 .leadership-content .name-position h6 {
        font-size: 9px;
        line-height: 16px;
    }

        .leadership-block-columns-2 .leadership-content .name-position h6.uppercase {
            letter-spacing: 1px;
        }

    .leadership-block-columns-2 .leadership-content a {
        font-size: 11px;
    }

    .leadership-block-columns-2 .leadership-content .name-position {
        height: 93px;
        padding-top: 0px;
    }

h5.uppercase, h6.uppercase {
    letter-spacing: 2px;
}

.factsheetdownloads {
    padding: 30px;
    background: #f5f5f5;
}

    .factsheetdownloads select {
        background: #ffffff;
        -webkit-appearance: none;
    }

    .factsheetdownloads .select-option {
        margin-bottom: 0px;
    }

    .factsheetdownloads .btn {
        height: 50px;
        line-height: 47px;
        margin-bottom: 0px;
    }

    .factsheetdownloads.disclaimer p {
        font-size: 9px;
        line-height: 15px;
        margin-bottom: 15px;
    }

.funddetails
{

}
    .funddetails th {
        width: 30%;
        font-family: "Avenir-Medium","Helvetica Neue",Helvetica,Arial,sans-serif;
        color: #ac4e07;
        text-transform: uppercase;
        letter-spacing: 2px;
        font-weight: lighter;
        border-right: 1px solid #777;
        font-size: 12px;
        padding-top: 3px;
        padding-bottom: 3px;
    }
    .funddetails td {
        padding-left: 40px;
        line-height: 18px;
        padding-top: 3px;
        padding-bottom: 3px;
    }

.contactmap {
    background: #ffffff;;
    border: 1px solid #ccc;
    padding: 10px 10px 5px;
    width: 100%;
}

.not-mega-menu {
    border: 20px solid #ffffff;
    left: -60px;
    line-height: 24px;
    white-space: nowrap;
    width: auto;
}

    .not-mega-menu ul {
        left: auto !important;
        padding: 0 !important;
        position: relative !important;
    }

    .not-mega-menu > li {
        overflow: hidden;
        width: 250px !important;
    }

.not-mega-menu .title {
    color: #ac4e07;
    display: inline-block;
    font-family: "Avenir-Heavy";
    font-size: 13px;
    font-weight: normal;
    letter-spacing: 1px;
    padding: 6px 24px 8px;
    text-transform: uppercase;
}

.not-mega-menu .subtitle {
    color: #666666;
    display: inline-block;
    font-family: "Avenir-Heavy";
    font-size: 11px;
    font-weight: normal;
    letter-spacing: 1px;
    padding: 6px 24px;
    text-transform: uppercase;
}

.copperlist {
    border-top: 1px solid #ac4e07;
}

    .copperlist li {
        line-height: 4em;
        border-bottom: 1px solid #ac4e07;
    }

.FundGraph {
    position: relative;
    border-left: 5px solid #ac4e07;
    border-bottom: 5px solid #ac4e07;
    margin-bottom: 20px;
    padding: 20px 20px 0px 20px;
}
    .FundGraph.NoBorder {
        border-left: 5px solid #ffffff;
        border-bottom: 5px solid #ffffff;
        padding: 0px 20px 0px 20px;
    }

    .FundGraph .Return {
        display: inline-block;
        position: absolute;
        top: 60px;
        left: -55px;
        font-size: 18px;
        color: #ac4e07;
        -ms-transform: rotate(-90deg); /* IE 9 */
        -webkit-transform: rotate(-90deg); /* Chrome, Safari, Opera */
        transform: rotate(-90deg);
        font-family: 'MillerDisplay-LightItalic';
    }

    .FundGraph .Risk {
        display: inline-block;
        position: absolute;
        bottom: -40px;
        right: 30px;
        font-size: 18px;
        color: #ac4e07;
        font-family: 'MillerDisplay-LightItalic';
    }

    .FundGraph .arrowUp {
        display: block;
        width: 15px;
        height: 21px;
        position: absolute;
        top: 0px;
        left: -10px;
    }

    .FundGraph .arrowRight {
        display: block;
        height: 15px;
        width: 21px;
        position: absolute;
        bottom: -10px;
        right: 0px;
    }

    .FundGraph .col-md-4 {
        margin-bottom: 20px;
    }

        .FundGraph .col-md-4.low {
            margin-top: 200px;
        }

        .FundGraph .col-md-4.med {
            margin-top: 100px;
        }

        .FundGraph .col-md-4.high {
            margin-top: 0px;
        }

        @media (max-width: 767px) {
            .FundGraph {
                border-left: 0px;
                border-bottom: 0px;
                padding: 0px;
            }

                .FundGraph .Return {
                    display: none;
                }

                .FundGraph .Risk {
                    display: none;
                }

                .FundGraph .arrowUp, .FundGraph .arrowRight {
                    display: none;
                }
                    
                
                .FundGraph .col-md-4.low, .FundGraph .col-md-4.med, .FundGraph .col-md-4.high {
                margin-top: 0px;
            }
        }

    .FundGraph h6 {
        font-size: 12px;
        margin-bottom: 10px;
    }

    .FundGraph hr {
        border: 0;
        border-bottom: 1px solid #ac4e07;
        background: #ac4e07;
        width:80%;
        margin:0 auto;
        margin-bottom:20px;
    }

    .FundGraph a.btn-copper {
        font-size: 13px !important;
    }

.sharetable {
}
.sharetable th {
    width: 30%;
    background: #f5f5f5;
}
    .sharetable td {
        width: 20%;
        text-align:center;
    }

.king3lastcolumn {
    width: 530px !important;
}


.btn-hover-white {
    background-color: #ffffff !important;
}

    .btn-hover-white:hover {
        background-color: #ac4e07 !important;
        color: #ffffff !important;
    }