@charset "utf-8";

@import url('https://fonts.googleapis.com/css?family=Lato');




header .topbar {
	border-bottom:1px solid #767676;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9999;
	background: #fff;
}

header .topbar .container { position:relative; }

/* Language css */
header .topbar .container .lang {
	position:absolute;
	top:25px;
	right:0px;
	z-index:1001;
}
header .topbar .container .lang img {
	border:1px solid #000;
	cursor: pointer;
}
header .topbar .container .lang ul {
	list-style: none;
}
header .topbar .container .lang ul li {
	float: right;
	padding-left: 6px;
}
/* END Language css */


.padding-top { margin-top: 74px; } /* margine top inaltime header fix */
#section1 { display: block; position: relative; top: -74px; visibility: hidden; opacity: 0; }

	
/* Slider css */
.slider { margin-top: 74px; }
.slider .jl-slider_text { text-shadow:2px 2px 0 #000,   -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000; }
/* Slider css end */	
	
	
@media (min-width: 768px) {	
	
/* Menu css */ 
header .container .navbar {
	margin-bottom:0;
	background:#fff;
	border:0px;
}
header .container .navbar a {
	font:400 14px/21px "Lato", Helvetica, Arial, sans-serif;
	color:#000;
}

header .navbar-brand {
	display:block;
	padding:0;
	height:auto;
	max-width:325px;
}
header .navbar-brand img {
	padding:10px 0;
}

.navbar-default .navbar-nav {
	float:right;
	padding-right:140px;
	margin-top:5px;
}
.navbar-default .navbar-nav > li:hover > a { color:#006bb1; background-color:transparent !important; }
.navbar-default .navbar-nav > li > a::before { content: ""; display: block; position: absolute; bottom: 0; left: 0; width: 100%; height: 2px; background: #006bb1; opacity: 0; visibility: hidden; -webkit-transition: all 300ms ease-out; -moz-transition: all 300ms ease-out; -o-transition: all 300ms ease-out; transition: all 300ms ease-out; }
.navbar-default .navbar-nav > li:hover > a::before { opacity: 1; visibility: visible; }

header .navbar-nav > li > a {
	padding: 20px 10px 10px 10px;
	-webkit-transition: all ease-out .3s;
    -moz-transition: all ease-out .3s;
    -o-transition: all ease-out .3s;
    transition: all ease-out .3s;
	font-weight:bold !important;
}

.navbar-default .navbar-nav > .active > a { border-bottom:0px; background-color:transparent !important; color:#006bb1; }

header .navbar-nav > li .caret {
	-webkit-transition: all ease-out .2s;
    -moz-transition: all ease-out .2s;
    -o-transition: all ease-out .2s;
    transition: all ease-out .2s;
}

header .navbar-nav > li:hover .caret {
	transform:rotate(180deg);
}


.dropdown-menu > li.kopie > a {
    padding-left:5px;
}
 
.dropdown-submenu {
    position:relative;
}
.dropdown-submenu>.dropdown-menu {
   top:0;left:100%;
   margin-top:-6px;margin-left:-1px;
   -webkit-border-radius:0 6px 6px 6px;-moz-border-radius:0 6px 6px 6px;border-radius:0 6px 6px 6px;
 }
  
.dropdown-submenu > a:after {
  border-color: transparent transparent transparent #333;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  content: " ";
  display: block;
  float: right;  
  height: 0;     
  margin-right: -10px;
  margin-top: 5px;
  width: 0;
}
 
.dropdown-submenu:hover>a:after {
    border-left-color:#555;
 }

.dropdown-menu > li > a:hover, .dropdown-menu > .active > a:hover {
  text-decoration: none;
	color: #006bb1;
}

.dropdown-menu  {
	padding:0;
}
.dropdown-menu > li {
	border-bottom:1px solid #dddddd;
}
.dropdown-menu > li a {
	padding:8px 13px;
}
.dropdown-menu > li a::before {
	font-family: 'Glyphicons Halflings';
	font-size:9px;
    content: "\e250";
	padding-right:5px;
}
.dropdown-menu > li:last-child {
	border-bottom:0;
}
.dropdown-menu > li:last-child a {
	border-bottom:0;
	border-radius: 0px 0px 4px 4px;	
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
	color: #000;
	background-color: #dddddd;
}
}
	

@media (min-width: 768px) and (max-width: 1190px) {
	.navbar-default .navbar-nav {
		padding-right:0;
		margin-top:5px;
		width: 100%;
		display: table;
	}
	.navbar-default .navbar-nav > li {
		display: table-cell;
		float: none;
	}
	header .navbar-nav > li > a { padding-top: 0px; }
	.tableta {
		width: 100%;
	}
}

@media (max-width: 767px) {

	.topbar { height: 74px; }
	
  .navbar-nav  {
     display: inline;
  }
  
  .navbar-toggle { margin-top:18px; }
  
  .navbar-default .navbar-brand {
    display: inline;
  }
  .navbar-default .navbar-toggle .icon-bar {
    background-color: #000;
  }
  .navbar-default .navbar-nav .dropdown-menu > li > a {
    color: red;
    background-color: #ccc;
    border-radius: 4px;
    margin-top: 2px;   
  }
   .navbar-default .navbar-nav .open .dropdown-menu > li > a {
     color: #333;
   }
   .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
   .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
     background-color: #ccc;
   }
   
   

   .navbar-nav .open .dropdown-menu {
     border-bottom: 1px solid white; 
     border-radius: 0;
   }
  .dropdown-menu {
      padding-left: 10px;
  }
  .dropdown-menu .dropdown-menu {
      padding-left: 20px;
   }
   .dropdown-menu .dropdown-menu .dropdown-menu {
      padding-left: 30px;
   }

   li.dropdown.open {
    border: 0px solid red;
   }
   
header .navbar-nav > li > a {
	padding-top:15px;
	padding-bottom:15px;
}

	
/* Language mobile */
header .topbar .container .lang {
	position:absolute;
	top:18px;
	right:70px;
}
header .topbar .container .lang ul {
	background: #fff;
	border: 1px solid #D5D5D5;
	border-radius: 4px;
	padding: 5px;
}
header .topbar .container .lang ul li {
	float: none;
	padding: 15px 0 0 0;
	display: none;
}
header .topbar .container .lang ul:hover {
	background: #ddd;
}
header .topbar .container .lang ul:hover li {
	display: block;
}
/* END Language mobile */
	
	
	
/* STIL MENIU MOBILE */
.mobile {
	padding: 0;
}
.navbar {
	margin-bottom: 10px;
}
.navbar-default {
	background-color: #fff;
	border-color: #fff;
}
.navbar-default .navbar-collapse {
	border-color: transparent;
	max-height: 100vh;
	overflow: hidden;
	overflow-y: scroll;
}
.navbar-brand {
	padding: 20px 15px 15px 15px;
}
.navbar-brand > img {
	max-width: 170px;
}
.dropdown-menu > li > a {
	white-space: normal;
}
.navbar-nav .open .dropdown-menu > li > a {
	padding: 5px 15px 5px 10px;
}
/* END STIL MENIU MOBILE */

/* Slider css mobil */
.slider .jl-slider_text { font-size: 7em !important; line-height: 90px !important; width: 100% !important; left: 0 !important; }
/* Slider css end */
	
}

 
@media (min-width: 768px) {
  ul.nav li > ul.dropdown-menu {
    display: block;
	visibility:hidden;
	opacity:0;
	top: 120%;
	transform:scale(0.9);
	-webkit-transition: all ease-out .2s;
    -moz-transition: all ease-out .2s;
    -o-transition: all ease-out .2s;
    transition: all ease-out .2s;
  }
  ul.nav li:hover > ul.dropdown-menu {
	visibility:visible;
	opacity:1;
	top: 100%;
	transform:scale(1);
  }
  #navbar {
    text-align: center;
  }
}  
/* Menu css end */




.container-3d {
	position: relative;
	width: 100%;
	max-width: 360px;
	-webkit-perspective: 1000px;
	min-height:300px;
	perspective: 1000px;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	box-sizing: inherit;
	cursor:pointer;
}
.front {
	position:absolute;
	transform: rotateY(0deg);
	z-index: 2;
	transition: all 0.7s ease 0s;
	transform-style: preserve-3d;
	backface-visibility: hidden;
}
.container-3d:hover .front {
	position: absolute;
	transform: rotateY(-180deg);
}
.back {
	position:absolute;
	backface-visibility: hidden;
	transform: rotateY(180deg);
	z-index: 1;
	transition: all 0.7s ease 0s;
	transform-style: preserve-3d;
}
.container-3d:hover .back {
	transform: rotateY(0deg);
}
.back-wrap {
	position:absolute;
	top:11px;
	left:0px;
	backface-visibility: hidden;
	width:100%;
	text-align:center;
	color: #fff;
	font-size:16px;
	text-shadow: 0px 0px 3px rgba(0, 0, 0, 1);
	-webkit-font-smoothing: subpixel-antialiased;
}
.container-3d:hover .back-wrap { transform: translateZ(60px); }
.back-wrap h2 {
	font-size:20px;
	text-shadow:2px 2px 0 #000,   -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;	
}
.back-wrap p {
	text-shadow:2px 2px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
	color:#faff6f;
}
.container-3d:hover .back {
	-webkit-transform: rotateY(0deg);
	transform: rotateY(0deg);
		-webkit-font-smoothing: subpixel-antialiased;
}
.container-3d img {
	width:100%;
	border-radius: 4px;
}

.big-buttons {
	padding-top:10px;
	border-top:3px solid #042359;
	margin-bottom:20px;
}
.big-buttons img {
	max-width:100%;
	height:auto;
}
.big-buttons h1 {
	font-size: 34px;
	margin-bottom: 20px;
	line-height: 1.5;
	font-weight: bold;
	color: #042359;
	position: relative;
	padding-bottom: 10px;
}

@media (max-width: 599px) {
.big-buttons h1 {
	font-size: 26px;
}	
}

.big-buttons h1::before {
	position: absolute;
    bottom: 0;
    content: "";
    width: 50px;
    margin-left: -25px;
    height: 2px;
    left: 50%;
    background: #005498;
}


footer { background-color:#0c1a1e; min-height:300px; font-family: 'Open Sans', sans-serif; }
.footerleft { margin-top:50px; }
.logofooter { margin-bottom:10px; font-size:25px; color:#fff; font-weight:700;}

.footerleft p { color:#fff; font-size:12px !important; font-family: 'Open Sans', sans-serif; margin-bottom:15px;}
.footerleft p i { width:20px; color:#999;}


.paddingtop-bottom {  margin-top:50px;}
.footer-ul { list-style-type:none;  padding-left:0px; margin-left:2px;}
.footer-ul li { line-height:29px; font-size:12px;}
.footer-ul li a { color:#a0a3a4; transition: color 0.2s linear 0s, background 0.2s linear 0s; }
.footer-ul i { margin-right:10px;}
.footer-ul li a:hover {transition: color 0.2s linear 0s, background 0.2s linear 0s; color:#ff670f; }

.social:hover {
     -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
     -o-transform: scale(1.1);
 }
 
 

 
.icon-ul { list-style-type:none !important; margin:0px; padding:0px;}
.icon-ul li { line-height:75px; width:100%; float:left;}
.icon { float:left; margin-right:5px;}


.copyright { min-height:40px; background-color:#042359;}
.copyright p { text-align:left; color:#FFF; padding:10px 0; margin-bottom:0px;}
.heading7 { font-size:21px; font-weight:700; color:#d9d6d6; margin-bottom:22px;}
.post p { font-size:12px; color:#FFF; line-height:20px;}
.post p span { display:block; color:#8f8f8f;}
.bottom_ul { list-style-type:none; float:right; margin-bottom:0px;}
.bottom_ul li { float:left; line-height:40px;}
.bottom_ul li:after { content:"/"; color:#FFF; margin-right:8px; margin-left:8px;}
.bottom_ul li a { color:#FFF;  font-size:12px;}
 
 
div.rafturi-metalice {
	margin-bottom: 50px;
	overflow: hidden;
}
div.rafturi-metalice .galerie {
	margin: 0 -15px;
}
div.rafturi-metalice a {
	display: block;
	padding: 0 15px;
}
div.rafturi-metalice a img {
	max-width: 100%;
	height: auto !important;
	border:1px solid #868686;
	border-radius: 4px;
}
div.rafturi-metalice a:hover img {
	border:1px solid #000042;
}

 
 /* PARALLAX */
@media (min-width: 1300px) {
 .parallax-window {
    height: 600px;
}
}

@media (min-width: 900px) and (max-width: 1299px) {
 .parallax-window {
    height: 450px;
}
}

@media (min-width: 600px) and (max-width: 899px) {
 .parallax-window {
    height: 300px;
	background-size: cover !important;
}
}

@media (max-width: 599px) {
	.parallax-window {
		height: 250px;
		background-size: cover !important;
	}
	.txt-just { text-align: justify; }
}
/* PARALLAX END */


.gallery {
	margin-bottom:20px;	
}
.gallery a {
	display:block;
	margin-bottom:20px;
}
.gallery a img {
	width:100%;
	padding:5px;
	background-color:#FFFFFF;
	border:1px solid #868686;
	border-radius: 4px;
    box-shadow: 0 13px 39px -20px rgba(0,0,0,.43);
}
.gallery a:hover img {
	border:1px solid #000042;
}



a.scroll-to {
    position: absolute;
	top:0px;
    left: 50%;
    z-index: 3333;
    display: inline-block;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    color: #fff;
    letter-spacing: .1em;
    text-decoration: none;
    transition: opacity .3s;
}

a.scroll-to span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: sdb07 2s infinite;
  animation: sdb07 2s infinite;
  opacity: 0;
  box-sizing: border-box;
}
a.scroll-to span:nth-of-type(1) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
a.scroll-to span:nth-of-type(2) {
  top: 16px;
  -webkit-animation-delay: .15s;
  animation-delay: .15s;
}
a.scroll-to span:nth-of-type(3) {
  top: 32px;
  -webkit-animation-delay: .3s;
  animation-delay: .3s;
}


@-webkit-keyframes sdb07 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb07 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

a.list-group-item, button.list-group-item {
	color:rgba(0,0,0,1.00);	
}
a.list-group-item .glyphicon {
	margin-right:10px;
	
}