html {
	font-size: 62.5%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
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,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
	border: 0;
	font-family: inherit;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	font-family: 'Raleway', sans-serif;
	font-size: 14px;
    font-weight: 400;
    font-style: normal;
	color: #1a1a1a;
	overflow-x: hidden;
	line-height: 150%;
	letter-spacing: 0px;
}
article,aside,details,figcaption,figure,footer,header,main,nav,section {
	display: block;
}
a {
	color: #ae1d22;
	-webkit-transition: all 700ms;
	transition: all 700ms;
	cursor: pointer;
	outline: 0;
}
a,a:hover,a:focus {
	text-decoration: none;
}
a:hover,a:focus,a:active {
	color: #000000;
}
::selection {
	background: #ae1d22;
	color: #FFF;
}
::-moz-selection {
	background: #ae1d22;
	color: #FFF;
}
*::-webkit-input-placeholder {
	color: #404040 !important;
}
*:-moz-placeholder {
	color: #404040 !important;
}
*::-moz-placeholder {
	color: #404040 !important;
}
*:-ms-input-placeholder {
	color: #404040 !important;
}
*,*:before,*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
p {
	margin-bottom: 1.5em;
}
b,strong {
	font-weight: bold;
}
dfn,cite,em,i {
	font-style: italic;
}
blockquote {
	font-size: 18px;
	font-style: italic;
	font-weight: 300;
	margin: 24px 40px;
	line-height: 26px;
	quotes: """";
}
blockquote:before,blockquote:after {
	content: "";
}
q {
	quotes: "“""”""‘""’";
}
q:before {
	content: open-quote;
}
q:after {
	content: close-quote;
}
address {
	margin: 0 0 1.5em;
}
pre {
	background: #eee;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}
code,kbd,tt,var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr,acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark,ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: 71.5%;
}
big {
	font-size: 125%;
}
dl {
	margin: 0 20px;
}
iframe,object {
	max-width: 100%;
	margin-bottom: -5px;
}
h1,h2,h3,h4,h5,h6 {
	margin: 0 0 20px 0px;
	padding: 0;
	border: 0;
	line-height: 150%;
	letter-spacing: 0;
	font-size: 100%;
	vertical-align: baseline;
	display: block;
	clear: both;
}
h1{
	font-size: 30px;
}
h2 {
	font-size: 28px;
}
h3 {
	font-size: 24px;
}
h4 {
	font-size: 22px;
}
h5 {
	font-size: 20px;
}
h6 {
	font-size: 16px;
}
hr {
    background-color: #f8f8f8;
    height: 1px;
    width: 80%;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    margin: 60px auto;
    border: 0;
}
ul, ol {
	margin: 0 0 1.5em 3em;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
li > ul,li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 1.5em 1.5em 0;
}
img {
	height: auto;
	max-width: 100%;
}
figure {
	margin: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 14px;
	line-height: 2;
	margin: 0 0 20px;
	width: 100%;
	/*border: 1px solid rgba(0,0,0,.1);*/
}
caption,th,td {
	font-weight: normal;
	text-align: left;
}
caption {
	font-size: 16px;
	margin: 20px 0;
}
th {
	font-weight: bold;
	text-transform: uppercase;
	padding: 0px 10px;
}
td {
	padding: 0px 10px;
	border: 1px solid rgba(0,0,0,.1);
}
thead th {
	border: 1px solid rgba(0,0,0,.1);
}
button,input,select,textarea {
	font-size: 100%;
	margin: 0;
	vertical-align: baseline;
	*vertical-align: middle;
}
button,input[type="button"],input[type="reset"],input[type="submit"] {
	text-align: center;
	padding: 10px 20px;
	margin: 10px;
	border: none;
	box-shadow: none;
	text-shadow: none;
	font-weight: 400;
	vertical-align: middle;
	cursor: pointer;
	white-space: nowrap;
	color: #FFF;
}
input[type="button"]:hover,input[type="reset"]:hover,input[type="submit"]:hover {
	color: #fff;
}
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {

}
input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}
input[type="search"] {
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
    padding: 10px;
	border: 1px solid #b1b1b1;
}
textarea {
	overflow: auto;
	vertical-align: top;
	width: 100%;
}
.entry-content button,
.entry-content input[type="button"],
.entry-content input[type="reset"],
.entry-content input[type="submit"] {
	padding: 5px 20px 5px 20px;
}
.entry-content button:hover,
.entry-content input[type="button"]:hover,
.entry-content input[type="reset"]:hover,
.entry-content input[type="submit"]:hover {} .input-box {
	border: 0 !important;
	width: 274px;
	text-align: left;
	text-transform: none;
	padding: 9px;
	min-height: 46px;
	padding-left: 15px !important;
	display: inline-block;
	border-radius: 4px;
	background: rgba(255, 255, 255, 0.95);
}
.textarea-box {
	border: 0;
	text-align: left;
	text-transform: none;
	padding: 9px;
	min-height: 250px;
	padding-left: 15px;
	display: inline-block;
	border-radius: 4px;
	background: rgba(255, 255, 255, 0.95);
}
textarea:hover,
input:hover,
textarea:active,
input:active,
textarea:focus,
input:focus {} input:focus,
textarea:focus {
	border: 1px solid rgba(0, 0, 0, 0.3);
	outline: 0;
}
section {
	padding: 80px 0px;
	clear: both;
}
.pink-bg {
	background: #ec008c;
}
.red-bg {
	background: #ae1d22;
}
.green-bg {
	background: #009A66;
}
.light-bg{
    background: #FAFAFA;
}
.blue-bg {
	background: #0072BC;
}
.lightblue-bg {
	background: #CAE7F9;
}
.yellow-bg {
	background: #fac536;
}
.purple-bg{
    background: #92278f;
}
.orange-bg{
    background: #F9C9B2;
}
.black-bg {
	background: #000000;
}
.grey-bg {
	background: #292929;
}
.white-bg {
	background: #FFFFFF;
}
.gradient-bg{
    background: -webkit-linear-gradient(180deg, #FAFAFA 0%, #FFFFFF 95%);
    background: linear-gradient(180deg, #FAFAFA 0%, #FFFFFF 95%);
}
.fixed-bg {
	/*background-attachment: fixed !important;*/
	background-size: cover !important;
	background-position: center;
	background-repeat: no-repeat;
}
.static-bg {
	background-size: contain !important;
	background-position: right;
	background-repeat: no-repeat;
}

.red-text {
	color: #ae1d22;
}
.green-text {
	color: #009A66;
}
.purple-text {
	color: #604A7B;
}
.blue-text {
	color: #4267b2;
}
.yellow-text {
	color: #fac536;
}
.dark-text {
	color: #404040;
}
.white-text {
	color: #FFFFFF !important;
}
.grey-text {
	color: #95969A;
}
.black-text {
	color: #404040 !important;
}

.buttons {
	text-align: center;
	margin-top: 20px;
}
.button {
	display: inline-block;
	text-align: center;
	text-transform: uppercase;
	padding: 10px 35px 10px 35px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
	border-radius: 4px;
	margin: 10px;
}
#submit-btn {
    margin: 0;
    padding: 15px 20px;
    font-weight: 600;
    vertical-align: middle;
	cursor: pointer;
	white-space: nowrap;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
    background: #ae1d22;
    color: #FFFFFF;
	/*background:-webkit-linear-gradient(45deg, #988aeb 0%, #6cb7d8 ,#48dad9 100%) !important;*/
    /*background:linear-gradient(45deg, #988aeb 0%, #6cb7d8 , #48dad9 100%) !important;*/
    border: 1px solid #ae1d22;
}
#submit-btn:hover {
    color: #ae1d22;
	background: transparent;
    border: 1px solid #ae1d22;
}
.btn{
    font-weight: 600;
    vertical-align: middle;
	cursor: pointer;
	white-space: initial;
	padding: 10px 30px;
	margin-top: 20px;
	margin-bottom: 20px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.lightpurple-btn {
	border: 1px solid #fac536;
	background: #fac536;
	color: #FFFFFF;
	font-weight: bold;
}
.lightpurple-btn:hover, .lightpurple-btn:focus {
	border: 1px solid #fac536;
	background: #fac536;
	color: #FFFFFF;
	opacity: 0.7;
}
.purple-btn {
	border: 1px solid #CA59B3;
	background: #CA59B3;
	color: #FFFFFF;
}
.black-btn {
	border: 1px solid #000000;
	color: #FFFFFF;
	background: #000000;
}
.black-btn:hover, .black-btn:focus{
	border: 1px solid #000000;
	color: #000000;
}
.orange-btn {
	background: #ff9000;
	color: #ffffff;
}
.grey-btn {
	background: transparent;
	border: 1px solid #333333;
	color: #333333;
}
.white-btn {
	background: #FFFFFF;
	border: 1px solid #FFFFFF;
	color: #000000;
}
.white-btn:hover, .white-btn:focus{
 	background: #FFFFFF;
	border: 1px solid #FFFFFF;
	color: #000000;
}
.red-btn {
    color: #FFF;
	background: #ae1d22;
}
.red-btn:hover, .red-btn:focus {
    color: #FFF;
	background: #ae1d22;
}
.green-btn {
	color: #ffffff;
	background: #009A66;
}
.green-btn:hover {
	color: #ffffff;
	background: #009A66;
}
.blue-btn {
	background: #5683E8;
	border: 1px solid #5683E8;
	color: #ffffff !important;
}
.blue-btn:hover {
	color: #019BFF !important;
	border: 1px solid #019BFF;
	background: #FFFFFF;
}
.yellow-btn {
    color: #000000;
	background: #fac536;
}
.yellow-btn:hover {
	color: #000000;
	background: #fac536;
}
.red-btn, .green-btn, .blue-btn, .yellow-btn {
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.gradient-btn{
    color: #FFFFFF;
    background: #48dad9;
	background:-webkit-linear-gradient(45deg, #988aeb 0%, #6cb7d8 ,#48dad9 100%) !important;
    background:linear-gradient(45deg, #988aeb 0%, #6cb7d8 , #48dad9 100%) !important;
}
.gradient-btn:hover, .gradient-btn:focus, .gradient-btn:active{
    color: #FFFFFF;
}
    
#loader {
	min-height: 930px;
	position: relative;
	display: none;
}
#loader .loader-icon {
	background: url(images/loading.gif) no-repeat center center;
	background-color: #FFF;
	margin: -22px -22px;
	top: 50%;
	left: 50%;
	z-index: 10000;
	position: fixed;
	width: 44px;
	height: 44px;
	-webkit-background-size: 30px 30px;
	background-size: 30px 30px;
	border-radius: 5px;
}

.row {
	float: left;
	width: 100%;
	margin-right: 0;
	margin-left: 0;
}
.row-eq-height{
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex
}
.alignmiddle{
    align-items:center
}
.panel-grid, .so-panel {
	margin: 0px !important;
}
.panel-grid-cell {
	padding: 0px !important;
	margin: 0px !important;
}
.left{
    float: left;
}
.right{
    float: right;
}
.content {
	padding: 60px 0px;
	width: 100%;
}
.innercontent {
	padding: 20px;
	margin: 0 auto;
	display: block;
	width: 90%;
}
.leftcontent {
	padding: 0px 0px;
	margin-top: -15px;
	height: 60px;
}

#search-page .content {
	padding: 0px;
	width: 100%;
}
#search-page ul li {
    width: 100%;
    display: inline-block;
    padding: 20px 0px 40px 0px;
    margin-bottom: 10px;
    border-bottom: 1px solid #dedede;
}
#search-page .content h2 {
    font-size: 20px;
    margin-bottom: 5px;
}
#search-page .content .desc, #search-page .content .desc a {
    font-weight: 300;
    color: #939393;
    margin-bottom: 15px;
}
#search-page .content .caption {
    line-height: 1.4em;
    font-size: 14px;
    margin-bottom: 30px;
}
.metaslider .flexslider{
    margin: 0px !important;
}
.metaslider .flexslider .flex-direction-nav{
    position: absolute !important;
    top: 45% !important;
    left: 0;
    right: 0;
    width: 98% !important;
    margin: 0 auto !important;
}
.metaslider .flexslider .flex-direction-nav li a{
    background-color: #000000 !important;
    background-image: url(images/bg_direction_nav.png) !important;
    background-size: 60px;
    /*opacity: 1 !important;*/
    width: 30px !important;
    height: 40px !important;
    margin: 0 !important;
}
.metaslider .flex-control-nav{
    bottom: 10px !important;
}
/*.flex-direction-nav .flex-prev{*/
/*    left: 0 !important;*/
/*}*/
/*.flex-direction-nav .flex-next{*/
/*    right: 0 !important;*/
/*}*/
.flex-control-paging li a {
    background: #FFFFFF !important;
    border: 1px solid #FFFFFF;
}
.flex-control-paging li a.flex-active{
    background: #FFFFFF !important;
    border: 1px solid #000000;
}
.metaslider .caption-wrap{
    text-align: left !important;
    color:white !important;
    opacity: 1 !important;
    margin:0 auto !important;
    display:block !important;
    width:100% !important;
    height:100% !important;
    line-height:1.4em !important;
    background: transparent !important;
    /*background:-webkit-linear-gradient(-45deg, rgba(241, 106, 255, 0.1) 0%, rgba(106, 128, 255, 0.1) ,rgba(42, 255, 240, 0.1) 100%) !important;*/
    /*background:linear-gradient(-45deg, rgba(241, 106, 255, 0.1) 0%, rgba(106, 128, 255, 0.1) ,rgba(42, 255, 240, 0.1) 100%) !important;*/
}
.metaslider .caption {
    text-align: left !important;
    padding: 0px !important;
    margin: 0px auto !important;
    word-wrap: break-word;
    position: absolute !important;
    transform: translateY(-50%) !important;
    -ms-transform: translateY(-50%) !important;
    -webkit-transform: translateY(-50%) !important;
    top: 50% !important;
    left: 0;
    right: 0;
    width: 84% !important;
}
.metaslider .caption img{
    display:inline-block !important;
    text-align:center !important;
}
.metaslider .caption-wrap h1{
    padding: 0px !important;
    margin: 0 !important;
    font-size: 110px;
    font-weight: 900;
    color: #FFFFFF;
    text-shadow: 2px 2px 20px #4E4E4E;
    line-height: 1em;
}
.metaslider .caption-wrap h1 small{
    color: #FFFFFF;
}
.metaslider .caption-wrap .caption p{
    line-height: 1.5em !important;
    font-size: 25px !important;
    margin: 0px !important;
}
.metaslider .caption-wrap .caption .btn{
    box-shadow: 4px 4px 10px #4E4E4E;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin: 10px;
    font-size: 25px;
    font-weight: bold;
}
@media only screen and (max-width: 1200px) {

}
@media only screen and (max-width: 1024px) {

}
@media only screen and (max-width: 991px) {
    .metaslider .caption{
        width: 100% !important;
    }
    .metaslider .caption-wrap .caption p {
        font-size: 20px !important;
    }
}
@media only screen and (max-width: 767px) {
    .metaslider .caption-wrap {
        position: initial !important;
        bottom: 0 !important;
        right: 0 !important;
        left: 0 !important;
        width: 100%;
        color: #000000;
        opacity: 1;
        top: initial !important;
        transform: initial !important;
        -ms-transform: initial !important;
        -webkit-transform: initial !important;
    }
    .metaslider .caption {
        text-align: center;
        width: 100%;
        padding: 22px;
        margin: 0px;
        word-wrap: break-word;
        position: initial !important;
        top: 0% !important;
        transform: initial !important;
        -ms-transform: initial !important;
        -webkit-transform: initial !important;
    }
}
@media only screen and (max-width: 600px) {

}
@media only screen and (max-width: 480px) {
    .metaslider .flexslider .flex-direction-nav li a{
        background-size: 50px;
        width: 24px !important;
        height: 30px !important;
    }
    .metaslider .flex-control-nav{
        bottom: 0px !important;
    }
    .metaslider .flex-control-nav li a{
        margin: 0px 3px !important;
    }
    .flex-control-paging li a {
        width: 7px !important;
        height: 7px !important;
    }
    .metaslider .caption-wrap h1 {
        font-size: 20px;
    }
}
@media only screen and (max-width: 320px) {
    .metaslider .caption {
        text-align: center !important;
    }
}

.border-center{
    width: 40px;
    height: 2px;
    background: #009a66;
    margin: 10px auto;
}
.heading {
    width: 100%;
    font-size: 18px;
    padding: 0px;
    margin: 0 auto 50px auto;
    line-height: 150%;
}
.title {
    padding: 0px;
    margin: 0px 0px 20px 0px;
    display: inline-block;
    line-height: 150%;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 25px;
    font-weight: 800;
    line-height: normal;
}
.title span{
    font-weight: 300;
}
.subtitle {
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 5px;
}
.heading .caption {
	line-height: 120%;
    font-weight: 300;
}

#intro{
  
}
#intro .col-xs-12, #intro .col-xs-6{
	padding: 0px 5px;
}
.categorybox{
    position: relative;
    margin-bottom: 30px;
    display: inline-block;
	width: 100%;
}
.categorybox .image{
    width: 100%;
	height: 280px;
}
/* .bigbox .image{
	height: 600px;	
} */
.categorybox .image img{
    width: 100%;
	height: 100%;
	object-fit: cover;
	align-items: center;
}
.categorybox .content{
    text-align: center;
    position: absolute;
    top: 0;
    background: rgba(0, 0, 0, 0.2);
    color: #FFFFFF;
    width: 100%;
    height: 100%;
    margin: 0 auto;
}
.categorybox .content .caption{
    position: absolute;
    width: 90%;
    left: 0; 
    right: 0; 
    bottom: 50px; 
    margin: 0 auto;
}
.categorybox .content .caption .title{
    font-size: 2.3em;
    font-weight: 900;
    letter-spacing: 2px;
    text-transform: uppercase;
    display: block;
    margin: 0;
}
.categorybox .content .captionwithlink{
    position: absolute;
    width: 100%;
    left: 0; 
    right: 0; 
    bottom: 0; 
    margin: 0 auto;
	background: rgba(243,243,243,0.9);
	color: #000000;
}
.categorybox .content .captionwithlink a{
    display: block;
    padding: 10px;
    font-size: 16px;
    font-weight: bold;
	color: #000000;
}

#featurecategory{
	background: #e3e3e3;
}
#featurecategory ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
#featurecategory ul li{
    vertical-align: top;
    list-style: none;
    padding: 0;
    margin: 0px 0.5%;
    display: inline-block;
    width: 15%;
}
#featurecategory .owl-carousel .owl-stage {
    display: flex;
    align-items: center;
    height: 100%;
}
#featurecategory .owl-controls {
	text-align: center;
	padding: 20px 0px 0px 0px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	left: 0;
	opacity: 1;
	z-index: 3;
	overflow: hidden;
	text-decoration: none;
	height: 42px;
	width: 100%;
	display: inline-block;
	position: relative;
	bottom: 0;
}
#featurecategory .owl-controls .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1;
}
#featurecategory .owl-controls .owl-dots .owl-dot span {
	display: block;
	width: 10px;
	height: 10px;
	margin: 4px;
	border-radius: 50%;
	background: transparent;
	border: 1px solid #000000;
}
#featurecategory .owl-controls .owl-dots .owl-dot.active span, #featurecategory .owl-controls .owl-dots .owl-dot:hover span{
    background: #000000;
    border: 1px solid #000000;
}
#featurecategory #customNavHomeCategoryList {
    text-indent: -9999px;
    overflow: hidden;
    text-decoration: none;
    height: 35px;
    width: 130%;
    top: 50%;
    left: -15%;
    right: 0;
    margin: 0 auto;
    position: absolute;
}
#featurecategory #customNavHomeCategoryList .owl-prev {
	left: 0;
	width: 35px;
	height: 35px;
	font-size: 12px;
	outline: none;
	position: absolute;
	z-index: 99;
	-webkit-border-radius: 0%;
	-moz-border-radius: 0%;
	border-radius: 0%;
	background: url(images/arrow_back.png) no-repeat center;
	background-size: 35px;
	cursor: pointer;
}
#featurecategory #customNavHomeCategoryList .owl-next {
	right: 0%;
	width: 35px;
	height: 35px;
	font-size: 12px;
	outline: none;
	position: absolute;
	z-index: 99;
	-webkit-border-radius: 0%;
	-moz-border-radius: 0%;
	border-radius: 0%;
	background: url("images/arrow_back.png") no-repeat center;
	background-size: 35px;
	cursor: pointer;
	-webkit-transform: scaleX(-1);
	-moz-transform: scaleX(-1);
	-ms-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	transform: scaleX(-1);
}
#featurecategory #homecategory-wrapper{
    position: relative;
}
#homecategory-wrapper .box {
    margin: 0px 0px 15px 0px;
    padding: 10px;
    width: 100%;
    overflow: hidden;
/*     border: 1px solid rgba(242, 242, 242, 0.3); */
}
#homecategory-wrapper .image {
    max-width: 130px;
    width: 100%;
    height: auto;
    display: block;
    padding: 5px;
    margin: 0px auto;
}
#homecategory-wrapper .image img{
    padding: 0;
}
#homecategory-wrapper .content{
	padding: 10px 5px 5px 5px;
    margin: 0px;
    font-size: 13px;
    font-weight: 600;
    line-height: 120%;
}
#homecategory-wrapper .content small{
    font-weight: 300;
}
#homecategory-wrapper .box:hover {
/*     box-shadow: 2px 2px 10px #d9d9d9;
    -webkit-box-shadow: 2px 2px 10px #d9d9d9;
    background: #ffffff; */
}
#homecategory-wrapper .box:hover small {
    display: none;
}
#featurecategory .container-fluid{
    max-width: 1600px;
}

#gallery{
    
}
#gallery .container-fluid{
    max-width: 1600px;
}
#gallery .panel-group .panel {
    margin-bottom: 0;
    border-radius: 0;
    overflow: hidden;
    border: none;
}
#gallery .panel-heading{
    background: #ae1d22;
    color: #FFFFFF;
    border: none;
}
#gallery .panel-heading a{
    text-align: center;
    color: #FFFFFF;
	font-weight: bold;
}
#gallery .panel-body{
    border: none;
    padding: 20px 0px;
}
#gallery ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
#gallery ul li{
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
}
#gallery ul li iframe{
	height: 250px;
	margin-bottom: 10px;
}
#gallery .owl-controls .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1;
}
#gallery .owl-controls .owl-dots .owl-dot span {
	display: block;
	width: 20px;
	height: 5px;
	margin: 5px;
	background: #ae1d22;
	border: 1px solid #ae1d22;
}
#gallery .owl-controls .owl-dots .owl-dot.active span {
	display: block;
	width: 20px;
	height: 5px;
	margin: 5px;
	border: 1px solid #000000;
	background: #000000;
}
#gallery .owl-controls {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	left: 0;
	z-index: 3;
	overflow: hidden;
	text-decoration: none;
	height: 40px;
	width: 100%;
	display: inline-block;
	position: relative;
	bottom: 0;
	text-align: center;
    padding: 30px 0px 0px 0px;
}
#gallery .owl-controls .owl-dots .owl-dot.active span, #gallery .owl-controls .owl-dots .owl-dot:hover span{
    background:#000000;
	border: 1px solid #000000;
}

#highlight {
    max-width: 1600px;
    margin: 0 auto;
}
#highlight .content{
    background: rgba(255, 255, 255, 0.8);
    padding: 40px 20px;
    /* width: 90%; */
    line-height: 150%;
    font-size: 15px;
}
#highlight .box {
	color: #ffffff;
	width: 100%;
	margin: 0px;
	padding: 20px;
	text-align: center;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
	border-radius: 20px;
}
#highlight .box .image img{
    width: auto;
}
#highlight .box h2{
    font-weight: 500;
    font-size: 15px;
    color: #FFFFFF;
    margin: 0;
    padding: 0;
}

#ind{
    
}
#ind .col-xs-6{
    padding: 5px;
}

#category{
    padding-bottom: 0;
}
#category ul{
    margin: 0;
    padding: 0;
    -moz-column-count: 4;
    -moz-column-gap: 20px;
    -webkit-column-count: 4;
    -webkit-column-gap: 20px;
    column-count: 4;
    column-gap: 20px;
}
#category ul li{
    padding: 0;
    margin: 0px 0px 20px 0px;
    list-style: none;
}
#category .box {
    width: 100%;
    height: 180px;
    overflow: hidden;
    position: relative;
    padding: 0px;
    margin: 0px;
    border: 1px solid #000000;
}
#category .box .caption {
    position: absolute;
    z-index: 1;
    display: table;
    width: 40%;
    top: 50%;
    left: 10px;
    padding: 0;
    margin: 0;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
#category .box .title{
    text-align: left;
    background: #FFFFFF;
    display: inline-block;
    margin: 0;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 15px;
}
#category .box .price{
    background: #FFFFFF;
    line-height: 1.2;
    display: inline-block;
}
#category .image {
    position: absolute;
    width: 178px;
    height: 100%;
    right: 0;
    bottom: 0;
}
#featuredproducts{
    padding-bottom: 0;
}
#featuredproducts .woocommerce ul.products li.product, .woocommerce-page ul.products li.product{
    padding: 10px;
    box-shadow: 0px 0px 5px #adabab;
}

#testimonials{
    padding: 0;
}
#testimonials .count-number{
    display: inline-block
}
#testimonials .overlay{
    padding: 60px 0px;
    background: rgba(0, 0, 0, 0.8);
    color: #FFFFFF;
}
#testimonials-wrapper{
    position: relative;
}
#testimonials-wrapper .box{
    padding: 20px;
    background: #ffffff;
    position: relative;
    opacity: 0.1;
}
#testimonials-wrapper .box .image {
    width: 80px;
    height: 80px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    overflow: hidden;
    margin: 0 auto;
}
#testimonials-wrapper .content {
    padding: 0px 0px 30px 0px;
    margin: 0;
    line-height: 1.4em;
    text-align: center;
}
#testimonials .owl-controls {
	text-align: center;
	padding: 20px 0px 0px 0px;
}
#testimonials .owl-controls .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1;
}
#testimonials .owl-controls .owl-dots .owl-dot span {
	display: block;
	width: 20px;
	height: 5px;
	margin: 5px;
	background: #ffffff;
	border: 1px solid #ffffff;
}
#testimonials .owl-controls .owl-dots .owl-dot.active span {
	display: block;
	width: 20px;
	height: 5px;
	margin: 5px;
	border: 1px solid #ffffff;
	background: transparent;
}
#testimonials .owl-controls {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	left: 0;
	opacity: 0.7;
	z-index: 3;
	overflow: hidden;
	text-decoration: none;
	height: 42px;
	width: 100%;
	display: inline-block;
	position: relative;
	bottom: 0;
}
#testimonials .owl-controls .owl-dots .owl-dot.active span, #testimonials .owl-controls .owl-dots .owl-dot:hover span{
    background:#869791;
}

#cta{
    padding: 50px 0px;
}

#clientele{
    background: #FFFFFF;
}
#clientele .owl-stage{
	display: inline-flex;
	align-items: center;
    margin: 0px auto;
}
#clientele ul{
    list-style: none;
    padding: 0px;
    margin: 0px; 
}
#clientele ul li{
    list-style: none;
    padding: 0px;
    margin: 0px;
    text-align: center;
}
#clientele ul li img{
    text-align: center;
    margin: 0px auto;
}

#contact {
	background: #FFFFFF;
	padding: 60px 0px;
}
#contact .contactform {
	padding: 0% 10%;
}
#contact .subtitle {
    font-size: 20px;
}
#contact ul{
    width: 100%;
    margin-top: 10px;
    margin-bottom: 40px;
}
#contact ul li{
    vertical-align: top;
    margin: 0 0 15px 0;
    padding: 0;
    width: 100%;
}
#contact ul li span{
    display: inline-block;
    width: 30px;
    float: left;
}
#contact ul li label{
    display: inline-block;
    width: 90%;
    padding-left: 10px;
    line-height: 1.3em;
}
#aboutpage{
    
}
#aboutpage .content {
    max-width: 700px;
    margin: 0 auto;
    display: block;
}
#aboutpage .content .heading{
    margin: 0 auto 20px auto;
}
#visionmission{
    padding: 0;
    background-repeat: no-repeat;
    background-position: right;
    background-size: cover;
}
#visionmission .content{
    padding: 50px;
    background: #ae1d22;
    color: #FFFFFF;
}
#visionmission .bar-image img{
    width: 100%;
}
#what{
    
}
#what .bar-image img{
    width: 100%;
}
#why{
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
}
#why .content{
    background: rgba(255, 255, 255, 0.7);
}
#team1{
	
}
#team2{
	padding-top: 0;
}
#team2 .content{
	padding: 20px 0px;
}
#team2 .heading{
	margin: 0px 0px 20px 0px;
}
#team2 .heading .title{
	font-size: 2em;
	padding: 5px 0px;
}
#team2 .heading .subtitle {
    font-size: 1em;
    font-weight: bold;
    letter-spacing: 1px;
}

#news-wrapper{
	
}
#news-wrapper ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
#news-wrapper ul li{
	list-style: none;
	padding: 0px 5px;
	margin: 0px auto;
	display: inline-block;
	width: 24%;
	text-align: center;
	vertical-align: top;
}
#news-wrapper .box{
    border: 1px solid #f2f2f2;
    padding: 0px 0px;
	cursor: initial;
}
#news-wrapper .box .title {
    font-size: 15px;
	font-weight: bold;
}
#news-wrapper .box .content {
    min-height: 150px;
	text-align: center;
}
#news-wrapper .box .content .desc{
	font-size: 10px;
}

.bwg-thumbnails {
    justify-content: left !important;
}
#category-wrapper{
    
}
#category-wrapper .box{
    background: #f2f2f2;
    padding: 10px 10px 70px 10px;
}
#category-wrapper .image{
    height: auto;
    width: 100%;
    max-width: 150px;
    margin: 0 auto;
}
#category-wrapper .content{
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    padding: 10px;
    margin: 0 auto;
    background: #fac536;
    width: 94%;
    text-align: center;
}
#category-wrapper .content h6{
    margin: 0;
    padding: 0;
    font-weight: bold;
}
#category-wrapper .box:hover{
    /*background: #fac536;*/
}
#category-wrapper .box:hover .content{
    background: #000000;
    color: #FFFFFF;
}
#category-wrapper .box:hover img {
    /*display: block;*/
    /*filter: brightness(0) invert(1);*/
}
#category-wrapper .box:hover h6{
    color: #FFFFFF;
}
ul.mtree {
    margin: 0 !important;
    /*background: #000000;*/
    /*color: #FFFFFF;*/
    padding: 0px !important;
}
ul.mtree ul {
    margin-left: 1em;
}
ul.mtree li {
    list-style: none;
}
ul.mtree a {
    display: block;
    color: #000000 !important;
}
ul.mtree a:hover {
    color: #009a66 !important;
}
ul.mtree li.mtree-node > a {
    font-weight: normal;
}
ul.mtree a {
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}
ul.mtree.default li {
    margin: 0px 0px 10px 20px;
}
ul.mtree.default li.mtree-node:before {
    float: left;
    margin-top: 0px !important;
    margin-left: -15px;
    color: #000000;
    font-size: 20px;
    width: auto;
    height: auto;
    background: none; 
    zoom: 1;
}
ul.mtree.default li.mtree-open:before {
    content: '-';
}
ul.mtree.default li.mtree-closed:before {
    content: '+';
}
ul.mtree.default li > a, ul.mtree.default li > a:hover, ul.mtree.default li.current-cat > a {
    font-weight: normal;
    text-decoration: none;
}
ul.mtree.default ul{
    margin-left: 0px!important;
    padding: 20px 0px 0px 0px !important;
}
ul.mtree.default ul > li:first-child {
    margin-top: .1em;
}
ul.mtree.default ul > li:last-child {
    margin-bottom: .3em;
}
li.current-cat-parent > .children {
    height: auto  !important;
    display: block !important;
}
ul.mtree.default ul a {
    color: #969696;
    font-weight: normal;
}

#contactpage{
    padding: 0;
}
#contactpage .innercontent {
    padding:80px 0px;
    margin:0 auto;
    display:block; 
    width:100%;
}
#contactpage .title {
    position: relative;
    margin-bottom: 20px;
    padding-left: 10%;
}
#contactpage .content {
    padding:0;
    padding-left: 10%;
    padding-right: 10%;
}

#searchpage{
    
}
#searchpage .searchform{
  
}
#searchpage input[type=text]{
    width: 90%;
    margin: 0;
    border: 0;
    padding: 10px;
    max-height: 30px;
    outline: 0;
    box-sizing: content-box;
    vertical-align: top;
    height: 35px;
    border: 1px solid #f2f2f2;
}
#searchpage input[type="submit"] {
    background-image: url(images/BingIcons.png);
    background-position: -673px -32px;
    width: 50px;
    height: 50px;
    margin: 0;
    padding: 0;
    border-width: 14px;
    border-style: solid;
    cursor: pointer;
    background-color: #fac536;
    border-color: #fac536;
    color: transparent;
}

#floatcta{
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 999999;
}
#floatcta ul{
    list-style: none;
    padding: 0;
    margin: 0;
    columns: 3;
    -webkit-columns: 3;
    -moz-columns: 3;
    -webkit-column-gap: 0px; /* Chrome, Safari, Opera */
    -moz-column-gap: 0px; /* Firefox */
    column-gap: 0px;
}
#floatcta ul li{
    list-style: none;
    padding: 10px 0;
    margin: 0;
    font-size: 13px;
}
#floatcta ul li .fa{
    color: #FFFFFF;
    font-size: 16px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    padding: 6px;
    box-shadow: 0px 0px 8px #a1a1a1;
}
#floatcta ul li:hover{
    background: #eeeeee;
}
#floatcta .phone{
    background: #f5f5f5;
}
#floatcta .phone .fa{
    background: #000000;
}
#floatcta .whatsapps{
    background: #FFFFFF;
}
#floatcta .whatsapps .fa{
    background: #25D366;
}
#floatcta .signup{
    background: #f5f5f5;
}
#floatcta .signup .fa{
    background: #ae1d22;
}
#floatcta a{
    display:block;
    color: #000000 !important;
    font-weight: 600;
}


#custom-pagination{
    display: block;
    margin: 0 auto;
    text-align: center;
}
#custom-pagination .custom-page{
    display: inline-block;
    border: 1px solid #DBDBDB;
    padding: 4px 15px;
}
#custom-pagination .custom-number{
    display: inline-block;
    margin-left: 5px;
}
#custom-pagination .custom-number .page-numbers{
    border: 1px solid #DBDBDB;
    padding: 6px 8px;
}
#custom-pagination .custom-number .page-numbers.current{
    border: 1px solid #918F90;   
}
#custom-pagination .custom-number .page-numbers.prev{
    margin-right: 2px;
    padding: 3px 8px;
    font-size: 14px !important;
}
#custom-pagination .custom-number .page-numbers.next{
    margin-left: 2px;
    padding: 3px 8px;
    font-size: 14px !important;
}
.nopadding {
	padding: 0 !important;
}
.nomargin{
    margin: 0 !important;
}
.box {
	width: 100%;
	padding: 0px;
	margin-bottom: 20px;
	cursor: pointer;
}
.box .image {
    height: 260px;
} 
.box .image img {
    object-fit: cover;
    align-items: center;
	margin: 0 auto;
	display: block;
	text-align: center;
	width: 100%;
	height: 100%;
}
.box .content {
	padding: 20px 5px 5px 5px;
	width: 100%;
	border-bottom: 1px solid transparent;
}
.box .title {
	font-weight: 600;
	font-size: 20px;
	padding: 0;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
	text-transform: initial;
	color: #000000;
}
.box .subtitle{
    font-weight: 300;
    font-size: 13px;
    color: #a0a0a0;
}
.box:hover img {
	display: block;
	filter: brightness(1.1) invert(0);
}
.box .caption ul {
	list-style: none;
}
.box .caption ul li {
	padding: 5px 0px;
	line-height: 1em;
	list-style: initial;
	margin-left: 15px;
}
.box .caption ul li b {
	font-size: 15px;
	line-height: 1.1em;
	list-style: none !important;
	margin-left: 0px !important;
}
.overlay-pattern {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 60px 0px;
	background: rgba(62, 61, 61, 0.38);
}
.is-link-container {
    display: none !important;
}
.is-link-container div .is-edit-link{
    display: none ;
}
.search-form{
    /*background: rgba(255, 255, 255, 0.4);*/
    padding: 0px 20px;
    max-width: initial !important;
}
.search-form input[type="search"] {
    padding: 5px 10px;
    border: transparent;
}
.search-form input[type="submit"] {
    outline: none;
    text-align: center;
    padding: 5px 10px;
    margin: 4px 0px 5px 0px;
    background: #e2e2e2;
    color: #000000;
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-indent: -9999px;
    background: url('images/search.png');
    background-size: 20px;
    background-position: center;
    background-repeat: no-repeat;
    width: 30px;
}
.search-form input[type="submit"]:focus{
    border: none;
}

.woocommerce-store-notice, p.demo_store {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0;
    width: 100%;
    font-size: 10px;
    padding: 4px 0;
    text-align: center;
    background-color: #fac536;
    text-transform: uppercase;
    color: #fff;
    z-index: 99998;
    box-shadow: 0 1px 1em rgba(0,0,0,.2);
}
.woocommerce-store-notice a, p.demo_store a{
    position: relative;
    float: right;
    text-align: center;
    color: #fac536;
    text-decoration: none;
}
.woocommerce-store-notice a:before , p.demo_store a:before {
    content: "\f00d";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #FFFFFF;
    font-size: 12px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
.woocommerce-product-search{
    margin: 15px 0px;
}
.woocommerce-product-search #search_form{
    float: right;
    display: table;
}
.woocommerce-product-search #search_form .fa{
    font-size: 18px;
}
.woocommerce-product-search input{
    display: inline-block;
    width: 100%;
    height: auto;
    padding: 5px 10px;
    margin: 0;
    font-size: 12px;
    background: #FFFFFF;
    border: 1px solid #FFFFFF;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0;
}
.woocommerce-product-search #search_form .black-btn, .woocommerce-product-search #search_form .black-btn:hover, .woocommerce-product-search #search_form .black-btn:focus {
    border: 1px solid transparent;
    color: #585858;
    background: transparent;
    padding: 0 0 0 10px;
    outline: none;
}
.woocommerce-product-search button{
    text-align: center;
    background: #000000;
    padding: 6px 15px;
    margin: 0;
    border: none;
    outline: none;
    box-shadow: none;
    text-shadow: none;
    font-weight: normal;
    font-size: 12px;
    vertical-align: middle;
    cursor: pointer;
    white-space: nowrap;
    color: #FFFFFF;
}
.woocommerce span.onsale{
    border: 1px solid #f6a31f;
    outline: none;
    line-height: 1;
    margin: 10px !important;
    padding: 18px 5px !important;
    color: #FFFFFF;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    background-color: #f6a31f;
    font-weight: bold !important;
    border-radius: 50% !important;
    width: 50px;
    height: 50px;
    min-height: initial;
    min-width: initial;
}
.woocommerce form .form-row select, .woocommerce-page form .form-row select{
    padding: 10px;
}
.woocommerce #content table.cart td.actions .input-text, .woocommerce table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text{
    width: auto;
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
    padding: 0.95em 1em;
    border-radius: 0;
    outline: none;
    background-color: #000000;
    color: #FFFFFF;
    font-size: 9px !important;
    font-weight: bold;
    letter-spacing: 1px;
}
.woocommerce #respond input#submit.disabled, .woocommerce #respond input#submit:disabled, .woocommerce #respond input#submit:disabled[disabled], .woocommerce a.button.disabled, .woocommerce a.button:disabled, .woocommerce a.button:disabled[disabled], .woocommerce button.button.disabled, .woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled], .woocommerce input.button.disabled, .woocommerce input.button:disabled, .woocommerce input.button:disabled[disabled]{
    padding: 0.95em 1em;
    font-weight: normal;
    color: #FFFFFF;
    border-radius: 0;
    background-color: #000000; 
}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    background-color: #000000;
}
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover{
    background-color: #dad8da;
    text-decoration: none;
    background-image: none;
    color: #515151;
}
.woocommerce form .form-row.woocommerce-validated .select2-container, .woocommerce form .form-row.woocommerce-validated input.input-text, .woocommerce form .form-row.woocommerce-validated select{
    border-color: #fac536;
}
.woocommerce form .form-row .input-checkbox {
    margin: 8px 0 0;
}
.woocommerce .quantity .qty{
    padding: 0.48em;
}
.woocommerce table.shop_table {
    margin: 0;
    border-collapse: collapse;
    border-radius: 0;
}
.woocommerce table.shop_table th, .woocommerce table.shop_table td{
    padding: 1em;
}
.woocommerce div.product p.price, .woocommerce div.product span.price{
    color: #4A4A4A;
    font-size: 1.25em;
    font-weight: bold;
    padding: 10px 0px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs{
    margin: 0;
    padding: 0;
    overflow: hidden;
    position: relative;
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before {
    border-bottom: 1px solid #4A4A4A;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border: 1px solid #4A4A4A !important;
    border-bottom: 3px solid #4a4a4a !important;
    background-color: #ebe9eb;
    display: inline-block;
    position: relative;
    z-index: 0;
    border-radius: 0;
    margin: 0;
    padding: 0 1em;
    width: 50%;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::after, .woocommerce div.product .woocommerce-tabs ul.tabs li::before{
    width:0;
    height: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
    right: 0;
    border-bottom-left-radius: 0;
    border-width: 0;
}
.woocommerce div.product .woocommerce-tabs .panel {
    margin: 0 0 2em;
    padding: 20px;
    border: 1px solid #4A4A4A;
    border-top: 0;
    border-radius: 0;
}
.woocommerce-Tabs-panel h2{
    display: none;
}
.woocommerce p.stars a{
    width: 2em;
}
.woocommerce p.stars a:before{
    font-size: 20px;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3{
    font-size: 120%;
    font-weight: bold;
}
.woocommerce ul.cart_list li a, .woocommerce ul.product_list_widget li a{
    font-size: 13px;
    font-weight: normal;
}
.woocommerce ul.cart_list, .woocommerce ul.product_list_widget{
    margin: 0px 0px 10px 0px;
}
.woocommerce ul.cart_list li a.remove , .woocommerce ul.product_list_widget li a.remove {
    font-size: 1em;
    line-height: 1.3;
    height: 1.5em;
    width: 1.2em;
    border-radius: 50%;
    left: 0;
    border: 0;
}
.cart_list_form li:last-child{
    border: none;
}
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper{
    background: #FFFFFF;
}
.woocommerce div.product div.images img {
    display: block;
    width: auto;
    height: auto;
    margin: 0 auto;
}
.product_meta span.sku_wrapper{
    display: block;
}
.woocommerce ul.products li.product a img{
    width: auto;
    margin: 0 auto;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product{
    padding: 10px;
    background: #FFFFFF;
    box-shadow: 0px 0px 5px #adabab;
}
.woocommerce-page ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3{
    padding: 8px 0px;
    min-height: 60px;
    line-height: 120%;
    font-size: 100%;
    color: #000000;
}
.woocommerce-page ul.products li.product .price, .woocommerce ul.products li.product .price{
    padding: 0;
    color: #4A4A4A;
    font-size: 90%;
}
.woocommerce-page ul.products li.product .product-enquiry-button-custom, .product-enquiry-button-custom{
    /*padding: 0px 10px;*/
    margin: 0;
}
.woocommerce-page ul.products li.product .product-enquiry-button-custom .product-enquiry-click{
    border: none;
    border-radius: 0;
    box-shadow: none;
    text-shadow: none;
    text-align: center;
}
.product-enquiry-click.click-link-btn{
    display: block;
    background: #ce777a;
    color: #FFFFFF;
    font-weight: 600;
    padding: 15px 20px;
    margin: 20px 0px 0px 0px;
    border: none;
    border-radius: 0;
    box-shadow: none;
    text-shadow: none;
    text-align: center;
    /* font-size: 14px; */
    letter-spacing: 1px;
    text-transform: uppercase;
}
.product-enquiry-click.click-link-btn:hover{
    background: #ae1d22;
    color: #FFFFFF;
}
.product-enquiry-click.added::after {
    content: "\f00c";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    margin-left: 0.53em;
    vertical-align: bottom;
}
.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span{
    padding: 10px 20px;
}
/* WooCommerce 3.0 Gallery */
.woocommerce-product-gallery {
    position: relative;
    margin-bottom: 3em
}
.woocommerce-product-gallery figure {
    margin: 0
}
.woocommerce-product-gallery .woocommerce-product-gallery__image:nth-child(n+2) {
    width: 25%;
    display: inline-block
}
.woocommerce-product-gallery .flex-control-thumbs li {
    list-style: none;
    float: left;
    cursor: pointer
}
.woocommerce-product-gallery .flex-control-thumbs img {
    opacity: .5
}
.woocommerce-product-gallery .flex-control-thumbs img.flex-active,.woocommerce-product-gallery .flex-control-thumbs img:hover {
    opacity: 1
}
.woocommerce-product-gallery img {
    display: block
}
.woocommerce-product-gallery--columns-3 .flex-control-thumbs li {
    width: 33.3333%
}
.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
    width: 25%
}
.woocommerce-product-gallery--columns-5 .flex-control-thumbs li {
    width: 20%
}
.woocommerce-product-gallery__trigger {
    position: absolute;
    top: 1em;
    right: 1em;
    z-index: 99;
}
a.woocommerce-product-gallery__trigger {
    text-decoration: none;
}
.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
    position: absolute;
    top: .875em;
    right: .875em;
    display: block;
    height: 2em;
    width: 2em;
    border-radius: 3px;
    z-index: 99;
    text-align: center;
    text-indent: -999px;
    overflow: hidden;
}
.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
    background-color: #169fda;
    color: #ffffff;
}
.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger:hover {
    background-color: #1781ae;
    border-color: #1781ae;
    color: #ffffff;
}
.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger:before {
    font: normal normal normal 1em/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: block;
    content: "\f00e";
    line-height: 2;
    text-indent: 0;
}
.product_meta{
    padding-top: 10px;
    margin-top: 20px;
    border-top: 1px solid #000000;
}
.related{
    padding-top: 20px;
    padding-bottom: 0px;
}
.related > h2{
    text-transform: capitalize;
    font-size: 18px;
    font-weight: bold;
    background: #f2f2f2;
    padding: 10px;
}

.alert-success{
    display: none;
}
.alert-overlay {
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 1.02;
    display: block;
    z-index: 999;
}
.alert-content {
    font-weight: bold;
    padding: 10px;
    text-align: center;
    width: 80%;
    max-width: 500px;
    padding: 30px 20px;
    border-radius: 5px;
    text-align: center;
    position: fixed;
    left: 0;
    right: 0;
    top: 30%;
    margin: 0px auto;
    overflow: hidden;
    z-index: 99999;
    background: #FFFFFF;
}
.alert button.close {
    top: 10px;
    right: 20px;
    position: absolute;
}

.navbar-collapse {
	box-shadow: none;
}
.navbar-inverse li.menu-item-open-left:hover > ul.sub-menu,
.navbar-inverse li.menu-item-open-left.link-focus > ul.sub-menu {
	right: 0;
}
/* .navbar-inverse li.menu-item-open-left li:hover > ul.sub-menu,
.navbar-inverse ul ul li.link-focus > ul.sub-menu {
	right: 100%;
	left: auto;
} */
.site-main .comment-navigation,
.site-main .paging-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}
.comment-navigation .nav-previous,
.paging-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	clear: both;
	padding: 10px 0px;
}
.comment-navigation .nav-next,
.paging-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
.nav-links {
	border-top: 1px solid #ACABAB;
}
.nav-links a {
	color: #000000;
	padding: 0px;
}
.nav-links a:hover {
	color: #000000;
	text-decoration: underline;
}
.prev {
	padding: 15px 0 15px 60px;
	display: inline-block;
	margin-right: 10px;
	border: none;
}
.next {
	padding: 15px 60px 15px 0;
	display: inline-block;
	margin-left: 10px;
	border: none;
}
.page-numbers {
	padding: 0 5px 4px;
	font-size: 14px;
}

span.page-numbers {
	font-weight: bold;
	text-decoration: underline;
}
.site-main .post-navigation {
	float: left;
	width: 100%;
}
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}
.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: '';
	display: table;
}
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}
.singleblogtitle {
    padding: 0px;
    margin: 0px 0px 10px 0px;
    line-height: 120%;
}

.widget .widget-title {
    font-size: 16px;
    font-weight: 600 !important;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #cccccc;
}
.widget h1.widget-title {
	width: 100%;
	color: #ffffff !important;
	text-align: center;
	margin-bottom: 10px !important;
}
.widget h3.widget-title {
    font-size: 20px;
    font-weight: 300;
    text-transform: uppercase;
}
.widget-area {
	float: left;
	width: 100%;
}
.widget-area .widget {
	clear: both;
    padding: 20px 10px;
    margin-bottom: 20px;
    background: #f3f3f3;
}
.widget-area ul li {
	margin: 0px;
	line-height: 1.2em;
	padding: 0px 0px 6px 0px;
	text-align: left !important;
	text-transform: capitalize;
	font-weight: normal;
}
.widget_search .search-submit {
	display: block;
	width: 46px;
	height: 46px;
	position: absolute;
	top: 0;
	right: 0;
	padding: 0;
	margin: 0;
	background: url(images/search_icon.png) no-repeat center center;
	text-indent: -9999999px;
}
.widget_search label {
	margin-bottom: 5px;
	width: 100%;
	position: relative;
}
.widget_search form {
	position: relative;
}
.widget_search input {
	width: 83%;
	padding: 12px 15% 12px 2%;
}
.widget ul {
	margin: 0 0 20px 0px;
	padding: 0;
	display: block;
}
.widget li {
	margin: 0px 0px 10px 20px;
	position: relative;
}
.widget li a {
	color: #404040;
}
.widget li a:hover {
	color: #808080
}

.widget ul.horizontal {
	margin: 0;
	padding: 0;
	display: inline-block;
}
.widget ul.horizontal li {
	list-style: none;
	margin: 0px 0px 3px 0px;
	position: relative;
	float: left;
}
.widget ul.menu {
	padding: 0px 0px 10px 0px;
}
.widget ul.menu li {
	list-style: none;
	margin: 0px 0px 5px 0px;
	padding: 0px 30px;
	display: inline;
	border-right: 1px solid #ffffff;
}
.widget ul.menu li:last-child {
	margin-right: 0px;
	border-right: 0px solid #ffffff;
}
.widget ul.menu li a {
	color: #ffffff;
	text-transform: uppercase;
	font-size: 24px;
	line-height: 1.5em;
	margin: 0;
	padding: 0;
	display: inline-block;
}
.widget ul.menu li.current-menu-item a {
	color: #fac536;
}
.widget ul.menu li a:hover {
	color: #fac536;
}
.widget ul.product-categories{
    columns: 3;
    -webkit-columns: 3;
    -moz-columns: 3;
}
.widget ul.product-categories li{

}
#wcc_widget-2{
    background: #f3f3f3;
}
.container>.navbar-header,
.container-fluid>.navbar-header,
.container>.navbar-collapse,
.container-fluid>.navbar-collapse {
	margin-right: 0;
	margin-left: 0;
}
.site-content {
	background: #FFF;
	min-height: 600px;
}
.home-content {
	margin-top: 0px;
}
.byline,.updated {
	display: none;
}
.single .byline,.group-blog .byline {
	display: none;
}
.entry-meta-large .byline,.entry-meta-large .updated {
	display: none;
}
.page-content,.entry-summary {
	margin: 1.5em 0 0;
	line-height: 1.4em;
}
.entry-summary ul{
    list-style: initial !important;  
}
.entry-summary ul li{
    margin: 0px 0px 10px 20px;
    position: relative;
    border-bottom: 0px solid !important;
    padding: 0 !important;
    list-style: initial !important;
    display: list-item !important;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}
.page-header-empty{
    height: 80px;
    border-bottom: 1px solid #cccccc;
    margin-bottom: 30px;
}
.page-header{
    width:100%;
    height: 250px;
    margin:0px;
    padding:0px;
    z-index:0;
    background-color: #000000;
    border-bottom: 0px solid #000000;
}
.page-header-small{
    width:100%;
    height: 350px;
    margin:0px;
    padding:0px;
    z-index:0;
}
.page-header .overlay{
    width:100%;
    height:100%;
    background:rgba(228, 228, 228, 0.5);
}
.page-header h1.page-title span{
    position:relative;
    font-size:24px;
    padding-top:20px;
    color:#FFFFFF !important;
}
.page-header h1.page-title:before{
    position:absolute;
    margin:auto;
    z-index:1;
    content:"";
    width:35%;
    height:2px;
    background:#FFFFFF;
    bottom:-9px;
    left:0;
}
.page-header-content{
    position:relative;
    display:table;
    top:50%;
    width: 100%;
    max-width: 900px;
    margin: 0px auto;
    padding:0px;
    transform:translateY(-50%);
    -ms-transform:translateY(-50%);
    -webkit-transform:translateY(-50%);
    font-size: 18px;
    font-weight: 500;
    text-transform: initial;
}
.page-header-content h3.page-title{
    font-size:40px;
    font-weight:900;
    text-align: center;
    text-transform: uppercase;
	line-height: 110%;
    letter-spacing: 10px;
    padding:0;
    margin:0 auto;
    display: inline-block;
    left: 0;
    right: 0;
    width: 85%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.page-header-content .caption {
    font-size: 16px;
    font-weight: 300;
    text-transform: initial;
    line-height: 1.5;
    padding-top: 10px;
}
article .page-header{
	background: transparent;
    height: auto;
    margin-bottom: 20px; 
    border-bottom: 0px solid rgb(238, 238, 238);
}
.breadcrumb{
    width:90%;
    margin:0 auto;
    padding:35px 0;
    line-height:1em;
    font-size:15px;
    font-weight:normal;
    text-align:center;
    list-style:none;
    background-color:transparent;
}
.breadcrumb a , .breadcrumb a:hover , .breadcrumb span{
    font-size:15px;
    line-height:1em;
    color:#ffffff;
}
.entry-title {
	margin-top: 0;
	padding-top: 0;
	position: relative;
}
.entry-meta {
	padding-top: 10px;
    margin-bottom: 15px;
}
.entry-meta a{
	color: #000000;
}
.cat-links{
	
}
.cat-links a{
	color: #000000;
}
.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.section-header {
	padding: 0px;
}
.section-header .section-legend {
	font-size: 16px;
	margin-bottom: 0;
	color: #808080;
	padding-top: 0;
}
.preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #fefefe;
	z-index: 99999;
	height: 100%;
	width: 100%;
	overflow: hidden !important;
}
.status {
	width: 200px;
	height: 200px;
	position: absolute;
	left: 50%;
	top: 50%;
	background-image: url(images/loading.gif);
	background-repeat: no-repeat;
	background-position: center;
	margin: -100px 0 0 -100px;
}
#parallax_move .layer {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	width: 100%;
	height: 100%;
	background-position: top center;
}
.home-header-wrap {
	overflow: hidden;
	position: relative;
}
.header.header {
	width: 100%;
	/*position: absolute;*/
}
.header.header > .navbar {} 
.header-content-wrap-custom {
	background: rgba(0, 0, 0, 0.65);
	position: relative;
	-webkit-box-shadow: 0px 5px 11px 0px rgba(50, 50, 50, 0.08);
	box-shadow: 0px 5px 11px 0px rgba(50, 50, 50, 0.08);
	padding: 5% 0;
}
#info {
    width: 100%;
    margin: 0px 0px;
    padding: 5px 0px;
    text-align: right;
    z-index: 9;
}
#info ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
#info ul li {
    list-style: none;
    padding: 10px;
    margin: 0px 5px;
    display: inline-block;
    /*box-shadow: 0px 1px 2px #DDDDDD;*/
    color: #1a1a1a;
}
#info ul li .detailbox{
    display: flex;
    align-items: center;
    line-height: 120%;
}
#info ul li .icon{
    float: left;
    font-size: 18px;
    margin: 0 10px 0 0;
}
#info ul li .icon .fa{
    color: #FFF;
    background: #ae1d22;
    padding: 9px 8px;
    border-radius: 2px;
    width: 36px;
    height: 36px;
    text-align: center;
    border-radius: 50%;
}
#info ul li .detail{
    float: right;
    color: #1a1a1a;
    text-align: left;
}
#info ul li span{
    color: #BBBBBB;
    display: block;
    font-size: 9px;
    letter-spacing: 1px;
}
#info ul.right_menu{
    margin: 0px;
    padding: 0;
    float: right;
    z-index: 9;
    width: 30%;
}
#info ul.right_menu li{
    list-style: none;
    display: inline-block;
    padding: 0px;
    margin: 0px;
    vertical-align: middle;
    padding-right: 8px;
}
#info ul.right_menu li:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: 0;
}
#info ul.right_menu li .woocommerce-product-search{
    margin: 0;
}
#info ul.right_menu li .woocommerce-product-search #search_form {
    float: initial; 
    display: table;
    width: 100%;
    max-width: 180px;
}
#info ul.left_menu{
    margin: 0px;
    padding: 0;
    float: left;
    text-align: left;
    z-index: 9;
    top: 0;
    left: 0;
    width: 70%;
}
#info ul.left_menu li{
    list-style: none;
    display: inline-block;
    padding: 0px;
    margin: 0px;
    vertical-align: middle;
    margin-right: 4px;
    padding-right: 8px;
    border-right: 1px solid #404040;
}
#info ul.left_menu li:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: 0;
}
#info ul.left_menu li .fa {
    /*line-height: 1;*/
    /*font-size: 140% !important;*/
    /*vertical-align: sub;*/
    /*margin-right: 5px;*/
}
#info ul.left_menu .floating_n {
    display: none;
    position: absolute;
    top: -5px;
    right: -15px;
    background: #fff;
    color: #000;
    line-height: 1;
    border-radius: 50%;
    padding: 2px;
    width: 21px;
}

#info ul.social {
    margin: 0;
    padding: 0;
    float: right;
} 
#info ul.social li {
    display: inline-block;
    padding: 5px;
    margin: 0px;
    vertical-align: middle;
}
#info ul.social li:first-child {
    padding-left: 0px;
}
#info ul.social li:last-child {
    padding-right: 0px;
}
#info ul.social li img{
    width: 30px;
}
#info ul.social li img:hover{
    box-shadow: 1px 1px 8px #000000;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

#top-search-form{
    position: absolute;
    background: #FFFFFF;
    z-index: 1;
    text-align: right;
    width: 100%;
    display: none;
}
#top-search-form input[type="submit"]:hover {
    color: #fff;
    border: 0px solid #fac536;
}
#top-search-form .panel-last-child{
    display: inline-block;
    position: absolute;
    top: 22%;
    right: 1%;
}
#top-search-form #close-btn{
    font-size: 20px;
    font-weight: normal;
    color: #5dbaa9;
}
#site-navigation {
	/*float: right;*/
	padding: 0;
	margin: 0;
	clear: both;
    width: 100%;
    background: #ae1d22;
}
.navbar {
	background: transparent;
	border: 0;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
	border-radius: 0 !important;
	text-align: left;
}
.home .navbar{
    background: #FFFFFF;
}
#main-nav {
	z-index: 20;
	width: 100%;
	margin-bottom: 0;
    padding: 0px;
    background: transparent;
    /*-webkit-transform: translate3d(0, 0, 0);*/
    /*-moz-transform: translate3d(0, 0, 0);*/
    /*-ms-transform: translate3d(0, 0, 0);*/
    /*-o-transform: translate3d(0, 0, 0);*/
    /*transform: translate3d(0, 0, 0);*/
    -webkit-transition: -webkit-transform 0.4s, background 0.4s;
    -moz-transition: -moz-transform 0.4s, background 0.4s;
    -o-transition: -o-transform 0.4s, background 0.4s;
    transition: transform 0.4s, background 0.4s;
}
#main-nav.fixed {
	position: fixed;
	z-index: 9999;
	top: 0;
    padding: 0px;
    background: rgba(255, 255, 255, 1);
    /*-webkit-transform: translate(0, -1em);*/
    /*-moz-transform: translate(0, -1em);*/
    /*-ms-transform: translate(0, -1em);*/
    /*-o-transform: translate(0, -1em);*/
    /*transform: translate(0, -1em);*/
    /*-webkit-transform: translate3d(0, -1em, 0);*/
    /*-moz-transform: translate3d(0, -1em, 0);*/
    /*-ms-transform: translate3d(0, -1em, 0);*/
    /*-o-transform: translate3d(0, -1em, 0);*/
    /*transform: translate3d(0, -1em, 0);*/
    box-shadow: 0px 2px 10px rgba(0,0,0,0.1);
}
.navbar-inverse .navbar-nav {
	margin-left: 0;
	margin-right: 0;
}
.navbar-inverse .navbar-nav >li {
	display: inline-block;
	float: initial !important;
}

.navbar-inverse .navbar-nav >li:hover, .navbar-inverse .navbar-nav >li.current-menu-item {
	/*background: rgba(5, 168, 222, 0.14);*/
}
.navbar-inverse .navbar-nav>li>a {
    font-size: 12px;
    font-weight: 500;
    color: #FFFFFF;
    padding: 10px 20px;
    margin: 0px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.navbar-inverse .navbar-nav>li.has_children>a{
    padding-right: 20px;
}
.navbar-inverse .navbar-nav>li:last-child {
	/*margin-right: 0 !important;*/
	/*margin-left: 10px;*/
	/*background: #fac536;*/
	/*color: #FFF;*/
	/*-webkit-border-radius: 5px;*/
	/*-moz-border-radius: 5px;*/
	/*border-radius: 5px;*/
}
.navbar-inverse .navbar-nav>li:last-child a, .navbar-inverse .navbar-nav>li:last-child a:hover{
    /*color: #FFF;*/
    /*padding: 10px 15px;*/
}

.navbar-inverse .navbar-nav>li>a span {
	font-weight: 600;
	font-size: 12px;
	color: #000000;
}
.navbar-inverse .main-navigation ul > li {
	display: inline;
	margin-top: 20px;
}
.navbar-inverse .main-navigation > ul > li:last-child {
	margin-right: 0 !important;

}
.navbar-inverse .main-navigation > ul > li > a {
	color: #404040;
	padding: 0;
	line-height: 35px;
}
.navbar-inverse .navbar-nav ul.sub-menu {
	left: -999em;
	position: absolute;
	top: 100%;
	background: #fff;
	width: 450px;
	box-shadow: 3px 3px 2px rgba(50, 50, 50, 0.08);
	z-index: 9999;
	padding: 10px;
	columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
}
.navbar-inverse .navbar-nav ul.sub-menu {
	margin: 0;
}
.navbar-inverse .navbar-nav ul.sub-menu ul.sub-menu {
	position: absolute;
	top: 0;
	columns: 1;
    -webkit-columns: 1;
    -moz-columns: 1;
	width: 200px;
}
.navbar-inverse .navbar-nav ul.sub-menu li {
	float: none;
	position: relative;
	list-style: none;
	padding: 5px ;
}
.navbar-inverse .navbar-nav ul.sub-menu li a {
	color: #404040;
	font-size: 12px;
	padding: 8px 0px;
}
.navbar-inverse .navbar-nav ul.sub-menu li:hover > a,
.navbar-inverse .navbar-nav ul.sub-menu li.link-focus > a {
	color: #ae1d22;
}
.navbar-inverse .navbar-nav ul.sub-menu ul.sub-menu li {
	display: inline-block;
    width: 100%;
}
.navbar-inverse ul ul {
	left: -999em;
}
.navbar-inverse ul ul ul {
	left: -999em;
	top: 0;
}
.navbar-inverse ul li:hover > ul.sub-menu,
.navbar-inverse ul li.link-focus > ul.sub-menu {
	left: 0;
}
.navbar-inverse ul ul li:hover > ul.sub-menu,
.navbar-inverse ul ul li.link-focus > ul.sub-menu {
	left: 100%;
}
.navbar-inverse .navbar-toggle,
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
	background-color: transparent;
	filter: alpha(opacity=100);
	opacity: 1;
	box-shadow: none;
	border-color: none;
	border: 0px dotted black;
	outline: none;
}
.navbar-inverse .navbar-toggle .icon-bar {
	background-color: #000000;
}
.navbar-toggle.active {} .navbar-toggle.collapsed {
	background-color: transparent !important;
}
#site-navigation > ul {
	width: auto;
	position: relative;
}
#site-navigation > ul ul {
	text-align: left;
}

.navbar-header {
	position: relative;
	float: initial;
}
.navbar-header-menu {
	float: right;
}
.responsive-logo {
    width: 200px;
    float: left; 
    position: relative; 
    z-index: 2;
    padding: 10px 0px;
}
.responsive-logo img{
    width: 100%;
    max-width: 100%;
}
#main-nav.fixed .responsive-logo img{
    width: 80%;
}
.navigation-wrapper {
	width: 100%;
    text-align: center;
    margin: 0 auto;
    display: inline-block;
    z-index: 1;
    position: relative;
	/*float: right;*/
	/*position: absolute;*/
	/*display: table;*/
	/*top: 50%;*/
	/*right: 0;*/
	/*transform: translateY(-50%);*/
	/*-ms-transform: translateY(-50%);*/
	/*-webkit-transform: translateY(-50%);*/
}
.navbar-inverse .navbar-nav > li {} 
.navbar-inverse .navbar-nav>li>a:hover, .navbar-inverse .navbar-nav>li>a:focus {
	/*color: #009A66;*/
	background: rgba(255, 255, 255, 0.4);
}
.navbar-inverse .navbar-nav>li>a:hover span,
.navbar-inverse .navbar-nav>li>a:focus span {
	color: #000000;
}
.navbar-inverse .navbar-nav>li.current>a {
	position: relative;
	outline: none;
}
.navbar-right {
	float: initial !important;
	margin-right: 0px !important;
}
ul.nav > li.menu-item-home > a:before {
	content: "";
	display: none;
}
li.current>a:before {} ul.nav > li.current_page_item > a:before, ul.nav > li.current-menu-item > a {
	outline: none;
	/*color: #009A66;*/
	background: rgba(255, 255, 255, 0.4);
}
ul.nav > li.current_page_item > a:before,
ul.nav > li.current-menu-item > a:before {} ul.nav > li.current_page_item.menu-item-home > a:before {
	content: "";
	display: none;
}
ul.nav > li.current_page_item.current > a:before {} 

.sitecontactlist {
	height: 100%;
	display: inline-block;
	margin: 0px;
	padding: 0px;
	position: relative;
}
.sitecontactlist ul {
    
} 
.sitecontactlist ul li {
    display: block;
    padding: 0px;
    margin: 0px 0px 10px 0px;
    line-height: 150%;
    vertical-align: middle;
}
.sitecontactlist i {
    padding: 0px 5px 0px 0px;
    text-align: center;
    font-size: 20px;
    width: 25px;
}
.sitecontactlist .caption {
	float: left;
	width: 20%;
	height: 100%;
	text-align: center;
}

#footer {
    position: relative;
    background: #f2f2f2;
}
#footer .widget ul.menu li {
    margin: 0;
    padding: 0;
    border: none;
    text-align: left;
    display: block;
    line-height: 2em;
}
#footer .widget ul.menu li a {
    color: #404040;
    text-transform: capitalize;
    font-size: 14px;
    line-height: 1.5em;
    margin: 0;
    padding: 0;
    display: inline-block;
}
#footer .widget ul.menu li a:hover{
    color: #808080;
}
#footer .form-label input,
#footer .form-label textarea {
	width: 100%;
	padding: 10px;
	background: transparent;
	/*border: 1px solid rgba(255, 255, 255, 0.56);*/
	font-style: italic;
	/*color: rgba(255, 255, 255, 0.56);*/
}
#footer #submit-btn {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
	border-radius: 0px;
}
#footer ul.social {
    margin: 0 auto;
    padding: 0;
    text-align: center;
    display: inline-block;
}
#footer ul.social li {
    margin: 0;
    padding: 0 5px;
    display: inline-block;
    width: 40px;
    text-align: center;
}
#footer ul.social li .fa{
    color: #FFFFFF;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}
.copyright {
    padding: 10px 0px;
    font-size: 12px;
    /*border-top: 1px solid #fafafa;*/
    background: #000000;
    color: #FFFFFF;
}

.footer-widget-wrap > .container {
	text-align: left;
}
.footer-widget {
	float: none;
	display: inline-block;
	vertical-align: top;
	width: 100%;
}
.footer-widget ul#menu-menu-1 {
	list-style: none;
}
.footer-widget ul {
	margin-left: 0;
	padding-left: 0;
}
.footer-widget li {
	list-style: none;
	margin-left: 0;
	text-align: left;
}
.footer-widget li a {
	color: #000000;
}
.footer-widget li a:hover {
	color: #fac536;
}
.footer-widget-wrap {
	width: 100%;
	padding: 60px 0px;
	display: inline-block;
}
.footer-widget-wrap .widget .widget-title {
    font-size: 20px;
    font-weight: bold !important;
    padding: 0px 0px 15px 0px;
    margin: 0;
    border-bottom: 0px solid;
    text-transform: uppercase;
}
.footer-widget-wrap .widget ul.product-categories{
    columns: 3;
    -webkit-columns: 3;
    -moz-columns: 3;
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer-widget-wrap .widget ul.product-categories li{
    list-style: none;
    padding: 0px 0px 0px 25px;
    margin: 0px 0px 10px 0px;
    position: relative;
    line-height: 160%;
    font-size: 13px;
}
.footer-widget-wrap .widget ul.product-categories li:before{
    content: "\f105";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #FFFFFF;
    background: #676767;
    font-size: 11px;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0;
    text-align: center;
    border-radius: 50%;
    width: 20px;
    height: 20px;
}
.footer-widget-wrap .tagcloud a {
	background: none;
	padding: 2px 5px;
	color: #404040;
}
.footer-widget-wrap .tagcloud a:hover {
	color: #FFF;
}

div.wpcf7-validation-errors, div.wpcf7-acceptance-missing, div.wpcf7-response-output {
    border: 0px solid #f7e700 !important;
    margin: 5px 0px !important;
    padding: 0 !important;
}
.formpadding {
	padding: 0px;
	margin: 0;    
} 
.formheader {
    padding: 0px 0px 20px 0px;
    font-weight: 300;
}
.formcontent {
    width: 100%;
    display: inline-block;
}
.form-label {
	padding: 0px;
	margin-bottom: 15px;
}
.form-label label {
	width: 100%;
	padding-bottom: 10px;
}
.form-label input, .form-label select {
    width: 100%;
    padding: 10px;
    background: #FFFFFF;
    border: 1px solid #b1b1b1;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0;
}
.form-label textarea {
    width: 100%;
    padding: 10px;
    background: #FFFFFF;
    border: 1px solid #b1b1b1;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0;
}
.form-label .woocommerce{
    background: #FFFFFF;
}
.cart_list_form {
    border: 1px solid #b1b1b1 !important;
    border-radius: 0px !important;
}
.form-label .cart_list_form{
    width: 100%;
}

article.hentry {
	float: left;
	width: 100%;
}
article.sticky {
	background: #f9f9f9;
	padding: 10px;
}
article {
	text-align: left;
}

.blogtitle {
	display: block !important;
	line-height: 1em;
}
.blogtitle:after {
	display: none !important;
}
.clear {
	clear: both;
}
.content-left-wrap {} 
.sidebar-wrap.content-left-wrap {
	/*margin-top: 50px;*/
	/*padding-top: 0;*/
}
.debar-wrap {
	margin-top: 50px;
}

.listpost-content-wrap .entry-title:before {
	display: none;
	content: "";
}
.listpost-content-wrap .entry-title a:after {
	position: absolute;
	margin: auto;
	z-index: 1;
	content: "";
	width: 35%;
	height: 2px;
	background: #fac536;
	bottom: -9px;
	left: 0;
	width: 50px;
	display: none;
}
.post .entry-footer {
	padding-top: 50px;
}
.listpost-content-wrap h1.entry-title a {
	float: none;
	position: relative;
}
.listpost-content-wrap-full {
	width: 100%;
}
.listpost-content-wrap-full .list-post-top {
	min-height: 1px;
}
.listpost-content-wrap .entry-content {
	margin-top: 1em;
}
.listpost-content-wrap .entry-footer {
	padding-top: 10px;
}
.listpost-content-wrap-full .entry-footer > span,
.listpost-content-wrap .entry-footer > span {
	padding-right: 15px;
}
.listpost-content-wrap .entry-content p {
    line-height: 1.4em;
    font-size: 14px;
    margin-bottom: 30px;
}
.entry-content {
	margin: 0;
}
.list-post-top {
	min-height: 130px;
	display: inline-block;
	width: 70%;
	border-top: 2px solid #000000;
}
.search .list-post-top {
	min-height: 1px;
}
.entry-footer {
	background: transparent;
}
.entry-footer-large a {
	color: #8b8b8b;
	font-style: italic;
}
.entry-footer-large {
	background: transparent;
	padding: 0 0 20px 0px;
	position: relative;
	padding-right: 200px;
	float: left;
	width: 100%;
}
.entry-footer-large > span {
	padding-right: 5px;
}
.entry-footer-large-left {
	float: left;
}
.large-container .entry-content p {
	margin: 4px 20px 0px 0px;
}
.entry-content {
	margin: 0;
}


.widget_calendar table,
.widget_calendar td {
	border: 0;
	border-collapse: separate;
	border-spacing: 1px;
}
.widget_calendar caption {
	font-size: 14px;
	margin: 0;
	margin-bottom: 6px;
}
.widget_calendar th,
.widget_calendar td {
	padding: 0;
	text-align: center;
}
.widget_calendar a {
	display: block;
	background: #f9f9f9;
	color: #fac536;
}
.widget_calendar a:hover {
	background-color: #fac536;
	color: #FFF;
}
.widget_calendar tbody td {
	background-color: #f9f9f9;
}
.site-footer .widget_calendar tbody td {
	background-color: rgba(255, 255, 255, 0.05);
}
.widget_calendar tbody .pad, .site-footer .widget_calendar tbody .pad {
	background-color: transparent;
}
.widget_calendar thead th {
	background: #e9e9e9;
	border: none;
}
.entry-meta-large {
	float: right;
	position: absolute;
	right: 0;
	top: 0
}
.entry-content p {} .post-img-wrap-large a img {
	max-width: 100%;
	width: 100%;
	height: auto;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3 ease-out;
}
.listpost-content-wrap-large {
	position: absolute;
	bottom: 0px;
	background: rgba(255, 255, 255, 0.9) none repeat scroll 0% 0%;
	min-height: 50px;
	width: 100%;
	padding: 15px 20px 0px 20px;
	border-top: 2px solid #FFF;
}
.large-container {
	background-color: #fff;
	-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
	border-radius: 4px;
	margin: 0 0 35px 0;
	position: relative;
	width: 95%;
	float: left;
}
.large-container .list-post-top {
	min-height: 130px;
}

.dropdownmenu{
    position: absolute;
    display: block;
    margin: 0;
    padding: 0;
    top: 10px;
    right: 10px;
    cursor: pointer;
}
.dropdownmenu:before{position:absolute;color:#FFFFFF;content:"\f107";font-family:FontAwesome;font-style:normal;font-weight:normal;}
ul.sub-menu li .dropdownmenu{top: 5px;right:10px;}
ul.sub-menu li .dropdownmenu:before{color:#000000;content:"\f105";font-family:FontAwesome;font-style:normal;font-weight:normal;}
.mobile-bg-fix-wrap {
	width: 100%;
	overflow: hidden;
}
.mobile-bg-fix-wrap .mobile-bg-fix-img-wrap {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 0;
}
.mobile-bg-fix-wrap .mobile-bg-fix-img {
	position: absolute;
	width: 100%;
	height: 125%;
	left: 0;
	top: 0;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.mobile-bg-fix-wrap .mobile-bg-fix-whole-site {
	position: relative;
	z-index: 1;
}
@media (max-width: 1600px) {

}
@media (max-width: 1400px) {

}

@media (max-width: 1200px) {

}
@media (min-width: 992px) {
    #open-wcc_block, #close-wcc_block{
        display: none;
    }
    .wp_widget_plugin_box .wcc_block{
        display: block !important;
    }
}
@media (max-width: 991px) {
    h1{
    	font-size: 28px;
    }
    h2 {
    	font-size: 26px;
    }
    h3 {
    	font-size: 22px;
    }
    h4 {
    	font-size: 20px;
    }
    h5 {
    	font-size: 18px;
    }
    h6 {
    	font-size: 15px;
    }
    section{
        padding: 50px 0px;
    }
    .is-menu.default form {
        padding: 8px 0px 0px 0px;
        border-top: 1px solid rgba(255, 255, 255, 0.41);
    }
	.navbar-header-menu {
		float:initial;
	}
	.navigation-wrapper {
        float: right;
        position: absolute;
        right: 0;
        top: 0;
        left: initial;
        width: 100%;
        transform: initial;
        -ms-transform: initial;
        -webkit-transform: initial;
	}
	.site-content {
		margin-top: 0;
	}
	#main-nav {
		overflow: visible;
	}
	#main-nav .container{
	    width: 100%;
	}
	.responsive-logo {
        width: 150px;
    }
	.navbar-toggle {
	    float: right !important;
        z-index: 1 !important;
        padding: 24px 10px;
        margin-right: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
	}
	.navbar-toggle.active span.icon-bar:nth-child(2){
	    display: none;
	}
	.navbar-toggle.active span.icon-bar:nth-child(1){
	    transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
        margin-top: 5px;
        margin-left: 2px;
        width: 25px;
	}
	.navbar-toggle.active span.icon-bar:nth-child(3){
        transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
        margin-top: -2px;
        margin-left: 2px;
        width: 25px;
	}
	.navbar-inverse .navbar-nav {
		line-height: normal;
		text-align: center;
		margin: 0px;
		padding: 5px 0px;
	}
	.navbar-inverse .navbar-nav > li {
		display: inline-block;
		margin-left: 0 !important;
		margin-right: 0 !important;
		width: 100%;
		position: relative;
		padding: 6px 0px;
	}
	.navbar-inverse .navbar-nav>li:last-child{
	    
	}
	.navbar-inverse .navbar-nav > li a {
		text-align: left;
		height: auto;
		display: block;
		padding: 2px 10px;
		margin: 0px 15px;
	}
	.navbar-inverse .navbar-nav>li>a:hover, .navbar-inverse .navbar-nav>li>a:focus {
		background: transparent;
	}
	.navbar-inverse .navbar-nav li.this-open > ul {
		display: block !important;
	}
	.navbar-inverse .navbar-nav ul.sub-menu {
		display: none !important;
		position: relative;
		top: 0;
		box-shadow: none;
		width: 100%;
	}
	.navbar-inverse .navbar-nav ul.sub-menu li {
		/*width: 100%;*/
		/*float: left;*/
		margin: 0 10px;
		padding: 0;
	}
	.navbar-inverse .navbar-nav ul.sub-menu li a {
        margin: 0;
        /* float: left; 
        border-bottom: 1px solid #EDEDED;*/
	}
	.dropdownmenu{
	    position: absolute;
        top: 10px;
        left: 110px;
        width: 20px;
        height: 20px;
	}
	ul.sub-menu li .dropdownmenu {
        top: 10px;
        right: 10%;
    }
    ul.sub-menu li .dropdownmenu:before {
        color: #000000;
        content: "\f107";
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
    }
	.navbar-nav.navbar-right:last-child {
		margin-right: 0;
	}
	.navbar-inverse .navbar-nav ul.sub-menu li:last-child a {
		border-bottom: none;
	}
	.navbar-inverse .navbar-nav ul.sub-menu ul.sub-menu {
		position: relative;
		left: 0;
		top: 0;
	}
	.navbar-collapse {
		max-height: 100%;
	}
	.this-open > a {
		/*color: #fac536 !important;*/
	}
	li.current>a:before {
		content: "";
		display: none !important;
	}
	#site-navigation{
        border-top: 0;
        max-height: 80vh !important;
        overflow-y: auto;
	}
	#site-navigation > ul ul {
		left: 0;
		font-size: 12px;
	}
	#info{
	    margin: 0px 25px 0px 0px;
	}
	#info ul li{
	    padding: 0;
	}
	#intro .col-sm-6, #intro .col-sm-12{
		padding: 0px 5px;
	}
	.categorybox {
		margin-bottom: 10px;
	}
    .title {
        font-size: 24px;
    }

    .page-header {
        background-position: right;
    }
    .content-left-wrap{
        padding: 0px;
        display: inline-block;
        width: 100%;
    }
    .widget ul.product-categories{
        columns: 2;
        -webkit-columns: 2;
        -moz-columns: 2;
    }

    #featurecategory ul li {
        width: 18%;
    }
    #category ul {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
    }
	.bigbox .image{
		height: auto;	
	}
	#news-wrapper ul li{
		width: 32%;
	}
    #open-wcc_block, #close-wcc_block{
        display: block;
        background: #f2f2f2;
        color: #000000;
    }
    #open-wcc_block{
        margin-bottom: 20px;
    }
    #close-wcc_block{
        margin-top: 20px;
    }

}
@media (max-width: 767px) {
    .header.header {
        width: 100%;
        position: initial;
    }
    .row-eq-height{
        display: initial;
    }
	.wishlist_products_counter_text, .wishlist_products_counter_number{
		display: none !important;
	}
    .title {
        text-align: center;
    }
    .content {
        padding: 0px;
    }
	.static-bg {
    	background-size: cover !important;
	}
    #info {
        font-size: 13px;
        clear: both;
        padding: 6px 0px;
        margin: 0 auto;
        text-align: center;
        border-top: 1px solid #000000;
        display: none;
    }
    #featurecategory ul li {
        width: 24%;
    }
    .categorybox .content .caption {
        bottom: 30px;
    }
    .categorybox .content .caption .title {
        font-size: 2em;
    }
    .categorybox .content .caption .btn {
        margin-top: 13px;
        margin-bottom: 13px;
        padding: 8px 20px;
    }
    #highlight {
        padding: 0;
        text-align: center;
    }
    #highlight .overlay{
        padding: 50px 0px;
        background: rgba(255, 255, 255, 0.8);
    }
    #highlight .col-sm-7{
        padding: 0;
    }
    #highlight .content {
        width: 100%;
        padding: 0px;
        background: transparent;
    }
    #visionmission .overlay{
        padding: 50px 0px;
        background: rgba(255, 255, 255, 0.85);
    }
    #visionmission .content{
        padding: 0px;
        background: transparent;
        color: #000000;
    }
    #visionmission .bar-image{
        margin-bottom: 20px;
    }
    #what .bar-image{
        margin-bottom: 20px;
    }
    #why{
        padding: 0;
    }
    #why .overlay{
        padding: 50px 0px;
        background: rgba(255, 255, 255, 0.7);
    }
    #why .content{
        background: none;
    }
    #contactpage .title{
        text-align: left;
    }
    #contactpage iframe{
        height: 300px;
    }
	#team2 .content {
		padding: 20px 0px;
		margin: 0px 0px 40px 0px;
	}
	#news-wrapper ul li {
		width: 50%;
	}
    #footer {
        text-align: center;
        margin-bottom: 50px;
    }
    #footer .widget ul.menu li {
        text-align: center;
    }
    .footer-widget-wrap .widget ul.product-categories{
        text-align: left;
        border-top: 1px solid #DDDDDD;
        padding: 30px 0px 0px 0px;
        margin: 0;
    }
	.footer-widget {
		width: 100%;
		text-align: center;
		float: initial;
		display: inline-block;
		vertical-align: initial;
	}
	.footer-widget li {
		text-align: center;
	}
}
@media (max-width: 600px) {
    #info ul li .icon {
        font-size: 15px;
        margin: 0 5px 0 0;
    }
    #info ul li .icon .fa {
        padding: 7px;
        width: 30px;
        height: 30px;
    }
    #info ul li .detail {
        font-size: 11px;
    }
    #info ul li span {
        font-size: 8px;
    }
}
@media (min-width: 480px) {
    ul.navbar-right li.lang-item {
        display:none;
    }
    .hidden480{display:block !important;}
    .visible480{display:none !important;}
}
@media (max-width: 480px) {
    h1{
    	font-size: 26px;
    }
    h2 {
    	font-size: 24px;
    }
    h3 {
    	font-size: 20px;
    }
    h4 {
    	font-size: 18px;
    }
    h5 {
    	font-size: 16px;
    }
    h6 {
    	font-size: 14px;
    }
    ul.navbar-right li.lang-item {
        display: inline-block;
        width: 35%;
        background: #000000;
        margin: 10px 0px;
    }
    ul.navbar-right li.lang-item a {
        text-transform: uppercase;
        color: #ffffff;
        text-align: center;
    }
    .page-header-empty {
        height: 100px;
    }
	.navbar-collapse {
		padding-right: 0;
		padding-left: 0;
	}
    
    .heading {
        font-size: 15px;
        margin: 0 auto 30px auto;
    }
    .title {
        font-size: 20px;
    }
	.innercontent {
	    width: 100%;
		padding: 0px;
	}
    .right {
		float: initial;
	}
	#floatcta span{
        padding-top: 5px;
        display: block;
    }
    #floatcta ul li {
        padding: 10px 0;
    }
    #info {
        width: 100%;
    }
    #info ul li .icon .fa {
        padding: 2px;
        width: auto;
        height: auto;
        color: #ae1d22;
        background: transparent;
    }
    #info ul li span {
        display: none;
    }
    #info ul.left_menu {
        float: initial;
        text-align: center;
        position: initial;
        width: 100%;
        display: inline-block;
    }
    #info ul.left_menu span{
        display: none;
    }
    #info ul.left_menu li .fa {
        font-size: 140% !important;
        margin-right: 5px;
    }
    #info ul.right_menu {
        display: none;
    }
    .hidden480{display:none !important;}
    .visible480{display:block !important;}
    .visible480 .open>.dropdown-menu{display:block;padding:10px;}
    .visible480 .open>.dropdown-menu .woocommerce-product-search{margin:0;}  
	.page-header {
        height: 168px;
    }
    .page-header-content h3.page-title {
        font-size: 30px;
        letter-spacing: 3px;
    }
    .page-header-content .caption {
        font-size: 15px;
    }
/* 	#homecategory-wrapper .image {
    	max-width: 90px;
	} */
	.categorybox .image {
		width: 100%;
		height: 250px;
	}
    .categorybox .content .caption {
        bottom: 10px;
		font-size: 13px;
    }
    .categorybox .content .caption .title {
        font-size: 20px;
    }
    .categorybox .content .caption .btn {
        padding: 6px 20px;
        margin-top: 13px;
        margin-bottom: 13px;
        font-size: 13px;
    }
	.categorybox .content .captionwithlink a {
    	font-size: 14px;
	}
    #featurecategory ul li {
        width: 32%;
    }
    #category .box {
        height: 140px;
    }
    #category .image{
        width: 140px;
    }
	#news-wrapper ul li {
		width: 100%;
	}
	.flex-control-paging li a {
		width: 8px;
		height: 8px;
	}
	.flex-control-nav li a {
		margin: 0 2px;
		padding: 0;
	}
	.flex-direction-nav a {
		width: 40px;
		height: 40px;
		margin: -25px 0 0;
		background-size: 200%;
	}
    .widget ul.product-categories{
        columns: 1;
        -webkit-columns: 1;
        -moz-columns: 1;
    }
	.widget ul.menu li a {
		font-size: 18px;
	}
	.post-img-wrap a {
		float: none;
		margin: 0 auto;
		width: 250px;
		height: 250px;
	}
	.post-img-wrap {
		text-align: center;
		margin-right: 0;
	}
	.post-img-wrap a img {
		width: auto;
	}
	.list-post-top {
		width: 90% !important;
	}
	#footer {
        text-align: center;
        margin-bottom: 80px;
    }
	.footer-widget-wrap .widget ul.product-categories {
        columns: 2;
        -webkit-columns: 2;
        -moz-columns: 2;
	}
}
@media (max-width: 450px) {
	#intro .col-xs-12, #intro .col-xs-6 {
		padding: 0px 5px;
		width: 100%;
	}
	#featurecategory ul li{
		width: 49%;
	}
}
@media (max-width: 400px) {
    .navbar-inverse .navbar-nav ul.sub-menu{
        columns: 1; 
        -webkit-columns: 1;
        -moz-columns: 1;  
    }
}
@media (max-width: 380px) {
    #category ul {
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
    }
    #category-wrapper .box {
        padding: 10px 10px 50px 10px;
    }
    #category-wrapper .content{
        padding: 5px;
    }
    #category-wrapper .content h6 {
        font-size: 12px;
    }
}
@media (max-width: 320px) {
    .page-header-content h3.page-title{
        font-size: 20px;
    }
	.page-header-content .caption{
	    font-size: 14px;
	}
	#homecategory-wrapper .col-sm-3{
	    width: 100%;
	}
	#featurecategory ul li {
        width: 100%;
        margin: 0;
    }
    #contact .subtitle {
        text-align: center;
    }
    #contact ul li{
        text-align: center;
    }
    #contact ul li span {
        display: block;
        width: 30px;
        float: initial; 
        margin: 0 auto;
        text-align: center;
    }
    #contact ul li label {
        width: 100%;
        padding-left: 0;
    }
    .woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
        width: 100%;
    }
}
.cd-top {
	z-index: 999;
	display: inline-block;
	height: 40px;
	width: 40px;
	position: fixed;
	bottom: 80px;
	right: 10px;
	border-radius: 50%;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background: #ae1d22 url(images/cd-top-arrow.svg) no-repeat center 50%;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity .3s 0s, visibility 0s .3s;
	-moz-transition: opacity .3s 0s, visibility 0s .3s;
	transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-is-visible,
.cd-top.cd-fade-out,
.no-touch .cd-top:hover {
	-webkit-transition: opacity .3s 0s, visibility 0s 0s;
	-moz-transition: opacity .3s 0s, visibility 0s 0s;
	transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
	visibility: visible;
	opacity: 1;
}
.cd-top.cd-fade-out {
	opacity: .5;
}
.no-touch .cd-top:hover {
	background-color: #e86256;
	opacity: 1;
}