@import url(https://fonts.googleapis.com/css?family=Poppins:300,700);
body { 
	font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
	background:url(img/bg.jpg) #6487a2 repeat-x top center; 
	margin:0; padding:0; 
}

/* - Reset & Universal Setup - */
img, a {outline:none; border:none }
div { display:block }
.floatL { float:left }
.floatR { 
	float:right;
	font-size: 29px;
	color: #fff;
	padding-right: 93px;
 }
.clear { clear:both }


/* - Setup - */
#wrapper { margin:0 auto; width:100%; }

#topContainer { 
	height:40px; 
	width:100%;
}

.container { width:960px; margin:0 auto; }

.logo { width:960px; 
	margin:0 auto; 
	float: left;
	/* MUST BE OPPOSITE OF #NAV MARGIN TOP BELOW */
	padding: 35px 0;
}

#nav {
	position: absolute;
	z-index: 9999;
	margin-top: 80px; /* HALF OF HEIGHT OF CIRCLE */
	width: 960px;
	height: 160px;
	background: url(img/navbackground.png) center no-repeat;
}

.body_text {
	font-size: 14px;
	color: #fff;
	min-height:300px;
	font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
}

.page_heading {
	font-family: 'Cutive', Arial, Helvetica, sans-serif;
	font-size: 30px;
	padding: 5px 0px;
	color: #a3d8ff;
	border-bottom: 1px dotted #0dc0c3;
}

.sub_heading {
	font-family: 'Cutive', Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #63aff2;
}


/* - Email Campaign - */
.inputbg {
	background:url(img/join.png) no-repeat left;
	border:none;
}

/* - Bottom Setup - */
#box {
	width:270px;
	height:330px;
	float:left;
	display:block;
	background: url(img/boxfade.png) top center repeat-x #63aff2;
	margin: 5px 13px;
	padding:10px;
	border: 1px dotted #fff;
}

#box_wrapper{
	margin:0 auto;
	width:960px;
}

#bottom{
	padding-top:0px;
	padding-bottom:40px;
}

.box_text {
	font-size: 14px;
	color: #fff;
	font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
}

.box_heading {
	font-family: 'Cutive', Arial, Helvetica, sans-serif;
	font-size: 32px;
	line-height: 32px;
	color: #fff;
}

.body_text ul {
	list-style-type: disc;
}

.box_text ul {
	list-style-type: disc;
}

/* - Footer Setup - */
#footer {
	display:block;
	padding-top:20px;
	background: url(img/footerbg.png);
	border-top: 1px dotted #fff;
}

.footer_text {
	font-size: 12px;
	color: #CCC;
}

.footer_heading {
	font-family: 'Cutive', Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #0dc0c3;
	font-weight: bold;
}

a.footer_link:link, a.footer_link:visited {
	font-size: 12px;
	color: #CCC;
	text-decoration:none;
}
a.footer_link:hover {
	color: #0dc0c3;
	text-decoration:none;
	margin-left: 3px;
}


/* - Link Styles - */
a.text_link:link, a.text_link:visited {
	font-size: 14px;
	color: #0dc0c3;
	text-decoration: none;
}
a.text_link:hover {
	font-size: 14px;
	color: #fff;
	text-decoration: none;
}

/* - Gallery - */
.imgGallery {
	border:1px dotted #fff !important;
	margin:0px;
	padding:1px;
	width:100px;
	height:100px;
}

/* - Contact Form Setup - */
.contact_text {
	color:#fff;
	font-size:15px;
}

.submit_button {
	padding:3px 10px; 
	color: #000; 
	border: 1px solid #236598; 
	background-color: #f9f9f9;
	margin:8px 0;
}

input {
	background: #fff;
	color: #333;
	border: 1px solid #6d6d6d;
	
	padding: 9px;
	width: 100%;
	margin: 3px 0;
}

textarea {
	background: #fff;
	color: #333;
	border: 1px solid #6d6d6d;
	padding: 2px;
}

/* - Testimonials Form Setup - */
.testimonials_text {
	color:#fff;
	font-size:13px;
}

.testimonials_form {
	width: 267px;
	height: 420px;
	background: url(img/testimonialsbg.png) top center no-repeat;
	padding-top: 20px;
	padding-left: 20px;
}

.imgRight {
	float: right;
	margin: 0px 0px 10px 10px;
	padding: 1px;
	width: 120px;
	border: 1px dotted #fff;
}

.imgLeft {
	float: left;
	margin: 0px 10px 10px 0px;
	padding: 1px;
	width: 120px;
	border: 1px dotted #fff;
}

.snip1581 {
  font-family: 'Poppins:400,700', Arial, sans-serif;
  position: relative;
  display: inline-block;
  overflow: hidden;
  margin: 0px 10px;
  min-width: 250px;
  max-width: 298px;
  width: 100%;
  background-color: #000000;
  color: #ffffff;
  text-align: left;
  font-size: 16px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}
.snip1581 * {
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.snip1581 img {
  max-width: 100%;
  vertical-align: top;
}
.snip1581 figcaption {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px;
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.8) 0%, transparent 100%);
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, transparent 100%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.snip1581 h3 {
  font-size: 44px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 3px 0;
}
.snip1581 .title1 {
  font-weight: 700;
}
.snip1581 .title2 {
  color: #a58e7c;
  font-weight: 300;
}
.snip1581 .title3 {
  font-weight: 700;
  font-size: 25px;
}
.snip1581 a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.snip1581:hover img,
.snip1581.hover img {
  -webkit-transform: scale(1.3) rotate(5deg);
  transform: scale(1.3) rotate(5deg);
}