/*Other_Style_css*/
@import url("social_icon.css");
@import url("top.css");
@import url("font-awesome.min.css");
@import url("left_menu.css");
/*Nav_Style_css*/


/*Banner_Style_css*/
@import url("slippry.css");

@import url("../source/jquery.fancybox.css");

@font-face {
	font-family: 'Sylfaen';
	src: url('../fonts/Sylfaen.eot');
	src: url('../fonts/Sylfaen.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Sylfaen.woff') format('woff'),
		url('../fonts/Sylfaen.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Arial';
	src: url('../fonts/ArialMT.eot');
	src: url('../fonts/ArialMT.eot?#iefix') format('embedded-opentype'),
		url('../fonts/ArialMT.woff') format('woff'),
		url('../fonts/ArialMT.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

.top_border{
	border:4px solid #cc0000;
	}
	
.logo{
	    margin: 10px;
	}
	
.logo>a>img{
	margin-left:auto;
	margin-right:auto;
	}
	
.language{
	float:right;
	margin-top: 50px;
	}
	
.SoicalBox{
	text-align:right !important;
	margin-right:10px;
	}		
	
.left_menu{
	}
	
.left_menu>ul{
	    padding: 0px;
		}				

.left_menu>ul>li{
	list-style: none;
    border-bottom: 1px solid #e6e6e6;
	}

.left_menu>ul>li>a{
	font-family: 'Arial';
	text-decoration:none;
	color:#000;
	display:block;
	text-transform:uppercase;
	padding:10px;
	}
	
.left_menu>ul>li>a:hover{
	background-color:#751215;
	color:#fff;
	}	
	
.h_text{
	font-family: 'Sylfaen';
	color:#000;
	border-bottom:1px solid #000;
	}
	
.f_border{
	border:2px solid #751215;
	}
	
.h_text2{
	font-family: 'Sylfaen';
	color:#000;
	font-weight:bold;
	}	
	
.f_menu{}

.f_menu>ul{
	padding:0px;
	}		
	
.f_menu>ul>li{
	list-style:none;
	padding: 5px 0px 5px 0px;
	}	

.f_menu>ul>li>a{
	font-family: 'Arial';
	font-style:italic;
	color:#808080;
	text-decoration:none;
	padding:5px;
	font-size:14px;
	transition: all 0.5s ease-in-out 0s;
	font-weight:600;
	}
	
.f_menu>ul>li>a:hover{
	text-decoration:underline;
	color:#751215;
	padding-left:15px;
	}
	
.text1{
	font-family: 'Arial';
	font-size:12px;
	color:#808080;
	}	

.SigInput {
background:#fff; 
/*box-shadow:1px 2px 1px rgba(0,0,0,0.5) inset; */
display:block;
width:75%;
padding:0px 5px;
height:28px;
font-size:12px; 
color:#666;
font-family: 'Arial';
    border:1px solid #ccc;
	outline:none;
	float:left;
}
.SigBtn { 
float:right; 
background:#333333; 
padding:0px 8px;
height:28px;
color:#fff; 
font-size:14px; 
transition: all 0.5s ease-in-out 0s;
font-family: 'Arial';
font-weight:400;
border:none
}
.SigBtn:hover {
background:#000;
color:#fff;  
cursor:pointer;
}	

.left_link{
	text-align:left;
	font-family: 'Arial';
	color:#000;
	font-size:12px;
	margin:10px;
	}	
	
.right_link{
	text-align:right;
	font-family: 'Arial';
	color:#000;
	font-size:12px;
	margin:10px;
	}
	
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}			

			
/*==================================================
=            detaile page   style                =
==================================================*/

	.Pagination { 
	clear:both; 
	margin-bottom:10px;
	}
	
	.Pagination a {
	background:#f3f3f3; 
	padding:3px 6px; 
	font-size:14px; 
	font-family:'robotomedium'; 
	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:100%;
	}
	
	.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: 'oswaldmedium';
	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: 'oswaldmedium';
	}
	
	.DetailsCon span {
	color:#000; 
	font-size:16px; 
	font-family: 'oswaldmedium';
	}
	
	
	.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: 'oswaldmedium'; 
	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) {
	
	
	
	}				

					













			