body {
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
}

#section-1 {
	background-image: url(../img/bg1.jpg);
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

#section-3 {
	background-image: url(../img/bg2.jpg);
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

#section-2 {
    background-image: url(../img/bg3.jpg);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

#section-4 {
    background-image: url(../img/bg4.jpg);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

#section-1 .fp-tableCell,
#section-2 .fp-tableCell,
#section-3 .fp-tableCell,
#section-4 .fp-tableCell {
	background: rgba(0,0,0,0.6);
}

#logo {
    position: fixed;
    top: 20px;
    left: 20px;
    z-index: 70;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    letter-spacing: 1px;
    font-size: 2em;
    margin: 25px 20px;
    color: #fff;
    font-weight: 700;
}

#logo img {
    width: 170px;
}

#menu {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 70;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    letter-spacing: 1px;
    font-size: 1.1em;
}

#menu li {
    display: inline-block;
    margin: 10px 0;
}

#menu a {
    color: #fff;
    padding: 0 1.1em 1.1em;
}

#menu li.active a span {
    border-bottom: 2px solid white;
    padding: 0 0 5px 0;
    font-weight: 700;
}

#menu-theme-mobile {
    display: none;
}

a {
    text-decoration: none;
}

#menu li a span:hover {
    border-bottom: 2px solid rgba(255,255,255, 0.5);
    padding: 0 0 5px 0;
}

h1 {
	text-align: center;
	font-size: 3em;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-weight: 100;
    width: 80%;
    margin: 90px auto 0 auto;
}

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

h2 {
	text-align: center;
	font-size: 1.3em;
	color: rgba(255,255,255,0.8) !important;
    text-decoration: none;
	font-weight: 300;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    width: 50%;
    margin: 20px auto;
}

h2 #phone-text {
    color: rgba(255,255,255,0.8) !important;
    text-decoration:none;
}

.welcome-text {
    position: absolute;
    bottom: 120px;
    left: 100px;
}

.welcome-text h1,
.welcome-text h2 {
    margin: 20px 0;
}



.contacts h2 {
	margin-top: 50px;
}

.scroll-down {
    width: 200px;
    height: 70px;
    position: absolute;
    bottom: 50px;
    
    left: 0; 
    right: 0; 
    margin-left: auto; 
    margin-right: auto;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 0.8em;
}

.scroll-down span {
    left: 0; 
    right: 0; 
    margin-left: auto; 
    margin-right: auto;
    position: absolute;
    width: 200px;
    text-align: center;
    color: rgba(255,255,255,.7);
}

.arrow-down {
    width: 40px;
    position: absolute;
    bottom: 0;
    left: 0; 
    right: 0; 
    margin-left: auto; 
    margin-right: auto;
    opacity: 0.7;
}

.floating {  
    animation-name: floating;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}

@keyframes floating {
    from { transform: translate(0,  0px); }
    65%  { transform: translate(0, 15px); }
    to   { transform: translate(0, -0px); }    
}

.my-arrow {
    cursor: pointer;
    position: absolute;
    top: 50%;
    margin-top: -45px;
    width: 70px;
    height: 90px;
    z-index: 99;
    -webkit-appearance: none;
    background: 0 0;
    border: 0;
    outline: 0;
}

.my-arrow.left {
    left: 35px;
}

.my-arrow.right {
    right: 35px;
}

.fp-controlArrow.fp-prev {
    left: 15px;
    width: 0;
    border: none;
    background: url('../img/arrow-left.png') 95px;
    height: 80px;
    width: 80px;
    cursor: pointer;
}
.fp-controlArrow.fp-next {
    right: 15px;
    border: none;
    background: url('../img/arrow-right.png') 80px;
    height: 80px;
    width: 80px;
    cursor: pointer;
}

.slide img {
    width: 91px;
    display: block;
    margin: 0 auto;
    opacity: 1;
}

.slide ul {
    text-align: left;
    /*width: 500px;*/
    display: block;
    margin: 0 auto;

    font-size: 1.3em;
    color: rgba(255,255,255,.8);
    font-weight: 100;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}

.slide ul li {
    list-style-type: none;
}

.slide ul > li:before {
    display: inline-block;
    content: "–";
    width: 1em;
    margin-left: -1em;
}

.services {
    width: 80%;
    margin: 50px auto 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.service-container {
    width: auto;
    height: 50%;
    font-size: 0.7rem;
    margin-top: 50px;
    background: #fff;
}

.service-container img {
    height: auto;
    width: 200px;
    padding: 20px;
}

.service-container h1 {
    font-size: 2em;
}


