/*
        Theme Name: SCB
        Theme URI: http://www.thedbagency.com
        Description: SCNM Theme
        Version: 1.0.0
        Author: The DB Agency
        Author URI: http://www.thedbagency.com
*/
/*------------------------------------*\
    MAIN
\*------------------------------------*/
/* global box-sizing */
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i');
* {
    -webkit-font-smoothing: antialiased;
}
.nav.menu-nav li:nth-last-child(2) a{
    background: #00cb00 !important;
    color: #fff;
    padding: 0 15px;
}
.nav.menu-nav li:last-child(2) a:hover {
    background: #0071b7  !important;
	 color: #fff  !important;
}

body {
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: #555
}
a {
    color: #1b1b1b;
    text-decoration: none;
    transition: all 0.3s;
}
a:hover {
    text-decoration: underline;
}
.row {
    width: 100%;
    float: left;
}
.wrapper {
    max-width: 1300px;
    margin: 0 auto;
    position: relative;
}
.clear {
    clear: both;
}

::-webkit-input-placeholder {
    font-weight: 200;
    font-size: 16px;
    opacity: 1;
    font-family: 'Open Sans', san-serif
}
::-moz-placeholder {
    font-weight: 200;
    font-size: 16px;
    opacity: 1;
    font-family: 'Open Sans', san-serif
}
:-ms-input-placeholder {
    font-weight: 200;
    font-size: 16px;
    opacity: 1;
    font-family: 'Open Sans', san-serif
}
:-moz-placeholder {
    font-weight: 200;
    font-size: 16px;
    opacity: 1;
    font-family: 'Open Sans', san-serif
}
/*Header*/

.logo {
    display: inline-block;
    width: auto;
}
.menu-toggle {
    display: none;
}
/*Nav*/

nav.navbar {
    padding: 20px 0
}
.nav.menu-nav {
    margin: 0;
    list-style: none;
    text-align: center;
    padding: 0;
    display: inline-block;
    text-align: right;
    float: right;
/*    line-height: 60px; activate line if vertical menu being used */
    border-bottom: 1px solid #00b400;
    margin-top: 40px;
    padding-bottom: 10px;
}
.nav.menu-nav li {
    display: inline-block;
    list-style: none;
    vertical-align: middle;
    margin-left: 20px;
}
.nav.menu-nav li a {
    font-size: 12px;
    color: #0071b7;
    padding: 0 4px;
    text-decoration: none;
    font-weight: 600;
    line-height: 65px;
    display: block;
    letter-spacing: 1px
}
.nav.menu-nav li a:hover,
.nav.menu-nav li.current_page_item a,
.nav.menu-nav li.current-menu-parent a {
    color: #00cb00;
}
.nav.menu-nav li:first-child {
    margin-left: 0
}
.nav.menu-nav li:last-child a {
    background: #0071b7;
    color: #fff;
    padding: 0 15px;
}
.nav.menu-nav li:last-child a:hover {
    background: #00cb00
}
.nav.menu-nav li a.logo {
    border: none;
    padding-bottom: 8px
}
.mobile-logo {
    display: none;
}
.nav.menu-nav li.logo a {
    background: url("images/logo.png") no-repeat scroll 0 0;
    width: 250px;
    height: 120px;
    display: block;
}
/*Sub menu*/

.nav.menu-nav .sub-menu li {
    clear: both;
    display: block;
    margin: 0;
}
.nav.menu-nav .sub-menu {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    padding: 10px;
    background: #fff;
    z-index: 99999;
/*    margin-top: 13px; activate if logo verticle*/
    margin-top: 10px;
}
.nav.menu-nav .sub-menu li a {
    background: none;
    color: #0071b7;
    line-height: 40px;
    text-align: left;
    font-size: 12px;
    border-bottom: 1px solid #0071b7;
}
.nav.menu-nav .sub-menu li:last-child a {
    border: none;
}
.nav.menu-nav .sub-menu li.current_page_item a,
.nav.menu-nav .sub-menu li a:hover {
    color: #00cb00;
    background: none;
}
.nav.menu-nav .sub-menu li:last-child {
    margin: 0
}
.nav.menu-nav .sub-menu li:last-child a {
    padding: 0 4px
}
.nav.menu-nav li:hover .sub-menu {
    visibility: visible;
    opacity: 1
}
.sub-menu {
    position: relative;
    background: #fff;
    border-top: 1px solid #00cb00;
}
.sub-menu:after,
.sub-menu:before {
    bottom: 100%;
    left: 20%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.sub-menu:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 10px;
    margin-left: -10px;
}
.sub-menu:before {
    border-color: rgba(0, 203, 0, 0);
    border-bottom-color: #00cb00;
    border-width: 11px;
    margin-left: -11px;
}
header.fixed {
    background: #fff none repeat scroll 0 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}
header.fixed .logo img {
/*    height: 60px;*/
}
header.fixed .nav.menu-nav {
    margin: 0;
    line-height: 65px;
    border: none;
}
.nav.menu-nav li a {
    line-height: 50px
}
/*Slider*/

section.slider {
    clear: both;
    margin: 0 auto;
}
section.slider li {
    position: relative;
}
section.slider li a {
    transition: none;
}
section.slider .flex-caption {
    position: absolute;
    top: 70%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    text-align: center;
    left: 0;
    right: 0;
    margin: 0 auto;
    color: #fff;
    z-index: 999
}
.flex-caption h1 {
    color: #fff;
    text-transform: uppercase;
    text-shadow: 5px 0 10px #333;
    margin-bottom: 0;
}
.flex-caption p {
    font-size: 1.5em;
    margin: 0;
    padding: 0px;
    color: #fff;
    text-shadow: 1px 1px 3px #333;
    line-height: 38px;
    width: 72%;
    margin: 0 auto
}
.flex-caption a {
    display: inline-block;
    font-size: 1em;
    padding: 0.5em 1.45em;
    margin-top: 0px;
    background: #00cb00;
    color: #fff;
    text-decoration: none;  
    border-radius: 2px;
    text-transform: uppercase;
    font-weight: 700;
}
.flex-caption a:hover {
    background: #0071b7;
}
section.slider ol.flex-control-nav {
    bottom: 5px;
    position: absolute;
}

/*Test Brand*/

.brand-slider {
    position: relative;
    padding-top: 50px;
}
.flexslider2 .flex-direction-nav {
    position: absolute;
    top: 0;
    width: 100%;
    text-align: right;
}
.flexslider2 .flex-direction-nav li {
    display: inline-block;
    margin-left: 5px
}
.flexslider2 ul.slides li img {} .flexslider2 .flex-direction-nav li a {
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 15px;
    position: static;
    border-radius: 3px;
}
.flexslider2 .flex-direction-nav li a:before {
    content: none;
}
.flexslider2 .flex-direction-nav li a.flex-prev {
    background: #e6e6e8 url("images/left-arrow.png") no-repeat center center;
}
.flexslider2 .flex-direction-nav li a.flex-next {
    background: #e6e6e8 url("images/right-arrow.png") no-repeat center center;
}
.flexslider2 .flex-direction-nav li a.flex-disabled {
    opacity: 0.6 !important
}
.flexslider2 ul.slides li {
    text-align: center;
}
.flexslider2 ul.slides li p {
    margin: 0;
    font-size: 11px;
    line-height: 10px;
}
.sponsors ol.flex-control-nav {
    left: 0;
    right: 0;
    margin: 0 auto
}
/*Timer*/

section.video {
    display: block;
    overflow: hidden;
}
section .title h2 {
    color: #1070a9;    
    text-align: center;
    font-weight: 800;
    margin-top: 0;
}
section.stories-page .title h2 {
    font-weight: 700
}
section.timer {
    background: #efeded;
    padding: 2em 0
}
section.video video {
    width: 100%;
    vertical-align: top;
}
.timer-row {
    text-align: center;
}
section .title {
    margin-bottom: 2em;
}

.video img {
    width: 100%;
    vertical-align: top
}
/*Featured stories*/

section.stories {
    padding: 70px 0;
}
.stories-row .column {
    width: 24%;
    display: inline-block;
    box-sizing: border-box;
    margin-right: 17px;
    vertical-align: top;
    margin-bottom: 20px;
}
.stories-row .column:nth-child(4n) {
    margin-right: 0;
}
.stories-row .column:last-child {
    margin-right: 0px;
}
.column-box {
    background: #0071b7;
    padding: 15px;
    color: #fff;
    min-height: 300px;
}
.stories-row img {
    margin: 0 auto;
    max-width: 100%;
    display: block;
    margin-bottom: 10px;
}
.column-box h3 {
    font-size: 24px;
    color: #fff;
    text-align: left;
    font-weight: normal;
}
.column-box p {
    font-size: 14px;
    color: #fff;
    margin: 0;
    line-height: 20px;
    letter-spacing: -0.5px
}
.column-box a {
    min-width: 110px;
    line-height: 33px;
    color: #fff;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
    background: #00bc00;
    display: inline-block;
    margin-top: 15px;
    text-decoration: none;
}
.column-box a:hover {
    background: #2091d7;
}
section.client {
    background: #efeded;
    padding: 70px 0 30px;
}
/*Clients*/

.clients-row .column-3 {
    width: 31%;
    margin-right: 45px;
    background: #00b400;
    color: #fff;
    overflow: hidden;
    padding: 30px 10px;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 45px;
    box-sizing: border-box;
}
.clients-row .column-3:nth-child(3n) {
    margin-right: 0
}
.clients-row .column-3:last-child {
    margin-right: 0
}
.clients-row .column-3 img {
    float: left;
    border-radius: 50%;
    margin-right: 20px;
    width: 120px;
    height: 120px;
}
.clients-row .column-3 .client-say {
    width: auto;
}
.client-say h4 {
    color: #fff;
    font-size: 20px;
}
.client-say div {
    font-size: 12px;
    color: #fff;
}
.client-say p {
    font-size: 14px;
    color: #fff;
}
section.sponsors {
    padding: 2em 0;
    background: whitesmoke;
}
/*Footer*/

footer {
    background: #0071b7;
}
/*FooterCopyright*/

.footer-copyright {
    background: #0071b7;
    padding: 20px 0;
    color: #fff
}
.footer-copyright p {
    margin: 0;
    font-size: 12px;
    display: block;
    width: auto;
    color: #fff;
    text-align: right;
}
.footer-copyright p a {
    text-decoration: none;
    color: inherit;
}
.footer-copyright ul {
    display: inline-block;
    width: auto;
    float: right;
    text-align: right;
    margin: 0;
    line-height: 30px;
    padding-top: 10px;
    padding-left: 0
}
.footer-copyright ul li {
    list-style: none;
    display: inline-block;
    margin-left: 10px
}
.footer-copyright ul li a {
    color: #fff;
    font-size: 25px;
}
.footer-copyright ul li a:hover {
    color: #29a6e6;
}
/*Inner Pages*/
/*Inner Page Section*/

.page-banner {
    background-size: cover !important;
    background-position: top center !important;
    background-repeat: no-repeat !important;
    width: 100%;
    position: relative;
    min-height: 330px;    
    background-size: cover !important;
}
.page-banner .overlay {    
    background: rgba(41, 166, 230,0.5); /* Old Browsers */
    background: -webkit-radial-gradient(bottom,rgba(17, 17, 17,.8),rgba(0,0,0,0)); /*Safari 5.1-6*/
    background: -o-radial-gradient(bottom,rgba(17, 17, 17,.8),rgba(0,0,0,0)); /*Opera 11.1-12*/
    background: -moz-radial-gradient(bottom,rgba(17, 17, 17,.8),rgba(0,0,0,0)); /*Fx 3.6-15*/
    background: radial-gradient(to top, rgba(17, 17, 17,.8), rgba(0,0,0,0)); /*Standard*/
    height: 100%;
    position: absolute;
    width: 100%;
    opacity:0.3;
}
.page-banner .title {
    position: absolute;
    text-align: center;
    top: 70%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: 100%;
}
.page-banner .title h1 {
    font-size: 50px;
    color: #fff;
    font-weight: 800;
    text-shadow: 0 0 2px #000;
    letter-spacing: -2px
}
.page-banner .title p {
    margin: 10px 0;
    color: #fff;
    font-size: 20px;
    line-height: 30px;
}
.page-banner .title a {
    display: inline-block;
    font-size: 1em;
    padding: 0.5em 1.45em;
    margin-top: 0px;
    background: #00cb00;
    color: #fff;
    text-decoration: none;  
    border-radius: 2px;
    text-transform: uppercase;
    font-weight: 700;
}

.page-banner .title a:hover {
    background: #0071b7;
}

.page-banner .attribution {
    position: absolute;
    text-align: center;
    top: 40px;
    right:20px;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: 131px;
    height:50px;
    background-image: url(images/stanchart-logo-small.png);
    background-repeat: no-repeat;
}

.page-content {
    padding: 30px 0 30px;
    background-image: url(images/background.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.img-row img {
    width: 100%;
    vertical-align: top;
}
.article-column h4 {
    font-size: 32px;
    color: #1070a9;
    margin-top: 10px;
    letter-spacing: -1px
}
.race-information h4 {
    margin-top: 30px
}
.page-content.chairman-message .title h2,
.page-content.stories-page .title h2 {
    text-align: center;
}
/*About US Page*/

.page-content .column-row {
    width: 66%;
    display: inline-block;
    max-width: 960px
}
.article-column,
.page-bgcol,
.page-content.page-bgcol+section.sponsors {
    /*background: #edecec;*/
}
.page-content .title {
    margin-bottom: 10px
}
.page-content .title h2 {
    text-align: left;
}
.about-page .column-row img {
    width: 100%
}
.column-row video {
    width: 100%;
}
.about-page .img-row img {
    vertical-align: top;
}
.page-content .aside-row {
    width: 30%;
    float: right;
    display: inline-block;
}
.page-content .article {
    padding: 1em 2em;
}
.page-content .article img{
    width: 100%;
    height:auto;
}
.page-content .article p,
.page-content .article li {
    text-align: left;    
}
.page-content .article .column-3 {
    display: inline-block;
    width: 45%;
    vertical-align: top;
}
.about-page .article .title h2 {
    text-align: center;
}
.page-content .article .column-9 {
    display: inline-block;
    width: 45%;
    vertical-align: top;
    float: right;
}
.page-content .article ul {
    padding: 10px;
}
.page-content .article li {
    color: #00b400;
    list-style: none;
}
.page-content .article li:before {
    display: inline-block;
    content: '';
    width: 3px;
    height: 3px;
    background: #00b400;
    border-radius: 50%;
    vertical-align: middle;
    position: relative;
    left: -5px
}
/*Aside Column*/

.aside-column {
    background: #00b400;
    padding: 1.45em;
}
.aside-column h4{   
    color: #fff;
    margin-top: 0;
}
.aside-column ul {
    padding: 0;
    margin: 0;
    margin-top: 20px;
}
.aside-column li {
    display: block;
    list-style: none;
}
.aside-column li a {
    border: 1px solid #fff;
    margin-bottom: 1em;
    line-height: 1.45em;
    padding: 0.5em 1em;
    display: block;
    color: #fff;    
    text-decoration: none;
    text-transform: uppercase;
}
.aside-column li a:hover,
.aside-column li a.active {
    background: #0071b7;
}
/*Stories Page*/

.stories-page {
    background: #edecec;
}
.article-row {
    padding-bottom: 30px
}
.article-row p {
    font-size: 17px;
    letter-spacing: 0.5px;
    text-align: justify;
}
.share-story {
    text-align: center;
}
.share-story h2 {
    font-weight: 400;
    font-size: 28px;
    color: #1070a9
}
.share-story ul {
    padding: 0;
    /*margin-top: 30px;*/
}
.share-story li {
    list-style: none;
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
}
.share-story a {
    font-size: 25px;
    color: #1070a9;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid #1070a9;
    display: block;
    line-height: 50px;
    text-align: center;
    font-weight: bold;
}
.next-prev-arrow {
    padding: 25px
}
.prev-arrow,
.next-arrow {
    position: relative;
    background: #0071b7;
    display: inline-block;
    line-height: 50px;
    font-size: 13.5px;
    color: #fff;
    padding: 0 30px;
    font-weight: 600;
    letter-spacing: 1px
}
.next-arrow {
    float: right;
}
.prev-arrow:after,
.next-arrow:after {
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-width: 25px;
    margin-top: -25px;
}
.prev-arrow:after {
    right: 100%;
    border-right-color: #0071b7;
}
.next-arrow:after {
    left: 100%;
    border-left-color: #0071b7;
}
.next-arrow:hover:after {
    border-left-color: #00bc00
}
.prev-arrow:hover:after {
    border-right-color: #00bc00
}
.prev-arrow:hover,
.next-arrow:hover {
    background: #00bc00;
    text-decoration: none;
}
.similar-stories {
    padding: 30px 0;
}
.similar-stories h2 {
    font-weight: 400;
    font-size: 40px;
    color: #1070a9
}
.similar-stories ul {
    padding: 0;
    margin-top: 30px;
}
.similar-stories li {
    list-style: none;
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
}
.featured-stories {
    padding: 10px 20px 20px;
    background: #e8e8e9;
}
.featured-stories h4 {
    font-weight: 400;
    font-size: 30px;
    color: #1070a9
}
.featured-stories ul {
    padding: 0;
}
.featured-stories li {
    list-style: none;
    display: inline-block;
    margin-right: 8px;
    width: 24%
}
.featured-stories li img {
    width: 100%;
    /*height: 195px*/
}
.stories-img {
    padding: 30px 20px;
}
.stories-img ul {
    padding: 0;
    margin-top: 30px;
}
.stories-img li {
    list-style: none;
    display: inline-block;
    margin-right: 8px;
    margin-bottom: 10px;
    width: 24%;
    vertical-align: top;
    box-sizing: border;
    margin-bottom: 20px;
}
.stories-img li img {
    width: 100%;
}
.stories-img a.load-more {
    font-size: 14px;
    color: #fff;
    background: #00bc00;
    display: inline-block;
    line-height: 45px;
    text-align: center;
    font-weight: bold;
    margin-top: 30px;
    padding: 0 20px;
    border-radius: 2px;
}
.stories-img a.load-more:hover {
    text-decoration: none;
    background: #1070a9
}
.contact-form form {
    padding-right: 10px;
}
.contact-content {
    padding-left: 10px;
    text-align: right;
    border: 1px solid #fff;
    padding: 1em;
    border-radius: 5px;
    background: white;
}
.contact-content h4 {
    color: #00bc00;        
}

.contact-content address {
    font-style: normal;    
}
.contact-content p {
    color: #666768;
}
.contact-form .column {
    display: inline-block;
    vertical-align: top;
    width: 49%;
}
.contact-form .input-row {
    clear: both;
    margin-bottom: 10px;
}
.contact-form label {
    clear: both;
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: bold;
    color: #425666;
    margin-bottom: 10px;
    display: block;
}
.contact-form {
    padding: 30px;
}
.contact-form input,
.contact-form textarea {
    clear: both;
    line-height: 40px;
    border: 1px solid #d7dde3;
    height: auto;
    width: 100%;
    padding: 0 5px;
    box-sizing: border-box;
    box-shadow: 0 0 3px #ccc inset
}
.contact-form input.wpcf7-submit {
    background: #00bc00;
    width: auto;
    padding: 0 20px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    border-radius: 5px;
    box-shadow: none;
    text-transform: uppercase;

}
.contact-form input.wpcf7-submit:hover {
    background: #0071b7
}
.contact-form textarea {
    height: 100px;
    line-height: 30px;
}
.contact-form form .textarea {
    margin-top: 10px;
}
.race-information {
    padding: 20px 20px 0;
}
.race-tabs ul {
    padding: 0;
    margin: 0
}
.race-tabs li {
    line-height: 50px;
    text-align: center;
    background: #00bc00;
    font-weight: 600;
    font-size: 15px;
    color: #fff;
    cursor: pointer;
    list-style: none;
    display: inline-block;
    width: 32.9%;
    margin-bottom: 0.2em;
}
.race-tabs li:hover,
.race-tabs li.current {
    background: #0071b7;
    text-decoration: none;
}
.date-vanu {
    display: block;
    width: 99.6%;
    background: #00bc00;
    margin-top: 20px;
    padding: 12px 10px;
    box-sizing: border-box;
    overflow: hidden;
}
.date-vanu p {
    display: inline-block;
    font-size: 15px;
    color: #fff;
    margin: 0;
    vertical-align: top;
    line-height: 20px;
}
.date-vanu p:last-child {
    float: right;
    width: 63%;
    text-align: right;
}
.date-vanu p strong {
    font-weight: bold;
}
.date-vanu p b {
    color: #0067a6;
    margin-right: 5px;
}
.race-table table {
    width: 100%;
    text-align: left;
    border-collapse: collapse;
    margin-top: 0px;
}
.race-table table tr {
    border-bottom: 1px solid #00b400;
}
.race-table table th,
.race-table table td {
    text-align: left;
    padding: 20px 0;
    color: #1070a9;
    font-weight: normal;
/*    font-size: 20px;*/
}
.race-table table td {
    font-size: 14px;
}
.race-table table tbody tr:last-child {
    border: none;
}
.race-table table th {
    font-weight: 600
}
.race-row .tab-content {
    opacity: 0;
    visibility: hidden;
    display: none;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}
.race-row .tab-content.current {
    opacity: 1;
    visibility: visible;
    display: block;
}
.race-row .tab-content h2 {
    font-size: 30px;
}

.routeMap{
    width: 100%;
    height:auto;
}
/*Sponser*/

.sponsers .race-tabs {
    margin-top: 1em;
    margin-bottom: 1em;
    overflow: hidden;
}
.sponser-column .img-column {
    display: inline-block;
    width: 40%;
    vertical-align: top;
}
.sponser-column .img-column img {
    width: 100%;
    background: none;
    padding: 0.5em;
}
.sponser-column .sponser-content {
    display: inline-block;
    width: 56%;
    box-sizing: border-box;
    padding-left: 10px;
    float: right;
}
.sponser-column .sponser-content h4 {
    margin-top: 0
}
.sponser-column .sponser-content p {
    font-size: 14px;
    color: #666768
}
.sponser-row .tab-content {
    opacity: 0;
    visibility: hidden;
    display: none;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}
.sponser-row .tab-content.current {
    opacity: 1;
    visibility: visible;
    display: block;
}
.sponser-row .tab-content h2 {
    font-size: 30px;
}
/*Seeing-page*/

.seeing-page.page-bgcol,
.page-content.seeing-page.page-bgcol+section.sponsors {
    background: #fafafa
}
.seeing-page .title h2 {
    text-align: center;
    margin-bottom: 1em
}
section .seeing_page {
    background: #f2f2f3;
    overflow: hidden;
}
section .seeing_page .column {
    float: left;
    width: 50%;
}
section .seeing_page .column img {
    width: 100%;
    vertical-align: top;
}
.column-text {
    position: relative;
    padding: 20px 40px;
    height: 400px
}
.column-text .text h4 {
    color: #1070a9;
    font-size: 32px;
    font-weight: normal;
    letter-spacing: -1px
}
.column-text .text p {
    color: #666768;
    font-size: 17px;
    font-weight: 300
}
.column-text .text {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
section.donat {
    clear: both;
    padding: 2em 0;
    text-align: center;
    background: #fff
}
section.donat h2 {
    color: #0071b7;
    font-weight: 700;
    margin-top: 0;   
}
section.donat a {   
    color: #fff;
    font-size: 1.24em;
    font-weight: 600;
    text-align: center;
    background: #00bc00;
    display: inline-block;
    margin-top: 1em;
    text-decoration: none;
    padding: 0.5em 1em;
}
.seeing-videos {
    padding: 100px 0;
    clear: both;
}
.seeing-page .seeing-videos .title h2,
.seeing-page .gallery-slider .title h2 {
    text-align: left;
}
.seeing-videos .column-3 {
    width: 33%;
    padding: 10px;
    box-sizing: border-box;
    display: inline-block;
    padding: 0 15px;
}
.seeing-videos .column-3:first-child {
    padding-right: 30px;
    padding-left: 0
}
.seeing-videos .column-3:last-child {
    padding-left: 30px;
    padding-right: 0
}
.video-column h3 {
    color: #1070a9;
    font-weight: 600;
    font-size: 26px;
    margin-top: 10px
}
.video-column video {
    width: 100%;
    height: 280px;
}
.video-column p {
    font-size: 19px;
    margin: 0
}
.gallery-slider #carousel {
    bottom: 10px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    text-align: center;
    width: 88%;
}
/*.gallery-slider #carousel li img{width:180px; height: 170px;}*/

.gallery-slider #slider li img {
    width: 100%
}
.gallery-slider .slides img {
    vertical-align: top;
}



/*Media Gallery Page*/

.gallery-page .title h2 {
    text-align: center;
}
.gallery-page .title p {
    text-align: center;
    margin: 0;
    font-size: 28px;
    color: #0071b7;
}
.media-gallery {
    padding: 0 0 50px;
    text-align: center;
}

.media-gallery .tabs {
    padding: 0;
    margin: 0 auto;
    width: 80%;
    position: relative;
}
.media-gallery .tabs li {
    display: inline-block;
    font-size: 22px;
    color: #00bc00;
    font-weight: 700;
    text-align: center;
}
.media-gallery .tabs li.current,
.media-gallery .tabs li:hover {
    color: #0071b7;
}
.media-gallery .flexslider4 {
    position: relative;
    width: 80%;
    margin: 0 auto
}
.media-gallery .flexslider4::before {
    background: #00bc00;
    bottom: 25px;
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    left: 0;
    right: 0;
    width: 90%;
    margin: 0 auto
}
.media-gallery .tabs li:after {
    width: 50px;
    height: 50px;
    border: 2px solid #00bc00;
    content: '';
    display: block;
    margin: 20px auto 0;
    border-radius: 50%;
    position: relative;
    z-index: 999;
    background: #edecec
}
.media-gallery .tabs li.current:after,
.media-gallery .tabs li:hover:after {
    border-color: #0071b7;
    background: #0071b7
}
.gallery-tabs .flex-direction-nav a {
    width: auto;
    height: auto;
}
.gallery-tabs .flex-direction-nav a.flex-prev {
    left: -20px
}
.gallery-tabs .flex-direction-nav a.flex-next {
    right: -20px
}
.gallery-tabs .flex-direction-nav a:after,
.media-gallery .flex-direction-nav a:before {
    background-repeat: no-repeat;
    background-position: center center;
    width: 60px;
    height: 60px;
    background-size: 100%
}
.gallery-tabs .flex-direction-nav a.flex-prev::before {
    background-image: url("images/arrow-left.png");
    content: '';
}
.gallery-tabs .flex-direction-nav a.flex-next:before {
    background-image: url("images/arrow-right.png");
    content: '';
}
.gallery-tabs .flex-direction-nav .flex-disabled {
    opacity: 1 !important;
    filter: alpha(opacity=1);
    z-index: 1
}
.media-gallery .tab-gallery {
    position: relative;
    min-height: 400px;
}
.media-gallery .tab-content {
    left: 0;
    right: 0;
    margin: 0 auto;
    display: none;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}
.media-gallery .tab-content.current {
    margin-top: 50px;
    font-size: 30px;
    font-weight: 600;
    color: #00bc00;
    display: block;
}
.stories-img span {
    clear: both;
    color: #0071b7;
    display: block;
    font-size: 20px;
    width: auto;
}
.gallery-slider .thumb-img {
    position: absolute;
    bottom: 2px;
    width: 95%;
    left: 0;
    right: 0;
    margin: 0 auto
}
.gallery-slider .thumb-img li img {
    width: 100% !important;
    vertical-align: top;
    cursor: pointer;
}
.flex-centered .slides {
    width: 100%!important;
    text-align: center;
}
.flex-centered .slides li {
    display: inline-block!important;
    *display: inline!important;
    float: none!important;
}
.gallery-slider .thumb-img .flex-direction-nav a {
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.gallery-slider .thumb-img .flex-direction-nav .flex-prev {
    left: 0;
    text-align: left;
    padding-left: 10px;
}
.gallery-slider .thumb-img .flex-direction-nav .flex-next {
    padding-right: 10px;
}
.gallery-stories li {
    position: relative;
}
.gallery-stories li *,
.gallery-stories li *:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}
.gallery-stories li img {
    max-width: 100%;
    vertical-align: top;
    -webkit-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}
.gallery-stories li figcaption {
    position: absolute;
    top: 50%;
    width: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
    text-align: center;
}
.gallery-stories li h3 {
    font-size: 18px;
    margin: 0;
    padding: 0 5px;
    text-transform: uppercase;
    color: #0071b7
}
.gallery-stories li .galley {
    overflow: hidden;
}
.gallery-stories li .galley a {
    background: #0071b7;
    color: #fff;
    font-size: 12px;

    line-height: 30px;
    padding: 0 10px;
    text-decoration: none;
    display: inline-block;
    margin-top: 10px;
}
.gallery-stories li:hover figcaption,
.gallery-stories li.hover figcaption {
    opacity: 1;
}
.gallery-stories li:hover img,
.gallery-stories li.hover img {
    opacity: 0.2;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.gallery-slider .thumb-img li {
    background: #fff
}
.gallery-slider .thumb-img li img {
    opacity: 0.7;
    height: 110px;
}
.gallery-slider .thumb-img li img:hover {
    opacity: 1
}

/*Seeing is Believing New Format*/

body {
    font-family: Arial;
    color: #333;
}
div.flex-tabs {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

div.flex-tabs > label {
    flex: 0 0 31.5%;
    background: #00bc00; 
    color:white;
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd; 
    border-bottom: 0; 
    border-left: 1px solid #ddd; 
    padding: 1em 0.5em;
    cursor: pointer;
    z-index: 1;
    margin-left: -1px;
    line-height:normal;
    text-transform:uppercase;
    text-align:center;
    font-weight:bold;    
}

@media (max-width: 991px) {
    div.flex-tabs > label {
        flex: 0 0 100%;
        background: #00bc00; 
        color:white;
        border-top: 1px solid #ddd;
        border-right: 1px solid #ddd; 
        border-bottom: 0; 
        border-left: 1px solid #ddd; 
        padding: 1em 0.5em;
        cursor: pointer;
        z-index: 1;
        margin-left: -1px;
        line-height:normal;
        text-transform:uppercase;
        text-align:center;
        font-weight:bold;    
    }
}
div.flex-tabs > label:first-of-type {
    margin-left: 0;
}
div.flex-tabs > .flex-tabs-content {
    width: 96%;
    margin-top: 0px;
    padding: 2em 0;
    border: none;
    background:transparent;
    -webkit-order: 1;
    order: 1;
    color:white;
}
div.flex-tabs > input[type=radio],div.flex-tabs > .flex-tabs-content {
    display: none;
}
div.flex-tabs > input[type=radio]:checked + label {
    background: #0071b7; 
}
div.flex-tabs > input[type=radio]:checked + label +  div {
    display: block;
}

div.sib-holder {
    display: flex;
}
@media (max-width: 991px) {
    div.sib-holder {
        flex-direction: column-reverse;
        margin-bottom: 0.2em;
    }
}
div.item {
    width: 50%;
    padding: 2em;
    min-height: 300px;
}
div.item h2 {
    color: #1070a9;
    font-weight: 300;    
    margin-top: 0;
}
@media (max-width: 991px) {
    div.item {
        width: auto;
        min-height: 200px;
        padding: 0.2em 2em;
    }
}
div.last {
    color: #666768;
    background: #f2f2f3;
}
.one {
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
.main_content {
    background: #fff;
    padding: 1em 1em;
    -webkit-box-shadow: 1px 1px 3px 0px rgba(110, 110, 110, 1);
    -moz-box-shadow: 1px 1px 3px 0px rgba(110, 110, 110, 1);
    box-shadow: 1px 1px 3px 0px rgba(110, 110, 110, 1);
    /*margin-bottom: 40px;margin-top: 40px;*/

    background-image: url("images/header.svg");
    background-image: url("images/overlay.png"), url("images/header.svg"), -moz-linear-gradient(75deg, #ffffff 15%, #dedede 55%);
    background-image: url("images/overlay.png"), url("images/header.svg"), -webkit-linear-gradient(75deg, #ffffff 15%, #dedede 55%);
    background-image: url("images/overlay.png"), url("images/header.svg"), -ms-linear-gradient(75deg, #ffffff 15%, #dedede 55%);
    background-image: url("images/overlay.png"), url("images/header.svg"), linear-gradient(75deg, #ffffff 15%, #dedede 55%);
    background-color: whitesmoke;
    background-size: 128px 128px, 100% 100%, auto;
    background-repeat: repeat, no-repeat, no-repeat;
    border-radius: 3px;
}
/*New Sponsor Style*/

#row-sponsor {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: left;
}
#row-sponsor > .col-sponsor {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 10%;
            flex: 0 0 10%;
    margin: 1px;
    padding: 5px;
    background: white;
    border: 1px solid #00cb00;
	border-radius: 5px;
}
#row-sponsor > .col-sponsor > a {
    text-decoration: none;
}
#row-sponsor > .col-sponsor > a:hover {
    text-decoration: none;
}
#row-sponsor > .col-sponsor > a > img {
    width: 100%;
}

#row-sponsor2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack:start;
        -ms-flex-pack:start;
            justify-content:flex-start;
    width: 100% !important;
}
#row-sponsor2 > .col-sponsor2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 10%;
            flex: 0 0 10%;
    margin: 1px;
    padding: 10px;
    background: white;
    border: 1px solid #00cb00;
}
#row-sponsor2 > .col-sponsor2 > a {
    text-decoration: none;
}
#row-sponsor2 > .col-sponsor2 > a:hover {
    text-decoration: none;
}
#row-sponsor2 > .col-sponsor2 > a > img {
    width: 100%;
}

#CO-SPONSORS .img-column {
    width: 100% !important;
}
.pure-form label {
    margin: .5em 0 .2em;
    font-weight: bold;
}
/*Home Page Counter*/

.timer-column {
    display: inline-block;
}
.timer-column p {
    margin-bottom: 0;
    margin-top: 0.2em;
}
.timer-column span {
    background: #000;
    display: block;
    line-height: initial;
    margin-left: 5px;
    margin-right: 5px;
    padding: 0px 5px;
    min-width: 95px;
    font-size: 3em;
    font-weight: 700;
    color: #fff;
    border-radius: 5px;
    background: #006ca5;
    background: -webkit-linear-gradient(#006ca5 50%, #005988 50%);
    background: -o-linear-gradient(#006ca5 50%, #005988 50%);
    background: -moz-linear-gradient(#006ca5 50%, #005988 50%);
    background: linear-gradient(#006ca5 50%, #005988 50%);
}
@media (max-width: 991px) {
    .timer-column span {
        background: #000;
        display: block;
        line-height: initial;
        margin-left: 5px;
        margin-right: 5px;
        padding: 0px 5px;
        min-width: 95px;
        font-size: 3em;
        font-weight: 700;
        color: #fff;
        border-radius: 5px;
        background: #006ca5;
        background: -webkit-linear-gradient(#006ca5 50%, #005988 50%);
        background: -o-linear-gradient(#006ca5 50%, #005988 50%);
        background: -moz-linear-gradient(#006ca5 50%, #005988 50%);
        background: linear-gradient(#006ca5 50%, #005988 50%);
    }
}
@media (max-width: 767px) {
    .timer-column span {
        background: #000;
        display: block;
        line-height: initial;
        margin-left: 5px;
        margin-right: 5px;
        padding: 0px 5px;
        min-width: 40px;
        font-size: 1.45em;
        font-weight: 700;
        color: #fff;
        border-radius: 5px;
        background: #006ca5;
        background: -webkit-linear-gradient(#006ca5 50%, #005988 50%);
        background: -o-linear-gradient(#006ca5 50%, #005988 50%);
        background: -moz-linear-gradient(#006ca5 50%, #005988 50%);
        background: linear-gradient(#006ca5 50%, #005988 50%);
    }
}
.timer-column p {
    color: #0071b7;
    font-size: 1.25em;
    display: inline-block;
}
@media (max-width: 991px) {
    .timer-column p {
        color: #0071b7;
        font-size: 1em;
        display: inline-block;
    }
}
@media (max-width: 767px) {
    .timer-column p {
        color: #0071b7;
        font-size: 0.75em;
        display: inline-block;
    }
}

/*Type Reset*/
html {font-size: 1em;}

body {    
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    line-height: 1.45;    
}

p,address {margin-bottom: 1.3em;}

h1, h2, h3, h4 {
    margin: 1.414em 0 0.5em;
    font-family: 'Open Sans', sans-serif;
    font-weight: 800;
    line-height: 1.2;
}

h1 {
    margin-top: 0 !important;;
    font-size: 2.441em !important;
}

h2 {font-size: 1.953em !important;}

h3 {font-size: 1.563em !important;}

h4 {font-size: 1.25em !important;}

small, .font_small {font-size: 0.8em !important;}

strong,b{font-weight: 600 !important;}

@media (max-width: 991px) {
    html {font-size: 1em !important;}

    body {       
        font-family: 'Open Sans', sans-serif;
        font-weight: 300;
        line-height: 1.45;
        color: #555;
    }

    p,address {margin-bottom: 1.3em; font-size: 1em;}
    ul{font-size: 1em;}

    h1, h2, h3, h4 {
        margin: 1.414em 0 0.5em;
        font-family: 'Open Sans', sans-serif;
        font-weight: 800;
        line-height: 1.2;
    }

    h1 {
        margin-top: 0;
        font-size: 2.074em !important;
    }

    h2 {font-size: 1.728em !important; }

    h3 {font-size: 1.44em !important;}

    h4 {font-size: 1.2em !important;}

    small, .font_small {font-size: 0.833em !important;}

    strong,b{font-weight: 600 !important;}

}

@media (max-width: 767px) {
    html {font-size: 0.75em !important;}

    body {        
        font-family: 'Open Sans', sans-serif;
        font-weight: 300;
        line-height: 1.45;
        color: #555;
    }

    p,address {margin-bottom: 1.3em; font-size: 0.75em;}
    ul{font-size: 0.75em;}
    table{font-size: 0.5em;}

    h1, h2, h3, h4 {
        margin: 1.414em 0 0.5em;
        font-family: 'Open Sans', sans-serif;
        font-weight: 800;
        line-height: 1.2;
    }

    h1 {
        margin-top: 0;
        font-size: 1.296em !important;
    }

    h2 {font-size: 1.215em !important;}

    h3 {font-size: 1.138em !important;}

    h4 {font-size: 1.067em !important;}

    small, .font_small {font-size: 0.937em !important;}

    strong,b{font-weight: 600 !important;}
}

p > a.subliminals {
    display: inline-block;
    font-size: 1em;
    padding: 0.5em 1.45em;
    margin-top: 0px;
    background: #00cb00;
    color: #fff;
    text-decoration: none;  
    border-radius: 2px;
    text-transform: uppercase;
    font-weight: 700;
}
p > a.subliminals:hover {
    background: #0071b7;
}

