*{
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-shadow:none;
	text-rendering: optimizeLegibility;
}

html {
	/* killing 300ms touch delay in IE */
	-ms-touch-action: manipulation;
	touch-action: manipulation;
		
}

body {
	/*background-color:#feebda;*/
	/*background: rgba(254, 235, 218, 0.9);*/
	font-family: 'Raleway', sans-serif;
	font-weight:400;
	font-size:14px;
	line-height:1.66;
	margin: 0;
    padding: 0;
	color:#000;
	height: 100%;
	position: relative;
	overflow-x: hidden;
	/*background: url("../img/bg.jpg") no-repeat bottom center;	
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
	background-position:fixed;	*/
}

.mainWrapper {
	background: rgba(252,245,238,0.95);/*fcefe4*/ /* 252,239,228 */
	overflow-y:hidden;
}

strong {
	font-weight:800;
}

/*
.bg {
	background: url("../img/bg.jpg") no-repeat bottom center;	
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position:fixed;	
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	z-index: -1;
	display: none;
}*/
#bgfix {
      position:fixed;
      top:0;
      height:100%;
      width:100%;
      background: url("../img/bg-sm.jpg") no-repeat center center;  
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover; 
      z-index: -1;
  }


@media screen and (min-width: 1700px) {
	body {
	font-size:16px;
	
}

} /*QE*/

@media screen and (min-width: 480px) {

.row {
  margin-left: -25px;
  margin-right: -25px;
}

.container {
  padding-left: 25px;
  padding-right: 25px;
}

.container-fluid {
  padding-left: 25px;
  padding-right: 25px;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  padding-left: 25px;
  padding-right: 25px;
}


} /*QE*/


.container {
  width: auto;
  padding: 0 40px;
}



@media screen and (min-width: 991px) {	
	body {
		font-size:16px;
	}



} /*QE*/


/*@media screen and (min-width: 1400px) {
.container {
	width:1300px;
}

}*/


@media screen and (min-width: 1700px) {	
body {
	font-size:20px;
}

/*.container {
	width:1500px;
}*/
	
} /*QE*/



a, a:hover, a:focus, .btn, button, .btn:active, .btn:hover, .btn:focus {
	transition:all 200ms linear 0s;
	-moz-transition:all 200ms linear 0s;
	-webkit-transition:all 200ms linear 0s;
	-o-transition:all 200ms linear 0s;
	outline:none!important;
	text-decoration: none;
}

a {
	color:#11312a;
}

a:hover, a:focus, a:active, .btn:hover, .btn:focus, .btn.focus {
	color:#ff5000;
}

:-moz-any-link:focus {
	outline: none;
}

.deco {
	font-family: 'Corben', cursive;
	color:#11312a;
}

.text0 {
	opacity: 0;
}

.parent {
  display: table;
  height: 100%;
  width: 100%;
  position: relative;
  table-layout: fixed;
  vertical-align: middle;
}

.child {
  display: table-cell;
  vertical-align: middle;
}






.logo {
  height: 81px;
  width: 81px;
  position: absolute;
  top: 35px;
  left: 40px;
  z-index: 10;
}

/*
.logo.animate img {
	-webkit-transform: scale3d(1,1,1);
	-moz-transform: scale3d(1,1,1);
	-ms-transform: scale3d(1,1,1);
	-o-transform: scale3d(1,1,1);
	transform: scale3d(1,1,1);
}
.logo img {
    -webkit-transform: scale3d(0,0,0);
	-moz-transform: scale3d(0,0,0);
	-ms-transform: scale3d(0,0,0);
	-o-transform: scale3d(0,0,0);
	transform: scale3d(0,0,0);
	-webkit-transition: all 0.2s cubic-bezier(0.87, -0.41, 0.19, 1.44) 0s;
	-moz-transition: all 0.2s cubic-bezier(0.87, -0.41, 0.19, 1.44) 0s;
	-ms-transition: all 0.2s cubic-bezier(0.87, -0.41, 0.19, 1.44) 0s;
	-o-transition: all 0.2s cubic-bezier(0.87, -0.41, 0.19, 1.44) 0s;
    transition: all 0.2s cubic-bezier(0.87, -0.41, 0.19, 1.44) 0s;
}
*/

.contact {
  height: 116px;
  position: absolute;
  top: 35px;
  right: 25px;
  width: 116px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  z-index: 10;
  font-size:14px;
  font-weight:800;
  letter-spacing: 2px;
  text-transform: uppercase;
  display: none;
  /*-webkit-transform-origin: center top 0;
  transform-origin: center top 0;*/
}


.hello {
	margin-top:0px!important;
}



.mail-icon {
	position:absolute;
	top:35px;
	right:35px;
	width:30px;
	height:20px;
	z-index: 10;	
}

.backtoptop {
	position:absolute;
	bottom:35px;
	left:0;
	width:26px;
	height:28px;
	z-index: 10;
	margin: 0 auto;
	right: 0;
}

.scrollup{
	display: block;
}

.posrel {
	position:relative;
}


.theline {
	  width: 1px;
	  background: #332a22;
	  height:300px;
	  margin:auto;
}

.flatline {
	  width: 100px;
	  background: #332a22;
	  height:1px;
	  margin:auto;
}

.linija {
  display: block;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  text-align: center;
  top: 70%;
}
	
	
.linija::after {
  background: #000 none repeat scroll 0 0;
  content: "";
  height: 500px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 160%;
  width: 1px;
}	

.crta::after {
  background: #000 none repeat scroll 0 0;
  content: "";
  height: 500px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 100%;
  width: 1px;
}
	
	
.titlefont {
	font-weight:800;
	letter-spacing:6px;
	text-transform:uppercase;
	font-size:14px;
	color:#ff5000;
	
}

.naslovsmall.smpadtop60 {
	padding-top: 60px;
}

.svgline svg{
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
}


.naslovsmall {
	/*background-color: #feebda;*/
	padding: 14px 0;
}

.bgcolor {
	background-color: #feebda;
}
	
h1 {
	color:#ff5000;
	font-size: 33px;
}
	
.overlaptxt1 {
  list-style-type:none;
  padding: 0;
}

#firstList {
	margin-top: 30px;
}

.overlaptxt1 li.deco {
	font-size:120%;
	margin-left:0px;	
}

.overlaptxt1 li {
	margin:0 0 30px;
}

/*
.anim-list li.r2l{
	opacity: 0;
	-webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}
.anim-list li.l2r{
	opacity: 0;
	-webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}

.animate li.r2l {
	-webkit-animation: inFromRight 0.6s both cubic-bezier(0.7, 0, 0.3, 1);
  	animation: inFromRight 0.6s both cubic-bezier(0.7, 0, 0.3, 1);
}
.animate li.l2r {
	-webkit-animation: inFromLeft 0.6s both cubic-bezier(0.7, 0, 0.3, 1);
  animation: inFromLeft 0.6s both cubic-bezier(0.7, 0, 0.3, 1);
}*/



@-webkit-keyframes inFromLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    -o-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes inFromLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    -o-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}


@-webkit-keyframes inFromRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    -o-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes inFromRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    -o-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}


/*.overlaptxt2 {
	line-height:100%;
	color:#11312a;
	font-size:120%;
	list-style-type:none;
	padding: 0;
}

.overlaptxt2 li {
margin:60px 0;
}*/


section {
	padding:60px 0 80px;
}


.zelena {
	background:#11312a;
	padding: 40px;
	width: auto;
}


.white {
	color:#fff;
}

.plavalista {
  color:#11312a;
  font-size: 120%;
  list-style-type: none;
  padding: 0;
  text-align: center;
}

.plavalista li {
	margin:40px 0;
}

.crnitekst {
	/*background-color: #feebda;*/
	padding: 14px 0;	
}

.custom-text {
	font-size: 95%;
	letter-spacing: 0.4px;
	font-weight: 500;
}

.custom-text p {
	margin-bottom: 20px;
}

p.custom-text, .custom-text p, .overlaptxt1 li {
	-webkit-transform: translate3d(-150%,0,0);
	-moz-transform: translate3d(-150%,0,0);
	-ms-transform: translate3d(-150%,0,0);
	-o-transform: translate3d(-150%,0,0);
	transform: translate3d(-150%,0,0);
	-webkit-transition: all 0.7s;
	-moz-transition: all 0.7s;
	-ms-transition: all 0.7s;
	-o-transition: all 0.7s;
	transition: all 0.7s;
	-webkit-transition-timing-function: cubic-bezier(0.42, 0.01, 0.23, 1);
	-moz-transition-timing-function: cubic-bezier(0.42, 0.01, 0.23, 1);
	-ms-transition-timing-function: cubic-bezier(0.42, 0.01, 0.23, 1);
	-o-transition-timing-function: cubic-bezier(0.42, 0.01, 0.23, 1);
	transition-timing-function: cubic-bezier(0.42, 0.01, 0.23, 1);
}

.custom-text p:last-child{
	-webkit-transition-delay: 0.25s;
	-moz-transition-delay: 0.25s;
	-ms-transition-delay: 0.25s;
	-o-transition-delay: 0.25s;
	transition-delay: 0.25s;	
}

p.custom-text.animate, .custom-text.animate p, .overlaptxt1 li.animate{
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
	-o-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

#secondList li {
	-webkit-transform: scale3d(0,0,0);
	-moz-transform: scale3d(0,0,0);
	-ms-transform: scale3d(0,0,0);
	-o-transform: scale3d(0,0,0);
	transform: scale3d(0,0,0);
	-webkit-transition: all 0.7s;
	-moz-transition: all 0.7s;
	-ms-transition: all 0.7s;
	-o-transition: all 0.7s;
	transition: all 0.7s;
}

#secondList li.animate {
	-webkit-transform: scale3d(1,1,1);
	-moz-transform: scale3d(1,1,1);
	-ms-transform: scale3d(1,1,1);
	-o-transform: scale3d(1,1,1);
	transform: scale3d(1,1,1);
	-webkit-transition-timing-function: cubic-bezier(.73, 1, -.01, 1);
	-moz-transition-timing-function: cubic-bezier(.73, 1, -.01, 1);
	-ms-transition-timing-function: cubic-bezier(.73, 1, -.01, 1);
	-o-transition-timing-function: cubic-bezier(.73, 1, -.01, 1);
	transition-timing-function: cubic-bezier(.73, 1, -.01, 1);
}


.parent-ghost {
	margin-top: 200px;
	margin-bottom: 50px;
}
.parent-ghost.ghost-retreat {
    margin-top: 40px;
}



.bgimgheader {
	background: url(../img/header-bg.jpg) no-repeat bottom center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position:fixed;
}

.bgimgfooter {
	background: url(../img/footer-bg.jpg) no-repeat bottom center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}


.footer-grad {
	background: url(../img/grad.png) repeat-x top left;
/*background: rgba(254,235,218,0.95);
background: -moz-linear-gradient(top, rgba(254,235,218,0.95) 0%, rgba(254,235,218,0.95) 27%, rgba(254,235,218,0.59) 72%, rgba(254,235,218,0) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(254,235,218,0.95)), color-stop(27%, rgba(254,235,218,0.95)), color-stop(72%, rgba(254,235,218,0.59)), color-stop(100%, rgba(254,235,218,0)));
background: -webkit-linear-gradient(top, rgba(254,235,218,0.95) 0%, rgba(254,235,218,0.95) 27%, rgba(254,235,218,0.59) 72%, rgba(254,235,218,0) 100%);
background: -o-linear-gradient(top, rgba(254,235,218,0.95) 0%, rgba(254,235,218,0.95) 27%, rgba(254,235,218,0.59) 72%, rgba(254,235,218,0) 100%);
background: -ms-linear-gradient(top, rgba(254,235,218,0.95) 0%, rgba(254,235,218,0.95) 27%, rgba(254,235,218,0.59) 72%, rgba(254,235,218,0) 100%);
background: linear-gradient(to bottom, rgba(254,235,218,0.95) 0%, rgba(254,235,218,0.95) 27%, rgba(254,235,218,0.59) 72%, rgba(254,235,218,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feebda', endColorstr='#feebda', GradientType=0 );*/
}

.footer small {
/*color:#fff;*/
font-size:70%;	
letter-spacing:0.6px;
}



/*///////////////////////////////----------MODALS----------///////////////////////////////*/

.modal {
	background-color: #ff5000;
}

.modal-dialog {
	width: 100%;
	height:100%;
	margin: 0 auto;
}

.modal-body {
	padding: 0;
	position: relative;
}

.modal-content {
	border: none;
	border-radius: 0;
	box-shadow: none;
	height:100%;
	width:100%;
	/*display: inline-table;*//*PROBLEM U RESPONSIVU KOD OWL CAROUSELA*/
	display: inline;
	background-color:transparent;
}

.close-btn {
    background: url("../img/close.svg") no-repeat center;
	right: 100px;
	top:100px;
	position:absolute;
    opacity: 0.7;
    cursor: pointer;
    height: 68px;
    width: 68px;
	z-index: 1060;
    -webkit-transition: 0.5s cubic-bezier(.27,1.64,.32,.95);
    -moz-transition: 0.5s cubic-bezier(.27,1.64,.32,.95);
    -ms-transition: 0.5s cubic-bezier(.27,1.64,.32,.95);
    -o-transition: 0.5s cubic-bezier(.27,1.64,.32,.95);
    transition: 0.5s cubic-bezier(.27,1.64,.32,.95);
}

.close-btn:hover {
    opacity: 1;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    transform: rotate(90deg);
}

textarea{
	resize: none;
}

input[type="text"], input[type="email"], textarea.form-control {
  animation: 10s linear 0s normal none infinite running input-wave;
  
  
-webkit-animation-name: input-wave;
-webkit-animation-duration: 10s;
-webkit-animation-iteration-count: infinite;
-webkit-animation-timing-function: linear;
-webkit-animation-fill-mode: none;


  background: rgba(0, 0, 0, 0) url("../img/zigzag.png") repeat-x bottom;
  border: medium none;
  display: block;
  padding: 0 0 20px;
  width: 100%;
  height: 100%;
}

input[type="text"]:focus, input.filled[type="text"], input[type="email"]:focus, input.filled[type="email"], textarea.form-control:focus, textarea.form-control.filled {
  animation-play-state: paused;
}


#name::-webkit-input-placeholder { color:#000; }
#name-pop::-webkit-input-placeholder { color:#000; }
#email::-webkit-input-placeholder { color:#000; }
#email-pop::-webkit-input-placeholder { color:#000; }
#msg::-webkit-input-placeholder { color:#000; }
#msg-pop::-webkit-input-placeholder { color:#000; }

#name::-moz-placeholder { color:#000; }
#name-pop::-moz-placeholder { color:#000; }
#email::-moz-placeholder { color:#000; }
#email-pop::-moz-placeholder { color:#000; }
#msg::-moz-placeholder { color:#000; }
#msg-pop::-moz-placeholder { color:#000; }

.form-control {
  border-radius: 0;
  box-shadow: none;
  color: #000;
  font-size: 14px;
  letter-spacing:6px;
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
}

.form-control:focus {
  border: none;
  box-shadow: none;
  outline: 0 none;
}

.kikica.parent-ghost {
  margin: auto;
  width: 500px;
}

.forma {
  width: 400px;
}

.h100 {
	height:100%;
}


.modal-forma {
  margin: auto;
  width: 500px;
}

.help-block, .feed-msg {
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
	width: 100%;
	margin-top: 10px;
	color: #fff;
	font-size: 70%;
	letter-spacing: 0.6px;
	text-transform: uppercase;
}

.help-block > span, .feed-msg > span {
	padding: 2px 5px;
	background-color: #ff5000;
}

.feed-msg {
	margin-top: 25px;
}


@-webkit-keyframes input-wave {
    from {
        background-position: 0% bottom
    }
    to {
        background-position: 100% bottom
    }
}

@keyframes input-wave {
    from {
        background-position: 0% bottom
    }
    to {
        background-position: 100% bottom
    }
}




.btn {
	padding: 8px 38px 10px;
	letter-spacing:2px;
	font-weight:800;
	white-space: normal;
	text-transform:uppercase;
	border-radius:4px;

}

.btn-white {
	background-color:transparent;
	border:1px solid #fff;
	color:#FFF;
}

.btn-white:hover, .btn-white:active, .btn-white:focus {
	border:1px solid #000;
	color:#000;
}


.btn-black {
	background-color:transparent;
	border:1px solid #000;
	color:#000;
}

.btn-black:hover, .btn-black:active, .btn-black:focus {
	border:1px solid #fff;
	color:#fff;
}



/* animations */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
} 

.pane-anim {
	-webkit-transform: scale3d(0,0,0);
	-moz-transform: scale3d(0,0,0);
	-ms-transform: scale3d(0,0,0);
	-o-transform: scale3d(0,0,0);
	transform: scale3d(0,0,0);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.pane-anim p {
	opacity: 0;	
	-webkit-transition: opacity 0.5s ease-out;
	-moz-transition: opacity 0.5s ease-out;
	-ms-transition: opacity 0.5s ease-out;
	-o-transition: opacity 0.5s ease-out;
	transition: opacity 0.5s ease-out;
}
.pane-anim.animate {
	-webkit-transform: scale3d(1,1,1);
	-moz-transform: scale3d(1,1,1);
	-ms-transform: scale3d(1,1,1);
	-o-transform: scale3d(1,1,1);
	transform: scale3d(1,1,1);
}
.pane-anim.animate p{
	opacity: 1;
	-webkit-transition-delay: 0.7s;	
	-moz-transition-delay: 0.7s;	
	-ms-transition-delay: 0.7s;	
	-o-transition-delay: 0.7s;	
	transition-delay: 0.7s;	
}

/*
.pane-anim.animate.rotate {
	-webkit-transform: rotateX(180deg);
	-moz-transform: rotateX(180deg);
	-ms-transform: rotateX(180deg);
	-o-transform: rotateX(180deg);
    transform: rotateX(180deg);
}

.pane-anim.animate.rotateBack {
	-webkit-transform: rotateX(0deg);
	-moz-transform: rotateX(0deg);
	-ms-transform: rotateX(0deg);
	-o-transform: rotateX(0deg);
    transform: rotateX(0deg);
}*/

/*
.mail-icon img {
    -webkit-transform: translate3d(-9999%, 0px, 0px) rotate(0deg);
    -moz-transform: translate3d(-9999%, 0px, 0px) rotate(0deg);
    -ms-transform: translate3d(-9999%, 0px, 0px) rotate(0deg);
    -o-transform: translate3d(-9999%, 0px, 0px) rotate(0deg);
    transform: translate3d(-9999%, 0px, 0px) rotate(0deg);
    transition: all 1s ease 0s;
}
.mail-icon.animate img {
    -webkit-transform: translate3d(0px, 0px, 0px) rotate(2520deg);
    -moz-transform: translate3d(0px, 0px, 0px) rotate(2520deg);
    -ms-transform: translate3d(0px, 0px, 0px) rotate(2520deg);
    -o-transform: translate3d(0px, 0px, 0px) rotate(2520deg);
    transform: translate3d(0px, 0px, 0px) rotate(2520deg);
}*/

@-webkit-keyframes shake {
  from, 100% {
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
}

@keyframes shake {
  from, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }


  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}



@media screen and (min-width: 768px){
	#bgfix {
		background: url("../img/bg-xl.jpg") no-repeat center center;  
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover; 
	}

	.container {
	  width: 64%;
	}	
	
	.logo {
		left: 6%;
		position: fixed;
		top: 10%;
	}

	.zelena p {
		font-size:80%;
	}

	.mail-icon {
		position:fixed;
		right:6%;
		top: 10%;
		width:36px;
		height:26px;
	}	
} /*QE*/


@media screen and (min-width: 1200px){
	.naslovsmall.smpadtop60 {
		padding-top: 0;
	}

	.parent-ghost {
		margin-top: 0;
		margin-bottom: 0;
	}
	.parent-ghost.ghost-retreat {
	    margin-top: 0;
	}

	.parent-height, .parent-ghost {
		height: 100%;
	}

	.parent-ghost:before {
	    content: "";
	    display: inline-block;
	    vertical-align: middle;
	    height: 100%;
	}

	.child-ghost {
	    display: inline-block;
	    vertical-align: middle;
		padding-bottom: 80px;
	}

	p.custom-text, .custom-text p, .overlaptxt1 li {
		-webkit-transform: translate3d(0,0,0);
		-moz-transform: translate3d(0,0,0);
		-ms-transform: translate3d(0,0,0);
		-o-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0);
	}

	#secondList li {
		-webkit-transform: scale3d(1,1,1);
		-moz-transform: scale3d(1,1,1);
		-ms-transform: scale3d(1,1,1);
		-o-transform: scale3d(1,1,1);
		transform: scale3d(1,1,1);
	}

	#firstList {
		margin-top: 0;
	}

	
	.contact {
	  right: 6%;
	  position: fixed;
	  top: 10%;
	  display: block;
	}	

	.backtoptop {
		position:fixed;
		bottom:12%;
		left:6%;
		right: auto;
	}

	.mail-icon {
		top: auto;
		bottom: 12%;
	}

	.overlaptxt1 li {
		margin:0 0 30px 50px;
	}

	.zelena{
		width: 64%;
	}	
	
} /*QE*/


@media screen and (min-width: 1200px){
	.logo {
		height: 104px;
		width: 104px;
	}

	.hello {
		margin-top:-250px!important;
	}

	.zelena {
		padding: 50px 80px;
		font-size: 100%;
	}	
} /*QE*/


@media screen and (min-width: 1700px){
	h1 {
		font-size: 40px;
	}

} /*QE*/



/*///////////////////////////////----------HELPER CLASSES----------///////////////////////////////*/

.img-responsive-max {
  display: block;
  height: auto;
  width: 100%;
}

.absolute {
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
}

.no-gutter > [class*="col-"] {
    padding-right:0;
    padding-left:0;
}


.center-btn {
	display:table;
	margin-left:auto;
	margin-right:auto;
}


.no-bg {
	background:none;
}

.brt0 {
	border-top:none;
}



.padtop0 {
	padding-top:0!important;
}

.padtop10 {
	padding-top:10px!important;
}

.padtop20 {
	padding-top:20px!important;
}

.padtop30 {
	padding-top:30px!important;
}

.padtop40 {
	padding-top:40px!important;
}

.padtop50 {
	padding-top:50px!important;
}

.padtop60 {
	padding-top:60px!important;
}

.padtop70 {
	padding-top:60px!important;
}

.padtop80 {
	padding-top:60px!important;
}

.padtop90 {
	padding-top:60px!important;
}

.padtop100 {
	padding-top:100px!important;
}

.padtop200 {
	padding-top:200px!important;
}

.padbottom0 {
	padding-bottom:0!important;
}

.padbottom10 {
	padding-bottom:10px!important;
}

.padbottom20 {
	padding-bottom:20px!important;
}

.padbottom30 {
	padding-bottom:30px!important;
}

.padbottom40 {
	padding-bottom:40px!important;
}

.padbottom50 {
	padding-bottom:50px!important;
}

.padbottom60 {
	padding-bottom:60px!important;
}

.padbottom70 {
	padding-bottom:70px!important;
}

.padbottom80 {
	padding-bottom:80px!important;
}

.padbottom90 {
	padding-bottom:90px!important;
}

.padbottom100 {
	padding-bottom:100px!important;
}

.padbottom150 {
	padding-bottom:150px!important;
}

.padbottom200 {
	padding-bottom:200px!important;
}

.margin0000 {
	margin:0!important;
}

.margintop0 {
	margin-top:0!important;
}

.margintop10 {
	margin-top:10px!important;
}

.margintop20 {
	margin-top:20px!important;
}

.margintop30 {
	margin-top:30px!important;
}

.margintop40 {
	margin-top:40px!important;
}

.margintop50 {
	margin-top:50px!important;
}

.margintop60 {
	margin-top:60px!important;
}

.margintop80 {
	margin-top:80px!important;
}

.margintop100 {
	margin-top:100px!important;
}

.margintop120 {
	margin-top:120px!important;
}

.margintop150 {
	margin-top:150px!important;
}

.margintop200 {
	margin-top:200px!important;
}

.margintop250 {
	margin-top:250px!important;
}

.marginbottom0 {
	margin-bottom:0px!important;
}

.marginbottom10 {
	margin-bottom:10px!important;
}

.marginbottom20 {
	margin-bottom:20px!important;
}

.marginbottom30 {
	margin-bottom:30px!important;
}

.marginbottom40 {
	margin-bottom:40px!important;
}

.marginbottom50 {
	margin-bottom:50px!important;
}

.marginbottom60 {
	margin-bottom:60px!important;
}

.marginbottom70 {
	margin-bottom:70px!important;
}

.marginbottom80 {
	margin-bottom:80px!important;
}

.marginbottom100 {
	margin-bottom:100px!important;
}

.marginbottom150 {
	margin-bottom:150px!important;
}

.marginbottom200 {
	margin-bottom:200px!important;
}

.marginbottom500 {
	margin-bottom:500px!important;
}












/* MARKO */
small ul {		padding: 0;	}
ol, ul {		margin-top: 20px;	}
ul.nav-tabs {	letter-spacing: 2px;	}
ul.nav-tabs {
	border-bottom: 0;
	width: 100%;
	margin: 0 auto;
	font-size:12px;
}
ul.nav-tabs > li,
ul.tab-content > li {
	margin-bottom: 0;
	width: 33.333%;
	text-align: center;
}
ul.tab-content > li {
	width: 100%;
	margin: 0 auto;
}
.nav-tabs > li > a,
.nav-tabs > li > a:focus,
.nav-tabs > li > a:hover,
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
	color: #000;
	background-color: transparent;
	border: 0;
	border-radius: 0;
	border-top: 0;
	padding: 20px 0;
	border-bottom-color: transparent;
}
.nav-tabs > li > a {		margin-right: 0; }
.nav-tabs > li > a:focus,
.nav-tabs > li > a:hover,
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
	color: #ff5000;
	background-color: transparent;
}
@media screen and (min-width: 480px) {
	ul.nav-tabs {		letter-spacing: 6px;	}
}
@media screen and (min-width: 768px) {
	ul.nav-tabs {		width: 66.666%;	}
}
/*.nav-tabs > li > a:hover {	border-color: transparent;	}*/
/*.nav > li > a:focus, .nav > li > a:hover {
	text-decoration: none;
	border-top: 0;
	background-color: transparent;
	color: #fff;
}*/






















