@import 'https://fonts.googleapis.com/css?family=Arimo:400,700&subset=latin-ext';

@font-face {
    font-family: 'Glyphicons Halflings';

    src: url('../fonts/glyphicons-halflings-regular.eot');
    src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}

*{
    margin: 0;
    padding: 0;
}

root { 
    display: block;
}

body {
    overflow-x: hidden;
    color: #111;
    font-family: 'Arimo', sans-serif;
    background: #fff;
}

::-moz-selection {
    background: #ddd;
    text-shadow: none;
}

::selection {
    background: #ddd;
    text-shadow: none;
}

input::-webkit-input-placeholder {
    color: #ccc!important;
}
input:-moz-placeholder {
    color: #ccc !important;
}
input::-moz-placeholder {
    color: #ccc !important;
}
input:-ms-input-placeholder {
    color: #ccc !important;
}

img::selection {
    background: 0 0;
}

img::-moz-selection {
    background: 0 0;
}

a{
    color: #006599;
    text-decoration: none;
    outline-width: 0;
}

a:hover{
    color: #2d7fa9;
}

p{
    font-family: 'Arimo', sans-serif;
    font-weight: 400;
}

h1,h2,h3,h4,h5,h6{
    text-transform: uppercase;
    font-weight: 700;
}

.text-bg{
    background: #eee;
    padding: 16px;
}

ul.list-custom{
    list-style: none;
    list-style-position: inside;
    margin-bottom: 20px;
}


ul.list-custom li{
    list-style: none;
    padding: 0;
    padding: 12px 0px;
    border-bottom: 1px solid #ddd;
}

ul.list-custom li:nth-child(even){
}

ul.list-custom li > p{
    padding: 0;
    margin: 0;
    line-height: normal;
}

ul.list-custom li p:before{
    font-family: 'Glyphicons Halflings';
    content:"\e258";
    font-size: 86%;
    color: #bf3447;
    padding: 0px 6px 2px 2px;
}


.text-red{
    color: #bf3447;
}

dl > dt{
    color: #bf3447;
    text-transform: uppercase;
    
}

dl > dd{
    margin-bottom: 14px;
}

.fancy {
    line-height: 1em;
    overflow: hidden;
    color: #333;
    font-weight: 400;
}
.fancy span {
    display: inline-block;
    position: relative;  
}
.fancy span:before,
.fancy span:after {
    content: "";
    position: absolute;
    height: 6px;
    border-bottom: 1px solid #ddd;
    top: 0.4em;
    width: 1000px;
}
.fancy span:before {
    right: 100%;
    margin-right: 15px;
}
.fancy span:after {
    left: 100%;
    margin-left: 15px;
}





footer.main-footer{
    padding: 48px 16px 64px 16px;
background: #bf3447; /* Old browsers */
background: -moz-linear-gradient(top,  #bf3447 0%, #9d2435 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #bf3447 0%,#9d2435 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #bf3447 0%,#9d2435 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bf3447', endColorstr='#9d2435',GradientType=0 ); /* IE6-9 */

}

footer.main-footer p{
    color: #fff;
    font-size: 12px;
    text-align: center;
}

footer.main-footer p.developer{
    font-size: 9px;
}

footer.main-footer a{
    color: #fff;
    text-decoration: underline;
}

.social{
    padding: 0px 12px;
    margin-bottom: 24px;
}

.social > h5{
    color: #fff;
    text-align: center;
    padding-bottom: 12px;
}

.social > p{
    text-align: center;
    line-height: 3em;
}

.social > p > a{
    text-decoration: none;
    margin: 0 8px;
    white-space: nowrap;
}

.social > p > a:hover{
    color: rgba(255,255,255,0.85);
}

.social > p > i{
    
}

.social > p > a > span{
    
}

a.foo-contacts{
    text-decoration: none;
    font-weight: bold;
    color:  #bf3447;
}

a.foo-contacts:hover{
    color:  #9d2435;
}

img.foo-img{
    width: 80px;
    display: block;
    opacity: 0.1;
    margin: 0 auto;
}

a.scrollup{
    padding:8px 13px;
    position: fixed;
    font-size: 18px;
    bottom: 0px;
    right:0px;
    display: none;
    color: #fff;
    text-align: center;
    border: 1px solid #fff;
    background:  #bf3447;
}

.form-container{
    background: #eee;
    padding: 16px 26px 24px 26px;
    border: 1px solid #ddd;
}

.form-container > h4{
    margin-bottom: 0;
}

.form-control{
    background: #fff;
    border: 1px solid #ccc;
    -webkit-box-shadow: 0px 0px 4px 0px rgba(255,255,255,0.4);
    -moz-box-shadow: 0px 0px 4px 0px rgba(255,255,255,0.4);
    box-shadow: 0px 0px 4px 0px rgba(255,255,255,0.4);
    border-radius: 0;
    padding: 8px 12px;
    height: 36px;
}

.form-control.error {
    border-color: red;
    
}
textarea.form-control{
    height: 100px;
    margin-bottom: 12px;
}

#orderform{
}

.input-group-addon{
    background:  #e3e9f4;
    border-color: #c1cbe1;
    color: #00517e;
    font-weight: bold;
}


fieldset{
    border: 1px solid #d2dcf2;
    padding: 2em;
    margin: 2em 0.75em;
    background: #e3edf2;
}

.btn-blk{
    width: 100%;
    display: block;
}

.main-header{

    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top,  #ffffff 0%, #eeeeee 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #ffffff 0%,#eeeeee 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #ffffff 0%,#eeeeee 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */
    border-bottom: 1px solid #fff;
    -webkit-box-shadow: 0px 2px 4px 0px rgba(204,204,204,1);
    -moz-box-shadow: 0px 2px 4px 0px rgba(204,204,204,1);
    box-shadow: 0px 2px 4px 0px rgba(204,204,204,1);
}

.main-content{
    padding: 64px 0px;
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top,  #ffffff 0%, #eeeeee 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #ffffff 0%,#eeeeee 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #ffffff 0%,#eeeeee 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */
    border-bottom: 1px solid #fff;
}

.main-content article{
    text-align: justify;
}

.logo-lang{
    display: block;
    position: relative;
    padding: 16px 0px;
}

img.logo{
    display: block;
    width: 100%;
    max-width: 320px;
    padding-right: 12px;
}

.languages{
    position: absolute;
    top: 16px;
    right: 4px;
}


.languages > a{
    font-size: 12px;
    font-weight: bold;
    background: #444;
    color: #fff;
    padding: 4px 6px;
    margin-right: 4px;
    text-decoration: none;
}

.languages > a.lang-active{
    background: #bf3447;
}

.navbar-custom{
    width: 56%;
    float: left;
    padding-left: 16px;
}

.head-contacts{
    width: 40%;
    float: right;
    padding: 8px 0px;
}

ul.justified-list{
    list-style: none;
    list-style-position: inside;
    width:100%; 
}


ul.justified-list > li > a{
    color: #000;
    font-weight: bold;
    display: block;
    padding: 8px;
    text-transform: uppercase;
    text-decoration: none;
    outline: 0;
    font-size: 15px;
    text-align: left;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    border-bottom: 4px solid transparent;
}

ul.justified-list > li > a:hover{
    border-color: #bf3447;
}

ul.justified-list > li.active-menu{
}

ul.justified-list > li.active-menu > a{
    color: #bf3447;
}

a.quick-contact{
    width: 100%;
    display: block;
    padding: 6px;
    color: #fff;
    background: #bf3447;
    font-size: 13px;
    text-transform: uppercase;
    text-decoration: none;
    padding: 16px 12px;
    margin-bottom: 16px;
    font-weight: bold;
}

a.quick-contact:active, a.quick-contact:hover, a.quick-contact:visited{
    text-decoration: none;
}

a.quick-contact > span{
    font-size: 90%;
}



a.quick-contact-lg:active, a.quick-contact-lg:hover, a.quick-contact-lg:visited{
    text-decoration: none;
}

a.quick-contact-lg > span{
    color: #bf3447;
    font-size: 90%;
}


@media (min-width: 460px) and (max-width: 768px){

    .languages{
        top:54px;
    }
    .languages > a{
        font-size: 13px;
        padding: 6px;
    }
    ul.justified-list > li > a{
        font-size: 18px;
    }
}


@media (min-width: 768px){

    .head-container{
        width: 748px;
        position: relative;
        margin: 0 auto;
    }

    .logo-lang{

    }

    img.logo{
        width: 280px;
        float: left;
    }


    .languages{
        position: static;
        float: left;
        padding-top: 32px;
    }

    .head-contacts-lg{
        position: absolute;
        top: 0;
        right: 16px;
        background: #fff;
        border: 1px solid #ddd;
        border-top: none;
        padding: 24px 10px 10px 10px;
        -webkit-border-bottom-right-radius: 2px;
        -webkit-border-bottom-left-radius: 2px;
        -moz-border-radius-bottomright: 2px;
        -moz-border-radius-bottomleft: 2px;
        border-bottom-right-radius: 2px;
        border-bottom-left-radius: 2px;
    }

    .head-contacts-lg > h4{
        font-size: 13px;
        color: #888;
        line-height: normal;
        margin: 0;
        padding: 8px 10px 0px 10px;
    }

    .quick-contact-lg{
        float: right;
    }


    a.quick-contact-lg{
        display: inline-block;
        color: #444;
        font-size: 13px;
        text-decoration: none;
        font-weight: bold;
        padding: 2px 4px;
        margin: 2px 6px;
    }

    .navbar-custom{
        width: 100%;
    }

    ul.justified-list{
        list-style: none;
        list-style-position: inside;
        display:table; 
        border-collapse:collapse; 
        width:100%; 
    }

    ul.justified-list:after {
        clear: both;
    }

    ul.justified-list {
        zoom: 1; 
    }

    ul.justified-list > li{
        display:table-cell; 
        text-align: center;
    }

    ul.justified-list > li > a{
        text-align: center;
    }


}


@media (min-width: 992px){

    .head-container{
        width: 972px;
    }

    .navbar-custom{
        position: absolute;
        top: 66px;
        right: 0px;
        width: 50%;
    }

    .head-contacts-lg{
        padding: 4px;
    }

    ul.justified-list > li > a {
        font-size: 14px;
    }



}

@media (min-width: 1200px){

}

/********* THEME ********/

.divider{
    border-color: #ddd;
}

.btn {
    display: inline-block;
    padding: 13px 24px;
    margin-bottom: 0;
    font-size: 13px;
    line-height: 1em;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    font-weight: 700;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    text-transform: uppercase;
    -webkit-box-shadow: inset 0px 2px 2px 0px rgba(255,255,255,0.2);
    -moz-box-shadow: inset 0px 2px 2px 0px rgba(255,255,255,0.2);
    box-shadow: inset 0px 2px 2px 0px rgba(255,255,255,0.2);
}



.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
    color: #333;
    text-decoration: none;
}
.btn:active,
.btn.active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}

.btn-info {
    color: #ffffff;
    background: #bf3447;
    border-color: #bf3447;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
    color: #ffffff;
    background: #9d2435;
    border-color: #9d2435;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
    background-image: none;
    background-color: #9d2435;
    border-color: #9d2435;
}

.btn-info .badge {
    color: #fff;
    background-color: #555;
}

.text-normal, .fancy > span.text-normal{
    text-transform: none;
}

.text-lowercase{
    text-transform: lowercase;
}


.grecaptcha-badge{
	visibility: hidden !important;  
}


