.hide {display: none !important}
.m-center{margin-left:auto;margin-right:auto;}
.m-center-important{margin-left:auto !important;margin-right:auto !important;}
.abs-center{margin:auto !important;position:absolute !important;top:0 !important;left:0 !important;bottom:0 !important;right:0 !important;}
.abs-top{margin:auto !important;position:absolute !important;top:0 !important;left:0 !important;right:0 !important;}
.abs-bottom{margin:auto !important;position:absolute !important;left:0 !important;bottom:0 !important;right:0 !important;}
.abs-center-left{margin:auto !important;position:absolute !important;top:0 !important;left:0 !important;bottom:0 !important;}
.no-absolute{position:relative !important;}
.no-select{-moz-user-select:-moz-none;-o-user-select:none;-khtml-user-select:none;-webkit-user-select:none;user-select:none;}
.relative{position:relative}
.max-height{max-width:none !important;height:100% !important;max-height:none !important}
.max-width{max-height:none !important;width:100% !important;max-width:none !important}
.max-container{max-height: 100% !important;max-width: 100% !important;width: auto !important;height: auto !important}
.inline-block{text-align:center;display:block}
.inline-block li{display:inline-block;vertical-align:top}
.radius-4{-webkit-border-radius:4px;-moz-border-radius:4px;-o-border-radius:4px;border-radius:4px}
.width-100-per {width: 100%}
.clearfix::after{display:table;clear:both;content:""}
.no-margin-bottom {margin-bottom: 0 !important;}

/* --- */

@font-face {
    font-family: 'Exo2';
    src: url('../fonts/Exo2Regular.eot');
    src: url('../fonts/Exo2Regular.eot') format('embedded-opentype'),
    url('../fonts/Exo2Regular.woff2') format('woff2'),
    url('../fonts/Exo2Regular.woff') format('woff'),
    url('../fonts/Exo2Regular.ttf') format('truetype'),
    url('../fonts/Exo2Regular.svg#Exo2Regular') format('svg');
}

@font-face {
    font-family: 'art';
    src: url('../fonts/10451.eot');
    src: url('../fonts/10451.eot') format('embedded-opentype'),
    url('../fonts/10451.woff2') format('woff2'),
    url('../fonts/10451.woff') format('woff'),
    url('../fonts/10451.ttf') format('truetype'),
    url('../fonts/10451.svg#10451') format('svg');
}


input, textarea, .growl .growl-message {
    font-family: 'Exo2' !important;
}
.container {max-width: 100% !important; margin-left: auto; margin-right: auto}

.w1100,
.row-1100 {
    max-width: 1100px !important;
}
.row-1000 {
    max-width: 1000px !important;
}


a[href="javascript:void(0)"] {
    cursor: default;
}

.block_landing_page {
    display: block;
    margin: 0 auto;
    max-width: 1000px;
}

.hr-lines {
    display: block;
    width: 100%;
}
.hr-1 {
    max-width: 100%;
    height: 4px;
    border: 1px solid rgb(149, 138, 132);
    border-left: 0;
    border-right: 0;
}
.hr-2 {
    max-width: 100%;
    height: 5px;
    background-color: rgb(243, 240, 234);
    border: none;
}
.hr-3 {
    max-width: 100%;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}
.hr-4 {
    max-width: 100%;
    height: 4px;
    background-color: rgb(127, 187, 211);
    box-shadow: 0 0 0.357em rgba(0, 2, 4, 0.75);
    border: none;
}
.hr-5 {
    max-width: 100%;
    height: 0;
    border: 3px double rgb(149, 138, 132);
    border-left: 0;
    border-right: 0;
}
.hr-6 {
    max-width: 100%;
    border: 0;
    height: 12px;
    box-shadow: inset 0 12px 12px -12px rgba(0, 0, 0, 0.5);
}
.hr-7 {
    max-width: 100%;
    border: 0;
    border-top: 1px dashed #8c8b8b;
    border-bottom: 1px dashed #fff;
}
.hr-8 {
    max-width: 100%;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}
.lines-margin-1 {
    margin-top: 30px;
    margin-bottom: 30px;
}
.lines-margin-2 {
    margin-top: 30px;
    margin-bottom: 0px;
}
.lines-margin-3 {
    margin-top: 0px;
    margin-bottom: 30px;
}
.lines-margin-4 {
    margin-top: 0px;
    margin-bottom: 0px;
}


.overlay_modal {
    top: 0;
    left: 0;
    display: block;
    position: fixed;
    z-index: 97;
    height: 100vh;
    width: 100vw;
    background-color: rgba(0, 0, 0, .1);
}
.modal {
    position: fixed;
    z-index: 98;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.modal-container {
    display: block;
    background-color: #fff;
    box-shadow: 1px 1.7px 5px rgba(0, 0, 0, 0.75);
    width: 1100px;
    max-width: 100%;
    height: 580px;
    max-height: 100%;
    position: relative;
    padding: 50px;
}
.close-modal-button {
    display: block;
    position: absolute;
    top: 19px;
    right: 19px;
    width: 16px;
    height: 16px;
    background-image: url(../img/close-modal-button.png);
    -webkit-transition: all 0.30s ease-in-out;-moz-transition: all 0.30s ease-in-out;-ms-transition: all 0.30s ease-in-out;-o-transition: all 0.30s ease-in-out;
}
.close-modal-button:hover {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
}
.modal-container__content {
    display: block;
    margin: 0 auto;
    width: 770px;
    max-width: 100%;
}

.section-text {
    display: block;
    width: 100%;
    /*padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 40px;*/
}
.section-text a {
    border-bottom: 1px dotted;
}
.section-text a:hover {
    border-bottom-style: solid;
}

.st__header-desc {
    color: rgb(6, 9, 13);
    font-family: Verdana;
    font-size: 1em;
    font-weight: 400;
    text-align: center;
    margin-bottom: 35px;
}
.st__header-desc p {
    margin-bottom: 5px;
}
.st__text-columns {
    display: block;
    width: 100%;
    margin-bottom: 25px;
    color: rgb(6, 9, 13);
    font-family: Verdana;
    font-size: 1em;
    font-weight: 400;
    line-height: 24px;
}
.st__text-columns p {
    margin-bottom: 10px;
}
.st__text-left,
.st__text-right {
    display: block;
    width: 70%;
}
.st__text-left {
    width: 27%;
}
.st__text-left {
    float: left;
}
.st__text-right {
    float: right;
}
.st__text-full {
    display: block;
    width: 100%;
    color: rgb(6, 9, 13);
    font-family: Verdana;
    font-size: 1em;
    font-weight: 400;
    line-height: 24px;
}
.st__text-full p {
    margin-bottom: 10px;
}

.section-text,
.section-text p {
    line-height: 180%;
    color: #000;
}

.roc__description-text {
    display: block;
    width: 100%;
    padding: 15px 18px 13px;
    background-color: white;
    border: 1px solid #fff;

    color: rgb(7, 15, 19);
    font-family: Verdana;
    font-size: 1em;
    font-weight: 400;
    margin-bottom: 0;

    box-shadow: 0 0 5px 0px rgba(0,0,0,0.5);
}

.row {
    display: block;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.row-1100 {
    max-width: 100% !important;
}
.row-1000 {
    max-width: 100% !important;
}

table {
    table-layout: fixed;
}
table td {
    padding: 5px;
    text-align: center;
}

.top-bar {
    background-color: #00BBF0;/*#354b60*/
}
.top-bar,
.top-bar ul li a {
    color: #fff;
}


header,
.navbar-default {
    background: #1B4B82;
}

.tag-btn li a span {
    background-color: #2b4261;
}

.tag-btn li a span::before {
    background: #ecf0f1;
}

.tag-btn li a:hover span {
    color: #2b4261;
}

.navbar-nav > li a::before {
    border-bottom: 2px solid #2b4261;
}

.navbar-nav > li.active a {
    border-bottom: 2px solid #fff;
}

/* hover */
@media only screen and (min-width:769px) {

}


.conrainer {
    width: 1100px !important;
}
body {
    padding: 70px 0 0;
    background: url(/uploads/bg.jpg) no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
#body-html {
    display: block;
    width: 1000px;
    max-width: 100%;
    margin: 0 auto;
}
.body-container {
    display: block;
    width: 100%;
    background: #fff;
    padding: 20px 10px;
    border-radius: 3px;
    margin-bottom: 40px;
    box-shadow: 0px 5px 10px rgba(0,0,0,.7);
}
.page-name {
    display: block;
    margin: 20px 10px;
    width: 100%;
    text-align: center;
}
.page-names {
    margin: 0 0 40px;
    height: 307px;
    text-align: center;
    display: block;
    width: 100%;
    background: url(../img/0a771f56187b94ca5432a2f318b1a336_0.png) center center no-repeat;
    background-size: contain;
}
.sidebar-offset {
    display: block;
    width: 100%;
    margin-top: 43px;
    padding-left: 5px;
}
.sidebar-block {
    display: block;
    width: 100%;
    padding: 5px;
    background: #f4f4f4;
    box-shadow: 0 0 5px 0px rgba(0,0,0,0.2);
    margin-bottom: 25px;
}
#brent {
    margin-left: auto;
    margin-right: auto;
    padding: 5px;
}
@media (min-width:960px) {
    .navigation {
        margin: 10px 0;
    }
}
.navbar {
    min-height: 0;
}
.navbar-toggle {
    background-color: #354b60;
}
.img-container img {
    display: block;
    position: absolute;
    max-height: 100%;
    height: 120px;
    left: 0;
    right: 0;
    top: 27%;
    /*-webkit-transform: translate(0%, -35%);
    -ms-transform: translate(0%, -35%);
    transform: translate(0%, -35%);*/
    margin: auto;
}
table td {
    word-break: break-all;
}
.gsInformer {
    margin-right: auto;
    margin-left: auto;
}
.property-heading h4 {
    font-size: 14px;
}
#pbOverlay {
    background: rgba(17, 38, 153,0.3);
}
.menu {
    float: none;
    display: block;
    text-align: center;
}
#navbar {
    float: none !important;
    /*display: inline-block !important;*/
    text-align: center;
}
.navbar-default .navbar-nav {
    float: none;
    display: inline-block;
}
.navbar-default .navbar-nav > li > a {
    color: #fff;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #ccc;
    background-color: transparent;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #ccc;
}
.logo-text {
    margin-top: 0;
    border-radius: 5px;
    font-family: Exo2;
    font-size: 50px;
    text-align: center;
    color: #fff;
    line-height: 140%;
    margin-bottom: 0;
    padding-bottom: 5px;
    //background: rgba(0,0,0,0.3);
    //background: rgba(0,170,220,0.3);
}
@media (max-width:960px) {
    .logo-text {font-size: 40px;}
}
@media (max-width:600px) {
    .logo-text {font-size: 30px;}
}

.header-main-block {
    margin-bottom: 20px;
    background: rgba(255, 255, 255, 0.2);
    padding: 20px 0;
}
.navigation-2 {
    display: block;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 5px;
    padding: 10px;
    margin-top: 20px;
}
.navigation-2 a {
    display: block;
    text-align: left;
    color: #000;
    padding: 5px 0;
    text-shadow: 0 1px 1px #fff;
}
@media (min-width: 641px) {
    .navigation-2 {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
    }
    .navigation-2 a {
        text-align: center;
    }
}
.navigation-2 .active a,
.navigation-2 a:hover {
    color: #2b4261;
    text-decoration: underline;
}

.tag-btn li > .tag-btn {
    padding-left: 40px;
    margin-top: 15px
}

.tag-btn li > .tag-btn li {
    margin-right: 0px;
}

.btn.btn-lg.btn-white-outline {
    background-color: #2b4261 !important;
    color: #fff;
}

.btn.btn-lg.btn-white-outline:hover {
    background-color: rgba(0,170,220,0.3) !important;
    color: #000;
}