@font-face {

    font-family: 'Lato-Regular';

    src: url('../fonts/Lato-Regular');

    src: local('Lato-Regular'), url('../fonts/Lato-Regular.woff') format('woff'), url('../fonts/Lato-Regular.ttf') format('truetype');

}

@font-face {

	font-family: 'Lato-Bold';

	src: url('../fonts/Lato-Bold');

	src: local('Lato-Bold'), url('../fonts/Lato-Bold.woff') format('woff'), url('../fonts/Lato-Bold.ttf') format('truetype');

}



body{

     margin:0;

     padding:0;

     color: #000000;

    font-family: 'Lato-Regular';

    font-size: 16px;

}

p {

    color: #222;

    font-size: 16px;

    line-height: 24px;

    margin-bottom: 16px;

    font-family: 'Lato-Regular';

}

h1, h2, h3, h4, h5, h6{

     color: #222;

    font-family: 'Lato-Bold';
    
    margin-top: 10px;
    margin-bottom: 10px;

}

h1{
    font-size: 22px;
    color: #000000;
}
h2{
    font-size: 18px;
    color: #000000;
}
h3{
    font-size: 22px;
    color: #32CD32;
}
h4{
    font-size: 18px;
    color: #32CD32;
}
h5{
    font-size: 22px;
    color: #294d95;
}
h6{
    font-size: 18px;
    color: #294d95;
}

a{

    color: #294d95;

}

a:focus, a:hover{

	text-decoration:none;

}

.logo {

    padding: 0px 0px;

    display: block;

    width: 100%;

    float: left;

}

.logo img {

    float: left;

}

.header-right {

    text-align: right;

    margin-top:12px;

}

.header-right p{

    margin-bottom: 0px;

}

.header-right p a {

    font-size: 18px;

    font-family: 'Lato-Bold';

}

.header-right address {

    margin-bottom: 0px;

    color: #294d95;

    font-family: 'Lato-Bold';

}

.header-right address a{

     color: #294d95;

}

.navbar-nav.breadcrumb > li + li:before{

    display: none;

}

.navbar-header .attr-nav {

    display: none;

}

nav.navbar.bootsnav{

        background-color: #294d95;

}

nav.navbar.bootsnav .navbar-nav > li > a {

    color: #ffffff;

    text-transform: uppercase;

    font-weight: 700 !important;

    padding: 15px 15px;

    font-size: 16px;

    font-family: 'Lato-Bold';

    text-shadow: none;

}

nav.navbar.bootsnav ul.navbar-right li.dropdown ul.dropdown-menu li a {

    background-color: #919497;

    color: #fff;

}

nav.navbar.bootsnav ul.navbar-right li.dropdown ul.dropdown-menu li a:hover{

    background-color: #294d95;

    color: #fff;

    transition: all 0.3s linear;

}

nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu{

    padding:0px !important;

    border:none;

}

nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li > a {
    padding: 10px 10px;
    font-size: 15px;
    font-family: 'Lato-Bold';
    text-transform: uppercase;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus, nav.navbar.bootsnav .navbar-toggle {

    color: #ffffff;

    padding: 6px 10px 2px 10px;

    cursor: pointer;

}

button.navbar-toggle .fa-bars {

    font-size: 22px;

}

.attr-nav > ul > li > a {

    color: #ffffff;

    padding: 18px 10px;

}

.carousel-indicators{

    display: none;

}

.swim-row .swim-col:nth-child(1) {

    background-color: #294d95;

}

.swim-row .swim-col:nth-child(2) {

    background-color: #32CD32;

}

.swim-row .swim-col:nth-child(3) {

    background-color: #ffd900;

}

.swim-row .swim-info{

    text-align: center;

    padding: 30px 0px;

}

.swim-row .swim-info h1{

    font-size: 36px;

    color: #ffffff;

}

.swim-row .swim-info p, .swim-row .swim-info h1 a{

    color: #ffffff;

}

.swim-row .swim-info .title {

    text-transform: uppercase;

    font-size: 36px;

}

.swim-row .swim-info p {

    margin-top: 20px;

    margin-bottom: 20px;

}

.swim-row .swim-col:nth-child(3) .swim-info h1 a, .swim-row .swim-col:nth-child(3) .swim-info p{

    color: #000000;

}

.about-block {

    background-color: #1e1e1e;

    padding: 50px 0px;

}

.main-heading {

    text-align: center;

    color: #ffffff;

    text-transform: uppercase;

    font-size: 36px;

    margin: 0px;

    padding-bottom: 15px;

}

.about-header h5 {
    text-align: center;
    margin-top: 0px;
    font-size: 26px;
    color: #fff;
}
.about-header{
    padding-bottom: 30px;
}
.why-left-content p {
    color: #fff;
}
.why-right-content ul li {
    margin-bottom: 10px;
    font-family: 'Lato-Bold';
    font-size: 18px;
    color: #fff;
    display: flex;
    align-items: center;
}
.why-right-content .fa-check-circle {
    color: #fff;
    font-size: 28px;
    margin-right: 10px;
}
.why-row {
    margin-bottom: 50px;
}

.about-info {

    text-align: center;

}

.about-info figure{

    position: relative;

    overflow: hidden;

    cursor: pointer;

}

.about-info figure img{

    -webkit-transition: all 0.3s ease-in-out;

    transition: all 0.3s ease-in-out;

    -moz-transition: all 0.3s ease-in-out;

}

.about-info figure img:hover{

    -webkit-transform: scale(1.2);

    transform: scale(1.2);

    -moz-transform: scale(1.2);

}

.about-info h3{

    font-size: 24px;

    text-transform: uppercase;

}

.about-info h3 a {

    color: #ffffff;

}

.about-info h3 a:hover, .pool-open h3 a:hover{

    color: #bbda00;

}

.about-info p {

    color: #888888;

    text-transform: uppercase;

    margin-top: 15px;

    margin-bottom: 20px;

}

.btn-primary.abt-btn {

    display: block;

    clear: both;

    width: 165px;

    padding: 10px 15px;

    margin: 0px auto;

    border-radius: 0px;

    background-color: transparent;

    border-color: #ffffff;

    text-transform: uppercase;

    transition: all 0.3s linear;

}

.btn-primary.abt-btn:hover{

    background-color: #294d95;

    border-color: #294d95;

}

.service-block {

    padding: 50px 0px;

    background-color: #f2f2f2;

}

.service-block .main-heading {

    color: #000000;

}

.service-info .one-left {

    width: 117px;

    height: 117px;

    border-radius: 100%;

    background-color: #294d95;

    color: #ffffff;

    font-size: 65px;

    text-align: center;

    float: left;

    padding: 10px;

    margin-right: 20px;

}

.service-info .blue{

    background-color: #294d95;

}

.service-info .orange{

    background-color: #32CD32;

}

.service-info .green{

    background-color: #bbda00;

}

.service-info .yellow{

    background-color: #ffd900;

}

.service-info {

    clear: both;

    margin-bottom: 35px;

}

.pool-open p {

    color: #888888;

    text-transform: uppercase;

    font-size: 15px;

}

.pool-open h3 {

    text-transform: uppercase;

    font-size: 26px;

    line-height: 32px;

    margin-top: 0px;

}

.pool-open h3 a{

    color: #222222;

}

.pool-open {

    padding-top: 10px;

    display: table;

}

.home-review-block {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}
.home-reiew-row {
    background-color: rgb(0 0 0 / 65%);
    padding: 25px;
}
.home-review-right .reviews-content {
    background-color: transparent;
}
.review-left-content .fa.fa-commenting-o {
    font-size: 60px;
    color: #fff;
    margin-bottom: 15px;
}
.review-left-content h2 {
    font-size: 36px;
    color: #fff;
    margin-bottom: 25px;
}
.review-left-content p {
    color: #fff;
    font-size: 16px;
}

.home-summer-block {
    padding-top: 50px;
    padding-bottom: 50px;
}
.summer-pool-content img {
    width: 100%;
    height: 235px;
    object-fit: cover;
}
.summer-pool-content h2 a {
    font-size: 24px;
    line-height: 30px;
}
.summer-pool-content h2 {
    margin-top: 20px;
    margin-bottom: 20px;
}
.blogimg {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
.blogimg img{
    transition: all 0.3s linear;
    transform: scale3d(1.0, 1.0, 1.0);
}
.blogimg img:hover{
    transform: scale3d(1.2, 1.2, 1.2);
}

footer{

    background-color: inherit;

    border: none;

}

.top-footer{

    background-color: #1c1c1c;

     padding: 30px 0px;

}

.footer-logo {

    margin-bottom: 20px;

}

.footer-title{

   font-family: 'Lato-Bold';

    border: none;

}

.more-info .fa-facebook {

    width: 40px;

    height: 40px;

    background-color: #ffffff;

    color: #294d95;

    font-size: 22px;

    padding: 10px 13px !important;

    display: inline-block;

    border-radius: 50%;

    margin-top: 10px;

}

.more-info .fa-facebook:hover{

    background-color: #294d95;

    color: #ffffff;

}

.more-info li{

    font-size: 16px;

    font-family: 'Lato-Regular';

}

.more-info i {

    margin-right: 0px;

    font-size: 16px;

    padding: 0px !important;

    margin-right: 10px;

    color: #ffffff;

}

.more-info p {

    color: #ffffff;

}

.input-group-btn .btn {

    background: #294d95 none repeat scroll 0 0;

    border: 1px solid #294d95;

    font-size: 15px;

}

.copy p, .power p a {

    color: #ffffffff;

}

.bottom-footer{

    padding: 0px;

    padding-top: 20px;

    background-color: #000000;

}

.power p{

    color: #ffffff;

}

#scrolltoup:hover {

    background-color: #32CD32;

    color: #ffffff;

}

.main-footer ul{

    margin-top: 0px;

}

.page-section hr{
    border-top: 2px solid #aca8a8;
}

.inner-head {
    background-color: #294d95;
    color: #fff;
    padding: 8px;
    text-align: center;
    font-weight: bold;
}
.main-tit{
    color: #294d95;   
}
.ss-contact {
    text-align: center;
    background-color: #ffffff;
    border: 2px solid #efefef;
    padding: 40px 15px;
    transition: all 0.3s;
    position: relative;
    height: 100%;
}
.ss-contact:hover{
    box-shadow: 0 10px 50px 0 #35526352;
    border-color: transparent;
}
.ss-contact h4 {
    color: #022493;
    font-weight: 500;
    line-height: 1.56;
    margin-bottom: 17px;
    display: inline-block;
    text-transform: uppercase;
    position: relative;
    z-index: 2;
    font-size: 17px;
}
.ss-contact h2{
    color: #1a1e32;
    font-weight: 600;
    line-height: 1.29;
    margin-bottom: 10px;
    position: relative;
    z-index: 2;
    font-size: 30px;
    margin-top: 0px;
}
.ss-contact span{
    color: #1a1e32;
    font-weight: 600;
    line-height: 1.29;
    margin-bottom: 10px;
    position: relative;
    z-index: 2;
}
.ss-contact span a{
    color: #627792;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.8;
    display: block;
}
.ss-contact .del-space{
    display: none;
}
.ss-contact .ss-icon {
    font-size: 60px;
    color: #022493;
    margin-top: 20px;
    font-weight: 600;
    position: relative;
    z-index: 2;
} 
.ss-contact .ss-icon a{
    color: #022493;
}
.ss-contact .fa-arrow-right{
    padding-left: 5px;
}
.contact-heading h1 {
    text-align: center;
    font-size: 38px;
    margin-bottom: 30px;
}
.contact-heading {
    margin-top: 30px;
}
.message-heading h2 {
    font-size: 36px;
    margin: 0px;
    padding: 0px 0px 30px;
}
#weblizar_form .form-group {
    margin-left: 0px;
    margin-right: 0px;
}
#weblizar_form {
    border: 1px solid #C4C4C4;
    padding: 30px;
    border-radius: 10px;
    width: 100%;
    float: left;
    margin-top: 50px;
    margin-bottom: 50px;
}
#weblizar_form .contact_form_group label {
    color: #1a1e32;
    font-size: 16px;
    font-weight: 400;
}
#weblizar_form .contact_con_input_control {
    background-color: #f8f8f8;
    border: 1px solid #e4e4e4;
    box-shadow: 0 1px 1px rgb(0 0 0 / 8%) inset;
    color: #000000;
    padding: 20px 15px;
    font-size: 16px;
    font-style: normal;
}
#weblizar_form .contact_con_textarea_control {
    background-color: #f8f8f8;
    border: 1px solid #e4e4e4;
    box-shadow: 0 1px 1px rgb(0 0 0 / 8%) inset;
    color: #000000;
    max-width: 100%;
    height: 130px;
    font-style: normal;
}
.contact_form_group .submit-input {
    padding: 13px 40px;
    background-color: #032593;
    font-size: 16px;
}
.contact_cotact_form_div {
    margin-bottom: 30px;
}
.more-info .hours-open{
    font-family: 'Lato-Bold';
    font-size: 15px;
    line-height: 28px;
}
.header-hours h3 {
    color: #294d95;
    font-size: 18px;
    margin-bottom: 5px;
}
.header-hours {
    text-align: center;
}
.header-hours p {
    margin-bottom: 0px;
}
/*--contract-form--*/
.maintain-right h3 {
    margin-top: 0px;
    margin-bottom: 5px;
}
.maintain-right {
    text-align: center;
}
.maintance {
    width: 100%;
    float: left;
    margin-bottom: 25px;
}
.pool-checkbox {
    float: left;
}
.pool-checkbox strong {
    font-size: 16px;
    margin-bottom: 5px;
    display: block;
}
.contract-form .contact_form_group .checkbox {
    width: 100%;
    float: left;
    margin-top: 0px;
    margin-bottom: 0px;
}
.contract-form .contact_form_group .checkbox  p{
    margin-bottom: 0px;
}
.pool-price-list .pools-price {
    font-size: 18px;
    font-weight: 700;
}
.contract-form .form-horizontal .form-group{
    margin-left: 0px;
    margin-right: 0px;
}
.pool-schedule {
    border: 1px solid #d4d4d4;
    text-align: center;
    padding: 10px;
    font-weight: 600;
}
.pool-schedule p {
    margin-bottom: 6px;
}
.pool-schedule p.yellow {
    float: left;
    background-color: yellow;
}
.pool-schedule .yellow-right {
    list-style-type: none;
    text-align: left;
    display: table-cell;
    background-color: yellow;
    padding-left: 10px;
}
.pool-schedule .yellow-right li {
    margin-bottom: 8px;
}
.open-info .contact_form_group .checkbox {
    margin-bottom: 6px;
}
.contract-form .contact_form_group .checkbox ul li {
    font-size: 16px;
    line-height: 26px;
}
.closing-info .pool-checkbox {
    float: left;
    width: 75%;
}
.add-change p {
    margin-bottom: 0px;
}
.closing-info .orange p {
    margin-bottom: 5px;
}
.closing-info .orange ul {
    line-height: 26px;
}

.para_del_sp {
    margin-bottom: 0px;
    font-size: 18px;
    text-align: center;
    color: #ffffff;
}

.del-sp {
    padding-left: 0px;
}
.line_hei hr {
    border-top: 1px solid #837878;
}
.review-info .rev-title{
    font-size: 30px;
    color: #ffffff;
    font-weight: 700;
    text-align: center;
}
.review-info {
    width: 100%;
    float: left;
    background: #294d95;
    margin-bottom: 20px;
    padding: 20px;
}
.rev-content {
    width: 100%;
    float: left;
    border: 1px solid #ffffff;
}
.rating.inline{
    text-align: center;
}
.rev-content label {
    text-align: right;
    color: #ffffff;
    font-size: 18px;
    padding-top: 4px;
}

.review_btn{
    background-color: #1c1c1c;
    border-color: #1c1c1c;
    color: #ffffff !important;
}

.review_btn:hover{
    background-color: #000000;
    border-color: #000000;
    color: #ffffff !important;
}

.rev-content input, textarea{

    color: #000000;
}

/* Common style */
.grid figure {
    position: relative;
    float: left;
    overflow: hidden;
    max-height: 360px;
    background: #294d95;
    text-align: center;
    width: 100%;
    cursor: pointer;
}

.grid figure img {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
    opacity: 0.8;
}

.grid figure figcaption {
    color: #fff;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
    pointer-events: none;
}

.grid figure figcaption{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption a {
    z-index: 1000;
    white-space: nowrap;
    opacity: 0;
    height: auto;
    background-color: #919497;
    color: #fff;
    width: auto;
    padding: 10px 15px;
    font-size: 16px;
    border-radius: 4px;
    bottom: 10px;
    top: auto;
    position: relative;
    left: 10px;
}

.grid figure h2 {
    word-spacing: -0.15em;
    font-weight: 300;
}

.grid figure h2 span {
    font-weight: 800;
}

.grid figure h2,
.grid figure p {
    margin: 0;
}

/*---------------*/
/***** Lily *****/
/*---------------*/

figure.effect-lily img {
    max-width: none;
    width: -webkit-calc(100% + 50px);
    width: calc(100% + 50px);
    opacity: 0.9;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-40px,0, 0);
    transform: translate3d(-40px,0,0);
}

figure.effect-lily figcaption {
    text-align: left;
}

figure.effect-lily figcaption > div {
    position: absolute;
    bottom: 25px;
    left: 0;
    width: 100%;
}

figure.effect-lily h2,
figure.effect-lily p, figure.effect-lily a {
    -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;
    font-size: 26px;
    margin-bottom: 10px;
    background: #ffd900;
    display: inline-block;
    padding: 10px 15px;
}
figure.effect-lily p {
    color: rgba(255,255,255,0.8);
    opacity: 0;
    margin-bottom: 20px;
    -webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
    transition: opacity 0.2s, transform 0.35s;
}

figure.effect-lily:hover img{
    opacity: 0.2;
}
figure.effect-lily:hover p, figure.effect-lily:hover a{
    opacity: 1;
}

figure.effect-lily:hover img,
figure.effect-lily:hover h2,
figure.effect-lily:hover p, figure.effect-lily:hover a {
    -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;
    padding: 10px;
}
/*--end-lilly-*/

/*-----------------*/
/***** Apollo *****/
/*-----------------*/

figure.effect-apollo {
    background: #3498db;
    margin-bottom: 30px;
}

figure.effect-apollo img {
    opacity: 0.95;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale3d(1.05,1.05,1);
    transform: scale3d(1.05,1.05,1);
    height: 445px;
    object-fit: cover;
}

figure.effect-apollo::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.5);
    content: '';
    -webkit-transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    -webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
    transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
}

figure.effect-apollo p {
    position: absolute;
    right: 0;
    bottom: 0;
    margin: 3em;
    padding: 0 1em;
    max-width: 150px;
    border-right: 4px solid #fff;
    text-align: right;
    opacity: 0;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
}

figure.effect-apollo h2 {
    text-align: left;
}

figure.effect-apollo:hover img {
    opacity: 0.6;
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
}

figure.effect-apollo:hover::before {
    -webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
    transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
}

figure.effect-apollo:hover p {
    opacity: 1;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.pool-section {
    padding: 50px 20px;
}
.home-pool-section {
    background-color: #1a315d !important;
    padding: 50px 20px;
}
.home-title {
    font-size: 30px;
    color: #fff;
    margin-bottom: 30px;
    margin-top: 0px;
}
.more-info .hours-info p {
    padding-bottom: 0px;
}
/*inner-page--*/
.service-call-info {
    background-color: #294d95;
    padding: 10px 20px;
}
.service-call-info p {
    margin: 0px;
    color: #fff;
    display: flex;
}
.service-call-info p a {
    color: #fff;
}
.service-call-info .phone-icon {
    display: flex;
    align-items: center;
    font-size: 36px;
    margin-right: 12px;
    opacity: 0.6;
}
.service-call-info {
    background-color: #294d95;
    padding: 25px 25px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    margin-top: 30px;
    margin-bottom: 20px;
}
.more-btn {
    background-color: #294d95;
    padding: 10px 25px 12px;
    display: inline-block;
    color: #fff;
    font-size: 16px;
    font-family: 'Lato-Bold';
    letter-spacing: 0.3px;
    border-radius: 25px;
    transition: all 0.3s linear;
}
.more-btn:hover{
    background-color: #919497;
    color: #fff;
}
.more-btn:focus{
    color: #fff;
}
.inground-block hr {
    border-color: #dddddd;
}
.del-space{
    display: none;
}
.reviews-content {
    background-color: #919497;
    padding: 10px 15px 15px 20px;
    border-top-left-radius: 25px;
    border-bottom-right-radius: 25px;
}
.reviews-content h3 {
    color: #fff;
    font-size: 24px;
}
hr.rev-row {
    width: 40px;
    border-width: 5px;
    display: block;
    margin: 0px;
    height: auto;
    border-color: #bdbdbd;
    margin-top: 15px;
}
.review-list h4 {
    color: #fff;
    font-size: 18px;
}
.star-info li {
    color: #ffc834;
    font-size: 20px;
    padding: 0px;
}
.review-list p, .date-info span{
    color: #fff;
}
.review-list {
    border-bottom: 1px solid #fff;
    padding-bottom: 15px;
    padding-top: 10px;
}
.more-review-btn {
    margin-top: 20px;
}
.more-review-btn .more-btn {
    border: 2px solid #fff;
}
.more-review-btn .more-btn:hover{
    background-color: #ffc834;
    color: #fff;
}
.review-list p a {
    color: #fff;
    text-decoration: underline;
}
.summer-content {
    background-image: url(../images/faded-water-Bg-2880w.jpg);
    margin-top: 30px;
    margin-bottom: 30px;
    background-repeat: no-repeat;
    background-position: 50% 50% !important;
    padding: 30px 20px;
    text-align: center;
    background-size: cover;
    border-top-left-radius: 50px;
    border-bottom-right-radius: 50px;
}
.summer-content p {
    color: #fff;
}
.summer-content img {
    padding-top: 10px;
    padding-bottom: 15px;
}
.relate-info {
    background-color: #d3d3d3;
}
.pool-links li {
    margin-bottom: 10px;
    font-size: 16px;
}
.pool-links li a{
    color: #000000;
}
.pool-links {
    margin-top: 20px;
}
.inner-page-right {
    margin-top: 35px;
}
.inground-block {
    margin-top: 20px;
}
.sign-content img {
    width: 100%;
    margin-bottom: 10px;
}
.services-form .contact_form_group {
    margin-left: 0px;
    margin-right: 0px;
}
.call-info a:last-child {
    text-decoration: underline;
}
.inground-content ul li, .tubs-list li, .water-maintain-page ul li {
    margin-bottom: 6px;
}
.loc-icon .fa {
    font-size: 30px;
    color: #b3b3b3;
}
.address-info {
    display: flex;
    margin-top: 20px;
    margin-bottom: 25px;
    width: 100%;
    float: left;
}
.direction-link {
    font-size: 18px;
}
.direction-link a {
    text-decoration: underline;
}
.add-info {
    margin-left: 20px;
    display: table-cell;
    width: 100%;
}
.hours-list li {
    margin-bottom: 6px;
}
.pay-list {
    padding-left: 25px;
}
.contact-page-info {
    margin-bottom: 30px;
    margin-top: 25px;
}
.services-form textarea.form-control {
    max-width: 100%;
}
.contact-partner-logo-block {
    margin-top: 50px;
    margin-bottom: 50px;
}
.contact-logo-list {
    margin-bottom: 30px;
    text-align: center;
}
.contact-form-section {
    margin-top: 30px;
}
.request-contract-form h1 {
    font-size: 36px;
    margin-top: 0px;
    margin-bottom: 20px;
}
.page-section h1:first-child {
    margin-top: 15px;
    font-size: 36px;
    margin-bottom: 15px;
}
.finance-left{
    margin-bottom: 30px;
}
.sign-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}
.sign-row .sign-col {
    display: flex;
    flex-direction: inherit;
}
.more-about-section {
    padding: 65px 0px;
}
.more-about-section {
    padding: 65px 0px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.more-about-content h5 {
    font-size: 30px;
    margin-top: 0px;
    margin-bottom: 15px;
}
.about-video-block video {
    width: 425px;
}
.about-video-block {
    float: right;
}
.address-right {
    border-left: 1px solid #e0e0e0;
    width: 100%;
    float: left;
    padding-left: 35px;
}
.pool_spa_logo img {
    width: 250px;
    margin-bottom: 20px;
}

.reviews-page {
    padding-top: 10px;
    padding-bottom: 50px;
}
.reviews-page-list {
    width: 100%;
    float: left;
    display: flex;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 30px;
    padding-top: 30px;
}
.google-icon {
    float: left;
}
.customer-review-content {
    padding-left: 25px;
    width: 100%;
}
.reply-info {
    background-color: rgb(236, 236, 236);
    padding: 20px;
    border-radius: 5px;
}
.customer-review-content h4 {
    color: #000;
    margin-top: 0px;
}
.reviews-page-content h5 {
    font-size: 26px;
    margin-bottom: 35px;
}
.customer-review-content .star-info {
    margin-bottom: 5px;
}
.google-icon img {
    width: 68px;
}
.reply-info small {
    font-size: 13px;
    font-weight: 300;
    display: inline-block;
    padding-bottom: 5px;
}
.star-rating-info {
    display: flex;
    align-items: center;
}
.star-rating-info .star-info .fa-star {
    font-size: 36px;
}
.overall-info h2 {
    margin-top: 0px;
    font-size: 30px;
    color: #5b5b5b;
}
.overall-info {
    margin-left: 10px;
}
.rev-page-btn, .review-info, .review_list {
    
}
.contract-btn {
    float: right;
    margin-bottom: 0px;
    margin-top: 10px;
}
.contract-btn li a {
    border: 2px solid #c0c0c0;
    color: #294d95;
    padding: 5px 15px;
    font-size: 14px;
    display: inline-block;
    border-radius: 5px;
    font-family: 'Lato-Bold';
    letter-spacing: 0.3px;
    transition: all 0.3s linear;
}
.contract-btn li a:hover{
    background-color: #294d95;
    border-color: #294d95;
    color: #fff;
}


/*--media-responsive--*/

@media (min-width:1023px){

    .swim-row .swim-info .title{

        font-size: 48px;

    }

    .main-heading{

        font-size: 48px;

    }
    .ss-contact{
        height: 345px;
    }
    .open-info .pool-checkbox{
        width: 65%;
    }
    .why-right-content{
        margin-left: 50px;
    }
    .review-left-content, .home-review-right{
        max-width: 400px;
    }
    .home-reiew-row{
        margin: 25px 100px;
        border-radius: 10px;
    }
    .maintain-contract-form .pool-checkbox {
        width: 80%;
    }

}

@media (min-width:768px){

   .swim-row {

        display: flex;

    }

    .swim-col {

        display: flex;

        flex: 1;

    }
    .main-col {
        padding-left: 0px;
    }
    .contact_form_block .contact_form_group label {
        width: 10%;
        float: left;
    }
    .contact_form_block .contact_form_group .contact_con_input_control {
        width: 90%;
        float: left;
    }
    .contact_form_block_n .contact_form_group label {
        width: 30%;
        float: left;
    }
    .contact_form_block_n .contact_form_group .contact_con_input_control {
        width: 70%;
        float: left;
    }

}



@media (max-width:1199px) and (min-width:992px){

    nav.navbar.bootsnav .navbar-nav > li > a{

        padding: 15px 10px;

        font-size: 14px;

    }
    .ss-contact h2{
        font-size: 24px;
    }

}

@media (max-width:991px) and (min-width:768px){

    nav.navbar.bootsnav .navbar-nav > li > a{

        padding: 15px 6px;
        font-size: 11px;
        margin: 0px;

    }

    ul.nav.navbar-nav.navbar-right {

        width: 100%;

    }

    .navbar-header {

        float: none;

        margin: 0px;

        width: 100%;

        text-align: center;

    }

    .about-info h3{

        font-size: 18px;

    }

    .pool-open h3{

        font-size: 20px;

        line-height: 25px;

    }
    .ss-contact{
        margin-bottom: 30px;
    }
    .open-info .contact_form_group .checkbox p{
        display: table-cell;
    }
   
   

}

@media (max-width:767px) and (min-width:320px){

    .header-right {

        float: none;

        margin-top: 0px;

        text-align: center;

        margin-bottom: 10px;

    }

    nav.navbar.bootsnav .navbar-toggle{

        top: 0px;

    }

    .logo{

        padding-bottom: 0px;

        float: none;

    }

    .logo img{

        float: none;

        margin: 0px auto;

    }

    .about-info figure img{

        width: 100%;

    }

    .about-block, .service-block{

        padding: 30px 0px;

    }

    .about-info {

        margin-bottom: 25px;

    }

    .footer-title{

        margin-top: 20px;

    }

    .more-info p{

        padding-bottom: 0px;

    }

    nav.navbar.bootsnav .navbar-nav > li > a{

        padding: 10px 10px;

        font-size: 16px;

        margin: 0px;

    }
    .ss-contact {
        margin-bottom: 30px;
    }
    .pool-checkbox{
        line-height: 1.4;
        width: 80%;
    }
    .pool_price {
        clear: both;
        margin: 4px 0px 0px !important;
        float: left !important;
    }
    .contract-form .contact_form_group .checkbox{
        padding-left: 0px;
    }
    .pool-checkbox strong{
        display: table-cell;
        padding-left: 10px;
    }
    .contract-form .contact_form_group .checkbox p{
        margin-left: 25px;
    }
    .maintance{
        margin-bottom: 0px;
    }
    .main-col {
        padding-left: 0px;
}
    .open-info .pool-checkbox{
        width: 60%;
    }
    .open-info .pool-price-list .pools-price{
        font-size: 14px;
    }
    .home-review-right .reviews-content{
        padding: 0px;
    }
    

}
@media (max-width:445px) and (min-width:320px){
    .radio-inline + .radio-inline{
        margin-left: 0px;
    }
}
@media (max-width:480px) and (min-width:320px){

    .logo img {

        float: none;

    }

    .pool-open h3{

        font-size: 18px;

        line-height: 25px;

    }
    #weblizar_form{
        padding: 30px 6px;
    }
    .message-heading h2{
        font-size: 26px;
    }
    .ss-contact h2{
        font-size: 24px;
    }
    .ss-contact .ss-icon{
        font-size: 40px;
    }
    .contract-form .radio-inline {
        display: block;
    }
    .open-info .contact_form_group .checkbox p, .open-info .pool-checkbox strong{
        font-size: 14px;
    }
    .home-review-right .reviews-content{
        font-size: 30px;
    }
    .about-header {
    padding-bottom: 15px;
}

}

