@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700,900,300italic,400italic,700italic);

@import url(http://fonts.googleapis.com/css?family=Arvo:400,700);

/*body {
	font-family: 'Lato', sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  	font-family: 'Arvo', serif;
}*/

.img-fluid-banner {
  display: block;
  max-width: 100%;
  height: auto;
  overflow: hidden; 
}

.img-fluid-promo {
  display: block;
  max-width: 480px;
  height: auto;
  overflow: hidden; 
}

.img-fluid-location {
  display: block;
  max-width: 100%;
  height: auto;
  overflow: hidden; 
}

.img-fluid-mini {
  display: block;
  max-width: 100%;
  height: auto;
  overflow: hidden; 
}

.img-auto-spray {
  display: block;
  max-width: 80%;
  height: 130px;
  overflow: hidden; 
}
/* Brand */
/*.navbar-brand{
	position:relative;
	min-height:103px;
	padding:15px 5px;
}

.navbar-brand img{
	width:170px;
	height:79px;
}*/
.menuzord-brand img{
	width:170px;
	height:59px;
}

/* Navigation Style */
/*.navbar-static-top {
  margin-bottom: 0px;
}

.navbar-default {
  background-color: transparent;
  border:none;
}

.navbar .nav li a {
	font-family: 'Arvo', sans-serif;
	font-size:0.8em;
	font-weight:300;
	text-transform:uppercase;
	margin:0 5px;
	padding-bottom:5px;
	text-shadow: 0;
}


.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #fff;
  background-color: #e91b23;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #e91b23;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 230px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #e91b23;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #a90e12;
}*/


/*.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}
*/

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

@media(min-width:768px){
/* Navigation Style */
/*.navbar-static-top {
  margin-bottom: -105px;
}

.navbar .nav{
	margin-top:30px;
}
.navbar .nav li a {
	color:#fff;
	margin:0 2px;
	font-size:12px;
	padding-left:5px;
	padding-right:5px;
	padding-bottom:5px;
	text-shadow: 0px 1px 5px rgba(0, 0, 0, 0.5);
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #e91b23;
  background-color: transparent;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #e91b23;
  background-color: transparent;
}*/

}

@media (min-width: 992px) {
/* Brand */
/*.navbar-brand{
	position:relative;
	min-height:129px;
	padding:15px 0px;
}


.navbar-brand img{
	width:180px;
	height:109px;
}
*/
.menuzord-brand img{
	width:180px;
	height:109px;
}

/* Navigation Style */
/*.navbar-static-top {
  margin-bottom: -165px;
}

.navbar .nav{
	margin-top:50px;
}

.navbar .nav li a {
	color:#fff;
	margin:0 5px;
	font-size:15px;
	padding-left:6px;
	padding-right:6px;
	padding-bottom:5px;
	text-shadow: 0px 1px 5px rgba(0, 0, 0, 0.5);
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #e91b23;
  background-color: transparent;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #e91b23;
  background-color: transparent;
}*/
}

@media (min-width: 1200px) {
/* Brand */
/*.navbar-brand{
	position:relative;
	min-height:165px;
	padding:40px 0px;
}

.navbar-brand img{
	width:320px;
	height:120px;
}
*/
.menuzord-brand img{
	width:200px;
	height:100px;
}

.menuzord-brand {top: 5px}
/* Navigation Style */
/*.navbar-static-top {
  margin-bottom: -165px;
}

.navbar .nav{
	margin-top:65px;
}

.navbar .nav li a {
	color:#fff;
	margin:0 5px;
	font-size:16px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:5px;
	text-shadow: 0px 1px 5px rgba(0, 0, 0, 0.5);
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #e91b23;
  background-color: transparent;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #e91b23;
  background-color: transparent;
}*/
.img-fluid-banner {
  display: block;
  max-width: 100%;
  height: 400px;
  overflow: hidden; 
}
.img-fluid-promo {
  display: block;
  max-width: 480px;
  height: 480px;
  overflow: hidden; 
}
.img-fluid-location {
  display: block;
  max-width: 100%;
  height: 200px;
  overflow: hidden; 
}
.img-fluid-mini {
  display: block;
  max-width: 100%;
  height: 130px;
  overflow: hidden; 
}

.img-fluid-promo {
  display: block;
  max-width: 480px;
  height: 480px;
  overflow: hidden; 
}
}




/* Carousel */

/* Declare heights because of positioning of img element */
.carousel{
	margin-bottom:20px;
}
.carousel-inner > .item > img, .carousel-inner > .item > a > img {
  min-width: 100%;
  height: auto;
}

.carousel-control.left, .carousel-control.right{
	background:none;
}
.carousel-control .fa-angle-left,
.carousel-control .fa-angle-right {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 5;
  display: inline-block;
}


/* Declare class for bullet navigation */
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}

.carousel-indicators li {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  border: 1px solid #fff;
  border-radius: 10px;
}

.carousel-indicators .active {
  width: 17px;
  height: 17px;
  margin: 0;
  background-color: #e91b23;
  border:1px solid #e91b23;
}


/* Declare class for thumbnail navigation - Home Page */
.thumbnails {
display: block;
height:auto;
padding: 10px;
margin: 0 0 20px;
line-height: 1.42857143;
background-color: #e91b23;
border: none;
border-radius: 0;
-webkit-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
}

.thumbnails .caption {
padding: 9px 0;
font-family: 'Arvo', serif;
font-xsize:12px;
color:#333;
text-transform:uppercase;
}

@media (min-width: 768px) {
.thumbnails {
display: block;
height:152px;
}
.thumbnails .caption {
	font-size:14px;
	height:auto;
}
.img-fluid-banner {
  display: block;
  max-width: 100%;
  height: auto;
  overflow: hidden; 
}
.img-fluid-promo {
  display: block;
  max-width: 480px;
  height: auto;
  overflow: hidden; 
}
.img-fluid-location {
  display: block;
  max-width: 100%;
  height: auto;
  overflow: hidden; 
}
.img-fluid-mini {
  display: block;
  max-width: 100%;
  height: auto;
  overflow: hidden; 
}
}

@media (min-width: 992px) {
.thumbnails {
display: block;
height:180px;
}
.img-fluid-banner {
  display: block;
  max-width: 100%;
  height: 400px;
  overflow: hidden; 
}
.img-fluid-promo {
  display: block;
  max-width: 480px;
  height: 480px;
  overflow: hidden; 
}
.img-fluid-location {
  display: block;
  max-width: 100%;
  height: 200px;
  overflow: hidden; 
}
.img-fluid-mini {
  display: block;
  max-width: 100%;
  height: 130px;
  overflow: hidden; 
}
}


/*-- Locations --*/
.footer-locations{
	margin:80px 0 40px;
}
.footer-locations i{
	position:relative;
	margin:10px 0;
	font-size:1.2em;
	font-weight:300;
	color:#e91b23;
}

/*-- Carousel bxSlider --*/
.bx-wrapper .bx-viewport {
	margin-top:20px;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border:  0;
	left: 0px;
}




/*----- Content Page -----*/

/*---Cover Photo---*/
div.banner-static {
  /* The background image must be 800px wide */
  max-width: 1920px;
  margin-bottom:50px;
}

figure.fluidratio {
  padding-top: 10%;  /* slope */
  height: 380px;  /* start height */

  background-size: cover;
  -moz-background-size: cover;  /* Firefox 3.6 */
  background-position: center;  /* Internet Explorer 7/8 */
}
/*	figure.fluidratio.about{
		background-image: url('images/carcare.png');
	}*/
	figure.fluidratio.product{
		background-image: url('http://placehold.it/1920x380');
	}
	
	/*figure.fluidratio.certification{
		background-image: url('http://placehold.it/1920x380');
	}*/
	
	figure.fluidratio.contact{
		background-image: url('http://placehold.it/1920x380');
	}

/*--- Declare class for Title ---*/
.content-title{
}
.content-title h1{
	margin-top:0;
	color:#e91b23;
	font-weight:700;
}
	.content-title h1.subtitle{
		margin-top:-10px;
		color:#252525;
	}
	.content-title h1+.content-title h1.subtitle{
	}
.content-title h3{
	margin-bottom:0;
}
.content-title .subinfo-bar{
	border-left:1px solid #252525;
	/*border-right:1px solid #252525;*/
}

/*--- Declare class for Body Content ---*/
.content-body{
}
.content-body h4{
	margin-top:50px;
	padding-bottom:25px;
	color:#e91b23;
	border-bottom:1px solid #beb07f;
}
.content-body p{
	font-size:16px;
	color:#252525;
}
.content-body p + img{
	margin-top:25px;
}
.content-body img + p{
	margin-top:25px;
}
.content-body blockquote{
	margin:30px 0;
  	font-family: 'Arvo', serif;
	font-size:1.4em;
	color:#e91b23;
	border-left: 0;
	border-top:1px solid #252525;
	border-bottom:1px solid #252525;
}
.content-body blockquote h5{
	margin-bottom:0;
	color:#252525;
	background-color:#;
}
.content-body blockquote h6{
	margin-top:0;
	font-size:12px;
	color:#252525;
	font-style:normal;
	background-color:#;
}
.content-body small{
	margin:50px 0 0;
	color:#959595;
}

/*--- Declare class for Listing ---*/
.content-body .common-list{
}
.content-body .common-list li{
	list-style:none;
	margin:5px 0;
	padding:0 0 0 25px;
	font-size:16px;
	background:transparent url('images/icon_bullet.png') no-repeat 0px center scroll;
}


.content-body .btn-minimal {
color: #e91b23;
background-color: transparent;
border: 2px solid #e91b23;
}

.content-body .btn-minimal:hover{
	color:#fff;
	background-color:#e91b23;
	border:2px solid #e91b23;
}

/*--- Declare class for Outlets - Locations Page ---*/
.content-body .logo-outlet{
	margin:20px 0;
}
.content-body .logo-outlet.text-center{
	font-size:0.8em;
	line-height:1.1em;
}


/*--- Declare class for Product Selection - Product Page ---*/
.product-selector{
	margin-top:-25px;
	margin-bottom:25px;
}
.product-jade{
	margin-bottom:15px;
}
	.product-selector .base-jade1, .base-jade2, .base-jade3, .base-jade4{

	}
	.product-selector .base-jade4{
		background-color:#88bf3c;
		font-size: 18px;
		color: #fff;
		font-weight: bold;
	}
	.product-selector .base-jade1{
		background-color:#eb0f2d;
		font-size: 18px;
		color: #fff;
		font-weight: bold;
	}
	.product-selector .base-jade2{
		background-color:#f3bf13;
		font-size: 18px;
		color: #fff;
		font-weight: bold;
	}
	.product-selector .base-jade3{
		background-color:#f27e39;
		font-size: 18px;
		color: #fff;
		font-weight: bold;
	}

/*--- Declare class for Body Side Content ---*/


/*- Side content for About Page-*/
.content-side{
}
.content-side .caption-text{
	padding:10px;
	color:#fff;
	background-color:#e91b23;
}
.content-side .caption-text p{
	font-size:0.9em;
	font-weight:300;
	color:#fff;
}

.content-side h4{
	margin-bottom:0;
}

@media (min-width: 992px) {

.content-side h4{
	margin-top:0;
}

}

/*- Side content for Certification/Locations Page-*/
.content-side-sm{
	padding-top:15px;
	padding-bottom:15px;
	background-color:#beb07f;
}
.content-side-sm h5{
	margin-bottom:0;
	font-size:18px;
	font-weight:700;
	color:#e91b23;
}
.content-side-sm .caption-text p{
	font-size:0.9em;
	font-weight:300;
}
.content-side-sm .caption-text + div{
	margin-top:15px;
}
.content-side-sm a{
	color:#252525;
}
.content-side-sm a:hover{
	color:#e91b23;
	text-decoration:none;
}

/*--- Declare class for Side Content - Locations Page---*/
.content-side-sm.certification-daraburgers{
	padding-top:30px;
	padding-bottom:30px;
	text-align:center;
}

/*--- Declare class for Side Content - Locations Page---*/
.content-side-sm.locate-jades{
	padding-top:0;
}
.content-side-sm.locate-jades h2{
	margin:0;
	font-size:36px;
	font-weight:700;
	color:#000;
}
.content-side-sm.locate-jades hr{
	border-top: 1px dashed #eee;
}
.content-side-sm .header-highlight{
	margin:0 -15px;
	padding:15px 15px 5px;
	background-color:#fccc39;
}
.content-side-sm .header-highlight-graphic{
	background:transparent url('images/bg_side_content_location.png') no-repeat center 0 scroll;
}
	.content-side-sm .header-highlight-graphic + h5{
		margin-top:40px;
	}

.content-side-sm.locate-jades .btn-minimal {
color: #e91b23;
background-color: transparent;
border: 2px solid #e91b23;
}

.content-side-sm.locate-jades .btn-minimal:hover{
	color:#fff;
	background-color:#e91b23;
	border:2px solid #e91b23;
}

/*--- Declare class for SkyForms - Contact Page ---*/
.sky-form {
	box-shadow: none;
	font-size:1.3em;
}
.sky-form fieldset {
	padding: 25px 0 5px;
}

.sky-form .button {
	float: right;
	height: 39px;
	overflow: hidden;
	margin: 10px 0 0 20px;
	padding: 0 25px;
	outline: none;
	border: 0;
	font-family: 'Lato', sans-serif;
	text-decoration: none;
	color: #fff;
	cursor: pointer;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

/**/
/* hover state */
/**/
.sky-form .input:hover input,
.sky-form .select:hover select,
.sky-form .textarea:hover textarea,
.sky-form .radio:hover i,
.sky-form .checkbox:hover i,
.sky-form .toggle:hover i,
.sky-form .ui-slider-handle:hover {
	border-color: #db8386;
}

/**/
/* focus state */
/**/
.sky-form .input input:focus,
.sky-form .select select:focus,
.sky-form .textarea textarea:focus,
.sky-form .radio input:focus + i,
.sky-form .checkbox input:focus + i,
.sky-form .toggle input:focus + i {
	border-color: #e91b23;
}

/*--- Declare class for Button - Minimal---*/
.btn-minimal {
display: inline-block;
padding: 8px 30px;
margin-bottom: 0;
font-weight: normal;
line-height: 1.428571429;
text-align: center;
white-space: nowrap;
vertical-align: middle;
cursor: pointer;
border: 2px solid transparent;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
-o-user-select: none;
user-select: none;
font-family: 'Lato', sans-serif;
}
.btn:hover, .btn:focus {
	outline: none;
}



/*-- Footer --*/
.jades-footer{
	margin:40px 0 0;
	padding:30px 0;
	border-top:1px solid #363636;
	font-size:0.85em;
	color:#363636;
}

.jades-footer h5{
	font-family: 'Lato', sans-serif;
	font-weight:700;
}
.jades-footer address{
}
.jades-footer .ListCommonLink{
	list-style:none;
	-webkit-padding-start: 0;
}
.jades-footer .ListCommonLink li{
}
.jades-footer .ListCommonLink li a{
	color:#363636;
}
.jades-footer .ListCommonLink li a:hover{
	color: #ed1c24;
	text-decoration:none;
}

.jades-footer .ListSocialIcon{
	list-style:none;
	-webkit-padding-start: 0;
}
.jades-footer .ListSocialIcon li{
	float:left;
	margin-right:10px;
}
	.jades-footer .ListSocialIcon li a.youtube{
		color:#db2532;
	}
	.jades-footer .ListSocialIcon li a.facebook{
		color:#306f98;
	}
	.jades-footer .ListSocialIcon li a.google{
		color:#db2532;
	}
.jades-copyright{
	padding:0 0 40px;
}

.bx-controls-direction a {
    opacity: 0;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
	}

.bx-wrapper:hover .bx-controls-direction a {
    opacity: 1;
	}


/* =================================================================== */
/* FONT-FACE
====================================================================== */

@font-face {
  font-family: 'GothamRounded-Medium';
  src: url('fonts/GothamRounded-Medium.eot?#iefix') format('embedded-opentype'),  
       url('fonts/GothamRounded-Medium.otf')  format('opentype'),
	   url('fonts/GothamRounded-Medium.woff') format('woff'), 
       url('fonts/GothamRounded-Medium.ttf')  format('truetype'), 
       url('fonts/GothamRounded-Medium.svg#GothamRounded-Medium') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'GothamRounded-Book';
  src: url('fonts/GothamRounded-Book.eot?#iefix') format('embedded-opentype'),  
       url('fonts/GothamRounded-Book.otf')  format('opentype'),
	   url('fonts/GothamRounded-Book.woff') format('woff'), 
       url('fonts/GothamRounded-Book.ttf')  format('truetype'), 
       url('fonts/GothamRounded-Book.svg#GothamRounded-Book') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'GothamRounded-Bold';
  src: url('fonts/GothamRounded-Bold.eot?#iefix') format('embedded-opentype'),  
       url('fonts/GothamRounded-Bold.otf')  format('opentype'),
	   url('fonts/GothamRounded-Bold.woff') format('woff'), 
       url('fonts/GothamRounded-Bold.ttf')  format('truetype'), 
       url('fonts/GothamRounded-Bold.svg#GothamRounded-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}

/* =================================================================== */
/* GENERAL
====================================================================== */
body {
    font-family: 'GothamRounded-Book';
}

h1,h2,h3,h4,h5,h6 {
    margin: 0 0 20px; 
    font-family: 'GothamRounded-Bold';
    text-transform: uppercase;
}

section {background: url('images/light_noise_diagonal.png') repeat 0 0}
main {background: #fff;padding: 42px; margin: 50px 0 0}
main h2 {font-size: 18px; margin-bottom: 30px}
main p {font-size: 14px; color: #999; line-height: 1.6}

.contentGroup {margin-bottom: 40px}


header {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff3237+1,c20102+100 */
    background: #fff; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iI2ZmMzIzNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjMjAxMDIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #fff 1%, #fff 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#fff), color-stop(100%,#fff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #fff 1%,#fff 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #fff 1%,#fff 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #fff 1%,#fff 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #fff 1%,#fff 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#fff',GradientType=0 ); /* IE6-8 */
}
.shadow { margin-bottom: 40px; float: left; width: 100%}


.topHeader { background-color: #fff; padding: 5px 0}
.topHeader { background-color: #fff; padding: 5px 0}
.topEmail ul, .topSocial ul { margin: 0; padding: 0}
.topEmail ul li span { color: #999}
.topEmail ul li { color: #000; font-family: 'GothamRounded-Bold'; font-size: 14px}
.topSocial ul li {padding: 0 3px 0 0; line-height: 26px; font-size: 13px; font-family: 'GothamRounded-Bold'; color: #999; text-transform: uppercase}
.topSocial ul li a span:before { font-size: 26px}
.topSocial ul li a span.flaticon-facebook2:before { color: #175891}
.topSocial ul li a span.flaticon-twitter:before { color: #0099bb}

.innerbanner {max-width: 1300px; width: 100%; margin: auto; padding: 0; position: relative}
.innerbanner h1 {font-size: 28px; color: #fff; margin-bottom: 10px}
.bannerTitle { 
    position: absolute;
    top: 20%;
    left: 7%;
}

.breadcrumb {background-color: transparent; padding: 0; margin-top: 0}
.breadcrumb li.active, ol.breadcrumb li a {font-family: 'GothamRounded-Bold';font-size: 12px; color: #fff}
.breadcrumb > li + li:before {color: #fff}

.menuzord-brand {position: absolute; top: -32px; margin: 0!important; z-index: 98}
ul.menuProductList li a { font-size: 13px; color: #999; display: table; margin-bottom: 15px }
ul.menuProductList li a:hover {color: #ed1b24}
ul.menuProductList li a img {
    display: table-cell;
    width: 30px;
    margin-right: 50px;
}
ul.menuProductList li a div {
    display: table-cell;
    vertical-align: middle;
}

/* =================================================================== */
/* MEDIA QUERIES
====================================================================== */

/* Mobile (portrait) ----------- */
@media only screen and (max-width: 480px) {
    .menuzord-brand {top: 5px}
    .menuzord-brand img { width: 120px; height: 65px}
    .menuzord .showhide {height: 72px!important; padding: 25px 0 0!important;}
    .bannerTitle {position: relative;padding: 20px 50px;background-color: #0cabca; top: 0; left: 0}
    .footerBottom ul.ourBrands li {margin: 0 6px 10px;}
    ul.contactInfo li + li { background: none}
    ul.contactInfo li { display: block}
    .productInfo ul.productBenefits li { width: 100%}
    .sp-thumbnails { display: none}
    .slider-pro { background: url("../../images/shadow.png") no-repeat center 82%!important;}
}

/* Mobile (landscape) ----------- */
@media only screen and (min-width: 481px) and (max-width: 767px) {
    .menuzord-brand {top: 5px}
    .menuzord-brand img { width: 160px; height: 65px}
    .menuzord .showhide {height: 72px!important; padding: 25px 0 0!important;}
    .bannerTitle {position: relative;padding: 20px 50px;background-color: #0cabca; top: 0; left: 0}
    .footerBottom ul.ourBrands li {width: 62px}
}

/* Tablet 7 inch (landscape and portrait) ----------- */
@media only screen and (min-width: 600px) and (max-width: 767px) {
    
}
/* iPads (landscape and portrait) ----------- */
@media only screen and (min-width: 768px) and (max-width: 1024px) {       

}
/* iPads (landscape) ----------- */
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .horizontalTab ul li {
    font-size: 18px;
    padding: 0 20px;

}
}
/* iPads (portrait) ----------- */
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .innerbanner h1 {margin-top: 10px; font-size: 24px}
    .sp-thumbnail-title {font-size: 12px!important}
    .menuzord-brand {top: 5px}
    .menuzord-brand img { width: 150px; height: 65px}
    .menuzord .showhide {height: 72px!important; padding: 25px 0 0!important;}
    .horizontalTab ul li {
    font-size: 16px;
    padding: 0 10px;
}
}

@media only screen and (min-width: 768px) {
    /* Navmenu ----------- */
    .menuzord-menu > li > a {position: relative}
    .menuzord-menu > li:nth-child(2):hover > a:before, .menuzord-menu > li:nth-child(4):hover > a:before {
        position: absolute;
        content: "";
        border-bottom: 12px solid #fff;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        height: 0;
        width: 0;
        left: 45%;
        bottom: 0;
    }
@media only screen and (min-width: 768px) and (max-width: 1440px) {
    .sp-arrows { display: none}
    }
}

/* Products ----------- */
.horizontalTab {
    margin: 20px 0;
}
.horizontalTab ul {text-align: center; font-size: 0}
.horizontalTab ul li {font-size: 20px;padding: 0 30px;width:25%;}
.horizontalTab ul li.r-tabs-state-active a { color: #666}
.horizontalTab ul li a {font-family: 'GothamRounded-Bold';color: #000; padding: 0 0 50px; display: block; position: relative}
.horizontalTab ul li.r-tabs-state-active a:after { 
    position: absolute; 
    content: "\e003"; 
    color: #000; 
    font-family: Flaticon; 
    top: 30px; 
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;color: #666}
.r-tabs .r-tabs-panel.r-tabs-state-active { background-color: #fff; padding: 100px; position: relative}
.r-tabs .r-tabs-panel.r-tabs-state-active:after {
    background: url(images/shadow.png) center;
    position: absolute;
    bottom: -70px;
    max-width: 1120px;
    width: 100%;
    content: "";
    height: 70px;
    left: 0;
    right: 15;
}

.productCol { border: 1px solid #ddd; padding: 20px; text-align: center;margin-bottom: 20px}
.productCol img {margin-bottom: 10px}
.productCol h3 { font-size: 15px; color: #999; margin-bottom: 20px}
.productCol a.btn-default {
    padding: 6px 20px;
    border: none;
    color: #fff;
    background: #b5b5bd; /* Old browsers */
    background: -moz-linear-gradient(top,  #b5b5bd 0%, #526379 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b5b5bd), color-stop(100%,#526379)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #b5b5bd 0%,#526379 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #b5b5bd 0%,#526379 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #b5b5bd 0%,#526379 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #b5b5bd 0%,#526379 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b5b5bd', endColorstr='#526379',GradientType=0 ); /* IE6-9 */  
    box-sizing: border-box; 
}

.productList {
	position: relative;
}
.productList-item {
	position: absolute;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
    background-color: #f5f5f5;
}
.productInfo h2 {text-transform: none;font-size: 34px;}
.productInfo h3 { font-size: 14px; color: #666}
.productInfo ul.productAttr li { border-left: 5px solid #ddd; padding-left: 10px;font-size: 14px;font-family: 'GothamRounded-Bold';margin-bottom: 10px}
.productInfo ul.productAttr {margin-bottom: 30px}
.productInfo ul.productBenefits li {width: 49%; padding-left: 40px; margin-bottom: 15px; font-size: 16px; color: #999; position: relative}
.productInfo ul.productBenefits li:before { position: absolute; left: 10px; top: 0; content: "\e002";font-family: Flaticon; color: #00a752}

.accordion {
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
  margin: auto;
}
.accordion .accordion-item { margin-bottom: 10px; position: relative;}
.accordion .accordion-item .heading:after { position: absolute; content: "\e00b";font-family: Flaticon; color: #fff; right: 20px; top: 0}
.accordion .open .heading:after { position: absolute; content: "\e00a";font-family: Flaticon; color: #fff; right: 20px; top: 0}
.accordion .accordion-item .heading {
  height: 50px;
  line-height: 50px;
  border-radius: 5px;
  font-size: 14px;
  font-family: 'GothamRounded-Bold';
  text-transform: uppercase;
  cursor: pointer;
  color: #fff;
  padding-left: 15px;
  background: #b5b5bd; /* Old browsers */
    background: -moz-linear-gradient(top,  #b5b5bd 0%, #526379 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b5b5bd), color-stop(100%,#526379)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #b5b5bd 0%,#526379 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #b5b5bd 0%,#526379 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #b5b5bd 0%,#526379 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #b5b5bd 0%,#526379 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b5b5bd', endColorstr='#526379',GradientType=0 ); /* IE6-9 */  
    box-sizing: border-box;  
    
}
.accordion .accordion-item.open .heading,
.accordion .accordion-item:last-child .heading { border: 0; }
.accordion .accordion-item .content {
  display: none;
  padding: 15px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 14px;
  margin: 10px 0;
}
.accordion h4 { margin-bottom: 10px; font-size: 12px; color: #666}
ul.productInfo { margin-bottom: 20px}
ul.productInfo li {font-family: 'GothamRounded-Bold'; color: #999; font-size: 12px; margin: 10px 0}
.pdf a{ color: #ed1b24;font-family: 'GothamRounded-Bold';font-size: 12px;text-transform: uppercase;}
.pdf a span:before { font-size: 24px}










}
.breadcrumb {background-color: transparent; padding: 0; margin-top: 0}
.breadcrumb li.active, ol.breadcrumb li a {font-family: 'GothamRounded-Bold';font-size: 12px; color: #fff}
.breadcrumb > li + li:before {color: #fff}


ul.menuProductList li a { font-size: 13px; color: #999; display: table; margin-bottom: 15px }
ul.menuProductList li a:hover {color: #ed1b24}
ul.menuProductList li a img {
    display: table-cell;
    width: 30px;
    margin-right: 20px;
}
ul.menuProductList li a div {
    display: table-cell;
    vertical-align: middle;
}

/* =================================================================== */
/* CONTENT
====================================================================== */

/* Home ----------- */
.homeVideo { padding: 50px 0}
.homeVideo h2 {font-size: 24px}
.homeVideo a:focus {outline: none}
/* Products ----------- */
.horizontalTab {
    margin: 20px 0;
}
.horizontalTab ul {text-align: center; font-size: 0}
.horizontalTab ul li {font-size: 20px;padding: 0 30px;}
.horizontalTab ul li.r-tabs-state-active a { color: #666}
.horizontalTab ul li a {font-family: 'GothamRounded-Bold';color: #000; padding: 0 0 50px; display: block; position: relative}
.horizontalTab ul li.r-tabs-state-active a:after { 
    position: absolute; 
    content: "\e003"; 
    color: #000; 
    font-family: Flaticon; 
    top: 30px; 
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;color: #666}
.r-tabs .r-tabs-panel.r-tabs-state-active { background-color: #fff; padding: 42px; position: relative}
.r-tabs .r-tabs-panel.r-tabs-state-active:after {
    background: url(images/shadow.png) center;
    position: absolute;
    bottom: -70px;
    max-width: 1120px;
    width: 100%;
    content: "";
    height: 70px;
    left: 0;
    right: 0;
}
.productCol { border: 1px solid #ddd; padding: 20px; text-align: center}
.productCol img {margin-bottom: 10px}
.productCol h3 { font-size: 15px; color: #999; margin-bottom: 10px}
.productCol a.btn-default {
    padding: 6px 20px;
    border: none;
    color: #fff;
    background: #b5b5bd; /* Old browsers */
    background: -moz-linear-gradient(top,  #b5b5bd 0%, #526379 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b5b5bd), color-stop(100%,#526379)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #b5b5bd 0%,#526379 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #b5b5bd 0%,#526379 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #b5b5bd 0%,#526379 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #b5b5bd 0%,#526379 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b5b5bd', endColorstr='#526379',GradientType=0 ); /* IE6-9 */  
    box-sizing: border-box; 
}

.productList {
	position: relative;
}
.productList-item {
	position: absolute;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
    background-color: #f5f5f5;
}
.productInfo h2 {text-transform: none;font-size: 34px;}
.productInfo h3 { font-size: 14px; color: #666}
.productInfo ul.productAttr li { border-left: 5px solid #ddd; padding-left: 10px;font-size: 14px;font-family: 'GothamRounded-Bold';margin-bottom: 10px}
.productInfo ul.productAttr {margin-bottom: 30px}
.productInfo ul.productBenefits li {width: 49%; padding-left: 40px; margin-bottom: 15px; font-size: 16px; color: #999; position: relative}
.productInfo ul.productBenefits li:before { position: absolute; left: 10px; top: 0; content: "\e002";font-family: Flaticon; color: #00a752}

.accordion {
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
  margin: auto;
}
.accordion .accordion-item { margin-bottom: 10px; position: relative;}
.accordion .accordion-item .heading:after { position: absolute; content: "\e00b";font-family: Flaticon; color: #fff; right: 20px; top: 0}
.accordion .open .heading:after { position: absolute; content: "\e00a";font-family: Flaticon; color: #fff; right: 20px; top: 0}
.accordion .accordion-item .heading {
  height: 50px;
  line-height: 50px;
  border-radius: 5px;
  font-size: 14px;
  font-family: 'GothamRounded-Bold';
  text-transform: uppercase;
  cursor: pointer;
  color: #fff;
  padding-left: 15px;
  background: #b5b5bd; /* Old browsers */
    background: -moz-linear-gradient(top,  #b5b5bd 0%, #526379 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b5b5bd), color-stop(100%,#526379)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #b5b5bd 0%,#526379 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #b5b5bd 0%,#526379 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #b5b5bd 0%,#526379 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #b5b5bd 0%,#526379 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b5b5bd', endColorstr='#526379',GradientType=0 ); /* IE6-9 */  
    box-sizing: border-box;  
    
}
.accordion .accordion-item.open .heading,
.accordion .accordion-item:last-child .heading { border: 0; }
.accordion .accordion-item .content {
  display: none;
  padding: 15px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 14px;
  margin: 10px 0;
}
.accordion h4 { margin-bottom: 10px; font-size: 12px; color: #666}
ul.productInfo { margin-bottom: 20px}
ul.productInfo li {font-family: 'GothamRounded-Bold'; color: #999; font-size: 12px; margin: 10px 0}
.pdf a{ color: #ed1b24;font-family: 'GothamRounded-Bold';font-size: 12px;text-transform: uppercase;}
.pdf a span:before { font-size: 24px}

/* Services ----------- */

/* Media ----------- */
.videoList {
	position: relative;
}
.videoList-item {
	position: absolute;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.videoList h3 { font-size: 14px; text-transform: none}
.videoList img {margin-bottom: 10px}
.videoList a:focus {outline: none}

.newsItem {padding: 20px; margin-bottom:0; border-bottom:1px solid #f0f0f0;}
.newsItem:nth-child(2n+1) {background-color:#F9F9F9;}
.newsGroup {margin-bottom: 20px}
.newsGroup ul li {font-family: 'GothamRounded-Book'; font-size: 14px; color: #666; display: table; width: 100%}
.newsGroup ul li div { display: table-cell; }
.newsSub { width: 8%}
.newsDesc { width: 92%}
.newsMonth {padding-left: 10px}
.newsTable h2 { font-size: 14px; color: #333; margin-bottom: 10px; text-transform: none}
.newsTable > thead > tr > th, .newsTable > tbody > tr > th, .newsTable > tfoot > tr > th, .newsTable > thead > tr > td, .newsTable > tbody > tr > td, .newsTable > tbody > tr > td { padding: 20px;}
.newsTable > tbody > tr > td:first-child {width: 160px}

/* About ----------- */
blockquote p { font-size: 18px; color: #333; font-family: 'GothamRounded-Book';}

/* Contact ----------- */
ul.contactInfo li { text-align: center; }
ul.contactInfo li + li {background: url(../images/contact-div.jpg) no-repeat center left}
ul.contactInfo li span:before { font-size: 80px; }
ul.contactInfo li h3 { font-size: 16px; color: #999; font-family: 'GothamRounded-Book'; margin-bottom: 10px}
ul.contactInfo li address { color: #0dadcb}
ul.contactInfo li a {color: #333}

/* =================================================================== */
/* FOOTER
====================================================================== */
footer {
    padding: 40px 0;
    color: #fff;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#07a0c3+0,06809c+100 */
    background: #07a0c3; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzA3YTBjMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwNjgwOWMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #07a0c3 0%, #06809c 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#07a0c3), color-stop(100%,#06809c)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #07a0c3 0%,#06809c 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #07a0c3 0%,#06809c 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #07a0c3 0%,#06809c 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #07a0c3 0%,#06809c 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#07a0c3', endColorstr='#06809c',GradientType=0 ); /* IE6-8 */
}

footer h3 {font-size: 14px; margin-bottom: 10px;}
footer ul {margin-bottom: 0}
footer ul li a {font-size: 13px; color: #fff;}
footer address {font-size: 13px}
.footerBottom {padding: 20px 0 0}
.footerBottom ul.ourBrands li {width: 70px; margin: 0 6px}
.footerBottom .copyright {font-size: 11px;color: #999; padding-top: 10px}
.footerBottom h6 {padding-top: 10px}

/* =================================================================== */
/* MEDIA QUERIES
====================================================================== */



/* Tablet 7 inch (landscape and portrait) ----------- */
@media only screen and (min-width: 600px) and (max-width: 767px) {
    
}
/* iPads (landscape and portrait) ----------- */
@media only screen and (min-width: 768px) and (max-width: 1024px) {       

}
/* iPads (landscape) ----------- */
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .horizontalTab ul li {
    font-size: 18px;
    padding: 0 20px;
}
}


@media only screen and (min-width: 768px) {
    /* Navmenu ----------- */
    .menuzord-menu > li > a {position: relative}
    .menuzord-menu > li:nth-child(2):hover > a:before, .menuzord-menu > li:nth-child(4):hover > a:before {
        position: absolute;
        content: "";
        border-bottom: 12px solid #fff;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        height: 0;
        width: 0;
        left: 45%;
        bottom: 0;
    }
@media only screen and (min-width: 768px) and (max-width: 1440px) {
    .sp-arrows { display: none}
    }
}

.carousel-container {
  background: url("../images/shadow.png") no-repeat center 100%;
  margin: 0 auto;
  padding-bottom: 70px;
  width: 100%;
  max-width: 1300px;
}

.carousel .item {
    height: 320px;
}

.carousel .item canvas {
  background-size: cover;
  background-position: center;
  height: 320px;
  width: 100%;
}

.carousel .carousel-indicators {
  bottom: -55px;
}

.carousel .carousel-indicators li {
  border-color: #333333;
}

.carousel .carousel-indicators .active {
  background-color: #333333;
}

.carousel .carousel-navigators {
  height: 60px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.carousel .carousel-navigators li {
  background-color: #fff;
  border-top: 5px solid #fff;
  cursor: pointer;
  float: left;
  font-family: 'GothamRounded-Bold';
  height: 60px;
  line-height: 60px;
  text-align: center;
  width: 25%;
}

.carousel .carousel-navigators li.active {
  border-color: #ff0000;
}

.carousel-fade .carousel-inner .item {
  transition-property: opacity;
}

.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  transform: translate3d(0, 0, 0);
}

@media (min-width: 768px) {
  .carousel .item {
      height: 450px;
  }

  .carousel .item canvas {
    height: 450px;
  }
}

@media (min-width: 992px) {
  .carousel .item {
      height: 530px;
  }

  .carousel .item canvas {
    height: 530px;
  }
}