body {
    margin: 0px;
    padding: 0px;
}

#wrapper {
    margin: 0px auto;
}

/* NAVIGATION */

.navbar-header > button > p {
    margin: 0px;
    padding: 0px;
    float: left;
    margin-right: 15px;
    font-family: 'Ubuntu', sans-serif;
    margin-top: -4px;
    font-weight: bold;
    color: white;
}

.menu_link {
    font-family: 'Ubuntu', sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    color: #231f20;
    text-shadow: none !important;
}

.menu_link:hover {
    color: #ffffff;
    background-color: transparent !important;
}

/* For MAIN MANU */
.active > a {
    color: white !important;
}

/* For SIDE MENU */
.sidemenu > ul > .active > a, .sidemenu > ul > .active > ul > .active > a {
    color: #cd2027 !important;
}

nav {
    background-color: #cd2027;
}

/* NAVIGATION END */

/* HEADER */

.logo_bar {
    text-align: center;
    padding-bottom: 30px;
}

.header_slider {
    width: 100%;
    min-height: 450px;
    background: url("../images/isotec/roof.jpg");
    background-size: cover;
}

#slider {
    height: 477px;
    position: relative;
    text-align: center;
}

#slide_pager {
    font-size: 36px;
    z-index: 1002;
    position: relative;
    bottom: 45px;
}

#slide_pager > span {
    background: url("../images/isotec/slider_dot.png") no-repeat;
    font-size: 0;
    padding-left: 20px;
    margin-right: 10px;
    padding-top: 20px;
}

.cycle-pager-active {
    background: url("../images/isotec/slider_dot_active.png") no-repeat !important;
}

#slide_pager > span:hover {
    cursor: pointer;
    background: url("../images/isotec/slider_dot_pushed.png") no-repeat !important;
}

#next, #prev {
    font-size: 6rem;
    color: white;
    background: rgba(0,0,0,0.3);
    top: 44%;
}

.row {
    margin: 0 auto !important;
}

.popis {
    position: absolute;
    top: 15%;
    left: 0;
    right: 0;
}

.popis > h2 {
    font-size: 48px;
    font-weight: bold;
    margin: 0;
    padding: 0;
    color: #cd2027;
}

.slide-text {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 25%;
    height: 40% !important;
    font-family: 'Ubuntu', sans-serif;
    font-weight: lighter;
    font-size: 36px;
    text-transform: uppercase
}

.slide-text > div {
    width: 50%;
    height: 200px;
    margin: auto;
    background-color: rgba(255,255,255,0.75);
}

.skew_header {
    width: 100%;
    height: 45px;
    background-color: white;
    transform: skewY(1deg);
    margin-top: -22px;
    position: relative;
    z-index: 101;
}

/* HEADER END */

/* SECTION */

.section {
    padding-top: 25px;
    padding-bottom: 25px;
}

h1 {
    margin: 0px;
    padding: 0px;
    padding-top: 15px;
    font-family: 'Ubuntu', sans-serif;
    text-transform: uppercase;
    color: #cd2027;
    font-weight: bold;
    font-size: 32px;
    text-shadow: 2px 2px #c7c7c7;
}

/* Banners */

.banners {
    margin-top: 15px;
    text-align: center;
}

.banners > div {
    display: inline-table;
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 45px;
    text-align: center;
}

.banners > div > img {
    padding-bottom: 15px;
}

.banners > div > p {
    font-family: 'Ubuntu', sans-serif;
    text-transform: uppercase;
    font-size: 18px;
    text-align: center;
    /*margin-left: 30%;
    margin-right: 30%;*/
}

/* Banners END */

/* About content */

.about_content {
    width: 100%;
    min-height: 360px;
    background-color: #ebebeb;
    padding-top: 70px;
}

.skew_about {
    width: 100%;
    height: 45px;
    background-color: #ebebeb;
    transform: skewY(1deg);
    margin-bottom: -20px;
}

.about_wrapper {
    width: 60%;
    margin: auto;
    /*min-height: 260px;*/
}

.about_wrapper > .text_content {
    width: 60%;
    float: left;
}

.about_wrapper > .logo_content {
    width: 30%;
    float: right;
}

.about_wrapper > .text_content > h2 {
    padding: 0;
    margin: 0;
    padding-bottom: 10px;
    font-family: 'Ubuntu', sans-serif;
    color: #cd2027;
    text-transform: uppercase;
    font-weight: bold;

    position: relative;
    display: inline-block;
}

.text_content > h2 > span {
    vertical-align: top;
    font-size: 16px;
}

.about_wrapper > .text_content > p {
    font-family: 'Ubuntu', sans-serif;
    font-size: 16px;
}

/* About content END */

/* What Is */

.what_is {
    width: 100%;
    min-height: 300px;
    padding-top: 60px;
}

.skew_what_is {
    width: 100%;
    height: 45px;
    background-color: white;
    transform: skewY(-1deg);
    margin-top: -20px;
}

.about_wrapper > .right_content_text {
    width: 60%;
    float: right;
}

.about_wrapper > .left_content_logo {
    width: 30%;
    float: left;
}

/* What Is END */

/* SECTION END */

/* FOOTER */

.footer {
    width: 100%;
    min-height: 480px;
    background-color: #cd2027;
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center;
    margin: 0 auto;
}

.skew_footer {
    width: 100%;
    height: 45px;
    background-color: white;
    transform: skewY(1deg);
    margin-bottom: -22px;
}

.footer_wrapper {
    margin: 0 auto;
    width: 60%;
}

.footer_wrapper > img {
    padding-bottom: 40px;
}

.footer_part {
    /*width: 33%;
    float: left;*/
    text-align: left;
    display: inline-block;
    padding-bottom: 30px;
}

.footer_part > h4 {
    font-family: 'Ubuntu', sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
    color: #231f20;
}

.footer_part > p {
    font-size: 14px;
    font-family: 'Ubuntu', sans-serif;
    color: white;
}

.footer_part > ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: left;
    display: inline-block;
}

.footer_part > ul > li > a {
    font-family: 'Ubuntu', sans-serif;
    font-size: 18px;
    color: white;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
}

.footer_part > ul > li > a:hover {
    background-color: #231f20;
}

.footer_part > ul > li > a {
    display: inline-block;
    float: none;
    clear: both;
    padding: 10px;
    padding-left: 20px;
    padding-right: 20px;
}

/* SOCIAL */

.social {
    width: 100%;
    height: 80px;
    text-align: center;
}

.social > p {
    margin: 0;
    padding: 0;
    font-family: 'Ubuntu', sans-serif;
    margin-top: 50px;
    font-size: 16px;
}

.social > p > a {
    color: #cd2027;
    font-weight: bold;
}

/* SOCIAL END */

/* FOOTER END ŠUGVALDO */

/* MEDIA SCREEN */

@media screen and (max-width: 1350px) {
    .about_wrapper {
        width: 90%;
    }
}

@media screen and (max-width: 1200px) {
    .footer_wrapper {
        width: 100%;
    }

    .popis {
        top: 20%;
    }

    .popis > h2 {
        font-size: 32px;
    }

    .slide-text {
        font-size: 20px;
        top: 30%;
    }

    .slide-text > div {
        height: 150px;
    }
}

@media screen and (max-width: 1000px) {
    .about_wrapper > .text_content {
        width: 40%;
    }

    .about_wrapper > .logo_content {
        width: 40%;
    }

    #slider {
        height: 400px !important;
    }

    .slide-text {
        top: 25%;
    }

    #next, #prev {
        top: 40%;
    }

}

@media screen and (max-width: 767px) {
    .about_wrapper > .logo_content {
        width: 50%;
    }

    .footer_wrapper {
        width: 100%;
    }

    .footer_part {
        text-align: center;
    }

    .popis > h2 {
        font-size: 26px;
    }

    .slide-text {
        font-size: 16px;
        top: 30%;
    }

    .body-img {
        width: 33% !important;
    }
}

@media screen and (max-width: 630px) {
    .about_wrapper > .text_content {
        width: 100%;
    }
    .about_wrapper > .logo_content {
        width: 100%;
        padding-top: 15px;
    }

    .logo_content > img {
        display: block;
        margin: 0 auto;
    }

    .left_content_logo {
        margin-top: -15px !important;
        padding-bottom: 25px;
    }
}

@media screen and (max-width: 500px) {
    .banners > div > img {
        width: 250px;
    }

    .logo_bar > img {
        width: 290px;
    }

    .logo_content > img {
        width: 250px;
    }

    .about_content {
        padding-bottom: 150px;
    }

    .footer_wrapper > img {
        width: 250px;
    }

    #next, #prev {
        display: none;
    }

    .slide-text > div {
        width: 85%;
    }

    .body-img {
        width: 50% !important;
    }
}

@media screen and (max-width: 350px) {
    .body-img {
        width: 100% !important;
    }
}

/* MEDIA SCREEN END */

/* BOOTSTRAP EDIT */

.nav > li {
    padding: 0px 8px 0px 8px;
}

.nav > li > a:focus {
    background: none;
    color: white;
}

.navbar .navbar-nav {
    display: inline-block;
    float: none;
    vertical-align: top;
}

.navbar .navbar-collapse {
    text-align: center;
}

.navbar-collapse {
    box-shadow: none;
    -webkit-box-shadow: none;
}

.navbar-nav > li > a {
    text-transform: uppercase;
    font-weight: bolder;
    color: #231f20;
    text-shadow: none;
    display: inline-block;
}

.navbar-nav > li > a:hover {
    background: none;
    color: white;
}

.row {
    margin: 0px;
    max-width: 100%;
}

/* BOOTSTRAP EDIT END */

/* GALLERY EDIT */

.body-img {
    position: relative;
    width: 25%;
    display: inline-block;
    padding: 10px 5px;
    height: 150px;
    overflow: hidden;
}

.gallery-img {
    transition: 0.5s;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 150px;
}

.gallery-img:hover {
    height: 180px;
}

/* END GALLERY EDIT */

/* ARTICLE EDIT */

.body-img-article {
    position: relative;
    display: inline-block;
    padding: 10px 5px;
    height: 300px;
}

/* END ARTICLE EDIT*/

/* ICONS */

.footer-icon-mail {
    width: 17px;
    height: 12px;
    margin-left: -28px;
    padding-right: 8px;
}

.footer-icon-phone {
    width: 17px;
    height: 12px;
    margin-left: -27px;
    padding-right: 8px;
}

.footer-icon-place {
    width: 17px;
    height: 12px;
    margin-left: -24px;
    padding-right: 8px;
}

/* END ICONS */