body {
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    font-size: 16px;
    color: #444444;
    background: #e9ebee;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: 'Playfair Display', serif;
    font-weight: 600;
    line-height: 1.42857143;
    color: #333333;
}
ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
a {
    color: #004890;
    text-decoration: none;
}
a:hover,
a:focus {
    color: #175eba;
    text-decoration: none;
}
a img {
    border: none;
}
.ptb_70 {
    padding: 70px 0px;
}
.mb_5 {
    margin-bottom: 5px;
}
.mt_5 {
    margin-top: 5px;
}
.mt_10 {
    margin-top: 10px;
}
.mt_15 {
    margin-top: 15px;
}
.mt_20 {
    margin-top: 20px;
}
.mt_30 {
    margin-top: 30px;
}
.ml_20 {
    margin-left: 20px;
}
.ml_30 {
    margin-left: 30px;
}
.ml_40 {
    margin-left: 40px!important;
}
.mb_20 {
    margin-bottom: 20px;
}
.no_plr {
    padding-left: 0px;
    padding-right: 0px;
}
.pl_0 {
    padding-left: 0px;
}
.pl_5 {
    padding-left: 5px;
}
.pr_0 {
    padding-right: 0px;
}
.pr_5 {
    padding-right: 5px;
}
.h_170 {
    height: 165px;
    overflow: hidden;
}
.h_170 img {
    display: none;
}
.pb-150 {
    padding-bottom: 150px;
}
.pt-150 {
    padding-top: 150px;
}
.no_mt {
    margin-top: 0px;
}
.header_up {
    background: url("/assets/images/header-background.png") no-repeat;
    background-position: top center;
    height: 200px;
    width: 100%;
    padding-top: 20px;
}
#sp-header {
    background: #68A0F3;
/*    background: #74A7EB;*/
/*    background-image: none;
    background-image: -webkit-gradient(linear, to bottom, to top, color-stop(0%, #3298c8), color-stop(100%, #2e8cb8));
    background-image: -webkit-linear-gradient(to bottom, #3298c8, #2e8cb8);
    background-image: -moz-linear-gradient(to bottom, #3298c8, #2e8cb8);
    background-image: -o-linear-gradient(to bottom, #3298c8, #2e8cb8);
    background-image: linear-gradient(to bottom, #3298c8, #2e8cb8);*/
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    left: 0;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 99;
}
.stick {
/*    background: #1a2b3a!important;*/
    z-index: 9999;
    position: fixed!important;
    left: 0;
    top: 0;
    width: 100%!important;
    margin: 0px!important;
    animation: Animation .5s;
    animation-fill-mode: both;
}
.stick .navbar_menu .nav {
    padding: 0px 15px;
}
@keyframes Animation {
    from {
        transform:scale(0.7);
        opacity:0
    }
    to {
        transform: scale(1);
        opacity:1
    }
}
.logo_sm {
    display: none;
    float: left;
}
.logo_sm img {
    height: 47px;
    margin-right: 30px;
}
.stick .container-fluid {
    width: 100%!important;
}
.stick .container-fluid .logo_sm {
    display: block;
}
#sp-header.menu-fixed {
    position: fixed;
    z-index: 9999;
}
.sticky-wrapper.is-sticky {
    position: relative;
    z-index: 999;
}
#sp-menu, #bs-example-navbar-collapse-1 {
    padding: 0px;
}
.navbar_menu {
    margin-top: 10px;
    margin-bottom: 0px;
}
.navbar_menu .nav {
    float: left;
}
.navbar_menu .nav li a  {
    color: #fff;
    padding: 10px;
    font-size: 15px;
    text-transform: uppercase;
}
.navbar_menu .nav li.active a, .navbar_menu .nav li a:hover, .navbar_menu .nav li a:focus, .navbar_menu .nav li.open a.dropdown-toggle {
    background: #4F8EE6;
    color: #fff;
}

.navbar_menu .nav li.active ul li a {
    background: #4F8EE6;
    color: #fff;
}

.navbar_menu .nav li ul li.active a, .navbar_menu .nav li ul li a:hover, .navbar_menu .nav li ul li a:focus {
    background: #4F8EE6;
    color: #fff;
}

.navbar_menu .navbar-header {
    margin-right: -15px;
}

.navbar_menu .navbar-toggle {
    border-color: #4F8EE6;
}

.navbar_menu .navbar-toggle .icon-bar {
    background-color: #4F8EE6;
}

.navbar_menu .dropdown-menu {
    min-width: 100%;
    background: #4F8EE6;
    border-color: #4F8EE6;
    box-shadow: none;
/*    0850ad*/
    border-radius: 0px;
    margin: 0px;
    padding: 0px;
    left: 0px;
    z-index: 3;
}
.navbar_menu .nav .open > a {
    background: none;
}

.navbar_menu .dropdown-menu li a {
    color: #fff;
    padding: 3px 10px;
}

.navbar_menu .dropdown-menu li a:hover {
    background: #0850ad;
    color: #eee!important;
}

.navbar_menu .dropdown:hover a.dropdown-toggle {
    background: #4F8EE6;
    color: #fff;
}

.parallax {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: repeat-y;
    box-sizing: border-box;
    display: block;
    position: relative;
    overflow: hidden;
}
.m_auto {
    margin: 0px auto;
}
.home_page {
    background: url("/assets/images/buletin.jpg") no-repeat;
    background-position: top center;
    height: 100%;
    width: 100%;
}
.title_home_page {
    font-size: 48px;
    font-weight: 800;
    color: #fff;
    text-transform: uppercase;
}
.text_home_page {
    color: #fff;
    font-size: 18px;
    margin-top: 30px;
}
.read_more {
    color: #fff;
}

/* Feel free to change duration  */ 
.animated  {
    -webkit-animation-duration : 1000 ms  ;
    animation-duration : 1000 ms  ;
    -webkit-animation-fill-mode : both  ;
    animation-fill-mode : both  ;
}  

.btn {
    text-shadow: none;
}
.btn_default {
    font-size: 15px;
    padding: 15px;
    color: #fff;
}
.btn_default i {
    font-size: 13px;
}
.btn_blue {
    background: #175eba;
}
.btn_while {
    background: #fff;
    color: #111;
}
.btn_blue:hover, .btn_blue:focus, .btn_blue:active {
    color: #fff;
}
.btn_default:hover, .btn_default:focus, .btn_default:active, .btn_while:hover, .btn_while:focus, .btn_while:active {
    background: #94c948;
    color: #fff;
}
.slider_container .btn_blue {
    margin-top: 20px;
}
.slider_container .title_ev {
    margin-bottom: 40px;
}
.info {
    background: #00377C;
    color: #fff;
    background: linear-gradient(to bottom,  rgba(0, 55, 124, 1) 0%, rgba(0, 55, 124, 0.65) 50%, rgba(0, 55, 124, 0) 100%);
/*    background: #00377C url("../images/stripe-5.png");
    background-position: 0 0;
    background-size: 5px 5px;*/
    height: 220px;
    text-align: center;
    position: relative;
     -webkit-box-shadow: 0 8px 6px -6px #002B55;
       -moz-box-shadow: 0 8px 6px -6px #002B55;
            box-shadow: 0 8px 6px -6px #002B55;
}
.info_bg {
/*   background: url("../images/stripe.png");
   background-position: 0 0;
   background-size: 5px 5px;*/
   height: 100%;
   width: 100%;
   position: absolute;
   top: 0px;
   left: 0px;
}
.info_cont {
    z-index: 1;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    padding: 5px 10px;
}

.info_bg::after {
    position: absolute;
    content: "";
    top: 50%;
    margin: -5px 0 0 0;
    width: 0;
    height: 0;
    overflow: visible;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
/*    left: 0;
    border-left: 10px solid #FFFFFF;*/
}
.info_bg_l::after {
    border-left: 10px solid #FFFFFF;
    left: 0;
}
.info_bg_r::after {
    border-right: 10px solid #FFFFFF;
    right: 0;
}

.ims {
    height: 220px;
/*    width: 100%;*/
}
.contact_title {
    margin: 0px;
    font-size: 20px;
    margin-bottom: 17px;
    font-weight: bold;
}

.addon_img:hover .img-zoom {
  cursor: pointer;
  transform: scale(1.3);
  -webkit-transform: scale(1.3);  
  -moz-transform: scale(1.3); 
  -o-transform: scale(1.3);
}

.img-zoom {
  width: 300px;
  -webkit-transition: all .8s ease-in-out; 
  -moz-transition: all .8s ease-in-out; 
  -o-transition: all .8s ease-in-out; 
  -ms-transition: all .8s ease-in-out;
}
.img {
  -webkit-transition: all .8s ease-in-out; 
  -moz-transition: all .8s ease-in-out; 
  -o-transition: all .8s ease-in-out; 
  -ms-transition: all .8s ease-in-out;
}
.footer_up {
    background: #0E1F46;
    color: #fff;
}
.footer_dw {
   background: #081940; 
   color: #fff;
   text-align: center;
   padding: 20px 0;
}
.module_title {
    color: #ffffff;
    position: relative;
    font-size: 24px;
    margin-bottom: 30px;
    padding-bottom: 18px;
    text-transform: capitalize;
}
.module_title::after {
    background: #004890;
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    height: 3px;
    width: 50px;
}
.module_content {
    width: 50%;
    float: left;
}
.module_content li {
    color: #fff;
    margin-bottom: 10px;
}
.module_content li a {
    color: #fff;
}
.module_content li a:hover {
    text-decoration: underline;
}
.module_content li span {
    display: block;
}
.module_location li {
    color: #fff;
    margin-bottom: 10px;
}
.module_location li i {
    color: #004890;
/*    padding-right: 10px;*/
    width: 20px;
}

.module_social li {
    display: inline-block;
    margin-right: 10px;
    margin-top: 10px;
}
.module_social li a {
    color: #fff;
}
.logo_footer {
    margin-bottom: 20px;
}

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -250px, 0);
    transform: translate3d(0, -250px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -250px, 0);
    transform: translate3d(0, -250px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}


input[type="search"] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

.toolbar {
    margin-right: 20px;
}

#btn-search {
    -webkit-appearance: button;
    background: transparent;
    border: 0;
    cursor: pointer;
    font-family: inherit;
    font-size: 100%;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-transform: none;
}

#btn-search i {
  color: #d4d4d4;  
}

#search {
    display: none;
    margin-top: -1px;
    margin-bottom: -1px;
    height: 22px;
    width: 200px; 
    webkit-appearance: textfield;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    background: #d4d4d4;
    color: #111;
    border: 1px solid #175eba;
}

#search::-webkit-input-placeholder { color: #111; }
#search::-moz-placeholder { color: #111; opacity: 1; }
#search:-moz-placeholder { color: #111; opacity: 1; }
#search:-ms-input-placeholder { color: #111; }

.success {
    padding: 1em;
    margin-bottom: 0.75rem;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    color: #468847;
    background-color: #dff0d8;
    border: 1px solid #d6e9c6;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin: 5px auto;
}

.error {
    padding: 1em;
    margin-bottom: 0.75rem;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    color: #b94a48;
    background-color: #f2dede;
    border: 1px solid rgba(185, 74, 72, 0.3);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin: 5px auto;
}

[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 1px;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #94c948;
    position: absolute;
    top: 4px;
    left: 3px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.section_content {
    margin: 70px 0px;
}

.section_content .module_title {
    color: #4F8EE6;
    margin-top: 5px;
}

.border_right {
    box-shadow:0 0 5px #333;
    width: 100%;
}

#canvas_tt5a8ed4a52dd3c {
    max-width: 100%;
}
.vreme img {
    max-width: 100%;
    border-radius: 10px;
}
.curs {
    text-align: center;
}
.title_sections {
    padding: 15px 0px;
    background: url('../images/bk.jpg') no-repeat;
/*    background-position: top center;*/
    color: #093E73;
/*    text-align: center;*/
}
.title_sections h1 {
    margin: 0px;
}
.breadcrumb {
    margin-bottom: 0px;
}
.service_up {
/*    background: #fff;*/
}
.service_up .img_container {
    background: #175eba;
    border-radius: 50%;
    color: #ffffff;
    border-radius: 50%;
    font-size: 30px;
    width: 80px;
    height: 80px;
    line-height: 70px;
    text-align: center;
    margin-right: 20px;
    float: left;
}
.service_up .content_container {
    float: left;
}
.service_up .addon_text {
    color: #94c948;
    font-size: 26px;
}
.service_up .addon_title {
    margin: 10px 0px;
}
.cm_dw {
    padding: 20px 15px;
    color: #fff;
}
.cm_dw h3 {
    margin-top: 0px;
}
.cm_dw .item {
    font-style: italic;
}

.cm_dw .item span {
    float: right;
    color: #4F8EE6;
    padding-right: 2px;z
}
.owl-carousel-testim .owl-item {
    color: #000;
}
.owl-carousel-testim .owl-nav {
    text-align: center;
    margin-top: 30px;
}
.owl-carousel-testim .owl-nav .owl-prev, 
.owl-carousel-testim .owl-nav .owl-next {
    display: inline-block;
    margin: 0px 5px;
    color: #4F8EE6;
    font-size: 20px;
}

.owl-carousel-slider.owl-nav {
    text-align: center;
    margin-top: 30px;
}

.icos {
    font-size: 20px;
    margin-bottom: 25px;
    text-align: center;
    color: #4F8EE6;
}
.contact .module_location li {
    color: #000;
}

.recent_news {
/*    margin-bottom: 20px;*/
}
.members {
    padding: 0px 15px;
    float: left;
    width: 50%;
}
.centenar {
    margin-top: -90px; 
    height: 100px;
}
@media screen and (max-width: 768px) {}
@media screen and (max-width: 992px) {
    /*.navbar-toggle {
        display: block;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }*/
    .footer_up .pl_0.pr_0 {
        padding-left: 15px;
        padding-right: 15px;
    }
    .footer_up .pl_0.pr_0 .module_title {
        margin-top: 20px;
    }
    .footer_up .module_content {
        width: 100%;
    }
    .centenar {
        display: none;
    }
    .navbar_menu .navbar-toggle {
        margin-right: 0px;
    }
    .navbar_menu .navbar-header {
        margin-left: 0px;
        margin-right: 0px;
        float: none;
    }
    .navbar_menu .nav {
        float: none;
    }
    .navbar-nav {
        margin: 8px 20px;
    }
    .navbar_menu .navbar-toggle {
        border-color: #fff;
    }
    .navbar_menu .navbar-toggle .icon-bar {
        background-color: #fff;
    }
    .navbar_menu .row {
        margin-left: 0px;
        margin-right: 0px;
    }
    .pt-150 {
        padding-top: 40px;
    }
    .pb-150 {
        padding-bottom: 40px;
    }
    .section_content {
        margin: 40px 0px;
    }
    .title_sections h1 {
        font-size: 30px;
    }
    .ptb_70 {
        padding: 40px 0px;
    }
    
    
    
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
		top: 0;
		border-width: 0 0 1px;
	}
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
		margin-top: 7.5px;
	}
	.navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
  		display:block !important;
	}
}
    
    
}

@media screen and (max-width: 480px) {
    .header_up {
        height: 100px;
    }
}