*, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before, .clearfix:after { content: " "; display: table; }
.clearfix:after { clear: both; }

html, body {
    height: 100%;
    padding: 0;
    margin: 0;
}

body {
    font-family: 'Lato', Calibri, Arial, sans-serif;
    color: #fff;
    background: #333;
	overflow: auto;
}

.pt-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    -webkit-perspective: 1200px;
    -moz-perspective: 1200px;
    perspective: 1200px;
}

.pt-page {
    width: 100%;
	height: 100% auto;
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
	overflow:hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.pt-page-current, .no-js .pt-page {
    visibility: visible;
    z-index: 1;
}

.no-js body {
    overflow: auto;
}

.pt-trigger-container {
    position: absolute;
    width: 300px;
    z-index: 999999;
    left: 50%;
    margin-top: 75px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.pt-trigger {
    border: none;



}

/* Page Styles */
.pt-page-ontop {
    z-index: 999;
}

.pt-page h1 {
    position: absolute;
    font-weight: 300;
    font-size: 4.4em;
    line-height: 1;
    letter-spacing: 6px;
    margin: 0;
    top: 1%;
    width: 100%;
    text-align: center;
    word-spacing: -0.3em;
}

.pt-page-1 {
    background: #FFFFFF;
	top:4.5em;
}

.pt-page-2 {
    background: #FFFFFF;
	top:4.8em;
}

.pt-page-3 {
    background: #FFFFFF;
	top:4.8em;
}

.pt-page-4 {
    background: #FFFFFF;
	top:4.8em;
}

.pt-page-5 {
    background:  #FFFFFF;
	top:4.8em;
}

.pt-page-6 {
    background: #FFFFFF;
	top:4.8em;
}

/*No Animation Support Message Style*/
.pt-message {
    display: none;
    position: absolute;
    z-index: 99999;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #da475c;
    color: #fff;
    text-align: center;
}

.pt-message p {
    margin: 0;
    line-height: 60px;
    font-size: 26px;
}

.no-cssanimations .pt-message {
    display: block;
}

.myRow{
	padding:2em;
	background-color:#FFFFFF;
}

.vdscologo img{
	right:1px;
	position:fixed;
	z-index:99999;
}

@media screen and (max-width: 768px) {
.vdscologo img{
	width:200px;
	height:54px;
	left:0px;
	position:fixed;
}
}

.stroked-button {
	margin-top: 40px;
}

.stroked-button a {
	margin-top: 30px;
	text-decoration: none!important;
	color: #fff;
	font-size: 13px;
	font-weight: 600;
	padding: 10px 16px;
	border: 1px solid #fff;
	border-radius: 5px;
}
	