body {
  font-family: 'Roboto', sans-serif;
  background: #FFF url('../assets/images/bg1.png');

}

td.st-dtitle-today {
  border: 1px solid #ddd!important;
  background-color: #f8f9ff!important;

}


h1, h2, h3, .navbar-brand { font-family: 'Lobster', cursive; }
h1 { color: #1FA1DB;font-weight: bold; margin: 20px 0px;}
.navbar-brand {
  font-weight: 100;
  font-size: 2em;
}

.bg-light {
  background-color: #FFF!important;
}
.navbar-light .navbar-nav .nav-link,
.navbar-light .navbar-nav .nav-link:active,
.navbar-light .navbar-brand {
  color: #1FA1DB!important;
}

.main {
  background-color: #FFF;
  margin-top: 74px;
  padding: 40px;
}

.main p, .main li, .main a {
  line-height: 36px;
  font-size: 16px;
  font-weight: 300;
}

.footer {

    background-color: #1FA1DB;
    color:#FFF;
    min-height: 40px;
    padding: 40px 0px;
}


.border-right {
  border-right: 1px solid #1FA1DB;
}

/* lightbox gallery */
#lightbox-container-image-box {
  margin-top: 40px;
}


/* form */

label {
	font-size: 13px;
	color: #666;
	font-weight: 300;
	cursor: pointer;
}

label .required {
	color: #ED2C3A;
	margin-left: 2px;
}

input[type="submit"] {
    outline: none;
}

.widget-search input[type="search"],
#contact-form input[type="text"],
#contact-form textarea,
#respond input[type="text"],
#respond textarea, .email {
    color: #666fb5;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    border: 1px solid #eee;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    outline: none;
    width: 100%;
    padding: 7px 14px;
    display: block;
    margin-bottom: 10px;
	transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

.widget-search input[type="search"]:focus,
#contact-form input[type="text"]:focus,
#contact-form textarea:focus,
#respond input[type="text"]:focus,
#respond textarea:focus {
	border-color: #ddd;
	box-shadow: 0 0 3px #eee;
	-o-box-shadow: 0 0 3px #eee;
	-moz-box-shadow: 0 0 3px #eee;
  	-webkit-box-shadow: 0 0 3px #eee;
}


.btn {
	border-radius: 3px;
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
	transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.btn-system {
  background-color: #1FA1DB;
	display: inline-block;
	color: #fff;
	margin-right: 5px;
	font-weight: 300;
	border-radius: 3px;
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
	transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
	box-shadow: 0 4px 0 rgba(0,0,0,0.1) inset;
	-o-box-shadow: 0 4px 0 rgba(0,0,0,0.1) inset;
	-moz-box-shadow: 0 4px 0 rgba(0,0,0,0.1) inset;
  	-webkit-box-shadow: 0 4px 0 rgba(0,0,0,0.1) inset;
  	border:0;
  	text-transform: uppercase;
  	font-weight: 400;
}

/* tetstimonials */
.testimonials {
  overflow: hidden;
  position: relative;
  max-height: 500px;
}

.testimonials {
  /*background: #CDD8E0;*/
  color:#1FA1DB;
}

.blockquote-footer{
  color: #1FA1DB;
}

.one-slide,
.testimonial,
.message {
  border: none !important;
  outline: none !important;
}

.icon-overlay {
  position: absolute;
  opacity: 0.3;
  right: 10%;
  top: 0;
  height: auto;
  width: 100%;
  max-width: 400px;
}

.carousel-controls .control {

    position: absolute;
    transform: translateY(-190%);
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: 2px solid #CDD8E0;
    color: #CDD8E0;
    z-index: 1;
    margin-top: 100px;
}

.alert-success {
  background-color: #7632B9;
  color:#fff;

}

.carousel-controls:hover .control:hover {
  border: 2px solid #1FA1DB;
  color: #1FA1DB;
}
.prev { left: 0.75rem; }
.next { right: 0.75rem; }

@media (max-width: 577px) {
  .navbar-brand {
    font-size: 1.5em;
  }
  .hide {
    display: none;
  }

}
