/* Css Reset */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,
p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,
dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,
tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,
label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
    margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
}
body {
	background: #fff;
	color: #222;
	font-size: 18px;
	line-height: normal;
	padding:0;
	margin:0;
    font-family: 'Source Sans Pro';
	font-weight: 400;
    font-style: normal;
}
ul,ol { list-style:none; }
img,fieldset { border:none; }
a {text-decoration:none;}
a:hover { text-decoration:none; }
.skip { position:absolute; left:-9999px; }
article,aside,details,figcaption,figure,footer,
header,hgroup,main,nav,section,summary { display: block; }
figure { margin:0; padding:0; }
.clearfix {
	clear: both;
	height:0;
	width:100%;
	overflow:hidden;
}
embed, iframe, object, video { max-width: 100%; }
input, textarea {
/*	-webkit-appearance: none;*/
	-webkit-border-radius: 0;
}
html { -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
img { max-width: 100%; height: auto; }
.header-container.header-fixed,
.footer-col-info ul li a:after,
.built-icon,
a {
	-webkit-transition: all .3s ease-out; transition: all .3s ease-out;
}
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

/*---- heading tags ----*/
p {
	color: #666;
	font-size: 17.6px;
	line-height: 1.7;
	letter-spacing: 0.176px;
	font-family: 'Source Sans Pro';
	font-weight: 400;
}
h1, h2, h3, h4, h5, h6 {
	color: #666;
	line-height: 1.2;
	font-family: 'Source Sans Pro';
	font-weight: 400;
}
h1 { font-size: 33px; }
h2 { font-size: 29px; }
h3 {font-size: 26px;}
h4 { font-size: 24px; }
h5 { font-size: 21px; }
h6 { font-size: 17.6px; }

/*----------------------*/
/*     Page structure   */
/*----------------------*/
#wrapper {
	overflow:hidden;
	position: relative;
}
.container {
	max-width: 100%;
	padding-left: 15px;
	padding-right: 15px;
}
.center-content {
	max-width: 1140px;
	margin: 0 auto;
}

/*----------------------*/
/*  #df                 */
/*----------------------*/
.social-list,
.footer-col-area,
.header-area,
.main-menu ul {
	display: -webkit-flex;
	display: -moz-flexbox;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}
.header-area {
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.header-right {
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
}
/*.footer-top-area {
	-webkit-justify-content: center;
	justify-content: center;
}*/
.social-list,
.header-area {
	-webkit-align-items: center;
	align-items: center;
}

img {
	max-width: 100%;
	height: auto;
	display: block;
	border: 0;
}

/*----------------------*/
/*  header              */
/*----------------------*/
.header-container {
/*	background-color: #f8f8f8;*/
	background-color: #f7f7f7;
	width: 100%;
	padding-left: 55px;
	border-bottom: 1px solid #eee;
	-webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
	box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
}
.header-container .center-content {
	max-width: 1160px;
}
.logo {
	max-width: 134px;
	margin-top: -9px;
	margin-left: -27px;
	/*max-width: 109px;
  	margin-top: -7px;*/
}
.header-container.header-fixed {
	background-color: #f8f8f8;
	position: fixed;
	top: 0; left: 0;
	z-index: 9999;
}

/*----------------------*/
/*   main-menu          */
/*----------------------*/
.main-menu ul {
	padding: 0;
}
.main-menu ul li {
    color: #232323;
    font-size: 14px;
    letter-spacing: .9px;
    text-transform: uppercase;
    line-height: inherit;
    position: relative;
    cursor: pointer;
    font-weight: 500;
}
.main-menu ul li a {
	color: #232323;
	padding: 37px 14px 40px 10px;
	display: inline-block;
}
.main-menu ul li:last-child a {
	padding-right: 0;
}
.main-menu ul li.current-menu-item > a,
.main-menu ul li.current-page-ancestor > a,
.main-menu ul li:hover > a,
.main-menu ul li a:hover {
	opacity: .6;
}
.main-menu ul ul {
	background: #222;
/*	min-width: 186px;*/
	min-width: 256px;
	position: absolute;
	z-index: 1000;
	top: 100%;
	left: 10px;
	padding: 12px 0 20px 0;
	display: block;
	visibility:hidden;
	opacity:0;
	-webkit-transition: opacity  0.3s, visibility 0.3s, transform 0.3s;
	transition: opacity  0.3s, visibility 0.3s, transform 0.3s;
}
.main-menu ul li ul li {
	color: #fff;
	font-size: 14px;
	display: block;
	border: none;
	padding: 0 15px 0 25px;
	margin: 0;
	text-align: left;
	font-weight: 400;
}
.main-menu ul li ul li a {
	color: #fff;
	padding: 8px 0;
	margin: 0;
	display: block;
	opacity: .9;
}
.main-menu ul li ul li:hover > a,
.main-menu ul li ul li a:hover {
	color: #fff;
	opacity: .9;
	padding-left: 5px;
}
.main-menu ul li:hover > ul {
	visibility: visible;
	opacity: 1;
}
.main-menu ul ul ul {
	background-color: #929496;
	top: -7px;
	left: 100%;
}
.main-menu ul > li > ul > li.menu-item-has-children > a {
	position: relative;
}
.main-menu ul > li > ul > li.menu-item-has-children > a::after {
	content: '>';
	display: block;
	position: absolute;
	right: 0;
	top: 10px;
	opacity: .4;
	transition: 0.4s ease;
	-webkit-transition: 0.4s ease;
	-moz-transition: 0.4s ease;
	transform: translate3d(-10px, 0, 0);
	-webkit-transform: translate3d(-10px, 0, 0);
}
.main-menu ul > li > ul > li.menu-item-has-children:hover > a::after,
.main-menu ul > li > ul > li.menu-item-has-children a:hover::after {
	opacity: 1;
	transform: translate3d(-3px, 0, 0);
	-webkit-transform: translate3d(-3px, 0, 0);
}

/*----------------------*/
/*  footer-wrap         */
/*----------------------*/
.footer-wrap {
	background-color: #000;
}
.footer-container {
	padding-top: 116px;
	padding-bottom: 107px;
}
.footer-logo {
	max-width: 340px;
	margin-left: -6px;
	margin-bottom: 20px;
}
.footer-col-area {
	padding: 20px 0 0 0;
}
.footer-col {
	width: 24.2%;
	padding-right: 15px;
	padding-bottom: 20px;
}

.footer-col2 {
	width: 44%;
	padding-top: 11px;
}
.footer-col3 {
	width: 31.6%;
	padding-top: 11px;
	padding-right: 0;
}

.footer-address p {
	color: #fff;
	font-size: 17.6px;
	padding-bottom: 30px;
}
.footer-address p a {
	color: #fff;
	display: inline-block;
}
.footer-col h6 {
	color: #f5f5f5;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding-bottom: 30px;
	font-weight: 400;
}
.connect-us {
	padding-top: 8px;
}
.social-list li {
	width: 23px;
	margin-right: 16px;
}
.social-list li:first-child {
	width: 10px;
}
.footer-info-cont {
	max-width: 390px;
}
.footer-cont {
	padding-top: 3px;
	padding-bottom: 20px;
	margin-bottom: 26px;
	border-bottom: 2px dotted rgba(255,255,255,0.5);
}
.footer-cont h5 {
	color: #fff;
	font-size: 17.6px;
	padding-bottom: 25px;
	font-weight: normal;
}
.footer-cont h5 a {
	color: #fff;
}
.footer-cont h5 a:hover {
	opacity: 0.5;
}
.footer-cont p {
	color: #fff;
	font-size: 17px;
	opacity: 0.9;
	line-height: 1.6;
	letter-spacing: 0.17px;
	padding-bottom: 11px;
}
.footer-form {
	position: relative;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	overflow: hidden;
	margin: 8px 0 50px 0;
}
.ftext-field input[type='email'],
.ftext-field input[type='text'] {
	background: #fff;
	width: 100%;
	height: 52px;
	font-size: 18px;
	color: #666;
	font-style: italic;
	border: none;
	outline: none;
	padding: 0 125px 0 26px;
	resize: none;
	font-family: 'Source Sans Pro';
	font-weight: 400;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	resize: none;
}
.ftext-field input::-webkit-input-placeholder { color: #666 !important; opacity: 1 !important; }
.ftext-field input::-moz-placeholder { color: #666 !important; opacity: 1 !important; }
.ftext-field input::-ms-input-placeholder { color: #666 !important; opacity: 1 !important; }
.fsubmit {
	width: 115px;
	position: absolute;
	top: 0;
	right: 0;
}
.fsubmit input[type='submit'] {
	background-color: #929497;
	width: 100%;
	height: 52px;
	font-family: 'Source Sans Pro';
	font-weight: 700;
	color: #fff;
	font-size: 15px;
	letter-spacing: 1px;
	text-transform: uppercase;
	border: none;
	outline: none;
	cursor: pointer;
}
.time-hours {
	display: -webkit-flex;
	display: flex;
	font-size: 18px;
	color: #f5f5f5;
	padding-bottom: 6px;
}
.time-hours span {
	width: 130px;
	flex: 0 0 auto;
}

/*----------------------*/
/*  footer-bottom       */
/*----------------------*/
.footer-bottom {
	background-color: #111;
	padding-top: 36px;
	padding-bottom: 38px;
}
.footer-bottom .center-content {
	position: relative;
	padding-right: 65px;
}
.footer-bottom p {
	color: #fff;
	font-size: 16px;
	letter-spacing: 0.720px;
	opacity: .9;
}
.footer-bottom p span {
	padding-left: 39px;
}
.footer-bottom p span a {
	color: #fff;
	display: inline-block;
	opacity: .7;
}

/*----------------------*/
/*  backtop             */
/*----------------------*/
.backtop {
	background-color: #929497;
	width: 57px;
	height: 57px;
	line-height: 57px;
	font-size: 15px;
	text-align: center;
	color: #fff;
	display: block;
	position: absolute;
	right: 0; top: -14px;
	z-index: 99999;
	opacity: 0.4;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
.backtop:hover {
	top: -20px;
}

/*----------------------*/
/*  blog-container      */
/*----------------------*/
.blog-container {
	background-color: #f8f8f8;
	padding-top: 129px;
	padding-bottom: 92px;
}
.blog-area {
	margin: 0 -15px;
}
.blog-col {
	width: 33.333%;
	padding: 0 15px 60px 15px;
}
.blog-col-info {
	position: relative;
	height: 100%;
}
.blog-img {
	overflow: hidden;
}
.blog-img img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: transform .5s;
	transition: transform .5s;
}
.blog-img:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.blog-cont {
	padding: 29px 0 20px 0;
}
.blog-cont h5 {
	color: #404041;
	font-size: 21px;
	line-height: 1.625;
	letter-spacing: 0.210px;
	padding-bottom: 14px;
	font-weight: normal;
}
.blog-cont p {
	color: #000;
	font-size: 17.6px;
	line-height: 1.7;
	letter-spacing: 0.176px;
	padding-bottom: 17px;
	font-weight: 300;
}
.blog-more-btn {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
}
.blog-more-btn a {
	color: #232323;
	font-size: 18px;
	font-weight: 400;
}

.blog-container2 {
	background-color: #fff;
}
.blog-container2 .blog-area {
	padding-top: 50px;
	padding-bottom: 65px;
}
.blog-container2 .blog-img:hover img {
	-webkit-transform: scale(1);
	transform: scale(1);
}

/*----------------------*/
/*  banner-container    */
/*----------------------*/
.banner-container {
	background-color: #000;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-attachment: scroll;
	background-origin: padding-box;
	background-clip: border-box;
	padding-top: 62px;
	padding-bottom: 51px;
/*	background-position: 50% 30%;*/
}
.banner-content {
	padding: 90px 0 0 0;
}
.banner-content h1 {
	color: #fff;
	font-size: 33px;
	line-height: 1;
	text-transform: capitalize;
	padding-bottom: 15px;
	font-weight: 400;
}

/*-----------------------*/
/*  sidebar-menu         */
/*-----------------------*/
.sidebar-area {
	background: #f9f9f9;
	position: fixed;
	width: 400px;
	height: 100%;
	top: 0; right: 0;
	padding-top: 62px;
	margin: 0 -400px 0 0;
	overflow: hidden;
	z-index: 999999;
	-webkit-box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.07);
	-moz-box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.07);
	box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.07);
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.side-panel {
	margin: 0;
}
.sidebar-inner {
	position: relative;
	padding-bottom: 30px;
}
.sidebar-info {
	padding: 0 44px 20px 44px;
}
.cart-close {
	background: #929497;
	width: 42px;
	height: 42px;
	line-height: 42px;
	position: absolute;
	right: 17px;
	top: -42px;
	color: #fff;
	font-size: 20px;
	opacity: .7;
	cursor: pointer;
	text-align: center;
  	-webkit-border-radius: 50%;
  	border-radius: 50%;
}
.cart-close:hover {
	opacity: 1;
}
.sidebar-form h4 {
	font-size: 18px;
	line-height: 1.35;
	letter-spacing: 0.18px;
	padding-bottom: 38px;
}
.sidebar-form .text-field {
	padding-bottom: 9px;
}
.sidebar-form .text-field label {
	color: #666;
	font-size: 12px;
	letter-spacing: 1px;
	text-transform: uppercase;
	display: block;
	padding-bottom: 9px;
}
.sidebar-form .text-field input[type='email'],
.sidebar-form .text-field input[type='password'],
.sidebar-form .text-field input[type='text'] {
	background: #fcfcfc;
	width: 100%;
	height: 52px;
	font-size: 18px;
	color: #666;
	font-style: italic;
	border: none;
	border: 1px solid #ccc;
	outline: none;
	padding: 0 10px 0 28px;
	font-family: 'Source Sans Pro';
	font-weight: 400;
	-webkit-border-radius: 0;
	border-radius: 0;
}
.sidebar-form .text-field input::-webkit-input-placeholder { color: #c3c3c3 !important; opacity: 1 !important; }
.sidebar-form .text-field input::-moz-placeholder { color: #c3c3c3 !important; opacity: 1 !important; }
.sidebar-form .text-field input::-ms-input-placeholder { color: #c3c3c3 !important; opacity: 1 !important; }
.sidebar-form .submit {
	width: 100%;
	padding-bottom: 15px;
}
.sidebar-form .submit input[type='submit'] {
	background-color: #929497;
	width: 100%;
	height: 52px;
	font-family: 'Source Sans Pro';
	font-weight: 700;
	color: #fff;
	font-size: 15px;
	letter-spacing: 1px;
	text-transform: uppercase;
	border: none;
	outline: none;
	cursor: pointer;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.sidebar-form .submit input[type='submit']:hover {
	background-color: #929497;
}
.sidebar-form p {
	color: #666;
	font-size: 12px;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-align: center;
	display: block;
	padding-bottom: 9px;
}
.sidebar-form p a {
	color: #232323;
}

@media screen and (max-width: 1199px) {
	.header-container {
		padding-left: 15px;
	}
	.logo {
  		margin-left: -6px;
	}

	.footer-container {
		padding-top: 80px;
		padding-bottom: 75px;
	}

	.blog-container {
		padding-top: 100px;
		padding-bottom: 80px;
	}
	.blog-container2 .blog-area {
		padding-top: 30px;
		padding-bottom: 35px;
	}
}
@media screen and (max-width: 991px) {
	.main-menu ul li a {
  		padding: 37px 10px 40px 6px;
	}

	.footer-container {
		padding-top: 60px;
		padding-bottom: 55px;
	}
	.footer-logo {
  		margin-bottom: 0;
	}

	.blog-container {
		padding-top: 70px;
		padding-bottom: 60px;
	}
	.blog-col {
		padding-bottom: 40px;
	}
	.blog-cont {
  		padding: 19px 0 20px 0;
	}
	.blog-cont h5 {
		font-size: 19px;
		padding-bottom: 7px;
	}

	.banner-content {
		padding: 50px 0 0 0;
	}
	.banner-content h1 {
  		font-size: 28px;
	}
	.blog-container2 .blog-area {
		padding-top: 10px;
		padding-bottom: 15px;
	}
}
@media screen and (max-width: 880px) {
	.header-container.header-fixed {
		position: unset;
	}
	.main-menu ul {
  		display: none;
	}
	.logo {
  		margin: 15px 0 15px -8px;
	}

	h4 {
  		font-size: 21px;
	}
	h5 {
        font-size: 19px;
    }

	.footer-col {
		width: 100%;
		padding-right: 0;
		padding-bottom: 30px;
	}
	.footer-col2 {
		width: 100%;
		padding-top: 0;
	}
	.footer-col3 {
		width: 100%;
		padding-top: 0;
	}
	.footer-form {
		max-width: 480px;
		margin: 0 0 30px 0;
	}
	.footer-col h6 {
		padding-bottom: 15px;
	}
	.footer-address p {
		font-size: 17px;
		padding-bottom: 15px;
	}
	.footer-cont h5 {
		font-size: 17px;
		padding-bottom: 15px;
	}
	.footer-cont {
		padding-bottom: 10px;
		margin-bottom: 18px;
	}
	.time-hours {
  		font-size: 17px;
	}
	.ftext-field input[type='email'],
	.ftext-field input[type='text'] {
		font-size: 17px;
		padding: 0 90px 0 14px;
	}
	.fsubmit {
  		width: 80px;
	}

	.footer-bottom {
		padding-top: 20px;
		padding-bottom: 22px;
	}
	.footer-bottom p span {
  		padding-left: 20px;
	}
	.footer-bottom .center-content {
  		padding-right: 55px;
	}
	.backtop {
		width: 47px;
		height: 47px;
		line-height: 47px;
		top: -8px;
	}
	.backtop:hover {
  		top: -12px;
	}

}
@media screen and (max-width: 767px) {
	.footer-container {
		padding-top: 50px;
		padding-bottom: 30px;
	}

	.footer-bottom {
		text-align: center;
	}
	.footer-bottom p span {
  		padding-left: 0;
  		display: block;
	}

	.backtop {
		position: relative;
		margin: 20px auto 0;
	}
	.backtop:hover {
  		top: -12px;
	}

	.blog-container {
		padding-top: 60px;
		padding-bottom: 40px;
	}
	.blog-col {
  		width: 100%;
	}

	.sidebar-info {
  		padding: 0 24px 20px 24px;
	}
	.sidebar-form h4 {
  		padding-bottom: 20px;
	}
	.text-field input[type='email'],
	.text-field input[type='password'],
	.text-field input[type='text'] {
		font-size: 16px;
		padding-left: 15px;
	}
}
@media screen and (max-width: 480px) {
	.sidebar-area {
  		width: 280px;
  		margin: 0 -280px 0 0;
	}
	.side-panel {
		margin: 0;
	}
	.sidebar-info {
  		padding: 0 15px 20px 15px;
	}
}