@charset "utf-8";
/* CSS Document */

    html, body, div, span, object, iframe,
    h1, h2, h3, h4, h5, h6, p, blockquote, pre,
    abbr, address, cite, code,
    del, dfn, em, img, ins, kbd, q, samp,
    small, strong, sub, sup, var,
    b, i,
    dl, dt, dd, ol, ul, li,
    fieldset, form, label, legend,
    table, caption, tbody, tfoot, thead, tr, th, td,
    article, aside, canvas, details, figcaption, figure, 
    footer, header, hgroup, menu, nav, section, summary,
    time, mark, audio, video {
        margin:0;
        padding:0;
/*        border:0;*/
        outline:0;
        font-size:100%;
        vertical-align:baseline;
       /* background:transparent;*/
    }

    body {
        line-height:1;
		font-family: 'Roboto', sans-serif;
		font-size:14px;
		font-weight:400;
    }

    img{
        max-width: 100%;
    }

    article,aside,details,figcaption,figure,
    footer,header,hgroup,menu,nav,section { 
        display:block;
    }

    nav ul {
        list-style:none;
    }

    blockquote, q {
        quotes:none;
    }

    blockquote:before, blockquote:after,
    q:before, q:after {
        content:'';
        content:none;
    }

    a {
        margin:0;
        padding:0;
        font-size:100%;
        vertical-align:baseline;
        background:transparent;
		color:#ffffff;	
    }
	
	.about_contentarea a{
     color:#a02318;
      }

    /* change colours to suit your needs */
    ins {
        background-color:#ff9;
        color:#000;
        text-decoration:none;
    }

    /* change colours to suit your needs */
    mark {
        background-color:#ff9;
        color:#000; 
        font-style:italic;
        font-weight:bold;
    }

    del {
        text-decoration: line-through;
    }

    abbr[title], dfn[title] {
        border-bottom:1px dotted;
        cursor:help;
    }

    table {
        border-collapse:collapse;
        border-spacing:0;
    }

    /* change border colour to suit your needs */
    hr {
        display:block;
        height:1px;
        border:0;   
        border-top:1px solid #cccccc;
        margin:1em 0;
        padding:0;
    }

    input, select {
        vertical-align:middle;
    }
	
	/***********/
.wrapper {
	width:1107px;
	margin:0 auto;
}
	
	
header {
	width:100%;
	float:left;
}
.header_container {
	width:100%;
	float:left;
}
.top_header_w {
	background: #fff none repeat scroll 0 0;
    border-top: 8px solid #a02318;
    float: left;
    width: 100%;
	padding:17px 0px;
}
.top_header {
	width:100%;
	float:left;
}
.logo {
	width:35%;
	float:left;
}
.logo a {
	cursor:pointer;
	float:left;
	text-decoration:none;
}
.top_cntc_info {
	width:35%;
	float:right;
}
.cntc_no {
	width:50%;
	float:left;
}
.cntc_no p {
	color: #858484;
    float: left;
    font-size: 14px;
    line-height: 7px;
    margin-top: 7px;
    padding-left: 7px;
}
.cntc_no span {
	color: #000000;
    float: left;
    font-size: 15px;
    font-weight: bold;
    line-height:22px;
    padding-top: 2px;
    width: 100%;
}
.cntc_no img {
	float: left;
    width: 16px;
}


.email_id {
	width:50%;
	float:right;
}

.email_id img {
	float: left;
    height: 15px;
    margin-top: 1px;
    width: 18px;
}
.email_id p {
	color: #858484;
    float: left;
    font-size: 14px;
    line-height: 7px;
    margin-top: 6px;
    padding-left: 7px;
}
.email_id span {
	color: #000000;
    float: left;
    font-size: 15px;
    font-weight: bold;
    line-height: 22px;
    padding-top: 2px;
    width: 100%;
}
.gd_dsnt_cut {
	width:30%;
	float:right;
}
.gd_dsnt_cut a {
	background: #a02318 none repeat scroll 0 0;
    float: right;
    padding: 11px 15px;
    text-decoration: none;
	font-family: 'Roboto', sans-serif;
	font-size:18px;
	color:#fff;
	font-style:italic;
	font-weight:300;
}


.menu_w {
	width:100%;
	float:left;
/*	background:#a12318;*/
	height: 56px;
	background:#a02318;
}
.menu_content {
	width:100%;
	float:left;
}
.mobile{
	width:75%;
	float:left;
	display: none;
}
.menu {
	width:75%;
	float:left;
	display:block;
}
.menu ul ul {
    display: none;
}
.menu ul li:hover > ul {
    display: block;
}
.menu ul {
	list-style-type:none;
}
.menu ul li {
  display:block;
	float:left;   
}
.menu ul li a {
   text-decoration:none;	
	padding: 21px 23px;
	float:left;
	text-align:center;
	color:#fff;
	font-size:14px;
	text-transform:uppercase;
}
.menu ul li:last-child a {
	  
}

.menu ul li a:hover {
-webkit-transform: skew(-20deg);
	-moz-transform: skew(-20deg);
	-o-transform: skew(-20deg);
	background:#fff;
	color:#a12318;
	
}
.menu ul li.current-menu-item a{
		
}
.menu ul ul {

    position: absolute;	
 	background: #a02318 none repeat scroll 0 0;
    padding: 0;
	margin:0;
    width: 250px;
	top:514px;
    z-index: 9999;
}
.menu_P ul ul {

    position: absolute;	
 	background: #a02318 none repeat scroll 0 0;
    padding: 0;
	margin:0;
    top: 170px ;
    width: 250px;
    z-index: 9999;
}
.menu ul ul li {
       float: left;
    padding: 0;
    position: relative;
    width: 100%;
}
.menu ul ul li a {
	   color: #fff;
    display: block;
    float: left;
    font-size: 14px;
    padding: 12px 2%;
    text-align: left;
    text-transform: uppercase;
    width: 96%;
	font-style:normal;
}
.menu ul ul li:last-child {
    border-bottom: medium none;
}
.menu ul ul li a:hover {
	 transform: none;
	 background:#fff;
	
}
.menu ul ul ul {
    left: 100%;
    position: absolute;
    top: 0;
}

.menu ul li.current_page_item ul li a{
	    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #fff;
    transform: none;
}

.menu ul li.current_page_item ul li a:hover{
	background:#fff;
	color:#a12318;
}










.search_form {
	width:25%;
	float:right;
}
.search_form form {
	float:right;
	margin-top: 12px;
	background:#fff;
}
.search_form form input[type='search'] {
	background:#fff;
	border:#fff 1px solid;
	color:#842842;
	padding:5px;
	float:left;
	width: 170px;
}
.search_form form input[type='submit'] {
	background-color: #fff;
    background-image: url("../images/search.png");
    background-position: center center;
    background-repeat: no-repeat;
    border: 1px solid #fff;
    float: left;
    margin-left: 0;
    padding: 4px 11px;	
}


.banner_slider_container {
	width:100%;
	float:left;
	background:#a02318;
	margin-bottom:2px;

}
.banner_slider_w {
	width:100%;
	float:left;
}
.bnr_category_w {
	width:203px;
	float:left;
}
.bnr_category {
	width:100%;
	float:left;
}
.bnr_category ul {
	list-style-type:none;
}
.bnr_category ul li {

width:100%;
float:left;
display:block;
}
.bnr_category ul li a {
	color: #fff;
    float: left;
    font-size: 14px;
    font-weight: 300;
    padding: 12px 0 12px 15px;
    text-align: left;
    text-decoration: none;
    width: 93%;
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#7e130a+0,81140b+28,b22013+48,bd2314+67,ac1c0f+88,a02318+100 */
background: #7e130a; /* Old browsers */
background: -moz-linear-gradient(top,  #7e130a 0%, #81140b 28%, #b22013 48%, #bd2314 67%, #ac1c0f 88%, #a02318 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7e130a), color-stop(28%,#81140b), color-stop(48%,#b22013), color-stop(67%,#bd2314), color-stop(88%,#ac1c0f), color-stop(100%,#a02318)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #7e130a 0%,#81140b 28%,#b22013 48%,#bd2314 67%,#ac1c0f 88%,#a02318 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #7e130a 0%,#81140b 28%,#b22013 48%,#bd2314 67%,#ac1c0f 88%,#a02318 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #7e130a 0%,#81140b 28%,#b22013 48%,#bd2314 67%,#ac1c0f 88%,#a02318 100%); /* IE10+ */
background: linear-gradient(to bottom,  #7e130a 0%,#81140b 28%,#b22013 48%,#bd2314 67%,#ac1c0f 88%,#a02318 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7e130a', endColorstr='#a02318',GradientType=0 ); /* IE6-9 */
}

.slider_w {
	width:1107px;
	float:left;
}
.slider {
	width:100%;
	float:left;
}

.slider ul {
    float: left;
    width: 100%;
	 list-style: outside none none;
}
.slider ul li {
    float: left !important;
    width:auto;
}

.slider ul li img {
    float: left;
    height: 342px;
    width: 100%;
}
.slider ul li .text {
     background: rgba(155, 52, 42, 0.9) none repeat scroll 0 0;
    bottom: 0;
    color: #fff;
    float: left;
    font-size: 14px;
    left: 0;
    padding: 16px 20px;
    position: absolute;
    width: 1067px;
    z-index: 99;
}
.slider ul li .text p{
	font-size:16px;
	font-weight:400;
	color:#fff;
	line-height:22px;	
}

.container{
	width:100%;
	float:left;
	padding-bottom:30px;
}

.welcome {
    border-bottom: 1px solid #a02318;
    float: left;
    margin-bottom:5px;
/*    margin-top: 20px;*/
/*    padding-bottom: 20px;*/
    padding-bottom:0px;
	    margin-top: 2px;
    width: 100%;
	background:#424242;
}
.welcomet_text {
    float: left;
    width: 50%;
}
.welcome_img {
    float: left;
    width: 50%;
}

.welcomet_text h1 {
/*background: #a02318 none repeat scroll 0 0;*/
background:#7e1208;
    color: #fff;
    float: left;
    font-family: "Roboto",sans-serif;
    font-size: 36px;
    font-weight: bold;
    padding: 7px 15px;
    text-align: left;
    text-transform: uppercase;
/*    width: 80%;*/
    width: 100%;
}

.welcomet_text h2 {
 /*   color: #842842;*/
 color:#f67742;
    float: left;
    font-size: 18px;
    font-weight: bold;
    padding: 15px 5px;
    width:90%;
/*	background:#fe0d10;*/
}
.welcomet_text p {
/*     color: #7a7a7a;*/
color:#fff;
    float: left;
    font-size: 19px;
    line-height: 28px;
    width: 100%;
}
.welcomet_text .read_more {
    float: left;
    font-size: 16px;
    font-weight: 400;
    margin-top: 20px;
    text-align: left;
    width: 100%;
}
.welcomet_text .read_more a {
    background: rgba(0, 0, 0, 0) url("../images/title_bg.png") repeat-x scroll 0 0;
    color: #fff;
    float: left;
    font-size: 16px;
    font-weight: 400;
    padding: 15px 12px 16px;
    text-align: left;
    text-transform: uppercase;
}
.welcomet_text .box_title_img {
    float: left;
    width: 34px;
}
.welcome_img img {
      height: 515px;
    position: relative;
    width: 100%;
}






.home_Products_bg{
	  float: left;
    width: 100%;
	   border-top: 3px solid #a02318;
	/*   border-bottom:1px solid #c0c0c0;*/
}

.box_Products_w {
    float: left;
    width: 100%;
	margin-top:30px;
}
.box_Products_w .tital{
	 float: left;
    width: 100%;
	 margin-bottom: 30px;
}
.box_Products_w .tital h1{
	   background-color: #ca1f26;
    color: #fff;
    float: left;
    font-family: roboto;
    font-size: 36px;
	font-weight:bold;
    padding: 20px;
    width: auto;
}
.triangle-bottomleft {
     border-bottom: 76px solid #ca1f26;
    border-right: 74px solid transparent;
    float: left;
    height: 0;
    width: 0;
}
.box_Products_w .box {
  float: left;
    width: 320px;
}
.box:nth-child(3) {
    border-left: 1px solid #c0c0c0;
    border-right: 1px solid #c0c0c0;
    margin: 0 27px;
    padding: 0 28px;
}
.box_w {
    float: left;
    width: 100%;
	  padding-bottom: 25px;
}
.box_w img{
	width:331px;
	height:295px;
}
.box_w h2{
	 color: #232331;
    font-size: 18px;
    padding: 20px 0;
}

.box_w p {
    color: #7a7a7a;
    float: left;
    font-size: 16px;
	font-weight:300;
    line-height: 22px;
    text-align: justify;
    width: 100%;
}
.box_w a {
   color: #c00028;
    float: left;
    font-size: 14px;
    font-weight: 400;
    padding: 25px 0 5px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}




footer {
	background:#a02318;
	width:100%;
	float:left;
}
.footer_content {
	width:100%;
	float:left;
	margin-top:25px;
}
.upper_fcontent {
	width:100%;
	float:left;
}
.f_about {
	width:300px;
	height:auto;
	float:left;
}
.f_about h2{
	  border-bottom: 1px solid #fff;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    padding-bottom: 8px;
	margin-bottom: 5px;
}
.f_about p {
	color:#fff;
	font-size:14px;
	font-weight:300;
	line-height:22px;
	width:99%;
	float:left;
	padding-bottom: 10px;
}
.f_about p a{
	color:#fcff0f;
	text-decoration:none;
}
.f_about_link{
	margin-left:40px;
	float:left;
	width:225px;
	height:auto;
}
.f_about_link h2{
	 border-bottom: 1px solid #fff;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    padding-bottom: 8px;
	margin-bottom: 5px;
}
.f_about_link ul {
	float: left;
    list-style-type: none;
    margin-left: 0;
    padding-left: 0;
    width: 99%;
}
.f_about_link ul li {
	 display: block;
    float: left;
    padding: 0 0 10px 16px;
    width: 90%;
	background:url(../images/footer_aro.png) no-repeat;
	background-position:0px 2px;
}
.f_about_link ul li a {
	 color: #fff;
    float: left;
    font-size: 14px;
    font-weight: 300;
    text-decoration: none;
}
.f_about_link ul li a:hover {
	color:#fff;
/*	font-size:13px;*/
}
.f_information {
	margin-left:40px;
	float:left;
	width:225px;
	height:auto;
}
.f_information h2{
	 border-bottom: 1px solid #fff;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    padding-bottom: 8px;
	margin-bottom: 5px;
}
.information_c {
	float:left;
	width:100%;
}

.information_c ul {
	float: left;
    list-style-type: none;
    margin-left: 0;
    padding-left: 0;
    width: 99%;
}
.information_c ul li {
	display: block;
    float: left;
    padding: 0 0 10px 16px;
    width: 90%;
	background:url(../images/footer_aro.png) no-repeat;
	background-position:0px 2px;
}
.information_c ul li a {
	 color: #fff;
    float: left;
    font-size: 14px;
    font-weight: 300;
    text-decoration: none;
}
.information_c ul li a:hover {
	color:#fff;
/*	font-size:13px;*/
}

.f_contact {
	width:225px;
	height:auto;
	margin-left:40px;
	float:right;
}
.f_contact h2{
	 border-bottom: 1px solid #fff;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    padding-bottom: 8px;
	margin-bottom: 5px;
}
.contact_info {
	width:100%;
	float:left;
}
.contact_info .contact_text_f{
	width:100%;
	float:left;
	  margin-bottom: 8px;
}
.contact_info .contact_text_f .icon{
	width:30px;
	float:left;
	margin-top:5px;
}

.contact_info .contact_text_f .text{
	float:left;
	width:185px;
	
}
.contact_info .contact_text_f .text p{
	 color: #fff;
    font-size: 14px;
    line-height: 18px;
}
.right_copyright {
	width:100%;
	float:left;
	background:#6f031c;
	  margin-top: 15px;
}
.right_copyright p {
	   color: #fff;
    float: left;
/*    font-size: 12px;*/
    font-size: 11px;
    font-weight: 300;
    padding: 18px 0;
    text-align: center;
    width: 100%;
}


/************about page****/
.about_us_s {
	width:100%;
	float:left;
}
.aboutus_c {
	width:100%;
	float:left;
	padding:20px 0px;
}
.about_contentarea
{
	width:100%;
	height:auto;
	float:left;
}

.about_contentarea h3
{
	font-size:20px;
	color:#a12318;
	font-weight:bold;
	line-height:26px;
	margin-top:14px;
	margin-bottom:5px;	
}

.about_contentarea h3 a{
    color: #a12318;
    font-size: 20px;
    font-weight: bold;
	text-decoration:none;
}
.about_contentarea small{
    color:#BF6D67;
    font-size: 13px;
    font-weight: 500;
	text-decoration:none;
}
.about_contentarea p
{
	font-size:16px;
	color:#444;
	font-weight:300;
	line-height:25px;
	margin-bottom:8px;
	float:left;	
}

.about_contentarea h5
{
	font-size:16px;
	color:#a12318;
	font-weight:bold;
	float:left;
	margin:0px;

}

.about_product_image
{
	width:100%;
	height:auto;
	float:left;
	margin-top:36px;
}
.about_product_image ul
{
	margin:0;
	padding:0px;
}
.about_product_image ul li
{
	list-style-type:none;
	float:left;
	display:inline;
	margin-right:14px;
}
.about_product_image ul li:last-child {
	margin:0px;
}
.about_product_image ul li a {
	text-decoration:none;
	cursor:pointer;
}
.about_product_image ul li a img {
	width:266px;
	height:226px;
}

/***********contact page****/
.contact_us_s {
	width:100%;
	float:left;
}
.contactus_c {
	width:100%;
	float:left;
	padding:20px 0px;
}
.contactus_content {
	width:100%;
	float:left;
}
.contact_left
{
	width:32%;
	height:auto;
	float:left;
}
.contact_right
{
	width:32%;
	height:auto;
	float:right;
}
.contact_middle
{
	    float: left;
    height: auto;
    margin: 0 2%;
    width: 32%;
}
.contact_title
{
	font-size:18px;
	font-weight:600;
	line-height:26px;
	margin-top:34px;
	margin-bottom:14px;
	background:#a12318;
	padding:10px 16px;
}
.contact_title h2
{
	font-size:18px;
	color:#fff;
	font-weight:600;
	margin:0px;
	text-transform:uppercase;
}
.contact_section
{
	width:100%;
	height:auto;
	float:left;
	min-height:185px;
}
.contact_section_left
{
		width:100%;
	height:auto;
	float:left;

}
.contact_section_left ul
{
	margin:0px;
	padding:0px;
}
.contact_section_left ul li
{
	list-style-type:none;
	display:block;
}
.contact_section_left ul li span
{
	  float: left;
    height: auto;
    width: 29px;
}
.contact_section_left ul li p
{
 color: #444;
    float: left;
    font-size: 16px;
    font-weight: 300;
    margin: 0;
    width: 67%;
	line-height:23px;
}
.contact_section_right
{
	width:100%;
	  min-height: 165px;
	margin-top:10px;
	float:left;
		background:url(https://www.cyclonediamond.com/wp-content/themes/cyclone/css/images/shadow.png) no-repeat;
	background-position:left;
}

.contact_section_right ul
{
	margin:0px;
	padding:0px;
}
.contact_section_right ul li
{
	list-style-type:none;
	display: inline-block;
	width:100%;
	float:left;
	padding-bottom:10px;
	margin-left:0px;
}
.contact_section_right ul li span
{
	  float: left;
    height: auto;
    width: 29px;
}
.contact_section_right ul li p
{
 color: #444;
    float: left;
    font-size: 16px;
    font-weight: 300;
    margin: 0;
    width: 88%;
	line-height:22px;
}
.map
{
	background:#f2f2f2;
	padding:13px;
  -webkit-box-shadow: 1px 4px 4px 2px #ccc;  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow:    1px 4px 4px 2px #ccc;  /* Firefox 3.5 - 3.6 */
  box-shadow:         1px 4px 4px 2px #ccc;  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
  float:left;
  width:90%;
  margin-bottom:18px;
}
.map iframe{
	width:100%;
	height:auto;
	float:left;
}
.contact_left a
{
	color:#0072ff;
	font-size:14px;
	text-decoration:underline;
}
.contact_middle a
{
	color:#0072ff;
	font-size:14px;
	text-decoration:underline;
}
.contact_right a {
    color: #0072ff;
    font-size: 14px;
    text-decoration: underline;
}

/************product page********/
.products_s {
	width:100%;
	float:left;
}
.products_w {
	width:100%;
	float:left;
	padding:20px 0px;
}
.products_category_w {
	width:100%;
	float:left;
	padding: 10px 0;
}
.products_category {
	display: inline-block;
    margin: 1%;
    width:22.7%;
}
.products_category a {
	text-decoration:none;
	width:100%;
	float:left;
	cursor:pointer;
}
.products_category img {
	   height: auto;
    width: 100%;
}
.products_category h2 {
	background: #a12318 none repeat scroll 0 0;
    color: #fff;
    float: left;
    font-size: 14px;
    font-weight: 300;
    margin-top: 2px;
    padding: 13px 0 13px 11px;
    width: 96%;
	text-transform:uppercase;
}

.heading {
	width:100%;
	float:left;
	padding-bottom:36px;
}
.heading h1{	
	font-size:28px;
	font-weight:bold;
	text-align:left;
	color:#fff;
	width:auto;
	float:left;
	background:#a02318;
	padding:19px 15px;
	text-transform:uppercase;
	
}
.heading h1 a{
	/*text-decoration:none;	*/
}
.shape2 {
	border-bottom: 66px solid #a02318;
    border-right: 52px solid transparent;
    float: left;
    height: 0;
    width: 0;
}
.read_more_w {
    float: left;
    padding-top: 35px;
    width: 100%;
}
.read_more_w a {
    background: #a02318 none repeat scroll 0 0;
    box-shadow: 1px 2px 1px #999;
    color: #fff;
    float: left;
    font-size: 14px;
    padding: 13px 35px 13px 13px;
    text-decoration: none;
}
.box_shape_img {
    box-shadow: 0 3px 0 #999;
    float: left;
}
.shape1 {
    border-bottom: 40px solid #a02318;
    border-right: 40px solid transparent;
    float: left;
    height: 0;
    width: 0;
}

/********/

/*****************catalog******/
.catalog_s {
	width:100%;
	float:left;
}
.catalog_w {
	float: left;
    padding: 20px 0;
    width: 100%;
}

.catalogs {
	width:100%;
	float:left;
}
.catalog_category {
	width:24%;
	margin-right:1%;
	float:left;
	margin-bottom: 2%;
}
.catalog_category a {
	text-decoration:none;
	cursor:pointer;
}
.catalog_category a img {
	width:252px;
	height:328px;
} 

/**************product details*************/
.product_details_s {
	float: left;
    width: 100%;
}
.product_details_c {
	float: left;
    padding: 20px 0;
    width: 100%;
}
.product_details_cntarea {
	float: left;
    height: auto;
    width: 100%;
}
.product_details_cntarea h2 {
    color: #a12318;
    font-size: 24px;
    font-weight: bold;
    line-height: 26px;
    margin-bottom: 5px;
    margin-top: 14px;
    padding-bottom: 20px;
    text-align: center;
    width: 99%;
}
.product_details_cntarea h3 {
    color: #a12318;
    font-size: 20px;
    font-weight: bold;
    line-height: 26px;
    margin-bottom: 5px;
    margin-top: 14px;
    padding-bottom: 20px;
    text-align: center;
    width: 99%;
}
.product_details_cntarea h5 {
	color: #a12318;
    float: left;
    font-size: 16px;
    font-weight: bold;
   	margin: 10px 0;
	width:99%;
}
.product_details_cntarea p {
	color: #444;
    float: left;
    font-size: 16px;
    font-weight: 300;
    line-height: 25px;
    margin-bottom: 8px;
	width:99%;
	text-align:center;
}
.product_details_cntarea a {
/*	text-decoration:none;
	color:#0c77c1;
	font-size:14px;
	font-weight:300;
	width:99%;
	text-align:left;
	margin:25px 0px;
	float:left;*/
}
.product_details_image {
	float: left;
    height: auto;
    margin-top: 36px;
    width: 100%;
}
.product_details_image ul {
	margin: 0;
    padding: 0;
	list-style-type:none;
}
.product_details_image ul li {
	display: inline;
    float: left;
    list-style-type: none;
    margin-bottom: 16px;
    margin-right: 30px;
}
.product_details_image ul li a {
	cursor: pointer;
    text-decoration: none;
}
.product_details_image ul li a img {
	height: 275px;
    width: 246px;
}

/*******rinku********/
.page_numbering {
	width:100%;
	float:left;
	padding:10px 0px;
}
.page_numbering a {
	border:1px solid #666;
	padding:3px 7px;
	text-decoration:none;
}
.page-numbers {
	color:#000;
	
}
.menu ul li.current_page_item a {
	-webkit-transform: skew(-20deg);
	-moz-transform: skew(-20deg);
	-o-transform: skew(-20deg);
	background:#fff;
	color:#a12318;
}
.current {
	color:#fff;
	border:1px solid #666;
	padding:3px 7px;
	background:#a02318;
}
/*******rinku********/

.customNavigation{
  text-align: center;
}

.customNavigation a{
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
 
 #cssmenu,
#cssmenu ul,
#cssmenu li,
#cssmenu a {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  font-weight: normal;
  text-decoration: none;
  line-height: 1;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  position: relative;
}
#cssmenu {
  width: 203px;
  float:left
}
#cssmenu a {
  line-height: 1.3;
}


#cssmenu > ul > li {
	
    float: left;
    width: 100%;
		
}

#cssmenu > ul > li > a {
  font-size: 14px;
  display: block;
  color: #ffffff;
  width:100%;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#7e130a+0,81140b+28,b22013+48,bd2314+67,ac1c0f+88,a02318+100 */
background: #7e130a; /* Old browsers */
background: -moz-linear-gradient(top,  #7e130a 0%, #81140b 28%, #b22013 48%, #bd2314 67%, #ac1c0f 88%, #a02318 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7e130a), color-stop(28%,#81140b), color-stop(48%,#b22013), color-stop(67%,#bd2314), color-stop(88%,#ac1c0f), color-stop(100%,#a02318)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #7e130a 0%,#81140b 28%,#b22013 48%,#bd2314 67%,#ac1c0f 88%,#a02318 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #7e130a 0%,#81140b 28%,#b22013 48%,#bd2314 67%,#ac1c0f 88%,#a02318 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #7e130a 0%,#81140b 28%,#b22013 48%,#bd2314 67%,#ac1c0f 88%,#a02318 100%); /* IE10+ */
background: linear-gradient(to bottom,  #7e130a 0%,#81140b 28%,#b22013 48%,#bd2314 67%,#ac1c0f 88%,#a02318 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7e130a', endColorstr='#a02318',GradientType=0 ); /* IE6-9 */
}
#cssmenu > ul > li > a > span {
  display: block;
  padding: 12px 10px;

}
#cssmenu > ul > li > a:hover {
  text-decoration: none;
}
#cssmenu > ul > li.active {
  border-bottom: none;
}
#cssmenu > ul > li.has-sub > a span {
  background: url(../images/icon_plus.png) 96% center no-repeat;
}
#cssmenu > ul > li.has-sub.active > a span {
  background: url(../images/icon_minus.png) 96% center no-repeat;
}
/* Sub menu */
#cssmenu ul ul {
  display: none;
  background: #fff;
}
#cssmenu ul ul li {

}
#cssmenu ul ul li:last-child {
  border-bottom: none;
}
#cssmenu ul ul a {
  padding: 10px 0px 10px 25px;
  display: block;
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  width:87%;
  background:#7e1208 ;
}
#cssmenu ul ul a:before {
  content: "»";
  position: absolute;
  left: 10px;
  color: #fff;
}
#cssmenu ul ul a:hover {
  color: #fff;
}
#cssmenu > ul > li.stone{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,282116+100 */
background: #000000; /* Old browsers */
background: -moz-linear-gradient(top, #000000 0%, #282116 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #000000 0%,#282116 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #000000 0%,#282116 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#282116',GradientType=0 ); /* IE6-9 */
}
#cssmenu > ul > li.stone a{
	background:none;
}
.product_details_cntarea p img{
	margin:0px 10px;
}







.product-listbox-left {
    float: left;
    height: auto;
    width: 307px;
}

.product-listbox-left h1 {
    background: #a02318 none repeat scroll 0 0;
    color: #fff;
    float: left;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 17px;
    padding: 4%;
    text-transform: uppercase;
    width: 80%;
}

.product-listbox-left h1 span {
    float: right;
}

.category-list {
}

.category-list ul {
    float: left;
    margin: 0;
    padding: 0;
    width: 90%;
}

.category-list ul {
    float: left;
    margin: 0;
    padding: 0;
    width: 90%;
}

.category-list ul li {
    display: block;
    float: left;
    padding-left: 8px;
    width: 100%;
}

.category-list ul li a {
    color: #515151;
    font-size: 14px;
    font-weight: 300;
    padding: 14px 0 14px 24px;
    text-decoration: none;
}

.category-list ul li ul {
    margin-left: 8px;
}
.category-list ul li ul li {
    background: rgba(0, 0, 0, 0) url("../images/list-arrow.png") no-repeat scroll 12px 12px;
  
}
.category-list ul li ul li ul li ul li  {
    background: rgba(0, 0, 0, 0) url("../images/list-arrow1.png") no-repeat scroll 12px 19px;
  
}
.category-list ul li.closed{
	background:none;
}
.category-list ul li.opened{
	background:none;
}
	
.products_category_p {
    float: left;
    padding: 0;
    width: 72%;
	text-align:left;
}

.products_category_p .products_category {
	display:inline-block;
	margin:0px 1% 15px;
    width: 31%;
}

.products_category_p .products_category a {
    cursor: pointer;
    float: left;
    text-decoration: none;
    width: 100%;
}

.products_category_p .products_category img {
    height: 250px;
    width: 100%;
}

.products_category_p .products_category h2 {
    background: #a12318 none repeat scroll 0 0;
    color: #fff;
    float: left;
    font-size: 14px;
    font-weight: 300;
    margin-top: 2px;
    padding: 13px 0 13px 11px;
    width: 96%;

}
.products_category_p .products_category2{
	  display: inline-block;
    margin: 0 1% 15px;
    width: 47%;
}
.products_category_p .products_category2 img {
    height: auto;
    width: 99%;
}

.products_category_p .products_category2 h2 {
    background: #a12318 none repeat scroll 0 0;
    color: #fff;
    float: left;
    font-size: 14px;
    font-weight: 300;
    margin-top: 2px;
    padding: 13px 0 13px 11px;
    width: 96%;

}
.call_us
{
	margin-top:20px;
	float:left;
}
.call_us p
{
	line-height:35px;
	font-size:20px;
	
}
.box_Products_w h2
{
	background: #a12318 none repeat scroll 0 0;
    color: #fff;
    float: left;
    font-size: 14px;
    font-weight: 300;
    padding: 13px 0 13px 11px;
    width: 98%;
	text-align:center;
}
.box_Products_w h2 a
{
	background: #a12318 none repeat scroll 0 0;
    color: #fff;
    float: left;
    font-size: 14px;
    font-weight: 300;
	text-decoration:none;
}
.box_Products_w .thumbnail img{
	height:260px;
	width:100%;
}
.slidernav{
	/* float: left;
    margin-top: 220px;
    position: absolute;
    width: 1107px;
    z-index: 999;*/
}
.silder_home{
	margin:0px auto;
	width:90%;
}
.silder_home .thumbnail{
	 border: 1px solid #ccc;
    float: left;
    text-align: center;
    width: 99%;
}
.slidernav .previous{
	background:url("../images/next.png") no-repeat;
	   float: left;
    font-size: 0;
    height: 48px;
    position: relative;
    right: 0;
    top: 122px;
    width: 48px;
}
.slidernav .next{
	 background: rgba(0, 0, 0, 0) url("../images/prev.png") no-repeat scroll 0 0;
    float: right;
    font-size: 0;
    height: 48px;
    position: relative;
    right: 0;
    top: 122px;
    width: 48px;
}

.pro_main{
	 float: left;
    text-align: center;
    width: 100%;
}


.welcomet_text h3{
	   background-color: #7e1208 ;
    color: #fff;
    float: left;
    font-family: roboto;
    font-size: 36px;
	font-weight:bold;
    padding: 20px;
    width:745px;
	  margin-top: 420px;
    position: absolute;
}
.featimg{
	 float: left;
    text-align: center;
    width: 100%;
}
.featimg a{
	  display: inline-block;
    margin: 1%;
   /* width: 31%;*/
}
.featimg a img{
	  width: 100%;
	  /*height:300px;*/
	  height:auto;
	  
}
.products_w .heading {
    float: left;
    padding-bottom: 36px;
    width: 100%;
}
.products_w .heading h1 {
    background: #a02318 none repeat scroll 0 0;
    color: #fff;
    float: left;
    font-size: 20px;
    font-weight: bold;
    padding: 19px 15px;
    text-align: left;
    text-transform: uppercase;
    width: auto;
}
.products_w .heading .shape2 {
     border-bottom: 58px solid #a02318;
    border-right: 58px solid transparent;
    float: left;
    height: 0;
    width: 0;
}

.product_details_cntarea td{
	border:1px solid #ccc;
	line-height:25px;
}
.attachment-full{
	  margin-left: 4%;
    text-align: center;
}
.about_s_img{
	float:left;
	width:100%;
}
.about_s_img img{
	float: left;
    height: auto;
    padding-right: 0.5%;
    width: 32%;
}
.new_swa .sw_mw {
    min-height: 124px;
}