/***

====================================================================
	Fonts
====================================================================

***/



@import url('pe-icon-7-stroke.css');
@import url('simple-line-icons.css');
@import url('fontawesome-all.css');
@import url('animate.css');
@import url('flaticon.css');
@import url('owl.css');
@import url('swiper.min.css');
@import url('jquery-ui.css');
@import url('custom-animate.css');
@import url('magnific-popup.css');
@import url('jquery.fancybox.min.css');
@import url('jquery.timepicker.min.css');
@import url('baes.css');


/***

====================================================================
	Contact Page Section
====================================================================

***/

.contact-page-section .page-box {
    padding       : 60px 0 60px;
    display       : flex;
    flex-direction: row;
    border-bottom : 1px solid #ccc;

}

.contact-page-section .page-box .titel {
    padding: 0 30px;
}

.contact-page-section .page-box .titel h4 {
    font-size: 24px;
    color    : #000;
    margin   : 0 0 15px;
}

.contact-page-section .page-box .titel p {
    margin   : 0;
    padding  : 0;
    font-size: 14px;
    color    : #666;
}

.contact-page-section .page-box .titel p span {
    color: #ef7c00;
}

/***

====================================================================
	Contact Map Section
====================================================================

***/

.contact-map-section {
    position: relative;
    margin  : 60px 0;
}

.contact-map-section .map-content {
    float       : left;
    width       : 40%;
    margin-right: 60px;
}

.contact-map-section .map-content h2 {
    font-size    : 30px;
    color        : #000;
    padding      : 0 0 30px;
    border-bottom: 1px solid #ccc;
}

.contact-map-section .map-content .info-list {
    margin: 30px 0;
}

.contact-map-section .map-content .info-list .title {
    font-size: 22px;
    color    : #444;
    margin   : 0 0 20px;
}

.contact-map-section .map-content .info-list li {
    font-size  : 14px;
    line-height: 30px;
    color      : #666;
}


.contact-map-section #map {
    width    : 50%;
    height   : 420px;
    float    : left;
    border   : 1px solid #c9c9c9;
    animation: left 1s ease-out .6s both;
}

.contact-map-section #map .area {
    width     : 49%;
    height    : 420px;
    background: #000;
    float     : left;
    animation : right 1s ease-out .6s both;
}

.contact-map-section #map.info {
    width      : 80%;
    margin     : 0 auto;
    padding-top: 80px;
    color      : #000;
}

.contact-map-section #map h5 {
    font-size     : 26px;
    padding-bottom: 26px;
}

.contact-map-section #map span {
    width        : 35px;
    height       : 2px;
    display      : block;
    margin-bottom: 24px;
}

.contact-map-section #map .name {
    font-size     : 18px;
    padding-bottom: 10px;
}

.contact-map-section #map p {
    font-size  : 15px;
    line-height: 30px;
}

@media only screen and (max-width: 768px){
    .contact-map-section .map-content {
    width: 100%;
    margin-right: 0;
}
.contact-map-section #map {
    width: 100%;
}
.contact-page-section .page-box .titel {
    padding: 0 16px;
}
.contact-page-section .page-box .ico img{
    width: 70px
}
}