body {
	font-family: 'Raleway', 'Helvetica', 'Arial', sans-serif;
	font-size: 14px;
	color: #8d8d8d;
	line-height: 1.7;
	font-weight: 400;
}

html {
	overflow-y: scroll;
}

*:focus,
a:focus {
	outline: none;
}

iframe {
	max-width: 100%;
	display: block;
}

figure {
	max-width: 100%;
}

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

.sh-noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

dd {
    margin: 0 0 20px;
}

pre {
	border: 0;
	padding: 20px;
}

img {
	max-width: 100%;
	min-height: 1px;
	height: auto;
}

.lazy {
	visibility: hidden;
	color: transparent;
}

.lazy[src] {
	visibility: visible;
}

p {
	line-height: 1.8;
}

p:last-child {
	margin-bottom: 0;
}


/**
 * 2.0 - Typography
 */

a {
	color: #a58a3d;
	text-decoration: none;
	word-wrap: break-word;
}

a:hover, a:focus {
	color: #a58a3d;
	text-decoration: none;
}


h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Raleway', serif;
    color: #3f3f3f;
    font-weight: 700;
    margin: 0 0 20px 0;
    padding: 0;
    line-height: normal!important;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	font-weight: inherit;
	line-height: normal!important;
}

h1 p,
h2 p,
h3 p,
h4 p,
h5 p,
h6 p {
	margin: 0;
}

h2 {
	font-size: 20px;
}

.sh-team-role,
.sh-iconbox-title,
.sh-iconbox-content,
.sh-text-with-frame * {
	word-wrap: break-word;
}

.icon-social-gplus{
	font-family: 'simple-line-icons';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.icon-social-gplus:before {
	content: "\e60d";
}

/* Typography - Sizes */
.size-xs{ font-size: 14px; }
.size-s{ font-size: 16px; }
.size-m{ font-size: 20px; }
.size-l{ font-size: 30px; }
.size-xl{ font-size: 36px; }
.size-xxl{ font-size: 48px; }
.size-xxxl{ font-size: 60px; }
.size-xxxxl{ font-size: 72px; }

@media (max-width: 1024px) {
	.size-l{ font-size: 20px; }
	.size-xl{ font-size: 26px; }
	.size-xxl{ font-size: 30px; }
	.size-xxxl{ font-size: 36px; }
	.size-xxxxl{ font-size: 40px; }
}

.sh-text-background {
	background-color: #a58a3d;
	color: #fff;
	display: inline-block!important;
	padding: 0 11px;
	border-radius: 8px;
}

.sh-text-background-white {
	background-color: #fff;
	color: #505050;
	display: inline-block!important;
	padding: 0 11px;
	border-radius: 8px;
}


/**
 * 17.0 - Gallery
 */

.sh-gallery {
	display: none;
	max-width: 100%!important;
	min-height: 30px;
	overflow: hidden;
}

.sh-gallery.slick-initialized {
	display: block;
}

.sh-gallery .slick-slide,
.sh-gallery .slick-track {
	height: auto!important
}

.sh-gallery .slick-prev,
.sh-gallery .slick-next {
	width: 60px;
	height: 60px;
	margin-top: -30px;
	font-size: 24px;
	border: none;
	color: #fff;
	background-color: transparent;
	opacity: 0;
	padding: 0;
}

.sh-gallery .slick-prev span,
.sh-gallery .slick-next span {
	line-height: 60px;
}

.sh-gallery:hover .slick-prev,
.sh-gallery:hover .slick-next {
	opacity: 1;
}

.sh-gallery .slick-prev:hover,
.sh-gallery .slick-next:hover {
	background-color: #fff;
	color: #8d8d8d;
}

.slick-dots {
	list-style: none;
	padding-left: 0;
	display: table;
	margin: 0 auto;
	position: absolute;
	margin-top: -60px;
	text-align: center;
	width: 100%;
}

.slick-dots li {
	display: inline-block;
	margin: 0 5px;
	width: auto!important;
	vertical-align: top;
	line-height: 1;
}

.slick-dots li button {
	border: none;
	background-color: #fff;
	color: #fff;
	font-size: 0;
	padding: 0;
	width: 15px;
	height: 15px;
	border-radius: 30px;
}

.sh-image-gallery .slick-dots li button {
	background-color: #ebebeb;
}

.sh-image-gallery .slick-dots li.slick-active button {
	background-color: #a58a3d;
}

.slick-dots li.slick-active button {
	width: 21px;
	height: 21px;
	box-shadow: 0px 2px 5px 1px rgba(0,0,0,0.2);
}

.slick-list,
.slick-slide,
.slick-track {
	height: 100%;
	width: 100%;
}

.slick-prev,
.slick-next {
	position: absolute;
	top: 50%;
	z-index: 10;
	opacity: 1;
}

.slick-prev {
	left: 0;
}

.slick-next {
	right: 0;
}


/* Image Gallery - Simple */
.sh-image-gallery-simple .sh-image-gallery-item {
    display: inline-block;
    vertical-align: top;
    margin-right: -4px;
}

.sh-gallery-item {
    position: relative;
    overflow: hidden;
}

.sh-image-gallery-simple-2columns .sh-image-gallery-item {
    width: 50%;
}

.sh-image-gallery-simple-3columns .sh-image-gallery-item {
    width: 33.3%;
}

.sh-image-gallery-simple-4columns .sh-image-gallery-item {
    width: 25%;
}

.sh-image-gallery-simple-5columns .sh-image-gallery-item {
    width: 20%;
}

@media (max-width: 1200px) {
	.sh-image-gallery-simple-5columns .sh-image-gallery-item,
	.sh-image-gallery-simple-4columns .sh-image-gallery-item {
		min-width: 33.3%;
	}
}

@media (max-width: 850px) {
	.sh-image-gallery-simple .sh-image-gallery-item {
		min-width: 50%;
	}
}

@media (max-width: 550px) {
	.sh-image-gallery-simple .sh-image-gallery-item {
		min-width: 100%;
	}
}


/**
 * 18.0 - Lightbox
 */

body.admin-bar #lightcase-nav .lightcase-icon-close {
	top: 47px;
}

@media screen and (max-width: 640px) {
	body.admin-bar #lightcase-nav .lightcase-icon-close {
		top: 61px;
	}
}

#lightcase-overlay {
    z-index: 9999;
}
#lightcase-case {
    z-index: 9999;
}

#lightcase-nav .lightcase-icon-close:before {
	content: "\e646";
	font-family: 'themify';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 24px;
}

#lightcase-nav a[class*='lightcase-icon-']:hover {
	text-shadow: 0 0 15px black;
}

.woocommerce #lightcase-case[data-lc-type=image] #lightcase-content,
.woocommerce #lightcase-case[data-lc-type=video] #lightcase-content {
    background-color: #ffffff;
}

.sh-spinner-1 > div {
	width: 18px;
	height: 18px;
	background-color: #fff;
	border-radius: 100%;
	display: inline-block;
	-webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
	animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.sh-spinner-1 .bounce1 {
	-webkit-animation-delay: -0.32s;
	animation-delay: -0.32s;
}

.sh-spinner-1 .bounce2 {
	-webkit-animation-delay: -0.16s;
	animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
	0%, 80%, 100% { -webkit-transform: scale(0) }
	40% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bouncedelay {
	0%, 80%, 100% {
		-webkit-transform: scale(0);
		transform: scale(0);
	} 40% {
		-webkit-transform: scale(1.0);
		transform: scale(1.0);
	}
}

 
 
.fw-row {
    margin: 0;
}

.sh-section-container {
    position: relative;
    z-index: 1;
    margin: 0;
    padding: 0;
    width: 100%;
}