/* Styles CSS by Supreme Marketing Team */

a:hover{opacity:0.75;}
a {text-decoration: none;}

/*--Grid Control--*/
.row, 
.column,
.column2 {
    box-sizing: border-box;
}

.row:after {
    clear: both;
}

.column,
.column2 {
    position: relative;
    float: left;
    display: block;
}

.column100,
.column1002 {
    width: 100%;
}

.column75 {
    width: 75%;
}

.column60 {
    width: 60%;
}

.column50 {
    width: 50%;
}

.column40 {
    width: 40%;
}

.column33 {
    width: 33.3%;
}

.column25 {
    width: 25%;
}

.column20 {
    width: 20%;
}

.column16 {
    width: 16.6%;
}

.column {
    padding: 5px;
    min-height: 30px;
    text-align: center;
}

.column2 {
    padding: 0px;
    min-height: 5px;
    text-align: center;
}


/*--Mobile Control--*/
@media only screen and (max-width: 800px) {
    .column1002, 
    .column100, 
    .column75, 
    .column60, 
    .column50, 
    .column40,    
    .column33, 
    .column25,
    .column20,
    .column16 {

        width: 100%;
        min-height: 50px;
    }

    .column + .column {
        margin-left: 0;
    }

    .column2 + .column2 {
        margin-left: 0;
    }

    .row {
        margin-bottom: 0;
    }
    .column,.column2 {
        margin-bottom: 10px;
    }
    .row:last-child .column:last-child {
        margin-bottom: 0;
    }

    .hide_it{visibility: hidden;display: none;}
    
}


/*--Menu--*/
.nav{
    list-style:none;
    margin:0;
    padding:0;
    text-align:center;
}
.nav li{
    margin-left: -0.5em;
    display:inline;
}
.nav a{
    padding:10px;
    display:inline-block;
    font-family:'Arial',sans-serif;font-size:14pt;font-weight:bold;font-style;text-decoration: none;
}


/*--Menu2--*/
.nav2{
    list-style:none;
    margin:0;
    padding:0;
    text-align:center;
}
.nav2 li{
    margin-left: 1.2em;
    display:inline;
}
.nav2 a{
    padding:0px;
    display:inline-block;
    font-family:'Arial',sans-serif;font-size:12pt;font-weight:bold;font-style;text-decoration: none;
}

#navicon {
    display: block;
    width: 1.75em;
    height: .25em;
    line-height: 0;
    border-top: .75em double #000;
    border-bottom: .25em solid #000;
    }


/*--Menu Button--*/
.border-menu {
  position: relative;
  padding-left: 1.25em;
}
.border-menu:before {
  content: "";
  position: absolute;
  top: 0.25em;
  left: 0;
  width: 1em;
  height: 0.125em;
  border-top: 0.375em double darkblue;
  border-bottom: 0.125em solid darkblue;
}


/*--Layout--*/
INPUT {
  color: black;
  font-family: arial, verdana, ms sans serif;
  font-weight: bold;
  font-size: 12pt;
}

textarea {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.SS3-curve {
  border-radius: 15px;
}

.SS3-curve-top {
  border-radius: 15px 15px 0px 0px;
}

.SS3-center {
  position: absolute; left: 50%; top: 50%; margin-right: -50%; transform: translate(-50%, -50%);
}