
#content {
float:left;
width:100%;
 cursor: url("../images/scroll-icon.png") 40 40, crosshair;
            -webkit-transition: all .4s ease-in-out;
               -moz-transition: all .4s ease-in-out;
                -ms-transition: all .4s ease-in-out;
                 -o-transition: all .4s ease-in-out;
                    transition: all .4s ease-in-out;
}


.ms-tableCell{
	background-color: rgba(0,0,0,0.3);
	
}

.ms-static-title{
	padding-left: 80px;
	padding-right: 80px;
	padding-top:40%;
} 
.ms-static-title a{
           
}
.ms-static-title h1 {
    font-family: "Raleway",Arial,Helvetica,sans-serif;
    font-weight: 600;
    letter-spacing: 8px;
    line-height: 76px;
    text-transform: uppercase;
}
.ms-static-title h3 {
	margin-top: 10px;
}
.ms-static-title h3 > span {
    font-family: "Montserrat",Arial,Helvetica,sans-serif;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 5px;
    line-height: 28px;
    padding: 7px;
    padding-left: 15px;
    text-transform: uppercase;
	
}

div.ms-static-title.text-left > h3  {
 background:none !important;
  padding-top:50px !important;

 }

div.ms-static-title.text-left > h3 >span {
 background:none !important;
 border:2px solid #fff;
  background:#fff !important;

 }



/*Panels - LEFT Side*/
.left1{
    background-size: cover;
}

.left2{
    background-size: cover;
}

.left3{
    background-size: cover;
}

.left4{
    background-size: cover;
}

.left5{
    background-size: cover;
}

.left6{
    background-size: cover;
}

.left7{
    background-size: cover;
}

.left8{
    background-size: cover;
}

.left9{
    background-size: cover;
}

.left10{
    background-size: cover;
}

/*Panels - RIGHT Side*/
.right1{
    background-size: cover;
}

.right2{
    background-size: cover;
}

.right3{
    background-size: cover;
}

.right4{
    background-size: cover;
}

.right5{
    background-size: cover;
}

.right6{
    background-size: cover;
}

.right7{
    background-size: cover;
}

.right8{
    background-size: cover;
}

.right9{
    background-size: cover;
}

.right10{
    background-size: cover;
}

#multiscroll-nav {
    position: fixed;
    z-index: 100;
    margin-top: -32px;
    top: 50%;
    opacity: 1;
	background:#fff;
}
#multiscroll-nav.right {
    right: 17px;
}
#multiscroll-nav.left {
    left: 17px;
}
#multiscroll-nav ul{
  margin: 0;
  padding: 0;
}
#multiscroll-nav li{
    display: block;
    width: 14px;
    height: 13px;
    margin: 7px;
    position:relative;
}
#multiscroll-nav li a{
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
}
#multiscroll-nav li .active span{
    background: #333;
}
#multiscroll-nav span{
    top: 2px;
    left: 2px;
    width: 8px;
    height: 8px;
    border: 1px solid #000;
    background: rgba(0, 0, 0, 0);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    z-index: 1;
}
.multiscroll-tooltip {
    position: absolute;
    color: #fff;
    font-size: 14px;
    font-family: arial, helvetica, sans-serif;
    top: -2px;
    white-space: nowrap;
    max-width: 220px;
}
.multiscroll-tooltip.right {
    right: 20px;
}
.multiscroll-tooltip.left {
    left: 20px;
}
