


@media only screen and (min-width:767px){
	#desktop-table {
	display:block !important;
}
}
@media only screen and (max-width:768px){
	#mobile-table {
	display:block !important;
}
}

@media only screen and (max-width: 380px) {
	#logo img{
	max-width: 65% !important;
	margin-top: 30px !important;
	margin-bottom: -25px !important;
}
}



@charset "UTF-8";
body {
	background-image:url(images/BG-one.png);
	background-color:  #415464;
	  background-size: cover;
	  background-repeat: no-repeat;
	  background-position: top right;
	color: #E7E7E7;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-weight: 300;
	line-height: 1.3em;
	text-align: center;
	text-rendering: optimizeLegibility !important;
	margin-left: auto;
	margin-right: auto;
}

	#desktop-table {
		display: none;
	}
	#mobile-table {
		display: none;
	}


#wrapper {
	width: 100%;
	height: 100%;
	text-align: center;
	max-width: 960px;
	left: auto;
	right: auto;
	margin-left: auto;
	margin-right: auto;
}
#logo img{
	max-width: 82%;
	height: auto;
	margin-top: 80px;
}
#desktop-table {
	max-width: 960px;
}
/*#mobile-table {
	max-width: 960px;
} */
#mobile-table tbody tr td {
	text-align: center;
	max-width: 100%;
	padding: 18px 28px;
}
#desktop-table tbody tr td {
	text-align: center;
	padding: 0 14px;
}



#contact {
	line-height: 1.8em;
	letter-spacing: .05em;
}
#contact a {
	text-decoration: none !important;
	color: #FFFFFF !important;
}
.block {
	display: block;
}
