body {
	padding: 0;
	margin: 0;
	font-family: 'PT Sans', sans-serif;
	background:url(../images/texture.jpg) repeat;
}

.blue-link{
	color: #2bbbad;
	text-decoration:none;	
}

.header {
	position:relative;
	background: #fff;
	height: 136px;	
}

.rates-amount {
	margin: 35px 0;	
}

.main-header {
	position:relative;
	padding: 0 0 20px 0;
	background: #fff;
}

.logo {
	background: url(../images/logo.jpg);
	position: absolute;
	top:0;
    left: 0;
    right:0;
    bottom: 0;
    margin: 0 auto;
	width: 335px;
	z-index: 1000;
	height: 238px;	
	box-shadow: 0px 0px 15px #000;
}

.main-logo {
	background: url(../images/logo.jpg);
    margin: 0 auto;
	width: 335px;
	z-index: 1000;
	height: 238px;	
	box-shadow: 0px 0px 15px #000;
}

.home-menu {
	position: absolute;
	width: 100%;
	bottom: -184px;
	background: #212121;
	height:35px;
	z-index: 1000;
}

.model-container {
	width: 92%;
	padding: 5px;	
}

.model-container h3 {
	margin: 0;
	padding: 0;	
}

.model-container iframe {
	padding-top: 20px;	
}

.model-container input {
	width: 93%;
    padding: 19px 10px;
    margin: 5px 0;
    color: #444444;
    background: none;
    border: 2px solid #01579b;	
}


.home-menu ul {
	width: 650px;
	margin: 0 auto;	
	color: #fff;
}

.home-menu ul li {
	float: left;
	list-style-type:none;
	padding: 8px 13px 10px 13px;
}

.home-menu ul li a {
	color: #fff;
	text-decoration: none;	
}

.home-menu ul li:after {
    content: "|";
    font-size: 14px;
    color: #fff;
    padding-left: 25px;
}

.home-menu ul li:last-child:after {
	content: ""	
}


.main-home-menu {
	width: 100%;
	background: #212121;
	height:35px;
	z-index: 1000;
}

.main-home-menu ul {
	width: 660px;
	margin: 0 auto;	
	color: #fff;
}

.main-home-menu ul li {
	float: left;
	list-style-type:none;
	padding: 8px 13px 10px 13px;
}

.main-home-menu ul li a {
	color: #fff;
	text-decoration: none;	
}

.main-home-menu ul li:after {
    content: "|";
    font-size: 14px;
    color: #fff;
    padding-left: 25px;
}

.main-home-menu ul li:last-child:after {
	content: ""	
}


.clear-fix {
	clear: both;	
}

.home-menu ul li:first-child {
	border-left: none;	
	padding-left: 0;
}

.main-content {
	width: 100%;
	position:relative;
}

h3 {
	color: #01579b;
}

.image-row img {
	float: left;
	width: 210px;
	margin: 10px;	
}

.image-row img:first-child {
	margin-left: 0px;	
}

.image-row img:last-child {
	margin-right: 0px;	
}

.content-container {
	width: 900px;
	margin: 0 auto;
	padding: 13px 0;
}

.col-left {
    box-sizing: border-box;
    float: left;
    width: 50%;
    padding: 0 10px 0 0;
}

.col-right {
    box-sizing: border-box;
    float: right;
    width: 50%;
    padding: 0 0 0 10px;
}

.floating-text {
	position: absolute;	
	top: -150px;
	z-index:1000;
	width: 600px;
	left: 0;
    right:0;
    bottom: 0;
    margin: 0 auto;
}

.floating-text h1 {
	color: #fff;
	font-size: 18px;
	margin:0;
	padding:0;
	text-shadow: 1px 1px 2px #000;
	text-align:center;
}

.floating-text h2 {
	color: #fff;
	font-size: 16px;
	font-weight:normal;
	text-align:center;
	text-shadow: 1px 1px 2px #000;	
}

.page-header {
	background: #ff9800;
	color: #fff;
	padding: 13px;
	font-size: 18px;
	font-weight: bold;
	text-transform:uppercase;
}

.footer {
	padding: 5px 0;
	margin: 20px 0;
	font-size: 14px;
	border-top:1px solid #212121;
}

.contact-button {
	background: #2bbbad;
	float: right;
	padding: 15px;
	color: #fff;
	box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
	border: none;
    border-radius: 2px;
	text-decoration:none;
	text-transform:uppercase;	
}

.footer-contact {
	float: left;	
}

.tgtimg img {
	width: 100%!important;
	height: auto!important;
	left: 0!important;
}

.contact-details {
	width:400px;
	display: none;	
}

#content{width:100%; height:450px; position:relative; }

/** HIDE MOBILE ELEMENTS **/

.mobile-header-image {
	display: none;
}

.mobile-menu {
	display: none;	
}

.mobile-menu-toggle {
	display:none;	
}

.mobile-head-image {
	display:none;	
}

.side-nav {
	display:none;	
}

/** START MOBILE CSS **/
@media (max-width: 800px) {
	/** MOBILE MENU CSS **/
	
#content {
	height: 180px!important;	
}

.floating-text {
	display: none;	
}

.mobile-menu {
	background-image: none;
	background-color: #2bbbad;
	height: 56px;
	width:100%;
	color: #fff;
	box-shadow: 0px 2px 5px 0 rgba(0, 0, 0, 0.26);
	-moz-box-shadow: 0px 2px 5px 0 rgba(0, 0, 0, 0.26);
	-webkit-box-shadow: 0px 2px 5px 0 rgba(0, 0, 0, 0.26);
	position: fixed;
	top:0px;
	left: 0px;
	z-index: 2100;
	font-family:'PT Sans', sans-serif;
	display: block;
}

.side-nav {
	position: fixed;
	width: 100%;
	top: -200px;
	left:0px;
	text-decoration: none;
	transition: all 0.5s ease;
	background-color: #fff;
	z-index: 2000;
	display:block;
	background-color: #2bbbad;
}

ul.navList {
	width: 100%;
	padding:0px;
	margin:0px;
}

ul.navList li {
	list-style-type: none;
	font-family: 'PT Sans', sans-serif;
	padding: 9px;
}

ul.navList li:before {
	content: ">";
	color: #fff;
	margin-right:5px;
}

ul.navList li:last-child {
	border-bottom: 0px;
}

ul.navList li a {
	color: #fff;
	text-decoration: none;
}

.mobile-menu-toggle {
	display: block;
	font-size: 22px;
	float: right;
	cursor: pointer;
	padding: 13px 15px;
	z-index:500;
}

.side-nav .mobile-menu-toggle {
	float:none;
	text-align:center;
	font-size:16px;
	background-color: #E0F2F1;
	position:absolute;
	width:170px;
	bottom:0px;
}

.toggle-nav {
	top: 56px;	
}

/** END MOBILE MENU **/
	
	.content-container {
		width: 100%;	
	}
	
	.main-home-menu {
		display: none;	
	}
	
	.content-container img {
		width: 100%!important;	
	}
	
	body {
		padding: 10px;	
	}
	
	.header{ 
		background: none;
		margin-top: 65px;
	}
	
	.main-header {
		background: none;
		padding: 70px 0 20px 0;
	}
	
	.model-container {
		width: 60%;	
	}
	
	.image-row img {
		margin: 5px 0;	
	}
	
	.main-logo {
		background:url(../images/logo-mobile.jpg);
		width: 260px;
		height: 188px;
	}
	
	.logo {
		background:url(../images/logo-mobile.jpg);
		width: 260px;
		height: 188px;	
	}
	
	.floating-text h1 {
		color: #000;
		font-size: 18px;
		margin: 0;
		padding: 0;
		text-shadow: 0px 0px 0px #000;
		text-align: center;
	}
	
	.floating-text h2 {
		color: #000;
		font-size: 16px;
		margin: 0;
		padding: 0;
		text-shadow: 0px 0px 0px #000;
		text-align: center;
	}
	
	.floating-text {
		width: 100%;
		top: -380px;	
	}
	
	.tgtimg {
		height: auto!important;	
	}
	
	.home-menu {
		display: none;	
	}
	
}