/* BOOTSTRAP CUSTOM CSS */


/* Margins */

.mar-0 {
    margin: 0px !important;
}

.mar-1 {
    margin: 1px !important;
}

.mar-2 {
    margin: 2px !important;
}

.mar-3 {
    margin: 3px !important;
}

.mar-4 {
    margin: 4px !important;
}

.mar-5 {
    margin: 5px !important;
}

.mar-6 {
    margin: 6px !important;
}

.mar-7 {
    margin: 7px !important;
}

.mar-8 {
    margin: 8px !important;
}

.mar-9 {
    margin: 9px !important;
}

.mar-10 {
    margin: 10px !important;
}

.mar-13 {
    margin: 13px !important;
}

.mar-15 {
    margin: 15px !important;
}

.mar-20 {
    margin: 20px !important;
}

.mar-25 {
    margin: 25px !important;
}

.mar-30 {
    margin: 30px !important;
}

.mar-35 {
    margin: 35px !important;
}

.mar-40 {
    margin: 40px !important;
}

.mar-45 {
    margin: 45px !important;
}

.mar-50 {
    margin: 50px !important;
}

.mar-55 {
    margin: 55px !important;
}

.mar-60 {
    margin: 60px !important;
}

.mar-65 {
    margin: 65px !important;
}

.mar-70 {
    margin: 70px !important;
}


/* Margins END */


/* Paddings */

.pad-0 {
    padding: 0px !important;
}

.pad-1 {
    padding: 1px !important;
}

.pad-2 {
    padding: 2px !important;
}

.pad-3 {
    padding: 3px !important;
}

.pad-4 {
    padding: 4px !important;
}

.pad-5 {
    padding: 5px !important;
}

.pad-6 {
    padding: 6px !important;
}

.pad-7 {
    padding: 7px !important;
}

.pad-8 {
    padding: 8px !important;
}

.pad-9 {
    padding: 9px !important;
}

.pad-10 {
    padding: 10px !important;
}

.pad-13 {
    padding: 13px !important;
}

.pad-15 {
    padding: 15px !important;
}

.pad-20 {
    padding: 20px !important;
}

.pad-25 {
    padding: 25px !important;
}

.pad-30 {
    padding: 30px !important;
}

.pad-35 {
    padding: 35px !important;
}

.pad-40 {
    padding: 40px !important;
}

.pad-45 {
    padding: 45px !important;
}

.pad-50 {
    padding: 50px !important;
}

.pad-55 {
    padding: 55px !important;
}

.pad-60 {
    padding: 60px !important;
}

.pad-65 {
    padding: 65px !important;
}

.pad-70 {
    padding: 70px !important;
}


/* Paddings END */


/* Font Sizes */

.fs-6 {
    font-size: 6px;
}

.fs-7 {
    font-size: 7px;
}

.fs-8 {
    font-size: 8px;
}

.fs-9 {
    font-size: 9px;
}

.fs-10 {
    font-size: 10px;
}

.fs-11 {
    font-size: 11px;
}

.fs-12 {
    font-size: 12px;
}

.fs-13 {
    font-size: 13px;
}

.fs-14 {
    font-size: 14px;
}

.fs-15 {
    font-size: 15px;
}

.fs-16 {
    font-size: 16px;
}

.fs-17 {
    font-size: 17px;
}

.fs-18 {
    font-size: 18px;
}

.fs-19 {
    font-size: 19px;
}

.fs-20 {
    font-size: 20px;
}

.fs-21 {
    font-size: 21px;
}

.fs-22 {
    font-size: 22px;
}

.fs-23 {
    font-size: 23px;
}

.fs-24 {
    font-size: 24px;
}

.fs-25 {
    font-size: 25px;
}

.fs-26 {
    font-size: 26px;
}

.fs-27 {
    font-size: 27px;
}

.fs-28 {
    font-size: 28px;
}

.fs-29 {
    font-size: 29px;
}

.fs-30 {
    font-size: 30px;
}

.fs-31 {
    font-size: 31px;
}

.fs-32 {
    font-size: 32px;
}

.fs-33 {
    font-size: 33px;
}

.fs-34 {
    font-size: 34px;
}

.fs-35 {
    font-size: 35px;
}

.fs-36 {
    font-size: 36px;
}

.fs-37 {
    font-size: 37px;
}

.fs-38 {
    font-size: 38px;
}

.fs-39 {
    font-size: 39px;
}

.fs-40 {
    font-size: 40px;
}

.fs-41 {
    font-size: 41px;
}

.fs-42 {
    font-size: 42px;
}

.fs-43 {
    font-size: 43px;
}

.fs-44 {
    font-size: 44px;
}

.fs-45 {
    font-size: 45px;
}

.fs-46 {
    font-size: 46px;
}

.fs-47 {
    font-size: 47px;
}

.fs-48 {
    font-size: 48px;
}

.fs-49 {
    font-size: 49px;
}

.fs-50 {
    font-size: 50px;
}

.fs-51 {
    font-size: 51px;
}

.fs-52 {
    font-size: 52px;
}


/* Font Sizes END */

.width-100 {
    width: 100px
}


/* Colors CSS */

.green {
    color: #97d700;
}

.red {
    color: #ff001f;
}

.blue {
    color: #044a99;
}

.navy {
    color: #000027;
}

.light-blue {
    color: #0076ff;
}

.orange {
    color: #ff6f1c;
}

xss .white {
    color: white;
}

.red-font {
    font-size: 30px;
    color: #ff001f;
}

.orange-font {
    font-size: 30px;
    color: #f6a623;
}

.green-font {
    font-size: 30px;
    color: #97d700;
}

.black {
    color: black;
}


/* Colors CSS END */

.center {
    text-align: center;
}

ul.b {
    list-style-type: disc;
    line-height: 22px;
}


/* When the screen is less than 600 pixels wide, hide all links, except for the first one ("Home"). Show the link that contains should open and close the navbar (.icon) */

@media screen and (max-width: 500px) {
    .cookieBottomBar {
        padding: 30px 30px;
    }
    .cookieCenterPopup {
        width: 473px;
        height: 300px;
        overflow: auto;
    }
    .cookieLeftSide {
        margin-bottom: 20px !important;
        max-height: 150px;
        overflow-y: scroll;
    }
}

@media screen and (max-width: 1050px) {
    .cookieBottomBar {
        padding: 30px 30px;
    }
    .cookieMainPopuBody {
        max-height: 81px;
        overflow-y: scroll;
        padding-right: 24px;
    }
    .cookieCenterPopup {
        width: 773px;
        height: 100%;
        overflow: auto;
    }
    .cookieCenterPopupButton {
        width: 204px;
    }
}

@media screen and (min-width: 1100px) {
    .cookieBottomBar {
        padding: 30px 40px!important;
    }
    .cookieMainPopuBody {
        max-height: 81px;
        overflow-y: scroll;
        padding-right: 24px;
    }
    .cookieCenterPopup {
        width: 1060px!important;
        height: 606px!important;
    }
}


/* Place the navbar at the bottom of the page, and make it stick */

.cookieBottomBar {
    font-size: 17px;
    font-weight: 400;
    line-height: 20px;
    color: #fff;
    background-color: #2a2a2a ;
    position: fixed;
    bottom: 0;
    width: 100%;
    /* border-radius: 10px 10px 0 0; */
    left: 0;
}

.cookieCenterPopup {
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    border-radius: 10px;
}

.cookieMainPopuoTitle {
    font-size: 18px;
    font-weight: bold;
}

.cookieMainPopupButton {
    border: 3px solid rgba(238, 238, 238, .5);
    border-radius: 35px;
    color:#eeeeee !important;
    text-align: center;
    font-size: 1.2rem !important;
    font-weight: 400 !important;
    background-color: transparent;
    height: 60px;
    width: 280px;
}

.cookieMainPopupButton:hover {
    color: #fff!important;
    border: none;
    background-color: #e20074;
}

.cookieCenterPopupButton {
    border: 3px solid rgba(238, 238, 238, .5);
    border-radius: 35px;
    color: #eeeeee !important;
    text-align: center;
    font-size: 1.2rem !important;
    font-weight: 400 !important;
    background-color: transparent;
    height: 60px;
    width: 280px;
}

.cookieCenterPopupButton:hover {
    color: #fff!important;
    background-color: #e20074;;
    border: none !important;
}

.cookieMoreInfoPopUp.modal-footer {
    background-color: #2a2a2a;
    text-align: center!important;
    padding: 25px!important;
}

.cookieMoreInfoPopUp.modal-body {
    border-radius: 10px;
    font-size: 17px !important;
    font-weight: 400 !important;
}

.cookieMainPopupRightSide {
    height: 446px;
    overflow: auto;
    line-height: 25px;
}

.cookieMainPopupRightSide::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 9px;
    background: #eaeaea;
}

.cookieMainPopupRightSide::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: #3b454e;
    box-shadow: 0 0 1px rgba(255, 255, 255, .5);
}

.cookieMainPopuBody::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 9px;
    background: #eaeaea;
}

.cookieMainPopuBody::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: #3b454e;
    box-shadow: 0 0 1px rgba(255, 255, 255, .5);
}

.cookieMainPopupLeftSide .tab-list {
    list-style-type: none;
}

.cookieMainPopupLeftSide .tab-list li {
    padding: 20px;
    width: 100%;
}

.cookieMainPopupLeftSide .tab-list li:hover,
.current {
    color: #eeeeee;
    cursor: pointer;
}

.right-arrow {
    display: inline-block;
    position: relative;
}

.right-arrow:after {
    content: '';
    display: block;
    position: absolute;
    left: 100%;
    top: 50%;
    margin-top: -6px;
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 10px solid #e20074;;
}


/* The switch - the box around the slider */

.switch {
    position: relative;
    display: inline-block;
    width: 43px;
    height: 22px;
}


/* Hide default HTML checkbox */

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}


/* The slider */

.cookiePackageSlider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #aaa;
    -webkit-transition: .4s;
    transition: .4s;
}

.cookiePackageSlider:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 1px;
    bottom: 1px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked+.cookiePackageSlider {
    background-color: #0071B3;
    left: -5px;
}

input:focus+.cookiePackageSlider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked+.cookiePackageSlider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}


/* Rounded sliders */

.cookiePackageSlider.cookiePackageRound {
    border-radius: 34px;
}

.cookiePackageSlider.cookiePackageRound:before {
    border-radius: 50%;
}

.CookieLabel {
    text-align: left;
    font: 16px;
    letter-spacing: 0px;
    color: #394148;
    font-weight: normal!important;
    padding-left: 10px;
}

.bootstrap-iso {
    /*!
 * Bootstrap v3.3.4 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
    /*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=b5c0ad694747a8048be1)
 * Config saved to config.json and https://gist.github.com/b5c0ad694747a8048be1
 */
    /*! normalize.css v3.0.2 | MIT License | git.io/normalize */
    /*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
    /*!
 * Bootstrap v3.3.4 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
    /*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=b5c0ad694747a8048be1)
 * Config saved to config.json and https://gist.github.com/b5c0ad694747a8048be1
 */
}

.bootstrap-iso html {
    font-family: "TeleNeo";
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

.bootstrap-iso body {
    margin: 0;
}

.bootstrap-iso article,
.bootstrap-iso aside,
.bootstrap-iso details,
.bootstrap-iso figcaption,
.bootstrap-iso figure,
.bootstrap-iso footer,
.bootstrap-iso header,
.bootstrap-iso hgroup,
.bootstrap-iso main,
.bootstrap-iso menu,
.bootstrap-iso nav,
.bootstrap-iso section,
.bootstrap-iso summary {
    display: block;
}

.bootstrap-iso audio,
.bootstrap-iso canvas,
.bootstrap-iso progress,
.bootstrap-iso video {
    display: inline-block;
    vertical-align: baseline;
}

.bootstrap-iso audio:not([controls]) {
    display: none;
    height: 0;
}

.bootstrap-iso [hidden],
.bootstrap-iso template {
    display: none;
}

.bootstrap-iso a {
    background-color: transparent;
}

.bootstrap-iso a:active,
.bootstrap-iso a:hover {
    outline: 0;
}

.bootstrap-iso abbr[title] {
    border-bottom: 1px dotted;
}

.bootstrap-iso b,
.bootstrap-iso strong {
    font-weight: bold;
}

.bootstrap-iso dfn {
    font-style: italic;
}

.bootstrap-iso h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

.bootstrap-iso mark {
    background: #ff0;
    color: #000;
}

.bootstrap-iso small {
    font-size: 80%;
}

.bootstrap-iso sub,
.bootstrap-iso sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

.bootstrap-iso sup {
    top: -0.5em;
}

.bootstrap-iso sub {
    bottom: -0.25em;
}

.bootstrap-iso img {
    border: 0;
}

.bootstrap-iso svg:not(:root) {
    overflow: hidden;
}

.bootstrap-iso figure {
    margin: 1em 40px;
}

.bootstrap-iso hr {
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

.bootstrap-iso pre {
    overflow: auto;
}

.bootstrap-iso code,
.bootstrap-iso kbd,
.bootstrap-iso pre,
.bootstrap-iso samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

.bootstrap-iso button,
.bootstrap-iso input,
.bootstrap-iso optgroup,
.bootstrap-iso select,
.bootstrap-iso textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

.bootstrap-iso button {
    overflow: visible;
}

.bootstrap-iso button,
.bootstrap-iso select {
    text-transform: none;
}

.bootstrap-iso button,
.bootstrap-iso html input[type="button"],
.bootstrap-iso input[type="reset"],
.bootstrap-iso input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

.bootstrap-iso button[disabled],
.bootstrap-iso html input[disabled] {
    cursor: default;
}

.bootstrap-iso button::-moz-focus-inner,
.bootstrap-iso input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

.bootstrap-iso input {
    line-height: normal;
}

.bootstrap-iso input[type="checkbox"],
.bootstrap-iso input[type="radio"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

.bootstrap-iso input[type="number"]::-webkit-inner-spin-button,
.bootstrap-iso input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

.bootstrap-iso input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.bootstrap-iso input[type="search"]::-webkit-search-cancel-button,
.bootstrap-iso input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

.bootstrap-iso fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

.bootstrap-iso legend {
    border: 0;
    padding: 0;
}

.bootstrap-iso textarea {
    overflow: auto;
}

.bootstrap-iso optgroup {
    font-weight: bold;
}

.bootstrap-iso table {
    border-collapse: collapse!important;
    border-spacing: 0!important;
    border-radius: 6px!important;
    background: #F2F2F2!important;
    color: #000000;
}

.bootstrap-iso td,
.bootstrap-iso th {
    padding: 5px!important;
    max-width: 100px!important;
    overflow-wrap: break-word!important;
    min-width: 100px!important;
    height: 30px!important;
}

.bootstrap-iso .moreWidth {
    max-width: 160px!important;
    min-width: 160px!important
}

.bootstrap-iso .topBorders {
    border-bottom: 1px solid #b1b1b3!important;
}

.bootstrap-iso .sideBorders {
    border-left: 1px solid #b1b1b3!important;
    border-right: 1px solid #b1b1b3!important;
}

@media print {
    .bootstrap-iso *,
    .bootstrap-iso *:before,
    .bootstrap-iso *:after {
        background: transparent !important;
        color: #000 !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }
    .bootstrap-iso a,
    .bootstrap-iso a:visited {
        text-decoration: underline;
    }
    .bootstrap-iso a[href]:after {
        content: " (" attr(href) ")";
    }
    .bootstrap-iso abbr[title]:after {
        content: " (" attr(title) ")";
    }
    .bootstrap-iso a[href^="#"]:after,
    .bootstrap-iso a[href^="javascript:"]:after {
        content: "";
    }
    .bootstrap-iso pre,
    .bootstrap-iso blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    .bootstrap-iso thead {
        display: table-header-group;
    }
    .bootstrap-iso tr,
    .bootstrap-iso img {
        page-break-inside: avoid;
    }
    .bootstrap-iso img {
        max-width: 100% !important;
    }
    .bootstrap-iso p,
    .bootstrap-iso h2,
    .bootstrap-iso h3 {
        orphans: 3;
        widows: 3;
    }
    .bootstrap-iso h2,
    .bootstrap-iso h3 {
        page-break-after: avoid;
    }
    .bootstrap-iso select {
        background: #fff !important;
    }
    .bootstrap-iso .navbar {
        display: none;
    }
    .bootstrap-iso .btn>.caret,
    .bootstrap-iso .dropup>.btn>.caret {
        border-top-color: #000 !important;
    }
    .bootstrap-iso .label {
        border: 1px solid #000;
    }
    .bootstrap-iso .isoTable {
        border-collapse: collapse !important;
    }
    .bootstrap-iso .isoTable td,
    .bootstrap-iso .isoTable th {
        background-color: #fff !important;
    }
    .bootstrap-iso .table-bordered th,
    .bootstrap-iso .table-bordered td {
        border: 1px solid #ddd !important;
    }
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('../fonts/glyphicons-halflings-regular.eot');
    src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}

.bootstrap-iso .glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.bootstrap-iso * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    opacity: 98%;
}

.bootstrap-iso *:before,
.bootstrap-iso *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.bootstrap-iso html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.bootstrap-iso body {
    font-family: "TeleNeo";
    font-size: 14px;
    line-height: 1.42857143;
    color: #333333;
    background-color: #ffffff;
}

.bootstrap-iso input,
.bootstrap-iso button,
.bootstrap-iso select,
.bootstrap-iso textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

.bootstrap-iso a {
    color: #337ab7;
    text-decoration: none;
}

.bootstrap-iso a:hover,
.bootstrap-iso a:focus {
    color: #fff;
    text-decoration: underline;
}

.bootstrap-iso a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.bootstrap-iso figure {
    margin: 0;
}

.bootstrap-iso img {
    vertical-align: middle;
}

.bootstrap-iso .img-responsive,
.bootstrap-iso .thumbnail>img,
.bootstrap-iso .thumbnail a>img,
.bootstrap-iso .carousel-inner>.item>img,
.bootstrap-iso .carousel-inner>.item>a>img {
    display: block;
    max-width: 100%;
    height: auto;
}

.bootstrap-iso .img-rounded {
    border-radius: 6px;
}

.bootstrap-iso .img-thumbnail {
    padding: 4px;
    line-height: 1.42857143;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.bootstrap-iso .img-circle {
    border-radius: 50%;
}

.bootstrap-iso hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eeeeee;
}

.bootstrap-iso .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.bootstrap-iso .sr-only-focusable:active,
.bootstrap-iso .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}

.bootstrap-iso [role="button"] {
    cursor: pointer;
}

.bootstrap-iso .container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.bootstrap-iso .row {
    margin-left: -15px;
    margin-right: -15px;
}

.bootstrap-iso .col-xs-1,
.bootstrap-iso .col-sm-1,
.bootstrap-iso .col-md-1,
.bootstrap-iso .col-lg-1,
.bootstrap-iso .col-xs-2,
.bootstrap-iso .col-sm-2,
.bootstrap-iso .col-md-2,
.bootstrap-iso .col-lg-2,
.bootstrap-iso .col-xs-3,
.bootstrap-iso .col-sm-3,
.bootstrap-iso .col-md-3,
.bootstrap-iso .col-lg-3,
.bootstrap-iso .col-xs-4,
.bootstrap-iso .col-sm-4,
.bootstrap-iso .col-md-4,
.bootstrap-iso .col-lg-4,
.bootstrap-iso .col-xs-5,
.bootstrap-iso .col-sm-5,
.bootstrap-iso .col-md-5,
.bootstrap-iso .col-lg-5,
.bootstrap-iso .col-xs-6,
.bootstrap-iso .col-sm-6,
.bootstrap-iso .col-md-6,
.bootstrap-iso .col-lg-6,
.bootstrap-iso .col-xs-7,
.bootstrap-iso .col-sm-7,
.bootstrap-iso .col-md-7,
.bootstrap-iso .col-lg-7,
.bootstrap-iso .col-xs-8,
.bootstrap-iso .col-sm-8,
.bootstrap-iso .col-md-8,
.bootstrap-iso .col-lg-8,
.bootstrap-iso .col-xs-9,
.bootstrap-iso .col-sm-9,
.bootstrap-iso .col-md-9,
.bootstrap-iso .col-lg-9,
.bootstrap-iso .col-xs-10,
.bootstrap-iso .col-sm-10,
.bootstrap-iso .col-md-10,
.bootstrap-iso .col-lg-10,
.bootstrap-iso .col-xs-11,
.bootstrap-iso .col-sm-11,
.bootstrap-iso .col-md-11,
.bootstrap-iso .col-lg-11,
.bootstrap-iso .col-xs-12,
.bootstrap-iso .col-sm-12,
.bootstrap-iso .col-md-12,
.bootstrap-iso .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.bootstrap-iso .col-xs-1,
.bootstrap-iso .col-xs-2,
.bootstrap-iso .col-xs-3,
.bootstrap-iso .col-xs-4,
.bootstrap-iso .col-xs-5,
.bootstrap-iso .col-xs-6,
.bootstrap-iso .col-xs-7,
.bootstrap-iso .col-xs-8,
.bootstrap-iso .col-xs-9,
.bootstrap-iso .col-xs-10,
.bootstrap-iso .col-xs-11,
.bootstrap-iso .col-xs-12 {
    float: left;
}

.bootstrap-iso .col-xs-12 {
    width: 100%;
}

.bootstrap-iso .col-xs-11 {
    width: 91.66666667%;
}

.bootstrap-iso .col-xs-10 {
    width: 83.33333333%;
}

.bootstrap-iso .col-xs-9 {
    width: 75%;
}

.bootstrap-iso .col-xs-8 {
    width: 66.66666667%;
}

.bootstrap-iso .col-xs-7 {
    width: 58.33333333%;
}

.bootstrap-iso .col-xs-6 {
    width: 50%;
}

.bootstrap-iso .col-xs-5 {
    width: 41.66666667%;
}

.bootstrap-iso .col-xs-4 {
    width: 33.33333333%;
}

.bootstrap-iso .col-xs-3 {
    width: 25%;
}

.bootstrap-iso .col-xs-2 {
    width: 16.66666667%;
}

.bootstrap-iso .col-xs-1 {
    width: 8.33333333%;
}

@media (min-width: 768px) {
    .bootstrap-iso .col-sm-1,
    .bootstrap-iso .col-sm-2,
    .bootstrap-iso .col-sm-3,
    .bootstrap-iso .col-sm-4,
    .bootstrap-iso .col-sm-5,
    .bootstrap-iso .col-sm-6,
    .bootstrap-iso .col-sm-7,
    .bootstrap-iso .col-sm-8,
    .bootstrap-iso .col-sm-9,
    .bootstrap-iso .col-sm-10,
    .bootstrap-iso .col-sm-11,
    .bootstrap-iso .col-sm-12 {
        float: left;
    }
    .bootstrap-iso .col-sm-12 {
        width: 100%;
    }
    .bootstrap-iso .col-sm-11 {
        width: 91.66666667%;
    }
    .bootstrap-iso .col-sm-10 {
        width: 83.33333333%;
    }
    .bootstrap-iso .col-sm-9 {
        width: 75%;
    }
    .bootstrap-iso .col-sm-8 {
        width: 66.66666667%;
    }
    .bootstrap-iso .col-sm-7 {
        width: 58.33333333%;
    }
    .bootstrap-iso .col-sm-6 {
        width: 50%;
    }
    .bootstrap-iso .col-sm-5 {
        width: 41.66666667%;
    }
    .bootstrap-iso .col-sm-4 {
        width: 33.33333333%;
    }
    .bootstrap-iso .col-sm-3 {
        width: 25%;
    }
    .bootstrap-iso .col-sm-2 {
        width: 16.66666667%;
    }
    .bootstrap-iso .col-sm-1 {
        width: 8.33333333%;
    }
}

@media (min-width: 992px) {
    .bootstrap-iso .col-md-1,
    .bootstrap-iso .col-md-2,
    .bootstrap-iso .col-md-3,
    .bootstrap-iso .col-md-4,
    .bootstrap-iso .col-md-5,
    .bootstrap-iso .col-md-6,
    .bootstrap-iso .col-md-7,
    .bootstrap-iso .col-md-8,
    .bootstrap-iso .col-md-9,
    .bootstrap-iso .col-md-10,
    .bootstrap-iso .col-md-11,
    .bootstrap-iso .col-md-12 {
        float: left;
    }
    .bootstrap-iso .col-md-12 {
        width: 100%;
    }
    .bootstrap-iso .col-md-11 {
        width: 91.66666667%;
    }
    .bootstrap-iso .col-md-10 {
        width: 83.33333333%;
    }
    .bootstrap-iso .col-md-9 {
        width: 75%;
    }
    .bootstrap-iso .col-md-8 {
        width: 66.66666667%;
    }
    .bootstrap-iso .col-md-7 {
        width: 58.33333333%;
    }
    .bootstrap-iso .col-md-6 {
        width: 50%;
    }
    .bootstrap-iso .col-md-5 {
        width: 41.66666667%;
    }
    .bootstrap-iso .col-md-4 {
        width: 33.33333333%;
    }
    .bootstrap-iso .col-md-3 {
        width: 25%;
    }
    .bootstrap-iso .col-md-2 {
        width: 16.66666667%;
    }
    .bootstrap-iso .col-md-1 {
        width: 8.33333333%;
    }
}

.bootstrap-iso .input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}

.bootstrap-iso .input-group[class*="col-"] {
    float: none;
    padding-left: 0;
    padding-right: 0;
}

.bootstrap-iso .input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
}

.bootstrap-iso .input-group-lg>.form-control,
.bootstrap-iso .input-group-lg>.input-group-addon,
.bootstrap-iso .input-group-lg>.input-group-btn>.btn {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}

.bootstrap-iso select.input-group-lg>.form-control,
.bootstrap-iso select.input-group-lg>.input-group-addon,
.bootstrap-iso select.input-group-lg>.input-group-btn>.btn {
    height: 46px;
    line-height: 46px;
}

.bootstrap-iso textarea.input-group-lg>.form-control,
.bootstrap-iso textarea.input-group-lg>.input-group-addon,
.bootstrap-iso textarea.input-group-lg>.input-group-btn>.btn,
.bootstrap-iso select[multiple].input-group-lg>.form-control,
.bootstrap-iso select[multiple].input-group-lg>.input-group-addon,
.bootstrap-iso select[multiple].input-group-lg>.input-group-btn>.btn {
    height: auto;
}

.bootstrap-iso .input-group-sm>.form-control,
.bootstrap-iso .input-group-sm>.input-group-addon,
.bootstrap-iso .input-group-sm>.input-group-btn>.btn {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.bootstrap-iso select.input-group-sm>.form-control,
.bootstrap-iso select.input-group-sm>.input-group-addon,
.bootstrap-iso select.input-group-sm>.input-group-btn>.btn {
    height: 30px;
    line-height: 30px;
}

.bootstrap-iso textarea.input-group-sm>.form-control,
.bootstrap-iso textarea.input-group-sm>.input-group-addon,
.bootstrap-iso textarea.input-group-sm>.input-group-btn>.btn,
.bootstrap-iso select[multiple].input-group-sm>.form-control,
.bootstrap-iso select[multiple].input-group-sm>.input-group-addon,
.bootstrap-iso select[multiple].input-group-sm>.input-group-btn>.btn {
    height: auto;
}

.bootstrap-iso .input-group-addon,
.bootstrap-iso .input-group-btn,
.bootstrap-iso .input-group .form-control {
    display: table-cell;
}

.bootstrap-iso .input-group-addon:not(:first-child):not(:last-child),
.bootstrap-iso .input-group-btn:not(:first-child):not(:last-child),
.bootstrap-iso .input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0;
}

.bootstrap-iso .input-group-addon,
.bootstrap-iso .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}

.bootstrap-iso .input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: #555555;
    text-align: center;
    background-color: #eeeeee;
    border: 1px solid #cccccc;
    border-radius: 4px;
}

.bootstrap-iso .input-group-addon.input-sm {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px;
}

.bootstrap-iso .input-group-addon.input-lg {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px;
}

.bootstrap-iso .input-group-addon input[type="radio"],
.bootstrap-iso .input-group-addon input[type="checkbox"] {
    margin-top: 0;
}

.bootstrap-iso .input-group .form-control:first-child,
.bootstrap-iso .input-group-addon:first-child,
.bootstrap-iso .input-group-btn:first-child>.btn,
.bootstrap-iso .input-group-btn:first-child>.btn-group>.btn,
.bootstrap-iso .input-group-btn:first-child>.dropdown-toggle,
.bootstrap-iso .input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle),
.bootstrap-iso .input-group-btn:last-child>.btn-group:not(:last-child)>.btn {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.bootstrap-iso .input-group-addon:first-child {
    border-right: 0;
}

.bootstrap-iso .input-group .form-control:last-child,
.bootstrap-iso .input-group-addon:last-child,
.bootstrap-iso .input-group-btn:last-child>.btn,
.bootstrap-iso .input-group-btn:last-child>.btn-group>.btn,
.bootstrap-iso .input-group-btn:last-child>.dropdown-toggle,
.bootstrap-iso .input-group-btn:first-child>.btn:not(:first-child),
.bootstrap-iso .input-group-btn:first-child>.btn-group:not(:first-child)>.btn {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.bootstrap-iso .input-group-addon:last-child {
    border-left: 0;
}

.bootstrap-iso .input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
}

.bootstrap-iso .input-group-btn>.btn {
    position: relative;
}

.bootstrap-iso .input-group-btn>.btn+.btn {
    margin-left: -1px;
}

.bootstrap-iso .input-group-btn>.btn:hover,
.bootstrap-iso .input-group-btn>.btn:focus,
.bootstrap-iso .input-group-btn>.btn:active {
    z-index: 2;
}

.bootstrap-iso .input-group-btn:first-child>.btn,
.bootstrap-iso .input-group-btn:first-child>.btn-group {
    margin-right: -1px;
}

.bootstrap-iso .input-group-btn:last-child>.btn,
.bootstrap-iso .input-group-btn:last-child>.btn-group {
    margin-left: -1px;
}

.bootstrap-iso .close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000000;
    text-shadow: 0 1px 0 transparent;
    opacity: 0.2;
    filter: alpha(opacity=20);
}

.bootstrap-iso .close:hover,
.bootstrap-iso .close:focus {
    color: #000000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.bootstrap-iso button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}

.bootstrap-iso .modal-open {
    overflow: hidden;
}

.bootstrap-iso .modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

.bootstrap-iso .modal.fade:not(.show) {
    display: none !important;
}

.bootstrap-iso .modal.fade .cookiePackage-modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
}

.bootstrap-iso .modal.show .cookiePackage-modal-dialog,
.bootstrap-iso .modal.in .cookiePackage-modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

.bootstrap-iso .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.bootstrap-iso .cookiePackage-modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}

.bootstrap-iso .modal-content {
    position: relative;
    background-color: #2a2a2a;
    border: 1px solid #999999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    outline: 0;
}

.bootstrap-iso .modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000000;
}

.bootstrap-iso .modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0);
}

.bootstrap-iso .modal-backdrop.show,
.bootstrap-iso .modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.bootstrap-iso .modal-header {
    padding: 15px;
    min-height: 16.42857143px;
}

.bootstrap-iso .modal-header .close {
    margin: -2px 0 0 auto;
    color: #e20074;
    opacity: 1;
}

.bootstrap-iso .modal-title {
    margin: 0;
    line-height: 1.42857143;
}

.bootstrap-iso .modal-body {
    position: relative;
    padding: 15px;
}

.bootstrap-iso .modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

.bootstrap-iso .modal-footer .btn+.btn {
    margin-left: 5px;
    margin-bottom: 0;
}

.bootstrap-iso .modal-footer .btn-group .btn+.btn {
    margin-left: -1px;
}

.bootstrap-iso .modal-footer .btn-block+.btn-block {
    margin-left: 0;
}

.bootstrap-iso .modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width: 768px) {
    .bootstrap-iso .cookiePackage-modal-dialog {
        width: 600px;
        margin: 30px auto;
    }
    .bootstrap-iso .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    }
    .bootstrap-iso .modal-sm {
        width: 300px;
    }
}

@media (min-width: 992px) {
    .bootstrap-iso .modal-lg {
        width: 900px;
    }
}

.bootstrap-iso .clearfix:before,
.bootstrap-iso .clearfix:after,
.bootstrap-iso .dl-horizontal dd:before,
.bootstrap-iso .dl-horizontal dd:after,
.bootstrap-iso .container:before,
.bootstrap-iso .container:after,
.bootstrap-iso .container-fluid:before,
.bootstrap-iso .container-fluid:after,

/* .bootstrap-iso .row:before,
.bootstrap-iso .row:after, */

.bootstrap-iso .form-horizontal .form-group:before,
.bootstrap-iso .form-horizontal .form-group:after,
.bootstrap-iso .btn-toolbar:before,
.bootstrap-iso .btn-toolbar:after,
.bootstrap-iso .btn-group-vertical>.btn-group:before,
.bootstrap-iso .btn-group-vertical>.btn-group:after,
.bootstrap-iso .nav:before,
.bootstrap-iso .nav:after,
.bootstrap-iso .navbar:before,
.bootstrap-iso .navbar:after,
.bootstrap-iso .navbar-header:before,
.bootstrap-iso .navbar-header:after,
.bootstrap-iso .navbar-collapse:before,
.bootstrap-iso .navbar-collapse:after,
.bootstrap-iso .pager:before,
.bootstrap-iso .pager:after,
.bootstrap-iso .panel-body:before,
.bootstrap-iso .panel-body:after,
.bootstrap-iso .modal-footer:before,
.bootstrap-iso .modal-footer:after {
    content: " ";
    display: table;
}

.bootstrap-iso .clearfix:after,
.bootstrap-iso .dl-horizontal dd:after,
.bootstrap-iso .container:after,
.bootstrap-iso .container-fluid:after,

/* .bootstrap-iso .row:after, */

.bootstrap-iso .form-horizontal .form-group:after,
.bootstrap-iso .btn-toolbar:after,
.bootstrap-iso .btn-group-vertical>.btn-group:after,
.bootstrap-iso .nav:after,
.bootstrap-iso .navbar:after,
.bootstrap-iso .navbar-header:after,
.bootstrap-iso .navbar-collapse:after,
.bootstrap-iso .pager:after,
.bootstrap-iso .panel-body:after,
.bootstrap-iso .modal-footer:after {
    clear: both;
}

.bootstrap-iso .center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.bootstrap-iso .pull-right {
    float: right !important;
}

.bootstrap-iso .pull-left {
    float: left !important;
}

.bootstrap-iso .hide {
    display: none !important;
}

.bootstrap-iso .show {
    display: block !important;
}

.bootstrap-iso .invisible {
    visibility: hidden;
}

.bootstrap-iso .text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.bootstrap-iso .hidden {
    display: none !important;
}

.bootstrap-iso .affix {
    position: fixed;
}

@-ms-viewport {
    width: device-width;
}

.bootstrap-iso .visible-xs,
.bootstrap-iso .visible-sm,
.bootstrap-iso .visible-md,
.bootstrap-iso .visible-lg {
    display: none !important;
}

.bootstrap-iso .visible-xs-block,
.bootstrap-iso .visible-xs-inline,
.bootstrap-iso .visible-xs-inline-block,
.bootstrap-iso .visible-sm-block,
.bootstrap-iso .visible-sm-inline,
.bootstrap-iso .visible-sm-inline-block,
.bootstrap-iso .visible-md-block,
.bootstrap-iso .visible-md-inline,
.bootstrap-iso .visible-md-inline-block,
.bootstrap-iso .visible-lg-block,
.bootstrap-iso .visible-lg-inline,
.bootstrap-iso .visible-lg-inline-block {
    display: none !important;
}

@media (max-width: 767px) {
    .bootstrap-iso .visible-xs {
        display: block !important;
    }
    .bootstrap-iso table.visible-xs {
        display: table;
    }
    .bootstrap-iso tr.visible-xs {
        display: table-row !important;
    }
    .bootstrap-iso th.visible-xs,
    .bootstrap-iso td.visible-xs {
        display: table-cell !important;
    }
}

@media (max-width: 767px) {
    .bootstrap-iso .visible-xs-block {
        display: block !important;
    }
}

@media (max-width: 767px) {
    .bootstrap-iso .visible-xs-inline {
        display: inline !important;
    }
}

@media (max-width: 767px) {
    .bootstrap-iso .visible-xs-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .bootstrap-iso .visible-sm {
        display: block !important;
    }
    .bootstrap-iso table.visible-sm {
        display: table;
    }
    .bootstrap-iso tr.visible-sm {
        display: table-row !important;
    }
    .bootstrap-iso th.visible-sm,
    .bootstrap-iso td.visible-sm {
        display: table-cell !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .bootstrap-iso .visible-sm-block {
        display: block !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .bootstrap-iso .visible-sm-inline {
        display: inline !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .bootstrap-iso .visible-sm-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .bootstrap-iso .visible-md {
        display: block !important;
    }
    .bootstrap-iso table.visible-md {
        display: table;
    }
    .bootstrap-iso tr.visible-md {
        display: table-row !important;
    }
    .bootstrap-iso th.visible-md,
    .bootstrap-iso td.visible-md {
        display: table-cell !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .bootstrap-iso .visible-md-block {
        display: block !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .bootstrap-iso .visible-md-inline {
        display: inline !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .bootstrap-iso .visible-md-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 1200px) {
    .bootstrap-iso .visible-lg {
        display: block !important;
    }
    .bootstrap-iso table.visible-lg {
        display: table;
    }
    .bootstrap-iso tr.visible-lg {
        display: table-row !important;
    }
    .bootstrap-iso th.visible-lg,
    .bootstrap-iso td.visible-lg {
        display: table-cell !important;
    }
}

@media (min-width: 1200px) {
    .bootstrap-iso .visible-lg-block {
        display: block !important;
    }
}

@media (min-width: 1200px) {
    .bootstrap-iso .visible-lg-inline {
        display: inline !important;
    }
}

@media (min-width: 1200px) {
    .bootstrap-iso .visible-lg-inline-block {
        display: inline-block !important;
    }
}

@media (max-width: 767px) {
    .bootstrap-iso .hidden-xs {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .bootstrap-iso .hidden-sm {
        display: none !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .bootstrap-iso .hidden-md {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .bootstrap-iso .hidden-lg {
        display: none !important;
    }
}

.bootstrap-iso .visible-print {
    display: none !important;
}

@media print {
    .bootstrap-iso .visible-print {
        display: block !important;
    }
    .bootstrap-iso table.visible-print {
        display: table;
    }
    .bootstrap-iso tr.visible-print {
        display: table-row !important;
    }
    .bootstrap-iso th.visible-print,
    .bootstrap-iso td.visible-print {
        display: table-cell !important;
    }
}

.bootstrap-iso .visible-print-block {
    display: none !important;
}

@media print {
    .bootstrap-iso .visible-print-block {
        display: block !important;
    }
}

.bootstrap-iso .visible-print-inline {
    display: none !important;
}

@media print {
    .bootstrap-iso .visible-print-inline {
        display: inline !important;
    }
}

.bootstrap-iso .visible-print-inline-block {
    display: none !important;
}

@media print {
    .bootstrap-iso .visible-print-inline-block {
        display: inline-block !important;
    }
}

@media print {
    .bootstrap-iso .hidden-print {
        display: none !important;
    }
}


/*Addition */

.content-text {
    color: #fff !important;
    font-weight: 400 !important;
    padding-top: 1.1vw;
}


/* Responsive Additions */

.cookieCenterPopup {
    width: 56vw !important;
    height: 31.6vw !important;
    line-height: 1.1vw !important;
    font-size: 0.75vw !important;
    border-radius: 0.55vw !important;
}

.cookieCenterPopupButton {
    border: 0.15vw solid rgba(238, 238, 238, .5) !important;
    border-radius: 1.85vw !important;
    width: 14.6vw !important;
    height: 3.2vw !important;
    font-size: 1vw !important;
}

.cookieMoreInfoPopUp.modal-body {
    font-size: 0.9vw !important
}

.cookieMainPopupRightSide {
    height: 23.5vw !important;
    line-height: 1.35vw !important;
}

.bootstrap-iso td,
.bootstrap-iso th {
    padding: 0.25vw !important;
    max-width: 5.25vw!important;
    min-width: 5.25vw!important;
    height: 1.6vw !important;
}

.bootstrap-iso .moreWidth {
    max-width: 8.3vw !important;
    min-width: 8.3vw !important
}

.fs-12 {
    font-size: 0.65vw !important;
}

.right-arrow:after {
    border-top: 0.35vw solid transparent;
    border-right: 0.35vw solid transparent;
    border-bottom: 0.35vw solid transparent;
    border-left: 0.5vw solid #e20074;
}

.cookieMainPopupLeftSide .tab-list li {
    padding: 1.1vw !important;
}

.cookieMoreInfoPopUp.modal-footer {
    padding: 1.3vw !important;
}

.bootstrap-iso .modal-footer {
    border-top: 0.05vw solid #e5e5e5 !important;
}

.switch {
    width: 2.3vw !important;
    height: 1.1vw !important;
}

.cookiePackageSlider:before {
    width: 1.05vw !important;
    height: 1.05vw !important;
}

input:checked+.cookiePackageSlider:before {
    -webkit-transform: translateX(1.35vw);
    -ms-transform: translateX(1.35vw);
    transform: translateX(1.35vw);
}

.bootstrap-iso .close {
    font-size: 1.1vw !important;
}


/* Main Dialog */

.cookieMainPopuoTitle {
    font-size: 0.95vw;
}

.cookieBottomBar {
    font-size: 0.9vw;
    line-height: 1.1vw;
    padding: 1.6vw 2.1vw !important;
}

ul.b {
    line-height: 1.15vw;
}

.cookieMainPopupButton {
    border: 0.125vw solid rgba(238, 238, 238, .5);
    border-radius: 1.85vw;
    font-size: 1vw !important;
    height: 3.15vw;
    width: 15vw;
}

.cookieMainPopuBody {
    max-height: 4.25vw;
}

.cookieMoreInfoBtn {
    opacity: 1 !important;
    font-size: 1vw;
}

.cookieMoreInfoBtn:hover {
    opacity: 1 !important;
}