

#sidebar .widget {
    margin-bottom: 40px;
    text-align: right;
}

.widget_faq ul, ul.faq-submenu {
    margin: 6px 0 0;
    list-style: none;
    padding: 0;
}

ul.nav-tabs li {
    margin-bottom: -1px;
    height: 40px;
}

.nav-tabs>li {
    float: left;
    margin-bottom: -1px;
}

#sidebar ul li a {
    color: #999;
}

.nav-tabs>li.active>a {
    background-color: #F7F7F7;
    border: 1px solid #CCC;
    border-bottom-color: transparent;
    color: #000!important;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
    color: #555;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    cursor: default;
}

.widget_faq ul li a {
    font-size: 18px;
}


#sidebar .widget h3 {
    text-align: right;
    margin-bottom: 30px;
    text-transform: lowercase;
    margin-top: 0;
}

#sidebar h3 {
    text-align: right;
    margin-bottom: 30px;
}


.widget_faq ul, ul.faq-submenu {
    margin: 6px 0 0;
    list-style: none;
    padding: 0;
}

.widget_faq ul.context-menu li.color_1 {
    border-color: #999;
}

.widget_faq ul.context-menu li {
    padding-right: 5px;
    border-right: 4px solid #000;
}

.context-menu li {
    font-size: 20px;
    line-height: 25px;
    text-align: right;
    margin-bottom: 10px;
}

#sidebar ul li a {
    color: #999;
}

.widget_faq ul.context-menu li.color_2 {
    border-color: #d70060;
}

.widget_faq ul.context-menu li.color_3 {
    border-color: #d0d102;
}

.widget_faq ul.context-menu li.color_4 {
    border-color: #61ae24;
}

.widget_faq ul.context-menu li.color_5 {
    border-color: #00a1cb;
}
.widget_faq ul.context-menu li.color_6 {
    border-color: #01a4a4;
}
.widget_faq ul.context-menu li.color_7 {
    border-color: #113f8c;
}
.widget_faq ul.context-menu li.color_8 {
    border-color: #eab600;
}


.main ul.gallery-grid {
    padding: 0;
    list-style: none;
    display: block;
    text-align: center;
    margin: 20px 0 20px 15px;
    width: 95%;
}

.gallery2-holder, .main ul.gallery-grid li {
    float: left;
}

.main .gallery-item {
    width: 100%;
    height: 100%;
    position: relative;
    cursor: default;
    -webkit-perspective: 900px;
    -moz-perspective: 900px;
    -o-perspective: 900px;
    -ms-perspective: 900px;
    perspective: 900px;
}

.gallery-item:before, .main ul.gallery-grid.gallery-grid:after {
    content: '';
    display: table;
}

.main .gallery-info {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.gallery2-holder, .main ul.gallery-grid li .gallery-info-back, .main ul.gallery-grid li .gallery-info-front {
    border: none;
    border-bottom: 4px solid #000;
}

.main .gallery-info>div {
    display: block;
    position: absolute;
    width: 100%;
    height: 204px;
    background-position: center center;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .3s linear;
    transition: all .3s linear;
    -webkit-transform-origin: 50% 0;
    -moz-transform-origin: 50% 0;
    -o-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
}


.main .gallery-info-front {
    cursor: pointer;
}

.main .gallery-info-front .overlay {
    cursor: pointer;
    background: #275C6F;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 2;
    width: 200px;
    height: 200px;
    -ms-filter: "alpha(Opacity=93)";
    filter: alpha(opacity=93);
    opacity: .93;
}

.main .gallery-info-front img {
    top: 0;
    left: 0;
    position: absolute;
    z-index: 1;
}

.main .gallery-info img {
    width: 200px;
    height: 200px;
}

.main .gallery-info-front .info-txt {
    position: absolute;
    top: 0;
    left: 0;
    width: 200px;
    height: 200px;
    z-index: 3;
}

.main .gallery-info-front .info-txt h3 {
    word-break: hyphenate;
    word-wrap: break-word;
    width: 190px;
}

.main .gallery-info h3 {
    left: 0;
    position: absolute;
    color: #fff;
    text-align: left;
    font-size: 21px;
    line-height: 25px;
    padding: 0 15px;
    margin-bottom: 5px;
    bottom: 0;
    font-weight: 600;
    text-transform: uppercase;
}

.main .gallery-info .gallery-info-back {
    -webkit-transform: translate3d(0,0,-220px) rotate3d(1,0,0,90deg);
    -moz-transform: translate3d(0,0,-220px) rotate3d(1,0,0,90deg);
    -o-transform: translate3d(0,0,-220px) rotate3d(1,0,0,90deg);
    -ms-transform: translate3d(0,0,-220px) rotate3d(1,0,0,90deg);
    transform: translate3d(0,0,-220px) rotate3d(1,0,0,90deg);
    background: 0 0;
    opacity: 0;
}

.main .gallery-info-back a {
    cursor: pointer;
    display: inline-block;
}

.main a>img {
    margin-bottom: 15px;
    margin-right: 30px;
}

.main a>img {
    display: block;
    max-width: 100%;
    height: auto;
}