/*
Global
*/
* { 
    font-family: Arial Narrow, sans-serif;
    font-size: 16px;    
}

*:focus { 
    outline: none !important;
}

p { 
    line-height: 1.3; 
    color: #4c4c4c;
}

a { 
    color: rgb(51, 51, 51); 
    transition: all 0.2s ease;
}

p a { 
    text-decoration: underline;
}

a:hover { 
    text-decoration: none;
    font-weight: bold;
}

span.emphasis {
    font-weight: bold;
    display: inline !important;
}

h2 {
    font-family: Arial Narrow, sans-serif;
    font-size: 30px;    
    text-align: left;
    color: #00a79e;
    padding: 0;
    margin: 10px 0 20px 0;
}

h3:first-of-type {
    margin: 10px 0 10px 0;
}

h3 {
    font-size: 20px;    
    text-align: left;
    color: #00a79e;
    padding: 0;
    margin: 25px 0 10px 0;
}

h4 {
    font-size: 18px;    
    text-align: left;
    color: black;
    padding: 0;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

h5 {
    font-size: 16px;    
    text-align: left;
    color: black;
    padding: 0;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

h6 {
    font-size: 16px;    
    text-align: left;
    color: black;
    padding: 0;
    font-weight: normal;
    margin: 20px 0 10px 0;
}

/* 
Main page content
*/
main #introduction {
    background-color: #f1f1f2;
}

main #introduction h2 {
    text-align: left;
}

main .container-fluid {
    padding: 0;
}

main .container-fluid > .container {
    padding: 15px 15px 25px 15px;
}

main .container-fluid > .container > div {
    padding: 0;
}

main .container-fluid > .container.narrower-column {
    max-width: 720px;
    width: 60%;
}

main .container-fluid > .container.narrow-column {
    max-width: 960px;
    width: 80%;
}

main .container-fluid > .container.wide-column {
    max-width: 1200px;
    width: 100%;
}

main .container-fluid > .container ul[class~="content"] {
    display: inline-block;
    text-align: left;
}

main .tagline {
    font-size: 16px;
    margin: -17px 0 25px 0;
    color: gray;
}

@media (max-width: 600px) {
    main .container-fluid > .container > div {
        width: 100%;
    }
}

@media (max-width: 950px) {
    main .container-fluid > .container {
        width: 100% !important;
    }
}

/*
Form
*/
.chronoform.form-horizontal label {
    font-weight: normal;
    width: 280px !important;
}

.chronoform.form-horizontal .gcore-input {
    width: calc(100% - 180px) !important;
}

.chronoform.form-horizontal input,
.chronoform.form-horizontal select,
.chronoform.form-horizontal textarea {
    width: 100% !important;
}

.chronoform.form-horizontal #fin-captcha2 {
    margin: 10px 0 0 160px;
    width: 200px;
}

.chronoform.form-horizontal .chronoform-container {
    margin-top: 25px;
}

.chronoform.form-horizontal .gbs3 legend {
}

.chrono_credits {
    display: none;
}

@media (max-width: 500px) {
    .chronoform.form-horizontal .gcore-input {
        width: 100% !important;
    }

    .chronoform.form-horizontal #submit {
        margin: 20px 0 0 0;
    }

    .chronoform.form-horizontal #fin-captcha2 {
        margin: 10px 0 0 0;
        width: 200px;
    }
}

/*
Buttons
*/
.button,
#submit {
    padding: 5px 20px;
    display: table;
    border-radius: 8px;
    background-color: #00a79e;
    font-size: 20px !important;
    font-weight: bold !important;
    color: white !important;
    margin: 15px auto 10px auto;
    width: auto !important;
    height: auto !important;
}

.button:hover,
#submit:hover {
    color: white !important;
    background-color: #02c0b6;
    text-decoration: none !important;
}

.button.contact-us {
    margin: 10px auto 25px auto;
}

/*
Header
*/
header > .container {
    padding: 15px 5px 15px 5px;    
}

header #company-logo {
    text-align: left;
    display: block;
}

header #company-logo img {
    max-width: 300px;
    width: 100%;
}

header .slogon {
    text-align: center;
    display: block;
}

header .slogon img {
    max-width: 500px;
    width: 100%;
}

header .header-contacts {
    text-align: right;
    margin: 10px 0 0 0;
    color: #414042;
}

header .header-contacts .phone-number {
    font-size: 20px;
    font-weight: bold;
    margin-left: 5px;
    color: #414042;
}

@media (max-width: 768px) {
    header #company-logo {
        text-align: center;
    }

    header #company-logo img {
        max-width: 200px;
    }

    header .slogon img {
        max-width: 350px;
        width: 100%;
    }

    header .header-contacts {
        text-align: center;
        margin: 20px 0 0 0;
    }
}

@media (max-width: 1200px) {
    header > .container {
        width: 100%;
    }
}

/*
Slider 
*/
#slider {
    padding: 0;
    display: block;
}

#slider .container {
    padding: 0;
}

#slider .container li > a {
    display: block;
    height: 100%;
}

#slider .container li > a > img {
    width: 100%;
}

#slider .container .uk-dotnav a {
    display: block;
    height: 20px;    
    width: 20px;    
}

@media (max-width: 1200px) {
    #slider > .container {
        width: 100%;
    }
}

/*
Banner
*/
#banner {
    padding: 0;
}

#banner > .container {
    padding: 0;
}

#banner > .container img {
    width: 100%;
}

@media (max-width: 1200px) {
    #banner > .container {
        width: 100%;
    }
}

/*
Menu
*/
.main-menu-panel {
    display: table;
    width: 100%;
} 

#main-menu {
    width: 100%;
} 

nav.navbar { 
    background-color: #414042;
    border: 0;
    margin: 0 0 10px 0;
    border-radius: 0;
    min-height: 0;
}

nav.navbar.affix {
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
}

nav.navbar > .container { 
    text-align: center; 
    padding: 0 !important;
}

nav.navbar .navbar-collapse {
    background-color: #414042;
}

nav.navbar .contact-options {
    display: none;
}

nav .navbar-toggle {
    background-color: #414042 !important;
    border-color: white !important;
}

nav .navbar-toggle:hover { 
    background-color: #6d6e71 !important; 
}

nav .icon-bar { 
    background-color: white !important; 
}

nav .navbar-toggle:hover .icon-bar { 
    background-color: white !important; 
}

nav .nav.menu > li a span,
nav .nav.menu > li span {
    font-family: Arial Narrow, sans-serif;
    font-size: 16px;
}

nav .nav.menu > li a {
    font-family: Arial Narrow, sans-serif;
    font-weight: bold;
    font-size: 16px;
    color: white !important; 
    background-color: transparent !important;
    transition: all 0.2s ease;
    padding: 15px 30px;
    display: inline-block;
    margin: -5px 0 -5px 0;
    transition: none;
}

nav .nav.menu > li:first-child > a {
    border-left: none !important;
}

nav .nav.menu > li:last-child > a {
    border-right: none !important;
}

nav .nav.menu > li a:hover, 
nav .nav.menu > li.current a, 
nav .nav.menu > li.selected > a, 
nav .nav.menu > li.active > a {
    color: white !important;
    background-color: #6d6e71 !important;
}

nav .nav.menu > li > ul > li a {
    padding: 6px 0 !important;
    border: none !important;
    text-align: center;
    font-weight: normal;
    width: 100%;
    border-bottom: 0.1px solid #414042 !important;
} 

nav .nav.menu > li > ul > li:last-child a {
    border-bottom: none !important;
} 

nav .nav.menu > li > ul {
    background-color: white;
    width: 100%;
}

@media (min-width: 768px) {
    nav .nav.menu > li:nth-child(1) { /* Home */
        width: calc(36.44px - 0.1px + ((100% - 280.15px) / 5));
    }

    nav .nav.menu > li:nth-child(2) { /* Services */
        width: calc(35.98px - 0.2px + ((100% - 280.15px) / 5));
    }

    nav .nav.menu > li:nth-child(3) { /* About Us */
        width: calc(58.3px - 0.2px + ((100% - 280.15px) / 5));
    }

    nav .nav.menu > li:nth-child(4) { /* Testimonials */
        width: calc(80.2px - 0.2px + ((100% - 280.15px) / 5));
    }

    nav .nav.menu > li:nth-child(5) { /* Contact Us */
        width: calc(69.23px - 0.1px + ((100% - 280.15px) / 5));
    }
}

@media (max-width: 1200px) {
    nav.navbar > .container { 
        width: 100%;
    }
}

@media (max-width: 768px) {
    .navbar-nav {
        margin: 0;
    }

    nav.navbar > .container { 
        padding: 0 15px !important;
    }

    nav.navbar .navbar-collapse {
        padding: 0 !important;
        height: auto !important;
    }

    .main-menu-panel {
        width: 100%;
    }
    
    nav .nav.menu > li {
        margin-bottom: 1px;
    }

    nav .nav.menu > li a {
        border-right: none !important;
        border-bottom: 0.1px solid transparent !important;
        padding: 5px 0;
        display: block;
        margin: 0;
        transition: all 0.2s ease;
    }

    nav .nav.menu > li > ul > li:last-child a {
        border-bottom: 0.1px solid #1f8ca3 !important;
    } 

    nav .nav.menu ul.dropdown-menu {
        padding: 0;
        position: static;
        float: none;
        display: block;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none;
    }

    nav .nav.menu li a {
        line-height: 20px;
        border-left: none !important;
    }

    nav .nav.menu > li > ul > li a {
        padding: 4px 0 !important;
    } 
}

.affix {
    top: 0;
    width: 100%;
    z-index: 9999 !important;
}

/*
Footer
*/
footer {
    background-color: #424242;
}

footer > .container {
    padding: 20px 15px;
}

footer .footer-contacts {
    text-align: center;
    margin: 10px 0 0 0;
    color: white;
}

@media (max-width: 1200px) {
    footer > .container {
        width: 100%;
    }
}

@media (max-width: 480px) {
    footer > .container {
        padding: 20px 0;
    }
}

/*
Footer contacts
*/
footer .footer-contacts .phone-number {
    font-size: 20px;
}

/*
Footer menu
*/
footer .footer-contacts .phone-number {
    font-size: 20px;
}

/*
Footer menu
*/
footer .footer-menu {
    width: 100%;
    margin: 20px 0 10px 0;
    display: table;
}

footer ul.nav.menu {
    padding: 0 15px;
    display: table;
    margin: 0 auto;
    float: none;
    text-align: center;
}

footer .nav.menu > li {
    display: inline-block;
    float: none;
}

footer .nav.menu > li a span,
footer .nav.menu > li span {
    font-family: Arial Narrow, sans-serif;
    font-size: 16px;
    color: white;
}

footer .nav.menu > li a {
    padding: 5px 10px;
    text-align: left;
    margin: 1px;
}

footer .nav.menu > li a:hover, 
footer .nav.menu > li.current a, 
footer .nav.menu > li.selected > a, 
footer .nav.menu > li.active > a {
    font-weight: normal;
    background-color: #6d6e71 !important;
}

/*
Information section
*/
.info-section {
    padding: 5px 15px;
    background-color: white;
    color: grey;
}

@media (max-width: 1200px) {
    .info-section {
        width: 100%;
    }
}

.info-section div {
    font-size: 12px;
}

.info-section a {
    font-size: 12px;
}

.info-section .copyright {
    float: left;
}

.info-section .designed-by {
    float: right;
}

.info-section .designed-by a {
    color: #526a29;
}

.info-section .designed-by img {
    margin-top: -3px;
}

@media (max-width: 450px) {
    .info-section div {
        width: 100%;
        text-align: center;
    }
}

/*
Home page
*/
main.home .introduction {
    padding: 10px 25px !important;
}

main.home .emphasis {
    font-size: 26px;
    color: #00a7a1;
    margin-right: 5px;
}

main.home .testimonial {
    padding: 20px 30px !important;
    background-color: #e6e7e8;
}

main.home .testimonial p {
    font-family: Euphoria Script, Arial Narrow, sans-serif;
    font-size: 26px;
}

main.home .testimonial .author {
    font-family: Euphoria Script, Arial Narrow, sans-serif;
    font-size: 26px;
    font-weight: 300;
}

@media (max-width: 768px) {
    main.home .introduction {
        padding: 5px !important;
    }

    main.home .testimonial {
        padding: 15px 25px !important;
        background-color: #e6e7e8;
    }
}

@media (max-width: 1200px) {
    main.home > .fluid-container {
        width: 100%;
        padding: 0;
    }
}

/*
Services page
*/
main.services .introduction {
    padding: 10px 25px !important;
}

main.services .quote {
    padding: 20px 30px !important;
    text-align: center;
}

main.services .quote p {
    font-family: Euphoria Script, Arial Narrow, sans-serif;
    font-size: 24px;
}

main.services .quote .author {
    font-family: Euphoria Script, Arial Narrow, sans-serif;
    font-size: 24px;
    font-weight: 300;
}

main.services #our-services {
    background-color: #e6e7e8;
    padding: 0;    
}

main.services #our-services .content {
    padding: 15px;    
}

main.services #circles {
    display: table;
    padding: 0 0 10px 0;
}

main.services #connection-circles {
    background-color: #e6e7e8;
    border-right: 5px solid white;
    float: none;
    display: table-cell;
    vertical-align: top;
}

main.services #connection-circles .content {
    padding: 15px;    
}

main.services #startup-circles {
    background-color: #e6e7e8;
    border-left: 5px solid white;
    float: none;
    display: table-cell;
    vertical-align: top;
}

main.services #startup-circles .content {
    padding: 15px;    
}

main.services img {
    width: 100%;
}

@media (max-width: 767px) {
    main.services #circles {
        display: block;
    }

    main.services #connection-circles {
        border-right: none;
        border-bottom: 5px solid white;
        display: block;
    }

    main.services #connection-circles .content {
        padding: 15px;    
    }

    main.services #startup-circles {
        border-left: none;
        border-top: 5px solid white;
        float: none;
        display: block;
    }

    main.services #startup-circles .content {
        padding: 15px;    
    }
}

/*
Testimonials
*/
main.testimonials .testimonial {
    font-style: italic;
}

main.testimonials .testimonial .author {
    font-style: normal;
    font-weight: bold;
}

main.testimonials #retreat {
    background-color: #e6e7e8;
}

/*
Contact Us
*/
main.contact-us .contact-details {
    padding: 25px !important;
}

main.contact-us .contact-details img {
    margin: 0 auto;
    display: block;
}

main.contact-us .contact-details .details {
    margin-top: 15px;
    text-align: center;
}

main.contact-us .contact-details .details .name {
    font-size: 20px;
    font-weight: bold;
}