/* Hide from both screenreaders and browsers: h5bp.com/u */
.is-hidden {
display: none !important;
visibility: hidden;
}

/** Lightbox jquery product image styles **/
#jquery-overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    width: 100%;
    height: 500px;
}
#jquery-lightbox {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    text-align: center;
    line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
    position: relative;
    background-color: #fff;
    width: 250px;
    height: 250px;
    margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
    position: absolute;
    top: 40%;
    left: 0%;
    height: 25%;
    width: 100%;
    text-align: center;
    line-height: 0;
}
#lightbox-nav {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
    width: 49%;
    height: 100%;
    zoom: 1;
    display: block;
}
#lightbox-nav-btnPrev {
    left: 0;
    float: left;
}
#lightbox-nav-btnNext {
    right: 0;
    float: right;
}
#lightbox-container-image-data-box {
    font: 10px Verdana, Helvetica, sans-serif;
    background-color: #fff;
    margin: 0 auto;
    line-height: 1.4em;
    overflow: auto;
    width: 100%;
    padding: 0 10px 0;
}
#lightbox-container-image-data {
    padding: 0 10px;
    color: #666;
}
#lightbox-container-image-data #lightbox-image-details {
    width: 70%;
    float: left;
    text-align: left;
}
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
    display: block;
    clear: left;
    padding-bottom: 1.0em;
}
#lightbox-secNav-btnClose {
    width: 66px;
    float: right;
    padding-bottom: 0.7em;
}

/* images styles */
img.hider { display: inline-block!important; float:left; max-width:50px;max-height:50px;}
img.displayer {display:block;margin: 0 0 5px;}

/* enlarge message style */
.ct_pd_pi_enlarge { clear:left;color:#000; font: 10px Verdana, Helvetica, sans-serif; background:#fff; padding:3px 0; margin: 5px 0; }

/* hide all none default images on website */
#ct_b_cart img.hider {display:none!important;}
/** END LIGHTBOX image viewer **/

/** FANCYBOX image viewer **/
div#fancy_overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #666;
    display: none;
    z-index: 30;
}
* html div#fancy_overlay {
    position: absolute;
    height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
div#fancy_wrap {
    text-align: left;
}
div#fancy_loading {
    position: absolute;
    height: 40px;
    width: 40px;
    cursor: pointer;
    display: none;
    overflow: hidden;
    background: transparent;
    z-index: 100;
}
div#fancy_loading div {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 480px;
    background: transparent url('/js/jquery.plugins/jquery.fancybox/images/fancy_progress.png') no-repeat;
}
div#fancy_loading_overlay {
    position: absolute;
    background-color: #FFF;
    z-index: 30;
}
div#fancy_loading_icon {
    position: absolute;
    background: url('/js/jquery.plugins/jquery.fancybox/images/fancy_loading.gif') no-repeat;
    z-index: 35;
    width: 16px;
    height: 16px;
}
div#fancy_outer {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    padding: 18px 18px 33px 18px;
    margin: 0;
    overflow: hidden;
    background: transparent;
    display: none;
}
div#fancy_inner {
    position: relative;
    width:100%;
    height:100%;
    border: 1px solid #BBB;
    background: #FFF;
}
div#fancy_content {
    margin: 0;
    z-index: 100;
    position: absolute;
}
div#fancy_div {
    background: #000;
    color: #FFF;
    height: 100%;
    width: 100%;
    z-index: 100;
}
img#fancy_img {
    position: absolute;
    top: 0;
    left: 0;
    border:0;
    padding: 0;
    margin: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
}
div#fancy_close {
    position: absolute;
    top: -12px;
    right: -15px;
    height: 30px;
    width: 30px;
    background: url('/js/jquery.plugins/jquery.fancybox/images/fancy_closebox.png') top left no-repeat;
    cursor: pointer;
    z-index: 181;
    display: none;
}
#fancy_frame {
    position: relative;
    width: 100%;
    height: 100%;
    display: none;
}
#fancy_ajax {
    width: 100%;
    height: 100%;
    overflow: auto;
}
a#fancy_left, a#fancy_right {
    position: absolute;
    bottom: 0px;
    height: 100%;
    width: 35%;
    cursor: pointer;
    z-index: 111;
    display: none;
    background-image: url(data:image/gif;base64, AAAA);
    outline: none;
}
a#fancy_left {left: 0px;}
a#fancy_right {right: 0px;}
span.fancy_ico {
    position: absolute;
    top: 50%;
    margin-top: -15px;
    width: 30px;
    height: 30px;
    z-index: 112;
    cursor: pointer;
    display: block;
}
span#fancy_left_ico {
    left: -9999px;
    background: transparent url('/js/jquery.plugins/jquery.fancybox/images/fancy_left.png') no-repeat;
}
span#fancy_right_ico {
    right: -9999px;
    background: transparent url('/js/jquery.plugins/jquery.fancybox/images/fancy_right.png') no-repeat;
}
a#fancy_left:hover {visibility: visible;}
a#fancy_right:hover {visibility: visible;}
a#fancy_left:hover span {left: 20px;}
a#fancy_right:hover span {right: 20px;}
.fancy_bigIframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
}
div#fancy_bg {
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    z-index: 70;
    border: 0;
    padding: 0;
    margin: 0;
}
div.fancy_bg {
    position: absolute;
    display: block;
    z-index: 70;
    border: 0;
    padding: 0;
    margin: 0;
}
div.fancy_bg_n {
    top: -18px;
    width: 100%;
    height: 18px;
    background: transparent url('/js/jquery.plugins/jquery.fancybox/images/fancy_shadow_n.png') repeat-x;
}
div.fancy_bg_ne {
    top: -18px;
    right: -13px;
    width: 13px;
    height: 18px;
    background: transparent url('/js/jquery.plugins/jquery.fancybox/images/fancy_shadow_ne.png') no-repeat;
}
div.fancy_bg_e {
    right: -13px;
    height: 100%;
    width: 13px;
    background: transparent url('/js/jquery.plugins/jquery.fancybox/images/fancy_shadow_e.png') repeat-y;
}
div.fancy_bg_se {
    bottom: -18px;
    right: -13px;
    width: 13px;
    height: 18px;
    background: transparent url('/js/jquery.plugins/jquery.fancybox/images/fancy_shadow_se.png') no-repeat;
}
div.fancy_bg_s {
    bottom: -18px;
    width: 100%;
    height: 18px;
    background: transparent url('/js/jquery.plugins/jquery.fancybox/images/fancy_shadow_s.png') repeat-x;
}
div.fancy_bg_sw {
    bottom: -18px;
    left: -13px;
    width: 13px;
    height: 18px;
    background: transparent url('/js/jquery.plugins/jquery.fancybox/images/fancy_shadow_sw.png') no-repeat;
}
div.fancy_bg_w {
    left: -13px;
    height: 100%;
    width: 13px;
    background: transparent url('/js/jquery.plugins/jquery.fancybox/images/fancy_shadow_w.png') repeat-y;
}
div.fancy_bg_nw {
    top: -18px;
    left: -13px;
    width: 13px;
    height: 18px;
    background: transparent url('/js/jquery.plugins/jquery.fancybox/images/fancy_shadow_nw.png') no-repeat;
}
div#fancy_title {
    position: absolute;
    bottom: -33px;
    left: 0;
    width: 100%;
    z-index: 100;
    display: none;
}
div#fancy_title div {
    color: #FFF;
    font: bold 12px Arial;
    padding-bottom: 3px;
}
div#fancy_title table {
    margin: 0 auto;
}
div#fancy_title table td {
    padding: 0;
    vertical-align: middle;
}
td#fancy_title_left {
    height: 32px;
    width: 15px;
    background: transparent url('/js/jquery.plugins/jquery.fancybox/images/fancy_title_left.png') repeat-x;
}
td#fancy_title_main {
    height: 32px;
    background: transparent url('/js/jquery.plugins/jquery.fancybox/images/fancy_title_main.png') repeat-x;
}
td#fancy_title_right {
    height: 32px;
    width: 15px;
    background: transparent url('/js/jquery.plugins/jquery.fancybox/images/fancy_title_right.png') repeat-x;
}
/**
* image styles, initially hide all none default images on website
*/
img.hider { display: none; }
img.displayer {}
#fancybox_note { color:#000; font: 10px Verdana, Helvetica, sans-serif; background:#fff; padding:3px; margin: 2px; }
/** END FANCYBOX image viewer **/

/** GALLERIA image viewer **/

/* MAIN IMAGE CONTAINER */
.ct_pd_pi_main {padding: 0;margin: 0 0 5px; background:#fff;}
.ct_pd_pi_main img {margin-bottom:5px;}

.ct_pd_pi_enlarge {color:#000; font-size: 10px;}

div.ct_pd_pi_thumbnails {margin:0;}

/* ALTERNATIVE THUMBNAILS CONTAINER */
.ct_pd_pi_thumbnails {}

.ct_pd_pi_thumbnails ul.galleria {list-style:none;margin:0;padding:0}
.ct_pd_pi_thumbnails ul.galleria li{cursor:pointer;display:inline-block;overflow:hidden;border:1px solid #ccc;margin:10px 5px 0 0;background:#fff;}
.ct_pd_pi_thumbnails ul.galleria li.active {cursor:default}
.ct_pd_pi_thumbnails ul.galleria li img {}
.ct_pd_pi_thumbnails ul.galleria li img.selected {}

.ct_pd_pi_thumbnails ul.galleria li {width:50px;height:50px} /* specify this or thumbs do not display */
* html .galleria li div span{width:400px} /* MSIE bug */

/** END GALLERIA image viewer **/



/** HOVER image viewer **/
/* GALLERY */
ul#gallery { position:relative; margin:0 0 0 -40px; list-style:none; }
ul#gallery li { width:110px; display:block; float:left; }
ul#gallery li#first {width:auto;padding:0;margin:0;text-align:left}
ul#gallery li img { border:1px solid #000;}
ul#gallery li:hover ul,
ul#gallery li.sfhover ul { top:auto; left:auto; }
ul#gallery li a { display:block; padding:0; color:#000; text-decoration:none; }
ul#gallery li a:hover { }
ul#gallery li ul { padding:0px 0px 0px 0px; list-style:none; margin:0; width:228px; position:absolute; z-index: 10; left:-999em; }
ul#gallery li ul li { display:inline; text-align:left; clear:none; float:none; border:0; }
ul#gallery li ul li a { margin:2px; border:1px solid #ccc; padding:4px; float:left; display:block; width:100px; height:75px; background-color:#fff;  }
ul#gallery li ul li a:hover { z-index:2; }
ul#gallery li ul li a img { position:absolute; width:100px; height:75px; border:0;}
ul#gallery li ul li a:hover img,
ul#gallery li a:active img,
ul#gallery li a:focus img { left:0%; top:-50%; margin: 2px 0; z-index:1; border:1px solid #000; }

#ct_pd_product_image.right ul#gallery li ul { right:0; }
#ct_pd_product_image.right ul#gallery li#first { text-align:right }
#ct_pd_product_image.right ul#gallery li ul li a { float:right; }
#ct_pd_product_image.right ul#gallery li ul li a:hover img,
#ct_pd_product_image.right ul#gallery li a:active img,
#ct_pd_product_image.right ul#gallery li a:focus img { right:0%; left:auto; }

/* LIGHTBOX CONTROL */
#lightbox{ background-color:#000;	padding:5px; }
#lightboxDetails{ padding-top:5px;	}
#lightboxCaption{ float:left; color:#fff; font-size:11px; }
#keyboardMsg { float: right; }
#keyboardMsg a { color:#fff; text-decoration:none; letter-spacing:2px; text-transform:uppercase; font-weight:bold; }
#lightbox img{ border: 1px solid black;  }
#overlay img{ border: none; }
#hover_note,
#click_note {color:#000; font: 10px Verdana, Helvetica, sans-serif; text-align:center }
/** END HOVER image viewer **/


/** EASY SLIDER image viewer **/
.ct_easySlider ul, .ct_easySlider li{margin:0;padding:0;list-style:none;}
/*
define width and height of container element and list item (slide)
list items must be the same size as the slider area
*/
.ct_easySlider, .ct_easySlider li{
    width:150px;
    height:150px;
    overflow:hidden;
    text-align:center;
}
.ct_es_prevBtn a {font: 11px Verdana, Helvetica, sans-serif;}
.ct_es_nextBtn a {font: 11px Verdana, Helvetica, sans-serif;}
/** END EASY SLIDER image viewer **/

/** JQZoom image viewer **/
div.jqZoomTitle {
    z-index:5000;
    text-align:center;
    font-size:11px;
    font-family:Tahoma;
    height:16px;
    padding-top:2px;
    position:absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    color: #FFF;
    background: #999;
    font: 10px Verdana, Helvetica, sans-serif;
    font-weight: bold;
}
.jqZoomPup {
    overflow:hidden;
    background-color: #FFF;
    -moz-opacity:0.6;
    opacity: 0.6;
    filter: alpha(opacity = 60);
    z-index:10;
    border-color:#c4c4c4;
    border-style: solid;
    cursor:pointer;
}
.jqZoomPup img {border: 0px;}
.preload {
    -moz-opacity:0.8;
    opacity: 0.8;
    filter: alpha(opacity = 80);
    color: #333;
    font-size: 12px;
    font-family: Tahoma;
    text-decoration: none;
    border: 1px solid #CCC;
    background-color: white;
    padding: 8px;
    text-align:center;
    background-image: url(/js/jquery.plugins/jqzoom/images/zoomloader.gif);
    background-repeat: no-repeat;
    background-position: 43px 30px;
    z-index:10;
    position:absolute;
    top:3px;
    left:3px;
}
.jqZoomWindow {
border: 1px solid #999;
background-color: #FFF;
}
#zoom_note {color:#000; font: 10px Verdana, Helvetica, sans-serif; background:#fff; padding:3px; margin: 2px;}
/** END JQZoom image viewer **/

/** THUMBNAIL VIEWER **/
#thumb_img {
    background: #fff;
    width: 60px;
    height: 60px;
    padding: 1px;
    border: 1px solid #ccc;
    margin: 1px;
}
#thumbBox{ /*Outermost DIV for thumbnail viewer*/
    position: absolute;
    left: 0;
    top: 0;
    width: auto;
    padding: 10px;
    padding-bottom: 0;
    background: #313131;
    visibility: hidden;
    z-index: 10;
    cursor: pointer;
}
#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains 'close' link */
    font: bold 16px Tahoma;
    letter-spacing: 5px;
    line-height: 1.1em;
    color: white;
    padding: 5px 0;
    text-align: right;
}
/*DIV within thumbbox that holds the enlarged image */
#thumbBox #thumbImage{background-color: white;padding:0;}

#thumbLoading{ /*DIV for showing 'loading' status while thumbbox is being generated*/
    position: absolute;
    visibility: hidden;
    border: 1px solid black;
    background-color: #EFEFEF;
    padding: 5px;
    z-index: 5;
}
#thumb_more {color:#000; font: 10px Verdana, Helvetica, sans-serif; background:#ccc; padding:5px; margin: 1px;}
/** END THUMBNAIL VIEWER **/
/*---------------------------------------------
DIV TEMPLATE LAYOUT STYLES
---------------------------------------------*/

html, body {
margin: 0px;
padding: 0px;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
}
html {background:#FFF url('/bikerun/bikes_bg.jpg') no-repeat center top;}

a {
}
a:hover {
}

h1, h2, h3, h4 h5, h6 {padding: 0px 0}

/* RESET ALL STYLES */
* {
margin:0;
padding:0;*, *:after, *:before
zoom:1; /* force hasLayout on IE */
}

ul { margin:0;padding:0px; }
a > img { border:0 } /* prevent IE from adding border to link images */

/* CONSISTENT FONT SIZES IN SAFARI AND CHROME */
@media screen {
body {-webkit-text-size-adjust: none;}
}

input {}

input[type='button'],
input[type='submit'] {

}
input[type='button']:hover,
input[type='submit']:hover {

}
input[type='submit'] {
	width: auto;
	border: 0 none;
	height: 28px;
	bottom: -70px;
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 1px;
	background-color: #509af0;
	padding: 0px 25px;
}
input[type='text'] {padding: 5px;vertical-align:middle}

.clear {clear:both}
.left {float:left}
.right {float:right}

/* error messages */
.ct_font_error,
.ct_font_error * {color: red;}

/* helper messages in forms */
.ct_form_helper {font-style:italic;margin:0 0 5px;color:#999}

/** styles for outer sections of the website template DIV layout **/
/**/#ct_template_wrapper {
position:relative;
width: 100%;
margin: 0 auto;
text-align:center;
}
/**/#ct_template_header {
width:auto;
min-height:210px;
margin:0 auto;
position:relative;
background-color:#FFF;
}
.ct_homepage #ct_template_header {
	height:auto;
}
/**/#ct_template_content {
/* width:1035px; */
width:auto;
margin:0 auto 0px;
background:#FFF url('/bikerun/content_bg.jpg') repeat-x left bottom;
padding:40px 80px 70px;
}
/**/#ct_template_content_left {
display:block;
float: left;
width: 210px;
height: 100%;
text-align:left;
}
/**/#ct_template_content_main {
display:block;
/* float: left; */
/* width: 815px; */
width:auto;
padding: 0 0 0 0px;
margin: 0 auto;
text-align:left;
position:relative;
}
/**/#ct_template_content_right {
display:block;
float: right;
width: 160px;
padding-left: 20px;
height: 100%;
}
/**/#ct_template_footer {
width: 100%;
/*min-width:1200px;*/
height:550px;
padding: 10px;
background-color:#FFF;
margin:0 auto;
position:relative;
}
/**/#ct_template_cybertillLink {
	display:none;
text-align:center;
margin: 10px auto;
}
/**/#ct_template_cybertillLink a {
color: #064376;
font-size: 10px;
text-decoration:none;
}
/**/#ct_template_cybertillLink a:hover {
color: #2f94de;
}
/** END outer sections styles **/

#ct_template_content_main .ct_mainContent {
	max-width:900px;
	margin:auto;
	padding:0;
        color: #000;
        letter-spacing: .5px;
        
}
#ct_template_content_main #ct_productDetails #ct_pd_product {
	padding-top: 70px;
	position: relative;
}
#ct_template_content_main #ct_productDetails #ct_pd_product #ct_pd_product_name {
	position: absolute;
	top: 0;
	width: 100%;
	line-height: 28px;
	padding: 2px 0;
}

/** COOKIE WARNING **/
/**/#ct_cookie_prompt {
position:fixed;
bottom:44px;
width:100%;
padding:15px 0 15px 0;
background-color:#000;
-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=75)';
filter: alpha(opacity=75);
-moz-opacity: 0.75;
-khtml-opacity:0.75;
opacity:0.75;
color:#FFF;
font-size:11px;
text-align:center;
height:65px;
z-index: 9999;
}
/**/#ct_cprompt_inner { position:absolute;width:900px;text-align:left;margin:0 0 0 -450px;left:50%; }
/**/#ct_cprompt_inner span { float:left;font-size:35px;padding:0 15px 0 0; line-height: 42px; }
/**/#ct_cprompt_inner a { font-weight:bold; color: #fff; }
/**/#ct_cookie_prompt_close { cursor:pointer;position:absolute;top: 20px; right: 10px;border:2px solid #FFF;color:#FFF;width:20px;line-height:20px;text-align:center;font-weight:900; }
/** end COOKIE WARNING **/


/*---------------------------------------------
MODULES STYLES
---------------------------------------------*/
/** modules containers **/
.ct_module {
}

.ct_link_module {

}

/** modules titles **/
.ct_module .ct_module_header {
}

.ct_module .ct_module_header a {
font-size: 14px;
text-decoration: none;
}


/** predefined link modules **/
.ct_loginLink {}
.ct_loginLink a {}

.ct_accountLink {}
.ct_accountLink a {}

.ct_contactUs_link {}
.ct_contactUs_link a {}

.ct_sitemapLink {}
.ct_sitemapLink a {}



/** PRODUCTS SEARCH pre-defined section **/
.ct_productSearch {}
.ct_productSearch .ct_module_header {}

.ct_productSearch form {
display:inline-block;
max-width:96%;

/* force hasLayout on IE7 */
zoom:1;
*display: inline;
}
.ct_ps_for,
.ct_ps_for input {max-width:95%!important}
.ct_ps_type,
.ct_ps_goSearch {
display:inline-block;

/* force hasLayout on IE7 */
zoom:1;
*display: inline;
}
/** END PRODUCTS SEARCH pre-defined section **/



/** AUTO-COMPLETE SEARCH pre-defined section **/
.ct_ac_search {
float:right;
margin:10px 20px 0 0;
border-radius:5px;
-moz-border-radius:5px;
-khtml-border-radius:5px;
-webkit-border-radius:5px;
background-color:#1481aa;
padding:5px;
}
.ct_ac_search .ct_module_header {display:none;}

.ct_ac_search_input,
.ct_ac_search_go {
display:inline-block;

/* force hasLayout on IE7 */
zoom:1;
*display: inline;
}

.ct_ac_search_go {
padding:0 8px 0 10px;
}

.ct_ac_search_input input {
width:300px;
border-radius:12px;
-moz-border-radius:12px;
-webkit-border-radius:12px;
-khtml-border-radius:12px;
border:none;
}
.ct_ac_search_go input {
border:none;
margin:0;
padding:0;
width:14px;
height:14px;
font-size:0%;
background:#1481aa url('/bikerun/search_icon.jpg') no-repeat left top;
}

.ac_results {
padding: 0px;
background-color: white;
color:white;
overflow: auto;
z-index: 99999;
}
.ac_results ul {
width: 100%;
list-style-position: outside;
list-style: none;
padding: 0;
margin: 0;
}
.ac_results li {
margin: 0px;
padding: 2px 5px;
cursor: default;
display: block;
/*
if width will be 100% horizontal scrollbar will apear
when scroll mode will be used
*/
/*width: 100%;*/
font: menu;
font-size: 12px;
/*
it is very important, if line-height not setted or setted
in relative units scroll will be broken in firefox
*/
line-height: 16px;
//overflow: hidden;
color:gray;
}
.ac_loading {
background: white url('../images/indicator.gif') right center no-repeat;
color: black;
}
.ac_odd {
background-color: #eee;
color: black;
}
.ac_over {
background-color: #0A246A;
color: white;
} 
/** end AUTO-COMPLETE SEARCH **/



/** SEARCH FILTERS pre-defined section **/
.ct_searchFilters {}
.ct_searchFilters .ct_module_header {}
.ct_searchFilters ul.checkbox_list {list-style:none;padding:0}
.ct_searchFilters ul.checkbox_list li {padding:0 10px}
/** end SEARCH FILTERS **/



/** SMALL BASKET pre-defined section **/
.ct_smallBasket {
float: right;
clear: right;
width: 20%;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-khtml-border-radius: 5px;
margin: -1px 10px 0 0;
padding: 5px;
position: absolute;
top: 70px;
right: 10px;

/* float:right;
clear:right;
width:230px;
background-color:#064376;
border-radius:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
-khtml-border-radius:5px;
margin:10px 10px 0 0;
padding:5px; */
}
.ct_smallBasket .ct_module_header {}

ul.ct_sb_items,
ul.ct_sb_items li {
list-style: none;
margin:0px auto 0px auto;
padding:1px;
text-align: left;
position:relative;
}
li.ct_sb_accountCredit,
li.ct_sb_item {
color: #999;
}
.ct_sb_itemCount {
width: 58%;
font-size: 12px;
float: left;
font-weight: bolder;
padding: 9px;
color: #FFF;
margin-top: 7px;
text-transform: uppercase;
background-color: rgba(18, 18, 18, 0.57);
letter-spacing: 1px;
border-bottom-left-radius: 13px;
border-bottom-right-radius: 5px;
border-top-left-radius: 5px;
border: 1px dashed rgba(255, 255, 255, 0.69) !important;
}
.ct_sb_total {}
.ct_sb_link a {
font-size: 12px;
color:#fff;
}
.ct_sb_link a:hover {}
/** end SMALL BASKET pre-defined section **/



/** TOP SELLERS pre-defined section **/
.ct_topSellers {}
.ct_topSellers .ct_module_header {}

ul.ct_ts_list {
list-style: none;
margin:0px auto 0px auto;
padding: 0;
text-align: left;
position: relative;
}
li.ct_ts_item {}
span.ct_ts_item_count {}
span.ct_ts_item_name {}
/** end TOP SELLERS pre-defined section **/



/** RECENTLY VIEWED ITEMS pre-defined section **/
/* module */
.ct_viewedItems {}
.ct_viewedItems .ct_module_header {}

.ct_viewedItems ul {
list-style: none;
padding: 0;
text-align: left;
position: relative;
}
.ct_vi_item a {}
.ct_vi_recent a{}
.ct_viewedItems a:hover {}

/* page */
/**/#ct_viewedItems {}
/**/#ct_viewedItems .ct_mainContent_header{}

/**/#ct_vi_productList {}
.ct_vi_product {}
/** end RECENTLY VIEWED ITEMS pre-defined section **/



/** CATEGORY MENU pre-defined section **/
.ct_categoryMenu {}
.ct_categoryMenu .ct_module_header {
margin:10px 0 6px 10px;
font-weight:bold;
font-size:14px;
color:#313131;
}

ul.ct_cm_menu,
ul.ct_cm_menu ul {
width: 210px;
background-color: #f5f5f5;
padding: 0px;
margin:0;
cursor: default;
}

ul.ct_cm_menu {
-moz-box-shadow: 3px 0px 4px #ebebeb;
-webkit-box-shadow: 3px 0px 4px #ebebeb;
box-shadow: 3px 0px 4px #ebebeb;
/* For IE 8 */
-ms-filter:"progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#ebebeb')";
/* For IE 5.5 - 7 */
filter:progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#ebebeb');
}

ul.ct_cm_menu li {
list-style-type: none;
margin: 0px;
padding:0;
/*position: relative;*/
color: #000000;
}
ul.ct_cm_menu li a {
	color: #000;
	display: block;
	padding: 5px 9px;
	border-top: 0px solid #D4D4D4;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 15px;
}
body.wdesktop ul.ct_cm_menu li a,
body.wdesktop ul.ct_cm_menu li a:hover {
	padding: 5px 12px;
	font-size: 14px;
}

/* Category menu in header */
/**/#ct_template_header .ct_module.ct_categoryMenu { border-top: 1px solid #D4D4D4; /* display:block;*/ text-align:left;}
/**/#ct_template_header .ct_categoryMenu .ct_module_header {
display:inline-block;
float:left;
margin:0;

/* force hasLayout on IE7 */
zoom:1;
*display: inline;
}
/**/#ct_template_header .ct_cm_wrapper {width:auto;margin:0}
/**/#ct_template_header ul.ct_cm_menu {width: auto;left:0;}
/**/#ct_template_header ul.ct_cm_menu li {
display:inline-block;
padding:5px 20px;
margin:0;
border:0;

/* force hasLayout on IE7 */
zoom:1;
*display: inline;
}
/**/#ct_template_header ul.ct_cm_menu li ul {min-width:100%;}
/**/#ct_template_header ul.ct_cm_menu li ul li {display:block}

/* over effect */
ul.ct_cm_menu li:hover {

}
ul.ct_cm_menu li a:hover,
ul.ct_cm_menu li:hover > a {
color: #FFF;
font-weight:bold;
background-color: #3598db;
}

/* over action */
ul.ct_cm_menu li:hover > ul {
/*display: block;*/
}

ul.ct_cm_menu li ul li ul {
display: block;
}

/* sub-list*/
ul.ct_cm_menu li > ul {
display: none;
background-color:rgba(255,255,255,.9);
}

ul.ct_cm_menu li > ul li a {
	padding:8px 0 8px 24px;
	color:#064477;
	font-weight:bold;
	border:none;
}
ul.ct_cm_menu li ul li:hover > a, ul.ct_cm_menu li > ul li a:hover {
	/*padding:8px 0 8px 24px;
	background-color:#dae4e7;*/
	background-color:transparent;
	color:#064477;
	font-weight:bold;
	border:none;
}

ul.ct_cm_menu li ul li ul li a, 
ul.ct_cm_menu li ul li ul li a:hover {
	padding:6px 0 6px 30px;
	color:#484848;
	font-weight:bold;
	border:none;
	font-size:10px;
}

/**/#ct_template_header ul.ct_cm_menu li > ul {left: 0px;top:24px}

#ct_template_header ul.ct_cm_menu li > ul ul {
	background-color:transparent;
}
/** end CATEGORY MENU pre-defined section **/



/** Slash Dot Category Menu styles **/
/** Comented out by default **/
/*
.ct_categoryMenu {
width: 100%;
border: 0px solid black;
margin-bottom: 2px;
padding-bottom: 2px;
}
.ct_categoryMenu .ct_module_header {}

.expand_holder {
color: #006666;
height: 25px;
}
.expand_holder a {
color: #066;
}

.expand_holder a:hover {
color: #000000;
}

div.ct_cm_sdmenu {
width: 150px;
font-size: 12px;
padding-bottom: 10px;
background: url('/webimages/slashdotmenu/bottom.gif') no-repeat right bottom;
color: #fff;
}
div.ct_cm_sdmenu div {
background: url('/webimages/slashdotmenu/title.gif') repeat-x;
overflow: hidden;
}
div.ct_cm_sdmenu div:first-child {
background: url('/webimages/slashdotmenu/toptitle.gif') no-repeat;
}
div.ct_cm_sdmenu div.collapsed {
height: 25px;
}
div.ct_cm_sdmenu div span {
display: block;
padding: 5px 25px;
font-weight: bold;
color: white;
background: url('/webimages/slashdotmenu/expanded.gif') no-repeat 10px center;
cursor: default;
border-bottom: 1px solid #ddd;
}
div.ct_cm_sdmenu div.collapsed span {
background-image: url('/webimages/slashdotmenu/collapsed.gif');
}
div.ct_cm_sdmenu div a {
padding: 5px 10px;
background-color: #eee;
display: block;
border-bottom: 1px solid #ddd;
color: #066;
}
div.ct_cm_sdmenu div a.current {
background-color: #ccc;
}
div.ct_cm_sdmenu div a:hover {
background-color: #066;
background: url(../images/modules/webslashdotmenu/linkarrow.gif) no-repeat right center;
color: #fff;
text-decoration: none;
}
*/
/** END Slash Dot Category Menu styles **/



/** BRANDS pre-defined section **/
.ct_brandsMenu {margin:0 0 0 10px;}
.ct_brandsMenu .ct_module_header {
margin:5px 0 10px;
font-weight:bold;
font-size:14px;
color:#313131;
}

.ct_bm_removeFilter {
color: transparent;
text-indent: -9999px;
float:right;
width: 20px;
background: transparent url(/system_images/icons-16/delete.png) no-repeat center center;
}
.ct_bm_dropDown select {max-width:100%}
.ct_bm_list {}
.ct_bm_list ul {
list-style: none;
margin: 0;
padding: 0;
}
.ct_bm_list li {}
.ct_bm_list li a {}
.ct_bm_list li a:hover {}
/** end BRANDS pre-defined section **/



/** CATEGORY/BRAND FILTERS **/
.ct_categoryFilters {}
.ct_categoryFilters .ct_module_header {}

.ct_categoryFilters ul,
.ct_categoryFilters ul li {
list-style: none;
}
/** end CATEGORY/BRAND FILTERS **/



/** PRODUCT COMPARISON **/
/** module **/
.ct_productCompare {}
.ct_productCompare .ct_module_header {}

.ct_pc_count {font-weight: bold;text-align:right;margin-right: 10px}
ul.ct_pc_list {list-style:none;padding:0 10px}
li.ct_pc_list_product {list-style:none;margin:0 0 5px 0}
.ct_pc_list_clear a {}

/** page **/
/**/#ct_productComparison {}
/**/#ct_productComparison .ct_mainContent_header {}

/**/#ct_pc_clear {}
.ct_pc_product {
display:inline-block;
max-width: 25%;
margin: 0 2.5%;
vertical-align:top;

/* force hasLayout on IE7 */
zoom:1;
*display: inline;
}
.ct_pc_product h2 {}
.ct_pc_product_descr {}
.ct_pc_product_item {}
.ct_pc_product_addToBasket {}
/** end PRODUCT COMPARISON **/



/** WEBSITE NEWS **/
/** news list module **/
.ct_newsList {}
.ct_newsList h2.ct_module_header {}
.ct_newsList ul {margin:0;padding:0 0 0 10px;list-style:none;}

.ct_nl_post {}
h3.ct_nl_post_title {margin-bottom:0}
p.ct_nl_post_from,
p.ct_nl_post_date {margin:0;padding:0;font-style:italic;color:#999;display:inline-block}
.ct_nl_post_from_by {}
.ct_nl_post_from_author {font-weight:bold}
p.ct_nl_post_text {}

/** article page **/
/**/#ct_newsArticle {}
/**/#ct_newsArticle .ct_mainContent_header {}

.ct_na_from {}
.ct_na_from_by {}
.ct_na_from_author {}
.ct_na_date {}
.ct_na_text {}
/** end WEBSITE NEWS **/




/*---------------------------------------------
MAIN CONTENT PAGES
---------------------------------------------*/
/** page contents containers **/
.ct_mainContent {width:100%;}

/** pages titles **/
.ct_mainContent h1 {
margin: 0 0 20px 0;
border-bottom: black 2px solid;
text-transform: uppercase;
}

/** pages sub-module titles **/
.ct_mainContent h2,
.ct_mainContent h3 {
	margin-bottom: 5px;
	margin-top: 5px;
}

/** pages tables **/
.ct_mainContent table,
.ct_mainContent th,
.ct_mainContent td {
border-collapse: collapse;
 border-spacing: 0px;
border: 1px solid #ECECEC;
padding: 8px;
color: #606060;
line-height: 1.5;

}
.ct_mainContent th {
background-color: #f1f1f1; /* for ie as the gradient filter screw up the table border */
background-image: -moz-linear-gradient(top,#fff,#e6e6e6);
background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));
background-image: -webkit-linear-gradient(top,#fff,#e6e6e6);
background-image: -o-linear-gradient(top,#fff,#e6e6e6);
background-image: linear-gradient(to bottom,#fff,#e6e6e6);
background-repeat: repeat-x;

color: #333;
text-align: left;
text-shadow: 0 1px 1px rgba(255,255,255,0.75);
}
.ct_mainContent td {
background-color: #fff;
text-align: left;
}
.ct_mainContent td a {}



/*---------------------------------------------
CATEGORY and PRODUCT PAGES
---------------------------------------------*/

/** BREADCRUMBS (search results and product page) **/
/**/#ct_breadcrumbs {
font-weight: bold;
text-transform: uppercase;
font-size: 15px;
}
/**/#ct_breadcrumbs a,
/**/#ct_breadcrumbs a:visited { color: #509af0;
    font-size: 15px;
    font-weight: bold;
    text-decoration: none;  }
/** end BREADCRUMBS **/



/** SEARCH RESULTS page **/
/**/#ct_search {}
/**/#ct_search #ct_breadcrumbs {
	border-bottom:2px solid !important;
}


/** Search Header **/
/**/#ct_searchHeader {margin-bottom:20px;}
/**/#ct_searchHeader h1#ct_sh_title { border-bottom: 2px solid #000; }
/**/#ct_searchHeader #ct_pd_fblike {}
/**/#ct_searchHeader #ct_social_bookmark {}
/**/#ct_sh_brand_filter {}
/**/#ct_sh_description { 
text-transform: uppercase; 
font-weight: bold; 
font-size: 11px;
text-align: justify;
line-height: 1.6;
}
/**/#ct_sh_img {float:right}
/** end Search Header **/


/** Sub-Categories Listing **/
/**/#ct_subCategories .ct_module_header {
	text-transform: uppercase;
	font-weight: bold;
	margin-left: 10px;
	margin-bottom: 6px;
}

/* 'Choose a Category' text */
/**/#ct_subCategories h3 {}

/**/#ct_sc_listing {}
.ct_sc_listing_row {}
.ct_sc_listing_cat {
	display: inline-block;
	padding: 5px 0 0;
	zoom: 1;
	margin: 0 2% 20px 0;
	width: 23%;
}
.ct_sc_listing_row .ct_sc_listing_cat:nth-child(4n+4) {
	margin: 0 0 20px 0;
}
.ct_sc_listing_cat img {
	width:150px;
}

/* force hasLayout on IE7 */
zoom:1;
*display: inline;
}
.ct_sc_listing_cat:nth-child(4n + 4) {
	margin-right:0;
}
.ct_sc_listing_cat_img {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}
.ct_sc_listing_cat_name {
	margin-bottom: 5px;
	font-size: 10px;
	text-transform: uppercase;
	margin-top:10px;
}
.ct_sc_listing_cat_name a {
	text-decoration: none;
	font-size: 13px;
	color: #333;
	border-top: 2px solid #333;
	border-bottom: 2px solid #333;
	display: block;
	text-align: center;
	line-height: 23px;
}
.wipad .ct_sc_listing_cat_name a {
	font-size:12px;
}
/** end Sub-Categories Listing **/


/** Results Filters **/
/**/#ct_searchFilter {
margin-right:20px;
clear:right;
float:left;
font-family: Verdana, Geneva, sans-serif;
font-size:13px;
text-transform: lowercase;
}
/**/#ct_searchFilter ul {
list-style: none;
margin: 0;
padding: 0;
}
/**/ #ct_searchFilter ul li{
font-size: 14px;
border: 1px solid #ccc;
display: inline-block;
margin: 0 0 0 10px;
padding: 0px 0px 0 10px;
zoom: 1;
color: #4C4C4C;
text-transform: capitalize;

/* force hasLayout on IE7 */
zoom:1;
*display: inline;
line-height: 38px;
}

#ct_searchFilter ul li select {
background: transparent;
border: none;
font-size: 14px;
border-left: 1px solid #ccc;
padding: 10px 7px;
color: #4C4C4C;
}
/**/#ct_sf_image {float:right; display:none !important}
/**/#ct_sf_sorter {float:left;}
/** end Results Filters **/

#ct_searchResults_top, #ct_searchResults_bottom
{
font-size: 14px;
border: 1px solid #ccc;
display: inline-block;
margin: 0 0 0 10px;
padding: 0px 4px 0px 4px;
zoom: 1;
color: #4C4C4C;
zoom: 1;
}

/** RESULTS AMOUNTS and PAGINATION **/
/**/#ct_searchResults_top,
/**/#ct_searchResults_bottom {
padding:0 20px;
margin:0;float: left;
background: #fff;
}
/**/#ct_searchResults_top {
	float:right;
/* -webkit-border-radius: 10px 10px 0 0;
-moz-border-radius: 10px 10px 0 0;
-khtml-border-radius: 10px 10px 0 0;
border-radius: 10px 10px 0 0; */
}
/**/#ct_searchResults_bottom {
/* -webkit-border-radius: 0 0 10px 10px;
-moz-border-radius: 0 0 10px 10px;
-khtml-border-radius: 0 0 10px 10px;
border-radius: 0 0 10px 10px; */

}

#ct_searchResults_top .ct_module_header {
border-right: 1px solid #ccc;
display: inline-block;
zoom: 1;
padding: 11px !important;
}


/* containers */
/**/#ct_searchResults_top .ct_module_header,
/**/#ct_searchResults_bottom .ct_module_header,
.ct_sr_results,
.ct_sr_paginate {
display:inline-block;

/* force hasLayout on IE7 */
zoom:1;
*display: inline;

padding: 6px;
}
.ct_sr_results {}

/* fonts */
.ct_sr_label,
.ct_sr_results,
.ct_sr_paginate,
.ct_sr_paginate a {
}
.ct_sr_indice {font-weight:bold}

/* pagination */

.ct_sr_paginate {
float:right;
text-align:right;
padding:5px;
}
.ct_sr_paginate ul {
list-style: none;
margin: 0;
padding: 0;
}
.ct_sr_paginate li {
display:inline-block;

/* force hasLayout on IE7 */
zoom:1;
*display: inline;
vertical-align:top;

}
.ct_sr_paginate li a {
	
	display:block;

	color:#333;
	text-decoration:none;
	font-weight:bold;

	background:none;
	border: 1px solid #8d8c8e;
	width: 26px;
	height: 25px;
	padding: 0;
	text-align:center;
	font-size:12px;
	margin-top:1px;
	line-height:24px;

	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	border-radius: 6px;
}

.ct_sr_paginate li a:hover,
.ct_sr_paginate li.ct_sr_p_current a {background: #59575b;filter:none;color:#fff}

li.ct_sr_p_first {}
li.ct_sr_p_prev,
li.ct_sr_p_prev a {}
li.ct_sr_p_page {font-size:0%;}
li.ct_sr_p_page a {}
li.ct_sr_p_page a:hover {}
li.ct_sr_p_next,
li.ct_sr_p_next a {
	width:40px;
	text-align:center;
}
li.ct_sr_p_current a {
color:#999;
text-decoration:none;
cursor: default
}
li.ct_sr_p_last a {
	width: 40px;
	text-align: center;
}
/** end RESULTS AMOUNTS and PAGINATION **/



/** PRODUCTS LISTINGS **/
/**/#ct_productsListing {clear:both;margin:5px 0;}

.ct_pl_noResults {}

/** no image display **/
/**/#ct_productsListing > table {
width: 100%;
margin: 20px 0;
}

/** per row display **/
.ct_pl_row {
position:relative;
height:auto;
margin: 15px 0;
}
.ct_pl_product {
position:relative;
display:inline-block;
width: 23%;
min-height:395px;
vertical-align: top;
margin: 5px;
padding: 20px 5px;

/*
border: 1px solid #ddd;

-webkit-border-radius: 6px;
-moz-border-radius: 6px;
-khtml-border-radius: 6px;
border-radius: 6px;

-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
 force hasLayout on IE7 */
zoom:1;
*display: inline;
}
.ct_pl_product:first-child,
.ct_pl_product:first-child:hover {
border-left: 0;
}

.ct_pl_product_image {
border-bottom: 1px solid #000;
height: 210px;
display: block;
margin: 0 auto;
width: 200px;
}
/* image container dimensions and alignment hv to go here*/
.ct_pl_product_image a {
position:relative;
height: 200px;
width: 200px;
margin:0 auto;
text-align:center;
vertical-align:middle;
display:table-cell; /* required for v-align*/
}
.ct_pl_product_image a > img {
max-height:200px;
max-width:200px;
width:auto;
height:auto;
}
.ct_pl_product_link { font-size: 14px;
color: #080808;
text-decoration: none; }

.ct_pl_product_link.mylink {
    font-weight: bold;
    border-top: black solid 1px;
    border-bottom: black solid 1px;
    display: block;
    text-align: center;
    margin-top: 5px;
}

.ct_pl_product_name .ct_pl_product_link {
font-size: 14px;
color: #080808;
text-decoration: none;
text-transform: uppercase;
}
.wipad .ct_pl_product_name .ct_pl_product_link {
	font-size:13px;
}
.ct_pl_product .ct_pl_product_name {
	border-bottom: 1px solid #000; 
	margin-bottom:5px; 
	margin-top:0;
	line-height:20px
}
.wipad .ct_pl_product .ct_pl_product_name {
	line-height:14px;
}
.ct_pl_product_desc {}

.ct_pl_product_price a.ct_pl_product_link {
color: white;
font-weight: bold;
font-size:12px;
}

.ct_pl_product_price {
border-top-left-radius: 2px;
border-bottom-left-radius: 2px;
position: absolute;
background: #504d51;
color: white;
padding: 10px;
width: 50%;
bottom: 0;}

.wipad .ct_pl_product_price {
	padding:0;
	line-height:35px;
	text-align:center;
}

div.ct_pl_product_offPrice {
font-size: 9px;
color: #DB2222;
text-transform: uppercase;
text-align: center;
letter-spacing: 2px;
line-height: 9.5px;
}

.wipad div.ct_pl_product_offPrice {
	margin:2% 0;
}
p.ct_pl_product_op_saving {}
span.ct_pl_product_op_savingText {}
span.ct_pl_product_op_diff {}
p.ct_pl_product_op_rrpDiff {}
span.ct_pl_product_op_percentage {}
span.ct_pl_product_op_rrp {}

.ct_pl_product_compare {}

.ct_pl_product_add {
float: right;
position: absolute;
background: none repeat scroll 0% 0% #509AF0;
color: #FFF;
padding: 8px;
margin-top: 6px;
width: 48%;
bottom: 0px;
right: 0px;
border-bottom-right-radius:5px;
border-top-right-radius: 1px;
height: 36px;
}

.ct_pl_product_view {
position: absolute;
padding: 7px 0;
border-top: 1px solid #000;
background-image: url(./barrow_right.png);
margin-top: 0px;
background-repeat: no-repeat;
background-size: 10px;
background-position: right;
border-bottom: 1px solid#000;
width: 100%;
bottom: 42px;
}

.ct_pl_product_view a {text-transform: uppercase; font-size: 12px; text-transform: uppercase; font-weight: bold;}

.ct_pl_product.ct_pl_perRow {display:block;width:100%; text-align:left;margin-bottom:15px;min-height:150px;}
.ct_pl_product.ct_pl_perRow .ct_pl_product_name,
.ct_pl_product.ct_pl_perRow .ct_pl_product_desc {margin-left:5px}
.ct_pl_product.ct_pl_perRow .ct_pl_product_image {display:block;float:left;text-align:center;clear:both;margin-right:10px;}


.ct_pl_product_add a {
color: white;
text-decoration: none;
font-size: 12px;
text-transform: uppercase;
font-weight: bold;
border-bottom-right-radius:2px;
border-top-right-radius: 2px;
}
.wipad .ct_pl_product_add a {
	font-size:10px;
}

.ct_pl_product_add {
float: right;
position: absolute;
background: #509af0;
color: white;
padding: 10px;
margin-top: 10px;
width: 48%;
bottom: 0;
right: 0;
border-bottom-right-radius: 2px;
border-top-right-radius: 2px;
}

.ct_pl_product.ct_pl_perRow .ct_pl_product_add {
text-align:center;
display:inline-block;

/* force hasLayout on IE7 */
zoom:1;
*display: inline;
}
.ct_pl_product.ct_pl_perRow .ct_pl_product_price {
display:inline-block;

/* force hasLayout on IE7 */
zoom:1;
*display: inline;
}


/** search results star ratings **/
.ct_productsListingReviews {display: block; margin: 0 auto;}
.ct_pl_row.ct_productsListingReviews {max-width: 150px;}
.ct_pl_perRow.ct_productsListingReviews {}
.star_rating {
background: #FFFFFF url('/system_images/eshop/skin1/star_rating.png') no-repeat left top;
float: left;
height: 13px;
width: 65px;
margin-top: 5px;
}
.ct_pl_row.star_rating {margin-left: 0px;}
.ct_pl_perRow.star_rating {margin-left: 0px;}
.ct_productsListingReviews span {margin-left: 70px;}
.stars0_0 {background-position: -66px 0;}
.stars0_5 {background-position: -53px -20px;}
.stars1_0 {background-position: -53px 0;}
.stars1_5 {background-position: -40px -20px;}
.stars2_0 {background-position: -40px 0;}
.stars2_5 {background-position: -27px -20px;}
.stars3_0 {background-position: -27px 0;}
.stars3_5 {background-position: -14px -20px;}
.stars4_0 {background-position: -14px 0;}
.stars4_5 {background-position: -1px -20px;}
.stars5_0 {background-position: -1px 0;}
/** END search results star ratings **/
/** end Products Listings **/

/** end SEARCH RESULTS page **/



/** PRODUCT DETAILS page **/
/**/#ct_productDetails { padding-left:20px}
/**/#ct_search #ct_breadcrumbs,
	#ct_productDetails #ct_breadcrumbs {background-image: url("./menu_arrow.png");
    background-position: 0 center;
    background-repeat: no-repeat;
    border-bottom: 3px solid;
    clear: both;
    float: left;
    margin-left: 0;
    overflow: visible;
    padding-bottom: 16px;
    padding-left: 39px;
    padding-top: 16px;
    width: 100%;
    z-index: 999; }

/**/#ct_pd_product {display:block; clear:both}
/**/#ct_pd_product_name { border-bottom: 3px solid #000; margin-bottom:8px !important }
/**/#ct_pd_fblike {bottom: -65px;
    float: left;
    overflow: hidden;
    position: absolute;
    width: 95px;
    display: none;
    }
/**/#ct_pd_product #ct_social_bookmark {  display:none;  bottom: -32px;
    position: absolute;}
/**/#ct_pd_product_description {letter-spacing: 0.3px;
    color: #666;
    line-height: 20px;
    margin-bottom: 10px;
    margin-left: 15px;}

#ct_pd_product_description a { text-transform: uppercase;
font-size: 9px; }
 
/* IMAGES VIEWER CONTAINER*/
/**/#ct_pd_product_image {margin-bottom:20px }
/**/#ct_pd_product_image.left {margin-right:20px }
/**/#ct_pd_product_image.right {
	/*margin-left:20px; 
	margin-top: 42px; */
	
	margin-left: 20px;
	margin-top: 0;
	max-width: initial;
	width: 43%;
}
/**/#ct_pd_product_image,
/**/#ct_pd_product_image #ct_prod_img_table,
/**/#ct_pd_product_image #ct_prod_img_table img {max-width:400px; margin-top:0px}
/**/#ct_pd_product_image #ct_prod_img_table,
/**/#ct_pd_product_image #ct_prod_img_table td {border:0;padding:0}
/**/#ct_pd_product_image img.ct_pd_pi_fullsize {max-width:350px;max-height:350px;}

/* IMAGES VIEWER ELEMENTS*/
.ct_pd_pi_main {}
.ct_pd_pi_enlarge {color: #666;
    font-size: 10px;
    letter-spacing: 0.2px;
    text-align: center;
    text-transform: uppercase;}
.ct_pd_pi_thumbnails {}
.ct_pd_pi_noImg {}


/***** product item layouts *****/
.ct_pd_item {border-left: 3px solid;
    margin-left: 0px;
    margin-top: 0px;
    padding-left: 10px;
    padding-top: 17px;
float:left;
width:100%
}
.ct_pd_item_label {display: block; float:left; clear:left; min-width: 150px; color: #000; font-weight:bold}
.ct_pd_item_value {display: block; min-height:10px; min-width:10px; margin-bottom:9px; position:relative; width:67%; color:#666}

.ct_pd_item_name {}
.ct_pd_item_style {}
.ct_pd_item_price {}
.ct_pd_item_saving {}
.ct_pd_item_code {}
.ct_pd_item_availability {}
.ct_pd_item_personalised {}
.ct_pd_item_stockLevel {}
.ct_pd_item_qtyAdd {display: inline-block; width:100%;}
.ct_pd_item_qtyAdd .ct_pd_addBasket,
.ct_pd_item_qtyAdd .ct_pd_addWishlist {display:inline-block}
.ct_pd_item_notify label {display: block; font-style: italic; color: #333 }
.ct_pd_item_notify input {display: inline-block;}
.ct_pd_addBasket_btn{
 background: none repeat scroll 0 0 #509af0;
    border: medium none;
    border-radius: 2px;
    color: white;
    max-width: 179px;
    padding: 10px;
    position: absolute;
    right: 0;
    top: 0;
	height:37px !important;
   
}
.ct_pd_addWishlist .submit.ct_pd_addWishlist_btn {
	font-size: 10px;
	margin-top: 3px;
}
.ct_pd_addBasket .ct_pd_addBasket_btn {
	background-color: #38cfa6;
	border-bottom-right-radius: 10px;
	border-top-left-radius: 10px;
}
.ct_pd_addBasket_btn:hover {
    background-color: #38cfa6;
    background-image: url("https://www.bikeandrun.co.uk/acart.png");
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
    text-indent: -9999px;
	min-width:179px;
}

/* Item Layout: All Items */
/**/#ct_pd_allItems {clear:both}
/**/#ct_pd_allItems .ct_pd_item {}

/* Item Layout: Styles */
/**/#ct_pd_optionsList {}
/**/#ct_pd_options_choose {border-bottom: 1px solid;
    border-top: 1px solid;
    color: #333;
    font-size: 14px;
    font-style: italic;
    font-weight: bold;
    margin-bottom: 10px;
    padding: 5px 0;}

/**/#ct_pd_optionsList .ct_pd_item_style {}
/**/#ct_pd_itemList .ct_pd_item {}
/* Item Layout: Styles in product */
/**/#ct_pd_product #ct_pd_optionsList,
/**/#ct_pd_product #ct_pd_itemList {clear: both;
    display: block;
    padding-top: 10px;
    vertical-align: top;
}
/**/#ct_pd_product #ct_pd_itemList .ct_pd_item_label {clear:none}
/* Item Layout: Styles in product - no style: all items */
/**/#ct_pd_product #ct_pd_allItems.clear {float:left;clear:none; width:100%}
/**/#ct_pd_product #ct_pd_allItems .ct_pd_item_value {float:left}

/* Item Layout: Table */
/**/#ct_pd_optionsTable table {border: 1px solid #ccc;border-collapse:collapse;border-spacing:0;margin-bottom:10px}
/**/#ct_pd_optionsTable th {}
/**/#ct_pd_optionsTable .ct_pd_item_label {display: table-cell; float:none; clear:none; min-width: 0px; padding: 2px 5px;text-align:left;background-color: #f1f1f1;color:#000;}
/**/#ct_pd_optionsTable .ct_pd_item_value {display: table-cell;}
/**/#ct_pd_optionsTable .ct_pd_item td {padding: 2px 5px;border: 1px solid #ccc}
/**/#ct_pd_optionsTable .ct_pd_item td.ct_pd_item_qtyAdd {padding: 2px 5px; display: table-cell}

/* Item Layout: Matrix Table */
/**/#ct_pd_optionsTable.ct_pd_optionsTable_matrix .ct_pd_item_price.ct_pd_item_label {background:none}
/**/#ct_pd_optionsTable.ct_pd_optionsTable_matrix td{padding: 2px 5px;border: 1px solid #ccc;text-align:center}
/**/#ct_pd_optionsTable.ct_pd_optionsTable_matrix td form {position:relative;} /* allow absolute positioning of the bubble */
/**/#ct_pd_optionsTable.ct_pd_optionsTable_matrix td .ct_cs_bubble {display:none;position:absolute;/*important to have out of the hover selector or the cell container sometime adapt its dimensions to bubble */}
/**/#ct_pd_optionsTable.ct_pd_optionsTable_matrix td:hover .ct_cs_bubble {
display:block;
border:1px solid #ccc;
width:auto;
text-align:left;
left:30px;
background-color:#FFF;
padding:10px;
}
.ct_cs_bubble .ct_pd_item_label {min-width:90px;width:auto;}
.ct_cs_bubble .ct_pd_item_value {min-width:50%;display:inline-block}

#ct_pd_product #ct_pd_itemList .ct_pd_item_label {
	float: left;
	width: 40%;
	clear: left;
}
#ct_pd_product #ct_pd_itemList .ct_pd_item_value {
	float: left;
	width: 52%;
	clear: right;
}
#ct_pd_product #ct_pd_itemList .ct_pd_item_value.ct_pd_item_qtyAdd {
	width:100%;
}

/* Item Layout: Table in product */
/**/#ct_pd_product #ct_pd_optionsTable {
display:inline-block;
vertical-align:top;

/* force hasLayout on IE7 */
zoom:1;
*display: inline;
}

/***** END product item layouts *****/


/**/#ct_pd_noStyle {}
/**/#ct_pd_noItem {clear:both}

/**/#ct_pd_product_nonDeliver {}

/**/#ct_pd_associatedProducts {}
/**/#ct_pd_associatedProducts h2 {}

/**/#ct_pd_upsellingProducts {}
/**/#ct_pd_upsellingProducts h2 {}

.ct_associated {border-bottom: 1px dashed #ccc}
.ct_associated_product {min-width:100px;min-height:160px;text-align:center}
.ct_associated_product_img {
min-width: 100px;
min-height: 100px;
line-height: 100px;
display:block;
border: 1px solid #ccc
}
.ct_associated_product_img img {
max-width: 100px;
max-height: 100px;
vertical-align:middle
}
.ct_associated_product_name {display:block;padding: 5px 0;}

/**/#ct_pd_noProduct {}

/** CYBERTILL PRODUCT REVIEW **/
/* review link */
/**/#ct_pd_reviewLink {}
/**/#ct_pd_reviewLink a {}

/* product pages review filter */
/**/#ct_pd_reviewFilter {width: 170px;}
/**/#ct_pd_reviewFilter #filter {float: left;}
/**/#ct_pd_reviewFilter #total_avg {float: right;}
/**/#ct_pd_reviewFilter #total_avg #total {color: #277c9a;}
/**/#ct_pd_reviewFilter #clear {clear: both;}

/* review form */
/**/#ct_productReview {}
/**/#ct_pr_form label {
display:inline-block;
width: 150px;

/* force hasLayout on IE7 */
zoom:1;
*display: inline;
}
/**/#ct_pr_customerName,
/**/#ct_pr_reviewTitle,
/**/#ct_pr_review {margin-bottom:2px}
/**/#ct_pr_review label {vertical-align:top}
/**/#ct_pr_starRating {margin-bottom:4px}
/**/#ct_pr_form .submit {}

/* review list */
/**/#ct_pd_reviewsList {margin-left:10px;}
/**/#ct_pd_rl_count { margin-top: 15px;}
.ct_pd_rl_review { margin-top: 15px;}
.ct_pd_rl_review_title {font-size: 14px; }
.ct_pd_rl_review_date {font-size: 12px; font-style:italic; color:#686767;}
.ct_pd_rl_review_rating {}
.ct_pd_rl_review_from span.ct_pd_rl_review_author {font-weight:bold}
.ct_pd_rl_review_from span.ct_pd_rl_review_date {font-style:italic;display:block;}
.ct_pd_rl_review_text {font-style:italic;}
.ct_pd_rl_review_spacer {
border-bottom-width: 1px;
border-right-width-value: 1px;
border-top-color: #999999;
border-top-style: dashed;
border-top-width: 1px;
margin-bottom: 10px;
margin-left: 0px;
margin-right: 0px;
margin-top: 10px;
padding-bottom: 0;
padding-left: 0px;
padding-right: 10px;
padding-top: 0;
}
/** end CYBERTILL PRODUCT REVIEW **/

/** END PRODUCT DETAILS page **/


/** product page special offers section styles **/
.ct_pd_specialOffers {}
.ct_pd_so_title {}
.ct_pd_so_offer {}
.ct_pd_so_txt {}
.ct_pd_so_columnHeader {}
.ct_pd_so_columnHeader th {}
.ct_pd_so_item {}
.ct_pd_so_item_name {}
.ct_pd_so_item_ref {}
.ct_pd_so_otherTxt {}
.ct_pd_so_other_item {}
/** END product page special offers section styles **/


/** Add Offer Voucher styles **/
/**/#ct_offerVoucher {}
/**/#ct_offerVoucher h1 {}
.ct_ov_label {
	font-weight: bold;
	margin-bottom: 5px;
	text-transform: uppercase;
}
.ct_ov_info {}
.ct_ov_info input[type="text"] {
	width: 150px;
	margin: -3px 0 0 0;
	line-height: 14px
}
#ct_offerVoucher input[type='submit'] {
	width: 90px;
	border: 0 none;
	height: 28px;
	bottom: -70px;
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 1px;
	background-color: #509af0;
}
/** END Add Offer Voucher styles **/





/*---------------------------------------------
CHECKOUT PROCESS PAGES
---------------------------------------------*/

/**/#ct_sandboxmsg {z-index:999}

/** CHECKOUT TRAIL **/
/**/#ct_checkoutTrail {display:block;}

/**/#ct_ct_steps {
display:inline-block;

/* force hasLayout on IE7 */
zoom:1;
*display: inline;
}
.ct_ct_steps_number {}

/**/#ct_checkoutTrail ul,
/**/#ct_checkoutTrail ul li{
list-style: none;
display:inline-block;

/* force hasLayout on IE7 */
zoom:1;
*display: inline;
}
.ct_ct_done {
color: #ccc;
text-decoration:line-through;
background: url('/ct_arrow_next_small_grey.png') no-repeat right center;
padding-right: 10px;
}
.ct_ct_on {color: green}
.ct_ct_next {
color:#999;
background: url('/ct_arrow_next_small_grey.png') no-repeat left center;
padding-left: 10px;
}
/** end CHECKOUT TRAIL **/



/** BASKET TABLE (in basket, one-page-checkout and summary pages) **/
/* column headers */
/**/#ct_b_columnHeaders {}
/**/#ct_b_columnHeaders th {}

/* item cells */
/**/#ct_b_cart{}

table#ct_b_cart {
	margin:0 auto;
}
table#ct_b_cart,
table#ct_b_cart * {
	border:0 none;
	background-color:transparent;
}
#ct_b_columnHeaders th {
	background: none;
}
.ct_b_item_img img {
	max-width:170px;
}

/**/#ct_b_cart td {}

.ct_b_item {}

/* column classes */
.ct_mainContent .ct_b_item_img {width:15%; text-align:center}
.ct_mainContent .ct_b_item_name {width:35%; text-align:left}
.ct_mainContent .ct_b_item_name .ct_b_item_descr {}
.ct_mainContent .ct_b_item_name .ct_b_item_style {}
.ct_mainContent .ct_b_item_name .ct_b_item_specialOffer {}
.ct_mainContent .ct_b_item_qty {width:10%; text-align:center}
.ct_mainContent .ct_b_item_price {width:15%; text-align:right}
.ct_mainContent .ct_b_item_total {width:15%; text-align:right}
.ct_mainContent .ct_b_item_delete {width:10%; text-align:center}

/* personalised item table */
.ct_b_personalised {}
.ct_b_p_image {}
.ct_b_p_unitCost {}
.ct_b_p_totalCost {}
.ct_b_p_currencyCost {}
/** end BASKET TABLE **/



/** BASKET page **/
/**/
#ct_basket {
	max-width: 850px;
	margin: 0 auto;
}
/**/#ct_basket h1 {
	margin: 20px 0;
	border-bottom: 4px solid #000;
}
#ct_basket #ct_b_cart {
	border-bottom:5px solid #333;
	margin:0;
	width:100%;
}
#ct_basket #ct_b_cart td,
#ct_basket #ct_b_cart td.ct_b_item_qty input {
	font-weight: bold;
	font-size: 12px;
	line-height: 18px;
}
#ct_basket #ct_checkoutTrail #ct_ct_steps {
	text-transform:uppercase;
	color:#393939;
	font-size:16px;
	margin-right: 10px;
}
#ct_basket #ct_checkoutTrail #ct_ct_steps .ct_ct_steps_number {
	color: #5eade6;
}
#ct_basket #ct_checkoutTrail ul {
	
}
#ct_basket #ct_checkoutTrail ul li {
	text-transform:uppercase;
	color:#eaeaea;
	font-size:15px;
	font-weight:bold;
}
#ct_basket #ct_checkoutTrail ul li.ct_ct_on {
	color: #5eade6;
	border: 3px solid #000;
	padding: 3px 13px 1px;
}


#ct_b_columnHeaders th {
	text-transform:uppercase;
	font-size: 12px;
	font-style: italic;
}
#ct_b_columnHeaders th.ct_b_item_img {
	width: 25%;
}
#ct_b_columnHeaders th.ct_b_item_name {
	width: 25%;
}
#ct_b_columnHeaders th.ct_b_item_price {
	
}
#ct_b_columnHeaders th.ct_b_item_total {
	
}

#ct_basket #ct_b_lowerActions {
	margin: 20px 0 0 0;
	float: left;
	width: 400px;
}
#ct_basket #ct_b_lowerActions p {
	margin-bottom:12px;
	font-size: 11px;
	font-style: italic;
	color: grey;
}
#ct_basket #ct_b_lowerActions input#ct_b_save,
#ct_basket #ct_b_lowerActions input#ct_b_load,
#ct_basket #ct_b_lowerActions input#ct_b_empty {
	width: 95px;
	font-weight: normal;
	font-size: 10px;
	height: 27px;
	letter-spacing: 1px;
	background-color: #509af0;
	color: #fff;
	text-transform: uppercase;
	border:0 none;
	margin-left:0;
}

#ct_basket #ct_b_actions {
	float: right;
	position: relative;
	width: 280px;
	/*height: 130px;
	margin: 20px 0 0 0;*/
	
	height: 50px;
	margin: 0px 0 0 0;
}
#ct_basket #ct_b_actions #ct_b_checkout {
	background-color: #509af0;
	width: 100%;
	height: 38px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	color: #fff;
	border: 0 none;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: bold;
}
#ct_basket #ct_b_actions #ct_b_orderTotal {
	text-transform: uppercase;
	color: #000;
	font-style: italic;
	font-size: 18px;
	text-align: justify;
	border-top: 2px solid #333;
	border-bottom: 2px solid #333;
	line-height: 26px;
	padding-top: 2px;
	position: absolute;
	top: 35px;
	width: 100%;
}
#ct_basket #ct_b_actions #ct_b_continueShopping,
#ct_basket #ct_b_actions #ct_b_updateBasket {
	background-color: #509af0;
	width: 54%;
	height: 38px;
	color: #fff;
	border: 0 none;
	font-size: 11px;
	text-transform: uppercase;
	position: absolute;
	top: 83px;
	left: 0;
	letter-spacing: 1px;
	border-radius: 3px;
	padding:0;
}
#ct_basket #ct_b_actions #ct_b_updateBasket {
	right: 0;
	left: initial;
	width: 43%;
}

/* no item message */
.ct_b_noItem {}
p.ct_b_noItem {
	text-transform: uppercase;
	color: #ccc;
	font-size: 18px;
}

#ct_basket #ct_b_load {
	width: 250px;
	border: 0 none;
	height: 38px;
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 1px;
	background-color: #509af0;
	margin-left:-10px;
}
#ct_b_lowerActions {
	font-size: 15px;
	color: #CCC;
}

/* Basket header */
/**/#ct_b_description {}
/**/#ct_b_messages {}
/**/#ct_b_error {}

/* basket options */
/**/#ct_b_accountCredit {}
/**/#ct_b_voucher {}

.ct_b_txt {}
.ct_b_total {}
/**/#ct_b_subTotal {}
/**/#ct_b_discount {}
/**/#ct_b_orderTotal {font-size: 16px;margin:10px 0;}

/**/#ct_b_minVal {font-size: 14px;color:#ff0000}

/* basket actions */
/**/#ct_b_actions {text-align:right;margin: 10px;}
.ct_b_actions {}
/**/#ct_b_updateBasket {}
/**/#ct_b_checkout {}
/**/#ct_b_paypalCheckout {}
/**/#ct_b_continueShopping {}

/* basket lower actions */
/**/#ct_b_lowerActions {
padding:0;
margin: 10px;
}
/**/#ct_b_save,
/**/#ct_b_load,
/**/#ct_b_empty {width: 110px;}
/** end BASKET page **/



/** ONE-PAGE-CHECKOUT **/
/**/#ct_opc_wrapper {padding:10px}
.ct_opc_accTitle {
clear:both;
color: #333;
font-size:14px;
font-weight:bold;
border-bottom:1px solid #ccc;
padding: 20px 5px 5px 5px;
}
.ct_opc_accContent {padding: 10px;}
.ct_opc_accContent p {display:block;margin:5px 0;}
.ct_opc_accContent label {
display:inline-block;
width:120px;
color: #999;
font-weight:bold;

/* force hasLayout on IE7 */
zoom:1;
*display: inline;
}
.ct_opc_accContent input,
.ct_opc_accContent select {

margin:2px;
padding:10px;
min-height: 35px;
}
.ct_opc_accContent input.ct_d_submitBtn {
height: auto;
margin:-42px 0 10px;float:right}

.ct_opc_accContent input[type="text"],
.ct_opc_accContent select {
	width: 220px;
}

.ct_opc_delivery {}
.ct_opc_courier {}
.ct_opc_summary {}
/**/#ct_opc_sum_delivery {margin:10px 0}
/**/#ct_opc_sum_delivery #ct_opc_changeAdress {margin:0 0 10px 0}
.ct_opc_accContent.ct_opc_summary form {text-align:right}
/** end ONE-PAGE-CHECKOUT **/



/** DELIVERY page **/
/**/#ct_delivery {}
/**/#ct_delivery h1 {}

/**/#ct_d_newAddress {padding-bottom:20px}
/**/#ct_d_deliveryText {}

/**/#ct_delivery form > div {margin: 2px 10px}
/**/#ct_delivery label {
display:inline-block;
width: 180px;
text-align: left;
font-weight: bold;

/* force hasLayout on IE7 */
zoom:1;
*display: inline;
}
/**/#ct_d_despatch_type {}
/**/#ct_d_recipient {}
/**/#ct_d_addressSelect {}
/**/#ct_d_addInfo {}
/**/#ct_d_addInfo p {display: block;}
/**/#ct_d_giftMessage {}
/**/#ct_d_delAct {}
/**/#ct_d_instructions {}
/**/#ct_d_submit {text-align:right;margin-top:10px}
/** end DELIVERY page **/



/** MULTI DELIVERY page **/
/**/#ct_deliveryMulti {}
/**/#ct_deliveryMulti h1 {}

/**/#ct_deliveryMulti #ct_d_newAddress,
/**/#ct_opc_wrapper #ct_d_newAddress,
/**/#ct_d_dispmulti_link,
/**/#ct_d_dispsingle_link {display:block; cursor:pointer;text-decoration:underline;margin-bottom:10px;padding:0}

/**/#ct_deliveryMulti table {border-collapse:collapse;border:1px solid #ccc;text-align:left;margin: 10px 0;}
/**/#ct_deliveryMulti table th {background-color:#ebebeb;border:1px solid #ccc;padding:2px 5px;}
/**/#ct_deliveryMulti table td {border:1px solid #ccc;padding:2px 5px;}
.ct_dm_submit {text-align:right}
/** end MULTI DELIVERY page **/



/** MULTI DELIVERY COURIERS page **/
/**/#ct_multiDeliveryCouriers {}
/**/#ct_multiDeliveryCouriers h1 {}

.ct_mdc_message {font-style:italic;}

.ct_mdc_deliver {}
.ct_mdc_deliver .ct_mdc_message {}
.ct_mdc_address {font-weight:bold;}
.ct_mdc_deliver ul.radio_list {list-style:none;padding:0 10px;margin:10px}
.ct_mdc_noCourier {}

.ct_mdc_collect {}
.ct_mdc_collect .ct_mdc_message {}
.ct_mdc_collect label {font-style:italic;}
ul.ct_mdc_collectedItems {}
.ct_mdc_deliver ul.radio_list label{font-style:normal;}

/**/#ct_mdc_submit {text-align:right}
/** end MULTI DELIVERY COURIERS page **/



/** COURIERS page **/
/**/#ct_courierServices {}
/**/#ct_courierServices h1 {}
/**/#ct_cs_webText {}
/**/#ct_cs_noCourier {}

.ct_cs_couriersList {}
.ct_mainContent th.ct_cs_courierZone {padding: 10px 5px;font-size:120%}
.ct_mainContent th.ct_cs_courierCompany {}

.ct_cs_courierService {padding-left: 5px;}
.ct_cs_courierService_notes {color: #999;}
.ct_cs_courierPrice {}
.ct_cs_courierSelect {}
/** end COURIERS page **/



/** COLLECTION page **/
/**/#ct_reserve_collect {}
/**/#ct_reserve_collect h1 {}

/**/#ct_reserve_collect label {float:left;clear:left;width:200px;margin-left:10px;padding: 5px 0}
/**/#ct_reserve_collect input,
/**/#ct_reserve_collect select {float:left;margin:2px;}

/**/#ct_r_location {}
/**/#ct_r_email {}

/**/#ct_reserve_collect .submit {margin-left:10px;clear:both}

/**/#ct_reserveSuccess {}
/**/#ct_reserveSuccess h1 {}
.ct_rs_location span,
.ct_rs_date span,
.ct_rs_reference span {font-weight:bold}
/** end COLLECTION page **/



/** BASKET SUMMARY page **/
/**/#ct_basketSummary {}
/**/#ct_basketSummary h1 {}

/* expired items */
/**/#ct_bs_expired {}
.ct_bs_expired_text {}
.ct_bs_expired_item {}

/* summary basket options */
.ct_bs_text {}
.ct_bs_error {}
.ct_bs_input {}
/**/#ct_bs_voucher {}
/**/#ct_bs_voucher h3 {}
/**/#ct_bs_loyaltyPoints {}
/**/#ct_bs_loyaltyPoints h3 {}
/**/#ct_bs_accountCredit {}
/**/#ct_bs_accountCredit h3 {}

.ct_bs_editCart {float:left}
.ct_bs_editCart .submit {margin:10px}

/**/#ct_basketSummary .ct_module {margin-top:20px}
/**/#ct_basketSummary .ct_module h3 {}
.ct_bs_label {
display:inline-block;
width:120px;
margin-left:10px;

/* force hasLayout on IE7 */
zoom:1;
*display: inline;
}
.ct_bs_value { font-weight: bold; }

/* summary basket totals */
.ct_bs_subTotal,
/**/#ct_bs_courierService,
/**/#ct_bs_courier,
/**/#ct_bs_foDiscount,
/**/#ct_bs_creditDiscount,
/**/#ct_bs_discountVoucher,
/**/#ct_bs_orderTotal,
/**/#ct_bs_vat { text-align:right; margin:5px}
/**/#ct_bs_orderTotal { font-size: 16px; margin:10px 5px }
/**/#ct_bs_creditMsg {color:#ff0000}

/* summary basket delivery details */
/**/#ct_bs_delivery.ct_module {}
/**/#ct_bs_delivery.ct_module h3 {}
/**/#ct_bs_delivery .ct_bs_label { display:block; float:left; clear:left }
/**/#ct_bs_delivery .ct_bs_value { display:block; padding-left:130px; max-width}
/**/#ct_bs_changeAdress {text-align:right;}

/**/#summary_basket_proceed {text-align:right}
/** end BASKET SUMMARY page **/



/* PAYPAL REDIRECT page */
/**/#ct_paypalRedirect {}
/**/#ct_paypalRedirect a {}

/**/#ct_paypalError {}
/**/#ct_paypalError a {}
/* end PAYPAL REDIRECT page */



/** ORDER PAYMENT pages **/
/**/#ct_payment {}
/**/#ct_payment h1 {}

/**/#ct_paymentResponse {}
/**/#ct_paymentResponse h1 {}

/* fieldsets styles */
.ct_p_notes {}
.ct_p_securityInfo
.ct_p_label {}
.ct_p_error.ct_font_error {}

/* fieldsets */
/**/#ct_p_cardDetails {}
/**/#ct_p_cardDetails legend {}
/**/#ct_p_cardDetails #cv2 {}

/**/#ct_p_paymentTerms {}
/**/#ct_p_paymentTerms legend {}
/**/#ct_p_termsCheck {}
/**/#ct_p_termsConditions {}

/**/#ct_p_submit {}
/**/#ct_p_submit legend {}

/* order success */
/**/#ct_paymentComplete {}
/**/#ct_pc_completionNotes {}

/* order failure */
/**/#ct_paymentFail {}
/** end ORDER PAYMENT pages **/





/*---------------------------------------------
USER and ACCOUNT PAGES
---------------------------------------------*/

/** ACCOUNT REGISTRATION page **/
/**/#ct_register {}
/**/#ct_register h1 {
	border-bottom: 2px solid #333;
}
/**/#ct_register h3 {
	border-bottom: 2px solid #333;
	margin-bottom: 22px;
	font-size: 20px;
	margin-top: 10px;
	text-transform: uppercase
}
#ct_register form > ul {
	
}
#ct_register form > ul > li {
	list-style:none;
	color: grey;
	line-height: 20px;
	font-size: 12px;
}
#ct_register form > ul > li:nth-child(2), #ct_register form > ul > li:nth-child(3) {
	display:none;
}
#ct_register form > ul > li:nth-child(4) {
	float:left;
	margin-right:3px;
}
/**/#ct_register ul {}
/**/#ct_register label {
width: 190px;
float: left;
display: block;
text-align: left;
margin-left: 10px;
}
#ct_register form fieldset > div {
	display: block;
	clear: both;
	margin-bottom: 6px;
}
#ct_register form fieldset label {
	float: left;
	display: block;
	text-align: left;
	margin-left: 10px;
	font-size: 12px;
	line-height: 23px;
	color: grey;
}
#ct_register form fieldset input {
	padding: 5px;
	vertical-align: middle;
	color: grey;
}
#ct_register form fieldset select {
	width:135px;
}

/**/#ct_register .ct_form_helper {margin-left:200px}
/**/#ct_register div {
padding: 1px;
}
.help {font-size:10px; color:#666}

/* fieldsets */
/**/#ct_r_personal,
/**/#ct_r_billingAddress,
/**/#ct_r_deliveryAddress,
/**/#ct_r_other,
/**/#ct_r_options,
/**/#ct_r_trader {
border: 0px solid #dddddd;
padding: 0px;
}
#ct_register #ct_r_options p {
	color: red;
	width: 390px;
	margin: 10px;
	font-style: italic;
}
/**/#ct_register input.submit {
	width: 250px;
	border: 0 none;
	height: 38px;
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 1px;
	background-color: #509af0;
	margin-top: 30px;
	cursor: pointer;
	margin-left: 10px;
}
/** END ACCOUNT REGISTRATION page **/


/** REGISTRATION SUCCESS page **/
/**/#ct_registerSuccess.ct_mainContent p {
box-sizing: border-box;
font-size: 12px;
color: grey;
line-height: 25px;

}
/**/#ct_registerSuccess.ct_mainContent a {}
/** END REGISTRATION SUCCESS page **/


/** LOGIN page **/
/**/#ct_login {}
/**/#ct_login h1 {
	border-bottom: 4px solid #333;
}

#ct_login #ct_l_form {
	
}
#ct_login #ct_l_form #ct_l_container {
	border-bottom: 4px solid #333;
}
#ct_login #ct_l_form #ct_l_container #ct_l_existing {
	background: transparent;
	width: 370px;
	border-right: 3px solid #333;
	margin-right: 50px;
}
#ct_login #ct_l_form #ct_l_container #ct_l_existing h3 {
	font-size: 18px;
	text-transform: uppercase;
	font-style: italic;
	margin-bottom:10px;
}
#ct_login #ct_l_form #ct_l_container #ct_l_existing #email,
#ct_login #ct_l_form #ct_l_container #ct_l_existing #password {
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	margin-bottom:10px;
}
#ct_login #ct_l_form #ct_l_container #ct_l_existing #email .ct_font_error,
#ct_login #ct_l_form #ct_l_container #ct_l_existing #password .ct_font_error {
	position: absolute;
	font-size: 11px;
	margin-top: -5px;
	color: rgba(234, 15, 15, 1);
}
#ct_login #ct_l_form #ct_l_container #ct_l_existing input[type="text"],
#ct_login #ct_l_form #ct_l_container #ct_l_existing input[type="password"] {
	height: 28px;
	border: 3px solid #e5e5e5;
	width: 200px;
	margin: 0px;
	padding: 5px;
	font-size: 11px;
	line-height: 2;
	color: rgba(129, 129, 129, 1);
	margin-left: 25px;
}
#ct_login #ct_l_form #ct_l_container #ct_l_existing input[type="submit"],
#ct_login #ct_l_form #ct_l_container #ct_l_new #ct_l_new_submit input[type="submit"] {
	width: 250px;
	border: 0 none;
	height: 38px;
	bottom: -70px;
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 1px;
	background-color: #509af0;

}
#ct_login #ct_l_form #ct_l_container #ct_l_new {
	background: transparent;
}
#ct_login #ct_l_form #ct_l_container #ct_l_new h3 {
	font-size: 18px;
	text-transform: uppercase;
	font-style: italic;
	margin-bottom:10px;
}
#ct_login #ct_l_form #ct_l_container #ct_l_new p {
	background: transparent;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}
#ct_login #ct_l_form #ct_l_notes {
	border-top:4px solid #333;
	margin-top: 55px;
	padding-top: 20px;
}
#ct_login #ct_l_form #ct_l_notes ul li {
	display:none
}
#ct_login #ct_l_form #ct_l_notes ul li:last-child {
	display:block;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	line-height: 2;
	color: rgba(129, 129, 129, 1);
}
#ct_login #ct_l_form #ct_l_forgotten,
#ct_login #ct_l_form #ct_l_guest {
	border: 3px solid #000;
	width: auto;
	padding: 10px;
	display: inline-block;
	color: #3598db;
	text-transform: uppercase;
	font-weight: bold;
	float:left;
	clear:both;
}
#ct_login #ct_l_form #ct_l_forgotten a,
#ct_login #ct_l_form #ct_l_guest a,
#ct_login #ct_l_form #ct_l_forgotten a:hover,
#ct_login #ct_l_form #ct_l_guest a:hover {
	color: #3598db;
	text-decoration: underline;
}


/**/#ct_login .ct_font_error {margin-bottom:15px}

/**/#ct_l_container { vertical-align:top; min-height: margin:0; padding:0 0 20px }

.ct_l_subcontainer {
position:relative;
vertical-align:top;
display:inline-block;
max-width: 45%;
min-height: 120px;
background-color: #f6f6f6;
padding: 0 10px;

/* force hasLayout on IE7 */
zoom:1;
*display: inline;
}
.ct_l_subcontainer h3 {}
.ct_l_subcontainer label,
.ct_l_subcontainer p {}
.ct_l_subcontainer .submit {
position:absolute;
bottom: 10px;
margin-left: 10px;
}

/**/#ct_l_existing {}
/**/#ct_l_existing div{}
/**/#ct_l_existing label {
display:inline-block;
min-width: 75px;
text-align: left;

/* force hasLayout on IE7 */
zoom:1;
*display: inline;
}
/**/#ct_l_existing #email input,
/**/#ct_l_existing #password input {
display:inline-block;
width: 140px;
padding: 0 5px;
text-align: left;

/* force hasLayout on IE7 */
zoom:1;
*display: inline;
}
/**/#email .ct_font_error,
/**/#password .ct_font_error {display:block;margin-bottom:0}

/**/#ct_l_new {}
/**/#ct_l_new_welcome {}
/**/#ct_l_new_register {}
/**/#ct_l_new_submit {margin: 0; padding:0;}

/**/#ct_l_notes{}
/**/#ct_l_forgotten{margin: 10px 0}

/**/#ct_l_guest{padding-left: 5px;}
/** END LOGIN page **/


/** lost password page styles **/
/**/#ct_lostPassword {}
/**/#ct_lostPassword h1 {
	border-bottom: 4px solid #333;
	text-transform:uppercase;
}
#ct_lostPassword p {
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	margin-bottom: 10px;
}
#ct_lostPassword input[type="email"] {
	height: 38px;
	border: 3px solid #e5e5e5;
	width: 360px;
	margin: 0px;
	padding: 5px;
	font-size: 13px;
	line-height: 2;
	color: rgba(129, 129, 129, 1);
	margin-top: 10px;
}
#ct_lostPassword input[type="submit"] {
	width: 250px;
	border: 0 none;
	height: 38px;
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 1px;
	background-color: #509af0;
}
#ct_lostPassword .ct_userMessage {
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	margin-bottom: 10px;
}
#ct_lostPassword .ct_userMessage a,
#ct_lostPassword .ct_userMessage a:hover {
	color: #509af0;
	text-decoration:none;
}
.ct_lp_sentSuccess {}
/** END lost password page styles **/


/** account options page styles **/
/**/#ct_accountOptions {}
/**/#ct_accountOptions h1 {}
/**/#ct_accountOptions ol {
list-style: none;
padding: 0px;
}
/**/#ct_accountOptions a {
display:block;
padding: 5px 10px;
}
/** END account options page styles **/


/** order history page styles **/
/**/#ct_orderHistory {}
/**/#ct_orderHistory h1 {}

.ct_oh_backLink {
text-transform: uppercase;
margin-bottom: 10px;
font-weight: bold;
}
/**/#ct_oh_inner {
width: 100%;
background-color: #f6f6f6;
color: black;
text-transform: uppercase;
margin-top: 10px;
}
/**/#ct_oh_inner th {
text-align: left;
}
/**/#ct_oh_inner td {
text-align: left;
}
/** END order history page styles **/



/** re-order page styles **/
/**/#ct_reorder {}
/**/#ct_reorder_items{}
/**/#ct_reorder_items table {margin-top: 10px; width: 100%; border-collapse: collapse;}
/**/#ct_reorder_items table td {
-moz-border-bottom-colors: none;
-moz-border-left-colors: none;
-moz-border-right-colors: none;
-moz-border-top-colors: none;
border: 1px solid #888888;

border-image-outset: 0 0 0 0;
border-image-repeat: stretch stretch;
border-image-slice: 100% 100% 100% 100%;
border-image-source: none;
border-image-width: 1 1 1 1;

border-top-color: -moz-use-text-color;
border-top: 0;
padding: 10px 5px;
}
/**/#ct_reorder_items table th {text-align: left; border-bottom: 1px solid #888888; padding-bottom: 5px;}
/**/#ct_reorder_items #reorder_submit {text-align: right; }
/** END re-order page styles **/


/** account details page styles **/
/**/#ct_accountDetails {}
/**/#ct_accountDetails h1 {}

/**/#ct_accountDetails div {
padding: 2px;
color: #2F2F2F;
	clear:both;
	margin-bottom: 4px;
}
/**/#ct_accountDetails label {
width: 180px;
float: left;
display: block;
text-align: left;
	line-height: 30px;
}
#ct_accountDetails div input {
	width: 220px;
	line-height: 18px;
	padding: 5px;
}
/** END account details page styles **/



/** ADDRESS OPTIONS page **/
/**/#ct_addressOptions {}
/**/#ct_addressOptions h1 {margin-bottom:10px}

.ct_ao_address {
margin: 0 15px 0 10px;
padding: 10px 20px 10px 0;
border: 0;
width: 60%;
float:left;
clear:right;
border-right: 1px dotted #ccc;
}
.ct_ao_address ul {
list-style: none;
margin:0;
padding:0;
text-align: left;
position:relative;
border: 0px;
}
.ct_ao_address ul li {
margin: 0;
background-color: #f6f6f6;
padding: 5px 10px;
}
.ct_ao_address ul li.ct_ao_header {
margin: 0;
background-color: transparent;
font-weight: bold;
	text-transform:uppercase;
}
.ct_ao_address ul li.ct_ao_header input {float:right;margin: -7px 0 0 10px }
/**/#ct_ao_newAddress {margin-top:20px}
/**/#ct_ao_newAddress a,
/**/#ct_ao_backLink a {
display:inline-block;
padding-left:20px;
background: #fff url(/system_images/eshop/skin1/link_bg_arrow.png) no-repeat left center;

/* force hasLayout on IE7 */
zoom:1;
*display: inline;
}
/** end ADDRESS OPTIONS page **/



/** NEW ADDRESS page **/
/**/#ct_addressNew {}
/**/#ct_addressNew h1{}
/**/#ct_an_backLink {}
/**/#ct_addressNew ul {list-style:none;padding:0 10px}
/**/#ct_addressNew label {
width: 180px;
float: left;
display: block;
}
/**/#ct_addressNew .ct_form_helper {margin-left:180px}
/** end NEW ADDRESS page **/



/** EDIT ADDRESS page **/
/**/#ct_addressEdit {}
/**/#ct_addressEdit h1 {}

/**/#ct_ae_backLink {display: block; margin: 0 0 10px;}
/**/#ct_addressEdit label {
width: 180px;
float: left;
display: block;
text-align: left;
}
/**/#ct_addressEdit .ct_form_helper {margin-left:180px}
/**/#ct_addressEdit div {
padding: 1px;
}
/** end EDIT ADDRESS page **/



/** account credit page styles **/
/**/#ct_accountCredit {}
/**/#ct_accountCredit h1 {}
/**/#ct_accountCredit p {
margin: 2px;
}
#ct_accountCredit input[type='submit'] {
	width: 150px;
	border: 0 none;
	height: 38px;
	bottom: -70px;
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 1px;
	background-color: #509af0;
}
/** END account credit page styles **/





/*---------------------------------------------
OTHER PAGES
---------------------------------------------*/

/** COOKIE POLICY page **/
.ct_cp_header { font-size:14px;margin:25px 0 10px 0; }
/**/#ct_cookie_policy table { border-collapse:collapse; }
/**/#ct_cookie_policy table,
/**/#ct_cookie_policy th,
/**/#ct_cookie_policy td { border:1px solid #999;padding:5px; }
/**/#ct_cookie_policy th { background-color:#c5dce0;color: #277c9a;text-align:left; }
.ct_cp_cookie_header { width:25%; }
.ct_cp_text { margin:0 0 10px 0; }
/** end COOKIE POLICY **/



/** CONTACT US page **/
/**/#ct_contact {
	
}
select#contact_customer_source_id option:empty {
	display: none;
}
/**/#ct_contact h1 {}
/**/#ct_c_message,
#ct_c_notice {
	color: gray;
	font-style: italic;
	font-size: 10px;
}
#ct_c_message span {
	color:green;
	font-size:12px;
}
#ct_c_notice {
	margin-top:15px;
}
/**/#ct_c_details {
border: 0px;
padding: 0px;
}
/**/#ct_c_details label {
width: 250px;
float: left;
display: block;
text-align: left;
font-weight: bold;
}

#ct_contact #ct_c_details  {
	
}
#ct_contact #ct_c_details > div {
	width: 50%;
	float: left;
	position: relative;
}
#ct_contact #ct_c_details > div#ct_c_captcha {
	
}
#ct_contact #ct_c_details > div#ct_c_captcha a {
	display: inline-block;
	margin-top: 3px;
	color: grey;
	text-transform: uppercase;
}
#ct_contact #ct_c_details > div#ct_c_company,
#ct_contact #ct_c_details > div#ct_c_city,
#ct_contact input[type="reset"] {
	display:none;
}
#ct_contact #ct_c_details > div#ct_c_email {
	clear:left;
}
#ct_contact #ct_c_details label {
	width: 100%;
	margin-top: 15px;
	margin-bottom: 2px;
	text-transform: uppercase;
	font-size: 11px;
}
#ct_contact #ct_c_details input,
#ct_contact #ct_c_details textarea {
	width: 90%;
	color: grey;
	outline:none;
}
#ct_contact #ct_c_details textarea {
	height: 70px;
}
#ct_contact #ct_c_details .ct_font_error {
	position: absolute;
	font-size: 10px;
	left: 1px;
	bottom: -12px;
}
#ct_contact #ct_c_source {
	margin-top:-60px;
}
#ct_contact input[type="submit"] {
    background: none repeat scroll 0px 0px #38CFA6;
    border: medium none;
    border-bottom-right-radius: 10px;
    border-top-left-radius: 10px;
    color: #FFF;
    padding: 10px;
    width: 100px;
    text-transform: uppercase;
    font-size: 17px;
    letter-spacing: 1px;
    float: right;
    margin-right: 44px;
    margin-top: 0px;
    height: 50px;
    width: 150px;
}

#abt_info .abt_row2 {
	width: 844px;
	margin-top: 30px;
}

/**/#ct_c_details div {
padding: 1px;
}
/**/#ct_c_notice {}
/** end CONTACT US page **/


/** CURRENCY SELECTION page **/
/**/#ct_changeCurrency {}
/**/#ct_changeCurrency h1 {}
/**/#ct_cc_currencySelect label {}
/** end CURRENCY SELECTION page **/


/** SITEMAP page **/
/**/#ct_sitemap {}
/**/#ct_sitemap h1 {}

/**/#ct_sitemap div {display:block;float:left;width:33%;vertical-align:top;margin: 0;}
/**/#ct_sitemap div#ct_sm_categories {}
/**/#ct_sitemap div#ct_sm_brands {}
/**/#ct_sitemap div#ct_sm_pages {}

/* list titles */
/**/#ct_sitemap h3{}

/**/#ct_sitemap ul {
list-style-type: none;
margin: 0 0 15px;
padding: 0;
}
/**/#ct_sitemap ul ul {
margin: 0;
padding: 0 15px;
}
/**/#ct_sitemap a {}
/**/#ct_sitemap a:hover {}

/**/#sitemap_additional {}
/** end SITEMAP page **/


/** PAGE NOT FOUND **/
/**/#ct_pageNotFound {}
/**/#ct_pageNotFound h1 {}
/**/#ct_pageNotFound p {}
/** end PAGE NOT FOUND **/

#header_logo {
position:absolute;
bottom:0;
left:0;
}

#header_blue_border {
width:100%;
height:30px;
background-color:#064376;
position:absolute;
top:0;
left:0;
z-index:0;
}

.header_links, .ct_loginLink, #ct_accountLink, .ct_contactUs_link, #header_soc_med {
position:relative;
float:right;
z-index:1;
margin:0 0 0 30px;
}
.header_links a, .ct_loginLink a, #ct_accountLink a, .ct_contactUs_link a {
display:block;
margin:6px 0 0 0;
text-decoration:none;
color:#FFF;
font-weight:bold;
}

#header_soc_med {
margin:4px 0 0 30px;
}
#header_soc_med a {
margin:0 8px 0 0;
}

#header_helpline {
float:right;
clear:right;
margin:5px 10px 0 0;
overflow:auto;
}
#header_helpline img {
float:left;
}
#header_helpline #helpline_title {
font-size:18px;
font-weight:bold;
color:#1481aa;
float:left;
margin:10px 0 0 15px;
}
#header_helpline #helpline_numbers {
font-size:18px;
font-weight:bold;
color:#064376;
float:left;
margin:10px 0 0 15px;
}

.ct_smallBasket .ct_module_header a {
   width: 42px;
    height: 66px;
    display: block;
    float: left;
    font-size: 0%;
    background: url("https://www.bikeandrun.co.uk/cart_icon.png") no-repeat scroll left top transparent;
    margin: 0px 5px 0px 5px;
}

#footer_logo {
position:absolute;
top:0;
left:50%;
margin:0 0 0 -517px;
}

#footer_triathlon_line {
font-weight:bold;
color:#FFF;
font-size:17px;
position:absolute;
top:28px;
left:50%;
margin:0 0 0 -307px;
}

#footer_links {
position:absolute;
top:31px;
right:50%;
margin:0 -517px 0 0;
color:#43b3ce;
font-size:12px;
}
#footer_links a {
text-decoration:none;
color:#042f52;
font-size:14px;
}

#footer_icon_links {
position:absolute;
top:72px;
left:50%;
margin:0 0 0 -517px;
text-align:left;
overflow:auto;
}
#footer_icon_links a {
text-decoration:none;
font-weight:bold;
font-size:16px;
color:#99e3fe;
display:block;
vertical-align:middle;
float:left;
clear:left;
position:relative;
overflow:auto;
}
#footer_icon_links a img {
float:left;
}
#footer_icon_links a span {
display:block;
float:left;
margin:10px 0 0 0;
}

#footer_our_services_links {
position:absolute;
top:82px;
left:50%;
margin:0 0 0 -217px;
overflow:auto;
}
#footer_our_services_links .ct_module_header, #footer_safe_secure .ct_module_header, #footer_follow .ct_module_header, #footer_sales .ct_module_header   {
color:#99e3ff;
font-weight:bold;
font-size:16px;
text-align:left;
}
#footer_our_services_links a {
display:block;
float:left;
clear:left;
margin:15px 0 0 0;
text-decoration:none;
color:#FEFFFF;
}

#footer_safe_secure {
position:absolute;
top:82px;
left:50%;
margin:0 0 0 25px;
overflow:auto;
}
#footer_safe_secure p {
floar:left;
clear:left;
color:#FFF;
text-align:left;
margin:15px 0;
}
#footer_safe_secure img {
float:left;
clear:left;
}

#footer_follow {
position:absolute;
top:82px;
left:50%;
margin:0 0 0 300px;
overflow:auto;
}

#footer_follow a {
display:block;
float:left;
margin:15px 8px 15px 0;
}

#footer_sales {
position:absolute;
top:157px;
left:50%;
margin:0 0 0 300px;
overflow:auto;
font-weight:bold;
color:#FFF;
}

#footer_address {
position:absolute;
bottom:0;
left:50%;
margin:0 0 0 -517px;
width:1035px;
height:55px;
border-top:1px solid #37a4c4;
text-align:left;
}

#foot_add {
float:left;
margin:12px 0 0 0;
color:#99e3fe;
font-size:15px;
font-weight:bold;
}
#foot_copy {
float:right;
margin:15px 0 0 0;
color:#FFF;
font-size:11px;
}

#ct_fblikebox {
display:none;
}

#footer_fb_like {
position:absolute;
top:295px;
left:50%;
margin:0 0 0 -517px;
}

.addthis_button_facebook_like {display:none;}

#footer_addthis {
position:absolute;
top:295px;
right:50%;
margin:0 -517px 0 0;
}

#home_logos_banner {
margin:10px 0 0 10px;
}

.home_feat_prods {
	background-color: #FFF;
	width: 100%;
	margin: 0px;
	min-height: 215px;
	clear: both;
	padding: 10px 0 0 0;
}
.home_feat_prods ul li {
list-style:none;
width:185px;
border:1px solid #FFF;
float:left;
text-align:center;
}
.home_feat_prods ul li a {
color:#313131;
font-weight:bold;
text-decoration:none;
}
.home_feat_prods ul > li {
height:200px;
margin:0 0 0 8px;
}
.home_feat_prods ul li ul > li {
height:auto;
margin:0;
}

.home_feat_prods ul li:hover {
border:1px solid #fff;
}

.home_feat_prods .price_li a {
color:#929090;
font-weight:bold;
font-size:16px;
text-decoration:none;
}

.home_feat_prods ul li ul li, .home_feat_prods ul li ul li:hover {
border:none;
}

#home_feat_2, #home_feat_3, #home_feat_4, #home_feat_5 {
display:none;
}

.home_feat_prods ul li ul li:first-child a {
display:table-cell;
vertical-align:middle;
width:185px;
height:160px;
}
.home_feat_prods ul li ul li:first-child a img {
max-width:185px;
max-height:160px;
width:auto;
height:auto;
}

.home_feat_prods_links {
float:left;
padding:15px 32px;
margin:0 0 0 0px;
border-radius:5px;
-moz-border-radius:5px;
-khtml-border-radius:5px;
-webkit-border-radius:5px;
font-weight:bold;
color:#313131;
cursor:pointer;
}
.home_feat_prods_links img {
display:none;
}

.feat_prods_link_sel {
color:#FFF !important;
background-color:#1481aa !important;
position:relative;
}
.feat_prods_link_sel img {
bottom: -7px;
    display: block !important;
    height: auto;
    position: absolute;
    right: 44%;
    width: 15px;
}

#home_bike_fit_banner {
width:100%;
background-color:#1481aa;
overflow:auto;
padding:5px 0;
margin:0 0 5px 0;
}

#home_bike_fit_banner img {
float:left;
margin:0 0 0 20px;
}
#home_bike_fit_banner #title_span {
margin:0 0 0 10px;
float:left;
line-height:35px;
font-weight:bold;
font-size:22px;
color:#FFF;
}
#home_bike_fit_banner #tag_span {
color:#a2ddf3;
font-size:13px;
font-weight:bold;
line-height:35px;
float:right;
margin:0 15px 0 0;
}


#store_banner {
	display:none;
}
.ct_homepage #store_banner {
	display:block;
}
/* Easy Slider */
#home_img_slider {float:left;position:relative;width:825px;height:320px;overflow:hidden;}
#home_img_slider ul, #home_img_slider li{margin:0;padding:0;list-style:none;}
#home_img_slider li{ width:825px;height:320px;overflow:hidden;position:relative; }
#home_img_slider li span {
font-weight:bold;
font-size:18px;
color:#FFF;
padding:10px;
position:absolute;
bottom:0;
right:0;
background-color:#313131;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
filter: alpha(opacity=80);
-moz-opacity: 0.8;
-khtml-opacity: 0.8;
opacity: 0.8;
}
span#prevBtn{
	background-image:url('/bikerun/img_slider_left.png');
	width:16px;
	height:24px;
	position:absolute;
	top:140px;
	left:30px;
	display:none;
}
span#nextBtn{
	background-image:url('/bikerun/img_slider_right.png');
	width:16px;
	height:24px;
	position:absolute;
	top:140px;
	right:30px;
	display:none;
}					
/* // Easy Slider */



/* GRID STRUCTURE*/

*, *:after, *:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

[class*='col-'] {
	float: left;
	padding-right: 14px; /* column-space */
}

.grid {
	width: 100%;
	max-width: 1140px;
	min-width: 755px;
	margin: 0 auto;
	overflow: hidden;
}

.grid:after {
	content: "";
	display: table;
	clear: both;
}

.grid-pad {
	padding-top: 0px;
	padding-left: 0px; /* grid-space to left */
	padding-right: 0px; /* grid-space to right: (grid-space-left - column-space) e.g. 20px-20px=0 */
}

.push-right {
	float: right;
}

/* Content Columns */

.col-1-1 {
	width: 100%;
}
.col-2-3, .col-8-12 {
	width: 66.66%;
}

.col-1-2, .col-6-12 {
	width: 50%;
}

.col-1-3, .col-4-12 {
	width: 33.33%;
}

.col-1-4, .col-3-12 {
	width: 25%;
}

.col-1-5 {
	width: 20%;
}

.col-1-6, .col-2-12 {
	width: 23.6%;
}

.col-1-7 {
	width: 14.28%;
}

.col-1-8 {
	width: 12.5%;
}

.col-1-9 {
	width: 11.1%;
}

.col-1-10 {
	width: 10%;
}

.col-1-11 {
	width: 9.09%;
}

.col-1-12 {
	width: 8.33%;
}

.logofloat {
position:absolute;
top: 40px; 

right: 20px;
bottom: 0px;
}
.grid.grid-pad {
position:relative
}

/* Layout Columns */

.col-11-12 {
	width: 91.66%
}

.col-10-12 {
	width: 83.333%;
}

.col-9-12 {
	width: 75%;
}

.col-5-12 {
	width: 41.66%;
}

.col-7-12 {
	width: 58.33%
}



/* Pushing blocks */

.push-2-3, .push-8-12 {
	margin-left: 66.66%;
}

.push-1-2, .push-6-12 {
	margin-left: 50%;
}

.push-1-3, .push-4-12 {
	margin-left: 33.33%;
}

.push-1-4, .push-3-12 {
	margin-left: 25%;
}

.push-1-5 {
margin-left: 15%;
width: 33.4%;
}

.push-1-6, .push-2-12 {
	margin-left: 16.667%;
}

.push-1-7 {
	margin-left: 14.28%;
}

.push-1-8 {
	margin-left: 12.5%;
}

.push-1-9 {
	margin-left: 11.1%;
}

.push-1-10 {
	margin-left: 10%;
}

.push-1-11 {
	margin-left: 9.09%;
}

.push-1-12 {
	margin-left: 0.7%
}


@media handheld, only screen and (max-width: 767px) {
	.grid {
		width: 100%;
		min-width: 0;
		margin-left: 0px;
		margin-right: 0px;
		padding-left: 20px; /* grid-space to left */
		padding-right: 10px; /* grid-space to right: (grid-space-left - column-space) e.g. 20px-10px=10px */
	}
	
	[class*='col-'] {
		width: auto;
		float: none;
		margin-left: 0px;
		margin-right: 0px;
		margin-top: 10px;
		margin-bottom: 10px;
		padding-left: 0px;
		padding-right: 10px; /* column-space */
	}
	
	
	/* Mobile Layout */
	
	[class*='mobile-col-'] {
		float: left;
		margin-left: 0px;
		margin-right: 0px;
		margin-top: 0px;
		margin-bottom: 10px;
		padding-left: 0px;
		padding-right: 10px; /* column-space */
		padding-bottom: 0px;
	}
	
	.mobile-col-1-1 {
		width: 100%;
	}
	.mobile-col-2-3, .mobile-col-8-12 {
		width: 66.66%;
	}

	.mobile-col-1-2, .mobile-col-6-12 {
		width: 50%;
	}

	.mobile-col-1-3, .mobile-col-4-12 {
		width: 33.33%;
	}

	.mobile-col-1-4, .mobile-col-3-12 {
		width: 25%;
	}

	.mobile-col-1-5 {
		width: 20%;
	}

	.mobile-col-1-6, .mobile-col-2-12 {
		width: 16.667%;
	}

	.mobile-col-1-7 {
		width: 14.28%;
	}

	.mobile-col-1-8 {
		width: 12.5%;
	}

	.mobile-col-1-9 {
		width: 11.1%;
	}

	.mobile-col-1-10 {
		width: 10%;
	}

	.mobile-col-1-11 {
		width: 9.09%;
	}

	.mobile-col-1-12 {
		width: 8.33%
	}

	/* Layout Columns */

	.mobile-col-11-12 {
		width: 91.66%
	}

	.mobile-col-10-12 {
		width: 83.333%;
	}

	.mobile-col-9-12 {
		width: 75%;
	}

	.mobile-col-5-12 {
		width: 41.66%;
	}

	.mobile-col-7-12 {
		width: 58.33%
	}
	
	.hide-on-mobile {
		display: none !important;
		width: 0;
		height: 0;
	}
}


/* New style */

 .d_green
{
 background: none repeat scroll 0 0 #1abc9c !important;
 border-radius: 0 !important;
font-size: 17px;
border-bottom: 5px solid #16a086;
color:white;

}

.l_green
{
color:white;
 background: none repeat scroll 0 0 #2ecc71 !important;
 border-radius: 0 !important;
font-size: 17px;
border-bottom: 5px solid #27ae60;

}

 .s_blue
{
color:white;
 background: none repeat scroll 0 0 #3498db !important;
 border-radius: 0 !important;
font-size: 17px;
border-bottom: 5px solid #2980b9;

}

 .d_blue
{
color:white;
 background: none repeat scroll 0 0 #34495e !important;
 border-radius: 0 !important;
font-size: 17px;
border-bottom: 5px solid #2c3e50;

}



.orange
{
color:white;
 background: none repeat scroll 0 0 #e74c3c !important;
 border-radius: 0 !important;
font-size: 17px;
border-bottom: 5px solid #c0392b;

}


.home_feat_prods.dgreen .price_li a, .home_feat_prods.dgreen a {
color: #1ABC9C !important;
font-size: 12px;
text-transform: uppercase;
letter-spacing: 1.8px;
}


.home_feat_prods.lgreen .price_li a, .home_feat_prods.lgreen a {
    color: #2ecc71 !important;
font-size: 12px;
text-transform: uppercase;
}

.home_feat_prods.sblue .price_li a, .home_feat_prods.sblue a {
    color: #3498db !important;
font-size: 14px;
}

.home_feat_prods.dblue .price_li a, .home_feat_prods.dblue a {
    color: #34495e !important;
font-size: 14px;
}

.home_feat_prods.orang .price_li a, .home_feat_prods.orang a {
    color: #e74c3c !important;
    font-size: 14px;
}

#visit_banner {background: none repeat scroll 0 0 #3498db;
    bottom: -548px;
    color: white;
    font-size: 30px;
    font-weight: bold;
    padding: 11px 0;
   
    width: 100%;
border-top: 6px solid #2980b9;
border-bottom: 6px solid #2980b9;
}

.visit_banner {
   margin: 0 auto;
    position: relative;
    width: 100%;
	max-width:983px;
}
.visit_banner > img.map_pin {
    left: 0;
    position: absolute;
    top: -35px;
z-index:99
}


#bike_fitting {
	background: none repeat scroll 0 0 #3498db;
    bottom: -1116px;
    color: white;
    font-size: 30px;
    font-weight: bold;
    padding: 16px 0;
   height:78px;
    width: 100%;
border-top: 6px solid #2980b9;
border-bottom: 6px solid #2980b9;
}

.fitting_right > img {
    padding-left: 10px;
}

.fitting_right {
    float: right;
    font-size: 21px;
    padding-right: 80px;
    height: 37px;
    line-height: 35px;
}

.fitting_left {
    float: left;
    padding: 0 125px;
    position: relative;
}

.fitting_left > img {
   left: 0;
    position: absolute;
    top: -35px;
}

.bike_fitting {
    margin: -32px auto 0;
	max-width: 983px;
	width:100%
	z-index: 99;
	position: relative;
	line-height: 100px;
}
.bike_fitting > a > img {
	float:left;
}
.bike_fitting > a {
	color:#fff;
	text-decoration:none;
}
.bike_fitting >.fitting_right {
	line-height:101px;
}

#bike_fitting .ct_module_header {
    display: none;
}

#free_bottle {background: none repeat scroll 0 0 #3498db;
    /*bottom: -1700px;*/
    color: white;
    font-size: 30px;
    font-weight: bold;
    padding: 16px 0;
    
    width: 100%;
border-top: 6px solid #2980b9;
border-bottom: 6px solid #2980b9;
z-index:9999;
position:relative;
}

#free_bottle .ct_module_header {
    display: none;
}

.free_bottle > span {
    display: block;
    font-size: 18px;
}

.free_bottle {
   margin: 0 auto;
    padding-left: 140px;
    position: relative;
    text-align: left;
	width:100%;
	max-width: 1000px;
}

.free_bottle > img {
    left: 0;
z-index:99;
    position: absolute;
    top: -32px;
}

.free_bottle span img {
    bottom: -22px;
    position: absolute;
    right: 20px;
}

#map_circles {
background: url("/bg_map.png") no-repeat scroll 0 0 #f0f7f8;
    bottom: -2990px;
    color: white;
    font-size: 30px;
    font-weight: bold;
    padding: 10px 0 6px;
  
    width: 100%;
background-position:center;
}

#map_circles .ct_module_header {
    display: none;
}

#store_banner {

    bottom: -2173px;
    color: white;
    font-size: 30px;
    font-weight: bold;
    padding: 0px 0 0;
	/*height: 538px;*/
    width: 100%;
}

#store_banner .ct_module_header {
    display: none;
}

#store_features {
    background: url("./bg_features.jpg") repeat scroll 0 0 rgba(0, 0, 0, 0);
    bottom: -3175px;
    color: white;
    font-size: 22px;
    font-weight: bold;
    padding: 30px 0;
 
    width: 100%;
}

#store_features .ct_module_header {
    display: none;
}


#banner_social.ct_html_module {
    background: none repeat scroll 0 0 #3cd9e7;
/*    bottom: -3246px; */
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    line-height: 60px;
  /*  position: absolute; */
    width: 100%;
border-top: 6px solid #2bb3c0;
border-bottom: 6px solid #2bb3c0;
}


#banner_social img { line-height:60px; vertical-align: middle; }

#banner_social .ct_module_header {
    display: none;
}


#banner_social a{color:white; text-decoration:none}

.wipad #banner_social a {
	font-size: 18px;
}


#banner_footer .ct_module_header {display:none}

#banner_footer {
     background: url("./footer_bg.png") repeat scroll 0 0 #1481aa;
    border-bottom: 6px solid #2b80c0;
    border-top: 6px solid #2b80c0;
   /* bottom: -3648px; */
    padding: 20px 0;
/*    position: absolute; */
position:relative;
    width: 100%;
height:400px;
overflow:hidden;
margin-bottom:0px;
}


#banner_footer hr.border {
    background: none repeat scroll 0 0 white;
    border: medium none;
    color: white;
    height: 2px;
    margin: 15px auto;
    width: 70%;
}

#banner_footer .col-1-2.mobile-col-1-2.push-1-4 li {
    color: white;
    float: left;
    font-size: 18px;
    font-weight: bold;
    margin-right: 46px;
}

#banner_footer .col-1-2.mobile-col-1-2.push-1-4 li:first-child {
    list-style:none;
}

#banner_footer  li {
    color: white;
    
    font-size: 19px;
    font-weight: bold;
    margin-right: 46px;
}

#banner_footer li:first-child {
    list-style:none;
}

#banner_footer .phone_email li {
    
    font-size: 12px; list-style:none
  }


#banner_footer .phone_email li:first-child {
   border-bottom: 1px solid white;
    margin-bottom: 3px;
    }

#banner_footer .phone_email {
    margin-top: 22px;
     margin-bottom: 22px;
}

hr.spacer {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    clear: both;
    padding: 10px 0;
}

#banner_footer .copyright {
 color: white;
    font-size: 14px;
    margin-top: 0px;
    text-align: right;
}

#banner_footer .logos {
color: #FFF;
font-size: 15px;
font-weight: bold;
margin-left: 0px;
margin-top: 12px;
text-align: left;
float: right;
margin-right: 158px;
}

 #banner_footer .logos img { 
height: auto;
    margin-top: 5px;
    width: 400px;
}

#top_header .ct_module_header {display:none}

#top_header {
    background: #fff;
 
   /* bottom: -480px;
    
    position: absolute; */
    width: 100%;
    padding: 10px 0 0 0;
}

#top_header img {
    vertical-align: middle;
}

#top_header div.top_strip {
    font-size: 12px;
color: #666;
    font-weight: bold;
    height: 30px;
    line-height: 20px;
}

.top_menu > li {
    border-right: 2px solid #fff;
    color: white;
    float: right;
    font-size: 11px;
    font-weight: bold;
    list-style: outside none none;
    margin-right: 0px;
    padding-right: 12px;
	text-transform:uppercase;
}

.top_menu > li:last-child {border-right:0px}

.top_menu { padding-top: 1px }

#header_banner {
    border-top: 3px solid #39CFA5;
    background: url("./banner.jpg") no-repeat scroll center center transparent;
    height: 169px;
    background-size: 100% !important;
}

body.wdesktop #header_banner {
	background-size:100%;
}
#header_search {
background: none repeat scroll 0 0 rgba(255, 255, 255, 0.2);
    padding: 4px 0;
}

#head_logo{
background: none repeat scroll 0 0 rgba(255, 255, 255, 0.3);
    padding: 5px 0;
}

.head_fade {
    background: none repeat scroll 0px 0px rgba(255, 255, 255, 0.6);
    padding-bottom: 3px;
}
.wipad .head_fade .push-1-2.col-1-2 {
	margin-left: 39%;
	width: 61%;
	padding:0;
}

#v12 {background: none repeat scroll 0 0 #394b56;
    bottom: -2496px;
    padding: 41px 0;
    position: absolute;
    width: 100%;}
#v12 .ct_module_header {display:none}

#v12 div div {
line-height: 150px;
    min-height: 140px;
    }
#v12 div div img{    
    vertical-align: middle;
}

#review { background: url("OrcaBG_020318b.jpg") no-repeat scroll center center rgba(0, 0, 0, 0);
    bottom: -1604px;
    height: 488px;
    padding: 0px 0;
	background-size:cover;   
    width: 100%;}
#review .ct_module_header {display:none}

#review .col-1-12.mobile-col-1-12 {
    height: 470px;
    line-height: 470px;
}

#review .col-1-12.mobile-col-1-12 img { vertical-align:bottom}

/* rotate */

.rotate{
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
     
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    transition-property: transform;
     
    overflow:hidden;
 
    }  
 
.rotate:hover  
{
    -webkit-transform:rotate(360deg);
    -moz-transform:rotate(360deg);
    -o-transform:rotate(360deg);
}
#map {
	width: 100%;
	height: 488px;
}

#map_area.ct_html_module {
	/* bottom: -1036px; */
	/* float: left; */
	width: 100%;
	position: relative;
	height: 200px;
	overflow: hidden;
	transition: all .3s linear;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
}

#map_area .ct_module_header {display:none}

#map_area.mapClosed #map {
	margin-top:-120px;
	transition:all .3s linear;
	-webkit-transition:all .3s linear;
}
#map_area.mapOpened #map {
	margin-top:0;
	transition:all .3s linear;
	-webkit-transition:all .3s linear;
}
#clearance.ct_html_module {
    background: none repeat scroll 0 0 #e74c3c;
    bottom: -2222px;
    color: white;
    font-size: 32px;
    font-weight: bold;
    padding: 10px;
   
    width: 100%;
border-bottom: 6px solid #c0392b;
    border-top: 6px solid #c0392b;
}

#clearance .ct_module_header {display:none}

#clear_products.ct_html_module {
    bottom: -2640px;
   padding-bottom:15px;
    width: 100%;
	overflow:hidden;
	background-color:#fff;
}

.clear_products > li {
    float: left;
    margin-right: 70px;
}

#clear_products .ct_module_header {display:none}



    #owl-demo .item{
    margin: 3px;
    }
    #owl-demo .item img{
    display: block;
    width: 100%;
    height: auto;
    }

.clear_wrapper{ width:1000px; margin:0 auto}

.clear_wrapper #owl-demo .item {
 margin: 3px;
text-align: center;
width: 90%;
font-size: 20px;
font-weight: bold;
text-transform: uppercase;
background: url('./clear_icon.png') no-repeat scroll left top transparent;
color:black; text-decoration:none
}

.clear_wrapper #owl-demo .item a { color:black !important; text-decoration:none !important }

.clear_wrapper #owl-demo .item img {
	display: block;
    margin: auto;
    z-index: -1;
    position: relative;
    width: auto;
    height: auto;
    max-height: 200px;
}

.clear_view {
font-size: 12px;
color: black;
padding-top: 1px;
text-transform: uppercase;
font-weight: bold;
}


.clear_wrapper #owl-demo {margin-bottom:15px}
.clear_wrapper .owl-theme .owl-controls .owl-page span 
{ height: 10px !important;
width: 3px !important;
background: none repeat scroll 0% 0% #1ECB8E;
}

.clear_wrapper .owl-theme .owl-controls {
    margin-top: 0px !important;
}

.owl-carousel {
    display: block !important;
}

#owl-demo1 .owl-controls.clickable .owl-pagination { display:none }

#owl-demo1.owl-theme .owl-controls {
    text-align: center;
    position: absolute;
    top: 50%;
    z-index: 11;
    width: 100%;
}

#owl-demo1 .owl-prev {
    float: left;
    background: url('prev.png');
    background-size: 50px;
    height: 50px;
    text-indent: -99999px;
    width: 50px;
}
#owl-demo1 .owl-next {
    float: right;
    background: url('next.png');
    background-size: 50px;
    height: 50px;
    text-indent: -99999px;
    width: 50px;
}

.ac_input:hover {
     box-shadow: 0px 0px 4px 0px rgba(56, 207, 165, 0.74);
}

.ac_input {
	color: rgba(90, 90, 90, 1);
    text-align: center;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 10px;
}

.ct_template_footer .ct_cm_menu li {
    float: left;
}

.ct_template_footer ul.ct_cm_menu, .ct_template_footer ul.ct_cm_menu ul{
width:100% }

.ct_template_header .ct_categoryMenu .ct_module_header, .ct_template_footer .ct_categoryMenu .ct_module_header
{
display:none !important;
}

.ct_template_header ul.ct_cm_menu {background-color: transparent !important; }

.ct_template_header ul.ct_cm_menu li {padding:0 !important; float:left}

.ct_cm_menu li ul li ul li {
    float: none !important;
}

.ct_template_header ul.ct_cm_menu li, .ct_template_footer ul.ct_cm_menu li {position:initial}

.ct_template_header .ct_categoryMenu {
	bottom: 40px !important;
	opacity: 0;
	transition:all .3s linear;
	-webkit-transition:all .3s linear;
	display: block !important;
	visibility:hidden;
}
.ct_homepage .ct_template_header .ct_categoryMenu {
	top: 175px !important;
	bottom: inherit !important;
}
.ct_template_header .ct_categoryMenu.show_menu {
	bottom: 1px !important;
	opacity: 1;
	visibility:visible;
}
.ct_homepage .ct_template_header .ct_categoryMenu.show_menu {
	top: 180px !important;
	bottom: inherit !important;
}
.ct_template_header .ct_categoryMenu, .ct_template_footer .ct_categoryMenu {
 background: none repeat scroll 0 0 rgba(255, 255, 255, 0.9);
    bottom: -432px;
    font-size: 16px;
    font-weight: bold;
    position: absolute;
    width: 100%;
display:none;
    z-index: 9999;
overflow:visible !important
}

.ct_cm_menu > li > ul {
    left: 0;
    position: absolute;
    text-align: left;
    width: 100%;
top: 109px;
}
.ct_template_header .ct_cm_menu > li > ul >li > a, #ct_template_footer .ct_cm_menu > li > ul >li > a {

color: #38cfa6 !important}
border-bottom: dotted 1px rgba(56, 207, 166, 0.2); !important}

.ct_template_header .ct_cm_menu > li > ul >li > ul > li > a,
#ct_template_footer .ct_cm_menu > li > ul >li > ul > li > a {
	color: #3E3E3E !important;
    font-size: 10px;
    line-height: 8px;
    font-weight: bold;
}

/* #ct_template_footer .ct_cm_menu > li:hover > ul {display:none !important} */

.ccurrent > a {
background-color: #3598db;
color: #fff !important;
font-weight: bold;
}

#ct_searchHeader img {display:none}

.ct_pl_product_add:hover {
cursor: pointer;
background-color: #509af0;
background-image: url(https://www.bikeandrun.co.uk/acart.png);
background-position: center;
background-repeat: no-repeat;
}
.ct_pl_product_add:hover a {
	opacity:0;
}

#ct_pd_bybrand a{ color: #509af0; !important; font-style: italic; font-weight: bold;}

#ct_pd_bybrand {margin-bottom: 5px}

.ct_pd_options_style.ct_pd_options_style_colour > label {text-transform:capitalize}
.ct_pd_options_style {  border: 1px solid #ccc;
    float: left;
    padding-left: 8px;margin-right:20px; margin-top:10px; }

.stylebox {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 transparent;
    border-color: -moz-use-text-color -moz-use-text-color -moz-use-text-color #ccc;
    border-image: none;
    border-style: none none none solid;
    border-width: 0 0 0 1px;
    padding: 8px;
margin-left: 8px;
}

.submit.ct_pd_addWishlist_btn {
background: none repeat scroll 0 0 #38cfa6;
    border: medium none;
    border-bottom-right-radius: 10px;
    border-top-left-radius: 10px;
    color: white;
    padding: 10px;
	height:auto;
}

.ct_pd_item_delivery {
    margin-bottom: 25px;
}

#product_itemQty {border:1px solid #ccc}

.ct_pd_item_qtyAdd.ct_pd_item_label {
	padding-top: 5px;
	padding-bottom:15px;
}
.ct_pd_item_label {
    color: #000;
}

.footer_links {
    color: #ffffff;
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
}

.ct_template_header ul.ct_cm_menu li > ul {
	left: 0px;
	top: 36px !important;
}

li.ct_cm_cat_10 > ul > li:nth-child(7) {
	clear:left;
}

#home_img_slider, .ct_smallBasket .ct_sb_links {display:none}
.ct_homepage #ct_template_content {
	background-color:#fff;
	padding: 0px 80px 40px;
	background-image: none;
}

.ct_homepage #ct_template_content_main{ width: 815px; float:none}


#ser_page {
	width:800px;
	margin:0 auto;
}
#ser_page > h2 {
	text-transform:uppercase;
}
#ser_page > span {
	margin-top: 1px;
	display: block;
	color: rgba(90, 90, 90, 1);
	font-size: 15px;
	font-style: italic;
}
#ser_page .ser_inner {
	margin-top: 30px;
}
#ser_page .ser_inner ul {
	margin:0;
	padding:0;
}
#ser_page .ser_inner ul li {
	list-style: none;
	margin: 0;
	float: left;
	text-align: center;
	width: 200px;
	height: 200px;
	padding: 20px 15px;
}
#ser_page .ser_inner ul li a {
	color: #000;
	text-transform: uppercase;
	display: block;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	margin-top:10px;
}
#ser_page .ser_inner ul li a img {
	display:block;
	margin:auto;
	margin-bottom:5px;
}
.abt_row1 {
	
}
.abt_row1 h1 {
	font-size:18px;
	border-bottom:2px solid #333;
}
.abt_row1 p,
.abt_row2 p,
.abt_row3 p {
	font-size: 13px;
	line-height: 22px;
    color: rgba(78, 78, 78, 1);
}
.abt_row2 {
	margin-top: 10px;
	overflow: hidden;
}
.row_left,
.row_right {
	width:50%;
	float:left;
	margin-top: 10px;
}
.row_right {
	text-align:right;
}
.row_left h2,
.row_right h2 {
	border-bottom: 2px solid #333;
	margin-bottom: 18px;
}
.abt_row2 p {
	line-height: 22px;
}
.abt_row3 {
	margin-top:15px;
}
.abt_row3 h2 {
	font-size:18px;
	border-bottom:2px solid #333;
}
.abt_row3 h3 {
	font-size:18px;
	margin-top: 10px;
}
.abt_row3 h3 span {
	font-size: 13px;
	font-style: italic;
	color: #393939;
	font-weight: normal;
	display: block;
}

.abt_row4 {
	margin-top: 20px;
	overflow: hidden;
}
.abt_row4 ul {
	
}
.abt_row4 ul li {
	list-style: none;
	float: left;
	position: relative;
	width: 33%;
}
.abt_row4 ul li h4 {
	transform: rotate(-90deg);
    position: absolute;
    left: -143px;
    top: 138px;
    line-height: 35px;
    height: 35px;
    text-align: right;
    width: 310px;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-size: 15px;
}
.abt_row4 ul li div {
	padding-left: 10px;
	margin-left: 21px;
	border-left: 2px solid #333;
}
.abt_row4 ul li img {
	margin-bottom:5px;
}
.abt_row4 ul li p {
	font-size: 13px;
	margin-bottom: 7px;
	font-weight: bold;
}
.abt_row4 ul li p span {
	color:#0096ff;
}

.abt_row5 {
	overflow: hidden;
	margin-top: 30px;
}
.abt_row5 ul {
	
}
.abt_row5 ul li {
	list-style: none;
	clear: both;
	overflow: hidden;
	border-left: 2px solid #333;
	padding-left: 10px;
	margin-bottom: 30px;
	margin-left: 21px;
}
.abt_row5 h4 {
	font-size: 18px;
	text-transform: uppercase;
	width: 50%;
	border-bottom: 1px solid #333;
}
.abt_row5 h5 {
	font-size: 15px;
	font-weight: 100;
	line-height: 21px;
	color: #777;
	font-style: italic;
}
.abt_row5 .abt_row5_box {
	margin-top: 15px;
}
.abt_row5 .abt_row5_box .abt_row5_img {
	width: 170px;
	float: left;
}
.abt_row5 .abt_row5_box .abt_row5_img img {
	width:150px;
}
.abt_row5 .abt_row5_box .abt_row5_info {
	
}
.abt_row5 .abt_row5_box .abt_row5_info p {
	font-size: 13px;
	margin-bottom: 7px;
	font-weight: bold;
}
.abt_row5 .abt_row5_box .abt_row5_info p span {
	color: #0096ff;
}
select#currency_currSelect {
	padding:5px;
}

#ct_pageId_94 {
	
}
#ct_pageId_94 p,
.ct_html_module p {
	font-size: 13px;
	line-height: 22px;
	color: rgba(78, 78, 78, 1);
}

ct_html_module_brands {
	font-size: 13px;
	line-height: 22px;
	color: rgba(226, 226, 226);
}


.bkfit_row1 {
	margin-bottom: 20px;
}
.bkfit_row2 {
	padding: 30px 0;
	position:relative;
}
.bkfit_row2 img {
	position: absolute;
	left: -30px;
	top: 7px;
	z-index: 0;
}
.bkfit_row2 h2 {
	position:relative;
	z-index:1;
}
.bkfit_row2 p {
	position:relative;
	z-index:1;
	clear:both;
	margin-top:60px;
}
.bkfit_row2 a {
	width: 130px;
	line-height: 37px;
	color: #fff;
	background-color: #509af0;
	text-align: center;
	display: block;
	position: absolute;
	right: 0;
	top: 23px;
	text-decoration: none;
	z-index: 2;
}
.bkfit_row3 {
	
}
.bkfit_row3 h2 {
	margin-bottom: 10px;
}
.bkfit_row4 {
	clear:both;
	padding-top:30px;
	border-bottom: 2px solid #333;
	margin-bottom: 10px;
}
.bkfit_row4 h2 {
	margin-bottom: 18px;
	border-bottom: 2px solid #333;
}
.bkfit_row4 ul {
	
}
.bkfit_row4 ul li {
	list-style: none;
	padding-left: 15px;
	position: relative;
	margin-bottom: 7px;
	color:#0096ff;
	text-transform:uppercase;
}
.bkfit_row4 ul li:before {
	content: "";
	border-left: 7px solid #333;
	border-bottom: 5px solid transparent;
	border-top: 5px solid transparent;
	width: 10px;
	height: 10px;
	position: absolute;
	left: 2px;
	top: 1px;
}
.bkfit_row4 ul li a {
	
}
.bkfit_row4 p {
	clear:both;
	padding-top: 10px;
}
.bkfit_row5 {
	border-bottom: 2px solid #333;
	position:relative;
}
.bkfit_row5 a.cbtn {
	width: 130px;
	line-height: 37px;
	color: #fff;
	background-color: #509af0;
	text-align: center;
	display: block;
	position: absolute;
	right: 0;
	top: 70px;
	text-decoration: none;
	z-index: 2;
}

#ct_pageId_58 h2, #ct_pageId_58 h3 {
	border-bottom:1px solid #333;
	font-size: 13px;
	text-transform:uppercase;
}

.prn_row {
	width:100%;
	float:left;
	margin-bottom: 20px;
	border-bottom: 1px dotted #ddd;
	padding-bottom: 20px;
}
.prn_row .prn_lft {
	float:left;
	width:48%;
}
.prn_row .prn_rth {
	width:48%;
	float:right;
}
.prn_row .prn_rth img {
	width: 100%;
}
.prn_row .prn_one_col {
	
}
.prn_row .prn_one_col p {
	margin-bottom:10px;
}
.prn_row .prn_one_col img {
	margin:0 5px;
}
#jquery-overlay {
	z-index: 9999;
}
#jquery-lightbox {
	z-index: 10000;
}
#lightbox-secNav-btnClose {
	background: no-repeat 0 0 url("https://www.bikeandrun.co.uk/close_button.png");
	width: 49px;
	height: 49px;
	position: absolute;
	margin: 10px 0 0;
	background-color: #fff;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}
#lightbox-secNav-btnClose img {
	opacity:0;
}
.owl-item .item img {
	width: 100%;
	height: auto;
	margin-bottom: -7px;
}
 #ct_template_wrapper {
	padding-top:0px;
} 
.sp_discount {
	position: absolute;
    left: 12.1%;
    top: 55px;
    padding: 7px;
    background-color: rgba(240, 0, 0, 0.4);
    color: #FFF;
    font-weight: bold;
    font-size: 12px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px
}

.wipad .sp_discount {
	left:1%;
}

#ct_accountLink, 
.ct_loginLink.ct_link_module {
	position:absolute;
	top:-1000px;
}
.mw_myaccount,
.mw_logout {
	display:none;
}
.add_voucher {
	position: absolute;
	bottom: 64px;
	text-align: left;
}
.add_voucher a {
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	font-weight:bold;
	font-size:11px;
}

#Newsletter {
	background: url(/background.jpg) 0 0 repeat-x;
	position: fixed;
	bottom: 0px;
	width: 100%;
	height: 41px;
	z-index: 99999;
}
#Newsletter_box {
	display:none;
	position: fixed;
	bottom: 0px;
	width: 100%;
	height: 41px;
	z-index: 99999;
}
body.wdesktop #Newsletter_box {
	display:block;
}
.nl_container {
	max-width: 1100px;
	height: 40px;
	margin: auto;
	text-align: left;
	line-height: 50px;
	color: #fff;
	position: relative;
	font-weight: bold;
	width: 95%;
}
#Newsletter img {
	height: auto;
	width: 200px;
	margin-top: 4px;
	float: left;
	margin-right: 20px;
}
#Newsletter a.enterbtn {
	background: 0 0 repeat-x #3cd9e7;
	position: absolute;
	right: 0;
	width: 114px;
	height: 41px;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 44px;
	text-align: center;
}
#Newsletter strong {
	text-decoration:underline;
}
.newletter_form {
	position: absolute;
	bottom: -7px;
	right: 0;
	display:none;
	z-index:999999;
	width:312px;
}

#mc_embed_signup_scroll .mc-field-group {
	float: left;
	height: 40px;
}
#mc_embed_signup #mce-responses {
	position: absolute;
	bottom: 47px;
	line-height: 18px;
}
#mc_embed_signup .submit_form {
	float:right;
}
#mc_embed_signup #mc_embed_signup_scroll div.mce_inline_error {
	position: absolute;
	top: -37px;
	height: 40px;
	line-height: 32px;
	background-color: rgba(0,0,0,.7);
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
#mc_embed_signup .mc-field-group input[type="email"] {
    border: 0px none;
    line-height: 22px;
    padding: 3px 6px 0px 8px;
    margin-top: 6px;
    width: 180px;
    border-radius: 12px;
    box-shadow: 0px 0px 4px #FFF;
    text-transform: uppercase;
    font-size: 10px;
}
#mc_embed_signup .submit_form input[type="submit"] {
	line-height: 41px;
	height: 41px;
	width: 114px;
	outline:none;
	-webkit-appearance: none;
	background-color:#3cd9e7;
}
#mce-error-response {
	background-color: rgba(0,0,0,.7);
	color: #fff;
	padding: 10px;
	text-align: left;
	margin: -25px 0 0 0;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
#mce-error-response a {
	color:#fff;
}
#mce-success-response {
	background-color: rgba(0,0,0,.7);
	color: #fff;
	padding: 10px;
	margin-top: -38px;
	text-align: left;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

#ftr_twitter {
	max-width: 1000px;
	margin: auto;
	overflow: hidden;
	width: 100%;
}
#mwtweet {
	float:left;
	width: 55%;
}
#br_benefits {
	float:right;
	width: 45%;
}
#br_benefits .slides {
    height:600px;
    margin:0 auto;
    overflow:hidden;
    position:relative;
    width:400px;
}
#br_benefits .slides ul {
    list-style:none;
    position:relative;
}
@-webkit-keyframes anim_slides {
    0% { opacity:0; }
    6% { opacity:1; }
    24% { opacity:1; }
    30% { opacity:0; }
    100% { opacity:0; }
}
@-moz-keyframes anim_slides {
    0% { opacity:0; }
    6% { opacity:1; }
    24% { opacity:1; }
    30% { opacity:0; }
    100% { opacity:0; }
}
#br_benefits .slides ul li {
    opacity:0;
    position:absolute;
    top:0;

    /* css3 animation */
    -webkit-animation-name: anim_slides;
    -webkit-animation-duration: 24.0s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: normal;
    -webkit-animation-delay: 0;
    -webkit-animation-play-state: running;
    -webkit-animation-fill-mode: forwards;

    -moz-animation-name: anim_slides;
    -moz-animation-duration: 24.0s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    -moz-animation-direction: normal;
    -moz-animation-delay: 0;
    -moz-animation-play-state: running;
    -moz-animation-fill-mode: forwards;
}

/* css3 delays */
#br_benefits .slides ul  li:nth-child(2), .slides ul  li:nth-child(2) div {
    -webkit-animation-delay: 8.0s;
    -moz-animation-delay: 8.0s;
}
#br_benefits .slides ul  li:nth-child(3), .slides ul  li:nth-child(3) div {
    -webkit-animation-delay: 16.0s;
    -moz-animation-delay: 16.0s;
}
#br_benefits .slides ul  li:nth-child(4), .slides ul  li:nth-child(4) div {
    -webkit-animation-delay: 24.0s;
    -moz-animation-delay: 24.0s;
}
#br_benefits .slides ul li img {
    display:block;
}



@-webkit-keyframes mw_rotate {
	0% {
		-webkit-transform-origin:center;
		transform-origin:center;
		opacity:1
	}
	100% {
		-webkit-transform-origin:center;
		transform-origin:center;
		-webkit-transform:rotate3d(0, 0, 1, 360deg);
		transform:rotate3d(0, 0, 1, 360deg);
		opacity:1
	}
}
@keyframes mw_rotate {
	0% {
		-webkit-transform-origin:center;
		-ms-transform-origin:center;
		transform-origin:center;
		opacity:1;
	}
	100% {
		-webkit-transform-origin:center;
		-ms-transform-origin:center;
		transform-origin:center;
		-webkit-transform:rotate3d(0, 0, 1, 360deg);
		-ms-transform:rotate3d(0, 0, 1, 360deg);
		transform:rotate3d(0, 0, 1, 360deg);
		opacity:1;
	}
}
.mw_rotate {
	-webkit-animation-name: mw_rotate;
	animation-name: mw_rotate;
	-webkit-animation-duration:1s;
	animation-duration:1s;
	-webkit-animation-fill-mode:both;
	animation-fill-mode:both;
}
#marquee_slider {
	display:none;
}
.ct_homepage #marquee_slider {
	display:block;
	border-top: 1px solid rgba(198, 198, 198, .6);
	border-bottom: 1px solid rgba(198, 198, 198, .6);
}
#marquee_slider {
	width: 100%;
	float: left;
	height: 110px;
	z-index: 1;
	position: relative;
	overflow: hidden;
}
#marquee_slider ul {
	margin:0;
	padding:0;
	list-style:none;
}
#marquee_slider ul li {
	display: inline-block;
	padding: 10px 13px;
	
}
#marquee_slider ul li img {
	
}

.ct_homepage #ct_template_content {
	display:none;
}
.ct_homepage .ct_template_footer.outer {
	float:left;
	width:100%;
}
#twitter_top {
	float:left;
	width:100%;
	height:550px;
	padding:20px 0;
}
#twitter_header {
	background: none repeat scroll 0 0 #3498db;
    color: white;
    font-size: 30px;
    font-weight: bold;
    padding: 16px 0;
    
    width: 100%;
	border-top: 6px solid #2980b9;
	border-bottom: 6px solid #2980b9;
	z-index:9999;
	position:relative;
	margin-bottom: 10px;
}
#twitter_header .free_bottle > img {
	top: -43px;
}

#ct_pd_product_image #ct_pd_allItems .ct_pd_item,
#ct_pd_product_image.right #ct_pd_itemList .ct_pd_item {
	border-left: 0 none;
}
#ct_pd_product_image #ct_pd_allItems .ct_pd_item_label {
	min-width: 120px;
}

.batch_img {
	background: url(https://www.bikeandrun.co.uk/instore_benefits-1.png) 0 0 no-repeat;
	width: 118px;
	height: 119px;
	display: block;
	position: absolute;
	right: -25px;
	top: -46px;
	z-index: 1;
	cursor:pointer;
}
.batch_img_2,
.batch_img_3 {
	background: url(https://www.bikeandrun.co.uk/instore_benefits_swim.png) 0 0 no-repeat;
	width: 118px;
	height: 119px;
	display: block;
	position: absolute;
	right: -4px;
	top: -46px;
	z-index: 1;
	cursor:pointer;
}
.batch_img_3 {
	background: url(https://www.bikeandrun.co.uk/bikerun/instore_benefits_run.png) 0 0 no-repeat;
}
@-webkit-keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotateX(-10deg);
    }

    70% {
        -webkit-transform: perspective(400px) rotateX(10deg);
    }

    100% {
        -webkit-transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
}
@-moz-keyframes flipInX {
    0% {
        -moz-transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }

    40% {
        -moz-transform: perspective(400px) rotateX(-10deg);
    }

    70% {
        -moz-transform: perspective(400px) rotateX(10deg);
    }

    100% {
        -moz-transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
}
@-ms-keyframes flipInX {
    0% {
        -ms-transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }

    40% {
        -ms-transform: perspective(400px) rotateX(-10deg);
    }

    70% {
        -ms-transform: perspective(400px) rotateX(10deg);
    }

    100% {
        -ms-transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
}
@-o-keyframes flipInX {
    0% {
        -o-transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }

    40% {
        -o-transform: perspective(400px) rotateX(-10deg);
    }

    70% {
        -o-transform: perspective(400px) rotateX(10deg);
    }

    100% {
        -o-transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
}
@keyframes flipInX {
    0% {
        transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }

    40% {
        transform: perspective(400px) rotateX(-10deg);
    }

    70% {
        transform: perspective(400px) rotateX(10deg);
    }

    100% {
        transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
}

.flipInX {
	-webkit-backface-visibility: visible !important;
	-webkit-animation-name: flipInX;
	-moz-backface-visibility: visible !important;
	-moz-animation-name: flipInX;
	-ms-backface-visibility: visible !important;
	-ms-animation-name: flipInX;
	-o-backface-visibility: visible !important;
	-o-animation-name: flipInX;
	backface-visibility: visible !important;
	animation-name: flipInX;
}
@-webkit-keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
	100% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
}

@-moz-keyframes flipOutX {
    0% {
        -moz-transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
	100% {
        -moz-transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
}

@-ms-keyframes flipOutX {
    0% {
        -ms-transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
	100% {
        -ms-transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
}

@-o-keyframes flipOutX {
    0% {
        -o-transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
	100% {
        -o-transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
}

@keyframes flipOutX {
    0% {
        transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
	100% {
        transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
}

.flipOutX {
	-webkit-animation-name: flipOutX;
	-webkit-backface-visibility: visible !important;
	-moz-animation-name: flipOutX;
	-moz-backface-visibility: visible !important;
	-ms-animation-name: flipOutX;
	-ms-backface-visibility: visible !important;
	-o-animation-name: flipOutX;
	-o-backface-visibility: visible !important;
	animation-name: flipOutX;
	backface-visibility: visible !important;
}

.mw_batch_box {
	position:fixed;
	top:0;
	left:0;
	right:0;
	height:100%;
	z-index: 9999;
	opacity:0;
	display:none;
}
.mw_batch_box.open {
	opacity:1;
	display:block;
}
.mwbb_container {
	position: absolute;
	/*margin-top: -23%;
	margin-left: -15%;*/
	margin-top: -20%;
	margin-left: -11%;
	
	-webkit-animation-duration: 1s;
	   -moz-animation-duration: 1s;
	    -ms-animation-duration: 1s;
	     -o-animation-duration: 1s;
	        animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	   -moz-animation-fill-mode: both;
	    -ms-animation-fill-mode: both;
	     -o-animation-fill-mode: both;
	        animation-fill-mode: both;
}
.mwbb_container img {
	width: 360px;
}
.bb_close {
	position: absolute;
    font-size: 11px;
    color: #FFF;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    background: none repeat scroll 0% 0% #37414A;
    right: -8px;
    top: -7px;
    cursor: pointer;
    font-weight: bold;
}

body .inpagebase {
	top:inherit !important;
	bottom:0px;
}
body.wdesktop .inpagebase {
	bottom:40px;
}

.col-2-7.mobile-col-1-3:last-child {
  padding-right: 0;
}



.marqu {
 height: 100px;	
 overflow: hidden;
 position: relative;
}
.marqu ul {
 position: absolute;
 margin: 0;
 
 /* Starting position */
 -moz-transform:translateX(100%);
 -webkit-transform:translateX(100%);	
 transform:translateX(100%);
 /* Apply animation to this element */	
 -moz-animation: example1 15s linear infinite;
 -webkit-animation: example1 15s linear infinite;
 animation: example1 15s linear infinite;
}
/* Move it (define the animation) */
@-moz-keyframes example1 {
 0%   { -moz-transform: translateX(100%); }
 100% { -moz-transform: translateX(-100%); }
}
@-webkit-keyframes example1 {
 0%   { -webkit-transform: translateX(100%); }
 100% { -webkit-transform: translateX(-100%); }
}
@keyframes example1 {
 0%   { 
 -moz-transform: translateX(100%); /* Firefox bug fix */
 -webkit-transform: translateX(100%); /* Firefox bug fix */
 transform: translateX(100%); 		
 }
 100% { 
 -moz-transform: translateX(-100%); /* Firefox bug fix */
 -webkit-transform: translateX(-100%); /* Firefox bug fix */
 transform: translateX(-100%); 
 }
}

img.blue_strip {
    width: 100%;
    position: absolute;
    left: 0;
    z-index: 999999;
    top: -12px;
}/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { 
    cursor:url(grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}


/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
*/

.owl-theme .owl-controls{
	margin-top: 10px;
	text-align: center;
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div{
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	margin: 5px;
	padding: 3px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: #869791;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}

/* Styling Pagination*/

.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #869791;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

/* preloading images */
.owl-item.loading{
	min-height: 150px;
	background: url(AjaxLoader.gif) no-repeat center center
}



/* 
 *  Owl Carousel CSS3 Transitions 
 *  v1.3.2
 */

.owl-origin {
	-webkit-perspective: 1200px;
	-webkit-perspective-origin-x : 50%;
	-webkit-perspective-origin-y : 50%;
	-moz-perspective : 1200px;
	-moz-perspective-origin-x : 50%;
	-moz-perspective-origin-y : 50%;
	perspective : 1200px;
}
/* fade */
.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut .7s both ease;
  -moz-animation: fadeOut .7s both ease;
  animation: fadeOut .7s both ease;
}
.owl-fade-in {
  -webkit-animation: fadeIn .7s both ease;
  -moz-animation: fadeIn .7s both ease;
  animation: fadeIn .7s both ease;
}
/* backSlide */
.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  -moz-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease;
}
.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  -moz-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease;
}
/* goDown */
.owl-goDown-out {
  -webkit-animation: scaleToFade .7s ease both;
  -moz-animation: scaleToFade .7s ease both;
  animation: scaleToFade .7s ease both;
}
.owl-goDown-in {
  -webkit-animation: goDown .6s ease both;
  -moz-animation: goDown .6s ease both;
  animation: goDown .6s ease both;
}
/* scaleUp */
.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom .5s ease both;
  -moz-animation: scaleUpFrom .5s ease both;
  animation: scaleUpFrom .5s ease both;
}

.owl-fadeUp-out {
  -webkit-animation: scaleUpTo .5s ease both;
  -moz-animation: scaleUpTo .5s ease both;
  animation: scaleUpTo .5s ease both;
}
/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
  0% {opacity: 1}
}
@-moz-keyframes empty {
  0% {opacity: 1}
}
@keyframes empty {
  0% {opacity: 1}
}
@-webkit-keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@-moz-keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@-webkit-keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@-moz-keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@-webkit-keyframes backSlideOut {
  25% { opacity: .5; -webkit-transform: translateZ(-500px); }
  75% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
}
@-moz-keyframes backSlideOut {
  25% { opacity: .5; -moz-transform: translateZ(-500px); }
  75% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
}
@keyframes backSlideOut {
  25% { opacity: .5; transform: translateZ(-500px); }
  75% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
}
@-webkit-keyframes backSlideIn {
  0%, 25% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; -webkit-transform: translateZ(-500px); }
  100% { opacity: 1; -webkit-transform: translateZ(0) translateX(0); }
}
@-moz-keyframes backSlideIn {
  0%, 25% { opacity: .5; -moz-transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; -moz-transform: translateZ(-500px); }
  100% { opacity: 1; -moz-transform: translateZ(0) translateX(0); }
}
@keyframes backSlideIn {
  0%, 25% { opacity: .5; transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; transform: translateZ(-500px); }
  100% { opacity: 1; transform: translateZ(0) translateX(0); }
}
@-webkit-keyframes scaleToFade {
  to { opacity: 0; -webkit-transform: scale(.8); }
}
@-moz-keyframes scaleToFade {
  to { opacity: 0; -moz-transform: scale(.8); }
}
@keyframes scaleToFade {
  to { opacity: 0; transform: scale(.8); }
}
@-webkit-keyframes goDown {
  from { -webkit-transform: translateY(-100%); }
}
@-moz-keyframes goDown {
  from { -moz-transform: translateY(-100%); }
}
@keyframes goDown {
  from { transform: translateY(-100%); }
}

@-webkit-keyframes scaleUpFrom {
  from { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpFrom {
  from { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpFrom {
  from { opacity: 0; transform: scale(1.5); }
}

@-webkit-keyframes scaleUpTo {
  to { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpTo {
  to { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpTo {
  to { opacity: 0; transform: scale(1.5); }
}.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  60% {
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
}

@-webkit-keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  30% {
    -webkit-transform: scaleX(1.25) scaleY(0.75);
    transform: scaleX(1.25) scaleY(0.75);
  }

  40% {
    -webkit-transform: scaleX(0.75) scaleY(1.25);
    transform: scaleX(0.75) scaleY(1.25);
  }

  60% {
    -webkit-transform: scaleX(1.15) scaleY(0.85);
    transform: scaleX(1.15) scaleY(0.85);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes rubberBand {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  30% {
    -webkit-transform: scaleX(1.25) scaleY(0.75);
    -ms-transform: scaleX(1.25) scaleY(0.75);
    transform: scaleX(1.25) scaleY(0.75);
  }

  40% {
    -webkit-transform: scaleX(0.75) scaleY(1.25);
    -ms-transform: scaleX(0.75) scaleY(1.25);
    transform: scaleX(0.75) scaleY(1.25);
  }

  60% {
    -webkit-transform: scaleX(1.15) scaleY(0.85);
    -ms-transform: scaleX(1.15) scaleY(0.85);
    transform: scaleX(1.15) scaleY(0.85);
  }

  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
}

@keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }

  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }

  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg);
  }

  40% {
    -webkit-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  60% {
    -webkit-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    transform: rotate(5deg);
  }

  80% {
    -webkit-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }

  100% {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}

@keyframes tada {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    -ms-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    -ms-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    -ms-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }

  100% {
    -webkit-transform: scale(1) rotate(0);
    -ms-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }

  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg);
  }

  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg);
  }

  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg);
  }

  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg);
  }

  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg);
  }

  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}

@keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }

  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    -ms-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg);
  }

  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    -ms-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg);
  }

  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    -ms-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg);
  }

  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    -ms-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg);
  }

  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    -ms-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg);
  }

  100% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }
}

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(.3);
    transform: scale(.3);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }

  70% {
    -webkit-transform: scale(.9);
    transform: scale(.9);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(.3);
    -ms-transform: scale(.3);
    transform: scale(.3);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }

  70% {
    -webkit-transform: scale(.9);
    -ms-transform: scale(.9);
    transform: scale(.9);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }

  80% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
  }

  80% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }

  80% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px);
  }

  80% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }

  80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    transform: translateX(-30px);
  }

  80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }

  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  80% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  80% {
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
  }

  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  25% {
    -webkit-transform: scale(.95);
    transform: scale(.95);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.3);
    transform: scale(.3);
  }
}

@keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  25% {
    -webkit-transform: scale(.95);
    -ms-transform: scale(.95);
    transform: scale(.95);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.3);
    -ms-transform: scale(.3);
    transform: scale(.3);
  }
}

.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

@keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

@keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

@keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

@keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}

@keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

@keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -ms-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
    -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  -ms-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }

  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }

  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}

@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    -ms-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }

  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    -ms-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }

  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }

  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }

  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}

@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    -ms-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }

  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    -ms-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }

  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}

.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}

@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    -ms-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    -ms-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    -ms-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    -ms-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  100% {
    -webkit-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate(80deg);
    -ms-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40% {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    -ms-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  100% {
    -webkit-transform: translateY(700px);
    -ms-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0;
  }
}

.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
}

@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    -ms-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg);
  }
}

@keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    -ms-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg);
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}/** EASY SLIDER image viewer **/
.ct_easySlider ul, .ct_easySlider li{margin:0;padding:0;list-style:none;}
/*
define width and height of container element and list item (slide)
list items must be the same size as the slider area
*/
.ct_easySlider, .ct_easySlider li{
    width:150px;
    height:150px;
    overflow:hidden;
    text-align:center;
    speed:9000 !important;
pause: 9000 !important;

}
.ct_es_prevBtn a {font: 11px Verdana, Helvetica, sans-serif;}
.ct_es_nextBtn a {font: 11px Verdana, Helvetica, sans-serif;}
/** END EASY SLIDER image viewer **/#ct_register form fieldset #ct_r_state_code {
    display: none;
}