* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    border : 0;
    background: transparent;
    overflow-x: hidden;
    visibility: hidden;
}

#top {
    width: 100%;
    height: 75px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
    background: transparent;
    background-repeat: repeat;
    margin-top: 0px;
    overflow: hidden;
    transition: all 0.5s;
    opacity : 1.0;
    -webkit-text-stroke: 0.5px;
}

#top.hidden {
    opacity: 0.0;
    margin-top: -90px;
}

#top .content_top {
    width: 100%;
    min-width: 1000px;
    height: 200px;
    position: relative;
    transition: margin-top 0.5s;
}

#top .logo {
    width: 100%;
    height:60px;
    margin-bottom: 40px;
    margin-top: 15px;
}

#top .logo img {
	width: auto;
    height: 60px;
    display: table;
    margin: 0 auto;
}

#top .menu {
    width: auto;    
    margin: 0 auto;
    display: table;
}

#top .menu .voce {
    float: left;
	margin-left: 60px;
}

#top .menu .voce:first-child {
    float: left;
	margin-left: 0px;
}

#top .menu .voce img {
    height: 25px;
    margin: 0 auto;
    display: table;
}

#top .menu .voce a:link,
#top .menu .voce a:visited {
     color: #fff;
     text-decoration: none;
     display: block;
}

#top .menu .voce a:hover {
     color: #fff;
     text-decoration: none;    
}

#top .menu .voce p {
    font-family: 'Open Sans', Arial;
    font-weight: 300;
    font-size: 13px;
    line-height: 13px;
    text-transform: capitalize;
    letter-spacing: 1px;
    color: #fff;
    padding-top: 10px;
}


.table {
    width: 100%;
    min-width: 600px;
    height: 100%;
    display: table;
}

.table .content_room {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
    padding-left: 30px;
    padding-right: 30px;
    overflow: hidden;
    background: url('http://anmgallery.com/wp-content/themes/anm/img/background.png');
    color: #fff;
}

.table .content_room .block_content_room {
    height:255px;
}

.table .content_room .title_room {
    font-family: 'Open Sans', Arial;
    font-weight: 700;
    font-size: 21px; 
    height: 30px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
    overflow: hidden;
    text-shadow: 1px 1px 1px #333;
}

.table .content_room .info_room {
    font-family: 'Open Sans', Arial;
    font-weight: 400;
    font-size: 19px;
    margin-top: 5px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
    letter-spacing: 1px;
    overflow: hidden;
    text-shadow: 1px 1px 1px #333;
}

.table .content_room .desc_room {
    font-family: 'Open Sans', Arial;
    clear: both;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
    overflow: hidden;
    line-height: 20px;
    font-size: 19px;
    text-shadow: 1px 1px 1px #333;
}

.table .content_room .intro_room {
    font-family: 'Open Sans', Arial;
    font-weight: 400;
    max-width: 600px;
    height: 0px;
    margin-top: 20px;
    margin-bottom: 15px;
    overflow: hidden;
    font-size: 17px;
    line-height: 28px;
    clear: both;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
    overflow: hidden;
    text-shadow: 1px 1px 1px #333;
}

.table .content_room .alert {
    font-family: 'Open Sans', Arial;
    font-weight: 400;
    margin-top: 20px;
    margin-bottom: 15px;
    overflow: hidden;
    font-size: 17px;
    line-height: 28px;
    clear: both;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
    overflow: hidden;
    text-shadow: 1px 1px 1px #333;
    margin-top: 30px;
    text-decoration: underline;
}


.table .content_room .go_room {
    width: 100px;
    display: table;
    font-family: 'Open Sans', Arial;
    font-weight: 400;
    font-size: 17px;
    padding: 10px;
    color: #fff;
    border: 2px solid #fff;
    text-transform: capitalize;
    text-align: center;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
    margin-top: 0px;
    box-shadow: 0px 0px 1px #333;
}

.table .content_room .go_room {
    background: transparent;
    color: #fff;
    text-decoration: none;
}

.table .content_room a  {
    display: table;
}

.table .content_room .go_room:hover {
    background: transparent;
    color: #000;
    text-shadow: 0px 0px 0px #000;
}

.content {
    width: 100%;
    min-width: 1280px;
    overflow: hidden;
}

.content .content_overflow {
    width: 200%;
    min-width: 2560px;
    margin-left: -50%;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
}

.content .content_overflow .left {
    width: 25%;
    min-width: 640px;
    height: 100%;
    background: transparent;
    float: left;
}

.content .content_overflow .left .content_left {
    padding: 75px; 
    padding-top: 70px;
    height: 100%;
    overflow: scroll;
    opacity: 0.0;
}

.content .content_overflow .left .content_left.block {
	opacity: 1.0;
}

.content .content_overflow .left .title {
    font-family: 'Open Sans', Arial;
    font-weight: 700;
    font-size: 40px;
    font-style: italic;
    text-align: left;
    margin-top: 0px;
}

.content .content_overflow .left .description {
    font-family: 'Open Sans', Arial;
    line-height: 22px;
    font-weight: 600;
    margin-top: 15px;
    margin-bottom: 15px;
}

.content .content_overflow .left .text {
    font-family: 'Open Sans', Arial;
    font-size: 15px;
    line-height: 28px;
    font-weight: 400;
    margin-top:  60px;
    text-align: justify;
}

.content .content_overflow .left .text strong,
.content .content_overflow .left .text b {
    font-weight: 600;
}

.content .content_overflow .left .text a:link,
.content .content_overflow .left .text a:visited,
.content .content_overflow .right .text a:link,
.content .content_overflow .right .text a:visited {
    color: #000;
    text-decoration: underline;
    font-weight: 400;
}

.content .content_overflow .left .text a strong,
.content .content_overflow .left .text a b,
.content .content_overflow .right .text a strong,
.content .content_overflow .right .text a b {
    font-weight: 600;
}

.content .content_overflow .left .text a:hover,
.content .content_overflow .right .text a:hover {
    color: #000;
    text-decoration: none;
}

.content .content_overflow .left .slowart {
    margin-top: 60px;
    margin-bottom: 30px;
    padding-left: 120px;
    padding-right: 120px;
    position: relative;
}

.content .content_overflow .left .slowart .block {
    width: 100%;
    height: 40px;
    color: #888;
    border: 1px solid #888;
    font-family: 'Open Sans', Arial;
    font-size: 14px;
    padding: 10px;
    line-height: 18px;
    font-weight: 400;
    text-align: center;
    letter-spacing: 6px;
	transition: all 0.5s;
	text-transform: uppercase;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
}

.content .content_overflow .center {
    width: 75%;
    min-width: 1280px;
    height: 100%;
    background: transparent;
    float: left;
    overflow: hidden;
    position: relative;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    cursor: default;
}

.content .content_overflow .center .main {
    width: 100%;
    min-width: 1280px;
    position: relative;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
}

.content .content_overflow .center .comment {
    width: 100%;
    height: 100%;
    min-width: 1280px;
    position: relative;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
}

.content .content_overflow .center .comment #dsq-2 {
    width: 100%;
    max-width: 1000px;
    padding-top: 90px;
    padding-bottom: 60px;
    margin: 0 auto;
    display: table;
}

.content .content_overflow .center .main .center_right {
    width: 100%;
    transition: all 0.5s;
}

.content .content_overflow .center .main .center_right section .opera > table {
    width: 1000px;
    margin: 0 auto;
    position: relative;
    background: #1a1a1a;
}

.content .content_overflow .center .main .center_right section .opera table tbody > tr {
    width: 100%;
    background: #1a1a1a;
}

.content .content_overflow .center .main .center_right section .opera table tbody tr > td {
    width: 333px;
    padding: 0px;
    background: #1a1a1a;
    position: relative;
}

.content .content_overflow .center .main .center_right section .opera table tbody tr td > .play  {
    width: 30px;
    height: 30px;
    background: #000;
    opacity: 0.5;
    position: absolute;
    z-index: 2;
    bottom: 15px;
    left: 15px;
    display: none;
    font-size: 13px;
    text-align: center;
    color: #fff;
    padding-top: 9px;
    cursor: pointer;
}

.content .content_overflow .center .main .center_right section .opera table tbody tr td > .fullscreen  {
    width: 30px;
    height: 30px;
    background: #1a1a1a;
    opacity: 0.5;
    position: absolute;
    z-index: 2;
    bottom: 15px;
    right: 15px;
    display: none;
    font-size: 13px;
    text-align: center;
    color: #fff;
    padding-top: 9px;
    cursor: pointer;
}

.content .content_overflow .center .main .center_right section .opera table tbody tr td > .play:hover,
.content .content_overflow .center .main .center_right section .opera table tbody tr td > .fullscreen:hover {
    opacity: 1.0;
}

.content .content_overflow .center .main .center_right section .opera table tbody tr td > video {
    width: 334px;
    height: 188px;
    background: #1a1a1a;
}

.content .content_overflow .center .main .center_right section .opera table tbody tr td > iframe {
    width: 780px;
    height: 585px;
    padding: 0px !important;
}

.content .content_overflow .center .main section {
    width: 100%;
    min-width: 1280px;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.content .content_overflow .center .main section iframe {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    display: table;
    padding: 60px;
    cursor: pointer;
}

.content .center_archive {
    width: 100%;
    border: 15px solid #fff;
    margin-top: 75px;
    font-weight: 300;
}

.content  .title {
    font-family: 'Open Sans', Arial;
    font-weight: 700;
    font-size: 40px;
    font-style: italic;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 0px;
}

.center_about  .title {
    font-family: 'Open Sans', Arial;
    font-weight: 700;
    font-size: 40px;
    font-style: italic;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 0px;
}

.content .desc {
    font-family: 'Open Sans', Arial;
    font-weight: 400;
    font-size: 15px;
    line-height: 25px;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-left: 15px;
    padding-right: 15px;
}

 .center_about {
    width: 760px;
    display: table;
    margin: 0 auto;
    margin-top: 90px;
    font-family: 'Open Sans', Arial;
    font-weight: 300;
    font-size: 17px;
    text-align: justify;
}

.center_about a:link,
.center_about a:visited {
    color: #333;
    text-decoration: underline;
}

.center_about a:hover {
    color: #333;
    text-decoration: none;
}

.content .center_archive .element {
    width: 25%;
    height: 0px;
    float: left;
    position: relative;
    overflow: hidden;
    padding: 15px;
    cursor: pointer;
}

.content .center_archive .element:hover {
    opacity: 1.0 !important;
}

.content .center_archive .element.selected {

    opacity: 1.0 !important;
}

.content .center_archive .element .container_back {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.content .center_archive .element .background {
    width: 100%; 
    height: 100%;
    background-size: cover; 
    background-position: center center; 
    background-color: #FFF;
}

.content .center_archive .element .over {
    width: 100%;
    height: 100%;
    opacity: 0.0;
    top: 0px;
    left: 0px;
    position: absolute;
    z-index: 2;
    transition: all 0.5s;
    background: rgba(0, 0, 0, 0.5);
}

.content .center_archive .element.selected .over {
    opacity: 1.0;
}

.content .center_archive .element .over .text {
    width: 100%;
    height: auto;
    position: absolute;
    z-index: 3;
    bottom: 0px;
    left: 0px;
    padding: 15px;
    padding-bottom: 0px;
    transition: all 0.3s;
    text-shadow: 1px 1px 1px #333;
}

.content .center_archive .element .over .text > .title {
    font-family: 'Open Sans', Arial;
    font-weight: 400;
    font-size: 15px;
    color: #fff;
    text-align: left;
    line-height: 24px;
    margin-bottom: 10px;
}

.content .center_archive .element .over .author {
    font-family: 'Open Sans', Arial;
    font-weight: 600;
    font-style: 15px;
    color: #fff;
    text-align: left;
    margin-top: 10px;
}

.content .center_archive .element .container_back:hover .over {
    opacity: 1.0;
}

.content .content_overflow .center .right {
    width: 33.3333333334%;
    min-width: 640px;
    height: 100%;
    background: transparent;
    float: left;
}

.content .content_overflow .right .content_right {
    padding: 75px; 
    padding-top: 70px;
    height: 100%;
    overflow: scroll;
}

.content .content_overflow .center .right .title {
    font-family: 'Open Sans', Arial;
    font-weight: 700;
    font-size: 40px;
    font-style: italic;
    text-align: left;
    margin: 0px;
}

.content .content_overflow .center .right .description {
    font-family: 'Open Sans', Arial;
    line-height: 22px;
    font-weight: 600;
    margin-top: 15px;
    margin-bottom: 15px;
}

.content .content_overflow .center .right .text {
    font-family: 'Open Sans', Arial;
    line-height: 25px;
    font-weight: 400;
    margin-top:  60px;
    text-align: justify;
    white-space: pre-wrap;
}

.content .content_overflow .center .right .text pre a:link,
.content .content_overflow .center .right .text pre a:visited {
    color: #000;
    text-decoration: underline;
    font-weight: 400;
    font-style: italic;
}

.content .content_overflow .center .right .text pre a:hover{
    color: #000;
    text-decoration: none;
    font-weight: 400;
    font-style: italic;
}

#main {
    width: 100%;
    height: 100%;
    margin: 0;
}

.opera {
    width: 66.6666666%; 
    height: 100%;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	float: left;
}

.opera .carousel {
    width: 780px;
    margin: 0 auto;
}

#menu_opera {
	width: 64px;
	height: 100%;
	position: fixed;
	z-index: 999;
	display: none;
	top: 0px;
	left: 0px;
}

#menu_opera .block {
	width: 30px;
	height: 30px;
    font-family: 'Open Sans', Arial;
    font-weight: 300;
	font-size: 30px;
	line-height: 28px;
	text-align: center;
	color: #333;
	overflow: hidden;
	background: #fff;
	border: 1px solid #333;
	position: absolute;
	z-index: 1;
	left: 50%;
	top: 50%;
	margin-left: -15px;
	margin-top: -15px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	cursor: pointer;
}

#menu_opera .mouse_help {
    background: transparent;
    position: absolute;
    z-index: 1;
    top: 50%;
    margin-top: -64px;
    height: 128px;
    width: 100%;
}

#menu_opera .menu_over {
    font-family: 'Open Sans', Arial;
    font-size: 14px;
    padding: 5px;
    line-height: 18px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 4px;
    font-weight: 400;
    text-align: center;
    letter-spacing: 1px;
    color: #333;
    overflow: hidden;
    background: #fff;
    border: 1px solid #333;
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    margin-left: 14px;
    margin-top: -15px;
    display: none;
    height: 30px;
}

.menu_slide {
	width: 64px;
	height: 100%;
	position: absolute;
	z-index: 999;
	top: 0px;
	right: 0px;
	display: none;
}

.menu_slide .block {
	width: 30px;
	height: 30px;
    font-family: 'Open Sans', Arial;
    font-weight: 300;
	font-size: 30px;
	line-height: 28px;
	text-align: center;
	color: #333;
	overflow: hidden;
	background: #fff;
	border: 1px solid #333;
	position: absolute;
	z-index: 1;
	right: 50%;
	top: 50%;
	margin-right: -15px;
	margin-top: -15px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	cursor: pointer;
}

.menu_slide .mouse_help {
    background: transparent;
    position: absolute;
    z-index: 1;
    top: 50%;
    margin-top: -64px;
    height: 128px;
    width: 100%;
}

.menu_slide .menu_over {
    font-family: 'Open Sans', Arial;
    font-size: 14px;
    padding: 5px;
    line-height: 18px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 4px;
    font-weight: 400;
    text-align: center;
    letter-spacing: 1px;
    color: #333;
    overflow: hidden;
    background: #fff;
    border: 1px solid #333;
    position: absolute;
    z-index: 1;
    right: 50%;
    top: 50%;
    margin-right: 14px;
    margin-top: -15px;
    display: none;
    height: 30px;
}

#menu_top {
    width: 66.6666666666%;
	height: 64px;
	position: fixed;
	z-index: 999;
	top: 0px;
	left: 0px;
	display: none;
}

#menu_top .block {
	width: 30px;
	height: 30px;
    font-family: 'Open Sans', Arial;
    font-weight: 100;
	font-size: 15px;
	line-height: 25px;
	text-align: center;
	color: #333;
	overflow: hidden;
	background: #fff;
	border: 1px solid #333;
	position: absolute;
	z-index: 1;
	left: 50%;
	top: 50%;
	margin-left: -15px;
	margin-top: -17px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	cursor: pointer;
}

#menu_top .menu_over {
    font-family: 'Open Sans', Arial;
    font-size: 14px;
    padding: 5px;
    line-height: 18px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 4px;
    font-weight: 400;
    text-align: center;
    letter-spacing: 1px;
    color: #333;
    overflow: hidden;
    background: #fff;
    border: 1px solid #333;
    position: absolute;
    z-index: 1;
    right: 50%;
    top: 50%;
    margin-right: 14px;
    margin-top: -17px;
    display: none;
    height: 30px;
}

#menu_top .mouse_help {
    height: 64px;
    width: 128px;
    display: table;
    margin: 0 auto;
}

#menu_bottom {
    width: 66.6666666666%;
	height: 64px;
	position: fixed;
	z-index: 999;
	bottom: 0px;
	left: 0px;
	transition: all 0.5s;
	display: none;
}

#menu_bottom .block {
	width: 30px;
	height: 30px;
    font-family: 'Open Sans', Arial;
    font-weight: 300;
	font-size: 30px;
	line-height: 28px;
	text-align: center;
	color: #333;
	overflow: hidden;
	background: #fff;
	border: 1px solid #333;
	position: absolute;
	z-index: 1;
	left: 50%;
    top: 18px;
	margin-left: -15px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	cursor: pointer;
}

#menu_bottom .menu_over {
    font-family: 'Open Sans', Arial;
    font-size: 14px;
    padding: 5px;
    line-height: 18px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 4px;
    font-weight: 400;
    text-align: center;
    letter-spacing: 1px;
    color: #333;
    overflow: hidden;
    background: #fff;
    border: 1px solid #333;
    position: absolute;
    z-index: 1;
    right: 50%;
    top: 18px;
    margin-right: 14px;
    display: none;
    height: 30px;
}

#menu_bottom .mouse_help {
    height: 64px;
    width: 128px;
    display: table;
    margin: 0 auto;
}

#menu_bottom .thumb {
    width: auto;
    display: table;
    margin: 0 auto;
    padding-top: 0px;
    padding-left: 5px;
    padding-right: 15px;
    margin-bottom: 20px;
    overflow: scroll;
}

#menu_bottom .mouse_help  > #audio {
    display: none;
}

#menu_bottom .mouse_help  > .audio_desc {
    border: 1px solid #333;
    padding: 10px;
    padding-top: 7px;
    padding-bottom: 8px;
    float: left;
    margin-left: -1px;
    font-family: 'Open Sans', Arial;
    font-size: 14px;
    font-weight: 300;
    cursor: pointer;
    background: #fff;
}

#menu_bottom .mouse_help > .nota {
    border: 1px solid #333;
    height: 36px;
    padding: 10px;
    float: left;
    margin-left: -1px;
    font-size: 14px;
    font-weight: 300;
    background: #fff;
}

#menu_bottom .mouse_help .nota  > img {
    height: 15px;
    width: auto;
}

#menu_bottom .mouse_help  > .play {
    border: 1px solid #333;
    height: 36px;
    padding: 10px;
    float: left;
    margin-left: -1px;
    font-size: 14px;
    font-weight: 300;
    cursor: pointer;
    background: #fff;
}

#menu_bottom .mouse_help .play > .img_play {
    display: none;
}

#menu_bottom .mouse_help  .play > .img_play {
    height: 15px;
    width: auto;
    padding-right: 1px;
}

#menu_bottom .mouse_help  .play > .img_pause {
    height: 15px;
    width: auto;
    padding-left: 2px;
    padding-right: 2px;
}

#menu_bottom .mouse_help  > .audio_desc.select,
#menu_bottom .mouse_help  > .audio_desc:hover {
    text-decoration: underline;
}

#menu_bottom img  {
    height: 50px;
    margin-bottom: 5px;
}

#menu_bottom img.plots {
    height: auto;
    width: 30px;
    margin-top: 0px;
    display: none;
}

#menu_bottom img.plots.visible {
    display: block;
}

#menu_start {
    width: 100%;
	height: 64px;
	position: absolute;
	z-index: 999;
	bottom: 0px;
	left: 0px;
	transition: all 0.5s;
}

#menu_start .block {
	width: 30px;
	height: 30px;
    font-family: 'Open Sans', Arial;
    font-weight: 100;
	font-size: 15px;
	line-height: 25px;
	text-align: center;
	color: #333;
	overflow: hidden;
	background: #fff;
	border: 1px solid #333;
	position: absolute;
	z-index: 1;
	left: 50%;
    top: 18px;
	margin-left: -15px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	cursor: pointer;
}

#menu_start .menu_over {
    font-family: 'Open Sans', Arial;
    font-size: 14px;
    padding: 5px;
    line-height: 18px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 4px;
    font-weight: 400;
    text-align: center;
    letter-spacing: 1px;
    color: #333;
    overflow: hidden;
    background: #fff;
    border: 1px solid #333;
    position: absolute;
    z-index: 1;
    right: 50%;
    top: 18px;
    margin-right: 14px;
    display: none;
    height: 30px;
}

#menu_start .mouse_help {
    height: 64px;
    width: 128px;
    display: table;
    margin: 0 auto;
}

.mouse_help div > img {
    width: 18px;
}


#bar {
    width: 100%;
    height: 110px;
    position: fixed;
    z-index: 999;
    bottom: 0px;
    left: 0px;
    background: url('http://anmgallery.com/wp-content/themes/anm/img/white.png');
    box-shadow: 0px 0px 1px #333;
    background-repeat: repeat;
    display: none;
    color: #333;
    transition: all 0.5s;
}

#bar .content_bar {
    width: auto;
    height: 54px;
    margin: 0 auto;
    display: table;
    padding-top: 9px;
}

#bar .start_time {
    float: left;
    font-family: 'Open Sans', Arial;
    font-weight: 300;
    font-size: 17px;
    margin-top: 23px;
    margin-right: 30px;
}

#bar .end_time {
    float: left;
    font-family: 'Open Sans', Arial;
    font-weight: 300;
    font-size: 17px;
    margin-top: 23px;
    margin-left: 30px;
}

#bar .timeline {
    width: auto;
    height: 54px;
    float: left;
    background: transparent;
    position: relative;
    font-family: 'Open Sans', Arial;
    font-weight: 400;
    font-size: 17px;
    font-style: italic;
    line-height: 60px;
    text-align: center;
}

#bar .timeline > .draggable {
    width: 20px; 
    height: 20px; 
    background: #333;
    border: 1px solid #fff;
    cursor: move;
    border-radius: 25px;
    margin-top: 22px;
    position: absolute;
    z-index: 2;
}

#bar .timeline > .line {
    width: 680px;
    height: 1px;
    background: #333;
    position: absolute;
    z-index: 1;
    left: 0px;
    top: 50%;
    margin-top: 5px;
}

#bar > .desc_bar {
    font-family: 'Open Sans', Arial;
    font-weight: 400;
    font-size: 15px;
    text-align: center;   
    margin-top:-15px; 
}

#bar #play {
    height: 70px;
    background: transparent;
    float: left;
    padding: 30px;
    padding-left: 35px;
    padding-right: 0px;
    padding-top: 17px;
    cursor: pointer;
}

#bar #play img {
    height: 30px;
    width: auto;
}

#bar > .desc_bar span {
    font-family: 'Open Sans', Arial;
    font-weight: 400;
    font-size: 15px;
    text-align: center;  
    font-style: italic;  
}

audio#plots {
    display: none;
}

.room_single {
    width: 100%; 
    height: 100%;
    background-size: cover; 
    background-position: center center; 
    background-color: #FFF;    
}

/* GENERAL */

.table {
    width: 100%;
    height: 100%;
    display: table;
}

.table > .table_cell {
    width: 100%;
    display: table-cell;
    vertical-align: middle;
}

.relative {
    width: 100%;
    height: 100%;
    position: relative;
}

.both {
    clear: both;
}

/* HOME */

#home .room  {
    width: 50%;
    height: 100%; 
    position: absolute;
    z-index: 998;
}

#home .room#room_1 {
    width: 50%;
    left: 0px;
    z-index: 3;
    text-align: left;
}

#home .room#room_2 {
    width: 50%;
    right: 0px;
    z-index: 2;
    text-align: right;
}

#home .room .background {
    width: 100%;
    height: 100%;
    background-size: cover; 
    background-position: center center; 
    background-color: #FFF;
    position: absolute;
    z-index: 2;
}

#home .room .content_room {
    width: 100%;
    height: 100%;
    padding-left: 30px;
    padding-right: 30px;
    position: absolute;
    z-index: 3;
    font-family: 'Open Sans', Arial;
    font-weight: 400;
    color: #FFF;
    text-shadow: 1px 1px 1px #333;
    background: rgba(0, 0, 0, 0.5);
}

#home .room .content_room .title_room {
    font-weight: 700;
    font-size: 21px; 
    height: 30px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
    overflow: hidden;
}

#home .room .content_room .info_room {
    font-size: 19px;
    margin-top: 5px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
    letter-spacing: 1px;
    overflow: hidden;
}

#home .room .content_room .desc_room {
    clear: both;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
    overflow: hidden;
    line-height: 20px;
    font-size: 19px;
}

#home .room .content_room .intro_room {
    max-width: 360px;
    height: 0px;
    margin-top: 20px;
    margin-bottom: 15px;
    overflow: hidden;
    font-size: 15px;
    line-height: 28px;
    clear: both;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
    overflow: hidden;
    text-shadow: 1px 1px 1px #333;
}

#home .room .content_room .go_room {
    display: table;
    font-size: 16px;
    padding: 10px;
    color: #fff;
    border: 2px solid #fff;
    text-transform: capitalize;
    text-align: center;
	transition: background 0.5s;
    margin-top: 25px;
    box-shadow: 0px 0px 1px #333;
    background: transparent;
    text-decoration: none;
    text-shadow: 0px 0px 0px #000;
}

#home .room .content_room .go_room {
}

#home .room .content_room .go_room:hover {
    background: transparent;
    color: #000;
}

#home .room .content_room a,
#home .room .content_room a:hover {
    text-decoration: none;
}

#home .room#room_2 .content_room .table .table_cell > div,
#home .room#room_2 .content_room .table .table_cell a > div {
    float: right;
}

/* ABOUT */

#about .container {
    width: 780px;
    padding-left: 25px;
    padding-right: 25px;
    margin-top: 95px;
    margin-left: auto;
    margin-right: auto;
}

#about .container .facebook {
    margin-top: 25px;
    margin-bottom: 50px;
}

#about .container .title {
    font-family: 'Open Sans', Arial;
    font-weight: 700;
    font-size: 40px;
    font-style: italic;
    text-align: center;
    margin-bottom: 0px;    
}

#about .container .content {
    font-family: 'Open Sans', Arial;
    font-size: 16px;
    line-height: 25px;
    text-align: justify;
    margin-top: 20px;
    min-width: inherit;  
	white-space: pre-wrap;   
}

#about .container .content a {
    color: #000;
    text-decoration: underline;
}

#about .container .content a:hover {
    color: #000;
    text-decoration: none;
}

/* ARCHIVE */

#archive .container {
    width: 780px;
    padding-left: 25px;
    padding-right: 25px;
    margin-top: 95px;
    margin-left: auto;
    margin-right: auto;
}

#archive .container .title {
    font-family: 'Open Sans', Arial;
    font-weight: 700;
    font-size: 40px;
    font-style: italic;
    text-align: center;
    margin-bottom: 0px;    
}

#archive .grid {
    padding-top: 12.5px;
}

#archive .grid .element {
    width: 16.8vw;
    height: 16.8vw;
    float: left;
    position: relative;
    overflow: hidden;
    padding: 12.5px;
    cursor: pointer;
}

#archive .grid .element:hover .over {
    opacity: 1.0;
}

#archive .grid .element.selected .over {
    opacity: 1.0;
}

#archive .grid .element .background {
    width: 100%; 
    height: 100%;
    background-size: cover; 
    background-position: center center; 
    background-color: #000;
    position: absolute;
    top: 0px;
    left: 0px;
}

#archive .grid .element .over {
    width: 100%;
    height: 100%;
    opacity: 0.0;
    top: 0px;
    left: 0px;
    position: absolute;
    z-index: 2;
    transition: opacity 0.5s;
    background: rgba(0, 0, 0, 0.5);
}

#archive .grid .element .over .text {
    width: 100%;
    position: absolute;
    z-index: 3;
    bottom: 0px;
    left: 0px;
}

#archive .grid .element .over .text > .title {
    font-family: 'Open Sans', Arial;
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    text-align: left;
    line-height: 25px;
    text-shadow: 1px 1px 1px #333;
    padding: 15px;
}

/* EXHIBITIONS */

#exhibitions .room {
    width: 100%;
    height: 100%; 
    position: absolute;
    z-index: 999;
    top: 0px;
    left: 0px;
    transition: margin 1s ease-in-out;
    box-shadow: 0px 0px 10px #000;
}

#exhibitions .room.start {
    margin-top: -100%;
}

#exhibitions .room .background {
    width: 100%;
    height: 100%;
    background-size: cover; 
    background-position: center center; 
    background-color: #FFF;
    position: absolute;
    z-index: 2;
}

#exhibitions .room .content_room {
    width: 100%;
    height: 100%;
    padding-left: 30px;
    padding-right: 30px;
    position: absolute;
    z-index: 3;
    font-family: 'Open Sans', Arial;
    font-weight: 400;
    color: #FFF;
    text-shadow: 1px 1px 1px #333;
    background: rgba(0, 0, 0, 0.5);
    text-align: left;
}

#exhibitions .room .content_room .title_room {
    font-weight: 700;
    font-size: 21px; 
    height: 30px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
    overflow: hidden;
}

#exhibitions .room .content_room .info_room {
    font-size: 19px;
    margin-top: 5px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
    letter-spacing: 1px;
    overflow: hidden;
}

#exhibitions .room .content_room .desc_room {
    clear: both;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
    overflow: hidden;
    line-height: 20px;
    font-size: 19px;
}

#exhibitions .room .content_room .intro_room {
    max-width: 360px;
    height: 90px;
    margin-top: 20px;
    margin-bottom: 15px;
    overflow: hidden;
    font-size: 15px;
    line-height: 28px;
    clear: both;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
    overflow: hidden;
    text-shadow: 1px 1px 1px #333;
}

#exhibitions .room .content_room .go_room {
    display: table;
    font-size: 16px;
    padding: 10px;
    color: #fff;
    border: 2px solid #fff;
    text-transform: capitalize;
    text-align: center;
	transition: background 0.5s;
    margin-top: 25px;
    box-shadow: 0px 0px 1px #333;
    background: transparent;
    text-decoration: none;
    text-shadow: 0px 0px 0px #000;
}

#exhibitions .room .content_room .go_room:hover {
    background: transparent;
    color: #000;
}

#exhibitions .room .content_room a,
#exhibitions .room .content_room a:hover {
    text-decoration: none;
}

#exhibitions .exhibitions_container {
    width: 100%;
    height: 100%;
    position: relative;
    margin-left: 0px;
    transition: all 0.5s ease-in-out;
}

#exhibitions .exhibitions_container.left {
    margin-left: 50%;
}

#exhibitions .exhibitions_container .left {
    width: 50%;
    height: 100%;
    position: fixed;
    z-index: inherit;
    top: 0px;
    left: 0px;
}

#exhibitions .exhibitions_container .left.block {
    z-index: 999;	
}

#exhibitions .exhibitions_container .left .content_left {
    padding: 50px; 
    padding-top: 45px;
    height: 100%;
    overflow: scroll;
    opacity: 0.0;
}

#exhibitions .exhibitions_container .left .content_left.block {
	opacity: 1.0;
}

#exhibitions .exhibitions_container .left .title {
    font-family: 'Open Sans', Arial;
    font-weight: 700;
    font-size: 40px;
    font-style: italic;
    text-align: left;
    margin-top: 0px;
}

#exhibitions .exhibitions_container .left .description {
    font-family: 'Open Sans', Arial;
    line-height: 22px;
    font-weight: 600;
    margin-top: 15px;
    margin-bottom: 15px;
}

#exhibitions .exhibitions_container .left .text {
    font-family: 'Open Sans', Arial;
    font-size: 15px;
    line-height: 28px;
    font-weight: 400;
    margin-top:  60px;
    text-align: justify;
    white-space: pre-wrap;
}

#exhibitions .exhibitions_container .left .text strong,
#exhibitions .exhibitions_container .left .text b {
    font-weight: 600;
}

#exhibitions .exhibitions_container .left .text a:link,
#exhibitions .exhibitions_container .left .text a:visited {
    color: #000;
    text-decoration: underline;
    font-weight: 400;
}

#exhibitions .exhibitions_container .left .text a strong,
#exhibitions .exhibitions_container .left .text a b {
    font-weight: 600;
}

#exhibitions .exhibitions_container .left .text a:hover {
    color: #000;
    text-decoration: none;
}

#exhibitions .section {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    position: relative;
    margin-left: 0px;
    background: #FFFFFF;
}

#exhibitions .section .opera {
    width: 100%;
    height: 100%;
    transition: margin-left 0.5s ease-in-out;
    position: relative;
	background-position: center center; 
	background-repeat: no-repeat; 
	background-size: contain; 
	background-color: #FFFFFF;
	border: 65px solid #FFFFFF;
}

#exhibitions .section .opera.right {
    margin-left: -50%;
}

#exhibitions .section .right_sidebar {
    width: 50%;
    height: 100%;
    overflow: hidden;
    float: left;
    position: absolute;
    top: 0px;
	right: 0px;
}

#exhibitions .section .right_sidebar .content_right {
    padding: 50px; 
    padding-top: 45px;
    height: 100%;
    overflow: scroll;
    font-family: 'Open Sans', Arial;
    opacity: 0.0;
}

#exhibitions .section .right_sidebar .content_right.block {
	opacity: 1.0;
}

#exhibitions .section .right_sidebar .title {
    font-weight: 700;
    font-size: 40px;
    font-style: italic;
    text-align: left;
    margin: 0px;
}

#exhibitions .section .right_sidebar .description {
    line-height: 22px;
    font-weight: 600;
    margin-top: 15px;
    margin-bottom: 15px;
}

#exhibitions .section .right_sidebar .text {
    line-height: 25px;
    font-weight: 400;
    margin-top:  60px;
    text-align: justify;
    white-space: pre-wrap;
}

#exhibitions .section .right_sidebar .text pre a:link,
#exhibitions .section .right_sidebar .text pre a:visited {
    color: #000;
    text-decoration: underline;
    font-weight: 400;
    font-style: italic;
}

#exhibitions .section .right_sidebar .text pre a:hover{
    color: #000;
    text-decoration: none;
    font-weight: 400;
    font-style: italic;
}

#exhibitions .button {
	width: 64px;
	height: 100%;
	position: absolute;
	z-index: 998;
    font-family: 'Open Sans', Arial;
}

#exhibitions .button.hidden {
	display: none !important;
}

#exhibitions .button.block {
    display: block !important;
    opacity: 1.0 !important;
}

#exhibitions .button .help {
    height: 64px;
    width: 100%;
    position: absolute;
    z-index: 1;
    top: 50%;
    margin-top: -32px;
}

#exhibitions .button .block,
#exhibitions .button .block_close {
	width: 30px;
	height: 30px;
    font-weight: 300;
	font-size: 30px;
	line-height: 28px;
	text-align: center;
	color: #333;
	overflow: hidden;
	background: #fff;
	border: 1px solid #333;
	position: absolute;
	z-index: 1;
	left: 50%;
	top: 50%;
	margin-left: -15px;
	margin-top: -15px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	cursor: pointer;
}

#exhibitions .button .block_close {
    display: none;
}

#exhibitions .button .over {
    font-size: 14px;
    padding: 5px;
    line-height: 18px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 4px;
    font-weight: 400;
    text-align: center;
    letter-spacing: 1px;
    color: #333;
    overflow: hidden;
    background: #fff;
    border: 1px solid #333;
    position: absolute;
    z-index: 1;
    top: 50%;
    margin-top: -15px;
    display: none;
    height: 30px;
}

#exhibitions .button.block .over {
    display: block !important;    
}

#exhibitions .button.block .block {
    display: none;
}

#exhibitions .button.block .block_close {
    display: block;
}

#exhibitions .help:hover .over {
    display: block;
}

#exhibitions .button.button_exhibitions {
	width: 64px;
	height: 100%;
	top: 0px;
    left: 0px;
    position: fixed;
    transition: left 0.5s ease-in-out;
}

#exhibitions .button.button_exhibitions.block {
	left: 50%;
}

#exhibitions .button.button_exhibitions .over {
    margin-left: 46px;
}

#exhibitions .button.button_slide {
	width: 64px;
	height: 100%;
	top: 0px;
	right: 0px;
    position: absolute;
    transition: right 0.5s ease-in-out;	
}

#exhibitions .button.button_slide.block {
	right: 50%;
}

#exhibitions .button.button_slide .over {
	margin-left: -61px;
}

#exhibitions .button.button_top {
	width: 100%;
	height: 64px;
	top: 0px;
    left: 0px;
    position: fixed;
}

#exhibitions .button.button_top .block i {
    width: 100%;
    height: 100%;
    font-size: 25px;
    line-height: 29px;
    text-align: center;
}

#exhibitions .button.button_top .over {
    left: 50%;
    margin-left: -121px;
}

#exhibitions .button.button_start {
	width: 100%;
	height: 64px;
	bottom: 0px;
    left: 0px;
    display: block !important;
    opacity: 1.0 !important;
}

#exhibitions .button.button_start .block i {
    width: 100%;
    height: 100%;
    font-size: 25px;
    line-height: 29px;
    text-align: center;
}

#exhibitions .button.button_start .over {
    left: 50%;
    margin-left: -151px;
}

#exhibitions .button.button_end {
	width: 100%;
	height: 64px;
	top: 0px;
    left: 0px;
}

#exhibitions .button.button_end .block i {
    width: 100%;
    height: 100%;
    font-size: 25px;
    line-height: 28px;
    text-align: center;
}

#exhibitions .button.button_end .over {
    left: 50%;
    margin-left: -140px;
}