/*  =RESET
---------------------------------------------------*/



table.pretty_table th.bold{
	font-weight:bold;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, font, img, small, strike, strong, sub, sup,
b, u, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	background: transparent;
}

tbody, tfoot, thead, tr, th, td {
}

ol, ul, li {
	list-style: none;
	list-style-position : inside;
} 

select {
    color: #000;
}
/*  =DEFAULT
---------------------------------------------------*/
*{
	font-family: 'Open Sans', sans-serif;
}

/*.list_item:nth-of-type(5n+8){
	clear:both;
}*/

/*.list_item:nth-of-type(5n+8) .info{
	background:blue;
}*/
a, a:visited { text-decoration: none; color: #fe5b48; }
a:hover { text-decoration : none; color : #f24c39}	
a:focus { outline: 0; } 

h1 { 
	font-size: 22px; 
	/*color: white; */
	font-weight: bold; 
	line-height : 20px;   
	color: #fe5b48;
	text-align:center;
}  

h2 { 
	font-size: 18px; 
	font-weight : lighter;
	line-height : 27px;
}  

h3 { 
	font-size: 16px; 
}  

h4 { 
	font-size: 14px; 
}  

.purple { color: #FF7FCB; }

h4 {}

h4 { font-size: 12px; line-height: 20px;}

img { border: 0; }  

.red { color: red }  

.white, a.white { color: white }


#message_box {   
	overflow: hidden;
	z-index    : 999;
	width : 100%;
	position : fixed;
	top : 0;      
	left : 0;
	background : white;     
	font-size : 20px;    
	z-index    : 10000;  
	color      : black;    
	text-align : center;
	display : none;  
	height: 0;
	font: 20px/50px arial, sans-serif;
	
	filter: alpha(opacity=90);
	-moz-opacity: 0.90;
	opacity: 0.90;  
} 

#message_box_content {   
  width : 800px;
  line-height : 40px;
  margin : 0 auto;
  color      : black;
  text-align : center;   
  z-index    : 10000;  
  font-size : 18px;    
}  

#message_box_close {
	color: red;
	position : absolute;
	top : 10px;      
	right : 10px;
}  

#loading {   
	line-height : 40px;  
	width : 100px;
	position : fixed;
	top : 0;
	left : 50%;      
	z-index    : 10000;
	background: white url(../../img/site/loading_big.gif) 10px 50% no-repeat;  
	padding-left: 55px;  
	margin-left: -100px;   
	border: solid 1px silver;  
	border-width: 0 1px 1px 1px;
	display : none;  
	color : black;

	-moz-border-radius-bottomleft : 5px;    
	-webkit-border-bottom-left-radius : 5px;
	-moz-border-radius-bottomright : 5px;    
	-webkit-border-bottom-right-radius : 5px;
}

#default_message {
	color : red;
	text-align : center;
	color : white;
	font-weight: bold;
}  

.empty {
	font-size: 14px;
	color : #C90000;
}

a#logo_link {
	position: relative;
	/*top   : 25px;*/
	/*left     : 20px;    */
	display : block;
	width: 255px;
	height : 40px;
	text-decoration : none;    
	background: url(../../img/site/logo.png) 0 0 no-repeat; 
}   

#slogan {
	position : absolute;
	top   : 70px;
	left     : 20px;    
	color    : #E44994; 
	font-size : 16px;
}

#slogan span {
	color : #EFB2CF;
}

#copyright {
  color : gray;
}

a.href_middle, a.href_big  {
	/*background: url(../../img/site/button_middle.gif);*/
	background:#fe5b48;
	color : white;   
	text-align :center;
	display : inline-block;
	padding: 4px 12px;
	/*width : 120px;*/
	line-height : 24px;  
	margin : 0 auto;
}  


.login-form .input input{
	width: 260px;
}
.login-form .input{
	padding:0;
}
.announcment{
	padding-left:10px;
	font-size:14px;
}

.colored-text{
	color:#fe5b48;
}
.form-error {
    border: 4px solid red!important;
}
.bold{
	font-weight:bold;
}
.announcment-text{
	padding-top:5px;
	line-height: 17px;
}



a.href_green  {
	background: green;
	color : white;   
	text-align :center;
	display : block;
	width : 150px;
	line-height : 24px;  
	margin : 0 auto;  
	border : solid 1px white;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	-webkit-border-radius: 2px;    
}  

a.href_big {
	background:#fe5b48;
	width : 150px;
}  

a.button:hover {
	text-decoration : none;
	background: url(../../img/site/button_over.gif);
}    

a.red {
	background : #C40000;	
}

.acenter {
  text-align : center;	
}   

.aleft {
  text-align : left;	
}   

.aright {
  text-align : right;	
}    

.small_text {
	font-size : 11px;
}   

.fleft, .lfloat {
	float : left;
}

.fright {
	float : right;
}

.wide {
	width : 100%;
}


#content_container ul {
  list-style-position : inside;
  padding-left        : 10px;
}   

#content_container blockquote {
  padding-left: 20px;
}     

#content_container p {
      padding: 6px 0;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
}

.line {
	border : solid 1px #EEEEEE;  
	border-width : 1px 0 0 0;
	margin-top : 10px;   
}

pre {
  color      : white;
  background : black;
  border     : solid 1px silver;
  text-align : left;
  padding    : 10px;    
  z-index    : 100000;
} 


.clear {
  clear       : both; 
  line-height : 0px;
  font-size   : 0px;
}   

.hidden {
	display : none;
} 

div.ui-datepicker {
	font-size : 11px;
	line-height : 12px;  
} 

table.cake-sql-log {
	width : 95%;
	border : solid 1px black;
	border-width : 0 0 1px 1px;
	background : white;
	color : black;
	margin : 0 auto;
}

table.cake-sql-log td, table.cake-sql-log th {
	border : solid 1px silver;
	border-width : 1px 1px 0 0;  
	padding : 7px;
}

table.cake-sql-log th {
	background : silver;
}


/*  =FORMS
---------------------------------------------------*/

label {
	/* float       : left; */
	/* width       : 150px; */
	/* text-align  : left;     */
	display: block;
    clear: both;
	font-weight : lighter;   
	padding     : 2px 10px 2px 0;
}   

.form .input {
    text-align: center;
}
.required .input span{
	position:relative;
}

.g-recaptcha div {
    margin: auto;
}

.input {  
	padding  : 2px;	
	clear : both;
} 

.input input, .input select, .input textarea, input.pretty_input {  
	width   : 320px;
	border  : solid 1px #BBBBBB;   
	padding : 3px 0 3px 5px;  
	color   : #242424;
	background : #FFFFEC;     
	font-size: 12px;
}   

.input select {  
	/*width : 150px;*/
	padding : 2px 0 2px 5px;  
}   

.input input:hover, .input input:focus, .input textarea:hover, .input textarea:focus {  
	background : #FEFED9;    
}   

.input input:focus, .input textarea:focus {  
	border : solid 1px #999999;   
}   

.input textarea {  
 	/*width  : 500px;   */
  	height : 100px;
}   

.input span {
  font-weight : bold;
  font-size : 12px;	
  font-family : tahoma;   
  color : #C40000;
}   

.submit {  
	float  : none;  
	clear  : left;  
	width  : auto;  
	border : 0 none #FFF;  
	padding : 10px 0 10px 160px;
}  

.checkbox {
  padding : 5px 0 5px 160px;
  width   : auto;   
}
@media screen and (max-width: 1050px){
	.checkbox {
		padding : 0px;
	}
}	

.checkbox label {
  text-align   : right;    
  padding : 0 10px 0 8px;	
  display : inline;
  width   : auto;   
  float   : none;
}         

.checkbox input {
  width : auto;	
}	

.checkbox fieldset {
	background : white;
	width : 300px;
}	

.error-message {
	padding-left : 160px;
	font-size    : 10px;   
	color        : red;    
}  

.explanation {
	font-size : 11px;
	color : silver;	
	text-align:center;
	/*padding-left : 165px;*/
}  

.submit{
	text-align:center;
}

.checkbox{
	padding:0!important;
}

.required-star{
	padding:0;
}

.required-star span,.special-input{
	position:relative!important;
}
.special-input span{
	position: absolute;
    top: 0px;
    right: 3px;
}

.form_container {
	width : 700px;
	margin : 0 auto;	
}   

.search {
    display: block;
	background: #dcdbdb;
    padding: 12px 5px;
	display: flex;
    justify-content: space-between;
}


.col-half-offset{
    margin-left:4.166666667%
}

@media screen and (min-width: 992px){
	.col-md-fifth{
		width:19%;
	}
	.col-md-sixth{
		width:15.6%;
	}
	.col-half-offset{
		margin-left: 1.25%;
	}
}
.search label{
	width: 19%;
	display: inline-block;
	padding:0;
}
.search label select{
    padding: 4px 15px;
	width:100%;
	border: 1px solid #cccccc;
}


#mainForm input, #mainForm select, #mainForm textfield ,#mainForm .input ,form h2{
    text-align: center;
}
#mainForm input[type=checkbox]{
	text-align:left;
	    position: relative;
} 

.input span {
    position: absolute;
}
.special-input span{
	color:red;
}
input[type=file]{
	display:inline-block;
}
form table {
    margin: auto;
}

#mainForm .input label {
    float: none;
    clear: both;
    display: block;
    text-align: center;
    margin: auto;
}


.search .submit {
	min-width: 40px;
    min-height: 28px;
    width: 3%;
    border: none;
    background: #fe5b48;
    color: #fff;
    float: right;
    display: inline-block;
	padding:0;
}

input[type="submit"].right-arrow{
	display: block;
    background: url(../../img/site/right_arrow.png);
    background-repeat: no-repeat;
    background-position: center;
    /*height: 20px;
    width: 20px;*/
	height: 100%;
    width: 100%;
    margin: 0 auto;
}


input[type=submit], input[type=button], .form_button {
	/*background: url(../../img/site/button_bg.gif) 0 0 repeat-x;*/
	background: #fe5b48;
	color : white;   
	text-align :center;
	padding : 5px 10px;
	margin : 0 auto;    
	border:none;
}  

fieldset {
} 

form h2 { color : #FF7FCB; padding : 5px 0 3px 0;} 

input.longInput {
	width : 500px;
}

input.shortInput {
	width : 50px;
}

#nav_bottom ul li::before {
    content: "::";
    padding-right: 3px;
	color:#fe5b48;
}

#nav_bottom ul li a{
    color:#fff;
}


/*  =LAYOUT
---------------------------------------------------*/


html, body {
	font: 12px Verdana, Arial, Tahoma; 
	/*line-height: 120%; */
	background: #f4f3f3;
	/*color: white;  */
}

#page { 
	border: solid 1px #262626;   
	width : 1255px;
	margin: 0 auto;
}                      

#header {   
	height: 90px;
	position : relative;
	background: #2b2b2b;
}

#header_eyes {   
	position: absolute;   
	top : 50px;
	left : 450px;
	width : 500px;
}

#wrapper {    
	/*background : black;   */
	padding : 15px;
	min-height:70vh;
}  

#left { 
	float: left;
	width: 960px;  
}

#right { 
	float: left;
	width: 255px;
	padding-left : 10px;
}     

#content {   
}

#content_top {   
	line-height : 4px;
	font-size : 0;
	background: url(../../img/site/content_top.gif) 0 0 no-repeat;
}

#content_bottom {   
	line-height : 4px;
	font-size : 0;
	background: url(../../img/site/content_bottom.gif) 0 0 no-repeat;
}

#footer { 
	background: #2b2b2b;
	font-size: 18px;      
	text-align : center;
	min-height:100px;
	color:#fff;
	font-weight:400;
	line-height:20px;
}     

#footer .flex-center{
	display: flex;
    justify-content: center;
    height: 100%;
    flex-direction: column;
    clear: both;
    text-align: left;
}

#footer .container,#footer,#header,#header .container {
    display: flex;
}
#header .container{
	justify-content: space-between;
	align-items: center;
	flex-direction: row;
	flex-wrap: wrap;
}
#header .container::before,#header .container::after{
	display:none;
}

/*.flex-start {
  align-self: flex-start;
}

.flex-end {
  align-self: flex-end;
}*/
img.full-width{
	max-width:100%;
	wwidht:100%;
	heihgt:initial;
}

#page_error {
	padding : 100px;
	text-align : center;    
	font-size : 21px;
	color : white;
}  

#page_error span {
	color : black;
}


/*  =BOARD
---------------------------------------------------*/

table.announcements_table {
	width : 100%;
}

table.announcements_table td, table.announcements_table th {
	padding : 10px 20px;  
	border-bottom : solid 1px silver;
}

table.announcements_table td a{
	color: #fe5b48;
}


table.announcements_table td a:hover {
	text-decoration: underline;
}


/*  =COMMENTS
---------------------------------------------------*/


.comments_box_item {
	margin : 5px 0 0 0;
	padding : 5px 0 0 0;
	border-top : solid 1px #DADADA;
}


/*  =USERS
---------------------------------------------------*/


a#login_link {
	width : 80px;
	line-height : 23px;
	display : block;
	background: url(../../img/site/button_login.gif) 0 0 no-repeat; 
	text-align : center;
	color : white;   
	position : absolute;
	top : 73px;
	right : 0;
}

table#registration_table td {
	padding : 10px 20px;
}

table#registration_table th {
	font-size : 14px;
}   


#users_logged_box {
	position: relative;
    float: right;
    color: #fff;
		-moz-border-radius: 8px;
		-khtml-border-radius: 8px;
		-webkit-border-radius: 8px;
}
#users_logged_box .members-text{
	margin:0 10px;
	font-size:16px;
}
#users_logged_box .btn{
    border-radius:0;
	background-color:#fe5b48;
	border:none;
	text-transform:uppercase;
	margin-right:10px;
	color:#fff;
	font-weight:bold;
}
#users_logged_box .btn:nth-of-type(2){
	margin-right:0;
}

#nav ul {
	padding-left:0;
}

/*  =TOP NAV
---------------------------------------------------*/

#nav_container {
	/*height : 55px;*/
	/*background: url(../../img/site/menu_bg.gif) 0 0 repeat-x;   */
	background:#fe5b48;
	    /*padding: 8px;*/
	position : relative;
}

#nav {  
	text-align : center;  
	/*line-height : 24px;     
	padding-top : 2px;
    height: 28px;*/
}
#nav ul li a{
	display:block;
    padding: 10px 10px;
}

#nav ul li a:hover{
	text-decoration:none;
}

#nav ul li:hover,#nav ul li.first:hover{
	background: #fd8172;
}
div#navbar-nav{
	padding-left:0;
}

.navbar {
    min-height: auto;
    margin:0;
}

#nav ul li {         
	display : inline;    
	/*padding: 0 10px 0 30px;
	background: url(../../img/site/nav_bullet.gif) 0 50% no-repeat; */
}  

#navbar-nav ul.flex-ul {
    justify-content: space-between;
    display: flex;
	padding-bottom:0;
	margin-bottom: 0;
}
#navbar-nav ul.list-ul{
	text-align:left;
}
#navbar-nav ul.list-ul li{
    display: inline-block;
}

#nav ul li a, #nav ul li a:hover {     
	color           : white;  
	text-decoration : none;    
	font-size : 14px;     
	text-transform : uppercase;
}   
  

#nav ul li.first {
	background : none;
}

.navbar-toggle {
    padding:0;
    border-radius: 0;
}
.navbar-toggle .icon-bar {
    background: white;
}
.navbar-toggle {
    margin:0 !important;
}


#subnav {
    position: relative;
    top: -1px;
	text-align : center;  
	line-height : 20px;
    height: 24px;
}  

#subnav ul li {         
	display : inline;    
	padding: 0 20px 0 50px;
	background: url(../../img/site/subnav_bullet.gif) 0 50% no-repeat; 
}  

#subnav ul li a, #subnav ul li a:hover {     
	color           : white;  
	text-decoration : none;    
	font-size : 13px;     
	text-transform : uppercase;
}   

#subnav ul li a:hover, #subnav .current {
	text-decoration : underline;   
}    

#subnav ul li.first {
	background : none;
}   

#nav_bottom {
	width : 100%;
	padding : 15px 0 10px 0;
	margin : 0 auto;
	text-align :center;
}

#nav_bottom ul li {
	display : inline;
	padding : 0 10px;
} 

@media screen and (min-width: 1050px){
	#nav_bottom ul li {
		width: 50%;
		float: left;
		text-align: left;
		display: inline-block;
	}
}
@media screen and (max-width: 1050px){
	#nav_bottom ul li {
		width: 100%;
		float: none;
		text-align: left;
		display: inline-block;
	}
	.submit{
		padding:0;
	}
}
.wide_box.sidebar {
    background: #fff;
    border: 1px solid #ccc;
}

/*  =ESCORTS
---------------------------------------------------*/     

#gallery {     
	text-align : center;
}

#gallery img {
	margin : 0 5px; 
}

select#rate {
    border: 1px solid #fe5b48;
    display: inline-block;
    -moz-appearance: none;
    -webkit-appearance: none;
    padding: 0 35px 0 10px;
    padding-top: 3px;
    padding-bottom: 3px;
    background-image: url(../../img/site/arrow_down.png);
    background-size: 20px 100%;
    background-repeat: no-repeat;
    background-position: right;
    z-index: 9999;
	text-align:left;
}

#escort_left {
	float : left;
	width : 449px;  
}

#escort_right {
	float : left;
	width : 510px;
}    

table#escort_table td { 
	background : #161616;
	border : solid 1px #262626;   
	padding : 10px 15px;            
	margin-bottom : 8px;
	-moz-border-radius: 1px;
	-khtml-border-radius: 1px;
	-webkit-border-radius: 1px;   
}  

.login-form label{
	font-size:16px;
}

table.gallery_list_container {     
	margin : 0 auto;
}

table.gallery_list_container td {
	padding : 0 5px 15px 0;   
	text-align :center;   
	width : 195px;
} 

table.gallery_list_container td .escort {
	width : 160px;  
	margin : 0 auto;
	
}     

table.gallery_list_container td .img {
	border : solid 1px #64012D;
}

.escort img {
    width: 100%;
    height: auto;
}


.escort .info {
	background : #fff;
	padding : 3px;
	text-align : center;   
	min-height : 65px;
	font-size:18px;
	/*font-weight:bold;*/
	width : 100%;
    overflow:hidden;
	/*border: 0.75px solid #ccc;*/
}     



.login-form{
	text-align:center;
} 

.login-form label {
    float: none;
    width: auto;
    text-align: right;
    font-weight: lighter;
    padding: 2px 10px 2px 0;
}

.login-form .submit{
	padding:0;
}

.login-form input{
	padding: 7px 15px;
}

.login-form input[type='text'],.login-form input[type='password'] {
    margin-bottom: 10px;
}

table.users_table th{
	color:#fff;
}

.center {
    text-align: center;
}

.escort .info .city{
	font-weight:500;
	font-size: 0.7em;
	/*margin-top:10px;*/
}

.e-image {
	display:block;
	position:relative;
}

.e-image .agency-name {
    position: absolute;
	text-transform:capitalize;
    right: 10px;
    bottom: 10px;
    background: rgba(254, 249, 249, 0.63);
    padding: 0 3px;
    border-radius: 5px;
	max-width:120px;
	text-align:center;
}
.escort .info a{
	text-transform:capitalize;
}
.escort .extra_info{
	/*line-height:*/
	font-size: 0.7em;
}
	
table.gallery_list_container td .info a {
	color : white;
	font-weight : bold;
}      

table.gallery_list_container td .info .city {
	color : #F89BC7;
	padding-top: 3px;
	font-size : 11px;
}  

.empty_photo {
	width : 153px;
	line-height : 223px;
	color : #F89BC7;  
	background : #161616;
	border : solid 1px #262626;  
	margin : 0 auto; 
}

/*  =AGENCIES
---------------------------------------------------*/

table#agencies_table {
	width : 100%;	
	/*border: solid 1px #333333;	*/
	border-width : 1px 1px 0 0;
}

table#agencies_table td, table#agencies_table th {
	padding: 10px 40px;
	/*border: solid 1px #333333;	*/
	border-width : 0 0 1px 1px;
	text-align : left;
}   

table#agencies_table td, table#agencies_table td a {
	color : #000;
}

table#agencies_table td a:hover {
	text-decoration : underline;
}  

table#agencies_table td.noborder {
	border-bottom: 0;  
	padding-bottom : 0;
}

table#agencies_table th {
	font-size:22px;
	color : #fe5b48;  
	font-weight : bold;
}
.agency_escort{
	padding:2px 5px;
	background:#fe5b48;
	border-radius:5px;
	line-height: 28px;
}
.agency_escort a{
	color:#fff!important;
}
.agency_name a{
	font-size:22px;
	font-weight:bold;
}
#fancybox-wrap{
	padding:0!important;
}


/*  =FILTERS
---------------------------------------------------*/

/*ul.filters {  */
	/*width : 600px;*/
	/*margin : 0 auto;  */
/*}  */

/*ul.filters li {         */
	/*float : left;    */
	/*width : 200px;*/
/*}  */

ul.filters li a, ul.filters li a:hover {     
}   



/*  =BANNERS
---------------------------------------------------*/


table#banners_container td { 
	padding-bottom : 13px;
		
}  

.banners_list {
	margin : 0 auto;
}  

.banners_list td {
	padding : 10px 2px;
}


/*  =PAGES
---------------------------------------------------*/
  
  
.pages_container {
	text-align   : right;  
	line-height  : 25px;   
	padding      : 10px;
}     

.pages_container a:link, .pages_container a:visited, .pages_container a:hover {
	padding    : 2px 5px;  
	margin     : 0 1px;
	color : white;    
	background : #262626;
	text-decoration : none;
}    

.pages_container a:hover, .page_current {
	padding    : 2px 5px;  
	margin     : 0 1px;
	background : #FF99CC; 
	color : black;  
}      

/*  =BANNERS
---------------------------------------------------*/   

#banners8 {
	padding : 0 0 15px 0;
}

#banners8 table td {
	padding : 1px;
}  

table#banners_container {
	text-align: center;
	width : 100%;
}

#banners10 {
	position : absolute;
	top : 21px;
	left : 421px;
	width : 468px;
	height : 60px;
}


/*  =OTHER
---------------------------------------------------*/
.gallery-photo{
	width:calc(50% - 20px);
	margin: 10px 10px;
	float:left;
}

.gallery-photo-full{
	display:block;
	width:calc(100% - 20px);
	margin: 10px 10px;
}
.gallery-photo-full img{
	width: calc(100% - 20px);
	height:initial;
}

.gallery-photo:nth-of-type(1) ,.gallery-photo:nth-of-type(2){
	margin-top:0;
}

.escort-item-description{
	background: #fff;
	border: 1px solid #ccc;
	padding: 30px 20px;
}

.gallery-photo img{
	max-width:100%;
	height:initial;
}
@media screen and (max-width:600px){
	.gallery-photo{
		width:calc(100% - 20px);
		margin-right:20px;
	}
}
table.pretty_table {
	width : 100%;
}

table.pretty_table td, table.pretty_table th {
	padding : 3px 10px 3px 0;   
	text-align : left;   
	border : 0;
}

.my-rating{
	
}


table.pretty_table td a {
	/*color : white;*/
}

table.pretty_table th {
	color : white;   
	font-weight : lighter;
}

table.pretty_table th {
	color : #333333;        
}

.my-rating{
	font-size:18px;
}

.wide_box {
	/*background : #161616;
	border : solid 1px #262626;   
	padding : 10px 15px;          */  
	margin-bottom : 8px;
	-moz-border-radius: 1px;
	-khtml-border-radius: 1px;
	-webkit-border-radius: 1px;  
}   
 
 .box-top {
    display: block;
    background: #fe5b48;
    color: #fff;
    padding: 15px;
	font-weight:bold;
	font-size:16px;
}

.inner-box{
	padding: 14px;
}
 
#search_form label {
	width : 90px;
} 

#search_form .submit {
	padding-left: 100px;
}


nav .navbar-toggler-icon {
    position: absolute;
    right: 10px;
    top: 8px
}
.banners_list img,
#banners8 img {
    width: 100% !important;
}


#users_content .btn{
	display:block;
}
.mb-5{
	margin-bottom:5px;
}

@media (max-width: 768px) {
	
	#nav ul {
		display: block!important;
	}
	
	
    #mainForm .input label,
    .form .input label {
        text-align: left;
        width: 100% !important;
    }
    #mainForm .input select,
    #mainForm .input input,
    .form .input input {
        width: 60% !important;
		min-width:270px;
		text-align:center;
    }
	
	#mainForm input#EscortHotornot {
		display: inline;
		width: min-content!important;
		position: relative;
		min-width:20px;
		margin-left:20px;
	}
	
    .input textarea {
        width: 60% !important;
		min-width:270px;
		text-align:center;
    }

    .navbar-toggle {
        position:relative;
        right: 5px;
    }

    .navbar-collapse {
        position: absolute;
        z-index: 9999;
        text-align: left;
        width: 100%;
        left: 15px;
    }

    #navbar-nav {
        background: #ff7161fc;
    }

    #navbar-subnav {
        background: #273E6D;
    }

    .navbar-collapse ul {
        padding: 10px 20px
    }

    .navbar-collapse ul li {
        background: none !important;
        text-align: left;
        padding: 10px 0 !important;
        width: 100% !important;
        display: block !important
    }

    .navbar-collapse ul li:hover a {
        background: none
    }

    .navbar-collapse ul li a {
        padding: 5px 0;
        background: none;
        /*color: #fff !important*/
    }

    .navbar-collapse ul li.active a {
        color: #333 !important
    }

    .navbar-collapse ul li::after {
        content: "";
        padding: 0
    }
}

#content_container img {
    max-width: 100% !important;
}

a.href_middle-special{
    background: url(../../img/site/button_middle.gif);
    background-size: cover;
    color: #FFF;
    text-align: center;
    display: block;
    width: auto;
    display: inline-block;
    padding: 10px 30px;
    line-height: 24px;
    margin: 0 auto;
}


@media (max-width: 1200px){
	button.search-button{
		min-width: 20px;
	}
}



@media (min-width: 1350px){
	.container {
		width: 100%;
		padding: 0;
		max-width:1266px;
	}
}

@media screen and (min-width:992px){
	.col-md-no-pad-left{
		padding-left:0;
	}
	.col-md-no-pad-right{
		padding-right:0;
	}
}

@media screen and (max-width: 993px){
	.col-md-fifth {
		width: calc( 50% - 10px);
		margin-left: 20px;
	}
	.col-md-fifth:nth-of-type(odd) {
		margin-left: 0px;
	}
	.search label{
		width: 100%;
		margin-bottom: 5px;
	}
	.search .search-button{
		width:100%;
	}
	#footer .container, #footer, #header{
		display:block!important;
	}
	#footer div{
		text-align:center;
	}
	#footer .flex-center {
		display: inline-block;
		justify-content: unser;
		height: 100%;
		flex-direction: unser;
		text-align: center;
	}
}

@media (max-width: 768px){
	.navbar-toggle {
		padding: 10px 0;
	}
	
	#header .container {
		flex-direction: column;
	}
	#header{
		padding:10px 0;
		height:auto;
	}
	#users_logged_box{
		margin-top:10px;
	}
	#users_logged_box .btn{
		padding: 3px 6px;
	}
	.dropdown-menu{
		width:100%;
	}
}

@media (max-width: 600px){
	.escort .info{
		font-size: 14px;
	}
	.escort .info .city {
		margin-top: 5px;
	}
	#wrapper .container{
		padding:0;
	}
	.list_item.col-md-fifth.col-half-offset {
		margin-left:0;
	}
	.list_item.col-md-fifth {
		width: 50%;
		margin-left: 0px; 
	}
	#wrapper{
		padding:5px;
	}

}

.color-white{
	color:#fff!important;
}


.colored-text{
	color:#fe5b48!important;
}

.background-color{
	background:#fe5b48;
}

.full-button {
	display:block;
	padding: 7px 10px;
	text-align:center;
	text-transform:uppercase;
	font-size:14px;
	margin: 15px 0;
}
.navbar-collapse .dropdown ul li a{
	color:#fe5b48!i;
}


.hidden.visible{
	display:block!important;
}
form h2,form .submit{
	padding: 0!important;
}

@media screen and (max-width: 768px){
	.dropdown-menu{
		position:relative;
		background-color:transparent;
		color:#fff;
		margin-bottom:15px;
	}
	.dropdown ul li a,.dropdown ul li a.colored-text{
		color:#fff!important;
	}
	#nav .dropdown .dropdown-menu{
		display:none!important
	}
	#nav .dropdown.open .dropdown-menu{
		display:block!important;
	}
}