@CHARSET "ISO-8859-1";
/* Reset CSS
 * --------------------------------------- */
/*
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,p,blockquote,th,td {
    padding: 0;
    margin: 0;
}
a{
	text-decoration:none;
}
table {
    border-spacing: 0;
}
fieldset,img {
    border: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
    font-weight: normal;
    font-style: normal;
}
strong{
	font-weight: bold;
}
ol,ul {
    list-style: none;
    margin:0;
    padding:0;
}
caption,th {
    text-align: left;

}
h1,h2,h3,h4,h5,h6 {
    font-weight: normal;
    font-size: 100%;
    margin:0;
    padding:0;
    color:#444;
}
q:before,q:after {
    content:'';
}
abbr,acronym { border: 0;
}
*/


/* Custom CSS
 * --------------------------------------- */
.wrap{
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	position: relative;
}
.intro p{
	width: 50%;
	margin: 0 auto;
	font-size: 1.5em;
}
.section{
	text-align:center;
}

#infoMenu{
	height: 20px;
	color: #f2f2f2;
	position:fixed;
	z-index:70;
	bottom:0;
	width:100%;
	text-align:right;
	font-size:0.9em;
	padding:8px 0 8px 0;
}
#infoMenu ul{
	padding: 0 40px;
}
#infoMenu li a{
	display: block;
	margin: 0 22px 0 0;
	color: #333;
}
#infoMenu li a:hover{
	text-decoration:underline;
}
#infoMenu li{
	display:inline-block;
	position:relative;
}
#examplesList{
	display:none;
	background: #282828;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	padding: 20px;
	float: left;
	position: absolute;
	bottom: 29px;
	right: 0;
	width:822px;
	text-align:left;
}
#examplesList ul{
	padding:0;
}
#examplesList ul li{
	display:block;
	margin: 5px 0;
}
#examplesList ul li a{
	color: #BDBDBD;
	margin:0;
}
#examplesList ul li a:hover{
	color: #f2f2f2;
}
#examplesList .column{
	float: left;
	margin: 0 20px 0 0;
}
#examplesList h3{
	color: #f2f2f2;
	font-size: 1.2em;
	margin: 0 0 15px 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
	-moz-box-shadow: 0 1px 0 rgba(255,255,255,0.1);
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
	padding: 0 0 5px 0;
}


/* Style for our header texts
* --------------------------------------- */
.slide h1, .section h1{
	font-size: 4em;
	font-family: Roboto;
	color: #fff;
	margin:0;
}
.section p,
.intro p{
	color: #fff;
}

/* Centered texts in each section
* --------------------------------------- */
.section{
	text-align:center;
	background-size: cover;
}

#content_section {padding-top:100px;
padding-bottom:200px;
text-align:center;}

#content_section h1 {font-size: 2em;
	font-family: arial,helvetica;
	color: #303133;
	margin-bottom:50px;
	font-family: Roboto;
}

#content_section p {font-size: 1em;
font-family: arial,helvetica;
color: #fff;
margin: 0;
padding-left: 50px;
padding-right: 50px;
line-height: 1.4em;
font-family: Roboto;
color: #777777;}

/* Bottom menu
* --------------------------------------- */
#infoMenu li a {
	color: #fff;
}

/* Sections backgrounds
* --------------------------------------- */
/*
#section0{
	background-image: url(../../imgs/hp1.jpg);
}

#section1{
	background-image: url(../../imgs/hp2.jpg);
}

#section2{
	background-image: url(../../imgs/hp3.jpg);
}

#section3{
	background-image: url(../../imgs/hp4.jpg);
}

#section4{
	background-image: url(../../imgs/hp5.jpg);
}
#section5{
	background-image: url(../../imgs/hp6.jpg);
}
#section6{
	background-image: url(../../imgs/hp7.jpg);
}
#section7{
	background-image: url(../../imgs/hp8.jpg);
}
*/

.fp-bg{
	background-size: cover;
	transform: translate3d(0,0,0);
	-webkit-backface-visibility: hidden; /* Chrome, Safari, Opera */
	backface-visibility: hidden;
}

#section0 .fp-bg{
	background-image: url('https://scalaluxury.com/imgs/hp1.jpg');
}

#section1 .fp-bg{
	background-image: url('https://scalaluxury.com/imgs/hp2.jpg');
}

#section2 .fp-bg{
	background-image: url('https://scalaluxury.com/imgs/hp3.jpg');
}

#section3 .fp-bg{
	background-image: url('https://scalaluxury.com/imgs/hp4.jpg');
}

#section4 .fp-bg{
	background-image: url('https://scalaluxury.com/imgs/hp5.jpg');
}

#section5 .fp-bg{
	background-image: url('https://scalaluxury.com/imgs/hp6.jpg');
}

#section6 .fp-bg{
	background-image: url('https://scalaluxury.com/imgs/hp7.jpg');
}

#section7 .fp-bg{
	background-image: url('https://scalaluxury.com/imgs/hp8.jpg');
}