div.panel-grid {
        margin-left: 0 !important;
    margin-right: 0 !important;
    } 

.has-iframe {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 35px;
    height: 0;
    overflow: hidden;
}

.has-iframe > iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

div.panel-grid div.panel-row-style.container {
    padding-right: 0;
    padding-left: 0;
}


/*responsive menu*/

@media (min-width: 992px) {
    .col-md-pull-right {
        float: right;
    }
    .col-md-pull-left {
        float: left;
    }
}

#wrapper {
    position: relative;
}

#responsive-menu {
    display: none;
    opacity: 0;
    position: fixed;
    overflow: auto;
    top: 0;
    right: 0;
    z-index: 99999;
    background: #000;
    height: 100%;
    padding: 15px 0;
    max-width: 250px;
    width: 100%;
}

.admin-bar #responsive-menu {
    padding-top: 30px;
}

#responsive-menu #menu-nav, #responsive-menu #menu-nav ul {
    clear: both;
    padding: 0;
    list-style-type: none;
}

#menu-nav li.has-sub-menu.open, #responsive-menu #menu-nav li:hover {
    background: #333;
}

#responsive-menu #menu-nav li li:hover {
    background: #565656;
}

#responsive-menu #menu-nav li a {
    padding: 8px 48px 8px 15px;
    display: block;
    font-size: 18px;
    color: #FFC53D;
    text-decoration: none!important;
}

#responsive-menu #menu-nav li a:hover {
    color: #FFF;
}

#menu-nav li.has-sub-menu > ul {
    display: none;
}

#responsive-menu #menu-nav li.has-sub-menu li.has-sub-menu ul {
    padding-left: 15px;
}

#menu-nav li.has-sub-menu.open > ul {
    display: block;
}

#menu-nav li.has-sub-menu {
    position: relative;
}

#menu-nav li.has-sub-menu > a {
    padding-right: 0;
    margin-right: 48px;
}

#menu-nav li.has-sub-menu > .caret {
    position: absolute;
    display: block;
    height: 32px;
    width: 32px;
    top: 4px;
    right: 10px;
    background: transparent url('../img/plus_minus.png') -1px -1px no-repeat;
    border: none;
    padding: 0!important;
    margin: 0!important;
}

#menu-nav li.has-sub-menu.open > .caret {
    background: transparent url('../img/plus_minus.png') -37px -1px no-repeat;
}

#responsive-menu-toggle {
    position: fixed;
    top: 15px;
    right: 15px;
    z-index: 99998;
    opacity: 1;
    visibility: visible;
    background-color: rgba(255, 255, 255, 0.60);
    border: 1px solid #000;
    margin: 0;
}

.admin-bar #responsive-menu-toggle {
    top: 45px;
}

#responsive-menu-toggle .icon-bar {
    background: #000;
}

.closemenu {
    text-align: right;
    padding: 5px 10px;
    color: #FFF!important;
    font-size: 18px;
    text-transform: lowercase;
    font-variant: small-caps;
    display: block;
    float: right;
    clear: both;
}

@media screen and (max-width: 1140px) {
    #responsive-menu.openmenu {
        display: block;
        opacity: 1;
    }
    #responsive-menu-toggle {
        display: block;
    }
    #top-menu {
        display: none;
    }
}

.hide-title .maybe-hide {
    display: none;
}

.youtube-embed {
    position: relative;
    min-height: 300px;
}

.youtube-embed iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/*animation element*/

.ae {
    opacity: 0;
}

.ae.animated {
    opacity: 1;
}

@media (min-width: 768px) {
    .col-sm-pull-right {
        float: right !important;
    }
    .col-sm-pull-left {
        float: left !important;
    }
}

div.menu-social-container {}

div.menu-social-container ul {
    display: block;
    list-style: none;
    padding: 0;
    margin: 0;
}

div.menu-social-container li {
    display: inline;
}

div.inline-social h3.widget-title, div.inline-social div.menu-social-container, div.inline-social div.menu-social-container ul {
    display: inline;
}

.margin {
    margin: 15px !important;
}

.padding {
    padding: 15px !important;
}

.clear-left {
    clear: left !important;
}

.clear-both {
    clear: both !important;
}

.clear-left {
    clear: right !important;
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.embed-container iframe, .embed-container object, .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.no-padding {
    padding: 0 !important;
}

.no-margin {
    margin: 0 !important;
}

@media (min-width: 768px) {
    .sm-text-right {
        text-align: right !important;
    }
    .sm-text-center {
        text-align: center !important;
    }
    .sm-text-left {
        text-align: left !important;
    }
    .sm-pull-right {
        float: right;
    }
    .sm-pull-top {
        margin-top: -15px !important;
    }
    .sm-pull-bottom {
        margin-bottom: -15px !important;
    }
    .sm-pull-left {
        float: left;
    }
    .sm-clear-both {
        clear: both;
    }
    .sm-clear-left {
        clear: left;
    }
    .sm-clear-right {
        clear: right;
    }
}

div.list-unstyled ul {
    list-style: none;
    padding-left: 0;
}

div.list-unstyled li a, div.list-unstyled .menu-image-hover-wrapper {
    display: block;
}

body.has-popup-backdrop {
    overflow: hidden !important;
}

div.img-popup-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999996;
}

div.img-popup-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999999;
}

div.img-popup-frame {
    display: block;
    text-align: center;
    width: 100%;
    height: 100%;
    overflow: auto;
    position: relative;
}

div.img-popup-wrapper a {
    content: 'close';
    display: block;
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    text-transform: uppercase;
    text-decoration: none;
    position: fixed;
    right: 18px;
    top: 15px;
    z-index: 999999;
    margin: 0;
    padding: 2px 6px;
    background: rgba(103,103,103,0.40);
    -webkit-box-shadow: 0 8px 6px -6px black;
    -moz-box-shadow: 0 8px 6px -6px black;
    box-shadow: 0 8px 6px -6px black;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border:1px solid #fff;
}