@import url(https://fonts.googleapis.com/css?family=Montserrat);
a{
    text-decoration:none !important;
}
.navbar {
	margin:0 0 5px 0;
}
.navbar-inverse .navbar-nav > li > a { color:#FFF;}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #777777;
}
input.form-control,
select.form-control {
	width:45%;
}

/*** accordion ***/
#accordion .panel-title{
	font-family:tahoma;
	font-size:12px;
	font-weight:bold;
}
#accordion .panel-body {
	padding:5px;
}
#accordion .panel-body ul{
	margin:0;
	padding:0 15px 0 0;
}



/*** dropdown-submenus **/
.nav.vertical {width:100% !important;}
.nav.vertical > li{
	display:block;
	float:none;
}
.dropdown-submenu{
    position:relative;
}
.dropdown-submenu > .dropdown-menu
{
    top:0;
    right:100%;
	left:auto;
    margin-top:-6px;
    margin-right:-1px;
	margin-left:0;
    -webkit-border-radius:0 6px 6px 6px;
    -moz-border-radius:0 6px 6px 6px;
    border-radius:0 6px 6px 6px;
}
.dropdown-submenu.vertical > .dropdown-menu {
	-webkit-border-radius:6px;
    -moz-border-radius:6px;
    border-radius:6px;
}
.dropdown-submenu:hover > .dropdown-menu{
    display:block;
}
.dropdown-submenu > a:after{
    display:block;
    content:" ";
    float:left;
    width:0;
    height:0;
    border-color:transparent;
    border-style:solid;
    border-width:5px 5px 5px 0;
    border-right-color:#cccccc;
    margin-top:5px;
    margin-left:-10px;
} 
.dropdown-submenu:hover > a:after{
    border-right-color:#ffffff;
}
.dropdown-submenu .pull-left{
    float:none;
}
.dropdown-submenu.pull-left > .dropdown-menu{
    right:-100%;
	left:auto;
    margin-right:10px;
    -webkit-border-radius:6px 0 6px 6px;
    -moz-border-radius:6px 0 6px 6px;
    border-radius:6px 0 6px 6px;
}


/*** vertical dropdown ***/
.navbar-nav.vertical li a {width:100%;}
.navbar-nav.vertical > li{
	border-bottom:1px solid #EEE;
	display:block;
	float:none;
}
.navbar-nav.vertical > li > a {
	color:#000;	
	display:block;
	float:none;
	
}
.wrapper_content .content label {
    display: block;
}
.navbar.navbar-default.top{
    background-color:#fff;
    border:none;
    border-radius:0;
    margin:0;
}
.navbar.navbar-default.top .navbar-nav>.active>a, 
.navbar.navbar-default.top .navbar-nav>.active>a:hover, 
.navbar.navbar-default.top .navbar-nav>.active>a:focus{
    background:url(images/nbg.png) no-repeat bottom ;
}
.navbar.navbar-default.top .dropdown-menu > .active > a, 
.navbar.navbar-default.top .dropdown-menu > .active > a:hover, 
.navbar.navbar-default.top .dropdown-menu > .active > a:focus{
    background-color:#EE592B;
}
.about{
    background-color:#fbfbfb;
}
.about .holder{
    padding-top:60px;
}
.about h1 a{
    color:#ee592b;
}
.about p{
    color:#1f1f1f;
    text-align: justify;
    margin-top:30px;
}
.links{
    background: url(images/bg1.jpg) no-repeat center center fixed;
    background-size:100% 100%;
    padding:80px 0;
}
.links .inner{
    padding:0 100px;
}
.products{
    padding:50px 0 60px;
}
.subcribtion{
    padding:30px 0;
    background-color:#282828;
    color:#fff;
}
.carousel-control {
    position: absolute;
    width: 70px;
    height:  70px; 
    background-image: none !important;
    left: 100px !important;
    top: 70%;
    background-color:rgba(255,255,255,0.6) ;
    opacity: 1;
    font-weight: normal !important;
    color: #fff !important;
    text-shadow: none;
    -webkit-transition: all .2s ease-in-out 0s;
    -o-transition: all .2s ease-in-out 0s;
    transition: all .2s ease-in-out 0s;
}
.carousel-control.right {
    left: 180px !important;
}
.carousel-control:hover, .carousel-control:focus {
    display: inline-block;
    opacity: 1;
    color: #111111 !important;
    background-color: rgba(255,255,255,0.6);
    text-shadow: none;
}
.links .box-text {
    margin-bottom: 45px;
    overflow: hidden;
    position: relative;
    display: block;
    border-radius:15px;
    transition: all ease-in-out .2s;
}
.links .box-text:hover{
    border-radius:0;
}
.bg{
    position: absolute;
    width: 100%;
    bottom: 20px;
    right:0;
    padding:15px;
    right:0;
    transition: all ease-in-out .2s;
}
.links .box-text .text {
    color: #fff;
    font-size: 25px;
    margin-top: 5px;
    display: inline-block;
}
.links .box-text img {
    opacity: 1;
    transform: scale(1);
    transition: all 0.3s ease-in 0.1s;
    width: 100%;
    height:300px;
    border-radius:15px;
}
.links .box-text:hover img {
    transform: scale(1.05);
    border-radius:0px;
}
.links .box-text .glyphicon{
    color: #fff;
    padding: 15px;
    background-color: #ee592b;
    border-radius:8px;
    font-size: 18px;
    transition: all 0.3s ease-in 0.2s;
}
.links .box-text:hover .glyphicon{
    background-color:#000;
}
.mail input.form-control,
.mail select.form-control{
    width:77%;
    float:left;
    border-radius:0;
    border:none;
}
.mail .btn-sm,.mail .btn-group-sm>.btn{
    border-radius:0;
    padding: 7px 15px;
    background: rgba(46,46,46,1);
    background: -moz-linear-gradient(top, rgba(46,46,46,1) 0%, rgba(45,45,45,1) 11%, rgba(37,37,37,1) 25%, rgba(30,30,30,1) 38%, rgba(28,28,28,1) 45%, rgba(16,16,16,1) 56%, rgba(13,13,13,1) 66%, rgba(11,11,11,1) 80%, rgba(6,6,6,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(46,46,46,1)), color-stop(11%, rgba(45,45,45,1)), color-stop(25%, rgba(37,37,37,1)), color-stop(38%, rgba(30,30,30,1)), color-stop(45%, rgba(28,28,28,1)), color-stop(56%, rgba(16,16,16,1)), color-stop(66%, rgba(13,13,13,1)), color-stop(80%, rgba(11,11,11,1)), color-stop(100%, rgba(6,6,6,1)));
    background: -webkit-linear-gradient(top, rgba(46,46,46,1) 0%, rgba(45,45,45,1) 11%, rgba(37,37,37,1) 25%, rgba(30,30,30,1) 38%, rgba(28,28,28,1) 45%, rgba(16,16,16,1) 56%, rgba(13,13,13,1) 66%, rgba(11,11,11,1) 80%, rgba(6,6,6,1) 100%);
    background: -o-linear-gradient(top, rgba(46,46,46,1) 0%, rgba(45,45,45,1) 11%, rgba(37,37,37,1) 25%, rgba(30,30,30,1) 38%, rgba(28,28,28,1) 45%, rgba(16,16,16,1) 56%, rgba(13,13,13,1) 66%, rgba(11,11,11,1) 80%, rgba(6,6,6,1) 100%);
    background: -ms-linear-gradient(top, rgba(46,46,46,1) 0%, rgba(45,45,45,1) 11%, rgba(37,37,37,1) 25%, rgba(30,30,30,1) 38%, rgba(28,28,28,1) 45%, rgba(16,16,16,1) 56%, rgba(13,13,13,1) 66%, rgba(11,11,11,1) 80%, rgba(6,6,6,1) 100%);
    background: linear-gradient(to bottom, rgba(46,46,46,1) 0%, rgba(45,45,45,1) 11%, rgba(37,37,37,1) 25%, rgba(30,30,30,1) 38%, rgba(28,28,28,1) 45%, rgba(16,16,16,1) 56%, rgba(13,13,13,1) 66%, rgba(11,11,11,1) 80%, rgba(6,6,6,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e2e2e', endColorstr='#060606', GradientType=0 );
    border-color:#000;
    height:31px;
}
.subcribtion h4{
   margin:0;
}

.sbg.btm{
    background:url(images/sbg2.png) no-repeat center right;
    height:50px;
   width:464px;
   text-align:center;
   float:right;
}
.sbg a{
        width: 71px;
    height: 50px;
    display: inline-block;
    padding-top:15px;
    transition: all  ease-in 0.2s;
}
.sbg a .fa{
    color:#000;
    font-size: 20px;
    transition: all ease-in 0.2s;
}

.sbg.btm a:hover{
    background:url(images/ibg2.png) no-repeat center center;
}
.sbg a:hover .fa {
    color:#fff;
}
header{
    color:#fff;
}
.phone div , .adress div{
    display:inline-block;
}
.phone .fa,.adress .fa{
    font-size: 22px;
    color:#ee592b;
}

.phone,.adress{
    margin-top:50px;
}
.item img{
width:100%;
}
.navbar-default .navbar-nav>li>a{
color:#3f3f3f;
}
.products h2{
color:#ee592b;
margin-bottom:25px;
}
.products .wrapper-box a {
    position: relative;
    display: block;
    border: 1px solid #000;
    margin-bottom: 20px;
    -webkit-transition: all .2s ease-in-out 0s;
    -moz-transition: all .2s ease-in-out 0s;
    -ms-transition: all .2s ease-in-out 0s;
    -o-transition: all .2s ease-in-out 0s;
    transition: all .2s ease-in-out 0s;
overflow:hidden;
}
.products .wrapper-box a span {
    display: block;
color:#333;
text-align:center;
-webkit-transition: all .2s ease-in-out 0s;
    -moz-transition: all .2s ease-in-out 0s;
    -ms-transition: all .2s ease-in-out 0s;
    -o-transition: all .2s ease-in-out 0s;
    transition: all .2s ease-in-out 0s;
}
.products .wrapper-box a:after {
    position: absolute;
    content: "pic";
    color: transparent;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    opacity: 0;
    -webkit-transition: all .2s ease-in-out 0s;
    -moz-transition: all .2s ease-in-out 0s;
    -ms-transition: all .2s ease-in-out 0s;
    -o-transition: all .2s ease-in-out 0s;
    transition: all .2s ease-in-out 0s;
}
.products .wrapper-box:hover img{
transform:scale(1.05);
}
.products .wrapper-box:hover span{
color:#EE592B;
}
.products .wrapper-box img{
display:block;
-webkit-transition: all .2s ease-in-out 0s;
    -moz-transition: all .2s ease-in-out 0s;
    -ms-transition: all .2s ease-in-out 0s;
    -o-transition: all .2s ease-in-out 0s;
    transition: all .2s ease-in-out 0s;
}
.search-top {
    display: none ;
}
.search button{
    background-color: transparent !important;
border:none;
    margin-top: 47px;
}
@media screen and (min-width: 992px) {
    footer{
        position:relative;
        margin-top:-26px;
    }
.about img{
float:right;
}
}
@media screen and (max-width: 991px) {
.links .inner{
    padding:0 30px;
}
}
button, html input[type="button"], input[type="reset"], input[type="submit"]{
background-color:#EE592B;
border-color:#EE592B;
}
.adress{
font-size:13px;
}