/* Global CSS */
html {
overflow-x: hidden;   
}

body {
font-family: 'Source Sans Pro', sans-serif;
font-size: calc(1.0em + 1vw);
color: #000;
}

p {
font-size: 0.6em;
line-height: 1.50em;
}

a {
color: #0095eb;
}

a:hover {
color: #02ccfc;    
text-decoration: none;
}

.h1, h1 {
font-family: 'Montserrat', sans-serif;
color: #0095eb;
font-size: 1.25em;
font-weight: 900;
text-transform: uppercase;
line-height: 1.0em;
}

.h2, h2 {
font-family: 'Montserrat', sans-serif;
font-size: 1.00em;
font-weight: 900;
text-transform: uppercase;
line-height: 1.0em;
}

.h3, h3 {
font-family: 'Montserrat', sans-serif;    
color: #000;
font-size: 0.8em;
font-weight: 900;
text-transform: uppercase;
line-height: 1.1em;
}

.h4, h4 {
font-family: 'Montserrat', sans-serif;    
color: #0095eb;
font-weight: bold;
font-size: 0.8em;
line-height:1.0em;    
}

.h5, h5 {
font-size: 0.60em;
font-weight: 600;
text-transform: uppercase;
line-height: 1.1em;
}

ul, ol {
font-size: 0.6em;
}

ul.navbar-nav {
font-size: 0.9em;
}

.priceBox {
background: #fafafa;
width: 80%;
margin: 50px 10%;
padding: 0;
border: 1px #0095eb solid;
}

.btn-bg-custom {
background: #0095eb;
color: #000;
padding: 0.5em 1.0em;
text-transform: uppercase;
font-weight: 700;
}

/* Custom Font Awesome Classes */
.fas, .fab {
font-size: 0.9em;
font-weight: 600;
color: #0095eb;
padding: 25px 10px;
}

.fas:hover, .fab:hover {
color: #fff;
background: #0095eb;
}

.fas span, .fab span {
font-weight: 500;    
color: #fff;    
font-family: 'Source Sans Pro', sans-serif;
font-size: 0.5em;
line-height: 1.0em;
vertical-align: middle;
}

/* Custom Button Classes */
.btn {
border-radius: 0;
}

.infoButtonDark {
color: #0095eb;
font-weight: bold;
text-transform: uppercase;
border: 1px #0095eb solid;
padding: 10px 30px;
border-radius: 0;
}

.infoButtonDark:hover {
color: #222; 
border: 1px #222 solid;
}

/* Custom Modal Classes */
.modal {
margin-left: 2%;
}

.modal-backdrop {
background-color: #0095eb;
}


.modal.show .modal-dialog {
width: 800px;
max-width: 96%;
}

.modal-header .close {
padding: 0;
margin: 0;
}

.modal-subscribe {
background: #e2e0e1;
width: 480px;
margin: 0 auto;
padding: 0;
}

/* Footer Copy */
.copy {
text-transform: uppercase;
font-size: 0.5em;
}

.small-copy {
font-size: 0.4em;
text-transform: uppercase;
}

/* Icons */
.card .img-top {
display: none;
position: absolute;
z-index: 99;
}

.card:hover .img-top {
display: inline;
}

/* Custom Iframe Classes */
.iframe-container {
overflow: hidden;
padding-top: 56.25%;
position: relative;
}
 
.iframe-container iframe {
border: 0;
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
}

/* Custom Carousel Slider Classes */
.owl-carousel {
display: block;
}

.owl-carousel.off {
display: block;
}

/* Custom Image Classes */
.image-box {
position: relative;
overflow: hidden;
max-width: 100%;
transition: all 0.5s ease-in-out;
width: 100%;
cursor: pointer;
}

.image-box img {
width: 100%;
height: auto;
max-width: 100%;
display: block;
vertical-align: middle;
transition: all 0.5s ease-in-out;
}

.image-box:hover img, .image-box:focus img {
transform: scale(1.5);
}

.image-box .overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1;
}

.image-box:hover .overlay, .image-box:focus .overlay {
background: #02ccfc;
opacity: 0.9;
}

/* Custom Owl Classes */
.owl-theme .owl-controls .owl-page {
display: inline-block;
}
.owl-theme .owl-controls .owl-page span {
background: none repeat scroll 0 0 #869791;
border-radius: 20px;
display: block;
height: 12px;
margin: 5px 7px;
opacity: 0.5;
width: 12px;
}

.post-slider.owl-carousel .owl-item img {
display: block;
width: 60%;
text-align: center;
margin: 0 auto;
}

.owl-prev {
left: 0;
top: 40%;
position: absolute;
font-size: 2.0em !important;
color: #02ccfc !important;
padding: 5px !important;
}

.owl-next {
right: 0;
top: 40%;
position: absolute;
font-size: 2.0em !important;
color: #02ccfc !important;
padding: 5px !important;
}

.parallax-headphones {
/* The image used */
background-image: url("../img/headphones-background.jpg");

/* Set a specific height */
height: 100%; 

/* Create the parallax scrolling effect */
background-attachment: fixed;
background-position: top center;
background-repeat: no-repeat;
background-size: cover;
}

.parallax-more {
/* The image used */
background-image: url("../img/more-about.jpg");

/* Set a specific height */
height: 100%; 

/* Create the parallax scrolling effect */
background-attachment: fixed;
background-position: top center;
background-repeat: no-repeat;
background-size: cover;
}

/* Media Breakpoint Fixes and Adjustments  */

/* Remove Parralax on Mobile Devices  */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) { 
.parallax-headphones, .parallax-more {
background-attachment: scroll !important;
background-size: cover;
height: 100%;
overflow: hidden;
}
}

@media screen and (min-width: 577px){
.mobile-slider .item {
display: inline-block;
width: 28%;
margin: 0 2%;
}

.mobile-slider.owl-carousel .owl-item img {
text-align: center;
width: 75%;
margin: 0 auto;
}
}

.course-outline {
font-family: 'Source Sans Pro', sans-serif;
text-align: left;
white-space: normal !important;
min-height: 60px;
}

@media screen and (max-width: 576px){
.mobile-slider .item {
display: inline-block;
width: 90%;
}

.course-outline {
font-family: 'Source Sans Pro', sans-serif;    
text-align: center;
margin-left: 0;
white-space: normal !important;
}

.btn-right {
float: none;
}

.img-left {
float: none;
}
}

/* Custom Compare Prices Table */
.comparison {
margin: 0 auto;
text-align: center;
}

.comparison {
font-size: 0.5em;
}

.comparison table {
width: 100%;
border-spacing: 0;
table-layout: fixed;
}

.comparison td, .comparison th {
empty-cells: show;
padding: 10px;
vertical-align: top;
border: 1px #ccc solid;
}

.compare-heading {
font-size: 1.00em;
font-weight: 900 !important;
color: #0095eb;
line-height: 1.0em;
text-transform: uppercase;
margin-bottom: 20px;
padding: 10px !important;
}

.compare-heading span {
font-size: 0.4em;
font-weight: 600 !important;
color: #000;
line-height: 1.0em;
text-transform: none;
margin-bottom: 20px;
padding: 10px;
display: block;
}

.comparison tbody tr:nth-child(odd) {
display: none;
}

.comparison .compare-header {
background: #0095eb;
color: #fff;
font-size: 1.0em;
font-weight: 700;
}

.comparison .compare-row {
background: #F5F5F5;
}

.comparison .tickblue {
color: #02ccfc;
}

.comparison .tickgreen {
color: #02ccfc;
}

.comparison .tl {
background: #fff !important;
border: none !important;
}

.comparison th {
font-weight: normal;
padding: 10px 5px 0;
background: #f5f5f5;
border: 1px #ccc solid;
}

.comparison tr td:first-child {
text-align: left;
}

.comparison .price-info {
padding: 10px;
vertical-align: bottom;
}

.comparison .price-was {
color: #999;
text-decoration: line-through;
font-size: 0.75em;
}

.comparison .price-now, .comparison .price-now span {
color: #0095eb;
font-size: 0.8em;
font-weight: 600;
}

.comparison .price-now span {
font-size: 1.25em;
}

.comparison .price-buy {
background: #0095eb;
padding: 10px 20px;
font-size: 0.75em;
display: inline-block;
color: #FFF;
text-decoration: none;
border-radius: 3px;
text-transform: uppercase;
margin: 5px 0 10px 0;
}