@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700');

html, body * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
	font-family: 'Open Sans', sans-serif;
}

body {
	font-family: 'Open Sans', sans-serif;
	font-size: 1.5em;
	font-weight: 400;
	color: #777;
	line-height: 1.75em;
}









/*HEADER*/
.back-pink {
	background-image: url(../img/back-pink.jpg);
	background-repeat: no-repeat;
	background-position: 50% 25%;
}

.back-black {
	background-image: url(../img/back-black.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

.back-flower {
	background-image: url(../img/back-flower.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

.logo {
	padding-top: 27px;
	min-height: 118px;
}

.phone {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	color: #fff;
}

.phone a {
	color: #fff;
	font-size: 20px;
}

.phone a:hover {
	color: #000;
	text-decoration: none;
}

@media (min-width: 768px){
.navbar-nav{
	float:none;
	margin: 0 auto;
	display: table;
	table-layout: fixed;
}
}

.navbar {
	border: none;
	background-color: rgb(251, 167, 182);
	border-radius: 0;
	min-height: 65px;
}

.navbar-nav > li > a {
	border: solid 0px green;
	color: #666 !important;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 20px;
	padding-bottom: 24px;
	line-height: normal;
	font-size: 1.0em;
	font-weight: 700;
}

.navbar-nav > li:first-child a {
	padding-left: 0px;
}

.navbar-nav > li:last-child a {
	padding-right: 0px;
}

.navbar-nav > li > a:hover, a:focus {
	color: #ea3f3f !important;
}

.navbar-header {
	height: 0px;
}

.navbar-default .navbar-collapse {
	border-color: blue;
	border-width: 0px;
}

@media (max-width: 1199px){
.navbar-nav > li > a {
	padding-left: 10px;
	padding-right: 10px;
}	
}

@media (max-width: 995px){
.navbar-nav > li > a {
	font-size: 0.80em;
}	
}

@media (max-width: 767px){
.navbar-nav > li > a {
	border: solid 0px green;
	color: #333 !important;
	padding-left: 15px;
	padding-right: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: normal;
	font-size: 1.0em;
	font-weight: 700;
}

.navbar-nav > li:first-child a {
	padding-left: 15px;
}

.logo {
	padding-top: 10px !important;
}

.logo2 {
	margin: 0 auto;
}

.search {
	padding-top: 15px;
	padding-bottom: 5px;
	max-width: 334px;
}

.phone {
	text-align: center;
	padding-bottom: 5px;
}
}









/*FOOTER*/
#footer {
	color: #fff;
	font-size: 0.85em;
	padding-top: 50px;
	margin-top: 0px;
	background-color: rgb(33, 33, 33);
	padding-bottom: 15px;
	line-height: 20px;
	font-family: 'Open Sans', sans-serif;
	height: auto;
	padding-bottom: 50px;
}

#footer ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#footer ul li {
	display: inline;
}

#footer ul li a {
	border: solid 0px green;
	color: #fff;
	padding-left: 0px;
	padding-right: 30px;
	padding-top: 0px;
	padding-bottom: 0px;
	text-decoration: none;
}

#footer ul li:first-child a {
	padding-left: 0px;
}

#footer ul li:last-child a {
	padding-right: 0px;
}

#footer ul li a:hover {
	color: #666;
}

a.footer {
	color: #fff;
}

a.footer:hover, focus {
	text-decoration: none;
	color: #666;
}

#footer h3 {
	font-size: 2.5em;
	color: #fff;
	font-weight: 400;
}

.fa {
	vertical-align: 21px !important;
	padding-right: 5px;
}

@media (max-width: 767px) {
#footer {
	text-align: left;
}

#footer ul {
	text-align: left;
	margin-top: 15px;
}

#footer ul li:last-child a {
	padding-right: 0px;
}
}









.carousel-height {
  max-height: 500px;
}

.margin-top-25 {
	margin-top: 25px;
}

.margin-top-50 {
	margin-top: 50px;
}

.margin-top-75 {
	margin-top: 75px;
}

.margin-top-100 {
	margin-top: 100px;
}

.margin-top-125 {
	margin-top: 125px;
}

.margin-top-150 {
	margin-top: 150px;
}

h1 {
	color: #333;
	font-size: 3.0em;
	margin-bottom: 10px;
}

h2 {
	color: #333;
	font-size: 2.5em;
	margin-bottom: 10px;
}

h3 {
	color: #333;
	font-size: 2.0em;
	margin-bottom: 10px;
}

h4 {
	color: #333;
	font-size: 1.5em;
	margin-bottom: 10px;
}

@media (max-width: 767px) {
h1 {
	font-size: 1.75em;
}

h2 {
	font-size: 1.5em;
}

h3 {
	font-size: 1.25em;
}
}

p {
	margin-bottom: 15x;
}

.check {
	color: #7da7d9;
	opacity: 0.25;
	filter: alpha(opacity=25);
	font-size: 3.0em;
	vertical-align: -4px !important;
}

h3.sub-headline {
	color: #7da7d9;
	text-align: center;
}

h4.sub-text {
	color: #7da7d9;
	font-size: 1.45em;
	font-weight: 300;
}

hr.sub-line {
	border: 0;
	height: 5px;
	background: #333;
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,hsla(0,0%,0%,0)), color-stop(50%,hsla(0,0%,0%,.1)), color-stop(100%,hsla(0,0%,0%,0)));
	background: -webkit-linear-gradient(left, hsla(0,0%,0%,0) 0%, hsla(0,0%,0%,.1) 50%, hsla(0,0%,0%,0) 100%);
	background:    -moz-linear-gradient(left, hsla(0,0%,0%,0) 0%, hsla(0,0%,0%,.1) 50%, hsla(0,0%,0%,0) 100%);
	background:     -ms-linear-gradient(left, hsla(0,0%,0%,0) 0%, hsla(0,0%,0%,.1) 50%, hsla(0,0%,0%,0) 100%);
	background:      -o-linear-gradient(left, hsla(0,0%,0%,0) 0%, hsla(0,0%,0%,.1) 50%, hsla(0,0%,0%,0) 100%);
	background:         linear-gradient(left, hsla(0,0%,0%,0) 0%, hsla(0,0%,0%,.1) 50%, hsla(0,0%,0%,0) 100%);
}

.btn-sub {
	border: #e6e6e6 2px solid;
	border-radius: 0;
	color: #7da7d9;
	margin-top: -66px;
}

a.btn-sub:hover {
	border: #e6e6e6 2px solid;
	border-radius: 0;
	color: #7da7d9;
}

.margin-bottom-sub {
	margin-bottom: -140px;
}

@media (max-width: 1499px) {
h4.sub-text {
	font-size: 1.1em;
}	
}

@media (max-width: 1199px) {
h4.sub-text {
	font-size: 1.0em;
}

.check {
	width: 200px;
}
}

@media (max-width: 767px) {
.check {
	width: 100%;
}	
}

section {
	padding: 0;
}

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 1.0;
  filter: alpha(opacity=100);
  font-size: 20px;
  color: #ea3f3f;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
}

.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #000;
  text-decoration: none;
  opacity: 1.0;
  filter: alpha(opacity=100);
}

.banner-top {
	z-index: 999 !important;
	position: relative;
}

.wow {
	visibility: hidden;
}









/*marble image effect*/
figure.effect-marble {
	background: #000000;
	position: relative;
	margin-bottom: 15px;
	margin-top: 25px;
	color: #eeeeee;
}

figure.effect-marble img {
	opacity: 1;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
	max-width: 100%;
	width: 100%;
}

figure.effect-marble:hover img {
	opacity: 0.25;
}

figure.effect-marble figcaption::before,
figure.effect-marble figcaption::after {
	position: absolute;
	top: 10px;
	right: 10px;
	bottom: 10px;
	left: 10px;
	border: #fff;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	pointer-events: none;
}

figure.effect-marble figcaption::before {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: scale(0, 1);
	transform: scale(0, 1);
}

figure.effect-marble figcaption::after {
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	-webkit-transform: scale(1, 0);
	transform: scale(1, 0);
}

figure.effect-marble h1 {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0, -20px, 0);
	transform: translate3d(0, -20px, 0);
	position: absolute;
	top: 35px;
	left: 7%;
	width: 86%;
	margin: 0;
	text-align: center;
	text-transform: uppercase;
	color: #333333;
	font-size: 1.25em;
	font-weight: 600;
	font-family: 'Open Sans', sans-serif;
}

figure.effect-marble p {
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0, 20px, 0);
	transform: translate3d(0, 20px, 0);
	position: absolute;
	bottom: 10%;
	left: 7%;
	width: 86%;
	margin: 0;
	font-size: 1.0em;
	text-align: left;
	line-height: 1.5em;
}

figure.effect-marble:hover figcaption::before,
figure.effect-marble:hover figcaption::after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

figure.effect-marble:hover h1,
figure.effect-marble:hover p {
	opacity: 1;
	color: #fff;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

figure.effect-marble figcaption>a {
	font-size: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}