@font-face {
    font-family: "CodePro";
    src: url(/css/fonts/code_pro_bold.otf) format("opentype");
}
body {
    background: #f5f5f5;
    font: 14px/24px Arial, sans-serif;
}

body.x2 {
    font: 16px/26px Arial, sans-serif;
}

body.x3 {
    font: 20px/30px Arial, sans-serif;
}

p {
    text-align: justify;
    line-height: 21px;
}

a:focus {
    outline: none;
}

.btn-default:hover {
    margin-top: 0;
}

h1, .h1 {
    font-size: 32px;
}

h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 0;
    margin-bottom: 20px;
}

h4.empty {
    padding: 20px 0 50px 0;
}
.navbar-default .navbar-toggle {
    border: none;
    background: #fff;
}
.navbar-default .navbar-toggle:hover .icon-bar, .navbar-default .icon-bar .navbar-toggle:focus .icon-bar {
    background-color: #15A7B1;
}
@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #fff;

    }
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
        background: #23a127;
    }
}
/* Remove the navbar's default margin-bottom and rounded borders */
.navbar {
    margin-bottom: 0;
    border-radius: 0;
}

/* Set height of the grid so .sidenav can be 100% (adjust as needed) */
.row.content {
    height: 450px
}

/* Set gray background color and 100% height */
.sidenav {
    margin-bottom: 20px;
    /*padding-bottom: 20px;*/
    /*background-color: #f1f1f1;*/
    height: 100%;
}

#upper {
    height: 34px;
    line-height: 34px;
    background: #fff;
}

.brand {
    margin-top: 5px;
    color: #fff;
    margin-bottom: 5px;
    width: 454px;
    display: inline-block;
    font-family: CodePro, Arial;
    height: 60px;
    padding-left: 55px;
    padding-top: 5px;
    background: url("/images/logo_single.png") no-repeat;
}

.brand:hover {
    color: #fff;
    text-decoration: none;
}

#upper i {
    color: #23a127;
}

.sidenav img {
    max-width: 100%;
}

#mainCnapNav {
    background: #158cba;
    border-bottom: 4px solid #e9e9e9;
}
#mainCnapNav .navbar-nav>li>a {
    padding-top: 25px;
    padding-bottom: 25px;
}

/* Set black background color, white text and some padding */
footer {
    background-color: #555;
    color: white;
    padding: 15px;
}

#main {
    background: #fff;
    margin: 15px auto;
}
#mainCnap {
    background: #fff;
    margin: 15px auto;
    padding: 15px;
}
header {
    padding: 10px 0;
}

/* On small screens, set height to 'auto' for sidenav and grid */
@media screen and (max-width: 767px) {
    .sidenav {
        height: auto;
        padding: 15px;
    }

    .row.content {
        height: auto;
    }
    .brand {
        display: none;
    }
    .navbar-nav.pull-right.nav {
        float: none !important;
    }
    #mainCnapNav .navbar-nav>li>a {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}

#logo {
    background: url("/images/logo.png") no-repeat;
    width: 460px;
    display: block;
    height: 115px;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.form-control {
    border-radius: 0;
}

.main_search {
    margin-top: 40px;
}

.main_search input {
    box-shadow: none;
    height: 45px;
    background: #f1f1f1;
}

.main_search button {
    position: absolute;
    right: 0;
    top: 0;
    height: 45px;
    width: 45px;
    text-align: center;
}

#mainNav {
    background: #158cba;
    border-bottom: 4px solid #e9e9e9;
}

.nav > li > a:hover, .nav > li > a:focus {
    background-color: #e9e9e9;
}

.navbar-default .navbar-nav > li > a {
    color: #fff;
    font-family: 'Arial', sans-serif;
    font-size: 16px;
    cursor: pointer;
}

.moreNav {
    font-size: 30px !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus, li.dropdown.open {
    background-color: #117196;
    color: #fff;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: #fff;
}

li.dropdown.open .caret {
    color: #23a127;
}

.post-main-wrapper .post-controls {
    height: 30px;
    overflow: visible;
}

.post-main-wrapper .post-controls {
    overflow: hidden;
    background: rgba(0, 0, 0, 0.05);
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 20px;
}

p iframe {
    width: 100%;
}

iframe {
    border: none;
}

.dropdown-menu li {
    list-style: none;
}

.post-main-wrapper .post-controls > div {
    float: left;
    border-right: #fff 1px solid;
    padding: 3px 10px;
}

p img[style="float: left;"] {
    margin: 0 10px 10px 0;
}

p img[style="float: right;"] {
    margin: 0 0 10px 10px;
}

p img {
    margin-bottom: 10px;
    max-width: 100%;
    height: auto;
}

.navbar {
    border: none;
}

.title-default {
    margin: 0 0 20px 0;
    display: table;
    width: 100%;
}

.title-default span {
    float: left;
    padding: 5px 10px;
    margin-right: 20px;
    text-transform: uppercase;
    font: 900 16px/22px Roboto, sans-serif;
    color: #fff;
    background: #23a127;
}

.title-default .more {
    float: right;
    font-size: 12px !important;
    font-weight: 900;
    text-transform: uppercase;
    margin: 3px 0 0 20px;
}

.title-default:after {
    content: "";
    background: #23a127;
    height: 2px;
    overflow: hidden;
    display: block;
    position: relative;
    top: 15px;
}

.pad-20 {
    padding: 20px;
}

.post-block {
    width: 100%;
    margin-bottom: 0;
    /*overflow: hidden;*/
    /*display: table;*/
}

.post-block .post {
    width: 100%;
    position: relative;
    float: left;
}

.post-block .image {
    float: left;
    z-index: 100;
    position: relative;
    margin-right: 20px;
}

div.image-fx:before {
    background: linear-gradient(-45deg, #d000bf, #0b99bd) !important;
}

.img-fx-visible .image-fx:before {
    visibility: visible;
}

.post-block .image a {
    padding: 0 !important;
}

.post-block.post-image-300 .image img {
    width: 150px;
}

.post-block .title {
    z-index: 100;
    position: relative;
    overflow: hidden;
}

.post-block .title h3 {
    margin-top: 0;
}

.post-block .title h3:first-letter {
    text-transform: uppercase;
}

.legend {
    color: #a1a1a1;
    font-size: 12px !important;
    line-height: 16px !important;
    word-wrap: break-word;
    font-weight: 700;
    padding-top: 10px;
}

.post-block.post-image-300 .legend {
    margin-bottom: 12px;
}

.post-block.post-image-300 .intro {
    margin-bottom: 15px;
}

.post-block.post-image-300 .row {
    margin-bottom: 20px;
}

.btn-default {
    outline: 0;
    font-size: 12px !important;
    font-weight: 900;
    text-transform: uppercase;
    padding: 5px 10px !important;
    margin: 0 5px 0 0;
    color: #23a127 !important;
    border: 0;
    border-radius: 0;
    background: #fff;
    display: inline-block !important;
    box-shadow: #23a127 0 2px 0 inset, #23a127 0 -2px 0 inset, #23a127 2px 0 0 inset, #23a127 -2px 0 0 inset;
}

.legend a {
    white-space: nowrap;
    margin-right: 7px;
    word-wrap: break-word;
    color: #a1a1a1 !important;
    padding: 0 !important;
    display: inline !important;
    font-size: 13px !important;
    text-transform: none !important;
}

.legend a:before {
    font-family: FontAwesome;
    margin-right: 5px;
    font-weight: 300;
}

.legend .comments:before {
    content: "\f086";
}

.legend .time:before {
    content: "\f017";
}

.footer {
    background: #252525;
    color: #fff;
}

.footer .container {
    padding: 40px 0 30px 0;
}

.container, .container-fluid, .no-padding {
    padding: 0;
}

.tb-pad-10 {
    padding: 10px 0;
}

.mb-10 {
    margin-bottom: 10px;
}

.runningLine .text {
    margin-left: 10px;
}

.breadcrumb {
    border: 0;
    font-size: 13px;
}

.breadcrumb > li + li:before {
    content: "\f105";
    padding: 0 5px;
    color: #999999;
    font-family: FontAwesome;
}

.left-border {
    border-left: 2px solid #f3f3f3;
}

.right-border {
    border-right: 2px solid #f3f3f3;
}

.right-border .row {
    margin-right: 0;
}

#main-wrapper {
    padding: 15px;
}

li {
    list-style: disc;
}

#flyout_menu {
}

#flyout_menu ul, #flyout_menu ul li {
    list-style: none;
    margin: 0;
    padding: 0;
}

#flyout_menu ul li.hover,
#flyout_menu ul li:hover {
    position: relative;
    z-index: 599;
}

#flyout_menu ul ul {
    visibility: hidden;
    position: absolute;
    top: 100%;
    width: 100%;
    left: 0;
    z-index: 598;
}

#flyout_menu ul li:hover > ul {
    visibility: visible;
}

#flyout_menu ul ul {
    top: 0;
    left: 100%;
}

#flyout_menu span, #flyout_menu a {
    display: block;
    text-decoration: none;
}

#flyout_menu > ul > li > a {
    border-left: 4px solid #e9e9e9;
}

#flyout_menu > ul > li:hover a {
    border-left-color: #127ba3;
}

#flyout_menu > ul > li ul li {
    position: relative;
    padding-left: 5px;
}

#flyout_menu li.has-child {
    position: relative;
}

#flyout_menu li.has-child:hover:after {
    color: #5FD367;
}

#flyout_menu li.has-child:after {
    content: "\f054";
    height: 100%;
    right: 5px;
    top: 0;
    position: absolute;
    display: flex;
    color: #ccc;
    justify-content: center;
    flex-direction: column;
    font-family: FontAwesome;
}

#flyout_menu li {
    background: #F1F1F1;
    border-bottom: 1px solid #e0e0e0
}

#flyout_menu li:hover, #flyout_menu li.active {
    background: #158cba;
    border-bottom: 1px solid #127ba3 !important;
}

#flyout_menu li:hover a {
    color: #fff;
}

#flyout_menu a {
    color: #383838;
    padding: 8px 15px 8px 10px;
    width: auto;
}

#flyout_menu a i.fa.big {
    font-size: 22px;
}

#flyout_menu ul ul li {
    background: #158cba;
    border-bottom: 1px solid #127ba3;
}

#flyout_menu ul li:last-child {
    border-bottom: 0 !important;
}

#flyout_menu ul ul li:hover {
    background: #58c25f;
}

.container, .container-fluid, .no-padding {
    padding: 0
}

.image-fx:before {
    content: "";
    position: absolute;
    z-index: 10;
    width: 100%;
    height: 100%;
    opacity: .3;
    top: 0;
    right: 0;
    background: linear-gradient(-45deg, #d000bf, #0b99bd) !important
}

@media only screen and (min-width: 1250px) {

    .mega-menu-wrapper {
        width: 1230px
    }

    .mega-menu-wrapper .mega-menu.affix {
        width: 1230px !important
    }

    .magellan-slider-boxed {
        width: 1230px !important
    }

    .magellan-slider-boxed .container {
        width: 1230px !important
    }

    .magellan-slider-boxed .controls {
        width: 1230px !important
    }

    div.page-title {
        width: 1230px !important;
        margin: -77px auto 40px auto !important
    }

    .featured-post .parallax-wrapper {
        width: 1230px;
        box-shadow: none !important
    }

    .featured-post .post-page-title-boxed {
        width: 1230px;
        left: 50%;
        transform: translate(-50%, 0);
        -webkit-transform: translate(-50%, 0)
    }
}

@media only screen and (max-width: 1249px) {
    .custom-background:before {
        width: 100%;
        height: 100%;
        position: fixed;
        content: "";
        background: #fff;
        left: 50%;
        transform: translate(-50%, 0);
        -webkit-transform: translate(-50%, 0);
        z-index: -100
    }
}

.editors-choice-slider {
    padding: 0 15px
}

.editors-choice-slider .post-featured {
    height: 390px !important
}

.article-carousel .carousel .controls {
    position: absolute;
    bottom: 20px;
    left: 20px;
    z-index: 100
}

.article-carousel .carousel .carousel-indicators li {
    background: rgba(0, 0, 0, 0.3)
}

.article-carousel .carousel .carousel-indicators li:hover {
    border-color: #fff
}

.article-carousel .carousel .carousel-indicators li.active:hover {
    background: #fff !important
}

.article-carousel .carousel .post-featured {
    height: 400px !important
}

.article-carousel .carousel .post-featured .title {
    padding-bottom: 60px
}

.main-content-wrapper {
    display: table;
    position: relative;
    margin-bottom: 40px
}

.main-content-wrapper > .main-content > .row:last-child .post-block {
    margin: 0
}

.main-content-wrapper > .sidebar .post-block {
    margin: 0
}

/*.post-block ul {*/
/*margin-left: 0;*/
/*padding-left: 0;*/
/*}*/

.main-content-wrapper > .sidebar .post-block .post-block {
    margin-bottom: 0
}

.main-content-wrapper > .sidebar > .row {
    margin-bottom: 40px
}

.main-content-wrapper > .sidebar .row > .post-block {
    padding: 0 15px
}

.main-content-wrapper > .sidebar .row:last-child .widget-sidebar {
    margin-bottom: 0
}

.main-content-wrapper > .sidebar .post-featured {
    height: 300px !important
}

.main-content-wrapper > .sidebar .article-carousel .post-featured {
    height: 400px !important
}

.main-content-wrapper > .sidebar .newsletter {
    margin: 0
}

.main-content-wrapper > .sidebar .newsletter form p {
    margin: 0
}

.main-content-wrapper > .sidebar > div:last-child {
    margin-bottom: 0
}

.main-content-wrapper > .sidebar .banner {
    padding: 0 15px;
    margin: 0
}

.main-content-wrapper.sidebar-right > .sidebar {
    width: 332px;
    /*padding: 0 0 0 32px;*/
    float: right
}

.main-content-wrapper.sidebar-right > .main-content {
    width: 838px;
    padding: 0 15px 0 0;
    float: left
}

.widget-sidebar {
    padding: 0 15px;
}

.main-content-wrapper.sidebar-right:after {
    right: 330px;
    left: auto;
    top: 0
}

.main-content-wrapper.sidebar-left > .sidebar {
    width: 332px;
    padding: 0 32px 0 0;
    float: left
}

.main-content-wrapper.sidebar-left > .main-content {
    width: 838px;
    padding: 0 0 0 30px;
    float: right
}

.main-content-wrapper.sidebar-left:after {
    right: auto;
    left: 330px;
    top: 0
}

.main-content-wrapper.sidebar-disabled > .sidebar {
    display: none
}

.main-content-wrapper.sidebar-disabled:after {
    display: none
}

.main-content-wrapper:after {
    content: "";
    width: 2px;
    height: 100%;
    position: absolute;
    background: rgba(0, 0, 0, 0.1);
    display: block
}

.main-content-wrapper-fullwidth > .main-content {
    padding: 0;
    box-shadow: none
}

.galleries .gallery-block, .lightbox-gallery .gallery-block {
    background: rgba(0, 0, 0, 0.05);
    position: relative
}

.galleries .gallery-block .title, .lightbox-gallery .gallery-block .title {
    padding: 20px
}

.galleries .gallery-block .title a, .lightbox-gallery .gallery-block .title a {
    display: block
}

.galleries .gallery-block .thumbs, .lightbox-gallery .gallery-block .thumbs {
    padding-top: 1px
}

.galleries .gallery-block .thumbs img, .lightbox-gallery .gallery-block .thumbs img {
    width: 100%;
    height: 100%;
    transition: 100ms ease
}

.galleries .gallery-block .thumbs a:before, .lightbox-gallery .gallery-block .thumbs a:before {
    width: 100%;
    height: 100%;
    position: absolute;
    content: "";
    background: rgba(0, 0, 0, 0.3);
    z-index: 1000;
    transition: 100ms ease
}

.galleries .gallery-block .thumbs a:after, .lightbox-gallery .gallery-block .thumbs a:after {
    width: 1px;
    height: 100%;
    background: #fff;
    z-index: 10000;
    content: "";
    position: absolute;
    left: 0;
    top: 0
}

.galleries .gallery-block .thumbs .thumb, .lightbox-gallery .gallery-block .thumbs .thumb {
    padding: 0;
    position: relative;
    height: 90px;
    overflow: hidden;
}

.galleries .gallery-block .thumbs .row, .lightbox-gallery .gallery-block .thumbs .row {
    margin: 0;
    padding: 0;
    border: 0
}

.galleries .single-photo-active, .lightbox-gallery .single-photo-active {
    position: relative
}

.galleries .single-photo-active img, .lightbox-gallery .single-photo-active img {
    width: 100%;
    height: auto
}

.galleries .single-photo-active .btn-maximize, .lightbox-gallery .single-photo-active .btn-maximize {
    position: absolute;
    right: 20px;
    top: 20px
}

.galleries .single-photo-thumbs .controls, .lightbox-gallery .single-photo-thumbs .controls {
    background: #fff;
    padding-left: 20px;
    float: right;
    margin-top: 3px
}

.galleries .single-photo-thumbs .controls s, .lightbox-gallery .single-photo-thumbs .controls s {
    float: left;
    font-size: 12px;
    font-weight: 900;
    padding-right: 15px;
    color: #0b99bd;
    text-decoration: none
}

.galleries .single-photo-thumbs .thumbs, .lightbox-gallery .single-photo-thumbs .thumbs {
    margin-bottom: 40px
}

.galleries .single-photo-thumbs .thumbs .row, .lightbox-gallery .single-photo-thumbs .thumbs .row {
    margin: 0
}

.galleries .single-photo-thumbs .thumbs .row:first-child .thumb a:after, .lightbox-gallery .single-photo-thumbs .thumbs .row:first-child .thumb a:after {
    box-shadow: #fff 1px 0 0 inset
}

.galleries .single-photo-thumbs .thumbs .thumb, .lightbox-gallery .single-photo-thumbs .thumbs .thumb {
    padding: 0
}

.galleries .single-photo-thumbs .thumbs .thumb img, .lightbox-gallery .single-photo-thumbs .thumbs .thumb img {
    width: 100%;
    height: auto;
    transition: 100ms ease
}

.galleries .single-photo-thumbs .thumbs .thumb a:before, .lightbox-gallery .single-photo-thumbs .thumbs .thumb a:before {
    width: 100%;
    height: 100%;
    position: absolute;
    content: "";
    background: rgba(0, 0, 0, 0.3);
    z-index: 1000;
    transition: 100ms ease
}

.galleries .single-photo-thumbs .thumbs .thumb a:after, .lightbox-gallery .single-photo-thumbs .thumbs .thumb a:after {
    width: 100%;
    height: 100%;
    box-shadow: #fff 0 1px 0 inset, #fff 1px 0 0 inset;
    z-index: 10000;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    transition: 100ms ease
}

.galleries .single-photo-thumbs .thumbs .thumb.active a:after, .lightbox-gallery .single-photo-thumbs .thumbs .thumb.active a:after {
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    box-shadow: #0b99bd 0 2px 0 inset, #0b99bd 2px 0 0 inset, #0b99bd 0 -2px 0 inset, #0b99bd -2px 0 0 inset !important
}

.galleries .single-photo-thumbs .thumbs .thumb.active a:before, .lightbox-gallery .single-photo-thumbs .thumbs .thumb.active a:before {
    display: none
}

.galleries .single-photo-thumbs .thumbs:hover img, .lightbox-gallery .single-photo-thumbs .thumbs:hover img {
    opacity: 1
}

.galleries .single-photo-thumbs .thumbs:hover a:before, .lightbox-gallery .single-photo-thumbs .thumbs:hover a:before {
    opacity: 0
}

.galleries .single-photo-thumbs .thumbs:hover .active img, .lightbox-gallery .single-photo-thumbs .thumbs:hover .active img {
    opacity: 1
}

.galleries .single-photo-thumbs .thumbs:hover .thumb:hover img, .lightbox-gallery .single-photo-thumbs .thumbs:hover .thumb:hover img {
    opacity: .8
}

.galleries .widget-sidebar, .lightbox-gallery .widget-sidebar {
    padding: 0
}

.galleries .caption, .lightbox-gallery .caption {
    position: absolute;
    bottom: 0;
    width: 100%;
    color: #fff;
    background: rgba(0, 0, 0, 0.3);
    font: 900 16px/22px Dosis, serif;
    padding: 20px
}

.no-l-padding {
    padding-left: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .magellan-slider .controls {
        width: 970px
    }

    .magellan-slider-boxed {
        width: 970px !important
    }

    .header {
        text-align: center
    }

    .header .logo-1 {
        float: none;
        display: inline-block;
        margin-bottom: 30px;
        padding: 0
    }

    .header .today {
        float: none;
        display: inline-block;
        margin-bottom: -7px
    }

    .header .today p {
        display: inline-block;
        margin-right: 5px
    }

    .header .today .title-default {
        margin: 0 0 20px 0
    }

    .header .banner {
        float: right;
        width: 100%
    }

    .main-content-wrapper > .main-content .banner img {
        width: 100%
    }

    .main-content-wrapper.sidebar-left > .main-content, .main-content-wrapper.sidebar-right > .main-content {
        width: 638px
    }

    .post-page-title iframe {
        width: 970px;
        height: 546px
    }

    .featured-post-content .title h3 {
        width: 970px !important
    }

    .featured-post-content .title .intro {
        width: 970px !important;
        margin: 0 auto
    }

    .post-exclusive .title h3 {
        font-size: 24px;
        line-height: 32px
    }

    .widget-default .social {
        font-size: 25px
    }

    .lightbox .container > .row {
        max-width: 100%
    }

    .lightbox .container > .row form.magellan-login {
        width: auto;
        max-width: 100%
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .gerb {
        position: absolute;
        top: 20px;
        right: 10px;
    }
    .brand {
        background-image: url("/images/logo_single.png");
        width: 50px;
        position: relative;
    }
    .brand span {
        display: none;
    }
    .brand:after {
        content: "УНАП";
        position: absolute;
        color: #fff;
        top: 20px;
        font-size: 20px;
        right: -65px;
    }
    .magellan-slider .controls {
        width: 750px
    }

    .magellan-slider .slide .overlay-wrapper {
        width: 390px
    }

    .magellan-slider .slide .overlay-wrapper .title-wrapper h2 {
        font-size: 30px;
        line-height: 38px
    }

    .magellan-slider-boxed {
        width: 750px !important
    }

    .header {
        text-align: center
    }

    .header .logo-1 {
        float: none;
        display: inline-block;
        margin-bottom: 30px;
        padding: 0
    }

    .header .today {
        float: none;
        display: inline-block;
        margin-bottom: -7px
    }

    .header .today p {
        display: inline-block;
        margin-right: 5px
    }

    .header .today .title-default {
        margin: 0 0 20px 0
    }

    .header .banner {
        float: right;
        width: 100%
    }

    .whats-new .post-featured {
        height: 540px !important
    }

    .post-image-top .col-xs-12 {
        margin-bottom: 30px
    }

    .post-image-top .row {
        margin-bottom: 0 !important
    }

    .main-content-wrapper {
        display: table
    }

    .main-content-wrapper .main-content {
        width: 750px !important;
        margin: 0 auto 40px auto !important;
        display: block;
        padding: 0 !important;
        box-shadow: none
    }

    .main-content-wrapper .main-content .post-columns .post .overlay-wrapper {
        display: none
    }

    .main-content-wrapper .sidebar {
        padding: 0 !important;
        width: 100% !important;
        display: block
    }

    .main-content-wrapper .sidebar .post .overlay-wrapper {
        display: none
    }

    .main-content-wrapper:after {
        display: none
    }

    .widget-sidebar.newsletter {
        text-align: center
    }

    .widget-sidebar.newsletter .input-wrapper {
        margin: 0 auto !important
    }

    .widget-archive .posts, .widget-archive comments, .widget-archive .photos {
        width: 17%
    }

    .banner-footer {
        width: 750px;
        margin: 0 auto 40px auto
    }

    .banner-footer img {
        width: 100%
    }

    .footer .logo-1 {
        text-align: center
    }

    .widget-footer {
        margin-bottom: 40px
    }

    .widget-footer .post a:hover {
        color: #0b99bd !important
    }

    .widget-footer .post .overlay-wrapper {
        display: none
    }

    .main-content-wrapper-fullwidth {
        margin-bottom: 0
    }

    .galleries .single-photo-active {
        margin-bottom: 40px
    }

    .galleries .btn-maximize {
        display: none !important
    }

    .comments .col-sm-12 {
        margin-bottom: 20px
    }

    .comments .col-sm-12:last-child {
        margin-bottom: 0
    }

    .post-page-title iframe {
        width: 750px;
        height: 422px
    }

    .featured-post-content .title h3 {
        width: 750px !important;
        font: 900 46px/55px Dosis, serif !important
    }

    .featured-post-content .title .intro {
        width: 750px !important;
        margin: 0 auto
    }

    .post-exclusive .title h3 {
        font-size: 29px;
        line-height: 37px
    }

    .contact-form .col-md-4 {
        margin-bottom: 30px
    }

    .contact-form .col-md-4:last-child {
        margin-bottom: 0
    }

    .lightbox-search .row {
        width: 100% !important
    }

    .lightbox-search .lightbox-items {
        display: none
    }

    .lightbox-search .search-wrapper {
        width: 100%;
        overflow: hidden;
        padding: 0 40px
    }

    .lightbox-search .search-wrapper .search-input-lightbox {
        width: 100% !important;
        margin: 0 0 10px 0 !important
    }

    .lightbox-search .search-wrapper .btn-search-lightbox {
        width: 100% !important
    }

    .lightbox .container > .row {
        width: 100%
    }

    .lightbox .container > .row form.magellan-login {
        width: auto;
        max-width: 100%
    }
}

@media only screen and (max-width: 767px) {
    .vc_row, .runningLine, .vc_row+div.col-md-3 {
        display: none;
    }
    .gerb {
        position: absolute;
        top: 20px;
        right: 10px;
    }

    #flyout_menu, #useFullLinks {
        display: none;
    }

    .pagination-wrapper {
        margin-bottom: 20px
    }

    .pagination-wrapper .pagination li {
        margin-bottom: 5px !important
    }

    .dock {
        height: 60px;
        margin-bottom: 30px
    }

    .dock .container {
        padding: 0 15px
    }

    .dock .trending-posts {
        height: 30px
    }

    .dock .social-login {
        position: relative !important;
        left: auto;
        right: auto;
        text-align: center;
        float: none;
        width: 100%;
        padding: 4px 0 0 0 !important;
        margin: 0;
        height: 30px
    }

    .magellan-slider-wrapper {
        margin-bottom: 30px
    }

    .magellan-slider-boxed {
        width: auto !important
    }

    .magellan-slider {
        height: auto
    }

    .magellan-slider .controls {
        width: 100%;
        padding: 0 0 0 17px;
        bottom: 20px
    }

    .magellan-slider .slide .overlay-wrapper {
        width: 100%
    }

    .magellan-slider .slide .overlay-wrapper .title-wrapper {
        padding: 0 17px 17px 17px
    }

    .magellan-slider .slide .overlay-wrapper .title-wrapper h2 {
        font-size: 26px;
        line-height: 34px
    }

    .magellan-slider .carousel {
        position: relative
    }

    .magellan-slider .container {
        height: 500px
    }

    .magellan-slider .sidebar {
        height: auto !important;
        position: relative !important
    }

    .magellan-slider .sidebar .post-block {
        margin-bottom: 0
    }

    .header {
        text-align: center;
        margin-bottom: 30px
    }

    .header .logo-1 {
        width: 100%;
        float: left;
        display: block;
        margin-bottom: 20px;
        padding: 0
    }

    .header .today {
        width: 100%;
        float: left;
        display: block;
        margin: 0;
        padding: 0 15px
    }

    .header .today p {
        display: inline-block;
        margin-right: 5px
    }

    .header .today .title-default span {
        float: none;
        display: inline-block;
        position: relative;
        z-index: 10;
        margin: 0
    }

    .header .today .title-default span:before {
        width: 20px;
        height: 100%;
        background: #fff;
        content: "";
        position: absolute;
        left: -20px;
        top: 0
    }

    .header .today .title-default span:after {
        width: 20px;
        height: 100%;
        background: #fff;
        content: "";
        position: absolute;
        right: -20px;
        top: 0
    }

    .header .today .title-default:after {
        top: -17px
    }

    .header .banner {
        display: none
    }

    .post-block {
        background: none !important
    }

    .post-block .overlay-wrapper {
        display: none
    }

    .post-block.slider {
        margin-bottom: 30px;
        position: relative;
        right: 0;
        width: 100%;
        height: 100%;
        background: rgba(255, 255, 255, 0.8);
        padding: 30px 15px 0 15px;
        z-index: 10000 !important
    }

    .post-block.slider > .row > div {
        height: auto !important
    }

    .post-block.slider > .row > div .row:last-child {
        margin-bottom: 0
    }

    .post-block.next-previous-wrapper .next-previous {
        background: none
    }

    .post-block.next-previous-wrapper .previous, .post-block.next-previous-wrapper .next {
        width: 100%;
        background: rgba(0, 0, 0, 0.05)
    }

    .post-block.next-previous-wrapper .previous {
        margin-bottom: 30px
    }

    .post-featured .overlay-wrapper {
        display: block
    }

    .video-slider {
        margin-bottom: 10px;
        padding: 0 15px
    }

    .video-slider .col-xs-12 {
        margin-bottom: 20px
    }

    .whats-new {
        margin-bottom: 30px
    }

    .whats-new .post-featured {
        height: auto !important;
        min-height: auto !important;
        margin-bottom: 30px
    }

    .whats-new .post-featured .overlay-wrapper {
        position: relative
    }

    .whats-new .list {
        height: auto
    }

    .post-image-top .col-xs-12 {
        margin-bottom: 30px
    }

    .post-image-top .row {
        margin-bottom: 0 !important
    }

    .post-image-300 .image {
        margin: 0 0 20px 0 !important;
        width: 100% !important
    }

    .post-image-300 .image img {
        width: 100% !important;
        height: auto !important
    }

    .post-image-300 .title {
        float: left;
        width: 100%
    }

    .post-image-300 .row {
        margin-bottom: 30px !important
    }

    .main-content-wrapper {
        display: table;
        margin-bottom: 30px;
        margin-left: auto;
        margin-right: auto;
        padding: 0;
        overflow: hidden
    }

    #breadcrumbs {
        display: none;
    }

    #mainNav {
        margin-bottom: 10px;
    }

    .sidenav {
        margin: 0 -15px;
    }

    .main-content-wrapper .main-content {
        width: 100% !important;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 30px !important;
        padding: 0 15px !important;
        display: block;
        position: relative;
        box-shadow: none
    }

    .main-content-wrapper .main-content .post-columns {
        margin-bottom: 0
    }

    .main-content-wrapper .main-content .post-columns .col-sm-6 {
        margin-bottom: 30px
    }

    .main-content-wrapper .main-content .post-columns .col-xs-12 {
        margin-bottom: 20px
    }

    .main-content-wrapper .main-content .post-columns .post .overlay-wrapper {
        display: none
    }

    .main-content-wrapper .main-content .post-columns-small .row {
        margin-bottom: 0
    }

    .main-content-wrapper .main-content .banner {
        display: none
    }

    .main-content-wrapper .main-content .editors-choice-slider {
        margin-bottom: 10px
    }

    .main-content-wrapper .main-content .editors-choice-slider .carousel-inner .col-sm-6 {
        margin-bottom: 20px
    }

    .main-content-wrapper .post-gallery {
        margin-bottom: 10px
    }

    .main-content-wrapper .post-gallery .col-xs-12 {
        margin-bottom: 20px
    }

    .main-content-wrapper .sidebar {
        width: 100% !important;
        display: block;
        padding: 0 15px !important
    }

    .main-content-wrapper .sidebar .post .overlay-wrapper {
        display: none
    }

    .main-content-wrapper .sidebar .post-block {
        margin-bottom: 0
    }

    .main-content-wrapper .sidebar .banner {
        margin-bottom: 0
    }

    .sidebar-right:after, .sidebar-left:after {
        display: none !important
    }

    .page-title {
        margin-bottom: 30px
    }

    .page-title h2 {
        font: 900 36px/40px Dosis, serif;
        padding: 20px 15px 25px 15px;
        margin: 0
    }

    .widget-default {
        margin-bottom: 0 !important
    }

    .widget-default.widget-gallery .post-featured {
        height: 400px !important
    }

    .widget-default.widget-gallery .post-featured .btn {
        display: inline-block !important
    }

    .widget-sidebar.newsletter {
        text-align: center
    }

    .widget-sidebar.newsletter .input-wrapper {
        margin: 0 auto !important
    }

    .widget-archive .posts, .widget-archive comments, .widget-archive .photos {
        width: 20%
    }

    .banner-footer {
        display: none
    }

    .footer .container {
        padding: 30px 15px
    }

    .widget-footer {
        margin-bottom: 30px !important
    }

    .widget-footer .logo-1 {
        text-align: center
    }

    .widget-footer .about {
        text-align: center
    }

    .widget-footer .categories ul {
        margin-right: 0
    }

    .main-content-wrapper-fullwidth {
        margin-bottom: 0
    }

    .page-title, .gallery-title {
        margin-bottom: 30px
    }

    .gallery-title h3 {
        font-size: 36px;
        line-height: 42px
    }

    .page-title h2 {
        float: none
    }

    .page-title .btn {
        float: left;
        margin: 0 0 25px 15px
    }

    .galleries .single-photo-active {
        margin-bottom: 30px
    }

    .galleries .btn-maximize {
        display: none !important
    }

    .galleries-recent {
        padding: 0 15px
    }

    .post-page-title iframe {
        width: 100%;
        height: 310px
    }

    .post-main-wrapper .main-content > .row {
        margin-bottom: 30px
    }

    .post-main-wrapper .main-content > .row:last-child {
        margin-bottom: 30px
    }

    .post-main-wrapper .post-title {
        margin-bottom: 20px
    }

    .post-main-wrapper .post-title h3 {
        font: 700 26px/32px Dosis, serif;
        padding: 0 70px 0 0 !important
    }

    .post-main-wrapper .post-title .btn-editors-choice-2 {
        top: 40px;
        right: 0
    }

    .post-main-wrapper .post-controls > div {
        float: left;
        width: 100%;
        border-right: 0;
        border-bottom: #fff 1px solid
    }

    .post-main-wrapper blockquote {
        font: italic 700 26px/32px Dosis, serif;
        padding: 0 0 0 70px
    }

    .post-main-wrapper blockquote:before {
        font: italic 900 90px/90px Dosis, serif;
        top: -17px;
        width: 60px
    }

    .overview .good-bad > div:first-child {
        border-right: 0;
        border-bottom: #fff 1px solid
    }

    .overview .bad {
        padding: 30px 0 20px 0
    }

    .about-author {
        text-align: center
    }

    .about-author .image {
        width: 100%;
        float: left;
        margin: 0 0 20px 0
    }

    .about-author .text {
        padding: 0
    }

    .featured-post-content .title h3 {
        width: 100% !important;
        font: 900 26px/35px Dosis, serif !important;
        padding: 0 20px
    }

    .featured-post-content .title .intro {
        width: 100% !important;
        margin: 0 auto;
        padding: 15px 20px 0 20px
    }

    .page-not-found {
        padding: 30px 15px
    }

    .page-not-found h6 {
        font-size: 100px
    }

    .post-exclusive {
        margin-bottom: 30px
    }

    .post-exclusive .image {
        width: 100%;
        border-right: 0 !important;
        border-left: 0 !important;
        border-bottom: #d000bf 2px solid
    }

    .post-exclusive .image img {
        width: 100%;
        height: auto
    }

    .post-exclusive .text {
        float: left;
        height: auto
    }

    .post-exclusive .title {
        top: auto;
        transform: none;
        -webkit-transform: none;
        padding: 20px
    }

    .post-exclusive .title h3 {
        font-size: 16px;
        line-height: 22px
    }

    .contact-form .col-md-4 {
        margin-bottom: 30px
    }

    .contact-form .col-md-4:last-child {
        margin-bottom: 0
    }

    .lightbox-search .row {
        width: 100% !important
    }

    .lightbox-search .lightbox-items {
        display: none
    }

    .lightbox-search .search-wrapper {
        width: 100%;
        overflow: hidden;
        padding: 0 40px
    }

    .lightbox-search .search-wrapper .search-input-lightbox {
        width: 100% !important;
        margin: 0 0 10px 0 !important
    }

    .lightbox-search .search-wrapper .btn-search-lightbox {
        width: 100% !important
    }

    body.trending-slider-fixed {
        padding-bottom: 0
    }

    .lightbox .container > .row {
        width: 100%
    }

    .lightbox .container > .row form.magellan-login {
        width: auto;
        max-width: 100%
    }
}

.post-block .title h3 {
    margin: 5px 0 0 0;
    padding: 0;
    font: 15px/19px Arial, serif;
    width: 100%;
}

.post-block.post-image-60 .title h3 {
    line-height: 21px;
}

.post-block.post-image-300 h3 {
    font-size: 22px;
    line-height: 26px;
}

.post-block .title h3 {
    margin: -3px 0 0 0;
    padding: 0;
    width: 100%;
}

/*.dropdown-menu {*/
/*margin-top: 20px !important;*/
/*}*/
/*.dropdown-menu:before {*/
/*content: "";*/
/*border-left: 5px solid transparent;*/
/*border-right: 5px solid transparent;*/
/*border-bottom: 5px solid black;*/
/*}*/
/*.dropdown-menu:before {*/
/*content: "\f0d8";*/
/*width: 100%;*/
/*top:-20px;*/
/*position: absolute;*/
/*text-align: center;*/
/*color: #fff;*/
/*font-size: 40px;*/
/*font-family: FontAwesome;*/
/*}*/

.magellan-slider-wrapper {
    margin-bottom: 20px
}

.magellan-slider-boxed {
    width: 1170px !important
}

.magellan-slider {
    width: 100%;
    height: 450px;
    position: relative;
}

.magellan-slider .carousel {
    position: absolute;
    z-index: 10
}

.magellan-slider .container {
    height: 450px;
    left: 0;
    right: 0
}

.magellan-slider .container.sidebar {
    height: 450px;
    position: absolute
}

.magellan-slider .container.sidebar .post-block {
    z-index: 100
}

.magellan-slider .slide {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    overflow: hidden
}

.magellan-slider .slide .overlay-wrapper {
    width: 500px;
    height: 100%;
    right: 0;
    overflow: hidden;
    position: absolute;
    box-shadow: rgba(255, 255, 255, 0.15) 1px 0 0, rgba(255, 255, 255, 0.15) -1px 0 0
}

.magellan-slider .slide .overlay-wrapper .title-wrapper {
    width: 100%;
    height: 100%;
    padding: 30px;
    position: absolute;
    z-index: 100;
    background: rgba(0, 0, 0, 0.4) url(http://planetshine.net/demo/magellan/lifestyle/wp-content/themes/planetshine-magellan/theme/assets/images/overlay-bg-1.png) 0 0 repeat;
    color: #fff;
    display: table
}

.magellan-slider .slide .overlay-wrapper .title-wrapper .title {
    display: table-cell;
    vertical-align: middle
}

.magellan-slider .slide .overlay-wrapper .title-wrapper h2 {
    font: 900 46px/54px Dosis, serif
}

.magellan-slider .slide .overlay-wrapper .title-wrapper h2 a {
    color: #fff
}

.magellan-slider .slide .overlay-wrapper .title-wrapper h2 a:hover {
    color: #0b99bd;
    text-decoration: none
}

.magellan-slider .slide .overlay-wrapper .title-wrapper .tags {
    margin-bottom: 5px
}

.magellan-slider .slide .overlay-wrapper .title-wrapper .legend {
    color: #fff;
    padding-top: 5px
}

.magellan-slider .slide .overlay-wrapper .title-wrapper .legend a {
    color: #fff !important
}

.magellan-slider .slide .overlay-wrapper .title-wrapper .legend a:hover {
    color: #0b99bd !important
}

.magellan-slider .slide .overlay-wrapper .title-wrapper .intro {
    padding: 15px 0 20px 0
}

.magellan-slider .slide .overlay-wrapper .title-wrapper .btn-default {
    background: rgba(0, 0, 0, 0.3)
}

.magellan-slider .slide .overlay-wrapper .title-wrapper .btn-default:hover {
    background: rgba(0, 0, 0, 0.3);
    color: #fff !important;
    box-shadow: #fff 0 2px 0 inset, #fff 0 -2px 0 inset, #fff 2px 0 0 inset, #fff -2px 0 0 inset
}

.magellan-slider .slide .overlay {
    width: auto;
    height: 101%;
    background-size: cover;
    background-position: center center;
    position: absolute;
    z-index: 10;
    -webkit-filter: blur(6px);
    -moz-filter: blur(6px);
    -o-filter: blur(6px);
    filter: blur(6px)
}

.magellan-slider .controls {
    position: absolute;
    /*width: 1170px;*/
    padding: 0 0 0 30px;
    left: 50%;
    bottom: 20px;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    z-index: 1000
}

.magellan-slider .controls .btn-default {
    background: rgba(0, 0, 0, 0.3)
}

.magellan-slider .controls .btn-default:hover {
    box-shadow: #fff 0 2px 0 inset, #fff 0 -2px 0 inset, #fff 2px 0 0 inset, #fff -2px 0 0 inset;
    z-index: 100;
    position: relative;
    color: #fff !important
}

.magellan-slider .carousel-indicators li {
    background: rgba(0, 0, 0, 0.3)
}

.magellan-slider .carousel-indicators li:hover {
    border-color: #fff
}

.magellan-slider .carousel-indicators li.active:hover {
    background: #fff !important
}

.magellan-slider .slider {
    position: absolute;
    right: 0;
    width: 360px;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    padding: 67px 30px 0 30px;
    z-index: 10000 !important
}

.magellan-slider .slider > .row > div {
    height: 426px
}

.magellan-slider .slider > .row > div .row:last-child {
    margin-bottom: 30px
}

.mb-10 {
    margin-bottom: 10px;
}

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    display: none;
    right: 20%;
    z-index: 15;
    width: 60%;
    margin-right: -30%;
    left: auto;
    padding-left: 0;
    list-style: none;
    text-align: center;
}

table {
    /*width: 100%;*/
    margin: 0 0 20px 0
}

table td {
    border: 1px solid #636363;
    padding: 10px;
    border-color: #636363 !important;
}

table thead th {
    text-transform: uppercase;
    font-weight: 900;
    font-size: 15px;
    border-bottom: 3px solid #636363;
    padding: 5px
}

table tbody th {
    /*border-bottom: 1px solid #636363;*/
    padding: 5px
}

.runningLine {
    position: relative;
    overflow: hidden;
    margin-top: -20px;
    margin-bottom: 10px;
}

.no-padding {
    padding: 0;
}

.scroller {
    overflow: hidden;
    height: 25px;
    display: inline-block;
}

.scroller ul {
    padding-left: 0;
}

.post-main-wrapper {
    /*padding-bottom: 10px;*/
}

.scroller ul li {
    display: inline-block;
}

.runningLine .icons {
    z-index: 9;
    margin-right: 5px;
    position: relative;
    background: #fff;
}

.post-block .overlay-wrapper {
    height: 100%;
    width: 100%;
    z-index: 10;
    position: absolute;
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    transition: 100ms ease;
    box-sizing: border-box;
}

.post-block .overlay-wrapper .content {
    position: absolute;
    z-index: 10000;
    width: 100%;
    height: 100%;
    display: table;
}

.post-block .overlay-wrapper .content > div {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    background: rgba(0, 0, 0, 0.4) url(http://planetshine.net/demo/magellan/lifestyle/wp-content/themes/planetshine-magellan/theme/assets/images/overlay-bg-1.png) 0 0 repeat;
    box-shadow: rgba(255, 255, 255, 0.1) 0 -1px inset, rgba(255, 255, 255, 0.1) 0 1px inset, rgba(255, 255, 255, 0.1) 1px 0 0 inset, rgba(255, 255, 255, 0.1) -1px 0 0 inset;
}

.post-block.post-gallery .btn-circle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    z-index: 100000;
}

.post-block .btn-circle {
    position: absolute;
    top: 13px;
    left: 13px;
}

.btn-circle {
    width: 35px;
    height: 35px;
    border-radius: 35px;
    display: inline-block;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.2) 0 10px 10px;
    border: #0b99bd 3px solid;
    padding: 0 !important;
    z-index: 100;
}

.post-block.post-gallery .link {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 10000;
    padding: 0;
    top: 0;
    left: 0;
}

.btn-circle.btn-photo:before {
    content: "\f030";
    font-size: 13px !important;
    line-height: 15px !important;
    top: 7px;
    left: 8px;
}

.btn-circle:before {
    font-family: FontAwesome;
    color: #0b99bd;
    position: absolute;
}

.btn-circle:hover {
    box-shadow: rgba(0, 0, 0, 0.2) 0 10px 10px;
    border: #252525 3px solid;
    background: #0b99bd !important;
}

.btn-circle:hover:before {
    color: #252525
}

.btn-circle.btn-play:before {
    content: "\f04b";
    font-size: 14px !important;
    line-height: 16px !important;
    top: 6px;
    left: 11px
}

.btn-circle.btn-photo:before {
    content: "\f030";
    font-size: 13px !important;
    line-height: 15px !important;
    top: 7px;
    left: 8px
}

.post-block .overlay-wrapper .overlay {
    overflow: hidden;
    background-position: center center;
    background-size: cover;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-filter: blur(6px);
    -moz-filter: blur(6px);
    -o-filter: blur(6px);
    filter: blur(6px);
}

.post-block.post-gallery .image {
    margin: 0;
    float: none;
    overflow: hidden;
    text-align: center;
}

.galleries .gallery-block .thumbs, .lightbox-gallery .gallery-block .thumbs {
    padding-top: 1px;
}

.post-block .row:last-child {
    margin-bottom: 0;
}

.galleries .gallery-block .thumbs .row, .lightbox-gallery .gallery-block .thumbs .row {
    margin: 0;
    padding: 0;
    border: 0;
}

.post-block .post:hover .overlay-wrapper {
    visibility: visible;
    opacity: 1;
    z-index: 10000;
}

.post-block .post:hover .thumbs a:hover img {
    opacity: .7;
}

.gallery-title h1 {
    padding: 0;
    margin: 0;
}

.gallery-title {
    margin-bottom: 20px;
}

/* fluid 5 columns */
.collage-item {
    padding-bottom: 5px;
    padding-right: 1px;
    text-align: center;
}

.mt-20 {
    margin-top: 20px;
}
.mb-20 {
    margin-bottom: 20px;
}
.cnap-col{
    margin-bottom: 20px;
}
.cnap-col .row {
    background: #f5f5f5;
    display: table;
    width: 100%;
    border-left: 2px solid #dcdcdc;
}

.cnap-col .row:hover {
    background: #f0f0f0;
}

#cnap-list .image {
    /*position: absolute;*/
    left: 0;
    padding: 20px;
    width: 50px;
    vertical-align: middle;
    top: 0;
    display: table-cell;
}
.main_search form {
    position: relative;
}
.up_separator {
    border-left: 1px solid #e9e9e9;
    padding: 10px 0;
    margin-left: 4px;
}
.goog-te-gadget-simple {
    border: none !important;
}
@media (min-width: 768px) {
    .navbar-right {
        margin-right: 0;
    }
    .right-border {
        border: 0 !important;
    }
    #scrollup {
        display: none;
    }
}

@media (max-width: 600px) {
    .video-js {
        width:100%;
    }
    .gerb {
        display: none;
    }
    #logo {
        background-size: 350px auto;
        height: 90px;
    }
    .main_search {
        margin-top:20px;
    }
    #cnap-list ul li {
	width:100% !important;
    }

}

@media (max-width: 350px) {
    #logo {
        background-size: 250px auto;
        height: 60px;
    }
    .video-js {
        width:100%;
    }
}

#logo {
    /*background-size: 100% auto;*/
    width:100%;
}

/*@media (min-width: 300px) {*/
/*    .video-js {*/	

/*        width:100%;*/
/*    }*/
/*    .gerb {*/
/*        display: none;*/
/*    }*/
/*}*/

.video-js {
    max-width:100%;
}


img[style="float:left;"] {
    margin-right: 10px;
}

img[style="float:right;"] {
    margin-left: 10px;
}
#scrollup {
    position: fixed; /* фиксированная позиция */
    opacity: 0.8; /* прозрачность */
    padding: 10px; /* отступы */
    background: #ECECEC;
    border-radius: 5px; /* скругление углов */
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    right: 10px; /* отступ слева */
    bottom: 10px; /* отступ снизу */
    display: none; /* спрятать блок */
    z-index: 100;
    cursor: pointer;
}
#news-list .list-view > div {
    margin-bottom: 10px;
    overflow: hidden;
}

#breadcrumbs {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.navbar-nav > li > ul > li > ul > li a {
    /*color: #97d8f1;*/
}

#footer_menu ul {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;

}

.dropdown-menu>li>a {
    color: #158cba;
}
.no-lr-padding {
    padding-right:0;
    padding-left:0;
}
/*.rightToggle li ul {*/
/*    display: block;*/
/*}*/

table[border="0"] td {border-color: transparent !important;}

.navbar-collapse.collapse.in .navbar-nav > li > ul > li > ul > li a {
    color: #97d8f1;
}

.pagination {
    margin:20px 10px;
}

.pagination>li>a, .pager>li>a, .pagination>li>span, .pager>li>span {
    border-width: 1px;
}

.pagination>li>a:hover, .pager>li>a:hover, .pagination>li>span:hover, .pager>li>span:hover {
    top:0;
    border-bottom-width: 1px;
    background: #158cba;
    border-color: #127ba3;
}

.pagination>.disabled>a:hover, .pager>.disabled>a:hover, .pagination>.disabled>span:hover, .pager>.disabled>span:hover {
    border-width: 1px;
}
table[style*="border: 0"] td {
    border: none;
}

#cnap-list .description p {
    padding-right:10px;
    text-align:left;
}

#cnap-list ul li {
    list-style: none;
    width:48%;
    display: inline-block;
    margin-right:10px;
}