img{
	max-width:100%;
	float:left;
}
/* ------------------------------------------------------------------------------------
--  SUBMENU (JS)
------------------------------------------------------------------------------------ */
ul.child-menu{
	position: absolute;
	display: none;
	list-style: none;
	padding:10px 0;
	background:#141414;
	top:-5px;
	width:200px;
	z-index:1;
	margin:40px 0 0 0;
	padding-bottom:10px;
}
ul.child-menu li {
	float: none;
	margin-left:0;
}
ul.child-menu a{
	float:left;
	width:176px;
	display:inline-block;
	text-decoration:none;
	color:#bcbcbc;
	font-size:1em;
	text-transform:uppercase;
	background:#141414;
	margin-bottom:5px;
	padding-bottom:5px;
	border-bottom:none;
	-moz-box-shadow: none;	
	-webkit-box-shadow: none;
	-o-box-shadow: none;
	-khtml-box-shadow: none;
	-ms-box-shadow: none;
	box-shadow: none;
	padding: none;
}
ul.child-menu a:hover{
	color:#910101;
}
/* ------------------------------------------------------------------------------------
--  SUBMENU (CSS)
------------------------------------------------------------------------------------ */
ul.small-menu{
	float: left;
	padding: 10px 0;
	position: absolute;
	top:-5px;
	z-index:1;
	display: none; /*--Hide by default--*/
	width:200px;
	background:#141414;
	margin:40px 0 0 0;
	list-style:none;
}
ul.small-menu li{
	float: none;
	margin-left:0;	
}
ul.small-menu a{
	float:left;
	width:176px;
	display:inline-block;
	text-decoration:none;
	color:#bcbcbc;
	font-size:1em;
	text-transform:uppercase;
	background:#141414;
	margin-bottom:5px;
	padding-bottom:5px;
	border-bottom:none;
	-moz-box-shadow: none;	
	-webkit-box-shadow: none;
	-o-box-shadow: none;
	-khtml-box-shadow: none;
	-ms-box-shadow: none;
	box-shadow: none;
	padding: none;
}
ul.small-menu a:hover{
	color:#910101;
}
/* ------------------------------------------------------------------------------------
--  MAIN CONTENT (BLOCK2)
------------------------------------------------------------------------------------ */
#mainpic{
	width:100%;
}
/* ------------------------------------------------------------------------------------
--  MAIN CONTENT (BLOCK3)
------------------------------------------------------------------------------------ */
.black{
	background:#1a1a1a;
	border-top:1px solid #1f1f1f;
	padding:2em 0;
	width:100%;
	float:left;
}
.text{
	float:left;
	margin-right:3%;
	width:82%;
}
p.large{
	font-size:1.9em;
	color:#fafafa;
	text-shadow:0 1px 1px #555;
	font-family:'Abel', sans-serif;
}
.buttonplace{
	float:right;
	width:15%;	
}
a.but{
	background:#a80000;
	border:1px solid rgba(255,255,255,0.3);
	-moz-box-shadow:0 2px 6px #000;
	-webkit-box-shadow:0 2px 6px #000;
	-o-box-shadow:0 2px 6px #000;
	-ktml-box-shadow:0 2px 6px #000;
	-ms-box-shadow:0 2px 6px #000;
	box-shadow:0 2px 6px #000;
	display:block;
	padding:0.5em 0;
	text-align:center;
	color:#f0f0f0;
	text-shadow: 0 1px 2px #555;
	font-size:1.2em;
	line-height:1.5em;
	text-transform:uppercase;
	font-weight:600;
}
a.but:hover{
	background:#910101;
}
a.hidden{
	display:none;
}
/* ------------------------------------------------------------------------------------
--  MAIN CONTENT (BLOCK4)
------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------
--  MAIN CONTENT LEFTSIDE
------------------------------------------------------------------------------------ */
.leftside{
	float:left;
	width:66.6666%; /*rule of thirds 1023.9989px 100% is equal to 1536px width of inner-wrap*/
	margin:40px 0;
}
.leftside section{
	float:left;
	width:100%;/*1023.9989px*/
	margin: 0 0 40px 0;
}
.leftside section.last{
	margin-bottom:0;
}
.leftside article{
	overflow:hidden;
	margin-bottom:40px;
}
.leftside figure{
	padding:10px;
	background:#f0f0f0;
	margin:0 20px 20px 0;
	float:left;
}
/* ------------------------------------------------------------------------------------
--  MAIN CONTENT RIGHTSIDE
------------------------------------------------------------------------------------ */
.rightside{
	float:right;
	width:30.3334%; /*rule of thirds 512.0010px 100% is equal to 1536px width of inner-wrap*/
	margin: 40px 0 40px 3%;/*46.08px*/
}
.rightside section{
	float:left;
	width:100%;
	margin: 0 0 40px 0;
}
.video-holder{
	float:left;
	width:100%;
	background:black;
}
.video-container {
	position: relative;
	padding-bottom: 70%;
	height: 0;
	overflow: hidden;
}
.video-container iframe,  
.video-container object,  
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.rightside .news{
	float:left;
	width:100%;
	margin:0;	
}
.news p{
	background:#e6e6e6;
	border:1px solid #ddd;
	font-size:0.9em;
	padding:4%;
	width:92%;
	float:left;
}
.news a.readmore{
    margin-bottom:20px;
}
.news a.last{
	margin-bottom:0;
}
