﻿@media only screen and (max-width:480px) {

}

@media only screen and (min-width:481px) {

}

@media only screen and (max-width:767px) {
  #footer .col-xs-12 {
    width: 100%;
    float: left;
}

}

@media only screen and (min-width:768px) {
  .container {
      width: 750px;
  }

  #footer .col-sm-2 {
    width: 16.66666667%;
    float: left;
}

  #footer .col-sm-3 {
      width: 25%;
      float: left;
  }

  #footer .col-sm-7 {
    width: 58.33333333%;
    float: left;
}
}

@media only screen and (min-width:992px) {
  .container {
      width: 970px;
  }

  #footer .col-md-2 {
    width: 16.66666667%;
    float: left;
}

  #footer .col-md-3 {
    width: 25%;
    float: left;
}

  #footer .col-md-7 {
    width: 58.33333333%;
    float: left;
}
}

@media only screen and (min-width:1200px) {
  .container {
    width:100%;
    max-width: 1200px !important;
  }
}

.container {
  max-width: 1200px !important;
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  padding-left: 15px;
}

.navbar-inverse {
    background-color: #222;
    border-color: #080808;
}

.navbar {
    position: relative;
    min-height: 50px;
    border: 1px solid transparent;
}

#footer .row {
    margin-right: -15px;
    margin-left: -15px;
}

.col-md-2, .col-md-3, .col-md-7, .col-sm-2, .col-sm-3, .col-sm-7, .col-xs-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.pull-right {
    float: right!important;
}

.container:before, .container:after, .row:before, .row:after {
  display: table;
  content: " ";
  box-sizing: border-box;
}

.container:after, .row:after {
  clear: both;
}



/* -------------------------------- NAVBAR -------------------------------------------- */

@media only screen and (max-width:480px) {

}

@media only screen and (min-width:481px) {

}

@media only screen and (min-width:768px) {

}

@media only screen and (max-width:768px){

}

@media only screen and (min-width:992px) {

}

@media only screen and (min-width:1200px) {
.navbar {
  height: 80px;
  margin-bottom: 0px !important;
}
}







/*end navbar*/

/* footer*/

@media only screen and (max-width:480px) {

  #footer p {
    display: block;
    text-align: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  #footer .list-container {
    width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-top: 30px;
  }

    #footer .list-container .list-container-item {
      /*width: 33% !important;*/
      float: left;
    }

  #footer ul li {
    display: block;
    padding: 5px 0px !important;
  }

    #footer ul li a {
      font-size: 11px !important;
      margin-left: 0px;
    }

    #footer .btn-get-footer {
      margin-bottom: 25px;
    }

    #footer .btn-get-app-footer {
      margin-left: auto;
      margin-right: auto;
    }
}

@media only screen and (min-width:481px) {

  #footer p {
    display: block;
    text-align: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  #footer .list-container {
    width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-top: 30px;
    padding-left: 5%;
  }

    #footer .list-container .list-container-item {
      /*width: 33% !important;*/
      float: left;
    }

  #footer ul li {
    display: block;
    padding: 5px!important;
  }

    #footer ul li a {
      font-size: 13px !important;
      margin-left: 5px;
    }

    #footer .btn-get-footer {
      margin-bottom: 25px;
    }

    #footer .btn-get-app-footer {
      margin-left: auto;
      margin-right: auto;
    }
}

@media only screen and (min-width:768px) {

  #footer .list-container {
    margin-left: 0px !important;
    margin-top: 0px !important;
  }

    #footer .list-container .list-container-item {
      /*width: 33% !important;*/
      float: left;
    }

  #footer p {
    text-align: left !important;
  }

  .btn-get-app-footer {
    height: 40px!important;
    margin-left: 0 !important;
  }

  .footer ul li {
    padding: 5px 0px !important;
  }
}

@media only screen and (min-width:992px) {
  #footer .list-container {
    margin-left: 0px !important;
  }

  .btn-get-app-footer {
    height: 54px!important;
  }

  #footer ul li a {
    font-size: 15px !important;
}
}

@media only screen and (min-width:1200px) {

  #footer .list-container {
    margin-left: -30px;
  }

    #footer .list-container .list-container-item {
      width: 25% !important;
      float: left;
    }
}

#footer {
  padding: 50px 0px 50px 0px;
  width: 100%;
  height: auto;
  overflow: auto;
}

  #footer ul {
    list-style: none;
    padding: 0px !important;
    display: table;
  }

    #footer ul li {
      display: block;
      padding: 5px;
    }

  #footer p {
    font-family: Open Sans;
    font-weight: 300;
    font-size: 16px;
    color: rgb(152,152,152);
    line-height: 25px;
    text-align: left;
    max-width: 270px;
  }

  #footer ul li a {
    font-family: Open Sans;
    font-weight: 300;
    font-size: 19px;
    color: rgb(87,87,87);
  }

.btn-get-footer {
  width: 100%;
  max-width: 281px;
  height: 54px;
  border-radius: 3px;
  border: 1px solid rgb(152,152,152);
  background: transparent;
  text-transform: uppercase;
  margin-left: 10px;
  color: rgb(152,152,152);
  margin-top: 20px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  opacity: 0.8;
  font-family: 'Open Sans' !important;
  font-style: normal !important;
  font-weight: 700 !important;
  font-size: 14px;
  line-height: 20px;
  align-items: flex-start;
  text-align: center;
  padding: 15px 6px 3px;
}

.btn-get-app-footer {
  width: 100%;
  max-width: 180px;
  height: 54px;
  border-radius: 3px;
  border: 1px solid rgb(152,152,152);
  background-color: transparent;
  margin-top: 20px;
  display: block;
  background-size: 85%;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.8;
}


.btn-get-footer:hover{
   border-color:rgb(255,255,255);
   opacity: 1;
   color: rgb(152,152,152);
}

.btn-get-app-footer:hover{
   border-color:rgb(255,255,255);
   opacity: 1;
}

.btn-ios-footer {
  background-image: url('assets/images/footer/Apple.png');
}

.btn-android-footer {
  background-image: url('assets/images/footer/Google.png');
}

#footer .list-container {
  width: 90%;
  height: auto;
  padding-top: 6px;
}

  #footer .list-container .list-container-item {
    width: 25%;
    float: left;
    margin-bottom: 20px;
  }

#footer .social-networks-footer {
  width: 100%;
  height: auto;
  border-top: 1px solid rgb(87,87,87);
  border-bottom: 1px solid rgb(87,87,87);
  text-align: center;
  padding: 30px;
  margin-top: 20px;
}

#footer .social-networks-footer img {
  height: 20px;
  margin: 0 20px 0;
  opacity: 0.8;
}

#footer .social-networks-footer img:hover {
  opacity: 1;
  cursor: pointer;
}

#footer .copyright {
  max-width: 100%;
  text-align: center !important;
  margin-top: 40px;
}

/*end footer*/


/* ---------------signup-----------------------*/

@media only screen and (max-width:480px) {

  .signUpStep {
    width: 95% !important;
    height: auto !important;
    padding-bottom: 35px !important;
  }

    .signUpStep h1 {
      padding: 0px 10px 10px 10px !important;
    }

    .signUpStep p {
      padding: 10px 10px 10px 10px !important;
    }
}

@media only screen and (min-width:481px) {

  .signUpStep {
    width: 90% !important;
    height: auto !important;
    padding-bottom: 35px !important;
  }

    .signUpStep h1 {
      padding: 0px 10px 10px 10px !important;
    }

    .signUpStep p {
      padding: 10px 10px 10px 10px !important;
    }
}

@media only screen and (min-width:768px) {
  .signUpStep {
    width: 100% !important;
    height: auto !important;
    padding-bottom: 35px !important;
  }

    .signUpStep h1 {
      padding: 0px 40px 10px 40px !important;
    }

    .signUpStep p {
      padding: 10px 20px 10px 20px !important;
    }
}

@media only screen and (min-width:992px) {
}

@media only screen and (min-width:1200px) {
}







.overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgb(0, 0, 0);
  opacity: .8;
  display: none;
  z-index: 11;
}

.popup-container {
  position: fixed;
  top: 10%;
  left: 10%;
  right: 10%;
  z-index: 100;
  background: rgba(0, 0, 0, 0);
  display: none;
}

.signUpStep {
  width: 100%;
  max-width: 580px;
  height: 580px;
  background-color: white;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  display: block;
  top: 20px;
  z-index: 1001;
  border-radius: 5px;
}

  .signUpStep h1 {
    color: rgb(51,51,51);
    font-size: 30px;
    text-align: center;
    display: block;
    padding: 0px 40px 10px 40px;
  }

  .signUpStep p {
    color: rgb(51,51,51);
    font-size: 16px;
    text-align: center;
    display: block;
    line-height: 30px;
    padding: 10px 20px 10px 20px;
  }

  .signUpStep span {
    color: rgb(51,51,51);
    font-size: 14px;
    text-align: center;
    display: block;
    margin-top: 20px;
  }

  .signUpStep .btn-create-account {
    width: 100%;
    max-width: 319px;
    height: 69px;
    background-color: rgb(255,152,1);
    color: white !important;
    font-size: 22px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    border: none !important;
    border-radius: 5px;
    text-transform: uppercase;
    margin-top: 20px;
    text-align: center;
    padding-top: 20px;
    text-decoration: none;
    cursor: pointer;
  }

    .signUpStep .btn-create-account:hover {
      background-color: rgb(255, 171, 64) !important;
    }

.close-x {
     color: rgb(0, 0, 0);
    float: right;
    right: 15px;
    position: relative;
    cursor: pointer;
    z-index: 1;
    top: 10px;
}

.close-x img{
  width:20px !important;
}

.signup-container {
  background-color: rgba(20,21,24,.9);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 1000;
}

/* ---------------end signup-----------------------*/
