/*Heading*/
h1 {
    font-family: 'Oswald', Arial, sans-serif!important;
    font-size: 56px;
    line-height: 1em!important;
    margin-bottom: 10px;
}
h2 {
    font-family: 'Oswald', Arial, sans-serif!important;
    font-size: 48px;
    line-height: 1em!important;
    margin-bottom: 10px;
}
h3 {
    font-family: 'Oswald', Arial, sans-serif!important;
    font-size: 25px;
    line-height: 1.4em;
    margin-bottom: 20px!important;
}
h4 {
    font-family: 'Oswald', Arial, sans-serif!important;
    font-size: 25px;
    line-height: 1.375em!important;
    margin-bottom: 10px;
    text-transform: uppercase;
}
h5 {
    font-family: 'Oswald', Arial, sans-serif!important;
    font-size: 16px;
    line-height: 1.375em!important;
    margin-bottom: 10px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
h6 {
    font-family: 'Oswald', Arial, sans-serif!important;
    font-size: 14px;
    line-height: 1.4em!important;
    margin-bottom: 10px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
h1, h2, h3, h4, h5, h6 {
    -webkit-font-smoothing: antialiased;
}
.bold, strong, b {
    font-weight: 500!important;
}
.uppercase {
    -webkit-font-smoothing: antialiased;
    font-weight: bold;
    text-transform: uppercase;
}
.small h1, .small h2, .small h3, .small h4, .small h5, .small h6, .small p, .small a, .small span, .small tr, .small td, h1.small, h2.small, h3.small, h4.small, h5.small, h6.small, p.small, a.small, span.small, tr.small, td.small {
    font-size: 0.85em;
}

/*General*/
body {
    color: #000;
}
p {
    font-size: 17px;
    line-height: 1.5em!important;
    padding-bottom: 20px;
    color: #000;
}
li, ol {
    font-size: 17px;
    line-height: 1.5em!important;
    color: #000;
}
p > br {
    margin-bottom: 0px!important;
}
.wpb_text_column.wpb_content_element a {
    font-weight: 400!important;
    color: #d0ab81;
    border-bottom: 2px solid #d0ab81!important;
}
.main-content ul li {
    font-size: 17px;
    line-height: 1.5em;
    list-style: none;
    list-style-position: outside;
    background: url("../img/list-icon.png") 0 5px no-repeat;
    padding: 0 0 0 20px;
    margin: 0 0 5px 0;
}
.bold h1, .bold h2, .bold h3, .bold h4, .bold h5, .bold h6, .bold p, .bold a, .bold span, .bold tr, .bold td, h1.bold, h2.bold, h3.bold, h4.bold, h5.bold, h6.bold, p.bold, a.bold, span.bold, tr.bold, td.bold {
    font-family: 'Oswald', Arial, sans-serif!important;
    font-weight: 500!important;
}
.alignleft {
    float: left;
    margin-right: 15px;
}
.alignleft-no-marg {
    float: left;
}
.alignright-no-marg {
    float: right;
}
.alignright {
    float: right;
    margin-left: 15px;
}
.aligncenter {
    display: block;
    margin: 15px auto;
}
/*Background Selection*/
::selection {
    background: #000;
    color: #919699;
    text-shadow: none;
}
::-webkit-selection {
	 background:#000;
	 color:#919699;
	 text-shadow:none;
}
::-moz-selection {
	 background:#000;
	 color:#919699;
	 text-shadow:none;
}

/*Colours*/
.white h1, .white h2, .white h3, .white h4, .white h5, .white h6, .white p, .white a, span.white, .white li, h1.white, h2.white, h3.white, h4.white, h5.white, h6.white, p.white, a.white, span.white, li.white {
    color: #ffffff!important;
}
.grey h1, .grey h2, .grey h3, .grey h4, .grey h5, .grey h6, .grey p, .grey a, span.grey, .grey li, h1.grey, h2.grey, h3.grey, h4.grey, h5.grey, h6.grey, p.grey, a.grey, span.grey, li.grey {
    color: #a7a9ab!important;
}
.purple h1, .purple h2, .purple h3, .purple h4, .purple h5, .purple h6, .purple p, .purple a, span.purple, .purple li, h1.purple, h2.purple, h3.purple, h4.purple, h5.purple, h6.purple, p.purple, a.purple, span.purple, li.purple {
    color: #8b288e!important;
}
.gold h1, .gold h2, .gold h3, .gold h4, .gold h5, .gold h6, .gold p, .gold a, span.gold, .gold li, h1.gold, h2.gold, h3.gold, h4.gold, h5.gold, h6.gold, p.gold, a.gold, span.gold, li.gold {
    color: #d0ab81!important;
}

/* Owl Carousel custom defaults */
.owl-carousel-custom {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1;
}
.owl-carousel-custom .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    -moz-backface-visibility: hidden;
}
.owl-carousel-custom .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.owl-carousel-custom .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel-custom .owl-wrapper, .owl-carousel-custom .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel-custom .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}
.owl-carousel-custom .owl-item img {
    display: block;
    width: 100%;
}
.owl-carousel-custom .owl-nav.disabled, .owl-carousel-custom .owl-dots.disabled {
    display: none;
}
.owl-carousel-custom .owl-nav .owl-prev, .owl-carousel-custom .owl-nav .owl-next, .owl-carousel-custom .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.owl-carousel-custom.owl-loaded {
    display: block;
}
.owl-carousel-custom.owl-loading {
    opacity: 0;
    display: block;
}
.owl-carousel-custom.owl-hidden {
    opacity: 0;
}
.owl-carousel-custom.owl-refresh .owl-item {
    visibility: hidden;
}
.owl-carousel-custom.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.owl-carousel-custom.owl-grab {
    cursor: move;
    cursor: grab;
}
.owl-carousel-custom.owl-rtl {
    direction: rtl;
}
.owl-carousel-custom.owl-rtl .owl-item {
    float: right;
}

/* No Js */
.no-js .owl-carousel-custom {
    display: block;
}

/*Owl Carousel - Animate Plugin*/
.owl-carousel-custom .animated {
    animation-duration: 1000ms;
    animation-fill-mode: both;
}
.owl-carousel-custom .owl-animated-in {
    z-index: 0;
}
.owl-carousel-custom .owl-animated-out {
    z-index: 1;
}
.owl-carousel-custom .fadeOut {
    animation-name: fadeOut;
}
 @keyframes fadeOut {
 0% {
 opacity: 1;
}
 100% {
 opacity: 0;
}
}

/*Owl Carousel - Auto Height Plugin*/
.owl-height {
    transition: height 500ms ease-in-out;
}

/*Owl Carousel - Lazy Load Plugin*/
.owl-carousel-custom .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease;
}
.owl-carousel-custom .owl-item img.owl-lazy {
    transform-style: preserve-3d;
}

/*Owl Carousel - Video Plugin*/
.owl-carousel-custom .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}
.owl-carousel-custom .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url("owl.video.play.png") no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform 100ms ease;
}
.owl-carousel-custom .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
}
.owl-carousel-custom .owl-video-playing .owl-video-tn, .owl-carousel-custom .owl-video-playing .owl-video-play-icon {
    display: none;
}
.owl-carousel-custom .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 400ms ease;
}
.owl-carousel-custom .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
}

/*Container*/
body[data-header-resize="0"] .container-wrap, body[data-header-resize="0"] .project-title {
    margin-top: 0px;
    padding-top: 0px;
}

/*Heading*/
#header-outer {
    background: url('../images/img-bg-main-header.jpg') 0 -35px no-repeat;
}
#header-outer #menu-item-1816 i {
    font-size: 32px!important;
}
body[data-header-color="custom"] #header-secondary-outer {
}
#header-secondary-outer nav > ul > li > a {
    border-left: none!important;
    font-size: 16px !important;
    line-height: 16px !important;
    padding: 10px!Important;
}
body[data-header-color="custom"] #header-secondary-outer nav > ul > li:last-child {
    border-right: none!important;
}
#header-secondary-outer {
    background-color: rgba(0, 0, 0, 1)!important;
}
#header-secondary-outer .sf-menu {
    float: left;
}
#header-secondary-outer .sf-menu ul li a {
    padding: 10px!important;
}
#header-secondary-outer nav > ul > li > a:hover {
    color: #f2f2f2!important;
}
#header-secondary-outer nav > ul > li > a span.sf-sub-indicator [class^="icon-"], #header-secondary-outer nav > ul > li > a span.sf-sub-indicator [class*=" icon-"] {
    color: rgba(255, 255, 255, 0.75)!important;
}
#header-outer[data-lhe="default"] header#top nav > ul > li > a:last-child {
    padding-top: 0px!important;
    padding-bottom: 26px!important;
}
#header-secondary-outer #social {
    float: right;
}
#header-secondary-outer #social i {
    line-height: 18px!important;
    font-size: 18px!important;
    color: #fff!important;
}
#header-secondary-outer #social li a:hover {
    color: #f2f2f2!important;
}
#header-secondary-outer #social li i:hover {
    color: #f2f2f2!important;
}
#header-secondary-outer #social li a i:hover {
    color: #f2f2f2!important;
}

/*Header Spacer*/
#header-space {
}

/*Mobile Menu*/
#mobile-menu ul li a {
    font-family: Oswald;
    font-size: 17px;
    line-height: 17px;
    font-weight: 300;
    text-transform: uppercase;
}

/*Images*/
.img-icon-positioning img {
    position: relative!important;
    display: inline-block!important;
    padding-right: 5px!important;
}
.wpb_single_image .vc_single_image-wrapper.vc_box_rounded, .wpb_single_image .vc_single_image-wrapper.vc_box_rounded img {
    margin-bottom: 5px!important;
}
.row .col img {
    margin-bottom: 0px!important;
}

/*Caption*/
.wpb_single_image .vc_figure-caption {
    text-align: left;
}

/*Page Header*/
#page-header-bg h1, .nectar-box-roll .overlaid-content h1 {
    font-weight: 500!important;
    font-size: 48px!important;
    line-height: 1em!important;
    color: #000!important;
    text-transform: uppercase!important;
    margin-bottom: 10px!important;
}
#page-header-bg .subheader, .nectar-box-roll .overlaid-content .subheader {
    font-weight: 300!important;
    font-size: 21px!important;
    line-height: 1.3em!important;
    color: #000!important;
    margin-bottom: 10px!important;
}
#page-header-bg[data-post-hs="default_minimal"] .inner-wrap > a {
    display: none;
}

/*Page Header - Grey*/
.grey-heading {
    letter-spacing: 3px!important;
    margin-bottom: 10px!important;
}
.grey-heading h2 {
    letter-spacing: 3px!important;
    margin-bottom: 10px!important;
}
.grey-heading h4 {
    font-weight: 300!important;
    font-size: 24px!important;
    line-height: 1.3em!important;
    letter-spacing: 3px!important;
    margin-bottom: 10px!important;
}

/*Custom Content*/
.custom-article-precede {
    font-size: 14px!important;
    color: #a7a9ab!important;
    letter-spacing: 1px!important;
}
.featured-custom-grid .custom-article-precede {
    display: inline-block!important;
    font-size: 15px!important;
    color: #fff!important;
    padding: 5px 10px!important;
    background-color: #919699!important;
    border-radius: 2px 2px 2px 2px;
    -moz-border-radius: 2px 2px 2px 2px;
    -webkit-border-radius: 2px 2px 2px 2px;
}
.featured-custom-grid p {
    color: #fff!important;
}
.article-custom-grid .custom-article-precede {
    display: inline-block!important;
    font-size: 15px!important;
    color: #000!important;
    padding: 5px 10px!important;
    background-color: #919699!important;
    border-radius: 2px 2px 2px 2px;
    -moz-border-radius: 2px 2px 2px 2px;
    -webkit-border-radius: 2px 2px 2px 2px;
}
.insights-custom-grid .custom-article-precede {
    display: inline-block!important;
    font-size: 15px!important;
    color: #fff!important;
    padding: 5px 10px!important;
    background-color: #919699!important;
    border-radius: 2px 2px 2px 2px;
    -moz-border-radius: 2px 2px 2px 2px;
    -webkit-border-radius: 2px 2px 2px 2px;
}
.article-custom-grid {
    border-radius: 2px 2px 2px 2px;
    -moz-border-radius: 2px 2px 2px 2px;
    -webkit-border-radius: 2px 2px 2px 2px;
}
.insights-custom-grid {
    border-radius: 2px 2px 2px 2px;
    -moz-border-radius: 2px 2px 2px 2px;
    -webkit-border-radius: 2px 2px 2px 2px;
}
.vc_custom_heading h3 {
    line-height: 1.2em!important;
    margin-bottom: 0px!important;
}

/* Featured slider */
.list-featured .owl-item .post {
    position: relative;
    height: 750px;
    background: #000;
}
.list-featured .owl-item h2 {
    color: #ffffff;
    font-family: Oswald;
    font-size: 48px;
    line-height: 1.1em;
    text-align: left;
    font-weight: 700 !important;
    font-style: normal;
    text-transform: uppercase;
}
.list-featured .owl-item h2 a {
    font-weight: 700 !important;
    border-bottom: 0 none !important;
}
.list-featured .owl-item h2, .list-featured .owl-item p, .list-featured .owl-item a {
    color: #FFF;
    text-decoration: none;
}
.list-featured .owl-item .article-content h2, .list-featured .owl-item p {
    max-width: 960px;
}
.list-featured .owl-item .article-name {
    color: #fff!important;
    display: inline-block!important;
    font-family: Oswald;
    font-size: 15px!important;
    text-transform: uppercase;
    padding: 5px 10px!important;
    background-color: #919699!important;
    -webkit-border-radius: 2px 2px 2px 2px;
    -moz-border-radius: 2px 2px 2px 2px;
    border-radius: 2px 2px 2px 2px;
    margin-bottom: 10px;
}
.list-featured .owl-item .article-content {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0px;
    padding: 25px;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000', GradientType=0 );
}
.list-featured .owl-item .post .btn-outline {
    font-size: 14px;
    font-weight: 500;
    line-height: 1em;
    text-transform: uppercase;
    padding: 10px 20px;
    color: #FFF;
    border: 2px solid #FFF !important;
    opacity: 1;
    transition: 0.2s;
}
.list-featured .owl-item .post .btn-outline:hover {
    opacity: 0.9;
}
.list-featured .owl-item .article-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
    opacity: 0.5;
    transition: 0.4s;
    -webkit-filter: blur(3px);
    -moz-filter: blur(3px);
    -ms-filter: blur(3px);
    -o-filter: blur(3px);
    filter: blur(3px);
}
.list-featured .owl-item .post a.article-link {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 5;
    border-bottom: 0 none !important;
    outline: none;
}
.list-featured .owl-item .article-content h2, .list-featured .owl-item .article-content p, .list-featured .owl-item .article-content .article-name, .list-featured .owl-item .article-content .btn-outline {
    opacity: 0;
    transition: 0.2s;
}
.list-featured .owl-item.active .article-content h2, .list-featured .owl-item.active .article-content p, .list-featured .owl-item.active .article-content .article-name, .list-featured .owl-item.active .article-content .btn-outline, .list-featured .owl-item.active .article-background {
    opacity: 1;
}
.list-featured .owl-item.active .article-background {
    -webkit-filter: none;
    -moz-filter: none;
    -ms-filter: none;
    -o-filter: none;
    filter: none;
}
.list-featured .owl-nav {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.list-featured .owl-prev, .list-featured .owl-next {
    position: absolute;
    text-align: center;
    height: 750px;
}

@media screen and (min-width: 768px) {
.list-featured .owl-prev, .list-featured .owl-next {
    width: 70px;
}
}

@media screen and (min-width: 1000px) {
.list-featured .owl-prev, .list-featured .owl-next {
    width: 110px;
}
}

@media screen and (min-width: 1400px) {
.list-featured .owl-prev, .list-featured .owl-next {
    width: 180px;
}
}

@media screen and (min-width: 2000px) {
.list-featured .owl-prev, .list-featured .owl-next {
    width: 370px;
}
}

@media screen and (min-width: 2400px) {
.list-featured .owl-prev, .list-featured .owl-next {
    width: 570px;
}
}
.list-featured .owl-prev {
    left: 0;
}
.list-featured .owl-next {
    right: 0;
}
.list-featured .owl-prev .fa, .list-featured .owl-next .fa {
    color: #FFF;
    font-size: 60px;
    position: relative;
    top: 46%;
}

/*Icon*/
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-xs .vc_icon_element-icon {
    font-size: 1.2em !important;
    line-height: 1.8em !important;
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner {
    top: 10px;
    right: 10px;
    border: none!important;
}

/*Background - Shadow*/
.vc_gitem-zone-a .vc_gitem-row-position-bottom {
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000', GradientType=0 );
}

/*Article*/
.masonry-blog-item h2.title {
    margin: 5px 0px!important;
    text-transform: uppercase!important;
    text-align: left!important;
}
.masonry-blog-item .content-inner .post-featured-img img {
    margin-bottom: 0px!important;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
}
.wpb_row > .span_12 > .column_container:last-child {
    margin-bottom: auto!important;
}

/*Single Post*/
body[data-ext-responsive="true"].single-post .container-wrap.no-sidebar .post-area {
    max-width: none!important;
}
.single #page-header-wrap {
    margin-top: 0px!important;
}
body.single-post[data-bg-header="true"] .container-wrap {
    padding-top: 10px!important;
}
#page-header-bg[data-post-hs="default_minimal"] h1, body.single-post .heading-title[data-header-style="default_minimal"] .entry-title {
    text-align: left!important;
    margin: auto!important;
}
#page-header-bg[data-post-hs="default_minimal"] #single-below-header {
    text-align: left!important;
}
.single #single-below-header {
    margin-top: 0px!important;
    margin-bottom: 0px!important;
}
.single h3 {
    line-height: 1.4em!important;
}
body.single-post[data-ext-responsive="true"] #page-header-bg[data-post-hs="default_minimal"] .row .col.section-title span {
    display: none!important;
}
body.single-post[data-ext-responsive="true"] #page-header-bg[data-post-hs="default_minimal"] h1 {
    font-family: 'Oswald', Arial, sans-serif;
    font-size: 40px !important;
    font-weight: 500!important;
    line-height: 1em !important;
    color: #000!important;
    text-transform: uppercase!important;
    margin-top: 20px !important;
    margin-bottom: 20px !important;
    max-width: none!important;
    letter-spacing: 1px!important;
    padding: 0px!important;
}
body.single-post[data-ext-responsive="true"] .container-wrap.no-sidebar #post-area {
    max-width: none!important;
}
#page-header-bg[data-post-hs="default_minimal"] #single-below-header span {
    display: inline-block!important;
    font-family: 'Oswald', Arial, sans-serif;
    font-size: 15px !important;
    font-weight: 300!important;
    line-height: 1em !important;
    color: #000!important;
    text-transform: normal!important;
    letter-spacing: 1px!important;
    color: #767676 !important;
}
.single #page-header-bg #single-below-header >span, .single #page-header-bg #single-meta ul li, #page-header-bg .nectar-social >* {
    border-color: rgba(0, 0, 0, 0.25)!important;
}
#page-header-bg[data-post-hs="default_minimal"] #single-below-header .meta-comment-count {
    display: none!important;
}
.single #page-header-bg #single-below-header span a:hover {
    color: #000!important;
}

/*Social*/
.page-id-25 .fts-mashup-post-wrap {
    width: 30%!important;
}
.page-id-25 .wpb_text_column.wpb_content_element a {
    margin-bottom: 0px!important;
    text-transform: none!important;
    border-bottom: none!important;
}
.page-id-25 span.fts-jal-fb-user-name a {
    font-family: 'Oswald', Arial, sans-serif!important;
    font-size: 20px;
    line-height: 1.2em!important;
    color: #000!important;
}
.page-id-25 .fts-mashup .fts-jal-fb-message p, .page-id-25 .fts-mashup-description-wrap p {
    font-family: 'Lato', Arial, sans-serif!important;
    font-size: 16px!important;
    font-weight: 300!important;
    line-height: 1.3em!important;
    color: #000!important;
}
.jal-fb-description p {
    font-family: 'Lato', Arial, sans-serif!important;
    font-size: 16px!important;
    font-weight: 300!important;
    line-height: 1.3em!important;
    color: #000!important;
}
.page-id-25 .fts-mashup .fts-jal-fb-message p {
    font-family: 'Lato', Arial, sans-serif!important;
    font-size: 16px!important;
    font-weight: 300!important;
    line-height: 1.3em!important;
    color: #000!important;
}
.page-id-25 .fts-jal-fb-description, .page-id-25 a.fts-jal-fb-description {
    font-family: 'Lato', Arial, sans-serif!important;
    font-size: 16px!important;
    font-weight: 300!important;
    line-height: 1.3em!important;
    color: #000!important;
}
fts-jal-fb-description .fts-jal-fb-link-wrap p, .fts-jal-fb-message p {
    font-family: 'Lato', Arial, sans-serif!important;
    font-size: 16px!important;
    font-weight: 300!important;
    line-height: 1.3em!important;
    color: #000!important;
}
.page-id-25 a.fts-jal-fb-description-wrap {
    font-family: 'Lato', Arial, sans-serif!important;
    font-size: 16px!important;
    font-weight: 300!important;
    line-height: 1.2em!important;
}
.page-id-25 .fts-jal-fb-description-wrap {
    padding: 0px!important;
    max-width: auto!important;
    ;
    color: #000!important;
}
.page-id-25 .fts-jal-single-fb-post .fts-jal-fb-vid-wrap .fts-jal-fb-description-wrap {
    padding: 0px!important;
    max-width: auto!important;
    ;
    color: #000!important;
}
.page-id-25 a.fts-jal-fb-name {
    font-family: 'Oswald', Arial, sans-serif!important;
    font-size: 18px!important;
    font-weight: 400!important;
    line-height: 1.3em!important;
    color: #000!important;
    padding-bottom: 5px!important;
}
.page-id-25 .fts-mashup-icon-wrap-right a {
    color: #000!important;
}
.page-id-25 .fts-jal-fb-see-more [class^="icon-"], .page-id-25 .fts-jal-fb-see-more i[class*=" icon-"] {
    background-color: #000;
    border-radius: 999px 999px 999px 999px;
    -moz-border-radius: 999px 999px 999px 999px;
    -webkit-border-radius: 999px 999px 999px 999px;
    -o-border-radius: 999px 999px 999px 999px;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    height: 32px;
    line-height: 32px;
    max-width: 100%;
    position: relative;
    text-align: center;
    vertical-align: middle;
    width: 32px;
    top: -2px;
    word-spacing: 1px;
}
.page-id-25 .fts-mashup.masonry.js-masonry {
    width: 100%!important;
}
@media (min-width: 690px) and (max-width: 1000px) {
.page-id-25 .fts-mashup-post-wrap {
    width: 45%!important;
}
}
@media (min-width: 1px) and (max-width: 690px) {
.page-id-25 .fts-mashup-post-wrap {
    width: 100%!important;
}
}

/*Spotlight*/
h4.vc_custom_heading.spotlight:before {
    content: "";
    position: relative;
    top: 5px;
    display: inline-block;
    width: 35px;
    height: 35px;
    margin-right: 10px;
    background: url('../images/img-icon-spotlight.png') 0 0 no-repeat;
}

/*Drop Cap*/
.dropcap p:first-child:first-letter {
    color: #903;
    float: left;
    font-family: 'Oswald', Arial, sans-serif;
    font-size: 50px!important;
    font-weight: 600!important;
    line-height: 1em!important;
    color: #000!important;
    padding-top: 10px;
    padding-right: 8px;
    padding-left: 3px;
}
.dropcap p {
    font-family: 'Oswald', Arial, sans-serif;
    font-size: 19px!important;
    font-weight: 400!important;
    line-height: 1.5em!important;
    color: #000!important;
}

/*Related Posts*/
.related-posts .meta-category {
    display: none!important;
}

/*Sidebar*/
.widget h4 {
    font-family: 'Oswald', Arial, sans-serif!important;
    font-size: 25px !important;
    font-weight: 300!important;
    line-height: 1em !important;
    color: #919699!important;
    text-transform: uppercase!important;
    margin-bottom: 10px !important;
    max-width: none!important;
    letter-spacing: 0px!important;
}
.widget ul {
    padding: 0px!important;
    margin: 0px!important;
}
.widget ul li {
    padding: 0px!important;
    margin: 0px!important;
}

/*Pagination*/
.vc_grid.vc_grid-owl-theme .vc_grid-owl-nav .vc_grid-owl-next, .vc_grid.vc_grid-owl-theme .vc_grid-owl-nav .vc_grid-owl-prev {
    opacity: 1!important;
}
.owl-carousel .owl-stage {
    padding: 0px!important;
}
.vc_grid.vc_row.vc_grid-gutter-30px .vc_grid-pagination {
    margin-bottom: 20px!important;
}
.vc_grid-pagination .vc_grid-pagination-list > li {
    padding: 0 0 0px 5px;
}
.vc_grid-pagination, #post-area.masonry #pagination {
    position: relative!important;
    padding: 10px 0px!important;
    bottom: 0px!important;
    border-top: 1px solid #919699!important;
}
#post-area.masonry #pagination {
    text-align: center;
}
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_square_dark > li > a, html body #pagination > span.page-numbers.current, html body nav.woocommerce-pagination span.page-numbers.current {
    font-size: 14px!important;
    line-height: 1em!important;
    text-align: center;
    text-transform: uppercase!important;
    width: auto!important;
    height: auto!important;
    color: #919699!important;
    padding: 10px!important;
    border: 2px solid #919699!important;
    background-color: transparent!important;
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
}
html body #pagination .page-numbers.next {
    position: absolute!important;
    right: 0!important;
}
html body #pagination .page-numbers.prev {
    position: absolute!important;
    left: 0!important;
}
html body #pagination a.page-numbers.next {
    font-size: 14px!important;
    line-height: 1em!important;
    text-transform: uppercase!important;
    height: auto!important;
    color: #919699!important;
    padding: 10px 20px!important;
    border: 2px solid #919699!important;
    background-color: transparent!important;
}
html body #pagination a.page-numbers.prev {
    font-size: 14px!important;
    line-height: 1em!important;
    text-transform: uppercase!important;
    height: auto!important;
    color: #919699!important;
    padding: 10px 20px!important;
    border: 2px solid #919699!important;
    background-color: transparent!important;
}
html body #pagination a.page-numbers.next:hover, html body #pagination a.page-numbers.prev:hover {
    color: #000!important;
    border: 2px solid #000!important;
    background-color: transparent!important;
}

/*Author Info*/
#author-bio {
    margin-top: 0px!important;
    margin-bottom: 0px!important;
}
#author-info {
    padding-top: 20px;
    padding-left: 130px!important;
    border-top: 1px solid #ddd!important;
    border-bottom: 0px solid #ddd;
}
#author-bio img {
    padding-top: 20px;
    width: auto;
    height: auto;
}
#author-info h3 {
    font-size: 16px!important;
    font-weight: 500!important;
    color: #000!important;
    text-transform: uppercase!important;
}
#author-info p {
    font-size: 15px!important;
    font-weight: normal!important;
    font-style: italic!important;
}
#author-info a {
    font-size: 16px!important;
    font-weight: 500!important;
    color: #000!important;
}

/*Contact Team*/
.contact-team {
    background: #eeeeee;
    background: -moz-linear-gradient(top, #eeeeee 0%, #eeeeee 100%);
    background: -webkit-linear-gradient(top, #eeeeee 0%, #eeeeee 100%);
    background: linear-gradient(to bottom, #eeeeee 0%, #eeeeee 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#eeeeee', GradientType=0 );
    -webkit-box-shadow: 0px 6px 12px 0px rgba(50, 50, 50, 0.5);
    -moz-box-shadow: 0px 6px 12px 0px rgba(50, 50, 50, 0.5);
    box-shadow: 0px 6px 12px 0px rgba(50, 50, 50, 0.5);
}
.contact-team h4 {
    font-family: 'Oswald', Arial, sans-serif;
    font-weight: 500!important;
    text-transform: uppercase!important;
}
.contact-team-ct {
    border-left: 2px solid #0055a5!important;
}
.contact-team-ct h4 {
    color: #0055a5!important;
}
.contact-team-totem {
    border-left: 2px solid #8c278f!important;
}
.contact-team-totem h4 {
    color: #8c278f!important;
    text-transform: none!important;
}
.contact-team-executive {
    border-left: 2px solid #0f385a!important;
}
.contact-team-executive h4 {
    color: #0f385a!important;
}

/*CTA Subscribe*/
.subscribe-section h3 {
    font-weight: 500;
    line-height: 1em;
    text-transform: uppercase;
    margin-bottom: 5px!important;
}
.subscribe-section p {
    font-family: 'Lato', Arial, sans-serif;
    font-weight: normal;
    font-style: italic;
    text-transform: none;
    margin-bottom: 5px!important;
}

/*Bottom - Custom*/
.transparent-black {
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000', GradientType=0 );
}

/*Button - Custom*/
.vc_btn3.vc_btn3-size-md {
    font-family: 'Oswald', Arial, sans-serif;
    font-size: 14px!important;
    font-weight: 500!important;
    line-height: 1em!important;
    text-transform: uppercase!important;
    padding: 10px 20px!important;
}

/*Blockquote*/
blockquote {
    color: #919699!important;
    padding-left: 20px!important;
    border-left: 2px solid #919699!important;
}
blockquote p {
    font-size: 27px!important;
    font-style: italic!important;
    line-height: 1.3em!important;
    color: #919699!important;
}

/*Did you Know*/
.did-you-know {
    color: #000;
}
.did-you-know p {
    font-size: 13px!important;
    font-weight: normal!important;
    line-height: 2.5em!important;
    color: #000!important;
    padding-bottom: 10px!important;
}
.did-you-know h6 {
    font-family: 'Oswald', Arial, sans-serif!important;
    font-size: 13px!important;
    font-weight: 500!important;
    line-height: 1em!important;
    letter-spacing: 1px!important;
    color: #000!important;
}
.did-you-know a {
    font-weight: 300!important;
    font-style: italic!important;
    text-decoration: underline!important;
}

/*Weather*/
img.weather-image {
    display: table;
    height: 100px!important;
    margin: 0 auto;
}
span.weather-temp {
    display: block;
    font-family: 'Oswald', Arial, sans-serif;
    font-size: 80px!important;
    font-weight: 300!important;
    line-height: 1em!important;
    text-align: center!important;
    text-transform: uppercase!important;
    padding: 10px 20px!important;
}
span.weather-type, span.weather-date, span.weather-region {
    display: block;
    font-family: 'Oswald', Arial, sans-serif;
    font-size: 14px!important;
    font-weight: 300!important;
    line-height: 1.4em!important;
    text-align: center!important;
    text-transform: uppercase!important;
    padding: 0px!important;
}

/*Divider*/
.departure-lounge-seperator .divider-wrap {
    position: relative;
    z-index: -1!important;
}

/*Newsletter Subscription*/
#mc_embed_signup form {
    padding: 0px!important;
}
#mc_embed_signup input {
    padding: 7px 15px!important;
    width: 100% !important;
    color: #000!important;
    background: #fff !important;
    max-width: 210px;
}
#mc_embed_signup input.email {
    padding: 7px 15px!important;
    width: 100%!important;
    color: #000!important;
    background: #fff !important;
    max-width: 210px;
}
.mc-field-group.span_4 {
    float: left!important;
    width: 32%!important;
    margin-right: 1%!important;
}
 .mc-field-group.span_4::last-child {
	 float: left!important;
	 margin-right: 0%!important;
}
.mc-field-group h3 {
    color: #919699!important;
}
.mc-field-group span_4.button {
    padding-top: 35px!important;
}
input#mc-embedded-subscribe.button {
    font-family: 'Oswald', Arial, sans-serif;
    font-size: 14px !important;
    font-weight: 500!important;
    line-height: 1em !important;
    text-transform: uppercase !important;
    height: auto !important;
    color: #fff!important;
    padding: 10px 20px !important;
    border: 2px solid #fff!important;
    background-color: transparent !important;
}
input#mc-embedded-subscribe.button::before {
    position: absolute!important;
    content: "\f0e0";
}

/*Sidebar*/
#sidebar h4 {
    font-size: 23px!important;
    font-weight: 300!important;
    color: #999!important;
    letter-spacing: 2px!important;
    margin-bottom: 15px!important;
    text-transform: uppercase!important;
}

/*Recent Posts*/
.recent_posts_extra_widget .post-widget-text {
    font-size: 16px!important;
    font-weight: 300!important;
    line-height: 1.1em!important;
    text-transform: uppercase!important;
    letter-spacing: 0px!important;
}
#sidebar .widget_recent_entries span, .recent_posts_extra_widget span {
    font-size: 11px!important;
    font-weight: bold!important;
    line-height: 1.3em!important;
    color: #000!important;
    margin-bottom: 5px!important;
}
.recent_posts_extra_widget ul li {
    padding-bottom: 5px!important;
}
.recent_posts_extra_widget ul li:last-child {
    padding-bottom: 0px!important;
}

/*Flexi-Slider*/
.flexslider {
    border: none!important;
    border-radius: 0px!important;
    -o-box-shadow: none!important;
    box-shadow: none!important;
}
.wpb_gallery .wpb_flexslider .flex-direction-nav a {
    background: none!important;
}
.flex-direction-nav a {
    color: #f2f2f2!important;
}

/*Toggle*/
div[data-style="default"] .toggle h3 a, div[data-style="default"] .toggle h3 {
    font-size: 18px!important;
    font-weight: 300!important;
    line-height: 18px!important;
    letter-spacing: 1px;
}

/*Footer*/
#footer-outer {
    padding: 0px!important;
}
#footer-outer .widget h4 {
    margin-bottom: 10px!important;
    letter-spacing: 0px!important;
    text-transform: none!important;
}
#footer-outer .row {
    padding: 20px 0px!important;
    margin-bottom: 0px!important;
}
#footer-outer #footer-widgets .col.span_6 {
    width: 68%!important;
}
#footer-outer #footer-widgets .col.span_6:last-child {
    width: 30%!important;
}
#footer-outer #footer-widgets .col ul li {
    display: inline-block;
    border: none!important;
    padding: 0!important;
    margin: 0px 10px 0px 0px!important;
}
#footer-outer #footer-widgets .col ul li:last-child {
    margin: 0px!important;
}
#footer-outer #footer-widgets .col ul.sub-menu li {
    list-style-position: outside!important;
    list-style-type: disc!important;
}
#footer-outer .widget.widget_categories li a, #footer-outer .widget.widget_pages li a, #footer-outer .widget.widget_nav_menu li a {
    border-bottom: none!important;
}
#footer-outer .widget.widget_nav_menu li a {
    font-family: Lato!important;
    font-size: 13px;
    font-weight: 500!important;
    line-height: 1em!important;
    color: #919699!important;
    padding: 0px!important;
    margin-bottom: 0px!important;
    letter-spacing: 1px;
}
#footer-outer .widget.widget_nav_menu li a:hover {
    color: #000!important;
}
#footer-outer .widget {
    margin-bottom: 0px!important;
}
#footer-outer #text-2.widget .textwidget {
    font-size: 13px!important;
    font-weight: 400!important;
    line-height: 1em!important;
    color: #000!important;
    padding: 0px 0px 0px 0px!important;
    text-align: right;
}
#footer-outer #text-2.widget .textwidget h6 {
    font-size: 13px!important;
    font-weight: 400!important;
    line-height: 1em!important;
    color: #919699!important;
    padding: 0px 0px 0px 0px!important;
}
#footer-outer #text-3.widget .textwidget p {
    font-size: 13px!important;
    font-weight: 400!important;
    line-height: 1em!important;
    color: #000!important;
    padding: 20px 0px 0px 0px!important;
}
#footer-outer #execphp-2.widget.widget_execphp .execphpwidget {
    font-size: 13px!important;
    font-weight: 400!important;
    line-height: 1em!important;
    color: #000!important;
    padding: 20px 0px 0px 0px!important;
}
 #footer-outer .menu-footer-menu-container #footer-widgets .col ul li {
    border-bottom: none!important;
}


/*Footer - Copyright*/
#footer-outer #copyright {
    font-size: 13px!important;
    font-weight: 400!important;
    line-height: 1em!important;
    color: #000!important;
    padding: 10px 0px!important;
    border-bottom: 1px solid #aeb2b6!important;
}
#footer-outer #copyright .col ul {
    padding: 0px!important;
    float: left!important;
}
#footer-outer #copyright p {
    font-size: 13px!important;
    font-weight: 400!important;
    line-height: 1em!important;
    color: #000!important;
    padding: 0px!important;
    margin-bottom: 0px!important;
}

/*Footer - Social*/
#footer-outer #copyright li {
    margin-left: 10px!important;
}
#footer-outer #copyright li:first-child {
    margin-left: 0px!important;
}
#footer-outer ul#social li a {
    display: block;
    width: auto!important;
    height: auto!important;
    line-height: 1em!important;
    color: #919699 !important;
    padding: 7px!important;
    border: 2px solid #919699!important;
    background-color: transparent!important;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
}
#footer-outer ul#social li a:hover {
    border: 2px solid #000!important;
    ;
}
#footer-outer ul#social i {
    font-size: 18px!important;
    width: 18px!important;
    height: 18px!important;
    line-height: 1em!important;
}

/*Share Functionality*/
.nc_socialPanelSide .nc_tweetContainer {
    width: 50px!important;
}
.nc_socialPanelSide .nc_tweetContainer .swp_share {
    display: none;
}

/*Responsive*/
@media only screen and (max-width: 1024px) {
#header-secondary-outer nav ul.sf-menu {
    border-top: none;
}
.insights-section .blog-recent[data-style*="classic_enhanced"] h3.title {
    font-size: 25px!important;
}
.insights-section .blog-recent[data-style*="classic_enhanced"] .post-meta a {
    font-size: 142px!important;
}
}

@media only screen and (max-width: 780px) {
#footer-outer #footer-widgets .col.span_6 {
    width: 108%!important;
}
#footer-outer #footer-widgets .col.span_6:last-child {
    width: 100%!important;
}	
.footer-subscribe-form .mc-field-group.span_4 {
    float: left!important;
    width: 100%!important;
    margin: 0%!important;
}
.footer-subscribe-form #mc_embed_signup input {
    max-width: none!important;
    margin-bottom: 10px;
}
#footer-outer #footer-widgets .col ul li {
    padding: 8px 0px!important;
    width: 100%;
}
#footer-outer #text-2.widget .textwidget {
    text-align: left;
}
.cta-subscribe p {
    padding-bottom: 0px!important;
}
.cta-subscribe.vc_row-fluid .wpb_column {
    margin-bottom: 0px!important;
}
.footer-subscribe-form.vc_row-fluid .wpb_column {
    margin-bottom: 0px!important;
}
body .cta-subscribe .vc_row-fluid .wpb_column {
    margin-bottom: 0px!important;
}
body.single-post[data-ext-responsive="true"] #page-header-bg[data-post-hs="default_minimal"] h1 {
    font-size: 30px !important;
}
}

@media only screen and (max-width: 690px) {
.nectar-recent-posts-slider_multiple_visible .recent-post-container.container p {
    font-size: 14px;
}
.nectar-recent-posts-slider h2 a, .nectar-recent-posts-slider_multiple_visible h3 a, .nectar-recent-posts-slider_multiple_visible .recent-post-container.container .strong a {
    font-size: 1em!important;
}
.single-post #page-header-bg[data-post-hs="default_minimal"] {
    padding-top: 10px;
    padding-bottom: 10px;
}
.single #post-area.span_12 #author-info {
    width: 100%;
}
#author-bio #author-info {
    padding-left: 120px !important;
}
#footer-outer #footer-widgets .col.span_6 {
    width: 108%!important;
}
#footer-outer #footer-widgets .col.span_6:last-child {
    width: 100%!important;
}	
.footer-subscribe-form .mc-field-group.span_4 {
    float: left!important;
    width: 100%!important;
    margin: 0%!important;
}
.footer-subscribe-form #mc_embed_signup input {
    max-width: none!important;
    margin-bottom: 10px;
}
#footer-outer #footer-widgets .col ul li {
    padding: 8px 0px!important;
    width: 100%;
}
#footer-outer #text-2.widget .textwidget {
    text-align: left;
}
.cta-subscribe p {
    padding-bottom: 0px!important;
}
.cta-subscribe.vc_row-fluid .wpb_column {
    margin-bottom: 0px!important;
}
.footer-subscribe-form.vc_row-fluid .wpb_column {
    margin-bottom: 0px!important;
}
body .cta-subscribe .vc_row-fluid .wpb_column {
    margin-bottom: 0px!important;
}
body.single-post[data-ext-responsive="true"] #page-header-bg[data-post-hs="default_minimal"] h1 {
    font-size: 30px !important;
}
blockquote p {
    font-size: 20px !important;
}
body #author-bio #author-info {
    padding-left: 125px !important;
}
.featured-section .blog-recent[data-style*="classic_enhanced"] h3.title {
    font-size: 20px !important;
}
.insights-section .blog-recent[data-style*="classic_enhanced"] h3.title {
    font-size: 20px !important;
}
.insights-section .blog-recent[data-style*="classic_enhanced"] .post-meta a {
    font-size: 12px!important;
}
}

@media only screen and (max-width: 320px) {
body[data-header-resize="0"] #page-header-bg {
    height: 100px!important;
}
.single #post-area.span_12 #author-info {
    width: 100%;
}
#author-info {
    padding-left: 0px!important;
}
.footer-subscribe-form .mc-field-group.span_4 {
    float: left!important;
    width: 100%!important;
    margin: 0%!important;
}
.footer-subscribe-form #mc_embed_signup input {
    max-width: none!important;
    margin-bottom: 10px;
}
#footer-outer #footer-widgets .col ul li {
    padding: 8px 0px!important;
    width: 100%;
}
#footer-outer #text-2.widget .textwidget {
    text-align: left;
}
.cta-subscribe p {
    padding-bottom: 0px!important;
}
.cta-subscribe.vc_row-fluid .wpb_column {
    margin-bottom: 0px!important;
}
.footer-subscribe-form.vc_row-fluid .wpb_column {
    margin-bottom: 0px!important;
}
body .cta-subscribe .vc_row-fluid .wpb_column {
    margin-bottom: 0px!important;
}
}

@media (min-width: 1000px) and (max-width: 1200px) {
#header-outer #logo img {
    height: 20px!important;
}
header#top nav > ul > li > a, body.material #search-outer #search input[type="text"] {
    font-size: 20px!important;
    line-height: 1em!important;
}
header#top .sf-menu li ul li a, #header-secondary-outer nav > ul > li > a, #header-secondary-outer ul ul li a, #header-outer .widget_shopping_cart .cart_list a {
    font-size: 14px!important;
    line-height: 14px!important;
}
span.icon-salient-search {
	top: -5px!important;
}
}

@media (min-width: 1px) and (max-width: 1000px) {
body.single-post #page-header-bg:not(.fullscreen-header) {
    min-height: 100px !important;
}
body[data-header-color="custom"]:not(.material) #header-secondary-outer {
    display: none;
}
}


@media (min-width: 1300px) and (max-width: 1500px) {
.nectar-recent-posts-slider h2 a, .nectar-recent-posts-slider_multiple_visible h3 a, .nectar-recent-posts-slider_multiple_visible .recent-post-container.container .strong a {
    font-size: 20px!important;
}
.nectar-recent-posts-slider_multiple_visible .recent-post-container.container p {
    font-size: 14px!important;
}
}


@media (min-width: 1000px) and (max-width: 1300px) {
.nectar-recent-posts-slider h2 a, .nectar-recent-posts-slider_multiple_visible h3 a, .nectar-recent-posts-slider_multiple_visible .recent-post-container.container .strong a {
    font-size: 17px!important;
}
.nectar-recent-posts-slider_multiple_visible .recent-post-container.container p {
    font-size: 13px!important;
}
}


@media (min-width: 1px) and (max-width: 1000px) {
.nectar-recent-posts-slider h2 a, .nectar-recent-posts-slider_multiple_visible h3 a, .nectar-recent-posts-slider_multiple_visible .recent-post-container.container .strong a {
    font-size: 17px!important;
}
.nectar-recent-posts-slider_multiple_visible .recent-post-container.container p {
    font-size: 13px!important;
}
}

@media (min-width: 1000px) {
.hidden-desktop {
    display: none!important;
}
}

@media (min-width: 768px) and (max-width: 1024px) {
.blog-recent[data-style*="classic_enhanced"].columns-2 .span_6 {
    width: 47%;
    margin-right: 3%;
    margin-bottom: 3%;
}
}

@media (min-width: 1px) and (max-width: 768px) {
.blog-recent[data-style*="classic_enhanced"].columns-2 .span_6 {
    width: 100%!important;
    margin-right: 0%!important;
    margin-bottom: 3%!important;
}
}

@media (min-width: 690px) and (max-width: 1000px) {
body[data-header-resize="0"] #page-header-bg {
    margin-top: 0;
    height: auto !important;
    height: 120px !important;
}
body.single-post #page-header-bg[data-post-hs="default_minimal"] {
    padding-top: 3%!important;
    padding-bottom: 3%!important;
}
.col, body .vc_row-fluid .wpb_column {
    margin-bottom: 0px!important;
}
.wpb_row {
    margin-bottom: 5px!important;
}
}

@media only screen and (max-width : 690px) {
body .vc_row-fluid .wpb_column {
    margin-bottom: 5px!important;
}
.wpb_row {
    margin-bottom: 5px!important;
}
.nc_socialPanelSide .nc_tweetContainer {
    width: 20px!important;
}
#page-header-wrap {
    margin-top: 50px!important;
}
#header-secondary-outer ul.sub-menu {
    display: none!important;
}
}

@media only screen and (max-width : 360px) {
.nectar-recent-posts-slider_multiple_visible .recent-post-container.container p {
    display: none;
}
.nectar-recent-posts-slider_multiple_visible .recent-post-container.container .nectar-button {
    font-size: 11px;
    padding: 2px 20px;
}
}

/* Masonry */
.masonry.meta_overlaid .post-featured-img {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.masonry.meta_overlaid .post-featured-img img {
    width: 100% !important;
    max-width: 100% !important;/* height: 100% !important; *//* min-height: 500px; */
}
.masonry.meta_overlaid .masonry-blog-item {
/* max-height: 500px !important; */
}
body .masonry.meta_overlaid .masonry-blog-item .article-content-wrap {
    position: absolute!important;
    bottom: 0px!important;
    width: 100%!important;
    z-index: 1!important;
    text-align: center!important;
}
body .masonry.meta_overlaid .masonry-blog-item .post-featured-img::before {
    height: 100%;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%)!important;
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%)!important;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%)!important;
 filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000', GradientType=0)!important;
}
.masonry-blog-item .content-inner {
    background: #000;
}

/* No Featured Image */
body .masonry.meta_overlaid .no-feat-img .content-inner, body .masonry.meta_overlaid .no-feat-img .content-inner >a >span.post-featured-img {
    background-color: #0655a5;
}
body .masonry.meta_overlaid .no-feat-img .content-inner > a .post-featured-img:before {
    display: none;
}

/*First Tier - Content*/
.blog-recent.columns-3[data-style*="classic_enhanced"] .span_4 {
    width: 32.6%;
    margin-right: 1%;
    margin-bottom: 0%;
}
.blog-recent[data-style="classic_enhanced_alt"] .inner-wrap .article-content-wrap, body .blog-recent[data-style*="classic_enhanced_alt"] .inner-wrap:not(.has-post-thumbnail) .article-content-wrap {
    position: relative;
    background-color: transparent;
    left: 0;
    top: 0;
    -webkit-transform: none!Important;
    transform: none !important;
    width: 100%;
    padding: 60% 5% 0px 5%!important;
    margin-top: 20px;
    z-index: 100;
}
.blog-recent[data-style="classic_enhanced_alt"] h3.title {
    font-weight: 700!important;
    font-style: normal!important;
    line-height: 1em!important;
    margin-bottom: 0px!important;
    text-align: left!important;
    text-transform: uppercase!important;
}
.blog-recent[data-style="classic_enhanced_alt"] .excerpt p {
    color: #fff!important;
}

/*Second Tier - Content*/
body .blog-recent[data-style*="classic_enhanced"] .post-meta, .blog-recent[data-style*="classic_enhanced"] .excerpt {
}
.masonry.classic_enhanced .masonry-blog-item .article-content-wrap, .blog-recent[data-style*="classic_enhanced"] .article-content-wrap {
    padding: 3%!important;
    position: relative;
    z-index: 100;
    background-color: #fff;
}
.blog-recent[data-style*="classic_enhanced"] h3.title {
    font-weight: 700!important;
    font-style: normal!important;
    line-height: 1.2em!important;
    margin-bottom: 0px!important;
    text-align: left!important;
    text-transform: uppercase!important;
}
.masonry.classic_enhanced .masonry-blog-item .inner-wrap, .blog-recent[data-style*="classic_enhanced"] .inner-wrap {
    border-radius: 0px;
    overflow: hidden;
    perspective: 1000px;
    -webkit-perspective: 1000px;
    box-shadow: none!important;
}

/*Subscribe*/
.vc_custom_1495455934657 .vc_column-inner {
    padding-left: 0px!important;
    padding-right: 0px!important;
}

/* Responsive fixes */
@media only screen and (max-width: 768px) {
.container {
    height: auto !important;
}
body.single-post #page-header-bg:not(.fullscreen-header) .row {
    height: auto;
}
}

/* Nectar Slider (homepage) */
.nectar-recent-posts-slider_multiple_visible .nectar-recent-post-bg, .nectar-recent-posts-slider_multiple_visible .nectar-recent-post-bg:after {
    border-radius: 0;
}
.nectar-recent-posts-slider_multiple_visible .flickity-viewport .nectar-recent-post-slide .nectar-recent-post-bg {
    transform: none;
}
.nectar-recent-posts-slider_multiple_visible {
    padding-bottom: 0px !important;
}
.nectar-recent-posts-slider_multiple_visible .flickity-page-dots {
    display: none;
}
.nectar-recent-posts-slider_multiple_visible .recent-post-container.container .nectar-button {
    background-color: transparent !important;
    background: transparent;
    border: 1px solid #fff;
    border-radius: 0px;
}
.nectar-recent-posts-slider_multiple_visible .recent-post-container.container span.strong a {
    display: inline-block!important;
    font-size: 15px!important;
    color: #fff!important;
    padding: 3px 6px!important;
    background-color: #919699!important;
    border-radius: 2px 2px 2px 2px;
    -moz-border-radius: 2px 2px 2px 2px;
    -webkit-border-radius: 2px 2px 2px 2px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: 'Oswald';
    font-size: 12px !important;
    font-weight: 400;
}
.nectar-recent-posts-slider_multiple_visible .nectar-recent-post-slide .nectar-recent-post-bg:after {
    background: linear-gradient(to top, rgba(0,0,0,0.9), rgba(0,0,0,0));
    -webkit-background: linear-gradient(to top, rgba(0,0,0,0.9), rgba(0,0,0,0));
    -moz-background: linear-gradient(to top, rgba(0,0,0,0.9), rgba(0,0,0,0));
    -o-background: linear-gradient(to top, rgba(0,0,0,0.9), rgba(0,0,0,0));
    -ms-background: linear-gradient(to top, rgba(0,0,0,0.9), rgba(0,0,0,0));
}
.nectar-recent-posts-slider h2 a, .nectar-recent-posts-slider_multiple_visible h3 a, .nectar-recent-posts-slider_multiple_visible .recent-post-container.container .strong a {
    font-family: 'Oswald';
    font-size: 1.4em;
    line-height: 1.1em;
    text-transform: uppercase;
}

/* Resetting homepage recent slider size */
.nectar-recent-posts-slider_multiple_visible .flickity-viewport:not(.no-hover) .nectar-recent-post-slide:hover > .nectar-recent-post-bg-wrap {
    transform: none !important;
}
.nectar-recent-post-slide {
    transform: scale(1.08);
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -o-transform: scale(1.08);
    -ms-transform: scale(1.08);
}
.nectar-recent-post-bg-blur {
    display: none;
}
.recent-post-container.container.custom-container {
    max-width: calc(100% - 80px) !important;
}

/* Changing Spotlight Text Stylings  */
.blog-recent > .post > .post-header > .title {
    margin-top: 10px;
}
.blog-recent > .post > .post-header > h3 > a {
    color: #000 !important;
    font-size: 1.5em;
    text-transform: uppercase;
}
.dark-font > a {
    color: #000 !important;
}
.title .header-resize {
    font-size: 3em !important;
}

@media only screen and (max-width: 768px) {
.blog-recent.columns-3[data-style*="classic_enhanced"] .span_4 {
    width: 100%;
}
}
body:not(.material) #header-secondary-outer nav ul.sf-menu {
    border-top-color: rgb(255, 255, 255, 0.2);
}
.blog-recent.columns-1[data-style="classic_enhanced_alt"] .inner-wrap .article-content-wrap {
    padding: 38% 5% 5% 5% !important;
}
.featured-section .blog-recent[data-style*="classic_enhanced"] .excerpt::after {
    display: table;
    margin: 20px 0px 0px;
    content: "Read More";
    font-family: 'Oswald', Arial, sans-serif!important;
    font-size: 13px;
    font-weight: 600;
    padding: 5px 15px;
    border: 2px solid #fff;
    text-transform: uppercase;
}
.fb_iframe_widget_fluid {
    display: inline;
    background: #f2f2f2!important;
    padding: 20px!important;
}
.nectar-recent-posts-slider_multiple_visible .nectar-recent-post-slide {
    width: 75%;
    border-radius: 5px;
    min-height: 400px;
    padding-top: 45%;
    margin: 0 10px;
}
.nectar-recent-post-slide {
    transform: scale(1.16);
}

@media only screen and (max-width: 1023px) and (min-width: 768px) {
.nectar-recent-post-slide {
    transform: scale(1.2);
}
}

@media only screen and (max-width: 1439px) and (min-width: 1024px) {
.nectar-recent-post-slide {
    transform: scale(1.24);
}
}

@media only screen and (max-width: 1440px) and (min-width: 1440px) {
.nectar-recent-post-slide {
    transform: scale(1.16);
}
}

@media only screen and (min-width: 1441px) and (max-width: 1920px) {
.nectar-recent-post-slide {
    transform: scale(1.121);
}
}

@media only screen and (min-width: 1921px) and (max-width: 2560px) {
.nectar-recent-post-slide {
    transform: scale(1.08);
}
}

@media only screen and (min-width: 2561px) and (max-width: 5120px) {
.nectar-recent-post-slide {
    transform: scale(1.04);
}
}
.bsaProContainerNew .bsaProItem {
    float: none !important;
}
#bsa-block-728--90.bsaProContainerNew .bsaProItem, #bsa-block-728--90 .bsaProItemInner__thumb, #bsa-block-728--90 .bsaProAnimateThumb {
    margin-left: auto !important;
    margin-right: auto !important;
}

/* Call to action banner posts */
.call-to-action-banner .owl-item .banner-logo, 
.call-to-action-banner .owl-item .banner-logo-two,
.call-to-action-banner .owl-item .banner-logo-three,
.call-to-action-banner .owl-item .banner-text {
    position: absolute;
}
.call-to-action-banner .owl-item .banner-logo {
    bottom: 25px;
    right: 30px;
    width: 250px;
    height: auto;
}
.call-to-action-banner .owl-item .banner-logo-two {
    bottom: 90px;
    right: 60px;
    width: 120px;
    height: auto;
}
.call-to-action-banner .owl-item .banner-logo-three {
    top: 30px;
    right: 30px;
    width: 250px;
    height: auto;
}
.call-to-action-banner .owl-item .banner-text {
    bottom: 25px;
    left: 30px;
    margin: 0;
}
.call-to-action-banner .owl-item .banner-text-qantas {
    bottom: 50px;
    left: 30px;
    margin: 0;
}
.call-to-action-banner .owl-item .banner-title,
.call-to-action-banner .owl-item .banner-title h3 {
	font-size: 32px;
	line-height: 1.1em!important;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 0px!important;
}
.call-to-action-banner .owl-item .banner-precede,
.call-to-action-banner .owl-item .banner-precede h5 {
    font-size: 16px;
	font-weight: 400!important;
	text-transform: uppercase;
    margin-bottom: 0px!important;
}
.call-to-action-banner .owl-item .banner-subtitle,
.call-to-action-banner .owl-item .banner-cta-title p {
    font-size: 16px;
}
.call-to-action-banner .owl-item .banner-footer,
.call-to-action-banner .owl-item .banner-footer h6 {
    font-size: 14px;
	font-weight: 400!important;
	text-transform: none!important;;
    margin-bottom: 0px!important;
}
.call-to-action-banner .owl-item .banner-precede.buzzee h4 {
    font-size: 22px;
    font-weight: 300!important;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 5px !important;
}
.call-to-action-banner .owl-item .banner-precede.buzzee h5 {
    font-size: 13px!important;
    font-weight: 300!important;
    text-transform: uppercase;
    margin-bottom: 0px !important;
}
.call-to-action-banner .owl-item .banner-precede.buzzee h5 span.small {
    font-size: 10px!important;
    font-weight: 300 !important;
    text-transform: uppercase;
    margin-bottom: 0px !important;
}
.call-to-action-banner .owl-dots {
    display: none;
}
.call-to-action-banner .owl-item .banner-subtitle:after {
    content: url(https://www.thedeparturelounge.com.au/resources/uploads/2018/07/button.png);
    position: relative;
    left: 10px;
    top: 5px;
}
.call-to-action-banner .owl-item .banner-cta-title p:after {
    content: url(https://www.thedeparturelounge.com.au/resources/uploads/2018/07/button.png);
    position: relative;
    left: 10px;
    top: 5px;
}


@media only screen and (max-width: 1040px) {
.call-to-action-banner .owl-item .banner-title,
.call-to-action-banner .owl-item .banner-title h3 {
    font-size: 25px;
	line-height: 1.2em;
	margin-bottom: 0px;
}
.call-to-action-banner .owl-item .banner-precede.buzzee h4 {
    font-size: 20px;
	line-height: 1.3em;
	margin-bottom: 0px;
}
.call-to-action-banner .owl-item .banner-precede,
.call-to-action-banner .owl-item .banner-precede h5,
.call-to-action-banner .owl-item .banner-precede.buzzee h5 {
    font-size: 13px;
	line-height: 1.3em;
	margin-bottom: 0px;
}
.call-to-action-banner .owl-item .banner-subtitle,
.call-to-action-banner .owl-item .banner-cta-title p {
    font-size: 13px;
}
.call-to-action-banner .owl-item .banner-footer,
.call-to-action-banner .owl-item .banner-footer h6 {
    font-size: 13px;
	line-height: 1.3em;
	margin-bottom: 0px;
}
.call-to-action-banner .owl-item .banner-logo {
    width: 150px!important;
    bottom: 15px;
}
.call-to-action-banner .owl-item .banner-logo-two {
    width: 99px!important;
    bottom: 50px;
}
.call-to-action-banner .owl-item .banner-logo-three {
    width: 150px!important;
}
}

@media only screen and (max-width: 1300px) {
.call-to-action-banner.cta-banner-v3.buzzee-banner .owl-item .banner-text {
	max-width: 500px!important;
	background: rgba(0,0,0,.5);
}
}

@media only screen and (max-width: 1000px) {
.call-to-action-banner .owl-item .banner-title,
.call-to-action-banner .owl-item .banner-title h3 {
    font-size: 25px;
	line-height: 1.2em;
	margin-bottom: 0px;
}
.call-to-action-banner .owl-item .banner-precede.buzzee h4 {
    font-size: 20px;
	line-height: 1.3em;
	margin-bottom: 0px;
}
.call-to-action-banner.cta-banner-v2 .owl-item .banner-title,
.call-to-action-banner.cta-banner-v2 .owl-item .banner-precede {
	max-width: 420px!important;
}
.call-to-action-banner.cta-banner-v3 .owl-item .banner-title,
.call-to-action-banner.cta-banner-v3 .owl-item .banner-precede,
.call-to-action-banner.cta-banner-v3 .owl-item .banner-footer {
	max-width: 580px!important;
}
.call-to-action-banner .owl-item .banner-precede,
.call-to-action-banner .owl-item .banner-precede h5,
.call-to-action-banner .owl-item .banner-precede.buzzee h5 {
    font-size: 12px;
	line-height: 1.3em;
	margin-bottom: 0px;
}
.call-to-action-banner .owl-item .banner-subtitle,
.call-to-action-banner .owl-item .banner-cta-title p {
    font-size: 12px;
}
.call-to-action-banner .owl-item .banner-footer,
.call-to-action-banner .owl-item .banner-footer h6 {
    font-size: 12px;
	line-height: 1.3em;
	margin-bottom: 0px;
}
.call-to-action-banner .owl-item .banner-logo {
    width: 150px!important;
    bottom: 15px;
}
.call-to-action-banner .owl-item .banner-logo-two {
    width: 70px!important;
    bottom: 50px;
}
.call-to-action-banner .owl-item .banner-logo-three {
	top: auto;
	bottom: 15px;
    width: 100px!important;
}
.call-to-action-banner.cta-banner-v3.buzzee-banner	.owl-item .banner-logo  {
	top: auto;
	bottom: 15px;
    width: 100px!important;
}
.call-to-action-banner .owl-item .img-with-aniamtion-wrap {
    position: static!important;
    display: inline-block;
}
.call-to-action-banner .owl-item .banner-text {
    position: absolute!important;
    display: inline-block;
    bottom: 10px;
    left: 5px;
}
.call-to-action-banner .owl-item {
    background: #000;
    height: 270px;
}
.call-to-action-banner.cta-banner-v2 .owl-item {
    background: #000;
    height: 330px;
}
.call-to-action-banner.cta-banner-v3 .owl-item {
    background: #000;
    height: 370px;
}
}

@media only screen and (max-width: 690px) {
.call-to-action-banner .owl-item .banner-text, .call-to-action-banner .owl-item .img-with-aniamtion-wrap {
    display: block;
}
.call-to-action-banner .owl-item .banner-logo {
    position: absolute!important;
    margin-bottom: 0!important;
    margin-left: 10px;
    left: 5px;
}
.call-to-action-banner .owl-item .banner-logo-two {
    position: absolute!important;
    margin-bottom: 0!important;
    margin-left: 10px;
    right: 10px;
	top: auto;
	bottom: 10px
}
.call-to-action-banner .owl-item .banner-logo-three {
    position: absolute!important;
    margin-bottom: 0!important;
    margin-left: 10px;
    right: 10px;
	top: auto;
	bottom: 10px
}
.call-to-action-banner .owl-item .banner-text {
    position: absolute!important;
    bottom: 60px;
}
.call-to-action-banner.cta-banner-v2 .owl-item .banner-text {
    position: absolute!important;
    bottom: 85px;
}
.call-to-action-banner.cta-banner-v3 .owl-item .banner-text {
    position: absolute!important;
    bottom: 45px;
}
.call-to-action-banner .owl-item .banner-subtitle,
.call-to-action-banner .owl-item .banner-cta-title p {
    font-size: 14px;
	line-height: 1em!important;
}
.call-to-action-banner.cta-banner-v2 .owl-item {
    background: #000;
    height: 370px;
}
.call-to-action-banner.cta-banner-v3 .owl-item {
    background: #000;
    height: 370px;
}
}

@media only screen and (max-width: 480px) {
.call-to-action-banner .owl-item .banner-title,
.call-to-action-banner .owl-item .banner-title h3 {
    font-size: 22px;
	line-height: 1.2em;
	margin-bottom: 0px;
}
.call-to-action-banner .owl-item .banner-precede.buzzee h4 {
    font-size: 17px;
	line-height: 1.3em;
	margin-bottom: 0px;
}
.call-to-action-banner .owl-item .banner-precede,
.call-to-action-banner .owl-item .banner-precede h5,
.call-to-action-banner .owl-item .banner-precede.buzzee h5 {
    font-size: 14px;
	line-height: 1.3em;
	margin-bottom: 0px;
}
.call-to-action-banner .owl-item .banner-subtitle,
.call-to-action-banner .owl-item .banner-cta-title p {
    font-size: 14px;
	line-height: 1em!important;
}
	
.call-to-action-banner .owl-item .banner-footer,
.call-to-action-banner .owl-item .banner-footer h6 {
    font-size: 12px;
	line-height: 1.3em;
	margin-bottom: 0px;
}
.call-to-action-banner .owl-item .banner-text {
    position: absolute!important;
    bottom: 60px;
}
.call-to-action-banner.cta-banner-v2 .owl-item .banner-text {
    position: absolute!important;
    bottom: 70px;
}
.call-to-action-banner .owl-item .banner-logo-two {
    width: 60px;
    bottom: 10px;
}
}

/*Facebook Comments*/
.fb_iframe_widget {
    display: inline;
    background: #f2f2f2!important;
    padding: 20px!important;
}
.fb_iframe_widget iframe,
.fb_iframe_widget iframe #u_0_0 {
    width: 100% !important;
}
.fb_iframe_widget_fluid_desktop,
.fb_iframe_widget_fluid_desktop span,
.fb_iframe_widget_fluid_desktop iframe {
    width: 100% !important;
}


/*Search*/
#search-results {
    visibility: visible;
}
#search-results .result h2 {
	font-family: 'Oswald', Arial, sans-serif !important;
    font-size: 20px!important;
	line-height: 1.3em!important;
	font-weight: 600!important;
	text-transform: uppercase!important;
}
#search-results .result h2 > a {
	color: #000000!important;
}
#search-results .result .title span {
	font-family: 'Oswald', Arial, sans-serif !important;
    font-size: 14px!important;
	line-height: 1.3em!important;
	font-weight: 600!important;
	text-transform: uppercase!important;
}
#search-results .result .title span > a {
	color: #000000!important;
}
#search-outer #search input[type="text"] {
	font-family: 'Oswald', Arial, sans-serif !important;
    font-size: 22px!important;
    font-weight: 600!important;
    line-height: 1.3em!important;
    text-transform: none!important;
	color: #ffffff!important;
}