/* LOGO CSS */
.image_full {
	display: block;
	width: 100%;
	margin: auto;
	border: none!important
}

.image_mobile {
	display: none
}

@media (max-width:640px) and (min-width:300px) {
	.image_full {
		display: none;
		
	}
	.image_mobile {
		display: block;
		    width: 100%;
	}
}

button.css3button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffa400;
	padding: 5px;
	margin: 7px;
	margin-top: 10px;
	margin-left: 23px;
	min-width: 130px;
	background: -moz-linear-gradient(top, #ff002b 0%, #c73434 50%, #ffc800);
	background: -webkit-gradient(linear, left top, left bottom, from(#a40606), color-stop(.5, #000000), to(#750909));
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #fff;
	-moz-box-shadow: 0 1px 3px rgba(255, 255, 255, .5), inset 0 0 5px rgba(214, 199, 98, .6);
	-webkit-box-shadow: 0 1px 3px rgba(255, 255, 255, .5), inset 0 0 5px rgba(214, 199, 98, .6);
	box-shadow: 0 1px 3px rgba(255, 255, 255, .5), inset 0 0 5px rgba(214, 199, 98, .6)
}

@media screen and (max-width:768px) header {
	padding: 0
}

header {
	background-size: 100% 100%
}

img {
	max-width: 100%;
	height: auto
}
/* LOGO CSS */

/* NAVBAR CSS */
* {
	padding: 0;
	margin: 0;
	
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

nav {
	width: 99%;
    margin: 2px auto;
    overflow: hidden;
}

nav ul {
	list-style: none;
	overflow: hidden;
}

nav li a {
	background-color: #000;
     
	border-right: 1px solid #fff;
	color: #fff;
	display: block;
	float: left;
	font: 400 18px/1.4 'Oleo Script',cursive;
	padding: 10px;
	text-align: center;
	text-decoration: none;
	text-transform: capitalize;
	width: 12.5%;
	
	/*TRANSISTIONS*/
	-webkit-transition: background 0.5s ease;
	   -moz-transition: background 0.5s ease;
	     -o-transition: background 0.5s ease;
	    -ms-transition: background 0.5s ease;
	        transition: background 0.5s ease;
}

/*HOVER*/
nav li a:hover {
	background: #222;
}

/*SMALL*/
nav small {
	font: 100 11px/1 Helvetica, Verdana, Arial, sans-serif;
	text-transform: none;
	color: #aaa;
}

/*BORDER FIX*/
nav li:last-child a {
	border: none;
}

/*BLUE MENU*/
nav .blue {
	margin-top: 50px;
}

.blue li a {
	background: #75b1de;
}

.blue small {
	color: white;
}

.blue li a:hover {
	background: #444;
}

/*RED MENU*/

nav .red {
	margin-top: 50px;
}

.red li a {
	background: #5C0002;
}

.red small {
	color: white;
}

.red li a:hover {
	background: #a60306;
}

/* MEDIA QUERIES*/
@media only screen and (max-width : 1220px),
only screen and (max-device-width : 1220px){
	nav li a {
		font: 400 18px/1.4 'Oleo Script',cursive;
	}
	
	nav small {
		font: 100 10px/1 Helvetica, Verdana, Arial, sans-serif;
	}
}

@media only screen and (max-width : 930px),
only screen and (max-device-width : 930px){
	nav li a {
		width: 25%;
		border-bottom: 1px solid #fff;
		font: 400 16px/1.4 'Oleo Script',cursive;
	}
	
	nav li:last-child a, nav li:nth-child(4) a {
		border-right: none;
	}
	
	nav li:nth-child(5) a, nav li:nth-child(6) a, nav li:nth-child(7) a, nav li:nth-child(8) a {
		border-bottom: none;
	}
}

@media only screen and (max-width : 580px),
only screen and (max-device-width : 580px){
	nav li a {
		width: 50%;
		font: 400 18px/1.4 'Oleo Script',cursive;
		padding-top: 12px;
		padding-bottom: 12px;
	}
	
	nav li:nth-child(even) a {
		border-right: none;
	}
	
	nav li:nth-child(5) a, nav li:nth-child(6) a {
		border-bottom: 1px solid #fff;
	}
}

@media only screen and (max-width : 320px),
only screen and (max-device-width : 320px){
	nav li a {
		font: 400 18px/1.4 'Oleo Script',cursive;
	}
}
/* NAVBAR CSS */

/* DROP DOWN CSS */
 

html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%
}

body {
	margin: 0
}

a {
	background-color: transparent
}

a:active,
a:hover {
	outline: 0
}

@media print {
	*,
	:after,
	:before {
		color: #000!important;
		text-shadow: none!important;
		background: 0 0!important;
		-webkit-box-shadow: none!important;
		box-shadow: none!important
	}
	a,
	a:visited {
		text-decoration: underline
	}
	a[href]:after {
		content: " (" attr(href) ")"
	}
	p {
		orphans: 3;
		widows: 3
	}
}

@font-face {
	font-family: 'Glyphicons Halflings';
	src: url(fonts/glyphicons-halflings-regular.html);
	src: url(fonts/glyphicons-halflings-regulard41d.html?#iefix) format('embedded-opentype'), url(fonts/glyphicons-halflings-regular-2.html) format('woff2'), url(fonts/glyphicons-halflings-regular-3.html) format('woff'), url(fonts/glyphicons-halflings-regular-4.html) format('truetype'), url(fonts/glyphicons-halflings-regular-5.html#glyphicons_halflingsregular) format('svg')
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

:after,
:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

html {
	font-size: 10px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

body {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.42857143;
	color: #333;
	background-color: #fff
}

a {
	color: #337ab7;
	text-decoration: none
}

a:focus,
a:hover {
	color: #23527c;
	text-decoration: underline
}

a:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px
}

p {
	margin: 0 0 10px
}

ul {
	margin-top: 0;
	margin-bottom: 10px
}

ul ul {
	margin-bottom: 0
}

.container {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto
}

@media (min-width:768px) {
	.container {
		width: 750px
	}
}

@media (min-width:992px) {
	.container {
		width: 970px
	}
}

@media (min-width:1200px) {
	.container {
		width: 1170px
	}
}

.row {
	margin-right: -15px;
	margin-left: -15px
}

.col-md-12,
.col-sm-4,
.col-xs-12 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px
}

.col-xs-12 {
	float: left
}

.col-xs-12 {
	width: 100%
}

@media (min-width:768px) {
	.col-sm-4 {
		float: left
	}
	.col-sm-4 {
		width: 33.33333333%
	}
	.col-sm-offset-2 {
		margin-left: 16.66666667%
	}
}

@media (min-width:992px) {
	.col-md-12 {
		float: left
	}
	.col-md-12 {
		width: 100%
	}
}

.container:after,
.container:before,
.row:after,
.row:before {
	display: table;
	content: " "
}

.container:after,
.row:after {
	clear: both
}

@-ms-viewport {
	width: device-width
}

.visible-xs {
	display: none!important
}

@media (max-width:767px) {
	.visible-xs {
		display: block!important
	}
}


 

body {
	background-color: #000;
	color: #fff;
	font-family: "Open Sans", sans-serif
}

.text-black {
	color: #000!important
}

.main-content {
	position: relative
}

.main-content::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 10px;
	background: linear-gradient(red, transparent);
	opacity: .4
}

.phone-number {
	border: 2px solid red;
	border-radius: 50px;
	padding: 15px 0;
	display: inline-block;
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 24px;
	margin-top: 15px;
	transition: background-color 0.25s;
	-webkit-transition: background-color 0.25s;
	-moz-transition: background-color 0.25s;
	-ms-transition: background-color 0.25s;
	-o-transition: background-color 0.25s;
	letter-spacing: 2px
}

.phone-number:hover {
	color: #fff;
	text-decoration: none;
	background-color: red
}

.quick-search {
	margin-bottom: 30px
}

.click-nav {
	margin-top: 15px
}

.click-nav ul {
	position: relative;
	padding: 0;
	margin-bottom: 0
}

.click-nav ul li {
	position: relative;
	list-style: none;
	cursor: pointer
}

.click-nav ul li ul {
	position: absolute;
	left: 35px;
	right: 35px;
	z-index: 999;
	display: none
}

.click-nav ul .clicker {
	margin-bottom: 0;
	position: relative;
	padding: 10px 0;
	text-align: center;
	background-color: red;
	color: #fff;
	border-radius: 50px;
	text-transform: uppercase;
	font-size: 18px;
	letter-spacing: 4px;
	box-shadow: 0 5px 5px rgba(0, 0, 0, .75);
	transition: background-color 0.25s;
	-webkit-transition: background-color 0.25s;
	-moz-transition: background-color 0.25s;
	-ms-transition: background-color 0.25s;
	-o-transition: background-color 0.25s
}

.click-nav ul .clicker:hover {
	background-color: #ff1924
}

.click-nav ul li a {
	display: block;
	background-color: #000;
	border: 1px solid #333;
	margin-bottom: -1px;
	text-decoration: none;
	text-align: center;
	line-height: 35px;
	transition: background-color 0.25s;
	-webkit-transition: background-color 0.25s;
	-moz-transition: background-color 0.25s;
	-ms-transition: background-color 0.25s;
	-o-transition: background-color 0.25s;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 2px
}

.click-nav ul li a:hover {
	background-color: #ff1924
}

.click-nav span {
	padding: 0
}

@media (min-width:768px) {
	.main-content .phone-number {
		margin-bottom: 50px
	}
}

@media (max-width:989px) {
	.click-nav .text-black {
		display: block
	}
}

@media (max-width:767px) {
	.phone-number {
		padding: 10px 0;
		font-size: 18px
	}
	.click-nav .text-black {
		display: inline
	}
}


 

body {
	font-size: 15px;
	line-height: 23px;
	padding: 0;
	margin: 0;
	background-color: #000;
	word-wrap: break-word;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	color: #333;
	font-family: 'Roboto', sans-serif
}

p {
	word-wrap: break-word;
	letter-spacing: .4px;
	line-height: 1.21
}

::-moz-selection {
	background: #ffba00;
	color: #000
}

::-webkit-input-placeholder {
	opacity: 1
}

:-moz-placeholder {
	opacity: 1
}

::-moz-placeholder {
	opacity: 1
}

:-ms-input-placeholder {
	opacity: 1
}

p {
	padding: 0;
	margin: 0;
	font-family: 'Salsa', cursive;
	font-style: italic;
	text-shadow: 2px 2px 2px #000;
	text-align: justify;
}

* {
	box-sizing: border-box;
	outline: none
}

a {
	text-decoration: none!important
}

.row {
	position: relative
}

.row {
	width: 100%;
	float: left
}

@media screen and (max-width:767px) {
	.row {
		margin-left: 0;
		margin-right: 0
	}
}


 

html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%
}

body {
	margin: 0
}

a {
	background-color: transparent
}

a:active,
a:hover {
	outline: 0
}

@media print {
	*,
	:after,
	:before {
		color: #000!important;
		text-shadow: none!important;
		background: 0 0!important;
		-webkit-box-shadow: none!important;
		box-shadow: none!important
	}
	a,
	a:visited {
		text-decoration: underline
	}
	a[href]:after {
		content: " (" attr(href) ")"
	}
	p {
		orphans: 3;
		widows: 3
	}
}

@font-face {
	font-family: 'Glyphicons Halflings';
	src: url(fonts/glyphicons-halflings-regular.html);
	src: url(fonts/glyphicons-halflings-regulard41d.html?#iefix) format('embedded-opentype'), url(fonts/glyphicons-halflings-regular-2.html) format('woff2'), url(fonts/glyphicons-halflings-regular-3.html) format('woff'), url(fonts/glyphicons-halflings-regular-4.html) format('truetype'), url(fonts/glyphicons-halflings-regular-5.html#glyphicons_halflingsregular) format('svg')
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

:after,
:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

html {
	font-size: 10px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

body {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.42857143;
	color: #333;
	background-color: #fff
}

a {
	color: #337ab7;
	text-decoration: none
}

a:focus,
a:hover {
	color: #23527c;
	text-decoration: underline
}

a:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px
}

p {
	margin: 0 0 10px
}

ul {
	margin-top: 0;
	margin-bottom: 10px
}

ul ul {
	margin-bottom: 0
}

.container {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto
}

@media (min-width:768px) {
	.container {
		width: 750px
	}
}

@media (min-width:992px) {
	.container {
		width: 970px
	}
}

@media (min-width:1200px) {
	.container {
		width: 1170px
	}
}

.row {
	margin: 0 auto;
}

.col-md-12,
.col-sm-4,
.col-xs-12 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px
}

.col-xs-12 {
	float: left
}

.col-xs-12 {
	width: 100%
}

@media (min-width:768px) {
	.col-sm-4 {
		float: left
	}
	.col-sm-4 {
		width: 33.33333333%
	}
	.col-sm-offset-2 {
		margin-left: 16.66666667%
	}
}

@media (min-width:992px) {
	.col-md-12 {
		float: left
	}
	.col-md-12 {
		width: 100%
	}
}

.container:after,
.container:before,
.row:after,
.row:before {
	display: table;
	content: " "
}

.container:after,
.row:after {
	clear: both
}

@-ms-viewport {
	width: device-width
}

.visible-xs {
	display: none!important
}

@media (max-width:767px) {
	.visible-xs {
		display: block!important
	}
}


 

body {
	background-color: #000;
	color: #fff;
	font-family: "Open Sans", sans-serif
}

.text-black {
	color: #000!important
}

.main-content {
	position: relative
}

.main-content::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 10px;
	background: linear-gradient(red, transparent);
	opacity: .4
}

.phone-number {
	border: 2px solid red;
	border-radius: 50px;
	padding: 15px 0;
	display: inline-block;
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 24px;
	margin-top: 15px;
	transition: background-color 0.25s;
	-webkit-transition: background-color 0.25s;
	-moz-transition: background-color 0.25s;
	-ms-transition: background-color 0.25s;
	-o-transition: background-color 0.25s;
	letter-spacing: 2px
}

.phone-number:hover {
	color: #fff;
	text-decoration: none;
	background-color: red
}

.quick-search {
	margin-bottom: 30px
}

.click-nav {
	margin-top: 15px
}

.click-nav ul {
	position: relative;
	padding: 0;
	margin-bottom: 0
}

.click-nav ul li {
	position: relative;
	list-style: none;
	cursor: pointer
}

.click-nav ul li ul {
	position: absolute;
	left: 35px;
	right: 35px;
	z-index: 999;
	display: none
}

.click-nav ul .clicker {
	margin-bottom: 0;
	position: relative;
	padding: 10px 0;
	text-align: center;
	background-color: red;
	color: #fff;
	border-radius: 50px;
	text-transform: uppercase;
	font-size: 18px;
	letter-spacing: 4px;
	box-shadow: 0 5px 5px rgba(0, 0, 0, .75);
	transition: background-color 0.25s;
	-webkit-transition: background-color 0.25s;
	-moz-transition: background-color 0.25s;
	-ms-transition: background-color 0.25s;
	-o-transition: background-color 0.25s
}

.click-nav ul .clicker:hover {
	background-color: #ff1924
}

.click-nav ul li a {
	display: block;
	background-color: #000;
	border: 1px solid #333;
	margin-bottom: -1px;
	text-decoration: none;
	text-align: center;
	line-height: 35px;
	transition: background-color 0.25s;
	-webkit-transition: background-color 0.25s;
	-moz-transition: background-color 0.25s;
	-ms-transition: background-color 0.25s;
	-o-transition: background-color 0.25s;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 2px
}

.click-nav ul li a:hover {
	background-color: #ff1924
}

.click-nav span {
	padding: 0
}

@media (min-width:768px) {
	.main-content .phone-number {
		margin-bottom: 50px
	}
}

@media (max-width:989px) {
	.click-nav .text-black {
		display: block
	}
}

@media (max-width:767px) {
	.phone-number {
		padding: 10px 0;
		font-size: 18px
	}
	.click-nav .text-black {
		display: inline
	}
}
/* DROP DOWN CSS */

/* IMAGE AND TEXT SIDE BY SIDE */

body {
	font-size: 15px;
	line-height: 23px;
	padding: 0;
	margin: 0;
	background-color: #000;
	word-wrap: break-word;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	color: #333;
	font-family: 'Roboto', sans-serif
}

p {
	word-wrap: break-word;
	letter-spacing: .4px;
	line-height: 1.21
}

::-moz-selection {
	background: #ffba00;
	color: #000
}

::-webkit-input-placeholder {
	opacity: 1
}

:-moz-placeholder {
	opacity: 1
}

::-moz-placeholder {
	opacity: 1
}

:-ms-input-placeholder {
	opacity: 1
}

p,
h2,h3 {
	padding: 0;
	margin: 0;
	font-family: 'Salsa', cursive;
	font-style: italic;
	text-shadow: 2px 2px 2px #000;
	text-align: justify;
	font-size: 16px;
}

img {
	max-width: 100%;
	height: auto;
	border: none
}

* {
	box-sizing: border-box;
	outline: none
}

a {
	text-decoration: none!important
}

.bner-hedings:after {
	content: "";
	height: 1px;
	position: absolute;
	right: -60px;
	top: 30px;
	width: 43px
}

.bner-hedings {
	font-style: italic;
	font-weight: 200;
	color: #fff;
	display: inline-block;
	font-size: 28px;
	max-width: 100%;
	position: relative;
	vertical-align: top;
	width: auto;
	font-family: 'Lilita One', cursive
}

.big-heding {
	font-size: 60px;
	color: #dd23d2;
	width: 100%;
	float: left;
	text-transform: uppercase;
	font-weight: 800;
	font-style: italic;
	line-height: 92px;
	font-family: 'Lilita One', cursive
}
@media screen and (min-width:1166px) {
.bner-hedings {
    font-size:60px;
}
}
@media screen and (max-width:1166px) {
	.big-heding {
		color: #fb0000;
		float: left;
		font-size: 33px;
		font-weight: 700;
		text-transform: uppercase;
		width: 100%;
		line-height: 45px;
	}
}

@media screen and (max-width:960px) {
	.bner-hedings::after {
		background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
		content: "";
		height: 1px;
		position: absolute;
		right: -60px;
		top: 30px;
		width: 43px
	}
}

.head5 {
	letter-spacing: 1.5px;
	position: relative;
	color: #36f7fe;
	float: left;
	width: 100%;
	font-size: 45px;
	font-weight: 200;
	font-style: italic;
	line-height: 50px;
	text-transform: uppercase;
	font-family: 'Salsa', cursive
}

html, body, * {
    padding:0;
    margin:0;
}
#contain {
     
    height:100%;
    margin:0;
    padding:0;
    text-align:center;
}
.perac {
   width: 50%;
    min-width: 200px;
    display: inline-block;
    padding: 10px;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    color:white;
}
.imgc{
margin:0 auto;
} 
 body{line-height:1}img{vertical-align:bottom;line-hegiht:0}img{border:0}.nav li(vertical-align:baseline;font-size:20px;color:white;font-family:'Salsa',cursive) /* p{font-family:'Acme',sans-serif;font-style:italic} */.clearfix:after{content:".";display:block;clear:both;height:0;visibility:hidden}.clearfix{min-height:1px}a{text-decoration:none;color:#7cf8fc}body{margin:0;padding:0;font-size:12px;line-height:160%;height:100%;width:100%;color:#000;-webkit-text-size-adjust:100%;height:100%;width:100%;background:rgba(0,0,0,0) /*url(img/body-bg.jpg) repeat*/ scroll 0 0}
/* IMAGE AND TEXT SIDE BY SIDE */

/* japan style */
.wrap01 {
     
    width: 100%;
    max-width: none;
    padding-right: 0px;
    padding-left: 0px;
}
@media screen and (min-width: 568px)
.top_girls_list {
   
    text-align: center;
     
    width: 100%;
    overflow: hidden;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    box-sizing: border-box;
    padding: 1%;
    text-align: center;
    margin: 0px;
}
.top_girls_list .list li {
     width: 145px; 
     height: 259px; 
    
    position: relative;
     
    /*background: url(images/top_list_bg.jpg) no-repeat top left;*/
    display: inline-block;
    
    display: inline-block;
     
    text-align: center;
    padding-top: 10px;
}
ul.list{
margin: 0px;
    padding: 0px;
}
.top_girls_list {
    width: 100%;
    overflow: hidden;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}
.top_girls_list .list li .data .name {
    font-weight: 700;
    padding-top: 3px;
	text-align: center;
}
.time {
	text-align: center;
}
.top_girls_list .list li .status {
    position: absolute;
    top: 235px;
    left: 5px;
    width: 135px;
    text-align: center;
    color: #ffadd6;
}
p {
    padding: 0;
    margin: 0;
    /*font-family: 'Salsa',cursive;*/
	font-family: 'HurmeGeometricSans3-Light', arial, helvetica, sans-serif!important;
    font-style: italic;
    text-shadow: 2px 2px 2px #000;
	word-wrap: break-word;
    letter-spacing: .4px;
    line-height: 1.21;
	color:#fff;
}
 h4 {
    text-transform: uppercase;
    font-size: 18px;
    color: #ff0d0d;
    text-transform: initial;
    padding: 7px 0;
    margin-bottom: 10px;
    text-transform: uppercase;
    margin-bottom: 10px;
	font-family: 'Salsa',cursive;
    font-style: italic;
	text-shadow: 2px 2px 2px #000;
}
/* japan style */

/* IMAGE SLIDER WALLA */
 
 
   
.container {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto
}

@media (min-width:768px) {
	.container {
		width: 750px
	}
}

@media (min-width:992px) {
	.container {
		width: 970px
	}
}

@media (min-width:1200px) {
	.container {
		width: 1170px
	}
}
 

.col-xs-12 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px
}

 

 

.container:after,
.container:before,
.row:after,
.row:before {
	display: table;
	content: " "
}

.container:after,
.row:after {
	clear: both
}

.pull-right {
	float: right!important;
	overflow: hidden!important
}

@-ms-viewport {
	width: device-width
}

body {
	background-color: #000;
	color: #fff;
	font-family: "Open Sans", sans-serif
}

.text-red {
	color: red!important;
	text-shadow: 2px 2px 2px #000
}

h4,	h2,h3 {
	text-transform: uppercase;
	color: #ff0d0d;
	text-transform: initial;
	padding: 7px 0;
	text-transform: uppercase;
}

h2 {
	font-size: 22px;
	}
	
h3 {
	font-size: 20px;
	}
	
h4 {
	font-size: 18px;
	}		

.spaced {
	letter-spacing: calc(0.5vw + 2px);
	margin-bottom: 15px
}

#available {
	margin-bottom: 30px
}

.gallery-holder {
	padding: 0 10px;
	margin-bottom: 10px
}

.gallery-holder>a {
	text-decoration: none
}

.gallery-image-holder {
	background-color: rgba(32, 32, 32, .75);
	padding: 15px;
	margin-bottom: 10px;
	border-radius: 35px;
	transition: background-color 0.25s;
	-webkit-transition: background-color 0.25s;
	-moz-transition: background-color 0.25s;
	-ms-transition: background-color 0.25s;
	-o-transition: background-color 0.25s
}

.gallery-holder>a:hover .gallery-image-holder {
	background-color: rgba(255, 0, 0, .75)
}

.gallery-image-holder img {
	width: 100%;
	border-radius: 20px
}

.gallery-text-holder {
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	letter-spacing: 2px
}

@media (max-width:767px) {
	.gallery-image-holder {
		padding: 10px;
		border-radius: 30px
	}
	.gallery-image-holder img {
		border-radius: 20px
	}
	.gallery-holder {
		padding: 0 5px;
		width: 97%
	}
}

.owl-carousel {
	display: none;
	width: 100%;
	-webkit-tap-highlight-color: transparent;
	position: relative;
	z-index: 1
}

.owl-carousel .owl-item {
	position: relative;
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.owl-carousel .owl-item img {
	display: block;
	width: 100%;
	-webkit-transform-style: preserve-3d
}

.owl-carousel .owl-item img {
	transform-style: preserve-3d
}

.owl-theme .owl-controls {
	margin-top: 10px;
	text-align: center
}

.owl-theme .owl-controls .owl-page {
	display: inline-block;
	zoom: 1;
	*display: inline
}

.owl-theme .owl-controls .owl-page span {
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50);
	opacity: .5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #869791
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
	filter: Alpha(Opacity=100);
	opacity: 1
}
/* IMAGE SLIDER WALLA */
/* BUTTON STYLE */
hr {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
	overflow: visible
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit
}

@media print {
	*,
	::after,
	::before,
	div::first-letter,
	div::first-line,
	li::first-letter,
	li::first-line {
		text-shadow: none!important;
		-webkit-box-shadow: none!important;
		box-shadow: none!important
	}
}

html {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

*,
::after,
::before {
	-webkit-box-sizing: inherit;
	box-sizing: inherit
}

@-ms-viewport {
	width: device-width
}

html {
	-ms-overflow-style: scrollbar;
	-webkit-tap-highlight-color: transparent;
	overflow-x: hidden;
}

ul {
	margin-top: 0;
	margin-bottom: 1rem
}

a {
	color: #0275d8;
	text-decoration: none
}

hr {
	margin-top: 1rem;
	margin-bottom: 1rem;
	border: 0;
	border-top: 1px solid rgba(0, 0, 0, .1)
}

a {
	color: #7cf8fc
}

a:hover {
	text-decoration: none;
	color: #ff0045
}

a:focus {
	color: #000;
	-webkit-box-shadow: none!important;
	box-shadow: none!important
}

.unique-links {
	width: 100%;
	margin-bottom: 25px;
	padding: 0;
	display: flex;
	flex-direction: column
}

.unique-links ul {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin: 0 auto;
	padding: 10px;
	text-align: justify;
	list-style: none
}

.unique-links ul li {
	position: relative;
	float: right;
	margin: 3px;
	border-radius: 4px;
	overflow: hidden;
	line-height: 27px;
	height: 27px;
	text-align: center
}

.unique-links ul li:nth-child(n+1) {
	flex-grow: 1
}

.unique-links ul li a {
	margin: 0;
	color: #fff;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 400;
	border-radius: 4px;
	overflow: hidden;
	text-align: center
}

.unique-links ul li:hover a {
	color: #ffffff!important
}

.unique-links .uni-body,
.unique-links .uni-height,
.unique-links .uni-hair {
	background: rgb(16, 140, 197);
	background: -moz-linear-gradient(top, rgba(16, 140, 197, 1) 0%, rgba(7, 101, 144, 1) 100%);
	background: -webkit-linear-gradient(top, rgba(16, 140, 197, 1) 0%, rgba(7, 101, 144, 1) 100%);
	background: linear-gradient(to bottom, rgba(16, 140, 197, 1) 0%, rgba(7, 101, 144, 1) 100%);
	border: 1px solid #083449;
	-webkit-box-shadow: inset 1px 1px 1px 0 rgba(255, 255, 255, .35), 0 0 1px 0 rgba(86, 179, 222, .65);
	-moz-box-shadow: inset 1px 1px 1px 0 rgba(255, 255, 255, .35), 0 0 1px 0 rgba(86, 179, 222, .65);
	box-shadow: inset 1px 1px 1px 0 rgba(255, 255, 255, .35), 0 0 1px 0 rgba(86, 179, 222, .65);
	color: #000;
	padding: 0 10px
}

.unique-links .uni-tits-size,
.unique-links .uni-origin {
	background: rgb(173, 26, 157);
	background: -moz-linear-gradient(top, rgb(238, 90, 220) 0%, rgb(173, 26, 157) 100%);
	background: -webkit-linear-gradient(top, rgb(238, 90, 220) 0%, rgb(173, 26, 157) 100%);
	background: linear-gradient(to bottom, rgb(238, 90, 220) 0%, rgb(173, 26, 157) 100%);
	border: 1px solid #b11c9f;
	-webkit-box-shadow: inset 1px 1px 1px 0 rgba(255, 255, 255, .35), 0 0 1px 0 rgba(128, 118, 141, .65);
	-moz-box-shadow: inset 1px 1px 1px 0 rgba(255, 255, 255, .35), 0 0 1px 0 rgba(128, 118, 141, .65);
	box-shadow: inset 1px 1px 1px 0 rgba(255, 255, 255, .35), 0 0 1px 0 rgba(128, 118, 141, .65);
	padding: 0 10px
}

.unique-links .uni-eyes,
.unique-links .uni-services,
.unique-links .uni-age {
	background: rgb(51, 56, 67);
	background: -moz-linear-gradient(top, rgb(85, 99, 131) 0%, rgb(51, 56, 67) 100%);
	background: -webkit-linear-gradient(top, rgb(85, 99, 131) 0%, rgb(51, 56, 67) 100%);
	background: linear-gradient(to bottom, rgb(85, 99, 131) 0%, rgb(51, 56, 67) 100%);
	border: 1px solid #1e252d;
	-webkit-box-shadow: inset 1px 1px 1px 0 rgba(255, 255, 255, .35), 0 0 1px 0 rgba(128, 118, 141, .65);
	-moz-box-shadow: inset 1px 1px 1px 0 rgba(255, 255, 255, .35), 0 0 1px 0 rgba(128, 118, 141, .65);
	box-shadow: inset 1px 1px 1px 0 rgba(255, 255, 255, .35), 0 0 1px 0 rgba(128, 118, 141, .65);
	padding: 0 10px
}

.unique-links hr {
	background-image: -o-linear-gradient(left center, transparent, rgba(192, 44, 174, .8), transparent);
	background-image: -webkit-gradient(linear, left center, transparent, rgba(192, 44, 174, .8), transparent);
	background-image: -ms-linear-gradient(left center, transparent, rgba(192, 44, 174, .8), transparent);
	background-image: -moz-linear-gradient(left center, transparent, rgba(192, 44, 174, .8), transparent);
	background-image: -webkit-linear-gradient(left center, transparent, rgba(192, 44, 174, .8), transparent);
	background-image: linear-gradient(to left, rgba(192, 44, 174, 0), rgba(192, 44, 174, .8), rgba(192, 44, 174, 0));
	border: 0 none;
	height: 1px;
	margin: 0
}
.butt-pad {
    width: 100%;
    margin: 0 auto;
    height: auto;
    max-width: 790px;
}
/* BUTTON STYLE */

/* text and button */
@import url(https://fonts.googleapis.com/css?family=Kaushan+Script&display=swap);
@import url(https://fonts.googleapis.com/css?family=Roboto:400,500,700,300&display=swap);
@import url(https://fonts.googleapis.com/css?family=Righteous&display=swap);
@charset "utf-8";
.wappar {
	width: 100%;
	margin: auto;
	height: auto;
}

.jaipur-cont {
	margin: auto;
	height: auto;
	width: 100%;
}

.slider {
	width: 100%;
	float: left;
	height: auto;
	text-align: center;
}

.welcome {
	width: 100%;
	float: left;
	height: auto;
	background-image: url(images/bg.html);
	background-repeat: no-repeat;
	padding-top: 0;
	padding-bottom: 10px;
}

.leftbox {
	width: 75%;
	float: left;
	height: auto;
	color: #FFF;
	margin-right: 3%;
	
}

.leftbox h1 {
	margin: 0 auto;
	color: #ffd042;
	font-size: 55px;
	font-weight: 400;
	color: #FFF;
	font-family: 'Salsa', cursive;
	padding: 7px 0;
}

.rightbox {
	width: 22%;
	float: left;
	height: auto;
	color: #FFF;
	padding: 2% 2% 2% 2%;
	background-color: #0000006e;
}

.heading {
	width: 100%;
	height: auto;
	color: #fff;
	font-size: 24px;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 25px;
	margin-bottom: 15px;
    text-align: center;
    margin-top: 5px;
}

.alltype {
	width: 100%;
	float: left;
	height: auto;
}

.alltype ul {
	margin: 0 0 0 26px;
	padding: 0 0 0 0;
	list-style-type: none;
}

.alltype ul li {
	margin: 0 0 0 0;
	padding: 15px 0 0 0;
}

.alltype ul li a {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	line-height: 40px;
	color: #FFF;
	text-decoration: none;
	text-shadow: 2px 2px 2px #000;
	text-transform: uppercase;
	font-weight: 900;
}

.blueline {
	width: 100%;
	float: left;
	height: auto;
	/*background-image: url(img/pattern3.jpg);*/
	padding-top: 50px;
	padding-bottom: 50px;
}

.fist {
	width: 30%;
	float: left;
	height: auto;
	color: #FFF;
	margin-right: 2%;
}

.fist h3 {
	color: #ff0d0d;
	font-weight: 700;
	font-size: 18px;
	margin: 0 auto;
	font-family: 'Salsa',cursive;
	font-weight: 400;
}

.fist img {
	margin-bottom: 20px;
}

.blogbox {
	width: 100%;
	float: left;
	height: auto;
	background-repeat: no-repeat;
	padding-top: 50px;
	padding-bottom: 50px;
}

.cllbox {
	width: 26%;
	float: left;
	height: auto;
	padding: 2% 2% 2% 2%;
	border: solid 1px #fd2a6d;
	margin-right: 3%;
}

.pboxt {
	width: 100%;
	float: left;
	height: auto;
	color: #FFF;
	font-size: 30px;
	line-height: 35px;
}

.green {
	width: 100%;
	float: left;
	height: auto;
	color: #ff1361;
	font-size: 36px;
	line-height: 35px;
	padding-top: 15px;
}

.green a {
	text-decoration: none;
	color: #ff1361;
}

.green a:hover {
	text-decoration: none;
	color: #fff;
}

.green p {
	margin: 0 0 0 0;
	padding-bottom: 12px;
	line-height: 25px;
}

.emial {
	width: 100%;
	float: left;
	height: auto;
	color: #FFF;
	font-size: 18px;
}

.emial a {
	color: #eaff00;
	font-size: 18px;
	text-decoration: none;
	font-size: 13px;
}

.blaob {
	width: 35%;
	float: left;
	height: auto;
	color: #FFF;
	padding: 2% 2% 2% 2%;
	border: solid 1px #fd2a6d;
	margin-right: 3%;
}

.chose {
	width: 29%;
	float: left;
	height: auto;
	color: #e05572;
	padding: 2% 2% 2% 2%;
	border: solid 1px #fd2a6d;
}

.chose h4 {
	font-family: 'Salsa',cursive;
	color: #fff;
	font-size: 20px;
	margin: 0 auto;
}

.brown {
	width: 100%;
	background-color: #FFF;
	color: #000;
	height: 35px;
	margin-bottom: 10px;
	border: none;
}

.blure {
	width: 100%;
	float: left;
	height: auto;
	background-color: #000;
	padding-top: 10px;
	padding-bottom: 10px;
}

.smalllogo {
	width: 30%;
	float: left;
	height: auto;
}

.bootallinks {
	width: 70%;
	float: left;
	height: auto;
	text-align: right;
	color: #ff1361;
	font-size: 13px;
	margin-top: 28px;
}

.bootallinks ul {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

.bootallinks ul li {
	margin: 0 0 0 0;
	padding: 0 10px 0 10px;
	display: inline;
	text-decoration: none;
	color: #FFF;
}

.bootallinks ul li a {
	margin: 0 0 0 0;
	padding: 0 10px 0 10px;
	display: inline;
	text-decoration: none;
	color: #FFF;
	font-size: 14px;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box
}

.tegline {
	width: 100%;
	float: left;
	height: auto;
	margin-top: 25px;
	margin-bottom: 25px
}

.colortxtbox {
	width: 87%;
	float: left;
	height: auto;
	background-color: #000;
	color: #FFF;
	text-align: center;
	font-size: 18px;
	padding-bottom: 10px;
	padding-top: 10px;
	font-weight: 700
}

.booknowbox {
	width: 10%;
	float: left;
	height: auto;
	text-align: right;
	margin-top: 8px
}

.booknowbox a {
	background-color: #0a99a6;
	padding: 11px 25px 15px 25px;
	color: #000;
	font-weight: 600;
	text-align: center;
	text-decoration: none
}

.booknowbox a:hover {
	background-color: red;
	padding: 11px 25px 15px 25px;
	color: #000;
	font-weight: 500;
	text-align: center;
	text-decoration: none
}

.content {
	overflow: auto;
	position: relative;
	width: 940px;
	max-width: 97%;
	height: 500px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.content p {
	margin: 30px 0;
	font-size: 16px
}

@media only screen and (min-width:320px) and (max-width:360px) {
	.jaipur-cont {
		width: 100%
	}
	.wappar {
		width: 95%;
		padding-left: 2%;
		padding-right: 2%
	}
	.leftbox {
		width: 100%
	}
	.leftbox h1 {
		font-size: 27px
	}
	.rightbox {
		width: 100%;
		margin-top: 19px
	}
	.fist {
		width: 100%
	}
	.fist img {
		width: 100%;
		height: auto
	}
	.colortxtbox {
		width: 100%
	}
	.cllbox {
		width: 100%;
		margin-bottom: 20px
	}
	.blaob {
		width: 100%;
		margin-bottom: 20px
	}
	.chose {
		width: 100%;
		margin-bottom: 20px
	}
	.booknowbox {
		width: 100%
	}
	.smalllogo {
		width: 100%
	}
	.bootallinks {
		width: 100%
	}
	.colortxtbox {
		font-size: 12px
	}
	.slider {
		margin-top: 96px
	}
	.chose h4 {
		font-size: 24px
	}
	.bootallinks {
		text-align: center
	}
}

@media only screen and (min-width:360px) and (max-width:414px) {
	.jaipur-cont {
		width: 100%
	}
	.wappar {
		width: 95%;
		padding-left: 2%;
		padding-right: 2%
	}
	.leftbox {
		width: 100%
	}
	.leftbox h1 {
		font-size: 27px
	}
	.rightbox {
		width: 100%;
		margin-top: 19px
	}
	.fist {
		width: 100%
	}
	.fist img {
		width: 100%;
		height: auto
	}
	.colortxtbox {
		width: 100%
	}
	.cllbox {
		width: 100%;
		margin-bottom: 20px
	}
	.blaob {
		width: 100%;
		margin-bottom: 20px
	}
	.chose {
		width: 100%;
		margin-bottom: 20px
	}
	.booknowbox {
		width: 100%
	}
	.smalllogo {
		width: 100%
	}
	.bootallinks {
		width: 100%
	}
	.chose h4 {
		font-size: 24px
	}
	.bootallinks {
		text-align: center
	}
	.slider {
		margin-top: 96px
	}
}

@media only screen and (min-width:420px) and (max-width:480px) {
	.chose h4 {
		font-size: 24px
	}
	.bootallinks {
		text-align: center
	}
	.slider {
		margin-top: 96px
	}
	.jaipur-cont {
		width: 100%
	}
	.wappar {
		width: 95%;
		padding-left: 2%;
		padding-right: 2%
	}
	.leftbox {
		width: 100%
	}
	.leftbox h1 {
		font-size: 27px
	}
	.rightbox {
		width: 100%;
		margin-top: 19px
	}
	.fist {
		width: 100%
	}
	.fist img {
		width: 100%;
		height: auto
	}
	.colortxtbox {
		width: 100%
	}
	.cllbox {
		width: 100%;
		margin-bottom: 20px
	}
	.blaob {
		width: 100%;
		margin-bottom: 20px
	}
	.chose {
		width: 100%;
		margin-bottom: 20px
	}
	.booknowbox {
		width: 100%
	}
	.smalllogo {
		width: 100%
	}
	.bootallinks {
		width: 100%
	}
}

@media only screen and (min-width:520px) and (max-width:640px) {
	.blogbox {
		padding-top: 0
	}
	.chose h4 {
		font-size: 24px
	}
	.bootallinks {
		text-align: center
	}
	.jaipur-cont {
		width: 100%
	}
	.wappar {
		width: 95%;
		padding-left: 2%;
		padding-right: 2%
	}
	.leftbox {
		width: 100%
	}
	.leftbox h1 {
		font-size: 27px
	}
	.rightbox {
		width: 100%;
		margin-top: 19px
	}
	.fist {
		width: 100%
	}
	.colortxtbox {
		width: 100%
	}
	.cllbox {
		width: 100%;
		margin-bottom: 20px
	}
	.blaob {
		width: 100%;
		margin-bottom: 20px
	}
	.chose {
		width: 100%;
		margin-bottom: 20px
	}
	.booknowbox {
		width: 100%
	}
	.smalllogo {
		width: 100%
	}
	.bootallinks {
		width: 100%
	}
}

@media (min-width:665px) and (max-width:768px) {
	.blogbox {
		padding-top: 0
	}
	.chose h4 {
		font-size: 24px
	}
	.bootallinks {
		text-align: center
	}
	.green {
		font-size: 30px
	}
	.jaipur-cont {
		width: 100%
	}
	.wappar {
		width: 95%;
		padding-left: 2%;
		padding-right: 2%
	}
	.leftbox {
		width: 100%
	}
	.leftbox h1 {
		font-size: 27px
	}
	.rightbox {
		width: 100%;
  
    text-align: center;
		 
	}
	.fist {
		width: 31%
	}
	.fist img {
		width: 72%
	}
	.colortxtbox {
		width: 100%
	}
	.cllbox {
		width: 40%;
		margin-bottom: 20px
	}
	.blaob {
		width: 54%;
		margin-bottom: 20px
	}
	.chose {
		width: 100%;
		margin-bottom: 20px
	}
	.booknowbox {
		width: 100%
	}
	.smalllogo {
		width: 100%
	}
	.bootallinks {
		width: 100%
	}
}

@media only screen and (min-width:1020px) and (max-width:1180px) {
	.heading {
		font-size: 25px
	}
	.jaipur-cont {
		width: 100%
	}
	.wappar {
		width: 95%;
		padding-left: 2%;
		padding-right: 2%
	}
	.leftbox {
		width: 72%
	}
	.leftbox h1 {
		font-size: 27px
	}
	.rightbox {
		width: 25%
	}
	.fist {
		width: 31%
	}
	.fist img {
		width: 100%;
		height: auto
	}
	.colortxtbox {
		width: 83%
	}
	.cllbox {
		width: 30%;
		margin-bottom: 20px
	}
	.blaob {
		width: 30%;
		margin-bottom: 20px
	}
	.chose {
		width: 34%;
		margin-bottom: 20px
	}
	.booknowbox {
		width: 16%
	}
	.smalllogo {
		width: 100%
	}
	.bootallinks {
		width: 100%
	}
	.green {
		font-size: 26px
	}
	.chose h4 {
		font-size: 25px
	}
	.colortxtbox {
		font-size: 12px
	}
}

@media only screen and (min-width:1200px) and (max-width:1280px) {
	.jaipur-cont {
		width: 100%
	}
	.wappar {
		width: 95%;
		padding-left: 2%;
		padding-right: 2%
	}
	.fist {
		width: 31%
	}
	.fist img {
		width: 100%;
		height: auto
	}
	.colortxtbox {
		width: 85%;
		font-size: 16px
	}
	.booknowbox {
		width: 12%
	}
}

@media only screen and (min-width:800px) and (max-width:996px) {
	.chose h4 {
		font-size: 24px
	}
	.bootallinks {
		text-align: center
	}
	.jaipur-cont {
		width: 100%
	}
	.wappar {
		width: 95%;
		padding-left: 2%;
		padding-right: 2%
	}
	.leftbox {
		width: 100%
	}
	.leftbox h1 {
		font-size: 27px
	}
	.rightbox {
		width: 45%;
		display: none
	}
	.fist {
		width: 100%
	}
	.colortxtbox {
		width: 100%
	}
	.cllbox {
		width: 100%;
		margin-bottom: 20px
	}
	.blaob {
		width: 100%;
		margin-bottom: 20px
	}
	.chose {
		width: 100%;
		margin-bottom: 20px
	}
	.booknowbox {
		width: 100%
	}
	.smalllogo {
		width: 100%
	}
	.bootallinks {
		width: 100%
	}
	.fist img {
		width: 100%;
		height: auto
	}
	.cllbox {
		width: 36%
	}
	.blaob {
		width: 58%
	}
	.chose {
		width: 87%
	}
	.brown {
		width: 23%
	}
	.bootallinks ul li a {
		padding: 0 0 0 0
	}
	.brown {
		width: 24%
	}
	.chose h4 {
		margin-bottom: -5px
	}
	.fist {
		width: 46%
	}
	.fist img {
		width: 91%
	}
	.green {
		font-size: 30px
	}
	.blogbox {
		padding-top: 0
	}
}

.mCustomScrollbar {
	-ms-touch-action: pinch-zoom;
	touch-action: pinch-zoom
}

.mCustomScrollbar.mCS_no_scrollbar {
	-ms-touch-action: auto;
	touch-action: auto
}

.mCustomScrollBox {
	position: relative;
	overflow: hidden;
	height: 100%;
	max-width: 100%;
	outline: none;
	direction: ltr
}

.mCSB_container {
	overflow: hidden;
	width: auto;
	height: auto
}

.mCSB_inside>.mCSB_container {
	margin-right: 30px
}

.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
	margin-right: 0
}

.mCSB_scrollTools {
	position: absolute;
	width: 16px;
	height: auto;
	left: auto;
	top: 0;
	right: 0;
	bottom: 0
}

.mCSB_scrollTools .mCSB_draggerContainer {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	height: auto
}

.mCSB_scrollTools .mCSB_draggerRail {
	width: 2px;
	height: 100%;
	margin: 0 auto;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px
}

.mCSB_scrollTools .mCSB_dragger {
	cursor: pointer;
	width: 100%;
	height: 30px;
	z-index: 1
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	position: relative;
	width: 4px;
	height: 100%;
	margin: 0 auto;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
	text-align: center
}

.mCSB_scrollTools,
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	-webkit-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
	-moz-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
	-o-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
	transition: opacity .2s ease-in-out, background-color .2s ease-in-out
}

.mCSB_scrollTools {
	opacity: .75;
	filter: "alpha(opacity=75)";
	-ms-filter: "alpha(opacity=75)"
}

.mCustomScrollBox:hover>.mCSB_scrollTools {
	opacity: 1;
	filter: "alpha(opacity=100)";
	-ms-filter: "alpha(opacity=100)"
}

.mCSB_scrollTools .mCSB_draggerRail {
	background-color: #000;
	background-color: rgba(0, 0, 0, .4);
	filter: "alpha(opacity=40)";
	-ms-filter: "alpha(opacity=40)"
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #fff;
	background-color: rgba(255, 255, 255, .75);
	filter: "alpha(opacity=75)";
	-ms-filter: "alpha(opacity=75)"
}

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: #fff;
	background-color: rgba(255, 255, 255, .85);
	filter: "alpha(opacity=85)";
	-ms-filter: "alpha(opacity=85)"
}

.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
	background-color: #fff;
	background-color: rgba(255, 255, 255, .9);
	filter: "alpha(opacity=90)";
	-ms-filter: "alpha(opacity=90)"
}
img{max-width:100%;padding:6px;border:8px #ff0808}image_full{border:none!important}strong{font-weight:700;font-size:16px;color:#ff0d0d;text-shadow:2px 2px 2px #000}.boxed-contact img{border-radius:100px 100px 100px 100px;box-shadow:1px 1px 35px 0 white}.full-text-grid{margin:0 0 3em -10px;padding-top:12px}.bottom-grid1{width:30%;float:left;margin-right:3%;font-size:17px}.bottom-grid1 h3{color:#504D4D;font-family:'Open Sans',sans-serif;font-size:1.5em;padding:15px 0 15px 0;border-bottom:1px solid #E9E9E9;margin-bottom:13px;text-transform:uppercase}.bottom-grid1 p{font-size:.875em;color:#DEDEDE;line-height:1.6em;font-family:'Oswald',sans-serif;padding:8px 0 10px 0;font-weight:700}.creating-sec{clear:both;padding:0;margin:0}.box-group:before,.box-group:after{img-content:"";display:table}.box-group:after{clear:both}.box-group{zoom:1}.col{display:block;float:left;margin:1% 0 1% 1.6%}.col:first-child{margin-left:0}.span_2_of_3{width:63.1%;padding:1.5%}.span_1_of_3{width:29.2%;padding:1.5%}.span_2_of_3 h3{font-size:1.5em;color:#ff0d0d;text-transform:initial;padding:10px 0;margin-bottom:10px;text-transform:uppercase;margin-bottom:10px;text-shadow:1px 1px 4px;font-weight:1000;font-family:-webkit-pictograph}@media only screen and (max-width:800px){.span_2_of_3{width:94%;padding:3%}.col{margin:1% 0 1% 0%}.span_1_of_3{width:94%;padding:3%}}@media only screen and (max-width:640px) and (min-width:480px){.span_2_of_3{width:94%;padding:3%}.col{margin:1% 0 1% 0%}.span_1_of_3{width:94%;padding:3%}}@media only screen and (max-width:480px){.span_2_of_3{width:90%;padding:5%}.col{margin:0%}.span_1_of_3{width:90%;padding:5%}}@media only screen and (max-width:640px){.bottom-grid1{width:94%;padding:3%;margin-right:0}.bottom-grid1 h3{padding:0}}@media only screen and (max-width:480px){.full-text-grid{margin:0}}
/* text and button */
.some-paragraph-container {
    width: 100%;
    max-width: 790px;
	padding: 5px;
	margin: 0 auto;
}

.social{
    padding:10px;
   
 }
 .back-pic{
    padding-top: 0;
    background-image: url(img/pattern3.jpg);
    background-size: 200px 193px;
    background-repeat: repeat;}
	 @media screen and (min-width: 787px) {
	.social-but
   {width:80%; margin: 0 auto; height: auto;
   
   }
   }
	 
	@media screen and (min-width: 300px) and(max-width: 786px) {
	.social-but
   {width:100%; margin:0 auto; height: auto; }
	}
	.justii{text-align:justify;}
	.gallery-name{
	font-size: 26px;
    text-shadow: 2px 2px 2px #000;
    font-family: 'Salsa',cursive;
	padding-bottom: 7px;
	}
	.gallery-rate{
		font-size: 23px;
    text-shadow: 2px 2px 2px #000;
    font-family: 'Salsa',cursive;
	}
	.gallery-location{
		font-size: 15px;
    text-shadow: 2px 2px 2px #000;
    font-weight:600;
	padding-bottom: 7px;
	}
	
.nowcalling{display:block;position:fixed;bottom:0;width:100%;z-index:9999}.lcol,.rcol{float:left;width:50%}.lcol{background-color:#B7008D}.rcol{background-color:#06B27D}.lcol a,.rcol a{display:block;padding:10px 0;text-align:center;text-decoration:none;color:#fff}

.all-local-area-scroll {
    height: 100vh;
    overflow: scroll;
}

.all-local-area-scroll::-webkit-scrollbar {
    display: none;
}

.all-local-area-h3 {
	text-align:center;
	font-size:xx-large;
}