
#about-2{
	width: 100%;
	height:100%;
	font-weight: 300;
	padding:0;
	margin:0 auto;
	font-size:16px;
	line-height: 28px;
	color: #777; 
	background: #fff;
	overflow-x:hidden;
}
#about-2 h1 { font-size: 3em; line-height:1.2em; margin:0 0 .3em; }
#about-2 h2 { font-size: 1.8em; line-height:1.4em; margin:0 0 .3em;  }
#about-2 h3 { font-size: 1.4em; line-height:1.4em; }
#about-2 h4 { font-size: 1.25em; line-height:1.4em;}
#about-2 h5 { font-size: 1.1em; line-height:1.4em; }
#about-2 h6 { font-size: 1em; line-height:1.2em; }

#about-2 h1 a, #about-2 h2 a, #about-2 h3 a, #about-2 h4 a, #about-2 h5 a, #about-2 h6 a {
	text-decoration: none
}	 
#about-2 p { 
	padding: 0 0 1em;
	margin:0;
}
#about-2 a {
	color: #3eb0f7;
	outline: 0;
	font-weight: bold;
	-webkit-transition: all .8s ease;
	transition: all .8s ease;
	text-decoration:none;
} 
#about-2 a:hover {
	text-decoration: none;
	color: #1f2222;
	-webkit-transition: all .8s ease;
	transition: all .8s ease;
}
#about-2 .highlight {
	color: #01a6d4;
	font-weight:bold;
}

#about-2 .fullscreen {
    width:100%;
    min-height:100%;
	background-repeat:no-repeat;
    background-position:50% 50%;
    background-position:50% 50%\9 !important;
}
#about-2 .overlay {
    background-color: rgba(0, 0, 0, 0.5);
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
}
#about-2 #intro {
	padding: 70px 0 70px  ;
	-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
}
#about-2 #intro h2 {
	font-size: 40px;
	font-weight: 300;
	margin: 15px 0 15px 0;
}
#about-2 .intro-pic {
	margin-top: 20px;
}
#about-2 #feat {
	padding-top: 60px;
	padding-bottom: 60px;
	background: #f6f6f6;	

}
#about-3{
	padding-top: 10px;
	padding-bottom: 10px;
	background: #f6f6f6;	
	-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
}

#iz-ko .highlight {
	color: #01a6d4;
	font-weight:bold;
}

#about-4 .highlight {
	color: #01a6d4;
	font-weight:bold;
} 
#about-4{
	padding-top: 5px;
	padding-bottom: 10px;
	background: #fff;	
	-webkit-box-shadow: 5px 0px 5px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 5px 0px 5px 0px rgba(0, 0, 0, 0.3);
	width:100%;

}

#about-3 h1{
	color:#777777;
}


#about-2 #feat h2 {
	margin: 15px 0 15px 0;
	font-size: 40px;
	font-weight: 300;
}
#about-2 #feat .feat-title p {
	font-size: 18px;
}
#about-2 .row-feat {
	padding-top: 50px;
}
#about-2 .feat-list {
	margin-top: 40px;
}
#about-2 .feat-list i {
	font-size: 48px;
	float: left;
	width: 20%;
	color: #555;
	height: 100%;
	position: relative;
	opacity: 0.6;
	-webkit-transition: all .8s ease;
	transition: all .8s ease;
	margin-top:20px;
}
#about-2 .feat-list:hover i {
	color: #3eb0f7;
	-webkit-transition: all .8s ease;
	transition: all .8s ease;
}
#about-2 #feat .inner {
	float: left;
	display: inline-block;
	width: 80%;
}
#about-2 #feat-2 {
	padding: 100px 0 100px;
}
#about-2 #feat-2 h2 {
	font-size: 40px;
	font-weight: 300;
	margin: 15px 0 15px 0;
}
#about-2 .feat-2-pic {
	margin-top: 20px;
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : portrait) {
	#about-2 #intro {
		padding: 30px 0 50px;
	}
	#about-2 #intro h2, #about-2 #feat-2 h2 {
		text-align: center;
	}
	#about-2 #intro p, #about-2 #feat-2 p {
		text-align: center;
	}
	#about-2 #feat {
		padding-top: 75px;
	}
	#about-2 .feat-img {
		margin-top: 0;
	}	
	#about-2 .row-feat {
		padding-top: 10px;
		padding-bottom: 40px;
	}
	#about-2 #feat-2 {
		padding: 80px 0 80px;
	}
	#about-2 .feat-2-pic {
		margin-top: 40px;
	}
}


@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {
	#about-2 .feat-img {
		margin-top: 30px;
	}	
	#about-2 .feat-list {
		margin-top: 10px;
	}
	#about-2 .feat-list p {
		font-size: 15px;
	}
	#about-2 .feat-2-pic {
		margin-top: 50px;
	}
	#about-2 .video-header {
		margin: 50px 0 30px;
	}
}
@media (max-width: 767px) {
	#about-2 #intro {
		padding: 70px 0 70px;
	}
	#about-2#intro h2, #about-2#feat-2 h2 {
		font-weight: 150;
		text-align: center;
	}
	#about-2#intro p, #about-2 #feat-2 p {
		text-align: center;
	}
	#about-2 #feat {
		padding-top: 50px;
	}
	#about-2 .row-feat {
		padding-top: 10px;
		padding-bottom: 40px;
	}
	#about-2 .feat-list i {
		padding-left: 40px;
	}
	#about-2 #feat-2 {
		padding: 40px 0 50px;
	}
	#about-2 .feat-2-pic {
		margin-top: 50px;
	}
}	
@media (max-width: 736px) {
	#about-2 .feat-img {
		margin-top: 0;
	}
}
@media (max-width: 568px){
	#about-2 #intro {
		padding-top: 50px;
	}
	#about-2 #feat {
		padding-top: 50px;
	}
	#about-2 .feat-list i {
		padding-left: 20px;
	}
	#about-2 #feat-2 {
		padding: 50px 0 70px;
	}	
}


@media (max-width: 480px) {
	#about-2 .feat-list i {
		padding-left: 5px;
	}
}
@media (max-width: 360px) {
	#about-2 #intro h2, #about-2 #feat h2, #about-2 #feat-2 h2 {
		font-size: 30px;
	}
	#about-2 .feat-list i {
		padding-left: 0;
	}
	#about-2 #feat .inner {
		padding-left: 15px;
	}
}
@media (max-width: 320px) {
	#about-2 .table > thead > tr > th, 
	#about-2 .table > tbody > tr > td { 
		padding: 20px 10px; 
	}
}