/* Modal */

.about-modal {
    padding: 0!important;
}

.about-modal .modal-dialog {
     padding: 0;
     margin: 0;
     height: 100%;
     width: 100%;
     min-height: 100%;
     min-width: 100%;
     border: 0;
     border-radius: 0;
     background-clip: border-box;
     -webkit-box-shadow: none;
     box-shadow: none;
 }

.about-modal .modal-content {
    padding: 60px 0;
    min-height: 100%;
    min-width: 100%;
    border: 0;
    border-radius: 0;
    background-clip: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.modal-content h2, .modal-content h3 {
    font-weight: normal;
}
.about-modal .modal-content img,
.about-modal .embed-responsive {
    padding-bottom: 30px;
    margin: 0 auto;
}
.about-modal .close-modal{
    position: absolute;
    top: 0;
    right: 30px;
    cursor: pointer;
    opacity: 0.7;
    font-size: 80px;
    line-height: 1px;
}
.about-modal .close-modal:hover {
    opacity: 1;
}

.about-modal .backgrid {
    left: 40px;
}

.about-modal .modal-backdrop {
    display: none;
    opacity: 0;
}

.owl-item {
	width: 380px;
}

.bignotice {
	color: #fff;
	font-size: 20px;
}