

@font-face {
	font-family:'roboto';
	src:url('fonts/roboto.woff') format('woff');
	font-weight:normal;
	font-style:normal;
}


@font-face {
	font-family:'rhumba';
	src:url('fonts/rhumba.html') format('woff');
	font-weight:normal;
	font-style:normal;
}




* {
	margin:0;
	padding:0;
	box-sizing:border-box;
}




.clear {
	clear:both;
}



body {	
  	background:url(img/background.jpg);
	font-family:roboto;
	letter-spacing:1px;
	color:#fff;
}

h1 {
	border-bottom:1px solid #ccc;
	padding-bottom:5px;
	margin-bottom:25px;
}


h1, h2, h3, h4 {
	margin-bottom:10px;
	border-bottom:1px solid #ccc;
	color:#a854b8;
	float:left;
	width:100%;
}


p {
	margin-bottom:25px;
	text-align:justify;
	font-size:14px;
	line-height:24px;
}


#wrapper {
	width:1200px;
	margin:auto;
}

#main-banner {
	margin-bottom:25px;
	width:100%;
	float:left;
}



#main-banner img {
	width:100%;
}


#escort-name {
	font-weight:normal;
	font:45px rhumba;
	float:left;
	padding:25px 0;
	text-align:center;
	font-weight:bold;
	text-shadow:2px 2px 1px #a854b8;
}

#escort-name i {
	color:#fff;
}



#escort-name a {
	text-decoration:none;
	color:#a854b8;
}


#call-us {
	float:right;
	padding-top:25px;
	font-size:24px;
	font-weight:bold;
	text-transform:uppercase;
	line-height:30px;
}


#call-us span {
	font-size:42px;
	color:#a854b8;
}


#navigate-bar {
	float:left;
	width:100%;
	margin:5px 0;
	background:#a854b8;
}



#navigate-bar span {
	float:right;
	color:#fff;
	padding-right:5px;
	font-size:24px;
	line-height:50px;
	
}


#navigate-bar li {
	float:left;
	list-style:none;
}



#navigate-bar li a {
	float:left;
	font-size:16px;
	padding:0 15px;
	text-align:center;
	width:100%;
	line-height:40px;
	text-decoration:none;
	color:#fff;
	border:5px solid #a854b8;
	transition:all ease .5s;
}


#navigate-bar li a:hover,
#navigate-bar li a.active {
	color:#000;
	background:#fff;
}


.side-cate {
	padding-bottom:25px;
	width:25%;
	float:left;
}



.side-cate ul {
	border-radius:5px;
	width:100%;
	background:#57075e;
	padding:25px;
	float:left;
}


.side-cate li {
	width:100%;
	list-style:none;
	float:left;
}


.side-cate a {
	width:100%;
	padding:10px;
	color:#fff;
	text-decoration:none;
	border-bottom:1px solid #666;
	list-style:none;
	float:left;
	transition:all ease .5s;
}

.side-cate a:hover {
	color:#a854b8;
}


.middle-bar {
	padding-bottom:25px;
	width:72%;
	float:right;
}

.middle-bar td {
	padding:15px
}



.middle-bar img {
	margin-bottom:50px;
}

.middle-bar  li {
	width:100%;
	margin:10px 0;
	float:left;
	font-weight:bold;
	font-size:14px;
	list-style:inside;
}



.middle-bar span {
	width:75%;
	font-weight:normal;
	float:right;
}



.middle-bar div {
	width:100%;
	padding:25px;
	border-radius:5px;
	background:#57075e;
	float:left;
}



.middle-bar ul {
	width:60%;
	float:right;
}



.image-section {
	width:100%;
	border-radius:5px;
	padding-top:25px;
	margin-bottom:25px;
	float:left;
	background:#57075e;
}

.image-section h2 {
	width:100%;
	margin:0;
	font-size:16px;
	background:#a854b8;
	color:#fff;
	padding:5px;
	float:left;

}

.image-section p {
	font-size:12px;
	color:#fff;
	line-height:18px;
	margin:0;
	float:left;
	font-weight:normal;
}

#escort-img ul li h2 {
	text-align:center;
	padding:0;
}

#escort-img ul li {
	list-style:none;
	float:left;
	color:#a854b8;
	font-weight:bold;
	text-align:right;
	margin:1%;
	width:14.6%;
	margin-bottom:25px;
	transition:all ease .5s;
}

#escort-img ul li a {
	color:#fff;
	width:100%;
	float:left;
	text-align:center;
	background:#a854b8;
	font-weight:normal;
	text-decoration:none;
	font-size:14px;
}



#escort-img ul li img {
	width:100%;
	border:2px solid #a854b8;
}



#footer {
	text-align:center;
	width:100%;
	line-height:40px;
	float:left;
	margin-top:50px;
	color:#fff;
	background:#a854b8;
}




#footer a {
	color:#000;
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
}


#footer span {
	margin-right:5px;
}


#footer a {
	margin-left:5px;
}






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

#wrapper {
	width:90%;
}


.middle-bar {
	width:100%;
}




#escort-name {
	font-size:30px;
	text-align:center;
	width:100%;
}


#escort-name span {
	width:100%;
	font-size:14px;
	text-align:center;
}


#navigate-bar {
	height:auto;
}

#navigate-bar li {
	width:100%;
	border-bottom:1px solid #fff;
}


#navigate-bar li a {
	line-height:50px;
}




#escort-img ul li {
	padding:0;
	margin:2%;
	border:none;
	width:100%;
}

#escort-img ul li img {
	width:100%;
	border-radius:5%;
}

#escort-img ul li:hover {
	border:none;
}





#footer {
	width:100%;
	text-align:center;
	font-size:14px;
}




#footer a {
	float:none;
}

}