html, body {
	width:100%;
	height:100%;
}

.slides-container h1, .slides-container h2, .slides-container h3, .slides-container h4, .slides-container h5, .slides-container h6,
.slides-container p, .slides-container ul, .slides-container ol, .slides-container blockquote, .slides-container pre, .slides-container dl {
max-width: 960px;
margin:0 auto 10px;
}

.ie8 .slides-container h1, .ie8 .slides-container h2, .ie8 .slides-container h3, .ie8 .slides-container h4, .ie8 .slides-container h5, .ie8 .slides-container h6,
.ie8 .slides-container p, .ie8 .slides-container ul, .ie8 .slides-container ol, .ie8 .slides-container blockquote, .ie8 .slides-container pre, .ie8 .slides-container dl {
max-width: 100%;
margin:0 auto 10px;
}

.nav li a.current {
color:#fff;
}

.slides-container {
position:relative;
width:100%;
height:100%;
padding-top:0px;
}

.editmode .slides-container {
    margin-top: -50px;
}

.editing .slides-container {
    margin-top: 0px;
    height: auto;
}

.slides-container > div.ccm-block-styles {
width:100%;
min-height:100%;
text-align:center;
position: relative;
background-attachment: scroll;
background-position: center top;
background-repeat: no-repeat;
background-size: cover;
overflow: hidden;

-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-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;
}

.parallax-backgrounds .slides-container > div.ccm-block-styles {
background-attachment: fixed;
}
.mobile .parallax-backgrounds .slides-container > div.ccm-block-styles {
background-attachment: scroll;
}

.no-mobile.no-backgroundsize .slides-container > div.ccm-block-styles {
background-position: 9999px;
}

.mobile body {
  overflow: hidden;
}

.mobile #wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.mobile #scroller {
  height: auto;
}

.mobile .slides-container > div.ccm-block-styles, .mobile .slides-container > div.ccm-block-styles * {
  transform:translate3d(0,0,0);
  -webkit-transform:translate3d(0,0,0);
}

.slides-container > div.ccm-block-styles p:first-child,
.slides-container > div.ccm-block-styles h1:first-child,
.slides-container > div.ccm-block-styles h2:first-child,
.slides-container > div.ccm-block-styles h3:first-child,
.slides-container > div.ccm-block-styles h4:first-child,
.slides-container > div.ccm-block-styles h5:first-child,
.slides-container > div.ccm-block-styles h6:first-child {
margin-top:41px;
}

.editmode .slides-container > div.ccm-block-styles p:first-child,
.editmode .slides-container > div.ccm-block-styles h1:first-child,
.editmode .slides-container > div.ccm-block-styles h2:first-child,
.editmode .slides-container > div.ccm-block-styles h3:first-child,
.editmode .slides-container > div.ccm-block-styles h4:first-child,
.editmode .slides-container > div.ccm-block-styles h5:first-child,
.editmode .slides-container > div.ccm-block-styles h6:first-child {
margin-top:91px;
}

.slides-container ul, .slides-container ol  {
	list-style-position: inside;
}

.slides-container table {
	margin: 0 auto;
    table-layout:fixed;
}
.slides-container form {
	text-align: left;
	max-width: 900px;
	margin: 0 auto;
}
.slides-container label {
	display:inline;
}

.std-container {
width:900px; margin: 50px auto 60px; text-align: left; font-size: 14px; line-height: 20px;
}

#footer {
text-align:center;
padding:10px;
-webkit-box-shadow: 0 1px 10px rgba(0,0,0,0.1);
-moz-box-shadow: 0 1px 10px rgba(0,0,0,0.1);
box-shadow: 0 1px 10px rgba(0,0,0,0.1);
}

#footer, #footer p {
font-size: 20px;
line-height: 20px;
}

.editing #footer {
    min-height:40px;
}

.navbar-fixed-bottom,.navbar-fixed-top {
position:fixed;
margin:0;
}

.navbar-inverse .navbar-inner {
padding: 0 0 0 10px;
}

.navbar-fixed-top a.uarr, .navbar-fixed-top a.darr {
line-height:14px;
line-height: 1.0;
}

.navbar .brand, .navbar .brand-wrapper a, .navbar .brand-wrapper p,
.navbar .brand-wrapper h1, .navbar .brand-wrapper h2, .navbar .brand-wrapper h3, .navbar .brand-wrapper h4, .navbar .brand-wrapper h5, .navbar .brand-wrapper h6 {
font-size: 20px;
line-height: 20px;
padding-top:10px;
}

.navbar .pull-left {
    font-size:20px;
    color:#999;
}

.nav-pills a {
font-size: 15px;
}

.editmode .navbar-fixed-top {
padding-top:49px;
z-index:1;
background: #fff;
}

.popover {
background: transparent;
-webkit-box-shadow: none;
   -moz-box-shadow: none;
        box-shadow: none;
border:0;
}

.popover .arrow {
border: 0;
}

.bottom-arrow {
    display:block;
    width:80px;
    height:80px;
    position:absolute;
    bottom:0px;
    left:50%;
    margin-left: -40px;    
    background:url(/packages/theme_long_story_short_parallax/themes/long_story_short_parallax/images/bottom-arrow.png) no-repeat 0 0 transparent;
    opacity: 0.5; 
}
.bottom-arrow:hover {
    cursor:pointer;
    opacity: 0.7;
}
.hide-footer #footer {
    display: none;
}
.hide-footer .bottom-arrow {
    height: 40px;
}

.white-rounded-arrow .bottom-arrow {background-image:url(/packages/theme_long_story_short_parallax/themes/long_story_short_parallax/images/bottom-arrow-inverse-big.png);}
.black-rounded-arrow .bottom-arrow {background-image:url(/packages/theme_long_story_short_parallax/themes/long_story_short_parallax/images/bottom-arrow-big.png);}
.white-square-arrow .bottom-arrow {background-image:url(/packages/theme_long_story_short_parallax/themes/long_story_short_parallax/images/bottom-arrow-inverse.png);}
.black-sqaure-arrow .bottom-arrow {background-image:url(/packages/theme_long_story_short_parallax/themes/long_story_short_parallax/images/bottom-arrow.png);}
.hide-arrow .bottom-arrow {display:none;}

.drop-shadow {
    display:block;
    width:100%;
    height:10px;
    position:absolute;
    top:0px;
    left:0px;
    background:url(/packages/theme_long_story_short_parallax/themes/long_story_short_parallax/images/drop-shadow.png) repeat-x 0 0 transparent;
}

@media (max-width: 979px) {
#footer {
padding:5px;
}
.navbar-fixed-bottom a.uarr, .navbar-fixed-bottom a.darr {
display:none;
}
}
@media (max-width: 767px) {
body {
padding:0;
}
}