
@font-face {
    font-family: 'ACSciFly_0';
    src: url('../fonts/acscifly_0.ttf') format('truetype');
}

@font-face {
    font-family: 'DiGrRg';
    src: url('../fonts/digrrg__0.ttf') format('truetype');
}

@font-face {
    font-family: 'DiGrThin';
    src: url('../fonts/DINGreek-Light.ttf') format('truetype');
}

th {
    font-weight: normal !important;
}

.vertical-middle {
    display: inline-block;
    vertical-align: middle;
    float: none;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.block {
    display: block;
}

.inline-block {
    display: inline-block;
}

.margin-bottom\:20px {
    margin-bottom: 20px;
}

.margin-bottom\:40px {
    margin-bottom: 40px;
}

.margin-bottom\:60px {
    margin-bottom: 60px;
}


.margin-top\:20px {
    margin-top: 20px;
}

.margin-top\:40px {
    margin-top: 40px;
}

.margin-top\:-40px {
    margin-top: -40px;
}

.margin-top\:60px {
    margin-top: 60px;
}

/*Loader*/


.sk-three-bounce-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
    display: block;
    /*background: #fff;*/
    background: #d2d077;
}

.sk-three-bounce {
    margin: 0px auto;
    width: 80px;
    text-align: center;
    top: calc(50% - 13.5px);
    top: 50%;
    position: relative;
}

    .sk-three-bounce .sk-child {
        width: 20px;
        height: 20px;
        background-color: #333;
        border-radius: 100%;
        display: inline-block;
        -webkit-animation: sk-three-bounce 1.4s ease-in-out 0s infinite both;
        animation: sk-three-bounce 1.4s ease-in-out 0s infinite both;
    }

    .sk-three-bounce .sk-bounce1 {
        -webkit-animation-delay: -0.32s;
        animation-delay: -0.32s;
    }

    .sk-three-bounce .sk-bounce2 {
        -webkit-animation-delay: -0.16s;
        animation-delay: -0.16s;
    }

.spinner {
    /*margin: 100px auto;*/
    width: 40px;
    height: 40px;
    position: relative;
    text-align: center;
    -webkit-animation: sk-rotate 2.0s infinite linear;
    animation: sk-rotate 2.0s infinite linear;
}

.dot1, .dot2 {
    width: 60%;
    height: 60%;
    display: inline-block;
    position: absolute;
    top: 0;
    background-color: rgb(197, 18, 48);
    border-radius: 100%;
    -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
    animation: sk-bounce 2.0s infinite ease-in-out;
}

.dot2 {
    top: auto;
    bottom: 0;
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

@-webkit-keyframes sk-rotate {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes sk-rotate {
    100% {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
    }
}

@-webkit-keyframes sk-bounce {
    0%, 100% {
        -webkit-transform: scale(0.0);
    }

    50% {
        -webkit-transform: scale(1.0);
    }
}

@keyframes sk-bounce {
    0%, 100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    }

    50% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }
}

@-webkit-keyframes sk-three-bounce {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes sk-three-bounce {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.loaderBG {
    background: #fbd7bd;
}

.loaderPosition {
    /*margin: 0px auto; 
    top: 50%;
    position: relative;*/
    margin: auto;
    top: calc(50% - 13.5px);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
}

/* Loaded styles */


.loaded #loader-wrapper .loader-section.section-left {
    -webkit-transform: translateX(-100%); /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: translateX(-100%); /* IE 9 */
    transform: translateX(-100%); /* Firefox 16+, IE 10+, Opera */
    -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000); /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
    transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000); /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */
}

.loaded #loader-wrapper .loader-section.section-right {
    -webkit-transform: translateX(100%); /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: translateX(100%); /* IE 9 */
    transform: translateX(100%); /* Firefox 16+, IE 10+, Opera */
    -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000); /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
    transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000); /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */
}

.loaded #loader {
    opacity: 0;
    -webkit-transition: all 0.3s ease-out; /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
    transition: all 0.3s ease-out; /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */
}

.loaded #loader-wrapper {
    visibility: hidden;
    -webkit-transform: translateY(-100%); /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: translateY(-100%); /* IE 9 */
    transform: translateY(-100%); /* Firefox 16+, IE 10+, Opera */
    -webkit-transition: all 0.3s 1s ease-out; /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
    transition: all 0.3s 1s ease-out; /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */
}
/*Loader*/

#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
}

#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #3498db;
    -webkit-animation: spin 2s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 2s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
    z-index: 1001;
}

    #loader:before {
        content: "";
        position: absolute;
        top: 5px;
        left: 5px;
        right: 5px;
        bottom: 5px;
        border-radius: 50%;
        border: 3px solid transparent;
        border-top-color: #e74c3c;
        -webkit-animation: spin 3s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
        animation: spin 3s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
    }

    #loader:after {
        content: "";
        position: absolute;
        top: 15px;
        left: 15px;
        right: 15px;
        bottom: 15px;
        border-radius: 50%;
        border: 3px solid transparent;
        border-top-color: #f9c922;
        -webkit-animation: spin 1.5s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
        animation: spin 1.5s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
    }

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg); /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg); /* IE 9 */
        transform: rotate(0deg); /* Firefox 16+, IE 10+, Opera */
    }

    100% {
        -webkit-transform: rotate(360deg); /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg); /* IE 9 */
        transform: rotate(360deg); /* Firefox 16+, IE 10+, Opera */
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg); /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg); /* IE 9 */
        transform: rotate(0deg); /* Firefox 16+, IE 10+, Opera */
    }

    100% {
        -webkit-transform: rotate(360deg); /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg); /* IE 9 */
        transform: rotate(360deg); /* Firefox 16+, IE 10+, Opera */
    }
}

#loader-wrapper .loader-section {
    position: fixed;
    top: 0;
    width: 51%;
    height: 100%;
    background: #fff;
    z-index: 1000;
}

    #loader-wrapper .loader-section.section-left {
        left: 0;
    }

    #loader-wrapper .loader-section.section-right {
        right: 0;
    }

/* Loaded styles */




.loaded #loader-wrapper .loader-section.section-left {
    -webkit-transform: translateX(-100%); /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: translateX(-100%); /* IE 9 */
    transform: translateX(-100%); /* Firefox 16+, IE 10+, Opera */
    -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000); /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
    transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000); /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */
}

.loaded #loader-wrapper .loader-section.section-right {
    -webkit-transform: translateX(100%); /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: translateX(100%); /* IE 9 */
    transform: translateX(100%); /* Firefox 16+, IE 10+, Opera */
    -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000); /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
    transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000); /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */
}

.loaded #loader {
    opacity: 0;
    -webkit-transition: all 0.3s ease-out; /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
    transition: all 0.3s ease-out; /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */
}

.loaded #loader-wrapper {
    visibility: hidden;
    -webkit-transform: translateY(-100%); /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: translateY(-100%); /* IE 9 */
    transform: translateY(-100%); /* Firefox 16+, IE 10+, Opera */
    -webkit-transition: all 0.3s 1s ease-out; /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
    transition: all 0.3s 1s ease-out; /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */
}
/*Loader*/



/* ==========================================================================
   Author's custom styles
   ========================================================================== */
.gtd {
    text-align: center;
}

    .gtd a {
        color: #5f5f5f !important;
        font-size: 11px;
        font-family: ubuntu;
        font-weight: 400;
        line-height: 1.3;
    }

.form-control {
    background-color: transparent !important;
    color: #fff !important;
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid #f3f3f3;
    border-right: 1px solid #f3f3f3;
    box-shadow: none;
}

    .form-control:focus {
        outline: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        border-color: #D8D4D4;
    }

.bootbox-body, .bootbox .modal-title {
    color: #333 !important;
}

.bootbox .modal-body {
    padding-left: 25px;
    padding-top: 25px;
}

.has-error .form-control, .has-error .form-control:focus, .has-error select {
    border-color: #e21814 !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
    color: #e21814;
}

.has-success .form-control {
    border-color: initial;
    -webkit-box-shadow: none;
    box-shadow: none;
}

html {
    position: relative;
    min-height: 100%;
}



html, body {
    font-family: 'DiGrRg', sans-serif;
    font-size: 14px;
    color: #FFF;
    line-height: 1.3;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

body {
    background-color: white;
    margin-bottom: 110px; /*space reserved for footer*/
    padding-top: 60px; /*the height of the nav*/
}

a, button, input {
    transition: .3s all ease;
}


.btn-primary {
    display: inline-block;
    text-align: center;
    line-height: 1.2;
    white-space: nowrap;
    border-style: solid;
    text-overflow: ellipsis;
    vertical-align: middle;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: .025em;
    border-radius: 3px;
}

.btn-primary {
    color: #fff;
    background: #f29200;
    border-color: #f29200;
}

.btn-terms {
    color: white;
    text-decoration: underline;
}

    .btn-terms:hover, .btn-terms:focus {
        color: #3c87c8;
    }

.btn-primary:hover, .btn-primary:active {
    background: #80b735;
    border-color: #80b735;
}

.detailsFormSelect {
    color: #ffffff;
    background-color: transparent !important;
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid #f3f3f3;
    border-right: 1px solid #f3f3f3;
    box-shadow: none;
    cursor: pointer;
    padding-left: 9px;
}

    .detailsFormSelect option:checked {
        background-color: #0c2d54;
        color: #fff;
    }

    .detailsFormSelect option:not(:checked) {
        background-color: #0c2d54;
        color: white;
    }

    .detailsFormSelect option:disabled {
        background-color: lightgray;
        color: white;
    }

.navbar-fixed-top {
    min-height: 60px;
}

.container-nav {
    padding-left: 25px;
    padding-right: 25px;
}

.navbar-brand {
    width: 145px;
    margin-top: -5px;
    padding: 15px 18px;
    transition: width .4s ease, width .4s ease;
}

.navbar-collapse {
    margin-top: 7px;
}

.bootstrap-select.btn-group {
    padding-top: 25px;
    transition: padding-top .4s ease, padding-top .4s ease;
}

.navbar-nav > li > a {
    transition: line-height .4s ease, line-height .4s ease;
}

.btn {
    padding: 8px 13px;
}

.form-horizontal .has-feedback .form-control-feedback {
    right: 25px;
}

.has-error .form-control-feedback {
    color: #e21814;
}

.has-success .form-control-feedback {
    color: #31ab33;
}

.navbar-nav > li > a {
    padding-top: 0px;
    padding-bottom: 0px;
    line-height: 80px;
}

.page-footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 110px;
    background: #1d1a1f;
    color: #fff;
    padding-top: 15px;
    padding-bottom: 15px;
}

.toTop {
    position: fixed;
    z-index: 1000;
    bottom: 15px;
    right: 10px;
    width: 34px;
    height: 34px;
    transition: background-color 300ms linear;
    background-image: url( data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGAAAAA8CAMAAACuCk+GAAAAVFBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////8wXzyWAAAAHHRSTlMAv3FsR04ETZV7qzmMQwNjpYSBbbaedD8lCCghrxzLjAAAATlJREFUeAG10ctOwzAUhOHpBePYSdM2vbTw/u+JkIyUsmCU/5BZ+kjfv7AWLNVtn3M/1YNW2b1s2o51DX+3mW38f3+7edluZZ8XvM8L3ucF7/MC93nB+7zgfV7wPi9wnxe8zwve5wXv84L3eYH7vsB9X+A+L3DfF7jvC9z3Be7zAvd9gfu2wH1T4L4pcH//7gpBX7KFoL+ggPwFBeSDAvDlC9AHBeCDAvClN18APigAHxS8L1gAPijsqO8LoyQN3PeFKj0L933hmDSEfFu4q4v5rnDTNeibQlYJ+qZw1DXom0LWOeibQqd90DeFQc8L932hpHaK+n8yHfdd4abvpTP2TaE7qBWgbwo/vpROxDeF5rfC7B8ug/D2M397eD2V9t5/KrBHbkwZ9GupTn0+jQ8F9zGecj/VpLYvzkEQTeC4sD8AAAAASUVORK5CYII= );
    background-color: rgba(30, 30, 30, 0.8);
    background-size: 50%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.copy {
    font-size: 12px;
    line-height: 1.3;
    padding-top: 7px;
    font-weight: 300;
    text-align: center;
    font-family: ubuntu;
}

.noPadding {
    padding: 0;
}

.page-footer ul.socialicons {
    list-style-type: none;
    padding: 0;
    overflow: hidden;
    width: 26px;
    margin-bottom: 0;
    padding-top: 10px;
}

    .page-footer ul.socialicons li {
        float: left;
        font-size: 20px;
        padding-left: 7px;
        padding-right: 7px;
    }

.well {
    border: 0;
    border-radius: 0;
    margin: 0;
    padding: 30px 7px;
    background-color: white;
    -webkit-box-shadow: none;
    box-shadow: none;
    -moz-box-shadow: none;
}

/*style default checkbox*/

.form-group input[type="checkbox"] + .btn-group > label span {
    width: 20px;
}

    .form-group input[type="checkbox"] + .btn-group > label span:first-child {
        display: none;
    }

    .form-group input[type="checkbox"] + .btn-group > label span:last-child {
        display: inline-block;
    }

.form-group input[type="checkbox"]:checked + .btn-group > label span:first-child {
    display: inline-block;
}

.form-group input[type="checkbox"]:checked + .btn-group > label span:last-child {
    display: none;
}
/*end style default checkbox*/


/*toggle*/
.faqs {
    color: black;
    margin-top: 30px;
}

    .faqs .toggle {
        /*border-bottom: 1px solid #010101;*/
        padding-bottom: 12px;
        margin-bottom: 12px;
    }

        .faqs .toggle .togglet, .faqs .toggle .toggleta {
            font-size: 15px;
        }

.toggle .togglet, .toggle .toggleta {
    display: block;
    position: relative;
    line-height: 24px;
    padding: 0 0 0 24px;
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    color: #010101;
    cursor: pointer;
}

    .toggle .togglet i {
        position: absolute;
        top: 0;
        left: 0;
        width: 16px;
        text-align: center;
        font-size: 16px;
        line-height: 24px;
    }

.faqs .toggle .togglet i {
    top: 1px;
    font-size: 14px;
}

.faqs .toggle .togglec {
    padding-bottom: 10px;
}

.toggle .togglec {
    display: block;
    position: relative;
    font-size: 14px;
    padding: 10px 0 0 0;
}


/*end toggle*/


.has-feedback label ~ .form-control-feedback {
    top: 0;
    right: 0 !important;
}

label {
    font-weight: 300;
}

.asteriscs {
    position: relative;
    font-size: 11px;
    margin-bottom: 0px;
    margin-top: 29px;
    line-height: 1.9;
    font-weight: 100;
    text-align: left;
}

.phoneNumbers {
    font-size: 14px;
    line-height: 1.2;
    display: inline-block;
    vertical-align: middle;
    padding-left: 12px;
    white-space: nowrap;
    color: #777;
}

.button.button-border.button-light {
    border: 2px solid #f69522;
    background-color: #f69522;
    color: #EEE;
    font-size: 30px;
    font-weight: 300;
    padding: 0 15px;
}

#videoElement {
    background-image: url(../img/videobg.jpg);
    background-position: top center;
    background-size: cover;
    width: 100%;
    height: 460px;
    /* background: rgba(81, 150, 191, 0.60); */
    position: relative;
    top: 0;
    left: 0;
    z-index: 0;
}

#videoElementText {
    position: absolute;
    font-family: 'Ubuntu', cursive;
    font-size: 40px;
    text-align: center;
    line-height: 80px;
    /* text-transform: uppercase; */
    color: #000;
    width: 100%;
    top: 42%;
    text-shadow: 10px 10px 20px rgba(248, 248, 248, 0.60);
}

iframe[name="google_conversion_frame"] {
    height: 0 !important;
    width: 0 !important;
    line-height: 0 !important;
    font-size: 0 !important;
    margin-top: -13px;
    float: left;
}

@media only screen and (min-width : 480px) {

    .page-footer ul.socialicons {
        padding-top: 20px;
    }
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-width : 320px) and (max-width : 480px) {
    /* Styles */

}

/* Smartphones (landscape) ----------- */
@media only screen and (min-width : 321px) {
    /* Styles */
}

/* Smartphones (portrait) ----------- */
@media only screen and (max-width : 320px) {
    /* Styles */
}

/* iPads (portrait and landscape) ----------- */
@media only screen and (min-width : 768px) and (max-width : 1024px) {
    /* Styles */

    .button.button-border.button-light {
        margin-top: 200px;
    }
}

@media only screen and (min-width: 768px) {

    body {
        padding-top: 80px; /*the height of .navbar-fixed-top*/
        margin-bottom: 80px; /*space reserved for footer, height of .page-footer*/
    }

    .page-footer {
        padding-top: 30px;
    }

        .page-footer ul.socialicons {
            padding-top: 0px;
        }

    #videoElement {
        height: 800px;
    }

    .well {
        padding: 2.9vw 15px;
    }

    .navbar-fixed-top {
        min-height: 80px;
    }

    .page-footer {
        height: 80px;
    }

        .page-footer .container {
            padding: 0 15px;
        }

    .toTop {
        bottom: 37px;
    }

    .navbar-brand {
        width: 227px;
        margin-top: 0;
        padding: 12px 40px;
    }

    .container-nav {
        padding-left: 35px;
        padding-right: 35px;
    }

    .selectpicker-scroll {
        padding-top: 13px !important;
    }

    .navbar-brand-scroll {
        width: 170px !important;
    }

    .navbar.scroll {
        min-height: 60px !important;
    }

    .liScroll {
        line-height: 57px !important;
    }

    .toggle .togglec {
        padding: 10px 0 0 24px;
    }

    .navbar-nav.scroll {
        padding: 6px 40px;
        transition: .3s padding ease;
    }
}

@media (min-width: 992px) {
    .copy, .gtd {
        text-align: left;
    }
}

@media only screen and (min-width : 1200px) {
    .copy {
        text-align: left;
    }

    .page-footer ul.socialicons {
        float: right;
    }
}

/* iPads (landscape) ----------- */
@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {
    /* Styles */
}

/* iPads (portrait) ----------- */
@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : portrait) {
    /* Styles */
}

/* Desktops and laptops ----------- */
@media only screen and (min-width : 1224px) {
    /* Styles */
}

/* Large screens ----------- */
@media only screen and (min-width : 1824px) {
    /* Styles */
}

/* iPhone 4 ----------- */
@media only screen and (-webkit-min-device-pixel-ratio : 1.5), only screen and (min-device-pixel-ratio : 1.5) {
    /* Styles */
}
