.clear {
    clear: both;
}

html,
body {
    font-family: 'Open Sans', sans-serif;
    background: #F3F3F3;
    font-size: 100%;
}

body a {
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
}

a:hover {
    text-decoration: none;
}

p {
    color: #333;
    letter-spacing: 0.3px;
    /*text-align: justify;*/
}

.col-md-12 p {
    text-align: justify;
}

@media screen and (min-width: 0px) and (max-width: 990px) {
    .col-md-12 p {
        text-align: left;
    }
}

.header {
    width: 100%;
    height: 350px;
    top: 0px;
    left: 0px;
    /*background: url(../images/banner11.jpg)no-repeat center top;*/
    background-size: 100% 100%;
    padding: 16% 0 0 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
}

.menu {
    padding: 2% 0 1.8% 0;
    background: #0071bc;
    z-index: 9999;
    width: 100%;
    clear: both;
}

.logo {
    float: left;
}

/* start h_menu */
.h_menu4 {
    float: right;
}

.toggleMenu {
    display: none;
    background: #02548a;
    padding: 10px 15px;
    width: 100%;
    color: #fff;
}

.nav {
    list-style: none;
    *zoom: 1;
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 8px;
}

.nav:before,
.nav:after {
    content: " ";
    display: table;
}

.nav:after {
    clear: both;
}

.nav ul {
    list-style: none;
    width: 12em;
}

.nav li a {
    display: block;
    padding: 9px 14px;
    color: #fff;
    font-size: 1em;
    text-transform: uppercase;
    font-weight: 400;
    margin-right: 10px;
    border: 1px solid transparent;
}

.nav li {
    position: relative;
}

.nav li.active a,
.nav li a:hover {
    border: 1px solid #fff;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    background: #fff;
    color: #02548a;
}

.nav > li {
    float: left;
}

.nav > li > a.parent {
    background: url(../images/nav_arrow.png) no-repeat 15px 15px #FFF;
    color: #03B8FD;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border: none;
    padding: 10px 20px 10px 40px;
}

.nav li ul {
    position: absolute;
    left: -9999px;
    padding: 27px 13px;
    z-index: 9999;
}

.nav > li.hover > ul {
    left: -10px;
}

.nav li li.hover ul {
    left: 100%;
    top: 0;
    -webkit-transition: background .2s linear;
    -moz-transition: background .2s linear;
    -ms-transition: background .2s linear;
    -o-transition: background .2s linear;
    transition: background .2s linear;
}

.nav li li a {
    font-size: 0.8725em;
    padding: 10px;
    display: block;
    color: #03B8FD;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    background: #fff;
    position: relative;
    z-index: 9999;
    border-top: 1px solid rgba(233, 233, 233, 0.09);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    border: none;
    text-decoration: none;
}

.nav li li li a {
    background: #249578;
    z-index: 200;
    border-top: 1px solid #1d7a62;
}

.nav li li a:hover {
    background: #0071bc;
    color: #fff;
    border-bottom: none;
    border: none;
}

a:hover,
a:focus {
    /*color:#D8F3FD;*/
    text-decoration: bold;
}

/***** Media Quries *****/
@media screen and (max-width: 768px) {
    .h_logo4 {
        text-align: center;
        float: none;
        margin: 4% 0;
    }

    .h_menu4 {
        float: none;
        margin: 10px 0 0px;
    }

    .toggleMenu {
        padding: 10px 15px;
        width: 100%;
        text-align: center;
    }

    .nav li a {
        padding: 10px 15px;
    }

    .active {
        display: block;
    }

    .nav > li {
        float: none;
    }

    .nav > li > .parent {
        background-position: 95% 50% !important;
    }

    .nav ul {
        display: block;
        width: 100%;
    }

    .nav > li.hover > ul,
    .nav li li.hover ul {
        position: static;
    }
}

@media screen and (max-width: 640px) {
    .toggleMenu {
        width: 100%;
    }
}

@media screen and (max-width: 480px) {
    .toggleMenu {
        width: 100%;
    }
}

@media screen and (max-width: 320px) {
    .toggleMenu {
        width: 100%;
    }
}

/*--main--*/
.content-top {
    padding: 8% 0;
    width: 100%;
    margin: 0 auto;
}

@media screen and (min-width: 0px) and (max-width: 990px) {
    .content-top {
        padding: 0;
    }
}

.content_left_text {
    padding: 2% 0 0 5%;
}

.content_left_text h3 {
    color: #555;
    font-size: 2.7em;
    font-weight: 100;
    margin: 0 0 10px;
}

.content_left_text p {
    color: #333;
    font-size: 1em;
    line-height: 1.5em;
}

.content_left_text {
    text-align: center;
}

.about {
    margin-top: 7%;
}

.row.about-top h2 {
    margin-left: 1.5rem;
}

h3.m_2 {
    text-align: center;
    color: #555;
    text-transform: uppercase;
    font-size: 2em;
    font-family: 'Open Sans Condensed', sans-serif;
    margin: 0 0 3%;
}

@media screen and (min-width: 0px) and (max-width: 990px) {
    h3.m_2 {
        padding-top: 40px;
    }
}

h3.m_4 {
    text-align: center;
    color: #02548a;
    text-transform: uppercase;
    font-size: 2em;
    font-family: 'Open Sans Condensed', sans-serif;
    font-style: italic;
    margin: 0 0 6%;
}

.classes {
    background: #0071bc;
    padding: 2%;
}

@media screen and (min-width: 0px) and (max-width: 990px) {
    .img-naslovna {
        padding-top: 40px;
    }
}

/*--content-middle-botoom--*/

#flexiselDemo1,
#flexiselDemo2,
#flexiselDemo3 {
    display: none;
}

.nbs-flexisel-container {
    position: relative;
    max-width: 100%;
}

.nbs-flexisel-ul {
    position: relative;
    width: 9999px;
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    text-align: center;
}

.nbs-flexisel-inner {
    overflow: hidden;
    margin: 0 auto;
    width: 100%;
    background: #FFF;
}

@media screen and (min-width: 0px) and (max-width: 990px) {
    div.couse_demo {
        padding-top: 23px;
    }
}

.nbs-flexisel-item {
    float: left;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    position: relative;
    line-height: 0px;
    width: 180px !important;
}

.course_demo {
    background: #FFF;
    padding: 0% 3% 0 3%;
}

.nbs-flexisel-item img {
    width: 100%;
    cursor: pointer;
    position: relative;
    max-width: 110px;
    max-height: 110px;
    margin-top: 25px;
    margin-bottom: 10px;
    display: inline;
    border-radius: 0px;
}

/*** Navigation ***/
.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    width: 50px;
    height: 50px;
    position: absolute;
    cursor: pointer;
    z-index: 100;
}

.nbs-flexisel-nav-left {
    left: -30px;
    background: url(../images/img-sprite.png) -184px -66px no-repeat;
}

.nbs-flexisel-nav-right {
    right: -26px;
    background: url(../images/img-sprite.png)-244px -66px no-repeat;
}

.desc {
    padding: 10px 0 20px;
    width: 80%;
}

.desc h3 {
    text-align: center;
    line-height: 20px;
    color: #02548a;
    font-size: 1em;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 10px;
}

span.m_text {
    font-style: italic;
    font-weight: 100;
}

.events {
    background: #d4d6d6;
    padding: 5%;
}

ul.event1 {
    width: 34%;
    float: left;
    padding: 0;
    margin: 0;
}

ul.event1 img {
    max-width: 100%;
}

ul.event1_text {
    width: 65%;
    float: left;
    text-align: center;
    margin: 0;
}

.event1 h4 {
    font-size: 0.85em;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 5px;
}

.event-top {
    border-bottom: 1px solid #E0F6FF;
    padding-bottom: 16px;
    margin-bottom: 12px;
}

.blog_events {
    background: #d4d6d6;
    padding: 7%;
    margin-top: 23px;
}

@media screen and (min-width: 0px) and (max-width: 990px) {
    .blog_events {
        margin-top: 0px;
    }
}

.tab-left1 {
    margin-bottom: 5.5%;
    padding: 0;
}

.tab-last1 {
    padding: 0;
}

span.tab1-img {
    float: left;
    width: 25.5%;
    margin-right: 3.6%;
}

span.tab1-img img {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    display: block;
    max-width: 100%;
}

.tab-text1 {
    float: left;
    width: 70.5%;
}

.tab-text1 p a {
    color: #fff;
    /*font-size: 0.8125em;*/
    line-height: 1.5em;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.tab-text1 p a:hover {
    color: #02548a;
    text-decoration: none;
}

.tab-text1 p {
    margin-bottom: 10px;
}

span.m_date {
    color: #555;
    font-size: 0.85em;
}

/*--fooer-bottom--*/
.footer-bottom {
    background: #0071bc;
    padding: 2% 0;
    margin-top: 30px;
}

h4.m_7 {
    color: #fff;
    font-size: 1.1em;
    font-weight: 400;
    margin-bottom: 6%;
    text-transform: uppercase;
    text-align: center;
}

@media screen and (min-width: 0px) and (max-width: 990px) {
    h4.m_7 {
        margin-top: 10%;
        padding-top: 20px;
        border-top: 1px solid #02548a;
    }
}

.copyright {
    background: #02548a;
    padding: 10px 0 2px;
}

.copy {
    text-align: center;
    margin-top: 5px;
}

.copy p {
    color: #fff;
    font-size: 0.8125em;
    text-align: center;
}

.copy p a {
    color: #DBF5FF;
}

.copy p a:hover {
    color: #000;
}

/*span.m_10{
	font-style:italic;
	font-size:1.3em;
	font-weight:600;
	line-height: 1.5em;
}*/
ul.list li a {
    color: #FFF;
    font-size: 0.95em;
    line-height: 1.8em;
}

ul.list li a:hover {
    color: #555;
    text-decoration: none;
}

ul.list {
    color: #FFF;
    width: 100%;
}

ul.list1 {
    float: right;
    width: 50%;
}

ul.list1 li a {
    color: #FFF;
    font-size: 0.8125em;
    line-height: 1.8em;
    text-decoration: none;
}

ul.list1 li a:hover {
    color: #000;
}

ul.list li p {
    color: #FFF;
}

ul.list li {
    list-style: none;
    margin: 0 20px 0px;
}

ul.list1 li {
    list-style-image: url(../images/list_arrow.png);
    margin: 0 20px 0px;
}

@media screen and (min-width: 0px) and (max-width: 990px) {
    .list {
        padding-inline-start: 0px;
        text-align: center;
    }
}

span.m_10 {
    font-style: italic;
    font-weight: 600;
}

/*--about--*/
/*.about_banner_wrap{
	position:relative;
}
*/
.about-wrapper {
    background: #d4d6d6;
}

@media screen and (min-width: 0px) and (max-width: 990px) {
    .about-wrapper {
        margin-bottom: 40px;
    }
}

h1.m_11 {
    color: #FFF;
    background: #02548a;
    padding: 7px 50px;
    font-size: 2em;
    text-transform: uppercase;
    font-weight: 100;
    position: absolute;
    top: -48px;
    text-align: center;
    left: 14%;
    margin: 0;
}

/*--kontakt--*/
.contact {
    background: #d4d6d6;
    padding: 5% 0;
    border-radius: 5px;
}

p.contact_msg {
    color: #fff;
    font-size: 0.85em;
    margin-bottom: 10px;
}

.kontakt ul.list li p {
    color: #333;
    font-style: italic;
}

.transition-timer-carousel .transition-timer-carousel-progress-bar.animate {
    /* We make the transition time shorter to avoid the slide transitioning
    before the timer bar is "full" - change the 4.25s here to fit your
    carousel's transition time */
    -webkit-transition: width 30s linear;
    -moz-transition: width 30s linear;
    -o-transition: width 30s linear;
    transition: width 30s linear;
}

@media not all,
(-webkit-transform-3d) .carousel-inner > .item {
    -webkit-transition: -webkit-transform .6s ease-in-out;
    -o-transition: -o-transform .30s ease-in-out;
    transition: transform .30s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
}

.carousel-inner > .item {
    position: relative;
    display: none;
    -webkit-transition: .30s ease-in-out left;
    -o-transition: .30s ease-in-out left;
    transition: .30s ease-in-out left;
}

.carousel-inner > .item transition: transform .30s ease-in-out;
}

/*SR/EN*/
#language {
    /*float: right;*/
    /*font-size: 8px;*/
}

#language ul {
    list-style: none;
}

#language ul li {
    float: right;
    padding-left: 10px;
    font-size: 12px;
    font-weight: bold;
}

#language ul li:last-child {
    padding-right: 0px;
}

#language ul li a {
    color: #f8f8f8;
    text-decoration: none;
    font-weight: bold;
    border-bottom: 1px solid transparent;
}

#language ul li a:hover {
    border-bottom: none;
    border-bottom: 1px solid transparent;
}

.page-header-1 {
    padding: 5px;
    margin: 0px;
    background-color: #02548a;
    list-style: none;
}

@media screen and (min-width: 0px) and (max-width: 990px) {
    .footer-bottom {
        padding-top: 40px;

    }
}
