body
{
	background: url(../index.html) no-repeat fixed;
	background-size: cover;
	font-family: 'Alegreya SC', serif;
}

.menu_cont
{
	border-bottom: 1px solid #ffffff24;
	border-top: 1px solid #ffffff24;
	height: auto;
	width: auto;
	overflow: auto;
	background: #15001fde;
	padding: 15px 0;

}

.menu-sec {
	width: 100%;
	z-index: 3
	
}
.menu-sec ul {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
.menu-sec .logo {
	display: block;
	float: left;
	height: auto;
	text-shadow: 2px 2px 2px #000;
	font-size: 22px;
	
	margin-top: 5px;
	font-family: 'Bangers', cursive;
	color: #d94c07;
}
.menu-sec li a {
	font-size: 22px;
	color: #d94c07;
	
	font-family: 'Bangers', cursive;
	
}

.menu-sec .menu {
	clear: both;
	max-height: 0;
	transition: max-height .2s ease-out
}
.menu-sec .menu-icon {
	cursor: pointer;
	display: inline-block;
	float: right;
	padding: 20px 15px;
	position: relative;
	user-select: none;
	border: 1px solid #eec400!important;
	margin-top: 12px;
	margin-right: 15px;
	margin-bottom: 8px;
}
.menu-sec .menu-icon .navicon {
	background: #d20000;
	display: block;
	width: 22px;
	height: 2px;
	border-radius: 1px;
	position: relative;
	transition: background .2s ease-out
}
.menu-sec .menu-icon .navicon:after, .menu-sec .menu-icon .navicon:before {
	background: #d20000;
	content: '';
	display: block;
	height: 100%;
	position: absolute;
	transition: all .2s ease-out;
	width: 100%;
	border-radius: 1px
}
.menu-sec .menu-icon .navicon:before {
	top: 7px
}
.menu-sec .menu-icon .navicon:after {
	top: -7px
}
.menu-sec .menu-btn {
	display: none
}
.menu-sec .menu-btn:checked~.menu {
	max-height: 700px;
	padding-bottom: 20px
}
.menu-sec .menu-btn:checked~.menu-icon .navicon {
	background: 0 0
}
.menu-sec .menu-btn:checked~.menu-icon .navicon:before {
	transform: rotate(-45deg)
}
.menu-sec .menu-btn:checked~.menu-icon .navicon:after {
	transform: rotate(45deg)
}
.menu-sec .menu-btn:checked~.menu-icon:not(.steps) .navicon:after, .menu-sec .menu-btn:checked~.menu-icon:not(.steps) .navicon:before {
	top: 0
}
@media (min-width:48em) {
.menu-sec li {
	float: left
}
.menu-sec li a {
	padding: 13px 30px
}
.menu-sec .menu {
	clear: none;
	float: right;
	max-height: none
}
.menu-sec .menu-icon {
	display: none
}
}
.banner img
{
	width: 100%;
	display: block;
}
.main-title
{
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	background: #15001fde;
	padding: 10px 0;
	text-align: center;
}
.main-title h1
{
	text-align: center;
	color: #d94c07;
	font-family: 'Bangers', cursive;
	margin: 0;
	font-size: 40px;
	text-shadow: 2px 2px 2px #000;


}
.main-title span
{
	font-size: 22px;
	text-shadow: 2px 2px 2px #000;
	display: block;
	
}
.main-title a
{
	font-size: 24px;
	text-shadow: 2px 2px 2px #000;
	color: #d94c07;
	font-weight: 700;
	
}
.girls-profile-content {
    margin: 0 0 20px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.girls-list {
    top: auto;
    left: auto;
    position: relative;
    width: 24%;
    margin: 0 0 30px 0;
    overflow: hidden;
    transition: all 0.3s;
    border-radius: 20px;
    text-align: center;
}
.girl-img img
{
	width: 100%;
}
.info
{
	width: 100%;
    background: #00315d;
    z-index: 100;
    font-size: 16px;
}
.info .city-name
{
	text-shadow: 1px 1px 3px #000;
	font-size:25px;
	color: #fff;
}
.side-lines
{
	text-align: center;
	font-size: 25px;
}
.side-lines span {
    display: inline-block;
    color: #fff;
    
    position: relative;
}
.side-lines span:before, .side-lines span:after {
    content: "";
    position: absolute;
    height: 2px;
    border-bottom: 1px solid #fff;
    top: 40%;
    width: 100%;
}
.side-lines span:after {
    left: 100%;
    margin-left: 15px;
}
.side-lines span:before {
    right: 100%;
    margin-right: 15px;
}
.spacer-single
{
	width: 100%;
	height: 30px;
	clear: both;
	display: block;
}

.text-bg
{
	background: linear-gradient(0deg,#00519a,black);
	padding: 30px;
}
.col-md-6
{
	width: 50%;
	padding-left: 15px;
	padding-right: 15px;
	float: left;
}
.poster img
{
	width: 100%;
	display: block;
}
.col-md-3
{
	float: left;
}
footer
{
	background: #000 ;
	height: auto;
	width: auto;
	overflow: auto;
	padding: 20px 0;
}
@media (max-width:499px)
{
	.girls-list
	{
		width: 49%;
	}
	.text-bg {
   
    padding: 15px;
}
.nopadd
{
	padding:0;
}
.side-lines span:before, .side-lines span:after 
{
	display: none;
}
}