/* custom font-face fonts */
@import url("assets/fonts/stylesheet.css");
html.js .no_js, html .js { display: none }
html.js .js { display: block }
.quicksand {
  font-family: "QuicksandLight";
  /*-webkit-text-stroke-width: .3px;*/
}
.quicksandlight {
 font-family: "QuicksandLight";
 /*-webkit-text-stroke-width: .3px;*/
}
/*
Theme Name: WebVixxen
Version: 1.0
Theme URI: http://webvixxen.com
Author: WebVixxen Design
Description: 
*/
body {
  width:100%;
  *zoom:1;
  background-color: #000;
}
body:before, body:after {
  content:"";
  display:table;
}
body:after { clear:both; }
.isotope-item { z-index:2; }
.isotope-hidden.isotope-item {
  pointer-events:none;
  z-index:1;
}
.isotope, .isotope .isotope-item {
  -webkit-transition-duration:0.8s;
  -moz-transition-duration:0.8s;
  -ms-transition-duration:0.8s;
  -o-transition-duration:0.8s;
  transition-duration:0.8s;
}
.isotope {
  -webkit-transition-property:height, width;
  -moz-transition-property:height, width;
  -ms-transition-property:height, width;
  -o-transition-property:height, width;
  transition-property:height, width;
}
.isotope .isotope-item {
  -webkit-transition-property:-webkit-transform, opacity;
  -moz-transition-property:-moz-transform, opacity;
  -ms-transition-property:-ms-transform, opacity;
  -o-transition-property:-o-transform, opacity;
  transition-property:transform, opacity;
}
.isotope.no-transition, .isotope.no-transition .isotope-item, .isotope .isotope-item.no-transition {
  -webkit-transition-duration:0s;
  -moz-transition-duration:0s;
  -ms-transition-duration:0s;
  -o-transition-duration:0s;
  transition-duration:0s;
}
* {
  margin:0;
  padding:0;
}
*:focus { outline:none; }
body {
  font-family: Arial, sans-serif;
  font-size:14px;
  line-height:1.5em;
  color:#FFF;
  -webkit-font-smoothing:antialiased;
}
body, html { height:100%; }
::selection {
  background-color:rgba(233,21,88,0.5);
  color:#FFF;
}
::-moz-selection {
  background-color:rgba(233,21,88,0.5);
  color:#FFF;
}
/*
::-webkit-scrollbar {
  width:7px;
  height:7px;
}
*/
/*
::-webkit-scrollbar-track { background-color:#000; }
::-webkit-scrollbar-thumb { background-color:#db5f26; }
::-webkit-scrollbar-corner { background-color:#000; }
*/
/*
::-webkit-scrollbar-track { background-color:#000;}
::-webkit-scrollbar-thumb { background-color: rgb(127, 131, 120); }
::-webkit-scrollbar-corner { background-color:#000; }
*/
.jspContainer {
  overflow:hidden;
  position:relative;
}
.jspPane { position:absolute; }
.jspVerticalBar {
  position:absolute;
  top:0;
  right:0;
  width:7px;
  height:100%;
  background:red;
}
.jspHorizontalBar {
  position:absolute;
  bottom:0;
  left:0;
  width:100%;
  height:16px;
}
.jspVerticalBar *, .jspHorizontalBar * {
  margin:0;
  padding:0;
}
.jspCap { display:none; }
.jspHorizontalBar .jspCap { float:left; }
.jspTrack {
  background-color:#2e0411;
  position:relative;
}
.jspDrag {
  background:#e91558;
  position:relative;
  top:0;
  left:0;
  cursor:pointer;
}
.jspHorizontalBar .jspTrack, .jspHorizontalBar .jspDrag {
  float:left;
  height:100%;
}
.jspArrow {
  background:#50506d;
  text-indent:-20000px;
  display:block;
  cursor:pointer;
}
.jspArrow.jspDisabled {
  cursor:default;
  background:#80808d;
}
.jspVerticalBar .jspArrow { height:16px; }
.jspHorizontalBar .jspArrow {
  width:16px;
  float:left;
  height:100%;
}
.jspVerticalBar .jspArrow:focus { outline:none; }
.jspCorner {
  background:#eeeef4;
  float:left;
  height:100%;
}
#loader {
  display:none;
  position:fixed;
  top:0;
  left:0;
  width:100%;
  height:100%;
  z-index:99999;
  background:transparent url('assets/img/spinner-2.gif') no-repeat scroll center center;
  background-size:35px 35px;
}
#loader.loader-display { display:block; }
#loader.loader-hide { display:none; }
h1 {
  /*font-family: 'Source Sans Pro', serif;*/
  font-family: Arial, sans-serif;
  font-size:42px;
  font-weight:100;
  line-height:1em;
}
h2 {
  font-family: Arial, sans-serif;
  font-size:28px;
  font-weight:100;
  line-height:42px;
}
h3 {
  font-family: Arial, sans-serif;
  font-size:21px;
  font-weight:100;
  line-height:42px;
}
.home-box h2, .home-box h3 {
  line-height: 30px;
}
a { color:#000000; text-decoration: none }
a:hover {color:#DB5F26;}
/*a:hover { text-decoration: underline; }*/
a img { border-width:0; }
.left { float:left; }
.right { float:right; }
.admin-bar #container { top:28px; }
.admin-bar.layout-scroll #container { padding-top:28px; }
.container {
  /*
  border-right: 1px solid #00c;  
  border-left: 1px solid #00c;
  */
  
  margin:0 auto;
  *zoom:1;
}
.container:before, .container:after {
  content:"";
  display:table;
}
.container:after { clear:both; }
#background {
  position:fixed;
  top:0;
  left:0;
  bottom:0;
  width:100%;
  background-color: #000;
}
#background .background-image {
  background-repeat: repeat;
  background-color: #000;
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background-position:center center;
  z-index: 1;
  
    -webkit-background-size: 100%; 
    -moz-background-size: 100%; 
    -o-background-size: 100%; 
    background-size: 100%; 
    -webkit-background-size: cover; 
    -moz-background-size: cover; 
    -o-background-size: cover; 
    background-size: cover;   
}
#background #background-pattern {
  background:transparent url('assets/img/bkg-pattern.png');
  background-size:2px 2px;
  background-color: #000;
  z-index:2;
}
#background #background-overlay { z-index:3; background-color: #000; }
#background #background-color, #background #content-video-bkg { z-index:1; }
.admin-bar #background { top:28px; }
header:after { clear:both; }
header #header-logo {
  display:inline;
  margin:0 0%;
  float: left;
}
header #header-logo #header-logo-content {
  overflow:hidden;
  height:63px;
  /*border-top:3px solid rgba(233,21,88,0.75);*/
  padding-top:5px;
}
header #header-logo img {
  display:block;
  /*width:294px;*/
  height:63px;
}
header #select-navigation {
  
  display:none;
  width:100%;
}
header #header-nav {
  display:inline;
  margin:0 0%;
}
header #header-nav #header-nav-content {
  padding-top:10px;
}
header #header-nav #header-nav-content ul {
  float:right;
  *zoom:1;
}
header #header-nav #header-nav-content ul:before, header #header-nav #header-nav-content ul:after {
}
/*header #header-nav #header-nav-content ul:after { clear:both; }*/
header #header-nav #header-nav-content ul li {
  margin-left: 6px;
  float:left;
  list-style-type:none;
  position:relative;
}
header #header-nav #header-nav-content ul li:last-child {
}
header #header-nav #header-nav-content ul li.nav-sel a { color:#e91558; }
header #header-nav #header-nav-content ul li.nav-sel a span {
  width:14px;
  height:14px;
  margin:23.8px 7px 0 0;
  opacity:1;
}
header #header-nav #header-nav-content ul li.nav-sel li a { color:#FFF; }
header #header-nav #header-nav-content ul li:last-child a {padding-right: 0px}
header #header-nav #header-nav-content ul li a {
  display:block;
  color: #493d33;
  
  font-family: "QuicksandBook", Arial, sans-serif;
  /*-webkit-text-stroke-width: .3px;*/
  
  text-decoration:none;
  text-transform:uppercase;
  -webkit-transition:color, background-color, padding .25s;
  -moz-transition:color, background-color, padding .25s;
  -ms-transition:color, background-color, padding .25s;
  -o-transition:color, background-color, padding .25s;
  transition:color, background-color, padding .25s;
}
header #header-nav #header-nav-content ul li a:hover, header #header-nav #header-nav-content ul li.current-menu-item a { color:#db5f26; }
header #header-nav #header-nav-content ul li a span {
  float:left;
  background-color:#e91558;
  width:0;
  height:0;
  display:block;
  margin:23.8px 0 0 0;
  opacity:0;
  -webkit-border-radius:7px;
  -moz-border-radius:7px;
  -ms-border-radius:7px;
  -o-border-radius:7px;
  border-radius:7px;
  -webkit-transition:all .5s;
  -moz-transition:all .5s;
  -ms-transition:all .5s;
  -o-transition:all .5s;
  transition:all .5s;
}
header #header-nav #header-nav-content ul li:hover > ul {
  height:auto;
  opacity:1;
  overflow:visible;
  -webkit-animation:menuIn .5s cubic-bezier(0.190,1.000,0.220,1.000) .1s;
  animation:menuIn .5s cubic-bezier(0.190,1.000,0.220,1.000) .1s;
  -webkit-animation-fill-mode:forwards;
  animation-fill-mode:forwards;
}
header #header-nav #header-nav-content ul li ul {
  height:0;
  opacity:0;
  position:absolute;
  overflow:hidden;
  left:21px;
  top:63px;
  background-color:rgba(233,21,88,0.8);
  min-width:147px;
  -webkit-transform:translateX(-20px);
  -moz-transform:translateX(-20px);
  -o-transform:translateX(-20px);
  transform:translateX(-20px);
  -webkit-transition:all .25s;
  -moz-transition:all .25s;
  -ms-transition:all .25s;
  -o-transition:all .25s;
  transition:all .25s;
}
header #header-nav #header-nav-content ul li ul li {
  float:none;
  display:block;
  margin-bottom:1px;
}
header #header-nav #header-nav-content ul li ul li:first-child { margin-top:7px; }
header #header-nav #header-nav-content ul li ul li:last-child { margin-bottom:7px; }
header #header-nav #header-nav-content ul li ul li.nav-item-sel > a {
  -webkit-box-shadow:inset 1px 1px 0 rgba(0,0,0,0.07);
  -moz-box-shadow:inset 1px 1px 0 rgba(0,0,0,0.07);
  -ms-box-shadow:inset 1px 1px 0 rgba(0,0,0,0.07);
  -o-box-shadow:inset 1px 1px 0 rgba(0,0,0,0.07);
  box-shadow:inset 1px 1px 0 rgba(0,0,0,0.07);
  background-color:#8b0d35;
}
header #header-nav #header-nav-content ul li ul li.nav-item-sel > a:hover { background-color:#8b0d35; }
header #header-nav #header-nav-content ul li ul li a {
  padding:0 14px;
  font-size:12px;
  line-height:42px;
  white-space:nowrap;
  text-shadow:0 1px 0 rgba(0,0,0,0.07);
  margin:0 7px;
  color:#FFF;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
}
header #header-nav #header-nav-content ul li ul li a:hover {
  color:#FFF;
  background-color:#a30f3d;
  background-color:rgba(0,0,0,0.2);
}
header #header-nav #header-nav-content ul li ul li a span { display:none; }
header #header-nav #header-nav-content ul li ul li ul {
  left:100%;
  top:0;
  opacity:0;
  height:0;
  background-color:rgba(233,21,88,0.7);
  -webkit-box-shadow:inset 5px 0 10px rgba(0,0,0,0.2);
  -moz-box-shadow:inset 5px 0 10px rgba(0,0,0,0.2);
  -ms-box-shadow:inset 5px 0 10px rgba(0,0,0,0.2);
  -o-box-shadow:inset 5px 0 10px rgba(0,0,0,0.2);
  box-shadow:inset 5px 0 10px rgba(0,0,0,0.2);
}
header #header-nav #header-nav-content ul li ul li ul li a:hover {
  background-color:#990e3a;
  background-color:rgba(0,0,0,0.2);
}
header #header-nav #header-nav-content #header-nav-icons {
  float:right;
  padding-top:21px;
}
header #header-nav #header-nav-content #header-nav-icons a {
  width:28px;
  height:28px;
  background-size:28px 28px;
  background-position:center center;
  float:right;
  margin:0 0 0 14px;
  opacity:.25;
  -webkit-transition:opacity .25s;
  -moz-transition:opacity .25s;
  -ms-transition:opacity .25s;
  -o-transition:opacity .25s;
  transition:opacity .25s;
}
header #header-nav #header-nav-content #header-nav-icons a:hover { opacity:1; }
header #header-nav #header-nav-content #header-nav-icons a#ico-blogger { background-image:url('assets/img/ico-28/blogger.png'); }
header #header-nav #header-nav-content #header-nav-icons a#ico-dribbble { background-image:url('assets/img/ico-28/dribbble.png'); }
header #header-nav #header-nav-content #header-nav-icons a#ico-facebook { background-image:url('assets/img/ico-28/facebook.png'); }
header #header-nav #header-nav-content #header-nav-icons a#ico-flickr { background-image:url('assets/img/ico-28/flickr.png'); }
header #header-nav #header-nav-content #header-nav-icons a#ico-forrst { background-image:url('assets/img/ico-28/forrst.png'); }
header #header-nav #header-nav-content #header-nav-icons a#ico-googleplus { background-image:url('assets/img/ico-28/google+.png'); }
header #header-nav #header-nav-content #header-nav-icons a#ico-lastfm { background-image:url('assets/img/ico-28/last-fm.png'); }
header #header-nav #header-nav-content #header-nav-icons a#ico-linkedin { background-image:url('assets/img/ico-28/linkedin.png'); }
header #header-nav #header-nav-content #header-nav-icons a#ico-myspace { background-image:url('assets/img/ico-28/myspace.png'); }
header #header-nav #header-nav-content #header-nav-icons a#ico-pinterest { background-image:url('assets/img/ico-28/pinterest.png'); }
header #header-nav #header-nav-content #header-nav-icons a#ico-rss { background-image:url('assets/img/ico-28/rss.png'); }
header #header-nav #header-nav-content #header-nav-icons a#ico-search { background-image:url('assets/img/ico-28/search.png'); }
header #header-nav #header-nav-content #header-nav-icons a#ico-tumblr { background-image:url('assets/img/ico-28/tumblr.png'); }
header #header-nav #header-nav-content #header-nav-icons a#ico-twitter { background-image:url('assets/img/ico-28/twitter.png'); }
header #header-nav #header-nav-content #header-nav-icons a#ico-vimeo { background-image:url('assets/img/ico-28/vimeo.png'); }
header #header-nav #header-nav-content #header-nav-icons a#ico-youtube { background-image:url('assets/img/ico-28/youtube.png'); }
header #header-nav #header-nav-content #header-nav-icons a#ico-zerply { background-image:url('assets/img/ico-28/zerply.png'); }
footer {
  background-color: #fff;
  border-top: 1px solid #db5f26;
  z-index:10;
  padding-bottom:5px;
  
  font-size:12px;
  color:rgba(255,255,255,0.5);
  *zoom:1;
  
  font-size: 16px;
  font-weight: 600;
  color: #493d33;
}
footer:before, footer:after {
  content:"";
  display:table;
}
footer:after { clear:both; }
footer a { color:rgba(255,255,255,0.5); }
footer a:hover { color:#FFF; }

/*
footer.footer-without-player.footer-without-contacts #footer-text {
  display:inline;
  float:left;
  width:100%;
  margin:0 0%;
}
footer.footer-without-player #footer-text {
  display:inline;
  float:left;
  width:60%;
  margin:0 0%;
}
footer.footer-without-player #footer-address {
  display:inline;
  float:left;
  width:40%;
  margin:0 0%;
}
footer #footer-text {
  display:inline;
  float:left;
  width:40%;
  margin:0 0%;
}
footer #footer-text p {
  border-top:3px solid rgba(255,255,255,0.5);
  color: #493d33;
  padding-top: 1px;
  margin-right:21px;
  height:21px;
  overflow:hidden;
  font-size: 15px;
  font-family: 'QuicksandLight';
}
footer #footer-address {
  display:inline;
  float:left;
  width:40%;
  margin:0 0%;
  font-size: 15px;
}
footer #footer-address p {
  border-top:3px solid rgba(255,255,255,0.5);
  padding-top:11px;
  margin-right:21px;
  height:21px;
  overflow:hidden;
  white-space:nowrap;
  *zoom:1;
  font-size: 15px;
}
*/
footer #footer-address p:before, footer #footer-address p:after {
  content:"";
  display:table;
}
footer #footer-address p:after { clear:both; }
footer #footer-address p span {
  display:block;
  float:left;
  background-position:0 center;
  background-repeat:no-repeat;
  background-size:21px 21px;
  padding-left:28px;
}
footer #footer-address p span.no-ico {
  padding-left:0;
  background-image:none !important;
}
footer #footer-address p #footer-address-telephone {
  margin-right:7px;
  background-image:url('assets/img/ico-footer-telephone.png');
}
footer #footer-address p #footer-address-email { background-image:url('assets/img/ico-footer-mail.png'); }
footer #footer-address p a { text-decoration:none; }
footer #footer-player {
  padding-top:21px;
  border-top:3px solid rgba(233,21,88,0.75);
  padding-top:21px;
  display:inline;
  float:left;
  width:25%;
  margin:0 0%;
}
#page-top-image {
  margin:21px 0 0;
  padding-bottom:21px;
  border-bottom:1px solid rgba(255,255,255,0.25);
  -moz-box-sizing:border-box;
  box-sizing:border-box;
}
#page-top-image div {
  height:315px;
  overflow:hidden;
  background-size:cover;
  background-position:center center;
  background-repeat:no-repeat;
  -webkit-box-shadow:inset 0 3px 10px rgba(0,0,0,0.2);
  -moz-box-shadow:inset 0 3px 10px rgba(0,0,0,0.2);
  -ms-box-shadow:inset 0 3px 10px rgba(0,0,0,0.2);
  -o-box-shadow:inset 0 3px 10px rgba(0,0,0,0.2);
  box-shadow:inset 0 3px 10px rgba(0,0,0,0.2);
  border-top:1px solid rgba(255,255,255,0.07);
  position:relative;
}
#page-top-image div.state-in {
  opacity:0;
  -webkit-animation:pageTopImageIn .5s cubic-bezier(0.075,0.820,0.165,1.000) 2s;
  animation:pageTopImageIn .5s cubic-bezier(0.075,0.820,0.165,1.000) 2s;
  -webkit-animation-fill-mode:forwards;
  animation-fill-mode:forwards;
}
#page-top-image img { display:none; }
#page-home {
  position: relative;
  -webkit-perspective:100px;
  -moz-perspective:100px;
  -ms-perspective:100px;
  -o-perspective:100px;
  perspective:100px;
  -webkit-perspective-origin:center center;
  -moz-perspective-origin:center center;
  -ms-perspective-origin:center center;
  -o-perspective-origin:center center;
  perspective-origin:center center;
}
#page-home #home-message {
  margin-top:63px;
  opacity:0;
  margin-left:8.33333333333%;
}
#page-home #home-message.state-init {
  opacity:0;
  -webkit-transform:rotateY(-3deg) translateX(-210px);
  -moz-transform:rotateY(-3deg) translateX(-210px);
  -o-transform:rotateY(-3deg) translateX(-210px);
  transform:rotateY(-3deg) translateX(-210px);
}
#page-home #home-message.state-init.state-in {
  -webkit-animation:homeMessageIn 1.75s cubic-bezier(1.000,0.000,0.000,1.000) 1s;
  animation:homeMessageIn 1.75s cubic-bezier(1.000,0.000,0.000,1.000) 1s;
  -webkit-animation-fill-mode:forwards;
  animation-fill-mode:forwards;
}
#page-home #home-message.state-init.state-in.state-out {
  opacity:1;
  -webkit-transform:rotateY(0) translateX(0);
  -moz-transform:rotateY(0) translateX(0);
  -o-transform:rotateY(0) translateX(0);
  transform:rotateY(0) translateX(0);
  -webkit-animation:homeMessageOut .2s cubic-bezier(0.075,0.820,0.165,1.000) .5s;
  animation:homeMessageOut .2s cubic-bezier(0.075,0.820,0.165,1.000) .5s;
  -webkit-animation-fill-mode:forwards;
  animation-fill-mode:forwards;
}
#page-home #home-message h1 {
  font-size:52.5px;
  text-shadow:1px 1px 0 rgba(0,0,0,0.2);
}
#page-home #home-message h1::after {
  content:".";
  color:#e91558;
}
.layout-scroll #page-home { min-height:400px; }
#page-gallery {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  bottom:0;
  overflow:hidden;
}
#page-gallery.state-out {
  -webkit-transition:opacity .5s ease-out;
  -moz-transition:opacity .5s ease-out;
  -ms-transition:opacity .5s ease-out;
  -o-transition:opacity .5s ease-out;
  transition:opacity .5s ease-out;
  opacity:0;
}
#page-gallery #page-gallery-bar {
  position:absolute;
  top:106px;
  bottom:64px;
  left:0;
  width:200%;
  overflow:hidden;
  -webkit-transition:left 1s cubic-bezier(0.230,1.000,0.320,1.000);
  -moz-transition:left 1s cubic-bezier(0.230,1.000,0.320,1.000);
  -ms-transition:left 1s cubic-bezier(0.230,1.000,0.320,1.000);
  -o-transition:left 1s cubic-bezier(0.230,1.000,0.320,1.000);
  transition:left 1s cubic-bezier(0.230,1.000,0.320,1.000);
}
#page-gallery #page-gallery-bar span {
  position:absolute;
  top:0;
  left:0;
  height:100%;
  width:100%;
  z-index:50;
}
#page-gallery #page-gallery-bar img {
  display:block;
  float:left;
  height:100%;
  opacity:0;
  -webkit-transition:opacity, margin .25s ease;
  -moz-transition:opacity, margin .25s ease;
  -ms-transition:opacity, margin .25s ease;
  -o-transition:opacity, margin .25s ease;
  transition:opacity, margin .25s ease;
}
#page-gallery #page-gallery-bar img.state-in { opacity:1; }
#page-gallery #page-gallery-bar img.state-out { opacity:.25; }
#page-gallery #page-gallery-caption {
  position:absolute;
  bottom:0;
  left:0;
  width:100%;
}
#page-gallery #page-gallery-caption .container {
  border-top:1px dotted rgba(233,21,88,0.5);
  line-height:21px;
  height:21px;
  padding-top:21px;
  text-align:center;
  position:relative;
}
#page-gallery #page-gallery-caption .container span {
  position:relative;
  color:rgba(255,255,255,0.75);
}
#page-gallery #page-gallery-caption .container span.state-in {
  -webkit-animation:captionIn .5s cubic-bezier(0.950,0.050,0.795,0.035);
  animation:captionIn .5s cubic-bezier(0.950,0.050,0.795,0.035);
  -webkit-animation-fill-mode:forwards;
  animation-fill-mode:forwards;
}
#page-gallery #page-gallery-loader-container {
  position:absolute;
  z-index:50;
  width:50%;
  height:50%;
  opacity:0;
  -webkit-transition:opacity .25s;
  -moz-transition:opacity .25s;
  -ms-transition:opacity .25s;
  -o-transition:opacity .25s;
  transition:opacity .25s;
}
#page-gallery #page-gallery-loader-container.state-in { opacity:1; }
#page-gallery #page-gallery-loader-container.state-in #page-gallery-loader span {
  -webkit-animation:loaderText 2s cubic-bezier(0.950,0.050,0.795,0.035) infinite;
  animation:loaderText 2s cubic-bezier(0.950,0.050,0.795,0.035) infinite;
}
#page-gallery #page-gallery-loader-container.state-in.state-out {
  -webkit-animation:loaderOut .5s cubic-bezier(0.950,0.050,0.795,0.035);
  animation:loaderOut .5s cubic-bezier(0.950,0.050,0.795,0.035);
  -webkit-animation-fill-mode:forwards;
  animation-fill-mode:forwards;
}
#page-gallery #page-gallery-loader-container #page-gallery-loader {
  position:absolute;
  width:210px;
  height:210px;
  right:-105px;
  bottom:-105px;
  background-color:rgba(233,21,88,0.5);
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  -ms-border-radius:5px;
  -o-border-radius:5px;
  border-radius:5px;
}
#page-gallery #page-gallery-loader-container #page-gallery-loader span {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  text-align:center;
  color:rgba(255,255,255,0.75);
  line-height:210px;
  font-family: Arial, sans-serif;
  font-size:21px;
  text-shadow:0 1px 0 rgba(0,0,0,0.1);
}
#page-gallery #page-gallery-loader-container #page-gallery-loader.state-init { opacity:0; }
.layout-scroll #page-gallery {
  position:relative;
  height:500px;
}
#page-gallery-controls {
  float:right;
  padding-top:14px;
}
#page-gallery-controls > span {
  display:block;
  float:right;
  width:28px;
  height:28px;
  margin-left:1px;
  background-position:center center;
  background-size:28px 28px;
  background-repeat:no-repeat;
  opacity:.5;
  cursor:pointer;
}
#page-gallery-controls > span#page-gallery-controls-prev { background-image:url('assets/img/ico-gallery-prev.png'); }
#page-gallery-controls > span#page-gallery-controls-next { background-image:url('assets/img/ico-gallery-next.png'); }
#page-gallery-controls > span:hover { opacity:1; }
#page-gallery-controls > span:active { opacity:.75; }
#page-gallery-controls #page-gallery-controls-index {
  display:block;
  float:right;
  width:56px;
  height:28px;
  line-height:28px;
  background-color:rgba(255,255,255,0.2);
  text-align:center;
  text-shadow:0 1px 0 rgba(0,0,0,0.2);
  font-size:14px;
  font-weight:600;
  font-family: Arial, sans-serif;
  -webkit-box-shadow:inset -3px 0 7px rgba(0,0,0,0.14);
  -moz-box-shadow:inset -3px 0 7px rgba(0,0,0,0.14);
  -ms-box-shadow:inset -3px 0 7px rgba(0,0,0,0.14);
  -o-box-shadow:inset -3px 0 7px rgba(0,0,0,0.14);
  box-shadow:inset -3px 0 7px rgba(0,0,0,0.14);
}
#page-crap {
  position: relative;
}
#home-boxes {
  padding: 0px 0px 0px 0px;
  margin :0px 0px 0px 0px;
  background-color: rgba(255, 255, 255, 0.7);
  border-top: 6px solid #fff;
  position:absolute;
  bottom:0;
  left:0;
  width:100%;
  overflow:none;
  -webkit-perspective:200px;
  -moz-perspective:200px;
  -ms-perspective:200px;
  -o-perspective:200px;
  perspective:200px;
  -webkit-perspective-origin:center center;
  -moz-perspective-origin:center center;
  -ms-perspective-origin:center center;
  -o-perspective-origin:center center;
  perspective-origin:center center;
}
#home-boxes .home-box-contaner {
  position:relative;
  display:inline;
  float:left;
  /*width:33.3333333333%;*/
  margin:0 0%;
}
/*#home-boxes .home-box-contaner.home-box-container-1 .home-box { margin-right:14px; }
#home-boxes .home-box-contaner.home-box-container-2 .home-box {
  margin-right:7px;
  margin-left:7px;
}
*/
/*#home-boxes .home-box-contaner.home-box-container-3 .home-box { margin-left:14px; }*/
#home-boxes .home-box-contaner .home-box {
  overflow:hidden;
  position:relative;
  /*opacity:0;*/
  -webkit-transition:background-color .25s ease .15s;
  -moz-transition:background-color .25s ease .15s;
  -ms-transition:background-color .25s ease .15s;
  -o-transition:background-color .25s ease .15s;
  transition:background-color .25s ease .15s;
}
#home-boxes .home-box-contaner .home-box.state-init {
  /*opacity:0;*/
  -webkit-transform-origin:left center;
  -moz-transform-origin:left center;
  -o-transform-origin:left center;
  transform-origin:left center;
}
#home-boxes .home-box-contaner .home-box.state-init.state-in {
  -webkit-animation:homeBoxesIn 1.75s cubic-bezier(0.190,1.000,0.220,1.000) .1s;
  animation:homeBoxesIn 1.75s cubic-bezier(0.190,1.000,0.220,1.000) .1s;
  -webkit-animation-fill-mode:forwards;
  animation-fill-mode:forwards;
}
#home-boxes .home-box-contaner .home-box.state-init.state-in.state-out {
  -webkit-animation:homeBoxesOut .75s cubic-bezier(1.000,0.000,0.000,1.000);
  animation:homeBoxesOut .75s cubic-bezier(1.000,0.000,0.000,1.000);
  -webkit-animation-fill-mode:forwards;
  animation-fill-mode:forwards;
}
#home-boxes .home-box-contaner .home-box img {
  display:block;
  float:left;
  float:left;
  position:relative;
  z-index:11;
  -webkit-box-shadow:0 0 7px rgba(0,0,0,0.3);
  -moz-box-shadow:0 0 7px rgba(0,0,0,0.3);
  -ms-box-shadow:0 0 7px rgba(0,0,0,0.3);
  -o-box-shadow:0 0 7px rgba(0,0,0,0.3);
  box-shadow:0 0 7px rgba(0,0,0,0.3);
}
#home-boxes .home-box-contaner .home-box span {
  position:absolute;
  top:14px;
  left:14px;
  width:182px;
  height:140px;
  z-index:11;
  border:4px solid rgba(255,255,255,0.1);
  -moz-box-sizing:border-box;
  box-sizing:border-box;
  -webkit-box-shadow:inset 0 0 3px rgba(0,0,0,0.2);
  -moz-box-shadow:inset 0 0 3px rgba(0,0,0,0.2);
  -ms-box-shadow:inset 0 0 3px rgba(0,0,0,0.2);
  -o-box-shadow:inset 0 0 3px rgba(0,0,0,0.2);
  box-shadow:inset 0 0 3px rgba(0,0,0,0.2);
}
#home-boxes .home-box-contaner .home-box .home-box-bar {
  position:absolute;
  bottom:0;
  left:0;
  width:100%;
  height:55px;
  background-color:rgba(255,255,255,0.2);
  text-align:right;
  padding:14px;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
  -webkit-transition:all .25s ease .25s;
  -moz-transition:all .25s ease .25s;
  -ms-transition:all .25s ease .25s;
  -o-transition:all .25s ease .25s;
  transition:all .25s ease .25s;
}
#home-boxes .home-box-contaner .home-box .home-box-bar .button {
  background-color:#e6e6e6;
  color:#000;
  -webkit-box-shadow:0 0 3px rgba(0,0,0,0.3), inset 0 0 2px rgba(255,255,255,0.3), inset 0 -1px 1px rgba(0,0,0,0.2);
  -moz-box-shadow:0 0 3px rgba(0,0,0,0.3), inset 0 0 2px rgba(255,255,255,0.3), inset 0 -1px 1px rgba(0,0,0,0.2);
  -ms-box-shadow:0 0 3px rgba(0,0,0,0.3), inset 0 0 2px rgba(255,255,255,0.3), inset 0 -1px 1px rgba(0,0,0,0.2);
  -o-box-shadow:0 0 3px rgba(0,0,0,0.3), inset 0 0 2px rgba(255,255,255,0.3), inset 0 -1px 1px rgba(0,0,0,0.2);
  box-shadow:0 0 3px rgba(0,0,0,0.3), inset 0 0 2px rgba(255,255,255,0.3), inset 0 -1px 1px rgba(0,0,0,0.2);
}
#home-boxes .home-box-contaner .home-box .home-box-title {
  margin-left:196px;
  padding:21px 14px;
  font-family: Arial, sans-serif;
  font-size:21px;
  line-height:1.2em;
}
.layout-scroll #home-boxes { bottom:21px; }
.button {
  display:inline-block;
  background-color:#ba1146;
  line-height:28px;
  padding:0 28px;
  color:#FFF;
  font-size:13px;
  text-decoration:none;
  text-shadow:0 1px 0 rgba(0,0,0,0.1);
  -webkit-box-shadow:0 0 3px rgba(0,0,0,0.3), inset 0 0 2px rgba(255,255,255,0.3), inset 0 -1px 1px rgba(0,0,0,0.25);
  -moz-box-shadow:0 0 3px rgba(0,0,0,0.3), inset 0 0 2px rgba(255,255,255,0.3), inset 0 -1px 1px rgba(0,0,0,0.25);
  -ms-box-shadow:0 0 3px rgba(0,0,0,0.3), inset 0 0 2px rgba(255,255,255,0.3), inset 0 -1px 1px rgba(0,0,0,0.25);
  -o-box-shadow:0 0 3px rgba(0,0,0,0.3), inset 0 0 2px rgba(255,255,255,0.3), inset 0 -1px 1px rgba(0,0,0,0.25);
  box-shadow:0 0 3px rgba(0,0,0,0.3), inset 0 0 2px rgba(255,255,255,0.3), inset 0 -1px 1px rgba(0,0,0,0.25);
  -webkit-border-radius:3px;
  -moz-border-radius:3px;
  -ms-border-radius:3px;
  -o-border-radius:3px;
  border-radius:3px;
  -webkit-transition:all .2s;
  -moz-transition:all .2s;
  -ms-transition:all .2s;
  -o-transition:all .2s;
  transition:all .2s;
}
#audioplayer { position:relative; }
#audioplayer span {
  display:block;
  float:right;
  height:21px;
  width:21px;
  background-image:url('assets/img/player-sprite.png');
  background-size:84px 21px;
  cursor:pointer;
  opacity:.5;
  margin-left:4px;
  white-space:nowrap;
  -webkit-transition:opacity .1s;
  -moz-transition:opacity .1s;
  -ms-transition:opacity .1s;
  -o-transition:opacity .1s;
  transition:opacity .1s;
}
#audioplayer span:hover { opacity:.75; }
#audioplayer span:active { opacity:.4; }
#audioplayer span#audioplayer-previous { background-position:-147px 0; }
#audioplayer span#audioplayer-next { background-position:-126px 0; }
#audioplayer span#audioplayer-pause { background-position:-105px 0; }
#audioplayer span#audioplayer-text {
  background-image:none;
  background-color:rgba(255,255,255,0.5);
  width:50%;
  margin-left:0;
  position:relative;
  overflow:hidden;
  opacity:1;
  position:absolute;
  left:0;
  top:0;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
  -webkit-border-radius:14px;
  -moz-border-radius:14px;
  -ms-border-radius:14px;
  -o-border-radius:14px;
  border-radius:14px;
}
#audioplayer span#audioplayer-text span {
  font-size:12px;
  font-family:"Lucida Console", Monaco, 'Arimo', sans-serif;
  padding:0 14px;
  color:#000;
  background-image:none;
  float:none;
  line-height:21px;
  width:auto;
  margin:0;
  opacity:1;
}
#audioplayer span#audioplayer-text span.state-in {
  -webkit-animation:audioplayerIn .25s cubic-bezier(1.000,0.000,0.000,1.000);
  animation:audioplayerIn .25s cubic-bezier(1.000,0.000,0.000,1.000);
  -webkit-animation-fill-mode:forwards;
  animation-fill-mode:forwards;
}
#audioplayer.state-pause span#audioplayer-text { opacity:.5; }
.text-format h2, .text-format h3, .text-format h4 { margin-bottom:5px; }
.text-format p { margin-bottom:21px; }
.text-format blockquote {
  border-left:3px solid rgba(255,255,255,0.5);
  padding-left:21px;
  font-size:1.5em;
  font-style:italic;
  line-height:1.5em;
  -webkit-box-shadow:inset 1px 0 0 rgba(0,0,0,0.14);
  -moz-box-shadow:inset 1px 0 0 rgba(0,0,0,0.14);
  -ms-box-shadow:inset 1px 0 0 rgba(0,0,0,0.14);
  -o-box-shadow:inset 1px 0 0 rgba(0,0,0,0.14);
  box-shadow:inset 1px 0 0 rgba(0,0,0,0.14);
}
.text-format .alignright {
  float:right;
  margin:0 0 21px 21px;
  *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 21px 21px 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 21px; }
.text-format .wp-caption img {
  display:block;
  margin-bottom:7px;
  border:4px solid rgba(255,255,255,0.1);
}
.text-format .wp-caption .wp-caption-text {
  font-size:.9em;
  color:rgba(255,255,255,0.7);
}
.text-format img.imgblock {
  display:block;
  width:100%;
  height:auto;
}
.text-format .columns {
  clear:both;
  display:block;
  width:102.160493827%;
  margin:0 -1.08024691358%;
  *zoom:1;
}
.text-format .columns:before, .text-format .columns:after {
  content:"";
  display:table;
}
.text-format .columns:after { clear:both; }
.text-format .columns .col-1 {
  display:inline;
  float:left;
  width:6.17283950617%;
  margin:0 1.08024691358%;
}
.text-format .columns .col-2 {
  display:inline;
  float:left;
  width:14.5061728395%;
  margin:0 1.08024691358%;
}
.text-format .columns .col-3 {
  display:inline;
  float:left;
  width:22.8395061728%;
  margin:0 1.08024691358%;
}
.text-format .columns .col-4 {
  display:inline;
  float:left;
  width:31.1728395062%;
  margin:0 1.08024691358%;
}
.text-format .columns .col-5 {
  display:inline;
  float:left;
  width:39.5061728395%;
  margin:0 1.08024691358%;
}
.text-format .columns .col-6 {
  display:inline;
  float:left;
  width:47.8395061728%;
  margin:0 1.08024691358%;
}
.text-format .columns .col-7 {
  display:inline;
  float:left;
  width:56.1728395062%;
  margin:0 1.08024691358%;
}
.text-format .columns .col-8 {
  display:inline;
  float:left;
  width:64.5061728395%;
  margin:0 1.08024691358%;
}
.text-format .columns .col-9 {
  display:inline;
  float:left;
  width:72.8395061728%;
  margin:0 1.08024691358%;
}
.text-format .columns .col-10 {
  display:inline;
  float:left;
  width:81.1728395062%;
  margin:0 1.08024691358%;
}
.text-format .columns .col-11 {
  display:inline;
  float:left;
  width:89.5061728395%;
  margin:0 1.08024691358%;
}
.text-format .columns .col-12 {
  display:inline;
  float:left;
  width:97.8395061728%;
  margin:0 1.08024691358%;
}
.text-format .columns .col-clear { clear:both; }
.text-format .columns .col-1, .text-format .columns .col-2, .text-format .columns .col-3, .text-format .columns .col-4, .text-format .columns .col-5, .text-format .columns .col-6, .text-format .columns .col-7, .text-format .columns .col-8, .text-format .columns .col-9, .text-format .columns .col-10, .text-format .columns .col-11, .text-format .columns .col-12 { position:relative; }
.text-format ol, .text-format ul {
  margin-left:21px;
  margin-bottom:21px;
}
.text-format .tabs {
  border-bottom:1px dotted rgba(255,255,255,0.3);
  margin-bottom:21px;
}
.text-format .tabs .tabs-label {
  margin:0 0 21px 0;
  height:42px;
}
.text-format .tabs .tabs-label li {
  display:block;
  float:left;
  list-style-type:none;
  padding:0 21px;
  line-height:42px;
  height:42px;
  border:1px solid rgba(255,255,255,0.3);
  border-width:1px 0 1px 1px;
  border-bottom-color:transparent;
  cursor:pointer;
  font-weight:bold;
  font-size:.8em;
  text-transform:uppercase;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
}
.text-format .tabs .tabs-label li.tab-unsel {
  background-color:rgba(255,255,255,0.07);
  border-bottom-width:1px;
  border-bottom-color:rgba(255,255,255,0.3);
  color:rgba(255,255,255,0.75);
}
.text-format .tabs .tabs-label li.tab-unsel:hover {
  background-color:rgba(255,255,255,0.14);
  color:#FFF;
  -webkit-box-shadow:inset 1px 1px 2px rgba(0,0,0,0.07);
  -moz-box-shadow:inset 1px 1px 2px rgba(0,0,0,0.07);
  -ms-box-shadow:inset 1px 1px 2px rgba(0,0,0,0.07);
  -o-box-shadow:inset 1px 1px 2px rgba(0,0,0,0.07);
  box-shadow:inset 1px 1px 2px rgba(0,0,0,0.07);
}
.text-format .tabs .tabs-label li:last-child {
  border-width:1px 0 1px 1px;
  border-top-color:transparent;
  border-bottom-color:rgba(255,255,255,0.3);
  min-width:105px;
  cursor:default;
  -webkit-box-shadow:inset 1px -1px 0 rgba(0,0,0,0.07);
  -moz-box-shadow:inset 1px -1px 0 rgba(0,0,0,0.07);
  -ms-box-shadow:inset 1px -1px 0 rgba(0,0,0,0.07);
  -o-box-shadow:inset 1px -1px 0 rgba(0,0,0,0.07);
  box-shadow:inset 1px -1px 0 rgba(0,0,0,0.07);
}
.text-format .tabs .tab { clear:left; }
.text-format .tabs .tab.state-hide { display:none; }
#page-standard { opacity:1; margin-bottom: 20px}
#page-standard.state-init { opacity:0; }
#page-standard.state-init.state-in {
  opacity:0;
  -webkit-animation:pageStandardIn 1.5s cubic-bezier(1.000,0.000,0.000,1.000);
  animation:pageStandardIn 1.5s cubic-bezier(1.000,0.000,0.000,1.000);
  -webkit-animation-fill-mode:forwards;
  animation-fill-mode:forwards;
}
#page-standard.state-init.state-in.state-out {
  opacity:1;
  -webkit-animation:pageStandardOut .5s cubic-bezier(0.950,0.050,0.795,0.035);
  animation:pageStandardOut .5s cubic-bezier(0.950,0.050,0.795,0.035);
  -webkit-animation-fill-mode:forwards;
  animation-fill-mode:forwards;
}
#comments {
  border-top:3px solid rgba(255,255,255,0.25);
  padding-top:21px;
}
#comments h3 {
  font-size:28px;
  line-height:1em;
}
#comments .commentlist {
  margin-left:0;
  margin-bottom:42px;
}
#comments .commentlist li {
  list-style-type:none;
  clear:left;
  margin-bottom:21px;
  *zoom:1;
}
#comments .commentlist li:before, #comments .commentlist li:after {
  content:"";
  display:table;
}
#comments .commentlist li:after { clear:both; }
#comments .commentlist li:last-child { margin-bottom:0; }
#comments .commentlist li .children {
  margin:0 0 0 42px;
  padding-top:21px;
}
#comments .commentlist li .comment-body {
  border-top:1px solid rgba(255,255,255,0.07);
  padding-top:21px;
}
#comments .commentlist li .comment-body .comment-author img {
  display:block;
  float:left;
  margin:0 14px 0 0;
  border:3px solid rgba(255,255,255,0.1);
}
#comments .commentlist li .comment-body .comment-author cite {
  font-style:normal;
  font-family: Arial, sans-serif;
  font-size:1.1em;
  color:#e91558;
}
#comments .commentlist li .comment-body .comment-author span {
  display:none;
  color:rgba(255,255,255,0.5);
}
#comments .commentlist li .comment-body .comment-meta { font-size:.9em; }
#comments .commentlist li .comment-body .comment-meta a {
  color:#FFF;
  color:rgba(255,255,255,0.5);
  text-decoration:none;
}
#comments .commentlist li .comment-body .reply { margin:7px 0 0 104px; }
#comments .commentlist li .comment-body .reply a {
  display:inline-block;
  padding:0 7px;
  border:1px solid rgba(255,255,255,0.5);
  color:#FFF;
  text-decoration:none;
  text-transform:uppercase;
  font-size:.8em;
  line-height:1.25em;
  -webkit-border-radius:14px;
  -moz-border-radius:14px;
  -ms-border-radius:14px;
  -o-border-radius:14px;
  border-radius:14px;
  -webkit-transition:border-color .35s;
  -moz-transition:border-color .35s;
  -ms-transition:border-color .35s;
  -o-transition:border-color .35s;
  transition:border-color .35s;
}
#comments .commentlist li .comment-body .reply a:hover { border-color:#e91558; }
#comments .commentlist li .comment-body p {
  margin:0 0 0 104px;
  margin-bottom:0;
}
#page-full { opacity:0; }
#page-full.state-init { opacity:0; }
#page-full.state-init.state-in {
  opacity:0;
  -webkit-animation:pageStandardIn 1.5s cubic-bezier(1.000,0.000,0.000,1.000);
  animation:pageStandardIn 1.5s cubic-bezier(1.000,0.000,0.000,1.000);
  -webkit-animation-fill-mode:forwards;
  animation-fill-mode:forwards;
}
#page-full.state-init.state-in.state-out {
  opacity:1;
  -webkit-animation:pageStandardOut .5s cubic-bezier(0.950,0.050,0.795,0.035);
  animation:pageStandardOut .5s cubic-bezier(0.950,0.050,0.795,0.035);
  -webkit-animation-fill-mode:forwards;
  animation-fill-mode:forwards;
}
#page-full #page-full-content {
  overflow:hidden;
  display:inline;
  float:left;
  width:100%;
  margin:0 0%;
}
#page-full #page-full-content #page-full-content-text { padding-top:21px; }
#page-blog .container {
  -webkit-perspective:300px;
  -moz-perspective:300px;
  -ms-perspective:300px;
  -o-perspective:300px;
  perspective:300px;
  -webkit-perspective-origin:center 0;
  -moz-perspective-origin:center 0;
  -ms-perspective-origin:center 0;
  -o-perspective-origin:center 0;
  perspective-origin:center 0;
}
#page-blog.state-out {
  -webkit-animation:fadeOut .5s cubic-bezier(1.000,0.000,0.000,1.000);
  animation:fadeOut .5s cubic-bezier(1.000,0.000,0.000,1.000);
  -webkit-animation-fill-mode:forwards;
  animation-fill-mode:forwards;
}
#page-blog #page-blog-pagination {
  display:inline;
  float:left;
  width:58.3333333333%;
  margin:0 0%;
  margin-left:25%;
  height:21px;
}
#page-blog #page-blog-pagination a {
  display:inline-block;
  color:#FFF;
  padding:0 7px;
  text-decoration:none;
  text-shadow:0 1px 0 rgba(0,0,0,0.1);
  font-size:.9em;
  border:1px solid rgba(255,255,255,0.5);
  -webkit-border-radius:3px;
  -moz-border-radius:3px;
  -ms-border-radius:3px;
  -o-border-radius:3px;
  border-radius:3px;
  -webkit-transition:border-color opacity .25s;
  -moz-transition:border-color opacity .25s;
  -ms-transition:border-color opacity .25s;
  -o-transition:border-color opacity .25s;
  transition:border-color opacity .25s;
}
#page-blog #page-blog-pagination a:hover { border-color:#e91558; }
#page-blog #page-blog-pagination a:active { opacity:.5; }
#page-blog article {
  display:block;
  width:100%;
  margin:0 -0%;
  *zoom:1;
  -webkit-transform-style:preserve-3d;
  -moz-transform-style:preserve-3d;
  -o-transform-style:preserve-3d;
  transform-style:preserve-3d;
  -webkit-transform-origin:center 0;
  -moz-transform-origin:center 0;
  -o-transform-origin:center 0;
  transform-origin:center 0;
  /*opacity:0;*/
  margin-bottom:21px;
}
#page-blog article:before, #page-blog article:after {
  content:"";
  display:table;
}
#page-blog article:after { clear:both; }
#page-blog article.state-init {
  opacity:0;
  -webkit-transform-origin:center 0;
  -moz-transform-origin:center 0;
  -o-transform-origin:center 0;
  transform-origin:center 0;
}
#page-blog article.state-init.state-in {
  -webkit-animation:articleIn .5s cubic-bezier(1.000,0.000,0.000,1.000);
  animation:articleIn .5s cubic-bezier(1.000,0.000,0.000,1.000);
  -webkit-animation-fill-mode:forwards;
  animation-fill-mode:forwards;
}
#page-blog article .article-meta {
  display:inline;
  float:left;
  width:16.6666666667%;
  margin:0 0%;
  margin-left:8.33333333333%;
}
#page-blog article .article-meta div {
  margin-right:21px;
  text-align:right;
  border-top:1px dotted rgba(255,255,255,0.25);
}
#page-blog article .article-meta div h3 {
  line-height:1em;
  padding-top:21px;
  margin-bottom:7px;
}
#page-blog article .article-meta div a {
  display:block;
  float:right;
  padding:0 7px;
  border:1px solid rgba(255,255,255,0.5);
  margin:0 0 7px 7px;
  color:#FFF;
  text-decoration:none;
  text-transform:uppercase;
  font-size:.8em;
  line-height:1.25em;
  -webkit-border-radius:14px;
  -moz-border-radius:14px;
  -ms-border-radius:14px;
  -o-border-radius:14px;
  border-radius:14px;
  -webkit-transition:border-color .35s;
  -moz-transition:border-color .35s;
  -ms-transition:border-color .35s;
  -o-transition:border-color .35s;
  transition:border-color .35s;
}
#page-blog article .article-meta div a:hover { border-color:#e91558; }
#page-blog article .article-content.article-content-link {
  background-size:35px 35px;
  background-position:right 14px;
  background-repeat:no-repeat;
  background-image:url('assets/img/blog-anchor.png');
}
#page-blog article .article-content.article-content-link a {
  display:block;
  font-family: Arial, sans-serif;
  font-size:21px;
  font-weight:400;
  border-top:1px dotted rgba(255,255,255,0.5);
  line-height:63px;
  color:inherit;
  text-decoration:none;
  padding-right:42px;
}
#page-blog article .article-content.article-content-link a:hover { color:#e91558; }
#page-blog article .article-content.article-content-status p {
  font-family: Arial, sans-serif;
  font-size:21px;
  font-weight:400;
  border-top:1px dotted rgba(255,255,255,0.5);
  line-height:35px;
  padding:14px 42px 14px 0;
}
#page-blog article .article-content.article-content-quote {
  background-size:35px 35px;
  background-position:right 14px;
  background-repeat:no-repeat;
  background-image:url('assets/img/blog-quote.png');
  position:relative;
  padding-bottom:21px;
}
#page-blog article .article-content.article-content-quote blockquote {
  font-family: Arial, sans-serif;
  font-size:21px;
  font-weight:400;
  font-style:italic;
  border-top:1px dotted rgba(255,255,255,0.5);
  line-height:35px;
  padding:14px 42px 14px 0;
  border-left-width:0;
}
#page-blog article .article-content.article-content-quote blockquote span { color:#e91558; }
#page-blog article .article-content.article-content-quote cite {
  position:absolute;
  right:0;
  bottom:21px;
  text-transform:uppercase;
  font-size:.85em;
  line-height:1em;
  color:rgba(255,255,255,0.65);
}
#page-blog article .article-content.article-content-image h3 { font-weight:400; }
#page-blog article .article-content .article-content-thumb {
  margin-bottom:21px;
  /*height:0;*/
  overflow:hidden;
  background-size:cover;
  background-position:center center;
  background-repeat:no-repeat;
  -webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.15), inset 0 3px 3px rgba(0,0,0,0.25);
  -moz-box-shadow:inset 0 1px 0 rgba(255,255,255,0.15), inset 0 3px 3px rgba(0,0,0,0.25);
  -ms-box-shadow:inset 0 1px 0 rgba(255,255,255,0.15), inset 0 3px 3px rgba(0,0,0,0.25);
  -o-box-shadow:inset 0 1px 0 rgba(255,255,255,0.15), inset 0 3px 3px rgba(0,0,0,0.25);
  box-shadow:inset 0 1px 0 rgba(255,255,255,0.15), inset 0 3px 3px rgba(0,0,0,0.25);
  -webkit-transition:height .25s;
  -moz-transition:height .25s;
  -ms-transition:height .25s;
  -o-transition:height .25s;
  transition:height .25s;
}
#page-blog article .article-content .article-content-thumb.state-in { height:420px; }
#page-blog article .article-content .article-content-thumb img {
  display:block;
  width:100%;
  height:auto;
}
#page-blog article .article-content h2 {
  border-top:1px dotted rgba(255,255,255,0.5);
  line-height:63px;
  font-weight:400;
}
#page-blog article .article-content {
  display:inline;
  float:left;
  width:58.3333333333%;
  margin:0 0%;
}
#page-blog article .article-content .blog-button {
  appearance:none;
  -moz-appearance:none;
  -webkit-appearance:none;
  display:inline-block;
  background-color:#262626;
  border-width:0;
  line-height:1em;
  display:inline-block;
  padding:7px 14px;
  color:#FFF;
  cursor:pointer;
  text-shadow:0 1px 0 rgba(0,0,0,0.1);
  text-decoration:none;
  -webkit-border-radius:14px;
  -moz-border-radius:14px;
  -ms-border-radius:14px;
  -o-border-radius:14px;
  border-radius:14px;
  -webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.2), inset 0 -1px 0 rgba(0,0,0,0.3);
  -moz-box-shadow:inset 0 1px 0 rgba(255,255,255,0.2), inset 0 -1px 0 rgba(0,0,0,0.3);
  -ms-box-shadow:inset 0 1px 0 rgba(255,255,255,0.2), inset 0 -1px 0 rgba(0,0,0,0.3);
  -o-box-shadow:inset 0 1px 0 rgba(255,255,255,0.2), inset 0 -1px 0 rgba(0,0,0,0.3);
  box-shadow:inset 0 1px 0 rgba(255,255,255,0.2), inset 0 -1px 0 rgba(0,0,0,0.3);
}
#page-blog article .article-content .blog-button:hover { background-color:#1a1a1a; }
#page-blog article .article-content .blog-button:active {
  -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.5), inset 0 -1px 0 rgba(0,0,0,0.3);
  -moz-box-shadow:inset 0 1px 1px rgba(0,0,0,0.5), inset 0 -1px 0 rgba(0,0,0,0.3);
  -ms-box-shadow:inset 0 1px 1px rgba(0,0,0,0.5), inset 0 -1px 0 rgba(0,0,0,0.3);
  -o-box-shadow:inset 0 1px 1px rgba(0,0,0,0.5), inset 0 -1px 0 rgba(0,0,0,0.3);
  box-shadow:inset 0 1px 1px rgba(0,0,0,0.5), inset 0 -1px 0 rgba(0,0,0,0.3);
}
#page-blog article .article-content .button {
  background-color:#262626;
  color:#FFF;
  -webkit-box-shadow:inset 0 1px 0 #3b3b3b, inset 1px 0 0 #3b3b3b;
  -moz-box-shadow:inset 0 1px 0 #3b3b3b, inset 1px 0 0 #3b3b3b;
  -ms-box-shadow:inset 0 1px 0 #3b3b3b, inset 1px 0 0 #3b3b3b;
  -o-box-shadow:inset 0 1px 0 #3b3b3b, inset 1px 0 0 #3b3b3b;
  box-shadow:inset 0 1px 0 #3b3b3b, inset 1px 0 0 #3b3b3b;
}
#page-blog article .article-content .button:hover { background-color:#2e2e2e; }
#page-blog article .article-content .button:active {
  background-color:#1a1a1a;
  -webkit-box-shadow:inset 0 1px 0 #141414, inset 1px 0 0 #141414;
  -moz-box-shadow:inset 0 1px 0 #141414, inset 1px 0 0 #141414;
  -ms-box-shadow:inset 0 1px 0 #141414, inset 1px 0 0 #141414;
  -o-box-shadow:inset 0 1px 0 #141414, inset 1px 0 0 #141414;
  box-shadow:inset 0 1px 0 #141414, inset 1px 0 0 #141414;
}
.container div.wpcf7 {
  padding:21px 21px 0;
  border:1px solid rgba(255,255,255,0.14);
  background-color:rgba(255,255,255,0.07);
  -moz-box-sizing:border-box;
  box-sizing:border-box;
  -webkit-box-shadow:inset 0 0 7px rgba(0,0,0,0.21);
  -moz-box-shadow:inset 0 0 7px rgba(0,0,0,0.21);
  -ms-box-shadow:inset 0 0 7px rgba(0,0,0,0.21);
  -o-box-shadow:inset 0 0 7px rgba(0,0,0,0.21);
  box-shadow:inset 0 0 7px rgba(0,0,0,0.21);
}
.container div.wpcf7 form p {
  font-size:.9em;
  font-weight:bold;
}
.container div.wpcf7 form p span.wpcf7-form-control-wrap input, .container div.wpcf7 form p span.wpcf7-form-control-wrap textarea {
  display:block;
  border:1px solid rgba(255,255,255,0.21);
  line-height:14px;
  height:28px;
  padding:7px;
  font-size:14px;
  margin:7px 0;
  background-color:rgba(255,255,255,0.14);
  color:#FFF;
  width:75%;
  text-shadow:0 1px 0 rgba(0,0,0,0.2);
  -webkit-font-smoothing:antialiased;
  -webkit-transition:all .3s;
  -moz-transition:all .3s;
  -ms-transition:all .3s;
  -o-transition:all .3s;
  transition:all .3s;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
}
.container div.wpcf7 form p span.wpcf7-form-control-wrap input:focus, .container div.wpcf7 form p span.wpcf7-form-control-wrap textarea:focus {
  border-color:rgba(233,21,88,0.5);
  background-color:rgba(233,21,88,0.25);
  -webkit-box-shadow:inset 0 0 3px rgba(0,0,0,0.21);
  -moz-box-shadow:inset 0 0 3px rgba(0,0,0,0.21);
  -ms-box-shadow:inset 0 0 3px rgba(0,0,0,0.21);
  -o-box-shadow:inset 0 0 3px rgba(0,0,0,0.21);
  box-shadow:inset 0 0 3px rgba(0,0,0,0.21);
}
.container div.wpcf7 form p span.wpcf7-form-control-wrap input.wpcf7-not-valid, .container div.wpcf7 form p span.wpcf7-form-control-wrap textarea.wpcf7-not-valid { border-color:rgba(233,35,46,0.5); }
.container div.wpcf7 form p span.wpcf7-form-control-wrap textarea {
  height:auto;
  width:100%;
  max-width:100%;
  min-width:100%;
}
.container div.wpcf7 form p span.wpcf7-form-control-wrap span.wpcf7-not-valid-tip {
  padding:0 21px;
  background-color:rgba(233,35,46,0.5);
  line-height:21px;
  border-width:0;
  font-weight:normal;
  -webkit-border-radius:7px;
  -moz-border-radius:7px;
  -ms-border-radius:7px;
  -o-border-radius:7px;
  border-radius:7px;
}
.container div.wpcf7 form p input.wpcf7-submit {
  -webkit-appearance:none;
  -moz-appearance:none;
  -ms-appearance:none;
  -o-appearance:none;
  appearance:none;
  display:inline-block;
  background-color:#262626;
  border-width:0;
  line-height:1em;
  display:inline-block;
  padding:7px 14px;
  color:#FFF;
  cursor:pointer;
  text-shadow:0 1px 0 rgba(0,0,0,0.1);
  text-decoration:none;
  -webkit-border-radius:14px;
  -moz-border-radius:14px;
  -ms-border-radius:14px;
  -o-border-radius:14px;
  border-radius:14px;
  -webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.2), inset 0 -1px 0 rgba(0,0,0,0.3);
  -moz-box-shadow:inset 0 1px 0 rgba(255,255,255,0.2), inset 0 -1px 0 rgba(0,0,0,0.3);
  -ms-box-shadow:inset 0 1px 0 rgba(255,255,255,0.2), inset 0 -1px 0 rgba(0,0,0,0.3);
  -o-box-shadow:inset 0 1px 0 rgba(255,255,255,0.2), inset 0 -1px 0 rgba(0,0,0,0.3);
  box-shadow:inset 0 1px 0 rgba(255,255,255,0.2), inset 0 -1px 0 rgba(0,0,0,0.3);
}
.container div.wpcf7 form p input.wpcf7-submit:hover { background-color:#1a1a1a; }
.container div.wpcf7 form p input.wpcf7-submit:active {
  -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.5), inset 0 -1px 0 rgba(0,0,0,0.3);
  -moz-box-shadow:inset 0 1px 1px rgba(0,0,0,0.5), inset 0 -1px 0 rgba(0,0,0,0.3);
  -ms-box-shadow:inset 0 1px 1px rgba(0,0,0,0.5), inset 0 -1px 0 rgba(0,0,0,0.3);
  -o-box-shadow:inset 0 1px 1px rgba(0,0,0,0.5), inset 0 -1px 0 rgba(0,0,0,0.3);
  box-shadow:inset 0 1px 1px rgba(0,0,0,0.5), inset 0 -1px 0 rgba(0,0,0,0.3);
}
.container div.wpcf7 form div.wpcf7-response-output {
  margin:0 0 21px;
  padding:7px 21px;
  line-height:21px;
  -webkit-border-radius:3px;
  -moz-border-radius:3px;
  -ms-border-radius:3px;
  -o-border-radius:3px;
  border-radius:3px;
}
.container div.wpcf7 form div.wpcf7-validation-errors, .container div.wpcf7 form div.wpcf7-mail-sent-ng {
  border-width:0;
  background-color:rgba(233,35,46,0.25);
}
.container div.wpcf7 form div.wpcf7-mail-sent-ok {
  border-width:0;
  background-color:rgba(51,203,31,0.25);
}
#page-video {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  bottom:0;
  overflow:hidden;
}
#page-video.state-init { opacity:0; }
#page-video.state-init.state-in {
  opacity:0;
  -webkit-animation:pageColumnIn 1.5s cubic-bezier(1.000,0.000,0.000,1.000);
  animation:pageColumnIn 1.5s cubic-bezier(1.000,0.000,0.000,1.000);
  -webkit-animation-fill-mode:forwards;
  animation-fill-mode:forwards;
}
#page-video.state-init.state-in.state-out {
  opacity:1;
  -webkit-animation:pageColumnOut .5s cubic-bezier(0.950,0.050,0.795,0.035);
  animation:pageColumnOut .5s cubic-bezier(0.950,0.050,0.795,0.035);
  -webkit-animation-fill-mode:forwards;
  animation-fill-mode:forwards;
}
#page-video #page-video-description {
  display:inline;
  float:left;
  width:25%;
  margin:0 0%;
}
#page-video #page-video-description #page-video-description-content {
  text-align:right;
  padding:105px 21px 0 0;
}
#page-video #page-video-content { overflow:hidden; }
#page-video #page-video-content.page-video-full {
  display:inline;
  float:left;
  width:100%;
  margin:0 0%;
}
#page-video #page-video-content.page-video-with-content {
  display:inline;
  float:left;
  width:75%;
  margin:0 0%;
}
.layout-scroll #page-video {
  position:relative;
  height:700px;
}
#before-header a.big {
  text-shadow: 1px 1px 2px #000;
  display: inline-block;
  color: #fff;
  line-height: 34px;
  font-weight: normal;
  font-size: 24px;
  margin-right: 35px;
}
a.big:hover {text-decoration: none;}
/*
#before-header {
  height: 38px;
  text-align: right
  position:relative;
  z-index:10;
  *zoom:1;  
}
*/
#before-header {
  /*
  padding-top:21px;
  background-color: transparent;
  */
  background-color: rgba(10, 15, 11, 0.5);
  
  position:relative;
  z-index:10;
  height: 34px;
  *zoom:1;
  text-align: right;
}
a.med-icon {
  padding-top: 8px;
  width: 26px;
  height: 26px;
  display: block;
  background: url('assets/img/twitter-icon.png') no-repeat center center transparent;
  float: left;
  margin-left: 5px;
}
a.facebook-icon {background-image: url("assets/img/facebook-icon.png");}
a.pinterest-icon {background-image: url("assets/img/pinterest-icon.png");}
a.camera-icon {background-image: url("assets/img/camera-icon.png");}
/* footer logos */
#footer-address {}
#footer-lg-logo {
  display: block;
  font-size: 0px;
  /*
  background: url("assets/img/LG-footer-logo.png") no-repeat 0 0 transparent;
  width: 49px;
  height: 33px;
  */
  width: 107px;
  height: 14px;  
  background: url("assets/img/footer-the-light-group.png") no-repeat 0 0 transparent;  
  float: right;
  position: relative;
  
}
#footer-las-vegas {
  /*width: 77%;*/
  float: right;
  margin-right: 5px;
  padding-right: 5px;
  border-right: 2px solid #493d33;
  text-align: right;
  height: 14px;
  line-height: 14px;
}
#footer-las-vegas a {color: #493d33}
#footer-las-vegas a.img {
  display: block;
  font-size: 0px;
  background: url("assets/img/footer-the-light-group.png") no-repeat 0 0 transparent;
  width: 100px;
  height: 14px;
  float: right;
  position: relative;
  top: 7px;
}
.yellow-title {
  color: #db5f26;
  font-size: 15px;
  font-weight: bold;
}
a:hover .yellow-title {
  text-decoration: none;
}
.post-desc {
  color: #493d33;
  width: 80%;
  line-height: 15px;
}

.post-desc a {color: #392d23; font-weight: bold;}

.post-desc a:hover {text-decoration: none}
/* menu slider styling */
#home-menu-slider {
  position: relative;
}
#home-menu-slider li {
line-height: 0px;
font-size: 0px;
  z-index: 1;
  position: absolute; top: 0;
}
#home-menu-slider li a {
line-height: 0px;
font-size: 0px;
  background-color: #000
}
#home-menu-slider li a img {
  width: 100%;
  height: 100%;
}
/* twitter box styling */
.twitter-hover {
  display: block;
  width: 100%;
  height: 50px;
  /*background-color:rgba(21,21,21,0.8);*/
  background-color: rgba(244, 244, 244, 0.8);
  text-align: center;
  position: absolute;
  bottom: 0px;
}
.twitter-hover ul {list-style-type: none; text-align: center; margin-top: 15px; margin-left: 84px;}
.twitter-hover ul li {float: left;}
.twitter-hover ul li a {color: #fff; margin-left: 15px;}
.twitter-head {
  margin: 8px 0px 0px 50px;
  width: 100%;
  display: block;
  font-size: 12px;
  line-height: 12px;
}
#twitter-tweet-date {
  font-size: 12px;
  color: #493d33;
  font-weight: bold;
  display: inline-block;
  background: url("assets/img/tweet-icon.png") no-repeat right center transparent;
  padding-right: 30px;
  margin-left: 50px;
}
a#twitter-profile {
  color: #493d33;
  position: relative;
  top: 15px;
  left: 13px;
  display: block;
}
#twitter-tweet {
  margin: 0px 0px 0px 50px;
  font-size: 12px;
  clear: both;
  position: relative;
  top: 3px;
  padding-bottom: 7px;
}
#twitter-box {
  position: relative;
}
.tweetStream a.intent {
  background: url("assets/img/everything-spritev2.png") no-repeat scroll 0 0 transparent;
  display: block;
  float: left;
  height: 16px;
  margin-right: 6px;
  margin-top: 4px;
  padding-right: 0;
  width: 16px;
}
.tweetStream a.intent.reply {
  background-position: 0 -16px;
}
.tweetStream a.intent.retweet {
  background-position: -80px -16px;
}
.tweetStream a.intent.favorite {
  background-position: -32px -16px;
}
.tweetStream a.intent.reply:hover {
  background-position: -16px -16px;
}
.tweetStream a.intent.retweet:hover {
  background-position: -96px -16px;
}
.tweetStream a.intent.favorite:hover {
  background-position: -48px -16px;
}
/* home slider */
#home-slider li a, #home-slider li {
  display: block;
  width: 100%;
}
#home-slider-nav {
  position: absolute;
  top: -50px;
  z-index: 100;
  list-style-type: none;
  right: 0px;
}
#home-slider-nav li {
  float: left;
  margin-left: 8px;
}
#home-slider-nav li a {
  display: block;
  background-color: #db5f26;
  width: 14px;
  height: 14px;
  border-radius: 50%;
}
#home-slider-nav li.active a, #home-slider-nav li a.active {
  background-color: #493d33
}
#bottom-title {
}
#home-slider-image-title {
  position: relative;
  width: 80%;
  font-weight: bold;
  font-family: "RailwayExtraBold", Arial, sans-serif;
}
#home-slider-image-title b {
  box-shadow: 6px 0 0 rgba(10, 15, 11, 0.5), -6px 0 0 rgba(10, 15, 11, 0.5);
  -moz-box-shadow: 6px 0 0 rgba(10, 15, 11, 0.5), -6px 0 0 rgba(10, 15, 11, 0.5);
  -webkit-box-shadow: 6px 0 0 rgba(10, 15, 11, 0.5), -6px 0 0 rgba(10, 15, 11, 0.5);  
  font-weight: normal;
  background-color: rgba(10, 15, 11, 0.5);
  color: #fff;  
}
#home-slider-image-title span {
  box-shadow: 6px 0 0 rgba(10, 15, 11, 0.5), -6px 0 0 rgba(10, 15, 11, 0.5);
  -moz-box-shadow: 6px 0 0 rgba(10, 15, 11, 0.5), -6px 0 0 rgba(10, 15, 11, 0.5);
  -webkit-box-shadow: 6px 0 0 rgba(10, 15, 11, 0.5), -6px 0 0 rgba(10, 15, 11, 0.5); 
  background-color: rgba(10, 15, 11, 0.5);
  color: #fff;
}
#home-menu-nav {
  position: absolute;
  z-index: 100;
  width: 80px;
  margin: auto;
  bottom: 13px;
  left: 40%;
  list-style-type: none;
}
#home-menu-nav li {
  float: left;
  margin-right: 10px;
}
#home-menu-nav li a {
  display: block;
  background-color: #db5f26;
  width: 11px;
  height: 11px;
  border-radius: 50%;  
}
#home-menu-nav li.active a, #home-menu-nav li a.active {
  background-color: #493d33
}
#page-title {
  margin: 18px 0px 18px 0px;
  display: block;
  width: 100%;
  font-size: 0px;
}
.yellow-border {border: 6px solid #2f2720}
#page-standard-content {background-color: transparent; color: #333; font-size: 15px;}
.page-standard-content-wrapper {background-color: #fff; padding: 23px}

#page-standard-content p {
  font-size: 15px;
  line-height: 17px;
}
#page-standard-content p:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
#page-standard-content.with-image.no-float {
  float: left;
}
#page-standard-content ul li {
  text-indent: 30px;
}
/* responsive page images */
#page-standard-image img {
  max-width: 100%; /* Fluid images for posts, comments, and widgets */
  height: auto;
}
#page-standard-image img[class*="align"], #page-standard-image img[class*="wp-image-"] {
  height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
#page-standard-image img.size-full, .post img.size-full {
  max-width: 100%;
  width: auto; /* Prevent stretching of full-size images with height and width attributes in IE8 */
  height: auto;
}
.contact-page {
  width: 35%;
}
/* single post formatting */
.post {
  margin-top: 18px;
}
.post #page-standard-content h1,.post #page-standard-content h2,.post #page-standard-content h3,.post #page-standard-content h4,.post #page-standard-content h5 {font-size: 26px}
.navigation {
  background-color: #fff;
  width: 100%;
  height: 25px;
}
.navigation a {
  display: inline-block;
  float: right;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  /*background-color: #ffeb34;*/
  background-color: #db5f26;
  
  height: 25px;
  line-height: 26px;
  width: 25px;
  text-align: center;
  margin-left: 1px;
  
  font-family: sans-serif;
}
.navigation a:hover {text-decoration: none;}
a.yellow-x {
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 26px;
  height: 26px;
  font-size: 0px;
  /*background: url("assets/img/yellow-x.png") no-repeat center center #2f2720;*/
  background: url("assets/img/grey-x.png") no-repeat center center #2f2720;
}
.post-footer {
  color: #493d33;
  font-size: 11px;
}
.post-footer a {
  text-decoration: none;
  color: #493d33;
}
.post-content {
  margin-bottom: 50px
}

.post-content a {
  color: #392d23;
  font-weight: bold;
}

ul.posts-list {
  list-style-type: none;
}
ul.posts-list li {
  display: block;
  margin-bottom: 20px;
}
ul.posts-list li .list-image-container {
  line-height: 0px;
  position: relative
}
/*
ul.posts-list li:nth-child(3) {
  margin-right: 0px;
}
*/
.list-excerpt {
  line-height: 15px;
  padding-top: 8px;
  padding-bottom: 20px;
  text-align: justify;
  /*background-color: #db5f26;*/
  background-color: #2f2720;
  color: #fff;
  font-size: 15px;
}
.list-excerpt h1,.list-excerpt h2,.list-excerpt h3,.list-excerpt h4 {
  color: #fff;
  /*
  font-weight: 600;  
  font-size: 26px;
  */
  font-size: 24px;
  font-family: "QuicksandBook";
  /*-webkit-text-stroke-width: .3px;*/
  font-weight: bold;
  text-align: left;
  padding-bottom: 8px;
}
.list-image-container .list-title {
  font-family: "QuicksandLight";
  position: absolute;
  padding: 10px 10px 10px 5px;
  width: 50%;
  bottom: 40px;
  
  color: #db5f26;
  font-weight: normal;  
}
.list-title {
  line-height: 20px;
  background-color: #2f2720;
  
  color: #db5f26;
  font-weight: normal;
  
  font-family: "QuicksandLight";
  /*-webkit-text-stroke-width: .3px;*/
  font-size: 1.7em;
  display: block;
}
.list-title:hover {text-decoration: none}
ul.posts-list.col3 {
 /* margin-right: 0px; */
}
#menu-items li a img {
  z-index: 80;
  opacity: 0.6;
}
#menu-items li a:hover img, #menu-items li a.active img {
  opacity: 1;
}
#menu-items li a:hover h1, #menu-items li a.active h1 {
  color: #db5f26;
}
#menu-items {list-style-type: none; margin: 0; background-color: #fff; padding: 10px}
#menu-items li {margin-bottom: 20px;}
#menu-items li:last-child {margin-bottom: 0px;}
#menu-items li a {
  position: relative;
  display: block;
  background-color: #fff;
  min-height: 50px;
  line-height: 0px;
  border: 2px solid #fff;
}
#menu-items li a h1 {
  text-align: right;
  position: absolute;
  color: #db5f26;
  
  font-weight: bold;
  font-size: 24px;
  
  font-family: "QuicksandBook";
  /*-webkit-text-stroke-width: .3px;*/
  
  line-height: 20px;
  display: block;
  width: 170px;
  right: 8px;
  bottom: 8px;
  padding-right: 3px;
  opacity: 1;
  z-index: 100;
}
#menu-title {
  background-color: #2f2720;
  /*-webkit-text-stroke-width: .3px;*/
  
  font-family: "QuicksandLight";
  color: #db5f26;
  font-weight: normal;
  font-size: 23px;
  
  padding: 8px 8px 6px 8px;
  text-indent: 18px;
}
#menu-content {
  margin: 10px 0px 20px 0px;
  background-color: transparent;
}
#menu-content article {background-color: #fff; margin-top: 0px;}
#menu-content article p {font-family: Arial;line-height: normal; padding: 21px 21px 0 21px; margin: 0; color:#000;font-size: 15px;line-height: 17px;}
#menu-content article p a {color:#000000; text-decoration:underline;}
/* comments */
#page-standard-content #comments-title {color: #493d33; font-weight: normal; font-size: 18px;}
li.comment {
  border: 1px solid #eee;
  border-radius: 4px;
}
#comments #respond form p label {
  display:block;
  float:left;
  width:105px;
  line-height:35px;
}
#comments #respond form p input[type=text], #comments #respond form p textarea {
  background-color:rgba(255,255,255,0.07);
  height:19px;
  line-height:19px;
  border:1px solid #444;
  color:#333;
  padding:7px;
  font-size:.9em;
  font-family:'Arimo', sans-serif;
  -webkit-font-smoothing:antialiased;
}
#comments #respond form p input[type=text]:focus, #comments #respond form p textarea:focus {
  -webkit-box-shadow:inset 0 0 7px rgba(0,0,0,0.5);
  -moz-box-shadow:inset 0 0 7px rgba(0,0,0,0.5);
  -ms-box-shadow:inset 0 0 7px rgba(0,0,0,0.5);
  -o-box-shadow:inset 0 0 7px rgba(0,0,0,0.5);
  box-shadow:inset 0 0 7px rgba(0,0,0,0.5);
}
#comments #respond form p textarea {
  height:auto;
  min-height:63px;
  width:70%;
  min-width:70%;
  max-width:70%;
}
#comments #respond form .form-allowed-tags {
  font-size:.9em;
  margin-left:105px;
}
#comments #respond form .form-submit { margin-left:105px; }
#comments #respond form .form-submit input {
  appearance:none;
  -moz-appearance:none;
  -webkit-appearance:none;
  display:inline-block;
  background-color:#000;
  border-width:0;
  line-height:1em;
  display:inline-block;
  padding:7px 14px;
  color:#db5f26;
  cursor:pointer;
  text-shadow:0 1px 0 rgba(0,0,0,0.1);
  -webkit-border-radius:14px;
  -moz-border-radius:14px;
  -ms-border-radius:14px;
  -o-border-radius:14px;
  border-radius:14px;
  -webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.2), inset 0 -1px 0 rgba(0,0,0,0.3);
  -moz-box-shadow:inset 0 1px 0 rgba(255,255,255,0.2), inset 0 -1px 0 rgba(0,0,0,0.3);
  -ms-box-shadow:inset 0 1px 0 rgba(255,255,255,0.2), inset 0 -1px 0 rgba(0,0,0,0.3);
  -o-box-shadow:inset 0 1px 0 rgba(255,255,255,0.2), inset 0 -1px 0 rgba(0,0,0,0.3);
  box-shadow:inset 0 1px 0 rgba(255,255,255,0.2), inset 0 -1px 0 rgba(0,0,0,0.3);
}
#comments #respond form .form-submit input:hover { background-color:#ba1146; }
#comments #respond form .form-submit input:active {
  background-color:#8b0d35;
  -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.5), inset 0 -1px 0 rgba(0,0,0,0.3);
  -moz-box-shadow:inset 0 1px 1px rgba(0,0,0,0.5), inset 0 -1px 0 rgba(0,0,0,0.3);
  -ms-box-shadow:inset 0 1px 1px rgba(0,0,0,0.5), inset 0 -1px 0 rgba(0,0,0,0.3);
  -o-box-shadow:inset 0 1px 1px rgba(0,0,0,0.5), inset 0 -1px 0 rgba(0,0,0,0.3);
  box-shadow:inset 0 1px 1px rgba(0,0,0,0.5), inset 0 -1px 0 rgba(0,0,0,0.3);
}
.home-box a {text-decoration: none}
.home-box .post-title {text-transform: uppercase; font-family: "QuicksandBook"; font-weight: bold; font-size: 18px; padding: 7px 0px 7px 0px; color: #493d33}
.tbox {position:absolute; display:none; padding:14px 17px; z-index:900}
.tmask {position:absolute; display:none; top:0px; left:0px; height:100%; width:100%; background:#000; z-index:800}
.tclose {position:absolute; top: 18px; right:202px; width:30px; height:30px; cursor:pointer; background:url(assets/img/close.png) no-repeat; opacity: 0.7}
#yellowtail_private_events_form .yellowtail, #yellowtail_private_events_form .container {
  padding: 0
}
img.wat {
  cursor: pointer;
}
#crap {
  list-style-type: none;
  right: 0px;
  position: absolute;
  top: 50px;
}
#crap li a {
  margin-right: 6px;
  display: block;
  margin-bottom: 10px;
  width: 34px;
  height: 34px;
}
.page-standard-content-wrapper p a {
  color: #333;
  font-size: 15px;
  text-decoration: none;
}
#nav-dcssb {list-style-type: none}
.iframe-rwd  {
position: relative;
padding-bottom: 65.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
.iframe-rwd iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
ul.gallery-list {
  margin: 0;
  list-style-type: none;
  position: relative;
}
ul.gallery-list li {
  position: absolute;
  top: 0;
}
ul.gallery-list li img {
  z-index: 0;
}
#menu-select {
  width: 100%;
  margin: auto;
  font-size: 16px;
}
/* media queries - responsive */
/* Desktops and laptops ----------- */
@media screen and (min-width : 1024px) {
   /* press page box contact box */
  #page-standard-image.press-contact-box {
    width: 26%;
  } 
#before-header a.big.desktop-links {display: inline}
#before-header a.big.mobile-links {display: none}
 
#post-thumb-title {
  left: 26px;
  top: 26px;
  position: absolute;
  display: block;
  color: #fff;
  padding: 15px;
  
  width: 55%;
  background-color: #db5f26;
  
  font-family: "QuicksandBook";
  color: #fff;
  font-weight: normal;
  font-size: 23px;
} 
 
#menu-content article p {font-family: Arial;line-height: normal; padding: 21px 21px 0 21px; margin: 0; color:#000;font-size: 15px;line-height: 17px;}
#menu-content article p a {color:#000000; text-decoration:underline;} 
 
.with-image.with-excerpt .yellow-border, .without-image .yellow-border {
 border-width: 10px;
}
.without-image.without-excerpt .yellow-border {
 padding: 10px 10px 10px 0px;
 background-color: #db5f26;
}
.with-image.without-excerpt .yellow-border {
 border-width: 4px;
}
 
#crap1 {
  background: url('assets/img/button1.png') no-repeat 0 0 transparent;
}
#crap2 {
  background: url('assets/img/button2.png') no-repeat 0 0 transparent;
} 
  
.col1, .col2, .col3 {
  margin-right: 1%;
  float: left;
  width: 32%;
}

/* home */
#home-slider-image-title {
  font-size: 37px;
  line-height: 44px;
}
.home-box-container-1 {
  width: 30%;
}
.home-box-container-2 {
  width: 40%;
}
.home-box-container-3 {
  width: 30%;
}
#home-boxes .home-box-contaner .home-box {
  height:160px;
}
/* Styles */
  #container {
    position:absolute;
    top:0;
    left:0;
    bottom:0;
    width:100%;
    overflow:hidden;
    *zoom:1;
  }
  header {
    background-color: #fff;
    position:relative;
    z-index:10;
    height: 76px;
    *zoom:1;
  }
  
  header #header-nav #header-nav-content ul li a {padding:0 8px;}
  
  #content #content-upper {
    position:absolute;
    top:110px;
    left:0;
    bottom:31px;
    width:100%;
    overflow:auto;
    z-index:5;
  }  
  
  .container {width:1002px;}
    
  header #header-logo {
    width: 15%;
  }
  
  header #header-logo #header-logo-content {
  }
  
  header #header-logo img {
  }
  
  header #header-nav {
    float: left;
    width: 85%;
  }
  
  header #header-nav ul li a {
    line-height:54px;
    font-size: 18px;
  }
  
  /* page settings */
  #page-standard-content.with-image {
      float: right;
      width: 65%;
  }
  #page-standard-image {
      line-height: 0;
      position: relative;
      width: 31%;
  }
  
  #page-standard-image.float-right {
    float: left;
    margin-left: 17px;
  }
  
  #private-events {
    text-align: center;
    margin-top: 10px;
    z-index: 90;
    width: 64%;
    background-color: #fff;
    position: relative;
    padding-top: 12px;
    padding-left: 20px;
    padding-bottom: 12px;
    margin-bottom: 20px;
    clear: both;
  }
  
  #contact-map {
    width: 60%;
    float: right;
    position: relative;
  }
  
  /* menu */
  #menu {
    background-color: #2f2720;
    width: 26%;
    padding: 8px;
  }
  
  #menu-container {
    /*
    width: 652px;
    margin-right: 68px;
    */
    width: 65%;
    margin-right: 6%;
    float: right;
  }
  
  #menu-select {display: none}
  
  #page-standard-content h1, #page-standard-content h2, #page-standard-content h3, #page-standard-content h4, #page-standard-content h5 {
    font-size: 1.5em;
    font-family: "RailwayExtraBold";
    font-weight: bold;
    color: #493d33;
    padding-bottom: 10px;
    line-height: 26px;
  }
  
  /* footer */
  /*
  footer {
    position:absolute;
    bottom:0;
    left:0;
    width:100%;  
  }
  
  #footer-address {padding-top: 8px;}
  */
  /* footer */
  footer #footer-text p {
    border-top:3px solid rgba(255,255,255,0.5);
    padding-top: 1px;
    height:21px;
    overflow:hidden;
    font-size: 15px;
    color: #493d33;
    font-family: 'QuicksandLight';
  }
  
  footer {
    position:absolute;
    bottom:0;
    left:0;
    width:100%;  
  }
    
  footer #footer-text {
    display:inline;
    float:left;
    width:60%;
    margin:0 0%;
  }
  
  footer #footer-address {
    padding-top: 8px;
    display:inline;
    float:left;
    width:40%;
    margin:0 0%;
    font-size: 15px;
  }    
  
}
/* ipad pe landscape, monitoare mici */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape),
only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {
  /* press page box contact box */
  #page-standard-image.press-contact-box {
    width: 22%;
  } 
#before-header a.big.desktop-links {display: none}
#before-header a.big.mobile-links {display: inline}
  #post-thumb-title {
    left: 26px;
    top: 26px;
    position: absolute;
    display: block;
    padding: 6px;
    
    width: 70%;
    color: #fff;
    padding: 15px;
    
    width: 55%;
    background-color: #db5f26;
    
    font-family: "QuicksandBook";
    font-weight: normal;
    font-size: 20px;
  }
  #menu-content article p {font-family: Arial;line-height: normal; padding: 21px 21px 0 21px; margin: 0; color:#000;font-size: 15px;line-height: 17px;}
#menu-content article p a {color:#000000; text-decoration:underline;}
  .with-image.with-excerpt .yellow-border, .without-image .yellow-border {
   border-width: 6px;
  }
  .without-image.without-excerpt .yellow-border {
   padding: 6px 6px 6px 0px;
   background-color: #db5f26;
  }
  .with-image.without-excerpt .yellow-border {
   border-width: 4px;
  }
  .col1, .col2, .col3 {
    margin-right: 1%;
    float: left;
    width: 32%;
  }
  #crap li a {
    margin-right: 6px;
    display: block;
    margin-bottom: 10px;
    width: 22px;
    height: 22px;
    background-size: background-size: 100% auto;
  }
  #crap {top: 45px; right: 10px}  
  #crap1 {
    background: url('assets/img/button1.png') no-repeat 0 0 transparent;
    background-size: 100% auto;
  }
  #crap2 {
    background: url('assets/img/button2.png') no-repeat 0 0 transparent;
    background-size: 100% auto;
  }  
  
  /* Styles */
  /* home */
  .home-box-container-1 {
    width: 30%;
  }
  .home-box-container-2 {
    width: 40%;
  }
  .home-box-container-3 {
    width: 30%;
  }
  .home-box-container-1 a h3, .home-box .post-title {font-size: 14px; padding: 4px 0px 0px 0px}
  
  .home-box-container-1 .post-desc {width: 95%;}  
  
  #home-boxes .home-box-contaner .home-box {
    height:160px;
  }
  
  .twitter-head, #twitter-tweet {
    width: 100%;
    margin-left: 8px;
    padding-bottom: 5px;
  }
  
  #twitter-tweet-date {
    margin-left: 10px;
  } 
  #home-slider-image-title {
    font-size: 34px;
    line-height: 39px;
  }
  #page-title {margin: 0px 0px 0px 0px;}
  
  .post, .page, .posts {margin-top: 10px; margin-bottom: 10px}
  
  body.page, body.post {margin: 0px;}
  
  article.post {margin-bottom: 0px}
  
  #container {
    position:absolute;
    top:0;
    left:0;
    bottom:0;
    width:100%;
    overflow:hidden;
    *zoom:1;
  }
  header {
    /*padding-top:21px;*/
    background-color: #fff;
    position:relative;
    z-index:10;
    height: 76px;
    *zoom:1;
  }
  
  #before-header a.big {font-size: 20px; margin-right: 20px;}
  footer {
    position:absolute;
    bottom:0;
    left:0;
    width:100%;  
  }
  
  #content #content-upper {
    position:absolute;
    top:110px;
    left:0;
    bottom:31px;
    width:100%;
    overflow:auto;
    z-index:5;
  }
  
  /* container mai mic pentru efectul de margine/centrat */
  .container {width: 96%; margin: auto;}
    
  header #header-logo {
    width: 15%;
  }
  
  header #header-logo #header-logo-content {
  }
  
  header #header-logo img {
    height: 50px;
    padding-top: 8px;
  }
  
  header #header-nav {
    float: left;
    width: 85%;
  }
  
  header #header-nav ul li a {
    line-height:58px;
    font-size: 15px;
    padding: 0 3px
  }
  
  /* page settings */
  
  #page-standard-content.with-image {
      float: right;
      width: 71%;
      position: relative;
  }
  
  #page-standard-image {
      line-height: 0;
      position: relative;
      width: 25%;
  }
  
  #page-standard-image.float-right {
    float: left;
    margin-left: 10px;
  }
  
  #contact-map {
    width: 60%;
    float: right;
    position: relative;
  }
  
  #private-events {
    width: 64%;
    background-color: #fff;
    position: relative;
    padding-top: 12px;
    padding-left: 20px;
    padding-bottom: 12px;
    margin-bottom: 20px;
    clear: both;
  }
  
  /* menu */
  #menu {
    background-color: #2f2720;
    width: 15%;
    padding: 5px;
  }
  
  #menu-container {
    width: 83%;
    margin-right: 0;
    float: right;
  }
  
  #menu-items li {
    margin-bottom: 6px;
  }
  
  #menu-items li a h1 {
    font-size: 14px;
    padding: 0;
    width: 90%;
    bottom: 2px;
    right: 4px;
  }
  
  #menu-content {
    margin: 6px 0px 0px 0px;
  }
  
  #menu-title {
    font-size: 16px;
    text-indent: 0px;
    padding: 6px 6px 4px 6px;
  }
  
  #menu-select {display: none}
  
  #page-standard-content h1, #page-standard-content h2, #page-standard-content h3, #page-standard-content h4, #page-standard-content h5 {
    font-size: 22px;
    font-family: "RailwayExtraBold";
    font-weight: bold;
    color: #493d33;
    padding-bottom: 10px;
    line-height: 24px;
  }
  
  /* footer */
  /*
  #footer-address {padding-top: 6px;}
  */
  
  /* footer */
  footer {
    position:absolute;
    bottom:0;
    left:0;
    width:100%;  
  }
  
  #footer-address {padding-top: 6px;}
  
  footer #footer-text p {
    border-top:3px solid rgba(255,255,255,0.5);
    padding-top: 1px;
    height:21px;
    overflow:hidden;
    font-size: 15px;
    color: #493d33;
    font-family: 'QuicksandLight';
  }
  
  footer #footer-text {
    display:inline;
    float:left;
    width:60%;
    margin:0 0%;
  }
  
  footer #footer-address {
    display:inline;
    float:left;
    width:40%;
    margin:0 0%;
    font-size: 15px;
  }      
}
/* tablete mici sau tablete pe portrait */
@media
only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait),
only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : portrait),
only screen and (min-device-width : 600px) and (max-device-width : 800px) and (orientation : portrait),
only screen and (min-width : 600px) and (max-width : 800px) and (orientation : portrait),
only screen and (min-width : 600px) and (max-width : 800px) and (orientation : landscape),
only screen and (min-device-width : 600px) and (max-device-width : 800px) and (orientation : landscape),
only screen and (min-width : 569px) and (max-width : 853px) and (orientation : landscape),
only screen and (min-width : 569px) and (max-width : 853px) and (orientation : portrait),
only screen and (min-device-width : 569px) and (max-device-width : 853px) and (orientation : landscape),
only screen and (min-device-width : 569px) and (max-device-width : 853px) and (orientation : portrait) {
  #page-standard-image.press-contact-box {
    width: 80%;
    clear: both;
  } 
  #before-header a.big.desktop-links {display: none}
  #before-header a.big.mobile-links {display: inline}
  
  .with-image.with-excerpt .yellow-border, .without-image .yellow-border {
   border-width: 4px;
  }
  
  .without-image.without-excerpt .yellow-border {
   padding: 4px 4px 4px 4px;
   background-color: #db5f26;
  }
  
  .with-image.without-excerpt .yellow-border {
   border-width: 2px;
  }
  
  .list-image-container .list-title {
    padding: 5px;
    width: 70%;
    font-size: 1.4em;
    line-height: 18px;
    font-family: "QuicksandLight";
    color: #db5f26;
    font-weight: normal;    
  }
  
  .col1, .col2, .col3 {
    margin-right: 1%;
    float: left;
    width: 32%;
  }
  #post-thumb-title {
    left: 26px;
    top: 26px;
    position: absolute;
    display: block;
    padding: 6px;
    width: 70%;
    color: #fff;
    background-color: #db5f26;
    
    font-family: "QuicksandBook";
    font-size: 22px;
  }
  #menu-content article p {font-family: Arial;line-height: normal; padding: 21px 21px 0 21px; margin: 0; color:#000;font-size: 15px;line-height: 17px;}
#menu-content article p a {color:#000000; text-decoration:underline;}  
  
  .post {margin-top: 38px; margin-bottom: 28px}
  .page, .posts {margin-top: 40px; margin-bottom: 30px;}
  article.post {margin-bottom: 0px}
  
  body.page, body.post {margin: 0px}
  
  /* menu */
  #menu {display: none;}
  
  #menu-container {
    width: 100%;
    float: none;
  }
  
  #menu-select {display: block}
  
  #menu-title {display: none}
  
  #crap li a {
    margin-right: 6px;
    display: block;
    margin-bottom: 10px;
    width: 22px;
    height: 22px;
    background-size: background-size: 100% auto;
  }
  
  #crap {top: 10px; right: 10px}  
  
  #crap1 {
    background-size: background-size: 100% auto;
  }
  
  #crap2 {
    background-size: background-size: 100% auto;
  }
  
  /* home */
  
  #home-boxes .container {width: 95%; margin: auto; margin-left: 10px;}
  
  #home-slider-image-title {
    font-size: 24px;
    line-height: 22px;
  }
  
  .home-box-container-1 {
    width: 30%;
  }
  
  .home-box-container-2 {
    width: 40%;
  }
  
  .home-box-container-3 {
    width: 30%;
  }
  
  .home-box-container-1 a h3, .home-box .post-title {font-size: 14px; padding: 4px 0px 0px 0px}
  
  .home-box-container-1 .post-desc {width: 95%;}  
  
  #home-boxes .home-box-contaner .home-box {
    height:160px;
  }
  
  .twitter-head, #twitter-tweet {
    width: 95%;
    margin-left: 8px;
    padding-bottom: 5px;
  }
  
  #twitter-tweet-date {
    margin-left: 10px;
  } 
  
  nav.responsiveSelectContainer select.responsiveMenuSelect {margin-top: 15px; margin-left: 10px; width: 100%; font-size: 16px;}
  
  #page-title {display: none}
  
  #before-header a.big {font-size: 14px; margin-right: 14px;}
  
  header {
    /*padding-top:21px;*/
    background-color: #fff;
    position:relative;
    z-index:10;
    height: 76px;
    *zoom:1;
  }  
  
 /* micsoram logo-ul pentru mai mult spatiu pt. meniu nav */
  header #header-logo {
    /*display: none;*/
    width: 20%;
  }
  
  header #header-logo #header-logo-content {
  }
  
  header #header-logo img {
  }
  
  header #header-nav {
    float: left;
    /*width: 100%;*/
    width: 80%;
  }
  
  header #header-nav ul li a {
    line-height: 57px;
    font-size: 14px;
    padding: 0 2px;
    margin: 0;
  }
  
  header #header-nav ul li {margin: 0}
  
  #container {
    width:100%;
    *zoom:1;
  }  
  header {
    /*padding-top:21px;*/
    background-color: #fff;
    z-index:10;
  }
  
  header #header-logo img {
    padding-top: 9px;
    height: auto;
    width: 100%;
  }
  
  #content #content-upper {
    position:absolute;
    top:110px;
    left:0;
    bottom:31px;
    width:100%;
    overflow:auto;
    z-index:5;
  }
  
  /*.container {width: 700px}*/
  .container {width: 95%; margin: auto}
  
  /* page settings */
  #page-standard-content.with-image, #page-standard-content.without-image {
      position: relative;
      float: none;
      clear: both;
      width: 100%;
      margin-bottom: 10px;
  }
  
  #page-standard-image {
      position: relative;
      line-height: 0;
      width: auto;
      max-width: 50%;
      margin-top: 10px auto;
	  display: none;
  }
  
  #page-standard-image img {
    max-width: 100%;
    width: 100%;
    height: auto;
  }
  
  #page-standard-image.float-right {
    margin-left: 0px;
  }
  
  #contact-map {
    width: 100%;
    float: none;
    position: relative;
    margin-bottom: 10px;
  }
  
  /* menu */
  .gallery-list {display: none}
  
  .private-events-page {display: none}
  
  #private-events {
    width: 100%;
    background-color: #fff;
    position: relative;
    padding-top: 12px;
    padding-left: 12px;
    padding-bottom: 12px;
    margin-bottom: 20px;
    clear: both;
  }
    
  #page-standard-content h1, #page-standard-content h2, #page-standard-content h3, #page-standard-content h4, #page-standard-content h5 {
    font-size: 20px;
    font-family: "RailwayExtraBold";
    font-weight: bold;
    color: #493d33;
    padding-bottom: 10px;
    line-height: 22px;
  }
  
  /* footer */
  /*
  footer {
    position:absolute;
    bottom:0;
    left:0;
    width:100%;  
  }  
  
  #footer-las-vegas {display: none}
  #footer-address {width: 20%; padding-top: 7px;}
  #footer-text {width: 80%}
  */
  /* footer */
  footer {
    position:absolute;
    bottom:0;
    left:0;
    width:100%;  
  }
  
  #footer-address {padding-top: 6px;}
  
  footer #footer-text p {
    border-top:3px solid rgba(255,255,255,0.5);
    padding-top: 1px;
    height:21px;
    overflow:hidden;
    font-size: 12px;
    color: #493d33;
    font-family: 'QuicksandLight';
  }
  
  footer #footer-text {
    display:inline;
    float:left;
    width:60%;
    margin:0 0%;
  }
  
  footer #footer-address {
    display:inline;
    float:left;
    width:40%;
    margin:0 0%;
    font-size: 12px;
  }    
}
/* tablete mici sau tablete pe portrait, smartphones, iphone */
@media
only screen and (min-device-width : 320px) and (max-device-width : 480px),
only screen and (min-width : 320px) and (max-width : 480px),
only screen and (min-device-width : 320px) and (max-device-width : 568px),
only screen and (min-width : 320px) and (max-width : 568px),
only screen and (min-device-width : 320px) and (max-device-width : 640px),
only screen and (min-width : 320px) and (max-width : 640px),
only screen and (min-device-width: 560px) and (max-device-width: 1136px) and (-webkit-min-device-pixel-ratio: 2) {
  #page-standard-image.press-contact-box {
    width: 80%;
    clear: both;
  } 
  #before-header a.big.desktop-links {display: none}
  #before-header a.big.mobile-links {display: inline}  
  
  #before-header a.big {font-size: 14px; margin-right: 14px; line-height: 16px}
  
  
  #before-header {text-align: left; height: auto;}
  
  #before-header div {padding-top: 0px;}
  
  #before-header a.med-icon {width:16px; height: 16px; background-size: 100% auto; padding-top: 0}  
  
  nav.responsiveSelectContainer select.responsiveMenuSelect {margin-top: 6px; margin-left: 6px; width: 100%; font-size: 14px;}
  
  header {
    background-color: #fff;
    position:relative;
    z-index:10;
    height: auto;
    *zoom:1;
  }  
  
  header #header-logo {
    /*display: none;*/
    width: 20%;
  }
  
  header #header-logo #header-logo-content {
  }
  
  header #header-logo img {
    
  }
  
  header #header-nav {
    float: left;
    /*width: 100%;*/
    width: 80%;
  }
  
  header #header-nav ul li a {
    line-height: 57px;
    font-size: 14px;
    padding: 0 0px;
    margin: 0;
  }
  
  header #header-nav ul li {margin: 0}
  
  #container {
    width:100%;
    *zoom:1;
  }  
  
  header #header-logo img {
    padding-top: 9px;
    height: auto;
    width: 100%;
  }  
  
  #menu-content article p {font-family: Arial;line-height: normal; padding: 21px 21px 0 21px; margin: 0; color:#000;font-size: 15px;line-height: 17px;}
#menu-content article p a {color:#000000; text-decoration:underline;}
  
  .post {margin-top: 15px; margin-bottom: 15px}
  .page, .posts {margin-top: 15px; margin-bottom: 15px;}
  article.post {margin-bottom: 0px}
  
  body.page, body.post {margin: 0px}  
  
  /* menu */
  #menu {display: none;}
  
  #menu-container {
    width: 100%;
    float: none;
  }
  
  #menu-select {display: block}
  
  #menu-title {display: none}
  
  #crap li a {
    margin-right: 5px;
    display: block;
    margin-bottom: 5px;
    width: 16px;
    height: 16px;
    background-size: background-size: 100% auto;
  }
  
  #crap {top: 10px; right: 10px}  
  
  #crap1 {
    background-size: background-size: 100% auto;
  }
  
  #crap2 {
    background-size: background-size: 100% auto;
  }  
  
  /* home */
  #content #content-upper {
    position:absolute;
    left:0;
    top: 0px;
    
    /*
    margin-top: 10px;
    position: relative;
    top: auto;
    */
    width:100%;
    overflow:auto;
    z-index:5;
    bottom: 0;
    min-height: 200px;
  }   
  
  #page-home {
	  position: absolute;
	  bottom: 200px;
	  }
  #home-slider-nav, #home-menu-nav {display: none;}
  #home-boxes {margin-top: 40px; position: absolute; bottom: 20px;}
  #home-boxes .container {width: 100%; margin: auto; margin-left: 0px;}
  .home-box-container-1 {
    width: 50%;
    height: auto;
  }
  
  .home-box-container-2 .home-box {
    height: 160px
  }
  
  .home-box-container-1 .home-box {
    height: auto;
  }
  
  .home-box-container-1 a h3, .home-box .post-title {text-indent: 10px; font-size: 14px; padding: 2px 0px 2px 0px;}
  
  .home-box-container-1 .post-desc {width: 90%; padding-left: 10px; padding-bottom: 5px}
  
  #home-boxes .home-box-container-2 {
    width: 100%;
	display: none;
  }
  
  .home-box-container-3 {
    width: 50%;
  }
  
  .twitter-head, #twitter-tweet {
    width: 90%;
    margin-left: 8px;
    padding-bottom: 5px;
  }
  
  #twitter-box {
    padding-bottom: 10px
  }
  
  #twitter-tweet-date {
    margin-left: 10px;
  }
  #home-slider-image-title {
    font-size: 20px;
    line-height: 24px;
    width: 100%;
    display: block;
    height: 100px;
  }  
  
  .container {width: 90%; margin: auto;}
  
  #page-standard, #page-blog {
	  margin-top: 130px;
	  margin-bottom: 50px;
	  }
	  
  #page-standard-content.with-image, #page-standard-content.without-image {
      position: relative;
      float: none;
      clear: both;
      width: 100%;
      margin-bottom: 10px;
  }
  
  #page-standard-image {
      position: relative;
      line-height: 0;
      width: auto;
      max-width: 70%;
      margin-top: 10px auto;
	  display: none;
  }
  
  #page-standard-image img {
    max-width: 100%;
    width: 100%;
    height: auto;
  }
  
  #page-standard-image.float-right {
    margin-left: 0px;
  }
  #page-title {display: none}
  #post-thumb-title {
    left: 26px;
    top: 26px;
    position: absolute;
    display: block;
    padding: 4px;
    
    width: 70%;
  
    background-color: #2f2720;
    font-family: "QuicksandBook";
    color: #db5f26;
    font-weight: normal;
    font-size: 16px;
  }
  
  /* private events */
  .gallery-list {display: none}
  
  .private-events-page {display: none}
  
  #private-events {
    width: 100%;
    background-color: #fff;
    position: relative;
    padding-top: 12px;
    padding-left: 0px;
    padding-bottom: 12px;
    margin-bottom: 20px;
    clear: both;
  }
  
  #contact-map {
    width: 100%;
    float: none;
    position: relative;
    margin-bottom: 10px;
  }
  
  .col1, .col2, .col3 {
    float: none;
    width: 70%;
    clear: both;
    margin: auto;
  }
  
  .col1 li, .col2 li, .col3 li {
    margin-bottom: 10px;
    clear: both;
    background-color: #2f2720;
  }
  
  .with-image.with-excerpt .yellow-border, .without-image .yellow-border {
    border-width: 2px;
    background-color: #2f2720;
  }
  
  .without-image.without-excerpt .yellow-border {
    padding: 4px 4px 4px 4px;
    background-color: #2f2720;
  }
  
  .with-image.without-excerpt .yellow-border {
  background-color: #2f2720;
   border-width: 2px;
  }
  
  #page-standard-content h1, #page-standard-content h2, #page-standard-content h3, #page-standard-content h4, #page-standard-content h5 {
    font-size: 20px;
    font-family: "RailwayExtraBold";
    font-weight: bold;
    color: #493d33;
    padding-bottom: 10px;
    line-height: 22px;
  }
  
  /* footer */
  /*
  footer {display: none}
  */
  
  /* footer */
  footer {
    display: block;
    background-color: #fff;
    position: absolute;
    top: auto;
    bottom: 0;
    padding: 0;
	width: 100%;
  }
  
  #footer-address {padding-top: 6px;}
  
  footer #footer-text {
    display:none;
  }
  
  footer #footer-address {
    display:inline;
    width:100%;
    margin:0 18px 0px 0px;   
    font-size: 12px;
  }  
}
#dc-dcssb {display: none}

/* general press page styles */
.press-page {width: 65%}

#page-standard-content.press-page h1, #page-standard-content.press-page h2, #page-standard-content.press-page h3, #page-standard-content.press-page h4, #page-standard-content.press-page h5 {
  color: #000;
}

.press-page ul {
  margin-top: 10px;
  list-style-image: url('assets/img/yellow-bullet.png');
}

#page-standard-content.press-page ul li {
  text-indent: 15px
}

#page-standard-image.press-contact-box {
  background-color: #000;
  padding: 30px;
  color: #fff;
  font-size: 15px;
  line-height: 22px;
}
.press-page  a{color:#493d33;}
.press-page a:hover{text-decoration:underline; color: #000;}

.press-contact-box strong, .press-contact-box a {
  color: #db5f26;
  text-decoration: none;
}

@media
only screen and (min-device-width : 320px) and (max-device-width : 480px),
only screen and (min-width : 320px) and (max-width : 480px) {	
	#page-home { 
		display:none;
		}
	#home-boxes .home-box-container-1 {
		display: none;
		}
	#home-boxes .home-box-container-3 {
		width: 100%;
		height: 130px;
		overflow: hidden;
		}
	.twitter-hover {
		bottom: 30px;
		}
}