* {
 box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
body {
  background: #ffffff;
  color:#1c1a1a;
  font-family: 'Roboto', sans-serif;
  margin:0;
  padding:0;
  line-height:1.4;
}

/****************************************** Menu **********************************************/
.main_h {
  position: fixed;
  top: 0px;
  max-height: 70px;
  z-index: 999;
  width: 100%;
  padding-top: 17px;
  overflow: hidden;
  -webkit-transition: all 0.3s ;
  transition: all 0.3s;
  opacity: 0;
  top: -100px;
  padding-bottom: 6px;
}
.open-nav {
  max-height: 400px !important;
}
.open-nav .mobile-toggle {
  transform: rotate(-90deg);
  -webkit-transform: rotate (-90deg);
}
.sticky {
  opacity: 1;
  top: 0px;
  background:#1c1a1a;
  border-bottom:2px solid #b3b3b3;
}
.img-land {
  width: 145px;
  height:auto;
  float: left;
  margin-left:8%;
  display: block;
  margin-top:-14px;
}
nav {
  float:right;
  width: 60%;
  margin-top:-10px;
}
nav ul {
  list-style: none;
  overflow: hidden;
  text-align:left;
  float:left;
}
nav ul li {
  display: inline-block;
  margin-left: 25px;
}
nav ul li span {
  font-weight:800;
}
nav ul a {
  color:#b3b3b3;
  font-weight:500;
  font-size: 18px;
  text-decoration:none;
}
.mobile-toggle {
  display: none;
  cursor: pointer;
  position: absolute;
  right: 22px;
  top: 0;
  width: 30px;
  -webkit-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}
.mobile-toggle span {
  width: 40px;
  height: 6px;
  margin-bottom: 6px;
  border-radius: 1000px;
  background: #b3b3b3;
  display: block;
}
.now {
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding: 0 2%;
}

/************************************** a effect **************************************/
a {
  position: relative;
  color: inherit;
  text-decoration: none;
  line-height: 24px;
}
a:before, a:after {
  content: '';
  position: absolute;
  transition: transform .5s ease;
}
 
.effect1 {
  padding-top: 10px;
}
.effect1:before {
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 3px;
  background:#b3b3b3;
  transform: scaleX(0);
}
.effect1:hover:before {
  transform: scaleX(1);
}

/************************************** Slider **************************************/
.intro {
    position: relative;
    width: 100%;
    height: 100vh;
    border-bottom:2px solid #ffffff;
}
.intro .left {
    float: left;
    height: 100%;
    width: 60%;
    padding: 40px;
    display: table;
    background: rgb(40,78,132);
    background: rgb(28,26,26);
    background: linear-gradient(180deg, rgba(28,26,26,0.65) 0%, rgba(28,26,26,0.65) 100%), url(slike/img1.jpg);
    background-position: center;
    background-repeat:no-repeat;
    background-size: cover;
    color:#e0e0e0;
    border-right:2px solid #ffffff;
}
.left > div {
    display: table-cell;
    vertical-align: middle;
}
.intro .left h2 {
    font-size: 52px;
    margin-bottom: 30px;
}
.intro .left h2 + p {
  font-size: 18px;
  margin-bottom: 30px;
}
.intro .slider {
    float: right;
    position: relative;
    width: 40%;
    height: 100%;
}
.intro .slider li {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    transition: clip .7s ease-in-out, z-index 0s .7s;
    clip: rect(0, 100vw, 100vh, 100vw);
    display: table;
}
.intro .slider .center-y {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    color: #ffffff;
}
.intro .slider h3 {
    font-size: 18px;
}
.intro .slider h3 + a {
    font-size: 18px;
    display: inline-block;
    color: #b3b3b3;
    border:2px solid #b3b3b3;
    border-radius:16px;
    padding:2px 16px;
    margin-top: 20px;
    transition: transform .2s;
}
.intro .slider h3 + a:hover {
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    border:none; 
}
.intro .slider h3, h3 + a {
    opacity: 0;
    transition: opacity .7s 0s, transform .5s .2s;
    transform: translate3d(0, 50%, 0);
}
.intro .slider li.current h3, li.current h3 + a {
    opacity: 1;
    transition-delay: 1s;
    transform: translate3d(0, 0, 0);
}
.intro .slider li.current {
    z-index: 1;
    clip: rect(0, 100vw, 100vh, 0);
}
.intro .slider li.prev {
    clip: rect(0, 0, 100vh, 0);
}
.intro .slider nav {
    position:absolute;
    width:120px;
    bottom: 4%;
    left:40%;
    text-align: center;
    z-index: 10;
}
.intro .slider nav a {
    display: inline-block;
    border-radius: 50%;
    width: 12px;
    height: 12px;
    min-width: 12px;
    min-height: 12px;
    background: #fff;
    margin: 10px;
  transition: transform .3s;
}
.intro .slider a.current_dot {
    transform: scale(1.4);
}

/************************************** Info **************************************/
.info {
position:relative;
margin:50px auto;
display:flex;
flex-wrap:wrap;
width:1200px;
height:auto;
}
.info .info-grid {
position:relative;
float:left;
width:550px;
height:auto;
font-size:18px;
margin:0px 0px 0px 32px;
text-align:center;
border:2px solid #000000;
border-radius:12px;
}
.info .info-grid h1 {
font-size:38px;
margin:3px auto;
color:#af8302;
}
.info .info-grid h6 {
font-size:18px;
margin:3px auto;
font-style:italic;
}
.info .info-grid p {
font-size:18px;
margin:3px auto;
}

/************************************** Services **************************************/
.container {
position:relative;
margin:50px auto;
display:flex;
flex-wrap:wrap;
width:1200px;
height:auto;
background:#1c1a1a;
color:#b3b3b3;
border-radius:12px;
}
.container .box {
position:relative;
float:left;
width:550px;
height:auto;
margin:0px 0px 0px 32px;
text-align:center;
}
.container .box img {
position:relative;
display:block;
width:200px;
height:auto;
margin:auto;
border:2px solid #b3b3b3;
border-radius:6px;
}
.container .box p {
font-size:18px;
text-align:left;
}
.container .box i {
font-size:8px;
color:#b3b3b3;
margin:0px 8px 0px 0px;
}
.container .box span {
color:#af8302;
}
.container .box .center p {
text-align:center;
}

/************************************** About us **************************************/
.present {
position:relative;
margin:50px auto;
display:flex;
flex-wrap:wrap;
width:1200px;
height:auto;
}
.present .present-box {
position:relative;
float:left;
width:550px;
height:auto;
margin:0px 0px 0px 32px;
text-align:center;
}
.present .present-box img {
position:relative;
display:block;
width:380px;
height:auto;
margin:200px auto;
}
.present p {
font-size:18px;
text-align:left;
}

/************************************** Gallery **************************************/
.gallery-container {
position:relative;
margin:50px auto;
display:flex;
flex-wrap:wrap;
width:1200px;
height:auto;
}
.gallery-container .gallery-item {
position:relative;
float:left;
width:350px;
height:auto;
font-size:18px;
margin:38px 0px 0px 38px;
text-align:center;
}
.gallery-container .gallery-item img {
width: 100%;
height: 100%;
-webkit-transform: scale(1);
transform: scale(1);
-webkit-transition: 1s ease-in-out;
transition: 1s ease-in-out;
}
.gallery-container .gallery-item p {
margin:-6px auto;
font-size:16px;
line-height:1.2;
}
.gallery-container .gallery-item img:hover {
-webkit-transform: scale(1.1);
transform: scale(1.1);
}
.lightbox {
    position: fixed;
    display: none;
    background-color: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;              
    overflow: auto;
    top: 0;
    left: 0;
}
.lightbox-content {
    position: relative;
    width: 30%;
    height: auto;
    margin: 8% auto;
}
.lightbox-content img {
    border-radius: 7px;
    box-shadow: 0 0 3px 0 rgba(225, 225, 225, .25);
    width: 100%;
    height: auto;
    object-fit: cover;
}
.lightbox-prev,
.lightbox-next {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    padding: 16px;
    top: 45%;
    cursor: pointer;
}
.lightbox-prev {
    left: 0;
}
.lightbox-next {
    right: 0;
}
.lightbox-prev:hover,
.lightbox-next:hover {
    opacity: .8;
}

/****************************************** Contact **********************************************/
.contact {
position:relative;
margin:50px auto;
display:flex;
flex-wrap:wrap;
width:1200px;
height:auto;
background:#1c1a1a;
color:#b3b3b3;
border-radius:12px;
}
.contact .row {
position:relative;
float:left;
width:350px;
height:auto;
margin:38px 0px 0px 38px;
text-align:center;
}
.contact .row h1 {
font-size:38px;
color:#af8302;
text-align:center;
}
.contact .row p {
font-size:18px;
text-align:center;
font-style:italic;
}
.contact .row:before {
content:'';
width:50%;
height:100%;
position:absolute;
top:0;
left:0;
z-index:1;
pointer-events:none;
}
form {
transition:all 4s ease-in-out;
}
.form-control {
width:100%;
background:transparent;
border:none;
outline:none;
border-bottom:2px solid #af8302;
color:#b3b3b3;
font-size:18px;
margin-bottom:16px;
} 
input {
height:45px;
}
form.submit {
background:none;
border-color:transparent;
font-size:18px ;
font-weight:bold;
letter-spacing:2px ;
height:60px ;
margin-top:20px ;
} 
form.submit:hover {
background-color:#ffffff ;
cursor:pointer;
} 

/************************************* Button up ************************************/
.gototop {
  position: fixed;
  display: block;
  font-size:30px;
  border-radius:4px;
  color:#ffffff;
  bottom: 90px;
  right: 30px;
  padding:2px 10px;
  background:#af8302;
  margin-right: -30px;
  opacity: 0;
  transition: opacity .3s ease, margin-right .5s ease-out;
  z-index:15;
}
.visible {
  transition: opacity .3s ease, margin-right .5s ease-out;
  margin-right: 0px;
  opacity: 1;
}

/************************************* Button facebook ************************************/
.gotofacebook {
  position: fixed;
  display: block;
  font-size:42px;
  color:#284e84;
  bottom: 30px;
  right: 30px;
  margin-right: -30px;
  opacity: 0;
  transition: opacity .3s ease, margin-right .5s ease-out;
  z-index:15;
}
.posible {
  transition: opacity .3s ease, margin-right .5s ease-out;
  margin-right: 0px;
  opacity: 1;
}

/****************************************** Footer **********************************************/
.copyright {
  position:relative;
  width: 100%;
  height:42px;
  float: left;
  text-align:center;
  margin:50px 0px 0px 0px;
  background:#1c1a1a;
  color:#b3b3b3;
  font-size:18px;
}
.copyright p {
  margin:10px auto;
}

/****************************************** Animation **********************************************/
 .bounce-up {
 opacity: 0;
 -moz-transition: all 700ms ease-out;
 -webkit-transition: all 700ms ease-out;
 -o-transition: all 700ms ease-out;
 transition: all 700ms ease-out;
 -moz-transform: translate3d(0px, 200px, 0px);
 -webkit-transform: translate3d(0px, 200px, 0px);
 -o-transform: translate(0px, 200px);
 -ms-transform: translate(0px, 200px);
 transform: translate3d(0px, 200, 0px);
 -webkit-backface-visibility: hidden;
 -moz-backface-visibility: hidden;
 backface-visibility: hidden;
}
.bounce-up.in-view {
 opacity: 1;
 -moz-transform: translate3d(0px, 0px, 0px);
 -webkit-transform: translate3d(0px, 0px, 0px);
 -o-transform: translate(0px, 0px);
 -ms-transform: translate(0px, 0px);
 transform: translate3d(0px, 0px, 0px);
}
.bounce-up h1 {
font-size:28px;
text-align:center;
color:#af8302;
}
.bounce-up .border-line {
position:relative;
margin:auto;
width:220px;
height:2px;
background:#af8302;
}

/****************************************** @media **********************************************/
/******************************************************************************************/
@media (max-width: 1480px) {
.lightbox-content {
    width: 38%;
}
}
@media (max-width: 1380px) {
    .lightbox-content {
        width: 42%;
    }
}
@media (max-width: 1300px) {
.lightbox-content {
    width: 42%;
}
}

@media only screen and (max-width: 1080px) {
.main_h {
  padding-top: 30px;
}
nav {
  width: 100%;
}
.img-land {
  margin-top:-26px;
}
nav ul {
  padding-top: 10px;
  margin-bottom: 22px;
  float: none;
  width:100%;
}
nav ul li {
  padding: 8px 0;
  width:70%;
  margin-left:90px;
  text-align:center; 
  display: block;
}
nav ul a {
font-size: 16px;
}
.mobile-toggle {
  display: block;
  margin-top:-12px;
  margin-right:5%;
}
.info {
width:750px;
}
.info .info-grid {
width:320px;
}
.container {
width:750px;
}
.container .box {
width:320px;
}
.present {
width:750px;
}
.present .present-box {
width:320px;
}
.present .present-box img {
width:300px;
}
.gallery-container {
width:750px;
}
.gallery-container .gallery-item {
width:320px;
}
.contact {
width:750px;
}
.contact .row {
width:320px;
}
.lightbox-content {
    width: 84%;
}
.animation-element {
 width: 100%;
}
}

@media only screen and (max-width: 770px) {
nav ul li {
  margin-left:29px;
}
.img-land {
  margin-top:-26px;
}
.mobile-toggle {
top:3px;
}
.intro .left {
    width: 100%;
    height: 30%;
    padding:30px;
    border-bottom:2px solid #ffffff;
}
.intro .left h2 {
    font-size:32px;
    margin-bottom: 20px;
}
.intro .left h2 + p {
  margin-bottom: 20px;
}
.intro .slider {
    width: 100%;
    height: 70%;
}
.intro .slider nav {
    left:34%;
}
.info {
width:100%;
}
.info .info-grid {
float:none;
width:360px;
margin:12px auto;
}
.info .info-grid h1 {
font-size:28px;
}
.info .info-grid h6 {
font-size:16px;
}
.info .info-grid p {
font-size:16px;
}
.container {
width:100%;
border-radius:0px;
}
.container .box {
width:360px;
margin:12px auto;
}
.container .box img {
width:100px;
margin:0px 0px 0px 14px;
float:left;
}
.container .box p {
font-size:16px;
}
.present {
width:100%;
}
.present .present-box {
width:360px;
margin:12px auto;
}
.present .present-box img {
width:100%;
margin:auto;
}
.present p {
font-size:16px;
}
.gallery-container {
width:100%;
}
.gallery-container .gallery-item {
width:360px;
margin:20px auto;
}
.lightbox-content {
    width: 84%;
    margin: 20% auto;
}
.contact {
width:100%;
border-radius:0px;
}
.contact .row {
width:360px;
margin:12px auto;
}
.contact .row h1 {
font-size:28px;
}
.contact .row p {
font-size:16px;
}
.form-control {
font-size:16px;
}
form.submit {
font-size:16px ;
}
.bounce-up h1 {
font-size:22px;
}
.bounce-up .border-line {
width:180px;
}
.copyright {
  font-size:16px;
}
}

@media only screen and (max-width: 420px) {
.lightbox-content {
    width: 98%;
}
}

@media only screen and (max-width: 380px) {
.info .info-grid {
width:310px;
}
.container .box {
width:310px;
}
.container .box img {
width:80px;
margin:0px 0px 0px 14px;
}
.present .present-box {
width:310px;
}
.gallery-container .gallery-item {
width:310px;
}
.contact .row {
width:310px;
}
}
