@import url(https://fonts.googleapis.com/css?family=Lato:100,300,400,700,900,100italic,300italic,400italic,700italic,900italic);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,700,300,600,800,400);
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);

body, html {
    font-family: 'Lato', sans-serif;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    color: #5a5a5a;
}

::-webkit-scrollbar {
    width: 9px;
    height: 9px;
}
 
/* Track */
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    -webkit-border-radius: 0px;
    border-radius: 0px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 0px;
    border-radius: 0px;
    background: rgba(39,174,160,0.4);
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}
::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(214,214,214,0.8); 
}

h1 {
    text-transform: uppercase;
}

    h1 strong {
        font-weight: 900;
    }

h2 {
    text-transform: uppercase;
    line-height: 30px;
    margin: 0;
}

h3 {
    font-size: 18px;
    font-weight: 900;
}

h4 {
    text-transform: uppercase;
}

h5 {
    text-transform: uppercase;
    font-weight: 700;
    line-height: 20px;
}

p {
    font-family: 'Open Sans', sans-serif;
    text-align:justify;
}

    p.intro {
        font-size: 16px;
        margin: 12px 0 0;
        line-height: 24px;
        font-family: 'Open Sans', sans-serif;
    }

    p.center {
        text-align:center;
    }

a {
    color: #0077CC;
}

    a:hover,
    a:focus {
        text-decoration: none;
        color: #0077CC;
    }

.section-title hr {
    border-color: #27aea0;
    border-width: 4px;
    width: 60px;
    float: left;
    clear: both;
}

.section-title.center {
    padding: 30px 0;
}

    .section-title h2,
    .section-title.center h2 {
        font-weight: 300;
    }

    .section-title h2.reveal-sectiontitle {
        text-align: center;
    }

    .section-title.center .line {
        border-top: 4px solid #27aea0;
        height: 10px;
        width: 60px;
        text-align: center;
        margin: 0 auto;
        margin-top: 20px;
    }

    .section-title.center hr {
        border-top: 4px solid rgba(38, 174, 160, 0.34);
        width: 40px;
        text-align: center;
        margin-top: 10px;
        position: relative;
        left: 17%;
    }

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.clearfix {
    display: inline-block;
}

* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

ul, ol {
    padding: 0;
    webkit-padding: 0;
    moz-padding: 0;
}

/* Navigation */
.navbar {
    min-height: 50px;
    padding: 20px;
}

.navbar-brand img {
    margin-top: -30px;
    transition: all 0.5s ease-in; 
    -webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in; 
    -o-transition: all 0.5s ease-in; 
}

.navbar-fixed-top {
     z-index: 900;
}

#tf-menu {
    padding: 30px;
    transition: all 0.8s;
}

    #tf-menu.navbar-default {
        /*background-color: #fff;
        border-color: #00ACA2;
        border-bottom-width: 3px;*/

        background: rgb(255,255,255);
        background: rgba(255,255,255,0.9);
        /*background: #fff;*/
        /*opacity: 0.9;*/
        border-color: transparent;
        border-bottom-width: 3px;
    }

    #tf-menu a.navbar-brand {
        text-transform: uppercase;
        font-size: 22px;
        color: rgba(0,0,0,0.8);
        font-weight: 900;
    }

    #tf-menu.navbar-default .navbar-nav > li > a {
        text-transform: uppercase;
        /*color: #fff;*/
        color: #666; 
        font-size: 15px;
        font-family: 'Montserrat', sans-serif;
        letter-spacing: 1px;
    }

        ul.shift li a:after {
          display: block;
          position: absolute;
          top: 0;
          left: 0;
          bottom: 0;
          right: 0;
          margin: auto;
          width: 100%;
          height: 1px;
          content: '.';
          color: transparent;
          background: #e3e3e3;
          visibility: none;
          opacity: 0;
          z-index: -1;
          transition: all 0.5s;
        }

        ul.shift li a:hover:after {
          opacity: 0.3;
          visibility: visible;
          height: 100%;
          transition: all 0.5s;
        }

.on {
    background-color: #fff !important;
    border-color: #00ACA2 !important;
    padding: 0px !important;
    box-shadow: none;
    opacity: 1;
    transition: all 0.5s ease-in;
    -webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    o-transition: all 0.5s ease-in; 
}
    
    .on .navbar-brand img {
        height: 50px;
        width: 109px;
        margin-top: -15px;
        transition: all 0.5s ease; 
        -webkit-transition: all 0.5s ease-in;
        -moz-transition: all 0.5s ease-in;
        -o-transition: all 0.5s ease-in;
    }

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    color: #27aea0 !important;
    background-color: transparent;
    font-weight: 700;
}

.navbar-toggle {
    border-radius: 0;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #0077CC;
    border-color: #0077CC;
}

    .navbar-default .navbar-toggle:hover > .icon-bar {
        background-color: #FFF;
    }

/* Home Section */
#tf-home {
    background: url(../img/bg/01.jpg);
    /*background-color: #444;*/
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    color: #ffffff;
    /*opacity: 0.5;*/
}

    #tf-home .overlay {
        background: -moz-linear-gradient(top, rgba(255,255,255,0.8) 0%, rgba(255,255,255,0.73) 17%, rgba(255,255,255,0.66) 35%, rgba(255,255,255,0.55) 62%, rgba(255,255,255,0.4) 100%); 
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.8)), color-stop(17%,rgba(255,255,255,0.73)), color-stop(35%,rgba(255,255,255,0.66)), color-stop(62%,rgba(255,255,255,0.55)), color-stop(100%,rgba(255,255,255,0.4))); 
        background: -webkit-linear-gradient(top, rgba(255,255,255,0.8) 0%,rgba(255,255,255,255.73) 17%,rgba(255,255,255,0.66) 35%,rgba(255,2255,255,0.55) 62%,rgba(255,255,255,0.4) 100%); 
        background: -o-linear-gradient(top, rgba(255,255,255,0.8) 0%,rgba(255,255,255,0.73) 17%,rgba(255,255,255,0.66) 35%,rgba(255,255,255,0.55) 62%,rgba(255,255,255,0.4) 100%); 
        background: -ms-linear-gradient(top, rgba(255,255,255,0.8) 0%,rgba(255,255,255,0.73) 17%,rgba(255,255,255,0.66) 35%,rgba(255,255,255,0.55) 62%,rgba(255,255,255,0.4) 100%); 
        background: linear-gradient(to bottom, rgba(255,255,255,0.8) 0%,rgba(255,255,255,0.73) 17%,rgba(255,255,255,0.66) 35%,rgba(255,255,255,0.55) 62%,rgba(255,255,255,0.4) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc000000', endColorstr='#66000000',GradientType=0 ); /* IE6-9 */
        /*background-image: url(images/pattern2.png);  */
        opacity: 1;  
        height: auto;
        background-attachment: fixed;
        padding: 10px 0;
    }

    #tf-home p.lead {
        color: #e3e3e3;
    }

#home {
    padding-top: 170px;
    margin-top: -30px;
    visibility: hidden;
}

/* BxSlider */
ul.bxslider {
    margin: 0;
}

.bx-wrapper img {
    margin: 0 auto;
}

.bx-wrapper .bx-viewport {
    background: transparent;
    /*background: #fff;*/
    box-shadow: none;
    border:  none;
}

.bx-wrapper .bx-pager {
    color: #d6d6d6;
    bottom: -50px;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    background: #aaa;
    width: 40px;
    height: 6px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;

    -webkit-transition: background 0.3s ease-in;
    -moz-transition: background 0.3s ease-in;
    -o-transition: background 0.3s ease-in;
    transition: background 0.3s ease-in;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover{
    background: #666;   

    -webkit-transition: background 0.5s ease-in;
    -moz-transition: background 0.5s ease-in;
    -o-transition: background 0.5s ease-in;
    transition: background 0.5s ease-in;
}

.bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #0077C0;
    transition: background 0.5s ease-in;
}

.bx-wrapper .bx-prev {
    left: 10px;
    width: 80px;
    height: 80px;
    opacity: 0.4;
    background: url(images/prev3.png) no-repeat;

    transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
}

.bx-wrapper .bx-next {
    right: 25px;
    width: 80px;
    height: 80px;
    opacity: 0.4;
    background: url(images/next3.png) no-repeat;

    transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
}

.bx-wrapper .bx-prev:hover {
    background-position: -5px 0px;
    opacity: 1;

    transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
}

.bx-wrapper .bx-next:hover {
    background-position: 5px 0px;
    opacity: 1;

    transition: all 0.6s ease-in;
    -webkit-transition: all 0.6s ease-in;
    -moz-transition: all 0.6s ease-in;
    -o-transition: all 0.6s ease-in;
}

.content {
    position: relative;
    padding: 20% 0 0;
}

.color {
    color: #0077CC;
}

a.fa.fa-angle-down {
    padding: 10px 15px;
    color: #fff;
    border: 2px solid #b4b4b4;
    border-radius: 50%;
    font-size: 24px;
    margin-top: 200px;

    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
}

    a.fa.fa-angle-down:hover {
        background: #27aea0;
        color: #ffffff;
        border: 2px solid #27aea0;
    }

/* Video Section */
#tf-vidsection {
    padding: 70px 0;
}

video {
    max-width: 100%;
    height: auto;
}

#vid {
    display: block;
    margin: 0 auto;
    border: 1px solid #888;
    -webkit-box-shadow:0 0 15px rgba(0, 0, 0, 0.9);
    -moz-box-shadow:0 0 15px rgba(0, 0, 0, 0.9);
    box-shadow:0 0 15px rgba(0, 0, 0, 0.9);
}


/* About Us Section */

.blue {
    color:#27aea0;
    font-weight:bold;
}

#tf-aboutus {
    background: url(../img/bg/02.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    color: #ffffff;
}

    #tf-aboutus .overlay {
        background: -moz-linear-gradient(top, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.73) 17%, rgba(0,0,0,0.66) 35%, rgba(0,0,0,0.55) 62%, rgba(0,0,0,0.4) 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.8)), color-stop(17%,rgba(0,0,0,0.73)), color-stop(35%,rgba(0,0,0,0.66)), color-stop(62%,rgba(0,0,0,0.55)), color-stop(100%,rgba(0,0,0,0.4))); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* IE10+ */
        background: linear-gradient(to bottom, rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc000000', endColorstr='#66000000',GradientType=0 ); /* IE6-9 */
        height: auto;
        background-attachment: fixed;
        padding: 50px 0;
    }

    #tf-aboutus .container > p {
        font-size: 16px;
    }

/* Foo Section */
#tf-foo {
    padding: 40px 0;
}

.icon-center {
     padding: 20px 20px 10px 20px;
}

.col-zoom { 
    transition: all .2s ease-in-out; 
}

.col-zoom:hover { 
    transform: scale(1.1); 
}

/* E-Claims Section */
#tf-eclaims {
    background: url(../img/bg/03.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    color: #ffffff;
}

    #tf-eclaims .overlay {
        background: -moz-linear-gradient(top, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.73) 17%, rgba(0,0,0,0.66) 35%, rgba(0,0,0,0.55) 62%, rgba(0,0,0,0.4) 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.8)), color-stop(17%,rgba(0,0,0,0.73)), color-stop(35%,rgba(0,0,0,0.66)), color-stop(62%,rgba(0,0,0,0.55)), color-stop(100%,rgba(0,0,0,0.4))); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* IE10+ */
        background: linear-gradient(to bottom, rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc000000', endColorstr='#66000000',GradientType=0 ); /* IE6-9 */
        height: auto;
        background-attachment: fixed;
        padding: 70px 0;
    }

    #tf-eclaims .container > p {
        font-size: 16px;
    }

/* Easy Claims Section */
#tf-easyclaims {
    padding: 80px 0;
}

/* Services Section */
#tf-services {
    background: url(../img/bg/04.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    color: #ffffff;
}

    #tf-services .overlay {
        background: -moz-linear-gradient(top, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.73) 17%, rgba(0,0,0,0.66) 35%, rgba(0,0,0,0.55) 62%, rgba(0,0,0,0.4) 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.8)), color-stop(17%,rgba(0,0,0,0.73)), color-stop(35%,rgba(0,0,0,0.66)), color-stop(62%,rgba(0,0,0,0.55)), color-stop(100%,rgba(0,0,0,0.4))); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* IE10+ */
        background: linear-gradient(to bottom, rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc000000', endColorstr='#66000000',GradientType=0 ); /* IE6-9 */
        height: auto;
        background-attachment: fixed;
        padding: 125px 0;
    }

    #tf-services .container > p {
        font-size: 16px;
    }

ul.services-list {
    margin: 30px 0 0;
}

    ul.services-list li {
        display: block;
        font-size: 16px;
        line-height: 30px;
        font-family: 'Open Sans', sans-serif;
    }

        ul.services-list li span {
            margin-right: 10px;
        }

/* Why Us Section */
#tf-whyus {
    padding: 90px 0;
}

    #tf-whyus .container p {
        font-size: 16px;
    }

.space {
    margin-top: 40px;
}

#tf-whyus i.fa {
    font-size: 60px;
    border: 4px solid #27aea0;
    width: 120px;
    height: 120px;
    padding: 27px 25px;
    margin-bottom: 20px;
    border-radius: 50%;
    transition: all 0.5s;
}

    #tf-whyus i.fa.fa-mobile {
        font-size: 50px;
        padding: 20px 25px;
    }

#tf-whyus .service:hover > i.fa {
    background: #27aea0;
    color: #ffffff;
}


/* Sign Up Section */
#tf-signup {
    background: url(../img/bg/05.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    color: #ffffff;
}

    #tf-signup .overlay {
        background: -moz-linear-gradient(top, rgba(180,180,180,0.8) 0%, rgba(180,180,180,0.73) 17%, rgba(180,180,180,0.66) 35%, rgba(180,180,180,0.55) 62%, rgba(180,180,180,0.4) 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(180,180,180,0.8)), color-stop(17%,rgba(180,180,180,0.73)), color-stop(35%,rgba(180,180,180,0.66)), color-stop(62%,rgba(180,180,180,0.55)), color-stop(100%,rgba(180,180,180,0.4))); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, rgba(180,180,180,0.8) 0%,rgba(180,180,180,0.73) 17%,rgba(180,180,180,0.66) 35%,rgba(180,180,180,0.55) 62%,rgba(180,180,180,0.4) 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, rgba(180,180,180,0.8) 0%,rgba(180,180,180,0.73) 17%,rgba(180,180,180,0.66) 35%,rgba(180,180,180,0.55) 62%,rgba(180,180,180,0.4) 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, rgba(180,180,180,0.8) 0%,rgba(180,180,180,0.73) 17%,rgba(180,180,180,0.66) 35%,rgba(180,180,180,0.55) 62%,rgba(180,180,180,0.4) 100%); /* IE10+ */
        background: linear-gradient(to bottom, rgba(180,180,180,0.8) 0%,rgba(180,180,180,0.73) 17%,rgba(180,180,180,0.66) 35%,rgba(180,180,180,0.55) 62%,rgba(180,180,180,0.4) 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc000000', endColorstr='#66000000',GradientType=0 ); /* IE6-9 */
        margin: 20px 0;
        padding: 10px 80px;
        background-attachment: fixed;
    }

    #tf-signup .container p {
        font-size: 16px;
    }

label {
    float: left;
    font-size: 12px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
}

#tf-signup .form-control {
    display: block;
    width: 100%;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    opacity: 0.8;
    color: #000;
    background-color: #eee;
    background-image: none;
    border: 2px solid #fff;
    border-radius: 2px;
    -webkit-box-shadow: none;
    box-shadow: none;
    transition:  background-color 0.5s ease;
    text-align: center;
}

    #tf-signup .form-control:focus, 
    #tf-signup .form-control:active {
        outline: 0;
        background: #fff;
        border: none;
        opacity:1;
        color: #444;
        transition: all 0.5s ease;
    }

    #tf-signup .form-control::-webkit-input-placeholder,
    #tf-signup .form-control::-webkit-input-placeholder {
      color: #444;
    }

    #tf-signup .form-control:active::-webkit-input-placeholder,
    #tf-signup .form-control:focus::-webkit-input-placeholder {
      color: #fff;
      transition: color 0.5s ease;
    }

    #tf-signup .form-control:-webkit-autofill {
        -webkit-box-shadow: 0 0 0px 1000px #fff inset;
    }

    #tf-signup .form-control {

    }

button.btn.tf-btn.btn-default {
    margin: 10px auto;
    top: -100px;
    background: #27aea0;
    border: 0;
    border-radius: 0;
    padding: 10px 40px;
    color: #ffffff;
    text-transform: uppercase;
    box-shadow: 0 4px 2px 0px #2a9e92;
}

.btn-left {
    float: right;  
    display: inline; 
}

.btn:active, .btn.active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    box-shadow: 0 4px 2px -2px #27aea0;
    transform: translateY(1px);
    transition: 0.4s all ease;
}

    .btn:focus,
    .btn:active:focus,
    .btn.active:focus,
    .btn.focus,
    .btn:active.focus,
    .btn.active.focus {
        outline: thin dotted;
        outline: none;
        outline-offset: none;
    }

/* Contact Us and Map Section */
#tf-contactus {
    padding-top: 20px;
}

    #tf-contactus .form-control {
        border-radius: 2px;
        border: 2px solid #d6d6d6;
        box-shadow: 0 4px 2px -2px #d6d6d6;
    }

    #tf-contactus .form-control:focus, #tf-contactus .form-control:active {
      border-color: #27aea0;
      outline: 0;
      box-shadow: none;
      /*box-shadow: 0 4px 2px -2px #27aea0;*/
      transition: border-color 0.4s ease-in;
    }

    #tf-contactus .form-control:active::-webkit-input-placeholder,
    #tf-contactus .form-control:focus::-webkit-input-placeholder {
      color: #27aea0;
      text-indent: 78%;
      transition: text-indent 0.2s ease-in;
      -webkit-transition: text-indent 0.2s ease-in;
      -moz-transition: text-indent 0.2s ease-in;
      -o-transition: text-indent 0.2s ease-in;
    }

    #tf-contactus .form-control:-webkit-autofill {
        -webkit-box-shadow: 0 0 0px 1000px #fff inset;
    }

textarea.form-control {
  height: 100%;
  resize: none;
}

#inquiry-form label.error {
    color: #FB3A3A;
    margin-left: 5px;
}

#signup-form label.error {
    color: #fff;
    margin-left: 5px;
}

#map {
    border: 2px solid #ccc;
    display: inline;
    float: left;
    width: 100%;
    height: 395px;
    margin-bottom: 50px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(204, 204, 204, .6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(204, 204, 204, .6);  
}

/*No Captcha reCAPTCHA */
#captcha {
    color: red;
}

#recaptcha1 {
    margin-left: 130px;
}

/* Footer */
nav#footer {
    background: #222222;
    color: #ffffff;
    padding: 20px 0 15px 0;
}

    nav#footer .fnav {
        vertical-align: middle;
    }

ul.footer-social li {
    display: inline-block;
    margin-right: 10px;
}

nav#footer p {
    font-size: 12px;
    margin-top: 10px;
}

#footer i.fa {
    height: 30px;
    width: 30px;
    border: 2px solid #8c8c8c;
    font-size: 20px;
    padding: 4px 5px;
    border-radius: 50%;
    color: #8c8c8c;
    transition: all 0.5s;
}

    #footer i.fa:hover {
        background: #27aea0;
        border-color: #27aea0;
        color: #ffffff;
    }

/* Scroll to Top */
.cd-top {
  display: inline-block;
  height: 50px;
  width: 50px;
  position: fixed;
  bottom: 0px;
  right: 7px;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(125, 206, 198, 0.8) url(images/backToTop2.png) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}

.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}

.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}

.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}
.no-touch .cd-top:hover {
  background-color: #0077C0;
  opacity: 1;
}

@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 10px;
  }
}

@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 50px;
    width: 50px;
    right: 20px;
    bottom: 10px;
  }
}

/* Media Queries */
@media (max-width: 991px) {
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
    .navbar-nav > li {
        float: none;
    }
    .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .navbar-text {
        float: none;
        margin: 15px 0;
    }
    /* since 3.1.0 */
    .navbar-collapse.collapse.in { 
        display: block!important;
    }
    .collapsing {
        overflow: hidden!important;
    }
}

@media (max-width: 1200px) {
    #rc-imagest, .g-recaptcha2 {
        transform:scale(0.8);
        -webkit-transform:scale(0.8);
        transform-origin:0 0;
        -webtransform-origin:0 0;
    }

    .g-recaptcha2 {
        position: absolute;
    }

    .g-recaptcha {
        margin-left: 80px;
    }
}

@media (max-width: 1160px) {
     .g-recaptcha {
        margin-left: 60px;
    }
}

@media (max-width: 1000px) {
     .g-recaptcha {
        margin-left: 60px;
        margin-top: 10px;
    }
}

@media (max-width: 985px) {
    .g-recaptcha2 {
        position: absolute;
        margin-top: -5px;
    }
}

@media (max-width: 480px) {
    #rc-imagest, .g-recaptcha2 {
        transform:scale(0.9);
        -webkit-transform:scale(0.9);
        transform-origin:0 0;
        -webtransform-origin:0 0;
    }

    .g-recaptcha2 {
        position: absolute;
        margin-top: -10px;
    }
}

@media (max-width: 440px) {
    #rc-imagest, .g-recaptcha2 {
        transform:scale(0.8);
        -webkit-transform:scale(0.8);
        transform-origin:0 0;
        -webtransform-origin:0 0;
    }

    .g-recaptcha2 {
        position: absolute;
        margin-top: -10px;
    }
}

@media (max-width: 400px) {
    #rc-imagest, .g-recaptcha2 {
        transform:scale(0.7);
        -webkit-transform:scale(0.7);
        transform-origin:0 0;
        -webtransform-origin:0 0;
    }

    .g-recaptcha2 {
        position: absolute;
        margin-top: -10px;
    }
}

@media (max-width: 300px) {
    #rc-imagest, .g-recaptcha2 {
        transform:scale(0.6);
        -webkit-transform:scale(0.6);
        transform-origin:0 0;
        -webtransform-origin:0 0;
    }

    .g-recaptcha2 {
        display: relative;
    }
}
