

@import url("https://fonts.googleapis.com/css?family=Raleway:200,300,600,700&subset=latin,latin-ext");




/* 2. BASIC STYLES */

html, body {
    height: 100%;
}

body {
    font-family: "Raleway", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 200;
    line-height: 1.7857;
    letter-spacing: 0.075em;
    color: #333333;
    background-color: #fff;
}

a {
    color: #000;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

    a:hover {
        color: #000;
    }

    a, a:hover, a:active, a:focus, button:focus {
        outline: 0;
        border: 0;
        text-decoration: none;
    }

#st-preloader {
    background: #FFF;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9999;
}

p {
    line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}

input, textarea {
    outline: none;
}

label {
    font-weight: 300;
}

#pre-status,
.preload-placeholder {
    background-image: url(../Images/preloader.gif);
    background-position: center;
    background-repeat: no-repeat;
    height: 40px;
    left: 50%;
    margin: -20px 0 0 -20px;
    position: absolute;
    top: 50%;
    width: 40px;
}

.preload-placeholder {
    background: none;
    left: 0;
    margin: 0;
    text-align: center;
    top: 65%;
}

.st-border {
    width: 36px;
    height: 1px;
    display: block;
    background-color: #000;
}

.overlay {
    background-color: #000;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.8;
}


/* 3. BUTTONS */

.btn-send {
    background-color: #383838;
    border-radius: 0;
    border: 0;
    color: #fff;
    padding: 8px 14px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

    .btn-send:hover {
        background-color: #000;
        color: #fff;
    }

.btn-readmore {
    background-color: #383838;
    border-radius: 0;
    border: 0;
    color: #fff;
    padding: 10px 20px;
    margin-top: 20px;
    text-transform: uppercase;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

    .btn-readmore:hover {
        background-color: #000;
        color: #fff;
    }




/* 4. HEADER */

#header {
}

    #header .navbar {
        min-height: 80px;
        margin-bottom: 0;
        border-radius: 0;
    }

.st-navbar {
    background-color: #fff;
    border-bottom: 1px solid #f0f0f0;
}

    .st-navbar ul {
        margin-top: 15px;
    }

        .st-navbar ul li a {
            text-transform: uppercase;
            font-weight: 600;
            padding: 0;
            margin: 14px;
        }

            .st-navbar ul li a:hover,
            .st-navbar ul li a:focus {
                background-color: transparent;
                color: #000;
            }

    .st-navbar .navbar-header {
        margin-top: 25px;
    }

    .st-navbar .navbar-toggle .icon-bar {
        background-color: #000;
    }

    .st-navbar .navbar-toggle {
        margin-top: 7px;
        margin-right: 25px;
        padding: 0;
        border-radius: 0;
    }



/* 5. SLIDER */

#slider {
    /*margin-top: 80px;*/
}

#home-carousel .item {
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 950px;
}

    #home-carousel .item:before {
        background-color: #000;
        content: "";
        height: 100%;
        top: 0;
        left: 0;
        opacity: 0.4;
        position: absolute;
        width: 100%;
    }



.carousel-caption {
    left: 15px;
    right: 15px;
    top: 50%;
    font-size: 15px;
    text-align: left;
    color: #fff;
    text-shadow: none;
    margin-top: -140px;
}

    .carousel-caption h1 {
        font-size: 46px;
        margin-bottom: 0;
        line-height: 27px;
        letter-spacing: 2px;
        font-weight: 100;
    }

    /*.carousel-caption h2 {
		font-size:81px;
		font-weight:600;
		margin-top:0px;
		text-transform:lowercase;
		letter-spacing:2px;
		margin-bottom:20px;
	}*/

    .carousel-caption h2 {
        font-size: 50px;
        font-weight: 600;
        margin-top: 0px;
        text-transform: uppercase;
        /*margin-bottom: 20px;*/
        letter-spacing: 1px;
        /* margin-bottom: 20px; */
    }

.home-carousel-left,
.home-carousel-right {
    background-color: #f0f0f0;
    color: #000;
    font-size: 32px;
    height: 40px;
    line-height: 40px;
    margin-top: -20px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 32px;
    z-index: 999;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    -ms-transition: 300ms;
    transition: 300ms;
}

.home-carousel-left {
    left: -32px;
}

.home-carousel-right {
    right: -32px;
}

#home-carousel:hover .home-carousel-left {
    left: 0;
}

#home-carousel:hover .home-carousel-right {
    right: 0;
}
/* Carousel animation */

#home-carousel .item h1,
#home-carousel .item h2,
#home-carousel .item p {
    opacity: 0;
    -moz-transform: scale(0.5);
    -webkit-transform: scale(0.5);
    -o-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
}

#home-carousel .item h1 {
    -webkit-transition: all 0.5s ease-in-out 0.15s;
    -moz-transition: all 0.5s ease-in-out 0.15s;
    -ms-transition: all 0.5s ease-in-out 0.15s;
    -o-transition: all 0.5s ease-in-out 0.15s;
    transition: all 0.5s ease-in-out 0.15s;
}

#home-carousel .item.active h1,
#home-carousel .item.active h2,
#home-carousel .item.active p {
    opacity: 1;
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

#home-carousel .item h2 {
    -webkit-transition: all 0.5s ease-in-out 0.30s;
    -moz-transition: all 0.5s ease-in-out 0.30s;
    -ms-transition: all 0.5s ease-in-out 0.30s;
    -o-transition: all 0.5s ease-in-out 0.30s;
    transition: all 0.5s ease-in-out 0.30s;
}

#home-carousel .item p {
    -webkit-transition: all 0.5s ease-in-out 0.45s;
    -moz-transition: all 0.5s ease-in-out 0.45s;
    -ms-transition: all 0.5s ease-in-out 0.45s;
    -o-transition: all 0.5s ease-in-out 0.45s;
    transition: all 0.5s ease-in-out 0.45s;
}





/* 6. SERVICES */

#services {
    background-color: #f5f5f5;
    padding-top: 130px;
    padding-bottom: 120px;
}

.section-title {
    margin-bottom: 30px;
}

    .section-title h1 {
        margin-top: 0;
    }

.st-service {
    margin-top: 30px;
}

    .st-service h2 {
        font-size: 16px;
        margin-top: 0;
        margin-bottom: 15px;
    }

        .st-service h2 i {
            margin-right: 10px;
        }

    .st-service p {
    }



/* 7. OUR WORKS */

.isotope-item {
    z-index: 2;
}

.isotope-hidden.isotope-item {
    z-index: 1;
}

.isotope, .isotope .isotope-item { /* change duration value to whatever you like */
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    transition-property: height, width;
}

    .isotope .isotope-item {
        -webkit-transition-property: -webkit-transform, opacity;
        -moz-transition-property: -moz-transform, opacity;
        transition-property: transform, opacity;
    }

#our-works {
    /*padding-top: 130px;
		padding-bottom: 120px;*/
}

.portfolio-wrapper ul.filter {
    list-style: none;
    padding: 0;
    margin-bottom: 35px;
    margin-top: 28px;
    overflow: hidden;
}

    .portfolio-wrapper ul.filter li {
        float: left;
        text-transform: uppercase;
        margin-right: 25px;
        font-weight: 600;
    }

        .portfolio-wrapper ul.filter li a {
            /*color: #909090;*/
        }

            .portfolio-wrapper ul.filter li a:hover,
            .portfolio-wrapper ul.filter li a.active {
                color: #000;
            }

.portfolio-wrapper .portfolio-items {
    clear: both;
}

.portfolio-wrapper .portfolio-content {
    position: relative;
    margin-bottom: 30px;
}

.portfolio-wrapper .portfolio-overlay {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    padding: 30px;
    opacity: 0;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    -moz-transform: scale(0.5);
    -webkit-transform: scale(0.5);
    -o-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
}

.portfolio-wrapper .portfolio-content:hover .portfolio-overlay {
    opacity: 1;
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.portfolio-wrapper .portfolio-overlay a {
    color: #fff;
    font-size: 35px;
}

    .portfolio-wrapper .portfolio-overlay a:hover {
        color: #fff;
    }



/* 8. PRICING */

#pricing {
    background-color: #f5f5f5;
    padding-top: 130px;
    padding-bottom: 120px;
}

.st-pricing {
    background-color: #fff;
    padding: 40px;
    margin-top: 30px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

    .st-pricing:hover {
        box-shadow: 0px 0px 18px #ddd;
    }

    .st-pricing h5 {
        margin-top: 0;
        margin-bottom: 25px;
    }

    .st-pricing h3 {
        margin-top: 0;
        margin-bottom: 25px;
    }

    .st-pricing .st-border {
        width: 100%;
        margin-bottom: 15px;
        background-color: #ccc;
    }

    .st-pricing ul {
        list-style: none;
        padding: 0;
    }

        .st-pricing ul li {
            padding: 12px 0;
            font-size: 15px;
        }

    .st-pricing a.btn-send {
        text-transform: uppercase;
        margin-top: 20px;
        padding: 10px 25px;
    }


/* 9. ABOUT US */

#about-us {
    background-color: #f5f5f5;
}

    #about-us .about-us {
        padding-left: 15%;
        padding-right: 15%;
        padding-top: 10%;
    }

        #about-us .about-us h4 {
            margin-top: 0;
            margin-bottom: 30px;
        }

        #about-us .about-us .btn-send {
            margin-top: 30px;
        }

    #about-us .our-office {
        padding-right: 0px;
    }

.office-carousel-left,
.office-carousel-right {
    background-color: #f0f0f0;
    color: #000;
    font-size: 32px;
    height: 40px;
    line-height: 40px;
    margin-top: -20px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 32px;
    z-index: 999;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    -ms-transition: 300ms;
    transition: 300ms;
}

.office-carousel-left {
    left: -32px;
}

.office-carousel-right {
    right: -32px;
}

#office-carousel:hover .office-carousel-left {
    left: 0;
}

#office-carousel:hover .office-carousel-right {
    right: 0;
}

#office-carousel .item img {
    width: 100%;
}



/* 10. OUR TEAM */

#our-team {
    padding-top: 130px;
    padding-bottom: 120px;
}

.team-member {
    margin-top: 30px;
}

.member-image {
    position: relative;
}

.member-info {
    background-color: #f5f5f5;
    padding: 15px;
}

    .member-info h4 {
        margin-top: 0;
        margin-bottom: 6px;
    }

    .member-info span {
        text-transform: uppercase;
    }

.team-member .member-social {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    left: 0;
    top: 0;
    text-align: center;
    opacity: 0;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    -moz-transform: scale(0.5);
    -webkit-transform: scale(0.5);
    -o-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
}

.team-member:hover .member-social {
    opacity: 1;
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.team-member .member-social a {
    position: relative;
    font-size: 16px;
    color: #fff;
    top: 47%;
}

.team-member:hover .member-social a {
    margin: 6px;
}



/* 11. TESTIMONIAL */

#testimonial {
    background-image: url(../Images/testimonial-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
}

.st-testimonials {
    color: #e0e0e0;
}

    .st-testimonials .st-border {
        background-color: #e0e0e0;
        margin: 20px auto;
    }

    .st-testimonials p {
        font-style: italic;
    }

    .st-testimonials .client-info h5 {
        margin-top: 0;
        margin-bottom: 5px;
    }

    .st-testimonials .client-info span {
        font-size: 12px;
        text-transform: uppercase;
    }



/* 12. FUN FACTS */

#fun-facts {
    background-color: #f5f5f5;
    padding-top: 40px;
    padding-bottom: 40px;
}

    #fun-facts .fun-fact {
        border-right: 1px solid #ddd;
    }

    #fun-facts .col-md-3:last-child .fun-fact {
        border-right: 0px solid #ddd;
    }

    #fun-facts .fun-fact i {
        margin-right: 5px;
    }

    #fun-facts .fun-fact p {
        font-size: 16px;
    }



/* 13. CONTACT */

#contact {
    padding-top: 130px;
    padding-bottom: 120px;
}

.contact-info .contact-content {
    margin-bottom: 30px;
}

.contact-info p {
    margin-bottom: 20px;
}

    .contact-info p i {
        font-size: 16px;
        margin-right: 10px;
    }

.contact-form {
}

    .contact-form input[type="text"],
    .contact-form input[type="email"] {
        border: 1px solid #E8E8E8;
        padding: 8px 14px;
        width: 100%;
        margin-bottom: 20px;
    }

    .contact-form textarea {
        border: 1px solid #E8E8E8;
        padding: 8px 14px;
        width: 100%;
        margin-bottom: 20px;
    }



/* 14. BLOG */

#page-header {
    background-color: #f5f5f5;
    padding-top: 50px;
    padding-bottom: 0px;
    position: relative;
    margin-bottom: 50px;
    margin-top: 80px;
}

.single-blog {
    margin-top: 35px;
    margin-bottom: 35px;
}

.post-title {
    margin-top: 20px;
    margin-bottom: 5px;
}

.post-meta {
    margin-bottom: 15px;
}

    .post-meta span {
        margin-right: 6px;
        font-size: 12px;
        font-weight: 600;
        opacity: 0.6;
    }

        .post-meta span:hover {
            opacity: 1;
        }

.post-carousel-left,
.post-carousel-right {
    background-color: #f0f0f0;
    color: #000;
    font-size: 32px;
    height: 40px;
    line-height: 40px;
    margin-top: -20px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 32px;
    z-index: 999;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    -ms-transition: 300ms;
    transition: 300ms;
}

.post-carousel-left {
    left: -32px;
}

.post-carousel-right {
    right: -32px;
}

#post-carousel:hover .post-carousel-left {
    left: 0;
}

#post-carousel:hover .post-carousel-right {
    right: 0;
}

.post-link {
    background-color: #f5f5f5;
    text-align: center;
    padding: 40px 0;
    font-size: 16px;
    font-weight: 600;
}

.post-quote {
    background-color: #f5f5f5;
    padding: 30px;
    font-size: 16px;
    font-weight: 500;
    font-style: italic;
}

#blog .pagination {
    margin-bottom: 80px;
}

    #blog .pagination li a {
        width: 35px;
        height: 35px;
        line-height: 31px;
        text-align: center;
        font-size: 16px;
        color: #a3a3a3;
        border: 1px solid #d1d1d1;
        padding: 0;
        margin-right: 5px;
        border-radius: 0;
    }

        #blog .pagination li.active a,
        #blog .pagination li a:hover {
            background-color: transparent;
            border-color: #000;
            color: #000;
        }

.sidebar-widget {
    margin-top: 35px;
    margin-bottom: 50px;
}

    .sidebar-widget .sidebar-title {
        margin-top: 0;
        margin-bottom: 20px;
    }

    .sidebar-widget ul {
        list-style: square;
        margin: 0;
        padding-left: 18px;
    }

        .sidebar-widget ul li {
            margin-bottom: 10px;
            font-weight: 500;
        }

.blog-search {
    position: relative;
}

    .blog-search input {
        border: 1px solid #d6d6d6;
        color: #8d8d8d;
        height: 44px;
        outline: medium none;
        padding: 0 50px 0 17px;
        width: 100%;
    }

    .blog-search span {
        color: #252525;
        font-size: 12px;
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
    }

    .blog-search .search-submit {
        background: none;
        border: none;
    }

    .blog-search:after {
        background-color: #d6d6d6;
        content: "";
        display: block;
        height: 27px;
        position: absolute;
        right: 40px;
        top: 50%;
        transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        width: 1px;
    }

.sidebar-widget .tagcloud a {
    padding: 4px 10px;
    border: 1px solid #ccc;
    margin: 3px 1px;
    display: inline-block;
}

    .sidebar-widget .tagcloud a:hover {
        border-color: #000;
        color: #000;
    }

ul.content-flickr {
    margin: 0;
    overflow: hidden;
    padding: 0;
}

    ul.content-flickr li {
        display: block;
        float: left;
        padding: 5px 10px 5px 0;
        width: 33.33%;
    }

.content-flickr li a {
    display: block;
    position: relative;
    width: 100%;
}



/* 15. FOOTER */

#footer {
    background-color: #262626;
    /*padding-top: 40px;
		padding-bottom: 40px;*/
    color: rgba(255, 255, 255, 0.4);
}

    #footer a {
        color: rgba(255, 255, 255, 0.4);
    }

        #footer a:hover {
            color: #fff;
        }

.footer-social-icons {
    text-align: right;
}

    .footer-social-icons a {
        margin: 0 5px;
        font-size: 16px;
    }

    .footer-social-icons span {
        margin-right: 10px;
    }


/* 16. SCROLL TO TOP */

.scroll-up {
    position: fixed;
    display: none;
    z-index: 999;
    bottom: 1.8em;
    right: 1.8em;
}

    .scroll-up ul {
        margin: 0;
        padding: 0;
    }

    .scroll-up li {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .scroll-up a {
        background-color: rgba(13,13,13,0.70);
        display: block;
        width: 40px;
        height: 40px;
        text-align: center;
        color: #000;
        font-size: 20px;
        line-height: 38px;
        box-shadow: 0px 0px 6px #ccc;
    }

        .scroll-up a:hover,
        .scroll-up a:active {
            background-color: #f5f5f5;
            color: #000;
        }


/**************************/

.navbar-default {
    background-color: transparent;
    border-width: 0;
    margin-bottom: 0 !important;
    height: 102px;
    -webkit-transition: background-color 0.3s, height 0.3s;
    transition: background-color 0.3s, height 0.3s;
}

.logo-container {
    position: absolute;
    top: 75px;
    left: 115px;
    z-index: 10;
}


.top-animate {
    background: #fff !important;
    top: 13px !important;
    -webkit-transform: rotate(45deg);
    /* Chrome, Safari, Opera */
    transform: rotate(45deg);
}

.mid-animate {
    opacity: 0;
}

.bottom-animate {
    background: #fff !important;
    top: 13px !important;
    -webkit-transform: rotate(-225deg);
    /* Chrome, Safari, Opera */
    transform: rotate(-225deg);
}

.top-menu,
.mid-menu,
.bottom-menu {
    width: 28px;
    height: 4px;
    border-radius: 10px;
    background-color: lightgray;
}

.top-menu {
    top: 5px;
}

.mid-menu {
    top: 13px;
}

.bottom-menu {
    top: 21px;
}

.menui {
    /*background: #FFF;*/
    transition: 0.6s ease;
    transition-timing-function: cubic-bezier(0.75, 0, 0.29, 1.01);
    margin-top: 10px;
    position: absolute;
}

.menu-trigger {
    z-index: 999;
    position: fixed;
    display: block;
    padding: 9px;
    height: 32px;
    width: 32px;
    margin: 0px;
    top: 80px;
    right: 115px;
}



.mobilenav {
    font-family: inherit;
    top: 0;
    left: 0;
    z-index: 999;
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    /*background: rgba(200, 160, 120, 0.90);*/
    text-transform: uppercase;
    background-color: #000;
    opacity: 0.8;
}

    .mobilenav li {
        list-style-type: none;
        text-align: center;
        padding: 10px;
        font-size: 220%;
        color: #fff;
        text-decoration: none;
        font-weight: 300;
        width: 100%;
    }

        .mobilenav li:last-child span {
            border-bottom: none;
        }

        .mobilenav li:hover {
            cursor: pointer;
        }

.nav-label {
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
    display: block;
    width: 350px;
    margin: 0 auto;
}

.mobilenav li:first-child {
    margin-top: 60px;
}

#about {
    /*padding: 110px 0;*/
}

    #about .block {
        padding: 20px 30px 0 30px;
    }

        #about .block h2 {
            font-size: 32px;
            font-weight: 600;
            margin-bottom: 30px;
            text-transform: uppercase;
            font-family: 'Roboto Condensed', sans-serif;
        }

        #about .block p {
            color: #727272;
            font-size: 16px;
            line-height: 28px;
            margin-bottom: 35px;
            font-family: 'Roboto', sans-serif;
            font-weight: 300;
        }

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}


.about {
    background: url(../Images/Our-works-cover.jpg) no-repeat center fixed;
    background-size: cover;
    position: relative;
}

    .about .overlay-about {
        background: rgba(238, 238, 238, 0.95);
        padding: 110px 0;
    }

.our-works-bg {
    /*background: url(../Images/Our-works-cover.jpg) no-repeat center fixed;*/
    background-size: cover;
    position: relative;
}

    .our-works-bg .overlay-our-works-bg {
        /*background: rgba(238, 238, 238, 0.95);*/
        padding: 90px 0;
    }

.main-color {
    color: #d8b99a;
}

h1, h2, h3, h4, h5, h6, .bold-text {
    font-family: "Campton Bold", sans-serif;
}

.portfolio-wrapper ul.filter {
    list-style: none;
    padding: 0;
    margin-bottom: 35px;
    margin-top: 28px;
    overflow: hidden;
}

    .portfolio-wrapper ul.filter li a:hover, .portfolio-wrapper ul.filter li a.active {
        color: #000;
    }

    .portfolio-wrapper ul.filter li a {
        color: #909090;
    }

/****************************/


.item img {
    max-width: 100%;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.item:hover img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

/***********************/

.brace-dirak {
    font-size: 16px;
    color: #727272;
    line-height: 28px;
    font-weight: 400;
    font-family: "Raleway", Helvetica, Arial, sans-serif;
}

.brace-dirak-video {
    font-size: 16px;
    color: #727272;
    line-height: 28px;
    font-weight: 400;
    font-family: "Raleway", Helvetica, Arial, sans-serif;
    padding-top: 5%;
}

/****************************/

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

    .st-feature .st-feature-icon {
        width: 102px;
        line-height: 100px;
        font-size: 42px;
        color: #fff;
        margin: 0 auto 20px;
        background-color: #d8b99a;
        border-radius: 50%;
        position: relative;
        -webkit-transform: rotate(0) scale(1);
        -ms-transform: rotate(0) scale(1);
        transform: rotate(0) scale(1);
        -webkit-transition: color 0.3s, border-color 0.3s, background-color 0.3s, -webkit-transform 0.3s;
        transition: color 0.3s, border-color 0.3s, background-color 0.3s, transform 0.3s;
    }

    .st-feature .st-feature-title {
        display: block;
        font-family: "Oswald";
        font-size: 25px;
        line-height: 45px;
        letter-spacing: 1px;
        font-weight: 400;
        /*color: #4c4c4c;*/
        margin-bottom: 10px;
    }

    .st-feature:hover .st-feature-icon {
        color: #d8b99a;
        border-color: #d8b99a;
        background-color: transparent;
        -webkit-transform: rotate(0deg) scale(1.3);
        -ms-transform: rotate(0deg) scale(1.3);
        transform: rotate(0deg) scale(1.3);
    }




.st-feature-art {
    text-align: center;
}

    .st-feature-art .st-feature-icon-art {
        line-height: 100px;
        font-size: 42px;
        color: #fff;
        margin: 0 auto 20px;
        border-radius: 50%;
        position: relative;
        -webkit-transform: rotate(0) scale(1);
        -ms-transform: rotate(0) scale(1);
        transform: rotate(0) scale(1);
        -webkit-transition: color 0.3s, border-color 0.3s, background-color 0.3s, -webkit-transform 0.3s;
        transition: color 0.3s, border-color 0.3s, background-color 0.3s, transform 0.3s;
    }

    .st-feature-art .st-feature-title {
        display: block;
        font-family: "Oswald";
        font-size: 25px;
        line-height: 45px;
        letter-spacing: 1px;
        font-weight: 400;
        /*color: #4c4c4c;*/
        margin-bottom: 10px;
    }

    .st-feature-art:hover .st-feature-icon-art {
        color: #d8b99a;
        border-color: #d8b99a;
        background-color: transparent;
        -webkit-transform: rotate(0deg) scale(1.3);
        -ms-transform: rotate(0deg) scale(1.3);
        transform: rotate(0deg) scale(1.3);
    }

.features-desc {
    padding: 100px 0;
    background-color: #fcfcfc;
}

/******************************/

/******Skrolbar*/

::-webkit-scrollbar {
    height: 12px;
    width: 12px;
    background: #fff;
}

::-webkit-scrollbar-thumb {
    background: rgba(13,13,13,0.80);
    -webkit-border-radius: 1ex;
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75);
}

/*::-webkit-scrollbar-corner {
    background: #f4e699;
}*/

/********************************/

@media only screen and (max-width: 480px) {
    .logo-container {
        display: none !important;
    }

    .office-video {
        display: none !important;
    }

    .title h2 {
        padding: 0 5px 10px !important;
    }

    .copyright {
        font-size: 10px !important;
    }


    .nav-label {
        font-size: 25px !important;
        width: 80% !important;
        margin-left: 10px;
    }

    .twitter .icon {
        font-size: 50px !important;
    }

    .menu-trigger {
        margin-right: -70px !important;
        margin-top: -30px !important;
    }

    .office-pics-cor {
        padding: 30px !important;
        margin-top: -22px !important;
    }
}



/************************************/
.preko {
    background-color: #000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.8;
}


.twitter {
    background: url("../Images/Our-works-cover.jpg") no-repeat center top fixed;
    background-size: cover;
    color: #fff;
}

    .twitter .preko {
        background: rgba(27, 28, 29, 0.9);
    }

.padding-large {
    padding-top: 90px;
    padding-bottom: 90px;
}

.padding-medium {
    padding-top: 45px;
    padding-bottom: 45px;
}


/******************************************/

section.contact {
    padding-top: 120px;
    padding-bottom: 0;
}

    section.contact > .container {
        margin-top: -180px;
    }

.contact .nav-tabs {
    border-bottom: none;
    position: relative;
    z-index: 1;
}

    .contact .nav-tabs li {
        float: none;
        display: inline-block;
        margin: 0 9% 25px;
    }

    .contact .nav-tabs > li > a {
        background: transparent;
        margin: 0;
        position: initial;
    }

        .contact .nav-tabs > li > a:hover {
            border-color: transparent transparent transparent;
        }

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

.contact .nav-tabs li .fa {
    background: #d8b99a;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    font-size: 50px;
    height: 100px;
    line-height: 2;
    width: 100px;
    box-shadow: 0px 0px 0px 20px rgb(255, 255, 255);
    -webkit-box-shadow: 0px 0px 0px 20px rgb(255, 255, 255);
    -moz-box-shadow: 0px 0px 0px 20px rgb(255, 255, 255);
}

.contact .nav-tabs > li.active > a,
.contact .nav-tabs > li.active > a:hover,
.contact .nav-tabs > li.active > a:focus {
    border: 1px solid transparent;
}

    .contact .nav-tabs li .fa:hover,
    .contact .nav-tabs > li.active > a .fa,
    .contact .nav-tabs > li.active > a:hover .fa,
    .contact .nav-tabs > li.active > a:focus .fa {
        background: #fff;
        color: #d8b99a;
        border-radius: 50%;
        -webkit-box-shadow: 0px 0px 0px 20px rgba(255, 255, 255,0.75);
        -moz-box-shadow: 0px 0px 0px 20px rgba(255, 255, 255,0.75);
        box-shadow: 0px 0px 0px 20px rgba(255, 255, 255,0.75);
    }

.contact-success {
    background: transparent;
    border: 1px solid #64AB89;
    border-radius: 2px;
    padding: 5px;
    color: #64AB89;
    text-align: center;
    display: none;
}

.contact-error {
    background: transparent;
    border: 1px solid #A87C7C;
    border-radius: 2px;
    padding: 5px;
    color: #A87C7C;
    text-align: center;
    display: none;
}


/**************************/

.contact-info .fa {
    font-size: 50px;
    color: #d8b99a;
    margin-bottom: 50px;
}

/****************************/

.sub-head {
    display: block;
    text-align: center;
    font-size: 16px;
    color: #798289;
    text-transform: uppercase;
}

.title {
    display: block;
    /*text-align: center;*/
}

    .title h2 {
        display: inline-block;
        position: relative;
        border-bottom: 1px solid #e1e1e1;
        padding: 0 30px 10px;
        color: #d8b99a;
    }

        .title h2:after {
            background: none repeat scroll 0 0 #d8b99a;
            bottom: -1px;
            content: "";
            height: 1px;
            left: 50%;
            margin-left: -25px;
            position: absolute;
            transition: all 0.3s ease 0s;
            -moz-transition: all 0.3s ease 0s;
            -webkit-transition: all 0.3s ease 0s;
            width: 50px;
        }

        .title h2:hover:after {
            left: 0;
            margin-left: 0px;
            width: 100%;
            transition: all 0.3s ease 0s;
            -webkit-transition: all 0.3s ease 0s;
            -moz-transition: all 0.3s ease 0s;
        }


/*****************************/


.twitter .icon {
    font-size: 120px;
}

    .twitter .icon i {
        transition: 1.2s;
        cursor: pointer;
    }

        .twitter .icon i:hover {
            -webkit-transform: rotate(360deg) scale(1.2);
            -moz-transform: rotate(360deg) scale(1.2);
            -o-transform: rotate(360deg) scale(1.2);
            transform: rotate(360deg) scale(1.2);
            color: #d8b99a;
        }

.twitter .tweet-text {
    font-size: 16px;
    line-height: 1.5em;
}


.hvr-grow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}

    .hvr-grow:hover,
    .hvr-grow:focus,
    .hvr-grow:active {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

/*********************************/

.copyright {
    font-size: 16px;
    position: relative;
    font-family: 'Dosis', sans-serif;
    color: #fff;
}

    .copyright span {
        display: inline-block;
        margin-right: 5px;
        text-transform: uppercase;
        font-weight: 700;
    }

    .copyright p {
        margin: 40px 0;
    }

    .copyright:after {
        content: " ";
        position: absolute;
        bottom: 45px;
        left: 50%;
        height: 2px;
        width: 50px;
        margin-left: -25px;
        /*background: #fff;*/
    }


.margin-bottom-medium {
    margin-bottom: 40px;
}



.preko {
    background-color: #000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.8;
}


.futer {
    background-size: cover;
    color: #fff;
}

.twitter .preko {
    background: rgba(27, 28, 29, 0.9);
}

/***************************************/


#lokacija {
    /*padding: 110px 0;*/
}

    #lokacija .block {
        padding: 20px 30px 0 30px;
    }

        #lokacija .block h2 {
            font-size: 32px;
            font-weight: 600;
            margin-bottom: 30px;
            text-transform: uppercase;
            font-family: 'Roboto Condensed', sans-serif;
        }

        #lokacija .block p {
            color: #727272;
            font-size: 16px;
            line-height: 28px;
            margin-bottom: 35px;
            font-family: 'Roboto', sans-serif;
            font-weight: 300;
        }




/**********************************/

#about-us-video {
    background-color: #f5f5f5;
}

    #about-us-video .about-us-video {
        padding-left: 15%;
        padding-right: 15%;
        padding-top: 10%;
    }

        #about-us-video .about-us-video h4 {
            margin-top: 0;
            margin-bottom: 30px;
        }

        #about-us-video .about-us-video .btn-send {
            margin-top: 30px;
        }

    #about-us-video .our-office {
        padding-right: 0px;
    }


/**********************************/


@media only screen and (max-width: 1366px) AND (min-width: 1300px) {

    .brace-dirak {
        font-size: 15px !important;
        width: 570px !important;
        margin-left: -50px !important;
    }

    .about-us {
        padding-top: 5% !important;
    }

    .our-office {
        padding-top: 3% !important;
    }

    .btn-send {
        margin-bottom: 20px !important;
    }

    .office-video {
        width: 560px !important;
        height: 360px !important;
    }

    .brace-dirak-video {
        padding-top: 5% !important;
    }

    .office-pics {
        width: 560px !important;
        height: 360px !important;
        padding: 0px !important;
        margin-top: 0px !important;
    }

    .office-pics-cor {
        padding: 0px !important;
        margin-top: 67px !important;
    }
}



/********************Garsonjereee********************/


.home-button {
    z-index: 999;
    position: fixed;
    display: block;
    padding: 0px;
    height: 32px;
    width: 32px;
    margin: 0px;
    top: -1px;
    right: 125px;
    font-size: 40px;
    color: #d8b99a;
}

.faG {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    color: #d8b99a;
}


/******************************************************/


.page-head, #map-head {
    margin-bottom: 0px;
}

    .page-head, .page-head .container {
        min-height: 350px;
    }

.page-head {
    margin-bottom: 35px;
    margin-top: -70px;
    padding-top: 200px;
    min-height: 147px;
}

    .page-head, .page-head .container {
        min-height: 350px;
    }

        #listing-map, .page-head .container {
            position: relative;
        }

        .page-head .wrap {
            background-color: rgba(255,255,255,.7);
            max-width: 480px;
            position: absolute;
            bottom: 120px;
            float: none;
            right: 0px;
            padding-bottom: 15px;
        }

        .page-head .wrap {
            float: left;
        }


        .page-head h1.page-title {
            font-size: 24px;
            font-weight: blod;
            text-transform: capitalize;
            margin: 0;
        }

            .page-head h1.page-title span {
                background-color: #f5f4f3;
            }

            .page-head h1.page-title span {
                color: #0a0808;
            }

            .page-head h1.page-title span {
                background: none !important;
            }

            .page-head h1.page-title span {
                display: inline-block;
                background-color: #f5f4f3;
                opacity: .9;
                padding: 7px 38px 7px 18px;
                margin-left: 7px;
            }

.property-page-title span {
    padding-bottom: 0px !important;
}

.page-head p, .page-head span {
    margin: 0;
}

    .page-head p.sub-address {
        margin-bottom: 10px;
        color: #394041 !important;
        font-weight: 600;
    }

.page-head p {
    color: #fff;
    padding: 0px 25px;
}

.page-head div.page-breadcrumbs, .page-head p {
    background: none !important;
    color: #222 !important;
    padding: 0px 25px;
    font-weight: 600;
}

/*******************************/

.contents-wrap {
    position: relative;
}

.submenu {
    height: 70px;
    position: absolute;
    bottom: 35px;
    width: 100%;
    background-color: rgba(37,42,43,.5);
}

.headmenu {
    height: 70px;
    /*position: absolute;*/
    bottom: 35px;
    width: 100%;
    background-color: rgba(16, 18, 19, 0.89);
}


.logo-container-garsonjera {
    position: absolute;
    top: 5px;
    left: 115px;
    z-index: 10;
    width: 196px;
}

/**********************************************/

#property-featured-image {
    position: relative;
}

.property-general-info {
    background-color: rgba(37,42,43,.5);
    color: #fff;
    position: absolute;
    bottom: 0px;
    width: 100%;
    font-size: 17px;
    font-family: 'Roboto',sans-serif;
}

    .property-general-info .property-type {
        float: left;
        padding: 18px 15px 18px 15px;
        background-color: rgba(37,42,43,.8);
        position: relative;
    }

.detail .cur-add {
    text-align: right;
    margin-bottom: 7px;
}

.cur-add {
    display: block;
    font-size: 13px;
    text-transform: lowercase;
    line-height: 9px;
    margin-bottom: 9px;
    text-align: right;
}

.detail .property-price {
    display: table-cell;
    vertical-align: middle;
    min-width: 104px;
    text-align: right;
    color: #fff;
    padding-right: 5px;
}

.property-price .from {
    font-size: 13px;
    margin-right: 5px;
}

.property-price {
    font-size: 30px;
    font-weight: 300;
}

.property-thumbs {
    margin: 10px 0px;
}

    .property-thumbs ul {
        margin: 0px;
        list-style: none;
    }

@media (min-width: 1200px) {
    .property-thumbs li {
        width: 76px;
        float: left;
        margin-right: 10px;
        margin-bottom: 10px;
    }
}

.people {
    font-size: 18px;
}



.office-pics-cor {
    padding: 115px;
    margin-top: -22px;
}



.header-sec {
    color: #ecd34c;
    font-family: Utopia;
    font-size: 22px;
    font-style: italic;
    text-align: center;
    letter-spacing: 1px;
    font-weight: initial;
}

.header-sec-art {
    font-family: Utopia;
    font-size: 22px;
    font-style: italic;
    text-align: center;
    letter-spacing: 1px;
    font-weight: initial;
}

.contact-sec {
    font-family: Utopia;
    font-size: 22px;
    text-align: center;
    letter-spacing: 1px;
    font-weight: initial;
}


.header-spc {
    margin-top: 100px;
    margin-bottom: 100px;
}

.header-spc-art {
    margin-bottom: 100px;
    margin-top: 30px;
}


.header-style {
    font-family: Utopia !important;
    font-size: 30px !important;
}

.sub-header-style {
    font-family: Utopia !important;
    font-size: 20px !important;
}

.books-spc {
    margin-bottom: 120px;
    margin-top: 30px;
    width: 18.99999992%
}

.shadow {
    box-shadow: 0px 0px 18px 3px #ddd;
}

.title-style {
    margin-left: 50px !important;
    margin-top: 25px !important;
    text-transform: capitalize;
    color: #ecd34c;
    font-weight: 800;
    font-family: Utopia !important;
}




.image-overlay {
    background-color: rgba(13,13,13,0.90);
}

.image-overlay-art {
    background-color: rgba(238, 238, 238, 0.10);
}

.image-overlay-footer {
    background-color: rgba(13,13,13,0.80);
    height: 100px;
}

.image-overlay-contact {
    background-color: rgba(238, 238, 238, 0.20);
    height: 850px;
}


#books {
    background: url('../Images/books-cover.png') no-repeat center top fixed;
    position: relative;
    z-index: 0;
    overflow: hidden;
    padding: 0;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -ms-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/backgrounds/signup-bg.jpg', sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/backgrounds/signup-bg.jpg', sizingMethod='scale')";
    height: 650px;
}

    #books .image-overlay,
    #books .color-overlay {
        height: auto;
    }

    /* about3 HEADER */

    #books article {
        margin-bottom: 0 !important;
        color: #fff;
    }

        #books article h4 {
            margin-bottom: 5px;
            font-size: 42px;
        }





#art {
    background: url('../Images/Pergament.png') no-repeat center top fixed;
    position: relative;
    z-index: 0;
    overflow: hidden;
    padding: 0;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -ms-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/backgrounds/signup-bg.jpg', sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/backgrounds/signup-bg.jpg', sizingMethod='scale')";
    height: 500px;
}

    #art .image-overlay-art,
    #art .color-overlay {
        height: auto;
    }

    /* about3 HEADER */

    #art article {
        margin-bottom: 0 !important;
        color: #fff;
    }

        #art article h4 {
            margin-bottom: 5px;
            font-size: 42px;
        }




#contact {
    background: url('../Images/Pergament.png') no-repeat center top fixed;
    position: relative;
    z-index: 0;
    overflow: hidden;
    padding: 0;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -ms-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/backgrounds/signup-bg.jpg', sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/backgrounds/signup-bg.jpg', sizingMethod='scale')";
    height: 750px;
}

    #contact .image-overlay,
    #contact .color-overlay {
        height: auto;
    }

    /* about3 HEADER */

    #contact article {
        margin-bottom: 0 !important;
        color: #fff;
    }

        #contact article h4 {
            margin-bottom: 5px;
            font-size: 42px;
        }


#footer {
    background: url('../Images/books-cover.png') no-repeat center top fixed;
    position: relative;
    z-index: 0;
    overflow: hidden;
    padding: 0;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -ms-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/backgrounds/signup-bg.jpg', sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/backgrounds/signup-bg.jpg', sizingMethod='scale')";
}

    #footer .image-overlay,
    #footer .color-overlay {
        height: auto;
    }

    /* about3 HEADER */

    #footer article {
        margin-bottom: 0 !important;
        color: #fff;
    }

        #footer article h4 {
            margin-bottom: 5px;
            font-size: 42px;
        }

#about3 .messages {
    height: 70px;
}

    #about3 .messages p {
        font-size: 16px;
        font-weight: 500;
    }



.margin-btm-20 {
    margin-bottom: 20px;
}


.language-container {
    position: fixed;
    top: 90px;
    right: 175px;
    z-index: 10;
}

.language-spc {
    font-weight: 500;
    font-size: 19px;
    color: lightgray;
}


.pulse-hover:hover {
    -webkit-animation: pulse .3s;
    animation: pulse .3s;
}


















.pagination {
    display: inline-block;
}

    .pagination a {
        color: black;
        float: left;
        padding: 8px 16px;
        text-decoration: none;
        transition: background-color .3s;
        border: 1px solid #ddd;
    }

        .pagination a.active {
            background-color: #4CAF50;
            color: white;
            border: 1px solid #4CAF50;
        }

        .pagination a:hover:not(.active) {
            background-color: #ddd;
        }


@media only screen and (max-width: 480px) {

    .small-rez {
        padding-top: 70px;
    }

    .header-style {
        font-family: Utopia !important;
        font-size: 26px !important;
    }

    .sub-header-style {
        font-family: Utopia !important;
        font-size: 16px !important;
    }

    .language-spc {
            margin-right: -70px;
            margin-top: -33px;
    }

    .padding-large {
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }

    .art {
        height:700px !important;
    }

    .books-spc {
        margin-bottom: 100px;
        margin-top: 30px;
        width: 100%;
    }

    .books {
        height: 2300px !important;
    }

    .small-rez-books {
        padding-right:70px;
    }

    .contact {
        padding-top: 0px !important;
        height:800px !important;
    }

    .small-button {
        margin-right:200px !important;
    }

    .between-contact {
        padding-bottom:10px;
    }

    .modal-body {
        font-size: 10px !important;
        
    }

    .modal-dialog {
        width: 100% !important
    }

    .modal-body-header {
        font-size:50px !important;
    }
    
    .modal-body-header1 {
        font-size:40px !important;
    }
    
     .modal-body-subheader {
        font-size: 24px !important;
    }

    .modal-body-subheader2 {
        font-size: 10px !important;
    }

    .modal-body-header-p {
        margin-top: 50px !important;
        margin-bottom: 50px !important;
    }

    .modal-body-nospc {
        margin-bottom: -80px !important;
    }
    
    .modal-body-nospc-rus {
        margin-bottom: -260px !important;
    }
    
    .modal-body-subheader-rus {
        font-size: 12px !important;
    }
    
    .nospc {
        margin-bottom: 0px !important;
    }
    
    .nospc-rus {
        margin-bottom: -20px !important;
    }

    .modal-body-bottom {
        margin-bottom: 20px !important;
    }
    
    
    
    .modal2-nospc {
        margin-left: 0px !important;
        margin-right: 0px !important;
        margin-bottom: 20px !important;
    } 

    .modal2-text {
        font-size: 10px !important;
    }

    .modal2-pics {
        width: 50% !important;
        height: 200px !important;
    }





    .modal3-nospc {
        margin-bottom: 5px !important;
    }

    .modal3-nospc-header {
        margin-top: 20px !important;
    }

    .modal3-nospc-bottom {
        margin-bottom: 10px !important;
    }


    .modal4-nospc-star {
        margin-top: -80px !important;
    }

    .topspc {
        margin-top: -20px !important;
    }
    
    .modal4-hide-star {
        display:none;
    }

    .modal4-size {
        font-size:8px !important;
    } 

    .nospc-bottom {
        margin-bottom: -40px !important;
    } 





    .modal5-nospc {
        margin-left: 0px !important;
        margin-right: 0px !important;
    }

    .modal5-size {
        font-size:8px !important;
    }

    .modal5-header-text {
        font-size: 12px !important;
    }

    .modal5-nospc-star {
        margin-top: -70px !important;
    }

    .modal5-header-nospc {
        margin-top: -40px !important;
    }

    .modal5-subheader-size {
        font-size:9px !important;
    }

    .modal5-nospc-bottom {
        margin-bottom: 2px !important;
    }
    
    .xs-nospc {
        margin-bottom: 0px !important;
    }
}


.modal5-star {
    margin-top: -50px;
}

#modal5-srp-cst .modal5-size {
    font-size: 13px
}

#modal5-srp-cst p {
    line-height: 1.35;
}


.modal6-star {
    margin-top: -20px;
}

#modal6-eng-cst .modal5-size {
    font-size: 13px
}

#modal6-eng-cst p {
    line-height: 1.35;
}

.subheader-cst {
    color: #ecd34c;
    font-family: Utopia;
    font-size: 22px;
    text-align: center;
    letter-spacing: 1px;
    font-weight: initial;
    margin-top: -85px;
    margin-bottom: 85px;
}

.subheader-cst-art {
    font-family: Utopia;
    font-size: 12.5px;
    text-align: center;
    letter-spacing: 1px;
    font-weight: initial;
    margin-top: -65px;
    margin-bottom: 85px;
}

@media only screen and (max-width: 480px) {
    #art .st-feature-art {
        margin-top: -100px !important;
    }
    
    #art .subheader-cst-art {
        font-size: 8px;
        margin-bottom: 140px;
    }
    
    #contact .btn-lg {
        font-size: 12px !important;
    }
    
    .modal-dialog {
        margin: 0px !important;
    }
}
