@charset "utf-8";
/* CSS Document */
html {
	height: 100%
}
body {
	background-image:url(img/white_wall.png);
	margin: 0 0;
	font-family: 'Aller', Arial, Helvetica, sans-serif;
	font-weight:400;
	color: #7F7F7F;
	font-size: 13px;
	line-height: 1.65;
	overflow-x:hidden;
	height: 100%
}
h1 {
}
h2 {
	font-size: 2em;
	font-family: 'Bebas', Arial, Helvetica, sans-serif;
	font-weight: normal;
	-webkit-margin-before: 0;
	-webkit-margin-after: 0;
}
h3 {
}
h4 {
	font-size: 2em;
	font-family: 'Bebas', Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin: 0;
	-webkit-margin-before: 0;
	-webkit-margin-after: 0;
}
h5 {
}
#container {
	position: relative;
	margin: 0 auto;
	width: 100%;
	max-width:1140px;
	height: 100%;
	background-color: #ffffff;
}
div.panel {
	position: absolute;
	width: 100%;
	display: none;
	background-color: #ffffff;
}
.tagline {
	padding: 10px 0px 10px 50px;
	font-family: "Sofia", cursive;
	font-size:21px;
	line-height: 109px;
	color: #6D6E71;
	float: left;
}
/*---------------------NAVIGATION-----------------------*/
.navPanel {
	margin: 0 40px;
}
.navigation {
	width:100%;
	height:115px;
}
.navigation a {
	text-align:center;
	display:block;
	float:left;
	margin-left:2em;
	margin-top:27px;
	font-size:14px;
	color:#004D80;
	text-decoration:none;
	padding-bottom:5px;
	padding-top: 10px;
	text-transform: uppercase;
	border-top: #fff solid 3px;
	transition-property: border-top;
	-webkit-transition-property: border-top;
	-moz-transition-property: border-top;
	-o-transition-property: border-top;
 transition-duration: .25s;
 -webkit-transition-duration: .25s;
 -moz-transition-duration: .25s;
 -o-transition-duration: .25s;
	transition-timing-function: linear;
	-webkit-transition-timing-function: linear;
	-moz-transition-timing-function: linear;
	-o-transition-timing-function: linear;
}
.navigation a:hover {
	border-top: #C1CA36 solid 3px;
	color: #CA1E50
}
.navigation a:active {
	border-top: #000 solid 3px;
}
.navigation .logo {
	text-align: left;
	margin-left: 0;
	margin-top: 0;
	border-top: #fff solid 3px;
}
.navigation .logo:hover {
	border-top: #fff solid 3px;
}
.navLinks {
	text-align: right;
	float: right;
}
footer {
	margin: 1em 0;
	width:100%;
	text-align: center;
	font-size: 0.9em;
	clear: both;
	border-top: solid 1px #666;
	padding: 2em 0;
	line-height: 1.25;
}
.hidden {
	display: none;
	opacity:0
}
/*---------------------END NAVIGATION-----------------------*/

/*---------------------3 Columns-----------------------*/
.col3 {
	width:80%;
	padding: 0;
	list-style-type: none;
	-webkit-margin-before: 0;
	-webkit-margin-after: 0;
	-webkit-margin-start: 0;
	-webkit-margin-end: 0;
	-webkit-padding-start: 0;
	margin: 0 auto;
}
.col3 li {
	line-height:1.5em;
	float:left;
	display:inline;
	width: 33.333%;
	text-align: center;
	margin: 3em auto;
	-webkit-transform: scale(.9);
	-moz-transform: scale(.9);
	-o-transform: scale(.9);
	-ms-transform: scale(.9);
	transform: scale(.9);
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
 -o-transition: all .25s ease-in-out;
 -ms-transition: all .25s ease-in-out;
 transition: all .25s ease-in-out;
}
.col3 li:hover {
	-webkit-transform: scale( 1.125 );
	-moz-transform: scale( 1.125 );
	-o-transform: scale( 1.125 );
	-ms-transform: scale( 1.125 );
	transform: scale( 1.125 );
}
.col3 li span {
	line-height:2;
	font-family: 'Bebas', Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 2em;
	color:#CA1E50
}
/*---------------------End 3 Columns-----------------------*/
/*---------------------2 Columns -----------------------*/
.col2 {
	width:100%;
	padding: 0;
	list-style-type: none;
	-webkit-margin-before: 0;
	-webkit-margin-after: 0;
	-webkit-margin-start: 0;
	-webkit-margin-end: 0;
	-webkit-padding-start: 0;
}
.col2 li {
	float:left;
	display:inline;
	padding-bottom: 2em;
}
/*---------------------End 2 Columns -----------------------*/
/*----------------------- Contact Form -----------------------*/


.feedback-input {
	font-family: 'Aller', Arial, Helvetica, sans-serif;
	color:#3c3c3c;
	font-weight:500;
	font-size: 18px;
	border-radius: 0;
	line-height: 22px;
	background-color: #fbfbfb;
	padding: 13px 13px 13px 54px;
	margin-bottom: 10px;
	width:100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #9b9b9b;
}
.feedback-input:focus {
	background: #fff;
	box-shadow: 0;
	border: 1px solid #3498db;
	color: #3498db;
	outline: none;
	padding: 13px 13px 13px 54px;
}
.focused {
	color:#30aed6;
	border:#30aed6 solid 1px;
}
/* Icons ---------------------------------- */
#name {
	background-image: url(img/name.png);
	background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
}
#email {
	background-image: url(img/email.png);
	background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
}
#comment {
	background-image: url(img/comments.png);
	background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
}
textarea {
	width: 100%;
	height: 150px;
	line-height: 150%;
	resize:vertical;
}
input:hover, textarea:hover, input:focus, textarea:focus {
	background-color:white;
}
#button-blue {
	float:left;
	width: 100%;
	border: #fff solid 1px;
	cursor:pointer;
	background-color: #004D80;
	color:white;
	font-size:24px;
	padding:0.35em 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	margin-top:-4px;
	font-weight:700;
}
#button-blue:hover {
	background-color: rgba(0, 0, 0, 0);
	color: #004D80;
	border: #004D80 solid 1px;
}
.submit:hover {
	color: #3498db;
}
.ease {
	width: 0px;
	height: 74px;
	background-color: #fff;
 -webkit-transition: .3s ease;
 -moz-transition: .3s ease;
 -o-transition: .3s ease;
 -ms-transition: .3s ease;
 transition: .3s ease;
}
.submit:hover .ease {
	width:100%;
	background-color:white;
}
/*----------------------- End Contact Form -----------------------*/
/*----------------------- Gallery -----------------------*/
ul.galleryGrid {
	list-style: none
}
.galleryGrid li {
	float: left;
	margin: 2em;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
 -o-transition: all .25s ease-in-out;
 -ms-transition: all .25s ease-in-out;
 transition: all .25s ease-in-out;
	z-index: 1000;
	border: solid .2em #004D80;
	position: relative;
	line-height: 0;
}
.galleryGrid li img {
	max-width: 15em;
}
.galleryGrid li:hover {
	-webkit-transform: scale(2.5);
	-moz-transform: scale(2.5);
	-o-transform: scale(2.5);
	-ms-transform: scale(2.5);
	transform: scale(2.5);
	z-index: 20000;
	position: relative;
}
/*----------------------- End Gallery -----------------------*/

/*---------------------MISC-----------------------*/
.fa {
	text-shadow: 0px 1px #C1CA36;
	color: #004D80;
}
.fa-35x {
	font-size: 3.5em
}
.topBar {
	background-color: #CA1E50;
	height: 20px;
}
img.pageTitle {
	margin-bottom: 2em;
}
.internalMargin {
	margin: 2em 40px;
	min-height: 300px;
}
.404BG {
	background-image: url(img/404BG.png);
	background-position: top left;
	background-repeat: no-repeat;
}
.aboutBG {
	background-image: url(img/aboutUsBG.png);
	background-position: top left;
	background-repeat: no-repeat;
}
.showcaseBG {
	background-image: url(img/showcaseBG.png);
	background-position: top left;
	background-repeat: no-repeat;
}
.contactBG {
	background-image: url(img/contactBG.png);
	background-position: top left;
	background-repeat: no-repeat;
}
.galleryBG {
	background-image: url(img/galleryBG.png);
	background-position: top left;
	background-repeat: no-repeat;
}
.csrBG {
	background-image: url(img/csrBG.png);
	background-position: top left;
	background-repeat: no-repeat;
}
.thankyouBG {
	background-image: url(img/thankyouBG.png);
	background-position: top left;
	background-repeat: no-repeat;
}
img.showcaseBar {
	width: 80%;
	height: auto;
	padding: 1em 0;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
 -o-transition: all .25s ease-in-out;
 -ms-transition: all .25s ease-in-out;
 transition: all .25s ease-in-out;
}
img.showcaseBar:hover {
	-webkit-transform: scale( 1.125 );
	-moz-transform: scale( 1.125 );
	-o-transform: scale( 1.125 );
	-ms-transform: scale( 1.125 );
	transform: scale( 1.125 );
}
.fullImg img {
	width: 100%;
	height: auto;
	overflow: hidden
}
hr.rounded {
	height: 4px;
	width: 30%;
	background-color: #C1CA36;
	border: 1px solid #C1CA36;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}
.blockText {
	display: block;
	color:#fff;
	font-weight: 600;
	padding: .25em 2em;
	text-align: center;
	font-size: 1.25em;
	margin-bottom: .5em;
	font-style: italic;
}
.pink {
	color:#CA1E50
}
.blue {
	color:#004D80
}
.green {
	color:#C1CA36
}
.pinkBG {
	background-color:#CA1E50
}
.blueBG {
	background-color:#004D80
}
.greenBG {
	background-color:#C1CA36
}
