/* First Spirit Project Master CSS */
/* Bootstrap 3.0.3 Modifications */

/* [CONTENT SHEET] *************************/
MM - GLOBAL PAGE SETTINGS 
MM - TOP NAVIGATION / MOBILE NAVIGATION 
MM - BREADCRUMBS 
MM - NEWSTICKER 
MM - MAIN SLIDER 
MM - FEATURED CONTENT 
MM - MEDIA QUERY 
MM - CONTENT SECTIONS
/*******************************************/

/* MM - GLOBAL PAGE SETTINGS */

#bgimg {
 position: fixed;
 z-index: -1;
}
body {
	background-color: rgba(250, 250, 250, 1);
}
body h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, p, ul, li {
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	color: #323232;
}
a {
	color: #A8BF1D;
	text-decoration: none;
	transition: all 0.3s ease 0s;
	cursor: pointer;
}
a:hover, a:focus {
	color: #A8BF1D;
	text-decoration: none;
}

hr {
    margin-top: 5px;
    margin-bottom: 5px;
    border: 0;
    border-top: 1px solid #eeeeee;
}

.form-control:focus {
    border-color: #A8BF1D;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(168, 191, 21, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(168, 191, 21, 0.6);
}

.modal {
    overflow-y: auto;
}

.thumbnail {
	display: block;
	padding: 0px 15px;
	margin-bottom: 0px;
	line-height: 1.428571429;
	background-color: transparent;
	border: none;
	border-radius: 0px;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.img-responsive{
	padding-bottom:0px;
}

.img-responsive.pull-left {
	padding-left: 0px;
	padding-top: 0px;
}
.img-responsive.pull-right {
	padding-right: 0px;
	padding-top: 0px;
}

.container {
	padding-left: 0px;
	padding-right: 0px;
}
.main-container {
	background-color: rgba(255,255,255,1);
	border-left: 1px solid rgba(50,50,50,0.2);
	border-right: 1px solid rgba(50,50,50,0.2);
}
.sub-container {
	background-color: rgba(250,250,250,1);
	border-left: 1px solid rgba(50,50,50,0.3);
	border-top: 1px solid rgba(50,50,50,0.3);
	border-bottom: 1px solid rgba(50,50,50,0.3);
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed,
.video-container video  {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.height-fix{
	min-height:1000px;
}

.btn-info {
	background-color: #323232;
	margin-right: 10px;
	margin-left: 10px;
	border: none;
	border-bottom: 3px solid #212121;
	text-decoration: none;
	margin-bottom: 10px;
	margin-top: 10px;
}
.btn-info:hover {
	background-color: #A8BF1D;
	border-bottom: 3px solid #8ea218;
}
/* MM - TOP NAVIGATION / MOBILE NAVIGATION */

div[name=MOBILE-NAVIGATION] {
	display: none;
}
div[name=TOP-NAVIGATION] {
	position: relative;
	width: 100%;
	background: rgba(255, 255, 255, 1);
	clear: both;
	z-index: 999;
	border-bottom: 1px solid rgba(204, 204, 204, 1);
	top: 0px;
	left: 0px;
	height: 76px;
}
div[name=TOP-NAVIGATION] .navbar {
	border-radius: 0;
	position: relative;
	min-height: 0px;
	margin-bottom: 0px;
	border: 0 !important;
}
div[name=TOP-NAVIGATION] .logo {
	padding-left: 0px;
	padding-right: 0px;
	border-left: 1px solid rgba(204, 204, 204, 1);
	border-right: 1px solid rgba(204, 204, 204, 1);
	display: inline-block;
	float: left;
}

div[name=TOP-NAVIGATION] nav {
	display: inline-block;
	height: 71px;
}
div[name=TOP-NAVIGATION] li {
	height: 75px;
	background-color: rgba(255, 255, 255, 1);
	-webkit-box-shadow: inset 1px 2px 2px 0px rgba(230, 230, 230, 0.1);
	box-shadow: inset 1px 2px 2px 0px rgba(230, 230, 230, 0.1);
	border-bottom: 5px solid rgba(204, 204, 204, 0.3);
}
div[name=TOP-NAVIGATION] li.current {
	border-bottom: 5px solid #A8BF1D;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}
div[name=TOP-NAVIGATION] li:hover, div[name=TOP-NAVIGATION] li.sfHover {
	background-color: #A8BF1D;
	-webkit-transition: none;
	transition: none;
}
div[name=TOP-NAVIGATION] li a {
	color: #323232;
	height: 75px;
	padding-top: 30px;
	border: none;
	text-decoration: none;
	font-size: 14px;
	font-weight: 600;
	border-right: 1px solid rgba(204, 204, 204, 1);
}
div[name=TOP-NAVIGATION] li:hover> a{
	color: #FFF;
}
div[name=TOP-NAVIGATION] ul ul {
	border-top: 5px solid #A8BF1D;
}
div[name=TOP-NAVIGATION] ul ul li {
	height: 40px;
	border-bottom: 1px dotted rgba(204, 204, 204, 0.3);
}
div[name=TOP-NAVIGATION] ul ul li.current {
	border-bottom: 1px dotted rgba(204, 204, 204, 0.3);
}
div[name=TOP-NAVIGATION] ul ul li:hover, div[name=TOP-NAVIGATION] ul ul li.sfHover {
	background-color: #A8BF1D;
	-webkit-transition: none;
	transition: none;
}
div[name=TOP-NAVIGATION] ul ul li a {
	color: #323232;
	height: 40px;
	padding-top: 12px;
	border-bottom: none;
	text-decoration: none;
	font-size: 12px;
	font-weight: 400;
}
/* MM - BREADCRUMBS */

div[name=BREADCRUMBS] {
	background-color: rgba(255, 255, 255, 1);
	vertical-align: central;
	padding: 10px;
	padding-top: 5px;
	padding-left: 20px;
	border-bottom: 1px solid #CCCCCC;
	-webkit-box-shadow: 0 5px 0px 0px rgba(100, 100, 100, 0.1);
	box-shadow: 0 5px 5px 0px rgba(100, 100, 100, 0.1);
	margin-right:0;
	margin-left:0;
}
/* MM - NEWSTICKER */

div[name=NEWSTICKER] {
	background-color: rgba(255, 255, 255, 1);
	vertical-align: central;
	padding-top: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	border-bottom: 1px solid #CCCCCC;
	-webkit-box-shadow: 0 5px 0px 0px rgba(100, 100, 100, 0.1);
	box-shadow: 0 5px 5px 0px rgba(100, 100, 100, 0.1);
}
div[name=NEWSTICKER] ul {
	margin: 0;
	padding: 0;
}
div[name=NEWSTICKER] li {
	margin: 0;
	padding: 0;
}
div[name=NEWSTICKER] h6 {
	margin: 0;
	padding: 0;
	line-height: inherit;
}
/* MM - MAIN SLIDER */

div[name=MAIN-SLIDER] .slider-content {
	background-color: rgba(0,0,0,0.6);
	padding: 0px;
	margin: 0px;
	width: 1200px;
	color: #FFFFFF;
	border-bottom: 10px solid #c5d370;
}
div[name=MAIN-SLIDER] h3 {
	padding-top: 0;
	margin-top: 0;
}
div[name=MAIN-SLIDER] h2 {
	padding-bottom: 0;
	margin-bottom: 0;
}
/* MM - SOCIAL BAR */

.social-icons{
	width:40px;
	height:25px;
	display:inline;
	margin-left:0px;
	float:left;
	background:none;
	text-align:center;
	border-right:1px solid rgba(0,0,0,0.3);
}

.facebook-icon, .twitter-icon, .linkedin-icon, .google-icon, .xing-icon {
	color: #323232;
	background:none;
	margin: auto;
	z-index: 90;
	font-size: 25px;
	line-height:25px;
	font-family: 'FontAwesome';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-align:center;
	border:none;
	-webkit-font-smoothing: antialiased;
}
.facebook-icon:before {
	content: "\f09a";
}
.twitter-icon:before {
	content: "\f099";
}
.linkedin-icon:before {
	content: "\f0e1";
}
.google-icon:before {
	content: "\f0d5";
}
.xing-icon:before{
	content: "\f168";
}
.facebook-icon:hover, .twitter-icon:hover, .linkedin-icon:hover, .google-icon:hover, xing-icon:hover {
	color: #96AB1A;
}

/* MM - SUB NAVIGATION */

div[name=SUB-NAVIGATION-SMALL]{
	display:none;
}

div[name=SUB-NAVIGATION] {
	margin: 0;
	margin-left:-2px;
	padding: 0;
}
div[name=SUB-NAVIGATION] ul {
	margin: 0;
	padding: 0;
}
div[name=SUB-NAVIGATION] ul li {
	background-color: none;
	vertical-align: middle;
	margin-bottom: 5px;
	box-shadow: none;
	width: 90%;
	border:1px solid rgba(150,150,150,0.6);
	border-top:1px solid rgba(150,150,150,0.6);
	border-bottom:1px solid rgba(150,150,150,0.6);
	-webkit-border-radius: 0 20px 20px 0;
	border-radius: 0 20px 20px 0;
-webkit-box-shadow:inset -3px -3px 5px 0 rgba(200,200,200,0.1);
box-shadow:inset -3px -3px 5px 0 rgba(200,200,200,0.1);
}
div[name=SUB-NAVIGATION] li{
	background: rgba(255,255,255,1);
	color: rgba(50,50,50,1);
	border-right:10px solid #96AB1A;
	border-top:1px solid rgba(255,255,255,1);
}
div[name=SUB-NAVIGATION] li:hover, div[name=SUB-NAVIGATION] li.sfHover {
	background: rgba(168, 191, 29, 1);
	color: rgba(255,255,255,1);
	-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
div[name=SUB-NAVIGATION] a {
	color: rgba(50,50,50,1);
	font-weight: 600;
	text-shadow: none;
	border-left:none;
	border-top:none;
}
div[name=SUB-NAVIGATION] a:hover{
	color: rgba(255,255,255,1);
	font-weight: 600;
	text-shadow: none;
	border-left:none;
	border-top:none;
}

div[name=SUB-NAVIGATION] .current {
	background: rgba(168, 191, 29, 1);
	border-left:5px solid rgba(255,255,255,1);
	width:89%;
}

div[name=SUB-NAVIGATION] .current a{
	color: #fff;
}

div[name=SUB-NAVIGATION] .current a:hover {
	color: rgba(255,255,255,1);
}
div[name=SUB-NAVIGATION] .disable {
	color: rgba(0, 0, 0, 0.5);
	background-color: #efefef;
	padding: 10px;
	font-weight:600;
	font-style:italic;
}
div[name=SUB-NAVIGATION] .disable:hover {
	color: rgba(0, 0, 0, 0.5);
	background-color: #efefef;
	padding: 10px;
	font-weight:600;
	font-style:italic;
}
/* FEATURED-ARTICLE */

.date {
    background-color: #96AB1A;
    text-align: center;
    height: 90px;
    width: 50px;
    margin-left: -15px;
    margin-right: 10px;
    float: left;
    padding: 10px;
    border-right: 5px solid #C5D370;
}
.date-list {
    background-color: rgba(150,150,150,0.1);
    color: #FFF;
    margin-bottom: 5px;
-webkit-box-shadow: 0 1px 0 0 rgba(100,100,100,0.2);
box-shadow: 0 1px 0 0 rgba(100,100,100,0.2);
}
.date-list > h2 {
	margin-top: 5px;
	margin-bottom: 5px;
}
/* MM - ARTICLE */

div[name=ARTICLE] .btn {
	margin-left: 15px;
	margin-right: 15px;
}

/* MM - OVERVIEW-HOVER */
#hover-items { 
}

.hover-item { 
    width:100%; 
    float:left;
    z-index:0;
    overflow:hidden;
    position:relative;
	height:30px; 
	margin-bottom:20px;
}

.hover-button{
	color:#fff;
	background-color:#A8BF1D;
	position:relative;
	padding:5px;
	width:100%;
	height:30px;
	font-size:12px;
	font-weight:600;
	text-transform:uppercase;
}

.hover-button:before{
	color: rgba(255,255,255,1);
	font-family:'FontAwesome';
	content:'\f13a';
	margin-right:5px;
	font-style:normal;
	font-size:15px;
}

.hover-item:hover {
    overflow:visible;
    z-index:100;
}

.hover-item:hover .inner-item { 
    z-index: 100;
}

.inner-item { 
    position: absolute;
	background-color:rgba(255,255,255,0.95);
    width: 100%;
	padding:5px;
	margin-top:0px;
    border: 2px solid #A8BF1D;
	color:#000;
}


/* MM - OVERVIEW */

div[name=OVERVIEW-PICTURE] {
	background-color: rgba(255, 255, 255, 1);
}
div[name=OVERVIEW-PICTURE] h6 {
	font-size: 16px;
	font-family: 'Oswald';
	font-weight: 400;
	text-transform: uppercase;
	padding-left: 10px;
	padding-top: 15px;
	padding-bottom: 5px;
	background-color: #A8BF1D;
	border-bottom: 5px solid #8a9d16;
	color: #fff;
	margin-bottom: 30px;
	margin-top: 0px;
}

div[name=OVERVIEW-PICTURE] h2 {
	font-weight: 600;
	font-size: 16px;
	color: rgba(0, 0, 0, 0.5);
	margin: 0;
}
div[name=OVERVIEW-PICTURE] h3 {
	font-family: 'Open Sans';
	font-size: 12px;
	margin-top: 0px;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 5px;
}
div[name=OVERVIEW-PICTURE] h5 {
	font-weight: 600;
	font-size: 16px;
	color: #A8BF1D;
	margin: 0;
}
div[name=OVERVIEW-PICTURE] span {
	font-size: 10px;
	color: #323232;
	font-style: italic;
}
div[name=OVERVIEW-PICTURE] .btn {
	margin-left: 15px;
	margin-right: 15px;
}
div[name=OVERVIEW-PICTURE] hr {
	border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: 5px;
	margin-bottom: 15px;
}
/* FEATURED CONTENT */

div[name=FEATURED-CONTENT] {
	background-color: rgba(255, 255, 255, 1);
	-webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
}
div[name=FEATURED-CONTENT] h6 {
	font-size: 24px;
	font-weight: 400;
	text-transform: uppercase;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px dotted rgba(0, 0, 0, 0.2);
	color: #A8BF1D;
	margin-bottom: 5px;
	margin-top: 0px;
}
.featuredFilter a {
	text-decoration: none;
	font-size: 12px;
	line-height: 50px;
	color: #323232;
	padding: 10px;
	height: 50px;
}
.featuredFilter a:hover {
	font-size: 12px;
	color: rgba(255, 255, 255, 1);
	padding: 10px;
	background-color: #A8BF1D;
}
.featuredFilter a.current {
	background-color: #A8BF1D;
	font-weight: 600;
	color: rgba(255, 255, 255, 1);
}
.isotope-item {
	z-index: 2;
	margin: 0px;
	padding: 0px;
}
.isotope-hidden.isotope-item {
	pointer-events: none;
	z-index: 1;
}
.isotope, .isotope .isotope-item {
	/* change duration value to whatever you like */
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	transition-duration: 0.8s;
}
.isotope {
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	transition-property: height, width;
}
.isotope .isotope-item {
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	transition-property: transform, opacity;
}
/* MM - RELATED ARTICLE */

div[name=RELATED-ARTICLE] {
	background-color: rgba(255, 255, 255, 1);
	-webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
}
div[name=RELATED-ARTICLE] h6 {
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #A8BF1D;
	border-bottom: 5px solid #8a9d16;
	color: #fff;
	margin-bottom: 30px;
	margin-top: 0px;
}
div[name=RELATED-ARTICLE] .col-teaser {
	font-style: italic;
}
div[name=RELATED-ARTICLE] h2 {
	font-weight: 600;
	font-size: 16px;
	color: rgba(0, 0, 0, 0.5);
	margin: 0;
}
div[name=RELATED-ARTICLE] h3 {
	font-family: 'Open Sans';
	font-size: 12px;
	margin-top: 0px;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 5px;
}
div[name=RELATED-ARTICLE] h5 {
	font-weight: 600;
	font-size: 16px;
	color: #A8BF1D;
	margin: 0;
}
div[name=RELATED-ARTICLE] span {
	font-size: 10px;
	color: #323232;
	font-style: italic;
}
div[name=RELATED-ARTICLE] .btn {
	margin-left: 15px;
	margin-right: 15px;
}
div[name=RELATED-ARTICLE] hr {
	border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: 5px;
	margin-bottom: 15px;
}
/* MM - DIALOGBOX */

div[name=SUB-PANEL]{
	display: none;
}

div[name=SUB-PANEL-MINI]{
	display:none;
}

.company-logo {
	margin-top: 10px;
	margin-bottom:10px;
	padding-left:auto;
	padding-right:auto;
	text-align:center;
	width:100%;
	background-color:rgba(255,255,255,1);
}

.border-bottom{
	padding-bottom:5px;
	border-bottom:1px dotted rgba(100,100,100,0.1);
}

.border-top{
	padding-top:5px;
	border-top:1px dotted rgba(100,100,100,0.1);
}

/* MM - TAGCLOUD */

div[name=TAGCLOUD] {
	background-color: rgba(255, 255, 255, 1);
	-webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
}
div[name=TAGCLOUD] p {
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #A8BF1D;
	border-bottom: 5px solid #8a9d16;
	color: #fff;
	margin-bottom: 30px;
	margin-top: 0px;
}
/* MM -PAGINATION */

div[name=PAGINATION] {
	-webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
}
div[name=PAGINATION] ul li a:hover {
	background-color: #A8BF1D;
}

.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
	border-bottom-left-radius: 0px;
	border-top-left-radius: 0px;
}
.pagination > li:first-child > a, .pagination > li:first-child > span {
	margin-left: 0;
	border-bottom-left-radius: 0px;
	border-top-left-radius: 0px;
}
.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
}
/* MM - FOOTER */

div[name=FOOTER] {
	width: 100%;
	background: #323232;
	height: 150px;
	clear: both;
	border-top: 3px solid #A8BF1D;
}
div[name=FOOTER] .container {
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: rgba(0, 0, 0, 0.2);
	border-left: 1px solid rgba(0,0,0,0.3);
	border-right: 1px solid rgba(0,0,0,0.3);
	border-bottom: 1px solid rgba(0,0,0,0.3);
}
div[name=FOOTER] ul {
	list-style: none;
}
div[name=FOOTER] ul li {
	display: inline-block;
	margin-right: 20px;
}

div[name=FOOTER] .position{
	text-align:right;
}

/* MM - CONTENT SECTIONS */
.right-fix{
	padding-right:0px;
	margin-right:0px;
}

.img-teaser{
	margin:0; 
	padding-left:0; 
	padding-right:0; 
	margin-bottom:10px;
}

.gallery-picture{
	margin-bottom:8px;
}


/* BACKGROUND COLORS */

.green div[name=SOCIAL-SHARE-ICONS]{
	width:100%;
	right:-31px;
	text-align:right;
}

.green div[name=SOCIAL-SHARE-ICONS] .social-icons{
	width:30px;
	position:relative;
	margin-bottom:5px;
	margin-left:5px;
	right:0px;
	float:right;
}

.green div[name=SOCIAL-SHARE-ICONS] a{
	color:#fff;
}

.green div[name=SOCIAL-SHARE-ICONS] a:hover{
	color:rgba(50,50,50,1);
}

.green {
	background: #A8BF1D;
}

.green img {
	border: 5px solid #fff;
	-webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,0.1);
	box-shadow: 0 0 5px 0 rgba(255,255,255,0.8);
}
.green a {
	color: rgba(255,255,255,1);
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}

green a:hover {
	color: rgba(255,255,255,1);
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}

.green p {
	color: rgba(255,255,255,1);
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}
.green .headline {
	font-size: 38px;
}


.gray div[name=SOCIAL-SHARE-ICONS]{
	width:100%;
	right:-31px;
	text-align:right;
}

.gray div[name=SOCIAL-SHARE-ICONS] .social-icons{
	width:30px;
	position:relative;
	margin-bottom:5px;
	margin-left:5px;
	right:0px;
	float:right;
}

.gray div[name=SOCIAL-SHARE-ICONS] a{
	color:#323232;
}

.gray div[name=SOCIAL-SHARE-ICONS] a:hover{
	color:#A8BF1D;
}

.gray {
	background:#f5f5f5;
	-webkit-box-shadow:inset 0px 0px 5px 0px rgba(100,100,100,0.2);
	box-shadow:inset 0px 0px 5px 0px rgba(100,100,100,0.2);
}

.gray img {
	border: 5px solid #fff;
	-webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,0.1);
	box-shadow: 0 0 5px 0 rgba(255,255,255,0.8);
}


.gray a:hover {
	color: rgba(50,50,50,1);
	text-shadow: 1px 1px 2px rgba(255,255,255, 0.5);
}

.gray button a:hover {
	color: rgba(255,255,255,1);
	text-shadow: 1px 1px 2px rgba(255,255,255, 0.5);
}

.gray p {
	color: rgba(50,50,50,1);
	text-shadow: none;
}
.gray .headline {
	font-size: 30px;
	color: rgba(50,50,50,1);
}

.gray .headline:hover {
	font-size: 30px;
	color: #96AB1A;
}

.gray .button-text-a{
	float:left;
}



.dark {
	background-color: rgba(50,50,50,1) !important;
}
.dark img {
	border: 5px solid #fff;
	-webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,0.1);
	box-shadow: 0 0 5px 0 rgba(255,255,255,0.8);
}
.dark a {
	color: rgba(255,255,255,1);
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}
.dark p {
	color: rgba(255,255,255,1);
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}
.dark .headline {
	font-size: 38px;
}


/* PANEL STYLE */

.panel{
	background-color:rgba(255,255,255,1);
}

.panel-title{
	color: rgba(255,255,255,1);
	background-color: rgba(50,50,50,1);
	font-family: 'Oswald';
	font-size: 16px;
	font-style: italic;
	font-weight: 400;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
	text-decoration: none;
	text-transform: uppercase;
	padding:0;
	margin:0px;
	box-shadow: none;
	width:100%;
}

.panel-title.collapsed:before{
	color: rgba(255,255,255,1);
	font-family:'FontAwesome';
	content:'\f13a';
	margin-right:5px;
	font-style:normal;
	font-size:20px;
}


.panel-title:before{
	color: rgba(255,255,255,1);
	font-family:'FontAwesome';
	content:'\f139';
	margin-right:5px;
	font-style:normal;
	font-size:20px;
}

.panel-heading{
	color: rgba(255,255,255,1);
	background-color: rgba(50,50,50,1);
	font-family: 'Oswald';
	font-size: 16px;
	font-style: italic;
	font-weight: 400;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
	text-decoration: none;
	text-transform: uppercase;
	margin:0px;
	box-shadow: none;
	border-left: 10px solid rgba(128,128,128,1);
	width:100%;
border-top-right-radius: 0px;
border-top-left-radius: 0px;
}

.panel-default > .panel-heading {
    color: rgb(51, 51, 51);
    background-color: rgba(50,50,50,1);
    border-color: rgba(50,50,50,1);
}

.panel-body{
	padding:0;
}


/* ePaper Tabs */
.nav-tabs > li {
    float: left;
    margin-bottom: 0px;
    font-family: 'Oswald';
    font-size: 16px;
}

.nav-tabs > li.active {
    float: left;
    bottom: -2px;
    font-family: 'Oswald';
    font-size: 16px;
}

.nav-tabs > li a{
	padding-left:25px;
	padding-right:25px;
	background-color:#A8BF1D;
	color:rgba(255,255,255,1);
-webkit-box-shadow: 1px 0px 0px 0px rgba(100,100,100,0.2);
box-shadow: 1px 0px 0px 0px rgba(100,100,100,0.1);
}

.nav-tabs >li.active a:before{
	color: rgba(0,0,0,0.5);
}

.nav-tabs > li a:before{
	color: rgba(255,255,255,1);
	font-family:'FontAwesome';
	content:'\f13a';
	margin-right:5px;
	font-style:normal;
	font-size:20px;
}

.nav-tabs > li a:hover {
	background-color:#323232;
	color:#fff;
}


.height-fix{
	min-height:10px !important;
}


/***** MEDIA QUERY (max-1024) iPad horizontal */
@media(max-width:1024px) {
div[name=FEATURED] {
	padding-left: 0px;
	padding-right: 0px;
}
div[name=SOCIAL-BAR] {
	display: inline-block;
	height: 75px;
	height: 75px;
	display: block;
	position: absolute;
	left: 10px;
	padding: 0;
	left: 250px;
	line-height: 75px;
	text-align: left;
}
div[name=FOOTER] ul {
	margin-top: 20px;
}
}

/***** MEDIA QUERY (max-980/990) */

@media (max-width: 990px) {
div[name=TOP-NAVIGATION] nav {
	display: none !important;
}
/* MM - MOBILE NAVIGATION */

div[name=MOBILE-NAVIGATION] {
	display: inline-block;
	right: 0px;
	height: 75px;
}
div[name=MOBILE-NAVIGATION] button {
	width: 76px;
	background: #323232;
	border: 1px solid #fff;
	border-right: none;
	-webkit-box-shadow: inset 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
	-webkit-font-smoothing: antialiased;
}
div[name=MOBILE-NAVIGATION] ul {
	margin: 0;
	border: none;
	border-top: 5px solid #323232;
	border-bottom: 5px solid #323232;
}
div[name=MOBILE-NAVIGATION] ul ul {
	border-top: none;
}
div[name=MOBILE-NAVIGATION] li, div[name=MOBILE-NAVIGATION] li ul li {
	height: 70px;
	font-weight: 400;
	font-size: 16px;
	background-color: rgba(255, 255, 255, 1);
	-webkit-box-shadow: inset 1px 2px 2px 0px rgba(230, 230, 230, 0.1);
	box-shadow: inset 1px 2px 2px 0px rgba(230, 230, 230, 0.1);
	border-bottom: 1px dotted rgba(204, 204, 204, 0.3);
	border-right: none;
	margin-bottom: 0px;
}
div[name=MOBILE-NAVIGATION] ul a, div[name=MOBILE-NAVIGATION] ul li ul a {
	height: 70px;
	font-weight: 400;
	font-size: 16px;
	line-height: 70px;
	padding-top: 0px;
	-webkit-transition: none;
	transition: none;
}

.sub-container {
	border-left: none;
	border-top: none;
	border-bottom: none;
}

div[name=SUB-NAVIGATION]{
	display:none;
}

/* SUB-NAVIGATION-SMALL */

div[name=SUB-NAVIGATION-SMALL] {
	display:block;
	margin: 0;
	margin-left:15px;
	padding: 0;
}
div[name=SUB-NAVIGATION-SMALL] ul {
	margin: 0;
	padding: 0;
}
div[name=SUB-NAVIGATION-SMALL] ul li {
	background-color: none;
	vertical-align: middle;
	margin-right:15px;
	box-shadow: none;
	border: 1px solid rgba(150,150,150,0.6);
	border-top:1px solid rgba(150,150,150,0.6);
	border-bottom:1px solid rgba(150,150,150,0.6);
	-webkit-border-radius: 20px;
	border-radius: 20px;
-webkit-box-shadow:inset -3px -3px 5px 0 rgba(200,200,200,0.1);
box-shadow:inset -3px -3px 5px 0 rgba(200,200,200,0.1);
}
div[name=SUB-NAVIGATION-SMALL] li{
	background: rgba(255,255,255,1);
	color: rgba(50,50,50,1);
	border-right:10px solid #96AB1A;
	border-top:1px solid rgba(255,255,255,1);
}
div[name=SUB-NAVIGATION-SMALL] li:hover, div[name=SUB-NAVIGATION-SMALL] li.sfHover {
	background: rgba(168, 191, 29, 1);
	color: rgba(255,255,255,1);
	-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
div[name=SUB-NAVIGATION-SMALL] a {
	color: rgba(50,50,50,1);
	font-weight: 600;
	text-shadow: none;
	border-left:none;
	border-top:none;
}
div[name=SUB-NAVIGATION-SMALL] a:hover{
	color: rgba(255,255,255,1);
	font-weight: 600;
	text-shadow: none;
	border-left:none;
	border-top:none;
}

div[name=SUB-NAVIGATION-SMALL] .current {
	background: rgba(168, 191, 29, 1);
	color:rgba(255,255,255,1);
	border-left:none;
}

div[name=SUB-NAVIGATION-SMALL] .current a {
	color:rgba(255,255,255,1);
}

div[name=SUB-NAVIGATION-SMALL] .current a:before {
	content:none;
}

div[name=SUB-NAVIGATION-SMALL] .current a:hover {
	color: rgba(255,255,255,1);
}
div[name=SUB-NAVIGATION-SMALL] .disable {
	color: rgba(0, 0, 0, 0.5);
	background-color: #efefef;
	padding: 10px;
	font-weight:600;
	font-style:italic;
}
div[name=SUB-NAVIGATION-SMALL] .disable:hover {
	color: rgba(0, 0, 0, 0.5);
	background-color: #efefef;
	padding: 10px;
	font-weight:600;
	font-style:italic;
}

/* SUB-PANEL ON*/
div[name=SUB-PANEL]{
	display: block;
}

div[name=MAIN-PANEL]{
	display: none !important;
}

div[name=COMPANYNEWS]{
	display:none;
}

div[name=FOOTER] .position{
	text-align:center;
}

div[name=FOOTER] .container {
	text-align:center;
}

}


/***** MEDIA QUERY (max-768) iPad vertical */

@media all and (max-width: 768px) {
*.img-responsive.pull-left,  *.img-responsive.pull-right {
	padding-left: 0px !important;
	padding-right: 0px !important;
	margin-bottom: 15px;
}

}

/***** MEDIA QUERY (max-765) */
@media all and (max-width:765px) {
 div[name=TOP-NAVIGATION] .logo {
 display:none !important;
}
 div[name=TOP-NAVIGATION] {
 height: 40px;
}

	div[name=MOBILE-NAVIGATION] {
		right: 0px;
		height: 39px;
		width: 100%;
		max-width: 100%;
	}
div[name="MOBILE-NAVIGATION"] button {
    width: 40px;
	height: 40px;
    background: none repeat scroll 0% 0% rgb(50, 50, 50);
    border:none !important;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1) inset;
}

div[name="MOBILE-NAVIGATION"] button:after {
    content: '';
    position: absolute;
    width: 68%;
    height: 3px;
    background: #fff;
    top: 11px;
    left: 16%;
    box-shadow: 0 7px 0 #fff, 0 14px 0 #fff;
}

.right-fix{
	padding:0px;
	margin:0px;
	margin-bottom:10px;
}

}


/***** MEDIA QUERY (max-480) */
@media all and (max-width: 480px) {
 div[name=NEWSTICKER] {
 display: none !important;
}
 div[name=BREADCRUMBS] {
 display: none !important;
}
 div[name=MAIN-SLIDER] {
 display: none !important;
}
 div[name=TOP-IMAGE] {
 display: none !important;
}
div[name=SUB-PANEL-MINI]{
	display:block;
}
div[name=SUB-NAVIGATION-SMALL]{
	display:none;
}
/* SUB-NAVIGATION-MINI */

div[name=SUB-NAVIGATION-MINI] {
	display:block;
	margin: 0;
	margin-left:0px;
	padding: 0;
}
div[name=SUB-NAVIGATION-MINI] ul {
	margin: 0;
	padding: 0;
}
div[name=SUB-NAVIGATION-MINI] ul li {
	background-color: none;
	vertical-align: middle;
	margin-right:0px;
	box-shadow: none;
	border: 1px solid rgba(150,150,150,0.6);
	-webkit-border-radius: 0px;
	border-radius: 0px;
-webkit-box-shadow:inset -3px -3px 5px 0 rgba(200,200,200,0.1);
box-shadow:inset -3px -3px 5px 0 rgba(200,200,200,0.1);
	width:100%;
}
div[name=SUB-NAVIGATION-MINI] li{
	background: rgba(255,255,255,1);
	color: rgba(50,50,50,1);
	border-right:10px solid #96AB1A;
	border-top:1px solid rgba(255,255,255,1);
}
div[name=SUB-NAVIGATION-MINI] li:hover, div[name=SUB-NAVIGATION-MINI] li.sfHover {
	background: rgba(168, 191, 29, 1);
	color: rgba(255,255,255,1);
	-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
div[name=SUB-NAVIGATION-MINI] a {
	color: rgba(50,50,50,1);
	font-weight: 600;
	text-shadow: none;
	border-left:none;
	border-top:none;
}
div[name=SUB-NAVIGATION-MINI] a:hover{
	color: rgba(255,255,255,1);
	font-weight: 600;
	text-shadow: none;
	border-left:none;
	border-top:none;
}

div[name=SUB-NAVIGATION-MINI] .current {
	background: rgba(168, 191, 29, 1);
	color:rgba(255,255,255,1);
	border-left:none;
}

div[name=SUB-NAVIGATION-MINI] .current a {
	color:rgba(255,255,255,1);
}

div[name=SUB-NAVIGATION-MINI] .current a:before {
	content:none;
}

div[name=SUB-NAVIGATION-MINI] .current a:hover {
	color: rgba(255,255,255,1);
}
div[name=SUB-NAVIGATION-MINI] .disable {
	color: rgba(0, 0, 0, 0.5);
	background-color: #efefef;
	padding: 10px;
	font-weight:600;
	font-style:italic;
}
div[name=SUB-NAVIGATION-MINI] .disable:hover {
	color: rgba(0, 0, 0, 0.5);
	background-color: #efefef;
	padding: 10px;
	font-weight:600;
	font-style:italic;
}

/* ePaper Tabs */
.nav-tabs > li {
	width:100%;
}

.nav-tabs > li a{
	background-color:#A8BF1D;
	color:rgba(255,255,255,1);
-webkit-box-shadow: 1px 0px 2px 0px rgba(100,100,100,0.2);
box-shadow: 1px 0px 2px 0px rgba(100,100,100,0.2);
}

.nav-tabs >li.active a:before{
	color: rgba(0,0,0,0.5);
}

.nav-tabs > li a:before{
	color: rgba(255,255,255,1);
	font-family:'FontAwesome';
	content:'\f13a';
	margin-right:5px;
	font-style:normal;
	font-size:20px;
}

.nav-tabs > li a:hover {
	background-color:#323232;
	color:#fff;
}

}

/***** MEDIA QUERY (max-325) */
@media (max-width: 325px) {
 div[name=FOOTER] ul {
 display: none !important;
}
}

.teaser-image {
    position: relative;
	margin-bottom:8px;
}

.topline.interview-icon {
    color: rgba(255, 255, 255, 1);
    font-size: 12px;
	font-weight:600;
    text-align: left;
    position: absolute;
    padding: 5px 10px 3px 5px;
    margin-top: 5px;
    margin-left: -5px;
    z-index: 15;
    border-left: 5px solid #96AB1A;
    background: none repeat scroll 0% 0% #A8BF1D;
    -webkit-box-shadow: 1px 1px 1px 0 rgba(50, 50, 50, 0.5);
    box-shadow: 1px 1px 1px 0 rgba(50, 50, 50, 0.5);
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}

.topline.interview-icon:before{
	font-family: 'FontAwesome';
	font-size:18px;
	line-height:12px;
	padding:0px;
	content:"\f086";
	margin-right:5px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}

.topline.product-icon {
    color: rgba(255, 255, 255, 1);
    font-size: 12px;
	font-weight:600;
    text-align: left;
    position: absolute;
    padding: 5px 10px 3px 5px;
    margin-top: 5px;
    margin-left: -5px;
    z-index: 15;
    border-left: 5px solid #96AB1A;
    background: none repeat scroll 0% 0% #A8BF1D;
    -webkit-box-shadow: 1px 1px 1px 0 rgba(50, 50, 50, 0.5);
    box-shadow: 1px 1px 1px 0 rgba(50, 50, 50, 0.5);
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}

.topline.product-icon:before{
	font-family: 'FontAwesome';
	font-size:18px;
	line-height:12px;
	padding:0px;
	content:"\f02d";
	margin-right:5px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}

.gray .topline{
	margin-top:10px;
	margin-left:0px;
}
