/*!
 * Start Bootstrap - Modern Business HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

/* Global Styles */

@import url('../fonts/stylesheet.css');

html,
body {
    height: 100%;
}

body {
    /*padding-top: 50px;*/ /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
   font-family: 'open_sanslight';
   font-size: 18px;
}

h1{
	font-family: 'open_sansregular';
	margin: 30px 0;
}

.btn-download{
    background-color: #5f687e;
    color: #ffffff;
    margin: 30px 0;
}

.btn-download:hover{
    background-color: #d7e1c8;
    color: #000000;
}

h2{
	font-family: 'open_sanslight';
}

.img-portfolio {
    margin-bottom: 30px;
}

.img-hover:hover {
    opacity: 0.8;
}

.navbar-default {
   background-color: #ffffff;
   border: none;
}

@media(max-width: 768px){
    .navbar-default{
        position: absolute;
        width: 100%;
        background-color: transparent;
    }
    
    .navbar-default .navbar-collapse{
        background-color: #ffffff;
    }
    
}

.navbar{
	margin-bottom: 0;
}

.navbar-default .navbar-nav>li>a {
    color: #000;
    font-size: 20px;
    line-height: 50px;
}

@media(max-width: 1200px){
    .navbar-default .navbar-nav>li>a{
        font-size: 16px;
    }
}

@media(max-width: 1024px){
    .navbar-default .navbar-nav>li>a{
        font-size: 16px;
    }
}

.navbar-form {
    margin-top: 23px;
    border: 1px solid #aaaaaa;
    border-radius: 1px;
    padding: 0;
    overflow: hidden;
}

.navbar-form input, .navbar-form button{
    border: none;
    background-color: #ffffff;
    box-shadow: none;
}

@media (max-width: 767px){
    .navbar-form .form-group {
        float: left;
    }
}

.social{
    margin: 26px 0 0 16px;
}

.banner_cont{
    position: absolute;
    top: 0;
    right: 0;
    padding: 5px;
    background-color: #ffffff;
    border-radius: 0 0 6px 6px;
}

.banner_cont .social{
    margin: 3px 0 0 5px;
}

.banner_cont .navbar-form{
    margin: 0;
}

.bottom-menu{
    list-style: none;
    margin: 0;
    padding: 0;
}

.bottom-menu li{
    margin: 0;
    padding: 0;
    display: block;
    width: 100%;
    overflow: hidden;
    margin-bottom: 10px;
    height: auto;
}

.bottom-menu li a{
    font-size: 20px;
    color: #ffffff;
    display: inline-block;
    margin-right: 25px;
    line-height: 25px;
    float: left;
   margin-bottom: 5px;
    width: 100%;
}

.bottom-submenu{
    margin: 0;
    padding: 0;
}

.bottom-submenu li{
    display: inline-block;
    width: auto;
    margin: 0 10px 0 0;
    padding: 0;
} 

.bottom-submenu li a{
    font-size: 18px;
    line-height: 25px;
    color: #c5cee5;
    margin: 0;
}

.lang{
    margin: 0;
    list-style: none;
    padding: 0;
    width: 100%;
    display: block;
    overflow: hidden;
    margin-bottom: 35px;
}

.lang li a{
    font-size: 18px;
    line-height: 25px;
    color: #c5cee5;
    margin: 0;
    padding-right: 20px;
    float: right;
    display: inline-block;
    background: transparent url(../img/lang_arrow.png) no-repeat right center;
}

.logo_table{
    width: 100%; 
}

.logo_table td{
    padding: 3px;
    font-size: 24px;
    color: #8b95ad;
    vertical-align: bottom;
    font-family: 'open_sansregular';
}

.copy{
    margin: 20px 0 0 0;
    color: #c5cee5;
    text-align: center;
    font-size: 14px;
}

.copy a{
    color: #ffffff;
}

fieldset {
    padding: 10px;
    border: 1px solid #dcdcdc;
    margin-bottom: 20px;
    border-radius: 5px;
}

legend{
    border: none;
    font-weight: bold;
    width: auto;
}

fieldset label{
    font-weight: normal;
}

/* Home Page Carousel */

header.carousel {
    /*height: 50%;*/
    background: url(../img/banner2.jpg) center center no-repeat;
    background-size: cover;
}

header.carousel .item,
header.carousel .item.active,
header.carousel .carousel-inner {
    height: 100%;
}

header.carousel .fill {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}

/* 404 Page Styles */

.error-404 {
    font-size: 100px;
}

/* Pricing Page Styles */

.price {
    display: block;
    font-size: 50px;
    line-height: 50px;
}

.price sup {
    top: -20px;
    left: 2px;
    font-size: 20px;
}

.period {
    display: block;
    font-style: italic;
}

/* Footer Styles */

footer {
   margin: 50px 0 0 0;
   padding: 70px 0;
   background-color: #5f687e;
}

/* Responsive Styles */

@media(max-width:991px) {
    .customer-img,
    .img-related {
        margin-bottom: 30px;
    }
}

@media(max-width:767px) {
    .img-portfolio {
        margin-bottom: 15px;
    }

    header.carousel .carousel {
        height: 70%;
    }
}

.download{
    list-style: none;
}

.download li{
    height: 32px;
    line-height: 32px;
    margin-bottom: 12px;
    padding-left: 45px;
    background: url(../img/downloads-icon-32.png) left center no-repeat;
}

td.dwn_icon {
//    padding-left: 25px!important;
//    background: url(../img/downloads-icon-18.png) left center no-repeat;
}


.alertgray {
    background-color: #e6e6e6;
    border-color: #e6e6e6;
}

.download li a{
    line-height: 32px;
    display: block;
}

.toplang a{
    display: block;
    width: 34px;
    height: 22px;
    line-height: 22px;
    color: #000;
    background-color: #e7e7e7;
    text-align: center;
    outline: none;
}

.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}

.thumbnail {
    height: 100%; 
}

.alertgray {
    background-color: #e6e6e6;
    border-color: #e6e6e6;
}
.btn-kby-green {
    color: #ffffff;
    background-color: #6a9524;
    border-color: #6a9524;
}
.btn-kby-green:hover {
    color: #ffffff!important;
    background-color: #336600!important;
    border-color: #336600!important;
}

.navbar-default .navbar-nav > li > a:focus {
    outline: none;
}

.thumbnail:hover{
    text-decoration: none;
}

.thumbnail0 {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    display: block;
    line-height: 1.42857;
    margin-bottom: 20px;
    padding: 4px 4px 14px 4px;
    transition: border 0.2s ease-in-out 0s;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    background-color: #5f687e;
    border-color: #5f687e;
    color: #fff;
    cursor: default;
    z-index: 2;
}