.banner{
  background:url(../images/bg.jpg)no-repeat center top;
  background-size:cover;
  -webkit-background-size:cover;
  -moz-background-size:cover;
  -o-background-size:cover;
  min-height:650px;
  margin-top: -55px;
}
.banner_info{
   margin: 3em 0 0 0;
}
.banner_info h3{
   font-family: 'Oswald', sans-serif;
   margin:30px;
   margin-left:0px;
   padding-top: 165px;
}
/* Shutter Out Horizontal */
.hvr-shutter-out-horizontal {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    background: #C2BCAF;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    padding: 12px 40px;
    border: 2px solid #fff;
    color: #fff;
    font-size: 20px;
}
.hvr-shutter-out-horizontal:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background:#555;
  
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-shutter-out-horizontal:hover, .hvr-shutter-out-horizontal:focus, .hvr-shutter-out-horizontal:active {
  color: white;
  text-decoration:none;
}
.hvr-shutter-out-horizontal:hover:before, .hvr-shutter-out-horizontal:focus:before, .hvr-shutter-out-horizontal:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.profile_search{
  text-align: center;
    background-color:rgba(12, 9, 10, 0.29);
    padding: 2em;
    margin:11em 0 0 0;
}
.input-group input[type="text"], select{
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background-color: #fff;
    border: none;
    font-size: 12px;
    padding:5px;
    width: 100%;
    color: #555;
    outline: none;
}
input.transparent{
    background-color:#fff;
    border: none;
    outline: none;
    font-size: 12px;
    padding:5px;
    color:#555;
}
.inline-block {
    display: inline-block;
    padding-right:5%;
    color:#fff;
}
label.gender_1{
    display: inline-block;
    max-width: 100%;
    margin-right: 10px;
    font-weight: 300;
    font-size: 0.85em;
    color: #fff;
    font-style: italic;
}
.search_top{
  margin-bottom:2em;
}
input#submit-btn {
    background-color: rgba(255, 0, 0, 0);
    border: none;
    outline: none;
    color: #fff;
    font-size: 0.85em;
    padding: 6px 20px;
    border: 1px solid #fff;
}
@keyframes hvr-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }

  33.3% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }

  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }

  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }

  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.hvr-wobble-vertical {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}
.hvr-wobble-vertical:hover, .hvr-wobble-vertical:focus, .hvr-wobble-vertical:active {
  -webkit-animation-name: hvr-wobble-vertical;
  animation-name: hvr-wobble-vertical;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

@media (max-width:1024px){
.banner_info h3 {
    font-size: 3em;
} 
.hvr-shutter-out-horizontal {
    padding: 8px 25px;
    font-size: 18px;
}
.banner_info {
    margin:7em 0 0 0;
}
.profile_search {
    margin:7em 0 0 0;
}
.banner {
    min-height:508px;
}
}


@media (max-width:930px){
.inline-block {
    padding-right: 1%;
}
}


@media (max-width: 768px){
  .banner_info h3 {
      font-size: 2.5em;
  } 
  .hvr-shutter-out-horizontal {
      padding: 6px 15px;
      font-size: 16px;
  }
  .banner_info {
      margin: 5em 0 0 0;
  }
  .profile_search {
      margin: 5em 0 0 0;
  }
  .age_box1 {
      width: 50% !important;
  }
  label.gender_1 {
      margin-right: 0px;
  }    
  .banner {
      min-height: 429px;
  }
  .inline-block {
      padding-right: 0;
  }
  .wrap_1{
    width:720px;
  }
  .profile_search {
     padding: 2em 1em;
  }

}
@media (max-width: 736px){
.age_box1 {
    width: 50% !important;
}
.search_top {
    margin-bottom:0;
}
.banner_info h3 {
    font-size: 2em;
    margin-bottom:20px;
}
.banner_info {
    margin: 3em 0 0 0;
}
.profile_search {
    margin: 3em 0 0 0;
    padding:10px;
}
.banner {
    min-height: 386px;
}
.age_box2 {
    max-width: 100% !important;
}
.inline-block {
    display: inline-block;
    margin-bottom: 10px;
}
.wrap_1 {
    width:480px;
}
.age_box1 {
    width: 50% !important;
}

input#submit-btn {
    font-size: 0.85em;
    padding: 4px 10px;
}
.hvr-shutter-out-horizontal {
    padding: 5px 10px;
    font-size: 14px;
}
.banner {
    min-height: 357px;
}
}

@media (max-width:480px){
.banner_info h3 {
    font-size: 1.5em;
    margin-bottom: 15px;
} 
.hvr-shutter-out-horizontal {
    font-size: 13px;
}
.banner_info {
    margin: 2em 0 0 0;
}
.profile_search {
    margin: 2em 0 0 0;
    padding: 10px;
}
label.gender_1 {
    font-size: 12px;
}    
.input-group input[type="text"], select, input.transparent{
    font-size: 10px;
}    
input#submit-btn {
    font-size: 0.8125em;
    padding: 3px 8px;
}
.wrap_1 {
    width: 452px;
}
.inline-block {
    margin-bottom: 5px;
}
.banner {
    min-height: 281px;
}
}

@media (max-width:414px){
.wrap_1 {
    width: 375px;
}
.banner_info h3 {
    font-size: 1.2em;
    margin-bottom: 10px;
}
.hvr-shutter-out-horizontal {
    padding: 4px 8px;
    font-size: 11px;
} 
.banner_info {
    margin: 1em 0 0 0;
}
.profile_search {
    margin: 1em 0 0 0;
    padding:5px;
}
.banner {
    min-height: 254px;
}
}
@media (max-width:384px){
.wrap_1 {
    width: 350px;
} 
.inline-block {
    margin-bottom:2px;
}
.banner {
    min-height: 231px;
    zoom: .9;
}
}

@media (max-width:320px){
.wrap_1 {
    width: 330px;
} 


}


/* home category box */
.category-box {
    background-color: #fff;
    margin: 30px 0;
    height: 435px;
    box-shadow: 1px 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
    border-radius: 0;
    position: relative;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear
}

.category-box:hover {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)
}

.category-box .icon {
    text-align: center;
    position: absolute;
    top: -25px;
    margin: 0 auto;
    width: 100%
}

.category-box .category-header {
    width: 100%;
    background-color: #f8f8f8;
    display: inline-block;
    text-align: center;
    padding: 40px 15px 20px;
    border-bottom: 1px solid #eee;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear
}

.category-box .category-header h4 {
    font-size: 18px;
    color: #444
}

.category-box .category-header:hover {
    background: #3498db
}

.category-box .category-header:hover h4 {
    color: #fff
}

.category-box .category-content li {
    float: left;
    margin-top: 10px;
    width: 100%
}

.category-box .category-content li a {
    float: left;
    color: #888;
    margin-left: 15px
}

.category-box .category-content li a:hover {
    color: #3498db
}

.category-box .category-counter {
    margin-right: 15px
}

.category-counter {
    font-size: 12px;
    color: #888;
    float: right
}

.border-1 {
    border-bottom: 2px solid #3498db
}

.border-2 {
    border-bottom: 2px solid #ff5353
}

.border-3 {
    border-bottom: 2px solid #1dd2af
}

.border-4 {
    border-bottom: 2px solid #fe4080
}

.border-5 {
    border-bottom: 2px solid #24a69a
}

.border-6 {
    border-bottom: 2px solid #8e4162
}

.border-7 {
    border-bottom: 2px solid #9a63c1
}

.border-8 {
    border-bottom: 2px solid #512da7
}

.color-1 {
    background-color: #3498db !important
}

.color-2 {
    background-color: #ff5353 !important
}

.color-3 {
    background-color: #1dd2af !important
}

.color-4 {
    background-color: #fe4080 !important
}

.color-5 {
    background-color: #24a69a !important
}

.color-6 {
    background-color: #8e4162 !important
}

.color-7 {
    background-color: #9a63c1 !important
}

.color-8 {
    background-color: #512da7 !important
}
