@charset "utf-8";
/* CSS Document */

@media (max-width:1199px) {
.caption a {
	padding: 10px 15px;
	font-size: 14px;
}
}
@media (max-width:991px) {
.navbar-brand img {
	width: 130px;
	height: auto;
	margin-top: 28px;
}
.caption h1 {
	text-align: center;
	line-height: 30px;
}
.caption a {
	padding: 15px 35px;
	font-size: 14px;
	text-align: center;
	display: block;
	margin-top: 15px;
}
.img-cont {
	margin-bottom: 20px !important;
}
.ftr-menu li {
	margin-right: 24px;
}
}
@media (max-width:767px) {
.navbar-brand img {
	width: 250px;
	height: auto;
	margin-top: 8px;
}
.navbar-toggle:hover {
	background: #fff;
	text-decoration: none;
	color: #333;
	transition: all 0.5s ease 0s;
}
.navbar-toggle:hover .icon-bar {
	background: #333 !important;
}
.navbar-toggle {
	position: relative;
	float: right;
	padding: 9px 10px;
	margin-top: 8px;
	margin-right: 15px;
	margin-bottom: 8px;
	background-color: transparent;
	background-image: none;
	border: 1px solid #fff !important;
	border-radius: 0;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #fff !important;
}
.navbar-toggle:hover .icon-bar {
	background: #333 !important;
}
.banner-text h2 {
	font-size: 40px;
}
.banner-text .main-name {
	width: 80%;
}
.headline h2 {
	font-size: 25px;
}
.area-cover {
	background-position: 100% 30%;
}
.text-area h2, .text-area h3 {
	font-size: 25px;
}
.girls-profile table {
	margin-bottom: 15px;
}
}
@media (max-width:499px) {
.pull-right {
	float: none !important;
}
.social-icons {
	float: none;
	display: table;
	margin: 0 auto 8px auto;
}
.navbar-brand img {
	width: 200px;
	height: auto;
	margin-top: 12px;
}
.banner-text .main-name {
	width: 100%;
	font-size: 30px;
	border: none;
	margin-top: 0px;
}
.banner-text .sub-main {
	margin: 0;
	font-size: 14px;
}
.swiper-button-next, .swiper-button-prev {
	display: none;
}
.banner-text a {
	padding: 5px 20px;
}
.banner-text h2 {
	font-size: 25px;
	margin-top: 0px;
}
.banner-text h4 {
	color: #fff;
	letter-spacing: 0px;
	font-size: 14px;
}
.caption h1 {
	font-size: 20px;
}
.headline h2 {
	font-size: 14px;
}
.mobile-view {
	width: 100% !important;
}
.text-area h2, .text-area h3 {
	font-size: 17px;
}
.next-btn a {
	min-width: 100px !important;
}
.girls-profile a {
	margin-right: 10px;
	padding: 10px 30px;
}
.next-btn .pull-right {
	float: right !important;
}
.ftr-menu li {
	float: none;
	margin: 0 0 10px 0;
	text-align: center;
}
.ftr-abt {
	padding: 0px;
}
.wrng {
	padding: 0px;
}
}

.watermark {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    color: #d32f2f;
    font-size: 1.0em;
    font-weight: bold;
    text-shadow: 1px 1px 2px #000;
}