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

@import url(https://fonts.googleapis.com/css?family=Roboto:400,500,300,100);
@import url(https://fonts.googleapis.com/css?family=Lora:400italic);
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);


/* ==================
 *
 *google fonts 
 *
 *===================*/

/* ==================
 *
 *var section 
 *
 *===================*/
/*****  font size  ******/
/*****  Colors  ******/
/* ==================
 *
 *	Reset Class Css
 *
 *===================*/
body {
  line-height: 24px;
  font-size: 14px;
  color: #80d6a3;
  font-weight: 400;
  color: #444;
  font-family: 'Roboto', sans-serif;
}

h1 {
  font-size: 48px;
}
h2 {
  font-size: 30px;
}
h3 {
  font-size: 50px;
}
h4 {
  font-size: 16px;
}
p {
  margin: 0px;
}
h1,h2,h3,h4,h5,h6,p {
  font-family:  "Playfair Display", serif;
  margin: 0px;
}
ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
a,
a:active,
a:focus,
a:active {
  text-decoration: none !important;
}
/* ==================
 *
 *  Global Class 
 *
 *===================*/
.btn {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 300;
  padding: 12px 25px;
  border-radius: 0;
}
.nav > li > a:hover,
.nav > li > a:focus {
  background: transparent;
}
.title {
  text-align: center;
  padding-bottom: 70px;
}
.title h2 {
  font-family: "Playfair Display", serif;
  font-style: italic;
  color: #C3A744;
  font-size: 30px;
  padding-bottom: 25px;
 
  display: inline-block;
  position: relative;
  font-weight: bold;
}

.title h3{
  font-family: "Playfair Display", serif;
  font-size: 22px;
  display: inline-block;
  position: relative;
  font-weight: bold;
  
}
.title h2:before {
    content: '';
    width: 40px;
    height: 2px;
    background: #C3A744;
    position: absolute;
    top: 18px;
    left: -60px;
}
.title h2:after {
    content: '';
    width: 40px;
    height: 2px;
    background: #C3A744;
    position: absolute;
    top: 18px;
    right: -60px;
}
.title p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  color: #817C7C;
}
#mixed-items .mix {
  display: none;
}
/* animation keyfrem */
@-webkit-keyframes wiggle {
  from {
    top: 10px;
  }
  to {
    top: 20px;
  }
}
@-moz-keyframes wiggle {
  from {
    top: 10px;
  }
  to {
    top: 20px;
  }
}
@-o-keyframes wiggle {
  from {
    top: 10px;
  }
  to {
    top: 20px;
  }
}
@keyframes wiggle {
  from {
    top: 10px;
  }
  to {
    top: 20px;
  }
}
/* ==================
 *
 *  section Class 
 *
 *===================*/

/* header style */
header {
  padding: 0px 0;
  vertical-align: middle;
  
  background: #2f2f2f url(../img/broken_noise.png) repeat;
}

header .navbar {
  height: auto;
  margin-bottom: 0;
}
.is-sticky #navigation {
  background: #fff;
  z-index: 1000;
  transition: 0.3s;
  width: 100%;
  padding: 0;
}

@media screen and (max-width: 600px) {
  .navbar-fixed-top {
    position:fixed;
  }
}
.navbar-brand {

  height: auto;
  vertical-align: middle;
}
.navbar-toggle {
  border-color: #fff;
  transition: 0.3s;
}
.navbar-toggle .icon-bar {
  background: #fff;
  transition: 0.3s;
}
.navbar-toggle:hover {
  border-color: red;
}
.navbar-toggle:hover .icon-bar {
  background: red;
}

.menu a {
  color: #fff;
  transition: 0.3s;
  
  font-size: 12px;
}
.menu a:before {
  content: "";
  position: absolute;
  left: 16px;
  bottom: 12px;
  width: 0;
  height: 1px;
  background: #C3A744;
  transition: 0.3s;
}
.menu a:hover {
  background: transparent;
  color: #C3A744;;
}

.menu .active a {
  color: #C3A744;;
}

.menu .active a:before{
  width: 25px;
}

.menu a:hover:before {
  width: 25px;
}

/* ------------------------ End Navbar On Top -----------------*/

/* -----------------------------*/

.podnaslov{
  font-family: "Satisfy", cursive;
  font-size: 26px;
  margin: 0;
  padding:  0;
  font-weight: 500;
  color:#C3A744;
  text-align: center;
  padding-top: 25px;
}
/* =================
   Home page style
   ================= */
#banner {
  background: url('../img/banner.jpg');
  background-size:cover;
  padding: 280px 0;
  position: relative;
}
@media screen and (max-width: 600px) {
  #banner {
    background: url('../img/banner.jpg');
  background-size:cover;
	 padding:  100px 0;
  }
}
#banner:before {
  position: absolute;
  z-index: 99;
  background: rgba(0, 0, 0, 0.53);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
}

#banner .block {
  position: relative;
  z-index: 999;
  color: #fff;
	
}
#banner .block h1 {
  padding-bottom: 25px;
  font-size: 55px;
  font-weight: 100;
  color: #80d6a3;
}
#banner .block h2 {
  font-size: 18px;
  line-height: 30px;
  font-weight: 300;
}

#play-video {
  padding: 110px 0; 
}


@media screen and (max-width: 600px) {
  #play-video:before {
    top: 5%;
    left:0%;
   width: 100%;
  }
}
#play-video .block {
  text-align: center;
  position: relative;
  top: 0%;
  left: 70%;
  width: 70%;
  height: auto;
}
@media screen and (max-width: 800px) {
  #play-video .block {
   
   text-align: center;
  position: relative;
  top: 0%;
  left: 15%;
  width: 70%;
  height: auto;
  }
}

/* Responsive layout img */
@media screen and (max-width: 600px) {
  #play-video .block  {
   
   text-align: center;
  position: relative;
  top: 0%;
  left: 15%;
  width: 70%;
  height: auto;
  }
}
#play-video .block h2 {
  text-align: center;
  color: #C3A744;
  padding-bottom: 30px;
  font-family: 'Lora', serif;
  font-size: 16px;
  line-height: 22px;
  margin-top: 10px;
}
#play-video .block p {
  text-align: center;
  color: #C3A744;
  padding-bottom: 30px;
  font-family: 'Lora', serif;
  font-size: 16px;
  line-height: 22px;
  margin-top: 10px;
}


#banner .scrolldown {
  position: absolute;
  left: 51%;
  bottom: 18%;
}
#banner .scrolldown .scroll {
  border-radius: 100px;
  width: 25px;
  height: 45px;
  position: absolute;
  left: 50%;
  margin: 0 0 0 -15px;
  display: inline-block;
  border: 1px solid #fff;
  z-index: 99;
}
#banner .scrolldown .scroll:after {
  background: #fff;
  border-radius: 300px;
  width: 4px;
  height: 9px;
  position: absolute;
  top: 10px;
  left: 50%;
  margin: 0 0 0 -2px;
  display: block;
  content: " ";
  -webkit-animation: wiggle 0.5s linear 0s infinite alternate;
  -moz-animation: wiggle 0.5s linear 0s infinite alternate;
  -o-animation: wiggle 0.5s linear 0s infinite alternate;
  animation: wiggle 0.5s linear 0s infinite alternate;
}
#story {
 padding: 150px 0;
 background-color: #3c3c3a;
   
}

#story .story-block p {
  font-family: "Merriweather", serif;
  font-size: 12px;
  color: #ffffff;
  line-height: 24px;
  padding: 8px 0;
	
}@media screen and (max-width: 800px) {
  #story .story-block p {
   
   padding: 20px 0;
  }
}

/* Responsive layout img */
@media screen and (max-width: 600px) {
  #story .story-block p {
   
    padding: 20px 0;
  }
}

/* Responsive layout img */

@media screen and (max-width: 800px) {
  .showcase-img img {
   
    max-width: 80%;
  }
}

/* Responsive layout img */
@media screen and (max-width: 600px) {
  .showcase-img img {
   
    max-width: 80%;
  }
}

/* offer */
#offer {
 padding: 150px 0;
 background-color: #000000;
}
#offer .story-block p {
  font-family: "Merriweather", serif;
  font-size: 12px;
  color: #ffffff;
  line-height: 24px;
  padding: 10px 0;
}
@media screen and (max-width: 600px) {
  #offer .story-block p {
   
   padding-top: 0px;
	  padding-bottom: 20px;
  }
}
@media screen and (max-width: 800px) {
  #offer .story-block p {
   
       padding-top: 0px;
	  padding-bottom: 20px;
  }
}

/* Responsive layout img */


#offer .showcase-img img{
  width: 375px;
}
@media screen and (max-width: 600px) {
  #offer .showcase-img img {
   
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 800px) {
  #offer .showcase-img img {
   
    padding-bottom: 30px;
  }
}


/* our team */
#our-team {
  padding: 150px 0;
  background-color: #3c3c3a;
}

#our-team p {
  font-family: "Merriweather", serif;
  font-size: 12px;
  color: #ffffff;
  line-height: 24px;
  padding: 18px 0;
}
#our-team .showcase-img img{
  width: 375px;
}


/* ----------------------------*/



/*work with us*/

#work {
  padding: 150px 0;
  background-color: #000000;
}
#work .story-block p {
  font-family: "Merriweather", serif;
  font-size: 12px;
  color: #ffffff;
  line-height: 24px;
  padding: 8px 0;
}
#work .showcase-img img{
  width: 375px;
}
@media screen and (max-width: 600px) {
  #work .showcase-img img {
   
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 800px) {
  #work .showcase-img img {
   
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 800px) {
  #work .story-block p {
	  padding-top: 0px;
	  padding-bottom: 20px;
     }
}
@media screen and (max-width: 600px) {
  #work .story-block p {
   padding-top: 0px;
   padding-bottom: 20px;

  }
}
/*project*/
#project {
  padding: 150px 0;
  background-color: #3c3c3a;
}
#project .story-block p {
  font-family: "Merriweather", serif;
  font-size: 12px;
  color: #ffffff;
  line-height: 24px;
  padding: 65px 0;
}
#project .showcase-img img{
  width: 375px;
}
@media screen and (max-width: 600px) {
  #project .story-block p {
   
    padding: 20px 0;
  }
}
@media screen and (max-width: 800px) {
  #project .story-block p {
   
    padding: 20px 0;
  }
}




/* ================ Home end ========================= */
/* =====================
   contact page style
   ===================== */
/* Contact */
#contact .bck-ground {
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../img/contact-back.jpg) fixed center center;
  background-size: cover;
  padding: 150px 0;
}

#contact .contact-block .icon-box {
  margin-bottom: 24px;
}
#contact .contact-block .icon-box i {
  display: inline-block;
  line-height: 1;
  font-size: 60px;
  transition: 0.3s;
  color: #C3A744;
}
#contact .contact-block .icon-box-send i {
  display: inline-block;
  padding-right: 5px;
  font-size: 20px;
  transition: 0.3s;
  color: #C3A744;
}

#contact .contact-block span {
  line-height: 1;
  display: inline-block;
  color: #fff;
}
#contact .contact-block h4 {
  font-size: 20px;
  color: #b1b1b1;
  position: relative;
  text-transform: none;
  margin-bottom: 10px;
  font-weight: 400;
}
#contact .contact-block h3 {
 
  color: #b1b1b1;
  position: relative;
  font-family: "Merriweather", serif;
  font-size: 14px;
 
  line-height: 24px;
}
#contact .contact-block p {
  font-family: "Merriweather", serif;
  font-size: 11px;
  color: #fff;
  line-height: 24px;
  padding-top: 20px;
  text-align: left;
}
#contact li{
  font-size: 15px;
 
  color: #fff;
  padding-left: 20px;
}
#contact label{
 font-family: "Merriweather", serif;
  font-size: 11px;
  font-weight: normal;
  

  color: #fff;
}
#contact .form-control:focus {
        border-color: #C3A744;
        box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px rgba(195, 167, 68, 0.5);
    }

#contact .btn{
  border: 1px solid #fff;
  color: #fff;
  border-radius: 25px;
  margin: 0 7px;
  padding: 10px 22px;
  font-family: "Merriweather", serif;
  font-size: 14px;
  transition: 0.3s;
  background: #C3A744;
}
#contact .btn:hover{
  border: 1px solid #fff;
  color: #666;
  border-radius: 25px;
  margin: 0 7px;
  padding: 10px 22px;
  font-family: "Merriweather", serif;
  font-size: 14px;
  transition: 0.3s;
  background: #f0cd51;
}
/* ================ Contact end ========================= */


footer {
  background: #202322;
  padding: 42px 0 42px 0;
  text-align: center;
}
footer p {
  font-family: "Merriweather", serif;
  font-size: 10px;
  line-height: 2;
  padding-top: 15px;
  color: #fff;
  font-weight: normal;
}







/* and custom poster */




/* ================== responsive =========================*/

/* Responsive layout img */

@media screen and (max-width: 800px) {
  .showcase-img img {
   
    max-width: 80%;
  }
}

/* Responsive layout img */
@media screen and (max-width: 600px) {
  .showcase-img img {
   
    max-width: 80%;
  }
}




/* Responsive layout img */





/* Responsive layout img */


@media screen and (max-width: 800px) {
  .offer-block p {
   
  font-family: "Merriweather", serif;
  font-size: 12px;
  color: #fff;
  line-height: 24px;
 
  }
}
@media screen and (max-width: 600px) {
  .offer-block p {
   
  font-family: "Merriweather", serif;
  font-size: 12px;
  color: #fff;
  line-height: 24px;
  
 
  }
}
/* Responsive layout img */
@media screen and (max-width: 800px) {
  #story .story-block p {
   
   padding: 20px 0;!important
  }
}

/* Responsive layout img */
@media screen and (max-width: 600px) {
   #story .story-block p {
   
   padding: 20px 0;!important
  }
}
#story .showcase-img img{
  width: 375px;
}






















