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%;

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:41px;
}

.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;
}
}
.xtarget:target {
    color: #5b9ede;
    -webkit-transition: .3s;
    transition: .3s;
    margin-top: -12px;
    padding-top: 148px;
}

.slides-container {
   padding-top: 105px;
   box-sizing:border-box;
   -moz-box-sizing:border-box;
}

.btn-primary {
  padding: 20px 20px;
  background: transparent none repeat scroll 0% 0%;
  border: 1px solid rgb(255, 255, 255);
  border-radius: 0px;
  font-family: "capitolium-2";
  font-weight: 300;
  text-transform: none;
  font-size: 19px;
  text-shadow: none;
  transition: background-color 1s ease;
}

.btn-primary:hover {
  background-color : rgba(255,255,255,0.2);
}

.btn-contact {
 -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  text-shadow: 1px 1px 3px #666666;
  font-family:'Oswald', sans-serif !important;
  color: #ffffff;
  font-size: 20px;
  background: #e40021;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
	text-shadow:none;
}

.btn-contact:hover {
  background: #006a9f;
  text-decoration: none;
	  color: #ffffff;
	text-shadow:none;

}
.footeraddress p{font-family: "capitolium-2", serif!important; font-size:15px!important; text-transform:none!important; margin-top:0px!important;}

.blockStyle150Main97 {
  padding-bottom : 50px;
}

.dotted-line {
  border-bottom: 3px dotted rgb(135, 132, 132);
  margin: -120px 115px 120px 45px;
}

ul.nav {
  font-family: "capitolium-2";
  text-transform: uppercase;
  font-weight: 400;
  font-size: 20px !important;
}

.nav-pills a {
  font-size : 18px;
  line-height : 20px !important;
}

.navbar .nav.pull-right {
  float : none !important;
  margin : 0px auto !important;
  padding-top : 30px !important;
  width : 900px;
  padding-left : 100px;
}
@media (max-width: 768px) {
.navbar .nav.pull-right {
  padding-left : 20px;
}
}

.nav > li > a {
  color : #e6c766 !important;
}

.nav > li.active > a {
  color : #fff !important;
}

.nav > li > a:hover {
  color : #999 !important;
}

.SEG-img {
  height : 90px;
  float : right;
  margin : 8px 10px 0px 0px;
}

.SEG-img img {
  height : 90px;
}

@media (max-width: 768px) {
	#blockStyle266Main157 {padding: 20px 20px!important;}
	h4 {font-size: 26px;}
	h5 {font-size: 28px; padding:0px 10px;}
}

#blockStyle334Main189 h1{color:#ffffff!important;}

#blockStyle358Main187 h3{color:#ffffff!important;}




