/*
Theme Name: Eclipse
*/

/* Eclipse Pro Style.css */

/* Reset and Design Constant Styles */

body {color:#ccc;background: url(../images/bgimg.png); line-height: 18px!important;}
*, html, body{padding:0;border:0;margin:0;}
body, div, p, input, textarea{font-size:12px;font-weight:400;}
h1, h2, h3, h4, h5, h6{font-weight:normal;font-family: arial, 'lucida console', sans-serif;}
p{margin: 0 0 10px 0;clear: both;}
a{color:#555;text-decoration:none}
a:hover{text-decoration:none}
#wrapper input, textarea{color:#666;border:#ccc 1px solid;border-radius:2px;-moz-border-radius: 2px;}
input[type=submit]{cursor:pointer;}
input {border: 1px solid #ccc;}
input[type=submit]{font-size: 12px;padding: 10px 20px 10px 20px;margin-top: 5px;border: 1px solid #2aa5c8;border-radius: 4px;-moz-border-radius: 4px;background:#2aa5c8;color: #fff;font-weight:600;}
input[type=reset]{font-size: 12px;padding: 2px;margin-top: 5px;border: 1px solid #999;border-radius: 3px;-moz-border-radius: 3px;}
a img{border:none}
a{outline:none}

.entry.nine.columns {
	margin-left: 1.4%;
	float:left;
	width: 76.1%;
}

.required {display: none;}

@-moz-document url-prefix() {#sidebar.three.columns {width: 200px; margin-left: 4.1%}}

#image_pagination {border-top: 1px solid #3D3D3D; border-bottom: 1px solid #3D3D3D;margin-bottom: 15px; display: block;}

.image_wrap {padding: 10px 15px 5px 15px; height: 105px;}

.previous_image {float: left;}

.next_image {float: right;}

.pagination {
clear:both;
padding:20px 0;
position:relative;
font-size:11px;
line-height:13px;
margin-top: -35px;
margin-bottom: 15px;
}

.pagination span, .pagination a {
margin: 2px 2px 2px 0;
padding:6px 2px 5px 2px;
text-decoration:none;
width:auto;
color:#fff;
background: #555;
}

.pagination a:hover{
color:#fff;
background: #3279BB;
}

.pagination .current{
background: #3279BB;
color:#fff;
}

#register {text-align: right; list-style: none;}

#register li {float: right; display: block; padding-left: 5px;}

#sidebar.four.columns {margin-left: 2.1%; width: 30.7%; float:}
#sidebar_left.four.columns {margin-right: 2.1%; width: 30.7%;}
#content.eight.columns {width: 65.4%; margin-left: 0%;}

#container {
	margin-left: auto;
	margin-right: auto;
	width: 950px;
	padding: 5px 15px 20px 15px;
	border: 1px solid;
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-right: 1px solid #BBB;
	border-bottom: 1px solid #BBB;
	border-radius: 4px;
	-moz-border-radius: 4px;
	box-shadow:inset 0 0 2px #ccc;
	background: transparent;
	margin-bottom: 15px;
}

#content {
	margin-top: 16px;
}

#front_custom {padding: 15px 0px 15px 0px;}

/* Meta  */

.meta {
	color: #e6e6e6;
	font-family: Helvetica, Arial;
	font-weight:400;
	font-size: 13px;
	padding-bottom: 10px;
	margin-top: 65px;
	padding-right:45px;
	text-align:right;
}

.meta a{color: #e6e6e6;text-decoration:none;}

.meta a:hover{color: #aaa;}

.meta li {line-height: 24px;padding-right: 0;}

.meta-mobile {
	color: #e6e6e6;
	font-family: Helvetica, Arial;
	font-weight:400;
	font-size: 13px;
	padding-bottom: 10px;
	margin-top: 25px;
	padding-right:34px;
}
.meta-mobile ul {margin-left: 0px !important;}

.meta-mobile a{color: #e6e6e6;text-decoration:none;}

.meta-mobile a:hover{color: #aaa;}

.meta-mobile li {line-height: 24px;padding-right: 25px;}

.metadate {
	background: url(../images/icons/cal.png) no-repeat right center;
}

.metacomments {
	background: url(../images/icons/comments.png) no-repeat right center;
}

.metaauthor {
	background: url(../images/icons/author.png) no-repeat right center;
	padding-top: 1px;
}

.metacat {
	background: url(../images/icons/cat.png) no-repeat right center;
}

.metatags {
	background: url(../images/icons/tags.png) no-repeat right center;
}

.entry {}

.entry p {clear: none;line-height: 1.5;}

.clear {clear: both;}

.entry p a{border-bottom: 1px solid #575757;}


.entry #respond p a {
	border: 0px;
}

.error {font-size:28px; text-align:center; }

a:hover {color: #5ca9d6;}

/* General  */

a {color: #fff;}

a:hover {color: #aaa;}

/* Header  */

#header {
	border-bottom: 1px solid #3D3D3D;
	min-height: 95px;
	background: #000;
}

#header_contact{ text-align:right;}

#logo {margin-bottom: 5px;margin-top:0;line-height: 40px;}

#banner {margin-bottom: 10px;}

#subheader {
	background:url(../images/footer.png);
	padding-bottom: 5px;
	border-bottom: 1px solid #3D3D3D;
}

/* Nav  */

#nav {
    float: right;
    margin-top: 32px;
    position: relative;
}

#nav ul {
	list-style: none;
	margin: 0;
}
#nav li {
	position: relative;
}

#nav li a {
	display: block;
	padding: 5px 10px;
	font-weight: 400;
	text-decoration:none;
	color: whitesmoke;
}

#nav_menu > li {
    float: left;
    margin: 0 13px;
}

#nav #nav_menu > li > .sub-menu {
    display: none;
	background: rgba(35,35,35,0.75) none;
   	margin-top: 5px;
    padding: 8px 10px 5px;
    position: absolute;
    left: 0;
    top: 25px;
    float: left;
    width: 200px;
    z-index: 9999;
    border-radius: 0 3px 3px 3px;
	-moz-border-radius: 0 3px 3px 3px;
    -webkit-border-radius: 0 3px 3px 3px;
    -khtml-border-radius: 0 3px 3px 3px;
}

#nav #nav_menu > li .main_nav_arrow {
    background: url(../images/down-arrow.png) no-repeat center center;
    height: 5px;
    width: 8px;
    display: inline-block;
    position: relative;
    margin: 0 10px 0 10px;
    top: -1px;
}

#nav #nav_menu > li > .sub-menu .nav_arrow {
    background: url(../images/nav_arrow.png);
    height: 11px;
    left: 10px;
    position: absolute;
    top: -10px;
    width: 14px;
    display: none;
}

#nav #nav_menu > li > .children {
     display: none;
	background: rgba(35,35,35,0.75) none;
   	margin-top: 5px;
    padding: 8px 10px 5px;
    position: absolute;
    left: 0;
    top: 25px;
    float: left;
    width: 200px;
    z-index: 9999;
    border-radius: 0 3px 3px 3px;
	-moz-border-radius: 0 3px 3px 3px;
    -webkit-border-radius: 0 3px 3px 3px;
    -khtml-border-radius: 0 3px 3px 3px;
}

#nav #nav_menu > li > .children .nav_arrow {
    background: url(../images/nav_arrow.png);
    height: 11px;
    left: 10px;
    position: absolute;
    top: -10px;
    width: 14px;
    display: none;
}

#nav #nav_menu > li > a {
	color: #b3b3b3;
    display: inline-block;
    font-size: 16px;
    line-height: 20px;
    cursor: pointer;
    padding: 5px 0px 5px 10px;
    position: relative;
}

#nav #nav_menu > .current_page_item > a {
	color: #FFF;
}

#nav #nav_menu > li:hover > a {
	color: #FFF;
	background: transparent;
	padding: 5px 0px 5px 10px;
	font-weight: 500;
}

#nav #nav_menu > .dropdown_hover:hover > a {
	color: #b3b3b3;
	background: rgba(35,35,35,0.75) none;
	padding: 5px 0px 5px 10px;
	font-weight: 500;
	border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
    -webkit-border-radius: 3px 3px 0 0;
    -khtml-border-radius: 3px 3px 0 0;
}

#nav #nav_menu li:hover > ul {
	display: block;
}

#nav ul ul a {
	color: #B3B3B3;
	font-size: 14px;
	border-bottom: 1px solid #3D3D3D;
}
#nav ul ul a:hover {
	color: #FFF;
}

#nav .parent-menu {
	background: url(../images/down-menu-arrow.png) no-repeat right center;
}
#nav .parent-menu:hover {
	background: url(../images/down-menu-arrow-hover.png) no-repeat right center;
}
#nav ul ul ul a {
	background: url(../images/indent-menu-arrow.png) no-repeat left center;
}
#nav ul ul ul a:hover {
	background: url(../images/indent-menu-arrow-hover.png) no-repeat left center;
}
#nav ul ul ul a {
	text-indent: 10px;
}
#nav ul ul ul ul a {
	text-indent: 20px;
}
#nav ul ul ul ul ul a {
	text-indent: 30px;
}


/* Social Icons  */

#social {margin-bottom: 0px;}

.icons {text-align:right;margin-top: 10px;}

.icons a img {opacity:1; padding-left: 3px;}

.icons a:hover img {opacity:.6;}

/* Home Button */

#home {float: left;border-right:#777 1px solid;margin-right:4px;margin-left:24px;}
#home a:hover{opacity: .5}
#nohome {float: left; margin-right:4px;margin-left:5px; height: 35px;}

/* Search Bar */

.searchform {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 0;
	height: 32px;
	background: #fff;
}

.center .searchform {float:none;}

#morefoot .searchform {float:left;}

.searchform .s{
	margin:0;
	border: none;
	margin: 10px 2px 2px 10px;
	font-size: 12px;
	height: 14px;
	color: #666;
	overflow: hidden;
}

#magnify {float:right;position:relative;margin: 8px 10px 0 0px;}

#magnify {margin: 0 0 0 5px\0/IE8+9; /* IE8+9  */}

.searchform .s:focus {outline:0; border:none;}

.searchform .searchsubmit {display:none;}

/* Post Container Styling  */

.post_container {
	background: transparent;
	margin-bottom: 40px;
	border-bottom: 1px solid #393939;
	padding-bottom: 20px;
}

.post_container.single {border-bottom: none;}

.post_container ul {list-style: disc;margin-left: 21px;list-style-position: inside;}

.postformats {
	float:right;
	height: 42px;
	width: 42px;
	margin-top: 0px;
	padding-right: 45px;
}

#comments {padding-top: 3px;font-size: 12px;}

#share {text-align:left;float:left;padding-top: 3px;}

.share a img {opacity:.8;}

.share a:hover img {opacity:1;}

#post-pagination-container {border-top: 1px solid #3D3D3D; border-bottom: 1px solid #3D3D3D; margin-bottom: 15px;}
#post-pagination-wrap { padding-top: 20px; padding-bottom: 10px; }

.next-posts-single {text-align:right;padding:5px; margin-top:-35px;}

.prev-posts-single {text-align:left;padding:5px; margin-top: -10px; margin-bottom: 5px; margin-left: -5px; max-width:300px;}

.prev-posts-single img {margin-right: 7px; margin-bottom: -1px;}
.next-posts-single img {margin-left: 7px; margin-bottom: -1px;}

.tags {margin-bottom: 15px;font-size: 12px;}

#fb {width: 440px; margin-bottom: 5px;}

.gplusone {margin-bottom: 10px;}

.post-edit-link {background-color: #757575;padding: 2px 3px;color: white;font-size: 10px;border-radius: 3px;-moz-border-radius: 3px;}

.meta ul{list-style: none;margin-left:0px;}

.continue_img {
	margin-right: 2px;
	margin-top: 20px;
	margin-bottom: -1px;
}

a.more-link {
	color: #fff;
	font-size:14px;
	font-family: Helvetica, Arial;
	font-weight:600;
	border-bottom: none !important;
}

a.more-link:hover{
	color: #eee;
}

.more-link a {
	color: #fff;
	font-size:14px;
	font-family: Helvetica, Arial;
	font-weight:600;
}

.more-link a:hover{
	color: #eee;
}

.more-link p a {border-bottom: none !important;}

/* Posts Navigation */

.next-posts {float: left;padding: 5px 0 5px 0; }

.prev-posts { float: right;padding: 5px 0 5px 0; }

.pagnext-posts {float: left;padding: 5px;margin-bottom: 10px;}

.pagprev-posts { float: right;padding: 5px;margin-bottom: 10px; }

/* HTML styling  */

dt {font-weight: bold; margin-top: 5px; margin-bottom: 5px; margin-left: 26px; }

dd {margin-bottom: 15px; margin-left: 26px; }

ul, ol { margin: 0 0 10px 0; }

th {padding-right: 20px; padding-bottom: 10px;}

td {border-top: 1px solid #DDD;padding: 6px 100px 6px 0;}

table {border-bottom: 1px solid #DDD;}

pre {margin-left: 20px;}

ol, ul {list-style-position: inside;margin-left: 21px;}

/* Sidebar  */

.widget-container {
	color: #ccc;
	font-size: 13px;
	margin-bottom: 40px;
	background: transparent;
}

.widget-container p{
	color: #ccc;
	font-size: 13px;
}

.widget-container li {list-style: none;list-style-type: none;list-style-position: inside;}

.textwidget {font-size: 13px;color: #5b5b5b;}

#sidebar, #sidebar_left, #sidebar_right {margin-top: 40px;}

#sidebar .widget-container td {padding-right: 15px;}

#sidebar .widget-container th {padding-right: 30px}

#sidebar240 .widget-container td {padding-right: 1px;}

#sidebar240 .widget-container th {padding-right: 18px}

.widget-title{font-family: 'Open Sans', sans-serif;font-size:15px;font-weight:600;color:#e1e1e1;padding-bottom: 2px;}
.widget-container ul{margin-left: 0px;}

/* Blog and Post Styles */

.post{}
.entry-title{margin-bottom:2px}
.single .entry-title{text-align:left;line-height:30px;margin-top:12px;margin-bottom:10px}
.entry-title a{font-size:22px}
.nav-previous{text-align:left}
.nav-next{text-align:right}
.entry-meta, .entry-utility, .entry-meta a, .entry-utility a{font-size:12px}
.entry-meta, .entry-utility{color:#888}
.comment, .trackback, .pingback{padding:10px;margin:10px 0 10px 0}
.odd{background:#f8f8f8}
#form-allowed-tags code{font-size:12px}
#respond input, #respond textarea{margin:0 5px 5px 0;overflow:auto}
.avatar{float:right;}

/* Footer  */

#footer {
	background:url(../images/footer.png);
}

.footer-widgets {
	color: #fff;
	margin-top: 15px;
	margin-bottom: 10px;
}

.footer-widget-title {
	font-size:14px;color:#fff;font-weight: 600;text-transform:uppercase;
}

.footer-text {
	color: #5b5b5b;
	font-size: 13px;
}


.footer-widgets ul{padding:5px 0px 5px 0px; margin-left: 0px;}

.footer-widgets li{
	list-style-type: none;
	padding-left: 0;
	color: #5b5b5b;
	font-size: 13px;
	border-bottom: 1px solid #3d3d3d;
}

.footer-widgets li a{
	color: #d4d4d4;
	line-height: 2em;
}

.footer-widgets li a:hover{
	color: #eee;
}


.footer-item ul {
	padding-left: 15px;
}

#afterfooter {
	width: 100%;
	background:url(../images/afterfooter.png);
	color: white;
}

#afterfooterwrap {
	margin: auto;
}

#afterfootercopyright {
	text-align: right;
}

#afterfootermenu {
	float:left;
	height: 40px;
	overflow: hidden;
	margin-top: 5px;
}

#afterfootermenu a {
	color: #F5F5F5;
}

#afterfootermenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-image: none;
}

#afterfootermenu li {
	display: inline;
}

#credit {z-index: 99;text-align: center; margin-bottom:8px;}
#credit img {margin-bottom: -12px;}

/* WordPress Styles  */

.featured-image {margin-bottom: 25px;}

.alignnone {
	display: block;
    margin: 5px 20px 20px 0;
}

.aligncenter, div.aligncenter {
    display:block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float:left;
    margin: 5px 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

a img.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float:left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

img.size-full {
	max-width: 100%;
	height: auto;
}

.wp-caption {
    background: #fff;
    border: 0px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 0px;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin:0;
    max-width: 95%;
    padding:0;
    width: auto;
}

.wp-caption p.wp-caption-text {
  	color: #818181;
    font-size:12px;
    line-height:17px;
    margin:0;
    padding:0 0px 5px;
}

.row .wp-caption p.wp-caption-text {
	margin-top: 4px !important;
	margin-bottom: 10px !important;
}

.alignleft p.wp-caption-text {
	text-align: left !important;
}

.alignnone p.wp-caption-text {
	text-align: left !important;
}

blockquote {
	background-color: #eee;
	margin: 10px;
	padding: 3px;
	border-left: none;
	color: #222;
}

blockquote p {margin: 10px; }

.sticky { }

.gallery-caption { }

/* Lists */

li {  }

/* Comments  */

.comments_container {
	background: transparent;
	margin-bottom: 20px;
	padding-top: 20px;
}

.commentsh2{
	font-size: 20px;
	font-weight: bold;
}

#comments .navigation { padding: 0 0 18px 0; }

label[for="comment"] {display: block;}

/* Comment lists  */

.comment_author {font-weight: bold; font-size: 14px;}

ol.commentlist { list-style: none; }
ol.commentlist p { margin-left: 0; }
ol.commentlist li { }
ol.commentlist li.alt { }
ol.commentlist li.bypostauthor { }
ol.commentlist li.byuser { }
ol.commentlist li.comment-author-admin { }
ol.commentlist li.comment { padding: 10px; }
ol.commentlist li.comment div.comment-author { }
ol.commentlist li.comment div.vcard { float: left; }
ol.commentlist li.comment div.vcard cite.fn { font-style: normal;font-weight: 600; }
ol.commentlist li.comment div.vcard cite.fn a.url { }
ol.commentlist li.comment div.vcard img.avatar { margin: 0 10px 10px 10px; border-radius: 4px; }
ol.commentlist li.comment div.vcard img.avatar-32 { }
ol.commentlist li.comment div.vcard img.photo { }
ol.commentlist li.comment div.vcard span.says { }
ol.commentlist li.comment div.commentmetadata { }
ol.commentlist li.comment div.comment-meta { font-size: 13px;text-align: right; margin-bottom: 10px; padding-left: 8px; padding-right:2px; }
ol.commentlist li.comment div.comment-meta a { color: #aaa; }
ol.commentlist li.comment p { clear: none;}
ol.commentlist li.comment ul { }
ol.commentlist li.comment span.reply { font-size: 13px; }
ol.commentlist li.comment span.reply a { font-weight: bold;color:#55b8d5; }
ol.commentlist li.comment span.reply a:hover{ color:#2aa5c8; }
ol.commentlist li.comment ul.children { list-style: none; margin: 20px 0 0; }
ol.commentlist li.comment ul.children li { }
ol.commentlist li.comment ul.children li.alt { }
ol.commentlist li.comment ul.children li.bypostauthor { }
ol.commentlist li.comment ul.children li.byuser { }
ol.commentlist li.comment ul.children li.comment { }
ol.commentlist li.comment ul.children li.comment-author-admin { }
ol.commentlist li.comment ul.children li.depth-2 {  margin: 0 0 10px 10px; }
ol.commentlist li.comment ul.children li.depth-3 {  margin: 0 0 10px 10px; }
ol.commentlist li.comment ul.children li.depth-4 {  margin: 0 0 10px 10px; }
ol.commentlist li.comment ul.children li.depth-5 { }
ol.commentlist li.comment ul.children li.odd { padding: 0; margin-left: 102px; }
ol.commentlist li.even { margin: 0 }
ol.commentlist li.odd { background-color: transparent;}
ol.commentlist li.parent { }
ol.commentlist li.thread-alt { }
ol.commentlist li.thread-even { }
ol.commentlist li.thread-odd { margin-top: -10px; }

li.pingback.even.thread-even.depth-1 img.triangle {margin-left: 93px !important;}
li.pingback.odd.thread-odd.depth-1 img.triangle {margin-left: 93px !important;}

li.trackback.even.thread-even.depth-1 img.triangle {margin-left: 93px !important;}
li.trackback.odd.thread-odd.depth-1 img.triangle {margin-left: 93px !important;}

form { }

textarea {margin-top: 10px;padding-bottom: 10px;width: 90%;}

/* HR
----------------------------------------------------------------------------------------------------*/

hr {
  border: 1px #3D3D3D solid;
  clear: both;
  height: 0;
  margin: 0;
}

/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 {
  font-size: 32px;
}

h2 {
  font-size: 28px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 12px;
}

/* Custom Font Styles */

h2.posts_title {
	margin-bottom: 32px;
}

.posts_title a{
	font-family: 'Open Sans', sans-serif;
	font-size: 26px;
	color: #fff;
	text-decoration: none;
	font-weight: 400;
}

.posts_title a:hover{
	color: #eee;
}

h1.description, h1.sitename {margin-bottom: 0px;}

.description {
	font-size: 11px;
	margin-top:12px;
	color: #eee;
	font-weight: bold;
}

.sitename {
	font-size: 34px;
	font-weight: 600;
	margin-top: 20px;
	line-height: 47.5px;
	font-family: 'Open Sans', sans-serif;
}

.sitename a{text-decoration: none;}

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

ol {
  list-style: decimal;
}

ul {
  list-style: disc;
}

li {

}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset,
figure {
}

/* Override image 100% issue in IE */
img {width: auto !important; }

/*	For sticky footer	*/

* {
	margin: 0;
}
html, body {
	height: 100%;
	margin:0px !important;
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0px auto -220px auto; /* the bottom margin is the negative value of the footer's height */
}
.push {
	height: 220px;
	clear:both;
}

/*	Responsive Styles	*/

@media handheld, only screen and (max-width: 1024px) {
	/*
div.slider-nav span.right {right: 5px !important;}
div.slider-nav span.left {margin-left: 15px !important;}
*/
}

@media handheld, only screen and (max-width: 767px) {
/*
	#box1, #box2 {margin-right: 0px !important;}
	.searchform {display: none;}
    #nav ul ul li:hover ul, #nav ul ul ul li:hover ul {margin: 0px !important;}
    #nav ul ul .parent > a, #nav ul ul .parent:hover > a:hover, #nav ul ul li:hover ul .parent > a, #nav ul ul li:hover ul .parent > a:hover{background-image:url(../images/arrow.png) !important;background-position:right !important;background-repeat:no-repeat !important;}
    .carousel_caption {font-size: 10px;}
    .callout_title {text-align: center;}
    #calloutbutton {width: 200px; margin: auto; margin-bottom: 30px;}
    #banner {margin-top: 10px;}
    div.slider-nav span.right {
    right: 0px; }
	div.slider-nav span.left {
    margin-left: 0px; }
     .meta ul li {display: inline; margin-right:15px;}
    .meta-mobile ul li {display: inline; margin-right:15px;}
    .postformats {height: 20px; width: 20px; float: left; margin-right: -10px !important;}
    #product_media.six.columns {margin-left: 0%; float: none;}
    #image_container.six.columns {float: none !important;}
    #text_container {margin-bottom: 20px;}
    .entry.nine.columns, .byline.three.columns {width: 100% !important; margin-left: 0% !important;}
    #sidebar.four.columns {float: left;}
    #gallery li.three.columns {margin-right:0px; margin-left: 0% !important;}
	#gallery li.four.columns {margin-right:0px; margin-left: 0% !important;}
	#gallery li.six.columns {margin-right:0px; margin-left: 0% !important;}
	#recent-posts-container.three.columns {margin-left: 0px;}
	#recent-posts-container.three.columns:last-child {float: left;}
	#callout_text {font-size: 18px;}
	#bird {width: 15px; margin-top: 25px;}
	#sidebar.three.columns {margin-left:0;}
	#sidebar.three.columns:last-child {float: left;}
*/
}

@media handheld, only screen and (max-width: 400px) {
	/*
	#box1 {margin-top:0px;margin-bottom:7px;}
	#box2 {margin-top:7px;margin-bottom:7px;}
	#box3 {margin-top:7px;margin-bottom:14px;}
	.carousel_caption {font-size: 6px;}
	.icons{text-align: center;}
	#logo{text-align:center;}
	.sitename {text-align:center;}
	#register {text-align: center;}
	.description{text-align: center;}
	#header_contact {text-align: center;}
	#halfnav {text-align: center; float: none;}
	#afterfootermenu {display:none;}
	#credit {float:left;margin-left:15px;margin-top:-2px;}
	#afterfootercopyright {float: right;margin-right:15px;margin-bottom:2px;}
	#mobileMenu_nav_menu {margin-top: 10px; margin-right: 10px; text-align:center;}
	.content_title {font-size: 14px;}
	.content_text {font-size: 12px;}

	#nav {right: 140px; width: 100px;}
	*/
}

/* modifications */
h2 {
	color: black;
}

#content {
	width: 728px;
	background-color: white;
	color: black;
}

.seven.columns,
#crumbs {
	display: none;
}

header, #header {
	border-bottom: none;
	background: none;
	min-height: 0;
}

.container .row {
	position: relative;
}

#logo {
	position: absolute;
	right: 217px;
	height: 75px;
	top: 0;
	z-index: 100;
}

.container .row .five.columns {
	width: 945px;
}

#sidebar, #sidebar_left, #sidebar_right {
	margin-top: 42px;
	float: left;
	margin-left: 40px!important;
	width: 200px;
}

.wrapper {
	background-color: #333;
	font-size: 12px;
	font-family: arial;
}

.posts_title a {
	color: black;
	font-size: 20px;
	font-weight: bold;
}

.invertedIFrame .posts_title a,
.invertedIFrame .posts_title a:hover,
.invertedIFrame .metamenu,
.invertedIFrame .metaCommentsLabel,
.invertedIFrame .metaCommentsCount,
.invertedIFrame .experts,
.invertedIFrame .more-link a,
.invertedIFrame .more-link a:hover,
.invertedIFrame .metaDate {
	color: white;
	font-weight: normal;
}

.invertedIFrame .container {
	padding: 0;
}

.invertedIFrame .postHeaderDate a:hover {
	color: #818181;
}

#content_bottom {
	height: 15px;
	width: 728px;
	position: absolute;
	bottom: 0;
	background: #323232 url("/wp-content/themes/eclipse/images/bg_shadow_bottom.png") no-repeat bottom left;
}

#content_bg_top {
	width: 728px;
	height: 13px;
/* 	background: url("/wp-content/themes/eclipse/images/bg_shadow_right_top.png") no-repeat top right; */
	padding-right: 13px;
}

#content_bg_middle {
	width: 728px;
	padding-top: 40px;
	background: url("/wp-content/themes/eclipse/images/bg_shadow_right_middle.png") repeat-y top right;
	padding-right: 13px;
	padding-bottom: 2px;
	margin-top: -13px;
}

#content_bg_middle .row {
	width: auto;
}


#content_bg_bottom {
	width: 728px;
	height: 40px;
	background: url("/wp-content/themes/eclipse/images/bg_shadow_right_bottom.png") no-repeat bottom right;
	padding-right: 13px;
}

.postformats.hide-on-phones img {
	display: none!important;
}

.byline.three.columns {
	float: none;
	width: 100%;
}

#content_bg_middle .post_container .row .entry {
	float: none;
	width: 468px;
	margin-left: 134px;
	border-bottom: 1px solid #d6d6d6;
	padding-bottom: 20px;
}

#content_bg_middle .be-who-you-want {
	margin-left: 134px;
}

.entry.nine.columns,
.content_padding,
.comments_container_response {
	float: none;
	width: 468px!important;
	margin-left: 134px;
	border-bottom: 1px solid #d6d6d6;
	padding-bottom: 20px;
}

.invertedIFrame .meta.hide-on-phones {
	display: block!important;
	margin-top: 0;
	padding-right: 45px;
}

.comments_container_response {
	border-bottom: 0px solid #fff !important;
}

.comments_container_response .navigation {
	padding-bottom: 10px;
}

div.meta.hide-on-phones {
	margin-top: 0;
	padding-top: 0;
}

div.meta.hide-on-phones ul li {
	display: inline;
}

div.meta.hide-on-phones ul .metaauthor {
	display: block;
	margin-bottom: 2px;
}

.meta.hide-on-phones ul li a{
	color: #818181;
}

h2 {
	margin-bottom: 0;
	padding-bottom: 0;
	font-size: 20px;
}

.post_container h2 a {
	color: black;
	font-size: 20px;
	font-weight: bold;
}

.postHeader {
	position: relative;
}

.postHeaderDate {
	position: absolute;
	right: 487px;
	top: 5px;
	font-weight: bold;
	text-align: right;
	margin-bottom: 5px;
}

.postHeaderDate img {
	border: 1px solid gray;
}

.postHeaderDate a{
	color: #818181;
	font-size: 30px;
}

.headerMonth {
	font-size: 12px;
	margin-top: 0;
	font-weight: bold;
	color: black;
	padding-right: 3px;
}

.metamenu {
	color: black;
	text-align: left;
	margin-bottom: 0;
	font-size: 12px;
}

.metamenu li{
	margin-right: 0;
	padding-right: 0;
	background: none;
	color: black;
}

.meta.hide-on-phones .metamenu li a{
	color: black;
}

.byline.three.columns {
	margin-left: 0;
}

.metamenuII {
	text-align: left;
	line-height: 14px;
	margin-bottom: 7px;
	margin-top: 0;
	color: #818181!important;
}

.metamenuII li {
	background: none;
	color: #818181!important;
	font-size: 12px!important;
	line-height: 15px;
}

.metamenuII a {
	text-decoration: underline;
}

.post_container {
	border-bottom: none;
	margin-bottom: 37px;
	padding-bottom: 0;
}

.clear {
	visibility: hidden;
	height: 0;
	width: 0;
}

dl.gallery-item dt.gallery-icon {
	margin: 0 10px 0 0;
}

#gallery-1 .gallery-item {
	margin-top: 0!important;
}

#gallery-1 img {
	border: none!important;
}

.home .category_images_ii.term-images.taxonomy-category,
.home .category_images_ii.term-images.taxonomy-category img,
.home #postsMenu,
#afterfooter {
	display: none;
}

.single #contentMiddleHeader,
.archive #contentMiddleHeader {
/* 	display: none; */
}

.archive .post_tags,
.archive .back-button {
	display: none;
}

#contentMiddleHeader {
/* 	background: url("/wp-content/themes/eclipse/images/bg_shadow_right_middle.png") repeat-y top right; */
	padding-right: 13px;
	width: 728px;
	margin-top: 0;
}

.posts_title a:hover {
	color: black;
}

.gallery {
	margin-bottom: -8px!important;
	margin-left: auto;
	margin-right: auto;
	margin-top: auto;
}

.category-lufthansa-technik,
.category-lufthansa-technik-en {
	background: transparent url("/wp-content/themes/eclipse/images/icon_gesellschaft_technik.png") no-repeat right 5px;
}

.category-lsg-sky-chefs,
.category-lsg-sky-chefs-en {
	background: transparent url("/wp-content/themes/eclipse/images/icon_gesellschaft_lsg.png") no-repeat right 5px;
}

.category-lufthansa-cargo,
.category-lufthansa-cargo-en {
	background: transparent url("/wp-content/themes/eclipse/images/icon_gesellschaft_cargo.png") no-repeat right 5px;
}

.category-lufthansa-ag,
.category-lufthansa-german-airlines {
	background: transparent url("/wp-content/themes/eclipse/images/icon_gesellschaft_ag.png") no-repeat right 5px;
}

.category-lufthansa-training-conference-center-seeheim,
.category-lufthansa-training-conference-center-seeheim-en {
	background: transparent url("/wp-content/themes/eclipse/images/icon_gesellschaft_ag.png") no-repeat right 5px;
}

.category-lufthansa-cityline,
.category-lufthansa-cityline-en {
	background: transparent url("/wp-content/themes/eclipse/images/icon_gesellschaft_ag.png") no-repeat right 5px;
}

.category-lufthansa-systems,
.category-lufthansa-systems-en {
	background: transparent url("/wp-content/themes/eclipse/images/icon_gesellschaft_systems.png") no-repeat right 5px;
}

h2.widget-title {
	font-size: 12px;
	color: #818181;
	font-weight: bold;
}

#sidebar a {
	color: #fff;
	font-size: 12px;
	line-height: 17px;
}

.blogroll {
	width: 138px;
}

.blogroll li  {
	margin-bottom: 8px;
}

ul.blogroll a {
	text-decoration: underline;
}

#categories-5 ul {
	margin-left: -8px;
}

#categories-5 ul ul.children {
	margin-left: 1px;
}

.widget-container li.cat-item,
.widget-container li.lang-item,
.widget-container .tptn_posts li,
.widget-container .tptn_posts_daily li,
#text-4.widget-container .textwidget p a {
	background: transparent url("/wp-content/themes/eclipse/images/marginal_pfeil_inaktiv.png") no-repeat left 5px;
	padding-left: 10px;
	margin-left: 1px;
}

.widget-container li.cat-item.current-cat,
.widget-container li.lang-item.current-lang {
	background: transparent url("/wp-content/themes/eclipse/images/marginal_pfeil_aktiv.png") no-repeat left 5px;
}

.searchform {
	background-color: #333;
	border: 1px solid white;
	border-radius: 0;
	width: 160px;
	color: white;
}

.searchform .s {
	height: 20px;
	margin: 6px 5px 2px 10px;
	color: white;
	background-color: #333;
}

#sidebar #wpcirrus {
	border-bottom: 1px solid #5a5a5a;
	border-top: 1px solid #5a5a5a;
	padding: 20px 0;
	margin-left: -20px;
	width: 210px;
	padding-left: 0;
	overflow: hidden;
}

#respond {
	width: 465px;
	margin-left: 136px;
}

.home .back-button,
.home .post_tags,
.home .socialContainer,
.archive .socialContainer {
	display: none!important;
}

.back-button a {
	color: black;
	font: 12px;
	text-decoration: underline;
}

#respond h3,
.comments_container_response h2 {
	font-size: 20px;
	color: #999;
	border-bottom: 1px solid #D6D6D6;
	padding-bottom: 10px;
	margin-bottom: 0;
	font-weight: bold;
}

#respond input {
	border: 1px solid grey;
	border-radius: 0;
	background: none;
	color: #000;
	padding: 0 5px 0 0;
	font-size: 12px;
	overflow: hidden !important;
}

#respond input[type=checkbox] {
	border: 0px solid #fff;
}

#respond p.form-submit {
	text-align: right;
	margin-left: 0;
}

#respond input {
	line-height: 16px;
	color: #818181;
/* 	height: 20px; */
}

.commentlist .comment.depth-1 div.comment_wrap {
	width: 415px;
	margin-left: 45px;
}

.comment.depth-1 {
	border-bottom: 1px solid black;
	padding-bottom: 7px!important;
	padding-left: 0!important;
	margin-bottom: 10px!important;
}

.comment.byuser.depth-1 div.comment-author img {
	margin-left: 0;
}

ol.commentlist {
	margin-left: 0;
}

.comments_container.entry.nine.columns {
	border-bottom: none;
}

div.comment-meta.commentmetadata {
	text-align: left!important;
}

.comment-author.vcard img {
	margin-right: 5px;
}

.comment_author,
.comment_date {
	font-size: 12px;
	color: #818181;
	line-height: 16px;
	font-weight: bold;
}

.comment_date {
	font-weight: normal;
}

#content div.comments_container .comment-reply-link,
#respond input#submit {
	font-size: 12px;
	font-weight: normal;
	color: black;
	text-decoration: underline;
	margin-left: 0;
	border: none;
}

.row {
	width: 1000px;
}

.single .post_tags {
	margin-top: 30px;
	color: #818181;
}

.social_share_privacy {
	margin-bottom: 0!important;
}

ul.social_share_privacy_area {
	height: 30px!important;
	margin-bottom: 0!important;
	margin-top: 0!important;
}

ul.social_share_privacy_area li.facebook.help_info,
ul.social_share_privacy_area li.settings_info {
	margin-top: 0!important;
	margin-bottom: 0!important;
	top: 0!important;
}

#content_bg_middle .social_share_privacy_area li.settings_info .settings {
	background: transparent url("/wp-content/themes/eclipse/images/fb_rad.png") no-repeat center 2px;
	border: none;
}

div.socialContainer .social_share_privacy li .switch {
	background: transparent url("/wp-content/themes/eclipse/images/fb_regler_inaktiv.png") no-repeat center top;
}

div.socialContainer .social_share_privacy li .switch.on {
	background: transparent url("/wp-content/themes/eclipse/images/fb_regler_aktiv.png") no-repeat center top;
	background-position: 0 0!important;
}

 div.socialContainer .social_share_privacy li,
 div.socialContainer .social_share_privacy div.help_info {
	 margin: 0!important;
 }

.comment-respond p.subscribe-to-doi-comments #subscribe {
	float: left!important;
}

.comment-respond p.subscribe-to-doi-comments label {
	padding-left: 3px;
	float: left;
}
.comment-respond p.subscribe-to-doi-comments {
	float: left;
	width: 450px;
}

div.socialContainer .social_share_privacy.de_DE li .dummy_btn {
	background: transparent url("/wp-content/themes/eclipse/images/facebook-dummy-image-like-de_DE.png") no-repeat center top;
}

div.socialContainer .social_share_privacy.de_DE li.info_off .fb_like {
	background: none;
}
/*2 klick facebook login button start*/
#alt-login-methods p.facebookLogin .switch {
	background: transparent url("/wp-content/themes/eclipse/images/fb_regler_inaktiv.png") no-repeat center top;
	display: inline-block;
	text-indent: -9999em;
	width: 23px;
	height: 20px;
	overflow: hidden;
	float: left;
	margin: 4px 0 0;
	cursor: pointer;
}

#alt-login-methods p .switch.on {
	background: transparent url("/wp-content/themes/eclipse/images/fb_regler_aktiv.png") no-repeat center top;
	background-position: 0 0!important;
}


#alt-login-methods p.help_info .info,
#alt-login-methods p .help_info.icon .info {
	display: none;
	position: absolute;
	bottom: 40px;
	left: -10px;
	width: 290px;
	padding: 10px 15px;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	border: 1px solid #CCC;
	background-color: #FDFBEC;
	color: black;
	z-index: 500;
}

.facebookLogin_like_privacy_dummy {
	cursor: pointer;
}

/*2 klick facebook login button end*/

.more-link,
.entry.nine.columns p {
/* 	display: inline; */
}

.more-link a {
	color: black;
	text-decoration: underline;
	font-size: 12px;
	font-weight: normal;
}

.more-link {
	margin-left: 0;
	margin-top: 10px;
}

.archive .experts {
	margin-left: 210px;
}

.more-link .continue-arrow {
	display: none;
}

.more-link a:hover {
	color: black;
}

.entry.nine.columns .headerMonth {
	display: block;
	color: #818181;
	margin-top: -2px;
	margin-bottom: 7px;
}

.metaCommentsLabel {
	text-decoration: underline;
}

.metaCommentsCount {
	text-decoration: none;
}

.meta ul,
.metamenuII {
	font-size: 12px;
}

.metamenuII {
	width: 455px;
}

.pagination {
	width: 728px;
	text-align: center;
}

.search-results .pagination {
	width: auto;
	text-align: center;
}

.pagination span.count {
	display: none;
	background: none;
	color: black;
}

.pagination span.current {
	background: none;
	color: black;
	font-weight: bold;
	text-decoration: underline;
}

.pagination a {
	background: white;
	color: black;
	padding-left: 3px;
	padding-right: 3px;
}

.pagination a:HOVER {
	background: white;
	color: black;
}

.paginationWrapper {
	height: 30px;
	width: auto;
}

.paginationGTR,
.paginationLT {
	float: left;
	padding-top: 7px;
}

.noobmask {
	border: none!important;
}

.noobmain.frame0.shiba-gallery {
	margin: 0!important;
}

.clear {
	clear: both;
}

.socialContainer {
	height: 30px;
	width: 465px;
	margin-top: 30px;
}

.facebookShare {
	display: inline;
}

.facebookShare,
.social_share_privacy {
	float: left;
	width: auto;
}

.facebookShare a {
	text-decoration: underline;
}

.social_share_privacy {
	width: 320px!important;
	margin-left: 35px!important;
}

.social_share_privacy {
	clear: none!important;
}

#sidebar .searchform .searchsubmit {
	display: block;
}

#sidebar .searchInput {
	float: left;
	width: 110px;
	margin-right: 10px;
}

#sidebar .searchInput input {
	border: 1px solid #989898;
	margin-left: 0;
	margin-top: 0!important;
	width: 110px;
}

#search-3 form {
	width: 245px;
	border: 0;
	margin-left: 1px;
}

#sidebar .searchSubmit {
	float: left;
	width: 40px;
}

#sidebar .searchSubmit input {
	width: 40px;
	border: 0;
	padding: 0;
	border-radius: 0;
	text-decoration: underline;
	background: none;
	margin-top: 6px;
	font-weight: normal;
	text-align: left;
}

#postsMenu {
	float: none;
	width: 465px;
	margin-left: 134px;
	padding-bottom: 20px;
	margin-bottom: 60px;
}

#postsMenu a {
	color: black;
	text-decoration: underline;
}

.prevPost {
	float: left;
}

.nextPost {
	float: right;
	text-align: right;
}

.labelPostMenu {
	color: #818181;
}

#archives-3 ul li a {
	text-decoration: underline;
}

.help_info.icon {
	display: none!important;
}

#contentMiddleHeader {
	height: 220px;
	width: 728px;
	position: relative;
	top: -13px;
}

.home :lang(en) #contentMiddleHeader,
:lang(en) #contentMiddleHeader,
.author.expert-topcat #contentMiddleHeader,
.expert-topcat #contentMiddleHeader,
.category.category-general-en #contentMiddleHeader,
.category.category-executive #contentMiddleHeader,
.category.category-expert-topcat #contentMiddleHeader,
.category.category-customer-service #contentMiddleHeader {
	 background: url("/wp-content/themes/eclipse/images/header/header_startseite_en.jpg") no-repeat top left !important;
}

#contentMiddleHeaderWrapper {
	background: url("/wp-content/themes/eclipse/images/bg_shadow_right_top.png") repeat-y top right;
	height: 220px;
	width: 741px;
}

.weitere-azubis #contentMiddleHeader,
.category.category-weitere-azubis #contentMiddleHeader {
	background: url("/wp-content/themes/eclipse/images/header/header_azubi_weitere.jpg") no-repeat top left !important;
}

.lufthansa-airplus #contentMiddleHeader,
.category.category-lufthansa-airplus #contentMiddleHeader {
	background: url("/wp-content/themes/eclipse/images/header/header_gesellschaft_airplus.jpg") no-repeat top left !important;
}

 .lufthansa-technik-logistik-services #contentMiddleHeader,
 .category.category-lufthansa-technik-logistik-services #contentMiddleHeader {
	 background: url("/wp-content/themes/eclipse/images/header/header_gesellschaft_ltls.jpg") no-repeat top left !important;
 }

.piloten #contentMiddleHeader,
.category.category-piloten #contentMiddleHeader {
	background: url("/wp-content/themes/eclipse/images/header/header_pilot.jpg") no-repeat top left !important;
}

.pilot-en #contentMiddleHeader,
.category.category-pilot-en #contentMiddleHeader {
	 background: url("/wp-content/themes/eclipse/images/header/header_pilot_en.jpg") no-repeat top left !important;
 }

.lufthansa-cityline #contentMiddleHeader,
.category.category-lufthansa-cityline #contentMiddleHeader {
	background: url("/wp-content/themes/eclipse/images/header/header_gesellschaft_cityline.jpeg") no-repeat top left !important;
}

.lufthansa-cityline-en #contentMiddleHeader,
.category.category-lufthansa-cityline-en #contentMiddleHeader {
	 background: url("/wp-content/themes/eclipse/images/header/header_gesellschaft_cityline_en.jpg") no-repeat top left !important;
 }

.kaufmaennische-azubis #contentMiddleHeader,
.category.category-kaufmaennische-azubis #contentMiddleHeader {
	background: url("/wp-content/themes/eclipse/images/header/header_detail_azubi_kfm.jpg") no-repeat top left !important;
}

.commercial-apprenticeship #contentMiddleHeader,
.category.category-commercial-apprenticeship #contentMiddleHeader {
	 background: url("/wp-content/themes/eclipse/images/header/header_azubi_kfm_en.jpg") no-repeat top left !important;
 }

.technische-azubis #contentMiddleHeader,
.category.category-technische-azubis #contentMiddleHeader {
	background: url("/wp-content/themes/eclipse/images/header/header_detail_azubi_tech.jpg") no-repeat top left !important;
}

.gastronomische-azubis #contentMiddleHeader,
.category.category-gastronomische-azubis #contentMiddleHeader,
.kuechendirektor-in-obercategorie #contentMiddleHeader {
	background: url("/wp-content/themes/eclipse/images/header/header_detail_azubi_gastro.jpg") no-repeat top left !important;
}

.studenten-der-informatik #contentMiddleHeader,
.category.category-studenten-der-informatik #contentMiddleHeader {
	background: url("/wp-content/themes/eclipse/images/header/header_detail_studi_info.jpg") no-repeat top left !important;
}

.informatics-studies #contentMiddleHeader,
.category.category-informatics-studies #contentMiddleHeader {
	 background: url("/wp-content/themes/eclipse/images/header/header_studi_info_en.jpg") no-repeat top left !important;
 }

.bacheloranden-diplomanden #contentMiddleHeader,
.praktikanten #contentMiddleHeader,
.category.category-praktikanten #contentMiddleHeader {
	background: url("/wp-content/themes/eclipse/images/header/header_detail_prakti.jpg") no-repeat top left !important;
}

.interns #contentMiddleHeader,
.category.category-interns #contentMiddleHeader {
	 background: url("/wp-content/themes/eclipse/images/header/header_prakti_en.jpg") no-repeat top left !important;
}

.flugbegleiter #contentMiddleHeader,
.category.category-flugbegleiter-in #contentMiddleHeader {
	background: url("/wp-content/themes/eclipse/images/header/header_flugbegleiter.jpg") no-repeat top left !important;
}

.flight-attendant #contentMiddleHeader,
.category.category-flight-attendant #contentMiddleHeader {
	background: url("/wp-content/themes/eclipse/images/header/header_flugbegleiter_en.jpg") no-repeat top left !important;
}

.informatik-azubis #contentMiddleHeader,
.category.category-informatik-azubis #contentMiddleHeader {
	background: url("/wp-content/themes/eclipse/images/header/header_detail_azubi_tech.jpg") no-repeat top left;
}

.weitere-azubis #contentMiddleHeader,
.category.category-weitere-azubis #contentMiddleHeader {
	background: url("/wp-content/themes/eclipse/images/header/header_detail_azubi_weitere.jpg") no-repeat top left;
}

.studenten-der-ingenieurswissenschaften #contentMiddleHeader,
.category.category-studenten-der-ingenieurswissenschaften #contentMiddleHeader {
	background: url("/wp-content/themes/eclipse/images/header/header_detail_studi_ing.jpg") no-repeat top left !important;
}

.studenten-der-wirtschaftswissenschaften #contentMiddleHeader,
.category.category-studenten-der-wirtschaftswissenschaften #contentMiddleHeader {
	background: url("/wp-content/themes/eclipse/images/header/header_detail_studi_wiwi.jpg") no-repeat top left !important;
}

.business-administration-students #contentMiddleHeader,
.category.category-business-administration-students #contentMiddleHeader {
	 background: url("/wp-content/themes/eclipse/images/header/header_studi_wiwi_en.jpg") no-repeat top left !important;
 }

.trainees #contentMiddleHeader,
.category.category-trainees #contentMiddleHeader {
	background: url("/wp-content/themes/eclipse/images/header/header_detail_trainee.jpg") no-repeat top left !important;
}

.trainees-en #contentMiddleHeader,
.category.category-trainees-en #contentMiddleHeader {
	 background: url("/wp-content/themes/eclipse/images/header/header_trainee_en.jpg") no-repeat top left !important;
 }

.fotos #contentMiddleHeader,
.category.category-fotos #contentMiddleHeader {
	background: url("/wp-content/themes/eclipse/images/header/header_detail_fotos.jpg") no-repeat top left;
}

.videos #contentMiddleHeader,
.category.category-videos #contentMiddleHeader {
	background: url("/wp-content/themes/eclipse/images/header/header_detail_videos.jpg") no-repeat top left !important;
}

.videos-en #contentMiddleHeader,
.category.category-videos-en #contentMiddleHeader {
	 background: url("/wp-content/themes/eclipse/images/header/header_videos_en.jpg") no-repeat top left !important;
 }

#contentMiddleHeader {
	background: url("/wp-content/themes/eclipse/images/header/header_startseite.jpg") no-repeat top left !important;
}

.home #contentMiddleHeader {
	background: url("/wp-content/themes/eclipse/images/header/header_startseite.jpg") no-repeat top left !important;
}

body.tag #contentMiddleHeader{
	background: url("/wp-content/themes/eclipse/images/header/header_startseite.jpg") no-repeat top left !important;
}

.date #contentMiddleHeader {
	background: url("/wp-content/themes/eclipse/images/header/header_archiv.jpg") no-repeat top left !important;
}

 :lang(en) .date #contentMiddleHeader {
	 background: url("/wp-content/themes/eclipse/images/header/header_archiv_en.jpg") no-repeat top left !important;
 }

.category.category-lufthansa-cargo #contentMiddleHeader {
	background: url("/wp-content/themes/eclipse/images/header/header_gesellschaft_cargo.jpg") no-repeat top left !important;
}

.category.category-lufthansa-cargo-en #contentMiddleHeader {
	 background: url("/wp-content/themes/eclipse/images/header/header_gesellschaft_cargo_en.jpg") no-repeat top left !important;
 }

.category.category-lufthansa-systems #contentMiddleHeader {
	background: url("/wp-content/themes/eclipse/images/header/header_gesellschaft_systems.jpg") no-repeat top left !important;
}

.category.category-lufthansa-systems-en #contentMiddleHeader {
	 background: url("/wp-content/themes/eclipse/images/header/header_gesellschaft_systems_en.jpg") no-repeat top left !important;
 }

.category.category-lsg-sky-chefs #contentMiddleHeader {
	background: url("/wp-content/themes/eclipse/images/header/header_gesellschaft_lsg.jpg") no-repeat top left !important;
}

.category.category-lsg-sky-chefs-en #contentMiddleHeader {
	 background: url("/wp-content/themes/eclipse/images/header/header_gesellschaft_lsg_en.jpg") no-repeat top left !important;
 }

.category.category-lufthansa-technik #contentMiddleHeader {
	background: url("/wp-content/themes/eclipse/images/header/header_gesellschaft_technik.jpg") no-repeat top left !important;
}

.category.category-lufthansa-technik-en #contentMiddleHeader {
	 background: url("/wp-content/themes/eclipse/images/header/header_gesellschaft_technik_en.jpg") no-repeat top left !important;
 }

.category.category-lufthansa-ag #contentMiddleHeader {
	background: url("/wp-content/themes/eclipse/images/header/header_gesellschaft_ag.jpg") no-repeat top left !important;
}

.category.category-lufthansa-german-airlines #contentMiddleHeader {
	 background: url("/wp-content/themes/eclipse/images/header/header_gesellschaft_ag_en.jpg") no-repeat top left !important;
 }

.lufthansa-training-conference-center-seeheim #contentMiddleHeader,
.category.category-lufthansa-training-conference-center-seeheim #contentMiddleHeader {
	background: url("/wp-content/themes/eclipse/images/header/header_gesellschaft_seeheim2.jpg") no-repeat top left!important;
}

.lufthansa-training-conference-center-seeheim-en #contentMiddleHeader,
.category.category-lufthansa-training-conference-center-seeheim-en #contentMiddleHeader {
	 background: url("/wp-content/themes/eclipse/images/header/header_gesellschaft_seeheim_en.jpg") no-repeat top left!important;
 }

.category.category-ausbilder-in #contentMiddleHeader {
	background: url("/wp-content/themes/eclipse/images/header/header_startseite.jpg") no-repeat top left !important;
}

.category.category-fuehrungskraft #contentMiddleHeader {
	background: url("/wp-content/themes/eclipse/images/header/header_startseite.jpg") no-repeat top left !important;
}

.category.category-spiriant #contentMiddleHeader {
	background: url("/wp-content/themes/eclipse/images/header/header_gesellschaft_spiriant.jpg") no-repeat top left !important;
}

.category.category-spiriant-en #contentMiddleHeader {
	 background: url("/wp-content/themes/eclipse/images/header/header_gesellschaft_spiriant_en.jpg") no-repeat top left !important;
 }

.category.category-germanwings #contentMiddleHeader {
	 background: url("/wp-content/themes/eclipse/images/header/header_gesellschaft_germanwings.jpg") no-repeat top left !important;
}

.category.category-germanwings-en #contentMiddleHeader {
	 background: url("/wp-content/themes/eclipse/images/header/header_gesellschaft_germanwings_en.jpg") no-repeat top left !important;
 }

 .category.category-lufthansa-technik-shenzhen #contentMiddleHeader {
	 background: url("/wp-content/themes/eclipse/images/header/header_gesellschaft_lts.jpg") no-repeat top left !important;
 }

 .category.category-lufthansa-technik-shenzhen-en #contentMiddleHeader {
	 background: url("/wp-content/themes/eclipse/images/header/header_gesellschaft_lts_en.jpg") no-repeat top left !important;
 }

 .category.category-lufthansa-industry-solutions #contentMiddleHeader {
	 background: url("/wp-content/themes/eclipse/images/header/header_gesellschaft_lhind.jpg") no-repeat top left !important;
 }

 .category.category-lufthansa-industry-solutions-en #contentMiddleHeader {
	 background: url("/wp-content/themes/eclipse/images/header/header_gesellschaft_lhind_en.jpg") no-repeat top left !important;
 }
.category.category-eurowings #contentMiddleHeader {
	background: url("/wp-content/themes/eclipse/images/header/header_gesellschaft_eurowings.jpg") no-repeat top left !important;
}

.category.category-eurowings-en #contentMiddleHeader {
	background: url("/wp-content/themes/eclipse/images/header/header_gesellschaft_eurowings_en.jpg") no-repeat top left !important;
}
.category.category-eurowings-europe #contentMiddleHeader {
	background: url("/wp-content/themes/eclipse/images/header/header_gesellschaft_eurowings_europe.jpg") no-repeat top left !important;
}

.category.category-eurowings-europe-en #contentMiddleHeader {
	background: url("/wp-content/themes/eclipse/images/header/header_gesellschaft_eurowings_europe_en.jpg") no-repeat top left !important;
}

.kundenservice #contentMiddleHeader,
.category.category-kundenservice #contentMiddleHeader {
	background: url("/wp-content/themes/eclipse/images/header/header_kundenservice.jpg") no-repeat top left !important;
}

.customer-service #contentMiddleHeader,
.category.category-customer-service #contentMiddleHeader {
	background: url("/wp-content/themes/eclipse/images/header/header_kundenservice_en.jpg") no-repeat top left !important;
}

.category.category-agent-operations-en #contentMiddleHeader {
	background: url("/wp-content/themes/eclipse/images/header/header_kundenservice_en.jpg") no-repeat top left !important;
}

.back-button {
	margin-top: 20px;
}

div.socialContainer .social_share_privacy_area li.settings_info .settings_info_menu form fieldset input {
	margin: 6px 10px 4px 0!important;
}

div.socialContainer .social_share_privacy_area li.settings_info .settings_info_menu,
#content_bg_middle div.socialContainer span.info {
	box-shadow: 0;
	-webkit-box-shadow: 0;
	border-radius: 0;
	width: 250px;
	border: none;
	box-shadow: none;
}

div.socialContainer .social_share_privacy_area li.settings_info .settings_info_menu form fieldset legend,
#content_bg_middle div.socialContainer span.info,
#alt-login-methods.settings_info_menu.on {
	width: 240px;
	font-weight: normal;
	font-size: 12px;
	line-height: 17px;
}

#content_bg_middle div.socialContainer .settings_info_menu.on .settings {
	display: none;
}

div.socialContainer .social_share_privacy_area li.settings_info .settings_info_menu form fieldset {
	padding-bottom: 0;
}

div.socialContainer .social_share_privacy_area li.settings_info .settings_info_menu form fieldset label {
	color: black!important;
}

div.socialContainer .social_share_privacy_area li.settings_info .settings_info_menu form fieldset label {
	font-weight: normal;
}

.row div.socialContainer .settings_info_menu.on {
	background-color: #e3e2e0;
}

.settings_info_menu.on form,
#content_bg_middle div.socialContainer span.info {
	margin-bottom: 0;
	border-bottom: 1px solid #707070;
	border-right: 1px solid #707070;
	background-color: #e3e2e0;
}

.avhec-widget-count {
	color: #818181;
}

textarea#comment {
	border: 1px solid grey;
}

.closebookmarks {
	height: 20px;
	width: 20px;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
	background: transparent url("/wp-content/themes/eclipse/images/x_close_Teilen_Blog.png") no-repeat center center;
}

ul#bookmarks li {
	list-style-type: none;
	margin-bottom: 7px;
}

ul#bookmarks li a {
	padding-bottom: 7px;
	padding-top: 5px;
	color: black;
	font-weight: bold;
	padding-left: 25px;
	text-decoration: none;
}

#bookmarks {
	margin-top: 15px;
}

#bookmarks .facebook {
	background: transparent url("/wp-content/themes/eclipse/images/bookmarkicons/05_Facebook.png") no-repeat center left;
}

#bookmarks .xing {
	background: transparent url("/wp-content/themes/eclipse/images/bookmarkicons/teilen_04_xing.gif") no-repeat center left;
}

#bookmarks .twitter {
	background: transparent url("/wp-content/themes/eclipse/images/bookmarkicons/teilen_03_twitter.gif") no-repeat center left;
}

#bookmarks .vz {
	background: transparent url("/wp-content/themes/eclipse/images/bookmarkicons/teilen_02_meinvz.gif") no-repeat center left;
}

#bitsubscribe.open {
	box-shadow: 0;
	border-radius: 0;
	border-bottom: 1px solid #707070;
	border-right: 1px solid #707070;
	background-color: #E3E2E0;
	font-weight: normal;
	font-size: 12px;
	line-height: 17px;
}

body #bit #bitsubscribe h3 {
	font-weight: bold;
	font-size: 12px;
	color: black;
	text-shadow: none;
}

body #bit #bitsubscribe p {
	font-family: arial;
	color: black!important;
	font-size: 12px!important;
	text-shadow: none;
}

body #bitsubscribe input[type="text"] {
	border-radius: 0!important;
	font: arial!important;
	border: 1px solid black!important;
}

body #bitsubscribe input[type="submit"] {
	border: none!important;
	border-radius: 0!important;
	box-shadow: none!important;
	text-shadow: none!important;
	background: none;
	text-decoration: underline;
	padding-left: 0;
	border: 1px solid #E3E2E0;
	background-color: #E3E2E0;
}

body #bitsubscribe input.subscribe {
	float: left;
}

body #bsub-subscribe-button input.unsubscribe {
	float: right;
	padding-right: 3px;
}

body #bsub-subscribe-button {
	text-align: left;
}

.bit-follow-count {
	margin-bottom: 0!important;
}

#sidebar #bit {
	bottom: -30px;
	position: absolute;
	top: 1px;
	right: 255px;
	color: white;
}

.single .featuredImagesContainer,
.single .more-link {
	display: none;
}

.featuredImagesContainer {
	float: left;
	margin-right: 10px;
	width: 200px;
}

.featuredImagesContainer img {
	margin-right: 5px;
}

.meta-mobile.hide-on-desktops {
	display: none!important;
}

.bitClose {
	height: 20px;
	width: 20px;
	display: block;
	position: absolute;
	right: 0;
	top: 26px;
	cursor: pointer;
	background: transparent url("/wp-content/themes/eclipse/images/x_close_Teilen_Blog.png") no-repeat center center;
}

#respond label {
	margin-bottom: 3px;
}

#respond #comment {
	resize: none;
}

.commentlist .comment.depth-1 {
	border-bottom: 1px solid #D6D6D6;
	margin-bottom: 0px!important;
}

.commentlist .comment_wrap p {
	margin-left: 0;
}

.commentlist .comment-reply-link {
	text-transform: lowercase;
	font-weight: normal;
}

.commentlist .reply {
	display: block;
}

ol.commentlist li.comment ul.children li.depth-3,
ol.commentlist li.comment ul.children li.depth-4,
ol.commentlist li.comment ul.children li.depth-5 {
	margin-left: 0;
	padding-left: 0;
}

ol.commentlist li.comment div.vcard .avatar {
	margin-left: 0!important;
}

ol.commentlist li.comment ul.children li.depth-2 {
	margin-left: 46px!important;
	padding-left: 0;
}

.children #respond {
	margin-left: 45px;
}

#respond #respond {
	margin-left: 0;
	width: 465px;
}

.children #respond #respond {
	width: 378px;
}

.cancel-comment-reply {
	margin-bottom: 10px;
	margin-top: 10px;
}

ol.commentlist li.comment ul.children li.depth-3 .comment_wrap p,
ol.commentlist li.comment ul.children li.depth-4 .comment_wrap p,
ol.commentlist li.comment ul.children li.depth-5 .comment_wrap p {
	width: 375px;
}

ol.commentlist li.comment ul.children li.depth-5 .comment_wrap {
	width: 388px;
}

.commentlist .comment.depth-1 #respond {
	margin-left: 45px;
}

.commentlist .comment.depth-1 #respond #respond {
	width: 425px;
}

.commentlist .comment.depth-2 #respond #respond {
	width: 375px;
}

ol.commentlist li.thread-odd {
	margin-top: 0;
}

.comment.depth-2 .comment-reply-link{
	display: none;
}

.pagnext-posts {
	margin-left: 125px;
}

.pagprev-posts {
	margin-right: 120px;
}

body.facebookIFrame,
body.invertedIFrame {
	background: none;
	overflow-x: hidden;
}

body.facebookIFrame .container .entry p a.startseite,
body.invertedIFrame .container .entry p a.startseite {
	color: #000;
	text-decoration: underline;
	border: 0px solid #000;
}

.facebookIFrame .wrapper {
	background: none;
}

.invertedIFrame .wrapper {
	background-color: #262626;
}

.facebookIFrame #recent_posts,
.invertedIFrame #recent_posts {
	color: black;
	border: none;
}

/* .facebookIFrame .wrapper header { */
/* 	display: none;  */
/* } */

.facebookIFrame .post .posts_title,
.invertedIFrame .post .posts_title,
.emailAbo .post .posts_title,
.contentMargin .post .posts_title,
.invertedIFrame #header,
.invertedIFrame .post_container,
.invertedIFrame #content {
	display: none;
}

.facebookIFrame .entry.nine.columns,
.invertedIFrame .entry.nine.columns {
	margin-bottom: 37px;
}

.facebookIFrame .socialContainer,
.facebookIFrame .back-button,
.facebookIFrame .post_tags
.facebookIFrame .wrapper .push,
.invertedIFrame .socialContainer,
.invertedIFrame .back-button,
.invertedIFrame .post_tags
.invertedIFrame .wrapper .push {
	display: none!important;
}

.facebookIFrame .entry,
.invertedIFrame .entry {
	width: 468px;
	margin-left: 90px;
}

.facebookIFrame .row,
.invertedIFrame .row {
	width: 750px;
}

.facebookIFrame #logo,
.invertedIFrame #logo {
	right: 142px;
	top: -10px;
	margin-top: 0px;
}

.facebookIFrame .entry img.size-full,
.invertedIFrame .entry img.size-full {
	max-width: none;
}

.facebookIFrame .entry img.alignnone,
.invertedIFrame .entry img.alignnone {
	margin-bottom: 0px;
}

.facebookIFrame .entry hr,
.invertedIFrame .entry hr {
	width: 470px;
	border-color: #D6D6D6;
	border-width: 1px 0 0;
	border-style: solid;
	margin-bottom: 30px;
}

.facebookIFrame .entry.nine.columns {
	margin-left: 100px;
}

.invertedIFrame .entry.nine.columns {
	margin-left: 66px;
}

.facebookIFrame #recent_posts,
.invertedIFrame #recent_posts {
	padding-bottom: 0;
	margin-left: 0;
}

.search-results .post {
	background: none;
}


.search-results h3 {
	color: black;
}

.home h2.posts_title,
.single h2.posts_title,
.archive h2.posts_title,
.facebookIFrame h2.posts_title,
.invertedIFrame h2.posts_title {
	margin-bottom: 0;
}

.archive #content_bg_middle {
	padding-bottom: 80px;
}


#termsquestion a {
	color: #000;
	text-decoration: underline;
}


/* Site emailAbo	*/

body.emailAbo .container .row #content .post_container .entry img.alignnone,
body.contentMargin .container .row #content .post_container .entry img.alignnone {
	margin: 0px;
}

body.contentMargin .container .row #content .post_container .entry img.alignnone {
	position: absolute;
	left: 0;
	top: 0;
}

body.emailAbo .container .row #content .post_container .entry h2 {
	padding-left: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
}

body.emailAbo .container .row #content .post_container .entry .s2_message {
	padding: 15px;
}

body.emailAbo .container .row #content .post_container .entry form {
	padding-left: 15px;
}

body.emailAbo .container .row #content .post_container .entry form input[type="submit"]{
	background: #757575;
	border: 0px;
}

body.emailAbo .container .row #content .post_container .entry #s2email {
	color: #818181;
}

body.emailAbo .container .row #content .post_container .entry .s2_error {
	color: #CC0000;
	padding-left: 15px;
}

#wp-social-login-connect-options {
	padding-left: 0px !important;
}

#wp-social-login-connect-options .wsl_connect_with_provider {
	padding-right: 10px !important;
}

.comment-form-comment textarea {
	width: 96% !important;
}

.shiba-caption a {
	color: #666666 !important;
}

.shiba-caption a:hover {
	color: #000000 !important;
}

#tw-user img {
	margin-right: 5px;
}

.row .picture-slides-thumbnails li .picture-slides-selected-thumbnail img {
	background: none;
	border: none!important;
}

.picture-slides-thumbnails {
	margin-left: 0!important;
}

.picture-slides-thumbnails li {
	list-style-type: none;
}

.post .shiba-gallery img {
	background: none!important;
	border: none!important;
}

.navigation-controls.shiba-nav {
	display: none!important;
}

.picture-slides-image-text {
	height: 14px!important;
}


#alt-login-methods {
	/* 	display: block; */
	width: 500px;
	/*height: 68px;*/
	/* 	position: relative; */
	margin-top: 20px;
	margin-bottom: 3px;
	position: relative;
}

#alt-login-methods p {
	/* 	width: 150px; */
	/* 	display: inline-block; */
	/* 	margin-top: 20px; */
}

.sfc_comm_login_button_or {
	margin-right: 15px;
	color: #999;
	display: block;
	margin-bottom: 15px;
	font-size: 12px;
}

.entry .shiba-gallery {
	margin-left: 0!important;
}

.picture-slides-image-text {
	text-align: left!important;
}

#commentform {
	padding-bottom: 32px;
	position: relative;
}

.twitterLogin {
	position: absolute;
	bottom: 0;
}

.sfc_comm_login_button_or.twitter {
	position: relative;
	top: 9px;
}

.twitterLogin {
	margin: 0;
}

.facebookIFrame .experts,
.invertedIFrame .experts,
.home .experts {
	margin-left: 210px;
}

body .wrapper {
	background: #333333;
}

.button-right-info {
	float: right;
}

.slb_template_tag.slb_template_tag_item.slb_template_tag_item_title,
.slb_template_tag.slb_template_tag_ui.slb_template_tag_ui_group_status {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
}
.slb_data_title {
	display: block;
}

.slb_group_status .slb_template_tag.slb_template_tag_ui.slb_template_tag_ui_group_status {
	font-weight: normal;
}

.slb_data_title {
	line-height: 0.4em!important;
}

.slb_data_content {
	padding-top: 7px!important;
}

#slb_viewer_wrap .slb_details .slb_prev {
	float: left;
	margin-right: 10px;
}

#slb_viewer_wrap .slb_details .slb_prev .slb_template_tag.slb_template_tag_ui.slb_template_tag_ui_nav_prev,
#slb_viewer_wrap .slb_details .slb_next .slb_template_tag.slb_template_tag_ui.slb_template_tag_ui_nav_next {
	background-image: none;
	text-indent: 0;
	position: relative;
	margin: 0;
}

/* Issue#: 92711 adding background, Date: 01.12.2017 */

/* Issue#: 93175 Background Removal Date: 2.1.2018
*/
body .wrapper {
	/*background: #333333 url(../images/bg_xmas.png) repeat 0 0;*/
}


.contentMargin {

}


.contentMargin .entry,
.contentMargin .post {
	float: left;
}

.contentMargin .entry {
	margin-top: 220px;
	padding-left: 134px;
	padding-right: 126px;
}

.wrapper header #header .container .row {
	height: 75px;
}

li.jaw_years span.jaw_symbol {
	display: none;
}

li.jaw_years {
	background: url("../images/marginal_pfeil_inaktiv.png") no-repeat scroll left 5px;
	padding-left: 10px;
}

li.jaw_years.expanded {
	background: url("../images/marginal_pfeil_opened.png") no-repeat scroll left 5px;
	padding-left: 10px;
}

li.jaw_years a.jaw_years {
	font-weight: bold;
}

.privacyBox {
	float: left;
	margin-right: 7px;
}

.pprivacy {
	clear: none;
}

#cirrusCloudWidget a {
	white-space: nowrap;
}

.privacyWrapper {
	position: absolute;
	width: 350px;
	bottom: 32px;
}
.privacyWrapper #privacy {
	margin-top: 3px;
}

.privacyWrapper label {
	margin-left: 13px;
}

#respond .subscribe-to-doi-comments label {
	margin-bottom: 0;
}

#cirrusCloudWidget a:hover {
	border: 1px solid white!important;
}

.fball_ui {
	margin: 20px 0 15px 0;
}

#subscribe-reloaded {
	width: auto!important;
}

#post-9999999 {
	margin: 15px;
}

/* modifications end */