@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800');

body {
    text-align: center;
    background-color: #fff;
    float: left;
    width: 100%;
    overflow-x: hidden
}

body, input, textarea {
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #777;
}

a {
    text-decoration: none;
    font-weight: 600;
    color: #333
}

* {
    margin: 0px;
    padding: 0px;
}

textarea {
    text-align: justify;
}

.odd-bg {
    padding: 10px 20px;
    background: #e9ebee;
    float: left;
    width: 100%;
    margin-top: 20px;
}

.even-bg {
    padding: 10px 20px;
    float: left;
    width: 100%;
    margin-top: 20px;
}

select {
    background-color: #9a9a9a;
    border: none;
    color: #fff;
    padding: 7px 25px 7px 15px;
    font-size: 0.9em;
}

#about-anchor {
    height: 20px;
    background: #FFF;
    float: left;
    width: 100%;
    position: relative;
}

option:hover {
    background-color: #666;
}

/*************/
/*************/
/*  General  */
/*************/
/*************/
.container {
    margin: 0 auto;
    max-width: 1120px;
    padding: 0px 5px;
}

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

.white-bg {
    background-color: #fff;
}

.section-heading {
    padding: 8px 0px;
    font-weight: 600;
    font-size: 1.1em;
    color: #333;
    background-color: #fff;
    border-bottom: #ccc solid 1px;
}

.section-title {
    padding: 15px 0px;
    font-weight: 400;
    font-size: 1.3em;
    color: #333;
}

.text {
    font-size: 0.9em;
}

.fake-text {
    position: relative;
    display: block;
    height: 1px;
}

.clickable {
    cursor: pointer;
}

.btn {
    display: inline-block;
    padding: 8px 20px;
    font-size: 0.8em;
    font-weight: 100;
    color: #fff;
    letter-spacing: 0.5px;
    border-radius: 3px;
}

.btn-blue {
    background-color: #0460bd;
}

.btn-blue:hover, .btn-blue:active {
    background-color: #0330bb;
}

.btn-grey {
    background-color: #9a9a9a;
}

.btn-grey:hover, .btn-grey:active {
    background-color: #aaa;
}

.col {
    position: relative;
    display: block;
    width: 100%;
    vertical-align: top;
}

.col-inner {
    position: relative;
    display: block;
    margin: 0 auto;
    width: 90%;
    max-width: 530px;
}

ul {
    margin-top: 30px;
    list-style-type: none;
    color: #666;
    font-size: 0.95em;
    font-weight: 400;
    line-height: 23px;
}

.top {
    top: 5px;
}

.bottom {
    bottom: 5px;
}

/*  END OF General */

#header {
    position: fixed;
    display: block;
    top: 0px;
    width: 100%;
    background-color: #101010;
    z-index: 59;
}

#nav-logo {
    position: relative;
    display: none;
}

#nav {
    position: relative;
    display: inline-block;
    margin: 0 auto;
    padding: 6px 0px;
    width: 100%;
    max-width: 850px;
    font-size: 0.85em;
    text-align: right;
}

#nav .menu-item {
    display: inline-block;
    padding: 2px 20px;
    margin: auto 0.1%;
    opacity: 0;
    position: relative;
}

#nav .menu-item:hover .menu-item-inner {
    display: block
}

.menu-item-inner {
    display: none;
    position: absolute;
    z-index: 100;
    background: #101010;
    color: #FFF;
    margin-left: -10px;
    padding-top: 10px;
}

.menu-item-inner ul {
    float: left;
    width: 200px;
    margin: 0px;
    margin-left: 0px;
}

.menu-item-inner ul li {
    float: left;
    width: 100%;
    text-align: left;

}

.menu-item-inner ul li a {
    float: left;
    width: 100%;
    padding: 5px 10px 10px;
    color: #FFF;
    text-align: left;
    font-size: 0.9em;
    font-weight: 400;
    letter-spacing: 0.3px;
}

#nav .menu-item .anchor {
    display: inline-block;
    margin: 0 auto;
    padding: 1px 2px;
    height: 100%;
    font-size: 0.9em;
    color: #fff;
    letter-spacing: 0.3px;
    cursor: pointer;
    text-decoration: none;
}

#nav .menu-item .anchor:hover {
    color: #ddd;
}

#nav-social-wrapper {
    position: relative;
    display: none;
    margin: 0 auto;
    padding: 0px;
    vertical-align: middle;
}

.nav-social-icon {
    position: relative;
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: auto 10px;
    cursor: pointer;
    opacity: 0;
}

.nav-social-icon.facebook {
    background: transparent url(/images/nav-social-icon-sprite.png) no-repeat 0px 0px;
    background-size: auto;
}

.nav-social-icon.twitter {
    background: transparent url(/images/nav-social-icon-sprite.png) no-repeat -20px;
    background-size: auto;
}

.banner {
    padding-top: 0px;
}

.banner-bg-fixed {
    top: 0px;
    position: absolute;
    display: block;
    margin: 0 auto;
    width: 110%;
    min-height: 80%;
    max-height: 300px;
    background: #fff url(/images/logo_banner_bg.jpg) no-repeat center center;
    z-index: 0;

}

#home {
    position: relative;
    display: block;
    margin: 0 auto;
    width: 100%;
    background: none;
}

#home .content {
    position: relative;
    display: block;
    margin: 0 auto;
    width: 98%;
    padding-bottom: 20%;
    max-width: 100%;
}

.home-img {
    position: relative;
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 100%;
}

.home-img img {
    position: relative;
    display: block;
    width: 100%;
}

.home-text {
    position: relative;
    display: block;
    margin: 0 auto;
    width: 100%;
    color: #444;
    font-size: 1.0em;
    background-color: #fff;
    padding: 20px 0px 10px;
}

.home-text .inner {
    position: relative;
    display: block;
    margin: 0px auto;
    width: 100%;
    max-width: 720px;
    padding-bottom: 60px;
    color: #5b5555;
}

#main-content-wrapper {
    position: relative;
    display: block;
    background-color: #fff;
    padding-bottom: 1%;
    width: 100%;
    overflow: hidden
}

/*Tab Switcher*/
#tab-switcher-wrapper {
    position: relative;
    display: block;
}

#tab-menu {
    position: relative;
    display: block;
    border-top: #ccc solid 1px;
    z-index: 2;
}

.tab {
    position: relative;
    display: block;
    margin: 0 auto;
    cursor: pointer;
    padding: 10px 0px;
    font-size: 0.9em;
    color: #000;
    font-weight: 600;
    background-color: #fff;
}

.tab:hover, .tab.current {
    background-color: #efefef;
}

.tab.current::after {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 40%;
    border-width: 20px 20px 0;
    border-style: solid;
    border-color: #efefef transparent;
    display: block;
    width: 0;
}

#tab-content-wrapper {
    position: relative;
    display: block;
    border-top: #ccc solid 1px;
    border-bottom: #ccc solid 1px;
    color: #666565 !important;
}

.monitor-img {
    position: relative;
    left: 40%;
    height: 250px;
    margin: 20px auto 0px;
    overflow: hidden;
    text-align: center;
}

.monitor-img img {
    position: relative;
    display: block;
    margin: 0 auto;
    max-width: 100%;
    max-height: 100%;
    cursor: pointer;
}

#vision .col:nth-child(1) {
    margin-top: 30px;
    padding-bottom: 20px;

}

#vision .col:nth-child(1) p {
    margin: 0 auto;
    max-width: 380px;
    font-size: 1.5em;
    line-height: 1.6;
    color: #444;
}

#vision .col:nth-child(2) {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-left: #ccc solid 1px;
    border-top: #ccc solid 1px;
    padding: 40px 0px 35px;
    background-color: #eee;
}

#mission .col:nth-child(1) {
    margin-top: 50px;
}

#mission .col:nth-child(1) p {
    margin: 0 auto;
    max-width: 430px;
    font-size: 1.1em;
    line-height: 2.2;
    color: #444;
}

#mission .col:nth-child(2) {
    border-left: #ccc solid 1px;
    padding: 40px 0px 35px;
    background-color: #eee;
}

#company-overview {
    text-align: left;
    padding: 50px 0px 30px;
}

#company-overview .col-inner {
    text-align: center;
}

#company-overview p {
    font-size: 0.90em;
    font-weight: 400;
    line-height: 1.7;
}

.company-right p {
    color: #333 !important
}

#stocks-finance {
    text-align: left;
    padding: 30px 0px;
}

#stocks-finance .col-inner {
    margin: 0 auto;
}

#stocks-finance .col:nth-child(2) .col-inner {
    text-align: center;
    background-color: #eee;
    max-width: 500px;
    padding: 20px;
}

#stocks-finance .section-title {
    font-weight: 400;
    font-size: 1.1em;
    color: #222;
    padding: 5px 10px;
    display: inline-block;
}

#stocks-finance p {
    color: #222;
    font-weight: 400;
}

#stocks-finance .stock-data {
    float: left;
    max-width: 47%
}

#stocks-finance .stock-data p {
    text-align: left;
    border-bottom: 1px solid #CCC;
    padding: 10px 0px;
    font-size: 0.85em
}

.download-file-wrapper {
    padding-top: 20px;
}

.download-file {
    width: 36%;
    padding: 13px 5px 13px 40px;
    background: url(/images/icon-file.png) no-repeat center left;
    display: inline-block;
    font-size: 0.8em;
    font-weight: 400;
}

.stock-ticker-wrapper > div {
    display: inline-block;
    width: 49%;
}

#stocks-finance .tk-currency {
    font-size: 2em;
    font-weight: bolder;
    text-align: left
}

#stocks-finance .tk-current-value {
    font-size: 4em;
    font-weight: bolder;
    text-align: left
}

#stocks-finance .tk-gains {
    font-size: 1.8em;
    font-weight: bolder;
    text-align: left
}

div.sock-ticker-disclaimer {
    display: block;
    width: 100%;
    padding: 10px 0 15px;
    font-size: 0.6em;
    font-weight: 400;
    color: #000;
    font-style: italic;
    border-bottom: #ccc inset 1px;
}

.info-label, .info-text, .performance-label, .performance-text, .market-label, .market-text {
    width: 50%;
    float: left;
}

#stocks-finance .info-label {
    font-size: 0.8em;
    font-weight: bold;
    text-align: left;
}

#stocks-finance .info-text {
    font-size: 0.8em;
    font-weight: bolder;
    text-align: left;
}

#stocks-finance .ticker-heading {
    font-size: 1em !important;
    font-weight: bold;
    text-align: left;
}

#corporate {
    text-align: left;
    padding: 50px 0px;
}

#corporate .section-title {
    text-align: left;
    padding: 8px 45px 0px 0px;
}

#corporate .col-inner {
}

.corporate-text {
    width: 95%;
    max-width: 420px;
}

.corporate-text h3 {
    margin: 0px 0px 0px 0px;
    padding: 0px;
    text-align: left;
    font-size: 0.95em;
    font-weight: 600;
    color: #444;
}

.corporate-text p {
    margin: 5px 0px;
    font-size: 0.9em;
    font-weight: 400;
    color: #666;
    letter-spacing: -0.1px;
    line-height: 1.7em;
}

#management {
    text-align: left;
    padding: 0px 0px;
}

.managementcol {
    margin-left: -35%;
    padding-left: 35%;
}

#management .section-title {
    text-align: left;
    padding: 25px 0px 0px 0px;
}

#management .col {
    max-width: 33%;
}

#management .col h2 {
    padding: 20px 0px 0px
}

#management .col:nth-child(1) {
    background-color: #eee;
}

#management .col:nth-child(2) {
    padding: 0 20px;
    width: 30%;
}

#management .col:nth-child(3) {
    padding: 0 0px;
    width: 450px;
    /* float: left; */
    position: absolute;
    top: 8px;
}

#management .col h3 {
    padding: 20px 0px 4px
}

h3.red-text {
    color: #d50e28 !important
}

h3.green-text {
    color: #3bb753 !important
}

h3.blue-text {
    color: #2375ba !important
}

#management .col p {
    font-size: 0.9em;
    margin-bottom: 8px;
}

#management .col p span {
    float: left;
    width: 45%;
}

#management .col:nth-child(3) p span {
    float: left;
    width: 37%;
}

#management .management-text {
    padding-bottom: 20px;
    font-size: 0.95em;
    font-weight: 400;
    color: #666;
    line-height: 1.7em;
}

#management .col:nth-child(1) .management-text {
    padding-bottom: 40px;
}

#management ul {
    margin: 12px 0px 15px;
}

#management li {
    list-style: none;
    font-size: 0.9em
}

#management li:before {
    content: "·";
    font-size: 1em;
    font-weight: 900;
    vertical-align: middle;
    padding: 0px 4px 0px 12px;
}

/*Companies*/
#companies-menu {
    margin: 0 auto;
    width: 100%;
    height: 232px;
    background-color: #f4f3f4;
}

#companies-menu .menu-item {
    position: relative;
    display: block;
    float: left;
    margin: 0 auto;
    width: 33.2%;
    height: 232px;
    vertical-align: text-bottom;
    cursor: pointer;
    font-size: 0.9em;
    color: #000;
    font-weight: 400;
}

#companies-menu .menu-item.active {
    background-color: #fff;
}

/*#companies-menu .menu-item:hover{background-color:#fff;}*/
#companies-menu .menu-item .btn {
    white-space: nowrap;
    bottom: 5px;
}

#companies-menu .menu-item.active .btn {
    display: none;
}

#companies-menu .tvsales {
    background: url(/images/logo-tvsales.png) no-repeat;
    background-size: 100%;
    max-width: 110px;
}

#companies-menu .transerv {
    background: url(/images/logo-transerv.png) no-repeat;
    background-size: 100%;
    max-width: 266px;
}

#companies-menu .dga {
    background: url(/images/logo-dga.png) no-repeat;
    background-size: 100%;
    max-width: 217px;
}

#companies-menu .menu-item.active .tvsales {
    max-width: 160px;
}

#companies-menu .menu-item.active .transerv {
    max-width: 287px;
}

#companies-menu .menu-item.active .dga {
    max-width: 260px;
}

#companies-menu .menu-logo {
    display: block;
    position: relative;
    margin: 0 auto;
    width: 90%;
    height: 57%;
    background-position: center center;
}

#companies-menu .menu-item.active .menu-logo {
    height: 100%;
}

#companies .col-inner {
}

#companies .col-inner p {
    font-size: 0.85em;
    font-weight: 100;
    color: #666;
    line-height: 1.7em;
}

.companies-content {
    padding: 10px 0px 0px;
    text-align: left;
}

.companies-content h3 {
    padding: 20px 0px;
}

.companies-content.tvsales h3 {
    color: #e90e2c;
}

.companies-content.transerv h3 {
    color: #38993a;
}

.companies-content.dga h3 {
    color: #2375b9;
}

.companies-content .alt-rows p {
    padding: 8px 5px
}

.companies-content .alt-rows p span {
    font-weight: 400;
}

.companies-content .alt-rows p:nth-child(2n+1) {
    background-color: #e9ebee;
}

.companies-content .alt-rows p span {
    position: relative;
    display: inline-block;
    min-width: 40%;
    white-space: nowrap;
}

.companies-content.dga .alt-rows p span {
    min-width: 35%;
    font-size: 0.95em;
}

.companies-content .alt-rows a {
    color: #e90e2c;
}

.companies-content .alt-rows a:hover {
    text-decoration: underline;
}

.companies-content .alt-rows p strong, .companies-content .alt-rows p i, .companies-content .alt-rows p em{
    position: relative;
    display: inline-block;
    min-width: 40%;
    white-space: nowrap; 
    font-weight: normal;
    font-style: normal !important;
}




#companies .contact-address p {
    padding: 0px 5px 8px;
    font-weight: 400;
}

#companies .photo-row {
    padding: 30px 0px;
}

#companies .photo-row span {
    position: relative;
    display: inline-block;
    vertical-align: top;
}

#companies .photo-row span:nth-child(1n+2) {
    margin-left: 10px;
}

/*FAQ*/
#faq {
    clear: both;
    float: none;
    border-top: #ccc solid 1px;
    background-color: #fff;
}

#faq .container-960 {
    padding: 40px 0px 50px;
}

/*#faq .col{border:#f0f solid 1px;}*/
#faq .col-inner {
    width: 100%;
    max-width: 100%;
}

.faq-text {
    width: 100%;
    max-width: 100%;
    margin: 3px 0px;
    padding: 12px 15px;
    text-align: left;
}

.faq-text h3 {
    margin: 0px;
    padding: 0px;
    text-align: left;
    font-size: 1.1em;
    font-weight: 600;
    color: #555;
}

.faq-text p {
    margin: 2px 0px 0px;
    font-size: 0.8em;
    font-weight: 400;
    color: #666;
    letter-spacing: 0.5px;
    line-height: 1.5em;
}

#faq .col-inner .faq-text:nth-child(2n+2) {
    background-color: #e9ebee;
}

/*#faq .col-inner.left .faq-text{float:right;}*/

/*Contact Us*/
#contact {
    clear: both;
    float: none;
    border-top: #ccc solid 1px;
    background-color: #efefef;
}

#contact .col-inner.right {
    max-width: 400px;
}

#contact .col:nth-of-type(3) {
    background-color: #fff;
}

.contact-text {
    width: 90%;
    max-width: 500px;
    padding: 0px;
    background-color: #fff;
    text-align: left;
}

.contact-text h3 {
    margin: 20px 0px 0px 0px;
    padding: 0px;
    text-align: left;
    font-size: 1.1em;
    font-weight: 600;
    color: #444;
}

.contact-text p {
    margin: 10px 0px 50px 2px;
    font-size: 0.8em;
    font-weight: 400;
    color: #666;
    letter-spacing: 0.5px;
    line-height: 2.1em;
}

/*.contact-text iframe{margin:0 auto;width:95%;max-width:260px;height:260px;overflow:visible;border:#aaa solid 0px;}*/
.form input, .form textarea {
    position: relative;
    display: block;
    width: 85%;
    height: auto;
    margin: 0 auto;
    margin-bottom: 15px;
    padding: 10px;
    font-size: 0.9em;
    color: #888;
    border: #ddd solid 1px;
}

.form #contact_message {
    height: 145px;
}

#footer {
    position: relative;
    clear: both;
    float: none;
    height: 200px;
    border-top: #ccc solid 1px;
    background-color: #fff;
    border-top: #d9d9d9 solid 1px;
    color: #bbb;
    font-size: 0.8em;
}

#footer .col {
    margin-top: 10px;
}

#footer .anchor {
    display: inline-block;
    margin: 0 auto;
    padding: 1px 2px;
    height: 100%;
    font-size: 1em;
    letter-spacing: 0.3px;
    cursor: pointer;
    text-decoration: none;
}

#footer .anchor:hover {
    color: #ddd;
}

/* Disabler Overlays etc */
.element-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    margin: 0 auto;
    background-color: hsla(0, 100%, 100%, 0.95);
    z-index: 89;
}

#form-overlay, #booking-form-overlay, #body-overlay {
    display: none;
}

#body-overlay {
    position: fixed;
    background-color: hsla(0, 0%, 0%, 0.75);
    overflow-y: scroll;
}

/* System Message Pops */
#ajax-wait-0 {
    position: relative;
    display: none;
}

.ajax-wait {
    width: 120px;
    height: 120px;
    margin: 0 auto;
    margin-top: 30px;
    background: transparent url(/images/wait-blocks.gif) no-repeat center;
    background-size: auto;
}

.message-wrapper {
    position: relative;
    display: inline-block;
    margin: 0 auto;
    height: auto;
    width: 100%;
    min-width: 50%;
    max-width: 100%;
    padding: 0px;
    border: #222 solid 0px;
}

.system-message {
    margin: 0 auto;
    padding: 1px 5px 20px;
    width: 100%;
    max-width: 700px;
    background-color: #fff;
}

.error .message-title {
    font-size: 1.1em;
    color: #b00;
}

.message-title {
    margin: 0 auto;
    margin-top: 5%;
    font-size: 1.0em;
    font-weight: 400;
    color: #444;
}

.message-body {
    margin: 20px auto;
    font-size: 0.9em;
    font-weight: 100;
    color: #666;
    white-space: normal;
}

.btn-close {
    display: block;
    width: 40px;
    margin: 0 auto;
    margin-top: 20px;
}

.zse {
    position: relative;
}

.zse-popup {
    position: absolute;
    padding-top: 10px;
    background: #101010;
    width: 200px;
    display: none
}

#sharequote {
    margin: 10px;
    padding: 10px;
    text-align: left;
    background: #FFF;
    color: #333;
    font-size: 1.2em;
}

#sharequote .shareprice {
    font-size: 2em
}

#sharequote .info {
    margin-top: 10px;
}

/*************************/
/*************************/
/** @  MEDIA QUERIES  @ **/
/*************************/
/*************************/
@media all and (min-width: 440px) {
    /*.monitor-img{margin:20px auto;}*/
}

@media all and (min-width: 600px) {
    .section-title {
        font-size: 1.6em;
    }

    .home-text {
        font-size: 1.1em;
    }

    .feature {
        width: 85%;
    }

    .menu-item .anchor {
        font-size: 1.0em;
        font-weight: 400;
    }
}

@media all and (min-width: 860px) {
    #vision {
        background: #fff; /* For browsers that do not support gradients */
        background: #ffffff; /* Old browsers */
        background: -moz-linear-gradient(left, #ffffff 0%, #ffffff 50%, #eeeeee 51%, #eeeeee 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(left, #ffffff 0%, #ffffff 50%, #eeeeee 51%, #eeeeee 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right, #ffffff 0%, #ffffff 50%, #eeeeee 51%, #eeeeee 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=1); /* IE6-9 */

    }

    .section-title {
        font-size: 1.6em;
    }

    .text {
        font-size: 0.9em;
    }

    .left {
        float: left;
    }

    .right {
        float: right;
    }

    #nav-social-wrapper {
        display: inline-block;
    }

    #nav-logo {
        position: relative;
        display: inline-block;
        margin: 5px 0px;
        margin-right: -3%;
        width: 210px;
        height: 0px;
        padding: 0px;
        vertical-align: middle;
        background: transparent url(/images/logo_small.png) no-repeat center;
        background-size: auto 80%;
        opacity: 0;
        cursor: pointer;
    }

    /*#home{background:#fff url(/images/home-bg-2000.jpg) no-repeat center 0%;}*/
    /*.home-img{margin-top:33%;}*/
    #footer .container {
        max-width: 850px;
    }

    #footer .left {
        text-align: left;
    }

    #footer .right {
        text-align: right;
        right: 30px;
    }

    #main-content-wrapper {
        padding-bottom: 0;
    }

    /* columns become inline for PC */
    .col {
        width: 49%;
        display: inline-block;
    }

    .col-inner {
        display: inline-block;
        width: 100%;
        max-width: 530px;
    }

    #tab-menu {
        display: block;
        border-top: #ccc solid 1px;
        border-bottom: none;
    }

    .tab {
        display: inline-block;
        margin: 0 auto;
        width: 16%;
        cursor: pointer;
        padding: 10px 0px;
        font-size: 0.9em;
        color: #000
    }

    #vision .col:nth-child(1) {
        margin-top: 50px;
        padding-bottom: 0;
    }

    #vision .col:nth-child(2) {
        border-top: none;
    }

    #stocks-finance .col-inner {
        margin: 0px 30px;
    }

    #companies .col-inner.right {
        margin: 0px;
        max-width: 490px;
    }

    #companies .col-inner.left {
        margin: 0px 0px 0px 45px;
        max-width: 415px;
    }

    #companies .col:nth-child(1) {
        width: 51%;
    }

    #companies .col:nth-child(2) {
        width: 44%;
    }

    .monitor-img {
            height: 350px;
    padding: 0px 0px 0px;
    overflow: visible;
    text-align: right;
    }

    .monitor-img img {
        height: 100%;
        max-height: 320px;
        max-width: 300%;
        right: -50px;
    }

    #company-overview .col-inner {
        margin: 0px 30px;
        text-align: left;
    }

    #company-overview .col:nth-child(1) .col-inner {
        max-width: 500px;
        float: right
    }

    #company-overview .col:nth-child(2) .col-inner {
        max-width: 500px;
        float: left;
        margin-top: 40px;
    }

    #faq .col-inner {
        width: 100%;
    }

    .faq-text {
        width: 93%;
        max-width: 415px;
        text-align: left;
    }

    #contact .col-inner {
        text-align: left;
    }

    #contact .left {
        left: 30px;
    }

    .form input, .form textarea {
        margin-left: 0px;
    }

    .btn-send {
        margin-bottom: 20px;
    }

    .follow .icon-wrapper {
        display: inline-block;
        margin-left: 20px;
    }

    #booking-form-logo {
        position: absolute;
        float: left;
        left: 15px;
    }

    #booking-form-title {
        margin: 15px auto;
    }

    #booking-form-body-inner {
        margin: 30px 20px 0px;
    }

    .booking-form-section {
        margin: auto 1%;
        width: 30%;
        max-width: 350px;
    }

    #booking-footer-text {
        display: inline-block;
        margin-left: -100px;
    }

    #booking-footer-img {
        display: inline-block;
        margin-left: 30px;
    }

    .system-message {
        margin-top: 10%;
    }

    /* END OF columns become inline for PC */
}

@media all and (min-width: 860px) and (min-height: 580px) {
    #btn-close-booking {
        margin-top: 5%;
    }
}

@media all and (min-width: 1300px) {
    /*.home-img{margin-top:38%;}*/
    #contact .right {
        right: 20px;
    }

    .tab {
        width: 11%
    }
}

@media all and (min-width: 1700px) {
    /*.home-img{margin-top:45%;}*/
    /*#home{background:#fff url(/images/logo_banner_overlay.png) no-repeat center 0%;}*/
}

@media all and (min-width: 2350px) {
    /*.home-img{margin-top:52%;}*/
    /*#home{background:#fff url(/images/home-bg-2400.jpg) no-repeat center 0%;}*/
}

/************************************************/
/************* DevTest Diagnostics **************/
/************************************************/
.devtest-dashboard {
    position: fixed;
    display: block;
    margin: 0.5%;
    margin-top: 80px;
    padding: 1%;
    width: 25%;
    min-height: 25%;
    text-align: left;
    background-color: rgba(111, 33, 111, 0.7);
    border: #000 solid 1px;
    z-index: 999999;
}

.dtd-heading {
    font-size: 0.8em;
    color: #ddd;
    text-decoration: underline;
}

.dtd-content {
    margin-top: 10px;
    font-size: 0.7em;
    color: #ccc;
}

.dtd-trigger {
    display: inline-block;
    margin: 5px;
    padding: 7px 10px;
    font-size: 0.75em;
    color: #ddd;
    cursor: pointer;
    background-color: #555;
    border-radius: 4px;
}

.dtd-trigger:hover {
    background-color: #222;
}

.dtd-ajax-result {
    margin: 5px;
    min-height: 50px;
    color: #000;
    background-color: rgba(250, 250, 250, 0.8);
    border: #444 solid 1px;
}

/*----- SLIDER -----*/

/* Tiny Carousel */
.slider {
    margin: 0px 0 0;
    overflow: hidden;
    position: relative;
    padding: 0 50px 10px;
}

.slider .viewport {
    height: 180px;
    overflow: hidden;
    position: relative;
}

.slider .buttons {

    display: block;
    position: absolute;
    top: 40%;
    left: 0;
    width: 35px;
    height: 35px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    line-height: 35px;
    text-decoration: none;
    font-size: 22px;
}

.slider .next {
    right: 0;
    left: auto;
    top: 40%;
}

.slider .buttons:hover {
    color: #C01313;
    background: #fff;
}

.slider .disable {
    visibility: hidden;
}

.slider .overview {
    list-style: none;
    position: absolute;
    padding: 0;
    margin: 0;
    width: 240px;
    left: 0;
    top: 0;
}

.slider .overview li {
    float: left;
    margin: 0 20px 0 0;
    padding: 1px;
    height: 180px;

}

.slider .overview li img {
    height: 180px;
    width: 200px !important;
}

a.control_prev:hover, a.control_next:hover {
    opacity: 1;
    -webkit-transition: all 0.2s ease;

}

a.control_prev {
    border-radius: 0 2px 2px 0;
    left: -30px;
}

a.control_next {

    border-radius: 2px 0 0 2px;
    right: -30px;
}

.slider_option {
    position: relative;
    margin: 10px auto;
    width: 160px;
    font-size: 18px;
}

/*----- TICKER-----*/

.ticker {
    float: none;
    width: 1000px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    margin-bottom: -30px;
    bottom: -20px;
}

.ticker-inner {
    float: left;
    width: 100%;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,000000+21,000000+81,ffffff+100 */
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(left, #ffffff 0%, #000000 21%, #000000 81%, #ffffff 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #ffffff 0%, #000000 21%, #000000 81%, #ffffff 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #ffffff 0%, #000000 21%, #000000 81%, #ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1); /* IE6-9 */

    height: 80px;
    overflow: hidden;
}

.ticker-inner ul {
    margin: 0px;
    float: left;
    width: 100%;
    padding: 5px 0px;
}

.ticker-inner ul li {
    margin: 0px;
    float: left;
    width: 100px;
    padding: 0px 0px;
}

.ticker-inner ul li .title {
    float: left;
    width: 100%;
    color: #FFF;
    font-size: 1.1em;

}

.ticker-inner ul li .total {

    font-size: 1.2em;
    color: #FFF;
    font-weight: 500;
    padding-right: 0px;

}

.ticker-inner ul li .prev {

    font-size: 1em;
    color: #FFF;
    font-weight: 300;
    padding-right: 0px;

}

.ticker-inner ul li .cur {

    font-size: 1em;
    color: #FFF;
    font-weight: 300;
    padding-right: 5px;
    float: left;
    width: 100%;

}

.ticker-inner ul li .arrow-green {

    font-size: 1.5em;
    color: #1e922a;
    font-weight: 700;
    padding-right: 5px;
    line-height: 0.5em

}

.ticker-inner ul li .arrow-orange {

    font-size: 1.5em;
    color: #ed5c28;
    font-weight: 800;
    padding-right: 5px;
    margin-top: -5px;
    line-height: 0.5em

}

/*----*/

/* liScroll styles */

.tickercontainer { /* the outer div with the black border */
    width: 1000px;

    margin: 0;
    padding: 0;
    overflow: hidden;
}

.tickercontainer .mask { /* that serves as a mask. so you get a sort of padding both left and right */
    position: relative;
    left: 10px;
    top: 12px;
    height: 60px;
    width: 998px;
    overflow: hidden;
}

ul.newsticker { /* that's your list */
    position: relative;
    left: 850px;
    font: bold 10px Verdana;
    list-style-type: none;
    margin: 0;
    padding: 0;

}

/*-----*/

/* Container DIV - automatically generated */
.simply-scroll-container {
    position: relative;
}

/* Clip DIV - automatically generated */
.simply-scroll-clip {
    position: relative;
    overflow: hidden;
}

/* UL/OL/DIV - the element that simplyScroll is inited on
Class name automatically added to element */
.simply-scroll-list {
    overflow: hidden;
    margin: 0;
    padding: 0;
    list-style: none;
}

.simply-scroll-list li {
    padding: 0;
    margin: 0;
    list-style: none;
}

.simply-scroll-list li img {
    border: none;
    display: block;
}

/* Custom class modifications - adds to / overrides above

.simply-scroll is default base class */

/* Container DIV */
.simply-scroll {
    width: 576px;
    height: 200px;
    margin-bottom: 1em;
}

/* Clip DIV */
.simply-scroll .simply-scroll-clip {
    width: 1000px;
    height: 200px;
}

/* Explicitly set height/width of each list item */
.simply-scroll .simply-scroll-list li {
    float: left; /* Horizontal scroll only */
    width: 200px;
    height: 200px;
}

/*-------------- company pages ---------------*/

.page-wrap{
    position: relative;
    display: inline-block;
    margin: 0 auto;
    padding: 6px 0px;
    width: 100%;
    max-width: 950px;
    font-size: 0.85em;
    text-align: right;
    float:none;
}

.infobutton{
    float: left;
    padding: 10px 20px;
    color: #FFF;
    background: red;
    border-radius: 5px;
}

.slick-arrow-left{
position: absolute;
    left: -80px;
    top: 70px;
}

.slick-arrow-right{
position: absolute;
    right: -80px;
    top: 70px;
}

.slick-arrow-left img, .slick-arrow-right img {
    width: 40px;
}

.slick-slide img {
    display: block;
    padding: 0px 9px;
    max-height: 180px;
}