/* ==================== OPSTE ==================== */
body {
	margin: 0px;
	padding: 0px;
	font-family: 'Open Sans', sans-serif;
}
h1, h2, h3, h4, h5, h6, p {
	margin: 0px;
	padding: 0px;
	font-family: 'Open Sans', sans-serif;
}
a:hover, a:focus {
	text-decoration:none;
}
/* ==================== //OPSTE ==================== */

/* ==================== MENI ==================== */
#fh5co-offcanvass {
	position: fixed;
	z-index: 90;
	top: 0;
	right: 0;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	-webkit-transform: translateX(290px);
	-moz-transform: translateX(290px);
	-ms-transform: translateX(290px);
	-o-transform: translateX(290px);
	transform: translateX(290px);
	bottom: 0;
	width: 290px;
	padding: 40px 30px;
	background: #fff;
	color: #878c93;
}
#fh5co-offcanvass .fh5co-lead {
	font-size: 12px;
	letter-spacing: 2px;
	color: #FF7200;
	text-transform: uppercase;
	margin-bottom: 20px;
}
#fh5co-offcanvass ul {
	padding: 0;
	margin: 30px 0 30px 0;
}
#fh5co-offcanvass ul li {
	padding: 0;
	margin: 0;
	list-style: none;
}
#fh5co-offcanvass ul li a {
	display: block;
	padding: 10px 4px;
	border-bottom: 1px solid #eaeaea;
	font-size: 18px;
	color: #444;
}
#fh5co-offcanvass ul li a:hover, #fh5co-offcanvass ul li a:focus, #fh5co-offcanvass ul li a:active {
	outline: none;
	text-decoration: none;
	color: #009bdb;
}
#fh5co-offcanvass ul li.active a {
	color: #009bdb !important;
}
#fh5co-offcanvass.fh5co-awake {
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	-ms-transform: translateX(0px);
	-o-transform: translateX(0px);
	transform: translateX(0px);
	z-index:999999;
}
#fh5co-offcanvass .fh5co-offcanvass-close {
	position: absolute;
	right: 20px;
	top: 40px;
	text-transform: uppercase;
	font-size: 15px;
	letter-spacing: 2px;
	font-family: "Montserrat", arial, sans-serif;
	z-index: 99;
	float: left;
	color: #444;
}
#fh5co-offcanvass .fh5co-offcanvass-close i {
	font-size: 20px;
	margin-top: 3px;
	float: right;
	margin-left: 10px;
	color: red;
}
#fh5co-offcanvass .fh5co-offcanvass-close:hover, #fh5co-offcanvass .fh5co-offcanvass-close:focus, #fh5co-offcanvass .fh5co-offcanvass-close:active {
	outline: none;
	text-decoration: none;
}
#fh5co-offcanvass .fh5co-logo {
	display: block;
	float: left;
	width: 100%;
	text-transform: uppercase;
	color: #000;
	letter-spacing: 1px;
	font-weight: bold;
	padding: 0;
	margin: 40px 0 0 0;
}
#fh5co-offcanvass .fh5co-logo a {
	color: #000;
	padding: 0;
	margin: 0;
}
/* */
.fh5co-nav-toggle {
	width: 25px;
	height: 25px;
	cursor: pointer;
	text-decoration: none;
}
.fh5co-nav-toggle.active i::before, .fh5co-nav-toggle.active i::after {
	background: #fff;
}
.fh5co-nav-toggle:hover, .fh5co-nav-toggle:focus, .fh5co-nav-toggle:active {
	outline: none;
	border-bottom: none !important;
}
.fh5co-nav-toggle i {
	position: relative;
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
 *display: inline;
	width: 25px;
	height: 3px;
	color: #fff;
	font: bold 14px/.4 Helvetica;
	text-transform: uppercase;
	text-indent: -55px;
	background: #fff;
	transition: all .2s ease-out;
}
.fh5co-nav-toggle i::before, .fh5co-nav-toggle i::after {
	content: '';
	width: 25px;
	height: 3px;
	background: #fff;
	position: absolute;
	left: 0;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}
.scrolled .fh5co-nav-toggle.active i::before, .scrolled .fh5co-nav-toggle.active i::after {
	background: #000;
}
.scrolled .fh5co-nav-toggle i {
	background: #000;
}
.scrolled .fh5co-nav-toggle i::before, .scrolled .fh5co-nav-toggle i::after {
	background: #000;
}
.fh5co-nav-toggle i::before {
	top: -7px;
}
.fh5co-nav-toggle i::after {
	bottom: -7px;
}
.fh5co-nav-toggle:hover i::before {
	top: -10px;
}
.fh5co-nav-toggle:hover i::after {
	bottom: -10px;
}
.fh5co-nav-toggle.active i {
	background: transparent;
}
.fh5co-nav-toggle.active i::before {
	top: 0;
	-webkit-transform: rotateZ(45deg);
	-moz-transform: rotateZ(45deg);
	-ms-transform: rotateZ(45deg);
	-o-transform: rotateZ(45deg);
	transform: rotateZ(45deg);
}
.fh5co-nav-toggle.active i::after {
	bottom: 0;
	-webkit-transform: rotateZ(-45deg);
	-moz-transform: rotateZ(-45deg);
	-ms-transform: rotateZ(-45deg);
	-o-transform: rotateZ(-45deg);
	transform: rotateZ(-45deg);
}
.fh5co-nav-toggle {
	float: right;
	position: relative;
	top: 45px;
	right: 10px;
	margin-right: -20px;
	z-index: 21;
	padding: 6px 0 0 0;
	display: block;
	height: 44px;
	width: 44px;
	border-bottom: none !important;
}
.fh5co-nav-toggle > span {
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
 	display: inline;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 99;
	width: 100px;
	margin-top: 12px;
	color: #fff;
	margin-left: -70px;
	font-family: "Montserrat", arial, sans-serif;
	letter-spacing: 2px;
	font-size: 15px;
	text-transform: uppercase;
}
.scrolled .fh5co-nav-toggle > span {
	color: #000;
}
.fh5co-social-icons > a {
  margin-right: 10px;
  color: #009bdb;
  color:-moz-linear-gradient(center top , rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15));
  font-size:18px;
  /*background-color: #009bdb;
    background-image: -moz-linear-gradient(center top , rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15));*/
}
.fh5co-social-icons > a:hover, .fh5co-social-icons > a:focus, .fh5co-social-icons > a:active {
  text-decoration: none;
}
#fh5co-menu {
  background: transparent;
  position: absolute;
  top: 0;
  z-index: 999;
  width: 100%;
  padding-bottom: 0px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  margin: 0px;
}
.navbar-brand {
    height: auto;
}

/* ==================== GLAVNI ==================== */
#intro-carousel {
	height:650px;
}
.intro-carousel {
    width: 100%;
    /*height: 100%;*/
    color: #fff;
    background:#222;
}

.carousel-caption{
    text-shadow: none;
    bottom: 25%;
}

.carousel-caption h1{
    padding: 0;
    margin: 10px 0;
    color: #fff;
} 

.carousel-caption .intro-text{
    padding: 0;
	color: #f1f1f1;
}

.carousel-caption .btn{
    margin:0;
	background:#FF7200;
	color:#fff;
	text-transform: uppercase;
	border:1px solid #FF7200;
	transition:all 0.3s ease-out;
}
.carousel-caption .btn:hover {
    margin:0;
	background:#009bdb;
	color:#fff;
	border:1px solid #009bdb;
}

.carousel-control{
    top: 50%;
    width:4%;
    height:7%;
    margin: 0;
    text-shadow: none;
}

.carousel-control.left,
.carousel-control.right{
    background: none;
    z-index: 100;
}

.carousel-control.left:hover,
.carousel-control.right:hover{
    background: rgba(254,82,76, 0.9); /* Primary color, can be changed via colors.css */
}

#parallax-slide{
    background: url(../images/cover-three.jpg) 50% 0 no-repeat;
    -webkit-background-size: cover;
       -moz-background-size: cover;
            background-size: cover;
         -o-background-size: cover;
}

.overlay-detail {
    width: 100%;
    height: 100%;
    position: absolute;
    background: #000; /* Set to black, can be changed via colors.css */
    opacity: 0.5;
    left: 0;
    top: 0;
    z-index: 1;
}

.mouse {
    width: 25px;
    height: 45px;
    border: 2px solid #fff;
    position: absolute;
    bottom: 40px;
    left: 50%;
    margin-left: -12.5px;
    border-radius: 12px;
}

.mouse:after {
    content: "";
    position: absolute;
    height: 5px;
    width: 5px;
    background-color: #fff;
    border-radius: 100%;
    left: 50%;
    margin-left: -2.5px;
    top: 10px;
     -webkit-animation: rotateplane 1.2s infinite ease-in-out;
             animation: rotateplane 1.2s infinite ease-in-out;
}


/* Full Slider HTML Template via www.startbootstrap.com
/* ---------------------------------------------- */

/*!
 * Start Bootstrap - Full Slider HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

.carousel,
.item,
.active {
    height: 100%;
}

.carousel-inner {
    height: 650px;
}

/* Background images are set within the HTML using inline CSS, not here */
.fill {
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
       -moz-background-size: cover;
            background-size: cover;
         -o-background-size: cover;
}
/* ==================== //GLAVNI ==================== */

/* ==================== O_NAMA ==================== */
.about, .team, .contact, .skills {
	padding: 6em 0;
}
.title {
	margin-bottom: 5em;
}
.title h3 {
	font-size: 3.5em;
	text-align: center;
	color: #fe7200;
	font-weight: 200;
	position: relative;
	margin-bottom: 1em;
	padding-bottom: 0.3em;
	border-bottom: 1px solid #E4E4E4;
	margin: 0 auto;
}
.title h3:before {
	content: '';
	width: 70px;
	height: 3px;
	background: #fe7200;
	position: absolute;
	bottom: -2px;
	left: 50%;
	display: block;
}
.title p {
	font-size: 1em;
	color: #999;
	line-height: 1.8em;
	text-align: center;
	margin-top: 1.5em;
}
.about-grids {
	text-align: center;
}
.about-grids h4 {
	font-size: 1.5em;
	margin: 1em 0 .5em;
	color: #000;
	line-height: 1.5em;
	position: relative;
}
p {
	font-size: 1em;
	color: #999;
	line-height: 1.8em;
}
.about-grids h6 {
	padding: 1px;
	background: #FE7200;
	width: 33%;
	margin: 2em auto 0;
	-webkit-transition: .5s all;
	-moz-transition: .5s all;
	transition: .5s all;
}
.about-grids:hover h6 {
	width: 55%;
}
/*-- Effect 1--*/
.about-grids span {
	font-size: 1.8em;
	color: #999;
	display: inline-block;
	border-radius: 50%;
	text-decoration: none;
	z-index: 1;
	padding: 1em;
}
.about-grids span:after {
	pointer-events: none;
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	content: '';
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
.effect-1 {
	background: #E2DFDF;
	-webkit-transition: background 0.5s, color 0.2s;
	-moz-transition: background 0.5s, color 0.2s;
	transition: background 0.5s, color 0.2s;
}
.effect-1:after {
	top: -7px;
	left: -7px;
	padding: 7px;
	box-shadow: 0 0 0 2px #FF7200;
	-webkit-transition: -webkit-transform 0.5s, opacity 0.2s;
	-webkit-transform: scale(0.8);
	-moz-transition: -moz-transform 0.5s, opacity 0.2s;
	-moz-transform: scale(0.8);
	-ms-transform: scale(0.8);
	transition: transform 0.5s, opacity 0.2s;
	transform: scale(0.8);
	opacity: 0;
}
.about-grids:hover span {
	background: #FF7200;
	color: #fff !important;
}
.about-grids:hover span:after {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}
/*--//Effect 1--*/
/* ==================== //O_NAMA ==================== */

/* ==================== APP ==================== */
#app {
	background:url(../images/background/app_bgd.jpg) no-repeat center center / cover;
	background-attachment:fixed;
	padding:50px 0px;
	position:relative;
}
#app_overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background: rgba(0,0,0,0.55) url(../images/coming_soon.png) no-repeat center center;
}
@media screen and (max-width: 768px) {
	#app_overlay {
		background: rgba(0,0,0,0.55) url(../images/coming_soon_mob.png) repeat top center;
	}
}
#app .app_text {
	padding-top:120px;
}
#app h2{
	color:#f1f1f1;
	font-size:20px;
}
#app p {
	color:#f1f1f1;
}
#app span {
	font-weight:600;
	font-size:36px;
}
#app .app_slika {
	text-align:center;
}
#app .app_slika img {
	display: inline;
}
#app .app_link {
	padding:15px 0px;
}
#app .app_link .inner_aap_link {
	padding:0px 5px;
}
/*
#app .app_link .inner_aap_link img {
	width:100%;
}*/
/* ==================== //APP ==================== */

/* ==================== FOOTER ==================== */
footer {
	background: #111;
	color: #fff;
	padding: 10px 0px;
}
footer p {
	padding: 0px;
	margin: 0px;
}
/* ==================== //FOOTER ==================== */

/* ==================== RESPONIVE ==================== */
@media screen and (max-width: 991px) {
	.about-grids h6 {
		display:none;
	}
	.about-grids {
		padding: 15px 0px;
	}
	#app .app_link .inner_aap_link,
	#app .app_text {
    	text-align: center;
	}
}









