@font-face {
    font-family: UbuntuLight;
    src: url(../fonts/ubuntu/Ubuntu-Light.ttf);
}

@font-face {
    font-family: UbuntuMedium;
    src: url(../fonts/ubuntu/Ubuntu-Medium.ttf);
}

@font-face {
    font-family: UbuntuRegular;
    src: url(../fonts/ubuntu/Ubuntu-Regular.ttf);
}

@font-face {
    font-family: UbuntuBold;
    src: url(../fonts/ubuntu/Ubuntu-Bold.ttf);
}


body {
    position: relative;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    padding: 0;
    margin: 0;
    font-family: UbuntuLight, sans-serif;
}

body * {
    box-sizing: border-box;
}

.column {
    width: calc(50% - 5px);
    float: left;
}

.grid-container {
    width: 50%;
    padding: 0 5px;
}
.navbar-top {
    background-color: rgba(255, 255, 255, .68);
    height: 86px;
    padding: 23px 136px;
}

.navbar-top * {
    display: inline-block;
    float: left;
    color: #505151;
    line-height: 40px;
    font-size: 14px;
    text-align: center;
}

.to-right {
    float: right;
}


.navbar-top .logo {
    background-image: url('../images/logo.png');
    width: 211px;
    height: 43px;
    background-size: contain;
    background-repeat: no-repeat;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.navbar-top .menu {
    padding: 0 0 0 3%;
}

.navbar-top .menu .menu-item {
    font-family: UbuntuMedium;
    vertical-align: middle;
    padding: 0 20px;
}

.navbar-top .menu .menu-item:hover{
    text-decoration: none;
}

.navbar-top .info {
    padding-left: 20px;
}

.navbar-top .info .fa {
    padding-right: 5px;
}

.navbar-top .phones {
    line-height: 16px;
    padding: 0 4% 0 15px;
    margin-top: -14px;
}

.navbar-top .phones a {
    line-height: 20px;
    text-decoration: none;
    font-family: UbuntuMedium;
    width: 100%;
    text-align: center
}

.navbar-top .phones div {
    font-family: UbuntuLight;
    display: block;
    float: none;
    margin-top: 5px;
    padding: 0;
    line-height: 14px;
    font-weight: bold;
    height: 20px;
}

.navbar-top .call-us button {
    height: 40px;
    background: none;
    border: 2px solid #989898;
    color: #989898;
    line-height: 35px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 0 20px;
    cursor: pointer;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;

    font-family: UbuntuMedium;
}

.navbar-top .call-us button .fa {
    color: #989898;
    line-height: 35px;
    padding-right: 5px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.navbar-top .call-us button:hover {
    border: 2px solid #A0A0A0;
    color: #A0A0A0;
}

.navbar-top .call-us button:hover .fa {
    color: #A0A0A0;
}


.container-block {
    display: block !important;
}

.container, .container-block {
    padding: 40px 100px 0 100px;
    display: table;
}

@media (min-width: 1140px) and (max-width: 1280px) {
    .navbar-top .to-right.info {
        padding-left: 0;
        padding-right: 0;
    }

    .navbar-top .menu-item {
        padding: 0 8px
    }

    .navbar-top .menu {
        padding-right: 5px;
        padding-left: 10px;
    }
}

@media (min-width: 1000px) and (max-width: 1180px) {
    .to-right.info {
        display: none;
    }

    .navbar-top .menu-item {
        padding: 0 8px
    }

    .navbar-top .menu {
        padding-right: 5px;
        padding-left: 10px;
    }
}

@media (min-width: 768px) and (max-width: 1000px)  {
    .to-right.info {
        display: none;
    }

    .navbar-top .menu-item {
        padding: 0 8px
    }

    .navbar-top .menu {
        padding-right: 5px;
        padding-left: 10px;
    }

    .container, .navbar-top, footer, .container-block {
        padding-left: 50px;
        padding-right: 50px;
    }
}

@media (max-width: 768px)  {
    .container, .navbar-top, footer, .container-block {
        padding-left: 10px;
        padding-right: 10px;
    }

    footer {
        height: 280px;
    }

    .text-left, .text-right {
        display: block !important;
        width: 100% !important;
        text-align: center !important;
        padding: 15px !important;
    }
}

.row {
    display: table-row;
}

.grid-container {
    display: table-cell;
}

.clear { clear: both; }

@media (min-width: 1001px) {
    .container-block {
        margin-bottom: 100px;
    }
}

@media (max-width: 1000px) {
    .banner-right-feature {
        padding-left: 0 !important;
    }

    .banner-right-wrapper {
        padding-left: 10px;
        padding-right: 10px;
        width: 100% !important; 
    }

    #sidetext{
        left: -80px !important;
    }

    .container {
        display: block;
    }

    .row {
        display: block;
    }

    .container-block {
        height: auto;
    }

    .content-block-important {
        padding-left: 30px !important;
    }

    .grid-container, .block-left, .block-right {
        display: block !important;
        width: 100% !important;;
        margin-bottom: 20px;
    }

    .grid-container.block-right .content-block {
        width: 100%;
        margin: 0;
    }
	
	#sidetext { display: none;}
}

@media (max-width: 1060px) {
    .navbar-top .phones {
        padding-left: 5px;
        padding-right: 5px;
    }
}

@media (max-width: 950px) {
    .navbar-top .phones, .navbar-top .info {
        display: none;
    }
}

@media (max-width: 400px) {
    .banner-right-wrapper {
        padding-left: 7px !important;
        padding-right: 7px !important;
    }

    .content-block {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}

.content-block {
    background-color: rgba(0, 0, 0, .4);
    padding: 30px 50px;
    margin-bottom: 10px;
}

.content-block * {
    color: white;
    font-family: UbuntuLight, sans-serif;
}

.content-block h1 {
    font-size: 26px;
    font-weight: lighter;
    text-transform: uppercase;
}

.content-block .description {
    font-size: 16px;
    padding-right: 50px;
    line-height: 20px;
    min-height: 40px;
}

.content-block a {
    color: #fff600;
    line-height: 30px;
}

.banner-right {
    padding: 10px 30px 30px 30px;
}

.banner-right * {
    text-align: center;
}

.banner-right p {
    padding-right: 0;
}

.banner-right-form {
    min-height: 50px;
}

.call-form {
    min-height: 50px;
}

.call-form-input-wrapper, .call-form-button {
    margin: 0
}

.call-form-input-wrapper {
    width: 65%;
    display: inline-block;
    float: left;
    padding-right: 20px;
    height: 45px;
}

.call-form-input-wrapper .call-form-input {
    width: 100%;
    height: 45px;
    background: none;
    border: 2px solid white;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    display: inline-block;
    text-align: center;
    color: white;
}

.call-form-input::-webkit-input-placeholder {
    opacity:1;
    color: #fff;
    font-family: UbuntuLight, sans-serif;
    text-align: center;
    font-size: 15px;
}

/* Firefox 19+ */
.call-form-input::-moz-placeholder {
    opacity:1;
    color: #fff;
    font-family: UbuntuLight, sans-serif;
    text-align: center;
    font-size: 15px;
}

/* Firefox 18- */
.call-form-input:-moz-placeholder {
    opacity:1;
    color: #fff;
    font-family: UbuntuLight, sans-serif;
    text-align: center;
    font-size: 15px;
}

.call-form-input:-ms-input-placeholder {
    opacity:1;
    color: #fff;
    font-family: UbuntuLight, sans-serif;
    text-align: center;
    font-size: 15px;
}


.call-form .call-form-input::-webkit-input-placeholder       {text-indent: 0px;   transition: text-indent 00.3s ease;}
.call-form .call-form-input:-ms-input-placeholder            {text-indent: 0px;   transition: text-indent 00.3s ease;}
.call-form .call-form-input:focus::-webkit-input-placeholder {text-indent: 600px; transition: text-indent 00.3s ease;}
.call-form .call-form-input:focus::-moz-placeholder          {opacity: 0}
.call-form .call-form-input:focus:-moz-placeholder           {opacity: 0}
.call-form .call-form-input:focus:-ms-input-placeholder      {text-indent: 600px; transition: text-indent 00.3s ease;}

.call-form-button, .banner-right-form-button {
    width: 35%;
    height: 49px;
    float: left;
    display: inline-block;
    border: 0;
    color: white;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 17px;
    background: url('../images/button-submit.png');
    background-size: cover;
    background-repeat: no-repeat;
}

.banner-right {
    margin-bottom: 50px;
}

.call-form-button:hover, .banner-right-form-button:hover {
    filter: grayscale(15%);
}

.call-form-button:active, .banner-right-form-button:active {
    filter: grayscale(20%);
}



.banner-right h1 {
    font-family: UbuntuMedium, sans-serif;
    font-size: 30px;
    text-transform: none;
    margin-top: 10px;
}

.banner-right h3 {
    font-family: UbuntuRegular, sans-serif;
    font-weight: normal;
    font-size: 18px;
}

.banner-right h3 b {
    text-transform: uppercase;
}

.banner-right-form {
    min-height: 100px;
}

.banner-right-form-button {
    margin: 15px 10%;
    width: 80%;
}

.banner-right-form-input-wrapper {
    width: 100%;
    height: 50px;
    border: 0;
}

.banner-right-form-input {
    width: 100%;
    height: 50px;
    color: #a9a8a8;
    font-size: 16px;
    -webkit-border-radius: 5px;
    -moz-border-radius:5px;
    border-radius:5px;
}


footer {
    display: block;
    padding: 10px 100px;
}

footer * {
    color: white;
    font-family: UbuntuRegular, sans-serif;
}

.text-left {
    font-size: 14px;
    line-height: 20px;
    display: inline-block;
    float: left;
    text-align: left;
}

.text-right {
    display: inline-block;
    float: right;
    text-align: right;
}

.text-center {
    opacity: .5;
    font-size: 14px;
    float: none;
    width: 100%;
    text-align: center;
}

footer .part-top, footer .part-bottom {
    display: block;
    line-height: 26px;
}

footer .part-top {
    height: 50px;
}

footer .part-bottom {
    height: 30px;
}

footer .part-bottom a {
    color: #ff4402;
}

a {
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

.banner-right {
    width: 70%;
    margin: 0 auto;
}

.banner-right-image-wrapper {
    width: 100%;
    height: 50px;
    padding: 10px 30px 30px 30px;
    text-align: center;
}

.banner-right-feature {
    width: 100%;
    display: inline-block;
    padding-left: 15px;
    padding-bottom: 20px;
    padding-top: 20px;
}

@media (min-width: 1001px) and (max-width: 1220px) {
    .banner-right-wrapper {
        padding-left: 15px;
        padding-right: 15px;
    }

    .banner-right-feature .inner-content {
        width: 90%;
        margin: 0 auto;
    }

    .banner-right-feature p {
        width: 80%;
    }
}

.banner-right-feature b {
    text-transform: uppercase;
}

.banner-right-feature .inner-content {
    max-width: 280px;
    margin: 0 auto;
}

.banner-right-feature img {
    display: inline-block;
    float: left;
    padding-top: 5px;
}

.banner-right-feature p {
    display: inline-block;
    float: left;
    text-align: left !important;
    margin: 0;
    font-size: 16px;
    padding-left: 15px;
    line-height: 1.5em;
}


.content-block-important {
    padding-left: 100px;
}

.content-block-important * {
    color: white;
    font-family: UbuntuLight, sans-serif;
}


.content-block-important h1 {
    font-size: 60px;
    font-weight: 100;
    margin-bottom: 0;
}

.content-block-important h1 b, .content-block-important h2 b {
    font-family: UbuntuMedium, sans-serif;
}

.content-block-important h2 {
    text-transform: uppercase;
    font-size: 26px;
    font-weight: 100;
}

.content-block-important h3 {
    margin-top: 10px;
    font-size: 20px;
    line-height: 27px;
}

.content-block-important p {
    line-height: 25px;
    font-size: 16px;
}

.content-block-important .prefix {
    display: inline-block;
    float: left;
}

.content-block-important .price-value {
    font-weight: bold;
    font-size: 50px;
    padding-left: 10px;
    liNe-height: 40px;
    text-transform: uppercase;
    display: inline-block;
    float: left;
}

.content-block-important hr{
    max-width: 150px;
    margin-left: 0;
}

.content-block-important .price-value small {
    font-size: 34px;
}

.content-block-important .prefix .top, .content-block-important .price .bottom {
    text-transform: uppercase;
    display: inline-block;
}

.content-block-important .prefix .top {
    font-size: 14px;
}

.content-block-important .prefix .bottom {
    font-size: 22px;
    font-family: UbuntuMedium, sans-serif;
}

.block-left {
    float: left;
    display: inline-block;
}

.block-right {
    float: right;
    display: inline-block;
}

.grid-container.block-left {
    width: 55%;
}

.grid-container.block-right {
    width: 45%;
}

footer hr {
    border-color: rgba(255,255,255,.18);
}

.xs-menu {
    display: none;
    float: right;
    position: relative;
}

@media (max-width: 710px) {
    .navbar-top .menu, .navbar-top .call-us {
        display: none;
    }

    .xs-menu {
        display: block;
    }

    header {
        position: fixed;
        width: 100%;
        z-index: 10000;
    }


    footer {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
}


@media (max-width: 550px) {
    .call-form-input-wrapper, .call-form-button {
        width: 100%;
        display: block;
        padding: 0;
    }

    .call-form-button {
        margin-top: 10px;
    }
}

.xs-menu .phone-btn {
	width: 50px;
	text-align: center;
}
.xs-menu .phone-btn span {
	float: none;
	font-size: 28px;
}
.xs-menu .btn-collapse {
    display: none;
	padding-right: 15px;
    cursor: pointer;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.xs-menu .btn-collapse i {
    font-size: 25px;
    color: #505151;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.xs-menu .btn-collapse:hover i {
    color: #aaa;
}



.xs-menu .collapsed-menu {
    background-color: rgba(255, 255, 255, .8);
    position: absolute;
    top: 63px;
    right: -10px;
    width: 100vw;
}

.xs-menu .collapsed-menu a {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 18px;
    padding: 10px;
    text-decoration: none;
    font-family: UbuntuMedium, sans-serif;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

.xs-menu .collapsed-menu a:hover {
    background-color: rgba(100, 100, 100, .2);
}

.xs-menu .collapsed-menu a .fa {
    float: none;

}

input.error {
    border-color: #e74c3c !important;
}

#bg-1, #bg-2 {
    background-image: url('../images/background.png');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;

    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -ms-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s;

    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 1;
}

#bg-2 {
    /*background-image: url('../images/background-2.png');*/
    opacity: 0;
}

#blur {
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    padding: 0;
    margin: 0;
}

.blur {
   -webkit-filter: blur(3px);
    -moz-filter: blur(3px);
    -o-filter: blur(3px);
    -ms-filter: blur(3px);
    filter: blur(3px);
}


#overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0,0,0,.59);
}


#overlay2 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0,0,0,.59);
}

.modal {
    padding: 5px;
    max-width: 100%;
    position: absolute;
    top: 100px;
    border: 1px solid white;
}

#popup-recall, #popup-success, #popup-error {
    width: 350px;
    left: calc(50% - 175px);
}

@media (max-width: 400px) {
    .modal {
        /*top: 100px !important;*/
        left: 0 !important;
        right: 0 !important;
        width: 100vw !important;
    }
}

.modal .content {
    padding: 20px;
    padding-top: 25px;
    background-color: white;
    width: 100%;
    position: relative;
}

.modal .content h3, p, label {
    color: black;
}

.modal .content .close-modal {
    position: absolute;
    right: 10px;
    top: 10px;
    color: #d8d5d5;
    font-size: 12px;
    cursor: pointer;
}

#popup-recall .content h3, #popup-success .content h3, #popup-error .content h3 {
    text-align: center;
    font-size: 22px;
    font-family: UbuntuRegular, sans-serif;
    margin: 0;
    font-weight: 100;
}

#popup-recall .content p, #popup-success .content p, #popup-error .content p {
    text-align: center;
    font-size: 14px;
    font-family: UbuntuRegular, sans-serif;
    margin-top: 5px;
}

#popup-recall .content hr, #popup-success .content hr, #popup-error .content hr {
    border-color: white;
    width: 28%;
    margin: 30px auto;
}

#popup-recall .content label {
    text-transform: uppercase;
    font-size: 12px;
    font-family: UbuntuMedium, sans-serif;
    display: block;
    margin-bottom: 10px;
}

#popup-recall .content input {
    font-size: 16px;
    padding: 12px;
    width: 100%;
    display: block;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    box-shadow: none;
    border: 2px solid #d0d0d0;
    margin-bottom: 15px;
}

#popup-recall .content button {
    width: 100%;
    margin: 0;
}


#popup-more {
    width: 800px;
    left: calc(50% - 400px);
    padding: 10px;
}

#popup-more .content-wrapper {
    display: table;
    width: 100%;
}

#popup-more .content {
    padding: 0;
    display: table-row;
}


@media (max-width: 850px) {
    #popup-more {
        left: 0 !important;
        right: 0 !important;
        width: 100vw !important;
    }
}

#popup-more .content-left {
    display: table-cell;
    width: 55%;
}

#popup-more .content-right {
    display: table-cell;
    width: 45%;
    position: relative;

    background-image: url('../images/background.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

@media (max-width: 768px) {
    #popup-more .content-wrapper, #popup-more .content, #popup-more .content-right, #popup-more .content-left {
        width: 100% !important;
        display: block !important;
    }

    #popup-more .content-left .close-modal {
        display: block !important;
    }

    #popup-more .content-right {
        padding-top: 35px !important;
    }

    #popup-more .content-right .close-modal {
        display: none !important;
    }
}

#popup-more .content-left {
    padding: 20px 35px 5px 25px;
}

#popup-more .content-left h2 {
    font-size: 24px;
    margin: 0;
    text-transform: uppercase;
    font-family: UbuntuLight, sans-serif;
    padding-bottom: 10px;
    border-bottom: 1px solid #eaeaea;
}

#popup-more .content-left h2 b {
    font-family: UbuntuMedium, sans-serif;
}

#popup-more .content-left p {
    margin-bottom: 25px;
}

#popup-more .content-left .close-modal {
    display: none;
}

#popup-more .content-right {
    padding: 5px 15px 15px 15px;
}

#popup-more .content-right .close-modal {
    top: 3px;
}

#popup-more .content-right h3 {
    text-transform: uppercase;
    font-weight: bold;
    font-family: UbuntuMedium, sans-serif;
    letter-spacing: 4px;
    color: white;
    font-size: 14px;
    line-height: 20px;
    margin: 0;
    text-align: center;
}

#popup-more .content-right p {
    color: white;
    line-height: 22px;
    text-align: center;
}

#popup-more .content-right h1, h2, h3, h4, h5, h6, p, div, form {
    z-index: 200 !important;
    position: relative;
}

#popup-more .content-right .local-overlay {
    z-index: 1 !important;
}

#popup-more .content-right .call-form-input-wrapper, #popup-more .content-right .call-form-input, #popup-more .content-right .call-form-button {
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
}

#popup-more .content-right .call-form-button {
    font-size: 14px;
}


#popup-more .content-right table {
    background-color: white;
    width: 100%;
    padding: 0 10px;
    margin-bottom: 30px;
}

#popup-more .content-right table td {
    padding: 0 5px 5px 10px;
    font-size: 14px;
    font-family: UbuntuMedium, sans-serif;
    position: relative;
    color: #333333;
}


#popup-more .content-right table td span.border {
    position: absolute;
    right: 0;
    height: 30px;
    top: -15px;
    border-right: 1px solid #eaeaea;
}

#popup-more .content-right .stars .fa {
    color: #ffc602;
    font-size: 10px;
}

#overlay, .modal {
    display: none;
}

.local-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,.39);
}


button {
	cursor: pointer !important;
}


#popup-success .content, #popup-error .content {
    text-align: center;
    padding: 70px 27px 40px 27px;
}


@media (min-width: 1000px) and (max-width: 1280px) {
    .navbar-top .menu .menu-item {
        padding: 0 0 0 10px;
    }
}


@media (max-width: 400px) {
    #popup-more .content-right table td {
        font-size: 10px !important;
    }

    #popup-more .content-right table {
        padding: 5px;
    }
}

input, input:focus {
    font-size: 16px;
}