/* Custom CSS*/

html {
    overflow-x: hidden;
}
/*

Fonts

----------------------*/
@import url("//hello.myfonts.net/count/3566d6");

@font-face {
  font-family: 'Helvetica Neue';
  font-style: normal;
  font-weight: 300;
  src: url('../font/3566D6_0_0.eot');
  src: url('../font/3566D6_0_0.eot?#iefix') format('embedded-opentype'),
       url('../font/3566D6_0_0.woff2') format('woff2'),
       url('../font/3566D6_0_0.woff') format('woff'),
       url('../font/3566D6_0_0.ttf') format('truetype');
}

@font-face {
  font-family: 'Helvetica Neue';
  font-style: normal;
  font-weight: 400;
  src: url('../font/3566D6_2_0.eot');
  src: url('../font/3566D6_2_0.eot?#iefix') format('embedded-opentype'),
       url('../font/3566D6_2_0.woff2') format('woff2'),
       url('../font/3566D6_2_0.woff') format('woff'),
       url('../font/3566D6_2_0.ttf') format('truetype');
}

@font-face {
  font-family: 'Helvetica Neue';
  font-style: normal;
  font-weight: 700;
  src: url('../font/3566D6_1_0.eot');
  src: url('../font/3566D6_1_0.eot?#iefix') format('embedded-opentype'),
       url('../font/3566D6_1_0.woff2') format('woff2'),
       url('../font/3566D6_1_0.woff') format('woff'),
       url('../font/3566D6_1_0.ttf') format('truetype');
}

/*@font-face {
    font-family: 'PoppinsMedium';
    src: url(../font/Poppins-Medium.ttf) format('truetype');
}

@font-face {
    font-family: 'PoppinsRegular';
    src: url(../font/Poppins-Regular.ttf) format('truetype');
}*/

@font-face {
    font-family: 'FontAwesome';
    src: url('../font/fontawesome-webfont.eot?v=4.4.0');
    src: url('../font/fontawesome-webfont.eot?#iefix&v=4.4.0') format('embedded-opentype'), url('../font/fontawesome-webfont.woff2?v=4.4.0') format('woff2'), url('../font/fontawesome-webfont.woff?v=4.4.0') format('woff'), url('../font/fontawesome-webfont.ttf?v=4.4.0') format('truetype'), url('../font/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}


/*

General

----------------------*/

:focus {
    color: inherit;
    outline: none;
}

body,
body > div {
    background-color: white;
    font-size: 16px;
    font-family: 'Helvetica Neue';
    /*line-height:1.2;*/
    line-height: 1.65;
}

h3,
h4,
h5,
h6 {
    font-family: 'Helvetica Neue';
}

h1,
h2 {
    font-family: 'Poppins', Helvetica, Arial, sans-serif;
}

.site-inner,
.wrap {
    max-width: 1170px;
}

a,
a:link,
a:visited,
a:active,
a:hover {
    text-decoration: none;
    outline: none;
}

a {
    transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
}

a:hover {
    color: #f04a22;
}

p {
    margin-bottom: 0;
}

.entry {
    margin-bottom: 0;
    padding: 0;
}

.banner {
    color: #f04a22;
}

.panel-grid-cell h2,
.panel-grid-cell h3,
.panel-grid-cell h4,
.panel-grid-cell h5 {
    color: inherit;
}

.panel-grid-cell a,
.panel-grid-cell a,
.panel-grid-cell a,
.panel-grid-cell a {
    color: inherit;
}

.none,
.retina,
.responsive {
    display: none;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.one_half {
    width: 50%;
    float: left;
}


/*Special*/

.loader {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 999999;
}

.loader .load-loader {
    top: 50%;
    margin-top: -75px;
}

.site-inner {
    padding-top: 0px;
}

.banner {
    line-height: 1.2;
}

.panel-grid,
.row-fluid {
    margin-bottom: 0 !important;
}

.special-link a,
.contactForm button.submitButton {
    padding: 5px 60px 5px 20px;
    font-size: 18px;
    border: 1px solid;
    position: relative;
    transition: all .5s ease;
    color: inherit;
}

.contactForm button.submitButton {
    text-transform: inherit;
}

.special-link a:after,
.contactForm button.submitButton:after {
    content: '\f054';
    font-family: 'FontAwesome' !important;
    position: absolute;
    top: 0px;
    right: 10px;
    border-left: 1px solid;
    padding-left: 8px;
    height: 100%;
}

.la285907224a6da1d37ac8b0f48258f886-twitter:before {
    content: "\f099";
}

.la285907224a6da1d37ac8b0f48258f886-facebook:before {
    content: "\f09a";
}

.la285907224a6da1d37ac8b0f48258f886-linkedin:before {
    content: "\f0e1";
}

.la285907224a6da1d37ac8b0f48258f886-long-arrow-left:before {
    content: "\f177";
}

.la285907224a6da1d37ac8b0f48258f886-long-arrow-right:before {
    content: "\f178";
}

i.la_icon {
    font-family: 'FontAwesome' !important;
    font-style: normal;
}

.contactForm button.submitButton:after {
    line-height: 2;
}

.special-link a:hover,
.contactForm button.submitButton {
    background-color: white;
    color: #f04a22 !important;
}

.without-space {
    margin: 0 15px;
}

.without-space .panel-grid-cell {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.with-hover-left > div:first-child,
.with-hover-right > div:first-child {
    background: rgba(65,65,65,0.7);
    padding: 100px 50px 100px 50px;
    min-height: 480px;
    -webkit-transition: .3s ease-in;
    transition: .3s ease-in;
    opacity: 1;
}

.with-hover-left > div:first-child {
    padding-left: 15%;
}

.with-hover-right > div:first-child {
    padding-right: 15%;
}

.with-hover-left > div:first-child:hover,
.with-hover-right > div:first-child:hover {
    opacity: 1;
}

.widget_widget-testimonial {
    padding-top: 30px;
    padding-bottom: 20px;
}

.testimonials {
    max-width: 860px;
    margin: 0 auto;
    padding: 0 20px;
    text-align: center;
}

/* .testimonials:before {
    content: url(../../images/quote-icon-circle.png);
    display: block;
    position: absolute;
    top: -80px;
    left: 50%;
    -webkit-transform: translate(-50%,0);
    -moz-transform: translate(-50%,0);
    transform: translate(-50%,0);
} */

.testimonial {
    font-size: 1.25em;
}

.testimonial .quote {
    display: block;
    margin-bottom: 32px;
    font-size: 1.15em;
    line-height: 1.5;
}

.testimonials-author-position {
    font-family: 'Helvetica Neue';
}

.testimonials .slick-prev,
.testimonials .slick-next {
    width: 16px;
    height: 26px;
    margin-top: -20px;
}

.testimonials .slick-prev {
    left: -55px;
}

.testimonials .slick-next {
    right: -55px;
}

@media only screen and (max-width: 780px) {
  .so-panel.widget_widget-testimonial {
      padding-top: 110px !important;
  }

  .testimonial {
      font-size: 1em;
  }
}

.puzzle .panel-grid-cell .so-panel {
    margin-bottom: 0 !important;
}

.puzzle .puzzle-25,
.puzzle .puzzle-50,
.puzzle .puzzle-100{
    background-position: center;
    background-size: 100% 101%;
}
.puzzle .puzzle-25 > div:first-child,
.puzzle .puzzle-50 > div:first-child {
    width: 100%;
    padding: 20% 10% 0;
    background: rgba(65,65,65,0.7);
    -webkit-transition: .3s ease-in;
    transition: .3s ease-in;
    opacity: 1;
}

.puzzle .puzzle-100 > div:first-child {
    width: 100%;
    padding: 5% 10% 0;
    background: rgba(65,65,65,0.7);
    -webkit-transition: .3s ease-in;
    transition: .3s ease-in;
    opacity: 1;
}

.page-id-327 .puzzle .puzzle-25 > div:first-child,
.page-id-327 .puzzle .puzzle-50 > div:first-child,
.page-id-327 .puzzle .puzzle-100 > div:first-child {
    opacity: 1;
}

.puzzle .p4 .puzzle-25 > div:first-child {
    min-height: 275px;
}

.puzzle .puzzle-25 > div:first-child {
    /*min-height: 275px;*/
    min-height: 450px;
}

.puzzle .puzzle-50 > div:first-child {
    /*min-height: 550px;*/
    min-height: 900px;
}

.puzzle .puzzle-100 > div:first-child {
    /*min-height: 400px;*/
    min-height: 225px;
}

.puzzle .puzzle-25:hover > div:first-child,
.puzzle .puzzle-50:hover > div:first-child,
.puzzle .puzzle-100:hover > div:first-child {
    opacity: 1;
}

.page-id-147 .puzzle .puzzle-100 > div:first-child,
.page-id-184 .puzzle .puzzle-100 > div:first-child {
    opacity: 1;
    background: transparent;
}
#our-partners-publishers img {
    /*max-height: 80px;*/
    max-height: 60px;
    /*max-width: 225px;Safari*/
    width: auto;
    /*padding: 0 20px;*/
    padding: 0 40px;
    opacity: 0;
    -webkit-transition: .5s;
    transition: .5s;
    /*height: auto;Safari*/
}
#our-partners img {
    /*max-height: 100%;*/
    /*max-height: 80px;*/
    max-height: 60px;
    /*padding: 0 20px;*/
    padding: 0 40px;
    opacity: 0;
    -webkit-transition: .5s;
    transition: .5s;
}
#our-partners-publishers img.slick-active,
#our-partners img.slick-active{
    opacity: 1;
}
.button-menu a span{
    background: #f04a22;
    color: white;
    padding: 9px 10px;
    border-radius: 0px;
    font-weight: bold;
    text-transform: uppercase;
    border: 1px solid #f04a22;
    -webkit-transition: .5s;
    transition: .5s;
}
.button-menu:hover a span,
.button-menu:focus a span {
    background: transparent;
    color: #f04a22;
}
.wpcf7-mail-sent-ok {
    border: 0px solid #398f14 !important;
}
.puzzle-2 .special-link img {
    display: none;
}
.puzzle-2.p4 .puzzle-25 {
    position: relative;
}
.puzzle-2.p4 .puzzle-25 > div:first-child {
    position: absolute;
    height: 100%;
    padding-top: 25%;
}
.puzzle-2.p4 .special-link img {
    display: block;
    width: 100%;
    height: auto;
}
.puzzle a {
    font-size: 14px;
}

.puzzle a:after {
    line-height: 2;
}
.puzzle-2 .puzzle-25{
    width: 50%;
    float: left;
}
.puzzle-2.p4 .puzzle-25{
    width: 25%;
    float: left;
    margin-bottom: -1px;
}
.carousel .slick-prev,
.carousel .slick-prev {
    z-index: 99;
}

.carousel .slick-prev {
    left: 25px;
}

.carousel .slick-next {
    right: 25px;
}

.carousel .so-panel {
    margin-bottom: 0 !important;
}

.item-carousel > div:first-child {
    padding: 15% 10% 30px;
    background: rgba(35, 74, 127, 0.7);
    -webkit-transition: .3s ease-in;
    transition: .3s ease-in;
    opacity: 1;
    min-height: 400px;
}

.item-carousel:hover > div:first-child {
    opacity: 1;
}

.padding-left-5-percent .row-fluid {
    padding-left: 6.5%;
}

.full-link .panel-grid-cell {
    position: relative;
}

.full-link .so-panel {
    margin-bottom: 0 !important;
}

.full-content-size a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 32% 0;
    background: rgba(65,65,65,0.7);
    -webkit-transition: .3s ease-in;
    transition: .3s ease-in;
    opacity: 1;
}

.full-content-size:hover a {
    opacity: 1;
}

.background-full {
    position: relative;
}

.full-height {
    position: absolute;
    height: 110%;
    width: 48%;
    /* background-repeat: no-repeat !important; */
    background-position: center;
    background-size: cover;
}

.our-team .so-panel {
    margin-bottom: 0 !important;
}

.team-description {
    background-size: cover;
    background-position: center;
}

.team-description > div:first-child {
    background: rgba(35, 74, 127, 0.8);
    color: white;
    line-height: 1.2;
    padding: 70px 8% 20px;
    opacity: 0;
    min-height: 650px;
    font-size: 15px;
    -webkit-transition: .3s ease-in;
    transition: .3s ease-in;
}

.team-description:hover > div:first-child {
    opacity: 1;
}

.team-name {
    line-height: 1.2;
}

.special-list ul {
    margin-left: 25px;
}

.special-list ul li {
    padding-left: 15px;
    position: relative;
}

.special-list ul li:before {
    content: '\f101';
    font-family: 'FontAwesome' !important;
    color: #414141;
    position: absolute;
    left: -20px;
}

.sfm-rollback {
    width: 0px;
}

#sfm-mob-navbar .sfm-navicon-button {
    top: 20px !important;
}

.contactForm {
    color: #414141;
}

.contactForm label {
    border-bottom: 1px solid #707aa0;
    margin-bottom: 25px;
    width: 100%;
    display: inline-block;
}

.contactForm input,
.contactForm select,
.contactForm textarea {
    background-color: transparent;
    border: none;
    color: inherit;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 300;
    padding: 0;
    width: auto;
}

.contactForm textarea {
    border: 1px solid #707aa0;
    width: 100%;
    height: 150px;
    padding: 10px;
}

.contactForm .wpcf7-form-control-wrap.type {
    margin-top: 25px;
    display: block;
    margin-bottom: 75px;
}

.contactForm .wpcf7-list-item {
    display: block;
    margin-bottom: 5px;
}
.form-left-content .title {
    line-height: 2;
}

/*

header

-----------------*/

.site-header {
    min-height: 100px;
}

.site-header .wrap {
    padding: 0;
}

.site-header .title-area {
    padding: 10px 0 0;
    width: 175px;
}

.site-header .widget-area {
    width: 975px;
}

#menu-top-header {
    /*margin: 20px 0px 20px;*/
    margin: 5px 0px 20px;
    line-height: 1.5;
}

header .genesis-nav-menu .menu-item {
    padding: 5px 20px;
    font-size: 14px;
}

header .genesis-nav-menu .search-element {
    padding-left: 0;
    padding-right: 0;
}

header .genesis-nav-menu .search-element a span {
    font-size: 0;
}

header .genesis-nav-menu .search-element a span:before {
    font-family: 'FontAwesome' !important;
    speak: none;
    content: "\f002";
    font-size: 14px;
}

header .genesis-nav-menu .menu-item a {
    color: #414141;
    padding: 0;
}

header .genesis-nav-menu .menu-item a:hover,
header .genesis-nav-menu .menu-item a:focus,
header .genesis-nav-menu .menu-item.current-menu-item a {
    color: #f04a22;
    text-decoration: none;
}

header .genesis-nav-menu .sub-menu {
    border-top: none;
    background: #7f7f7f;
    width: auto;
    margin-top: 5px;
}

header .genesis-nav-menu .sub-menu .menu-item {
    display: block;
    padding: 7px 20px;
    line-height: 1.5;
}

header .genesis-nav-menu .sub-menu .menu-item a {
    background-color: transparent;
    border: none;
    font-size: 14px;
    padding: 0;
    width: auto;
    color: white;
}

header .genesis-nav-menu .sub-menu .menu-item a:hover,
header .genesis-nav-menu .sub-menu .menu-item.current-menu-item a {
    color: white;
    text-decoration: none;
    opacity: .8;
}

#menu-main-header > li:last-child,
#menu-top-header > li:last-child,
#menu-footer-menu li:last-child {
    padding-right: 0;
    border-right: 0;
}


/*

Footer

--------------------*/

footer.site-footer {
    background-color: #234A7F !important;
    padding: 44px 5% !important;
    color: #fff !important;
    text-align: left;
}

footer .wrap {
    max-width: 100%;
}

footer a {
    color: white;
}

footer a:hover {
    color: #f04a22;
}

.footer-left {
    float: left;
    font-size: 14px;
}

.footer-right {
    float: right;
}

.socials {
    float: left;
}

.socials a {
    margin-right: 20px;
}

.menu-footer-menu-container {
    float: right;
}

#menu-footer-menu li {
    display: inline-block;
    padding: 0px 10px 0px 7px;
    border-right: 1px solid #fff;
    line-height: 1;
    font-size: 14px;
}


/*

Content

***********************/

.full-background {
    /*background-position: top center !important;
    background-size: 100% 90% !important;*/
    background-position: center !important;
    background-size: 105% auto !important;
    height: 500px;
}
.banner .so-widget-sow-editor {
    top: 200px !important;
}
.new-full-screen .banner .so-widget-sow-editor {
    top: 0 !important;
}
.old-full-screen .banner {
    padding-top: 0 !important;
}
.full-background.old-full-screen {
    height: 470px !important;
}
.partners-image img {
    padding: 0 10px;
    width: inherit;
    margin-bottom: 0;
    height: auto;
}
.pioneer {
    position: relative;
}
.pioneer .textwidget {
    position: absolute;
    bottom: 17%;
    right: 10%;
    text-align: right;
}


/*

Newsletter Form

-----------------------*/

.newsletter-popup {
    border: 3px solid #eb4a2d;
}

.newsletter-popup h3 {
    font-family: 'Helvetica Neue';
    font-size: 30px;
    color: #eb4a2d;
    padding-bottom: 20px;
    margin-bottom: 30px;
    border-bottom: 1px dashed #d2d2d2;
}

.f-content {
    margin-bottom: 50px;
}

.f-content .lbl {
    position: absolute;
    font-size: 15px;
    color: #414141;
    z-index: 9;
}

.f-content input[type="email"],
.newsletter-popup .search-field {
    border: none;
    border-bottom: 1px solid #707aa0;
    font-size: 15px;
    padding: 0;
    padding-left: 115px;
    color: #414141;
    width: 100%;
}

.newsletter-popup .search-field {
    border: 1px solid #707aa0;
    padding: 5px !important;
}

.newsletter-popup input[type="submit"] {
    font-size: 16px;
    color: #eb4a2d !important;
    border: 1px solid #eb4a2d;
    padding: 0px 15px;
    margin-bottom: 50px;
    text-transform: inherit;
    background: transparent;
}

#mfp-search.newsletter-popup input[type="submit"] {
    margin-top: 20px;
    margin-bottom: 0px;
}

.newsletter-popup button.mfp-close {
    color: #eb4a2d;
    opacity: 1;
    bottom: 20px;
    top: auto;
    right: 40px;
    font-size: 0;
    text-transform: inherit;
}

.newsletter-popup button.mfp-close:before {
    content: 'close';
    font-size: 16px;
    font-weight: bold;
}

.mfp-wrap {
    background: transparent;
}


/*

Filters

---------------------*/

.filter-posts,
.filter-landing {
    font-size: 22px;
    color: #414141;
    text-align: center;
    margin-bottom: 50px;
}

.filter-posts a,
.filter-landing a {
    color: #414141;
}

.filter-posts a.active,
.filter-posts a:hover,
.filter-landing a.active,
.filter-landing a:hover {
    color: #3e82e1;
}

.list-of-filter-posts {
    color: #414141;
    font-size: 15px;
    text-align: center;
    line-height: 1.4;
    clear: both;
    display: table;
    position: relative;
    width: 100%;
}

.list-of-filter-posts .fp-title {
    /*font-size: 24px;*/
    font-size: 22px;
    padding: 20px 5%;
    min-height: 125px;
    line-height: 1.2;
}

.list-of-filter-posts .fp-title a {
    color: #292a2e;
}

.list-of-filter-posts .fp-content {
    padding: 0 7%;
    min-height: 200px;
}

.list-of-filter-posts .one_third {
    width: 33.33%;
    float: left;
    padding-bottom: 20px;
}
.list-of-filter-posts .one_third:nth-child(3n+1) {
    clear: both;
}

/*Single Post*/

.single-custom-post {
    margin-top: 60px;
    margin-bottom: 50px;
    color: #414141;
    font-size: 16px;
}

.single-custom-post a {
    color: #414141 !important;
}

.single-content a {
    color: #3e82e1 !important;
}

.single-data-post {
    font-size: 14px;
    margin-bottom: 20px;
}

.blog-date .author-b{
    text-transform: capitalize;
}

.single-custom-post h2 {
    font-size: 36px;
    color: #3e82e1;
    margin-bottom: 20px;
}

.single-custom-post .single-content {
    margin-bottom: 20px;
}

.single-custom-post .text-left i {
    padding-right: 10px;
}

.single-custom-post .text-right i {
    padding-left: 10px;
}

.next-prev-post {
    font-size: 14px;
    position: relative;
    font-weight: 700;
}

.prev-post {
    padding-left: 2.15em;
    padding-right: 2em;
}

.next-post {
    padding-right: 2.15em;
    padding-left: 2em;
}

.prev-post:before,
.next-post:before {
    font-family: 'FontAwesome';
    display: block;
    position: absolute;
    top: 0;
    font-size: 26px;
    line-height: 1;
    font-weight: 300;
}

.prev-post:before {
    content: '\f190';
    left: 0;
}

.next-post:before {
    content: '\f18e';
    right: 0;
}

.next-prev-post a > span {
    display: block;
}

.post-pag-title {
    font-weight: 300;
    font-size: 12px;
    line-height: 1.35;
    margin-top: 0.2em;
}

.detail-post h2 {
    font-size: 26px;
}

.detail-post .activated {
    color: #3e82e1 !important;
    text-decoration: underline;
}

.detail-post .child {
    margin-left: 10px;
}

.featured_stories {
    margin-top: 30px;
}

.featured_stories .featured-date {
    font-size: 14px;
}

.p-share {
    margin: 50px 0 80px;
    border: 1px solid;
    width: 150px;
    height: 36px;
    position: relative;
}

.p-share div {
    padding: 5px;
    display: inline-block;
    height: 34px;
    line-height: 2;
    margin: 0;
    vertical-align: middle;
}

.p-share .share-title {
    font-size: 13px;
    padding: 5px 10px;
    border-right: 1px solid;
}

.p-share .share-content {
    padding-top: 3px;
}

.p-share .share-content a {
    margin-left: 10px;
}

.show-more {
    border: 1px solid;
    color: #f04a22;
    padding: 5px 20px;
    display: block;
    width: 150px;
    margin: 0 auto;
    clear: both;
}

#sfm-overlay-wrapper {
    z-index: -1;
}

.sfm-navicon-button.sf_label_default {
    display: none;
}

#sfm-mob-navbar {
    position: absolute !important;
}
#buyers img {
    height: 60px !important;
    width: auto;
}
.img-max-height-b img {
    height: 100px !important;
    width: auto;
}
.awards-mediaalpha img {
    /*padding: 0 20px;
    max-height: 100px;*/
    padding: 0 30px;
    max-height: 80px;
    width: auto;
}

.page-id-147 .puzzle .puzzle-100 > div:first-child,
.page-id-184 .puzzle .puzzle-100 > div:first-child {
    padding: 60px 10%;
}
.puzzle .puzzle-100 > div:first-child {
    padding: 9% 10% 9%;
}

.page-id-3630 .wpcf7-mail-sent-ok,
#cmsg{
    display: none !important;
}
#mfp-message button.mfp-close {
    font-size: 34px;
}
#mfp-message button.mfp-close:before {
    content: '';
}


/* Landing Page*/
.single-landing-post {
    margin-bottom: 15px;
    overflow: hidden;
}
.single-landing-post:after {
    content: '';
    clear: both;
    display: table;
    width: 100%;
}
.right-column, .left-column {
    padding-bottom: 100%;
    margin-bottom: -100%;
    /* overflow: hidden; */
}
.left-column {
    width: 60%;
    float: left;
    background: #f04a22;
    color: white;
}
.right-column {
    width: 40%;
    float: left;
    background: #e2e2e2;
    color: #808080;
}
.left-header {
    background-size: cover;
    background-position: center;
}
.left-header .detail-header,
.left-content .detail-content {
    width: 100%;
    margin-left: auto;
}
.left-header .detail-header {
    padding-top: 10%;
    padding-bottom: 50%;
    padding-right: 50px;
}
.left-content .detail-content {
    padding: 50px;
}
.right-content {
    width: 100%;
    padding: 70px 60px;
    padding-right: 0;
    line-height: 1.2;
}

.single-landing-post h1 {
   font-size: 47px;
   color: #f04a22 ;
   text-shadow: 0px 0px 10px black;
   color: white;
   font-weight: bold;
}
.left-content h3 {
    font-size: 30px;
    color: white;
    margin-bottom: 30px;
}
.detail-content p {
    margin-bottom: 25px;
}
.right-content h2 {
    font-size: 37px;
    color: #3a3a3a;
    border-bottom: 1px dashed #808080;
    padding-bottom: 20px;
    display: inline-block;
}
.right-content .gform_heading,
.right-content .top_label label.gfield_label {
    display: none;
}
.right-content .gform_wrapper .gfield .ginput_container input[type="text"],
.right-content .gform_wrapper .gfield .ginput_container input[type="email"] {
    padding: 15px 20px !important;
    font-size: 17px !important;
    border: 1px solid #c6c6c6;
}
#label_1_5_1 {
    font-size: 12px;
}
.right-content .gform_footer input[type="submit"] {
    color: white;
    background: #f04a22;
    margin: 0 !important;
    width: 100% !important;
    font-size: 20px !important;
}
.right-content a {
    color: #414141;
    text-decoration: underline;
}

.right-content .gform_wrapper .gfield .ginput_container input::-webkit-input-placeholder {
   color: #c6c6c6;
}

.right-content .gform_wrapper .gfield .ginput_container input:-moz-placeholder { /* Firefox 18- */
   color: #c6c6c6;
}

.right-content .gform_wrapper .gfield .ginput_container input::-moz-placeholder {  /* Firefox 19+ */
   color: #c6c6c6;
}

.right-content .gform_wrapper .gfield .ginput_container input:-ms-input-placeholder {
   color: #c6c6c6;
}

.gform_wrapper div.validation_error {
    display: none;
}
.right-content .gform_wrapper li.gfield.gfield_error,
.right-content .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background-color: transparent;
    margin-bottom: 0px!important;
    border-top: 0px solid #C89797;
    border-bottom: 0px solid #C89797;
    padding-bottom: 0px;
    padding-top: 0px;
    box-sizing: border-box;
}
.landing-check input[type="checkbox"] {
    vertical-align: top !important;
    margin-top: 2px !important;
}

/*Effect*/

.load-container {
    position: relative;
    background: url('../../images/logo-ico.png') no-repeat;
}

.load-loader * {
    box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.load-loader {
    position: absolute;
    background: url('../../images/logo-ico.png') no-repeat;
    background-size: 50px auto;
    background-position: center;
    left: 50%;
    width: 150px;
    height: 150px;
    /*margin-top: -75px;*/
    margin-left: -75px;
    perspective: 75px;
    -o-perspective: 75px;
    -ms-perspective: 75px;
    -webkit-perspective: 75px;
    -moz-perspective: 75px;
    transform-type: preserve-3d;
    -o-transform-type: preserve-3d;
    -ms-transform-type: preserve-3d;
    -webkit-transform-type: preserve-3d;
    -moz-transform-type: preserve-3d;
    animation: load-loader 5.7s cubic-bezierrgb(0, 0, 0) infinite;
    -o-animation: load-loader 5.7s cubic-bezierrgb(0, 0, 0) infinite;
    -ms-animation: load-loader 5.7s cubic-bezierrgb(0, 0, 0) infinite;
    -webkit-animation: load-loader 5.7s cubic-bezierrgb(0, 0, 0) infinite;
    -moz-animation: load-loader 5.7s cubic-bezierrgb(0, 0, 0) infinite;
}

.load-dot {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 10;
    width: 12px;
    height: 12px;
    margin-top: -56px;
    margin-left: -6px;
    border-radius: 6px;
    background-color: rgb(240, 74, 34);
    transform-type: preserve-3d;
    -o-transform-type: preserve-3d;
    -ms-transform-type: preserve-3d;
    -webkit-transform-type: preserve-3d;
    -moz-transform-type: preserve-3d;
    transform-origin: 50% 56px;
    -o-transform-origin: 50% 56px;
    -ms-transform-origin: 50% 56px;
    -webkit-transform-origin: 50% 56px;
    -moz-transform-origin: 50% 56px;
    transform: rotateZ(30deg);
    -o-transform: rotateZ(30deg);
    -ms-transform: rotateZ(30deg);
    -webkit-transform: rotateZ(30deg);
    -moz-transform: rotateZ(30deg);
    animation: load-dot1 1.425s cubic-bezier(.6, 0, .4, 1) infinite;
    -o-animation: load-dot1 1.425s cubic-bezier(.6, 0, .4, 1) infinite;
    -ms-animation: load-dot1 1.425s cubic-bezier(.6, 0, .4, 1) infinite;
    -webkit-animation: load-dot1 1.425s cubic-bezier(.6, 0, .4, 1) infinite;
    -moz-animation: load-dot1 1.425s cubic-bezier(.6, 0, .4, 1) infinite;
}

.load-dot:nth-child(2) {
    transform: rotateZ(15deg);
    -o-transform: rotateZ(15deg);
    -ms-transform: rotateZ(15deg);
    -webkit-transform: rotateZ(15deg);
    -moz-transform: rotateZ(15deg);
    animation-name: load-dot2;
    -o-animation-name: load-dot2;
    -ms-animation-name: load-dot2;
    -webkit-animation-name: load-dot2;
    -moz-animation-name: load-dot2;
    animation-delay: 142.5ms;
    -o-animation-delay: 142.5ms;
    -ms-animation-delay: 142.5ms;
    -webkit-animation-delay: 142.5ms;
    -moz-animation-delay: 142.5ms;
    background-color: rgb(252, 118, 85);
}

.load-dot:nth-child(3) {
    transform: rotateZ(0deg);
    -o-transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    -webkit-transform: rotateZ(0deg);
    -moz-transform: rotateZ(0deg);
    animation-name: load-dot3;
    -o-animation-name: load-dot3;
    -ms-animation-name: load-dot3;
    -webkit-animation-name: load-dot3;
    -moz-animation-name: load-dot3;
    animation-delay: 285ms;
    -o-animation-delay: 285ms;
    -ms-animation-delay: 285ms;
    -webkit-animation-delay: 285ms;
    -moz-animation-delay: 285ms;
    background-color: rgb(244, 89, 51);
}

.load-dot:nth-child(4) {
    transform: rotateZ(-15deg);
    -o-transform: rotateZ(-15deg);
    -ms-transform: rotateZ(-15deg);
    -webkit-transform: rotateZ(-15deg);
    -moz-transform: rotateZ(-15deg);
    animation-name: load-dot4;
    -o-animation-name: load-dot4;
    -ms-animation-name: load-dot4;
    -webkit-animation-name: load-dot4;
    -moz-animation-name: load-dot4;
    animation-delay: 427.5ms;
    -o-animation-delay: 427.5ms;
    -ms-animation-delay: 427.5ms;
    -webkit-animation-delay: 427.5ms;
    -moz-animation-delay: 427.5ms;
    background-color: rgb(248, 172, 153);
}

.load-dot:nth-child(5) {
    transform: rotateZ(-30deg);
    -o-transform: rotateZ(-30deg);
    -ms-transform: rotateZ(-30deg);
    -webkit-transform: rotateZ(-30deg);
    -moz-transform: rotateZ(-30deg);
    animation-name: load-dot5;
    -o-animation-name: load-dot5;
    -ms-animation-name: load-dot5;
    -webkit-animation-name: load-dot5;
    -moz-animation-name: load-dot5;
    animation-delay: 570ms;
    -o-animation-delay: 570ms;
    -ms-animation-delay: 570ms;
    -webkit-animation-delay: 570ms;
    -moz-animation-delay: 570ms;
    background-color: rgb(252, 180, 162);
}
.single-landing-post ul li {
   list-style-type: circle;
   margin-left: 24px;
}
.single-landing-post ol li {
   list-style-type: decimal;
   margin-left: 24px;
}


.radio-role .ginput_container_radio {
    clear: left;
    padding-top: 5px;
}

/* # nwe css 16012017
* * * * * * * * * * * * * * * * * * * * * * * */
.contact-form .gform_wrapper  {
    color: #414141;
}
.contact-form .gform_body input {
    border: none;
}

.contact-form .gform_body .gfield_required {
    /*display: none;*/
    /*color: inherit;*/
    color: #f04a22;
}
.contact-form .gform_wrapper .gform_footer {
    margin: 25px 0 0;
}
.contact-form .gform_wrapper .top_label .gfield_label {
    float: left;
    /*display: table-cell;*/
    vertical-align: middle;
    /*width: 105px;*/
    padding-top: 15px;
}
.contact-form .gform_wrapper .top_label .gfield_error .gfield_label {
    padding-top: 8px;
}
.contact-form .gform_wrapper .top_label .gfield_label .no-title {
    float: left;
    /*display: table-cell;*/
    vertical-align: middle;
    /*width: 105px;*/
    padding-top: 15px;
}
.contact-form .gform_wrapper .top_label .no-title .gfield_label {
    display: none;
}
.contact-form .gform_wrapper ul.gform_fields li.gfield {
    border-bottom: 1px solid #707aa0;
    margin-bottom: 25px;
    width: 100%;
    display: table;
    padding-right: 0;
    margin-top: 0 !important;
}

.contact-form .gform_wrapper ul.gform_fields li#field_2_7,
.contact-form .gform_wrapper ul.gform_fields li#field_2_8
 {
	border-bottom: 0px !important;
}

.contact-form .gform_wrapper ul.gform_fields li.gfield.no-line {
    border-bottom: none;
}
.contact-note {
    border: none !important;
    color: #f04a22;
    margin-top: 50px !important;
    margin-bottom: -15px !important;
    font-size: 14px;
}
.contact-form .gform_wrapper .top_label input.medium,
.contact-form .gform_wrapper .top_label select.medium {
    /*width: 100%;*/
    color: #414141;
}
.contact-form .gform_wrapper .gfield_error .gfield_label {
    color: inherit;
}
.contact-form .gform_wrapper .validation_message {
    color: inherit;
    display: none;
}
.contact-form .gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.contact-form .gform_wrapper li.gfield_error textarea {
    border: none;
}
.contact-form .gform_wrapper li.gfield.gfield_error,
.contact-form .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background-color: transparent;
    border-top: none;
    border-bottom: none;
}

.contact-form .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
    font-size: 1em;
    display: block;
    font-weight: normal;
    color: #f00;
}
.contact-form .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container,
.contact-form .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
    margin-top: 0;
}
.contact-form .gform_wrapper .field_description_below .gfield_description {
    padding-top: 0;
}
.contact-form .gform_wrapper textarea {
    border: 1px solid #707aa0;
    width: 100%;
    height: 150px;
    padding: 10px;
}
.contact-form .gform_wrapper .gform_footer input.button,
.contact-form .gform_wrapper .gform_footer input[type=submit],
.contact-form .gform_wrapper .gform_page_footer input.button,
.contact-form .gform_wrapper .gform_page_footer input[type=submit] {
    padding: 10px 15px 10px 20px;
    font-size: 14px;
    border: 1px solid;
    position: relative;
    transition: all .5s ease;
    text-transform: inherit;
    background-color: #f04a22;
    color: #fff !important;
    font-weight: bold;
    text-transform: uppercase;
    border: 1px solid #f04a22;
}
.contact-form .gform_wrapper .gform_footer input.button:hover,
.contact-form .gform_wrapper .gform_footer input[type=submit]:hover,
.contact-form .gform_wrapper .gform_page_footer input.button:hover,
.contact-form .gform_wrapper .gform_page_footer input[type=submit]:hover {
    background-color: #fff;
    color: #f04a22 !important;
}
.contact-form input[type=radio] {
    display: none !important;
}
.contact-form input[type=radio] + label {
    position: relative;
    padding-left: 20px !important;
}
.contact-form input[type=radio]:checked + label:before {
    background: #707aa0;
}
.contact-form input[type=radio]:checked + label:after {
    content: '';
    width: 5px;
    height: 5px;
    background: white;
    position: absolute;
    top: 8px;
    left: 1px;
    border-radius: 100%;
    box-shadow: 1px 1px 3px black;
}
.contact-form input[type=radio] + label:before {
    content: '';
    width: 15px;
    height: 15px;
    position: absolute;
    background: white;
    display: block;
    top: 3px;
    left: -4px;
    border: 1px solid #707aa0;
    /* box-shadow: 2px 2px black; */
    border-radius: 100%;
}
.blue-link a {
    border: 1px solid #3e82e1 !important;
    color: #3e82e1 !important;
}

/* Hero Banner New */
.hero-banner-new {
	height: 100vh !important;
	height: calc(100vh - 100px) !important;
	display: flex !important;
	flex-direction: column;
	align-items: center !important;
	justify-content: center !important;
}

.row-fluid.row-single .span7 {
    float: right;
}

.row-fluid.row-single .span5 {
    margin-left: 0;
}

@media only screen and (max-width: 780px) {
    .row-fluid.row-single .span5 {
        clear: both;
        margin-top: 30px;
    }

    .row-fluid.row-single .span5 .detail-post {
        margin-bottom: 0;
        border-bottom: none;
        border-top: 1px dotted #ef4921;
        padding-bottom: 0;
        padding-top: 20px;
    }

    .row-fluid.row-single .span7 {
        float: none;
    }
}

@media (max-width: 991px) {
	.hero-banner-new {
		height: auto !important;
		min-height: 75vh !important;
	}
}
@media (max-width: 767px) {
	.hero-banner-new {
		height: auto !important;
        min-height: 50vh !important;
	}
}
.hero-banner-new .banner {
    height: auto !important;
    padding: 0 !important;
}
.hero-banner-new .banner .so-widget-sow-editor {
	top: 0 !important;
}

@keyframes load-loader {
    0% {
        transform: rotateX(30deg) rotateZ(0deg);
    }
    100% {
        transform: rotateX(30deg) rotateZ(-360deg);
    }
}

@-o-keyframes load-loader {
    0% {
        -o-transform: rotateX(30deg) rotateZ(0deg);
    }
    100% {
        -o-transform: rotateX(30deg) rotateZ(-360deg);
    }
}

@-ms-keyframes load-loader {
    0% {
        -ms-transform: rotateX(30deg) rotateZ(0deg);
    }
    100% {
        -ms-transform: rotateX(30deg) rotateZ(-360deg);
    }
}

@-webkit-keyframes load-loader {
    0% {
        -webkit-transform: rotateX(30deg) rotateZ(0deg);
    }
    100% {
        -webkit-transform: rotateX(30deg) rotateZ(-360deg);
    }
}

@-moz-keyframes load-loader {
    0% {
        -moz-transform: rotateX(30deg) rotateZ(0deg);
    }
    100% {
        -moz-transform: rotateX(30deg) rotateZ(-360deg);
    }
}

@keyframes load-dot1 {
    0% {
        transform: rotateZ(30deg) rotateX(10deg);
    }
    95%,
    100% {
        transform: rotateZ(390deg) rotateX(10deg);
    }
}

@-o-keyframes load-dot1 {
    0% {
        -o-transform: rotateZ(30deg) rotateX(10deg);
    }
    95%,
    100% {
        -o-transform: rotateZ(390deg) rotateX(10deg);
    }
}

@-ms-keyframes load-dot1 {
    0% {
        -ms-transform: rotateZ(30deg) rotateX(10deg);
    }
    95%,
    100% {
        -ms-transform: rotateZ(390deg) rotateX(10deg);
    }
}

@-webkit-keyframes load-dot1 {
    0% {
        -webkit-transform: rotateZ(30deg) rotateX(10deg);
    }
    95%,
    100% {
        -webkit-transform: rotateZ(390deg) rotateX(10deg);
    }
}

@-moz-keyframes load-dot1 {
    0% {
        -moz-transform: rotateZ(30deg) rotateX(10deg);
    }
    95%,
    100% {
        -moz-transform: rotateZ(390deg) rotateX(10deg);
    }
}

@keyframes load-dot2 {
    0% {
        transform: rotateZ(15deg) rotateX(10deg);
    }
    95%,
    100% {
        transform: rotateZ(375deg) rotateX(10deg);
    }
}

@-o-keyframes load-dot2 {
    0% {
        -o-transform: rotateZ(15deg) rotateX(10deg);
    }
    95%,
    100% {
        -o-transform: rotateZ(375deg) rotateX(10deg);
    }
}

@-ms-keyframes load-dot2 {
    0% {
        -ms-transform: rotateZ(15deg) rotateX(10deg);
    }
    95%,
    100% {
        -ms-transform: rotateZ(375deg) rotateX(10deg);
    }
}

@-webkit-keyframes load-dot2 {
    0% {
        -webkit-transform: rotateZ(15deg) rotateX(10deg);
    }
    95%,
    100% {
        -webkit-transform: rotateZ(375deg) rotateX(10deg);
    }
}

@-moz-keyframes load-dot2 {
    0% {
        -moz-transform: rotateZ(15deg) rotateX(10deg);
    }
    95%,
    100% {
        -moz-transform: rotateZ(375deg) rotateX(10deg);
    }
}

@keyframes load-dot3 {
    0% {
        transform: rotateZ(0deg) rotateX(10deg);
    }
    95%,
    100% {
        transform: rotateZ(360deg) rotateX(10deg);
    }
}

@-o-keyframes load-dot3 {
    0% {
        -o-transform: rotateZ(0deg) rotateX(10deg);
    }
    95%,
    100% {
        -o-transform: rotateZ(360deg) rotateX(10deg);
    }
}

@-ms-keyframes load-dot3 {
    0% {
        -ms-transform: rotateZ(0deg) rotateX(10deg);
    }
    95%,
    100% {
        -ms-transform: rotateZ(360deg) rotateX(10deg);
    }
}

@-webkit-keyframes load-dot3 {
    0% {
        -webkit-transform: rotateZ(0deg) rotateX(10deg);
    }
    95%,
    100% {
        -webkit-transform: rotateZ(360deg) rotateX(10deg);
    }
}

@-moz-keyframes load-dot3 {
    0% {
        -moz-transform: rotateZ(0deg) rotateX(10deg);
    }
    95%,
    100% {
        -moz-transform: rotateZ(360deg) rotateX(10deg);
    }
}

@keyframes load-dot4 {
    0% {
        transform: rotateZ(-15deg) rotateX(10deg);
    }
    95%,
    100% {
        transform: rotateZ(345deg) rotateX(10deg);
    }
}

@-o-keyframes load-dot4 {
    0% {
        -o-transform: rotateZ(-15deg) rotateX(10deg);
    }
    95%,
    100% {
        -o-transform: rotateZ(345deg) rotateX(10deg);
    }
}

@-ms-keyframes load-dot4 {
    0% {
        -ms-transform: rotateZ(-15deg) rotateX(10deg);
    }
    95%,
    100% {
        -ms-transform: rotateZ(345deg) rotateX(10deg);
    }
}

@-webkit-keyframes load-dot4 {
    0% {
        -webkit-transform: rotateZ(-15deg) rotateX(10deg);
    }
    95%,
    100% {
        -webkit-transform: rotateZ(345deg) rotateX(10deg);
    }
}

@-moz-keyframes load-dot4 {
    0% {
        -moz-transform: rotateZ(-15deg) rotateX(10deg);
    }
    95%,
    100% {
        -moz-transform: rotateZ(345deg) rotateX(10deg);
    }
}

@keyframes load-dot5 {
    0% {
        transform: rotateZ(-30deg) rotateX(10deg);
    }
    95%,
    100% {
        transform: rotateZ(330deg) rotateX(10deg);
    }
}

@-o-keyframes load-dot5 {
    0% {
        -o-transform: rotateZ(-30deg) rotateX(10deg);
    }
    95%,
    100% {
        -o-transform: rotateZ(330deg) rotateX(10deg);
    }
}

@-ms-keyframes load-dot5 {
    0% {
        -ms-transform: rotateZ(-30deg) rotateX(10deg);
    }
    95%,
    100% {
        -ms-transform: rotateZ(330deg) rotateX(10deg);
    }
}

@-webkit-keyframes load-dot5 {
    0% {
        -webkit-transform: rotateZ(-30deg) rotateX(10deg);
    }
    95%,
    100% {
        -webkit-transform: rotateZ(330deg) rotateX(10deg);
    }
}

@-moz-keyframes load-dot5 {
    0% {
        -moz-transform: rotateZ(-30deg) rotateX(10deg);
    }
    95%,
    100% {
        -moz-transform: rotateZ(330deg) rotateX(10deg);
    }
}