body { 
    background-color: #333333;
    font-family: 'Lato'; 
    font-size: 13px;}

a {
	color: #ffd203 !important;
    text-decoration: none;
}

a:hover, a:focus {
    font-weight: bold;
    text-decoration: none;
}

strong {
    font-weight: normal;
    color: #ffd203;
}
    
.navbar { 
    max-width: 910px;
    margin: auto;
    border-radius: 0px;
    border: none;
    background-color: transparent;
  }

.navbar-nav > li {
	padding-left: 30px;
    padding-right: 30px;
    float: right;
}

@media (max-width: 768px) {
  .navbar-nav > li  { 
   float: none;
  }
}

.navbar-nav > li > a {
	text-transform: uppercase;
	color: #ffffff !important;
	letter-spacing: 0.2em;
    text-align: center;
    font-weight: normal;
}

@media (max-width: 768px) {
  .navbar-nav > li > a  { 
   text-align: right;
  }
}

.navbar-nav > li > a:hover, .navbar-nav > li > a:focus {
	color: #ffd203 !important;
}

#myNavbar { 
    padding: 0px;
}

.container-fluid {
    padding: 0;
}

.logo {
    max-width: 100%;
    margin-top: 0px;
    position: absolute;
}

.small {
    font-size: 90%;
    letter-spacing: 0.09em;
    padding-bottom: 0px;
}
.navbar-toggle {
    margin-right: 20px;
    margin-top: 80px;
    border-radius: 0px;
    z-index: 9999;
    
}

.simpbox {
    max-width: 910px;
    margin:30px auto;
    background-color: #3d3d3d;
}

h1 {
    color: #ffffff;
    font-size: 1.2em;
    text-transform: uppercase;
    font-weight: normal;
    letter-spacing: 0.1em;
    text-align: center;
    padding-bottom: 20px;
}

p {
    color: #ffffff;
    text-align: center;
    padding-bottom: 20px;
    letter-spacing: 0.04em;
}

.boxe {
    max-width: 910px;
    margin:30px auto;
    background-color: #3d3d3d;
    padding: 20px 10% 20px 10%;
}
.gabox {
    max-width: 910px;
    margin:30px auto;
    background-color: #3d3d3d;
    padding: 20px;
}

.foot {
    max-width: 910px;
    margin: auto;
    margin-bottom: 20px;
    padding: 10px 0px 5px;
    background-color: #3d3d3d;
}

.nupp {
    position: relative;
    padding: 20px;
    margin: auto;
}

.nupp > a {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    text-align: center;
    color: #333333!important;
    background-color: rgba(255, 255, 255, 0.80);
    text-transform: uppercase;
    letter-spacing: 0.1em;
    padding: 10px;
    margin: 20px auto;
    max-width: 250px;
}

@media (max-width: 350px) {
  .nupp > a  { 
   margin: 20px;
  }
}


.nupp > img {
    margin: auto;
    display: block;
    max-width: 100%;
    border: 5px solid #ffffff; 
}

.col-md-12 {
    padding: 0px;
}

.row {
    margin: auto;
}
.nav {
    list-style: none;
    background-color: #3d3d3d;
}
 .navbar-right {
    margin-right: 0px;
    margin-top: 70px;
    width: 100%;

  }
@media (max-width: 768px) {
  .navbar-right { 
    margin-top: 0px;
    padding-right: 10px;
  }
}

 .active {
    background-color: transparent;
  }

.small > span {
	padding: 0 9%;
    color: rgba(255, 255, 255, 0.63);
}

/*----------------------------------------------   
--Banner
-----------------------------------------------  */
.sect-banner {
  display: block;
  max-width: 910px;
  margin: 30px auto;
  color: rgba(255, 255, 255, 0.9);

}
  .sect-banner .v-center {
    position: relative;
    z-index: 4;}

    .sect-banner .v-center p {
        position: relative;
        background-color: rgba(255, 255, 255, 0.80);
        max-width: 480px;
        float: right;
        padding: 10px;
        margin-top: 40px;
        text-align: center;
        font-style: italic;
        font-size: 0.9em;
        letter-spacing: 0.08em;
        line-height: 150%;
        color: #3d3d3d;}

  .sect-banner .banner-bg {
    height: 500px !important;
    position:relative;
    top: 0px;
    z-index: 0;
    background: url(img/banner-1-sm.jpg) no-repeat center center;
    -webkit-animation: slider-sm ease-in-out 20s both infinite;
    -moz-animation: slider-sm ease-in-out 20s both infinite;
    animation: slider-sm ease-in-out 20s both infinite; }
    
@-webkit-keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-moz-keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes fade-out {
  33% {
    opacity: 1; }
  66% {
    opacity: 0; } }
@-moz-keyframes fade-out {
  33% {
    opacity: 1; }
  66% {
    opacity: 0; } }
@keyframes fade-out {
  33% {
    opacity: 1; }
  66% {
    opacity: 0; } }

@-webkit-keyframes slider-sm {
  0% {
    background-image: url(img/banner-1-sm.jpg); }
  33% {
    background-image: url(img/banner-2-sm.jpg); }
  66% {
    background-image: url(img/banner-3-sm.jpg); }
  100% {
    background-image: url(img/banner-1-sm.jpg); } }
@-moz-keyframes slider-sm {
  0% {
    background-image: url(img/banner-1-sm.jpg); }
  33% {
    background-image: url(img/banner-2-sm.jpg); }
  66% {
    background-image: url(img/banner-3-sm.jpg); }
  100% {
    background-image: url(img/banner-1-sm.jpg); } }
@keyframes slider-sm {
  0% {
    background-image: url(img/banner-1-sm.jpg); }
  33% {
    background-image: url(img/banner-2-sm.jpg); }
  66% {
    background-image: url(img/banner-3-sm.jpg); }
  100% {
    background-image: url(img/banner-1-sm.jpg); } }
