/*------------------------------Fonts---------------------------------*/
@font-face {
    font-family: 'eurofurence-light';
    src: url('/fonts/eurofurence-light.eot');
    src: local('☺'), url('/fonts/eurofurence-light.woff') format('woff'), url('/fonts/eurofurence-light.ttf') format('truetype'), url('/fonts/eurofurence-light.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*------------------------------html, body---------------------------------*/

html, body {
    margin: 0;
    padding: 0;
	
}
html { overflow-x: hidden; }
.main-page{
    background: url("/images/bg.jpg")  center no-repeat;
    background-size: 100% 100%;
    height: 100%;
}

/*------------------------------Menu---------------------------------*/

.navbar {
    margin: 0 !important;
    height: 60px !important;
    min-height: 0 !important;
}
.main-menu .navbar-nav>li>a {
    background: none !important;
    color: #949494;
    text-decoration: none;
}
.main-menu .navbar-nav>li>a:hover,
.main-menu .navbar-nav>li>a:focus,
.main-menu .navbar-nav>li.active>a {
    background: none !important;
    color: #000;
    text-decoration: none;
}
.main-menu .navbar-nav>li.divider>a,
.main-menu .navbar-nav>li.divider>a:hover,
.main-menu .navbar-nav>li.divider>a:focus {
    text-decoration: none;
    color: #949494;
    background: none !important;
}

.top-menu-item a, .navbar-nav>li>a {
    padding: 5px 10px;
    text-decoration: none;
    color: #717171;
}
.top-menu .navbar-nav>li>a {
    color: #fff;
    padding: 20px 8px;
    text-decoration: none;
    font-size: 16px;
    font-family: 'Tahoma', sans-serif;
    text-transform: uppercase;
    margin-top: -1px;
}
.top-menu .navbar-nav>li>a:hover,
.top-menu .navbar-nav>li>a:focus,
.top-menu .navbar-nav>li.active>a,
.top-menu .navbar-nav>li.open>a{
    background: #ff9a00;
    color: #fff;
    text-decoration: none;
}
.dropdown-menu .open>a {
    background: rgba(255, 255, 255, 0.9);
    color: #3b3b3b;
    border-bottom-color: rgba(255, 255, 255, 0.9);
}
.top-menu .navbar-nav>li.divider>a,
.top-menu .navbar-nav>li.divider>a:hover,
.top-menu .navbar-nav>li.divider>a:focus {
    text-decoration: none;
    color: #fff;
    background: none !important;
}
.dropdown-menu {
    z-index: 9999;
    opacity: 0.91;
    background:  rgba(255, 255, 255, 0.9);
    color: #3b3b3b;
    border-radius: 0;
    border: none;
    left: -13%;
}
.dropdown-menu>li>a,
.dropdown-menu>.nav>li>a {
    color: #fff;
    padding: 10px 15px;
    text-decoration: none;
    color: #2670c6;
}


.dropdown-menu>li>a:before,
.dropdown-menu>.nav>li>a:before {
}
.open .dropdown-menu>li>a:hover,
.open .dropdown-menu>li>a:focus,
.open .dropdown-menu>li.active>a,
.open .dropdown-menu>.nav>li>a:hover,
.open .dropdown-menu>.nav>li>a:focus,
.open .dropdown-menu>.nav>li.active>a{
    background: #ff9a00;
    color: #fff;
    opacity: 1;
}
.extended {
    min-width: 700px;
}


/*----------------Animation for dropdown menu------------------------*/
.open > .dropdown-menu {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);

}
.dropdown-menu li a{
    color: #fff;
    background: #2670c6;
    text-align: center;
    font-family: 'Tahoma',sans-serif;
    text-transform: uppercase;
    font-size: 16px;
}
.navbar-nav>li>.dropdown-menu {
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    margin-left: -30px;
}
.dropdown-menu {
    -webkit-transform-origin: top;
    -moz-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -ms-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    display: block;
    transition: all 0.3s ease-out;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
}
.dropup .dropdown-menu {
    -webkit-transform-origin: bottom;
    -moz-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
}

.navbar .nav > li > .dropdown-menu:after {

}
.dropup > .dropdown-menu:after {
    border-bottom: 0;
    border-top: 6px solid rgba(39, 45, 51, 0.9);
    top: auto;
    display: inline-block;
    bottom: -6px;
    content: '';
    position: absolute;
    left: 50%;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
}

.logo-animation {
    display: none;
    position: absolute;
    width: 100%;
    height: 12px;
    top: 100px;
    left: 0;
    background: url("/images/logo-blick.png") repeat-x;
    background-position: 0px;
}
.dropdown-menu .third {
    top: auto;
    margin-top: -29%;
    left: 99% !important;
}
@media (min-width: 992px) {
    .modal-lg {
        width: 900px;
    }
}

.container {
width: 1300px;
}

.navbar-default {
    background-color: #2670c6;
}


.container>.navbar-header, .container-fluid>.navbar-header, .container>.navbar-collapse, .container-fluid>.navbar-collapse {
    margin-right: 0;
    margin-left: -15px;
}

.navbar {
     border-radius: 0px;
}

navbar-collapse {
    max-height: 340px;
    overflow-x: visible;
    padding-right: 0px;
    padding-left: 0px;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
    -webkit-overflow-scrolling: touch;
}

.navbar-nav>li>a {
    padding-top: 20px;
    padding-bottom: 15px;
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 0px;
    border: 1px solid transparent;
    background: #2670c6;
}


.logo-border{
    background: #2562b1;
    width: 6px;
    height: 82px;
}

#triangle-right {
    width: 0;
    height: 0;
    border-top: 30px solid transparent;
    border-left: 16px solid #2670c6;
    border-bottom: 30px solid transparent;
    position: absolute;
    margin-top: -60px;
    right: 0;
    background: #4d8ad0;
}

.phones{
    background: #4d8ad0;
    height: 60px;
    width: 100%;
    font-family: 'Tahoma',sans-serif;
    color: #fff;
}

.phones-title{
    margin-left: 20px;
}

.divider{
    color: #fff;
}

/*------------------------------Content---------------------------------*/

.online{
    position: absolute;
    margin-top: -30px;
    margin-left: 40px;
    font-family: 'Tahoma',sans-serif;
    font-size: 16px;
    color: #2e6bbb;
}

.content-top{
    float: right;
    margin-right: 50px;
}

.lang{
    font-family: 'Tahoma',sans-serif;
    font-size: 12px;
    color: #2e6bbb;
    font-style: italic;
    position: absolute;
    margin-top: -30px;
    margin-left: 240px;
}

.content-title{
    right: 0;
    font-family: 'Tahoma',sans-serif;
}

.strela-1 p{
    font-family: 'eurofurence-light',sans-serif;
    font-size: 18px;
    color: #2570b2;
}
.strela-1{
    margin-left: 15px;
    margin-top: 15px;
}

.content-bottom{
    margin-bottom: 50px;
}

.vnutr-title p{
    color: #2570b2;
    font-family: 'Tahoma',sans-serif;
    font-size: 16px;

}

.vnutr-title{
    margin-top: -60px;
    margin-left: 80px;
}

.car{
    float: left;
}

.present p, .price p{
    font-family: 'Tahoma',sans-serif;
    font-size: 14px;
}

.present{
    margin-top: 50px;
    margin-left: 30px;
}

.price1{
    margin-top: -48px;
    margin-left: 140px;
}
.price1 a>p:hover {
color: #ff9a00;
text-decoration: none;
}
.price{
    margin-top: -52px;
    margin-left: 220px;
	
}

.price1 a{
text-decoration:none;
}
.about{
    float: right;
    text-align: right;
}

.about p{
    color: #ff9a00;
    font-family: 'Tahoma',sans-serif;
    font-size: 16px;
    margin-bottom: -0px;
}

.about a{
    color: #2670c6;
    font-family: 'Tahoma',sans-serif;
    font-size: 12px;
    text-decoration: underline;
}

.desc p{
    color: #313131;
    font-family: 'Tahoma',sans-serif;
    font-size: 16px;
    text-transform: uppercase;
}

.about-border{
    border-top: #ff9a00 1px solid;
    width: 120px;
    margin-bottom: 10px;
}

/*------------------------------Footer---------------------------------*/

.footer{
    box-shadow: inset 0px 8px 18px -10px #ABABAB;
    -webkit-box-shadow: inset 0px 8px 18px -10px #ABABAB;
    -moz-box-shadow: inset 0px 8px 18px -10px #ABABAB;
    -o-box-shadow: inset 0px 8px 18px -10px #ABABAB;
    background: #fff;
    height: 80px;
    width: 100%;
}

.copyright p{
    color: #a5a7a9;
    font-family: 'Tahoma',sans-serif;
    font-size: 14px;
}

.location p{
    color: #a5a7a9;
    font-family: 'Tahoma',sans-serif;
    font-size: 14px;
    position: absolute;
    margin-top: -15px;
    margin-left: 20px;
}

.copyright,.location{
    margin-top: 30px;
    margin-left: 15px;
}

.search{
    margin-top: 20px;
    float: right;
    margin-right: 5px;

}

.search p{
    color: #a5a7a9;
    font-family: 'Tahoma',sans-serif;
    font-size: 12px;
    margin-top: -20px;
    position: absolute;
    margin-left: 15px;
}

h1, .h1 {
    color: #2670c6;
    font-family: 'Tahoma',sans-serif;
    font-size: 18px;
    margin-left: 45px;
}

.page-title-border{
    background: url("/images/page-title-border.png") no-repeat;
    height: 1px;
    margin-left: 30px;
}

.page-title-border-first{
    background: url("/images/first-border.png") no-repeat;
    height: 1px;
    margin-left: 30px;
}

.content-text{
    padding: 15px 0px 30px 30px;
    text-align: justify;
}

h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 30px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.klients{
    background: url("/images/klients.png") no-repeat;
    width: 100%;
    height: 40px;
}
.klients p{
    color: #2670c6;
    font-family: 'Tahoma',sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    padding: 3px;
    margin-left: 65px;
}

.navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
}

.form-control {
    display: block;
    width: 100%;
    height: 25px;
    padding: 6px 12px;
    font-size: 12px;
    line-height: 1.428571429;
    color: #a8acaf;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 15px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
    color: #a8acaf;
    background-color: #fff;
    border-color: #fff;
}

.download-file{
    background: url("/images/button.png") no-repeat;
    height: 75px;
    font-family: 'Tahoma',sans-serif;
    font-size: 16px;
    margin-bottom: 13px;
}

.feedback-title{
    background: url("/images/feedback-title.png") no-repeat;
    height: 75px;
    font-family: 'Tahoma',sans-serif;
    font-size: 16px;
    margin-bottom: 13px;
}

.feedback-title p{
    margin-bottom: 0px;
    margin-top: 15px;
    position: absolute;
    text-decoration: none;
    color: #2267b8;
    font-family: 'Tahoma',sans-serif;
    font-size: 16px;
    text-transform: uppercase;
	margin-left:60px;
}


.download{
    padding: 30px 30px 15px 30px;
}

.download-file a, .download-file p{
    margin-bottom: 0px;
    margin-top: 15px;
    position: absolute;
    text-decoration: none;
    color: #192458;
    font-family: 'Tahoma',sans-serif;
    font-size: 16px;
    text-transform: uppercase;
	margin-left: 80px;
}

.service{
    text-align: center;
}

.service p{
    color: #192458;
    font-family: 'Tahoma',sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    margin-top: 20px;
    margin-bottom: 35px;
}

.first-angar{
    text-align: center;
}

.first-angar p{
    color: #2570b2;
    font-family: 'eurofurence-light',sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    float: right;
    margin-top: 30px;
    font-weight: bold;
}


.second-angar{
    text-align: center;
}

.second-angar p{
    color: #2570b2;
    font-family: 'eurofurence-light',sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    margin-top: 30px;
    font-weight: bold;
}

.right-menu li>a{
    color: #2570b2;
    font-family: 'Tahoma',sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    padding: 10px 15px;
    text-decoration: underline;
}

.right-menu li{
    padding: 10px 15px;
}

.right-menu li>a:hover, .right-menu li.active a{
    background: url("/images/left-menu-hover.png") no-repeat;
    height: 20px;
    color: #ff9a00;
}

.zay-form-control {
    display: block;
    width: 100%;
    height: 25px;
    padding: 6px 12px;
    font-size: 12px;
    line-height: 1.428571429;
    color: #000;
    font-family: 'Tahoma',sans-serif;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

label{
    font-size: 14px;
    font-weight: 100;
    color: #000;
    font-family: 'Tahoma',sans-serif;
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #2670c6;
    min-height: 16.428571429px;
    background: #2670c6;
}

.modal-title {
    margin: 0;
    line-height: 1.428571429;
    color: #fff;
    text-align: center;
}

.form-horizontal .control-label, .form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0px;
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.428571429;
    background-color: #2670c6;
    border: 1px solid #2670c6;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.nav li.active:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 30px;
    background: transparent url(../images/hover.png) no-repeat center 15px;
    bottom: -15px;
    left: 10%;
    margin-left: -15px;
}

.contact_form{
    margin-top: 15px;
}

.present a>p:hover{
	color:#ff9a00;	
    text-decoration: none;
}
.price a>p:hover{
	color:#ff9a00;	
    text-decoration: none;
}
.present a:hover{
    text-decoration: none;
}

.price a>p:hover{
	color:#ff9a00;	
    text-decoration: none;
}
.price a:hover{
    text-decoration: none;
}

.company-price{
margin-top:17px;
}

.company-price a{
border-left: 1px #fff solid; 
padding-left: 15px;
color: #fff;font-size: 16px;text-decoration: none;
}

