.filter-list {
/*
	background: rgb(255,255,255);
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(243,243,243,1) 50%, rgba(255,255,255,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(50%,rgba(243,243,243,1)), color-stop(100%,rgba(255,255,255,1)));
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 );
*/
	display: inline-block;
    color: #333333;
    text-align: left;
    vertical-align: middle;
    background-color: #faefb6;
    border: 1px solid #CDB7B5;
    border-radius: 5px;
    font-family: Arial;

	position: absolute; 
	top: 100px; 
	left: 20px; 
	padding: 10px; 
	min-width: 100px;
}

.filter-list label {
	font-weight: bold;
    font-size: 11px;
}

label input[type=checkbox]{
    position: relative;
    vertical-align: middle;
    bottom: 3px;
	margin-right: 5px;
}

.header {
	position: fixed; 
	top: 0px; 
	left: 0px; 
	width: 100%; 
	box-sizing: border-box; 
	background-color: #fff; 
	padding: 5px; 
	border: 1px solid #ccc; 
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
	z-index: 1000;
}

.header > div {
	display: table;
}

.header > div > div {
	display: table-cell;
	vertical-align: middle;
}

.city-links {
	font-size: 16px;
}

.city-links a {
	margin-right: 10px;
}

.city-links b {
	margin-right: 10px;
}

.page-title {
	color: #fff; 
	background-color: rgb(39, 115, 174); 
	border-color: #eea236; 
	padding: 5px; 
	border-radius: 5px; 
	margin-top: 5px;
}

.share-block {
	position: absolute; 
	top: 100px; 
	right: 20px; 
	background-color: #fff; 
	padding: 10px; 
	border-radius: 3px; 
	border: 1px solid #ccc; 
	text-align: center; 
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
}

.share-block .subtitle {
	margin-top: 5px;
	margin-bottom: 5px;
}

.ui-widget-header {
  border: none;
  background: none;
  border-bottom: 1px solid #CCCCCC;
  border-radius: 0;
  margin: auto -3px;
}

.ui-widget-header button.ui-dialog-titlebar-close {
  background: none;
  border: 0px;
  opacity: 0.5;
}

.delete-dialog {
	font-size: 12px;
}

.delete-dialog .info {
	line-height: 16px;
	margin-bottom: 20px;
	text-align: center;
}

.delete-dialog .fields {
	text-align: center;
}

.footer {
	width: 100%;
	height: 40px;
	position: fixed;
	bottom: 0;
	background-color: #fff;
	padding-left: 100px; 
	padding-right: 100px; 
	padding-top: 10px; 
	box-sizing: border-box;
	border-top: 1px solid #ccc; 
}

.footer > table {
	width: 100%;
}

.footer .copyright {
	margin-right: 20px;
}

.footer a {
	text-decoration: underline;
}

.bottom-block {
	display: none;
	padding-left: 100px; 
	padding-right: 100px; 
	height: 135px; 
	padding-top: 0px; 
	position: absolute; 
	bottom: 40px; 
	left: 0px; 
	width: 100%; 
	box-sizing: border-box; 
	background-color: #fff;
	/*box-shadow: 0 0 10px rgba(0,0,0,0.7);*/
	border-top: 1px solid #ccc;
}

.pop-cameras {
	width: 100%; 
	box-sizing: border-box;
}

.pop-cameras div.pop-camera {
	width: 240px;
	margin-left: 10px;
}

.pop-cameras .slider div {
	background-color: #ffffff;
}

.image {
	position: relative; 
	width: 100%; /* for IE 6 */
	cursor: pointer;
}

.image img {
	width: 230px;
	height: 135px;
	border-left: 1px solid rgba(0,0,0,0.5);
	border-right: 1px solid rgba(0,0,0,0.5);
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
}

.image h2 { 
	position: absolute; 
	box-sizing: border-box;
	margin: 0px;
	padding-left: 5px;
	padding-right: 5px;
	bottom: 0; 
	left: 0; 
	width: 230px; 
	background-color: rgba(0,0,0,0.5);
	color: #ffffff;
	font-size: 12px;
	line-height: 30px;
	overflow: hidden;
	white-space: nowrap;
}

.slick-slider {
	margin-bottom: 0px !important;
}

.slick-prev:before {
	content: url('prev2.png');
}

.slick-prev {
	height: 64px;
	width: 64px;
	left: -60px;
	margin-top: -20px;
}

.slick-next:before {
	content: url('next2.png');
}

.slick-next {
	height: 64px;
	width: 64px;
	right: -60px;
	margin-top: -20px;
}

.my-hint {
	display: inline-block;
	padding: 5px;
	/*height: 35px;*/
	position: relative;
	left: -10px;
    width: 195px;
    font-size: 11px;
    line-height: 17px;
    color: #333333;
    text-align: center;
    vertical-align: middle;
    background-color: #faefb6;
    border: 1px solid #CDB7B5;
    border-radius: 5px;
    font-family: Arial;
}

.my-hint img {
	border: 1px solid #999999;
}

.popover {
	display: block !important;
}

.popover .close {
	position: absolute;
    right: 5px;
    top: 1px;
}

#camera-dialog .modal-body {
	height: 600px;
	padding: 0px;
}

#camera-dialog .modal-footer .btn {
	margin-top: 0px;
}

#camera-dialog .modal-footer hr {
	margin: 10px;
}

#vjs-logobrand-image {
	max-width: 200px;
	max-height: 75px;
	margin-right: 10px;
	margin-top: 10px;
	background-color: #ffffff;
	opacity: 0.5;
	border-radius: 5px;
	padding: 5px;
}

.header ul.menu {
	margin-bottom: 0px !important;
	list-style-image: none;
	display: inline-table;
}

.header ul.menu li {
	float: left;
	list-style-type: none;
	padding: 5px;
	margin-right: 15px;
	border-bottom: 3px solid #fff;
	font-size: 18px;
}

.header ul.menu li.active {
	border-bottom: 3px solid #2773ae;
}


.header ul.menu li:hover {
	border-bottom: 3px solid #2773ae;
}

.header ul.menu li a {
	color: #666666;
}

.header ul.menu li.active a {
	color: #000000;
}


.chevron::before {
	border-style: solid;
	border-color: rgb(39, 115, 174);
	border-width: 3px 3px 0 0;
	content: '';
	display: inline-block;
	height: 29px;
	width: 29px;
	top: 12px;
	left: 0px;
	position: relative;
	transform: rotate(-45deg);
	vertical-align: top;
}

.chevron.right:before {
	left: -16px;
	transform: rotate(45deg);
}

.chevron.bottom:before {
	top: 0;
	transform: rotate(135deg);
}

.chevron.left:before {
	left: 0px;
	transform: rotate(-135deg);
	margin-right: -16px;
}

.delimiter {
	color: #aaa;
}

.header .logo {
	max-height: 80px;
	max-width: 180px;
	margin-left: 30px;
	float: left;
	margin-right: 30px;
}

.header select {
	display: none;
}

.title-arrow {
	width: 220px;
	float: left;
}

.title-arrow .title {
	float: left;
	font-size: 12px;
	margin-top: 5px;
	padding: 10px;
	color: #333;
	border-left: 3px solid rgb(39, 115, 174);
	border-top: 3px solid rgb(39, 115, 174);
	border-bottom: 3px solid rgb(39, 115, 174);
	overflow: hidden;
	max-width: 165px;
	white-space: nowrap;
}

.title-arrow .chevron {
	float: left;
}

.header .user-links {
	white-space: nowrap;
	padding-right: 10px;
}

@media screen and (max-width: 1150px) {
	.title-arrow {
		display: none;
	}
}

@media screen and (max-width: 920px) {
	.header ul.menu {
		display: none;
    }

	.header .user-links {
		display: none !important;
	}

    .header select {
		display: block;
		width: 150px;;
		margin-top: 0px;
		margin-bottom: 0px;
		margin-right: 10px;
    }
}

@media screen and (max-width: 500px) {
	.bottom-block {
		display: none !important;
    }

	.filter-list {
		display: none !important;
    }

	.footer {
		padding-left: 0px; 
		padding-right: 0px; 
	}

	.header .logo {
		display: none;
	}

	.promo {
		display: none;
	}
}


body {
	padding-right: 0px !important;
	padding-left: 0px !important;
}


	.placemark_layout_container { 
    	position: relative !important;
	}

	.image_layout {
    	position: absolute;
        left: -20px;
        top: -20px;
        width: 32px;
        height: 37px;
        line-height: 37px;
		background-color: transparent;
	}
        
	.square_layout {
    	position: absolute;
        left: -75px;
        top: -75px;
        width: 150px;
        height: 150px;
        line-height: 150px;
		background-color: transparent;
	}

	.thumb-wrap {
		position: relative; 
		left: 0; 
		top: 0; 
		width: 100%; 
		height: 100%;
	}

	.square_layout img.thumb {
		box-shadow: 0 0 10px rgba(0,0,0,0.5);
		opacity: 1.0;
		border-radius: 5px;
		width: 150px;
		height: 115px;
	}

	.square_layout .mark, .image_layout .mark {
		position: absolute;
		top: 26px; 
		right: 10px; 
		opacity: 0.7;
	}

	.square_layout .mark-text, .image_layout .mark-text {
		position: absolute;
		top: 26px; 
		right: 10px; 
		text-align: center;
		width: 26px;
		height: 26px;
		line-height: 26px;
		color: #fff;
		font-weight: bold;
	}

.promo {
	text-align: center;
	position: fixed;
	right: 0px;
	max-width: 250px;
	height: 100%;
	overflow-y: auto;
	background-color: #fff;
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
	opacity: 0.90;
	padding-top: 100px;
	padding-bottom: 40px;
	bottom: 0;
}

.promo h5 {
	padding-bottom: 5px;
	margin-top: 150px;
}

.promo img {
	margin-top: 10px;
	width: 100%;
}

.vjs-ad-display {
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	right:0;
}

.ad-div {
    position: absolute;
    text-align: center;
    width: 100%;
    display: block;
    bottom: 50px;
}

.ad-div-content {
    display: inline-block;
    padding: 10px;
	background-color: rgba(0, 0, 0, 0.6);
	border: 1px solid rgba(0, 0, 0, 0.9);
    max-width: 500px;
    font-size: 14px;
    text-align: left;
}

.ad-div-content a {
	color: #ddd;
}

.ad-div-content a:hover {
	text-decoration: underline;
}