@media only screen and (max-width: 1600px) { /* ------------------------ */
/* start */



/* end 1600 */ }

@media only screen and (max-width: 1400px) { /* ------------------------ */
/* start */


/* end 1400 */ }

@media only screen and (max-width: 1360px) { /* ------------------------ */
/* start */



/* end 1360 */ }

@media only screen and (max-width: 1200px) { /* xl --------------------- */
/* start */

body {
    font-size: 15px;
}

h1, h2 {
    font-size: 46px;
}

h3 {
    font-size: 26px;
}

h4 {
    font-size: 22px;
}

h5 {
    font-size: 18px;
}

.carousel-content .owl-nav {
    width: 83.3%;
}

/* end 1200 */ }

@media only screen and (max-width: 1100px) { /* ------------------------ */
/* start */




/* end 1100 */ }

@media only screen and (max-width: 1024px) { /* ------------------------ */
/* start */




/* end 1024 */ }

@media only screen and (max-width: 992px) { /* lg ---------------------- */
/* start */

.carousel-content .owl-nav {
    width: 100%;
}

.teaser-content .title {
    min-height: 0;
}

/* end 992 */ }

@media only screen and (max-width: 991px) { /* ------------------------- */
/* start */


/* end 991 */ }

@media only screen and (max-width: 767px) { /* md ---------------------- */
/* start */


/* end 767 */ }

@media only screen and (max-width: 680px) { /* ------------------------- */
/* start */

body {
    font-size: 14px;
}

h1, h2 {
    font-size: 28px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 16px;
}

.container {
    padding-left: 20px;
    padding-right: 20px;
}

.carousel-content .inner {
    transform: translateY(0) !important;
    opacity: 1 !important;
    visibility: visible !important;
}

/* end 680 */ }

@media only screen and (max-width: 576px) { /* sm ---------------------- */
/* start */

header .top-bar i {
    top: 2px;
}

section.teaser-content {
    margin-top: 0;
}

/* end 576 */ }

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


/* end 480 */ }

@media only screen and (max-width: 320px) { /* ------------------------- */
/* start */



/* end 320 */ }