@import url('fonts/notosans/notosans.css');
@import url('fonts/merri/merri.css');
@import url('fonts/opensans/opensans.css');
@import url('fonts/arvo/arvo.css');
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, a, abbr, address, cite, code, del, dfn, em,
img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, hr,
dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figure, figcaption, hgroup,
menu, footer, header, nav, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
}
article, aside, canvas, figure, figure img, figcaption, hgroup,
footer, header, nav, section, audio, video {
    display: block;
}
a img {border: 0;}
::selection 	 	{background: rgb(255,255,158);}
::-moz-selection 	{background: rgb(255,255,158);}
img::selection 		{background: transparent;}
img::-moz-selection	{background: transparent;}
body {-webkit-tap-highlight-color: rgb(255,255,158);}
/*		Default Layout: 1200px.
		Gutters: 24px.
		Outer margins: 48px.
		Leftover space for scrollbars @1024px: 32px.
-------------------------------------------------------------------------------
cols    1     2      3      4      5      6      7      8      9      10
px      68    160    252    344    436    528    620    712    804    896    */
body {
    min-width: 1020px;
    background: #212121;
    -webkit-text-size-adjust: 100%;
	font-family: "noto_sansregular";
    font-size: 15px;
    line-height: 125%;
    color: #fff;
    -webkit-font-smoothing: antialiased;
}
body.color2 {
	background: #260502;
}
header {
	max-height: 190px;
	background: #212121;
	border-bottom: 4px double #909090;
	text-align: center;
}
body.color2 header {
	background: #260502;
}
header img {
	display: block;
	margin: 15px auto 8px auto;
	max-height: 70px;
}
header h1 {
	font-family: "merriweatherbold_italic";
	color: #fff;
	font-size: 2em;
	line-height: 110%;
	font-weight: 400;
	padding: 0;
	margin: 30px 0 5px 0;
}
header h1 a,
header h1 a:hover {
	color: #fff;
	text-decoration: none;
}
header h6 {
	font-family: "noto_sansregular";
	color: #7a7a7a;
	font-size: 0.938em;
	text-align: center;
	font-weight: 400;
	padding: 0 0 20px;
	margin: 0;
	margin: 0 auto;
	max-width: 600px;
}
header ul {
	margin: 0;
	padding: 0;
	list-style: none;
	background: #191919;
	border-top: 1px solid #909090;
}
body.color2 header ul {
	background: #0f0201;
}
header ul li {
	display: inline-block;
	margin: 0 40px;
	position: relative;
}
header ul li:after {
	width: 4px;
	height: 4px;
	border: 1px solid #9b631d;
	content: ' ';
	display: block;
	position: absolute;
	top: 25px;
	right: -43px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
header ul li:last-of-type:after {
	display: none;
}
header ul li a,
header ul li a:hover {
	height: 57px;
	line-height: 59px;
	display: block;
	padding: 0;
	font-family: 'merriweatherregular';
	color:  rgba(255, 255, 255, 0.95);
	font-size: 0.938em;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}
header ul li a.on span,
header ul li a:hover.on span,
header ul li a:hover span {
	color: #fff;
	border-bottom: 4px double #e08a1e;
}

body.color2 header ul li a.on span,
body.color2 header ul li a:hover.on span,
body.color2 header ul li a:hover span {
	border-bottom: 4px double #bf793b;
}

header ul li a.on span,
header ul li a:hover.on span {
	font-family: 'merriweatherbold';
}
.cover {
	background: url(../../images/template/template2/cover.jpg) center center no-repeat;
	background-size: cover;
	height: 400px;
	border-bottom: 4px double #909090;
}
#wrapper  {
	text-align: center;
}
#wrapper h1,
#wrapper h2,
#wrapper h3,
#wrapper h4 {
	font-family: "merriweatherbold_italic";
	color: #fff;
	font-size: 2em;
	line-height: 110%;
	font-weight: 400;
	padding: 0;
	margin: 0 0 30px;
}
#wrapper hr {
	width: 140px;
	height: 0;
	border: 0;
	font-size: 0;
	line-height: 0;
	border-bottom: 4px double #e08a1e;
	margin: 0 auto 30px auto;
}
body.color2 #wrapper hr {
	border-bottom: 4px double #bf793b;
}
#wrapper hr.white {
	border-color: #fff;
}
#wrapper .data {
	width: 660px;
	margin: 0 auto;
}
#wrapper .about {
	padding: 40px 0 25px 0;
	background: #212121;
}
body.color2 #wrapper .about {
	background: #260502;
}
#wrapper .about .data {
	text-align: left;
}
#wrapper .about .data p {
	margin: 0 0 25px;
	line-height: 150%;
	color: #ccc;
}
#wrapper .about .data .imgHolder {
	background: #000;
}
#wrapper .about .data p b {
	font-family: "noto_sansbold";
	font-weight: 400;
}
#wrapper .about .data p strong,
#wrapper .about .data p b {
	font-family: "noto_sansbold";
	font-weight: 400;
	color: #fff;
}
#wrapper .about .data p img {
	display: block;
	margin: 0 auto 20px;
	max-width: 100%;
	height: auto;
}
#wrapper .products {
	padding: 40px 0 15px 0;
}
#wrapper .products .txt {
	width: 590px;
	margin: 0 auto;
	text-align: center;
}
#wrapper .products .txt p {
	line-height: 140%;
	margin: 0 0 30px;
}
#wrapper .products .data {
	width: 940px;
	margin: 0 auto;
	overflow: hidden;
}
#wrapper .products .data .item {
	background: #191919;
	width: 300px;
	height: 505px;
	float: left;
	margin: 0 20px 20px 0;
}
body.color2 #wrapper .products .data .item {
	background: #0f0201;
}
#wrapper .products .data .item:nth-of-type(3n) {
	margin: 0 0 20px;
}
#wrapper .products .data .item img {
	display: block;
	margin: 0 0 35px;
}
#wrapper .products .data .item h2 {
	font-family: 'merriweatherbold';
	font-size: 1.467em;
	font-weight: 400;
	padding: 0 20px;
	text-transform: uppercase;
	line-height: 130%;
	margin: 0 0 25px;
}
#wrapper .products .data .item p {
	padding: 0 20px;
	line-height: 140%;
	height: 90px;
}
#wrapper .products .data .item hr {
	border-color: #8c8c8c;
}
#wrapper .products .data .item hr.sep {
	background: #dadcdd;
}
#wrapper .products .data .item h6 {
	font-family: 'merriweatherbold';
	color: #fff;
	font-size: 1.200em;
	font-weight: 400;
	line-height: 24px;
	text-align: center;
	text-transform: uppercase;
}
#wrapper .slideshow {
	/*height: 389px;*/
	background: #191919;
	border-bottom: 4px double #909090;
}
body.color2 #wrapper .slideshow {
	background: #0f0201;
}
#wrapper .slideshow .holder {
	width: 940px;
	/*height: 389px;*/
	margin: 0 auto;
	overflow: hidden;
}
#wrapper .slideshow .holder img {
	display: block;
	margin: 0 auto;
	max-height: 550px;
}
#wrapper .box {
	padding: 40px 0 25px 0;
}
#wrapper .box h2 {
	width: 700px;
	margin: 0 auto 14px;
}
#wrapper .box p {
	margin: 0 0 15px;
	line-height: 140%;
}
#wrapper .services {
	padding: 40px 0 25px 0;
	background: #f1e4d1;
	overflow: hidden;
	border-top: 1px solid #fff;
}
body.color2 #wrapper .services {
	background: #faf3e6;
}
#wrapper .services ul {
	width: 50%;
	float: left;
	margin: 0;
	padding: 0;
	text-align: left;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	list-style: none;
	overflow: hidden;
	color: #242424;
	line-height: 130%;
	font-family: "noto_sansitalic";
}
#wrapper .services ul li {
	margin: 0 0 15px;
	position: relative;
	padding: 0 20px 0 25px;
	background: url(../../images/template/template2/arrow.svg) left 2px no-repeat;
	background-size: 15px 13px;
}
#wrapper .services ul li b {
	font-family: 'noto_sansbold';
}
#wrapper .services h2 {
	color: #242424;
}
#wrapper .opening {
	padding: 40px 0 25px 0;
	background: #795548;
	color: #fff;
}
body.color2 #wrapper .opening {
	background: #8c273a;
}
#wrapper .opening h3 { color: #fff; }
#wrapper .opening ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#wrapper .opening ul li {
	margin: 0 0 12px;
}
#wrapper .opening ul li span {
	font-family: "noto_sansregular";
	text-transform: uppercase;
}
#wrapper .map {
	height: 356px;
	border-top: 2px solid #dadcdd;
	border-bottom: 2px solid #dadcdd;
}
#wrapper .map.nobd {
	border-top: 0;
}
#wrapper .contact {
	padding: 40px 0 25px 0;
	background: #212121;
}
body.color2 #wrapper .contact {
	background: #260502;
}
#wrapper .contact a,
#wrapper .contact a:hover {
	color: #fff;
}
#wrapper .contact ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#wrapper .contact ul li {
	margin: 0 0 12px;
}
#wrapper .contact ul li span {
	font-family: "noto_sansregular";
	text-transform: uppercase;
}
footer {
	background: #191919;
	text-align: center;
	font-family: "open_sanssemibold";
	color: rgba(255, 255, 255, 0.95);
	font-size: 0.813em;
}
body.color2 footer {
	background: #0f0201;
}
footer .copyright {
	height: 73px;
	line-height: 73px;
	border-top: 1px solid #909090;
	border-bottom: 4px double #909090;
}
footer .copyright a,
footer .copyright a:hover {
	color: #fff;
	text-decoration: none;
}
footer .copyright a:hover {
	text-decoration: underline;
}
footer .promo {
	padding: 20px 0;
}
footer .promo img {
	width: 37px;
	height: 34px;
	display: block;
	margin: 0 auto 7px auto;
}
@media only screen and (max-width: 415px) and (orientation: portrait) {
	body {
		min-width: 0;
		font-size: 13px;
	}
	header {
		max-height: 1000px;
		overflow: hidden;
	}
	header h1 {
		font-size: 1.6em;
		margin: 20px 0 5px 0;
	}
	header h6 {
		padding: 0 20px 20px 20px;
		max-width: 320px;
	}
	header ul {
		text-align: center;
		padding: 10px 0;
	}
	header ul li {
		margin: 0 20px;
	}
	header ul li:nth-of-type(4) {
		display: block;
		margin: 0;
	}
	header ul li:after {
		top: 10px;
		right: -23px;
	}
	header ul li:nth-of-type(3):after {
		display: none;
	}
	header ul li a,
	header ul li a:hover {
		height: auto;
		line-height: 100%;
		padding: 8px 0;
	}
	.cover {
		height: 170px;
	}
	#wrapper h1,
	#wrapper h2,
	#wrapper h3,
	#wrapper h4 {
		font-size: 1.5em;
		margin: 0 0 10px;
	}
	#wrapper hr {
		width: 80px;
		margin: 0 auto 20px auto;
	}
	#wrapper .data {
		width: auto;
		padding: 0 15px;
	}
	#wrapper .about {
		padding: 20px 0 25px 0;
	}
	#wrapper .services {
		padding: 20px 0 25px 0;
	}
	#wrapper .services ul {
		width: auto;
		float: none;
	}
	#wrapper .services ul li {
		padding: 0 0 0 25px;
	}
	#wrapper .map {
		height: 150px;
	}
	footer .copyright {
		height: auto;
		line-height: 150%;
		padding: 10px 25px;
	}
	#wrapper .products .txt {
		width: auto;
		padding: 0 10px;
	}
	#wrapper .products {
		padding: 20px 0 15px 0;
	}
	#wrapper .products .data {
		width: auto;
	}
	#wrapper .products .data .item {
		width: auto;
		height: auto;
		float: none;
		margin: 0 0 10px;
		padding: 0 0 15px;
	}
	#wrapper .products .data .item img {
		width: 100%;
	}
	#wrapper .products .data .item hr.sep {
		display: none;
	}
	#wrapper .products .data .item p {
		padding: 0 15px;
		margin: 0 0 15px;
		height: auto;
	}
	#wrapper .slideshow {
		height: 180px;
	}
	#wrapper .slideshow .holder {
		width: 100%;
		height: 180px;
	}
	#wrapper .slideshow .holder img {
		height: 180px;
		display: block;
	}
	#wrapper .box {
		padding: 20px 0 25px 0;
	}
	#wrapper .box h2 {
		width: auto;
		margin: 0 auto 14px;
	}
	#wrapper .opening {
		padding: 20px 0 25px 0;
	}
	#wrapper .contact {
		padding: 20px 0 25px 0;
	}
}
@media only screen and (max-width: 737px) and (orientation: landscape) {
	body {
		min-width: 0;
		font-size: 13px;
	}
	header {
		max-height: 1000px;
		overflow: hidden;
	}
	header h1 {
		font-size: 1.6em;
		margin: 20px 0 5px 0;
	}
	header h6 {
		padding: 0 20px 20px 20px;
		max-width: 320px;
	}
	header ul li {
		margin: 0 20px;
	}
	header ul li:after {
		top: 15px;
		right: -23px;
	}
	header ul li a,
	header ul li a:hover {
		height: 37px;
		line-height: 39px;
	}
	.cover {
		height: 170px;
	}
	#wrapper h1,
	#wrapper h2,
	#wrapper h3,
	#wrapper h4 {
		font-size: 1.5em;
		margin: 0 0 10px;
	}
	#wrapper hr {
		width: 80px;
		margin: 0 auto 20px auto;
	}
	#wrapper .data {
		width: auto;
		padding: 0 15px;
	}
	#wrapper .about {
		padding: 20px 0 25px 0;
	}
	#wrapper .services {
		padding: 20px 0 25px 0;
	}
	#wrapper .services ul {
		width: auto;
		float: none;
	}
	#wrapper .services ul li {
		padding: 0 0 0 25px;
	}
	#wrapper .map {
		height: 150px;
	}
	footer .copyright {
		height: auto;
		line-height: 150%;
		padding: 10px 25px;
	}
	#wrapper .products .txt {
		width: auto;
		padding: 0 10px;
	}
	#wrapper .products {
		padding: 20px 0 15px 0;
	}
	#wrapper .products .data {
		width: auto;
	}
	#wrapper .products .data .item {
		width: auto;
		height: auto;
		float: none;
		margin: 0 0 10px;
		padding: 0 0 15px;
	}
	#wrapper .products .data .item img {
		width: 100%;
	}
	#wrapper .products .data .item hr.sep {
		display: none;
	}
	#wrapper .products .data .item p {
		padding: 0 15px;
		margin: 0 0 15px;
		height: auto;
	}
	#wrapper .slideshow {
		height: 180px;
	}
	#wrapper .slideshow .holder {
		width: 100%;
		height: 180px;
	}
	#wrapper .slideshow .holder img {
		height: 180px;
		display: block;
		margin: 0 auto;
	}
	#wrapper .box {
		padding: 20px 0 25px 0;
	}
	#wrapper .box h2 {
		width: auto;
		margin: 0 auto 14px;
	}
	#wrapper .opening {
		padding: 20px 0 25px 0;
	}
	#wrapper .contact {
		padding: 20px 0 25px 0;
	}
}