/*  
Theme Name: Lensa
Theme URI: http://demo.colorlabsproject.com/lensa
Description: WordPress Photography Themes by ColorLabs & Company
Author: ColorLabs & Company
Author URI: http://colorlabsproject.com
Version: 1.0.3
Tags: photography, instagram, blog, full-screen, slider, responsive, pinterest, flickr, picasa, custom_post_type
*/
/* ===================================================================
  #Structural Layout
=================================================================== */
body {
  position: relative;
}

body, html {
  margin: 0;
  height: 100%;
  min-height: 100%;
  min-width: 100%;
  padding: 0;
  width: 100%;
}

.main-container {
  margin-top: 50px;
  margin-bottom: 50px;
}

.main-content {
  margin-left: 0;
}

.block-background {
  background: #fff;
  background: rgba(255, 255, 255, 0.8);
}

.col4 {
  width: 35.27273%;
}

.col8 {
  width: 55.63636%;
}


textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, 
input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus,
input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus{
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 1px rgba(214, 96, 0, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 1px rgba(214, 96, 0, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 1px rgba(214, 96, 0, 0.6);
 }

/* ===================================================================
  #Custom Fonts
=================================================================== */
@font-face {
  font-family: 'BebasNeueRegular';
  src: url("/catalog/view/theme/newstore/fonts/bebas-neue/BebasNeue-webfont.eot");
  src: url("/catalog/view/theme/newstore/fonts/bebas-neue/BebasNeue-webfont.eot?#iefix") format("embedded-opentype"), url("/catalog/view/theme/newstore/fonts/bebas-neue/BebasNeue-webfont.woff") format("woff"), url("/catalog/view/theme/newstore/fonts/bebas-neue/BebasNeue-webfont.ttf") format("truetype"), url("/catalog/view/theme/newstore/fonts/bebas-neue/BebasNeue-webfont.svg#BebasNeueRegular") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* ===================================================================
  #Header
=================================================================== */
.header-section {
  z-index: 100;
  background: #333333;
  background: rgba(0, 0, 0, 0.8);
  font-family: "BebasNeueRegular", sans-serif;
  -webkit-transform: translateZ(0);
  font-weight: normal;
}
.header-section a {
  color: white;
}
.header-section a:hover {
  text-decoration: none;
}

/* Logo
------------------------------------------------------------------- */
.branding {
  padding: 5px 0;
}

.logo {
  font-size: 35px;
  line-height: 1;
  font-weight: normal;
}
.logo a {
  display: block;
}

.site-description {
  font-size: 14px;
  color: #909090;
  line-height: 1;
}

/* ===================================================================
  #Top Navigation
=================================================================== */
.top-nav {
  font-size: 18px;
  float: right;
  -webkit-font-smoothing: antialiased;
}
.top-nav ul {
  margin: 0;
  float: left;
  list-style: none;
}
.top-nav li {
  float: left;
}
.top-nav a {
  color: #909090;
  display: block;
  padding: 23px 0px 23px 19px;
  position: relative;
}
.top-nav .sfHover > a,
.top-nav a:hover,
.top-nav .current-menu-item > a,
.top-nav .current_page_item > a {
  color: #fff;
  background: #0a0a0a;
}
.top-nav i {
  font-size: 13px;
  line-height: 1;
  position: relative;
  top: -2px;
}
.top-nav .sf-with-ul:hover:before,
.top-nav .sfHover > .sf-with-ul:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -7px;
  border-width: 7px 8px;
  border-style: solid;
  border-color: transparent transparent #333333 transparent;
}

/* Superfish Essential Style
------------------------------------------------------------------- */
.sf-menu,
.sf-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sf-menu {
  line-height: 1.0;
}

.sf-menu ul {
  position: absolute;
  top: -999em;
  width: 170px;
  /* left offset of submenus need to match (see below) */
}

.sf-menu ul li {
  width: 100%;
}

.sf-menu li:hover {
  visibility: inherit;
  /* fixes IE7 'sticky bug' */
}

.sf-menu li {
  position: relative;
}

.sf-menu a {
  display: block;
  position: relative;
}

.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
  left: 0;
  top: 64px;
  /* match top ul list item height */
  z-index: 101;
}

ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
  top: -999em;
}

ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
  left: 170px;
  /* match ul width */
  top: 0;
}

ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
  top: -999em;
}

ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
  left: 170px;
  /* match ul width */
  top: 0;
}

ul.sf-menu ul ul {
  margin-top: -1px;
}

.sf-sub-indicator {
  position: relative;
  left: 8px;
}

ul ul .sf-sub-indicator {
  left: 0;
  float: right;
}

/* Top Nav Submenu
------------------------------------------------------------------- */
.top-nav ul ul {
  background: #333333;
  background: rgba(0, 0, 0, 0.8);
}
.top-nav ul ul a {
  padding-top: 15px;
  padding-bottom: 15px;
}

/* Collapsible Mobile Menu
------------------------------------------------------------------- */
.btn-navbar {
  display: none;
  color: #fff;
  border: 1px solid #000;
  background-color: #111;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #111111), color-stop(100%, #222222));
  background-image: -webkit-linear-gradient(#111111, #222222);
  background-image: -moz-linear-gradient(#111111, #222222);
  background-image: linear-gradient(#111111, #222222);
  float: right;
  margin: 7px 5px 0 5px;
  padding: 7px 10px;
  cursor: pointer;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 0 rgba(255, 255, 255, 0.075), 0 0 5px rgba(255, 255, 255, 0.1);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 0 rgba(255, 255, 255, 0.075), 0 0 5px rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 0 rgba(255, 255, 255, 0.075), 0 0 5px rgba(255, 255, 255, 0.1);
}
.btn-navbar .icon-bar {
  display: block;
  width: 18px;
  height: 2px;
  background: #f5f5f5;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  border-radius: 1px;
}
.btn-navbar .icon-bar + .icon-bar {
  margin-top: 3px;
}

.nav-collapse.collapse {
  height: auto;
  overflow: visible;
}


/* ===================================================================
  #Footer Section
=================================================================== */
.footer-section {
  background: #333333;
  background: rgba(0, 0, 0, 0.8);
  padding-top: 8px;
  padding-bottom: 8px;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}
.footer-section.static {
  position: static;
}
.supersized-active .footer-section {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}

.copyrights {
  color: #909090;
  font-size: 8px;
  float: left;
  font-family: "BebasNeueRegular", sans-serif;
  font-weight: normal;
}
.copyrights p {
  margin-bottom: 0;
}

 #galleria{ width: 950px; height: 500px; background: #787878 }