@import url(//db.onlinewebfonts.com/c/cb73bd7788b3b6c0d5322597b021f406?family=LosNichesW01-It);
@import url(http://fonts.googleapis.com/css?family=Open+Sans);
@import 'https://fonts.googleapis.com/css?family=PT+Sans';
@import 'https://fonts.googleapis.com/css?family=Roboto+Condensed';
@import 'https://fonts.googleapis.com/css?family=Montserrat';

* {
    padding: 0;
    margin: 0;
    text-decoration: none;
    box-sizing: border-box;
}

body {
    background-color: black;
    color: #111111;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 13px;
    line-height: 16px;
    margin: 0;
}

img {
    width: 100%;
    height: auto;
}
/*img:hover{
    width: 100%;
    height: auto;
	border: 3px solid black;
}*/
p {
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    color: white;
    font-family: 'Roboto Regular', sans-serif;
    padding-bottom: 5%;
    line-height: 20px;
    font-size: 16px;
}

li {
    display: inline;
}

    li a, .dropbtn {
        display: inline-block;
        color: white;
        text-align: center;
        padding: 15px 10px;
        text-decoration: none;
        font-size: 18px;
        font-weight: 400;
        font-weight: 400;
        font-family: 'Roboto Condensed', sans-serif;
        text-transform: uppercase;
    }

        li a:hover, .dropdown:hover .dropbtn {
            color: #ff9c00;
        }

ul a:hover, .dropdown:hover .dropbtn {
    border-bottom: 2px solid #ff9c00;
}

#number {
    display: inline-block;
    color: white;
    text-align: center;
    padding: 12px;
    text-decoration: none;
    font-size: 18px;
    font-weight: 400;
    font-family: "PT Sans",sans-serif;
}

li.dropdown {
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: white;
    box-shadow: 0px 8px 16px 0px rgba(165,176,210,0.6);
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 999999999;
}

    .dropdown-content a {
        color: white;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
        text-align: center;
        border-bottom: 1px solid #fadf58;
    }

        .dropdown-content a:hover {
            color:
        }

.dropdown:hover .dropdown-content {
    display: block;
}

.titlepage {
    padding-top: 5%;
    padding-bottom: 5%;
    text-align: center;
    font-size: 30px;
    line-height: 1.2;
    color: white;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
}

.titlecontact {
    text-align: left;
    font-family: 'PT Sans', sans-serif;
    font-size: 17px;
    line-height: 1.2;
    color: #ff9c00;
    font-weight: 400;
}

.adresscenter {
    text-align: center;
    font-size: 20px;
    padding-top: 5%;
    padding-bottom: 5%;
}

.time {
    margin-bottom: 2%;
}

.wrapper {
    width: 1200px;
    margin: 0 auto;
}

.slid {
    width: 100%;
}

.headercolor {
    width: 100%;
    background-color: rgba(77,73,72,0.8);
}



.logo {
    position: absolute;
    z-index: 9999;
    padding-top: 17px;
    font-weight: 400;
}

    .logo a {
        color: #fadf58;
    }

.footerconact a {
    color: #c60000;
}

    .footerconact a:hover {
        color: #000;
    }

ul#categories li a.btn:hover {
    color: #ff9c00;
}

#down {
    padding-top: 5%;
    padding-bottom: 5%;
}

#down1 {
    padding-top: 30px;
    padding-bottom: 30px;
}

#up {
    padding-top: 10%;
}

.pagebackground {
    background: url('../images/background1.png') no-repeat center center / cover;
    background-repeat: no-repeat;
    position: relative;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2.5%;
}

.somethinghome {
    text-align: center;
    font-family: 'PT Sans', sans-serif;
    font-size: 35px;
    color: #52197e;
    text-transform: uppercase;
    margin-bottom: 1%;
}



div.img img {
    width: 100%;
    height: 250px;
}

div.desc {
    padding: 15px;
    text-align: center;
}

* {
    box-sizing: border-box;
}

.responsive {
    float: left;
    width: 14.28%;
}

.responsive2 {
    float: left;
    width: 31%;
    margin: 1%;
    min-width: 300px;
    height: 17vw;
}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

.pagebackground1 {
    background: url('../images/background2.png') no-repeat center center / cover;
    background-repeat: no-repeat;
    position: relative;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: -5px;
}

.specialoffers {
    background: url('../images/specialoffers.png') no-repeat center center;
    background-repeat: no-repeat;
    position: relative;
    width: 100%;
    height: 260px;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0px 2px 6px 10px rgba(165,176,210,0.6);
    margin-bottom: 10%;
}

#pagewrapoffers {
    margin-top: -15%;
}

.specialoffersposition {
    float: right;
    margin-top: 5%;
    margin-right: 15px;
}

.soffname {
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    color: black;
    font-family: 'PT Sans', sans-serif;
    color: #7c1249;
    font-size: 90px;
}

.soffnamedetail {
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    color: black;
    font-family: 'PT Sans', sans-serif;
    font-style: italic;
    font-size: 20px;
    padding-bottom: 10px;
}

img:hover {
}

.titleproduct {
    display: inline-block;
    padding: 15px 20px;
    font-size: 15px;
    font-weight: 700;
    color: #000;
    background-color: #fadf58;
    margin-top: 5%;
    margin-bottom: 15%;
    width: 200px;
    text-align: center;
}

    .titleproduct:hover {
        display: inline-block;
        padding: 15px 20px;
        font-size: 15px;
        font-weight: 700;
        color: white;
        background-color: #000;
        margin-top: 5%;
        margin-bottom: 15%;
        width: 200px;
        text-align: center;
    }

.titleproduct1 {
    display: inline-block;
    padding: 15px 20px;
    font-size: 15px;
    font-weight: 700;
    color: #000;
    background-color: #fadf58;
    margin-bottom: 5%;
    width: 16.3%;
    text-align: center;
}

    .titleproduct1:hover {
        display: inline-block;
        padding: 15px 20px;
        font-size: 15px;
        font-weight: 700;
        color: white;
        background-color: #000;
        margin-bottom: 5%;
        width: 16.3%;
        text-align: center;
    }

.soffdetail {
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    color: black;
    font-family: 'PT Sans', sans-serif;
}

.leftsidetext {
    float: left;
    width: 50%;
    padding-right: 2.5%;
}

.rightsidetext {
    float: left;
    width: 50%;
    padding-left: 2.5%;
    margin-bottom: 5%;
}

.leftsidetextproject {
    float: left;
    width: 60%;
    padding-right: 2.5%;
}

.rightsidetextproject p {
    font-family: 'Montserrat', sans-serif;
    color: #909090;
}

.rightsidetextproject {
    float: left;
    width: 30%;
    padding-left: 2.5%;
    margin-bottom: 5%;
}

.buttonwhite {
    display: inline-block;
    padding: 15px 20px;
    font-size: 15px;
    font-weight: 700;
    color: white;
    background-color: transparent;
    text-align: center;
    margin-top: 5%;
    margin-bottom: 5%;
    border: 2px solid;
}

.whitetitle {
    display: inline-block;
    color: white;
    text-align: center;
    margin-top: 5%;
}

.leftside {
    float: left;
    width: 50%;
}

.rightside {
    float: left;
    width: 50%;
}

.cart {
    float: right;
    margin-top: 25px;
}

.something {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    line-height: 1;
    color: white;
    text-align: center;
    margin-bottom: 5%;
    margin-top: 5%;
}

.leftright {
    clear: both;
}



div.background {
    background: url('../images/about.png')no-repeat center center / cover;
    background-repeat: no-repeat;
    position: relative;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

div.background1 {
    background: url('../images/services.png')no-repeat center center / cover;
    background-repeat: no-repeat;
    position: relative;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

div.liq {
    height: 300px;
}

div.jeur {
    background-color: rgba(0, 0, 0, 0.6);
    height: 300px;
}

div.one {
    background-color: rgba(0, 0, 0, 0.7);
    height: 300px;
}

div.oase {
    background-color: rgba(0, 0, 0, 0.6);
    height: 300px;
}

div.cursors {
    background-color: rgba(0, 0, 0, 0.7);
    height: 300px;
}

div.transbox {
    text-align: center;
    width: 50%;
    margin: auto;
}

    div.transbox p {
        font-style: normal;
        font-variant: normal;
        font-weight: 400;
        color: white;
        font-family: 'Roboto Condensed', sans-serif;
        padding-bottom: 5%;
        line-height: 20px;
        font-size: 16px;
    }

.something1 {
    text-align: left;
    font-family: 'PT Sans', sans-serif;
    font-size: 25px;
    color: #52197e;
    padding-top: 10%;
    padding-bottom: 5%;
}

.button {
    display: inline-block;
    padding: 15px 20px;
    font-size: 15px;
    color: #ff9c00;
    background-color: transparent;
    margin-bottom: 5%;
    width: 170px;
    text-align: center;
    margin-top: 10%;
    border: 2px solid;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
}

    .button:hover {
        color: #white;
        background-color: transparent;
        border: 2px solid;
    }

.titlenoslide {
    color: #ff9c00;
    padding-top: 8%;
    padding-bottom: 8%;
    font-style: normal;
    font-variant: normal;
    font-family: 'Montserrat', sans-serif;
    font-size: 45px;
    text-align: center;
    font-weight: 700;
}

.clients {
    background: url('../images/clients.png') no-repeat center center / cover;
    background-repeat: no-repeat;
    position: static;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    min-height: 1090px;
}

.services {
    background: url('../images/servicesbac.png') no-repeat center center / cover;
    background-repeat: no-repeat;
    position: static;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.contactsection {
    background: url('../images/contact.png') no-repeat center center / cover;
    background-repeat: no-repeat;
    position: relative;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

#services {
    padding-top: 5%;
}

.portfolio {
    background: url('../images/portfolio.png') no-repeat center center / cover;
    background-repeat: no-repeat;
    position: relative;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

nav {
    width: 100%;
    height: 70px;
    z-index: 10;
    position: fixed;
    background-color: #000;
    top: 0;
}
.footerpage {
    z-index: 10;
    width: 100%;
    clear: both;
    background-color: #202020;
}

.rightsidetext1 {
    float: left;
    width: 50%;
    padding-left: 2.5%;
    padding-bottom: 10%;
    border: 1px solid #ff9c00;
    padding: 20px;
    margin-bottom: 5%;
}

.footerpage1 {
    z-index: 10;
    width: 100%;
    background-color: black;
    clear: both;
}

.footerconact {
    float: left;
    width: 50%;
    font-size: 30px;
    line-height: 1.2;
    color: white;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
}

nav ul {
    list-style-type: none;
    margin-left: 400px;
}

    nav ul li {
        display: inline-block;
        margin: 12px 0;
        background-color: black;
        float: left;
    }

.videoWrapper {
    height: auto;
    margin-left: 25%;
    margin-right: 25%;
}

nav ul li:last-child {
    border-right: 0;
}



nav ul li a:hover {
}

nav a#pull {
    display: none;
}

#slider {
    width: 100%;
    max-height: 500px;
    position: relative;
    overflow: auto;
    z-index: -1;
}

.mySlides {
    display: none;
}

#social {
    padding-bottom: 10px;
}

.social1 {
    padding-left: 120px;
}

#slider li {
    list-style: none;
    width: 100%;
    height: 668px;
}

#slider ul li {
    float: left;
}

#slider .title {
    color: #ff9c00;
    position: relative;
    padding-top: 20%;
    text-transform: uppercase;
    font-style: normal;
    font-variant: normal;
    font-family: 'Montserrat', sans-serif;
    font-size: 45px;
    font-weight: 700;
    line-height: 45px;
    text-align: center;
}

#slider .contact-info {
    font-size: 17px;
    color: #1e267e;
    line-height: 2px;
    float: right;
    clear: both;
    margin-top: 20px;
    margin-right: 15px;
}

.packages {
    box-shadow: 0px 2px 6px 10px rgba(165,176,210,0.6);
    height: 70px;
    position: relative;
}

.packages1 {
    height: 70px;
    position: relative;
}

#lineredgornji {
    background: #ff0000;
    height: 6px;
    width: 50%;
    float: right;
}

#slider .contact-info p {
    font-size: 19px;
    color: #fff;
}

ul#categories {
    list-style-type: none;
    float: left;
    padding-bottom: 10px;
}

    ul#categories li {
        display: inline-block;
        vertical-align: top;
        position: relative;
        float: left;
        width: 20%;
    }



        ul#categories li .cat-img {
            width: 100%;
            height: 270px;
        }

        ul#categories li a.btn {
            display: block;
            text-align: center;
            color: white;
            width: 50%;
            height: 41px;
            position: absolute;
            top: 60%;
            font-size: 19px;
            padding-top: 5px;
            left: 25%;
            border: 3px solid white;
        }

ul#sub-menu li a {
    color: #fff;
}

ul#sub-menu li {
    color: #fff;
    display: block;
    vertical-align: top;
    padding: 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

    ul#sub-menu li ul li {
        padding: 3px;
        display: block;
        border-bottom: 0;
        font-size: 14px;
    }

ul {
    list-style-type: none;
}



#twiter {
    width: 20px;
    float: left;
}

#g {
    width: 18px;
    float: left;
    margin-left: 20px;
}

#face {
    width: 8px;
    margin-left: 20px;
    float: left;
}

.logocontact {
    position: relative;
    font-weight: 400;
    float: left;
    margin-right: 30px;
}

.logofooter {
    width: 20%;
    margin-left: 40%;
    margin-right: 40%;
}

.footermenu {
    width: 55%;
    margin-left: 22.5%;
}

.leftsidetextcall {
    float: left;
    width: 50%;
    padding-right: 2.5%;
}

.rightsidetextcall {
    float: left;
    width: 50%;
    padding-left: 2.5%;
}

.servicesection {
    float: left;
    width: 33.3%;
    text-align: center;
    margin-bottom: 5%;
    padding-right: 3%;
    padding-left: 3%;
}

.servicestitle {
    font-size: 25px;
    margin-top: 10%;
    font-style: normal;
    font-variant: normal;
    color: white;
    font-family: 'Montserrat', sans-serif;
    line-height: 20px;
    text-align: center;
}

.servicestext {
    margin-top: 10%;
    text-align: center;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    color: white;
    font-family: 'Roboto Regular', sans-serif;
    padding-bottom: 5%;
    line-height: 20px;
    font-size: 16px;
}

.serviceicon1 {
    width: 15%;
    margin-left: 42.5%;
}

.serviceicon2 {
    width: 10%;
    margin-left: 42.5%;
}

.serviceicon3 {
    width: 10%;
    margin-left: 42.5%;
}

.titlepage1 {
    text-align: left;
    font-family: 'Montserrat', sans-serif;
    padding-bottom: 5%;
    font-size: 30px;
    line-height: 1.2;
    color: white;
    font-weight: 400;
}

.titlenoslidecontact {
    color: #ff9c00;
    position: relative;
    padding-top: 100px;
    font-style: normal;
    font-variant: normal;
    font-family: 'Montserrat', sans-serif;
    font-size: 45px;
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 100px;
    font-weight: 700;
    padding-top: 8%;
    padding-bottom: 8%;
}

.sometext {
    font-style: normal;
    font-variant: normal;
    color: white;
    font-family: 'Montserrat', sans-serif;
    line-height: 25px;
    text-align: center;
    font-size: 19px;
}

.titlepageorange {
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    padding-top: 5%;
    text-transform: uppercase;
    font-size: 25px;
    font-weight: 700;
    color: #ff8a00;
}

.titlepagesilver {
    font-style: normal;
    font-variant: normal;
    color: #909090;
    font-family: 'Montserrat', sans-serif;
    line-height: 25px;
    text-align: center;
    font-size: 19px;
    padding-top: 10px;
}

.gallpicture {
    padding-top: 5%;
    padding-bottom: 5%;
}

.leftrighthome {
}

.transboxtext {
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    color: white;
    padding-bottom: 10%;
    line-height: 20px;
    padding-top: 15%;
}

.transboxnotext {
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    color: white;
    padding-bottom: 10%;
    line-height: 20px;
    padding-top: 20%;
}

.titlepagehome {
    text-align: center;
    font-size: 30px;
    line-height: 1.2;
    color: white;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
}

#buttonwhite {
    text-align: center;
    padding-top: 5%;
    font-size: 30px;
    line-height: 1.2;
    color: white;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
}

.titlepricing {
    color: #ff9c00;
    position: relative;
    padding-top: 15%;
    font-style: normal;
    font-variant: normal;
    font-family: 'Montserrat', sans-serif;
    font-size: 45px;
    text-align: center;
    font-weight: 700;
}

#projectlogo {
    width: 20%;
}

.backbutton {
    color: #ff8a00;
    float: right;
    font-size: 15px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    margin-top: -8%;
    padding-right: 10px;
}

.inputStyle {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    margin-bottom: 15px;
}

textarea.inputStyle {
    height: 100px;
    z-index: auto;
    position: relative;
    line-height: 20px;
    font-size: 14px;
    transition: none;
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #fff;
    background-color: #ff9c00;
    margin-top: 15px;
    border-color: #ff9c00;
}

#contactright {
    color: #fff;
}

    #contactright input[type="checkbox"] {
        margin-top: 15px;
        margin-left: 15px;
        color: #fff;
    }
.startOfContent{
    margin-top: 70px;
}
.gallpicture .responsive{
    width: 20%;
}
.clientAll {
    background-color: rgba(0, 0, 0, 0.7);
}