body {
    font-family: 'Oswald', 'Helvetica-Neue', sans-serif;
}

.logo-container {
    background: #000;
    border-bottom: 2px solid #bd112c;
}

.logo-container .container {
    padding: 20px;
}

.customizer-product-title {
    border: 1px solid #000;
    padding: 20px 20px;
}

.customizer-product-title h2 span.price {
   color: #bd112c;
    font-weight: 400;
}

.customizer-product-title small {
    color: #666;
}

.customizer-container {
    border: 1px solid #000;
    position: relative;
    padding: 0;
}

.button-row {
    margin-bottom: 20px !important;
}

.ui-container {
    border: 1px solid #000;
    border-top: none;
    position: relative;
    background-color: #efefef;
}

.color-zone-title h4 span {
    color: #999;
    text-transform: uppercase;
}

.swatches h6 {
    margin-left: 2px;
}

.specs {
    padding: 20px 20px;
    background: #efefef;
}

.specs h6 span {
    color: #bd112c;
}

.left-col {
    float: left;
    display: inline;
    width: 35%;
}
.right-col {
    float: right;
    display: inline;
    width: 35%;
    margin: 0 auto;
}
#shell, #vents {
    display: block;
    cursor: pointer;
}

.swatches button {
    border: 1px solid #ccc;
    width: 50px;
    height: 50px;
    margin: 1px;
    overflow: hidden;
    outline: none;
    background-image: url(../images/responsive-btn-bg.png);
    background-position: center center;
    background-size: cover;
    border-radius: 4px;
    display: inline-block;
}

.specs button {
    border: 1px solid #000;
    background: #fff;
    width: 50px;
    height: 50px;
    overflow: hidden;
    text-align: center;
    line-height: 50px;
    vertical-align: middle;
    outline: none;
    float: left;
    display: inline-block;
    margin: 2px;
}

.specs button.disabled {
    background: #efefef;
    color: #ccc;
    cursor: not-allowed;
}

.specs button.selected {
    background: #000;
    color: #fff;
}



.disabled {
    display: none;
}
/* Styling Pagination*/

.color-zone-title {
    padding: 50px 2% 0;
    height: 50px;
    line-height: 50px;
    vertical-align: middle;
    background-color: #efefef;
}

.color-zone-title h4 {
    padding: 0;
    margin: 0;
    height: 50px;
    vertical-align: middle;
    line-height: 50px;
    font-size: 14px;
}

.color-zone-title input[type=text] {
    height: 50px;
    border: none;
    line-height: 50px;
    vertical-align: middle;
    background: transparent;
    font-weight: 300;
    color: #666;
    font-size: 14px;
}


/* No Gutters */

.no-gutter [class*="-1"],
.no-gutter [class*="-2"],
.no-gutter [class*="-3"],
.no-gutter [class*="-4"],
.no-gutter [class*="-5"],
.no-gutter [class*="-6"],
.no-gutter [class*="-7"],
.no-gutter [class*="-8"],
.no-gutter [class*="-9"],
.no-gutter [class*="-10"],
.no-gutter [class*="-11"],
.no-gutter [class*="-12"] {
	padding-left:0;
    padding-right:0;
}

/* Tooltip */
.shell_color_btn + .tooltip > .tooltip-inner,
.vent_color_btn + .tooltip > .tooltip-inner,
.helmet_size_btn + .tooltip > .tooltip-inner,
.cage_size_btn + .tooltip > .tooltip-inner,
.container + .tooltip > .tooltip-inner {
    background-color: #000;
    color: #FFFFFF;
    border: 1px solid #000;
    padding: 15px;
    font-size: 12px;
    border-radius: 0;
    font-family: 'Oswald', 'Helvetica-Neue', sans-serif;
    font-style: italic;
}
/* Tooltip on top */
.shell_color_btn + .tooltip.top > .tooltip-arrow,
.vent_color_btn + .tooltip.top > .tooltip-arrow,
.cage_size_btn + .tooltip.top > .tooltip-arrow,
.helmet_size_btn + .tooltip.top > .tooltip-arrow,
.container + .tooltip.top > .tooltip-arrow {
    border-top: 5px solid #000;
}

/* Helper Overlay */

#help_mask {
    position:absolute;
    top:0;
    left:0;
    background:rgba(0,0,0,0.8);
    z-index:500;
    width:100%;
    height:100%;
    opacity: 0;
    -webkit-transition: all .5s ease-in;
    -moz-transition: all .5s ease-in;
    -o-transition: all .5s ease-in;
    color: #fff;
}

#help_mask.fade-out {
    opacity:0;  
}

#help_mask.fade-in {
    opacity:1;          
}

#help_mask button {
    position: absolute;
    top:20px;
    right: 20px;
    cursor: pointer;
    color: #fff;
    border: none;
    background: transparent;
    font-size: 2em;
}


.help-choose-colors {
    width: 20%;
    color: #ddd;
    text-align: left;
    position: absolute;
    bottom: 2%;
    left: 2%;
}

.help-share {
    width: 20%;
    color: #ddd;
    text-align: left;
    position: absolute;
    bottom: 12%;
    left: 48%;
}

.help-cycle {
    width: 20%;
    color: #ddd;
    text-align: right;
    position: absolute;
    bottom: 2%;
    right: 2%;
}

.help-choose-colors i, .help-choose-colors h3,.help-share i, .help-share h3,.help-cycle i, .help-cycle h3 {
    color: #fff;
}

.share-help {
    position: relative;
    z-index: 505;
}

.btn-group.share-help .btn {
    float: none;
    margin-left: -5px;
}

.text-center {
    text-align: center;
}



.matte, .flat, .weave, .defender {
    width: 21%;
    margin: 0 1.5%;
    display: inline-block;
}

.customizer-container {
	background-size: cover;
	background-position: center;
}

/* New 2/17 */

.customizer-nav-inner {
	width: 100%;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
    box-sizing: border-box;
}

.customizer-nav-inner a {
	display: block;
	float: left;
	width: 12.5%;
	text-align: center;
	padding: 15px 0;
    color: #000;
    box-sizing: border-box;
}

.customizer-nav-inner a:hover {
	background: #dedede;
	color: #000;
    text-decoration: none;
}

.customizer-nav-inner a.selected {
	background: #ea282c;
}

.carousel-nav-controllers {
	margin-bottom: 15px;
}

.swatches button {
    width: 14.25%;
    min-width: 90px !important;
    padding: 10px 0;
    height: 120px;
    margin-right: 2px;
    padding: 0;
    margin: 0;
    overflow: hidden;
    outline: none;
    border: none;
    border-radius: 0;
    display: inline-block;
    background: #efefef;
    clear: both;
}

.swatches button.selected {
    background: #dfdfdf;
}

.swatches {
	width: 100%;
	padding: 0;
	margin: 0;
}

.swatches button div {
    width: 100%;
    padding: 10px;
    text-align: center;
}

.swatches button div span {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: block;
    margin: 0 auto;
}

.swatch-tray-container {
    height: 100%;
    min-height: 120px;
    position: relative;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	background: #efefef;
	width: 100%;
    overflow: hidden;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    box-sizing: border-box;
}

.swatch-tray {
    height: 100%;
    width: 100%;
    background: #efefef;
    position: absolute;
    bottom: -100%;
    left: 0;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
}

.all-swatches {
	width: 100%;
	height: 100%;
}

.carousel-nav-controllers a {
	cursor: pointer;
	display: inline-block;
	width: 50px;
	height: 50px;
}

body #owl-lax-carousel .owl-pagination {margin-bottom: 20px;}
body #owl-lax-carousel .owl-pagination .owl-page {display: inline-block; margin: 0 10px; height: 50px; width: 50px; cursor: pointer; background: url(../images/side-front-top.png) no-repeat -4px -3px; background-size: 180px 60px; vertical-align: top;}
body #owl-lax-carousel .owl-pagination .owl-page:nth-child(2n) {background-position: -64px -2px; height: 52px;}
body #owl-lax-carousel .owl-pagination .owl-page:last-child {background-position:-125px -4px}
body #owl-lax-carousel .owl-controls .owl-buttons {display: none}

@media (max-width: 767px) {

	.customizer-nav-inner a img {
	width: 40px; height: auto;
	font-size: 10px;
	}

}

/* New 8/18 */

.package-nav {
	background: #fff;
	margin-bottom: 20px;
	margin-left: 0;
	text-align: left;
	border-bottom: 1pc solid #000;
}

.package-nav ul {
	margin: 0;
	padding: 0;
    display: table;
    width: 100%;
}

.package-nav ul li {
    display: table-cell;
	border-right: 1px solid #000;
	text-align: center;
    vertical-align: middle;
}

.package-nav ul li:nth-last-of-type(1) {
	border-right: none;
}
.modal-body.text-center h3 {
    line-height:24px;
    font-weight: 700;
    margin-top: 0;
}
.package-nav ul li a {
	display: block;
	width: 100%;
	padding: 15px;
	font-weight: bolder;
    box-sizing: border-box;
    color: #000;
}

.package-nav ul li a:hover {
	cursor: pointer;
	background: #efefef;
	text-decoration: none;
    color: #db1f26;
}
.customizer-canvas-container .item {color: #fff;}

.package-nav ul li a small {
	font-weight: normal;
	font-size: 12px !important;
}

.package-title {
	color: #fff;
    font-family: 'Oswald', 'Helvetica-Neue', sans-serif;
    font-weight: normal !important;
    font-size: 24px;
    padding-bottom: 25px;
}

.customizer-nav-inner.stx a {
	display: block;
	float: left;
	width: 25%;
	text-align: center;
	padding: 15px 0;
    color: #000;
}
.customizer-nav-inner.stx a:hover {
    text-decoration: none;
}

.finish-title {
	font-size: 20px;
	padding-bottom: 15px;
	text-align: center;
}


/*lax Popup*/
.modal-open .dropdown-menu {
    z-index: 2050
}
.modal-open .popover {
    z-index: 2060
}
.modal-open .tooltip {
    z-index: 2070
}
.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
    display: none;
}
.modal-backdrop.fade {
    opacity: 0
}
.modal-backdrop.fade.in {
    opacity: .8;
    display: block;
}
.modal {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 1050;
    overflow: auto;
    max-width: 560px;
    width: 90%;
    margin: -250px 0 0 -280px;
    display: none;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .3);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, .3);
    box-shadow: 0 3px 7px rgba(0, 0, 0, .3);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
    display: none;
}
.modal.fade {
    -webkit-transition: opacity .3s linear, top .3s ease-out;
    -moz-transition: opacity .3s linear, top .3s ease-out;
    -ms-transition: opacity .3s linear, top .3s ease-out;
    -o-transition: opacity .3s linear, top .3s ease-out;
    transition: opacity .3s linear, top .3s ease-out;
    top: -25%;
}
.modal.fade.in {
    top:50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    margin: 0;
}
.modal-header {
    padding: 9px 15px;
    border-bottom: 1px solid #eee
}
.modal-header .close {
    margin-top: 2px
}
.modal-body {
    overflow-y: auto;
    max-height: 400px;
    padding: 15px
}
.modal-form {
    margin-bottom: 0
}
.modal-footer {
    padding: 14px 15px 15px;
    margin-bottom: 0;
    text-align: right;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    -webkit-border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px;
    -webkit-box-shadow: inset 0 1px 0 #fff;
    -moz-box-shadow: inset 0 1px 0 #fff;
    box-shadow: inset 0 1px 0 #fff
}
.modal-footer:after,
.modal-footer:before {
    display: table;
    content: ""
}
.modal-footer:after {
    clear: both
}
.modal-footer .btn+.btn {
    margin-left: 5px;
    margin-bottom: 0
}
.modal-footer .btn-group .btn+.btn {
    margin-left: -1px
}

button.action-secondary {
    margin-left: 10px;
}

.swatch-tray-container .swatches button {box-shadow: none}
.swatch-tray-container .swatches button div {box-sizing: border-box}

@media (max-width: 800px) {
    .package-nav ul li a {
        font-size: 13px;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .help-share {
        bottom: 14%;
        left: 47%;
    }
}

@media (max-width: 767px) {
    .right-col, .left-col {float: left; width: 100%; display: block;}
    .ui-container {
        padding: 0;
    }
    .button-row {
        margin-bottom: 5px !important;
    }
    
    #help_mask p,
    #help_mask h3 {
        font-size: 0.7em;
        line-height: 1.4em;
    }
    #help_mask button {
        font-size: 1.5em;
        right: 10px;
        top: 10px;
    }
    .help-share {
        bottom: 30%;
        left: 40%;
        width: 30%;
    }
    .help-choose-colors,
    .help-cycle {
        width: 30%;
    }
    .swatch-tray-container {
      height: 120px !important;
    }
    /*.package-nav ul {
        position: relative;
        display: block;
    }
    .package-nav ul:before {
        content: '';
        width: 1px;
        height: 100%;
        position: absolute;
        top:0;
        left:50%;
        display: block;
        background: #000;
    }
    .package-nav ul:after {
        content: '';
        display: block;
        clear: both;
        overflow: hidden;
    }
    .package-nav ul li {
        display: block;
        float: left;
        border-right: 0;
        border-bottom: 1px solid #000;
        width: 50%;
        cursor: pointer;
        margin: 0;
    }
    .package-nav ul li a {
        display: block;
    }*/
}