/* Add here all your CSS customizations */

.fit {
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 220px;
    background-position: center center;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;

}

.fit1 {
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 160px;
    background-position: center center;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.img-thumbnail {
    padding: 0;
    border-radius: 0;
    margin-top: 10px
}

.fit:hover {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.fit1:hover {
    -webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02);
}

.fit2 {
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 90px;
    background-position: center center;
}

.nep_search {
	display: inline-block;
	text-align: center;
	font-size: 11px !important;
	color: #bbb;
    margin:0px !important;
    padding:0px !important;
    line-height: 14px !important;
    position: relative;
    top: -3px;
}

#top-bar .container {
    position: relative;
}

#top-bar .container .tl {
    position: absolute;
    right: 15px;
    width: 100%
}

.top-links, #top-social {
    float: right !important;
}


@media (max-width: 767px) and (orientation: landscape) {
    .nep_search {
        font-size: 8px !important;
        top: -6px;
    }
}

.smartphoto-img {

    cursor: pointer !important;
}

.nep_search:hover {
    color: #fff !important
}

select.form-control:not([size]):not([multiple]) {
    height: calc(1.9rem + 2px);
}

#top-social {
    float: left;
    /* margin-left: 40px */
}

.top-links li > a {
    padding: 0 6px;
    text-align: center;
}

h2 { font-weight: 400;padding-left: 5%; position: relative;}

h2:before {
    content:"";
    display:inline-block;
    position: absolute;
    height: 1px;
    background: #d1d1d1;
    width: 3%;
    top: 24px;
    left: 0px;
    margin-right: 20px;
}
h2:after {
    content:"";
    display:inline-block;
    position: absolute;
    height: 1px;
    background: #d1d1d1;
    width: 30%;
    top: 24px;
    margin-left: 20px;
}

.right {
    background:#f1f1f1
}

h4 { font-weight: 400;}

.right h4 { font-weight: 400;padding-left: 5%;position: relative;}

.right h4:before {
    content:"";
    display:inline-block;
    position: absolute;
    height: 1px;
    background: #d1d1d1;
    width: 3%;
    top: 14px;
    left: 0px;
    margin-right: 20px;
}

.smartphoto {
    background-color: rgba(67,67,67,0.8);
}

.smartphoto-header {
    background-color: rgba(0,0,0,0.7);
}

.smartphoto-nav li {
    width: 110px;
    height: 70px;
    border: solid 1px #fff;
}

.mobile {
    display: none;
}

.fluid-width-video-wrapper {
    padding: 0 !important;
}

.right h4:after {
    content:"";
    display:inline-block;
    position: absolute;
    height: 1px;
    background: #d1d1d1;
    width: 30%;
    top: 14px;
    margin-left: 20px;
}

.thumb-info-type {
    font-weight: 300;
    font-size: 15px;
}

.form-control {
    padding: 0.275rem 0.55rem;
    font-size: 0.9rem;
}

.sub {
    padding-bottom: 30px;
}

.sub ul, .sub ol {
    margin-left: 30px;
}

.team-list .team-desc1 {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    position: absolute;
    left: 0px;
    background-image: linear-gradient(rgba(0,0,0,1), rgba(255,0,0,0));
    opacity: 1;
}

.team-list:hover .team-desc1 {
    opacity: 0.5;
}

.team-desc1 h3 a {
    color: #fff !important
}

.ekko-lightbox .glyphicon-chevron-right, .ekko-lightbox .glyphicon-chevron-left {
    top: 42%;
}

.team-title h4 {
    font-size: 17px;
    line-height: 1;
}

.content-wrap {
    padding: 30px 0;
}

.standard-logo, .standard-logo.scroll, .standard-logo.scroll img {
    -webkit-transform: all(0.5);
    -ms-transform: all(0.5);
    transform: all(0.5);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.standard-logo.scroll img {
    max-width: 50%;
}

nav.main-nav {
    .opacity(0);
    -webkit-transform: scale(0.85);
    -ms-transform: scale(0.85);
    transform: scale(0.85);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
        nav.main-nav ul li {
            border-bottom: 1px solid rgba(0, 0, 0, 0.05);
        }
            nav.main-nav ul li a {
                font-size: 1.3em;
                padding: 0.5em 0;
                font-weight: 400;
                display: block;
                -webkit-transition: all 0.5s ease;
                -moz-transition: all 0.5s ease;
                -o-transition: all 0.5s ease;
                transition: all 0.5s ease;
                }
                nav.main-nav ul li a:last-child {
                    border: none;
                }

                nav.main-nav ul li a:hover{
                    .opacity(0.45);
                    -webkit-transition: all 0.5s ease;
                    -moz-transition: all 0.5s ease;
                    -o-transition: all 0.5s ease;
                    transition: all 0.5s ease;
                    padding: 0.5em;
                }

.search {
    background-color: #231f20;
    padding: 10px 0px 0 60px;
    position: absolute;
    width: 100%;
    bottom: 0px;
}



.search label {
    display: inline-block;
    font-size: 12px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0px;
    color: #fff;
    margin-bottom: 5px;
    cursor: pointer;
}


#header.sticky-style-2 {
    padding-top: 40px;
}
/*

.nav-pills li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.nav-pills a {
    display:block;
    padding:5px;
    margin-bottom: 5px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
} */


#header {
    background: url('../images/slider.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 478px;
    background-position: center center;
}

#top-social li a {
    color: #fff;
}

.top-links li > a {
    color: #FF9900;
}

.top-links li > a, .top-links ul li {
    height: 38px;
}

#top-social li, #top-social li a, #top-social li .ts-icon, #top-social li .ts-text {
    height: 39px;
    line-height: 39px;
}

#top-bar {
    height: 40px;
    line-height: 39px;
    font-size: 12px;
    position: fixed;
    z-index: 9999;
    width: 100%;
}

.smartphoto {
    z-index: 9999;
}

.mh {
    min-height: 63px;
}

#logo {
    position: absolute;
    top: -38px;
    left: 0px;
    float: none;
    margin: 0
}

#header h1 {
    padding-top:240px;
    color: #fff;
    font-weight: 300;
    font-size: 44px;
    line-height: 50px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.header-extras {
    z-index: 10000;
    position: relative;
    float: right;
    margin: 0 0 0;
    background: rgba(255,255,255,0.8);
    padding: 10px 20px;

}

.btn-primary {
    color: #fff;
    background-color: #f79239;
    border-color: #fff;
}
.btn-primary:hover {
    background-color:#f79239;
    border-color: #231f20;
}

.bg-light {

    background-color: #fff !important;

}
.b-shadow {

    box-shadow: 0 3px 4px -1px rgba(0,0,0,.2);

}

.bg-orange {
    background-color:#f79239
}
.orange {
    color:#f79239
}
.white {
    color:#fff
}

.border-orange {
    border:solid 1px #f79239;
    padding:15px;
}

#footer.dark, .dark #footer {
    background: url('../images/footer-bg.png');
    background-repeat:repeat-x;
    /* background-size: cover; */
    background-position: top center;
    padding-top:70px;
    border:none
}

.dark #copyrights {
    background-color: #231f20;
    border: none;
    padding: 20px 0 0 0;
}

/* Pagination */
.pagination {
	position: relative;
	z-index: 1;
}

.pagination > li > a,
.pagination > li > span,
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
	color: #CCC;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
	background-color: #CCC;
	border-color: #CCC;
}


.pagination > li > a,
.pagination > li > span,
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
	color: #fff;
    background: #F58020;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
	background-color: #F58020 !important;
	border-color: #F58020;
}

body.dark .pagination > li > a,
body.dark .pagination > li > span,
body.dark .pagination > li > a:hover,
body.dark .pagination > li > span:hover,
body.dark .pagination > li > a:focus,
body.dark .pagination > li > span:focus {
	color: #B01015;
}

body.dark .pagination > .active > a,
body.dark .pagination > .active > span,
body.dark .pagination > .active > a:hover,
body.dark .pagination > .active > span:hover,
body.dark .pagination > .active > a:focus,
body.dark .pagination > .active > span:focus {
	background-color: #B01015;
	border-color: #B01015;
}

.pagination > .active > a,
body.dark .pagination > .active > a {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #0F4D89;
	border-color: #0F4D89 #0F4D89 ##0F4D89;
}

.pagination > .active > a:hover,
body.dark .pagination > .active > a:hover {

	background-color: #f14635;
}

.pagination > .active > a:active,
body.dark .pagination > .active > a:active,
.pagination > .active > a:focus,
body.dark .pagination > .active > a:focus,
.pagination > .active > a:active:hover,
body.dark .pagination > .active > a:active:hover,
.pagination > .active > a:active:focus,
body.dark .pagination > .active > a:active:focus {
	border-color: #0077b3 #0077b3 #0077b3;
	background-color: #0077b3;
}

.pagination > .active > a.dropdown-toggle,
body.dark .pagination > .active > a.dropdown-toggle {
	border-left-color: #0077b3;
}

.pagination > .active > a[disabled],
body.dark .pagination > .active > a[disabled],
.pagination > .active > a[disabled]:hover,
body.dark .pagination > .active > a[disabled]:hover,
.pagination > .active > a[disabled]:active,
body.dark .pagination > .active > a[disabled]:active,
.pagination > .active > a[disabled]:focus,
body.dark .pagination > .active > a[disabled]:focus {
	border-color: #33bbff;
	background-color: #33bbff;
}

.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #231F20;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}


.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}

.subsc, .subsc1 {
    height:46%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #f79239;
    padding: 10px 20px 20px 20px !important;
}

.subsc1 {
    background-color: #231f20;
}

.subsc h3,  .subsc1 h3 {

}

.obvescanje label {
    width: 100%
}


@media (min-width: 768px) and (max-width: 991px) {
	.nep_search {
	    font-size: 10px !important;
	}
}
