ul#cams li/* CSS Document */

@font-face {
  font-family: 'Play';
  font-style: normal;
  font-weight: 400;
  src: local('Play'), url(fonts/Play.ttf) format('truetype');
}
@font-face {
  font-family: 'Play';
  font-style: normal;
  font-weight: 700;
  src: local('Play-Bold'), url(fonts/Play.ttf) format('truetype');
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Light'), local('OpenSans-Light'), url(fonts/Open_Sans.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url(fonts/Open_Sans.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url(fonts/Open_Sans_Bold_Italic.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url(fonts/Open_Sans_Bold.ttf) format('truetype');
}
*
{
	margin:0;
	padding:0;
}
html, body
{
width:100%;
height:100%;
margin:0;
padding:0;
}
body
{
/*font-family: 'Play', sans-serif;*/
font-family: 'Open Sans', Arial, sans-serif;
background:#fff;
font-size:14px;
color:#343d52;
}
:focus
{
outline:none;
}
a
{
color:#ff9000;
text-decoration:underline ;
}
a:hover
{
text-decoration: none ;
}
td, tr, p, div, form
{
margin:0;
padding:0;
border:none;
}
table
{
border-collapse: collapse;
border:none;
}
img
{
border: none;
}
h1, h2, h3, p.title_h1, p.title_h2, p.title_h3
{
font-family: 'Play', Arial, sans-serif;
padding:0;
margin:0px 0px 15px 0px;
font-weight:bold;

}
p.title_h1
{
font-size:20px;
text-transform: uppercase;
color:#0eaeef;
border-bottom:2px solid #3f4b55;
line-height:35px;
}
p.title_h1 a.view_all
{
	float:right;
	display:block;
	font-size:14px;
	background:url(images/icon_view_all.png) left no-repeat;
	padding-left:20px;
	font-family:'Open Sans', Arial, sans-serif;
	font-weight:normal;
	text-transform:none;
}
p.title_h2
{
font-size:22px;
text-transform: uppercase;
color:#505e6a;
border-bottom:2px solid #98a5b2;
line-height:35px;
font-weight:normal;
}
p.title_h3
{
font-size:16px;
}
input, textarea
{
	background: #fff;
	border:none;
	border-left: 1px solid #d3d9df;
	border-top: 1px solid #d3d9df;
	border-radius:3px;
	padding:12px;
	color:#3d4146;
	font-size:16px;
}
div.search_box input
{
	border-radius:3px 0 0 3px;
	vertical-align:middle;
}
input#search_button
{
	border-radius:0 3px 3px 0;
	border:none;
	width:47px;
	height:44px;
	background:url(images/search_button.png);
	cursor:pointer;
}
p
{
	margin:0px 0px 10px 0px;
	padding:0;
}
.no_margin
{
	margin:0;
}
div.clear
{
	clear:both;
}
button
{
	margin:0;
	padding:0;
	border:none;
}
/*table td
{
	border:1px solid #000;
}
*/

select
{
	padding:8px 36px 8px 8px;
}
select option
{
	padding:2px 0;
}
.checkbox, .radio {
	width: 19px;
	height: 25px;
	padding: 0 5px 0 0;
	background: url(images/checkbox.png) no-repeat;
	display: block;
	clear: left;
	float: left;
}
.radio {
	background: url(images/radio.png) no-repeat;
}
.select {
	position: absolute;
	width:229px; /* With the padding included, the width is 190 pixels: the actual width of the image. */
	height: 20px;
	padding: 8px 44px 11px 9px;
	background: url(images/select.png) right no-repeat;
	overflow: hidden;
	font-size:15px;
}
.button
{
	display:inline-block;
	border:none !important;
	padding:8px 12px;
	font-size:18px;
	font-family: 'Play', Arial, sans-serif;
	color:#fff;
	text-shadow: 0px 0px 2px rgba(0, 0, 0, 1);
	border-radius:3px;
	text-decoration:none;
	-webkit-box-shadow: 0px 2px 2px rgba(20, 20, 20, 0.75);
	-moz-box-shadow:    0px 2px 2px rgba(20, 20, 20, 0.75);
	box-shadow:         0px 2px 2px rgba(20, 20, 20, 0.75);
	vertical-align:middle;
	cursor:pointer;
}
.button img
{
	vertical-align: text-top;
	margin-right:6px;
}
.green
{
background-image: linear-gradient(bottom, #326B2E 50%, #6EBC65 100%);
background-image: -o-linear-gradient(bottom, #326B2E 50%, #6EBC65 100%);
background-image: -moz-linear-gradient(bottom, #326B2E 50%, #6EBC65 100%);
background-image: -webkit-linear-gradient(bottom, #326B2E 50%, #6EBC65 100%);
background-image: -ms-linear-gradient(bottom, #326B2E 50%, #6EBC65 100%);

background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0.5, #326B2E),
	color-stop(1, #6EBC65)
);
}
.yellow
{
background-image: linear-gradient(bottom, #B94F12 50%, #DFB126 100%);
background-image: -o-linear-gradient(bottom, #B94F12 50%, #DFB126 100%);
background-image: -moz-linear-gradient(bottom, #B94F12 50%, #DFB126 100%);
background-image: -webkit-linear-gradient(bottom, #B94F12 50%, #DFB126 100%);
background-image: -ms-linear-gradient(bottom, #B94F12 50%, #DFB126 100%);

background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0.5, #B94F12),
	color-stop(1, #DFB126)
);
padding:9px 12px;
}

div.width-max
{
	width:100%;
}
div.width-1000
{
	width:1000px;
	margin:0 auto;
}
div#wrapper
{
	height:auto
}
div#head_bg
{
	height:70px;
	background:#ffd305;
}
div#head a
{
	color:#000;
	font-size:16px;
	font-family: 'Play', Arial, sans-serif;
}
div#logo
{
	float:left;
	margin-top:10px;
}
div#logo a
{
	text-decoration:none;
	font-size:35px;
}
div#main_menu
{
	float:right;
	margin-top:23px;
	width: 60%;
}
div#main_menu a
{
	display:inline-block;
	margin:0 10px;
}
div#main_menu a.register, div#main_menu a.login
{
	padding-left:20px;
	text-decoration:none;
}
div#main_menu a.login
{
	margin-left:50px;
	background:url(images/login.png) left no-repeat;
}
div#main_menu a.register
{
	background:url(images/register.png) left no-repeat;
}
div#main_menu a.profile
{
	margin-left:0px;
}
div#cams_filter_box
{
	background:#ecf1f6;
	padding-top:25px;
	padding-bottom:25px;
}
div#cams_filter
{
	
}
div.f_buttons
{
	float:left;
	background-image: linear-gradient(bottom, #262D32 50%, #53636F 100%);
	background-image: -o-linear-gradient(bottom, #262D32 50%, #53636F 100%);
	background-image: -moz-linear-gradient(bottom, #262D32 50%, #53636F 100%);
	background-image: -webkit-linear-gradient(bottom, #262D32 50%, #53636F 100%);
	background-image: -ms-linear-gradient(bottom, #262D32 50%, #53636F 100%);
	
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.5, #262D32),
		color-stop(1, #53636F)
	);
	border-radius:3px;
	-webkit-box-shadow: 0px 2px 2px rgba(20, 20, 20, 0.75);
	-moz-box-shadow:    0px 2px 2px rgba(20, 20, 20, 0.75);
	box-shadow:         0px 2px 2px rgba(20, 20, 20, 0.75);
}
div.f_buttons a
{
	display:inline-block;
	padding:12px 24px;
	text-decoration:none;
	color:#fff;
	text-shadow: 0px 0px 2px rgba(0, 0, 0, 1);
	font-size:18px;
	font-family:'Play', Arial, sans-serif;
}
div.f_buttons a.active, div.f_buttons a:hover
{
background-image: linear-gradient(bottom, #047ABA 50%, #07AAD3 100%);
background-image: -o-linear-gradient(bottom, #047ABA 50%, #07AAD3 100%);
background-image: -moz-linear-gradient(bottom, #047ABA 50%, #07AAD3 100%);
background-image: -webkit-linear-gradient(bottom, #047ABA 50%, #07AAD3 100%);
background-image: -ms-linear-gradient(bottom, #047ABA 50%, #07AAD3 100%);

background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0.5, #047ABA),
	color-stop(1, #07AAD3)
);
}
div.f_buttons a.border_left
{
	border-radius:3px 0 0 3px;
}
div.f_buttons a.border_right
{
	border-radius:0 3px 3px 0;
}
div.search_box
{
	float:right;
}
div#params, div#countries, div#category
{
	margin-top:25px;
}
div#params
{
	position:relative;
}
div#params .button
{
	position:absolute;
	right:0;
	top:-3px;
}
div#params label, div#params span
{
	vertical-align:middle;
}
div#map_box
{
}
div#map_box div.header
{
	background:#b0bcc9;
	padding:15px 0;
}
div#map_box div.header div.text
{
	font-size:20px;
	font-family:'Play', Arial, sans-serif;
}
div#map
{
	position:relative;
	background:url(images/map_box_shadow.png) bottom no-repeat;
	padding-bottom:14px;
	text-align:center;
}
div#map_overflow
{
	height:200px;
	overflow:hidden;
}

div#map a#map_show_button, div#map a#map_hide_button
{
	display:block;
	position:absolute;
	bottom:-7px;
	left:46%;
	width:127px;
	height:32px;
	background:url(images/map_show_button.png);
	color:#3c464f;
	cursor:pointer;
	text-decoration:none;
	text-align:center;
	padding-top:3px;	
}
div#map .bx-google-map
{
	border:0 !important;
	margin:0 !important;
	width:100% !important;
}
div#last_cam_box
{
	background:#2e3649;
	margin-top:-15px;
}
div#last_cam
{
	padding:25px 0;
	text-align:center;
	color:#fff;
}
div#last_cam p.title_h3
{
	display:inline-block;
	color:#ffd305;
	font-size:20px;
	background:url(images/cam_icon.png) left no-repeat;
	padding-left:24px;
}
ul#cams li
{
	display:inline-block;
	margin:0 auto;
	padding:0;
}
ul#cams li div.cam_image_services
{
	padding:20px 20px 10px 20px;
	background:#ecf1f6;
	border-radius:3px;
}
div.cam_desc
{
	font-size:15px;
	text-align:left;
	padding: 5px 0;
}
div.cam_desc span
{
	vertical-align:middle;
	display:inline-block;
}
div.cam_desc span.place
{
	background:url(images/cam_name_marker.png) left no-repeat;
	padding-left:15px;
}
div.cam_desc span.info
{
	background:url(images/cam_name_info.png) left no-repeat;
	padding-left:24px;
	margin-left:20px;
}
div.cam_services
{
	padding:10px 0 3px 0;
	position:relative;
	text-align:center;
}
div.cam_services div
{
	color:#717e8c;
	vertical-align:middle;
}
div.cam_services div.site
{
	display:inline-block;
	padding-top:3px;
}
div.cam_services div.rating, div.cam_services div.counts
{
	float:left;
}
div.cam_services div.rating
{
	margin:-1px 10px 0 0;
}
div.cam_services div.social_likes
{
	float:right;
}
div.cam_services div.counts span
{
	vertical-align:middle;
	display:inline-block;
}
div.cam_services div.counts span.views
{
	background:url(images/icon_count_view.png) left no-repeat;
	padding-left:24px;
}
div.cam_services div.counts span.comments
{
	background:url(images/icon_count_comments.png) left no-repeat;
	padding-left:16px;
	margin-left:10px;
}
div#cams_list_box
{
	margin-top:25px;
	padding-bottom:25px;
}
div.cam_item
{
	display:inline-block;
	color:#717e8c;
	font-size:13px;
	margin:0 6px 20px;
	position:relative;
	vertical-align: bottom;
}
div.cam_item div.hover_desc 
{
	display: none;
	position:absolute;
	width:315px;
	top:-5px;
	left:-10px;
	background:#ffd305;
	border:1px solid #ffdf49;
	-webkit-box-shadow: 0px 0px 10px rgba(20, 20, 20, 0.75);
	-moz-box-shadow:    0px 0px 10px rgba(20, 20, 20, 0.75);
	box-shadow:         0px 0px 10px rgba(20, 20, 20, 0.75);
	font-size:13px;
	padding:295px 10px 10px 10px;
	z-index:1;
	font-size:13px;
	color:#2f3749;
}
div.hover
{
	z-index:2;
}
div.hover div.hover_desc 
{
	display:block;
	z-index:-1 !important;
}
div.first
{
	margin-left:0;
	margin-right:0;
}
div.last
{
	margin-left:0;
	margin-right:0;
}
div.cam_item div.list_cam_desc
{
	padding:5px 0;
}
div.cam_item div.list_cam_desc span
{
	display:block;
	vertical-align:middle;
}
div.cam_item div.list_cam_desc span.place
{
	background:url(images/icon_cam_marker_2.png) left no-repeat;
	padding-left:16px;
	float:left;
}
div.cam_item div.list_cam_desc span.time
{
	background:url(images/icon_add_cam_time.png) left no-repeat;
	padding-left:25px;
	float:right;
}
div.cam_item div.list_cam_image_services
{
	border:1px solid #cdd3d8;
	background:#ecf1f6;
	padding:9px;
}
div.cam_item div.list_cam_image_services div.list_cam_services div
{
	margin-top:10px;
}
div.cam_item div.list_cam_image_services div.list_cam_services div.rating
{
	padding-top:3px;
}
div.cam_item div.list_cam_image_services div.list_cam_services div.rating, div.cam_item div.list_cam_image_services div.list_cam_services div.counts
{
	float:left;
}
div.cam_item div.list_cam_image_services div.list_cam_services div.counts span
{
	display:inline-block;
	vertical-align:middle;
}
div.cam_item div.list_cam_image_services div.list_cam_services div.counts span.views
{
	background:url(images/icon_count_view.png) 10px 50% no-repeat;
	padding-left:34px;
	border-left:1px solid #717e8c;
	margin-left:10px;
}
div.cam_item div.list_cam_image_services div.list_cam_services div.counts span.comments
{
	background:url(images/icon_count_comments.png) 10px 50% no-repeat;
	padding-left:26px;
	padding-right:10px;
	border-left:1px solid #717e8c;
	border-right:1px solid #717e8c;
	margin-left:10px;

}
div.cam_item div.list_cam_image_services div.list_cam_services a.like
{
	display:block;
	margin-top:10px;
	width:37px;
	height:23px;
	float:right;
	background-color:#717e8c ;
	background-image:url(images/icon_heart.png);
	background-position:50% 50%;
	background-repeat:no-repeat;
	border-radius:3px;
}
div.cam_item div.list_cam_image_services div.list_cam_services a.like:hover, div.cam_item div.list_cam_image_services div.list_cam_services a.active
{
	background-color:#f04f4f;
}
div#news_line
{
	height:7px;
	background: url(images/news_bg.png) left repeat-x;
}
div#news_box
{
	background:#ecf1f6;
	padding:25px 0;
}
div#news_box div#news_list
{
	width:660px;
	float:left;
}
div#news_box div#banner
{
	float:right;
	width:315px;
	text-align:center;
}
div.news_item 
{
}
div.news_item img
{
	float:left;
	border:1px solid #99a6af;
	border-radius:3px;
	margin-right:10px;
	margin-bottom:20px;
}
div.news_item span.date
{
	color:#717e8c;
	display:block;
}
div.news_item a.name
{
	display:block;
}


#footer_box
{
}
div#footer_line
{
	height:7px;
	background:url(images/footer_bg.png) left repeat-x;
}
div#footer_bg
{
	background:#2f3749;
	height:97px;
}
div#footer
{
	text-align:center;
	padding-top:36px;
	font-family:'Play', Arial, sans-serif;
	font-size:16px;
}
div#footer, div#footer a
{
	color:#fff;
}
 div#footer div
 {
	 vertical-align:middle;
	 display:inline-block;
 }
div.copyright
{
	margin-right:55px;
}
div.bottom_menu a
{
	margin:0 15px;
}
div.bottom_menu
{
	margin-right:15px;
}
div.social
{
	color:#667177;
}
div.social img
{
	margin:0 5px;
	padding:1px;
	border:1px solid #fff;
	vertical-align:middle;
	border-radius:2px;
}
.modal
{
	display:none;
	position:absolute;
	background:#ECF1F6;
	border-radius:3px;
	padding:30px;
	left:50%;
	top:50%;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.6);
	opacity:0;
	width:auto;
	z-index:999;
}
#mask
{
	display:none;
	width:100%;
	height:100%;
	position:fixed;
	top:0;
	left:0;
	background:#000;
	opacity:0.5;
}
table.padding-10 td
{
	padding:10px;
}
table.padding-5 td
{
	padding:5px;
}
label, input
{
	vertical-align:middle;
}
.starrequired
{
	color:red;
}
div#content_box
{
	background:#ECF1F6;
	min-height:608px;
	margin:-15px 0;
}
div#content
{
	position:relative;
	margin-bottom:15px;
}
div.country_cell
{
	width:247px;
	display:inline-block;
	vertical-align:top;
	
}
div.countries_block
{
	margin-bottom:25px;
}
div.country_cell a
{
	display:block;
	color:#505e6a;
}
#LikeRemoveWindow, #LikeAddWindow, #AuthWindow, #ErrorWindow
{
	position:fixed;
}
#error_form input.error
{
	border:1px solid #F00;
}
.gm-style-iw
{
	width:auto !important;
}
div.cam_not_work
{
	opacity:0.3;
	position:relative;
}
img.not_work
{
	position:absolute;
	top:0;
	left:0;
	opacity:1 !important;
}
div.rss-icon
{
	position:absolute;
	top:0;
	right:0;
}
div.wc_overview
{
	padding-bottom:25px !important;
}
div.wc_overview h3
{
	margin-bottom:0 !important;
}
div.oc_banner
{
	margin-bottom:20px;
}



div.star-active
{
}
div.iblock-vote
{
	display:inline-block;
	margin-top: 0 !important;
}
div.star-empty
{
	display:inline-block;
	margin-top: 1px !important;
	background-image: url(images/empty.png);
	width:14px;
	height:14px;
	overflow:hidden;
}

div.star-voted
{
		display:inline-block;
	margin-top: 1px !important;

	background-image: url(images/voted.png);
	width:14px;
	height:14px;
	overflow:hidden;
}

div.star-over
{
		display:inline-block;
	margin-top: 1px !important;

	background-image: url(images/over.png);
	width:14px;
	height:14px;
	overflow:hidden;
}
div.comment
{
	padding:10px 0;
	margin:0 20px 20px 20px;
	font-size:14px;
	border-bottom:1px solid #ced5db;
}
div.comment span.name
{
	color:#900;
	font-weight:bold;
}
div.comment span.date
{
	font-size:12px;font-weight:bold;
}
div.comment span.subject
{
	font-family:'Play';
	font-size:16px;
	font-weight:bold;
	margin-bottom:10px;
	display:block;
}
div.comment span.text
{
}
div.sort_block
{
	border-bottom:1px solid #90a2b1;
	padding:0 0 5px 0;
	margin-bottom:20px;
}
div.sort_block a
{
	display:inline-block;
	padding-right:14px;
	color:#545f69;
	text-decoration:underline;
	margin:0 5px;
}
div.sort_block a.active
{
	color:#eac30a;
	font-weight:bold;
	text-decoration:none;
}
div.sort_block a.desc
{
	background:url(images/arrow_down.png) right no-repeat;
}
div.sort_block a.asc
{
	background:url(images/arrow_up.png) right no-repeat;
}
.map_new_box
{
	display:block;
	width:100%;
	height:200px;
	background-image:url(images/map-en.jpg);
	background-position:50% 50%;
}
div.modern-page-navigation { 
	padding: 0;
	margin:0 0 20px 0;
	height:37px;
background-image: linear-gradient(bottom, #E8EEF4 15%, #F0F4F8 51%);
background-image: -o-linear-gradient(bottom, #E8EEF4 15%, #F0F4F8 51%);
background-image: -moz-linear-gradient(bottom, #E8EEF4 15%, #F0F4F8 51%);
background-image: -webkit-linear-gradient(bottom, #E8EEF4 15%, #F0F4F8 51%);
background-image: -ms-linear-gradient(bottom, #E8EEF4 15%, #F0F4F8 51%);

background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0.15, #E8EEF4),
	color-stop(0.51, #F0F4F8)
);
border-radius:3px;
-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.58);
-moz-box-shadow:    0px 1px 2px rgba(0, 0, 0, 0.58);
box-shadow:         0px 1px 2px rgba(0, 0, 0, 0.58);
text-align:center;
	}
div.modern-page-navigation a, 
span.modern-page-current, 
span.modern-page-dots
{
	display:inline-block;
	width:30px;
	height:29px;
	padding-top:8px;
	color:#4b555f;
	vertical-align: middle;
}
div.modern-page-navigation a.modern-page-previous {
	width: 18px;
	height:9px;
	padding-top:0px;
	background:url(images/page-left.png) bottom no-repeat;
	border-left: none; }
div.modern-page-navigation a.modern-page-next	
{
	width: 18px;
	height:9px;
	padding-top:0px;
	background:url(images/page-right.png) bottom no-repeat;
}
div.modern-page-navigation a.modern-page-first, 
div.modern-page-navigation span.modern-page-first { 
	border-left: none; 
	}
span.modern-page-current { 
	
background-image: linear-gradient(bottom, #077DBD 51%, #09ABD4 100%);
background-image: -o-linear-gradient(bottom, #077DBD 51%, #09ABD4 100%);
background-image: -moz-linear-gradient(bottom, #077DBD 51%, #09ABD4 100%);
background-image: -webkit-linear-gradient(bottom, #077DBD 51%, #09ABD4 100%);
background-image: -ms-linear-gradient(bottom, #077DBD 51%, #09ABD4 100%);

background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0.51, #077DBD),
	color-stop(1, #09ABD4)
);
color:#fff;	
	 }
div.modern-page-navigation a, 
span.modern-page-current, 
div.modern-page-navigation a.modern-page-previous, 
span.modern-page-dots { 
	border-color: #cdcdcd; }
	
	div#add-comment
{
	background:#ecf1f6;
	padding:20px 60px;
	margin:20px;
	border-radius:3px;
	font-family:'Play';
	font-size:16px;
}
div#add-comment input, div#add-comment textarea, div#add-comment table
{
	width:100%;
}
div#add-comment button.button
{
	width:auto;
	margin-top:20px;
}

#one_cam_filter_box
{
	background:#fff;
}
#one_cam_filter
{
	padding:25px 0;
}
div.country
{
	border-bottom:2px solid #8690a8;
	padding-bottom:10px;
	margin-bottom:20px;
}
div.country span
{
	display:inline-block;
	vertical-align:middle;
}
div.country span.name
{
	font-family:'Play';
	font-size:30px;
}
div.country span.flag
{
	margin:0 15px;
}
div.country span.flag img
{
	padding:1px;
	border:2px solid #3c464f;
	border-radius:2px;
}
div.country span#more_country a
{
	color:#8690a8;
	font-size:16px;
	font-family:'Play';
	border-bottom:1px dashed #8690a8;
	text-decoration:none;
}
div.country span#more_country a:hover
{
	border-bottom:none;
}
div.city_filter_box
{
	padding:10px;
	background:#ecf1f6;
	border:1px solid #d5dbe0;
	border-radius:3px;
	margin:0 auto;
}
div.city_filter_box span
{
	vertical-align:middle;
}
div.city_filter_box span.select_title
{
	font-size:13px;
	display:inline-block;
	margin:0 5px;
}
div.city_filter_box button
{
	margin:-4px 0 0 0;
	float:right
}
div.city_filter_result
{
	padding-left:22px !important;
	display:inline-block;
	font-size:18px;
	font-weight:bold;
	vertical-align:middle;
}
div#one_cam_box
{
	background:#2e3648;
}
div#one_cam
{
	padding:25px 0;
}
div.cam_image_services
{
	display:inline-block;
	background: none repeat scroll 0 0 #ECF1F6;
    border-radius: 3px 3px 3px 3px;
    padding: 20px 20px 10px;
	margin-right:20px;
}

div.cam_desc h1.name
{
	font-family:'Play';
	font-size:20px;
	color:#ffd305;
	background: url("/bitrix/templates/worldcamold/images/cam_icon.png") no-repeat scroll left center transparent;
	padding-left:24px;
	margin-bottom:10px;
	display:inline-block;
}
div.cam_image_services div.counts a, div.cam_image_services div.counts span
{
	vertical-align:middle;
}
div.cam_image_services div.counts a.like
{
	background-color: #717E8C;
    background-image: url("/bitrix/templates/worldcamold/images/icon_heart.png");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    border-radius: 3px 3px 3px 3px;
    display: inline-block;
    height: 23px;
    width: 37px;
	margin:0 0 0 5px;
}
div.cam_image_services div.counts a.active, div.cam_image_services div.counts a.like:hover
{
	background-color:#f04f4f;
}
div.cam_image_services, div.rating
{
	vertical-align:top;
}
div.rating
{
	display:inline-block;
	color:#fff;
}
div.rating form span, div.rating form label
{
	vertical-align:middle;
}
div.rating form div
{
	height:27px;
}
div#on_cam_desc
{
	padding:25px 0;
	border-bottom:1px solid #b6c2ce;
}
div#comments_show_button a
{
	display:block;
	margin:0 auto 25px auto;
	width:246px;
	height:26px;
	text-align:center;
	color:#fff;
	font-family:'Play';
	font-size:18px;
	background:url(images/show_comments_button.png) no-repeat;
	text-decoration:none;
	padding-top:3px;
}
div#comments_box
{
	display:none;
	padding:10px 0;
	border-bottom:1px solid #b6c2ce;
}
div#more_city_cams
{
	padding:25px 0;
}
div#cams_list_box, div#map_box
{
	background:#ecf1f6;
}
div#cams_list_box
{
}
div.gsInformer
{
	margin-bottom:15px;
}
input.error, textarea.error
{
	border:1px solid red;
}
div#show_count
{
	float:right;
}
div#show_count select
{
	padding:3px 1px 0px 1px;
}
.cam_item.banner .list_cam_image_services
{
	padding:0; border:0; width:315px; height:248px; background:none;
}
.cam_item.banner .list_cam_image_services img
{
	width:100%; height:100%;
}
.description a {
    padding: 0 5px;
}
#flag_menu {
    float: right;
    margin-top: 23px;
position: relative;
}
div#map-detail {
    position: relative;
    background: url(images/map_box_shadow.png) bottom no-repeat;
    padding-bottom: 14px;
    text-align: center;
}
.map_detail {
    display: block;
    width: 100%;
    height: 200px;
    background-image: url(images/map-en.jpg);
    background-position: 50% 50%;
}
#category a {
    width: 25%;
    display: block;
    float: left;
    color: #505e6a;
}
#category {
    display: table;
}
#map_show_button2 {
    background: none;
    height: auto;
max-width: 60px;
width: 9%;
}
.map_new_link
{
	display:block;
	width:100%;
	height:200px;
    background-image: url(images/map-en.jpg);
	background-position:50% 50%;
}
#block-yandex {
    background: #ecf1f6;
}
div#block-yandex div.header {
    background: #b0bcc9;
    padding: 15px 0;
}
div#block-yandex div.header div.text {
    font-size: 20px;
    font-family: 'Play', Arial, sans-serif;
}
.cam_image_services p{
    min-height: 340px;
}
/* -------------------*/
@media (min-width: 1001px) {
div.cam_image_services {    min-width: 640px;min-height: 383px;}
div.search_box input {    max-width: 66%;}
div.search_box {    max-width: 23%;}
}
.description:not(.shown) {border-bottom: 1px solid #b6c2ce; padding-bottom: 30px; margin-bottom: 0 !important; position: relative; height: 200px; overflow: hidden;}
.description:not(.shown)::after {content: ''; display: block; width: 100%; height: 100px; position: absolute; left: 0; bottom: 0; background: -moz-linear-gradient(top,  rgba(30,87,153,0) 0%, rgba(30,87,153,0.01) 1%, rgba(255,255,255,1) 100%);
background: -webkit-linear-gradient(top,  rgba(30,87,153,0) 0%,rgba(30,87,153,0.01) 1%,rgba(255,255,255,1) 100%);
background: linear-gradient(to bottom,  rgba(30,87,153,0) 0%,rgba(30,87,153,0.01) 1%,rgba(255,255,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001e5799', endColorstr='#ffffff',GradientType=0 );
}
@media (min-width: 768px) {
.mobile-site {    display: none;}
}
@media (max-width: 768px) {
    .description:not(.shown) {height: 400px;}
    .description:not(.shown)::after {height: 200px;}
.mobile-site.site {    display: block;}
div.cam_services div.site {    display: none;}
}
.show_more {
    display: block;
    margin: 0 auto 30px auto;
    width: 246px;
    height: 26px;
    text-align: center;
    color: #fff;
    font-family: 'Play';
    font-size: 17px;
    background: url(/bitrix/templates/worldcamold/images/show_comments_button.png) no-repeat;
    text-decoration: none;
    padding-top: 3px;
    cursor: pointer;
}