/*For Mobile*/

@media only screen and (max-width:760px) {

/*img {max-width:100%; height:auto;}*/

body {padding:0;}

	

/* 	-----------------------------------------------------

	-------------------- Header Styles ------------------

	----------------------------------------------------- */

	.header-section {position:inherit; top:auto; left:auto;}
    /*.singlePage .header-section {min-height:inherit; }
	.singlePage {
    padding-top: 0px;
}*/
	.header-section nav {padding:10px;}	

	.header-section header {min-height:30px; padding:15px;}

	.header-section section {min-height:30px; padding-bottom:10px;}

	.header-section section [class*="col-"] {padding:5px 15px;}

	.header-section section h3 {font-size:16px; padding:10px 0;}

	.header-section section input[type="text"] {padding:5px 10px 5px 30px; height:30px; background-size:30px 30px; font-size:14px; line-height:18px;}

	.header-section section select {padding:5px 30px 5px 10px; height:30px; background-size:30px 30px; font-size:14px; line-height:18px;}

	.header-section section input[type="submit"] {height:30px; font-size:14px; line-height:28px;}

	

	

/* 	-----------------------------------------------------

	------------------- Content Styles ------------------

	----------------------------------------------------- */

	.content-section {padding:0;}

	.content-section [class*="col-"] {padding:15px;}

	.content-section section {padding:0;}

	.content-section section h1 {font-size:24px; padding:5px 0;}

	.content-section section h2 {font-size:22px; padding:5px 0;}

	.content-section section h3 {font-size:20px; padding:5px 0;}

	.content-section section h4 {font-size:18px; padding:5px 0;}

	.content-section section h5 {font-size:16px; padding:5px 0;}

	.content-section section h6 {font-size:15px; padding:5px 0;}

	.content-section section p {font-size:13px; padding:5px 0;}

	.content-section section ul {padding:5px 0;}



	.content-section .ad-box {padding:15px 0;}

	

	#leftsidebar.sticky {float:none; position:inherit; top:auto !important; z-index:6; left:auto !important;}

	#rightsidebar.sticky {float:none; position:inherit; top:auto !important; z-index:6; right:auto !important;}

	

/* 	-----------------------------------------------------

	-------------------- Footer Styles ------------------

	----------------------------------------------------- */

	.footer-section {padding:15px; font-size:13px;}





}

/*For Midium Mobile*/

@media only screen and (min-width:480px) and (max-width:760px){

	

}

/*For Tablet*/

@media only screen and (min-width:760px) and (max-width:1000px) {

img {max-width:100%; height:auto;}



/* 	-----------------------------------------------------

	-------------------- Header Styles ------------------

	----------------------------------------------------- */

	.header-section {}

	

	

/* 	-----------------------------------------------------

	------------------- Content Styles ------------------

	----------------------------------------------------- */

	.content-section {}

	#leftsidebar.sticky {width:192px; text-align:center; left:0;}

	#rightsidebar.sticky {width:192px; text-align:center; right:0;}

	

/* 	-----------------------------------------------------

	-------------------- Footer Styles ------------------

	----------------------------------------------------- */

	.footer-section {}

	

	

}

@media only screen and (min-width:1001px) and (max-width:1100px) {

	#leftsidebar.sticky {width:256px; text-align:center; left:0;}

	#rightsidebar.sticky {width:256px; text-align:center; right:0;}

	

}
@media only screen and (max-width:560px) {
	#content .ad-box.clearfix {
	left: 0%;
	margin-left: 0px;
	width: 100%;
	}
	
	header img {
	    max-width:300px;
	}
	
	
	
	}