/*--
Author: W3layouts
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
--*/
/*--reset--*/
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,dl,dt,dd,ol,nav ul,nav 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;}
ol,ul{list-style:none;margin:0px;padding:0px;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
table{border-collapse:collapse;border-spacing:0;}
/*--start editing from here--*/
a{text-decoration:none;}
.txt-rt{text-align:right;}/* text align right */
.txt-lt{text-align:left;}/* text align left */
.txt-center{text-align:center;}/* text align center */
.float-rt{float:right;}/* float right */
.float-lt{float:left;}/* float left */
.clear{clear:both;}/* clear float */
.pos-relative{position:relative;}/* Position Relative */
.pos-absolute{position:absolute;}/* Position Absolute */
.vertical-base{	vertical-align:baseline;}/* vertical align baseline */
.vertical-top{	vertical-align:top;}/* vertical align top */
nav.vertical ul li{	display:block;}/* vertical menu */
nav.horizontal ul li{	display: inline-block;}/* horizontal menu */
img{max-width:100%;}
/*--end reset--*/
body {
    font-family: 'Open Sans', sans-serif;
    background: #a71930;
}
h1 {
    font-size: 3em;
    text-align: center;
    font-weight: 100;
	color:#fff;
	    text-shadow: 4px 3px 4px rgb(49, 5, 12);
		-webkit-text-shadow: 4px 3px 4px rgb(49, 5, 12);
		-moz-text-shadow: 4px 3px 4px rgb(49, 5, 12);
		-o-text-shadow: 4px 3px 4px rgb(49, 5, 12);
}
/*--main--*/
.main {
    padding:5em 0 0;
}
.main-row {
    width: 45%;
    margin: 5em auto;
}
/*--//main--*/
.main-left, .main-right {
    width: 47%;
    float: left;
}
.main-left {
    margin-right: 2em;
}
/*--radio start here--*/
.grid-radio,.grid-checkbox,.grid-buttons,.pagination{
    margin-top: 2em;
}
.grid-radio label {
    color: #fff;
    font-size: 1em;
}
span.radio-circle.radio-left {
    margin-right: 5.5em;
}
span input[type="radio"] {
  display: none;
}
span.radio-circle input[type="radio"]+label {
    position: relative;
    padding: 1px 0 1px 30px;
    width: 100%;
    cursor: pointer;
}
 span.radio-circle input[type="radio"]+label i:first-child {
    width: 22px;
    height: 22px;
    display: inline-block;
    background: #fff;
    position: absolute;
    left: 0;
}
span.radio-circle input[type="radio"]:checked+label i:first-child {
    background:#000000;
}
span.radio-circle input[type="radio"]+label i:first-child:before {
    content: "";
    background:#848181;
    position: absolute;
    left: 7px;
    top: 7px;
    width: 8px;
    height: 8px;
    border-radius: 15px;
}
span.radio-circle input[type="radio"]:checked+label i:first-child:before {
  background: #fff;
}
/*--//radio end here--*/
/*--check box start here--*/
.grid-checkbox p {
    display: inline-block;
}
.grid-checkbox p.check-left {
    width: 65%;
}
.col_checkbox input[type="checkbox"] {
    display: none;
}
input[type=checkbox]+label{
    height: 20px;
    width: 20px;
    display: inline-block;
    line-height: 18px;
    cursor: pointer;
    background:#fff;
}
input[type="checkbox"]:checked + label {
    background: url(../images/tic.png)#000000 no-repeat center 4px;
}
i.chk-text {
  padding: 0 0 0 1.7em;
  font-size: 1em;
  color: #fff;
}
/*--check box end here--*/
/*--buttons--*/
.button-left{
	display:inline-block;
	width: 66%;
}
.grid-buttons a {
    background: url(../images/1.png)no-repeat 0px 0px;
    width: 41px;
    height: 41px;
    display: inline-block;
	margin-left: -2px;
	transition:.5s all;
	-webkit-transition:.5s all;
	-moz-transition:.5s all;
	-o-transition:.5s all;
	-ms-transition:.5s all;
}
.grid-buttons a:hover{
    background: url(../images/1a.png)no-repeat 0px 0px;
}
.grid-buttons a.arrow1{
    background: url(../images/2.png)no-repeat 0px 0px;
}
.grid-buttons a.arrow1:hover{
    background: url(../images/2a.png)no-repeat 0px 0px;
}
/*--quantity-starts--*/
.button-right {
    display: inline-block;
    background: #fff;
	vertical-align: top;
	position: relative;
}
.quantity-select .entry {
      display: inline-block;
    position: relative;
    font-size: 1.4em;
    color: #333;
    padding: 0.23em 1.8em 0.23em 0.9em;
    font-weight: 200;
}
.value-plus, .value-minus {
    display: inline-block;
}
.quantity-select .value-plus{
    width: 20px;
    height: 20px;
    background: url(../images/3.png)no-repeat 0px 0px;
    right: 0;
    top: 0;
    position: absolute;
	cursor:pointer;
}
.quantity-select .value-minus{
    width: 20px;
    height: 20px;
    background: url(../images/4.png)no-repeat 0px 0px;
    right: 0;
    bottom: 0;
    position: absolute;
	cursor:pointer;
}
/*--//quantity-end--*/
/*--//buttons--*/
/*--pagination--*/
.pagination ul li {
    display: inline;
}
.pagination ul li a{
    position: relative;
    float: left;
    padding: 9px 18px;
    color: #fff;
    text-decoration: none;
    background:#1D2229;
	transition:.5s all;
	-webkit-transition:.5s all;
	-moz-transition:.5s all;
	-o-transition:.5s all;
	-ms-transition:.5s all;
}
.pagination ul li a:hover{
	    background: #151313;
}
.pagination ul li a.previous {
    background: url(../images/1.png)no-repeat 0px 0px;
    width: 41px;
    height: 40px;
    display: block;
    padding: 0;
}
.pagination ul li a.previous:hover{
	 background: url(../images/1a.png)no-repeat 0px 0px;
}
.pagination ul li a.next {
    background: url(../images/2.png)no-repeat 0px 0px;
	width: 41px;
    height: 40px;
    display: block;
    padding: 0;
}
.pagination ul li a.next:hover{
    background: url(../images/2a.png)no-repeat 0px 0px;
}
/*--//pagination--*/
/******** SAP ************/
.sap_tabs {
    clear: both;
    font-style: normal;
    position: relative;
         box-shadow: inset 0px 0px 2px 0px #DC4159,5px 7px 0px -2px #901529;
    -webkit-box-shadow: inset 0px 0px 2px 0px #480812,5px 7px 0px -2px #901529;
    -moz-box-shadow: inset 0px 0px 2px 0px #574848,5px 7px 0px -2px #241F1F;
    -o-box-shadow: inset 0px 0px 2px 0px #574848,5px 7px 0px -2px #241F1F;
}
.facts {
	padding:3em 0 0;
}
ul.resp-tabs-list {
	list-style: none;
	background:none;
	margin: 0 auto;
}
div#horizontalTab {
  background:none;
  }
.resp-tab-item {
    color:#14171B;
    font-size: 1em;
    cursor: pointer;
    padding: 10px 0;
    display: inline-block;
    list-style: none;
    float: left;
    text-align: center;
    outline: none;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    font-weight: 400;
    width: 50%;
    background: #fff;
}
.resp-tab-item:hover {
	text-shadow: none;
}
.resp-tab-active {
    color: #fff;
  background: #000;
}
.resp-tabs-container {
    padding: 1em;
    clear: left;
    border-top: none;
    background: none;
}
h2.resp-accordion {
    cursor: pointer;
    padding: 8px 20px;
    display: none;
    color: #a0a0a0;
}
.resp-tab-content {
	display: none;
}
.resp-content-active, .resp-accordion-active {
   display: block;
}
h2.resp-accordion.resp-tab-active {
    color: #fff;
}
h2.resp-accordion:hover {
    background: rgba(113, 186, 232, 0.79);
    text-shadow: none;
    color: #fff;
}
.sap_tabs p {
         font-size: 0.9em;
    color: #fff;
    line-height: 1.8em;
}
.sap_tabs p.bottom-text {
    margin-top: 1.5em;
}
@media only screen and (max-width:480px) {
.sap_tabs{
	padding-top:0;
}
.resp-tabs-container{
	padding:0;
}
.resp-tab-content {
    display: none;
    padding: 0.6em 1em;
}
ul.resp-tabs-list {
  	display: none;
}
h2.resp-accordion {
  	display: block;
}
.resp-vtabs .resp-tab-content {
  	border: 1px solid #C1C1C1;
}
.resp-vtabs .resp-tabs-container {
	border: none;
	float: none;
	width: 100%;
	min-height: initial;
	clear: none;
}
.resp-accordion-closed {
	display: none !important;
}
.sap_tabs p {
    font-size: 0.85em;
}
}
/******** //SAP ************/
/*--copyright--*/
.copyright {
    margin: 2em 0;
    text-align: center;
}
.copyright p {
       font-size: 0.9em;
    color: #fff;
    line-height: 1.8em;
}
.copyright p a{
    color: #000;
}
.copyright p a:hover {
    color: #fff;
}
/*--//copyright--*/
/*---- responsive-design -----*/
@media(max-width:1440px){
.main-row {
    width: 50%;
}
}
@media(max-width:1366px){
.main-row {
    width: 52%;
}
}
@media(max-width:1280px){
.main-row {
    width: 59%;
}
}
@media(max-width:1080px){
.main-row {
    width: 69%;
}
.main {
    padding: 3em 0 0;
}
}
@media(max-width:991px){
.main-row {
    width: 74%;
}
}
@media(max-width:900px){
.main-row {
    width: 81%;
}
}
@media(max-width:800px){
.main-row {
    width: 90%;
}
}
@media(max-width:640px){
.main-left, .main-right {
    width: 100%;
}
.main-left {
    margin: 0 0 2em 0;
}
.main-row {
    width: 65%;
    margin: 2em auto;
}
span.radio-circle.radio-left {
    margin-right: 8em;
}
.copyright p {
    font-size: 0.9em;
}
.main {
    padding: 2em 0 0;
}
}
@media(max-width:480px){
.main-row {
    width: 75%;
	margin: 1em auto;
}
span.radio-circle.radio-left {
    margin-right: 6em;
}
.pagination {
    margin-top: 1.2em;
}
h1 {
    font-size: 2.5em;
}
.copyright {
    margin: 2em;
}
}
@media(max-width:414px){
.main-row {
    width: 80%;
}
h1 {
    font-size: 2.2em;
}
.main {
    padding: 1em 0 0;
}
.grid-radio label {
    font-size: 0.9em;
}
span.radio-circle.radio-left {
    margin-right: 4em;
}
i.chk-text {
    font-size: 0.9em;
}
.grid-checkbox p.check-left {
    width: 61%;
}
.grid-radio, .grid-checkbox, .grid-buttons{
    margin-top: 1.5em;
}
.grid-buttons a,.grid-buttons a.arrow1 {
    width: 32px;
    height: 32px;
    background-size: 100%;
}
.grid-buttons a:hover,.grid-buttons a.arrow1:hover{
    background-size: 100%;
}
.button-left {
    width: 61%;
}
.quantity-select .entry {
    font-size: 1.2em;
}
.pagination ul li a {
    padding: 9px 15px;
}
}
@media(max-width:375px){
.main-row {
    width: 89%;
}
}
@media(max-width:320px){
span.radio-circle.radio-left {
    margin-right: 2em;
}
.grid-checkbox p.check-left {
    width: 57%;
}
.button-left {
    width: 57%;
}
.pagination ul li a {
    padding: 9px 12px;
}
.sap_tabs p {
    font-size: 0.83em;
}
}
/*--//responsive-design---*/