/*!
 * 14.12.2019 CSS Version
 * 
 * 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: 'Oswald', sans-serif;
	color: #fff;
	background-color: #333;
}

html {
    width: 100%;
    height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 35px;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
}

p {
    margin: 0 0 25px;
    font-size: 18px;
    line-height: 1.5;
}

.small-font {
	font-size: 14px;
	color: #c3c3c3;
}
.font-white {
	color: #ffffff;
}

@media(min-width:767px) {
    p {
        margin: 0 0 35px;
        font-size: 20px;
        line-height: 1.6;
    }
}

a {
    color: #219ab3;
    -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: #FFF;
}


/*---Links 2 start---*/
a.link1 {
	color: #fff;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

a.link1:hover,
a.link1:focus {
	text-decoration: none;
	color: #fff;
}
/*---Links 2 ende---*/



/*---Links 3 start---*/
a.link2 {
	color: #219ab3;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

a.link2:hover,
a.link2:focus {
	text-decoration: none;
	color: #219ab3;
}
/*---Links 3 ende---*/



.light {
    font-weight: 400;
}

.navbar-custom {
    margin-bottom: 0;
    border-bottom: 1px solid rgba(255,255,255,.3);
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    background-color: #333;
	font-size: 20px;
}

.navbar-custom .navbar-brand {
    font-weight: 700;
	font-size: 20px;
}

.navbar-custom .navbar-brand:focus {
    outline: 0;
}

.navbar-custom .navbar-brand .navbar-toggle {
    padding: 4px 6px;
    font-size: 16px;
    color: #fff;
}

.navbar-custom .navbar-brand .navbar-toggle:focus,
.navbar-custom .navbar-brand .navbar-toggle:active {
    outline: 0;
}

.navbar-custom a {
    color: #fff;
}

.navbar-custom .nav li.active {
    outline: nonte;
    background-color: rgba(255,255,255,.3);
}

.navbar-custom .nav li a {
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.navbar-custom .nav li a:hover,
.navbar-custom .nav li a:focus,
.navbar-custom .nav li a.active {
    outline: 0;
    background-color: rgba(255,255,255,.3);
}

@media(min-width:767px) {
    .navbar {
        padding: 20px 0;
        border-bottom: 0;
        letter-spacing: 1px;
        background: 0 0;
		background-color: rgba(0,0,0,.4);
        -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;
    }

    .top-nav-collapse {
        padding: 0;
        background-color: #333;
    }

    .navbar-custom.top-nav-collapse {
        border-bottom: 1px solid rgba(255,255,255,.3);
    }
}

.intro {
    display: table;
    width: 100%;
    height: auto;
    padding: 100px 0;
    text-align: center;
    color: #fff;
    background: url(../img/intro-bg1.jpg) no-repeat bottom center scroll;
    background-color: #000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.intro .intro-body {
    display: table-cell;
    vertical-align: middle;
}

.intro .intro-body .brand-heading {
    font-size: 28px;
	margin-bottom: 10px;
	text-shadow: 0px 2px 1px rgba(0,0,0,0.9),
             0px 8px 13px rgba(0,0,0,0.4),
             0px 18px 23px rgba(0,0,0,0.4);	
}

.intro .intro-body .intro-text {
    font-size: 18px;
	margin-bottom: 10px;
	text-shadow: 0px 2px 1px rgba(0,0,0,0.9),
             0px 8px 13px rgba(0,0,0,0.4),
             0px 18px 23px rgba(0,0,0,0.4);
}


/*subpages start*/
.intro-daytona {
    display: table;
    width: 100%;
    height: auto;
    padding: 100px 0;
    text-align: center;
    color: #fff;
    background: url(../img/intro-daytona-bg.jpg) no-repeat bottom center scroll;
    background-color: #000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
.intro-daytona .intro-body {
    display: table-cell;
    vertical-align: middle;
}
.intro-daytona .intro-body .brand-heading {
    font-size: 40px;
}
.intro-daytona .intro-body .intro-text {
    font-size: 18px;
}



.intro-foreclosure {
    display: table;
    width: 100%;
    height: auto;
    padding: 100px 0;
    text-align: center;
    color: #fff;
    background: url(../img/intro-foreclosure-bg.jpg) no-repeat bottom center scroll;
    background-color: #000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
.intro-foreclosure .intro-body {
    display: table-cell;
    vertical-align: middle;
}
.intro-foreclosure .intro-body .brand-heading {
    font-size: 40px;
}
.intro-foreclosure .intro-body .intro-text {
    font-size: 18px;
}
/*subpages end*/






@media(min-width:767px) {
    .intro {
        height: 100%;
        padding: 0;
    }

    .intro .intro-body .brand-heading {
        font-size: 60px;
    }

    .intro .intro-body .intro-text {
        font-size: 25px;
    }
	
	.intro-daytona {
        height: 100%;
        padding: 0;
    }

    .intro-daytona .intro-body .brand-heading {
        font-size: 86px;
    }

    .intro-daytona .intro-body .intro-text {
        font-size: 25px;
    }
	
	
	.intro-foreclosure {
        height: 100%;
        padding: 0;
    }

    .intro-foreclosure .intro-body .brand-heading {
        font-size: 86px;
    }

    .intro-foreclosure .intro-body .intro-text {
        font-size: 25px;
    }
	
	
}

.btn-circle {
    width: 70px;
    height: 70px;
    margin-top: 15px;
    padding: 7px 16px;
    border: 3px solid #fff;
    border-radius: 35px;
    font-size: 40px;
    color: #fff;
    background: 0 0;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.btn-circle:hover,
.btn-circle:focus {
    outline: 0;
    color: #fff;
    background: rgba(255,255,255,.2);	
}

.btn-circle i.animated {
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 1s;
    -moz-transition-property: -moz-transform;
    -moz-transition-duration: 1s;	
}

.btn-circle:hover i.animated {
    -webkit-animation-name: pulse;
    -moz-animation-name: pulse;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
}

@-webkit-keyframes pulse {    
    0 {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.4);
        transform: scale(1.4);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes pulse {    
    0 {
        -moz-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -moz-transform: scale(1.4);
        transform: scale(1.4);
    }

    100% {
        -moz-transform: scale(1);
        transform: scale(1);
    }
}





/*Spaces
------------------------------------*/
.no-padding {
	padding: 0 !important;
}

.no-margin {
	margin: 0;
}

.no-top-space {
	margin-top: 0 !important;
	padding-top: 0 !important;
}

.no-bottom-space {
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
}

.no-margin-bottom {
	margin-bottom: 0 !important;
}

.no-padding-bottom {
	padding-bottom: 0 !important;
}

.content-xs {
	padding-top: 20px;
	padding-bottom: 20px;
}

.content {
	padding-top: 40px;
	padding-bottom: 40px;
}

.content-sm {
	padding-top: 60px;
	padding-bottom: 60px;
}

.content-md {
	padding-top: 80px;
	padding-bottom: 80px;
}

.content-lg {
	padding-top: 100px;
	padding-bottom: 100px;
}

.content-xlg {
	padding-top: 150px;
	padding-bottom: 150px;
}

.space-md-hor {
	padding-left: 40px;
	padding-right: 40px;
}

.space-lg-hor {
	padding-left: 60px;
	padding-right: 60px;
}

.space-xlg-hor {
	padding-left: 100px;
	padding-right: 100px;
}

.margin-bottom-5,
.margin-bottom-10,
.margin-bottom-15,
.margin-bottom-20,
.margin-bottom-25,
.margin-bottom-30,
.margin-bottom-35,
.margin-bottom-40,
.margin-bottom-45,
.margin-bottom-50,
.margin-bottom-55,
.margin-bottom-60,
.margin-bottom-100 {
	 clear:both;
}
.margin-bottom-5  { margin-bottom:5px;}
.margin-bottom-10 { margin-bottom:10px;}
.margin-bottom-15 { margin-bottom:15px;}
.margin-bottom-20 { margin-bottom:20px;}
.margin-bottom-25 { margin-bottom:25px;}
.margin-bottom-30 { margin-bottom:30px;}
.margin-bottom-35 { margin-bottom:35px;}
.margin-bottom-40 { margin-bottom:40px;}
.margin-bottom-45 { margin-bottom:45px;}
.margin-bottom-50 { margin-bottom:50px;}
.margin-bottom-55 { margin-bottom:55px;}
.margin-bottom-60 { margin-bottom:60px;}
.margin-bottom-100 { margin-bottom:100px;}

@media (max-width: 768px) {
	.sm-margin-bottom-10 {
		margin-bottom: 10px;
	}
	.sm-margin-bottom-20 {
		margin-bottom: 20px;
	}
	.sm-margin-bottom-30 {
		margin-bottom: 30px;
	}
	.sm-margin-bottom-40 {
		margin-bottom: 40px;
	}
	.sm-margin-bottom-50 {
		margin-bottom: 50px;
	}
	.sm-margin-bottom-60 {
		margin-bottom: 60px;
	}
}

@media (max-width: 992px) {
	.md-margin-bottom-10 {
		margin-bottom: 10px;
	}
	.md-margin-bottom-20 {
		margin-bottom: 20px;
	}
	.md-margin-bottom-30 {
		margin-bottom: 30px;
	}
	.md-margin-bottom-40 {
		margin-bottom: 40px;
	}
	.md-margin-bottom-50 {
		margin-bottom: 50px;
	}
	.md-margin-bottom-60 {
		margin-bottom: 60px;
	}
}

/*Other Spaces*/
.margin-top-20 { margin-top: 20px;}
.margin-left-5 { margin-left: 5px;}
.margin-left-10 { margin-left: 10px;}
.margin-right-5 { margin-right: 5px;}
.margin-right-10 { margin-right: 10px;}
.margin-right-20 { margin-right: 20px;}

.padding-sm { padding: 40px 40px;}
.padding-top-5 { padding-top: 5px;}
.padding-left-5 { padding-left: 5px;}

























/*SECTIONS*/

/*.content-section {
    padding-top: 100px;
}*/

.about-section {
    width: 100%;
    padding: 80px 0;
    color: #FFF;
    background: url(../img/planking-bg.jpg) repeat bottom center scroll;
}

.objekt-section {
    width: 100%;
    padding: 80px 0;
    color: #333;
    background: url("../img/seamless-concrete2.jpg") repeat bottom center scroll;
}
.custom-section {
    width: 100%;
    padding: 80px 0;
    color: #333;
    background: url(../img/seamless-concrete2.jpg) repeat bottom center scroll;
}

.package-section {
    width: 100%;
    padding: 80px 0;
    color: #333;
    background: url("../img/contact-bg.jpg") no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.hosting-section {
    /*width: 100%;*/
    padding: 80px 0;
    color: #fff;
    background: url(../img/hosting-bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}


/*.rooms-section {
    width: 100%;
    padding: 80px 0;
    color: #333;
	background-color: #d6def1;
}*/

.rooms-section {
    width: 100%;
    padding: 80px 0;
    color: #333;
    background: url(../img/rooms-bg.jpg) no-repeat center center scroll;
	background-color: #d6def1;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}


.gallery-section {
    width: 100%;
    padding: 80px 0;
    color: #FFF;
    background: url(../img/gallery-bg.jpg) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
.activity-section {
    width: 100%;
    padding: 80px 0;
    color: #FFF;
    background: url(../img/wood-bg-1.jpg) repeat bottom center scroll;
}
.contact-section {
    width: 100%;
    padding: 80px 0;
    color: #FFF;
    background: url("../img/package-bg.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}







/*Templates*/

.template-1 {
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-top: 15px;
	background-color: rgba(255, 255, 255, 0.5);
}
.template-1 p {
	font-size: 18px;
}
.template-1 h3 {
	margin-bottom: 10px;
}
.template-2 {
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-top: 15px;
	background-color: rgba(0, 0, 0, 0.5);
	color: #fff;
}
.template-2 p {
	font-size: 18px;
}
.template-2 h3 {
	margin-bottom: 10px;
}
.template-3 {
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-top: 15px;
	background-color: rgba(255, 255, 255, 0.8);
}
.template-3 p {
	font-size: 18px;
	padding-bottom: 15px;
}
.template-3 h2 {
	margin-bottom: 10px;
}
.template-3 h3 {
	margin-bottom: 10px;
	/*text-transform: none;*/
	font-weight: 500;
}











.px-2-margin {
	border-bottom: 2px solid #fff;
}




#map {
    width: 100%;
    height: 200px;
    margin-top: 100px;
}

@media(min-width:767px) {
    .content-section {
        padding-top: 100px;
    }

    .download-section {
        padding: 100px 0;
    }

    #map {
        height: 400px;
        margin-top: 250px;
    }
}

.btn {
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.btn-default {
    border: 1px solid #219ab3;
    color: #FFF;
    background-color: #219ab3;
}

.btn-default:hover,
.btn-default:focus {
    border: 1px solid #194155;
    outline: 0;
    color: #FFF;
    background-color: #194155;
}

.btn-send {
    border: 1px solid #219ab3;
    color: #fff;
    background-color: #219ab3;
}

.btn-send:hover,
.btn-send:focus {
    border: 1px solid #fff;
    outline: 0;
    color: #333;
    background-color: #fff;
}




ul.banner-social-buttons {
    margin-top: 0;
}

@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 {
	padding: 50px 0;
	background-color: #1c1c1c;
}

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);
}







/* Google Maps Contact-Page
   -------------------------------------------------- */

.maxWidth {									
	padding: 0px;							
}
 /* Flexible iFrame */
.maps-container {
    width: 100%;
    height: 400px;
}
@media (max-width: 767px) {
	.maps-container {
    height: 250px;
}
}


/* Fancybox fix
   -------------------------------------------------- */
.fancybox-lock body {
    overflow: visible !important;
}





/* Contact form
   -------------------------------------------------- */

/*section#contact {
    background-color: #222;
    background-image: url(../img/map-image.jpg);
    background-position: center;
    background-repeat: no-repeat;
}*/

section#contact .section-heading {
    color: #fff;
}

section#contact .form-group {
    margin-bottom: 25px;
}

section#contact .form-group input,
section#contact .form-group textarea {
    padding: 20px;
}

section#contact .form-group input.form-control {
    height: auto;
}

section#contact .form-group textarea.form-control {
    height: 236px;
}

section#contact .form-control:focus {
    border-color: #fed136;
    box-shadow: none;
}

section#contact::-webkit-input-placeholder {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    color: #bbb;
}

section#contact:-moz-placeholder {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    color: #bbb;
}

section#contact::-moz-placeholder {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    color: #bbb;
}

section#contact:-ms-input-placeholder {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    color: #bbb;
}

section#contact .text-danger {
    color: #219ab3;
}
section#contact ul li {
	list-style-type: none;
}
/*section#contact .btn {
    color: #333;
}*/





/* MODAL DESIGN
   -------------------------------------------------- */
.modal  {
	color: #6f6f6e;
	 line-height: 1.2;
  	}

.modal p  {
	 line-height: 1.2;
  	}

.modal h4  {
	 margin: 0 0 10px;
	 
  	}

.modal-content {
	-webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important; 
  	}  

.modal-content h3 {
	font-size: 28px;
  	font-weight: 700;	 
	text-transform: uppercase;
	font-family: 'Roboto', sans-serif;
	margin-top: 10px;
	margin-bottom: 15px;
  	}  

.modal-header {
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
	padding-bottom: 5px;
    border-bottom: none;
}

.modal-header .close {
    font-size: 60px;
}









