html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1.5;
	font-family: 'Istok Web', sans-serif;
	font-size: 14px;
	background: url(bg.jpg) fixed;
	background-size: cover;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
nav ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	text-decoration: none;
}
/* change colours to suit your needs */
ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}
/* change colours to suit your needs */
mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* change border colour to suit your needs */
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}
input, select {
	vertical-align: middle;
}
.rel {
	position: relative
}
.cb {
	clear: both
}
.container {
	width: 1140px;
	margin: auto;
	padding: 25px 0;
}
@media only screen and (max-width : 1200px) {
.container {
        width: 990px;
}

}
 @media only screen and (max-width : 992px) {
.container {
        width: 760px;
}
}

@media only screen and (max-width : 768px) {
.container {
        width: 460px;
}
}

 @media only screen and (max-width : 480px) {
.container {
        width: 320px;
}
}

.photo {
	border: 10px solid #FFF;
	-moz-box-shadow: 0 0 10px #888;
	-webkit-box-shadow: 0 0 10px#888;
	box-shadow: 0 0 10px #888;
	position: relative;
	width: 1100px;
	margin-bottom: 25px;
}



.photo img {
	float: left;
}

@media only screen and (max-width : 1200px) {
.photo {
	width: 960px;
}

.photo img {
	width: 100%;
}


}
 @media only screen and (max-width : 992px) {
.photo {
	width: 730px;
}


}

@media only screen and (max-width : 768px) {
.photo {
	border: 2px solid #FFF;
	-moz-box-shadow: 0 0 2px #888;
	-webkit-box-shadow: 0 0 2px#888;
	box-shadow: 0 0 2px #888;
	position: relative;
	width: 455px;
	margin-bottom: 25px;
}
}

 @media only screen and (max-width : 480px) {
.photo {
	border: 2px solid #FFF;
	-moz-box-shadow: 0 0 2px #888;
	-webkit-box-shadow: 0 0 2px#888;
	box-shadow: 0 0 2px #888;
	position: relative;
	width: 300px;
	margin-bottom: 25px;
	margin-left: 8px
}

.photo img {
	margin-bottom: 10px;
}

}


.caption {
	position: absolute;
	bottom: 15px;
	left: 15px;
	right: 15px;
	border-radius: 70px;
	-webkit-border-radius: 70px;
	-moz-border-radius: 70px;
	background: url(trans.png);
	color: #fff;
	border-top-right-radius: 12px;
	border-bottom-right-radius: 12px;
	padding-right: 10px;
	font-size: 14px;
	text-shadow: 1px 1px 1px #000;
}

@media only screen and (max-width : 768px) {

.caption {
	position: static;
	bottom: auto;
	left: auto;
	right: auto;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	background: #fff;
	color: #000;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	padding-top: 10px;
	padding-right: 10px;
	font-size: 14px;
	text-shadow: 1px 1px 1px #fff;
}
}

.caption img {
	width: 120px;
	height: 120px;
	border-radius: 70px;
	-webkit-border-radius: 70px;
	-moz-border-radius: 70px;
	float: left;
	margin-right: 10px;
}

@media only screen and (max-width : 768px) {

.caption img {
	width: 60px;
	height: 60px;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
}
}
.caption h1 {
	margin-top: 5px;
	font-size: 15px;
}
.photo span {
	font-size: 11.3px;
}
.photo strong {
	font-weight: bold;
	color: #FF6
}
#audio {
	position: fixed;
	bottom: 0;
	width: 100%;
	left: 0;
	right: 0;
	background: #051304;
	padding: 0 5px
}


