/*  e6eaec b1bec5 60696e  */
* {
    border:0;
    margin:0;
    padding:0;
    background-color: #ffffff;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-weight:400;
    color: black;
}
body {
    border:0;
    margin:0;
    padding:0;
    background-color: #ffffff;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-weight:400;
    color: black;
}
div,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote,th,td { 
    margin:0;
    padding:0;
}
p {
    font-size:100%;
    padding: 10px;
    text-align: left;
}
#back {
    clip: rect(0, 100%, 200px, 0);
}
h1 {
    font-weight: 900;
    font-size: 400%;
    padding: 2px;
    margin: 2px;
}

h1#rog {
   font-family: 'GermanoRegular';
   font-weight: 900;
   font-style: normal;
}

h2 {
    font-weight:700;
    color: #990f2f;
    padding: 2px;
    margin: 2px;
}
h3 {
    font-weight:600;
    font-size:130%;
    color: #60696e;
    padding: 2px;
    margin: 2px;
    text-align: left;
}
li {
    font-weight:600;
}
td {
    font-weight:600;
    color: #111111;
}
a {
    font-weight:600;
/*    color: #990f2f;*/
    color: #60696e;
    text-decoration: none;
    background: none;
}
a:visited {
/*    color: #990f2f;*/
    color: #60696e;
}
a:hover {
    color: #660a1f;
}
a#sel {
    font-weight:400;
}
a#small {
    padding: 0px;
}
div#tag {
    border: 0;
    height: 30px;
    background: #333;
    background-image: linear-gradient(to right, #ffffff, #990f2f, #ffffff);
    position: relative;
    font-size:120%;
    font-weight:600;
}
div#video {
    position: relative;
    float: left;
    width: 295px;
    height: 215px;
    margin: 25px 10px 0 0;
}
iframe {
    height: 100%;
    width: 100%;
}
div#small {
    font-size:80%;
    font-weight:200;
}
div.nav {
    background: no-repeat center top #e6eaec;
}
nav {
    display:inline-block;
    margin: auto;
    background-color: transparent;
}
nav ul {
    float: left;
    -webkit-transition: .5s;
    transition: .5s;
    display:inline-block;
    list-style: none;
    margin: 0;
    padding: 0;
    background: no-repeat center top #e6eaec;
}
nav a {
    display: block;
    color:#black;
    height:72px;
    text-decoration:none;
}
nav li:hover > ul {
    visibility: visible;
    opacity: 1;
}
nav li {
    opacity:0.8;
    float: left;
    position: relative;
    -webkit-transition: .5s;
    transition: .5s;
    display:inline-block;
    height:32px;
    padding: 16px 16px 0 16px;
    background-color: transparent;
/*  border-right:1px solid black;*/
}
nav ul li:last-child {
    border-right:none;  */
}

/*SLIDER*/
.container {
/*    border: 1px solid black;*/
    position: relative;
    height: 812px;
    width: 1024px;
    overflow: hidden;
    margin: 0 auto;
}

.big {
    position: absolute;
    top:900px;
    left:0px;
    
    -webkit-transition: top 1s ease;
    -moz-transition: top 1s ease;
    -o-transition: top 1s ease;
    -ms-transition: top 1s ease;
    transition: top 1s ease;
}

a {
}

a:hover .thumb {
    -webkit-box-shadow: 0px 0px 15px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 15px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 15px rgba(0,0,0,0.5);
}

a:hover .big {
    top: 100px;
}

.featured {
    top: 100px;
    left: 0px;
}

/* horizontl slides */

.mySlides {
    display:none;
    width: 100%;
}

/* layout bars */ 

#fcolour {
    border: 0;
    height: 12px;
    background: #e6eaec;
}    
#fbar {
    clear:both;
    background: #e6eaec;
    padding: 10px;
} 
#foot {
    padding:10px;
}
#button {
    padding: 0px;
    height:25px;
}
.content{
    max-width:800px;
    margin:auto;
    position:relative;
}
.bar-bottom {
    background: none;
    text-align:center!important;
    font-size:18px!important;
    color:#fff!important;
    position:absolute;
    left:50%;
    height:16xp;
    bottom:0;
    transform:translate(-50%,0%);
    -ms-transform:translate(-50%,0%);
    width: 100%;
}
.bar-left{
    background: none;
    opacity: 0.5;
    float:left!important;
    cursor:pointer;
    padding-top:32px!important;
    padding-left:32px!important;
    padding-right:64px!important;
    padding-bottom:8px!important;
}
.bar-right{
    background: none;
    opacity: 0.5;
    float:right!important;
    cursor:pointer;
    padding-top:32px!important;
    padding-right:32px!important;
    padding-left:64px!important;
    padding-bottom:8px!important;
}
.bar-dot {
    background-color:#000;
    color:#fff;
    display:inline-block;
    padding-left:8px;
    padding-right:8px;
    text-align:center;
    border-radius:50%;
    height:13px;
    width:13px;
    padding:0;
    cursor:pointer;
    border:1px solid #ccc!important;
    background-color:transparent!important;
    -webkit-transition:background-color .3s,color .15s,box-shadow .3s,opacity 0.3s,filter 0.3s;
    transition:background-color .3s,color .15s,box-shadow .3s,opacity 0.3s,filter 0.3s;
    color: white;
    margin: 40px 0 0 0;
}
.bar-dot:hover {
    color:#000!important;
    background-color:#fff!important
}
/* w3 style */
.w3-content{
    max-width:980px;
    margin:auto;
    position:relative;
}
.w3-center{
    background: none;
    text-align:center!important
}
.w3-section{
    margin-top:16px!important;
    margin-bottom:16px!important
}
.w3-large{
    font-size:18px!important
}
.w3-text-white,.w3-hover-text-white:hover{
    color:#fff!important
}
.w3-display-bottommiddle{
    position:absolute;
    left:50%;
    bottom:0;
    transform:translate(-50%,0%);
    -ms-transform:translate(-50%,0%)
}
.w3-left{
    background: none;
    opacity: 0.5;
    float:left!important;
    cursor:pointer;
    padding-left:16px!important;
    padding-right:8px!important;
}
.w3-right{
    background: none;
    opacity: 0.5;
    float:right!important;
    cursor:pointer;
    padding-right:16px!important;
    padding-left:8px!important;
}
.w3-padding-left{
    padding-left:16px!important;
    padding-right:8px!important;
}
.w3-padding-right{
    padding-right:16px!important;
    padding-left:8px!important;
}
.w3-badge{
    background-color:#000;
    color:#fff;
    display:inline-block;
    padding-left:8px;
    padding-right:8px;
    text-align:center;
}
.w3-badge{
    border-radius:50%;
    height:13px;width:13px;padding:0;
    cursor:pointer
}
.w3-border{
    border:1px solid #ccc!important
}
.w3-transparent{
    background-color:transparent!important
}
.w3-white,.w3-hover-white:hover{
    color:#000!important;
    background-color:#fff!important
}
.w3-hover-white
{
    -webkit-transition:background-color .3s,color .15s,box-shadow .3s,opacity 0.3s,filter 0.3s;
    transition:background-color .3s,color .15s,box-shadow .3s,opacity 0.3s,filter 0.3s;
    color: white;
}
.w3-img, bar-img {
    color: none;
    background-color: none;
    opacity: 0.6;
}
.w3-img:hover, bar-img:hover {
    opacity: 1;
}

@media screen and (max-width: 999px) {
    nav li {
        font-size: 140%;
    }
    div#copy {
        margin: auto;
        width: 95%;
    }
    div#copy_holder {
        margin: auto;
        width: 95%;
    }
}

@media screen and (min-width: 1000px) {
    nav li {
        font-size: 100%;
    }
    div#copy {
        margin: auto;
        width: 800px;
    }
    div#copy_holder {
        margin: auto;
        width: 800px;
    }
}
