.clearfix:after {
  content: '';
  display: block;
  clear: both; }

.ellipsis {
  white-space: nowrap;
  /* 1 */
  text-overflow: ellipsis;
  /* 2 */
  overflow: hidden; }

/* Fonts */
@font-face {
  font-family: 'icomoon';
  src: url("..fonts/icomoon.eot?wvelpr");
  src: url("..fonts/icomoon.eot?wvelpr#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?wvelpr") format("truetype"), url("../fonts/icomoon.woff?wvelpr") format("woff"), url("../fonts/icomoon.svg?wvelpr#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-gallery:before {
  content: "\e910"; }

.icon-popup:before {
  content: "\e910"; }

.icon-popout:before {
  content: "\e910"; }

.icon-pencil2:before {
  content: "\e911"; }

.icon-coin-pound:before {
  content: "\e93d"; }

.icon-phone:before {
  content: "\e942"; }

.icon-phone-hang-up:before {
  content: "\e943"; }

.icon-address-book:before {
  content: "\e944"; }

.icon-envelop:before {
  content: "\e945"; }

.icon-map:before {
  content: "\e94b"; }

.icon-mobile2:before {
  content: "\e959"; }

.icon-hammer:before {
  content: "\e996"; }

.icon-road:before {
  content: "\e9b1"; }

.icon-link:before {
  content: "\e9cb"; }

.icon-man-woman:before {
  content: "\e9de"; }

.icon-wink:before {
  content: "\e9e7"; }

.icon-wondering:before {
  content: "\e9fb"; }

.icon-warning:before {
  content: "\ea07"; }

.icon-facebook2:before {
  content: "\ea91"; }

.icon-libreoffice:before {
  content: "\eae3"; }

.icon-twitter-square:before {
  content: "\e902"; }

.icon-youtube-square:before {
  content: "\e903"; }

.icon-child:before {
  content: "\e904"; }

.icon-number:before {
  content: "\e906"; }

.icon-zero:before {
  content: "\e906"; }

.icon-number2:before {
  content: "\e907"; }

.icon-nine:before {
  content: "\e907"; }

.icon-number3:before {
  content: "\e908"; }

.icon-eight:before {
  content: "\e908"; }

.icon-number4:before {
  content: "\e909"; }

.icon-seven:before {
  content: "\e909"; }

.icon-number5:before {
  content: "\e90a"; }

.icon-six:before {
  content: "\e90a"; }

.icon-number6:before {
  content: "\e90b"; }

.icon-five:before {
  content: "\e90b"; }

.icon-number7:before {
  content: "\e90c"; }

.icon-four:before {
  content: "\e90c"; }

.icon-number8:before {
  content: "\e90d"; }

.icon-three:before {
  content: "\e90d"; }

.icon-number9:before {
  content: "\e90e"; }

.icon-two:before {
  content: "\e90e"; }

.icon-number10:before {
  content: "\e90f"; }

.icon-one:before {
  content: "\e90f"; }

.icon-tools:before {
  content: "\e901"; }

.icon-people_outline:before {
  content: "\e900"; }

.icon-alert-octagon:before {
  content: "\e905"; }

.icon-x-circle:before {
  content: "\e912"; }

@font-face {
  font-family: 'JosefinSans-Light';
  src: url(../fonts/JosefinSans-Light.ttf); }

@font-face {
  font-family: 'JosefinSans-Regular';
  src: url(../fonts/JosefinSans-Regular.ttf); }

@font-face {
  font-family: 'JosefinSans-Bold';
  src: url(../fonts/JosefinSans-Bold.ttf); }

body {
  margin: 0;
  padding: 0;
  font-family: 'JosefinSans-Regular'; }

#wrapper {
  width: 100%;
  overflow: hidden;
  display: block; }

.container {
  max-width: 1000px; }

img {
  width: 100%;
  height: auto;
  display: block; }

.orange {
  color: #fd7d17; }

.blue {
  color: #3366cc; }

.black {
  color: #000; }

.green {
  color: #00ff00; }

h1, h2, h3, p, ul {
  padding: 0;
  margin: 0; }

.section-titles {
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  font-family: 'JosefinSans-Bold';
  font-size: 40px;
  margin-bottom: 70px; }
  @media (max-width: 1023px) {
    .section-titles {
      margin-bottom: 30px; } }
  @media (max-width: 767px) {
    .section-titles {
      font-size: 30px; } }

/* Header */
#header {
  position: relative;
  background: #000;
  padding: 30px 0 41px; }
  #header:after {
    content: '';
    display: block;
    clear: both; }
  @media (max-width: 1023px) {
    #header {
      padding: 30px 0 0; } }
  @media (max-width: 479px) {
    #header {
      padding: 20px 0 0; } }
  #header .container-fluid {
    max-width: 1366px;
    margin: 0 auto; }
    @media (max-width: 1023px) {
      #header .container-fluid {
        width: 100%; } }

/* Logo */
.logo {
  position: absolute;
  top: -5px;
  left:75px;}
  .logo a img {
    width: 350px; }
    @media (max-width: 479px) {
      .logo a img {
        width: 130px; } }
  @media (max-width: 1023px) {
    .logo {
      position: static; } }
  @media (max-width: 479px) {
    .logo {
      position: static; }
      .logo a {
        display: none; } }
  .logo .device-logo {
    display: none; }
    @media (max-width: 479px) {
      .logo .device-logo {
        display: block; } }

/* Page Navigation */
.side-nav {
  position: fixed;
  left: 1%;
  top: 50%;
  padding: 0;
  margin: 0;
  list-style: none;
  z-index: 10; }
  .side-nav li a {
    background: #333;
    color: #fd7d17;
    width: 30px;
    height: 30px;
    margin-bottom: 5px;
    border-radius: 100%;
    display: block;
    text-align: center; }
    .side-nav li a:hover {
      background: #fd7f17;
      border: 1px solid #333;
      color: #333;
      text-decoration: none; }
    .side-nav li a span {
      line-height: 29px; }
  @media (max-width: 1023px) {
    .side-nav {
      display: none; } }

/* Burger Menu */
.opener {
  display: none;
  position: absolute;
  right: 3%;
  top: -45px;
  width: 31px;
  height: 31px;
  background: #fd7d17;
  border-radius: 3px;
  overflow: hidden;
  z-index: 1000; }
  .opener:before, .opener:after,
  .opener span {
    background: #333;
    border-radius: 4px;
    position: absolute;
    top: 16px;
    left: 25%;
    right: 25%;
    height: 3px;
    margin-top: -2px;
    text-indent: -9999px;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    text-indent: -9999px; }
    .active .opener:before, .active .opener:after, .active
    .opener span {
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      top: 16px;
      left: 15%;
      right: 15%;
      background: #fd7d17; }
  @media (max-width: 1024px) {
    .opener {
      top: -100px; } }
  @media (max-width: 479px) {
    .opener {
      top: -45px; } }
  .active .opener {
    background: #333; }
  .opener:before, .opener:after {
    content: '';
    top: 10px; }
  .opener:after {
    top: 22px; }
    .active .opener:after {
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg); }
  .opener span {
    opacity: 1;
    font-size: 0;
    line-height: 0; }
    .active .opener span {
      opacity: 0; }
  .opener:hover {
    opacity: 0.9; }
  @media (max-width: 1023px) {
    .opener {
      display: block; } }

/***** Main Menu *****/
#nav {
  text-align: right;
  padding: 10px 0 0;
  float: right;
  font-size: 18px;
  line-height: 18px; }
  #nav:after {
    clear: both;
    display: block;
    content: ''; }
  #nav ul {
    list-style: none;
    float: left;
    margin: 0;
    padding: 0; }
    @media (max-width: 1023px) {
      #nav ul {
        background: #fd7f17;
        float: none;
        position: static;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        text-align: center;
        display: table-cell;
        vertical-align: middle; } }
    #nav ul li {
      position: relative;
      float: left;
      margin: 0 60px 0 0;
      padding: 0 0 10px;
      text-align: center; }
      @media (max-width: 1023px) {
        #nav ul li {
          float: none;
          margin: 0 0 20px;
          padding: 0; } }
      #nav ul li a {
        text-decoration: none;
        color: #fff;
        -webkit-transition: all 0.2s linear;
        transition: all 0.2s linear;
        font-family: 'JosefinSans-Regular';
        text-transform: uppercase;
        font-size: 14px; }
        #nav ul li a:hover {
          color: #fd7f17; }
          @media (max-width: 1023px) {
            #nav ul li a:hover {
              color: #fff; } }
        @media (max-width: 1023px) {
          #nav ul li a {
            color: #333;
            font-size: 36px;
            line-height: 40px;
            font-family: 'JosefinSans-Light'; } }
        @media (max-width: 767px) {
          #nav ul li a {
            font-size: 28px;
            line-height: 28px; } }

/* Mobile Menu */
.drop {
  float: left; }
  @media (max-width: 1023px) {
    .drop .drop-wrapper {
      display: table;
      height: 100%;
      width: 100%;
      position: fixed;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0; } }
  .active .drop {
    opacity: 1;
    visibility: visible;
    height: auto; }
  @media (max-width: 1023px) {
    .drop {
      overflow: hidden;
      position: absolute;
      top: 100%;
      left: 0;
      right: 0;
      visibility: hidden;
      opacity: 0;
      z-index: 999;
      float: none;
      -webkit-transition: opacity 0.3s linear;
      transition: opacity 0.3s linear; } }

/* Social Head */
.social-head {
  background: #fd7f17;
  padding: 5px 0 0; }
  .social-head .container-fluid {
    width: 1366px;
    margin: 0 auto; }
    @media (max-width: 1023px) {
      .social-head .container-fluid {
        width: 100%; } }
  .social-head ul {
    text-align: right; }
    @media (max-width: 1281px) {
      .social-head ul {
        text-align: center; } }
    .social-head ul li {
      display: inline-block;
      margin: 0 5px; }
      .social-head ul li a {
        color: #fff;
        font-family: 'JosefinSans-Regular';
        font-size: 30px;
        line-height: 28px;
        text-decoration: none; }
        .social-head ul li a img {
          width: 30px; }
    @media (max-width: 767px) {
      .social-head ul .number {
        display: block; } }

/* Bottom Divider */
#bottom-divider {
  height: 80px;
  padding: 22px 0 0;
  background: #333; }
  #bottom-divider img {
    width: 38px;
    margin: 0 auto; }

/* Price */
#Resq-Recovery-price-plan {
  background: url(../images/sectionbgjpg.jpg) repeat-x center top;
  padding: 70px 0; }
  @media (max-width: 767px) {
    #Resq-Recovery-price-plan {
      padding: 50px 0;
      background-repeat: repeat; } }
  #Resq-Recovery-price-plan:after {
    clear: both;
    content: '';
    display: block; }
  #Resq-Recovery-price-plan .price-box-position1 {
    float: right; }
  #Resq-Recovery-price-plan .price-box-position2 {
    margin: 0 auto; }
  #Resq-Recovery-price-plan .price-box-position3 {
    float: left; }
  #Resq-Recovery-price-plan .price-box {
    background: #fd7d17;
    color: #fff;
    width: 216px;
    text-transform: uppercase;
    padding: 40px;
    border-radius: 10px;
    height: 355px;
    margin: 0 auto;
    -webkit-transition: -webkit-transform 1s;
            transition: transform 1s; }
    @media (max-width: 1023px) {
      #Resq-Recovery-price-plan .price-box {
        width: 230px; } }
    @media (max-width: 767px) {
      #Resq-Recovery-price-plan .price-box {
        margin: 0 auto 20px;
        width: 100%;
        padding: 20px;
        height: auto;
        text-align: center; } }
    #Resq-Recovery-price-plan .price-box .price-box-tag {
      background: #2373be;
      text-align: center;
      text-transform: capitalize;
      position: absolute;
      top: -15px;
      padding: 10px 20px;
      left: 40px; }
      #Resq-Recovery-price-plan .price-box .price-box-tag span {
        font-size: 12px; }
    #Resq-Recovery-price-plan .price-box h3 {
      font-family: 'JosefinSans-Bold';
      font-size: 20px; }
    #Resq-Recovery-price-plan .price-box .from {
      text-transform: lowercase;
      display: block;
      font-family: 'JosefinSans-Regular';
      font-size: 17px; }
    #Resq-Recovery-price-plan .price-box .price {
      font-family: 'JosefinSans-Bold';
      font-size: 65px; }
    #Resq-Recovery-price-plan .price-box p {
      font-family: 'JosefinSans-Regular';
      margin-bottom: 24px;
      font-size: 11.2px; }
      @media (max-width: 767px) {
        #Resq-Recovery-price-plan .price-box p {
          margin-bottom: 8px; } }
    #Resq-Recovery-price-plan .price-box .bf-rec {
      margin-bottom: 38px; }
      @media (max-width: 767px) {
        #Resq-Recovery-price-plan .price-box .bf-rec {
          margin-bottom: 24px; } }
    #Resq-Recovery-price-plan .price-box a {
      background: #ffcc33;
      color: #000;
      width: 136px;
      display: block;
      text-align: center;
      padding: 8px 0 4px;
      font-size: 14.4px;
      font-family: 'JosefinSans-Bold'; }
      #Resq-Recovery-price-plan .price-box a:hover {
        background: #333;
        color: #fd7d17;
        text-decoration: none; }
      @media (max-width: 767px) {
        #Resq-Recovery-price-plan .price-box a {
          margin: 0 auto; } }
    #Resq-Recovery-price-plan .price-box:hover {
      -webkit-transform: scale(1.02, 1.02);
          -ms-transform: scale(1.02, 1.02);
              transform: scale(1.02, 1.02); }
      #Resq-Recovery-price-plan .price-box:hover .price-box-tag {
        left: 25px; }

/* Services */
#Resq-Recovery-services {
  background: url(../images/section2bg.jpg) repeat-x center top;
  padding: 70px 0; }
  @media (max-width: 1023px) {
    #Resq-Recovery-services {
      background-repeat: repeat; } }
  @media (max-width: 1023px) {
    #Resq-Recovery-services {
      padding: 50px 0 0; } }
  #Resq-Recovery-services .service-box {
    width: 216px;
    background: #fd7d17;
    text-align: center;
    padding: 16px 12px;
    border-radius: 8px;
    margin: 0 auto 64px;
    height: 150.4px;
    -webkit-transition: -webkit-transform 1s;
            transition: transform 1s; }
    #Resq-Recovery-services .service-box:nth-child(n2) {
      padding: 16px 4px; }
    #Resq-Recovery-services .service-box img {
      width: 56px;
      margin: 0 auto 12px; }
    #Resq-Recovery-services .service-box p {
      line-height: 22.4px;
      color: #fff;
      text-transform: uppercase;
      font-family: 'JosefinSans-Bold';
      font-size: 20.8px; }
    #Resq-Recovery-services .service-box:hover {
      -webkit-transform: scale(1.1, 1.1);
          -ms-transform: scale(1.1, 1.1);
              transform: scale(1.1, 1.1); }
              #Resq-Recovery-services .left-box {
    float: right; }
    @media (max-width: 767px){
        #Resq-Recovery-services .left-box{
            float:none;
        }
    }
  #Resq-Recovery-services .right-box {
    float: left; }
    @media (max-width: 767px){
        #Resq-Recovery-services .right-box{
            float:none;
        }
    }

/* Choose */
#Choose-Resq-Recovery {
  background: #3366cc;
  padding: 100px 0; }
  @media (max-width: 767px) {
    #Choose-Resq-Recovery {
      padding: 50px 0; } }
  #Choose-Resq-Recovery h3 {
    font-size: 44px;
    color: #000;
    font-weight: bold;
    margin-bottom: 40px; }
    @media (max-width: 1023px) {
      #Choose-Resq-Recovery h3 {
        font-size: 22.4px;
        text-align: center; } }
  #Choose-Resq-Recovery p {
    color: #fff;
    font-size: 19.2px;
    margin-bottom: 40px;
    font-family: 'JosefinSans-Light'; }
    @media (max-width: 1023px) {
      #Choose-Resq-Recovery p {
        text-align: center; } }
  #Choose-Resq-Recovery a {
    background: #ffcc33;
    width: 136px;
    color: #333;
    text-decoration: none;
    text-transform: uppercase;
    display: block;
    margin: 0 auto;
    text-align: center;
    padding: 8px 0 4px;
    font-size: 12.8px;
    font-family: 'JosefinSans-Bold';
    -webkit-transition: -webkit-transform 1s, background 1s;
            transition: transform 1s, background 1s; }
    #Choose-Resq-Recovery a:hover {
      color: #3366cc;
      background: #333;
      -webkit-transform: scale(1.05, 1.05);
          -ms-transform: scale(1.05, 1.05);
              transform: scale(1.05, 1.05); }

/* FAQs */
#Resq-Recovery-FAQs {
  background: #fd7d17;
  padding: 100px 0; }
  @media (max-width: 1023px) {
    #Resq-Recovery-FAQs {
      text-align: center; } }
  @media (max-width: 767px) {
    #Resq-Recovery-FAQs {
      padding: 50px 0; } }
  #Resq-Recovery-FAQs h2 {
    margin-bottom: 56px; }
  #Resq-Recovery-FAQs h3 {
    color: #fff;
    background: #333;
    border-radius: 8px;
    text-align: center;
    font-size: 25.6px;
    font-family: 'JosefinSans-Bold';
    padding: 12px 0 6px;
    margin-bottom: 20px; }
  #Resq-Recovery-FAQs .ques {
    font-size: 19.2px;
    margin-bottom: 36px;
    display: block; }
  #Resq-Recovery-FAQs p {
    color: #fff;
    font-family: 'JosefinSans-Light';
    font-size: 19.2px;
    margin-bottom: 36px; }

/* Testimonials */
#Resq-Recovery-testimonials {
  padding: 100px 0;
  /* carousel basic styles */ }
  @media (max-width: 767px) {
    #Resq-Recovery-testimonials {
      padding: 50px 0; } }
  #Resq-Recovery-testimonials h2 {
    color: #000; }
  #Resq-Recovery-testimonials .carousel {
    position: relative;
    padding: 20px 0 100px; }
    #Resq-Recovery-testimonials .carousel:after {
      clear: both;
      content: '';
      display: block; }
    #Resq-Recovery-testimonials .carousel .mask {
      position: relative;
      overflow: hidden;
      width: 960px; }
      #Resq-Recovery-testimonials .carousel .mask:after {
        content: '';
        display: block;
        clear: both; }
      #Resq-Recovery-testimonials .carousel .mask .slideset {
        width: 99999px;
        float: left; }
        #Resq-Recovery-testimonials .carousel .mask .slideset .slide {
          width: 960px;
          float: left;
          text-align: center; }
          @media (max-width: 1023px) {
            #Resq-Recovery-testimonials .carousel .mask .slideset .slide {
              width: 750px; } }
          @media (max-width: 479px) {
            #Resq-Recovery-testimonials .carousel .mask .slideset .slide {
              width: 360px; } }
          #Resq-Recovery-testimonials .carousel .mask .slideset .slide img {
            width: 120.8px;
            float: left;
            box-shadow: 3px 0 3px 2px #ccc; }
            @media (max-width: 1023px) {
              #Resq-Recovery-testimonials .carousel .mask .slideset .slide img {
                float: none;
                margin: 0 auto; } }
          #Resq-Recovery-testimonials .carousel .mask .slideset .slide p {
            padding: 24px 0;
            margin-left: 170px;
            font-size: 19.2px;
            text-align: left; }
            @media (max-width: 1023px) {
              #Resq-Recovery-testimonials .carousel .mask .slideset .slide p {
                margin: 0;
                font-size: 16px;
                float: none; } }
    #Resq-Recovery-testimonials .carousel .pagination {
      float: right;
      list-style: none; }
      #Resq-Recovery-testimonials .carousel .pagination:after {
        clear: both;
        display: block;
        content: ''; }
      #Resq-Recovery-testimonials .carousel .pagination li {
        float: left; }
        .active #Resq-Recovery-testimonials .carousel .pagination li a {
          background: #333; }
        #Resq-Recovery-testimonials .carousel .pagination li a {
          width: 20px;
          height: 20px;
          display: block;
          text-indent: -9999px;
          background: #fd7f17;
          margin: 0 5px; }
          #Resq-Recovery-testimonials .carousel .pagination li a:hover {
            background: #333; }
  #Resq-Recovery-testimonials .click {
    background: #ffcc33;
    color: #333;
    text-align: center;
    text-transform: uppercase;
    width: 136px;
    margin: 0 auto;
    display: block;
    padding: 8px 0 4px;
    font-size: 14.4px;
    font-family: 'JosefinSans-Bold';
    -webkit-transition: -webkit-transform 1s, background 1s;
            transition: transform 1s, background 1s; }
    #Resq-Recovery-testimonials .click:hover {
      background: #333;
      color: #fff;
      text-decoration: none;
      -webkit-transform: scale(1.05, 1.05);
          -ms-transform: scale(1.05, 1.05);
              transform: scale(1.05, 1.05); }

/* Contact Us */
#Resq-Recovery-get-in-touch {
  background: #333;
  padding: 100px 0; }
  @media (max-width: 1023px) {
    #Resq-Recovery-get-in-touch {
      text-align: center; } }
  @media (max-width: 767px) {
    #Resq-Recovery-get-in-touch {
      padding: 50px 0; } }
  #Resq-Recovery-get-in-touch .row:after {
    clear: both;
    content: '';
    display: block; }
  @media (max-width: 1023px) {
    #Resq-Recovery-get-in-touch form {
      padding-bottom: 50px; } }
  @media (max-width: 767px) {
    #Resq-Recovery-get-in-touch form {
      padding-bottom: 30px; } }
  #Resq-Recovery-get-in-touch form input {
    width: 384px;
    height: 52px;
    font-size: 37.6px;
    font-family: 'JosefinSans-Light';
    border: none;
    margin-bottom: 32px;
    padding: 0 8px; }
    @media (max-width: 767px) {
      #Resq-Recovery-get-in-touch form input {
        width: 100%;
        font-size: 24px; } }
  #Resq-Recovery-get-in-touch form textarea {
    border: none;
    width: 384px;
    height: 260px;
    font-size: 37.6px;
    font-family: 'JosefinSans-Light'; }
    @media (max-width: 767px) {
      #Resq-Recovery-get-in-touch form textarea {
        width: 100%;
        font-size: 24px; } }
  #Resq-Recovery-get-in-touch h3 {
    color: #fd7d17;
    font-size: 28.8px;
    font-family: 'JosefinSans-Bold';
    margin-bottom: 48px; }
    @media (max-width: 1023px) {
      #Resq-Recovery-get-in-touch h3 {
        margin-bottom: 40px;
        font-size: 24px; } }
    @media (max-width: 767px) {
      #Resq-Recovery-get-in-touch h3 {
        font-size: 19.2px;
        margin-bottom: 24px; } }
  #Resq-Recovery-get-in-touch p {
    color: #fff;
    font-size: 19.2px;
    font-family: 'JosefinSans-Light';
    margin-bottom: 16px; }
    @media (max-width: 1023px) {
      #Resq-Recovery-get-in-touch p {
        font-size: 16px; } }
  #Resq-Recovery-get-in-touch .btn {
    background: #ff6633;
    border-radius: 0;
    border: none;
    text-transform: uppercase;
    font-size: 14.4px;
    font-family: 'JosefinSans-Bold';
    float: right;
    padding: 10px 10px 5px; }
    @media (max-width: 1023px) {
      #Resq-Recovery-get-in-touch .btn {
        float: none; } }
    #Resq-Recovery-get-in-touch .btn:hover {
      background: #fd7f17;
      -webkit-transition: background 1s;
              transition: background 1s; }

/* Emergency */
#Resq-Recovery-Emergency {
  background: #707070;
  padding: 100px 0; }
  @media (max-width: 767px) {
    #Resq-Recovery-Emergency {
      padding: 50px 0; } }
  #Resq-Recovery-Emergency .dos {
    width: 158px;
    margin: 0 auto;
    padding: 0 0 100px; }
    @media (max-width: 767px) {
      #Resq-Recovery-Emergency .dos {
        padding: 0 0 50px; } }
  #Resq-Recovery-Emergency ul {
    list-style: none; }
    #Resq-Recovery-Emergency ul li {
      color: #fff;
      font-size: 32px;
      margin-bottom: 20px;
      font-family: 'JosefinSans-Light'; }
  #Resq-Recovery-Emergency .click {
    background: #ffcc33;
    color: #333;
    width: 170px;
    padding: 14px 0 10px;
    display: block;
    font-size: 16px;
    font-family: 'JosefinSans-Bold';
    text-align: center;
    margin: 0 auto;
    text-transform: uppercase;
    font-size: 16px; }
    #Resq-Recovery-Emergency .click:hover {
      background: #333;
      color: #fd7d17;
      text-decoration: none;
      -webkit-transition: color 0.5s, background 0.5s;
              transition: color 0.5s, background 0.5s; }

/* Do Not */
#Resq-Recovery-Warnings {
  background: #333;
  padding: 100px 0; }
  @media (max-width: 767px) {
    #Resq-Recovery-Warnings {
      padding: 50px 0; } }
  #Resq-Recovery-Warnings .dont {
    width: 148px;
    margin: 0 auto; }
  #Resq-Recovery-Warnings ol {
    padding: 50px 20px;
    margin-bottom: 20px;
    color: #fd7f17;
    list-style: none;
    counter-reset: li; }
    @media (max-width: 767px) {
      #Resq-Recovery-Warnings ol {
        padding: 50px 20px 0; } }
    #Resq-Recovery-Warnings ol li {
      color: #fff;
      font-size: 32px;
      counter-increment: li;
      margin-bottom: 40px; }
      #Resq-Recovery-Warnings ol li:before {
        content: counter(li) ".";
        color: #fd7d17; }
      #Resq-Recovery-Warnings ol li span {
        font-size: 42px;
        color: #ff0000;
        text-transform: uppercase;
        display: inline-block;
        margin-left: 20px; }

/* Breakdown Advice Links */
#Resq-Recovery-Affiliations {
  padding: 100px 0;
  background: #2373be; }
  #Resq-Recovery-Affiliations ul {
    list-style: none;
    text-align: center; }
    @media (max-width: 767px) {
      #Resq-Recovery-Affiliations ul {
        list-style: none;
        text-align: center; } }
    #Resq-Recovery-Affiliations ul li {
      margin-bottom: 30px; }
      #Resq-Recovery-Affiliations ul li a {
        color: #fff;
        font-size: 56px;
        font-family: 'JosefinSans-Light'; }
        #Resq-Recovery-Affiliations ul li a:hover {
          color: #fd7f17;
          text-decoration: none; }
        @media (max-width: 767px) {
          #Resq-Recovery-Affiliations ul li a {
            font-size: 24px; } }

/* Main Services */
#Resq-Recovery-services-for-you {
  background: #707070;
  padding: 100px 0; }
  @media (max-width: 767px) {
    #Resq-Recovery-services-for-you {
      padding: 50px 0;
      text-align: center; } }
  @media (max-width: 1023px) {
    #Resq-Recovery-services-for-you h2 {
      margin-bottom: 40px; } }
  #Resq-Recovery-services-for-you ul {
    list-style: none; }
    #Resq-Recovery-services-for-you ul li {
      margin-bottom: 40px;
      color: #fff;
      font-size: 19.2px;
      line-height: 34px; }

/* Break Down Recovery */
#Resq-Recovery-breakdown-recovery {
  padding: 100px 0; }
  @media (max-width: 767px) {
    #Resq-Recovery-breakdown-recovery {
      padding: 50px 0;
      text-align: center; } }
  #Resq-Recovery-breakdown-recovery h2 {
    color: #707070; }
  #Resq-Recovery-breakdown-recovery h3 {
    font-size: 46px;
    color: #707070;
    margin-bottom: 50px;
    font-family: 'JosefinSans-Light'; }
    @media (max-width: 767px) {
      #Resq-Recovery-breakdown-recovery h3 {
        font-size: 26px; } }
  #Resq-Recovery-breakdown-recovery .service-box {
    width: 270px;
    background: #fd7d17;
    text-align: center;
    padding: 20px 15px;
    border-radius: 8px;
    margin: 80px auto 80px;
    height: 188px; }
    #Resq-Recovery-breakdown-recovery .service-box:nth-child(n2) {
      padding: 20px 5px; }
    @media (max-width: 767px) {
      #Resq-Recovery-breakdown-recovery .service-box {
        margin: 0 auto 40px; } }
    #Resq-Recovery-breakdown-recovery .service-box img {
      width: 70px;
      margin: 0 auto 15px; }
    #Resq-Recovery-breakdown-recovery .service-box p {
      line-height: 28px;
      color: #fff;
      text-transform: uppercase;
      font-family: 'JosefinSans-Bold';
      font-size: 26px; }
  #Resq-Recovery-breakdown-recovery .click {
    background: #ffcc33;
    width: 136px;
    text-align: center;
    padding: 14px 0 10px;
    display: block;
    text-transform: uppercase;
    color: #333;
    margin: 0 auto;
    -webkit-transition: -webkit-transform 1s, background 1s;
            transition: transform 1s, background 1s; }
    #Resq-Recovery-breakdown-recovery .click:hover {
      background: #333;
      color: #fff;
      text-decoration: none;
      -webkit-transform: scale(1.05, 1.05);
          -ms-transform: scale(1.05, 1.05);
              transform: scale(1.05, 1.05); }
    @media (max-width: 1023px) {
      #Resq-Recovery-breakdown-recovery .click {
        margin: 0 auto 40px; } }

/* Transportations */
#Resq-Recovery-Vehicle-transportation {
  padding: 100px 0; }
  @media (max-width: 767px) {
    #Resq-Recovery-Vehicle-transportation {
      padding: 50px 0;
      text-align: center; } }
  #Resq-Recovery-Vehicle-transportation h2 {
    color: #707070; }
  #Resq-Recovery-Vehicle-transportation h3 {
    font-size: 46px;
    color: #707070;
    margin-bottom: 50px;
    font-family: 'JosefinSans-Light'; }
    @media (max-width: 767px) {
      #Resq-Recovery-Vehicle-transportation h3 {
        font-size: 26px; } }
  #Resq-Recovery-Vehicle-transportation .service-box {
    width: 270px;
    background: #fd7d17;
    text-align: center;
    padding: 20px 15px;
    border-radius: 8px;
    margin: 80px auto 80px;
    height: 188px; }
    #Resq-Recovery-Vehicle-transportation .service-box:nth-child(n2) {
      padding: 20px 5px; }
    @media (max-width: 767px) {
      #Resq-Recovery-Vehicle-transportation .service-box {
        margin: 0 auto 40px; } }
    #Resq-Recovery-Vehicle-transportation .service-box img {
      width: 70px;
      margin: 0 auto 15px; }
    #Resq-Recovery-Vehicle-transportation .service-box p {
      line-height: 28px;
      color: #fff;
      text-transform: uppercase;
      font-family: 'JosefinSans-Bold';
      font-size: 26px; }
  #Resq-Recovery-Vehicle-transportation .click {
    background: #ffcc33;
    width: 136px;
    text-align: center;
    padding: 14px 0 10px;
    display: block;
    text-transform: uppercase;
    color: #333;
    margin: 0 auto;
    -webkit-transition: -webkit-transform 1s, background 1s;
            transition: transform 1s, background 1s; }
    #Resq-Recovery-Vehicle-transportation .click:hover {
      background: #333;
      color: #fff;
      text-decoration: none;
      -webkit-transform: scale(1.05, 1.05);
          -ms-transform: scale(1.05, 1.05);
              transform: scale(1.05, 1.05); }
    @media (max-width: 1023px) {
      #Resq-Recovery-Vehicle-transportation .click {
        margin: 0 auto 40px; } }

/* Insurance */
#Resq-Recovery-Insurance-storage {
  padding: 100px 0; }
  @media (max-width: 767px) {
    #Resq-Recovery-Insurance-storage {
      padding: 50px 0;
      text-align: center; } }
  #Resq-Recovery-Insurance-storage h2 {
    color: #707070; }
  #Resq-Recovery-Insurance-storage h3 {
    font-size: 46px;
    color: #707070;
    margin-bottom: 50px;
    font-family: 'JosefinSans-Light'; }
    @media (max-width: 767px) {
      #Resq-Recovery-Insurance-storage h3 {
        font-size: 26px; } }
  #Resq-Recovery-Insurance-storage .service-box {
    width: 270px;
    background: #fd7d17;
    text-align: center;
    padding: 20px 15px;
    border-radius: 8px;
    margin: 80px auto 80px;
    height: 188px; }
    #Resq-Recovery-Insurance-storage .service-box:nth-child(n2) {
      padding: 20px 5px; }
    @media (max-width: 767px) {
      #Resq-Recovery-Insurance-storage .service-box {
        margin: 0 auto 40px; } }
    #Resq-Recovery-Insurance-storage .service-box img {
      width: 70px;
      margin: 0 auto 15px; }
    #Resq-Recovery-Insurance-storage .service-box p {
      line-height: 28px;
      color: #fff;
      text-transform: uppercase;
      font-family: 'JosefinSans-Bold';
      font-size: 26px; }
  #Resq-Recovery-Insurance-storage .click {
    background: #ffcc33;
    width: 136px;
    text-align: center;
    padding: 14px 0 10px;
    display: block;
    text-transform: uppercase;
    color: #333;
    margin: 0 auto;
    -webkit-transition: -webkit-transform 1s, background 1s;
            transition: transform 1s, background 1s; }
    #Resq-Recovery-Insurance-storage .click:hover {
      background: #333;
      color: #fff;
      text-decoration: none;
      -webkit-transform: scale(1.05, 1.05);
          -ms-transform: scale(1.05, 1.05);
              transform: scale(1.05, 1.05); }
    @media (max-width: 1023px) {
      #Resq-Recovery-Insurance-storage .click {
        margin: 0 auto 40px; } }

/* Partners */
#Resq-Recovery-Partners {
  padding: 100px 0; }
  @media (max-width: 767px) {
    #Resq-Recovery-Partners {
      padding: 50px 0;
      text-align: center; } }
  #Resq-Recovery-Partners h2 {
    color: #707070; }
  #Resq-Recovery-Partners h3 {
    font-size: 46px;
    color: #707070;
    margin-bottom: 50px;
    font-family: 'JosefinSans-Light'; }
    @media (max-width: 767px) {
      #Resq-Recovery-Partners h3 {
        font-size: 26px; } }
  #Resq-Recovery-Partners .service-box {
    width: 270px;
    background: #fd7d17;
    text-align: center;
    padding: 20px 15px;
    border-radius: 8px;
    margin: 80px auto 80px;
    height: 188px; }
    #Resq-Recovery-Partners .service-box:nth-child(n2) {
      padding: 20px 5px; }
    @media (max-width: 767px) {
      #Resq-Recovery-Partners .service-box {
        margin: 0 auto 40px; } }
    #Resq-Recovery-Partners .service-box img {
      width: 70px;
      margin: 0 auto 15px; }
    #Resq-Recovery-Partners .service-box p {
      line-height: 28px;
      color: #fff;
      text-transform: uppercase;
      font-family: 'JosefinSans-Bold';
      font-size: 26px; }
  #Resq-Recovery-Partners .click {
    background: #ffcc33;
    width: 136px;
    text-align: center;
    padding: 14px 0 10px;
    display: block;
    text-transform: uppercase;
    color: #333;
    margin: 0 auto;
    -webkit-transition: -webkit-transform 1s, background 1s;
            transition: transform 1s, background 1s; }
    #Resq-Recovery-Partners .click:hover {
      background: #333;
      color: #fff;
      text-decoration: none;
      -webkit-transform: scale(1.05, 1.05);
          -ms-transform: scale(1.05, 1.05);
              transform: scale(1.05, 1.05); }
    @media (max-width: 1023px) {
      #Resq-Recovery-Partners .click {
        margin: 0 auto 40px; } }

/* Vehicle Collections */
#Resq-Recovery-Vehicle-Collections {
  padding: 100px 0; }
  @media (max-width: 767px) {
    #Resq-Recovery-Vehicle-Collections {
      padding: 50px 0;
      text-align: center; } }
  #Resq-Recovery-Vehicle-Collections h2 {
    color: #707070; }
  #Resq-Recovery-Vehicle-Collections h3 {
    font-size: 46px;
    color: #707070;
    margin-bottom: 50px;
    font-family: 'JosefinSans-Light'; }
    @media (max-width: 767px) {
      #section17 h3 {
        font-size: 26px; } }
  #Resq-Recovery-Vehicle-Collections .service-box {
    width: 270px;
    background: #fd7d17;
    text-align: center;
    padding: 20px 15px;
    border-radius: 8px;
    margin: 80px auto 80px;
    height: 188px; }
    #Resq-Recovery-Vehicle-Collections .service-box:nth-child(n2) {
      padding: 20px 5px; }
    @media (max-width: 767px) {
      #Resq-Recovery-Vehicle-Collections .service-box {
        margin: 0 auto 40px; } }
    #Resq-Recovery-Vehicle-Collections .service-box img {
      width: 70px;
      margin: 0 auto 15px; }
    #Resq-Recovery-Vehicle-Collections .service-box p {
      line-height: 28px;
      color: #fff;
      text-transform: uppercase;
      font-family: 'JosefinSans-Bold';
      font-size: 26px; }
  #Resq-Recovery-Vehicle-Collections .click {
    background: #ffcc33;
    width: 136px;
    text-align: center;
    padding: 14px 0 10px;
    display: block;
    text-transform: uppercase;
    color: #333;
    margin: 0 auto;
    -webkit-transition: -webkit-transform 1s, background 1s;
            transition: transform 1s, background 1s; }
    #Resq-Recovery-Vehicle-Collections .click:hover {
      background: #333;
      color: #fff;
      text-decoration: none;
      -webkit-transform: scale(1.05, 1.05);
          -ms-transform: scale(1.05, 1.05);
              transform: scale(1.05, 1.05); }
    @media (max-width: 1023px) {
      #Resq-Recovery-Vehicle-Collections .click {
        margin: 0 auto 40px; } }

/* Scrappage Schemes */
#Resq-Recovery-Scrappage-Scheme {
  padding: 100px 0; }
  @media (max-width: 767px) {
    #Resq-Recovery-Scrappage-Scheme {
      padding: 50px 0;
      text-align: center; } }
  #Resq-Recovery-Scrappage-Scheme h2 {
    color: #707070; }
  #Resq-Recovery-Scrappage-Scheme h3 {
    font-size: 46px;
    color: #707070;
    margin-bottom: 50px;
    font-family: 'JosefinSans-Light'; }
    @media (max-width: 767px) {
      #Resq-Recovery-Scrappage-Scheme h3 {
        font-size: 26px; } }
  #Resq-Recovery-Scrappage-Scheme .service-box {
    width: 270px;
    background: #fd7d17;
    text-align: center;
    padding: 20px 15px;
    border-radius: 8px;
    margin: 80px auto 80px;
    height: 188px; }
    #Resq-Recovery-Scrappage-Scheme .service-box:nth-child(n2) {
      padding: 20px 5px; }
    @media (max-width: 767px) {
      #Resq-Recovery-Scrappage-Scheme .service-box {
        margin: 0 auto 40px; } }
    #Resq-Recovery-Scrappage-Scheme .service-box img {
      width: 70px;
      margin: 0 auto 15px; }
    #Resq-Recovery-Scrappage-Scheme .service-box p {
      line-height: 28px;
      color: #fff;
      text-transform: uppercase;
      font-family: 'JosefinSans-Bold';
      font-size: 26px; }
  #Resq-Recovery-Scrappage-Scheme .click {
    background: #ffcc33;
    width: 136px;
    text-align: center;
    padding: 14px 0 10px;
    display: block;
    text-transform: uppercase;
    color: #333;
    margin: 0 auto;
    -webkit-transition: -webkit-transform 1s, background 1s;
            transition: transform 1s, background 1s; }
    #Resq-Recovery-Scrappage-Scheme .click:hover {
      background: #333;
      color: #fff;
      text-decoration: none;
      -webkit-transform: scale(1.05, 1.05);
          -ms-transform: scale(1.05, 1.05);
              transform: scale(1.05, 1.05); }
    @media (max-width: 1023px) {
      #Resq-Recovery-Scrappage-Scheme .click {
        margin: 0 auto 40px; } }

/* Locations */
#Resq-Recovery-home-roadside-national-recovery {
  padding: 100px 0;
  background: #333; }
  @media (max-width: 767px) {
    #Resq-Recovery-home-roadside-national-recovery {
      padding: 50px 0; } }
  @media (max-width: 1023px) {
    #Resq-Recovery-home-roadside-national-recovery h2 {
      margin-bottom: 40px; } }
  #Resq-Recovery-home-roadside-national-recovery h3 {
    font-size: 56px;
    margin-bottom: 40px; }
    @media (max-width: 767px) {
      #Resq-Recovery-home-roadside-national-recovery h3 {
        font-size: 26px; } }
  #Resq-Recovery-home-roadside-national-recovery p {
    color: #fff;
    font-size: 18px;
    font-family: 'JosefinSans-Light';
    text-align: center;
    width: 300px;
    line-height: 30px;
    margin: 0 auto; }

/* Vans */
#Resq-Recovery-non-standard-vehicles-recovery {
  padding: 100px 0; }
  @media (max-width: 767px) {
    #Resq-Recovery-non-standard-vehicles-recovery {
      padding: 50px 0;
      text-align: center; } }
  #Resq-Recovery-non-standard-vehicles-recovery h2 {
    color: #707070;
    margin-bottom: 50px; }
  #Resq-Recovery-non-standard-vehicles-recovery h3 {
    font-size: 46px;
    color: #707070;
    margin-bottom: 50px;
    font-family: 'JosefinSans-Bold';
    text-align: center; }
    @media (max-width: 767px) {
      #Resq-Recovery-non-standard-vehicles-recovery h3 {
        font-size: 26px; } }
  #Resq-Recovery-non-standard-vehicles-recovery ul {
    list-style: none; }
    #Resq-Recovery-non-standard-vehicles-recovery ul li {
      font-size: 19.2px;
      margin-bottom: 40px; }
  #Resq-Recovery-non-standard-vehicles-recovery .click {
    background: #ffcc33;
    width: 136px;
    text-align: center;
    padding: 14px 0 10px;
    display: block;
    text-transform: uppercase;
    color: #333;
    margin: 0 auto;
    -webkit-transition: -webkit-transform 1s, background 1s;
            transition: transform 1s, background 1s; }
    #Resq-Recovery-non-standard-vehicles-recovery .click:hover {
      background: #333;
      color: #fff;
      text-decoration: none;
      -webkit-transform: scale(1.05, 1.05);
          -ms-transform: scale(1.05, 1.05);
              transform: scale(1.05, 1.05); }
    @media (max-width: 1023px) {
      #Resq-Recovery-non-standard-vehicles-recovery .click {
        margin: 0 auto 40px; } }

/*  Regular Vehicles */
#Resq-Recovery-Regular-vehicle-recoveries {
  padding: 100px 0;
  background: #333; }
  @media (max-width: 767px) {
    #Resq-Recovery-Regular-vehicle-recoveries {
      padding: 50px 0;
      text-align: center; } }
  #Resq-Recovery-Regular-vehicle-recoveries h2 {
    margin-bottom: 50px; }
  #Resq-Recovery-Regular-vehicle-recoveries h3 {
    font-size: 46px;
    margin-bottom: 50px;
    text-align: center;
    color: #fff;
    font-family: 'JosefinSans-Light'; }
    @media (max-width: 767px) {
      #Resq-Recovery-Regular-vehicle-recoveries h3 {
        font-size: 26px; } }
  #Resq-Recovery-Regular-vehicle-recoveries p {
    color: #fff;
    font-size: 22px;
    margin-bottom: 20px; }
  #Resq-Recovery-Regular-vehicle-recoveries ul {
    text-align: center;
    list-style: none;
    margin-bottom: 40px; }
    #Resq-Recovery-Regular-vehicle-recoveries ul li {
      margin-bottom: 10px;
      font-size: 19.2px;
      color: #fff; }
  #Resq-Recovery-Regular-vehicle-recoveries .click {
    background: #ffcc33;
    width: 136px;
    text-align: center;
    padding: 14px 0 10px;
    display: block;
    text-transform: uppercase;
    color: #333;
    margin: 0 auto;
    -webkit-transition: -webkit-transform 1s, background 1s;
            transition: transform 1s, background 1s; }
    #Resq-Recovery-Regular-vehicle-recoveries .click:hover {
      background: #f87f17;
      color: #fff;
      text-decoration: none;
      -webkit-transform: scale(1.05, 1.05);
          -ms-transform: scale(1.05, 1.05);
              transform: scale(1.05, 1.05); }
    @media (max-width: 1023px) {
      #Resq-Recovery-Regular-vehicle-recoveries .click {
        margin: 0 auto 40px; } }

/*  Motorhomes */
#Resq-Recovery-vans-larger-vehicles {
  padding: 100px 0; }
  @media (max-width: 767px) {
    #Resq-Recoveryvans-larger-vehicles {
      padding: 50px 0;
      text-align: center; } }
  #Resq-Recovery-vans-larger-vehicles h2 {
    color: #707070;
    margin-bottom: 50px; }
  #Resq-Recovery-vans-larger-vehicles h3 {
    font-size: 46px;
    color: #707070;
    margin-bottom: 50px;
    text-align: center;
    font-family: 'JosefinSans-Light'; }
    @media (max-width: 767px) {
      #Resq-Recovery-vans-larger-vehicles h3 {
        font-size: 26px; } }
  #Resq-Recovery-vans-larger-vehicles ul {
    list-style: none; }
    #Resq-Recovery-vans-larger-vehicles ul li {
      font-size: 19.2px;
      margin-bottom: 40px; }
  #Resq-Recovery-vans-larger-vehicles .click {
    background: #ffcc33;
    width: 136px;
    text-align: center;
    padding: 14px 0 10px;
    display: block;
    text-transform: uppercase;
    color: #333;
    margin: 0 auto;
    -webkit-transition: -webkit-transform 1s, background 1s;
            transition: transform 1s, background 1s; }
    #Resq-Recovery-vans-larger-vehicles .click:hover {
      background: #333;
      color: #fff;
      text-decoration: none;
      -webkit-transform: scale(1.05, 1.05);
          -ms-transform: scale(1.05, 1.05);
              transform: scale(1.05, 1.05); }
    @media (max-width: 1023px) {
      #Resq-Recovery-vans-larger-vehicles .click {
        margin: 0 auto 40px; } }

/* Links */
#Resq-Recovery-affliations {
  padding: 100px 0;
  background: #333;
  text-align: center; }
  @media (max-width: 767px) {
    #Resq-Recovery-affliations {
      padding: 50px 0;
      text-align: center; } }
  #Resq-Recovery-affliations h2 {
    margin-bottom: 50px; }
  #Resq-Recovery-affliations h3 {
    font-size: 46px;
    color: #fff;
    margin-bottom: 50px;
    text-align: center;
    font-family: 'JosefinSans-Light'; }
    @media (max-width: 767px) {
      #Resq-Recovery-affliations h3 {
        font-size: 26px; } }
  #Resq-Recovery-affliations .icon-link {
    color: #fd7f17;
    font-size: 100px;
    margin-bottom: 50px;
    display: block; }
  #Resq-Recovery-affliations ul {
    list-style: none; }
    #Resq-Recovery-affliations ul li {
      font-size: 19.2px;
      margin-bottom: 40px;
      color: #fff; }
  #Resq-Recovery-affliations .click {
    background: #ffcc33;
    width: 136px;
    text-align: center;
    padding: 14px 0 10px;
    display: block;
    text-transform: uppercase;
    color: #333;
    margin: 0 auto;
    -webkit-transition: -webkit-transform 1s, background 1s;
            transition: transform 1s, background 1s; }
    #Resq-Recovery-affliations .click:hover {
      background: #333;
      color: #fff;
      text-decoration: none;
      -webkit-transform: scale(1.05, 1.05);
          -ms-transform: scale(1.05, 1.05);
              transform: scale(1.05, 1.05); }
    @media (max-width: 1023px) {
      #Resq-Recovery-affliations .click {
        margin: 0 auto 40px; } }

/* Gallery */
#Resq-Recovery-Gallery {
  padding: 100px 0;
  background: #333;
  text-align: center; }
  @media (max-width: 767px) {
    #Resq-Recovery-Gallery {
      padding: 50px 0;
      text-align: center; } }
  #Resq-Recovery-Gallery h2 {
    margin-bottom: 50px; }
  #Resq-Recovery-Gallery h3 {
    font-size: 46px;
    color: #707070;
    margin-bottom: 50px;
    text-align: center;
    font-family: 'JosefinSans-Light'; }
    @media (max-width: 767px) {
      #Resq-Recovery-Gallery h3 {
        font-size: 26px; } }
  #Resq-Recovery-Gallery .grid {
    padding: 50px 0; }
    #Resq-Recovery-Gallery .grid .grid-item {
      background: #fd7f17;
      height: 100px;
      width: 100px;
      box-shadow: 0 0 5px 0 #000;
      position: relative; }
      @media (max-width: 767px) {
        #Resq-Recovery-Gallery .grid .grid-item {
          position: relative !important;
          top: 0 !important;
          width: 100% !important;
          max-width: 100% !important;
          right: 0;
          left: 0;
          height: auto !important; } }
      #Resq-Recovery-Gallery .grid .grid-item img {
        opacity: 1;
        -webkit-transition: .5s ease;
                transition: .5s ease;
        -webkit-backface-visibility: hidden;
                backface-visibility: hidden; }
      #Resq-Recovery-Gallery .grid .grid-item .middle {
        -webkit-transition: .5s ease;
                transition: .5s ease;
        opacity: 0;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%); }
      #Resq-Recovery-Gallery .grid .grid-item:hover img {
        opacity: 0.3; }
      #Resq-Recovery-Gallery .grid .grid-item:hover .middle {
        opacity: 1; }
    #Resq-Recovery-Gallery .grid .double {
      height: 200px;
      max-width: 200px;
      width: 200px; }
    #Resq-Recovery-Gallery .grid .triple {
      height: 300px;
      max-width: 300px;
      width: 300px; }
    #Resq-Recovery-Gallery .grid .custom {
      height: 333px;
      max-width: 150px;
      width: 150px; }
  #Resq-Recovery-Gallery .gutter .grid-item {
    margin-bottom: 10px; }
  #Resq-Recovery-Gallery .isFitWidth {
    margin: 0 auto; }

.fancybox-opened .fancybox-skin {
  position: relative; }
  .fancybox-opened .fancybox-skin .fancybox-close {
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 100%;
    width: 20px;
    height: 20px;
    display: block;
    background: #fd7f17; }
    .fancybox-opened .fancybox-skin .fancybox-close:hover {
      background: #333;
      -webkit-transition: background 0.5s;
              transition: background 0.5s; }
    .fancybox-opened .fancybox-skin .fancybox-close:before {
      content: ' X';
      padding: 0 0 0 5px;
      color: #fff;
      font-size: 12px;
      line-height: 24px; }

/* Blog */
#Resq-Recovery-Blog {
  padding: 100px 0;
  text-align: center; }
  @media (max-width: 767px) {
    #Resq-Recovery-Blog {
      padding: 50px 0;
      text-align: center; } }
  #Resq-Recovery-Blog h2 {
    margin-bottom: 50px; }
  #Resq-Recovery-Blog h3 {
    font-size: 46px;
    color: #707070;
    margin-bottom: 50px;
    text-align: center;
    font-family: 'JosefinSans-Light'; }
    @media (max-width: 767px) {
      #Resq-Recovery-Blog h3 {
        font-size: 26px; } }
  #Resq-Recovery-Blog ul {
    list-style: none;
    background: #fd7d17;
    padding: 30px 0 0px;
    text-align: left; }
    #Resq-Recovery-Blog ul li {
      font-size: 19.2px;
      padding: 20px;
      border-bottom: 1px solid #fff;
      position: relative; }
      #Resq-Recovery-Blog ul li.active a span:before {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg); }
      #Resq-Recovery-Blog ul li a {
        text-transform: uppercase;
        color: #fff;
        letter-spacing: 1px;
        display: block;
        width: 100%; }
      #Resq-Recovery-Blog ul li span {
        cursor: pointer; }
        #Resq-Recovery-Blog ul li span:before, 
        #Resq-Recovery-Blog ul li span:after {
          content: '';
          float: right;
          width: 18px;
          height: 1px;
          position: absolute;
          right: 20px;
          background: #fff;
          -webkit-transition: all 0.6s;
                  transition: all 0.6s;
          -webkit-transform-origin: 50% 50%;
              -ms-transform-origin: 50% 50%;
                  transform-origin: 50% 50%; }
        #Resq-Recovery-Blog ul li span:before {
          content: '';
          top: 30px;
          position: absolute;
          -ms-transform: rotate(90deg);
          /* IE 9 */
          -webkit-transform: rotate(90deg);
          /* Chrome, Safari, Opera */
          transform: rotate(90deg); }
        #Resq-Recovery-Blog ul li span:after {
          content: '';
          top: 30px;
          right: 3;
          position: absolute; }
      #Resq-Recovery-Blog ul li p {
        padding: 20px 0; }
      #Resq-Recovery-Blog ul li ul li {
        border-bottom: none; }
  #Resq-Recovery-Blog .click {
    background: #ffcc33;
    width: 136px;
    text-align: center;
    padding: 14px 0 10px;
    display: block;
    text-transform: uppercase;
    color: #333;
    margin: 0 auto;
    -webkit-transition: -webkit-transform 1s, background 1s;
            transition: transform 1s, background 1s; }
    #Resq-Recovery-Blog .click:hover {
      background: #333;
      color: #fff;
      text-decoration: none;
      -webkit-transform: scale(1.05, 1.05);
          -ms-transform: scale(1.05, 1.05);
              transform: scale(1.05, 1.05); }
    @media (max-width: 1023px) {
      #Resq-Recovery-Blog .click {
        margin: 0 auto 40px; } }

/* Address */
#Resq-Recovery-Contact-Us {
  padding: 100px 0;
  background: #3366cc;
  text-align: center; }
  @media (max-width: 767px) {
    #Resq-Recovery-Contact-Us {
      padding: 50px 0;
      text-align: center; } }
  #Resq-Recovery-Contact-Us h2 {
    margin-bottom: 50px; }
  #Resq-Recovery-Contact-Us h3 {
    font-size: 46px;
    color: #fff;
    margin-bottom: 50px;
    text-align: center;
    font-family: 'JosefinSans-Light'; }
    @media (max-width: 767px) {
      #Resq-Recovery-Contact-Us h3 {
        font-size: 26px; } }
  #Resq-Recovery-Contact-Us p {
    color: #fff;
    line-height: 28px;
    margin-bottom: 40px; }
  #Resq-Recovery-Contact-Us .click {
    background: #ffcc33;
    width: 136px;
    text-align: center;
    padding: 14px 0 10px;
    display: block;
    text-transform: uppercase;
    color: #333;
    margin: 0 auto 40px;
    -webkit-transition: -webkit-transform 1s, background 1s;
            transition: transform 1s, background 1s; }
    #Resq-Recovery-Contact-Us .click:hover {
      background: #333;
      color: #fff;
      text-decoration: none;
      -webkit-transform: scale(1.05, 1.05);
          -ms-transform: scale(1.05, 1.05);
              transform: scale(1.05, 1.05); }
    @media (max-width: 1023px) {
      #Resq-Recovery-Contact-Us .click {
        margin: 0 auto 40px; } }

/* Contact */
#Resq-Recovery-Contact-Us-form {
  padding: 100px 0;
  background: #333;
  text-align: center; }
  @media (max-width: 767px) {
    #Resq-Recovery-Contact-Us-form {
      padding: 50px 0;
      text-align: center; } }
  #Resq-Recovery-Contact-Us-form h2 {
    margin-bottom: 50px; }
  #Resq-Recovery-Contact-Us-form form {
    text-align: left;
    margin: 0 auto; }
    @media (max-width: 767px) {
      #Resq-Recovery-Contact-Us-form form {
        text-align: center;
        width: 100%; }}
    #Resq-Recovery-Contact-Us-form form label {
      font-size: 18px;
      display: inline-block;
      margin-bottom: 40px; }
      #Resq-Recovery-Contact-Us-form form .button-wrapper{
          display:inline-block;
          width:50%;
      }
      @media (max-width:767px){
        #Resq-Recovery-Contact-Us-form form .button-wrapper{
            width:100% !important;
        }
      }
      #Resq-Recovery-Contact-Us-form form .button-wrapper::after{
          clear:both;
          display:block;
          content:'';
      }
    #Resq-Recovery-Contact-Us-form form .button-2 {
      width: 250px;
      padding: 10px 0 5px;
      letter-spacing: 1px;
      background: yellow;
      color: #333;
      text-transform: uppercase;
      border: none;
      display:block;
      text-align:center;
      margin-bottom:10px;
      float:right;
      margin-right:10px;
    }
      #Resq-Recovery-Contact-Us-form form .button-2:hover {
        background: #fd7f17;
        -webkit-transition: background 1s;
                transition: background 1s; }

/* Footer */
#footer {
  background: #000;
  padding: 70px 0; }
  @media (max-width: 1023px) {
    #footer {
      text-align: center; } }
  #footer .row {
    padding: 0 0 24px; }
  #footer h3 {
    text-transform: uppercase;
    font-size: 28.8px;
    color: #fff; }
  #footer p {
    font-size: 24px;
    color: #fff;
    font-family: 'JosefinSans-Light';
    padding: 32px 16px 0 0; }
    @media (max-width: 767px) {
      #footer p {
        padding: 16px 0 0;
        font-size: 19.2px;
        margin-bottom: 16px; } }
  #footer .number {
    font-size: 48px;
    color: #fff;
    padding: 32px 0 0;
    display: block; }
    @media (max-width: 767px) {
      #footer .number {
        line-height: 35.2px;
        margin-bottom: 16px;
        font-size: 24px; } }
  #footer .click {
    background: #ffcc33;
    font-size: 14.44px;
    font-family: 'JosefinSans-Bold';
    text-transform: uppercase;
    width: 136px;
    text-align: center;
    color: #333;
    padding: 8px 0 4px;
    display: block;
    margin-top: 56px;
    -webkit-transition: -webkit-transform 1s;
            transition: transform 1s; }
    #footer .click:hover {
      text-decoration: none;
      background: #fff;
      -webkit-transition: background 1s;
              transition: background 1s;
      -webkit-transform: scale(1.05, 1.05);
          -ms-transform: scale(1.05, 1.05);
              transform: scale(1.05, 1.05); }
    @media (max-width: 1023px) {
      #footer .click {
        margin: 0 auto; } }

.footer-end {
  background: #333; }
  @media (max-width: 1023px) {
    .footer-end {
      text-align: center; } }
  .footer-end p {
    font-size: 20px;
    color: #fff;
    font-family: 'JosefinSans-Light';
    padding: 32px 16px 0 0;
    line-height: 28px; }
    @media (max-width: 767px) {
      .footer-end p {
        padding: 16px 0 0;
        font-size: 18px; } }
  .footer-end .footer-social-block {
    padding: 40px 0; }
    .footer-end .footer-social-block li {
      display: inline-block;
      vertical-align: top;
      margin: 0 4px; }
      .footer-end .footer-social-block li a img {
        width: 32px; }
        @media (max-width: 767px) {
          .footer-end .footer-social-block li a img {
            width: 32px; } }
/*# sourceMappingURL=main.css.map */