@import url(https://fonts.googleapis.com/css?family=Open+Sans);
@import url(https://fonts.googleapis.com/css?family=PT+Sans);
@import url(https://fonts.googleapis.com/css?family=Roboto);
@import url(https://fonts.googleapis.com/css?family=Lobster);
@import url('https://fonts.googleapis.com/css?family=Oswald:300,400,700');
body {margin:0px; padding:0px; background:#F2F2F2;}
::selection{ color:#fff; background-color:#FD5503;}
header #header {margin:0px; padding:0px; float:left; width:100%;}
header #header #first-bar{padding:0px 0px; width:100%; float:left; margin:0px; background:#000;}
header #header .home-menu {float:right; margin:0px; padding:0px; width:100%;}
header #header .home-menu .navbar-default{background:none; border:none; margin:0px; padding:0px;}
header #header .home-menu .navbar-default .navbar-nav>li>a{font-family:Roboto; font-size:12px; color:#fff; text-decoration:none; text-transform:uppercase; padding: 15px 27px;}
header #header .home-menu .navbar-default .navbar-nav>li>a:hover{color:#D10505 !important; background:url(../imgs/hover.png) no-repeat center top !important; transition: all 1s ease-in-out;}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle{background:#000; border:none;}
.navbar-default .navbar-toggle .icon-bar{background:#fff;}
.navbar-default .navbar-brand{color:#000;}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover{background:#1CC7CC; }
header #header .full-search{width:100%; margin:8px 0px 0px 0px; padding:0px; float:left; border-radius:10px; border:2px solid #D10505;}
header #header .search-file {font-family:Roboto; font-size:12px; color:#fff; background:none; border:none; outline:none; margin:6px 0px 0px 15px; width:50%;}

header #header #second-bar{margin:10px 0px; padding:0px; float:left; width:100%; background:#fff;}
header #header #second-bar #logo{margin:5px 0px 0px 0px; padding:0px; float:left;}
header #header #second-bar #languaage{margin:32px 0px 0px 0px; padding:0px 5px; float:right; border:1px solid #000; border-radius:10px;}
header #header #second-bar #bba{margin:15px 0px 0px 0px;}
header #header #third-view{margin:0px 0px; padding:0px; float:left; width:100%; background:#000;}
.btmsocial {
    padding-top: 1px;
    float: right;

}
.btmsocial a { background: url(../imgs/btmsocial.png) no-repeat; display: inline-block; width: 35px; height: 35px; margin: 0 5px; -webkit-transition: .5s; transition: .5s; }
.btmsocial a.bfb { background-position: 0 -40px; }
.btmsocial a.bfb:hover { background-position: 0 0; }
.btmsocial a.btw { background-position: -48px -40px; }
.btmsocial a.btw:hover { background-position: -48px 0; }
.btmsocial a.bgp { background-position: -96px -40px; }
.btmsocial a.bgp:hover { background-position: -96px 0; }
.btmsocial a.byt { background-position: -144px -40px; }
.btmsocial a.byt:hover { background-position: -144px 0; }
.btmsocial a.bli { background-position: -192px -40px; }
.btmsocial a.bli:hover { background-position: -192px 0; }
.btmsocial a.bpi { background-position: -240px -40px; }
.btmsocial a.bpi:hover { background-position: -240px 0; }


header #header .home-menus {width:100%; float:left; margin:0px; padding:0px 0px; background-color:#000;border:3px solid #000; border-right:none; border-left:none;}
header #header .home-menus .navbar-default{background:none; border:none; margin:0px; padding:0px;}
header #header .home-menus .navbar-default .navbar-nav>li>a{font-family:Oswald; font-size:14px; color:#fff; text-decoration:none; text-transform:uppercase; padding: 15px 56px;}
header #header .home-menus .navbar-default .navbar-nav>li>a:hover{color:#fff;}
.hvr-bounce-nav-bottom {
  display: inline-block;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.hvr-bounce-nav-bottom:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #FF0000;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-bounce-nav-bottom:hover, .hvr-bounce-nav-bottom:focus, .hvr-bounce-nav-bottom:active {
  color: white;
}
.hvr-bounce-nav-bottom:hover:before, .hvr-bounce-nav-bottom:focus:before, .hvr-bounce-nav-bottom:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle{background:#000; border:none;}
.navbar-default .navbar-toggle .icon-bar{background:#fff;}
.navbar-default .navbar-brand{color:#000;}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover{background:#1CC7CC; }
section #slider {
    margin: 0px 0px 0px 0px;
    padding: 0px !important;
    float: left;
    width: 100%;
    bottom: 42px;
    position: relative;
    /* z-index: 0; */
}
.navbar-nav > li > a:hover{background:#000;}
#sec_nav  .navbar-brand, #sec_nav  .navbar-nav > li > a, #sec_nav   #sec_nav  .navbar-nav > li > a:focus{background:#93E4DE; color:#000 !important; font-size:16px;}

section #oh-about{margin:0px; padding:20px 0px 0px 0px; float:left; width:100%; background:#fff;}
section #about-oh{margin:0px; padding:0px; float:left; width:100%; text-align:center;}
section .parrr{font-family:Roboto; font-size:14px; color:#000; text-align:center; padding:20px 0px;}

section #slider{ margin:42px 0px 0 0; padding:0px !important; float:left; width:100%;}
section #main-category{margin:0px 0px 0px 0px; padding:0px; float:left; width:100%;}
section #main-category #area-category { margin:5px 0px 0px 0px; padding:0px !important; float:left; width:100%;  overflow: hidden;}
section #main-category #area-category  img{width:100%; height:auto; transition:.8s;}
section #main-category #area-category:hover img{transform:scale(1.2);}
.mgl{padding-left:0!important; padding-right:5px!important;}
.mgf{padding:0!important;}
.thu{height:409px !important;}




.ftheading h4 {
    font: 500 22px 'Montserrat Subrayada', sans-serif;
    color: #f00;
    margin: 20px 0 10px 0;
    padding: 0 0 0 0px;
    text-transform: uppercase;
}










section #main-products{margin:10px 0px 0px 0px; padding:0px 0px 10px 0px; float:left; width:100%; background:#F2F2F2}
section #main-products #feat-bgs{margin:15px 0px 4px 0px; padding:0px; float:left; width:100%; background:url(../imgs/feat-bg.png) no-repeat center top; width:100%; min-height:40px;}
section #main-products .prod-feat{font-family:Arial, Helvetica, sans-serif; font-size:17px; color:#000; text-transform:uppercase; text-align:center; line-height:43px;}

#area-products{margin:10px 0px; padding:10px 10px; float:left; width:100%; background:#D6D6D6;}
#area-products h2{font-family:Arial, Helvetica, sans-serif; font-size:14px; color:#000; font-weight:bold;}
#area-products h3{font-family:Arial, Helvetica, sans-serif; font-size:14px; color:#000; font-weight:bold;}
#area-products .btn-danger{background:#f78222; border-radius:0px; color:#fff !important}
#area-products .btn-danger a{color:#fff !important; text-decoration:none;}
#area-products .btn-danger:hover{background:#000; border-radius:0px; text-decoration:none;}
#area-products .btn-default{background:#353535; border-radius:0px; color:#fff !important; width:80px; text-decoration:none;}
#area-products .btn-default a{color:#fff !important; text-decoration:none;}
#area-products .btn-default:hover{background:#f78222; border-radius:0px;}

section #main-products #area-products{margin:10px 0px; padding:10px 10px; float:left; width:100%; background:#D6D6D6;}
section #main-products #area-products h2{font-family:Arial, Helvetica, sans-serif; font-size:14px; color:#000; font-weight:bold;}
section #main-products #area-products h3{font-family:Arial, Helvetica, sans-serif; font-size:14px; color:#000; font-weight:bold;}
section #main-products #area-products .btn-danger{background:#f00; border-radius:0px;}
section #main-products #area-products .btn-danger:hover{background:#000; border-radius:0px;}
section #main-products #area-products .btn-default{background:#353535; border-radius:0px; color:#fff; width:80px;}
section #main-products #area-products .btn-default:hover{background:#f00; border-radius:0px;}
.thuma {
    position: relative;
    width: 100%;
}

.image {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}

.middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%)
}

.thuma:hover .image {
  opacity: 0.3;
}

.thuma:hover .middle {
  opacity: 1;
}

.text {
  background-color: #f00;
  color: white;
  font-size: 16px;
  padding: 16px 32px;
}



.fbg1{
    background: #000;
    border-top: 1px solid #cecece;
    float:left;
    width:100%;
    padding: 20px 0px;
}

.f_text {
    border-right: 1px solid #ccc;
    padding-right: 8px;
    float:left;
    width:100%;
}

.f_text>h4{
    color: #f00;
    text-transform: uppercase;
    font-weight: bold;
}

.f_text>span{
    text-align: left;
    color: #000;
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
        line-height: 15px;
    display: block;
}

.f_text>ul{
    padding: 0px;
    margin: 0px;
}

.f_text>ul>li{
    list-style: disc;
    color: #f00;
}

.f_text>ul>li>a{
    font-family: Arial, Helvetica, sans-serif;
    color: #fff;
    font-size: 16px;
        line-height: 15px;
    display: block;
}

.f_text>ul>li>a:hover{
    
    color:#f00;
}

.fbg2{
    border-top: 1px solid #cecece;
    padding: 15px 0px 10px;
    background-color: #494949;
    float:left;
    width:100%;
}

.f_menu{
    text-align: center;
    padding: 0px;
    margin:0px 0px 5px;
}

.f_menu>li{
    list-style: none;
    border-right: 1px solid #fff;
    display: inline-block;
    line-height: 10px;
}

.f_menu>li:last-child {
    border: none;
}

.f_menu>li>a{
    text-decoration: none;
    color: #fff;
    padding: 5px 10px;
}

.f_link{
    color: #999;
    text-align: center;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #f00;
}


.f_text p {
    font: 400 15px 'Open Sans', sans-serif;
    color: #fff;
    margin: 6px 0 8px 0;
    padding: 0 0 0 0px;
    line-height: 22px;
    transition: all 0.3s;
}

.f_text p a {
    font: 400 15px 'Open Sans', sans-serif;
    color: #fff;
    margin: 6px 0 8px 0;
    padding: 0 0 0 0px;
    line-height: 22px;
    transition: all 0.3s;
}
.f_text p a:hover{
    color: #f00;
    transition: all 0.3s;
}


footer #main-footer{margin:0px; padding:0px 0px 40px 0px ; float:left; width:100%; background:#000000;}
footer #main-footer #footer-logo{margin:80px 0px 50px 0px; padding:0px; float:left; width:100%;}
footer #main-footer h1 {font-family: Roboto; font-size: 14px; color: #fff; float: right; width: 100%; margin: 2px 0px;}
footer #main-footer #footer-phone {margin:0px; padding:0px; float:left; width:100%;}
footer #main-footer h2 {font-family: Roboto; font-size: 18px; color: #fff; float: left; margin: 80px 0px 0px 50px;}
footer #main-footer .home{ float:left; width:100%}
footer #main-footer .home ul{float:left; margin:20px 0px 0px 50px; padding:0px; }
footer #main-footer .home ul li{list-style:none; float:left; width:100%; color:#fff;}
footer #main-footer .home ul li a{font-family:Roboto; font-size:16px; color:#fff; text-decoration:none; line-height:30px; font-weight:lighter;}
footer #main-footer .home ul li a:hover{color:#f78222;}
footer #main-footer .footer-pchange{width:35px; height: 35px; background: #F88123; text-align: center; color: #fff;line-height: 35px; border-radius: 25px;}
#copyright{ background:#2C2A2B!important; width:100%; float:left; margin:0px; padding:20px 0px !important; color:#cbcbcb !important; text-align:center; font-size:16px; font-family:Roboto;}
.copyright a{  margin:0px; padding:20px 0px !important; color:#cbcbcb !important; text-align:center; font-size:16px; font-family:Roboto;}
.copyright a{   margin:0px; padding:20px 0px !important; color:#cbcbcb !important; text-align:center; font-size:16px; font-family:Roboto;}
#copyright a:hover{  color:#fff !important; }
@media (max-width: 1200px){
header #header .home-menu .navbar-default .navbar-nav>li>a{padding: 15px 17px;}
.thu{height:339px !important;}	
}

@media (max-width: 992px){
header #header .home-menu .navbar-default .navbar-nav>li>a{padding: 15px 7px;}
.thu{height:260px !important;}
}

@media (max-width: 768px){
    header #header .full-search{margin:0px 0px 10px 0px;}

header #first-bar h1 {margin: 10px 0px 0px 0px; text-align: center; float: left; width: 100%;}
header #first-bar h2 {margin: 10px 0px 0px 0px; text-align: center; float: left; width: 100%;}
.btmsocial {padding-top: 10px; float: left; text-align: center; width: 100%;}
header .home-menu .navbar-default .navbar-nav>li>a {
font-size: 18px;
text-indent:20px;
}
header .home-menu {width:100%; float:left; margin:0px 0px 10px 0px; padding:0px 0px 0px 0px; background:#000;}
header #second-bar #logo{margin:20px 0px 20px 0px; padding:0px; float:none; text-align:center; width:100%;}
header #area-search {margin: 20px 0px; padding: 0px; float: right;}
footer #main-footer h1 {font-family: Roboto; font-size: 14px; color: #fff; float: right; width: 75%; margin: 14px 0px;}

header #header #second-bar #languaage {
    margin: 14px 0px 0px 0px;
    padding: 0px 5px;
    float: left;
    border: 1px solid #000;
    border-radius: 10px;
    text-align: center;
    width: 100%;
}
}







.my_top_links{



	font-family: 'Oswald', sans-serif;font-weight:400;font-size:18px;



	color:#FFF;padding:7px 12px;



}



.my_top_links:hover{



color:#F58220;



}



.btn-primary{



background:#D10505;



border:0;



}



.btn-primary:hover,.btn-primary:focus,.btn-primary:active{



background:#000;



border:0;



}



.btn-primary:active:hover, .btn-primary.active:hover, .open > .dropdown-toggle.btn-primary:hover, .btn-primary:active:focus, .btn-primary.active:focus, .open > .dropdown-toggle.btn-primary:focus, .btn-primary.focus:active, .btn-primary.active.focus, .open > .dropdown-toggle.btn-primary.focus{



background:#e30202;



border:0;



}



.my_heading{



	font-family: 'Oswald', sans-serif;font-weight:400;font-size:22px;



	padding:0px;;margin:0px;



	padding-bottom:10px;



	margin-bottom: 10px;

	

	color:#fff;



	background-repeat: no-repeat;



	background-position: left bottom;



}



.page_heading{



	font-family: 'Oswald', sans-serif;font-weight:400;font-size:22px;



	padding:0px;;margin:0px;



	padding-bottom:10px;



	margin-bottom: 10px;
	
	color:#FFFFFF;



}



.left_menu_heading{



	font-family: 'Oswald', sans-serif;font-weight:400;font-size:16px;



	text-transform: uppercase;



	padding:7px;



	border:solid 1px #CCC;



	background:#FFF;



	margin-bottom:10px;



}



.left_menu_sub{



	padding:2px 10px;



	border-bottom:solid 1px #CCC;



}



.left_menu_sub a{



	color:#444;



}



.my_heading_news{



	font-family: 'Oswald', sans-serif;font-weight:400;font-size:28px;



	padding:0px;;margin:0px;



	padding-bottom:10px;



	color:#FFF;



}



.my_heading_news_sub{



	font-family: 'Oswald', sans-serif;font-weight:400;font-size:16px;



	padding:0px;;margin:0px;



	padding-bottom:10px;



	color:#FFF;



}



.detail_box{



	padding:10px;border:solid 1px #CCC;margin-bottom:10px;background:#FFF;



}



.detail_box > h3{



	font-family: 'Oswald', sans-serif;font-weight:400;font-size:18px;



	color:#D10505;



	margin-top:0px;



	padding-top:0px;



	text-transform: uppercase;



}



.sub_heading{



	font-family: 'Oswald', sans-serif;font-weight:400;font-size:18px;



	color:#D10505;



	margin-top:0px;



	padding-top:0px;



	text-transform: uppercase;



}



.txt_heading{



	font-family: 'Oswald', sans-serif;font-weight:400;font-size:14px;



	text-transform: uppercase;



}



.sub_heading2{



	font-family: 'Oswald', sans-serif;font-weight:400;font-size:18px;



	color:#D10505;



	text-transform: uppercase;



}



.news_txt{



	color:#CCC;



}



.my_txt{



	display:block;



	font-family: 'Oswald', sans-serif;font-weight:400;font-size:16px;



	color:#777;



	padding-top:10px;



}



.thumb_box{



	background:#FFF;border:solid 1px #D8D8D8;padding:30px;



	top:-50px;



	position: relative;



}



.about_box{



	border:solid 1px #D8D8D8;padding:30px;



	valign:top;



	min-height:270px;

	color:#000;



}



.prod_box{



	background:#FFF;border:solid 1px #D8D8D8;padding:10px;



	text-align:center;



	padding-bottom:15px;



}



.prod_box > h4{



	font-family: 'Oswald', sans-serif;font-weight:400;font-size:14px;



	color:#777;



}



.prod_box > h3{



	font-family: 'Oswald', sans-serif;font-weight:400;font-size:18px;



}



.btm_txt{



	padding-left:15px;



	float:left;



}



.btm_txt > h2{



	font-family: 'Oswald', sans-serif;font-weight:400;font-size:22px;color:#FFF;padding:0px;margin:0px;



}



.btm_txt > h3{



	font-family: 'Oswald', sans-serif;font-weight:400;font-size:16px;color:#777;padding:0px;margin: 5px 0px;margin-top: 20px;



}



.btm_links{



	font-family: 'Oswald', sans-serif;font-weight:400;font-size:14px;



	color:#777;



}



.btm_links a{



	font-family: 'Oswald', sans-serif;font-weight:400;font-size:14px;



	color:#CCC;



}



.socia a i{



color:#212121;



}



.socia a:hover i{



color:#F58220;



}



.col-xs-15,



.col-sm-15,



.col-md-15,



.col-lg-15 {



    position: relative;



    min-height: 1px;



    padding-right: 10px;



    padding-left: 10px;



}



.col-xs-15 {



    width: 20%;



    float: left;



}



.ssmenu{



display:none !important;



font-size: 30px !important;



color: #fff !important;



margin-top: 16px !important;



cursor:pointer !important;



}



.menudrop{



position:absolute;



width:100%;



background:#000;



text-align:center;



padding:15px;



top:62px;



}



.menudrop .my_top_links{



display:block;



}

.plusico{



display:none;



position:absolute;



margin-left:auto;



margin-right:auto;



left:0;



right:0;



top:70px;



color:#282828;



font-size:40px;



font-weight:bolder;



text-decoration:none;



z-index:9999;



width: 50px;



height: 50px;



border-radius: 50%;



text-align: center;



line-height: 50px;



background: rgba(250,250,250,0.5);



opacity: 0.9;



}



.plusico:hover{



display:none;



position:absolute;



margin-left:auto;



margin-right:auto;



left:0;



right:0;



top:70px;



color:#282828;



font-size:40px;



font-weight:bolder;



text-decoration:none;



z-index:9999;



}



.prod_box:hover .plusico{



display:block;



}



.prod_boximg{



-webkit-filter: blur(0px);



-moz-filter: blur(0px);



	filter: blur(0px);



	-webkit-transition: .3s ease-in-out;



	-moz-transition: .3s ease-in-out;



	transition: .3s ease-in-out;



}



.prod_box:hover img{



-webkit-filter: blur(3px);



-moz-filter: blur(3px);



	filter: blur(3px);



	-webkit-transition: .3s ease-in-out;



	-moz-transition: .3s ease-in-out;



	transition: .3s ease-in-out;



}

.header {

    display: block;

    position: absolute;

    left: 0;

    right: 0;

    padding: 0px 70px;

    margin-top: 50px;

    z-index: 15;

}






.menu,



.menu ul,



.menu li,



.menu a {



	margin: 0;



	padding: 0;



	border: none;



	outline: none;



}

.a_news_link{

	font-family:Arial;

	font-size:14px;

	font-weight:bold;

	color:#f13947;

	text-decoration:none;

}

.a_news_link:hover{

	font-family:Arial;

	font-size:14px;

	font-weight:bold;

	color:#FFFFFF;

	text-decoration:none;

}



.slimmenu{

	

	position:relative;

	

	width:530px;



	height:31px;



	float:right;

	

}

.slimmenu li {

	display: inline-block;



	position: relative;



	list-style: none;



	margin:0;

}

.slimmenu li a {



	display: inline-block;



	padding: 7px 18px;



	text-decoration: none;



	font-family: roboto;



	font-size: 12px;



	color: #9c9c9c;

	

	text-transform:uppercase;

}

.slimmenu li a:hover {



	color: #fff;

	text-decoration: none;

}



.menu {



	position:relative;



	width:600px;



	height:90px;



	float:left;

	

	left: -60px;



}



.menu li {



	position: relative;



	list-style: none;



	float: left;



	display: block;



	margin:0;



}



.menu li a {



	display: block;



	padding: 17px 25px;



	line-height: 50px;



	text-decoration: none;



	font-family: apr;



	font-size: 24px;



	color: #fff;

	

	text-transform:uppercase;



}



.menu ul li a {

	text-transform:capitalize;

}



.menu li:hover > a{color: #F58220; }



.menu ul li:hover > a{color: #454545; }



.menu li:hover{border-bottom:6px solid #F58220;}



.menu li ul li:hover{border-bottom:1px solid #dedede;}







/* Sub Menu */







.menu ul {



	position: absolute;



	top: 90px;



	left: 0;



	opacity: 0;



	-webkit-transition: opacity .25s ease .1s;



	-moz-transition: opacity .25s ease .1s;



	-o-transition: opacity .25s ease .1s;



	-ms-transition: opacity .25s ease .1s;



	transition: opacity .25s ease .1s;



	overflow:hidden;



}



.menu li:hover > ul { opacity: 1; }







.menu ul li {



	height: 0px;



	overflow: hidden;



	padding: 0;



	border-radius:0;



    margin:0;



	background:#ebebeb;



	-webkit-transition: height .25s ease .1s;



	-moz-transition: height .25s ease .1s;



	-o-transition: height .25s ease .1s;



	-ms-transition: height .25s ease .1s;



	transition: height .25s ease .1s;



	border-bottom:1px solid #dedede;



}



.menu ul li:first-child {



-webkit-box-shadow: inset 0px 7px 9px -7px rgba(0,0,0,0.7);



-moz-box-shadow: inset 0px 7px 9px -7px rgba(0,0,0,0.7);



box-shadow: inset 0px 7px 9px -7px rgba(0,0,0,0.7);



}



.menu ul li:hover {



background:#B8B8B8;



-webkit-box-shadow: inset 0px 0px 9px 0px rgba(0,0,0,0.2);



-moz-box-shadow: inset 0px 0px 9px 0px rgba(0,0,0,0.2);



box-shadow: inset 0px 0px 9px 0px rgba(0,0,0,0.2);



}



.menu li:hover > ul li {



	height: 50px;



	overflow: visible;



	padding: 0;



}



.menu ul li a {



	width: 220px;



	padding: 0px 0px 0px 20px;



	margin: 0;



	border: none;



	font-family: roboto;



	font-size: 16px;



	color: #656565;



}





.slicknav_menu {



	display:none;



}







.slicknav_btn {



position: absolute;



display: block;



vertical-align: middle;



padding: 0.438em 0.625em;



line-height: 1.125em;



cursor: pointer;



z-index: 20;



right: 15px;



top:-12px;



}



.slicknav_menu  .slicknav_menutxt { display: block; line-height: 1.188em; float: left; }



.slicknav_menu .slicknav_icon { float: left; margin: 0.188em 0 0 0.438em; }



.slicknav_menu .slicknav_no-text { margin: 0 }



.slicknav_menu .slicknav_icon-bar { display: block; width: 1.125em; height: 0.125em; -webkit-border-radius: 1px; -moz-border-radius: 1px; border-radius: 1px; -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); }



.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar { margin-top: 0.188em }



.slicknav_nav { clear: both }



.slicknav_nav ul,



.slicknav_nav li { display: block }



.slicknav_nav .slicknav_arrow { font-size: 0.8em; margin: 0 0 0 0.4em; }



.slicknav_nav .slicknav_item { cursor: pointer; }



.slicknav_nav .slicknav_row { display: block; }



.slicknav_nav a { display: block }



.slicknav_nav .slicknav_item a,



.slicknav_nav .slicknav_parent-link a { display: inline }



.slicknav_menu:before,



.slicknav_menu:after { content: " "; display: table; }



.slicknav_menu:after { clear: both }



/* IE6/7 support */



.slicknav_menu { *zoom: 1 }







/* 



    User Default Style



    Change the following styles to modify the appearance of the menu.



*/







.slicknav_menu {



    position:absolute;



	width:100%;



	top:0;



	left:0;



	right:0;



	margin-left:auto;



	margin-right:auto;



	top:30px;



}



/* Button */



.slicknav_btn {



    text-decoration:none;



    -webkit-border-radius: 4px;



    -moz-border-radius: 4px;



    border-radius: 4px;  



    background-color: #222222;



}



/* Button Text */



.slicknav_menu  .slicknav_menutxt {



    color: #FFF;



    font-weight: bold;



    text-shadow: 0 1px 3px #000;



}



/* Button Lines */



.slicknav_menu .slicknav_icon-bar {



  background-color: #f5f5f5;



}



.slicknav_menu {



    background:rgba(0,0,0,0.9);



}



.slicknav_nav {



    font-family:roboto;



    color:#fff;



    margin:0;



    padding:0;



    font-size:14px;



}



.slicknav_nav, .slicknav_nav ul {



    list-style: none;



    overflow:hidden;



	margin-top:40px;



	margin-bottom:10px;



	margin-left:10px;



	margin-right:10px;



}



.slicknav_nav ul {



    padding:0;



    margin:0 0 0 20px;



}



.slicknav_nav .slicknav_row {



    padding:5px 10px;



    margin:2px 5px;



}



.slicknav_nav a{



    padding:5px 10px;



    margin:2px 5px;



    text-decoration:none;



    color:#fff;



}



.slicknav_nav .slicknav_item a,



.slicknav_nav .slicknav_parent-link a {



    padding:0;



    margin:0;



}



.slicknav_nav .slicknav_row:hover {



    -webkit-border-radius: 6px;



    -moz-border-radius: 6px;



    border-radius: 6px;



    background:#F58220;



    color:#fff;



}



.slicknav_nav a:hover{



    -webkit-border-radius: 6px;



    -moz-border-radius: 6px;



    border-radius: 6px;



    background:#F58220;



    color:#fff;



}



.slicknav_nav .slicknav_txtnode {



     margin-left:15px;   



}



.onclick-menu::-moz-selection {



display:none;



}







.onclick-menu::selection {



display:none;



}



.onclick-menu {



    position:relative;



    display:block;



	cursor:pointer;



	float:left;



	width:57px;



	height:72px;



	border-right:1px solid #202020;



	background: url(im/s-ico.png) no-repeat center 30px #1b1b1b;



}



.onclick-menu-content {



display: none;



position: absolute;



z-index: 99;



width: 270px;



height: 50px;



padding: 10px 20px;



background: none repeat scroll 0% 0% #F6F5F5;



right: 30px;



top: 72px;



border-radius: 0px 0px 8px 8px;



}

.sub-s{



width: 18px;



height: 18px;



background: url(im/s-ico.png) no-repeat center;



border:0;



cursor:pointer;



margin-top:8px;



}




.topbar {
    background-color: #3B3B3B;
	position:relative;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 101;
}
.topmenu, .a_mail {
    float: left;
    padding-top: 10px;
}
.topmenu, .lango {
    float: right;
    padding-top: 14px;
	color:#FFFFFF;
	margin-left:10px;
}
.topmenu, .social_lang {
    float: right;
    padding-top: 2px;
	color:#FFFFFF;
}
.topmenu, .blog, .srch {
    float: right;
    padding-top: 2px;
}
.topmenu ul {
    list-style: none;
}
.topmenu li {
    float: left;
}
.blog {
    background: url(../imgs/blog.png) left center no-repeat;
    margin-left: 10px;
    padding: 5px 0;
}
.blog a {
    font-family: apr;
    font-size: 20px;
    color: #fff;
    padding: 10px 15px;
	text-transform:uppercase;
}
.srch {
    padding: 7px 0;
    padding-left: 0px;
    margin-left: 10px;
}
.srch form {
    border: 2px solid #DEB200;
    border-radius: 15px;
    padding: 5px 10px;
}
.srch input[type="text"] {
    background: none;
    border: none;
    outline: none;
    color: #fff;
    padding-left: 10px;
    font-size: 12px;
}
.srch button {
    background: none;
    border: none;
    outline: none;
    padding: 0 6px;
}
.srch i {
    color: #DEB200;
}

.topmenu a {
    text-decoration: none;
    font-size: 12px;
    display: inline-block;
    padding: 10px 10px;
    color: #fff;
    text-transform: uppercase;
}

.topmenu a:hover {text-decoration: none;background: url(../imgs/hover.png) center top no-repeat; color:#DEB200;}

.logo {
    padding: 15px 0;
}
.topsocial {
    padding: 0px;
}
.topsocial a.fb {
    background-position: 0 -40px;
}
.topsocial a.fb:hover {
    background-position: 0 0;
}
.topsocial a {
    display: inline-block;
    width: 35px;
    height: 35px;
    margin: 0 5px;
    background: url(../imgs/social.png) 0 0 no-repeat;
    -webkit-transition: .4s;
    transition: .4s;
}
.topsocial a:hover {
    text-decoration: none;
}
.topsocial a.tw {
    background-position: -45px -40px;
}
.topsocial a.tw:hover {
    background-position: -45px 0;
}
.topsocial a.in {
    background-position: -90px -40px;
}
.topsocial a.in:hover {
    background-position: -90px 0;
}
.topsocial a.pi {
    background-position: -135px -40px;
}
.topsocial a.pi:hover {
    background-position: -135px 0;
}
.topsocial a.yt {
    background-position: -180px -40px;
}
.topsocial a.yt:hover {
    background-position: -180px 0;
}
.topsocial a.li {
    background-position: -225px -40px;
}
.topsocial a.li:hover {
    background-position: -225px 0;
}
.lang {
    padding: 18px 0;
}
.goog-te-gadget-simple { background-color: transparent !important; border: 1px solid #fff !important; border-radius: 4px; padding-top: 2px !important; font-size: 11pt !important; padding-left: 8px !important; }
.goog-te-gadget-simple a { text-decoration: none; }
.goog-te-gadget-simple .goog-te-menu-value span { margin-right: 3px !important; /*  color: #fff !important;*/
border: none !important; }
.goog-te-gadget img { display: none; }
.goog-te-gadget-simple .goog-te-menu-value{color:#000 !important;}

.rsmenu{
	display:none;
	padding:0;
	margin:0;
	background:#202020;
}
.rsmenu li{
	display:block;
}
.rsmenu li a{
	display:block;
	font-size: 12px;
    padding: 10px 0;
	text-align:center;
    color: #fff;
}
.rsmenu li a:hover{
	background:#1C1C1C;
	text-decoration:none;
}
.mt{
	color:#fff;
	cursor:pointer;
	margin-top:12px;
}





@media (min-width: 768px) {



.col-sm-15 {



        width: 20%;



        float: left;



    }



}



@media (min-width: 992px) {



    .col-md-15 {



        width: 20%;



        float: left;



    }
	



	.my_top_links{



	font-size:14px;



	}



}



@media (min-width: 1200px) {



    .col-lg-15 {



        width: 20%;



        float: left;



    }



		.my_top_links{



	font-size:18px;



	}



}



@media (max-width: 992px) {



.smenu{



display:none;



}
.srch{
	padding-left:0;
}




	.ssmenu{



	display:block !important;



	float:right;



	margin-right:10%;



	}



	.my_top_links{



	padding:0px;



	}



}



@media (max-width: 768px) {



	.my_top_links{



		font-family: 'Oswald', sans-serif;font-weight:400;font-size:14px;



		color:#FFF;padding:7px 7px;



	}



}

@media only screen and (max-width: 1023px) {

.header{



width:719px;



}





.menu{



width:485px;



}



.menu li a {



    padding: 11px 12px 5px;



}



}



@media only screen and (max-width: 767px) {

.header{



width:95%;



height:60px;



}



.slicknav_menu {



display:block;



}



.menu{



display:none;



}

}

.content-title{

	display:block;

	font-family:apr;

	font-size:35px;

	color:#fff;

	padding-bottom:20px;

	text-transform:uppercase;

}

.con1{

	display:block;

	width:100%;

	background:#1c1c1c;

	margin-bottom:40px;

}

.con1 ul{

	margin:0;

	padding:25px;

	padding-left:40px;

	padding-right:10px;

}

.con1 ul li{

	list-style:square;

}

.con1 ul li a{

	font-family:roboto lt;

	font-size:17px;

	color:#999;

	font-weight:bold;

	text-decoration:underline;

	line-height: 32px;

}

.newses{

	display:table;

	width:100%;

	background:#1c1c1c;

	margin-bottom:21px;

	padding:15px;

}

.newses img{

	float:left;

	margin-right:15px;

}

.news-head{

	font-family:apr;

	font-size:20px;

	color:#fff;

}

.news-detail,.cata-des{

	font-family:roboto;

	font-size:15px;

	color:#999;

	text-decoration:underline;

}

.con2{

	display:block;

	width:100%;

	background:#1c1c1c;

	padding:30px;

	margin-bottom:40px;

}

.con2 img{

	margin:15px 0px;

}

.cata-name{

	font-family:apr;

	font-size:42px;

	color:#F58220;

	text-transform:uppercase;

	line-height:48px;

}

.welbg{

	background:#161616;

	background-size:cover;

	padding:49px;

}

.wel-title{

	font-family:apr;

	font-size:45px;

	color:#ffffff;

	text-transform:uppercase;

	line-height:10px;

}

.wel-btm{

	font-family:apr;

	font-size:60px;

	color:#F58220;

	text-transform:uppercase;

	line-height:50px;

	margin-bottom:20px;

}

.wel-detail{

	font-family:roboto;

	font-size:18px;

	color:#999;

	line-height:35px;

}

.left_menu_heading {

    font-family: apr;

    font-weight: 400;

    font-size: 24px;

    text-transform: none;

    padding: 15px;

    border: solid 1px #CCC;

    margin-bottom: 10px;

	background: transparent;

}

.news-letter-bg{

	background:url(../imgs/email.png) no-repeat #dd0000 right bottom;

	padding:30px 0px;

}

.n-letter-title{

	line-height:50px;

	font-family: apr;

	font-size:35px;

	color:#fff;

	text-transform:uppercase;

}

.n-letter-title-s{

	font-family: roboto;

	font-size:15px;

	color:#fff;

}

.newsemail{

	display:block;

	width:100%;

	height:45px;

	border:0;

	background:#fff;

	-moz-border-radius:3px;

	-webkit-border-radius:3px;

	border-radius:3px;

	margin:23px 0px;

	padding:0px 15px;

}

.slimtop{

display:block;



position:absolute;



width:100%;



height:31px;



top:0;



background:#0c0c0c;



z-index:15;

}

.header{



display:block;



position:absolute;



left:0;



right:0;



padding:0px 70px;



margin-top:50px;



z-index:15;



}



.hbg{

	display:table;

	width:100%;

	background:#000;

}




.menu,



.menu ul,



.menu li,



.menu a {



	margin: 0;



	padding: 0;



	border: none;



	outline: none;



}

.a_news_link{

	font-family:Arial;

	font-size:14px;

	font-weight:bold;

	color:#f13947;

	text-decoration:none;

}

.a_news_link:hover{

	font-family:Arial;

	font-size:14px;

	font-weight:bold;

	color:#FFFFFF;

	text-decoration:none;

}



.slimmenu{

	

	position:relative;

	

	width:530px;



	height:31px;



	float:right;

	

}

.slimmenu li {

	display: inline-block;



	position: relative;



	list-style: none;



	margin:0;

}

.slimmenu li a {



	display: inline-block;



	padding: 7px 18px;



	text-decoration: none;



	font-family: roboto;



	font-size: 12px;



	color: #9c9c9c;

	

	text-transform:uppercase;

}

.slimmenu li a:hover {



	color: #fff;

	text-decoration: none;

}



.menu {



	position:relative;



	width:600px;



	height:90px;



	float:left;

	

	left: -60px;



}



.menu li {



	position: relative;



	list-style: none;



	float: left;



	display: block;



	margin:0;



}



.menu li a {



	display: block;



	padding: 17px 25px;



	line-height: 50px;



	text-decoration: none;



	font-family: apr;



	font-size: 24px;



	color: #fff;

	

	text-transform:uppercase;



}



.menu ul li a {

	text-transform:capitalize;

}



.menu li:hover > a{color: #F58220; }



.menu ul li:hover > a{color: #454545; }



.menu li:hover{border-bottom:6px solid #F58220;}



.menu li ul li:hover{border-bottom:1px solid #dedede;}







/* Sub Menu */







.menu ul {



	position: absolute;



	top: 90px;



	left: 0;



	opacity: 0;



	-webkit-transition: opacity .25s ease .1s;



	-moz-transition: opacity .25s ease .1s;



	-o-transition: opacity .25s ease .1s;



	-ms-transition: opacity .25s ease .1s;



	transition: opacity .25s ease .1s;



	overflow:hidden;



}



.menu li:hover > ul { opacity: 1; }







.menu ul li {



	height: 0px;



	overflow: hidden;



	padding: 0;



	border-radius:0;



    margin:0;



	background:#ebebeb;



	-webkit-transition: height .25s ease .1s;



	-moz-transition: height .25s ease .1s;



	-o-transition: height .25s ease .1s;



	-ms-transition: height .25s ease .1s;



	transition: height .25s ease .1s;



	border-bottom:1px solid #dedede;



}



.menu ul li:first-child {



-webkit-box-shadow: inset 0px 7px 9px -7px rgba(0,0,0,0.7);



-moz-box-shadow: inset 0px 7px 9px -7px rgba(0,0,0,0.7);



box-shadow: inset 0px 7px 9px -7px rgba(0,0,0,0.7);



}



.menu ul li:hover {



background:#B8B8B8;



-webkit-box-shadow: inset 0px 0px 9px 0px rgba(0,0,0,0.2);



-moz-box-shadow: inset 0px 0px 9px 0px rgba(0,0,0,0.2);



box-shadow: inset 0px 0px 9px 0px rgba(0,0,0,0.2);



}



.menu li:hover > ul li {



	height: 50px;



	overflow: visible;



	padding: 0;



}



.menu ul li a {



	width: 220px;



	padding: 0px 0px 0px 20px;



	margin: 0;



	border: none;



	font-family: roboto;



	font-size: 16px;



	color: #656565;



}







.slicknav_menu {



	display:none;



}







.slicknav_btn {



position: absolute;



display: block;



vertical-align: middle;



padding: 0.438em 0.625em;



line-height: 1.125em;



cursor: pointer;



z-index: 20;



right: 15px;



top:-12px;



}



.slicknav_menu  .slicknav_menutxt { display: block; line-height: 1.188em; float: left; }



.slicknav_menu .slicknav_icon { float: left; margin: 0.188em 0 0 0.438em; }



.slicknav_menu .slicknav_no-text { margin: 0 }



.slicknav_menu .slicknav_icon-bar { display: block; width: 1.125em; height: 0.125em; -webkit-border-radius: 1px; -moz-border-radius: 1px; border-radius: 1px; -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); }



.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar { margin-top: 0.188em }



.slicknav_nav { clear: both }



.slicknav_nav ul,



.slicknav_nav li { display: block }



.slicknav_nav .slicknav_arrow { font-size: 0.8em; margin: 0 0 0 0.4em; }



.slicknav_nav .slicknav_item { cursor: pointer; }



.slicknav_nav .slicknav_row { display: block; }



.slicknav_nav a { display: block }



.slicknav_nav .slicknav_item a,



.slicknav_nav .slicknav_parent-link a { display: inline }



.slicknav_menu:before,



.slicknav_menu:after { content: " "; display: table; }



.slicknav_menu:after { clear: both }



/* IE6/7 support */



.slicknav_menu { *zoom: 1 }







/* 



    User Default Style



    Change the following styles to modify the appearance of the menu.



*/







.slicknav_menu {



    position:absolute;



	width:100%;



	left:0;



	right:0;



	margin-left:auto;



	margin-right:auto;



	top:30px;



}



/* Button */



.slicknav_btn {



    text-decoration:none;



    -webkit-border-radius: 4px;



    -moz-border-radius: 4px;



    border-radius: 4px;  



    background-color: #222222;



}



/* Button Text */



.slicknav_menu  .slicknav_menutxt {



    color: #FFF;



    font-weight: bold;



    text-shadow: 0 1px 3px #000;



}



/* Button Lines */



.slicknav_menu .slicknav_icon-bar {



  background-color: #f5f5f5;



}



.slicknav_menu {



    background:rgba(0,0,0,0.9);



}



.slicknav_nav {



    font-family:roboto;



    color:#fff;



    margin:0;



    padding:0;



    font-size:14px;



}



.slicknav_nav, .slicknav_nav ul {



    list-style: none;



    overflow:hidden;



	margin-top:40px;



	margin-bottom:10px;



	margin-left:10px;



	margin-right:10px;



}



.slicknav_nav ul {



    padding:0;



    margin:0 0 0 20px;



}



.slicknav_nav .slicknav_row {



    padding:5px 10px;



    margin:2px 5px;



}



.slicknav_nav a{



    padding:5px 10px;



    margin:2px 5px;



    text-decoration:none;



    color:#fff;



}



.slicknav_nav .slicknav_item a,



.slicknav_nav .slicknav_parent-link a {



    padding:0;



    margin:0;



}



.slicknav_nav .slicknav_row:hover {



    -webkit-border-radius: 6px;



    -moz-border-radius: 6px;



    border-radius: 6px;



    background:#f13947;



    color:#fff;



}



.slicknav_nav a:hover{



    -webkit-border-radius: 6px;



    -moz-border-radius: 6px;



    border-radius: 6px;



    background:#f13947;



    color:#fff;



}



.slicknav_nav .slicknav_txtnode {



     margin-left:15px;   



}



.onclick-menu::-moz-selection {



display:none;



}







.onclick-menu::selection {



display:none;



}



.onclick-menu {



    position:relative;



    display:block;



	cursor:pointer;



	float:left;



	width:57px;



	height:72px;



	border-right:1px solid #202020;



	background: url(im/s-ico.png) no-repeat center 30px #1b1b1b;



}


.haead {font-family:Oswald; font-size:18px; color:#fff; text-transform:uppercase; background:#D10505; padding: 11px 20px; margin-top:10px;}

.deail{font-family:Roboto; font-size:14px; color:#000 !important; text-decoration:none; margin:0px; padding:0px;}

.breadcrumb {
    padding: 11px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #D10505 !important;
    margin-top: 10px;
}
.onclick-menu-content {



display: none;



position: absolute;



z-index: 99;



width: 270px;



height: 50px;



padding: 10px 20px;



background: none repeat scroll 0% 0% #F6F5F5;



right: 30px;



top: 72px;



border-radius: 0px 0px 8px 8px;



}





.search-trig, .basketico {

    display: block;

    position: absolute;

    z-index: 99;

    right: 0;

    cursor: pointer;

}

.search-trig, .basketico {

    display: block;

    position: absolute;

    z-index: 99;

    right: 0;

    cursor: pointer;

}

.search-trig {

    right: 96px;

}

.searchb {

    display: none;

    padding: 15px 20px;

    position: absolute;

    right: 0;

    top: 90px;

    background: #000;

}

.sbcon {

    display: block;

    width: 210px;

    height: 41px;

    border: 1px solid #0c0c0c;

    background: #131313;

    padding: 8px 0px;

}

.searchinp {

    width: 180px;

    background: transparent;

    padding: 0px 10px;

	border:0

}

.searchbutton {

    width: 16px;

    background: url(../imgs/sico.png) no-repeat transparent center center;

	border:0;

}

sbcon input {

    display: inline-block;

    backface-visibility: transparent;

    border: 0;

}