.navbar {
	min-height: 70px;
    line-height: 70px;
    margin: 30px 0 0 0 !important;
    background-image: url(/img/navBg.png);
    background-color: transparent;
}

.navbar-nav>li>a{
    line-height: 70px;
    vertical-align: middle;
    padding: 0 20px 0 20px;
}

.navbar-brand {
    float: left;
    height: 70px;
    line-height: 70px;
}

.navbar-default .navbar-toggle {
    border-color: #000;
}


html {
  -webkit-font-smoothing: antialiased;
}

@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,600,700,800);
@import url(http://fonts.googleapis.com/css?family=Lato:300,400);

body{
	font-family: 'Open Sans', 'Lato', sans-serif !important;
}
p{
  font-family: 'Open Sans', 'Arial', 'Lato', sans-serif !important;
}
span{
  font-family: 'Open Sans', 'Arial', 'Lato', sans-serif !important;
}

.container > .row > h2 {
	margin-bottom: 50px;
}

section a{
	color: #000;
}

section{
  padding-top: 110px;
}

@media (max-width: 767px) {
  .navbar-collapse>.navbar-nav>li>a {
    line-height: 40px;
  }
}

.borderB{
	border-bottom-color: #65678A;
	border-bottom-style: solid !important;
	border-bottom-width: 1px; 
	padding-right: 40px
}





.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 10;
}






.small-border {
	height: 1px;
    width: 120px;
    background: #ccc;
    display: block;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 30px;
}

.btn-arrow-right:after, a.btn-arrow-right:after {
    font-family: FontAwesome;
    content: "\f054";
    margin-left: 10px;
}






.border-deco .text-item {
    display: inline-block;
    border: solid 1px rgba(255,255,255,0.4);
    border-left: none;
    border-right: none;
    background-color: rgba(0, 0, 0, 0.62);
    padding: 20px;
    color: #FFF;
    line-height: 35px;
}


p.lead {
    font-size: 18px;
}






/* === Filter of Background === */
.bg-filter,
.bg-filter-v1,
.bg-filter-v2 {
  width: 100%;
  height: 100%;
  color: #ffffff;
}
.bg-filter-v2 {
  background: rgba(0, 0, 0, 0.75);
}
.bg-filter {
  background: rgba(0, 0, 0, 0.7);
}
.bg-filter-v1 {
  background: rgba(0, 0, 0, 0.45);
}
/* Useful Classes for background images */
@media (min-width: 768px) {
  .bg-fixed {
    background-attachment: fixed !important;
  }
}
.bg-center {
  background-position: center !important;
}
.bg-centerTop {
  background-position: center top !important;
}
.bg-centerTop70 {
  background-position: center 70% !important;
}
.bg-cover {
  background-size: cover !important;
}
.bg-contain {
  background-size: contain !important;
}
.bg-norepeat {
  background-repeat: no-repeat !important;
}
.bg-repeat {
  background-repeat: repeat;
}




.testimonials-v1 .item span.testimonials-slide {
    padding: 15px;
    color: #8a8a8a;
    display: block;
    font-size: 14px;
    line-height: 20px;
    font-style: italic;
    background: #f8f8f8 url(/img/corners-blue.png) no-repeat right bottom;
}

.testimonials-v1 .carousel-info {
    overflow: hidden;
    padding-top: 15px;
    background: url(/img/arrow-testimonials.png) no-repeat 83px 0;
}

.testimonials-v1 span.testimonials-name {
    color: #0da3e2;
    font-size: 16px;
    font-weight: 300;
    margin: 23px 0 7px 10px;
    display: block;
}




/*---------------*/
/***** Lily *****/
/*---------------*/

figure.effect-lily {
	overflow: hidden;
}

figure.effect-lily img {
	width: -webkit-calc(100% + 15px);
	width: calc(100% + 15px);
	max-width: none;
	opacity: 0.7;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-15px,0, 0);
	transform: translate3d(-15px,0,0);
}

figure.effect-lily figcaption {
	top: auto;
	bottom: 0;
	height: 50%;
	text-align: left;
}

/*figure.effect-lily h2,
figure.effect-lily p {
	-webkit-transform: translate3d(0,40px,0);
	transform: translate3d(0,40px,0);
}

figure.effect-lily h2 {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
}

figure.effect-lily p {
	color: rgba(255,255,255,0.6);
	opacity: 0;
	-webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
	transition: opacity 0.2s, transform 0.35s;
}*/

figure.effect-lily p {
	color: rgba(0,0,0,1);
	opacity: .5;
	-webkit-transition: opacity 0.7s, -webkit-transform 0.35s;
	transition: opacity 0.7s, transform 0.35s;
}

figure.effect-lily:hover img,
figure.effect-lily:hover p {
	opacity: 1;
}

figure.effect-lily:hover img,
figure.effect-lily:hover h2,
figure.effect-lily:hover p {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-lily:hover p {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
	-webkit-transition-duration: 0.35s;
	transition-duration: 0.35s;
}























