html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, 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 {
	margin: 0;
	padding: 0;
	outline: none;
}

body{
    background: #e6e6e6 url("../../images/bg-vertical.png") repeat-y center top;	
	font-family: "Ubuntu", Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight: 300;
	color: #423e3f;
}

h1{
	font-size:28px;
	font-weight: 700;	
	padding:5px 0 14px;
}

h2{
	font-size:24px;
	font-weight: 500;	
	padding:5px 0 14px;
}

h3{
	font-size:20px;
	font-weight: 400;	
	padding:0 0 14px;
}

h4{
	font-size:16px;
	font-weight: 300;	
	color: #423e3f;
}

a, a:active, a:visited {
	color: #0584B5; 
}

a:hover {
	color: #11A3DD;
	text-decoration: none;
}

/* Color Codes */
.pink {
	color: #E60787;
}

/* ID Press Styles */
#wrap{
	max-width:960px;
	float:none;
	margin:0 auto;
	padding:0 0 30px;
	
}

#header{
	position:relative;
	background:#FFF;
	padding:10px 0 0;
}

#logo{
	margin:0;
	padding:0;
}

#logo img{
	width:100%;
	border:0;
}

p {
	margin-bottom: 10px;
}

a#toggle_menu {
	display:none;
	width:70px;
	height:25px;
	text-decoration:none;
	text-indent:25px;
	font-size:14px;
	padding:3px 4px;
	color:#fff;
	background:#808080 url(../../images/nav-icon.png) 4px 5px no-repeat;
	margin:4px;
	text-transform:uppercase;
	font-size:15px;
	font-weight:bold;
	line-height:26px;
	
}

#language{
	position:absolute;
	right:20px;
	bottom:45px;
}
#language a{
	color: #423e3f;
	text-decoration:none;
}
#language a:hover{
	text-decoration:underline;
}

#shopping{
	position:absolute;
	right:20px;
	/*bottom:45px;*/
}

#shopping ul{
	/*display:-webkit-inline-box;*/
}

#shopping li{
	list-style:none;
	padding:5px;
	float:left;
	
}

#search{
		position:absolute;
	right:20px;
	bottom:81px;
}
#main_menu{
	margin:0;
	padding:16px 0 0;
}

#main_menu ul{
	list-style:none;
	margin:0;
	padding:0;
	background:#808080;
}

#main_menu ul li{
	position:relative;
	float:left;
	padding:8px 0;
	
}

#main_menu li a{
	display:block;
	color:#fff;
	text-decoration:none;
	padding:0 30px;
	border-right:1px solid #ededed;
	font-size:16px;
}

#main_menu li:hover a{
	color:#f6ea09;
}
#main_menu li:hover li a{
	color:#fff;
}


#main_menu li:last-child a{
	border-right:none;
}

/* dropdown */
#main_menu ul ul{
	position:absolute;
	display:none;
	z-index:10000;
	background:#808080;
	margin:0;
	padding:0;
	width:150px;
	
}
#main_menu li:hover ul{
	display:block;
	
}
#main_menu  li li{
	display:block;
	float:left;
	text-align:left;
	width:150px;
	padding:0;
	margin:0;
}

#main_menu  li li a{
	display:block;
	font-size:14px;
	border-right:none;
	padding:10px 18px;
	margin:0;
	color:#fff;
	border-bottom:1px solid #ededed;
}

#main_menu  li li a:hover{
	color:#f6ea09;
}


#main_menu li li:last-child a{
	border-bottom:none;
}


/* Slideshow */

#banner{
	margin:0;
	padding:35px 0;
	position:relative;
	background:#fff;
	
}

#slider_container{
	float:none;
	padding:0;
	margin:0 auto;
	
	
}

#slider{
	padding:0;
}
#slider img{
	width:100%;
	
}
#slider li{
	
}

#pager{
	position:absolute;
	/*bottom:50px;*/
	bottom:-22px;
	right:10%;
	z-index:10000;
	
	
}

#pager .bx-pager-item{
	display:inline-block;
}
#pager .bx-pager.bx-default-pager a {
	background: #b8b8b6;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;

}
#pager .bx-pager.bx-default-pager a:hover,
#pager .bx-pager.bx-default-pager a.active {
	background: #000;
}


/* Content */

#content{
	padding:20px 40px 40px;
	background:#FFF;
	color:#97989a;
}

#main_content{
	padding:0 20px 0 0;
	min-height:250px;
}
#main_content.home{
	padding:0 40px 0 0;
}

#main_content.page{
	padding:0;
}

#main_content.home  img{
	max-width:100%;
}

#main_content ul {
	margin-left: 25px;
}

#sidebar{
	min-height:100px;
}
#sidebar p.address{
	line-height:28px;
	font-size:18px;
}

#sidebar img{
	max-width:100%;
	
}
#sidebar img.logo{
	margin-bottom:10px;
}

#sidebar .widget{
	padding:15px;
	margin-bottom:10px;
	
}

#sidebar .widget .more{
	display:block;
	text-decoration:underline;
	color:#FFF;
	margin-top:20px;
}

#sidebar .widget .more:hover{
	text-decoration:none;
}

#sidebar ul {
	margin-left: 25px;
}

#sidebar ul li {
	margin-bottom: 8px;
}

p.panic_img{
	text-align:center;
	padding:15px 0 22px;
}

p.panic_img img{
	width:120px;
	margin:0 auto; 
}

#sidebar .widget .download{
	display:block;
	text-decoration:underline;
	color:#eb2027;
}

#sidebar .widget .download:hover{
	text-decoration:none;
}

.widget li{
	list-style:none;
	padding:5px;
}


.widget a{
	text-decoration:none;
}
/* page */

ul#post_items{
	list-style:none;
	padding:0;
}

ul#post_items li.post_item{
	padding:0;
	margin-bottom:30px;
	
	
}

li.post_item .post_item_inner{
	float:none;
	text-align:center;
	
}

li.post_item:nth-child(2n + 2) .post_item_inner{
	float:right;
}
li.post_item .post_image img {
	padding:0;
	max-width:100%;
}
li.post_item .post_txt{
	/* padding:20px 40px; */
	font-size:15px;
	text-align: left;
}

.order_button{
	display:block;
	width:120px;
	background:#a52627;
	font-size:18px;
	font-weight:bold;
	color:#fff;
	padding:5px 4px;
	margin:10px auto 0;
	text-decoration:none;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
}
.order_button:hover{
	opacity:0.8;
}

/* Store Styles */
.product_carousel {
	margin-top: 20px;
}
.product_info {
	margin-top: 20px;
}
.product_info h4 {
	margin-bottom: 15px;
}
.bx-pager {
	height: 100px;
	overflow: hidden;
}
.bx-pager a {
	position: relative;
	float: left;
}
.bx-pager a img {
	width: 150px;
}

/* Pagination */
.paging {
	margin: 20px;
}
.paging .inactive {
	display: none;
}
.paging a {
	background: #808080;
	color: #ffffff;
	border: 1px solid #999;
	padding: 7px;
	text-decoration: none;
}
.paging a:hover{
	background: #E60787;
	color: #fff;
	text-decoration: underline;
}
.paging .current{
	background: #E60787;
	color: #fff;	
	text-decoration: underline;
}

/* footer */
#footer{
	margin:10px 0 0;
	padding:0;
	font-size:12px;
	
}

#footer_top{
	margin:0;
	padding:0;
	background:#808184;
}

#footer_bottom_left{
	padding:5px;
}

#footer_bottom_right{
	text-align:right;
	padding:5px;
}
#footer_bottom_right a{
	text-decoration:none;
	color: #423e3f;
}
#footer_bottom_right a:hover{
	text-decoration:underline;
}

/* Store styles */
#page_products li {
	background-color: #f3f3f4;
	border: 1px solid #b0b2b5;
	margin: 5px;
	list-style: none;
}
#page_products li a, #page_products li a:hover {
	color: #231f20;
	text-decoration: underline;
}
.get_started {
	padding: 10px;
	margin: 10px;
}
.get_started a { 
	background-color: #ed1c24;
	color: #fff !important;
	text-decoration: none !important;
	border-right: 1px solid #231f20;	
	border-bottom: 1px solid #231f20;	
	border-radius: 5px;
	padding: 10px;
	margin: 10px;
}
.product_txt { 
	text-align: center;
}
.product_txt p {
	min-height: 80px;
}