/* -- start setup -- */
/*
font-family: 'Bebas Neue', cursive;
font-family: 'Raleway', sans-serif;
*/

* {
    font-family: 'Roboto', serif, Arial, Verdana, Trebuchet MS, Helvetica, sans-serif;
    font-size: 16px;
    color: White;
}

.br1 {
    border: 1px solid Red;
}

/* -- common -- */
.horniIndex {
    vertical-align: super;
    font-size: 9px;
}

.i {
    font-style: italic;
}

sup {
    font-size: 0.7em;
}


.imgCenter {
display:block;
margin-left:auto;
margin-right:auto;
}

/* -- float -- */
.floatLeft {
    float: left;
}

.floatRight {
    float: right;
}

.clear {
    clear: both;
}

.textLeft {
    text-align: left !important;
}

.pb90 {
    padding: 0 0 90px 0;
}

.ml20 {
    margin-left: 20px !important;
}

.relative {
    position: relative;
}

@media(min-width: 768px) {
    .mb50 {
        margin-bottom: 50px !important;
    }
}

@media (min-width: 1280px) {
    .container {
        max-width: 1180px;
    }
}

.hiddenElement {
    visibility: hidden;
}

/* -- all pages -- */
hr {
    display: none;
}

body {
    background-color: #103344;
}


.imgCenter {
display:block;
margin-left:auto;
margin-right:auto;
}

.header {
}


.headerContent {
}

.topLogo {
}


.topMenu {
}

.topMenu li {
}

.topMenu li a {
}


/*.content {max-width:    450px;
margin:100px auto ;}*/


.topLogo img {max-width:    400px;}
.topLogo  {padding-bottom:  20px; padding-top:  20px;}

.formBox {max-width:    450px;
margin:100px auto ;}