/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/****************************************/
/* HubSpot Style Boilerplate            */
/****************************************/



/* These includes are optional, but helpful. */
/* Images */

img {
    max-width: 100%;
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom; /* Suppress the space beneath the baseline */
}

/* Videos */

video {
    max-width: 100%;
    height: auto;
}

/* Embed Container (iFrame, Object, Embed) */

.hs-responsive-embed {
    position: relative;
    height: auto;
    overflow: hidden;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
}

.hs-responsive-embed iframe, .hs-responsive-embed object, .hs-responsive-embed embed {
    width: 100%;
    height: 100%;
    border: 0;
}

.hs-responsive-embed,
.hs-responsive-embed.hs-responsive-embed-youtube,
.hs-responsive-embed.hs-responsive-embed-wistia,
.hs-responsive-embed.hs-responsive-embed-vimeo {
    padding-bottom: 2%;
}

.hs-responsive-embed.hs-responsive-embed-instagram {
    padding-bottom: 116.01%;
}

.hs-responsive-embed.hs-responsive-embed-pinterest {
    height: auto;
    overflow: visible;
    padding: 0;
}

.hs-responsive-embed.hs-responsive-embed-pinterest iframe {
    position: static;
    width: auto;
    height: auto;
}

iframe[src^="http://www.slideshare.net/slideshow/embed_code/"] {
    width: 100%;
    max-width: 100%;
}

@media (max-width: 568px) {
    iframe {
        max-width: 100%;
    }
}

/* Forms */

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
select {
    padding: 6px;
    display: inline-block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Menus */

.hs-menu-wrapper ul {
    padding: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
    list-style: none;
    margin: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: inline-block;
    margin-bottom: 20px;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul:before {
    content: " ";
    display: table;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul:after {
    content: " ";
    display: table;
    clear: both;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
    float: left;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    display: inline-block;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
    position: relative;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    left: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    display: block;
    white-space: nowrap;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 180px;
    top: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}

.row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    margin-bottom: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch {
    position: relative;
    margin-bottom: 20px;
    min-height: 7em;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul {
    margin-bottom: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children {
    position: static;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:before {
    content: " ";
    display: table;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:after {
    content: " ";
    display: table;
    clear: both;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li {
    float: left;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
    display: inline-block;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    width: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical {
    width: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical ul {
    list-style: none;
    margin: 0;
}

.hs-menu-wrapper.hs-menu-flow-vertical li a {
    display: block;
    white-space: nowrap;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul {
    margin-bottom: 20px;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-menu-depth-1 > a {
    width: auto;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li a {
    padding: 10px 20px;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children {
    position: relative;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 180px;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li a {
    min-width: 140px;
    width: auto;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul {
    max-width: 100%;
    overflow: hidden;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper,
.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li.hs-item-has-children > ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
    position: static;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-2 > a {
    padding-left: 4em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-3 > a {
    padding-left: 6em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-4 > a {
    padding-left: 8em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-5 > a {
    padding-left: 140px;
}

.hs-menu-wrapper.hs-menu-not-show-active-branch li.hs-menu-depth-1 ul {
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
}

@media (max-width: 568px) {
    .hs-menu-wrapper, .hs-menu-wrapper * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 100%;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal ul {
        list-style: none;
        margin: 0;
        display: block;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
        display: block;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
        float: none;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
        display: block;
        max-width: 100%;
        width: 100%;
    }
}

.hs-menu-wrapper.hs-menu-flow-vertical.no-flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper,
.hs-menu-wrapper.hs-menu-flow-horizontal.no-flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: visible;
    opacity: 1;
}

/* Space Module */

.widget-type-space {
    visibility: hidden;
}

/* Blog Author Section */

.hs-author-listing-header {
    margin: 0 0 .75em 0;
}

.hs-author-social-links {
    display: inline-block;
}

.hs-author-social-links a.hs-author-social-link {
    width: 24px;
    height: 24px;
    border-width: 0px;
    border: 0px;
    line-height: 24px;
    background-size: 24px 24px;
    background-repeat: no-repeat;
    display: inline-block;
    text-indent: -99999px;
}

.hs-author-social-links a.hs-author-social-link.hs-social-facebook {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/facebook-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-linkedin {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/linkedin-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-twitter {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/twitter-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-google-plus {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/googleplus-24x24.png");
}

/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */

/* Wrapper */
.hs_cos_wrapper_type_image_slider {
    display: block;
    overflow: hidden
}

/* Browser Resets */
.hs_cos_flex-container a:active,
.hs_cos_flex-slider a:active,
.hs_cos_flex-container a:focus,
.hs_cos_flex-slider a:focus  {outline: none;}
.hs_cos_flex-slides,
.hs_cos_flex-control-nav,
.hs_cos_flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* FlexSlider Necessary Styles
*********************************/
.hs_cos_flex-slider {margin: 0; padding: 0;}
.hs_cos_flex-slider .hs_cos_flex-slides > li {display: none; -webkit-backface-visibility: hidden; position: relative;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.hs_cos_flex-slider .hs_cos_flex-slides img {width: 100%; display: block; border-radius: 0px;}
.hs_cos_flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .hs_cos_flex-slides element */
.hs_cos_flex-slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .hs_cos_flex-slides {display: block;}
* html .hs_cos_flex-slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */

/* FlexSlider Default Theme
*********************************/
.hs_cos_flex-slider {margin: 0 0 60px; background: #fff; border: 0; position: relative; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; zoom: 1;}
.hs_cos_flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .hs_cos_flex-viewport {max-height: 300px;}
.hs_cos_flex-slider .hs_cos_flex-slides {zoom: 1;}

.carousel li {margin-right: 5px}


/* Direction Nav */
.hs_cos_flex-direction-nav {*height: 0;}
.hs_cos_flex-direction-nav a {width: 30px; height: 30px; margin: -20px 0 0; display: block; background: url(//static.hsappstatic.net/content_shared_assets/static-1.3935/img/bg_direction_nav.png) no-repeat 0 0; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;}
.hs_cos_flex-direction-nav .hs_cos_flex-next {background-position: 100% 0; right: -36px; }
.hs_cos_flex-direction-nav .hs_cos_flex-prev {left: -36px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next {opacity: 0.8; right: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-prev {opacity: 0.8; left: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next:hover, .hs_cos_flex-slider:hover .hs_cos_flex-prev:hover {opacity: 1;}
.hs_cos_flex-direction-nav .hs_cos_flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

/* Direction Nav for the Thumbnail Carousel */
.hs_cos_flex_thumbnavs-direction-nav {
    margin: 0px;
    padding: 0px;
    list-style: none;
    }
.hs_cos_flex_thumbnavs-direction-nav {*height: 0;}
.hs_cos_flex_thumbnavs-direction-nav a {width: 30px; height: 140px; margin: -60px 0 0; display: block; background: url(//static.hsappstatic.net/content_shared_assets/static-1.3935/img/bg_direction_nav.png) no-repeat 0 40%; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 1; -webkit-transition: all .3s ease;}
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-next {background-position: 100% 40%; right: 0px; }
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-prev {left: 0px;}
.hs-cos-flex-slider-control-panel img { cursor: pointer; }
.hs-cos-flex-slider-control-panel img:hover { opacity:.8; }
.hs-cos-flex-slider-control-panel { margin-top: -30px; }



/* Control Nav */
.hs_cos_flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.hs_cos_flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.hs_cos_flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
.hs_cos_flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.hs_cos_flex-control-paging li a.hs_cos_flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.hs_cos_flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.hs_cos_flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.hs_cos_flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.hs_cos_flex-control-thumbs img:hover {opacity: 1;}
.hs_cos_flex-control-thumbs .hs_cos_flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .hs_cos_flex-direction-nav .hs_cos_flex-prev {opacity: 1; left: 0;}
  .hs_cos_flex-direction-nav .hs_cos_flex-next {opacity: 1; right: 0;}
}

.hs_cos_flex-slider .caption {
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    font-size: 2em;
    line-height: 1.1em;
    color: white;
    padding: 0px 5% 0px 5%;
    width: 100%;
    bottom: 0;
    text-align: center;
}

.hs_cos_flex-slider .superimpose .caption {
    color: white;
    font-size: 3em;
    line-height: 1.1em;
    position: absolute;
    padding: 0px 5% 0px 5%;
    width: 90%;
    top: 40%;
    text-align: center;
    background-color: transparent;
}

@media all and (max-width: 400px) {
    .hs_cos_flex-slider .superimpose .caption {
        background-color: black;
        position: static;
        font-size: 2em;
        line-height: 1.1em;
        color: white;
        width: 90%;
        padding: 0px 5% 0px 5%;
        top: 40%;
        text-align: center;
    }

    /* beat recaptcha into being responsive, !importants and specificity are necessary */
    #recaptcha_area table#recaptcha_table {width: 300px !important;}
    #recaptcha_area table#recaptcha_table .recaptcha_r1_c1 {width: 300px !important;}
    #recaptcha_area table#recaptcha_table .recaptcha_r4_c4 { width: 67px !important;}
    #recaptcha_area table#recaptcha_table #recaptcha_image {width:280px !important;}
}

.hs_cos_flex-slider h1,
.hs_cos_flex-slider h2,
.hs_cos_flex-slider h3,
.hs_cos_flex-slider h4,
.hs_cos_flex-slider h5,
.hs_cos_flex-slider h6,
.hs_cos_flex-slider p {
    color: white;
}

/* Thumbnail only version of the gallery */
.hs-gallery-thumbnails li {
    display: inline-block;
    margin: 0px;
    padding: 0px;
    margin-right:-4px;
}
.hs-gallery-thumbnails.fixed-height li img {
    max-height: 150px;
    margin: 0px;
    padding: 0px;
    border-width: 0px;
}


/* responsive pre elements */

pre {
    overflow-x: auto;
}

/* responsive pre tables */

table pre {
    white-space: pre-wrap;
}

/* adding minimal spacing for blog comments */
.comment {
    margin: 10px 0 10px 0;
}

/* make sure lines with no whitespace don't interefere with layout */
.hs_cos_wrapper_type_rich_text,
.hs_cos_wrapper_type_text,
.hs_cos_wrapper_type_header,
.hs_cos_wrapper_type_section_header,
.hs_cos_wrapper_type_raw_html,
.hs_cos_wrapper_type_raw_jinja,
.hs_cos_wrapper_type_page_footer {
    word-wrap: break-word;
}

/*****************************************/
/* Start your style declarations here    */
/*****************************************/
html, body {
    height: 100%;
}
body {
    line-height: 150%;
}

/* HEADER alt */
/*
.header-wrapper {
    min-height: 0;
}
#header-main-wrapper-fixed {
    position: fixed; 
	width: 100%;
}
.header-container-wrapper {
    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,0.8) 68%, rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.8) 68%,rgba(255,255,255,0) 100%);
    background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.8) 68%,rgba(255,255,255,0) 100%);
    height: 95px;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 199;
}
.scroll-header .header-container-wrapper {
    background: transparent;
}
.header-wrapper .line-bottom {
	position: relative;
}
.header-wrapper .degree-52 {
	width:0;
	height:0;
	border-style: solid;
	border-width: 0 25px 19px 0;
	border-color: transparent #ffdc0f transparent transparent;
	position:absolute; 
	top:15px; 
	left:80px;
}
.header-nav-wrapper.position {
	float: left;
}
.header-nav-wrapper.canvas-border {
	width: 10px;
	min-height: 10px;
}
.header-logo {
	display: table-cell; 
	width: 140px;
	padding-left: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.header-nav-wrapper.meta {
	width: 320px; 
	text-align: right;
}
.header-nav-wrapper.meta a {
	color: #000000;
    text-decoration: none;
}
body.scroll-header #header-main-wrapper-fixed .header-nav-wrapper.meta a.contact:hover {
    border: 2px solid #0dbedc !important;
    background: #ffffff !important;
}
*/
/*
temp tester */
/*


.btnLogin{
  font-size:16px;
  color:#000;
  text-decoration:none;
  text-align:right;
  line-height:24px;
  
  border: 2px solid rgba(13,190,220,0);
  box-sizing: border-box;
  border-radius: 3px;
  
  padding:0 10px;
  
  background-color:none;

  display:inline-block;
  height:51px;
  
  overflow:hidden;
  
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
 .btnLogin:hover {
   border: 2px solid rgba(13,190,220,1);
   background-color:#fff;
   -webkit-transition: 0.25s;
   transition: 0.25s;
 }
.btnLogin:hover span{
  top:-75%;
  -webkit-transition: 0.25s;
  transition: 0.25s ease-in-out;
}
.btnLogin span{
  position:relative;
  display:block;
  height:100%;
  top:25%;
  -webkit-transition: 0.5s;
  transition: 0.5s ease-in-out;
}*/


/*
temp tester --- end */
/*
.header-nav-wrapper.meta .meta-wrapper {
    padding-top: 14px; 
    font-size: 12pt;
}
.header-nav-main {
	display: table; 
	width: 620px; 
	background: #ffdc0f; 
	padding-top: 10px;
}
.header-wrapper ul {
	list-style: none;
	display: table;
	margin-left: auto;
	margin-right: auto;
}
.header-wrapper ul li {
	display: table-cell;
    float: none !important;
    vertical-align: bottom;
    padding: 0 5px;
}
.header-wrapper ul li a {
	color: #000000;
	background-image: url(https://business.trustedshops.de/hubfs/TS_B2B/bkd-navHover.png);
	background-repeat: repeat-x;
	background-position: 100px 55px;
	display: inline-block;
    padding: 15px 5px 5px 5px!important;
    overflow: visible !important;
	-webkit-transition: 0.2s all;
    -moz-transition: 0.2s all;
    transition: 0.2s all;
}
.header-wrapper ul li a:hover {
    background-position: 100px 40px;
	transition: 0.2s all;
}
.header-wrapper ul li.active a, .header-wrapper ul li.active a:hover {
    background-image: url(https://business.trustedshops.de/hubfs/TS_B2B/bkd-navActive.png);
}
.header-wrapper ul li.active a {
    background-position: 100px 40px;
    transition: 0.3s all;
}
.header-nav-smartphone {
	display: none;
}
.header-nav-bar-level-1 {
	padding-bottom: 2px; 
	font-size: 12pt; 
	text-align: center;
    height: 45px;
}
*/
/* transparent header on stages */
/*
body.scroll-header #header-main-wrapper-fixed .header-nav-main {
	background: transparent;
}
body.scroll-header #header-main-wrapper-fixed .header-nav-wrapper.position svg,
body.scroll-header #header-main-wrapper-fixed .header-nav-wrapper.position img.bubble,
body.scroll-header #header-main-wrapper-fixed .line-bottom svg, 
body.scroll-header #header-main-wrapper-fixed .header-wrapper .degree-52 {
	display: none;
}
body.scroll-header #header-main-wrapper-fixed .btnSmall {
	background: transparent !important;
	color: #000000 !important;
	border-color: transparent;
}
body.scroll-header #header-main-wrapper-fixed .btnSmall:hover {
	box-shadow: none;
}
*/
/* responsive */

/* HEADER-NEU */
header.main-header {
    position: fixed;
    width: 960px;
}
header.main-header .bubble {
    background: #ffdc0f;
    height: 90px;
	width: 620px;
	position: absolute;
	z-index: 100;	
    -moz-transform: rotate(-1.8deg);
    -ms-transform: rotate(-1.8deg);
    -o-transform: rotate(-1.8deg);
    -webkit-transform: rotate(-1.8deg);
    transform: rotate(-1.8deg);
    top: -15px;
    transition: 0.2s all;
    opacity: 1;
}
header.main-header .nav-wrapper {
	z-index: 101;
	position: absolute;	
	left: 0;
	right: 0;
	width: 620px;	
}
body.scroll header.main-header .bubble {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 0;
}
header.main-header .degree-52 {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 45px 39px 0;
    border-color: transparent #ffdc0f transparent transparent;
    position: absolute;
    left: 75px;
    margin-top: -15px;
    opacity: 1;
    z-index: 101;
    transition: 0.4s all;
}
body.scroll header.main-header .degree-52 {
	opacity: 0;
	margin-top: -80px;
    -webkit-transition-delay: 0; /* Safari */
	transition-delay: 0;
    transition: 0.05s all;
}
header.main-header .contact {
    margin-top: 19px;
}
body.scroll header.main-header .contact {
    background: transparent;
    border-color: transparent;
    color: #000000 !important;
}

body.scroll header.main-header .contact:hover {
    border: 2px solid #0dbedc !important;
    background: #fff !important;
}

header.main-header .contact2 {
    margin-top: 19px;
    color: #fff !important;
    margin-left: 5px;
    padding-right: 0 !important;
}

body.scroll header.main-header .contact2 {
    background: transparent;
    border-color: transparent;
    color: #000 !important;
}

@media screen and (max-width: 960px) {
    header.main-header .contact2 {
        
    }
    header.main-header .btnLogin {
        display: none !important;
    }
}
@media screen and (max-width: 768px) {
    header.main-header .contact2 {
        display:none !important;
    }
}

body.scroll header.main-header .contact2:hover {
    border: 2px solid #64be28 !important;
    background: #fff !important;
}
header.main-header .contact2:hover {
    border: 2px solid #64be28 !important;
    background: #fff !important;
    color: #000 !important;
}

header.main-header .contact2 .contact2text {
    width: 0;
    overflow: hidden;
    display: inline-block;
    line-height: 13px;
    font-size: 12px;
    vertical-align: middle;
    text-align: left;
    margin-left: 5px;
    transition: width .25s;
}
header.main-header .contact2:hover .contact2text {
    width: 78px;
}


.btnGo, .btnGo:link, .btnGo:visited, .btnGo:active {
    background: #64be28;
    color: #000 !important;
    font-weight: normal;
    border: 2px solid #64be28;
}

.btnGo:hover {
    background: #fff;
    color: #000 !important;
    text-decoration: none
    border: 2px solid #64be28;
}
header.main-header .btnLogin {
    color: #000000;
    font-size: 12pt;
    text-decoration: none;
}
header.main-header .btnLogin {
    text-decoration: none;
}
.nav-container {
	position: relative;
	z-index: 1000;
}
.header-bar-wrapper {
	width: 100%;
	height: 80px;
	display: table;
}
.logo-wrapper {
	display: table-cell;
	height: 80px;
	vertical-align: middle;
	text-align: center;
	width: 160px;
}

.logo-wrapper a img {
    width: 120px;
}
.nav-wrapper-level-1 {
	display: table-cell;
	height: 80px;
	vertical-align: middle;
	text-align: center;
	width: 460px;
}
.nav-wrapper-level-1 ul {
	list-style: none;
	margin: 0;
	padding: 0;
    font-size: 12pt;
}
.nav-wrapper-level-1 ul li {
	display: inline-block;
}
header.main-header .nav-wrapper .hs-menu-wrapper.hs-menu-flow-horizontal ul li a:hover {
    background-position: 100px 40px;
    transition: .2s all;
}
header.main-header .nav-wrapper .hs-menu-wrapper.hs-menu-flow-horizontal ul li.active a {
    background-position: 100px 40px;
    transition: .3s all;
    background-image: url(https://business.trustedshops.de/hubfs/TS_B2B/bkd-navActive.png?t=1456768938531);
}
header.main-header .cta-wrapper {
    margin-left: 640px;
    text-align: right;
}
/* overwrite hs styles */
header.main-header .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1 {
    float: none;
}
header.main-header .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
    color: #000;
    background-image: url(https://business.trustedshops.de/hubfs/TS_B2B/bkd-navHover.png?t=14553023799902);
    background-repeat: repeat-x;
    background-position: 100px 55px;
    display: inline-block;
    padding: 15px 2px 5px 2px !important;
    overflow: visible !important;
    -webkit-transition: .2s all;
    -moz-transition: .2s all;
    transition: .2s all;
    margin: 0 5px;
}
.header-container-wrapper {
    height: 95px;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 199;
}
.scroll-header .header-container-wrapper {
    background: transparent;
}
.header-container-wrapper, .scroll-header .header-container-wrapper {
    background-image: url(https://business.trustedshops.de/hubfs/TS_B2B/assets/header-gradient.png);
    background-repeat: repeat-x;
    transition: 0.3s all;
}
.scroll-header.scroll .header-container-wrapper {
    background-position: 0 -100px;
    transition: 0.3s all;
}
#mobile-menu-trigger {
    background: #0dbedc;
    display: none;
    width: 50px;
    height: 50px;
    color: #fff;
    cursor: pointer;
    position: fixed;
    bottom: 115px;
    right: 0;
    text-align: center;
    padding-top: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 500;
    outline: 1px solid #fff;
}
@media (max-width: 959px) {
    .header-container-wrapper .container-fluid .row-fluid .page-center {
        width: 768px;
    }
    header.main-header {
        width: 768px;
    }
    header.main-header .nav-wrapper, header.main-header .bubble {
        width: 70%;
    }
    header.main-header .cta-wrapper {
        margin-left: 70%;
    }
    header.main-header .btnLogin {
        display: none;
    }
}
@media (max-width: 767px) {
    header.main-header {
        /*position: absolute;*/
        width: 100%;
    }
    body.scroll header.main-header .bubble {
        opacity: 1;
        -moz-transform: rotate(-1.8deg);
        -ms-transform: rotate(-1.8deg);
        -o-transform: rotate(-1.8deg);
        -webkit-transform: rotate(-1.8deg);
        transform: rotate(-1.8deg);
        width: 100%;
    }
    header.main-header .nav-wrapper, header.main-header .bubble {
        width: 100%;
    }
    body.scroll header.main-header .degree-52, header.main-header .degree-52 {
        margin-top: -25px;
        opacity: 1;
    }
    .header-container-wrapper, .scroll-header .header-container-wrapper {
        background: none !important;
        position: absolute;
    }
    .header-container-wrapper .container-fluid .row-fluid .page-center {
        width: 100%;
    }
    header.main-header .contact {
        display: none !important;
    }
    .nav-wrapper-level-1 {
        display: none;
        background: white;
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        width: auto;
        height: auto;
        border-left: 3px solid #0dbedc;
    }
    header.main-header .nav-wrapper .hs-menu-wrapper.hs-menu-flow-horizontal ul li a:hover {
        background: none;
    }
    header.main-header .nav-wrapper .hs-menu-wrapper.hs-menu-flow-horizontal ul li a {
        max-width: 400px;
        padding: 10px 5px;
        min-width: 300px;
        background: none;
    }
    header.main-header .nav-wrapper .hs-menu-wrapper.hs-menu-flow-horizontal ul li.active a {
        background-repeat: repeat-x;
        background-position: 0 45px;
    }
    .logo-wrapper {
        display: block;
        margin-top: 10px;
        margin-left: 10px;
        text-align: left;
    }
    #mobile-menu-trigger {
        display: block;
    }
    #mobile-menu-trigger .fa-times {
        display: none;
    }    
}
/* /HEADER-NEU */


/* FOOTER */
footer {
   position: relative;       
}   
footer .degree-52 {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 2px 25px 19px 0;
    border-color: transparent transparent #ffdc0f transparent;
    position: relative;
    bottom: 20px;
    left: 50%
}
 footer .close {
    color: #000;
    padding-top: 10px;
    padding-right: 10px;
    text-align: right;
    font-size: 30px !important;
}
footer .close:hover {
    font-size: 32px !important;
}
footer .footerBlock {
    background-color: #ffdc0f;
}
.line-upper {
    height: 20px;        
}    
.bottom-navi {           
    text-align: center;        
    margin-bottom: 20px;
}       
footer li a {
    color: black;
}
footer li a:hover {
    text-decoration: underline;
    color: #000000;
}
.footerText {                
    display: inline-flex;        
}
.bottom-icons {
    padding-top: 4px;
    font-size: 24px;
    text-align: right;
}  
.bottom-icons2 {
    padding-top: 4px;
    font-size: 24px;
    text-align: center;
} 
.bottom-icons .fa-icon {
    font-size: 26px;            
}    
a.twitterColor, a.linkedinColor, a.xingColor, a.facebookColor, a.viadeoColor {
    color: #000;        
    border: .15em solid transparent;           
}
@media (min-width: 768px) {
    a.twitterColor:hover, a.linkedinColor:hover, a.xingColor:hover, a.facebookColor:hover, a.viadeoColor:hover  {
    border: .15em solid rgba(255, 255, 255, 1);
      border-radius: .25em;
      background-color: #FFF;
      -webkit-transition: .2s ease-out;
      -moz-transition: .2s ease-out;
      -o-transition: .2s ease-out;
      transition: .2s ease-out;
    }
    a.twitterColor:hover  {
      color: #00aced;
    }
    a.linkedinColor:hover  {
        color: #007bb5;
    }
    a.xingColor:hover  {
        color: #006567;
    } 
    a.facebookColor:hover  {
        color: #3b5998;
    }
    a.viadeoColor:hover  {
        color: #ffa500;
    }    
}
.languageSwitcher {                    
    right: 0;
    background-color: #fff;
    position: absolute;        
    bottom: 165px;
    width: 60px;
    font-size: 30px;                
}   
#triggerLanguage {      
  color: #000;
  text-decoration: none;  
  right: 0;  
  text-align: center;  
  height: 30px;
  display: block;
  overflow: hidden;
  position: relative;
  left: 0;
  top: 0;
  background-color: #FFF;
  padding-bottom: 2px;
  padding-top: 2px;
}
#triggerLanguage .fa-angle-down {
    margin-left: 4px;
}        
#triggerLanguage div {        
  width: 60px;
  height: 34px;      
  position: absolute;
  left: 0;
}    
#triggerLanguage .up {  
  top: 2px;
  -webkit-transition: .2s ease-in-out;
  -moz-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}
@media (max-width: 767px) {
  #triggerLanguage .up {  
   top: 0;
  }
  #triggerLanguage:hover .up {
   top: 0;      
  }  
}
@media (min-width: 768px) {  
  #triggerLanguage:hover .up {
   top: -34px;      
  } 
}
#triggerLanguage:hover .up {    
  -webkit-transition: .2s ease-in-out;
  -moz-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}
#triggerLanguage .hover {
  top: 34px;      
  background-color: #EEE;
  -webkit-transition: .2s ease-in-out;
  -moz-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}       
@media (min-width: 768px) {
    #triggerLanguage:hover .hover {      
      top: 2px;
      -webkit-transition: .2s ease-in-out;
      -moz-transition: .2s ease-in-out;
      -o-transition: .2s ease-in-out;
      transition: .2s ease-in-out;
    }        
}
@media (max-width: 480px) {
    .on-site-scroll-down {display: none;}           
    body.scroll header.main-header .degree-52, body.scroll header.main-header .degree-52, .stage-video {display: none;}        
    body.scroll header.main-header { width:0; position: absolute;}    
    #loginBlock {display: none;}    
}
#languageSelection {      
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 203;
  background-color: rgba(0, 0, 0, .5);
  visibility: hidden;
}     
#languageSelection ul {
    list-style: none; 
    padding-left: 20px;
    padding-right: 20px;
}        
#languageSelection > a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: block;
  cursor: url("https://business.trustedshops.de/hubfs/TS_B2B/assets/mouseClose.png"), auto;
}    
#flagsMenu {
    border-left: 3px solid #0dbedc;
    background-color: #fff;
    position: absolute;
    height: 100vh;
    width: 300px;                    
    z-index: 201;
    right: 0;        
    bottom: 0;   
    overflow: hidden;
    box-sizing: border-box;  
    position: fixed;        
}           
@media (max-width: 480px) {
    #flagsMenu {
      width: 100%;
      overflow: scroll;
    }
}    
#flagsMenu li {
   right: -150%;
   display: block;
}
#flagsMenu li a {
    text-decoration: none;
    display: block;
    padding: 3px 6px 3px 6px;        
    border-bottom: 1px dotted rgba(13, 190, 220, 0);
    border-top: 1px dotted rgba(13, 190, 220, 0);
    -webkit-transition: .2s ease-in;
    -moz-transition: .2s ease-in;
    -o-transition: .2s ease-in;
    transition: .2s ease-in;            
}    
#flagsMenu li a:hover {
   border-bottom: 1px dotted rgba(13, 190, 220, 1);
   border-top: 1px dotted rgba(13, 190, 220, 1);
   -webkit-transition: .1s ease-out;
   -moz-transition: .1s ease-out;
   -o-transition: .1s ease-out;
   transition: .1s ease-out;      
}           
#listFlags {
    margin-top: 20px;     
}    
#listFlags li {         
    position: relative;  
    margin-top: 5px;
    margin-bottom: 5px;
}    
#listFlags ul li a img {
    border: 1px solid rgba(0,0,0,0.1);
    vertical-align: sub;
}
#listFlags li.active::before {
    position:absolute;
    content:"";
	top: 16px;
	-webkit-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	-o-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	transform:translateY(-50%);
    margin-left: -20px;
	width: 0; 
	height: 0; 
	border-top: 12px solid transparent;
	border-bottom: 12px solid transparent;
	border-left: 12px solid rgba(13, 190, 220, 1);
 }
footer .ts {
    margin-left: 10px;
    margin-top: 14px;
    font-size: 14px;
    display: block;
    line-height: 150%;
}
footer .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
    padding: 10px 5px 5px 5px;
    max-width: none;
    transition: 0.2s all;
    background-repeat: no-repeat;
    background-image: url(https://business.trustedshops.de/hubfs/TS_B2B/bkd-navHover.png);
    background-position: -200px 55px;
    /*margin: 0 5px;*/
}    
footer .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a:hover {
    background-image: url(https://business.trustedshops.de/hubfs/TS_B2B/bkd-navHover.png);
    background-position: -200px 35px;
}
footer small.footerText .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
    background: none;
}
footer small.footerText .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a:hover {
    background: none;
    text-decoration: underline;
}
/* Scrolldown button */
.btnScrollDown{
  text-align:center;
  position:fixed;
  bottom:0;
  width:100%;
  height:2.5em;
  margin:0;padding:0;
  display:block;
  overflow:hidden;
}
.btnScrollDown .circle{
    background-color: rgba(255,255,255,1);
    position: absolute;
    top:0;
    left:50%;
    margin-left:-1em;
    width: 2em;
    height: 2em;
    border-radius: 2em;
  -webkit-transition: all .25s ease-out;
  -moz-transition: all .25s ease-out;
  -o-transition: all .25s ease-out;
  transition: all .25s ease-out;
}
.btnScrollDown .circleIcon{
    color: rgba(187,187,187,1);
    font-size:2em;
    line-height:1.1em;
    position: absolute;
    top:0;
    left:50%;
    margin-left:-.975em;
    width: 2em;
    height: 2em;
  -webkit-transition: all .25s ease-out;
  -moz-transition: all .25s ease-out;
  -o-transition: all .25s ease-out;
  transition: all .25s ease-out;
}
.btnScrollDown:hover .circle{
    background-color: rgba(13,190,220,1);
    position: absolute;
    top:0em;
    left:50%;
    margin-left:-1.5em;
    width: 3em;
    height: 4em;
    border-radius: 6em;
  -webkit-transition: all .1s ease-in;
  -moz-transition: all .1s ease-in;
  -o-transition: all .1s ease-in;
  transition: all .1s ease-in;
}
.btnScrollDown:hover .circleIcon{
    color: rgba(255,255,255,1);
    font-size:2em;
    line-height:1.1em;
    position: absolute;
    top:.15em;
    left:50%;
    margin-left:-.975em;
    width: 2em;
    height: 2em;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}
    

/* fullscreen sections */
.full-screen, .full-screen .stage.on-site-teaser, .full-screen .stage.on-site-teaser .page-center {
    min-height: 100vh !important;
}
.full-screen .section-header-icon {
    min-height: 50vh;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 100px;
    padding-bottom: 30px;
    margin-top: 0;
}
.full-screen .screen-content-wrapper {
    overflow-y: hidden;
}
.full-screen .screen-content-wrapper .widget-type-linked_image.widget-span {
    position: relative;
    height: 50vh;
}
.full-screen .screen-content-wrapper .widget-type-linked_image.widget-span img {
    position: absolute;
    right: 0;
    top: 0;
    width: 50vw;
    height: auto;
}
.full-screen .screen-content-wrapper .widget-type-linked_image {
    text-align: right;
}
.full-screen .half-page-image {
    width: 48vw !important;
    padding-right: 20px;
    left: 0;
    text-align: right;
    position: absolute;
    height: 100vh;
    overflow: hidden;
}
.full-screen .half-page-image img {
    height: 100vh;
    position: absolute;
    right: 0;    
    width: auto !important;
    max-width: none;
}
.full-screen .half-page-image.image-right {
    right: 0;
    left: auto;
}
.full-screen .half-page-image.image-right img {
    left: 0;
    right: auto;
}
/* full-screen- & half-page */
.full-page {
    overflow: hidden;
}
.full-page .full-page-blur {
    height: 0 !important;
    min-height: 0 !important;
}
.full-page .full-page-blur .blurred-image {
    position: absolute; 
    left: 0;
    right: 0;
    min-height: 100vh; 
    z-index: -1;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-filter: blur(30px);
    -moz-filter: blur(30px);
    filter: blur(30px);
    opacity: 0.5;
}
.full-page .full-page-group {
    min-height: 100vh;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.full-page .full-page-content {
    min-height: 100vh;
    background: rgba(255,255,255,0.98);
    padding: 0 10px;
}
.full-page-group.content-left .widget-type-space {
    display: none;
}
.full-page-group.content-left .span6 {
    margin-right: 0;
    margin-left: 0;
}
.row-fluid [class*="span"].full-page-half-column {
  width: 50%;
  margin: 0;
}
@media (max-width: 767px) {
    header.main-header .nav-wrapper .hs-menu-wrapper.hs-menu-flow-horizontal ul li.active a {
        background: none;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1 {
        float: none;
    }
    .footerText {
        display: block;
        text-align: center;
    }
    .bottom-icons {
        text-align: center;
        word-spacing: 20px;
        margin-bottom: 20px;
    }
    a.twitterColor:hover, a.linkedinColor:hover, a.xingColor:hover, 
    a.facebookColor:hover, a.viadeo:hover {}
    
    footer .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a:hover {
        background-position: 0 0;
        background-image: none;
    }
}
@media (min-width: 768px) and (max-width: 905px) {
    footer .ts {
        margin-top: 10px;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1 {
        float: none;
    }
    .footerText {
        display: block;
        text-align: center;
    }
    .bottom-icons {
        text-align: center;
        word-spacing: 0;
    }        
}
/* responsive modules */
@media (max-width: 767px) {
    .full-screen .half-page-image {
        position: initial;
        width: 100vw !important;
        height: 40vh;
    }
    .full-screen .half-page-image img {
        border-width: 0px;
        border: 0px;
        position: relative;
        width: 100vw !important;
        height: auto;
    }
}

/* center content on desktop */
.row-fluid {
    position: relative;
}
.row-fluid .row-fluid {
    position: initial;
}
.container-fluid .row-fluid .page-center,
body.center-page .container-fluid .row-fluid .page-center {
    max-width: 960px;
    margin: 0 auto;
    float: none;
    clear: both;
}
.body-container-wrapper {
    margin-top: 100px;
    min-height: 85vh;
}
body.scroll-header .body-container-wrapper,
body.stage-intro .body-container-wrapper {
    margin-top: 0;
    overflow-x: hidden;
}
.on-site-scroll-down {
    color: #cccccc; 
    display: block; 
    text-align: center; 
    position: absolute; 
    left: 0; 
    right: 0; 
    z-index: 100; 
    bottom: 10px;
    transition: 0.2s all;
}
.on-site-scroll-down:hover {
    color: #0dbedc;
}
.on-site-scroll-down span {
    background: #ffffff; 
    display: inline-block; 
    border-radius: 70px; 
    padding: 2px 4px 0;
}

/* About us page */
p.small {
    font-size:16px;
    line-height:140%;
}
p.small.caption{
    text-align:right;
    font-size:12px;
    margin:5px 0 20px;
}