@charset "UTF-8";
/* Elements----------------------------------------*/
.text-1{font-size:40px;color:#666666;margin-left: 15%;margin-right: 15%}
.text-2{font-size:19px;color:#666666;margin-left: 15%;margin-right:  15%}
.text-3{font-size:40px;color:#666666;margin-left: 15%;margin-right: 15%}
.footer_banner {
	background-color: #CFCFCF;
	padding-top: 7px;
	padding-bottom: 7px;
	text-align: center;
	font-size: 14px;
}
.img{
	width: 100%;
	float: left;
}

.nav ul {
	margin-top: -1%;
	margin-left: 0;
	padding: 0;
	text-align: left;
}
.nav li {
	margin: 0px 5px 10px 0;
	padding: 0;
	list-style: none;
	display: inline-block;
}
.nav a {
	padding: 3px 12px;
	text-decoration: none;
	color: #999;
	line-height: 100%;
}
.nav a:hover {
	color: #000;
}
.nav .current a {
	background: #999;
	color: #fff;
	border-radius: 5px;
}
.nav.right ul {
	text-align: right;
}
.nav.center ul {
	text-align: center;
}
body {
	font-family: source-sans-pro;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-style: normal;
	font-weight: 200;
}

.logo {
	width: 20%;
	float: left;
	text-align: left;
}
footer {
	 display:inline-block;
	
}
.footer_column {
	width: 50%;
	float: left;
}
.header{
		background: #FFFFFF;
		position: fixed;
		width: 100%;
    box-shadow: 0 0 5px #ccc;
    z-index: 100;
	}

	.nav{
	width: 70%;
	margin-top: 4%;
	float: right;
	position: relative;
}
	.text-1{
	padding-top: 120px;
	}
	.text-3{
		padding-top: 70px;
	}
	
	.picbox{
	width: 100%;
	height: 500px;;
  }
	.wz {
	height: 460px;
	}

	.yy {
	width: 100%;
	margin-top: 60px;
	}
	.we{
		width: 80%;
		margin-top: 20%;
	}
	.ee {
	width: 80%;
	margin-top: 60px;
	}
	.eel{
		padding: auto;
		width: 100%;
	}
	.bz{
		width: 70%;
	}
	.cs{
		float: right;
		width: 30%;
	}

.t {background-color: #EFEFEF}
.o {background-color:#ffffff}
.sy {
	width: 70%;
	padding-left: 20%;
}
.grid-row {
    display: flex;
    flex-wrap: wrap;
    width: 1280px;
/*    margin: 0 auto;*/
	margin-left: 4%;
    padding-top: 15%;
	padding-left: 10%;
    box-sizing: border-box!important;
	
}
.application {
    width: 25%;
    margin-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
    display: inline-flex;
	
}
element.style {
}
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.application--card {
    background: #fcfcfc;
    position: relative;
    overflow: hidden;
    width: 100%;
    min-height: 450px;
    display: flex;
    flex-direction: column;
    box-shadow: 0 1px 0 rgba(0,0,0,.2), 0 2px 2px rgba(0,0,0,.15);
}
.application--image {
    padding: 15px 0;
    position: relative;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    display: block;
    overflow: hidden;
    height: auto;
    cursor: text;
    text-align: center;
}
.img-responsive{
	width: 40%;
}
.stack.layer {
    text-align: center;
}
.application--brand {
    display: block;
    padding-top: 1em;
/*     padding: 1em; */
    flex: 1 0 auto;
    margin-left: 66px;
}
ul {
	margin-left: -15%;
	list-style: none;
}
ul li a{
	text-decoration: none;
    margin: 0 0 .5em 0;
/*    color: rgba(212,212,212,1);*/
    line-height: 20px;
    font-size: 1.1em;
	color:#1296db;
	
}

a:hover {
	color: #000;
}
 


