/*================================
Font
================================*/
@import url(https://fonts.googleapis.com/css?family=Play:400,700&subset=latin,cyrillic);
.font_oros {
    font-family: Play, Helvetica, sans-serif;
    font-size: 2.2em;
    
}
/*================================
Start Body
================================*/
body {
    font-family: Play, Helvetica, sans-serif;
    /*font-size: 24px;*/
}
textarea,
input[type="email"]{
  background-color: transparent;
  border: 1px solid rgb(148,80,13);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  min-height: 40px;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  -o-border-radius: 0 !important;
  border-radius: 0 !important;
  color: black;
  font-family: 'Open Sans', sans-serif;
  width: 100%;
	}
button, html input[type=button], input[type=reset], input[type=submit],
input[type=button]:hover, input[type=reset]:hover, input[type=submit]:hover{
    background-color: rgb(148,80,13);
    border: 0;
}

/*================================
Start Wrapper
================================*/
#wrapper {
  position: relative;
}
#wrapper .inner-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  /*padding: 0 20px;*/
}
#top_header {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    color: rgb(148,80,13);
    z-index: 410;
  /*width: 100%;
    
  z-index: 410;*/

}
#top_header a {
    color: Black;
    font-size: 14px !important;
    padding: 14px !important;
    font-weight: 400 !important;
}
#top_header .navbar-brand {
    font-weight: 800 !important;
}
#top_header .main_navbar {
    line-height: 10px;
    margin-bottom: 0;
    z-index: 410;
   
}
#top_header .container {
    /*max-width: 1200px;*/
    position: relative;
    z-index: 410;
    width:100%;
}
#top_header .main_navbar ul li {
    display: block;
    text-align: left;
}
#top_header .main_navbar ul li a {
    padding-left: 0;
    /*border-bottom: 1px dotted #A1A1A1;*/
}
#top_header .main_navbar ul li.active a {
    border: 0;
}
#top_header .main_navbar .dropdown .caret {
  border-top: 4px solid rgb(148,80,13);
}
#top_header .main_navbar .dropdown .dropdown-menu {
  background-color: rgba(0, 0, 0, 0.5);
  margin: -1px 0 0;
  padding: 0;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  -o-border-radius: 0 !important;
  border-radius: 0 !important;
  z-index: 410;
  overflow: hidden;
}
	
#top_header .main_navbar .dropdown .dropdown-menu li {
  text-align: left;
}
#top_header .main_navbar .dropdown .dropdown-menu li a {
  font-size: 14px;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  padding: 10px;
  font-weight: 300;
}
#top_header .main_navbar .dropdown .dropdown-menu li a:hover {
  background: rgba(0, 0, 0, 0.7) !important;
}
#top_header .main_navbar img {
	width:35px;
	float: left;
    margin-top: 8px;
}

/*#top_header .main_navbar{
	;
}*/
/*================================
Start Content Section
==================================*/
#content {
  position: relative;
  overflow: auto;
}
#content .main_title{
	display: block;
  	position: absolute;
  	z-index: 2;
  	font-size: 20px;
  	text-shadow: none;
  	color: #fff;
  	background: #000;
  	background: rgba(0,0,0, .8);
  	left: 0;
  	right: 0;
  	bottom: 0;
  	padding: 10px 20px;
  	margin: 0;
  	max-width: none;
}
#content .topseller{
	background-color: rgb(99,29,99);
	color:yellow;
}
#content .topseller h3{
	padding: 5px 15px 5px;
}
#content .boxfeature {
  overflow: hidden;
  /*background: #ddd;*/
  border: 1px solid transparent;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
}
#content .boxfeature .desc {
  position: relative;
  z-index: 2;
  padding: 2px;
  text-align: center;
  font-weight: 600;
 
}

#content .boxfeature .desc a{
  color: inherit;
}
#content .boxfeature .img_preview {
  width: 100%;
  min-height: 200px;
  overflow: hidden;
  position: relative;
}
#content .boxfeature .new {
  width: 100%;
  height:100%;
  /*min-height: 200px;*/
  overflow: hidden;
  position: relative;
  background: url('../images/new.gif') no-repeat right top;
  /*background: rgba(0, 0, 0, 0.6) no-repeat center center;*/  
/*  z-index: 100;*/
    position:absolute;
}
#content .boxfeature .img_preview img {
  width: 100%;
  cursor: pointer;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
}
#content .boxfeature .img_preview h4 {
  position: absolute;
  bottom: 0;
  left: 0;
  display: inline-block;
  color: white;
  padding: 0px;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
}
#content .boxfeature:hover {
  border: 1px solid #A6A6A6;
}
#content .boxfeature:hover .img_preview h4 {
  left: 10px;
  background-color: rgba(0, 0, 0, 0.8);
}
#content .boxfeature:hover .img_preview img {
  transform: scale(1.08);
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -o-transform: scale(1.08);
  -ms-transform: scale(1.08);
}

#content .factor_gallery {
  overflow: hidden;
  position: relative;
  width: 100%;
  border: 1px solid #94500d;
  margin: 10px 5px;
}
#content .factor_gallery img {
  width: 100%;
  height: auto;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;

}
#content .factor_gallery:hover img {
  transform: scale(1.08);
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -o-transform: scale(1.08);
  -ms-transform: scale(1.08);
  cursor: zoom-in;
}
#content .factor_gallery:hover {
  border: 1px solid #94500d;
}
/*=================
*      Loader
==================*/
#content .loader {
  width: 100%;
  height:100%;
  position:absolute;
  background: url("../images/loader.gif") no-repeat center center;
  opacity: 0.7;
}
#content .divider {
  width: 100%;
  height: auto;
  text-align: center;
  padding: 0px 0;
  position: relative;
}
#content .divider span {
  padding: 0 5px;
  background-color: white;
  position: relative;
  z-index: 1px;
}
#content .divider .line {
  position: absolute;
  width: 100%;
  height: 2px;
  background: #94500d;
  top: 50%;
  margin-top: -3px;
}
#content .main_content {
	padding: 0 10px 0 10px;
}
#content .itemcolumn .door{
	padding: 0 10px 0 10px;
    width: 100%;
    height: auto;
    cursor: zoom-in;
    z-index:5000;
}
#content .itemcolumn ul{
	list-style-type: none;
}
#content .itemcolumn ul li{
	line-height: 16px;
    min-height: 28px;
}
#content .itemcolumn ul li span{
	background: url("../images/bullet.png") no-repeat 0 center;
    width: 32px;
    height: 16px;
    display: inline-block;
    margin-left: -32px;
}
#content .list-tech-features{
	float: left;
    
}
#content .list-tech-features ul li div{
    display: table-cell;
    height: 58px;
    vertical-align: middle;
}
#content .list-tech-features ul li div .door_f{
    background-image: url("../images/door_f.png");
    background-repeat: no-repeat;
    display: block;
    height: 32px;
    margin-right: 15px;
    width: 32px;
}
#content .list-tech-features ul li div .lock_f{
    background-image: url("../images/lock_f.png");
    background-repeat: no-repeat;
    display: block;
    height: 32px;
    margin-right: 15px;
    width: 32px;
}
#content .list-tech-features ul li div .secure_f{
    background-image: url("../images/secure_f.png");
    background-repeat: no-repeat;
    display: block;
    height: 32px;
    margin-right: 15px;
    width: 32px;
}
#content .list-tech-features ul li div .insulation_f{
    background-image: url("../images/insulation_f.png");
    background-repeat: no-repeat;
    display: block;
    height: 32px;
    margin-right: 15px;
    width: 32px;
}
#content .list-tech-features ul li div .sound_f{
    background-image: url("../images/sound_f.png");
    background-repeat: no-repeat;
    display: block;
    height: 32px;
    margin-right: 15px;
    width: 32px;
}
#content .list-tech-features ul li div .appear_f{
    background-image: url("../images/appearance_f.png");
    background-repeat: no-repeat;
    display: block;
    height: 32px;
    margin-right: 15px;
    width: 32px;
}
#content .list-tech-features ul li div .cert_f{
    background-image: url("../images/certificate_f.png");
    background-repeat: no-repeat;
    display: block;
    height: 32px;
    margin-right: 15px;
    width: 32px;
}
#content .door{
    display: inline-block;
}
#content .cert{
    /*width:100%;*/
    margin 5px;
}
/*--------------------------------------------------------------------------
+	Contact Us Style
--------------------------------------------------------------------------*/
.section-map{
	padding: 0 5px;
	height:400px;
}

#contact-us-map {
  height: 400px;
  padding: 0 15px;
}
.contact-us-details {
  margin: 20px 0;
  font-size: 0.9em;
}
/*--------------------------------------------------------------------------
+	Send Feedback Style
--------------------------------------------------------------------------*/
.form_validation{
	padding: 0 10px;
}
.form_validation label.error{
	color: red;
    display: block;
}
.success{
	color: red;
    display: block;
	padding: 0 10px;
}
/*================================
Start Footer Section
==================================*/
#footer {
  min-height: auto;
  max-width: 1200px;
  color: black;
  background-color: rgb(241,202,163);
  margin:  0 auto;
}
#footer a {
  text-decoration: none;
}
#footer h3, p {
    padding-left: 5px;
}
#footer .contact_info li {
  padding-left: 20px;
  margin-bottom: 5px;
  list-style-type: none;
}
#footer .contact_info li a {
  color: black;
  text-decoration: none;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
}
#footer .contact_info li a:hover {
  padding-left: 20px;
}
#footer .contact_info li.location {
  background: url('../images/icons/map.png') no-repeat 0 5px;
}
#footer .contact_info li.skype {
  background: url('../images/icons/skype.png') no-repeat 0 3px;
}
#footer .contact_info li.phone {
  background: url('../images/icons/phone.png') no-repeat 0 3px;
}
#footer .contact_info li.email {
  background: url('../images/icons/mail.png') no-repeat 0 3px;
}
#footer .link_socials a {
  display: inline-block;
  width: 30px;
  height: 30px;
  padding: 5px;
  padding-bottom: 0;
  text-align: center;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
}
#footer .link_socials a:hover {
  background: #CE4E4A;
}
#footer .link_list_footer li {
  list-style: square;
  margin-left: -5px;
  color: rgb(148,80,13);
}
#footer .link_list_footer li a {
  display: block;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  color: black;
}
#footer .link_list_footer li a:hover {
  padding-left: 10px;
}
#footer .footer_bottom {
  background-color: #94500d;
}
#footer .footer_bottom p{
  padding-top: 6px;
}

/*==========================*/
/*Global Class*/
/*==========================*/
.no_link_style a {
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  text-decoration: none;
  color: #333;
}
.no_link_style a:hover {
  padding-left: 10px;
}
.unstyled_ul ul, ol{
	list-style-type: none;
	font-size: 10px;
}
.text_center {
  text-align: center;
}
.text_right {
  text-align: right;
}
@media (min-width: 979px) {
  .navbar-toggle {
    display: none;
  }
  .main_navbar {
/*    color: white !important;
    position: relative;
    height: inherit !important;
    overflow: inherit;*/
    display: block !important;
  }
}
/*================================
    Scroll To Top
=================================*/
.scrollup{
    position:fixed;
	width:32px;
	height:32px;
    bottom:5px;
    right:5px;
	/*
    background: rgba(148,80,13, 0.5);
    background: rgb(241,202,163);
    background: rgba(30,90,60, 0.6);
    */
    background: rgba(148,80,13, 0.75);
    border-radius: 16px;
    display:none;
}

a.scrollup {
	outline:0;
	text-align: center;
}

a.scrollup:hover,a.scrollup:active,a.scrollup:focus {
	opacity:1;
	text-decoration:none;
}
a.scrollup i {
	margin-top: 9px;
	color: #fff;
}
a.scrollup i:hover {
	text-decoration:none;
}

@media (max-width: 979px) {
#top_header a {
    padding: 5px 12px;    
    font-size: 12px !important;
}
/*body {
    padding: 0;
}
.navbar-nav>li>a {
	color: black;
}
.navbar-toggle {
    float: left;
    margin-left: 0px;
    border-radius: 4px;
    //color:black !important;
    border-color: white !important;
}  
.nav > li > a:hover,
.nav > li > a:active,
.nav > li > a:focus,
.nav .open > a,
.nav .open > a:focus{
    background-color: #94500d;
}
.navbar-nav .open .dropdown-menu {
    background-color: rgb(241,202,163);
    color: black;
}
.navbar-nav .open .dropdown-menu a  {
    background-color: rgb(241,202,163);
    color: black;
}
.navbar-nav .open .dropdown-menu a:hover  {
    background-color: #94500d;
    color: black;
}*/
}
/* Portrait tablet to landscape and desktop */
@media (max-width: 768px) {
body {
    padding: 0;
}
.navbar-nav>li>a {
	color: black;
}
.navbar-toggle {
    float: left;
    margin-left: 0px;
    border-radius: 4px;
    /*color:black !important;*/
    border-color: white !important;
}  
.nav > li > a:hover,
.nav > li > a:active,
.nav > li > a:focus,
.nav .open > a,
.nav .open > a:focus{
    background-color: #94500d;
}
.navbar-nav .open .dropdown-menu {
    background-color: rgb(241,202,163);
    color: black;
}
.navbar-nav .open .dropdown-menu a  {
    background-color: rgb(241,202,163);
    color: black;
}
.navbar-nav .open .dropdown-menu a:hover  {
    background-color: #94500d;
    color: black;
}
}