body{width:100%;height:100%;-webkit-font-smoothing:antialiased}
html{width:100%;height:100%}
p{margin:25px 0;font-size:13px;font-weight:400;line-height:1.5;}
.logo{padding-top:7px}
.center {padding-top:7px; text-align: center; color:#32438b;font-family: 'Open Sans', sans-serif;}
.services p{display:inline-block;text-align:left;color:#fff;font-family: 'Open Sans', sans-serif;font-size:13px;width:100%;margin:5px}
.intro{display:table;position:relative;width:100%;height:100%;text-align:center;color:#fff;background:url(../img/bg.jpg) no-repeat center center scroll;-webkit-background-size: cover;-moz-background-size: cover;background-size: cover;-o-background-size: cover;}
.intro .intro-body{display:table-cell;vertical-align:middle}
::-moz-selection{text-shadow:none;background:#fcfcfc;background:rgba(255,255,255,.2)}
::selection{text-shadow:none;background:#fcfcfc;background:rgba(255,255,255,.2)}
@-webkit-keyframes fadeIn{from{opacity:0}
to{opacity:1}
}
@-moz-keyframes fadeIn{from{opacity:0}
to{opacity:1}
}
@keyframes fadeIn{from{opacity:0}
to{opacity:1}
}
.fade-in{opacity:0;-webkit-animation:fadeIn ease-in 1;-moz-animation:fadeIn ease-in 1;animation:fadeIn ease-in 1;-webkit-animation-fill-mode:forwards;-moz-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-duration:1s;-moz-animation-duration:1s;animation-duration:1s}
.fade-in.one{-webkit-animation-delay:.3s;-moz-animation-delay:.3s;animation-delay:.3s}
.fade-in.two{-webkit-animation-delay:.9s;-moz-animation-delay:.9s;animation-delay:.9s}
.fade-in.three{-webkit-animation-delay:1.5s;-moz-animation-delay:1.5s;animation-delay:1.5s}
