html{
	font-size: 100%;
}
body{
	font-size: 9pt;
	background: #000 url('../images/bg-1.jpg') no-repeat top center;
	background-size: 100%;
}

a,
.sb-home-middle .product .list-group .list-group-item .list-group-item-heading{
	color: #F77D00
}

h1,h2,h3,h4,h5,h6,ul{
	margin: 0;
	padding: 0;
}

@media (min-width: 1200px) {
  .container {
    width: 1050px;
  }
}

body{
	-webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  transition: all .5s ease;
}
button,
span,
a{
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}

.bg-white{
	background-color: #FFF;
	color: #000;
}

.main-header{
	padding: 10px ;
	position: relative;
	background-color: #EBEDEC;
	border-bottom:1px solid #C3CBCE;
	margin-bottom: 0;
	margin-right: 0px;

}
.main-header .lang-bar{
	display: block;
	list-style: none;
	text-align: right;
}
.main-header .lang-bar li{
	display: inline-block;
}
.main-header .lang-bar li a{
	padding: 3px 3px;
	font-weight: 700;
}
.main-header .lang-bar li a:after{
	content: "|";
	padding-left: 10px;
}
.main-header .lang-bar li:last-child a:after{
	content: "";
}
.main-header .navbar-brand-logo{
	background: url('../images/logo.png') no-repeat center center;
	width: 160px;
	height: 85px;
	display: block;
	text-indent: -999rem
}
.main-header .navbar-nav > li > a{
	padding: 10px;
	padding-top: 20px;
	padding-bottom: 10px;
	font-weight: 700;
	color: #000;
}
.main-header .navbar-nav>.active>a,
.main-header .navbar-nav>.active>a:focus,
.main-header .navbar-nav>.active>a:hover,
.main-header .navbar-nav>li>a:focus,
.main-header .navbar-nav>li>a:hover{
	background-color: #22275F;
	color: #FFF;
}
.sb-header .navbar-default .navbar-nav > li > a,
.bg-dark-transparent{
	background: rgba(0,0,0,.4);
}
.sb-header .navbar-default .navbar-nav > li.active > a{
	background-color: #EE6A0B
}
.none-padding{
	padding: 0!important;
}

.relative{
	position: relative;
}
.caption{
	position: absolute;
	bottom: 0;
	color: #FFF;
	background-color: rgba(0,0,0,0.5);
	padding:10px 20px;
	width: 100%;
}
.owl-theme .item{
	overflow: hidden;
}
.owl-theme .owl-controls{
	padding: 10px;
	text-align: left;
	width: 100%;
	position: absolute;
	top: 0;
}

/* Styling Next and Prev buttons */
.owl-theme .owl-controls .owl-buttons div{
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	margin: 5px;
	padding: 3px 10px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: #AF0102;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}

/* Styling Pagination*/

.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 12px;
	height: 12px;
	margin: 2px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #FFF;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	background: #AF0102;
}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
.owl-item{
	max-height: 600px;
	overflow: hidden;
}
.owl-item img{
	width: 100%;
	vertical-align: middle;
}
/* preloading images */
.owl-item .loading{
	min-height: 150px;
	background: url(../images/AjaxLoader.gif) no-repeat center center
}

.drop-shadow {
    position:relative;
    background:#fff;
}

.drop-shadow:before,
.drop-shadow:after {
    content:"";
    position:absolute; 
    z-index:-2;
}

/* Lifted corners */

.lifted {
    -moz-border-radius:4px; 
         border-radius:4px;
}

.lifted:before,
.lifted:after { 
    bottom:15px;
    left:10px;
    width:50%;
    height:20%;
    max-width:300px;
    -webkit-box-shadow:0 15px 10px rgba(0, 0, 0, 0.7);   
       -moz-box-shadow:0 15px 10px rgba(0, 0, 0, 0.7);
            box-shadow:0 15px 10px rgba(0, 0, 0, 0.7);
    -webkit-transform:rotate(-3deg);    
       -moz-transform:rotate(-3deg);   
        -ms-transform:rotate(-3deg);   
         -o-transform:rotate(-3deg);
            transform:rotate(-3deg);
}

.lifted:after {
    right:10px; 
    left:auto;
    -webkit-transform:rotate(3deg);   
       -moz-transform:rotate(3deg);  
        -ms-transform:rotate(3deg);  
         -o-transform:rotate(3deg);
            transform:rotate(3deg);
}

.effect6
{
  	position:relative;       
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
            box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.effect6:before, .effect6:after
{
	content:"";
    position:absolute; 
    z-index:-1;
    -webkit-box-shadow:0 0 20px rgba(0,0,0,0.8);
    -moz-box-shadow:0 0 20px rgba(0,0,0,0.8);
    box-shadow:0 0 20px rgba(0,0,0,0.8);
    top:50%;
    bottom:0;
    left:10px;
    right:10px;
    -moz-border-radius:100px / 10px;
    border-radius:100px / 10px;
}


/* MAIN STYLE */
.sb-header{
	margin-bottom: 30px;
}

.sb-header .navbar-nav{
	margin: 0
}

.sb-header .navbar-default{
	background-color: transparent;
	border-color: transparent;
}

@media (min-width: 788px){
	.sb-header .navbar-default .navbar-nav > li > a{
		padding-top: 80px;
		background: rgb(255,255,255); /* Old browsers */
		background: -moz-linear-gradient(-45deg,  rgba(255,255,255,1) 0%, rgba(79,79,79,1) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(79,79,79,1))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(-45deg,  rgba(255,255,255,1) 0%,rgba(79,79,79,1) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(-45deg,  rgba(255,255,255,1) 0%,rgba(79,79,79,1) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(-45deg,  rgba(255,255,255,1) 0%,rgba(79,79,79,1) 100%); /* IE10+ */
		background: linear-gradient(135deg,  rgba(255,255,255,1) 0%,rgba(79,79,79,1) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#4f4f4f',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
		font-weight: 600;
		font-size: 1.6vmin;
		text-transform: uppercase;
		border-right: 1px solid #444;
		border-color: white;
	}
	.sb-header .navbar-default .navbar-nav > li.active > a{
		background: rgb(248,181,0); /* Old browsers */
		background: -moz-linear-gradient(-45deg,  rgba(248,181,0,1) 0%, rgba(247,103,0,1) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(248,181,0,1)), color-stop(100%,rgba(247,103,0,1))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(-45deg,  rgba(248,181,0,1) 0%,rgba(247,103,0,1) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(-45deg,  rgba(248,181,0,1) 0%,rgba(247,103,0,1) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(-45deg,  rgba(248,181,0,1) 0%,rgba(247,103,0,1) 100%); /* IE10+ */
		background: linear-gradient(135deg,  rgba(248,181,0,1) 0%,rgba(247,103,0,1) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8b500', endColorstr='#f76700',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	}
}
.logo{
	width: 126px;
	height: 90px;
	background: transparent url('../images/logo.png') no-repeat;
	background-size: 100%;
	margin-top: 30px;
}
.logo a{
	text-indent: -9999rem;
	display: block;
}

.sb-home-top .news{
	background: #FFF;
	padding: 20px;
	border-bottom: 10px solid #F77D00
}

.title{
	color: #F77D00;
	font-weight: 500;
}
.box .title{
	margin-bottom: 10px;
}

.box p{
	margin: 10px 0;
}
.box .content{
	padding: 20px;
}
.box .list-group,
.sb-home-top .news .list-group{
	margin-top: 10px
}
.box .list-group .list-group-item,
.sb-home-top .news .list-group .list-group-item{
	border:none;
	color: #000;
	font-weight: 500;
	padding: 10px 0;
	background-color: transparent;
}

.box,
.box .list-group .list-group-item{
	color: #FFF
}

.box .list-group .list-group-item img{
	border: 3px solid #CCC;
}
.list{
	list-style:none;
	padding: 0 10px;
}
.list li{
	margin: 4px 0;
}
.list li:first-child{
	margin-top: 0
}
.sb-home-middle .box{
	margin-top: 30px;
	padding: 20px;
}

.sb-footer{
	margin-top: 50px;
	background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,0) 1%, rgba(255,255,255,1) 46%, rgba(255,255,255,1) 49%, rgba(255,255,255,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(1%,rgba(255,255,255,0)), color-stop(46%,rgba(255,255,255,1)), color-stop(49%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 1%,rgba(255,255,255,1) 46%,rgba(255,255,255,1) 49%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 1%,rgba(255,255,255,1) 46%,rgba(255,255,255,1) 49%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 1%,rgba(255,255,255,1) 46%,rgba(255,255,255,1) 49%,rgba(255,255,255,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 1%,rgba(255,255,255,1) 46%,rgba(255,255,255,1) 49%,rgba(255,255,255,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

.sb-footer .copyright{
	padding: 20px 0;
	font-weight: 700;
}