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

/*
 * Style Style Sheet - Defines the main look like colors and backgrounds
 * Not all style related CSS is included, only colors and backgrounds which may change for different theme styles
 */


/* Special
----------------------------------------------------------------------------------------------------*/
.form-without-site {margin-top: 55px;}
.form-without-site h3{margin: 0!important;}
.form-without-site .rsform-block {margin: 0!important;}

/* ----------------------------------------------------------------------------------------------------*/
/* Base
----------------------------------------------------------------------------------------------------*/

/*a { color: 	#5A7287; }*/

/*a:hover,
code { color: #E8AF46; }*/

::-moz-selection { background-color: #808080; /*#5c7535;*/ }
::selection { background-color: #808080; /*#5c7535;*/ }

ins, mark { background-color:  #808080; /*#5c7535;*/ }

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

/*h3.headline-title {
        background-image: url('../images/grey-line.gif');
        background-position: center center;
        background-repeat: repeat-x;
        letter-spacing: 1px;
        text-align: center;
        text-transform: uppercase;
        font-size: 14px;
}
h3.headline-title span{
        background: #f1eee8 url(../../../images/background/congress_dark_squares/congress_dark_squares_bg.jpg) 0 0 repeat;
        padding: 0 10px;
        color: #696969;
}*/
.mod-separator{
        background-image: url('../images/grey-line.gif');
        background-position: center center;
        background-repeat: repeat-x;
        min-height: 1px !important;
        margin: 8px;
}
h3.separator-title {
        letter-spacing: 1px;
        text-align: center;
        text-transform: uppercase;
		margin: 10px 0;

}
h3.separator-title span{
        background: #f1eee8 url(../../../images/background/congress2014_dark_squares/congress2014_dark_squares_bg.jpg) 0 0 repeat;
        /* padding: 0 10px;*/
        padding: 0;
        color: #696969;
}
/* Menus
----------------------------------------------------------------------------------------------------*/


/* Mega Drop-Down Menu
----------------------------------------------------------------------------------------------------*/

/* Level 1 */
.menu-dropdown { margin-bottom: -12px; }

.menu-dropdown li.level1 { padding-bottom: 12px; }

/*.menu-dropdown a.level1,
.menu-dropdown span.level1 {
	text-shadow: 0 1px 0 #fff;
	color: #333;
	font-size: 14px;
}*/

/*.menu-dropdown a.level1 > span,
.menu-dropdown span.level1 > span {
	border: 0 solid #d1d1d1;
	border-right-width: 1px;
	padding: 11px 15px 10px;
    box-shadow: inset -1px 0 0 rgba(255,255,255,0.8),
    			inset 1px 0 0 rgba(255,255,255,0.8);
}*/

.menu-dropdown:first-child li.level1:first-child .level1,
.menu-dropdown:first-child li.level1:first-child .level1 > span { border-radius: 0 0 0 0px; }

/* Set Hover */
/*.menu-dropdown li.level1:hover .level1,
.menu-dropdown li.remain .level1 { 
	background: -webkit-linear-gradient(top, #f1eee8, #e4e0d7);
	background: -moz-linear-gradient(top, #f1eee8, #e4e0d7);
	background: -o-linear-gradient(top, #f1eee8, #e4e0d7);
	background: linear-gradient(to bottom, #f1eee8, #e4e0d7);
        /background: url("../images/arrow-active_sm.png") no-repeat scroll center bottom #f1eee8;
}*/

.menu-dropdown li.level1:hover .level1 > span,
.menu-dropdown li.remain .level1 > span { 
	box-shadow: inset -1px 0 0 #dfdfe1,
  				inset 1px 0 0 #dfdfe1;
}

.menu-dropdown:first-child li.level1:first-child:hover .level1 > span,
.menu-dropdown:first-child li:first-child.remain .level1 > span { box-shadow: inset -1px 0 0 #dfdfe1; }

/* Set Onclick */
.menu-dropdown li.level1 a.level1:active,
.menu-dropdown li.level1 span.level1:active {
	margin-top: -1px;
	border-top: 1px solid #C7C8C9;
	background: #E3E5E6;
	background: -webkit-linear-gradient(top, #E3E5E6, #E8E9EC);
	background: -moz-linear-gradient(top, #E3E5E6, #E8E9EC);
	background: -o-linear-gradient(top, #E3E5E6, #E8E9EC);
	background: linear-gradient(to bottom, #E3E5E6, #E8E9EC);
}

.menu-dropdown li.level1 a.level1:active > span,
.menu-dropdown li.level1 span.level1:active > span { box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.1); }

/* Set Active 
.menu-dropdown li.level1.active a.level1,
.menu-dropdown li.level1.active span.level1  { 
	background: url("../images/arrow-active_sm.png") no-repeat scroll center bottom #FFFFFF;
        border: none;
        margin: 0px;
        color: #5c7535;
        text-shadow: none;
}

#page .menu-dropdown li.level1.active a.level1 > span,
#page .menu-dropdown li.level1.active span.level1 > span { 
        border-radius: 0;
        border-left-style: solid;
        border-left-width: 0;
        border-right-style: solid;
        border-right-width: 1px;
}*/

/* Drop-Down */
.menu-dropdown .dropdown {
	left: -2px;
	top: 62px;
	border-top: 1px solid;
	border-top-color: rgba(0,0,0,0.1);
	border-radius: 5px;
	background-clip: padding-box;
}

.menu-dropdown li:hover .dropdown.flip,
.menu-dropdown li.remain .dropdown.flip { right: -2px; }

.menu-dropdown .dropdown-bg > div {
	margin-bottom: 1px;
	border: 1px solid;
	border-color: rgba(0,0,0,0.1);
	border-bottom-color: rgba(0,0,0,0.2);
	border-top: none;
	border-radius: 5px;
	background: #f7f7f7;
	background: -webkit-linear-gradient(top, #f7f7f7, #f4f4f4);
	background: -moz-linear-gradient(top, #f7f7f7, #f4f4f4);
	background: -o-linear-gradient(top, #f7f7f7, #f4f4f4);
	background: linear-gradient(to bottom, #f7f7f7, #f4f4f4);
	box-shadow: inset 0px 1px 0 #fff;
	background-clip: padding-box;
}

/* Level 2 */
.menu-dropdown li.level2 .level2 span.icon { margin-left: -5px; }

.menu-dropdown a.level2,
.menu-dropdown span.level2,
.menu-dropdown li.level2.parent.current + li.level2 a.level2 { 
	border-top: 1px solid #d1d1d1;
	box-shadow: inset 0 1px 0 #fff;
	color: #444;
	text-shadow: 0 1px 0 #fff;
}

.menu-dropdown li.level2:first-child a.level2,
.menu-dropdown li.level2:first-child span.level2,
.menu-dropdown li.level2.current + li.level2 a.level2,
.menu-dropdown li.level2.current + li.level2 span.level2  { border-top: none; }


.menu-dropdown .column:first-child li.level2:first-child .level2 { border-top-left-radius: 5px; }
.menu-dropdown .column:last-child li.level2:first-child .level2 { border-top-right-radius: 5px; }
.menu-dropdown .column:first-child li.level2:last-child .level2 { border-bottom-left-radius: 5px; }
.menu-dropdown .column:last-child li.level2:last-child .level2 { border-bottom-right-radius: 5px; }

.menu-dropdown .column li.level2:last-child .level2.parent { border-radius: 0; }

.menu-dropdown span.level2 > span, 
.menu-dropdown a.level2 > span { padding: 7px 12px; color: #333333;
            text-shadow: none;}

.menu-dropdown .column ul.level2 {
	border: 0 solid #d1d1d1;
	border-left-width: 1px;
} 

.menu-dropdown .column:first-child ul.level2 { border-left: none; }

/* Set Hover */
.menu-dropdown a.level2:hover { 
	background: #E1E1E1;
	background: -webkit-linear-gradient(top, #E9E9E9, #E1E1E1);
	background: -moz-linear-gradient(top, #E9E9E9, #E1E1E1);
	background: -o-linear-gradient(top, #E9E9E9, #E1E1E1);
	background: linear-gradient(to bottom, #E9E9E9, #E1E1E1);
}

/* Set Current */
.menu-dropdown li.level2 a.current.level2 { 
	border-width: 1px;
	border-style: solid;
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.3);
	text-shadow: 0 -1px 0 rgba(0,0,0,0.3);
	color: #fff;  
}

.menu-dropdown li.level2:first-child a.current.level2 > span { padding: 6px 12px 7px 12px; }
.menu-dropdown li.level2:last-child a.current.level2 > span { padding: 6px 12px 7px 12px; }

/* Level 3 */
.menu-dropdown ul.level3 { 
	padding: 7px 10px;
	border-top: 1px solid #d1d1d1;
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.05),
				inset 0 -1px 1px rgba(0,0,0,0.05);
	background: #f1eee8;
	background: -webkit-linear-gradient(top, #f1eee8, #EBECED);
	background: -moz-linear-gradient(top, #f1eee8, #EBECED);
	background: -o-linear-gradient(top, #f1eee8, #EBECED);
	background: linear-gradient(to bottom, #f1eee8, #EBECED);
}

.menu-dropdown li.level2.current ul.level3 { 
	border-top: none;
	box-shadow: inset 0 1px 0px rgba(0,0,0,0.1),
				inset 0 2px 0px rgba(0,0,0,0.1),
				inset 0 -1px 1px rgba(0,0,0,0.05);
}

.menu-dropdown a.level3 {
	padding-left: 18px;
	background-position: 0 0;
	background-repeat: no-repeat;
	text-shadow: 0 1px 0 #fff;
	color: #444;
}

/* Set Hover & Current */
.menu-dropdown a.level3:hover,
.menu-dropdown a.current.level3 { background-position: 0 -17px; }


/* Sidebar/Accordion Menu
----------------------------------------------------------------------------------------------------*/

.module.mod-box .menu-sidebar { margin: -15px; }
.module.mod-box .module-title + .menu-sidebar { margin-top: 0; }
.module.mod-box-header .module-title + .menu-sidebar { margin-top: -11px; }

* Link *
.menu-sidebar a.level1,
.menu-sidebar li > span.level1 { 
	border-top: 0px solid #d1d1d1;
	padding: 0 10px;
	box-shadow: inset 0 0px 0 #fff;
	color: #444;
	text-shadow: 0 0px 0 #fff;
}

.mod-box-black .menu-sidebar a.level1,
.mod-box-black .menu-sidebar li > span.level1  {
	border-top: 1px solid #474747;
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
	text-shadow: 0 -1px 0 rgba(0,0,0,0.3);
	color: #fff;
}

.menu-sidebar a.level1 > span,
.menu-sidebar span.level1 > span { padding: 7px 0; }

.mod-box .menu-sidebar li.level1:first-child a.level1 { 
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
}

.mod-box .menu-sidebar li.level1:last-child a.level1 {
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}

.module.mod-box .module-title + .menu-sidebar li.level1:first-child > .level1 { border-radius: 0; }

.menu-sidebar li.level1:first-child a.level1,
.menu-sidebar li.level1:first-child span.level1,
.menu-sidebar li.level1.current + li.level1 a.level1,
.menu-sidebar li.level1.current + li.level1 span.level1 { border-top: none; }

.module.mod-box .module-title + .menu-sidebar li.level1:first-child > .level1 { border-top: 1px solid #d1d1d1; }
.module.mod-box.mod-box-black .module-title + .menu-sidebar li.level1:first-child > .level1 { border-top: 1px solid transparent; }

/* Hover */
.menu-sidebar a.level1:hover,
.menu-sidebar li > span.level1:hover { 
	background: #E1E1E1;
	background: -webkit-linear-gradient(top, #E9E9E9, #E1E1E1);
	background: -moz-linear-gradient(top, #E9E9E9, #E1E1E1);
	background: -o-linear-gradient(top, #E9E9E9, #E1E1E1);
	background: linear-gradient(to bottom, #E9E9E9, #E1E1E1);
}

.mod-box-black .menu-sidebar a.level1:hover,
.mod-box-black .menu-sidebar li > span.level1:hover { 
	background: #4D5055;
	background: -webkit-linear-gradient(top, #4D5055, #45494E);
	background: -moz-linear-gradient(top, #4D5055, #45494E);
	background: -o-linear-gradient(top, #4D5055, #45494E);
	background: linear-gradient(to bottom, #4D5055, #45494E);
}

/* Current */
.module.mod-box .menu-sidebar li.level1 > .active.level1,
.module.mod-box .menu-sidebar li.level1 > .current.level1 { 
	padding-right: 9px;
	border-width: 1px;
	border-style: solid;
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.3);
	text-shadow: 0 -1px 0 rgba(0,0,0,0.3);
	color: #fff;
}

.module.mod-box-black .menu-sidebar li.level1 > .active.level1,
.module.mod-box-black .menu-sidebar li.level1 > .current.level1 { 
	padding-right: 10px;
	border-left: 0;
	border-right: 0;
	border-top-color: #474747;
}

/* Level 1 */
.menu-sidebar li.parent .level1 > span { 
	background-position: 100% 0;
	background-repeat: no-repeat; 
}

.module.mod-box-black .menu-sidebar li.parent .level1 > span { 
	background-position: 100% 0;
	background-repeat: no-repeat; 
}

.menu-sidebar li.parent:hover .level1 > span,
.module.mod-box-black .menu-sidebar li.parent:hover .level1 > span { background-position: 100% -50px; }
.menu-sidebar li.parent.active .level1 > span,
.module.mod-box-black .menu-sidebar li.parent.active .level1 > span { background-position: 100% -100px; }

/* Level 2-4 */
.menu-sidebar ul.level2 ul { padding-left: 12px; }

.menu-sidebar ul.level2 { 
	padding: 7px 10px;
	background: #53565A;
	background: -webkit-linear-gradient(top, #53565A, #45494D);
	background: -moz-linear-gradient(top, #53565A, #45494D);
	background: -o-linear-gradient(top, #53565A, #45494D);
	background: linear-gradient(to bottom, #53565A, #45494D);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.3),
				inset 0 -1px 1px rgba(0,0,0,0.1);
}

.mod-box-black .menu-sidebar ul.level2 { 
	background: #3D3F42;
	background: -webkit-linear-gradient(top, #414447, #3D3F42);
	background: -moz-linear-gradient(top, #414447, #3D3F42);
	background: -o-linear-gradient(top, #414447, #3D3F42);
	background: linear-gradient(to bottom, #414447, #3D3F42);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.1),
				inset 0 -1px 1px rgba(0,0,0,0.1);
}

.menu-sidebar li.level1:last-child ul.level2 { 
	padding-bottom: 7px; 
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}

.menu-sidebar ul.level2 a {
	padding-left: 18px;
	background-position: 0 0;
	background-repeat: no-repeat;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.4);
	color: #fff;
}

.menu-sidebar ul.level2 a:hover,
.menu-sidebar ul.level2 a.current { background-position: 0 -17px; }

/* Icons */
.menu-sidebar span.icon { 
	margin-right: 2px;
	margin-left: -4px; 
}

.menu-dropdown li.level2 a.current.level2 { 
	border-top: 1px solid #D1D1D1;
	background: #E1E1E1;
	background: -webkit-linear-gradient(top, #E9E9E9, #E1E1E1);
	background: -moz-linear-gradient(top, #E9E9E9, #E1E1E1);
	background: -o-linear-gradient(top, #E9E9E9, #E1E1E1);
	background: linear-gradient(to bottom, #E9E9E9, #E1E1E1);
        
}

.menu-dropdown a.level3 { background-image: url(../images/menu_dropdown_level3.png); }

*.menu-dropdown a.level3:hover,
.menu-dropdown a.current.level3 { color: #5A7287; }*

.module.mod-box .menu-sidebar li.level1 > .active.level1,
.module.mod-box .menu-sidebar li.level1 > .current.level1 { 
	border-color: #474747;
	border-top-color: #474747;
	background: #4D5055;
	background: -webkit-linear-gradient(top, #4D5055, #45494E);
	background: -moz-linear-gradient(top, #4D5055, #45494E);
	background: -o-linear-gradient(top, #4D5055, #45494E);
	background: linear-gradient(to bottom, #4D5055, #45494E);
}

.module.mod-box .menu-sidebar li.level1.parent > .level1.active,
.module.mod-box .menu-sidebar li.level1.parent > .level1.current { border-bottom-color: #60788E; }
.module.mod-box .menu-sidebar li.level1:last-child > .active.level1,
.module.mod-box .menu-sidebar li.level1:last-child > .current.level1 { border-bottom-color: #445564; }

.module.mod-box .menu-sidebar li.level1:first-child > .active.level1,
.module.mod-box .menu-sidebar li.level1:first-child > .current.level1 { border-top: 1px solid #60788E; }

.module.mod-box-black .menu-sidebar li.level1 > .active.level1,
.module.mod-box-black .menu-sidebar li.level1 > .current.level1 { border-bottom-color: #474747; }

.menu-sidebar li.parent .level1 > span { background-image: url(../images/menu_sidebar_parent.png); }

.module.mod-box-black .menu-sidebar li.parent .level1 > span { background-image: url(../images/menu_sidebar_parent_black.png); }

.menu-sidebar ul.level2 a { background-image: url(../images/menu_sidebar_level2.png); }

.menu-sidebar ul.level2 a:hover,
.menu-sidebar ul.level2 a.current { color: #758EA5; }





/* Modules
----------------------------------------------------------------------------------------------------*/

.module .badge { background-image: url(../images/module_badges.png); }

.mod-box-color .badge,
.mod-box-colorheader .badge  { background-image: url(../images/module_badges_color.png); }

.module .module-title .icon { background-image: url(../images/module_icons.png); }

.mod-box-color .module-title .icon,
.mod-box-colorheader .module-title .icon  { background-image: url(../images/module_icons_color.png); }

.mod-box-header.mod-box-color .module-title {
	border-bottom-color: #546B80;
	background-color: #4c6427;
}

.mod-box-color { background: #5c7535; border-color: #ffffff; }

.mod-box-color,
.mod-box-header.mod-box-color .module-title {
	background: #5c7535 url(../images/background/congress_light_violet_squares_bg.jpg) 0 0 repeat;
}
.mod-box-color.orange,
.mod-box-header.orange .module-title {
	background: #5c7535 url(../images/background/congress_dark_orange_squares_bg.jpg) 0 0 repeat;
}
.mod-box-color.dark{
background: transparent url(../images/background/congress2014_dark_squares_bg.jpg) 0 0 repeat;
}
.mod-box-color a { color: #ffdc53; }

.mod-box-color em.box {
	background-color: #455c21;
	border-color: #3c521b;
}

.mod-box-color::-moz-selection { background: #E8AF46; }
.mod-box-color::selection { background: #E8AF46; }

/* Tools
----------------------------------------------------------------------------------------------------*/

.color1 { color: #5A7287; }
.color2 { color: #E8AF46; }

form.style button:hover,
form.style input[type="button"]:hover,
form.style input.button:hover,
form.style #submit:hover,
.mod-box-color form.style button,
.mod-box-color form.style input[type="button"],
.mod-box-color form.style input.button,
.mod-box-color form.style #submit,
.button-default:hover,
.readon:hover,
.mod-box .button-primary,
.button-primary {
	border-color: #005291;
	border-bottom-color: #00355d;
	background: #005291;
	background: -webkit-linear-gradient(top, #00355d, #005291);
	background: -moz-linear-gradient(top, #00355d, #005291);
	background: -o-linear-gradient(top, #00355d, #005291);
	background: linear-gradient(to bottom, #00355d	, #005291);
}

form.style button:active,
form.style input[type="button"]:active,
form.style input.button:active,
form.style #submit:active, 
.button-default:active, 
.readon:active {
	background: #690c75;
	background: -webkit-linear-gradient(top, #690c75, #8c129c);
	background: -moz-linear-gradient(top, #690c75, #8c129c);
	background: -o-linear-gradient(top, #690c75, #8c129c);
	background: linear-gradient(to bottom, #690c75, #8c129c);
}

.mod-box-color form.style button:hover,
.mod-box-color form.style input[type="button"]:hover,
.mod-box-color form.style input.button:hover,
.mod-box-color form.style #submit:hover,
.button-primary:hover {
	border-color: #455c21;
	border-bottom-color: #3c521b;
	background: #690c75;
	background: -webkit-linear-gradient(top, #690c75, #698241);
	background: -moz-linear-gradient(top, #690c75, #698241);
	background: -o-linear-gradient(top, #690c75, #698241);
	background: linear-gradient(to bottom, #690c75, #698241);
}

.mod-box-color form.style button:active,
.mod-box-color form.style input[type="button"]:active,
.mod-box-color form.style input.button:active,
.mod-box-color form.style #submit:active,
.button-primary:active {
	border-color: #536B80;
	background: #698241;
	background: -webkit-linear-gradient(top, #698241, #68839B);
	background: -moz-linear-gradient(top, #698241, #68839B);
	background: -o-linear-gradient(top, #698241, #68839B);
	background: linear-gradient(to bottom, #698241, #68839B);
}

.mod-box-color form.style input[type="text"],
.mod-box-color form.style input[type="password"],
.mod-box-color form.style select,
.mod-box-color form.style textarea { border-color: #3c521b; }

.mod-box-color form.style input[type="text"]:focus,
.mod-box-color form.style input[type="password"]:focus,
.mod-box-color form.style select:focus,
.mod-box-color form.style textarea:focus { border-color: #3c521b; }

.social-icons li a { background-image: url(../images/tools/icons_social.png); }

/* System
----------------------------------------------------------------------------------------------------*/

#system .item > .links a:hover {
	border-color: #455c21;
	border-bottom-color: #3c521b;
	background: #8c129c;
	background: -webkit-linear-gradient(top, #8c129c, #690c75);
	background: -moz-linear-gradient(top, #8c129c, #690c75);
	background: -o-linear-gradient(top, #8c129c, #690c75);
	background: linear-gradient(to bottom, #8c129c, #690c75);
}

#system .item > .links a:active {
	background: #690c75;
	background: -webkit-linear-gradient(top, #690c75, #748EA4);
	background: -moz-linear-gradient(top, #690c75, #748EA4);
	background: -o-linear-gradient(top, #690c75, #748EA4);
	background: linear-gradient(to bottom, #690c75, #748EA4);
}

.searchbox .results li.more-results:hover { color: #5A7287; }

.searchbox .results li.result.selected {
	border-color: #60788E;
	border-top-color: #647A8C;
	background: #8c129c;
	background: -webkit-linear-gradient(top, #8c129c, #690c75);
	background: -moz-linear-gradient(top, #8c129c, #690c75);
	background: -o-linear-gradient(top, #8c129c, #690c75);
	background: linear-gradient(to bottom, #8c129c, #690c75);
}

#system span.highlight { background-color: #8c129c; }


/* Extensions
----------------------------------------------------------------------------------------------------*/

.wk-slideset-sync .nav.icon span { background-image: url(../images/widgetkit/nav.png); }

/* Zoo
---------------- */
#yoo-zoo .items div.teaser-item-bg{
	border: none!important;
	margin-bottom: -28px;
}

#yoo-zoo .items div.media-left{
	margin:0px;
}