/*
Author: O3ART
Author URI: http://www.o3art.com/
Client: CIM
*/


/* 
# CSS contents ###################
* 01. Reset defaults
* 02. Layout
* 03. Headings
* 04. Nav
* 05. Links
* 06. Typography 
* 07. Images
* 08. Forms
* 09. Lists
* 10. Tables
* 11. Other
*/


/*
# 01. Reset defaults ################### 
*/

html,
body {
  height: 100%;
}
*, *:before, *:after {
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
}

/*
# 02. Layout ################### 
*/

body {
	text-align: left;
	background: #fff;
	color: #525252;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 24px
}
p, dl, hr, h1, h2, h3, h4, h5, h6, ol, ul, pre, table, address, fieldset, figure {
	margin-bottom: 20px;
}

#header {
	background: url(../images/header-bg.png) center center no-repeat;
	height: 160px;
	text-align: center;
	position: relative;
	z-index: 10
}
#header > ul {
	margin: 0 auto;
	width: 100%;
	padding: 0;
	list-style: none;
}
#header ul > li {
	display: inline-block;
	padding: 13px  0;
	width: 140px
}
#header li:nth-child(4) {
	margin-left: 300px;
}
.logo {
	position: absolute;
	left: 50%;
	margin: 15px 0 0 -85px;
}

#slides-container {
	padding: 60px 0 30px;
	background: url(../images/slider-bg.png) top center no-repeat;
	background-size: 100% auto;
	position: relative;
	z-index: 9;
	margin-top: -110px
}
#slider-control {
	background: url(../images/slider-control.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
	width: 100%;
	height: 160px;
	text-align: center;
	cursor: pointer;
	line-height: 105px
}
.control {
	display: inline-block;
	margin: 0 10px;
	position: relative	
}
.control.cycle-pager-active:before {
	content: '';
	width: 20px;
	height: 17px;
	background: url(../images/arrow.png);
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -10px
}

#page-title {
	background: url(../images/page-title.png) top center no-repeat;
	background-size: 100% auto;
	height: 170px;
	background-size: 100% auto;
	position: relative;
	z-index: 9;
	margin-top: -110px;
	color: #c82727;
	padding: 30px 0 0 0;
	font-size: 30px;
	text-transform: uppercase	
}

#main {
		
}

#content {
	margin-bottom: 40px	
}
.boxes .product {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	margin-bottom: 20px
}
.boxes .product:hover {
	-webkit-box-shadow: 0px 5px 17px -7px rgba(0,0,0,0.45);
	-moz-box-shadow: 0px 5px 17px -7px rgba(0,0,0,0.45);
	box-shadow: 0px 5px 17px -7px rgba(0,0,0,0.45);
	color: #fff
}
.boxes .product .thumbnail {
	border: 1px solid #ebebeb
}
.boxes .product-info {
	border: 1px solid #ebebeb;
}
.boxes .product-name {
	border-right: 1px solid #c9c9c9
}
.boxes .product-name.no-price {
	border: 0;
	width: 100% !important;
}
.boxes .product-price {
	background: #e1e1e1;
	color: #4e4e4e;
	font-weight: bold;
	font-size: 14px;
	padding: 5px;
	text-align: center
}
.boxes .padding {
	border: 1px solid #fff;
	background: #ebebeb	
}

.home .widget {
	border-bottom: 1px dashed #c3c3c3;
	padding-bottom: 55px;
	margin: 55px 0 0 0
}
.home .widget.first {
	margin: 0 0 0 0
}
.home .widget.last {
	border-bottom: none;
}

.price-box {
	color: #989898;
	margin: 0 0 3px 0
}
.price-box.last {
	margin-bottom: 0
}
.price-box .price {
	color: #424242;
	font-weight: bold;
	font-size: 18px;
	padding: 5px 20px;
	display: inline-block;
	width: 130px;
	text-align: center;
	margin-left: 10px
}
.price-box .price.important {
	background: #c82727;
	color: #fff;
}

#sidebar {
		
}

#footer {
	
}

#footer-bar {
	background: #d72b16;
	color: #fff
}
#footer-bar .column {
	border-left: 1px solid #df5545	
}
#footer-bar .icon-slant {
	position: relative;
	overflow: hidden;
	background: #df5545;
	padding-left: 25%;
	font-size: 24px;
	padding-top: 15px;
	padding-bottom: 15px;
	margin: 25px 0 50px
}
#footer-bar .icon-slant:after {
	content: '';
	position: absolute;
	z-index: -1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	width: 45%;
	height: 200%;
	background: #d72b16;
	z-index: 1;
	right: -30%;
	top: -20%;
	margin: -5px 0 0 -5px;
	-webkit-transform-origin: 0 0;
	-webkit-transform: rotate(20deg);
	-moz-transform-origin: 0 0;
	-moz-transform: rotate(0deg);
	-ms-transform-origin: 0 0;
	-ms-transform: rotate(20deg);
	transform-origin: 0 0;
	transform: rotate(20deg);
}
#footer-bar .text {
	text-shadow: 0 0 5px rgba(0, 0, 0, 0.75);
	margin-top: 27px;
	font-size: 20px;
}
#footer-bar .text span {
	text-transform: uppercase;
	font-size: 14px	;
	margin-bottom: 20px;
}

#footer-widgets {
	background: #f5f5f5;
	padding: 0	
}

/*
# 03. Headings ################### 
*/

h1, h2, h3, h4, h5 {
	color: #424242	
}

h1 {
	font-size: 25px;
}

h2 {
	font-size: 23px;
}
#slides h2 {
	color: #da423f;
	font-size: 48px;
	margin-top: 60px;
	text-transform: uppercase	
}
#page-title h2 {
	color: #c82727;
}

h3 {
	font-size: 21px;
	color: #262626
}
.border-bottom {
	border-bottom: 1px solid #eee;
}
.boxes h3 {
	font-size: 18px;
	font-weight: 700
}
.box h3 {
	margin-top: 0;
	font-size: 18px	
}
h3 span {
	color: #e20613;
	font-weight: 700
}

h4 {
	font-size: 19px;
}
.boxes h4 {
	font-size: 14px;
	padding: 0;
	margin: 5px 0;
	color: #262626	
}

h5 {
	font-size: 17px;
}

h6 {
	font-size: 15px;
}

.title {
	border-left: 5px solid #c82727;
	padding-left: 10px; 
	margin-top: 0	
}
.title h1 {
	font-size: 30px;
	margin-top: 0;
	margin-bottom: 8px
}
.title span {
	dispaly: block;
	color: #989898
}
.product .title p {
	font-weight: bold;
	color: #c82727;
	text-transform: uppercase	
}
.border {
	border-bottom: 1px solid #eee;
	margin-bottom: 30px;
	padding-bottom: 20px	
}

/*
# 04 Nav ################### 
*/

#nav {
	text-transform: uppercase	
}
#nav a {
	color: #fff;
	font-weight: bold;
	text-shadow: 0 0 5px rgba(0, 0, 0, .75)	
}

/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}
.sf-menu li {
	position: relative;
}
.sf-menu ul {
	position: absolute;
	display: none;
	top: 100%;
	left: 0;
	z-index: 99;
}
.sf-menu > li {
	float: left;
}
.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul {
	display: block;
}
.sf-menu a {
	display: block;
	position: relative;
}
.sf-menu ul ul {
	top: 0;
	left: 100%;
}

/*** DEMO SKIN ***/
.sf-menu {
	float: left;
}
.sf-menu ul {
	box-shadow: 2px 2px 6px rgba(0,0,0,.2);
	min-width: 15em; /* allow long menu items to determine submenu width */
	*width: 15em; /* no auto sub width for IE7, see white-space comment below */
}
.sf-menu a {
	//border-left: 1px solid #fff;
	//border-top: 1px solid #dFeEFF; /* fallback colour must use full shorthand */
	//border-top: 1px solid rgba(255,255,255,.5);
	//padding: .75em 1em;
	text-decoration: none;
	zoom: 1; /* IE7 */
}
#header .sf-menu a {
	
}
.sf-menu li {
	/*background: #BDD2FF;*/
	white-space: nowrap; /* no need for Supersubs plugin */
	*white-space: normal; /* ...unless you support IE7 (let it wrap) */
	-webkit-transition: background .2s;
	transition: background .2s;
}
#header .sf-menu ul li {
	background: #f6f6f6;
	display: block;
	width: auto;
	padding: 5px 15px;
	text-align: left;
	color: #424242;
}
#header .sf-menu li li a {
	color: #424242	;
	text-shadow: none
}
#header .sf-menu ul ul li, #header .sf-menu ul ul li a {
	background: #c82727;
	display: block;
	color: #fff
}
.sf-menu li:hover,
.sf-menu li.sfHover {
	background: #ae2121;
	/* only transition out, not in */
	-webkit-transition: none;
	transition: none;
}

/*** arrows (for all except IE7) **/
.sf-arrows .sf-with-ul {
	padding-right: 2.5em;
	*padding-right: 1em; /* no CSS arrows for IE7 (lack pseudo-elements) */
}
/* styling for both css and generated arrows */
.sf-arrows .sf-with-ul:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 1em;
	margin-top: -3px;
	height: 0;
	width: 0;
	/* order of following 3 rules important for fallbacks to work */
	border: 5px solid transparent;
	border-top-color: #dFeEFF; /* edit this to suit design (no rgba in IE8) */
	border-top-color: rgba(255,255,255,.5);
}
.sf-arrows > li > .sf-with-ul:focus:after,
.sf-arrows > li:hover > .sf-with-ul:after,
.sf-arrows > .sfHover > .sf-with-ul:after {
	border-top-color: white; /* IE8 fallback colour */
}
/* styling for right-facing arrows */
.sf-arrows ul .sf-with-ul:after {
	margin-top: -5px;
	margin-right: -3px;
	border-color: transparent;
	border-left-color: #dFeEFF; /* edit this to suit design (no rgba in IE8) */
	border-left-color: rgba(255,255,255,.5);
}
.sf-arrows ul li > .sf-with-ul:focus:after,
.sf-arrows ul li:hover > .sf-with-ul:after,
.sf-arrows ul .sfHover > .sf-with-ul:after {
	border-left-color: white;
}

/*
# 05. Links ################### 
*/

a {
	color: #e20613;
	text-decoration: none;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
a:hover {
	
}

.readmore {
	text-transform: uppercase;
	color: #7c7c7c;
	font-weight: bold
}
.readmore:hover, .readmore i, .box .readmore:hover i {
	color: #e20613;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.button {
	background-color: #db514f;
	background-image: linear-gradient(top, #db514f 0% ,#bf2c2a 100%);
	background-image: -moz-linear-gradient(top, #db514f 0%, #bf2c2a 100%);
	background-image: -ms-linear-gradient(top, #db514f 0% ,#bf2c2a 100%);
	background-image: -o-linear-gradient(top, #db514f 0%, #bf2c2a 100%);
	background-image: -webkit-linear-gradient(top, #db514f 0%, #bf2c2a 100%);
	border: solid 1px #92110f;
	border-radius: 6px;
	box-shadow: 0px 0px 3px #ababab, inset 0px 0px 1px #ffffff;
	color: #ffffff;
	display: inline-block;
	filter: dropshadow(color=#3d3d3d, offx=0, offy=0);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bf2c2a', endColorstr='#bf2c2a',GradientType=0 );
	font-size: 16px;
	font-weight: bold;
	moz-border-radius: 6px;
	moz-box-shadow: 0px 0px 3px #ababab, inset 0px 0px 1px #ffffff;
	padding: 15px 60px;
	text-align: center;
	text-decoration: none;
	text-shadow: 0px 0px 2px #3d3d3d;
	text-transform: uppercase;
	webkit-border-radius: 6px;
	webkit-box-shadow: 0px 0px 3px #ababab, inset 0px 0px 1px #ffffff;
	webkit-transition: all 0.3s ease-in-out;
}
.button:hover {
	background: #bf2c2a;
	box-shadow: 0px 0px 2px #bababa, inset 0px 0px 1px #ffffff;
	color: #fff;
	moz-box-shadow: 0px 0px 2px #bababa, inset 0px 0px 1px #ffffff;
	webkit-box-shadow: 0px 0px 2px #bababa, inset 0px 0px 1px #ffffff;
}

#footer-bar a {
	color: #fff	
}

/*
# 06. Typography ################### 
*/

p {
	margin: 0 0 22px 0;
}

b, strong {
	font-weight: bold	
}

i, em {
	font-style: italic	
}

pre, code {
	font-family: "DejaVu Sans Mono", Monaco, Consolas, monospace;
}

hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

.box i {
	font-size: 18px;
	color: #b7b7b7	
}

.align-left {
	text-align: left	
}
.align-right {
	text-align: right	
}
.align-center {
	text-align: center	
}

#footer-copy {
	padding: 30px;
	color: #ccc;
	text-align: center
}
#footer-copy p {
	margin: 0
}

/*
# 07. Images ################### 
*/

img {
	color: transparent;
	font-size: 0;
	vertical-align: middle;
	-ms-interpolation-mode: bicubic;
	width: 100%;
	min-height: 100%;
	height: auto
}
img.left {
	margin: 0 20px 10px 0;
}
img.right {
	margin: 0 0 10px 20px;
}

#slider-control img {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	opacity: 0.5
}
#slider-control .cycle-pager-active img {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	opacity: 1;
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
}

.product-thumbnail img {
	width: auto	
}

/*
# 08. Forms ################### 
*/

/*
# 09. Lists ################### 
*/

.fa-li {
	color: #e72f2f;
	margin-top: 2px
}

.etabs {
	border-bottom: 3px solid #c82727;
	margin-bottom: 24px;
	margin: 0 0 20px 0;
	padding: 0;
	list-style: none;
	overflow: hidden
}
.etabs li {
	float: left	
}
.etabs li a {
	float: left;
	border: 0	;
	text-transform: uppercase;
	text-decoration: none;
	padding: 4px 15px;
	font-weight: bold;
	background: #555;
	color: #fff;
}
.etabs a.active {
	border: 0;
	background: #c82727;
	color: #fff;
}

/*
# 10. Tables ################### 
*/

table {
	border-collapse: collapse;
	border-spacing: 0;
}
tr td, tr th {
	padding: 4px 10px	
}
tbody tr:nth-child(odd) {
   background-color: #f8f8f8;
}

/*
# 11. Other ################### 
*/

.logo img {
max-width:190px; margin-top: 6px
}
