﻿@font-face {
    font-family: 'Helvetica';
    src: url('../fonts/Helvetica.woff');
}

@font-face {
    font-family: 'Helvetica-light';
    src: url('../fonts/Helvetica-light.ttf');
}

@font-face {
    font-family: 'Georgia';
    src: url('../fonts/Georgia.ttf');
}

@font-face {
    font-family: "JTUR";
    src: url("../fonts/JTUR.woff2");
    src: url('../fonts/JTUR.eot'); /* IE9 Compat Modes */
    src: url('../fonts/JTUR.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/JTUR.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/JTUR.woff') format('woff'), /* Pretty Modern Browsers */
       url('../fonts/JTUR.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../fonts/JTUR.svg#svgFontName') format('svg'); /* Legacy iOS */
}

@font-face {
    font-family: "JTURLight";
    src: url("../fonts/JTURlight.woff2");
    src: url('../fonts/JTURlight.eot'); /* IE9 Compat Modes */
    src: url('../fonts/JTURlight.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/JTURlight.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/JTURlight.woff') format('woff'), /* Pretty Modern Browsers */
       url('../fonts/JTURlight.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../fonts/JTURlight.svg#svgFontName') format('svg'); /* Legacy iOS */
}

* {
    outline: none!important;
    font-family: "JTURLight";
    text-rendering: optimizeLegibility;
}

::-webkit-scrollbar {
  width: 13px;
}

::-webkit-scrollbar-track {
  background: #FFFFFF;
  -webkit-box-shadow: inset 1px 1px 2px #E0E0E0;
  border: 1px solid #D8D8D8;
}

::-webkit-scrollbar-thumb {
  background: #646464;
  -webkit-box-shadow: inset 1px 1px 2px rgba(155, 155, 155, 0.4);
}

::-webkit-scrollbar-thumb:hover {
  background: #aaaaaa;
}

::-webkit-scrollbar-thumb:active {
  background: #888;
  -webkit-box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.3);
}
.btn-warning {
    background-color: #ebbb3b;
}

.btn {
    font-family: "JTUR";
}


.quote {
    position: absolute;
    font-size: 40px;
    color: #ebbb3b;
}

.fa-quote-left {
    margin-left: -55px;
}

.fa-quote-right {
    margin-left: 10px;
}

/* Main Control */

body {
    background-repeat: no-repeat;
    background-position-y: -20px;
    background-size: 1500px;
    overflow-x: hidden;
    /*padding-bottom: 131px;*/
    background-color: #F8F8F8;
    cursor: default;
}

body.not-fix-footer {
    padding-bottom: 0!important;
}

body.not-fix-footer .footer {
    position: relative;
}

select {
    -webkit-appearance: none;
    background: url(../img/selectIcon.png) no-repeat right, #FFF!important;
    border: 1px solid #AAA;
    box-shadow: 0px 1px 1px 0 rgba(0, 0, 0, 0.1)!important;
    -webkit-box-shadow: 0px 1px 1px 0 rgba(0, 0, 0, 0.1)!important;
}

/* Header Section */

.header {
    position: fixed;
    width: 100%;
    height: 60px;
    top: 0;
    left: 0;
    padding-left: 30px; 
    -webkit-transform: translate(0,0);
        -ms-transform: translate(0,0);
         -o-transform: translate(0,0);
            transform: translate(0,0);   
    background-color: white;
    -webkit-box-shadow: 0 1px 6px rgba(0,0,0,.18);
            box-shadow: 0 1px 6px rgba(0, 0, 0, 0.62);
}

.header:not(.show-header) {
   height: 60px!important;
}

.header:not(.show-header) .btn-warning {
    top: inherit!important;
}

.header.show-header {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background: -webkit-linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background: -o-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background: -moz-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    box-shadow: none;
    padding-right: 10px;
    height: 140px;
    text-align: center;
}

.header.light.show-header {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0));
    background: -webkit-linear-gradient(to bottom, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0));
    background: -o-gradient(to bottom, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0));
    background: -moz-gradient(to bottom, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0));
    box-shadow: none;
    padding-top: 5px;
    padding-right: 10px;
    height: 140px;
    text-align: center;
}

.header.show-header .language-bar {
    display: block;
}

.language-bar .btn-link.active,
.language-bar .btn-link:hover {
    background-color: white;
    color: #000000;
}

.header.show-header .logo {
    color: #402700!important;
    float: none;
}

.header.show-header .header-wrapper .logo img {
    height: 70px;
    float:left;
    opacity: 0.95;
}

.header.show-header .header-wrapper .logo .light {
    display: block;
    padding-top: 12px;
}

.header.show-header .navbar-nav {
    /*background-color: rgba(240, 240, 240, 0.95);*/
    background-color: transparent;
    margin-top: 12px;
}

.header.show-header .navbar-nav > li > a {
     padding-top: 14px!important;
     padding-bottom: 11px!important;
}

.header.show-header .nav li.active a:before,
.header.show-header .nav li a:hover:before,
.header.show-header .nav li a:active:before,
.header.show-header .nav li a:focus:before,
.header.show-header .nav li.active a:after,
.header.show-header .nav li a:hover:after,
.header.show-header .nav li a:active:after,
.header.show-header .nav li a:focus:after,
.brown-inner-text:before, 
.brown-inner-text:after {
    content: attr(title);
    color: rgba(255,255,255,.1);
    position: absolute;
}

.header-wrapper {
    display: inline-block;
    float: left;
    width: 100%;
    /*width: 80px;*/
}

.header.show-header .header-wrapper {
    width: 100%;
    margin: 0 auto;
}

.header .language-bar {
    display: none;
}

.header-wrapper .logo {
    margin-top: 9px;
    float: left;
    padding-left: 0;
    font-size: 18px;
    font-weight: bold;
    line-height: 20px;
    letter-spacing: 1px;
    padding-right: 15px;
    text-transform: uppercase;
    cursor: pointer;
    margin-right: 15px;
    text-align: left;
}

.header-wrapper .logo .light {
    display: none;
}

.header-wrapper .logo div {
    font-size: 18px;
    line-height: 35px;
    letter-spacing: normal;
    text-transform: uppercase;
    color: #fff;
    padding-top: 10px;
}

.header-wrapper .logo img {
    height: 35px;
    padding: 1px 17px 0 0;
    margin-top: 2px;
}

.header.fixed-header {
    box-shadow: none!important;
    border-bottom: none!important;
}

.header.fixed-header.show-header {
    background: transparent!important;
    height: 112px;
    border-bottom: 1px solid #ddd;
}

.header.fixed-header .header-wrapper .btn {
    position: absolute;
    right: 45px;
    margin-top: 12px;
}

.header.fixed-header.show-header .header-wrapper .btn {
    float: right;
}

.header.fixed-header.show-header .btn {
    position: absolute;
    right: 71px;
    top: 12px;
}

.header.fixed-header .header-wrapper .logo {
    margin-top: 5px;
}

.header.fixed-header.header-wrapper .logo div,
.header.fixed-header.show-header .nav > li:not(:hover) a {
    color: #040404!important;
}

.nav li:not(.dropdown):hover > a,
.nav li:active > a,
.nav li:focus > a {
    background-color: transparent!important;
}

.nav li.dropdown > a, .nav li.dropdown > a:focus, .nav li.dropdown > a:hover {
    border-top-right-radius: 4px!important;
    border-top-left-radius: 4px!important;
}

.nav .dropdown-menu {
    border-top-right-radius: 4px!important;
    min-width: 220px;
}

.nav .dropdown-menu > li:not(:last-child) {
    padding-bottom: 3px;
}

.nav .dropdown-menu > li:first-child {
    padding-top: 4px;
}

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    background-color: transparent;
}

.navbar-right img {
    height:30px;
    width:30px;
    cursor: pointer;
    border-radius: 30px;
}

.navbar-right i {
    display: inline-block;
    position: relative;
    top: auto;
    left: auto;
    width: 35px;
    height: 35px;
    font-size: 17px;
    line-height: 15px;
    margin-top: 8px;
}

.modal {
    z-index: 99999999999999;
}

.modal-backdrop {
    z-index: 999999;
}

.welcome-section .rightSide {
    padding-left: 40px;
    padding-top: 20px;
}

 .welcome-section + .row {
     padding-bottom: 0;
 }

.row .title-head {
    display: block;
    position: relative;
    text-align: center;
}

.title-head {
    position: absolute;
    /*left: 30px;
    margin-top: 100px;*/
    width: 100%;
    margin-top: 0;
}

.title-head .main-header {
    font-size: 26px;
    margin-bottom: 0;
    margin-top: 10px;
    font-weight: bold;
}

.title-head .btn-group {
    margin-top: 15px;
}

.title {
    font-size: 20px;
    font-family: "JTURLight";
    color: #444!important;
    text-align: left;
    margin-bottom: 20px;
}

.featurette-heading {
    font-weight: bold;
    font-size: 57px;
    text-transform: uppercase;
    text-align: center;
    color: #ffffff!important;
    text-align: left;
    text-shadow: 0px 1px 2px #3d3d3d;
    margin: 0;
}

 .featurette-heading span {
    font-family: "JTUR";
}

.featurette-heading + .lead {
    margin-top: 20px;
}

.featurette-subtitle {
    font-size: 18px;
    margin-top: 7px;
    display: block;
}

/* End Header Section  */

/* Footer - Section */

.footer {
    margin-top: 0;
    /*position: fixed;*/
    bottom: 0;
    width: 100%;
    color: #272727;
    padding-bottom: 15px;
    border-top: 1px solid #CCC;
    background-image: url(../img/map.png);
    background-color: #eaeaea;
    background-size: 700px;
    background-repeat: repeat-x;
    border-bottom: 8px solid #2d2d2d;
    z-index: 9999;
    float: left;
    position: relative;
}


.footer > span {
    color:#fafafa;
    margin-top: 25px;
    display: block;
}

.footer .col-md-4 {
    margin-bottom: 10px;
}

.footer ul {
    list-style: none;
    -webkit-padding-start: 0px;
}

.footer li {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.footer-link a[href="#"] {
    pointer-events: none;
    cursor: pointer;
}

.footer a {
    color: white;
}

.iso-block {
    text-align: center;
    padding-bottom: 35px;
    /*border-bottom: 1px dashed white;*/
}

.iso-block img {
    height: 90px;
    margin-right:20px;
}

.header-award {
    border: 2px solid white;
    text-align: center;
    font-size: 24px;
    padding: 5px 0;
    display: block;
    margin-bottom: 40px;
}

.copy-right {
    /*float: left;*/
    text-align: center;
    width: 100%;
    font-size: 12px;
    padding-bottom: 10px;
    /*background-color: #000;*/
    margin: 0;
    padding: 20px 0 0 0;
    font-family: "JTUR";
}

.copy-right i:not(.fa-copyright),
.copy-right span {
    display: block;
    float: left;
}

.copy-right i {
    font-size: 14px;
    padding: 0px 5px 0 12px;
}

.copy-right h5 {
    font-size:13px;
}

.copy-right span {
    font-size: 11px;
    padding: 0 5px;
    padding-right: 10px;
}

.copy-right p > i:last-child {
    border-right: none;
}

/* End Footer - Section */

/* Utility */

.light {
    font-family: "Helvetica-light"!important;
}

.quote-cite {
    font-family: "Georgia"!important;
    color: #999999;
    font-size: 18px;
    display: block;
    margin-top: 40px;
    font-style: italic;
}

.quote-cite:before {
    content: "\2014 \2009";
}

.text-gold-color {
    color: #bfae53;
}

.text-southland-color-orange {
    /*color: #f6b81f;*/
    color: #ebbb3b;
}

.text-southland-color-green {
    color: #67962a;
}

.text-southland-color-blue {
    color: #2066bd!important;
}

.text-southland-color-darkblue {
    color: #677887!important;
}

.text-southland-color-light-orange {
    color: #ffd156!important;
}
.brown-inner-text {
    position: relative;
}

.brown-inner-text:before { top: 1px; left: 1px }
.brown-inner-text:after  { top: 2px; left: 2px }

.page-color-blue {
    background: #292929!important;
}

header.major + p {
    font-size: 16px;
}

#carousel-director .carousel-indicators {
    bottom: -35px!important;
}

#carousel-main .carousel-indicators {
    bottom: 0!important;
}

.carousel-indicators li {
    width: 18px;
    height: 22px;
    display: inline-block;
    background: url("../img/nav-control.png") 0 1px no-repeat;
    margin-left: 4px!important;
    text-indent: -9999px;
    border: none;
}

.carousel-indicators li.active, .carousel-indicators li:hover {
    background-position: 0 -21px;
    width: 18px;
    height: 20px;
    background-color: transparent!important;
}

.carousel-indicators li.active {
    margin-bottom: 1px;
    margin-right: 1px;
}

button.close-x {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-top: 0;
    background-image: none;
    width: auto;
    height: auto;
    vertical-align: baseline;
    text-transform: none;
    line-height: 1;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    speak: none;
    font-size: 60px;
    font-weight: 100;
    color: #222;
}

.close-x:before {
    display: inline-block;
    content: "\00d7"; 
}

.thumbnail {
    border: none;
    margin-bottom: 0px; 
}

.thumbnail .caption {
    padding: 2px;
    text-align: center;
}

.thumbnail .caption h4 {
    font-size: 14px;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 3px;
}

.find-fix-number {
    display: block;
    position: absolute;
    top: 0;
    left: -60px;
    width: 48px;
    height: 48px;
    background: #fff;
    border: 1px solid #c4c8cc;
    color: #a0a3a7;
    font-size: 20px;
    line-height: 48px;
    text-align: center;
    cursor: default;
    -webkit-border-radius: 30px;
    border-radius: 30px;
}

.row.detail-bar {
    padding-top: 25px;
    padding-bottom: 20px;
    background-color: #3d3d3d;
    color: white!important;
}

 .row.detail-bar .media-title {
    font-size: 36px;
    font-family: "JTUR";
    color: #ebbb3b;
    margin-top: -12px;
}

.row.detail-bar .media-title.xl {
    margin-top: 0;
}

.row.detail-bar .media-subtitle {
    font-size: 14px;
}


.row.detail-bar .title {
    float: left;
    padding: 0;
    color: white!important;
    margin-top: 2px;
    margin-bottom: 0;
}

.row.detail-bar .media-title .unit {
    display: inline-block;
    font-size: 20px;
}

.row.detail-bar.white {
    background-color: white;
    color: #222!important;
}

.row.detail-bar.white .media-title {
    color: #8096ab;
}
.row.detail-bar.white .title {
    color: #222!important;
}

.row.detail-bar.blue {
    background-color: #8096ab;
    color: white!important;
}

.row.detail-bar.blue .media-title {
    color: #eaeaea!important;
}

.row.detail-bar.darkblue {
    background-color: #405364;
    color: white!important;
}   

.row.detail-bar.darkblue .media-title {
    color: #eaeaea!important;
}

.row.detail-bar:not(.white) .media-body ul li {
    color: #e0e0e0;
}

.row.detail-bar:not(.white) .media-body ul li:before  {
    color: #97d555;
}

.row.detail-bar.blue .media-body ul li,
.row.detail-bar.blue .media-body ul li:before,
.row.detail-bar.darkblue .media-body ul li,
.row.detail-bar.darkblue .media-body ul li:before,
.row.detail-bar.blue i,
.row.detail-bar.darkblue i {
    color: white;
}

.document-section {
    background-color: #f0f0f0;
    padding-top: 50px;
}

.document-section .title {
    text-align: center!important;
    margin-bottom:30px;
}

.document-section .language-title {
    font-size: 15px;
    color: #ecb228;
    padding-bottom: 10px;
}

.document-section i.fa-download {
    font-size: 25px;
    color: #ecb228;
    position: absolute;
    margin-left: -36px;
    margin-top: 7px;
}

.document-section a:hover {
    text-decoration: none!important;
}

.document-section a > span {
    font-family: "JTUR";
    line-height: 40px;
    color: #2a2a2a;
}

.document-section a:hover > span {
     color: #eb3b3b;
}

.document-section img {
    border: 1px solid #bbb;
    background: white;
}

/* End Utility */
@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

@keyframes fadeout {
    from { opacity: 1; }
    to   { opacity: 0; }
}

/* Firefox < 16 */
@-moz-keyframes fadeout {
    from { opacity: 1; }
    to   { opacity: 0; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadeout {
    from { opacity: 1; }
    to   { opacity: 0; }
}

/* Internet Explorer */
@-ms-keyframes fadeout {
    from { opacity: 1; }
    to   { opacity: 0; }
}

@media screen and (max-width: 1000px) {
  section .text {
    width: 90%;
  }
}
.go-to-top:hover {
    opacity: 1;
}

/* Desktop + Tablet */
@media (min-width: 768px) {
    .header {
        z-index: 9999;
    }

    .header.show-header {
        padding-top: 5px;
    }

    .header.show-header .nav > li:not(:hover) a {
        color: white!important;
        cursor: default;
    }

    .document-section > *:last-child {
        padding-left: 50px;
    }

    .nav > li.dropdown:hover {
        cursor: default;
    }

    .nav li a[href="#"],
    .news-section a[href="#"] {
        pointer-events: none;
        cursor: default;
    }

    .header:not(.show-header) #navbar {
        /*margin-left: 50px;*/
        text-align: center;
    }

    .navbar-nav {
        width: 100%;
    }

    .go-to-top {
        position: fixed;
        bottom: 30px;
        right: 30px;
        font-size: 60px;
        z-index: 999999997;
        cursor: pointer;
        opacity: 0.85;
        color: #ebbb3b;
        display: none;
    }
    
     p.lead {
        text-indent: 20px;
    }

    span.lead {
        margin-top: 20px;
    }

    .footer {
        margin-top: 0;
    }

    .lead {
        font-size: 18px;
    }

    .navbar-right {
        margin-right: 60px;
        margin-top: 10px;
    }

    .navbar-right img {
        margin-right: 60px;
        margin-top: 10px;
    }

    .show-header .navbar-nav {
        float: none!important;
    }

    .navbar-nav > li > a {
        padding-top: 25px!important;
        padding-bottom: 25px!important;
        text-align: center;
    }

    .row {
        padding-bottom: 50px;
    }

    .nav li.open .dropdown-menu {
        display: none!important;
    }

    .nav > li {
        display: inline-block;
        float: none;
        min-width: 80px;
    }

    .nav li a {
        line-height:20px;
        font-size: 12px;
        text-transform: uppercase;
        font-weight: bold;
        padding: 5px 20px;
    }

    .nav > li > a {
        font-size: 14px;
    }

    .nav > li.dropdown:hover > a {
        -webkit-box-shadow: 1px 0 5px rgba(0, 0, 0, 0.15)!important;
        box-shadow: 1px 0 5px rgba(0, 0, 0, 0.15)!important;
        padding-bottom: 22px;
            color: #ebbb3b!important;
    }

    .nav > li.dropdown:hover {
        -webkit-box-shadow: 0 2px 5px rgba(0,0,0,.1)!important;
        box-shadow: 0 2px 5px rgba(0,0,0,.1)!important;
    }

    .nav li:active ul li a,
    .nav li:hover > a,
    .nav li:hover ul li:not(.active) a {
         color: #4a4a4a!important;
    }

    .nav li.active > ul > li.active > a,
    .nav li:hover > ul > li:hover > a,
    .nav li a:active,
    .nav li a:hover,
    .nav li a:focus,
    .nav li:hover > ul > li:hover > a,
    .dropdown-menu>.active>a,
    .navbar-nav > .active > a,
    .header.show-header .nav > li.active > a {
        color: #ebbb3b!important;
        background: transparent;
    }

    .navbar-nav li i {
        line-height: 25px;
    }

    .navbar-nav ul > li:hover i {
        -webkit-animation: bounceRight 2s infinite;
        animation: bounceRight 2s infinite;
    }

    @-webkit-keyframes bounceRight {
        0%,
        20%,
        50%,
        80%,
        100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        }
        40% {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px);
        }
        60% {
        -webkit-transform: translateX(-px);
        transform: translateX(-2px);
        }
    }
    @-moz-keyframes bounceRight {
        0%,
        20%,
        50%,
        80%,
        100% {
        transform: translateX(0);
        }
        40% {
        transform: translateX(-5px);
        }
        60% {
        transform: translateX(-2px);
        }
    }
    @keyframes bounceRight {
        0%,
        20%,
        50%,
        80%,
        100% {
        -ms-transform: translateX(0);
        transform: translateX(0);
        }
        40% {
        -ms-transform: translateX(-5px);
        transform: translateX(-5px);
        }
        60% {
        -ms-transform: translateX(-2px);
        transform: translateX(-2px);
        }
    }

    .navbar-nav > li.active > a {
        cursor: default;
        pointer-events: none;
    }

    .nav .dropdown:hover > ul {
        display: block!important;
        -webkit-box-shadow: 0 2px 5px rgba(0,0,0,.175)!important;
        box-shadow: 0 2px 5px rgba(0,0,0,.175)!important;
    }

    .nav .dropdown:hover > ul > li:hover > ul {
          display: block!important;
        -webkit-box-shadow: 0 2px 2px rgba(0,0,0,.175)!important;
        box-shadow: 0 2px 2px rgba(0,0,0,.175)!important;
        left: 100%;
        top:auto;
        margin-top: -35px;
    }

}

/* Tablet + Mobile */
@media (max-width: 1005px) {
    .title-head {
        z-index: 100;
        position: absolute;
        bottom: 0;
        left: unset;
    }

    .title-head .featurette-heading {
        font-size: 42px;
        text-align: center;
        line-height: 30px;
        margin-bottom: 30px;
        padding-left: 10px;
        padding-right: 10px;
    }    

    .title-head h3 {
        text-align: center;
        color: white;
        font-size: 18px;
        margin-bottom: 4px;
    }

    .contact-button,
    .contact-button:hover,
    .contact-button:focus {
        position: absolute;
        color: white;
        margin-top: -3px;
        -webkit-transition: left 0.5s ease-out;
        -moz-transition: left 0.5s ease-out;
        transition: left 0.5s ease-out;
    }

    .header .btn-warning {
        display: none;
    }

     .main-header {
        display: none!important;
    }

     .caret {
        border-top: 8px dashed;
        border-top: 8px solid\9;
        border-right: 8px solid transparent;
        border-left: 8px solid transparent;
    }
}

/* Desktop */
@media (min-width: 1006px) {
    .nav li a {
        color: #4a4a4a!important;
    }

    .nav li:active ul li a,
    .nav li:hover > a {
         color: #ebbb3b!important;
    }

    .nav li:active ul,
    .nav li:hover ul,
    .nav li:active > a,
    .nav li:hover > a {
        background-color: rgba(245, 245, 245, 0.98)!important;
            border-color: rgba(245, 245, 245, 0.98)!important;
    }

    .nav li.dropdown:hover > a {
        color: #4a4a4a!important;
    }

    .header {
        padding-left: 0;
    }

    .header:not(.show-header) .header-wrapper .logo img {
        margin-top: -100px;
        padding-left: 18px;
    }

    .header-wrapper .logo img {
        padding-left: 18px;
    }

    .header.show-header .logo {
        margin-top: -50px;
    }

     .contact-button {
        display: none;
    }

    .welcome-section {
        padding-top: 140px!important;
        min-height: 420px!important;
    }

    .title-head h3 {
        display: none;
    }

    /*.header:not(.show-header) .btn-warning {
        margin-top: -58px!important;
    }*/

    .row {
        padding-left: 100px;
        padding-right: 100px;
    }

   @keyframes rotate {
        0% {background-position: 0 0; background-position-y: -80px;}
        100% {background-position: 700px 0; background-position-y: -80px;}
    }

    .footer {
        animation: rotate 30s linear infinite;
        transition: transform 200ms linear;
        transform-style: preserve-3d;
    }

    .navbar-nav > li > a {
        padding-top: 20px!important;
        padding-bottom: 20px!important;
    }
}

/*Tablet*/
@media (min-width: 768px) and (max-width: 1005px) {
    .nav li a {
        color: #fff!important;
        padding: 10px 12px;
    }

    .nav .dropdown:active > ul {
        display: block!important;
        -webkit-box-shadow: 0 2px 5px rgba(0,0,0,.175)!important;
        box-shadow: 0 2px 5px rgba(0,0,0,.175)!important;
    }

    .nav li:active ul li a,
    .nav li:hover > a,
    .nav li:hover ul li:not(.active) a {
         color: #fff!important;
    }

    .contact-button,
    .contact-button:hover,
    .contact-button:focus { 
        right: 28px;
        top: 30px;
        font-size: 35px;
    }

    .header {
        background: black;
    }

    .header.show-header .navbar-nav > li > a {
        padding-bottom: 14px!important;
        line-height: 14px;
    }

    .header.show-header .btn-warning {
        top: 10px;
    }

    .header.show-header .header-wrapper .logo img {
        height: 65px;
        top: 22px;
        position: absolute;
        left: 30px;
    }
                
    .header.show-header .navbar-nav {
        margin-top: 30px;
    }

    .header:not(.show-header) {
        height: 70px!important;
    }
    
    .header:not(.show-header) .contact-button,
    .header:not(.show-header) .contact-button:hover,
    .header:not(.show-header) .contact-button:focus {
        top: 10px;
    }

    .header:not(.show-header) .header-wrapper .logo img {
        top: 10px;
        left: 30px;
        position: absolute;
        height: 42px;
    }    

    .nav li:active ul,
    .nav li:hover ul,
    .nav li:active > a,
    .nav li:hover > a {
        background-color: rgb(32, 32, 32)!important;
        border-color: rgb(32, 32, 32)!important;
    }

    .nav > li > a {
        font-size: 15px;
    }

    .dropdown-menu > li:first-child {
        padding-top: 8px!important;
     }

     .dropdown-menu > li:last-child {
         padding-bottom: 15px;
     }

    .dropdown-menu > li > a {
        padding: 4px 20px;
        font-size: 13px;
    }

    .title {
        font-size: 22px;
    }

    .title-head .featurette-heading {
        margin-bottom: 40px;
    }

    .welcome-section .title-head h3 {
        margin-bottom:20px;
        font-size: 24px;
    }

    .copy-right span {
        font-size: 10px;
        font-weight: bold;
    }
}

  /* Mobile */
@media (max-width: 767px) {
     * {
        text-rendering: optimizeSpeed;
    }

     .document-section {
        padding: 40px 20px 20px;
    }
      .document-section .language-title {
          text-align: center;
      }

     body {
        overflow-x: hidden;
        -webkit-user-drag: none;
        user-select: none;
        -webkit-user-select: none;
         padding-bottom: 93px!important;
    }

    .stop-scrolling {
        height: 100%;
        overflow: hidden!important;
        position: relative;
    }

     .go-to-top {
        position: fixed;
        top: 6px;
        left: 17px;
        font-size: 42px;
        color: white;
        bottom: initial;
        right: initial;
        z-index: 99999;
        -webkit-transition: left 0.5s ease-out;
        -moz-transition: left 0.5s ease-out;
        transition: left 0.5s ease-out;
    }

   .go-to-top.hideOnLeft {
        left: -80px;
    }

    .header:not(.show-header) {
        background-color: #2c2c2c;
    }

    #nav ul > li:last-child {
        padding-bottom:100px;
    }
      
    .nav .dropdown > ul {
        display: block;
        position: relative;
        float: none;
    }

    .nav .dropdown-menu {
        background-color: transparent;
    }

    .header {
        padding-left: 0;
        padding-right: 0!important;
        -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.18);
        box-shadow: 0 1px 6px rgba(0, 0, 0, 0.18);
        z-index: 350;
    }

    .header .nav > li > a {
        font-weight: bold!important;
        text-transform: uppercase;
        color: white!important;
    }

    .header .nav > li a,
    .header .nav > li a:hover {
        color: #c3c3c3;
        text-align: center;
    }

    .header .nav > li a i {
        display: none;
    }

    .header .nav li.with-submenu ul {
        margin-top: 0;
    }

    .header .nav li.with-submenu > a {
        font-weight: bold!important;
        pointer-events: none;
        color: white;
    }

    .header .nav > li ul {
        display: block;
        position: relative;
    }

    ul.dropdown-menu {
        padding-top: 0;
        padding-bottom: 15px;
    }

    .nav > li {
        display: block;
    }
                  
    .header .header-wrapper .logo img {
        height: 38px!important;
        padding-left: 20px;
    }

    .header .navbar-nav {
        padding-top: 65px;
    }

    .navbar-toggle {
        margin-top: -38px;
        padding: 20px;
        margin-right: 9px;
        margin-bottom: 8px;
    }

    .navbar-header {
        position: fixed;
        width: 100%;
        top: 0;
        padding-top: 10px;
    }

    .navbar-toggle .icon-bar {
        background-color: white;
    }

    .header:not(.show-header) .contact-button {
        display: none;
    }

    .navbar-collapse.collapse.in + .navbar-header {
        background: #111;
    }

    .navbar-collapse.collapse + .navbar-header .navbar-toggle,
    .navbar-collapse.collapse + .navbar-header .contact-button {
        pointer-events: auto;
    }
                
    .navbar-collapse.collapse.in + .navbar-header .contact-button,
    .navbar-collapse.collapsing + .navbar-header .contact-button {
        left: -80px;
    }

    .nav > li.dropdown.open > a,
    .nav > li.active a, .nav > li.active a:hover {
        color: #ebbb3b!important;
    }

    .navbar-collapse { 
        background-color: rgba(0, 0, 0, 0.9);
    }

    .navbar-collapse.collapsing,
    .navbar-collapse.collapse.in {
        -webkit-animation:fadein 0.5s; /* Safari, Chrome and Opera > 12.1 */
        -moz-animation: fadein 0.5s; /* Firefox < 16 */
        -ms-animation: fadein 0.5s; /* Internet Explorer */
            -o-animation: fadein 0.5s; /* Opera < 12.1 */
            animation: fadein 0.5s
    }

    .contact-button,
    .contact-button:hover,
    .contact-button:focus {
        left: 17px; 
        font-size: 30px;
        margin-top: -3px;
    }

    .logo {
        text-align: center!important;
        padding-right: 0!important;
        margin-right: 0!important;
        width: 100%;
        margin-top: -1px!important;
    }

    .logo img {
        float: none!important;
    }

    .navbar-nav .open .dropdown-menu {
        background-color: #2c2c2c;
        padding-top:5px;
        padding-bottom: 10px;
    }

    .navbar-nav .open .dropdown-menu > li > a {
        text-transform: uppercase;
    }

    .navbar-nav .open .dropdown-menu > li.active > a {
        background: transparent;
        color: #82b5e0;
    }

    .hamburger {
        position: absolute;
        top: 6px;
        left: 7px;
        width: 24px;
        height: 20px;
        background: white;
    }

    .hamburger:before, .hamburger:after {
        content: '';
        position: absolute;
        top: 20%;
        left: 0;
        width: 100%;
        height: 20%;
        background: black;
        transition: all ease .2s;
        -webkit-transform: translateZ(0);
    }

    .hamburger:after {
        top: 60%;
    }

    .navbar-toggle:not(.collapsed) .hamburger:before, .navbar-toggle:not(.collapsed) .hamburger:after {
        background: white;
    }

    .navbar-toggle:not(.collapsed) .hamburger {
        background-color: black;
        border-color: black;
    }

    .navbar-toggle:not(.collapsed) .hamburger:before {
        top: 40%;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .navbar-toggle:not(.collapsed) .hamburger:after {
        top: 40%;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .header .header-wrapper {
        width: 100%;
        margin: 0 auto;
    }

    .title-head {
        width: 100%!important;
        left: 0;
        margin-top: 0;
        padding: 0;
    }

    .title-head .featurette-heading .featurette-subtitle {
        font-size: 14px;
    }

    .title-head .lead {
        font-size: 13px;
    }

     .loading {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: url(../img/ajax-loader.gif) 50%, #ebbb3b;
        background-repeat: no-repeat;
        z-index: 99999999;
        opacity: 1;
        transition: opacity 1.25s;
        -webkit-transition: opacity 1.25s;
        -moz-transition: opacity 1.25s;
        touch-action: none;
    } 

     .loading.hide-panel {
        opacity: 0;
        pointer-events: none;
     }

    .footer .copy-right {
        padding: 20px 0 0 0;
    }

    .footer {
        padding-top: 0;
        z-index: 250;
        border-bottom: 6px solid #2d2d2d;
    }

    .footer .copy-right h5 {
        font-size: 10px!important;
        padding-left: 8px;
        padding-right: 8px;
        line-height: 15px;
    }

    .footer .copy-right > div {
        display: none!important;
    }

    .title {
        text-align: center;
        font-size: 20px;
    }

    .nav li ul a {
        text-transform: uppercase;
        font-size: 13px;
    }

    .nav > li:last-child {
        margin-bottom: 300px;
    }

    .nav > li > a:focus, 
    .nav > li > a:hover {
        background: transparent;
    }

    .dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
        background-color: transparent;
        color: #ebbb3b!important;
    }

    .featurette-heading span {
        font-size: 32px;
    }

    .row {
        margin-left: 0;
        margin-right:0;
    }

    .collapse.in {
         position: fixed; 
         right: 0; 
         left: 0; 
         overflow-y: scroll;
    }

    .row.detail-bar .title {
        font-size: 22px;
        text-align: center;
        width: 100%;
        margin-bottom: 25px;
        font-family: "JTUR";
    }

    .row.detail-bar .media-title {
        font-size: 28px;
    }

    .row.detail-bar .media-subtitle {
        margin-bottom: 7px;
        font-size: 11px;
    }

    .row.detail-bar.no-padding {
        padding-top:0;
    }

    .row .title-head {
        padding-top: 0!important;
    }

    .copy-right i {
        border-right: none;
    }

    .form-control {
        box-shadow: none!important;
        -webkit-box-shadow: none!important;
    }

    .btn-group {
        width: 100%;
        padding: 5px 15px;
    }

    .btn-group > .btn {
        /*width: calc(100% - 40px);
        width: -webkit-calc(100% - 40px);
        width: -moz-calc(100% - 40px);
        width: -o-calc(100% - 40px);*/
        margin: 0 20px 10px 20px!important;
        border-radius: 4px!important;
        width: 100%!important;
        margin-left: 0!important;
        margin-right: 0!important;
    }

    .btn-group > .btn:last-child {
        margin-bottom:7px!important;
    }  

    .dropdown-header {
        padding-top: 15px;
    }

    ul.dropdown-menu {
        margin-top: -15px;
        margin-left: 15px;
        width: -webkit-calc(100% - 30px);
    }

    .modal {
        z-index: 99999999;
        margin: auto;
        margin-left: -15px;
        margin-top:2px;
    }

    .modal-dialog {
        margin: 2px;
    }

    .modal-title {
        font-size: 12px;
    }

    .modal-header {
        padding: 10px;
    }

    .modal-body {
        padding: 3px;
    }

    button.close > span {
        font-size: 38px;
        right: 6px;
        top: 0px;
    }

    .modal img {
            width: 100%;
    }
}
