/*
Theme Name: Grace Home
Theme URI: http://cooper-house.com
Author: CooperHouse
Author URI: http://cooper-house.com/
Description: A custome WordPress theme for Grace Home Furnishings
Version: 1.0

*/

/*====================================== reset.css is here ========================================*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset, img {
	border: 0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}
strong{font-weight: bold}
em{font-style: italic;}

ol, ul {
	list-style: none;
}
caption, th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: bold;
}
q:before, q:after {
	content: '';
}
abbr, acronym {
	border: 0;
}
.clear {
	clear: both;
	font-size: 0px;
	line-height: 0px;
	display: block;
}
.last {
	margin: 0 !important;
}
.pad_last {
	padding: 0 !important;
}
.no_bg {
	background: none !important;
}
.no_border {
	border: none !important;
}
input:focus {
	outline: none
}
p {
	margin-bottom: 1em;
}

.hidden{display: none}
/*********** WORDPRESS ****************/
/* Placeholder text color -- selectors need to be separate to work. */

::-webkit-input-placeholder {
 color: #939393;
}

:-moz-placeholder {
 color: #939393;
}

::-moz-placeholder {
 color: #939393;
 opacity: 1; /* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
 color: #939393;
}
/* Responsive images. Fluid images for posts, comments, and widgets */

.comment-content img, .entry-content img, .entry-summary img, #site-header img, .widget img, .wp-caption {
	max-width: 100%;
}
/**
 * Make sure images with WordPress-added height and width attributes are
 * scaled correctly.
 */

.comment-content img[height],  .entry-content img,  .entry-summary img,  img[class*="align"],  img[class*="wp-image-"],  img[class*="attachment-"],  #site-header img {
	height: auto;
}
img.size-full,  img.size-large,  .wp-post-image,  .post-thumbnail img {
	height: auto;
	max-width: 100%;
}
/* Make sure embeds and iframes fit their containers */

embed,  iframe,  object,  video {
	margin-bottom: 24px;
	max-width: 100%;
}
p > embed,  p > iframe,  p > object,  span > embed,  span > iframe,  span > object {
	margin-bottom: 0;
}
/* Alignment */

.alignleft {
	float: left;
	max-width:100%;
	height: auto
}
.alignright {
	float: right;
	max-width:100%;
	height: auto
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width:100%;
	height: auto
}
blockquote.alignleft,  img.alignleft {
	margin: 7px 24px 7px 0;
}
.wp-caption.alignleft {
	margin: 7px 14px 7px 0;
}
blockquote.alignright,  img.alignright {
	margin: 7px 0 7px 24px;
}
.wp-caption.alignright {
	margin: 7px 0 7px 14px;
}
blockquote.aligncenter,  img.aligncenter,  .wp-caption.aligncenter {
	margin-top: 7px;
	margin-bottom: 7px;
}
.site-content blockquote.alignleft,  .site-content blockquote.alignright {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding-top: 17px;
	width: 50%;
}
.site-content blockquote.alignleft p,  .site-content blockquote.alignright p {
	margin-bottom: 17px;
}
.wp-caption {
	margin-bottom: 24px;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0;
}
.wp-caption {
	color: #767676;
}
.wp-caption-text {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 12px;
	font-style: italic;
	line-height: 1.5em;
	margin: 9px 0;
	padding-right: 10px;
}
.wp-smiley {
	border: 0;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
/**************************************************************************************/
a {
	color: #000;
	text-decoration: none;
	outline: 0 none;
}
a:hover {
	color: #000;
	text-decoration: none;
}
h1 {
	font-size: 24px;
}
h2 {
	font-size: 22px;
}
h3 {
	font-size: 18px;
}
h4 {
	font-size: 16px;
}
h5 {
	font-size: 14px;
}
h6 {
	font-size: 12px;
}
/*----------------------------------------------------------------------------------*/
html {
	height: 100%;
}
body {
	color: #b1b1b1;
	font-family: "Arial", Verdana, Tahoma;
	font-size: 12px;
}
.flt_Lt {
	float: left;
	display: inline;
}
.flt_Rt {
	float: right;
	display: inline;
}
/* ---------------------------------------------------------------------------------*/
.wrapper {
	margin: 0px;
	width: 100%;
	max-width:100%;
	padding-top:45px;
}

.container {
	margin: 0 auto;
	padding: 0;
	width: 1069px;
	max-width: 100%;
}

.home .container {
	width: 803px;
	position: relative;
}

.top-main {
	display: inline-block;
	margin: 0;
	padding: 10px 0;
	border-bottom: 1px solid #ccc;
	width: 100%;
	position:fixed;
	top:0;
	left:0;
	z-index:999;
	background:#fff;
}

.admin-bar .top-main{
	top:32px;

}
.top {
	display: block;
	margin: 0 auto;
	padding: 0;
	width: 1069px;
	max-width: 100%;
}
.top-g {
	display: inline-block;
	margin: 0 7% 0 0;
	padding: 0;
	float: left;
	position: relative;
}
.top-g a {
	display: inline-block;
	margin: 0 10px 0 0;
	padding: 0;
	float: left;
}
.top-g a.lines {
	display: inline-block;
	margin: 0 10px 0 0;
	padding: 0;
	float: left;
}
.box {
	display: inline-block;
	margin: 0;
	padding: 0 15px;
	background-color: #6b605e;
	text-align: center;
	position: absolute;
	width: 190px;
	top: 36px;
	z-index: 9999;
}
.box a{
	border-bottom: 1px solid #fff;
	display:block;
	width:100%;
	text-align: center;
}
.box a:hover,
.box a.active,
.box a:hover h4,
.box a.active h4,
.box a:hover h3,
.box a.active h3{
	color: #a8dde5!important;
}
.box a.no-border{border:none;}
.box h4 {
	display: block;
	margin: 0;
	padding: 10px 0 0 0;
	font-family: 'Garamond', serif;
	font-size: 18px;
	color: #fff;
	font-weight: normal;
	font-style: italic;
}
.box h3 {
	display: block;
	margin: 0;
	padding: 10px 0 20px;
	font-family: 'Raleway', sans-serif;
	font-size: 15px;
	color: #fff;
	text-transform: uppercase;
	font-weight: normal;
	
	letter-spacing: 2px;
}

.nav {
	display: inline-block;
	margin: 0;
	padding: 0;
	float: left;
}
.nav ul {
}
.nav ul li {
	display: inline-block;
	margin: 0;
	padding: 0 40px;
	float: left;
	background: url(images/line.png) no-repeat right center;
}
.nav ul li:last-child{background:none}
.nav ul li a {
	display: inline-block;
	margin: 0;
	padding: 0;
	font-family: 'EB Garamond', serif;
	font-size: 17px;
	color: #3c1110;
	text-transform: uppercase;
	letter-spacing: 3px;
}
.nav ul li a:hover {
	text-decoration: none;
	color:#17a8a2;
}
.login {
	display: inline-block;
	margin: 0;
	padding: 0;
	float: right;
}
.login span {
	display: inline-block;
	margin: 0;
	padding: 0;
	font-family: 'EB Garamond', serif;
	font-size: 18px;
	color: #3c1110;
	font-style: italic;
}
.login span a {
	display: inline-block;
	margin: 0;
	padding: 0;
	font-family: 'EB Garamond', serif;
	font-size: 18px;
	color: #3c1110;
	font-style: italic;
}
/* -------------------------------------header--------------------------------------*/


#main-content{
	width: 1069px;
	max-width: 100%;
	margin:0 auto;
	float:none!important;
}
#primary{
	width:72%;
	margin:0 auto;
	float:left;
	
}


#content-sidebar{
	width: 245px;
	max-width:100%;
	max-width: 100%;
	margin:0;
	float:right;
	padding:0 10px 0 0;
}


.woocommerce #content-sidebar{
	width: 160px;
	max-width:100%;
	max-width: 100%;
	margin:0;
	float:right;
	
}
.woocommerce ul.products li.product:nth-child(2n), .woocommerce-page ul.products li.product:nth-child(2n) {
   
  
}


.woocommerce  #content-sidebar{
	float:left;
	margin-top:90px;
}

.content {
	display: inline-block;
	margin: 0 auto;
	padding: 0;
	background: url(images/home-bg.png) no-repeat left top;
	width: 803px;
	max-width: 100%;
}
.logo {
	display: block;
	margin: 16% auto 0;
	padding: 0;
	width: 360px;
	max-width: 96%;
}

.logo a,
.logo img{
	max-width:100%;
	height:auto;
}
.logo a {
	display: inline-block;
	margin: 0;
	padding: 0;
}
div.home {
	display: block;
	margin: 10px auto 0;
	padding: 0;
	width: 620px;
	max-width: 100%;
}

.float-img{
	display: block;
	width:720px;
	margin: 0 auto;
	height: 90px;
}

#cc_form_1 {
	width: 100%;
	text-align: center;
	height: 40px;
	margin-top: 20px
}


#cc_form_1 .gfield_label {
	color: #3C1110;
	text-transform: uppercase;
	margin: 0 10px 0;
	letter-spacing: .15em;
}

#cc_form_1 input.t {
	border: 0;
	padding: 2px 6px; 
	font-size: 12px;
	margin: 0;
	color: #3c1110;
	background-color: #EBE6E6;
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: .15em;
	height: 26px!important;
	box-sizing: border-box;
	border-right:1px solid #fff;

}

#cc_form_1 .cc_email_address {
	display: inline-block;
	letter-spacing: .15em;

}

#cc_form_1 .cc_Go {
	display: inline-block;
	letter-spacing: .15em;
}

#field_1_5 label.gfield_label {display: none}

#cc_form_1 input.b, #gform_submit_button_1 {
	background: #A8DDE5;
	font-size: 12px;
	color: #3c1110;
	background-color: #a8dde5;
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: .05em;
	border: none;
	padding: 2px 6px; 
	height: 26px!important;
	box-sizing: border-box;
	vertical-align: top

}

#cc_form_1 input.b {
	margin-top: -7px;
}

#gform_wrapper_1 .gform_footer {
	margin-left: 223px;
}


#cc_form_1 .gfield_required {
	display: none;
}

#cc_form_1 ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #3c1110;
}
#cc_form_1 ::-moz-placeholder { /* Firefox 19+ */
  color: #3c1110;
}
#cc_form_1 :-ms-input-placeholder { /* IE 10+ */
  color: #3c1110;
}
#cc_form_1 :-moz-placeholder { /* Firefox 18- */
  color: #3c1110;
}

.home-window {
	display: inline-block;
	margin: 0 14px;
	padding: 0;
	background: url(images/window.png) no-repeat left top;
	width: 170px;
	height: 302px;
	position: relative;
	float: left;
}
.home-window img {
	display: inline-block;
	margin: 46px 0 0 8px;
	padding: 0;
}
.home-window a {
	display: inline-block;
	margin: 0px 0 0 0px;
	padding: 0;
	background: url(images/close-dor.png) no-repeat center top;
	width: 153px;
	height: 247px;
	position: absolute;
	left: 8px;
	bottom: 11px;
}
.home-window a:hover {
	background: url(images/open-dor.png) no-repeat center top;
}
.home-window h2 {
	display: table-cell;
	vertical-align: middle;
	margin: 0;
	padding: 5px 0px;
	font-family: 'Lato', sans-serif;
	font-size: 12px;
	color: #3c1110;
	background-color: #a8dde5;
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: .2em;
	position: absolute;
	bottom: -30px;
	left: 5px;
	width: 146px;
	height:24px;
	text-align: center;
	padding-top:10px;
	
}
.window-3 h2{
	height:30px;
	text-align: center;
	padding-top:4px;
}


.dog {
	display: block;
	margin: 30px auto 0;
	padding: 0;
	width: 87px;
}
.content.promo .dog {
	margin-top: -60px;
}
.dog img {
	display: inline-block;
	margin: 0;
	padding: 0;
}

.promo-image {
	max-width:295px;
	height:auto;
}

.home-promo {
	display: block;
	margin: 10px 22px 0;
	padding: 0 80px 107px;
	background: url(images/promo-bg.png) bottom; 
	box-sizing: border-box;


}

.home-promo .left,
.home-promo .right {
	width: 49%;
	display: inline-block;
	box-sizing: border-box;
	vertical-align: top;
}

.home-promo .left{
	padding-top: 6px;
}

.home-promo .right  {
	font-size: 14px;
	padding: 0 0 0 20px;
	line-height: 27.8px;
	color: #371412;
}


.home-promo h4{
	margin-top: 20px;
	text-align:center;
	text-transform: uppercase;
}

.home-promo a.button {
	border:2px solid #b2e1e8;
	width: 100%;
	box-sizing: border-box;
	display:block;
	font-size:24px;
	letter-spacing: .1em;
	text-transform: uppercase;
	margin-top: 20px;
	text-align: center;
	padding: 23px;
	font-family: 'EB Garamond', serif;

}

@media only screen and (max-width : 813px) {
	.home-promo .left,
	.home-promo .right {
		width: 100%;
		text-align: center;
	} 

	.home-promo .right {
		margin-top: 30px;
	}

	.content.promo,
	.home-promo  {
		background: none;
	}

	.home-promo {
		padding: 0 0 100px;
	}

}
	

.bottom {
	display: inline-block;
	margin: 0;
	padding: 0;
	width: 100%;
	background: url(images/bottom-bg.png) no-repeat center top;
}
.bottom-inner {
	width: 1069px;
	max-width: 100%;
	margin: 0 auto;
	padding: 20px 0;
	text-align: center;
}
.bottom-inner div {
	display: block;
	margin: 0;
	padding: 0;
	font-family: 'Garamond', serif;
	font-size: 14px;
	color: #3c1110;
	font-weight: bold;
	text-transform: uppercase;
	word-spacing: 5px;
	letter-spacing: .1em;
	padding-bottom: 8px
}
.bottom-inner p span {
	display: inline-block;
	margin: 0;
	padding: 0 0 0 10px;
	font-family: 'Garamond', serif;
	font-size: 18px;
	color: #3c1110;
	font-weight: bold;
	border-left: 2px solid #3c1110;
	text-transform: uppercase;
	line-height: 13px;
}
.footer {
	display: inline-block;
	margin: 0;
	padding: 0;
	width: 100%;
	background-color: #ebe6e6;
}
.footer-inner {
	width: 1069px;
	max-width: 100%;
	margin: 0 auto;
	padding: 30px 0;
}
.singup {
	width: 690px;
	max-width: 100%;
	margin: 0 auto;
	padding: 0;
}
.singup p {
	display: inline-block;
	margin: 0 0 5px ;
	width:100%;
	text-align: center;
	padding: 0;
	font-family: 'Raleway', sans-serif;
	font-size: 18px;
	color: #291a25;
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: 2px;
}
.singup p small {
	display: inline-block;
	margin: 0;
	padding: 0;
	font-family: 'Garamond', serif;
	font-size: 18px;
	color: #291a25;
	text-transform: none !important;
	font-weight: normal;
	font-style: italic;
}
.singup p span {
	display: inline-block;
	margin: 0;
	padding: 0;
	font-family: 'Garamond', serif;
	font-size: 18px;
	color: #291a25;
	text-transform: uppercase;
	font-weight: bold;
}
.widget input[type='text'] {
	display: inline-block;
	margin: 0px 5px 0;
	padding: 10px 10px;
	width: 290px;
	float: none;
	background-color: #ffffff;
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	color: #291a25;
	font-weight: normal;
	border: none !important;
	text-transform: uppercase;
}
#constant-contact-signup{
	width:100%;
	text-align: center;
}
#constant-contact-signup div{
	display: inline-block;

}
#constant-contact-signup label{
	display:none;
}
.widget .button.submit {
	
	display: inline-block;
	margin: 0;
	padding: 9px 20px;
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
	color: #fff;
	text-transform: uppercase;
	font-weight: normal;
	background-color: #a8dde5;
	border:none;
}



.btn a:hover {
	text-decoration: underline;
}
.icons {
	display: inline-block;
	margin: 10px auto;
	text-align: center;
	padding: 10px 0;
	width:100%;
}
.icons a {
	display: inline-block;
	margin: 0 2px;
	padding: 0;
	float: none;
}
.menu-footer-menu-container {
	display: inline-block;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	width:100%;
}
.menu-footer-menu-container ul {
	text-align: center;
}
.menu-footer-menu-container ul li {
	display: inline-block;
	margin: 0;
	padding: 0 10px;
	float: none!important;
	background: url(images/line.png) no-repeat right center;
}
.menu-footer-menu-container ul li:last-child{
background:none;
}
.menu-footer-menu-container ul li a { 
	display: inline-block;
	margin: 0;
	padding: 0;
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
	color: #291a25;
	text-transform: uppercase;
	font-weight: normal;
}
.menu-footer-menu-container ul li a:hover {
	text-decoration: underline;
}
.fot-bottom {
	display: block;
	margin: 0 0 0 0px;
	padding: 10px 0;
	width:350px;
	margin:0 auto 10px;
}
.fot-bottom ul {
	text-align: center;
	width:100%;
}
.fot-bottom ul li {
	display: inline-block;
	margin: 0;
	padding: 0 5px;
	line-height: 7px;
	font-family: 'Raleway', sans-serif;
	font-size: 10px;
	color: #7e7177;
	font-weight: 600;
	background: url(images/line.png) no-repeat right center;
	text-transform: uppercase;
	letter-spacing: 2px;
	
}
.fot-bottom ul li a{
	font-family: 'Raleway', sans-serif!important;
	font-size: 10px!important;
	color: #7e7177!important;
	font-weight: 600!important;
}


/* ---------------------------------------------------------------------------------*/
 /* --------------------------------inner page---------------------------------------*/
.inner-ban {
	width: 900px;
	max-width: 100%;
	margin: 0 auto;
	position: relative;
}

.inner-ban.product-page{
	width:1097px;
	margin-top:35px;
}

#slider1{
	overflow:hidden;
	display:block;
	margin-bottom:20px;
}


.slideshow, .project {
	margin: 0 auto;
	width: 900px;
	max-width: 100%;
	position: relative;
	display: block;
	clear:both;
}

.slideshow .slides li{
	text-align: center;
}
.slideshow .slides li img{
	float: none;
	max-width:100%;
	height: auto
}

.inner-showroom-txt {
	width: 687px;
	max-width: 79%;
	background: #ffffff;
	min-height: 281px;
	position: relative;
	margin: 0 auto 0;
	z-index: 88;
	padding:1px 0;

}

.service-details {
	width: 1069px;
	max-width: 100%;
	background: #ffffff;
	
	position: relative;
	margin: -35px auto 0;
	z-index: 88;

}
.slideshow .flex-direction-nav,
.project .flex-direction-nav{
	margin: 0; padding: 0; list-style: none; width:100%; position: absolute; top: 200px
}
.project .flex-direction-nav{
	top:260px;
}
#content{padding:0 10px;}



.inner-ban-nav.bx-wrapper li{text-align: center!important; display: table!important; height:696px!important;}

.bx-wrapper li img {display: table-cell!important; vertical-align: middle!important; width: auto!important;}


h1.showroom-btn {
	display: block;
	background: #17a8a2;
	width: 295px;
	font-family: 'Lato', sans-serif;
	font-size: 23px;
	color: #ffffff;
	padding: 10px 0;
	text-align: center;
	margin: 20px auto;
	letter-spacing: 3px;
	text-transform: uppercase;
	font-weight: normal;
	float:none;
}
.inner-showroom-txt p,
.service-details p {
	font-family: 'Garamond', serif;
	font-size: 18px;
	color: #2b1112;
	text-align: center;
	width: 895px;
	max-width: 100%;
	margin: 15px auto;
	font-weight: normal;
	line-height: 2em;
}
.inner-tour-nav {
	width: 1069px;
	max-width: 100%;
	margin: 35px auto 80px;
}
.inner-tour-nav ul {
	display: inline-block;
	
}

.inner-tour-nav h2,  .inner-tour-nav h1,
h1.page-title {
	text-transform: uppercase;
	font-family: 'Garamond', serif;
	font-size: 36px;
	color: #726869;
	text-align: center;
	margin: 0 0 20px 0;
	font-weight: normal;
	letter-spacing: 4px;
	word-spacing: 7px;
}
.bx-wrapper .bx-viewport {
    box-shadow: none!important;
	
}


.flex-direction-nav a {
    margin: -120px 0px 0px;
    display: block;
    background: url(images/ban-icon1.png) no-repeat!important;
	width: 28px!important;
	height: 220px!important;
    position: absolute;
    top: 50%;
    cursor: pointer;
    text-indent: -9999px;
    opacity: 1;
}


.flex-direction-nav .flex-prev {
    left: 0
}

.flex-direction-nav .flex-next {
    right:0;
    background: url(images/ban-icon2.png) no-repeat!important;
    text-align: left
}

.flex-direction-nav{
	list-style-type: none;
}
.flex-control-thumbs li{
	display:inline-block;
	margin:0 7px 28px 7px;
	display:inline-block;
	width:269px;
	height:164px
}

.flex-control-thumbs{
	width:100%;
	text-align:center;
}

.flex-control-thumbs li img{
	opacity: .6;
	cursor: pointer;
	-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-o-user-select: none;
user-select: none;
}

.flex-control-thumbs img:hover,
.flex-control-thumbs img.flex-active{
	opacity: 1; 
}

.slidecarousel,
.press{
	position: relative;
}

.slidecarousel .flex-direction-nav .flex-next {
 right: 9px;	
}
.slidecarousel .flex-direction-nav .flex-prev {
 left: 9px;	
}

.slidecarousel .slides {
    width: 100%;
    height: 100%;
    padding-left: 10px; /* Adjust this value; try a negative value */
}

/*.flex-direction-nav{
	max-width:100%!important;
	margin:0 auto;
	
	position:relative;
	z-index:99;
}

.

.flex-direction-nav .flex-prev
.flex-direction-nav .flex-prev, .flex-direction-nav .flex-next {
	background: url(images/ban-icon1.png) no-repeat!important;
	width: 28px!important;
	height: 220px!important;
	margin-top:0!important;
	position: absolute!important;
	top: -248px!important;
	font-size: 0!important;
}*/
.inner-tour-nav .bx-prev{
	left: 0px!important;
}
.inner-tour-nav .editorial .bx-prev, .inner-tour-nav .editorial .bx-next{
	top:-520px!important;
}

.inner-tour-nav .advertising .bx-prev, 
.inner-tour-nav .advertising .bx-next{ 
	top:-238px!important; 
}

.inner-tour-nav .slidecarousel .bx-prev, 
.inner-tour-nav .slidecarousel .bx-next{
	top:-278px!important;
}

.woocommerce-message{z-index: 999}

.woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover, .woocommerce #respond input#submit:hover, .woocommerce #content input.button:hover, .woocommerce-page a.button:hover, .woocommerce-page button.button:hover, .woocommerce-page input.button:hover, .woocommerce-page #respond input#submit:hover, .woocommerce-page #content input.button:hover {
    background: -moz-linear-gradient(center top , #A8DDE5 0%, #7ad6e4 100%) repeat scroll 0% 0% transparent!important;
    text-decoration: none;
    text-shadow: none!important;
}
.woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover, .woocommerce #respond input#submit.alt:hover, .woocommerce #content input.button.alt:hover, .woocommerce-page a.button.alt:hover, .woocommerce-page button.button.alt:hover, .woocommerce-page input.button.alt:hover, .woocommerce-page #respond input#submit.alt:hover, .woocommerce-page #content input.button.alt:hover {
    background: -moz-linear-gradient(center top , #A8DDE5 0%, #7ad6e4 100%) repeat scroll 0% 0% transparent!important;
    color: #DFF;
    text-shadow: none!important;
}
.woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, .woocommerce #respond input#submit.alt, .woocommerce #content input.button.alt, .woocommerce-page a.button.alt, .woocommerce-page button.button.alt, .woocommerce-page input.button.alt, .woocommerce-page #respond input#submit.alt, .woocommerce-page #content input.button.alt {
    text-shadow: none!important;
}

.inner-tour-nav .bx-next {
	background: url(images/ban-icon2.png) no-repeat!important;
	right: 0px!important;
	
}
.inner-tour-nav ul#tour{width:100%;}



.inner-tour-nav ul .thumblg,
.inner-tour-nav ul .thumbpress,
.inner-tour-nav ul .twothms,
.inner-tour-nav ul .threethms { 
width: 246px;
height: 318px;
position: relative; 
display:inline-block;

}

.inner-tour-nav ul .thumbpress{
  width:195px;
  height:251px;
  vertical-align: top
}
.inner-tour-nav ul .twothms{
  width:195px;
  height:520px;
  vertical-align: top
}

.inner-tour-nav ul .threethms {
	 width:195px;
  height:790px;
  vertical-align: top
}


.inner-tour-nav ul .twothms .thumbpress,
.inner-tour-nav ul .threethms .thumbpress {
	margin-bottom:10px;
}

.inner-tour-nav ul .thumblg a,
.inner-tour-nav ul .thumbpress a {
	display: inline-block;
	width: 246px;
	height: 318px;
	position: relative;
}
.inner-tour-nav ul .thumbpress a {
  width:195px;
  height:251px; 
}


.inner-tour-nav ul .thumblg a.hidden,
.inner-tour-nav ul .thumbpress a.hidden{display:none;}
.inner-tour-nav ul .thumblg a:hover span,
.inner-tour-nav ul .thumbpress a:hover span {
	display: block;
}

.inner-tour-nav ul .thumblg a div.overlay,
.inner-tour-nav ul .thumbpress a div.overlay {
	background: url(images/tour-img-transp.png) repeat top left;
	width: 246px;
	height: 318px;
	z-index: 12;
	padding: 0; 
	position: absolute;
	top:0;
	left:0;
	text-align: center;
	display: none;
	text-align: center
}
.inner-tour-nav ul .thumbpress a div.overlay{
  width:195px;
  height:251px;
}

.inner-tour-nav ul .thumblg a:hover div.overlay,
.inner-tour-nav ul .thumbpress a:hover div.overlay{
display: table;
}
.inner-tour-nav ul .thumblg a div.overlay div.inner,
.inner-tour-nav ul .thumbpress a div.overlay div.inner{
	display: table-cell;

	vertical-align: middle;
	padding: 11px 40px 0;
	margin:0;
	text-align: center;
	font-family: 'Garamond', serif;
	font-size: 18px;
	color: #ffffff;

}

.inner-tour-nav ul .thumbpress a div.overlay div.inner{
  padding-left:5px;
  padding-right:5px
}
.inner-tour-nav ul .thumbpress a div.overlay div.inner h5{
  font-size:17px;
}
.inner-tour-nav ul li a div.overlay div h5 {
	font-family: 'Garamond', serif;
	font-size: 20px;
	
	color: #ffffff;
	text-align: center;
	background: url(images/txt-line.png) no-repeat bottom center;
	margin: 0 0 12px 0px;
	padding: 0 0 8px;
	letter-spacing: 3px;
	display:block;
	text-transform: uppercase;
}
.inner-tour-nav ul.press{
	text-align:center;
	width:100%;
	margin:0 0 20px 0;
}

.inner-tour-nav ul.press li{
	margin: 5px 0px
}

.inner-grace-nav {
	width: 1069px;
	max-width: 100%;
	margin: 50px auto;
}
.inner-grace-nav ul {
	display: inline-block;
	text-align: center;
	padding: 0 0 15px;
	width:100%;
}
.inner-grace-nav ul li {
	display: inline-block;
	
	margin: 0 17px;
}
.inner-grace-nav ul li a {
	display: inline-block;
	position: relative;
}
.inner-grace-nav ul li a span {
	background: url(images/tour-img-transp.png) repeat top left;
	width: 279px;
	height: 103px;
	position: absolute;
	top: 0;
	left: 0;
	padding: 157px 0 153px 50px;
}
.inner-grace-nav ul li a span {
	display: none;
}
.inner-grace-nav ul li a:hover span {
	display: block;
}
.inner-grace-nav h2 {
	font-family: 'Garamond', serif;
	font-size: 36px;
	color: #726869;
	text-align: center;
	margin: 0 0 30px 0;
	font-weight: normal;
	letter-spacing: 4px;
	word-spacing: 5px;
	text-transform: uppercase;
	line-height: 1.2em
}
.inner-grace-nav,  .entry-content {
	font-family: 'Garamond', serif;
	font-size: 18px;
	color: #726869;
	font-weight: normal;
	line-height: 1.4em;
	letter-spacing: 1px;
}
.page-id-23 .contacttop{
	width:800px; margin:0 auto;
	max-width:100%;
}
.entry-content form{
	font-weight: normal!Important;
	font-family:"Lato", sans-serif;
	text-transform: uppercase;

}
.entry-content form input,
.entry-content form label{
	font-size: 14px!Important;
	font-weight: normal!Important;
	font-family:"Lato", sans-serif;
}
.entry-content.center {
	text-align: center;
}
.inner-news-cont {
	width: 1069px;
	max-width: 100%;
	margin: 0 auto 5%;
}

header.strike{
	background:url(images/news-line.png) no-repeat  center;
	text-align: center;
	margin: 0 0 50px;
}

header.strike.press{
	margin: 0 0 20px;
}

.inner-news-cont h3,
header.strike h3 {
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	color: #6b605e;
	text-align: center;
	font-weight: normal;
	background: #fff;
	text-transform:uppercase;
	padding:4px 16px;
	letter-spacing: 4px;
	display:inline-block;
}
header.strike h3{margin:0;}

.news-lft-nav {
	width: 1069px;
	max-width: 100%;
	max-width: 100%;
	margin: 7px 0 0;
}
.news-lft-nav ul {
	display: block;
	width: 246px;
	max-width: 100%;
	float: left;
}
.news-lft-nav ul li {
	display: block;
	margin: 0 0 1px;
}
.news-lft-nav ul li a {
	display: block;
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	color: #726869;
	text-align: right;
	padding: 8px 15px 8px 0;
	width: 314px;
}
.news-lft-nav ul li a:hover {
	background: #17a8a2;
	font-family: 'Garamond', serif;
	font-size: 36px;
	color: #ffffff;
	font-weight: normal;
}
.news-lft-nav ul li a:hover, .news-lft-nav ul li a.active {
	background: #17a8a2;
	font-family: 'Garamond', serif;
	font-size: 30px;
	color: #ffffff;
	font-weight: normal;
}
.news-rgt-txt {
	width: 698px;
	max-width: 100%;
	float: left;
}
.news-rgt-txt p {
	font-family: 'Garamond', serif;
	font-size: 18px;
	color: #726869;
	font-weight: normal;
	line-height: 1.4em;
	padding-bottom: 10px;
}
.news-rgt-txt h4 {
	font-family: 'Lato', sans-serif;
	font-size: 20px;
	color: #726869;
	font-weight: normal;
}
.inner-map-cont {
	width: 1069px;
	max-width: 100%;
	margin: 0 auto;
	
	padding: 0 0 50px;
}
.inner-map-cont h3 {
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	color: #6b605e;
	text-align: center;
	font-weight: normal;
	background: url(images/news-line.png) no-repeat left center;
	margin: 0 0 25px;
	letter-spacing: 4px;
}
.map {
}
.inner-map-cont h4 {
	font-family: 'Lato', sans-serif;
	font-size: 20px;
	color: #6b605e;
	font-weight: normal;
	text-transform: uppercase;
	padding: 25px 0 0 0;
}
.inner-map-cont p {
	font-family: 'Garamond', serif;
	font-size: 18px;
	color: #6b605e;
	font-weight: normal;
	padding: 5px 0 15px 0;
	letter-spacing: 1px;
}
.featured-in {
	background: url(images/circle-line-img.png) no-repeat center top;
	padding-top:35px;
	width: 1069px;
	max-width: 100%;
	margin: 0 auto;
	clear: both
}
.featured-in h5 {
	font-family: 'Garamond', serif;
	font-size: 18px;
	color: #6b605e;
	font-weight: normal;
	letter-spacing: 4px;
}
.carousel-cont h6 {
	font-family: 'Garamond', serif;
	font-size: 12px;
	color: #6b605e;
	font-weight: normal;
	letter-spacing: 4px;
}
.carousel-box {
	width: 1037px;
	max-width: 94%;
	margin: 35px auto;
	display: inline-block;
}

.logo-carousel{padding:25px 0 0 0 }

.carousel-cont{position: relative;}
.carousel-cont .bx-prev {
	background: url(images/carousel-icon1.png) no-repeat!important;
	width: 13px!important;
	height: 49px!important;
	left: -20px!important;
	position: absolute!important;
	top: -105px!important;
}
.carousel-cont .bx-next {
	background: url(images/carousel-icon2.png) no-repeat!important;
	width: 13px!important;
	height: 49px!important;
	right: -20px!important;
	position: absolute!important;
	top: -105px!important;
}

.carousel-cont .bx-wrapper .bx-controls-direction a.disabled {
    display: block;
}


.carousel-img {
	float: left;
	width:300px;
	text-align: center;
	margin: 0 25x 0 0;
}
.carousel-img a {
	display: inline-block;
	height:120px;

}

.carousel-img a img{
	display: table-cell;
	vertical-align: middle;
}

.design-portfoli-cont {
	width: 100%;
	margin: 0 auto;
	background: url(images/bg-design-port.png) repeat-x #ebe6e6;
	min-height: 23px;
	clear: both;
	text-align:center;
}
.design-portfoli-txt {
	width: 1401px;
	max-width: 100%;
	text-align:center;
	margin: 0 auto;
	position: relative;
}
.design-portfoli-txt-lft {
	width: 699px;
	max-width:49%;
	display:inline-block;
	border-right: solid 2px #ffffff;
	padding: 0 0 0;
	overflow: hidden;
	margin:0 -2px 0 0;
}
.design-portfoli-txt-lft h4 {
	font-family: 'Garamond', serif;
	font-size: 18px;
	color: #ffffff;
	font-weight: normal;
	background: url(images/design-icon1.png) no-repeat left center;
	padding: 12px 0 11px 35px;
	letter-spacing: 4px;
	background:#6b605e;
	line-height: 1em;
	text-align: left;
}
.design-portfoli-txt-rgt {
	width: 699px;
	max-width:49%;
	display:inline-block;
	padding: 0 0 0;
	overflow: hidden;
	margin: 0 0;
}
.design-portfoli-txt-rgt h4 {
	font-family: 'Garamond', serif;
	font-size: 18px;
	color: #ffffff;
	font-weight: normal;
	background: url(images/design-icon2.png) no-repeat right center;
	padding: 12px 30px 11px 0;
	letter-spacing: 4px;
	text-align: right;
	background:#6b605e;
	line-height: 1em;
}
.design-portfoli-txt h4 a{
	color: #fff;
}
.design-portfoli-txt-rgt img{
	float;left
}

.design-portfoli-cont img{
	max-width:100%;
	height:auto;
}

.design-cont-img {
	max-width: 100%;
	background: #ebe6e6;
	margin: 0 0 60px 0;
}
.design-cont {
	width: 1401px;
	margin: 0 auto;
}
/* -----------------------------  js  ----------------------------------*/
.bx-pager-item {
	display: none !important;
}
.bx-controls-direction {
	position: relative;
}


.bx-wrapper .bx-controls-direction a{
	z-index: 989
}

.bx-prev, .bx-next {
	background: url(images/ban-icon1.png) no-repeat!important;
	width: 28px!important;
	height: 220px!important;
	margin-top:0!important;
	position: absolute!important;
	top: -358px!important;
	font-size: 0!important;
}
.bx-prev{
	left: 0!important;
}
.woocommerce form .form-row-first{
	width:49%
}
.bx-next {
	background: url(images/ban-icon2.png) no-repeat!important;
	right: 0!important;
}
.logo-carousel{padding:25px 0 0 0 }

.carousel-cont{position: relative;}
.carousel-cont .flex-prev {
	background: url(images/carousel-icon1.png) no-repeat!important;
	width: 13px!important;
	height: 49px!important;
	margin-top:0;
	
}
.carousel-cont .flex-next {
	background: url(images/carousel-icon2.png) no-repeat!important;
	width: 13px!important;
	height: 49px!important;
	margin-top:-15px;
	
}

.carousel-cont .bx-wrapper .bx-controls-direction a.disabled {
    display: block;
}
.center {
	width: 60%;
	margin: 20px auto 0 auto;
}
.marginbot {
	margin: -60px 0 15px;
	width: 655px;
	float: right;
	min-height: 220px;
	
}

#tabsholder h4 {
	background: #17a8a2;
	font-family: 'Garamond', serif;
	font-size: 36px;
	color: #ffffff;
	font-weight: normal;
	margin-left: 20px;
	width: 350px;
	text-align: right;
	padding: 8px 15px 8px 0;
	letter-spacing: .2em
}

ul.list li {
	list-style-type: none;
	margin-left: 20px;
}
ul.tabs {
	width: 390px;
	overflow: hidden;
	float: left;
}
ul.tabs li {
	display: block;
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	color: #726869;
	text-align: right;
	padding: 8px 15px 8px 0;
	cursor: pointer;
	letter-spacing: 2px;
}
ul.tabs li a:hover,
ul.tabs li a.current {


	font-size: 18px;
	color: #17a8a2;
	font-weight: normal;
}

.tabscontent {
	padding: 8px 0 0 0;
	display:none;
	width: 100%;
	text-align: justify;
}
.tabscontent p {
	font-family: 'Garamond', serif;
	font-size: 18px;
	color: #726869;
	font-weight: normal;
	line-height: 1.4em;
	padding-bottom: 25px;
	letter-spacing: 2px;
}
.tabscontent a.readmore {
	font-family: 'Lato', sans-serif;
	font-size: 20px;
	color: #726869;
	font-weight: normal;
	padding: 10px 0 0 0;
}
.tabscontent a.readmore:hover { color:#  };
/* ---------------------------------------------------------------------------------*/

.bx-wrapper .bx-viewport {
	
	border: 0!important;
	left: 0px!important;
	background: none!important;
	-moz-box-shadow: none!important;
    -webkit-box-shadow: none!important;
	box-shadow: none!important;
}


/**
 * 6.0 Content
 * -----------------------------------------------------------------------------
 */

.content-area {
	padding-top: 48px;
}
.hentry {
	margin: 0 auto 24px!important;
	width: 780px;
	max-width:100%;
	padding-bottom:24px;
	border-bottom:1px solid #d8caca;
}

.hentry.product{
	border:none;
	padding:0;
	margin:0 10px 20px!important;
	text-align: center;
	float:none;
	display: inline-block;
}
.wc_pagination{
	display:none;
}

.site-content .entry-header,  .site-content .entry-content,  .site-content .entry-summary,  .site-content .entry-meta,  .page-content {
	margin: 0 auto;
	 
}
.page-content {
	margin-bottom: 48px;
}

ul.post-categories, ul.post-categories li{
  display:inline-block; 
}



.pagination {
	text-align: center;
	font-size: 12px;
	text-transform: uppercase;
	padding: 0 0 20px 0
}

.pagination a {

}

.page-numbers {
	display: inline-block;
	padding: 5px 10px;
	margin: 0 2px 0 0;
	border: 1px solid #eee;
	line-height: 1;
	text-decoration: none;
	border-radius: 2px;
	font-weight: 600;
	color: #6B605E;
}
.page-numbers.current,
a.page-numbers:hover {
	background: #f9f9f9;
}


/** PRODUCT AREA **/

.product-content{
	float:right;
	width:905px;
	max-width:100%;
	margin:90px 0 0 0;
}

.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
    float: left;
    width: 48%;
    max-width:400px;
}


.product-nav{
	float:right;
	display:inline-block;
	width:100%;
	margin:-65px 0 0 0;
	text-align: right;
}

.product-nav a{
	font-size: 12px;
	font-family: "Lato";
	text-transform: uppercase;
	color: #17A8A2;
	letter-spacing: 0.3em;
	white-space: nowrap;
}

.product-content .summary {
color:#6c4c4b;
font-size:15.5px;
line-height: 1.7em;
}

.product-content .summary hr{
	height:1px;
	border:none;
	border-top:1px solid #89807e;
	margin:30px 0 28px;
}

ul.products .price{ display: none!important}

.summary h1.product_title{
font-family:"Garamond", serif;
font-size:24px;
color:#3c1110;
letter-spacing: .2em;
}

.product p.price {
	color:#6c4c4b!important;
	font-family: "Lato", sans-serif;
	font-size:19px;
	letter-spacing: .1em;
}

.woocommerce .quantity input.qty, .woocommerce #content .quantity input.qty, .woocommerce-page .quantity input.qty, .woocommerce-page #content .quantity input.qty {
    width: 40px;
    height: 46px;
    border-color: #888!important;
    border:1px solid #888;

}
 .minus,  .plus { 
	background:#fff!important;
	border:1px solid #888!important;
	height:44px!important;
}
.woocommerce .quantity .plus {
	border-bottom:none!important;
}


/**
 * 6.1 Post Thumbnail
 * -----------------------------------------------------------------------------
 */

.post-thumbnail {
	background: #b2b2b2 url(images/pattern-light.svg) repeat fixed;
	display: block;
	position: relative;
	width: 100%;
	z-index: 0;
}
a.post-thumbnail:hover {
	background-color: #999;
}
.full-width .post-thumbnail img {
	display: block;
	margin: 0 auto;
}
/**
 * 6.2 Entry Header
 * -----------------------------------------------------------------------------
 */

.entry-header {
	position: relative;
	z-index: 1;
}
.entry-title {
	clear:both;
	margin: 0 0 12px 0;
	font-family: 'Lato', sans-serif;
	font-size: 22px;
	color: #6b605e;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: .1em;
}
.entry-title a {
	color: #2b2b2b;
}
.entry-title a:hover {
	color: #17a8a2;
}
.site-content .entry-header {
	
	padding: 0 0 12px;
}
.site-content .has-post-thumbnail .entry-header {
	padding-top: 24px;
}
/**
 * 6.3 Entry Meta
 * -----------------------------------------------------------------------------
 */

.entry-meta {
	clear: both;
	color: #767676;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.3333333333em;
	text-transform: uppercase;
}
.entry-meta a {
	color: #767676;
}
.entry-meta a:hover {
	color: #17a8a2;
}
.sticky .entry-date {
	display: none;
}
.cat-links {
	font-weight: 900;
	text-transform: uppercase;
}
.cat-links a {
	color: #2b2b2b;
}
.cat-links a:hover {
	color: #17a8a2;
}
.byline {
	display: none;
}
.single .byline,  .group-blog .byline {
	display: inline;
}
.site-content .entry-meta {
	
	margin-bottom: 8px;
	clear:none;
}
.site-content .entry-meta.cats,
.site-content .entry-meta.tags  { clear:both};

.site-content .entry-meta span.comments-link{
	margin:0 10px;
}
.site-content footer.entry-meta {
	margin: 24px auto 0;
	padding: 0 10px;
}
/* Tag links style */

.entry-meta .tag-links a {
	background-color: #767676;
	border-radius: 0 2px 2px 0;
	color: #fff;
	display: inline-block;
	font-size: 11px;
	font-weight: 700;
	line-height: 1.27em;
	margin: 2px 4px 2px 10px;
	padding: 3px 7px;
	position: relative;
	text-transform: uppercase;
}
.entry-meta .tag-links a:hover {
	background-color: #17a8a2;
	color: #fff;
}
.entry-meta .tag-links a:before {
	border-top: 10px solid transparent;
	border-right: 8px solid #767676;
	border-bottom: 10px solid transparent;
	content: "";
	height: 0;
	position: absolute;
	top: 0;
	left: -8px;
	width: 0;
}
.entry-meta .tag-links a:hover:before {
	border-right-color: #17a8a2;
}
.entry-meta .tag-links a:after {
	background-color: #fff;
	border-radius: 50%;
	content: "";
	height: 4px;
	position: absolute;
	top: 8px;
	left: -2px;
	width: 4px;
}
/**
 * 6.4 Entry Content
 * -----------------------------------------------------------------------------
 */

.entry-content,  .entry-summary,  .page-content {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	word-wrap: break-word;
}
.site-content .entry-content,  .site-content .entry-summary,  .page-content {
	background-color: #fff;
	padding: 12px 0 0;
}
.page .entry-content {
	padding-top: 0;
}
.entry-content h1:first-child,  .entry-content h2:first-child,  .entry-content h3:first-child,  .entry-content h4:first-child,  .entry-content h5:first-child,  .entry-content h6:first-child,  .entry-summary h1:first-child,  .entry-summary h2:first-child,  .entry-summary h3:first-child,  .entry-summary h4:first-child,  .entry-summary h5:first-child,  .entry-summary h6:first-child,  .page-content h1:first-child,  .page-content h2:first-child,  .page-content h3:first-child,  .page-content h4:first-child,  .page-content h5:first-child,  .page-content h6:first-child {
	margin-top: 0;
}
.entry-content a,  .entry-summary a,  .page-content a,  .comment-content a {
	text-decoration: underline;
}
.entry-content a:hover,  .entry-summary a:hover,  .page-content a:hover,  .comment-content a:hover {
	text-decoration: none;
}
.entry-content table,  .comment-content table {
	font-size: 14px;
	line-height: 1.2857142857em;
	margin-bottom: 24px;
}
.entry-content th,  .comment-content th {
	font-weight: 700;
	padding: 8px;
	text-transform: uppercase;
}
.entry-content td,  .comment-content td {
	padding: 8px;
}
.entry-content .edit-link {
	clear: both;
	display: block;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.3333333333em;
	text-transform: uppercase;
}
.entry-content .edit-link a {
	color: #767676;
	text-decoration: none;
}
.entry-content .edit-link a:hover {
	color: #17a8a2;
}
/* Mediaelements */

.hentry .mejs-container {
	margin: 12px 0 18px;
}
.hentry .mejs-mediaelement,  .hentry .mejs-container .mejs-controls {
	background: #000;
}
.hentry .mejs-controls .mejs-time-rail .mejs-time-loaded,  .hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	background: #fff;
}
.hentry .mejs-controls .mejs-time-rail .mejs-time-current {
	background: #17a8a2;
}
.hentry .mejs-controls .mejs-time-rail .mejs-time-total,  .hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
	background: rgba(255,255,255,.33);
}
.hentry .mejs-container .mejs-controls .mejs-time {
	padding-top: 9px;
}
.hentry .mejs-controls .mejs-time-rail span,  .hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,  .hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	border-radius: 0;
}
.hentry .mejs-overlay-loading {
	background: transparent;
}
/* PROJECTS */


.breadcrumbs { 
	margin:0 0 0 0;
	padding:19px 0;
	color:#6b605e;
	font-family:"Lato", sans-serif;
	font-size:12px;
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: .3em;
}
.breadcrumbs a{
	color:#17a8a2!important;
}

.woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit, .woocommerce #content input.button, .woocommerce-page a.button, .woocommerce-page button.button, .woocommerce-page input.button, .woocommerce-page #respond input#submit, .woocommerce-page #content input.button {
    font-size: 100%;
    margin: 0px;
    line-height: 1em;
    cursor: pointer;
    position: relative;
    font-family: inherit;
    overflow: visible;
    padding: 15px 42px;
    text-decoration: none;
    font-weight: normal;
    border-radius: 0;
    left: auto;
    color: #fff;
    text-shadow:none;
    border: none;
    background: #17a8a2;
    white-space: nowrap;
    display: inline-block;
    box-shadow:none;
    font-family: "Lato", sans-serif;
    letter-spacing: .2em;
    text-transform: uppercase;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
	float: left;
	/*margin: 0px 3.8% 2.992em 0px;*/
	margin:0 20px 40px;
	padding: 0px;
	position: relative;
	/* width: 22.05%;*/
	width:190px;
	height:232px;
	border:2px solid #6b605e;
	border-radius:3px;
}

.woocommerce-page ul.products li.product a.thumb-wrap {
	width:190px;
	height:190px;
	 display:table-cell;
    vertical-align:middle;
}


.woocommerce-page ul.products li.product a.thumb-wrap > img {
    width:100%;
}

.woocommerce ul.products li.product.first{
	clear:none!important;
}
.woocommerce ul.products li.last, .woocommerce-page ul.products li.last {
    margin:0 10px 40px!important;
}

.woocommerce ul.products li.product a:hover img, 
.woocommerce-page ul.products li.product a:hover img,
.woocommerce ul.products li.product a img {
    box-shadow:none!important;
}
.woocommerce ul.products li.product h3{
	background:#fff;
	padding:20px 5px 0;
	margin:0 10px;
	position:absolute;
	bottom:-2px;
	text-align: center;
	display: block;
	font-family: "Lato", sans-serif!important;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: normal;
	color:#3c1110;
	letter-spacing: .3em;
	width:160px;

}
li.product mark{
	display: none
}
.categories-slider{
	width:600px;
	max-width:100%;
	margin:0 auto;
	text-align: center;
}
.categories-slider ul.products li.product,
.categories-slider ul.products li.product.first,
.categories-slider ul.products li.product.last,
.categories-slider ul.products li.product:nth-child(2n){
	float:none;
	display:inline-block;
	margin:0 10px 20px!important;
}

.categories-slider  li.product{
	
}
.categories-slider .bx-next{
	top:-300px!important;
	right:-34px!important;
}
.categories-slider .bx-prev { 
	top:-300px!important;
	left:-30px!important;
	
}
.woocommerce .woocommerce-breadcrumb, .woocommerce-page .woocommerce-breadcrumb {
    margin: 0px 0px 1em;
    padding: 0px;
    font-size: 12px;
    font-family: "Lato";
    text-transform: uppercase;
    color: #17a8a2;
    letter-spacing: .3em;
}
.woocommerce-breadcrumb a{
	color: #17a8a2;
}

.widget_product_search{
	float:right;
	width:298px!important;	
	position:absolute;
	right:0;
}


.widget_product_search input{
	width:190px;
	padding:4px 10px;
	border:none;
	background:#a6a09e;
	color:#fff!important;
	font-family:"Lato";
	font-size:10px;
	height: 22px;
	text-transform: uppercase;
	letter-spacing: .2em;
	width:75px;
	margin:0;
	line-height: 1em;
	white-space: nowrap;
	float:left;
}

.widget_product_search input.search-field{
	width:190px!important;
	padding:4px 10px;
	border:1px solid #928a89!important;
	font-size:11px;

	line-height: 1em;
	margin:0;
	float:left;
	color:#877d7c!important;
	background:#fff;
}


.woocommerce-result-count,
.woocommerce-ordering,
.widget_product_search label,
.woocommerce ul.products li.product .button{
	display:none;
}

ul.products{
	margin:0 0 54px 0;
}
.woocommerce ul.products li.product a img, .woocommerce-page ul.products li.product a img {
    width: auto;
}


a.read-more{
	font-family: "Lato", sans-serif;
	font-weight: bold.;
	font-size: 14px;
	text-transform: uppercase;
	background:#17a8a2;
	padding:12px 43px;
	color:#fff;
	text-decoration: none;
	float:right;
}

h1.project-title{
	display:block;
	text-align:center;
	font-size: 26px;
	font-family:"Lato", sans-serif;
	letter-spacing: .4em;
	color: #6b605e;
	font-weight: normal;
	text-transform: uppercase;
	margin:30px 0;
}


.inner-project-txt {
	width: 1115px;
	max-width:100%;
	background: #ffffff;
	min-height: 281px;
	position: relative;
	margin: 20px auto 0;
	z-index: 999;
	color: #6b605e;
	font-family: "Garamond", serif;
	font-size: 18px;
	margin:0 auto 0;
	clear: both;
	text-align: center

}

.port-top {
	text-align: center;
}

.portfolio-thm {
	max-width: 25%;
	margin: 0 0 0 0;
	padding: 0 5px 5px;
	box-sizing: border-box;
	position: relative;
	display:inline-block;
}

.portfolio-thm img {
	width: 100%;
	height: auto;
	text-align: center
}



#bx-pager{
	width:100%;
	text-align:center;
}
#bx-pager a{
	margin:0 7px 28px 7px;
	display:inline-block;
	width:269px;
	height:164px;
	
}
#bx-pager a img{
	opacity: .6;
}

#bx-pager a:hover img,
#bx-pager a.active img{
	opacity: 1; 
}

/* Page links */

.page-links {
	clear: both;
	font-size: 12px;
	font-weight: 900;
	line-height: 2em;
	margin: 24px 0;
	text-transform: uppercase;
}
.page-links a,  .page-links > span {
	background: #fff;
	border: 1px solid #fff;
	display: inline-block;
	height: 22px;
	margin: 0 1px 2px 0;
	text-align: center;
	width: 22px;
}
.page-links a {
	background: #000;
	border: 1px solid #000;
	color: #fff;
	text-decoration: none;
}
.page-links a:hover {
	background: #17a8a2;
	border: 1px solid #17a8a2;
	color: #fff;
}
.page-links > .page-links-title {
	height: auto;
	margin: 0;
	padding-right: 7px;
	width: auto;
}
/**
 * 7.0 Sidebars
 * -----------------------------------------------------------------------------
 */

 /* Secondary */

#secondary {
	background-color: #000;
	border-top: 1px solid #000;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	clear: both;
	color: rgba(255, 255, 255, 0.7);
	margin-top: -1px;
	padding: 0 10px;
	position: relative;
	z-index: 2;
}
.site-description {
	display: none;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.5em;
}
/* Primary Sidebar */

.primary-sidebar {
	padding-top: 48px;
}
.secondary-navigation + .primary-sidebar {
	padding-top: 0;
}
/* Content Sidebar */

.content-sidebar {

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #767676;
	padding: 48px 10px 0;
}
/**
 * 7.1 Widgets
 * -----------------------------------------------------------------------------
 */

 /* Primary Sidebar, Footer Sidebar */

.widget {
	font-size: 14px;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	line-height: 1.2857142857em;
	margin-bottom: 48px;
	width: 100%;
	word-wrap: break-word;
}
.widget a {
	color: #fff;
}
.widget a:hover {
	color: #17a8a2;
}
.widget h1,  .widget h2,  .widget h3,  .widget h4,  .widget h5,  .widget h6 {
	margin: 24px 0 12px;
}
.widget h1 {
	font-size: 22px;
	line-height: 1.0909090909em;
}
.widget h2 {
	font-size: 20px;
	line-height: 1.2em;
	font-family: "Garamond", serif;
	font-size:14px;
	text-transform: uppercase;
	letter-spacing: .3em;
}
.widget h3 {
	font-size: 18px;
	line-height: 1.3333333333em;
}
.widget h4 {
	font-size: 16px;
	line-height: 1.5;
}
.widget h5 {
	font-size: 14px;
	line-height: 1.7142857142em;
}
.widget h6 {
	font-size: 12px;
	line-height: 2em;
}
.widget address {
	margin-bottom: 18px;
}
.widget abbr[title] {
	border-color: rgba(255, 255, 255, 0.7);
}
.widget mark,  .widget ins {
	color: #000;
}
.widget pre,  .widget fieldset {
	border-color: rgba(255, 255, 255, 0.2);
}
.widget code,  .widget kbd,  .widget tt,  .widget var,  .widget samp,  .widget pre {
	font-size: 12px;
	line-height: 1.5em;
}
.widget blockquote {
	color: rgba(255, 255, 255, 0.7);
	font-size: 18px;
	line-height: 1.5;
	margin-bottom: 18px;
}
.widget blockquote cite {
	color: #fff;
	font-size: 14px;
	line-height: 1.2857142857;
}
.widget dl,  .widget dd {
	margin-bottom: 18px;
}
.widget ul,  .widget ol {
	list-style: none;
	margin: 0;
}
.widget ul li a{
	font-family: "Garamond", "Georgia", serif;
	font-size:14px;
	color:#3c1110;
	letter-spacing: .32em;
	text-transform: uppercase;
}
.widget ul li.cat-item{
	margin:0 0 5px 0;
}

.widget ul li a:hover
.widget ul .active a{
	font-weight: bold;
}


.widget li > ol,  .widget li > ul {
	margin-left: 10px;
}
.widget table,  .widget th,  .widget td {
	border-color: rgba(255, 255, 255, 0.2);
}
.widget table {
	margin-bottom: 18px;
}
.widget del {
	color: rgba(255, 255, 255, 0.4);
}
.widget hr {
	background-color: rgba(255, 255, 255, 0.2);
}
.widget p {
	margin-bottom: 18px;
}

.widget .wp-caption {
	color: rgba(255, 255, 255, 0.7);
	margin-bottom: 18px;
}
.widget .widget-title {
	font-size: 14px;
	font-weight: 700;
	line-height: 1.7142857142;
	margin: 0 0 24px 0;
	text-transform: uppercase;
}
.widget-title,  .widget-title a {
	color: #fff;
}
.widget-title a:hover {
	color: #17a8a2;
}
/* Calendar Widget*/

.widget_calendar table {
	line-height: 2;
	margin: 0;
}
.widget_calendar caption {
	color: #fff;
	font-weight: 700;
	line-height: 1.7142857142;
	margin-bottom: 18px;
	text-align: left;
	text-transform: uppercase;
}
.widget_calendar thead th {
	background-color: rgba(255, 255, 255, 0.1);
}
.widget_calendar tbody td,  .widget_calendar thead th {
	text-align: center;
}
.widget_calendar tbody a {
	background-color: #17a8a2;
	color: #fff;
	display: block;
}
.widget_calendar tbody a:hover {
	background-color: #17a8a2;
}
.widget_calendar tbody a:hover {
	color: #fff;
}
.widget_calendar #prev {
	padding-left: 5px;
}
.widget_calendar #next {
	padding-right: 5px;
	text-align: right;
}
/* Ephemera Widget*/

.widget_twentyfourteen_ephemera > ol > li {
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	margin-bottom: 18px;
	padding: 0;
}
.widget_twentyfourteen_ephemera .hentry {
	margin: 0;
	max-width: 100%;
}
.widget_twentyfourteen_ephemera .entry-title,  .widget_twentyfourteen_ephemera .entry-meta,  .widget_twentyfourteen_ephemera .wp-caption-text,  .widget_twentyfourteen_ephemera .post-format-archive-link,  .widget_twentyfourteen_ephemera .entry-content table {
	font-size: 12px;
	line-height: 1.5;
}
.widget_twentyfourteen_ephemera .entry-title {
	display: inline;
	font-weight: 400;
}
.widget_twentyfourteen_ephemera .entry-meta {
	margin-bottom: 18px;
}
.widget_twentyfourteen_ephemera .entry-meta a {
	color: rgba(255, 255, 255, 0.7);
}
.widget_twentyfourteen_ephemera .entry-meta a:hover {
	color: #17a8a2;
}
.widget_twentyfourteen_ephemera .entry-content ul,  .widget_twentyfourteen_ephemera .entry-content ol {
	margin: 0 0 18px 20px;
}
.widget_twentyfourteen_ephemera .entry-content ul {
	list-style: disc;
}
.widget_twentyfourteen_ephemera .entry-content ol {
	list-style: decimal;
}
.widget_twentyfourteen_ephemera .entry-content li > ul,  .widget_twentyfourteen_ephemera .entry-content li > ol {
	margin: 0 0 0 20px;
}
.widget_twentyfourteen_ephemera .entry-content th,  .widget_twentyfourteen_ephemera .entry-content td {
	padding: 6px;
}
.widget_twentyfourteen_ephemera .post-format-archive-link {
	font-weight: 700;
	text-transform: uppercase;
}
/* List Style Widgets*/

.widget_archive li,  .widget_categories li,  .widget_links li,  .widget_meta li,  .widget_nav_menu li,  .widget_pages li,  .widget_recent_comments li,  .widget_recent_entries li {
	border-top: 0;
	padding: 8px 0 9px;
}
.widget_archive li:first-child,  .widget_categories li:first-child,  .widget_links li:first-child,  .widget_meta li:first-child,  .widget_nav_menu li:first-child,  .widget_pages li:first-child,  .widget_recent_comments li:first-child,  .widget_recent_entries li:first-child {
	border-top: 0;
}
.widget_categories li ul,  .widget_nav_menu li ul,  .widget_pages li ul {
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	margin-top: 9px;
}
.widget_categories li li:last-child,  .widget_nav_menu li li:last-child,  .widget_pages li li:last-child {
	padding-bottom: 0;
}
/* Recent Posts Widget */

.widget_recent_entries .post-date {
	display: block;
}
/* RSS Widget */

.rsswidget img {
	margin-top: -4px;
}
.rssSummary {
	margin: 9px 0;
}
.rss-date {
	display: block;
}
.widget_rss li {
	margin-bottom: 18px;
}
.widget_rss li:last-child {
	margin-bottom: 0;
}
/* Text Widget */

.widget_text > div > :last-child {
	margin-bottom: 0;
}
/**
 * 7.2 Content Sidebar Widgets
 * -----------------------------------------------------------------------------
 */

.content-sidebar .widget a {
	color: #17a8a2;
}
.content-sidebar .widget a:hover {
	color: #17a8a2;
}
.content-sidebar .widget pre {
	border-color: rgba(0, 0, 0, 0.1);
}
.content-sidebar .widget mark,  .content-sidebar .widget ins {
	color: #2b2b2b;
}
.content-sidebar .widget abbr[title] {
	border-color: #2b2b2b;
}
.content-sidebar .widget fieldset {
	border-color: rgba(0, 0, 0, 0.1);
}
.content-sidebar .widget blockquote {
	color: #767676;
}
.content-sidebar .widget blockquote cite {
	color: #2b2b2b;
}
.content-sidebar .widget li > ol,  .content-sidebar .widget li > ul {
	margin-left: 18px;
}
.content-sidebar .widget table,  .content-sidebar .widget th,  .content-sidebar .widget td {
	border-color: rgba(0, 0, 0, 0.1);
}
.content-sidebar .widget del {
	color: #767676;
}
.content-sidebar .widget hr {
	background-color: rgba(0, 0, 0, 0.1);
}
.content-sidebar .widget input,  .content-sidebar .widget textarea {
	background-color: #fff;
	border-color: rgba(0, 0, 0, 0.1);
	color: #2b2b2b;
}
.content-sidebar .widget input:focus,  .content-sidebar .widget textarea:focus {
	border-color: rgba(0, 0, 0, 0.3);
}
.content-sidebar .widget input[type="button"],  .content-sidebar .widget input[type="reset"],  .content-sidebar .widget input[type="submit"] {
	background-color: #17a8a2;
	border: 0;
	color: #fff;
}
.content-sidebar .widget input[type="button"]:hover,  .content-sidebar .widget input[type="button"]:focus,  .content-sidebar .widget input[type="reset"]:hover,  .content-sidebar .widget input[type="reset"]:focus,  .content-sidebar .widget input[type="submit"]:hover,  .content-sidebar .widget input[type="submit"]:focus {
	background-color: #17a8a2;
}
.content-sidebar .widget input[type="button"]:active,  .content-sidebar .widget input[type="reset"]:active,  .content-sidebar .widget input[type="submit"]:active {
	background-color: #55d737;
}
.content-sidebar .widget .wp-caption {
	color: #767676;
}
.content-sidebar .widget .widget-title {
	border-top: 5px solid #000;
	color: #2b2b2b;
	font-size: 14px;
	font-weight: 900;
	margin: 0 0 18px;
	padding-top: 7px;
	text-transform: uppercase;
}
.content-sidebar .widget .widget-title a {
	color: #2b2b2b;
}
.content-sidebar .widget .widget-title a:hover {
	color: #17a8a2;
}
/* List Style Widgets*/

.content-sidebar .widget_archive li,  .content-sidebar .widget_categories li,  .content-sidebar .widget_links li,  .content-sidebar .widget_meta li,  .content-sidebar .widget_nav_menu li,  .content-sidebar .widget_pages li,  .content-sidebar .widget_recent_comments li,  .content-sidebar .widget_recent_entries li,  .content-sidebar .widget_categories li ul,  .content-sidebar .widget_nav_menu li ul,  .content-sidebar .widget_pages li ul {
	border-color: #d8caca;
}

.widget li a{
	font-family: "Lato", sans-serif;
	text-transform: uppercase;;
	font-size: 12px;

}


/* Calendar Widget*/

.widget_calendar table {
	line-height: 2;
	margin: 0;
}

.widget_calendar caption {
	color: #000;
	font-weight: 700;
	line-height: 1.7142857142;
	margin-bottom: 18px;
	text-align: left;
	text-transform: uppercase;
}

.widget_calendar thead th {
	background-color: rgba(255, 255, 255, 0.1);
}

.widget_calendar tbody td,
.widget_calendar thead th {
	text-align: center;
}

.widget_calendar tbody a {
	background-color: #17a8a2;
	color: #fff;
	display: block;
}

.widget_calendar tbody a:hover {
	background-color: #17a8a2;
}

.widget_calendar tbody a:hover {
	color: #fff;
}

.widget_calendar #prev {
	padding-left: 5px;
}

.widget_calendar #next {
	padding-right: 5px;
	text-align: right;
}

/* Ephemera widget*/

.content-sidebar .widget_twentyfourteen_ephemera .widget-title {
	line-height: 1.2857142857;
	padding-top: 1px;
}
.content-sidebar .widget_twentyfourteen_ephemera .widget-title:before {
	background-color: #000;
	color: #fff;
	margin: -1px 9px 0 0;
	padding: 6px 0 9px;
	text-align: center;
	vertical-align: middle;
	width: 36px;
}
.content-sidebar .widget_twentyfourteen_ephemera .video.widget-title:before {
	content: "\f104";
}
.content-sidebar .widget_twentyfourteen_ephemera .audio.widget-title:before {
	content: "\f109";
}
.content-sidebar .widget_twentyfourteen_ephemera .image.widget-title:before {
	content: "\f473";
}
.content-sidebar .widget_twentyfourteen_ephemera .gallery.widget-title:before {
	content: "\f103";
}
.content-sidebar .widget_twentyfourteen_ephemera .aside.widget-title:before {
	content: "\f101";
}
.content-sidebar .widget_twentyfourteen_ephemera .quote.widget-title:before { 
	content: "\f106";
}
.content-sidebar .widget_twentyfourteen_ephemera .link.widget-title:before {
	content: "\f107";
}
.content-sidebar .widget_twentyfourteen_ephemera > ol > li {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.content-sidebar .widget_twentyfourteen_ephemera .entry-meta {
	color: #ccc;
} 
.content-sidebar .widget_twentyfourteen_ephemera .entry-meta a {
	color: #767676;
}
.content-sidebar .widget_twentyfourteen_ephemera .entry-meta a:hover {
	color: #17a8a2;
}
.content-sidebar.widget_twentyfourteen_ephemera blockquote cite {
	font-size: 13px;
	line-height: 1.3846153846;
}
.content-sidebar .widget_twentyfourteen_ephemera .post-format-archive-link {
	font-weight: 900;
}

@media only screen and (max-width : 1095px) {
  .float-img {
    position:relative;
	left:auto;
	top:auto;
	margin:20px auto 0;
	height: auto;
	max-width: 100%;
  }
	.inside{
		padding:0 10px;
	}
	.woocommerce #content-sidebar{
		float:none;
		width:100%;
		margin:30px 0 10px;

	}
	.woocommerce #content-sidebar ul.product-categories{
		text-align: center
	}
	.woocommerce #content-sidebar ul.product-categories li{
		display:inline-block;
	}
	.woocommerce #content-sidebar ul.product-categories li a{
		margin: 0px 0px 1em;
		padding: 4px 10px;
		font-size: 12px;
		font-family: "Lato";
		text-transform: uppercase;
		color: #17A8A2;
		letter-spacing: 0.3em;
	}

	.woocommerce #content-sidebar ul.product-categories li.current-cat a{
		text-decoration: underline;
	}

	.product-content {
	    float: none;
	    width: 100%;
	    max-width: 100%;
	    margin: 10px 0px 0px;
	    padding-top: 40px;
	}
	.woocommerce #content-sidebar .widget{
		margin-bottom: 10px
	}
	.woocommerce ul.products {
		text-align: center
	}
	.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
	    float: none!important;
	    display:inline-block;
	}
	.product-nav {
		margin-top: -44px;
		text-align: right;
	}



@media only screen and (max-width : 1069px) {
	
	.top-g {
	    margin: 0px 5px 0px 0px;
	    position: absolute;
	    left:5px;	   
	}
	.nav {
	    float: right;
	    max-width:94%;
	}
	.nav ul li {
	    display: inline-block;

	    padding: 0px 20px;
	    float: none;
	}
	.design-portfoli-cont {
		background: none;
	}
	.inner-tour-nav {
	    width:96%;
	    padding:0 2%;
	}
	#primary{
		width:65%;
	}
	.flt_Lt {
		margin-left:5px;
	}
	.flt_Rt {
		margin-right:5px;
	}
	.bottom-inner p{
		font-size: 16px;
	}
}

@media only screen and (max-width : 812px) {
	.content {
	width:760px;
	background-size: contain;
	} 

	div.home {
	    margin: 5px auto 0px;
	    width: 589px;
	}

	.home-window {
	    display: inline-block;
	    margin: 0px 2.4%;
	    padding: 0px;
	    background-size:contain;
	    width: 28.33%;
	    height: auto;
	    position: relative;
	    float: left;
	}

	.home-window a {
	    
	    background: url('images/close-dor.png') no-repeat center top transparent;
	    background-size: contain;
	    width: 138px;
	    height:223px;
	
	}
	.home-window a:hover {
	    background: url('images/open-dor.png') no-repeat scroll center top transparent;
	    background-size: contain;
	    width: 138px;
	    height:223px;
	}
	.home-window img {
    		display: inline-block;
    		margin: 46px 0px 0px 8px;
    		padding: 0px;
    		width: 138px;
	   	height:223px;
	}

	.window-2 h2 {
	    height: 30px;
	    text-align: center;
	    padding-top: 4px;
	}

	.home-window h2 {

	    bottom: -30px;
	    left: 5px;
	    width: 128px;
	    height: 24px;
	    text-align: center;
	}

	.bottom-inner p{
		font-size: 14px;
		padding:0 15px;
	}

}



@media only screen and (max-width : 782px) {
	#primary{
		width:62%;
	}
	.admin-bar .top-main {
	    top: 46px;
	}
	html #wpadminbar {
		position:fixed;
	}

	
}
@media only screen and (max-width : 760px) {
	#primary{
		width:100%
	}
	.site-content .entry-header {
		text-align: center;
	}
	.logo{
		margin-top:45px;
	}
	.content,
	.home-window,
	.home-window a,
	.home-window a:hover  {
	    background: none;
	}
	.home{text-align:center;}
	.home-window{
	 width: 153px!important;
	 height: 286px!important;
	 display:inline-block;
	 float:none;
	 margin-top:20px;
	}

	.home-window a{
	 width: 153px!important;
	 height: 246px!important;
	 left:0;
	 top:0;
	  float:none;
	}
	.home-window img {
	    display: inline-block;
	    margin:  0!important;
	    padding: 0px;
	    width: 153px!important;
	    height: 246px!important;
	     float:none;
	}
	.home-window img {
		    display: inline-block;
		    margin: 46px 0px 0px 8px;
		    padding: 0px;
		    width: 138px;
		    height: 223px;
		}
	.home-window h2 {

		bottom:-39px;
		left:0;
		width: 153px;
		height:24px;
		text-align: center;
		padding-top:10px!important;
		
	}
	.window-3 h2{
		height:30px;
		text-align: center;
		padding-top:4px!important;
	}
	.dog {margin-top:45px;}
	

	
	.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images,
	.summary.entry-summary{
		width:100%;
		max-width:100%;
		clear:both;
		margin-bottom: 60px;
		text-align: center;
		float:none;
	}
	.woocommerce #content div.product div.images a{
		text-align: center;
		width:100%;
		max-width:100%;
		display: block;
	}
	.woocommerce #content div.product div.images img{
		max-width:400px;
		margin:0 auto;
	}
	.summary.entry-summary{
		text-align: left;}
	.product-nav {
		width:100%;
		text-align: center;
	}

	.inner-showroom-txt {
		max-width: 70%;
		margin: -20px auto 0;
	}
	h1.showroom-btn {
	    width: 80%;
	    font-size: 18px;
	    margin: 10px auto;
	    letter-spacing: 3px;

	}
	.flex-direction-nav a {
	    margin: -220px 0px 0px;
	}

	.carousel-box {
		max-width:100%;
		width:100%;
	}
	.carousel-cont .flex-next {margin-right: 5px}
    .carousel-cont .flex-prev {margin-left: 5px}

}

/* iPads (portrait and landscape) ----------- */
@media only screen and (max-width : 715px) {


	.nav {
	    float: right;
	    max-width:88%;
	}
	.nav ul li a {
		font-size: 14px
	}
	.nav ul{
		text-align: center
	}
	.nav ul li {
	    display: inline-block;
	    padding: 0px 10px;
	    float: none;
	}
	.inner-tour-nav h2, .inner-tour-nav h1, h1.page-title {
	    font-size: 24px;

	}

	.bottom-inner p{
		font-size: 12px;
		padding:0 6px;
	}
	.fot-bottom {
		text-align: center
	}
	.fot-bottom ul li {
		background:none!important;
		line-height: 1.5em;
		text-align: center;
		margin:0 auto 10px;
		float:none;
	}

	.footer-inner {
		padding:10px 0;
	}

	.design-portfoli-txt-lft h4,
	.design-portfoli-txt-rgt h4	 {
		font-size:14px;
		height:42px;
	}

	.inner-ban.product-page { margin-top: 10px;}
	.woocommerce .woocommerce-breadcrumb, .woocommerce-page .woocommerce-breadcrumb {
	    width:100%;
	    text-align: center
	}
	.widget_product_search {
	    float: none;
	    width:100%!important;
	    text-align: center;
	    position: relative;
	}

}


@media only screen and (max-width : 500px) {
.design-portfoli-txt-rgt h4 { padding-right: 10px; }
.design-portfoli-txt-lft h4 { padding-left: 10px; }
}

.site-content article {
   word-wrap: normal;
  -webkit-hyphens: none;
  -moz-hyphens: none;
   hyphens: none;
}

.widget-area .widget {
	-webkit-hyphens: none;
	-moz-hyphens: none;
	hyphens: none;
	word-wrap: normal;
}


