.topcontainer.container {
    max-width: 1200px;
    margin: 0px auto;
    padding: 0px 0px;
}

.navcontainer {
    width: 100%;
    position: relative;
}

a.navbar-brand {
    display: inline-block;
    line-height: initial;
    margin-top: 3px;
}

#outermain {
    background-repeat: repeat;
    background-position: center;
    background-color: transparent;
}

/*#outermain {
     overflow: hidden;
    padding: 60px 0px;
}*/

/* Logo */

.logo.columns {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 15px;
}

div.logoimg {
    padding: 12px 0px 12px;
    float: left;
}

div.logoimg img {
    display: block;
    height: 45px;
    width: auto;
}

div.logoimg img.lightlogo {
    display: none;
}

/**/

/* Search box */

form {
    margin: 0;
    padding: 0;
}

.searchbox {
    padding: 0px;
    /* margin-top: 14px; */
    margin-left: 30px;
    /* width: 100%; */
    /* max-width: 470px; */
    border-color: #f1f1f1;
    border-width: 1px;
    border-style: solid;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    overflow: hidden;
    vertical-align: middle;
}

.searchbox {
    float: right;
    position: relative;
    margin: 10px 0;
    background-color: transparent;
    transition: background-color 0.6s;
    -moz-transition: background-color 0.6s;
    -webkit-transition: background-color 0.6s;
    -o-transition: background-color 0.6s;
}

.searchbox input.submit {
    width: 40px;
    height: 25px;
    line-height: 37px;
    position: absolute;
    top: 0px;
    right: 0px;
    background-color: transparent;
    background-image: url(../images/btntopsearch.png);
    float: right;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    outline: none;
    cursor: pointer;
    -webkit-appearance: button;
    border: 0;
}

.searchbox .searcharea input.txtsearch {
    width: 100%;
    height: 30px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding-left: 10px;
    padding-right: 45px;
    line-height: 20px;
    background: none;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    border-width: 0px;
    outline: none;
}

.searchbox .searcharea {
    position: static;
    padding: 0px;
    height: 30px;
    display: block !important;
    opacity: 1;
    z-index: 201;
    background-color: #fff;
    border-color: #f5f5f5;
}

/**/

/* Contact , Email info */

.top-text-container {
    overflow: hidden;
    float: left;
}

.top-email-title, .top-phone-title {
    color: #bbb;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 11px;
    line-height: 11px;
    display: block;
    margin-bottom: 5px;
}

.top-ephone-container {
    float: right;
    margin: 10px 0;
    color: #fff;
}

.top-email-container, .top-phone-container {
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
}

.top-email-text, .top-phone-text {
    /* color: #000; */
    font-weight: 600;
    font-size: 13px;
    line-height: 15px;
    display: block;
    white-space: nowrap;
}

.top-email-icon, .top-phone-icon {
    float: left;
    height: 28px;
    line-height: 28px;
    font-size: 20px;
    margin-right: 13px;
    /* color: #000; */
}

/**/

.navbar-inverse {
    background-color: #222;
    border-color: #080808;
}

@media (min-width: 768px) {
    .navbar-nav > li > a {
        padding-top: 19px;
        padding-bottom: 19px;
    }
}
/**/

/* News */

.item-news {
    display: table;
    height: inherit;
}

/** list-news **/
.item-news .news-title {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
}

.news-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
    margin-top: 15px;
}

.news-image {
    height: inherit;
    background-size: cover!important;
    background-position: center!important;
    margin: 0 -15px;
}
.news-short-description {
    height: inherit;
    border: 1.5px solid #aaa;
    border-left: none;
    padding: 15px 20px;
}
.news-link
{
    height: inherit;
}
.news-link:hover
{
    text-decoration: none;
    color: #00afbc;
}
.item-news-area {
    /* margin-left: -30px; */
    /* margin-right: -30px; */
    height: 156px;
}

@media (max-width: 765px) and (max-width: 500px)  {
    .item-news-area {
        margin: 0;
        padding: 0 20px;
    }
    .news-short-description {
        height: auto;
        border: 1.5px solid #aaa;
        border-top: none;
        padding: 15px 20px;
        margin-right: -30px;
    }
}
/*
@media (max-width: 500px) {
    .item-news-area {
        margin-left: -30px;
        margin-right: -30px;
    }
    .news-short-description {
        height: inherit;
        border: 1.5px solid #aaa;
        border-left: none;
        margin-left: -15px;
        padding: 15px 20px;
        background: red;
    }
}*/
