@import url('https://fonts.googleapis.com/css?family=Lato');
* {
	margin: 0;
	padding: 0;
	outline: 0;
}
body, html {
}
body {
	font-size: 12px;
	line-height: 22px;
	font-family: 'Lato', sans-serif;
	color: #022560;
	background: url(images/main-bg.jpg) no-repeat center top;
	background-size: cover;
	min-width: 100%;
	list-style: none;
}
a {
	color: #000;
	text-decoration: none;
	cursor: pointer;
}
a:hover {
	text-decoration: none;
}
a img {
	border: 0;
}
article, aside, details, footer, header, menu, nav, section {
	display: block;
}
input, textarea, select {
	font-size: 12px;
	font-family: 'Open Sans', sans-serif;
}
textarea {
	overflow: auto;
}
.clear {
	padding: 0;
	margin: 0;
	clear: both;
}
#wrapper {
	width: 100%;
	margin: 0 auto;
	background: url(images/header-bord.jpg) repeat-x left bottom;
}
#wrapper_cont {
	margin: 0 auto;
	width: 1200px;
}
.total-Header {
	margin-bottom: 10px;
	overflow: auto;
}
.logo {
	float: left;
	margin-top: 10px;
}
.logoR {
	float: right;
	padding-top: 15px;
	margin-top: 50px;
}
.logoR ul {
	margin: 0;
	padding: 0;
}
.logoR ul li.ff {
	margin: 0 5px 0 0;
	padding: 0;
	display: inline;
	float: left;
}
.logoR ul li.ff a {
	background: url(images/sprite.png) no-repeat 0 -121px;
	display: block;
	height: 58px;
	width: 58px;
}
.logoR ul li.ff a:hover {
	background: url(images/sprite.png) no-repeat 0 -181px;
}
.logoR ul li.tt {
	margin: -32px 0px 0 0;
	padding: 0;
	display: inline;
	float: left;
}
.logoR ul li.tt a {
	background: url(images/sprite.png) no-repeat -79px 0;
	display: block;
	height: 116px;
	width: 116px;
}
.logoR ul li.tt a:hover {
	background: url(images/sprite.png) no-repeat -79px -122px;
}
/*

.logoR ul li.gg {

	margin:0 5px 0 0;

	padding:0;

	display:inline;

	width:36px;

	height:37px;

	float:left;

	background:url(images/sprite.png) no-repeat -74px top;

}

.logoR ul li.gg a { display:block; height:37px; width:36px;}

.logoR ul li.gg:hover {

	background:url(images/sprite.png) no-repeat -74px -43px;

}

.logoR ul li.in {

	margin:0 5px 0 0;

	padding:0;

	display:inline;

	width:36px;

	height:37px;

	float:left;

	background:url(images/sprite.png) no-repeat -110px top;

}

.logoR ul li.in a { display:block; height:37px; width:36px;}

.logoR ul li.in:hover {

	background:url(images/sprite.png) no-repeat -110px -43px;

}

.logoR ul li.ut {

	margin:0 5px 0 0;

	padding:0;

	display:inline;

	width:36px;

	height:37px;

	float:left;

	background:url(images/sprite.png) no-repeat -147px top;

}

.logoR ul li.ut a { display:block; height:37px; width:36px;}

.logoR ul li.ut:hover {

	background:url(images/sprite.png) no-repeat -147px -43px;

}*/



.navigation {
	width: 100%;
	position: relative;
	z-index: 9;
	margin: 0 auto;
	overflow: auto;
	box-shadow: 0 3px 4px 0 #000000;
	background: #adbfd0; /* Old browsers */
	background: -moz-linear-gradient(top, #adbfd0 0%, #718499 70%, #738a9f 96%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #adbfd0), color-stop(70%, #718499), color-stop(96%, #738a9f)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #adbfd0 0%, #718499 70%, #738a9f 96%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #adbfd0 0%, #718499 70%, #738a9f 96%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #adbfd0 0%, #718499 70%, #738a9f 96%); /* IE10+ */
	background: linear-gradient(to bottom, #adbfd0 0%, #718499 70%, #738a9f 96%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#adbfd0', endColorstr='#738a9f', GradientType=0 ); /* IE6-9 */
}
/*nav css*/



#nav {
	float: left;
	margin: 0;
	width: 77%;
	float: left;
}
#nav li a, #nav li {
	float: left;
}
#nav li {
	list-style: none;
	position: relative;
	background: url(images/sep.png) no-repeat right center;
}
#nav li a {
	padding: 1.7em 2em;
	text-decoration: none;
	color: #fff;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
}
#nav li a:hover {
	color: #fff;
	background: #d60000;
}
#nav li.current-menu-item {
	color: #fff;
	background: #d60000;
}
/* Submenu */



.hasChildren {
	position: absolute;
	right : 0;
	bottom: 0;
}
#nav li ul {
	display: none;
	position: absolute;
	left: 0;
	top: 100%;
	padding: 0;
	margin: 0;
	z-index: 99;
}
#nav li:hover > ul {
	display: block;
}
#nav li ul li, #nav li ul li a {
	float: none;
}
#nav li ul li {
	_display: inline; /* for IE6 */
	border-bottom: 1px solid #fff;
}
#nav li ul li a {
	width: 178px;
	display: block;
	background: #20459D;
	color: #fff;
	font-weight: bold;
}
#nav li ul li a:hover {
	color: #c9d7fd;
}
/* SUBSUB Menu */



#nav li ul li ul {
	display: none;
}
#nav li ul li:hover ul {
	left: 100%;
	top: 0;
}
/*nav css*/





#search_block_top {
	margin: 20px 20px 0 0;
}
#search_block_top label {
	color: #333333;
	display: block;
	float: left;
	font: 12px/25px;
	padding: 0 5px 0 0;
}
#search_block_top input[type="text"] {
	background: none repeat scroll 0 0 #FFFFFF;
	float: left;
	height: 27px;
	line-height: 27px;
	padding: 0 5px;
	width: 196px;
	border: none;
}
#searchsubmit {
	background: url("images/search.png") no-repeat scroll 0 0 transparent;
	display: block;
	float: left;
	height: 27px;
	padding: 0;
	text-indent: -10000px;
	width: 50px;
	font-size: 0;
	border: none;
	cursor: pointer;
}
#search_block_top a:hover {
	background-position: 100% 0;
}
/*slider css*/

.gallery {
	width: 100%;
	margin: 0 auto;
}
.rslides {
	margin: 0 auto;
}
.rslides_container {
	position: relative;
	float: left;
	width: 100%;
}
.centered-btns_nav {
	z-index: 3;
	position: absolute;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	top: 50%;
	left: 0;
	opacity: 0.7;
	text-indent: -9999px;
	overflow: hidden;
	text-decoration: none;
	height: 61px;
	width: 38px;
	background: transparent url("images/themes.png") no-repeat left top;
	margin: -45px 36px;
}
.centered-btns_nav:active {
	opacity: 1.0;
}
.centered-btns_nav.next {
	left: auto;
	background-position: right top;
	right: 0;
}
.transparent-btns_nav {
	z-index: 3;
	position: absolute;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	top: 0;
	left: 0;
	display: block;
	background: #fff; /* Fix for IE6-9 */
	opacity: 0;
	filter: alpha(opacity=1);
	width: 48%;
	text-indent: -9999px;
	overflow: hidden;
	height: 91%;
}
.transparent-btns_nav.next {
	left: auto;
	right: 0;
}
.large-btns_nav {
	z-index: 3;
	position: absolute;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	opacity: 0.6;
	text-indent: -9999px;
	overflow: hidden;
	top: 0;
	bottom: 0;
	left: 0;
	background: #000 url("images/themes.png") no-repeat left 50%;
	width: 38px;
}
.large-btns_nav:active {
	opacity: 1.0;
}
.large-btns_nav.next {
	left: auto;
	background-position: right 50%;
	right: 0;
}
.centered-btns_nav:focus,  .transparent-btns_nav:focus,  .large-btns_nav:focus {
	outline: none;
}
.centered-btns_tabs,  .transparent-btns_tabs,  .large-btns_tabs {
	margin-top: 10px;
	text-align: center;
	display: none;
}
.centered-btns_tabs li,  .transparent-btns_tabs li,  .large-btns_tabs li {
	display: inline;
	float: none;
	_float: left;
 *float: left;
	margin-right: 5px;
}
.centered-btns_tabs a,  .transparent-btns_tabs a,  .large-btns_tabs a {
	text-indent: -9999px;
	overflow: hidden;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	background: #ccc;
	background: rgba(0,0,0, .2);
	display: inline-block;
	_display: block;
 *display: block;
	-webkit-box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
	-moz-box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
	box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
	width: 9px;
	height: 9px;
}
.centered-btns_here a,  .transparent-btns_here a,  .large-btns_here a {
	background: #222;
	background: rgba(0,0,0, .8);
}
.rslides {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
}
.rslides li {
	-webkit-backface-visibility: hidden;
	position: absolute;
	display: none;
	width: 100%;
	left: 0;
	top: 0;
}
.rslides li:first-child {
	position: relative;
	display: block;
	float: left;
}
.rslides img {
	display: block;
	height: auto;
	float: left;
	width: 100%;
	border: 0;
}
.caption {
	position: absolute;
	margin: 132px 0 0 90px;
	display: none;
}
.caption p {
	font-size: 42px;
	color: #fff;
	text-transform: uppercase;
	padding: 20px;
	background: url(images/trans.png) repeat 0 0;
	margin-bottom: 20px;
	float: left;
	font-family: 'Open Sans', sans-serif;
}
.caption span {
	width: 52%;
	font-size: 16px;
	color: #fff;
	line-height: 22px;
	float: left;
	padding: 20px;
	background: url(images/trans.png) repeat 0 0;
	font-family: 'Open Sans', sans-serif;
}
/*slider css*/





.banner_bottom_section {
	width: 1200px;
	margin: 0 auto;
}
.block_section {
	width: 870px;
	float: left;
	padding: 33px 0 27px 0;
	background: #6b97f8;
}
.block_Total {
	width: 252px;
	float: left;
	text-align: center;
	padding: 0 15px;
}
.icon {
	background: #142751;
	border-radius: 50%;
	width: 117px;
	height: 117px;
	margin: 0 auto 15px auto;
	border: 2px solid #e9e9e9;
}
.icon img {
	border-radius: 50%;
	width: 117px;
	height: 117px;
}
.block_section h1 {
	font-size: 20px;
	text-align: center;
	font-weight: normal;
	color: #fff;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.block_section span p {
	font-size: 15px;
	text-align: center;
	font-weight: normal;
	color: #001e38 !important;
	margin-bottom: 4px;
	text-transform: uppercase;
}
.block_section p {
	font-size: 14px;
	font-weight: normal;
	color: #fff;
	margin-bottom: 19px;
	line-height: 22px;
}
.newsletter_section {
	width: 288px;
	min-height: 282px;
	float: right;
	border: 1px solid #adadad;
	background: #7492d6;
	padding: 77px 20px 0px 20px;
	list-style: none;
	height: 410px;
}
.newsletter_section h2 {
	font-size: 26px;
	color: #fff;
	text-transform: uppercase;
	text-align: left;
	font-weight: normal;
	margin-bottom: 20px;
}
.newsletter_section p {
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	text-align: left;
}
/*input.letter{ border-radius:5px; background:#fff; border:1px solid #626262; width:278px; padding:5px; margin:40px 0 24px 0;}

*/



input.wysija-input {
	border-radius: 5px;
	background: #fff;
	border: 1px solid #626262;
	width: 278px;
	padding: 5px;
	margin: 20px 0 24px 0;
}
input.wysija-submit {
	background: #464646;
	font-size: 16px;
	border-radius: 5px;
	padding: 5px 20px;
	float: left;
	border: 1px solid #adadad;
	color: #fff;
	cursor: pointer;
	margin-top: 0 !important;
}
input.wysija-submit:hover {
	color: #6B97F8;
}
.text_Heading {
	text-align: center;
	margin: 30px 0;
}
.text_Heading h3 {
	font-size: 42px;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	font-weight: normal;
	margin: 45px 0 30px 0;
	font-family: "Times New Roman", Times, serif;
	text-shadow: 1px 2px #000000;
}
.text_Heading span {
	font-size: 25px;
	font-style: italic;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	font-weight: normal;
	margin: 45px 0 35px 0;
	font-family: "Times New Roman", Times, serif;
	text-shadow: 1px 2px #000000;
}
.text_Heading p {
	font-size: 16px;
	color: #fff;
	line-height: 25px;
	text-align: center;
	font-weight: normal;
	padding: 0 40px;
	margin: 15px 0 25px 0;
}
.white_Section { /*background:#fff;*/
	padding: 30px 123px 0px 123px;
	margin-bottom: 12px;
	display: none;
	border-bottom: 1px solid #ADADAD;
	border-left: 1px solid #ADADAD;
	border-top: 1px solid #ADADAD;
}
.block_section-white {
	float: left;
	padding: 75px 0 40px 0; /*background:#fff;*/
}
.block_Total-white {
	width: 270px;
	float: left;
	text-align: center;
	padding: 0 15px 14px;
	box-shadow: 0 1px 6px 0 #666;
	margin: 0 18px 0 0;
	background: #fff;
}
.icon-white {
	width: 184px;
	margin: -83px auto 20px auto;
}
.icon-white img {
	width: 184px;
	height: 184px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
.block_section-white h1 {
	font-size: 17px;
	text-align: center;
	font-weight: normal;
	color: #d60000;
	margin-bottom: 15px;
	text-transform: uppercase;
}
.block_section-white span {
	font-size: 15px;
	text-align: center;
	font-weight: normal;
	color: #001e38;
	margin-bottom: 15px;
	text-transform: uppercase;
}
.block_section-white p {
	font-size: 14px;
	font-weight: normal;
	color: #98a3b0;
	margin-bottom: 15px;
	line-height: 20px;
	min-height: 210px;
}
.more {
	background: #d91111;
	color: #fff;
	font-size: 14px;
	border-radius: 6px;
	padding: 6px 0px;
	margin: 0 auto;
	text-align: center;
	width: 94px;
	font-weight: bold;
}
.more a {
	color: #fff;
	line-height: 26px;
}
.more a:hover {
	color: #000;
}
.footer-Top {
	text-align: center;
	padding: 10px 0;
	background: url(images/footer-bg.png) repeat 0 0;
	margin-bottom: 25px;
	list-style: none;
}
.footer-Top p {
	font-size: 13px;
	font-weight: normal;
	color: #fff;
	margin-bottom: 0px;
	text-align: center;
}
.footer-Top span {
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 0;
	text-align: center;
	text-transform: uppercase;
}
.footer_coppyright {
	text-align: center;
	font-size: 13px;
	font-weight: normal;
	color: #000;
	margin-bottom: 100px;
}
/*caribean range*/







.wrapper-inner {
	width: 1160px;
	margin: 20px auto;
	background: url(images/trans-inner-bg.png) repeat 0 0;
	padding: 20px;
	overflow: hidden;
}
.leftBody_Div {
	width: 720px;
	float: left;
	padding: 25px;
	background: #fff;
}
.leftBody_Div h2 {
	font-size: 22px;
	font-weight: normal;
	color: #2E59B7;
	padding-bottom: 15px;
	border-bottom: 2px solid #aaa;
	margin-bottom: 20px;
	text-transform: uppercase;
}
.leftBody_Div h3 {
	margin-bottom: 10px;
	color: #000;
}
.leftBody_Div p {
	font-size: 14px;
	font-weight: normal;
	color: #454545;
	text-align: justify;
	margin-bottom: 15px;
}
.leftBody_Div ul {
	margin: 0;
	padding: 0;
}
.leftBody_Div ul li {
	list-style: none;
	font-size: 13px;
}
.leftBody_Div p img {
	float: right;
	border: 2px solid #eee;
	margin: 0 0 10px 20px;
	box-shadow: 0 2px 5px 2px #ccc;
}
.rightBody_Div {
	width: 320px;
	float: right;
	padding: 25px;
	background: #6B97F8;
	min-height: 570px;
}
.rightBody_Div li+li{
	margin: 20px 0 0 0;
}
.rightBody_Div h2 {
	font-size: 22px;
	font-weight: normal;
	color: #fff;
	padding-bottom: 15px;
	border-bottom: 2px solid #fff;
	margin-bottom: 20px;
}
.rightBody_Div p {
	font-size: 14px;
	font-weight: normal;
	color: #fff;
	padding-bottom: 15px;
}
 @media screen and (-webkit-min-device-pixel-ratio:0) {
.text_Heading p {
	padding: 0 10px !important;
	font-size: 15px!important;
}
}
#menu-footer-menu.menu {
	width: 750px;
	margin: 10px auto;
}
.menu-footer-menu-container ul.menu {
	margin: 0;
	padding: 0;
}
.menu-footer-menu-container ul.menu li {
	margin: 0;
	padding: 0 5px;
	display: inline;
	text-transform: uppercase;
	font-size: 12px!important;
}
.menu-footer-menu-container ul.menu li a {
	color: #fff;
}
.menu-footer-menu-container ul.menu li a:hover {
	color: #D60000;
}
.contactform{
	width: 54%;
	float: right;
}
.contactform p b{
	font-weight: 700;
}
.conDetail p{
	position: relative;
	padding: 0 0 0 40px;
	margin: 0 0 20px;
	color: #000;
	box-sizing: border-box;
}
.conDetail p+p{
	float: left;
	width: 55%;
}
.conDetail p+p+p{
	float: right;
	width: 40%;
}
.conDetail p .fa{
	background: #6b97f8;
	width: 32px;
	height: 32px;
	line-height: 32px;
	font-size: 17px;
	display: inline-block;
	text-align: center;
	margin: 0;
	color: #fff;
	border-radius: 50%;
	position: absolute;
	left: 0;
}
body[class] .wpcf7 {
    float: left;
    width: 100%;
    margin: 0;
}
body[class] .wpcf7 p{
	margin: 0 0 10px;
}
body[class] .wpcf7 input, 
body[class] .wpcf7 textarea{
	padding: 8px;
    border: 1px solid #aaa;
    background: #fff;
    margin: 0;
    width: 100%;
    border-radius: 3px;
	box-sizing: border-box;
	-webkit-box-shadow: inset 1px 1px 2px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: inset 1px 1px 2px 0px rgba(0,0,0,0.2);
	box-shadow: inset 1px 1px 2px 0px rgba(0,0,0,0.2);
}
body[class] .wpcf7 textarea{
	height: 80px;
	resize: none;
}
.map {
	width: 42%;
	float: left;
	border-radius: 5px;
	overflow: hidden;
	box-shadow: 0 2px 2px 1px #ccc;
}
.map > iframe{
	width: 100%;
	float: left;
	height: 500px;
}
body[class] .wpcf7 input[type="submit"]{
	background: #D91111;
	border-radius: 3px;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	margin: 0;
	padding: 6px 0;
	border: none;
	text-align: center;
	width: 94px;
	cursor: pointer;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
body[class] .wpcf7 input[type="submit"]:hover {
	background: #6B97F8;
}
body[class] span.wpcf7-not-valid-tip{
	font-size: 12px;
    padding: 0 5px;
    color: #8a6d3b !important;
    background-color: #fcf8e3;
    border: #faebcc solid 1px;
    line-height: 20px;
}
body[class] div.wpcf7-response-output{
	margin: 0;
}
.leftBody_Div img.ajax-loader{
	border: none;
	float: none;
	box-shadow: none;
}
.rightBody_Div p.wnp {
    background: #6B97F8;
    position: relative;
    width: 86%;
    margin: -30px auto 0;
    padding: 10px;
	border-top: #fff solid 2px;
}
.rightBody_Div p.readMore{
	text-align: right;
}
.rightBody_Div p.readMore a{
	color: #fff;
	font-weight:700;
	text-transform: uppercase;
}
.BlogWrapper {
	overflow: hidden;
	width: 100%;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #ddd;
}
.BlogWrapper img {
	float: left;
	width: 184px;
	height: 184px;
	margin-right: 15px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
.text_TWO {
	color: #454545;
	font-size: 14px;
	line-height: 20px;
	text-align: justify;
}
a.readMore {
	float: left;
	background: none repeat scroll 0 0 #D91111;
	border-radius: 6px;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	margin: 15px auto;
	padding: 6px 0;
	text-align: center;
	width: 94px;
}
a.readMore:hover {
	color: #000;
}
blockquote.easy_testimonial p {
	width: auto !important;
	margin-bottom: 15px;
}
p.easy_testimonial_title {
	font-size: 16px;
	text-transform: capitalize;
	color: #fff;
	padding: 4px 10px;
	background: #a3bffc;
	border-radius: 5px;
	border: 1px solid #fff;
	font-weight: bold;
}
.easy_testimonial {
	border: 1px solid #ccc;
	border-radius: 5px;
	background: #edf1fe;
	padding: 20px 15px;
	box-shadow: 0 1px 2px 1px #ccc;
	margin-bottom: 15px;
}
.testimonial_body {
	font-size: 14px;
	color: #454545;
	line-height: 20px;
	text-align: justify;
}
.left-Top_section {
	width: 100%;
	float: left;
	margin-bottom: 20px;
	padding-bottom: 15px;
	border-bottom: 1px solid #eee;
}
.left-Top_section p {
	font-size: 13px;
	text-align: justify;
}
.left-Top_section span {
	font-size: 14px;
	margin: 10px 0;
}
.image-list {
	width: 250px;
	float: left;
}
.image-list ul {
	margin: 0;
	padding: 0;
}
.image-list ul li {
	list-style: none;
	margin-bottom: 5px;
	padding: 0;
}
.image-list ul li a {
	text-transform: capitalize;
	font-size: 12px;
	color: #333333;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #f9f9f9 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f9f9f9)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%, #f9f9f9 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%, #f9f9f9 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%, #f9f9f9 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ffffff 0%, #f9f9f9 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f9f9f9', GradientType=0 ); /* IE6-9 */
	border-color: #D3D3D3 #D3D3D3 #9C9C9C;
	border-image: none;
	border-radius: 3px;
	border-style: solid;
	border-width: 1px;
	color: #333333;
	display: block;
	font-size: 12px;
	line-height: 18px;
	padding: 5px 20px 5px 10px;
}
.image-list ul li a:hover {
	color: #fff;
	background: #6B97F8;
	border-color: #999;
}
.image-list ul li a.active {
	color: #fff;
	background: #6B97F8;
	border-color: #999;
}
.image-list_image {
	width: 446px;
	float: right;
}
.image-list_image span {
	background: #000;
	padding: 15px;
	color: #fff;
	font-size: 13px;
	text-transform: capitalize;
	display: block;
}
.image-list_image span p {
	background: #000;
	padding: 0;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	text-transform: capitalize;
	display: block;
}
.image-list_image img {
	width: 440px;
	margin: 0 auto;
	border: 3px solid #eee;
}
.slider_Div {
	margin-bottom: 20px;
	overflow: hidden;
}
.slider-bottom_section {
	width: 100%;
	float: left;
}
.slider-bottom_section h1 {
	font-size: 18px;
	color: #2E59B7;
	text-transform: capitalize;
	font-weight: normal;
	margin-bottom: 15px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ddd;
	margin-top: 15px;
}
.slider-bottom_section span p {
	font-size: 14px;
	color: #6B97F8;
	text-transform: capitalize;
	margin-bottom: 15px;
}
.slider-bottom_section p {
	font-size: 13px;
	color: #636363;
	text-transform: capitalize;
	margin-bottom: 20px;
}
.bottom_listDiv {
	width: 45%;
	float: left;
}
.bottom_listDiv h2 {
	font-size: 17px;
	color: #2E59B7;
	text-transform: capitalize;
	font-weight: normal;
	margin-bottom: 10px;
	border: none;
	padding: 0;
}
.bottom_listDiv ul {
	margin: 0;
	padding: 0;
}
.bottom_listDiv ul li {
	margin: 2px;
	padding: 2px 5px;
	background: #eee;
	list-style: none;
	border: 1px solid #CCCCCC;
	font-size: 12px;
}
.totalBlueDiv-sec {
	width: 50%;
	float: right;
}
.blue-bgDiv {
	background: #6B97F8;
	padding: 15px;
	margin-top: 10px;
	border: 1px solid #2D55AD;
}
.blue-bgDiv p {
	color: #fff;
	margin-bottom: 5px;
	line-height: 19px;
}
.spanText {
	width: 100%;
	font-size: 13px;
	color: #98A3B0;
	margin: 15px 0 5px;
	line-height: 19px;
}
.spanText a {
	color: #2E59B7;
}
.spanText a:hover {
	color: #000;
}
.morepic {
	padding: 5px 15px;
	background: #D60000;
	color: #fff;
	border-radius: 5px;
	float: right;
	text-transform: capitalize;
	text-align: center;
	margin-bottom: 15px;
}
.morepic a {
	color: #fff;
	font-size: 14px;
	font-weight: bold;
}
.morepic a:hover {
	color: #000;
}
.total-height {
	min-height: 650px;
}
.priceDiv {
	width: 45%;
}
.para {
	margin: 20px 0;
	padding-top: 20px;
	border-top: 1px solid #ccc;
	width: 100%;
}
.green-bgDiv {
	background: #888888;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	margin-top: 32px;
	padding: 5px 15px;
	display: block;
	border: 1px solid #555;
}
.green-bgDiv span {
	color: #555;
	background: #fff;
	padding: 3px;
	font-size: 14px;
	text-transform: capitalize;
	margin-right: 3%;
}
.green-bgDiv p {
	color: #FFFFFF;
	line-height: 19px;
	margin-bottom: 5px;
}
/*======Boat review page css========*/



.boat_review_section {
	width: 100%;
	float: left;
}
.post {
	margin: 0 0 10px;
	padding: 0 0 10px;
	border-bottom: 1px solid #ccc;
}
.post h2.title {
	padding: 10px 0;
	color: #243164;
	font-size: 13px;
	font-weight: bold;
	line-height: 18px;
	border-bottom: 1px solid #eee;
	margin-bottom: 10px;
}
.post-meta {
	width: 100%;
	margin-bottom: 20px;
}
.post-meta span.medium {
	font-size: 0.9em;
}
.post-date {
	color: #000;
	font-size: 13px;
}
.post-meta span.comments a {
	color: #6BB4FE;
	font-size: 13px;
}
.post-meta span.comments a:hover {
	color: #243164;
}
.post-list-image {
	width: 600px;
	margin: 0 auto;
}
.image-holder {
	width: 100%;
	float: left;
	margin-bottom: 20px;
}
.image-holder img {
	max-width: 100%;
	margin: 0 auto;
}
p.txt-para {
	width: 100%;
	margin: 0 0 20px;
	font-size: 13px;
	text-align: justify;
	line-height: 20px;
}
/*======Boat review page css========*/

.pagination {
	clear: both;
	padding: 20px 0;
	position: relative;
	font-size: 11px;
	line-height: 13px;
}
.pagination span, .pagination a {
	display: block;
	float: left;
	margin: 2px 2px 2px 0;
	padding: 6px 9px 5px 9px;
	text-decoration: none;
	width: auto;
	color: #fff;
	background: #555;
}
.pagination a:hover {
	color: #fff;
	background: #3279BB;
}
.pagination .current {
	padding: 6px 9px 5px 9px;
	background: #3279BB;
	color: #fff;
}
.bottom_listDiv_1 {
	width: 100%;
}
.bottom_listDiv_1h2 {
	font-size: 17px;
	color: #2E59B7;
	text-transform: capitalize;
	font-weight: normal;
	margin-bottom: 10px;
	border: none;
	padding: 0;
}
table {
	width: 98%;
	border-collapse: collapse;
	border: 1px solid #ddd;
}
table tr td {
	padding: 3px 5px;
	border: 1px solid #ddd;
	color: #454545;
}
form#commentform {
	float: left;
	width: 96%;
}
form#commentform p label {
	width: 100px;
	margin-right: 19px;
	float: left;
}
form#commentform p input[type='text'] {
	padding: 5px;
	border: 1px solid #ccc;
	border-radius: 3px;
	background: #eee;
	width: 81%;
}
form#commentform p textarea.BLOGtextFIELD {
	padding: 5px;
	border: 1px solid #ccc;
	border-radius: 3px;
	background: #eee;
	width: 81%;
	float: right;
}
p.sub {
	width: 100%;
	overflow: hidden;
}
p.sub input.submitBUTTON {
	margin-top: 15px;
	float: right;
	background: #D60000;
	padding: 7px 12px;
	border-radius: 5px;
	color: #fff;
	border: none;
	text-transform: uppercase;
	cursor: pointer;
	font-weight: bold;
}
p.sub input.submitBUTTON:hover {
	color: #000;
}
h1.leaverply_header {
	margin-bottom: 10px;
	font-size: 16px;
}
.cancel-comment-reply {
	width: 96%;
	float: left;
}

/* Added by M */
.info-right{
	float: left;
	width: 100%;
	border-bottom: #eee solid 1px;
	padding: 0 0 15px;
	margin: 0 0 15px;
}
.info-right .info{
	float: left;
}
.info-right .sort{
	float: right;
	width: 145px;
}
.info-right .sort label{
	float: left;
	margin: 0 2px 0 0;
}