/*
 Table Of Contents
 1.) Media Query for Handheld Devices
 2.) Media Query for Tablet
 3.) Media Query for mobile
 ===============================================*/
/*
 1.) Media Query for Handheld Devices
 ===============================*/

@media only screen and (max-width : 1199px)
{
	#wrapper
	{
		background: none;
	}
	.main-header
	{
		padding: 45px 18.5% 4px 2%;
	}
	.logo 
	{
    	right: 10px;
    	top: -13px;
	}
	.smile-club 
	{
    	width: 34%;
	}
	.social-links
	{
		width: 29%;
	}
	.main-side-wrapper
	{
		width: 26.4%;
	}
	.whats-up strong
	{
		font-size: 15px;
		margin-bottom: 0;
	}
	.whats-up span
	{
		font-size: 16px;
		margin-bottom: 0;
	}
	.whats-up p
	{
		 font-size: 12px;
	}
	.news-one
	{
		width: 67%;
	}
	.hard-working-wrapper
	{
		padding: 13px 10px 10px 44%;
	}
}


/*
 2.) Media Query for Tablet
 ===============================*/
@media only screen and (max-width : 1023px) {

	
	.news-one{
		
		width:80% !important;
	}
	.navigation ul li
	{
		margin: 0 6px;
	}
	.logo
	{
		right: 10px;
    top: -6px;	
    width:15%;
	}
	h1
	{
		font-size: 29px;
   		line-height: 40px;
	}
	.smile-club
	{
		width: 31%;
	}
	.smile-club h1 {
    font-size: 35px;
    
}
.smile-club h2 {
    font-size:17px;
    
}
	.smile-club strong {
    font-size: 17px;
    line-height: 20px;
}
.smile-club::after
{
	height: 56px;
}
.own-bathroon
{
	margin-top: 15px;
}
.own-bathroon span
{
	font-size: 19px;
    line-height: 24px;
}
.social-links {
	 margin-top: 40px;
    width: 34%;
}
.green-section
{
	padding: 10px 17% 10px 1%;
}
.green-content
{
	width: 67%;
}
.main-news
{
	width: 100%;
	float: none;
}
.main-side-wrapper
{
	width:auto;
	float: none;
	overflow: hidden;
}
.whats-app-wrapper
{
	float: right;
	width: 50%;
	 margin-top: 26px;
}
.hard-working-wrapper
{
	float: right;
	width: 50%;
	 padding: 10px 10px 10px 20%;
	  margin-top: 42px;
}
.hard-head
{
	 bottom: 39px;
}
.hard-working-wrapper figure
{
	top: auto;
	bottom: -40px;
}
.sub-news-inner
{
	width: 65%;

}
.sub-news-inner.mobile-view
{
	margin-left: 0%;
	
}

.sub-news-inner.mobile-view:nth-child(odd)
{
	padding-left: 10px;
	
}
.sub-news-inner.mobile-view:nth-child(even)
{
	padding-right: 10px;

	
}

.call-us small
{
	font-size: 12px;
}
}

@media only screen and (max-width : 1150px) {
	.news-one
		{
			width: 63%;
			
		}
}

@media only screen and (max-width : 859px) {
	.contactForm{
	width:65%;
}
	q{
		width:35%;
	}
	.news-one{
		
		width:75% !important;
	}
	.green-section {
  	  padding: 10px 4% 10px 1%;
	}

	.smile-club h1 {
    font-size: 30px;
    
}
.smile-club h2 {
    font-size:15px;
    
}
}

/*
 3.) Media Query for mobile
 ===============================*/
@media only screen and (max-width : 767px)
{

	.contactForm{
	width:75%;
}
.own-bathroon{
	margin-top:0;
}
body
{
	position: relative;
}
	q{
		width:35%;
	}

.extra-ads
{
	width: 100%;
	overflow: hidden;
	padding-top:18px;
	padding-right: 18px;
	
	margin-right:0;


}

.ads1 {
    display:none;
}

.ads2 {
    display:block;
}

.youtube-wrapper
{
	float: right;
	margin-left: 10px;
}
.ad-space
{
	float: left;
}
.navigation ul li:hover ul
{
	none;
}

.main-header
{
	  padding: 10px 37.5% 4px 2%;
}
.logo {
   right: 41px;
    top: 2px;
    width: 18%;
}
.smile-club {
    width: 76%;
}
.smile-club::after
{
	display: none;
}
.own-bathroon
{
	 width: 55%;
	 padding-right: 0;
}
.social-links
{
	width: 83.4%;
	float:right;
	 margin-top: 10px;
}
.social-links li
{
	float: none;
	display: inline-block;
}

.green-content
{
	width:100%;
}
.search-bar
{
	width: 180px;
	margin: 0 auto;
	float: none;
	position: absolute;
	left: 0;
	right: 0;
	top:3px;
}
.red-section
{
	width: 100%;
	overflow: hidden;
}
.main-news-inner-left
{
	width: 100%;
	border-bottom: 11px solid #000000;
}
.whats-app-wrapper
{
	margin-top: 0;
}
.sub-news-inner
{
	width: 100%;
}
.news-one-wrapper figure
{
	width: auto;
}
.news-one
{
	width: 70% !important;
}

.youtube-wrapper,.ad-space
{
	width: 371px;
	margin: 10px auto;
	float: none;
}
.call-us,.photo-gallery,.last-tweets,.whats-app-wrapper,.hard-working-wrapper
{
	width: 100%;
	float: none;
}
.fa.fa-bars
{
	display: inline-block;
	font-size: 24px;
	color: #ffffff;
}
.navigation ul li
{
	display: block;
}
.navigation ul li a
{
	display: block;
}
#wrapper
{
	position: relative;
	right: 0px;
	
	-webkit-transition: all 0.5s ease  0s;
	-moz-transition: all 0.5s ease  0s;
	-ms-transition: all 0.5s ease  0s;
	-o-transition: all 0.5s ease  0s;
	transition: all 0.5s ease  0s;
		
}
.navigation
{
	background: rgb(36, 27, 58);
	width: 100%;
	  overflow: hidden;
	position: static;
	right:0;
	top: 0;
	max-height:0;
	padding-top: 40px;
	-webkit-transition: all 0.5s ease  0s;
	-moz-transition: all 0.5s ease  0s;
	-ms-transition: all 0.5s ease  0s;
	-o-transition: all 0.5s ease  0s;
	transition: all 0.5s ease  0s;
}

.fa.fa-bars
{
	position: absolute;
	right:10px;
	top:7px;
	 z-index: 3;
}
.main-menu 
{
	max-height: 1000px;
	-webkit-transition: all 0.5s ease  0s;
	-moz-transition: all 0.5s ease  0s;
	-ms-transition: all 0.5s ease  0s;
	-o-transition: all 0.5s ease  0s;
	transition: all 0.5s ease  0s;
}
.main-news-inner-right
{
	width: 100%;
	background: #000000;
}
.main-news-inner-right li
{
	float: left !important;
	width: 34% !important;
	margin-right: 0 !important;
}

.news-items-smaller
{
	border-bottom: 0;
	border-right:  11px solid #000000;
}
#carousel li.news-items-smaller:last-child
{
	
	border-right: 0;
}
.main-news-inner-right li:last-child
{
	width:32% !important;
}
.call-us
{
	margin-bottom: 15px;
}
.news-items-bigger figcaption
{
	padding: 10px;
}
.news-items-bigger figcaption strong
{
	font-size: 15px;
}
.news-items-bigger figcaption p
{
	 font-size: 12px;
}
.news-items-smaller figcaption
{
	font-size: 10px;
}
.navigation ul li ul
{
	display: block;
	position: static;
	overflow:hidden;
    height:0;
    
    width: 100%;
    -webkit-transition: all 0.5s ease 0s;
	 -moz-transition: all 0.5s ease 0s;
	 -ms-transition: all 0.5s ease 0s;
	 -o-transition: all 0.5s ease 0s;
	 transition: all 0.5s ease 0s;
}

.navigation ul li ul.open-submenu
{
	 height:100px;
	  
	 -webkit-transition: all 0.5s ease 0s;
	 -moz-transition: all 0.5s ease 0s;
	 -ms-transition: all 0.5s ease 0s;
	 -o-transition: all 0.5s ease 0s;
	 transition: all 0.5s ease 0s;
}
.navigation ul li ul li a
{
	text-align: center;
}

.fa.fa-angle-down
{
	  color: #ffffff;
    font-size: 23px;
    left: 20px;
    position: absolute;
    top: 10px;
    display: inline-block;
}
.green-content .marquee

{
	height: 30px;
}
.photo-gallery
{
	margin-bottom: 20px;
}
}


@media only screen and (max-width : 599px){
#advanced fieldset{
	margin-right:0;
	height:auto;
	width: 100%;
	
}

.bookImage{
	width:100%;
}

.bookDetails{
	width:100%;

}

}

@media only screen and (max-width : 499px){
	.img_left,.img_right{
		width:100% important;
		float:none;
		margin:5px auto !important;
	}
	.artcFigure{
		width:100% important;
	
	}
	.poll_page{
	width:100%;

}
#thePlayer_wrapper {
	width:320px;
	height: 180px;
}

.search-form-wrapper{
	width:100%;
	}
	.search-form-wrapper li{
	float:none;
	text-align:center;
	}
}

@media only screen and (max-width : 320px){
#thePlayer_wrapper {
	width:280px;
	height: 157px;
}
}

@media only screen and (max-width : 479px){
	.artc_poll{
	margin:0 0 10px 0;
	float: none;
		width: 100%;
}
	.contactForm{
	width:90%;
}
	q{
		width:100%;
	}
	.artc_rows p {
	display:none;
}
.extra-ads
{
	width: 100%;
}
.news-one
{
	width: 67%;
}
.main-header
{
	padding: 10px 15.5% 4px 2%;
}
.logo
{
	display: none;
}
.smile-club
{
	width: 100%;
}
.own-bathroon
{
	width: 100%;
}
.youtube-wrapper, .ad-space
{
	width: 96%;
}

.news-items-bigger figcaption p
{
	display: none;
}
.news-items-smaller figcaption
{
	display: none;
}
.hard-working-wrapper figure
{
	display: none;
}
.hard-working-wrapper
{
	padding: 10px;
}

.whats-up p
{
	font-size: 14px;
}
.hard-working-wrapper
{
	margin-top: 10px;
}
.youtube-wrapper,.ad-space
{
	width: 85%;
	
}
.news-one
{
	width: 65% !important;
}
}

@media only screen and (max-width : 624px)
{
	.logo
	{
		width: 24%;
	}
	.imageContainer{
		width:100% !important;
	}
	.artc-lists{
		display:none;
	}
	.artc_rows,.artc_rows2{
		width:100%;
		float:none;
	}
.writer_show_box {
	text-align:center;
}
	.writer_show_box figure {
		float:none;

	}
	.writer_show_box ul{
		float:none;
	}
}
@media only screen and (min-width : 767px){
	

	.navigation ul li:hover ul
	{
		display: block;
		
	}

}