/*

 Theme Name:   Divi Child

 Template:     Divi

*/



@import url("../Divi/style.css");

@import url(http://fonts.googleapis.com/css?family=Raleway:400,300,200,500);

/* =Theme customization starts here

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





media="all"

#our_header

{

	padding: 0px 0px 50px 0px;

	margin-top: -80px;

}

#top-menu-nav li{
  font-family: 'Raleway', sans-serif;
  font-weight:400;
  line-height:1.4;
}


#main-header {background-color: rgba(255,255,255,0.6)!important;}



/*_SLIDER_SECTION_*/

.et_pb_slider .et_pb_slide 

{

	box-shadow: none;

}



/*_BUTTONS_*/

.et_pb_section a.smallsilver

{

    border: none;

    border-radius: 3px;

    background: #82c0c7;

    text-shadow: none;

    -webkit-box-shadow: none;

}



.et_pb_section a.small-button

{

    font-weight: normal !important;

    font-size: 20px;

}



/*_CUSTOM_SLIDE WIDTH*/

#post-35 .et_pb_container,

#home-gallery-one .et_pb_container

{

	width: 100%;

}

#post-35 .et_pb_slide_description,

#home-gallery-one .et_pb_slide_description

{

	padding: 0;

	margin: 0 auto;

	width: 100%;

}



/*_FIXED_BUTTON_WIDTH_*/

.button-fixed-width .fasc-size-medium

{

	width: 200px;

}



/*_FOOTER_*/

#footer-widgets .footer-widget li 

{

	padding: 0 0 0 14px;

}



#tri-custom-height { height: 500px; border:dashed; }



/*_MEDIA_QUERIES_*/

@media only screen and ( min-width: 1400px )

{

	.et_pb_text h2 { font-weight: 300; font-size: 46px; }

	.et_pb_text p { font-size: 18px; }

}





@media only screen and ( min-width: 1101px ) and ( max-width: 1400px )

{

	.et_pb_text h2 { font-weight: 300; font-size: 46px; }

	.et_pb_text p { font-size: 18px; }

}



@media only screen and ( min-width: 981px ) and ( max-width: 1100px )

{

    .et_pb_section a.small-button { font-size: 18px; }

}



@media only screen and ( max-width: 980px )

{

    .et_pb_section a.small-button { font-size: 17px; }

}



@media only screen and ( max-width: 767px )

{

    .et_pb_section a.small-button { font-size: 16px; }

}



@media only screen and ( max-width: 479px )

{

	.another .et_pb_slide_description { padding: 130px 67px; }

	.et_pb_section h2 {font-size:20px;}



	.dea-gallery .et_pb_slide_content { display: block !important; }

}


.wow {
   visibility: hidden;
}


#bttndemo{
  color: white;
}

.et_pb_text h2{
  color: white;
}

/* choose your environment button stylling */

.navigation {
width: 50%;
    height: auto;
    margin: auto;
    max-height: 40px;
    text-align: center;
    max-width: 250px;
    position: fixed;
    top: 20%;
    right: 5%;
	z-index: 234000;
  list-style: none;
  background: white;
  opacity: 0.7;
}

.navigation, .navigation a.navmain {
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}

.navigation:hover, .navigation:hover a.navmain {
  border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
}

.navigation a.navmain {
  display: block; 
  height: 40px;
  font: bold 1.125em/2.500em Raleway, sans-serif;
  text-align: center; 
  text-decoration: none; 
  font-weight: 400;
  color: #000; 
  1px 2px #434343 
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.navigation:hover a.navmain {
  color: rgba(255,255,255,0.9);
  background: #ffffff;
  color: #000000;
  transition: all 0.4s ease;
}

.navigation li { 
  width: inherit; 
  height: 40px;
  background: #F7F7F7;
  font: normal 12px/40px arial, sans-serif !important; 
  color: #000000;
  text-align: center;
  margin: 0;
  -webkit-transform-origin: 50% 0%;
  -o-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  -webkit-transform: perspective(350px) rotateX(-90deg);
  -o-transform: perspective(350px) rotateX(-90deg);
  transform: perspective(350px) rotateX(-90deg);
  box-shadow: 0px 2px 10px rgba(0,0,0,0.05);
  -webkit-box-shadow: 0px 2px 10px rgba(0,0,0,0.05);
  -moz-box-shadow: 0px 2px 10px rgba(0,0,0,0.05);
}

.navigation li.n1:hover, .navigation li.n2:hover,  .navigation li.n3:hover{
  background: #000000;
  color: #ffffff!important;
  transition: all 0.4s ease;
}

.navigation li:nth-child(even) { background: #F5F5F5; }
.navigation li:nth-child(odd) { background: #EFEFEF; }

.navigation li.n1 { 
  -webkit-transition: 0.2s linear 0.8s;
  -o-transition: 0.2s linear 0.8s;
  transition: 0.2s linear 0.8s;
}
.navigation li.n2 {
  -webkit-transition: 0.2s linear 0.6s;
  -o-transition: 0.2s linear 0.6s;
  transition: 0.2s linear 0.6s;
}
.navigation li.n3 {
  -webkit-transition: 0.2s linear 0.4s;
  -o-transition: 0.2s linear 0.4s;
  transition: 0.2s linear 0.4s;
}
.navigation li.n4 { 
  -webkit-transition:0.2s linear 0.2s;
  -o-transition:0.2s linear 0.2s;
  transition:0.2s linear 0.2s;
}
.navigation li.n5 {
  border-radius: 0px 0px 4px 4px;
  -webkit-transition: 0.2s linear 0s;
  -o-transition: 0.2s linear 0s;
  transition: 0.2s linear 0s;
}

.navigation:hover li {
  -webkit-transform: perspective(350px) rotateX(0deg);
  -o-transform: perspective(350px) rotateX(0deg);
  transform: perspective(350px) rotateX(0deg);
  -webkit-transition:0.2s linear 0s;
  -o-transition:0.2s linear 0s;
  transition:0.2s linear 0s;
}
.navigation:hover .n2 {
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.navigation:hover .n3 {
  -webkit-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.navigation:hover .n4 {
  transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.navigation:hover .n5 {
  -webkit-transition-delay: 0.8s;
  -o-transition-delay: 0.8s;
  transition-delay: 0.8s;
}




/* media query for 3d animation START*/

@media (max-width: 767px) {

  #environment {
    position: fixed;
    width: 100vh;
    top: -220px;
    perspective: 1500px;

  }
  #plxx01 > .et_pb_row{
    z-index: 10000;
  }

  .tile{
    display: none;
  }

  section#thirdspace.fadprox{
    max-width: 300px;
    max-height: 300px;
    right: 600%;
    top: 300%;
  }

    section#third.fadprox{
    max-width: 300px;
    max-height: 300px;
    right: 600%;
    top: 300%;
  }

  .navigation{
    max-height: 35px;
    bottom: 20%;
  }

  .navigation a.navmain{
    font-size: 1em;
  }

  #scroll-proxy{
    height: 1000px;
  }

}

/* media query for 3d animation END*/

.et_pb_promo_button{
  z-index: 105000;
  min-width: 150px;
}
/* ZOOM and move on mouseover START*/

  .tile {
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 10000;
  }

  .photo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transition: transform .5s ease-out;
  }



/* ZOOM and move on mouseover END*/


.steambutton{
  display: block;
  margin-left: auto;
  margin-right: auto;
}


img.steambutton{
  -webkit-backface-visibility: hidden;
    -webkit-transition: all 1s ease;
     -moz-transition: all 1s ease;
       -o-transition: all 1s ease;
      -ms-transition: all 1s ease;
          transition: all 1s ease;
}

img.steambutton:hover{
  transform:scale(1.1);
    -webkit-transition: all 1s ease;
     -moz-transition: all 1s ease;
       -o-transition: all 1s ease;
      -ms-transition: all 1s ease;
          transition: all 1s ease;
}


.youtube_channel.responsive .ytc_video_container {    /*razmak izmedju videa na youtube feed pluginu*/
padding-bottom:10%;
}

.more-link, div.pagination.clearfix a
{
    text-transform: uppercase;
    width:120px;
    height:50px;
    border:2px solid #34495e;
    float:left;
    text-align:center;
    cursor:pointer;
    position:relative;
    box-sizing:border-box;
    overflow:hidden;
    line-height:50px;
  transition:all .5s ease;
  z-index:2;
    }
    

    a.more-link:hover{
      transition:all .5s ease;
      background-color: #34495e;
      color: white;
    }

    div.pagination.clearfix a:hover{
      transition:all .5s ease;
      background-color: #34495e;
      color: white;
    }



    #s-share-buttons {
    padding-top:3%;
    }

.et_pb_blog_grid .et_pb_post img{
-webkit-transition: all 1s ease;
     -moz-transition: all 1s ease;
       -o-transition: all 1s ease;
      -ms-transition: all 1s ease;
          transition: all 1s ease;
}

.et_pb_blog_grid .et_pb_post img:hover{
-webkit-filter: blur(5px);
}


.ytc_video_container h3{
font-family:Raleway;
font-weight:300;
font-size:30px;
}

.ytc_description {
font-family:Raleway;
font-weight:300;
font-size:22px;
}




