body{
    font-family: 'Open Sans', sans-serif;
    color: #5D5D5D;
}

header{
    background-color: #EFEFEF;
    height: 245px;
    border-bottom: 3px solid #CA0AD6;
}
header .logo{
    display:block;
    height: 68px;
    width: 212px;
    background-image: url(../../images/6treff/logo-6treff.png);
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
    text-indent: -999px;
}

header ul{
    padding: 0px;
    
}
header ul li{
    list-style: none;
    display: block;
    float:left;
    border-left: 10px solid #EFEFEF;
    height: 45px;
}
header ul li:last-child{
    border-right: 10px solid #EFEFEF;
}
header ul li a{
    display: block;
    color: #5D5D5D;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    height: 100%;
    padding: 8px 15px 0 15px;
    
}
header ul li a:hover{
    background-color: #fff;
    color: #CA0AD6;
    text-decoration: none;

}

header ul li a i{
    color: #CA0AD6;
    display: inline-block;
    margin-right: 10px;
}


header .header-navi{
    height: 45px;
    background-color: #F7F7F7;
    overflow: hidden;
}

header .main-head{
    padding-top: 20px;
    overflow: hidden;
}
header h1{
    float: left;
}
header h2{
    font-size: 36px;
    text-transform: uppercase;
    float: left;
    margin-left: 35px;
    padding-left: 35px;
    border-left: 1px solid rgba(112,112,112,0.31);
    margin-top: 11px;
    height: 55px;
    padding-top: 8px;

}


.powerBoxContainer{
    margin-top: -75px;
}
.powerBoxContainer .powerBox{
    height: 540px;
    -moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.17);
	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.17);
    box-shadow: 0px 0px 10px rgba(0,0,0,0.17);
    background-color: #fff;
   
}

.powerBoxContainer .powerBox a{
    position: relative;
    overflow: hidden;
}


.powerBoxContainer .powerBox a .logo-lust24{
    height: 48px;
    width: 101px;
    background-image: url(../../images/6treff/logo-lust24-small.png);
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: rgba(255,255,255,0.4);
}
.powerBoxContainer .powerBox a.powerItem{
    display: block;
    height: 540px;

    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0px;
}
.powerBoxContainer .powerBox a .info-box{
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 210px;
    padding-top: 50px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,1+100 */
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */



}
.powerBoxContainer .powerBox a .info-box h3{
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    font-size: 36px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: 'Oswald', sans-serif;
    

}
.powerBoxContainer .powerBox a .info-box p{
    font-size: 24px;
    font-weight: 300;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    margin-top: -10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.powerBoxContainer .powerBox a .info-box .button{
    width: 70%;
    margin: 0 auto;
    background-color: #CA0AD6;
    text-align: center; 
    font-size: 20px;
    padding: 10px 0;
    color: #fff;
    font-weight: 700;
    margin-top: -5px;
    
    
}

.powerBoxContainer .powerBox a:hover .info-box{
    padding-top: 70px;
    height: 230px;
    -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.powerBoxContainer .powerBox a:hover .info-box .button{
    background-color: #A808B2;
    -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}


.powerBoxContainer .powerBox a .bestell-box{
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 230px;
    padding-top: 163px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,1+100 */
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
    -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity:0;
    -khtml-opacity: 0;
    opacity: 0;
}

.powerBoxContainer .powerBox a:hover .bestell-box{
    bottom: 0px;
    -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);


    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity:1;
    -khtml-opacity: 1;
    opacity: 1;
    

}

.powerBoxContainer .powerBox a .bestell-box .button{
    width: 70%;
    margin: 0 auto;
    background-color: #CA0AD6;
    text-align: center; 
    font-size: 20px;
    padding: 10px 0;
    color: #fff;
    font-weight: 700;
    margin-top: -5px;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity:0;
    -khtml-opacity: 0;
    opacity: 0;
    
}

.powerBoxContainer .powerBox a:hover .bestell-box .button{
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity:1;
    -khtml-opacity: 1;
    opacity: 1;
    -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s;
    -moz-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s;
    -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s;
    transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s;

}























.wItem{
    overflow: hidden;
    text-align: center;


}

.wItem p{
    font-weight: 300;
    font-size: 18px;
    text-transform: uppercase;
    margin-top: -5px;
    margin-bottom: 55px;
}
.wItem p strong{
    color: #CA0AD6;
    font-weight: 700;
}
h2.lineTitle {
	display: inline-block;
    position: relative;
   margin-top: 35px;

   color: #CA0AD6;
   text-transform: uppercase;
   font-weight: 700;
   font-size: 36px;

}


h2.lineTitleDetail {
	display: block;
    position: relative;
   margin-top: 35px;

   color: #CA0AD6;
   text-transform: uppercase;
   font-weight: 700;
   font-size: 36px;
   text-align: center;
   margin-bottom: 45px;
   padding-bottom: 45px; 
   border-bottom: 1px solid #CA0AD6;
}

h2.lineTitle::before,
h2.lineTitle::after {
	content: "";
	position: absolute;
	border-top: 1px solid #CA0AD6;
	top: 50%;
	width: 2000px;
}
h2.lineTitle::before {
	margin-right: 15px;
	right: 100%;
}
h2.lineTitle::after {
	margin-left: 15px;
	left: 100%;
}


.werBanner{
    margin-bottom: 35px;
}



.girlsNavigation{
    margin-bottom: 25px;
}

.nav .nav-item{
    margin-bottom: 15px;
}
.nav .nav-item a.nav-link{
    background-color: #CA0AD6;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 10px 15px;
}

.dropdown-menu{
    top: 35px;
    margin: 50px 15px 0 15px;
    width: calc(100% - 30px);
    background-color: #fcfcfc;

}

.dropdown-menu .titleMenue{
    text-align: center;
    background-color: #CA0AD6;
    color: #fff;
    padding: 10px 0;
}


.dropdown-menu ul{
    padding: 0px;
    
}
.dropdown-menu ul li{
   list-style: none;
   display: block;
   border-bottom: 1px solid #f2f2f2;

}

.dropdown-menu ul li.regionLi{
    display: block;
    width: 50%;
    float: left;
}
.dropdown-menu ul li.regionLi a{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


.dropdown-menu ul li:last-child{
    border-bottom: none;
}
.dropdown-menu ul li a{
    display: block;
}
.dropdown-menu ul li a:hover{
    background-color: #CA0AD6;
    color: #fff;
}



.girl-item{
    height: 400px;
    overflow: hidden;
    margin-bottom: 25px;
    position: relative;
}
.girl-item a{
    display: block;
    width: 100%;
    height: 100%;
    
}
.girl-item a figure{
    width: 100%;
    height: 100%;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}

.girl-item a .girlItem-info{
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 120px;
    padding-top: 50px;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
    -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.girl-item a:hover .girlItem-info{
    height: 160px;
    padding-top: 90px;
}
.girl-item a .girlItem-info h3{
    text-align:center;
    color: #fff;
    font-size: 24px;
    width: 90%;
    margin: 0 auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-family: 'Oswald', sans-serif;
}

.girl-item a .girlItem-info p{
    text-align:center;
    color: #fff;
    font-size: 18px;
    width: 90%;
    margin: 5px auto 0 auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 300;
    text-transform: uppercase;

}
.girl-item a .girlItem-BoxTop{
    position: absolute;
    top: 10px;
    left: 10px;
}
.girl-item a .girlItem-Comments{
   
    padding: 2px 5px;
    background-color: #CA0AD6;
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 5px;
} 

.girl-item a .girlItem-Upset{
   
    padding: 2px 5px;
    background-color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    color: #333;
} 

.girl-item a .girlItem-Tagestipp{
    position: absolute;
    top: 18px;
    right: -45px;
    -moz-transform:rotate(45deg);
    -webkit-transform:rotate(45deg);
    transform:rotate(45deg);
    background-color: #fff;
    padding: 5px 35px;
    color: #CA0AD6;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 15px;

}

.noFound{
    width: 100%;
}
.noFound p{
    color: #5D5D5D;
    font-size: 18px;
    text-align: center;
    text-transform: uppercase;
}

/* Change this breakpoint if you change the breakpoint of the navbar */

    .animate {
      animation-duration: 0.3s;
      -webkit-animation-duration: 0.3s;
      animation-fill-mode: both;
      -webkit-animation-fill-mode: both;
    }

  
  @keyframes slideIn {
    0% {
      transform: translateY(1rem);
      opacity: 0;
    }
    100% {
      transform:translateY(0rem);
      opacity: 1;
    }
    0% {
      transform: translateY(1rem);
      opacity: 0;
    }
  }
  
  @-webkit-keyframes slideIn {
    0% {
      -webkit-transform: transform;
      -webkit-opacity: 0;
    }
    100% {
      -webkit-transform: translateY(0);
      -webkit-opacity: 1;
    }
    0% {
      -webkit-transform: translateY(1rem);
      -webkit-opacity: 0;
    }
  }
  
  .slideIn {
    -webkit-animation-name: slideIn;
    animation-name: slideIn;
  }
  
.page-load-status{
    display:none;
}

.view-more-button{
    background-color: #CA0AD6;
    color: #fff;
    text-transform: uppercase;
    padding: 10px 25px;
    border: 1px solid #CA0AD6;
    margin: 20px auto;
    width: 50%;
    text-align: center;
    
}
.blickContainer{
    margin-bottom: 25px;
}
.blick-inner{
    border: 1px solid #CA0AD6;
    height: 100%;   
    padding: 45px 15px 15px 15px;
    background-color: rgba(202,10,214,0.05);
    position: relative;
    display: block;

}
.blick-inner .blick-region{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    padding: 5px;
    text-transform: uppercase;
    font-size: 12px;
    background-color: #CA0AD6;
    text-align: center;
    color: #fff;
    font-weight: 600;

}

.blick-inner a{
    color: #CA0AD6;
    text-decoration: underline;
}

.footer{
    background-color: #CA0AD6;
    padding-bottom: 35px;
}
.footer .footer-inner{
    border-top: 1px solid #CA0AD6;
    margin-top: 35px;
    padding-top: 35px;
    color: #fff;

}
.footer .footer-inner h2{
    font-size: 36px;
    margin-bottom: 25px;
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
}

.footer .footer-inner ul{
    padding:0px;
}

.footer .footer-inner ul li{
    list-style: none;
    display: block;
    margin-bottom: 15px;
}
.footer .footer-inner ul li a{
    display: block;
    color: #CA0AD6;;
    background-color: rgb(252,243,253);
    padding: 10px 15px;
    -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.footer .footer-inner ul li a i{
    display: inline-block;
    width: 25px;
}
.footer .footer-inner ul li a:hover{
    background-color: #fff;
    text-decoration: none;
    font-weight: 600;
    -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-box-shadow: 2px 2px 2px rgb(111,18,117);
	-webkit-box-shadow: 2px 2px 2px  rgb(111,18,117);
	box-shadow: 2px 2px 2px  rgb(111,18,117);
}


.detail .topNavigation{
    margin-top: 35px;
}
.detail .topNavigation .innerNaviTop{
    background-color: rgba(202,10,214,0.05);
  
}

.detail .topNavigation .detailOverview{
    text-align: center;
}

.detail .topNavigation .detailOverview a{
    display:block;
    padding: 10px;
    color: #CA0AD6;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
}
.detail .topNavigation .detailOverview a:hover{
    background-color: rgba(202,10,214,0.2); 
    -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.detail .topNavigation a{
    position: relative;
}
.detail .topNavigation a:hover{
    text-decoration: none;
}

.detail .topNavigation a i{
    position: absolute;
    top: 0px;
    height: 100%;
    background-color: rgba(202,10,214,0.1); 
    width: 45px;
    padding-top: 15px;
}
.detail .topNavigation a:hover i{
    background-color: rgba(202,10,214,0.3); 


    -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.detail .topNavigation .detailBack a i{
    left:0px;
}

.detail .topNavigation .detailForward a i{
    right:0px;
}





.detail .topNavigation .detailBack a{
    display:block;
    padding: 10px 25px;
    color: #CA0AD6;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.detail .topNavigation .detailForward a{
    display:block;
    padding: 10px 25px;
    color: #CA0AD6;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}




.detail .image-gallery .gal-inner{
    margin-bottom: 25px;
}

.detail .image-gallery .gal-inner a{
    display: block;
}

.detail .image-gallery .gal-inner a figure{
    display: block;
    height: 400px;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}


.detail .textbox p{
    font-size: 24px;
    line-height: 36px;
}
.detail .detail-info{
    background-color: rgb(245, 245, 245);

    

}

.detail .detail-info .detail-info-box{
    padding: 25px 25px 25px 75px;
    position: relative;
    font-size: 18px;
    border-bottom: 15px solid #fff;

}

.detail .detail-info .detail-info-box::before{
    font-family: FontAwesome;
    
    position: absolute;
    top: 20px;
    left: 15px;
    height: 40px;
    width: 40px;
    background-color: #CA0AD6;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    text-align: center;
    color: #fff;
    padding-top: 6px;
    font-size: 20px;
}

.detail .detail-info .detail-info-box.adresse::before{
    content: "\f041";
}
.detail .detail-info .detail-info-box.phone{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.detail .detail-info .detail-info-box.phone::before{
    content: "\f095";
}

.detail .detail-info .detail-info-box.url::before{
    content: "\f08e";
}
.detail .detail-info .detail-info-box.presence::before{
    content: "\f017";
}

.detail .detail-info .detail-info-box.googleMap::before{
    content: "\f278";
}
.detail .detail-info .detail-info-box.presence{
    padding-left: 25px;
}



.detail .detail-info a{
    color: #CA0AD6;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}

.detail .detail-info .title-box{
    padding-left: 55px;
    margin-bottom: 35px;

}

.detail .detail-info table td{
    font-size: 16px;
}

.detail .table-today{
    background-color:  rgba(202,10,214,0.05);
}

#detailCommentContainer ul{
    padding: 0px;
}
#detailCommentContainer ul li{
   list-style: none;
   display:block;
   background-color: rgb(245, 245, 245);
   padding: 15px;
   margin-bottom: 15px;
   position: relative;
}

#detailCommentContainer ul li .datum{
    /*
    -moz-transform:rotate(-90deg);
    -webkit-transform:rotate(-90deg);
    transform:rotate(-90deg);
    */
    background-color: #CA0AD6;
    color: #fff;
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 2px 5px;
}




/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
    header h2{
        font-size: 24px;
        padding-top: 15px;
        /*
        text-transform: uppercase;
        float: left;
        margin-left: 35px;
        padding-left: 35px;
        border-left: 1px solid rgba(112,112,112,0.31);
        margin-top: 11px;
        height: 55px;
        */
        
    
    }


    .powerBoxContainer .powerBox{
        height: 450px;
    }
    .powerBoxContainer .powerBox a.powerItem{
        height: 450px;
    }

}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
    header h2{
        font-size: 18px;
        padding-top: 20px;
    }

    .powerBoxContainer .powerBox{
        height: 320px;
    }
    .powerBoxContainer .powerBox a.powerItem{
        height: 320px;
    }
    .powerBoxContainer .powerBox a.powerItem .button{
        font-size: 14px;
    }
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
    header .logo{
        display:block;
        height: 68px;
        width: 212px;

        margin: 0 auto;
    }
    

    header h1{
        float: none;
    }
    header h2{
        font-size: 24px;
        text-transform: uppercase;
        float: none;
        margin-left: 0px;
        padding-left: 0px;
        border-left: none;
        margin-top: 0px;
        padding-top: 10px;
        height: auto; 
        text-align: center;
 /*
        text-transform: uppercase;
        float: left;
        margin-left: 35px;
        padding-left: 35px;
        border-left: 1px solid rgba(112,112,112,0.31);
        margin-top: 11px;
        height: 55px;
        */
    
    }
    
    .powerBoxContainer{
        margin-top: 25px;
    }

    .powerBoxContainer .powerBox{
        max-width: 290px;
        height: 450px;
        margin: 0 auto 15px auto;

    }
    .powerBoxContainer .powerBox a.powerItem{
        height: 450px;
    }
    .powerBoxContainer .powerBox a.powerItem .button{
        font-size: 14px;
    }
    .girl-item{
        height: 600px;
    }
    .view-more-button{
        width: 100%;
    }

    .topNavigation > div{
        margin-bottom: 15px;
    }
    .header-navi{
        display: block;
    }
    .header-navi ul{
        float:none;
        margin-bottom: 0px;
        padding: 0px;
    }
    .header-navi li{
        width: 50%;
        height: 45px;
        
    }
    .header-navi li a{
        display: block;
        height: 100%;
        font-size: 16px;
        text-align: center;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .header-navi li:last-child{
        /*display: none;*/
        
    }
    .header-navi li:last-child{ 
        border-right: 10px solid #EFEFEF;
    }
    .header-navi li:nth-child(2){ 
        border-right: 10px solid #EFEFEF;
    }
}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 575px) {

}


/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {

}

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