@charset "utf-8";
*, *:after, *:before{
    box-sizing:border-box;
}
html, body, #header ul{
    margin:0;
    padding:0;
}

body{
    font-family:Helvetica, Arial, "Lucida Grande", sans-serif;
    color:#373B3D;
    font-size:16px;
    background:url(../images/background.jpg);
    background-size:cover;
    background-attachment:fixed;
}
.wrapper{
    max-width:1000px;
    margin:0 auto;
    padding:10px;
    position:relative;
    background:#fff;
    background:rgba(255,255,255,0.8);
}
#header h1{
    margin:0;
    display:inline-block;
    width:240px;
    padding:15px 0;
}
#header.raceprep h1{
	padding:25px 0;
}
img, iframe, #map .image img{
    max-width:100%;
}
#map .image, #map .logo{
	display:inline-block;
    width:50%;
    max-width:250px;
    vertical-align:top;
}
#map .text{
	padding:10px 0;
    font-size:19px;
    text-transform:capitalize;
}
#map .image{
	padding-left:20px;
}
a{
    text-decoration:none;
    color:#3c95cf;
}
a:hover{
    text-decoration:underline;
}
p{
	line-height:1.3em;
}
li{
	line-height:1.5em;
}
select{
    margin:4px 0;
}
input[type=text], #content textarea, input[type=password]{
    max-width:300px;
    width:100%;
    padding:7px 10px;
    margin:4px 0;
    border:1px solid #D5D5D5;
}
input[type=submit]{
    border: none;
    background: rgb(22, 136, 201);
    color: white;
    font-size: 15px;
    padding: 7px 15px;
}
/* Basic jQuery Slider essential styles */

ul.bjqs{
    position:relative;
    list-style:none;
    padding:0;
    margin:0;
    overflow:hidden;
    display:none;
}
li.bjqs-slide{
    position:absolute;
    display:none;
}
li.bjqs-slide, #slider, li.bjqs-slide img{
    height:auto !important;
}
ul.bjqs-controls{
    list-style:none;
    margin:0;
    padding:0;
    z-index:9999;
}
#slider ol.bjqs-markers{
    list-style: none;
    padding: 0;
    margin: 0;
    position:absolute;
    right:35px;
    bottom:15px;
    text-align:right;
}
ol.bjqs-markers li{
    display:inline-block;
}
#content ol.bjqs-markers li.active-marker a{
    background:#2388c9;
}
#slider ol.bjqs-markers li a{
    display:block;
    font-size:0;
    background:#2e3192;
    height:22px;
    width:16px;
    margin:0 3px;
    border-radius:30px;
}
p.bjqs-caption{
    display:block;
    width:100%;
    margin:0;
    padding:15px;
    position:absolute;
    bottom:0;
    background:rgba(255,255,255,0.9);
}

.fleft, .box, .col1-3, .col2-3, .col1-2, .col1-4{
    float:left;
    
}
.fright{
    float:right;
}
.col1-2{
    width:50%;
}
.col1-3{
    width:33.33%;
}
.col2-3{
    width:66.66%
}
.col1-4{width:25%;}
.clearContainer::after{
    content:'';
    display:block;
    clear:both;
}
.clear{
    clear:both;
}
#header{
    position:relative;
}
#header p{
    position:absolute;
    top:0;
    right:0;
    font-weight:bold;
    font-size:24px;
    margin:0;
}
#mainmenu > div{
    position:absolute;
    bottom:0;
    right:0;
}
#mainmenu ul li{
    display:inline-block;
    position:relative;
    line-height:1;
}
#mainmenu ul ul li{
    display:block;
}
#mainmenu ul li a img{
    display:none;
}
#mainmenu ul li:last-child a{
    padding-right:0;
}

#mainmenu ul li a{
    display:block;
    color:#373B3D;
    padding:15px 10px;
    text-decoration:none;
    font-size:13px;
}
#mainmenu ul ul{
    display:none;
    position:absolute;
    top:43px;
    background:rgba(255,255,255,0.95);
    z-index:999;
    width:200px;
}
#mainmenu ul > li:hover > ul{
    display:block;
}
#mainmenu ul li:hover > a, #mainmenu ul li.selected > a{
    color:#297EB5;
}
/* home page */
#home h2{
    font-size:28px;
    font-weight:100;
    font-style:italic;
    font-family:"Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    color:#939597;
    margin:5px 0;
    letter-spacing:3px;
}
#boxContainer::after{
    content:'';
    display:block;
    clear:both;
}
.box{
    width:21%;
    margin:5px 5.3% 0 0;
    position:relative;
    border-radius:35px;
    overflow:hidden;
    border:2px solid #66adda;
    
}
.box .content{
    background:#fff;
    border-top:none;
    line-height:0;
    position:relative;
}
.box h3{
    color:#fff;
    text-align:center;
    font-size:16px;
    margin:0;
    font-weight:normal;
    position:absolute;
    top:50%;
    -ms-transform:translateY(-50%);
    -webkit-transform:translateY(-50%);
    transform:translateY(-50%);
    width:100%;
    text-align:center;
    z-index:99;
    
}
.titleCont{
    height:50px;
    position:relative;
    width:100%;
    background:#2388c9;
    transition:all 0.3s;
}

.box:hover .titleCont{
    background:#233D86;
}
.box .content img{
    height:100%;
    width:100%;
}

#carouselContainer{
    position:relative;
    margin-top:20px;
}
#carouselContainer h3{
    position:absolute;
    top:-19px;
    margin:0;
    left:50%;
    -webkit-transform:translateX(-50%);
    transform:translateX(-50%);
    -ms-transform:translateX(-50%);
    
}
.carousel{
    padding:30px 45px;
}
.carousel img{
    margin:0 auto;
    max-height:85px;
    padding:10px;
}
.carousel button{
    background:url(../images/arrows-sprite.png)no-repeat;
    background-size:50px;
    height:25px;
    width:25px;
}
.carousel button.slick-next{
    background-position:-25px 0;
}
#footer{
    color:#555559;
    font-weight:100;
    font-size:12px;
    margin-top:15px;
}
#footer a{
    color:#373B3D;
    text-decoration:underline;
}
#tabs > div {
    display:none;
}
.tabMenu{
    padding:0;
    margin:25px 0 0;
    background:#204389;
}
.tabMenu li{
    display:inline-block;
    padding:10px 60px;
    color:#fff;
    cursor:pointer;
}

.tabMenu .active{
    background:#1f89ca;
}

/* product page */
.products-list h3{
    height: auto;
    width: 90%;
}
.products-list img{
    display:block;
    margin:0 auto;
    max-height:127px;
}
.products-list .col1-3{
    padding:0 5px;
}
a.box:nth-child(4n) {
    margin-right: 0;
}

.products-list a.box {
    margin-bottom: 30px;
}

.products-list .box .content {
    height: 200px;
    background-size: cover;
    background-position: center;
}

.products-list .titleCont {
    height: 80px;
    padding: 0 5%;
    box-sizing: border-box;
}

.products-list .box .content img {
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    max-height: 100%;
    max-width: none;
}
.product-slider{
    display:none;
    margin:0 0 50px;
}
.product-slider.one-image > div:after{
	content:attr(data-title);
    display:block;
    margin-top:5px;
}
.product-slider img{
    height:400px;
}
.product-slider .slick-dots{
	position:static;
}
div.slick-slide{
    position:relative;
}
.product-slider div.slick-slide:after{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.7);
    transition:all 0.3s;
    content:'';
}

.product-slider div.slick-center.slick-active:after{
    background:rgba(0,0,0,0);
    
}
.product-slider div:before{
	content:attr(data-title);
    position:absolute;
    bottom:0;
    background:rgba(0,0,0,0.9);
    color:#fff;
    width:100%;
    padding:10px;
}
.product-slider.one-image div:before{
	display:none;
}
.blog-post .post-details{
	margin-top:10px;
}
#map .link{
	display:block;
}
#map .logo img{
	max-width:100%;
}
.product-slider .slick-dots img{
	height:auto;
    width:100%;
}
.slick-dots button{
	font-size:0;
    border:none;
    padding:0;
    background:none;
    width:100%;
    height:100%;
      outline:none !important;
    cursor:pointer;
}
.product-slider .slick-dots{
	bottom:-180px;
}
.product-slider .slick-dots li{
	width:15%;
    min-width:100px;
    height:120px;
    background-size:cover !important;
    background-position:50% 50% !important;
    background-repeat:no-repeat !important;
    outline:none !important;
    opacity:0.5;
}
.product-slider .slick-dots li.slick-active{
	opacity:1;
}
/* end of product page */


/* Contact Us page  */
div#contactmap {
    width: 600px;
    height: 450px;
}

#telephone{
	position:absolute;
    right:0;
    top:15px;
    font-size:20px;
}

#detail .col1-3:nth-of-type(3n +1){
clear:left;
}



/* lightbox */

#lightbox{
	max-width:1000px;
    width:100%;
    padding:20px;
    background:#fff;
     z-index:999999999;
    display:none;
    position:fixed;
    top:50%;
    left:50%;
    -ms-transform:translate(-50%, -50%);
    -webkit-transform:translate(-50%, -50%);
    transform:translate(-50%, -50%);
    max-height:90%;
   /* overflow:scroll;*/
}

#lightbox-cover{
	background:rgba(0,0,0,0.5);
    position:fixed;
    top:0;
    left:0;
    right:0;
    display:none;
    z-index:9999999;
    bottom:0;
    
   
}
#lightbox img{
	max-height:100%;
}
#lightbox > div{
	position:relative;
}
#lightbox .close{
	position:absolute;
    right:-20px;
    top:-20px;
    padding:20px;
    text-decoration:none;
    font-size:18px;
    background:#fff;
}
html, body{
	height:100%;
}

.product-slider .slick-slide.slick-active{
	cursor:zoom-in;
}
.loader {
  margin: 6em auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(35, 55, 112, 0.2);
  border-right: 1.1em solid rgba(35, 55, 112, 0.2);
  border-bottom: 1.1em solid rgba(35, 55, 112, 0.2);
  border-left: 1.1em solid rgba(35, 55, 112, 1);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}
.loader,
.loader:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}


#lightbox .back, #lightbox .next{
background:url(../images/arrows-sprite.png)no-repeat;
    background-size:100px;
    width:50px;
    height:50px;
    display:block;
    position:absolute;
    top:50%;
    -ms-transform:translateY(-50%);
    -webkit-transform:translateY(-50%);
    transform:translateY(-50%);
}
#lightbox .next{
	  background-position: -50px 0;
    right:-50px;
}
#lightbox .back{
	left:-50px;
}
.product-slider .slick-next, .product-slider .slick-prev{
	top:200px;
      background-image: url(../images/arrows-sprite.png);
      width: 50px;
  height: 50px;
      margin-top: -25px;
}
.product-slider .slick-next{

background-position: 100% 0;

}
.system-error-message{
	padding:0;
    margin:0;
    border:none;
    background:none;
}
.submenu ul{
	margin:10px 0 0;
    padding:0;
}
.submenu li{
	display:inline-block;
}
.submenu a{
	display:block;
    padding:10px;
    background:#1F89CA;
    margin-right:10px;
    color:#fff;
    text-decoration:none;
}
.submenu a:hover{
	background:#224088;
}
/* Video page */
.video-cont {
    padding: 0 20px; 
    max-width: 460px;
}
.video-cont-second {
    margin-left: 30px;
}
/* end of lightbox */
@media screen and (min-width:1000px){
    .under1000{
        display:none !important;
    }
 
}
@media screen and (max-width:1000px){
    #boxContainer{
        text-align:center;
    }
    .over1000{
        display:none !important;
    }
       #lightbox{
    	max-width:100%;
    }
    #lightbox .next, #lightbox .back{
    	position:static;
        -ms-transform:translate(0);
        -webkit-transform:translate(0);
        transform:translate(0);
        background-size:50px;
        width:25px;
        height:25px;
        margin-top:5px;
    }
    #lightbox .next{
    	float:right;
        background-position:-25px 0;
    }
    #lightbox .back{
    	float:left;
    }
}
@media screen and (max-width:800px){
    .col2-3{
        width:100%;
    }
    .col1-3{
        width:50%;
    }
    #group .col1-3{
        width:33.3%;
    }
        .products-list .box{
    	width:48%;
        margin:4% 0 0;
    }
      .products-list .box:nth-child(2n-1){
        margin-right:4%;
    }
    #mainmenu ul li a{
    	padding:15px 7px;
    }
}
@media screen and (max-width:700px){
    #tab{
        width:100px;
        font-size:12px;
        border-radius:0 0 25px 25px;
    }
}
@media screen and (min-width:768px){
    .paddingR15Deskt{
        padding-right:15px;
    }
    .paddingL15Deskt{
        padding-left:15px;
    }
    .mobi{
        display:none !important;
    }
}
@media screen and (max-width:767px){
    .product-slider div:before{
    	font-size:12px;
    }
    #tab{
        display:none;
    }
    .product-slider img{
    	height:200px;
        max-width:100vw;
    }
    .col1-3, #group .col1-3{
        width:100%;
    }
    #detail .col1-3{
    clear:none;
    }
    .products-list .col1-3{
        width:50%;
    }
    .groupopen #content{
        margin-top:0;
    }
    .tabMenu li{
        padding:10px 0;
        display:block;
        text-align:center;
    }
    #innerTemplate #content{
        padding:0 10px;
    }
    #innerTemplate #header{
    	padding:0;
    }
    .nofmobi{
        float:none !important;
    }
    #footer p {
        float:none;
        font-size:11px;
    }
    #footer{
        padding:0 0 10px;
    }
    #boxContainer, #home h2, #footer p{
        padding:0 10px;
    }
    .box{
        margin:4% 0 0;
        width:48%;
    }
    .box:nth-child(2n-1){
        margin-right:4%;
    }
    .box h3{
        font-size:14px;
        line-height:14px;
    }
    .box .title{
        height:40px;
    }
    #home h2{
        font-size:18px;
    }
    
    #header{
        padding:0 10px;
    }
    .deskt{
        display:none !important;
    }
    #mobilemenu{
        display:none;
        background:#fff;
        position:fixed;
        top:50px;
        left:0;
        width:100%;
        z-index:99999999;
        /*box-shadow:0 0 5px rgba(0,0,0,0.5);*/
    }
    #mobilemenu ul ul, #mobilemenu ul li a img{
        display:none;
    }
    #mobilemenu li.open ul li a{
        padding-left:20px;
    }
    #mobilemenu li.open > a{
        color:#3c95cf;
    }
    #mobilemenu ul li, #mobilemenu ul li a, #mobilemenu li.open ul{
        display:block;
    }
    #mobilemenu ul li a{
        color:#404040;
        padding:15px 0;
        border-top:1px solid #cacaca;
        border-bottom:1px solid #DFDFDF;
        text-indent:20px;
        text-decoration:none;
    }
    #mobilemenu ul li a:active{
        background:#1c85c6;
        color:#fff;
    }
    .wrapper{
        padding:0;
    }
    #menutrigger{
        position:fixed;
        top:10px;
        right:10px;
        width:100px;
        text-align:right;
        color:#fff;
        line-height:40px;
        z-index:999999;
    }
    #menutrigger > div{
    	float:right;
    }
   /* #menutrigger img{
        vertical-align:top;
        margin:8px 8px 0 0;
    }*/
    
    #menutrigger span{
    	margin:5px;
        height:4px;
        width:35px;
        background:#3c95cf;
        display:block;
        border-radius:5px;
    }
    h1 {
        width:60%;
        margin-top:5px;
        
    }
    #header p{
        position:static;
        font-size:15px;
        margin:0 0 8px;
    }
    .product-slider ol{
        margin-top:100px;
    }
    .product-slider ul.bjqs{
        overflow:visible;
    }
    .product-slider p{
        position:static;
    }
    .product-slider ol li{
        width:33.3%;
        min-width:1px;
    }
}
@media screen and (max-width: 768px) {
    .video-cont-second {
        margin-left: 0;
    }
}
@media screen and (max-width:480px){
    .product-slider ol li{
        width:50%;
    }
    .products-list .col1-3{
        width:100%;
    }
        .products-list .box{
    	width:100%;
        margin:0;
    }
    .col1-2{
    	width:100%;
    }
    .video-cont-second {
        margin-top: 20px;
    }
}