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

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

/*Navigation*/
.nav-icon {
	display:block;
}
.nav-menu{
	display:none;
	position:absolute;
	width:250px;
	z-index:200;
	left:0px;
	top:28px;
	border-radius:0 0 8px 8px;
}

.nav-menu li{
	display:block;
	float:left;
	width:100%;
	height:100%;
	color:#fff;
	text-align:left;
	list-style-type:none;
	font-size:25px;
	border-top:#000 thin solid;
	padding-top:5px;
	border-bottom:none;
	
	
}	
.small-blocks{
	width:49.8%;
}

.medium-blocks{
	width:33.33%;
}

/*Home page*/
.home-side-column{
	width:100%
}
.home-left-column{
	width:100%
}
#like-div {
	position:relative;
	background-color:rgba(0, 0, 0, 0.5);
	height:100%;
	top:0;
	padding:0px;
	width:100%;
	z-index:0;
}
.small-blocks{
	width:33.3%;
}

.regular-image-div{
	width:100%;
}
.regular-image-div2{
	width:50%;
}







/*Subpage all pages*/
.main-left-column{
	width:57%;
}
.main-right-column{
	width:42.3%;
}
.large-blocks{
	width:100%;
}



/*carousel*/
#carousel_ul li{  
max-width:900px;
max-height:360px;  
}  






}









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

.holder-large {
	width:100%;
}
/*Navigation*/
.nav-icon {
	display:block;
}
.nav-menu{
	display:none;
	position:absolute;
	width:250px;
	z-index:200;
	left:0px;
	top:28px;
	border-radius:0 0 8px 8px;
}

.nav-menu li{
	position:relative;
	display:block;
	float:left;
	width:100%;
	height:100%;
	color:#fff;
	text-align:left;
	list-style-type:none;
	font-size:25px;
	border-top:#000 thin solid;
	padding-top:5px;
	border-bottom:none;
	
	
}	
.small-blocks{
	width:49.8%;
}
.small-blocks3 {
	width:45%;
}
.medium-blocks{
	width:50%;
}
	
/*carousel*/
#carousel_ul li{  
max-width:500px;
max-height:200px;  
}  

.section-into-title-h{
	font-size:20px; 
}

.regular-image-div2{
	width:100%;
}

/*Subpage all pages*/
.main-left-column{
	position:relative;
	display:block;
	float:left;
	width:100%;
	height:100%;
	border:#CCC solid thin;
	color:#000;
}
.main-right-column{
	position:relative;
	display:block;
	float:left;
	width:100%;
	height:100%;
	text-align:center;
	border:#CCC solid thin;
	color:#000;
}


.youtube-frame{
	width:400px;
	height:225px;
}




	
}