@charset "utf-8";
/* CSS Document */

/*------------------------------------Common CSS END------------------------------------*/

@font-face {
    font-family: 'robotoregular';
    src: url('fonts/Roboto-Regular-webfont.html');
    src: url('fonts/Roboto-Regular-webfontd41d.html?#iefix') format('embedded-opentype'),
         url('fonts/Roboto-Regular-webfont-2.html') format('woff'),
         url('fonts/Roboto-Regular-webfont-3.html') format('truetype'),
         url('fonts/Roboto-Regular-webfont-4.html#robotoregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'robotomedium';
    src: url('fonts/Roboto-Medium-webfont.html');
    src: url('fonts/Roboto-Medium-webfontd41d.html?#iefix') format('embedded-opentype'),
         url('fonts/Roboto-Medium-webfont-2.html') format('woff'),
         url('fonts/Roboto-Medium-webfont-3.html') format('truetype'),
         url('fonts/Roboto-Medium-webfont-4.html#robotomedium') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'robotobold';
    src: url('fonts/Roboto-Bold-webfont.html');
    src: url('fonts/Roboto-Bold-webfontd41d.html?#iefix') format('embedded-opentype'),
         url('fonts/Roboto-Bold-webfont-2.html') format('woff'),
         url('fonts/Roboto-Bold-webfont-3.html') format('truetype'),
         url('fonts/Roboto-Bold-webfont-4.html#robotobold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'bebas_neueregular';
    src: url('fonts/BebasNeue-webfont.html');
    src: url('fonts/BebasNeue-webfontd41d.html?#iefix') format('embedded-opentype'),
         url('fonts/BebasNeue-webfont-2.html') format('woff'),
         url('fonts/BebasNeue-webfont-3.html') format('truetype'),
         url('fonts/BebasNeue-webfont-4.html#bebas_neueregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'reckonerregular';
    src: url('../fonts/Reckoner-webfont.eot');
    src: url('../fonts/Reckoner-webfontd41d.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Reckoner-webfont.woff') format('woff'),
         url('../fonts/Reckoner-webfont.ttf') format('truetype'),
         url('../fonts/Reckoner-webfont.svg#reckonerregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'reckoner_boldcondensed_bold';
    src: url('../fonts/Reckoner_Bold-webfont.eot');
    src: url('../fonts/Reckoner_Bold-webfontd41d.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Reckoner_Bold-webfont.woff') format('woff'),
         url('../fonts/Reckoner_Bold-webfont.ttf') format('truetype'),
         url('../fonts/Reckoner_Bold-webfont.svg#reckoner_boldcondensed_bold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'jersey_m54regular';
    src: url('../fonts/jersey_m54-webfont.eot');
    src: url('../fonts/jersey_m54-webfontd41d.eot?#iefix') format('embedded-opentype'),
         url('../fonts/jersey_m54-webfont.woff') format('woff'),
         url('../fonts/jersey_m54-webfont.ttf') format('truetype'),
         url('../fonts/jersey_m54-webfont.svg#jersey_m54regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'oswaldmedium';
    src: url('../fonts/oswald-medium-webfont.eot');
    src: url('../fonts/oswald-medium-webfontd41d.eot?#iefix') format('embedded-opentype'),
         url('../fonts/oswald-medium-webfont.woff') format('woff'),
         url('../fonts/oswald-medium-webfont.ttf') format('truetype'),
         url('../fonts/oswald-medium-webfont.svg#oswaldmedium') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'glyphicons-halflings-regular';
    src: url('../fonts/glyphicons-halflings-regular.eot');
    src: url('../fonts/glyphicons-halflings-regulard41d.eot?#iefix') format('embedded-opentype'),
         url('../fonts/glyphicons-halflings-regular.woff') format('woff'),
         url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'),
         url('../fonts/glyphicons-halflings-regular-webfont.html#oswaldmedium') format('svg');
    font-weight: normal;
    font-style: normal;

}

/*------------------------------------Fonts CSS END------------------------------------*/
	
.bg{
	background-image:url(../images/bg.png);
	background-repeat:no-repeat;
	/*background-size:cover;*/
	background-color:#ebebeb;
	background-position:center top;
	}
	
.nav_bg{
	background-image:url(../images/nav_bg.jpg);
	background-repeat:repeat-x;
	margin-top:10px;
	}
	
.logo{
	  margin-top: -10px;
	  position:absolute;    z-index: 111;
	}
	
.logo>a>img{
	margin-left:auto;
	margin-right:auto;
	}
	
.h_text{
	font-family: 'oswaldmedium';
	font-size:25px;
	text-transform:uppercase;
	color:#222222;
	margin-top:40px;
	}
	
.h_text>span{
	color:#FF0000;
	}
	
.text1{
	font-family:Tahoma;
	font-size:12px;
	}
	
.box1{
   border: 0px solid #c8c8c8;
  -webkit-box-shadow: 0px 0px 10px rgba(10, 10, 10, 0.10);
  -moz-box-shadow: 0px 0px 10px rgba(10, 10, 10, 0.10);
   box-shadow: 0px 0px 10px rgba(10, 10, 10, 0.10);
   border-radius:5px;
   background-color:#fff;
	}
	
.box1:hover{
	 border:0px solid #858585;
	-webkit-box-shadow:  0px 5px 20px rgba(192,192,192,1.00);
	-moz-box-shadow:   0px 5px 20px rgba(192,192,192,1.00);
	box-shadow:   0px 5px 20px rgba(192,192,192,1.00);
	}
	
.box_p{
	background-color:#fff;
	padding-top:10px;
	}
	
.box_p>a>img{
	margin-left:auto;
	margin-right:auto;
	}
	
	.box_p2{
	background-color:#fff;
	border:1px solid #ccc;
	}
	
.box_p2>a>img{
	margin-left:auto;
	margin-right:auto;
	}
	
.left{
	float:left;
	}
	
	.right2>a>img{
		float:right;
		margin-right:10px;
		}
	
.right3{
	color: #fff;
    text-decoration: none;
    font-family: 'oswaldmedium';
    font-size: 12px;
    background-color: #4D3729;
    padding: 5px 10px;
	border-radius:4px;
	letter-spacing:1px;
	}
	
.right3:hover{
	color:#fff;
	background-color:#000;
	}	
	
	
.h_text2{
	font-family: 'oswaldmedium';
	font-size:25px;
	text-transform:uppercase;
	color:#222222;
	}
	
.h_text2>span{
	color:#4d3729;
	}
	
.text{
	color:#000;
	font-size:12px;
	font-family:Tahoma;
	line-height:20px;
	font-weight:bold;
	}
	
.text>span{
	color:#4d3729;
	}
	
.line{
	border:1px solid #4d3729;
	 margin-top: 10px;
	}		
	
.f_bg{
	/*background-image:url(../images/f_bg.jpg); */
	background-repeat:repeat-x;
	background-color: #DC0004;
	}
	
.h_text3{
	font-family: 'oswaldmedium';
	font-size:20px;
	text-transform:uppercase;
	color:#fff;
	}
	
.h_text3>span{
	color:#fff;
	}	
	
.text2{
	color:#fff;
	font-size:12px;
	font-family:Tahoma;
	}
	
.btn-default{
	background-color:#fff;
	color:#000;
	float: right;
    margin-top: 10px;
	}
	
.btn-default:hover{
	background-color:#000;
	color:#fff;
	}
	
.home{
	background-image:url(../images/home_icon.png);
	background-repeat:no-repeat;
	color:#cccccc;
	font-size:12px;
	font-family:Tahoma;
	padding: 0px 0px 0px 60px; line-height:45px;
	}
	
.phone{
	background-image:url(../images/phone_icon.png);
	background-repeat:no-repeat;
	color:#cccccc;
	font-size:12px;
	font-family:Tahoma;
	padding: 0px 0px 0px 60px;
	}
	
.msg{
	background-image:url(../images/msg_icon.png);
	background-repeat:no-repeat;
	color:#cccccc;
	font-size:12px;
	font-family:Tahoma;
	padding: 0px 0px 15px 60px;
	}		
	
.text3>a{
color:#fff;
font-size:15px;
font-family:Arial, sans-serif;
}

.text3>a:hover{
color:#4d3729;
background-color:#fff;
padding:2px;
}

.w_icon{
	}
.l_icon{
	}						
								
.f_text{
	float:left;
	color:#fff;
font-size:13px;
font-family:Tahoma;
	}
.f_text>a{
	color:#fff;
	}	
	
	
.f_text2{
	float:right;
	color:#fff;
font-size:13px;
font-family:Tahoma;
	}
	
.f_text2>a{
	color:#fff;
	}	
	
.dot_line{
	background-image:url(../images/dot_line.png);
	background-repeat:repeat;
	height: 2px;
	}
	
.box3{
	background-color:#fff;
	}			
				
/*==================================================
=            detaile page   style                =
==================================================*/

	.Pagination { 
	clear:both; 
	margin-bottom:10px;
	}
	
	.Pagination a {
	background:#f3f3f3; 
	padding:3px 6px; 
	font-size:14px; 
	font-family:'arial'; 
	text-decoration:none; 
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px; 
	-khtml-border-radius:3px; 
	color:#000 !important;
	}
	
	.Pagination a:hover, .Pagination a.paging_act {
	background:#2B1C13;
	color:#fff !important;
	}

	.ProDetailsCon { 
	float:left; 
	padding:15px; 
	margin-left:0px; 
	padding-right:0px;
	width:48%;
	}
	
	.ProDetailsCon h1 { 
	color:#000; 
	font-size:18px;
	font-family: 'oswaldmedium'; 
	font-weight:normal; 
	text-transform:uppercase;
	}
	
	.DetailArt {
	border:1px solid #fff;
	padding:7px 5px; 
	font-size:12px; 
	color:#000;
	font-size:14px; 
	font-family: Tahoma, Geneva, sans-serif;
	margin:8px 0 10px; 
	box-shadow:0px 0px 2px #000; 
	}
	
	.DetailArt span { 
	color:#000;
	}
	
	.DetailsCon {
	border:1px solid #fff; 
	padding:7px 5px; 
	min-height:100px;
	margin-bottom:10px; 
	color:#333;
	box-shadow:0px 0px 2px #000;
	font-family: Tahoma, Geneva, sans-serif;
	}
	
	.DetailsCon span {
	color:#000; 
	font-size:16px; 
	font-family: Tahoma, Geneva, sans-serif;
	}
	
	
	.ProdOpt { 
	border:1px solid #fff;
	padding:7px 5px;
	margin-bottom:8px; 
	box-shadow:0px 0px 2px #000;
	}
	
	.ProdOpt span {
	width:100px; 
	font-size:14px; 
	font-family: Tahoma, Geneva, sans-serif; 
	color:#000; 
	display:inline-block;
	}
	
	.ProdOpt select {
	border:1px solid #ccc;
	padding:2px; 
	color:#666;
	background:#f7f7f7;
	}
	
	.ProdOpt input {
	border:1px solid #ccc;
	width:50px; 
	padding:2px;
	color:#666;
	background:#f7f7f7;
	}
	
	.Button { 
	background:#fff; 
	padding:8px 10px; 
	color:#000; 
	transition: 
	all 0.5s ease-in-out 0s; 
	font-family: 'oswaldmedium';
	font-size:14px; 
	text-transform:uppercase;  
	margin:8px 0 10px 0px;
	box-shadow:0px 0px 2px #000;
	border: 1px solid;
	}
	
	.Button:hover { 
	background:#2B1C13; 
	cursor:pointer; 
	color:#fff; 
	}	
		
	
	
		
/*==================================================
=            Bootstrap 3 Media Queries             =
==================================================*/

    /*==========  Mobile First Method  ==========*/


@media only screen and (max-width: 480px) {
	
	
	.bg{
	
	background-position:inherit;
	}
	
	.logo{
	  margin-top: -10px;
	  position:inherit;
	}
	
.w_icon{
	display:none;
	}
	
.l_icon{
	display:none;
	}
	
.f_bg{
	background-color: #DC0004;
	}	
	
.f_text{
	float:none;
	text-align:center;
	}
	
.f_text2{
	float:none;
	text-align:center;
	}				
		
	
}

@media only screen and (max-width: 860px) {
	
	
	
	
}