﻿/* Design by RTBWizards.com
 * Main Colors:   #e1a023 (dark), #edc67b (medium), #f9ecd3 (light)
 * Accent Colors: #938d85 (dark), #b9b5af (medium), #e8e7e4 (light)
 * Google Fonts Used: 'Open Sans', 'Playfair Display', 'Raleway'
 */

/* ============================== GENERAL RULES ================================================= */
html {height: 101%;}
header, figure, figcaption, footer, nav, article, section, aside {display: block;}
body {
   background: #e1a023;
   font-family: 'Open Sans', Verdana, Helvetica, sans-serif;
   font-size: 16px;
   color: #000000;
   margin: 0;
   padding: 0;
   line-height: 1.5em;
   height: 100%;
}
table {
   padding: 0; border-collapse: collapse; font-size: 100%; width: 100%;
}

/* ============================== HORIZONTAL RULES AND CLEAR FLOATS ============================== */
hr {background-color: #e5e7e9; border: none; color: #e5e7e9; height: 1px; clear: both;}
hr.fancy {   
   background: transparent url('../images/horizontalrule.png') center center no-repeat; text-align: center; 
   display: inline-block; border: none; height: 30px; width: 100%; margin: 5px auto; clear: both;
}
hr.noshow {background-color: transparent; border: none; color: #fff; height: 0; clear: both; visibility: hidden;}
.clear {margin: 0; padding: 0; height: 0; clear: both;}

/* ============================== LISTS ========================================================== */
ul {margin: 10px 0 20px 10px; padding: 0 0 0 15px;}
ul li a {color: #edc67b; text-decoration: none; font-weight: bold; padding: 0;}
ul li a:hover {color: #b9b5af; text-decoration: underline;}
ol.leadingzero {background: none; list-style-position: outside; list-style-type: decimal-leading-zero;}
ul.list1 li {list-style-type: none; position: relative; margin-left: -10px; padding-left: 20px;}
ul.list1 li::before {position: absolute; font-family: 'FontAwesome'; font-size: 14px; top: 0; left: 0; content: "\f0a9"; color: #e1a023;}
ul.list1 li ul {margin-top: 0; margin-bottom: 0;}
ul.list2 li {list-style-type: none; position: relative; margin-left: -10px; padding-left: 10px;}
ul.list2 li::before {position: absolute; font-family: 'FontAwesome'; font-size: 14px; top: 0; left: 0; content: "\f0da"; color: #e1a023;}
ul.list2 li ul {margin-top: 0; margin-bottom: 0;}
ul.list3 li {list-style-type: none; position: relative; margin-left: -10px; padding-left: 15px;}
ul.list3 li::before {position: absolute; font-family: 'FontAwesome'; font-size: 14px; top: 0; left: 0; content: "\f101"; color: #e1a023;}
ul.list3 li ul {margin-top: 0; margin-bottom: 0;}
ul.list4 {margin: 10px 0 20px 10px; padding: 5px 0 0 15px;}
ul.list4 li {list-style-type: none; position: relative; margin-left: -10px; padding: 0 0 3px 20px;}
ul.list4 li::before {position: absolute; font-family: 'FontAwesome'; font-size: 14px; top: 2px; left: 0; content: "\f0a9"; color: #e1a023;}
ul.list4 li ul {margin-top: 0; margin-bottom: 0; padding-top: 0;}

/* ============================== TYPOGRAPHY ====================================================== */
a {
   color: #edc67b;
   text-decoration: underline;
   outline: none;
   font-weight: bold;
}
a:hover {
   color: #b9b5af;
   text-decoration: underline;
   font-weight: bold;
}
h1 {
   font: 44px 'Playfair Display', Verdana, Helvetica, sans-serif;
   margin: 0.3em 0;
}
h2 {
   font: 34px 'Raleway', Verdana, Helvetica, sans-serif;
   margin: 0.3em 0;
}
h3 {
   font: 32px 'Raleway', Verdana, Helvetica, sans-serif;
   margin: 0.3em 0;
   padding: 1px 0 0 0;
   font-variant: small-caps;
   letter-spacing: -1px;
}
h4 {
   font: 30px 'Raleway', Verdana, Helvetica, sans-serif;
   font-style: italic;
   margin: 0.3em 0;
}
h5 {
   font: 28px 'Raleway', Verdana, Helvetica, sans-serif;
   margin: 0.3em 0;
}
h6 {
   font: 20px 'Raleway', Verdana, Helvetica, sans-serif;
   margin: 0.3em 0;
   text-transform: uppercase;
}
.heading-line {
   background: #e1a023 none repeat scroll 0 0;
   display: block;
   height: 3px;
   margin: 0 auto 10px auto;
   width: 100px;
}
.heading-line-left {
   background: #e1a023 none repeat scroll 0 0;
   display: inline-block;
   height: 3px;
   margin: 0 0 10px 0;
   width: 100px;
}
.alternate1 {
   font: 30px 'Raleway', Verdana, Helvetica, sans-serif;
   font-variant: small-caps;
   letter-spacing: 2px;
   margin: 0.3em 0;
   padding: 0 0 5px 0 ;
}
.alternate2 {
   font: 28px 'Raleway', Verdana, Helvetica, sans-serif;
   text-transform: uppercase;
   letter-spacing: -1px;
   margin: 0.3em 0;
   text-align: left;
   position: relative;
   overflow: hidden;
}
.alternate2::after {
   border-bottom: 1px solid #edc67b;
   content: "";
   display: inline-block;
   height: .20em;
   position: relative;
   vertical-align: middle;
   width: 100%;
   margin-bottom: .45em;
   left: 0.4em;
   margin-right: -50%;
}

/* ============================== PARAGRAPHS =================================================================== */
.big {font-size: 60px;}
.lead {font-size: 22px; line-height: 1.3em; font-variant: small-caps; letter-spacing: 1px; margin: 0; padding: 0;}
.left {text-align: left;}
.center {text-align: center;}
.right {text-align: right;}
.small {font-size: 0.85em;}
.wide {letter-spacing: 3px;}
.onsale {color: #999; text-decoration: line-through; margin-bottom: 0; padding-bottom: 0;}

/* ===== USING FONT AWESOME ICONS ===== */
.comment {position: relative; padding: 0 0 5px 35px;}
.comment::before {position: absolute; font-family: 'FontAwesome'; content: "\f086"; top: 0; left: 0; font-size: 26px;}
.email {position: relative; padding: 0 0 5px 25px;}
.email::before {position: absolute; font-family: 'FontAwesome'; content: "\f0e0"; top: 0; left: 0; font-size: 18px;}
.home {position: relative; padding: 0 0 5px 25px;}
.home::before {position: absolute; font-family: 'FontAwesome'; content: "\f015"; top: 0; left: 0; font-size: 20px;}
.hours {position: relative; padding: 0 0 5px 25px;}
.hours::before {position: absolute; font-family: 'FontAwesome'; content: "\f017"; top: 0; left: 0; font-size: 20px;}
.phone {position: relative; padding: 0 0 5px 25px;}
.phone::before {position: absolute; font-family: 'FontAwesome'; content: "\f095"; top: 0; left: 0; font-size: 20px;}
.noicon {padding: 0 0 5px 25px;}
.newsAuthor {position: relative; color: #6a6b6c; text-align: right; font-size: 0.90em; letter-spacing: 1px; padding: 0 20px 10px 0; margin-top: -2px;}
.newsAuthor::before {position: absolute; font-family: 'FontAwesome'; content: "\f044"; top: 0; right: 0; color: #edc67b;}
.newsDate {position: relative; color: #6a6b6c; text-align: right; font-size: 0.90em; letter-spacing: 1px; padding: 0 20px 10px 0; margin-top: -2px;}
.newsDate::before {position: absolute; font-family: 'FontAwesome'; content: "\f073"; top: 0; right: 0; color: #edc67b;}

.icon-shadow {text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.3);}
.iconcircle {
   width: 120px; height: 120px; color: #ffffff; background-color: #555; border-radius: 50%; 
   line-height: 120px; text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 0 4px #555 inset, 0 0 0 5px rgba(255, 255, 255, 0.5) inset, 0 0 30px #000 inset;
}

/* ============================== IMAGE STYLES ============================================================== */
img {border: none; max-width: 100%; box-sizing: border-box;}
.img-border {border: 1px #555 solid;}
.img-curved {border-radius: 6px;}
.img-frame {background: #ffffff; border: 1px #aaa solid; padding: 4px;}
.img-shadow {margin: 5px 0; box-shadow: 0 10px 15px -9px rgba(0, 0, 0, 0.5);}
.img-round {border-radius: 50%;}
.img-fullwidth {width: 100% !important;}

.img-small {max-width: 150px; height: auto;}
.img-xsmall {max-width: 80px; height: auto;}
.img-portfolio {margin: 6px 4px; box-shadow: 0 0 5px rgba(0, 0, 0, 0.3), 0 10px 15px -5px rgba(0, 0, 0, 0.5);}
.img-featured {margin: 10px; max-width: 200px; height: auto; box-shadow: 0 0 5px rgba(0, 0, 0, 0.3), 0 10px 15px -5px rgba(0, 0, 0, 0.5);}

.img-left {margin: 5px 10px 0 0; float: left;}
.img-left-shadow {margin: 5px 10px 0 0; float: left; box-shadow: 0 10px 15px -9px rgba(0, 0, 0, 0.5);}
.img-rotate-left {margin: 20px; transform: rotate(-4deg);}

.img-right {margin: 5px 0 0 10px; float: right;}
.img-right-shadow {margin: 5px 0 0 10px; float: right; box-shadow: 0 10px 15px -9px rgba(0, 0, 0, 0.5);}
.img-rotate-right {margin: 20px; transform: rotate(4deg);}

/* ============================== Text and Background Colors ================================================= */
/* ===== Styled Row Colors ===== */
.bg-color-main {background-color: #e1a023;}
.bg-color-mainlight {background-color: #edc67b;}
.bg-color-accent {background-color: #938d85;}
.bg-color-accentlight {background-color: #b9b5af;}
.bg-color-light {background-color: #e8e7e4;}
.bg-color-gray {background-color: #e5e7e9;}
.bg-color-black {background-color: #222;}

/* ===== Text Colors ===== */
.text-color-main {color: #e1a023;}
.text-color-mainlight {color: #edc67b;}
.text-color-accent {color: #938d85;}
.text-color-accentlight {color: #b9b5af;}
.text-color-gray {color: #777;}
.text-color-lightgray {color: #e5e7e9;}
.text-color-white {color: #ffffff;}

/* ===== Styled Borders ===== */
.border1 {border-bottom: 1px dashed #555;}

/* ============================== LAYOUT RULES and BLOCK ELEMENTS =========================================== */
.row {padding: 15px 0; margin: 0;}
.rowwhite {background-color: #ffffff; padding: 15px 0 20px 0; margin: 0;}
.container {padding: 0; margin: 0 auto; width: 1200px;}
.inside {width: 96%; padding: 0 2%;}

/* ===== HEADER AREA ======== */
header {
   margin: 0 0 0 0;
   background-color: #e1a023;
}

/* ===== LOGO/SITE NAME AREA ======== */
.logo {
	width: 28%;
	padding: 0;
	float: left;
}
.brand {
	font: 24px 'Playfair Display', Verdana, Helvetica, sans-serif;
	color: #fff;
	margin: 0;
	padding: 8px 0;
}
.brand a, .brand a:hover {
	color: #fff;
	text-decoration: none;
	font-weight: normal;
}

/* ===== MAIN IMAGE(s) BLOCK ======== */
.photoblock {
   background-color: #333;
   width: 100%;
   padding: 0;
   text-align: center;
   border: 1px solid #ffffff; 
   box-shadow: 0 0 5px rgba(0, 0, 0, 0.3), 0 10px 15px -5px rgba(0, 0, 0, 0.3);
   margin: 10px auto 20px auto;
}

/* ===== WELCOME BLOCK ======== */
.welcomeblock {
   padding: 20px 0;
}
.welcome {
   float: left;
   margin: 0 5% 10px 5%;
   padding: 10px 0 30px 0;
   width: 35%;
   border-right: 3px double #e1a023;
}
.welcome h1 {
   color: #e1a023;
   text-align: right;
   font-size: 50px;
   padding: 0 30px 10px 0;
   margin: 0;
}
.welcome p {
   color: #938d85;
   font-size: 22px;
   text-align: right;
   font-variant: small-caps;
   letter-spacing: 1px;
   padding: 0 30px 10px 0;
   margin: 0;
}
.welcomeright {
   color: #000;
   float: left;
   margin: 0 5% 0 0;
   padding: 0 3% 0 0;
   width: 42%;
}

/* ============================== SECTION BLOCKS ======================================================= */
.group {margin: 10px 0; clear: both;}

.contentBox2a {float: left; width: 48%; padding: 10px 0; margin: 0 2% 0 0;}
.contentBox2b {float: left; width: 48%; padding: 10px 0; margin: 0 0 0 2%;}

.contentBox3a {float: left; width: 31.33333%; padding: 10px 0; margin: 0 2% 5px 0;}
.contentBox3b {float: left; width: 31.33333%; padding: 10px 0; margin: 0 1% 5px 1%;}
.contentBox3c {float: left; width: 31.33333%; padding: 10px 0; margin: 0 0 5px 2%;}

.contentBox4a {float: left; width: 23.5%; padding: 10px 0; margin: 0 1% 0 0;}
.contentBox4b, .contentBox4c {float: left; width: 23.5%; padding: 10px 0; margin:  0 1% 0 1%;}
.contentBox4d {float: left; width: 23.5%; padding: 10px 0; margin: 0 0 0 1%;}

.sidebarLeft {float: left; width: 31.3333%; padding: 10px 0; margin: 0 2% 0 0;}
.contentRight {float: right; width: 64.666%; padding: 10px 0; margin: 0 0 0 2%;}

.sidebarRight {float: right; width: 31.3333%; padding: 10px 0; margin: 0 0 0 2%;}
.contentLeft {float: left; width: 64.666%; padding: 10px 0; margin: 0 2% 0 0;}

.colorbox {padding-bottom: 15px; border: 1px solid #ffffff; box-shadow: 0 0 5px rgba(0, 0, 0, 0.3), 0 10px 15px -5px rgba(0, 0, 0, 0.3);}
.colorbox p {padding-right: 2%; padding-left: 2%;}

/* ============================== FOOTER AREA ========================================================= */
footer {
	width: 100%;
	background-color: #e1a023;
	color: #000;
	line-height: 1.4em;
	padding: 10px 0;
	margin: 0 0 0 0;
}
footer .socialmedia {text-align: center; letter-spacing: 6px; margin: 10px 0; font-size: 24px;}
footer .socialmedia a {color: #f9ecd3;}
footer .socialmedia a:hover {color: #000;}
.copyright {
	letter-spacing: 1px;
	text-align: center;
	color: #fff;
	margin: 0;
	padding: 0;
   font-size: 14px;
}
/* ===== template attribution link can be deleted ========== */
.designed {color: #000 !important; text-align: center; letter-spacing: 1px; font-size: 10px;
	font-size: 0.75em; margin: 0; padding: 0 0 0 0;}
.designed a {color: #000 !important; font-weight: normal; text-decoration: none;}
.designed a:hover {color: #000 !important; font-weight: normal; text-decoration: underline;}

/* ============================== MAIN NAVIGATION AREA ============================================= */
nav {
	width: 70%;
	padding: 0 0 0 0;
	list-style: none;
	text-align: center;
	height: 50px;
	color: #fff;
	box-sizing: border-box;
	text-transform: uppercase;
	float: right;
}
/* ===== NON-MOBILE TOP LEVEL ===== */
ul.slimmenu {list-style-type: none; margin: 0; padding: 0; width: 100%; text-align: right; font-size: 12px;}
ul.slimmenu li {width: 145px;}
ul.slimmenu > li {margin-right: -4px; text-align: left;}
ul.slimmenu li a {letter-spacing: 1px; color: #fff; font-size: 12px; font-weight: normal; padding: 14px 10px 12px 10px;}
ul.slimmenu li a:hover {color: #000; text-decoration: none; background-color: #edc67b;}

/* ===== NON-MOBILE SUB LEVELS ===== */
ul.slimmenu li ul li {width: 145px; background-color: #333; text-align: center;}
ul.slimmenu li ul li a {letter-spacing: normal; color: #fff; padding: 8px 10px 8px 10px;}
ul.slimmenu li ul li a:hover {color: #000; background-color: #edc67b; border-radius: 0;}
ul.slimmenu li ul li ul li {text-align: center;}

/* ===== FOR MOBILE ===== */
.menu-collapser {border-radius: 0; color: #fff;}
.collapse-button {background-color: transparent;}
.collapse-button:hover, .collapse-button:focus {background-color: transparent;}
.collapse-button .icon-bar {background-color: #fff; display: block; height: 4px; width: 30px; margin: 2px 0 0 0;}
.collapse-button:hover .icon-bar {background-color: #edc67b;}

/* ===== MOBILE TOP LEVEL ===== */
ul.slimmenu.collapsed li {background: #000;}
ul.slimmenu.collapsed li a {color: #ffffff;}
ul.slimmenu.collapsed li a:hover {color: #000; background-color: #edc67b; border-radius: 0; text-decoration: none;}
ul.slimmenu.collapsed li .sub-collapser > i {color: #eee; /* arrow color */}

/* ===== MOBILE SUB LEVELS ===== */
ul.slimmenu.collapsed li ul li {background: rgba(255, 255, 255, 0.10);}
ul.slimmenu.collapsed li ul li a {color: #fff; padding: 12px 15px 12px 15px;}
ul.slimmenu.collapsed li ul li a:hover {color: #000;}
ul.slimmenu.collapsed li ul li ul li {background: rgba(255, 255, 255, 0.10);}
ul.slimmenu.collapsed li ul li ul li a {color: #fff;}
ul.slimmenu.collapsed li ul li ul li a:hover {color: #000;}

/* ===== stuff you won't need to edit ===== */
ul.slimmenu li {position: relative; display: inline-block; text-align: center;}
ul.slimmenu > li:first-child {border-left: 0;}
ul.slimmenu > li:last-child {margin-right: 0;}
ul.slimmenu li ul li:last-of-type {border-bottom: none;}
ul.slimmenu li ul {margin: 0; list-style-type: none;}
ul.slimmenu li .sub-collapser {visibility: hidden; position: absolute; right: 0; top: 0; width: 0; height: 100%; text-align: center; z-index: 999; cursor: pointer;}
ul.slimmenu li > ul {display: none; position: absolute; left: 0; top: 100%; z-index: 999; padding-left: 0; box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);}
ul.slimmenu li > ul > li ul {display: none; position: absolute; left: 100%; top: 0; z-index: 999; width: 100%; white-space: normal; padding-left: 0;}
ul.slimmenu li a {display: block; font-family: 'Open Sans', sans-serif; transition: background-color 0.2s ease-out;}
ul.slimmenu li ul li a:hover {text-decoration: none;}
.menu-collapser {width: 96%; margin: 0 2%; position: relative; text-align: left; height: 48px; line-height: 48px; padding: 0 8px; 	box-sizing: border-box;}
.collapse-button {position: absolute; right: 8px; top: 50%; width: 40px; background-repeat: repeat-x; border-radius: 4px; color: #ffffff; padding: 7px 10px;
	cursor: pointer; font-size: 14px; text-align: center; transform: translate(0, -50%); box-sizing: border-box;}
ul.slimmenu.collapsed {list-style-type: none; margin: 0 1%; padding: 0; width: 98%; text-align: left;}
ul.slimmenu.collapsed li {border-left: none; display: block; width: 100%; box-sizing: border-box; z-index: 999; text-align: left;}
ul.slimmenu.collapsed li .sub-collapser {position: absolute; right: 0; top: 10px; width: 40px; height: 48px; text-align: center; z-index: 999; cursor: pointer; visibility: visible;}
ul.slimmenu.collapsed li .sub-collapser > i {font-size: 18px; display: inline-block; vertical-align: middle;}
ul.slimmenu.collapsed li ul li ul {display: none; position: relative; left: 0; top: 0; z-index: 999; width: 100%; white-space: normal; padding-left: 0;}
ul.slimmenu.collapsed li > ul {display: none; position: relative; width: 100%; box-shadow: none;}
ul.slimmenu.collapsed li a {display: block; box-sizing: border-box;}
ul.slimmenu.collapsed li ul li {display: block; width: 100%; box-sizing: border-box; z-index: 999; text-align: left; border-bottom: 0;}
ul.slimmenu.collapsed li ul li a {padding-left: 20px; display: block; box-sizing: border-box;}
ul.slimmenu.collapsed li ul li ul li {display: block; width: 100%; box-sizing: border-box; z-index: 999; text-align: left;}
ul.slimmenu.collapsed li ul li ul li a {padding-left: 30px;}

/* ============================== MISCELLANEOUS ========================================================= */
/* ===== ACCORDION CONTENT ===== */
#acc dl {
	position: relative;
	width: 100%;
	color: #000;
	padding: 0;
	margin: 0 auto;
}
#acc dt {
	position: relative;
	margin: -1px 0 0 0;
	padding: 8px 30px 8px 10px;
	text-align: left;
	font: 26px 'Raleway', Verdana, Helvetica, sans-serif;
	color: #333;
	cursor: pointer;
	border-top: 1px solid #ccc;
   border-bottom: 1px solid #ccc;
}

#acc dt::before {
	position: absolute;
	font-family: 'FontAwesome';
	content: "\f107";
	font-size: 22px;
	top: 14px;
	right: 10px;
	color: #e1a023;
	background-color: transparent;
}
#acc dt:hover {
	color: #e1a023;
	transition: all 0.4s ease 0.0s;
}
#acc dd {
	width: 94%;
	padding: 5px 2% 10px;
	margin: 0 auto;
	border-top: none;
}

/* ===== BIG NUMBER ===== */
.bignumber {
   color: #e1a023; border: 1px solid #e1a023; display: block; float: left; font: normal 30px/50px Garamond, Georgia, serif; 
   margin: 5px 10px 5px 0; text-align: center; text-transform: uppercase; height: 50px; width: 50px; border-radius: 50%;
}

/* ===== BLOCKQUOTES ===== */
blockquote {
   font-size: .95em; color: #777; margin: 2px 40px; padding: 12px 12px 12px 40px; text-align: left; line-height: 1.4em;
   border-left: 3px double #b9b5af; border-right: 3px double #b9b5af; position: relative;
}
blockquote:before {
   position: absolute; font-family: 'FontAwesome'; font-size: 30px; color: #b9b5af; top: 12px; left: 5px; content: "\f10d";
}
blockquote p {padding: 0; margin: 0;}
blockquote strong {color: #777; font-size: 1.4em; font-weight: normal; letter-spacing: -1px;}
blockquote.leftside {
   float: left;
   display: block;
   width: 30%;
   margin: 5px 2% 10px 0;
   border-left: none;
   border-right: 3px double #b9b5af;
}
blockquote.rightside {
   float: right;
   display: block;
   width: 30%;
   margin: 5px 0 10px 2%;
   padding-right: 0;
   border-left: 3px double #b9b5af;
   border-right: none;
}

/* ===== BREADCRUMBS ===== */
.breadcrumbs {text-align: center;}
.breadcrumbs ul {display: inline-block; list-style: outside none none; margin: 0; overflow: hidden; padding: 3px 10px;}
.breadcrumbs ul li {display: inline-block; color: #000;}
.breadcrumbs ul li a {color: #edc67b;}
.breadcrumbs ul li a::after {color: #888; content: "\f105"; font-family: FontAwesome; font-size: 14px; padding: 10px;}
.breadcrumbs ul li a:hover {color: #b9b5af; text-decoration: none;}

/* ===== BUTTONS ===== */
.btn-main {
	display: inline-block;
	font-size: 14px;
	font-weight: normal;
	padding: 6px 10px;
	text-align: center;
	white-space: nowrap;
	text-decoration: none;
	border-radius: 8px;
   background-color: #e1a023;
	color: #fff;
}
.btn-main:hover {
	font-weight: normal;
	text-decoration: none;
   background-color: #edc67b;
	color: #000;
}
.btn-accent {
	display: inline-block;
	font-size: 14px;
	font-weight: normal;
	padding: 6px 10px;
	text-align: center;
	white-space: nowrap;
	text-decoration: none;
	border-radius: 8px;
   background-color: #938d85;
	color: #fff;
}
.btn-accent:hover {
	font-weight: normal;
	text-decoration: none;
   background-color: #b9b5af;
	color: #000;
}
.btn-black {
	display: inline-block;
	font-size: 14px;
	font-weight: normal;
	padding: 6px 10px;
	text-align: center;
	white-space: nowrap;
	text-decoration: none;
	border-radius: 8px;
   background-color: #000;
	color: #fff;
}
.btn-black:hover {
	font-weight: normal;
	text-decoration: none;
   background-color: #f9ecd3;
	color: #000;
}
.btn-cart {
	position: relative;
	display: inline-block;
	font-size: 14px;
	font-weight: normal;
	padding: 6px 35px 6px 10px;
	text-align: center;
	white-space: nowrap;
	text-decoration: none;
	border-radius: 8px;
   background-color: #e1a023;
	color: #fff;
}
.btn-cart:before {
	position: absolute;
	font-family: 'FontAwesome';
	content: "\f07a";
	top: 5px;
	right: 12px;
}
.btn-cart:hover {
	font-weight: normal;
	text-decoration: none;
   background-color: #938d85;
	color: #fff;
}

/* ===== CALLBOX ===== */
.callbox {
   color: #ffffff;
   padding: 2px 3%;
   background-color: #b9b5af;
   text-align: center;
   margin: 15px 0;
   border: 1px solid #fff;
   box-shadow: 0 0 5px rgba(0, 0, 0, 0.3), 0 10px 15px -5px rgba(0, 0, 0, 0.3);
}
.callbox * {color: #fff; border-color: #fff; text-align: center;}

/* ===== CONTACT FORM ===== */
form.contactform {
	width: 99%;
	text-align: left;
}
.contactform label {
	width: 99%;
	text-align: left;
	font-style: italic;
	display: block;
	margin-bottom: 4px;
}
.contactform input {
	width: 99%;
	border: 1px #ccc solid;
	background-color: #f5f5f5;
	padding: 5px;
	margin-bottom: 10px;
	color: #000000;
}
.contactform textarea {
	width: 99%;
	border: 1px #ccc solid;
	background-color: #f5f5f5;
	padding: 5px;
	resize: none;
	color: #000000;
}
.contactform .submit {
	width: 100px;
	margin: 10px 0 20px 0;
	cursor: pointer;
	color: #444;
	font: 18px 'Open Sans', Verdana, Helvetica, sans-serif;
	font-weight: normal;
	padding: 5px 18px;
	text-decoration: none;
	background-color: #f8f8f8;
	border: solid 1px #d8d8d8;
	border-radius: 5px;
}
.contactform .submit:hover {
	text-decoration: none;
	color: #fff;
	background-color: #edc67b;
	border: solid 1px #e1a023;
	border-radius: 5px;
}

/* ===== DROP CAP ===== */
.dropcap {overflow: hidden;}
.dropcap:first-letter {
   color: #e1a023; display: block; float: left;
	font: 50px/48px Georgia, Garamond, serif; padding: 6px 4px 0 0;
}

/* ===== FEATURED PRODUCTS [HOME PAGE] ===== */
.featured {background-color: #f9ecd3; border: 1px solid #fff; box-shadow: 0 0 5px rgba(0, 0, 0, 0.3), 0 10px 15px -5px rgba(0, 0, 0, 0.3); padding: 10px 0;}

/* ===== FIELDSET/LEGEND ===== */
fieldset {width: 92%; border: 1px solid #bbb; padding: 20px 3%; margin: 20px 1%;}
legend {color: #e1a023; font: 30px 'Raleway', Verdana, Helvetica, sans-serif; font-variant: small-caps; padding: 0 10px 5px;}

/* ===== GOOGLE MAPS ===== */
.google-maps {
   position: relative; padding-bottom: 80%; height: 0;
	overflow: hidden; background-color: #ddd; border: 1px solid #aaa;
}
.google-maps iframe {
   position: absolute; top: 0; left: 0;
	width: 100% !important; height: 100% !important;
}

/* ===== PAGINATION ===== */
.pagination {display: block; text-align: center; height: 22px; line-height: 21px; clear: both;
	padding-top: 3px; margin: 20px 0; font-size: 12px; font-weight: normal;
}
.pagination a {padding: 7px; padding-top: 2px; padding-bottom: 2px; border: 1px solid #c0c0c0;
	margin-left: 5px; text-decoration: none; background-color: #f5f5f5; color: #e1a023;
	width: 22px; font-weight: normal; border-radius: 3px;
}
.pagination a:hover {background-color: #edc67b; border: 1px solid #e1a023; color: #fff;}
.pagination .active_link {padding: 7px; padding-top: 2px; padding-bottom: 2px; border: 1px solid #e1a023;
	margin-left: 5px; text-decoration: none; background-color: #edc67b; color: #fff; cursor: default; border-radius: 3px;
}
.pagination .disabled_pagination {padding: 7px; padding-top: 2px; padding-bottom: 2px; border: 1px solid #e5e5e5;
	margin-left: 5px; text-decoration: none; background-color: #fff; color: #d5d5d5; cursor: default; border-radius: 3px;
}

/* ===== PORTFOLIO ===== */
.img-folio {
  	width: 500px;
  	height: 500px;
  	position: relative;
  	background-size: cover;
  	overflow: hidden;
  	box-shadow: 0 0 10px rgba(255, 255, 255, 0.4);
  	margin: 10px auto;
  	border: 1px solid #777;
}
.img-folio .topSlide {
  	background: rgba(236, 240, 241, 0.75);
  	width: 500px;
  	height: 284px;
  	transform: rotate(-15deg);
  	position: absolute;
  	right: -10%;
  	top: -100%;
  	transition: all 0.3s cubic-bezier(0.8, -0.3, 0.2, 1);
  	z-index: 2;
}
.img-folio .topSlide .topInfo {
  	width: auto;
  	height: 90px;
  	position: absolute;
  	bottom: 10%;
  	left: 10%;
  	transform: rotate(15deg);
  	font-size: 24px;
  	line-height: 1.1em;
  	color: #000;
}
.img-folio .topInfo p {width: 85%;}

 .img-folio .rightSlide {
  	background: rgba(0, 0, 0, 0.55);
  	width: 500px;
  	height: 500px;
  	transform: rotate(-15deg);
  	position: absolute;
  	right: -120%;
  	bottom: -21.5%;
  	transition: all 0.4s cubic-bezier(0.8, -0.3, 0.2, 1);
  	z-index: 2;
}
.img-folio .rightSlide .rightInfo {
  	width: 50%;
  	height: 100px;
  	position: absolute;
  	top: 12%;
  	left: 12%;
  	transform: rotate(15deg);
 	font-size: 16px;
  	line-height: 1.4em;
  	color: #fff;
}
.img-folio .detail {position: absolute; bottom: 5px; left: 5px;}
.movetop {right: -10% !important; top: -30% !important;}
.moveright {right: -40% !important; bottom: -21.5% !important;}
.btn-detail {
	display: inline-block; font-size: 15px; font-weight: normal; padding: 4px 8px; text-align: center; white-space: nowrap;
	text-decoration: none; border-radius: 10px; background-color: #000; color: #fff;
}
.btn-detail:hover {
	font-weight: normal; text-decoration: none; background-color: #efefef; color: #000;
}

/* ===== SCROLL TO TOP ===== */
.scroll-to-top {display: none; position: fixed; bottom: 20px; right: 10px; z-index: 5; width: 30px; height: 30px;
	padding: 8px; text-align: center; text-decoration: none; background-color: #333; border-radius: 5px; border-radius: 50%;
}
.scroll-to-top:hover {text-decoration: none; background-color: #edc67b;}
.scroll-to-top a, .scroll-to-top a:hover {color: #ffffff; text-decoration: none;}
.shadow {text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.5);}
.showcode {
   font-family: "Courier New", Courier, monospace; font-size: 0.85em; background-color: #f5f5f5; border-radius: 3px;
   border: 1px dotted #bbb; color: #f00000; vertical-align: middle; padding: 1px 4px;
}

/* ===== TEAM ===== */
.team {
   margin: 65px 5px 25px 5px; background-color: #222; border: 1px solid #000; padding: 70px 5px 5px 5px;
   border-radius: 5px; position: relative;
}
.team p {
   margin: 0; text-align: center; color: #fff;
}
.team p.name {
   text-transform: uppercase; letter-spacing: 2px; padding: 0;
}
.team p.title {
   font-variant: small-caps; padding: 0 0 10px 0;
}
.team-photo {
   height: 120px; width: 120px; top: -60px; left: 50%; margin-left: -60px; position: absolute;
}
.team-photo img {
   border-radius: 50%; border: 3px solid #edc67b; padding: 1px; background-color: #fff;
}
.team-socialicons {text-align: center; letter-spacing: 6px; margin: 0 0 20px 0;}
.team-socialicons a {color: #edc67b;}
.team-socialicons a:hover {color: #b9b5af;}

/* ===== TICKER ===== */
.reviews {
	width: 90%;
	margin: 0 2% 20px 2%;
	position: relative;
	padding: 2px 3%;
}
ul#ticker {list-style: none outside none; margin: 0; padding: 10px 0 10px 0;}
#ticker li {margin: 0; background: none; padding: 0;}
#ticker .content {padding: 10px 20px; min-height: 380px;}

/* ====================== MEDIA QUERIES ============================== */
/* =================================================================== */

/* ===== SMALL DEVICE 01 ===== */
@media screen and (max-width: 320px) {
   .container {width: 98%; margin: 0 auto; box-sizing: border-box;}
   .logo {width: 100%; float: none; text-align: center;}
   .brand {text-align: center;}
   nav {width: 100%; float: none; text-align: center; box-sizing: border-box;}
   fieldset img {max-width: 180px; height: auto;}
   blockquote.leftside, blockquote.rightside {visibility: hidden; display: none;}
   .contentBox2a, .contentBox2b, 
   .contentBox3a, .contentBox3b, .contentBox3c, 
   .contentBox4a, .contentBox4b, .contentBox4c, .contentBox4d {width: 98%; margin: 0 auto 0 auto; float: none;}
   .sidebarLeft, .sidebarRight {width: 98%; margin: 1%;}
   .contentRight, .contentLeft {width: 98%; margin: 1%;}
   .welcome {float: none; width: 98%; margin: 0;}
   .welcomeright {float: none; width: 98%; margin: 0;}
   /*portfolio*/
	.img-folio {width: 250px; height: 250px;}
	.img-folio .topSlide {width: 250px; height: 180px;}
	.img-folio .topSlide .topInfo {font-size: 16px; height: 70px; left: 5%;}
	.img-folio .rightSlide {display: none; visibility: hidden;}
	.img-folio .rightSlide .rightInfo { display: none; visibility: hidden;}
}

/* ===== SMALL DEVICE 02 ===== */
@media screen and (min-width: 321px) and (max-width: 480px) {
   .container {width: 98%; margin: 0 auto; box-sizing: border-box;}
   .logo {width: 100%; float: none; text-align: center;}
   .brand {text-align: center;}
   nav {width: 100%; float: none; text-align: center; box-sizing: border-box;}
   .menu-collapser {width: 300px; margin: 0 auto;}
   ul.slimmenu.collapsed {width: 300px; margin: 0 auto;}
   blockquote.leftside, blockquote.rightside {visibility: hidden; display: none;}
   .contentBox2a, .contentBox2b, 
   .contentBox3a, .contentBox3b, .contentBox3c, 
   .contentBox4a, .contentBox4b, .contentBox4c, .contentBox4d {
   	width: 98%; margin: 0 auto 0 auto; float: none; max-width: 450px;}
   .sidebarLeft, .sidebarRight {width: 98%; margin: 1%;}
   .contentRight, .contentLeft {width: 98%; margin: 1%;}
   .welcome {float: none; width: 98%; margin: 0;}
   .welcomeright {float: none; width: 98%; margin: 0;}
   /*portfolio*/
	.img-folio {width: 350px; height: 350px;}
	.img-folio .topSlide {width: 350px; height: 200px;}
	.img-folio .topSlide .topInfo {font-size: 18px; height: 70px; left: 5%;}
	.img-folio .rightSlide {  width: 350px; height: 350px;}
	.img-folio .rightSlide .rightInfo {font-size: 14px; }
}

/* ===== SMALL DEVICE 03 ===== */
@media screen and (min-width: 481px) and (max-width: 623px) {
   .container {width: 98%; margin: 0 auto; box-sizing: border-box;}
   .logo {width: 100%; float: none; text-align: center;}
   .brand {text-align: center;}
   nav {width: 100%; float: none; text-align: center; box-sizing: border-box;}
   .menu-collapser {width: 300px; margin: 0 auto;}
   ul.slimmenu.collapsed {width: 300px; margin: 0 auto;}
   blockquote.leftside, blockquote.rightside {visibility: hidden; display: none;}
   .contentBox2a, .contentBox2b, 
   .contentBox3a, .contentBox3b, .contentBox3c, 
   .contentBox4a, .contentBox4b, .contentBox4c, .contentBox4d {
   	width: 98%; margin: 0 auto 0 auto; float: none; max-width: 450px;}
   .sidebarLeft, .sidebarRight {width: 98%; margin: 1%;}
   .contentRight, .contentLeft {width: 98%; margin: 1%;}
   .welcome {float: none; width: 98%; margin: 0;}
   .welcomeright {float: none; width: 98%; margin: 0;}
   /*portfolio*/
	.img-folio {width: 450px; height: 450px;}
	.img-folio .topSlide {width: 450px; height: 256px;}
	.img-folio .topSlide .topInfo {font-size: 20px; height: 70px; left: 5%;}
	.img-folio .rightSlide {  width: 450px; height: 450px;}
	.img-folio .rightSlide .rightInfo {font-size: 16px; }
}

/* ===== MID DEVICE 01 ===== */
@media screen and (min-width: 624px) and (max-width: 669px) {
   .container {width: 98%; margin: 0 auto; box-sizing: border-box;}
   .logo {width: 100%; float: none; text-align: center;}
   .brand {text-align: center;}
   nav {width: 100%; float: none; text-align: center; box-sizing: border-box;}
   .menu-collapser {width: 300px; margin: 0 auto;}
   ul.slimmenu.collapsed {width: 300px; margin: 0 auto;}
   blockquote.leftside, blockquote.rightside {visibility: hidden; display: none;}
   .contentBox2a, .contentBox2b, 
   .contentBox3a, .contentBox3b, .contentBox3c, 
   .contentBox4a, .contentBox4b, .contentBox4c, .contentBox4d {
   	width: 98%; margin: 0 auto 10px auto; float: none; max-width: 450px;}
   .sidebarLeft, .sidebarRight {width: 98%; margin: 1%;}
   .contentRight, .contentLeft {width: 98%; margin: 1%;}
}

/* ===== MID DEVICE 02 ===== */
@media screen and (min-width: 670px) and (max-width: 768px) {
   .container {width: 98%; margin: 0 auto; box-sizing: border-box;}
   .logo {width: 40% ;}
   nav {width: 300px; text-align: right;}
   .menu-collapser {width: 300px; margin: 0;}
   ul.slimmenu.collapsed {width: 300px; margin: 0;}
   blockquote.leftside, blockquote.rightside {visibility: hidden; display: none;}
   .contentBox3a, .contentBox3b, .contentBox3c {width: 98%; margin: 0 auto 0 auto; float: none; max-width: 450px;}
   .contentBox4a, .contentBox4b, .contentBox4c, .contentBox4d {width: 48%; margin: 1%;}
   .sidebarLeft, .sidebarRight {width: 98%; margin: 1%;}
   .contentRight, .contentLeft {width: 98%; margin: 1%;}
   /*portfolio*/
	.img-folio {width: 330px; height: 330px;}
	.img-folio .topSlide {width: 330px; height: 187px;}
	.img-folio .topSlide .topInfo {font-size: 17px; height: 70px; left: 5%;}
	.img-folio .rightSlide {width: 330px; height: 330px;}
	.img-folio .rightSlide .rightInfo {font-size: 13px; }
}

/* ===== MID DEVICE 03 ===== */
@media screen and (min-width: 769px) and (max-width: 800px) {
   .container {width: 98%; margin: 0 auto; box-sizing: border-box;}
   .logo {width: 40% ;}
   nav {width: 300px; text-align: right;}
   .menu-collapser {width: 300px; margin: 0;}
   ul.slimmenu.collapsed {width: 300px; margin: 0;}
   blockquote.leftside, blockquote.rightside {visibility: hidden; display: none;}
   .contentBox3a, .contentBox3b, .contentBox3c {width: 98%; margin: 0 auto 0 auto; float: none; max-width: 450px;}
   .contentBox4a, .contentBox4b, .contentBox4c, .contentBox4d {width: 48%; margin: 1%;}
   .sidebarLeft, .sidebarRight {width: 98%; margin: 1%;}
   .contentRight, .contentLeft {width: 98%; margin: 1%;}
   /*portfolio*/
	.img-folio {width: 330px; height: 330px;}
	.img-folio .topSlide {width: 330px; height: 187px;}
	.img-folio .topSlide .topInfo {font-size: 17px; height: 70px; left: 5%;}
	.img-folio .rightSlide {width: 330px; height: 330px;}
	.img-folio .rightSlide .rightInfo {font-size: 13px; }
}

/* ===== LARGE DEVICE 01 ===== */
@media screen and (min-width: 801px) and (max-width: 1024px) {
   .container {width: 98%;	margin: 0 auto;}
   nav {width: 300px; text-align: right;}
   .menu-collapser {width: 300px; margin: 0;}
   ul.slimmenu.collapsed {width: 300px; margin: 0;}
   /*portfolio*/
	.img-folio {width: 390px; height: 390px;}
	.img-folio .topSlide {width: 390px; height: 222px;}
	.img-folio .topSlide .topInfo {font-size: 18px; height: 70px; left: 5%;}
	.img-folio .rightSlide {width: 390px; height: 390px;}
	.img-folio .rightSlide .rightInfo {font-size: 14px; }
}

/* ===== LARGE DEVICE 02 ===== */
@media screen and (min-width: 1025px) and (max-width: 1279px) {
   .container {width: 98%; margin: 0 auto;}
}
