html, body {
    height: 100%;
}

body {
    margin: 0px;
    background: url(../img/gray-background.jpg);
    font-family: 'caviar_dreams';
    font-size: 14px;
    color: #636363;
}

:hover {
    -webkit-transition: all .35s ease;
	-moz-transition: all .35s ease;
	-ms-transition: all .35s ease;
	transition: all .35s ease;
}

a {
    -webkit-transition: all .35s ease;
	-moz-transition: all .35s ease;
	-ms-transition: all .35s ease;
	transition: all .35s ease;
}

.ease {
    -webkit-transition: all .35s ease;
	-moz-transition: all .35s ease;
	-ms-transition: all .35s ease;
	transition: all .35s ease;
}

.box-fix {min-height:100%;	position:relative;z-index:998; overflow: hidden;}
.box-main {position:relative;margin:auto;padding-bottom:170px;}

.box-base {
	width: 100%;
	position: absolute;
	bottom: 0;
	height: 170px;
	margin-top: -170px;
    background-image: url(../img/black-bg.jpg);
	clear: both;
}
.box-string {
    width: 100%;
    height: 100px;
    background: url(../img/top-background.jpg) repeat-x;
}

.box-topo {
    width: 980px;
    margin: auto;
    height: 100px;
}

.box-logo {
    width: 280px;
    height: 100px;
    background: #FFF;
    text-align: center;
    display: inline-block;
}

.box-logo img {margin-top: 8px;}

.box-menu {
    width: 695px;
    height: 36px;
    display: inline-block;
    margin: 32px 0px;
    vertical-align: top;
/*    margin-bottom: 73px;*/
}

.box-feature {
    width: 940px;
    height: 370px;
    margin: 20px auto;
    position: relative;
    z-index: 997;
}

.box-green {
    width: 100%;
    height: 330px;
    position: absolute;
    background: url("../img/green-background.jpg");
    z-index: 994;
    top: 100px;
}

.box-purple {
    width: 100%;
    height: 330px;
    position: absolute;
    background: url("../img/purple-background.jpg");
    z-index: 994;
    top: 100px;
}

.box-blue {
    width: 100%;
    height: 330px;
    position: absolute;
    background: url("../img/blue-background.jpg");
    z-index: 994;
    top: 100px;
}

.box-intro {
    width: 960px;
    margin: auto;
    background: rgba(255,255,255,0.1);
    box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
}

.box-interxt {
    width: 435px;
    padding: 20px;
    display: inline-block;
    text-align: justify;
}

.title {
    font-size: 32px;
}

.box-underlogo {
    width: 280px;
    padding: 15px;
}

.box-bottom {
    width: 980px;
    margin: 0px auto;
    height: 170px;
}

.box-rights {
    width: 940px;
    height: 35px;
    padding-top: 5px;
    position: relative;
    color: #FFF;
    border-top: solid 1px #868686;
}

.box-emultec {
    width: 20px;
    height: 23px;
    position: absolute;
    right: 0;
    top: 15px;    
}

.box-content {
    width: 960px;
    margin: 20px auto;
    padding: 15px;
    min-height: 400px;
    background: #FFF;
    box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
    position: relative;
    z-index: 997;
}

.box-box {
    width: 210px;
    height: 180px;
    display: inline-block;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    margin: 10px 0px 10px 20px;
    vertical-align: top;
}

.box-title {
    width: 100%;
    font-size: 32px;
    display: block;
    border-bottom: solid 2px #CCC;
    margin-bottom: 20px;
    padding-bottom: 5px;
}

.box-button {
    width: 210px;
    height: 130px;
    background: url("../img/pdf-file.png") no-repeat center #7E387F;
    margin-bottom: 10px;
}

.box-button:hover {
    background: url("../img/pdf-file.png") no-repeat center #925c95;
    cursor: pointer;
}

.box-img {
    width: 210px;
    height: 130px;
    margin-bottom: 10px;
    overflow: hidden;
}

.box-img img {
    width: 210px;
}
