/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

  .display_gallery .gallery_left .g_button {
    background: #1e1e1e;
    border: 1px solid #2a2a2a;
    border-radius: 1px;
    color: #ff9f08;
    display: inline-block;
    font-size: 12px;
    padding: 10px;
    margin: 0;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: 100%;
    outline: 0;
    font-weight: 400;
    transition: background-color .3s ease;
}
.display_gallery .gallery_left .g_button:hover {
    background: #db8f1e;
    color: #fff;
}
.hmcb {margin-top:30px}.hmcb h1 {font-size:24px;text-align:center;font-weight:600;}
.panel-register {
    max-width: 335px;
    background: #222;
    border-radius: 0;
    margin: 50px auto 0;
    color: #9d9d9d;
}
.panel-body {
    padding: 15px;
}
.panel-register h2 {
    text-align: center;
    color: #ff9f08;
    margin: 0;margin-bottom:10px;
    font-size: 26px;
}

.panel-register select {
    background: #fff;
    border-radius: 3px;
    display: inline-block;
    font-size: 12px;
    padding: 10px;
    margin: 0;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: 100%;
    outline: 0;
    font-weight: 400;
    transition: background-color .3s ease;
}

.panel-register input[type=submit] {
    background: #1e1e1e;
    border: 1px solid #2a2a2a;
    border-radius: 1px;
    color: #ff9f08;
    display: inline-block;
    font-size: 12px;
    padding: 10px;
    margin: 0;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: 100%;
    outline: 0;
    font-weight: 400;
    transition: background-color .3s ease;
}
.page-header .page-title { text-align:center;    margin: 0 0 10px;
    font-size: 24px;
    font-weight: 300;
    color: #fff; margin-top:15px;
    line-height: 1em;
    margin-bottom: 20px;}
.page-header .page-title  span {font-weight:700}
ximg[data-lazyloaded]{
    opacity: 0;
}

ximg.litespeed-loaded{
    -webkit-transition: opacity .5s linear 0.2s;
    -moz-transition: opacity .5s linear 0.2s;
    transition: opacity .5s linear 0.2s;
    opacity: 1;
}

body {
    font-family: Verdana, Geneva, sans-serif;
    background: #151515;
    color: #d2d2d2;
    font-size: 14px;
    height: 100%;
}
.navbar {
    background: #1e1e1e;
    border-radius: 0;
    margin: 0;
    padding: 0;
    border: none;
}
.navbar:before ,.navbar:after {
    display: table;
    content: " ";
}

.navbar .navbar_left {
    background: #ff9f08;
    float: left;
    width: 100%;
    text-align: center;
    /* display: flex; */
    /* flex-wrap: nowrap; */
    /* flex-direction: row; */
    /* justify-content: space-evenly; */
    position: relative;
}


.navbar .navbar_left .navbar_logo {
    background: url(logo.png) no-repeat center center #ff9f08;
    width: 70px;
    height: 50px;
    float: left;
    margin: 0;
}
.navbar .navbar_left .navbar_logo:hover {
    background: url(logo_hover.png) no-repeat center center #ff9f08;
}

.drop_btn {
    float: left;
    background: #1e1e1e;
    border: none;
    color: #ff9f08;
    cursor: pointer;
    position: relative;
    margin-top: 8px;
    margin-right: 0;
    background-image: none;
    border-radius: 4px;
    height: 34px;
    width: 39px;
    outline: 0;
    display: none;
}
 

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 10px;
    border: 1px solid transparent;
}

#dropdown_menu {
    display: none;
    position: absolute;
    background: #1e1e1e;
    left: 61px;
    top: 46px;
    box-shadow: 0 0 30px #000;
    border-radius: 0 0 5px 5px;
    z-index: 7
}

#dropdown_menu ul {
    margin: 0;
    padding: 0
}

#dropdown_menu ul li {
    list-style-type: none;
    padding: 5px 35px 5px 10px;
    margin: 0;
    border-bottom: 1px solid #3a3a3a
}

#dropdown_menu ul li:last-child {
    border-bottom: none
}

#dropdown_menu ul li a {
    display: block;
    text-decoration: none;
    color: #ff9f08;
    font-weight: 600
}



.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

@media (min-width: 768px) {
    .navbar-toggle {
        display: none;
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}

 .navbar .navbar_left .navbar_links {
    float: left
}

.navbar .navbar_left .navbar_links ul {
    margin: 0;
    padding: 0
}

.navbar .navbar_left .navbar_links ul li {
    list-style-type: none;
    margin: 0;
    padding: 0 10px 0 13px;
    float: left;
    background: #1e1e1e
}

.navbar .navbar_left .navbar_links ul li:last-child {
    padding-right: 13px
}
.navbar_links li.current-menu-item a {
    color: #fff !important;
}
.navbar .navbar_left .navbar_links ul li a {
    display: block;
    line-height: 50px;
    font-weight: 700;
    color: #ff9f08;
    text-decoration: none;
    font-size: 12px
}

.navbar .navbar_left .navbar_links ul li a.active {
    color: #fff
}

.navbar .navbar_left .navbar_links ul li a:hover {
    color: #fff
}

.navbar .navbar_left .navbar_search {
    float: left
}

.navbar .navbar_left .navbar_search button:active,.navbar .navbar_left .navbar_search button:focus,.navbar .navbar_left .navbar_search input[type=text]:active,.navbar .navbar_left .navbar_search input[type=text]:focus {
    outline: 0
}

.navbar .navbar_left .navbar_search input[type=text] {
    border-color: #fff;
    box-shadow: none;
    width: 300px
}

.navbar .navbar_left .navbar_search button {
    background-color: #1e1e1e;
    color: #ff9f08;
    border-color: #2a2a2a
}

.navbar .navbar_left .navbar_search button:hover {
    background-color: #101010
}

.navbar .navbar_right {
    position: absolute;
    right: 0;
    background: #1e1e1e
}

.navbar .navbar_right ul {
    margin: 0;
    padding: 0
}

.navbar .navbar_right ul li {
    list-style-type: none;
    margin: 0;
    padding: 0 13px;
    float: left;
    position: relative
}

.navbar .navbar_right ul li a {
    display: block;
    line-height: 50px;
    font-weight: 700;
    color: #ff9f08;
    text-decoration: none;
    font-size: 12px
}

.navbar .navbar_right ul li a:hover {
    color: #fff
}

.navbar .navbar_right ul li a.active {
    color: #fff
}







.navbar .navbar-form {
    margin: 8px;
    padding: 0;
}
@media (min-width: 768px) {
    .navbar-left {
        float: left !important;
    }
}


.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}
@media (min-width: 768px) {
    .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle;
    }
}

.navbar .navbar_left .navbar_search input[type=text] {
    border-color: #fff;
    box-shadow: none;
    width: 300px;
}
@media (min-width: 768px) {
    .navbar-form .input-group>.form-control {
        width: 100%;
    }
}


.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
}
.input-group-addon, .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}
.input-group .form-control, .input-group-addon, .input-group-btn {
    display: table-cell;
}

@media (min-width: 768px) {
    .navbar-form .input-group .form-control, .navbar-form .input-group .input-group-addon, .navbar-form .input-group .input-group-btn {
        width: auto;
    }
}


.navbar .navbar_left .navbar_search button {
    background-color: #1e1e1e;
    color: #ff9f08;
    border-color: #2a2a2a;
}
.input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group {
    z-index: 2;
    margin-left: -1px;
}
.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:first-child>.btn-group:not(:first-child)>.btn, .input-group-btn:first-child>.btn:not(:first-child), .input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group>.btn, .input-group-btn:last-child>.dropdown-toggle {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.input-group-btn>.btn {
    position: relative;
}
.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}



.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}


.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
}

    @media (min-width: 768px) {
    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }
}



.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child>.btn, .input-group-btn:first-child>.btn-group>.btn, .input-group-btn:first-child>.dropdown-toggle, .input-group-btn:last-child>.btn-group:not(:last-child)>.btn, .input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}




.top_footer-con {
    max-width: 1450px;width:100%;
    margin: 0 auto;
    position: relative;
	padding: 15px 0px 0px 0px;
}

h2.main_bar {
    margin: 0;
    padding: 0;
    font-size: 20px;
    margin-bottom: 5px;
	color:#ff9f08
}

 .top_footer .main_description {
    text-align: left;
    font-size: 13px;
}

.top_footer #more_dots {
    display: none;
}

.top_footer #more_text {
    display: inline;
}

.top_footer #show_more_btn {
    display: none;
    color: #ff9f08;
    cursor: pointer;
    background: 0 0;
    border: none;
    padding: 0 0 0 5px;
    margin: 0;
    outline: 0;
}

.footer-bar {text-align:center;width:100%;}
.site-footer .inside-site-info {
    padding: 10px;
}
.site-footer .footer-bar div ul {
    margin: 0;
    padding: 0;
    /* display: inline-block; */
    text-align: center;
    justify-content: center;
}
.site-footer {}
.site-footer .footer-bar div ul li a {
    color: #ff9f08;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
    display: inline-block;
}


.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}



  .top_footer {
    background: #1e1e1e;
    padding: 0 0 10px;
	      margin-top: 40px;
}



@media (min-width: 501px) and (max-width: 767px) {
    .navbar-toggle {
        position: absolute;
        top: 0;
        right: 7px;
        margin-right: 0;
        background: #1e1e1e;
        border-color: #2a2a2a;
        cursor: pointer;
    }
     .navbar-toggle .icon-bar {
        background: #ff9f08;
    }
     .navbar .navbar_left .navbar_links {
        float: none;
        display: none;
        position: absolute;
        z-index: 7;
        width: 100%;
        top: 50px;
    }
     .navbar .navbar_left .navbar_links ul li:first-child {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
    }
     .navbar .navbar_left .navbar_links ul li {
        padding: 0 10px;
        float: none;
        width: 100%;
    }
     .navbar .navbar_left .navbar_links ul li a {
        line-height: 45px;
        width: 99%;
        text-align: left;
        border-bottom: 1px solid #333;
    }
     .navbar .navbar_left .navbar_search {
        width: 370px;
        float: none !important;
        position: absolute;
        top: 0;
        left: 55px;
        height: 50px;
    }
}
.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px;
}
@media (min-width: 501px) and (max-width: 767px) {
    .navbar .navbar-form {
        margin: 7px 8px 8px;
    }
     .navbar .navbar_left .navbar_search input[type=text] {
        width: 100%;
    }
     .navbar_right {
        display: none;
    }
}
 
 
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
     font-weight: 500;
    line-height: 1.1;
    color: inherit;
}


.inside-article .thumb .caption:hover, .inside-article .thumb :hover+.caption {
    box-shadow: 0 8px 20px rgba(0, 0, 0, .5);
    height: auto;
    text-decoration: none;
    z-index: 1;
    max-height: 100%;
}
.inside-article .thumb .g_type:hover {
    background: #db8f1e;
}

.inside-article .thumb .g_type:hover .t_cat {
    color: #fff;
}
.inside-article .thumb {
    position: relative;
    display: inline-block;
    float: none;
    height: auto;
    margin: 0;padding:1px 4px;
    margin-bottom: 2.525em !important;
    vertical-align: top;
     border: none;
    border-radius: 0; width:100%;
}

.inside-article .thumb .g_type {
    background: #1e1e1e;
    border-radius: 5px 5px 0 0;
    transition: background-color .3s ease;
}

.inside-article .thumb .g_type .g_cat {
    margin: 0;
    padding: 0;
    font-size: 24px;
}

.inside-article .thumb .g_type .t_cat {
    display: block;
    color: #ff9f08;
    font-size: 14px;
    text-decoration: none;
    padding: 5px;
}
.inside-article .thumb .inner_thumb {
    position: relative;
    overflow: hidden;
}




.ribbon {
    font-weight: 700;
    text-align: center;
    position: absolute;
    width: 75px;
    font-size: 11px;
    padding: 3px;
    -webkit-box-shadow: 0 0 3px #333;
    box-shadow: 0 0 3px #333;
    color: #fff;
    transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    top: 8px;
    z-index: 1;
}


.ribbon-orange {
    background: #ff7600;
}
.ribbon.ribbon-left {
    left: -20px;
}

.inside-article .thumb .inner_thumb img {
    width: 100%;
    height: auto;
}
.inside-article .thumb .caption {
    background: #1e1e1e;
    padding: 3px;
    position: absolute;
    overflow: hidden;
    z-index: 0;
    max-height: 26px;
    width: 100%;
    display: block;
    text-align: center;
    text-decoration: none;
    left: 0;
    right: 0;
    top: 100%;
}

.inside-article .thumb .caption .g_title {
    margin: 0;
    padding: 0;
    font-size: 13px;
    line-height: 19px;
}

.inside-article .thumb .caption a {
    color: #ff9f08;
}












.display_gallery .gallery_top {
    padding: 0 0 15px;margin-top: 10px;
}
.display_gallery .gallery_left {
    float: left;
    width: 270px;
    margin-right: 20px;
}

.display_gallery .gallery_left .cover {
    margin-bottom: 5px;
}

.display_gallery .gallery_left .cover img {
    width: 270px;
}

.display_gallery .gallery_right {
    float: left;
    width: 76.57%;
}

.display_gallery .gallery_right .info h1 {
    margin: 0 0 15px;
    font-size: 24px;
    font-weight: 300;
    color: #ff9f08;
    line-height: 1em;
}

.display_gallery .gallery_right .info ul {
    margin: 0 0 10px;
    padding: 0;
}

.display_gallery .gallery_right .info .i_text {
    vertical-align: -webkit-baseline-middle;
    margin: 0 5px 0 0;
}

.display_gallery .gallery_right .info ul li {
    list-style-type: none;
    display: inline-block;
    margin: 0 5px 5px 0;
}

.display_gallery .gallery_right .info .tag_btn {
    border: 1px solid #2a2a2a;
    font-weight: 300;
    border-radius: 0;
    background: #1e1e1e;
    padding: 4px;
    vertical-align: top;
    color: #ff9f08;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    display: inline-block;
    font-size: 13px;
    text-decoration: none;
    transition: background-color .3s ease;
}

.display_gallery .gallery_right .info .tag_btn .t_badge {
    font-family: Arial;
    font-weight: 300;
    background: #35332f;
    padding: 2px 7px;
    font-size: 12px;
    color: #fff;
    border-radius: 0;
    vertical-align: text-top;
}
.display_gallery .gallery_right .info .pages {
    margin: 0 5px 15px 0;
    display: block;
}

#thumbnail-container {/* display:flex; *//* flex-direction: row; *//* flex-wrap: wrap; *//* place-content: space-between; */margin: -5px;}

.display_gallery .divider {
    border-top: 1px solid #000;
    webkit-overflow-scrolling: touch;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
    height: 2px;
}
.clear {
    clear: both;
}
.display_gallery .gallery_bottom {
    padding: 20px 0 15px;
    font-size: 0;
}

.display_gallery .thumb-container {
    float: none;
    display: inline-block;
    vertical-align: top;
    padding: 0;
    width: 20%;
}

.display_gallery .thumb-container img {
    width: 100%;    
    transition: all .3s;
}
.display_gallery .fancybox {padding: 5px;display: block;}
.fancybox .imgs-thumb ,
.gxs_thumb .inner_thumb img{
    text-indent: -9999px;
    background: url(preloader.png) center center no-repeat #292929;
}






@media (min-width: 767px) and (max-width:1100px) {
   body .generate-columns.mobile-grid-100, .grid-sizer.mobile-grid-100 {
        width: 33%;
    }
}
@media (max-width: 767px) {
   body .generate-columns.mobile-grid-100, .grid-sizer.mobile-grid-100 {
        width: 50%;
    }
  .top_footer .main_description {
        text-align: center;
        padding: 0 15px;
    }
}





@media (min-width: 980px) and (max-width: 1250px) {
 .display_gallery .thumb-container {
        width: 19.2%;
        margin-right: 1%;
        margin-bottom: 7px;
    }
}

@media (min-width: 773px) and (max-width: 1100px) {
    .display_gallery .gallery_top {
        padding: 0 5px 15px 10px;
    }
     .display_gallery .gallery_left {
        float: left;
        width: 39%;
        margin-right: 0;
    }
 
    .display_gallery .gallery_left .cover img {
        width: auto;
        max-width: 100%;
        margin: 0 auto;
        display: block;
    }

.display_gallery .gallery_right {
        width: 58.8888888888%;
        margin-left: 15px;
    }

.display_gallery .gallery_right .info h1 {
        font-size: 21px;
        margin: 10px 0 15px;
    }

}

@media (min-width: 773px) and (max-width: 979px) {


    .display_gallery .thumb-container {
        width: 25%;
         margin-bottom: 5px;
    }
}


@media (min-width: 501px) and (max-width: 767px) {
    .top_footer .top_footer-con {
        text-align: center;
        padding: 0 10px;
    }

    .display_gallery .thumb-container {
        width: 33.3%;
        margin: 0 ;
    }
     .display_gallery .gallery_top {
        padding: 0 5px 15px;
    }
     .display_gallery .gallery_left {
        float: none;
        width: 100%;
        margin-right: 0;
         margin-bottom:20px
    }
     .display_gallery .gallery_left .cover img {
        width: 350px;
        max-width: 350px;
        margin: 0 auto;
        display: block;
    }
}



.nav-links {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}
.nav-links {
    margin: 25px auto 34px;
    display: table;
}
.nav-links>li {
    display: inline;
}

.nav-links a.prev {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.paging-navigation .nav-links a.next {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.paging-navigation .nav-links>a,
.paging-navigation .nav-links>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

.paging-navigation .nav-links>a,
.paging-navigation .nav-links>span {
    background-color: #1e1e1e;
    border: 1px solid #272727;
    color: #f19f08;
}

.paging-navigation .nav-links>a:focus, .paging-navigation .nav-links>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
    color: #1e1e1e;
}

.paging-navigation .nav-links>a:focus, .paging-navigation .nav-links>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
    z-index: 2;
    color: #23527c;
    background-color: #eee;
    border-color: #ddd;
}

 .paging-navigation .nav-links span.current{
     
  background-color: #f19f08;color:#FFF;
    border-color: #f19f08;font-weight:normal;
    z-index: 0;
}




.page .entry-title {color:#FFF;
                   margin-top: 10px;
    padding: 10px 0 15px;
    font-size: 24px;
    line-height: 24px;
    text-align: center;
    }

.az-listing ul li {
    list-style-type: none;
    display: inline-block;
}
.entry-content .az-letters > ul.az-links > li a {    color: #ff9f08;
}
.entry-content .az-letters > ul.az-links > li.no-posts {background:#000 !important;color:#ff9f08 !important}
.entry-content .az-letters > ul.az-links > li
 {
    border: 1px solid #2a2a2a;
    font-size: 14px;
    font-weight: 300;
    border-radius: 0;
    background: #1e1e1e;
    vertical-align: top;
    color: #ff9f08;
    overflow: hidden;
    width: 30px;text-align:center;
    height: 30px;
    display: inline-block;
    line-height: 30px;
    text-decoration: none;
    margin-right: 4px;
    transition: all .3s ease;
}

 .entry-content .az-letters > ul.az-links > li:hover a{
     color: #000;
    text-decoration: none;
}

.entry-content .az-letters > ul.az-links > li:hover{
    background: #ff9f08;
    color: #000;
    text-decoration: none;
}



@media (min-width: 361px) and (max-width: 480px) {
    .navbar .navbar_left .navbar_logo {
        float: none;
        width: 60px;
    }

.navbar-toggle {
        position: absolute;
        top: 0;
        right: 7px;
        margin-right: 0;
        background: #1e1e1e;
        border-color: #2a2a2a;
        cursor: pointer;
    }

    .navbar-toggle .icon-bar {
        background: #ff9f08;
    }

    .navbar .navbar_left .navbar_links {
        float: none;
        display: none;
        position: absolute;
        z-index: 3;
        width: 100%;
    }


   
     .navbar .navbar_left .navbar_links ul li {
        padding: 0 10px;
        float: none;
        width: 100%;
    }

  .navbar .navbar_left .navbar_links ul li:first-child {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
    }
    .navbar .navbar_left .navbar_links ul li a {
        line-height: 45px;
    }

    .navbar .navbar_left .navbar_search {
        width: 71%;
        float: none !important;
        position: absolute;
        top: 0;
        left: 55px;
        height: 50px;
    }

    .navbar .navbar-form {
        margin: 7px 8px 8px;
    }

    .navbar .navbar_left .navbar_search input[type=text] {
        width: 100%;border-radius: 4px;
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
    }


}

@media (max-width: 767px) {
   body.generate-columns-activated .generate-columns-container {
        margin-left: -5px;
        margin-right: -5px;
    }
}
  
@media (min-width: 361px) and (max-width: 480px) {
	  .display_gallery .gallery_right .info h1 {
             font-size: 19px;
        margin: 15px 1px 10px 0px;
        line-height: 24px;
    }

    .display_gallery .gallery_left {
        float: none;
        width: 100%;
        margin-right: 0;
    }

    .display_gallery .gallery_top {
        padding: 0 5px 15px;
    }

    .display_gallery .gallery_left .cover img {
        width: 300px;
        max-width: 300px;
        margin: 0 auto;
        display: block;
    }
	    #append_thumbs .thumb-container {
        width: 50%;
        margin: 0;
    }
	    h2.main_bar {
        text-align: center;
        padding: 0 10px;
    }
}