html {
	margin: 0;
}
body {
	position: relative;
	background: #252528 url(../img/body_bg.jpg) repeat left top;
	-webkit-font-smoothing: antialiased;
	font-family: 'Lato', sans-serif !important;
	padding-top: 107px;
}

#page-content h1 {
	color: rgb(0, 0, 0);
font-weight:300;
font-style: italic;
font-size: 32px;
border-bottom: 1px solid #b3b3b3;
padding-bottom: 0px;
margin: 0 0 15px 0;
}


h4 { 
color: #AA0000; 
}

.clear { clear:both; float:left; }

.brand img {
-webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -ms-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;	
}

.brand img:hover {
	zoom: 1;
  filter: alpha(opacity=80);
  opacity: 0.8;
}




@media (max-width: 979px) {
	body { padding-top: 0 !important; }
}
a:hover {
	text-decoration: none;
}
input[type="text"], 
input[type="password"], 
input[type="submit"],
textarea {
	font-family: 'Lato', Helvetica;
}

/* Fullscreen view */

.fullscreen {
	width:100%;
	padding: 20px;
}

/*-------------------------------------------------------------------------------------------*/
/* 3. Tabellen */
/*-------------------------------------------------------------------------------------------*/


table {
  border-spacing: 0;
  width: 100%;
  border: 1px solid #e6e6e6;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #f9f9f9;
  box-shadow: 0 1px 2px 0 #ffffff;
  -webkit-box-shadow: 0 1px 2px 0 #ffffff;
  border-collapse: separate;
}
table td,
table th {
  padding: .857em 1.387em;
  text-align: left;
  border-right: 1px dotted #e6e6e6;
  vertical-align: top;
}
table td p:last-child,
table th p:last-child {
  margin-bottom: 0;
}
table thead th {
  background: #fff;
  border-right: 1px dotted #e8e8e8;
  border-bottom: 2px solid #5381b5;
  text-transform: uppercase;
  padding: 1.387em;
  vertical-align: middle;
  color: #5381b5;
}
table thead th:first-child {
  -webkit-border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
table thead th:last-child {
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
table tr th:last-child,
table tr td:last-child {
  border-right: 0;
}
table tbody th {
  background: #fff;
  border-bottom: 1px solid #e6e6e6;
}
table tbody tr:nth-child(2n) td {
  background: #fff;
  border-right: 1px dotted #e8e8e8;
}


#schedule tbody tr:nth-child(2n) td {
  background: #f9f9f9;
  border-right: 1px dotted #e8e8e8;
}



table tbody tr:nth-child(2n) td:last-child {
  border-right: 0;
}
table tbody td {
  background: #fff;
  vertical-align: middle;
  border-bottom: 1px solid #e6e6e6;
  -webkit-box-shadow: inset 0 1px 0 0 #f9f9f9, inset 0 -1px 0 #ffffff;
  box-shadow: inset 0 1px 0 0 #f9f9f9, inset 0 -1px 0 #ffffff;
}
table tbody h2 {
  font-size: 1em;
  letter-spacing: normal;
  font-weight: normal;
}
table tbody h2 a {
  font-weight: normal;
}
table tbody tr:last-child td:first-child {
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
table tbody tr:last-child td:last-child {
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  -webkit-border-top-left-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
table tbody tr:last-child td {
  border-bottom: 0;
}
table tfoot th {
  color: #5381b5;
  background: #fff;
  border-top: 1px solid #e6e6e6;
}
table tfoot td {
  background: #fff;
  border-top: 1px solid #e6e6e6;
}




/* Navbar
-------------------------------------------------- */
body.pull_top {
    padding-top: 0px !important;
}
header {
    background: rgba(0,0,0,.9) !important;
}
.navbar.navbar-static-top {
    margin-bottom: 35px;
}
.navbar.transparent.navbar-inverse .navbar-inner {
    border-bottom: 0px solid rgb(88, 88, 88);
}
.navbar.transparent.navbar-inverse .navbar-inner .container {
    margin-top: 0px;
    margin-bottom: 0px;
    -webkit-transition: margin .2s ease-in-out;
    -moz-transition: margin .2s ease-in-out;
    transition: margin .2s ease-in-out;
}
.navbar.navbar-inverse .navbar-inner {
	padding: 0px;
	background-color: #252528;
	background-image: url(../img/bg-7.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}


.navbar.navbar-inverse .navbar-inner.sticky {
    background: rgba(0,0,0,0.8);
    border-bottom: 0px solid #252525;
}
.navbar-inverse .navbar-inner.sticky .container {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}
.navbar-inverse .brand {
    color: #fff;
}
.navbar-inverse .nav > li > a {
    /*color: rgb(177, 177, 177);*/
    font-size: 13px;
    font-weight: bold;
    color: #fff;
    text-shadow: 0 1px 0 rgba(0,0,0,.5);
    opacity: .6;
    filter: alpha(opacity=60);
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    transition: all .2s linear;
}
.navbar-inverse .nav > li > a:hover,
.navbar-inverse .nav > li > a.active {
    color: #fff;
    opacity: 1;
    filter: alpha(opacity=100);
}
.navbar-inverse .dropdown-menu {
	background: #252528;
}
.navbar-inverse .nav > li > .dropdown-menu::after {
	border-bottom: 6px solid #252528;
}
.navbar-inverse .dropdown-menu li > a {
	color: #fff;
}
.dropdown-menu li > a:hover,
.dropdown-menu li > a:focus,
.dropdown-submenu:hover > a {
  text-decoration: none;
}

.section_header {
	width: 100%;
	margin-bottom: 20px;
}
.section_header h3 {
	color: rgb(100, 100, 100);
	font-weight: 300;
	font-style: italic;
	font-size: 27px;
	padding-bottom: 0px;
	margin:0;
}

.navbar {
-webkit-box-shadow: 0px 2px 6px rgba(50, 50, 50, 0.41);
-moz-box-shadow:    0px 2px 6px rgba(50, 50, 50, 0.41);
box-shadow:         0px 2px 6px rgba(50, 50, 50, 0.41);
}


/* Horizontal Dropdown Menu
-----------------------------------*/

.nav-collapse nav{ margin-top:35px; }


ul.horizontal li.highlight > a  {
	text-decoration:underline;
}



ul.horizontal li li.highlight a {
	color:#FFF;
}



.horizontal, .horizontal ul {
    list-style: none;
	margin: 0;
	padding: 0;
}
.horizontal {
	font-size: 16px;
	float: right;
	margin-bottom: 0px;
}
.horizontal li {
	float: left;
	position: relative;
	font-weight:bold;
	text-decoration:none;
}
.horizontal li li {
	font-weight: normal;
	text-decoration: none;
}

.horizontal li a {
	display: block;
	height: 2.9em;
	line-height: 2.9em;
	padding: 0 1.4em;
}

@media (min-width: 979px) {
.horizontal li li a { 
border-bottom-width: 1px;
	border-bottom-style:dotted;
	border-bottom-color: #3a8fe8;
}
}

.horizontal li li .parent a { 
border-bottom-width: 1px;
	border-bottom-style:dotted;
	border-bottom-color: #3a8fe8;
}


.horizontal ul {
	position: absolute;
	left: 1px;
	top: 4.15em;
	display: none;
	z-index: 999;
	width: 160px;
	background-color:#0168CE;
}
.horizontal ul ul {
	top: 1px;
	left: 160px;
	background-color:#0168CE;
}


.horizontal ul:after {
	bottom: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.horizontal ul:after {
	border-color: rgba(136, 183, 213, 0);
	border-bottom-color: #0168CE;
	border-width: 15px;
	left: 40%;
	margin-left: -15px;
}

.horizontal ul ul:after {
	border-color: rgba(136, 183, 213, 0);
	border-width: 0px;
	left: 50%;
	margin-left: -0px;
}



.horizontal ul li {
	width: 100%;
}
.horizontal ul li a {
	overflow: hidden;
}
.horizontal li:hover > ul {
	display: block;
}
.horizontal li.parent > a {
	background-image: url(../img/arrow-right3.gif);
	background-position: right center;
	background-repeat: no-repeat;
	margin-right: 0em;
}
.horizontal > li.parent > a {
	background-image: url(../img/arrow-down2.gif);
}

.horizontal, .horizontal ul {
	
}
.horizontal > li > ul {
	margin-left: -1px;
}
.horizontal ul ul {
	margin-top: -1px;
}
.horizontal li ul li:last-child {
	border-bottom: none;
}


.horizontal ul {
border-top: 0px solid #de1e1e;
border-bottom: 0px solid #de1e1e;
border-radius: 0px 0px 0px 0px;
-webkit-box-shadow: 0px 8px 6px -6px grey;
-moz-box-shadow: 0px 8px 6px -6px grey;
box-shadow: 0px 8px 6px -6px grey;
}

/* horizontal black
-----------------------------------*/
.horizontal.black, .horizontal.black ul {
	border: 0px solid #555;
}
.horizontal.black, .horizontal.black li {
	
}
.horizontal.black > li {
	border-right: 0px solid #555;
}
.horizontal.black li a {
	color: #fff;
}

.horizontal.black li {
	padding-bottom:20px;
}

.horizontal.black ul li {
	padding-bottom:0px;
}

.horizontal.black li:hover {
	background: rgb(0,0,0,0.25);
	padding-bottom:20px;
}

.horizontal.black ul li:hover {
	background: none;
	padding-bottom:0px;
}

.horizontal.black ul li:hover a {
	color: #FF8000;
}

.horizontal.black ul li:hover ul li a {
	color: #FFF;
}
.horizontal.black ul li:hover ul li a:hover {
	color: #FF8000;
}

.horizontal.black ul li {
	border-bottom: 0px solid #555;
}

/* Vertical Dropdown Menu
-----------------------------------*/
.vertical, .vertical ul {
    list-style: none;
	width: 200px;
	margin: 0;
	padding: 0;
}
.vertical {
	font-size: 16px;
	margin-bottom: 10px;
}
.vertical li {
	position: relative;
}
.vertical ul {
	position: absolute;
	top: 0;
	left: 159px;
	width: 200px;
	display: none;
	z-index: 999;
}
.vertical a {
	display: block;
	height: 2.9em;
	line-height: 2.9em;
	padding: 0 1.4em;
}
.vertical ul li a {
	overflow: hidden;
}
.vertical li:hover > ul {
	display: block;
}
.vertical li.parent > a {
	background-image: url(../images/arrow-right2.gif);
	background-position: 148px center;
	background-repeat: no-repeat;
}

.vertical, .vertical ul {
	
}


.vertical {
	position: relative;
	background: FF8000;
	border: 0px solid #FF8000;
}
.vertical li:after, .vertical li:before {
	right: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.vertical li:hover:after{
	border-color: rgba(248, 0, 0, 0);
	border-right-color: EEE;
	border-width: 10px;
	top: 50%;
	margin-top: -10px;
}
.vertical li:hover:before {
	border-color: rgba(255, 128, 0, 0);
	border-right-color: #EEE;
	border-width: 11px;
	top: 50%;
	margin-top: -11px;
}

/* vertical black
-----------------------------------*/
.vertical.black, .vertical.black ul {
}
.vertical.black li {
	background:none;
}
.vertical.black li a {
	color: #000;
	border-bottom: none;
}
.vertical.black li:hover {
	background: #EEE;
}

/* highlight vertical black */

.vertical.black li.highlight  {
	background: #0092E4;
	color:#FFF;
	
}

.vertical li.highlight:after, .vertical li.highlight:before {
	right: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.vertical li.highlight:after{
	border-color: rgba(248, 0, 0, 0);
	border-right-color: #0092E4;
	border-width: 10px;
	top: 50%;
	margin-top: -10px;
}
.vertical li.highlight:before {
	border-color: rgba(255, 128, 0, 0);
	border-right-color: #0092E4;
	border-width: 11px;
	top: 50%;
	margin-top: -11px;
}

/* Logged in user
-----------------------------------*/

.loggedin { height:25px; text-align:right; padding-right:25px; }
.loggedin a { font-size:0.99em; color: #FFF; font-weight:bold;  }
.loggedin a:hover { color: #CCC; }
.loggedin img:hover { opacity:0.7; }


/* Footer
-------------------------------------------------- */
#footer {
	min-height: 160px;
	margin-top: 35px;
	background-color: #252528;
	color: #fff;
	padding-top: 35px;
}
#footer .footer_header {
	color: rgb(196, 196, 196);
	font-style: italic;
	font-weight: 300;
	font-size: 25px;
	margin-bottom: 40px;
	margin-left: 15px; 
}

/* recent posts */
#footer .recent_posts {
	margin-left: 0px;
}
#footer .recent_posts .post {
	margin-bottom: 70px;
	width: 93%;
}
#footer .recent_posts .post img {
	float: left;
	margin-right: 20px;
}
#footer .recent_posts .post .date {
	font-weight: bold;
	font-style: italic;
}
#footer .recent_posts .post .title {
	display: block;
	color: #b5b5b6;
	font-size: 14px;
}

/* testimonials */
#footer .testimonials .wrapper {
	margin: 0 auto;
	width: 82%;
}
#footer .testimonials .footer_header {
	margin-left: 30px;
}
#footer .testimonials .quote {
	color: rgb(191, 191, 192);
}
#footer .testimonials .quote span {
	font-size: 32px;
	font-style: italic;
	position: relative;
	top: 5px;
	font-family: Georgia !important;
	float: left;
	margin-right: 8px;
}
#footer .testimonials .author {
	margin-top: 40px;
}
#footer .testimonials .author img {
	float: left;
	margin-right: 15px;
	position: relative;
	top: -6px;
}
#footer .testimonials .name {
	font-size: 13px;
	font-weight: bold;
}
#footer .testimonials .info {
	font-style: italic;
	color: #ccc;
}

/* contact */
#footer .contact {
	text-align: right;
	margin-left: 35px;
}
#footer .contact .footer_header {
	text-align: left;
	margin-left: 35px;
}
#footer .contact input[type="text"],
#footer .contact textarea {
	border: none;
	background-color: #1f1f21;
	padding: 8px 20px;
	border-radius: 3px;
	font-size: 14px;
	font-family: Lato !important;
	width: 80%;
	-webkit-transition: background-color .2s linear;
	-moz-transition: background-color .2s linear;
}
#footer .contact input[type="text"]:focus,
#footer .contact textarea:focus {
	border: none;
	box-shadow: none;
	background-color: #000;
}
#footer .contact input[type="text"]:-moz-placeholder,
#footer .contact textarea:-moz-placeholder {
  color: #868687;
}
#footer .contact input[type="text"]::-webkit-input-placeholder,
#footer .contact textarea::-webkit-input-placeholder {
  color: #868687;
}
#footer .contact input[type="text"]:-ms-input-placeholder,
#footer .contact textarea:-ms-input-placeholder {
  color: #868687;
}
#footer .contact input[type="submit"] {
	background-color: #3e3e40;
	border: none;
	color: #fff;
	border-radius: 4px;
	padding: 5px 20px;
	font-size: 14px;
	font-weight: bold;
	-webkit-transition: background-color .2s linear;
	-moz-transition: background-color .2s linear;
}
#footer .contact input[type="submit"]:hover {
	background-color:#2190DB;
}
#footer .credits {
	border-top: 1px solid #343437;
	padding: 10px 0px 60px 0px;
}
#footer .credits .social {
	margin-top: 30px;
	text-align: center;
}
#footer .credits .social a {
	margin: 10px;
}
#footer .credits .copyright {
	color: #a6a6a7;
	font-style: italic;
	text-align: center;
	margin-top: 30px;
}
#footer .credits .social a {
	margin: 10px;
}
#footer .credits .social a span{
	display: inline-block;
	width: 33px;
	height: 33px;
}
#footer .credits .social span.ico1,
#footer .credits .social span.ico1h{
	background-position: 0px 0px;
}
#footer .credits .social span.ico2,
#footer .credits .social span.ico2h{
	background-position: -37px 0px;
}
#footer .credits .social span.ico3,
#footer .credits .social span.ico3h{
	background-position: -75px 0px;
}
#footer .credits .social span.ico4,
#footer .credits .social span.ico4h{
	background-position: -112px -1px;
}
#footer .credits .social span.ico5,
#footer .credits .social span.ico5h{
	background-position: -151px 0px;
}
#footer .credits .social span.ico6,
#footer .credits .social span.ico6h{
	background-position: -188px -1px;
}
#footer .credits .social span.ico7,
#footer .credits .social span.ico7h{
	background-position: -226px 0px;
}
#footer .credits .social a:hover span.socialicons{
	display: none;
}
#footer .credits .social a:hover span.socialicons_h{
	display: inline-block !important;
}
#footer .credits .social span.socialicons_h{
	display: none;
}
.socialicons{
	background: url('../img/socialicons.png') no-repeat;
	width: 265px;
	height: 36px;
}
.socialicons_h{
	background: url('../img/socialicons_h.png') no-repeat;
	width: 265px;
	height: 36px;
}

/*Inner Footer*/
#footer .info{
	margin-bottom: 10px;
	margin-left: 0;
}
#footer .info .residence{
	margin-left: 0;
}
#footer .info ul{
	margin: 0;
	padding: 0;
}
#footer .info ul li{
	list-style: none;
	font-size: 16px;
	color: #777E83;
	line-height: 23px;
}
#footer .info ul a{
	color: #777E83;
	-webkit-transition: color .2s;
	-moz-transition: color .2s;
	-ms-transition: color .2s;
	transition: color .2s;
}
#footer .info ul a:hover{
	color: #A9B4BB;
}
#footer .info .touch{
	float: right;
}
#footer .info .touch ul li{
	display: inline-block;
	margin-left: 30px;
}

/* Global
-------------------------------------------------- */
.page_header {
	background-color: #000;
	color: #fff;
	font-size: 23px;
	display: inline-block;
	padding: 0px 18px;
}
.social_icon{
	background: url("../img/social_icons.png") no-repeat;
	width: 110px;
	height: 18px;
}
.contact_social{
	background: url("../img/contact_social.png") no-repeat;
	width: 180px;
	height: 34px;
}

/* Responsive
-------------------------------------------------- */

/* Large desktop */
@media (min-width: 1200px) {
	#footer .sections .contact > *{
		/*margin-left: 80px;*/
	}
}
@media (min-width: 980px) {
	
	

	
}
@media (max-width: 768px) {
	.nav-collapse nav { background: #252528; padding: 10px 0; }
	
	
	.navbar.transparent.navbar-fixed-top, 
	.navbar.home.navbar-fixed-top{
		margin-bottom: 0px;
	}
		
	.navbar.transparent.navbar-inverse .navbar-inner  {
	background-image: url(../img/bg-header.jpg);
background-repeat: repeat-x;
background-position: top center;
	}
	
	.navbar.transparent.navbar-inverse .navbar-inner nav {
		background: #252528;
	}
	.navbar-inverse .nav-collapse .nav > li > a, 
	.navbar-inverse .nav-collapse .dropdown-menu a {
		color: #fff;
		opacity: 0.7;
	}
	

	
	/* Horizontal Dropdown Menu nav-collapse in collapse
-----------------------------------*/

.nav-collapse nav{ margin-top:0px; }


.horizontal, .horizontal ul {
    list-style:none;
	margin: 0;
	padding: 0;
	width: 100%;
	background: #252528;
}
.horizontal {
	font-size: 18px;
	float: left;
	margin-bottom: 0px;
}
.horizontal li {
	font-size: 16px;
	float: left;
	position: relative;
	clear:both;
}
.horizontal li li {
	font-weight:normal;
	font-size: 14px;
}

.horizontal li a {
	display: block;
	height: 1em;
	line-height: 1em;
	padding: 0 0.5em;
}


.horizontal ul {
	position:relative;
	left: inherit;
	top:inherit;
	display:block;
	z-index: 999;
	width: 160px;
	background-color: #252528;
	padding-left:20px;
}
.horizontal ul ul {
	position:relative;
	top: 1px;
	left: 30px;
	background-color:#252528;
}


.horizontal ul:after {
	bottom: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.horizontal ul:after {
	border-color: transparent;
	border-bottom-color: FFF;
	border-width: 0px;
	left: 40%;
	margin-left: -0px;
}

.horizontal ul ul:after {
	border-color: rgba(136, 183, 213, 0);
	border-width: 0px;
	left: 50%;
	margin-left: -0px;
}



.horizontal ul li {
	width: 100%;
}
.horizontal ul li a {
	overflow: hidden;
}
.horizontal li:hover > ul {
	display: block;
}
.horizontal li.parent > a {
	background-image: none;
	background-position: right center;
	background-repeat: no-repeat;
	margin-right: 1em;
}
.horizontal > li.parent > a {
	background-image: none;
}

.horizontal, .horizontal ul {
	
}
.horizontal > li > ul {
	margin-left: -1px;
}
.horizontal ul ul {
	margin-top: -1px;
}
.horizontal li ul li:last-child {
	border-bottom: none;
}


.horizontal ul {
border-top: 0px solid #de1e1e;
border-bottom: 0px solid #de1e1e;
border-radius: 0px 0px 0px 0px;
-webkit-box-shadow: 0px 0px 0px -6px black;
-moz-box-shadow: 0px 0px 0px -6px black;
box-shadow: 0px 0px 0px -6px black;
}

/* horizontal black
-----------------------------------*/
.horizontal.black, .horizontal.black ul {
	border: 0px solid #555;
}
.horizontal.black, .horizontal.black li {
	
}
.horizontal.black > li {
	border-right: 0px solid #555;
}
.horizontal.black li a {
	color: #fff;
}

.horizontal.black li {
	padding-bottom:20px;
}

.horizontal.black ul li {
	padding-bottom:0px;
}

.horizontal.black li:hover {
	background: rgb(0,0,0,0.25);
	padding-bottom:20px;
}

.horizontal.black ul li:hover {
	background: none;
	padding-bottom:0px;
}

.horizontal.black ul li:hover a {
	color: #AA0000;
}

.horizontal.black ul li:hover ul li a {
	color: #FFF;
}
.horizontal.black ul li:hover ul li a:hover {
	color: #AA0000;
}

.horizontal.black ul li {
	border-bottom: 0px solid #555;
}


	
	
}
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) { 
	.navbar.transparent.navbar-fixed-top, 
	.navbar.home.navbar-fixed-top{
		margin-bottom: -70px;
		position: relative;
		top: 999;
	}
}
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
	footer {
		margin-right: -20px;
		margin-left: -20px;
	}
	#footer{
		margin-right: -20px;
		margin-left: -20px;
	}
	#footer .container{
		padding: 0px 20px;
	}
	/*Index Footer*/
	#footer .footer_header {
		margin-left: 0;
	}
	#footer .footer_header h3{
		margin-left: 0;
	}
	#footer .testimonials{
		overflow: hidden;
		margin-bottom: 40px;
	}
	#footer .testimonials .footer_header{
		margin-left: 0;
	}
	#footer .testimonials .wrapper{
		float: left;
		width: 100%;
	}
	#footer .contact{
		margin: 0;
	}
	#footer .contact .footer_header{
		margin-left: 0;
	}
	#footer .contact input[type="text"], #footer .contact textarea{
		float: left;
		width: 92%;
	}
	/*Inner Footer*/
	#footer .info .touch ul li{
		margin: 0 30px 0 0;
	}
	#footer .info .touch ul{
		margin:15px 0 15px;
	}
}
/* Landscape phones and down */
@media (max-width: 480px) {

}

/* Icons
-------------------------------------------------- */

