/*

Theme Name: Twenty Sixteen

Theme URI: https://wordpress.org/themes/twentysixteen/

Author: the WordPress team

Author URI: https://wordpress.org/

Description: Twenty Sixteen is a modernized take on an ever-popular WordPress layout — the horizontal masthead with an optional right sidebar that works perfectly for blogs and websites. It has custom color options with beautiful default color schemes, a harmonious fluid grid using a mobile-first approach, and impeccable polish in every detail. Twenty Sixteen will make your WordPress look beautiful everywhere.

Version: 1.3

License: GNU General Public License v2 or later

License URI: http://www.gnu.org/licenses/gpl-2.0.html

Tags: one-column, two-columns, right-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready, blog

Text Domain: twentysixteen



This theme, like WordPress, is licensed under the GPL.

Use it to make something cool, have fun, and share what you've learned with others.

*/





/**

 * Table of Contents

 *

 * 1.0 - Normalize

 * 2.0 - Genericons

 * 3.0 - Typography

 * 4.0 - Elements

 * 5.0 - Forms

 * 6.0 - Navigation

 *   6.1 - Links

 *   6.2 - Menus

 * 7.0 - Accessibility

 * 8.0 - Alignments

 * 9.0 - Clearings

 * 10.0 - Widgets

 * 11.0 - Content

 *    11.1 - Header

 *    11.2 - Posts and pages

 *    11.3 - Post Formats

 *    11.4 - Comments

 *    11.5 - Sidebar

 *    11.6 - Footer

 * 12.0 - Media

 *    12.1 - Captions

 *    12.2 - Galleries

 * 13.0 - Multisite

 * 14.0 - Media Queries

 *    14.1 - >= 710px

 *    14.2 - >= 783px

 *    14.3 - >= 910px

 *    14.4 - >= 985px

 *    14.5 - >= 1200px

 * 15.0 - Print

 */





/**

 * 1.0 - Normalize

 *

 * Normalizing styles have been helped along thanks to the fine work of

 * Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/

 */





body{ font-family: 'PT Sans', sans-serif; line-height: 1.42; font-size: 16px; font-weight: 400; }







/* Boostrap css */

@media (min-width: 1200px){ .container { width: 1200px; } }



.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus { color: #333;  background-color: transparent; border-bottom: 5px solid #ec1b1e; }



a{ outline: none;  }

a:hover{ outline: none; text-decoration: none;}

ul{list-style: none; padding-left: 0;}

h1,h2,h3,h4,h5,button, span{font-family: 'PT Sans', sans-serif;}

.ds-box{width: 50%; margin: 0 auto;}

.ds-boxx{width: 67%; margin: 0 auto;}

.button a:before {content:''; position: absolute; top: 0px; left: 0px; width: 0px; height: 44px; background: rgba(255,255,255,0.3); transition: all 1s ease;}

.button a:hover:before {width: 100%;}
.v-middle {float: none; display: inline-block; vertical-align: middle; margin-right: -4px;}


/* Header */



header .top-header{background: #3d3d3d; min-height: 40px; }

header .top-header .call-part ul{margin-bottom:0; float: left; padding-left: 0; color:#fff; font-family: 'Source Sans Pro', sans-serif; padding-top: 7px;}

header .top-header .call-part ul li {font-size: 14px; font-weight: 400; margin-right: 60px; display: inline-block;}

header .top-header .call-part ul li img{padding-right: 10px;}

header .top-header .call-part ul li:last-child {margin-right:15px; }

header .top-header .call-part ul li a{ color:#fff; font-size: 14px; font-weight: 400; }

header .top-header .login-part ul{margin-bottom:0; float: right; color:#fff; font-family: 'Source Sans Pro', sans-serif;}

header .top-header .login-part ul li { font-size: 14px; font-weight: 400; margin-right: 20px; padding: 6px 0; display: inline-block;}
header .top-header .login-part ul li.cart-btwn { margin-right: 0px; }
header .top-header .login-part ul li.cart-btwn a{ cursor: pointer; background: #008aca; padding: 4px 26px; display: inline-block; border-radius: 0px 10px; position: relative; }
header .top-header .login-part ul li.cart-btwn a:hover:before { width: 100%;}
header .top-header .login-part ul li.cart-btwn a:before { content: '';  position: absolute;  top: 0px; left: 0px; width: 0px; bottom: 0; background: rgba(255,255,255,0.3); transition: all 1s ease; border-radius: 0 10px;}

header .top-header .login-part ul li.text-animation{font-size: 20px;color: white;background: #f00;animation: blink 1s linear infinite;text-align:center; padding:6px 20px; border-radius:30px; font-weight:bold;}
@keyframes blink{0%{opacity: 0;}50%{opacity: .5;}100%{opacity: 1;}}

header .top-header .login-part ul li.cart{background-color: transparent; cursor: pointer; background-image: url(images/cart.png); position: relative; top: 9px; width: 24px; height: 24px; background-repeat: no-repeat; margin-right: 0; min-width: auto;}

header .top-header .login-part ul li.cart a.cart-contents{position: absolute; top: -4px; right: -5px; background: #fff; border-radius: 100%; color: #000; padding: 0px 4px; font-size: 10px;}

header .top-header .login-part ul li img{padding: 3px 20px; border-right: 2px solid #6e6e6e;}

header .top-header .login-part ul li.cart{padding: 0; cursor: initial;}

header .top-header .tickeraico ul li.cart a.cart-contents{background: url(images/cart.png); background-repeat: no-repeat;}

header .top-header .login-part ul li span{padding: 3px 14px; text-align: center; color: #fff;}

header .top-header .login-part ul li:last-child{margin-right: 0;}

header .top-header .login-part ul li .lgn{min-width: 100px; text-align: center; display: inline-block; vertical-align: middle;}

header .top-header .login-part ul li.search{background: transparent; min-width: auto; padding-left: 52px; height: 0;}

header .top-header .login-part ul li.search img{border-right: none; padding: 3px 0;}

header .top-header .login-part ul li a{color: #fff;}

header .top-header .login-part ul li .wrap {display: inline-block; position: relative; float: right; padding: 0; position: relative; }

header .top-header .login-part ul li input[type="text"] { font-size: 14px;display: inline-block;border: none; outline: none;padding: 3px;width: 19px; position: absolute; top: -5px ;right: 0px; background: none; z-index: 3; cursor: pointer;}

header .top-header .login-part ul li input[type="text"]:focus {min-width: 480px; z-index: 1;border-radius: 25px;cursor: text;padding: 11px 15px; top: -18px; background: #000; transition: width .4s cubic-bezier(0.000, 0.795, 0.000, 1.000);}

header .top-header .login-part ul li input[type="submit"] {display: inline-block; float: right; background: url(images/search.png) center top no-repeat;background-size: cover;width: 19px; height: 18px;text-indent: -10000px;border: none; position: absolute; top: -5px; right: 0;z-index: 2; cursor: pointer; cursor: pointer; transition: opacity .4s ease; }

header .top-header .login-part ul li input[type="submit"]:focus{right: 10px;}

header .navbar-nav li{position: relative; display: block;}

header .navbar-nav li:hover .sub-menu:before {content: ''; display: inline-block; width: 0; height: 0; vertical-align: middle; border-bottom: 8px dashed; border-top: 0px solid transparent; border-right: 8px solid transparent; border-left: 8px solid transparent;  position: absolute; right: 12px; margin: 0 auto; top: -8px; color: #fff;}

header .navbar-nav li:hover .sub-menu { display: block;}

header .navbar-nav li .sub-menu{display: none; position: absolute; min-width: 190px; left: auto; right: 0; top: 50px;  margin: 0; text-align: left; z-index: 2000; background-color: #fff; box-shadow: 0px -1px 4px rgba(0,0,0,0.2); padding: 5px;}

.sub-menu > li > a { display: block; padding: 3px 20px; clear: both; font-weight: normal; line-height: 1.42857143; color: #333; white-space: nowrap;}

.sub-menu > li > a:hover, .sub-menu > li > a:focus{ color: #262626; text-decoration: none; background-color: #f5f5f5;}

header .navbar-nav li button{display: none;}



.ds-menu > li > a:hover, .ds-menu > li > a:focus{ color: #262626; text-decoration: none; background-color: #f5f5f5;}

header .main-menu{background: #fff; position: relative; }

header .main-menu:before{content: ''; position: absolute; width: 50%; background: #008aca; height: 100px; right: 0px; /*transform: skew(50deg);*/}

header .navbar-inverse{background: transparent; border: none; border-radius: 0;}

header .navbar-inverse .navbar-nav > li > a{ position: relative; color: #fff; font-size: 16px; padding-bottom: 38px;}

header .navbar-inverse .navbar-nav > li.current_page_item a:before {position: absolute; content: ''; width: 50px; margin: 0 auto; left: 0; right: 0; height: 2px; background: #fff; bottom: 25px;}

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

header .navbar{min-height: 100px; margin-bottom: 0;}

header .navbar-right{margin-top: 0px; position: relative; padding-top: 27px; background: #008aca;}

header .navbar-right:before{background: #fff; left: 0; content: ''; position: absolute; border-left: 85px solid transparent;  border-right: 0px solid transparent; border-top: 102px solid #008aca; top: 0px; left: -80px;}

header .navbar-brand{height: auto; padding: 10px 15px;}

section.slider{float: left; width: 100%; }

section.slider .slides li { position: relative;}

section.slider .carousel-bg{position: absolute; left: 0px; top: 0px; right: 0px; bottom: 0px; background: rgba(0, 0, 0, 0.6); padding: 0px;}



section.slider .slider-bg .carousel-control{width: auto; text-shadow: none; background-color: transparent; opacity: 1;}

section.slider .owl-carousel .owl-nav .owl-prev, section.slider  .owl-carousel .owl-nav .owl-next{margin-left: 0; position: absolute; text-indent: -999999px; background: #008aca; width: 40px; height: 40px;}

section.slider .owl-carousel .owl-nav .owl-next{right: 0;}

section.slider .owl-carousel .owl-nav .owl-prev:before{content: ''; background: url(images/left.png) no-repeat; width: 14px; height: 26px; position: absolute; left: 0; right: 0; margin: 0 auto; top: 6px;}

section.slider .owl-carousel .owl-nav .owl-next:before{content: ''; background: url(images/right.png) no-repeat; width: 14px; height: 26px; position: absolute; left: 0; right: 0; margin: 0 auto; top: 6px;}

section.slider .carousel-caption{position: relative; right: 0; left: 0; bottom: 0; top: 80px;}

section.slider .owl-dots{bottom: 20px; position: absolute; display: block; left: 0; right: 0; margin: 0 auto; text-align: center; }

section.slider .owl-carousel .owl-dot.active span{background-color: #008aca; border: none;}

section.slider .owl-carousel .owl-dot{display: inline-block;}

section.slider .owl-carousel .owl-dot span{width: 10px; height: 10px; margin: 5px 7px; background: #fff; display: inline-block; -webkit-backface-visibility: visible; transition: opacity .2s ease; border-radius: 100%;}

section.slider .owl-nav{width: 1170px; margin: 0 auto; position: absolute; left: 0; right: 0; top: 45%;}



section.slider h3{font-size: 37px; color: #fff; font-weight: 700;  margin-top: 0; margin-bottom: 34px;}

section.slider h3 span{color: #008aca;}

section.slider h4{font-size: 20px; color: #fff; font-weight: 400;}

section.slider p{font-size: 17px; color: #fff; font-weight: 300; line-height: normal; padding-top: 10px;}

section.slider  button{background: #008aca; position: relative; color: #fff; font-size: 17px; font-weight: 400; min-width: 247px; margin: 35px 0; padding: 10px 0; cursor: pointer; border: none;}

section.slider  button:focus{outline: none;}

section.slider button:before {content:''; position: absolute; top: 0px; left: 0px; width: 0px; height: 44px; background: rgba(255,255,255,0.3); transition: all 1s ease;}

section.slider button:hover:before {width: 100%;}



section.drivers-boats{float: left; width: 100%; padding: 30px 0 25px;}

h1.home{text-align: center;margin: 0; color: #717171; position: relative;}

h1.home:before{position: absolute; content: ''; height: 5px; background: #717171; width: 230px; bottom: -15px; left: 0; right: 0; margin: 0 auto;}

h1.home:after{position: absolute; content: ''; height: 10px; background: #008aca; width: 75px; bottom: -17px; left: 0; right: 0; margin: 0 auto;}

section.drivers-boats .tabbing{float: left; text-align: center; width: 100%; /*margin: 46px 0 0;*/ margin: 0px 0 0;}

section.drivers-boats ul.boats-img{float: left; padding-left: 0; margin-top: 35px;}

section.drivers-boats ul.nav-tabs{display: inline-block; border: none; text-align: center; width: 100%; max-width: 494px;}

section.drivers-boats ul.nav-tabs > li{/*max-width: 245px;*/ border: 2px solid #7d7d7d; width: 100%; text-align: center; margin-bottom: -2px;}

section.drivers-boats .nav-tabs > li > a{font-size: 18px; margin-right: 0; color: #717171; border-radius: 0; text-align: center; background-color: transparent; border:none;}

section.drivers-boats ul.nav-tabs > li.active{border: none;}

section.drivers-boats ul.nav-tabs > li.active a{color: #fff; background: #008aca; border: none; padding: 12px;}

section.drivers-boats .tab-content{margin-top: 26px;}

section.drivers-boats .tab-content .tab-pane p{color: #c2bebe; font-size: 20px; line-height: normal;}

section.drivers-boats .tab-content .gallary-box{float: left; position: relative; overflow:hidden; margin-top: 35px; height:150px;}

section.drivers-boats .tab-content .gallary-box span{display: block; position: absolute; font-size: 20px; bottom: 0; z-index: 9999; margin: 0 auto; left: 0; right: 0; background: rgba(0, 0, 0, 0.5); color: #fff; padding: 16px 0;}

section.drivers-boats .tab-content .gallary-box:hover span{display: none;}

section.drivers-boats .tab-content .gallary-box .textbox {width:100%; height:100%; position:absolute; top:0; left:0; -webkit-transform: scale(0); transform: scale(0); background-color: rgba(0,0,0,0.5); -webkit-transition: all 0.7s ease; transition: all 0.7s ease;}

section.drivers-boats .tab-content .gallary-box:hover .textbox {-webkit-transform: scale(1); transform: scale(1);}

section .gallary-box .textbox .cust-txt{position: absolute; left: 0; right: 0; top: 50%; transform: translateY(-50%);}

section .gallary-box .textbox .text { border-radius: 3px; color: #fff; max-width: 135px; text-align: center; font-size: 20px; border: 1px solid #fff; cursor: pointer; margin: 0 auto; padding: 12px 0;}



section.gallary{float: left; width: 100%; padding: 0;}

section.gallery .gallery-img{margin-bottom: 30px;}

section p.cust-gallary{color: #c2bebe; font-size: 20px; line-height: normal; text-align: center; margin-top: 46px;}

section.gallary ul{padding-left: 0; float: left; margin-top: 15px; margin-bottom: 0; width: 100%;}

section.gallary ul li{float: left; width: 20%; position: relative; overflow:hidden;}

section.gallary ul li img.img-responsive{min-height: 248px;}

section.gallary ul li .textbox {width:100%; height:100%; position:absolute; top:0; left:0; -webkit-transform: scale(0); transform: scale(0); background-color: rgba(0,0,0,0.5); -webkit-transition: all 0.7s ease; transition: all 0.7s ease;}

section.gallary ul li:hover .textbox {-webkit-transform: scale(1); transform: scale(1);}

section.gallary ul li .textbox .cust-txt{text-align: center; position: absolute; left: 0; right: 0; top: 50%; transform: translateY(-50%);}

section.gallary ul li .textbox a{ border-radius: 100%; background: #008aca; text-align: center; vertical-align: middle; margin: 0 16px; width: 45px; height: 45px; display: inline-block; position: relative; }

section.gallary ul li .textbox a img{position: absolute; top: 50%; left: 0; right: 0; transform: translateY(-50%); margin: 0 auto;}

section.gallary ul li span{display: block; position: absolute; font-size: 20px; bottom: 0; z-index: 9999; margin: 0 auto; left: 0; right: 0; background: rgba(0, 0, 0, 0.5); color: #fff; padding: 16px 0; text-align: center; text-transform: capitalize;}

section.gallary ul li:hover span{display: none;}



section.news{float: left; width: 100%; padding: 35px 0; background: #f7f7f7;}

section.news .box{margin: 32px 0; display: inline-block; background: #fff; min-height: 428px;}

section.news .box .icon{background: #008aca; max-width: 328px; margin: 0 auto; -webkit-transform: skew(20deg); -ms-transform: skew(20deg); transform: skew(20deg); position: relative; top: -22px;}

section.news .box .icon .cust-icon{-webkit-transform: skew(-20deg); -ms-transform: skew(-20deg); transform: skew(-20deg); padding: 6px 23px 10px; text-align: center;}

section.news .box .icon .cust-icon span{font-size: 14px; color: #fff; padding-left: 5px; vertical-align: middle; padding-right: 12px;}

section.news .box .icon .cust-icon span.comcont{ position: absolute; right: 87px; font-size: 9px; top: 12px;}

section.news .box .icon .cust-icon span:nth-last-child(1){padding-right: 0;}

section.news .box .content{padding: 0 15px; min-height: 145px;}

section.news .box .content h3{font-size: 20px; text-align: center; line-height: normal; color: #717171; margin-top: 0;}

section.news .box .content p{text-align: center; font-size: 15px; color: #717171; line-height: normal;}

section.news .button{text-align: center; display: block; margin-top: 24px;}

section.news .button a{background: #008aca; position: relative; color: #fff; font-size: 14px; font-weight: 400; text-decoration: none; padding: 10px 52px; cursor: pointer; border: none;}



section.media-release{float: left; width: 100%; padding: 15px 0 40px;}

section.media-release .main-box{background: #047db5; position: relative; float: left; width: 100%; margin-top: 20px;}

section.media-release .main-box .first-box{padding: 24px 30px 24px 0; width: 33%;  float: left;  min-height: 300px; }

section.media-release .main-box h3{color: #fff; font-size: 26px; margin-top: 0; margin-bottom: 45px;}

section.media-release .main-box p{font-size: 16px; color: #fff; line-height: normal;}

section.media-release .main-box .middle-box{padding: 24px 30px; width: 33%; background: #0691d1; float: left;  min-height: 300px; }

section.media-release .main-box .last-box{padding: 24px 30px; width: 33%; background: #069ee4;  float: left;  min-height: 300px; }

section.media-release .main-box:before{content: ''; position: absolute; background: #069ee4; min-height: 300px; right: 0; top: 0; width: 10%;}



section.latest-release{float: left; width: 100%; padding: 30px 0; background: #f7f7f7;}

section.latest-release .white-box{margin-top: 65px; float: left; width: 100%; background: #fff;     max-height: 535px;}

section.latest-release .white-box .lft-box{ padding: 50px 30px;}

section.latest-release .white-box .lft-box h2{margin-top: 0; color: #069ee4; margin-bottom: 0;}

section.latest-release .white-box .lft-box .content-box{width: 78%; margin: 20px 0 24px 48px; position: relative;}

section.latest-release .white-box .lft-box .content-box h3{font-size: 24px; color: #323232; margin-top: 0; margin-bottom: 0;}

section.latest-release .white-box .lft-box .content-box p{font-size: 20px; color: #9c9c9c; line-height: normal;}

section.latest-release .white-box .lft-box .content-box:before{content: ''; position: absolute; background: url(images/ok.png) no-repeat; left: -42px; top: 8px; width: 32px; height: 28px;}

section.latest-release .button{text-align: left; display: block; margin-top: 26px; margin-left: 48px;}

section.latest-release .button a{position: relative; background: #008aca; color: #fff; font-size: 14px; font-weight: 400; text-decoration: none; padding: 10px 26px; cursor: pointer; border: none;}

section.latest-release .white-box .rgt-box{position: relative; top: -44px;}

section.latest-release .white-box .rgt-box .carousel-caption{position: relative; right: 0; left: 0; padding-top: 0; padding-bottom: 0; bottom: 0;}

section.latest-release .white-box .rgt-box .carousel .carousel-control{display: none;}

section.latest-release .white-box .rgt-box .carousel-indicators li{width: 30px; height: 3px; border: none; background: #fff;}

section.latest-release .white-box .rgt-box  .carousel-indicators .active{background: #0691d1;}



footer .main-footer{background: #333; padding: 50px 0; float: left; width: 100%;}

footer .main-footer h3{font-weight: bold; font-size: 18px; color: #fff; position: relative; margin: 0; padding-bottom: 8px;}

footer .main-footer h3:before{position: absolute; content: ''; bottom: 0; width: 100%; left: 0; background: #0385c2; height: 2px;}

footer .main-footer img.f-logo{padding: 22px 0 28px;}

footer .main-footer p{color: #fff; font-size: 16px; line-height: normal; margin-bottom: 0;}

footer .main-footer .location{padding: 10px 0 60px;}

footer .main-footer .location img{padding-top: 0; padding-bottom: 30px; float: left; padding-right: 30px;}

footer .main-footer .call{padding-bottom: 30px;}

footer .main-footer .call img{padding-top: 0; padding-bottom: 0; float: left; padding-right: 30px;}

footer .main-footer .call a{font-size: 16px; color: #fff; text-decoration: none;}

footer .main-footer ul.page-link{padding-top: 10px;}

footer .main-footer ul.page-link li{padding-bottom: 14px; display: block;}

footer .main-footer ul.page-link li a{font-size: 16px; color: #fff; text-decoration: none;}

footer .main-footer .ds-call{padding-top: 10px;}

footer .main-footer input[type="email"]{width: 100%;  position: relative; background-color: #acacac; border: none; color: #000; padding: 10px 30px 10px 28px; height: auto; border-radius: 0;}

footer .main-footer input[type="email"]::-webkit-input-placeholder {color: #333;}

footer .main-footer input[type="email"]::-moz-placeholder{ color: #333;}

footer .main-footer input[type="emial"]::-ms-input-placeholder{ color: #333;}

footer .main-footer input[type="email"]::-moz-placeholder { color: #333;}

footer .main-footer span.input-group-btn{position: absolute; right: 0;}

footer .main-footer span.input-group-btn input[type="submit"]{background-color: transparent; border: none; background-image: url(images/arrow.png); background-repeat: no-repeat; position: absolute; bottom: 10px; right: 20px; width: 19px; height: 18px; color: transparent;}

footer .main-footer span.input-group-btn input[type="submit"]:focus{outline: none;}

footer .main-footer ul.social{padding-top: 26px;}

footer .main-footer ul.social li{display: inline-block; padding-right: 6px;}

footer .main-footer ul.social li:last-child{padding-right: 0;}

footer .copyright{background: #008aca; padding: 15px 0; border-top: 1px solid #fff; float: left; width: 100%;}

footer .copyright p{font-size: 14px; color: #fff; text-align: center; margin-bottom: 0;}



section.main-drivers{float: left;  padding: 0 0 40px; width: 100%; }

section.main-drivers .info-box .box img{ height: 320px;  object-fit: cover;  object-position: center center;  }

.drivers-img{background: url(images/banner-img1.jpg) no-repeat; min-height: 160px; position: relative; overflow: hidden; background-size: cover;}

.drivers-img:before{content: ''; background: rgba(0, 0, 0, 0.6); position: absolute; left: 0; right: 0; min-height: 300px; width: 100%;}



section.main-drivers .box{margin: 30px 0 0; float: left; width: 100%; display: block; background: #fff; -webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.27), 0 0 60px rgba(0, 0, 0, 0.1) inset; -moz-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset;  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset;}

section.main-drivers .box .icon{background: #008aca; max-width: 328px; margin: 0 auto; -webkit-transform: skew(20deg); -ms-transform: skew(20deg); transform: skew(20deg); position: relative; top: -22px;}

section.main-drivers .box .icon .cust-icon{-webkit-transform: skew(-20deg);  -ms-transform: skew(-20deg); transform: skew(-20deg); color: #fff; font-size: 20px; padding: 6px 23px 10px; text-align: center;}

section.main-drivers .box .icon .cust-icon span{font-size: 14px; color: #fff; padding-left: 5px; vertical-align: middle; padding-right: 12px;}

section.main-drivers .box .icon .cust-icon span:nth-last-child(1){padding-right: 0;}

section.main-drivers .box .content{padding: 0 15px; float: left; width: 100%; min-height: 119px;}

section.main-drivers .box .content h3{font-size: 20px; text-align: center; line-height: normal; color: #717171; margin-top: 0;}

section.main-drivers .box .content p{text-align: center; font-size: 15px; color: #717171; line-height: normal; margin: 0px;}

section.main-drivers .button{text-align: center; display: block; margin: 20px 0; float: left; width: 100%;}

section.main-drivers .button a{background: #008aca; position: relative; color: #fff; font-size: 14px; font-weight: 400; text-decoration: none; padding: 10px 52px; cursor: pointer; border: none; display: inline-block;}



section.detail-page{float: left; width: 100%; padding: 0 0 40px;}

section.detail-page .driver-detail{background: #fff; min-height: 350px; position: relative; -webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.27), 0 0 60px rgba(0, 0, 0, 0.1) inset; -moz-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset;  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset; padding: 10px; margin: 30px 0;}

section.detail-page .driver-detail:before{content: ''; position: absolute; width: 70px; height: 70px; left: -4px; top: -4px; border-top: solid 4px #008aca; border-left: solid 4px #008aca;}

section.detail-page .driver-detail:after{content: ''; position: absolute; width: 70px; height: 70px; right: -4px; bottom: -4px; border-bottom: solid 4px #008aca; border-right: solid 4px #008aca;}

section.detail-page .driver-detail img{position: relative; height: 330px;}

section.detail-page .driver-detail img:before{content: ''; position: absolute; width: 3px; background: #008aca; height: 100px; top: 0; left: 0;}

section.detail-page h1{text-align: center;margin: 0; color: #fff; position: relative; padding-top: 50px;}

section.detail-page h1:before{position: absolute; content: ''; height: 5px; background: #fff; width: 230px; bottom: -15px; left: 0; right: 0; margin: 0 auto;}

section.detail-page h1:after{position: absolute; content: ''; height: 10px; background: #008aca; width: 75px; bottom: -17px; left: 0; right: 0; margin: 0 auto;}

section.detail-page h2{font-size: 26px; margin: 10px 0 15px;}

section.detail-page table{margin-bottom: 0;}

section.detail-page table td{font-size: 16px; padding: 5px;}

section.detail-page .sponsors{padding: 40px 0;}

section.detail-page .sponsors .owl-carousel .owl-item .img-box{margin: 10px 0 0; min-height: 150px; cursor: pointer; border: 1px solid #cccccc; text-align: center; vertical-align: middle;  position: relative; -webkit-backface-visibility: hidden; -webkit-tap-highlight-color: transparent; -webkit-touch-callout: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none;}

section.detail-page .sponsors .owl-carousel .item img {-webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; -webkit-background-clip: padding-box; -moz-background-clip: padding; background-clip: padding-box; width: 80%; display: block; padding: 10px; -webkit-transition: all 0.5s ease-out; -moz-transition: all 0.5s ease-out; -o-transition: all 0.5s ease-out; transition: all 0.5s ease-out; position: absolute; top: 50%; left: 0; right: 0; margin: 0 auto; -webkit-transform: translateY(-60%); -moz-transform: translateY(-60%); transform: translateY(-60%);}

section.detail-page .sponsors .owl-carousel .owl-item .img-box span{position: absolute; bottom: 5px; left: 0; right: 0; margin: 0 auto;}

section.detail-page .team{padding: 0 0 30px;}

section.detail-page .team img{padding-top: 40px;}

section.detail-page .team h1{text-align: center;margin: 0; color: #717171; position: relative; padding-top: 0;}

section.detail-page .team h1:before{position: absolute; content: ''; height: 5px; background: #717171; width: 230px; bottom: -15px; left: 0; right: 0; margin: 0 auto;}

section.detail-page .team h1:after{position: absolute; content: ''; height: 10px; background: #008aca; width: 75px; bottom: -17px; left: 0; right: 0; margin: 0 auto;}

section.detail-page .historical {margin-bottom: 30px;}

section.detail-page .historical h1{text-align: center;margin: 0; color: #717171; position: relative; padding-top: 0;}

section.detail-page .historical h1:before{position: absolute; content: ''; height: 5px; background: #717171; width: 230px; bottom: -15px; left: 0; right: 0; margin: 0 auto;}

section.detail-page .historical h1:after{position: absolute; content: ''; height: 10px; background: #008aca; width: 75px; bottom: -17px; left: 0; right: 0; margin: 0 auto;}

section.detail-page .historical .box{margin: 40px 0 0; background: #fff; min-height: 350px; -webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.27), 0 0 60px rgba(0, 0, 0, 0.1) inset; -moz-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset;  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset;}

section.detail-page .historical .box .icon{background: #008aca; max-width: 328px; margin: 0 auto; -webkit-transform: skew(20deg); -ms-transform: skew(20deg); transform: skew(20deg); position: relative; top: -22px;}

section.detail-page .historical .box .icon .cust-icon{-webkit-transform: skew(-20deg);  -ms-transform: skew(-20deg); transform: skew(-20deg); color: #fff; font-size: 20px; padding: 6px 23px 10px; text-align: center;}

.box .icon .cust-icon span{font-size: 14px; color: #fff; padding-left: 5px; vertical-align: middle; padding-right: 12px;}

.box .icon .cust-icon span:nth-last-child(1){padding-right: 0;}

.box .content{padding: 0 15px;}

section.detail-page .historical .box .content h3{font-size: 20px; text-align: center; line-height: normal; color: #717171; margin-top: 0;}

.box .content p{text-align: center; font-size: 15px; color: #717171; line-height: normal;}

section.detail-page .historical .owl-carousel .owl-item img{display: inline-block; width: auto;}
section.detail-page .historical .owl-carousel .owl-item .box > img {width:100%; height: 220px;  object-fit: cover;  object-position: center center; }



h1.white-txt{text-align: center;margin: 0; color: #fff; position: relative; padding-top: 50px;}

h1.white-txt:before{position: absolute; content: ''; height: 5px; background: #fff; width: 230px; bottom: -15px; left: 0; right: 0; margin: 0 auto;}

h1.white-txt:after{position: absolute; content: ''; height: 10px; background: #008aca; width: 75px; bottom: -17px; left: 0; right: 0; margin: 0 auto;}

section.calender-page .white-bg{background: #fff; border-bottom: 3px solid #008aca; position: relative; -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0.27), 0 0 6px rgba(0, 0, 0, 0.06) inset; -moz-box-shadow: 00 0px 0px rgba(0, 0, 0, 0.27), 0 0 6px rgba(0, 0, 0, 0.06) inset;  box-shadow: 0 0px 0px rgba(0, 0, 0, 0.27), 0 0 6px rgba(0, 0, 0, 0.06) inset; padding: 10px; margin: 30px 0;}

section.calender-page .white-bg .calender{border: 1px solid #cccccc; border-right: 3px solid #008aca;  padding: 10px; text-align: center; color: #285971; margin: 0 auto;}

section.calender-page .white-bg .calender img{margin: 0 auto;}

section.calender-page .white-bg .calender h4{color: #008aca;}

section.calender-page a{color: #333;}



section.detail-page .faq{padding: 40px 0 0;}

section.detail-page .faq h1{text-align: center;margin: 0; color: #717171; position: relative; padding: 0;}

section.detail-page .faq h3{margin: 0; padding: 40px 0 20px; color: #333; font-weight: 500; font-size: 28px;}

section.detail-page .faq h1:before{position: absolute; content: ''; height: 5px; background: #717171; width: 230px; bottom: -15px; left: 0; right: 0; margin: 0 auto;}

section.detail-page .faq h1:after{position: absolute; content: ''; height: 10px; background: #008aca; width: 75px; bottom: -17px; left: 0; right: 0; margin: 0 auto;}

section.detail-page .faq .panel-group{margin-bottom: 0;}

section.detail-page .faq .panel-group .panel { border-radius: 0; box-shadow: none; border: none; }

section.detail-page .faq .panel-default > .panel-heading { padding: 0; border-radius: 0; color: #000; background-color: #fff; border-color: transparent; }

section.detail-page .faq .panel-title {position: relative; font-size: 20px; font-family: 'Roboto Condensed', sans-serif; font-weight: 400; color: #000;}

section.detail-page .faq .panel-title > a { display: block;padding: 15px; text-decoration: none; border-left: 6px solid #008aca; border-bottom: 1px solid #969696;}

section.detail-page .faq .more-less {float: right; color: #000; background: transparent; padding: 10px; }

section.detail-page .faq .glyphicon{top: 3px; right: -15px; font-size: 14px;}

section.detail-page .faq .panel-default > .panel-heading + .panel-collapse > .panel-body { border-top-color: #EEEEEE; }

section.detail-page .faq .panel-default > .panel-heading + .panel-collapse > .panel-body h3{font-size: 20px;  color: #333; font-family: 'Roboto Condensed', sans-serif; font-weight: 400; margin-top: 0; padding: 0;}

section.detail-page .faq .panel-default > .panel-heading + .panel-collapse > .panel-body p{color: #898989; padding-top: 15px; margin-bottom: 0; line-height: 24px; font-size: 16px;}

section.detail-page .cost{margin: 30px 0; position: relative; border-left: 6px solid #008aca; background: #fff; border-top: 1px solid #ccc; border-right: 1px solid #ccc; border-bottom: 1px solid #ccc; padding: 20px; min-height: 70px;}

section.detail-page .cost h4{font-size: 18px; margin: 0;}



section.rules-page .driver-detail{float: left; width: 100%; padding: 60px 0 40px;}

section.rules-page .driver-detail .pdf{background: #f7f7f7; text-align: center; position: relative; padding: 80px 0 20px;}

section.rules-page .driver-detail .pdf a{color: #333; font-size: 20px; text-transform: capitalize;}

section.rules-page .driver-detail .pdf img{border: 2px solid #008aca; padding: 10px; position: absolute;top: -33px; left: 0; right: 0; margin: 0 auto;}



section.gallery .gallery-img .gallary-box img.img-responsive{min-height: 200px;}

.gallary-box{float: left; position: relative; overflow:hidden; margin-top: 40px;}

.gallary-box span{display: block; position: absolute; text-align: center; font-size: 20px; bottom: 0; z-index: 9999; margin: 0 auto; left: 0; right: 0; background: rgba(0, 0, 0, 0.5); color: #fff; padding: 16px 0;}

.gallary-box:hover span{display: none;}

.gallary-box .textbox {width:100%; height:100%; position:absolute; top:0; left:0; max-height: 270px; max-height: 314px; -webkit-transform: scale(0); transform: scale(0); background-color: rgba(0,0,0,0.5); -webkit-transition: all 0.7s ease; transition: all 0.7s ease;}

.gallary-box:hover .textbox {-webkit-transform: scale(1); transform: scale(1);}



.textbox .text { border-radius: 3px; color: #fff; max-width: 135px; text-align: center; font-size: 20px; border: 1px solid #fff; cursor: pointer; margin: 0 auto; padding: 12px 0;}



section.gallery .box{margin:50px 0 0; display: inline-block; background: #fff; min-height: 372px; -webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.27), 0 0 60px rgba(0, 0, 0, 0.1) inset; -moz-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset;  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset;}

section.gallery .box .icon{background: #008aca; max-width: 220px; margin: 0 auto; -webkit-transform: skew(20deg); -ms-transform: skew(20deg); transform: skew(20deg); position: relative; top: -22px; min-height: 86px;}

section.gallery .box .icon .cust-icon{-webkit-transform: skew(-20deg);  -ms-transform: skew(-20deg); transform: skew(-20deg); color: #fff; font-size: 20px; padding: 6px 23px 10px; text-align: center;}

section.gallery .box .icon .cust-icon h3{font-size: 18px; margin: 0; text-align: center; line-height: normal; color: #fff; margin-top: 0;}

section.gallery .box .content{padding: 0 10px; min-height: 110px;}

section.gallery .box .content p{text-align: center; font-size: 15px; color: #717171; line-height: normal;}

section.gallery .button{text-align: center; display: block; margin: 10px 0 22px;}

section.gallery .button a{background: #008aca; position: relative; color: #fff; font-size: 14px; font-weight: 400; text-decoration: none; padding: 10px 52px; cursor: pointer; border: none;}



h1.title{text-align: center; margin: 0; color: #717171; position: relative; padding: 40px 0 0;}

h1.title:before{position: absolute; content: ''; height: 5px; background: #717171; width: 230px; bottom: -15px; left: 0; right: 0; margin: 0 auto;}

h1.title:after{position: absolute; content: ''; height: 10px; background: #008aca; width: 75px; bottom: -17px; left: 0; right: 0; margin: 0 auto;}



.sponser-info{background: #fff; position: relative;  margin: 40px 0;}

.sponser-info h2{margin-top: 0; padding-bottom: 10px; border-bottom: 1px solid #ccc;}

.sponser-info p{padding: 20px 0;}

.sponser-info table tr td:first-child{width: 25%;}

.sponser-info table tr td{border-top: none;}

.sponser-info .gallary-box img{min-height: 220px;}

.sponser-info .gallary-box{margin: 10px 0;}



section.news-page .drivers-img h1{text-align: center; margin: 0; color: #fff; position: relative; padding: 50px 0 0;}

section.news-page .drivers-img h1:before{position: absolute; content: ''; height: 5px; background: #fff; width: 230px; bottom: -15px; left: 0; right: 0; margin: 0 auto;}

section.news-page .drivers-img h1:after{position: absolute; content: ''; height: 10px; background: #008aca; width: 75px; bottom: -17px; left: 0; right: 0; margin: 0 auto;}

section.news-page h1.entry-title{text-align: center; margin: 0; color: #717171; position: relative; padding: 40px 0 0;}

section.news-page h1.entry-title:before{position: absolute; content: ''; height: 5px; background: #717171; width: 230px; bottom: -15px; left: 0; right: 0; margin: 0 auto;}

section.news-page h1.entry-title:after{position: absolute; content: ''; height: 10px; background: #008aca; width: 75px; bottom: -17px; left: 0; right: 0; margin: 0 auto;}

section.news-page .wp-caption{width: 100%;}

section.news-page .entry-content img{padding: 20px 0; width: 100%;}

section.news-page p.comment-form-author, section.news-page p.comment-form-email, section.news-page p.comment-form-url{display: inline-block; width: 33%;}

section.news-page p label{display: block;}

section.news-page p input[type="text"], section.news-page p input[type="email"], section.news-page p input[type="url"], .summary form.cart input[type="text"]{width: 100%; font-size: 16px; padding: 10px ; border: 1px solid #ccc;}

section.news-page p textarea, .summary form.cart textarea{resize: vertical; padding: 10px; border: 1px solid #ccc; width: 100%;}

section.news-page p input[type="text"]:focus, section.news-page p input[type="email"]:focus, section.news-page p input[type="url"]:focus, .summary form.cart input[type="text"]:focus, .summary form.cart textarea:focus{outline: none;}

section.news-page p textarea:focus{outline: none;}

section.news-page form{margin: 10px 0 40px;}

section.news-page p.form-submit input[type="submit"]{background: #008aca; position: relative; color: #fff; font-size: 14px; text-decoration: none; padding: 10px 52px; cursor: pointer; border: none;}

section.news-page p.form-submit input[type="submit"]:focus{outline: none;}

section.news-page .social-sharing{margin-top: 20px;}

section.news-page .social-sharing .ss-button-facebook{background: url(images/facebook.png) no-repeat; display: inline-block; margin-right: 5px; width: 32px; height: 32px;}

section.news-page .social-sharing .ss-button-twitter{background: url(images/twitter.png) no-repeat;display: inline-block; margin-right: 5px; width: 32px; height: 32px;}

section.news-page .social-sharing .ss-button-googleplus{background: url(images/google-plus.png) no-repeat;display: inline-block; margin-right: 5px; width: 32px; height: 32px;}

section.news-page .social-sharing .ss-button-linkedin{background: url(images/linke.png) no-repeat;display: inline-block; width: 32px; height: 32px;}



.hall-of-fame{padding: 40px 0;}

.hall-of-fame h1.title:before{position: absolute; content: ''; height: 5px; background: #717171; width: 230px; bottom: -15px; left: 0; right: 0; margin: 0 auto;}

.ds-tbl{padding: 40px 0 20px; border: none;}

.ds-tbl table th, .cust-tbl table th{font-size: 22px; padding: 15px 8px !important;}

.ds-tbl table td.sub-title{font-size: 20px; font-weight: 300; padding: 20px 8px;}

.cust-tbl{padding: 20px 0 0; border: none;}

.hall-of-fame h2{margin: 0; padding: 40px 0 0;  font-size: 26px;}
.hall-of-fame .event-section h2{padding:0;}
.boderapply { display: inline-block; width: 100%; border-bottom: 2px dotted #008aca; margin-bottom: 15px; padding: 15px 0; }

.main-world-series{padding: 40px 0;}

section.calender-page .boats-img img{max-width: 270px; width: 100%; height: auto; padding: 20px 0;}

section.calender-page .latest-news{padding: 20px 0;}

section.calender-page .latest-news .white-box{background: #fff; margin: 20px 0; padding: 10px; position: relative; border: 1px solid #ccc;}

section.calender-page .latest-news .calender{ text-align: center; border: 1px solid #cccccc; border-left: 3px solid #008aca; padding: 20px; color: #008aca; margin: 8px 30px 0 30px;}

section.calender-page .latest-news .calender img{margin: 0 auto;}

section.calender-page .latest-news h3{color: #008aca; font-weight: 600; margin: 10px 0;}

section.calender-page .latest-news .button{ display: block; margin-top: 20px;}

section.calender-page .latest-news .button a{background: #008aca; position: relative; color: #fff; font-size: 14px; font-weight: 400; text-decoration: none; padding: 10px 52px; cursor: pointer; border: none;}

section.calender-page  h1.lst-title{text-align: center; margin: 0; top: -25px; color: #717171; position: relative; padding: 20px 0 0;}

section.calender-page  h1.lst-title:before{position: absolute; content: ''; height: 5px; background: #717171; width: 230px; bottom: -15px; left: 0; right: 0; margin: 0 auto;}

section.calender-page  h1.lst-title:after{position: absolute; content: ''; height: 10px; background: #008aca; width: 75px; bottom: -17px; left: 0; right: 0; margin: 0 auto;}

section.calender-page .information h3{margin: 0 0 10px;}

section .release .cust-release{padding: 40px 0;}

.download h4{margin: 0; font-size: 20px;}

.download .pdf{border-bottom: 1px dashed #ccc; padding: 10px; margin: 15px 0;}

.download .pdf img{max-width: 35px; margin: 0 auto; display: block;}

.download a{color: #333; text-decoration: none;}

.ds-img{min-height: 160px;}

.cst-img{min-height: 250px;}

.result{padding: 40px 0;}

.result h2{margin: 0; padding: 40px 0 0;  font-size: 26px;}



.result h1.lst-title{text-align: center; margin: 0; top: -25px; color: #717171; position: relative; padding: 20px 0 0;}

.result h1.lst-title:before{position: absolute; content: ''; height: 5px; background: #717171; width: 230px; bottom: -15px; left: 0; right: 0; margin: 0 auto;}

.result h1.lst-title:after{position: absolute; content: ''; height: 10px; background: #008aca; width: 75px; bottom: -17px; left: 0; right: 0; margin: 0 auto;}



.ds-result{border: 1px solid #ccc; position: relative; padding: 35px 15px 15px 15px; margin: 20px 0;}

.ds-result h3{position: absolute; background: #008aca; padding: 7px 30px; color: #fff; top: -42px; left: -1px; border-radius: 35px; font-size: 22px;}

.ds-result p{font-size: 18px; display: inline-block; padding-right: 15px; margin: 0;}

.ds-result table th{font-size: 20px;}



.my-account h1.entry-title{text-align: center; margin: 0;  color: #717171; position: relative; padding: 30px 0 0;}

.my-account h1.entry-title:before{position: absolute; content: ''; height: 5px; background: #717171; width: 230px; bottom: -15px; left: 0; right: 0; margin: 0 auto;}

.my-account h1.entry-title:after{position: absolute; content: ''; height: 10px; background: #008aca; width: 75px; bottom: -17px; left: 0; right: 0; margin: 0 auto;}

.my-account .u-column1{float: left; width: 48%; margin-top: 0;}

.my-account .u-column2{float: right; width: 48%; margin-top: 0;}

.woocommerce form .form-row label{line-height: 2;}

.woocommerce form{min-height: 330px;}

.woocommerce form .form-row label, .woocommerce-page form .form-row label{display: block;}

.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register{border: 1px solid #d3ced2; padding: 20px; margin: 2em 0; text-align: left; border-radius: 5px;}

.woocommerce form .form-row{padding-top: 10px;}

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea{box-sizing: border-box; width: 100%; margin: 0; line-height: 1; background: #f7f7f7; border: 1px solid #d1d1d1; border-radius: 2px; padding: 0.625em 0.4375em;}

.woocommerce input.button:hover {background-color: #dad8da; text-decoration: none; background-image: none; color: #515151;}

.woocommerce form .form-row label.inline{display: inline;}

.woocommerce form .form-row .required{color: red; font-size: 16px; font-weight: 700; border: 0;}

.woocommerce input.button{line-height: 1; text-transform: uppercase; letter-spacing: 1px; cursor: pointer; position: relative; text-decoration: none; overflow: visible; padding: .618em 1em; font-weight: 700; border-radius: 3px; left: auto; color: #515151; background-color: #ebe9eb; border: 0; white-space: nowrap; display: inline-block; background-image: none; box-shadow: none; -webkit-box-shadow: none; text-shadow: none;}

.woocommerce-error, .woocommerce-info, .woocommerce-message{ padding: 1em 2em 1em 3.5em!important; margin: 40px 0 0!important; position: relative; background-color: #f7f6f7; color: #515151; border-top: 3px solid #008aca; list-style: none!important; width: auto; word-wrap: break-word;}

.woocommerce-error:before{content: "\e085"; font-family: 'Glyphicons Halflings'; color: #b81c23; display: inline-block; position: absolute; top: 1em; left: 1.5em;}

.woocommerce-product-gallery--with-images{opacity: 1 !important; margin-bottom: 0;}

.woocommerce-cart table.cart input.input-text{margin: 0 10px;}

.search-img{float: left; width: 30%; margin-right: 20px;}

.search-img img{border: 1px solid #cfcfcf; padding: 10px; max-width: 100%; height: auto;}

.entry-title{margin: 0;}

.entry-title a{color: #2e3e50; margin: 10px 0; font-size: 26px; display: inline-block;}

.search-box {float: left;width: 100%; padding: 30px 0;border-bottom: 1px solid #e2e2e2;}

section.content-area  h1.search{text-align: center; margin: 0; color: #fff; position: relative; padding: 50px 0 0;}

section.content-area  h1.search:before{position: absolute; content: ''; height: 5px; background: #fff; width: 230px; bottom: -15px; left: 0; right: 0; margin: 0 auto;}

section.content-area  h1.search:after{position: absolute; content: ''; height: 10px; background: #008aca; width: 75px; bottom: -17px; left: 0; right: 0; margin: 0 auto;}

section.content-area .page-header{border-bottom: none;}



h1.page-title{text-align: center; margin: 0; color: #717171; position: relative; padding: 0;}

h1.page-title:before{position: absolute; content: ''; height: 5px; background: #717171; width: 230px; bottom: -15px; left: 0; right: 0; margin: 0 auto;}

h1.page-title:after{position: absolute; content: ''; height: 10px; background: #008aca; width: 75px; bottom: -17px; left: 0; right: 0; margin: 0 auto;}



section.contact-us .contactus{width: 100%; padding: 40px 0;}

section.contact-us .contactus form input[type="text"], .woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea{background: transparent; border-radius: 0; color: #333; width: 100%; box-sizing: border-box; letter-spacing: 1px;}

section.contact-us .contactus form label, .woocommerce form .form-row label, .woocommerce-page form .form-row label, .field_row>p>label{font-size: 16px; width: 100%;  font-weight: 300;}

section.contact-us .contactus form label input, .woocommerce form .form-row input.input-text{width: 100%; height: 45px; font-weight: 400; box-shadow: none; font-size: 16px; margin-top: 8px; border-radius: 0; border: 1px solid #ccc;}

section.contact-us .contactus form label textarea{border-radius: 0; max-height: 150px; box-shadow: none; resize: vertical; margin-top: 8px; font-size: 16px;}

.woocommerce form .form-row select{width: 100%; height: 45px; font-weight: 400; box-shadow: none; font-size: 16px; margin-top: 8px; border-radius: 0; border: 1px solid #ccc;}

section .contactus form label input:focus, section .contact form label textarea:focus{outline: none; box-shadow: none; border: 1px solid #ccc;}

section .contactus input[type="submit"], .woocommerce .cart .button, .woocommerce .cart input.button, .woocommerce input.button:disabled[disabled],

.woocommerce input.button.alt, .woocommerce-message a.button{background: #008aca; position: relative; border-radius: 0; color: #fff; font-size: 14px; text-decoration: none; padding: 10px 52px; cursor: pointer; border: none;}

section .contactus input[type="submit"]:focus, .woocommerce .cart .button, .woocommerce .cart input.button:focus{outline: none;}

.form-control:focus{box-shadow: none; border: 1px solid #ccc;}

section .contactus .lft-detail h2{margin: 0 0 35px; padding-bottom: 10px; border-bottom: 1px solid #ccc;}

section .contactus .lft-detail .cmt-detail{padding-bottom: 25px;}

section .contactus .lft-detail .cmt-detail p{line-height: 1.5; margin-bottom: 0; font-size: 16px;}

section .contactus .lft-detail .cmt-detail a{color: #333; text-decoration: none;}

section .contactus .map{padding-top: 30px; width: 100%;}

section .contactus .map iframe{width: 100%;}

section .contactus .wpcf7-not-valid-tip, .wpcf7-validation-errors{line-height: 2.2; color: #ff0000;}

#wpcf7-f373-o1 ul, #wpcf7-f373-o1 .screen-reader-response{display: none;}

.wpcf7-validation-errors{ color: #ff0000;}



section.photo-comp .competition{padding: 40px 0;}

section.photo-comp .white-bg{border: 1px solid #ccc; box-shadow : none; margin: 20px 0;}

section.photo-comp .white-bg:first-of-type{margin-top: 40px; }

section.photo-comp .white-bg .calender{border-right: 3px solid #008aca; padding: 0px 5px 0px 0; border-left: none;  border-top: none;  border-bottom: none;}

section.photo-comp .white-bg h3{margin: 0; padding: 10px 0 20px;}

section.photo-comp .sponser-info .button{text-align: left; display: block; margin: 10px 0 0;}

section.photo-comp .sponser-info .button a{background: #008aca; position: relative; margin-right: 10px; color: #fff; font-size: 14px; font-weight: 400; text-decoration: none; padding: 10px 40px; cursor: pointer; border: none;}

section.photo-comp .sponser-info h3{margin: 0; min-height: 50px;}

section.photo-comp .sponser-info p{padding: 10px 0; margin: 0;}

section.photo-comp .sponser-info .cust-info{margin-top: 40px;}

section.photo-comp .terms p:first-of-type{padding-top: 40px; }

section.photo-comp .terms h4{margin: 0; padding-top: 20px;}

section.photo-comp .terms h4 a{text-decoration: underline;}

section.photo-comp .terms h4 img{vertical-align: text-bottom; padding-right: 10px;}

section.photo-comp .winner .round{padding: 10px; position: relative; cursor: pointer; border: 1px solid #ccc; text-align: center;}

section.photo-comp .winner .round img{position: absolute; left: 0; right: 0; margin: 0 auto; top: -36px; background: #fff;}

section.photo-comp .folder{padding: 74px 0 40px;}

section.photo-comp .folder h4{font-size: 22px; margin: 0; padding: 35px 0 10px;}



section.event{float: left; width: 100%; padding: 40px 0;}

section.event .video{padding: 40px 0;}

section.event .box{border: 1px solid #cfcfcf; padding: 10px; max-width: 100%; height: auto;}

section.event .box h3{margin: 0; padding-bottom: 10px; text-align: center;}



section.boat-shed .admin{border: 1px solid #ccc; padding: 10px;}

section.boat-shed .admin h2{margin: 0; padding-bottom: 10px; font-weight: 600;}

section.boat-shed .admin h3 img{display: inline-block; vertical-align: top;}

section.boat-shed .admin h3{font-size: 20px; margin-top: 10px;}

section.boat-shed .admin a{font-size: 22px; text-decoration: underline; color: #333; padding-left: 5px;}

section.boat-shed{float: left; width: 100%; padding: 40px 0; background: #f7f7f7;}

section.boat-shed .boat-box{display: block; padding: 30px 0 0;}

section.boat-shed .box{background-color: #fff; width: 100%; padding: 8px; position: relative; display: block;}

section.boat-shed .box .boat-img{ position: relative; z-index: 0;}

section.boat-shed .box .boat-img span{position: absolute; left: 10px; top: -7px; background: #008aca; line-height: 40px; font-size: 14px; color: #fff; padding: 0 10px; text-transform: uppercase;}

section.boat-shed .box .boat-img span:before{content: ''; position: absolute; right: -5px;top: 2px; border: solid 5px rgba(0, 0, 0, 0) ;border-top: solid 5px #008aca; width: 0px; height: 0px; transform: rotate(45deg);}

section.boat-shed .box .boat-img img{width: 100%; max-height: 380px;}

section.boat-shed .box h4 img{display: inline-block; vertical-align: top;}

section.boat-shed .box h4 span{font-size: 20px; font-weight: 600;}

section.boat-shed .box .boat-spec{padding: 0; display: block; width: 100%; padding-right: 10px; vertical-align: top; overflow: hidden;}

section.boat-shed .box .boat-spec h3{font-size: 22px; border-bottom: 1px solid #ccc; padding-bottom: 10px;}

section.boat-shed .box .boat-spec h4{ font-size: 16px; padding: 8px 0; margin: 0;}

section.boat-shed .item-foot{background-color: #fff; border-top: 1px solid #e5e5e5; padding: 10px;}

section.boat-shed .item-foot h4 img{display: inline-block; vertical-align: top;}

section.boat-shed .item-foot h4{font-size: 15px; margin: 0; text-align: center;}

section.boat-shed .item-foot h4 a{text-decoration: none; color: #333;}

section.boat-shed .box .price{display: inline-block;}

section.boat-shed .box .boat-img span.sold{position: absolute; left: 10px; top: -7px; background: #ff6e00; line-height: 40px; font-size: 14px; color: #fff; padding: 0 10px; text-transform: uppercase;}

section.boat-shed .box .boat-img span.sold:before{content: ''; position: absolute; right: -5px;top: 2px; border: solid 5px rgba(0, 0, 0, 0) ;border-top: solid 5px #ff6e00; width: 0px; height: 0px; transform: rotate(45deg);}

h1.page-title span{color: #008aca;}

section.boat-shed .box .button{margin-top: 10px; float: right;}

section.boat-shed .box .button a, .woocommerce button.button.alt, .woocommerce #respond input#submit{background: #008aca; position: relative; color: #fff; font-size: 14px; border-radius: 0; font-weight: 400; text-decoration: none; padding: 10px 30px; cursor: pointer; border: none;}



section.shed-detail{float: left; width: 100%; padding: 40px 0;}

section.shed-detail h2{margin: 0; padding-bottom: 20px;}

section.shed-detail p{padding-top: 20px; margin-bottom: 0;}

section.shed-detail .box{padding: 10px 20px;}



section.term{float: left; width: 100%; padding: 40px 0;}

section.term h3{margin: 0; padding-bottom: 15px; font-weight: 600;}

section.term ul{padding-left: 20px; }

section.term ul li{list-style-type: disc;}

section.term h4{font-weight: 600; margin: 0; padding: 15px 0;}



.woocommerce .woocommerce-breadcrumb, .woocommerce .woocommerce-ordering, .woocommerce .woocommerce-result-count{display: none;}

.woocommerce ul.products{margin: 0; padding: 40px 0 0; }

.main-product{padding: 40px 0 0; }

.woocommerce ul.products li.product{border: 1px solid #ccc; padding: 10px;  position: relative; -webkit-transition: all 400ms ease-in;-webkit-transform: scale(1); -ms-transition: all 400ms ease-in; -ms-transform: scale(1);  -moz-transition: all 400ms ease-in; -moz-transform: scale(1); transition: all 400ms ease-in; transform: scale(1); }

.woocommerce ul.products li.product a img { height: 185px; }

.woocommerce ul.products li.product .button{display: block; border-radius: 0; text-align: center; background: #008aca; position: relative; color: #fff; font-size: 14px; font-weight: 400; text-decoration: none; padding: 10px 30px; cursor: pointer; border: none;}

.woocommerce ul.products li.product .woocommerce-loop-product__title{text-align: center; margin: 0; font-size: 18px; padding: 0px 0px 10px; line-height: 1.3; min-height: 57px;}

.woocommerce ul.products li.product .price{text-align: center; font-size: 18px;}

.entry-content, .site-main{padding: 40px 0 0;}

.woocommerce input.button:disabled[disabled], .woocommerce button.button.alt.disabled{color: #fff !important; background-color: #008aca !important;}

.woocommerce form{min-height: auto;}



.woocommerce-cart .wc-proceed-to-checkout a.checkout-button{display: block; border-radius: 0; text-align: center; background: #008aca; position: relative; color: #fff; font-size: 20px; font-weight: 400; text-decoration: none; padding: 20px 30px; cursor: pointer; border: none;}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover, .woocommerce input.button.alt:hover, .woocommerce button.button.alt:hover

, .woocommerce #respond input#submit:hover, .woocommerce-message a.button:hover, .woocommerce-orders-table__cell a.button:hover, .woocommerce-Message a.button:hover, .woocommerce input.button:hover{background: #008aca; color: #fff;}

.woocommerce form .form-row-first, .woocommerce form .form-row-last{width: 100%;}

.woocommerce form .checkbox input[type="checkbox"]{position: relative;}

.woocommerce form .form-row .input-text, .woocommerce-page form .form-row .input-text{resize: vertical;}

.select2-container .select2-selection--single .select2-selection__rendered{display: block; line-height: 1.4; padding: 0.625em 0.4375em; width: 100%; height: 45px; font-size: 16px; color: #000; background-color: #fff; background-image: none; border: 1px solid #ccc; border-radius: 0;-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s; -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; appearance: none; -moz-appearance: none; -webkit-appearance: none;}

.select2-container--default .select2-selection--single{border: none; }

.select2-container--default .select2-selection--single .select2-selection__arrow b{margin-top: 6px;}

.woocommerce div.product form.cart table td{font-size: 16px; color: #333;}

.woocommerce div.product form.cart .variations select{display: block; line-height: 1.4; padding: 0; width: 100%; height: 38px; font-size: 16px; color: #000; background-color: #fff; background-image: none; border: 1px solid #ccc; border-radius: 0;-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s; -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; }

.woocommerce div.product form.cart .variations select:focus{outline: none;}

.woocommerce ul.products li.product a{display: block; text-align: center;}



.field_service_row{padding: 12px !important;}

.field_row>p>input{width: 100%; height: 35px; font-weight: 400; box-shadow: none; padding: 10px; font-size: 16px; border-radius: 0; border: 1px solid #ccc;}

.field_row>p>input:focus{outline: none;}

.woocommerce div.product-type-ticket-event .summary p.price{float: left;}

.woocommerce div.product p.stock{background: #008aca; position: relative; color: #fff; font-size: 16px; border-radius: 0; font-weight: 400; text-decoration: none; padding: 10px 20px; border: none;float: right;}

.summary form.cart input[type="text"], .summary form.cart textarea{width: 100%; display: block;}

.summary form.cart input[type="checkbox"]{margin: 12px 0;}

.woocommerce div.product form.cart div.quantity{margin: 4px 4px 0 0;}

.rpw_product_message{float: left; width: 100%; padding-bottom: 10px;}

.woocommerce-account .woocommerce-MyAccount-navigation{width: 23%; background: #f8f8f8; padding: 10px 18px;}

.woocommerce-MyAccount-navigation-link{padding: 10px 0; border-bottom: 1px solid #ddd;}

.woocommerce-MyAccount-navigation-link:last-child{border-bottom: none;}

.woocommerce-account .woocommerce-MyAccount-content{width: 75%; }

.woocommerce-orders-table__cell:last-child{text-align: right;}

.woocommerce-orders-table__cell a.button, .woocommerce-Message a.button, .woocommerce input.button{ border-radius: 0;  text-align: right; margin: 0 3px; background: #008aca; position: relative; color: #fff; font-size: 14px; font-weight: 400; text-decoration: none; padding: 10px 20px; cursor: pointer; border: none;}

.woocommerce-MyAccount-content .woocommerce-Message{margin: 0 !important;}

.woocommerce-Address-title{padding: 10px 20px; background: -moz-linear-gradient( -90deg, rgb(237,237,237) 0%, rgb(249,249,249) 100%); background: -webkit-linear-gradient( -90deg, rgb(237,237,237) 0%, rgb(249,249,249) 100%); background: -ms-linear-gradient( -90deg, rgb(237,237,237) 0%, rgb(249,249,249) 100%);}

.woocommerce div.product form.cart div.quantity{float: none;}

.woocommerce td.product-name dl.variation{margin: 12px 0;}

.woocommerce table.shop_table tfoot td,.product-total{text-align: center; border: 1px solid #ddd;}

.woocommerce table.shop_table tfoot tr:first-child, .woocommerce table.shop_table tfoot tr:last-child{background: #f7f7f7;}

.woocommerce input.button{padding: 15px 20px;}

.woocommerce-MyAccount-navigation-link a:hover{text-decoration: underline;}

address{padding: 10px 20px;}



fieldset { border: 1px solid #d1d1d1; margin: 1.2em 0 1.75em;  min-width: inherit; padding: 0.875em;}

legend{margin-bottom: 0; border-bottom: none;}

section.woocommerce-order-details h2, section.woocommerce-order-details h3{border-bottom: 1px solid #ccc; margin: 15px 0; padding: 0 0 10px 10px; border-left: 3px solid #008aca;}

#rxt-top {position: fixed; right: 30px; bottom: 30px; background: #008aca; border-radius: 3px; width: 40px; height: 40px;}

#rxt-top a {width: 40px; height: 40px; float: left; position: relative;}

#rxt-top a:before { content: ''; position: absolute; left: 50%; top: 50%; border: solid 5px rgba(0, 0, 0, 0); border-bottom: solid 5px #fff; border-top: 0px; margin-left: -5px; margin-top: -3px;}

#rxt-top a:after { content: ''; position: absolute; left: 50%; top: 50%; border: solid 5px rgba(0, 0, 0, 0); border-bottom: solid 5px #008aca; border-top: 0px; margin-left: -5px; margin-top: -1px;}

.wc-tabs-wrapper{display: none;}

form.cart .date_panel>span{display: block; width: auto;}

#ywbc_barcode_value{float: right;}

.related{float: left;}

.ds-btn{padding-right: 0; margin: 15px 0 10px;}

.round .button{padding-right: 0; margin: 10px 0;}





.team-foundation-box {background: #fff; position: relative; -webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.27), 0 0 60px rgba(0, 0, 0, 0.1) inset; -moz-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset;  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset; padding: 10px; margin: 30px 0;}

.team-foundation-box img {width: 100%;}

.cust-prdt-vs { width: 100%; height: 185px; float: left; overflow: hidden; }

.woocommerce ul.products li.product a .cust-prdt-vs img { height: auto; }



section.main-drivers .nvnews-list .nvnews-img{max-height: 320px; overflow: hidden;}

section.main-drivers .nvnews-list .cust-icon img{max-height: auto; min-height: inherit;}

section.news .nvnews-img{max-height: 173px; overflow: hidden;}
section.news .nvnews-img img { height: 175px; object-fit: cover; object-position: center center; }

section.main-drivers .info-box .nvw-driver-img {max-height: 320px; overflow: hidden; }

.satev { margin-bottom:20px!important;}
.hall-of-fame .entry-title{text-align: center; margin: 0; color: #717171; position: relative; padding: 0;}
.hall-of-fame .entry-title:before{position: absolute; content: ''; height: 5px; background: #717171; width: 230px; bottom: -15px; left: 0; right: 0; margin: 0 auto;}
.hall-of-fame .entry-title:after{position: absolute; content: ''; height: 10px; background: #008aca; width: 75px; bottom: -17px; left: 0; right: 0; margin: 0 auto;}
.hall-of-fame .tc_the_content_pre{text-align: center;}
.hall-of-fame .tickera {float: left;width: 100%;text-align: center;}
.hall-of-fame .tickera th {text-align: center;padding: 10px 0;}
.hall-of-fame .tickera table {background-color: #efefef;margin: 0 0 15px;border-radius: 4px;}
.hall-of-fame .tickera td .woocommerce a.button {background-color: transparent;font-weight: normal;margin: 10px 0 0;padding: inherit;text-decoration: underline;}
.all-event-race a.post-thumbnail {margin-top: 55px;display: inline-block;}
.all-event-race .taxonomy-description {text-align: center;margin: 25px 0 0;}
.all-event-race .fc-toolbar .fc-right {float: left;margin-left: 12px;}
.event-section .fc-center h2 {margin-top: 0 !important;text-align: center;width: 100%;padding: 0;}
.all-event-race .fc-toolbar .fc-center{display: block;}
.event-section h4 {font-size: 24px;margin-top: 10px;padding-bottom: 10px;margin-bottom: 5px;display: inline-block;border-bottom: 1px solid #cecece;width: 100%;}
.event-section .logo-inner {margin-bottom: 20px;}
.event-section {/*margin-top: 25px;*/}
.event-section .tickera .event_tickets.tickera {display: table;border: 1px solid #efefef;background-color: transparent;border-radius: 5px;}
.event-section .tickera .event_tickets.tickera tr th {background-color: #f3f3f3;border-right: 1px solid #e2e2e2;text-align: left;padding: 10px 15px;}
.event-section .tickera .event_tickets.tickera tr td {border-right: 1px solid #e2e2e2;text-align: left;padding: 2px 15px;border-bottom: 1px solid #e2e2e2;}
.event-section .tickera .event_tickets.tickera tr td:last-child {border-right: 0;}
.event-section .tickera .event_tickets.tickera tr:last-child td {border-bottom: 0;}
.event-section .tickera .event_tickets.tickera tr th:last-child {border-right: 0;}
.event-section h3 {font-size: 24px;padding: 0;margin: 0 0 15px 0;font-weight: normal;}
.event-section .logo-inner p {margin-top: 10px;}
a.image-left-in {max-height: 418px;display: inline-block;width: 100%;overflow: hidden; margin-bottom:15px;}
a.image-left-in img {width: 100%;}
.all-event-race .page-header{margin: 40px 0 40px;}
.series-btn a {width: 100%;display: inline-block;text-align: center;padding: 10px 25px;background-color: #008aca;margin: 15px 0 0;border-radius: 20px;font-size: 20px;color: #fff !important;}
.world-tout-sec {display: inline-block;margin: 45px 0 0 0;}
.arhive-page .page-header {display: inline-block;text-align: center;width: 100%;padding-bottom: 65px;margin-bottom: 45px;}

.tickera .tpl-detail{ float: left; width: 100%; }
.tickera .tpl-detail table{ width: 35%; background: #f5f5f5;}
.tickera .tpl-second-detail{ float: left;  width: 100%; }
.tickera .tpl-second-detail table tr th{ background:#f5f5f5; }

.world-series-video {margin-top: 35px;}
section.program-event {padding: 45px 0;display: inline-block;width: 100%;text-align: center;}
section.program-event a svg {width: 35px;vertical-align: middle;fill: #ffffff;margin-right: 10px;}
section.program-event a {font-size: 22px;background-color: #008aca;padding: 10px 25px;margin-left: 10px;background: #008aca;position: relative;color: #fff;font-weight: 400;text-decoration: none;cursor: pointer;border: none;display: inline-block;margin-top: 5px;text-transform: uppercase;vertical-align: middle;line-height: 48px;}
section.round-part .round-inner .round-image {height: 280px;overflow: hidden;margin-bottom: 20px;}
section.round-part .round-inner .title {font-size: 20px;color: #ffffff;background: #008aca;/* max-width: 328px; */-webkit-transform: skew(20deg);-ms-transform: skew(20deg);transform: skew(20deg);height: auto;padding: 10px 20px;margin-bottom: 12px;}
section.round-part .round-inner .title h4 {-webkit-transform: skew(-20deg);-ms-transform: skew(-20deg);transform: skew(-20deg);font-size: 18px;}
section.round-part .round-inner p{text-align: left; font-size: 15px; color: #717171; line-height: 22px;padding-left: 10px;}
section.round-part .round-inner a{margin-left: 10px;background: #008aca;position: relative;color: #fff;font-size: 15px;font-weight: 400;text-decoration: none;padding: 10px 22px;cursor: pointer;border: none;display: inline-block;margin-top: 10px;}
section.round-part .round-inner a:before {content:''; position: absolute; top: 0px; left: 0px; width: 0px; height: 44px; background: rgba(255,255,255,0.3); transition: all 1s ease;}
section.round-part .round-inner a:hover:before {width: 100%;}
section.round-part{padding-bottom: 45px;}
section.program-event a:before {content:''; position: absolute; top: 0px; left: 0px; width: 0px; height: 68px; background: rgba(255,255,255,0.3); transition: all 1s ease;}
section.program-event a:hover:before {width: 100%;}
section.faq .faq-pannel .panel-heading .accordion-toggle:after {font-family: 'Glyphicons Halflings';content: "\e114";float: right;color: white;font-weight: normal;}
section.faq .faq-pannel .panel-heading .accordion-toggle.collapsed:after {content: "\e080";    }
section.faq .faq-pannel .panel-heading {background-color: #008aca;border-color: #000;padding: 0;}
section.faq .faq-pannel .panel-heading a {text-decoration: none; padding: 15px 15px;display: inline-block;width: 100%;color: #fff;font-size: 15px;font-weight: 600;}
section.faq .faq-pannel .panel {margin-bottom: 10px;}
section.faq .faq-pannel .panel-body {font-size: 15px;color: #717171;line-height: 22px;}
section.faq h1.home {margin-bottom: 50px;}
section.faq {padding: 45px 0;background-color: #f7f7f7;}
.series-img{background: url(images/banner-wps.jpg) no-repeat;background-size: cover;}
section.team-information a svg{height: 35px;}
section.team-information{padding: 0 0 45px;}
section.detail-page-1{padding: 0 0 10px;}
section.team-information a {border-radius: 50px;}
section.faq .panel-group{margin-bottom: 0}
section.round-part .round-inner .btn-single {display: inline-block;}

section.information a svg {width: 24px;vertical-align: middle;fill: #ffffff;margin-right: 10px;}
section.information a {font-size: 18px;background-color: #008aca;padding: 3px 18px;margin-right: 10px;background: #008aca;position: relative;color: #fff;font-weight: 400;text-decoration: none;cursor: pointer;border: none;display: inline-block;margin-top: 5px;text-transform: uppercase;vertical-align: middle;line-height: 45px;width: 48%;margin-bottom: 10px;} 
section.information a:before {content:'';position: absolute;top: 0px;left: 0px;width: 0px;height: 51px;background: rgba(255,255,255,0.3);transition: all 1s ease;}
section.information a:hover:before {width: 100%;}
section.information .race-loacation {padding: 45px 0 0;}
section.information .race-loacation h2 {margin-top: 0;}
section.information .race-loacation .ds-box {width: 50%;margin: 0 auto;}
section.information .race-loacation .cust-gallary {color: #c2bebe;font-size: 20px;line-height: normal;text-align: center;margin: 35px 0 25px;}
section.information {padding: 0 0 45px;}





@media (max-width: 991px){
.logo-sec {margin-top: 20px;display: inline-block;}
}

@media (max-width: 767px){
.world-series-right {margin-top: 25px;}	
}

@media (max-width: 568px){
.event-section .logo-inner img {width: 100%;}
.event-section .logo-inner p {width: 100%;}
}

@media (max-width: 320px){
.event-section .fc button{padding: 0 5px !important;}
}