@charset "utf-8";
/* CSS Document */


body {
    min-width: 100% !important;
	/*background-color:#f2f0e1;*/
	line-height:normal;
	color:#4f4f51;
	padding-top:20px;
	font-family: 'Open Sans';
  	font-style: normal;
  	font-weight: 300;
	font-size:12px;
	line-height:normal;
  }

.container {
    background-color:transparent;
}
  
a {
	color:#4f4f51;}
  
p {
	margin-bottom:10px;
	line-height:1.7em;}
  
.float-l {
	float:left;}
	
.float-r {
	float:right;}

.cl {
	clear:both;}
	
.border-b-blue{	
	border-bottom:1px dashed #00adef;}
	
	
h1 {
	font-weight: 300;
	font-size:42px;
	text-transform:uppercase;
	}
	

h2 {
	font-size:32px;
	font-style:italic;
	font-weight:800;
	text-transform:uppercase;
	margin-top: 10px;
	}
	
h3 {
	font-size:32px;
	font-weight: 400;
	padding-bottom: 10px;
	margin-top: 10px;
	}
	

h3 b{
	font-weight:700;
	}
	
.subHeading {
	font-style: italic;
	font-weight: 400;
	font-size:18px;
	margin-top:5px;
	margin-bottom:20px;
	}
	
.subHeadingTxt {
	font-size:24px;
	font-weight: 400;
	border-top:1px dashed #00adef;
	border-bottom:1px dashed #00adef;
	padding:10px 10px 15px 10px;
	}

	

.tsunami-logo {
	padding-right:10px;}

.ts-timer {
	padding:0px;
	text-align:right;}
	
.ts-timer span{
	font-size:18px;
	font-weight:700;
	}

.ts-timer b{
	font-weight:700;
	}

.ts-nav {
	font-size:18px;
	text-transform:uppercase;
	margin-top:15px;
	font-weight: 500;
	}

.ts-nav a{	
	padding:10px 38px;
	background-color:#bbdefb;
	display:inline-block;
	/*border-radius:5px;*/
	margin:-1px;
	}


.ts-nav > a.current{
    background-color:#1e88e5;
    color: #fff;
}

/*#ts-nav{*/
    /*list-style: none;*/

/*}*/

/*.active {*/
    /*background-color:#eee;*/
/*}*/


.ts-offer {
	margin:30px 0 10px 0;
	font-size:20px;
	border-bottom:1px solid #CCC;
	padding-bottom:10px;
	}
	
.ts-offer a{
	font-size:12px;
	color:#fff;
	background-color:#616161;
	padding: 2px 10px;
	margin-left: 15px;
	}
	
.ts-offer a:hover{
	text-decoration:none;
	color:#FF0;
	}


	
.banner {
	margin:0 0 10px 0;
	padding: 0 6px;
    height: 280px;
}


.banner img{
    -webkit-box-shadow: 2px 2px 5px 2px #f1f1f1; box-shadow: 2px 2px 5px 2px #f1f1f1; -webkit-transition: all 0.7s ease; transition: all 0.7s ease;
}

.banner img:hover{
    -webkit-box-shadow: 4px 4px 10px 4px #cccccc; box-shadow: 2px 2px 5px 2px #cccccc;
}

@media (max-width: 767px) {

.banner {
        height: 170px;
    }
	
.ts-nav {
	font-size:11px;
	margin-top:5px;
	}
	
.ts-nav a{	
	padding:5px 10px;
	border-radius:3px;
	margin:3px 2px;
	}
	
h1{
	font-weight: 300;
	font-size:15px;
	text-transform:uppercase;
	padding:0;
	margin:8px 0 0px 0;
	}
	

h2{
	font-size:13px;
	font-style:italic;
	font-weight:800;
	text-transform:uppercase;
	margin-top: 5px;
	}
	
h3{
	font-size:12px;
	font-weight: 400;
	padding: 0px;
    margin: -4px 0 4px 0;
	}
	
.ts-timer {
	margin-left:25px;}
	
}


@media (min-width: 768px) and (max-width: 970px) {

    .banner {
        height: 220px;
    }
	
.ts-nav {
	font-size:15px;
	}

.ts-nav a{	
	padding:10px 25px;
    margin: -1px;
	}
	
h1{
	font-weight: 300;
	font-size:35px;
	text-transform:uppercase;
	padding:0;
	margin:15px 0 10px 0;
	}
	

h2{
	font-size:30px;
	font-style:italic;
	font-weight:800;
	text-transform:uppercase;
	margin-top: 5px;
	}
	
h3{
	font-size:30px;
	font-weight: 400;
	padding: 0px;
	}	
}	











