html {
	min-height: 100%;
}

body {
	background: #f5f5f5; /* Old browsers */
	background: -moz-linear-gradient(top,  #f5f5f5 0%, #f5f5f5 30%, #e8e8e8 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5f5f5), color-stop(30%,#f5f5f5), color-stop(100%,#e8e8e8)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f5f5f5 0%,#f5f5f5 30%,#e8e8e8 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f5f5f5 0%,#f5f5f5 30%,#e8e8e8 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f5f5f5 0%,#f5f5f5 30%,#e8e8e8 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f5f5f5 0%,#f5f5f5 30%,#e8e8e8 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#e8e8e8',GradientType=0 ); /* IE6-9 */
	font-family: 'Montserrat', sans-serif;
	word-wrap: break-word;
	min-height: 100%;
}


a {
	color: #333;
}

a:hover, a:active {
	text-decoration: none;
}

div.moduletable_menu > h3 {
	display: none;
}

.container-fluid {

}

.article-header {
}

.body-container {
}

.article-header .article-title-container {
	display: block;
	position: relative;
	float: none;
	margin: 0 auto;
	top: 50%;
	text-align: center;
}

.article-header .article-title {
	color: #FFFFFF;
	font-size: 3em;
	text-shadow: 0px 0px 20px #000000;
	padding-left:15px;
	padding-right: 15px;
	width: auto;
	display: inline-block;
	text-transform: uppercase;
	margin-top: -50%;
}

#intro-img {
	height: 200px;
}

#intro-img .backstretch {
	background-color: #000000!important;
}

#intro-img .backstretch:after {
	content: "a";
	background-image: url("../img/bg_2.svg");
	width: 100%;
	height: 100%;
	position: absolute;
	filter: alpha(opacity=60); /* internet explorer */
	opacity: 0.6; /* fx, safari, opera, chrome */
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=60)"; /*IE8*/
}

#intro-img img {
	opacity: 1;
}

.blog-text.row {

}

.nav > li > a {
	/* For Safari 3.1 to 6.0 */
	-webkit-transition-property: color;
	-webkit-transition-duration: 0.3s;
	-webkit-transition-timing-function: linear;
	-webkit-transition-delay: 0s;
	/* Standard syntax */
	transition-property: color;
	transition-duration: 0.3s;
	transition-timing-function: linear;
	transition-delay: 0s;
}

nav.navbar {
	margin-bottom: 0;
}

.navbar-brand > span {
	overflow: hidden;
	height: 100%;
	width: 100px;
	float: left;
	margin-right: -100px;
}

img .navbar-brand.visible-md, .navbar-brand.visible-lg {
	margin-right: -250px;
}

img .navbar-brand.visible-sm {
	margin-right: -50px;
}

.article-text img, .article-text .imgslider {
	width: 100%;
	height: auto;
	margin-top: 25px;
	margin-bottom: 25px;
	border-radius: 15px;
	border: solid 2px #c0c0c0;
	overflow: hidden;
}

.article-text img {
	left: 15px;
	right: 15px;
}

.backstretch img {
	border: none;
	border-radius: 0;
}

.article-text a {
	text-decoration: underline;
	font-weight: bold;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  background-color: #E0E0E0;
  background-image: -webkit-linear-gradient(top, #F0F0F0 0%, #E0E0E0 100%);
  background-image:      -o-linear-gradient(top, #F0F0F0 0%, #E0E0E0 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#F0F0F0), to(#E0E0E0));
  background-image:         linear-gradient(to bottom, #F0F0F0 0%, #E0E0E0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffF0F0F0', endColorstr='#ffE0E0E0', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
}

.navbar-default {
  background-image: -webkit-linear-gradient(top, #F0F0F0 0%, #E0E0E0 100%);
  background-image:      -o-linear-gradient(top, #F0F0F0 0%, #E0E0E0 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#F0F0F0), to(#E0E0E0));
  background-image:         linear-gradient(to bottom, #F0F0F0 0%, #E0E0E0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffF0F0F0', endColorstr='#ffE0E0E0', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 5px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 5px rgba(0, 0, 0, .075);
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .open > a {
  background-image: -webkit-linear-gradient(top, #E8E8E8 0%, #D8D8D8 100%);
  background-image:      -o-linear-gradient(top, #E8E8E8 0%, #D8D8D8 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#E8E8E8), to(#D8D8D8));
  background-image:         linear-gradient(to bottom, #E8E8E8 0%, #D8D8D8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffE8E8E8', endColorstr='#ffD8D8D8', GradientType=0);
  background-repeat: repeat-x;
  -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, .075);
          box-shadow: inset 0 3px 9px rgba(0, 0, 0, .075);
}

.body-container.container-fluid {
	overflow: hidden;
	padding: 0;
	margin: 0;
	background-image: url("../img/bg.svg");
	background-attachment: fixed;
}

.article-text div, .blog-text div {
	padding-left: 15px;
	padding-right: 15px;
}

.article-text div.col-sm-12 {
	padding-left: 30px;
	padding-right: 30px;
}

.moduletable_menu {
}

.article-text {
	margin-top: 60px;
	margin-bottom: 60px;
}

.footer-container {
	height: auto;
	font-family: 'Raleway', sans-serif;
	background-color: #2E2E2E;
  box-shadow: 0 2px 8px rgba(0,0,0,0.3) inset;
  color: #ccc;
  text-shadow: 0 1px 0 #000;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	left: 0;
	margin-left: 0;
	margin-right: 0;
	padding-right: 40px;
}

.footer-container a, .footer-container a:active, .footer-container a:visited{
	color: #ccc;
}

.footer-container a:hover{
	color: #fff;
}

.footer-container > div > div > div {
	padding-top: 18px;
	padding-bottom: 18px;
}

.footer-container p {
	line-height: 20px;
	margin: 0;
}

.moduletable {
	display: block;
	float: left;
	clear: both;
	width: 100%;
	margin-top: 0;
}

.moduletable h3 {
	display: none!important;
}

table.mod_sef_table {
	width: 100%!important;
}

tr.mod_sef_tr {
	width: 100%!important;
}

tr.mod_sef_td {
	width: 100%!important;
}

input#mod_simpleemailform_field1_1, input#mod_simpleemailform_field2_1, input#mod_simpleemailform_field3_1, input#mod_simpleemailform_field4_1, .mod_sef_input_textarea {
	width: 100%;
}

.blog-header {
	height: 100px;
	margin-bottom: 20px;
	background-color: #000000;
	margin-top: 30px;
	padding: 0!important;
	border-radius: 15px;
	overflow: hidden;
	border: solid 2px black;
	position: relative;
}

.blog-header-img {
	height: 100%;
	width: 100%;
	opacity: 0.6;
	padding: 0;
	float: left;
	margin: 0;
}

.blog-header h2 {
	height: auto;
	text-align: center;
	font-size:1.5em;
	width: auto;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: 0;
	background-image: url("../img/bg_2.svg");
	float:left;
	position: absolute;
	z-index: 100;
}

.blog-header h2 a {
	color: #FFFFFF;
	text-shadow: 0px 0px 20px #000000;
	text-transform: uppercase;
	top: 50%;
	position: absolute;
	margin-top: -0.6em;
	left: 0;
	right: 0;
	height: 1.1em;
	overflow: hidden;
}


.imgslider {
	width: 100%;
	height: 300px;
	color: #000000;
	-webkit-transition: width 2s; /* For Safari 3.1 to 6.0 */
	transition: width 2s;
	cursor: pointer;
}

.imgslider_previous {
	position: absolute;
	bottom: 0;
	left: 0px;
	top: 0;
	z-index: 100;
	text-align: center;
	width: 10%;
	background: -moz-linear-gradient(left,  rgba(0,0,0,1) 0%, rgba(0,0,0,0) 50%, rgba(0,0,0,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,1)), color-stop(50%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(0,0,0,1) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(0,0,0,1) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(0,0,0,1) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,0) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(0,0,0,1) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 */
	-webkit-transition: background 0.4s ease-out;  
	-moz-transition: background 0.4s ease-out;  
	-o-transition: background 0.4s ease-out;  
	transition: background 0.4s ease-out;
	background-size:200% 1px;
	background-position:100%;  
}

.imgslider_next {
	position: absolute;
	bottom: 0;
	right: 0px;
	top: 0;
	z-index: 100;
	text-align: center;
	width: 10%;
	background: -moz-linear-gradient(left,  rgba(0,0,0,0) 0%, rgba(0,0,0,0) 50%, rgba(0,0,0,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,0)), color-stop(50%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,1) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=1 ); /* IE6-9 */
	-webkit-transition: background 0.4s ease-out;  
	-moz-transition: background 0.4s ease-out;  
	-o-transition: background 0.4s ease-out;  
	transition: background 0.4s ease-out;
	background-size:200% 1px;
	background-position:0%;  

}

.imgslider_pause {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 100;
	text-align: center;
	height: 10%;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0) 50%, rgba(0,0,0,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(50%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
	-webkit-transition: background 0.4s ease-out;  
	-moz-transition: background 0.4s ease-out;  
	-o-transition: background 0.4s ease-out;  
	transition: background 0.4s ease-out;
	background-size:1px 200%;
	background-position:0 0;
}

.imgslider i {
	position: absolute;
	top: 50%;
	margin-top: -1em;
	height: 2em;
	line-height: 2em;
	font-size: 2em;
	left: 0;
	right: 0;
}


.imgslider_previous:hover {
	background-position:0;  
	color: #FFFFFF;
}

.imgslider_next:hover {
	background-position:100%;  
	color: #FFFFFF;
}

.imgslider_pause:hover {
	background-position:0 100%;
	color: #FFFFFF;
}

.featherlight-content {
	background-color: #101010!important;
	border-radius: 15px;
	border-top: 25px solid transparent;
}

.featherlight-content img {
	border-radius: 5px;
	margin-top: -25px;
}

.featherlight-close-icon.featherlight-close {
	color: #ffffff;
	background: none;
}

#scrollup {
    opacity: 0.6;
    width: auto;
    height: auto;
    position:fixed;
    bottom:0;
    right:10px;
    display:none;
    color: #000000;
    text-align: center;
    font-size: 3em;
}

#scrollup i {
	height: 100%;
}

@media (min-width: 768px) {
    .navbar .navbar-nav {
        display: inline-block;
        float: none;
        vertical-align: top;
    }

    .navbar .navbar-collapse {
        text-align: center;
    }

		.navbar-brand,
		.navbar-nav li a {
			line-height: 75px;
			height: 75px;
		}

		.navbar-nav li a {
			padding-top: 0;
		}
		
		.navbar-brand {
			padding: 0;
			margin-left: 0!important;
		}

		.navbar-header > a {
		}

		.dropdown-menu {
			padding: 0;
		}
		
}

@media (max-width: 767px) {
	.navbar-brand > img {
		margin-top: -15px;
		margin-left: -15px;
		padding: 10px;
	}
	
	.imgslider i {
			position: absolute;
			top: 50%;
			margin-top: -0.5em;
			height: 1em;
			line-height: 1em;
			font-size: 1em;
			left: 0;
			right: 0;
		}
}

@media only screen and (max-width:1024px){
	.featherlight .featherlight-content{
		border-top:10px solid transparent
	}
}