/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}
ul, menu, dir {
    display: block;
    list-style-type: none;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0;
    margin-inline-end: 0;
    padding-inline-start: 0;
}
/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1, .home-text-bottom h2 {
  font-size: 22px;
  line-height: 1;
  margin: 0.67em 0;
}
.home-text-bottom h3 {
  font-size: 18px;
  line-height: 1;
  margin: 0.67em 0;
}
.home-text h1, .home-text-bottom h2, .home-text-bottom h2 {text-align: center;}
.chat-link {
	text-align: center;
	font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    line-height: 1.4;
    color: #fff; 
	display: none;
	}
.chat-link2 {display: none!important;}	
	.chat-link2 a .chat-link a {border-bottom: 1px dotted #fff; }
	@-webkit-keyframes pulsate {
 50% { color: #fff; text-shadow: 0 -1px rgba(0,0,0,.3), 0 0 5px #ffd, 0 0 8px #fff; }
}
@keyframes pulsate {
 50% { color: #fff; text-shadow: 0 -1px rgba(0,0,0,.3), 0 0 5px #ffd, 0 0 8px #fff; }
}
/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
  text-decoration: none!important;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
.item-image img {max-width: 400px; margin: 0 15px 0 0;}
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.clear {clear: both;}
.clearfix:after {
    content: "";
    display:block;
    clear: both;
}

html, body {
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 1.4;
    color: #333;
    background-color: #fff;
}

.header {
    height: 200px;
    background-color: #ff2241;
    background-position: left bottom;
    background-repeat: no-repeat;
    background-image: url(../images/bg.jpg);
	position: relative;
}

.t-menu0 {position: relative; height: 50px; width: 100%; background-color: #fff;}
.t-menu {position: relative; height: 50px; max-width: 1200px;  margin: 0 auto;}
.header-cont, .footer-cont {max-width: 1200px; margin: 0 auto; position: static;}
.footer-cont {text-align: center; padding-top: 30px;}
.logo {
max-width: 500px; float: left; position: relative;
font-family: 'Lobster', cursive; font-weight: 400; font-size: 46px;
line-height: 1;
margin-top: 35px;
padding-left: 100px;
}
.logo a {
color: #fff;
}
.logo a:hover {text-decoration: none;}
.logo a span, .sam-ches  {color: #ffb5bf;}
.sam-ches {font-family: 'Open Sans', sans-serif; font-size: 12px; margin-left: 10px;}
.otpank {
	display: block;
	background-color: rgba(255,255,255,0.7);
	width: 300px; 
	float: right; position: relative;
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    color: #000;
	font-weight: 700;
    font-size: 18px;
	border-radius: 80px;
	text-align: center;
	margin-top: 50px;

}
.contors {text-align: center;}
.contors img {margin: 5px; width: 95%; max-width: 375px; height: auto;}
.footer {
    height: 80px;
    background: #364850;
    color: #fff;
}
.moduletableichat {
    background-color: #ff2241;
    border-radius: 5px;
    padding: 5px;
    overflow: hidden!important;
}
.glob-filter {
  border: 1px solid #ccc;
    border-radius: 6px;
    padding: 15px 10px 15px 30px;
	margin-bottom: 25px;
    overflow: hidden;
    background: #f4f4f4;
    box-shadow: 0 7px 14px rgba(0,0,0,0.25), 0 8px 8px rgba(0,0,0,0.22)
 }
.glob-filter h2 {line-height: 1; margin-bottom: 20px;}
.glob-filter .control-label {font-weight: 700; font-size: 18px;}
.container {max-width: 1200px; margin: 0 auto;}
.content-wrapper {
    margin: 0 auto;
    max-width: 100%;
}

.content_home {
    width: 100%;
    float: left;
    padding-left: 290px;
    padding-right: 270px;
}
.content {  width: 100%;
    float: left;
    padding-left: 290px;
	}
.home-text, .home-text-bottom {clear: both; text-align: justify;}	
.home-text-bottom {max-width: 1000px; margin: 0 auto;}
.home-text-bottom ol {margin-left: 30px;}
img.ptt {width: 100%; max-width: 300px; height: auto; display: block; margin: 15px auto 0 auto;}
img.ptt2 {width: 100%; max-width: 650px; height: auto; display: block; margin: 15px auto;}
.sidebar {
    float: left;
    position: relative;
    margin-left: -100%;
}

.sidebar1 {
    width: 270px;
	padding-top: 15px;
}

.sidebar2 {
    width: 250px;
    margin-left: -250px;
}

.sidebar h3 {text-transform: uppercase;}
.sidebar2 h3, .moduletable_usl h3 {
background-color: #ff2241;
color: #fff;
font-size: 15px;
text-align: center;
line-height: 1;
position: relative;
border-radius: 50px;
margin-bottom: 25px;
padding: 16px 20px;
}
.moduletableichat h3 {
color: #fff;
font-size: 15px;
text-align: center;
line-height: 1;
position: relative;
padding: 16px 20px;
}
.jchat_tabopen {
background-color: #ff2241; 
}


/*menu*/

li.item-111, li.item-112, li.item-114, li.item-115 {float: right;}
.bm-cool-menu a {
    float: left;
    padding: 12px 15px;
    color: #222;
text-decoration: none;}
/*menu*/

.modMtFilter .control-group {width:50%; float: left; padding: 5px 10px;}
#jchat_userstab.jchat_userstabclick, .jchat_tabopen {border-radius: 25px; float: none; clear: both; text-align: center!important;}
.moduletable_usl {float: none; clear: both; margin: 25px 0;}
.moduletable_usl ul.nav {
padding: 10px 30px 25px 20px;
    background: #f5f5f5;
	border-radius: 25px;
    background: -webkit-linear-gradient(top,#f5f5f5 0%,#fafafa 50px);
    background: linear-gradient(to bottom,#f5f5f5 0%,#fafafa 50px);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#fafafa',GradientType=0 );
}
.moduletable_usl ul.nav li {font-size: 16px; margin: 0 0 5px 15px;}
.moduletable_usl ul.nav li a {color: #222; border-bottom: 1px dashed #222; padding-bottom: 5px;}


li.divider {
    line-height: .75;
    margin: 30px 0 15px 15px!important;
}
li.divider span {color: #ff2241; font-weight: 700; }
/* anket listing */
.home-photo {position: relative; width: 50%; float: left; display: block;}
.listing-summary .fields {width: 45%; float: right;display: block; clear: none!important; margin-top: -20px; }
#listings .listing-summary h5, #listing h2 {width: 100%; font-family: 'Lobster', -apple-system, cursive; font-weight: 400; font-size: 36px; line-height: 1;}
#listings .listing-summary h5 {line-height: 26px!important;}
#listings .listing-summary h5 .new {font-size: 14px;}
#listings .fields {margin-top: 5px;}
.fields h5 a {color: #222; text-decoration:  none;}
#field_40 {clear: both; position: relative; top: 7px;}
#field_40, #field_30 {border-bottom: none!important;}
#listing #field_40 .caption {display: none;}
#field_40 .caption {position: relative; float: left; width: 50px; display: inline;  margin-left: 0; padding: 0;}
#field_40 .output {position: relative; float: left; width: 150px; color: #ff0000; text-transform: capitalize!important; top: -5px; display: inline; margin-left: 0; padding: 0; text-align: left!important;}
#field_40 .output ul {margin-left: 0; padding: 0;}
#field_40 .output li {list-style-type: none; color: #ff2241;}
#field_30 {clear: both;}
#field_30 .caption {display: none;}
#field_30 .output {font-size: 24px; display: block; height: 60px; line-height: 60px;  background: url(../images/phone-icon.png) no-repeat left center!important; padding-left: 50px!important;}
#field_30 .output a {color: #333; }
#field_30 .output a:hover {text-decoration: none;}
.fields .caption  {font-weight: 700!important; font-size: 12px; text-transform: uppercase; color: #000;}

.fields .output {font-size: 15px;}


#field_35, #field_36, #field_37, #field_38  {width: 50%; float: left;  margin: 0; position: relative;}
#field_35 .caption , #field_36 .caption , #field_37 .caption , #field_38 .caption  {text-align: left; width: 50%; display: block; float: left;} 
#field_35 .output, #field_36 .output, #field_37 .output, #field_38 .output {text-align: right; width: 25%; display: block; 
float: left; position: relative; top: -5px;} 


.page-listing #field_35 .output, .page-listing #field_36 .output, .page-listing #field_37 .output, .page-listing #field_38 .output {text-align: left; padding-left: 19px; color: #ff2241; top: 0!important;} 



#field_41, #field_42  {margin: 0;}
#listing .span7 {margin-left: 0!important;}
.listing-summary {
	position: relative;
	border: 1px solid #ccc; border-radius: 5px;
	background: #fff;
    -webkit-box-shadow: 0 1px 2px 0 rgba(99,99,99,.51);
    -moz-box-shadow: 0 1px 2px 0 rgba(99,99,99,.51);
    box-shadow: 0 1px 2px 0 rgba(99,99,99,.51);
	overflow: hidden;
	max-width: 650px;
}

#listings .fieldRow {padding: 0; margin: 0;}
#listing .fieldRow {padding: 12px; margin: 0;}
.row-fluid [class*="span"] {min-height: 15px;}
#field_13, #field_43 {background-color: #f6f6f6; width: 50%;
 float: left; margin: 0; 
 font-size: 18px; 
 height: 40px; line-height: 40px;
 text-align: center;
  padding: 15px;
  display: block;
 }
 #field_13 .output, #field_43 .output {clear: both;}
#listing #field_13 {padding-left: 0;}
#listing #field_30 {display: none;}
 
.smotret {
background-color: #f6f6f6; 
display: block;
border-radius: 5px;
position: relative;
width: 100%; 
line-height: 1;
height: 40px;
 text-align: right; 
 text-decoration: underline; 
 color: #000; font-weight: 700;
 top: 20px;
 padding: 15px;
 clear: both;
 float: none;
 }
 
/* anket details */
#listing {position: relative;}
.girl-phone {font-size: 28px; display: block; height: 40px; line-height: 40px; top: -12px; position: relative;}
.listing-desc {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}
.listing-desc #field_30 .output {display: none;}
.listing-desc #field_13 {padding-left: 0;}
#listing #field_13, #listing #field_43 {background-color: #f6f6f6; width: 100%;
 float: none; margin: 0; 
 clear: both;
 font-size: 18px; 
 height: 40px; 
 line-height: 40px;
 text-align: left;
  padding: 0 15px;
 }

 #listing #field_43, #listing #field_13 {margin:0;
 color: #fff;
	 font-weight: 700;
 background: repeating-linear-gradient(
  45deg,
  #222222,
  #222222 10px,
  #333333 10px,
  #333333 20px
);
 border-radius: 8px;
 }
  #listing #field_43 {position: relative; top: 1px;}
  #listing #field_43 .caption, #listing #field_13 .caption {color: #fff!important;}
 .listing-summary #field_43, .listing-summary #field_13 { margin: 15px 0 5px 0;}
 
 
#listing #field_39 {margin: 20px 0;     border-bottom: none!important;}
	select {width: 80%;}

.salons {
    max-width: 400px;
    padding: 20px 15px;
    position: relative;
    height: 60px;
	line-height: 25px;
	margin: 0 auto;
    border-radius: 200px;
    background-color: #fff;
    top: -30px;
	z-index: 200;
	
}   .salons ul {position: relative; text-align: center; margin: 0; }
	.salons ul li {list-style-type: none; display: inline-block; width: 45%; text-align: center;
	vertical-align: middle; height: 30px;
	text-transform: uppercase; font-weight: 700;}
	.salons ul li a {color: #000;}
	.salons ul li.indilink a {color: #ff2241;}
	/*.salons ul li.indilink {background: url(../images/girl.jpg) no-repeat left center; background-size: contain!important;}
	.salons ul li.salonlink {background: url(../images/salons.png) no-repeat left center; background-size: contain!important; padding-left: 30px;}
	*/
	
	#modFilterField_41 {padding-left: 10px;}
		.button-send, .button-reset {position: relative; top: 20px; left: 20px;}
		
	@media (max-width: 960px)  {
		#podbor:before, #girls-chat:before {
	display: block;
	content: "";
	height: 65px;
	margin: -65px 0 0;
}
	.sidebar, .content, .content_home { width: 100%; float: none; clear: both; margin: 0 auto;}	
	.content, .content_home { padding: 0;}
	#modFilterField_40, #modFilterField_39 {width: 48%!important; float: left!important; margin-left: 1%;}
	.listing-summary {width: 99%; margin-left: auto; margin-right: auto;}
	#listing #field_30 {display: block; margin-top: 10px!important;}
	select {width: 100%!important;}
	.chat-link2 {
   display: block!important;
		}
		.salons {
	max-width: 100%;
    width: 95%;
    top: -30px;
	z-index: 200;
	clear: both;
	float: none;
    position: relative;
    height: 60px;
	line-height: 25px;
	margin: 0 auto;
	z-index: 200;
	border: 1px solid #ccc;
}

.salons ul li {width: 25%; display: inline-block!important;}
.salons ul li.indilink {width: 45%; }

	}
	
	@media (max-width: 720px)  {	
	.otpank {position: absolute; top: 10px; right: 10px;
    display: block;
	background-color: none;
	width: auto; 
	float: right;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    font-size: 14px;
	border-radius: none;
	text-align: center;
	margin-top: 0;
	}
}
	
	@media (max-width: 480px)  {
		.header {
    height: 180px;
    background-size: cover;
}
body {padding-left: 0!important; padding-right: 0!important;}
.sidebar2, .sidebar1 {
	padding: 0 10px;
}
#modFilterField_39, #modFilterField_41 {width: 100%!important; clear: both; float: none!important; margin-left: 0;}
.sort-by {
    display: inline-block;
    float: none;
clear: both;
width: 100%;

}
#listing .fields .caption  {font-size: 14px;}
.sort-by label {position: relative; margin-bottom: 5px; top: -10px;}
		.home-text, p.desc-top {
    display: none;
}
		.chat-link a, .chat-link2 a { border-bottom: 1px dotted #fff; 
		 -webkit-animation: pulsate 1.2s linear infinite;
  animation: pulsate 1.2s linear infinite;
		}
		.glob-filter {
     padding: 15px 10px 15px 15px;
 }
		.chat-link {
    display: block;
	margin-top: 15px;
	padding-top: 8px;
		}




		#listings .fields {margin-top: 0;}
		.girl-phone {top: 0; margin-top: 15px;}
		li.item-111, li.item-112 {float: none;}
		li.item-101 {display: block;}
		#listings .listing-summary h5, #listing h2 {font-family: 'Lobster', cursive; font-weight: 400; font-size: 28px!important;
		margin: 0 0 0 15px!important;
		}
		#listing h2 {font-size: 34px!important;}
		#field_13, #field_43 {
		width: 100%!important; float: none; clear: both; margin: 0!important; font-size: 18px; 
		padding: 0 0 0 15px!important;
		background-color: transparent;
		min-height: 10px!important;
		text-align: left;
		height: 25px;
		line-height: 25px;
		}
		 .listing-summary #field_43, .listing-summary #field_13 { margin: 0!important;}
		#field_13 .output {padding-left: 5px!important;}
		#field_43 {position: relative; top: -10px;}
		#field_40 ul {padding: 0; margin: 0;}
        #listings #field_40 { margin: 0 0 15px 0!important;}
		 #listings #field_40 .caption {display: none;}
#ccc #field_40 { margin: 0!important;}
		#field_42 .caption {display: block;}
		#listings .output, #listings .caption {padding: 0; margin: 0 0 0 15px;}
		




/*.listing-summary #field_35, .listing-summary #field_36, .listing-summary #field_37, .listing-summary #field_38, .listing-summary #field_41 {display: none;}*/

#listing #field_35 .output, #listing #field_36 .output, #listing #field_37 .output, #listing #field_38 .output  {top: 0!important;} 
#field_35, #field_36, #field_37, #field_38 {margin-top: 5px!important;} 
		#field_30 .output {font-size: 18px; display: block;
		height: 20px; line-height: 22px;
		padding-left: 27px!important;
		background-size: contain!important;
	}
.listing-summary #field_30 {clear: both;
    margin: 5px 0 15px 0!important; }
	#ccc #field_30 { margin: 5px 0 5px 0!important;}
.listing-summary #field_30 .output a {font-weight: 700!important;}
	.home-photo {width: 55%; overflow: hidden;}
	.listing-summary .fields { margin-top: -10px; width: 45%;}
.listing-summary img.image-left {max-width: 250px!important; width: 250px!important; height: auto; max-height: 300px!important;}
	.smotret {
padding: 15px 5px;
text-align: center;
position: relative;
width: 98%; 
margin-left: 1%;
line-height: 1;
font-size: 13px;
top: 15px;
	}
.page-listing {padding: 0 15px;}
.page-listing ul.thumbnails li {text-align: center!important; float: none!important; margin: 15px 0 0 0!important;}
.container{padding-left: 5px; padding-right: 5px; }
#comments-form textarea {width:100%!important}

.logo {
max-width: 100%;
float: none; 
position: relative;
font-size: 42px;
margin-top: 20px;
padding-left: 0;
text-align: center;
}
.sam-ches {margin-left: 0;}
.otpank {position: absolute; top: 10px; right: 10px;
display: block;
	background-color: none;
	width: auto; 
	float: right;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    font-size: 14px;
	border-radius: none;
	text-align: center;
	margin-top: 0;

}

	}
#toup {
    width: 49px;
    height: 49px;
    position: fixed;
    z-index: 888;
    bottom: 17px;
	font-size: 40px;
    right: 24px;
    display: none;
    border-radius: 100px;
    border: 3px solid #fff;
    color: #fff;
    background: #ff2241;
    text-align: center;
    line-height: 43px;
}
p.centerz {margin-top: 20px; text-align: center;}
p.centerz2 {margin-top: 20px; text-align: center; font-size: 20px; font-weight: 700;}
.registration {margin-bottom: 35px;}
.registration .control-group {position: relative; top: 10px;}
ul.pagination-list {text-align: center;}
.pagination ul>li>a, .pagination ul>li>span {
    background-color: #ff2241!important;
    border: 1px solid #ddd;
    color: #fff!important;
	 }
.rjp_review .title {color: #333; text-transform: uppercase;}
.nav-tabs {margin: 25px 0 25px 25px;}
.sort-by {margin: 25px 0!important;}

.KIDE_div button {margin-top: 20px;}
p.warn {color: #fff;}
.search {border: 1px solid #ccc;
    border-radius: 6px;
    padding: 15px 10px 15px 15px;
	margin-bottom: 25px;
    overflow: hidden;
    background: #f4f4f4;
    box-shadow: 0 7px 14px rgba(0,0,0,0.25), 0 8px 8px rgba(0,0,0,0.22) }
.search .control-label {font-weight: 700; font-size: 18px; padding-bottom: 10px;}
.button-send .btn {
    color: #fff;
    background-color: #ff2241;
    background-image: none;
}