header{
	height: 80pt;
	background: #8b3e93;
}
.head-placeholder{
	height: 80pt;
}
.cr_logo{
	width:250px;
}
.cr_logo img{
	width:100%;
}
.headerAnimation{
	position:fixed;
	top:0;
	width:100%;
	background: #702677c7;
	z-index: 9;
	transition: .3s

}

.menu{
	position: absolute;
	right: 0;
	top:0;
	height:80px;
	line-height: 120px;
}

.menu a{
	color:#fff;
	font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif; 
	margin-left:20px;
	position: relative;
}

.menu a:hover{
	text-decoration: none;
	color:#fff;
}

.menu a:nth-child(7):before{
	content:'';
	position: absolute;
	bottom:-10px;
	height:2px;
	width:100%;
	background:#E64750;
	transition:.2s;
	transform:scaleX(1);
}

.menu a:before{
	content:'';
	position: absolute;
	bottom:-10px;
	height:2px;
	width:100%;
	background:#E64750;
	transition:.2s;
	transform:scaleX(0);
}

.menu a:hover{
	color:#fff;
	text-decoration: none;
}
.menu a:hover:before{
	transform:scaleX(1);
	transition:.2s;

}

.bs_menu{
	width:1240px;
	margin:auto;
	height:100pt;
	position: relative;
}
.col{
	margin-top:50px;
}

.top_title{
	text-align: center;
	margin:auto;
	font-family: 'Abel Pro', sans-serif;
	margin-bottom:30px;
}
.top_title h3{
	font-size:43pt;
}
.col p{
	text-align: center;
	font-size:20px;
}

.top_title span{
	width:80px;
	display:block;
	height:2px;
	background:#E64750;
	margin:auto;
}
.top_title p{
	font-size:19pt;
	font-family:  'Avant Garde', sans-serif;
}
.btn-danger{
	margin-bottom:20px;
	font-size:32pt;
	font-family:  'Avant Garde', sans-serif;
}

#form{
	width:600px;
	margin:50px auto;
}

#upload{
	display: none;
}
#btn_upload {
    width: 100%;
    height: 40px;
    background: #b5b5b5;
    border-radius: 5px;
    text-align: center;
    line-height: 40px;
    color:#fff;
    cursor: pointer;
}
#answer{
	font-size:9pt;
}
#btn_send{
	width:150px;
}

#modal-header {
    background: #ddd;
}
#btnClose{
	color:red;
}
#exampleModalLabel p{
	font-size:18pt;
	margin-bottom:-10px;
	color:#999999;
}

.modal-body ul{
	margin:0;
	padding:0;
	margin-bottom:20px;
}
.modal-body ul li{
	font-size:10pt;
	list-style-type: none;
	margin-left:20px;
	color:#626262;
}
#modal-content{
	width:700px;
}
.modal-body p{
	font-size: 8pt;
	color:#999999;
}
#forSection{
	background-size: cover;
	color:#fff;
	position: relative;
	height:1000px;
}










@media screen and (max-width:1000px)
{
	
#form{
	width:95%;
}
.top_title h3{
	font-size: 30pt;
}

#forSection{
	height:1030px;
}

.bs_menu{
	width:100%;
}
.cr_logo{
	width: 150px;
}
header{
	height: 50pt;
}
.menu a {

    display: block;
    color: #dbdbdb;
    line-height: 55px;

}

/*.menu {
    height: auto;
    background: #7b0c7a;
    left: 0;
    z-index: 99;
    width: 250px;
    position: fixed;
    box-shadow: inset -5px 0px 8px #531a47;
    display: none
}*/

.menu {
	display: block;
    left: 0;
    position: fixed;
    top: 0px;
    transform: translate(0,0);
    background: #8a068e;
    z-index: 999;
    margin-left: -999px;
    width: 250px;
    transition: .3s;
    height: 100%;
}
.menu.activMenucareer{
	margin:0;
}

#hamburger_menu_open {
	display: block;
    position: fixed;
    right: 10px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    margin-top: 10px;

}

.fixedBar{
	position:fixed;
	top:0px;
	z-index: 999;
	background: #0d0d0d8a;
}






}