/*
Theme Name: thornton
Theme URI: http://devdm.com/thornton
Author: 3prg
Author URI: http://devdm.com/
Description: A versatile and responsive Bootstrap WordPress starter theme FOR DEVELOPERS based on Twitter Bootstrap 3.3.1.
Version: 1.50
License: GNU General Public License v3
License URI: http://www.gnu.org/licenses/gpl.html
Tags: one-column, two-columns, right-sidebar, fluid-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, rtl-language-support, theme-options, translation-ready
Text Domain: thornton


/****************** Special Blank CSS classes for child themes to use without disturbing core bootstrap styles ****************/

@font-face {
    font-family: 'HoeflerText-Black';
    src: url('fonts/Hoefler/HoeflerText-Black.eot?#iefix') format('embedded-opentype'), url('fonts/Hoefler/HoeflerText-Black.woff') format('woff'), url('fonts/Hoefler/HoeflerText-Black.ttf') format('truetype'), url('fonts/Hoefler/HoeflerText-Black.svg#HoeflerText-Black') format('svg');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'BlockBE-ExtraCn';
    src: url('fonts/BlockBE/BlockBE-ExtraCn.eot?#iefix') format('embedded-opentype'), url('fonts/BlockBE/BlockBE-ExtraCn.woff') format('woff'), url('fonts/BlockBE/BlockBE-ExtraCn.ttf') format('truetype'), url('fonts/BlockBE/BlockBE-ExtraCn.svg#BlockBE-ExtraCn') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Aileron-Light';
    src: url('fonts/Aileron/Aileron-Light.eot?#iefix') format('embedded-opentype'), url('fonts/Aileron/Aileron-Light.otf') format('opentype'), url('fonts/Aileron/Aileron-Light.woff') format('woff'), url('fonts/Aileron/Aileron-Light.ttf') format('truetype'), url('fonts/Aileron/Aileron-Light.svg#Aileron-Light') format('svg');
    font-weight: normal;
    font-style: normal;
}
body {
    background: url(img/bg-tile.jpg) repeat;
    font-family: arial;
    font-size: 14px;
    margin: 0;
    padding: 0;
}
.thornton-container {
    position: relative;
    background: url(img/white-bg.png) repeat-y center;
}
.nopadding {
    padding: 0
}
/*header*/

.header {
    padding: 20px 0 0 0
}
.custom-header-text-color {
    font-family: HoeflerText-Black;
    font-size: 32px;
    font-weight: bolder;
    margin: 50px 2px 0 0px;
    display: block;
}
.headerlinks {
    margin: 33px 0 0 0
}
.headerlinks li {
    list-style: none;
    display: inline-block;
    text-transform: capitalize;
    margin: 0 1px 0 11px;
}
.headerlinks li a {
    color: #818285;
}
/*top menu*/

.navbar {
    margin: 10px 0 0 0;
}
.navbar-inverse .navbar-toggle {
    background: #333;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {} .navbar-collapse.navbar-1-collapse.collapse.in {
    width: 100%;
    background: #fff;
}
.top-menu .navbar-inverse {
    background: none;
    border: none;
}
.top-menu .navbar-nav {
    width: 100%
}
.top-menu .navbar-nav > li {
    float: none;
    display: table-cell;
    width: 1%;
    text-align: center;
    height: 50px;
    vertical-align: middle;
}
.top-menu .navbar-nav > li > a {
    padding: 0;
    font-size: 16px;
    text-transform: lowercase;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    background: none;
    color: #ab005c;
    font-weight: bold;
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
    color: #ab005c;
}
/*content*/

.home .main {
    margin: -43px 0 0 0;
}
.home-box h2 {
    margin: 0 0 9px 0;
    padding: 19px 0 0 0;
    letter-spacing: 2px;
}
.home-box h2 a {
    color: #ffffff;
    font-family: BlockBE-ExtraCn, arial;
    font-size: 65px;
}
.home-box a {
    color: #ffffff;
    font-family: BlockBE-ExtraCn, arial;
    font-size: 75px;
}
.home-box h2 a:hover {
    text-decoration: none;
    color: #e4e4e4;
}
.purple-box {
    background: #bb0056;
    color: #ffffff;
    text-align: center;
}
.Darkpurple-box {
    background: #7a003c;
    color: #ffffff;
    text-align: center;
}
.gray-box {
    background: #cccccc;
    text-align: center;
}
/*event box*/

.home-event {
    margin: 0 15px 0 0;
}

/*contact page form*/
.mc4wp-form label{
    display: block;
    font-weight: normal !important;
    margin-bottom: 5px;
}

.mailchimp-form-wrapper .btn{
    font-size: 30px;
    color: #ffffff;
    padding: 8px 60px;
    background: #b1115f;
    border: none;
    border-radius: 0;
    margin-top: 20px;    
}

.mailchimp-form-wrapper label span{
    color: #d82424;
}

.mailchimp-form-wrapper .form-control{
    height: 50px !important;
    border: 1px solid #e1e1e1;
    border-radius: 0;
}

@media (min-width: 1200px) {
    .home-event {
        min-height: 397px;
   }
   .home-news.news-widget {
       min-height: 407px;
  }
}
img.alignnone {
    width: 100%;
    max-width: 100%;
    margin: 0;
}
.event-caption {
    width: 100%
}
.event-caption h3, .event-caption h3 a {
    font-size: 30px;
    width: 60%;
    margin: 0 auto;
    font-family: arial;
    height: 60px;
    overflow: hidden;
}
.event-caption h3 a:hover {
    text-decoration: none;
    color: #e4e4e4
}
.inner .date {
    font-size: 20px;
    font-family: Aileron-Light;
    font-style: italic;
}
#event-ticker {
    padding: 0px 0 36px 0
}
#event-ticker .carousel-indicators {
    bottom: 2px
}
.carousel-indicators li, .carousel-indicators li.active {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    cursor: pointer;
    border: none;
    margin: 0 10px;
}
.carousel-indicators li {
    text-indent: -999px;
    background: #fff;
}
.carousel-indicators li.active {
    background: #680030;
    border: none;
    margin: 0 10px;
    border-radius: 10px;
}
.home .footer .container {
    border: none;
}
/*about box*/

.home-about {
    margin: 0 9px 15px 0;
}
/*contact box*/

.home-contact {
    margin: 0 0px 0 5px;
}
.home-contact img {
    margin: 0 auto
}
/*social icon*/

.home-social ul {
    margin: 15px 0 0 0;
    padding: 0
}
.home-social ul li {
    display: inline-block;
    float: left;
    margin: 0 15px 15px 0
}
/*home image*/

.home-image {
    margin: 15px 15px 0 0;
}
/*home-news*/

.event-caption {
    height: 90px;
}
.news-caption {
    height: 142px;
    width: 100%
}
.cycle-slideshow {
    text-align: center;
}
#news-ticker {
    padding: 0px 0 5px 0;
}
.abt-news-caption, .abt-event-caption {
    width: 100% !important;
    height: 136px;
    overflow: hidden;
}
.news-caption h3, .news-caption h3 a, .abt-event-caption h3, .abt-event-caption h3 a {
    font-size: 30px;
    width: 80%;
    margin: 0 auto;
    font-family: arial;
    color: #fff;
    min-height: 100px;
}
.news-caption h3 a:hover {
    text-decoration: none;
    color: #e4e4e4;
}
.inner .date, .news-caption .date {
    font-size: 20px;
    font-family: Aileron-Light;
    font-style: italic;
}
.home-about img {
    margin: 0 auto
}
.cycle-pager {
    position: relative;
    top: 9px
}
.cycle-pager span {
    color: #fff;
    background: #fff;
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 10px;
    margin: 0 10px;
    cursor: pointer;
    z-index: 100;
}
.cycle-pager span.cycle-pager-active {
    background: #bb0056;
}
.cycle-pager span i {
    display: none;
}
/*bottom box*/

.bottom-box h2 {
    padding: 36px 0 0 0
}
.home-groups {
    margin: 0 15px 0 15px
}
/* events page*/

.event-image {
    display: inline-block;
    float: left;
    margin: 0 25px 0 0
}
.event-desc {
    overflow: hidden;
}
#page-event .slider {
    width: 400px;
    overflow: hidden;
    position: relative;
    /* for overflow: hidden to work in IE7 */
}
#page-event .slider > ul {
    /* styled by JS to match the added width and height of all <li>’s */

position: relative;
    -webkit-transition: .5s left;
    -moz-transition: .5s left;
    -ms-transition: .5s left;
    -o-transition: .5s left;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100% !important;
}
#page-event .slider > ul > li {
    float: left;
    display: none;
    width: 100% !important;
}
#page-event .slider > ul > li.active {
    display: block;
}
.slider-arow {
    text-align: center;
    margin: 0 0 20px 0
}
#page-event .slider-arow h4 {
    color: #888888;
    font-size: 38px;
    display: inline-block;
    min-width: 250px;
    text-align: center;
}
#events-notes .agenda-image img {
    margin: 10px 0 20px 0
}
/*news page*/

.agendaa-date {
    color: #606060;
    font-size: 17px;
}
.hidelist {
    display: none;
}
.slider-arow a {
    color: #bb0056;
    font-size: 38px;
    display: inline-block;
}
.month-outer li h2 {
    display: none
}
.month-outer li .month-wrap {
    margin: 0 0 22px 0
}
.month-outer li .month-wrap a {
    color: #bb0056;
    font-size: 24px;
    display: block;
    line-height: 24px;
    margin: 0 0 5px 0
}
.month-outer li .month-wrap {
    color: #888888;
    font-size: 18px
}
.agenda-hd {
    margin: 22px 0 22px 0
}
.agenda-hd .agenda-date {
    width: 118px;
    height: 114px;
    line-height: 114px;
    display: inline-block;
    background: #bb0056;
    font-size: 72px;
    color: #fff;
    text-align: center;
    font-weight: bold;
    float: left;
    margin-right: 22px;
}
.agenda-title {
    overflow: hidden;
}
.agenda-cap {
    color: #bb0056;
    font-size: 32px;
    line-height: 33px;
}
.agenda-time, .agenda-loc {
    font-size: 24px;
    color: #f04e99;
}
.agenda-note {
    margin: 0px 0 0 0
}
.news-date {
    color: #a3a3a3;
    font-size: 24px
}
.page-news .month-wrap.activetrail .trail{
	visibility: visible;
}
.trail {
	text-align: right;
	padding: 0 30px 0 0;
	color:#bb0056;
	font-size: 35px;
	line-height: 35px;
	height: 35px;
	visibility: hidden;
	margin: 0;
}
/*em-calendar*/

.em-calendar-wrapper {
    background: #bb0056;
    padding: 10px 25px 5px 25px
}
.em-calendar {
    background: #bb0056;
    color: #fff;
    font-size: 24px
}
table.em-calendar tbody td {
    border-bottom: 1px solid #fff;
    text-align: right;
    border-right: 1px solid #fff;
}
table.em-calendar tr.days-names td {
    border-top: none;
}
table.em-calendar .em-calnav {
    color: #fff
}
table.em-calendar thead {
    text-align: left;
    font-size: 38px
}
table.em-calendar tbody tr td: last-child {
    border-right: none
}
table.em-calendar tbody td.eventless-pre, .em-calendar td.eventless-post {
    color: #d18bab
}
.eventful-today {
    background: #fff !important;
    color: #bb0056
}
.eventful-today a {
    color: #bb0056 !important
}
/*--------------------------------------*\
	Add By DK
\*--------------------------------------*/

.form-control:focus, #searchform #s:focus {
    border-color: rgba(253, 25, 136, 0.6);
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px rgba(253, 25, 136, 0.6);
}
.thornton-container {
    position: relative;
}
/* Page Title */

.page-title {
    position: absolute;
    top: 580px;
    left: 0;
    right: 0;
    font-family: BlockBE-ExtraCn, arial;
    font-size: 75px !important;
    color: #ffffff;
    padding-right: 0;
    margin: 0 auto;
    text-transform: capitalize;
}
/* Main */

main {
    font-size: 17px;
    color: #666666;
    padding: 50px 85px !important;
}
main h2 {
    font-size: 35px;
    color: #bb0056;
    margin: 7px 0 25px 0;
}
main p {
    margin-bottom: 18px;
}
a {
    color: #b1115f;
    text-decoration: none;
}
main a[href^="mailto"] {
    text-decoration: underline;
}
a:hover, a:focus {
    color: #b1115f;
    text-decoration: none;
    outline: none;
}
/* news & Event Widgets  */

.event-widget, .news-widget {
    padding: 30px 30px 15px 30px;
}
.purple-box .cycle-pager-active {
    background: #680030 !important;
    border: 1px solid #680030;
}
/* About Page */

.page-about main {
    color: #606060;
    padding: 0 15px !important;
    margin-top: -40px;
}
.page-about h2 {
    font-size: 55px;
}
.page-about h3 {
    font-size: 36px;
    color: #b1115f;
}
.page-about h4 {
    font-size: 17px;
    color: #b1115f;
    font-weight: 100;
    font-style: italic;
}
.page-about .dmbs-main {
    width: 700px;
    float: left;
    padding-top: 80px;
    padding-right: 60px;
}
.page-about .dmbs-main ul {
    font-size: 25px;
    padding: 0;
}
/*.page-about .dmbs-main ul > li {
    line-height: 20px;
    margin-bottom: 15px;
    color: #d7d7d7;
}*/

.page-about .dmbs-main ul > li:before {
    content: "•";
    color: #d7d7d7;
    position: absolute;
    left: 0em;
    font-size: 25px;
    line-height: 25px;
    padding-right: 25px;
}
.page-about .dmbs-main ul > li {
    font-size: 17px;
    color: #606060;
    list-style: none;
    padding: 2px 0 2px 25px;
}
.page-about .about-side {
    width: 470px;
    float: left;
}
.page-about .purple-box, .page-about .Darkpurple-box {
    width: 100%;
    margin-bottom: 15px;
}
.page-about .about-side h2 > a {
    font-family: BlockBE-ExtraCn, arial;
    font-size: 75px;
    color: #ffffff;
}
.page-about .about-side h3 > a {
    font-size: 30px;
}
.page-about .news-caption h3, .page-about .news-caption h3 a, .page-about .abt-event-caption h3, .page-about .abt-event-caption h3 a {
    width: 100%;
}
.page-about .news-caption {
    height: 115px;
}
/* Contact Form */

.contact-form-wrapper {
    padding-left: 100px;
    padding-right: 100px;
    margin-top: 40px;
}
.page-contact main.container a {
    text-decoration: underline;
}
.page-contact main.container a:hover, .page-contact main.container a:focus {
    text-decoration: none;
}
.page-contact .no-link:hover, .page-contact .no-link:focus {
    text-decoration: underline !important;
}
.contact-form-wrapper .form-group {
    margin-bottom: 30px;
}
.contact-form-wrapper label {
    font-weight: normal;
}
.contact-form-wrapper label span {
    color: #d82424;
}
.contact-form-wrapper .form-control {
    height: 50px;
    border: 1px solid #e1e1e1;
    border-radius: 0;
}
.contact-form-wrapper .form-control:focus {
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px rgba(253, 25, 136, 0.6);
}
.contact-form-wrapper .btn {
    font-size: 30px;
    color: #ffffff;
    padding: 8px 60px;
    background: #b1115f;
    border: none;
    border-radius: 0;
    margin-top: 20px;
}
/* Add your Business Page */

.page-addyourbusiness #menu-item-33 a {
    background: none;
    color: #ab005c;
    font-weight: bold;
}
.page-addyourbusiness .sub-title, .add-business-form-wrapper {
    padding-top: 35px;
}
.page-addyourbusiness p, .page-addyourbusiness label {
    font-size: 17px;
    color: #666666;
    font-weight: normal;
    margin-bottom: 10px;
}
.page-addyourbusiness label > .req {
    color: #d82424 !important;
}
.page-addyourbusiness input, .page-addyourbusiness select {
    height: 50px;
    padding: 15px;
}
.page-addyourbusiness input[type="checkbox"], .page-addyourbusiness input.btn {
    height: auto;
}
.page-addyourbusiness input.btn {
    width: 215px;
    margin-bottom: 50px;
}
.page-addyourbusiness .small {
    font-size: 15px;
}
/* Gallery Page */

.page-gallery main {
    padding: 0 15px !important;
    margin-top: -40px;
}
.album-block {
    margin-bottom: 30px;
}
.album-block-inner {
    position: relative;
    cursor: pointer;
}
.album-block h3 {
    display: none;
    position: absolute;
    bottom: 25px;
    width: 100%;
    font-size: 32px;
    color: #ffffff;
    text-align: left;
    padding: 25px;
    background: rgba(177, 17, 96, .7);
    margin: 0;
}
.album-block-inner:hover h3 {
    display: block;
}
.page-gallery .modal-header {
    padding: 15px 30px;
    border: none;
}
.page-gallery .modal-dialog {
    display: table;
    height: 100%;
    width: 100%;
    padding: 50px;
    background: rgba(255, 255, 255, .9);
    margin: 0;
}
.modal-dialog-inner {
    width: 1220px;
    padding: 25px;
    border: 1px solid #d1d1d1;
    margin: auto;
}
.page-gallery .modal-content {
    display: table;
    width: 1170px;
    background: #ffffff;
    border: none;
    box-shadow: none;
}
.col-md-6.modal-img {
    margin-bottom: 30px;
}
#modalGalleryLabel {
    font-size: 38px;
    color: #7a7a7a;
}
#modalGalleryLabel span {
    color: #b1115f
}
.modal-img img {
    width: 100%;
}
/* Event Page */

table.em-calendar td.eventless-today, table.em-calendar td.eventful-today {
    color: #bb0056;
    background: #ffffff;
}
#event-holder {
   /* font-size: 30px;
    color: #bb0056;*/
    padding-top: 50px;
}
.myclass #event-holder #event-content:first-child {margin-top: -62px}
.myclass #event-holder #event-content {margin-top: 0}

#event-holder p, .agenda-add {
    font-size: 17px;
    color: #606060;
}
.agenda-add {
    font-weight: 600;
}
.month-wrap a {
    cursor: pointer;
}
#event-content {
    margin-top: -50px;
}
/* Regular Groups */

.post-type-archive-groups main {
    color: #606060;
    padding: 0px !important;
}
/*directory*/

.page-directory main {
    padding: 50px 15px !important;
}
.page-directory .pager li > a, .page-directory .pager li > span {
    border: none;
    color: #bb0056;
    font-size: 38px;
    background: none;
}
.pagination.pagination-top {
    margin: 0 0 0 13px;
}
.pagination.pagination-top ul {
    margin-top: 0
}
.pagination.pagination-top li {
    float: left;
    /*
	width: 25px;
	height: 25px;
	margin-left: 1px;
	margin-top: 1px;*/
}
.pagination.pagination-top li span {
    cursor: pointer;
    /*font-size: 13px;
	color: #fff;
	background: #bb0056;
	
	width: 25px;
	height: 25px;
	line-height: 25px;
	
	text-align: center;
	padding: 0;*/

border-radius: 0;
    color: #999;
    font-size: 30px;
    background: none;
}
.pagination.pagination-top li span.active, .pagination.pagination-top li span:hover {
    color: #bb0056;
    /*background: #8e0046*/
}
.page-directory .pagination-next {
    /*position: absolute;
	right: 5%;
	top: 53%;
	cursor: pointer;*/
}
.character-box {
    width: 133px;
    height: 133px;
    background: #8e0046;
    color: #fff;
    display: inline-block;
    text-align: center;
    line-height: 133px;
    font-size: 80px;
    float: left;
    margin: 0 35px 35px 0;
}
.master-slider-parent a {
    display: block;
    width: 200px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 42px;
}
.sub-title {
    color: #bb0056;
    font-size: 35px;
    margin-bottom: 40px;
}
.req {
    color: #d82424;
}
.required-msg {
    color: #d82424;
    font-size: 12px
}
#add_business label span {
    color: #ccc;
    font-style: italic;
}
#add_business .btn.btn-default {
    background: #b1115f;
    font-size: 30px;
    border-radius: 0;
    color: #fff
}
.page-addyourbusiness #textarea_feedbackm, .page-addyourbusiness #textarea_desc {
    color: #ccc;
    font-size: 14px
}
.master-slider-parent a span {
    display: none;
}
.page-directory .category-list > p {
    cursor: pointer;
}
.category-list {
    overflow: hidden;
    float: right;
    width: 66%;
    margin: 0 0 5px 0
}
.cat-cont {
    color: #bb0056
}
.alp #box-locater {
    display: none
}
.category-box h2 {
    font-size: 35px;
    margin: 0 0 40px 0
}
.category-box h4 {
    font-size: 17px;
    color: #bb0056
}
.page-directory main p {
    margin-bottom: 0px;
}
.page-directory main p i {
    display: none;
    float: right;
}
.category-list .activelist i {
    display: inline-block;
}
.category-list .activelist {
    color: #bb0056;
    font-weight: bold;
}
.business-description {
    margin: 8px 0;
}
.business-address {
    font-size: 15px
}
.contact-name span, .business-contact span, .contact-mob span, .business-email span {
    display: none;
    width: 30%;
    text-align: right;
}
.contact-name, .business-contact, .contact-mob, .business-email {
    font-size: 15px;
}

/* Terms & Condition */

.page-terms-conditions .content {
    . font-size: 17px;
    padding-top: 50px;
}
.page-terms-conditions .content p {
    font-size: 17px;
    color: #666666;
}
.page-terms-conditions h2 {
    font-size: 17px;
    color: #b1115f;
    font-weight: 600;
}
.page-terms-conditions h2.page-title {
    color: #ffffff;
}
.page-terms-conditions ol {
    padding-left: 20px;
    margin-top: 30px;
    margin-bottom: 30px;
}
.page-terms-conditions ol li {
    font-size: 17px;
    color: #666666;
    line-height: 20px;
    margin-bottom: 3px;
}
/*.eventful a, .eventless-today a, .eventful-today a {
	cursor: default;
}
*/

/* Footer */

.footer {
    font-size: 13px;
    color: #878787;
    padding-left: 15px;
    padding-right: 15px;
}
.footer .container {
    padding-top: 35px;
    padding-bottom: 10px;
    border-top: 1px solid #e1e1e1;
}
.footer .container.copyrights {
    padding: 0 0 25px 0;
    border: none;
    color: #9d9d9d;
}
.home .footer .container.copyrights {
    margin-left: -15px;
}
.home .footer .navbar > .container {
    width: 100%;
}
.footer .navbar-inverse {
    background: transparent;
    border: none;
}
.footer .navbar-fixed-top, .navbar-fixed-bottom {
    position: relative;
}
#menu-footer-menu li {
    padding: 0 10px;
    border-right: 1px solid #878787;
}
#menu-footer-menu li:first-child {
    padding-left: 0;
}
#menu-footer-menu li: last-child {
    border: none;
}
#menu-footer-menu li a {
    font-size: 13px;
    text-transform: lowercase;
    line-height: 12px;
    padding: 0;
}
/* Groups */

.post-type-archive-groups .content {
    line-height: 22px;
    padding-top: 50px;
}
.post-type-archive-groups h2 {
    margin-top: 0;
    margin-bottom: 10px;
}
.post-type-archive-groups h3 {
    font-size: 20px;
    color: #BB0056;
    margin: 0;
}
.post-type-archive-groups .content img {
    height: 170px;
    width: 170px;
}
.archive main {
    padding: 30px 15px 0 15px !important;
}
/*** Responsive ***/

@media (max-width: 1199px) {
    .archive .content .col-sm-2 img, #galleryModal img {
        width: 100%;
        height: auto;
   }
   .modal-dialog-inner {
       width: 80%;
  }
  .page-gallery .modal-content {
      width: 100%;
 }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .home-box h2 a {
        font-size: 40px;
   }
   .news-caption {
       height: 148px;
  }
  .page-title {
      top: 465px;
 }
 .page-about .dmbs-main {
     width: 60%;
}
.page-about .about-side {
    width: 40%;
}
.home-social ul li {
    width: 43.8%;
}
ul.cnss-social-icon li a img {
    height: 100%;
    width: 100%;
}
}
@media (max-width: 991px) {
    .home-image img, .event-widget, .news-widget, .page-about .dmbs-main, .page-about .about-side {
        width: 100%;
   }
   .home-image {
       margin-right: 0;
  }
  .news-widget {
      margin-bottom: 15px;
 }
 .home-social ul li: nth-child(3), .home-social ul li: last-child {
     margin-bottom: 15px;
}
.page-about .dmbs-main {
    padding-right: 15px;
}
.album-block-inner img {
    height: auto;
    width: 100%;
}
.home .footer > .container {
    width: 100%;
}
}
@media (min-width: 768px) and (max-width: 991px) {
    .container > .navbar-collapse {
        padding-right: 0px;
        padding-left: 0px;
        margin-left: -15px;
        margin-right: -15px;
   }
   .top-menu .navbar-nav > li > a {
       font-size: 14px;
  }
  .home-social ul li {
      width: 46%;
      margin-bottom: 28px;
 }
 .home-about {
     margin-right: 15px;
}
.home-contact {
    margin-left: 0;
}
.home-groups {
    margin-right: 0;
}
.home-galleries {
    margin-top: 15px;
}
.page-title {
    top: 410px;
}
}
@media (max-width: 767px) {
    .top-menu .navbar-nav > li {
        display: block;
        width: 100%;
   }
   .custom-header-text-color {
       display: none;
  }
  .navbar-inverse .navbar-toggle, .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
      background: #BB0056;
      border-color: #BB0056;
 }
 .home-event {
     margin-top: 60px !important;
}
.bottom-box {
    margin: 0;
}
main, .page-about main {
    padding: 50px 25px !important;
}
}
@media (min-width: 480px) and (max-width: 767px) {
    .home-social ul li {
        width: 43.7%;
        margin-bottom: 26px;
   }
   .home-box h2 a {
       font-size: 50px;
  }
  .home-about, .home-directory {
      margin: 0 15px 15px 0 !important;
 }
 .home-contact, .home-groups {
     margin: 0 0 15px 0 !important;
}
.page-about h2, #modalGalleryLabel {
    font-size: 45px;
}
.page-title {
    display: none;
    top: 295px;
}
}
@media (max-width: 479px) {
    .header-img, .header-img img {
        width: 100%;
   }
   .home .col-xs-6.nopadding {
       width: 100%;
  }
  .home-social ul li {
      width: 47.6%;
 }
 .home-social ul li: nth-child(2), .home-social ul li: last-child {
     margin-right: 0;
}
.home-social ul li: nth-child(3), .home-social ul li: last-child {
    margin-bottom: 0;
}
.home-about, .home-contact, .home-directory, .home-groups {
    margin: 0 0 15px 0 !important;
}
.page-about h2, #modalGalleryLabel {
    font-size: 24px;
}
.album-block {
    width: 100%;
}
.page-title {
    display: none;
}
.sub-title {
    font-size: 28px;
}
.page-addyourbusiness p, .page-addyourbusiness label {
    font-size: 14px;
}
.sub-title, .page-addyourbusiness p {
    margin-left: 15px;
}
.page-addyourbusiness input.btn {
    width: auto;
    font-size: 24px !important;
    padding: 5px 15px;
}
#page-event .slider-arow h4 {
    min-width: 180px;
}
.event-image {
    display: block;
    margin: 0 auto;
    text-align: center;
    float: none;
}
.month-outer li .month-wrap a {
    font-size: 20px;
    margin-top: 10px;
}
#page-event .slider {
    width: 100%;
}
table.em-calendar thead {
    font-size: 22px !important;
}
.em-calendar {
    font-size: 18px;
}
.contact-form-wrapper {
    padding: 0 10px;
}


}