/* my reset */
*{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
img{max-width:100%;}

.section {
	max-width:970px;
	width:100%;
	position:relative;
	overflow:hidden;
	margin: 0 auto;
}

h1, h2, h3, h4, h5 {
	display: block;
	font-family:'Petrona',sans;
	padding: 5px 0 0;
	text-align:left;
}
h1{
	font-size:620%;
	/*font-size: 10vw;*/
	color: orange;
}
h2{
	font-size:120%;
	color:#fff;
	padding:15px 0 0;
}
h3{
	color: #444;
	font-size: 400%;
	font-size: 5.8vw;
	padding-top: 15px;
}
h5{
	font-size: 300%;
	color: springgreen;
}
	h1>span,h5>span{
		color:#fff;
	}
	h1>b,h5>b{
		color: #444;
	}



p{
	line-height: 1.25;
	padding: 0 5px 15px;
}

.info{
	margin: 0 auto 20px;
}

a:link {
  color: white;
}

a:visited {
  color: white;
}

a:hover {
  color: white;
}

a:active {
  color: orange;
}

/*-------------------------------
 IMAGES
********************************/
.wrapper {
	background-color: #333333;
	float:left;
	height: 0;
	width:100%;
	overflow:hidden;
	position:relative;
}

.loading {
	background: #333333 url('ajax-loader.gif') center center no-repeat;
}

img {
	width:100%;
	opacity:0;
	padding:2px 2px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: opacity 500ms ease-in-out 100ms;
    -moz-transition: opacity 500ms ease-in-out 100ms;
    -o-transition: opacity 500ms ease-in-out 100ms;
    transition: opacity 500ms ease-in-out 100ms;
}

iframe {
	padding:2px 2px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: opacity 500ms ease-in-out 100ms;
    -moz-transition: opacity 500ms ease-in-out 100ms;
    -o-transition: opacity 500ms ease-in-out 100ms;
    transition: opacity 500ms ease-in-out 100ms;
}

img.b-loaded {
	opacity:1;
	width:auto;
}

.ratio_big-img {
	padding-bottom:66.7%;
}

.ratio_big-b-img {
	padding-bottom:120%;
}

.ratio_small-img {
	padding-bottom:32.61%;
	width:50%;
}

/*-------------------------------
 MEDIA QUERIES
********************************/

.container{
height:500px;
overflow:scroll;
}

@media (max-width: 660px) {
	h1{
		font-size: 420%;
	}
}
