.nav-mobile {
	display:none;
	cursor:pointer;
	position:absolute;
	top: 8px;
	left: 8px;
	background: url(design/nav-responsive.png) no-repeat center center;
	background-size: contain;
	height:35px;
	width:35px;
}
/* Mobile navigation, clickable area for revealing <ul> */
.nav-click {
	position:absolute;
	top:0;
	right:0;
	display:none;
	border-left:1px solid #8B2870;
	height:49px;
	width:50px;
	cursor:pointer;
}
.nav-click i {
	display:block;
	height:48px;
	width:48px;
	background:url(design/nav-drop-responsive.svg) no-repeat center center;
	background-size:20px;
}
.nav-click:hover {
	background-color:#6E1656;
}
.nav-rotate {
	-webkit-transform:rotate(180deg);
	-moz-transform:rotate(180deg);
	-ms-transform:rotate(180deg);
	-o-transform:rotate(180deg);
	transform:rotate(180deg);
}

@media screen and (max-width:1000px) {
	.logo-hold{
		width: 100%;
	}
}
@media screen and (max-width:980px) {
	.site-width {
	    width: 100%;
	}
	#cA,
	#cB{
		float: none;
	}
	#cA .Right,
	#cA .Left {
	    width: 48%;
	}
	#cB{
		padding: 0;
	}
	#cA, #cA .Horizontal {
	    width: 430px;
    	float: left;
	}
	#cB, #cB .Horizontal {
	    width: 298px;
    	float: right;
	}

	.galim,
	.BOSFinadayintro img{
		display: block;
		width: 100%!important;
		height: auto;
	}
	#Box9103 iframe,
	#Box9095 iframe,
	#Box9104 iframe{
		display: block!important;
		margin: 0 auto;
	}
	#Box9095 iframe{
		width: 100%;
	}

	.nav-mobile {
		display:block;
	}
	#mainMenu .sSections{
		display: none;
		margin: 50px 0 0 0;
	}
	#mainMenu .sSections a{
		display: block;
		border-right: none;
	}
}

@media screen and (max-width:767px) {
	#cA, #cA .Horizontal {
	    width: 100%;
	}
	#cB, #cB .Horizontal {
	    width: 100%;
	}
}

@media screen and (max-width:680px) {
	.random-articles-search-top,
	#leaderboard .box-728x90{
		display: none;
	}
}

