/*globals*/
@import url(https://fonts.googleapis.com/css?family=Nunito:300);
@import url(http://fonts.googleapis.com/css?family=Open+Sans);
ul.plain{
    list-style: none;
    margin: 0;
    padding: 0;
}
.skew{
  transform:skew(20deg,20deg);
}
.overflow-hidden{
    overflow: hidden;
}
.pos-r{
    position: relative;
}
a:hover, a, a:focus{
    text-decoration: none;
    color: inherit;
}
.mb-10{
    margin-bottom: 10px;
}
.mb-20{
    margin-bottom: 10px;
}
.ml-10{
    margin-left: 10px;
}
.ml-20{
    margin-left: 20px;
}
.mr-20{
    margin-right: 20px
}
.mt-10{
    margin-top: 10px;
}
.mt-20{
    margin-top: 20px;
}
body{
    font-family: 'Nunito', sans-serif;
    color: #fff;
}

.lan-ro-en{
    cursor: pointer;
}

/** Carousel **/
.jcarousel {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin: auto;
}

.jcarousel ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

.jcarousel li {
    float: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}


/** Carousel Controls **/

.jcarousel-control-prev,
.jcarousel-control-next {
    position: absolute;
    top: 50%;
    margin-top: -15px;
    width: 30px;
    height: 30px;
    text-align: center;
    background: #4E443C;
    color: #fff;
    text-decoration: none;
    text-shadow: 0 0 1px #000;
    font: 24px/27px Arial, sans-serif;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    -webkit-box-shadow: 0 0 4px #F0EFE7;
    -moz-box-shadow: 0 0 4px #F0EFE7;
    box-shadow: 0 0 4px #F0EFE7;
}

.jcarousel-control-prev {
    left: 15px;
}

.jcarousel-control-next {
    right: 15px;
}

/** Carousel Pagination **/

.jcarousel-pagination {
    position: absolute;
    bottom: -40px;
    left: 52.3%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    margin: 0;
}
.slide-2 .jcarousel-pagination{
    left: 50%
}

.jcarousel-pagination a {
    text-decoration: none;
    display: inline-block;

    font-size: 11px;
    height: 10px;
    width: 10px;
    line-height: 10px;

    background: #90abb9;
    color: #4E443C;
    border-radius: 10px;
    text-indent: -9999px;

    margin-right: 7px;


    -webkit-box-shadow: 0 0 2px #4E443C;
    -moz-box-shadow: 0 0 2px #4E443C;
    box-shadow: 0 0 2px #4E443C;
}

.jcarousel-pagination a.active {
    background: #dee7ec;
    color: #fff;
    opacity: 1;

    -webkit-box-shadow: 0 0 2px #F0EFE7;
    -moz-box-shadow: 0 0 2px #F0EFE7;
    box-shadow: 0 0 2px #F0EFE7;
}

/*custom*/
.credit-expand{
    max-height: 0px;
    overflow: hidden;
    -webkit-transition: max-height 0.5s linear;
    -moz-transition: max-height 0.5s linear;
    transition: max-height 0.5s linear;
}
.expanded{
    max-height: 400px;
}
.show-991, .ui-loader{
    display: none;
}
.nav>li>a:focus, .nav>li>a:hover{
    background: none;
}
/* Effect 21: borders slight translate */
.cl-effect-21 a {
    padding: 10px;
    color: #666666;
    font-weight: 700;
    text-shadow: none;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    transition: color 0.3s;
}
/*button effect*/
.cl-effect-21 a::before,
.cl-effect-21 a::after {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background: #fff;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    -moz-transition: opacity 0.3s, -moz-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    transform: translateY(-10px);
}

.cl-effect-21 a::before {
    top: 0;
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    transform: translateY(-10px);
}

.cl-effect-21 a::after {
    bottom: 0;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    transform: translateY(10px);
}

.cl-effect-21 a:hover,
.cl-effect-21 a:focus {
    color: #fff;
}
.cl-effect-21 a:hover::before,
.cl-effect-21 a:focus::before,
.cl-effect-21 a:hover::after,
.cl-effect-21 a:focus::after {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);
}
.bg-overlayer{
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #333;
    opacity: 0.7;
    z-index: 5;
}
.form-wrap, .pop-wrap{
    display: none;
    font-size: 16px;
    width: 540px;
    height: 570px;
    border-radius: 4px;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    z-index: 5;
}
.form-top, .pop-top{
    background: #006699;
    padding: 10px 0;
    line-height: 1.2;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.form-wrap span, .pop-wrap span{
    font-size: 26px;
}
.contact-form{
    padding: 0 25px;
}
.contact-form .col-xs-12{
    margin-bottom: 30px;
}
.contact-form{
    background: #fff;
    color: #333
}
.contact-form input, .contact-form textarea{
    border: 1px solid #cccccc;
    width: 100%;
    border-radius: 2px;
}
.contact-form textarea{
    min-height: 180px;
}
.contact-form label.error{
    font-size: 12px;
    font-weight: bold;
    color: #e60000;
    position: absolute;
    left: 20px;
    top: 60px;
}
#terms-error{
    top: 25px;
    left: 13px;
}
.contact-form .btn-primary{
    background: #006699;
    border-bottom: 2px solid #004e81;
    width: 100%;
}
.finalize-row input{
    width: auto;
    top: 3px;
    position: relative;
}
.finalize-row label{
    font-size: 12px;
}

input.error{
    border: 1px solid #e60000;
}
.sprite-load{
    background: url(../images/spritesheet.png);
    background-repeat: no-repeat;
    display: inline-block;
}
.form-top .sprite-load, .pop-top .sprite-load{
    position: absolute;
}
.form-close, .pop-close{
    background-position: -4px -7px;
    width: 14px;
    height: 14px;
    right: 10px;
    top: 10px;
    cursor: pointer;
}
.form-bubble{
    background-position: -28px 0;
    width: 38px;
    height: 33px;
    top: 20px;
    left: 80px;
}
.sticky-contact{
    background: #707070;
    font-size: 14px;
    line-height: 1.8;
    position: fixed;
    width: 100%;
    z-index: 4;
}
.sticky-contact .pull-right{
    width: 740px;
}
.sticky-contact .sprite-load{
    width: 19px;
    height: 19px;
}
.sticky-contact span{
    vertical-align: middle;
}
.contact-phone{
    background-position: -76px -7px;
    margin-right: 10px
}
.form-small-bubble{
    background-position: -103px -7px;
    margin-right: 10px;
}
.linkedin-icon{
    background-position: -134px -7px;
    margin-right: 10px;
}
.twitter-icon{
    background-position: -165px -7px;
    margin-right: 10px;
}
.sticky-contact span{
    cursor: pointer;    
}
.credit-bonus-nav{
    top: 26px;
    position: relative;
    background: #464646;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover{
    background: #464646;
}
.navbar{
    margin-bottom: 10px;
}
.nav>li{
    top: 10px;
    font-size: 12px;
}
.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
}
.navbar-brand{
    padding: 10px 0;
}
.navbar-toggle{
    border: 1px solid #fff;
    margin-top: 12px;
}
.navbar-toggle .icon-bar{
    background: #fff;
}
.credit-row{
    padding: 50px 0;
    background-repeat: repeat;
    background-size: auto;
}
#row-1{
    background: url('../images/row-1.jpg') 50% 0 no-repeat fixed;
}
#row-2{
    background-image: url('../images/row-2-bg-pattern.jpg');
    z-index: 2;
}
#row-3{
    background: url('../images/row-3.jpg') 50% 0 no-repeat fixed;
    max-height: 600px;
    z-index: 1;
}
#row-4{
    background-image: url('../images/row-4-bg-pattern.jpg');
    z-index: 2;
}
#row-5{
    background: url('../images/row-5.jpg') 50% 0 no-repeat fixed;
}
#row-6{
    background-color: #1d2a3c;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHCAYAAADEUlfTAAAALklEQVQIW2NkwAMYscnJaFj+f3LjOCOGJEwCpAlFElkCRRJdAi6JTQLDWHTHAQDAEBQICwcwUwAAAABJRU5ErkJggg==');
    margin-top: -160px;
    color: #ccc;

    /* Set our transitions up. */
    -webkit-transition: max-height 0.8s;
    -moz-transition: max-height 0.8s;
    transition: max-height 0.8s;
}
#row-6 h3{
    color: #fff;
}
#row-7{
    background: url('../images/row-7.jpg') 50% 0 no-repeat fixed;
    padding: 115px 0;
    position: relative;
}
#row-8{
    background-image: url('../images/row-8-bg-pattern.jpg');
}
#row-9{
    background: url('../images/row-9.png') no-repeat;
}
#row-1 .container div > div{
    float: left;
    text-align: center;
}
#row-1 h2{
    font-size: 24px;
    margin-top: 60px;
    margin-bottom: 10px;
    font-weight: bold;
    font-family: 'Open Sans';
}
#row-1 h2.big{
    margin-top: 50px;
    margin-bottom: 10px;
}
#row-1 h2.big span{
    font-size: 34px;
}
#row-1 h2.small span{
    font-size: 15px;
}
#row-1 p{
    font-size: 12px;
}
#row-1 .separator{
    display: block;
    height: 1px;
    width: 200px;
    background: #fff;
    margin: 10px auto;
}
.row-1-1{
    margin-top: 80px;
}
.row-1-2{
    margin-top: -95px;
}
.romb-mic{
    width: 106px;
    height: 106px;
    position: relative;
}
.romb-mare{
    width: 242px;
    height: 244px;
}
.romb-1-mic{
    background-position: 0 -290px;
    margin-left: 85px;
}
.romb-2-mic{
    background-position: -122px -290px;
    margin-left: 150px;
}
.romb-3-mic{
    background-position: -244px -290px;
    margin-left: 408px;
}
.romb-ico{
    width: 46px;
    height: 46px;
    margin: auto;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.romb-ico-1{
    background-position: 0 -411px;
}
.romb-ico-2{
    background-position: -60px -408px;
}
.romb-ico-3{
    background-position: -126px -408px;
}
.romb-ico-4{
    background-position: -193px -409px;
}
.romb-ico-5{
    background-position: -260px -405px;
}
.romb-1-mare{
    background-position: 0 -32px;
}
.romb-2-mare{
    background-position: -260px -33px;
}
.romb-3-mare{
    background-position: -520px -33px;
}
.row-1-2 .romb-mare,.row-1-3 .romb-mare{
    margin-left: 15px;
    margin-top: -95px;
}
.row-1-2 .romb-1-mare.first{
    margin-left: 145px;
}
.row-1-4 .romb-mic{
    margin-top: -95px;
}
.row-1-4 .romb-3-mic{
    margin-left: 208px; 
}
.row-1-4 .romb-1-mic{
    margin-left: 675px; 
}
.row-1-4{
    margin-bottom: 30px;
}
.mouse{
    background-position: -366px -298px;
    width: 91px;
    height: 91px;
    margin: 0 auto -95px;
    display: block;
    cursor: pointer;
    z-index: 3;
    position: relative;
}
.flag, .x-roads, .servicii-ico, .despre-noi-ico{
    background-position: 26px -474px;
    width: 105px;
    height: 105px;
    display: block;
    margin: auto;
}
.border-right{
    border-right: 1px solid #fff;
    padding: 50px 0;
}
#row-6 .border-right{
    padding: 70px 0;
}
#row-8 .border-right{
    padding: 90px 0;
}
#row-2 p{
    line-height: 1.2;
    margin-bottom: 25px;
    margin-left: 20px;
}
.tnr{
    font-family: "Times New Roman";
    font-size: 36px;
    line-height: 0;
}
.slide-1{
    background: url(../images/slide-1-bg.png);
    width: 825px;
    height: 825px;
    margin: auto;
    top: -110px;
    position: relative;
}
.slide-2{
    background: url(../images/slide-2-bg.png);
    width: 905px;
    height: 821px;
    margin: auto;
    top: -110px;
    position: relative;
}

.jcarousel-wrapper{
    height: 359px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}

.jcarousel{
    text-align: center;
    line-height: 1.2;
    font-style: italic;
    font-size: 20px;
}
.jcarousel .head{
    font-size: 50px;
    font-style: normal;
    margin-bottom: 30px;
    font-family: 'Open Sans'
}
.jcarousel p{
    margin-top: 20px;
}
.ico-slide{
    background-position: -126px -495px;
    width: 36px;
    height: 57px;
    margin-bottom: 20px;
}
.x-roads{
    background-position: -256px -471px;
}
#row-4 .border-right{
    border-color: #666666;
    padding: 25px 0;
}
#row-4 ul .sprite-load{
    width: 30px;
    height: 30px;
    margin: 0 20px;
    margin-bottom: -10px;
}
#row-4 .list-unstyled li{
    margin-bottom: 20px;
}
.servicii-ico{
    background-position: -501px -470px;
}
.creditare-ico-1{
    background-position: -4px -588px;
}
.creditare-ico-2{
    background-position: -48px -588px;
}
.creditare-ico-3{
    background-position: -92px -587px;
}
.creditare-ico-4{
    background-position: -136px -587px;
}
.creditare-ico-5{
    background-position: -180px -588px;
}
.creditare-ico-6{
    background-position: -219px -589px;
}
.creditare-ico-7{
    background-position: -257px -592px;
}
.creditare-ico-8{
    background-position: -295px -592px;
}
.creditare-ico-9{
    background-position: -332px -593px;
}

.credit-expand-trigger{
    color: #99ccff;
    cursor: pointer;
    font-size: 0.9em
}
.testimonial-wrap{
    background-color: #fff;
    opacity: 0.9;
    padding: 60px;
    margin: auto;
    width: 100%;
    color: #000;
}
.testimonial-wrap h3{
    font-size: 30px;
}
.testimonial-wrap .jcarousel-pagination{
    bottom: 30px;
    left: auto;
    right: 55px
}
.testimonial-wrap .jcarousel{
    width: auto;
    text-align: left;
}
.testimonial-wrap .jcarousel li{
    color: #666666;
    font-size: 18px;
}
.testimonial-wrap .jcarousel li span{
    font-style: normal;
    font-weight: bold;
}
.testimonial-ico{
    background-position: -395px -471px;
    width: 61px;
    height: 98px;
    top: -70px;
    left: 70px;
    position: absolute;
    z-index: 2;
}
.second{
    left: 140px;
}
.slide-1 .jcarousel-wrapper{
    width: 500px;
}
.slide-2 .jcarousel-wrapper{
    width: 600px;
}
.jcarousel{
    cursor: pointer;
}
.despre-noi-ico{
    background-position: -634px -495px;
    width: 118px;
}
.despre-pic{
    width: 162px;
    height: 162px;
    border-radius: 100%;
    overflow: hidden;
    margin: 20px auto;
}
.small-text{
    font-size: 0.9em;
}
.pad{
    padding: 0 20px;
}
#row-9 ul li{
    line-height: 2.2;
}
ul.credit-navigation{
    cursor: pointer;
}
#row-9 h3{
    padding-bottom: 30px;
    font-weight: bold;
    font-size: 16px;
    border-bottom: 1px solid #fff;
    max-width: 50%;
}
#row-9 .img-responsive{
    padding: 100px 70px
}
.breadcrumbs{
    position: fixed;
    top: 20%;
    left: 10px;
    z-index: 3
}
.breadcrumbs .separator{
    width: 2px;
    height: 40px;
    background: #fff;
    margin: 0 auto;
}
.breadcrumbs .bubble{
    width: 29px;
    height: 29px;
    border-radius: 100%;
    border: 1px solid #fff;
    background: #333;
    opacity: 0.9;
    vertical-align: top;
    cursor: pointer;
    position: relative;
}
.breadcrumbs .bubble.active{
    background: #fff;
}
.breadcrumbs .sprite-load{
    width: 29px;
    height: 29px;
    transition: all 0.2s ease-in-out;
}
.ico-home{
    background-position: -6px -628px;
}
.active .ico-home{
    background-position: -6px -658px;
}
.ico-misiunea{
    background-position: -34px -625px;
}
.active .ico-misiunea{
    background-position: -34px -655px;
}
.ico-produse{
    background-position: -62px -627px;
}
.active .ico-produse{
    background-position: -62px -657px;
}
.ico-servicii{
    background-position: -88px -628px;
}
.active .ico-servicii{
    background-position: -88px -658px;
}
.ico-testimoniale{
    background-position: -115px -631px;
}
.active .ico-testimoniale{
    background-position: -115px -661px;
}
.ico-despre{
    background-position: -144px -628px;
}
.active .ico-despre{
    background-position: -144px -658px;
}
.ico-contact{
    background-position: -174px -627px;
}
.active .ico-contact{
    background-position: -174px -657px;
}
.breadcrumbs .bubble-title{
    font-weight: bold;
    text-align: center;
    color: #333;
    background-position: -230px -627px;
    width: 150px;
    max-height: 0px;
    overflow: hidden;
    -webkit-transition: max-height 0.2s linear;
    -moz-transition: max-height 0.2s linear;
    transition: max-height 0.2s linear;
    position: relative;
    right: -30px;
    top: -35px;
    line-height: 2.3;
}
.breadcrumbs .bubble:hover .bubble-title{
    max-height: 42px;
}
.glyphicon-arrow-up{
    position: fixed;
    top: 87%;
    color: #000;
    right: 10px;
    z-index: 4;
    cursor: pointer;
}
.pop-wrap{
    height: auto;
    max-height: 420px;
}
.pop-group{
    padding: 60px;
    color: #333;
}
.pop-open:hover{
    text-decoration: underline;
}
.pop-top .sprite-load{
    width: 51px;
    height: 51px;
    position: static;
    margin-bottom: -20px;
    margin-left: 10px;
}
.pop-top .sprite-load.pop-close{
    position: absolute;
    width: 14px;
    height: 14px;
}
.pop-head-ico-1{
    background-position: -5px -696px;
}
.pop-head-ico-2{
    background-position: -70px -696px;
}
.pop-head-ico-3{
    background-position: -135px -696px;
}
.pop-head-ico-4{
    background-position: -197px -696px;
}
.pop-head-ico-5{
    background-position: -258px -696px;
}
.pop-head-ico-6{
    background-position: -325px -696px;
}
.pop-head-ico-7{
    background-position: -380px -696px;
}
.pop-head-ico-8{
    background-position: -447px -696px;
}
.pop-head-ico-9{
    background-position: -508px -700px;
}
/*responsive adjustments*/
@media (min-width: 1200px){
    .container {
        width: 1200px;
    }
}
@media (max-width: 1200px){
    .romb-mic, .romb-mare{
        margin-top: 30px!important;
        margin-left: 15%!important;
    }
}

@media screen and (max-width: 991px) {
    .testimonial-wrap{
        padding: 10px 30px;
    }
    .testimonial-wrap .jcarousel li{
        font-size: 14px;
    }
    .testimonial-wrap .jcarousel-pagination{
        bottom: 15px;
        right: 5px;
    }
    .testimonial-wrap h3{
        margin-top: 50px
    }
    .testimonial-ico{
        left: 50%
    }
    .testimonial-ico.second{
        left: 30%;
    }
    #row-6{
        margin:0;
        max-height: auto;
    }
    .border-right{
        padding: 10px 0;
        border: 0;
    }
    .slide-1, .slide-2{
        width: 100%;
        padding: 0;
        position: static;
        height: auto;
        margin:0;
        background-position: center;
    }
    .slide-1 .jcarousel-wrapper, .slide-2 .jcarousel-wrapper, .testimonial-wrap{
        position: relative;
        padding-top: 10px;
        width: 100%;
        left: 0;
    }
    .jcarousel li{
        width: 100%;
        max-width: 410px;
    }
    .jcarousel-pagination {
        bottom: 20px;
    }
    .jcarousel .head{
        font-size: 30px;
    }
    .jcarousel p {
        margin-top: 0;
    }
    .ico-slide{
        margin-bottom: 10px;
    }
    .hide-991{
        display: none;
    }
    .show-991{
        display: block;
        margin-top: 50px;
    }
    .navbar {
        margin-bottom: 5px;
    }
    .navbar-header img{
        margin-left: 10px;
    }
    .navbar-collapse li{
        text-align: center;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .jcarousel li {
        width: 100%;
        max-width: 750px;
    }
    .navbar-header {
        float: none;
        margin: auto;
        width: 210px;
    }
    .show-991{
        margin-top: 25px;
    }
}

@media screen and (max-width: 767px) {
    .pop-group {
        padding: 10px 60px;
    }
    .sticky-contact{
        font-size: 11px;
        line-height: 2.2;
    }
    .pop-wrap{
        font-size: 18px
    }
    .pop-top .mt-20{
        margin-top: 0
    }
    #goodwave{
        bottom: -60px !important;
    }
    .breadcrumbs{
        display: none;
    }
    .pad{
        padding: 0
    }
    #row-9 h3{
        max-width: 100%;
    }
    #row-9 .img-responsive{
        margin: 20px auto;
        padding: 0;
    }
    #row-9 ul li {
        font-size: 13px;
    }
    .credit-bonus-nav{
       top: 75px;
    }
    .sticky-contact .pull-right{
        width: 100%;
        text-align: center;
    }
    .navbar-collapse{
        width: 100%
    }
    .form-wrap{
        position: relative;
        margin: 0;
        width: 100%;
        height: 750px;
    }
    .pop-wrap{
        width: 100%;
        max-height: none;
    }
    .form-wrap span {
        font-size: 16px;
    }
    .pop-wrap span{
        font-size: 18px
    }
    .bg-overlayer, .form-bubble{
        display: none!important;
    }
    br{
        display: none;
    }
    #row-8 br, .form-top br{
        display: block;
    }
}
@media screen and (max-width: 320px) {
    .jcarousel li{
        max-width: 320px;
    }
}
.form-tooltip {
    background: #cc0000 none repeat scroll 0 0;
    color: #ffffff;
    float: right;
    font-family: Arial,sans-serif;
    font-size: 12px;
    margin: -26px 1px 0 0;
    outline: 0 none;
    padding: 4px;
    border-radius: 1px;
    position: relative;
}
.modal.notice {  }
.modal.notice .modal-header { background-color:#ececec; }
.modal.notice .modal-header h4 { color:#006699; font-size:16px; text-transform:uppercase; font-weight:700; }
.modal.notice .modal-body { color:#000000; font-size:14px; }
.modal.error {   }
.modal.error .modal-header { background-color:#ececec; }
.modal.error .modal-header h4 { color:#006699; font-size:16px; text-transform:uppercase; font-weight:700; }
.modal.error .modal-body { color:#000000; font-size:14px; }
.modal.disclaimer {   }
.modal.disclaimer .modal-header { background-color:#ececec; }
.modal.disclaimer .modal-header h4 { color:#006699; font-size:16px; text-transform:uppercase; font-weight:700; }
.modal.disclaimer .modal-body { color:#000000; font-size:14px; }

/*Cookie Consent Begin*/
#cookieConsent {
    background-color: rgba(20,20,20,0.8);
    min-height: 26px;
    font-size: 14px;
    color: #ccc;
    line-height: 26px;
    padding: 8px 0 8px 30px;
    font-family: "Trebuchet MS",Helvetica,sans-serif;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
    z-index: 9999;
}
#cookieConsent a {
    color: #4B8EE7;
    text-decoration: none;
}
#closeCookieConsent {
    float: right;
    display: inline-block;
    cursor: pointer;
    height: 20px;
    width: 20px;
    margin: -15px 0 0 0;
    font-weight: bold;
}
#closeCookieConsent:hover {
    color: #FFF;
}
#cookieConsent a.cookieConsentOK {
    background-color: #F1D600;
    color: #000;
    display: inline-block;
    border-radius: 5px;
    padding: 0 20px;
    cursor: pointer;
    float: right;
    margin: 0 60px 0 10px;
}
#cookieConsent a.cookieConsentOK:hover {
    background-color: #E0C91F;
}
/*Cookie Consent End*/