body {
	font-size: 16px;
	font-family: Roboto, Noto Sans, Noto Sans JP, Noto Sans KR, Noto Naskh Arabic, Noto Sans Thai, Noto Sans Hebrew, Noto Sans Bengali, sans-serif;
	margin: 0;
	color: #222;
	line-height: 1.5em;
}

a:visited {
	color: #609;
}

a.visited_link {
	color: #609!important;	
}

#search_select select {
   -webkit-appearance: none !important;
   -moz-appearance: none !important;
   appearance: none !important; 
}

#header, #page{
	max-width: 888px;
	margin: 0 auto;
}

#header_box {
	margin: 30px 0;
	width: 100%;
}

#logo_box {
	margin: 0;
	text-align: center;
}

#logo_box a {
	text-decoration: none;
}

#logo_icon {
	width: 30px;
	height: 30px;
}

#logo {
	width: auto;
	height: 30px;
	border: 0;
}

#settings_title {
	color: #dd4b39;
    font-size: 20px;
    height: 57px;
    line-height: 57px;
    position: relative;
	padding: 0 30px;
}

form#settings {
	padding: 10px;
}

form#settings label {
	display: inline-block;
	height: 36px;
	margin-right: 15px;
}

form#settings select {
	padding: 8px 10px;
	font-size: 14px;
}

form#settings select option {
	font-size: 14px;
	padding: 10px 5px;
}

form#settings .setting_block {
	border-bottom: 1px solid #ebebeb;
	padding: 20px 10px 20px 30px;
}

form#settings .setting_title {
	font-weight: bold;
	margin: 10px 0;
}

form#settings .setting_save{
	-webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    cursor: default;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
    height: 37px;
    line-height: 37px;
    min-width: 54px;
    outline: 0px;
    padding: 0 8px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background-color: #4d90fe;
    background-image: -webkit-linear-gradient(top,#4d90fe,#4787ed);
    background-image: -moz-linear-gradient(top,#4d90fe,#4787ed);
    background-image: -ms-linear-gradient(top,#4d90fe,#4787ed);
    background-image: -o-linear-gradient(top,#4d90fe,#4787ed);
    background-image: linear-gradient(top,#4d90fe,#4787ed);
    border: 1px solid #3079ed;
    color: #fff;
	cursor: pointer;
}

#search_box {
	width: 100%;
	box-sizing: border-box;
	padding: 0 10px;
}


#search_select {
	position: relative;
	font-family: Arial;
	width: 100%;
	margin: 20px 0;
	height: 48px;
}

#search_select select {
	display: none; /*hide original SELECT element: */
}

/* Style the arrow inside the select element: */
.select_selected:after {
  position: absolute;
  content: url(images/small_search_icon.png);
  top: 14px;
  right: 15px;
  width: 20px;
  height: 20px;
  background-color:#fff;
  padding-left: 5px;
}

/* Point the arrow upwards when the select box is open (active): */
.select_selected.select_arrow_active:after {
  border-color: transparent transparent #fff transparent;
  top: 7px;
}

.select_items a:before, .select_items span:before {
  position: relative;
  /*content: url(images/small_search_gray_icon.png);*/
  content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAnFBMVEUAAACbnqSboKaaoKaZoKaYn6WZnqSam5+6srCanqSWnqWboKaan6Syr7C1sbKbn6W+ubmanqObnqPby8WdoqefoaaRmqGkqKywr7GvrrCbn6SYn6avrrCzrq+aoKawp6aZn6Wbn6S2sLCanaOzqqmbnaKbm6DCtbLezcbBtbK9sa/aycOboaiaoKaQmqKVnqWXn6aOmKCTnaSJlZ7ErA2aAAAALHRSTlMAX+9q/vuyY1dQ7em+r5OSeiUeE/bf387Ny6ulpJ+JhYSEg3JdST8kHg8JCJ7lOq0AAACUSURBVBjTbY5FEsQwDAQdh5mWmVGWk+z//7Yx6Ja5tKZLLouNiTPuJ9uGUbLOE9h56Nge4Mz/5e9PLmPdQ6jYs3iN06rXYrGmpzezIo8kInlSwD2JAg8KCbSmt1y6iiUuv1rselEr1oA8Gln1XmBWHRhwHl2wA2FPe6QgB/Q3KQiXmdzP5bVhjhDWUEKYMJxm+iD4A+bSDL+0PC89AAAAAElFTkSuQmCC);
  top: 3px;
  left: 0;
  margin-right:10px;
}

/* style the items (options), including the selected item: */
.select_items a, .select_items span {
display: block;
  color: #222;
  padding: 10px 15px 10px 15px;
  cursor: pointer;
  text-decoration: none;
}

.select_selected {
  color: #70757a;
  padding: 14px 20px;
	border: 1px solid #dfe1e5;
	border-top-left-radius: 24px;
	border-bottom-left-radius: 24px;
	border-top-right-radius: 24px;
	border-bottom-right-radius: 24px;
  cursor: pointer;
  background-color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-transform: lowercase;
}

.select_selected_focus {
	border-bottom-left-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
	padding-left: 15px !important;
    box-shadow: 0 1px 6px rgba(32, 33, 36, 0.28);
}

.select_selected_focus:before {
  position: relative;
  /*content: url(images/small_search_gray_icon.png);*/
  content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAnFBMVEUAAACbnqSboKaaoKaZoKaYn6WZnqSam5+6srCanqSWnqWboKaan6Syr7C1sbKbn6W+ubmanqObnqPby8WdoqefoaaRmqGkqKywr7GvrrCbn6SYn6avrrCzrq+aoKawp6aZn6Wbn6S2sLCanaOzqqmbnaKbm6DCtbLezcbBtbK9sa/aycOboaiaoKaQmqKVnqWXn6aOmKCTnaSJlZ7ErA2aAAAALHRSTlMAX+9q/vuyY1dQ7em+r5OSeiUeE/bf387Ny6ulpJ+JhYSEg3JdST8kHg8JCJ7lOq0AAACUSURBVBjTbY5FEsQwDAQdh5mWmVGWk+z//7Yx6Ja5tKZLLouNiTPuJ9uGUbLOE9h56Nge4Mz/5e9PLmPdQ6jYs3iN06rXYrGmpzezIo8kInlSwD2JAg8KCbSmt1y6iiUuv1rselEr1oA8Gln1XmBWHRhwHl2wA2FPe6QgB/Q3KQiXmdzP5bVhjhDWUEKYMJxm+iD4A+bSDL+0PC89AAAAAElFTkSuQmCC);
  top: 3px;
  left: 0;
  margin-right:10px;
}

.select_selected_focus:after {
	content: none !important;
}

/* Style items (options): */
.select_items {
	text-transform: lowercase;
	position: absolute;
	background-color: #fff;
	top: 95%;
	left: 0;
	right: 0;
	z-index: 99;
	border: 1px solid #dfe1e5;
	border-bottom-left-radius: 24px;
	border-bottom-right-radius: 24px;
	overflow: hidden;
	padding-bottom: 15px;
	box-shadow: 0 6px 6px rgba(32, 33, 36, 0.28);
}

/* Hide the items when the select box is closed: */
.select_hide {
  display: none;
}

.select_items a:hover, .select_items span:hover, .same_as_selected {
  background-color: #eee;
}

#top_menu {
	padding: 0 5px;
}

#top_menu div {
	display: inline-block;
	margin: 0 10px 0 5px;
	padding: 10px 0;
	font-size: 14px;
	cursor: pointer;
}

#top_menu div.next {
	margin-left: 10px;
}

#top_menu div:hover {
	color: #1A73E8;
}

#top_menu .selected {
	border-bottom: 3px solid #1A73E8;
    color: #1A73E8;
}


#content_box {
	padding: 0 10px;
}


#items_list .item {
	margin: 20px 0 0 0;
	overflow: hidden;
    box-shadow: 0 1px 6px rgba(32, 33, 36, 0.28);
    border-radius: 8px;
	padding: 20px;
}

#items_list .start_dating {
	margin: 5px 0 15px 0;
	padding-bottom: 20px;
	border-bottom: 1px solid #ebebeb;
}

#items_list .go_button_block {
    margin: 10px 0;
    text-align: right;
	cursor: pointer;
}

#items_list .go_button_block:hover {
	background-color: #e6efff;
	border-radius: 412px;
}

#items_list .start_dating_button, #items_list .go_button_link {
	display: inline-block;
	box-sizing: border-box;
	text-decoration: none;
	-webkit-border-radius: 412px;
    -moz-border-radius: 412px;
    border-radius: 412px;
    cursor: pointer;
    font-size: 16px;
	font-family: Verdana;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    width: 100%;
	max-width: 200px;
    outline: 0px;
    padding: 8px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background-color: #4d90fe;
    background-image: -webkit-linear-gradient(top,#4d90fe,#4787ed);
    background-image: -moz-linear-gradient(top,#4d90fe,#4787ed);
    background-image: -ms-linear-gradient(top,#4d90fe,#4787ed);
    background-image: -o-linear-gradient(top,#4d90fe,#4787ed);
    background-image: linear-gradient(top,#4d90fe,#4787ed);
    border: 1px solid #3079ed;
    color: #fff;
	cursor: pointer;
}

.item_link h1, .item_link h2, .item_link h3, .item_link h4, .item_link h5, .item_link h6 {
	margin: 0 0 0 0!important;
	padding: 0!important;
	font-size: 20px!important;
	font-weight: normal!important;
}

#page_title {
	font-size: 22px;
	margin: 0;
	padding: 10px 0;
	color: #222;
}

#items_list .domain_link, #items_list .item_link, .item_link h1, .item_link h2, .item_link h3, .item_link h4, .item_link h5, .item_link h6 {
	text-decoration: none !important;
	color: #1a0dab;
	cursor: pointer;
}

#items_list .domain_link {
	line-height: 14px;
	margin-right: 10px;
}

#items_list .domain {
	display: inline-block;
	font-size: 14px;
	color: #070;
	font-family: Roboto,HelveticaNeue,Arial,sans-serif;
	vertical-align: text-top;
	text-decoration: none;
}

#items_list .age_limit {
	display: inline-block;
	font-size: 14px;
	color: #c7c7c7;
	margin-left: 10px;
	font-family: Roboto,HelveticaNeue,Arial,sans-serif;
	vertical-align: text-top;
	text-decoration: none;
}

#items_list .title {
	display: block;
	font-size: 20px;
	color: #1a0dab;
	padding: 10px 0;
	display: inline-block;
	vertical-align: middle;
}

#item_link .title a {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

#items_list .cover, #items_list .video {
	margin: 10px 0 0 0;
}

#items_list .cover img {
	width: 100%;
	height: auto;
	border: 1px solid #eee;
	border-radius: 10px;
}

#items_list .video iframe {
	width: 100%;
	height: 480px;
	background-color: black;
	display: block;
	border: 0;
}

#items_list .icon {
	margin: -3px 5px 0 0;
	width: 16px;
	height: 16px;
	border: 1px solid #eee;
	border-radius: 50%;
	display: inline-block;
	vertical-align: middle;
}

#items_list .big_icon {
	width: 45px;
	height: 45px;
	position: absolute;
}

#items_list .description {
	padding: 0;
}

#items_list .description .age-restriction {
    margin-right: 5px;
    color: #70757a;
    font-size: 12px;
    vertical-align: top;
}

#items_list .links {
	padding: 0;
}

#items_list .links .link {
	font-size: 14px;
	text-decoration: none;
	color: #1a0dab;
    display: inline-block;
	margin: 10px 0 0 0;
}



#items_list .links .link_sep {
	display: inline-block;
	margin: 0;
	padding: 0 5px;
}
#items_list .links .link_sep:after {
  content: "·";
}

#items_list .links .link:hover {
	text-decoration: underline;
}

#items_list .more_results {
	background-color: #fff;
	text-align: center;
	font-size: 14px;
	color: #202124;
	border-radius: 20px;
	height: 24px;
	line-height: 24px;
	border: 1px solid #DFE1E5;
	margin: 16px 16px 22px 16px;
	padding: 8px 13px;
	cursor: pointer;
    position: relative;
}

#items_list .more_results span {
    text-align: center;
    font-size: 14px;
    color: #202124;
    line-height: 24px;
}

#items_list .more_results_icon {
    color: #70757a;
    left: 13px;
    position: absolute;
	display: inline-block;
    height: 24px;
    line-height: 24px;
    width: 24px;
}

#site_page a, #site_page a:visited {
	text-decoration: none;
	color: #222;
}

#site_page .links .link {
	margin: 0px 0 10px 0!important;
}

#site_page .go_button_link {
	max-width: 400px;
}
#site_page .title {
	padding: 0;
}

#site_page .go_button_block {
	margin: 20px 0;
	text-align: center;
}

#ech_2, #ech_3, #show_ech_3 {
	display: none;
}

.clear {
	clear: both;
}

.text_center {
	text-align: center;
}




#menu_links {
	margin: 40px 0;
	padding: 0 16px;
}

#menu_links .title, #comments_title {
	margin: 20px 0;
	text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
}

#menu_links a {
	display: block;
	text-decoration: none;
	text-transform: lowercase;
	color: #202124;
	font-size: 14px;
	padding: 12px 0;
	border-bottom: 1px solid #DFE1E5;
	clear: both;
}

#menu_links a:hover {
	color: #1967D2;
}

#menu_links a span {
	float: right;
}

#menu_links a span:after {
  position: relative;
  /*content: url(images/small_search_gray_icon.png);*/
  content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAnFBMVEUAAACbnqSboKaaoKaZoKaYn6WZnqSam5+6srCanqSWnqWboKaan6Syr7C1sbKbn6W+ubmanqObnqPby8WdoqefoaaRmqGkqKywr7GvrrCbn6SYn6avrrCzrq+aoKawp6aZn6Wbn6S2sLCanaOzqqmbnaKbm6DCtbLezcbBtbK9sa/aycOboaiaoKaQmqKVnqWXn6aOmKCTnaSJlZ7ErA2aAAAALHRSTlMAX+9q/vuyY1dQ7em+r5OSeiUeE/bf387Ny6ulpJ+JhYSEg3JdST8kHg8JCJ7lOq0AAACUSURBVBjTbY5FEsQwDAQdh5mWmVGWk+z//7Yx6Ja5tKZLLouNiTPuJ9uGUbLOE9h56Nge4Mz/5e9PLmPdQ6jYs3iN06rXYrGmpzezIo8kInlSwD2JAg8KCbSmt1y6iiUuv1rselEr1oA8Gln1XmBWHRhwHl2wA2FPe6QgB/Q3KQiXmdzP5bVhjhDWUEKYMJxm+iD4A+bSDL+0PC89AAAAAElFTkSuQmCC);
  top: 3px;
  right: 0;
  left: 0;
}

#footer {
	padding: 30px 0 20px 0;
	background-color: #f9f9f9;
	text-align: center;
	font-size: 14px;
}

#footer .countries, #footer .languages {
	padding: 5px;
	border-bottom: 1px solid #DFE1E5;
}

#footer .countries span, #footer .languages span {
	display: inline-block;
	margin: 15px;
}

#footer .countries a, #footer .languages a {
	display: inline-block;
	margin: 15px;
	text-decoration: none;
	color: #1967D2;
}

#footer .languages {
	text-transform: lowercase;
}

#footer .copy {
	padding-top: 20px;
	font-size: 12px;
}

.ya-share2 {
	text-align: center;
}

.mc-share-cnt {
	display: none !important;
}

@media screen and (min-width: 1024px) {
	#search_box { padding: 0; }
	#items_list .photos_link:after { display: none; }
}

@media screen and (max-width: 800px) {
	#items_list .item { padding: 15px; }
	#settings_title { text-align: center; padding: 0 10px; }
}

@media screen and (max-width: 600px) {
	#logo { height: 25px; }
}

@media screen and (max-width: 390px) {
	#content_box { padding: 0 5px; }
	#items_list .video iframe { height: 380px; }
	#items_list .start_dating_button, #items_list .go_button_link { max-width:100%; }
}

@media screen and (max-width: 320px) {
	#items_list .links .link_sep { display: block; width: auto; }
	#items_list .links .link_sep:after { content: none !important; }
}