@media screen and (max-width: 1002px){

    body {
        overflow-x: hidden;
    }
	#top-menu {
		max-width: 597px;
		}

	#leader-wrapper {
		padding: 5px 0;
		}

	#leaderboard {
		padding: 0 10px;
		width: 748px;
		height: auto;
		}

	#leader-left {
		width: 748px;
		}

	#leader-right,
	#wallpaper,
	.ticker-heading,
    #ticker,
	.ticker-date,
	.middle-160,
	#bottom-widget,
	.related-image,
	#social-box-vert,
    .search-wrapper,
	.breadcrumb,
    .topadd,
    nav,
    footer,
    nav *,
    .bottomAdd,
    .scrollup,
	.home-right-category {
		display: none !important;
        visibility: hidden;
    }
    nav {
        top: -10000px !important;
    }
    div.logo {
        width: 100%;
        padding: 10px;
        width: -webkit-calc(100% - 20px);
        width: -moz-calc(100% - 20px);
        width: calc(100% - 20px);
    }
    div.logo > img {
        display: none;
    }

    header {
        padding-top: 52px;
    }

    #mobile-wrapper {
        display: block;
        width:100%;
        position:fixed;
        top:0;
        padding: 0 !important;
        left: 0;
        height:52px;
        min-height:50px;
        background-color: #262626;
        box-shadow:0 1px 4px rgba(0,0,0,.5);
        -webkit-box-shadow:0 1px 4px rgba(0,0,0,.5);
        z-index:10000;
        -webkit-backface-visibility:hidden;
        -moz-backface-visibility:hidden;
        -ms-backface-visibility:hidden;
        -o-backface-visibility:hidden;
        backface-visibility:hidden;
        -webkit-transform:translate3d(0,0,0);
        -moz-transform:translate3d(0,0,0);
        -ms-transform:translate3d(0,0,0);
        -o-transform:translate3d(0,0,0);
        transform:translate3d(0,0,0);
        text-align: center;
    }
    .mobile-menu {
        position: fixed;
        overflow-y: auto;
        overflow-x: hidden !important;
        top: 0;
        left: 0;
        height: 100%;
        padding-bottom: 100%;
        width: 270px;
        z-index: 1;
        background-color: #262626;
        padding-top: 0;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        -o-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-transform: translate3d(-100%,0,0);
        -moz-transform: translate3d(-100%,0,0);
        -ms-transform: translate3d(-100%,0,0);
        -o-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0);
        -webkit-transition: -webkit-transform 400ms ease;
        -moz-transition: -moz-transform 400ms ease;
        -o-transition: -ms-transform 400ms ease;
        transition: transform 400ms ease;
        -webkit-box-shadow: inset -15px 0 15px -8px rgba(0,0,0,.5);
        -moz-box-shadow: inset -1.5em 0 1.5em -.75em rgba(0,0,0,.5);
        box-shadow: inset -1.5em 0 1.5em -.75em rgba(0,0,0,.5);
    }
    .mobile-menu.open {
        -webkit-transform: translate3d(0,0,0) scale3d(1,1,1);
        -moz-transform: translate3d(0,0,0) scale3d(1,1,1);
        -ms-transform: translate3d(0,0,0) scale3d(1,1,1);
        -o-transform: translate3d(0,0,0) scale3d(1,1,1);
        transform: translate3d(0,0,0) scale3d(1,1,1);
        overflow-y: scroll !important;
        overflow-x: hidden !important;
        z-index: 10000;
    }
    #menufication-btn {
        position: absolute;
        margin: 11px 0 0 10px;
        border-radius: 2px;
        height: 30px;
        width: 60px;
        cursor: pointer;
        -webkit-tap-highlight-color: rgba(255,255,255,0);
        tap-highlight-color: rgba(255,255,255,0);
        outline: 0;
    }
    #menufication-btn:before {
        border-bottom: 11px double #C9C9C9;
        border-top: 4px solid #C9C9C9;
        content: "";
        position: absolute;
        height: 3px;
        left: 5px;
        top: 6px;
        width: 23px;
    }
    #menufication-top p {
        margin: 0 0 0 37px;
        padding-top: 6px;
        color: #C9C9C9;
    }
    #mobile-wrapper ul {
        display: none;
    }
    .mobile-menu ul {
        margin: 60px 0 0 0;
        list-style: none;
    }
    .mobile-menu ul li {
        padding: 13px 0 13px 15px;
        list-style: none;
        position: relative;
        border-bottom: 1px solid #111;
        border-top: 1px solid #333;
        line-height: 1!important;
    }
    .mobile-menu ul li:first-child {
        border-top: 0;
    }
    .mobile-menu ul #searchform {
        float: none;
        width: 100%;
        position: static;
    }
    .mobile-menu ul #searchform input[type=text] {
        border-radius: 2px;
        border: 0;
        color: #C9C9C9;
        font-size: 15px;
        padding: 7px 10px;
        width: 90%;
        width: -webkit-calc(100% - 35px);
        width: -moz-calc(100% - 35px);
        width: calc(100% - 35px);
        background: #353535;
        height: auto;
        float: none;
    }
    .mobile-menu ul li a {
        color: #ccc;
        text-shadow: 0 1px 0 #000;
        text-decoration: none;
        -webkit-font-smoothing: antialiased!important;
        -moz-font-smoothing: antialiased!important;
        -ms-font-smoothing: antialiased!important;
        -o-font-smoothing: antialiased!important;
        font-smoothing: antialiased!important;
    }
    section {
        width: 100%;
        overflow-x: hidden;
    }

    section .helper {
        width: 100%;
        padding: 0;
        overflow-x: hidden;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
    }
    .homeParagraph1 {
        background: #fff;
        border: 0;
        float: none;
        margin-right: 0;
        padding: 0 10px;
        position: relative;
        width: 100%;
        text-align: center;
        width: -webkit-calc(100% - 20px);
        width: -moz-calc(100% - 20px);
        width: calc(100% - 20px);
    }
    div.artType1 {
        float: none;
        width: 100%;
        height: 490px;
        overflow: hidden;
        position: relative;
    }
    div.box {
        width: 100%;
        height: 470px;
        display: none;
        overflow: hidden;
        position: absolute;
    }
    div.box span {
        position: absolute;
        bottom: 20px;
        left: 0;
        z-index: 2;
        display: block;
        background: rgba(0,0,0,0.7);
        width: -webkit-calc(100% - 20px);
        width: -moz-calc(100% - 20px);
        width: calc(100% - 20px);
        padding: 10px !important;
        text-align: center;
        /* min-height: 100px; */
    }
    div.rot {
        width: 100%;
    }
    div.artType4 div.item {
        width: -webkit-calc(100% - 20px);
        width: -moz-calc(100% - 20px);
        width: calc(100% - 20px);
        height: auto;
        padding: 10px 0;
        float: left;

    }
    div.artType4 div.item div {
        float: left;
        width: -webkit-calc(100% - 100px);
        width: -moz-calc(100% - 100px);
        width: calc(100% - 100px);
        padding-top: 2px;
        text-align: left;
    }
    .artType2 .item {
        float: none;
        width: 100%;
        /* height: 345px; */
        margin: 0 10px;
        text-align: center;
    }
    .artType2 .item img {
        display: inline-block;
        float: none;
        clear: both;
    }
    .headlines-info {
        float: none;
        font: 10px/10px helvetica, arial, sans-serif;
        margin-top: 6px;
        width: 100%;
        text-align: center;
    }
    ul.headlines-info {
        display: inline;
        float: none;
        margin-top: 0;
    }
    ul.headlines-info li {
        border: none;
        display: inline-block !important;
        float: none;
        margin: 0;
        padding: 2px 0 0 !important;
        width: auto;
    }
    ul.headlines-info li.comments-icon {
        float: none !important;
    }
    .artType3 .item {
        width: 30%;
        height: 134px;
    }
    .artType3 .item span {
        width: -webkit-calc(100% - 10px);
        width: -moz-calc(100% - 10px);
        width: calc(100% - 10px);
    }

    .homeParagraph2 {
        float: none;
        margin: 10px;
        padding-right: 0;
        width: -webkit-calc(100% - 20px);
        width: -moz-calc(100% - 20px);
        width: calc(100% - 20px);
    }
    .homeParagraph2 h3 { text-align: center }

    div.artType5 div.item {
        width: 100%;
        float: none;
        text-align: center;
    }
    div.artType5 div.item div {
        float: none;
        width: 100%;
        padding-top: 2px;
        clear: both;
    }

    .homeParagraph2 .artType3 .item {
        display: none;
    }
    div.homeParagraph3 {
        float: none;
        width: 100%;
        width: -webkit-calc(100% - 20px);
        width: -moz-calc(100% - 20px);
        width: calc(100% - 20px);
        padding: 10px;
    }
    ul.tabs {
        display: block;
        float: left;
        margin-bottom: -1px !important;
        width: 100%;
        border-bottom: 1px solid #ccc;
        height: 28px;
        padding-left: 5px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
    }
    ul.tabs li.active {
        z-index: 10;
    }
    div.homeParagraph3 div.artType4 div.item {
        width: 100%;
    }
    div.homeParagraph3 div.artType4 div.item div {
        width: -webkit-calc(100% - 100px);
        width: -moz-calc(100% - 100px);
        width: calc(100% - 100px);
    }

    .content {
        width: 100%;
        float: none;
        padding: 0 10px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
    }
    .articleSocial {
        width: 100%;
        float: left;
    }
    div.commentItem {
        width: 100%;
        padding: 20px 10px;
        float: left;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
    }
    div.commentItem > div {
        width: -webkit-calc(100% - 35px);
        width: -moz-calc(100% - 35px);
        width: calc(100% - 35px);
        float: left;
        padding-top: 8px;
    }
    .content label {
        width: 100px;
        clear: left;
        float: left;
    }
    .content form {
        float: none;
        width: 100%;
    }
    .homeParagraph3 > p {
        clear: both;
    }
    .content input[type=text],
    .content input[type=password],
    .content textarea {
        float: left;
        width: -webkit-calc(100% - 140px);
        width: -moz-calc(100% - 140px);
        width: calc(100% - 140px);
    }
    .content div.artType4 div.item {
        width: 100%;
    }
    .content div.artType4 div.item div {
        width: -webkit-calc(100% - 100px);
        width: -moz-calc(100% - 100px);
        width: calc(100% - 100px);
    }

	#top-nav,
	#main-nav,
	#inner-wrapper {
		width: 768px;
		}

	#main-nav ul {
		padding: 0 10px;
		width: 748px;
		}

	#main-nav ul li a {
		color: #fff;
		font: 700 16px/16px 'Open Sans Condensed', sans-serif;
		padding: 11px 14px;
		text-decoration: none;
		text-transform: uppercase;
		}

	#content {
		padding: 20px 10px;
		width: 748px;
		}

	#header,
	#footer-top,
	#footer-bottom {
		width: 748px;
		}

	#content-top {
        margin: 0 10px 20px 10px !important;
		width: 100%;
        width: -webkit-calc(100% - 20px);
        width: -moz-calc(100% - 20px);
        width: calc(100% - 20px);
    }

	#ticker {
		max-width: 474px;
		}

	ul.ticker-list {
		max-width: 474px;
		}

	#content-social {
		width: 402px;
		}

	#main {
		width: 433px;
		}

	#main-home {
		width: 434px;
		}

	.full {
		width: 748px !important;
		}

	#post-area,
	#post-info {
		width: 420px;
		}

	#author-info {
		width: 400px;
		}

	#author-desc {
		width: 324px;
		}

	#related-posts {
		margin: 40px 0 0;
		width: 420px;
		}

	#related-posts ul,
	#related-posts ul li {
		display: block;
		}

	#related-posts ul li {
		margin: 5px 0;
		width: 100%;
		height: auto;
		}

	.related-small {
		display: block;
		}

	#home-left {
		margin-right: 0;
		padding-right: 13px;
		}

	#home-right {
		border-right: none;
		margin-left: 14px;
		padding-right: 0;
		width: 300px;
		}

	.middle-side {
		display: block;
		}

	#social-box {
		width: 420px;
		display: inline;
		}

	.post-image {
		width: 206px;
		height: 230px;
		}

	.post-image img {
		width: 200px !important;
		height: 224px !important;
		}

	.archive-text {
		width: 298px;
		}

	#sidebar-home-wrapper {
		width: 314px;
		}

	.side-home {
		margin-left: 14px;
		}

	#footer-top-wrapper {
		padding: 20px 0;
		}

	#footer-top,
	#footer-bottom {
		padding: 10px;
		}

	#footer-nav1 ul li:last-child {
		border: 0;
		}

	#footer-nav2 ul li:first-child {
		padding-left: 0;
		}

	.nav-links {
		width: 400px;
		}

}

