@charset "UTF-8";
.bjfu {
	font-family: Raleway;
	color: #FFF;
	text-decoration: none;
	text-transform: uppercase;
	font: bolder;
}
.home_image {
	width: 60%;
	padding: 150px;
}

.container {
	box-shadow: rgba(0,0,0,0.10) 0px 2px 5px;
	background-color: #343D44;
	max-width: 1280px;
	max-height: inherit;
	margin-left: auto;
	margin-right: auto;
	border-bottom-width: 0px;
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	
}
.row {
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	display: inline-block
}
.row.blockDisplay {
	display: block;
}
.column_half {
	width: 50%;
	float: left;
	margin-top: 0px;
}
.columns {
	width: 25%;
	float: left;
	font-family: raleway;
	color: #333333;
	line-height: 24px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 15px;
	padding-left: 0px;
	padding-right: 0px;
	margin-left: 0px;
	margin-right: 0px;
}
.row .columns p {
	padding-left: 10%;
	padding-right: 10%;
}
.container .columns h4 {
	text-align: center;
	color: #232323;
}
.secondary_header {    
	max-width: inherit;    
	box-shadow: rgba(0,0,0,0.10) 0px 2px 5px;    
	border-radius: 10px;        
	background: #40484F;        
	padding: 20px;    
	height: 30px;    
	clear: left;    
	line-height:40px 
}
.gap {
	background-color: #181F23;
	padding-top: 10px
}

.gap_index {
	background-color: #181F23;
	padding-top: 40px;
}
.gap_index_footer {
	background-color: #181F23;
	padding-top: 100px;
}
.container .secondary_header ul {
	
	margin-top: 0%;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	width: 100%;
}
.secondary_header ul li {
	list-style: none;
	float: right;
	margin-right: auto;
	margin-top: 0px;
	font-family: raleway;
	font-weight: normal;
	color: #ffffff;
	letter-spacing: 1px;
	word-spacing: inherit;
	margin-left: auto;
	text-align: center;
	width: 10%;
	transition: all 0.3s linear;
}
.secondary_header ul li:hover {
	color: #717070;
	cursor: pointer;
}
.left_article {
	background-color: #FFFFFF;
	width: 60%;
	float: left;
	font-family: raleway;
	color: #343434;
	padding-bottom: 15px;
}
.noDisplay {
	display: none;
}
.container .left_article h3 {
	padding-left: 5%;
	padding-right: 5%;
	margin-top: 5%;
	color: #717070;
	font-weight: bold;
	text-transform: uppercase;
}

.a {
	color: #fff;
	text-decoration: none;
}
.a2 {
	color: #FFF;
	text-decoration: none;
}
.a3 {
	color: #000;
	text-decoration: none;
	text-transform: uppercase;
}
.footer {
	padding-top: 20px;
	width: auto;
	background-color: #293036;
}
.img {
	width: 20%;
	color: #FFFFFF;
	float: left;
		
}
.title {
	font-family: raleway;
	
}
.placeholder {
	/* [disabled]max-width: 400px;
*/
	/* [disabled]max-height: 200px;
*/
	width: 100%;
	padding-top: 30px;
	/* [disabled]padding-left: 19px;
*/
	padding-bottom: 30px;
	height: 100%;
}
.rcorner {
	border-radius: 18px;  	
  	padding: 0px;
  	width: 232px;
  	height: 232px;	
}

/*.left_half {
	background-color: #00A1D6;
}
.container .column_half.left_half h2 {
	color: #00A1D6;
	font-family: raleway;
	text-align: center;
}
.right_half {
	background-color: #00A1D6;
	color: #00A1D6;
	font-family: raleway;
	text-align: center;
	font-weight: bold;
}
.column_title {
	padding-top: 25px;
	padding-bottom: 25px;
}*/

.copyright {
	text-align: center;
	background-color: #293036;
	color: #FFFFFF;
	float: inherit;
	letter-spacing: 1px;
	border-top-width: 2px;
	font-family: raleway;
}
body {
	backgroun-color: #181F23;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

@media (min-width : 0px ){
#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.7);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover {
    background: rgba(0, 0, 0, 0.9);
}
#return-to-top:hover i {
    color: #fff;
    top: 5px;
}


/* Extra Things */
body{background: #181F23 ;font-family: 'Open Sans', sans-serif;}h3{font-size: 30px; font-weight: 400;text-align: center;margin-top: 50px;}h3 i{color: #444;}
.thumbnail {
	width: 100px;
	border-radius: 200px;
	height: 100px;
	margin-left: auto;
}
.thumbnail_align {
	text-align: center;
}
.social {
	text-align: center;
	}
.social_icon {
	display: inline-block;
	width: auto;
	height: auto;
}
.container .social .social_icon:hover {
	cursor: pointer;
	opacity: 0.5;
}
#menu {
	max-width: inherit;
	}
.body {
       margin: 0;
       padding: 0;
       background: #181F23;
       font: 10px/13px 'Raleway',Raleway;
    }
    .wrap {
       overflow: hidden;
       margin: 10px;
    }
    .box {
       float: left;
       position: relative;
       width: 20%;
       padding-bottom: 20%;
    }
    .boxInner {
       position: absolute;
       left: 10px;
       right: 10px;
       top: 10px;
       bottom: 10px;
       overflow: hidden;
    }
    .boxInner img {
       width: 100%;
    }
    .boxInner .titleBox {
       position: absolute;
       bottom: 0;
       left: 0;
       right: 0;
       margin-bottom: -50px;
       background: #000;
       background: rgba(0, 0, 0, 0.5);
       color: #FFF;
       padding: 10px;
       text-align: center;
       -webkit-transition: all 0.3s ease-out;
       -moz-transition: all 0.3s ease-out;
       -o-transition: all 0.3s ease-out;
       transition: all 0.3s ease-out;
    }