/*
Theme Name: Twenty Thirteen
Theme URI: http://wordpress.org/themes/twentythirteen
Author: the WordPress team
Author URI: http://wordpress.org/
Description: The 2013 theme for WordPress takes us back to the blog, featuring a full range of post formats, each displayed beautifully in their own unique way. Design details abound, starting with a vibrant color scheme and matching header images, beautiful typography and icons, and a flexible layout that looks great on any device, big or small.
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, brown, orange, tan, white, yellow, light, one-column, two-columns, right-sidebar, fluid-layout, responsive-layout, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, translation-ready
Text Domain: twentythirteen

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


/**
 * Table of Contents:
 *
 * 1.0 - Reset
 * 2.0 - Repeatable Patterns
 * 3.0 - Basic Structure
 * 4.0 - Header
 *   4.1 - Site Header
 *   4.2 - Navigation
 * 5.0 - Content
 *   5.1 - Entry Header
 *   5.2 - Entry Meta
 *   5.3 - Entry Content
 *   5.4 - Galleries
 *   5.5 - Post Formats
 *   5.6 - Attachments
 *   5.7 - Post/Paging Navigation
 *   5.8 - Author Bio
 *   5.9 - Archives
 *   5.10 - Search Results/No posts
 *   5.11 - 404
 *   5.12 - Comments
 *   5.13 - Multisite
 * 6.0 - Sidebar
 *   6.1 - Widgets
 * 7.0 - Footer
 * 8.0 - Media Queries
 * 9.0 - Print
 * ----------------------------------------------------------------------------
 */


/**
 * 1.0 Reset
 *
 * Modified from Normalize.css to provide cross-browser consistency and a smart
 * default styling of HTML elements.
 *
 * @see http://git.io/normalize
 * ----------------------------------------------------------------------------
 */

/*Glaobal property start here*/

*, *:before, *:after {
	-moz-box-sizing: border-box;
}
@font-face {
 font-family: 'Conv_HELVETIC';
 src: url('fonts/HELVETIC.eot');
 src: local('☺'), url('fonts/HELVETIC.woff') format('woff'), url('fonts/HELVETIC.ttf') format('truetype'), url('fonts/HELVETIC.svg') format('svg');
 font-style: normal;
}
 @font-face {
 font-family: 'mulilight';
 src: url('fonts/muli-light-webfont.eot');
 src: url('fonts/muli-light-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/muli-light-webfont.woff') format('woff'), url('fonts/muli-light-webfont.ttf') format('truetype'), url('fonts/muli-light-webfont.svg#mulilight') format('svg');
 font-weight: normal;
 font-style: normal;
}
@font-face {
 font-family: 'helveticacondensed-light';
 src: url('fonts/hvcl____-webfont.eot');
 src: url('fonts/hvcl____-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/hvcl____-webfont.woff') format('woff'), url('fonts/hvcl____-webfont.ttf') format('truetype'), url('fonts/hvcl____-webfont.svg#helveticacondensed-light') format('svg');
 font-weight: normal;
 font-style: normal;
}
* {
	padding:0;
	margin:0;
}
body {
	background:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:20px;
}
li {
	list-style:none;
}
a, img {
	text-decoration:none;
	outline:none;
	border:none;
	color:#414141;
}
a:hover {
	color:#942B22;
	
}
p {
	line-height:22px;
	margin-bottom:15px;
	text-align:justify;
}
.clr {
	clear:both;
}
img.alignleft {
	float:left;
	margin:0 15px 0 0;
}
img.alignright {
	float:right;
	margin:0 0 0 15px;
}
img.aligncenter {
	margin:0 15px 0 0;
}
.aligncenter {
	text-align:center;
}
span {
	color:#942b22;
}
h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
	font-weight:inherit;
}
h1, h3 {
	font-family: 'helveticacondensed-light';
	font-weight:bold;
}
h1 {
	font-size:25px;
	color:#942B22;
	line-height:28px;
	margin-bottom:15px;
	padding-bottom:10px;
	border-bottom:1px solid #ccc;
}

h2 {
	font-size:24px;
	color:#FFF;
	font-weight:normal;
	font-family: 'mulilight';
}
h3 {
	font-size:18px;
	color:#414141;
	float:left;
	margin-right:9px;
	margin-bottom: 14px;
}
h4 {
	font-size:19px;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
	text-align:center;
	padding:15px 0 0 0;
	font-weight:normal;
}
h5 {
	font-size:18px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}
h6 {
	font-size:18px;
	color:#414141;
	font-family:helvetica, Helvetica-Normal;
	font-weight:normal;
	text-transform:uppercase;
}
p {
	color:#414141;
}

#content .maincontent h3{
	float:left;
	width:100%;
	}

#content .maincontent ul.list {
	list-style-position:outside;
	margin-left:12px;
	margin-bottom:20px;
}
#content .maincontent ul.list li {
	padding:10px 0 0 0;
	list-style:disc;
}

header, section, footer, nav, article, aside {
	display:block;
}
#container {
	display:block;
	width:944px;
	margin:0 auto;
}
/*Glaobal property end here*/

/*Header start here*/

header {
	position:relative;
}
header .top_header {
	display:block;
}
header .mainheader {
	margin:0 auto;
	width:944px;
	margin-top:8px;
}
header .mainheader .logo {
	width:250px;
}
header .mainheader .logo img {
	width:250px;
}
header .right_header {
	float:right;
	width:188px;
	margin-top:18px;
}
header .right_header select {
	display:block;
	width:186px;
	height:18px;
	border:1px solid #d5d5d5;
	font-size:11px;
	color:#6f6f6f;
}
/*Header end here*/

/*Nav start here*/

nav {
	position:relative;
	width:100%;
	margin-top:10px;
}
nav .mainnav {
	margin:0 auto;
	height:35px;
	width:944px;
	border-radius:5px;
	background: #6c140b; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzZjMTQwYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2ExMzIyOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2YTEzMGEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #6c140b 0%, #a13229 50%, #6a130a 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #6c140b), color-stop(50%, #a13229), color-stop(100%, #6a130a)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #6c140b 0%, #a13229 50%, #6a130a 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #6c140b 0%, #a13229 50%, #6a130a 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #6c140b 0%, #a13229 50%, #6a130a 100%); /* IE10+ */
	background: linear-gradient(to bottom, #6c140b 0%, #a13229 50%, #6a130a 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6c140b', endColorstr='#6a130a', GradientType=0 ); /* IE6-8 */
	border:1px solid #780e21;
}
nav .mainnav ul {
	display:block;
	margin:-1px 0 0 0;
}
nav .mainnav ul li {
	float:left;
	font-size:16px;
	font-family: 'mulilight';
	color:#FFF;
	line-height:35px;
	border-right:1px solid #ffffff;
	margin-left:0px;
}
nav .mainnav ul li a {
	display:block;
	font-size:16px;
	font-family: 'mulilight';
	color:#FFF;
	text-decoration:none;
	padding:0 14px;
	/*	transition:all 0.9s ease 0s;*/
transition:background-color 0.5s linear;
}
nav .mainnav ul li a:hover {
	background:#001c4c;
}
nav .mainnav ul li .active {
	background:#001c4c;
	border-radius:5px 0 0 5px;
}
nav .mainnav ul li:nth-child(1) a:hover {
 border-radius:5px 0 0 5px;
}
nav .mainnav ul li:last-child {
	border-right:none;
}
nav .mainnav ul li ul {
	display:none;
	position:absolute;
	background:#8b2c24;
	z-index:1000;
}
nav .mainnav ul li:hover ul {
	display:block;
	width:250px;
	background-color:rgba(152, 45, 36, 0.8);
}
nav .mainnav ul li:hover ul li {
	float:left;
	width:100%;
	border-right:none;
	line-height:13px;
}
nav .mainnav ul li:hover ul li a {
	border-radius:none !important;
	padding-top:5px;
	font-size:13px;
	padding-bottom:5px;
}

nav .mainnav ul li:hover ul li:nth-child(1) a:hover {
 border-radius:0 0 0 0;
}
/*Nav end here*/

/*Banner start here*/

#banner {
	position:relative;
	margin-top:23px;
/*	z-index:-1;*/
}
#banner .mainbanner {
	margin:0 auto;
	width:942px;
	height:312px;
/*	background:url(images/banner.jpg) no-repeat;*/
	border:1px solid #e5e5e5;
	border-radius:12px;
}
#banner .mainbanner .caption {
	display:block;
	background:url(images/caption_bg.png) repeat;
	margin-top:251px;
	padding:12px 0 12px 18px;
}
/*Banner end here*/

/*Content start here*/

#content {
	max-width:944px;
	position:relative;
	margin:15px 0;
}
#content .maincontent {
	position:relative;
}
#content .our_product {
	position:relative;
}
#content .our_product aside {
	display:inline-block;
	margin-left: -10px;
}
#content .our_product aside:first-child {
	margin-left: 0px;
}
#content .our_product .box {
	float:left;
	width:290px;
}
#content .our_product .box h1 {
	font-size:25px;
	color:#000;
	line-height:28px;
}
#content .our_product .box h1:after {
	content:url(images/cart_img.png);
	margin-left:11px;
}
#content .our_product .box ul {
	display:block;
	margin-top:10px;
}
#content .our_product .box ul li {
	float:left;
	color:#444444;
	width:100%;
}
#content .our_product .box ul li a {
	color:#444444;
	text-decoration:none;
	background:url(images/product_arrow.png) no-repeat scroll 0 -25px;
	padding:0 16px;
	transition:all 0.9s ease 0s;
}
#content .our_product .box ul li a:hover {
	background:url(images/product_arrow.png) no-repeat scroll 0 0;
	color:#942b22;
}
#content .our_product .box .learn_more {
	float:center;
	font-size:18px;
	color:#942b22;
	text-transform:uppercase;
	font-weight:bold;
	transition:all 0.9s ease 0s;
}
#content .our_product .learn_more:hover {
	color:#001c4c;
}

#content .our_product .video {
	float:left;
	width:361px;
}
#content .our_product .video .left_arrow {
	float:left;
	width:60px;
	height:42px;
	background:url(images/video_arrow.png) no-repeat;
	margin-top:62px;
}
#content .our_product .video img {
	float:left;
	width:245px;
	height:auto;
/*	margin-left:12px;*/
}
#content .our_product .video .right_arrow {
	float:right;
	width:46px;
	height:42px;
	background:url(images/video_arrow.png) no-repeat;
	margin-top:62px;
}
#content .our_product .textbox {
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 0px;
    float: right;
    min-height: 200px;
    width: 290px;
}
#content .our_product .textbox .click_here {
     color: #FFFFFF;
    display: block;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.9s ease 0s;
    width: 100%;
     font-family:'helveticacondensed-light';
}
#content .our_product .click_here:hover {
	color:#001c4c;
}
#content .our_product .textbox h4 {
    color: #FFFFFF;
    font-family: 'helveticacondensed-light';
    font-size: 25px;
    font-weight: bold;
    line-height: 20px;
    margin-bottom: 0px;
    padding: 10px 0 0;
    text-align: right;
}
/*Content end here*/

/*Footer start here*/

.mainfooter {
	position:relative;
	border-top:1px solid #d5d5d5;
	float:left;
	width:100%;
}
.mainfooter .left_design {
	float:left;
	width:65px;
	height:31px;
	background:url(images/footer_design.png) no-repeat;
}
.mainfooter .widget {
	float:left;
	margin-right:50px;
	margin-top:15px;
}
.mainfooter .widget .post-date {
	display:list-item;
         margin-top:8px;
}
.mainfooter .last-child {
 margin-right:0px;
}
.mainfooter .wigetbox_box {
	width:235px;
	float:left;
	margin-left:15px;
}
.mainfooter .wigetbox_box .logo {
	float:left;
	width:221px;
	margin-top:25px;
}
.mainfooter .wigetbox_box .logo img {
	float:left;
	width:221px;
}
.mainfooter .wigetbox_box .learn_message img {
	float:left;
	width:22px;
	margin:13px 12px 13px 11px;
}
.mainfooter .wigetbox_box .learn_message {
	float:left;
	width:175px;
	height:46px;
	font-size:12px;
	color:#FFF;
	line-height:46px;
	background:#a03128;
	font-weight:bold;
	border-radius:5px;
	margin-top:20px;
	/*transition:all 0.9s ease 0s;*/
	/*transition:background-color 0.5s linear;*/
	transition: background-color 1000ms linear;
}
.mainfooter .wigetbox_box .learn_message:hover {
	color:#FFF;
	background:#001c4c;
}
.mainfooter .wigetbox_box1 {
	width:253px;
	float:left;
}
.mainfooter .wigetbox_box1 h4 img {
	float:right;
	width:29px;
	margin-top:5px;
}
.mainfooter .wigetbox_box1 p {
	margin-bottom:8px;
	margin-top:9px;
}
.mainfooter .wigetbox_box1 span {
	font-family: 'Conv_HELVETIC';
	color:#414141;
	font-size:14px;
	margin-bottom:10px;
}
.mainfooter .widget_nav_menu {
	width:139px;
	float:left;
}
.mainfooter .widget_nav_menu ul {
	display:block;
}
.mainfooter .widget_nav_menu ul li {
	float:left;
	color:#414141;
	width:100%;
	line-height:24px;
}
.mainfooter .widget_nav_menu ul li a {
	float:left;
	color:#414141;
	text-decoration:none;
}
.mainfooter .widget_nav_menu ul li a:hover {
	text-decoration:underline;
}
.mainfooter .wigetbox_box3 {
	width:139px;
	float:left;
}
.mainfooter .wigetbox_box3 ul {
	display:block;
}
.mainfooter .wigetbox_box3 ul li {
	float:left;
	color:#414141;
	width:100%;
	line-height:33px;
}
.mainfooter .wigetbox_box3 ul li a img {
	float:left;
	margin-right:14px;
}
.mainfooter .wigetbox_box3 ul li a {
	float:left;
	color:#414141;
	text-decoration:none;
	transition:all 0.9s ease 0s;
}
.mainfooter .wigetbox_box3 ul li a:hover {
	text-decoration:underline;
}
.mainfooter .copyright {
	float:left;
	width:100%;
	margin-top:28px;
}
.mainfooter .copyright p {
	font-size:11px;
	color:#414141;
	text-align:center;
}
.mainfooter .copyright span {
	font-size:14px;
	color:#414141;
	text-align:center;
}

/*Footer end here*/


#content .maincontent article.product{ 
	float:left;
	width:944px;
	margin:7px 0 20px 0;
}

#content .maincontent article.product section.left{  
	float:left;
	width:234px;
}
#content .maincontent article.product section.left .box {
	float:left;
	width:auto;
}
#content .maincontent article.product section.left .whitecolor h1 {
	font-size:25px;
	color:#000;
	line-height:28px;
}
#content .maincontent article.product section.left .whitecolor span
{
  margin-left:45px;
}
#content .maincontent article.product section.left .whitecolor h1:after {
	content:url(images/cart_img.png);
	margin-left:11px;
}
#content .maincontent article.product section.left .whitecolor ul {
	display:block;
	margin-top:10px;
        border:none !important;
}
#content .maincontent article.product section.left .whitecolor ul li {
	float:left;
	color:#444444;
	width:100%;
}
#content .maincontent article.product section.left .whitecolor ul li a {
	color:#444444;
	text-decoration:none;
	background:url(images/product_arrow.png) no-repeat scroll 0 -25px;
	padding:0 16px;
	transition:all 0.9s ease 0s;
}
#content .maincontent article.product section.left .box ul li a:hover {
	background:url(images/product_arrow.png) no-repeat scroll 0 0;
	color:#942b22;
}
#content .maincontent article.product section.left .box .learn_more {
	float:right;
	font-size:12px;
	color:#942b22;
	text-transform:uppercase;
	font-weight:bold;
	transition:all 0.9s ease 0s;
}
#content .maincontent article.product section.left .click_here {
    color: #FFFFFF;
    display: block;
    font-size: 16px;
    font-weight: bold;
    margin-top: 20px;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.9s ease 0s;
    width: 100%;
}
#content .maincontent article.product section.left .learn_more:hover {
	color:#001c4c;
}

#content .maincontent article.product section.left h3{  
	background-color:#001c4c;
	line-height:41px;
	height:41px;
	border-top-left-radius:5px;
	border-top-right-radius:5px;	
	text-indent:20px;
	margin-bottom:0;
	color:#fff;
	font-size:20px;
	font-weight:normal
}

#content .maincontent article.product section.left ul{  
float:left;
	padding:0 7px;
	border-border-left-radius:5px;
	border-border-right-radius:5px;	
	background-color:#fcfcfc;
	border:solid 1px #dedede;
	border-top:none;	
	margin:0 !important;
}

#content .maincontent article.product section.left ul li{  
	float:left;
	width:218px;
	line-height:32px;
	border-top:dashed 1px #dedede;
	color:#3a3a3a;
	font-size:13px;
}

#content .maincontent article.product section.left ul li:first-child{
	border-top:none;	
}
#content .maincontent article.product section.left .box{
     background: none repeat scroll 0 0 #A03128;
    border-radius: 5px;
    margin-top: 20px;
     float:left;
    padding: 15px 15px 20px;
}
#content .maincontent article.product section.left .textwidget .box {
    color: #FFFFFF;
    float: left;
    font-size: 16px;
    font-weight: bold;
    margin: 25px 0 0;
    transition: all 0.9s ease 0s;
}
#content .maincontent article.product section.left .box .click_here:hover{
   text-decoration:underline;
}

#content .maincontent article.product section.left aside.box{  
	float:left;
	width:234px;
	border-radius:5px;
	background-color:#a03128;
	padding:33px 12px 0 12px;
	margin:18px 0 0 0;
}

#content .maincontent article.product section.left aside.box p{
	text-align:center;
	font-size:17px;
	color:#fff;
	font-weight:bold;	
}

#content .maincontent article.product section.left aside.box p a{
	font-size:19px;
	color:#fff;	
}


#content .maincontent article.product section.right{  
	float:right;
	width:692px;
}

#content .maincontent article.product section.right aside.image{  
	float:left;
	width:207px;
}

#content .maincontent article.product section.right aside.image img{  
	margin:0 auto;
	max-width:207px;
	display:block;
	overflow:hidden;
}

#content .maincontent article.product section.right aside.image p{  
	float:left;
	text-align:center;
	line-height:20px;
	color:#383838;
	display:block;
	width:100%;
}

#content .maincontent article.product section.right aside.image p span{
	color:#8c261d;
}

#content .maincontent article.product section.right aside.image p a.buynow{
	margin:0 auto !important;
	width:86px;
	display:block;
	height:34px;
	line-height:34px;
	color:#fff;
	background: #ff2513; /* Old browsers */
	background: -moz-linear-gradient(top,  #ff2513 0%, #b0281d 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff2513), color-stop(100%,#b0281d)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ff2513 0%,#b0281d 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ff2513 0%,#b0281d 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ff2513 0%,#b0281d 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ff2513 0%,#b0281d 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff2513', endColorstr='#b0281d',GradientType=0 ); /* IE6-9 */
	border-radius:25px;	
	font-size:12px;
	font-weight:bold;
}		

#content .maincontent article.product section.right aside.image p a.buynow:hover{
	background: #b0281d; /* Old browsers */
background: -moz-linear-gradient(top,  #b0281d 0%, #ff2513 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b0281d), color-stop(100%,#ff2513)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #b0281d 0%,#ff2513 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #b0281d 0%,#ff2513 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #b0281d 0%,#ff2513 100%); /* IE10+ */
background: linear-gradient(to bottom,  #b0281d 0%,#ff2513 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b0281d', endColorstr='#ff2513',GradientType=0 ); /* IE6-9 */

}

#content .maincontent article.product section.right aside.image img,
#content .maincontent article.product section.right aside.image p img{  
	margin:0 auto;
	float:none;
}

#content .maincontent article.product section.right aside.image p span{
	font-weight:normal;
	}

#content .maincontent article.product section.right p strong{
		color:#001c4c;
	}
	
#content .maincontent article.product section.right p a{
		text-decoration:underline;
		color:#001c4c;
	}
		
	
#content .maincontent article.product section.right p span{
		color:#a13229;
		font-weight:bold;
	}	
	
#content .maincontent article.product section.right p img{
	float:left;
	margin-right:10px;
	}	
	
#content .maincontent article.product section.right h3	{
	font-size:20px;
	color:#a13229;
	width:100%;
	display:block;
	}
	
#content .maincontent article.product section.right h3.short{
	width:64%;	
}
	
	
#content .maincontent article.product section.right h4	{
	font-size:16px;
	color:#001c4c;
	width:100%;
	font-weight:normal;
	display:block;
	text-align:left;
	margin-bottom:10px;
	}	
	
#content .maincontent article.product section.right h3 span{
	font-size:14px;
	color:#383838;
}

#content .maincontent article.product section.right ul li{
	list-style:disc inside;
	}

#content .maincontent article.product section.right ul.product{
	float:left;
	width:475px;
	}
	
#content .maincontent article.product section.right ul.product.last{
	float:left;
	margin-bottom:25px;
}
	
#content .maincontent article.product section.right ul.product li{
	float:left;
	list-style:disc inside;
	width:158px !important;
	}	
	
#content .maincontent .signup {
	width:116px;
	height:38px;
	font-size:14px;
	color:#FFF;
	line-height:38px;
	background:#a03128;
	font-weight:bold;
	border-radius:9px;
	margin-top:20px;
	margin-bottom:25px;
	padding:8px;
	text-align:center;
	/*transition:all 0.9s ease 0s;*/
	/*transition:background-color 0.5s linear;*/
	transition: background-color 1000ms linear;
}
#content .maincontent .signup:hover {
	color:#FFF;
	background:#001c4c;
}
#content .maincontent .inner_video {
	float:left;
	width:28%;
	margin-bottom:15px;
}	

#wpcf7-f223-p25-o1{
	float:left;
	width:100%;
	padding:0 0 15px 0;
	}

#wpcf7-f223-p25-o1 p{
	text-align:left;
	width:27%;
	}

#wpcf7-f223-p25-o1 p label{
	float:left;
	width:258px;
	}
	

ul.login{
	margin:0 auto 15px auto;
	width:300px;
	overflow: ;
	}
	
ul.login li{
	float:left;
	width:260px;
	margin-top:5px;
	}	

ul.login li input[type="text"],
#wpcf7-f223-p25-o1 input[type="text"],
#wpcf7-f223-p25-o1 input[type="email"],
#wpcf7-f223-p25-o1 textarea{
	float:left;
	width:258px;
	height:24px;
	line-height:24px;
	border:solid 1px #ccc;
	padding:0 5px;
	color:#686868;
	}
	
#wpcf7-f223-p25-o1 textarea{
	height:100px;
	line-height:16px;
	padding:3px;
	}
ul.login li input[type="submit"],	
#wpcf7-f223-p25-o1 input[type="submit"] {
	float:left;
	width:87px;
	height:26px;
	line-height:26px;
	text-align:center;
	background-color:#A03128;
	color:#fff;
	border:none;	
	margin-top:15px;
}

ul.login li input[type="submit"]{
	margin-top:10px;
	}

ul.login li input[type="submit"]:hover,
#wpcf7-f223-p25-o1 input[type="submit"]:hover {
	background-color:#000;	
	cursor:pointer;
}

.wpcf7-not-valid-tip {
	float:left;
	top:0;
	}
	
.wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors	{
	margin-left:0;
	}
	
.MagicZoomPup{
	opacity:0.5 !important;
	border-color:#000 !important;
	}

.MagicToolboxMessage,.MagicToolboxMessage br {
	display:none !important;
	}

.menu-item.menu-item-type-post_type.menu-item-object-page.current-menu-item.page_item page-item-58.current_page_item{
	color:#942B22 !important;
	}
.whitecolor {
   background:#fff !important;
   padding:5px 3px !important;
   border:1px solid #a03128 !important;
}
/*----------blog pages style -----*/	

.blog {
	float:left;
	padding:0px;
	margin:20px 0 0 0;
	width:630px;
}
.blog h1{
	float:none;
	text-transform:none;
	margin-bottom:10px;
	font-family:inherit;
}
.archive-title {
	margin-bottom:20px !important;
}
.blog  h2 a {
	color:#000;
}
.blog  h2 a:hover {
	color:#fafbfc;
	text-decoration:underline;
}
.blog .listbox{
	float:left;
	margin:0px 0 0 0;
	width: 100%;
	padding-bottom:15px;
}
.blog .listbox article{
	float:left;
	margin:0px 0 30px 0;
	width: 100%;
	border-bottom:2px dashed #ccc;
	padding-bottom:35px;
}
.blog .listbox article:last-child {
	border-bottom:none;
}
/*.blog .listbox .entry-header, .blog .listbox .entry-content {
	float:left;
}*/
.blog>.listbox+.listbox {
	border-top:1px dashed #ccc;
	padding:30px 0 0px 0;
}
.blog .listbox img {
	 border: 5px solid #FFFFFF;
    box-shadow: 0 0 1px #CCCCCC;
    float: left;
    margin: 4px 15px 5px 0;
}
.blog .listbox .entry-meta {
	margin:0px 0 10px 0;
	padding:0px;
}
.blog .listbox .entry-meta span {
	font-size:14px;
	color:#555555;
	padding-right:5px;
}
.blog .listbox .entry-meta a {
	color:#555555;
	font-weight:normal;
}
.blog  .entry-meta .comments-link span a:hover{
	color:#942B22;
	text-decoration:none;
}
.blog .listbox .entry-meta a:hover {
	color:#942B22;
}
.blog .listbox .entry-meta .leave-reply a{
	color:#942B22;
}
.blog  .entry-header .comments-link a:first-child {
	display:none !important;
}
.blog .listbox .comments-link a {
	color:#942B22;
	font-weight:normal;
	text-decoration:none;
}
.blog .listbox .entry-meta a:hover {
	text-decoration:underline;
	color:#942B22;
}
.blog  footer.entry-meta {
	background:#f0f0f0;
	padding:10px 10px !important;
	margin-top:20px !important;
}
.blog  .entry-header h1 {
	color:#942B22;
	float: none;
    font-family: 'franklin_gothic_mediumregular';
    font-size: 22px;
    font-weight: normal;
	margin:0 0 10px 0;
	text-transform:inherit;
}
.blog  .entry-header h1 a {
	color:#942B22;
}
.blog  .entry-header h1:hover {
	color:#942B22;
}
.blog .listbox .more-link {
    background-color: #942B22;
    color: #FFFFFF;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 15px;
    padding: 8px 30px;
    text-align: center;
    transition: all 0.8s ease 0s;
}
.blog .listbox .more-link:hover {
	background-color:#d4a000;;
}
.blog .nav-links a {
	color:#942B22;
}
.right_categories {
	float:right;
	width:286px;
	margin:20px 0 0 0;
	padding:0px
}
.right_categories .widget {
	float:right;
	margin:0px 0 20px 0;
	padding:0px;
	width:286px;
	border:1px solid #ddcde2;
}
.right_categories .widget h3 {
	font-size:22px;
	font-weight:normal;
	color:#fff;
	float:none;
	margin-right:0px;
	padding-left:25px;
	line-height:50px;
	background: #6c140b; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzZjMTQwYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2ExMzIyOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2YTEzMGEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #6c140b 0%, #a13229 50%, #6a130a 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #6c140b), color-stop(50%, #a13229), color-stop(100%, #6a130a)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #6c140b 0%, #a13229 50%, #6a130a 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #6c140b 0%, #a13229 50%, #6a130a 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #6c140b 0%, #a13229 50%, #6a130a 100%); /* IE10+ */
	background: linear-gradient(to bottom, #6c140b 0%, #a13229 50%, #6a130a 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6c140b', endColorstr='#6a130a', GradientType=0 ); /* IE6-8 */
	border:1px solid #780e21;
}
.right_categories .widget ul {
	float:left;
	width:100%;
	margin:0 0 20px 10px;
	list-style:none;
}
.right_categories .widget ul li:last-child {
	border-bottom:0px;
	padding-bottom:0px;
}
.right_categories .widget ul li {
	color:#942B22 !important;
}
.right_categories .widget ul li {
	float:left;
	background:url(images/widget-arrow.png) no-repeat 0 13px;
	padding:12px 0 12px 25px;
	width:86%;
	border-bottom:1px solid #d4d4d4;
	color:#000;
}
.right_categories .widget ul li a {
	color:#000;
	text-decoration:none;
	font-size:15px;
	padding-left:3px;
}
.right_categories .widget ul li a:hover {
	color:#942B22;
}
#comments #respond .comment-notes {
	float:left;
	width:100%;
}
#comments {
	float:left;
	width:100%;
}
#comments .comment-meta a {
	color:#942B22;
}
#comments .reply {
	color:#942B22;
	padding-bottom:10px;
}
#comments .reply a {
	color:#942B22;
}
#comments label {
	float:left;
	width:100%;
}
#comments #respond .logged-in-as a {
	color:#942B22;
	margin:5px 0 !important;
}
#comments h2 {
	padding:10px 0 10px;
	border-bottom:1px dashed #666;
	margin-bottom:10px;
	font-size:18px;
	font-weight:normal;
	color:#000;
}
#comments #respond h3 {
	padding:10px 0 5px;
}
#comments #respond input[type="text"], input[type="text"], input[type="email"],  input[type="url"] {
	float:left;
	width:220px;
	height:19px;
	padding:0 5px;
	border:1px solid #b5b5b5;
	margin-bottom:10px;
}
#comments #respond textarea {
	float:left;
	width:600px;
	border:1px solid #b5b5b5;
	margin-bottom:10px;
}
#comments #respond input[type="submit"] {
	float:left;
	width:160px;
	font-family:"Comic Sans MS", cursive;
	height:40px;
	color:#fff;
	font-size:18px;
	cursor:pointer;
	background:#942B22;
	border:none;
	margin-bottom:20px;
}
#comments #respond input[type="submit"]:hover {
	background-color:#000;
}
.form-allowed-tags {
	display:none;
}
#li-comment-2 {
	float:left;
}
#reply-title small a {
	color:#942B22;
}
#reply-title small a:hover {
	color:#666;
}
.blog-button {
	float:left;
	width:80%;
	text-align:center;
	margin-top:5px;
}
.blog-button img {
	text-align:center;
}
.mainfooter .widget_recent_entries {
       max-width:260px;
}
.mainfooter .widget_recent_entries h3 {
    background: url("http://24by7freelancers.com/regenerationusa/wp-content/uploads/2014/02/footer_arrow.png") no-repeat scroll right center rgba(0, 0, 0, 0);
    clear: both;
    display: inline-block;
    line-height: 28px;
    padding-right: 35px;
   float:none;
}
#content .our_product .video iframe
{
  margin-bottom:-3px;
}

.list1 span
{
  color:#fff !important;
}
.contactleft {
	float:left;
	width:400px;
	margin-bottom:20px;
}
.contactleft input[type="text"], .contactleft textarea  {
	width:300px;
	 border: 1px solid #B5B5B5;
}
.contactleft p {
    display:inline-block;
	width:100%;
	margin-bottom:0px;
}
.contactleft input[type="submit"] {
    background-color: #A03128;
    border: medium none;
    color: #FFFFFF;
    float: left;
    height: 26px;
    line-height: 26px;
    margin-top: 15px;
    text-align: center;
    width: 87px;
}
.contactleft input[type="submit"]:hover {
	background:#000;
	cursor:pointer;
	
}
.entry-date {
	margin-right:10px;
}

.error {
    background: none repeat scroll 0 0 #FFFFFF;
    color: #FF0000;
    font-size: 14px;
    line-height: 20px;
    padding-left: 5px;
    position: absolute;
    left: 3px;
    text-align: left;
    top: 27px;
    width: 225px;
	display:none;
}
.form_value
{
	position:relative;
	display:block;
}