@charset "UTF-8";
/* CSS Document */


body,
html {
    margin: 10px;
    padding: 10px;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	font-smoothing: antialiased;
   
    
}

body {
	
    background: #fff;
    color: #fff;
    background-image: url();
    font-size: 16px;
    font-weight: normal;
    line-height: 1.5;    
	
	
	-webkit-animation: fadein 5s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 5s; /* Firefox < 16 */
        -ms-animation: fadein 5s; /* Internet Explorer */
         -o-animation: fadein 5s; /* Opera < 12.1 */
            animation: fadein 5s;
}

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}




.content {
	padding: 10px;
	font-size: 16px;
	line-height:1.5;
	border-image: ;

	
}

.content a{
	 -webkit-transition: border-color 1s ease-in-out;
    -moz-transition: border-color 1s ease-in-out;
    -o-transition: border-color 1s ease-in-out;
    -ms-transition: border-color 1s ease-in-out;
    transition: border-color 1s ease-in-out;
}


@media (max-width: 1200px) and (min-width: 768px) {
    
     .content {
        font-size: 24px!important;
    	}
    
}





@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 667px){
    .content {
        font-size: 33px!important;
    	}


}

@media screen and (max-width: 768px){
 .content {
        font-size: 33px!important;
    	}
    
     
}

a.black:link {
    color: #000;
 border-bottom:2px solid #fff;
	padding-bottom:2px;
	text-decoration:none;
}

a.black:active {
    color: #000;
	border-bottom:2px solid #000;
	padding-bottom:2px;
	text-decoration:none;
}
a.black:visited {
     color: #000;
	border-bottom:2px solid #fff;
	padding-bottom:2px;
	text-decoration:none;
}
a.black:hover {
    color: #000;
	border-bottom:2px solid #000;
	padding-bottom:2px;
	text-decoration:none;
 }

 a.yoo:link {
    color: #d3c4e3;
 border-bottom:2px solid #fff;
	padding-bottom:2px;
	text-decoration:none;
}

a.yoo:active {
    color: #d3c4e3;
	border-bottom:2px solid #d3c4e3;
	padding-bottom:2px;
	text-decoration:none;
}
a.yoo:visited {
     color: #d3c4e3;
	border-bottom:2px solid #fff;
	padding-bottom:2px;
	text-decoration:none;
}
a.yoo:hover {
    color: #d3c4e3;
	border-bottom:2px solid #d3c4e3;
	padding-bottom:2px;
	text-decoration:none;
 }


a.egon:link {
    color: #d6cbc1;
 border-bottom:2px solid #fff;
	padding-bottom:2px;
	text-decoration:none;
}

a.egon:active {
    color: #d6cbc1;
	border-bottom:2px solid #d6cbc1;
	padding-bottom:2px;
	text-decoration:none;
}
a.egon:visited {
     color: #d6cbc1;
	border-bottom:2px solid #fff;
	padding-bottom:2px;
	text-decoration:none;
}
a.egon:hover {
    color: #d6cbc1;
	border-bottom:2px solid #d6cbc1;
	padding-bottom:2px;
	text-decoration:none;
 }



a.composing:link {
    color: #00c8f7;
	border-bottom:2px solid #fff;
	padding-bottom:2px;
	text-decoration:none;
}

a.composing:active {
    color: #00c8f7;
	border-bottom:2px solid #00c8f7;
	padding-bottom:2px;
	text-decoration:none;
}
a.composing:visited {
     color: #00c8f7;
	border-bottom:2px solid #fff;
	padding-bottom:2px;
	text-decoration:none;
}
a.composing:hover {
    color: #00c8f7;
	border-bottom:2px solid #00c8f7;
	padding-bottom:2px;
	text-decoration:none;
 }




a.baron:link {
    color: #ff6828;
	border-bottom:2px solid #fff;
	padding-bottom:2px;
	text-decoration:none;
}

a.baron:active {
    color: #ff6828;
	border-bottom:2px solid #ff6828;
	padding-bottom:2px;
	text-decoration:none;
}
a.baron:visited {
    color: #ff6828;
	border-bottom:2px solid #fff;
	padding-bottom:2px;
	text-decoration:none;
}
a.baron:hover {
    color: #ff6828;
	border-bottom:2px solid #ff6828;
	padding-bottom:2px;
	text-decoration:none;
 }





a.neumeister:link {
    color: #929292;
	border-bottom:2px solid #fff;
	padding-bottom:2px;
	text-decoration:none;
}

a.neumeister:active {
    color: #929292;
	border-bottom:2px solid #929292;
	padding-bottom:2px;
	text-decoration:none;
}
a.neumeister:visited {
    color: #929292;
	border-bottom:2px solid #fff;
	padding-bottom:2px;
	text-decoration:none;
}
a.neumeister:hover {
    color: #929292;
	border-bottom:2px solid #929292;
	padding-bottom:2px;
	text-decoration:none;
 }





a.spike:link {
    color: #c09bd8;
	border-bottom:2px solid #fff;
	padding-bottom:2px;
	text-decoration:none;
}

a.spike:active {
    color: #c09bd8;
	border-bottom:2px solid #c09bd8;
	padding-bottom:2px;
	text-decoration:none;
}
a.spike:visited {
    color: #c09bd8;
	border-bottom:2px solid #fff;
	padding-bottom:2px;
	text-decoration:none;
}

a.spike:hover {
    color: #c09bd8;
	border-bottom:2px solid #c09bd8;
	padding-bottom:2px;
	text-decoration:none;
 }


a.green:link {
    color: #71ba55;
	border-bottom:2px solid #fff;
	padding-bottom:2px;
	text-decoration:none;
}

a.green:active {
    color: #71ba55;
	border-bottom:2px solid #71ba55;
	padding-bottom:2px;
	text-decoration:none;
}
a.green:visited {
    color: #71ba55;
	border-bottom:2px solid #fff;
	padding-bottom:2px;
	text-decoration:none;
}
a.green:hover {
    color: #71ba55;
	border-bottom:2px solid #71ba55;
	padding-bottom:2px;
	text-decoration:none;
 }



a.showroom:link {
    color: #8954f4;
	border-bottom:2px solid #fff;
	padding-bottom:2px;
	text-decoration:none;
}

a.showroom:active {
    color: #8954f4;
	border-bottom:2px solid #8954f4;
	padding-bottom:2px;
	text-decoration:none;
}
a.showroom:visited {
    color: #8954f4;
	border-bottom:2px solid #fff;
	padding-bottom:2px;
	text-decoration:none;
}

a.showroom:hover {
    color: #8954f4;
	border-bottom:2px solid #8954f4;
	padding-bottom:2px;
	text-decoration:none;
 }



a.room:link {
    color: #0066f5;
	border-bottom:2px solid #fff;
	padding-bottom:2px;
	text-decoration:none;
}

a.room:active {
    color: #0066f5;
	border-bottom:2px solid #0066f5;
	padding-bottom:2px;
	text-decoration:none;
}
a.room:visited {
    color: #0066f5;
	border-bottom:2px solid #fff;
	padding-bottom:2px;
	text-decoration:none;
}
a.room:hover {
    color: #0066f5;
	border-bottom:2px solid #0066f5;
	padding-bottom:2px;
	text-decoration:none;
 }






a.bang:link {
    color: #629c46;
	border-bottom:2px solid #fff;
	padding-bottom:2px;
	text-decoration:none;
}

a.bang:active {
    color: #629c46;
	border-bottom:2px solid #629c46;
	padding-bottom:2px;
	text-decoration:none;
}
a.bang:visited {
    color: #629c46;
	border-bottom:2px solid #fff;
	padding-bottom:2px;
	text-decoration:none;
}
a.bang:hover {
    color: #629c46;
	border-bottom:2px solid #629c46;
	padding-bottom:2px;
	text-decoration:none;
 }



a.left:link {
    color: #f4c22a;
	border-bottom:2px solid #fff;
	padding-bottom:2px;
	text-decoration:none;
}

a.left:active {
    color: #f4c22a;
	border-bottom:2px solid #f4c22a;
	padding-bottom:2px;
	text-decoration:none;
}
a.left:visited {
    color: #f4c22a;
	border-bottom:2px solid #fff;
	padding-bottom:2px;
	text-decoration:none;
}

a.left:hover {
    color: #f4c22a;
	border-bottom:2px solid #f4c22a;
	padding-bottom:2px;
	text-decoration:none;
 }


a.timeline:link {
    color: #e694f7;
	border-bottom:2px solid #fff;
	padding-bottom:2px;
	text-decoration:none;
}

a.timeline:active {
    color: #e694f7;
	border-bottom:2px solid #e694f7;
	padding-bottom:2px;
	text-decoration:none;
}
a.timeline:visited {
    color: #e694f7;
	border-bottom:2px solid #fff;
	padding-bottom:2px;
	text-decoration:none;
}
a.timeline:hover {
    color: #e694f7;
	border-bottom:2px solid #e694f7;
	padding-bottom:2px;
	text-decoration:none;
 }





a.facebook:link {
    color: #3b5999;
	border-bottom:2px solid #fff;
	padding-bottom:2px;
	text-decoration:none;
}

a.facebook:active {
    color: #3b5999;
	border-bottom:2px solid #3b5999;
	padding-bottom:2px;
	text-decoration:none;
}
a.facebook:visited {
    color: #3b5999;
	border-bottom:2px solid #fff;
	padding-bottom:2px;
	text-decoration:none;
}
a.facebook:hover {
    color: #3b5999;
	border-bottom:2px solid #3b5999;
	padding-bottom:2px;
	text-decoration:none;
 }



a.instagram:link {
    color: #e4405f;
	border-bottom:2px solid #fff;
	padding-bottom:2px;
	text-decoration:none;
}

a.instagram:active {
    color: #e4405f;
	border-bottom:2px solid #e4405f;
	padding-bottom:2px;
	text-decoration:none;
}
a.instagram:visited {
    color: #e4405f;
	border-bottom:2px solid #fff;
	padding-bottom:2px;
	text-decoration:none;
}
a.instagram:hover {
    color: #e4405f;
	border-bottom:2px solid #e4405f;
	padding-bottom:2px;
	text-decoration:none;
 }





a.twitter:link {
    color: #55acee;
	border-bottom:2px solid #fff;
	padding-bottom:2px;
	text-decoration:none;
}

a.twitter:active {
    color: #55acee;
	border-bottom:2px solid #55acee;
	padding-bottom:2px;
	text-decoration:none;
}
a.twitter:visited {
    color: #55acee;
	border-bottom:2px solid #fff;
	padding-bottom:2px;
	text-decoration:none;
}
a.twitter:hover {
    color: #55acee;
	border-bottom:2px solid #55acee;
	padding-bottom:2px;
	text-decoration:none;
 }



a.contact:link {
    color: #6d8764;
	border-bottom:2px solid #fff;
	padding-bottom:2px;
	text-decoration:none;
}

a.contact:active {
    color: #6d8764;
	border-bottom:2px solid #6d8764;
	padding-bottom:2px;
	text-decoration:none;
}
a.contact:visited {
    color: #6d8764;
	border-bottom:2px solid #fff;
	padding-bottom:2px;
	text-decoration:none;
}

a.contact:hover {
    color: #6d8764;
	border-bottom:2px solid #6d8764;
	padding-bottom:2px;
	text-decoration:none;
 }



a:link {
	border-bottom:2px solid transparent;
	padding-bottom:2px;
	text-decoration:none;
}

a:active {
    border-bottom:2px solid;
	padding-bottom:2px;
	text-decoration:none;
}
a:visited {
	border-bottom:2px solid transparent;
	padding-bottom:2px;
	text-decoration:none;
}

a:hover {
	border-bottom:2px solid;
	padding-bottom:2px;
	text-decoration:none;
 }