@import url(http://fonts.googleapis.com/css?family=Open+Sans);
*
{
	margin: 0;
	padding: 0;
}

body
{
	color: #000000;
	font-size: 16px;
	line-height: 28px;
	font-family: 'Open Sans', sans-serif;
	background: #ffffff url('../images/bg.jpg') top left repeat-x;
}

.facebook
{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 30px;
	padding-top: 5px;
	z-index: 99;
	background: #000000;
}

.fb-like
{
	margin: 0px auto;
	margin-left: 10px;
	position: relative;
	width: 100%;
	max-width: 990px;
}

img
{
	border: 0;
}

#header
{
	margin: 50px auto 0px;
	width: 100%;
	max-width: 980px;
	height: 120px;
}

#logo
{
	float: left;
	margin-top:9px;

}
#logo img{ width:100%;}

.navbar-fixed-bottom, .navbar-fixed-top {
	position: fixed;
	right: 0 ;

	z-index: 1030
}

#body
{
	margin: 0 auto;

	padding: 10px 0px;
}

#bodyleft
{
	float: left;
	width: 600px;	
}

#bodyright
{
	float: right;
	width: 300px;	
}

#body h1
{
	color: #068588;
	text-shadow: 0 1px 0 rgba(0, 0, 0, .25);
	padding-bottom: 14px;
	margin-bottom: 14px;
	background: #ffffff url('../images/dotted_line.png') bottom left repeat-x;
		margin: .67em 0;
	font-size: 2em
}

#body h2
{
	color: #068588;
	font-size: 20px;
	text-shadow: 0 1px 0 rgba(0, 0, 0, .25);
	margin-bottom: 14px;	orphans: 3;
	widows: 3
}

#body h3
{
	color: #4c4d4f;
	font-size: 20px;
	font-weight: normal;
	text-shadow: 0 1px 0 rgba(0, 0, 0, .25);
	margin-bottom: 14px;	orphans: 3;
	widows: 3
}

h3 strong
{
	color: #068588;	
}

h1 span
{
	color: #4c4d4f;	
}

#body p
{
	margin-bottom: 14px;	orphans: 3;
	widows: 3
}

#body a, .cookieWarningBox a
{
	color: #068588;
}

#body a:hover
{
	color: #000000;
}

.cookieWarningBox a:hover
{
	color: #ffffff;
}

img.right
{
	float: right;
	padding: 4px;
	margin: 5px 5px 15px 15px;
}

#footercontainer
{
	margin: 0 auto;
	background: #232324;
	width: 100%;
}

#footer
{
	line-height: 20px;
	margin: 0 auto;
	padding: 20px 10px;
	font-size: 12px;
	text-align: right;
	text-transform: capitalize;	
	color: #ffffff;
	text-decoration: none;
}

#footer a
{
	color: #ffffff;
	text-decoration: none;
}

.clear
{
	clear: both;
}

.error, .red, .green
{
	color: #ff0000;	
}

#adverts
{
	padding-bottom: 20px;	
}

ul.list
{
	margin-left: 20px;
	list-style-type: square;
	margin-bottom: 14px;
}

#body iframe
{
	margin: 1px;
	padding: 1px;
	background: #068588;
	border: 1px solid #000000;
}

.box1{
	float: left;
	width: 300px;
	height: 180px;
	overflow: hidden;
	background: #000000 url('../images/box1.jpg') top left repeat;
	border: 5px solid #068588;
	margin: 0 15px 10px 0; 
}
.box2{
	float: left;
	/*margin-left: 15px;*/
	width: 300px;
	height: 180px;
	overflow: hidden;
	background: #000000 url('../images/box2.jpg') top left repeat;
	border: 5px solid #068588;
}
.box3{
	float: right;
	width: 300px;
	height: 180px;
	overflow: hidden;
	background: #000000 url('../images/box3.jpg') top left repeat;
	border: 5px solid #068588;
}
.sidepan img {
  margin-left: 0px;
  -webkit-transition: margin 1s ease;
     -moz-transition: margin 1s ease;
       -o-transition: margin 1s ease;
      -ms-transition: margin 1s ease;
          transition: margin 1s ease;
}
 
.sidepan img:hover {
  margin-left: -300px;
}

ul.social
{
	list-style-type: none;
	float: left;
}

ul.social li
{
	float: left;
	margin-left: 5px;
	display: inline;
}

ul.social li a
{
	float: left;
	width:36px;
	height:37px;
	cursor: pointer;
}

.fade
{
	opacity:none !important;
	transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	-webkit-transition: opacity .25s ease-in-out;
}

.fade:hover
{
	opacity: 0.7;
}


fieldset {border: 0px;}

input[type=text]
{
	padding: 8px 10px;
	font-family: 'BenchNine', sans-serif;
	width: 380px;
	font-size: 18px;
	color: #555555;
	background: #fafafa;
	border: 1px solid #c0c0c0;
}

input[type=text].input 
{
	padding: 8px 10px;
	width: 90px;
	font-family: 'BenchNine', sans-serif;
	font-size: 18px;
	color: #000000;
	background: #fafafa;
	border: 1px solid #c0c0c0;
}

textarea
{
	padding: 8px 10px;
	width:460px;
	font-family: 'BenchNine', sans-serif;
	font-size: 18px;
	color: #000000;
	background: #fafafa;
	border: 1px solid #c0c0c0;
}

input[type=text]:hover, textarea:hover
{
	color: #000000;
	background: #ffffff;
	border: 1px solid #d6d6d6;
}

input[type=submit]
{
	padding: 8px 10px;
	font-family: 'BenchNine', sans-serif;
	width: 180px;
	font-size: 20px;
	cursor: pointer;
	color: #ffffff;
	background: #068588;
	border: 1px solid #068588;
}

input[type=submit]:hover
{
	border: 1px solid #000000;
	background: #4c4d4f;	
}

.quote
{
	border: 1px solid #4c4d4f;
	padding: 2px;
	margin-bottom: 14px;	
	width: 100%;    
}

.red, green, .error
{
	color: #ff0000;
}
.big_heading{ width:100%; padding:10px; color:#ff6600; background:#000; border-radius:5px; box-shadow:3px 3px 3px #000; text-align:center; font-size:24px;}

@media screen and (max-width:767px) {
input[type=text]
{
	padding: 8px 10px;
	font-family: 'BenchNine', sans-serif;
	width: 324px;
	font-size: 18px;
	color: #555555;
	background: #fafafa;
	border: 1px solid #c0c0c0;
}

input[type=text].input 
{
	padding: 8px 10px;
	width: 90px;
	font-family: 'BenchNine', sans-serif;
	font-size: 18px;
	color: #000000;
	background: #fafafa;
	border: 1px solid #c0c0c0;
}

textarea
{
	padding: 8px 10px;
	width:324px;
	font-family: 'BenchNine', sans-serif;
	font-size: 18px;
	color: #000000;
	background: #fafafa;
	border: 1px solid #c0c0c0;
}

}


.wrapper1   {width:100%;height:100%;margin:0 auto;background:#ffffff}
.h_iframe        {position:relative;}
.h_iframe .ratio {display:block;width:100%;height:auto;}
.h_iframe iframe {position:absolute;top:0;left:0;width:100%; height:100%;}

