@media (max-width: 1340px)
{
    .top-menu, .logo{
        display: none;
    }
    .mobile-header{
        display: block;
    }
    
    .wrapper{
        width: auto;
        padding: 0 7px;
    }
    .wrapper-content{
        width: 100%;
        max-width: 1024px;                
    }
    
    .left-side{
        width: 60.6%;
    }
    .right-side{
        width: 30.2%;
    }
    .social{
        width: 32.5%;
    }
    
    .fullwidth{
        width: auto;
        float: none;
    }
}

@media (max-width: 1200px)
{
    .social-left{
        display: none !important;
    }
}

@media (max-width: 725px)
{
    .wrapper{
        width: auto;
        padding: 0 5px;
    }
    .left-side{
        float: none;
        width: auto;
        margin-left: 12px;
        margin-right: 12px;
    }
    
    .right-side{
        width: 300px;
        float: left;
        margin-right: 0;
        margin-left: 12px;
    }
    
    
    /*.facebook-big-share{
        width: 300px;
        height: 66px;
        background-size: 600px 66px;
    }
    .facebook-big-share:hover{
        background-position: -300px 0;
    }*/
    
    .home-banner{
        margin: 12px;
    }
    
}

@media (max-width: 480px)
{
    .item .title{
        font-size: 24px;
    }
    .right-side{
        width: 93%;
    }
    
    .social-buttons-container-mobile{
        display:inline-block;
    }
    .custom-page-link a{
        width: 120px;
    }
    
    .facebook-big-share, .pinterest-big-share{
        background: url(images/rsz_facebook-256.png) no-repeat 24% center  #3b5998;
        font-size:28px;
        height:40px;
        -webkit-background-size: contain;
        -moz-background-size: contain;
        -o-background-size: contain;
        background-size: contain;
        transition: none;
    }


    .mobilebtns {
    	display: block;
    	margin: 0 0 0px 0;
    	float:right;
		padding: 0px;
		color: #fff;
		text-align: center;
    }

    .newsletter input[type="email"]{
        width: 95%;
    }
    
	.sidebarbtns {
		display: none;
	}
	.custom-page-link{
		margin: 0 5px;
		padding: 10px 0;
		text-align: center;
	}
	.custom-page-link a{
		background: #58595b;
		display: inline-block;
		line-height: 44px;    
		height: 44px;    
		font-size: 20px;
		text-decoration:  none;
		color: #fff;
		border: 3px solid #121212;   
		text-align: center;
		width: 90px;
		border-radius: 3px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
	}

	.custom-page-link a:hover{
		background: #ee4137;
	}     

}

@media (max-width: 360px)
{
    .mobile-logo img{
        max-width: 200px;
    }
    .mobilebtns {
    	display: block;
    	float:right;
    	margin: 0 0 20px 0;
		padding: 20px;
		color: #fff;
		text-align: center;
    }    
    .newsletter input[type="email"]{
        width: 95%;
    }
	.sidebarbtns {
		display: none;
	}
	.custom-page-link{
		margin: 0 5px;
		padding: 10px 0;
		text-align: center;
	}
	.custom-page-link a{
		background: #58595b;
		display: inline-block;
		line-height: 44px;    
		height: 44px;    
		font-size: 20px;
		text-decoration:  none;
		color: #fff;
		border: 3px solid #121212;   
		text-align: center;
		width: 90px;
		border-radius: 3px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
	}

	.custom-page-link a:hover{
		background: #ee4137;
	}
    
}