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


body {
  margin: 0;
}

h1, .glavte-bottom h2 {
  font-size: 18px;
  line-height: 1;
  margin: 0.67em 0;
}
.glavte h1, .glavte-bottom h2 {text-align: center;}


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


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


a {
  background-color: transparent;
}


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



b,
strong {
  font-weight: bolder;
}



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



small {
  font-size: 80%;
}



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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}


img {
  border-style: none;
}



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



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



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



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



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



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

.button-send .btn {color: #fff; background-color: #ff2241; background-image: none;}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}


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



progress {
  vertical-align: baseline;
}



textarea {
  overflow: auto;
}



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



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



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



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



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



details {
  display: block;
}


summary {
  display: list-item;
}



[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, .fcontr {max-width: 1200px; margin: 0 auto; position: static;}
.fcontr {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;}
.ero {
    text-align: center;
	font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    line-height: 1.4;
    color: #fff; 
	display: none;
	}
	.ero a {color: #fff; border-bottom: 1px dotted #fff; }
	.chat-link a {color: #fff; 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; }
}
.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;}
.anket-header {clear: both!important;}
.footer {
    height: 80px;
    background: #364850;
    color: #fff;
}
.moduletableichat {
    background-color: #ff2241;
    border-radius: 5px;
    padding: 5px;
    overflow: hidden!important;
}
.f-search {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) }
.f-search .control-label {font-weight: 700; font-size: 18px;}
.container {max-width: 1200px; margin: 0 auto;}
.content-wrapper {
    margin: 0 auto;
    max-width: 100%;
}
.item-page ul {margin-left: 35px;}
.content_home {
    width: 100%;
    float: left;
    padding-left: 290px;
    padding-right: 270px;
}
.content {  width: 100%;
    float: left;
    padding-left: 290px;
	}
.item-page ul {margin-left: 35px;}
.glavte, .glavte-bottom {clear: both; text-align: justify;}	
.glavte-bottom {text-align: center; max-width: 800px; margin: 0 auto;}
.glavte-bottom ol {list-style-type: none;}
	
.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*/

/*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: 55%; float: left; display: block;}
.listing-summary .fields {width: 45%; float: right;display: block; clear: none!important; margin-top: -20px; }
#listings .listing-summary h3, #listing h2 {width: 100%; font-family: 'Lobster', cursive; font-weight: 400; font-size: 36px; line-height: 1;}
#listings .listing-summary h3 .new {font-size: 14px;}
#listings .fields {margin-top: 5px;}
.fields h3 a {color: #222;}
#field_40 {clear: both;}
#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; 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_40 .output {text-transform: capitalize!important; position: relative; top: -5px;}
#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;} 
#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;}
.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: 24px; display: block; height: 40px; line-height: 40px; top: -12px; position: relative;
 background: url(../images/phone-icon.png) no-repeat left center!important; padding-left: 50px!important;}
.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_13 {margin-top: 20px;}
 #listing #field_43 {margin-bottom: 20px;}
 .listing-summary #field_43, .listing-summary #field_13 { margin: 15px 0 5px 0;}
 .listing-desc {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}
 
#listing #field_39 {margin: 20px 0;     border-bottom: none!important;}
	select {width: 80%;}

.mans {
    max-width: 400px;
    padding: 20px 10px;
    position: relative;
    height: 60px;
	line-height: 25px;
	margin: 0 auto;
    border-radius: 200px;
    background-color: #fff;
    top: -30px;
	z-index: 200;
	border: 1px solid #ccc;
	
}   .mans ul {position: relative; text-align: center; margin: 0; }
	.mans 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;}
	.mans ul li a {color: #000;}
	.mans ul li.indilink a {color: #ff2241;}
	#modFilterField_41 {padding-left: 10px;}
		.button-send, .button-reset {position: relative; top: 20px;}
	@media (max-width: 960px)  {
	#paramusl:before, #erochat:before {
    display: block;
    content: "";
    height: 65px;
    margin: -65px 0 0;
    margin-top: -65px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}
	.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: 98%; margin-left: auto; margin-right: auto;}
	#listing #field_30 {display: block;}
	select {width: 100%!important;}
	}
		@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)  {
		body {padding-left: 0!important; padding-right: 0!important;}
.item-page {padding: 0 10px;}
.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%;
    margin-bottom: 0.75em;
}
		.glavte h2 {text-align: center; position: relative; top: -10px;}
		.glavte h1 {position: relative; top: -12px;}
		#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 h3, #listing h2 {font-family: 'Lobster', cursive; font-weight: 400; font-size: 24px;
		text-decoration: underline;
		margin: 0 0 0 15px!important;
		}
		.f-search {padding: 15px 10px 15px 15px;}
	.ero a {color: #fff; border-bottom: 1px dotted #fff; 
		 -webkit-animation: pulsate 1.2s linear infinite;
  animation: pulsate 1.2s linear infinite;
		}
	.ero {
    display: block;
	padding-top: 8px;
		}
		#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;}
		#field_42 .caption {line-height: 10px; display: block;}
		#listings .output, #listings .caption {padding: 0; margin: 0 0 0 15px;}
		
#field_35 .output, #field_36 .output, #field_37 .output, #field_38 .output { top: 0;} 
		/*.listing-summary #field_35, .listing-summary #field_36, .listing-summary #field_37, .listing-summary #field_38, .listing-summary #field_41 {display: none;}*/
		#field_30 .output {font-size: 18px; display: block;
		height: 20px; line-height: 22px;background-image: none!important;
		background-size: contain!important;
		padding-left: 0!important;
	}
.listing-summary #field_30 {clear: both;
    margin: 5px 0 15px 0!important; }
.listing-summary #field_30 .output a {font-weight: 700!important;}
	.home-photo {width: 57%; overflow: hidden;}
	.listing-summary .fields { margin-top: -10px; width: 43%;}
.listing-summary img.image-left {max-width: 250px!important; width: 250px!important; height: auto;}
	.smotret {
padding: 15px 5px;
text-align: center;
position: relative;
width: 98%; 
margin-left: 1%;
line-height: 1;
font-size: 12px;
	}
.container{padding-left: 5px; padding-right: 5px; }
	.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: 12px;
padding-left: 0;
text-align: center;
}
.sam-ches {margin: 15px 0 0 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;

}
#upme {
    width: 49px;
    height: 49px;
    position: fixed;
    z-index: 888;
    bottom: 17px;
    font-size: 40px;
    right: 24px;
    border-radius: 100px;
    border: 3px solid #fff;
    color: #fff;
    background: #ff2241;
    text-align: center;
    line-height: 43px;
}

.mans {
    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;
	
}   .mans ul {position: relative; text-align: center; margin: 0; }
	.mans 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;}
	.mans ul li a {color: #000;}
	.mans ul li.women a {color: #ff2241;}
	}
.registration {margin-bottom: 35px;}
.registration .control-group {position: relative; top: 10px;}