@charset "utf-8";
/* CSS Document */

/*home page*/

}
@media only screen and (max-width:768px) {
	.sidebar h3{
		margin-top:30px;}
	.image_bac h2{font-size:16px; margin-top:-60px;}  
.social-media{ padding-top:0px; text-align:center; padding-right:60px;}
	
	.upper
 {
	 position:absolute;
	 top:-20px;
	 right:14px;
 }
 

  .mob-margin-top{
	//margin-top:10px!important; 
	}

 .pager li>a{
	 background:rgba(0,0,0,0);
	 }
 .image_bac {
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
    position: relative;
}
.social-media{
	padding-top:30px;}
	
	.top2{
	width:;
	margin:-10px 0px 0px 0px;
	padding:0px 0px 0px 3px;
	
	}
	
    .imag1{ height:180px; width:100%;}

    .mobile-tab{ display:block;}
	
	.desctop{ display:none;}
	
	.banner-containt{ font-size:12px;}
	.top3{
	width:;
	margin:0px;
	padding:0px 0px 2px 2px;
	}
	
	figure.effect-goliath:hover img {
									-webkit-transform: translate3d(0,-60px,0);
									transform: translate3d(0,-60px,0);
									  }

  .top4{
	width:;
	margin:3px 0px 0px 0px;
	padding:0px 0px 3px 3px;
	}
	
	
 .top5 {
    width: ;
   margin:-3px 0px 0px 0px;
	padding:0px 0px 3px 0px;
}

.top6{ margin-top:-3px;}


.home-remedies{ margin-top:10px}

 .finance-list{
	          margin-top:0px;
	             }	   
.img2{ margin-top:13px; margin-left:0px;}

.img1{ margin-top:13px; margin-right:4px;}

.movie-date{ padding-right:20px;}

.col-n{
	margin:0px;
	padding:1px 2px 0px 2px;
	margin-bottom:-10px;
	
	}
	
	grid figure img{
		 margin-top:2px;
		max-width: 100%;
	}
	
	
	.grid figure {
	height:231px;
	margin-top:0px;
	
}

 .img1 h2{ padding-top:10px; font-size:20px;}
 
figure.effect-apollo:hover figcaption::before {
	-webkit-transform: scale3d(2,1.8,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
	transform: scale3d(2,1.8,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
}

figure.effect-apollo figcaption::before {
	-webkit-transform: scale3d(2,1.8,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
	transform: scale3d(2,1.8,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
}
 /*-----------------*/
/***** Goliath *****/
/*-----------------*/



figure.effect-goliath {
	background:#202020;
}

figure.effect-goliath img,
figure.effect-goliath h2 {
	-webkit-transition: -webkit-transform 0.20s;
	transition: transform 0.20s;
}

figure.effect-goliath img {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

figure.effect-goliath h2,
figure.effect-goliath .banner-containt {
	position: absolute;
	bottom: 0;
	left: 0;
	padding:8px;
}

.text-colr{ color:#5bbc2e; padding-left:2px;}

figure.effect-goliath .banner-containt{ top:179px; right:0px; text-align:justify;}


figure.effect-goliath h2{top:110px;}

figure.effect-goliath .banner-containt {
	text-transform: none;
	font-size: 90%;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,50px,0);
	transform: translate3d(0,50px,0);
}


figure.effect-goliath:hover h2 {
	-webkit-transform: translate3d(0,-80px,0);
	transform: translate3d(0,-80px,0);
}

figure.effect-goliath:hover .banner-containt {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.cartifecat{ border:solid thin #fff; margin-right:2px}

/*---------------*/
/***** Sarah *****/
/*---------------*/

figure.effect-sarah {
	background: #42b078;
}

figure.effect-sarah img {
	max-width: none;
	width: -webkit-calc(100% + 20px);
	width: calc(100% + 20px);
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0px,0,0);
	transform: translate3d(0px,0,0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

figure.effect-sarah:hover img {
	opacity: 0.4;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	
}

figure.effect-sarah figcaption {
	text-align: left;
}

figure.effect-sarah h2 {
	position: relative;
	overflow: hidden;
	padding: 0.5em 0;
	font-size:20px;
}

figure.effect-sarah h2::after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 3px;
	background: #fff;
	content: '';
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(-100%,0,0);
	transform: translate3d(-100%,0,0);
}

figure.effect-sarah:hover h2::after {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-sarah p {
	padding: 1em 0;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(100%,0,0);
	transform: translate3d(100%,0,0);
}

figure.effect-sarah:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}




.top-place {
    margin-top:15px;
}

.remedies{
	      margin-top:15px;
	      }
.movie-banner{margin-top:15px;}
		  
.movie-banner{
	          margin-top:35px;
			  
			  }
/* Common style */


.grid1 figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.8;
}

.grid1 figure figcaption {
	padding: 2em 2em 2em 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	
}

.grid1 figure figcaption::before,
.grid1 figure figcaption::after {
	pointer-events: none;
}

.grid1 figure figcaption,
.grid1 figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid1 figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid1 figure h2 {
	word-spacing: -0.15em;
	font-weight: 300;
	podding-top:0px;
}

.grid1 figure h2 span {
	font-weight: 800;
}

.grid1 figure h2,
.grid1 figure p {
	margin: 0;
	font-size:21px;
}

.grid1 figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
}

.grid figure h2{
		      padding-top:80px;
		  }
		  
.grid1 figure h2{
		             padding-top:180px;
		             }
.month_selection.pagination li a{
	font-size:8px !important;	
}

}


	/*section2*/

/*/home page*/

@media only screen and (max-width:375px) {
	
.mob_left{
	float:left;
}
	
	.mob_margin_bottom{
	margin-bottom:30px;
}
	.sidebar h3{
		margin-top:30px;}
	.image_bac h2{font-size:14px; margin-top:10px;}  
.social-media{ padding-top:0px; text-align:center; padding-right:60px;}
	/*finance*/
	.break{
		float:left;
		}
	
	
	.image_bac{
		height:auto;
		}
		.margin_left{
			margin-left:0px;
			}
		h2{
			font-size:18px;	
		}
			
			.image_bac{
				margin-top:60px;
				}
	 .box2 {
			width: 100%;
			height: 231px;
	       }
		  .text_ovelay {
   			top: 40px;
			 left:-2px;
			
 	     }
		 
   
    
		   
	.bg4 {
			width: 100%;
			height: 240px;
			background-size: 100% 250px;
          }
		  
	.bg{
		    width: 100%;
			height: 240px;
			background-size: 100% 250px;
		  }
		  
   .desc1{
	     
		  margin-top: 100px;
		  padding:0.3px;
	       }
   .image1{
		  width:600px;
		  height:165px;
		 }

								   
   .center-block1 {
	display:block; 
	margin-right:auto;
	margin-left:auto
}
		  
 .col-new3{
	       margin:0px;
	       padding:0px 0px 3px 0px;
	      }
	
	.grid1 figure { height:231px;}
	
	
	
	
					 
	.grid figure h2{
		            padding-top:100px;
		            }
   .col-new4{
	        margin:-3px 0px 0px 0px;
	        padding:0px 0px 2px 2px;
	        }
  .fa-icon1{ padding:5px;}
  
  .copyright{background:#333338; text-align:left; border-top:1px solid #5bbc2e; padding:5px; }
   
   .copyright p{ color:#ccc; padding-top:0px;}
	
  
.subheadding-text{font-size:11px;}	
	
	
 

figure.effect-goliath .banner-containt{ top:162px;}
		  
.image-caption2 {
                 margin-top: 100px;
                  }
.image-caption {
                 margin-top: 100px;
                  }
.top7{
	   margin-top:-4px;
	 }

.col-n{
	margin:0px;
	padding:0px 0px 0px 2px;
	margin-bottom:-10px;
	
	}
	
.grid figure {
	height:210px;
	margin-top:0px;
	
}
	/*/finance*/
	
	/*home remedies*/
	.top6{ margin-top:-12px;}
	
	.top5{ margin-top:-4px;
	      padding:0px 0px 3px 0px;
	    }
	
	.grid1 figure h2{
		      padding-top:35px;
		  }
	
	.grid figure h2{
		      padding-top:80px;
		  }
		  
    figure.effect-goliath:hover img {
									-webkit-transform: translate3d(0,-65px,0);
									transform: translate3d(0,-65px,0);
									  }
		  

	.top4{
	
	padding:0px 0px 7px 0px;
	}
	
	.top6{ margin-top:-6px;}
	
	.top2{
	width:;
	margin:-6px 0px 0px 0px;

	
	}
	
	.top8{ margin-top:-9px;}
	.social-media{ padding-top:15px; text-align:center; padding-right:115px;}
	.movie-tital{ margin-top:170px;}
	
	.movie-tital h3{ font-size:17px; line-height:25px;}
	
	.summary-hedding h3{ font-size:17px;}
	
	
	.movie-ad{ margin-bottom:40px;}
	
	.mobile-tab{ display:block;}
	
	.desctop{ display:none;}
	
	.grid1 figure {
	
	height:200px;
}
	
	.margin-left{
	margin-left:-8px;
	}
	
.dropdown-menu>li>a{color:#fff;  padding:5px 0px 5px 0px;}
.bottom_margin{
	margin-bottom:30px;
}
.web_show{
	display:none !important;
}
.mob_show{
	display:block !important;
}
.img_margin_bottom{
	margin-bottom:5px;
}
.month_selection.pagination li a{
	font-size:9px !important;	
}
}
   /*/home remedies*/
   
   .{ margin-top:100px;}
           
@media only screen and (max-width:320px) { 

.mob_left{
	float:left;
}

.mob_margin_bottom{
	margin-bottom:30px;
}
.web_show{
	display:none !important;
}
.mob_show{
	display:block !important;
}
.img_margin_bottom{
	margin-bottom:5px;
}

.sidebar h3{
		margin-top:30px;}
.image_bac h2{font-size:14px; margin-top:10px;}  
.social-media{ padding-top:0px; text-align:center; padding-right:60px;}       
.text_ovelay {
   	top: 10px;
 	 }
	 .bottom_margin{
	margin-bottom:30px;
}

}

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

.mob_left{
	float:left;
}

.mob_margin_bottom{
	margin-bottom:30px;
}
.web_show{
	display:none !important;
}
.mob_show{
	display:block !important;
}
.img_margin_bottom{
	margin-bottom:5px;
}

.sidebar h3{
		margin-top:30px;}
.image_bac h2{font-size:14px; margin-top:10px;}  
.social-media{ padding-top:0px; text-align:center; padding-right:60px;}
    .col-ne {
		padding-left:0px;
    
}
	 #hide-mob{
	display:none; 
	}


#wowslider-container1 .ws-title{
	                             top:68;
								 width:100%;
								text-align: center;
								width: 100%;
								margin:0 auto;
								padding-left:10px;
	                               }
								   
.upper
 {
	 position:absolute;
	 top:-20px;
	 right:14px;
 }
 .pager li>a{
	 background:rgba(0,0,0,0);}
	 
.bottom_margin{
	margin-bottom:30px;
}
/*Contact us page css start*/

.contact_form{
	//background-color:#fbfafa;
	padding:20px !important;
	padding-top:0px !important;
	padding-bottom:10px !important;
	margin-bottom:50px;
	-webkit-box-shadow: 0px 0px 3px -1px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 3px -1px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 3px -1px rgba(0,0,0,0.75);
}
							 
}
@media only screen and (max-width:767px) {

.mob_left{
	float:left;
}
	
.web_show{
	display:none !important;
}
.mob_margin_bottom{
	margin-bottom:30px;
}

.mob_show{
	display:block !important;
}
.img_margin_bottom{
	margin-bottom:5px;
}

	#hide-web-show-mob{
	display:block;	
}

#hide-mob-show-web{
	display:none;	
}


.footer .margin_left {
    margin-left: 0px!important;
}
.footer .pull-right{
	float:left!important
}

}