body{
	background:#ffffff;
	/*background:url('../images/b1.jpg') no-repeat;
	background-attachment:fixed;
	background-size:cover;
	background-position:center;*/
	font-size:16px;
	color:#333333;
}
.overlay{
	padding:0;
	margin:0;
	background:rgba(0, 0, 0, 0.8);
	position:fixed;
	z-index:-1;
	left:0;
	top:0;
	width:100%;
	height:100%;
}
#header{
	padding:50px 0 25px;
	margin:0 auto;
}
.logoBlock, .logoBlockTop{
	padding:0;
	margin:0;
}
.logoBlock img, .logoBlockTop img{
	margin:0 auto;
	text-align:center;
	max-width:250px;
}
.logoBlockTop img{
	max-width:300px;
}
.siteNote{
	padding:30px 0;
	margin:0;
	text-align:center;
	font-size:16px;
	color:#333333;
}
.siteNote h2{
	padding:0 0 20px;
	margin:0;
	font-size:30px;
	font-weight:bold;
	color:#436eb3;
}
.thumbnail{
	background:#efefef;
}
#contactForm{
	padding:0 0 25px;
	margin:0;
}
.contactDetails{
	padding-top:25px;
	padding-bottom:25px;
	font-size:20px;
	font-weight:600;
	text-align:center;
}
.contactDetails span {
    font-size: 30px;
    color: #436eb3;
	margin-bottom:15px;
}
footer{
	padding:15px 0;
	margin:0;
	background:#efefef;
}
.copyright{
	font-size:14px;
	text-align:center;
}
.copyright p{
	padding:15px 0;
	margin:0;
}
.formMsgs p{
	padding:15px;
	margin-bottom:20px;
}

/* Animation */

.has-animation {
  position: relative;
}
.has-animation p, .has-animation img {
  opacity: 0;
}
.has-animation.animate-in p, .has-animation.animate-in img {
  animation: textHidden 0.1s 1.1s forwards;
}
.has-animation.animate-in:before, .has-animation.animate-in:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  z-index: 10;
}
.has-animation.animate-in:before {
  background-color: #ffffff;
}
.has-animation.animate-in:after {
  background-color: #436eb3;
  animation-delay: .5s;
}
.has-animation.animation-ltr.animate-in:before {
  animation: revealLTR 1.8s ease;
}
.has-animation.animation-ltr.animate-in:after {
  animation: revealLTR 1s .6s ease;
}
.has-animation.animation-rtl.animate-in:before {
  animation: revealRTL 1.8s ease;
}
.has-animation.animation-rtl.animate-in:after {
  animation: revealRTL 1s .6s ease;
}
.siteNote p{
	text-align:justify;
	font-size:20px;
}
.siteNote h3{
	text-align:left;
	color: #436eb3;
}
body{
	background: url(../images/design-agency-worker.jpg);
	background-attachment: fixed;
	background-size: cover;
}
#header, #contents{
	background-color: #ffffff5c;
}

@keyframes revealRTL {
  0% {
    width: 0;
    right: 0;
  }
  65% {
    width: 100%;
    right: 0;
  }
  100% {
    width: 0;
    right: 100%;
  }
}
@keyframes revealLTR {
  0% {
    width: 0;
    left: 0;
  }
  65% {
    width: 100%;
    left: 0;
  }
  100% {
    width: 0;
    left: 100%;
  }
}
@keyframes textHidden {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.siteNote{padding:30px 15px;margin-bottom: 30px;background-color:#ffffffcf;border-radius: 5px;}
.contactForm{
	padding: 30px 0;
    margin: 0;
    text-align: center;
    font-size: 16px;
    color: #333333;
}
.contactForm h2{
	padding: 0 0 20px;
    margin: 0;
    font-size: 30px;
    font-weight: bold;
    color: #436eb3;
}
.contact-details{padding:20px;background-color:#ffffff;}