/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
 
 .bg-black {
    background:#000;
 }
 #mk-footer .footer-wrapper {
    padding: 0px 0;
}
 .models-list-box {
    width: 23%;
    float: left;
    margin: 10px;
    height: 360px;
    background:#272727;
}


.models-list-box .photo {
    position:relative;
    height: 300px;
    overflow:hidden;
}
.models-list-box .photo .image {
    height:100%;
    width:100%;
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
}

.models-list-box .photo img {
    max-width:none;
    max-height: none;
}
.models-list-box .model-name {
    text-align: left;
    font-size: 14px;
    font-weight: normal;
    padding: 5px 10px;
    color:#e4e4e4;
}
.model-new {
    background-image:url(../images/newbadge.png);
    position: absolute;
    width: 60px;
    height: 60px;
    z-index: 7;
    background-size: cover;
    top: -10px;
    right: 8px;
}
.model-available-text {
    font-size: 12px;
    text-align: center;
    padding: 5px 15px 5px 88px;
    background-color: #1ae2ef;
    color: #000;
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: 0;
    border-top: 3px solid #000;
}
.model-available-banner {
    width: 0;
    height: 0;
    border-bottom: 80px solid #1ae2ef;
    border-right: 100px solid transparent;
    position: absolute;
    z-index: 100;
    bottom: 7px;
}
.model-available-banner span {
    display: inline-block;
    -webkit-transform: rotate(41deg);
    -moz-transform: rotate(41deg);
    -o-transform: rotate(41deg);
    transform: rotate(41deg);
    margin: 30px 0 0 0px;
    color: #6b6b6b;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 0px;
    font-weight: bold;
}


.single-model-name {
    margin:30px 0px;
    text-align: center;
}
.single-model-name .firstname{
    color:#1ae2ef;
}
.model-info {
    position:relative;
}
.model-info ul {
    list-style-type: none;
}
.model-info ul li span {
    color:#1ae2ef;
}
.model-info ul li {
    margin:0px;
}
.model-more-info {
    font-size: 18px;
}
.model-more-info div span.no {
    background-image:url(../images/cross.jpg);
    width: 25px;
    height:20px;
    overflow:hidden;
    text-indent: -50px;
}
.model-more-info div span.yes {
    background-image:url(../images/check.jpg);
    width: 25px;
    height:20px;
    overflow:hidden;
    text-indent: -50px;
}
#polaroidfiles,#files {
    min-height: 150px;
}
.polaroid-item {
    overflow: hidden;
    height:350px;
    margin: 10px 0;
}
.polaroid-item img {
    width:100%;
}
.lSSlideOuter .lSPager.lSGallery {
    height:80px;
}
.lSPager.lSGallery li {
    height:80px;
    overflow:hidden;
}
#locationSlider .lslide {
    text-align: center;
    margin: 0px;
    height:auto;
    max-height: 700px;
}
#locationSlider .lslide img {
    max-width: 100%;
}
.location-content {
    margin-top: 25px;
}
.location-fieldname {
    width: 130px;
    display: inline-block;
    color: #c6c6c6 !important;
    font-weight: 600;
}
.owl-carousel {
  margin-bottom: 30px;
}
.owl-carousel .owl-item img {
    min-height: 418px;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
  top: 40%;
  width: 36px;
  height: 36px;
  font-size: 0px;
  position: absolute;
  background-repeat:no-repeat;
  background-image:url(../images/direction-nav.png);
}
.owl-carousel .owl-nav .owl-prev {
  left: 0;
  background-position: 15px 0;
}
.owl-carousel .owl-nav .owl-next {
  right: 0;
  background-position: -20px 0;
}

.owl-carousel .item {

    position: relative;
    width: 100%;
    height: 100%;

}
.owl-carousel .item .photo{
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}
.polaroid-item figure {
    overflow: hidden;
    width:100%;
    height:350px;
}
.polaroid-item figure img , .photo img{
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.polaroid-item figure:hover img,.photo:hover img {
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}
.pagination-container {
    height: 40px;
}
.pagination .page-item .page-numbers {
    color:#fff;
    display:block;
}

.pagination .page-item .page-numbers.current {
    background: #047e7e;
    padding: 3px;
    color: #0cf8f7;
    width: 100% !important;
    display: block;
    padding: 0;
    font-size: 16px;
    height: 30px;
    border: none;
}

.pagination .page-item {
    border: 0;
    border-radius: 0;
    width: 24px;
    height: 30px;
    background: none;
    margin: 1px;
    text-align: center;
    overflow: hidden;
    font-size: 14px;
    background: #1ae2ef4d;
}

input[type="email"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], textarea ,#user,#user:focus,#pass,#pass:focus{
    font-size: 13px;
    color: #1ae2ef;
    padding: 10px 12px;
    background-color: #fdfdfd;
    border: 1px solid #e3e3e3;
    outline: 0;
    margin-bottom: 4px;
}

.login-form-container {
    max-width: 475px;
    margin: 10% auto;
}

.loader {
    border: 10px solid #f3f3f3; /* Light grey */
    border-top: 10px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 64px;
    height: 64px;
    position: absolute;
    display:none;
    margin: -25px 48px;
    animation: spin 2s linear infinite;
}

.iconloader {
    border: 5px solid #f3f3f3; /* Light grey */
    border-top: 5px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 32px;
    height: 32px;
    position: absolute;
    display: none;
    margin: 0 60px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}


.badge-off {
    font-weight: 300;
    background: #333;
    border-radius: 0;
}
.badge-on {
    font-weight: 400;
    background: #1ae2ef;
    border-radius: 0;
    color: #000;
}
.badge-ok {
    font-weight: 400;
    background: #fff;
    border-radius: 25%;
    color: #000;
    background:url(../images/thumbs-up-hand-symbol.svg) no-repeat;
    background-size: cover;
    width: 20px;
    height: 20px;
}
.badge-no {
    font-weight: 400;
    background: #fff;
    border-radius: 25%;
    color: #000;
    background:url(../images/thumbs-down.svg) no-repeat;
    background-size: cover;
    width: 20px;
    height: 20px;
    opacity: 0.5;
}

.badge-love {
    font-weight: 400;
    border-radius: 25%;
    color: #000;
    background:url(../images/love.svg) no-repeat;
    background-size: cover;
    width: 20px;
    height: 20px;
    line-height: 18px;
}

.inline {
    display:inline;
 }
 
.btn-radio,.btn-checkbox {
  background-color: #a7a7a7;
  border-color: #474747;
  color:#000;
}

.btn-radio:not(:disabled):not(.disabled):active, 
.btn-radio:not(:disabled):not(.disabled).active,
.btn-checkbox:not(:disabled):not(.disabled):active,
.btn-checkbox:not(:disabled):not(.disabled).active,
.show > .btn-checkbox.dropdown-toggle,
.show > .btn-radio.dropdown-toggle {
  color: #fff;
  background-color: #0085ba !important;
  border-color: #0073aa !important;
}

.btn-radio:not(:disabled):not(.disabled):active:focus, 
.btn-radio:not(:disabled):not(.disabled).active:focus,
.btn-checkbox:not(:disabled):not(.disabled):active:focus, 
.btn-checkbox:not(:disabled):not(.disabled).active:focus,
.show > .btn-checkbox.dropdown-toggle:focus,
.show > .btn-radio.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.col-form-label {
    font-size: 14px !important;
}

#nikkis-form input[type="email"], #nikkis-form input[type="password"], 
#nikkis-form input[type="search"], #nikkis-form input[type="date"], 
#nikkis-form input[type="tel"], #nikkis-form select,
#nikkis-form input[type="text"], #nikkis-form textarea {
    border: 1px solid #343a40;
    background:none;
    padding: 4px 15px;
    color: #c2c0c0;

}
#nikkis-form select option {
    background:#ccc;
    color:#000;
}
.file-upload {
    margin-left: 5px;
}
a.thickbox {
    color: #007bff;
    font-size: 14px;
    margin-right: 9px;
}

.multi-select-container {
    display: inline-block;
    position: relative;
    width:100%;
}

.multi-select-menu {
    position: absolute;
    left: 0;
    top: 0.8em;
    z-index: 1;
    float: left;
    min-width: 100%;
    background: #fff;
    margin: 1em 0;
    border: 1px solid #aaa;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    display: none;
}

.multi-select-menuitem {
    display: block;
    font-size: 14px;
    padding: 0 32px;
    white-space: nowrap;
    line-height: 20px;
}

.multi-select-menuitem + .multi-select-menuitem {
    padding-top: 0;
}

.multi-select-presets {
    border-bottom: 1px solid #ddd;
}

.multi-select-menuitem input {
    position: absolute;
    margin-top: 0.25em;
    margin-left: -20px;
}

.multi-select-button {
    display: inline-block;
    font-size: 14px;
    padding: 0px 5px;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: -0.5em;
    background-color: transparent;
    border: 1px solid #343a40;
    border-radius: 0px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    cursor: default;
    width:100%;
}

.multi-select-button:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0.4em 0.4em 0 0.4em;
    border-color: #999 transparent transparent transparent;
    margin-left: 0.4em;
    vertical-align: 0.1em;
}

.multi-select-container--open .multi-select-menu {
    display: block;
    z-index: 100;
    background: #ccc;
    color: #000;
}

.multi-select-container--open .multi-select-button:after {
    border-width: 0 0.4em 0.4em 0.4em;
    border-color: transparent transparent #999 transparent;
}

.multi-select-container--positioned .multi-select-menu {
    /* Avoid border/padding on menu messing with JavaScript width calculation */
    box-sizing: border-box;
}

.multi-select-container--positioned .multi-select-menu label {
    /* Allow labels to line wrap when menu is artificially narrowed */
    white-space: normal;
}

div.bhoechie-tab-container{
  z-index: 10;
  background-color: #000;
  padding: 0 !important;
  border-radius: 4px;
  -moz-border-radius: 4px;
  border:1px solid #ddd;
  margin-top: 20px;
  /*! margin-left: 50px; */
  -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
  box-shadow: 0 6px 12px rgba(0,0,0,.175);
  -moz-box-shadow: 0 6px 12px rgba(0,0,0,.175);
  background-clip: padding-box;
  opacity: 0.97;
  filter: alpha(opacity=97);
}
div.bhoechie-tab-menu{
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 0;
}
div.bhoechie-tab-menu div.list-group{
  margin-bottom: 0;
}
div.bhoechie-tab-menu div.list-group>a{
  margin-bottom: 0;
}
div.bhoechie-tab-menu div.list-group>a .glyphicon,
div.bhoechie-tab-menu div.list-group>a .fa {
  color: #5A55A3;
}
div.bhoechie-tab-menu div.list-group>a:first-child{
  border-top-right-radius: 0;
  -moz-border-top-right-radius: 0;
}
div.bhoechie-tab-menu div.list-group>a:last-child{
  border-bottom-right-radius: 0;
  -moz-border-bottom-right-radius: 0;
}
div.bhoechie-tab-menu div.list-group>a.active,
div.bhoechie-tab-menu div.list-group>a.active .glyphicon,
div.bhoechie-tab-menu div.list-group>a.active .fa{
  background-color: #5A55A3;
  background-image: #5A55A3;
  color: #ffffff;
}
div.bhoechie-tab-menu div.list-group>a.active:after{
  content: '';
  position: absolute;
  left: 100%;
  top: 50%;
  margin-top: -13px;
  border-left: 0;
  border-bottom: 13px solid transparent;
  border-top: 13px solid transparent;
  border-left: 10px solid #5A55A3;
}

div.bhoechie-tab-content{
  background-color: #000;
  /* border: 1px solid #eeeeee; */
  padding-left: 20px;
  padding-top: 10px;
}

div.bhoechie-tab div.bhoechie-tab-content:not(.active){
  display: none;
}
.forgot-pass-link {
    font-size:14px;
}
.profile-tab-link-title {
    font-size: 18px;
    
}
div.bhoechie-tab-menu a {
    margin: -1px 0 0 -1px;
}
.mk-header-nav-container {
    width:auto !important;
}

.delete-fav,.delete-card {
    float: right;
    margin: 8px 0px;
    height: 18px;
    color: black;

}
.card-text-sm {
    font-size: 14px;
}

#search-form select {
    padding:0px;
    min-width: 100px;
    width: 100px;
    color: #01dce3;
    padding-left: 5px;
}

#search-form input[type=text]{
    width:30%;
    color: #01dce3;
}

@media only screen and (max-width: 768px) {
    /* For mobile phones: */
    .container,.models-list-box {
        width: 100%;
        padding:0px;
        margin:10px 0px;
    }
    .addtobooking-btn {
        margin-top: 20px;
    }
    .model-info {
      clear:both;
      display:block;
      width: 100%;  
      margin:0px;
    }
    #pagination-container {
        clear:both;
    }
    #search-form select {
        padding:1px;
        width: 100%;
    }
    #search-form input[type=text]{
        width:100%;
        color: #01dce3;
    }
    
}