 /*********************************************************
	Company: URIL, https://www.uril.rs
	by Halo Creative Team, http://www.haloteam.rs/
	Date (create): 15-01-2018
	Date (update): 18-01-2018

	******************************
	*****      Index       	 *****
	******************************
	CONTENT:
	1. HEADER
	2. CONTENT
	3. FOOTER
	4. RESPONSIVE

*********************************************************/

@import url('https://fonts.googleapis.com/css?family=Lato:300,400,900');


body {
	font-family: 'Lato';
	font-weight: 300;
	background: #232127;
}

.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background-image: url(../../images/loading_spinner_org.gif);
	background-position: center;
	background-repeat: no-repeat;
	background-color: #fff;
	background-size: 10% auto; 
}

::-moz-selection {
  background-color: #bf1e2e;
  color: #fff ;
}
::-o-selection {
  background-color: #bf1e2e;
  color: #fff ;
}
::-ms-selection {
  background-color: #bf1e2e;
  color: #fff ;
}
@-webkit-keyframes autofill {
    to {
        color: #666;
        background: transparent;
    }
}
input:-webkit-autofill {
    -webkit-animation-name: autofill;
    -webkit-animation-fill-mode: both;
}


h1,h2,h3,h4,h5,h6 {
	color: #fff;
	line-height: 1.5;
	font-weight: 900;
}

p {
	color: #fff;
}

a:hover,
a:focus {
	text-decoration: none;
}
.wtm {
  direction: rtl;
  unicode-bidi: bidi-override;
  text-align: left;
}
.wtm:before {
  content: attr(data-website)"\0040" attr(data-user);
}


/****************Buttons****************/
.scrollup {
  display: none;
  width: 60px;
  height: 72px;
  position: fixed;
  bottom: 0px; right: 45px;
  background-image: url(../../images/btn_top.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%; 
  border: none;
  z-index: 999997;
}
.scrollup:hover {}

/********************************************************
	1. HEADER
********************************************************/

/****************Header Contact****************/
header {
	padding: 0; margin: 0;
	position: fixed;
	display: block;
	width: 100%;
	z-index: 3000;
	background: #232127;
}
	
/****************NAVBAR****************/
.navbar {
	width: 100%;
	padding: 0; margin: 0;
	background: transparent;
}
.navbar .container-fluid {
/*	padding: 0!important; margin-top: 0!important;*/
}
/*** Logo ***/
header .navbar-brand {
	float: none; display: block;
	position: relative;
	padding: 0; margin: 0;
	width: 126px; height: 70px; 
  	background-image: url('../../images/logo-header.png');
  	background-repeat: no-repeat;
  	background-position: 0;
}
header .navbar-brand span {
	display: none;
}

/* Nav */
.navbar-light .navbar-nav .nav-item {
	position: relative	
}
.navbar-light .navbar-nav .nav-link {
	color: rgba(129, 130,133,1);
	font-size: 24px;
	padding: 0 1rem;
	display: block;
}
.navbar-light .navbar-nav .nav-link:hover {
	color: #fff;
}
.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
	color: rgba(255, 255, 255,1);
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: rgba(255, 255, 255,1);
}
.navbar-light .navbar-nav .active:before {
	content: ''; top: 50%;
	display: block; position: absolute;
	height: 2px; width: 100%;
	background: #bf1e2e;
}


/* Info */
header .info {
	border-radius: 30px;
	background: #1a171e;
	height: 60px;
}
header .info a {
	display: block;
	padding: 0 15px; margin: 0;
	line-height: 60px;
	color: #818285; font-size: 24px;
	font-weight: 900;
	font-style: italic;
}
header .info a:hover {
	color: #fff;
}
header .info .fa:before {
	display: block;
	text-align: center; line-height: 38px;
	width: 38px; height: 38px;
	background: #fff;
	border-radius: 50%;
	font-size: 30px;
	color: #1a171e; 
}


/********************************************************
	2. CONTENT
********************************************************/

.content-wrapper {
	padding: 0;
}

.row-small-title {
    font-size: 40px;
    line-height: 50px;
    color: #fff; text-transform: none;
    font-weight: 900;
    padding-bottom: 30px;
}
.row-small-title a { color: #fff; }
.row-small-title a:hover { opacity: 0.6; }

.row-big-title {
    font-size: 40px;line-height: 50px;
    color: #fff; text-transform: uppercase;
    font-weight: 900;
    padding-bottom: 30px;
    display: inline-block;
}
.row-big-title:before {
	content: '';
	display: block;
	width: 100%; height: 1px;
	margin-bottom: 20px;
	background: #bf1e2e;
}
.row-big-title a { color: #fff; }
.row-big-title a:hover { opacity: 0.6; }

.article-slide {
	padding: 0;
	margin-bottom: 20px;
}
.page-content {
	clear: both;
	color: #fff; font-size: 18px
}

.article-thumb-wrapper {
	overflow: hidden;
}

.article-thumb {
	width: 100%;
	display: block;
	position: relative;
}
/*.article-thumb img { margin: 0 auto; max-width: 100%;  }*/

.article-slide-desc {
	padding: 0;
}
.article-slide-desc p {
	font-size: 24px; line-height: 36px;
	color: #fff;
   padding: 0 0 30px 0;
}
.article-slide-desc strong {
	color: #fff;
	font-weight: 900;
	font-style: italic;
}

/************  WELCOME  **************/
#welcome {
	position: relative;
	overflow: hidden;
	z-index: 5;
}
#welcome .article-thumb-wrapper {
}
#welcome .article-thumb {
	background: #232127;
}
#welcome .article-slide-desc {
    padding: 3rem 5rem; margin: 0;
    color: #fff;
    background: #bf1e2e;
}

/************  ABOUT US  **************/
#aboutus {
	position: relative;
	overflow: hidden;
}
#aboutus .main {
	padding-top: 200px;
	z-index: 30;
}
#aboutus .article-thumb-wrapper {
	margin-bottom: 30px;
	position: relative;
}
#aboutus .img1 {
	margin-right: 5rem;	
	margin-bottom: 5rem;	
}
#aboutus .img2 {
	margin-left: 5rem;
	padding-right: 0;	
	margin-right: -2rem;
}
#aboutus .img3 {
	margin-left: 5rem;
}
#aboutus .aboutus-wrapper, 
#aboutus .image {
	z-index: 10;
	position: relative;
}
#aboutus img.animate {
  opacity: 0;
}
#aboutus img.animate.complete {
  opacity: 1;
}
#aboutus .imganimate {
  width: 6px;
  height: 0px;
  transition: .3s;
  position: absolute;
  background: black;
  z-index: 19;
}

/************  CONTACT  **************/
#contact {
	position: relative;
	overflow: hidden;
	padding: 0 15px;
}
#contact .main {
	padding-top: 140px;
	z-index: 30;
}
#contact .maps {
	height: 100vh;
}
#map {
	width: 100%; height: 100%;
}
#contact .form-control {
	border-radius: 30px;
	font-size: 16px; line-height: 30px;
	background: #fff;
	font-weight: 900; font-style: italic;
	padding: 10px 20px;
}
#contact .btn-primary {
	border-radius: 30px;
	line-height: 50px;
	background: #bf1e2e;
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 24px;
	font-weight: 900; font-style: italic;
	border: none;
	cursor: pointer;
}
#contact .btn-primary span:before {
	content: '';
	display: inline-block; 
	height: 36px; width: 36px;	
	margin: 0 10px 5px 0;
	background-image: url(../../images/btn-send.png);
	background-repeat: no-repeat;
	background-size: auto 100%;
	vertical-align: middle;
}
#contact .btn-primary:hover {	opacity: 0.65 }

/************  countPage  **************/
.countPage {
	position: absolute;
	z-index: 20; 
	width: 700px; height: 400px;
	width: 60%; height: 50vh;
	background-repeat: no-repeat;
	background-size: auto 100%;
}
#welcome .countPage { 
	bottom: 0; right: 50px;
	background-image: url(../../images/count-01.png);
	background-position: 100% 100%;
}
#aboutus .countPage { 
	top: 250px; left: 50px;
	background-image: url(../../images/count-02.png);
	background-position: 0 100%;
}
#contact .countPage{
	bottom: 0; right: 50px;
	background-image: url(../../images/count-03.png);
	background-position: 100% 100%;
}

/************  SIDEBAR  **************/
.sidebar {
	position: fixed;
	z-index: 1000;
	width: 35px;
	height: 100%;
	background: #bf1e2e;
	overflow: hidden;
	left: 0; top: 0;
}
.sidebar.right {
	left: auto; right: 0;
	z-index: 1;
}
.sidebar .indicators {
    position: absolute;
    top: 40vh;
    left: 0;
    z-index: 15;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}
.sidebar .indicators li {
	position: relative;
	width: 15px; height: 15px;
	margin: 0 0 15px 5px;
	text-indent: -999px;
	background-color: rgba(255,255,255,.5);
	border-radius: 50%; 
	cursor: pointer;
}
.sidebar .indicators .active {
	background-color: rgba(255,255,255,1);
}

/********************************************************
	5. FOOTER
********************************************************/
footer.content-wrapper {
	background: #1a171e;
	padding: 70px 0 140px 0;
} 
/*** Logo ***/
footer .navbar-brand {
	float: none; display: block;
	position: relative;
	padding: 0; margin: 0 0 30px 0;
	width: 190px; height: 91px; 
  	background-image: url('../../images/logo-footer.png');
  	background-repeat: no-repeat;
  	background-position: 0;
}
footer .navbar-brand span {
	display: none;
}
footer p {
    font-size: 16px;
    line-height: 26px;
    padding: 0;
}
footer .lead {
	font-size: 20px;
	line-height: 26px;
}
footer .lead a {
	color: #fff;	
}
footer span {
	color: #f8253a;
}
/********************************************************
	6. RESPONSIVE
********************************************************/
@media screen and (min-width: 769px) {
	.navbar {
		height: 120px;
	}
	#welcome {
		height: 100vh;
	}
	#welcome .article-thumb {
    	position: absolute;
    	z-index: 10;
    	left: 50%; top: 60px;
    	margin-left: -960px;
    	width: 1920px; height: 100vh;
	}
	#welcome .article-slide-desc {
    	position: absolute;
    	z-index: 30;
    	top: 25vh; right: 15px;
    	width: 50%;
	}
	#aboutus {
		min-height: 100vh;
	}
	#contact {
		min-height: 100vh;
	}
	
}
@media screen and (min-width: 1200px) {
	.container-fluid {
		max-width: 1120px;
	}
}
@media screen and (min-width: 1300px) {
	.container-fluid {
		max-width: 1220px;
	}
}
@media screen and (min-width: 1400px) {
	.container-fluid {
		max-width: 1320px;
	}
}
@media screen and (min-width: 1500px) {
	.container-fluid {		max-width: 1420px;
	}
}

/* Extra large devices (large desktops, 1200px and up) */
@media screen and (max-width: 1199px) {
	header .info {
		border-radius: 25px;
		height: 50px;
	}
	header .info a {
		font-size: 22px;
		line-height: 50px;
	}
	header .info .fa:before {
		line-height: 32px;
		width: 32px; height: 32px;
		font-size: 26px;
	}
	.row-small-title {
    	font-size: 30px;
    	line-height: 40px;
    	padding-bottom: 20px;
	}
	.row-big-title {
    	font-size: 30px;line-height: 40px;
    	padding-bottom: 20px;
	}
	.article-slide-desc p {
		font-size: 20px; line-height: 30px;
	}
	#welcome .article-slide-desc {
    	padding: 2rem 3rem;
	}
	#aboutus .main {
		padding-top: 140px;
	}
	#contact .main {
		padding-top: 140px;
	}
	footer.content-wrapper {
		padding: 50px 0 100px 0;
	} 
}
/* // Large devices (desktops, 992px and up) */
@media screen and (max-width: 991px) {
}

/* // Medium devices (tablets, 768px and up)*/
@media screen and (max-width: 768px) {	
	.navbar-light .navbar-toggler {
    	border: none;
    	cursor: pointer;
	}
	.navbar-light .navbar-toggler-icon {
		width: 60px; height: 60px;
		border-radius: 10px; 
		background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(129,130,133,1)' stroke-width='3' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
	}
	.navbar-light .navbar-nav .nav-link {
		text-align: center;
	}
	header .navbar-brand {
		margin: 5px 15px;
	}
	header .info {
		width: 100%;
		border-radius: 0;
		margin-top: 10px;
		padding: 7px 15px;
		height: auto;
		text-align: center;
	}
	#welcome {
		/*margin-top: 150px;*/
		padding-top: 150px;	
	}
	
	#welcome .article-thumb {
    	position: relative;
    	z-index: 10;
    	margin-left: 0;
    	width: 100%;
    	height: auto;
	}
	#welcome .article-slide-desc {
 		position: relative;
		 padding: 1rem 2rem;
   }
	#contact .maps {
		height: 70vh;
	}
	#aboutus .main {
		padding-top: 180px;
	}
	#aboutus .article-thumb-wrapper {
		margin: 0 0 30px 0!important;
	}
	#contact .main {
		padding-top: 20px;
		text-align: center;
	}
	footer .lead a {
		clear: both;
		display: block;
	}
	
	.sidebar {
		display: none;
	}
}

/* // Small devices (landscape phones, 576px and up) */
@media screen and (max-width: 576px) {
}




/********************************************************
	2. ANIMATION
********************************************************/

/****************General and Homepage****************/
.fadeIn {
    animation-name: fadeIn;
    -webkit-animation-name: fadeIn;
    animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
    animation-timing-function: ease-in-out;
    -webkit-animation-timing-function: ease-in-out;
    visibility: visible!important;
}
@keyframes fadeIn {
    0% {
        transform: scale(0);
        opacity: 0
    }
    60% {
        transform: scale(1)
    }
    100%,
    80% {
        transform: scale(1);
        opacity: 1
    }
}
/****************Upening from bottom to top ****************/
.openRightStart {
    top: -100vh!important;
    position: relative;
}
.openRight {
	 -webkit-animation-name: openRight;
    -webkit-animation-duration: 2s;
    -webkit-animation-fill-mode: forwards;
    animation-name: openRight;
    animation-duration: 2s;
    animation-fill-mode: forwards;
    top: -100vh!important;
}
@keyframes openRight {
    0% {
        top: -100vh;
    }
    100% {
        top: 0%;
    }
}
@-webkit-keyframes openRight {
    0% {
        top: -100vh;
    }
    100% {
        top: 0%;
    }
}

.openDownStart {
    opacity: 0;
}
.openDown {
	-webkit-animation: slide-in-top 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	        animation: slide-in-top 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

/*
.openDownStart {
    top: -100vh!important;
}
.openDown {
	 -webkit-animation-name: openDown;
    -webkit-animation-duration: 1.5s;
    -webkit-animation-fill-mode: forwards;
    animation-name: openDown;
    animation-duration: 1.5s;
    animation-fill-mode: forwards;
    top: -100vh!important;
}
.openDown25 {
	 -webkit-animation-name: openDown25;
    -webkit-animation-duration: 1.5s;
    -webkit-animation-fill-mode: forwards;
    animation-name: openDown25;
    animation-duration: 1.5s;
    animation-fill-mode: forwards;
    top: -100vh!important;
}

@keyframes openDown {
    0% { top: -100vh; }
    100% { top: 0; }
}
@-webkit-keyframes openDown {
    0% { top: -100vh; }
    100% { top: 0; }
}


@media screen and (min-width: 769px) {	
	@keyframes openDown25 {
    	0% { top: -100vh;}
    	100% { top: 25vh; }
	}
	@-webkit-keyframes openDown25 {
    	0% { top: -100vh;}
    	100% { top: 25vh; }
	}
}
@media screen and (max-width: 768px) {	
	@keyframes openDown25 {
    	0% { top: -100vh;}
    	100% { top: 0; }
	}
	@-webkit-keyframes openDown25 {
    	0% { top: -100vh;}
    	100% { top: 0; }
	}
}
*/

/**
 * ----------------------------------------
 * animation slide-in-top
 * ----------------------------------------
 */
@-webkit-keyframes slide-in-top {
  0% {
    -webkit-transform: translateY(-1000px);
            transform: translateY(-1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slide-in-top {
  0% {
    -webkit-transform: translateY(-1000px);
            transform: translateY(-1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}


#welcome .openDown {
	-webkit-animation-name: openDown25;
	animation-name: openDown25;
}