/*
Theme Name: Panoramea
Author: Jarosław Cielebąk
Description: Panoramea THEME
Version: 1.0
*/

html,
body {
    overflow-x: hidden; /* Prevent scroll on narrow devices */
}
body {
    padding-top: 70px;
}
footer {
    padding: 30px 0;
}

a {
    color: #1c4a96;
    outline: none;
}

::selection {
    background: #ffb7b7; /* Safari */
}
::-moz-selection {
    background: #ffb7b7; /* Firefox */
}

/*
 * Off Canvas
 * --------------------------------------------------
*/


@media screen and (max-width: 767px) {
    .row-offcanvas {
        position: relative;
        -webkit-transition: all .25s ease-out;
        -moz-transition: all .25s ease-out;
        transition: all .25s ease-out;
    }

    .row-offcanvas-right {
        right: 0;
    }

    .row-offcanvas-left {
        left: 0;
    }

    .row-offcanvas-right
    .sidebar-offcanvas {
        right: -50%; /* 6 columns */
    }

    .row-offcanvas-left
    .sidebar-offcanvas {
        left: -50%; /* 6 columns */
    }

    .row-offcanvas-right.active {
        right: 50%; /* 6 columns */
    }

    .row-offcanvas-left.active {
        left: 50%; /* 6 columns */
    }

    .sidebar-offcanvas {
        position: absolute;
        top: 0;
        width: 50%; /* 6 columns */
    }

    .navbar li.hot-item-li, #side-menu, .jumbotron {
        display: none;
    }

    .nav-brand img {
        padding: 0 0 0 15px;
    }

    .bm {
        margin-top: 0!important;
    }
}

.bm {
    margin-top: 32px;
}

.navbar {
    border-bottom: 1px solid rgba(0,0,0,.15);
    -webkit-box-shadow: 0px 0px 15px 0px rgba(50, 50, 50, 0.25);
    -moz-box-shadow:    0px 0px 15px 0px rgba(50, 50, 50, 0.25);
    box-shadow:         0px 0px 15px 0px rgba(50, 50, 50, 0.25);
}

.navbar .info {
    background: red;
    padding: 20px;
    display: none;
}

.nav-brand img {
    margin: 0 20px 0 0;
}

.nav-brand img:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
    opacity: 0.6;
    -moz-transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.navbar li.hot-item-li a {
    margin: 0;
    padding: 0;
    height: 50px;
}

.navbar li.hot-item-li img {
    border-right: 2px solid #1c4a96;
    margin-right: 2px;
}

.hot {
    color: #c30101;
    font-weight: bold;
    border-bottom: 1px solid;
}

.navbar-nav li.hot-item {

}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
    color: #ffffff;
    background-color: #1c4a96;
}

.navbar li.hot-item-li img.active {
    border-color: #c30101;
    -moz-transition: all .5s ease-in;
    -webkit-transition: all .5s ease-in;
    -o-transition: all .5s ease-in;
    transition: all .5s ease-in;
}

.page-header {
    padding-bottom: 9px;
    margin: 0px 0 20px;
    border-bottom: 1px solid #eee;
    overflow: hidden;
}

#side-menu {
    position: fixed; top: 300px; right: 0;
    list-style: none;
    z-index: 999;
    display: none;
}

#side-menu li{
    position: absolute; right: 0;
    width: 48px; height: 48px; margin-bottom: 1px;
    background-color: #004184;
    -moz-transition: width .3s ease-in-out; -webkit-transition: width .3s ease-in-out; -o-transition: width .3s ease-in-out; transition: width .3s ease-in-out;
}

#side-menu li:hover{
    width: 150px;
}

#side-menu li a{
    width: 48px; height: 48px;
    display: block;
}

#side-menu li.hover a{
    width: 150px; height: 38px; padding: 14px 0 0 48px;
    font-size: 12px; color: #fff; text-transform: uppercase;
    display: block;
    font-weight: bold;
}

#side-menu li.facebook{
    top: 0;
    background: url('img/icon_facebook_32.png') 8px 8px no-repeat #1c4a96;
    -moz-border-radius: 4px 0 0 0;
    -webkit-border-radius: 4px 0 0 0;
    border-radius: 4px 0 0 0;
}

#side-menu li.facebook:hover {
    background-color: #3b5998;
    width: 122px;
    -moz-border-radius: 4px 0 0 4px;
    -webkit-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
}

#side-menu li.gplus{
    top: 49px;
    background: url('img/icon_gplus_32.png') 8px 8px no-repeat #1c4a96;
}

#side-menu li.gplus:hover {
    background-color: #d74736;
    -moz-border-radius: 4px 0 0 4px;
    -webkit-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
    width: 116px;
}

#side-menu li.rss{
    top: 98px;
    background: url('img/icon_rss_32.png') 8px 8px no-repeat #1c4a96;
    -moz-border-radius: 0 0 0 4px;
    -webkit-border-radius: 0 0 0 4px;
    border-radius: 0 0 0 4px;
}

#side-menu li.rss:hover {
    background-color: #f49a26;
    width: 86px;
    -moz-border-radius: 4px 0 0 4px;
    -webkit-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
}

a.list-group-item.active, a.list-group-item.active:hover, a.list-group-item.active:focus {
    background-color: #1c4a96;
    border-color: #1c4a96;
}

.btn-primary {
    color: #fff;
    background-color: #1c4a96;
    border-color: #103b8d;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
    background-color: #c30101;
    border: 1px solid rgba(0,0,0,.15);
}

.jumbotron {
    padding: 24px 0 24px 0;
    border: 1px solid rgba(0,0,0,.15);
    background: url("img/climpek.png") repeat;
    display: none;
}

.jumbotron i {

}

.jumbotron-text {
    text-shadow: 1px 1px 0px #f2f2f2;
}

.jumbotron h2 {
    font-weight: bold;
    text-transform: uppercase;
}
.jumbotron .center-block {
    font-size: 64px!important;
    margin: 0 20px 0 0;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
}

.pagination {
    margin: 15px 15px 0 0;
}

.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
    background-color: #1c4a96;
    border-color: #103b8d;
}

.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
    color: #fff;
    text-decoration:none;
}

.navigation li {
    display: inline;
}

.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
    background-color: #6FB7E9;
    border-radius: 3px;
    cursor: pointer;
    padding: 12px;
    padding: 0.75rem;
}

.navigation li a:hover,
.navigation li.active a {
    background-color: #3C8DC5;
}