.ind_btn { position: relative; font-size: 14px; font-weight: 500; text-transform: uppercase; letter-spacing: 0; background: transparent; display: inline-block; color: #FFF; height: 46px; min-width: 144px; padding: 16px 10px; text-align: center; line-height: .9; margin-bottom: 6px; border: none;}
.ind_btn:before { width: 100%; height: 100%; background: #6d0c12; content: ''; position: absolute; left: 0; top: 0; z-index: 2; transition: all ease 300ms;  -moz-transition: all ease 300ms; -webkit-transition: all ease 300ms; -ms-transition: all ease 300ms; -o-transition: all ease 300ms;}
.ind_btn:after { width: 100%; height: 100%; background: #5f060b; content: ''; position: absolute; left: 6px; top: 6px; z-index: 1; transition: all ease 300ms; -moz-transition: all ease 300ms; -webkit-transition: all ease 300ms; -ms-transition: all ease 300ms; -o-transition: all ease 300ms;}
.ind_btn span { position: relative; z-index: 4;}
.ind_btn:hover:before {left: 6px; top: 6px;}
.ind_btn:hover:after {left: 0; top: 0; z-index: 3;}
.ind_btn:hover { color: #fff;}

#siteNav > li.last a { background: #2e3192; color: #fff; padding-right: 15px; border-radius: 3px;}
#siteNav > li.last a:hover { background: #6d0c12; color: #fff;}

.section-title { margin-bottom: 30px;}
.section-title h3 { font-size: 14px; font-weight: 600; text-transform: uppercase; color: #2e3192; line-height: 20px; margin: 0; padding: 0 0 0 70px; letter-spacing: 3px; position: relative;}
.section-title h3::before { content: ""; background: #6d0c12; width: 60px; height: 2px; position: absolute; left: 0; bottom: 45%;}
.section-title h1 { font-size: 32px; text-transform: uppercase; letter-spacing: 1px; color: #000;}

section.front-text { padding: 40px 0; text-align: center;}
section.front-text h2 { font-size: 32px; letter-spacing: 1px; color: #2e3192;}
section.front-text p { font-size: 18px; color: #444;}
section.front-text .front-img { margin-top: 40px;}
.img-radius { border-radius: 4px;}

section.info-block {  padding: 20px 0 60px; position: relative;}
section.info-block .info-text { padding-right: 30px; text-align: center;}
section.info-block .info-text h2 { font-size: 32px; letter-spacing: 1px; margin-bottom: 35px; position: relative; padding-bottom: 8px;}
section.info-block .info-text h2::before { background: #6d0c12; content: ''; width: 50%; height: 2px; margin: 0 auto; position: absolute; left: 0; right: 0; bottom: 0;}
section.info-block .info-text h2::after { background: #2e3192; content: ''; width: 42%; height: 2px; margin: 0 auto; position: absolute; left: 0; right: 0; bottom: -6px;}
section.info-block .info-text p { line-height: 32px; color: #444;}
section.info-block.pt-0 { padding-top: 0;}

section.info-btm { background: #f4f4f4; padding: 60px 0 30px;}
section.info-btm .btm-text { margin-bottom: 30px}
section.info-btm .btm-text h2 { text-align: center; font-size: 28px; margin-bottom: 30px; letter-spacing: 1px; position: relative; padding-bottom: 8px;}
section.info-btm .btm-text h2::before { background: #6d0c12; content: ''; width: 50%; height: 2px; margin: 0 auto; position: absolute; left: 0; right: 0; bottom: 0;}
section.info-btm .btm-text h2::after { background: #2e3192; content: ''; width: 42%; height: 2px; margin: 0 auto; position: absolute; left: 0; right: 0; bottom: -6px;}

.inner-page { margin-bottom: 30px;}
.page-text { min-height: 550px;}
.page-text h1 { font-size: 32px; letter-spacing: 1px; text-transform: uppercase;}

.contact-box { background: #eee; border-bottom: 4px solid #2e3192; text-align: center; padding: 40px; margin-bottom: 30px;}
.contact-box i { font-size: 32px; color: #2e3192;}
.contact-box h2 { text-transform: none; font-weight: 400; font-size: 24px;}
.form-title { text-align: center; margin-bottom: 30px;}
.form-title h2 { font-size: 28px; letter-spacing: 1px; font-weight: 600; margin: 20px 0 5px;}
.form-title p { font-size: 17px; font-weight: 300; line-height: 24px;}

section.spage-text {}
.mt-40 { margin-top: 40px;}
.mb-40 { margin-bottom: 40px;}
.mb-30 { margin-bottom: 30px;}

#fancybox-outer { width: 98%;}
.fancybox-title-over { padding-right: 20px;}

section.gallery-page {}
h2.gp-title { font-size: 28px; font-weight: 700; text-transform: uppercase; color: #000; margin: 0 0 30px; padding: 0 0 0 70px; letter-spacing: 2px; position: relative;}
h2.gp-title::before { content: ""; background: #2e3192; width: 60px; height: 3px; position: absolute; left: 0; bottom: 45%;}

.gp-img { margin-bottom: 30px;}


footer { background: #333; padding: 10px; position: relative;}
footer p { margin: 0; padding: 0; color: #fff; font-size: 13px; font-weight: 300;}
footer .f-social { text-align: right;}
footer .f-social a { font-size: 18px; line-height: 15px; display: block; color: #fff;}
footer .f-social a:hover { color: #6d0c12;}


@media only screen and (max-width: 480px) {
    section.info-block .info-text { padding: 0 0 30px;} 
}
















