@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,700);
body,
html {
    padding: 0px;
    margin: 0px;
    font-family: 'Open Sans', sans-serif;
    color: rgb(75, 75, 75);
    font-size: 14px;
}

a {
    text-decoration: none;
}

a img {
    border: 0px;
}

a:focus {
    outline: none;
}

section {
    display: block;
    width: 100%;
}

h2 {
    font-size: 36px;
}

h2 span {
    font-weight: 700;
}

.bold {
    font-weight: 700;
}

.container {
    max-width: 1200px;
    margin: auto;
    padding: 0px 15px;
}

header.sticky {
    display: none;
    z-index: 100;
    position: fixed;
    -webkit-box-shadow: 0px 1px 17px 0px rgba(150, 150, 150, 1);
    -moz-box-shadow: 0px 1px 17px 0px rgba(150, 150, 150, 1);
    box-shadow: 0px 1px 17px 0px rgba(150, 150, 150, 1);
}

header {
    background-color: white;
    width: 100%;
    display: block;
    z-index: 100;
    position: fixed;
    -webkit-box-shadow: 0px 1px 17px 0px rgba(150, 150, 150, 1);
    -moz-box-shadow: 0px 1px 17px 0px rgba(150, 150, 150, 1);
    box-shadow: 0px 1px 17px 0px rgba(150, 150, 150, 1);
}

.phone-box {
    margin-top: 20px;
}
.phone-box a {
    color:  #6c047f;
    background: #f6bc5a;
    padding: 5px 10px;
    font-weight: bold;
    font-size: 20px;
}
.phone-box a i {
    margin-right: 10px;
}

.Header {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    justify-content: space-between;
    width: 100%;
    padding: 10px 0px 5px;
}

.header-yelp {
    padding-left: 100px;
    padding-bottom: 13px;
}

.Logo {
    order: 1;
}

.yelp-snippet {
    order: 2;
    padding-top: 12px;
}

.Batch {
    order: 3;
}

.Phone {
    order: 4;
    padding: 13px 0px;
    font-size: 40px;
    font-weight: 700;
}

.Banner {
    -webkit-box-shadow: inset 0px 0px 14px 1px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: inset 0px 0px 14px 1px rgba(0, 0, 0, 0.75);
    box-shadow: inset 0px 0px 14px 1px rgba(0, 0, 0, 0.75);
    padding: 55px 0;
    padding-top: 160px;
    display: table;
    width: 100%;
    background-image: url('../img/banner.jpg');
    background-size: cover;
}

.Banner__inner {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.Banner__form {
    order: 2;
}

.Banner__txt {
    order: 1;
}

.Banner__form_inner {
    position: relative;
    width: 380px;
    margin-left: 30px;
    background-color: white;
    border-radius: 6px;
    padding: 0px 25px 25px 25px;
    text-align: center;
    font-size: 14px;
    -webkit-box-shadow: 0px 2px 22px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 2px 22px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 2px 22px 0px rgba(0, 0, 0, 0.75);
}

.qInfo {
    margin-top: 15px;
}

.Banner__form_head {
    margin-bottom: 15px;
    background-color: #f6bc5a;
    color: white;
    padding: 10px 0px;
    text-align: center;
    border-radius: 0 0 6px 6px;
    font-size: 25px;
}

.Banner__txt ul {
    padding: 0px;
    margin: 0px;
}

.Banner__txt li {
    list-style-type: none;
    font-weight: 300;
    font-size: 21px;
}

.Banner__txt ul > li:before {
    content: "\f00c";
    color: #f6bc5a;
    font-family: fontAwesome;
    margin-right: 10px;
}

.Banner__txt {
    color: white;
    line-height: 1.8;
    font-size: 26px;
}

.Banner__txt p {
    margin-top: 0px;
}

.Banner__txt h1 {
    font-size: 45px;
    font-weight: 300;
    line-height: 1.5;
    margin: 0px;
}

.Banner__txt a{
    color: white;
	text-decoration: underline;
}

.Banner__txt a:hover{
    color: white;
	text-decoration: none;
}

.Form {
    padding: 0px;
}

.Form__step_2 {
    display: none;
}

.Form [name=fname]::-webkit-input-placeholder::before,
.Form [name=lname]::-webkit-input-placeholder::before {
    content: "\f007";
    font-family: fontAwesome;
    margin-right: 15px;
}

.Form [name=email]::-webkit-input-placeholder::before {
    content: "\f003";
    font-family: fontAwesome;
    margin-right: 15px;
}

.Form [name=phone]::-webkit-input-placeholder::before {
    content: "\f095";
    font-family: fontAwesome;
    margin-right: 15px;
}

.Form [name=movingFrom]::-webkit-input-placeholder::before {
    content: "\f060";
    font-family: fontAwesome;
    margin-right: 15px;
}

.Form [name=movingTo]::-webkit-input-placeholder::before {
    content: "\f061";
    font-family: fontAwesome;
    margin-right: 15px;
}

.Form [name=moving_size]::-webkit-input-placeholder::before {
    content: "\f236";
    font-family: fontAwesome;
    margin-right: 15px;
}

.Form [name=movingDate]::-webkit-input-placeholder::before {
    content: "\f073";
    font-family: fontAwesome;
    margin-right: 15px;
}

.Form input:focus,
.Form select:focus {
    outline: none;
}

.Form select {
    color: rgb(208, 208, 208);
}

.Form input.inputError::-webkit-input-placeholder {
    color: rgb(193, 109, 109);
}

.Form::-webkit-input-placeholder {
    color: rgb(208, 208, 208);
    font-size: 18px;
}

.Form input,
.Form select {
    height: 50px;
    font-size: 20px;
    background: #f1f1f1;
    width: 100%;
    border: 1px solid white;
    text-align: center;
    /*  padding: 0px 15px;
  margin: 0px -15px;*/
}

.Form select:invalid {
    color: gray;
}

.Form input:focus {
    border-color: white;
    border: 1px solid rgb(208, 208, 208);
}

.alert {
    padding: 10px;
    margin-bottom: 10px;
}

.alert-success {
    background-color: rgb(169, 215, 177);
}

.alert-danger {
    background-color: rgb(238, 166, 166);
}


/* select style */

.s-hidden {
    visibility: hidden;
    padding-right: 10px;
}

.select {
    border: 1px solid white;
    font-size: 20px;
    color: #A9A9A9;
    background: #f1f1f1;
    width: 100%;
    cursor: pointer;
    display: inline-block;
    position: relative;
}

.styledSelect {
    position: absolute;
    top: 12px;
    right: 0;
    bottom: 0;
    left: 0;
}

.styledSelect:after {
    content: "";
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-color: #A9A9A9 transparent transparent transparent;
    position: absolute;
    top: 9px;
    right: 15px;
}

.styledSelect:active,
.styledSelect.active {
    background-color: #eee;
}

.options {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 999;
    margin: 0 0;
    text-align: left;
    padding: 0 0;
    list-style: none;
    border: 1px solid #ccc;
    background-color: white;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.options li {
    padding: 2px 15px;
}

.options li:hover {
    background-color: #7b3d89;
    color: white;
}


/* /select style */

.btn.disabled {}

.btn {
    padding: 10px 30px;
    background-color: #f6bc5a;
    color: white;
    font-size: 20px;
    border-radius: 3px;
    text-transform: uppercase;
}

.btn:hover {
    background-color: rgb(219, 143, 64);
}

.Form button {
    margin: 30px 0px 0px;
    cursor: pointer;
}

button:focus {
    outline: none;
}

button {
    background-color: transparent;
    border: 0px;
}

h1 span {
    font-weight: 700;
}

.yellow, .yellow a {
    color: #f6bc5a;
}

.purple, .purple a {
    color: #6c047f;
}

.Credentials {
    text-align: center;
}

.Credentials ul {
    text-align: center;
    margin: 0px;
    padding: 0px;
}

.Credentials ul > li {
    display: inline-block;
    list-style-type: none;
    font-size: 12px;
}

.Credentials h2 {
    text-transform: uppercase;
    font-size: 12px;
    margin-bottom: 10px;
    position: relative;
    background: white;
    z-index: 1;
}

.Credentials h2::before {
    content: " ";
    border-bottom: 1px solid rgb(166, 166, 166);
    display: inline-block;
    width: 300px;
    margin-right: 10px;
    margin-bottom: 3px;
}

.Credentials h2::after {
    content: " ";
    border-bottom: 1px solid rgb(166, 166, 166);
    display: inline-block;
    width: 300px;
    margin-left: 10px;
    margin-bottom: 3px;
}

.Credentials ul.Credentials__icons > li {
    padding: 10px 30px;
    vertical-align: middle;
}

.Credentials ul.Credentials__txt {
    font-weight: bold;
}

.Credentials ul.Credentials__txt > li:not(:last-child):after {
    content: "|";
    padding: 0px 6px;
}

.VideoBlock h2 {
    margin-top: 0px;
}

.VideoBlock {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    background-image: url('../img/video.jpg');
    background-size: cover;
    background-position: left bottom;
    min-height: 400px;
    padding: 10px 0px 30px;
    margin-top: 20px;
    text-align: center;
    align-items: center;
    justify-content: center;
    color: white;
}

.VideoBlock img {
    -webkit-transition: -webkit-transform .8s ease-in-out;
    transition: transform .8s ease-in-out;
}

.VideoBlock img:hover {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}

.BulletPoints h2 {
    font-weight: 300;
    margin-top: 0px;
    margin-bottom: 10px;
    font-size: 40px;
    text-align: center;
}

.BulletPoints .slogan {
    font-weight: 300;
    text-align: center;
    font-size: 22px;
    padding: 0px;
    margin: 0px;
}

.BulletPoints ul {
    padding: 0px;
    margin-top: 13px;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
}

.BulletPoints ul > li:not(:last-child) .BulletPoints__item:before {
    content: url('../img/bullet.png');
    vertical-align: middle;
    float: left;
    margin-right: 10px;
}

.BulletPoints__item {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    line-height: 1.8;
}

.BulletPoints ul > li {
    list-style-type: none;
    width: 30%;
    padding: 40px 0px;
}

.BulletPoints ul li:nth-child(-n+3) {
    border-bottom: 1px solid rgb(200, 200, 200);
}

.BulletPoints__item h3 {
    text-transform: uppercase;
    font-size: 16px;
    margin: 0px;
}

.BulletPoints__item p {
    margin-bottom: 0px;
}

.BulletPoints__item .small {
    font-weight: 700;
    font-style: italic;
    margin: 0px;
    padding: 0px;
}

.smPhone {
    font-weight: 700;
    font-size: 24px;
}

.BulletPoints__item .btn {
    margin-top: 20px;
    display: inline-block;
}

.offerTestimonials {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    justify-content: space-between;
    min-height: 400px;
    text-align: center;
}

.Offer {
    background-color: #7b3d89;
    padding: 40px 0px;
    flex: 1;
}

.Offer img {
    width: 100%;
}

.Testimonials h2 {
    font-weight: 300;
    margin-top: 0px;
    position: relative;
}

.Testimonials h2:after {
    content: url('../img/quote.png');
    bottom: -80px;
    position: absolute;
    text-align: center;
    margin: auto;
    left: 0px;
    right: 0px;
}

.Testimonials li {
    font-style: italic;
}

#Testimonials {
    margin-top: 25px;
}

.Testimonials {
    overflow: hidden;
    flex: 1;
    background-color: #f3f0f0;
    padding: 40px;
    line-height: 1.8;
    font-size: 20px;
}

.ribbon {
    position: absolute;
    right: -5px;
    top: -5px;
    z-index: 1;
    overflow: hidden;
    width: 75px;
    height: 75px;
    text-align: right;
}

.ribbon span {
    font-size: 10px;
    font-weight: bold;
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
    line-height: 20px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    width: 100px;
    display: block;
    background: #79A70A;
    background: linear-gradient(#F79E05 0%, #8F5408 100%);
    box shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
    position: absolute;
    top: 19px;
    right: -21px;
}
.services {
    display: block;

}
.services li {
    display: inline-block;

}
.services li a {
    color: white;
    padding: 10px;
}

.ribbon span::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 100%;
    z-index: -1;
    border-left: 3px solid #8F5408;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #8F5408;
}

.ribbon span::after {
    content: "";
    position: absolute;
    right: 0px;
    top: 100%;
    z-index: -1;
    border-left: 3px solid transparent;
    border-right: 3px solid #8F5408;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #8F5408;
}

.lSSlideOuter .lSPager.lSpg>li.active a,
.lSSlideOuter .lSPager.lSpg>li:hover a {
    background-color: #6c047f;
}

.lSSlideOuter .lSPager.lSpg>li a {
    background-color: #AFAFAF;
    border-radius: 30px;
    display: inline-block;
    height: 10px;
    overflow: hidden;
    text-indent: -999em;
    width: 10px;
    position: relative;
    z-index: 99;
    -webkit-transition: all .5s linear 0s;
    transition: all .5s linear 0s;
}

.QuoteBlock {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    background-image: url('../img/QuoteBlock.jpg');
    background-size: cover;
    background-position: center;
    min-height: 350px;
    text-align: center;
    align-items: center;
    justify-content: center;
    color: white;
}

.QuoteBlock .btn {
    display: inline-block;
}

footer {
    padding: 26px 0px 5px;
    text-align: center;
}

footer ul {
    display: inline-block;
}

footer ul li {
    display: inline-block;
    text-align: center;
    padding: 3px 10px;
}

.Phone img {
    display: none;
}


/* Older MSIE workarounds */

.lt-ie10 .Logo {
    display: inline-block;
    float: left;
}

.lt-ie10 .Batch {
    display: inline-block;
    float: right;
    margin-right: 40px;
}

.lt-ie10 .Phone {
    display: inline-block;
    float: right;
}

.lt-ie10 .VideoBlock {
    padding-top: 60px;
}

.lt-ie10 .Banner__inner {
    display: inline-block;
    width: auto;
    margin: 0px;
}

.lt-ie10 .Banner__inner {
    display: inline-block;
    width: 100%;
}

.lt-ie10 .Banner__txt {
    display: inline-block;
    float: left;
    width: 70%;
}

.lt-ie10 .Banner__txt a{
    color: white;
	text-decoration: underline;
}

.lt-ie10 .Banner__txt a:hover{
    color: white;
	text-decoration: none;
}

.lt-ie10 .Banner__form {
    display: inline-block;
    float: right;
    width: 30%;
    text-align: center;
}

.lt-ie10 .BulletPoints ul {
    display: inline-block;
}

.lt-ie10 .BulletPoints ul > li {
    display: inline-block;
    float: left;
    width: 31%;
    border: 0px;
    padding: 20px 10px;
}

.lt-ie10 .offerTestimonials {
    display: inline-block;
}

.lt-ie10 .Testimonials {
    display: inline-block;
    float: left;
    width: 50%;
    padding: 40px 0px;
    background-color: white;
}

.lt-ie10 .Offer {
    display: inline-block;
    float: left;
    width: 50%;
}

.lt-ie10 .QuoteBlock {
    padding: 60px 0px;
    display: inline-block;
    min-height: auto;
}

.lt-ie10 .placeholder {
    color: #bbb;
}

.lt-ie10 .ribbon {
    display: none;
}

@media only screen and (max-width: 1024px) {
    .BulletPoints ul li:nth-child(-n+3) {
        border-bottom: 0px;
    }
    .container {
        max-width: 100%;
        padding: 0px 15px;
    }
    .offerTestimonials {
        -webkit-flex-direction: column;
        flex-direction: column;
    }
    .BulletPoints ul > li {
        padding: 20px 0px;
        width: 50%;
    }
}

@media only screen and (max-width: 768px) {
    .lt-ie10 .Banner__form,
    .lt-ie10 .Banner__txt {
        width: 100%;
        display: inline-block;
        text-align: center;
    }
    .lt-ie10 .BulletPoints ul > li {
        display: inline-block;
        float: none;
        width: 100%;
    }
    .lt-ie10 .Testimonials,
    .lt-ie10 .QuoteBlock,
    .lt-ie10 .Batch {
        display: none;
    }
    .lt-ie10 .Offer {
        display: inline-block;
        float: none;
        width: auto;
    }
    .Banner__inner,
    .BulletPoints ul,
    .offerTestimonials {
        -webkit-flex-direction: column;
        flex-direction: column;
        min-height: auto;
    }
    .Offer {
        padding: 15px;
    }
    .phone-box {
        text-align: center;
    }
    .BulletPoints ul > li {
        width: 100%;
    }
    .BulletPoints ul li:not(:last-child) {
        border-bottom: 1px solid rgb(200, 200, 200);
    }
    .BulletPoints ul li:last-child {
        text-align: center;
    }
    .Banner__form_inner {
        width: auto;
        margin-left: 0px;
        background-color: white;
        border-radius: 6px;
        padding: 0px 25px 25px 25px;
        order: 1;
    }
    .Banner__txt {
        order: 2;
    }
    .Logo img {
        width: 90px;
    }
    /* .Batch {
        display: none;
    } */
    .Batch {
        padding:  10px;
    }
    .Batch img {
        max-width: 100%;
        height: auto;
        width: 85px;
    }
    .Phone img {
        width: 70px;
        display: inline-block;
    }
    .Phone span {
        display: block;
    }
    .yelp-snippet {
        padding-top: 0px;
    }
    .yelp-snippet img {
        max-width: 100%;
    }
    .Phone {
        padding: 0px;
        padding-top: 10px;
        font-size: 18px;
        font-weight: 700;
        text-align: right;

    }
    .Testimonials,
    .QuoteBlock,
    ul.Credentials__icons {
        display: none;
    }
    .Banner__txt {
        text-align: center;
        line-height: 1.4;
        font-size: 26px;
    }
    .Banner__txt h1,
    .BulletPoints h2 {
        font-size: 36px;
    }
    .Banner__txt h1 {
        margin-top: 20px;
    }
    .Credentials h2::before,
    .Credentials h2::after {
        width: 30px;
    }
    .btn {
        padding: 10px 25px;
        font-size: 16px;
    }
    .Banner__form_head {
        font-size: 18px;
        font-weight: bold;
    }
    .Banner {
        padding: 25px 0;
        padding-top: 100px;
        background-image: none;
        background-color: #601d4e;
    }
    .Credentials ul.Credentials__txt > li:not(:last-child):after {
        content: " ";
        padding: 0px;
    }
    .Banner__txt li {
        text-align: left;
        font-size: 18px;
    }
}
