/* CSS Document */

html 
		
body {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:14px;
	line-height:1.4;
	font-style:normal;
	font-weight:normal;
	background:url(../images/concrete-texture.png) #f2f2f2 top left repeat;
	color:#777;
	margin:0;
	padding:0;
	text-align:left;
}

.wrapper {
	position:relative;
	margin:0 auto;
	width:auto;
	max-width:1140px;
	padding:60px;
	background-color:#fff;
	box-sizing:border-box;
	box-shadow: 0 0 40px rgba(0,0,0,.05);
}

header .logo{
	text-align:center;
}

header .logo img{
	width:70%;
}


header nav ul{
	list-style:none;
	display:table;
	width:60%;
	margin:30px auto 60px;
	padding:0;
}

header nav ul li{
	display: table-cell;
	/*font-size:16px;*/
	text-align:center;
}

header nav a {
	font-size: 15px;
	line-height: 2.1em;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 1px;
	font-weight: 400;
	font-style: normal;
	color:#999;
}

header nav a:hover {
	color:#111;
}

.active-link {
    color: #111; 
   } 

.topic_pic {
	margin-left: -60px;
	margin-right: -60px;
	min-height: 640px;
	overflow: hidden;
	position: relative;
}
.topic_pic div {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	overflow: hidden;
}
.topic_pic img{
	width:100%;
}

.foto-video-gallery {
	margin: 30px 0;
}

h2 {
	font-family: 18px;
	color:#333;
	margin:30px 0 10px;
	text-transform: uppercase;
}

article {
	color:#333;
	font-size:16px;
	text-align:left;
	margin:30px 0;
}

article p {
    margin:0 0 15px 0;
}

.clear-both {
    clear:both;
}

.quote {
	position: relative;
	padding-left: 40px;
	overflow: hidden;
}
.quote::before {
	display: block;
	font-family: 'Georgia';
	font-size: 76px;
	line-height: 64px;
	position: absolute;
	left: 0;
	top: 0;
	content: '\201C';
}
.quote__text {
	font-size: 20px;
	line-height: 1.5;
}
.author__name {
	font-size: 20px;
	line-height: 1.5;
	margin-top: 16px;
	color:#727272
}
