﻿*  {	margin: 0;	padding: 0; }

body  {
	color:#191919;
	background:#dfdfdf;
	font-size:0.8em;
	line-height:173%;}

body.contentpane, body.mceContentBody {	background:#FFFFFF;}

a  {	text-decoration: none; color: #41a0fa;}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a{color:#191919;}
a:hover  { text-decoration:underline; }
a:active { outline: none;}
a:focus {-moz-outline-style: none;}	

fieldset a  {font-weight: bold; }
h1,h2,h3,h4,h5 {padding-bottom: 10px;}
h1 {	font-size:1.9em;font-weight: normal;text-transform:uppercase;line-height: 33px;}

h2 {	font-size:1.6em;font-weight: normal;}

h3 {	font-size:1.4em;font-weight:normal;}

h4 {	font-size:1.2em;font-weight: normal;color:#949494;margin-top: 10px;}

h5 {	font-size:0.9em;font-weight: normal;}


/* IMAGES
----------------------------------------------------------- */

a img, fieldset, img  {	border: none; }

img {
	line-height:100%;}
	
img.s5zoom {
    transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease; 
     -moz-transition: all 0.4s ease; 
       -o-transition: all 0.4s ease;}

img.s5zoom:hover {
     transform: scale(1.15) rotate(0deg);
    -webkit-transform: rotate(0deg) scale(1.15);
    -moz-transform: rotate(0deg) scale(1.15);
    -o-transform: rotate(0deg) scale(1.15);}

	
img#myGallery_height_img {display:block;}	
	

.mosimage  {
	padding: 0;
	border:1px solid #333333;
	margin:6px;	}

.mosimage img  {
	padding: 0;
	margin: 0!important; }

.mosimage_caption {
	background:#333333;
	border-top:1px solid #333333;
	color:#FFFFFF;
	font-size:8pt;
	margin-top:2px;
	padding:1px 2px;}


/* FORM
----------------------------------------------------------- */
fieldset  {
	padding-top:10px;
	padding-bottom:7px;}

#form-login fieldset {
	border:none;
	padding-top:0px;}

#form-login p {
	padding-top:0px;}

#login br {
	display:none;}

#login .button {
	margin-top:8px;
	margin-bottom:8px;}

#login ul, #form-login ul {
	padding-top:8px;
	padding-bottom:8px;}

#modlgn-username, #modlgn-passwd, #username_vmlogin, #password_vmlogin {
    width:92%;}

.inputbox, .registration input, .login input, .contact-form input, #jform_contact_message, input {
	border:solid 1px #ffffff;
	padding: 6px 8px 8px 10px;
	font-size: 1.0em;
	color:#333333;
	background:#f7f7f7;
	-moz-box-shadow:0 1px 1px rgba(0, 0, 0, 0.1) inset;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) inset;
    box-shadow:0 1px 1px rgba(0, 0, 0, 0.1) inset;
	-webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;}
	
#jform_contact_message {
	width:64%;}

.inputbox:hover, .registration input:hover, .login input:hover, .contact-form input:hover, #jform_contact_message:hover, input:hover {
	background:#ffffff;
	
	-moz-box-shadow:0 1px 5px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
    box-shadow:0 1px 5px rgba(0, 0, 0, 0.1);	
	-webkit-transition: all 200ms ease-in;
	-moz-transition: all 200ms ease-in;
	-o-transition: all 200ms ease-in;
	transition: all 200ms ease-in;}	
	
select.inputbox {
behavior:none;}

label.invalid {
	color:#FF0000;}

label.invalid {
	color:red;}

.invalid {
	border-color:#FF0000;}

.invalid {
	border-color:red !important;}

.tool-tip {
	float: left;
	background: #CCCCCC;
	border: 1px solid #333333;
	padding: 5px;
	color:#000000;
	max-width: 200px;}

.tool-title {
	padding: 0;
	margin: 0;
	font-weight: bold;
	margin-top: -15px;
	padding-top: 15px;
	padding-bottom: 5px;
	color:#000000;}

.tool-text {
	color:#000000;
	margin: 0;}

/* BUTTONS
----------------------------------------------------------- */

.button, a.readon, p.readmore a, div.catItemReadMore, .userItemReadMore, div.catItemCommentsLink, .userItemCommentsLink, a.readmore-link, a.comments-link, div.itemCommentsForm form input#submitCommentButton {
	cursor:pointer;
	padding:7px 18px;
	margin-left: 11px;
	margin-top: 13px;
	font-size:.9em;
	text-transform:uppercase;
	text-decoration: none; 
	border-width:1px;		
	border-color:rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);			
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius:3px;			
	color:#686868;
	text-shadow:0 1px 0 rgba(255, 255, 255, 1);
	background: #f8f8f8; /* Old browsers */
	background: -moz-linear-gradient(top, #f8f8f8 26%, #dfdfdf 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(26%,#f8f8f8), color-stop(100%,#dfdfdf)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f8f8f8 26%,#dfdfdf 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f8f8f8 26%,#dfdfdf 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f8f8f8 26%,#dfdfdf 100%); /* IE10+ */
	background: linear-gradient(to bottom, #f8f8f8 26%,#dfdfdf 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#dfdfdf',GradientType=0 ); /* IE6-9 */
	-webkit-box-shadow:0 1px 0 rgba(255, 255, 255, 1) inset, 0 2px 1px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 1) inset, 0 2px 1px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 0 rgba(255, 255, 255, 1) inset, 0 2px 1px rgba(0, 0, 0, 0.1);		}
	
.btn-primary {
	background: #f8f8f8; /* Old browsers */
	background: -moz-linear-gradient(top, #f8f8f8 26%, #dfdfdf 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(26%,#f8f8f8), color-stop(100%,#dfdfdf)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f8f8f8 26%,#dfdfdf 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f8f8f8 26%,#dfdfdf 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f8f8f8 26%,#dfdfdf 100%); /* IE10+ */
	background: linear-gradient(to bottom, #f8f8f8 26%,#dfdfdf 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#dfdfdf',GradientType=0 ); /* IE6-9 */}

.button {
	margin:0px;
	margin-top:0px;
	margin-right:8px;
	color:#686868;}
	
p.readmore a {
	margin-left:0px;
	line-height: 55px;}
	
.button:hover, p.readmore:hover a {
	background:#ffffff;}
	
input#search-searchword {
	margin-left: 5px;
	margin-right:5px;}
	
.ordering-box select {
	font-size: 0.8em;
    margin-left: 3px;
    margin-top: 7px;
    padding: 3px 2px 3px 3px;}
	
.btn-primary, .pager a {
color:#FFFFFF !important;
}

.btn-primary:hover, .pager a:hover {
color:#FFFFFF !important;
}
	
#submitCommentButton {
	margin-top:14px;}

a.readon, div.catItemReadMore, .userItemReadMore, div.catItemCommentsLink, .userItemCommentsLink, a.readmore-link, a.comments-link {
	padding-left:10px;
	padding-right:10px;}
	
#s5_loginreg ul {
list-style:none;
margin:0px;
}

#login-form ul {
	margin-top:5px;}

	#login-form ul li{
	margin-top:3px;}
	
	


.btn, .btn-large, .button, .pager a  {
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
.btn-group > .btn.large:first-child, .btn-group > .btn:first-child {
-webkit-border-top-left-radius: 4px;
-moz-border-radius-topleft: 4px;
border-top-left-radius: 4px;
-webkit-border-bottom-left-radius: 4px;
-moz-border-radius-bottomleft: 4px;
border-bottom-left-radius: 4px;
}
.btn-group > .btn.large:last-child, .btn-group > .large.dropdown-toggle,
.btn-group > .btn:last-child, .btn-group > .dropdown-toggle {
-webkit-border-top-right-radius: 4px;
-moz-border-radius-topright: 4px;
border-top-right-radius: 4px;
-webkit-border-bottom-right-radius: 4px;
-moz-border-radius-bottomright: 4px;
border-bottom-right-radius: 4px;
}

.btn-group-vertical .btn:first-child {
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.btn-group-vertical .btn:last-child {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.btn-group-vertical .btn-large:first-child {
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.btn-group-vertical .btn-large:last-child {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}	

/* FONT CONTROLS
----------------------------------------------------------- */
#fontControls {
	margin-left: 22px;
    margin-top: 43px;
	float:right;}

#fontControls a {
	color:#000000;}

.decreaseSize {
	font-size:12px;}

.increaseSize {
	font-size:19px;}

.resetSize {
	font-size:16px;
	margin-left:5px;
	margin-right:5px;}	
	
/* SCROLL TO TOP
----------------------------------------------------------- */

#s5_scrolltotop {
	height: 0;
	visibility:hidden;}


.s5_scrolltotop  {	
	cursor: pointer;
    float: right;
    height: 27px;
    margin-left: 15px;
    margin-right: -2px;
    margin-top: -57px;
    position: relative;
    width: 25px;
    z-index: 3;
	background:transparent url(../images/s5_scrolltotop.png) no-repeat;}	


	
	
/* BOTTOM MENU
----------------------------------------------------------- */

#s5_bottom_menu_wrap ul.menu a:hover {
text-decoration:underline;}

#s5_bottom_menu_wrap ul.menu li {
padding-right:7px;
padding-left:7px;
font-size:1.1em;
font-weight:bold;
float:left;}

#s5_bottom_menu_wrap {
padding-top:10px;}

#s5_bottom_menu_wrap a {
	color:#62696e;
	font-size:.6em;
	font-family:arial;}
	
#s5_bottom_menu_wrap .moduletable {
text-align: center;
float: right;
padding-top: 15px;
}


/* COLUMN MENU
----------------------------------------------------------- */

.module_round_box ul.menu a {
padding:24px;
padding-bottom:6px;
padding-top:6px;
display:block;
background:url(../images/system/arrow.png) no-repeat left center;
color:#191919;
border-bottom:1px dotted #D3D3D3;}

.module_round_box ul.menu a:hover {
text-decoration:underline;}

.module_round_box ul.menu ul a:hover {
text-decoration:underline;}

.module_round_box ul.menu ul a {
background:none;
padding:6px;
padding-left:10px;
border-bottom: none;
display:block;}

.module_round_box ul.menu ul ul a {
font-size:8pt;
padding:3px;
padding-left:20px;
border-bottom: none;
display:block;
font-weight:normal;}

.module_round_box ul.menu #current ul span {
font-weight:normal;}

.module_round_box ul.menu li {
padding:0px;}

.module_round_box ul.menu li ul li {
margin-left:24px;}









#s5_center_area1 .module_round_box_outer ul.menu a {
display:block;
background:#ffffff;
color:#6E6E6E;
font-size:1.0em;
padding:9px 16px;}

#s5_center_area1 .module_round_box_outer ul.menu a:hover {
text-decoration:none;
color:#000000;}

#s5_center_area1 .module_round_box_outer ul.menu ul a:hover {
text-decoration:none;}

#s5_center_area1 .module_round_box_outer ul.menu ul a {
background:none;
padding:0px 6px 7px 10px;
border-bottom: none;
display:block;}

#s5_center_area1 .module_round_box_outer ul.menu ul ul a {
font-size:1em;
padding:3px;
padding-left:20px;
border-bottom: none;
display:block;
font-weight:normal;}

#s5_center_area1 .module_round_box_outer ul.menu #current ul span {
font-weight:normal;}

#s5_center_area1 .module_round_box_outer ul.menu li {
margin-left:2px;
padding:0px;
margin-bottom:7px;}

#s5_center_area1 .module_round_box_outer ul.menu li a {
-webkit-box-shadow:0 0 3px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
box-shadow: 0 0 3px rgba(0, 0, 0, 0.1); }

#s5_center_area1 .module_round_box_outer ul.menu li li a {
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none; }

#s5_center_area1 .module_round_box_outer ul.menu li ul li {
margin-left:24px;}


#s5_center_area1 .module_round_box_outer .menu li img {
	padding-right:12px;}
	
#s5_center_area1 .module_round_box_outer .separator .image-title {
	font-size:1.3em;}
	
#s5_center_area1 .module_round_box_outer .separator {
 display:block;
    margin-bottom:7px;
    margin-left:9px;
    margin-top:5px;}

#s5_center_area1 .module_round_box_outer ul.menu a {
	color:#6E6E6E;}
	
#s5_center_area1 .module_round_box_outer ul.menu ul {
	font-size:0.9em;
	margin-top:17px;}



	
/* BODY ELEMENTS
----------------------------------------------------------- */
#s5_logo {
    float: left;
    height: 65px;
    margin-left: 0;
	cursor: pointer;
    margin-top: 25px;
	margin-bottom: 6px;
    /*width: 151px;*/}
	
#s5_logo_module {
    float: left;
    height: 67px;
    margin-left: 0;
	cursor: pointer;
    margin-top: 6px;
	margin-bottom: 6px;
    width: 265px;}


#s5_header_area1 {
	background:#ffffff;
	height:108px;
	width:100%;
	position: absolute;
	z-index:0;
	}

#s5_header_area2 {
	height:108px;
	width:100%;
	position:absolute;
	z-index:3;
	background:#000000;
	-moz-box-shadow:0 1px 5px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
    box-shadow:0 1px 5px rgba(0, 0, 0, 0.1);	
	opacity:.9 ;
	filter:alpha(opacity=90);		}
	
#s5_menu_wrap {
	margin-top: 22px;
	float:right;}
	
	
#s5_header_wrap{
	position:absolute;
	width:100%;
	z-index:3;}
	
#s5_loginreg, #s5_register, #s5_login {
	float:right;}
	
	#s5_loginreg {
		margin-left: 10px;
		margin-top:20px;}
	
	
	#s5_register, #s5_login {
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius:3px;		
		cursor:pointer;
		padding:9px 26px;
		margin-left: 11px;
		margin-top: 13px;
		font-size:.9em;
		text-transform:uppercase;
		border-style:solid;
		border-width:1px;		
		border-color:rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);		
		background:#cccccc;	}
		
		
	#s5_login {
		color:#686868;
		text-shadow:0 1px 0 rgba(255, 255, 255, 1);
		background: #f8f8f8; /* Old browsers */
		background: -moz-linear-gradient(top, #f8f8f8 26%, #dfdfdf 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(26%,#f8f8f8), color-stop(100%,#dfdfdf)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, #f8f8f8 26%,#dfdfdf 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, #f8f8f8 26%,#dfdfdf 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top, #f8f8f8 26%,#dfdfdf 100%); /* IE10+ */
		background: linear-gradient(to bottom, #f8f8f8 26%,#dfdfdf 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#dfdfdf',GradientType=0 ); /* IE6-9 */
		-webkit-box-shadow:0 1px 0 rgba(255, 255, 255, 1) inset, 0 2px 1px rgba(0, 0, 0, 0.1);
		-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 1) inset, 0 2px 1px rgba(0, 0, 0, 0.1);
		box-shadow: 0 1px 0 rgba(255, 255, 255, 1) inset, 0 2px 1px rgba(0, 0, 0, 0.1);			}
		
		#s5_login:hover {			background: #f8f8f8;}
		
		
	#s5_register {
		color:#ffffff;
		text-shadow:0 -1px 0 rgba(0, 0, 0, 0.4);
		background: #759be9; /* Old browsers */
		-webkit-box-shadow:0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 2px 1px rgba(0, 0, 0, 0.1);
		-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 2px 1px rgba(0, 0, 0, 0.1);
		box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 2px 1px rgba(0, 0, 0, 0.1);	}
	
	
	.bigbutton {
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius:4px;	
		cursor:pointer;
		padding:8px 70px 13px 19px;
		font-weight:bold;
		font-size:1.2em;
		line-height: 18px;
		text-transform:uppercase;
		border-style:solid;
		border-width:1px;		
		border-color:rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);				
		color:#ffffff !important;
		text-shadow:0 -1px 0 rgba(0, 0, 0, 0.4);	
		background: #759be9; /* Old browsers */
		background-position:right 11px;
		background-repeat:no-repeat;
		-webkit-box-shadow:0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 2px 1px rgba(0, 0, 0, 0.1);
		-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 2px 1px rgba(0, 0, 0, 0.1);
		box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 2px 1px rgba(0, 0, 0, 0.1);	}

		.bigbutton:hover a {text-transform:none;}
		
		.bigbutton span {
			font-size:.7em;}
			
			
		.slideInfoZone .bigbutton {
			font-size:.6em;
			margin-top:25px;}
			
		.slideInfoZone .bigbutton span{
			font-size:.6em; }
	
	
#s5_socialicons	{
	position:absolute;
	right: 25px;
	z-index: 8;
    top: 136px;}
	
#s5_rss {
	height:34px;
	width:34px;
	margin-left:7px;
	margin-bottom:5px;
	cursor:pointer;
	background:url(../images/rss.png) no-repeat;}	
	
#s5_linkedin {
	height:34px;
	width:34px;
	margin-left:7px;
	margin-bottom:5px;
	cursor:pointer;
	background:url(../images/linkedin.png) no-repeat;}	
	
#s5_tripadvisor{
	height:34px;
	width:34px;
	margin-left:7px;
	margin-bottom:5px;
	cursor:pointer;
	background:url(../images/tripadvisor.png) no-repeat;}

#s5_email{
	height:34px;
	width:34px;
	margin-left:7px;
	margin-bottom:5px;
	cursor:pointer;
	background:url(../images/email.png) no-repeat;}
	
#s5_airbnb{
	height:34px;
	width:34px;
	margin-left:7px;
	margin-bottom:5px;
	cursor:pointer;
	background:url(../images/airbnb.png) no-repeat;}
	
#s5_pinterest{
	height:34px;
	width:34px;
	margin-left:7px;
	margin-bottom:5px;
	cursor:pointer;
	background:url(../images/pinterest.png) no-repeat;}


#s5_search{
	height:34px;
	width:34px;
	margin-left:7px;
	margin-bottom:5px;
	cursor:pointer;
	background:url(../images/search.png) no-repeat;}


	
#s5_twitter {
	height:34px;
	width:34px;
	margin-left:7px;
	margin-bottom:5px;
	cursor:pointer;
	background:url(../images/twitter.png) no-repeat;}		
	
#s5_fb {
	height:34px;
	width:34px;
	margin-left:7px;
	margin-bottom:5px;
	cursor:pointer;
	background:url(../images/facebook.png) no-repeat;}	
	

#s5_header_area0 {
	height:108px;
	width:100%;}
	
#s5_pos_top_row1_1 .module_round_box_outer {
	margin-left:0px;
	margin-right:0px;}	
	
#s5_top_row2_area1 {
	background:#cccccc;}
	
	
#s5_top_row1_area1 {
	position:absolute;
	width:100%;
	z-index:0;
	top:0px}


#s5_top_row2_area1, #s5_top_row3_area1, #s5_center_area1, #s5_bottom_row1_area1, #s5_bottom_row2_area1, #s5_bottom_row3_area1, #s5_footer_area1{
	z-index:1;
	position:relative;
	background:#f7f5f2;
/*background:#fdedf1;
background-image: -ms-linear-gradient(top, #ea4d6c 60px, #fdedf1 300px);
background-image: -moz-linear-gradient(top, #ea4d6c 60px, #fdedf1 300px);
background-image: -webkit-gradient(linear, left top, left bottom,color-stop(0.05, #ea4d6c), color-stop(0.2, #fdedf1));
background-image: -o-linear-gradient(top, #ea4d6c 60px, #fdedf1 300px);
background-image: -webkit-linear-gradient(top, #ea4d6c 60px, #fdedf1 300px);
background-image: linear-gradient(to bottom, #ea4d6c 60px, #fdedf1 300px);*/

}





.element-invisible{display:none;}

#s5_search_wrap {
    margin-right: 0px !important;
    color: #ffffff;
    cursor: pointer;
    font-size: 33px;
    line-height: 18px;
    margin-top: 45px;
    position: absolute;
    right: 20px;
}

#s5_search_pos_wrap {
    padding-top: 180px;
}

#s5_search_overlay {
    background: #ffffff;
    background: rgba(0, 0, 0, 0.74);
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    
    height: 100%;
}

.s5_search_open, .s5_search_close {
    -webkit-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}
.s5_search_close {
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    height: 0px;
    z-index: 0;
    overflow: hidden;
display:none;
}

.s5_search_open{z-index: 3000;display:block;}

.s5_menu_overlay_close {
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    height: 0px;
    z-index: 0;
    overflow: hidden;
}
.icon_search_close {
    float: right;
    margin-right: 60px;
    margin-top: 52px;
    cursor: pointer;
    color: #FFFFFF;
    font-size: 3.2em;
}
.s5_blurred {
    -webkit-filter: blur(3px);
    filter: blur(3px);
    transform: translate3d(0px, 0px, 0px);
    transition: all 700ms ease;
}


#s5_search_overlay .s5_mod_h3_outer h3 {
    background: url("../images/h3line_white.jpg") no-repeat scroll center 100% rgba(0, 0, 0, 0);
    margin-bottom: 45px;
    padding-bottom: 25px;
}
#s5_search_overlay .s5_mod_h3_outer h3 {
    font-size: 3.0em;
    font-weight: 300;
    margin-bottom: 32px;
    color: #FFFFFF;
    text-align: center;
}
#s5_search_pos_wrap .module_round_box .s5_h3_first {
    color: #ffffff;
}
.s5_module_box_2 form {
    font-size: 1.1em;
}

#s5_search_overlay input {
    font-size: 1.2em;
    border: 1px solid #ffffff !important;
    width: 90%;
    padding: 3.5% !important;
    padding-top: 1.5% !important;
    padding-bottom: 1.5% !important;
    border-radius: 0px !important;
}












	
#s5_top_row3_area1, #s5_bottom_row1_area1 {
	-webkit-box-shadow:0 0 1px 2px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 1px 2px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 1px 2px rgba(0, 0, 0, 0.1);
	background:#ffffff;
	z-index:2;
	position:relative;}
	
#s5_bottom_row3_area1, #s5_footer_area1 {
	color:#848b90;
	background:#2e3133;}	
	
	
#s5_bottom_row2_area1 {
	padding:14px 14px 24px;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #dadada 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#dadada)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%,#dadada 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%,#dadada 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%,#dadada 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ffffff 0%,#dadada 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dadada',GradientType=0 ); /* IE6-9 */}
		
	
#s5_body_padding {
	font-size: 1.3em;}

#s5_footer_area_inner {
	border-top:1px solid #4c5052;}
	
#s5_footer {
font-size: 0.7em;
padding-top: 24px;
height: 45px;
text-align: center;
font-family: arial;
color: #62696e;
float: left;
}
	
	#s5_footer a, #s5_bottom_row3_area1 .module_round_box {
		color:#62696e;}


		
.search-white label {
	display:block;
	margin-bottom:10px;}
	
#mod-search-searchword {
	width:89%;	}		
	
	
#s5_drop_down_container {
	z-index:10 !important;}
	
#s5_breadcrumb_wrap {
	margin-bottom: 20px;
    margin-left: 12px;
	color:#B3B3B3;}
	
	#s5_breadcrumb_wrap a {
		color:#333333;}
	
.breadcrumbs img {
	display:none;}
	
	
/* MODULE STYLES
----------------------------------------------------------- */

#s5_above_body, #s5_below_body {
margin-right:-12px;}

#s5_above_body .moduletable {
margin-bottom:20px;
padding-right:12px;}

#s5_below_body .moduletable {
margin-top:20px;
padding-right:12px;}

.module_round_box h3 {
	font-size:1.4em;
	margin-bottom:14px;
	margin-top:3px;
	color:#000000;}

.module_round_box .s5_h3_first {
	color:#000000;	}

.module_round_box {
	text-shadow:none;
	color:#000000;
	margin-left: 2px;
    margin-right: 0;}
	
	.module_round_box a {
		color:#000000;}
	
.module_round_box_inner {
	padding:0px;}
	
.module_round_box_outer {
	padding-bottom:12px;}
	
	
#s5_top_row2_area_inner, #s5_top_row3_area_inner, #s5_bottom_row1_area1, #s5_above_body_wrap, #s5_center_area1{
	padding-top:80px;}

	#s5_center_area1 {
		padding-bottom:40px;
min-height: 600px;}
		
	
.module_round_box-centered .s5_mod_h3_outer h3 {	
	font-size:2.5em;
	border-bottom: 2px solid #CCCCCC;
	text-transform:uppercase;
	color:#949391;
	display:inline;
	text-align:center;
	padding-bottom: 3px;}

.module_round_box-centered .s5_mod_h3_outer {
	margin-bottom: 50px;
	text-align:center;}
	
#s5_bottom_row3_area1 .s5_mod_h3_outer h3 {
	color:#777E83;
}	
	
	
/*  -menu  */	
	
.module_round_box-menu	 {
	margin-bottom:45px;}
	
#s5_bottom_row3_inner {
	padding-top:55px;}
	
#s5_bottom_row3_area1 .s5_mod_h3_outer {
	color:#777e83;
	text-transform:uppercase;
	margin-bottom: 17px;
	font-family:arial;}
	
	#s5_bottom_row3_area1 h3 {
		font-size: 0.8em;
		font-weight: bold;}
		
	#s5_bottom_row3_area1 ul li a {
		color:#ffffff;
		line-height: 26px;
		font-family:arial;
		font-size:0.8em;}	
	


/*  -white  */	
	
.module_round_box-white {
	-webkit-box-shadow:1px 1px 1px 1px rgba(0, 0, 0, 0.03);
	-moz-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.03);
	box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.03);
	padding:18px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius:8px;		
	background:#ffffff;}
	
	.module_round_box-white h3 {
		padding-bottom:10px;}
		
		
/*  -whitestraight  */	
	
.module_round_box-whitestraight {
	-webkit-box-shadow:1px 1px 1px 1px rgba(0, 0, 0, 0.03);
	-moz-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.03);
	box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.03);
	padding:18px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius:0px;		
	background:#ffffff;}
	
	.module_round_box-whitestraight h3 {
		padding-bottom:10px;}		
	
	
/*  -gray  */	
	
.module_round_box-gray {
	padding:18px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius:8px;		
	color:#ffffff;
	background:#414141;}
	
	.module_round_box-gray h3 {
		color:#ffffff;
		padding-bottom:10px;}
		
		
		
/*  -graystraight */	
	
.module_round_box-graystraight {
	padding:18px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius:0px;		
	color:#ffffff;
	background:#414141;}
	
	.module_round_box-graystraight h3 {
		color:#ffffff;
		padding-bottom:10px;}		

		
/*  -inset  */	
	
.module_round_box-inset {
	padding:18px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius:8px;		
	color:#000000;
	-moz-box-shadow:0 1px 1px rgba(0, 0, 0, 0.1) inset;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) inset;
    box-shadow:0 1px 1px rgba(0, 0, 0, 0.1) inset;	
	background:#ededed;}
	
	.module_round_box-inset h3 {
		color:#000000;
		padding-bottom:10px;}
		
		
/*  -insetstraight  */	
	
.module_round_box-insetstraight {
	padding:18px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius:0px;		
	color:#000000;
	-moz-box-shadow:0 1px 1px rgba(0, 0, 0, 0.1) inset;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) inset;
    box-shadow:0 1px 1px rgba(0, 0, 0, 0.1) inset;	
	background:#ededed;}
	
	.module_round_box-insetstraight h3 {
		color:#000000;
		padding-bottom:10px;}		
		
		
/*  -highlight  */	
	
.module_round_box-highlight {
	padding:18px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius:8px;		
	color:#ffffff;}
	
	.module_round_box-highlight h3 {
		color:#ffffff;
		padding-bottom:10px;}		
		
		
/*  -highlightstraight  */	
	
.module_round_box-highlightstraight {
	padding:18px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius:0px;		
	color:#ffffff;}
	
	.module_round_box-highlightstraight h3 {
		color:#ffffff;
		padding-bottom:10px;}		
				
		
		
		
#s5_bottom_row3_inner .module_round_box .s5_h3_first {
	color:#cccccc !important;}
		
	
/* SPACING AND ALIGNMENT
----------------------------------------------------------- */	

.module_round_box_outer, #s5_component_wrap, #s5_center_area .moduletable, .module_round_box_outer-none {
    margin-left: 12px;
    margin-right: 12px;}	
	
	
	

/* S5 BOX
----------------------------------------------------------- */	

#cboxContent, #cboxLoadingOverlay {
	background:#ffffff;}
	
#s5box_login, #s5box_register{
	background:transparent !important;}
	
#cboxContent, #cboxContent h3, #cboxContent a, #cboxContent h3 .s5_h3_first, #cboxContent p label, #cboxLoadedContent label, form#member-registration{
	color:#333333;}
	
#cboxContent .button{
	cursor:pointer;}	

#cboxTopLeft, #cboxTopCenter, #cboxTopRight, #cboxMiddleLeft, #cboxMiddleLeft, #cboxBottomLeft, #cboxBottomCenter, #cboxBottomRight, #cboxMiddleRight{
	background:none;}
	
	
#cboxLoadedContent .s5_mod_h3_outer {
	margin-top:19px;}
	

#cboxContent {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius:3px;
	-webkit-box-shadow:0 0px 17px 4px rgba(0, 0, 0, 0.1); 
	box-shadow: 0 0px 17px 4px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0px 17px 4px rgba(0, 0, 0, 0.1); }	

#form-login-username, #form-login-password {
	font-size:1.1em;}	
	
#cboxClose {
	margin-right: -36px;
    margin-top: -28px;
	text-indent:500px;
	top:0;
    background:url(../images/multibox/close.png) no-repeat scroll 0 0 transparent;
    height:38px;
    width:38px;}	
	
	
#s5box_login_inner label  {
	display: block;
	font-size: 1.1em;
	color:#737373;
    margin-bottom: 7px;}
	
#s5box_login_inner #form-login-remember label {
	display:inline;
	margin-right: 5px;}
	
#s5box_login_inner .button, #s5box_register_inner .button {
	margin-bottom: 6px;
	font-size: 1.2em;
    margin-top: 12px;}
	
#member-registration input {
	margin-bottom:4px;}
	
#s5box_login .module_round_box_outer, #s5box_register .module_round_box_outer {
		padding-bottom:0px !important;}
		
		
	
/* S5 IMAGE AND CONTENT FADER
----------------------------------------------------------- */	
	
.jdGallery .slideInfoZone {
	top:20%;
	padding-top:30px;
	background:none !important;}
	
	
.jdGallery a.right, .jdGallery a.left {
    opacity:1 !important;
	filter:alpha(opacity=100) !important;	}
	
	
.jdGallery a.left, .jdGallery a.right {
	top: 32% !important;
    height: 100px !important;
    width: 100px !important;}	
	
.jdGallery a.left {
	margin-left:10% !important;}
	
.jdGallery a.right {
	margin-right:10% !important;}	
	
	
.s5_imagefader_position	{
	position: absolute;
	margin-top:-40px !important;
	margin-left:540px !important;
    opacity:1 !important;
	filter:alpha(opacity=100) !important;
	z-index: -1;
	border: 4px solid #fff !important;
-webkit-box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.3); 
	box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.3);
	-moz-box-shadow:0 0 15px 1px rgba(0, 0, 0, 0.3);
}
	
	
.jdGallery .slideInfoZone {	
	height:400px !important;}
	
	
.jdGallery .slideInfoZone h2, .jdGallery .slideInfoZone p {
    margin: 0 auto !important;}


.jdGallery .slideInfoZone h2 {
	text-shadow: 0 1px 2px #000000 !important;
	font-weight:normal !important;
	font-size:4em !important;}
	
.jdGallery .slideInfoZone p {
	font-size: 2.3em;
	line-height:50px;
	padding-top:55px !important;}
	
.jdGallery .slideInfoZone span.s5_darkback {
	background:#232323;
	padding-bottom: 2px;
    padding-left: 10px;
    padding-right: 10px;
	color:#ffffff;
	-webkit-box-shadow:0 0 3px 1px rgba(0, 0, 0, 0.3); 
	box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.3);
	-moz-box-shadow:0 0 3px 1px rgba(0, 0, 0, 0.3); 	}
	
	
	
.jdGallery a.left {
	transition: all 0.2s ease 0s;
    background: url(../images/imgcontentarrows.png)  no-repeat 0px -5px !important;
	height: 68px !important;
	width: 68px !important;}

.jdGallery a.left:hover {
    background: url(../images/imgcontentarrows.png)  no-repeat 0px -74px !important;}

.jdGallery a.right {
	transition: all 0.2s ease 0s;
    background: url(../images/imgcontentarrows.png)  no-repeat -95px -5px transparent !important;
	height: 68px !important;
	width: 68px !important;}
	
.jdGallery a.right:hover {
    background: url(../images/imgcontentarrows.png)  no-repeat -95px -74px transparent !important;}	
	

.jdGallery a.right, .jdGallery a.left {
	z-index:2 !important;}

	
.jdGallery .carousel {
	background:none !important;}

	
.jdGallery div.carouselContainer {	
    bottom: 80px !important;
	top: auto !important;
	filter:alpha(opacity=100) !important;
	opacity: 1 !important;}
	
.jdGallery a.carouselBtn {
	display:none;}
	
div.carouselInner {
	float: left;
    left: 50%;
	bottom: -61px;
    margin: auto;
    position: relative;}

div.thumbnail  {
    float: left;
/*    position: relative;
    right: 50%;	
	background: #ffffff !important;
	border:1px solid #000000 !important;
	-webkit-border-radius: 50px !important;
	-moz-border-radius:50px !important;
	border-radius:50px !important;	
	-webkit-box-shadow:1px 1px 2px rgba(0, 0, 0, 0.4) !important;
	-moz-box-shadow:1px 1px 2px rgba(0, 0, 0, 0.4) !important;
	box-shadow:1px 1px 2px rgba(0, 0, 0, 0.4) !important; */	}
	
.jdGallery .carousel .label, .jdExtCarousel .label {
	display:none;}	
	
.slideInfoZone .readon {
	color:#000000;
	font-size:.4em;}
	
#myGallery .carousel .active {
		left:auto !important;}
	
.jdGallery .carousel .carouselInner .thumbnail {
	filter:alpha(opacity=20);
	opacity: .20;}
	
/* MULTIBOX
----------------------------------------------------------- */			
.MultiBoxContainer {
	background:none !important;
	border:none !important;}
		
.MultiBoxControls {
    background:transparent !important;
	font-size:1.2em !important;
	color:#ffffff !important;}	
	
	
.MultiBoxDescription {
top:-6px;
font-size:0.9em !important;}

.MultiBoxClose {
	right:-34px !important;
    top:-34px !important;}
	
.MultiBoxContent {
	-webkit-box-shadow:0 0 22px rgba(0, 0, 0, 0.9);
	-moz-box-shadow:0 0 22px rgba(0, 0, 0, 0.9);
	box-shadow: 0 0 22px rgba(0, 0, 0, 0.9); 
}

.MultiBoxTitle {
font-weight:normal !important;
font-size:0.9em !important;}


.MultiBoxControlsContainer {
     margin-top:13px;}
  

  /* ACCORDION MENU
----------------------------------------------------------- */


#s5_accordion_menu ul li span {
color: #9a9a9a;
font-weight:normal;}

#s5_accordion_menu h3.s5_am_toggler, #s5_accordion_menu h3.s5_am_toggler a.mainlevel  {
line-height:normal !important;
}

#s5_accordion_menu h3.s5_am_toggler {
border:none !important;
}

#s5_accordion_menu h3.s5_am_open a.mainlevel {
color:#212121 !important;
}

div.s5_accordion_menu_element li li{
padding-left:4px !important;}

div.s5_accordion_menu_element li li li{
padding-left:12px !important;}

div.s5_accordion_menu_element li a, .s5_am_inner_li .separator span {
padding-top:6px !important;
padding-bottom:6px !important;
padding-left:7px !important;
border-bottom:none !important;
font-size:1.0em !important;
display:block !important;
-webkit-transition: all 500ms ease-out;
-moz-transition: all 500ms ease-out;
-o-transition: all 500ms ease-out;
transition: all 500ms ease-out;
color:#212121 !important;}

div.s5_accordion_menu_element li li a, .s5_am_innermenu .s5_am_inner_li .separator span  {
background:none !important;
padding-left:10px !important;
padding-right:6px !important;
font-size:0.85em !important;
border:none !important;
-webkit-transition: all 500ms ease-out;
-moz-transition: all 500ms ease-out;
-o-transition: all 500ms ease-out;
transition: all 500ms ease-out;
padding-top:4px !important;
padding-bottom:4px !important;}


#current ul.s5_am_innermenu a.mainlevel {
color:#212121 !important;
}


h3 span.s5_accordion_menu_left {
display:block !important;
padding:9px 12px 6px !important;}

.s5_am_inner_li span.s5_accordion_menu_left {
padding:0px !important;}

.s5_am_innermenu span.s5_accordion_menu_left {
background:none !important;}

#s5_accordion_menu ul li {
padding:0px !important;
padding-bottom:0px !important;
padding-top:0px !important;}

#s5_accordion_menu {
margin:0px !important;}

#s5_accordion_menu div {
width:100% !important;}

.s5_am_innermenu img {
display:none !important;
}

#s5_accordion_menu h3 {
padding:0px !important;
background: #FFFFFF !important; /* Old browsers */
-webkit-transition: all 500ms ease-out;
-moz-transition: all 500ms ease-out;
-o-transition: all 500ms ease-out;
transition: all 500ms ease-out;
-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
box-shadow: 0 0 3px rgba(0, 0, 0, 0.1); 
margin:0px !important;
position:relative !important;
width:100% !important;
display:block !important;
font-size:1.0em !important;
height:37px !important;
margin-bottom:7px !important;}

#s5_accordion_menu h3:hover {
background: #F3F3F3 !important;
-webkit-transition: all 500ms ease-in;
-moz-transition: all 500ms ease-in;
-o-transition: all 500ms ease-in;
transition: all 500ms ease-in;
-webkit-box-shadow: 0 0px 3px #878686;
-moz-box-shadow: 0 0px 3px #878686;
box-shadow: 0 0px 3px #878686; 
}

#s5_accordion_menu h3.s5_am_parent span.s5_accordion_menu_left {
cursor: pointer !important;
background:url(../images/s5_acc_r_parent.png) no-repeat right -27px !important;
padding-right:24px !important;
position:relative !important;}

#s5_accordion_menu h3.s5_am_open span.s5_accordion_menu_left {
background:url(../images/s5_acc_r_parent.png) no-repeat right 3px !important;}

#s5_accordion_menu h3.s5_am_not_parent span.s5_accordion_menu_left {
background:none !important;
}

#s5_accordion_menu h3.s5_am_not_parent {
cursor:pointer !important;}

#s5_accordion_menu h3.s5_am_toggler div {
margin:0px !important;
padding:0px !important;}

#s5_accordion_menu h3.s5_am_toggler a.mainlevel {	
width:auto !important;
border:none !important;
padding:0px !important;
margin:0px !important;}

div.s5_accordion_menu_element li {	
list-style-image:none !important;
list-style-position:outside !important;
list-style-type:none !important;}

div.s5_accordion_menu_element {
width:auto !important;}

#s5_accordion_menu #s5_am_parent_div_current, #s5_accordion_menu .s5_accordion_menu_element {
background:none !important;}

ul.s5_am_innermenu {
padding-top:0px !important;
padding-bottom:8px !important;
padding-left:11px !important;
padding-right:8px !important;
margin-bottom:0px !important;
margin-left:0px !important;
margin-top:0px !important;}

ul.s5_am_innermenu a:hover {
color:#000000 !important;
text-decoration:underline !important;
-webkit-transition: all 500ms ease-in;
-moz-transition: all 500ms ease-in;
-o-transition: all 500ms ease-in;
transition: all 500ms ease-in;}

#s5_accordion_menu h3.s5_am_parent {
padding-right:0px !important;}

	
	

.MultiBoxTitle {
    font-size: 1.3em !important;}
	
	
	

/* ++++++++++++++  Joomla 3.0+ breadcrumb  ++++++++++++++ */

.moduletable .breadcrumb, .module_round_box_outer .breadcrumb {
padding:0px;
background:none;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
		
.breadcrumb .divider {
	background: url("../images/divider.jpg") no-repeat scroll 0 2px transparent;
    margin-left: 4px;
    padding-right: 12px;}

.breadcrumb .divider img {
	display:none;}
	
#s5_component_wrap .pagination a {
    padding-left: 0px !important;
    padding-right: 0px !important;}		
	
.pagination .pull-right, .pagination [class*="span"] {
	float:none !important;}
	
	
#s5_iacf_headerwrap {
	background:#FFFFFF;z-index:4;position:relative;}

#s5_header_area2 {
	z-index:6;}

#s5_header_wrap {
	z-index:7;}
	
	
	
/* CUSTOM_7 OVERLAY
----------------------------------------------------------- */

#s5_custom_7_overlay {
position:absolute;
left:0;
top:0;
width:100%;
}
#s5_custom_7_pos_wrap {
padding-top:120px;
padding-left:18%;
padding-right:18%;
color:#FFFFFF;
}
#s5_custom_7_overlay .s5_mod_h3 {
color:#FFFFFF;
padding-left:1%;
padding-right:1%;
font-size:2.2em;
}
.s5_icon_custom_7_close {
position:absolute;
right:0;
float: right;
margin-right: 60px;
margin-top: 52px;
cursor:pointer;
color:#FFFFFF;
font-size: 3.2em;}

.s5_icon_custom_7_close:hover {
transform: scale(0.9);
-webkit-transform: scale(0.9);
-moz-transform: scale(0.9); 
-ms-transform: scale(0.9);
-o-transform: scale(0.9);
}

.s5_custom_7_open {
-moz-opacity: 1;
-khtml-opacity: 1;
opacity: 1;
height:1000000px;
z-index:41;
}	

.s5_custom_7_close {
-moz-opacity: 0;
-khtml-opacity: 0;
opacity: 0;
height:0px;
z-index:0;
overflow:hidden;
}

.s5_custom_7_open, .s5_custom_7_close {
-webkit-transition: all 200ms ease-in;
-moz-transition: all 200ms ease-in;
-o-transition: all 200ms ease-in;
transition: all 200ms ease-in;	
}

#s5_quick_contact_controller {
display:none;
}

#s5_quick_contact_controller input {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
width:20% !important;
height:41px;
margin-right:2%;
margin-bottom:0px;
font-size:1.1em;
float:left;
}

#s5_quick_contact_controller select {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
width:15% !important;
height:41px;
margin-right:2%;
margin-bottom:0px;
font-size:1.1em;
float:left;
}

#s5_quick_contact_controller .readon {
float:right;
margin:0px;
}

select * {
text-indent: 10px;
}

.s5_qc_date_required input, .s5_qc_date input {
background-image:url(../images/s5_calendar.png) !important;
background-repeat:no-repeat !important;
background-position:right center !important;
}

#s5_quick_contact_wrap span {
float:left;
width:48%;
margin-left:1%;
margin-right:1%;
padding-bottom:16px;
}

#s5_quick_contact_wrap span.s5_qc_textarea, #s5_quick_contact_wrap span.s5_qc_button_wrap {
width:98%;
}

#s5_quick_contact_wrap span.s5_qc_button_wrap {
padding-top:60px;
width: 20% !important;
}

#s5_quick_contact_wrap #s5_qc_pretext, #s5_quick_contact_wrap #s5_qc_posttext {
padding-left:1%;
padding-right:1%;
}

#s5_quick_contact_wrap #s5_qc_pretext {
padding-bottom:40px;color: #d8d8d8 !important;
}

#s5_quick_contact_wrap input, #s5_quick_contact_wrap select, #s5_quick_contact_wrap textarea {
font-size:0.95em;
}

#s5_quick_contact_wrap input, #s5_quick_contact_wrap select {
height:42px !important;
}

#s5_quick_contact_controller input, #s5_quick_contact_controller select {
height:44px !important;
}

.s5_wrap.custom_7 {
    width: 96% !important;
    max-width: 1400px !important;
}
span#s5_qc_namebox_span {
    width: 98%;
}

#s5_quick_contact_wrap .s5_qc_textarea_required {width: 76% !important;}
#s5_quick_contact_wrap #s5_qc_namebox_span {width: 98%;}

#s5_quick_contact_wrap .s5_qc_spambox_wrap {width: 20% !important;padding-bottom: 3px !important;}
#s5_quick_contact_wrap  .s5_qc_security_img_wrap {width: 15% !important;}

#s5_quick_contact_wrap button#s5_qc_submitbutton {
    border-color: #f58634 !important;
    color: #fff !important;
    background: #f58634 !important;
    border-width: 0px !important;
    box-shadow: none !important;
}
#s5_quick_contact_wrap button#s5_qc_submitbutton:hover {background: #ed2f59 !important;}

/*mine----------------------------*/

div.thumbnail  {
    float: left;
    position: relative;
    right: 50%;	
	background: #ffffff !important;
	border:1px solid #000000 !important;
	-webkit-border-radius: 50px !important;
	-moz-border-radius:50px !important;
	border-radius:50px !important;	
	-webkit-box-shadow:1px 1px 2px rgba(0, 0, 0, 0.4) !important;
	-moz-box-shadow:1px 1px 2px rgba(0, 0, 0, 0.4) !important;
	box-shadow:1px 1px 2px rgba(0, 0, 0, 0.4) !important; 	}



span.s5_bigseparator {margin-top: 80px;display: block;}

.s5_darkbackrest {
	background:#232323;
	color:#ffffff;
	padding: 2px 5px;
	}
.img_shadowed {
border: 4px solid #fff !important;
-webkit-box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.3);
box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.3);
}
.intro-image{max-width:200px;overflow:hidden;max-height:200px;margin-left: 10px;}
.article-image{max-width:350px;overflow:hidden;margin-left: 10px;text-align: center;}
.image_hover_zoom_text-main-text {color: #FFFFFF;z-index: 1;text-align: center;width: 100%;background-color: #000;}
.align-right {text-align: right;}
.latest-image{max-width:350px;overflow:hidden;margin-left: 10px;text-align: center;}

li.next a, li.previous a{
display: inline-block;
padding: 0px;
margin: 0px;
font-size: inherit;
line-height: inherit;
text-align: left;
vertical-align: auto;
cursor: pointer;
text-shadow: none;
background: none;
filter: none;
border: none;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
text-transform: none;
color: #ffffff !important;
padding: 6px 10px !important;
background: #EA4D6C !important;
margin-right: 10px;
transition: all 300ms ease-in !important;
}

li.next a:hover,  li.previous a:hover{
background: #cb193e !important;
}

.category-list .cat-children div {float: left;margin: 10px;}
.btn-group {margin-left: 10px;}
.weblink-category ul li{padding: 5px 0px;}
.clearboth {clear:both;height:1px !important;overflow:hidden}
.float-right {float:right;display:inline-block}

ul.ul_arrow.floated li {padding-right: 28px;float: left;padding-top: 1px;}

ul.category-module-anteriores {list-style: none;}

/* Pages - 404 */

#wrap_404 {
	text-align:center;
	margin-top:50px;
	/*margin-bottom:-10px;*/
	padding-bottom:30px;}

.title_404 {
	font-size:11em;
	margin-bottom:60px;}

.line_1_404 {
	font-size:2em;
	text-transform:uppercase;
	display:block;}

.line_2_404 {
	font-size:1.1em;
	padding-bottom:32px;
	margin-bottom:32px;
	display:inline-block;}

#wrap_404 .readon {
	margin:0px;}



/*rounded boxes for articles */

.module_round_box-margenta {padding:18px;-webkit-border-radius: 8px;-moz-border-radius: 8px;border-radius:8px;color:#ffffff;background:#ea5371;}
.module_round_box-margenta h3 {color:#ffffff;padding-bottom:10px;}

.module_round_box-bluegreen {padding:18px;-webkit-border-radius: 8px;-moz-border-radius: 8px;border-radius:8px;color:#000000;background:#58d8d4;}
.module_round_box-bluegreen h3 {color:#000000;padding-bottom:10px;}

.module_round_box-carnation {padding:18px;-webkit-border-radius: 8px;-moz-border-radius: 8px;border-radius:8px;color:#ffffff;background:#fa7b6c;}
.module_round_box-carnation h3 {color:#ffffff;padding-bottom:10px;}

.module_round_box-lightblue {padding:18px;-webkit-border-radius: 8px;-moz-border-radius: 8px;border-radius:8px;color:#000000;background:#64bbe9;}
.module_round_box-lightblue h3 {color:#000000;padding-bottom:10px;}

.module_round_box-redish {padding:18px;-webkit-border-radius: 8px;-moz-border-radius: 8px;border-radius:8px;color:#ffffff;background:#ff4634;}
.module_round_box-redish h3 {color:#ffffff;padding-bottom:10px;}

.module_round_box-cream {padding:18px;-webkit-border-radius: 8px;-moz-border-radius: 8px;border-radius:8px;color:#000000;background:#efedd0;}
.module_round_box-cream h3 {color:#000000;padding-bottom:10px;}

.module_round_box-beige {padding:18px;-webkit-border-radius: 8px;-moz-border-radius: 8px;border-radius:8px;color:#ffffff;background:#c8b89a;}
.module_round_box-beige h3 {color:#ffffff;padding-bottom:10px;}

img.module_round_box-inset, img.module_round_box-margenta, img.module_round_box-bluegreen, img.module_round_box-carnation, img.module_round_box-lightblue, 
img.module_round_box-redish, .module_round_box-cream, img.module_round_box-beige {margin:10px}

.readmore {z-index:1}

.custom-lines .content{display:none}
.PropCode {
    float: right;
    border: 3px solid #fff;
    padding: 8px 15px;
    background-color: #ed2f59;
    font-weight: bold;
    -webkit-box-shadow: 0 4px 5px rgba(0,0,0,.15);
    -moz-box-shadow: 0 4px 5px rgba(0,0,0,.15);
    -o-box-shadow: 0 4px 5px rgba(0,0,0,.15);
    box-shadow: 0 4px 5px rgba(0,0,0,.15);
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
    color: #FFF;
    border-radius: 4px;
    font-size: 14px;
    cursor: default;
}

/*.rca-listings #s5_center_area1,*/	.rca-experiences #s5_center_area1{padding-top:120px;}

.jdGallery .slideInfoZone h2 span {
    padding: 6px 15px;
    background-color: rgba(0, 0, 0, 0.48);
}

h2.djc_title {font-size: 3.2em;font-weight: normal;line-height: 60px;background-color: #f7f5f2;padding: 10px 30px 10px 10px;z-index: 40;}
#djcatalog-price-coll-span {padding: 0px 0px 0px 30px;margin:0px}

#djcatalog-price-coll-span .djc_price-wrap {
    -webkit-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.03);
    -moz-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.03);
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.03);
    padding: 18px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background: #ffffff;
 }


#djcatalog-price-coll-span .djc_price {
    font-size: 2.4em;
    font-weight: bold;
    line-height: 40px;
    color: #ed2f59;
    text-align: center;
}

a.djc_check_link {
    cursor: pointer;
    color: #2c68ae;
    font-size: 1.3em;
}

button.airbnb {
    background: url(/images/airbnb.png) no-repeat rgba(38, 183, 69, 0.82) left center;
    background-position-x: 4px;
    padding-left: 40px;
    padding: 12px 20px 12px 40px;
}

button.airbnb:hover {
    background: url(/images/airbnb.png) no-repeat #E7C62B left center !important;
    background-position-x: 4px !important;
}

.djc_category_info_icon {
    text-align: center;
    float: left;
    padding-right: 40px;
    font-size: 0.9em;
}

h1.componentheading-list {padding: 0px 0px 40px 0px;}
.rca-experiences h1.componentheading-list {padding: 60px 0px 40px 0px;}

div#s5_quick_contact_controllera { text-align: center;}

.djc_contact_form_toggler {
    text-align: center;
}

.djc_contact_form_airbnb {
    margin: auto;
    display: inline-block;
    background: url(/images/airbnb.png) no-repeat;
    padding: 10px 0px 10px 40px;
}
#s5_qc_field10box_spanone {display: none;}



#djcatalog .djc_items .djc_image,#s5_right_wrap .djc_items .djc_image, #s5_top_row3 .djc_items .djc_image,.horiz-accommodations .djc_items .djc_image   {
    float: left;
    clear: both;
}
#djcatalog .djc_items .djc_price,#s5_right_wrap .djc_items .djc_price, #s5_top_row3  .djc_items .djc_price, .horiz-accommodations .djc_items .djc_price{
    display: inline-block !important;
    float: left;
    padding-right: 10px;
    clear: left;
    padding-bottom: 0px !important;
}

#djcatalog .djc_item_bg {
    margin-bottom: 30px !important;
}
.horiz-accommodations{ font-size: 0.9em;}


#djcatalog .djc_items .djc_price span, #s5_right_wrap .djc_items .djc_price span, #s5_top_row3 .djc_items .djc_price span,.horiz-accommodations  .djc_items .djc_price span  {color:#191919 !important}

#djcatalog .djc_items .djc_item_in .djc_title, #s5_right_wrap .djc_items .djc_item_in .djc_title, #s5_top_row3 .djc_items .djc_item_in .djc_title,.horiz-accommodations .djc_items .djc_item_in .djc_title  {float: left;clear: right;}
#djcatalog .djc_items .djc_item_in .djc_title h3,#s5_right_wrap .djc_items .djc_item_in .djc_title h4, #s5_top_row3 .djc_items .djc_item_in .djc_title h4,.horiz-accommodations .djc_items .djc_item_in .djc_title h4  {font-weight:bold;padding-bottom: 0px !important}

#djcatalog .djc_items .djc_props,#s5_right_wrap .djc_items .djc_props, #s5_top_row3 .djc_items .djc_props,.horiz-accommodations .djc_items .djc_props {clear: both;font-size: 0.9em;text-align: left !important;}

#s5_top_row3 .djc_final_spacer {clear: both;height:80px;}
#s5_top_row3 .djc_items {font-size: 0.9em}

#s5_right_wrap .djc_item.mod_djc_item,#s5_top_row3 .djc_item.mod_djc,.horiz-accommodations .djc_item.mod_djc{ font-size: 0.8em;}
#s5_right_wrap .djc_items .djc_item_in .djc_title h4,#s5_top_row3 .djc_items .djc_item_in .djc_title h4,.horiz-accommodations .djc_items .djc_item_in .djc_title h4 {padding-bottom: 0px !important}

.blog .pull-right.item-image {
    width: 30%;
    max-width: 380px;
    margin: 10px 10px 10px 20px;
    border: 1px solid #dddddd;
    box-shadow: 0 5px 10px -10px #000000;
    -moz-box-shadow: 0 5px 10px -10px #000000;
    -webkit-box-shadow: 0 5px 10px -10px #000000;
    padding: 5px;
    max-width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    display: inline-block;
    transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
        overflow: hidden;
    
    
}

.item-page .pull-none.item-image{
margin: 10px 10px 10px 20px;
    border: 1px solid #dddddd;
    box-shadow: 0 5px 10px -10px #000000;
    -moz-box-shadow: 0 5px 10px -10px #000000;
    -webkit-box-shadow: 0 5px 10px -10px #000000;
    padding: 5px;
    max-width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    display: inline-block;
    transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
        overflow: hidden;
}


.blog .pull-right.item-image img:hover, .item-page .pull-none.item-image img:hover{
    transform: scale(1.15) rotate(-5deg);
    -moz-transform: scale(1.15) rotate(-5deg);
    -webkit-transform: scale(1.15) rotate(-5deg);
}

.blog .pull-right.item-image img, .item-page .pull-none.item-image img{transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;}

.blog .pull-right.item-image a, .item-page .pull-none.item-image a {
overflow: hidden;
outline: none;
    background: none;
    zoom: 1;
    display: block;
    cursor: default;
    }
.blog .items-row.cols-1.row-0.row-fluid.clearfix {
    border-bottom: 2px groove rgba(255, 255, 255, 0.11);
    margin-bottom: 30px;
    padding-bottom: 20px;
}

.blog-featured-centered h1 {
    font-size: 2.5em;
    text-transform: uppercase;
    color: #949391;
    text-align: center;
    padding-bottom: 3px;
    line-height: 40px;
    margin-bottom: 60px;
}

.blog-featured-centered h1 span {
    border-bottom: 2px solid #CCCCCC;
}


span.readmore a.btn {
    display: inline-block;
    padding: 0px;
    margin: 0px;
    font-size: inherit;
    line-height: inherit;
    text-align: left;
    vertical-align: auto;
    cursor: pointer;
    text-shadow: none;
    background: none;
    filter: none;
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    text-transform: none;
    color: #ffffff !important;
    padding: 6px 10px !important;
    background: #EA4D6C !important;
    margin-right: 10px;
    transition: all 300ms ease-in !important;
}
span.readmore a.btn:hover {
    background: #cb193e !important;
    
}
.slideInfoZone span.readmore{font-size:0.8em}

/* Pages - Team */

.ourteam_outter {float:left;text-align:center;}
.ourteam_inner{padding: 5px;}
.ourteam_outter.one {width:100%;}	
.ourteam_outter.two {width:49.5%;}
.ourteam_outter.three {width:32.5%;}
.ourteam_outter.four {width:24.5%;}
.ourteam_outter.five {width:19.5%;}	
.ourteam_outter.six {width:15.5%;}			

.ourteam_socialicons {display: table;margin: 0 auto; position: relative;top: 42%;}
.ourteam_roundimage_hover {display: table;margin:0 auto;overflow: hidden; position: relative;width:auto;height:auto; -moz-border-radius: 10px; -webkit-border-radius: 10px;border-radius: 10px;}
.ourteam_roundimage_hover .ourteam_roundimage_inner {-moz-opacity: .0 ;-khtml-opacity: .0;filter:alpha(opacity=0);opacity:.0;background-color:#333333;height:100%;width:100%;position:absolute;}
.ourteam_roundimage_hover:hover .ourteam_roundimage_inner {-moz-opacity: 1 ;-khtml-opacity: 1;filter:alpha(opacity=100);opacity:1;position:absolute;height:100%;width:100%;}
.ourteam_facebook {float:left;height:29px;margin-right: 9px;width:29px;background:transparent url(../images/sprite.png) 0px -72px  no-repeat !important;-webkit-transition: all 200ms ease-in 0s;-moz-transition: all 200ms ease-in 0s;-o-transition: all 200ms ease-in 0s;transition: all 200ms ease-in 0s;}
.ourteam_facebook:hover {background:transparent url(../images/sprite.png) -47px -72px  no-repeat !important;}
.ourteam_twitter {float:left;height:29px;width:29px;background:transparent url(../images/sprite.png) 0px 0px  no-repeat !important;-webkit-transition: all 200ms ease-in 0s;-moz-transition: all 200ms ease-in 0s;-o-transition: all 200ms ease-in 0s;transition: all 200ms ease-in 0s;}	
.ourteam_twitter:hover {background:transparent url(../images/sprite.png) -47px 0px  no-repeat !important;}	
.ourteam_roundimage_inner {-webkit-transition:  all 200ms ease-in 0s;-moz-transition:  all 200ms ease-in 0s;-o-transition: all 200ms ease-in 0s;transition:  all 200ms ease-in 0s;}	
.ourteam_roundimage_hover img {width: 100%;}
.ourteam_subtitle	{display:block;margin-top:-16px;}
.s5_roundedimage, .s5_roundimage_inner{	-moz-border-radius: 100px;-webkit-border-radius: 100px;border-radius: 100px;}
.ourteam_roundimage_hover .ourteam_roundimage_inner{background-color: #ea4d6c !important;}

@media screen and (max-width: 950px){
	.ourteam_outter {width:100% !important;float:none !important;}

}
/*----*/
.s5_outer-persons #s5_quick_contact_wrap #s5_qc_namebox_span {width: 48% !important;}
.module_round_box-persons h3 {font-size: 2.4em !important;}
.djc_mobile_price{display:none;}
.djc_mobile_price .djc_price {  text-align: center;}
.djc_mobile_price .djc_price span { font-size: 1.8em;}

h2.djc_mobile_title {font-size: 1.8em;line-height: 40px;font-weight: normal;background-color: #f7f5f2;padding: 10px 30px 10px 10px;z-index: 40;}

#djcatalog.djc_itemlistings {margin-left: 0px;margin-right: 337px;float: left;}

.mod_djc_item {   margin-bottom: 15px !important;}
#s5_top_row3 .djc_items h4{padding-bottom: 0px;}
.djc_dbltap {
    text-align: center;
    color: #000;
    font-size: 0.8em;
    font-weight: bold;
    display: none;
}

.module_round_box-white.relateditems {
    margin-top: 40px;
}
.module_round_box-white.relateditems .djc_price,.module_round_box-white.relateditems .djc_price span {font-size: 1.0em !important;    line-height: 10px !important;}

.module_round_box-white.relateditems .djc_title h4 {
    font-size: 1.0em !important;
    margin: 0px !important;
    padding-bottom: 5px !important;
}
.module_round_box-white.relateditems h3 {
    padding-bottom: 20px;
    padding-top: 10px;
}

.map-title {
    position: absolute;
    top: 150px;
    left: 10%;
    font-size: 3.0em;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    padding: 25px;
    float: left;
}

.djc_fulltext .djc_map {/*width: 500px;*/border: 3px solid #ccc;padding: 5px;margin-left: 40px;}

div.mod-languages li:first-child {
    margin-left: 15px;
}

.map img, .svPanel img {
    border: 0px;
    box-shadow: none;
    margin: 0px !important;
    padding: 0px !important;
    max-width: none !important;
    background: none !important;
.directions {
    clear: left;
}
.adp-directions {
    width: 100%;
}

.adp-placemark {
    width : 100%;
}
.controlDiv {
    padding : 5px;
}
.blog-curideas .pull-right.item-image {
    max-width: 100% !important;
    float: none !important;
    margin: 4px !important;
}