@font-face{
    font-family:'HelveticaNeue';src:url('../fonts/HelveticaNeue-Medium.ttf') format('truetype');
}

@font-face{
    font-family:'HelveticaNeue-Light';src:url('../fonts/HelveticaNeue-Light.ttf') format('truetype');
}

body{
    /*padding-top: 50px;*/
    font-family: HelveticaNeue-Light;
    /*position: relative;*/
}

h1{
  font-family: HelveticaNeue;
  font-size: 45px;
}

h3 {
    line-height: 33px;
    margin-top: 0;
    margin-bottom: 25px;
    color: #999;
}

.header-wrapper, #big-video-wrap {
  position: relative;
  width: 100%;
  height: 530px;
  z-index: -1;
  top: 10px;
  left: 0;
  

}

#big-video-wrap {
  color: transparent;
  background: #000;  
  top: 0;
}

.header-wrapper{
  z-index: -2;
  height: auto;
}

/*
#big-video-wrap{
    opacity: 0.8;
}*/


.header-wrapper > div {
  position: fixed;
  width: 100%;
  height: 570px;

}


.header-wrapper > div:not(.blur){
  opacity: 0.7;
}


.header-container {
    color: #fff;
    text-align: center;
     z-index:2;
    position: absolute;
    top: 120px;
    width: 100%;
}

.header-container h1, .header-container h3 {
    text-rendering: optimizeLegibility;
    max-width: 700px;
    margin: auto;
    text-shadow: 1px 1px 8px rgba(150, 150, 150, 0.6);
}

.header-container h1{
    font-size: 60px;
    line-height: 80px;
}

.header-container h3 {
    margin: 20px auto 40px auto;
    font-size: 30px;
    text-shadow: 1px 1px 8px rgba(150, 150, 150, 0.8);
    color: #fff;
}
.blur {
  opacity: 0;
  -webkit-filter: blur(10px);
  -moz-filter: blur(10px);
  -o-filter: blur(10px);
  -ms-filter: blur(10px);
  filter: blur(10px);
}

.content-container {
  z-index: 1;
  background:#e7e7e7;
   
}


.box > div{
    margin-top: 15px;
    text-align: center;
    background: #fff;
    
}

.box.padding-bottom > div{
    padding-bottom: 15px;
}

.cta-boxes{
    color: #fff;
    margin: 0;
    background: #222;
}



/* NAVBAR CUSTOMIZATION */
.navbar-brand {
    margin: 0;
    padding: 0;
}

a.navbar-brand {
    background: url(../images/logo_bicolor.svg) no-repeat center center / 100% auto;
    width: 220px;
    margin-top: 5px;
}

.navbar-brand img {
    height: 44px;
    margin: 7px 0 0;
    padding: 0;
}

.navbar-branded {

    height: 65px;
    border-bottom: none;
    background: transparent;
    /*
    -moz-transition: background 1s; 
    -webkit-transition: background 1s; 
    transition: background 1s;
    */
    
}
.navbar-branded.internal a {
    color: #333!important; 
}

.navbar-branded.internal{
    border-bottom: 3px solid #ED1B52;
    height: 97px;
    background: #fff;
}

.navbar-branded.internal.sticky{
    height: 62px;
}
.navbar-branded.sticky{
    background: #fff;
    border-bottom: 3px solid #ED1B52;
}


.navbar-branded.sticky a.navbar-brand {
    background: url(../images/logo_bicolor.svg) no-repeat center center / 100% auto;
}

.navbar-default.navbar-branded .navbar-nav>li>a {
    color: #fff;
    font-size: 18px;
    font-weight: 100;
    border-right: 1px solid transparent;
    padding: 21px 15px 20px 15px;
    margin: 0;
}

.navbar-default.navbar-branded.sticky .navbar-nav>li>a {
    color: #333;
    /*border-right: 1px solid #f2f2f2;*/
}

.navbar-default.navbar-branded .navbar-nav>li:last-child>a{
    border:none;
}

.navbar-branded ul.nav.navbar-nav.navbar-right {
    margin:0;
}

.btn.btn-branded {
    font-size: 20px;
    color: #fff;
    background: #ED1B52;
    padding: 10px 20px;
}


.btn.btn-branded.btn-outline {
    background: none;
    border: 2px solid #fff;
    margin-top: 30px;
}

.branded-header{
    color: #333;
    background: #fff;
    padding: 25px 0 20px 0;
}

.navbar-default .navbar-collapse, .navbar-default{
    background: transparent;
}


.navbar-collapse.collapse.in li>a{
    border:none;
}
    
.cta-box {
    position: relative;
    padding: 0;
}

.cta-boxes div p {
    max-width: 80%;
    margin: auto;
}

.cta-boxes div.full-color{
    background: #ED1B52;
    height: 300px;
}
.cta-boxes div.full-color p{
    max-width:none;
    margin: auto;
}

.box-text {
    position: absolute;
}

.box-text h2{
    margin-top: 100px;
    font-family: HelveticaNeue;
    font-weight: normal;
}


.box-wrapper{
    opacity: 0.5;
}


.overlay-box i {
    font-size: 50px;
    color: #ED1B52;
}

.overlay-box h4 {
    font-size: 25px;
}

.overlay-bo {
    font-size: 16px;
    color: #666;
}

.overlay-box {
    background: rgba(255,255,255,0.7);
    padding-top: 40px;
}



.overlay-content,.overlay-content h3 {
    color: #fff;
}

.overlay-content .container{
    padding-bottom: 30px;
}
.overlay-content .overlay-box{
    background: none;
}


.overlay-content .overlay-box i,
.overlay-content .overlay-box h4,
.overlay-content .overlay-box p{
    color: #fff;
}

.overlay-box p{
    font-size: 15px;
}
.register-cta-container {
    max-width: 550px;
    margin: 15px auto;
}

.register-cta-container .sep {
    border-bottom: none;
    margin: 20px 0;
}


.register-cta-container .btn.btn-branded.btn-outline{
    margin-top: 0;
}

.btn-facebook {
    font-size: 20px;
    padding: 10px 20px;
    color: #fff;
    background: #3a589a;
    border: 2px solid #3a589a;
}

.btn-facebook:hover, .btn-facebook:focus{
    color: #fff;
    background: #2b498b;
    border: 2px solid #2b498b;    
  
}  

footer {
    background: #ED1B52;
    color: #fff;
    padding: 15px 0;
}

.navbar-default.navbar-branded .navbar-nav>li.cta >a {
    background: rgba(237,27,82,0.5);
    margin: 13px 15px;
    padding: 8px 15px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

.navbar-default.navbar-branded.sticky .navbar-nav>li.cta >a{
    background: none;
}


.contact-header {
    /*background: rgba(0,0,0,0.2);*/
    color: #666;
    padding: 5px 0;
    -moz-transition: margin 0.5s; 
    -webkit-transition: margin 0.5s; 
    transition: margin 0.5s;
}

.contact-header ul {
    list-style: none;
    margin: 0;
    padding: 0;
    float: right;
    margin-right: 10px;
}

.contact-header ul li{
    display: inline;
}

.contact-header ul li a {
    color: #fefefe;
    padding: 5px;
    font-size: 16px;
}


.navbar-branded.sticky .contact-header {
    margin: -35px 0 0 0;
}

.contrainer-fluid.white{
    background: #fff;
    padding-bottom: 30px;
}

.contrainer-fluid.white .btn.btn-branded{
    margin-top: 30px;
}

.test p {
    max-width: 80%;
    margin: auto;
}

.service-box, .city-box {

    margin-bottom: 30px;
}


.service-box h4 {
    text-transform: uppercase;
    font-family: HelveticaNeue;
    font-size: 25px;
    font-weight: 500;

}

.city-box h4 {
    

    font-family: HelveticaNeue-Light;
    font-size: 35px;

}
video::-webkit-media-controls {
    display:none !important;
}

/* LOGIN REGISTER MODAL  */
/* FORM OVERRIDE */
.form-control{
    margin-bottom: 10px;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0; 
    border: 1px solid #eee;
}

.alert-error {
    color: #f44336;
    border: 1px solid #f44336;
    display: none;
    margin: 0 0 15px 0;
    text-align: center;
    padding: 10px;
    font-size: 16px;
}
/* MODAL OVERRIDE */
/*
.modal-dialog{
    width: 80%;
}

.modal-dialog.small-dialog{
    width: 50%;
}

.modal-dialog.small-dialog .col-md-6.col-sm-6.form-container{
       width: 100%; 
       margin-bottom: 15px;
}

*/

.modal-dialog .btn-facebook, .modal-dialog .btn-cta, .modal-dialog .btn-cta-outline{
    border-radius: 4px ;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    padding: 8px 0;
    color: #fff;
    font-size: 15px;
    margin-top: 10px;
}

.modal-dialog .btn-cta-outline.black{
    color: #333;
}

.modal-dialog .btn-facebook{
    background: #3a589a;
    border: 2px solid #3a589a;
}

.modal-dialog .btn-facebook:hover, .modal-dialog .btn-facebook:focus{
    color: #fff;
    background: #2b498b;
    border: 2px solid #2b498b;    
  
}    

.modal-dialog .btn-cta{
    color: #fff;
    background: #ED1B52;
    border: 2px solid #ED1B52;    
}

.modal-dialog .btn-cta:hover, .modal-dialog .btn-cta:focus{
    color: #fff;
    background: #D8002F;
    border: 2px solid #D8002F;
}    

.modal-dialog .btn-cta-outline{
    background: none;
    color: #666;
    border: 2px solid #666;
}

.modal-dialog .btn-cta-outline.white{
    color: #fff;
    border: 2px solid #fff;    
}
.modal-dialog .btn-cta-outline.white:hover{
    color: #e7e7e7;
    border: 2px solid #e7e7e7;    
}

.modal-dialog .btn-cta-outline:hover{
    color: #333;
    border: 2px solid #333;
}

.conditions {
    color: #ccc;
    font-size: 12px;
    padding-top: 5px;
}

.conditions a{
    color: #999;
}
label{
    font-weight: normal;
    color: #666;
    margin: 0 10px 0 0;
}

label input[type="radio"], label input[type="checkbox"]{
    margin: 5px 5px 0 0;
}

.modal-dialog .modal-content,.modal-dialog .modal-body{
    height: 100%;
    margin: 0;
    padding: 0;
}
.modal-content{
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    padding-bottom: 30px!important;
}

.sep {
  position: relative;
  border-bottom: 1px solid #e7e7e7;
  margin: 10px 0 20px 0;
  height: 11px;
}

.modal-dialog .sep span {
  background: #fff none repeat scroll 0 0;
  color: #919191;
  left: 50%;
  margin-left: -35px;
  position: absolute;
  text-align: center;
  width: 70px;
}
.form-container{
    position: relative;
}

.navbar-collapse[aria-expanded=true]{
    background: #fff;
    
}
.navbar-default.navbar-branded .navbar-collapse[aria-expanded=true] .navbar-nav>li>a{
    color:#333;
}

.material-box {
    background: #fff;
    padding: 15px;
    min-height: 250px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    text-align: left;
    margin-bottom: 30px;
}

.circle-icon {
    background: #ed1b52;
    color: #fff;
    padding: 10px;
    border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    width: 45px;
    height: 45px;
    text-align: center;
    font-size: 25px;
}

.circle-icon.acqua{
    background: #00BCD4;
}

.circle-icon.green{
    background: #8BC34A;
}


.material-box h3{
    color: #333;
    font-size: 22px;
}

.material-box p {
    color: #888;
    font-size: 14px;
}

.material-box h3 i{
    margin-right: 5px; 
}

.material-box h4 {
    line-height: 27px;
    font-size: 18px;
}

/* END LOGIN REGISTER*/
@media (max-width: 768px) { 
    .header-container h1{
        font-size: 40px;
        line-height: 50px;
    }    
    
    .header-container h3{
        font-size: 25px;
    }
    
    #genius-container{
        height: 700px!important;
    }    
}
.gray{
    background: #f6f6f6;
}
.contrainer-fluid.gray{
    background: #f6f6f6;
    padding: 0 0 30px 0;
}

.gray .overlay-box{
    background: none;
}

#profile, #profile-confirm, #genius-validation, #ratecard {
    margin-top: 97px;
    padding: 0;
}

.tile{
    height: 350px;
    color: #fff;
    position: relative;
    background: #222;
    padding: 0;
}

.tile.city-box{
    height: 220px;
}

.tile.city-box .tile-content{
    top: 40%;
}

.tile .tile-bg{
    
    height: 100%;
    z-index: 0;
    opacity: 0.6;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;    
}

.tile .tile-content p{
    font-size: 16px;
    opacity: 0;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;     
    -webkit-animation-delay: 1s;
    animation-delay: 1s;    
}

.tile:hover .tile-bg, .tile.selected .tile-bg{
    opacity: 0.2;
}

.tile:hover .tile-content, .tile.selected .tile-content{
    top: 25%;
}

.tile:hover .tile-content p, .tile.selected .tile-content p{
    
    opacity: 1;
}

.tile .tile-content{
    position: absolute;
    width: 100%;
    z-index: 1;
    top: 35%;
    -webkit-transition: top 0.5s;
    transition: top 0.5s;        
}

/*PROFILE */
.bg-wrapper {
    width: 100%;
    height: 100%; 
    -webkit-filter: blur(25px);
    -moz-filter: blur(25px);
    -o-filter: blur(25px);
    -ms-filter: blur(25px);
    filter: blur(25px);  
    opacity: 0.4;
}
.profile-wrapper{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.profile-header {
    position: relative;
    background: #333;
    margin: 0;
    padding: 0;
    height: 250px;
    overflow: hidden;
}

.profile-header.hidden{
    display: none;
}

.profile-wrapper .container > img {
    border-radius: 150px;
    -moz-border-radius: 150px;
    -webkit-border-radius: 150px;
    height: 150px;
    width: 150px;
    border: 5px solid rgba(255,255,255,0.3);
    margin: 15px 0;
}

.profile-wrapper .container h3{
    color:#fff;
    margin: 0;
}
.profile-wrapper .container span{
    color:#e7e7e7;
}

.form-section {
    padding: 20px 0;
    border-bottom: 1px solid #f7f7f7;
}

.form-section h3 {
    margin: 0;
    font-size: 18px;
    color: #333;
}

.form-section p{
    color: #999;
    font-size: 12px;
}

i.flag {
    float: left;
    width: 30px;
    height: 23px;
    background-size: contain;
    border: 1px solid #f7f7f7;
    margin-right: 5px;
    background-repeat: no-repeat;
}



.btn-group >.btn i+span {
    float: left;
    margin: 0;
    padding-top: 4px;
    overflow: hidden;
    width: 60%;
    text-overflow: ellipsis;
}

.btn-group >.btn.active {
    color: #fff;
    background: #ED1B52;
    -moz-box-shadow:none;
    -webkit-box-shadow:none;
    box-shadow:none;
}
.btn-group >.btn.active i.flag{
    border-color:transparent;
}


.form-section label{
    margin: 0;
}

.btn-group>.btn {
    text-align: left;
    border: 1px solid #e7e7e7;
    background: #f9f9f9;
    margin-bottom: 10px;
}

span.twitter-typeahead{
    width: 100%;
}

.tt-menu{
    width: 100%;
    background: #fff;
    padding: 10px;
    border: 1px solid #e7e7e7;
}

#digits-button{
    color: #333;
    background: none;
    border: none;
}
#digits-button:focus{
   outline: none; 
}

.form-section label {
    padding-top: 8px;
}

.lock-feature {
    color: #ED1B52;
}

.form-row {
    margin-bottom: 15px;
}

span.other-language-legend {
    display: block;
    padding: 10px 0;
}

.ui-widget-content li{
    padding: 5px;
    margin: 0;
    
}

select.form-control.small {
    width: 70px;
}

select.form-control.inline-left{
    display: inline-block;
}


.btn-group>.btn.text-center{
    text-align: center;
}

@media (min-width: 768px){
  .seven-cols .col-md-1,
  .seven-cols .col-sm-1,
  .seven-cols .col-xm-1,
  .seven-cols .col-lg-1  {
    width: 24%;
    *width: 24%;
  }
  

}

@media (min-width: 992px) {
  .seven-cols .col-md-1,
  .seven-cols .col-sm-1,
  .seven-cols .col-xs-1,
  .seven-cols .col-lg-1 {
    width: 14.285714285714285714285714285714%;
    *width: 14.285714285714285714285714285714%;
  }
}

#service-modal.saving-modal .modal-content {
    background: #ED1B52;
    color: #fff;
    font-size: 18px;
    font-weight: 100;
    padding: 50px;
    height: 300px;
}

#saving-message h3 {
    color: #fff;
    font-weight: 500;
    margin: 0;
}

.icon-save {
    display: block;
    height: 70px;
    background: url(/images/gbond.svg) no-repeat center center;
    margin-bottom: 15px;
}

div#navbar{
    border:none;
}
.navbar-header {
    height: 68px;
    
}

@media (max-width: 991px) {
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .navbar-text {
        float: none;
        margin: 15px 0;
    }
    /* since 3.1.0 */
    .navbar-collapse.collapse.in { 
        display: block!important;
    }
    .collapsing {
        overflow: hidden!important;
    }
}

footer ul {
    list-style: none;
    margin: 0;
    padding:0;
}

footer ul li{
    margin-bottom: 5px;
}

footer ul li a,footer ul li a:hover {
    color: #fff;
    font-size: 14px;
}

footer ul.social-links li{
    float: right;
    margin-left: 10px;
}

.bottom-footer {
    
    padding-top: 15px;
}

.cc_container {
    background: #333!important;
    color: #fff!important;
    font-size: 12px!important;
    border:none!important;
}


.cc_container .cc_btn, .cc_container .cc_btn:visited {
    color: #fff!important;
    background-color: #ED1B52!important;
}

.main-container{
    margin-top: 97px;
}

.box-material{
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    background: #fff;
    margin: 15px 0 0 0;
    -webkit-box-shadow: 1px 1px 3px 0px rgba(50, 50, 50, 0.15);
    -moz-box-shadow:    1px 1px 3px 0px rgba(50, 50, 50, 0.15);
    box-shadow:         1px 1px 3px 0px rgba(50, 50, 50, 0.15);    
}

.box-material a:hover, .box-material a{
    text-decoration: none;    
}

.author{
    padding-bottom: 12px;
}
.author img{
    float: left;
    width: 40px;
    height: 40px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    margin-right: 7px;
}

.author span.name {
    color: #ED1B52;
    margin: 10px 0 0 0;
    font-size: 14px;
    padding: 0;
    line-height: 16px;
    display: block;
    padding: 4px 0 0 0;
}

.author span.date{
    color: #9a9a9a;
    margin: 10px 0 5px 0;
    font-size: 12px;
    padding: 0;
    line-height: 14px;
}

.box-material.blog-post h1, .post-content h1{
    font-size: 31px;
    margin: 15px 0 5px 0;
    line-height: 1.12;
    letter-spacing: -.022em;
    color: #333;
    padding: 0!important;
}




.box-material.blog-post h2, .post-content h2{
    font-size: 28px;
    margin: 0 0 10px 0;
    line-height: 1.18;
    letter-spacing: -.022em;
    /*color:rgba(0,0,0,0.44);*/
    font-weight: 600;
}


.post-content h2{
    padding-top: 30px;
    font-family: HelveticaNeue;
    font-weight: 600;
    letter-spacing: 0.02em;
    font-size: 30px;
}

.box-material.blog-post a h2 {
    font-size: 24px;
    margin: 0 0 10px 0;
    line-height: 1.18;
    letter-spacing: -.022em;
    color:rgba(0,0,0,0.44);
}

.tw iframe {
    box-shadow: 1px 1px 3px 0px rgba(50, 50, 50, 0.15)!important;
    -webkit-box-shadow: 1px 1px 3px 0px rgba(50, 50, 50, 0.15)!important;
   -moz-box-shadow: 1px 1px 3px 0px rgba(50, 50, 50, 0.15)!important;
    margin-top: 15px!important;
    border-radius: 2px!important;
    -moz-border-radius: 2px!important;
    -webkit-border-radius: 2px!important;
    border: none!important;
    background: #fff;
}

.post-content h1{
    font-size: 42px;
}

.post-content {
    margin: 30px auto 30px auto;
    width: 80%;
}


.post-content-container *:not(h1):not(h4):not(h2){
    font-family: Georgia,Cambria,"Times New Roman",Times,serif;
    letter-spacing: .01rem;
    /*font-weight: 400;
    font-style: normal;*/
    font-size: 21px;
    line-height: 1.58;
    letter-spacing: -.003em;
    text-rendering: geometricPrecision;
}


.post-content-container h4 {
    font-size: 26px;
    color: #999;
}

.post-content-container a{
    color:#ED1B52;
}

.post-content-container .author * {
    font-family: HelveticaNeue;
    font-size: 14px!important;
}

@media (max-width: 768px) { 
    .post-content {
        width: 95%;    
    }
    
    .post-content-container{
        font-size: 18px;
    }
}

.fb-share-button{
    margin: 0 5px 0 0!important;
    float: left;    
}

span.comment-count {
    float: right;
    margin-bottom: 10px;
    width: 100%;
    text-align: right;
}

a.more {
    display: block;
    text-align: center;
    padding: 15px 0;
    color: #999;
    font-size: 30px;
    
    text-decoration: none;
}

.list+.more {
    float: left;
    width: 100%;
}

a.more:hover{
    color: #999;
    text-decoration: none;
}


span.disqus-comment-count {

    color: #999;
    text-transform: lowercase;
}

.comment-count i {
    float: right;
    margin: 0 0 0 5px;
    font-size: 18px;
    color: #999;
}

.post-content .post-content-container iframe {
    margin: auto;
    display: block;
}

.navbar-default.navbar-branded.internal .navbar-nav>li.cta >a {
    background: rgba(237,27,82,1);
    color: #fff!important;
}

#genius-container h4 {
    font-weight: 500;
}

span.noimage {
    display: block;
    height: 100px;
}

.genius-card {
    padding-bottom: 0;
    
}

.genius-card h2{
    color: #ED1B52;
    margin: 0 0 5px 0;
    padding: 0;
    font-size: 20px;
}

.genius-card h3 {
    margin: 0 0 5px 0;
    padding: 0;
    font-size: 14px;
    color: #333;
    
}

.genius-card .languages-container{
    background: #f9f9f9;
}

.genius-card h2 a{
    color: #ED1B52;
}

.genius-card h3 a{
    color: #333;
    font-weight: bold;
}
.genius-card i.flag{
    float: none;
    display: inline-block;
}

.genius-card .verified {
    float: right;
    color: #27ae60;
    font-size: 14px;
    padding: 0;
    margin: -2px 0;
}

#profile-confirm img{
    margin-top: 15px;
}
#profile-confirm h1 {
    color: #ED1B52;
    font-size: 35px;
}

#profile-confirm h2 {
    margin: 0 0 30px 0;
    font-size: 28px;
    color: #666;
    font-weight: 100;
}

#profile-confirm p {
    margin: auto;
    font-size: 18px;
    color: #777;
    padding: 20px 0 0 0;
    max-width: 70%;
}
#profile-confirm p.modify {
    padding: 20px 0 50px 0;    
}


#profile-confirm a{
    color:#ED1B52;
}

.internal .contact-header {
    border-bottom: 1px solid rgba(231,231,231,0.5);
}

p.profile-separator {
    padding: 20px 0;
}

.profile-wrapper img{
    cursor: pointer;
}

a#image-trigger {
    color: #ED1B52;
    margin-top: 9px;
    display: block;
}

a .genius-card {
    color: #333;
}

#profile-details h1{
    color: #ED1B52;
    font-size: 40px;
    margin: 20px 0 0 0;
}

#profile-details h2 {
    font-size: 22px;
    padding: 0;
    margin: 0;
}

#profile-details h3, .countries-map h3 {
    margin: 15px 0 5px 0;
    border-bottom: 1px solid #f9f9f9;
    font-size: 18px;
    line-height: 24px;
    color: #333;
}

#profile-details p{
    color: #666;
    font-size: 13px;
}

.countries-map p{
    padding: 5px 0;
    
}
    
#profile-details span.service {
    background: #ED1B52;
    display: block;
    padding: 5px;
    margin-top: 15px;
    color: #fff;
    font-size: 14px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

span.languages i.flag {
    float: left;
    height: 18px;
    width: 25px;
}

span.languages {
    float: left;
    border: 1px solid #e7e7e7;
    padding: 5px 10px 0 10px;
    background: #f9f9f9;
    border-radius: 3px;
    margin: 0 5px 5px 0;
    min-height: 30px;
}

span.languages span {
    float: right;
}

.grid-sizer{ width: 48%; }
.grid-item { width: 48%; }



@media (max-width: 1200px) {
    input.service-toggle + label{
        min-height: 80px;
    }     
}

@media (max-width: 768px) {
    input.service-toggle + label{
        min-height: 0;
    }         
}

@media (min-width: 768px) {
    .grid-sizer { width: 32%; }
    .grid-item { width: 32%; }
 
    
}

@media (max-width: 480px) {
  
    .grid-sizer { width: 100%; }
    .grid-item { width: 100%; }
    /*
    #write-message {
        position: fixed;
        bottom: 0;
        background: #fff;
        z-index: 9999;
        left: 0;
        width: 100%;
    }    
    #write-message .message p {
        width: 100%;
        max-width: 100%;
        margin: 0;
    }    
    
    #write-message textarea{
        height: 50px!important;
    }*/
}

#profile-details h2 span {
    color: #999;
    font-size: 14px;
}

.genius-card .languages-container > div {
    background: #f9f9f9;
    padding-top: 15px;
    padding-bottom: 10px;
}

.genius-card span.languages {
    background: #fff;
    border: none;
}

.languages-container h3 {
    margin: 0;
    line-height: 16px;
    padding-bottom: 8px;
}

ul.verifications {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.verifications li i{
    color: #27ae60;
}

.verifications span {
    display: block;
    text-indent: 16px;
    color: #999;
    font-size: 12px;
}

.verifications li {
    margin-bottom: 10px;
}

.verifications-container {
    background: #fafafa;
    margin-bottom: 15px;
}

.verifications-container h2 {
    font-size: 22px;
    line-height: 30px;
    margin: 0;
    padding: 5px 15px;
}


p#countries_tag_error, p#other_languages_tag_error {
    color: #ff0000;
    padding: 5px 0;
    font-size: 14px;
}

a.gray-link {
    color: #666;
    padding-top: 10px;
    display: block;
}


/* Validation step */
#documentUploadWidget.dropzone .dz-preview .dz-image {
    width: 100px;
    height: 100px;
}

#documentUploadWidget.dropzone {
    border: 3px dashed #ccc;
    margin: 15px 0;
    padding: 0 15px;
    min-height: 100px;
}

#documentUploadWidget.dropzone .dz-preview .dz-details .dz-filename:not(:hover){
    width: 90px;
    margin: auto;    
}


#documentUploadWidget.dropzone .dz-preview.dz-file-preview .dz-image{
    background: #f9f9f9;
    border: 1px solid #e7e7e7;
}

#genius-validation{
    background: #f6f6f6;
}

#genius-validation h1 {
    font-weight: normal;
    font-size: 30px;
    font-family: HelveticaNeue-Light;
}

#genius-validation h1 strong {
    
    color: #ED1B52;
    display: block;
    font-size: 40px;
    
}

#genius-validation h2 {
    font-size: 20px;
    margin-bottom: 0;
}

#genius-validation p {
    font-size: 15px;
    line-height: 20px;
    color: #888;
}

#genius-validation .form-section{
    border-bottom: none;
    padding: 0 0 15px 0;
}
#genius-validation .form-section label {
    margin: 0;
    padding: 0 0 10px 0;
    font-size: 16px;
}
#genius-validation .form-section label input {
    margin-right: 10px;
}

#submit-review {
    margin: 20px auto 20px auto;
    display: block;
    float: none;
}

#genius-validation textarea {
    border: 1px solid #ccc;
    padding: 10px;
}

input.error, select.error, textarea.error, #genius-validation textarea.error {
    border: 1px solid #f44336;
}

.alert{
    margin-bottom: 0;
}

.alert-warning a {
    background: #ED1B52;
    padding: 5px 10px;
    margin: -5px 0;
    color: #fff;
    border-radius: 3px;
}

.big-icon {
    font-size: 35px;
    float: left;
    width: 47px;
    text-align: left;
    height: 50px;
    color: #ED1B52;
}

.label-container{
    float: left;
    width: 90%;
}

.label-container h2{
    margin: 0;
}

#genius-validation .box-material{
    background: #fff;
    padding: 15px;
}

#genius-validation .box-material h1{
    font-size: 30px;
    margin: 0;
    padding: 0;
    color: #ED1B52;
    font-family: HelveticaNeue;
}

.msg-container {
    border-left: 5px solid #ED1B52;
    padding-left: 15px;
}

#genius-validation .box-material .msg-container{
    
}
#genius-validation .box-material h2{
    font-size: 18px;
    line-height: 22px;
    margin: 0;
    padding: 0;
    color: #666;
}

.success-register {
    padding: 15px 0 0 0;
}

.success-register h1 {
    padding: 0;
    margin: 5px 0 15px 0;
}


/*Search box*/

#search-hero, #job-hero{
    padding: 25px 0 45px 0;
}

#search-hero{
    background: url(../images/london-skyline.jpg) no-repeat center 28% /cover;
}

#job-hero{
    background: url(../images/job-search.jpg) no-repeat center 28% /cover;
}

#search-hero h1, #search-hero h2, #job-hero h1, #job-hero h2 {
    color: #fff;
    font-weight: 200;
}

#search-hero h1,#job-hero h1{
    font-size: 45px;
    margin: 0;
    padding: 15px 0 0 0;
}


#search-hero h2, #job-hero h2 {
    font-weight: 200;
    font-size: 22px;
    margin: 0;
    padding: 0;
}

.searchbox-container {
    width: 70%;
    background: rgba(255,255,255,0.5);
    padding: 5px;
    margin: 15px auto;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}
.searchbox-container .input-container{
    width: 85%;
    position: relative; 
    height: 40px;
}


.searchbox-container input {
    font-size: 18px;
    line-height: 30px;
    display: block;
    width: 100%;
    padding: 20px 10px;
    background: #fff;
    border: none;
    margin: 0;
    
}

#search-hero .btn-branded {
    float: right;
    margin: 0;
    width: 15%;
    padding: 8px;
    height: auto;
    line-height: 22px;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;    
}

figure.menu-user-pic {
    height: 30px;
    width: 30px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    margin-top: -5px;
    display: inline-block;
    
}

figure.menu-user-pic+span {
    display: inline-block;
    float: right;
    margin-left: 10px;
}

.btn.btn-user {
    border: none;
    
    background: none;
    font-size: 18px;
    padding-top: 18px;
    margin-bottom: 0;
    padding-bottom: 0;    
}

.btn-group.open .dropdown-toggle, .btn-group .btn.active, .btn-group .btn:active{
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}

.navbar-branded:not(.sticky) .btn-group,.navbar-branded:not(.sticky) .btn-group button:hover, .navbar-branded:not(.sticky) .btn-group button:focus {
    color: #fff;
}
.navbar-collapse.in .btn-group, .navbar-collapse.in .btn-group button:hover, .navbar-collapse.in .btn-group button:focus{
    color: #333;
}

.navbar-branded.internal .btn-group, .navbar-branded.internal .btn-group button:hover, .navbar-branded.internal .btn-group button:focus{
    color: #333;
}

.conversation-row:last-child .last-message {
    border-bottom: none;
}

#conversation-trigger, #login-trigger{
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    background: #27ae60;
}

#message-notification {
    position: fixed;
    top: 100px;
    right: 20px;
    z-index: 99999;
    width: 250px;
    background: #fff;
    padding: 10px;
    -webkit-box-shadow: 1px 1px 3px 0px rgba(50, 50, 50, 0.15);
    -moz-box-shadow: 1px 1px 3px 0px rgba(50, 50, 50, 0.15);
    box-shadow: 1px 1px 3px 0px rgba(50, 50, 50, 0.15);
}

#message-notification h3 {
    color: #333;
    font-size: 16px;
    padding: 0;
    margin: 0 0 5px 0;
    line-height: 18px;
    font-family: Helvetica;
}

#message-notification figure {
    width: 30px;
    height: 30px;
    border-radius: 30px;
    float: left;
    margin-right: 5px;
}

#message-notification p {
    color: #999;
    font-size: 12px;
    clear: both;
    padding-top: 5px;
}

#message-notification h3 {
    color: #333;
    font-size: 16px;
    padding: 8px 0 0;
    margin: 0 0 5px 0;
    line-height: 16px;
    font-family: Helvetica;
}


#message-notification a, #message-notification a:hover, #message-notification a:focus{
    text-decoration: none;
}

.btn-group h2 {
    margin: 0;
    font-size: 22px;
}

.conversation-info.aside {
    background: #fff;
    margin:0;
    height: calc(100vh - 67px);
    border-right: 1px solid #e7e7e7;
}

.btn.btn-branded.quote-btn{
    font-size: 16px;
    padding: 8px 20px;
}

span.small-service-label {
    background: #f1f1f1;
    padding: 5px;
    margin: 5px 0;
    display: inline-block;
    border: 1px solid #e7e7e7;
    line-height: 14px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}

.conversation-info.aside h3 {
    font-size: 16px;
    margin: 10px 0 0 0;
    color: #666;
    border-top: 1px solid #f1f1f1;
    padding: 10px 0 5px 0;
    line-height: 20px;
}

.conversation-info i.flag{
    margin: 0 auto;
    display: inline-block;
    float: none;
}

p.message-no-conversation, p.message-no-quotes {
    font-size: 22px;
    color: #666;
    padding: 15% 0;
}

p.message-no-conversation i, p.message-no-quotes i{
    display: block;
    font-size: 60px;
    color: #ccc;
    padding-bottom: 30px;
}

.messages-container, .quotes-container {
    min-height: 70vh;
}

.navbar-branded.internal.internal-messages {
    height: 71px;
    margin: 0;
}

#quote-viewer .modal-content{
    height: 80vh;
}
#quote-viewer .modal-content div.content{
    height: 100%;
}

#quote-viewer .modal-content p{
    height: 55%;
    overflow: auto;
    float: left;
    width: 100%;
}

.quote-header .user figure {
    margin: 0;
    padding: 0;
    height: 40px;
    width: 40px;
    float: left;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    margin-right: 10px;
}

.quote-header .user {
    float: left;
    width: 100%;
    margin-bottom: 5px;
    border-bottom: 1px solid #e7e7e7;
    padding: 10px 0;
}

.quote-header .user span {
    font-size: 18px;
    line-height: 25px;
    padding: 10px 0 0 0;
    display: inline-block;
}



.quote-info span.quote-status {
    float: right;
}

h3.quote-info {
    font-size: 20px;
    text-transform: uppercase;
    color: #009688;
    font-weight: 700;
    border-bottom: 1px solid #e7e7e7;
    float: left;
    width: 100%;
    padding-top: 5px;
}

.quote-footer a {
    width: 50%;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}

.message-quote-reply {
    float: right;
    margin-right: 10px;
    background: #fff;
    padding: 10px;
    border-radius: 4px;
    min-width: 40%;
}

.message-quote-reply.owned{
    float: left;
    margin-left: 10px;
    margin-right: 0;
}

.message-quote-reply.accepted{
    color:#fff;
    background: #4caf50;
}

.message-quote-reply.rejected{
    color:#fff;
    background: #f44336;
}

.message-quote-reply a, .message-quote-reply a strong {
    color: #fff;
    text-decoration: underline;
}

.box-job-result{
    padding: 15px;
}
.box-job-result h2 {
    font-size: 18px;
    font-weight: 700;
    margin: 5px 0 5px 0;
    padding: 0;
    line-height: 28px;
}
.box-job-result h2 a {
    color: #03a9f4;
}

.box-job-result h3 {
    font-size: 14px;
    margin: 0 0  5px 0;
    padding: 0;
    line-height: 20px;
    font-weight: 600;
    font-family: Helvetica, Sans-serif;    
}

.box-job-result h3 a {
    color: #333;
}

.box-job-result span.new-label {
    float: right;
    margin-left: 20px;
    color: #ED1B52;
    text-transform: capitalize;
    font-weight: 900;
}

p.time-ago {
    float: right;
    font-size: 12px;
    color: #999;
    border-top: 1px solid #e7e7e7;
    padding: 5px 5px 0 15px;
    margin: 0;
}

#job-search ul{
    list-style: none;
    margin: 0;
    padding: 0;
}

#job-search ul li input{
    margin-right: 10px;
}

.box-job-powered-by {
    padding: 15px;
}

.box-job-powered-by img {
    height: 40px;
    float: right;
}

.box-job-powered-by span{
    float: left;
    font-size: 12px;
    color: #1F5E94;
    padding: 15px 15px 0 0;
}

.category-badge {
    font-size: 28px;
    color: #fff;
    padding: 0;
    float: left;
    height: 70px;
    line-height: 79px;
    width: 70px;
    text-align: center;
    border-radius: 60px;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    margin: 15px 15px 34px 0;
}

.job-search-box {
    padding: 15px;
}

.job-search-box .dropdown button {
    
    width: 100%;
    text-align: left;
    border: none;
    border-bottom: 1px solid #e7e7e7;
    border-radius: 0;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;    
    font-size: 18px;
    line-height: 30px;    
}

.job-search-box .dropdown button span.caret {
    float: right;
    color: #999;
    margin-top: 7px;
}

.job-search-box .dropdown button i {
    float: right;
    font-size: 12px;
    line-height: 22px;
    margin-right: 10px;
    font-style: normal;
    color: #999;
}

#job-search ul.dropdown-menu {
    padding: 10px;
    width: 100%;
    border-radius: 0;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;    
    max-height: 60vh;
    overflow: auto;    
}

#job-search .btn-branded{
    border-radius: 0;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px; 
    margin-top: 15px;    
}

.box-job-result p {
    margin: 5px 0 0 0;
}

#job-search h2 {
    margin: 0;
    padding: 5px 10px 10px 10px;
    font-size: 20px;
    border-bottom: 1px solid #e7e7e7;
    font-family: Helvetica, Sans-serif;
    color: #333;
}


#job-search h2, .box-attributes h3 {
    margin: 0;
    padding: 10px 0 5px 0;
    font-size: 20px;
    border-bottom: 1px solid #e7e7e7;
    font-family: Helvetica, Sans-serif;
    color: #333;
}

.new-label {
    position: relative;
    width: 20px;
    margin-bottom: 20px;
}

.new-label i {
    position: absolute;
    font-size: 35px;
    margin-top: -22px;
}

span.new-label span {
    position: absolute;
    color: #fff;
    font-size: 8px;
    text-transform: uppercase;
    text-align: center;
    width: 25px;
    top: -15px;
    display: block;
}

.description-container {
    height: 53vh;
    overflow: hidden;
    position: relative;
}

.description-container.opend {
    height: auto;
    overflow: visible;
    padding-bottom: 40px;
}
.text-gradient{
    height: 80px;
    position: absolute;
    width: 100%;
    bottom: 0;
    background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
    
}

.job-detail-box h3 {
    margin: 0;
    padding: 0;
}

.job-detail-box h3 {
    margin: 10px 0 10px 0;
    padding: 0;
    font-size: 16px;
    font-weight: 700;
    border-bottom: 1px solid #e7e7e7;
    color: #666;
}

.job-detail-box h1 {
    font-size: 22px;
    line-height: 30px;
}

.box-company h2 {
    font-size: 16px;
    line-height: 26px;
}

.box-company .placeholder {
    background: #e7e7e7;
    height: 50px;
    width: 50px;
    float: left;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    
    text-align: center;
    margin: 10px 10px 10px 0;
}

.box-company .placeholder i {
    color: #fff;
    font-size: 22px;
    line-height: 50px;
}

.box-attributes{
    padding-bottom: 15px;
}
.box-attributes ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.box-attributes ul li {
    padding: 10px 5px;
    border-bottom: 1px solid #e7e7e7;
    height: 40px;
}

.box-attributes ul li strong {
    float: left;
    height: 30px;
}

.box-attributes ul li:last-child{
    border:none;
}

.box-attributes div{
    margin: 15px 0 0 0;
}

span.post-date {
    display: block;
    color: #999;
    font-size: 12px;
    margin-top: 5px;
    
}

.job-detail-footer {
    border-top: 1px solid #e7e7e7;
    padding: 10px 0;
    background: #f9f9f9;
}

.job-detail-footer .btn-branded {
    font-size: 16px;
    background: #27ae60;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;    

}

.job-detail-footer .share-container{
    padding: 10px 15px;
}


.description-container .read-more {
    position: absolute;
    top: 50vh;
    background: #ED1B52;
    width: 40px;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    margin-left: calc(50% - 20px);
    margin-top: -6px;
    height: 40px;
    text-align: center;
    line-height: 33px;
}

.read-more a{
    color: #fff;
}

.description-container.opend .read-more{
    top: initial;
    bottom: -15px;
}

.description-container.opend .read-more i{
    transform: rotate(180deg);
}
.description-container.opend .text-gradient{
    display: none;
}

.tag-cloud {
    margin: 0;
    padding: 15px 0 0 0;
}

.tag-cloud h2 {
    font-size: 16px;
    border-bottom: 1px solid #e7e7e7;
    margin: 10px 0;
    padding: 5px;
}

a.cat-label {
    color: #ed1b52;
    border: 1px solid #ed1b52;
    padding: 5px 15px;
    display: inline-block;
    margin-bottom: 10px;
    border-radius: 15px;
}

.searchbox-container span.twitter-typeahead{
    width: 85%;
}

#city-hero{
    min-height: 450px;
}

.weather-widget{
    color: #fff;
    font-family: HelveticaNeue-Light;
}

.weather-widget h1 {
    position: relative;
    font-size: 10em;
    height: 110px;
    font-family: HelveticaNeue-Light;
    margin-bottom: 25px;
}

.weather-widget h1 span{
    position: absolute;
    font-size: 30px;
}

.weather-widget h1 span.bottom{
    
    bottom: -8px;
}

.weather-widget h1 i.wi {
    font-size: 80px;
}

.weather-widget .col-md-6{
    padding-top: 6%;
}
.weather-widget .forecast {
    background: rgba(0,0,0,0.5);
    margin-bottom: 15px;
}

.weather-widget .forecast h2{
    
}

.weather-widget .forecast .row {
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid rgba(255,255,255,0.2);
    margin: 5px 0 ;
}

.weather-widget .forecast .row:last-child{
    border: none;
}

.weather-widget .forecast .row .low-temp{
    color: #93d6ec;
}

.weather-widget .forecast {
    font-size: 15px;
}

.attribution i {
    font-size: 11px;
    color: rgba(255,255,255,0.7);
    font-style: normal;
    
}

.attribution img{
    height: 20px;
}

.weather-widget .forecast h2 {
    border-bottom: 1px solid rgba(255,255,255,0.2);
    font-size: 18px;
    line-height: 22px;
    padding-bottom: 5px;
}

.weather-widget .forecast>div.row>div:first-of-type {
    padding: 0 0 0 5px;
}

.dark-gray {
    background:#666;
    
    padding-bottom: 15px;
}

.dark-gray h2 {
    color: #fff;
}

h2.col-header {
    margin-bottom: 0;
    font-size: 26px;
    font-family: HelveticaNeue-Light;
    color: #333;
    font-weight: normal;
    line-height: 26px;
}

.weather-widget h2 {
    font-size: 50px;
    line-height: 30px;
}


.weather-widget ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 18px;
}

.weather-widget ul li {
    float: left;
    margin-right: 15px;
    border-right: 1px solid rgba(255,255,255,0.3);
    padding-right: 15px;
}

.weather-widget ul li:last-child{
    border: none;
}


.weather-widget .col-md-6.meteo-box {
    padding-top: 10%;
}

.btn-small.btn-branded {
    font-size: 14px;
    padding: 3px 10px;
    margin-top: -3px;
}

a.messages-trigger span.undeaded-badge, a.quotes-trigger span.pending-badge {
    background: #ff0000;
    color: #fff;
    font-size: 11px;
    padding: 3px 8px 0 8px;
    line-height: 14px;
    position: absolute;
    top: 11px;
    right: 1px;
    border-radius: 8px;
}

a.quotes-trigger span.pending-badge{
    background: #ff9800;
}

a.messages-trigger, a.quotes-trigger {
    font-size: 22px!important;
    padding-top: 19px!important;
    position: relative;
}

#ratecard h3 {
    color: #333;
    margin: 0;
    padding: 10px 15px 10px 15px;
    border-bottom: 1px solid #e7e7e7;
    font-size: 18px;
    line-height: 22px;
}

#ratecard h3 a{
    font-size: 12px;
    line-height: 24px;
}

#ratecard h3 i{
    color: #ED1B52;
}

input.service-toggle{
    max-height: 0;
    max-width: 0;
    opacity: 0;   
    display: block;
}

input.service-toggle + label{
    
    display: block;
    margin: 15px 0;   
    padding: 10px;
    box-shadow: 0 3px 6px rgba(0,0,0,0.02), 0 3px 6px rgba(0,0,0,0.05);    
    background: #fbfbfb;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);    
    -webkit-transition: transform .25s, background-color .25s;
    transition: transform .25s, background-color .25s;;    
}

input.service-toggle + label h4{
    margin: 0;
    color: #ED1B52;
    font-weight: 600;
    width: 1.8rem;
}

input.service-toggle + label span.tip-text{
    font-size: 1.2rem;
    color: #666;
}

input.service-toggle:checked + label{
    background: #ED1B52;
    box-shadow: 5px 14px 33px rgba(0,0,0,0.05), 3px 10px 12px rgba(0,0,0,0.1);
    -moz-box-shadow: 5px 14px 33px rgba(0,0,0,0.05), 3px 10px 12px rgba(0,0,0,0.1);
    -webkit-box-shadow: 5px 14px 33px rgba(0,0,0,0.05), 3px 10px 12px rgba(0,0,0,0.1);
}

input.service-toggle:checked + label.level-1{
    background: #e99eae;
}

input.service-toggle:checked + label.level-2{
    background: #e4688e;
}

input.service-toggle:checked + label h4{
    color: #fff;
}

input.service-toggle:checked + label span.tip-text{
    color: rgba(255,255,255,0.6);
}

input.service-toggle + label + p{
    display: block;
    font-size: 12px;
    color: #999;
    text-align: right;
}
input.service-toggle + label:hover{
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
}

input.service-toggle + label:hover .inner {
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  opacity: .5;
}
 
input.service-toggle + label .inner {
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  opacity: .5;
}



input.service-toggle:checked + label .outer .inner {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

input.service-toggle:checked + label .outer { border: 3px solid rgba(237, 27, 82, 0.50); }
input.service-toggle:checked + label.level-1 .outer { border: 3px solid rgba(237, 27, 82, 0.7); }
/*
.radio input:focus + .outer .inner {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  background-color: #e67012;
}
*/

input.service-toggle + label .outer {
  width: 20px;
  height: 20px;
  display: block;
  float: left;
  margin: 10px 9px 10px 10px;
  border: 3px solid rgba(237, 27, 82, 0.70);
  border-radius: 50%;
  background-color: #fff;
  float: right;
}

input.service-toggle + label .inner {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  width: 8px;
  height: 8px;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  display: block;
  margin: 3px;
  border-radius: 50%;
  background-color: #ED1B52;
  opacity: 0;
}

.service-indicator {
    margin: 17px 0 15px 0;
    font-size: 3.5rem;
    text-align: center;
    line-height: 60px;
    display: block;
    background: rgb(237, 27, 82);
    color: #fff;
    box-shadow: 5px 14px 33px rgba(0,0,0,0.05), 3px 10px 12px rgba(0,0,0,0.1);
    -moz-box-shadow: 5px 14px 33px rgba(0,0,0,0.05), 3px 10px 12px rgba(0,0,0,0.1);
    -webkit-box-shadow: 5px 14px 33px rgba(0,0,0,0.05), 3px 10px 12px rgba(0,0,0,0.1);
}

label.full{
    display: block;
    margin: 0;
}

.money-form-control{
    display: block;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    border: 1px solid #eee;
    margin-bottom: 10px;
}

.money-form-control span.currency-selector{
    
    display: inline-table;
    margin: 1px 0 0 1px;
}

.money-form-control input{
    display: inline-table;
    width: calc(100% - 79px);
    margin: 1px 0;
    border: none;
    padding: 0 10px;
    line-height: 36px;
}

.money-form-control select{
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    width: 100%;
    height: 100%;
    padding: 0 30px 0 10px;
    border: none;
    background: 0 0;
    line-height: 38px;
    background: #fefefe;
    border-right:1px solid #eee;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}

.money-form-control .currency-selector{
    position: relative;
}

.money-form-control .currency-selector:before {
    height: 0;
    width: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 7px solid #aaa;
    content: '';
    position: absolute;
    top: 13px;
    right: 10px;
    pointer-events: none;
}

input.form-control.ext-style{
    padding: 2px 10px 1px 10px;
    line-height: 36px;
    margin: 0;
    height: auto;
    display: inline-table;
    margin-bottom: 10px
}
.money-form-control input:focus, .money-form-control select:focus{
    outline: none;
    border: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

.money-form-control.error {
    border: 1px solid #F44336;
}

.timeline-item{
    position: relative;
    padding-top: 20px;
}

.timeline-item span.line{
    position: absolute;
    width: 100%;
    height: 5px;
    background: rgba(237, 27, 82, 0.4);
    left: 0;
    z-index: 1;
    top: 45px;
}
.timeline-item i {
    font-size: 30px;
    background: #ED1B52;
    padding: 10px;
    border-radius: 25px;
    color: #fff;
    position: relative;
    z-index: 2;
}

#ratecard .form-section{
    margin-bottom: 20px;
}

.tip-box{
    padding: 10px;
    background: rgba(255, 235, 59, 0.07);
    display: flex;
    border: 1px solid rgba(255, 193, 7, 0.25);
}

.tip-box p {
    font-size: 12px;
    padding: 0;
    margin: 0;
    color: #777;
    
}


.tip-box h4{
    font-weight: 600;
    font-size: 14px;
}

.tip-box i{
    font-size: 3rem;
    margin-right: 10px;
    color: #ffc107;
}

#ratecard .alert{
    margin-top: 15px;
    display: none;
    color: #F44336;
    /*background: rgba(244, 67, 54, 0.14);*/
    background: #fff;
    border: 2px solid #F44336;
    border-radius: 2px;    
    -webkit-border-radius: 2px;    
    -moz-border-radius: 2px;    
    padding: 10px 15px; 
    
    -webkit-box-shadow: 1px 1px 3px 0px rgba(50, 50, 50, 0.15);
    -moz-box-shadow: 1px 1px 3px 0px rgba(50, 50, 50, 0.15);
    box-shadow: 1px 1px 3px 0px rgba(50, 50, 50, 0.15);  
}

#ratecard .form-section p{
    display: flex;
    padding-top: 0;
    
}

#ratecard .form-section label{
    padding-top: 0;
}

#ratecard .form-section p input[type=checkbox]{
    margin: 3px 5px 0 0;
    width: 20px;
}

#ratecard .form-section input.error + label{
    color: #F44336;
}

.container.ratecard-banner {
    border: 3px solid #ED1B52;
    margin-top: 15px;
    padding: 15px;
}

.ratecard-banner h1{
    color: #ED1B52;
    font-size: 22px;
    margin: 0;
    padding: 0 0 8px 0;
}

.ratecard-banner h2 {
    font-size: 13px;
    margin: 0;
    padding: 0;
    color: #666;
    line-height: 18px;
}

a.btn-banner {
    color: #fff;
    background: #ed1b52;
    padding: 10px 15px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -mox-border-radius: 3px;
}


.rate-card-item {
    min-height: 90px;
    padding: 10px 15px;
    margin: 0 0 15px 0;
}

.rate-card-item.empty{
    background: #fbfbfb;
    width: 100%;
}

#profile-details .rate-card-item p {
    color: #777;
    font-size: 11px;
}

#profile-details .rate-card-item h3 {
    font-size: 14px;
    font-weight: 900;
    line-height: 18px;
    padding: 0 0 5px 0;
    margin: 0 0 5px 0;
    color: #333;
}

#profile-details .rate-card-item h3 i{
    color: #999;
}
span.service-level-badge {
    font-size: 8px;
    text-transform: uppercase;
    background: #ccc;
    padding: 5px 5px 3px 5px;
    color: #fff;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    float: right;
}

.service-level-badge.level-1, .rc-header.level-1  {
    background: #e99eae;
}

.service-level-badge.level-2,.rc-header.level-2 {
    background: #e4688e;
}

.service-level-badge.level-3, .rc-header.level-3 {
    background: #ED1B52;
}

#profile-details .rate-card-item h4 span.legend{
    font-size: 11px;
    color: #777;
    font-weight: 200;
}

#profile-details .rate-card-item h4{
    color: #27ae60;
    font-size: 13px;
    font-family: Helvetica;
    font-weight: 600;
    padding: 0 0 5px 0;
    margin: 0 0 5px 0;
    border-bottom: 1px solid #f9f9f9;
}

.rc-container {
    padding: 0 15px 0 0;
}

.row.rc-items {
    padding: 0 0 0 15px;
}

#profile-details span.service.black {
    background: none;
    color: #666;
    padding: 0;
    
    margin: 0 0 15px 0;
    font-size: 12px;    
}

#profile-details span.service.black i {
    font-size: 20px;
    padding-top: 2px;
    float: left;
    margin-right: 10px;
    margin-top: -5px;
}

.profile-section {
    padding-top: 15px;
    border-bottom: 1px solid #f9f9f9;
}

.profile-section:last-child{
    border-bottom: none;
}

.profile-section strong{
    font-size: 13px;
    font-family: Helvetica;
    font-weight: 600;
}

.rc-header {
    margin-top: 5px;
    margin-bottom: 15px;
    padding: 10px;
    text-align: center;
    color: #fff;
    -webkit-box-shadow: 1px 1px 3px 0px rgba(50, 50, 50, 0.3);
    -moz-box-shadow: 1px 1px 3px 0px rgba(50, 50, 50, 0.3);
    box-shadow: 1px 1px 3px 0px rgba(50, 50, 50, 0.3);
    
}

#profile-details .service-header{
    margin-bottom: 10px;
    margin-top: 5px;
}

#profile-details .service-header i{
    
    color: #ED1B52;
    padding: 5px;
}

#profile-details h3.level-badge {
    background: #ff0000;
    color: #fff;
    display: inline-block;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 14px;
}


#profile-details h3.level-badge.level-1{
    background: #e99eae;
}

#profile-details h3.level-badge.level-2{
    background: #e4688e;
}

#profile-details h3.level-badge.level-3{
    background: #ED1B52;
}

.inline-card{
    padding: 10px;
    height:220px;
}


.inline-card  span.verified {
    color: #27ae60;
    text-transform: uppercase;
    font-size: 10px;
    padding: 3px 5px 0 5px;
    bottom: 10px;
    position: absolute;
    right: 5px;
}

.inline-card div:nth-child(1){
    float: left;
    width: 200px;
    height:200px;
    margin-right: 15px;
}

.inline-card{
    position: relative; 
}


.user-details h2 {
    font-size: 18px;
    font-family: HelveticaNeue;
    margin: 0;
    padding: 10px 10px 0 10px;
}

.user-details span.start-price {
    float: right;
}

.user-details span.start-price strong {
    font-size: 20px;
    color: #27ae60;
    display: block;
    font-family: HelveticaNeue;
    line-height: 18px;
    padding: 10px 0 0 0;
}

.user-details span.start-price i{
    font-size: 12px;
    line-height: 14px;
    color: #999;
    font-style: normal;
}



.languages {
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid #f9f9f9;
    padding: 10px 0;
    margin: 0 0 0 0;
    justify-content: flex-start;
    align-content: flex-start;    
}

span.language {
    font-size: 12px;
    line-height: 20px;
    margin: 0 10px 0 0;
    max-height: 28px;
}

span.language {
    font-size: 12px;
    line-height: 20px;
    margin: 0 5px 5px 0;
    background: #fbfbfb;
    padding: 5px 10px 0 10px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

.language i.flag {
    border: none;
    width: 18px;
    margin: 0 5px 0 0;
    background-position: center center;
    height: 16px;
}

.card-cta, .card-cta:hover, .card-cta:focus{
    text-decoration: none;
    color: #333;
}

span.lang-tip {
    display: block;
    width: 100%;
    font-size: 11px;
    color: #999;
    margin-bottom: 5px;
}

.card-cta:hover .inline-card h2{
    color: #ED1B52;
}

.card-cta:hover .inline-card{
  -moz-transform: scale(1.02);
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}

#search-hero.new{
    background: #333;
    position: relative;
    height: 230px;
    overflow: hidden;
}


div#hero-bg-wrapper {
    height: 300px;
    width: 100%;
    position: absolute;
    top: 0;
    opacity: 0.4;
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);  
    z-index: 1;
}

#search-hero.new form{
    z-index: 2;
    position: absolute;
    width: 100%;
}

@media (max-width: 1080px) { 
    .inline-card{
        height:170px;
    }


    .inline-card div:nth-child(1){
        width: 150px;
        height:150px;

    }    
}

@media (max-width: 480px) { 
    .inline-card{
        height: auto;
    }
    
    .inline-card div:nth-child(1){
        width: 100px;
        height:100px;

    }      
}