body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 87.5%;
	color: #A78E7B;
	background: #ECE6DA url(../images/body_back.jpg) repeat-x top left;
	margin: 0 auto;
	padding-top: 18px;
}
html img
{
	border: none;
}
img {
	max-width: 100%;
	height: auto;
}
h1
{
	font-size: 200%;
	color: #A78E7B;
	margin: 0;
	padding: 0;
}
h2
{
	font-size: 160%;
	color: #9E8878;
	margin: 0;
	margin-bottom: 10px;
	padding: 0;
}
h3
{
	font-size: 115%;
}
p
{
	margin-top: 0;
	line-height: 125%;
}
a:visited, a:link
{
	color: #9E8878;
	font-weight: bold;
	text-decoration: none;
}
a:hover
{
	color: #634F40;
	text-decoration: underline;
}
.clear
{
	clear: both;
	height: 0;
}
.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}
.clearfix:after {
    clear: both;
}

#header
{
	width: 100%;
	background: transparent url(../images/header_back.gif) repeat-x top center;
}
#headerContent
{
	margin: 0 auto;
	max-width: 845px;
	position: relative;
}
#logo
{
	float: left;
	width: 28%;
	margin-top: -25px;
	position: relative;
	z-index: 30;
}
#topMenu
{
	float: right;
	width: 72%;
	text-align: right;
	margin-top: 25px;
}
#content
{
	max-width: 895px;
	margin: -25px auto 0;
	padding: 0 3px;
	padding-bottom: 15px;
	color: #A78E7B;
	background: #F8F3ED url(/images/content_back.gif) repeat-y top center;
/*	position: relative;*/
	z-index: 1;
}
#leftEdge
{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
#rightEdge
{
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
}
.required
{
	color: #634F40;
	font-size: 130%;
}
.topBlock
{
	max-width: 845px;
	background-color: #EDE4D8;
	padding: 0 25px 25px 25px;
	text-align: center;
	overflow: hidden;
	position:relative;
}
.topBlock img {
	vertical-align: middle;
}
.top-block-content {
	border: 1px solid #D2D2CA;
	border-left: none;
	background: #fffef9; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmVmOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmM2VjZTIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #fffef9 0%, #f3ece2 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fffef9), color-stop(100%,#f3ece2)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fffef9 0%,#f3ece2 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fffef9 0%,#f3ece2 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fffef9 0%,#f3ece2 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #fffef9 0%,#f3ece2 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffef9', endColorstr='#f3ece2',GradientType=0 ); /* IE6-8 */
}
#responsivebanner {
	margin-bottom: 50px;
}
#banner {
	z-index: 1;
}
.home-intro {
	float: left;
	width: 43%;
	height: auto;
	border: 1px solid #D7D1C3;
	background-color: #FBFAF6;
	padding: 2.4%;
	text-align: justify;
}
#featuredProject
{
	float: right;
	color: #ffffff;
	background: #D52920 url(../images/featured_back_3.jpg) repeat-x right top;
	border: 1px solid #961713;
	width: 43.5%;
	position: relative;
	padding: 2.4%;
	text-align: justify;
	-webkit-box-shadow:inset 0 0 0 1px rgba(251,250,249,0.27);
	box-shadow:inset 0 0 0 1px rgba(251,250,249,0.27);	
}
#featuredProject2
{
	float: right;
	color: #ffffff;
	background: url(../images/featured_back_2.jpg) no-repeat top right;
	width: 366px;
	height: 697px;
	position: relative;
	padding: 15px 22px;
}
.featured-project-title {
	float:left;
	width:34%;
	text-align:left;
	margin-right:13px;
	color:#FF5D55;
	background:url(../images/border_dashed.gif) repeat-y top right;
}
.featured-project-title h2 {
	color: #fff;
}
.featured-project-title span {
	font-size: 0.9em;
}
.featured-project-links {
	float:left;
	width:37%;
	text-align:left;
	font-size:0.9em;
	font-weight:bold;
	line-height:200%;
}
.featured-project-links a {
	color: #ffffff;
}
.featured-project-image {
	display: block;
	margin: 10px auto;
}
.featured-project-tag {
	position: absolute;
	right: -25px;
	top: -15px;
}
#featuredProject span a
{
	color: #ffffff;
}
#featuredProject2 span a
{
	color: #ffffff;
}
#featuredTestimonial {
	float: right;
	background: #FBFAF6;
	color: #A78E7B;
	width: 48.8%;
	margin-top: 30px;
}
.featured-testimonial {
	font-family:Georgia;
	font-style:italic;
	font-size: 15px;
	line-height:120%;
	margin-top:10px;
	padding: 10px;
	text-align:left;
}

.in-the-press {
	width: 94%;
	margin: 25px auto;
}
.in-the-press > h2 {
	font-size: 28px;
	color: #a78e7b;
	text-align:center;
	background: transparent url('../images/underline_articles.jpg') repeat-x 50% 100%;
	padding-bottom: 0.3em;
	margin-bottom: 0.75em;
}
.in-the-press-row {
	margin: 0 auto;
	border-bottom: 1px dotted #9E8878;
	background: transparent url("../images/in-the-press-back.png") repeat-y center top;
}
.in-the-press-box {
	float: left;
	width: 47%;
	margin: 20px auto;
	text-align: justify;
	color: #9E8878;
}
.in-the-press-box:nth-child(even) {
	float: right;
}
.in-the-press-box.houzz-review {
	text-align: center;
}
.in-the-press-box > a {
	display: block;
	text-align: center;
}

.galleryTopImage
{
	float: left;
	width: 69.82%;
}
.galleryTopText
{
	float: left;
	width: 25.32%;
	padding: 2.3%;
	text-align: left;
}
#jdesignVideoTop
{
	border: 1px solid #D7D3CA;
	padding: 3px;
	background: #ffffff url(../images/jvideo_top_back.jpg) repeat-x bottom left;
	text-align: left;
	height: 343px;
}
#jdesignVideoTop1
{
	border: 1px solid #D7D3CA;
	padding: 3px;
	background: #ffffff url(../images/jvideo_top_back.jpg) repeat-x bottom left;
	text-align: left;
	height: 309px;
}
.jdesignVideoTopMovie
{
	float: left;
	width: 400px;
}
.jdesignVideoTopText
{
	float: right;
	width: 387px;
	padding-top: 20px;
}
.galleryList
{
	max-width: 857px;
	margin: 30px auto 0;
	border: 1px solid #D5CEBF;
}
.galleryListBorder
{
	max-width: 813px;
	padding: 25px 21px;
	text-align: left;
	border: 1px solid #ffffff;
	background: #ffffff url(../images/gallery_list_back.jpg) repeat-x top left;
}
.content-column-wrapper {
	float: left;
	width: 63.5%;
	border-right: 1px dotted #9E8878;
}
.content-column-inner {
	max-width:495px;
	padding: 27px 0;
	border: 1px solid #D5CEBF;
	background-color: #F8F3ED;
}
.content-column {
	padding: 0 27px;
}
.galleryBoxLeft
{
	float: left;
	width: 47.48%;
	height: 182px; /*223px*/
	padding: 2.46% 2.46% 2.46% 0;
	border-right: 1px dotted #CABDB1;
	border-bottom: 1px dotted #CABDB1;
	position: relative;
}
.galleryBoxRight
{
	float: left;
	width: 47.48%;
	height: 182px; /*223px*/
	padding: 2.46% 0 2.46% 2.46%;
	border-bottom: 1px dotted #CABDB1;
	position: relative;
}
.project-gallery .galleryBoxLeft,
.project-gallery .galleryBoxRight {
	height: auto;
}
.galleryBoxText
{
	float: left;
	width: 49.22%;
}
.galleryBoxImage
{
	float: right;
	width: 47.15%;

}
.galleryBoxText div
{
	/*height: 154px;*/
}
.galleryBoxText div p
{
	font-size: 95%;
}
.galleryBoxText > a {
	position: absolute;
	left: 0;
	bottom: 10%;
}
.galleryBoxRight .galleryBoxText a {
	left: 5%;
}
.galleryTypeBox
{
	max-width: 805px;
	padding: 3px;
	border: 1px solid #D7D1C3;
	background-color: #ffffff;
	overflow: hidden;
	position: relative;
}
.galleryTypeBox img {
	vertical-align: middle;
}
.galleryTypeBox1
{
	float: left;
	width: 393px;
}
.galleryTypeBox2
{
	float: right;
	width: 392px;
}
.galleryTypeImage
{
	float: left;
	width: 70.43%;
}
.galleryTypeText
{
	float: left;
	width: 25.84%;
	padding-top: 10px;
	padding-left: 1.86%;
}
.galleryTypeText h2
{
	margin: 0;
}
.galleryTypeText > a {
	display: block;
  position: absolute;
  bottom: 5px;
  right: 5px;
  text-align: center;
}
.galleryTypeText > a img {
  max-width: 85%;
}
.galleryTypeText1
{
	float: left;
	width: 186px;
	padding-top: 6px;
	padding-left: 10px;
}
.galleryTypeText1 h2
{
	letter-spacing: -0.04em;
	margin-top: 0;
}
.galleryTypeText1 div
{
	height: 198px;
}
.galleryTypeText div p, .galleryTypeText1 div p
{
	font-size: 12px;
	margin: 0;
	margin-top: 10px;
}
.separator
{
	border-bottom: 1px dotted #C8BAAF;
	margin: 16px 0;
}
.pagination
{
	clear: both;
	text-align: right;
	margin: 20px 0;
	font-size: 115%;
	font-weight: bold;
	padding-top: 10px;
}
.paginationText
{
	margin-right: 10px;
}
.pagination a
{
	text-decoration: none;
	padding: 7px;
}
.pagination a:hover, .pagination a.pageActive
{
	color: #ffffff;
	background-color: #634F40;
	text-decoration: none;
}
.galleryBottomText
{
	padding: 25px;
	text-align: left;
	overflow: hidden;
}
.galleryBottomText h2
{
	border-bottom: 1px dotted #C8BAAF;
	padding-bottom: 10px;
}
#footer
{
	width: 100%;
	/*
	background: #634F40 url(../images/footer_back.png) no-repeat bottom center;
	*/
	background: #634F40;
}
#footer-top {
	background: #fefbf8 url(../images/footer_back_top.png) no-repeat top center;
	height: 8px;
	max-width: 926px;
	margin: 0 auto;
}
#footerContent
{
	margin: 0 auto;
	max-width: 876px;
	/*max-height: 150px;*/
	padding: 25px;
	position: relative;
	color: #BFA99A;
	background: #634F40 url(../images/footer_content_back.png) no-repeat bottom center;
	border-left: 1px solid #735E4F;
	border-right: 1px solid #735E4F;
}
#logoFooter, #logo-footer
{
	position: absolute;
	bottom: 38px;
	right: 62px;
}
#backTicket
{
	position: absolute;
	bottom: 37px;
	right: -26px;
}
p#bottomLinks, p#copyright
{
	font-style: italic;
	margin-bottom: 10px;
	width: 75%;
}
#footerContent a:visited, #footerContent a:link
{
	color: #BFA99A;
	text-decoration: none;
	font-weight: normal;
}
#footerContent a:hover
{
	color: #FBFAF6;
	text-decoration: underline;
}
ul#bottomMenu
{
	display: block;
	width: auto;
	text-align: left;
	font-size: 115%;
	font-weight: bold;
	margin: 0;
	padding: 10px 0 15px;
}
ul#bottomMenu li
{
	display: inline;
	list-style-type: none;
	margin-right: 8px;
}
ul#bottomMenu li a:visited, ul#bottomMenu li a:link
{
	font-weight: bold;
}
#contact_form
{
	margin: 0;
}
table#contactForm
{
	margin: 10px 0;
	font-size: 115%;
	font-weight: bold;
	width: 100%;
	border-collapse: collapse;
}
table#contactForm tr.darkRow
{
	background-color: #F2EAE1;
}
table#contactForm td.rightAligned
{
	text-align: right;
	padding-right: 1em;
	width: 33%;
}
table#contactForm td {
	padding: 10px 5%;
}
table#contactForm input, table#contactForm textarea
{
	border: none;
	background-color: transparent;
	font-size: 110%;
	width: 290px;
	overflow: auto;
}
table#contactForm label {
	float: left;
	width: 25%;
	text-align: right;
	line-height: 45px;
}
table#contactForm input[type=text],
table#contactForm textarea {
	float: right;
	width: 65%;
	font-size: 16px;
	font-size: 1rem;
	border: 1px solid #e7e3e1;
	color: #b5ad9c;
	padding: 12px;
	padding: 0.75rem;
	background: #f3f0ec;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YzZjBlYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmYmY5ZjUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #f3f0ec 0%, #fbf9f5 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f3f0ec), color-stop(100%,#fbf9f5));
	background: -webkit-linear-gradient(top,  #f3f0ec 0%,#fbf9f5 100%);
	background: -o-linear-gradient(top,  #f3f0ec 0%,#fbf9f5 100%);
	background: -ms-linear-gradient(top,  #f3f0ec 0%,#fbf9f5 100%);
	background: linear-gradient(to bottom,  #f3f0ec 0%,#fbf9f5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f0ec', endColorstr='#fbf9f5',GradientType=0 );
	-webkit-box-shadow: inset 0px 0px 0px 2px #ffffff;
   box-shadow: inset 0px 0px 0px 2px #ffffff;
	-webkit-transition: background 0.3s linear;
	-moz-transition: background 0.3s linear;
	-ms-transition: background 0.3s linear;
	-o-transition: background 0.3s linear;
	transition: background 0.3s linear;
}
table#contactForm input[type=text]:focus,
table#contactForm textarea {
	background: #ffffff;
}
table#contactForm .verify-field input {
	width: 50%;
}
table#contactForm td.inputField
{
	background: #F8F3ED url(../images/input_fields_back.jpg) no-repeat left 50%;
	height: 46px;
	padding: 10px 6px;
	width: 67%;
}
table#contactForm td.textareaField
{
	background: #F8F3ED url(../images/textarea_back.jpg) no-repeat left 50%;
	height: 135px;
	padding: 10px 6px;
}
table#contactForm td.inputField .verifyField
{
	border: 1px dotted #A78E7B;
	background-color: #FBFAF6;
	width: 100px;
}
.btnSubmit
{
	width: 150px;
	height: 41px;
	background: url(../images/btnSubmit.gif) no-repeat top left;
	border: none;
	margin-right: 20px;
}
.btnReset
{
	width: 150px;
	height: 41px;
	background: url(../images/btnReset.gif) no-repeat top left;
	border: none;
}
.btnSubmit.pt
{
	background: url(../images/btnSubmit_pt.gif) no-repeat top left;
}
.btnReset.pt
{
	background: url(../images/btnReset_pt.gif) no-repeat top left;
}
.contactCredits
{
	text-align: right;
	font-size: 65%;
	margin-top: 30px;
	margin-right: 25px;
}
.sideColumn
{
	float:right;
	width: 31.3%;
	padding:10px;
	border: 1px solid #D5CEBF;
	background: #ffffff url(../images/side_block_back.jpg) repeat-x bottom left;	
}
p.firstParagraph
{
	margin-top: 20px;
}
span.vignette
{
	float: left;
	font-size: 200%;
	font-weight: bold;
	width: auto;
	padding-top: 7px;
	padding-right: 2px;
}
.imgArticle
{
	float: left;
	margin: 0 15px 10px 0;
	padding: 3px;
	border: 1px solid #D7D1C3;
	background-color: #ffffff;
}
.testimonials
{
	font-family:Georgia;
	font-style: italic;
	padding-top: 25px;
	border-bottom: 1px dotted #C8BAAF;
}
.testimonials1
{
	font-family:Georgia;
	font-style: italic;
	padding-top: 15px;
	border-bottom: 1px dotted #C8BAAF;
}

.testimonialSignature
{
	font-style: normal;
	font-weight: bold;
}
table.directoryList
{
	margin-top: 20px;
}
table.directoryList a
{
	font-weight: normal;
}

#btn-social {
	display: none;
	line-height: 36px;
	padding: 0 10px;
	text-align: right;
	text-decoration: underline;
}

.social-bar {
	background: #EDE4D8;
	padding: 5px 10px 0;
	text-align: right;
	position: relative;
}
.social-bar span {
	margin-left: 6px;
}
.social-bar span,
.social-bar span a {
	display: inline-block;
}


#latest-posts {
	width: 94%;
	margin: 0 auto;
	padding: 25px 0;
	text-align: left;
}
.blog-post {
	float: left;
	width: 33%;
}
.blog-post-content {
	width: 90%;
	margin: 0 auto;
}
.blog-post-content a {
	color: #634f40;
}
.blog-post-content h2 {
	font-size: 24px;
	font-size: 1.5rem;
	line-height: 1;
	font-weight: 700;
	color: #634F40;
}
.blog-post-content .entry-meta {
	font-size: 11px;
	font-size: 0.6875rem;
	margin: 14px 0;
	margin: 0.875rem 0;
}
.blog-post-content .entry-content {
	min-height: 120px;
}
.content-read-more {
	text-align: right;
	margin-top: 16px;
	margin-top: 1rem;
}
.content-read-more a {
	font-size: 13px;
	font-size: 0.8125rem;
	text-align: center;
	padding: 10px 14px;
	line-height: 100%;
	color: #ffffff !important;
	display: inline-block;
	background: #0f328f;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzE1M2FhMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwZjMyOGYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #153aa0 0%, #0f328f 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#153aa0), color-stop(100%,#0f328f));
	background: -webkit-linear-gradient(top,  #153aa0 0%,#0f328f 100%);
	background: -o-linear-gradient(top,  #153aa0 0%,#0f328f 100%);
	background: -ms-linear-gradient(top,  #153aa0 0%,#0f328f 100%);
	background: linear-gradient(to bottom,  #153aa0 0%,#0f328f 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#153aa0', endColorstr='#0f328f',GradientType=0 );
	border-radius: 8px;
	-webkit-border-radius: 8px;
}
.content-read-more a:hover {
	color: #ffffff !important;
	text-decoration: none;
}

#newsletter-contact {
	max-width: 845px;
	margin: 0 auto;
	background: #fefbf8;
	border-color: #d9d2c4;
	border-width: 1px 1px 0;
	border-style: solid;
	padding: 40px 27px 15px;
}
#newsletter-box {
	float: left;
	max-width: 375px;
	width: 45%;
	color: #6a5546;
	font-size: 13px;
}
#newsletter-box h3 {
	font-size: 24px;
	margin: 0 0 1rem;
}
#newsletter-box table {
	width: 100%;
}
#newsletter-box td {
	/*padding: 5px;*/
}
#newsletter-box label {
	color: #b4a898;
	font-size: 16px;
	font-weight: 700;
}
#newsletter-box label span {
	color: #634f40;
	font-size: 24px;
}
#newsletter-box input[type=text] {
	float: right;
	width: 70%;
	font-size: 16px;
	font-size: 1rem;
	border: 1px solid #e7e3e1;
	color: #b5ad9c;
	padding: 12px;
	padding: 0.75rem;
	background: #f3f0ec;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YzZjBlYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmYmY5ZjUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #f3f0ec 0%, #fbf9f5 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f3f0ec), color-stop(100%,#fbf9f5));
	background: -webkit-linear-gradient(top,  #f3f0ec 0%,#fbf9f5 100%);
	background: -o-linear-gradient(top,  #f3f0ec 0%,#fbf9f5 100%);
	background: -ms-linear-gradient(top,  #f3f0ec 0%,#fbf9f5 100%);
	background: linear-gradient(to bottom,  #f3f0ec 0%,#fbf9f5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f0ec', endColorstr='#fbf9f5',GradientType=0 );
	-webkit-box-shadow: inset 0px 0px 0px 2px #ffffff;
   box-shadow: inset 0px 0px 0px 2px #ffffff;
	-webkit-transition: background 0.3s linear;
	-moz-transition: background 0.3s linear;
	-ms-transition: background 0.3s linear;
	-o-transition: background 0.3s linear;
	transition: background 0.3s linear;
}
#newsletter-box input[type=text]:focus {
	background: #ffffff;
}
#newsletter-box input[type=submit] {
	float: right;
	font-size: 18px;
	font-size: 1.125rem;
	text-align: center;
	padding: 10px 14px;
	line-height: 100%;
	margin: 10px 0;
	color: #ffffff;
	border: none;
	cursor: pointer;
	background: #0f328f;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzE1M2FhMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwZjMyOGYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #153aa0 0%, #0f328f 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#153aa0), color-stop(100%,#0f328f));
	background: -webkit-linear-gradient(top,  #153aa0 0%,#0f328f 100%);
	background: -o-linear-gradient(top,  #153aa0 0%,#0f328f 100%);
	background: -ms-linear-gradient(top,  #153aa0 0%,#0f328f 100%);
	background: linear-gradient(to bottom,  #153aa0 0%,#0f328f 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#153aa0', endColorstr='#0f328f',GradientType=0 );
	border-radius: 8px;
	-webkit-border-radius: 8px;
}

#contact-box {
	float: right;
	max-width: 406px;
	width: 50%;
	background: #ffffff url(../images/contact_box_back.jpg) no-repeat 0 100%;
	border: 1px solid #d9d2c4;
	padding: 4px;
}
#contact-info {
	margin: 20px 0 10px 120px;
	color: #766451; 
	font-size: 13px;
}
#contact-info h3 {
	font-size: 28px;
	font-weight: 400;
	margin: 0;
}
#contact-info h3 span {
	color: #bfa99a;
}
#contact-info strong {
	margin: 10px 0;
	display: block;
	font-size: 15px;
}

/* Added by other than Robert from Evoke Design */
	.ribbon { position: absolute; right: 0; top: 0;z-index:50;text-indent:-9999em;background: url('/images/view_gallery.png') no-repeat top right; width:113px;height:113px;}
	#slideshow {height:304px;margin-top:1px;}
	#slideshow img{position:absolute;top: 0;right:0;border:1px solid #d3d3c6;}
	#slideshow_tabs{position:absolute;top:0;left:0;z-index:2;color:#000;padding:0;margin:0;list-style:none;cursor:default;}
	#slideshow li{margin:0;position:relative;top:-1px;}
	#slideshow_tabs a{display:block;height:77px;text-align:left;padding-left:1em;text-decoration: none;z-index:10;}
	#slideshow li:last-child{top:-3px;}
	#slideshow_tabs h1{position:relative;top:5px;font:1.5em/1.5em 'Roboto Condensed', sans-serif;font-weight: 400;text-transform: uppercase;}
	#slideshow_tabs p {color: #70a8da;position:relative;top:5px;width:240px;font-size:.9em;}
	#slideshow_tabs {width:300px;}
	#slideshow_tabs a {background: url('/images/tab_bg.png') repeat-y 8px center;position:relative; opacity: .7;-moz-transition: opacity ease-in-out 300ms; -webkit-transition:opacity ease-in-out 300ms}
	#slideshow_tabs a:hover {opacity: 1;}
	#slideshow_tabs .current {background: url('/images/slide_tab_bg.png') no-repeat left center;color:#fff;top:-2px;z-index:20;opacity:1;border:0;}
	#slideshow_tabs li:last-child .current { top: 2px; }
	#slideshow_tabs li:first-child .current{top:0;}
	#slideshow_tabs .current h1 {color:#fff;}
	blockquote { margin: 0 auto; width: 340px;  }
	blockquote:before { 
	content: '\201C';
	float: left;
	margin-left: -20px;
	font-size: 40px;
	font-family: georgia, serif;
	text-shadow: 2px 1px 1px #999999;
	}
	blockquote p {
		line-height: 1.3;
		padding: 10px 0;
		font-style: italic;
		text-align: justify;
	}
	blockquote p:after { 
	content: '\201D';
	font-size: 40px;
	font-family: georgia, serif;
	position: relative;
	float: right;
	text-shadow: 1px 1px 1px #999;
	bottom: -20px;
	line-height:7px;
	}
	.credits {
		float: left;
		text-align: left;
		margin-left: -20px;
		margin-bottom: 25px;
	}
	.credits span, .credits b { display: block; }
.recentcomments a{display:inline !important;padding:0 !important;margin:0 !important;}
/* Custom Landing Page Styles */
html, body { height: 100%!important; }
#popUpMap, #popUpFreeTransportation, #popUpAccomodations, #popUpContracts, #popUpServices, #popUpCorporate {
	position: absolute;
	background: #FFF;
	width: 720px;
	height: 1450px;
	border: 1px solid #000;
	z-index: 9002;
	padding: 15px;
	font-size: 11px;
}
#popUpFreeTransportation {
	height: 400px;
}
#popUpCorporate {
	height: 150px;
}
#popUpAccomodations {
	width: 840px;
	height: 550px;
}
#popUpContracts {
	height: 340px;
}
#popUpServices {
	height: 250px;
}
#accom_slideshow {
	position: relative;
	width: 531px;
	height: 266px;
}
#accom_pic {
	float: left;
	border-radius: 5px;
	background: #e97520;
	padding: 7px;
	margin: 20px;
}
#accom_content {
	float: left;
	display: block;
	overflow: hidden;
	width: 300px;
	margin-left: 20px;
}
.press-link {
	overflow: hidden;
}
.press-link span {
	width: 140px;
	float: left;
}
.press-link a {
	width: 670px;
	float: left;
}

.magazine-ad {
	overflow: hidden;
	border-bottom: 1px dotted #9E8878;
	padding-bottom: 25px;
	margin: 25px 0;
}
.last-ad {
	border-bottom: none;
}
.magazine-ad-img {
	float: left;
	width: 50%;
}
.magazine-ad-desc {
	float: right;
	width: 45%;
}
.magazine-ad-desc a {
	display: block;
	margin-top: 25px;
}

.ddfmwrap {
	padding: 0 27px;
}
.ddfmerrors,
.errorlist {
	color: #f00;
}
.slicknav_menu {
	display:none;
}

.nav-menu {
	margin: 0;
	padding: 0;
}
.nav-menu li {
	display: inline-block;
	position: relative;
}

.nav-menu li a {
	color: #ffffff;
	display: block;
	font-size: 19px;
	font-weight: 700;
	line-height: 24px;
	padding: 15px;
	text-decoration: none;
	text-align: center;
}
.nav-menu li.parent a {
	padding: 15px 35px 15px 15px;
	background: url(../images/mainmenu_back_off.gif) no-repeat top left;
}
.nav-menu li.parent:hover > a,
.nav-menu li.parent a:hover {
	background: url(../images/mainmenu_back.gif) no-repeat top left;
	color: #fff;
}

.nav-menu .sub-menu,
.nav-menu .children {
	display: none;
	padding: 0;
	position: absolute;
	left: 0;
	z-index: 99999;
}

.nav-menu .sub-menu ul,
.nav-menu .children ul {
	border-left: 0;
	left: 100%;
	top: 0;
}

ul.nav-menu ul a,
.nav-menu ul ul a,
.nav-menu li.parent ul a {
	font-size: 15px;
	color: #FF5045;
	width: 209px;
	text-align: left;
	padding: 3px 15px;
	background: #970C03 url(../images/item_back.gif) repeat-y bottom center;
}
.nav-menu li.parent ul li:first-child a {
	background: transparent url(../images/firstitem_back.gif) no-repeat top center;
	padding-top: 17px;
}
.nav-menu li.parent ul li:last-child a {
	background: transparent url(../images/lastitem_back.gif) no-repeat bottom center;
	border: none;
	padding-bottom: 16px;
}

ul.nav-menu ul a:hover,
.nav-menu ul ul a:hover,
.nav-menu li.parent ul a:hover {
	color: #fff;
	background: #700601;
}

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

#youmax {
	max-width: 813px !important;
	width: 100% !important;
}


@media only screen and (max-width: 1024px) {
	#backTicket {
		right: 0;
	}
}
@media only screen and (min-width: 1025px) {
}
@media only screen and (max-width: 857px) {
	body {
		padding-top: 0;
	}
	.content-column-wrapper {
		border: none;
	}
	.content-column-inner {
		max-width: 100%;
	}
	.topBlock {
		padding: 0;
	}
	.home-slider {
		padding-bottom: 15px;
	}

	.galleryBoxLeft
	{
		padding: 2% 2% 2% 0;
	}
	.galleryBoxRight
	{
		padding: 2% 0 2% 2%;
	}
	.galleryBoxText {
		font-size: 12px;
	}
	.galleryBoxText h2 {
		font-size: 16px;
	}
	.galleryBoxText a {
		display: inline-block;
	}
	.galleryBoxText a img {
		max-width: 80%;
	}
	.js #mainMenu {
		display:none;
	}
	.js #header {
		background: none;
	}	
	.js .slicknav_menu {
		display:block;
		background-position: center top;
	}
	#headerContent {
		position: static;
	}
	#logo {
		margin-top: 0;
		position: absolute;
		top: 0;
		left: 10px;
		max-width: 90px;
	}
}
@media only screen and (max-width: 768px) {
	.galleryList {
		margin-top: 0;
		max-width: 100%;
	}
	#newsletter-box input[type=text] {
		float: none;
		width: 80%;
	}
	#newsletter-box input[type="submit"] {
		float: left;
	}
	#footerContent {
		padding: 10px;
	}
	ul#bottomMenu {
		font-size: 14px;
		text-align: center;
	}
	ul#bottomMenu li {
		margin: 0;
	}
	ul#bottomMenu li a {
		padding: 0 5px;
	}
	p#bottomLinks, p#copyright {
		text-align: center;
		width: 100%;
	}
	#logoFooter, #logo-footer {
	  margin: 10px auto;
	  text-align: center;
	  position: static;
	}
	.galleryTopText h1 {
		font-size: 22px;
	}	
	.galleryTypeText h2, .galleryTypeText1 h2 {
		font-size: 16px;
	}
	.galleryTypeText div p, .galleryTypeText1 div p
	{
		font-size: 12px;
	}
	.galleryTypeImage, .galleryTypeText {
		float: none;
		width: auto;
	}
	.galleryTypeImage img {
		width: 100%;
	}
	.galleryBoxRight, .galleryBoxLeft {
		height: 163px;
	}
	#backTicket {
		bottom: 35%;
		text-align: right;
	}
	#backTicket img {
		max-width: 70%;
	}
	.in-the-press-row {
		background: transparent;
		border: none;
	}
	.in-the-press-box {
		float: none !important;
		width: 100%;
		border-bottom: 1px dotted #9e8878;
		margin: 0;
		padding: 20px 0;
	}
}
@media only screen and (max-width: 640px) {
	#btn-social {
		display: block;
	}
	.social-bar {
		display: none;
	}
	.galleryList {
		padding: 10px;
	}
	.galleryListBorder {
		border: none;
		max-width: 100%;
		background: none;
		padding: 0;
	}
	.content-column-inner {
		padding: 0;
		border: none;
	}
	.content-column {
		padding: 0;
	}

	.content-column-wrapper, .sideColumn {
		float: none;
		width: auto;
	}
	.sideColumn {
		margin-top: 25px;
	}
	.contact-page .sideColumn {
		margin: 0 auto 25px;
	}
	#contact-info h3 {
		font-size: 22px;
	}
	#youmax-header {
		height: auto !important;
	}
	.top-block-content {
		border: none;
		background: none;
		padding-top: 15px;
	}
	.galleryTopImage, .galleryTopText {
		float: none;
		width: auto;
	}
	.galleryTopImage img {
		width: 100%;
	}
	.galleryBottomText > div {
		float: none !important;
		width: 100% !important;
	}
	.galleryBoxRight, .galleryBoxLeft {
		float: none;
		width: 100%;
		height: auto;
		padding: 10px 0 !important;
	}
	.galleryBoxLeft {
		border-right: none;
	}
	.galleryBoxText {
		width: 68%;
	}
	.galleryBoxImage {
		width: 30%;
	}
	.galleryBoxRight .galleryBoxText a {
		left: 0;
	}
	.galleryBoxText a {
		position: static;
	}
	.home-intro, #featuredProject, #featuredTestimonial {
		float: none;
		width: auto;
	}
	#featuredProject {
		margin-top: 30px;
	}
	.featured-project-tag {
		right: 0;
	}
	#featuredTestimonial {
		margin-bottom: 30px;
	}
	#latest-posts {
		width: 100%;
		padding: 20px 0;
	}
	.blog-post {
		float: none;
		width: 100%;
		padding: 10px 0;
		border-bottom: 1px dotted #9e8878;
	}
	.blog-post:last-child {
		border-bottom: none;
		padding-bottom: 0;
	}
	.blog-post-content {
		width: auto;
		padding: 0 10px;
	}
	.blog-post-content .entry-content {
		min-height: initial;
	}
	.contact-side-image {
		float: left;
		width: 45%;
		padding-right: 5%;
	}
	.contact-side-info {
		float: right;
		width: 50%;
		margin: 0;
	}
}
@media only screen and (max-width: 540px) {
	#newsletter-box, #contact-box {
		float: none;
		width: 100%;
		max-width: 100%;
	}
}
@media only screen and (max-width: 480px) {
	.magazine-ad img {
		display: block;
		margin: 0 auto;
	}
	.magazine-ad-img, .magazine-ad-desc {
		float: none;
		width: 100%
	}
	.magazine-ad-desc h2 {
		font-size: 18px;
		margin-top: 15px;
	}
	.magazine-ad-desc a {
		margin-top: 15px;
	}
	.youmax-video-tnail-box {
		width: 46% !important;
	}
	.galleryTypeText > a {
		display: inline;
		position: static;
		margin-top: 10px;
		text-align: left;
	}
	.galleryTypeText > a img {
		max-width: 50%;
	}
	table#contactForm td {
		padding: 10px 0;
	}
	table#contactForm label ,
	table#contactForm input[type=text],
	table#contactForm textarea {
		float: none;
		width: 92%;
		line-height: 100%;
	}
	table#contactForm .verify-field input[type=text] {
		width: 50%;
	}
}
@media only screen and (max-width: 320px) {
	h1 {
		font-size: 20px;
	}
	.imgArticle {
		float: none;
		width: 98%;
		margin-right: 0;
	}
	.youmax-video-tnail-box {
		float: none !important;
		width: 100% !important;
		margin: 2% 0 !important;
	}
}