/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 05 Jul 2017, 1:49:32 PM
    Author     : KBCS
*/
body
{
    font-family: Arial, Helvetica, sans-serif;
    letter-spacing: 1px;
}

p{
    font-size:12px!important;
}
.zwonaka-nav
{
    height: 12vh;
    padding-left: 2%;
    padding-right: 5%;
    border-style: solid;
    border-width: 0 20px 0px 20px;
    border-color: rgba(242,134,44,5);
}

.zwonaka-navlinks
{
    margin: 0;
    padding: 1.5%;
}

.zwonaka-round
{
    border: 5px solid #fff;
    border-radius: 50%;
}
.zwonaka-navlinks>li {
    display: inline;
    letter-spacing: .3rem;
}
.zwonaka-navlinks-button{
    border:none;
    display:inline-block;
    outline:0;
    padding:6px 16px;
    vertical-align:middle;
    overflow:hidden;text-decoration:none!important;
    color:#000;
    background-color:transparent;
    text-align:center;
    cursor:pointer;
    white-space:nowrap;
}

.zwonaka-navlinks-button:hover{
    
}

.zwonaka-content
{ 
    /*height: 85vh;*/
    background:rgba(255,255,255, 0.8);
    border-style: solid;
    border-width: 0.5px 0.5px 0.5px 0.5px;
    border-color: rgba(242,134,44,5);
    margin-top: 14vh;
}
.nav > li > a {
  position: relative;
  display: block;
  padding:6px 16px;
}

.nav > li > a:hover,
.nav > li > a:focus {
  color: black;
  background:rgba(242,134,44,5);
}

.zwonaka-page
{
    margin-left: 5%; 
    margin-right: 5%;
}

@media (min-width:993px)
{
    .zwonaka-page
    {
        margin-left: 10%; 
        margin-right: 10%;
    }
}
#home
{
    background-image: url("../img/home_page.jpg");
    background-size: 100% 100%;
    height: 92vh;
    background-repeat: no-repeat;
    margin-left: 0; 
    margin-right: 0;
    margin-bottom: 0;
}
.zwonaka-page-header
{
    border-style: solid;
    border-width: 0 0 1px 0;
    border-color: rgba(242,134,44,0);
    padding: 6px 48px;
    width: 100%;
    -webkit-box-shadow: 0 8px 6px -6px rgba(242,134,44,0.6);
    -moz-box-shadow: 0 8px 6px -6px rgba(242,134,44,0.6);
    box-shadow: 0 8px 6px -6px rgba(242,134,44,0.6);
}
.zwonaka-line{ 
    display:block;
    border:none;
    color:white;
    height:1px;
    background:black;
    background: -webkit-gradient(radial, 50% 50%, 0, 50% 50%, 350, from(rgba(242,134,44,5)), to(#fff));
}
.w3-dropdown-content{z-index: 2000}
.border-grid
{
    border-style: solid;
    border-width: thick;
    border-color: white;
}

.navbar-toggle
{
    position:relative;
    float:right;
    padding:9px 10px;
    margin-top:8px;
    margin-right:15px;
    margin-bottom:8px;
    background-color:transparent;
    color: #000;
    border-radius:0px;
}
.navbar-toggle:focus
{
    outline:0;
    color:rgba(242,134,44,1);
}
.navbar-toggle 
.icon-bar{display:block;width:22px;height:2px;border-radius:1px}
.navbar-toggle .icon-bar+.icon-bar{
    margin-top:4px}
@media (min-width:768px)
{
    .navbar-toggle
    {display:none}
}

.zwonaka-btn
{
    background: #cccccc;
    color:black;
    font-size: 12px;
}

.footer
{
    bottom: 0px;
    border-style: solid;
    border-width: 0 20px 0px 20px;
    border-color: rgba(242,134,44,5);
    background:  #1e2d3b;
    color:white;
}

.marquee {
 height: 80px;	
 overflow: hidden;
 position: relative;
}
.marquee ul {
    
 margin: 0;
 /* Starting position */
 -moz-transform:translateX(100%);
 -webkit-transform:translateX(100%);	
 transform:translateX(100%);
 /* Apply animation to this element */	
 -moz-animation: scroll-left 20s normal infinite;
 -webkit-animation: scroll-left 20s linear infinite;
 animation: scroll-left 20s linear infinite;
}
/* Move it (define the animation) */
@-moz-keyframes scroll-left {
 0%   { -moz-transform: translateX(100%); }
 100% { -moz-transform: translateX(-100%); }
}
@-webkit-keyframes scroll-left {
 0%   { -webkit-transform: translateX(100%); }
 100% { -webkit-transform: translateX(-100%); }
}
@keyframes scroll-left {
 0%   { 
 -moz-transform: translateX(100%); /* Browser bug fix */
 -webkit-transform: translateX(100%); /* Browser bug fix */
 transform: translateX(100%); 		
 }
 100% { 
 -moz-transform: translateX(-100%); /* Browser bug fix */
 -webkit-transform: translateX(-100%); /* Browser bug fix */
 transform: translateX(-100%); 
 }
}
#fixedbutton {
    position: fixed;
    bottom: 50vh;
    right: 0;
}

.zwonaka-gold-btn {
    background-color: rgba(242,134,44,5);
    color:#1e2d3b;
    border-radius: 0px;
}
.search {
    width: 250px;
    max-width:0;
    height: 44px;
    padding: 5px;
    transition: all .5s ease;
    position:absolute;
    right:50px;
    opacity:0;
}
.search.expanded {
    max-width:250px;
    opacity:1;
}
#wrapper .text {

visibility:hidden;
}

#wrapper:hover img
{
    opacity: 0.3;
}
#wrapper:hover .text {
    visibility:visible;
}