.cloud-city-dash {	
    border: 15px solid #ffffff;
    border-radius: 50%;
    color: #ffffff;
    display: inline-block;
    height: 180px;
    line-height: 160px;
    margin: 0 0 30px 0;
    position: relative;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    width: 180px;    
}
/*.cloud-city-dashboard > div:first-child > div.cloud-city-dash:before{
    border: 3px solid;
    border-radius: 50%;
    content: "";
    left: -10px;
    position: absolute;
    right: 0;
    top: -9px;    
    width: 170px;
    height: 170px;
    border-width: 4px;
    border-color: transparent #ed0547 transparent transparent;
    transform: rotate(-45deg);
}
.cloud-city-dashboard > div:nth-child(2) > div.cloud-city-dash:before{
    border: 3px solid;
    border-radius: 50%;
    content: "";
    left: -10px;
    position: absolute;
    right: 0;
    top: -9px;    
    width: 170px;
    height: 170px;
    border-width: 4px;
    border-color: transparent #ed0547 #ed0547 transparent;
    transform: rotate(-45deg);
}
.cloud-city-dashboard > div:nth-child(3) > div.cloud-city-dash:before{
    border: 3px solid;
    border-radius: 50%;
    content: "";
    left: -10px;
    position: absolute;
    right: 0;
    top: -9px;    
    width: 170px;
    height: 170px;
    border-width: 4px;
    border-color: transparent #ed0547 #ed0547 #ed0547;
    transform: rotate(-45deg);
}
.cloud-city-dashboard > div:nth-child(4) > div.cloud-city-dash:before{
    border: 3px solid;
    border-radius: 50%;
    content: "";
    left: -10px;
    position: absolute;
    right: 0;
    top: -9px;    
    width: 170px;
    height: 170px;
    border-width: 4px;
    border-color: #ed0547 #ed0547 #ed0547 #ed0547;
    transform: rotate(-45deg);
}*/
.cloud-city-tripdash { 
    width: 18%;	
    min-width: 40px; 
    max-width: 90px; 
    height: 48px;
    display: inline-block; 
    vertical-align: top; 
    margin-left: 1%; 
    margin-right: auto; 
    position: relative; 
    color: #fff; 
    text-align: center; 
    white-space: nowrap; 
}
.container.cloud-city-countdown.omit.weeks {
    text-align: center;
}
.cloud-city-weeks_trip_dash{ 
    clear: both; 
    margin-left: 13%; 
    display: block !important; 
}
.cloud-city-digit { 
    font-size:50px; 
    display: inline-block; 
    vertical-align: middle; 
    font-family: 'montserratultra_light';
    letter-spacing: 0.6px;
    width: auto;
    color: #fff;
    position: relative; 
}
.cloud-city-dash_title { 
    display: block; 
    position: relative; 
    width: 100%; 
    color: #fff; 
    letter-spacing: 0.6px;
    font-size: 18px;
    font-family: 'montserratregular';
    text-align: center;	
    white-space: nowrap; 
    overflow: hidden;
}

@media screen and (max-width: 650px) {

}

@media screen and (max-width: 480px) {
}