/*

Theme Name: Unit

Version: 1.0.2

Theme URI: http://mountainthemes.com/

Author: Luca Bertaiola

Author URI: http://luglio7.com/

Description: HTML5 Minimal Theme

License: GNU General Public License

License URI: http://themeforest.net/licenses/regular

Tags: dark, light, custom-menu, featured-images, theme-options, translation-ready

*/

/** DO NOT EDIT THIS FILE, PUT YOUR CUSTOM CSS RULES INSIDE assets/css/custom.css */

#poststuff .edit-form-section {display:none !important;} /*Hides main text editor*/

body {
  *zoom:1;
}

body:before, body:after {
  content:"";
  display:table;
}

body:after { clear:both; }
* {
  margin:0;
  padding:0;
}

*:focus { outline:none; }
::-webkit-scrollbar {
  width:10px;
  height:10px;
}

::-webkit-scrollbar-track { background-color:transparent; }
::-webkit-scrollbar-thumb { background-color:#383838;}
::-webkit-scrollbar-corner { background-color:transparent; }
::selection {
  background-color:rgba(76,112,146,0.5);
  color:#FFF;
}

::-moz-selection {
  background-color:rgba(76,112,146,0.5);
  color:#FFF;
}

.left { float:left; }
.right { float:right; }
.hidden { opacity:0; }
.hide { display:none; }
.sticky { display:block; }
.bypostauthor { display:block; }
.full-screen {
  position:absolute;
  top:30px;
  left:0;
  right:0;
  bottom:0;
  z-index:10;
  overflow:hidden;
}

.button {
  position:relative;
  line-height:1em;
  background-color:#99B4C6;
  padding:7px 10px;
  box-shadow:-1px 1px 0 rgba(0,0,0,0.15);
  color:#282828;
  font-weight:400;
  cursor:pointer;
  text-decoration:none;
  -webkit-transition:all 0.1s linear 0s;
  transition:all 0.1s linear 0s;
}

.button:hover { background-color:#a9c0cf; }
.button:active { background-color:#89a8bd; }
.button svg {
  display:block;
  float:right;
  margin-left:10px;
  height:15px;
  width:20px;
}

.button svg * { fill:#282828; }
.button-flat, .reply a, .form-submit input, input#searchsubmit, .wpcf7 input[type="submit"] {
  /*display:block;*/
  position:relative;
  padding:0 30px;
  color:#CFB7A0;
  font-size:15px;
  line-height:2em;
  cursor:pointer;
  text-decoration:none;
  border:1px solid #383838;
  border-radius:5px;
  text-align:center;
  background-color:transparent;
  -webkit-transition:all 0.1s linear 0s;
  transition:all 0.1s linear 0s;
}

.button-flat:hover, .reply a:hover, .form-submit input:hover, input#searchsubmit:hover, .wpcf7 input[type="submit"]:hover { border-color:#CFB7A0; }
.button-flat:active, .reply a:active, .form-submit input:active, input#searchsubmit:active, .wpcf7 input[type="submit"]:active { opacity:0.5; }

/*#wpadminbar { display:none; }*/

body > #wpadminbar { display:block; }

html {
  height:100%;
  /*width:100%;*/
  overflow:hidden;
}

body {
  height:100%;
  overflow-y:auto;
  overflow-x:hidden;
  font-family:'Open Sans', sans-serif;
  font-size:15px;
  font-weight:400;
  line-height:1.5em;
  background-color:#282828;
  color:#181818;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
}

body.admin-bar {
  /*margin-top:-32px;*/
  /*overflow:hidden;*/

}

@media screen and (max-width: 782px) {
  /*body.admin-bar { margin-top:-46px; }*/
}

a { 
    color:#1677AD;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}

a:hover { 
    color:#3B3F42;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}

a img { border-width:0 !important; }

svg { pointer-events:none; }

h1 {
  font-weight:300;
  font-size:50px;
  line-height:1em;
  letter-spacing:-1px;
}

h1.page-title {
  font-weight:400;
  font-family:'Dosis', sans-serif;
  font-size:25px;
  line-height:30px;
  padding-bottom:10px;
  border-bottom:1px solid #d3d3d3;
  color:#608bae;
  text-transform:uppercase;
  letter-spacing:0.5px;
}

h1.page-title svg {
  display:block;
  float:left;
  width:20px;
  height:20px;
  margin:5px 10px 0 0;
}

h1.page-title svg * { fill:#b5906d; }

h2 {
  font-weight:300;
  font-size:30px;
  line-height:45px;
  letter-spacing:-1px;
  margin-bottom:22.5px;
}

h3 {
  font-weight:300;
  font-size:20px;
  line-height:1.5em;
  margin-bottom:10px;
  padding:0.25em 0;
}

h4 {
  font-weight:400;
  font-size:17px;
  line-height:22.5px;
}

h5 {
  font-weight:400;
  font-size:12px;
  letter-spacing:3px;
  text-transform:uppercase;
  line-height:22.5px;
}

#container {
  /*position:relative;*/
  /*height:100%;*/
  padding:20px 20px 80px;
  /*overflow-x:hidden;*/
  -moz-box-sizing:border-box;
  box-sizing:border-box;
}

.admin-bar #container { padding-top:10px; }

@media screen and (max-width: 782px) {

  .admin-bar #container { padding-top:10px; }

}

#content {
  min-height:100%;
  /*position:relative;*/
  margin-left:90px;
}

.background {
  position:absolute;
  top:-20px; /*Modif. By Absolute Lucian*/
  left:0;
  right:0;
  bottom:0;
  z-index:-1;
}

.background .background-video, .background .background-images {
  position:relative;
  height:100%;
  overflow:hidden;
}

.background .background-video img, .background .background-images img { display:none; }
.background .background-video iframe, .background .background-video video, .background .background-images iframe, .background .background-images video { display:block; }
.background .background-video video, .background .background-images video {
  display:block;
  height:auto;
  background-color:#232323;
}

.background .background-video *, .background .background-images * { display:none; }
.background .background-video .background-image, .background .background-images .background-image {
  position:absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  background-size:cover;
  background-position:center center;
  background-repeat:no-repeat;
  background-image:none !important;
  background-color:#181818;
}

.background .background-overlay {
  position:absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
}

.background .background-overlay.background-overlay-pattern {
  background-image:url('assets/img/bkg-pattern.png');
  background-size:2px 2px;
  background-repeat:repeat;
}

aside {
  position:fixed;
  top:20px;
  left:0;
  bottom:80px;
  width:50px;
  padding:0 20px;
  border-right:1px solid #383838;
}

aside #lang_sel { margin-bottom:20px; }
aside #searchform label { display:none; }
aside #searchform input {
  font-family:'Open Sans', sans-serif;
  font-size:13px;
  color:#DDD;
}

aside #searchform input#s {
  border:1px solid #383838;
  background-color:transparent;
  width:100%;
  padding:5px 10px;
  margin-bottom:10px;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
}

aside #searchform input#searchsubmit { float:right; }
aside #searchform div { *zoom:1; }
aside #searchform div:before, aside #searchform div:after {
  content:"";
  display:table;
}

aside #searchform div:after { clear:both; }
aside .widget {
  margin-top:20px;
  text-align:right;
}

aside .widget h4 { color:#CFB7A0; }
aside .widget ul { list-style-type:none; }
aside #lang_sel {
  position:relative;
  width:100%;
  height:auto;
  z-index:10;
}

aside #lang_sel * {

  width:100%;

  -moz-box-sizing:border-box;

  box-sizing:border-box;

}

aside #lang_sel ul li a {
  font-family:'Open Sans', sans-serif !important;
  font-size:12px !important;
  line-height:30px !important;
  color:#DDD !important;
  padding:0 10px !important;
  border-color:#383838 !important;
  text-transform:uppercase;
  letter-spacing:1px;

}

aside #lang_sel ul li a:hover { background-color:#2b2b2b !important; }

aside #lang_sel ul li a.lang_sel_sel {
  border-color:#383838;
  background-color:#282828;
  background-image:none !important;
}

aside #lang_sel ul ul {
  top:32px;
  width:100% !important;
  border-top-width:0;
}

aside #lang_sel ul ul a {
  background-color:#282828 !important;
  border-color:#383838 !important;
}

aside .ico-menu {
  display:block;
  padding:10px 0;
  margin:10px 0;
  cursor:pointer;
  -webkit-transition:opacity 0.2s ease 0s;
  transition:opacity 0.2s ease 0s;
}

aside .ico-menu:hover svg * { fill:#be9d7e; }

aside .ico-menu:active { opacity:0.5; }

aside .ico-menu svg {
  display:block;
  margin:0 auto;
  pointer-events:none;
}

aside .ico-menu svg * {
  -webkit-transition:fill 0.2s ease 0s;
  transition:fill 0.2s ease 0s;
  fill:#CFB7A0;
}

aside .ico-loader {
  display:block;
  padding:10px 0;
  margin:10px 0;
  cursor:pointer;
}

aside .ico-loader svg {
  display:block;
  margin:0 auto;
  pointer-events:none;
  height:20px;
  width:20px;
}

aside .ico-loader svg * {
  -webkit-transition:fill 0.2s ease 0s;
  transition:fill 0.2s ease 0s;
  fill:#CFB7A0;
}

aside #sidebar-bottom-icons {
  position:absolute;
  bottom:0;
}

aside #sidebar-bottom-icons span {
  display:block;
  padding:10px 0;
  cursor:pointer;
  width:50px;
  margin:0 auto;
  -webkit-transition:opacity 0.2s ease 0s;
  transition:opacity 0.2s ease 0s;
}

aside #sidebar-bottom-icons span.ico-fullscreen { display:none; }

aside #sidebar-bottom-icons span.ico-audioplayer svg {
  width:16px;
  height:20px;
}

aside #sidebar-bottom-icons span:hover svg * { fill:#be9d7e; }

aside #sidebar-bottom-icons span:active { opacity:0.5; }

aside #sidebar-bottom-icons span svg {
  display:block;
  margin:0 auto;
  pointer-events:none;
}

aside #sidebar-bottom-icons span svg * {
  -webkit-transition:fill 0.2s ease 0s;
  transition:fill 0.2s ease 0s;
  fill:#585858;
}

aside #sidebar-content {
  border-right:1px solid #383838;
  position:absolute;
  top:0;
  right:90px;
  height:100%;
  width:180px;
  padding:20px 20px 0 20px;/*Absolute Lucian initial value 20px 0*/
  overflow-y:auto;
}

aside #sidebar-content div.menu, aside #sidebar-content nav { position:relative; }

aside #sidebar-content div.menu ul, aside #sidebar-content nav ul {
  list-style-type:none;
  width:100%;
}

aside #sidebar-content div.menu ul li, aside #sidebar-content nav ul li {
  text-align:right;
  -webkit-transition:all 0.1s ease 0s;
  transition:all 0.1s ease 0s;
}

aside #sidebar-content div.menu ul li #nav-back, aside #sidebar-content nav ul li #nav-back { display:block; }

aside #sidebar-content div.menu ul li.back a, aside #sidebar-content nav ul li.back a { color:#9d9d9d; }

aside #sidebar-content div.menu ul li.back a:hover, aside #sidebar-content nav ul li.back a:hover { color:#DDD; }

aside #sidebar-content div.menu ul li a, aside #sidebar-content nav ul li a {
  display:block;
  line-height:30px;
  text-decoration:none;
  position:relative;
  -webkit-transition:color 0.1s ease 0s;
  transition:color 0.1s ease 0s;
}

aside #sidebar-content div.menu ul li a:hover, aside #sidebar-content nav ul li a:hover { color:#CFB7A0; }

aside #sidebar-content div.menu ul li ul, aside #sidebar-content nav ul li ul { display:none; }

aside #sidebar-content #nav-back {
  cursor:pointer;
  opacity:0.25;
  display:none;
  background-color:#282828;
  *zoom:1;
  -webkit-transition:opacity 0.1s ease 0s;
  transition:opacity 0.1s ease 0s;
}

aside #sidebar-content #nav-back:before, aside #sidebar-content #nav-back:after {
  content:"";
  display:table;
}

aside #sidebar-content #nav-back:after { clear:both; }

aside #sidebar-content #nav-back:hover { opacity:0.75; }

aside #sidebar-content #nav-back:active { opacity:1; }

aside #sidebar-content #nav-back svg {
  display:block;
  width:30px;
  height:30px;
  float:right;
  pointer-events:none;
}

aside #sidebar-content #nav-back svg * { fill:#DDD; }

#responsive-dropdown {
  height:51px;
  overflow:hidden;
  border:1px solid #383838;
  border-width:1px 1px 0 1px;
  display:none;
  margin-bottom:20px;
}

#responsive-dropdown span {
  display:block;
  line-height:50px;
  padding:0 15px;
  cursor:pointer;
  border-bottom:1px solid #000;
}

#responsive-dropdown span:nth-of-type(even) { background-color:rgba(255,255,255,0.02); }

#responsive-dropdown span svg {
  float:right;
  width:20px;
  height:20px;
  margin:15px 0;
  display:block;
}

#responsive-dropdown span svg * { fill:#DDD; }

#responsive-dropdown span:hover, #responsive-dropdown span:active { color:#EEE; }

#responsive-dropdown span.responsive-dropdown-level-1 { padding-left:20px; }

#responsive-dropdown span.responsive-dropdown-level-2 { padding-left:40px; }

#responsive-dropdown span.responsive-dropdown-level-3 { padding-left:60px; }

#responsive-dropdown span.responsive-dropdown-level-4 { padding-left:80px; }

#responsive-dropdown span.responsive-dropdown-level-5 { padding-left:100px; }

#responsive-dropdown span.responsive-dropdown-selected strong {
  color:#DDD;
  font-weight:400;
}

.mobile-device aside #sidebar-bottom-icons { display:none; }

.admin-bar aside { top:52px; }

@media screen and (max-width: 782px) {

  .admin-bar aside { top:66px; }

}

#logo {
  display:block;
  -webkit-transition:opacity 0.2s ease 0s;
  transition:opacity 0.2s ease 0s;
}

#logo:active { opacity:0.5; }

#logo svg, #logo img {
  display:block;
  width:100%;
  height:100%;
}

footer {
  position:relative;
  bottom:0;
  left:0;
  right:0;
  /*height:60px;*/
  background-color:#99B4C6;
  border-top:1px solid #282828;
  z-index:10;
}

footer ul { float:right; }

footer ul li {
  list-style-type:none;
  /*width:60px;*/
  /*border-left:1px solid #282828;*/
  float:right;
  overflow:hidden;
}

footer ul li a {
  display:block;
  position:relative;
  /*height:20px;
  padding:20px 0;*/
  text-decoration:none;
  -webkit-transition:background-color 0.2s ease-in-out 0s;
  transition:background-color 0.2s ease-in-out 0s;
}

footer ul li a:hover { background-color:#baccd8; }

footer ul li a svg {
  visibility:hidden;
  display:block;
  margin:0 auto;
}

footer ul li a svg * { fill:#282828; }

footer p {
  /*line-height:20px;
  padding:20px;
  color:#667884;
  font-size:13px;
  font-weight:400;*/
  display:none;
}

footer p a { color:#667884; }



#home #home-title{ 
  left:0%;
  top:0%;
  width:100%;
  text-align:right;
}



#home #home-title h1 {
  /*color:#CFB7A0;*/
  margin-bottom:5px;
}

#home #home-title p {
  font-size:1.1em;
  color:#DDD;
  opacity:0.8;
  margin-bottom:20px;
  text-shadow:1px 1px 0 rgba(0,0,0,0.0075);
}

#home #home-title a {
  display:inline-block;
  border:1px solid #99C0D3;
  color:#fff;
  text-decoration:none;
  line-height:2.25em;
  border-radius:8px;
  font-size:1em;
  font-weight:400;
  padding:0 40px;
  color:#99C0D3;
  -webkit-transition:all 0.2s ease 0s;
  transition:all 0.2s ease 0s;
  background-color:rgba(153,192,211,.2);
}

#home #home-title a:hover {
  color:#fff;
  border-color:#99C0D3;
  background-color:rgba(153,192,211,.5);
}

#home #home-posts-button {
  position:absolute;
  top:10px;
  right:10px;
  z-index:11;
}

#home #home-posts-sidebar {
  position:absolute;
  z-index:10;
  background-color:#3B3F42;
  width:270px;
  top:0;
  right:-280px;
  bottom:0;
  display:none;
  overflow-x:hidden;
  overflow-y:auto;
  box-shadow:-10px 0 0 rgba(0,0,0,0.2), -1px 0 0 rgba(0,0,0,0.15);
}

#home #home-posts-sidebar #home-posts-sidebar-content {
  margin:49px 0 0 20px;
  border-top:1px solid #282828;
}

#home #home-posts-sidebar #home-posts-sidebar-content ul li {
  list-style-type:none;
  border-bottom:1px solid #282828;
}

#home #home-posts-sidebar #home-posts-sidebar-content ul li a {
  display:block;
  text-decoration:none;
  padding:40px 10px 20px 0;
}

#home #home-posts-sidebar #home-posts-sidebar-content ul li a:hover h4 { color:#e0d1c2; }

#home #home-posts-sidebar #home-posts-sidebar-content ul li a h5 {
  color:#858c91;
  line-height:1.5em;
}

#home #home-posts-sidebar #home-posts-sidebar-content ul li a h4 {
  line-height:1.5em;
  color:#CFB7A0;
  -webkit-transition:color 0.25s ease 0s;
  transition:color 0.25s ease 0s;
}

#audioplayer {
  float:right;
  padding:0 10px;
  border-left:1px solid #282828;
  -webkit-transition:background-color 0.2s ease-in-out 0s;
  transition:background-color 0.2s ease-in-out 0s;
}

#audioplayer:hover { background-color:#baccd8; }

#audioplayer h5 {
  float:left;
  width:170px;
  line-height:40px;
  padding:10px;
  letter-spacing:0;
  color:#282828;
  font-weight:700;
  white-space:nowrap;
}

#audioplayer span {
  float:left;
  display:block;
  padding:10px 0;
  cursor:pointer;
}

#audioplayer span svg {
  display:block;
  margin:0 auto;
  width:40px;
  height:40px;
}

#audioplayer span svg * { fill:#282828; }

#audioplayer span.audioplayer-pause { display:none; }

#posts-list-full #posts-list-bar {
  position:absolute;
  top:60px;
  left:0;
  bottom:0;
  min-width:100%;
  margin-left:-20px;
}

#posts-list-full #posts-list-bar.no-title { top:0; }

#posts-list-full .post {
  cursor:pointer;
  height:100%;
  float:left;
  width:300px;
  border-right:1px solid #383838;
  -webkit-transition:width 0.25s cubic-bezier(0.860,0.000,0.070,1.000) 0s;
  transition:width 0.25s cubic-bezier(0.860,0.000,0.070,1.000) 0s;
}

#posts-list-full .post.first {
  cursor:default;
  width:500px;
}

#posts-list-full .post.first .post-image { cursor:pointer; }

#posts-list-full .post .post-content {
  position:relative;
  overflow:hidden;
  margin:0 20px;
  height:100%;
}

#posts-list-full .post .post-content .post-image {
  background-size:cover;
  background-position:center center;
  background-repeat:no-repeat;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,0.1);
  height:400px;
  margin-bottom:30px;
}

#posts-list-full .post .post-content h5 {
  color:#585858;
  margin-bottom:0;
}

#posts-list-full .post .post-content h2 a {
  text-decoration:none;
  color:#CFB7A0;
}

#posts-list-full .post .post-content p {
  line-height:22.5px;
  height:112.5px;
  overflow:hidden;
  margin-bottom:22.5px;
  width:460px;
}

#posts-list-full .post .post-content .button-flat {
  position:absolute;
  bottom:0;
  left:0;
}

#posts-list-full #posts-list-load-more {
  position:relative;
  cursor:pointer;
  height:100%;
  float:left;
  width:80px;
  text-align:center;
  margin:0 10px;
}

#posts-list-full #posts-list-load-more:hover { background-color:#303030; }

#posts-list-full #posts-list-load-more svg {
  position:absolute;
  top:50%;
  margin:-20px 20px 0;
  display:block;
  width:40px;
  height:40px;
}

#posts-list-full #posts-list-load-more svg * { fill:#CFB7A0; }

#posts-list-full #posts-list-pagination {

  display:none;

  clear:left;

  padding:20px 0;

  height:15px;

}

#posts-list-full #posts-list-pagination span {

  display:block;

  line-height:15px;

}

#collection-list {

  width:75%;

  max-width:1200px;

  list-style-type:none;

}

#collection-list li {

  clear:left;

  *zoom:1;

}

#collection-list li:before, #collection-list li:after {

  /*content:"";*/

  display:table;

}

#collection-list li:after { clear:both; }

#collection-list li .collection-list-description {

  float:left;

  width:30%;

  padding:10px 20px 0 0;

  -moz-box-sizing:border-box;

  box-sizing:border-box;

}

#collection-list li .collection-list-description h4 {

  margin-top:10px;

  margin-bottom:10px;

}

#collection-list li .collection-list-description h4 a {

  text-decoration:none;

  color:#CFB7A0;

}

#collection-list li .collection-list-description p {

  line-height:22.5px;

  margin-bottom:22.5px;

}

#collection-list li .collection-list-description a.button-flat { float:left; }

#collection-list li .collection-list-image {

  width:70%;

  height:400px;

  position:relative;

  float:right;

  padding:10px 0 10px 20px;

  border-left:1px solid #383838;

  -moz-box-sizing:border-box;

  box-sizing:border-box;

}

#collection-list li .collection-list-image div {

  width:100%;

  height:100%;

  background-position:center center;

  background-size:cover;

  background-repeat:no-repeat;

  box-shadow:inset 0 0 0 1px rgba(255,255,255,0.1), 1px 1px 0 0 #202020;

}

#collection-list li .collection-list-image span {

  position:absolute;

  width:11px;

  height:1px;

  background-color:#383838;

  bottom:0;

  left:-5px;

}

#gallery #gallery-content {

  position:absolute;

  top:60px;

  left:0;

  right:0;

  bottom:0;

}

#gallery #gallery-content.no-title { top:0; }

#gallery #gallery-content #gallery-bottom {

  position:absolute;

  bottom:0;

  left:0;

  width:100%;

  height:30px;

  line-height:30px;

  padding-top:10px;

  border-top:1px solid #383838;

}

#gallery #gallery-content #gallery-bottom p {

  font-size:14px;

  font-weight:400;

  float:left;

  margin-right:70px;

  color:#777777;

}

#gallery #gallery-content #gallery-bottom span {

  float:right;

  margin-left:10px;

  cursor:pointer;

}

#gallery #gallery-content #gallery-bottom span#gallery-index {

  opacity:0.25;

  cursor:default;

}

#gallery #gallery-content #gallery-bottom span:hover svg * { fill:#CFB7A0; }

#gallery #gallery-content #gallery-bottom span:active { opacity:0.5; }

#gallery #gallery-content #gallery-bottom span svg {

  display:block;

  pointer-events:none;

  width:13px;

  height:20px;

  margin:5px;

}

#gallery #gallery-content #gallery-bottom span svg * { fill:#DDD; }

#gallery #gallery-content #gallery-images {

  position:absolute;

  top:0;

  left:0;

  width:100%;

  bottom:60px;

  overflow:hidden;

  cursor:url(https://mail.google.com/mail/images/2/openhand.cur) 8 8, move;

}

#gallery #gallery-content #gallery-images:active {

  cursor:url(https://mail.google.com/mail/images/2/closedhand.cur) 8 8, move;

  cursor:ew-resize;

}

#gallery #gallery-content #gallery-images #gallery-bar {

  position:absolute;

  min-width:100%;

  height:100%;

  top:0;

  left:0;

}

#gallery #gallery-content #gallery-images #gallery-bar img {

  display:block;

  float:left;

  height:100%;

  opacity:0.25;

  margin-right:20px;

  box-shadow:inset 0 0 0 1px rgba(255,255,255,0.1);

  -webkit-transition:opacity 0.5s linear 0s;

  transition:opacity 0.5s linear 0s;

}

#gallery #gallery-content #gallery-images #gallery-bar img.current { opacity:1; }

#gallery #gallery-content #galllery-loader {

  position:absolute;

  left:50%;

  top:50%;

  width:60px;

  height:60px;

  margin:-30px 0 0 -30px;

  display:none;

}

#gallery #gallery-content #galllery-loader span {

  display:block;

  position:absolute;

  top:50%;

  left:0;

  width:100%;

  color:#CFB7A0;

  font-family:'Dosis', sans-serif;

  font-size:16px;

  font-weight:bold;

  text-align:center;

  line-height:20px;

  margin-top:-10px;

  pointer-events:none;

}

#gallery #gallery-content #galllery-loader svg {

  display:block;

  width:100%;

  height:100%;

}

#gallery #gallery-content #galllery-loader svg * { fill:#CFB7A0; }

#video .fluid-width-video-wrapper { margin-bottom:22.5px; }

#video #video-container {

  position:absolute;

  top:41px;

  left:0;

  bottom:0;

  right:0;

  overflow:hidden;

}

#video #video-container.no-title { top:0; }

#video #video-container #video-content {

  position:absolute;

  width:70%;

  left:15%;

  box-shadow:0 0 0 1px #383838;

  margin-top:-20px;

  -webkit-backface-visibility:hidden;

  -ms-backface-visibility:hidden;

  backface-visibility:hidden;

  -webkit-transition:all 0.3s ease 0s;

  transition:all 0.3s ease 0s;

  -webkit-perspective:3000px;

  perspective:3000px;

}

#video #video-container #video-content iframe { display:block; }

#video #video-container #video-content #video-front { background-color:#282828; }

#video #video-container #video-content #video-front, #video #video-container #video-content #video-retro {

  position:absolute;

  top:0;

  left:0;

  width:100%;

  height:100%;

  overflow:hidden;

  -webkit-backface-visibility:hidden;

  -ms-backface-visibility:hidden;

  backface-visibility:hidden;

  -webkit-transform-style:preserve-3d;

  transform-style:preserve-3d;

  -moz-box-sizing:border-box;

  box-sizing:border-box;

}

#video #video-container #video-content #video-retro {

  background-color:#232323;

  height:100%;

  padding:60px;

  overflow-x:hidden;

  overflow-y:auto;

  box-shadow:inset 0 0 0 5px rgba(0,0,0,0.05);

  -webkit-transform:rotateY(-180deg);

  -ms-transform:rotateY(-180deg);

  transform:rotateY(-180deg);

}

#video #video-container #video-content #video-retro h3 { color:#CFB7A0; }

#video #video-container #video-content #video-icon {

  position:absolute;

  width:40px;

  height:40px;

  bottom:-50px;

  left:50%;

  margin-left:-20px;

  cursor:pointer;

}

#video #video-container #video-content #video-icon:hover svg * { fill:#CFB7A0; }

#video #video-container #video-content #video-icon:active { opacity:0.5; }

#video #video-container #video-content #video-icon svg {

  display:blog;

  width:100%;

  height:100%;

  pointer-events:none;

}

#video #video-container #video-content #video-icon svg * { fill:#383838; }

.text-format h1, .text-format h2, .text-format h3, .text-format h4, .text-format h5, .text-format iframe, .text-format video {
  color:#CC6506;
  margin-bottom:10px;
}

.text-format p { margin-bottom:22.5px; }

.text-format blockquote {
  /*border-left:3px solid rgba(56,56,56,0.5);*/ /*Absolute Lucian*/
  padding-right:30px;
  font-size:1.5em;
  /*font-style:italic;*/
  line-height:1.5em;
}

.text-format .alignright {
  float:right;
  margin:0 0 30px 30px;
  *zoom:1;
}

.text-format .alignright:before, .text-format .alignright:after {
  content:"";
  display:table;
}

.text-format .alignright:after { clear:both; }

.text-format .alignleft {
  float:left;
  margin:0 30px 30px 0;
  *zoom:1;
}

.text-format .alignleft:before, .text-format .alignleft:after {
  content:"";
  display:table;
}

.text-format .alignleft:after { clear:both; }

.text-format .aligncenter { margin:0 auto 30px; }

.text-format .gallery {
  padding:0 30px 45px 30px;
  border:1px solid #383838;
  margin-bottom:22.5px !important;
  *zoom:1;

}

.text-format .gallery:before, .text-format .gallery:after {
  content:"";
  display:table;
}

.text-format .gallery:after { clear:both; }

.text-format .gallery .gallery-item { margin-top:45px !important; }

.text-format .gallery .gallery-item dt img {
  border-width:0 !important;
  display:block;
  margin:0 auto;
}

.text-format .gallery .gallery-item .gallery-caption {
  font-size:13px;
  padding-top:20px;
}

.text-format .gallery br { display:none; }

.text-format .wp-caption { max-width:100% !important; }

.text-format .wp-caption img {
  display:block;
  margin-bottom:10px;
}

.text-format .wp-caption .wp-caption-text {
  font-size:0.9em;
  color:rgba(221,221,221,0.7);
}

.text-format img.imgblock, .text-format img.image-responsive-full {
  display:block;
  width:100% !important;
  height:auto !important;
}

.text-format img.image-responsive {
  max-width:100% !important;
  height:auto !important;
}

.text-format ol, .text-format ul {
  margin-left:30px;
  margin-bottom:22.5px;
}

/*#page { width:900px; }*/

#page h1.page-title { margin-bottom:20px; }

#page .page-section {
  padding-bottom:20px;
  border-bottom:1px solid #d3d3d3;
  margin-bottom:20px;
  
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.ie8 #page .page-section {
  padding-bottom:20px;
  border-bottom:1px solid #d3d3d3;
  margin-bottom:20px;
  float:left;
  width:100%;
  min-height:500px;
  display:block;
}


#page .page-section:last-child {
  margin-bottom:0;
  padding-bottom:0;
  border-bottom-width:0;
  
}

#page .page-featured-image img {
  display:block;
  /*width:100%;
  height:auto;*/
  /*Absolute Lucian*/
  margin:0 auto;
  width:auto;
  height:100%;
}

#page .page-meta {
  color:#919191;
  font-size:15px;
  line-height:1.5em;
}

#page .page-meta * { color:#919191; }

#page .pagination { *zoom:1; }

#page .pagination:before, #page .pagination:after {
  content:"";
  display:table;
}

#page .pagination:after { clear:both; }

.slider-region {
  position:relative;
  height:500px;
  margin-bottom:50px !important;
  *zoom:1;
}

.slider-region:before, .slider-region:after {
  content:"";
  display:table;
}

.slider-region:after { clear:both; }

.slider-region .slider-directon {
  position:absolute;
  width:20%;
  height:20%;
  top:40%;
  cursor:pointer;
  background-position:center center;
  background-repeat:no-repeat;
  background-size:16px 28px;
  background-color:rgba(255,255,255,0.5);
  opacity:0;
  z-index:10;
  -webkit-transition:opacity 0.3s ease 0s;
  transition:opacity 0.3s ease 0s;
}

.slider-region .slider-directon:hover { opacity:1; }

.slider-region .slider-directon:active { opacity:.5; }

.slider-region .slider-directon.slider-directon-left {

  left:20%;

  background-image:url('assets/img/slider-left.png');

}

.slider-region .slider-directon.slider-directon-right {

  left:60%;

  background-image:url('assets/img/slider-right.png');

}

.slider-region .slider-directon.slider-directon-pause {

  left:40%;

  background-image:url('assets/img/slider-pause.png');
  background-size:28px 28px;
}

.slider-region .slider-controls {
  position:absolute;
  bottom:-50px;
  left:0;
  width:100%;
  height:49px;
}

.slider-region .slider-controls ul {
  height:10px;
  margin:19px auto;
  float:right;
}

.slider-region .slider-controls ul li {
  list-style-type:none;
  display:block;
  width:12px;
  height:12px;
  border-radius:10px;
  background-color:#CFB7A0;
  float:left;
  margin:0 5px;
  cursor:pointer;
  opacity:0.25;
}

.slider-region .slider-controls ul li.slider-control-selected, .slider-region .slider-controls ul li:hover { opacity:1; }

.slider-region .slider-wrapper {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  overflow:hidden;
  -webkit-transition:none 0.25s ease 0s;
  transition:none 0.25s ease 0s;
}

.slider-region .slider-wrapper .slider-loader {
  position:absolute;
  width:100%;
  height:50%;
  top:0;
  left:0;
}

.slider-region .slider-wrapper .slider-loader div {
  position:absolute;
  height:2px;
  bottom:-1px;
  left:0;
  width:0;
  background-color:#CFB7A0;
}

.slider-region .slider-wrapper .slider-slide {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  overflow:hidden;
}

.slider-region .slider-wrapper .slider-slide.slider-inactive { display:none !important; }

.slider-region .slider-wrapper .slider-slide img {
  display:block;
  width:100%;
  height:auto;
}

.slider-region .slider-wrapper .slider-slide iframe { width:100% !important; }

.slider-region .slider-messages {
  position:absolute;
  top:10px;
  left:10px;
  z-index:9;
  width:75%;
}

.slider-region .slider-messages div {
  position:absolute;
  top:0;
  left:0;
}

.slider-region .slider-messages div span {
  position:relative;
  display:block;
  clear:left;
  float:left;
  margin-bottom:1px;
  background-color:rgba(40,40,40,0.9);
  padding:0 10px;
  font-size:1.5em;
  line-height:2em;
}

.title-with-button .title-with-button-content h3 {
  color:#CFB7A0;
  margin-bottom:0;
}

.title-with-button .title-with-button-content a {
  color:#DDD;
  float:right;
  line-height:43px;
}

.title-with-button .title-with-button-content a:hover { color:#CFB7A0; }

.posts-list .post {
  clear:left;
  padding:20px 0;
  border-bottom:1px dashed #d3d3d3;
  *zoom:1;
}

.posts-list .post:before, .posts-list .post:after {

  content:"";

  display:table;

}

.posts-list .post:after { clear:both; }

.posts-list .post.post-thumb .post-content { margin-left:180px; }

.posts-list .post img.wp-post-image {

  float:left;

  margin:0 20px 0 0;

  display:block;

}

.posts-list .post:first-child { padding-top:0; }

.posts-list .post:last-child {

  border-bottom-width:0;

  padding-bottom:0;

}

.posts-list .post h5 {

  margin-bottom:0;

  color:#585858;

}

.posts-list .post h3 { margin-bottom:0; }

.posts-list .post h3 a {

  color:#608bae; /*Absolute Lucian*/

  text-decoration:none;

}

.posts-list .post p:last-child { margin-bottom:0; }

.posts-list .post a.button-flat {
  float:left;
  color:#FFF;
  line-height:1.75em;
  background-color:#608bae;
  /*Absolute Lucian*/
  padding: 10px 50px;
  font-size:16px;
  font-weight:bold;
  border-color: #83a1b8;
  opacity:1;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-top-style: solid;
  border-bottom-style: solid;
}

.posts-list .post a.button-flat:hover {
    opacity:.8;
}

.page-image img {
  display:block;
  width:100%;
  height:auto;

}

.page-content { *zoom:1; }

.page-content:before, .page-content:after {

  content:"";

  display:table;

}

.page-content:after { clear:both; }

.page-content .content-column-1 {

  display:inline;

  float:left;

  width:8.3333333333333%;

  margin:0 0%;

}

.page-content .content-column-2 {

  display:inline;

  float:left;

  width:16.666666666667%;

  margin:0 0%;

}

.page-content .content-column-3 {
  display:inline;
  float:left;
  width:25%;
  margin:0 0%;
}

.ie8 .page-content .content-column-3{
   display:block;
}

.page-content .content-column-4 {

  display:inline;

  float:left;

  width:33.333333333333%;

  margin:0 0%;

}

.page-content .content-column-5 {

  display:inline;

  float:left;

  width:41.666666666667%;

  margin:0 0%;

}

.page-content .content-column-6 {

  display:inline;

  float:left;

  width:50%;

  margin:0 0%;

}

.page-content .content-column-7 {

  display:inline;

  float:left;

  width:58.333333333333%;

  margin:0 0%;

}

.page-content .content-column-8 {

  display:inline;

  float:left;

  width:66.666666666667%;

  margin:0 0%;

}

.page-content .content-column-9 {
  display:inline;
  float:right; /*Absolute Lucian Initial value left*/
  /*width:75%;*/
  margin:0 0 25px ;
  /*Absolute Lucian*/
  width:72%;
  padding:20px;
  background:#fff;
  }
  
  .ie8 .page-content .content-column-9 {
      min-height:500px;
      float:right;
      display:block;
 }

.page-content .content-column-10 {
  display:inline;
  float:left;
  width:83.333333333333%;
  margin:0 0%;
}

.page-content .content-column-11 {
  display:inline;
  float:left;
  width:91.666666666667%;
  margin:0 0%;
}

.page-content .content-column-12 {
  display:inline;
  float:left;
  width:100%;
  margin:0 0%;
}

.page-content .content-column-clear { clear:left; }

.page-content .content-column.content-column-first .content-column-content { padding-left:0; }

.page-content .content-column.content-column-last .content-column-content { padding-right:0; margin-bottom:20px;}

.page-content .content-column .content-column-content {

  padding:0px;
  margin-right:25px;
  /*margin-bottom:20px;*/ /*Absolute Lucian*/

}

.page-content .content-column .content-column-content > p:last-child { margin-bottom:0; }

.page-contact-form .contact-form-content form div {
  clear:left;
  margin-bottom:10px;
  *zoom:1;
}

.page-contact-form .contact-form-content form div:before, .page-contact-form .contact-form-content form div:after {
  content:"";
  display:table;
}

.page-contact-form .contact-form-content form div:after { clear:both; }

.page-contact-form .contact-form-content form div.wpcf7-response-output {
  margin:0;
  border-width:0;
  line-height:2em;
  border-radius:3px;
  color:#EEE;
}

.page-contact-form .contact-form-content form div.wpcf7-response-output.wpcf7-validation-errors { background-color:#923A3A; }

.page-contact-form .contact-form-content form div.wpcf7-response-output.wpcf7-mail-sent-ok { background-color:#99B4C6; }

.page-contact-form .contact-form-content form div br { display:none; }

.page-contact-form .contact-form-content form div label {
  display:block;
  width:20%;
  float:left;
  line-height:1em;
  padding:11px 0;
  color:#DDD;
  text-transform:uppercase;
  font-size:11px;
  letter-spacing:1px;
}

.page-contact-form .contact-form-content form div .wpcf7-form-control-wrap {
  display:block;
  width:79.9%;
  float:left;
  position:relative;
}

.page-contact-form .contact-form-content form div .wpcf7-form-control-wrap span { display:none; }

.page-contact-form .contact-form-content form div .wpcf7-form-control-wrap input, .page-contact-form .contact-form-content form div .wpcf7-form-control-wrap textarea {
  border-width:0;
  display:block;
  width:100%;
  max-width:100%;
  min-width:100%;
  background-color:transparent;
  border:1px solid #383838;
  color:#DDD;
  line-height:1em;
  font-family:'Open Sans', sans-serif;
  font-size:15px;
  font-weight:300;
  padding:10px;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
}

.page-contact-form .contact-form-content form div .wpcf7-form-control-wrap input.wpcf7-not-valid, .page-contact-form .contact-form-content form div .wpcf7-form-control-wrap textarea.wpcf7-not-valid {
  border-color:#923A3A;
  color:#923A3A;
}

.eventimage {float:right; padding-left:24px;}

.page-contact-form .contact-form-content form div input[type="submit"] {
  font-family:'Open Sans', sans-serif;
  font-size:15px;
  margin-left:20%;
}

.comments-area .commentlist { margin-left:0; }

.comments-area .commentlist li {
  clear:left;
  list-style-type:none;
}

.comments-area .commentlist li ol { margin-left:20px; }

.comments-area .commentlist .comment-body {

  padding-bottom:20px;

  border-bottom:1px solid #383838;

  margin-bottom:20px;

  *zoom:1;

}

.comments-area .commentlist .comment-body:before, .comments-area .commentlist .comment-body:after {

  content:"";

  display:table;

}

.comments-area .commentlist .comment-body:after { clear:both; }

.comments-area .commentlist .comment-body .comment-author .avatar {

  float:left;

  margin:0 16px 10px 0;

  border:1px solid #383838;

  padding:1px;

}

.comments-area .commentlist .comment-body .comment-author .fn {

  font-style:normal;

  font-family:'Dosis', sans-serif;

  display:block;

  line-height:2em;

}

.comments-area .commentlist .comment-body .comment-author .says { display:none; }

.comments-area .commentlist .comment-body .reply { float:left; }

.comments-area .commentlist .comment-body .reply a {

  line-height:1.5em;

  text-transform:lowercase;

}

.comments-area .commentlist .comment-body .comment-meta { line-height:2em; }

.comments-area .commentlist .comment-body p { margin-left:90px; }

.comments-area .comment-respond { clear:left; }

.comments-area .comment-respond form p { clear:left; }

.comments-area .comment-respond form p label {

  float:left;

  width:20%;

  line-height:37px;

}

.comments-area .comment-respond form p.form-submit { margin-left:20%; }

.comments-area .comment-respond form p.form-submit input { font-family:'Open Sans', sans-serif; }

.comments-area .comment-respond form p.form-allowed-tags { margin-left:20%; }

.comments-area .comment-respond form p input[type="text"], .comments-area .comment-respond form p input[type="password"], .comments-area .comment-respond form p input[type="email"], .comments-area .comment-respond form p textarea {

  background-color:transparent;

  border-width:0;

  line-height:1em;

  height:1em;

  padding:10px;

  width:50%;

  font-size:15px;

  font-weight:300;

  font-family:'Open Sans', sans-serif;

  color:#DDD;

  border:1px solid #383838;

}

.comments-area .comment-respond form p input[type="text"]:focus, .comments-area .comment-respond form p input[type="password"]:focus, .comments-area .comment-respond form p input[type="email"]:focus, .comments-area .comment-respond form p textarea:focus {

  border-color:#CFB7A0;

  color:#CFB7A0;

}

.comments-area .comment-respond form p textarea {

  height:auto;

  width:80%;

  min-width:80%;

  max-width:80%;

  -moz-box-sizing:border-box;

  box-sizing:border-box;

}

#half-page.half-page-content-left #half-page-image { right:0; }

#half-page.half-page-content-left #half-page-image #half-page-image-container {

  padding-right:0;

  margin-left:20px;

}

#half-page.half-page-content-left #half-page-content { left:0; }

#half-page.half-page-content-left #half-page-content #half-page-content-container {

  padding-left:0;

  border-right:1px solid #383838;

}

#half-page.half-page-content-right #half-page-image { left:0; }

#half-page.half-page-content-right #half-page-image #half-page-image-container {

  padding-left:0;

  margin-right:20px;

}

#half-page.half-page-content-right #half-page-content { right:0; }

#half-page.half-page-content-right #half-page-content #half-page-content-container { border-left:1px solid #383838; }

#half-page #half-page-image, #half-page #half-page-content {

  position:absolute;

  top:0;

  width:50%;

  bottom:0;

}

#half-page #half-page-content-container, #half-page #half-page-image-container {

  padding:0 20px;

  overflow:auto;

  height:100%;

}

#half-page #half-page-image-container {

  background-size:cover;

  background-position:center center;

  background-repeat:no-repeat;

}



@media screen and (max-height: 600px) {

  .full-screen {
    position:relative;
    width:100%;
    height:auto;
    min-height:600px;

  }

}

@media screen and (max-height: 900px) {

  #posts-list-full .post .post-content .post-image { height:300px; }

}

@media screen and (max-height: 800px) {

  #posts-list-full .post .post-content .post-image { height:200px; }

}

@media screen and (max-height: 700px) {

  #posts-list-full .post .post-content .post-image { display:none; }

}

@media screen and (max-width: 1200px) {

  #home #home-title {

    left:25%;

    width:50%;

  }

  #page { width:100%; }

  #collection-list { width:100%; }

  #collection-list li .collection-list-image { height:350px; }

  #video #video-container #video-content {

    width:100%;

    left:0;

  }

}

@media screen and (max-width: 900px) {

  #home #home-title {

    left:15%;

    width:70%;

  }

  .page-content .content-column-1, .page-content .content-column-2, .page-content .content-column-3, .page-content .content-column-4, .page-content .content-column-5, .page-content .content-column-6, .page-content .content-column-7, .page-content .content-column-8, .page-content .content-column-9, .page-content .content-column-10, .page-content .content-column-11, .page-content .content-column-12 {

    display:inline;

    float:left;

    width:100%;

    margin:0 0%;

  }

  .page-content .content-column .content-column-content { padding:0; }

  #half-page {

    position:relative;

    overflow-y:auto;

  }

  #half-page #half-page-image, #half-page #half-page-content {

    position:relative;

    width:100%;

    margin-bottom:20px;

  }

  #half-page #half-page-content #half-page-content-container {

    border-width:0 !important;

    padding:0;

    margin-left:0 !important;

    margin-right:0 !important;

  }

  #half-page #half-page-image { min-height:400px; }

  #half-page #half-page-image #half-page-image-container {

    position:absolute;

    height:100%;

    width:100%;

    padding:0;

    margin-left:0 !important;

    margin-right:0 !important;

  }

  #collection-list li {

    border-bottom:1px solid #383838;

    margin-bottom:20px;

  }

  #collection-list li .collection-list-image {

    width:100%;

    height:250px;

    padding:0;

    border-width:0;

    margin-bottom:20px;

  }

  #collection-list li .collection-list-description {

    width:100%;

    padding:0;

    margin-bottom:20px;

  }

  #audioplayer h5 { display:none; }

}

@media screen and (max-width: 600px) {

  #home #home-title {

    left:10%;

    width:80%;

  }

  .page-contact-form .contact-form-content form div label { width:100%; }

  .page-contact-form .contact-form-content form div .wpcf7-form-control-wrap { width:100%; }

  .page-contact-form .contact-form-content form div input[type="submit"] { margin-left:0; }

  #posts-list-full .post.first { width:300px; }

}


#text-42 .textwidget {width:100%; text-align:center; display:block; margin-top:40px; margin-bottom:15px;}
#text-42 .textwidget a {text-align:center; color:#fff;}

#responsive-dropdown span:nth-child(1){background:#000;}


.page-id-39 .tribe-events-list-widget-events {display:none; -webkit-transition: all .3s ease-in-out;
transition: height 1s;
-moz-transition: height 1s;
-webkit-transition: height 1s;
-o-transition: height 1s;
-ms-transition:height 1s;}

.page-id-39 .tribe-events-list-widget-events:nth-child(1){display:block;}

#explore4th:hover .tribe-events-list-widget-events{display:block;}
#explore4th {
transition: height 1s;
-moz-transition: height 1s;
-webkit-transition: height 1ss;
-o-transition: height 1s;
-ms-transition:height 1s;
position:relative;
top:0px;
height:150px;
}
#explore4th:hover {
height:auto;
top:auto;
bottom:0px;
transition: height 1s;
-moz-transition: height 1s;
-webkit-transition: height 1s;
-o-transition: height 1s;
-ms-transition:height 1s;
}

#mcs, #pc, #df {
padding-top:140px;
margin-top:-140px;
}

#homeDonate a {
display:none;
position: absolute;
right: 15%;
z-index: 11;
top: 93px;
padding: 45px 25px 10px 25px;
background: #292F3C;
text-decoration: none;
color:#F9B500;
border:1px solid #fff;
}

.page-id-39 #homeDonate a{
display:block;

-webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.page-id-39 #homeDonate a:hover {
top:130px;
padding:30px 25px;

-webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.tribe-events-event-image {
float:left;
margin-right:40px;
}

.tribe-events-single-section {
clear:both;
}

.tribe-events-button, #tribe-events .tribe-events-button {
border-radius:0px !important;
padding:8px 11px !important;
}

.libadjust {
width: 100%;
height: auto;
max-width: 370px;
}

#datesClosed li{
border-bottom:1px solid #292F3C;
}


@media screen and (max-width:1268px){
#sdt_pgr2, #sdt_pgr1, #sdt_pgr3 {margin-left:-25px;}
#menuicon1, #menuicon2, #menuicon3{margin-left:-10px;}
}

@media screen and (max-height: 880px) {
.homeslidertext {top:530px !important;}
.homesliderbut {top:660px !important; }
#explorebar {top:530px;}
}

@media screen and (max-height: 850px) {
.homeslidertext {top:490px !important;}
.homesliderbut {top:620px !important; }
#explorebar {top:490px;}
}

@media screen and (max-height: 800px) {
.homeslidertext {top:450px !important;}
.homesliderbut {top:580px !important; }
#explorebar {top:450px;}
}

@media screen and (max-height: 768px) {
.homeslidertext {top:355px !important;}
.homesliderbut {top:485px !important; }
#explorebar {top:355px;}
}

@media screen and (max-height: 740px) {
.homeslidertext {top:400px !important;}
.homesliderbut {top:530px !important; }
#explorebar {top:400px;}
}

@media screen and (max-height: 715px) {
.homeslidertext {top:380px !important;}
.homesliderbut {top:510px !important; }
#explorebar {top:380px;}
}

@media screen and (max-height: 695px) {
.homeslidertext {top:360px !important;}
.homesliderbut {top:490px !important; }
#explorebar {top:360px;}
}

@media screen and (max-height: 680px) {
.homeslidertext {top:320px !important;}
.homesliderbut {top:450px !important; }
#explorebar {top:320px;}
}

@media screen and (max-height: 645px) {
.homeslidertext {top:300px !important;}
.homesliderbut {top:430px !important; }
#explorebar {top:300px;}
}

@media screen and (max-height: 620px) {
.homeslidertext {top:280px !important;}
.homesliderbut {top:410px !important; }
#explorebar {top:280px;}
}

@media screen and (max-height: 600px) {
.homeslidertext {top:220px !important;}
.homesliderbut {top:350px !important; }
#explorebar {top:220px;}
}

@media screen and (max-height: 580px) {
.homeslidertext {top:200px !important;}
.homesliderbut {top:330px !important;}
#explorebar {top:200px;}
}

#field_59_34{visibility:hidden;}
#field_59_35{visibility:hidden;}
#field_59_36{visibility:hidden;}
#field_59_37{visibility:hidden;}
#field_59_38{visibility:hidden;}
#field_59_39{visibility:hidden;}
#field_59_40{visibility:hidden;}
#field_59_41{visibility:hidden;}