header#site-header h1 {
    height: 62px;
    width: 310px;
    margin: 0;
    top: 48px;
    left: 40px;
    background-repeat:no-repeat;
    background-size: 310px 62px;
}
.site-title a {
    display: block;
    height: 62px;
    width: 310px;
}
/* -- Main Menu -------------------------------------------------------------------------------------------------------------- */
header#site-header li .sub-menu{
	width :100% !important;
	left: 0;
}
header#site-header li .sub-menu li{
	width: 100% !important;
}
header#site-header nav ul li a {
	padding: 0 8px;
}
/* -- Page -------------------------------------------------------------------------------------------------------------- */
#page{
	width: 100%;
}
/* -- Content + Main -------------------------------------------------------------------------------------------------------------- */
#content{
	padding: 1.8em 1.5em;
}
.site-main{
	width: 75%;
	float: left;
}
img{
	height: auto !important;
}
.col2, section .col2:nth-child(odd) {
	height: auto;
	width: 100%;
	float: none;
}
.col2:nth-child(odd),
section .col2:nth-child(even) {
    margin:0 0 1.2em 0; padding:0;
}
article.item-1 {
    clear: none;
    padding: 0;
}
@media screen and (max-width: 996px){ .site-main{ width: 73%; } }
@media screen and (max-width: 946px){ .site-main{ width: 72%; } }
@media screen and (max-width: 896px){ .site-main{ width: 70%; } }
@media screen and (max-width: 846px){ .site-main{ width: 68%; } }
@media screen and (max-width: 799px){ .site-main{ width: 60%; } }

/* -- Sidebar -------------------------------------------------------------------------------------------------------------- */
@media screen and (max-width: 799px){
	#sidebar{
		width: 218px;
	}
	#sidebar .advert{
		margin: 0 auto;
		/*float: none;*/
	}

	#sidebar .main {
	/*float:none;*/
	}
}

@media screen and (max-width: 900px){
	iframe {
		height:280px !important;
	}
}

/* -- Listings -------------------------------------------------------------------------------------------------------------- */
/*article.col2{
	float: left;
	width: 336px;
}*/

/* -- Main Menu -------------------------------------------------------------------------------------------------------------- */
header#site-header nav{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	width: 90%;
	height: 100%;
	margin: 0;
	margin-left:-90%;
	background: #515a65;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
header#site-header .toggle {
	display: block;
}
header#site-header .toggle button {
	width: 32px;
	height: 32px;
	background: #515a65 url(../img/mobile-icon-menu.png) no-repeat center center;
	display: block;
	cursor: pointer;
	position: absolute;
	right: -30px;
	top: 25px;
	border: none;
	text-indent: -999px;
	overflow: hidden;
	padding: 18px;
	-webkit-border-radius: 0 10px 10px 0;
	-moz-border-radius: 0 10px 10px 0;
	border-radius: 0 10px 10px 0;
}
header#site-header .toggle button:focus{
	outline: none;
}
header#site-header nav.open {
	margin-left: 0;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
header#site-header nav:before {
	content: "Menu";
	display: block;
	font-size: 1.5em;
	padding: 1em 0.7em;
	text-align: left;
}
header#site-header nav li {
	width: 100%;
	border: none;
}

header#site-header nav ul li {
    height:auto;
}

header#site-header nav li a{
	border-bottom: #3a4149 solid 1px;
	border-top: #6b7582 solid 1px;
	display: block;
	padding: 0.8em 1em;
	text-align: left;
	font-weight: normal;
	font-style: normal;
	background: #515a65;
}
header#site-header nav li .sub-menu {
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
    top:auto;

}
header#site-header li .sub-menu li,
header#site-header .team-nav .sub-menu,
header#site-header .team-nav .sub-menu li {
	width: 100%;
	display: block;
}
header#site-header li .sub-menu li a{
	border-bottom: #3a4149 solid 1px;
	border-top: #6b7582 solid 1px;
	display: block;
	padding:0 0 0 2em;
	text-align: left;
	font-weight: normal;
	font-style: normal;
	background: #515a65;
	text-indent: 15px;
	width:100%;
}

header#site-header nav li .sub-menu li a:before{
	content: "» ";
}
header#site-header nav li .sub-menu li a:hover{
	background: #bd6c06;
	text-decoration: none;
}
