@font-face {
    font-family: 'ralewaybold';
    src: url('../fonts/raleway-bold_1-webfont.eot');
    src: url('../fonts/raleway-bold_1-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/raleway-bold_1-webfont.woff2') format('woff2'),
         url('../fonts/raleway-bold_1-webfont.woff') format('woff'),
         url('../fonts/raleway-bold_1-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'ralewayregular';
    src: url('../fonts/raleway-regular_0-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/raleway-regular_0-webfont.woff2') format('woff2'),
         url('../fonts/raleway-regular_0-webfont.woff') format('woff'),
         url('../fonts/raleway-regular_0-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.button {
    border-width: 1px;
    border-style: solid;
    border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    font: 14px 'ralewaybold';
    text-transform: uppercase;
    transition: all 0.3s  ease-in-out;
    -webkit-transition : all 0.3s  ease-in-out ;
}

.button span {
    display: block;
    font-size: 11px;
    color: #000;
    text-transform: none;
    transition: all 0.3s  ease-in-out;
    -webkit-transition : all 0.3s  ease-in-out ;
}

body {
    padding-top: 50px;
    overflow-x: hidden;
}

a {
    color: #000000;
}

a:hover,
a:focus {
    color: #000000;
    text-decoration: none;
}

.text-center {
    text-align: center;
}

.phone {
    white-space: nowrap;
    font-family: "ralewaybold", sans-serif;
}

.bold {
    font-family: "ralewaybold", sans-serif;
}

.image-fl {
    float: left;
    margin: 0 20px 20px 0;
}

.image-fr {
    float: right;
    margin: 0 0 20px 20px;
}

.col-centered {
    float: none;
    margin: 0 auto;
}

.padding-left0 {
    padding-left: 0;
}

#chatFrame {
    display: block !important;
}

h1 {
    color: #fff;
    font-size: 32px;
    line-height: 40px;
    margin: 25px 0 35px;
    line-height: 40px;
}

.site-content h1 {
    position: relative;
    font-size: 24px;
    color: #404040;
    margin: 35px 0 25px;
    text-align: center;
}

h2 {
    font-size: 24px;
    margin: 35px 0 25px;
}

h3 {
    font: 16px 'ralewaybold';
    margin: 30px 0 0px;
}

h4 {
    font-size: 18px;
}

h1,
h2,
h3,
h4 {
    font-weight: normal;
}

/* ==========================================================================
    # HEADER
========================================================================== */

#header {
    padding: 0;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    border-bottom: 1px solid #d5d5d5;
    z-index: 999;
}
.helper { background: #fff; position: relative; z-index: 9999; }

#header .helper > div.container {
    position: relative;
    z-index: 999;
    background: #ffffff;
}

#logo-wrap a {
    padding-top: 10px;
    display: inline-block;
    cursor: pointer;
    position: relative;
    z-index: 10;
}

#logo-wrap a:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

a.svg {
    position:relative;
}

a.svg:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

a.svg object {
    pointer-events: none;
}

#logo-wrap a object {
    pointer-events: none;
    display: inline-block;
}

#top-nav {
    text-align: center;
    text-transform: uppercase;
}

#top-nav > ul {
    padding: 0;
    text-align: center;
    display: block;
    margin: 0;
    width: 100%
}

#top-nav ul li {
    list-style: none;
}

#top-nav > ul > li {
    float: left;
    padding: 33px 0;
    font-size: 13px;
}

#top-nav > ul > li.depth-0:before {
    display: none;
}

#top-nav > ul > li > a {
    color: #777;
    position: relative;
    padding: 5px 7px 9px;
    margin: 0 10px;
    transition: 0.2s linear;
    -webkit-transition : 0.2s linear;
}

#top-nav > ul > li:not(:last-child) > a:before {
    content: '';
    background-color: rgb(223, 223, 223);
    position: absolute;
    height: 20px;
    width: 1px;
    right: -10px;
    top: 2px;
}

#top-nav > ul > li.current-menu-item a,
#top-nav > ul > li > a:hover {
    color: #000;
}

#top-nav > ul > li > a:after {
    background: #000;
    bottom: 0;
    content: '';
    height: 2px;
    transition: left 0.2s linear, right 0.2s linear;
    -webkit-transition : left 0.2s linear, right 0.2s linear;
    position: absolute;
    right: 50%;
    left: 50%;
}

#top-nav  ul li.mega-menu-visible a:after,
#top-nav > ul > li.current-menu-item > a:after,
#top-nav > ul > li > a:hover:after {
    left: 0;
    right: 0;
}


#header-phone {
    display: inline-block;
    font: 18px/25px 'ralewaybold';
    margin-top: 30px;
    position: relative;
    padding-left: 40px;
}

#header-phone:before {
    font-size: 25px;
    position: absolute;
    top: -1px;
    left: 0;
    width: 24px;
    height: 24px;
    display: block;
}

#header-action {
    float: right;
    margin-top: 20px;
    font-size: 15px;
    padding: 12px 30px;
    text-align: right;
}

#header-action,
#header-action.invert:hover {
    border-color: #000;
    background: transparent;
    color: #000;
}

#header-action:hover,
#header-action.invert {
    background: #ffd400;
    border-color:  #ffd400;
    color: #000;
}

.web-account {
    vertical-align: text-top;
}
.web-account .logged {
    margin-left: 10px!important;
}
.web-account > .login a {
    font-family: 'ralewaybold';
    color: #000 !important;
    margin-left: 15px;
}
.web-account > .login {
    margin-top: 7px;
}
.web-account .logged .wa-links li a {
    color: #000 !important;
}
.web-account .logged .iconarrow:after, .web-account .logged .iconarrow:before {
    background-color: #000 !important;
}
.cta-wrap {
    display: inline-block;
    vertical-align: middle;
}
.cta-wrap > a:first-child {
    margin-right: 15px;
}
#header .container .row > div:last-child {
    text-align: right;
}

/* ==========================================================================
    # HEADER H1 SECTION
========================================================================== */

.header-action-section {
    background-repeat: no-repeat;
    background-position: top center;
    max-width: 2000px;
    background-size: cover;
    padding: 20px 0 50px;
    color: #fff;
    font-size: 17px;
    line-height: 30px;
    margin:35px auto;
}

.home .header-action-section{
    /*height: 540px;*/
    max-height: 540px;
}

.header-action-section.has-benefits {
    height: 450px;
    max-height: 450px;
}

.home .header-action-section h1 {
    margin: 55px 0 45px;
    font-size: 32px;
}

.header-action-section h1 {
    margin: 55px 0 20px;
    font-size: 28px;
}


.header-action-section.header-action-section-no-bkg {
   padding: 0px 0 20px;
}

.header-action-section.header-action-section-no-bkg  h1 {
    color: #333;
}

.header-action-section .button {
    border-color: #ffd400;
    color: #ffd400;
    padding: 15px 10px;
    margin: 30px 10px 0;
    display: inline-block;
    width: 30%;
    position: relative;
}

.header-action-section .button span {
    position: absolute;
    right: 27%;
    bottom: 4px;
}

.header-action-section .button:hover,
.header-action-section .button.active {
    background: #ffd400;
    color: #000;
}

.header-action-section .button.active:hover {
    background: transparent;
    color: #ffd400;
}

.header-action-section .button.active:hover span {
    color: #ffd400;
}

/* # CITY SEARCH SECTION */
.searchbox {
    margin-top: 60px;
}
.searchbox .city, .searchbox .service {
    display: inline-block;
    vertical-align: top;
}
.searchbox .city {
    width: 40%;
    position: relative;
}
.city .select {
    display: block;
    background:#fff;
    border-radius: 5px;
    color: #404040;
    font-size: 16px;
    cursor: pointer;
    position: relative;
    padding: 18px 45px;
    text-align: left;
    -moz-user-select: none; -webkit-user-select: none; -ms-user-select:none; user-select:none;-o-user-select:none;
    border: solid 1px transparent;
}
.city .select.highlight {
    /*box-shadow: inset 0px 0px 8px #f200c1;*/
    /*border: solid 1px #f200c1;*/
}
.city ul.highlight {
    border-top: solid 1px #8ED9F3;
}
.city .select:before, .city .select:after, .service .searchinput:before {
    content: "";
    top: 50%;
    background:url(../images/layout/front-search.png) top left no-repeat;
    background-size: 100%;
    display: block;
    position: absolute;
}
.city .select:before {
    background-position: 0 0;
    left: 12px;
    margin-top: -12px;
    width: 20px;
    height: 23px;
}
.city .select:after {
    background-position: 0 -23px;
    width: 20px;
    height: 9px;
    right: 20px;
    margin-top: -4px;
}
.city ul, .service ul {
    list-style: none;
    padding: 0;
    margin: 0;
    background: #fff;
    text-align: left;
    border-radius: 0 0 5px 5px;
    z-index: 10;
    color: #404040;
    font-size: 15px;
    position:absolute;
    top: 94%;
    left: 0;
    overflow: hidden;
    width: 100%;
    box-shadow: 0px 3px 6px #888888;
    display: none;
}
.service ul {
    max-height: 280px;
    overflow-y: scroll;
    border: solid 1px transparent;
    border-top: none;
}
.city ul li {
    padding: 14px 20px;
    cursor: pointer;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
    -moz-user-select: none; -webkit-user-select: none; -ms-user-select:none; user-select:none;-o-user-select:none;
}
.city ul li:hover, .service ul li:hover {
    background:#00b8ff;
    color: #fff;
}

.service ul li {
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}
.service ul li a {
    display: block;
    padding: 10px 15px;
}
.service .info, .service img {
    display: inline-block;
    vertical-align: middle;
}
.service .info {
    margin-left: 10px;
}
.service .info span.title, .service .info span.price  {
    display: block;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}
.service .info .title {
    font-size: 15px;
    color: #22b4e7;
}
.service .info .title .highlight {
    color: #fff;
    background: #00b8ff;
}
.service li:hover .title .highlight {
    background: #fff;
    color: #00b8ff;
}
.service .info .price {
    font-size: 15px;
    color: #707070;
}
.service li:hover .info .title, .service li:hover .info .price {
    color: #fff;
}
.service img {
    width: 70px;
    height: 70px;
    border-radius: 5px;
}
.searchbox .service {
    width: 55%;
    margin-left: 2.5%;
    position: relative;
}
.service .searchinput {
    position: relative;
}
.service .searchinput:before {
    background-position: 0 -31px;
    left: 12px;
    margin-top: -12px;
    width: 20px;
    height: 23px;
}
.service input {
    border: none;
    width: 100%;
    border-radius: 5px;
    color: #404040;
    font-size: 16px;
    padding: 18px 15px 18px 45px;
}
.service input:focus {
    outline: none;
}
.service ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #b3b3b3;
}
.service ::-moz-placeholder { /* Firefox 19+ */
  color: #b3b3b3;
}
.service :-ms-input-placeholder { /* IE 10+ */
  color: #b3b3b3;
}
.service :-moz-placeholder { /* Firefox 18- */
  color: #b3b3b3;
}

/* # END CITY SEARCH SECTION */




.check-prices-form-holder.shortcode-btn { padding-bottom: 25px; }
.check-prices-form-holder{
    margin-top: 25px;
}
form[id^=check-prices-form-1] {
    display: inline-block;
    position: relative;

}
form[id^=check-prices-form-1] label {
    margin: 0;
}
form[id^=check-prices-form-1] label.error-message {
    /* max-height: 24px; */
    left: 0;
    width: 100%;
    bottom: -30px;
    z-index: 8;
    /* display: none; */
    opacity: 0;
    position: absolute;
    text-align: left;
    /* bottom: -30px; */
    font-size: 15px;
    color: #ff0000;
    transform: translateY(-100%);
    -webkit-transition: all .5s ease-in-out;
       -moz-transition: all .5s ease-in-out;
        -ms-transition: all .5s ease-in-out;
         -o-transition: all .5s ease-in-out;
            transition: all .5s ease-in-out;
}
form[id^=check-prices-form-1] label.error-message.visible {
    transform: translateY(0);
    opacity: 1;
    z-index: 9;

}
form[id^=check-prices-form-1] input {
    transition: all .75s ease-in-out ;
    margin: 0;
    z-index: 99;
    border-radius: 5px;
    color: #061321;
    outline: none;
}

form input[id^=check-prices-submit-1] {
    font-size: 14px;
    position: relative;
    z-index: 15;
    vertical-align: top;
    font-weight: 600;
    width: 215px;
    padding: 14px 17px;
    text-transform: capitalize;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    background-color: #ffd400;
    color: #000;
    border: none;
    margin-left: -5px;
}

form input[id^=check-prices-submit-1]:hover{
    background: #000;
    color: #ffd400;
    box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.5);
}

form input[id^=postcode-field-1]{
    border: 1px solid transparent;
    position: relative;
    z-index: 15;
    font-size: 15px;
    width: 285px;
    padding: 20px 25px 6px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;


}
form input[id^=postcode-field-1]:hover, input[id^=postcode-field-1]:focus {
    box-shadow: 0px 0px 10px 2px rgba(255, 212, 0, 0.5);

}
form input[id^=postcode-field-1].error:hover, input[id^=postcode-field-1].error:focus {
    box-shadow: 0px 0px 10px 2px rgba(255, 0, 0, 0.5);

}
form input[id^=postcode-field-1].error {
    border: 1px solid #ff0000;
    border-right: none;
}


/*DYNAMIC POSTCODE FIELD*/
.dynamic-helper { display: inline-block; position: relative; }
.dynamic-helper form input[id^=postcode-field-1] { line-height: 30px; }
.dynamic-helper form input[id^=check-prices-submit-1] { line-height: 30px; }
.dynamic-helper .typewriter-box { background: #fff; position: absolute; top: 1px; left: 1px; padding: 15px 25px 12px 5px; text-align: left; border-radius: 5px; z-index: 41; width: 280px; max-height: 50px; border-radius: 5px; }
.dynamic-helper .typewriter { display: inline-block; height: 27px; width: 212px; background: #fff; color: #404040; }
.dynamic-helper.clicked .typewriter-box { display: none; }

.dynamic-helper .moving-label { position: absolute; top: 5px; left: 25px; font-size: 12px; z-index: 32; color: #00b0f8; line-height: 24px; }
.rich-header-section form[id^=check-prices-form-1] { border: 1px solid #ebebeb; border-radius: 5px; }
.rich-header-section .dynamic-helper { margin-bottom: 16px; display: block; }

/*END DYNAMIC POSTCODE FIELD*/

/* ==========================================================================
    # SUB SERVIVE PAGE - HEADER BENEFITS
========================================================================== */
.header-benefits {
    text-align: center;
    font-size: 15px;
    margin: 40px 0 0;
}

.header-benefits p {
    padding: 0 20px;
}

.benefit-title {
    font: 16px "ralewaybold";
    text-transform: capitalize;
}

.benefit-title:before {
    display: block;
    width: 100%;
    font-size: 40px;
    text-align: center;
    color: #ffd200;
    margin-bottom: 25px;
}

.benefit-description {
    line-height: 23px;
}
/* ==========================================================================
    # BREADCRUMBS SECTION
========================================================================== */

#breadcumbs {
    color: #008dc7;
    font-size: 12px;
    padding-top: 15px;
    padding-bottom: 15px;
}

#breadcumbs a {
    color: #008dc7;
}

#breadcrumbs div {
    display: inline-block;
}

/* ==========================================================================
    # SEARCH NAVIGATION
========================================================================== */
#search-widget form {
    width: 100%;
    position: relative;
    box-sizing: content-box;
    border-bottom: 1px solid #979797;
}

#search-widget input[type="search"] {
    border: none;
    color: #9a9a9a;
    width: 90%;
    padding: 5px 0 10px;
    outline: none;
    box-sizing: content-box;
}


#search-widget button {
    border: none;
    background: transparent;
    width: 30px;
    height: 20px;
    position: absolute;
    right: 0;
    top: 4px;
    z-index: 998;
}

#search-widget button:before {
    font-size: 18px;
    color: #000;
}

/* ==========================================================================
    # HOME PAGE SERVICE CATEGORY MENU
========================================================================== */

.site-content {
    font-size: 15px;
    line-height: 22px;
    color: #404040;
}

.site-content a {
    color: #00b0f8;
}

.site-content h2:first-child {
    margin: 0;
    font-size: 24px;
}

.site-content h2 {
    font-size: 20px;
    line-height: 40px;
    margin: 35px 0 0;
}

.content-list {
    list-style: none;
    padding: 0;
}

.content-list li {
    position: relative;
    padding-left: 30px;
}

ol.content-list li {
    counter-increment: item;
}


ol.content-list li:before {
   content: counter(item);
    display: block;
    width: 16px;
    height: 20px;
    background: #ffd400;
    position: absolute;
    top: 3px;
    left: 0;
    font-size: 13px;
    text-align: center;
    padding-top: 0;
    color: #000;
    font-weight: bold;
 }



ul.content-list li:before {
    display: block;
    width: 14px;
    height: 14px;
    background: #ffd400;
    position: absolute;
    top: 3px;
    left: 0;
    font-size: 8px;
    text-align: center;
    padding-top: 3px;
}

.home .site-content h2:first-child {
    margin: 30px 0 25px;
}

.site-content h2:first-child + p {
    font-size: 16px;
}

.service-category img {
    border-radius: 5px
}

.service-category-title {
    position: relative;
    margin-bottom: 15px;
    text-align: center;
}

.service-category-title a {
    display: inline-block;
    position:relative;
}

.service-category-title  img {
    max-width: 100%;
    width: 100%;
}

.home-page .service-category-title span {
    color: #fff;
    bottom: 0;
    background: #000;
    -webkit-border-radius: 0 0 0 5px;
    border-radius: 0 0 0 5px;
    font: 14px 'ralewaybold';
    left: 0;
    position: absolute;
    padding: 5px 15px;
    text-transform: uppercase;
}

.service-category {
    text-align: right;
    margin-top: 20px;
}

.areas .service-category {
    margin-bottom: 40px;
}

.service-category ul {
    padding: 0;
    margin: 0 0 10px;
    text-align: left;
}

.service-category ul li {
    font-size: 15px;
    color: #969696;
    list-style: none;
    width: 100%;
    border-bottom: 1px solid #ebebeb;
    position: relative;
    transition: all 0.15s linear;
    -webkit-transition : all 0.15s linear;
}

.home-page.service-category ul li {
    color: #404040
}

.service-category ul li span {
    display: block;
    padding: 7px 20px 7px 10px;

}

.service-category ul li a {
    display: block;
    position: relative;
    color: #404040;
    transition: all 0.15s linear;
    -webkit-transition : all 0.15s linear;
}

.service-category ul li.icon-arrow:before,
.service-category ul li a:before {
    color: #bebaba;
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    font-size: 12px;
}

.service-category ul li a:before {
    color: #000;
}

.service-category ul li a:hover:before {
    color: #000;
}

.service-category ul li a:hover {
   background: #f5f5f5;
   color: #000;
}

.service-category ul li a:hover:before {
    color: #000;
}

.service-category .view-all {
    font-family: 'ralewaybold';
    position: relative;
    padding-bottom: 5px;
}

.service-category .view-all:after {
    background: #000;
    bottom: 0;
    content: '';
    height: 2px;
    transition: left 0.15s linear, right 0.15s linear;
    -webkit-transition : left 0.15s linear, right 0.15s linear;
    position: absolute;
    right: 50%;
    left: 50%;
}

.service-category .view-all:hover:after {
    left: 0;
    right: 0;
}

/* ==========================================================================
    # SOCIAL WIDGETS -LIKEBOX ETC.
========================================================================== */

#shareme {
    display: none
}

.social-widget {
    margin-top: 20px;
    margin-bottom: 20px;
}

.fb-like-box {
    padding-top: 20px;
}

.timeline-header {
    padding-top: 0;
}


/* ==========================================================================
    # ACTON ROW IN CONTENT
========================================================================== */

.action-row {
    background: #ffd400 url(../images/layout/action-row-bkg.png) no-repeat center top;
    margin: 40px auto;
    font: 20px 'ralewaybold';
    overflow: hidden;
    max-height: 300px;
    color: #000;
    transition: all 0.15s linear;
    -webkit-transition : all 0.15s linear;
}

.action-row-inner p:first-child {
    font: 20px 'ralewayregular';
    margin-top: 35px;
}

.action-row .button {
    padding: 7px 5px 11px;
    width: 23%;
    text-transform: capitalize;
    display: inline-block;
    margin: 10px 10px 40px;
}

.action-row .button:before {
    font-size: 20px;
    padding-right: 10px;
    display: inline-block;
    top: 5px;
    position: relative;
}

.action-row .button,
.action-row .button.invert:hover {
    background: #000;
    border-color: #000;
    color: #fff;
    transition: all 0.15s linear;
    -webkit-transition : all 0.15s linear;
}

.action-row .button.invert:hover span {
    color: #fff;
}

.action-row .button:hover,
.action-row .button.invert {
    background: transparent;
    color: #000;
}


/* ==========================================================================
    # CTA ROW IN SUBSERVICE PAGE VERSION ONLY WITH BUTTON
========================================================================== */

.cta-on-subservice {
    width: 100%;
    background: #ffd400;
    padding: 55px 0;
    margin: 40px 0 0;
}

.cta-on-subservice p {
    font-size: 23px;
    margin: 0 0 25px;
}

.cta-on-subservice .button {
    background: #000;
    border-color: #000;
    transition: all 0.15s linear;
    -webkit-transition: all 0.15s linear;
    text-transform: uppercase;
    font-size: 15px;
    color: #fff;
    padding: 12px 35px;
    display: inline-block;
}


/* ==========================================================================
    # CTA ROW IN SUBSERVICE PAGE VERSION WITH PRICE TABLE
========================================================================== */

.cta-price-on-subservice {
    background: #f3f3f3;
    width: 100%;
    padding: 40px 0 40px;
    margin-top: 40px;
}

.cta-price-on-subservice .price-description > div {
    width: 85%;
}

.cta-price-on-subservice h2 {
    font-size: 23px;
    line-height: 30px;
    margin-top: 0;
}

.cta-price-on-subservice .prices table {
    margin: 10px 0 20px 0;
    width: 97%;
}

.cta-price-on-subservice .prices table tr th,
.cta-price-on-subservice .prices table tr td {
    padding: 10px 10px;
}

.cta-price-on-subservice p {
    margin: 25px 0;
}

.cta-price-on-subservice p span {
    font-size: 13px;
}

.cta-price-on-subservice a.view_all {
    font-size: 13px;
    color: #21b1ed;
}

.cta-price-on-subservice a.button {
    background: #ffd400;
    color: #000;
    display: inline-block;
    padding: 7px 23px;
    text-align: right;
    border-color: #ffd400;
    font-size: 16px;
    margin-top: 5px;
}

.cta-price-on-subservice a.button:hover {
    background: transparent;
    border-color: #000;
}

/* ==========================================================================
    # BENEFIT SECTION
========================================================================== */

#benefit-section {
    margin: 60px auto 40px;
    text-align: left;
    font-size: 15px;
}

#benefit-section h2 {
    margin: 0 0 10px;
}

#benefit-section p {
    margin: 10px 0;
}

.col-layout-2 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
}

#benefit-section table {
    width: 100%;
    margin-top: 20px;
}

#benefit-section table tr td {
    padding: 5px 0;
}

#benefit-section a {
    color: #00b0f8;
}

#benefit-section a.toggle-content-link {
    font: 14px 'ralewaybold';
    position: relative;
    padding-right: 20px;
    display: inline-block;
    margin-top: 20px;
}

#benefit-section a.toggle-content-link.closed:before {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
}

#benefit-section a.toggle-content-link:before {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: absolute;
    right: 0;
    top: 2px;
    font-size: 13px;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
}

.toggle-content {
    display: none;
}

/* ==========================================================================
    # BENEFIT SECTION
========================================================================== */

#app-wrap {
    width: 100%;
    background: #f5f5f5;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 16px;
    color: #404040;
}

#app-section:after {
    position: absolute;
    right: 65px;
    background: url(../images/layout/ios-gadgets.png) no-repeat 0 0;
    top: -60px;
    content: '';
    display: block;
    width: 148px;
    height: 153px;
}

#app-wrap p {
    background: url(../images/layout/fs-logo.png) no-repeat 30px 0;
    padding-left: 100px;
    padding-right: 0;
    position: relative;
}

#app-wrap a {
    display: inline-block;
    margin: 15px 10px 0;
}

#app-section a:first-child {
    margin-left: 35px;
}

/* ==========================================================================
    # REVIEWS SECTION
========================================================================== */

#review-wrap {
    width: 100%;
    background-repeat: no-repeat;
    background-position: center top;
    font-size: 24px;
    line-height: 36px;
    color: #fff;
    padding: 120px 0 20px;
    position: relative;
    max-height: 440px;
    height: 440px;
}

.home #review-wrap {
    margin-top: 0;
}

#review-wrap p {
    padding-left: 70px;
    margin: 0;
}

#review-wrap p:before {
    font-size: 35px;
    position: absolute;
    left: 0;
    top: 5px;
}

#review-wrap p.review-author {
    font: 18px 'ralewaybold';
    margin-top: 60px;
}

/* ==========================================================================
    # TRUSTPILOT
========================================================================== */

.review-trustpilot .trustpilot-widget {
    border-top: 1px solid #ebebeb;
    padding: 50px 0 30px;
}


/* ==========================================================================
    # ACTION ROW BOTTOM OF PAGE
========================================================================== */

#action-row-above-footer {
    margin-bottom: 0;
    font-size: 24px;
}

#action-row-above-footer.action-row {
        margin: 30px auto 0;
}

#action-row-above-footer p {
    font-family: 'ralewayregular';
}

#action-row-above-footer a {
    margin-left: 15px;
    margin-right: 15px;
    width: 21%;
    padding: 15px 10px;
    position: relative;
    font-size: 17px;
    text-transform: uppercase;
    vertical-align: middle;
}

#action-row-above-footer a[data-book-btn] {
    padding: 15px 10px;
}

#action-row-above-footer a.button span {
    color: #fff;
}

#action-row-above-footer a.icon-chat {
    padding-left: 40px;
}

#action-row-above-footer a:before {
    font-size: 24px;
    position: absolute;
    left: 24px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

#action-row-above-footer a.button:hover span  {
    color: #000;
}


/* ==========================================================================
    # CATEGORY SERVICE PAGE
========================================================================== */

.site-content.inner-page h2 {
    margin-top: 10px;
}

.inner-page h3 {
    margin-bottom: 20px;
}

.inner-page .service-category-title {
    background: #ffd400;
    text-align: left;
    font: 16px 'ralewaybold';
    position: relative;
}

.inner-page .service-category-title h3 {
    display: block;
    vertical-align: middle;
    position: relative;
    padding: 9px 10px 9px 40px;
    margin: 0;
    margin: 0;
}

.inner-page .service-category-title h3.icon:before {
    width: 45px;
    position: absolute;
    left: 10px;
    top: 10px;
    font-size: 19px;

}

.inner-page .service-category-title h3.icon.icon-tv-audio:before {
    font-size: 32px;
     top: 8px;
}

.inner-page .service-category-title h3.icon.icon-tv-audio {
    padding-left: 60px;
}

.ul_2_col:after {
    display: block;
    clear: both
}

.inner-page .ul_2_col  li {
    width: 49%;
    float: left;
}

.inner-page .ul_2_col li:nth-child(odd) {
    margin-right: 1%;
}
.inner-page .ul_2_col li:nth-child(even) {
    margin-left: 1%;
}


/* ==========================================================================
    # FOOTER SECTION
========================================================================== */

#footer-wrap {
    width: 100%;
    color: #707070;
    padding-top: 33px;
    background: #000;
    font-size: 13px;
    line-height: 22px;
}

#footer-wrap a {
    color: #707070;
}

#footer-wrap a:hover {
    color: #fff;
}

.footer-section-title {
    font-size: 14px;
    margin-top: 0;
    color: #fff;
    margin-bottom: 12px;
}

.highlighted-sentence {
    color: #fdd443;
    margin-bottom: 40px;;
}

#footer-action-section img {
    float: right;
    display: inline-block;
    margin-right: 10px;
    margin-top: -25px;
}

#footer-action-section a.button {
    border-color: #fdd443;
    color: #fdd443;
    padding: 10px 45px;
    font-size: 16px;
    display: inline-block;
    margin: 55px 0 0;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

#footer-action-section a.button:hover {
    background: #fdd443;
    color: #000;
}

#footer-wrap ul {
    padding: 0;
}

#footer-wrap ul li {
    list-style: none
}

#footer-socials a {
    background: #666666;
    color: #000;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    margin: 0 5px 5px 0;
    display: inline-block;
    transition: 0.2s ease-in-out;
    -webkit-transition: 0.2s ease-in-out: ;
}

#footer-socials {
    margin-top: 40px;
}

#footer-socials a span {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 31px;
}

#footer-socials a:hover {
    text-decoration: none;
}

#footer-socials a.facebook:hover {
    background: #3b5998
}

#footer-socials a.twiiter:hover {
    background: #55acee
}

#footer-socials a.pinterest:hover {
    background: #bd081c
}

#footer-socials a.google-plus:hover {
    background: #dc4e41
}

#footer-socials a.youtube:hover {
    background: #cd201f
}

#footer-socials a.app:hover {
    background: #3b5998
}

.footer-app-store,
.footer-goole-play {
    display: inline-block;
    margin-top: 20px;
}

.footer-goole-play {
    margin-left: 20px;
}

#copyright {
    text-align: right;
    margin-top: 25px;
}

#copyright ul {
    margin-left: 5px;
    display: inline-block;
}

#copyright ul li {
    padding: 0 7px;
    display: inline-block;
    position: relative;
}

#copyright ul li:last-child {
    padding-right: 0
}

#copyright ul li:before {
    content: '';
    width: 1px;
    height: 14px;
    background: #707070;
    position: absolute;
    left: 0;
    top: 3px;
}

#copyright p a {
    display: inline-block;
    float: right;
    margin-top: -4px;
}

/* ==========================================================================
    # CONTACT FORM
========================================================================== */

.page .contact-us h1 {
    font-family: "ralewayregular";
    margin: 50px 0 0;
    line-height: 50px;
    font-size: 32px;
}

.contact-us h2 {
    text-align: center;
}

.form-item {
    margin-top: 20px;
}

form ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.gfield_radio li {
    margin-bottom: 8px;
}

li.preferred-way-list .gfield_radio li {
    display: inline-block;
}

#gform_1 {
    padding-bottom: 20px;
}

#gform_1:after {
    content: '';
    display: block;
    clear: both;
}

textarea {
    resize: none;
}

.form-item label {
    display: block;
    font-size: 15px;
    font-weight: 600;
    color: #494949;
    margin-bottom: 10px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.form-item .gfield_radio label {
    display: inline-block;
    margin: 0 15px 0 10px;
    font-weight: normal;
}

.form-item .gfield.col-12 {
    float: none;
    clear: both;
    width: 100%;
}

.form-item .gfield.col-6 {
    width: 50%;
}

.form-item .gfield.col-4 {
    width: 33.33333333%;
}

.form-item .icon-arrow:before {
    position: absolute;
    top: 64%;
    right: 30px;
    font-size: 14px;
    cursor: pointer;
    pointer-events: none;
    -ms-transform: rotate(90deg); /* IE 9 */
    -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
    transform: rotate(90deg);
}

.form-item input:not([type=radio]),
.form-item textarea,
.form-item select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    padding: 9px 13px;
    outline: none;
    border: 1px solid #d4d4d4;
    border-radius: 5px;
    background-color: #ffffff;
    color: #969696;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-size: 13px;
}

.form-item .icon-arrow-bottom:before {
    position: absolute;
    top: 64%;
    right: 30px;
    font-size: 14px;
    cursor: pointer;
    pointer-events: none;
}

.form-item .icon-arrow-bottom:before {
    content:'\61';
}

select::-ms-expand {
    display: none;
}

.form-item select {
    cursor: pointer;
    padding-right: 35px;
}

.form-item .gfield {
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 25px;
}

.form-item input[type=submit] {
    font: 16px "ralewaybold";
    font-size: 15px;
    float: right;
    max-width: 270px;
    width: 100%;
    margin: 15px 15px 0 0;
    padding: 15px 0;
    background: #ffd400;
    border: 1px solid #ffd400;
    color: #333;
    outline: none;
    border: none;
    text-transform: uppercase;
}

.form-item input[type=submit]:hover {
    border: 1px solid #000;
    background: transparent;
    color: #000;
}

.form-item .gfield_error input,
.form-item .gfield_error textarea,
.form-item .gfield_error select {
    border: 1px solid red;
}

.form-item .gfield_error label {
    color: red;
    border: none;
}

.form-item .validation_error,
.form-item .gfield .validation_message {
    display: none;
}

.map-holder,
.image-holder {
    border-radius: 50%;
    overflow: hidden;
    width: 225px;
    height: 225px;
    text-align: center;
    margin: 0 auto 20px;
}

.contact-form-holder p {
    margin-top: 0;
    margin-bottom: 20px;
}

p.address-holder,
p.name-holder {
    font-family: 'ralewaybold';
}

p.phone-holder {
    margin-top: 10px;
    font-size: 16px;
}

ul.contact-city-phones {
    list-style:none;
    padding:0 0 0 10px;
    margin:0;
}

ul.contact-city-phones > li {
    text-align:center;
    margin-bottom: 20px;
    font-size: 16px;
}

ul.contact-city-phones > li a {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 18px;
}

p.hone-holder a {
    white-space: nowrap;
    font-family: 'ralewaybold';
}

.feedback-wrap {
    background: #f5f5f5;
    padding: 20px 0;
}

.feedback-wrap-bkg {
    background: url(../images/layout/amber.png) no-repeat left top;
    padding-left: 120px;
}

/* ==========================================================================
    #   REVIEW PAGE
========================================================================== */

.page .reviews-page .header-action-section h1 {
    font: 32px/50px "ralewayregular";
    margin: 40px 0 0;
}

.customer-reviews-holder {
    background-color: #f5f6f6;
    padding-bottom: 40px;
}

.customer-reviews-holder .review-items-holder {
    margin-top: 32px;
    background: #fff;
}

.customer-reviews-holder .yt-video-holder {
    height: 100%;
    cursor: pointer;
    padding: 0;
}

.customer-reviews-holder .yt-video-holder span.icon-holder {
    position: absolute;
    display: block;
    width: 18px;
    height: 18px;
    top: 50%;
    margin-top: -9px;
    left: 50%;
    margin-left: -9px;
}

.customer-reviews-holder .yt-video-holder span.icon-holder:before {
    color: #ffffff;
}

.customer-reviews-holder .review-holder {
    background: #fff;
    padding: 40px 35px;
}

.customer-reviews-holder .review-holder p.review-title {
    font-family: 'ralewaybold';
    font-size: 22px;
    color: #333;
    margin-bottom: 45px;
}

.customer-reviews-holder .review-holder p.review-title:before {
    font-size: 24px;
    color: #333;
    margin-right: 20px;
    vertical-align: text-top;
}

.customer-reviews-holder .review-holder p.review-description {
    font-size: 16px;
    color: #333;
    text-align: left;
    margin-bottom: 40px;
}

.customer-reviews-holder .review-holder a {
    font-size: 18px;
    cursor: pointer;
    color: #1486B1;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.customer-reviews-holder .review-holder a:hover {
    color: #07bbff;
}

.social-reviews-holder {
    padding-top: 0;
    padding-bottom: 20px;
}

.social-reviews-holder h2 {
    text-align: center;
    text-transform: capitalize;
}

.social-reviews-holder .social-choose-buttons p {
    float: left;
    display: inline-block;
    width: 49.6%;
    padding: 10px 0;
    font-size: 20px;
    color: #969696;
    text-align: center;
    cursor: pointer;
    outline: none;
    background-color: transparent;
    border: 1px solid #e2e2e2;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.social-reviews-holder .social-choose-buttons p:hover {
    background-color: #f5f5f5;
}

.social-reviews-holder .social-choose-buttons p:first-child {
    margin-right: 0.4%;
}

.social-reviews-holder .social-choose-buttons p.active {
    color: #ffffff;
    border: 1px solid transparent;
}

.social-reviews-holder .social-choose-buttons p.active.twit-color {
    background-color: #00abeb;
}

.social-reviews-holder .social-choose-buttons p.active.fb-color {
    background-color: #3b5998;
}

.social-reviews-holder .social-choose-buttons p.active.twit-color:hover {
    background-color: rgba(0, 171, 235, 0.8);
}

.social-reviews-holder .social-choose-buttons p.active.fb-color:hover {
    background-color: rgba(59, 89, 152, 0.9);
}

.social-reviews-holder .social-item {
    display: none;
    padding-top: 20px;
    padding-bottom: 20px;
}

.fb_iframe_widget_fluid span {
    width: 100% !important;
}

.social-reviews-holder .facebook-holder .fb-post-holder {
    text-align: center;
}

.social-reviews-holder .facebook-holder .fb-post-holder:not(:last-child) {
    margin-bottom: 20px;
}

.social-reviews-holder .facebook-holder .fb-post-holder .fb-post {
    display: block;
    margin: 0 auto;
}

.embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0
}

.embed-responsive.embed-responsive-16by9 {
    padding-bottom: 56.25%
}

.embed-responsive.embed-responsive-4by3 {
    padding-bottom: 75%;
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden
}

.review-items-holder .youtube {
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    display: inline-block;
    overflow: hidden;
    transition: all 200ms ease-out;
    cursor: pointer;
    width: 100%;
    padding-bottom: 57%;
    background-size: cover;
}

.review-items-holder .youtube .play {
    background: url(../images/layout/play.png) no-repeat center center;
    background-size: 64px 64px;
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: .7;
    filter: alpha(opacity=80);
    transition: all 0.2s ease-out;
}
.review-items-holder .youtube .play:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}


/* ==========================================================================
    # THANK YOU / ERROR PAGE
========================================================================== */

.thank-you-holder h1 {
    color: #333;
}

.thank-you-holder .app-promo-code {
    text-decoration: none;
    color: #67757e;
    text-align: left;
    border-radius: 5px;
    border: 1px solid #eeeeee;
    cursor: pointer;
    display: inline-block;
    padding: 22px 50px;
    position: absolute;
    left: 270px;
    top: 110px;
    cursor: context-menu;
}

.thank-you-holder .app-promo-code p b {
    color: #f200c1;
}

.thank-you-holder .app-promo-code b:last-child {
    font-family: 'ralewaybold';
    font-size: 18px;
}

.thank-you-holder {
    padding-bottom: 75px;
}

.thank-you-holder p {
    font-size: 18px;
}

.thank-you-holder p span:not(.phone) {
    color: #064e81;
    font-family: 'ralewaybold';
    margin: 30px 0;
    display: block;
}

.app-store-promo-code {
    margin-bottom: 20px;
}

.thank-you-app-store {
    margin-right: 40px;
}

.error-holder {
    width: 100%;
    background: #f5f5f5;
    padding: 150px 0 350px;
    color: #000000;
    font-size: 20px;
}

.error-holder a {
    color: #008dc7;
}

.error-promo {
    font-size: 18px;
    line-height: 38px;
    background: #fff;
    padding: 25px 40px;
    display: inline-block;
    position: relative;
    z-index: 10;
    margin: 20px 0 0 70px;
}

.error-promo span {
    font-size: 32px;
}

.error-promo span span {
    color: #ffd400;
}

.error-bold {
    font: 24px/31px 'ralewaybold';
    margin: 40px 0;
}

.picture-frame {
    position: absolute;
    top: -30px;
    left: 70px;
    z-index: 20;
      -webkit-animation-duration: 1s;
      animation-duration: 1s;
    animation-delay: 1s;
      -webkit-animation-delay: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;

}

@-webkit-keyframes hinge {
    0%, 100% {
    -webkit-transform-origin: top right;
    transform-origin: top right;
    -webkit-transform: rotate3d(0, 0, 1, -60deg);
    transform: rotate3d(0, 0, 1, -60deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
}

@keyframes hinge {

  0% {
    -webkit-transform-origin: top right;
    transform-origin: top right;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  30%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, -25deg);
    transform: rotate3d(0, 0, 1, -25deg);
    -webkit-transform-origin: top right;
    transform-origin: top right;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%, 100% {
    -webkit-transform-origin: top right;
    transform-origin: top right;
    -webkit-transform: rotate3d(0, 0, 1, -30deg);
    transform: rotate3d(0, 0, 1, -30deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

}

.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}



/* ==========================================================================
    # FIX SOCIAL ICONS
========================================================================== */

#social-fixed {
    width: 35px;
    position: fixed;
    right: 0;
    top: 34%;
}

#social-fixed a {
    display: block;
    width: 100%;
    background: #e2e2e2;
    height: 35px;
    margin-bottom: 5px;
    position: relative;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    color: #606060
}

#social-fixed a:before {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 35px;
}

#social-fixed a:hover {
    background: #767676;
    color: #fff;
}


/* ==========================================================================
    # CSS ANIMATIONS
========================================================================== */

.js-hide-animation {
    transition: max-height 0.7s linear;
    -webkit-transition : max-height 0.7s linear;
}

.js-opacity-text {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all 0.6s 0.5s cubic-bezier(0.48,0.68,0.51,1.12);
    transition: all 0.6s 0.5s cubic-bezier(0.48,0.68,0.51,1.12);
}

.js-opcity-review {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: all 0.8s cubic-bezier(0.48,0.68,0.51,1.12);
    transition: all 0.8s cubic-bezier(0.48,0.68,0.51,1.12);
}

.null-height {
    max-height: 0
}

.null-opacity-text {
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
}

.null-opacity-review {
    opacity: 0;
    -webkit-transform: translateX(-200px);
    transform: translateX(-200px);
}


.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.css-fadein {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.css-fadein-delay {
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
}


/* ==========================================================================
    # COOKIE MESSAGE
========================================================================== */

.cookie-policy-wrap {
    background: #e4e4e4;
    padding: 20px 0;
    font-size: 13px;
    color: #5b5a5a;
}

.cookie-policy-wrap p {
    margin: 0;
}

.cookie-policy-wrap a {
    background: #a8a8a8;
    color: #fff;
    text-transform: uppercase;
    padding: 7px 30px;
    border-radius: 5px;
    display: inline-block;
    white-space: nowrap;
}

.cookie-policy-wrap span.icon-close {
    font-size: 25px;
    position: absolute;
    right: 45px;
    top: -10px;
    cursor: pointer;
}

.cookie-policy-inner {
    position: relative;
}

/* ==========================================================================
    # PRICE TABLES
========================================================================== */

.prices table {
    font-size: 16px;
    text-align: center;
    margin: 25px auto;
    background: #fff;
    width: 100%;
}

.prices table tr:first-child th {
    border-top-color: #e8e8e8;
}

.prices table tr:first-child th:first-child {
    border-left-color: #e8e8e8;
}

.prices table tr th:last-child {
    border-right-color: #e8e8e8;
}

.prices table tr th,
.prices table tr td {
    padding: 15px 20px;
}

.prices table tr th {
    background: #eae7e0;
    color: #000000;
    font: 15px "ralewaybold";
    border: 1px solid #fff;
}

.prices table tr td {
    font-family: "ralewaybold";
    border: 1px solid #e8e8e8;

}

.prices table tr:not(.secondaty-th) td:first-child {
    font: 14px "ralewayregular";
    text-align: left;
    width: 40%;
}

table .font-family-regular {
    font-family: "ralewayregular"
}

.table-left {
    float: left;
    width: 50%;
    margin: 20px 30px 20px 0;
}

.table-right {
    float: right;
    width: 50%;
    margin: 20px 0 20px 30px;
}

.table-left table,
.table-right table {
    margin: 0;
    width: 100%;
}

.table-left + ul {
    list-style-position: inside;
}


/* ==========================================================================
    # PRICE PAGE
========================================================================== */

.prices-holder {
    margin: 60px 0 50px;
}

.prices-service-titles-holder {
    padding-right: 0;
    width: 30%;
    float: left;
}

.prices-service-item {
    position: relative;
    padding: 15px 15px 15px 76px;
    background-color: #ffffff;
    border-bottom: 1px solid #e9e9e9;
    border-left: 3px solid #e9e9e9;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: relative;
    text-align: left;
}

.prices-service-item:first-child {
    border-bottom: 1px solid #e9e9e9;
}

.prices-service-item.active,
.prices-service-item:hover {
    background-color: #f3f3f3;
    border-left-color: #ffd400;
}

.prices-service-item:before {
    font-size: 33px;
    position: absolute;
    top: 50%;
    left: 20px;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
}

.prices-service-item .prices-service-title {
    font-family: 'ralewayregular', Arial, Helvetica, sans-serif;
    font-size: 19px;
    color: #404040;
    margin: 0;
}

.prices-service-item .prices-service-price {
    font-family: 'ralewayregular', Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #21b1ed;
    margin: 0;
}

.prices-service-description-holder {
    padding-right: 15px;
    background: #f3f3f3;
    width: 70%;
    float: left;
    padding: 20px 40px 30px;
}

.prices-service-description-item {
    display: none;
}

.prices-service-description-item h2 {
    margin: 0;
}

.prices-service-description-item.active {
    display: block;
}

.prices-service-description-item p {
    color: #404040;
    font-size: 13px;
    text-align: left;
}

.prices-service-description-item .button {
    display: inline-block;
    background: #ffd400;
    border-color: #ffd400;
    color: #000;
    font-size: 15px;
    padding: 5px 25px;
    text-align: right;
    float: right;
    margin-top: 10px;
}

.prices-service-description-item .button:hover {
    background: transparent;
    border-color: #000;
    color: #000;

}

/* ==========================================================================
    # EXTERNAL lINKS
========================================================================== */
.external-links {
    background-color: #f5f6f6;
}

.external-links .title {
    font-size: 16px;
    text-align: center;
}

/* ==========================================================================
    # SIMPLE DROPDOWN
========================================================================== */
#top-nav > ul .menu-item-has-children {
    position:relative;
}

#top-nav > ul .menu-item-has-children .sub-menu {
    opacity:0;
    position:absolute;
    padding:10px;
    z-index:-1;
    border:1px solid #dfdfdf;
    border-radius:5px;
    min-width:190px;
    background-color:#fff;
    transform: translateY(-20px);
    transition:0.3s;
}

#top-nav > ul .menu-item-has-children .sub-menu li {
    margin:0 0 10px;
}

#top-nav > ul .menu-item-has-children .sub-menu li a {
    color:#777;
    padding: 5px 7px 9px;
    position:relative;
    transition:0.3s;
}


#top-nav > ul .menu-item-has-children .sub-menu li a:before {
    display:block;
    content: '';
    width:0;
    height:2px;
    bottom:0;
    position:absolute;
    left:0%;
    right:0%;
    margin:0 auto;
    background-color:#000;
    transition:0.3s;
}


#top-nav > ul .menu-item-has-children .sub-menu li:hover a:before {
    width:100%;
}

#top-nav > ul .menu-item-has-children:hover .sub-menu {
    transform:translateY(10px);
    opacity:1;
    z-index:100;
}

/* ==========================================================================
    # MEGA MENU
========================================================================== */
#top-nav .mega-menu-holder > ul {
    text-align: left;
    padding: 0;
}

.mega-menu-holder {
    background: url(../images/layout/mega-menu-left-bkg.png) left 50% / 244px 344px no-repeat,
                url(../images/layout/mega-menu-right-bkg.png) right 90% / 258px 188px no-repeat;
    background-color: #f5f5f5;
    position: absolute;
    top: 85px;
    left: 50%;
    z-index: 99;
    // max-width: 1450px;
    // width: 90%;
    width: 100%;
    max-width:800px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate(-50%, -30%);
    transform: translate(-50%, -30%);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    // padding: 10px 10% 55px;
    padding: 10px 3% 55px;
}

/*mega menu ver b*/
.mega-menu-holder.menu-ver-b { padding: 40px 5% 20px; max-width: 1170px; box-shadow: 0 0 15px -3px #666; }
.mega-menu-holder.menu-ver-b .col-sm-4 { padding: 20px 40px 0; }
.menu-ver-b-item { position: relative; display: block; height: 168px; border-radius: 8px; overflow: hidden; }
.menu-ver-b-item .over-title-label { border-top-right-radius: 8px; border-top-left-radius: 8px; z-index: 19; display: block; position: absolute; top: 0; left: 0; right: 0; padding: 12px; background: #000; color: #fff; font: 16px; }
.menu-ver-b-item:hover .fade-shadow { opacity: 1; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; -ms-transition: all 0.3s ease; transition: all 0.3s ease; }
.menu-ver-b-item:hover .view-more { opacity: 1; left: 50%; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; -ms-transition: all 0.3s ease; transition: all 0.3s ease; }
.menu-ver-b-item:hover .over-title-label { color: #fed130; }

.menu-ver-b-item .fade-shadow { opacity: 0; border-radius: 8px; position: absolute; top: 0; left: 0; right: 0; height: 100%; z-index: 18; background: rgba(0, 0, 0, 0.6); -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; -ms-transition: all 0.3s ease; transition: all 0.3s ease; }
.menu-ver-b-item .view-more { opacity: 0; position: absolute; display: inline-block; top: 42%; left: 45%; z-index: 21; font-size: 12px; color: #fed130; text-transform: uppercase;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; -ms-transition: all 0.3s ease; transition: all 0.3s ease;
}
.menu-ver-b-item .view-more:before { content: ''; margin: 0 auto 8px; position: relative; text-align: center; display:block; width: 35px; height: 35px; background: url(../images/icons/view-more-icon.png) center center no-repeat; background-size: cover; }
.mega-menu-holder.menu-ver-b .eg { font-size: 14px; color: #000; min-height: 40px; }

/*end mega menu ver b*/

.mega-menu-title {
    font: 15px 'ralewaybold';
    text-transform: uppercase;
    text-align: left;
    padding: 20px 0 15px;
}

.mega-menu-holder  ul {
    list-style: none;
}

.mega-menu-holder > ul {
    background: #fff;
    position: relative;
    width: 43%;
    padding: 0;
}

#menu-header-menu li.depth-0.menu-item-has-children:hover,
#top-nav > ul > li.mega-menu-visible {
    background: #f5f5f5;
}

.mega-menu-holder.opened {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
}

.mega-menu-holder ul li.depth-1 {
    width: 100%;
}

.mega-menu-holder ul li.depth-1 > span {
    display: block;
    padding: 0 15px;
    font-size: 15px;
    color: #000000;
    text-align: left;
    background: #fff;
    cursor: pointer;
    border-left: 3px solid #ffd400;
    border-right: 2px solid #f5f5f5;
}

.mega-menu-holder ul li > span span {
    border-bottom: 1px solid #aeaeae;
    display: block;
    padding: 10px 0;
    position: relative;
}

.mega-menu-holder ul li.depth-1:last-child > span > span {
    border-color: #fff;
}

.mega-menu-holder ul li > span span.icon-arrow:before {
    width: 7px;
    height: 11px;
    position: absolute;
    right: 5px;
    top: 50%;
    font-size: 13px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    color: #bebaba;
}

.mega-menu-holder ul li.depth-1:hover > span {
    background: #ffd400;
}

.mega-menu-holder ul li.depth-1:hover span.icon-arrow:before {
    color: #000;
}

.mega-menu-holder ul li.depth-1:hover > span > span {
    border-color: #ffd400;
}

.mega-menu-holder ul li.depth-1 > div {
    display: none;
}

.mega-menu-holder ul li.depth-1:hover > div {
    display: block;
}

.mega-menu-holder ul li.depth-1 > div {
    position: absolute;
    top: 0;
    left: 100%;
    width: 133%;
    z-index: 100;
    background: #fff;
    padding: 15px 10px 15px;
    height: 100%;
    overflow: hidden;
}

.mega-menu-holder ul li.depth-1 > div > ul {
    padding: 0;
    margin: 0 0 10px;
    width: 100%;
    float: left;
    padding: 0 20px;
}

.mega-menu-holder ul li.depth-1 > div > ul:after {
    content: '';
}

.mega-menu-holder ul li.depth-1 > ul > a {
    padding: 0;
    font: 13px/18px 'ralewayregular';
}

.mega-menu-holder li.depth-2 a:hover,
.mega-menu-holder li.depth-2 a:focus {
    color: #00b0f8;
    text-decoration: underline;
}

.mega-menu-holder ul li.depth-1 > ul > li {
    margin: 0 0 5px;
}

.mega-menu-holder ul li.depth-1 > ul > a:hover {
    color: #00b0f8;
    text-decoration: underline;
}

.mega-menu-holder ul li.depth-1 p.category-title {
    color: #fad001;
    font: 16px/14px "ralewaybold";
    text-transform: uppercase;
    margin: 0 0 15px;
    padding-left: 20px;
}

.mega-menu-holder ul li.depth-1 ul li.service_category_title {
    font: 15px/17px "ralewaybold";
    margin: 25px 0 7px;
}

.mega-menu-holder ul li.depth-1 ul li:not(.service_category_title) {
    margin: 6px 0;
    line-height: 15px;
}

.mega-menu-holder ul li.depth-1 ul li.service_category_title:first-child {
    margin-top: 0;
}

.view_all_service {
    position: absolute;
    bottom: 30px;
    font: 14px/14px "ralewaybold";
    font-weight: normal;
}

/* ==========================================================================
    # RETINA MEDIA QUERIES
========================================================================== */


@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    #app-section:after {
        background-image: url(../images/layout/ios-gadgets@2x.png);
        background-size: cover;
    }

    #app-section p {
        background-image: url(../images/layout/fs-logo@2x.png);
        background-size: 45px 45px;
    }

    .feedback-wrap-bkg {
        background-image: url(../images/layout/amber@2x.png);
        background-size: 101px 101px
    }
}

@media only screen and (max-width: 1310px) {
    .mega-menu-holder {
        padding: 10px 5% 55px;
    }
}


@media only screen and (max-width: 1215px) {

    body {
        padding-top: 62px;
    }

    #logo-wrap object,
    img {
        max-width: 100%;
        height: auto;
    }

    #top-nav {
        text-transform: capitalize;
        font-size: 13px
    }

    .web-account {
        vertical-align: baseline;
    }
    .cta-wrap {
        width: 180px;
        text-align: center;
        margin: 10px 0;
    }
    .cta-wrap #header-phone {
        margin: 0;
    }
    .cta-wrap #header-action {
        float: none;
        width: 100%;
        display: block;
        margin-top: 8px;
    }

    #top-nav > ul > li > a {
        padding: 5px 3px 9px;
    }

    #app-section p {
        background-position: 0 0;
        padding-left: 80px;
        padding-right: 290px;
    }

    #app-section p a {
        right: 125px
    }

    #app-section:after {
        right: 0;
    }

    #app-section a:first-child {
        margin-left: 0;
    }

    #action-row-above-footer a.button.invert {
        width: 25%;
    }

    #footer-action-section img {
        width: 45%;
        margin: 50px 0 0;
    }

    #footer-action-section a.button {
        font-size: 15px;
        padding: 10px 25px;
    }

    .footer-goole-play {
        margin-left: 0;
    }

    .cookie-policy-wrap a {
        margin-left: 0
    }

    .prices table {
        width: 100%
    }

    .prices table-horizontal {
        width: 95%;
    }

    .customer-reviews-holder .review-holder {
        padding: 20px 20px;
    }

    .mega-menu-holder > ul {
        width: 25%;
    }

    .mega-menu-holder ul li.depth-1 > div {
        width: 300%;
    }

    .mega-menu-holder ul li.depth-1 > div > ul {
        padding: 0 15px;
    }

    .mega-menu-holder ul li.depth-1 ul li.service_category_title {
        font-size: 14px;
        margin: 20px 0 7px;
    }
    .mega-menu-holder.menu-ver-b .col-sm-4 { padding: 15px 20px 0; }

}

@media only screen and (max-width: 1024px) {
    .mega-menu-holder.menu-ver-b .col-sm-4 { padding: 10px 10px 0; }
    .mega-menu-holder.menu-ver-b { padding: 30px 5% 10px; }
    .menu-ver-b-item { height: 140px; }
    body {
        padding-top: 50px;
    }
}

@media only screen and (max-width: 991px) {

    h1 {
        font-size: 28px;
    }

    h2 {
        font-size: 24px;
    }

    #logo-wrap a {
        display: block;
        margin-top: 10px;
    }

    .map-holder,
    .image-holder,
    .map-holder img {
       width: 150px;
       height: 150px
    }

    .cta-wrap {
        margin: 18px 0 15px;
        width: 150px;
    }
    .cta-wrap #header-action {
        margin-top: 0;
    }

    #top-nav > ul > li > a {
        padding: 5px 1px 9px;
    }

    #header-phone {
        display: none
    }

    #header-action {
        width: 100%;
        text-align: center;
        padding: 12px 10px;
    }

    #review-wrap {
        font-size: 25px;
        padding-top: 80px;
    }

    .review-author {
        font-size: 18px
    }

    #action-row-above-footer a {
        width: 27%;
        font-size: 16px;
    }

    #action-row-above-footer a.button.invert {
        width: 29%;
    }

    #benefit-section {
        background: none
    }

    #benefit-section h2 {
        text-align: center;
    }

    #app-wrap p {
        background-position: 10px 0;
        padding-left: 75px;
    }

    #app-section {
        padding-right: 100px;
    }

    #app-section a {
        margin: 15px 0 0;
    }

    #action-row-above-footer a.button span {
        right: 27%;
    }

    #action-row-above-footer a {
        width: 25%;
    }

    #footer-action-section a.button {
        margin: 20px 0 0;
    }

    #footer-action-section img {
        display: none
    }

    .action-row .button {
        width: 40%;
    }

    .service-category ul li {
        font-size: 14px;
    }

    .cookie-policy-wrap a {
        margin-left: 0
    }

    .customer-reviews-holder .review-holder {
        padding: 10px 10px;
    }

    .customer-reviews-holder .review-holder p.review-title {
        margin: 10px 0 20px;
    }

    .customer-reviews-holder .review-holder p.review-description {
        margin-bottom: 20px;
    }

    .mega-menu-holder {
        width: 100%;
        padding: 10px 3% 55px;
    }

    .mega-menu-holder ul li.depth-1 p.category-title {
        font-size: 15px;
    }

    .mega-menu-holder ul li.depth-1 > div > ul {
        padding: 0 10px;
    }

    .mega-menu-holder ul li.depth-1 ul li.service_category_title {
        margin: 15px 0 7px;
    }

    .mega-menu-holder ul li.depth-1 p.category-title {
        padding-left: 10px;
    }


}

@media only screen and (max-width: 767px) {
    body {
        padding-top: 150px;
    }

    h1 {
        font-size: 24px;
        line-height: 26px;
    }

    .site-content h2 {
        font-size: 20px;
        line-height: 30px;
        margin-top: 10px;
    }

    #logo-wrap a {
        margin-top: 0;
    }

    #header-action {
        margin: 0;
    }

    .cta-wrap {
        margin: 10px 0;
    }

    #header .container .row > div:last-child {
        text-align: center;
    }

    .header-action-section .button {
        width: 48%;
        margin: 0;
        font-size: 14px;
        padding: 15px 5px;
        text-transform: capitalize;
    }

    .searchbox {
        margin: 30px 0;
    }
    .searchbox .service, .searchbox .city {
        width: 97%;
        margin: 10px 0;
    }
    .searchbox .city {
        position: relative;
        z-index: 99;
    }

    .action-row .button {
        width: 100%;
        margin: 0 0 20px;
    }

    #review-wrap {
        font-size: 18px;
        padding: 30px 0;
    }

    #review-wrap p {
        padding-left: 50px;
    }

    #review-wrap p.review-author {
        font-size: 16px ;
    }

    #app-section p {
        background: transparent;
        padding: 0 70px 0 0;
    }

    #review-wrap p:before {
        font-size: 30px;
        left: 10px;
    }

    #app-section p a {
        position: relative;
        left: auto;
        top: auto;
        right: auto;
        -webkit-transform: translateY(0%);
        display: block;
        margin-top: 20px;
    }

    #action-row-above-footer {
        margin: 0;
    }

    #action-row-above-footer a.button.invert,
    #action-row-above-footer a {
        width: 100%;
        margin: 0 0 20px 0;
    }

    #action-row-above-footer a.button span {
        right: auto;
        text-align: center;
        position: relative;
    }

    #footer-action-section,
    .feedback-wrap {
        display: none
    }

    .form-item .gfield.col-4 {
        width: 100%;
    }

    .cookie-policy-wrap span.icon-close {
        top: -10px;
        right: 10px
    }

    .home-page .service-category {
        max-width: 270px;
    }

    #app-wrap p {
        padding-right: 160px;
    }

    .form-item input[type=submit] {
        max-width: 200px;
    }
}

@media only screen and (max-width: 768px) {
    #social-fixed {
        display:none;
    }
}

@media only screen and (max-width: 320px) {

    h1 {
        margin: 20px 0 20px;
    }

    #top-nav ul {
        margin-top: 15px;
    }

    #top-nav ul li a {
        padding: 5px 0px 9px;
        font-size: 13px;
    }

    #top-nav ul li:not(:last-child):after {
        height: 15px;
        top: 2px;
    }

    #benefit-section {
        margin: 30px auto;
    }
}
