@charset "UTF-8";
@font-face {
    font-family: "EXO 2 bold";
    src: url("../font/Exo2-Bold.otf") format("opentype");
}
@font-face {
    font-family: "EXO 2 Extrabold";
    src: url("../font/Exo2-ExtraBold.otf") format("opentype");
}
@font-face {
    font-family: "EXO 2 Italic";
    src: url("../font/Exo2-Italic.otf") format("opentype");
}
@font-face {
    font-family: "EXO 2 Light";
    src: url("../font/Exo2-Light.otf") format("opentype");
}
@font-face {
    font-family: "EXO 2 Regular";
    src: url("../font/Exo2-Regular.otf") format("opentype");
}


html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0 none;
    font-feature-settings: "liga", "kern";
    font-size: 100%;
    margin: 0;
    outline: 0 none;
    text-rendering: optimizelegibility;
    vertical-align: baseline;
}
html{
	height: 100%;
}
body {
    line-height: 1;
    cursor: default;
	height: 100%;

}
h1{
  font-size: 25px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 20px;
}
h2{
  font-size: 22px;
    margin-bottom: 40px;
    text-align: center;
    width: 100%;
}
p{
  line-height: 1.2;
}
.windowContent{
	width: 100%;
	height: 100%;

  font-size: 20px;
  color: #646464;
  font-family: "EXO 2 bold","Open Sans",Helvetica;

}
.windowContent ul{
  list-style: none;
}
.windowContent a{
  text-decoration: none;
}
.windowContent .contentMain{
  background-color: black;
    box-shadow: 5px 5px 20px black;
    height: auto;
    overflow: hidden;
    position: fixed;
    width: 100%;
    z-index: 10;
    top: 0;
    /*1b94c4*/
}
/*.windowContent .contentMain ul > li:first-child{
  width: 200px;
}*/

.logoControl img{
  float: left;
      height: auto;
      margin: 10px 10px 10px 30px;
      width: 130px;
}
.btnControl{
  margin: 0 auto;
    width: 430px;
}
.btnControl li{
  float: right;
  /*width: 150px;*/
  text-align: center;
  /*margin-left: 2px;*/
}
.btnControl li > div{
  height: 100%;
}
.btnControl a{
  color: white;
  display: block;
  font-family: "EXO 2 bold","Open Sans",Helvetica;
  font-size: 20px;
  font-weight: bold;
  height: auto;
  padding: 33px 15px 22px;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
}
.btnControl a:hover{
  /*background-color: white;*/
  /*color: #77cbef;*/
  /*color: #1b94c4;*/
  border-bottom: 3px solid white;
  transition: all 0.15s linear 0s;
}
.contentCenterWindows.hidden{
  display: none;
}
.contentCenterWindows h1{
  margin-bottom: 50px;
}
.contentCenter{
  background-color: rgba(0, 0, 0, 0.4);
    border-radius: 5px;
    color: white;
    display: block;
    height: 630px;
    left: 50%;
    margin-left: -380px;
    padding: 50px;
    position: absolute;
    top: 16%;
    width: 700px;
}
.contentCenterWindows > div{
  width: 100%;
  width: calc(100%-100px);
  width: -moz-calc(100%-100px);
  width: -moz-available;
  width: expression(100% - 100px);
  width: -o-calc(100% - 100px);
  -webkit-box-sizing: border-box;
  margin-bottom: 50px;
  border-left: 2px solid white;
  padding-left: 20px;
  overflow: hidden;
}
.contentCenterWindows p{
  font-family: "EXO 2 Regular";
    font-size: 18px;
    font-weight: normal;
    line-height: 1.4;
    padding-bottom: 20px;
    text-align: left;
}
div.btnPanel{
  width: 100%;
}
div.btnPanel a{
  float: right;
  margin-right: 50px;
  font-family: "EXO 2 Light";
  font-size: 15px;
  padding: 5px;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
  cursor: pointer;
  display: block;
}
div.btnPanel a:hover{
  background-color: rgba(255, 255, 255, 0.9);
  color: rgba(2, 29, 57, 1);
}

#brotherBody {
    display: block;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: -1;
    background-image: url('../images/background.jpg');
    background-position: center;
    background-size: cover;
}
@media (max-width: 600px) {
.logoControl{
  width: 100%;
}
.btnControl a {
    color: white;
    cursor: pointer;
    display: block;
    font-family: "EXO 2 bold","Open Sans",Helvetica;
    font-size: 14px;
    font-weight: bold;
    height: auto;
    padding: 27px 12px 5px;
    text-align: center;
    text-transform: uppercase;
}
.btnControl li {
    float: right;
    text-align: center;
}
.btnControl {
    margin: 0 auto;
    overflow: hidden;
    padding: 0;
    width: 320px;
}
.contentCenter {
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 5px;
    color: white;
    display: block;
    height: auto;
    left: 0;
    margin: 0;
    padding: 5px;
    position: absolute;
    width: 100%;
    width: calc(100%-10px);
    width: -moz-calc(100%-10px);
    width: -moz-available;
    width: expression(100% - 10px);
    width: -o-calc(100% - 10px);
    -webkit-box-sizing: border-box;
    top: 160px;
}

.contentCenterWindows > div {
    padding-right: 20px;
    width: -moz-available;
}

}
