body{
    background-color: #333;
}
.container-width{
    width: 80vw;
    margin: 0 auto;
    color: #d8d8d8;
}

a:link, a:visited {
    text-decoration: none;
}

/*------------------Ozadje------------------*/

#wrapper {
    text-align: justify;
    background: rgba(35,35,35,1);
    background: -moz-linear-gradient(top, rgba(35,35,35,1) 0%, rgba(46,46,46,1) 50%, rgba(35,35,35,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(35,35,35,1)), color-stop(50%, rgba(46,46,46,1)), color-stop(100%, rgba(35,35,35,1)));
    background: -webkit-linear-gradient(top, rgba(35,35,35,1) 0%, rgba(46,46,46,1) 50%, rgba(35,35,35,1) 100%);
    background: -o-linear-gradient(top, rgba(35,35,35,1) 0%, rgba(46,46,46,1) 50%, rgba(35,35,35,1) 100%);
    background: -ms-linear-gradient(top, rgba(35,35,35,1) 0%, rgba(46,46,46,1) 50%, rgba(35,35,35,1) 100%);
}

/*------------------Glavni meni------------------*/

#nav-menu {
    background: #282828;
    width:100vw;
    top: 0;
    position: fixed;
    z-index: 1;
    opacity: 0.95;
    -webkit-box-shadow: inset 0px -1px 0px 0px rgba(10,10,10,1);
    -moz-box-shadow: inset 0px -1px 0px 0px rgba(10,10,10,1);
    box-shadow: inset 0px -1px 0px 0px rgba(10,10,10,1);
}

.logo a{
    text-decoration: none !important;
    padding-top: 12px;
    float: left;
    font-size: 180%;
    font-family: 'Ek Mukta', sans-serif;
    letter-spacing: 4px;
    color: #adadad;
    margin-top:auto;
    text-transform: uppercase;
}

.logo a:hover {
    text-decoration: none !important;
    color: #019c4e;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

#nav {
	margin-top:0px;
    float:right;
}

#nav ul {
	list-style:none;
	position:relative;
	float:left;
	margin:0;
	padding:0;
}

#nav ul a {
	display:block;
	color:#adadad;
	text-decoration:none;
	font-weight:700;
	font-size:90%;
	line-height:60px;
	padding:0 15px;
    font-family: 'Ek Mukta', sans-serif;
    text-transform: uppercase;
}
#nav ul a:hover {
    color: #019c4e;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

#nav ul li {
	position:relative;
	float:left;
	margin:0;
	padding:0;
}

#nav ul li:hover {
	background: #202020;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

#nav ul ul {
	display:none;
	position:absolute;
	top:100%;
	left:0;
	background: #282828;
	padding:0;
}

#nav ul ul li {
	float:none;
	width: 225px;
    z-index: 2;
    background: #202020;
}

#nav ul ul a {
	line-height:100%;
	padding:10px 15px;
}

#nav ul li:hover > ul
{
	display:block
}

/*------------------Prikazna okna - Jumbotron------------------*/

.first{
    background: url(img/jt.jpg) no-repeat center center;
    background-attachment: fixed;
    background-size: cover;
    background-color: #232323 !important; 
    -webkit-box-shadow: inset 0px 0px 53px 8px rgba(0,0,0,0.75);
    -moz-box-shadow: inset 0px 0px 53px 8px rgba(0,0,0,0.75);
    box-shadow: inset 0px 0px 53px 8px rgba(0,0,0,0.75);
}

.content-jt1 h1{
    text-align: center;
    font-size: 3em !important;
    margin-top: 130px;
    padding-top: 15%;
    color: #ffffff !important;
    font-family: 'Ek Mukta', sans-serif;
    text-shadow: 0px 2px 3px #000;
    font-weight: bold;
}

.content-jt1 p{
    font-size: 1.1em !important;;
    text-align: center;
    color: #ffffff !important;
    font-family: 'Ek Mukta', sans-serif;
    text-shadow: 0px 2px 2px #000;
    font-weight: bold;
}

.content-jt1 .jt-button, .arrow-nav{
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    width: 130px;
}

.second{
    background: url(img/jt2.jpg) no-repeat center center;
    background-attachment: fixed;
    background-size: cover;
    background-color: #232323 !important; 
    -webkit-box-shadow: inset 0px 0px 53px 8px rgba(0,0,0,0.75);
    -moz-box-shadow: inset 0px 0px 53px 8px rgba(0,0,0,0.75);
    box-shadow: inset 0px 0px 53px 8px rgba(0,0,0,0.75);
}

.content-jt2 h1{
    text-align: center;
    font-size: 2.5em !important;
    margin-top: 20px;
    padding-top: 15%;
    color: #ffffff !important;
    font-family: 'Ek Mukta', sans-serif;
    text-shadow: 0px 2px 3px #000;
    font-weight: bold;
    text-transform: uppercase;
}

.content-jt2 p{
    font-size: 1.1em !important;;
    text-align: center;
    color: #ffffff !important;
    font-family: 'Ek Mukta', sans-serif;
    text-shadow: 0px 2px 2px #000;
    font-weight: bold;
}

.content-jt2 .jt-button, .arrow-nav{
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    width: 130px;
}

.third{
    background: url(img/jt3.jpg) no-repeat center center;
    background-attachment: fixed;
    background-size: cover;
    background-color: #232323 !important; 
    -webkit-box-shadow: inset 0px 0px 53px 8px rgba(0,0,0,0.75);
    -moz-box-shadow: inset 0px 0px 53px 8px rgba(0,0,0,0.75);
    box-shadow: inset 0px 0px 53px 8px rgba(0,0,0,0.75);
}

.content-jt3 h1{
    text-align: center;
    font-size: 2.5em !important;
    padding-top: 21%;
    color: #ffffff !important;
    font-family: 'Ek Mukta', sans-serif;
    text-shadow: 0px 2px 3px #000;
    font-weight: bold;
    text-transform: uppercase;
}

.content-jt3 p{
    font-size: 1.1em !important;;
    text-align: center;
    color: #ffffff !important;
    font-family: 'Ek Mukta', sans-serif;
    text-shadow: 0px 2px 2px #000;
    font-weight: bold;
}

.content-jt3 .jt-button, .arrow-nav{
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    width: 130px;
}

/*----------------------Prikazna ozadja za podstrani - Jumbotron----*/

.maca{
    background: url(img/maca.jpg) no-repeat center center;
    background-attachment: fixed;
    background-size: cover;
    background-color: #232323 !important; 
    -webkit-box-shadow: inset 0px 0px 53px 8px rgba(0,0,0,0.75);
    -moz-box-shadow: inset 0px 0px 53px 8px rgba(0,0,0,0.75);
    box-shadow: inset 0px 0px 53px 8px rgba(0,0,0,0.75);
}

.content-maca h1{
    text-align: center;
    font-size: 2.5em !important;
    margin-top: 130px;
    padding-top: 15%;
    color: #ffffff !important;
    font-family: 'Ek Mukta', sans-serif;
    text-shadow: 0px 2px 3px #000;
    font-weight: bold;
    text-transform: uppercase;
}

.content-maca p{
    font-size: 1.1em !important;;
    text-align: center;
    color: #ffffff !important;
    font-family: 'Ek Mukta', sans-serif;
    text-shadow: 0px 2px 2px #000;
    font-weight: bold;
}

.ginseng{
    background: url(img/ginseng.jpg) no-repeat center center;
    background-attachment: fixed;
    background-size: cover;
    background-color: #232323 !important; 
    -webkit-box-shadow: inset 0px 0px 53px 8px rgba(0,0,0,0.75);
    -moz-box-shadow: inset 0px 0px 53px 8px rgba(0,0,0,0.75);
    box-shadow: inset 0px 0px 53px 8px rgba(0,0,0,0.75);
}

.content-ginseng h1{
    text-align: center;
    font-size: 2.5em !important;
    margin-top: 130px;
    padding-top: 15%;
    color: #ffffff !important;
    font-family: 'Ek Mukta', sans-serif;
    text-shadow: 0px 2px 3px #000;
    font-weight: bold;
    text-transform: uppercase;
}

.content-ginseng p{
    font-size: 1.1em !important;;
    text-align: center;
    color: #ffffff !important;
    font-family: 'Ek Mukta', sans-serif;
    text-shadow: 0px 2px 2px #000;
    font-weight: bold;
}

.ganoderma{
    background: url(img/ganoderma.jpg) no-repeat center center;
    background-attachment: fixed;
    background-size: cover;
    background-color: #232323 !important; 
    -webkit-box-shadow: inset 0px 0px 53px 8px rgba(0,0,0,0.75);
    -moz-box-shadow: inset 0px 0px 53px 8px rgba(0,0,0,0.75);
    box-shadow: inset 0px 0px 53px 8px rgba(0,0,0,0.75);
}

.content-ganoderma h1{
    text-align: center;
    font-size: 2.5em !important;
    margin-top: 110px;
    padding-top: 15%;
    color: #ffffff !important;
    font-family: 'Ek Mukta', sans-serif;
    text-shadow: 0px 2px 3px #000;
    font-weight: bold;
    text-transform: uppercase;
}

.content-ganoderma p{
    font-size: 1.1em !important;;
    text-align: center;
    color: #ffffff !important;
    font-family: 'Ek Mukta', sans-serif;
    text-shadow: 0px 2px 2px #000;
    font-weight: bold;
}

/*------------------Vemsna polja------------------*/

#predstavitev:before {
    display: block;
    content: "";
    height: 130px;
    margin: -50px 0 0;
}

#produkti:before {
    display: block;
    content: "";
    height: 130px;
    margin: -50px 0 0;
}

#novice:before {
    display: block;
    content: "";
    height: 150px;
    margin: -50px 0 0;
}

#kontakt:before {
    display: block;
    content: "";
    height: 150px;
    margin: -50px 0 0;
}

.text {
    margin-top: 60px;
    margin-bottom: 60px;
    font-family: 'Ek Mukta', sans-serif;
    font-size: 100% !important;
}

.text-h1 {
    font-family: 'Ek Mukta', sans-serif;
    color: #019c4e;
    font-size: 150%;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 40px;
    letter-spacing: 5px;
}

.text-h2 {
    font-family: 'Ek Mukta', sans-serif;
    color: #019c4e;
    font-size: 100%;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px;
    margin-top:20px;
}
/*------------------Youtube------------------*/
iframe{
    border: none;
}

.auto-resizable-iframe {
    max-width: 320px;
    margin: 0px auto;
}

.auto-resizable-iframe > div {
    position: relative;
    padding-bottom: 75%;
    height: 0px;
}

.auto-resizable-iframe iframe {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

/*------------------Gumbi------------------*/
.jt-button a{
    text-decoration: none !important;
    font-size: 80%;
    text-transform: uppercase;
    font-family: 'Ek Mukta', sans-serif;
    color: #232323;
    display: block;
    font-weight: bold;
    height: 30px;
    width: 130px;
    padding-top: 6px;
    background-color: #fff;
    opacity: 0.5;
    margin-top: 20px;
    margin-bottom: 20px;
    text-shadow: 0px 0px 0px #000;
}

.jt-button a:hover {
    text-decoration: none !important;
    color: #232323;
    opacity: 0.9;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    
}

.arrow-nav a{
    text-decoration: none !important;
    font-size:3em;
    color: #ffffff;
    opacity:0.5;
}

.arrow-nav a:hover{
    
    text-decoration: none !important;
    color:#ffffff;
    opacity: 1;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

/*---------------Slike v kvadratih--------------------*/

#square-image1 {
    width: 200px;
	height: 200px;
    text-decoration: none !important;
    background-image:url('img/maca.png');
    opacity: 0.8;
    margin: 0 auto;
    margin-top: 10%;
    -webkit-filter: grayscale(1);
    -moz-filter: grayscale(1);
    -ms-filter: grayscale(1);
    -o-filter: grayscale(1);
    filter: grayscale(1);
    -webkit-box-shadow: 0px 0px 0px 15px rgba(35,35,35,1);
    -moz-box-shadow: 0px 0px 0px 15px rgba(35,35,35,1);
    box-shadow: 0px 0px 0px 15px rgba(35,35,35,1);
}

#square-image1:hover {
    text-decoration: none !important;
    opacity:1;
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -ms-filter: grayscale(0);
    -o-filter: grayscale(0);
    filter: grayscale(0);
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}


#square-image2 {
    width: 200px;
	height: 200px;
    background-image:url('img/ginseng.png');
    opacity: 0.8;
    float: none;
    margin: 0 auto;
    margin-top: 10%;
    -webkit-filter: grayscale(1);
    -moz-filter: grayscale(1);
    -ms-filter: grayscale(1);
    -o-filter: grayscale(1);
    filter: grayscale(1);
    -webkit-box-shadow: 0px 0px 0px 15px rgba(35,35,35,1);
    -moz-box-shadow: 0px 0px 0px 15px rgba(35,35,35,1);
    box-shadow: 0px 0px 0px 15px rgba(35,35,35,1);
}

#square-image2:hover {
    opacity:1;
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -ms-filter: grayscale(0);
    -o-filter: grayscale(0);
    filter: grayscale(0);
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

#square-image3 {
    width: 200px;
	height: 200px;
    background-image:url('img/ganoderma.png');
    opacity: 0.8;
    float: none;
    margin: 0 auto;
    margin-top: 10%;
    -webkit-filter: grayscale(1);
    -moz-filter: grayscale(1);
    -ms-filter: grayscale(1);
    -o-filter: grayscale(1);
    filter: grayscale(1);
    -webkit-box-shadow: 0px 0px 0px 15px rgba(35,35,35,1);
    -moz-box-shadow: 0px 0px 0px 15px rgba(35,35,35,1);
    box-shadow: 0px 0px 0px 15px rgba(35,35,35,1);
}

#square-image3:hover {
    opacity:1;
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -ms-filter: grayscale(0);
    -o-filter: grayscale(0);
    filter: grayscale(0);
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}


/*------------------Naročanje na novice - Email------------------*/

#email{
    background-color: #d3d3d3;
    color:#232323;
    width: 263px;
    border: none;
}

#subscribe{
    text-decoration: none !important;
    font-size: 80%;
    text-transform: uppercase;
    font-family: 'Ek Mukta', sans-serif;
    color: #232323;
    display: block;
    font-weight: bold;
    height: 30px;
    width: 130px;
    background-color: #fff;
    text-shadow: 0px 0px 0px #000;
    display: inline;
    margin-top: 2px;
    margin-bottom: 2px;
    opacity: 0.5;
    border: none;
}

#subscribe:hover{
    opacity: 1;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

#unsubscribe{
    text-decoration: none !important;
    font-size: 80%;
    text-transform: uppercase;
    font-family: 'Ek Mukta', sans-serif;
    color: #232323;
    display: block;
    font-weight: bold;
    height: 30px;
    width: 130px;
    background-color: #fff;
    text-shadow: 0px 0px 0px #000;
    display:inline;
    opacity: 0.5;
    margin-top: 2px;
    margin-bottom: 2px;
    border: none;
}

#unsubscribe:hover{
    opacity: 1;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

/*------------------Kontakt------------------*/

.text-box-contact{
    color: #232323;
    background-color: #d3d3d3;
    display:inline;
    border: 0px;
    margin-bottom: 10px;
    margin-right: 10px;
    border-style: solid;
    border-width: 1px;
    border: none;
}

.send{
    margin-left: 50px;
}

hr{
    width:80vw;
    opacity:0.20;
}

textarea {   
    width: 90%;
    height: 150px;
    color: #232323 !important;
    margin-left:10px;
    background-color: #d3d3d3;
    border: none;
} 

::-webkit-input-placeholder {
    color: #232323;
}

:-moz-placeholder { /* Firefox 18- */
    color: #232323;  
}

::-moz-placeholder {  /* Firefox 19+ */
    color: #232323;  
}

:-ms-input-placeholder {  
    color: #232323;  
}
/*------------------Google Maps------------------*/

#googleMap{
    width: 250px;
    height: 250px;
    opacity:1;
    -webkit-filter: grayscale(1);
    -moz-filter: grayscale(1);
    -ms-filter: grayscale(1);
    -o-filter: grayscale(1);
    filter: grayscale(1);
}

#googleMap:hover {
    opacity:0.9;
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -ms-filter: grayscale(0);
    -o-filter: grayscale(0);
    filter: grayscale(0);
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

/*------------------Noga------------------*/

footer {
	background:#282828;
	width:100%;
	height:150px;
	position:static;
	bottom:0;
    text-align: center;
    -webkit-box-shadow: inset 0px 1px 0px 0px rgba(10,10,10,1);
    -moz-box-shadow: inset 0px 1px 0px 0px rgba(10,10,10,1);
    box-shadow: inset 0px 1px 0px 0px rgba(10,10,10,1);
}


#footer-text {
    font-family: 'Ek Mukta', sans-serif;
    padding-top: 50px;
    color: #d3d3d3;
    -webkit-box-shadow: inset 0px 0px 0px 0px rgba(10,10,10,1);
    -moz-box-shadow: inset 0px 0px 0px 0px rgba(10,10,10,1);
    box-shadow: inset 0px 0px 0px 0px rgba(10,10,10,1);
}
.fa-twitter-square, .fa-facebook-official{
     padding: 5px;
}