
html {
    margin: 0;
    padding: 0;
}
body {
    overflow-x: hidden;
    font-family: 'Open Sans', sans-serif;
    width: 100%;
    margin: 0 !important;
    padding: 0 !important;
}
p {
    color: #000;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
}
.container {
    width: 100% !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
}
.logo {
    margin-top: -10px;
    margin-left: 100px;
}
.nav-gradient {
    width: 100%;
    height: 10px;
    background-color: #f6c218;

    background: -webkit-linear-gradient(left, #f6c218 , #e11d4e); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, #f6c218, #e11d4e); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, #f6c218, #e11d4e); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, #f6c218, #e11d4e);
}
.navbar-left {
    padding: 5px 0;
    padding-left: 100px;
}
.navbar {
    border: none !important;
}
.navbar li a {
    font-size: 18px;
    color: #000 !important;
    font-family: 'Open Sans', sans-serif;
}
.navbar-default .navbar-nav>li>a:hover {
    color: #00a79c !important;
    font-family: 'Open Sans', sans-serif;
    transition: 0.3s;
}
.navbar-default {
    background-color: #fff !important;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: transparent;
}
h1, h2, h3 {
    margin-top: 30px;
    margin-bottom: 40px;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: 'Open Sans', sans-serif;
}
#about {
    padding: 30px 0 0 0;
}
#process {
    padding: 30px 0 0 0;

    background: -webkit-linear-gradient(left, #28a8e0 , #00a79c); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, #28a8e0, #00a79c); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, #28a8e0, #00a79c); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, #28a8e0, #00a79c);
}
#location {
    padding: 30px 0 0 0;
    background-color: #f1f1f2;
}
#contact {
    padding: 30px 0 0 0;
}

/*---------PAGES---------*/

/*Slider*/

.carousel-caption {
    width: 100%;
    height: 200px;
    bottom: 0;
    left: 0;
    right: 0;
    padding-bottom: 0;

    background: -moz-linear-gradient(45deg, rgba(225,29,78,0.5) 0%, rgba(246,194,24,0.7) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, rgba(225,29,78,0.5) 0%,rgba(246,194,24,0.7) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, rgba(225,29,78,0.5) 0%,rgba(246,194,24,0.7) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80e11d4e', endColorstr='#b3f6c218',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

/*About*/

.team {
    width: 100%;
    display: flex;
    position: relative;
}
.about-us {
    width: 50%;
    padding: 50px;
    float: left;
}
.about-img {
    width: 50%;
    padding: 50px;
    float: right;
    margin-top: 15px;
}
.jobs {
    width: 100%;
    display: flex;
}
.job {
    width: 50%;
    display: block;
    padding: 0 50px;
}
.about-us li {
    margin: 20px 0;
}
.about-us h2 {
    margin-top: 70px;
}
.about-us h3 {
    margin-top: 37px;
}
.job img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.job p {
    text-align: center;
}
.job button {
    width: 100%;
    background-color: #00a7ae;
    color: #fff;
}
.job button:hover {
    color: #f6c218;
    transition: 0.3s;
}
.btn:focus {
    color: #f6c218 !important;
}
.job .btn {
    padding: 11px 20px;
    border-radius: 0;
    border: none;
}
.btn-default:focus {
    background-color: #00a7ae;
    border: none;
}
.btn-default {
    border: none;
    border-radius: 0;
}
.btn-default:active:hover, .open>.dropdown-toggle.btn-default.focus, .open>.dropdown-toggle.btn-default:focus, .open>.dropdown-toggle.btn-default:hover {
    color: #fff;
    background-color: #00a7ae;
    border-color: transparent;
}
.transparent {
    width: 130%;
    overflow: hidden;
    height: 60px;
    margin-left: -50px;
    background-color: #f6c218;

    background: -webkit-linear-gradient(left, #f6c218 , #e11d4e); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, #f6c218, #e11d4e); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, #f6c218, #e11d4e); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, #f6c218, #e11d4e);

    transform: skew(30deg);
}
.transparent p {
    font-size: 24px;
    text-align: center;
    margin-left: -15%;
    color: #fff;
    margin-top: 12px;

    transform: skew(-30deg);
}

/*Process*/

.our-work {
    width: 100%;
    background-image: url("../img/bg-kako-radimo.svg");
    background-size: cover;
    color: #fff;
    padding: 50px;
}

.our-work img{
    display: block;
    margin-left: auto;
    margin-right: auto;
}
#recaptcha1 {
    position: relative;
    left: 50%;
    margin-left: -150px;
}
#recaptcha2 {
    position: relative;
    left: 50%;
    margin-left: -150px;
}

/*Locations*/

.locations {
    width: 100%;
    display: flex;
    background-color: #f1f1f2;
}
.location-map {
    border-radius: 0 !important;
}
.location {
    width: 50%;
    padding: 50px;
}
.towns {
    width: 100%;
    display: flex;
    border-bottom: 1px solid #939597;
    padding-bottom: 50px;
}
.town {
    width: 20%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.location h3 {
    text-align: center;
}
.town p {
    text-align: center;
    font-size: 0.9em;
}
.town img {
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.mission {
    display: flex;
    padding-top: 50px;
}
.location img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    border-radius: 50%;
}

/*Loyalti program*/

.loyaliti-program {
    display: flex;
}
.loyaliti-program .program {
    width: 50%;
    padding: 50px 50px 0 50px;
}
.loyaliti-program .program img {
    width: 100%;
}
.loyaliti-program .center-content {
    display: flex;
    align-items: start;
    flex-direction: column;
    justify-content: center;
}
.loyaliti-program .program h1 {
    line-height: 55px;
}
.loyaliti-program .program .button-loyaliti {
    display: inline-block;
    padding: 15px 20px;
    background: -webkit-linear-gradient(left, #f6810d, #e11d4e);
    background: -o-linear-gradient(right, #f6810d, #e11d4e);
    background: -moz-linear-gradient(right, #f6810d, #e11d4e);
    background: linear-gradient(to right, #f6810d, #e11d4e);
    margin-top: 100px;
}
.loyaliti-program .program .button-loyaliti a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-decoration: none;
}
.loyaliti-program .program .button-loyaliti a img {
    width: 45px;
    margin-right: 20px;
}

/*Partners*/

.contact {
    width: 100%;
    padding: 50px;
    position: relative;
}
.partners {
    display: flex;
}
.partner {
    width: 25%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.partner img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
#map {
    width: 100%;
    height: 400px;
    position: relative;
}
.address {
    width: 350px;
    height: 300px;
    background-color:rgba(255,255,255,0.8);
    position: absolute;
    margin-top: -345px;
    margin-left: 50px;
    padding: 40px;
}
.address img {
    float: right;
    margin-top: -100px;
    width: 30%;
}
.address h1 {
    margin-top: 0;
    margin-bottom: 40px;
}
.address p {
    font-size: 14px;
}

/*Footer*/

footer {
    width: 100%;
    display: flex;
    background-color: #404041;
    padding: 20px 100px;
}
.tagline {
    width: 50%;
    float: left;
    color: #fffffff;
}
.tagline h4 {
    color: #ffffff;
    font-size: 24px;
    margin-bottom: 20px;
}
.tagline p {
    color: #ffffff;
    font-size: 10px;
}
.diamond {
    width: 50%;
    float: right;
}
.diamond img {
    float: right;
}
.pink {
    color: #e11d4e;
    text-decoration: underline;
}
mark {
    background: transparent;
}

/*Modal*/

.modal {
    height: 100%;
}
.modal-dialog {
    height: 100%;
    width: 95% !important;
    margin: 0 auto;
}
.modal-content {
    height: 100%;
    background-image: url('../img/bg-kako-radimo.svg');
    background-size: cover;
}
.close {
    font-size: 70px;
    text-shadow: none;
    display: none;
}
.modal-title {
    text-align: center;
}
.modal-footer .btn-default {
    color: #fff;
    background-color: #00a7ae;
    border-color: #ccc;
    position: absolute;
    bottom: 19px;
    left: 50%;
    margin-left: -117px;
}
.modal-footer .btn {
    padding: 10px 100px;
}
.modal-body .row {
    width: 70%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.modal-body {
    background-color: rgba(219, 234, 232, 0.63);
}
.modal-body form {
    padding-bottom: 75px;
}
.modal-footer {
    border-top: none;
}
.modal-header {
    border-bottom: none;
    height: 19%;
}
.modal-body .form-control {
    display: block;
    width: 100%;
    height: 35px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #00a7ae;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}
.modal-body h2 {
    margin-bottom: 20px;
    color: #e11d4e;
}
.modal-body h4 {
    margin-bottom: 30px;
    color: #00a7ae;
}
.modal-body .btn {
    display: inline-block;
    padding: 6px 50px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0;
    background-color: #00a7ae;
    color: #fff;
    margin-top: 30px;
}
textarea.form-control {
    height: 85px !important;
}

/*----------------------------------MEDIA---------------------------------*/

@media (max-width: 1600px){
    .about-img img {
        width: 100%;
    }
    .town p {
        font-size: 0.8em;
    }
    .location h3 {
        margin-top: 80px;
    }
    .transparent {
        width: 110%;
    }
}
@media (max-width: 1440px){
    .our-work img {
    width: 90%;
}
    .carousel {
        margin-top: 60px;
    }
    .transparent p {
        margin-left: -1%;
    }
}
@media (max-width: 1400px) {
    .our-work img {
         width: 100%;
     }
    .location img {
        width: 90%;
    }
    .transparent {
        width: 114%;
    }
    .transparent p {
        margin-left: 2%;
    }
    .loyaliti-program .program .button-loyaliti {
        margin-top: 0;
    }
    .loyaliti-program .program h1 br {
        display: none;
    }
}
@media (max-width: 1280px) {
    .carousel {
        margin-top: 60px;
    }
    .carousel-caption {
        height: 160px;
    }
    .partner img {
        width: 75%;
    }
    .transparent p {
             font-size: 22px;
             margin-left: -5%;
             margin-top: 13px;
         }
    .modal-body .row {
        width: 81%;
    }
    .transparent p {
        margin-left: 3%;
    }
}
@media (max-width: 1024px) {
    .carousel {
        margin-top: 60px;
    }
    .carousel-caption h1 {
        font-size: 28px;
        margin-top: 10px;
    }
    .carousel-caption {
        height: 130px;
    }
    .about-img {
        display: none;
    }
    .about-us {
        width: 100%;
        padding: 50px;
        float: left;
    }
    .locations {
        display: block;
    }
    .location{
        width: 100%;
    }
    .location-map {
        width: 50% !important;
    }
    .tagline h4 {
        color: #ffffff;
        font-size: 20px;
        margin-bottom: 20px;
    }
    .diamond img {
        float: right;
        width: 40%;
    }
    .modal-body .row {
        width: 91%;
    }
    .loyaliti-program {
        flex-direction: column-reverse;
    }
    .loyaliti-program .program {
        width: 100%;
        padding: 50px 50px 0 50px;
    }
    .loyaliti-program .program h1 {
        margin-top: 0;
        margin-bottom: 50px;
    }
}
@media (max-width: 842px) {
    .modal-body .row {
        width: 70%;
    }
    .navbar-left {
        padding-left: 120px;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .navbar li a {
        font-size: 16px;
    }
    .logo {
        margin-top: -20px;
        margin-left: 50px;
    }
    .carousel-caption h1 {
        font-size: 25px;
        margin-top: 10px;
    }
    .address {
        width: 300px;
        height: 250px;
        margin-top: -330px;
        margin-left: 10px;
        padding: 20px;
    }
    .address img {
        margin-top: -80px;
    }
    .address h1 {
        margin-bottom: 30px;
    }
    .partner img {
        width: 100%;
    }
}
@media (max-width: 771px) {
    .navbar-left {
        padding-left: 110px;
    }
    .modal-body .row {
        width: 75%;
    }
    .modal-header {
        height: 16%;
    }
}
@media (max-width: 770px) {
    .navbar-toggle {
        margin-right: 50px;
    }
}
@media (max-width: 767px) {
    .navbar-default .navbar-toggle .icon-bar {
        background-color: #00a79c;
    }
    .navbar-left {
        padding-left: 0;
        float: right;
        text-align: -webkit-right;
        margin-right: 20px;
    }
    .navbar-toggle {
        border-radius: 0;
    }
}
@media (max-width: 600px) {
    .modal-header {
        height: 0;
        padding: 0;
    }
    .modal-body {
        background-color: rgba(219, 234, 232, 0);
    }
    .modal-body h2 {
        margin-top: 0;
    }
    .carousel-caption h1 {
        font-size: 20px;
    }
    .modal-body .row {
        width: 90%;
    }
    .town {
        width: 25%;
    }
    .location-map {
        display: none !important;
    }
    .about-us {
        padding: 30px;
    }
    .our-work {
        padding: 30px;
    }
    .location {
        padding: 30px;
    }
    .contact {
        padding: 30px;
    }
    footer {
        padding: 20px 30px;
    }
    .diamond img {
        float: right;
        width: 65%;
    }
    .address {
        width: 240px;
    }
    .carousel-indicators {
        bottom: -10px;
    }
    .carousel-caption {
        height: 110px;
    }
    .tagline h4 {
        font-size: 18px;
    }
}
@media(max-width: 414px) {
    .logo {
        margin-top: -20px;
        margin-left: 20px;
    }
    .carousel-caption h1 {
        font-size: 16px;
    }
    .carousel-caption h1 {
        margin-top: 0;
    }
    .carousel-caption {
        height: 80px;
    }
    h1  {
        font-size: 30px;
    }
    .job {
        padding: 0 10px;
    }
    .towns {
        display: block;
    }
    .town {
        width: 40%;
    }
    .mission {
        display: block;
    }
    .partners {
        display: block;
    }
    .partner {
        width: 50%;
    }
    .address {
        position: relative;
        margin-top: 0;
        margin-left: 0;
        width: 100%;
    }
    .address img {
        width: 25%;
    }
    .tagline h4 {
        font-size: 12px;
    }
    .modal-body .row {
        width: 100%;
    }
}
@media(max-width: 384px) {

    .jobs {
        display: block;
    }
    .job {
        width: 100%;
    }
    .location h3 {
        margin-top: 50px;
    }
    h3 {
        font-size: 22px;
    }
    .diamond img {
        width: 80%;
    }
    .btn-xl {
        margin-bottom: 20px;
    }
    .modal-header {
        height: 0;
        padding: 0;
    }
    .modal-content {
        height: 920px;
    }
    .about-us ul {
        list-style-type: none;
        padding-left: 0;
    }
    .logo {
        width: 64%;
        margin-top: -8px;
        margin-left: 10px;
    }
    .nav-gradient {
        height: 5px;
    }
    .carousel {
        margin-top: 50px;
    }
}
@media (max-width: 360px) {
    .town {
        width: 50%;
    }
    .modal-content {
        height: 950px;
    }
    .modal-body h4 {
        font-size: 14px;
    }
    .modal-body h2 {
        margin-top: 50px !important;
        font-size: 26px !important;
    }
    p {
        text-align: justify;
    }
    .about-us li {
        text-align: justify;
        font-size: 12px;
    }

}
@media(max-width: 320px) {
    .about-us {
        padding: 10px;
    }
    .our-work {
        padding: 10px;
    }
    .location {
        padding: 10px;
    }
    .contact {
        padding: 10px;
    }
    footer {
        padding: 20px 10px;
    }


}
