@charset "utf-8";
/* CSS Document */
@font-face{
	font-family:Relway;
	src:url('../fonts/Raleway-Regular.ttf');
}
body{
 color:#fff;
 font-family: 'Relway', sans-serif; 
 font-size:18px; 
 font-weight:bold; 
 }

.navbar {
  padding: 1.0rem 1rem;
}

.logo_mar{padding-top:15px; padding-bottom:7px;}
.pad30{ padding-top:30px;}

element.style {
    background: rgba(0, 0, 0, 0) url("../images/banner_mobility2.jpg") repeat scroll center center / cover ;
}

.body_img{background-size:cover; /*background:url(../images/banner.jpg)repeat scroll center center / cover;*/ background-color:#000; background-image:url(../images/banner_mobility2.jpg); background-repeat:no-repeat; background-size:cover;height: auto;min-height: 545px;}

 footer{ background-color:#2f3945; padding-top:5px; padding-bottom:10px; color:#b7babc; font-weight:normal; font-size:16px;}
 
 h2, .h2 {
    font-size: 38px;  font-weight:bold;
}

a {
  color: #fff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover {
  color: #fff;
  text-decoration: underline;
}


.readMore a{color: #ffa500;}
.readMore a:hover {color: #ffa500;}


.text ul li::before {
    content: "";
    font-family: "FontAwesome";
    font-size: 16px;
    font-weight: normal;
    margin-right: 15px;
}


li {
    display: list-item;
    text-align: match-parent;
	list-style:none;
}

.text ul li {
    margin: 0 0 10px 30px;
    text-indent: -30px;
}


.btn{width:100%; background-color:#fa9d00; padding: 0.575rem 0.95rem; color:#FFF; font-weight:bold; font-weight:bold; font-size:18px; }

.form-control { line-height:35px;}


.wpcf7-form::after {
    background: rgba(0, 0, 0, 0) url("../images/bg-arrow.png") no-repeat scroll 0 0;
    content: "";
    height: 90px;
    left: 18px;
    position: absolute;
    top: 20px;
    width: 124px;
}


.form_div{background-color:#168dd2 ; padding:20px; border-radius:6px; float:right; width:70%;}

.form-control::-moz-placeholder { color: #cccccc; font-weight:normal; font-size:18px;}
.form-control{height: 47px; color:#cccccc; font-weight:normal; font-size:18px;}

.form_topmar{margin-top:23px;}



@media (min-width: 360px) {
 .form_div{ width:100%;}
 .wpcf7-form::after { display:none;}
}

@media (min-width: 768px) {
  .form_div{ width:100%;}
 .wpcf7-form::after { display:none;}
}

@media (min-width: 992px) {
  .form_div{ width:70%;}
 .wpcf7-form::after { display:block;}
}

@media (min-width: 1200px) {

}
.error{
	color:red;
	font-weight:normal;
}
.dialogTips{
	color:#333;
}
.dialogConfirm .button-default{
	height: 32px;
}
.dialogbox{
	width:500px;
}
.dialogboxTitle{
	text-align: center;
}
.title{
	font-size:22px;
}
.text ul li {
    font-size: 16px;
}
.pad5{
	padding-top:5px;
}
.padbottom5{
	padding-bottom:5px;
}