/* 

GoodSimple - CSS File

*/

@font-face {
    font-family: 'DINWebPro';
    src: url('DINWebPro.eot');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'DINWebPro'; 
	src: url('DINWebPro.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/* #Reset & Basics (Inspired by E. Meyers)
================================================== */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, b, u, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block; }
body {
	line-height: 1; }
ol, ul {
	list-style: none; }
blockquote, q {
	quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none; }
table {
	border-collapse: collapse;
	border-spacing: 0; }

/*============================================ GLOBAL  =================================================*/
body {
	font-family: 'Open Sans', sans-serif;
	font-size:12px;
	margin:0 auto;
	padding:0;
	line-height:20px;
}
* {
	margin:0;
	padding:0;
}
*:focus {
	outline:none; /* removes ugly dotted border but may make template more unsuable, up to you
					 if you want to keep it! */
}
form{margin:0; padding:0;}
hr {
	border-width:0;
	height:1px;
	line-height:0;
	margin:30px 0px 30px 0px;
	page-break-after:always;
	text-align:center;
	width:100%;
	clear:both;
}
em{ font-style:italic;}
/*** END OF GLOBAL  ***/


/*============================================ DEFAULT ELEMENT STYLES  =================================================*/
/* heading */
h1, h2 {margin-bottom:15px; line-height:normal;}
h3, h4, h5{margin-bottom:15px; line-height:normal;}
h1	{font-size:50px;}
h2	{font-size:24px;}
h3	{font-size:20px;}
h4	{font-size:15px;}
h5	{font-size:13px;}
h6	{font-size:9px;}
h1, h2, h3, h4, h5, h6, .pagetitle, .pagedesc
{font-family: 'Fjalla One', sans-serif; text-transform:uppercase;}

.title{ padding:8px 0 7px 8px; text-transform:uppercase;}
.titleRegular{font-weight:400}
.titleBold{font-weight:700}
.titleLight{font-weight:300}
.titleUppercase{text-transform:uppercase}
.titleNormal{text-transform:none}
.italic{font-style:italic}
.textBoldUppercase{font-weight:700; text-transform:uppercase;}
.margin60{margin-bottom:60px;}
.margin30{margin-bottom:30px;}
.marginright70{margin-right:70px !important;}
img.circleimg{border-radius:50%; -moz-border-radius:50%; -webkit-border-radius:50%; padding:10px;}


/* links */
a, a:visited {text-decoration:none;}
a:hover{text-decoration:none;}
a img{border:none}


/* float align */
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 15px;
	margin-top: 3px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 15px;
	margin-top: 5px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignnone,
img.alignnone {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin:0px;
}


img.alignleft, 
img.alignright, 
img.aligncenter
{
	margin-bottom: 12px;
}

/* lists, blockquotes and paragraphs */
p, ul, ol, blockquote {
	margin-bottom:20px;
}
ul {
	list-style: disc;
	margin: 0 0 18px 1.5em;
}
ul li{ 
	padding-bottom:10px;
}
ol {
	list-style: decimal;
	margin: 0 0 18px 2.2em;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
}
	
blockquote {
	clear:none;
    font-size: 16px;
	line-height:24px;
	font-style:italic;
	font-family:'Open Sans', sans-serif;
    margin: 0 0 8px;
	padding:7px 0px 0px;
}
blockquote:before, blockquote:after{content:'"';}

	
blockquote.left, blockquote.right  {
	float:right;
	margin:0 0 0 20px;
	width:65%;
	}
	
blockquote.left{
	float:left;
	margin-left:0px;
	margin-right:20px;}


/* code */
code {
	font-family:Verdana, Arial;
	letter-spacing:1px;
	margin:25px 0 25px 0px;
	display:block;
	font-size:0.9em;
	padding:15px 10px;
}

/*** END OF DEFAULT ELEMENT STYLES ***/


/*============================================ CONTAINER  =================================================*/
#outerheader{
	margin:0px auto;
	padding:0;
}
#outerbeforecontent{margin-bottom:67px;}

/*** END CONTAINER ***/

/*** HEADER ***/
#top{}
#logo{ text-align:left; font-family: 'Open Sans', sans-serif; margin-top:20px; margin-bottom:20px;}
#logo img{ display:block;}
#logo h1{margin:0; font-size:28px; line-height:28px;}
#logo .desc{ display:block; font-size:14px; text-transform:uppercase;}

#topright{vertical-align:middle; text-align:right; margin:62px 0px 0px 0px; }
#toptext{margin-bottom:5px; font-size:16px; line-height:26px;}

/* TOP MENU */
#navigation{position:relative; z-index:200; margin:0;}
#nav-wrap{ text-align:left;}

/* Nav Menu */
#topnav{
	margin:0 auto;
	padding:0;
	list-style-type:none;
	overflow:visible;
	position:relative;
	font-size:16px;
	font-family: 'Fjalla One', sans-serif;
	text-transform:uppercase;
}
.sf-menu li{ text-align:center;}
.sf-menu a {
	text-decoration:none;
	display:		block;
	position:		relative;
	padding: 		22px 30px 21px 26px;
	margin: 0px 0px 0px 0px;
}
.sf-menu li:hover, .sf-menu li.current{}
.sf-menu a:hover, .sf-menu li.current > a{ border-width:4px 0px 0px 0px; border-style:solid; padding-top:18px; }


/* Drop down menu */
.sf-menu ul a:hover, .sf-menu ul li.current > a {border-width:0px;}
.sf-menu li li {
	line-height:20px;
	margin:0;
	padding:0px;
	width:auto;
}
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:100%;
	position:absolute;
	right:0;
	bottom:0;

}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			12em; /* left offset of submenus need to match (see below) */
	padding-top:6px;
}
.sf-menu ul ul{ padding:0px;}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	display:block;
	float:left;
	position:		relative;
	margin:0;
}

.sf-menu li li{margin:0px 0px!important; text-align:left;}


.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			2px;
	top:			3.4em; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			12em; /* match ul width */
	top:			-1px;
	margin-left:	0px;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			12em; /* match ul width */
	top:			-1px;
}
.sf-menu ul li a{
	padding:12px 29px 11px 29px! important;
	margin:0px;
	font-size:16px;
}

.sf-menu a.sf-with-ul {
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			10px;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
}


	
/* dropdown mobile */
.tinynav { display: none }



/*============================================ SLIDER   =================================================*/
#slidercontainer{}
#slider .slider-img{display:none;}
#slider{position:relative; margin:30px 0 51px 0;}
#slider #slideritems{border:0px; box-shadow:none; -moz-box-shadow:none; -webkit-box-shadow:none; border-radius:0px; -moz-border-radius:0px; -webkit-border-radius:0px; margin:0px;}
#slider .slides li{padding:0px; background-repeat:no-repeat; background-position:center;}
#slider .slider-2ndpic{position:absolute; bottom:0px; right:0px; width:1170px; height:400px; }
#slider .flex-caption{position:absolute; top:114px; left:40px;}
#slider .flex-caption h2{font-size:50px; margin:0px;}
#slider .flex-caption h3{font-size:30px; margin:0px 0px 9px 0px;}
#slider .flex-caption .desc{font-size:13px;}
#slider img{ display:block;}
#slider .flex-control-nav{text-align:left; bottom:110px; left:40px; z-index:999;}
#slider .flex-control-nav li{margin:0px 10px 0px 0px;}
#slider .flex-control-nav li a{width:16px; height:16px; }

#slider .camera_wrap .camera_pag{bottom:95px; left:40px; z-index:999; position:absolute;}
#slider .camera_wrap .camera_pag .camera_pag_ul{text-align:left;}
#slider .camera_wrap .camera_pag .camera_pag_ul li span{top:0px; left:0px; width:16px; height:16px; border-radius:50%; -moz-border-radius:50%; -webkit-border-radius:50%;}

/*============================================ HIGHLIGHT  =================================================*/
#outerhighlight{border-width:1px 0px; border-style:solid;}
#highlightcontent{text-align:center; padding:39px 0px 50px;}
#highlightcontent h2{font-family:'Open Sans'; font-weight:300; font-size:30px; margin-bottom:20px;}
#highlightcontent .button, #highlightcontent .button-alt{font-size:16px; padding:15px 30px 15px 30px;}
#highlightcontent .button-alt{margin-left:-3px;}

/*============================================ BEFORE CONTENT  =================================================*/

#beforecontent{ margin:60px 0 55px;}
.pagetitlecontainer{margin-bottom:37px; }
.pagetitle{ font-size:28px; line-height:28px; margin-bottom:0px; text-transform:uppercase;}
.pagedesc{ font-size:14px; float:left; padding:22px  0 0 15px;}

/*============================================ CONTENT  =================================================*/
#outermain{padding-bottom:80px;}
#outermain.inner{margin-top:60px;}

#maincontent{}
.row .positionright{float:right;}
.row .positionleft{ float:left;}
.padcontent{padding-right:20px; padding-left:0px;}
.positionright .padcontent{padding-right:0px; padding-left:20px;}


.indentleft{overflow:hidden;}

.margin_top{ padding-top:5px;}
.margin_bottomoff{margin-bottom:0 !important;}
.margin_bottom_small{margin-bottom:5px;}
.margin_bottom_middle{margin-bottom:12px;}
.margin_bottom_large{margin-bottom:16px;}
.margin_bottom_extralarge{margin-bottom:25px;}
.textCenter{text-align:center;}
.textMiddle{ padding:10px 0px 20px;}
.center{ margin:0 auto!important; float:none; display:block;}
.nomargin{margin-right:0}
.nopadding{ padding-right:0px;}
.displayblock{display:block;}


.header-wrapper h2{ display:inline-block; margin-right:3px;}
.header-wrapper a{ font-size:11px; text-transform:uppercase;}

/*=== Portfolio Shortcode ===*/
#ts-portfolio{ display:block; margin-bottom:-60px;}
#ts-portfolio .header-wrapper{ margin:0px 0px 9px;}

/*=== Post Shortcode ===*/
.post-shortcode h2{margin:0px 0 6px 0; line-height:16px;}
.post-shortcode h2 a{ font-weight:normal; font-size:16px; }
.post-shortcode .post-meta{ font-size:11px; margin-bottom:10px;}
.post-shortcode .alpha{clear:both;}
.post-shortcode .imgcontainer{ width:180px; float:left; margin-right:20px;}


/*=== Testimonials ===*/
.entry-quote-big{margin:10px 0px 65px 0px; padding:60px 0px 55px; }
.entry-quote-big .quote-image{width:96px; float:left;}
.entry-quote-big .quote-image img{border-radius:50%; -moz-border-radius:50%; -webkit-border-radius:50%; padding:10px;}
.entry-quote-big .quote-content{margin-left:186px;}
.entry-quote-big blockquote {
	clear:none;
    font-size: 16px;
	line-height:24px;
	font-style:italic;
	font-family:'Open Sans', sans-serif;
    margin: 0 0 8px;
	padding:7px 0px 0px;
}
.entry-quote-big blockquote:before, .entry-quote-big blockquote:after{content:'"';}
.entry-quote-big .quoteinfo{ font-style:italic;}

.entry-quote{margin-bottom:30px;}
.entry-quote .quote-image{width:43px; float:left; margin-right:10px;}
.entry-quote .quote-image img{width:43px; height:43px; display:block;}
.entry-quote .entry-content{position:relative; overflow:visible; margin-bottom:42px;}
.entry-quote blockquote {
	clear:none;
    font-size: 16px;
	line-height:24px;
	font-style:italic;
	font-family:'Open Sans', sans-serif;
    margin: 0px;
	padding:20px 40px;
}
.entry-quote blockquote:before, .entry-quote blockquote:after{content:'"';}
.entry-quote .quotearrow{background-image:url(../images/quotearrow.html); background-repeat:no-repeat; width:52px; height:23px; position:absolute; bottom:-23px; left:42px; z-index:100;}
.entry-quote .quoteinfo{ font-style:italic;}
.entry-quote .quoteinfo .info{float:left; line-height:43px;}

			
/*=== List ===*/
ul.list{list-style-type:none; margin:5px 0 0 0; padding:0;}
ul.list li:before { content:"\00bb"; padding-right:5px; }
ul.list li{padding-bottom:0px;}



/*=== Images ===*/
img.scale-with-grid {
	max-width: 100%;
	height: auto;
}

/*=== Form & Button ===*/
form{margin:0; padding:0;}

input[type="text"],
textarea, input[type="password"], select{
	padding:4px 2px;
	font-size:13px;
}

textarea{width:90%;}

textarea:focus{outline:0;}

.button, .button:visited, .button-alt, .button-alt:visited, input[type="submit"], button, .more{
	padding:13px 20px 11px 20px;
	font-family:"Fjalla One", sans-serif;
	cursor:pointer;
	font-size:14px;
	line-height:14px;
	text-transform:uppercase;
	display:inline-block;
	
}

.button:hover, .button-alt:hover, input[type="submit"]:hover, button:hover, .more:hover{text-decoration:none;}


/*=== Separator ===*/
.separator{
	display:block;
	height:48px;
	margin:0 0 46px;
	text-align:center;
	width:100%;
	clear:both;
}

.spacer{
	display:block;
	height:30px;
	width:100%;
	clear:both;
}

/*=== Dropcaps ===*/
.dropcap1{
	display:block;
	float:left;
	font-size:32px;
	line-height:34px;
	margin:4px 8px 0 0;

}
.dropcap2{
	display: block;
	float:left;
	border-radius: 55px 55px 55px 55px;
    display: block;
    float: left;
    font-size: 26px;
    line-height: 47px;
    margin: 6px 8px 0 0;
    text-align: center;
    width: 47px;	
}
.dropcap3{
	display:block;
	float:left;
	font-size:26px;
	line-height:35px;
	width:47px;
	height:40px;
	text-align: center;
	margin:6px 8px 0 0;
	padding:5px 0;
}

/*== Highlight ==*/
.highlight1{padding:2px 5px;}	
.highlight2{padding:2px 5px;}

/*=== Pullquotes ===*/
.pullquote-right, .pullquote-left{
	padding:0px 10px 0px 30px;
	background-image:url(../images/quote.html);
	background-repeat:no-repeat;
	background-position:0px 0px;
	float:right;
	font-style:italic;
	font-size:12px;
	letter-spacing:0px;
	line-height:22px;
	margin:0px 2px 20px 20px;
	width:50%;
	}
.pullquote-left{float:left;margin-left:2px;margin-right:20px;}


/*==== Tabs ====*/
.tabcontainer{margin:0;}
ul.tabs {
	margin: 0;
	margin-bottom:0px;
	padding: 0 0 0px 0;
	list-style: none;
	width: 100%;
	float:left;
}

ul.tabs li {
	float: left;
	margin: 0 0;
	padding: 0 15px;
	overflow: hidden;
	position: relative;
	font-size:13px;
}

ul.tabs li a {
	text-decoration: none;
	display: block;
	padding: 5px 0px;
	outline: none;
}

.tab-content { }
	
ul.tabs li:hover{}
.tab-body{padding:20px 20px 0px; float:left;}

/*==== Tabs 2 ====*/
.tabcontainer2{margin:0 0 20px 0;}
.tabcontainer2 ul.tabs {
	margin: 0 25px 0px 0px;
	padding: 0 0 0px 0;
	list-style: none;
	width:22%;
	float:left;

}
.tabcontainer2 ul.tabs li {	display:block; float:none; padding:0px 15px;}
.tabcontainer2 ul.tabs li:first-child{ border-top:0px; }

.tabcontainer2 ul.tabs li a {
	text-decoration: none;
	display: block;
	padding: 10px 0px;
	outline: none;
	font-size:14px;
	font-weight:bold;
}

.tabcontainer2 .tab-content {padding: 0px 0px; float:left; width:73%;  }
.tabcontainer2 ul.tabs li:hover{}
.tabcontainer2 .tab-body{ padding:0px;}

/*==== jQuery Toggles ====*/
#toggle{border: 0px }
h2.trigger {
	padding:0;
	margin: 0 0 7px 0;
	font-size:13px;
	font-weight:normal;
	cursor:pointer;
}

h2.trigger span {
	text-decoration: none;
	display: inline-block;
	padding:10px 12px;
	margin-right:20px;
	font-size:14px;
	font-weight:bold;
}

h2.active span{}
h2.active {}

.toggle_container {
	margin: 0 0 7px 40px;
	margin-top:-7px;
	padding: 10px 20px;
	overflow: hidden;
	clear: both;
}


/*==== Tables ====*/
table {border-collapse:separate;border-spacing:0;width:100%; margin-bottom:18px;}
table,td,th { text-align:left; }
th{padding:10px;}
td{padding:10px;}
tfoot td{border:0px;}
th,tr:hover{}
table {
	text-align: left;
	margin: 0 -1px 24px 0;
	width: 100%;
}
tr th,
thead th {
	font-size: 13px;
	line-height: 18px;
	padding: 9px 24px;
}
tr td {
	padding: 6px 24px;
}
tr.odd td {}


/*==== Features ====*/
.ts-features .img-container{float:left; width:55px; height:55px; border-radius:50%; -moz-border-radius:50%; -webkit-border-radius:50%;}
.ts-features .img-container img{width:31px; height:31px; padding:12px;}
.ts-features .feature-title{margin:0px 0px 0px 70px; padding-top:15px;}
.ts-features .feature-text{clear:both; padding-top:17px;}


/*============================================ SIDEBAR  =================================================*/

#sidebar{padding-bottom:20px;}
.padsidebar{}
#sidebar .widget-title{margin:0px -20px 20px -30px;	padding:20px 20px 17px 30px;}
.widget-title {
	font-size:20px;
	line-height:20px;
	display:block;
	text-transform:uppercase;
}

#sidebar ul{
	list-style-type:none;
	list-style-position:outside;
	margin:0;
	padding:0px;
}

#sidebar ul li{
	list-style-type:none;
	margin:0;
	padding:0;
	
}
#sidebar .widget-container{margin-bottom:50px; padding:0px 20px 25px 30px; }


#sidebar li li{
	list-style-type:none;
	margin:0 0 6px 0;
	padding:0 0 8px 0px;
}
#sidebar li li:before { content:"\00bb"; padding-right:5px;}
#sidebar li li:last-child{padding-bottom:0px; margin-bottom:0px; border-bottom:0px;}

#sidebar li li a{ font-size:14px;}
#sidebar li li a:hover, #sidebar li li a.active{text-decoration:none;}

#sidebar .textwidget{}
#sidebar .textwidget p{ margin-bottom:10px;}

#sidebar .rp-widget{}

/*==== Search ====*/
#searchform {position: relative; width:100%; margin:18px 0 0px;}
#searchform .bgsearch { }
#searchform #s { border: 0 none;  padding: 10px 40px 8px 10px !important;}
#searchform input {
    background: transparent;
    border: 0 none;
}
.searchbutton {
    height: 20px;
    position: absolute;
    right: 10px;
    top: 6px;
    width: 25px;
}

/*==== Tagcloud Widget ====*/
.tagcloud .tag{display:inline-block;}
.tagcloud .tag a{display:inline-block; padding:5px !important; margin:0px 1px 3px 0px !important; }

/*==== Gallery Widget ====*/
ul.flickr{list-style-type:none; padding:0; margin:0;}
ul.flickr li{ float:left; margin-right:7px !important; border:0px !important; box-shadow:none !important; -moz-box-shadow:none !important; -webkit-box-shadow:none !important;}
ul.flickr li img{
	padding:4px;
	background-color:transparent;
}


/*==== Testimonial Widget ====*/
.testimonial-widget{}
.testimonial-widget h6{line-height:20px; margin-bottom:10px}
.testimonial-widget .alignleft{margin-right:10px;}
.testimonial-widget .quote{ display:block; padding:5px 0 0 0; font-size:13px; font-style:italic}

/*==== Tag ====*/
.tags a{padding:5px 10px!important; margin:0 0px 3px 0 !important; display:inline-block; font-size:11px; font-weight:bold;}
.tags a:hover{}

/*==== Banner ====*/
.banner img{display:block;}

/*==== Recent post widget ====*/
.ts-recentpost{margin-bottom:10px;}
.ts-recentpost .header-wrapper h2{margin-bottom:30px;}
.ts-recentpost .columns{margin-bottom:60px;}
.ts-recentpost .posttitle a{text-transform:uppercase;}
.ts-recentpost .imgcontainer img{display:block;}

.rp-widget{background:none!important; padding:0px;}
#sidebar ul.rp-widget li{padding-bottom:16px;  margin-bottom:0px !important; clear:both; background:none!important; list-style:none!important; border:0px !important;}
.rp-widget li:last-child{padding-bottom:0px !important;}
.rp-widget li .postimg{float:left; margin:0 14px 0px 0; padding:0 0 0 0; width:94px;}	

.rp-widget li .postimg img{ 
position:relative;
z-index:2px;
}
.rp-widget li.last{margin:0 !important; padding:0 !important;}
.rp-widget li h3{font-size:16px; margin-bottom:0px; }
.rp-widget li h3 a{font-size:16px !important; text-transform:uppercase;}
.rp-widget li .smalldate{font-size:11px; display:block; overflow:hidden; padding:0 0 0 0px}

#sidebar .rp-widget li:before { content:""; padding-right:0px;}

#footersidebar .rp-widget img{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	float:left;
	margin-right:14px;	
}
#footersidebar .rp-widget li h3 a{ font-size:13px}
#footersidebar .rp-widget .smalldate{ font-size:11px;}
#footersidebar .rp-widget p{ margin-top:20px; margin-bottom:15px;}
#footersidebar .rp-widget .more{ text-transform:uppercase; font-size:10px;}

/* Social */
.sn{list-style-type:none; margin:0 0 0 0; padding:0px 0px 0 0px;} 
.sn li{list-style-type:none; margin:0; padding:0 0px 0 4px; display:inline; background:transparent} 
.sn span{height:34px; width:34px; display:inline-block;}
.sn .icon-img{background-position:center; background-repeat:no-repeat;}

/*============================================ FOOTER =================================================*/
#footer{ }


/*==== FOOTER SIDEBAR  ====*/
#footersidebar{padding:46px 0 20px 0;}
#footersidebar ul{list-style-type:none; margin:0; padding:0;}
#footersidebar li.widget-container{list-style-type:none; margin:0 0 20px 0; padding:0; border:0px;}
#footersidebar .widget-title{
	font-size:16px;
	text-transform:uppercase;
	padding:0 0 11px 0;
	margin-bottom:15px;
}
#footersidebar li li{margin:0 0 5px 0; padding-bottom:7px;}
#footersidebar li a{ padding:0px; margin:0px;}
#footersidebar li a:hover{ text-decoration:none;}

/*==== COPYRIGHT ====*/
#copyright{ padding:18px 0px 20px; font-size:11px; text-align:left;}
#copyright a, #copyright a:visited{}


/* Xeneris */

body {
	font-family: 'Open Sans', sans-serif;
	font-size:15px;
	margin:0 auto;
	padding:0;
	line-height:155%;
}

.pagetitle {
	line-height: 35px;
}

#sidebar .widget-container {
  margin-bottom: 20px;
}

ul {
	list-style: square;
}
ul li{ 
	padding-bottom:0px;
}

#topright{vertical-align:middle; text-align:right; margin:32px 0px 0px 0px; }
#toptext{margin-bottom:5px; font-size:16px; line-height:26px;}

.header_icon { margin-right: 10px; }

.sf-menu a {
	padding: 		22px 20px 21px 16px;
}

/* From old stylesheet */

.img_speaker { 
	width:120px;
	border: solid 1px #999999;
	}
	
/* Forms */

.form_label {
	width:200px;
	float:left;
	font-weight:bold;
}

.form_labeln {
	width:200px;
	float:left;
}

.singleline_contact {
	border: solid 1px #999999;
	width:360px;	
	margin-bottom:8px;
}

.field_textarea	 {
	border: solid 1px #999999;
	width: 560px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}

p.textarea_label { 
	margin-bottom:0px; 
	padding-bottom:0px;
}

p.number_chars {
	font-size:13px;
	margin-top:0;
}

input.charnum {
	font-size:13px; 
	width:25px; 
	border:none; 
	text-align:center; 
	color:red;
}

.call_translation {
	z-index:500;
	width:200px;
	border: solid 0px red;
	text-align:right;
}

.call_flag {
	margin: 0 10px -2px 0;
}

h1.call_header {
	width:350px;
}

.program_table  {
	border:none;
	border-collapse:collapse;
}

.program_table td {
   padding:5px;
   font-size:15px;
   line-height: 125%;
   border: solid 1px #666666;
}

.input_registration_radio {
   margin:0 0 0 0; padding:0;
}

.input_umfrage_radio {
}

td.preview_data {
   color:#18A71E;
}

td.preview_label {
   padding-right:20px;
   width:300px;
}

.author_name {
   font-weight:bold;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
}

.company {
   font-weight:normal;
   font-style:italic;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   font-size:14px;
}

.event_title {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

.slogan a {
   text-decoration:none;
}

.slogan a:hover {
   text-decoration:underline;
}

.copyright a {
   text-decoration:none;
}

.copyright a:hover {
   text-decoration:underline;
}

td.workshop_cell {
   background-color:#bbbbbb;
   width:20px;
   padding:0;
}

.workshopheight {
	height:150px;
}

.img_workshop {
   padding: 10px 5px 0 5px;
}

table.inner_table  td{
   border:none;
}

.line_grey { border-bottom: dotted 1px #666666; margin-bottom:20px; }
.line_light_grey { border-bottom: solid 1px #cccccc; margin-bottom:20px; }

.input_dunkelkammer { width:350px;}

ul.ul_dunkelkammer li { margin-left:-22px; line-height:130%; }
ul.vorschau_veranstaltung {  margin: 10px 0 0 -10px; padding: 0 0 0 0; color:#000000; }
ul.vorschau_veranstaltung li { margin: 0 0 10px 0;}

.hotel_img { 
	float:left; 
	margin: 0 20px 10px 0; 
	width:180px;
}

.umfrage_table {
	border-collapse:collapse;
}

.umfrage_table td {
   padding:5px;
   border: solid 1px #999999;
}


tr.newstrang td {
	border-top: solid 3px red;
}

.printonly {
	display:none;
}

.small_vat {
	font-size:12px;
}

.sponsoren_text {
	float:left; margin: 5px 30px 15px 0;
}

.red {
	color: #ff0000;
}

.green {
	color: #18A71E;
}

table td {
	vertical-align:top;
}

table.pricing_table {
   margin: 0 0 20px 0;
   font-size:15px;
   border:solid 1px #999999;
   border-collapse: collapse;
}

table.pricing_table td  {	
	border:solid 1px #999999;
}

table.pricing_table tr.first_row {
   background-color: #dddddd;
}

table.pricing_table td.first_td{
   background-color: #dddddd;
}

a.eventlink {
   font-weight:normal;
   text-decoration:underline;
   }

a.eventlink:hover {
   text-decoration:none;
   }

a.speakerlink {
   font-weight: normal;
   text-decoration:underline;
   }

a.speakerlink:hover {
   text-decoration:none;
   color:#333333;
   }

tr.day {
   font-size:19px;
   font-weight:bold;
   color:#ffffff;
}

tr.break {
   background-color: #e1e1e1;
}

td.time{
   width:40px;
   text-align:right;
   background-color:#f9f9f9;
}

td.r0, .Unbekannt {
   background-color: #ffffff;
   width:174px;
}

/*
e3fee6
caffd0
b0feba
*/

.r1, .r6, .Baden {
   background-color: #ffffff;
   width:174px;
}

.r2, .r7, .Fidelitas {
   background-color: #ffffff;
   width:174px;
}

.r3, .r8, .Kraichgau {
   background-color: #ffffff;
   width:174px;
}

.r4, .r9, .Schwarzwald {
   background-color: #ffffff;
   width:174px;
}

.r5, .r10, .Rebland {
   background-color: #ffffff;
   width:174px;
}

/* individual class later in the style sheet, superseeding the colors above */
td.i1 {
   background-color: #ffffff;
}

td.i2 {
   background-color: #ffffff;
}

td.i3 {
   background-color: #ffffff;
}

td.i4 {
   background-color: #ffffff;
}

.room {
   text-align:left;
   font-style:italic;
   font-size:11px;
   padding-top:5px;
   padding-bottom:0px;
   margin-bottom:0px;
}

.program_caption {
   padding-left:25px;
   margin: 0 7px 0 10px;
   border: solid 1px #666666;
}

.input_registration_radio {
   margin:0 0 0 0; padding:0;
}

.input_umfrage_radio {
}

.select_registration {
   width:100px;
   margin: 0 0 0 10px;
}

td.preview_data {
   color:#18A71E;
}

td.preview_label {
   padding-right:20px;
   width:300px;
}

.author_name {
   font-weight:bold;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
}

.company {
   font-weight:normal;
   font-style:italic;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   font-size:14px;
}

.event_title {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

.slogan a {
   text-decoration:none;
}

.slogan a:hover {
   text-decoration:underline;
}

.copyright a {
   text-decoration:none;
}

.copyright a:hover {
   text-decoration:underline;
}

td.workshop_cell {
   background-color:#bbbbbb;
   width:20px;
   padding:0;
}

.workshopheight {
	height:150px;
}

.img_workshop {
   padding: 10px 5px 0 5px;
}

table.inner_table  td{
   border:none;
}

.line_grey { border-bottom: dotted 1px #666666; margin-bottom:20px; }
.line_light_grey { border-bottom: solid 1px #cccccc; margin-bottom:20px; }

.input_dunkelkammer { width:350px;}

ul.ul_dunkelkammer li { margin-left:-22px; line-height:130%; }
ul.vorschau_veranstaltung {  margin: 10px 0 0 -10px; padding: 0 0 0 0; color:#000000; }
ul.vorschau_veranstaltung li { margin: 0 0 10px 0;}

.hotel_img { 
	float:left; 
	margin: 0 20px 10px 0; 
	width:180px;
}

.umfrage_table {
	border-collapse:collapse;
}

.umfrage_table td {
   padding:5px;
   border: solid 1px #999999;
}


tr.newstrang td {
	border-top: solid 3px red;
}

.printonly {
	display:none;
}

.small_vat {
	font-size:12px;
}

.sponsoren_text {
	float:left; margin: 5px 30px 15px 0;
}

.formtable {
	padding:0;
}

.formtable td {
	border:none;
	padding: 6px 0px 6px 0px;
}

.twitter_link {
	font-weight:normal; font-size:14px; text-transform:none;
}

.flex-control-nav {
    bottom: -40px !important;
}

.flex-caption h3 {
	margin-top:10px;
	margin-bottom:0px;
	line-height:120%;
}

.showOnMobile {
	display: none;
}

@media only screen and (max-width: 767px)
{
	#navigation { min-width: 75%; }
	#label-nav-wrap { display: none; }
	select.tinynav {
		display: inline-block;
		font-size: 15px;
		margin: 0 auto;
		background: #fff;
		border: 1px solid #bababa;
		width: 100%;
	}
	
	#maincontent {
		padding: 0 !important;
	}
	
	p {
		word-break: break-word;
	}
	
	form table.formtable {
		width: 350px !important;
		margin: 0 -30px;
	}
	
	form table td {
		max-width: 320px;
		padding: 5px 0px !important;
	}
	
	form table table.pricing_table {
		margin: -6px auto 20px auto;
		width: 320px;
		position: relative;
	}
	
	form table table.pricing_table td {
		width: auto !important;
		text-align: center;
		font-size: 10px;
	}
	
	form table table.pricing_table td.first_td, form table table.pricing_table tr.first_row td:first-child {
		width: 82px !important;
	}
	
	form table p {
		width: 265px;
		margin: 0 auto 20px;
	}
	
	form table ul {
		width: 245px;
		margin: 0 auto 20px auto;
	}
	
	form table .line_light_grey {
		width: 265px;
		margin-left: auto;
		margin-right: auto;
		display: block;
	}
	
	form table input.input_dunkelkammer, form table textarea {
		max-width: 150px;
	}
	
	form table input[name="ort"], form table input[name="rort"] {
		max-width: 90px;
	}
	
	form table tr td.custom_label {
		width: 150px;
		padding-left: 20px !important;
	}
	
	form table select {
		margin: 0 !important;
		max-width: 160px;
	}
	
	form table input[type="submit"] {
		margin: 0 auto;
		float: none;
		display: block;
	}
	
	.program_table {
		width: 340px;
		margin: 0 -23px 24px -23px;
	}
	
	.program_table td {
		font-size: 12px;
	}
	
	.program_table .company {
		font-size: 12px;
	}
	
	.showOnMobile {
		display: block;
	}
	
	.hideOnMobile {
		display: none;
	}
	
	table.program_table.showOnMobile td {
		width: 300px;
	}
	
	td.rotate {
		width: 30px !important;
		white-space: nowrap;
	}
	
	td.rotate > div {
		width: 30px;
		transform: 
			translate(0px, 240px)
			rotate(270deg);
	}
	
	table.program_table td.time {
		text-align: left;
		height: 15px !important;
	}
	
	form table.vorschau {
		width: 260px !important;
		margin: 0 auto !important;
	}
	
	form table.vorschau tr td {
		width: 130px !important;
	}
	
	table.vorschau p {
		width: auto;
		margin: 0 0 20px 0;
	}
	
	table.vorschau input[type="submit"] {
		white-space: pre-wrap;
	}
	
	.colspan0 {
		column-span: none;
		-webkit-column-span: none;
		-moz-column-span: none;
		-ms-column-span: none;
		-o-column-span: none;
	}
	
	.colspanall {
		column-span: all;
		-webkit-column-span: all;
		-moz-column-span: all;
		-ms-column-span: all;
		-o-column-span: all;
	}
	
	.centeredSubmitButton {
		text-align: center !important;
		margin-right: -100px;
	}
}

.pagetitlecontainer{margin-bottom:17px; }
#outermain.inner{margin-top:40px;}

.bisherige_sponsoren {
   float:left;
   padding: 0px 40px 20px 0px;
}

.event_image_caption {
   line-height:120%; font-size:13px; color:#1e64c8; margin-bottom:20px;
}

label.error {
   color:red;
}
input.error, textarea.error, select.error {
   border: solid 1px red !important;
}

@media only screen and (max-width: 767px)
{
	#navigation { min-width: 75%; }
	#label-nav-wrap { display: none; }
	select.tinynav {
		display: inline-block;
		font-size: 15px;
		margin: 0 auto;
		background: #fff;
		border: 1px solid #bababa;
		width: 100%;
		text-align: left;
	}
}


input.standard_check {
	margin-right:10px;
}

.pricing_table td {
    padding: 5px;
}

.img_beirat {
   border: solid 1px #cccccc;
}

.yellow_button {
	display: block;
	box-sizing: border-box;
	width: 237px;
	height: 115px;
	background-color: #FEC252;
	border-radius: 20px;
	box-shadow: 4px 3px 4px rgba(0, 0, 0, 0.5);
	text-align: left;
	color: #000;
	font-family: 'Open Sans', sans-serif;
	padding: 10px 6px 10px 16px;
	color: #000 !important;
	font-size: 13px;
	line-height: normal;
	margin: 20px auto 0 auto;
}
.yellow_button img {
	float: right;
	max-width: 80px;
	margin: 7px 0 0 7px;
}

.yellow_button big {
	display: block;
	font-size: 26px;
	line-height: 30px;
	padding-bottom: 8px;
}

.yellow_button span {
	font-size: 15px;
	float: left;
	width: 125px;
	text-align: right;
	line-height: 21px;
	margin-top: 16px;
}

@media only screen and (max-width: 767px) {
	table.program_table, table.program_table * { box-sizing: content-box; padding-left: 0; padding-right: 0; }
	table.program_table { margin-left: 0 !important; margin-right: 0 !important; }
	table.program_table, table.program_table tbody, table.program_table table, table.program_table tr, table.program_table tr td { border: none !important; display: block !important; text-align: center !important; width: 100% !important; }
	table.program_table tr td.time { padding-bottom: 12px !important; }
	table.program_table p { padding-left: 10px; padding-right: 10px; padding-bottom: 6px; }
	table.program_table tr td { font-size: 15px; line-height: normal; border: 1px solid rgba(0, 0, 0, 0.7) !important; }
}

input[type="submit"]:disabled {
	background: #666667 !important;
	cursor: not-allowed;
}