/*------------------------------------------------------------------
Project:	Nantes - multi purpose one-page template
Version:	1.0
Last change:	18/02/2016 [...]
Designed by:	MOOZ Themes / www.MOOZthemes.com
Primary use:	One page
-------------------------------------------------------------------*/

/* main font for menu. */
@import url(http://fonts.googleapis.com/css?family=Raleway:100,300,400,500,700,900);
/* font for headings, text, tags */
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300,400,500,600,700,800);

/*--------------------
Color customizations
change these colors to change overlays
--------------------*/

.mz-module:hover .ot-circle.color1 {
	color: #f00000;
}
.mz-module:hover .ot-circle.color2 {
	color: #f00000;
}
.mz-module:hover .ot-circle.color3 {
	color: #6EB377;
}
.mz-module:hover .ot-circle.color4 {
	color: #FCBE03;
}

/*--------------------
1. General
--------------------*/
 
body {
	margin: 0px;
	font-family: Verdana, Geneva, sans-serif;
	
}
@font-face {
    font-family: 'resavska';
    src: url('../fonts/resavska/resavska_bg-webfont.woff2') format('woff2'),
         url('../fonts/resavska/resavska_bg-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'resavska_italic';
    src: url('../fonts/resavska/resavska_bg_italic-webfont.woff2') format('woff2'),
         url('../fonts/resavska/resavska_bg_italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 300;
	/*letter-spacing: 0.4px;*/
	font-family: 'Open Sans', sans-serif;
	color: #232323;
}
.team-socials{
	display:none;
}

p {
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	font-weight: 300;
	line-height: 23px;
	letter-spacing: 0.2px;
	color: #222;
}

.dark-bg p {
color: #B1B1B1;	
}

a:hover, a:focus, a:active, a.active {
	color: #fec503;
}
a, a:hover, a:focus, a:active, a.active {
	outline: 0;
}
.iconnav {
    margin-right: 1rem;
    top: 0;
    right: 0;
    color: #fff;
    position: relative;
}
/*.l-left {
    float: left;
}*/
.iconnav>a {
    height: 4rem;
    padding: 1.4rem 1.7rem .3rem;
    color: #ffffff;
    display: inline-block;
    line-height: 3.4rem;
    font-size: 1.6rem;
    /*border-left: 1px solid #000;*/
    float: right;
    position: relative;
}

.container-fluid {
    padding-right: 0;
    padding-left: 0;
}

::selection {
	text-shadow: none;
	background: #f00000;
}

.navbar-social{
	height:50px !important;
	/*background-color:#333231 !important;*/
	background-color:#f00000;
	margin-top:0 !important;
	/*box-shadow: rgb(0, 0, 0) 0px 15px 22px -22px;*/
	border-bottom: solid 1px #ffffff;
	background-image: linear-gradient(-179deg,rgba(51,51,51,.3),#f00000);
	}
.navbar-nav>li>a{
	filter: blur(0.000001px);
}
/*.navbar-social{
	filter: blur(0.000001px);
}*/

.flags>li>a{
	padding-left:5px;
	padding-right:10px;
	}
.flags li a:hover{
	color:#333231!important;
}
.flags li a:focus{
	color:#333231!important;
}
.flags li a:focus{
	color:#333231!important;
}
.flags img:hover{
	opacity:0.7;
}
/*.flags img{
	 border: solid 1px #c6bfbf;

}*/
.navbar-brand img{
	margin-top:12px;
}
.navbar-left{
	margin-left:5px;
}
.fa-youtube {
	font-size:30px;
	color:#cc181e;
	margin-left:5px;
}
.fa-facebook{
	font-size:30px;
	color:#336699;
	margin-left:5px;
}
.fa-twitter{
	color:#1dcaff;
}
.navbar-right i:hover{
	opacity:0.7;
}


@media (min-width: 768px) {
	section {
		padding: 150px 0;
	}
}

section {
	padding: 150px 0;
}

ul {
	padding-left: 0;
	padding-top: 10px;	
}

ul li {
    list-style: none;
    padding-bottom: 10px;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 23px;
    letter-spacing: 0.2px;
    color: #000000;
}

section ul li:before {
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	display: inline-block;
	text-decoration: inherit;
	content: "\f105";
	padding-right: 7px;
	color: #23AD21;
}

/*--------------------
1.1 Reset bootstrap
--------------------*/

.row-0-gutter {
    margin-left: -13px;
    margin-right: -13px;
}

.col-0-gutter {
	padding-left: 0;
	padding-right: 0;
}
.ot-portfolio-item{
	padding-right:15px;
	padding-left:15px;
}

/*--------------------
2. Navigation
--------------------*/

.navbar-default {
	background-color: #fff;
	border-color: transparent;
	box-shadow: rgb(0, 0, 0) 0px 15px 22px -22px;
	/*margin-top:50px;*/
}
.navbar-default img{
	margin-left:20px;
	position:absolute;
	bottom:-40px;
}

.navbar-default .navbar-brand {
	color: #fff;
	font-family: "Open Sans",sans-serif;
	padding: 0px;
	margin-left: 10px;
}
.navbar-default .navbar-brand:hover,.navbar-default .navbar-brand:focus,.navbar-default .navbar-brand:active,.navbar-default .navbar-brand.active {
	color: #fec503;
}
.navbar-default .navbar-collapse {
	border-color: rgba(255,255,255,.02);
	background-color: #f00000;
}

.navbar-default .navbar-toggle{
	background-color: #fff;

}
.iconnav-submenus li a:hover{
	color:#f00000!important;
}
.iconnav-submenu li{
    
    transition: -webkit-transform .5s ease-out;
    transition: transform .5s ease-out;
    transition: transform .5s ease-out,-webkit-transform .5s ease-out;
	padding-bottom: 5px;
   }
.navbar-nav>li>.dropdown-menu.social {
	border-radius: 0;
	min-width:280px;
}
.navbar-nav>li>.dropdown-menu.social1 {
	border-radius: 0;
	min-width:220px;
}

.flags li a {
  
	background-color:transparent!important;

}

.iconnav li a:hover {
    color: #333;
    background-color: transparent;
}
.menubutton-round {
    background: #f00000;
    color: #fff;
    width: 3.6rem;
    height: 3.6rem;
    line-height: 3.6rem;
    text-align: center;
    display: inline-block;
    border-radius: 100%;
    font-size: 2rem;
	
}
	

.navbar-default,.navbar-default .navbar-toggle:focus {
	background-color: #fff;
	
}
.navbar-default .nav li a {
	font-family: "Open Sans",sans-serif;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 1px;
	color: #ffffff;
}
.navbar-default .navbar-social li a:hover .nav li a:hover .navbar-default .nav li a:focus {
	color: #333231;
	outline: 0;
	font-weight:bold;
}

.navbar-default .navbar-nav>.active>a {
	border-radius: 0;
	color: #fff;
	background-color: #fed136
}
.navbar-default .navbar-nav>.active>a:hover,.navbar-default .navbar-nav>.active>a:focus {
	color: #fff;
	background-color: rgba (255, 255, 255, 0.6);
}

@media (min-width:768px) {
	.navbar-default
	{
		background-color:#f00000;
		padding: 5px 0;
		-webkit-transition:padding .3s;
		-moz-transition:padding .3s;
		transition:padding .3s;
		border:0
	}
	.navbar-default .navbar-brand {
		font-size: 2em;
		-webkit-transition:all .3s;
		-moz-transition:all .3s;
		transition:all .3s;
		margin-top: 10px;
	    margin-left: 10px;
	}
	.navbar-default .navbar-nav>.active>a {
		border-radius: 3px
	}
	.navbar-default.navbar-shrink {
		/*border-bottom: 1px solid #828282;*/
		padding: 5px 0;
	}
	.navbar-default.navbar-shrink .navbar-brand {
		font-size: 1.5em;
		margin-top: 10px;
	}
}

/*--------------------
3. Header
--------------------*/

header {
    margin-top: 80px;
}


.owl-slider-item {
	position: relative;
	background-color: #000;
}
.owl-slider-item img {
	opacity: 0.7;
}
.owl-slider .owl-controls {
	position: absolute;
	left: 0;
	top: 38%;
	width: 100%;	
}

.owl-slider .owl-controls .owl-nav [class*=owl-] {
	padding: 30px 40px;
	background: rgba(0, 0, 0, 0.26);
	border-radius: 0;
	margin: 0;
	font-size: 30px;
	z-index: 1000;
}

.owl-slider .owl-controls .owl-nav [class*=owl-]:hover {
    background: #000;
    color: #fff;
    text-decoration: none;
}

.owl-slider .owl-controls .owl-prev {
	float: left;
}

.owl-slider .owl-controls .owl-next {
	float: right;
}

.intro-text {
	padding-top: 100px;
	padding-bottom: 50px;
	position: absolute;
	top: 50px;
    text-align: center;
	transform: translateX(-50%);
	left: 50%;
}
.intro-text .intro-lead-in {
	display: inline-block;
	margin-bottom: 25px;
	padding: 4px 20px;
	font-family: "Open Sans",sans-serif;
	font-size: 30px;
	color: #fff;
	font-weight: 100;
	line-height: 40px;
}


.intro-text .intro-heading {
	font-weight: normal;
	font-size: 60px;
	line-height: 48px;
	margin-bottom: 25px;
	letter-spacing: -3px;
	color: #FFFFFF;
	text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.5);
	padding-top:100px;
	
}
.intro-heading span{
	font-weight: 700;
}
.centred{
	text-align:center;
	margin-top:30px;
}



/*--------------------
4. Sections
--------------------*/

.section-title h2 {
	font-size: 50px;
	color: #222;
	font-weight:300;
	letter-spacing: -0.6px;
	position: relative;
	margin: 0 0 50px 0;
	padding-bottom: 15px;
	font-family:Verdana, Geneva, sans-serif !important;
}

.section-title h2:after {
	left: 50%;
	z-index: 1;
	width: 60px;
	height: 3px;
	content: " ";
	bottom: -5px;
	margin-left: -30px;
	text-align: center;
	position: absolute;
	background: #f00000;
}

.dark-bg .section-title h2 {
	color: #e1e1e1;
}


.section-title p {
	font-size: 18px;
	
	line-height: 31px;
	margin: 20px 100px 60px 100px;
}

/*--------------------
4.1. CTA sectoin
--------------------*/

.section-cta {
	padding: 20px 0;
	color: #fff;
	background-color: #f00000;
	border-top: solid 2px #ffffff;
	border-bottom: solid 2px #ffffff;
}

.section-cta h2 {
	color: #fff;
	font-size: 17px;
	font-weight: 300;
	
	font-family: Verdana, Geneva, sans-serif !important;
}

.button-cta {
	border: 2px solid #fff;
	padding: 10px 50px;
	font-size: 16px;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	font-weight: 800;
	color: #fff;
	display: inline-block;

	-webkit-transition: all .4s ease; /* Safari and Chrome */
	-moz-transition: all .5s ease; /* Firefox */
	-o-transition: all .5s ease; /* IE 9 */
	-ms-transition: all .5s ease; /* Opera */
	transition: all .5s ease;

}
.button-cta:hover {
	color: #FFF;
	background-color: #c10e14;	
	text-decoration: none;
}

/*--------------------
4.1. About
--------------------*/

.mz-module {
	position: relative;
	margin-bottom: 30px;
	height:100%;
}

.mz-module-about {
    border: 1px solid #E6E6EA;
    min-height: 280px;
    padding: 20px;
   /* background-color: rgba(255, 255, 255, 0.7);*/
	background-color: rgba(255, 255, 255, 0.75);
}

.mz-module-about h3 {
	font-weight: 800;
	font-size: 19px;
	/* text-transform: uppercase; */
	color: #222;
	/* letter-spacing: 2px; */
	margin-bottom: 20px;
}

.dark-bg .mz-module-about h3 {
	color: #FFFFFF;
}

.mz-module-about p {
	font-size: 16px;
	font-weight: 300;
	line-height: 22px;
	color: #000;
	text-align:justify;
	padding:15px;
}
.mz-module-button {
	background-color: #B6B6C3;
	padding: 15px;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 12px;
	display: block;
	position: absolute;
	bottom: 0px;
	left: 0;
	right: 0;
	opacity: 0;
	color: #fff;
	-webkit-transition:all .3s;
	-moz-transition:all .3s;
	transition:all .3s;
}
.mz-module:hover .mz-module-button {
	bottom: -45px;
	opacity: 1;
}
.mz-module-button:hover {
	background-color: #f00000;
	color: #fff;
	text-decoration: none;
}

.mz-module-button {
	color: #fff;
	background-color:#333231;
}

.ot-circle {
	height: 95px;
	width: 95px;
	text-align: center;
	line-height: 98px;
	color: #000;
	margin: 0 2px 4px;
	font-size: 75px;

	-webkit-transition:all .3s;
	-moz-transition:all .3s;
	transition:all .3s;

}
/*#about{
	background-image:url(../images/demo/pozadina.jpg);
	
}*/

/*--------------------
4.2. Featured
--------------------*/

.featured-item {
	margin-bottom: 30px;
	height: 110px;
}

.featured-icon {
	float: left;
	font-size: 22px;
	border-radius: 5px;
	width: 55px;
	height: 55px;
	background-color: #F8F8F8;
	line-height: 50px;
	text-align: center;
}
.featured-text {
	text-align: left;
	margin-left: 85px;
}
.featured-text h4 {
	color: #47474C;
	font-size: 17px;
	font-weight: 700;
}
.featured-text p {
	color: #747377;
	margin-top: 7px;
	font-size: 13px;
	line-height: 21px;
	font-weight: 500;
}

/*--------------------
4.2. Skills
--------------------*/

.section-text h3 {
	margin: 0 0 30px;
	font-weight: 800;
	color: #5D5D5D;
}

.section-text h4 {
    margin: 0 0 20px;
    font-weight: 700;
    font-size: 17px;
}

.dark-bg .section-text h3 {
	color: #dfdfdf;
}

.dark-bg .section-text h4 {
	color: #dfdfdf;
}

/*--------------------
4.3. Portfolio
--------------------*/
/*.honours parallax1{
	background-image:url(../images/demo/nagrade_svetla.jpg);
}
.parallax1{
	background-image:url(../images/demo/nagrade_svetla.jpg);
	background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	
}*/


figure {
	position: relative;
	overflow: hidden;
	margin: 10px;
	background: #726FB9;
	text-align: center;
	cursor: pointer;
	
	
	
}

figcaption {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;	
}

.ot-portfolio-item figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}
.ot-portfolio-item figure figcaption, .ot-portfolio-item figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

figure.effect-bubba {
	background: #000;
	/*margin-bottom: 1px;*/
	/*opacity:0.8;*/
}

figure.effect-bubba img {
	opacity: 0.90;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

figure.effect-bubba:hover img {
	opacity: 0.4;
}

figure.effect-bubba figcaption::before,
figure.effect-bubba figcaption::after {
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-bubba figcaption::before {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: scale(0,1);
	transform: scale(0,1);
}

figure.effect-bubba figcaption::after {
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	-webkit-transform: scale(1,0);
	transform: scale(1,0);
}

figure.effect-bubba h2 {
	opacity: 0;
	color: #fff;
	font-size: 15px;
	font-weight: ;
	line-height: 20px;
	padding-top: 40%;
	padding-left:10%;
	padding-right: 10%;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,-20px,0);
	transform: translate3d(0,-20px,0);
	text-transform:uppercase;
}

figure.effect-bubba p {
	color: #fff;
	font-size: 13px;
	font-weight: 500;
	padding: 20px 2.5em;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,20px,0);
	transform: translate3d(0,20px,0);
}

figure.effect-bubba:hover figcaption::before,
figure.effect-bubba:hover figcaption::after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

figure.effect-bubba:hover h2,
figure.effect-bubba:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

/*--------------------
4.4. Dark Short section (counters, quote, etc)
--------------------*/

.light-bg {
	background-color: #f8f8f8;
}

.dark-bg {
	background-color: #333231;	
	color: #fff;
}

.short-section {
	border-top: 1px solid #5D5D5F;
	border-bottom: 1px solid #5D5D5F;
	padding-top: 70px;
	padding-bottom: 70px;
	
}
.short-section i{
	font-size:100px;
}
.counter-item h2 {
	color: #fff;
	font-size: 60px;
	font-weight: 900;
}

.counter-item h6 {
	color: #FFF;
	font-size: 16px;
	font-weight: 700;
	margin: 10px 0 0 0;
	text-transform: uppercase;
}

/*--------------------
4.5. Partners Slider
--------------------*/

.owl-portfolio .owl-controls {
	position: absolute;
	left: 0;
	top: 38%;
	width: 100%;	
}

.owl-portfolio .owl-controls .owl-nav [class*=owl-] {
	padding: 8px 17px;
	background: rgba(0, 0, 0, 0.18);
	border-radius: 0;
	margin: 0;
	font-size: 20px;
	z-index:1000;
}

.owl-portfolio .owl-controls .owl-nav [class*=owl-]:hover {
    background: #000;
    color: #fff;
    text-decoration: none;
}

.owl-portfolio .owl-controls .owl-prev {
	float: left;
}

.owl-portfolio .owl-controls .owl-next {
	float: right;
}

.owl-portfolio-item {
	text-align: center;
	display: inline-block;
}

.partner-logo {
	height: 80px;
	text-align: center;
	display: inline-block;
}

.partner-logo img {
	height: 100%;
	width: auto !important;
}

.owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #FCBE03;
}

.owl-theme .owl-dots .owl-dot span {
    width: 30px;
    height: 5px;
    margin: 15px 7px 0 7px;
    background: #d6d6d6;
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: opacity 200ms ease;
    -moz-transition: opacity 200ms ease;
    -ms-transition: opacity 200ms ease;
    -o-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 0;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #FCBE03;
}

/*--------------------
4.6. Team
--------------------*/

.team-item {
	text-align: center;
	/*background-color: #f8f8f8;*/
	background-color: #333231;
	
}

.team-item h3 {
	font-size: 14px;
	font-weight: 800;
	color: #e1e1e1;
}
.team-item span{
	font-weight:normal;
}
.team-item .team-position {
	color: #989898;
	font-size: 12px;
	margin: 15px 0 10px;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 2px;
}

.team-item p {
    font-size: 13px;
    font-weight: 400;
    color: #e1e1e1;
    padding: 5px 10px 20px 10px;
}

.team-socials {
	padding-bottom: 25px;
}

.team-socials a {
    color: #B2B3B7;
    font-size: 20px;
    margin: 0 10px;
}

.team-socials a:hover {
	color: #000;
}
#team img{
	border-top:solid 5px #f00000;
}
/*#team{
	background-color: #32313;
}*/

/*--------------------
4.7. Contacts
--------------------*/

section#contact form {
	margin-top: 0px;
}
section#contact.form-group {
margin-bottom: 25px;
}

section#contact .form-group input, section#contact .form-group textarea {
	padding: 15px;
	border: 1px solid #fff;
	border-radius: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 0px 0px rgba(0,0,0,.075);
	font-size: 13px;
}
#contact .section-text{
	margin-bottom:50px;
}


.contact h3 {
	margin-bottom: 30px;
}

.contact p {
	font-size: 13px;
}

.contact .day {
	display: inline-block;
	width: 80px;
}

.contact i {
	margin-right: 5px;
}

/*--------------------
5. Footer
--------------------*/

footer {
	padding: 30px;
	background-color: #000;	
}
.footer {
   position: fixed;
   left: 0;
   bottom: 0;
   width: 100%;
   text-align: center;
   color: #B7B7B7;
	margin: 0;
	font-size: 14px;
	font-weight: 500;
	padding: 30px;
	background-color: #000;
}

footer p {
	color: #B7B7B7;
	margin: 0;
	font-size: 14px;
	
	font-weight: 500;

}

footer p a {
	color: #fff;
	
}
footer span{
	
}

footer p a span {
	color: #FCBE03;
	font-size: 16px;

	font-weight: 700;
	font-family: "Kaushan Script", "Helvetica Neue", Helvetica, Arial, cursive !important;
}

/*--------------------
6. Modal
--------------------*/

.modal-content {
	border-radius: 0;	
}

.modal-header .close {
	font-size: 30px;	
}
.modal-title {	
	text-transform: uppercase;
	font-size: 23px;
}

.modal-body {
	padding-bottom:50px;
	
}

.modal-body p {
	margin: 30px 20px;
	color: #222;
	text-align:justify;
}

.modal-works {
font-size: 11px;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: 500;
	color: #fff;
	margin: 25px 20px;
}

.modal-works span {
	background-color: #FED136;
	margin-right: 15px;
	padding: 5px 10px;
}

/*--------------------
7. Components
--------------------*/

.btn-xl:hover, .btn-xl:focus, .btn-xl:active, .btn-xl.active, .open .dropdown-toggle.btn-xl {
	color: #fff;
	background-color: #dfdfdf;
	border-color: #dfdfdf;
}

.btn:hover, .btn:focus, .btn:active, .btn.active, .open .dropdown-toggle.btn {
	color: #fff;
	background-color: #dfdfdf;
	border-color: #dfdfdf;
}

.btn {
	display: inline-block;
	padding: 8px 20px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 0px;
	background-color: #FCBE03;
}
.btn-md{
	text-transform:uppercase;
	background:transparent;
	border: solid 1px white;
}
.btn-md:hover{
	background-color: #a11e23;
}

.btn-xl {
color: #fff;
    background-color: #FCBE03;
    /* border-color: #726FB9; */
    font-family: "Open Sans",sans-serif;
    text-transform: uppercase;
    font-weight: 800;
    border-radius: 0;
    letter-spacing: 2px;
    font-size: 16px;
    padding: 17px 45px;
}

/* Back to top button
---------------------------------- */
#back-top {
	position: fixed;
	z-index: 1000;
	bottom: 40px;
	right: 50px;
}
#back-top a {
	width: 60px;
	height: 60px;
	display: block;
	text-align: center;
	font: 11px/100% Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	color: #FFFFFF;
	background: #A9A9B1;
	/* background color transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover {
	background: #c10e14;
}
/* arrow icon (span tag) */
#back-top i {
	margin-top: 15px;
	font-size: 28px;
}


.text-muted{
	padding-bottom:50px;
}
#about h3{
	font-style:italic;
}
.parallax{
	background-image:url(../images/demo/nagrade_svetla.jpg);
	background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
bootstrap.min.css:6
.img-fluid {
    max-width: 100%;
    height: auto;
}
.timeline {
  position: relative;
  padding: 0;
  list-style: none; }
.margina{
	margin-top:20px;
}
  .timeline:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 40px;
    width: 2px;
    margin-left: -1.5px;
    content: '';
    background-color: #f1f1f1; }
  .timeline > li {
    position: relative;
    min-height: 50px;
    margin-bottom: 50px; }
    .timeline > li:after, .timeline > li:before {
      display: table;
      content: ' '; }
    .timeline > li:after {
      clear: both; }
    .timeline > li .timeline-panel {
      position: relative;
      float: right;
      width: 100%;
      padding: 0 20px 0 0 !important;
      text-align: left; }
      .timeline > li .timeline-panel:before {
        right: auto;
        left: -15px;
        border-right-width: 15px;
        border-left-width: 0; }
      .timeline > li .timeline-panel:after {
        right: auto;
        left: -14px;
        border-right-width: 14px;
        border-left-width: 0; }
    .timeline > li .timeline-image {
      position: absolute;
      z-index: 100;
      left: 0;
      width: 80px;
      height: 80px;
      margin-left: 0;
      text-align: center;
      color: white;
      border: 7px solid #f1f1f1;
      }
      .timeline > li .timeline-image h4 {
        font-size: 10px;
        line-height: 14px;
        margin-top: 12px;
		}
    .timeline > li.timeline-inverted > .timeline-panel {
      float: right;
      padding: 0 20px 20px 20px !important;
      text-align: left; }
      .timeline > li.timeline-inverted > .timeline-panel:before {
        right: auto;
        left: -15px;
        border-right-width: 15px;
        border-left-width: 0; }
      .timeline > li.timeline-inverted > .timeline-panel:after {
        right: auto;
        left: -14px;
        border-right-width: 14px;
        border-left-width: 0; }
    .timeline > li:last-child {
      margin-bottom: 0; }
  .timeline .timeline-heading h4 {
    margin-top: 0;
    color: inherit; 
	font-weight:700;
	}
    .timeline .timeline-heading h4.subheading {
      text-transform: none; }
  .timeline .timeline-body > ul,
  .timeline .timeline-body > p {
    margin-bottom: 0; }

@media (min-width: 768px) {
  .timeline:before {
    left: 50%; }
  .timeline > li {
    min-height: 100px;
    margin-bottom: 0px; }
    .timeline > li .timeline-panel {
      float: left;
      width: 41%;
      padding: 0 20px 20px 30px;
      text-align: right; }
    .timeline > li .timeline-image {
      left: 50%;
      width: 100px;
      height: 100px;
      margin-left: -50px;
		}
      .timeline > li .timeline-image h4 {
        font-size: 13px;
        line-height: 18px;
        margin-top: 16px; }
    .timeline > li.timeline-inverted > .timeline-panel {
      float: right;
      padding: 0 30px 20px 20px;
      text-align: left; } 
	  }

@media (min-width: 992px) {
  .timeline > li {
    min-height: 150px; }
    .timeline > li .timeline-panel {
      padding: 0 20px 20px; }
    .timeline > li .timeline-image {
      width: 150px;
      height: 150px;
      margin-left: -75px; }
      .timeline > li .timeline-image h4 {
        font-size: 18px;
        line-height: 26px;
        margin-top: 30px; }
    .timeline > li.timeline-inverted > .timeline-panel {
      padding: 0 20px 20px; } }

@media (min-width: 1200px) {
  .timeline > li {
    min-height: 170px;
	max-height:223px; }
    .timeline > li .timeline-panel {
      padding: 0 20px 20px 100px; }
    .timeline > li .timeline-image {
      width: 180px;
      height: 180px;
      margin-left: -85px;
	  border-radius:50%;
	  /*margin-top:30px;*/
	  }
      .timeline > li .timeline-image h4 {
        margin-top: 40px; }
    .timeline > li.timeline-inverted > .timeline-panel {
      padding: 0 100px 20px 20px; } }

.team-member {
  margin-bottom: 50px;
  text-align: center; }
  .team-member img {
    width: 225px;
    height: 225px;
    border: 7px solid white; }
  .team-member h4 {
    margin-top: 25px;
    margin-bottom: 0;
    text-transform: none; }
  .team-member p {
    margin-top: 0; }

.marquee {
 height: 50px;	
 overflow: hidden;
 position: relative;
 background: transparent;
 width:100%;
}
.marquee h2:hover {
    -moz-animation-play-state: paused;
-webkit-animation-play-state: paused;
animation-play-state: paused;
}
.marquee h2 {
 position: absolute;
 min-width:1000px;
 width: 100%;
 height: 100%;
 margin: 0;
 line-height: 50px;
 text-align: center;
 /* Starting position */
 -moz-transform:translateX(100%);
 -webkit-transform:translateX(100%);	
 transform:translateX(100%);
 /* Apply animation to this element */	
 -moz-animation: scroll-left 5s linear infinite;
 -webkit-animation: scroll-left 5s linear infinite;
 animation: scroll-left 15s linear infinite;
}
/* Move it (define the animation) */
@-moz-keyframes scroll-left {
 0%   { -moz-transform: translateX(100%); }
 100% { -moz-transform: translateX(-100%); }
}
@-webkit-keyframes scroll-left {
 0%   { -webkit-transform: translateX(100%); }
 100% { -webkit-transform: translateX(-100%); }
}
@keyframes scroll-left {
 0%   { 
 -moz-transform: translateX(100%); /* Browser bug fix */
 -webkit-transform: translateX(100%); /* Browser bug fix */
 transform: translateX(100%); 		
 }
 100% { 
 -moz-transform: translateX(-100%); /* Browser bug fix */
 -webkit-transform: translateX(-100%); /* Browser bug fix */
 transform: translateX(-100%); 
 }
}
.row > .column {
  padding: 0 8px;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

.column {
  float: left;
  width: 25%;
}

/* The Modal (background) */
.modal {
  display: none;

  padding-top: 170px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0, 0.8);
    overflow-x: hidden;
    overflow-y: auto;
}



/* Modal Content */
.modal-content {
  position: relative;
  background-color: transparent;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1200px;
}


/* The Close Button */
.close1 {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
  margin-top:70px;
}

.close1:hover,
.close1:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}



/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #fff;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  bottom: 10px;
}

.caption-container {
  text-align: center;
  background-color: transparent;
  padding: 2px 16px;
  color: white;
}

img.demo {
  opacity: 0.6;
}
img.demo2 {
  opacity: 0.6;
}
.active,
.demo2:hover {
  opacity: 1;
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19)
}
#gallery{
	background-color:rgba(51, 50, 49, 0.89);
}
.galerija h2, h3{
	
	text-align:center !important;
}
#vesti h3{
	text-align:left !important;
}
/*iframe {
	    margin-bottom: 20px;
}*/
p.vesti{
	text-align:justify!important;
}

/*.embed-responsive-16by9 {
    padding-bottom: 26.5% !important;
}*/
.galerija p{
	
	text-align:center !important;
}

.nav img{
	margin-top:13px;
}
.galerija span{

	color:#e1e1e1;
}
/*modali o vilbalu i pravila*/
.usluge-modal .modal-dialog{
  margin: 0;
  height: 100%;
  width: auto;
}
.usluge-modal .modal-content {
  border-radius: 0;
  background-clip: border-box;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  min-height: 100%;
  padding: 100px 0;
  text-align: center;
  background-image: url(../images/demo/nagrade_svetla.jpg);
}
.usluge-modal .modal-content h2 {
  margin-bottom: 15px;
  font-size: 3em;
}
.usluge-modal .modal-content ul.list-inline {
  margin-bottom: 30px;
  margin-top: 0;
}
.portfolio-modal .modal-content img {
  margin-bottom: 30px;
}
.usluge-modal .close-modal {
  position: absolute;
  width: 75px;
  height: 75px;
  background-color: transparent;
  top: 25px;
  right: 25px;
  cursor: pointer;
}
.usluge-modal{
	-webkit-filter: blur(0.000001px);
	
}
.navbar-nav>li>a{
	filter: blur(0px);
}
.usluge-modal .close-modal:hover {
  opacity: 0.3;
}
.usluge-modal .close-modal .lr {
  height: 75px;
  width: 1px;
  margin-left: 35px;
  background-color: #222222;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  /* Safari and Chrome */
  z-index: 1051;
}
.usluge-modal .close-modal .lr .rl {
  height: 75px;
  width: 1px;
  background-color: #222222;
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  /* IE 9 */
  -webkit-transform: rotate(90deg);
  /* Safari and Chrome */
  z-index: 1052;
}
.dropdown-menu {
	text-align:left;
	}
	.text-right {
    text-align: right!important;
}
.btn-fb {
    background-color: #415e9b;
    color: #fff;
}
.usluge-modal .modal-backdrop {
  opacity: 0;
  display: none;
  
}

.btn-tw {
    background-color: #55acee;
    color: #fff;
}
.modal-mask{
	background:rgba(255, 255, 255, 0.5);
	border: solid;
    border-color: #e0e0e0;
    border-style: double;
}
.galerija h3{
    margin-top: 0!important;
	margin-bottom: 40px;
}
.sponzor h2{
	font-size:30px;
	padding:0;
	text-align:right;
    text-align: center;
    margin-bottom: 30px;
	margin-top:0px;
}



div.topBotomBordersIn a:before, div.topBotomBordersIn a:after
{
    position: absolute;
    left: 0px;
    width: 100%;
    height: 1px;
    background: #FFF;
    content: "";
    opacity: 0;
    transition: all 0.3s;
}

div.topBotomBordersIn a:before
{
    top: 0px;
    transform: translateY(-10px);
}

div.topBotomBordersIn a:after
{
    bottom: 0px;
    transform: translateY(10px);
}

div.topBotomBordersIn a:hover:before, div.topBotomBordersIn a:hover:after
{
    opacity: 1;
    transform: translateY(0px);
}
.flag{
	float:right;
	
}

/*@media screen and (max-height:700px) {
	#page-top .intro-text { padding-top:0px !important; }
	#page-top .intro-heading { font-size: 40px; }
	#page-top .intro-lead-in { font-size: 20px; line-height: 24px; }
}*/
div.error {
	margin-bottom: 20px;
    color: #fcbe03;
    font-size: 18px;
}

/* media */

@media (min-width: 1701px) and (max-width: 1920px){
	.intro-text {
		padding-top: 300px !important;
		padding-bottom: 400px;
    }
	.flag1{
		display:none;
	}
	
	}
@media (min-width: 1401px) and (max-width: 1700px){
	.intro-text {
		padding-top: 200px !important;
		padding-bottom: 400px;
    }
	.intro-heading{
		font-size:40px!important;
		letter-spacing:0!important;
	}
	.intro-lead-in{
		font-size:30px !important;
	}
	
	
	}
@media (min-width: 1201px) and (max-width: 1400px){
	.intro-text {
		padding-top: 100px !important;
		padding-bottom: 400px;
    }
	.intro-heading{
		font-size:40px!important;
		letter-spacing:0!important;
	}
	.intro-lead-in{
		font-size:30px !important;
	}
	
	.section-cta{
		padding-top:20px;
		padding-bottom:20px;
	}
	.modal-content{
		max-width:870px;
	}
	/*.effect-bubba{
		max-width:300px;
		
	}
	.ot-portfolio-item{
		max-width:300px;
	}
	.row-0-gutter {
    margin-left: 90px;
    margin-right: 90px;
}*/
	
	.modal-body {
    max-width: 870px;
	}
	
	
	
}

@media (min-width: 992px) and (max-width: 1200px){
	#about br{
		display:none;
	}
	.intro-text {
		padding-top: 50px !important;
		padding-bottom: 400px;
    }
	.intro-heading{
		font-size:36px!important;
		letter-spacing:0!important;
	}
	.intro-lead-in{
		font-size:24px !important;
	}
	.timeline > li .timeline-image{
		border-radius:50%;
	}
	
	.section-cta{
		padding-top:20px !important;
		padding-bottom:20px !important;
	}
	.modal-body{
		max-width:800px;
	}
	
	.modal-mask{
		margin-left:60px;
	}
	.sponzor h2{
		font-size:24px;
		margin-top:10px;
	
	}
	.section-title h2{
		font-size:40px;
	}
	.section-title h3{font-size:20px;}
	.section-title p{ font-size:16px;
						margin-left:10px;
						margin-right:10px;}
	section {
		padding-bottom:50px !important;
	}
	/*.modal{
		padding-top:0 !important;
	}*/
	.modal-body{
		max-width:870px;
	}
	.usluge-modal{
		padding-top:5px;
	}
	
	/*.embed-responsive-16by9 {
    padding-bottom: 67% !important;
}*/
	
}
@media (min-width: 768px) and (max-width: 991px) {
	.intro-text {
		padding-top: 130px !important;
		padding-bottom: 400px;
    }
	.intro-text .intro-lead-in {
    font-size: 22px;
    line-height: 40px;
    margin-bottom: 15px;
	}
	.intro-text .intro-heading {
		
		font-size: 30px;
		margin-bottom: 10px;
		padding-top:10px;
		letter-spacing:0;
	}
	.button-cta:hover
	{background-color:#c10e14}
	.button-cta{font-size:12px;
				padding-left:20px;
				padding-right:20px;
				display:none;}
	/*.navbar-brand img{
		width:60%;
		height:auto;
		margin-left:15px;
	}*/
	
	#about br{
		display:none;
	}
	
	.navbar-default .nav li a {
		font-size:10px;
		padding-left:10px;
		padding-right:10px;
		padding-bottom:0;
		    padding-top: 10px;

	}
	.navbar-social{
		border-bottom: solid 2px #ffffff!important;
	}
	.timeline > li .timeline-image{
		border-radius:50%;
	}
	.mz-module-button{
		margin-bottom:25px;
	}
	
	.sponzor h2{
		text-align:center;
		padding-bottom:30px;
	}
	
	/*.slider-container{
		margin-top:50px;
		}*/
	.section-cta{
		padding-top:10px !important;
		padding-bottom:10px !important;
	}
	.team-item h3 {
    font-size: 12px;
	}
	.section-title h2{
		font-size:40px;
	}
	.section-title h3{font-size:20px;}
	.section-title p{ font-size:16px;
						margin-left:10px;
						margin-right:10px;}
	section {
		padding-bottom:50px !important;
	}
	
	/*.ot-portfolio-item{
		max-width:300px;
	}*/
	/*.row-0-gutter {
    margin-left: 90px;
    margin-right: 90px;
	}*/
	/*.navbar-default img{
		width:65px;
	}*/
	.text-muted{
		
		padding-bottom:0px;
		text-align:justify;
	}
	.marquee h2{
		font-size:14px;
	}
	.modal{
		/*padding-top:0 !important;*/
		overflow:scroll;
	}
	.sponzor h2{
		padding-bottom:0;
	}
	#contact .section-text {
		text-align:center;
	}
	/*.navbar-social{
		overflow:auto;
	}*/
	.usluge-modal{
		padding-top:5px;
	}
	.navbar-default img{
		width:90px;
	}
	#vest img{
	margin-top: 10px;
	margin-bottom: 25px;
}
iframe {
 
    margin-top: 10px!important;
}
/*	.embed-responsive-16by9 {
    padding-bottom: 67% !important;
}*/
	
}
@media (min-width: 471px) and (max-width: 767px) {
	.section-title.shop h2{
	margin-top:40px;
}
	.intro-text {
		padding-top:0px !important;
		padding-bottom: 40px;
	
		line-height:1.5;
  }
  .navbar-nav {
    margin: 0 !important;
}
.navbar-nav>li>.dropdown-menu.social1 {
    border-radius: 0;
    min-width: 120px;
}
.navbar-default {
   
    border-top: white solid 1px;
   
}
#vest img{
	margin-top: 10px;
	margin-bottom: 25px;
}
.iframe {
 
    margin-top: 10px!important;
}

  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
	position: absolute !important;
	background-color: white!important;
  }
  .navbar-nav .open .dropdown-menu>li>a{
	  text-align: center!important;
  }
  .menubutton-round {
    background: #f00000;
    color: #fff;
    width: 3rem;
    height: 3rem;
    line-height: 3rem;
    /* text-align: center; */
    display: inline-block;
    border-radius: 100%;
    font-size: 2rem;
	
  }
  .navbar-nav .open .dropdown-menu>li>a {
	  padding:5px!important;


}
.navbar-nav>li>.dropdown-menu.social {
    border-radius: 0;
    min-width: 180px;
}
.navbar-nav>li>.iconnav-submenus{
	min-width:100px;
	/*padding:15px;*/
}

	#about br{
		display:none;
	}
	.modal{
		/*padding-top:0 !important;*/
		overflow:scroll;
	}
	#contact .section-text {
		text-align:center;
	}
	.intro-text .intro-lead-in {
    font-size: 12px;
    line-height: 30px;
    margin-bottom: 0px;
	font-weight:700;
	
	}
	.intro-text .intro-heading {
		font-size:22px !important;
		margin-bottom: 0px;
		padding-top:80px !important;
		letter-spacing:0;
		margin-top:0px;
		line-height:1.2;
	}
	section{
		padding-bottom:50px;
		padding-top:100px;
	}
	.section-title h2{
		font-size:36px;
	}
	.section-title h3{font-size:20px;}
	.section-title p{ font-size:16px;
						margin-left:10px;
						margin-right:10px;}
	
	
	.button-cta:hover
	{background-color:#c10e14}
	/*.button-cta{font-size:10px;
				padding-left:15px;
				padding-right:15px;}*/
/*	.navbar-brand img{
		width:40%;
		height:auto;
		margin-left:15px;
		margin-top:10px;
	}*/
	.button-cta{font-size:6px;
				padding:10px 15px 10px 15px;
				display:none;
				}
				.button-cta:hover
	{background-color:#c10e14}
	.section-cta{
		padding-bottom:0px;
		padding-top:0px;
	
	}
	.section-cta h2{
		font-size:14px;
	}
	
	.marquee h2{
		font-size:12px;
	}
	/*#sponzor{
		padding-top:15px;
		padding-bottom:15px;
	}*/
	
	.navbar-header{
		background-color:#f00000;
	}
	
	.timeline > li .timeline-image{
		border-radius:50%;
	}
	.text-muted{
		margin-left:90px;
		padding-bottom:0px;
		text-align:justify;
	}
	.timeline-heading{
		margin-left:90px;
	}
	.timeline:before{
		display:none;
	}
	.timeline li{
		margin-bottom:5px;;
	}
	
	.centred{
		margin-left:10px;
		margin-right:10px;
	}
	.mz-module-button{
		margin-bottom:25px;
	}
	.team img{
		width:230px;
		height:300px;
	}
	.team-item h3{
		font-size:16px;
		
	}
	.flags li {
    float: right;
	}
	/*.link-social{
		float:left !important;
	}*/
	
	.navbar-default, .navbar-default {
    background-color: #f00000;}
	.navbar-default img{
		width:60px;
		margin-top:8px;
		position:relative;
		bottom:45px;
	}
	/*.flags img{
		width:50%;
		padding:0;
		margin-left:8px;
	}*/
	.navbar-right i {
    font-size: 20px;
	
	}
	.navbar-right{
		margin-left:0px;
	}
	/*#gallery img{
		margin-bottom:30px;;
	}*/
	figure.effect-bubba{
		max-width:400px;
	}
	.owl-next, .owl-prev{
	background: rgba(0, 0, 0, 0) !important;
	}
	/*.modal{
		padding-top:0 !important;
	}*/
	.sponzor h2{
		font-size:18px;
		margin-top:20px;
		margin-bottom:20px;
	}
	.sponzor img{
		margin-bottom:30px;
		width:100px;
	}
	.navbar-default .nav li a {
	filter: blur(0px) !important;
	padding-top:5px !important;
	padding-bottom:5px !important;
	font-size:10px !important;
	line-height:12px !important;
}
.navbar-social{
		border-bottom: solid 2px #ffffff!important;
	}
	.usluge-modal{
		padding-top:5px;
	}
/*	.embed-responsive-16by9 {
    padding-bottom: 67% !important;
}*/
	
}
/*shop*/
.portfolio-item {
  margin-bottom: 30px;
}

.pagination {
  margin-bottom: 30px;
}
.h-100 {
    height: 100%!important;
}
.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #555;
    background-clip: border-box;
    border: 1px solid rgba(228, 214, 200);
    border-radius: .25rem;
}
.card h4{
	color: white;
	font-weight:500;
}
.card h5{
	color: white !important;
}
.card-img-top {
    width: 100%;
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px);
}
.card-body {
 
    flex: 1 1 auto;
    padding: 1.25rem;
}
.card-title {
    margin-bottom: .75rem;
}
/*.card-text:last-child {
    margin-bottom: 0;
}*/
@media (min-width: 992px){
.col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
}
.my-4 {
    margin-bottom: 50px!important;
}
.mt-4, .my-4 {
    margin-top: 50px!important;
}
	
@media (max-width: 470px) {
	/*.navbar-default .navbar-right .nav li a {
	filter: blur(0px) !important;
	}*/
	.navbar-right .dropdown-menu {
    right: 0;
    left: auto;
	position: absolute !important;
	background-color: white!important;
  }
  .section-title.shop h2{
	margin-top:40px;
}
  .navbar-nav .open .dropdown-menu>li>a{
	  text-align: center!important;
  }
  #vest img{
	margin-top: 10px;
  margin-bottom: 25px;}
  .menubutton-round {
    background: #f00000;
    color: #fff;
    width: 3rem;
    height: 3rem;
    line-height: 3rem;
    /* text-align: center; */
    display: inline-block;
    border-radius: 100%;
    font-size: 2rem;
	
  }
  .navbar-nav .open .dropdown-menu>li>a {
	  padding:5px!important;


}
.navbar-nav>li>.dropdown-menu.social {
    border-radius: 0;
    min-width: 180px;
}
.navbar-nav>li>.dropdown-menu.social1 {
    border-radius: 0;
    min-width: 145px;
}
.navbar-nav>li>.iconnav-submenus{
	min-width:100px;
	/*padding:15px;*/
}
.flags ul li{
	padding:0;
}

	#about br{
		display:none;
	}
	
	.navbar-social{
		height: 55px !important;
		border-bottom: solid 2px #ffffff!important;
	}
	.sponzor h2{
		font-size:16px !important;
		margin-top:20px !important;
		margin-bottom:20px;
	}
	.sponzor img{
		margin-bottom:20px;
	}
	/*#sponzor{
		padding-top:20px !important;
		padding-bottom:20px !important;
	}*/
	.flags li {
    float: right;
	}
	.link-social{
		float:right !important;
	}
	
	.navbar-default, .navbar-default {
		background-color: #f00000;
	}
	.navbar-default img{
		width:50px;
		position:relative;
		bottom:5px;
	}
	.flags img{
		width:80%;
		padding:0;
		margin-left:8px;
	}
	.navbar-right i {
    font-size: 20px;
	}
	
	section{
		padding-bottom:50px;
		padding-top:100px;
	}
	.section-title h2{
		font-size:24px;
	}
	.section-title h3{font-size:16px;}
	.section-title p{ font-size:14px;
						margin-left:10px;
						margin-right:10px;}
	.intro-text .intro-lead-in {
    font-size: 12px;
	font-weight:normal;
    margin-bottom: 0px;
	line-height: 20px;
	
	
	/*display:none;*/
	}
	.intro-text .intro-heading {
		font-size:20px !important;
		margin-bottom: 20px;
		padding-top:0px !important;
		letter-spacing:0;
		line-height:1.5;
		}
	.intro-text{
		padding-top:0;
	}
	.counter-item h2 {
   
    font-size: 30px;
    font-weight: 900;
	}
	.section-cta{
		padding:0px !important;
	}
	.slider-container{
		margin-top:20px;
	}
	.section-cta h2{
		font-size:12px;
		margin-top:0px;
	}
	

	.button-cta{
    border: 1px solid #fff;
    padding: 5px;
	font-size:6px !important;
    
    letter-spacing: 1px;
	font-weight:normal;
	display:none;
	}
	
	.button-cta:hover
	{background-color:#c10e14}
	.timeline > li .timeline-image{
		border-radius:50%;
	}
	.text-muted{
		margin-left:90px;
		padding-bottom:0px;
		text-align:left;
	}
	.centred{
		text-align:justify;
		
	}
	.timeline-heading{
		margin-left:90px;
	}
	.timeline:before{
		display:none;
	}
	.timeline li{
		margin-bottom:5px;;
	}
	.mz-module-button{
		margin-bottom:25px;
	}
	.team-item h3 {
    font-size: 16px;
	}
	.mz-module-about p {
    font-size: 14px;
	}
	.timeline-body p{
		font-size: 14px;
	}
	#back-top {
	position: fixed;
	bottom: 10px;
	right: 30px;
	}
	#back-top a {
	width: 40px;
	height: 40px;
	}
	#back-top i {
	margin-top: 7px;
	font-size: 20px;
	}

	.marquee h2{
	font-family: Verdana, Geneva, sans-serif !important;
	font-size:12px;

	}

	.owl-next, .owl-prev{
	background: rgba(0, 0, 0, 0) !important;
	}
	.section-cta img{
		padding-top:5px;
		width:100px;
	}
	#contact img{
	margin-bottom:50px;
	}
	#contact{
	text-align:center;
	}
	.centred{
	margin-left:10px;
	margin-right:10px;
	}
	#Modal-1{
	padding-top:50px !important;
	}
	#Modal-3{
	padding-top:50px !important;
	}
	#Modal-4{
	padding-top:50px !important;
	}
	#Modal-5{
	padding-top:50px !important;
	}
	#Modal-6{
	padding-top:50px !important;
	}
	.close1{
		font-size:25px;
	}
	.usluge-modal{
		padding-top:5px;
	}
	.navbar-right .dropdown-menu {
    right: 0;
    left: auto;
	position: absolute !important;
	
  }
 /*  .navbar-nav {
    margin: 0 !important;
}*/
.navbar-default {
   
    border-top: white solid 1px;
   
}
	
}
.hidden-news{
	visibility:hidden;
}

