body {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    background: #EDEDED;
}
.time_circles > div > h4,
.time_circles > div > span,
.sidebar {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

a:focus {}

/* --- COMING SOON --- */
.body_coming_soon {
    background: url('../img/bg-coming-soon.jpg') no-repeat scroll center center #1972B8;
    background-size: cover;
}
.coming-soon-main {
    background: none no-repeat scroll 0 0 transparent;
    color: #FFFFFF;
    text-align: center;
    /* letter-spacing: -3px; */
    margin: 0;
}
.coming-soon-logo {
    background: url('../img/logo-coming-soon.png') no-repeat scroll center top transparent;
    width: 100%;
    height: 287px;
    height: 82px;
    text-indent: -9000px;
    margin: 60px 0;
    margin: 90px 0 50px;    
}
.coming-soon-main h5 {
    font-size: 24px;
    font-weight: 300;
    margin: 30px 0;
}
.coming-soon-main .form-inline {
    margin: 20px auto;
}

.coming-soon-main .input-lg {
    background: none repeat scroll 0 0 #F2F2F2;
    border: 0 solid;
    -webkit-box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow:    0px 1px 0px 0px rgba(0, 0, 0, 0.1);
    box-shadow:         0px 1px 0px 0px rgba(0, 0, 0, 0.1);
    font-size: 16px;
    padding: 0 15px;
    height: 46px ;
    line-height: 46px;
    font-weight: 600;
    color: #333333;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}
.coming-soon-main .btn-default {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 0 solid;
    -webkit-box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow:    0px 1px 0px 0px rgba(0, 0, 0, 0.1);
    box-shadow:         0px 1px 0px 0px rgba(0, 0, 0, 0.1);
    color: #1972B8;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.15);
    height: 46px;
    line-height: 46px;
    padding: 0 15px;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0 0 0 10px;
}

.coming-soon-main .message-common {
    background: -moz-linear-gradient(top,  rgba(255,255,255,0.15) 0%, rgba(255,255,255,0.15) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.15)), color-stop(100%,rgba(255,255,255,0.15)));
    background: -webkit-linear-gradient(top,  rgba(255,255,255,0.15) 0%,rgba(255,255,255,0.15) 100%);
    background: -o-linear-gradient(top,  rgba(255,255,255,0.15) 0%,rgba(255,255,255,0.15) 100%);
    background: -ms-linear-gradient(top,  rgba(255,255,255,0.15) 0%,rgba(255,255,255,0.15) 100%);
    background: linear-gradient(to bottom,  rgba(255,255,255,0.15) 0%,rgba(255,255,255,0.15) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#26ffffff', endColorstr='#26ffffff',GradientType=0 );
    display: inline-block;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.2;
    margin: 20px auto;
    padding: 10px 20px;
}
/* --- COMING SOON --- */

.container-footer {
    height: 50px;
}

/* --- CARGANDO --- */
.loading-layer-content {
    overflow: visible;
    overflow: hidden;
}
.loading-layer{
    background: url('../img/lvm-loading.gif') no-repeat scroll 50% 50% #EDEDED;
    background: url('../img/lvm-loading.gif') no-repeat scroll 50% 50% #FFFFFF;
    height: 100%;
    min-height: 300px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1000;
    opacity: 0.85;
    filter:alpha(opacity=85);
    display: none;
}
.loading-layer-content.loading-active {
    overflow: hidden;
}
.loading-active .loading-layer {
    display: block;
}
.body_coming_soon .loading-layer,
.comments .loading-layer,
.post-information .loading-layer,
.grid-gallery-list .loading-layer,
.comments-form .loading-layer {
    background: url('../img/lvm-loading-fff.gif') no-repeat scroll 50% 50% #FFFFFF;
}
.post-related .loading-layer {
    background: url('../img/lvm-loading.gif') no-repeat scroll 50% 50% #E4E4E4;
}
/* --- FIN CARGANDO --- */

/* --- MENU PRINCIPAL --- */
.container-main {
    padding-top: 90px;
}
.menu-nav {
    position: fixed;
    width: 100%;
    z-index: 1200;
    -webkit-transition: -webkit-transform 0.5s ease;
    -moz-transition: -moz-transform 0.5s ease;
    -ms-transition: -ms-transform 0.5s ease;
    -o-transition: -o-transform 0.5s ease;
    transition: transform 0.5s ease;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
}
.menu-nav .navbar-default {
    background: #1972B8;
    color: #FFFFF;
    border: 0px solid;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow:    0px 0px 20px 0px rgba(0, 0, 0, 0.2);
    box-shadow:         0px 0px 20px 0px rgba(0, 0, 0, 0.2);
    min-height: 80px;
    margin-bottom: 10px;
    font-size: 0.857em;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}
.menu-nav .navbar-brand {
    background: url('../img/logo-menu-nav.png') no-repeat scroll top right transparent;
    margin-left: -245px !important;
    min-height: 80px;
    padding-left: 339px;
    padding-right: 0;
    text-indent: -9000px;
    width: 94px;
}

.menu-nav .navbar-default .navbar-nav > li > a,
.menu-nav .navbar-default .navbar-nav > li > span {
    color: #FFFFFF;
    padding: 0 20px;
    height: 80px;
    line-height: 80px;
    font-weight: 400;
    text-transform: uppercase;
}
.menu-nav .navbar-default .navbar-nav > li:last-child > a,
.menu-nav .navbar-default .navbar-nav > li:last-child > span {
    padding-right: 0;
}
.menu-nav .navbar-default .navbar-nav > li > a strong,
.menu-nav .navbar-default .navbar-nav > li > span strong{
    font-weight: 800;
}
.menu-nav .link-menu {
    margin-top: 33px;
    height: auto !important;
}
.link-menu .icon-bar {
    background-color: #FFFFFF;
    border-radius: 1px;
    display: block;
    height: 3px;
    width: 20px;
}
.link-menu .icon-bar + .icon-bar {
    margin-top: 2px;
}
.menu-nav .navbar-default .navbar-nav > li.languages > a{}
.menu-nav .navbar-default .navbar-nav > li.languages > span {}
.menu-nav .navbar-default .navbar-nav > li.languages > span a {
    color: #FFFFFF;
    font-weight: 400;
    text-transform: uppercase;
}
.menu-nav .navbar-default .navbar-nav > li.languages > span a:hover {
    text-decoration: none;
}
.menu-nav .navbar-default .navbar-nav > li.languages > span a.active {
    font-weight: 800;
}


/* --- MENU PRINCIPAL --- */

/* --- MENU SIDEBAR --- */
.sidebar{
    background: none no-repeat scroll 0 0 #1E1E1E;
    left: auto;
    right: 17px;
    width: 310px;
    -webkit-box-shadow: inset 0px 0px 30px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow:    inset 0px 0px 30px 0px rgba(0, 0, 0, 0.5);
    box-shadow:         inset 0px 0px 30px 0px rgba(0, 0, 0, 0.5);
    font-size: 14px;
}

.menu-sidebar {
    margin: 0 0 40px !important;
    clear: both;
    width: 100%;
    border: 0px solid !important;
}
.menu-sidebar li {
    border-bottom: 1px solid #333333 !important;
    border-top: 0 solid !important;
    height: 30px;
    letter-spacing: -0.2px;
    line-height: 30px !important;
    padding: 0 20px;
    text-transform: uppercase;
}
.menu-sidebar li,
.menu-sidebar li a {
    font-size: 1em;
    color: #444444 !important;
    font-weight: 400;
}
.menu-sidebar li a {
    padding: 0 !important;
}
.menu-sidebar li a:hover {
    color: #666666 !important;
    text-decoration: none;
}
.menu-sidebar li a.active {
    color: #FFFFFF !important;
    font-weight: 600;
}

.menu-sidebar ul li:hover,
.menu-sidebar ul li.active,
.menu-sidebar ul li.sidr-class-active {
    line-height: 30px !important;
}
.sidr h1, .sidr h2, .sidr h3, .sidr h4, .sidr h5, .sidr h6,
.sidr ul li:hover > a,
.sidr ul li:hover > span,
.sidr ul li.active > a,
.sidr ul li.active > span,
.sidr ul li.sidr-class-active > a,
.sidr ul li.sidr-class-active > span {
    box-shadow: none !important;
}

.close-sidebar {
    background: none repeat scroll 0 0 #000000;
    font-size: 26px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    text-shadow: none;
    width: 40px;
    margin-bottom: 30px;
}
.close-sidebar,
.close-sidebar:hover, .close-sidebar:focus {
    color: #FFFFFF;
}

.menu-sidebar-social,
.menu-sidebar-footer {
    border: 0px solid !important;
    margin: 0 !important;
    padding: 0 !important;
}
.menu-sidebar-social li,
.menu-sidebar-footer li {
    width: 100%;
    text-align: center;
    margin-bottom: 30px !important;
    border: 0px solid !important;
}
.menu-sidebar-social .icon,
.menu-sidebar-footer .icon,
.btn-facebook .icon {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin: 0 5px;
    background: none scroll no-repeat 50% 50% transparent;
    text-indent: -9000px;
}

.menu-sidebar-social .icon,
.menu-sidebar-footer .icon {
    margin: 0 1px;
}

.menu-sidebar-social .icon-facebook,
.menu-sidebar-footer .icon-facebook,
.btn-facebook .icon-facebook {    background-image: url('../img/ico-facebook-sidebar.png'); }
.menu-sidebar-social .icon-twitter,
.menu-sidebar-footer .icon-twitter{     background-image: url('../img/ico-twitter-sidebar.png'); }
.menu-sidebar-social .icon-instagram,
.menu-sidebar-footer .icon-instagram{   background-image: url('../img/ico-instagram-sidebar.png'); }
.menu-sidebar-social .icon-pinterest,
.menu-sidebar-footer .icon-pinterest{   background-image: url('../img/ico-pinterest-sidebar.png'); }
.menu-sidebar-social .icon-youtube,
.menu-sidebar-footer .icon-youtube{   background-image: url('../img/ico-youtube-sidebar.png'); }
.menu-sidebar-social .icon-youtube2,
.menu-sidebar-footer .icon-youtube2{   background-image: url('../img/ico-youtube2-sidebar.png'); }

.menu-sidebar-footer .developed,
.menu-sidebar-footer .powered {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 0.786em;
    text-decoration: none;
    color: #FFFFFF;
    margin-top: 3px !important;
}
.menu-sidebar-footer .developed .icon,
.menu-sidebar-footer .powered .icon {
    background: url('../img/ico-genera.png') no-repeat scroll 0 0 transparent;
    display: inline-block;
    height: 24px;
    line-height: 24px;
    margin: 0 0 0 5px;
    vertical-align: middle;
    width: 25px;
}
.menu-sidebar-footer .developed span {
    font-family: Verdana, Arial, sans-serif;
    font-weight: bold;
    display: inline-block;
    padding: 0;
}

.menu-sidebar-social li {
    text-align: left;
    line-height: 1 !important;
    margin-top: 5px !important;
    margin-left: 10px !important;
}

.nano {}
.nano .nano-content {
    padding: 30px !important;
}
.nano .nano-pane   { background: #444444 !important; }
.nano .nano-slider { background: #666666 !important; }

.menu-sidebar-user {}
.menu-sidebar-user li {
    border-bottom: 0 solid !important;
    height: auto;
    line-height: 1.2 !important;
}
.menu-sidebar-user .media-heading {
    background: none repeat scroll 0 0 transparent;
    font-weight: 400;
    letter-spacing: -0.4px;
    line-height: 1.2;
    margin-bottom: 10px;
    padding: 0;
    text-transform: none;
}
.menu-sidebar-user .media-object{
    margin: 0 !important;
    padding: 0 !important;
}
.menu-sidebar-user .media-body{
    font-size: 12px;
}
.menu-sidebar-user .media-heading,
.menu-sidebar-user .media-heading a,
.menu-sidebar-user .media-heading a:hover {
    color: #FFFFFF !important;
    font-size: 20px;
}


/* --- MENU SIDEBAR --- */

/* --- CAROUSEL --- */
.carousel{
    margin: 0 -45px 10px;
}
.carousel-caption {
    background: -moz-linear-gradient(top,  rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.5) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.5)), color-stop(100%,rgba(0,0,0,0.5)));
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0.5) 0%,rgba(0,0,0,0.5) 100%);
    background: -o-linear-gradient(top,  rgba(0,0,0,0.5) 0%,rgba(0,0,0,0.5) 100%);
    background: -ms-linear-gradient(top,  rgba(0,0,0,0.5) 0%,rgba(0,0,0,0.5) 100%);
    background: linear-gradient(to bottom,  rgba(0,0,0,0.5) 0%,rgba(0,0,0,0.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80000000', endColorstr='#80000000',GradientType=0 );
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* display: none; */
    width: 33%;
}
.carousel-caption,
.carousel .item:hover .carousel-caption {
    display: block;
    cursor: pointer;
}
.carousel-caption-content {
    top: 40%;
    position: absolute;
    width: 80%;
    left: 50%;
    margin-left: -40%;
    
    top: 35%;
    width: 90%;
    margin-left: -45%;
}
.carousel-caption-content,
.carousel-caption-content:hover,
.carousel-caption-content:focus,
.carousel-caption-content:active {
    text-decoration: none;
    color: #FFFFFF;
}
.carousel-caption-content p {
    font-size: 16px;
    letter-spacing: -0.6px;
    font-weight: 300;
}
.carousel-caption-content p {
    font-weight: 600;
    text-transform: uppercase;
}
.carousel-caption-content h3 {
    font-weight: 300;
    font-size: 32px;
    letter-spacing: -1.3px;
    margin-bottom: 10px !important;
    
    font-size: 24px;
}
.carousel-caption-content p,
.carousel-caption-content h3 {
    margin: 0;
    line-height: 1.2;
    text-shadow: none;
}
.carousel-indicators {
    width: 33%;
    left: 0;
    margin: 0;    
}
.carousel-indicators li {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    height: 5px;
    width: 30px;
}
.carousel-indicators .active {
    height: 7px;
    width: 32px;
}
/* --- CAROUSEL --- */

/* --- MENU FILTRO --- */
.menu-filter-nav {}
.menu-filter-nav .navbar-default{
    background: none no-repeat scroll 0 0 transparent;
    border: 0px solid;
    border-bottom: 1px solid #D5D5D5;
    margin: 0 0 10px;
    min-height: 48px;
}
.menu-filter-nav .navbar-default .navbar-brand {
    font-size: 18px;
    color: #666666;
    font-weight: 600;
    letter-spacing: -0.36px;
}
.menu-filter-nav .navbar-default .navbar-brand,
.menu-filter-nav .navbar-nav > li > a {
    height: 48px;
    line-height: 48px;
    padding: 0;
}
.menu-filter-nav .navbar-nav > li > a {
    font-size: 12px;
    font-weight: 400;
    color: #666666;
    margin: 0 20px;
    letter-spacing: -0.24px;
}
.menu-filter-nav .navbar-nav > li:last-child > a {
    margin-right: 0;
}
.menu-filter-nav .navbar-default .navbar-nav > .active > a,
.menu-filter-nav .navbar-default .navbar-nav > .active > a:hover,
.menu-filter-nav .navbar-default .navbar-nav > .active > a:focus {
    color: #999999;
    background: none no-repeat scroll 0 0 transparent;
}
.menu-filter-nav .navbar-default .navbar-header {
    width: 50%;
    margin: 11px 0;
}
.menu-filter-nav .navbar-default .navbar-brand {
    height: auto;
    line-height: 1.4;
}
/* --- MENU FILTRO --- */

/* --- LIST GRID --- */
.grid-list {}
.grid-list .item {
    background: red;
    color: #FFFFFF;
    min-height: 100px;
}
#grid.row-grid {
    margin: 0 -5px;
    /*height: auto !important;*/
}
/*#grid .item.grid-sizer { width: 33.3333%; }*/
#grid .item.col-md-12 { width:99.9999%; }
#grid .item.col-md-8 { width:66.6666%; }
#grid .item.col-md-4{ width:33.3333%; }
#grid .item.grid-sizer { width: 33%; }
#grid .item.col-md-12 { width:100%; }
#grid .item.col-md-8 { width:66%; }
#grid .item.col-md-4{ width:33%; }
#grid .item.grid-sizer { width: 33.33%; }
#grid .item.col-md-12 { width:100%; }
#grid .item.col-md-8 { width:66.66%; }
#grid .item.col-md-4{ width:33.33%; }


#grid .item {
    padding: 0 5px;
    margin-bottom: 10px;
    float: left;
    position: relative;
    /*background: red;*/
}
.item-grid {
    background: #FFFFFF;
    border-bottom: 1px solid #BEBEBE;
    position: relative;
    min-height: 136px;
}
.item-grid .info{
    position: absolute;
    right: 0;
    top: 20px;
    width: 48px;
    margin: 0;
    overflow: hidden;
    z-index: 100;
}
.item-grid .info .date,
.item-grid .info .type{
    position: relative !important;
    left: auto !important;
    top: auto !important;
    width: 48px;
    height: 48px;
    text-align: center;
    line-height: 48px;
    float: none;
    padding: 0;
    opacity: 1;
    filter:alpha(opacity=100);
}
.item-grid .info .date{
    background: #FFFFFF;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: -0.28px;
    color: #333333;
    text-transform: uppercase;
}
.item-grid .info .date span{
    font-size: 21px;    
    letter-spacing: -0.42px;
}
.item-grid .info .date span.month{
    display: block;
    font-size: 10px;
    font-weight: 400;
    letter-spacing: -0.2px;
    line-height: 1;
    margin-bottom: -14px;
    padding-top: 8px;
}
.item-grid .info .type{
    background: -moz-linear-gradient(top,  rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.5) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.5)), color-stop(100%,rgba(0,0,0,0.5)));
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0.5) 0%,rgba(0,0,0,0.5) 100%);
    background: -o-linear-gradient(top,  rgba(0,0,0,0.5) 0%,rgba(0,0,0,0.5) 100%);
    background: -ms-linear-gradient(top,  rgba(0,0,0,0.5) 0%,rgba(0,0,0,0.5) 100%);
    background: linear-gradient(to bottom,  rgba(0,0,0,0.5) 0%,rgba(0,0,0,0.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80000000', endColorstr='#80000000',GradientType=0 );
}
.item-grid .info .type .icon{
    display: block;
    width: 100%;
    height: 100%;
    background: none no-repeat scroll center center transparent;
    text-indent: -9000px;
}
.item-grid .media{
    margin: 0;
    position: relative;
}
.item-grid .text{
    padding: 20px;
    line-height: 1.2;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: -0.36px;
    color: #999999;
}
.item-grid .text a{
    font-weight: 600;
    color:#1972B8;
}

.item-grid-gallery {}
.item-grid-gallery .info .type .icon { background-image: url('../img/ico-item-gallery.png')}
.item-grid-video {}
.item-grid-video .info .type .icon { background-image: url('../img/ico-item-video.png')}
.item-grid-image {}
.item-grid-image .info .type .icon { background-image: url('../img/ico-item-image.png')}
.item-grid-post {}
.item-grid-post .info .type .icon { background-image: url('../img/ico-item-post.png')}
.item-grid-twitter {}
.item-grid-twitter .info .type .icon { background-image: url('../img/ico-item-twitter.png')}

.item-grid-white.item-grid .info .date{
    background: #1972B8;
    color: #FFFFFF;
}
.item-grid-white.item-grid .info .type{
    filter: none;
    background: none no-repeat scroll 0 0 transparent;
}
.item-grid-white.item-grid .text{
    padding-right: 68px;
}
.item-grid-white.item-grid-gallery .info .type .icon { background-image: url('../img/ico-item-gallery-white.png')}
.item-grid-white.item-grid-video .info .type .icon { background-image: url('../img/ico-item-video-white.png')}
.item-grid-white.item-grid-image .info .type .icon { background-image: url('../img/ico-item-image-white.png')}
.item-grid-white.item-grid-post .info .type .icon { background-image: url('../img/ico-item-post-white.png')}
.item-grid-white.item-grid-twitter .info .type .icon { background-image: url('../img/ico-item-twitter-white.png')}

.item-grid-adv {
    padding: 5px;
}
.item-grid-adv-all {}
.item-grid-adv .adv-text,
.item-grid-adv-all .adv-text {
    background: -moz-linear-gradient(top,  rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.5) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.5)), color-stop(100%,rgba(0,0,0,0.5)));
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0.5) 0%,rgba(0,0,0,0.5) 100%);
    background: -o-linear-gradient(top,  rgba(0,0,0,0.5) 0%,rgba(0,0,0,0.5) 100%);
    background: -ms-linear-gradient(top,  rgba(0,0,0,0.5) 0%,rgba(0,0,0,0.5) 100%);
    background: linear-gradient(to bottom,  rgba(0,0,0,0.5) 0%,rgba(0,0,0,0.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80000000', endColorstr='#80000000',GradientType=0 );
    bottom: 5px;
    color: #FFFFFF;
    font-size: 10px;
    left: 5px;
    line-height: 1;
    padding: 3px 4px;
    position: absolute;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.15);
    font-family: Arial, sans-serif;
    text-transform: uppercase;
}
.item-grid-adv-all .adv-text {
    bottom: 0px;
    left: 0px;
    display: none;
    visibility: hidden;
}

.item-grid-adv iframe,
.item-grid-adv-all iframe{
    display: block;
}
.item-grid-header {
    background: none no-repeat scroll 0 0 #D5D5D5;
    border: 0px solid;
    min-height: 0;
}
.item-grid-header h3 {
    color: #666666;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: -0.36px;
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    margin: 0;
}
.item-grid-header h3 a {
    display: block;
    color: #666666;
}
.item-grid-header h3 a:hover {
    text-decoration: none;
}
/* --- LIST GRID --- */

/* --- BREADCRUMBS --- */
.breadcrumb {
    margin: 0 0 10px;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 400;
    color: #999999;
    letter-spacing: -0.28px;
    padding: 14px 0;
    background: none no-repeat scroll 0 0 transparent;
    border: 0px solid;
    border-bottom: 1px solid #D5D5D5;
}
.breadcrumb a {
    color: #1972B8;
}
.breadcrumb > .active {
    color: #999999;
    font-weight: 600;
}
.breadcrumb a {
    color: #999999;
}
.breadcrumb > .active {
    color: #1972B8;
}
/* --- BREADCRUMBS --- */

/* --- POST --- */
.post {
    margin-bottom: 50px;
}
.post .item-grid .info {
    margin: 0;
    padding: 0;
}
.post .item-grid h4,
.post .item-grid h5,
.post .item-grid .text,
.post .item-grid blockquote,
.post .item-grid pre {
    font-size: 15px;
    line-height: 1.4;
    letter-spacing: -0.3px;
}
.post .item-grid .text {
    padding: 30px;
}
.post .item-grid .text .list-social{
    margin: 0 0 10px 10px;
    max-width: 160px;
    padding: 0;
}
.post .item-grid .text .list-social li{
    float: left;
    position: relative;
    line-height: 30px;
    margin: 0 0 10px 10px;
}
.post .item-grid .text .list-social li,
.post .item-grid .text .list-social li a{
    font-size: 14px;
    font-weight: 400;
    color: #878787;
    text-decoration: none;
    text-transform: uppercase;
}
.post .item-grid .text .list-social li:nth-child(3n) {}
.post .item-grid .text .list-social .icon{
    display: inline-block;
    width: 30px;
    height: 30px;
    background: none no-repeat scroll center center #CCCCCC;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    text-indent: -9000px;
}
.post .item-grid .text .list-social .icon-facebook{     background-image: url('../img/ico-facebook-sidebar.png'); }
.post .item-grid .text .list-social .icon-twitter{      background-image: url('../img/ico-twitter-sidebar.png'); }
.post .item-grid .text .list-social .icon-instagram{    background-image: url('../img/ico-instagram-sidebar.png'); }
.post .item-grid .text .list-social .icon-pinterest{    background-image: url('../img/ico-pinterest-sidebar.png'); }
.post .item-grid .text .list-social .list-social-num{
    margin-left: 5px;
}
.post .item-grid .title {
    line-height: 1.2;
    line-height: 1.1;
    margin: 0 0 20px;
    font-size: 32px;
    letter-spacing: -0.64px;
    font-weight: 300;
    color: #1972B8;
    max-width: 70%;
}
.post .item-grid .title strong {
    font-weight: 800;
}
.post .item-grid h4,
.post .item-grid h5,
.post .item-grid p {
    margin: 0 0 20px;
}
.post .item-grid h4,
.post .item-grid h5 {
    font-weight: 700;
    text-transform: uppercase;
}
.post .item-grid hr {
    margin: 30px 0;
    border-color: #E5E5E5;
    clear: both;
}
.post .item-grid ul,
.post .item-grid ol {
    margin: 20px 0;
    padding-left: 20px;
}
.post .item-grid pre {
    margin: 0 0 20px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    padding: 20px;
    background: #F2F2F2;
}
.post .item-grid blockquote,
.post .item-grid pre {
    border-color: #EEEEEE;
}



.post .item-grid .post-information-item {
    padding: 30px 30px 0;
    background: #F2F2F2;
    font-weight: 400;
}
.post .item-grid .post-information-item,
.post .item-grid .post-information-item h4,
.post .item-grid .post-information-item h5,
.post .item-grid .post-information-item pre,
.post .item-grid .post-information-item blockquote,
.post .item-grid .post-information-item .title,
.post .item-grid .post-information-item .text {
    font-size: 13px;
    letter-spacing: -0.26px;
    line-height: 1.4;
}
.post .item-grid .post-information-item .title,
.post .item-grid .post-information-item h4,
.post .item-grid .post-information-item h5,
.post .item-grid .post-information-item .title a,
.post .item-grid .post-information-item h4 a,
.post .item-grid .post-information-item h5 a {
    font-weight: 700;
    text-transform: uppercase;
    color: #1972B8;
}
.post .item-grid .post-information-item .text{
    padding: 0;
}
.post .item-grid .post-information-item .title,
.post .item-grid .post-information-item h4,
.post .item-grid .post-information-item h5,
.post .item-grid .post-information-item p,
.post .item-grid .post-information-item ul,
.post .item-grid .post-information-item ol {
    margin-bottom: 15px;
}
.post .item-grid .post-information-item strong,
.post .item-grid .post-information-item b {
    font-weight: 700;
}
.post .item-grid .post-information-item ul,
.post .item-grid .post-information-item ol {
    padding-left: 20px;
    margin: 15px 0;
}
.post .item-grid .post-information-item .list-social {
    clear: both;
    float: left;
    margin: 0 0 20px;
    max-width: none;
    position: relative;
    width: 100%;
}
.post .item-grid .post-information-item .list-social li {
    float: left;
    position: relative;
    line-height: 24px;
    margin: 0 10px 10px 0;
}
.post .item-grid .post-information-item .list-social .icon {
    width: 24px;
    height: 24px;
    overflow: hidden;
    display: block;
}
.post .item-grid .post-information-item .list-social .icon-facebook{    background-image: url('../img/ico-facebook-small.png'); }
.post .item-grid .post-information-item .list-social .icon-twitter{     background-image: url('../img/ico-twitter-small.png'); }
.post .item-grid .post-information-item .list-social .icon-instagram{   background-image: url('../img/ico-instagram-small.png'); }
.post .item-grid .post-information-item .list-social .icon-pinterest{   background-image: url('../img/ico-pinterest-small.png'); }
.post .item-grid .post-information-item .list-social .icon-youtube{     background-image: url('../img/ico-youtube-small.png'); }
.post .item-grid .post-information-item .list-social .icon-youtube2{     background-image: url('../img/ico-youtube2-small.png'); }
.post .item-grid .post-information-item .list-social .icon-tumblr{      background-image: url('../img/ico-tumblr-small.png'); }
.post .item-grid .post-information-item .list-social .icon-web{         background-image: url('../img/ico-web-small.png'); }
.post .item-grid .post-information-item .list-social .icon-email{       background-image: url('../img/ico-email-small.png'); }

.post .item-grid .list-tags {
    margin: 30px 0 0;
    padding: 20px 0 10px;
    border-top: 1px solid #E5E5E5;
    border-bottom: 1px solid #E5E5E5;
    width: 100%;
}
.post .item-grid .list-tags li {
    float: left;
    position: relative;
    margin: 0 10px 10px 0;
}
.post .item-grid .list-tags li:last-child {
    margin: 0 0 10px 0;
}
.post .item-grid .list-tags li a,
.post .item-grid .list-tags li span {
    border: 1px solid #E5E5E5;
    font-size: 12px;
    line-height: 1;
    padding: 5px 10px;
    text-transform: uppercase;
    color: #999999;
    display: block;
    font-weight: 700;
}
.post .item-grid .list-tags li a:hover,
.post .item-grid .list-tags li span:hover {
    background: #1972B8;
    border-color: #1972B8;
    color: #FFFFFF;
    text-decoration: none;
    cursor: pointer;
}
.post .item-grid .list-tags li a {}
.post .item-grid .list-tags li span {}

.post .item-grid.item-grid-white {}
.post .item-grid.item-grid-white .title,
.post .item-grid.item-grid-white .text .list-social {
    float: left !important;
    position: relative !important;
    max-width: none;
    clear: both;
}
.post .item-grid.item-grid-white .title {
    margin-right: 40px;
}
.post .item-grid.item-grid-white .text .list-social,
.post .item-grid.item-grid-white .text .list-social li {
    margin: 0 10px 10px 0;
}
.post .item-grid.item-grid-white .text .list-social {}
.post .item-grid.item-grid-white .post-information-item .title {
    margin-right: 0;
    width: 100%;
}
/* --- POST --- */

/* --- COMMENTS --- */

.comments {}
.comments .tab-content {
    position: relative;
    width: 100%;
}
.comments-tabs {
    margin: 30px 0 20px !important;
    padding: 0 !important;
    border-bottom: 0px solid;
}
.comments-tabs li {
    color: #999999;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.2;
    letter-spacing: -0.32px;
    margin: 0;
}
.comments-tabs li a {
    border: 0 solid;
    border-radius: 0;
    font-weight: 300 !important;
    line-height: 1.2;
    margin: 0;
    padding: 0;
}
.comments-tabs li a:hover {
    background: transparent;
    border-color: transparent;
}
.comments-tabs li span {
    font-size: 13px;
    color: #1972B8;
}
.comments-tabs li.active {
    font-weight: 700;
}

.comments-tabs li.active a,
.comments-tabs li.active a:hover,
.comments-tabs li.active a:focus {
    font-weight: 700 !important;
    color: #1972B8;
    border: 0px solid;
    border-bottom: 2px solid #1972B8;
}
.comments-tabs li.active span {
    font-weight: 300;
}

/* --- COMMENTS --- */

/* --- FORMS --- */
.lvm-form {}
.lvm-form .title {
    font-size: 12px;
    letter-spacing: -0.24px;
    font-weight: 400;
    color: #858585;
    margin: 0 0 10px;
    line-height: 1.4;
}
.lvm-form .title span{
    font-weight: 700;
    color: #1972B8;
}
.lvm-form hr {
    margin: 20px 0 !important;
}
.lvm-form .form-group {
    margin: 0 0 10px;
}
.lvm-form label,
.lvm-form .control-label {
    font-size: 12px;
    color: #878787;
    font-weight: 400;
    letter-spacing: -0.24px;
    line-height: 1.4;
    text-transform: uppercase;
    margin: 0 0 2px;
}
.lvm-form input.form-control,
.lvm-form textarea.form-control,
.progress {
    background: none repeat scroll 0 0 #F2F2F2;
    border: 0px solid;
    border-bottom: 1px solid #E5E5E5;
    box-shadow: none;
    color: #333333;
    font-size: 14px;
    line-height: 1.2;
    padding: 8px 15px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}
.lvm-form input.form-control {
    height: 40px;
}
.lvm-form textarea.form-control {
    resize: none;
}
.lvm-form input.form-control.input-lg {
    font-size: 18px;
    height: 46px;
    line-height: 1.33;
    padding: 10px 16px;
}
.lvm-form .help-block {
    font-size: 11px;
    letter-spacing: -0.22px;
    color: #878787;
    font-weight: 600;
}
.lvm-form .help-block2 {
    font-size: 13px;
    letter-spacing: -0.26px;
    font-weight: 500;
    margin: 0 0 20px !important;
}
.lvm-form .help-block3 {
    font-weight: 500;
    margin: 0 0 5px !important;
    line-height: 1.1;
}
.btn {
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    font-size: 16px;
    font-weight: 700 !important;
    letter-spacing: -0.32px;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.15);
    text-transform: uppercase;
    -webkit-box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow:    0px 1px 0px 0px rgba(0, 0, 0, 0.1);
    box-shadow:         0px 1px 0px 0px rgba(0, 0, 0, 0.1);
    border: 0px solid;
    padding: 8px 15px;
}
.btn-sm {
    font-size: 12px;
    padding: 5px 10px;
}
.btn-lg {
    font-size: 24px;
    padding: 10px 16px;
}
.btn:hover,
.btn:focus,
.btn:active {
    text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0px -1px 0px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow:    0px -1px 0px 0px rgba(0, 0, 0, 0.1);
    box-shadow:         0px -1px 0px 0px rgba(0, 0, 0, 0.1);
}
.btn-default,
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.disabled, .btn-default[disabled], fieldset[disabled] .btn-default, .btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled:active, .btn-default[disabled]:active, fieldset[disabled] .btn-default:active, .btn-default.disabled.active, .btn-default.active[disabled], fieldset[disabled] .btn-default.active {
    background: #1972B8;
    color: #FFFFFF !important;
}
.btn-primary,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary.active[disabled], fieldset[disabled] .btn-primary.active {
    background: #134E7D;
    color: #FFFFFF !important;
}
.btn-danger,
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.disabled, .btn-danger[disabled], fieldset[disabled] .btn-danger, .btn-danger.disabled:hover, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger:hover, .btn-danger.disabled:focus, .btn-danger[disabled]:focus, fieldset[disabled] .btn-danger:focus, .btn-danger.disabled:active, .btn-danger[disabled]:active, fieldset[disabled] .btn-danger:active, .btn-danger.disabled.active, .btn-danger.active[disabled], fieldset[disabled] .btn-danger.active {
    background: #CC0000;
    color: #FFFFFF !important;
}

.btn-facebook {
    padding: 5px 15px 5px 10px;
    line-height: 30px;
}
.btn-facebook,
.btn-facebook:hover,
.btn-facebook:focus,
.btn-facebook:active{
    background: #3B5998;
    color: #FFFFFF !important;
}
.btn-facebook .icon{
    float: left;
    margin: 0;
}

.form-group-centered {
    text-align: center;
}
.post-information-item .lvm-form {
    padding: 0 0 20px;
}
.post-information-item .lvm-form label {
    color: #878787;
}
.post-information-item .lvm-form input.form-control {
    background: none repeat scroll 0 0 #FFFFFF;
}
.post-information-item .lvm-form input.form-control,
.post-information-item .lvm-form hr {
    border-color: #D9D9D9 !important;
}
.lvm-form.form-horizontal label,
.lvm-form.form-horizontal .control-label {
    padding-top: 11px;
}
.lvm-form.form-horizontal .radio,
.lvm-form.form-horizontal .checkbox {
    padding-top: 0;
}
.lvm-form.form-horizontal .radio-inline,
.lvm-form.form-horizontal .checkbox-inline {
    padding: 0;
    height: 40px;
}
.lvm-form.form-horizontal .radio-inline .prettyradio,
.lvm-form.form-horizontal .checkbox-inline .prettycheckbox{
    margin: 5px 0;
}
.lvm-form.form-horizontal .radio-inline label,
.lvm-form.form-horizontal .checkbox-inline label{
    padding: 0;
    margin: 0;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    font-weight: 600;
    color: #333333;
    text-transform: none;
}
.lvm-form .prettycheckbox > a, .lvm-form .prettyradio > a {
    background-image: url('../img/sprite-prettycheckable.png');
}
.lvm-form .checkbox-inline .btn {
    margin: 5px 5px 5px 0;
    float: left; position: relative;
}
.input-group-addon {
    background: none repeat scroll 0 0 #F2F2F2;
    border: 0px solid;
    border-bottom: 1px solid #E5E5E5;
    box-shadow: none;
    color: #333333;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    padding: 4px;
}
.input-group-addon .icon {
    background: none no-repeat scroll 50% 50% transparent;
    display: block;
    height: 30px;
    width: 30px;
}
.input-group-addon .icon-calendar {
    background-image: url('../img/ico-calendar.png');
}
/* --- FORMS --- */

/* --- FORMS ALERTS --- */
.lvm-form .alert {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    margin: 10px 0 0;
    border-left: 0px solid;
    border-right: 0px solid;
    border-top: 0px solid;
    padding: 8px 15px;
    font-size: 12px;
    line-height: 1.2;
}
.comments-form .lvm-form .alert .close{
    background: none repeat scroll 0 0 transparent;
    height: auto;
    position: relative;
    right: auto;
    text-indent: 0;
    top: auto;
    width: auto;
}
/* --- FORMS ALERTS --- */

/* --- LIST COMMENTS --- */
.list-comments {
    padding: 0 !important;
    margin: 20px 0 0 !important;
}
.list-comments li{
    margin: 0 0 20px;
}
.list-comments-content {}
.list-comments-content .list-comments-author{
    color: #999999 !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    margin-bottom: 2px !important;
    text-transform: none !important;
}
.list-comments-content .list-comments-author date{
    color: #1972B8 !important;
    font-size: 13px !important;
    font-weight: 400 !important;
    text-transform: none !important;
}
.list-comments li .list-comments-content .text {
    font-size: 13px;
    padding: 0;
    line-height: 1.2;
}
.list-comments li .list-comments-content .text p {
    margin-bottom: 0;
}
.list-comments-footer {
    margin: 10px 0 0;
    padding: 20px 0 0;
    border-top: 1px solid #E5E5E5;
    text-align: center;
}
.list-comments-footer h5 {
    margin: 0 !important;
}
.list-comments-footer h5,
.list-comments-footer h5 a {
    color: #999999 !important;
    font-size: 13px;
}
/* --- LIST COMMENTS --- */

/* --- MODULO POST INFORMATION --- */
.post-information,
.post-related {
    background: url('../img/bg-post-information.png') repeat-y scroll 0 0 #FFFFFF;
    margin-left: -10px;
    padding: 30px 0 20px 30px;
    min-height: 354px;
}
.post-information h5,
.post-related h5 {
    color: #1972B8;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 5px;
    text-transform: uppercase;
    letter-spacing: -0.26px;
}
.post-information dl {
    color: #858585;
    font-size: 13px;
    line-height: 1.4;
    letter-spacing: -0.26px;
    margin-bottom: 10px;
}
.post-information dt {
    float: left;
    font-weight: 600;
    line-height: 1.4;
    margin-right: 5px;
    text-transform: uppercase;
}
.post-information dd {
    line-height: 1.4;
    padding-right: 15px;
    display: block;
    word-wrap: break-word;
}
.post-information dd a {}
.post-information .media{
    margin: 10px 0 15px;
}
.post-information .media.embed-responsive{
    padding-bottom: 40.69%;
}
/* --- MODULO POST INFORMATION --- */

/* --- MODULO POST RELATED --- */
.post-related {
    background-color: #E4E4E4;
    margin-bottom: 10px;
}
.post-related h5 {
    color: #777777;
    margin-bottom: 15px;
}
.post-related .item {
    width: 100%;
    margin: 0 0 15px;
}
.post-related .item-grid .text {
    font-size: 15px;
    padding: 15px;
}
.post-related .item-grid-white.item-grid .text {
    padding-right: 68px;
}
/* --- MODULO POST RELATED --- */

/* --- MODULO SIDEBAR ADVERTISING --- */
.sidebar-advertising {
    margin: 0 0 10px;
}
/* --- MODULO SIDEBAR ADVERTISING --- */

/* --- GALLERY --- */
.grid-gallery-list {
    width: 100%;
    margin: -20px 0 -30px;
}
#grid.grid-gallery-list .item {
    padding: 0 1px;
    margin-bottom: 2px;
}
#grid.grid-gallery-list .item .item-grid{
    border-bottom: 0px solid;
    min-height: inherit;
}
.media-overlay {
    background: -moz-linear-gradient(top,  rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.5) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.5)), color-stop(100%,rgba(0,0,0,0.5)));
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0.5) 0%,rgba(0,0,0,0.5) 100%);
    background: -o-linear-gradient(top,  rgba(0,0,0,0.5) 0%,rgba(0,0,0,0.5) 100%);
    background: -ms-linear-gradient(top,  rgba(0,0,0,0.5) 0%,rgba(0,0,0,0.5) 100%);
    background: linear-gradient(to bottom,  rgba(0,0,0,0.5) 0%,rgba(0,0,0,0.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80000000', endColorstr='#80000000',GradientType=0 );
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 99;
    display: none;
}
.item-grid .media:hover .media-overlay { display: block; }
.media-overlay .media-overlay-content {
    left: 0;
    margin: 0 5%;
    position: absolute;
    top: 40%;
    width: 90%;
}
.media-overlay .media-overlay-content .icon {
    background: none no-repeat scroll 0 0 transparent;
    display: inline-block;
    height: 22px;
    overflow: hidden;
    width: 22px;
    margin: 0 2px;
    text-indent: -9000px;
}
.media-overlay .media-overlay-content .icon-media-see-more {
    background-image: url('../img/ico-media-see-more.png');
}
.media-overlay .media-overlay-content .icon-media-num {
    background-image: url('../img/ico-media-num.png');
    width: auto;
    text-indent: 0px;
}
.media-overlay .media-overlay-content .icon-media-num .data{
    background: url('../img/ico-media-num-bg.png') repeat-x scroll 0 0 transparent;
    color: #333333;
    display: block;
    font-size: 13px;
    font-weight: 700;
    line-height: 17px;
    padding: 0 7px;
}
.media-overlay .media-overlay-content .icon-media-comment {
    background-image: url('../img/ico-media-comment.png');
    width: 23px;
}
/* --- GALLERY --- */

/* --- COMMENTS FORM --- */

.comments-form {
    background: none repeat scroll 0 0 #FFFFFF;
    position: fixed;
    top: 80px;
    width: 100%;
    z-index: 1100;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
    overflow: hidden;
    -webkit-transition: -webkit-transform 0.5s ease;
    -moz-transition: -moz-transform 0.5s ease;
    -ms-transition: -ms-transform 0.5s ease;
    -o-transition: -o-transform 0.5s ease;
    transition: transform 0.5s ease;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
}
.comments-form .container{
    padding: 30px 0 20px;
    position: relative;
}
.comments-form .container .close{
    position: absolute;
    top: 20px;
    right: -48px;
    width: 48px;
    height: 48px;
    background: url('../img/ico-comments-form-close.png') no-repeat scroll center center transparent;
    text-indent: -9000px;
}
.comments-form .lvm-form .media {
    margin: 0 30px 10px 0;
}
/* --- COMMENTS FORM --- */


/* --- PRETTY PHOTO --- */


/*.blueimp-gallery > .close, .blueimp-gallery > .title,
.blueimp-gallery > .prev, .blueimp-gallery > .next {
    display: block;
}*/
/*.blueimp-gallery .modal.in .modal-dialog {
    max-height: 90%;
}
.blueimp-gallery .modal-content {
    height: 100%;
}*/
.blueimp-gallery .modal-dialog {
    overflow: hidden;
    max-width: 65%;
    max-width: 80%;
    
}
.blueimp-gallery .modal-body {
    background: none repeat scroll 0 0 #000000;
    float: left;
/*    height: 100%;
    max-height: 100%;
    padding: 15px;*/
    position: relative;
    width: 66.6667%;
}
.blueimp-gallery .modal-body-info {
    background: none repeat scroll 0 0 #FFFFFF;
    float: left;
    height: 0;
    padding: 0 0 56.25%;
    width: 33.3333%;
}

.blueimp-gallery .modal-body .btn{
    background: #000000;
    background: -moz-linear-gradient(top,  rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.5) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.5)), color-stop(100%,rgba(0,0,0,0.5)));
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0.5) 0%,rgba(0,0,0,0.5) 100%);
    background: -o-linear-gradient(top,  rgba(0,0,0,0.5) 0%,rgba(0,0,0,0.5) 100%);
    background: -ms-linear-gradient(top,  rgba(0,0,0,0.5) 0%,rgba(0,0,0,0.5) 100%);
    background: linear-gradient(to bottom,  rgba(0,0,0,0.5) 0%,rgba(0,0,0,0.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80000000', endColorstr='#80000000',GradientType=0 );
    color: #FFFFFF;
    height: 48px;
    line-height: 48px;
    margin-top: -24px;
    padding: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 48px;
    z-index: 100;
}
.blueimp-gallery .btn.next{
    right: 0;
}
.blueimp-gallery .btn.prev{
    left: 0;
}
.blueimp-gallery .modal-header,
.blueimp-gallery .modal-footer {
    float: left;
    position: relative;
    background: #FFFFFF;
    width: 100%;
}
.blueimp-gallery .modal-header {
    padding: 30px 30px 20px;
    border-bottom: 0px solid;
}
.blueimp-gallery>.close,
.blueimp-gallery .modal-body .close,
.blueimp-gallery .modal-header .close {
    right: -48px;
    top: 20px;
    height: 48px;
    width: 48px;
}
.blueimp-gallery>.close span,
.blueimp-gallery .modal-body .close,
.blueimp-gallery .modal-header .close {
    background: url("../img/ico-modal-close.png") no-repeat scroll center center transparent;
    height: 48px;
    margin: 0;
    position: absolute;
    text-indent: -9000px;
    width: 48px;
}
.blueimp-gallery>.close,
.blueimp-gallery .modal-body .close,
.blueimp-gallery .modal-header .close,
.blueimp-gallery .modal-body .btn{
    opacity: 0.50;
    filter:alpha(opacity=50);
}
.blueimp-gallery>.close:hover,
.blueimp-gallery .modal-body .close:hover,
.blueimp-gallery .modal-header .close:hover,
.blueimp-gallery .modal-body .btn:hover{
    opacity: 1;
    filter:alpha(opacity=100);
}

.blueimp-gallery .item-grid {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    min-height: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.blueimp-gallery .modal-title {
    text-align: left;
    font-size: 22px;
    font-weight: 300;
    color: #1972B8;
    line-height: 1.2;
    letter-spacing: -0.44px;
    float: left;
    width: 100%;
}
.blueimp-gallery .modal-text {
    width: 100%;
    margin: 10px 0 0;
    text-align: left;
    font-size: 13px;
    letter-spacing: -0.3px;
    line-height: 1.3;
    color: #999999;
    font-weight: 400;
    float: left;
}
.blueimp-gallery .list-social{
    float: left;
    margin: 10px 0 0;
    width: 100%;
    text-align: left;
}
.blueimp-gallery .list-social li,
.blueimp-gallery .list-social li a {
    color: #878787;
    font-size: 12px;
    font-weight: 400;
    text-decoration: none;
}
.blueimp-gallery .list-social li {
    line-height: 20px;
    float: left;
    position: relative;
    margin: 0 5px 5px 0;
}
.blueimp-gallery .list-social li .icon {
    width: 20px;
    height: 20px;
    background: none no-repeat scroll center center #CCCCCC;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    display: inline-block;
    text-indent: -9000px;
}
.blueimp-gallery .list-social li .icon-facebook     { background-image: url('../img/ico-facebook-xsmall.png'); }
.blueimp-gallery .list-social li .icon-twitter      { background-image: url('../img/ico-twitter-xsmall.png'); }
.blueimp-gallery .list-social li .icon-instagram    { background-image: url('../img/ico-instagram-xsmall.png'); }
.blueimp-gallery .list-social li .icon-pinterest    { background-image: url('../img/ico-pinterest-xsmall.png'); }

.blueimp-gallery .list-social li .list-social-num {
    margin-left: 3px;
}
.blueimp-gallery hr {
    border-color: #E5E5E5;
    margin: 15px 0 0;
    float: left;
    width: 100%;
}
.blueimp-gallery .modal-footer {
    border-top: 0 solid;
    margin-bottom: -970px;
    padding: 0 30px 1000px;
    margin-bottom: 0;
    padding: 0 30px 30px;
}
.modal-footer-comments {
    width: 100%;
    text-align: left;
    /*height: 250px;*/
}
.modal-footer-comments .list-comments {
    margin: 0 !important;
    text-align: left;
}
.modal-footer-comments .list-comments li{
    margin: 0 0 10px;
}
.modal-footer-comments .list-comments li .media-object{
    width: 35px;
}
.modal-footer-comments .list-comments-content .list-comments-author,
.modal-footer-comments .list-comments-content .list-comments-author date,
.modal-footer-comments .list-comments li .list-comments-content .text {
    font-size: 11px !important;
    letter-spacing: -0.11px;
    margin: 0;
}
.modal-footer-comments .list-comments li .list-comments-content .text {
    color: #999999;
}
.modal-footer-comments .comments-tabs {
    margin: 0 0 10px !important;
    width: 100%;
    float: left;
}
.modal-footer-comments .comments-tabs li {
    float: left;
    font-size: 14px;
}

.blueimp-gallery .nano {
/*    width: 100%;
    height: 150px;*/
}
.blueimp-gallery .nano .nano-content {
    padding: 0 !important;
}

.comments-scroll {
    width: 100%;
    height: 200px;
    overflow: auto;
    clear: both;
}

.modal-body-info .lvm-form {
    margin: 0 0 10px;
}
.modal-body-info .lvm-form input.form-control,
.modal-body-info .lvm-form textarea.form-control {
    font-size: 12px;
}
/*.modal-body-info .lvm-form .alert-messages { display: none; }*/
.modal-body-info .lvm-form .alert-messages {
    margin: 0 5px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 100;
    height: 100%;
    padding: 0 0 10px;
}
.modal-body-info .lvm-form .alert-messages .alert {
    margin: 0;
    height: 100%;
}

.blueimp-gallery .modal-body .close {
    display: none;
    visibility: hidden;
}
.blueimp-gallery>.close {
    top: 21px;
    left: auto;
    right: 1px !important;
    margin: 0;
    padding: 0;
    background: -moz-linear-gradient(top,  rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.5) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.5)), color-stop(100%,rgba(0,0,0,0.5)));
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0.5) 0%,rgba(0,0,0,0.5) 100%);
    background: -o-linear-gradient(top,  rgba(0,0,0,0.5) 0%,rgba(0,0,0,0.5) 100%);
    background: -ms-linear-gradient(top,  rgba(0,0,0,0.5) 0%,rgba(0,0,0,0.5) 100%);
    background: linear-gradient(to bottom,  rgba(0,0,0,0.5) 0%,rgba(0,0,0,0.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80000000', endColorstr='#80000000',GradientType=0 );
}
/* --- PRETTY PHOTO --- */


/* --- NO-ITEMS, ERROR404, ERROR GENERICO --- */
.jumbotron-error {
    padding: 80px;
    text-align: center;
    color: #999999;
}
.jumbotron-error .icon{
    background: none no-repeat scroll 0 0 transparent;
    width: 96px;
    height: 96px;
    display: inline-block;
    text-indent: -9000px;
    margin: 0 0 50px;
}
.jumbotron-error .icon-error{
    background-image: url('../img/icon-error-big.png');
}
.jumbotron-error .icon-message{
    background-image: url('../img/icon-message-big.png');
}
.jumbotron-error h1 {
    font-weight: 300;
    letter-spacing: -0.64px;
    font-size: 32px;
}
.jumbotron-error h1.blue {
    color: #1972B8;
}
.jumbotron-error p {
    font-weight: 400;
    font-size: 15px;
    line-height: 1.4;
    margin: 20px 0;
}
.jumbotron-error .btn {
    margin: 30px 0;
}
/* --- NO-ITEMS, ERROR404, ERROR GENERICO --- */

/* --- CONTACT --- */
.lvm-form input.form-control.input-captcha {
    font-weight: 700;
    text-align: center;
    height: 58px;
}
.lvm-form .number {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 0px solid;
    border: 1px solid #E5E5E5;
    box-shadow: none;
    color: #333333;
    font-size: 14px;
    line-height: 1.2;
    padding: 0px 15px;
    padding: 0px 6px;
    height: 58px;
    line-height: 58px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    text-align: center;
}
.lvm-form .number img { margin: 0 auto; }
/* --- CONTACT --- */

/* --- DATA PICKER --- */
.picker__box,
.picker__button--clear,
.picker__button--today,
.picker__day--highlighted,
.picker__day--infocus:hover,
.picker__day--outfocus:hover,
.picker--focused .picker__day--highlighted,
.picker__day--highlighted:hover {
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}
.picker__box {
    border: 0px solid;
}
.picker {
    color: #878787;
}
.picker__header {
    padding: 0.75em 0;
}
.picker__month {
    font-weight: 700;
    color: #1972B8;
}
.picker__nav--next, .picker__nav--prev {
    top: 0.5em;
}
.picker__weekday {
    color: #333333;
    font-weight: 600;
}
.picker__day {
    /*font-weight: 300;*/
}
.picker__day--today {
    color: #1972B8;
}
.picker__day--outfocus {
    color: #CCCCCC;
}
.picker--focused .picker__day--highlighted,
.picker__day--highlighted:hover {
    background: #1972B8;
    border-color: #1972B8;
    color: #FFFFFF;
}
.picker__day--infocus:hover,
.picker__day--outfocus:hover,
.picker__day--highlighted {
    background-color: #D1E3F1;
    color: #333333;
}
.picker__day--infocus:hover,
.picker__day--outfocus:hover {
    font-weight: 400;
}

.picker--focused .picker__day--highlighted,
.picker__day--highlighted,
.picker__day--highlighted:hover {
    font-weight: 700;
}
.picker__day--today:before, .picker__button--today:before,
.picker--focused .picker__day--highlighted:hover.picker__day--today:before {
    border-top-color: #1972B8;
}
.picker__button--clear,
.picker__button--today,
.picker__button--close {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #FFFFFF;
    display: inline-block;
    font-size: 0.8em;
    font-weight: 700;
    padding: 0.66em 0;
    vertical-align: bottom;
    margin-bottom: 0.5em;
    text-transform: uppercase;
    width: 25%;
}
.picker__button--clear:hover, .picker__button--today:hover, .picker__button--close:hover {
    color: #333333;
}
.picker__button--clear:hover, .picker__button--today:hover, .picker__button--close:hover,
.picker__button--clear:focus, .picker__button--today:focus, .picker__button--close:focus {
    background-color: #D1E3F1;
    border-color: #D1E3F1;
}
/* --- DATA PICKER --- */

/* --- MODAL --- */
.modal-open .modal-backdrop {
    z-index: 9999;
}
.modal-open .modal {
    z-index: 10000;
}
.lvm-modal .modal-sm {
    width: 380px;
}
.lvm-modal .modal-content {
    border: 0px solid;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    padding: 40px;
}
.lvm-modal .modal-header {
    padding: 0 0 20px;
    border-color: #E5E5E5;
    text-transform: uppercase;
}
.lvm-modal .modal-title {
    font-size: 20px;
    letter-spacing: -0.4px;
    font-weight: 400;
    color: #1972B8;
    line-height: 1.2;
}
.lvm-modal .modal-title strong {
    font-weight: 800;
}
.lvm-modal .modal-header .close {
    background: url("../img/ico-modal-close.png") no-repeat scroll center center transparent;
    height: 48px;
    margin: 0;
    position: absolute;
    right: -48px;
    text-indent: -9000px;
    top: 20px;
    width: 48px;
    opacity: 0.50;
    filter:alpha(opacity=50);
}
.lvm-modal .modal-header .close:hover{
    opacity: 1;
    filter:alpha(opacity=100);
}
.lvm-modal .modal-body {
    padding: 20px 0 0;
}
.lvm-modal h5 {
    font-size: 20px;
    color: #878787;
    line-height: 1.4;
    letter-spacing: -0.4px;
    font-weight: 400;
}
.lvm-modal h6 {
    font-size: 14px;
    color: #878787;
    line-height: 1.4;
    letter-spacing: -0.28px;
    font-weight: 400;
}
.lvm-modal h5 strong,
.lvm-modal h6 strong {
    font-weight: 700;
}
/* --- MODAL --- */

/* --- CROP AVATAR --- */
.cropFrame,
.cropZoomIn, .cropZoomOut {
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}
.cropControls span { display: none; }
.cropControls {
    text-align: center;
}
.cropZoomIn, .cropZoomOut {
    display: inline-block;
    float: none;
    margin: 2px;
    line-height: 14px;
    text-align: center;
    color: #333333 !important;
    font-weight: 700 !important;
}
.progress {
    padding: 0;
    line-height: 27px;
    height: 27px;
    overflow: hidden;
}
.progress-bar {
    line-height: 27px;
    font-weight: 600;
}
/* --- CROP AVATAR --- */

.jsc-sidebar-pushed-menu {
    transform: translate3d(-327px, 0px, 0px);
    
    -webkit-transition: -webkit-transform 0.5s ease;
    -moz-transition: -moz-transform 0.5s ease;
    -ms-transition: -ms-transform 0.5s ease;
    -o-transition: -o-transform 0.5s ease;
    transition: transform 0.5s ease;
}
.delete-when-click {
    text-align: center;
}
.delete-when-click .item-grid-header {
    border-top: 1px solid #BEBEBE;
    background: none no-repeat scroll 0 0 transparent;
}
.delete-when-click .pagination{
    margin: 0;
}

/* --- PRUEBA --- */
.page {
/*    height: auto;
    min-height: 100%;
    box-sizing: border-box;*/
}
.main-menu {
/*    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    transform: translateZ(0px);
    z-index: 1999999999;*/
    position: fixed;
    width: 100%;
    background: blue;
}
.main-content {
    background: white;
}
/* --- PRUEBA --- */


