@import css/reset.css;

@import css/typography.css;

@import css/layout.css;

/*
Theme Name: Starkers
Theme URI: http://elliotjaystocks.com
Description: The totally nude Wordpress theme. Phwoar! (Based on Twenty Ten)
Version: 3.0
Author: Elliot Jay Stocks
Author URI: http://elliotjaystocks.com
Tags: starkers, naked, clean, basic
*/
/* CSS Document */
@font-face {
	font-family:'HelveticaNeueLTPro67MediumCondensed';
	src:url(fonts/helveticaneue_medium_cond-webfont.eot);
	src:url(fonts/helveticaneue_medium_cond-webfont.eot) format("embedded-opentype"),url(fonts/helveticaneue_medium_cond-webfont.woff) format("woff"),url(fonts/helveticaneue_medium_cond-webfont.ttf) format("truetype"),url(fonts/helveticaneue_medium_cond-webfont.svg#HelveticaNeueLTPro67MediumCondensed) format("svg");
}

@font-face {
	font-family:'HelveticaCondensedBQRegular';
	src:url(fonts/helveticaconbq-light.eot);
	src:url(fonts/helveticaconbq-light.eot) format("embedded-opentype"),url(fonts/helveticaconbq-light.woff) format("woff"),url(fonts/helveticaconbq-light.ttf) format("truetype"),url(fonts/helveticaconbq-light.svg#HelveticaCondensedBQRegular) format("svg");
}

@font-face {
	font-family:'MyriadProCondensed';
	src:url(fonts/myriadpro-cond.eot);
	src:url(fonts/myriadpro-cond.eot) format("embedded-opentype"),url(fonts/myriadpro-cond.woff) format("woff"),url(fonts/myriadpro-cond.ttf) format("truetype"),url(fonts/myriadpro-cond.svg#MyriadProCondensed) format("svg");
}

@font-face {
	font-family:'helvetica_neue_lt_pro67MdCn';
	src:url(fonts/helveticaneue_medium_cond-webfont-webfont.eot);
	src:url(fonts/helveticaneue_medium_cond-webfont-webfont.eot?#iefix) format("embedded-opentype"),url(fonts/helveticaneue_medium_cond-webfont-webfont.woff) format("woff"),url(fonts/helveticaneue_medium_cond-webfont-webfont.ttf) format("truetype");
	font-weight:400;
	font-style:normal;
}

body {
	margin:0;
	font-family:Arial,Helvetica,sans-serif;
	line-height:22px;
	font-size:16px;
	color:#000;
	background-image:url(images/bg.jpg);
	background-repeat:no-repeat;
	background-position:center top;
}

* {
	border:medium none;
	margin:0;
	outline:medium none;
	padding:0;
}

.container {
	width:1014px;
	margin:auto;
}

.container2 {
	width:1000px;
	margin:auto;
}

.header {
	width:100%;
	float:left;
	margin:18px 0;
}

.header .logo {
	width:250px;
	float:left;
	margin:30px 0 0 7px;
}

.header .navigantion {
	width:750px;
	float:right;
	margin-right:7px;
}

.header .navigantion .social {
	width:auto;
	float:right;
	margin:0 0 30px;
}

/* nav area */
.menu {
	width:100%;
	float:left;
	text-align:right;
}

.menu ul {
	width:auto;
	list-style:none;
	margin:0;
	padding:0;
	float:right;
	font-family:"MyriadProCondensed";
	font-size:18px;
	text-shadow:1px 1px 1px #002b49;
}

.menu ul li {
	display:inline;
	text-transform:uppercase;
	padding-right:25px;
}

.menu ul li a {
	color:#fff;
	text-decoration:none;
	padding-bottom:20px;
}

.menu ul li a1:hover {
	color:#fff;
}

.menu .current-menu-item1 > a {
	background-color:#ffa626;
}

.menu ul li:last-child {
	padding-right:0;
}

.menu-top,
.menu-top ul {
	margin:0;
	padding:0;
	position:relative;
	z-index:999999;
	width:100%;
}

.menu-top li {
	display:inline;
	position:relative;
}

.menu-top li li {
	font-size:13px;
	font-family:Arial,Helvetica,sans-serif;
	background-image:none;
	margin-bottom:1px;
	float:left;
	text-align:left;
}

.menu-top ul {
	position:absolute;
	display:none;
	width:200px;
	top:30px;
	left:0;
}

.menu-top ul a {
	text-shadow:none;
	background-color:#db2b30;
	border:solid 1px #fff;
}

.menu-top li ul a {
	width:160px;
	float:left;
	display:inline;
	padding:5px 0 5px 10px;
}

.menu-top li ul a:hover {
	float:left;
	display:inline;
	background-color:#00305f;
}

.menu-top li:hover ul,
.menu-top li li:hover ul,
.menu-top li li li:hover ul,
.menu-top li li li li:hover ul {
	display:block;
}

/* body_area */
.body_area {
	width:100%;
	float:left;
}

.white_box {
	width:100%;
	float:left;
	margin-bottom:30px;
}

.white_box .top {
	width:100%;
	height:17px;
	float:left;
	background-image:url(images/white_top.png);
}

.white_box .mid {
	width:100%;
	float:left;
	background-image:url(images/white_mid.png);
	background-repeat:repeat-y;
}

.white_box .bot {
	width:100%;
	height:30px;
	float:left;
	background-image:url(images/white_bot.png);
}

/* slider Area */
.slider_area {
	width:980px;
	float:left;
	margin:0 0 30px 17px;
}

.slider_area .img {
	width:100%;
	float:left;
}

.slider_area img {
	width:980px;
	height:auto;
}

.slider_area .text_block {
	width:300px;
	float:right;
	line-height:18px;
	background-image:url(images/slider_overlay.png);
	padding:10px;
	box-shadow:0 0 5px #000;
	color:#fff;
	margin:-320px 20px 0 0;
	font-size:12px;
}

.slider_area .text_block p {
	font-size:12px;
	margin:0;
}

.slider_area .text_block h3 {
	width:100%;
	float:left;
	margin:0 0 10px;
	padding:0;
	font-size:22px;
	font-family:"helvetica_neue_lt_pro67MdCn";
	font-weight:400;
	line-height:25px;
}

.slider_area .text_block .mid1 {
	width:100%;
	float:left;
	font-size:14px;
	font-weight:700;
	line-height:25px;
	margin:20px 0 5px;
}

.slider_area .text_block .mid1 span {
	text-transform:uppercase;
}

.left_area {
	width:670px;
	float:left;
	margin:0 0 0 27px;
}

.right_area {
	width:285px;
	float:right;
	margin:0 27px 0 0;
}

.right_area img {
	float:right;
}

.left_area h2 {
	width:100%;
	float:left;
	margin:0 0 10px;
	padding:0;
	font-size:26px;
	font-family:"helvetica_neue_lt_pro67MdCn";
	text-transform:uppercase;
	color:#e13228;
	font-weight:400;
}

.left_area h4 {
	color:#e13228;
	float:left;
	font-family:HelveticaNeueLTPro67MediumCondensed;
	font-size:18px;
	font-weight:400;
	letter-spacing:1px;
	margin:0 0 10px;
	padding:0;
	width:100%;
}

.left_area .btn {
	width:100%;
	float:left;
	margin:20px 0 0;
}

.right_area .block1 {
	width:238px;
	float:right;
	margin-bottom:20px;
	background-color:#fff;
	padding:10px;
	border:solid 1px #e5e5e5;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	-o-border-radius:20px;
	-ms-border-radius:20px;
	border-radius:20px;
}

.right_area .block1 h3 {
	color:#E13228;
	float:RIGHT;
	font-family:"helvetica_neue_lt_pro67MdCn";
	font-size:18px;
	font-weight:400;
	margin:0 0 10px;
	padding1:0 30px;
	text-align:center;
	width:98%;
}

.block1 li {
	list-style-type: none;
}

.bottom_block_area {
	width:1000px;
	margin:0 auto 10px;
	text-align:center;
}

.bottom_block_area .block {
	width:235px;
	height:271px;
	display:inline-block;
	background-image:url(images/bottom_box.png);
	background-repeat:no-repeat;
	margin:0;
	padding-right:14px;
	text-align:center;
}

.bottom_block_area .block h3 {
	width:100%;
	float:left;
	margin:20px 0 10px;
	padding:0;
	font-size:18px;
	font-family:"helvetica_neue_lt_pro67MdCn";
	color:#000;
	font-weight:400;
	text-transform:uppercase;
}

.bottom_block_area .block .map2 {
	width:100%;
	float:left;
	margin:0 0 10px;
}

.bottom_block_area .block .img {
	width:100%;
	float:left;
	margin:0 0 20px;
}

.bottom_block_area .block .btn {
	width:100%;
	float:left;
	text-align:center;
}

.bottom_block_area .block .btn a,
.tours-widget .btn a,
.tours-widget .btn a:visited {
	width:auto;
	background-image:url(images/btn_bg.png);
	background-repeat:repeat-x;
	color:#fff;
	font-size:14px;
	font-weight:700;
	padding:6px 10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	-o-border-radius:10px;
	-ms-border-radius:10px;
	border-radius:10px;
	text-decoration:none;
}

.btn:hover,input[type=submit]:hover,
.left_area .wpml input.ui-button:hover,
.left_area .wpml a.ui-button:hover {
	opacity:0.8;
}

.bottom_block_area .block:last-child {
	padding-right:0;
}

.testimonial_area {
	width:100%;
	float:left;
	margin:0 0 30px;
	background-color:#e13228;
	font-size:14px;
	color:#fff;
	margin-bottom:30px;
}

.testimonial_area .block {
	width:480px;
	float:left;
	background-image:url(images/divider1.jpg);
	background-repeat:repeat-y;
	background-position:right top;
	padding-right:19px;
	margin-right:19px;
}

.testimonial_area .block p {
	width:100%;
	float:left;
	padding:30px 0;
}

.testimonial_area .block p span {
	width:100%;
	float:left;
	padding:10px 0 0;
	font-weight:700;
}

.testimonial_area .block:last-child {
	background-image:none;
	padding-right:0;
	margin-right:0;
}

.sponser_area {
	width:100%;
	float:left;
	margin:0 0 20px;
}

.sponser_area .block1 {
	width:auto;
	float:left;
	margin-right:25px;
}

.sponser_area .block2 {
	width:auto;
	float:left;
}

.sponser_area .block2 .tit {
	width:100%;
	font-size:18px;
	color:#6b6b6b;
}

.sponser_area .block2 .sec {
	width:auto;
	float:left;
	margin-right:25px;
}

.sponser_area .block2 .sec:last-child {
	margin-right:0;
}

/* form Area */
.form_area {
	width:280px;
	float:right;
	margin:-355px 0 0;
}

.form_area .tit {
	width:270px;
	float:left;
	background-color:#fe0018;
	-moz-border-radius:0 8px 0 0;
	-webkit-border-radius:0 8px 0 0;
	-o-border-radius:0 8px 0 0;
	-ms-border-radius:0 8px 0 0;
	border-radius:0 8px 0 0;
	font-family:"HelveticaNeueLTCom67MediumCondensed";
	color:#fff;
	font-size:18px;
	text-shadow:1px 1px 1px #9c0110;
	text-transform:uppercase;
	padding:6px 0 6px 10px;
}

.form_area .box {
	width:258px;
	float:left;
	background-color:#ead3b1;
	padding:10px;
	border:solid 1px #eee9ea;
}

.form_area .box input {
	width:246px;
	height:26px;
	float:left;
	background-color:#fff;
	border:solid 1px #c8c8c8;
	padding-left:10px;
	margin-bottom:6px;
	color:#3d3b3b;
	font-size:12px;
}

.form_area .box select {
	width:256px;
	height:26px;
	float:left;
	background-color:#fff;
	border:solid 1px #c8c8c8;
	padding-left:5px;
	padding-top:3px;
	margin-bottom:6px;
	color:#3d3b3b;
	font-size:12px;
}

.form_area .box textarea {
	width:246px;
	height:56px;
	float:left;
	font-family:Arial,Helvetica,sans-serif;
	background-color:#fff;
	border:solid 1px #c8c8c8;
	padding-left:10px;
	padding-top:10px;
	margin-bottom:6px;
	color:#3d3b3b;
	font-size:12px;
}

.form_area .box .button1 {
	background:url(images/btn_bg.jpg) repeat-x scroll 0 0 transparent;
	border:none;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	-o-border-radius:8px;
	-ms-border-radius:8px;
	border-radius:8px;
	color:#fff;
	float:left;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight:700;
	text-align:center;
	width:auto;
	padding:3px 10px;
	height:auto;
}

/* Footer */
.footer {
	width:100%;
	background-image:url(images/footer_bg.jpg);
	background-repeat:repeat-x;
	background-color:#0388a8;
	color:#fff;
	font-size:12px;
	padding:20px 0;
	text-align:center;
	float:left;
}

.footer ul {
	float:left;
	list-style:none outside none;
	margin:0 0 5px;
	padding:0;
	text-align:center!important;
	text-transform:uppercase;
	width:100%;
}

.footer ul li {
	display:inline;
	background-image:url(images/footer_line.png);
	background-repeat:no-repeat;
	background-position:right center;
}

.footer ul li a {
	color:#fff;
	text-decoration:none;
	padding:0 16px;
}

.footer ul li a:hover {
	text-decoration:underline;
}

.footer .current-menu-item > a {
	text-decoration:underline;
}

.footer ul li:last-child {
	background:none;
}

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

.footer a:hover {
	text-decoration:underline;
}

.comment-list {
	margin:0;
	padding:0;
}

#commentform {
	clear:both;
	float:left;
	margin:20px 0;
}

#commentform textarea {
	width:100%;
	border:1px solid #e1e1e1;
}

#commentform input {
	border:1px solid #E1E1E1;
	height:20px;
	padding:3px;
	width:200px;
}

#commentform label {
	clear:both;
	float:left;
	margin-top:10px;
	padding-bottom:5px;
	width:100%;
}

.required,
.form-allowed-tags {
	display:none;
}

#commentform h3 {
	color:#0089B0;
	font-size:18px;
	margin:10px 0;
}

#commentform p {
	width:90%;
}

#commentform #submit,
.wpcf7-form input[type="submit"],
.left_area .wpml input.ui-button,
.left_area .wpml a.ui-button,
.left_area .wpml input.ui-button:hover,
.left_area .wpml a.ui-button:hover {
	background:none repeat scroll 0 0 #29A2CE;
	border: none;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	-o-border-radius:6px;
	-ms-border-radius:6px;
	border-radius:6px;
	color:#FFF;
	font-size: 11px;
	font-weight:700;
	height:auto;
	margin:12px 0;
	padding:7px 0;
	width:123px;
}

.left_area .wpcf7-form input[type="submit"] {
	width:123px;
	margin-left:60px;
}

.comment-list ol,
.ping-list ol {
	margin:0;
	padding:10px;
}

.comment-list li,
.ping-list li {
	font-weight:700;
	margin:15px 0 5px;
	padding:10px 5px 10px 10px;
	list-style:none;
}

.comment-list li ul li {
	margin-right:-6px;
	margin-left:10px;
}

.comment-list p,
.ping-list p {
	font-weight:400;
	text-transform:none;
	margin:10px 5px 10px 0;
	padding:0;
	width:100%;
}

.comment-list li .avatar {
	background:#F4F4F4;
	float:right;
	border:1px solid #DDD;
	margin:0 5px 0 10px;
	padding:4px;
}

.comment-list cite,
.comment-list cite a,
.ping-list cite,
.ping-list cite a {
	font-weight:700;
	font-style:normal;
}

.commentmetadata {
	font-size:11px;
	font-weight:400;
}

#respond:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.alt {
	margin:0;
	padding:10px;
}

.children {
	margin:0;
	padding:0;
}

.nocomments {
	text-align:center;
	margin:0;
	padding:0;
}

.reply a,
.reply a:visited {
	background:#A40025;
	font-size:11px;
	color:#FFF;
	text-decoration:none;
	text-shadow:#436D04 1px 1px;
	font-weight:700;
	margin:0;
	padding:3px 5px;
	border:1px solid #930;
}

.reply {
	clear:both;
	float:left;
	margin:5px 0 20px;
}

.reply a:hover {
	background:#A40025;
	text-decoration:none;
	border:1px solid #930;
}

#comments .navigation {
	display:block;
	margin:10px 0 0;
}

p {
	float:left;
	margin-bottom:10px;
	font-size:15px;
}

.left_area img {
	max-width:100%;
	height:auto;
}

.left_area H1 {
	color:#000;
	float:left;
	font-family:HelveticaNeueLTPro67MediumCondensed;
	font-size:24px;
	font-weight:400;
	margin:20px 0;
	width:100%;
}

.internal .right_area22 {
	padding-top:60px;
}

#searchform div {
	float:left;
	height:auto;
	width:100%;
}

.right_area .map-container {
	margin-left:-11px;
}

input[type="text"] {
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-o-border-radius:5px;
	-ms-border-radius:5px;
	border-radius:5px;
	box-shadow:0 0 2px #A1A1A1;
	height:30px;
	margin:0 0 10px;
	padding:0 5px;
	width:256px;
}

input[type="email"] {
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-o-border-radius:5px;
	-ms-border-radius:5px;
	border-radius:5px;
	box-shadow:0 0 2px #0388A9;
	height:30px;
	padding:0 5px;
	width:228px;
	margin:0 0 10px;
}

/* Search 
--------------------------------------------------*/
.right_area .search {
	background:transparent;
	border:none;
}

input#s[type="text"] {
	-moz-border-radius:5px 0 0 5px;
	-webkit-border-radius:5px 0 0 5px;
	-o-border-radius:5px 0 0 5px;
	-ms-border-radius:5px 0 0 5px;
	border-radius:5px 0 0 5px;
	box-shadow:0 0 0;
	border:1px solid #a1a1a1;
	border-right:none;
	color:#a1a1a1;
	height:29px;
	width:400px;
}

.right_area input#s[type="text"] {
	width:196px;
}

input#searchsubmit[type="submit"] {
	background:url(images/search-button.png) no-repeat scroll 0 0 transparent;
	box-shadow:none;
	padding:18px 0;
	position:absolute;
	text-indent:-9999px;
	width:31px;
}

/*------------------*/
.block1 input[type="submit"] {
	background:url(images/sub.png) repeat scroll 0 0 transparent;
	border:medium none!important;
	cursor:pointer;
	float:right;
	font-family:Arial;
	font-size:14px;
	height:28px;
	width:137px;
}

.page .block1 input[type="submit"] {
	float:right;
}

.tours-widget {
}

.tours-widget .btn {
	clear:both;
	margin:0 auto;
	padding:20px 0 10px;
	text-align:center;
}

/*Map*/
.map-container {
	height:250px;
	float:left;
	margin-top:-6px;
	width:100%;
}

.cus h3 {
	margin:0!important;
}

.cus {
	background:none repeat scroll 0 0 transparent!important;
	margin-left:-20px!important;
	width:255px!important;
}

.map-container .map {
	position:relative;
}

.map-container .map img {
	position:absolute;
	top:0;
	left:0;
	display:none;
}

#transparent_map {
	position:absolute;
	width:260px;
	height:250px;
	border:none;
}

.internal .slider_area {
	height:240px!important;
	overflow:hidden;
}

.right_area .block1 h3 span {
	color:#000;
	font-size:15px;
}

.right_area .block1 h4 {
	float:left;
	font-size:12px;
	font-weight:400;
	margin:25px 0 10px;
	width:100%;
}

span.wpcf7-not-valid-tip {
	background:none repeat scroll 0 0 #fff!important;
	border:medium none!important;
	color:red!important;
	font-size:10pt!important;
	height:20px!important;
	left:7px!important;
	padding:2px;
	position:absolute;
	top:-3px!important;
	width:160px!important;
	z-index:100;
}

.mid a,
.mid a:visited {
	color:#01AEE0;
	text-decoration:none;
}

.mid a:hover {
	color:#E13228;
}

.mid .left_area h3 {
	float:left;
	font-family:Times New Roman;
	font-size:28px;
	font-weight:100;
	line-height:35px;
	margin:0 0 25px;
	width:100%;
}

#messBox {
	background:url(images/box-bg.png) repeat-x scroll 0 0 #0E6BA1;
	color:#FFF;
	float:left;
	height:auto;
	margin:25px;
	overflow:hidden;
	padding:20px;
	width:91.3%;
}

#messBox h2 {
	float:left;
	font-family:HelveticaCondensedBQRegular;
	font-size:24px;
	font-weight:700;
	letter-spacing:1px;
	margin:0 0 15px;
	width:100%;
}

.wpcf7-form p {
	width:100%;
}

.wpcf7-form label,
.left_area .wpmlfieldholder label.wpmlcustomfield,
.left_area .newsletters-fieldholder label.wpmlcustomfield {
	float:left;
	font-family:Arial;
	font-size:12px;
	font-weight: normal;
	width:60px;
}

.wpcf7-form input,
#savefields fieldset input,
.left_area #savefields fieldset textarea,
.left_area #savefields fieldset select,
.left_area #subscriberauthloginformdiv input#email,
.left_area .wpmlwidget input.wpmltext,
.left_area .wpmlwidget input.wpmlcheckbox,
.left_area .wpmlwidget input.wpmlradio,
.left_area .wpmlwidget textarea,
.left_area .wpml textarea,
.left_area .wpmlwidget select,
.left_area .wpmlunsubscribe input.wpmltext,
.left_area .wpmlunsubscribe input.wpmlcheckbox,
.left_area .wpmlunsubscribe input.wpmlradio,
.left_area .wpmlunsubscribe textarea,
.left_area .wpmlunsubscribe select,
.left_area .widget_newsletters input.wpmltext {
	background: #fff;
	border:1px solid #ccc;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	-o-border-radius:0;
	-ms-border-radius:0;
	border-radius:0;
	box-shadow:none;
	height:25px;
	margin:0;
	padding:0 5px;
	width:160px;
}

.left_area .widget_newsletters select {
	background: #fff;
	border:1px solid #ccc;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	-o-border-radius:0;
	-ms-border-radius:0;
	border-radius:0;
	box-shadow:none;
	margin: 0;
	padding: 4px 5px;
}

.left_area select.wpml {
	height: 25px;
}

.wpcf7-form textarea,
.left_area .widget_newsletters textarea {
	border:1px solid #ccc;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	-o-border-radius:0;
	-ms-border-radius:0;
	border-radius:0;
	box-shadow:none;
	height:75px;
	margin:0;
	padding:0 5px;
	width:160px;
}

.left_area .wpmlfieldholder label.wpmlcustomfield,
.left_area .newsletters-fieldholder label.wpmlcustomfield {
/*	display: none;*/
}

div.wpcf7-response-output {
	clear:both;
	float:left;
	font-size:12px!important;
	margin:10px!important;
	padding:.2em 1em;
}

.wpcf7-form label span {
	color:red;
}

.widget {
	float:left;
	padding-top:30px;
	width:100%;
}

.loop {
	float:left;
	margin-bottom:10px;
	margin-right:10px;
	width:213px;
}

.odd {
}

.loop .img {
	box-shadow:0 0 1px #C1C1C1;
	float:left;
	height:135px;
	padding:5px;
	text-align:center;
	width:95%;
}

.loop .ad {
	height:100%;
	overflow:hidden;
	width:100%;
}

.desp-box {
	background:url(images/acco-box.png) repeat scroll 0 0 transparent;
	float:left;
	font-family:arial!important;
	font-size:12px;
	font-weight:700;
	height:118px;
	margin-top:10px;
	padding:10px;
	text-transform:none;
	width:194px;
}

.loop:hover .desp-box {
	background:url(images/acco_box_hover.png) repeat scroll 0 0 transparent;
}

.loop:hover img {
	opacity:.5;
}

.desp-box h2 {
	color:#005BA4;
	font-family:arial;
	font-size:12px!important;
	font-weight:700;
	height:32px;
	line-height:15px!important;
	margin:0!important;
	overflow:hidden;
	text-align:center;
}

.desp-box aXA {
	background:url(images/view.png) repeat scroll 0 0 transparent;
	clear:both;
	color:#fff;
	float:left;
	height:22px;
	margin-top:20px;
	padding:3px 0;
	text-align:center;
	text-decoration:none;
	width:77px;
}

.desp-box h3 {
	height:75px!important;
	line-height:18px!important;
	overflow:hidden!important;
	color:#888;
	font-size:12px!important;
	margin:0!important;
	font-family:arial!important;
}

.single .left_area H1 {
	border-bottom:1px solid #33cae9;
	padding-bottom:13px;
}

.pagination {
	clear:both;
	width:100%;
}

/***** Images ********************/
img.centered {
	display:block;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;
	padding:0;
}

img.alignnone {
	padding:0;
	margin:0 0 10px;
	display:inline;
}

img.alignleft {
	padding:0;
	margin:0 10px 10px 0;
	display:inline;
}

img.alignright {
	padding:0;
	margin:0 0 10px 10px;
	display:inline;
}

.aligncenter {
	display:block;
	margin:0 auto 10px;
}

.alignleft {
	float:left;
	margin:0 10px 0 0;
}

.alignright {
	float:right;
	margin:0 0 0 10px;
}

.wp-caption {
	background:#F4F4F4;
	text-align:center;
	padding:5px 0 0 1px;
	border:1px solid #DDD;
}

.wp-caption img {
	margin:0;
	padding:0;
	border:0;
}

.wp-caption p.wp-caption-text {
	margin:0;
	padding:0;
	font-size:11px;
	font-weight:400;
	line-height:12px;
}

img.wp-smiley,img.wp-wink {
	float:none;
	border:none;
	margin:0;
	padding:0;
}

.single .left_area h2 {
	color:#00a5dd;
	font-family:arial;
	font-size:14px;
	font-weight:700;
	float:none;
	width:auto;
}

.single .left_area p {
	float:none;
	width:auto;
}

.single .left_area img {
	border:1px solid #d5d5d5;
	display:inline;
	margin:0 10px 10px 0;
	padding:4px;
}

.left_area ol,
.left_area ul,
#messBox ul {
	clear:both;
	float:left;
	margin-bottom:10px;
	padding-left:20px;
	width:96%;
}

.left_area ol li,
.left_area ul li,
#messBox ul li {
	background:url(images/BulletIconGreenArrowSmall.png) no-repeat scroll left 7px transparent;
	float:left;
	line-height:25px;
	list-style-type: none;
	width:100%;
	padding-left:20px;
}

.left_area .widget_newsletters .wpmlerror li {
	background: none !important;
}

.left_area table tr td {
	padding:10px;
}

#frmSS39 input {
	margin-left:12px;
	margin-top:2px;
	padding:0 10px;
	width:218px;
}

#frmSS39 input[type="submit"] {
	background:none repeat scroll 0 0 #145590;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-o-border-radius:5px;
	-ms-border-radius:5px;
	border-radius:5px;
	color:#FFF;
	cursor:pointer;
	float:right;
	height:27px;
	margin-right:10px;
	width:50px;
}

.left_area .wpcf7-form input,
.left_area .wpcf7-form textarea,
.left_area .wpmlwidget input.wpml,
.left_area .widget_newsletters input.wpml,
.left_area .widget_newsletters select {
	width:245px !important;
}


.left_area .wpmlfieldholder label.wpmlcustomfield,
.left_area .newsletters-fieldholder label.wpmlcustomfield {
	width: 100px;
}

.left_area .wpcf7-form textarea {
	height:125px;
}

.widget input[type="submit"] {
	background:none repeat scroll 0 0 transparent;
	border:medium none;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-o-border-radius:5px;
	-ms-border-radius:5px;
	border-radius:5px;
	bottom:267px;
	color:#FFF;
	cursor:pointer;
	left:-5px;
	padding:128px 0;
	position:relative;
	width:207px;
	font-size:0;
}

.left_area span.wpcf7-not-valid-tip {
	width:175px!important;
}

.portfolio .loop {
	width:225px;
}

.portfolio .thumb {
	float:left;
	text-align:center;
	width:100%;
}

.portfolio .text {
	color:#1A1A1A;
	float:left;
	font-size:13px;
	line-height:18px;
	width:100%;
}

.portfolio .loop h2 {
	font-size:20px!important;
	margin:8px 0 0;
	text-align:center;
}

.portfolio .left_area .img img {
	border:1px solid #C1C1C1;
	box-shadow:0 0 1px #1E1E1E;
	max-height:95%;
	padding:5px;
	width:auto;
}

.portfolio .loop .img {
	box-shadow:none;
	overflow:hidden;
}

.portfolio .desp-box {
	margin-top:3px;
}

.portfolio .desp-box h3 {
	height:auto!important;
}

.page-id-2784 .left_area .wpcf7-form label {
	width:104px;
}

.page-id-2784 .left_area div.wpcf7 {
	float:left;
	margin:50px 0 0;
	padding:0;
}

.sn {
	clear:both;
	float:left;
	height:250px;
	width:auto;
}

.wldt {
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-o-border-radius:5px;
	-ms-border-radius:5px;
	border-radius:5px;
	cursor:pointer;
	color:#FFF!important;
	text-decoration:none;
	float:left;
	height:29px;
	margin:10px 60px 20px 61px;
	padding-top:10px;
	text-align:center;
	width:50%;
	background:#ce0433;
/* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2NlMDQzMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM4ZjAyMjIiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjNmQwMDE5IiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
	background:-moz-linear-gradient(top,#ce0433 0%,#8f0222 100%,#6d0019 100%);
/* FF3.6+ */
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#ce0433),color-stop(100%,#8f0222),color-stop(100%,#6d0019));
/* Chrome,Safari4+ */
	background:-webkit-linear-gradient(top,#ce0433 0%,#8f0222 100%,#6d0019 100%);
/* Chrome10+,Safari5.1+ */
	background:-o-linear-gradient(top,#ce0433 0%,#8f0222 100%,#6d0019 100%);
/* Opera 11.10+ */
	background:-ms-linear-gradient(top,#ce0433 0%,#8f0222 100%,#6d0019 100%);
/* IE10+ */
	background:linear-gradient(to bottom,#ce0433 0%,#8f0222 100%,#6d0019 100%);
/* W3C */
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ce0433',endColorstr='#6d0019',GradientType=0);
/* IE6-8 */
}

.wldt:hover {
	background:#ce0433;
/* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2NlMDQzMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjYzYwMzQ4IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2U4MDQ0OCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background:-moz-linear-gradient(top,#ce0433 0%,#c60348 0%,#e80448 100%);
/* FF3.6+ */
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#ce0433),color-stop(0%,#c60348),color-stop(100%,#e80448));
/* Chrome,Safari4+ */
	background:-webkit-linear-gradient(top,#ce0433 0%,#c60348 0%,#e80448 100%);
/* Chrome10+,Safari5.1+ */
	background:-o-linear-gradient(top,#ce0433 0%,#c60348 0%,#e80448 100%);
/* Opera 11.10+ */
	background:-ms-linear-gradient(top,#ce0433 0%,#c60348 0%,#e80448 100%);
/* IE10+ */
	background:linear-gradient(to bottom,#ce0433 0%,#c60348 0%,#e80448 100%);
/* W3C */
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ce0433',endColorstr='#e80448',GradientType=0);
/* IE6-8 */
}

.right_area span.wpcf7-not-valid-tip {
	left:2px!important;
	width:165px!important;
}

.right_area .thumb img {
	border-radius1:5px 5px 5px 5px;
	box-shadow1:1px 1px 2px #1E1E1E;
	height:auto;
	max-width:97%;
	padding:3px;
}

.right_area .gallery-icon img {
	box-shadow:0 0 4px #1E1E1E;
	height:auto;
	max-width:85%;
	padding:7px;
}

.right_area .gallery-item {
	float:left;
	margin-bottom:10px;
	text-align:center;
	width:48%;
}

.bxslider4 li {
	overflow:hidden;
	text-align:center;
}

.bxslider4 li img {
	box-shadow:0 0 2px #1E1E1E;
	float:none;
	height:auto;
	margin-top:5px;
	max-width:90%;
	padding:4px;
}

.bxslider5 li {
	overflow:hidden;
	text-align:center;
}

.bxslider5 li img {
	box-shadow:0 0 2px #1E1E1E;
	float:none;
	height:auto;
	margin-top:5px;
	max-width:90%;
	padding:4px;
}

.attachment p {
	width:100%;
}

.left_area.full {
	width:94.7%!important;
}

.clear {
	clear:both;
	float:left;
	width:100%;
}

.conp {
	float:left;
	margin:20px 0;
	width:100%;
}

.thanks {
	border:1px solid #E1E1E1;
	box-shadow:0 0 1px #1E1E1E;
	color:#06A34A;
	float:left;
	margin:10px 0;
	padding:5px;
	text-align:center;
	width:96%;
}

.portfolio .desp-box h3.head {
	color:#33A0D9;
	font-weight:700;
	height:auto!important;
}

.portfolio .desp-box h4.headb {
	color:#847373;
	font-size:14px;
	line-height:15px;
	margin:0 0 5px;
	width:100%;
}

.portfolio .desp-box .boxs {
	float:left;
	height:108px;
	overflow:hidden;
}

#linkStore {
	position:absolute;
	visibility:hidden;
}

.sub a {
	font-size:12px;
	text-decoration:none;
}

.sub ul li {
	background:url(images/BulletIconGreenArrowSmall.png) no-repeat scroll left 7px transparent;
	padding-left:15px;
}

.sub ul {
	padding-left:10px;
}

.sub {
	float:left;
	font-size:14px;
	margin-top:15px;
	width:100%;
}

.page p {
	width:100%;
	float:left;
}

.map-container input[type="submit"] {
	background-attachment:scroll;
	background-clip:border-box;
	background-color:transparent;
	background-image:none;
	background-origin:padding-box;
	background-position:0 0;
	background-repeat:repeat;
	background-size:auto auto;
	float:left!important;
	padding-bottom:130px;
	padding-left:130px;
	padding-right:130px;
	padding-top:130px;
	width:260px;
}

.left_area .feautredimg,
.left_area .featuredimg {
	float:left;
	display:block;
	clear:none;
}

.left_area .blogcontent {
	float:left;
	padding:10px 0;
}

.blogcontent .blogheading {
	clear:none;
	display:block;
	float:right;
	padding:0 20px;
	width:427px;
}

.int-tours a img:hover {
	opacity:.8;
}

.right_area h3 a,
.right_area h3 a:visited {
	color:#E13228;
	text-decoration:none;
}

.right_area h3 a:hover {
	color:#01AEE0;
}

.feautredimg1,
.featuredimg1 {
	clear:none;
	display:block;
	float:left;
	width:150px;
}

/* Featured Posts On Home Page 
---------------------------------------------------------------*/
#featuredposts {
	background:url(images/gradient-grey.jpg) repeat-x scroll 0 0 #fff;
	margin:0 0 10px;
	border:1px solid #dcdcdc;
	-ms-border-radius:10px;
	-webkit-border-radius:10px;
	-o-border-radius:10px;
	-ms-border-radius:10px;
	border-radius:10px;
	overflow:hidden;
}

.featuredposts {
	height:210px;
	overflow-y:scroll;
	padding:0 10px 10px;
}

.featuredheading {
	clear:both;
	color:#E13228;
	font-family:"helvetica_neue_lt_pro67MdCn";
	font-size:26px;
	font-weight:400;
	padding:20px 10px 0;
	text-transform:uppercase;
}

.featuredpost {
	border-bottom:1px solid #dcdcdc;
	display:block;
	height:170px;
	margin:0;
	padding:0;
	overflow:hidden;
	width:473px;
}

.featuredpost:nth-child(n+1) {
	float:right;
}

.featuredpost:nth-child(2n+1) {
	float:left;
}

.featuredpost h2 {
	margin:20px 0 10px;
	padding:0;
	font-size:18px;
	font-family:"helvetica_neue_lt_pro67MdCn";
	text-transform:uppercase;
	font-weight:400;
}

.featuredpost h2 a,
.featuredpost h2 a:visited {
	color:#000;
	text-decoration:none;
}

.featuredpost h2 a:hover {
	color:#E13228;
}

.featuredimg {
	float:left;
}

.featuredimg img {
	margin:0 10px 0 0;
}

.postmeta {
	color:#a1a1a1;
	font-size:12px;
	padding:0 0 10px;
}

.postmeta a,
.postmeta a:visited {
	color:#a1a1a1;
}

.postmeta a:hover {
	color:#E13228;
}

.featuredexp p {
	float:none;
	text-align:justify;
}

.featuredpost .morelink a,
.featuredpost .morelink a:visited {
	color:#005BA4;
	font-size:12px;
}

.featuredpost .morelink a:hover {
	color:#E13228;
}

#newsletters-embed7805-form {
	width: 50%;
}