/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 10.03.2016, 11:49:50
    Author     : Filatov.Konstantin
*/

body {
    font-family: Tahoma,Verdana,Arial;
    font-size: 100%;
    color: #fff;
    line-height: 1.3em;
    background: #000;
    padding:0; margin:0;
}
p { 
    line-height: 1.5em; 
}
a { text-decoration: none;}
a:hover { 
    border-bottom: 1px dashed #fff;
}
img {max-width: 100%;}
h1,h2,h3 {
    text-transform: uppercase;  
    line-height: 1.3em; 
    text-shadow: 0 1px 1px #000;
}
input, textarea {
    padding: 5px;
    background: #fff;
    width: 200px;
    border-radius: 5px;
}
textarea {
    width: 202px;
}
ul, li {padding: 0; margin: 0;}


.send {
    background: #de0016;
    color:#fff;
    width: 60px;
}


.clear {clear: both;}
.left {margin: 0;}
.right, .middle {margin: 0 0 0 0.5%;}
.line {
    border-bottom: 2px dashed #ccc;
    margin: 50px 5%;  
}
.nobr {white-space: nowrap;}


.wrap{
    min-width: 360px;
    max-width: 1280px;
    margin: 0 auto;
    padding-top: 100px;
    background: url(/images/bg.jpg) no-repeat center top fixed;
    position: relative;
}
.content {
    border-left: #000;
    border-right: #000;
    box-shadow: 0 0 15px #000;
    background: #2c2a28;
    margin: 0 5% 100px 5%;
}
.brand-box {
    float: left;
    width: 33%;     
}
.brand-box-text {
    padding: 12%;    
}
.top-menu {
    position: fixed; top:0; left:70%;
    border: 2px solid #000;
    padding: 15px;
    border-radius: 0 0 15px 15px;
    background: #191919;
    box-shadow:  0 0 15px #000;
}
.top-menu a {
    color:#fff;
    padding: 3px 7px;
}
.top-menu a:hover {
    color:yellow;
    border-bottom: 1px dashed yellow;
}

.top {
    position: relative;

}
.logo {
    position: absolute; left: 5%; top:-80px;
}
.slider {
    border-top: 3px solid #de0016;
    border-bottom: 3px solid #de0016;
    min-height: 95%;
}
.about {
    padding: 25px 5%;
}

.feedback {
    padding: 25px 5%;
    background: url(/images/feedback-bg.jpg) no-repeat center center;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
}

.feedback-form {
    float: left; width:40%;
}
.feedback-text{
    float: right; width: 60%;
}

.bottom {
    background: #191919;
    padding: 20px 5%;
}
.bottom p {
    text-align: center;
    font-size: 150%;
    text-shadow: 0 1px 1px #000;
}


/* jQuery FlexSlider v2.0 */
.flex-direction-nav {
    height: 0;
}
.flex-direction-nav li {list-style: none;}
.flex-direction-nav a {
    width:50%; height:100%; 
    text-indent:-9999px; 
    position:absolute; top:0; 
    cursor:pointer; 
    display:block;
}
.flex-direction-nav a:hover {text-decoration: none !important;}
.flex-direction-nav a.flex-prev {
    left:12px;
    background:url('../images/arrow_l.png') no-repeat left center;
}
.flex-direction-nav a.flex-next {
    right:12px;
    background:url('../images/arrow_r.png') no-repeat right center;
}
.flex-direction-nav a.flex-disabled {display:none;}