/* ====================
    Base
==================== */

body {
    font-family: 'Merriweather Sans', sans-serif;
    font-weight: 300;
    background-color: #fff;
    line-height: 1.25;
}

p {
    margin-bottom: 10px;
    font-size: 12px;
    color: #404040;
    line-height: 22px;
}

section {
    margin-top: 30px;
}

h1,
h2 {
    margin-bottom: 15px;
    font-style: italic;
    color: #3aa57e;
}


h1 {
    font-size: 30px;
    font-weight: 700;
}

h2 {
    font-size: 24px;
    line-height: 40px;
}

h4 {
    font-size: 36px;
    font-style: italic;
    color: #fff;
}

.list {
    padding-left: 0;
}

.list > li {
    position: relative;
    display: block;
    margin-bottom: 15px;
}

.list-plus > li,
.list-minus > li {
    padding-left: 35px;
    background-repeat: no-repeat;
    background-position: 0 0;
}

.list-plus > li {
    background-image: url('../img/icon-list-plus.svg');
    background-size: 20px 15px;
}

.list-minus > li {
    background-image: url('../img/icon-list-minus.svg');
    background-size: 15px 15px;
}

.sub-title {
    margin-bottom: 15px;
    font-size: 18px;
    font-style: italic;
    line-height: 27px;
}

.text-center {
    text-align: center;
}

.hero-title {
    width: 100%;
    min-height: 100px;
    padding: 50px 0;
    margin-bottom: 30px;
    background-repeat: no-repeat;
    background-position: top center;
    background-color: #f8f8f8;
}

.hero-ramove {
    background-image: url('../img/bg-hero-ramove.jpg');
}

.hero-bezramove {
    background-image: url('../img/bg-hero-bezramove.jpg');
}

.hero-ref {
    background-image: url('../img/bg-hero-ref.jpg');
}


.btn-cta {
    display: inline-block;
    padding: 10px 30px;

    background-color: #630460;
    border: 2px solid #630460;
    border-radius: 10px;

    color: #fff;
    font-weight: 700;
    text-transform: none;

    transition-duration: 0.3s;
    transition-timing-function: ease-in;
}

.btn-cta:hover {
    background-color: transparent;
    border: 2px solid #630460;
    color: #630460;
    text-decoration: none;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
}

.pdd-30 {
    padding-top: 20px;
}

.mrg-60 {
    margin: 60px 0;
}

.gray-bg {
    width: 100%;
    padding: 50px 0 60px;
    margin: 50px 0;
    background-color: #f8f8f8;
}

@media (min-width: 768px) {

p {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 30px;
}
    
h1,
h2 {
    margin-bottom: 30px;
 }
    
h1 {
    font-size: 48px;
}

h2 {
    font-size: 30px;
    line-height: 34px;
}

.sub-title {
    margin-bottom: 30px;
    font-size: 24px;
    line-height: 36px;
}

section {
    margin-top: 60px;
}

.pdd-30 {
    padding-top: 30px;
}

.hero-title {
    min-height: 350px;
    padding-top: 100px;
    margin-bottom: 60px;
}

    
}



/* ====================
    Navbar
==================== */
.navbar-wrapper {
    background-color: #f8f8f8;
    border-bottom: 1px #e5e5e5;
}

.navbar {
    margin: 10px 0;
    min-height: 50px;
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid #404040;
    border-radius: 4px;
}

.navbar-default .navbar-brand,
.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:hover {
    padding-top: 5px;
    color: #3aa57e;
    font-style: italic;
    font-size: 12px;
}

.navbar-default .navbar-brand strong,
.navbar-default .navbar-brand:focus strong,
.navbar-default .navbar-brand:hover strong {
    font-weight: 700;
}

.company {
    display: block;
    color: #630460;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
}

.nav > li {
    margin: 0 15px;
}

.navbar-default .navbar-nav>li>a {
    padding: 20px 0;
    background: 0;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    color: #404040;
}

.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: transparent;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
    color: #404040;
    background-color: transparent;
}

.dropdown-menu {
    padding: 10px 0;
    margin: 5px 0 0;
    font-size: 14px;
    text-align: left;
    width: 200px;
    background-color: #630460;
    border: none;
    border-radius: 10px !important;
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

.dropdown-menu>li>a {
    padding: 5px 20px;
    font-weight: 300;
    line-height: 1.42857143;
    color: #fff;
    white-space: normal;
}

.navbar .btn-cta {
    display: none;
}

@media (min-width: 768px) {
    
    .navbar {
        margin: 20px 0;
     }

        .navbar-default .navbar-brand,
    .navbar-default .navbar-brand:focus,
    .navbar-default .navbar-brand:hover {
        font-size: 20px;
    }

    .company {
         font-size: 16px;
        line-height: 24px;
    }
   

    .navbar-default .navbar-brand,
    .navbar-default .navbar-brand:focus,
    .navbar-default .navbar-brand:hover {
        padding-top: 12px;
    }

    .navbar-default .navbar-nav>.active>a,
    .navbar-default .navbar-nav>.active>a:focus,
    .navbar-default .navbar-nav>.active>a:hover {
        color: #404040;
        background-color: transparent;
    }

    .navbar-default .navbar-nav>li>a:before,
    .navbar-default .navbar-nav>.active>a:before {
        content: "";
        position: absolute;
        z-index: -2;
        left: 25%;
        right: 75%;
        bottom: 20%;
        background: #630460;
        height: 3px;
        -webkit-transition-property: right;
        transition-property: right;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }

    .navbar-default .navbar-nav>li>a:hover,
    .navbar-default .navbar-nav>.active>a:before {
        opacity: 1 !important;
    }

    .navbar-default .navbar-nav>li>a:hover:before,
    .navbar-default .navbar-nav>.active>a:before {
        right: 25%;
    }

    .navbar-default .navbar-nav>li>a:before,
    .navbar-default .navbar-nav>.active>a:before {
        bottom: 20%;
    }

    .navbar-default .navbar-nav>li>a.btn-cta {
        display: inline-block;
        padding: 10px 30px;
        margin-top: 7px;
        background-color: #630460;
        border: 2px solid #630460;
        border-radius: 10px;
        color: #fff;
        text-transform: none;
        transition-duration: 0.3s;
        transition-timing-function: ease-in;
    }

    .navbar-default .navbar-nav>li>a.btn-cta:hover {
        background-color: #f8f8f8;
        border: 2px solid #630460;
        color: #630460;
        transition-duration: 0.3s;
        transition-timing-function: ease-out;
    }

    .navbar .btn-cta {
    display: inline-block;
}
    
}

@media (min-width: 992px) {
    
    .navbar-default .navbar-brand,
    .navbar-default .navbar-brand:focus,
    .navbar-default .navbar-brand:hover {
        font-size: 20px;
    }

    .company {
         font-size: 16px;
        line-height: 24px;
    }
    
}


@media (min-width: 1200px) {
    
    .navbar-default .navbar-brand,
    .navbar-default .navbar-brand:focus,
    .navbar-default .navbar-brand:hover {
        padding-top: 7px;
        font-size: 24px;
    }

    .company {
         font-size: 18px;
        line-height: 30px;
    }
   
    
}


/* ====================
    Carousel
==================== */

.carousel {
    margin-top: 70px;
}

.carousel-indicators {
    display: none;
}

.carousel-inner > .item > img {
    height: 150px;
}

.carousel-hero {
    position: absolute;
    top: 12%;
    left: 50%;
    z-index: 15;
    width: 80%;
    padding-left: 0;
    margin-left: -40%;
    text-align: center;
}

.carousel-title,
.carousel-subtitle {
    color: #fff;
    text-shadow: 0 1px 1px #000;
}

.carousel-title {
    font-size: 20px;
    font-weight: 700;
}

.carousel-subtitle {
    margin-bottom: 10px;
    font-size: 11px;
    line-height: 18px;
    font-weight: 400;
}

.carousel .btn-cta:hover {
    background-color: #fff;
    border: 2px solid #fff;
}

@media (min-width: 768px) {
    
.carousel {
    margin-top: 100px;
}
    
.carousel-indicators {
    display: block;
    bottom: 20px;
}

.carousel-inner > .item > img {
    width: 100%;
    height: auto;
}

.carousel-hero {
    top: 15%;
}

.carousel-title,
.carousel-subtitle {
    color: #fff;
    text-shadow: 0 3px 3px #000;
}

.carousel-title {
    font-size: 40px;
}

.carousel-subtitle {
    margin-bottom: 30px;
    font-size: 24px;
    line-height: 30px;
}

    
}


@media (min-width: 1200px) {
    
    .carousel {
    margin-top: 100px;
}
    
.carousel-indicators {
    bottom: 40px;
}

.carousel-inner > .item > img {
    width: 100%;
    height: auto;
}


.carousel-hero {
    top: 15%;
}

.carousel-title {
    font-size: 60px;
}

.carousel-subtitle {
    margin-bottom: 30px;
    font-size: 30px;
    line-height: 48px;
}

    
}


/* ====================
    Contact box
==================== */

.contact-box {
    margin-top: -50px;
}

.contact-box-bg  {
    background-color: #630460;
}

.contact-box-text {
    float: left;
    padding: 30px 50px;
    font-size: 30px;
    font-style: italic;
    color: #fff;
    background-color: #630460;
    min-height: 101px;
}

.contact-box .btn-cta {
    float: right;
    margin: 30px 50px;
    border: 2px solid #fff;
}

.contact-box .btn-cta:hover {
    background-color: #fff;
}

/* ====================
    Hp box
==================== */

.hp-box {
    display: inline-block;
    width: 100%;
    min-height: 300px;
    padding: 30px;
    text-align: center;
    background-color: #f8f8f8;
    margin-bottom: 10px;
}

.hp-box-icon {
    margin: 0 auto 15px;
    display: block;
    width: 55px;
    height: 73px;
}

.hp-box h2 {
    font-size: 18px;
    font-weight: 300;
    color: #404040;
    line-height: 27px;
}

.hp-box h2 strong {
    display: block;
    font-size: 24px;
    color: #3aa57e;
}

@media (min-width: 768px) {
    
.hp-box {
    min-height: 360px;
    padding: 50px;
    margin-bottom: 10px;
}
    
.hp-box-icon {
    margin: 0 auto 30px;
}
    
.hp-box h2 {
    font-size: 24px;
    line-height: 36px;
}    

.hp-box h2 strong {
     font-size: 36px;
 }
    
}


/* ====================
    Reference
==================== */
.gallery  {
    display: inline-block;
    width: 100%;
    height: 125px;
    overflow: hidden;
    margin-bottom: 30px;
}

.gallery img {
    width: 100%;
    transition-duration: 0.25s;
    transition-timing-function: ease-in;
}

.gallery:hover img {
    transform: scale(1.1);
    transition-duration: 0.1s;
    transition-timing-function: ease-in;
}

.gallery-icon {
    position: absolute;
    z-index: 1000;
    width: 30px;
    height: 30px;
    right: 30px;
    bottom: 50px;
    display: inline-block;
    background-image: url("../img/icon-zoom.svg");
    background-repeat: no-repeat;
    background-size: 30px 30px;
    background-position: 0 0;
    transition-duration: 0.25s;
    transition-timing-function: ease-in;    
}

.gallery:hover .gallery-icon {
    width: 40px;
    height: 40px;
    background-size: 40px 40px;
    transition-duration: 0.1s;
    transition-timing-function: ease-in;
}

@media (min-width: 768px) {
    
.gallery  {
    height: 263px;
}

    
    
    
}


/* ====================
    Footer
==================== */

footer {
    padding: 30px 0;
    text-align: center;
}

 .contact {
   font-size: 14px;
   font-weight: 300;
   font-style: italic;
   line-height: 24px;
}

.contact strong {
    font-size: 18px;
    font-weight: 700;
    color: #3aa57e;
}

.call {
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 18px;
    font-style: italic;
    background-image: url('../img/icon-call.svg');
    background-repeat: no-repeat;
    background-position: 0 5px;
    background-size: 40px 40px;
}

.call-now {
    display: block;
    color: #3aa57e;
    font-size: 10px;
    font-style: normal;
    font-weight: 700;
    text-decoration: none;
}

.call-now:hover {
    color: #630460;
    text-decoration: none;
}

.call-now strong {
    font-size: 24px;
}


.copy {
    clear: both;
    font-size: 10px;
    color: #d0d0d0;
}

@media (min-width: 768px) {
    
    footer {
    padding: 60px 0;
    text-align: left;
}

 .contact {
   font-size: 18px;
   line-height: 30px;
}
    
.contact strong {
    font-size: 24px;
}

.call {
    margin-top: 0;
    margin-bottom: 30px;
    float: right;
    padding-left: 50px;
    font-size: 18px;
    background-position: 0 5px;
    background-size: 40px 40px;
}

.copy {
     text-align: right;
 }
    
}


/* ====================
    Contact
==================== */

.contact-phone {
    margin-bottom: 50px;
    padding-left: 70px;
    font-size: 18px;
    font-style: italic;
    background-image: url(../img/icon-phone.svg);
    background-repeat: no-repeat;
    background-position: 0 5px;
    background-size: 50px 50px;
}

.contact-phone-no {
    display: block;
    color: #3aa57e;
    font-size: 10px;
    font-style: normal;
    font-weight: 700;
    text-decoration: none;
}

.contact-phone-no strong {
    display: block;
    font-size: 36px;
}

.contact-mail {
    margin-bottom: 50px;
    padding-left: 70px;
    font-size: 18px;
    background-image: url(../img/icon-mail.svg);
    background-repeat: no-repeat;
    background-position: 0 5px;
    background-size: 50px 50px;
}

.contact-mail-add {
    display: block;
    color: #404040;
    font-weight: 700;
    text-decoration: none;
    padding: 20px 0;
}

.contact-phone-no:hover,
.contact-mail-add:hover {
    color: #630460;
    text-decoration: none;
}


.contact-address {
    margin-bottom: 50px;
    padding-left: 70px;
    font-size: 18px;
    background-image: url(../img/icon-place.svg);
    background-repeat: no-repeat;
    background-position: 0 5px;
    background-size: 50px 50px;
}





/* ====================
    Modal
==================== */

.modal-content {
    position: relative;
    background-color: #630460;
    border: 0;
    border-radius: 15px;
    box-shadow: 0 10px 15px rgba(0,0,0,.5);
}

.modal-header {
    padding: 30px;
    border-bottom: 0;
}

.form-horizontal .control-label {
    font-size: 12px;
    color: #fff;
}


.btn-default {
    background-color: #fff;
    border-radius: 10px;
    border: 2px solid #fff;
    color: #630460;
    padding: 10px 30px;
    font-weight: 700;
    transition-duration: 0.25s;
    transition-timing-function: ease-in;
    margin-bottom: 40px;
    margin-top: 20px;
}

.btn-default:hover {
    background-color: #630460;
    color: #fff;
    border: 2px solid #fff;
    transition-duration: 0.1s;
    transition-timing-function: ease-in;
}






.main-contact-form .form-horizontal .control-label {
    font-size: 12px;
    color: #630460;
}

.main-contact-form .form-control {
        border-radius: 10px;
        border: 2px solid #630460;
        padding: 25px 20px;

}

.main-contact-form .btn-default {
    background-color: #630460;
    border-radius: 10px;
    border: 2px solid #630460;
    color: #fff;
    padding: 15px 50px;
    font-weight: 700;
    transition-duration: 0.25s;
    transition-timing-function: ease-in;
    margin-bottom: 40px;
    margin-top: 20px;
}

.main-contact-form .btn-default:hover {
    background-color: #fff;
    color: #630460;
    border: 2px solid #630460;
    transition-duration: 0.1s;
    transition-timing-function: ease-in;
}


.maps {
    display: inline-block;
    width: 100%;
    height: 350px;
    margin: 50px 0;
    background-color: #f8f8f8;
}
