/*
Theme Name: QLStockholm Responsive 
Theme URI: http://www.creativeworkshop.se/
Description: Custom made theme for Creative 
Author: Creative Workshop i Stockholm
Version: 1.1
Tags: Light, Simple, Fast
*/


/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

/******************************************
	My CSS
******************************************/

.container{
	max-width: 990px;
	width: 100% !important;
}

.no-padding{
	padding: 0 !important;
}

header.main_h {
  position: fixed;
  top: 0px;
  max-height: 100px;
  z-index: 100;
  width: 100%;
  background: none;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 1;
  background-color: #0a0a0b;
  padding-bottom: 15px;
}

.open-nav {
  height: 400px !important;
}
.open-nav .mobile-toggle {
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
}

.mobile-toggle {
 	display: none;
  cursor: pointer;
  font-size: 20px;
  position: absolute;
  right: 0px;
  top: 0px;
  margin-top: -50px;
  width: 30px;
  z-index: 1000;
  -webkit-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}

.mobile-toggle span {
  width: 26px;
  height: 3px;
  margin-bottom: 6px;
  border-radius: 1000px;
  background: #000;

  display: block;
}

@media screen and (max-width: 991px){
	.menu-header{
		display: none;
	}
	#nav{
		background: none !important; 
	}
	#nav ul li.current_page_item, #nav ul li.current-menu-ancestor, #nav ul li.current-menu-item, #nav ul li.current-menu-parent {
		background: none !important; 
	}
	#nav ul li.last a{
		padding-right: 15px !important;
	}
	.menu-header ul {
		display: list-item !important;
		
	}
	.menu-header ul li {
		display: list-item !important;

	}
	.menu-header .sub-menu{
		display: none !important;
	}
	.mobile-toggle {
		display: block !important;
	}
	.last-box{
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	.second-box{
		padding-right: 0 !important; 
	}
	.small_bubble{
		left: 0 !important;
	}
	#logo{
		max-width: 300px
	}
}

@media screen and (max-width: 767px){
	.last-box, .second-box, .first-box{
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	
}

@media screen and (max-width: 600px){
	#logo img{
		max-width: 200px;
	}
	
}

@media screen and ( max-width: 440px){	
	#footer ul li{
		float: none !important;
		display: list-item !important;
	}
	#top-nav ul li{
		margin-bottom: 3px !important;
	}
	.side-object-list div ul li.last {	  
	 	float: right !important; 
	  	margin-right: 0px !important;
	}
	.side-object-list div ul li.rooms {
		width: auto !important; 
	}
	li.worker .staff-info{
		font-size: 12px !important;
	}
	#inner-content h1{
		font-size: 24px !important;
	}
	#inner-content .post h2 a{
		font-size: 20px !important;
	}
}

.add-margin{
	width: 100%;
	height: 30px;
}

.first-box{
	padding-left: 0 !important;
	
}

.last-box{
	padding-right: 0 !important;
}


.wp-image-499{
	max-width: 350px;
}

.gform_wrapper .gfield_checkbox li label{
	margin: 0 0 0 15px !important;
}

@media screen and (max-width: 991px){
	#footer .lower-footer li{
		margin-bottom: 10px !important;

	}
}


/******************************************
	End My CSS
******************************************/


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, font, 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 {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}

a, a:active, a:hover, a:focus{
	outline:none;
	-moz-outline-style: none;
}

.clear{
	clear:both;
}

.left{
	float:left;
}

hr {
	background-color: #e7e7e7;
	border: 0;
	clear: both;
	height: 1px;
	margin-bottom: 18px;
}

.clearfix:after {
	visibility: hidden;
	display: block;
	content: "";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

/* =Typography & Colors
-------------------------------------------------------------- */
@font-face
{
font-family: EdwardianScript;
src: url('edwardian.ttf');
}

body{
	font-family:Arial, Helvetica, Verdana !important;
}


h1, h2, h3, h4, h5, h6{
	font-family:Georgia, "Times New Roman", Helvetica, Arial, Verdana !important;
	color:#000;
	margin:0px 0px 17px 0px;
	font-weight:normal;
}

h1{
	font-size:32px;
	line-height:30px;
}

h2{
	font-size:25px;
	line-height:28px;
}

h3{
	font-size:21px;
	line-height:24px;
}

h4{
	font-size:16px;
	line-height:20px;
}

h5{
	font-size:12px;
	line-height:18px;
}

p{
	font-family:Arial, Helvetica, Verdana;
	font-size:13px;
	line-height:18px;
	color:#6f6f6f;
}

a{
	color:#000;
}

a:hover{
	text-decoration:underline;
	color: #000;
}

.align-right{
	text-align:right;
}

.align-left{
	text-align:left;
}

.red{
	color:red !important;
}

/* = STRUCTURE & LAYOUT
-------------------------------------------------------------- */

body{
	text-align:center;
	background: #000;
}

#page{
	background: url('images/main_bg.jpg') repeat-y top center;

}

/*Wrapper*/

#wrapper{
	width:100%;
	text-align:left;
	margin:0 auto;

}

.container{
	width:960px;
	margin:0 auto;
}

/*Header*/

#header{
	width:100%;
	margin:0px 0px 0px 0px;
	padding:0px 0px 30px 0px;
}

#top-nav{
	background:#000;
}

/*#header.fixed{
	margin:45px 0px 0px 0px;
}*/

#header.fixed #top-nav{
	
    width:100%;
    z-index:9999 !important;
}

#top-nav ul{
	padding:10px 0px 10px 0px;
}
	
#top-nav ul li{
	display:inline-block;
	border:1px solid #353535;
	background:#222;
	border-radius: 2px; 
	-moz-border-radius: 2px; 
	-webkit-border-radius: 2px; 
	padding:5px 7px;
	margin:0px 0px 0px 4px;
}
#top-nav ul li.fb{
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	border:none;
	background:none;
	vertical-align: -5px;
} /*

#top-nav ul li.fb div{
	position:relative;
	top:3px;
}*/

#top-nav ul li,
#top-nav ul li a{
	color:#fff;
	font-size:13px;
	font-family:Georgia, "Times New Roman";
	text-decoration:none;
}

#top-nav ul li:hover{
	background:#fff;
	color:#000 !important;a
}

#top-nav ul li.nohover:hover{
	background:#222;
	color:#fff !important;
}

#top-nav ul li.update{
	position:relative;
}

#top-nav ul li.update span.warning{
	position:absolute;
	top:35px;
	left:0px;
	background:red;
	color:#fff !important;
	padding:5px 10px 7px 10px;
	text-align:center;
	display:none;
	width:200px;
	z-index:1000;
	border-radius: 3px; 
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px; 
}

#top-nav ul li.update:hover span.warning{
	display:block;
}

#top-nav ul li:hover a{
	color:#000;
}

#top-nav ul li.left{
	margin:0px 8px 0px 0px;
}

#header #logo{
	margin:11px 0px 0px 0px;
}


/*Main*/

#main{
	width:100%;
}

#content{
	padding:0px 0px 40px 0px;
}

#content #inner-content{
	/*width:630px;*/
	float:left;
	width: 100%;
}

#content #inner-content.page{
	/*width:600px;*/
	/*padding:0px 30px 0px 0px;*/
	width: 100%;
}

#content #inner-content img{
	padding:2px;
	border:1px solid #cecece;
	border-radius: 3px; 
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px; 
	width: 100%;
	height: auto;
}

#content #sidebar{
	/*width:300px;*/
	height: auto;
	/*float:right;*/
}

#inner-content.news h1{
	margin:0px;
}

#inner-content.news .date{
	margin:5px 0px 17px 0px;
	color:#919191;
	font-family:Georgia, "Times New Roman";
	font-size:13px;
	display:inline-block;
}


/* Slider */

.bx-window,
.bx-viewport{
	overflow:visible !important;
/*	width:960px !important;*/
}

#slider .slide,
#slider .slide.bubble{
	width:100%;
	height:400px;
}

#slider .slide .inner-slide{
	padding:100px 200px 0px 200px;
	height:100%;
	width: 100%;
		transition: all linear 0.5s;
		-moz-transition: all linear 0.5s;
		-webkit-transition: all linear 0.5s;
		-o-transition: all linear 0.5s;
}

#slider .slide.bubble .inner-slide{
	padding:100px 100px 0px 350px;
	height:100%;
	width: 100%;
		transition: all linear 0.5s;
		-moz-transition: all linear 0.5s;
		-webkit-transition: all linear 0.5s;
		-o-transition: all linear 0.5s;
}

#slider .slide .inner-slide:hover,
#slider .slide.bubble .inner-slide:hover{
	box-shadow: inset 0px 0px 100px rgba(0,0,0,0.6);
		-moz-box-shadow: inset 0px 0px 100px rgba(0,0,0,0.6);
		-webkit-box-shadow: inset 0px 0px 100px rgba(0,0,0,0.6);
		transition: all linear 0.3s;
		-moz-transition: all linear 0.3s;
		-webkit-transition: all linear 0.3s;
		-o-transition: all linear 0.3s;
}

#slider .slide h2 a{
	color:#fff !important;
	font-size:50px;
	line-height:55px;
	text-shadow:0px 1px 3px #000;
	margin:0px 0px 30px 0px;
	text-decoration:none;
	display:block;
	text-align:center;
}

#slider .slide p{
	padding:0px 60px;
	color:#fff;
	font-size:16px;
	line-height:21px;
	text-shadow:0px 1px 3px #000;
	text-align:center;
}

/* Single */
#single-header{
	padding:0px 0px 10px 0px;
}

#single-header h1{

}

#brief{
	padding:20px 0px 20px 0px;
	margin:0px 0px 30px 0px;
	border-top:1px solid #eaeaea;
	border-bottom:1px solid #eaeaea;
}

#brief span.price{
	float:left;
	font-family:"Georgia", "Times New Roman";
	font-size:19px;
}


#brief ul li{
	display:inline-block;
	margin:0px 20px 0px 0px;
	font-family:"Georgia", "Times New Roman";
	color:#898989;
	font-style:italic;
}



#object-details ul{
	margin:0px 0px 20px 0px;
}

#object-details ul li{
	width:180px;
	margin:0px 20px 0px 0px;
	float:left;
	font-size:13px;
	line-height:21px;
	color:#737373;
}

#object-details ul li.last{
	margin:0px;
}

#object-details ul li span{
	font-weight:bold;
	color:#000;
}

#object-description,
#extra-information,
#directions{
	border-top:1px solid #eaeaea;
	padding:20px 0px 0px 0px;
}


/* Slider single */

#showcase{
	/*width:630px !important;
	height:300px !important;*/
	margin:0px 0px 20px 0px;
	position:relative;
	width: 100%;
	height: 100%;
	max-height: 300px;
	max-width: 550px;
}

/*#showcase .bx-wrapper{
	width:450px;
	float:left;
}*/

/*#showcase .bx-viewport{
	width:450px !important;
}*/

#showcase #slider-single{
	/*width:446px;*/
	/*height:296px;*/
	
	width:100%;
	height:100%;
	padding-right: 20px;
	/*max-height: 330px;*/
	max-height: 300px;
	max-width: 550px;
}

/*@media screen and (max-width:991px){
	#showcase #slider-single img{
		max-width: 500px !important;
	}
}
*/

#showcase #slider-single img{
	/*width:444px;*/
	/*height:296px;*/
	padding:0px;
	border:none;
	width:100%;
	height:100%;
/*	max-height: 296px;*/
	padding:2px;
	border:1px solid #cecece;
	border-radius: 3px; 
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px; 
	max-height: 300px;
	max-width: 550px;

}

#showcase a{
	display:inline-block;
	/*width:450px;*/
}

.slider-thumbnails{
/*	float:right;*/
	width:146px !important;
	height:290px !important;
	overflow:hidden;
}

.slider-thumbnails img{
	width:140px !important;
	height:93px !important;
	padding:2px;
	border:1px solid #cecece;
	border-radius: 3px; 
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px; 
	margin:0px 0px 10px 0px;
}
@media screen and (max-width: 700px){
	#showcase{		
		max-height: 150px;
		max-width: 350px;
	}
	#showcase #slider-single{
		max-height: 150px;
		max-width: 350px;
	}
	#showcase #slider-single img{
		max-height: 100px;
		max-width: 300px;
	}
	.slider-thumbnails{
		width:103px !important;
		height:230px !important;
		overflow:hidden;
	}
	.slider-thumbnails img{
		width: 90px !important; 
		height: 60px !important;
		margin:0px 0px 10px 0px;
	}
	.thumb-navigation a.prev, .thumb-navigation a.next{
		left: 50px !important;
	}
}

@media screen and (max-width: 500px){
	#showcase{		
		max-height: 100px;
		max-width: 300px;
	}
	#showcase #slider-single{
		max-height: 100px;
		max-width: 300px;
	}
	#showcase #slider-single img{
		max-height: 100px;
		max-width: 300px;
	}

	.slider-thumbnails{
		width:73px !important;
		height:120px !important;
		overflow:hidden;
	}	
	.slider-thumbnails img{
		width: 70px !important; 
		height: 40px !important;
		margin:0px 0px 5px 0px;
	}
	.thumb-navigation a.prev, .thumb-navigation a.next{
		left: 40px !important;
	}
}

/*.thumb-navigation{
	width:630px;
}*/

.thumb-navigation a.prev{
	background:url('images/arrow_up.png') no-repeat top left;
	
	width:21px;
	height:16px;
	text-indent:-9999px;
	display:block;
	position:absolute;
	top:-23px;
	left:75px;
}

.thumb-navigation a.next{
	background:url('images/arrow_down.png') no-repeat top left;
	width:21px;
	height:16px;
	text-indent:-9999px;
	display:block;
	position:absolute;
	left:75px;
	bottom: -23px
}



/* Pager */



.bx-pager {
	text-align:center;
	position:relative;
	z-index:100;
	margin:15px 0px 15px 0px;
	padding-top: 0px;
	font-size:12px;
	color:#666;
}

.bx-pager-item{
	display:inline-block;
}

.bx-pager a{
    background: url("images/pager_dots.png") no-repeat scroll left bottom transparent;
    color: #FFFFFF;
    display: inline-block;
    font-size: 11px;
    height: 13px;
    margin: 0 8px 0 0;
    text-decoration: none;
    text-indent: -9999px;
    text-shadow: 0 -1px 0 #000000;
    width: 12px;
}

.bx-pager .active,
.bx-pager a:hover {
	background-position: top left;
}



@media screen and (max-width: 750px){
	.contact-bubble{
		display: none;
	}
	#slider .slide.bubble .inner-slide{
		padding: 100px 200px 0px 200px !important;
	}
}

@media screen and (max-width: 650px){
	
	#slider .slide.bubble .inner-slide{
		padding: 100px 100px 0px 100px !important;

	}
	#slider .slide.bubble .inner-slide h2 a{
		font-size: 30px !important;
	}
	.inner-slide{
		padding: 100px 100px 0px 100px !important;
		font-size: 30px !important;
	}
	.inner-slide h2 a{		
		font-size: 30px !important;
	}
	#slider .slide p{
		padding: 0 !important;
	}
}

@media screen and (max-width: 550px){
	
	#slider .slide.bubble .inner-slide{
		padding: 100px 50px 0px 50px !important;

	}
	
	.inner-slide{
		padding: 100px 50px 0px 50px !important;
		font-size: 30px !important;
	}
	
}




.contact-bubble{
	float:right !important;
	position:absolute ;
	top:40px ;
	left:-30px ;
	width: 330px;
  	height: 330px;
	padding:30px 50px 20px 50px ;
	background:url('images/bubble_bg.png') no-repeat top left ;
	background-size: cover;
}

.contact-bubble h4{
	text-align:center ;
	font-family:Georgia, "Times New Roman" ;
	font-size:29px ;
	font-style:italic ;
	text-shadow:0px 1px 0px #fff ;
}


/* Searchengine */

.searchengine{
	border:1px solid #CECECE;
	padding:2px;
/*	width:956px;
*/	border-radius: 3px; 
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px; 
}

.searchengine.result{
	margin:0px 0px 30px 0px;
}

.searchengine.trigger{
	border:0px;
	background:#f7f7f7;
	padding:15px;
/*	width:930px;*/
}


.searchengine span.intro-text{
	font-size:17px;
	line-height:35px;
	font-family:Georgia, "Times New Roman";
	color:#898989;
	text-shadow:0px 1px 0px #fff;
}

.searchengine .button{
	float:right;
}

a.more{
	font-family:Georgia, "Times New Roman";
}

.post h2 a{
	text-decoration:none;
}

.post.hentry{
	border-bottom:1px solid #eaeaea;
	padding:0px 0px 30px 0px;
}

/* Search module */
#search-module {
	clear:both;
	background:#F7F7F7;
	padding:20px 20px 20px 20px;
	
}
#search-module .location {
	padding-bottom:20px;
}
#search-module .box {
	width:220px;
	float:left;
	margin-right:30px;
	position:relative;
}
#search-module .box.submit {
	float:right;
	margin:15px 0px 0px 0px;
}
#search-module .box .label,
.row .label{
	display:block;
	font-size:13px;
	font-weight:300;
	color:#000;
	margin-bottom:3px;
}
#search-module .options .box .label {
	margin-bottom:5px;
}
#search-module .box .select-toggle {
	display:block;
	height:32px;
	line-height:32px;
	font-size:13px;
	color:#676767;
	text-decoration:none;
	margin-bottom:2px;
	padding:0 10px 0 10px;
	background:url('images/select-toggle.gif') 0 0 no-repeat;
	font-family:"Trebuchet MS", "Gill Sans", "Helvetica", "Arial";
	cursor:pointer;
}
#search-module .box .select-list {
	position:absolute;
	display:none;
	z-index:1000;
	width:216px;
	background:#fff;
	padding:2px 2px 2px 2px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	-moz-box-shadow:0 1px 2px #adadad;
	-webkit-box-shadow:0 1px 2px #adadad;
	box-shadow:0 1px 2px #adadad;
}
#search-module .box .select-list li a {
	font-size:12px;
	color:#676767;
	text-decoration:none;
	display:block;
	padding:0px 8px;
	height:25px;
	line-height:25px;
	font-family:"Trebuchet MS", "Gill Sans", "Helvetica", "Arial";
}
#search-module .box .select-list li a:hover {
	background:#f7f7f7;
}
#search-module input[type="submit"]{
	display: inline-block;
	height: 35px;
	text-decoration: none;
	padding: 0 15px 0 15px;
	color: #000;
	font-size: 15px !important;
	font-family: Georgia, "Times New Roman";
	line-height: 35px;
	text-shadow: 0px 1px 0px #fff;
	background:url('images/submit-bg.png') 0 0 repeat-x;
	float: right;
	border: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

#search-module input[type="submit"]:hover{
	cursor:pointer;
}

.slide-text,
.slide-text span{
	font-size:11px !important;
	color:#919191;
}

#search-module .box .label,
#search-module .options .box .label{
	font-family:"Trebuchet MS", "Gill Sans", "Helvetica", "Arial";
}

.pictip{
	font-size:12px;
	color:#848484;
	font-style:italic;
	position:relative;
	left:0;
}

/* Boxes */
ul.boxes{
	margin:35px 0px 0px 0px;
}

ul.boxes h3{
	margin:0px 0px 4px 0px;
}

ul.boxes > li{
	/*float:left;*/
	/*width:300px;*/
	margin:0px 30px 0px 0px;
}

ul.boxes > li.last{
	margin:0px;
}

ul.boxes > li.first .group-image{
	background:url('images/qls_team_small.jpg') no-repeat top center;
	/*max-width:294px;*/
	background-size: cover;
	height:170px;
}

ul.boxes > li.first .group-image .roundcorners{
	background:url('images/group_image_bg.png') no-repeat top left;
	height:170px;
	width:296px;
	display:inline-block;
	position:relative;
}

.small_bubble{
	width:85px;
	height:85px;
	padding:25px 0px 0px 0px;
	display:inline-block;
	text-decoration:none;
	font-size:19px;
	line-height:18px;
	text-align:center;
	font-family:Georgia,EdwardianScript, "Times New Roman";
	font-style:italic;
	color:#000;
	text-shadow:0px 1px 0px #fff;
	background:url('images/small_bubble_bg.png') no-repeat top left;
	opacity:0.8;
}

.small_bubble:hover{
	text-decoration:none;
	opacity:1.0;
}

ul.boxes li.first .small_bubble{
	position:absolute;
	top:20px;
	left:230px;
	
}

ul.boxes li .inner-box{
	border:1px solid #cecece;
	padding:2px;
	border-radius: 3px; 
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px; 
	transition: all linear 0.3s;
	-moz-transition: all linear 0.3s;
	-webkit-transition: all linear 0.3s;
	-o-transition: all linear 0.3s;
	height:350px;
}

ul.boxes li:hover .inner-box{
		border:1px solid #e5e5e5;
		box-shadow: 0px 0px 17px rgba(0,0,0,0.3);
		-moz-box-shadow: 0px 0px 17px rgba(0,0,0,0.3);
		-webkit-box-shadow: 0px 0px 17px rgba(0,0,0,0.3);
		transition: all linear 0.2s;
		-moz-transition: all linear 0.2s;
		-webkit-transition: all linear 0.2s;
		-o-transition: all linear 0.2s;
		
}

ul.boxes li.first .inner-box img{
	width:296px;
	height:auto;
}

ul.boxes .box-text{
	padding:20px;
}

ul.boxes .box-text h1,
ul.boxes .box-text h2,
ul.boxes .box-text h3{
	font-size:19px;
	line-height:20px;
	margin:0px 0px 13px 0px;
}

ul.boxes .box-text p{
	color:#7b7b7b;
	margin:0px;
}

ul.boxes li.second{

}

ul.boxes li.second ul{
	background:#f7f7f7;
	height:350px;
	overflow:hidden;
}

ul.boxes li.second ul li{
	margin:0px 0px 0px 0px;
	padding:19px 20px 19px 20px;
	border-bottom:1px solid #eaeaea;
	border-top:1px solid #fff;
}

ul.boxes li.second ul li.first{
	border-top:none;
}

ul.boxes li.second ul li.last{
	border-bottom:none;
	border-top:1px solid #fff;
}

ul.boxes li.second ul li:hover{
	background:#fff;
	cursor:pointer;
}

ul.boxes li.second ul li:hover .article a{
	text-decoration:none;
}

ul.boxes li.second ul li .date,
#sidebar.news ul li .date{
	width:40px;
	height:43px;

	padding:5px 0px 0px 0px;
	box-shadow: inset 0px 0px 2px rgba(0,0,0,0.3);
	-moz-box-shadow: inset 0px 0px 2px rgba(0,0,0,0.3);
	-webkit-box-shadow: inset 0px 0px 2px rgba(0,0,0,0.3);
	background:#fff;
	border-radius: 3px; 
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px; 
	float:left;
	font-style:italic;
	font-family: Georgia, "Times New Roman";
	text-transform:uppercase;
	font-size:12px;
	text-align:center;
}

.date span{
	font-size:22px;
}

ul.boxes li.second ul li .article{
	width:200px;
	float:right;
}



ul.boxes li.second ul li.last{
	margin:0px 0px 0px 0px;
}

.article a{
	text-decoration:none;
	display:inline-block;
	margin:0px 0px 8px 10px;
	font-family:Georgia, "Times New Roman";
	text-shadow:0px 1px 0px #fff;
	line-height:19px;
	font-size:15px;
	color: #000;
}

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

.article p{
	text-shadow:0px 1px 0px #fff;
	margin:0px 0px 10px 0px !important;
}

.article a.more{
	font-size:13px !important;
}



/* Sidebar prod list*/

.side-object-list{
	background:#f7f7f7;
}

.side-object-list div.list-object{
	background:url('images/object_li_sep.png') no-repeat bottom center;
	padding:0px 0px 2px 0px;
	position:relative;
}

.side-object-list div.list-object.last{
	background:none;
	padding:0px;
}


.side-object-list div ul{
	padding:12px 0px 14px 47px;
	background:url('images/object_li_bg.png') no-repeat 12px 7px;
}

.side-object-list div ul:hover{
	cursor:pointer;
	background-color:#fff;
}

.side-object-list div ul:hover li,
.side-object-list div ul:hover li a{
	color:#000;
}

.side-object-list div ul li,
.side-object-list div ul li a{
	font-family:"Trebuchet MS", "Jill Sans", arial;
	font-size:13px;
	color:#747474;
	text-shadow:0px 1px 0px #fff;
	text-decoration:none;	
}

.side-object-list div ul li.name{
	width:135px;
}

.side-object-list div ul li.rooms{
	width:55px;
}

.side-object-list div ul li span{
	font-size:11px;
}

.side-object-list div ul li{
	display:inline-block;
	margin:0px 6px 0px 0px;
}

.side-object-list div ul li.last{
	margin:0px;
}

.side-object-list .object-thumbnail-small{
	display:none;
}

.side-object-list .list-object:hover > .object-thumbnail-small{
	display:block;
	
}

.side-object-list .object-thumbnail-small img{
	width:200px;
	height:135px;
	position:absolute;
	z-index:8000;
	left:-185px;
	top:-115px;
	border-radius: 3px; 
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px; 
	padding:2px;
	border:1px solid #cecece;
	background:#fff;
		box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
		-moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
		-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
}

/* Custom css */

@media screen and (max-width: 991px){
	.side-object-list .object-thumbnail-small img{
		width: 100px !important;
		top: -20px !important;
		left: 0 !important;
	}
}

/* End custom css */



/* Workers */

ul#workers{}

ul#workers > li{
	border-top:1px solid #eaeaea;
	padding:20px 0px 0px 0px;
	margin:0px 0px 20px 0px;
}

ul#workers > li:hover .staff-pic img{
	opacity:0.7;
	transition: all linear 0.3s;
	-moz-transition: all linear 0.3s;
	-webkit-transition: all linear 0.3s;
	-o-transition: all linear 0.3s;
	
}

li.worker{}

li.worker .staff-pic{
	width:126px;
	margin:0px 25px 0px 0px;
	float:left;
}

li.worker .staff-pic img{
	padding:2px;
	border:1px solid #cecece;
	border-radius: 3px; 
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px; 
	transition: all linear 0.3s;
	-moz-transition: all linear 0.3s;
	-webkit-transition: all linear 0.3s;
	-o-transition: all linear 0.3s;
}

li.worker .staff-info{
	width:380px;
	padding:5px 0px 0px 0px;
	float:left;
}

li.worker h3{
	font-family:Georgia, "Times New Roman";
	font-size:21px;
	margin:0px;
}

li.worker .staff-info ul li{
	margin:0px 0px 5px 0px;
}

li.worker .staff-info ul li,
li.worker .staff-info ul li span,
li.worker .staff-info ul li a{
	font-family:Georgia, "Times New Roman";
	color:#919191;
	font-style:italic;
	text-decoration:none;
}

li.worker .staff-info ul li a:hover{
	text-decoration:underline;
	color:#000;
}

li.worker .staff-info ul li span.staff-position{
	font-size:13px;
	margin:0px 0px 16px 0px;
	display:inline-block;
}


/* Sidebar News */

#sidebar.news ul{
	border:1px solid #cecece;
	padding:2px;
	border-radius: 3px; 
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px; 
}

#sidebar.news ul li{
	background:#f7f7f7;
	padding:20px;
	border-bottom:1px solid #eaeaea;
	border-top:1px solid #fff;
}

#sidebar.news ul li.first{
	border-top:none;
}

#sidebar.news ul li.last{
	border-bottom:none;
	border-top:1px solid #fff;
}

#sidebar.news ul li:hover{
	background:#fff;
	cursor:pointer;
}

#sidebar.news ul li .article{
	width:200px;
	float:right;
}

#sidebar.news ul li:hover .article a{
	text-decoration:none;
}

/* Nav */

#nav {
	/*max-width: 680px;*/
	
	background:url('images/nav_shadow.png') no-repeat bottom center;
}

#nav .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
	text-align: right;
}

#nav ul{
	padding:0px 0px 30px 0px;
}

#nav .menu-header li,
div.menu li {
	display:inline-block;
	padding:25px 0px 0px 0px;
	position: relative;
}

#nav li > a{
	color:#000;
	display: block;
	line-height: 38px;
	padding: 0 15px;
	margin:0px 0px 0px 0px;
	text-decoration: none;
	font-size:17px;
	font-family:Georgia, "Times New Roman";
	-webkit-transition: color 0.3s ease-in-out;
	-moz-transition: color 0.3s ease-in-out;
	-o-transition: color 0.3s ease-in-out;
	transition: color 0.3s ease-in-out; 

}


#nav li:hover a{
	color:#919191;
	-webkit-transition: color 0.3s ease-in-out;
	-moz-transition: color 0.3s ease-in-out;
	-o-transition: color 0.3s ease-in-out;
	transition: color 0.3s ease-in-out; 

}

#nav ul ul {
	display: none;
}

#nav ul li.last a{
	padding-right:0px;
}

#nav ul li:hover > ul {
	display: none;
}

#nav ul li.current_page_item,
#nav ul li.current-menu-ancestor,
#nav ul li.current-menu-item,
#nav ul li.current-menu-parent{
	background:url('images/nav_current_arrow.png') no-repeat top center;
}

#nav ul li.current_page_item > a,
#nav ul li.current-menu-ancestor > a,
#nav ul li.current-menu-item > a,
#nav ul li.current-menu-parent > a{
	color:#919191 !important;
}


/* BUTTON */

a.button{
	display:inline-block;
	margin:0px 0px 0px 0px;
	padding:0px 8px 0px 0px;
	height:35px;
	background:url('images/button_right.png') no-repeat top right;
	
}

a.button span{
	display:inline-block;
	height:37px;
	text-decoration:none;
	padding:8px 12px 0px 20px;
	color:#000;
	font-size:15px !important;
	font-family:Georgia, "Times New Roman";
	line-height:18px;
	text-shadow:0px 1px 0px #fff;
	background:url('images/button_left.png') no-repeat top left;
}


/* Objectlist */

ul.object-list{
	margin:0px;
	padding:0px;
	transition: all linear 1s;
	-moz-transition: all linear 1s;
	-webkit-transition: all linear 1s;
	-o-transition: all linear 1s;
	
}

#object-list-header{
	border-bottom:1px solid #eaeaea;
	margin:0px 0px 30px 0px;
}

ul.object-list li{
	padding:0px 0px 30px 0px;
	margin:0px 0px 30px 0px;
	border-bottom:1px solid #eaeaea;
}

ul.object-list li.last{
	border:none;
}

ul.object-list li .object-thumbnail{
	/*width:226px;
	height:131px;
	margin:0px 20px 0px 0px;	
	float:left;	*/
}


ul.object-list li .object-thumbnail img{
	/*width:220px;*/
	padding:2px;
	border:1px solid #cecece;
	border-radius: 3px; 
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px; 
}

ul.object-list li .object-content{
	/*width:375px;
	float:left;*/
}

ul.object-list li .object-content h3{
	margin:0px;
}

ul.object-list li .object-content h3 a{
	text-decoration:none;
	font-size:23px;
	display:inline-block;
	float:left;
}

ul.object-list li .object-content a.more{
	text-decoration:none;
	font-size:14px;
	font-family:"Georgia", "Times New Roman";
}

ul.object-list li .object-content a.more:hover{
	text-decoration:underline;
}

ul.object-list li .object-content .object-content-top{
	margin:0px 0px 12px 0px;
}

ul.object-list li .object-content span.object-id{
	float:right;
	display:inline-block;
	font-family:"Georgia", "Times New Roman";
	margin:5px 0px 0px 0px;
	color:#6f6f6f;
}

/* Pagination */

.pagination li{
	display:inline-block;
}

.page_navigation a,
.pagination a{
	text-decoration:none;
	display:inline-block;
	padding:7px 9px;
	margin:0px 5px 5px 0px;
	border-radius: 2px; 
	-moz-border-radius: 2px; 
	-webkit-border-radius: 2px; 
	font-size:14px;
	font-family:Georgia;
	/*width:13px;*/
	text-align:center;
	color:#474747;
	background:#f6f6f6;
	border:2px solid #fff;
	box-shadow: 0px 0px 2px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 2px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 0px 2px rgba(0,0,0,0.3);
}


.page_navigation a.active_page,
.pagination li.active a{
	background:#1d1d1d;
	color:#fff !important;
	box-shadow: 0px 0px 2px rgba(0,0,0,0.6);
	-moz-box-shadow: 0px 0px 2px rgba(0,0,0,0.6);
	-webkit-box-shadow: 0px 0px 2px rgba(0,0,0,0.6);
}

.page_navigation a.previous_link,
.page_navigation a.next_link{
	font-weight:bold;
}


/* Objectlist sidebar */

ul.filter{
	padding:2px;
	border:1px solid #cecece;
	border-radius: 3px; 
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px; 
	margin:0px 0px 30px 0px;
}

.row {
    background: url("images/row_bg.gif") repeat-x scroll 0 top;
    padding: 17px 20px 15px;
}

.row.first {
    background: url("images/row_bg.gif") repeat-x scroll 0 -3px;
    padding: 17px 20px 15px;
    margin-left: 0;
    margin-right: 0;
}


.row.nobg{
	background:none;
}

.row input[type="submit"]{
	display: inline-block;
	height: 35px;
	text-decoration: none;
	padding: 0 15px 0 15px;
	color: #000;
	font-size: 15px !important;
	font-family: Georgia, "Times New Roman";
	line-height: 35px;
	text-shadow: 0px 1px 0px #fff;
	background:url('images/submit-bg.png') 0 0 repeat-x;
	border: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	
}

.row input[type="submit"]:hover{
	cursor:pointer;
}

.row.last{
	text-align:left;
	 margin-left: 0;
    margin-right: 0;
}


/* Sidebar form single */
#sidebar.single{
	margin:47px 0px 0px 0px;
}

#sidebar.single .gform_wrapper h3{
	margin:0px;
	font-weight:normal;
	line-height:18px;
}

#sidebar.single .gform_heading{
	margin:0px 0px 25px 0px;
}

#sidebar.single label.gfield_label{
	font-family:Georgia, "Times New Roman";
	font-weight:normal;
}

#sidebar.single ul.gfield_checkbox{
	margin:5px 0px 15px 0px;
}

#sidebar.single ul.gfield_checkbox li{
	display:inline-block;
	margin:0px 10px 0px 0px;
}

#sidebar.single ul.gfield_checkbox label{
	font-family:Georgia, "Times New Roman";
	font-size:14px;
}

/* Sidebar single exhibition */

.exhibition,
.broker{
	margin:25px 0px 0px 0px;
	padding:2px;
	border:1px solid #cecece;
	border-radius: 3px; 
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px; 
}

.exhibition-content,
.broker-content{
	background:#f7f7f7;
	padding:20px 25px;
	font-size:13px;
	line-height:20px;
	color:#737373;
	text-shadow:0px 1px 0px #fff;
}

.broker-content span,
.exhibition-content span{
	font-weight:bold;
	color:#000;
}






/* Help form */

.help-form .gform_wrapper{
	margin:0px 0px 0px 0px;
}

.help-form .gform_heading{
	margin:-7px 0px 0px 0px;
}

.help-form h3{
	margin:0px 0px 17px 0px !important;
	font-weight:normal !important;
}

.help-form .gform_wrapper input[type="text"],
.help-form textarea,
#sidebar.single .gform_wrapper input[type="text"],
#sidebar.single .gform_wrapper textarea{
	/*width:90.5% !important;*/
}

/* Sidebar menu */

.widget_submenu_rv{
	padding:2px;
	border:1px solid #cecece;
	border-radius: 3px; 
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px; 
}

.widget_submenu_rv .submenu-rv{
	background:#f7f7f7;
}

.widget_submenu_rv .submenu-rv li{
	margin:0px 0px 0px 0px;
	padding:13px 0px 15px 20px;
	background:url('images/rv-sep.png') repeat-x bottom left;
}

.widget_submenu_rv .submenu-rv li.first{
	border-top:none;
}

.widget_submenu_rv .submenu-rv li.last{
	background:none;
}

.widget_submenu_rv .submenu-rv li a{
	text-decoration:none;
	font-family:Georgia, "Times New Roman";
	text-shadow:0px 1px 0px #fff;
	font-size:16px;
	color: #000;
}

.submenu-item-current > a,
.rv-submenu-item-ancestor > a,
.widget_submenu_rv .submenu-rv li a:hover{
	color:#919191 !important;
}

body.page-id-165 ul.submenu-rv li.first a{
	color:#919191;
}


.sub-submenu{
	background:url('images/rv-sep.png') repeat-x top left;
	margin:13px 0px 0px -20px;
	display:none;
}

.rv-submenu-item-ancestor .sub-submenu,
.submenu-item-current .sub-submenu{
	display:block;
}

.sub-submenu li{
	padding-left:40px !important;
}

.sub-submenu li a{
	font-size:14px !important;
}

.sub-submenu li.last{
	padding-bottom:0px;
}


/* Gform general style */

.gform_wrapper{
	max-width: 100% !important;
	padding:2px;
	border:1px solid #CECECE;
	border-radius: 3px; 
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px; 
}

.gform_wrapper form{
	background:#F7F7F7;
	padding:30px;
}

.gform_wrapper input[type="text"]{
	padding:10px !important;
	font-size:14px;
	/*width:96.5% !important;*/
	margin:0px 0px 10px 0px;
	font-family:Georgia, "Times New Roman" !important;
	opacity:0.7;
	background:#fff;
}

.gform_wrapper input[type="text"]:focus{
	opacity:1.0;
}

.gform_wrapper textarea{
	padding:10px !important;
	font-size:14px;
	margin:0px 0px 10px 0px;
	/*width:96.5%;*/
	font-family:Georgia, "Times New Roman" !important;
	opacity:0.7;
	background:#fff;
}


.gform_wrapper #input_4_7,
.gform_wrapper #input_5_7{
	margin:5px 0px 15px 0px;
}

.gform_wrapper #field_4_7 label,
.gform_wrapper #field_5_7 label{
	color:#6F6F6F;
	font-size:16px !important;
	font-family:Georgia, "Times New Roman" !important;
	font-weight:normal !important;
}

.gform_wrapper #field_4_7 label span,
.gform_wrapper #field_5_7 label span{
	color:#6F6F6F;
}

.gform_wrapper #input_4_7 li,
.gform_wrapper #input_5_7 li{
	display:inline-block;
	margin:0px 7px 0px 0px;
}


.gform_wrapper #input_4_7 li label,
.gform_wrapper #input_5_7 li label{
	font-size:14px !important;
}


#inner-content.page .gform_wrapper textarea{
/*	width:96.5% !important;*/
}

.gform_wrapper textarea:focus{
	opacity:1.0;
}

.gform_wrapper label.gfield_label{
}

.gform_wrapper .instruction{
	display:none !important;
}

.gform_wrapper .gform_footer{
	padding:0px !important;
	margin:5px 0px 0px 0px !important;
}

/* Startpage bubble contact form */

#gform_wrapper_1,
#gform_wrapper_3{
	background:none !important;
	padding:0 !important;
	border:none;
}

#gform_wrapper_1 form,
#gform_wrapper_3 form{

background:none;
	padding:0px;
	}

#gform_wrapper_1 .gfield_label,
#gform_wrapper_3 .gfield_label{
	display:none !important;
}

#gform_wrapper_1 input[type="text"],
#gform_wrapper_3 input[type="text"]{
	padding:6px !important;
	font-size:14px !important;
	margin:0px 0px 4px 0px;
	width:97.2%;
	font-family:Georgia, "Times New Roman";
	opacity:0.7;
	background:#fff;
}

#gform_wrapper_1 input[type="text"]:focus,
#gform_wrapper_3 input[type="text"]:focus{
	opacity:1.0;
}

#gform_wrapper_1 textarea,
#gform_wrapper_3 textarea{
	padding:6px !important;
	font-size:14px !important;
	/*width:97.2%;*/
	height:70px;
	font-family:Georgia, "Times New Roman";
	opacity:0.7;
	background:#fff;
}

#gform_wrapper_1 textarea:focus,
#gform_wrapper_3 textarea:focus{
	opacity:1.0;
}

#gform_wrapper_1 ul.gfield_checkbox li,
#gform_wrapper_3 ul.gfield_checkbox li{
	width:90px;
	display:inline-block;
}

#gform_wrapper_1 ul.gfield_checkbox label,
#gform_wrapper_3 ul.gfield_checkbox label{
	font-family:Georgia, "Times New Roman";
	font-size:14px;
	font-style:italic;
	text-shadow:0px 1px 0px #d4d4d4;
	color:#303030;
	font-weight: normal;
}

.gform_wrapper ul.gfield_radio li input[type="radio"]:checked + label, 
.gform_wrapper ul.gfield_checkbox li input[type="checkbox"]:checked + label{
	font-weight:normal !important;
}

#gform_wrapper_1 ul.gfield_checkbox,
#gform_wrapper_3 ul.gfield_checkbox{
	margin:0px 0px 0px 0px;
}

#gform_wrapper_1 ul.gfield_checkbox li,
#gform_wrapper_3 ul.gfield_checkbox li{
	margin:0px 0px 3px 0px;
}

#gform_wrapper_1 input[type="submit"],
#gform_wrapper_3 input[type="submit"]{
	width:78px;
	height:33px;
	line-height:20px !important;
	border:none;
	font-size:15px !important;
	font-family:Georgia, "Times New Roman";
	background:url('images/send_button.png') no-repeat top left;
}

#gforms_confirmation_message{
	font-family:Georgia, "Times New Roman";
	font-size:17px;
	font-style:italic;
	text-shadow:0px 1px 0px #d4d4d4;
	text-align:center;
	color:#303030;
}

#gforms_confirmation_message span{
	font-size:24px;
	margin:0px 0px 12px 0px;
	display:inline-block;
}

#gform_wrapper_1 .gform_footer,
#gform_wrapper_3 .gform_footer{
	padding:0px;
	margin:5px 0px 0px 0px;
	text-align:center;
}



.gform_wrapper input[type="submit"]{
	display:inline-block;
	height: 35px;
	width:80px;
	text-align:center;
	text-decoration: none;
	padding: 0 15px 0 15px;
	color: #000;
	font-size: 15px !important;
	font-family: Georgia, "Times New Roman";
	line-height: 20px;
	text-shadow: 0px 1px 0px #fff;
	background:url('images/submit-bg.png') 0 0 repeat-x;
	border: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.gform_wrapper input[type="submit"]:hover{
	cursor:pointer;
}

/* Gforms other */

#field_14_5,
#field_15_5{
	margin:0px 0px 20px 0px !important;
}

#field_14_5 label,
#field_15_5 label{
	color:#9a9a9a;
	font-family: Georgia, "Times New Roman";
	font-weight:normal;
}

/*Footer*/

#footer{
	width:100%;
	background: #000;
	color:#fff;
}

#footer .container{
	padding:40px 0px;
}

#footer ul.upper-footer{
	padding:40px 0px 0px 0px;
}

#footer ul li{
	display:inline-block;
	float:left;
	margin:0px 40px 0px 0px;
}

#footer ul li,
#footer ul li h4{
	color:#fff;
}

#footer ul li a{
	font-size:13px;
	font-family:"Trebuchet MS";
	color:#aeaeae !important;
	text-decoration:none;
	margin:0px 0px 2px 0px;
	display:inline-block;
}

#footer ul li a:hover{
	color:#fff;
}

#footer .lower-footer{
	margin:0px 0px 0px 0px;
	border:1px solid #2c2c2c;
	border-radius: 5px; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	padding:1px;
}

#footer .lower-footer ul{
	background:#1d1d1d;
	padding:10px 0px 10px 13px;
	border-radius: 5px; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 

	margin-bottom: 0 !important;

}

#footer .lower-footer li{
	font-size:13px;
	font-family:"Trebuchet MS";
	color:#aeaeae;
	text-decoration:none;
	margin:0px 28px 0px 0px;
}

#footer .lower-footer li.last{
	margin:0px;
}




/* Pagenavi */

.wp-pagenavi {
    clear: both !important;
    display: block !important;
    height: 30px;
    margin: 30px 0 0 !important;
    padding: 10px 20px 10px 0 !important;
}
.wp-pagenavi a, .wp-pagenavi span.pages, .wp-pagenavi span.extend {
    background: none repeat scroll 0 0 #f7f7f7 !important;
    border: 2px solid #fff !important;
    border-radius: 3px; 
   -moz-border-radius: 3px; 
   -webkit-border-radius: 3px;
    box-shadow:  0px 0px 1px rgba(0,0,0,0.3);
    -moz-box-shadow:  1px 1px 1px rgba(0,0,0,0.3);
    -webkit-box-shadow:  1px 1px 1px rgba(0,0,0,0.3);
    color: #333333 !important;
    font-size: 12px !important;
    font-weight: normal !important;
    margin-right: 3px !important;
    padding: 6px 9px !important;
    text-decoration: none !important;
    text-shadow: 0 1px #FFFFFF !important;
}
.wp-pagenavi a:hover {
    background: none repeat scroll 0 0 #404040 !important;
    border-color: #000 !important;
    border-radius: 3px; 
   -moz-border-radius: 3px; 
   -webkit-border-radius: 3px;
   box-shadow:  0px 0px 1px rgba(0,0,0,0.3);
    -moz-box-shadow:  1px 1px 1px rgba(0,0,0,0.3);
    -webkit-box-shadow:  1px 1px 1px rgba(0,0,0,0.3);   
    color: #fff !important;
    text-shadow: none !important;
    font-weight:bold;
}
.wp-pagenavi span.current {
    background: none repeat scroll 0 0 #404040 !important;
    border: 2px solid #000 !important;
   border-radius: 3px; 
   -moz-border-radius: 3px; 
   -webkit-border-radius: 3px; 
    box-shadow:  0px 0px 1px rgba(0,0,0,0.3);
    -moz-box-shadow:  1px 1px 1px rgba(0,0,0,0.3);
    -webkit-box-shadow:  1px 1px 1px rgba(0,0,0,0.3);    
    color: #fff !important;
    font-size: 12px !important;
    margin-right: 3px !important;
    padding: 6px 9px !important;
}


/* Sitemap */

#nav-sitemap{
	padding:2px;
	border:1px solid #cecece;
	border-radius: 3px; 
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px; 
}


#nav-sitemap ul.menu{
	padding:20px 20px 20px 35px;
	background:#f7f7f7;
}

#nav-sitemap ul.menu li{
	margin:0px 0px 8px 0px;
	list-style-type: circle !important;
}

#nav-sitemap ul.menu li.last{
	margin:0px;
}

#nav-sitemap ul.menu li a{
	font-family:Georgia, "Times new Roman";
	text-decoration:none;
	text-shadow:0px 1px 0px #fff;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out; 
}

#nav-sitemap ul.menu li a:hover{
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out; 
	color:#919191;
}

#nav-sitemap .sub-menu{
	margin:8px 0px 8px 20px;
}

/* END STRUCTURE */
































/* Text elements */
p {
	margin-bottom: 18px;
}
ul {
}
ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
sup,
sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
input[type="text"],
textarea {
	background: #f9f9f9;
	border: 1px solid #ccc;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	padding: 4px;
}


/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}




/* =Content
-------------------------------------------------------------- */
#content,
#content input,
#content textarea {
	font-size: 16px;
}
#content p,
#content ol,
#content dd,
#content pre,
#content hr {
	margin-bottom: 24px;
}
#content ul ul,
#content ol ol,
#content ul ol,
#content ol ul {
	margin-bottom: 0;
}
#content pre,
#content kbd,
#content tt,
#content var {
	font-size: 15px;
	line-height: 21px;
}
#content code {
	font-size: 13px;
}
#content dt,
#content th {
	color: #000;
}
#content table {
	border: 1px solid #e7e7e7;
	margin: 0 -1px 24px 0;
	text-align: left;
	width: 100%;
}
#content tr th,
#content thead th {
	color: #888;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding: 9px 24px;
}
#content tr td {
	border-top: 1px solid #e7e7e7;
	padding: 6px 24px;
}
#content tr.odd td {
	background: #f2f7fc;
}
.hentry {
	margin: 0 0 30px 0;
}
.home .sticky {
	background: #f2f7fc;
	border-top: 4px solid #000;
	margin-left: -20px;
	margin-right: -20px;
	padding: 18px 20px;
}
.single .hentry {
	margin: 0 0 36px 0;
}
.page-title {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 36px 0;
}
.page-title span {
	color: #333;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
}
.page-title a:link,
.page-title a:visited {
	color: #888;
	text-decoration: none;
}
.page-title a:active,
.page-title a:hover {
	color: #ff4b33;
}
#content .entry-title {
	color: #000;
	font-size: 21px;
	font-weight: bold;
	line-height: 1.3em;
	margin-bottom: 0;
}
.entry-title a:link,
.entry-title a:visited {
	color: #000;
	text-decoration: none;
}
.entry-title a:active,
.entry-title a:hover {
	color: #ff4b33;
}
.entry-meta {
	color: #888;
	font-size: 12px;
}
.entry-meta abbr,
.entry-utility abbr {
	border: none;
}
.entry-meta abbr:hover,
.entry-utility abbr:hover {
	border-bottom: 1px dotted #666;
}
.entry-content,
.entry-summary {
	clear: both;
	padding: 12px 0 0 0;
}
#content .entry-summary p:last-child {
	margin-bottom: 12px;
}
.entry-content fieldset {
	border: 1px solid #e7e7e7;
	margin: 0 0 24px 0;
	padding: 24px;
}
.entry-content fieldset legend {
	background: #fff;
	color: #000;
	font-weight: bold;
	padding: 0 24px;
}
.entry-content input {
	margin: 0 0 24px 0;
}
.entry-content input.file,
.entry-content input.button {
	margin-right: 24px;
}
.entry-content label {
	color: #888;
	font-size: 12px;
}
.entry-content select {
	margin: 0 0 24px 0;
}
.entry-content sup,
.entry-content sub {
	font-size: 10px;
}
.entry-content blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 24px;
	text-align: right;
	width: 33%;
}
.entry-content blockquote.right {
	float: right;
	margin-left: 24px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}
.page-link {
	color: #000;
	font-weight: bold;
	margin: 0 0 22px 0;
	word-spacing: 0.5em;
}
.page-link a:link,
.page-link a:visited {
	background: #f1f1f1;
	color: #333;
	font-weight: normal;
	padding: 0.5em 0.75em;
	text-decoration: none;
}
.home .sticky .page-link a {
	background: #d9e8f7;
}
.page-link a:active,
.page-link a:hover {
	color: #ff4b33;
}
body.page .edit-link {
	clear: both;
	display: block;
}
#entry-author-info {
	background: #f2f7fc;
	border-top: 4px solid #000;
	clear: both;
	font-size: 14px;
	line-height: 20px;
	margin: 24px 0;
	overflow: hidden;
	padding: 18px 20px;
}
#entry-author-info #author-avatar {
	background: #fff;
	border: 1px solid #e7e7e7;
	float: left;
	height: 60px;
	margin: 0 -104px 0 0;
	padding: 11px;
}
#entry-author-info #author-description {
	float: left;
	margin: 0 0 0 104px;
}
#entry-author-info h2 {
	color: #000;
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 0;
}
.entry-utility {
	clear: both;
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
.entry-meta a,
.entry-utility a {
	color: #888;
}
.entry-meta a:hover,
.entry-utility a:hover {
	color: #ff4b33;
}
#content .video-player {
	padding: 0;
}


/* =Asides
-------------------------------------------------------------- */

.home #content .category-asides p {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top: 0;
}
.home .hentry.category-asides {
	padding: 0;
}
.home #content .category-asides .entry-content {
	padding-top: 0;
}


/* =Gallery listing
-------------------------------------------------------------- */

.category-gallery .size-thumbnail img {
	border: 10px solid #f1f1f1;
	margin-bottom: 0;
}
.category-gallery .gallery-thumb {
	float: left;
	margin-right: 20px;
	margin-top: -4px;
}
.home #content .category-gallery .entry-utility {
	padding-top: 4px;
}


/* =Attachment pages
-------------------------------------------------------------- */

.attachment .entry-content .entry-caption {
	font-size: 140%;
	margin-top: 24px;
}
.attachment .entry-content .nav-previous a:before {
	content: '\2190\00a0';
}
.attachment .entry-content .nav-next a:after {
	content: '\00a0\2192';
}


/* =Images
-------------------------------------------------------------- */

#content img {
	
}
#content .attachment img {
	max-width: 900px;
}
#content .alignleft,
#content img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
#content .alignright,
#content img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
#content .aligncenter,
#content img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#content img.alignleft,
#content img.alignright,
#content img.aligncenter {
	margin-bottom: 12px;
}
#content .wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	padding: 4px;
	text-align: center;
}
#content .wp-caption img {
	margin: 5px 5px 0;
}
#content .wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin: 5px;
}
#content .wp-smiley {
	margin: 0;
}
#content .gallery {
	margin: 0 auto 18px;
}
#content .gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	/*width: 33%;*/
}
#content .gallery img {
	border: 2px solid #cfcfcf;
}
#content .gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
#content .gallery dl {
	margin: 0;
}
#content .gallery img {
	border: 10px solid #f1f1f1;
}
#content .gallery br+br {
	display: none;
}
#content .attachment img { /* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}


/* =Navigation
-------------------------------------------------------------- */

.navigation {
	color: #888;
	font-size: 12px;
	line-height: 18px;
	overflow: hidden;
}
.navigation a:link,
.navigation a:visited {
	color: #888;
	text-decoration: none;
}
.navigation a:active,
.navigation a:hover {
	color: #ff4b33;
}
.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#nav-above {
	margin: 0 0 18px 0;
}
#nav-above {
	display: none;
}
.paged #nav-above,
.single #nav-above {
	display: block;
}


/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	color: #000;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #888;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #ff4b33;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	color: #888;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #ff4b33;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}

/* Comments form */
input[type=submit] {
	color: #333;
}
#respond {
	border-top: 1px solid #e7e7e7;
	margin: 24px 0;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}
#respond .required {
	color: #ff4b33;
	font-weight: bold;
}
#respond label {
	color: #888;
	font-size: 12px;
}
#respond input {
	margin: 0 0 9px;
	width: 98%;
}
#respond textarea {
	width: 98%;
}
#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	font-size: 14px;
	width: auto;
}


/* =Widget Areas
-------------------------------------------------------------- */

.widget-area ul {
	list-style: none;
	margin-left: 0;
}
.widget-area ul ul {
	list-style: square;
	margin-left: 1.3em;
}
.widget_search #s {/* This keeps the search inputs in line */
	width: 60%;
}
.widget_search label {
	display: none;
}
.widget-container {
	margin: 0 0 18px 0;
}
.widget-title {
	color: #222;
	font-weight: bold;
}
.widget-area a:link,
.widget-area a:visited {
	text-decoration: none;
}
.widget-area a:active,
.widget-area a:hover {
	text-decoration: underline;
}
.widget-area .entry-meta {
	font-size: 11px;
}
#wp_tag_cloud div {
	line-height: 1.6em;
}
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	color: #222;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 4px;
	text-align: left;
}
#wp-calendar thead {
	font-size: 11px;
}
#wp-calendar thead th {
}
#wp-calendar tbody {
	color: #aaa;
}
#wp-calendar tbody td {
	background: #f5f5f5;
	border: 1px solid #fff;
	padding: 3px 0 2px;
	text-align: center;
}
#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tfoot #next {
	text-align: right;
}
.widget_rss a.rsswidget {
	color: #000;
}
.widget_rss a.rsswidget:hover {
	color: #ff4b33;
}
.widget_rss .widget-title img {
	width: 11px;
	height: 11px;
}

/* Main sidebars */
#main .widget-area ul {
	margin-left: 0;
	padding: 0 20px 0 0;
}
#main .widget-area ul ul {
	border: none;
	margin-left: 1.3em;
	padding: 0;
}
#primary {
}
#secondary {
}

/* Footer widget areas */
#footer-widget-area {
}


/* =Mobile Safari ( iPad, iPhone and iPod Touch )
-------------------------------------------------------------- */

pre {
	-webkit-text-size-adjust: 140%;
}
code {
	-webkit-text-size-adjust: 160%;
}
#access,
.entry-meta,
.entry-utility,
.navigation,
.widget-area {
	-webkit-text-size-adjust: 120%;
}
#site-description {
	-webkit-text-size-adjust: none;
}

.clear {
	clear:both;
}


/* =Print Style
-------------------------------------------------------------- */

@media print {
	body {
		background: none !important;
	}
	#wrapper {
		clear: both !important;
		display: block !important;
		float: none !important;
		position: relative !important;
	}
	#header {
		border-bottom: 2pt solid #000;
		padding-bottom: 18pt;
	}
	#colophon {
		border-top: 2pt solid #000;
	}
	#site-title,
	#site-description {
		float: none;
		line-height: 1.4em;
		margin: 0;
		padding: 0;
	}
	#site-title {
		font-size: 13pt;
	}
	.entry-content {
		font-size: 14pt;
		line-height: 1.6em;
	}
	.entry-title {
		font-size: 21pt;
	}
	#access,
	#branding img,
	#respond,
	.comment-edit-link,
	.edit-link,
	.navigation,
	.page-link,
	.widget-area {
		display: none !important;
	}
	#container,
	#header,
	#footer {
		margin: 0;
		width: 100%;
	}
	#content,
	.one-column #content {
		margin: 24pt 0 0;
		width: 100%;
	}
	.wp-caption p {
		font-size: 11pt;
	}
	#site-info,
	#site-generator {
		float: none;
		width: auto;
	}
	#colophon {
		width: auto;
	}
	img#wpstats {
		display: none;
	}
	#site-generator a {
		margin: 0;
		padding: 0;
	}
	#entry-author-info {
		border: 1px solid #e7e7e7;
	}
	#main {
		display: inline;
	}
	.home .sticky {
		border: none;
	}
}
