/* ========== Global styles ========== */
h1, h2, h3, h4, h5, h6 {
	font-family: "PT Sans", Arial, "Helvetica Neue", Helvetica, Verdana, sans-serif;
	font-weight: normal;
	line-height: 1.1;
	color: #ff4200;
}

h1, h2, h3 {
	margin-top: 20px;
	margin-bottom: 10px;
}

h4, h5, h6 {
	margin-top: 10px;
	margin-bottom: 10px;
}

h1 {
	font-size: 22px;
}

h2 {
	font-size: 18px;
}

h3 {
	font-size: 15px;
}

h4 {
	font-size: 13px;
}

ul, ol, li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

p {
	margin-bottom: 20px;
	font-size: 13px;
	color: #5f6a71;
}

blockquote {
	margin: 0 0 20px;
	padding: 10px 20px;
	border-left: 5px solid #eee;
}

blockquote p {
	font-size: 17.5px;
	font-weight: 300;
	line-height: 1.25;
}

blockquote p:last-child {
	margin-bottom: 0;
}

blockquote small {
	display: block;
	line-height: 1.4;
	color: #999;
}

blockquote small:before {
	content: '\2014 \00A0';
}

q:before,
q:after,
blockquote:before,
blockquote:after {
	content: "";
}

address {
	display: block;
	margin-bottom: 20px;
	font-style: normal;
	line-height: 1.4;
}

/* ========== GENERAL ========== */
body {
	font: 13px/1.4 Arial, "Helvetica Neue", Helvetica, Verdana, sans-serif;
	color: #5f6a71;
	background: #fff url(../img/bg-top.jpg) -80% 0 repeat-x;
}

body:before {
	content: "";
	position: fixed;
	top: -10px;
	left: 0;
	width: 100%;
	height: 10px;
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8);
	-moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8);
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8);
	z-index: 100;
}

.wrapper {
	position: relative;
	max-width: 1200px;
	min-width: 976px;
	margin: auto;
	padding: 0 15px;
}

/* ---------- Links --------- */
a:link {
	color: #185283;
	text-decoration: none;
}

a:visited {
	color: #185283;
}

a:hover {
	color: #000;
	text-decoration: underline;
	outline: 0;
}

a:active {
	outline: 0;
}

a:focus {
	outline: thin dotted;
}

/* ========== HEADER ========== */
.top-header .logo {
	float: left;
	margin: 10px 0 0;
}

.top-header .login {
	float: right;
	margin: 10px 0 0;
	font-size: 12px;
}

.top-header .login li {
	display: inline-block;
	margin-left: 10px;
}

.top-header .login li a {
	font-size: 14px;
	color: #ff4200;
	text-decoration: none;
	border-bottom: 1px dashed #ff4200;
}

.top-header .login li a:hover {
	border-bottom: 0;
}

/* ---------- Form -------- */
.form-auth-name,
.form-reg {
	display: none;
	position: absolute;
	top: 40px;
	right: 0;
	background: #ecf2f5;
	z-index: 10;
}

form {
	width: 380px;
	padding-top: 20px;
	border: 2px solid #e7e7e8;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	-webkit-box-shadow: 0 1px 10px #c0d2b8;
	-moz-box-shadow: 0 1px 10px #c0d2b8;
	box-shadow: 0 1px 10px #c0d2b8;
}

form label {
	display: inline-block;
	margin-left: 20px;
	color: #555;
	font-size: 14px;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.8);
}

form input {
	font-size: 12px;
	outline: none;
}

form input[type=text],
	form input[type=password] {
	width: 330px;
	height: 35px;
	margin: 12px 0 14px 20px;
	padding-left: 10px;
	color: #777;
	border: 1px solid #c7d0d2;
	border-radius: 2px;
	box-shadow: inset 0 1.5px 3px rgba(190, 190, 190, 0.4), 0 0 0 5px #f5f7f8;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	transition: all .4s ease;
}

form input[type=text]:hover,
form input[type=password]:hover {
	border: 1px solid #b6bfc0;
	box-shadow: inset 0 1.5px 3px rgba(190, 190, 190, 0.7), 0 0 0 5px #f5f7f8;
}

form input[type=text]:focus,
form input[type=password]:focus {
	border: 1px solid #a8c9e4;
	box-shadow: inset 0 1.5px 3px rgba(190, 190, 190, 0.4), 0 0 0 5px #e6f2f9;
}

form a {
	float: right;
	font-size: 11px;
	color: #aaa;
	margin-right: 20px;
	text-decoration: underline!important;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

form a:hover {
	color: #000;
	text-decoration: none!important;
}

form .lower {
	padding: 20px;
	background: #fff4ce;
	box-shadow: inset 0 1px 1px #fff;
	border-top: 1px solid #ccc;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}

form .lower p {
	float: left;
	width: 150px;
	margin: 0;
}

form .lower p .check {
	display: inline-block;
	margin-left: 10px;
	vertical-align: 25%;
	font-size: 11px;
	color: #444;
	text-shadow: 0 -1px 0 #fff;
}

form .lower input[type=submit] {
	float: right;
	width: 80px;
	height: 30px;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	background-color: #c0d2b8;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#c0d2b8), to(#9c9484));
	background-image: -webkit-linear-gradient(top, #c0d2b8, #9c9484);
	background-image: -moz-linear-gradient(top, #c0d2b8, #9c9484);
	background-image: -o-linear-gradient(top, #c0d2b8, #9c9484);
	background-image: linear-gradient(to bottom, #c0d2b8, #9c9484);
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	border: 1px solid rgba(255, 255, 255, 0.8);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.5);
	cursor: pointer;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

form .lower input[type=submit]:hover {
	background-color: #9c9484;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#9c9484), to(#c0d2b8));
	background-image: -webkit-linear-gradient(top, #9c9484, #c0d2b8);
	background-image: -moz-linear-gradient(top, #9c9484, #c0d2b8);
	background-image: -o-linear-gradient(top, #9c9484, #c0d2b8);
	background-image: linear-gradient(to bottom, #9c9484, #c0d2b8);
}

form .lower input[type=submit]:active {
	background-color: #c0d2b8;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#c0d2b8), to(#9c9484));
	background-image: -webkit-linear-gradient(top, #c0d2b8, #9c9484);
	background-image: -moz-linear-gradient(top, #c0d2b8, #9c9484);
	background-image: -o-linear-gradient(top, #c0d2b8, #9c9484);
	background-image: linear-gradient(to bottom, #c0d2b8, #9c9484);
}

/* ---------- Navbar -------- */
.navbar {
	margin-top: 80px;
	font-size: 18px;
}

.menu {
	float: left;
}

.menu a {
	display: inline-block;
	margin-right: 10px;
	padding: 2px 8px;
	border: 3px solid transparent;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-moz-background-clip: padding-box;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	behavior: url(../pie/PIE.htc);
}

.menu a:hover {
	border: 3px solid transparent;
	background: #fff4ce;
	text-decoration: none;
}

.menu a.active {
	border: 3px solid #e6eaec;
}

.social-links {
	float: right;
	font-size: 14px;
}

.social-links span {
	float: left;
	height: 28px;
	margin-right: 12px;
	line-height: 28px;
}

.social-links a {
	display: inline-block;
	width: 28px;
	height: 28px;
	text-indent: -9999px;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.social-links a:hover {
	background-position: 0 -28px;
}

.social-links .vkontakte {
	background: url(../img/soc-icons/vkontakte.png) no-repeat;
}

.social-links .twitter {
	background: url(../img/soc-icons/twitter.png) no-repeat;
}

.social-links .facebook {
	background: url(../img/soc-icons/facebook.png) no-repeat;
}

.social-links .rss {
	background: url(../img/soc-icons/rss.png) no-repeat;
}

/* ========== MAIN ========== */
.main {
	margin: 15px 0px;
}

.main h2 {
	margin: 0 0 12px;
}

/* ========== CONTENT ========== */
.content {
	float: left;
	width: 100%;
}

.content .container {
	margin: 0 250px;
	padding: 0 20px;
}

/* ---------- About -------- */
.content .about {
	position: relative;
	margin: 0 0 20px;
	padding: 20px;
	text-indent: 90px;
	line-height: 1.4;
	font: 15px "PT Sans", Arial, "Helvetica Neue", Helvetica, Verdana, sans-serif;
	color: #5f6a71;
	background: #fff4ce;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-moz-background-clip: padding-box;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	box-shadow: 0 2px 2px -2px rgba(0, 0, 0, 0.52);
	text-shadow: 1px 1px 1px rgba(249, 251, 234, 0.9);
}

.content .about:before {
	content: "Amsterdam";
	position: absolute;
	top: 5px;
	left: -8px;
	height: 0;
	padding-right: 10px;
	color: #232323;
	font-weight: bold;
	border: 15px solid #c2d6be;
	border-right-color: transparent;
	line-height: 15%;
	text-indent: 0;
	box-shadow: 0 5px 5px -5px #000000;
	z-index: 1;
}

.content .about:after {
	content: "";
	position: absolute;
	top: 35px;
	left: -8px;
	border: 4px solid #89540c;
	border-left-color: transparent;
	border-bottom-color: transparent;
}

/* ---------- Slider -------- */
.slider-wrapper {
	margin: 0 0 20px 0;
}

/*
* jQuery Nivo Slider v3.2
* http://nivo.dev7studios.com
*
* Copyright 2012, Dev7studios
* Free to use and abuse under the MIT license.
* http://vamasterdame.opensource.org/licenses/mit-license.php
*/
/* The Nivo Slider styles */
.nivoSlider {
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
}

.nivoSlider img {
	position: absolute;
	top: 0;
	left: 0;
	max-width: none;
}

.nivo-main-image {
	display: block !important;
	position: relative !important;
	width: 100% !important;
}

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	z-index: 6;
	background: #fff;
	filter: alpha(opacity=0);
	opacity: 0;
}

/* The slices and boxes in the Slider */
	.nivo-slice {
	display: block;
	position: absolute;
	top: 0;
	z-index: 5;
	height: 100%;
}

.nivo-box {
	display: block;
	position: absolute;
	overflow: hidden;
	z-index: 5;
}

.nivo-box img {
	display: block;
}

/* Caption styles */
.theme-custom .nivo-caption {
	display: none;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 8;
	overflow: hidden;
	width: 100%;
	padding: 5px 10px;
	font: 18px "PT Sans", Arial, "Helvetica Neue", Helvetica, Verdana, sans-serif;
	color: #fff;
	background: #000;
	opacity: 0.8;
	-moz-opacity: 0.8;
	filter: alpha(opacity=80);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.nivo-caption p {
	margin: 0;
	padding: 5px;
}

.theme-custom .nivo-caption a {
	display: inline !important;
	border-bottom: 1px dotted #fff;
	color: #fff;
}

.theme-custom .nivo-caption a:hover {
	color: #fff;
}

.nivo-html-caption {
	display: none;
}

/* Direction nav styles (e.g. Next & Prev) */
	.nivo-directionNav a {
	position: absolute;
	top: 45%;
	z-index: 9;
	cursor: pointer;
}

.nivo-prevNav {
	left: 0;
}

.nivo-nextNav {
	right: 0;
}

/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
	padding: 15px 0;
	text-align: center;
}

.nivo-controlNav a {
	cursor: pointer;
}

.nivo-controlNav a.active {
	font-weight: bold;
}

.theme-custom.slider-wrapper {
	padding: 10px;
	background: #e0e0e0;
}

.theme-custom .nivoSlider {
	position: relative;
	margin-bottom: 10px;
	overflow: visible;
	background: #fff url(../img/slider/loading.gif) no-repeat 50% 50%;
}

.theme-custom .nivoSlider img {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
}

.theme-custom .nivoSlider a {
	display: block;
	border: 0;
}

.theme-custom .nivo-controlNav {
	position: relative;
	padding: 0;
	text-align: left;
	z-index: 10;
}

.theme-custom .nivo-controlNav a {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 2px;
	text-indent: -9999px;
	border: 0;
	background: url(../img/slider/bullets.png) no-repeat 0 2px;
}

.theme-custom .nivo-controlNav a.active {
	background-position: 0 100%;
}

.theme-custom .nivo-directionNav a {
	top: auto;
	bottom: -36px;
	z-index: 11;
	display: block;
	width: 30px;
	height: 30px;
	border: 0;
	text-indent: -9999px;
	background: url(../img/slider/arrows.png) no-repeat;
}

.theme-custom .nivo-directionNav a:hover {
	background-color: #333;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.theme-custom a.nivo-nextNav {
	right: 0;
	background-position: -16px 50%;
}

.theme-custom a.nivo-prevNav {
	left: auto;
	right: 35px;
	background-position: 11px 50%;
}

.theme-custom .nivo-controlNav.nivo-thumbs-enabled {
	width: 80%;
}

.theme-custom .nivo-controlNav.nivo-thumbs-enabled a {
	width: auto;
	height: auto;
	margin-bottom: 5px;
	background: none;
}

.theme-custom .nivo-controlNav.nivo-thumbs-enabled img {
	display: block;
	width: 120px;
	height: auto;
}

/* ---------- Last-articles -------- */
.content .last-articles h2 {
	font-size: 20px;
	color: #000;
}

.content .last-articles header h2 {
	float: left;
	color: #ff4200;
}

.content .last-articles header a {
	float: right;
}

.last-articles .article {
	overflow: hidden;
	margin-bottom: 20px;
}

.last-articles .article .photo {
	float: left;
	margin: 0 10px 3px 0;
}

.last-articles .article h3,
.last-articles .article p {
	margin: 6px 0 6px 70px;
}

.last-articles .article.top h3,
.last-articles .article.top p {
	margin: 6px 0;
}

.last-articles .article p {
	font-size: 13px;
}

/* ========== LEFT ========== */
.left {
	float: left;
	width: 250px;
	margin-left: -100%;
}

.left .last-news {
	margin-bottom: 20px;
}

.left .last-news .news-block {
	margin-bottom: 3px;
	padding: 10px 0;
	border-bottom: 1px dotted #d1d8da;
}

.left .last-news .ln-photo {
	display: block;
	float: left;
	width: 36px;
	margin-right: 5px;
}

.left .last-news .ln-date,
.left .last-news .ln-head {
display: block;
	margin: 0 0 4px 41px;
	line-height: 1;
}

/* ========== SIDEBAR ========== */
.sidebar {
	float: right;
	width: 250px;
	margin-left: -250px;
}

.comment {
	margin-bottom: 10px;
	line-height: 1.3em;
}

.comment header {
	margin-bottom: 3px;
}

.comment header .ico-user {
	padding-left: 12px;
	font-size: 11px;
	color: #777;
	background: url(../img/ico-user.png) no-repeat 0 2px;
}

.comment a {
	color: #256294;
}

.comment em {
	margin-left: 3px;
	font-style: normal;
}

.comment em a {
	font-size: 10px;
	color: #777;
}

/* ========== FOOTER ========== */
.main-footer {
	border-top: 10px solid #c0d2b8;
}

.main-footer .menu {
	float: none;
	margin: 15px 0;
	font-size: 16px;
}

.main-footer p {
	margin: 0 0 5px;
}