/* ==================================================================
Weboo - Online Media
http://www.weboo.at
Copyright (C) 2014. All rights reserved.
================================================================== */

/* Large desktop */
@media (min-width: 1200px) {
}

/* Large desktop */
@media (max-width: 1200px) {
}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
}

/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
}

/* Landscape phones and down */
@media (max-width: 480px) {
}

/* General
================================================================== */

body,
html {
	color: #797979;
	font-family: 'Raleway', sans-serif;
	font-weight: 300;
	background: transparent;
	overflow-x: hidden;
}
@media (max-width: 767px) {
 body {
 padding-right: 0px;
 padding-left: 0px;
}
}

body.modal-open,
html.modal-open {
	overflow: hidden;
}

a {
	color: #54523d;
	font-style: italic;
	text-decoration: underline;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

a:hover,
a:focus {
	color: #f25f5f;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

em {
	color: #54523d;
}

p {
	margin: 0 0 25px 0;
	font-size: 18px;
	line-height: 30px;
}
@media (max-width: 979px) {
p {
	font-size: 16px;
	line-height: 26px;
	margin: 0 0 15px 0;
}
}
@media (max-width: 480px) {
p {
	font-size: 14px;
	line-height: 22px;
}
}

p.small,
small {
	line-height: 16px;
}

.xl p {
	font-size: 18px;
	line-height: 30px;
	color: #858585;
	text-shadow: 0 1px 0 #fff;
}
@media (max-width: 480px) {
 .xl p {
 font-size: 16px;
 line-height: 26px;
}
}

strong {
	font-weight: 600;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #333333;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0 0 30px 0;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: #333333;
	text-decoration: none;
	font-style: normal;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover,
h1 a:focus,
h2 a:focus,
h3 a:focus,
h4 a:focus,
h5 a:focus,
h6 a:focus {
	color: #9e9d8d;;
	text-decoration: none;
}

h1 {
	font-size: 36px;
	line-height: 44px;
	margin: 0 0 30px 0;
}
@media (max-width: 979px) {
}
@media (max-width: 480px) {
	h1 {
	font-size: 26px;
	line-height: 34px;
}
}

h2 {
	font-size: 34px;
	line-height: 44px;
	margin: 0 0 30px 0;
	font-weight: 100;
	text-transform: none;
}

@media (max-width: 979px) {
h2 {
	font-size: 30px;
	line-height: 36px;
	margin: 0 0 20px 0;
}
}
@media (max-width: 480px) {
h2 {
	font-size: 24px;
	line-height: 30px;
}
}

h3 {
	font-size: 18px;
	line-height: 26px;
	margin: 0 0 20px 0;
}
h3:after {
	content: "";
	display: block;
	width: 80px;
	height: 2px;
	background: #cccccc;
	margin: 30px auto 50px;
}
@media (max-width: 979px) {
}
@media (max-width: 480px) {
}

h4 {
	font-size: 26px;
	line-height: 30px;
	margin: 0 0 25px 0;
}

.block {
	display: block;
}

.inline-block {
	display: inline-block;
}

.center {
	text-align: center;
}

.clear {
	clear: both;
	height: 0;
}

hr {
    border: none;
    display: inline-block;
    width: 80px;
    height: 2px;
    background: #cccccc;
    margin: 0px auto 25px;
}
@media (max-width: 979px) {
hr {
    margin: 0px auto 15px;
}
}
.wrapper {
	/* z-index: 100; */
	position: relative;
	background: #ffffff;
}
@media (max-width: 767px) {
 .container {
 padding-right: 20px;
 padding-left: 20px;
 width: auto;
}
}

.wrapper > .container {
	padding-top: 100px;
	padding-bottom: 100px;
}
@media (max-width: 767px) {
 .wrapper > .container {
 padding-top: 50px;
 padding-bottom: 50px;
}
}

.wrapper.banner-top > .container {
	padding: 0;
}

/* --- Distance --- */	



.distance-10 {
	padding: 5px 0;
}

.distance-20 {
	padding: 10px 0;
}

.distance-30 {
	padding: 15px 0;
}

.distance-40 {
	padding: 20px 0;
}

.distance-50 {
	padding: 25px 0;
}

/* --- Button --- */	



.btn {
	display: inline-block;
	padding: 20px 25px 20px;
	margin-bottom: 0;
	font-size: 13px;
	line-height: 20px;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	vertical-align: middle;
	cursor: pointer;
	background: #00aeef;
	background-repeat: repeat-x;
	text-shadow: none;
	filter: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	filter: none;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
	border: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	font-style: normal;
}

.btn[class^="icon-"]:before,
.btn[class*="icon-"]:before {
	font-size: 24px;
	float: left;
	margin: 0 2px 0 0;
}

.btn.icon-right[class^="icon-"]:before,
.btn.icon-right[class*="icon-"]:before {
	float: right;
	margin: 0 0 0 5px;
}

.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
	color: #ffffff;
	background: #009fdb;
	text-shadow: none;
	filter: none;
	background-position: 0;
	filter: none;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.btn-clean {
	color: #54523d;
	text-transform: none;
	font-weight: 600;
	background: transparent;
}

.btn-clean:hover,
.btn-clean:focus,
.btn-clean:active,
.btn-clean.active,
.btn-clean.disabled,
.btn-clean[disabled] {
	color: #9e9d8d;
	background: transparent;
}

.btn-large {
	padding: 11px 25px;
	font-size: 17.5px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

.btn-large[class^="icon-"]:before,
.btn-large[class*="icon-"]:before {
	font-size: 40px;
}

.btn-white-border,
.btn-white-border:hover,
.btn-white-border:focus {
	background: none;
	border: 2px solid #ffffff;
	padding: 25px 30px 25px;
	font-size: 18px;
	font-weight: 600;
	
	/* background: #4e69a2;
	border: 1px solid #ffffff;
	border-color: #435a8b #3c5488 #334c83;*/
}
@media (max-width: 767px) {
.btn-white-border,
.btn-white-border:hover,
.btn-white-border:focus {
	padding: 20px 25px 20px;
	font-size: 16px;
	font-weight: 600;
}
}

.btn-white-border i {
	margin-right: 10px;
}

/* --- Parallax --- */

*[class^="prlx"] {
	position: absolute;
	width: 100%;
	height: 300%;
	top: 0;
	left: 0;
	z-index: -1;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale')";
	*background-size: 100%;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

.section {
	width: 100%;
	position: relative;
	overflow: hidden;
}

.itemid-105 .parallax-head-full-width .section,
.itemid-106 .parallax-head-full-width .section {
	padding: 150px 0;
}
@media (min-width: 768px) and (max-width: 979px) {
.itemid-105 .parallax-head-full-width .section, .itemid-106 .parallax-head-full-width .section {
	padding: 50px 0 70px;
}
}
@media (max-width: 767px) {
.itemid-105 .parallax-head-full-width .section, .itemid-106 .parallax-head-full-width .section {
	padding: 0 0 20px 0;
}
}

.itemid-105 .parallax-head p,
.itemid-106 .parallax-head p {
	color: #ffffff;
	text-transform: uppercase;
	text-align: center;
	font-size: 34px;
	line-height: 48px;
	margin: 0;
}
@media (max-width: 767px) {
.itemid-105 .parallax-head p, .itemid-106 .parallax-head p {
	font-size: 24px;
	line-height: 38px;
}
}
@media (max-width: 480px) {
.itemid-105 .parallax-head p, .itemid-106 .parallax-head p {
	font-size: 20px;
	line-height: 32px;
}
}

.itemid-105 .parallax-head p em,
.itemid-106 .parallax-head p em {
	color: #d9d3c6;
	text-transform: none;
	font-style: normal;
}

/* Header Startseite
================================================================== */


.header.wrapper {
    margin-bottom: 80px;
}
@media (max-width: 979px) {
.header.wrapper {
    margin-bottom: 65px;
}
}


/*
.header .mod-languages {
    position: relative;
    text-align: center;
    top: 50px;
}
*/

.header .mod-languages  ul > li > a {
    color: #fff;
}

.header-image {
    background-color: #f1f1f1;
	background-repeat: no-repeat;
	background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;	
	height: 500px;
	position: absolute;
	width: 100%;
}

.header-text {
	text-align: center;
	position: relative;
}

.header-text:after,
.header-text:before {
	content: "";
	height: 3px;
	width: 20%;
	background: #ffffff;
	display: inline-block;
}

.header-text h1 {
	margin: 40px 0 20px 0;
	font-size: 80px;
	color: #ffffff;
	line-height: 50px;
}

.header-text h2 {
	margin: 0 0 30px 0;
	font-size: 30px;
	color: #ffffff;
	font-weight: 300;
	text-transform: lowercase; 
}

@media (max-width: 767px) {
.header-text h1 {
	margin: 40px 0 20px 0;
	font-size: 60px;
	line-height: 60px;
}

.header-text h2 {
	margin: 0 0 30px 0;
	font-size: 20px;
}
}

@media (max-width: 480px) {
.header-text h1 {
	margin: 30px 0 10px 0;
	font-size: 50px;
	line-height: 50px;
}

.header-text h2 {
	margin: 0 0 20px 0;
	font-size: 18px;
}
}


.header-text h2:after {
	display: none;
}

/* Language
================================================================== */

div.mod-languages {
	float: right;
    margin: 10px;
    border-left: 1px solid #777679;
    padding: 0 20px;
}

@media (max-width: 979px) {
div.mod-languages {
	float: none;
    margin: 20px 0 0 30px;
    border-left: none;
    padding: 0;
}
}

div.mod-languages ul li.lang-active {
    opacity: 0.3;
	filter: alpha(opacity=30);
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

div.mod-languages ul li.lang-active:hover {
    opacity: 1;
	filter: alpha(opacity=100);
}

div.mod-languages ul li a {
    text-decoration: none;
    width: 16px;
    height: 16px;
    display: inline-block;
    overflow: hidden;
    border-radius: 50%;
    line-height: 0;
}

div.mod-languages ul li a img {
    border: none;
    width: 30px;
    height: 16px;
}

/* Navigation
================================================================== */

@media (max-width: 979px) {
.navigation.span8 {
	width: 100%;
	margin-left: 0;
	min-height: 0;
}
}

.navigation.wrapper {
	/* padding: 40px 0; */
	background: #363636;
	position: absolute;
    width: 100%;
    z-index: 1000;
}

.navigation.wrapper.fixed {
	position: fixed;
	top: 0 !important;
}

.navigation.wrapper > .container {
	padding-top: 20px;
	padding-bottom: 20px;
}
@media (max-width: 979px) {
 .navigation.wrapper > .container {
 padding-top: 0;
 padding-bottom: 0;
}
}

li.item-105,
li.item-106 {
	display: none;
}

.navbar {
	margin-bottom: 0;
	padding: 20px 0;
}
@media (max-width: 979px) {
 .navbar {
	padding: 0;
}
}
.navbar .btn-navbar {
	position: absolute;
    right: 20px;
    top: 17px;
    padding: 9px 13px;
    color: #ffffff;
    text-shadow: none;
    background: #777679;
    border: none;
    filter: none;
}

.navbar .btn-navbar:hover,
.navbar .btn-navbar:focus {
	color: #9e9d8d;
	background: #676669;
	*background: #676669;
}

.navbar .nav-collapse {
}
@media (max-width: 979px) {
.navbar .nav-collapse {
	margin-top: 0;
}
}

.navbar .nav-collapse .nav {
	margin-top: 0;
	float: right;
}
@media (max-width: 979px) {
.navbar .nav-collapse .nav {
	margin: 20px 0 20px ;
	float: left;
	width: 100%;
}
.navbar .nav-collapse .nav li {
	margin: 0 20px;
}
}

.navbar-inverse .nav-collapse.in .nav > li > a {
	color: #777679;
}

.navbar-inverse .nav-collapse.in .nav > li > a:hover,
.navbar-inverse .nav-collapse.in .nav > li > a:focus {
	color: #ffffff;
}

.navbar-inverse .nav-collapse.in .nav > li.current > a {
	color: #ffffff;
}

.navbar-inverse .navbar-inner {
	background: none;
	filter: none;
	border: none;
	padding-right: 0;
	padding-left: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.navbar-inverse .brand,
.navbar-inverse .nav > li > a {
	font-weight: 300;
	color: #777679;
	font-size: 12px;
	text-transform: uppercase;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin-right: 1px;
	text-shadow: none;
	font-style: normal;
	font-weight: 700;
}

.navbar-inverse .brand:hover,
.navbar-inverse .brand:focus,
.navbar-inverse .nav > li > a:hover,
.navbar-inverse .nav > li > a:focus {
	color: #ffffff;
}

.navbar-inverse .nav .active > a,
.navbar-inverse .nav .active > a:hover,
.navbar-inverse .nav .active > a:focus {
	color: #ffffff;
	background: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

/* Logo Nav */

div.logo-nav {
}
@media (max-width: 979px) {
 div.logo-nav {
 text-align: center;
}
}

a.logo-nav img {
}
@media (max-width: 979px) {
 a.logo-nav {
 position: absolute;
 width: 215px;
 right: 20px;
 top: 37px;
}
}


/* logo */

.logo {
	margin: 7px 0 10px 30px;
}

.logo img {
    height: 60px;
}

@media (max-width: 979px) {
.logo img {
	height: 48px;
}
}

/* Section Default
================================================================== */


section .container {
    padding-top: 75px;
    padding-bottom: 50px;
	text-align: center;
}
@media (max-width: 767px) {
section .container {
    padding-top: 65px;
    padding-bottom: 45px;
}
}
@media (max-width: 480px) {
section .container {
    padding-top: 55px;
    padding-bottom: 35px;
}
}

section#wellcome {
	background: #f0f0f0;
}


/* image-section */

.image-section .image-section-title {
	padding-bottom: 0;
}

.modal-section-image,
.image-section .image-section-image {
	background-color: #f1f1f1;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.background {
    /* background-repeat:no-repeat;
    background-position:50% 50%;
    background-position:50% 50%\9 !important; */
}



.image-section .image-section-image-cation {
	padding: 600px 0 60px;
}
@media (max-width: 767px) {
.image-section .image-section-image-cation {
	padding: 400px 0 60px;
}
}
@media (max-width: 480px) {
.image-section .image-section-image-cation {
	padding: 200px 0 60px;
}
}

.image-section .image-section-image-cation p {
	font-size: 34px;
	line-weight: 46px;
	font-weight: 300;
	color: #ffffff;
}

.image-section .image-section-text {
	background: #f0f0f0;
}

.image-section .image-section-text .container {
	/* padding-top: 50px; */
}

/* wellcome
================================================================== */



/* zitat + nordicdesire
================================================================== */

.zitat-section p{
    font-size: 26px;
    line-height: 38px;
    color: #363636;
    font-style: italic;
    font-weight: 400;
}
@media (max-width: 767px) {
.zitat-section p{
    font-size: 24px;
    line-height: 34px;
}
}
@media (max-width: 480px) {
.zitat-section p{
    font-size: 22px;
    line-height: 30px;
}
}
.zitat-section sup {
    top: -2em;
    font-size: 50%;
	color: #797677;
}


/* nordicedesire */

.nordicedesire-section img {
	max-width: 380px;
	margin-bottom: 50px;
}
@media (max-width: 767px) {
.nordicedesire-section img {
	max-width: 300px;
	margin-bottom: 40px;
}
}
@media (max-width: 480px) {
.nordicedesire-section img {
	max-width: 220px;
	margin-bottom: 30px;
}
}
.nordicedesire-section p {
    font-size: 22px;
    line-height: 34px;
    font-style: italic;
}
@media (max-width: 767px) {
.nordicedesire-section p {
    font-size: 20px;
    line-height: 32px;
}
}
@media (max-width: 480px) {
.nordicedesire-section p {
    font-size: 18px;
    line-height: 30px;
}
}

/* scardinavien airlines gallery
================================================================== */

.scandinavian-airlines-section {
	background: #f0f0f0;
}

.dirndl-section .span4,
.events-section .span4,
.scandinavian-airlines-section .span4 {
	margin: 0 10px 20px !important;
}

@media (max-width: 1200px) {
.dirndl-section .span4,
.events-section .span4,
.scandinavian-airlines-section .span4 {
	margin: 0 6px 20px 7px !important;
}
}

@media (max-width: 767px) {
.dirndl-section .span4,
.events-section .span4,
.scandinavian-airlines-section .span4 {
	margin: 0 0 20px !important;
	text-align: center;
}
}


.modal-section-image {
	
}

.modal-section-text {
	background: #ffffff;
	padding: 40px 0;
	position: relative;
}

.modal-section-text i {
	color: #ffffff;
	position: absolute;
	display: inline-block;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: #363636;
	left: 50%;
	margin-left: -25px;
	top: -25px;
	font-size: 20px;
    line-height: 50px;
}

.modal-section-text h4 {
	font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 12px;
    line-height: 16px;
	padding: 0 20px;
}

.modal-section-text p {
	font-size: 13px;
	font-style: italic;
	color: #8b8b8b;
	line-height: 19px;
	padding: 0 20px;
	margin: 0;
}


/* events
================================================================== */

.events-section {
	background: #f0f0f0;
}



/* dirndl
================================================================== */

.dirndl-section-text {
	text-align: left;
}

.dirndl-section .image-section-image-cation {
    padding: 500px 0 160px;
}


/* fos
================================================================== */

.image-section.fos-section .image-section-image-cation {
	padding: 340px 0 200px;
}
@media (max-width: 767px) {
.image-section.fos-section .image-section-image-cation {
	padding: 240px 0 100px;
}
}
@media (max-width: 480px) {
.image-section.fos-section .image-section-image-cation {
	padding: 140px 0 50px;
}
}

.logo-fos {
    border-radius: 50%;
    display: inline-block;
    overflow: hidden;
    margin-bottom: 110px;
    height: 180px;
    width: 180px;
    position: relative;
    background-color: #fff;
    padding: 9px;
}

.logo-fos img {
    position: absolute;
    left: 15px;
    top: 8px;
}

/*
.fos-section .fos-logo img {
	border-radius: 50%;
	margin-bottom: 110px;
}
@media (max-width: 767px) {
.fos-section .fos-logo img {
	border-radius: 50%;
	margin-bottom: 50px;
}
}
*/



/* contact
================================================================== */

.contact-section a {
	color: #797979;
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
	font-style: normal;
	text-decoration: none;
}


.contact-logo img {
	width: 200px;
	height: auto;
	margin-bottom: 30px;
}

.itemid-104 .content.wrapper {
	
	}
	
.contact-icons a {
	font-size: 26px;
	margin: 6px;
}

.contact-section .image-section-text .container {
	padding-bottom: 0;
}

div[id^="foxcontainer_"] {
    padding: 0 !important;
	margin-top: -25px;
}

div[id^="foxcontainer_"] .row{
        margin-left: 0;
}

.span6.offset3 div[id^="cid_"] {
    text-align: center;
	margin-top: 30px;
}

div[id^="foxcontainer_"] .foxform-compact .controls,
div[id^="foxcontainer_"] .foxform-extended .controls {
    float: none !important;
}


div[id^="foxcontainer_"] .fox_form select,
div[id^="foxcontainer_"] .fox_form textarea,
div[id^="foxcontainer_"] .fox_form input[type="text"] {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
    color: #797979 !important;
    background-color: #ffffff !important;
    border: 2px solid #f0f0f0 !important;
	    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
	padding: 25px 10px !important;
}

div[id^="foxcontainer_"] .fox_form .error select,
div[id^="foxcontainer_"] .fox_form .error textarea,
div[id^="foxcontainer_"] .fox_form .error input[type="text"] {
    color: #b94a48 !important;
    background-color: #f2dede !important;
    border-color: #eed3d7 !important;
}

div[id^="foxcontainer_"] .fox_form textarea {
	padding: 15px 10px !important;
}

div[id^="foxcontainer_"] .fox_form .required, 
div[id^="foxcontainer_"] .fox_form .asterisk {
    display: none;
}

div[id^="foxcontainer_"] .btn {
	display: inline-block;
	padding: 20px 25px 20px !important;
	margin-bottom: 0 !important;
	font-size: 13px !important;
	line-height: 20px !important;
	color: #ffffff !important;
	text-align: center !important;
	text-decoration: none !important;
	text-transform: uppercase !important;
	vertical-align: middle !important;
	cursor: pointer !important;
	background: #00aeef !important;
	background-repeat: repeat-x !important;
	text-shadow: none !important;
	filter: none !important;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
	filter: none !important;
	-webkit-transition: all 0.2s linear !important;
	-moz-transition: all 0.2s linear !important;
	-ms-transition: all 0.2s linear !important;
	-o-transition: all 0.2s linear !important;
	transition: all 0.2s linear !important;
	border: none !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
	font-style: normal !important;
}

div[id^="foxcontainer_"] .btn span {
	font-size: 13px !important;
	line-height: 20px !important;
	color: #ffffff !important;
}

div[id^="foxcontainer_"] .btn:hover,
div[id^="foxcontainer_"] .btn:focus,
div[id^="foxcontainer_"] .btn:active,
div[id^="foxcontainer_"] .btn.active,
div[id^="foxcontainer_"] .btn.disabled,
div[id^="foxcontainer_"] .btn[disabled] {
	color: #ffffff !important;
	background: #009fdb !important;
	text-shadow: none !important;
	filter: none !important;
	background-position: 0 !important;
	filter: none !important;
	-webkit-transition: all 0.2s linear !important;
	-moz-transition: all 0.2s linear !important;
	-ms-transition: all 0.2s linear !important;
	-o-transition: all 0.2s linear !important
	transition: all 0.2s linear !important;
}

div[id^="foxcontainer_"] .fcaptchafieldcontainer img {
    border: none !important;
    position: absolute;
    z-index: 1;
    margin-top: 5px;
    margin-left: 0;
}

div[id^="foxcontainer_"] .fcaptchainputcontainer input {
    text-indent: 120px;
}


/* Footer 
================================================================== */

.footer.wrapper {
	background: #f0f0f0;
	text-align: center;
}

.footer.wrapper .modal {
	text-align: left;
}

.footer.wrapper > .container {
	padding-top: 0px;
}

.footer-top-button.moduletable {
	margin-bottom: 50px;
}

.footer-top-button.custom a {
    width: 40px;
    height: 40px;
    background-color: #191919;
    display: inline-block;
    font-size: 18px;
    line-height: 35px;
    text-align: center;
	color: #ffffff;
}

.footer-logo.moduletable {
	margin-bottom: 50px;
}

.footer-logo.custom img {
	width: 200px;
	height: auto;
}


.footer-menu.custom,
.footer-menu.custom a {
	color: #adadad;
	text-decoration: none;
	font-style: normal;
	line-height: 26px;
}



/* Modal 
================================================================== */


.modal {
    background: none;
    box-shadow: none;
    border: none;
    top: 0 !important;
    width: 100%;
    margin: 0 auto;
    left: 0;
}

.modal-body {
	max-height: none;
}

.modal-body img {
    width: auto\9;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic;
}

.modal .container {
	padding-top: 30px;
    padding-bottom: 0;
}


.modal-header {
    padding: 9px 15px;
    border-bottom: none;
}

.modal-header h3 {
    margin: 0;
    line-height: 30px;
	text-align: left;
	color: #ffffff;
}

.modal-header h3:after {
    display: none;
}

.modal-text {
    background: #ffffff;
    padding: 30px;
}

.modal-text h2 {
    font-size: 26px;
    line-height: 26px;
    margin: 0 0 20px 0;
    font-weight: 100;
    text-transform: none;
}

.modal-text a {
    color: #00AEED !important
}

.modal-text .seperator {
    width: 100%;
	border-top: 1px solid #ccc;
	margin: 50px 0;
}


.close {
    font-size: 40px;
    line-height: 40px;
    color: #ffffff;
    text-shadow: none;
    opacity: 1;
    filter: alpha(opacity=100);
}

.close:hover, .close:focus {
    color: #ffffff;
    opacity: 0.8;
    filter: alpha(opacity=80);
}




/* Large desktop */
@media (min-width: 1200px) {
}

/* Large desktop */
@media (max-width: 1200px) {
}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
}

/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
}

/* Landscape phones and down */
@media (max-width: 480px) {
}
