/* RESET  ================================================================================= */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: circle;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
p {
	margin:0 0 10px 0;
}
strong {
	font-weight:700;
}
/* STRUCUTRE  ================================================================================= */
body {
	font-family: Tahoma, serifSansSerifMonospace;
	font-size: 12px;
	color: #595959;
	line-height: 18px;
}
#menu-top {
	position: absolute;
	right: 0;
}
#menu-top > div {
	float: right;
	margin-left: 20px;
}
#menu-top .lang-inline a, #menu-top .lang-inline {
	color: #111;
}
#menu-top .lang-inline li.lang-active a {
	color: #EEE;
}
#content {
	width:900px;
	background: transparent url("../images/content_bg.png") 0 0 repeat scroll;
	padding:140px  40px 40px 40px;
	margin:auto;
	-webkit-radius-bottomleft: 15px;
	-moz-border-radius-bottomleft: 15px;
	border-bottom-left-radius: 15px;
	-webkit-radius-bottomright: 15px;
	-moz-border-radius-bottomright: 15px;
	border-bottom-right-radius: 15px;
	margin-bottom: 100px;
}

#background_flash {
	z-index:1;
	position: fixed;
	width: 100%;
	height: 100%;
	margin:0;
	top:0;
	left:0;
}
#container {
	height:100%;
	width:100%;
	background:#333;
}
#video_info {
	position:absolute; 
	right:3%; 
	bottom:10%; 
	background:url(../images/black_bg_85.png) repeat; 
	z-index:500;
	width:300px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	padding:20px 30px;
}
/* HEADER  ================================================================================= */
#header {
	position:fixed;
	top: 0;
	right: 0;
	width: 100%;
	height: 113px;
	background: url("../images/bg_header.png") repeat-x center top;
	z-index: 999;
}
#header_2 {
	width:980px;
	height:113px;
	background:url(../images/bg_header_2.png) no-repeat center top;
	margin:auto;
}
#header_wrapper {
	width:980px;
	position:relative;
	margin:auto;
}
#logo {
	position:absolute;
	left: 0px;
	top: 30px;
	width:248px;
	height:77px;
}
/* CONTENT  ================================================================================= */
.two_third_col {
	width:585px;
	float:left;
	margin-right:45px;
}
.one_third_col {
	width:270px;
	float:left;
	margin-right:45px;
}

.one_second_col {
	width: 427px;
	float: left;
	margin-right: 45px;
}

.last {
	margin-right: 0;
}
#content strong {
	color:#595959;
}

		
/* form styles ================================================================================= */

.col_f_1 {
	float:left; width:270px;
	display:block;
	margin-right:10px;
}
.col_f_2 {
	float:left; width:270px;
	display:block;
}

label {
	color: #595959;
	margin-top:10px;
	display:inline-block;
	zoom: 1;
	*display: inline;
	font-weight:bold;
	font-size:16px;
	margin-bottom:3px;
}

fieldset { border: none; }

#myform fieldset.col_f_1 input, #myform fieldset.col_f_2 input  { 		
	padding: 8px; 
	margin: 2px 0 5px 0; 
	background: #333;
	width:90%;
	font-family: Tahoma, serifSansSerifMonospace;
	color: #dfdfdf;
	font-size:12px;
	border: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#myform input { 		
	padding: 8px; 
	margin: 2px 0 5px 0; 
	background: #333;
	width:50%;
	font-size: 12px;
	font-family: Tahoma, serifSansSerifMonospace;
	color: #dfdfdf;
	border: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;				
}

#myform  textarea {
	padding: 8px; 
	margin: 2px 0 20px 0; 
	background: #333;
	width:89%;
	font-size: 12px;
	font-family: Tahoma, serifSansSerifMonospace;
	color: #dfdfdf;
	border: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	height:100px;			
}
#myform  textarea:focus { 		
	padding: 8px; 
	margin: 2px 0 20px 0; 
	background: #ccc;
	width:89%;
	font-size: 12px;
	font-family: Tahoma, serifSansSerifMonospace;
	color:#222; 
	border: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	height:100px;			
}

#myform fieldset.col_f_1 input:focus, #myform fieldset.col_f_2 input:focus, #myform input:focus  { 		
	padding: 8px; 
	margin: 2px 0 5px 0; 
	background: #ccc;
	border: none;
	color:#222;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;		
}

/* error message */
.error {
	height:15px;
	background-color:#FFFE36;
	font-size:11px;
	padding:4px 10px;
	color:#000;
	width:120px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px; 	
	margin:0 0 10px 0;
}

/* FOOTER ================================================================================= */
#social_copy {
	float:right;
	margin:23px 15px 23px 0;
	color:#5b5b5b;
	font-size:11px;
}

#copy {
	text-align:right;
	color:#5b5b5b;
	font-size:11px;
}

/* TIPOGRAPHY ================================================================================= */
h1, h2, h3, h4, h5  {
	margin-bottom:25px;
}
h1  {
	font-size:26px;
	color:#B768A1;
	line-height: 26px;
}
h1 span {
	font-size:16px;
	color:#fff;
	display:block;
}
h2, h3  {
	font-size:22px;
	color:#ffd200;
}
.blog h2 , .blog h3  {
	font-size:20px;
	color:#fff;
}
.blog h4 a  {
	font-size:22px;
	color:#ffd200;
	text-decoration:none;
}
.blog h4 span  {
	font-size:16px;
	color:#fff;
	display:block;
}
h2 span, h3 span {
	font-size:16px;
	color:#fff;
	display:block;
}
h2, h3  {
	font-size:22px;
	color:#B768A1;
}
h5  {
	font-size:18px;
	color:#ffd200;
}
h5.reply  {
	font-size:18px;
	color:#ffd200;
	margin-bottom:10px;
}
.comments_list h6  {
	font-size:12px;
	color:#fff;
	text-transform:uppercase;
}
.white  {
	color:#fff;
}
/* OTHER STYLES ================================================================================= */
.clr {
	clear:both; 
}
/*.line {
	background: url(../images/line.png) no-repeat top right;
	height:11px;
	border:0;
	margin:0;
	margin:20px 0 30px 0; 
}*/

#show_hide {
	width: 121px;
	height: 21px;
	float: right;
	position: relative;
	bottom: -40px;
	cursor: pointer;
	background: transparent url("../images/hide-text.png") 0 0 no-repeat scroll;
}

.line_portfolio {
	background: url(../images/line.png) no-repeat top right; height:11px; border:0; margin:0; margin:0px 0 30px 0; 
}
.line_2 {
	background: url(../images/line_2.png) no-repeat top right; height:11px; border:0; margin:0; margin:30px 0 25px 0; 
}
.line_3 {
	background: url(../images/line.png) no-repeat top right; height:11px; border:0; margin:0; margin:40px 0 30px 0; 
}
ul.list {
	margin:0 0 20px 0;
	padding:0;
}
ul.list li {
	background: url(../images/arrow_gray.png) no-repeat left 6px;
	padding:0 0 0 10px; 
	line-height:18px;
	margin:0;
}
a:link.details, a:visited.details  {
	background:url(../images/arrow_gray.png) no-repeat center right;
	padding-right:10px;
}
a:link, a:visited {
	text-decoration:none;
	color:#00aeef;
}
a:hover {
	text-decoration: underline;
	color:#00aeef;
}
a:link.details, a:visited.details  {
	background:url(../images/arrow_2.png) no-repeat center right;
	padding-right:15px;
}
a:hover.details  {
	background:url(../images/arrow_2.png) no-repeat center right;
	padding-right:15px;
}
#social_copy a:link, #social_copy a:visited {
	text-decoration: none;
	color: #333;
}
#social_copy a:hover {
	text-decoration: none;
	color: #333;
}

/* button style  ================================================================================= */
button { 	
	width: 130px; 
	color: #fff; 
	text-transform: uppercase; 
	margin-top: 10px;
	border: none;
	padding:5px;
	background: #017ea8 url(../images/button_sprite_1.png) no-repeat left top;
	font-family:"Tahoma", Arial, Verdana, sans-serif;
	font-weight:normal;
	font-size:12px;
	text-transform:uppercase;
}
button:hover { 		
	background: #3f3f3f url(../images/button_sprite_1.png) no-repeat -175px top;
	cursor:  pointer; 
}

/* PORTFOLIO PAGE================================================================================= */
/* --- viewport configuration ---------------------------------------------------------- */
.project {
	float: left;
	height: 180px;
	margin: 0 45px 45px 0;
	overflow: hidden;
	position: relative;
	width: 270px;
}

/* This is so that the 2nd thumbnail in each row fits snugly. You will want to add a similar
   class to the last thumbnail in each row to get rid of the margin-right. */
.no-margin {
	margin-right: 0;
}

/* --- Link configuration that contains the image and label ----------------------------- */
.project a {
	display: block;
	position: relative;
	text-decoration:none;
}

.project a img {
	height: 250px;
	left: 0px;
	position: relative;
	top: 0px;
	width: 360px;
}

.project a span {
	display: none;
	font-size: 16px;
	height: 100%;
	padding-top: 80px;
	position: absolute;
	text-align: center;
	text-decoration: none;
	width: 100%;
	z-index: 100;
}
.project a span img {
	width: 134px; height:59px; margin:0;
}

/* --- Dark hover background ------------------------------------------------------------ */
.bg {
	background: url(../images/portfolio_hover_bg.png) no-repeat top left;
	color: #fff;
}

/* item details  ================================================================================= */
ul#item_details {
	list-style-type:none;
	margin:0px;
	line-height:24px;
	margin-bottom:40px;
}
ul#item_details li {
	display: inline-block; 
	overflow:hidden;
	border-bottom: 1px solid #3e3e3e;
	padding:10px 0 0 0;
	background:none;
}
ul#item_details li span {
	float:left; 
	width:130px;
	color:#aeaeae;
	font-weight:bold;
}
ul#item_details li em {
	float:left; 
	font-style:normal; 
	width:140px; 
	color:#fff; 
}
.margin_pro {
	margin-bottom:30px;
}
/* BLOG PAGE================================================================================= */
/* Search form */
.search { 
	width: 270px;
	margin:0px 0 35px 0;
	padding:0;
}
#search span { 
	width:248px;
	display:block;
	background:#1c1c1c;
	height:20px;
	margin:0 auto;
	padding:5px 10px;
}
#search input#s {
	float:left;
	width:216px;
	padding:3px 5px;
	margin:0;
	border:0;
	background:none;
	color:#797a78;
}
#search .btn { 
	float:left;
	padding:0;
	margin:0;
	border:0;
	width:22px;
}
ul#cat {
	margin: 0 0 40px 0;
	font-size:18px;
}
ul#cat li {
	border-bottom:1px solid #161616;
	background:url(../images/icon_folder.png) no-repeat right 9px;
	margin:15px 0 15px 0;
	padding-bottom:5px;
}

ul#post {
	margin: 0 0 40px 0;
}
ul#post li {
	border-bottom:1px solid #161616;
	background: url(../images/icon_post.png) no-repeat right 5px;
	margin:15px 0 15px 0;
	padding-bottom:5px;
}
ul#post em {
	display:block;
	font-style: italic;
}
.post_info {
	background-color:#1c1c1c;
	padding:5px 5px 5px 10px;
	font-size:11px;
	margin-bottom:10px
}
.date {
	background:url(../images/icon_date.png) no-repeat left 2px; padding-left:20px;
}
.auth {
	background: url(../images/icon_user.png) no-repeat left 2px; padding-left:15px; margin-left:30px;
}
.comments {
	background: url(../images/icon_comments.png) no-repeat left 2px; padding-left:20px; margin-left:135px;
}
ul.comments_list { margin-bottom:40px; }
ul.comments_list li { 
	padding-left: 80px;
	display:block;
	position: relative;
	border-bottom:1px solid #161616;
	padding-bottom:5px;
	margin-bottom:20px;
}
ul.comments_list li p { display: block; }
ul.comments_list li img {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 48px;
	height:48px;
	border:3px solid #333;
}

/*=== PageNavi. ===*/
.wp-pagenavi { clear:both;margin:0 auto; text-align:right; color:#797a78; padding:0 0 22px  0;}
.wp-pagenavi a,
.wp-pagenavi .current { color:#00aeef; border:1px solid #3e3e3e; margin-left:3px; padding:5px 10px; text-decoration:none;}
.wp-pagenavi a:hover { background:#00aeef; color:#fff; border:1px solid #00aeef; }
.wp-pagenavi .current { color:#fff; border:1px solid #00aeef; }
.wp-pagenavi .pages { float:left;}

/* CONTACT PAGE ================================================================================= */
ul#contact_info {
	margin: 0 0 40px 0;
	font-size:16px;
	color:#fff;
}
ul#contact_info li {
	border-bottom:1px solid #161616;
	margin:15px 0 15px 0;
	padding-bottom:5px;
}
#contact_info li#address {
	background: url(../images/icon_address.png) no-repeat right 5px;
}
#contact_info li#email {
	background: url(../images/icon_email.png) no-repeat right 5px;
}
#contact_info li#phone {
	background: url(../images/icon_phone.png) no-repeat right 5px;
}
#contact_info li#web {
	background: url(../images/icon_web.png) no-repeat right 5px;
}

/* NIVO SLIDER  ================================================================================= */
#slider {
	position:relative;
	width: 585px;
	height:320px;
} 
.home {
	width:900px;
} 
#slider img {
	position:absolute;
	top:0;
	left:0;
	display:none;
}
#slider a {
	border:0;
	display:block;
}

.nivo-controlNav {
	position:absolute;
	right:0px;
	bottom:-30px;
}
.nivo-controlNav a {
	display:block;
	width:22px;
	height:22px;
	background:url(../images/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.nivo-controlNav a.active {
	background-position:0 -22px;
}

.nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(../images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
a.nivo-prevNav {
	left:15px;
}

.nivo-caption {
    text-shadow:none;
    font-family: Tahoma, serifSansSerifMonospace;
}
.nivo-caption a { 
    color:#efe9d1;
    text-decoration:underline;
}
.shadow {
	background:url(../images/shadow.png) no-repeat center top; height:32px; margin-bottom:10px; 
}
.shadow_home {
	background:url(../images/shadow.png) no-repeat center top; height:32px; margin-bottom:20px; 
}

#google_plus, #twitter, #facebook, #youtube {
	display: block;
	float: right;
	width: 27px;
	height: 26px;
	margin-left: 7px;
	background: transparent url("../images/social.png") 0 0 no-repeat scroll;
	text-decoration: none;
}

#google_plus:hover {
	background-position: -109px -5px;
}
#google_plus {
	background-position: -108px -38px;
}

#twitter:hover {
	background-position: -40px -5px;
}

#twitter {
	background-position: -39px -38px;
}

#facebook:hover {
	background-position: -5px -5px;
}

#facebook {
	background-position: -4px -38px;
}

#youtube:hover {
	background-position: -74px -5px;
}

#youtube {
	background-position: -73px -38px;
}

.custombooknow {
  border: 1px solid #A9A8A6;
  width: 174px;
  float: right;
  margin-bottom: 15px;
}

.custombooknow #title {
  width: 174px;
  height: 46px;
  margin-bottom: 10px;
  background: #7D7970 url("../images/book_now_title.png") 0 0 no-repeat scroll;
}

.custombooknow form > div {
  margin: 0 0 8px 0;
  height: 19px;
  padding: 0;
}

.custombooknow label {
  width: 68px;
  height: 19px;
  padding-left: 9px;
  background-color: #CBC7C6;
  font-size: 10px;
  color: #7B7873;
  vertical-align: top;
  margin: 0;
}

.custombooknow input {
  width: 96px;
  height: 19px;
  border: 0 none;
  font-size: 10px;
  color: #7B7873;
  margin-left: -4px;
  vertical-align: top;
}

.custombooknow input:focus {
  outline: none;
}

.select_adults, .select_rooms {
	list-style-type: none;
	margin: 0 0 0 73px;
	padding: 0;
	position: absolute;
	background-color: #FFF;
	width: 100px;
	z-index: 102;
	display: none;
}

.select_adults li, .select_rooms li {
	padding: 0 10px;
}
.select_adults li:hover, .select_rooms li:hover {
	background-color: #3879D9;
	color: #FFF;
}

input.date-pick {
  background: #CBC7C6 url("../images/calendar_button.png") 90% 50% no-repeat scroll;
}
input.dropdown {
  background: #CBC7C6 url("../images/small_arrows.png") 90% 50% no-repeat scroll;
}

.custombooknow input.book_submit {
  background-color: rgba( 197, 95, 166, 0.5);
  margin: 0;
  width: 174px;
  height: 30px;
  color: #FFF;
  font-size: 14px;
}

.custom-sound {
	margin-top: -15px;
}

#slidecaption {
	display: none;
}

.customsocial-icons {
  clear: both;
	height: 70px;
	margin-right: 15px;
}

.content-right {
    padding-left: 95px;
}