.controller_text{

}
.controller_text h1{
	/*color: #032060;*/
	color: #fff;
}
.controller_text h2{
	/*color: #032060;*/
	color: #fff;
}
.controller_text .img{
	width: 150px;
}
.controller_text .color-text{
	/*color: #032060;*/
	color: #fff;
}
.controller_text .color-line{
	/*border-top: 7px solid #032060;*/
	border-top: 7px solid #fff;
    width: 60px;
}
.controller_text .color-line_small{
	border-top: 3px solid #fff;
    width: 60px;
}


.fit-center {
	display: flex !important;
    justify-content: center;
}

._contentbox {
    display: table;
    width: 100%;
    color: #fff;
}
.text_center {
	text-align: center;
}
.text_right {
	text-align: right;
}
._contentwrapper {
    display: table-cell;
    vertical-align: middle;
}
.height_contact {
	height: 400px;
}
.color_333 {
    color: #333 !important;
}
.color_333:hover {
    color: #fd2b2e !important;
}
ul.footer li a {
    font-size: 14px !important;
}


@media screen and (max-width: 767px){
	.height_contact {
    	height: 0px;
	}
}
@media screen and (max-width: 960px){
	._contentwrapper {
	    padding: 40px;
	}
}