/* 
    Created on : 01.07.2014, 15:46:15
    Author     : diprime@yandex.ru
*/

/* bs navbar collaps always*/

@media (max-width: 992px) {
	body {
		padding-top:50px;
	}
}

@media (max-width: 2000px) {

	.navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
		top: 0;
		border-width: 0 0 1px;
		background-color: rgba(255, 255, 255, .97);
	}
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
		margin-top: 7.5px;
	}
	.navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
  		display:block !important;
	}
}

/* header */

#header{
    margin-top: 30px;
    border-radius: 10px 10px 0 0;
    background: rgba(255, 255, 255, .5);
    padding-top: 10px;
    padding-bottom: 10px;
}

#breadcrumbs{
    margin-top: 3px;
    background: rgba(255, 255, 255, .5);
    padding-top: 10px;
    padding-bottom: 10px;
}

.breadcrumb{
	background: none;
	margin: 0;
	padding: 0;
}

.breadcrumb>li+li:before{
	color: black;
}

.nav_ico,.contact_ico{
    display: block;
    float: left;
    margin-right: 10px;
    border-radius: 10px;
    border: 1px solid #7e7438;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
    -webkit-transition: box-shadow ease-in-out 0.2s;
    transition: box-shadow ease-in-out 0.2s;
}

.nav_ico:hover,.contact_ico:hover{
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    -webkit-transition: box-shadow ease-in-out 0.3s;
    transition: box-shadow ease-in-out 0.3s;
}

.nav_tab,.contact_tab{
    display: block;
    margin-top: 15px;
}

.nav_tab > h3,.contact_tab > h3{
    font-size: 18px;
    margin-top: 3px;
    margin-bottom: 5px;
}

.nav_tab > p,.contact_tab > p{
    font-size: 16px;
}

/* navigation */
#nav_top{
	background: rgba(255, 255, 255, .9);
    padding: 0;
	position: fixed;
	z-index: 9999;
	display: none;
	width: 100%;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
}

#nav_top_menu{
    padding: 0;
}

#navigation{
	margin-top: 3px;
    background: rgba(255, 255, 255, .5);
    padding: 0;
}

#navigation ul, #nav_top_menu ul{
    list-style-type: none;
    margin: 0;
}

#navigation li, #nav_top_menu li{
    display: inline-block;
}

#navigation a, #nav_top_menu a{
    display: block;
    padding: 15px 10px;
    background: none;
    color: black;
    font-weight: bold;
    -webkit-transition: background ease-in-out 0.2s,color ease-in-out 0.2s;
    transition: background ease-in-out 0.2s,color ease-in-out 0.2s;
}

#navigation a:hover, #nav_top_menu a:hover{
    background-color: rgba(255, 255, 255, .5); /* #552501; */
    color: #337ab7;
    text-decoration: none;
    -webkit-transition: background,color ease-in-out 0.2s,color ease-in-out 0.2s;
    transition: background,color ease-in-out 0.2s,color ease-in-out 0.2s;
}

/* content */
.content_wrap{
    margin-top: 3px;
    background: rgba(255,255,255, .5);
}

.content_bg{
    margin: 10px;
    background: rgba(255,255,255, .8);
    padding-top: 10px;
    padding-bottom: 10px;
    overflow: auto;
}

.content_bg h1{
	margin-top: 0;
	font-size: 28px;
}

.content_img_container{
	margin: 10px 0
}

.content_img_container img{
	max-width: 100%;
}

img.adaptive{
	max-width: 100%;
	margin-top: 10px;
}

#wares{
    margin-top: 10px;
    height: 250px;
    background: url('../../images/production/wares.png');
    background-size: 100% auto;
    border-radius: 10px;
    position: relative;
}

#edged{
    margin-top: 10px;
    height: 250px;
    background: url('../../images/production/lumber.png');
    background-size: 100% auto;
    border-radius: 10px;
    position: relative;
}

#unedged{
    margin-top: 10px;
    height: 250px;
    background: url('../../images/production/unedged.png');
    background-size: 100% auto;
    border-radius: 10px;
    position: relative;
}

#timber{
    margin-top: 10px;
    height: 250px;
    background: url('../../images/production/timber.png');
    background-size: 100% auto;
    border-radius: 10px;
    position: relative;
}

#wall-paneling{
    margin-top: 10px;
    height: 250px;
    background: url('../../images/production/wall-paneling.png');
    background-size: 100% auto;
    border-radius: 10px;
    position: relative;
}

#decking{
    margin-top: 10px;
    height: 250px;
    background: url('../../images/production/decking.png');
    background-size: 100% auto;
    border-radius: 10px;
    position: relative;
}

.prod_container h4{
    display: block;
    background: rgba(0,0,0, .5);
    color: white;
    width: 100%;
    padding: 10px;
    position: absolute;
    top: 0px;
}

.prod_container p{
    display: block;
    background: rgba(255,255,255, .7);
    font-size: 10pt;
    width: 100%;
    padding: 10px;
    position: absolute;
    bottom: 0px;
	color: black;
}

.prod_container p:hover, .prod_container p:focus{
	color: black;
	text-decoration: none;
}

.prod_container span{
	text-align: center;
    font-weight: bold;
    color: white;
	padding: 0 20px;
	dispaly: block;
	position: absolute;
	right: -5px;
	margin: -17px 0 0 0;
	height: 35px;
	top: 70px;
	border-radius: 10px 0 0 10px;
	webkit-border-radius: 10px 0 0 10px;
    -moz-border-radius: 10px 0 0 10px;
	background-color: #82d344;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#82d344), to(#51af34));
	background-image: -webkit-linear-gradient(top, #82d344, #51af34);
	background-image: -moz-linear-gradient(top, #82d344, #51af34);
	background-image: -o-linear-gradient(top, #82d344, #51af34);
	background-image: linear-gradient(to bottom, #82d344, #51af34);
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4);
}

.prod_container span > price{
	font-size: 200%;
	text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.4);
}

.prod_container span > price > sup{
	top: -15px;
    left: 3px;
	font-size: 50%;
	text-decoration: underline;
	text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.4);
}

.prod_container span:after{
	display: block;
	position: absolute;
	content: '';
	width: 0;
	height: 0;
	top: 35px;
	right: 0;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #31611e;
}

.wares_title span{
	text-align: center;
    font-weight: bold;
    color: white;
	padding: 0 20px;
	dispaly: block;
	position: absolute;
	right: 10px;
	margin: -17px 0 0 0;
	height: 35px;
	top: 50px;
	border-radius: 10px 0 0 10px;
	webkit-border-radius: 10px 0 0 10px;
    -moz-border-radius: 10px 0 0 10px;
	background-color: #82d344;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#82d344), to(#51af34));
	background-image: -webkit-linear-gradient(top, #82d344, #51af34);
	background-image: -moz-linear-gradient(top, #82d344, #51af34);
	background-image: -o-linear-gradient(top, #82d344, #51af34);
	background-image: linear-gradient(to bottom, #82d344, #51af34);
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4);
}

.wares_title span > price{
	font-size: 200%;
	text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.4);
}

.wares_title span > price > sup{
	top: -15px;
    left: 3px;
	font-size: 50%;
	text-decoration: underline;
	text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.4);
}

.wares_title span:after{
	display: block;
	position: absolute;
	content: '';
	width: 0;
	height: 0;
	top: 35px;
	right: 0;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #31611e;
}

/* footer */

#footer_wrap{
    margin-top: 3px;
    margin-bottom: 30px;
    border-radius: 0 0 10px 10px;
    background: rgba(255,255,255, .5);
}

#footer_bg{
    margin: 10px;
    border-radius: 0 0 10px 10px;
    background: rgba(255,255,255, .8);
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 1;
    overflow: auto;
}

#footer_bg div{
    text-align: center;
}

/* Ссылка на цены */
#price_link {
	background-color: #82d344d8;
	text-align: center;
}

#price_link:hover{
	background-color: #82d344;
}

#gtx-trans {
    display: none !important;
}