@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700,900&display=swap');


p ,h1, h2, h3, h4, h5, h6{
	margin-bottom: 0;
	font-family: 'Roboto', sans-serif;
}
h1 { font-size: 40px; }
h2 { font-size: 35px; }
h3 { font-size: 30px; }
h4 { font-size: 25px; }
h5 { font-size: 22px; }
h6 { font-size: 18px; }

ul, li {
    list-style: none;
    padding: 0;
    margin: 0;
}
img{
    max-width: 100%;
    max-height: 100%;
}
figure{
    margin: 0;
}
.btn{
    border-radius: inherit;
}
a{
    color: black;
}
a:hover{
    text-decoration: none;
    color: #3f659c;
}
.manage-space{
    padding: 80px 0;
}
.title{
    text-align: center;
    margin-bottom: 60px;
}
.title h1 {
    position: relative;
}
.title h1:after {
    content: '';
    height: 2px;
    width: 75px;
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    background: rgb(254, 0, 2);
}
.mt-30{
    margin-top: 30px;
}
.mb-30{
    margin-bottom: 30px;
}
/*back to top*/
#back-top  {
    display: block;
    position: fixed;
    bottom: 20px;
    background-color: #da241a;
    color: white;
    padding: 13px;
    right: 15px;
    z-index: 99;
    font-size: 25px;
    line-height: 15px;
    height: 50px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 50px;       
}
#back-top  i{
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
#back-top i:hover {
    background-color:  rgba(218, 37, 28, 0.8);   
}
.owl-theme .owl-nav [class*=owl-]:focus {
     outline: 0;
    }
button:focus {
    outline: none;
}
section.top-bar {   
    background: #181954;
    padding: 30px 0 60px;
}
section.top-bar .logo img {
    width: 100%;
    height: 100%;
}
section.top-bar .logo {
    width: 200px;
    margin: auto;
    position: absolute;
    z-index: 99;
    top: -30px;
}
section.top-bar .address {
    color: #fff;
    margin-top: 10px;
}
section.top-bar ul{
    float: right;
}
section.top-bar ul li {
    display: inline-block;
    margin-left: 5px;
    margin-top: 7px;
    margin-right: 10px;
}
section.top-bar li a {
    color: #fff;
}
section.top-bar .col-lg-3 {
    padding-left: 0;
}
section.top-bar .donate-btn {
    float: right;
}
section.header {
    position: absolute;
    z-index: 9;
    width: 100%;
    top: 98px;
}
section.header .small-lgo {
display: none;
    }
section.header .head-inner {
    background: #fff;
    border-bottom-left-radius: 75px;
}
section.header .info {
    padding: 21px 0;
}
section.header .nav-cover {
    padding: 13px 0;
    float: right;
}
section.slider .slide-img {
    position: relative;
    height: 550px;
    background-position: top center!important;
    background-repeat: no-repeat!important;
    background-size: cover!important;
}
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    /*background: rgba(0,0,0,0.4);*/
    width: 100%;
    height: 100%;
}
section.slider .owl-dots {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translate(-50%, -50%);
}

/*
Event wrap
*/
section.event-wrap .event-panel {
    width: 70%;
    margin: auto;
}
section.event-wrap .title{
    text-align: inherit;
}
section.event-wrap .title h1{
    position: relative;
}
section.event-wrap .title h1:after {
    content: '';
    height: 2px;
    width: 75px;
    position: absolute;
    bottom: -10px;
    left: 47px;
    transform: translateX(-50%);
    background: rgb(254, 0, 2);
}
section.event-wrap {
    background: #eeeeee;
}
section.event-wrap .event-det {
    background: #fff;
    text-align: center;
    color: #1d1f8e;
    padding: 20px;
}
section.event-wrap .event-det h1 {
    font-weight: 800;
}
section.event-wrap .event-info p {
    display: inline-block;
    margin-bottom: 5px;
    border-right: 1px solid grey;
    margin-right: 20px;
    padding-right: 20px;
}
section.event-wrap .event-info p:last-child {
    border-right: none;
    margin-right: 0px;
    padding-right: 0px;
}
section.event-wrap .event-info i {
    margin-right: 5px;
}
section.event-wrap .event-content h3 {
    margin-bottom: 15px;
    margin-top: 10px;
}
.btn-panel {
    margin-top: 25px;
}
/*
Blog wrap
*/
section.blog-wrap .blog-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

section.blog-wrap .blog-img {
    position: relative;
    height: 350px;
}
section.blog-wrap .blog-date {
    position: absolute;
    background-color: #da241a;
    padding: 10px 15px;
    left: 15px;
    bottom: -10px;
    text-align: center;
    color: #fff;
}
section.blog-wrap .blog-date p {
    line-height: 20px;
}
section.blog-wrap .blog-date h2 {
    line-height: 35px;
}
section.blog-wrap .news-post {
    background-color: white;
    padding: 30px;
    border-bottom: 3px solid #e0e0e0;
    border-left: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
    border-top: 1px solid #e0e0e0;
}
section.blog-wrap .news-post p {
   /* padding: 20px 0; */
}
section.blog-wrap .news-post h5{
    margin-bottom:20px;
}
section.blog-wrap .news-post a{
    margin-top:20px;
}
section.blog-wrap .blog-item {
    background: #eeeeee;
    position: relative;
    margin-bottom: 20px;
    padding: 15px 0;
    padding-left: 20px;
}
section.blog-wrap .day {
    float: left;
    text-align: center;
    width: 120px;
    background: #fff;
    margin-right: 20px;
    padding: 15px;
}
section.blog-wrap .day h3 {
    font-size: 50px;
    margin-bottom: 5px;
    color: #da241a;
}
section.blog-wrap .day h6 {
    line-height: 22px;
    font-size: 16px;
    text-transform: uppercase;
}
section.blog-wrap .blog-content {
    float: left;
    width: 260px;
    margin-top: 40px;
}
section.blog-wrap .blog-item .blog-content h5 a {
    position: relative;
    background: none;
    font-size: inherit;
}
section.blog-wrap .blog-item a.view-btn {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    background: #da241a;
    color: #fff;
    width: 60px;
    text-align: center;
    font-size: 14px;
}
section.blog-wrap .blog-item a p {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    min-width: 97px;
    width: auto;
    position: absolute;
    top: 50%;
    right: -30%;
    text-transform: uppercase;
}
section.blog-wrap .btn-panel a.btn {
    width: 90%;
}
section.blog-wrap .btn-panel {
    text-align: center;
    margin-top: 25px;
}
/*
work/activity wrap
*/
section.work-wrap {
    background: #eee;
}
section.work-wrap .work-box {
    margin-bottom: 30px;
}
section.work-wrap .work-box h4 {
    background: #fff;
    padding: 20px 25px;
}
section.work-wrap .work-box figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
section.work-wrap .work-box figure {
    height: 300px;
}

/*partner*/
section.wp-partner {
    padding: 80px 0;
}
section.wp-partner .part-img {
    height: 100px;
    width: auto;
    border: 1px solid #d6d6d6;
    text-align: center;
    padding: 10px;
    margin-bottom: 20px;
}
section.wp-partner .part-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
/*
footer wrap
*/
section.footer-wrap {
    background: #1e2436;
    color: #fff;
    padding: 50px 0;
    border-bottom: 1px solid #42485a;
}
section.footer-wrap .footer-logo {
    width: 300px;
    margin: auto;
}
section.footer-wrap .footer-logo img {
    width: 100%;
    height: 100%;
}
section.footer-wrap .contact-address {
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
    margin-left: 15%;
    padding-top: 30px;
}
section.footer-wrap .contact-address p i {
    position: absolute;
    top: 25px;
    left: 0;
}
section.footer-wrap .contact-address p {
    position: relative;
    padding: 25px 0 25px 30px;
    width: 42%;
}
section.footer-wrap .contact-address p span {
    margin-right: 7px;
    text-transform: uppercase;
    font-size: 16px;
}
section.footer-wrap .contact-address > p:nth-child(2n + 1) {
    padding-right: 20px;
    border-right: 1px solid #37405d;
}
section.footer-wrap .contact-address > p {
    border-top: 1px solid #37405d;
}
section.footer-wrap .contact-address > p:nth-child(1),
 section.footer-wrap .contact-address > p:nth-child(2) {
    border-top: 0px;
}
section.footer-wrap .contact-address > p:nth-child(2n) i {
    padding-left: 22px;
}
section.footer-wrap .contact-address p.phone, 
section.footer-wrap .contact-address p.web {
    padding-left: 51px;
}
.bottom-footer {
    background: #1e2436;
    padding: 15px 0;
}
.bottom-footer ul.footer-item {
    display: inline-block;
}
.bottom-footer ul.footer-item li {
    display: inline-block;
    padding-bottom: 15px;
    margin-right: 10px;
}
.bottom-footer ul.footer-item li a{
    color: #fff;
    text-transform: uppercase;
}
.bottom-footer ul.footer-item li:hover a{
    color: #60ad4a;
}
.bottom-footer p.footer_copyright_text {
    float: right;
    color: #fff;
}
.bottom-footer p.footer_copyright_text a {
    color: #60ad59;
}

/*
for all pages
*/
section.page-banner {
    position: relative;
    width: 100%;
    height: 200px;
    text-align: center;
    background-position: center!important;
    background-repeat: no-repeat!important;
    background-size: cover!important;
}
section.page-banner  .banner-bg {
    background: #990000;
    width: 100%;
    height: 100%;
    padding-top: 100px;
    background: #dc3545;
    background: #333333;
    color: #fff;
}

/*
about page
*/
section.about-pages .abt-content {
    text-align: center;
}
section.about-pages .abt-content h2{
    margin-bottom: 30px;
}
section.about-pages .abt-content p {
    margin-bottom: 20px;
    line-height: 28px;
}

/*
Counter wrap
*/
section.wp-counter {
    background: #1e2436;
    color: #fff;
    padding: 50px 0;
}
section.wp-counter .col-lg-3 {
    padding-left: 0;
    padding-right: 0;
}
section.wp-counter .text {
    position: relative;
    text-align: center;
}
section.wp-counter .text:before {
    position: absolute;
    content: '';
    right: 0px;
    top: 50%;
    margin-top: -45px;
    width: 1px;
    height: 90px;
    background-color: rgba(255,255,255,.4);
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg);
}
section.wp-counter .text.last-border:before {
    display: none;
}
section.wp-counter span.count {
    font-size: 55px;
    font-weight: 600;
}

/*
team page
*/
section.team-page .team-box, section.patron-panel .team-box {
    text-align: center;
    margin-bottom: 30px;
}
section.patron-panel{ background:#f5f5f5;}
section.team-page .team-img img, section.patron-panel .team-img img{
    border-radius: 50%;
    height: 100%;
    width: 100%;
}
section.team-page .team-img, section.patron-panel .team-img {
    height: 200px;
    width: 200px;
    margin: auto;
}
section.team-page .team-content h5, section.patron-panel .team-content h5{
    margin-top: 20px;
    font-size: 20px;
}
section.team-page .team-content h6, section.patron-panel .team-content h6 {
    color: #c78e8e;
    margin: 3px 0 10px;
}

/*
working-with page
*/
section.partner-page .work-title {
    margin-bottom: 30px;
}
section.partner-page .partner-box {
    padding: 30px;
    border: 1px solid #e1e1e1;
    margin-bottom: 30px;
}
section.partner-page .content-box {
    display: table-cell;
    vertical-align: middle;
    padding-left: 20px;
}
section.partner-page .content-box h5 {
    margin-bottom: 15px;
}
section.partner-page .partner-list img {
    width: 100%;
    height: 100%;
    object-fit: scale-down;
}
section.partner-page .partner-list {
    display: table-cell;
    width: 200px;
    height: 100px;
    border-right: 1px solid #e1e1e1;
}

/*
career page
*/
section.career-page .post-share-options {
    margin-top: 0px;
}

/*
different event page
*/
section.event-page .event-box {
    border: 1px solid #dadada;
    margin-bottom: 30px;
}
section.event-page .event-det p {
    color: #da241a;
    margin-top: 7px;
}
section.event-page .event-det p i{
    margin-right: 10px;
}
section.event-page .event-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
section.event-page .event-item {
    height: 215px;
}
section.event-page .event-content {
    padding: 29px 0;
}
section.event-page .event-time p {
    display: inline-block;
    padding: 7px 0;
    margin-right: 10px;
}
section.event-page .event-time i {
    margin-right: 5px;
}
section.event-page .event-btn {
    margin-top: 10px;
}
section.event-page .event-btn a i {
    margin-left: 10px;
}
/*
event detail page
*/
section.event-detail .content .time-location {
    color: #da241a;
    }
section.event-detail .content .time-location p {
    margin: 7px 0 10px;       
}
section.event-detail .content p {
    line-height: 30px;margin-bottom: 15px;
}
/*
sidebar page
*/
.sidebox-panel{
    padding: 30px;
    background: #eee;
}
.side-box h4 {
    background: #181954;
    color: #fff;
    padding: 10px 30px;
}
.sidebox-panel .day-month, .sidebox-panel .post-content {
    display: table-cell;
    vertical-align: middle;
}
.sidebox-panel .day-month {
    margin-right: 30px;
    text-align: center;
    color: #da241a;
    border: 5px solid #e0dfdf;
    background: #fff;
    padding: 10px;
}
.sidebox-panel .day-month .day {
    font-size: 50px;
    font-weight: 600;
    color: #da241a;
    line-height: 55px;
}
.sidebox-panel .post-content {
    padding-left: 20px;
}
.sidebox-panel .post-content h5 {
    margin-bottom: 7px;
}
.sidebox-panel .event-time p {
    font-size: 14px;
    padding: 0!important;
}
.sidebox-panel .event-time i {
    margin-right: 7px;
}
.sidebox-panel .sidebar h3 {
    margin-bottom: 30px;
}
.sidebox-panel .sidebar {
    border-bottom: 1px solid #bfbfbf;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.sidebox-panel .sidebar:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}
.sidebox-panel .image-box {
    display: table-cell;
}
.sidebox-panel .date {
    color: #fff;
    padding: 10px 15px;
    line-height: 30px;
    text-align: center;
    font-weight: 700;
    background: #dc3545;
}
.sidebox-panel .date h2 {
    border-bottom: 1px solid white;
    padding-bottom: 5px;
    font-weight: 600;
    margin-bottom: 0;
}
.sidebox-panel .content-box {
    display: table-cell;
    vertical-align: middle;
    padding: 0 20px;
}
.sidebox-panel .content-box h5 {
    margin-bottom: 10px;
}

/*next blog pages*/
section.blog-page .blog-post {
    margin-bottom: 30px;
}
section.blog-page .blog-post figure {
    height: 250px;
    position: relative;
}
section.blog-page .blog-post figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
section.blog-page .blog-post .day {
    position: absolute;
    bottom: -21px;
    left: 30px;
    background: #da241a;
    color: #fff;
    text-align: center;
}
section.blog-page .blog-post .day h3 {
    padding-top: 8px;
    line-height: 26px;
}
section.blog-page .blog-post .day p {
    background: #a9170f;
    padding: 0 15px;
    margin-top: 8px;
    font-size: 14px;
}
section.blog-page .blog-post .content {
    border: 1px solid #e1e1e1;
    padding: 30px 30px;
}
section.blog-page .blog-post .content p {
    padding: 10px 0;
}
/*
blog-detail page
*/
section.blog-detail .detail-img {
    position: relative;
}
section.blog-detail .blog-date {
    position: absolute;
    background: #b81c09;
    color: #fff;
    bottom: -25px;
    left: 35px;
    padding: 7px 0;
    width: 60px;
    height: 72px;
    text-align: center;
}
section.blog-detail .detail-content {
    position: relative;
    margin: 38px 0;
}
section.blog-detail .detail-content p {
    margin-bottom: 15px;
    line-height: 30px;
}

/*
report page
*/
section.report-panel table tr:nth-child(odd) {
    background-color: #fff;
}
section.report-panel table tr:nth-child(even) {
    background-color: #eee;
}
 .nav-tabs a {
    color: #dc3545;
    font-weight: 700;
    padding: 8px 13px;
    font-size: 18px;
}
section.report-panel a.btn {
    width: 100%;
}

/*
publication page
*/
section.publication-page .publication-box {
    margin-top: 30px;
}
section.publication-page .poster-img img {
    width: 100%;
    height: 100%;
}
section.publication-page .poster-img {
    height: 250px;
    background: #000;
    position: relative;
    margin-bottom: 20px;
}
section.publication-page .poster-img a {
    display: none;
    position: absolute;
    bottom: 19px;
    left: 10%;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
}
section.publication-page .poster-img a i{
    margin-right: 10px;
    background: #da241a;   
    padding: 5px;
}
section.publication-page .poster-img:hover img {
    opacity: 0.6;
}
section.publication-page .poster-img:hover a {
    display: block;
}

/*
project page
*/
section.project-page .project-content span {
    display: block;
    margin: 5px 0;
}
section.project-page .project-box {
    margin-bottom: 30px;
}
section.project-page figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1);
    transition: all 0.5s ease 0s;
}
section.project-page figure {
    display: table-cell;
    width: 200px;
    height: 200px;
    position: relative;
    overflow: hidden;
}
section.project-page .project-content {
    display: table-cell;
    vertical-align: middle;
    padding: 0 30px;
    background: #e9e9e9;
}
section.project-page .project-box:hover  figure img{
    transform: scale(1.05);
}
section.project-page .project-box:hover .project-content {
    background: #dc3545;
    color: #fff;
}
section.project-page .project-box:hover .project-content h4 a {
    color: #fff;
}
/*
project detail page
*/
section.project-detail .project-details img {
    width: 100%;
    margin-bottom: 30px;
}
section.project-detail .project-details p {
    line-height: 30px;
    margin-bottom: 15px;
}
section.project-detail .project-sidebar {
    background: #eeeeee;
    padding: 30px;
    margin-bottom: 30px;
}
section.project-detail .project-sidebar span {
    display: block;
    background: #fff;
    margin-bottom: 15px;
    padding: 10px;
    font-weight: 500;
    position: relative;
    padding-left: 50%;
}
section.project-detail .project-sidebar strong {
    font-size: 18px;
    color: #dc3545;
    position: absolute;
    left: 10px;
    top: 7px;
}
section.project-detail .project-sidebar .btn {
    width: 100%;
}
.post-share-options {
    margin-top: 30px;
}

/*
collaborate page
*/
section.collaborate-page .donate-form {
    background: #fafafa;
    border: 1px solid #e8e8e8;
    padding: 35px;
}
section.collaborate-page .section-intro {
    margin-bottom: 30px;
}
section.collaborate-page .donate-amount{
    position: relative;
    margin-bottom: 20px;
}
section.collaborate-page .donate-amount .field-label span{
    display: block;
    line-height: 24px;
    margin-bottom: 15px;
    color: #222222;
    font-weight: 500;
    font-size: 16px;
}
section.collaborate-page .select-amount{
    position:relative;
}
section.collaborate-page .select-amount .select-box{
    position:relative;
    float:left;
    text-align:center;
    margin:0px 15px 10px 0px;   
}
section.collaborate-page .select-amount .input-box{
    position:relative;
    float:left;
    width:200px;
}
section.collaborate-page .select-amount .input-box input{
    height: 43px;
    padding: 0 15px;
}
section.collaborate-page .select-amount .select-box input[type="radio"]{
    left:0px;
    top:0px;
    visibility:hidden;
    position:absolute;
    opacity:0;  
}
section.collaborate-page .select-amount .select-box label{
    display:block;
    line-height:22px;
    padding:10px 35px;
    text-align:center;
    font-size:14px;
    font-weight:500;
    color:#ffffff;
    border:1px solid #ebebeb;
    cursor:pointer;
    border-radius:2px;
    background-color:#a1a1a1;
    transition:all 500ms ease;
}
section.collaborate-page .select-amount .select-box input[type="radio"]:checked+label{
    background:#024d8e;
    border-color:#024d8e;
    color:#fff;
}
section.collaborate-page .form-group {
    margin-bottom: 30px;
}
section.collaborate-page .form-group input, 
section.collaborate-page .form-group select, 
section.collaborate-page .form-group textarea {
    display: block;
    width: 100%;
    line-height: 22px;
    height: 44px;
    font-size: 14px;
    border: 1px solid #e0e0e0;
    padding: 10px 15px;
    background-color: #ffffff;
    color: #222222;
    border-radius: 2px;
}
section.collaborate-page .form-group textarea {
    min-height: 140px;
    }
section.collaborate-page .form-group input:focus, 
section.collaborate-page .form-group select:focus, 
section.collaborate-page .form-group textarea:focus {
    border-color: #426584;
    outline: none;
}

/*
contact page
*/
section.contact .contact-info {
    border: 10px solid #efefef;
    padding: 40px;
}
section.contact .contact-info h4{
    margin-bottom: 30px;
}
section.contact .contact-info li span{
    text-transform: uppercase;
}
section.contact .contact-info li {
    position: relative;
    margin-bottom: 20px;
    padding-left: 90px;
}
section.contact .contact-info li span {
    display: inline-block;
    position: absolute;
    left: 0;
}
section.contact input:focus, section.contact textarea:focus {
    outline: 0;
    border-color: #b13b35;
}
section.contact  input {
    border: 1px solid #dedede;
    width: 100%;
    height: 50px;
    padding: 15px;
}
section.contact textarea {
    display: block;
    width: 100%;
    min-height: 140px;
    border: 1px solid #dedede;
    padding: 20px;
    padding-top: 10px;
    }
section.contact .wrap-input-contact {
  position: relative;
 /* margin-bottom: 30px;*/
}
section.contact .tooltip-validate {
  visibility: hidden;
  font-family: 'Open Sans', sans-serif;
  position: absolute;
  min-height: 28px;
  background-color: white;
  border: 1px solid #990b0b;
  color: #990b0b;
  font-size: 1.3rem;
  text-align: center;-page
  padding-right: 15px;
  padding-left: 15px;
  line-height: 26px;
  top: -23px;
  right: 15px;
  opacity: 0;
}
section.contact .tooltip-validate::after {
  content: "";
  position: absolute;
  top: 100%;
  right: 9px;
  border-top: 8px solid #990b0b;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}
section.contact .symbol-validate {
  display: none;
  position: absolute;
  color: #990b0b;
  font-size: 2.5rem;
  line-height: 48px;
  top: 0px;
  right: 25px;
}
section.contact .show-tooltip {
  -webkit-transition: opacity 0.4s;
    -o-transition: opacity 0.4s;
    -moz-transition: opacity 0.4s;
    transition: opacity 0.4s;
}
section.contact .wrap-input-contact:hover .show-tooltip {
  visibility: visible;
  opacity: 1;
}



/* extra edit */
.contact textarea{
    height:100px;
}

.paginate *{display: inline-block; padding:5px 10px; border:1px solid #eee; color:#23527c;}
.paginate *.current{background-color:#23527c; color:#ffffff;}


.map p iframe{width:100%;}


section.home-gallery .img-panel div {
    background-position: top center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    display: block;
    height: 100%;
    width: 100%;
}

section.home-gallery .img-panel {
    height: 400px;
}

.form-wrap input[type="submit"]{
    margin-top:20px;
}
div#myModal {
    margin-top: 100px
}.modal-content.notice-block {
        width: 739px;
        margin-left: -138px;
        /* padding: 0px !important; */
}
