/*HOME*/
/*-------------------------------------------------------------------------------------------------------------------------------*/


/*BOX - LEFT Side*/

.ms-static-title{
	width: 20em;
    margin: 0 auto;
    border: 0.1875em solid #fff;
} 
.ms-static-title a{
            cursor: url("http://milkmantra.com/404.html") 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-static-title h1 {
    font-size: 2.5em;
    letter-spacing: 0.05em;
	text-transform: lowercase;
	margin-top:0.1em;
}
.ms-static-title h3 {
	font-size: 2em;
    letter-spacing: 0.0625em;
	text-transform: lowercase;
    margin-top: 1em;
}
.ms-static-title h2 {
    font-size: 2.5em;
    letter-spacing: 0.125em;
	text-transform: lowercase;
	margin-top: 3.15em;
    margin-bottom: 1em;
}


/*BOX - RIGHT Side*/

.ms-static-right{
	/*width: 25em;*/
	width: 29em;
    margin: 0 auto;
} 

.ms-static-right a{
            cursor: url("http://milkmantra.com/404.html") 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-static-right h1 {
    font-size: 2.5em;
    letter-spacing: -0.05em;
	line-height: 1.125em;
	text-transform: uppercase;
	margin-top: 0.375em;
	margin-bottom: 0.375em;
}

.ms-static-right h3 {
	font-family: 'martel', serif;
	font-size: 1em;
    letter-spacing: normal;
    margin: 0 0 10px;
	position:relative;
	display:inline-block;
}

.ms-static-right h3:after {
    background: #13a64f;
	content: "";
	display: block;
	height: 2px;
	position:absolute;
	top: 100%;
	margin-top:4px;
	width: 100%;
}
	
.ms-static-right p {
	font-family: 'martel', serif;
	/*font-size: 1em;*/
	font-size: 1.28em;
    letter-spacing: normal;
    margin-top: 0;
	line-height:1.25em;
	color: #000000;
}

.ms-static-right .indent {
	margin-left: 4em;
}
.ms-static-right h2 {
    font-size: 2.5em;
    letter-spacing: 0.125em;
	text-transform: lowercase;
	margin-top: 3.25em;
}




/*Panels - LEFT Side*/
.left1{
	background-image:url(../images/home-left1.jpg) !important;
    background-size: cover;
}
.left2{
	background-image:url(../images/home-left2.jpg) !important;
    background-size: cover;
}
.left3{
	background-image:url(../images/home-left3.jpg) !important;
    background-size: cover;
}

/*Panels - RIGHT Side*/
.right1{
	background-image:url(../images/home-right1.jpg) !important;
    background-size: cover;
}
.right2{
	background-image:url(../images/home-right2.jpg) !important;
    background-size: cover;
}
.right3{
	background-image:url(../images/home-right3.jpg) !important;
    background-size: cover;
}





p.scroll {
    position: absolute;
    bottom: 15px;
    width: 100%;
    text-align: center;
    white-space: nowrap;
    left: 0;
	line-height: 1.2em;
	font-size:0.625em;
	font-family:'montserratregular', sans-serif;
	color: #999;
	display:block;
}



.mouse {
    border: 2px solid #bbbdc0;
    border-radius: 26px;
    position: absolute;
    bottom: 2.5em;
    left: 50%;
    width: 20px;
    height: 35px;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.mouse::after {
    background-color: #9d9fa1;
    border-radius: 100%;
    content: "";
    position: absolute;
    top: 5px;
    left: 50%;
    margin-left: -2px;
    width: 4px;
    height: 4px;
    opacity: 1;
    -webkit-transform: translateY(0px) scaleY(1) scaleX(1) translateZ(0px);
    -moz-transform: translateY(0px) scaleY(1) scaleX(1) translateZ(0px);
    -ms-transform: translateY(0px) scaleY(1) scaleX(1) translateZ(0px);
    -o-transform: translateY(0px) scaleY(1) scaleX(1) translateZ(0px);
    transform: translateY(0px) scaleY(1) scaleX(1) translateZ(0px);
    -webkit-animation: scroll 1.5s -1s cubic-bezier(0.68, -0.55, 0.265, 1.55) infinite !important;
    -moz-animation: scroll 1.5s -1s cubic-bezier(0.68, -0.55, 0.265, 1.55) infinite;
    animation: scroll 1.5s -1s cubic-bezier(0.68, -0.55, 0.265, 1.55) infinite;
}

@-webkit-keyframes scroll {
    0%, 20% {
        -webkit-transform: translateY(0px) scaleY(1) scaleX(1) translateZ(0px)
    }
    10% {
        -webkit-transform: translateY(0px) scaleY(1.2) scaleX(1.2) translateZ(0px);
        opacity: 1
    }
    100% {
        -webkit-transform: translateY(20px) scaleY(2.5) scaleX(0.5) translateZ(0px);
        opacity: 0.01
    }
}
@-moz-keyframes scroll {
    0%, 20% {
        -moz-transform: translateY(0px) scaleY(1) scaleX(1) translateZ(0px)
    }
    10% {
        -moz-transform: translateY(0px) scaleY(1.2) scaleX(1.2) translateZ(0px);
        opacity: 1
    }
    100% {
        -moz-transform: translateY(20px) scaleY(2.5) scaleX(0.5) translateZ(0px);
        opacity: 0.01
    }
}
@keyframes scroll {
    0%, 20% {
        -webkit-transform: translateY(0px) scaleY(1) scaleX(1) translateZ(0px);
        -moz-transform: translateY(0px) scaleY(1) scaleX(1) translateZ(0px);
        -ms-transform: translateY(0px) scaleY(1) scaleX(1) translateZ(0px);
        -o-transform: translateY(0px) scaleY(1) scaleX(1) translateZ(0px);
        transform: translateY(0px) scaleY(1) scaleX(1) translateZ(0px)
    }	
    10% {
        -webkit-transform: translateY(0px) scaleY(1.2) scaleX(1.2) translateZ(0px);
        -moz-transform: translateY(0px) scaleY(1.2) scaleX(1.2) translateZ(0px);
        -ms-transform: translateY(0px) scaleY(1.2) scaleX(1.2) translateZ(0px);
        -o-transform: translateY(0px) scaleY(1.2) scaleX(1.2) translateZ(0px);
        transform: translateY(0px) scaleY(1.2) scaleX(1.2) translateZ(0px);
        opacity: 1
    }
    100% {
        -webkit-transform: translateY(20px) scaleY(2.5) scaleX(0.5) translateZ(0px);
        -moz-transform: translateY(20px) scaleY(2.5) scaleX(0.5) translateZ(0px);
        -ms-transform: translateY(20px) scaleY(2.5) scaleX(0.5) translateZ(0px);
        -o-transform: translateY(20px) scaleY(2.5) scaleX(0.5) translateZ(0px);
        transform: translateY(20px) scaleY(2.5) scaleX(0.5) translateZ(0px);
        opacity: 0.01
    }
}





