@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,500,900,700,100|Roboto+Condensed:400italic,700,300|Montserrat:400,70);

h1,
h2,
h3,
h4,
h5,
h6{
  font-family: 'Montserrat', Impact;
  font-weight: 700;
}

p{
  font-family: 'Roboto', Arial;
}

.navbar-inverse .navbar-nav>li>a{
  font-family: 'Roboto', Arial;
}

.navbar{
  background: rgba(0, 0, 0, 0.9);
}

.navbar-brand{
  padding: 0;
}

.navbar-nav>li>a {
    transition: all 0.3s;
    padding-top: 15px;
    padding-bottom: 15px;
}

.navbar-inverse{
  border: none;
}

/* if scrolled*/
.scrolled{
  height: 100px;
}

.filled {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

.unfilled {
  transition: all 0.3s;
  padding-top: 15px;
  padding-bottom: 15px;
  background: red;
}

.navbar-brand>img {
  height: 200%;
  padding: 15px; /* firefox bug fix */
  width: auto;
  transition: all 0.3s;
}

.navbar-brand:hover > img{
  opacity: 0.8;
}

body{
  background: url('http://o2jam.intgamerz.net/images/head.jpg');
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
  height: 320px;
  margin-top: -20px;
  color: #fff;
}

.spacer:before {
  content: '';
	display: block;
  height: 100%;
	background-image: linear-gradient(to bottom right,#002f4b,#dc4225);
	opacity: .6;
}

.theme-showcase{
  margin-top: 50px;
  margin-bottom: 50px;
  background: rgba(0,0,0, 0.7);
  padding: 20px
}

a.image-thumbnail img{
  width: 100%;
}


#passwordStrength .weak {
    color: #BF3E3E;
}

#passwordStrength .better {
    color: orange;
}

#passwordStrength .medium {
    color: yellow;
}

#passwordStrength .strong {
    color: green;
}

#passwordStrength .strongest {
    color: #00FFFF;
}

#passwd.weak {
    border: 3px solid red;
}

#passwd.better {
    border: 3px solid orange;
}

#passwd.medium {
    border: 3px solid yellow;
}

#passwd.strong {
    border: 3px solid #49A549;
}

#passwd.strongest {
    border: 3px solid #00FFFF;
}

#sex {
    font-size: 1.5em;
    width: 100%;
    color: #555;
    font-family: "Montserrat";
    display: block;
    padding: 10px;
}

.side-section{
    padding-left: 20px;
    border-left: 5px solid #fff;
}

.side-section.orange{
  border-color: #FF9536;
}

.side-section.blue{
  border-color: #0087A6;
}

.sidebar-nav{
  list-style: none;
  padding: 0;
}

.sidebar-nav li a{
  color: #fff;
  text-decoration: none;
  font-family: "Roboto", Arial;
  transition: all .3s;
  display: block;
  font-size: 14px;
  margin: 8px 0;
}

.sidebar-nav li a:hover{
  color: #FF9536;
}

#footer{
  padding-top: 10px;
  margin-top: 15px;
  border-top: 1px dotted #D0D0D0;
  font-family: "Roboto Condensed", Arial;
}

#footer a, #footer p{
  color: #D0D0D0;
  font-family: "Roboto Condensed", Arial;
}

.updates .post-details{
  color: #D6D6D6;
  text-transform: uppercase;
  font-family: "Montserrat";
  letter-spacing: 3px;
  font-size: 11px;
  margin-bottom: 40px;
}

.updates .post-details .first, .updates .post-details .second{
  display: inline-block;
}


.updates .post-details .fa{
  color: #fff;
  opacity: 0.5;
  position: relative;
}


.updates .post-link{
  font-family: "Montserrat";
  background: #0087A6;
  border: 0;
  border-radius: 100px;
  padding: 7px 20px;
  transition: all 0.3s;
}

.updates .post-link:hover{
  background: #07A7CC;
}

.updates .post-details .fa-calendar {
  margin-left: 10px;
  margin-right: 10px;
}

.updates .post-details .fa-user {
    margin-left: 10px;
    margin-right: 10px;
}

.updates .see-more-fb{
  margin-bottom: 10px;
  font-family: "Montserrat";
  background: #0087A6;
  border: 0;
  border-radius: 100px;
  padding: 7px 20px;
  transition: all 0.3s;
}

.updates .see-more-fb:hover{
  background: #07A7CC;
}

.list-admin{
  list-style: none;
  padding: 0;
}

.list-admin li a{
  color: #D6D6D6;
  display: block;
  padding: 10px 0;
  transition: all 0.3s;
  font-family: "Montserrat";
  letter-spacing: 2px;
  text-transform: uppercase;
}

.list-admin li a:hover{
  opacity: 0.5;
  text-decoration: none;
}


.list-admin li a .fa{
  margin-right: 10px;
}

.note{
  padding: 20px 15px;
  margin-bottom: 20px;
  background: rgba(228, 228, 228, 0.16);
  border-radius: 3px;
}

.note p{
  font-family: "Open Sans";
  padding-left: 20px;
  padding-right: 20px;
}

.note a.contact{
  color: #fff;
  font-weight: bolder;
  text-decoration: none;
  transition: all 0.3s;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.note a.contact:hover{
  opacity: 0.5;
}

.note a.btn{
  margin: 10px 20px;
}

.note .head{
  padding: 5px 0;
  padding-left: 20px;
  padding-right: 20px;
}

.note .fa.head-icon{
  font-size: 23px;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  margin-left: -34px;
  margin-top: 5px;
  padding: 9px 12px 9px 7px;
  background: rgb(255, 149, 54);
  border-radius: 150px;
  position: absolute;
}

.single-image{
  /*width: 100%;*/
}

.slider .multiple-image-wrapper {
  position: relative;
  display: inline-block;
  width: 33.333333%;
  height: auto;
}

.mini-box{
  background: rgba(228, 228, 228, 0.16);
  padding: 25px 20px;
  margin: 10px 0;
  border-top: 5px solid #fff;
}


#registration-message.fail, #forgot-pass-message.fail{
    display: block;
    margin-top: 20px;
    padding: 20px;
    background-color: #BF3E3E;
    width: 100%;
    border-radius: 3px;
}

#registration-message.success, #forgot-pass-message.success {
    display: block;
    margin-top: 20px;
    padding: 20px;
    background-color: #49A549;
    width: 100%;
    border-radius: 3px;
}

.col-centered{
  float: none;
  margin: 0 auto;
}

#form1{
  background: rgba(228, 228, 228, 0.16);
  padding: 40px;
}

#form1 label{
  text-transform: uppercase;
  font-family: "Montserrat";
  letter-spacing: 0.5px;
  font-size: 11px;
}

#form1 .note-register{
  color: #A7A7A7;
  margin-bottom: 20px;
}

.server-status-message{
  font-family: "Montserrat";
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 10px;
  color: #D4D4D4;
}

.server-status-message .fa-check-circle{
  margin-right: 3px;
  color: #71FF51;
  font-size: 20px;
  vertical-align: middle;
}

.server-status-message .fa-times-circle{
  margin-right: 3px;
  color: #FF4D4D;
  font-size: 20px;
  vertical-align: middle;
}

.modal {
  color: #2f2f2f;
}

/* Loading */
#loading{
  width: 100%;
  height: 100%;
  position: fixed;
  background: #000000b8;
  z-index: 999999;
  margin-top: -50px;
  display: none;
}

.line-load {
  position: relative;
  height: 100%;
  display: block;
  top: 50%;
  left: 50%;
}

.loader {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 120px;
  height: 4px;
  border-radius: 4px;
  background-color: #353535;
  overflow: hidden;
}
.loader::before, .loader::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 4px;
  border-radius: 4px;
  z-index: 2;
}
.loader::before {
  background: linear-gradient(90deg, #f9a459, #06cdfb);
  animation: animation 1.2s linear infinite;
}
.loader::after {
  background: linear-gradient(90deg, #FF9536, #0087A6);
  animation: animation 1.2s .5s linear infinite;
}

@keyframes animation {
  0% {
    width: 0;
  }
  25% {
    width: 30%;
    left: 15%;
  }
  50% {
    width: 70%;
    left: 40%;
  }
  100% {
    width: 15%;
    left: 100%;
  }
}
.loader-2 {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 3px;
  border-radius: 3px;
  background-color: #fff;
  overflow: hidden;
}
.loader-2::before, .loader-2::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 3px;
  border-radius: 3px;
  z-index: 2;
}
.loader-2::before {
  background: #fbba00;
  animation: animBefore 1.2s linear infinite;
}
.loader-2::after {
  background: #f88e4c;
  animation: animAfter 1.2s .5s linear infinite;
}

@keyframes animBefore {
  0% {
    width: 0;
  }
  25% {
    width: 30%;
    left: 15%;
  }
  50% {
    width: 70%;
    left: 40%;
  }
  100% {
    width: 0;
    left: 100%;
  }
}
@keyframes animAfter {
  0% {
    width: 0;
  }
  25% {
    width: 60%;
    left: 30%;
  }
  50% {
    width: 40%;
    left: 60%;
  }
  100% {
    width: 15%;
    left: 100%;
  }
}
.loader-3 {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100px;
  height: 4px;
  border-radius: 4px;
  background-color: #f0f0f0;
  overflow: hidden;
}
.loader-3::before, .loader-3::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 4px;
  border-radius: 4px;
  z-index: 2;
}
.loader-3::before {
  background: #B721FF;
  animation: animation2 1.2s linear infinite;
}
.loader-3::after {
  background: #21D4FD;
  animation: animation2 .9s .4s linear infinite;
}

@keyframes animation2 {
  0% {
    width: 0;
  }
  50% {
    width: 60%;
    left: 40%;
  }
  100% {
    width: 20%;
    left: 100%;
  }
}
.loader-4 {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10%;
  height: 3px;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 0 40px 0 rgba(68, 16, 122, 0.4);
  overflow: hidden;
}
.loader-4::before, .loader-4::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 4px;
  border-radius: 4px;
  z-index: 2;
}
.loader-4::before {
  background: linear-gradient(90deg, #ff1361, #fff800);
  animation: animation .8s linear infinite;
}
.loader-4::after {
  background: linear-gradient(90deg, #44107a, #ff1361);
  animation: animation .8s .4s linear infinite;
}



/*==========  Non-Mobile First Method  ==========*/

    /* Large Devices, Wide Screens */
    @media only screen and (max-width : 1200px) {

    }

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

    }

    /* Medium Devices, Desktops */
    @media only screen and (max-width : 992px) {

    }

    /* Small Devices, Tablets */
    @media only screen and (max-width : 768px) {
      .spacer{
        height: 150px;
      }
      .navbar-brand>img{
        height: 100%;
        padding: 5px;
      }
    }

    /* Extra Small Devices, Phones */
    @media only screen and (max-width : 480px) {
      .updates .post-details .first, .updates .post-details .second{
        display: block;
        margin: 10px 0;
      }
      .updates .fa-user{
        margin-left: 0;
      }

      .slider .multiple-image-wrapper{
        width: 50%;
      }

      .autolinked{
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        display: block;
      }
    }

    /* Custom, iPhone Retina */
    @media only screen and (max-width : 320px) {

    }
