body, html {
	font-family: 'Libre Baskerville', serif;
	background:url(../img/bg2.jpg)top center no-repeat;
}
#topbar {
	background:#fff;
	padding:10px;
	color:#aaa;
	margin-bottom:40px;
}
#topbar p {
	margin:0;
	margin-top:3px;
	text-transform:uppercase;
	font-weight:bold;
	font-size:14px;
}
#topbar a {
	color:#acc4db;
}
#topbar img {
	max-width:28px;
	display:block;
	float:right;
	margin-left:5px;
}
.navbar-default .navbar-nav>li>a {
	color:#fff;
	font-size:16px;
}
.navbar-default {
	background-color:#acc4db;
	border:0;
	margin-top:20px;
	border-top:1px solid #acc4db;
	border-bottom:1px solid #acc4db;
	border-radius:0;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
	background-color:#acc4db;
	color:#fff;
}
.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
	color:#333;
}
#slider {
	margin-top:10px;
}
.size-shadow {
  background-image: url(../img/shadow-top.png);
  background-repeat: no-repeat;
  height: 42px;
  width: 960px;
  margin: 0 auto;
  margin-top: 0.1em;
  background-size: contain;
}
.size-shadow2 {
  background-image: url(../img/shadow-top.png);
  background-repeat: no-repeat;
  height: 42px;
  width: 960px;
  margin: 0 auto;
  margin-top: -1.5em;
  background-size: contain;
}
.carousel {
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
#main h1 {
	font-weight:bold;
	text-align:center;
	color:#555;
	margin:0;
}
#main h1 span {
	color:#acc4db;
}
#main h2 {
	font-size:20px;
	font-weight:bold;
	text-align:center;
}
.fancy {
	font-family: 'Dancing Script', cursive;
	font-size:32px;
	color:#acc4db;
	margin-top:-10px;
}
.clear {
	clear:both;
	margin-top:15px;
}
.home-boxes {
	margin-top:15px;
	margin-bottom:15px;
	overflow:hidden;
}
/* IMG HOVER */
.media {
  display: inline-block;
  position: relative;
  vertical-align: top;
}

.media__image { display: block; }

.media__body {
  background: rgba(41, 128, 185, 0.7);
  bottom: 0;
  color: white;
  font-size: 1em;
  left: 0;
  opacity: 0;
  overflow: hidden;
  padding: 3.75em 3em;
  position: absolute;
  text-align: center;
  top: 0;
  right: 0;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.media__body:hover { opacity: 1; }

.media__body:after,
.media__body:before {
  border: 1px solid rgba(255, 255, 255, 0.7);
  bottom: 1em;
  content: '';
  left: 1em;
  opacity: 0;
  position: absolute;
  right: 1em;
  top: 1em;
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
  -webkit-transition: 0.6s 0.2s;
  transition: 0.6s 0.2s;
}

.media__body:before {
  border-bottom: none;
  border-top: none;
  left: 2em;
  right: 2em;
}

.media__body:after {
  border-left: none;
  border-right: none;
  bottom: 2em;
  top: 2em;
}

.media__body:hover:after,
.media__body:hover:before {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.media__body h2 { margin-top: 0; }

.media__body p { 
	margin-bottom: 1.5em; 
}
#parallax {
	background:url(../img/parallax.jpg)fixed;
	padding:50px;
	text-align:center;
	color:#fff;
	margin-bottom:30px;
	margin-top:50px;
}
#parallax h1 {
	font-weight:bold;
	color:#fff;
}
.white {
	color:#fff;
}
.btn-frontline {
	background-color:#fff;
	border:1px solid #fff;
	border-radius:0;
	color:#acc4db;
	transition:0.2s;
}
.btn-frontline:hover {
	background-color:transparent;
	color:#fff;
}
.bold {
	font-weight:bold;
}
span {
	color:#acc4db;
}
#footer h1 {
	font-size:20px;
	font-weight:bold;
	color:#acc4db;
}
#footer ul {
  list-style: none;
  padding-left: 0;
}
#footer li {
  border-bottom: 1px solid #eee;
  padding-bottom: 5px;
  padding-top: 5px;
  background-image: url('../img/icons/white-bullet.png');
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 25px;
}
.footer-img {
  margin-right: 10px;
  margin-top: 2px; 
}
.contact-img {
  max-width: 20px;
  margin-right: 5px;
}
#copyright {
	padding:10px;
	margin-top:40px;
	background:#eee;
}
#copyright p {
	margin:0;
}
#strap {
	margin-top:15px;
}
.fade {
	opacity:1;
}
.fade:hover {
	opacity:0.5;
}
#navbar .active span {
	color:#fff;
}
.tick {
	list-style-image:url(../img/icons/tick.png);
}
.tick li {
	margin-bottom:5px;
	padding:2px 0px 5px 10px;
}
.rating-input {
	color:#acc4db !important;
}
/* FORM */
/*-----COPY CODE BELOW INTO YOUR EXISTING STYLESHEET-----*/
#form {
width: 100%;
}

/*-----error/success messages-----*/
#error {
display:none;
background: #e74c3c;
color:#FFF;
padding:25px;
margin-bottom: 25px;
}

#success{
display:none;
background: #2ecc71;
color:#FFF;
padding:25px;
margin-bottom: 25px;
}

/*-----form elements-----*/
#easy {
float:left;
max-width: 675px;
margin: auto;
}

#easy .input {
width: 100%;
float: left;
max-width: 49%;
margin: 0 0 20px 0;
}

#easy .textarea {
width: 100%;
margin: 0 0 15px 0;
max-width: 675px;
}

#easy .last {
float: right;
}

#easy input.text, 
#easy textarea {
font-family: 'Source Sans Pro', sans-serif;
font-weight:300;
font-size:1em;
padding: 8px 8px;
border: 1px solid #cecece;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
width: 100%;
float: left;
margin: 0;
outline: none;
}


#easy input[type=text]:focus, 
#easy input[type=tel]:focus, 
#easy textarea:focus {
margin-right: 0px;
box-shadow: 0 0 3px rgba(52, 152, 219, 1);
border: 1px solid rgba(52, 152, 219, 1);
}

#easy input:hover,  
#easy textarea:hover {
border: 1px solid #3498db;
-webkit-transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
transition: all 0.2s ease;
}

#easy textarea {
height: 100px;
}

#easy span {
color:red;
}

#easy .verification {
width: 100%;
height: 42px;
float: left;
}

#easy #vimage {
width: 99px;
height: 42px;
float: left;
}

#easy .refresh {
width: 42px;
height: 42px;
display: block;
float: left;
margin: 0 7px;
border:0;
}

#easy #verify {
width: 145px;
height: 40px;
float: left;
margin: 0;
padding:8px;
}

#easy button {
float: right;
display: block;
width: 125px;
background: #acc4db;
padding: 12px 20px 7px !important;
color: #fff;
box-shadow: 0 7px 0 #f15b7e;
text-align: center;
margin:0;
border:0;
-webkit-transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
transition: all 0.2s ease;
cursor:pointer;
}

#easy button:hover {
background: #da2751;
box-shadow: 0 7px 0 #f15b7e;
}
.home-boxes h3 {
	text-align:center;
	font-weight:bold;
	font-size:20px;
}
.home-boxes a {
	color:#acc4db;
	transition:0.5s;
}
.home-boxes a:hover {
	text-decoration:none;
	color:#444 !important;
}
input.text, 
#easy textarea {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight:300;
	font-size:1em;
	padding: 8px 8px;
	border: 1px solid #cecece;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	float: left;
	margin: 0;
	outline: none;
}
.note {
	color:#acc4db;
}
.overlay {
	background:rgba(0,0,0,0.6);
	padding:50px;
}
a {
	color:#acc4db;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #acc4db;
}
.caret {
	color:#fff;
}
@media (max-width: 767px) {
	.navbar-default .navbar-nav .open .dropdown-menu>li>a {
	  color: #fff;
	}
}
h1 {
	font-size:26px;
}
.color {
	color:#acc4db;
}