/*!
 * Start Bootstrap - Grayscale Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {
    width: 100%;
    height: 100%;
    font-family: "Open Sans", sans-serif;
    color: #f5f5f5;
    background-color: #171717;
}

html {
    width: 100%;
    height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 10px 0;
    text-transform: uppercase;
    font-weight: 500;
	font-size: 14px;
    letter-spacing: 1px;
}

p {
    margin: 0 0 25px;
    font-size: 18px;
    line-height: 1.5;
}

@media(min-width:768px) {
	h1
	{
		font-size: 30px;
	}
	
	h2
	{
		font-size: 20px;
	}
	
    p {
        margin: 0 0 35px;
        font-size: 18px;
        line-height: 1.3;
    }
	
	footer p
	{
		font-size: 14px !important;
	}
}

a {
    color: #f85e54;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #f85e54;
}

@media(min-width:768px) {
    .navbar-custom {
        padding: 20px 0;
        border-bottom: 0;
        letter-spacing: 1px;
        background: 0 0;
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
    }

    .navbar-custom.top-nav-collapse {
        padding: 0;
        border-bottom: 1px solid rgba(255,255,255,.3);
        background: #000;
    }
}

.intro {
    display: table;
    width: 100%;
    height: auto;
    padding: 100px 0;
    text-align: center;
    color: #f5f5f5;
	background: #282828; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzI4MjgyOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxNzE3MTciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #282828 0%, #171717 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#282828), color-stop(100%,#171717)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #282828 0%,#171717 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #282828 0%,#171717 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #282828 0%,#171717 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #282828 0%,#171717 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#282828', endColorstr='#171717',GradientType=0 ); /* IE6-8 */
}

.intro .intro-inner {
    display: table-cell;
    vertical-align: middle;
}

.intro .intro-inner .brand-heading {
    font-size: 20px;
}

.intro .intro-inner .brand-heading img
{
	width: 80px;
	height: auto;
	margin-bottom: 15px;
}

.intro .intro-inner .intro-text {
    font-size: 18px;
}

.intro-inner h3 img
{
	width: 80px;
	height: auto;
	padding: 15px 0;
}

@media(min-width:768px) {
    .intro {
        height: 100%;
        padding: 0;
    }

    .intro .intro-inner .brand-heading {
        font-size: 60px;
    }
	
	.intro .intro-inner .brand-heading img
	{
		width: 120px;
		height: auto;
		margin-bottom: 20px;
	}

    .intro .intro-inner .intro-text {
        font-size: 26px;
    }
	
	.intro-inner h3
	{
		margin-top: 40px;
		margin-bottom: 15px;
		text-transform: none;
	}
}

button,
.btn-default
{
	-webkit-appearance: none;
	display: inline-block;
	padding: 4px 12px;
	background: transparent;
	color: #f85e54;
	border: solid 1px;
	border-radius: 3px;
	font-size: 14px;
	text-transform: uppercase;
}
	
	button:hover,
	.btn-default:hover
	{
		background: #f85e54;
		color: #fff;
		border: solid 1px #f85e54;
		-webkit-transform: scale(1.1);
        transform: scale(1.1);
	}

@-webkit-keyframes pulse {    
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes pulse {    
    0% {
        -moz-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -moz-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -moz-transform: scale(1);
        transform: scale(1);
    }
}

.content-section {
    padding-top: 100px;
	padding-bottom: 50px;
}

.list-inline>li:first-child
{
	position: relative;
	top: -2px;
}

@media(max-width:1199px) {
    ul.banner-social-buttons {
        margin-top: 15px;
    }
}

@media(max-width:767px) {
    ul.banner-social-buttons li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }

    ul.banner-social-buttons li:last-child {
        margin-bottom: 0;
    }
}

footer {
    position: fixed;
	bottom: 0;
	width: 100%;
	padding: 25px 0;
	font-size: 12px;
}

footer p {
    margin: 0;
}


::-moz-selection {
    text-shadow: none;
    background: #fcfcfc;
    background: rgba(255,255,255,.2);
}

::selection {
    text-shadow: none;
    background: #fcfcfc;
    background: rgba(255,255,255,.2);
}

img::selection {
    background: 0 0;
}

img::-moz-selection {
    background: 0 0;
}

body {
    webkit-tap-highlight-color: rgba(255,255,255,.2);
}

.imprint-logo
{
	text-align: center;
	width: 100%;
}

.imprint-logo img
{
	width: 80px;
	height: auto;
	margin: 60px 0;
}
