.red-box {
	border: 1px dotted red;
}
body {
	font-family: "RobotoRegular", sans-serif;
	font-size: 14px;
	background-color: #f4f6f7;

}
.site-header {
	background-color: #43484C;
	color: #fff;
	font-size: 22px;
	padding: 15px 0;
}

.site-footer {
	background-color: #43484C;
	color: #fff;
	font-size: 16px;
	padding: 10px 0;
}

h1, h2 {
	color: #43484C;
}
a {
	color: #009075;
}

#contextMenu .active {
	border-left: 3px solid #009075;
	background-color: #f9f9f9;
}
#contextMenu .nav {
	margin-top: 20px;
}
#contextMenu a {
	padding: 5px 15px;
}

/*
* Блок с информацией о достопримечательности
 */
.interest-item {
	border: 1px solid #009075;
	border-radius: 4px;
	margin-bottom: 10px;
	padding: 10px;
	background: #fff
}

.tl-panel-heading {
	background-color: #00b392;
	color: #fff;
	padding: 10px 15px;
	border-color: #ddd;
	border-bottom: 1px solid transparent;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}




/**
*Slide Show Gallery
*/
/* Position the image container (needed to position the left and right arrows) */
.slgContainer {
	position: relative;
}

/* Hide the images by default */
.slgSlides {
	display: none;
}

/* Add a pointer when hovering over the thumbnail images */
.slgcursor {
	cursor: pointer;
}

/* Next & previous buttons */
.slgPrev,
.slgNext {
	cursor: pointer;
	position: absolute;
	top: 40%;
	width: auto;
	padding: 16px;
	margin-top: -50px;
	color: white;
	font-weight: bold;
	font-size: 20px;
	border-radius: 0 3px 3px 0;
	user-select: none;
	-webkit-user-select: none;
}

/* Position the "next button" to the right */
.slgNext {
	right: 0;
	border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.slgPrev:hover,
.slgNext:hover {
	background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.slgNumberText {
	color: #f2f2f2;
	font-size: 12px;
	background: #222;
	padding: 8px 12px;
	position: absolute;
	top: 0;
}

/* Container for image text */
.slgCaptionContainer {
	text-align: center;
	background-color: #222;
	padding: 2px 16px;
	color: white;
}

#slgcaption {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

.tlSlideShowGalleryRow:after {
	content: "";
	display: table;
	clear: both;
}

/* Six columns side by side */
.slgcolumn {
	float: left;
	width: 16.66%;
}

/* Add a transparency effect for thumnbail images */
.slgdemo {
	opacity: 0.6;
}

.slgactive,
.slgdemo:hover {
	opacity: 1;
}