@import url(https://fonts.googleapis.com/css?family=Oswald:300,400,700);
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400,600,700,900,200italic,300italic,400italic,600italic,700italic,900italic);
@import url(https://fonts.googleapis.com/css?family=Ubuntu:200,300,400,500,600,700,800);
@import url(https://fonts.googleapis.com/css?family=Exo:200,300,400,500,600,700,800italic);
@import url(https://fonts.googleapis.com/css?family=Montserrat:200,300,400,500,600,700,800);

.select2-container {
    display: inline!important;
}

.page-title h2 {
    margin-top: 100px;
    position: relative;
    margin-bottom: 45px;
    display: inline-block;
    font-weight: 600;
    line-height: 1;
}

.page-title h2::before {
    content: "";
    position: absolute;
    left: 50%;
    width: 60px;
    height: 2px;
    background: #000000;
    bottom: -25px;
    margin-left: -30px;
}


.link-wrapper {
    text-decoration: none;
    color: #777;
    transition: 0.15s;
}

.link-wrapper-black {
    text-decoration: none;
    color: black;
    transition: 0.15s;
}

.link-wrapper:hover {
    text-decoration: none;
    color: #777;
}

.link-wrapper-black:hover {
    text-decoration: none;
    color: #777;
}

.button {
    padding: 7px 20px;
    border-radius: 4px;
}

.btn-li {
    text-align: left;
    color: #777;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
    border: none;
    background-color: transparent;
}

.btn-li:hover {
    color: #333;
}

.btn-black{
    background-color: white !important;
    color: black!important;
    font-weight: 700;
    border: 2px solid black;
    transition: 0.15s;
}

.btn-black-small {
    background-color: #000 !important;
    color: #fff!important;
    transition: 0.15s;
    padding: 3px;
    text-align: center;
    align-content: center;
}

.btn-white{
    background-color: #fff!important;
    color: #000!important;
    font-weight: 700;
    transition: 0.15s;
}

.btn-black:hover {
    color: white!important;
    background-color: black!important;
    border: 2px solid black!important;
}

.btn-black-small:hover {
    transform: scale(1.02)!important;
    color: #ffffff!important;
    text-decoration: none!important;
}

.btn-white:hover {
    transform: scale(1.02)!important;
    color: #000!important;
}

.info-container {
    padding: 20px 25px 30px;
    border-radius: 15px;
    box-shadow: 0 14px 28px rgba(0,0,0,0.25),
    0 10px 10px rgba(0,0,0,0.22);
}

.interlayer {
    height: 35px;
}

.pagination>.active>a {
    background-color: black!important;
    border-color: black!important;
    color: white!important;
    padding: 6px 0 0!important;
    width: 35px!important;
    height: 35px!important;
}

.pagination>li>a {
    color: black!important;
    border-radius: 50% !important;
    margin: 0 5px;
    padding: 6px 0 0!important;
    width: 35px!important;
    height: 35px!important;
}

.pagination>.active>p {
    background-color: black!important;
    border-color: black!important;
    color: white!important;
    padding: 6px 0 0!important;
    width: 35px!important;
    height: 35px!important;
}

.pagination>li>p {
    color: black!important;
    border-radius: 50% !important;
    margin: 0 5px;
    padding: 6px 0 0!important;
    width: 35px!important;
    height: 35px!important;
}

.error-block {
    border-radius: 4px;
    margin-top: 5px;
    padding: 7px;
    color: #ffffff;
    background-color: rgba(208, 13, 13, 0.88)
}

.left-floated {
    float: left;
}

.right-floated {
    float: right;
}


/* toggle-pill-color */
.toggle-pill-color input[type="checkbox"] {
    display: none;
}
.toggle-pill-color input[type="checkbox"] + label {
    display: block;
    position: relative;
    width: 43px;
    height: 1.6em;
    margin-bottom: 20px;
    border-radius: 1em;
    background: #e84d4d;
    box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.3);
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-transition: background 0.1s ease-in-out;
    transition: background 0.1s ease-in-out;
}
.toggle-pill-color input[type="checkbox"] + label:before {
    content: "";
    display: block;
    width: 1.2em;
    height: 1.2em;
    border-radius: 1em;
    background: #fff;
    box-shadow: 2px 0px 5px rgba(0, 0, 0, 0.2);
    position: absolute;
    left: 0.2em;
    top: 0.2em;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.toggle-pill-color input[type="checkbox"]:checked + label {
    background: #47cf73;
}
.toggle-pill-color input[type="checkbox"]:checked + label:before {
    box-shadow: -2px 0px 5px rgba(0, 0, 0, 0.2);
    left: 1.6em;
}
/* toggle-pill-color end */

body, p, a, h2, h3, h4, h5, .header-select,
.form-group .form-control, .price-text,
.select2-container--default .select2-selection--single,
.select2-container--default-time .select2-selection--single,
.language-text{
    font-family:'Montserrat', sans-serif!important;
    font-weight:400!important;
}

h1, h2 {
    font-weight:500!important;
}

.header .logo {
    font-size: 30px!important;
}

@media (max-width: 2560px) {
    h1 {
        font-size: 70px!important;
    }

    h2 {
        font-size: 29px!important;
    }

    p, a, h3, h4, h5, .header-select {
        font-size: 23px!important;
    }
}

@media (max-width: 1920px) {
    h1 {
        font-size: 60px!important;
    }

    h2 {
        font-size: 25px!important;
    }

    p, a, h3, h4, h5, .header-select {
        font-size: 18px!important;
    }
}

@media (max-width: 1536px) {
    h1 {
        font-size: 50px!important;
    }
    h2 {
        font-size: 25px!important;
    }
    p, a, h3, h4, h5, .header-select {
        font-size: 17px!important;
    }
}


@media (max-width: 1280px) {
    h1 {
        font-size: 45px!important;
    }
    h2 {
        font-size: 25px!important;
    }
    p, a, h3, h4, h5, .header-select {
        font-size: 17px!important;
    }
}


@media (max-width: 1024px) {
    h1 {
        font-size: 40px!important;
    }
    h2 {
        font-size: 24px!important;
    }
    p, a, h3, h4, h5, .header-select {
        font-size: 17px!important;
    }
}


@media (max-width: 768px) {
    h1 {
        font-size: 35px!important;
    }
    h2 {
        font-size: 23px!important;
    }
    p, a, h3, h4, h5, .header-select {
        font-size: 16px!important;
    }
}


@media (max-width: 480px) {
    h1 {
        font-size: 30px!important;
    }
    p, a, h3, h4, h5, .header-select {
        font-size: 16px!important;
    }
}
