/*
  Author: ARIBYA
* Version: 1.0 
* License: Copyright 2015 
*/
/* Table of Content
==================================================
        #Reset & Basics
        #Basic Styles
        #Site Styles
        #Typography
        #Links
        #Lists
        #Images/Medias
        #Helper classes
        #Buttons
        #Forms
        #Misc
        -----------------------------------------------
        #Site Styles
*/


/* #Reset & Basics (Inspired by E. Meyers)
================================================== */
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, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block; }
body {
    line-height: 1;
}
ol, ul {
    list-style: none; }
blockquote, q {
    quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none; }
table {
    border-collapse: collapse;
    border-spacing: 0; }

/* #Basic Styles
================================================== */
body {
    font: 14px/1.4  'Open Sans', 'sans-serif';
    color: #000;
    -webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
    -webkit-text-size-adjust: 100%;
}
/* Highlight Color */
::-moz-selection{ background: #0080bd; color:#fff; text-shadow: none; }
::selection { background:#0080bd; color:#fff; text-shadow: none; }
/* Device onclick */	
a:link { -webkit-tap-highlight-color: transparent; } 
/* #Links
================================================== */
a, a:visited { color: #e00c0c; text-decoration: none; outline: 0; }
a:hover, a:focus { color: #595959;  outline: 0; }
p a, p a:visited { line-height: inherit;  color: #e00c0c; }

/* #Typography
================================================== */
h1,h2,h3,h4,h5,h6 {
    color:#0c0c0e; 
    line-height:1.4; 
    margin-bottom:10px; 
    font-weight: 700; 
}
h1 { font-size: 30px;} 
h2 { font-size:20px;}
h3 { font-size:18px;}
h4 { font-size:16px; }
h5 { font-size:15px; }
h6 { font-size:14px;}
.subheader { color: #777; }


p { 
    margin: 0 0 20px 0;  
}
p img { margin: 0; }
p.lead { font-size: 21px; line-height: 27px; color: #777;  }

em { font-style: italic; }
strong { font-weight: bold;}
small { font-size: 90%; }



hr {
    border:none;
    border-bottom: 1px solid #a8a471;
    padding: 10px 0 0;
    margin-bottom: 30px;
    -moz-box-shadow: 0 1px #ffffff;
    -webkit-box-shadow: 0 1px #ffffff;
    box-shadow: 0 1px #ffffff;
}
.alignleft{
    float: left;
}
.alignright{
    float: right;
}

/* #Lists
================================================== */
ul, ol { margin-bottom: 20px; }
ul { list-style: none outside; }
ol { list-style: decimal; }
ol, ul.square, ul.circle, ul.disc { margin-left: 30px; }
ul.square { list-style: square outside; }
ul.circle { list-style: circle outside; }
ul.disc { list-style: disc outside; }
ul ul, ul ol,
ol ol, ol ul { margin: 4px 0 5px 30px;  }
ul ul li, ul ol li,
ol ol li, ol ul li { margin-bottom: 6px; }
li { line-height: 18px; margin-bottom: 5px; }
ul.large li { line-height: 21px; }
li p { line-height: 21px; }

/* #Images
================================================== */


/* #Helper classes
================================================== */
.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }
.hidden { display: none; visibility: hidden; }
.visuallyhidden { position: absolute !important; clip: rect(1px 1px 1px 1px);  clip: rect(1px, 1px, 1px, 1px); }
.invisible { visibility: hidden; }
.col { display:inline; float:left;}	

td {
    vertical-align: top !important;
}

/* #Clearing
================================================== */

/* Use clearfix class on parent to clear nested columns,
or wrap each row of columns in a <div class="row"> */
.clearfix:before,
.clearfix:after,
.row:before,
.row:after {
    content: '\0020';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0; }
.row:after,
.clearfix:after {
    clear: both; }
.row,
.clearfix {
    zoom: 1; }

/* You can also use a <br class="clear" /> to clear columns */
.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}
.clearboth{
    clear: both;
}
.ico-mail{
    background: url(images/mail.jpg) no-repeat 0 3px;
    height: 33px;
    width: 29px;
    margin-right: 10px;
    vertical-align: middle;
    display: inline-block;
}
.ico-phone{
    background: url(images/phone.jpg) no-repeat 0 3px;
    height: 33px;
    width: 29px;
    margin-right: 10px;
    vertical-align: middle;
    display: inline-block;
}
.ico-cell{
    background: url(images/cell.jpg) no-repeat 0 3px;
    height: 40px;
    width: 29px;
    margin-right: 10px;
    vertical-align: middle;
    display: inline-block;
}
table{
    width: 100%;
}
.header{
    border-top: 3px solid #e92d00;
}
.logo{
    display: inline-block;
    padding:  27px 20px 20px 10; 
	max-width:450px;
}

.header-right{
    background: url(images/caller.jpg)   no-repeat right 0  ;
    min-width: 213px;
    float: right;
    padding:20px 50px 20px 20px
}
.phone-info{
    font-size: 16px;
    margin-bottom: 20px;
}
.phone-info .tel{
    display: block;
    font-size: 18px;
    font-weight: 700;
}

input {
    -webkit-appearance: none;
    border-radius: 0;
	border: none;
}
input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}

.header-right .search-field{
    background-image: url("images/search.jpg");
	background-repeat: no-repeat;
	background-position: 27px 13px;
	background-color: #e4e4e2;
    font-size: 14px;
    color: #8c8c8c;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
    border:none;
    border-radius: 5px;
    padding: 15px 75px;
    line-height: 1.2;
    font-family: 'Open Sans', 'sans-serif';
}
.search{
    position: relative;
}
.submit-search{
  background: url("images/search.jpg") repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 22px;
    left: 27px;
    padding: 0;
    position: absolute;
    top: 13px;
    width: 22px;
    z-index: 1;
	cursor: pointer;
}
.menu {
    box-shadow: 0 4px 5px  -4px #000;
    -moz-box-shadow: 0 4px 5px  -4px #000;
    -webkit-box-shadow: 0 4px 5px  -4px #000;
    position: relative;
}
.menu ul{
    border-top: 1px solid #dbdbdb;
    border-bottom:1px solid #dbdbdb;
    margin-bottom: 0;
    text-align: center;
}
.menu li{
    display: inline-block;
    margin-bottom: 0;
    border-left: 1px solid #dbdbdb;
    margin-left: -4px;
}
.menu li:last-child{
    border-right: 1px solid #dbdbdb;
}
.menu li a{
    border-top: 3px solid #fff;
    border-bottom: none;
    color: #1b1b1b;
    font-size: 18px;
    font-weight: bold;
    padding: 20px;
    text-transform: uppercase;
    display: block;
}
.menu li a:hover{
    border-top: 3px solid #e92d00;
    color: #e92d00;
	text-decoration: none;
}
.slider img{
    width: 100%;
}
.main-content{
    padding: 20px;
}
.main-content .content{
    max-width: 650px;
    padding-left:50px;
    float: left;
}
.vertical-top{
    vertical-align: top;
}
.box {
    padding: 20px;
}
.content-title{
    font-size: 18px;
    text-transform: uppercase;
    border-bottom: 3px solid #e4e4e2;
    margin-bottom: 50px;
    padding-bottom: 10px;
}
.product-cat-list{
    background: none repeat scroll 0 0 #fff;
    border-bottom: 3px solid #e92d00;
    border-radius: 6px;
    box-shadow: 0 0 3px #ddd;
    float: left;
    margin: 0 0 15px 15px;
    padding: 10px 10px 0;
    transition: all 0.5s ease 0s;
    width: 300px;
    margin-bottom: 50px;
}
.product-cat-list:hover {
    border-color: #333;
    box-shadow: 0 0 5px #c2c0c0;
}
.product-cat-list .cat_name {
    color: #000;
}
.product-cat-list:hover .cat_name {
    color: #e92d00;
}
.product-cat-list img {
    filter: grayscale(100%);
    width: 100%;
}
.product-cat-list img:hover {
    filter: grayscale(0%);
}
.product-cat-list .cat_name {
    display: block;
    font-size: 14px;
    font-weight: normal;
    margin: 8px 0;
    text-align: center;
}
.list-images li,.image-holder {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #f0f0f0;
    border-radius: 7px;
    -moz-box-shadow: 0 0 10px -2px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 10px -2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px -2px rgba(0, 0, 0, 0.2);
    padding: 10px;
    margin-bottom: 50px;
}

.list-images img ,.image-holder img{
    height: auto;
    width: 100%;
}
.sidebar{
    width: 210px;
    float: left;
    border: 5px solid #e4e4e2;
    border-radius: 3px;
	margin-left: -20px;
}
.widget{
    border-bottom: 2px solid #e92d00;
    padding: 20px 15px;
    margin-bottom: 0;
}
.widget-contact1 .widget-entry{
    padding: 0 15px 20px;
}
.widget-delivery{
    text-align: center;
    border-color: #e4e4e2;
}
.text-1{
    font-weight: 700;
    color: #e92d00;
}
.widget-info{
    text-align: center;
    border-bottom: none;
}
.widget-contact1{
    padding: 0;
}
.widget-image{
    margin-bottom: 20px;  
    border-bottom: 2px solid #e4e4e2;
}
.widget a{
    text-decoration: none;
    color: #000 !important;
    font-size: 18px;
    font-weight: 700;
}
.widget .phone-num{
    font-size: 14px;
}
.widget-category ul{
    margin: 0;
}
.widget-category .widget-entry > ul > li.has-sub > a{
    color: #1b1b1b;
    display: block;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    border-bottom:2px solid #e4e4e2;
    padding:10px 0;
    background: url(images/arrow-down.jpg) no-repeat right;
}
.widget-category .widget-entry > ul > li.has-sub > a:hover{
    color: #E62800;
}
.widget-category .widget-entry > ul > li.expaned > a{
    background: url(images/arrow-up.jpg) no-repeat right;
}
.widget-category .widget-entry > ul ul{
    display: none;
}
.widget-category .widget-entry > ul ul li a{
    border-bottom:1px solid #e4e4e2;
    color: #1b1b1b;
    display: block;
    font-size: 14px;
    text-decoration: none;
    padding: 10px;
}
.widget-category .widget-entry > ul ul li a{
    border-bottom:1px solid #e4e4e2;
    color: #1b1b1b;
    display: block;
    font-size: 14px;
    text-decoration: none;
    padding: 10px;
}
.widget-category .widget-entry > ul a:hover {
    color: #e92d00 !important;
}
.footer{
    background: #1b1b1b;
    text-align: center;
    font-size: 14px;
    color: #8F8F8F;
    padding: 25px;
}
.footer p{
    margin-bottom: 0;
}

@media only screen and (max-device-width: 768px) { 
	.sidebar {display:none;}
	.menu li {display:block;}
}

