
/*----------------------------------------------FRAMEWORK-----------------------------------*/
.one_half, 
.one_third, .two_third, 
.one_quarter, .two_quarter, .three_quarter, 
.one_fifth, .two_fifth, .three_fifth, .four_fifth{
	display:inline;
	float:left;
	margin:0 0 0 3.19148%;
	list-style:none;
}
.one_half:first-child, 
.one_third:first-child, .two_third:first-child, 
.one_quarter:first-child, .two_quarter:first-child, .three_quarter:first-child, 
.one_fifth:first-child, .two_fifth:first-child, .three_fifth:first-child, .four_fifth:first-child{
	margin-left:0;
}
.first{
	margin-left:0;
	clear:left;
}
.full_width{
	display:block;
	width:100%;
	clear:both;
}

/*--Half Grid--*/

.one_half{width:48.40425%;}

/*--Third Grid--*/

.one_third{width:31.20567%;}
.two_third{width:65%;}

/*--Quarter Grid--*/

.one_quarter{width:22.60638%;}
.two_quarter{width:48.40425%;}
.three_quarter{width:74.20212%;}

/*--Fifth Grid--*/

.one_fifth{width:17.4468%;}
.two_fifth{width:38.0851%;}
.three_fifth{width:58.7234%;}
.four_fifth{width:79.3617%;}


#header, #topnav, #container, #footer{
	padding: 10px 20px;
}

/*---------------------------------------------NAVIGATION--------------------------------------*/

nav ul{
	margin:0;
	padding:0;
	list-style:none;
}

/*--Top Navigation--*/

#topnav{
	color:#C0BAB6;
	clear:both;
	background: #1a4675; /* Old browsers */
	background: -moz-linear-gradient(top,  #1a4675 0%, #133453 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1a4675), color-stop(100%,#133453)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #1a4675 0%,#133453 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #1a4675 0%,#133453 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #1a4675 0%,#133453 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #1a4675 0%,#133453 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a4675', endColorstr='#133453',GradientType=0 ); /* IE6-9 */
	-moz-box-shadow: inset 0 0 4px #607848;
    -webkit-box-shadow: inset 0 0 4px #607848;
    box-shadow: inset 0 0 4px #133453;
	border: 1px solid #133453;
}
#topnav ul{
	margin:0;
	padding:0;
	list-style:none;
	text-transform:uppercase;
	font-size:16px;
	letter-spacing: 1px;
}
#topnav ul ul{
	z-index:9999;
	position:absolute;
	width:160px;
	text-transform:none;
}
#topnav ul ul ul, #topnav ul ul ul ul{
	left:160px;
	top:0;
}
#topnav ul li:last-child ul, #topnav ul li.last-child ul{
	right:0;
}
#topnav ul.negative{
	left:-160px;
}
#topnav li{
	position:relative;
	display:block;
	float:left;
	margin:0 0 0 40px;
	padding:0;
	font-family: 'Roboto Slab', serif;
	font-weight: bold;
	transition: ease-in-out 0.4s;
}
#topnav li:first-child, #topnav li.first{
	margin-left:30px;
}
#topnav li li{
	width:100%;
	margin:0;
}
#topnav li a{
	display:block;
	padding:0;
	transition: ease-in-out 0.4s;
}
#topnav li li a{
	display:block;
	margin:0;
	padding:10px 15px;
}

#topnav ul ul{
	display:none;
}
#topnav ul li:hover > ul{
	display:block;
}

#topnav a{
	color: #F0F0D8;
}

#topnav li li a, #topnav li.active li a{
	color:#FFFFFF;
	background:#000000;
	font-weight:normal;
}
#topnav li.active a, #topnav a:hover{
	color:#fff;
}
#topnav ul li li:hover > a{
	color:#FFFFFF;
	background-color:#FF9900;
}

#topnav li a.drop, #topnav li.active a.drop{
	padding-left:15px;
	background-image:url("img/dropdown_side.gif");
	background-position:5px center;
	background-repeat:no-repeat;
}

/* Top navigation for smaller resolutions */

#topnav form{
	display:block;
	height:30px;
	margin:0 auto;
	padding:0;
}
#topnav form select{
	display:block;
	width:100%;
	padding:8px;
	color:#FFFFFF;
	background-color:#232323;
	border:1px solid #494949;
	cursor:pointer;
	outline:none;
}
#topnav form select option{
	display:block;
	margin:10px;
	padding:0;
	cursor:pointer;
	outline:none;
	border:none;
}

/*---------------------------------------------LAYOUT------------------------------------------*/

html{
	overflow-y:scroll;
}
body{
	margin:0;
	padding:0;
	font-size:100%;
	font-family:'Roboto', sans-serif;
	color:#919191;
	background-image: url('../img/bg1.jpg');
	background-repeat: repeat;
	border-top: 3px solid #133453;
}
.justify{
	text-align:justify;
}
.bold{
	font-weight:bold;
}
.center{
	text-align:center;
}
.right{
	text-align:right;
}
.nostart{
	margin:0;
	padding:0;
	list-style:none;
}
.hidden{
	display:none;
}

.clear{
	display:block;
	clear:both;
}
.clear:after{
	display:block;
	visibility:hidden;
	height:0;
	clear:both;
	font-size:0;
	content:"";
}
a{
	outline:none;
	text-decoration:none;
	transition: ease-in-out 0.4s;
}
a:hover {
	color: #CFF09E;
	transition: ease-in-out 0.4s;
}
.fl_left{
	float:left;
}
.fl_right{
	float:right;
}
img{
	max-width:100%;
	height:auto;
	margin:0;
	padding:0;
	border:none;
	line-height:normal;
	vertical-align:middle;
}
.imgholder, .imgl, .imgr{
	padding:4px;
	border:1px solid #D6D6D6;
	text-align:center;
}
.imgl{
	float:left;
	margin:0 15px 15px 0;
	clear:left;
}
.imgr{
	float:right;
	margin:0 0 15px 15px;
	clear:right;
}
hr {
	border-color: #e7e7e7;	
}
/*----------------------------------------------HTML 5 Overrides-------------------------------------*/

address, article, aside, figcaption, figure, footer, header, nav, section{
	display:block;
	margin:0;
	padding:0;
}

/* ----------------------------------------------Wrapper-------------------------------------*/

div.wrapper, div.wrapper1 {
	display:block;
	width:960px;
	margin:0 auto;
	padding:0;
	text-align:left;
	border-left: 1px solid #133453;
	border-right: 1px solid #133453;
	box-shadow: 0 0 10px #555;
}
div.wrapper1 {
	border-left: none;
	border-right: none;
	box-shadow: none;
}

.row1, .row1 a{
	background-image: url('../img/bg1.jpg');
	background-repeat: repeat;
}
.row2{
	width: 960px;
	margin: 0 auto;
}
.row3{
	
}
.row3b{
	color:#979797;
	background-color:#d8dce0;
	border-bottom: 3px solid #133453;
	margin: 0 auto;
}
.row3 #container {
	padding: 0;
	margin-bottom: 20px;
}
.row4{
	color:#919191;
	background: #1a4675; /* Old browsers */
	background: -moz-linear-gradient(top,  #1a4675 0%, #133453 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1a4675), color-stop(100%,#133453)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #1a4675 0%,#133453 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #1a4675 0%,#133453 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #1a4675 0%,#133453 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #1a4675 0%,#133453 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a4675', endColorstr='#133453',GradientType=0 ); /* IE6-9 */
	-moz-box-shadow: inset 5px 0 4px #607848;
    -webkit-box-shadow: inset 5px 0 4px #607848;
    box-shadow: inset 5px 0 4px #607848;
	border-top: 2px solid #133453;
}
.row5 {
	background-color: #fff;
}

/*----------------------------------------------Generalise-------------------------------------*/

h1, h2, h3, h4, h5, h6{
	margin:0 0 8px 0;
	padding:0;
	font-size:1.6em;
	font-weight:normal;
	line-height:normal;
	font-family: 'Roboto Slab', serif;
	color: #133453;
}
h2 {
	font-size: 28px;
	font-weight: bold;	
}
p {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	color: #333;
	text-align: justify;
    text-justify: inter-word;
}

#header, #topnav, #container, #footer, #copyright{
	margin:0 auto;
	font-size:.8em;
}

/*----------------------------------------------Header-------------------------------------*/

#header{
	padding:0 20px;
}

#header #hlogo{
	display:block;
	float:left;
	width:auto;
	clear:right;
}
#header #hlogo h1, #header #hlogo h2{
	margin:0;
	font-weight:bold;
	text-transform:none;
	padding-top: 20px;
}
#header #hlogo h1{
	font-size:32px;
}
#header #hphone {
	display: inline-block;
	float: right;
	width: 360px;
	margin-bottom: 0px;
}
#header #hphone .customer-service {
	float: left;
	display: inline-block;
}
#header #hphone h2 {
	font-size: 32px;
	color: #133453;
	display: inline-block;
	margin: 10px 0 -5px 0;
	float: right;
}
#header #hphone h3 {
	font-size: 20px;
	display: block;
	font-weight: bold;
	font-style: italic;
	float: right;
	margin: 0 5px 0 0;
}

/*----------------------------------------------Content Area-------------------------------------*/

#container{
	clear:both;
}
#container2{
	padding:0;
	clear:both;
	margin: 0;
}
#container .content-img {
	border-radius: 5px;
	border: 1px solid #999;
	margin: 0 0 15px 15px;
	float: right;
}
.coupons {
	margin: 0 15px 15px 0;
	display: inline-block;
	border-radius: 3px;
	border: 1px solid #133453;
}
#container .banner {
	margin: 10px 0 10px 0;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
#sidebar {
	background: #1a4675; /* Old browsers */
	background: -moz-linear-gradient(top,  #1a4675 0%, #133453 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1a4675), color-stop(100%,#133453)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #1a4675 0%,#133453 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #1a4675 0%,#133453 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #1a4675 0%,#133453 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #1a4675 0%,#133453 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a4675', endColorstr='#133453',GradientType=0 ); /* IE6-9 */
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 15px;
	border: 1px solid #607848;
}
#sidebar h4 {
	font-size: 26px;
	margin: 5px 0;
	text-align: center;
	color: #fff;
}
#sidebar ul {
	list-style: none;
	font-family: 'Roboto Slab', serif;
	line-height: 32px;
	padding: 0 0 0 20px;
}
#sidebar ul li {
	font-size: 18px;
	color: #fff;
}
#sidebar ul li a {
	color: #ccc;
}
#sidebar ul li a:hover {
	color: #CFF09E;
}
#sidebar ul li.active a {
	color: #CFF09E;
}
#sidebar .sidebar-coupon {
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border: 1px solid #607848;	
}
/*--------------------------------------------Contact Form---------------------------------*/

.contact-rows {
	height: 40px;
}

.controls {
	margin: 0 0 15px 0;	
}
label {
	font-family: 'Roboto Slab', serif;
	font-size: 16px;
	color: #133453;
	width: 60px;
}
.control-label {
	float: left;
	margin: 5px 10px 0 0 ;
}
.control-lable-full {
	width: 100%;
}
input {
	padding: 5px;
	border-radius: 3px;
	border: 1px solid #999;
	margin: 0px 0;
	width: 30%;
}
.input-full {
	width: 80%;	
}
.input-half {
	width: 50%;
}
.input-mini {
	width: 25%;
}
textarea {
	padding: 5px;
	border-radius: 3px;
	border: 1px solid #999;
	margin: 5px 0;
	width: 85%;
}
.btn-submit {
	float: right;
	margin-right: 15%;
	padding: 10px 15px;
	font-family: 'Roboto Slab', serif;
	font-size: 18px;
	color: #fff;
	border-radius: 4px;
	border: 1px solid #607848;
	background-color: #133453;
	-moz-box-shadow: inset 0 0 4px #355a7c;
	-webkit-box-shadow: inset 0 0 4px #355a7c;
	box-shadow: inset 0 0 4px #355a7c;
	transition: ease-in-out 0.3s;
}
.btn-submit:hover {
	box-shadow: 0 0 15px #555;
	transition: ease-in-out 0.3s;
}

/*----------------------------------------------Footer-------------------------------------*/

#footer{
	padding:15px 0;
}
#footer p{
	margin:0;
	padding:0;
	color: #fff;
	font-size: 13px;
}
#footer .footer-services {
	text-align: center;
	line-height: 24px;
	font-size: 14px;
	font-weight: normal;
}
#footer .footer-services a{
	color: #F0F0D8;
	padding: 0 10px;	
}
#footer .footer-services a:hover{
	color: #CFF09E;
}


/*----------------------------------------------MEDIA QUERIES-----------------------------------*/

@media only screen and (min-width:960px) {
#topnav form{
	display:none;
}
}

@media only screen and ( min-width: 768px ) and ( max-width: 960px ) {
div.wrapper, div.wrapper1 {
	width: 700px;
}	
#topnav ul {
	display:none;
}
#topnav form{
	display:block;
}
#header {
	padding:0 20px 20px 20px;
}
#header #hphone {
	width:270px;
}
#header #hphone .customer-service {
	display:none;
}
}
@media only screen and ( max-width: 768px ) {
div.wrapper, div.wrapper1 {
	width:440px;
}
#header #hphone {
	float:none;
	text-align:center;
	width:100%;
}
#header {
	padding:0 20px 20px 20px;
}
#header #hphone .customer-service {
	display:none;
}
#header #hlogo, #header #hphone h2,#header #hphone h3 {
	float:none;
	display:block;
	text-align:center;
}
#topnav ul {
	display:none;
}
#container .content-img {
	float:none;
	margin:0 0 15px 0;
}
.two_third, .one_third  {
	float:none;
	width:100%;
}
}
@media only screen and ( max-width: 479px ) {
div.wrapper, div.wrapper1 {
	width: 280px;
}
}