@charset "utf-8";

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}


#aboutImage{
	display:none;
}

#aboutImage{
	height:500px;
	width:100%;
	display:block;
	background-color:transparent;
	background-image:url(../assets/media/components/b-main-slider/bg-2.jpg);
	background-attachment:fixed;
	background-position:center;
	 -webkit-animation: fadein 2s;
}



@media (min-width:800px){

#aboutImage{
	height:500px;
	width:100%;
	display:block;
	background-color:transparent;
	background-image:url(../assets/2.jpg);
	background-attachment:fixed;
	background-position:center;
	
	
}

#aboutImage .sectionInner{
	width:80%;
	height:420px;
	text-align:center;
	margin-top:40px;
	overflow:hidden;
	background-color:rgba(0,29,49,0.8);
	box-shadow:0 0 40px 5px rgba(255,255,255,0.5);
	-webkit-animation: fadein 4s;
}

.slogan{
	display:inline-block;
	text-align:right;
	font-size:128px;
	line-height:90px;
	padding:5px 0;
	color:#fff;
	font-weight:900;
	width:60%;
	max-width:500px;
	overflow:hidden;	
	margin-top:70px;
	text-shadow:0 0  20px #000;
}

.words{
	display:inline-block;
	padding:0;
	margin:0;
	text-align:left;
	opacity:1;
	width:35%;
	overflow:hidden;
	margin-top:70px;
	border-left:2px solid #fff;
	margin-left:10px;
}

.words li{
	display:block;
	padding:2px 0;
	padding-left:10px;
	font-weight:700;
	font-size:18px;
	color:#fff;
	text-transform:uppercase;
	margin:5px 0;
	letter-spacing:1px;
	line-height:20px;


}

.words li span{	
	color:#fff;
	font-weight:900;
	color:#003E6A;
	width:20px;
	display:inline-block;
	text-align:center;
	margin-right:2px;
	background: rgba(227,221,107,1);
background: -moz-linear-gradient(top, rgba(227,221,107,1) 0%, rgba(255,255,255,1) 33%, rgba(255,239,145,1) 35%, rgba(184,165,43,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(227,221,107,1)), color-stop(16%, rgba(227,221,107,1)), color-stop(33%, rgba(255,255,255,1)), color-stop(35%, rgba(255,239,145,1)), color-stop(81%, rgba(184,165,43,1)), color-stop(100%, rgba(184,165,43,1)));
background: -webkit-linear-gradient(top, rgba(227,221,107,1) 0%, rgba(227,221,107,1) 16%, rgba(255,255,255,1) 33%, rgba(255,239,145,1) 35%, rgba(184,165,43,1) 81%, rgba(184,165,43,1) 100%);
background: -o-linear-gradient(top, rgba(227,221,107,1) 0%, rgba(227,221,107,1) 16%, rgba(255,255,255,1) 33%, rgba(255,239,145,1) 35%, rgba(184,165,43,1) 81%, rgba(184,165,43,1) 100%);
background: -ms-linear-gradient(top, rgba(227,221,107,1) 0%, rgba(227,221,107,1) 16%, rgba(255,255,255,1) 33%, rgba(255,239,145,1) 35%, rgba(184,165,43,1) 81%, rgba(184,165,43,1) 100%);
background: linear-gradient(to bottom, rgba(227,221,107,1) 0%, rgba(227,221,107,1) 16%, rgba(255,255,255,1) 33%, rgba(255,239,145,1) 35%, rgba(184,165,43,1) 81%, rgba(184,165,43,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3dd6b', endColorstr='#b8a52b', GradientType=0 );
}
	
	
	
	
}



































