body {
    background-image: url(../images/background.png);
    background-attachment: fixed;
    background-size: auto;
    background-repeat: no-repeat;
}

.browserWarning {
    background-color: red;
    color: white;
    display: block;
    float: left;
    padding: 1%;
    position: relative;
    width: 98%;
}

.browserWarning div {
    display: block;
    font-size: 1em;
    font-style: italic;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
}

.clear {
    clear: both;
    display: block;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    width: 0;
}

.clearfix::after {
    clear: both;
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    visibility: hidden;
    width: 0;
}

.container {
    display: block;
    position: relative;
    margin: 0px auto !important;
    width: 100%;
    max-width: 1000px;
    clear: both;
}

.separator {
    display: block;
    position: relative;
    width: 100%;
    clear: both;
    height: 15px;
    background-image: url(../images/divider.png);
    background-repeat: repeat-x;
    margin-bottom: 15px;
}

.publicity {
    width: 100%;
    background-color: #F3F3F3;
    display: block;
    position: relative;
    float: left;
    overflow: hidden;
}

.publicity .banner {
    display: block;
    position: relative;
    margin: 0px auto !important;
    width: 100%;
    max-width: 1000px;
    cursor: pointer;
    overflow: hidden;
    max-height: 130px;
}

.publicity a {
    display: block;
    position: relative;
    margin: 0px auto !important;
    width: 100%;
    max-width: 1000px;
    cursor: pointer;
}

.publicity a img {
    width: 100%;
}

.header {
    width: 100%;
    height: auto !important;
    background-color: #FFFFFF;
    display: block;
    position: relative;
    float: left;
    overflow: hidden;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1);
    z-index: 1000;
}

.header .logo {
    display: block;
    position: relative;
    float: left;
    padding: 15px;
}

.header .logo a img {
    display: block;
    position: relative;
    float: left;
    height: 50px;
}

.header .links {
    display: block;
    position: relative;
    float: right;
    padding: 15px;
}

.header .links ul {
    list-style-type: none;
    display: block;
    position: relative;
    float: right;
    margin: 0px;
    padding: 0px;
}

.header .links ul li {
    list-style-type: none;
    display: block;
    position: relative;
    float: left;
    margin: 0px;
    padding: 0px;
}

.header .links ul li a {
    color: #CCCCCC;
    cursor: pointer;
}

.header .links ul li a:hover {
    color: #4B4B4B;
}

.header .links ul li a .fa-2x {
    font-size: 20px;
    padding-top: 5px;
}

.header .search {
    display: none;
    position: relative;
    float: right;
    padding: 25px 15px;
    font-size: 15px;
}

.header .search a {
    color: #CCCCCC;
    cursor: pointer;
}

.header .search a:hover {
    color: #4B4B4B;
}

.header .navbar {
    display: block;
    position: relative;
    float: right;
    padding: 25px 15px;
    font-size: 15px;
    display: none;
}

.header .navbar a {
    color: #CCCCCC;
    cursor: pointer;
}

.header .navbar a:hover {
    color: #4B4B4B;
}

.header .menu-container {
    border-top: 1px solid #EDEDED;
    width: 100% !important;
    max-width: 100% !important;
    clear: both;
}

.header .menu-container .menu {
    display: block;
    position: relative;
    margin: 0px auto !important;
    width: 100%;
    max-width: 1000px;
    clear: both;
}

.header .menu-container .menu ul {
    list-style-type: none;
    display: block;
    position: relative;
    margin: 0px;
    padding: 0px;
}

.header .menu-container .menu ul li {
    display: block;
    position: relative;
    float: left;
}

.header .menu-container .menu ul li a {
    display: block;
    position: relative;
    float: left;
    padding: 7px 9px;
    text-transform: uppercase;
    cursor: pointer;
    color: #777;
    width: 100%;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    text-decoration: none;
    font-size: 15px;
}

.header .menu-container .menu ul li a:hover {
    color: #4B4B4B;
}

.header .menu-container .menu ul li a.selected {
    font-weight: bold;
    color: #4B4B4B;
}

.menu-fixed {
    position: fixed;
    top: 0;
}

.content .container {
    display: block;
    position: relative;
    width: 100%;
    clear: both;
    max-width: 100% !important;
    float: left;
}

.content .last-editions {
    width: calc(100% - 30px);
    display: block;
    position: relative;
    float: left;
    padding: 50px 15px;
    background-color: #4B4B4B;
}

.content .last-editions .edition {
    width: 32.33%;
    display: block;
    position: relative;
    float: left;
    margin: 0.5%;
    box-shadow: 3px 5px 5px 0 rgba(0, 0, 0, 0.6);
    background-color: #FFFFFF;
    filter: grayscale(50%);
    -webkit-filter: grayscale(0.5);
}

.content .last-editions .edition:hover {
    filter: grayscale(0%);
    -webkit-filter: grayscale(0);
    transition: all 0.2s ease-in-out 0s;
}

.content .last-editions .edition a {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: #4B4B4B;
    text-decoration: none;
    font-size: 20px;
}

.content .last-editions .edition a img {
    display: block;
}

.content .last-editions .edition .place {
    display: block;
    position: absolute;
    width: 100%;
    bottom: 0px;
    background-color: rgba(255, 255, 255, 0.6);
    text-align: right;
}

.content .last-editions .edition .place div {
    float: right;
    display: block;
    position: relative;
    padding: 10px;
}

.content .swiper-container {
}

.content .swiper-container .swiper-slide {
    filter: grayscale(50%);
    -webkit-filter: grayscale(0.5);
    box-shadow: 0px 3px 3px 0 rgba(0, 0, 0, 0.6);

}

.content .swiper-container .swiper-slide a {
    height: 260px;
    width: 260px;
    overflow: hidden;
    position: relative;
    display: block;
}

.content .swiper-container .swiper-slide img {
    width: 280px;
    height: auto !important;
}

.content .swiper-container .swiper-slide:hover {
    filter: grayscale(0%);
    -webkit-filter: grayscale(0);
    transition: all 0.2s ease-in-out 0s;
}

.content .swiper-container .swiper-slide a {
    text-decoration: none;
}

.content .swiper-container .swiper-slide a div.footer {
    display: none;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.75);
    color: #EE7C00;
    top: 0px;
    font-size: 16px;
    font-style: italic;
    bottom: 0;
    width: 90%;
    padding: 35% 5%;
    text-align: center;
    font-family: "Open Sans", sans-serif;
}

.content .swiper-container .swiper-slide a:hover div.footer {
    display: block;
}

.content .swiper-container .swiper-slide a:hover div.footer span {
    position: relative;
    clear: both;
    display: block;
    font-style: italic;
    color: #4b4b4b;
}

.content .notes {
    display: block;
    position: relative;
    margin: 0px auto !important;
    width: 100%;
    max-width: 1000px;
    clear: both;
}

.content .notes .column70 {
    display: block;
    position: relative;
    float: left;
    width: calc(70% - 30px);
    padding: 15px;
}

.content .notes .column30 {
    display: block;
    position: relative;
    float: left;
    width: calc(30% - 30px);
    padding: 15px;
}

.content .notes .category {
    display: block;
    position: relative;
    margin: 0px auto !important;
    width: 100%;
    max-width: 1000px;
    clear: both;
    padding: 10px 0px;
}

.content .notes .category .title {
    font-size: 22px;
    color: #EE7C00;
    display: block;
    position: relative;
    float: left;
}

.content .notes .category .title .text {
    color: #4B4B4B;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 24px;
}

.content .notes .category .title .text span {
    color: #EE7C00;
    text-transform: uppercase;
}

.content .notes .category .seemore {
    font-size: 16px;
    display: block;
    position: relative;
    float: right;
    padding-top: 10px;
}

.content .notes .category .seemore a {
    text-decoration: none;
    cursor: pointer;
    color: #EE7C00;
}

.content .notes .category .seemore a:hover {
    color: #4B4B4B;
}

.content .notes .category .notes {
    display: block;
    position: relative;
    float: left;
    padding: 10px 0px;
    clear: both;
    width: 100%;
}

.content .notes .category .notes.notes4 .note {
    width: calc(25% - 10px);
}

.content .notes .category .notes.notes3 .note {
    width: calc(33.33% - 10px);
}

.content .notes .category .notes.notes2 .note {
    width: calc(50% - 10px);
}

.content .notes .category .notes .note {
    display: block;
    position: relative;
    float: left;
    padding: 10px 0px;
    margin: 5px;
}

.content .notes .category .notes .note a {
    text-decoration: none;
}

.content .notes .category .notes .note .image {
    display: block;
    position: relative;
    float: left;
    background-color: #4B4B4B;
    width: 100%;
    overflow: hidden;
}

.content .notes .category .notes .note .image img {
    width: 100%;
    display: block;
    position: relative;
    float: left;
}

.content .notes .category .notes .note .data {
    width: 86%;
    margin: 5%;
    padding: 2%;
    display: block;
    position: absolute;
    float: left;
    background-color: rgba(255, 255, 255, 0.80);
    left: 0;
    bottom: -25px;
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.3);
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 16px;
    color: #4B4B4B;
}

.content .notes .category .notes .note .data .title {
    display: block;
    position: relative;
    float: left;
    width: 100%;
    text-align: center;
    font-size: 15px;
    color: #4B4B4B;
    font-weight: 400;
}

.content .notes .category .notes .note .data .author {
    display: block;
    position: relative;
    float: left;
    width: 100%;
    text-align: center;
    font-size: 12px;
    font-style: italic;
    padding: 2px 0px !important;
}

.content .notes .category .notes .note .data .tags {
    display: block;
    position: relative;
    float: left;
    width: 100%;
    text-align: center;
    font-size: 13px;
    color: #EE7C00;
    padding: 2px 0px !important;
}

.content .notes .category .notes .note a:hover .title {
    color: #EE7C00;
}

.content .notes .category .videos {
    display: block;
    position: relative;
    float: left;
    padding: 10px 0px;
    clear: both;
    width: 100%;
}

.content .notes .category .videos .video {
    display: block;
    position: relative;
    float: left;
    padding: 10px 0px;
    width: calc(100% - 10px);
    margin: 5px;
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
}

.content .notes .category .videos .video a {
    text-decoration: none;
}

.content .notes .category .videos .video .image {
    display: block;
    position: relative;
    float: left;
    background-color: #4B4B4B;
    width: 100%;
}

.content .notes .category .videos .video .image img {
    width: 100%;
    display: block;
    position: relative;
    float: left;
}

.content .notes .category .videos .video .image span {
    display: block;
    position: absolute;
    float: left;
    font-size: 84px;
    color: rgba(255, 255, 255, 0.5);
    left: 50%;
    top: 50%;
    margin-left: -42px;
    margin-top: -42px;
}

.content .notes .category .videos .video .data {
    width: 96%;
    padding: 2%;
    display: block;
    position: relative;
    float: left;
    background-color: #FFFFFF;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 16px;
    color: #4B4B4B;
}

.content .notes .category .videos .video .data .title {
    display: block;
    position: relative;
    float: left;
    width: 100%;
    text-align: center;
    font-size: 15px;
    color: #4B4B4B;
    font-weight: 400;
}

.content .notes .category .videos .video .data .author {
    display: block;
    position: relative;
    float: left;
    width: 100%;
    text-align: center;
    font-size: 12px;
    font-style: italic;
    padding: 2px 0px !important;
}

.content .notes .category .videos .video a:hover .title {
    color: #EE7C00;
}

.content .notes .category .videos .video a:hover span {
    color: #EE7C00;
}

.footer {
    width: 100%;
    height: auto !important;
    background-color: #4B4B4B;
    display: block;
    position: relative;
    float: left;
}

.footer .container .column40 {
    width: calc(40% - 30px);
    height: auto !important;
    background-color: #4B4B4B;
    display: block;
    position: relative;
    float: left;
    padding: 15px;
}

.footer .container .column20 {
    width: calc(20% - 30px);
    height: auto !important;
    background-color: #4B4B4B;
    display: block;
    position: relative;
    float: left;
    padding: 15px;
}

.footer .logo {
    display: block;
    position: relative;
    float: left;
    width: 100%;
}

.footer .logo a img {
    display: block;
    position: relative;
    float: left;
    height: 50px;
}

.footer .text {
    margin-top: 20px;
    display: block;
    position: relative;
    float: left;
    width: 100%;
    color: #FFFFFF;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 14px;
}

.footer .column40 ul {
    display: block;
    position: relative;
    float: left;
    width: 50%;
    margin: 0px;
    padding: 0px;
    margin-top: 30px;
}

.footer .column40 ul li {
    color: #FFFFFF;
}

.footer .column40 ul li a {
    color: #FFFFFF;
    display: block;
    position: relative;
    width: 100%;
    text-decoration: none;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 14px;
}

.footer .column40 ul li a:hover {
    font-weight: bold;
}

.footer .column20 ul {
    display: block;
    position: relative;
    float: left;
    width: 100%;
    margin: 0px;
    padding: 0px;
}

.footer .column20 ul li {
    color: #FFFFFF;
    display: block;
    position: relative;
    float: right;
    clear: both;
}

.footer .column20 ul li a {
    color: #FFFFFF;
    font-size: 21px;
}

.footer .column20 ul li a .fa-stack-1x {
    color: #4B4B4B;
}

.footer .column20 ul li a:hover {
    color: #4B4B4B;
}

.footer .column20 ul li a:hover .fa-stack-1x {
    color: #FFFFFF;
}

.footer .copyright {
    display: block;
    position: relative;
    float: left;
    width: 100%;
    text-align: center;
    padding: 20px 0px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 12px;
    color: #FFFFFF;
}

.content .editions {
    display: block;
    position: relative;
    float: left;
    width: 100%;
    background-color: #4B4B4B;
}

.content .editions .edition {
    display: block;
    position: relative;
    float: left;
    padding: 3px;
    width: calc(25% - 6px);
}

.content .editions .edition a {
    display: block;
    position: relative;
    float: left;
    width: 100%;
    text-decoration: none;
    overflow: hidden;
}

.content .editions .edition a img {
    display: block;
    position: relative;
    float: left;
    width: 100%;
    filter: grayscale(90%);
    -webkit-filter: grayscale(0.9);
}

.content .editions .edition a:hover img {
    filter: grayscale(0%);
    -webkit-filter: grayscale(0);
    transition: all 0.2s ease-in-out 0s;
}

.loading {
    background-color: #FFFFFF;
    height: 100px;
    width: 100px;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 1000;
    margin-top: -50px;
    margin-left: -50px;
    opacity: 0.8;
    border-radius: 15px;
}

.loading span {
    color: #4B4B4B;
    font-size: 50px;
    display: block;
    position: relative;
    float: left;
    margin: 25px;
}

.content .publicity {
    width: 100%;
    display: block;
    position: relative;
    float: left;
    margin-bottom: 15px;
    background-color: transparent;
}

.content .publicity a {
    text-decoration: none;
}

.places {
    display: block;
    position: relative;
    float: left;
    text-align: center;
    margin-bottom: 15px;
}

.places a {
    display: block;
    position: relative;
    float: left;
    padding: 20px;
    font-family: "Open Sans", sans-serif;
    color: #AAAAAA;
    font-size: 20px;
    font-weight: 400;
    cursor: pointer;
}

.places a:hover {
    color: #4b4b4b;
}

.places a.selected {
    color: #EE7C00;
}

.app {
    display: block;
    position: relative;
    float: left;
    width: 98%;
    clear: both;
    padding: 1%;
    background-color: #4B4B4B;
}

.app .column {
    position: relative;
    float: left;
    padding: 0%;
    margin: 0%;
    width: 25%;
}

.app .grid_3 {
    position: relative;
    float: left;
    padding: 0%;
    margin: 1.5%;
    width: 97%;
    box-shadow: 0 3px 3px rgba(34, 25, 25, 0.9);
    -moz-box-shadow: 0 3px 3px rgba(34, 25, 25, 0.9);
    -webkit-box-shadow: 0 3px 3px rgba(34, 25, 25, 0.9);
    -webkit-transition: top 1s ease, left 1s ease;
    -moz-transition: top 1s ease, left 1s ease;
    -o-transition: top 1s ease, left 1s ease;
    -ms-transition: top 1s ease, left 1s ease;
    overflow: hidden;
}

.app .grid_3 .item {
    margin: 0 !important;
    position: relative;
    display: block;
    float: left;
    width: 100%;
    padding: 0 !important;
    background-color: #FFF;
    cursor: pointer;
}

.app .grid_3 .item a {
    position: relative;
    display: block;
    float: left;
    padding: 0 !important;
    margin: 0px !important;
}

.app .grid_3 .item .caption {
    background: none repeat scroll 0 0 rgba(255, 126, 20, 0.5);
    height: 100%;
    position: absolute;
    opacity: 0;
    transition: all 0.5s ease 0s;
    width: 100%;
    z-index: 200;
}

.app .grid_3 .item .caption:hover {
    opacity: 1;
}

.app .grid_3 .item .caption .fa {
    position: absolute;
    left: 50%;
    top: 50%;
    color: #FFF;
    font-size: 64px;
    margin-top: -32px;
    margin-left: -32px;
}

.app .grid_3 .image {
    width: 100% !important;
    padding: 0 !important;
    margin: 0px !important;
    overflow: hidden;
}

.app .grid_3 .info {
    background-color: white;
    position: relative;
    display: block;
    float: left;
    width: 96%;
    padding: 2%;
    overflow: hidden;
}

.app .grid_3 .info .description {
    font-size: 0.8em;
    font-weight: bold;
    height: auto !important;
    margin-bottom: 2%;
}

.app .grid_3 .info .name {
    color: #8d8f92;
    font-size: 0.7em;
    overflow: auto;
    width: 60%;
    float: left;
}

.app .grid_3 .info .controls {
    font-size: 24px;
    float: right;
    display: block;
}

.app .grid_3 .info .controls .fa {
    color: #484848;
}

.aboutus {
    clear: both;
    display: block;
    margin: 10% auto !important;
    max-width: 1000px;
    position: relative;
    width: 100%;
}

.aboutus h3 {
    background-image: url(../images/mark.png);
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 20px;
    font-size: 2em;
    font-weight: normal;
    font-style: italic;
    color: #58595B;
    font-family: 'Open Sans', sans-serif;
}

.aboutus h2 {
    color: #D6D7D7;
    font-size: 7em;
    font-weight: normal;
    letter-spacing: 0.2em;
    padding-left: 7%;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
}

.aboutus .column {
    text-align: justify;
    padding: 3%;
    color: #808080;
    width: 44%;
    display: block;
    position: relative;
    float: left;
    font-size: 0.9em;
    font-family: 'Open Sans', sans-serif;
}

.aboutus .column30 {
    text-align: left;
    padding: 2%;
    color: #808080;
    width: 29.33%;
    display: block;
    position: relative;
    float: left;
    font-size: 0.9em;
    font-family: 'Open Sans', sans-serif;
}

.aboutus .column30 .title {
    color: #EE7C00;
    font-size: 2em;
}

.aboutus .column30 .text {
    font-size: 0.8em;
    line-height: 20px;
}

.menu-fixed {
}

.menu-fixed .logo {
    padding: 5px 15px;
}

.menu-fixed .logo img {
    height: 32px !important;
}

.menu-fixed .links ul li a .fa-2x {
    padding: 0px !important;
    font-size: 16px;
}

.menu-fixed .links {
    padding: 5px 15px;
}

.menu-fixed .navbar {
    padding: 5px 15px;
}

.content .notes .category .videos.videos4 .video {
    width: calc(25% - 10px);
}

.content .notes .category .videos.videos4 .video .image {
    height: 220px;
    overflow: hidden;
}

.content .notes .category .videos.videos4 .video .data {
    height: 50px;
}

.content .video .resume,
.content .video .date {
    display: none;
}

.modalvideo {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 10000;
    display: none;
}

.modalvideo .video {
    position: absolute;
    width: 80%;
    left: 10%;
    height: 70vh;
    top: 13vh;
}

.modalvideo .video .source {
    position: relative;
    display: block;
    float: left;
    width: 70%;
    height: 103%;
    box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.75);
    background-color: rgba(0, 0, 0, 0.85);
}

.modalvideo .video .source iframe {
    width: 100% !important;
    height: 100% !important;
}

.modalvideo .video .data {
    position: relative;
    display: block;
    float: left;
    width: 30%;
    height: 92%;
    background-color: rgba(255, 255, 255, 0.85);
    border-radius: 0px 10px 10px 0px;
    margin-top: 3%;
    box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.75);
}

.modalvideo .video .share {
    position: relative;
    display: block;
    float: left;
    clear: both;
    width: 100%;
}

.modalvideo .video .share a {
    position: relative;
    display: block;
    float: left;
    width: 25%;
    text-align: center;
    text-decoration: none;
    color: #4b4b4b;
    font-size: 20px;
    padding: 7px 0px;
}

.modalvideo .video .share a:hover {
    color: #EE7C00;
}

.modalvideo .video .title,
.modalvideo .video .author,
.modalvideo .video .date,
.modalvideo .video .resume {
    position: relative;
    display: block;
    float: left;
    padding: 1% 3%;
    width: 94%;
    font-family: "Open Sans", sans-serif;
}

.modalvideo .video .title {
    padding-top: 5%;
    font-size: 20px;
    color: #4B4B4B;
    font-weight: bold;
}

.modalvideo .video .author {
    font-size: 14px;
    color: #ee7c00;
    font-style: italic;
}

.modalvideo .video .resume {
    font-size: 16px;
    color: #4B4B4B;
    font-style: italic;
}

.modalvideo .video .date {
    font-size: 13px;
    color: #aaaaaa;
    text-align: right;
    padding-bottom: 5%;
}

.modalvideo .video .close {
    position: relative;
    display: block;
    float: left;
    padding: 3%;
    width: 94%;
    font-family: "Open Sans", sans-serif;
    text-align: center;
    cursor: pointer;
    font-size: 13px;
    font-weight: bold;
    background-color: transparent;
    color: #4B4B4B;
    margin-top: 3%;
}

.modalvideo .video .close:hover {
    background-color: #4B4B4B;
    color: #FFF;
}

.page .title .text {
    font-size: 30px !important;
}

.page .category {
    color: #ee7c00;
    font-family: "Open Sans", sans-serif;
    font-size: 20px;
}

.page .author {
    text-align: left;
    font-size: 18px;
    font-style: italic;
    padding: 13px 0px !important;
    font-family: "Open Sans", sans-serif;
    color: #4b4b4b;
}

.page .gallery {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    min-height: 30px;
    clear: both;
}

.page .gallery .image {
    position: relative;
    display: block;
    float: left;
    width: 60%;
    background-color: #FFF;
    overflow: hidden;
    text-align: center;
    margin-right: 5px;
}

.page .gallery #main {
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.75);
    margin-bottom: 20px;
}

.page .gallery .image img {
    width: 100%;
    padding: 0px;
    margin: 0px;
}

.page .gallery .image .mainFooter {
    background-color: #FFF;
    color: #4b4b4b;
    font-family: "Open Sans", sans-serif;
    position: relative;
    display: block;
    clear: both;
    padding: 5px;
    font-size: 13px;
    font-style: italic;
    width: calc(100% - 10px);
    text-align: center;
    margin-top: -5px;
}

.page .gallery .otherImages {
    position: relative;
    display: block;
    float: left;
    width: calc(40% - 2px);
    min-height: 30px;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 1px;
}

.page .gallery .otherImages .imageO {
    position: relative;
    display: block;
    float: left;
    width: calc(33.3333% - 2px);
    cursor: pointer;
    margin: 1px;
    overflow: hidden;
    width: calc(33.33% - 2px);
    height: 130px;
    filter: grayscale(75%);
    -webkit-filter: grayscale(0.75);
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
}

.page .gallery .otherImages .imageO img {
    display: none;
}

.page .gallery .otherImages .imageO:hover {
    filter: grayscale(0%);
    -webkit-filter: grayscale(0);
}

.page .gallery .otherImages .imageO .footer {
    position: absolute;
    display: none;
    top: 0;
    left: 0;
    bottom: 0;
    width: 95%;
    padding: 2.5%;
    background-color: rgba(255, 255, 255, 0.6);
    color: #4B4B4B;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    text-align: center;
}

.page .gallery .otherImages .image:hover .footer {
    display: none;
}

.page .gallery .orientation0.image {
    width: calc(42% - 5px) !important;
    margin-right: 5px;
}

.page .gallery .orientation0.otherImages {
    width: calc(58% - 2px);
}

.page .gallery .orientation1.image {
    width: calc(60% - 5px) !important;
    margin-right: 5px;
}

.page .gallery .orientation1.otherImages {
    width: calc(40% - 2px);
}

.page .data {
    position: relative;
    display: block;
    float: left;
    width: 60%;
    background-color: #FFF;
    padding: 2.5% 5%;
}

.page .extrasContainer {
    position: relative;
    display: block;
    float: left;
    width: calc(25% - 1px);
    background-color: #FFF;
    padding: 2.5%;
    margin-top: 2.5%;
    border-left: 1px solid #AAA;
}

.page .extras {
    position: relative;
    display: block;
    float: left;
    width: 100%;
}

.page .resume {
    position: relative;
    display: block;
    float: left;
    clear: both;
    font-style: italic;
    margin-bottom: 2.5%;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    line-height: 27px;
}

.page .content {
    position: relative;
    display: block;
    float: left;
    clear: both;
    color: #4B4B4B;
    font-size: 15px;
    font-family: "Open Sans", sans-serif;
    line-height: 27px;

    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;

    -webkit-column-gap: 25px; /* Chrome, Safari, Opera */
    -moz-column-gap: 25px; /* Firefox */
    column-gap: 25px;
    text-align: left;
}

.page .date {
    color: #4B4B4B;
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    font-style: italic;
    position: relative;
    display: block;
    float: left;
    clear: both;
    margin-bottom: 5%;
}

.page .socialMedia {
    position: relative;
    display: block;
    float: left;
    clear: both;
    width: 100%;
}

.page .socialMedia a {
    position: relative;
    display: block;
    float: left;
    width: 25%;
    text-align: center;
    color: #4b4b4b;
    cursor: pointer;
    padding: 7px 0px;
}

.page .socialMedia a:hover {
    color: #EE7C00;
}

.two-columns {
    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
}

.article .content .share {
    position: relative;
    display: block;
    float: left;
    clear: both;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 50px;
}

.article .content .share span.shareText {
    position: relative;
    display: block;
    float: left;
    clear: both;
    width: 100%;
    color: #4b4b4b;
    font-size: 15px;
    font-family: "Open Sans", sans-serif;
}

.article .content .share a {
    position: relative;
    display: block;
    float: left;
    width: 25%;
    text-align: center;
    text-decoration: none;
    color: #4b4b4b;
    font-size: 20px;
    padding: 7px 0px;
    cursor: pointer;
}

.article .content .share a:hover {
    color: #EE7C00;
}

/*
* Magazine
*/

.magazineControls {
    position: fixed;
    bottom: 0px;
    width: 240px;
    left: 50%;
    margin-left: -120px;
    text-align: center;
    z-index: 10001;
    background-color: rgba(255, 255, 255, 0.80);
    border-radius: 10px 10px 0px 0px;
    border: 1px solid #EFEFEF;
}

.magazineControls span {
    cursor: pointer;
    font-size: 36px;
    color: #4b4b4b;
    text-align: center;
    width: 20%;
    position: relative;
    float: left;
    display: block;
}

.magazine {
    position: absolute;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100%;
    background-image: url(../images/background.png);
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #FFF;
    z-index: 10000;
    overflow: hidden;
}

.magazine .logo {
    position: absolute;
    bottom: 10px;
    right: 10px;
    z-index: 10002;
}

.magazine .logo a {
    position: relative;
    display: block;
}

.magazine .logo img {
    width: 100px;
    opacity: 0.6;
}

.magazine .controls span:hover {
    color: #EE7C00;
}

.magazine .page {
    position: relative;
    width: calc(50% - 1px);
    padding: 0;
    float: left;
    height: 100vh;
    display: none;
    overflow: auto;
}

.magazine .page.pair {

}

.magazine .page.impair {
    float: right;
    border-left: 2px solid #EFEFEF;
}

.magazine .page.active {
    display: block;
}

.magazine .page.info {
    padding-top: 25vh;
    text-align: center;
    float: left;
    overflow: hidden;
}

.magazine .page.info .place {
    color: #4b4b4b;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    font-size: 3.5em;
    text-transform: uppercase;
}

.magazine .page.info .number {
    color: #EE7C00;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 5em;
}

.magazine .page.info .date {
    color: #EE7C00;
    font-family: 'Open Sans', sans-serif;
    font-weight: lighter;
    font-size: 1.5em;
    float: none;
}

.magazine .page.info .socialMedia {
    padding-top: 3%;
    width: 70%;
    margin: 0 15%;
}

.magazine .page.info .socialMedia a {
    color: #ccc;
    text-decoration: none;
    font-size: 14px;
}

.magazine .page.info .socialMedia a:hover {
    color: #4B4B4B;
}

.magazine .page.cover {
    text-align: center;
    overflow: hidden;
}

.magazine .page.cover img {
    box-shadow: 3px 5px 5px 0 rgba(0, 0, 0, 0.6);
    max-height: 96%;
    margin: 2%;
    max-width: 95%;
}

.magazine .page .category {
    color: #ff7e00;
    font-size: 1em;
    position: relative;
    float: left;
    display: block;
    width: 98%;
    text-align: left;
    margin: 1%;
}

.magazine .page .title {
    color: #4b4b4b;
    font-size: 2.1em;
    width: 98%;
    display: block;
    text-align: left;
    margin: 1%;
}

.magazine .page .subtitle {
    color: #888;
    font-size: 1em;
    width: 98%;
    display: block;
    font-style: italic;
    text-align: left;
    margin: 1%;
    line-height: 1.5em;
}

.magazine .page .content {
    width: 88%;
    padding: 0% 6%;
    margin: 15px 0px 50px 0px;
    text-align: justify;
    color: #4b4b4b;
    font-size: 0.80em;
    clear: both;
    position: relative;
    float: left;
    display: block;
    line-height: 23px;
}

.magazine .page .gallery {
    background-color: #4B4B4B;
    position: relative;
    display: block;
    float: left;
    width: 100%;
}

.magazine .page .gallery .image {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    text-align: center;
    max-height: 70vh;
    height: auto;
    background-color: transparent;
}

.magazine .page .gallery .image img {
    height: auto;
    width: auto;
    max-width: 100%;
    max-height: 100%;
}

.magazine .page .gallery .text {
    position: absolute;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.75);
    color: #4b4b4b;
    width: 100%;
    text-align: center;
    padding: 5px 0px;
}

.magazine .page .gallery .media {
    background-color: #4B4B4B;
    position: relative;
    display: block;
    float: left;
    width: 100%;
    clear: both;
    overflow: auto;
}

.magazine .page .gallery .media .scrollContainer {
    background-color: #4B4B4B;
    position: relative;
    display: block;
    float: left;
    width: 2000px;
    clear: both;
    overflow: auto;
}

.magazine .page .gallery .media .mediaImage {
    cursor: pointer;
}

.magazine .page .gallery .media img {
    height: 120px;
    float: left;
    position: relative;
    display: block;
    margin: 4px 2px;
}

.magazine .page .gallery .media .mediaText {
    display: none;
}

.magazine .page.magazinePublicity {
    overflow: hidden;
}

.magazine .page.magazinePublicity .category,
.magazine .page.magazinePublicity .title,
.magazine .page.magazinePublicity .subtitle {
    display: none;
}

.magazine .page.magazinePublicity .gallery {
    height: 100vh;
    background-color: #FFF;
    background-image: url(../images/divider.png);
}

.magazine .page.magazinePublicity .gallery .image {
    height: 100vh;
    max-height: 100vh;
}

.magazine .page.magazinePublicity .gallery .text {
    display: none;
}

.magazine .page.magazinePublicity .title {
    display: block;
    position: absolute;
    top: 0px;
    z-index: 1000;
    background-color: rgba(255, 255, 255, 0.75);
    width: auto !important;
    padding: 20px 35px;
}

.magazine .page .share {
    color: #888;
    font-size: 1em;
    width: auto;
    background-color: #FFF;
    position: fixed;
    bottom: 25vh;
    border-radius: 0px 10px 10px 0px;
    border: 1px solid #EFEFEF;
    display: none;
    z-index: 10000;
}

.magazine .page:hover .share {
    display: block;
}

.magazine .page.pair .share {
    left: 0px;
}

.magazine .page.impair .share {
    right: 0px;
    border-radius: 10px 0px 0px 10px;
}

.magazine .page .share a {
    position: relative !important;
    display: block !important;
    float: left !important;
    color: #888 !important;
    text-decoration: none !important;
    padding: 10px !important;
    text-align: center !important;
    cursor: pointer !important;
    clear: both !important;
    font-size: 17px !important;
}

.magazine .page .share a:hover {
    color: #4b4b4b !important;
}

.header .links ul li a#searchButton {
    background-color: #FFF;
    color: #4b4b4b;
    margin-left: 10px;
}

.header .links ul li a#searchButton:hover {
    color: #EE7C00;
}

.header .links ul li a#searchButton .fa-stack-1x {
    font-size: 28px;
}

.header .searchForm {
    position: absolute;
    width: 100%;
    top: 0;
    height: 100%;
    display: none;
    background-color: #FFF;
}

.header .searchForm .searchBar {
    position: relative;
    margin: 20px auto !important;
    width: 50%;
    background-color: #FFF;
    border: 1px solid #CCC;
    color: #4B4B4B;
    border-radius: 10px;
    height: auto;
}

.header .searchForm .searchBar input {
    border: 0px;
    position: relative;
    float: left;
    width: calc(70% - 20px);
    padding: 9px 10px;
    border-radius: 10px 0px 0px 10px;
    font-size: 17px;
    font-family: "Open Sans", sans-serif;
}

.header .searchForm .searchBar a {
    position: relative;
    float: right;
    cursor: pointer;
    background-color: #4b4b4b;
    width: 15%;
    color: #FFF;
    text-align: center;
    padding: 10px 0px;
    font-family: "Open Sans", sans-serif;
}

.header .searchForm .searchBar a#searchCancel {
    border-radius: 0px 10px 10px 0px;
    background-color: #CCC;
}

.header .searchForm .searchBar a:hover,
.header .searchForm .searchBar a#searchCancel:hover {
    background-color: #EE7C00;
}

.searchResult {
    margin: 0% 2.5%;
    font-family: "Open Sans", sans-serif;
    color: #4B4B4B;
    font-size: 20px;
}

.searchResult span {
    font-style: italic;
    font-weight: bold;
}

.searchResult .result {
    position: relative;
    float: left;
    cursor: pointer;
    display: block;
    width: 100%;
    overflow: hidden;
    margin-bottom: 2%;
}

.searchResult .results {
    position: relative;
    float: left;
    cursor: pointer;
    display: block;
    width: 100%;
    overflow: hidden;
}

.searchResult .resultNote {
    position: relative;
    float: left;
    cursor: pointer;
    overflow: hidden;
    width: calc(19.6% - 2px);
    margin: 0.2%;
    background-color: #FFF;
    color: #FFF;
    display: block;
    border: 1px solid #EDEDED;
    border-radius: 0px 0px 5px 5px;
}

.searchResult .resultNote img {
    position: relative;
    float: left;
    cursor: pointer;
    display: block;
    width: 100%;
}

.searchResult .resultNote div {
    background-color: #FFF;
}

.searchResult .resultNote a {
    text-decoration: none;
}

.searchResult .resultNote div.footer {
    font-family: "Open Sans", sans-serif;
    color: #4B4B4B;
    font-size: 14px;
    text-decoration: none;
    padding: 7px;
    position: relative;
    float: left;
    cursor: pointer;
    display: block;
    width: calc(100% - 14px);
}

.searchResult .resultNote div.title {
    font-family: "Open Sans", sans-serif;
    color: #4b4b4b;
    font-size: 12px;
    text-decoration: none;
    padding: 7px;
    font-style: italic;
    background-color: #ededed;
    border-radius: 0px 0px 5px 5px;
    text-align: center;
    position: relative;
    float: left;
    cursor: pointer;
    display: block;
    width: calc(100% - 14px);
}

.searchResult .resultNote div.over {
    background-color: rgba(255, 126, 20, 0.5);
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    display: none;
}

.searchResult .resultNote div.over span {
    color: #FFF;
    font-size: 48px;
    width: 48px;
    height: 48px;
    text-align: center;
    left: 50%;
    position: absolute;
    top: 50%;
    margin-top: -24px;
    margin-left: -24px;
}

.searchResult .resultNote:hover div.over {
    display: block;
}

.swiper-pagination span {
    font-family: "Open Sans", sans-serif;
    color: #4b4b4b;
    padding: 0px 10px;
    border-left: 1px solid #CCC;
    cursor: pointer;
    font-size: 17px;
    font-weight: 300;
}

.swiper-pagination span:first-child {
    border-left: 0px;
}

.swiper-pagination span:hover {
    color: #EE7C00;
}

.footer .text {
    font-size: 13px;
}

.footer .text .place {
    font-weight: bold;
    font-size: 14px;
}
