
/* images */
.tl-logo {position: absolute;top: 15em;}
.fs-image {max-width: 100%; width:100%;}

.float-right {left:50%;}

/* Video */
.vid {max-width:100%;width: 100%;}

/* Text */
p {padding:0;}

/* Tables */
.tables, .logos {text-align: center;background: none;}
.tables {padding: 20px 0 0 0;}
table {display:inline-table;vertical-align: top;max-width: 100%;width: 100%;margin:2em 0; }
table, th, td {border: 1px solid #fff;border-collapse: collapse;}
th, td {padding:5px 15px;background:#c5e0b4;}
table#t01 td:last-child:nth-child(even), table#t02 td:last-child:nth-child(even) {background-color: #d5e3cf ;}
table#t01 td:last-child:nth-child(odd), table#t02 td:last-child:nth-child(odd) {background-color: #ebf1e9;}


.parallax-a h1{
    text-transform: uppercase;
    color: white;
    font-size: 75px;
    padding-top: 40px;
    text-shadow: -4px 4px black;
} 

.pages-inner-models-title{
    text-align:right;
    color:white;
    font-size:40px;
    text-shadow: -2px 2px black;
}

@media screen and (max-width:1200px){
	.float-right {left: 40%;}
}

@media screen and (max-width:963px){
	.tl-logo {top: 20em;}
	.float-right {left: 24%;}
}

@media screen and (max-width:800px){
	.tl-logo {position: relative;top: 0}
	.float-right {left: 0;}
}

@media screen and (max-width:600px){
	.left-pic {max-width: 100%;display: block;}
	.vid {width: 100%;padding:5px 0 0 0;}
	.text-hold {width: 100%;}
	table {display: block;max-width: 100%;}
	table#t02 {margin: 0 auto;}
	.wordart {max-width: 45%;padding: 20px 0 0 0;}
	.stk-btn {display: block;}
	.parallax-a,.parallax-b{
	    background-attachment: scroll !important;
	    /*height: 300px !important;*/
	}
	.parallax-a h1{
	     font-size: 35px;
	}
	
	.contain .container .row{
	    margin:0;
	}
}

