* {
    font-family: 'Roboto', sans-serif;
    line-height: 1.8;
}

html {
    background-color: #006064;
}

*+p {
    margin-top: -10px;
}

h1 {
    text-align: center;
    color: #00ACC1;
    font-size: 28px;
    line-height: 28px;
    text-transform: uppercase;
    font-weight: 500;
    padding: 20px 0 10px 0;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.19);
}

u {
    text-decoration: none;
    border-bottom: 1px dotted #00ACC1;
}

hr.cut { 
  border: 0; 
  height: 1px; 
  background-image: -webkit-linear-gradient(left, #f0f0f0, #CCC, #f0f0f0);
  background-image: -moz-linear-gradient(left, #f0f0f0, #CCC, #f0f0f0);
  background-image: -ms-linear-gradient(left, #f0f0f0, #CCC, #f0f0f0);
  background-image: -o-linear-gradient(left, #f0f0f0, #CCC, #f0f0f0); 
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.scroll-top {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 1000;
    padding: 10px;
    background-color: #ECEFF1;
    cursor: pointer;
}

.scroll-top i {
    position: relative;
    top: -2px;
}

header, section, footer, .uk-slidenav-position {
    background-color: #FFF;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    position: relative;    
}

.content-box {
    padding: 0 80px;
}

section .content-box p {
    font-size: 16px;
}

header {
    max-width: 980px;
    padding: 15px 50px;
    z-index: 300;
}

.logo {
    width: 150px;
    position: relative;
    z-index: 10;
    text-align: center; 
}

.logo > img {
    width: 100px;
    height: 100px;
}

.logo > div {
    width: 100%;
    text-align: center;
    padding-top: 5px;
    color: #00ACC1;
    font-weight: 600;
    font-size: 12px;
}

.menu {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 62px;
    z-index: 0;
    background-color: #ECEFF1;
}

.menu .mobile-menu {    
    position: absolute;
    right: 40px;
    top: 15px;
}

.menu .mobile-menu a {   
    color: #00ACC1;
}

.menu .mobile-menu a:hover {   
    color: #006064;
}

.menu nav {
    padding-right: 40px;
}

.menu nav a {
    color: #00ACC1;
    font-size: 18px;
    line-height: 22px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 20px;
}

.menu nav a:hover {
    background-color: #00ACC1;
    color: #FFF;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    text-decoration: none;
}

.uk-offcanvas-bar {
    padding-top: 20px;
}

.uk-nav-offcanvas li a {
    padding: 15px !important;
    text-transform: uppercase;  
}

section {
    max-width: 1080px;
    padding: 0px 0px;
    z-index: 200;
}

.uk-slidenav-position {
    z-index: 201;
}

.uk-overlay-panel h3 {
    font-weight: 600;
    margin-bottom: 8px;
}
    
.dev-flow {
    margin-left: 200px;
    margin-right: 200px;
}
    
.flow-text h3 {
    margin-top: 10px;
}
    
.flow-odd .flow-icon-big {    
    text-align: right;
}

.flow-odd .flow-text {    
    text-align: left;
}

.flow-even .flow-icon-big {    
    text-align: left;
    padding-left: 25px;
}

.flow-even .flow-text {    
    text-align: right;
}

.flow-icon, .next-flow {
    color: #00ACC1;
    font-size: 90px;
    margin: 0px;
    padding: 0px;
    line-height: 1;
}
/*
.dev-flow > div:nth-child(3) i {  
  color: #8BC34A;
}

.dev-flow > div:nth-child(5) i {  
  color: #FF9800;
}

.dev-flow > div:nth-child(7) i {  
  color: #F44336;
}
*/
.flow-icon-small {
    text-align: center;
}

.next-flow {
    font-size: 60px;
    text-align: center;
}

.info-box {
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
}

.info-box i {
    color: #00ACC1;
}

.info-box h3, .flow-text h3 {
    color: #00ACC1;
    margin-bottom: 0px !important;
}

.info-box span, .flow-text span {
    color: #999;
}

.uk-grid .info-box > i {
    color: #FFF;
    background-color: #00ACC1;
    width: 81px;
    padding: 23px 0;
}

#map {
    width: 100%;
    height: 300px;
}

.picker-info h2 {
    padding: 20px 0 0 0;
}

footer {
    background-color: #00ACC1;
    max-width: 1080px;
    padding: 40px 0px;
    margin-bottom: 150px;
    z-index: 100;
    color: #FFF;
}

a.light-link {
    color: #FFF;
    outline: none;
}

a.light-link:hover {
    color: #ECEFF1;
    text-decoration: none;
}

a.dark-link {
    color: #00ACC1;
    outline: none;
}

a.dark-link:hover {
    color: #006064;
    text-decoration: none;
}

.uk-modal-dialog {
    border-radius: 4px;
    box-shadow: 0 0 10px rgba(0,0,0,.3);
}


@media (max-width: 960px) {
    
    .dev-flow {
        margin-left: 100px !important;
        margin-right: 100px !important;
    }
}

@media (max-width: 767px) {
    .logo {
        width: 100px !important;
    }
    
    .uk-slideshow .uk-overlay-panel h3 {
        margin: 0px !important;
    }
    
    .uk-slideshow .uk-overlay-panel span {
       display: none !important;
    }
    
    .content-box {
        padding: 0 40px !important;
    }
    
    .flow-text {    
        text-align: center !important;
    }
}

@media (max-width: 512px) {    
    .dev-flow {
        margin-left: 20px !important;
        margin-right: 20px !important;
    }    
}