/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

@import url(../warp/css/layout.css);


/* Spacing
----------------------------------------------------------------------------------------------------*/

.module,
#breadcrumbs,
#content { margin: 15px; }

#menu .module { margin: 10px 5px; }


#toolbar,
#headerbar { margin-bottom: 15px; }

#headerbar .module { margin: 15px 0 15px 15px; }

#footer { margin-top: 0; }
#footer .module { margin: 0; }


/* Layout
----------------------------------------------------------------------------------------------------*/

/* Header */
#header {
display: table;
    width: 100%;
    background: #333;
}

/* Block Separators */
#top-a:after,
#top-b:after,
#innertop:after {
	content: "";
	display: block;
	border-bottom: 1px solid #ddd;
}

#bottom-a:before,
#bottom-b:before,
#innerbottom:before {
	content: "";
	display: block;
	margin: 0 20px;
	border-top: 1px solid #ddd;
}

/* Remove Block Separators if System Output is disabled */
#header + #bottom-a:before,
#header + #bottom-b:before,
#top-a + #bottom-a:before,
#top-a + #bottom-b:before,
#top-b + #bottom-a:before,
#top-b + #bottom-b:before { border: none; }

/* Sidebar Backgrounds */
#sidebar-a,
#sidebar-b { position: relative; }

#sidebar-a:before,
#sidebar-b:before {
content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border: 0 solid #eee;
}

.sidebar-a-right #sidebar-a:before,
.sidebar-b-right #sidebar-b:before { border-width: 0 0 0 1px; }

.sidebar-a-left #sidebar-a:before,
.sidebar-b-left #sidebar-b:before { 
    
    right: -1px;
    border-width: 0 1px 0 0;
    }

/* Footer + Toolbar */
#footer,
#toolbar {
	font-size: 12px;
	line-height: 18px;
}

/* ToTop Scroller */
#totop-scroller {
display: block;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1;
    width: 20px;
    height: 20px;
    background: url(../images/totop_scroller.png) 50% 0 no-repeat;
    text-decoration: none;
}

#totop-scroller:hover { background-color: #EEE; }
#system p.links {
    margin-top: 22px;
}
#system p.links a:after {
    content: " »";
    font-size: 16px;
}

ul.sigFreeClassic li.sigFreeThumb {
    float: left;
    background: #fff!important;
    margin: 0 1px 1px 0;
    padding: 0;
    list-style: none!important;
    margin: 0 15px 15px 0;
    border-radius: 10px;
    overflow: hidden;
    margin-top: 0px !important;
    padding-top: 0px !important;
}
ul.sigFreeClassic {
    margin: 0px !important;
    padding: 0px !important;
}
.fancybox-slide--current .fancybox-content {
    border: 10px solid #ffffff;
}
.sigplus-gallery ul li {
    margin: 0 15px 10px 0;
    padding: 0px !important;
}
.sigplus-gallery ul li a img {
    border-radius: 10px;
}
#system .item > .content > *:first-child:not(.grid-gutter), #system .item > .content > *[class*="align"]:first-child + * {
    margin-top: 0;
}
.new-videolinks .single-video {
    display: inline-block;
    width: 49%;
    padding-bottom: 50px;
}
div#header-responsive {
    display: none;
}