/*Styles for the swim-spas.php page*/

@media only screen and (min-width: 300px) {

    #homeLead{
        margin-top: 0px;
    }
}

@media only screen and (min-width: 768px) {
	#homeLead{
		margin-bottom: 20px;
		margin-left: auto;
		margin-right: auto;
		max-width: 800px;
	}
}
@media only screen and (min-width: 992px) {
    #homeLead{
        margin-top: -70px;
    }
}


#homeLead span{
    color: #414141;
}


.covervid-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}




 /*Figure styles for redirects*/
 #theRedirects{
 	margin-top: 0px;
 	margin-bottom: 25px;
    max-width: 1100px;
 }
 #theRedirects figure{
 	max-width: 500px;
 	display: block;
 	margin:auto;
 	margin-bottom: 30px;
 	margin-top: 30px;
 }
 #theRedirects figcaption{
 	font-size: 18px;
 	padding-left: 50px;
 	padding-top: 25px;
    color: #414141;
    font-weight: 300;
 }
 /*End figure styles*/


/** @flink Featurelink Styles **/


#featureWrap{
}

#featureBlock{
    display: block;
    margin: 35px auto;
    max-width: 900px;
    font-family: 'Agenda', sans-serif !important;
}

@media only screen and (min-width: 300px) {
    #featureBlock{
        max-width: 450px;
    }
}

@media only screen and (min-width: 992px) {
    #featureBlock{
        max-width: 900px;
    }
}

.featurelink {
    display: inline-block;
    max-width: 216px;
    min-width: 184px;
    width: 100%;
    margin: 10px 5px;
}

@media only screen and (min-width: 300px) {
    .featurelink{
        margin: 10px auto;
        display: block;
    }
}
@media only screen and (min-width: 525px) {
    .featurelink{
        margin: 10px 3px;
        display: inline-block
    }
}

.featurelink a {
    text-decoration: none;
}

.featurelink a:hover {
    text-decoration: none;
}

.featurelink img,
.featurelink span {
    display: block;
    margin: auto;
    width: 100%;
}

.featurelink span {
    width: 100%;
    text-align: center;
    background-color: #00aad4;
    color: #fff;
    text-transform: uppercase;
    padding: 7px;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
}

.features-thumb-box{
    margin: 20px 0
}
.features-thumb-box p{
}
.features-thumb-box > a{display: block;width: 197px; height: 140px; float: left;}
.features-thumb-box span{
    float: left;
    min-width: 50px;
    max-width: 400px;
}
.features-thumb-box span a{ font-size: 16px !important; font-weight: bold;}
/** End Featurelink Styles **/


#swimCompareChart{
    background-color: #fdf6e4;  
    padding-bottom: 50px;        
}

#swimCompareChart .table-striped > tbody > tr:nth-of-type(2n+1){
    background-color: #f2f2f2;
}

@media only screen and (min-width: 300px) {
    #swimCompareChart{display: none;}
    #swimCompareImage{display: block;}
}
@media only screen and (min-width: 414px) {
    #swimCompareChart{display: block;}
    #swimCompareImage{display: none;}

}

#swimCompareChart thead th{
    padding-top: 45px;
    padding-bottom: 30px;
}



#swimCompareChart .table > thead > tr > th{
    border-bottom: none;
}
#swimCompareChart table{
    max-width: 900px;
    margin:auto;
    font-size: 22px;
    border-bottom: 1px solid #9b9da0;
}

#swimCompareChart tr > td.compareCategory{
    text-transform: uppercase;
    font-weight: 500;
    font-size: 22px;
    padding-left: 25px;
    letter-spacing: 1px;
}

#swimCompareChart tr > td{
    line-height: 50px;
    border-top: 1px solid #9b9da0;
    font-weight: 300;
}

#swimCompareChart thead th span{
    display: block;
    font-weight: 300;
    font-size: 16px;
}
#swimCompareChart thead th img{
    display: block;
    margin-top: 7px;
}

#swimCompareChart thead th div{
    max-width: 200px;
    margin:auto;
}


@media only screen and (min-width: 300px) {

#swimCompareChart thead th img{
    float: none;
    margin:auto;}
#swimCompareChart thead th span{
    margin-left:auto;
    text-align: center;
    float: none;}
}


@media only screen and (min-width: 700px) {
#swimCompareChart thead th img{
    float: left;}
#swimCompareChart thead th span{
    margin-left: 10px;
    text-align: left;
    float: left;}
}


/*Video section*/
#videoSnippet img, #videoSnippet video{
    max-width: 900px;
    margin: auto;
    width: 100%;
}

#videoSnippet .para{
    display: block;
    margin: auto;
    margin-top: -100px;
}


#swimSpaVideo > div{
    margin-top: 75px; 
    margin-bottom: 75px; 
    overflow: hidden;
}
#swimSpaVideo video{
    width: 100%;
}

/*End video section*/


/*how to buy circle image section*/

.howToBuy{
    color: #5a5a5a;
    text-align: center;
    padding-top: 25px;
    padding-bottom: 55px;
}

.howToBuy figure{
    max-width: 200px;
    margin: 25px auto;
}



.howToBuy figcaption{
    font-size: 22px;
    line-height: 24px;
    margin-top: 15px;
    font-weight: 500;
}

.howToBuy span{
    display: block; 
    margin: 0 auto 30px; 
    font-size: 18px; 
    max-width: 275px;
    font-weight: 300;
}

.howToBuy h3, h3.compareBrands{
    color: #5a5a5a;
    font-size: 36px;
    font-weight: 500;
    text-align: center;
}

.howToBuy .para{
	margin-bottom: 25px;
}

@media only screen and (min-width: 300px) {
    .howToBuy .para{
        margin-right: auto;
    }
}
@media only screen and (min-width: 450px) {
    .howToBuy .para{
        margin-right: 9px;
    }
}

/* END how to buy 