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

/* Empty, so the default theme style.css is not loaded for this style */

/* Seb
----------------------------------------------------------------------------------------------------*/
.mod-box {
    background: none repeat scroll 0 0 #FFFFFF;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
    padding: 30px;
}

.mod-box-color {
/*
background: radial-gradient(ellipse at center center , #F7D6A1 0%, #FFB839 80%) repeat scroll 0 0 transparent;
*/
	background: #f7d6a1; /* Old browsers */
	background: -moz-radial-gradient(center, ellipse cover,  #f7d6a1 0%, #ffb839 80%); /* FF3.6+ */
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#f7d6a1), color-stop(80%,#ffb839)); /* Chrome,Safari4+ */
	background: -webkit-radial-gradient(center, ellipse cover,  #f7d6a1 0%,#ffb839 80%); /* Chrome10+,Safari5.1+ */
	background: -o-radial-gradient(center, ellipse cover,  #f7d6a1 0%,#ffb839 80%); /* Opera 12+ */
	background: -ms-radial-gradient(center, ellipse cover,  #f7d6a1 0%,#ffb839 80%); /* IE10+ */
	background: radial-gradient(ellipse at center,  #f7d6a1 0%,#ffb839 80%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7d6a1', endColorstr='#ffb839',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	color:#000000;
	text-shadow:none;
	padding: 30px;
}


.mod-box-colorb {
/*      
background: radial-gradient(ellipse at center center , #FFDE00 0%, #DDBF0A 90%) repeat scroll 0 0 transparent;
background: -webkit-radial-gradient(#FFDE00 0%, #DDBF0A 90%)repeat scroll 0 0 transparent;
*/
	background: #ffde00; /* Old browsers */
	background: -moz-radial-gradient(center, ellipse cover,  #ffde00 0%, #ddbf0a 90%); /* FF3.6+ */
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#ffde00), color-stop(90%,#ddbf0a)); /* Chrome,Safari4+ */
	background: -webkit-radial-gradient(center, ellipse cover,  #ffde00 0%,#ddbf0a 90%); /* Chrome10+,Safari5.1+ */
	background: -o-radial-gradient(center, ellipse cover,  #ffde00 0%,#ddbf0a 90%); /* Opera 12+ */
	background: -ms-radial-gradient(center, ellipse cover,  #ffde00 0%,#ddbf0a 90%); /* IE10+ */
	background: radial-gradient(ellipse at center,  #ffde00 0%,#ddbf0a 90%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffde00', endColorstr='#ddbf0a',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	padding: 30px;
	color:#000000;


}

.mod-box-colorc {
/*
background: radial-gradient(ellipse at center center , #D3D100 0%, #918E0D 100%) repeat scroll 0 0 transparent;
*/
	background: #d3d100; /* Old browsers */
	background: -moz-radial-gradient(center, ellipse cover,  #d3d100 0%, #918e0d 100%); /* FF3.6+ */
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#d3d100), color-stop(100%,#918e0d)); /* Chrome,Safari4+ */
	background: -webkit-radial-gradient(center, ellipse cover,  #d3d100 0%,#918e0d 100%); /* Chrome10+,Safari5.1+ */
	background: -o-radial-gradient(center, ellipse cover,  #d3d100 0%,#918e0d 100%); /* Opera 12+ */
	background: -ms-radial-gradient(center, ellipse cover,  #d3d100 0%,#918e0d 100%); /* IE10+ */
	background: radial-gradient(ellipse at center,  #d3d100 0%,#918e0d 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d3d100', endColorstr='#918e0d',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	padding: 30px;
	color:#000000;
}

.mod-box-colorc a, .mod-box-color a {
	color:white ;
}


.mod-box-color h1, .mod-box-color h2, .mod-box-color h3, .mod-box-color h4, .mod-box-color h5, .mod-box-color h6 {
	color:#616161;
}

#block-main {
	background:url(../../../images/share-logo-big-01-01.png) no-repeat  #ffffff;
	background-size:cover;
}

#content {
	background:rgba(255,255,255,0.9);
	padding:15px;
	margin:0px;
}

#top-a {
	background:rgba(255,255,255,0.9);
}

#block-header { 
	border-bottom: 20px solid rgba(255,255,255,0.2);
	background: linear-gradient(to bottom,  #c9ca00 0%,#fbda01 100%) no-repeat 0 160px #ffffff !important; /* W3C */
	background: -webkit-linear-gradient(top, #c9ca00 0%, #fbda01 100%) no-repeat 0 160px #FFFFFF !important;
}

.menu-dropdown li.level1:hover .level1, .menu-dropdown li.remain .level1, .menu-dropdown li.active .level1 {
	background:#c9ca00;
}

/*
#sidebar-a {
	position:relative;
margin-top:65px;
}*/

a {
	color:#000000;
}

.galleryshare {
	margin-top:8px;
}
	
	