.main{

	margin: 15px auto;

    font-size: 1.4rem;

}

.main li{

    margin-bottom: 10px;

}

.subsection{

    margin-bottom: 30px;

}


.desc-title{

    position: relative;
    line-height: 2em;
    font-size: 1.6rem;

    font-weight: bolder;

    margin: 10px 0;

}

.desc-title:before{

    content: ' ';

    position: absolute;

    left: 0;

    bottom: 0;

    width: 4em;

    height: 3px;

    background: #00a4f7;

}
.sub_title{font-size:1.6rem; color:#ff8700;}
.sub_title2{padding-bottom:15px;font-size:1.6rem;}
.company-desc p{

    padding-left: 1.5em;

    margin: 0 0 10px;

    line-height: 1.5em;

}

.company-desc p:before{

    content: ' ';

    position: absolute;

    top: 0.6em;

    left: 0.3em;

    width: 5px;

    height: 5px;

    border-radius: 50%;

    background: #fff;

}

.btn-red{

    background: #00a4f7;

    border-color: #00a4f7;

    color: #fff;

}

.input-red{

    border-color: #00a4f7;

}

.btn-submit {

    background: #00a4f7;

    border-color: #00a4f7;

    color: #fff;

}

.right-sidebar{

	font-size: 1.6rem;

	/*background: #eee;*/

	padding: 1.2em;

	/*border: 1px solid #00a4f7;*/

	border-radius: 5px;

	/*text-align: center;*/

}


.box-border{

    width: 100%;

    height: 100%;

    border: 1px solid #999;

    padding: 0.5em;

}

.message-box{

    width: 100%;

    background: #101a2d;

    padding: 2%;

    /*margin-left: 15%;*/

    /*display: none;*/

}

.message-box input,

.message-box textarea{

    width: 100%;


    font-size: 1.6rem;

    font-weight: normal;

    line-height: 2em;

    background: none;

    padding: 0 5px;

}

.message-box .title{

    font-size: 1.8rem;

    font-weight: bolder;

    line-height: 2em;

    margin-bottom: 0.5em;

}

.message-box .title:before,

.message-box .title:after{

    content: ' ';

    position: absolute;

    top: 100%;

    left: 0;

    width: 4em;

    height: 5px;

    border-bottom: 1px solid #fff;

}

.message-box .title:after{

    width: 1.6em;

    border-bottom: 2px solid #fff;

}

.message-box .mlabel{

    font-size: 1.6rem;

    line-height: 2em;

    /*margin: 0.5em 0;*/

}

.message-submit,

.message-submit img{

    width: 100%;

    padding: 0;

}

.message-submit{

    margin: 1em 0;

}

.padding-tb-5px {

    padding-top: 5px;

    padding-bottom: 5px;

}


@media screen and (max-width: 767px){

    h1{

        display: none;

        padding-left: 1em;

    }

}