@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800);

html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

html, body {
  float:left;
  width:100%;
  height: 100%;
  font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 400;
}

body {
  text-align: center;
  border-top: 0px solid #000000;
}

.wrapper {
  position: relative;
  display: inline-table;
  width: 100%;
  min-height: 100%;
  background: #000 url('../images/bg-content.png') no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.container {
  position: relative;
  display: inline-table;
  text-align: left;
  width: 100%;
  min-height: 100%;
  padding: 0 15px;
}

/*#########
  HEADER
#########*/

header {
  float:left;
  width:100%;
  padding: 30px 0;
  border-bottom: 1px solid #000000;
  background: url('../images/bg-header.png') no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

header .logo {
  float: left;
}

header .logo img {
  float: left;
  max-width: 160px;
}

header .new_logo img {
  float: left;
  max-width: 250px;
}


/*#########
  CONTENT
#########*/

.content {
  float:left;
  width:100%;
  padding-bottom:225px;
}

.content .slider {
  float: left;
  width: 100%;
  height: 300px;
  background: url('../images/slider.jpg') no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.content .container {
  text-align: center;
}

.content .select {
  display: inline-block;
  width: 100%;
  /*max-width: 400px;*/
  margin: 75px auto;
  text-align: center;

}
.content .container .select ul{

  width:100%;
}
.content .container .select ul li {
  border:1px solid #bdc0c1;
  float:left;
  width:32%;
  margin:2px;
  border-radius: 5px;
}

@media only screen and (max-width: 1000px) {
  .content .container .select ul li {
    padding: 15px 0 25px 0;
    height: 73px;
  }
}


@media only screen and (max-width: 600px) {
  .content .container .select ul li {
    width:100%;
  }
}

.content .container .select ul li:hover {
background-color: #404041 !important;

}
.content .container .select ul li a{
float:left:
border:1px solid #fff;
color:#f1f1f2;
padding:10px;
    cursor: pointer;
}

.links
{
  color:#fff !important;;
}
.content .container h2 {
  float: left;
  width: 100%;
  font-size: 24px;
  font-weight: 800;
  margin-bottom: 45px;
  color: #a7a7a8;
}

.content .container ul, .content .container ul li {
  float: left;
  width: 100%;
}

.content .container ul li {
  margin-bottom: 6px;
}

.content .container ul li a {
  float: left;
  width: 100%;
  font-size: 21px;
  font-weight: 600;

}



/*#########
  FOOTER
#########*/

footer {
  float:left;
  width:100%;
  position:absolute;
  left: 0;
  bottom:0;
  height:225px;
  background: #000000;
  padding-top: 30px;
  padding-bottom: 30px;
}

footer .logo {
  float: left;
  width: 100%;
}

footer .logo img {
  float: left;
  max-width: 165px;
}

footer .social {
  float: left;
  width: 270px;
  margin-top: 20px;
}

footer .social span {
  float: left;
  width: 100%;
  font-weight: 600;
  color: #FFFFFF;
}

footer .social ul {
  float: left;
  width: 100%;
  margin-top: 10px;
}

footer .social ul li {
  position: relative;
  float: left;
  margin-right: 20px;
}

footer .social ul li a {
  opacity: 0.3;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
}

footer .social ul li a:hover, footer .social ul li a:active{
  opacity: 1;
}

footer .social ul li.icon-apple {
  margin-left: 20px;
}

footer .social ul li.icon-apple:before {
  content: ' | ';
  float: left;
  position: absolute;
  top: -7px;
  left: -24px;
  font-size: 20px;
  line-height: 30px;
  color: #535353;
}

footer small {
  float: left;
  width: 100%;
  text-align: center;
  color: #515352;
  font-size: 11px;
  font-weight: 800;
  margin-top: 30px;
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .container {
    max-width: 750px;
  }

  .content .slider {
    background: url('../images/slider.jpg') no-repeat center center;
  }

  footer .logo {
    float: left;
    width: auto;
  }

  footer .social {
    float: right;
    margin-top: 0px;
  }

  footer small {
    text-align: left;
  }

}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px ) {
  .container {
    max-width: 970px;
  }
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}
