@import url('https://fonts.googleapis.com/css?family=Roboto:100,400');

body{
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 100%;
}

img{
    max-width: 100%;
}

.container{
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.clearfix::after{
    content: '';
    display: block;
    clear: both;
}

.branding-wrapper .nav-content ul{
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.branding-wrapper{
    background-color: #191919;
    color: #fff;
}

.branding-wrapper a{
    color: #fff;
    text-decoration: none;
}

.branding-wrapper a:hover,
.branding-wrapper a:active{
    color: #d5ef42;
}

.branding-wrapper .container{
    padding: 0;
}

.branding-wrapper .nav-wrapper .nav-content{
    display: none;
}

.branding-wrapper .nav-wrapper .nav-toggle {
    cursor: pointer;
    text-align: center;
    background-color: #dcdcdc;
    padding: 10px 15px;
    color: #666;
    font-size: 22px;
}

.branding-wrapper .nav-wrapper .nav-content.nav-open{
    display: block;
}

.branding-wrapper .nav-wrapper .nav-content.nav-open li a{
    border-bottom: 1px solid #333;
}

.branding-wrapper .nav-wrapper .nav-content a{
    display: block;
    padding: 15px 10px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    text-align: center;
}

.branding-wrapper .nav-wrapper .nav-content a.active{
    color: #d5ef42;
}

.branding-wrapper .contact{
    text-align: right;
    margin-right: 10px;
}

.branding-wrapper .contact a{
    padding: 20px 0;
    display: inline-block;
}

.branding-wrapper .contact a .glyphicon{
    color: #d5ef42;
}

.branding-wrapper .p-letter{
    position: absolute;
    left: 10px;
    top: 12px;
}

.branding-wrapper .p-letter span{
    background-color: #0457f2;
    padding: 5px 10px 10px 10px;
    font-size: 24px;
    border-radius: 5px;
    display: inline-block;
    line-height: 20px;
    font-weight: bold;
}

@media screen and (min-width: 992px){
    .branding-wrapper .container{
        padding: 0 15px;
    }

    .branding-wrapper .contact {
        float: right;
        text-align: right;
    }

    .branding-wrapper .nav-wrapper {
        float: left;
    }

    .branding-wrapper .nav-content ul li{
        display: inline-block;
    }

    .branding-wrapper .nav-wrapper .nav-content a {
        display: inline-block;
        text-align: left;
        padding: 20px 8px;
    }

    .branding-wrapper .nav-toggle{
        display: none;
    }

    .branding-wrapper .nav-wrapper .nav-content{
        display: block !important;
    }
    
    .branding-wrapper .p-letter{
        float: left;
        margin-top: 12px;
        margin-right: 10px;
        position: relative;
        top: auto;
        left: auto;
    }
}

a.more-link{
    display: inline-block;
    padding: 20px 30px;
    background-color: #9cb800;
    color: #fff;
    text-decoration: none;
    border-radius: 30px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

a.more-link:hover,
a.more-link:active{
    background-color: #d5ef42;
}

.header-wrapper{
    background-image: url('img/header-bg-mobile.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    color: #fff;
    padding: 50px 15px;
}

.header-wrapper .text01,
.header-wrapper .text03{
    font-size: 26px;
    text-shadow: 2px 2px 2px #0B2C41;
}

.header-wrapper .text02{
    font-size: 55px;
    text-shadow: 2px 2px 2px #0B2C41;
    font-weight: 100;
}

.header-wrapper .more-link{
    margin-top: 50px;
}

.content-wrapper .container{
    padding: 30px 15px;
}

.content-wrapper a{
    color: #9cb800;
    text-decoration: none;
}

.content-wrapper a:hover,
.content-wrapper a:active{
    text-decoration: underline;
}

@media screen and (min-width: 768px){
    .header-wrapper {
        background-image: url('img/header-bg-desktop.jpg');
        padding: 50px 15px 150px 15px;
    }

    .header-wrapper .text01,
    .header-wrapper .text03{
        font-size: 40px;
    }

    .header-wrapper .text02{
        font-size: 110px;
    }

    .content-wrapper .container{
        padding: 70px 15px;
    }

    .content-wrapper .parking .column{
        width: 50%;
        float: left;
    }

    .content-wrapper .parking .column-inner{
        padding: 0 15px;
    }
}

.secondary-content-wrapper{
    background-color: #f7f7f7;
}

.secondary-content-wrapper .container{
    padding: 30px 15px 10px 15px;
}

.secondary-content-wrapper .column-inner{
    padding: 0 10px;
}

.secondary-content-wrapper .column-inner a{
    display: block;
    text-decoration: none;
    margin-bottom: 20px;
    color: #666;
    border: 1px solid #9cb800;
    padding: 5px 10px;
    border-radius: 30px;
}

.secondary-content-wrapper .column-inner a:hover,
.secondary-content-wrapper .column-inner a:active{
    background-color: #9cb800;
    color: #fff;
}

.secondary-content-wrapper .column-inner a:hover .bigtext,
.secondary-content-wrapper .column-inner a:active .bigtext{
    color: #fff;
}

.secondary-content-wrapper .column-inner a .bigtext{
    font-weight: bold;
    font-size: 40px;
    color: #c9c9c9;
}

@media screen and (min-width: 992px){
    .secondary-content-wrapper .column{
        width: 25%;
        float: left;
    }
}

.tertiary-content-wrapper{
    background-image: url('img/contact-bg-mobile.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    color: #fff;
    padding: 50px 15px 150px 15px;
}

.tertiary-content-wrapper .text01{
    font-size: 30px;
    margin-bottom: 20px;
}

@media screen and (min-width: 768px){
    .tertiary-content-wrapper {
        background-image: url('img/contact-bg-desktop.jpg');
        background-attachment: fixed;
        padding: 150px 15px 250px 15px;
    }
}

.footer-wrapper{
    background-color: #191919;
    color: #fff;
    line-height: 1.5;
}

.footer-wrapper a{
    text-decoration: none;
    color: #fff;
}

.footer-wrapper .glyphicon{
    color: #d5ef42;
}

.footer-wrapper .container{
    padding: 70px 15px 20px 15px;
}

.footer-wrapper .container .contacts{
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #404040;
    font-size: 87.5%;
}

.footer-wrapper .copyright a{
    color: #9cb800;
}

.footer-wrapper .copyright a:hover,
.footer-wrapper .copyright a:active{
    color: #d5ef42;
}

@media screen and (min-width: 768px){
    .footer-wrapper .container .contacts{
        font-size: 100%;
    }

    .footer-wrapper .container .contacts .contact{
        display: inline-block;
    }
}

.go-top{
    position: fixed;
    bottom: 15px;
    right: 15px;
    display: none;
}

.go-top a{
    display: block;
    width: 40px;
    height: 40px;
    background-color: #9cb800;
    color: #fff;
    text-decoration: none;
    text-align: center;
    font-size: 22px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}

.go-top a:hover,
.go-top a:active{
    background-color: #d5ef42;
}

.go-top a .glyphicon{
    line-height: 40px;
}

.pricing-table-wrapper .pricing-table-header h3{
    margin: 0;
    padding: 0;
}

.pricing-table-wrapper .pricing-table-header{

    padding: 5px;
    border: 1px solid #9cb800;
    border-bottom: none;
}

.pricing-table-wrapper .pricing-table{
    font-size: 14px;
}

.pricing-table-wrapper .pricing-table,
.pricing-table-wrapper .pricing-table td{
    padding: 0;
    margin: 0;
    border: none;
}

.pricing-table-wrapper .pricing-table table{
    width: 100%;
    border-collapse:collapse;
}

.pricing-table-wrapper .pricing-table td{
    padding: 5px;
    border: 1px solid #9cb800;
}

.pricing-table-wrapper .pricing-table td:first-child{
    background-color: #9cb800;
    color: #fff;
    width: 25%;
}

.pricing-table-wrapper .pricing-table-item-inner{
    margin-bottom: 30px;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.2);
}

@media screen and (min-width: 768px){
    .pricing-table-wrapper .pricing-table-item{
        width: 50%;
        float: left;
    }

    .pricing-table-wrapper .pricing-table-item-inner{
        margin: 0 10px 30px 10px;
    }
}