@font-face {
  font-family: 'MyriadSetPro-Thin';
  src: url("../fonts/MyriadSetPro-Thin.eot?#iefix") format("embedded-opentype"), url("../fonts/MyriadSetPro-Thin.woff") format("woff"), url("../fonts/MyriadSetPro-Thin.ttf") format("truetype"), url("../fonts/MyriadSetPro-Thin.svg#MyriadSetPro-Thin") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'MyriadSetPro-Medium';
  src: url("../fonts/MyriadSetPro-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/MyriadSetPro-Medium.woff") format("woff"), url("../fonts/MyriadSetPro-Medium.ttf") format("truetype"), url("../fonts/MyriadSetPro-Medium.svg#MyriadSetPro-Medium") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'MyriadSetPro-Bold';
  src: url("../fonts/MyriadSetPro-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/MyriadSetPro-Bold.woff") format("woff"), url("../fonts/MyriadSetPro-Bold.ttf") format("truetype"), url("../fonts/MyriadSetPro-Bold.svg#MyriadSetPro-Bold") format("svg");
  font-weight: normal;
  font-style: normal; }
@media screen and (max-width: 991px) {
  h1, h2 {
    font-size: 30px !important; }

  p {
    font-size: 20px !important; }

  p.copy-txt {
    font-size: 13px !important; } }
html, body {
  height: 100%;
  width: 100%;
  font-family: 'MyriadSetPro-Thin', sans-serif;
  font-size: 18px;
  color: #3d3d3d; }

a:hover, a:focus {
  text-decoration: none;
  outline: 0px; }

ul, li {
  list-style: none;
  padding: 0px; }

a[href^="tel"] {
  color: inherit;
  text-decoration: none; }

#header {
  position: relative;
  z-index: 99999; }
  #header #mainmenu {
    float: right;
    width: 60%; }
  #header .navbar {
    padding: 5px 0;
    background: #ffffff;
    font-family: "MyriadSetPro-Medium"; }
    #header .navbar .navbar-brand {
      margin-top: 20px;
      margin-left: 0px; }
      @media screen and (max-width: 767px) {
        #header .navbar .navbar-brand {
          margin-top: 0px;
          margin-left: 20px;
          width: 72%; }
          #header .navbar .navbar-brand img {
            max-width: 150px;
            margin-top: 7px; } }
    @media screen and (max-width: 767px) {
      #header .navbar .navbar-collapse {
        border: 0px !important;
        box-shadow: none !important; } }
    #header .navbar .navbar-nav {
      width: 100%;
      text-align: right; }
      @media screen and (min-width: 991px) {
        #header .navbar .navbar-nav {
          float: right; } }
      @media screen and (max-width: 991px) {
        #header .navbar .navbar-nav {
          font-size: 15px; }
          #header .navbar .navbar-nav span {
            display: block;
            line-height: 20px;
            padding: 15px; } }
    @media screen and (min-width: 1170px) {
      #header .navbar .callnumber {
        color: #fff;
        border: 1px #ffffff solid;
        padding: 0px;
        font-size: 18px;
        margin: 6px 0 5px 6px;
        background: #3c9cdc;
        padding: 10px 35px 10px 12px; }
        #header .navbar .callnumber i {
          background: #2376ad;
          padding: 11px 10px;
          position: absolute;
          top: 0;
          right: 0; }
        #header .navbar .callnumber:hover, #header .navbar .callnumber:focus {
          background: #2376ad !important; }
          #header .navbar .callnumber:hover i, #header .navbar .callnumber:focus i {
            background: #3c9cdc !important; } }
    @media screen and (max-width: 767px) {
      #header .navbar .callnumber {
        color: #3c9cdc; } }
    @media screen and (min-width: 768px) and (max-width: 1170px) {
      #header .navbar .nav > li > a {
        padding: 10px; }
      #header .navbar .navbar-header {
        width: 100%;
        text-align: center;
        float: none;
        display: block;
        margin-bottom: 15px; }
        #header .navbar .navbar-header .navbar-brand {
          float: none; }
          #header .navbar .navbar-header .navbar-brand img:first-child {
            display: inline-block; }
      #header .navbar #mainmenu {
        float: none;
        width: 100%; }
        #header .navbar #mainmenu .navbar-nav {
          text-align: center;
          float: none;
          display: inline-block;
          width: 100%; }
          #header .navbar #mainmenu .navbar-nav li {
            float: none;
            display: inline-block; } }
  @media screen and (max-width: 767px) {
    #header #mainmenu {
      float: none;
      width: auto !important; }
      #header #mainmenu .navbar-nav {
        text-align: left; }
    #header .navbar-header button {
      float: right;
      width: 8%; }
      #header .navbar-header button .icon-bar {
        background: #3c9cdc; } }
  @media screen and (min-width: 768px) and (max-width: 1170px) {
    #header .navbar {
      padding-bottom: 0px; }
    #header .navbar-header {
      margin-bottom: 0px !important; } }
  #header .affix {
    background-color: #ffffff !important;
    box-shadow: 1px 0 7px 0 rgba(0, 0, 0, 0.4);
    border-radius: 0px;
    width: 100%;
    transition: background .25s ease-in-out;
    -moz-transition: background .25s ease-in-out;
    -webkit-transition: background .25s ease-in-out; }
    @media screen and (max-width: 767px) {
      #header .affix .navbar-collapse {
        background: #ffffff; } }
    #header .affix li.active a {
      color: #3c9cdc; }
    #header .affix .navbar-header span {
      background-color: #3c9cdc; }
  #header .topbar {
    float: right;
    width: 71%;
    border-bottom: 1px #3c9cdc solid;
    padding-bottom: 7px;
    margin-bottom: 5px;
    text-align: right; }
    @media screen and (max-width: 1170px) {
      #header .topbar {
        width: 100%;
        text-align: center;
        margin-top: 15px;
        margin-bottom: 0px; } }
    @media screen and (max-width: 767px) {
      #header .topbar {
        text-align: left;
        margin-bottom: 15px; }
        #header .topbar span {
          display: block; }
          #header .topbar span:nth-child(2) {
            display: none; } }
    #header .topbar span {
      margin: 0 10px;
      color: #2376ad; }

#banner {
  position: relative;
  z-index: -1;
  box-shadow: 5px 4px 8px 0 rgba(0, 0, 0, 0.2); }
  #banner ul {
    margin-bottom: 0px; }

#maximage {
  width: 100% !important; }
  #maximage .banneriner {
    height: 100%; }
  @media screen and (max-width: 1199px) {
    #maximage li.bannerlist {
      background-position: 45% 0 !important; } }
  @media screen and (max-width: 991px) {
    #maximage li.bannerlist {
      height: 70vh !important;
      background-position: 45% 0 !important; } }
  @media screen and (max-width: 767px) {
    #maximage li.bannerlist {
      height: 100vh !important;
      background-position: 45% 0 !important; } }
  @media screen and (min-width: 480px) and (max-width: 767px) {
    #maximage li.bannerlist {
      height: 150vh !important; } }
  #maximage .pattern {
    height: 100%; }
  #maximage .captions {
    z-index: 9999;
    text-align: left;
    position: relative;
    top: 55%;
    -webkit-transform: translateY(-45%);
    -ms-transform: translateY(-45%);
    transform: translateY(-45%); }
    #maximage .captions .capbox {
      clear: both;
      width: 80%;
      display: inline-block;
      margin-bottom: 10px;
      margin-top: 20px; }
      #maximage .captions .capbox li {
        background: #555555;
        width: 38%;
        font-weight: 400;
        float: left;
        margin-right: 3%;
        margin-bottom: 10px;
        font-size: 24px;
        color: #ffffff;
        padding: 10px 15px; }
        #maximage .captions .capbox li:nth-child(odd) {
          width: 34%; }
      @media screen and (max-width: 1199px) {
        #maximage .captions .capbox {
          width: 100%;
          margin-top: 15px; }
          #maximage .captions .capbox li {
            width: 40%; }
            #maximage .captions .capbox li:nth-child(odd) {
              width: 26%; } }
      @media screen and (max-width: 991px) {
        #maximage .captions .capbox li {
          width: 40%;
          font-size: 18px;
          padding: 10px 20px; }
          #maximage .captions .capbox li:nth-child(odd) {
            width: 28%; } }
      @media screen and (max-width: 767px) {
        #maximage .captions .capbox li {
          width: 80% !important; } }
  @media screen and (max-width: 767px) and (max-width: 639px) {
    #maximage .captions .capbox li {
      font-size: 15px;
      padding: 5px 10px; } }

    #maximage .captions .text1 {
      font-size: 55px;
      color: #3c9cdc;
      font-weight: 500;
      text-transform: uppercase;
      font-family: "MyriadSetPro-Medium";
      line-height: 1.2; }
      #maximage .captions .text1 strong {
        font-family: "MyriadSetPro-Bold"; }
    @media screen and (max-width: 1199px) {
      #maximage .captions .text1 {
        font-size: 50px; } }
    @media screen and (max-width: 991px) {
      #maximage .captions .text1 {
        font-size: 40px; } }
    @media screen and (max-width: 767px) {
      #maximage .captions .text1 {
        font-size: 20px; } }

#services {
  background: url(../images/girl-image.jpg) no-repeat right 100px;
  padding-bottom: 100px;
  background-size: 45%;
  margin-top: 120px; }
  @media screen and (max-width: 1366px) {
    #services {
      padding-bottom: 25px;
      margin-top: 120px;
      background-size: 50%; } }
  @media screen and (max-width: 1170px) {
    #services {
      background-size: 60%; } }
  #services p {
    font-size: 25px;
    margin-bottom: 70px; }
  @media screen and (max-width: 991px) {
    #services {
      background: none;
      margin-top: 50px; }
      #services p {
        font-size: 20px;
        margin-bottom: 30px; } }
  #services ul {
    width: 45%; }
    #services ul li {
      padding-left: 20px;
      border-bottom: 1px #ddd solid;
      padding: 5px 0;
      padding-left: 20px;
      position: relative;
      font-size: 23px;
      font-weight: 300; }
      #services ul li:before {
        position: absolute;
        left: 0;
        content: ".";
        font-size: 50px;
        top: -30px; }
      #services ul li:last-child {
        border: 0px; }
    @media screen and (max-width: 1199px) {
      #services ul {
        width: 60%; }
        #services ul li {
          font-size: 20px; } }
    @media screen and (max-width: 991px) {
      #services ul {
        width: 40%; } }
    @media screen and (max-width: 767px) {
      #services ul {
        width: 80% !important; } }

#customerarea {
  background: url(../images/bluebanner.jpg) no-repeat 0 0;
  background-attachment: fixed;
  background-position: 100% 100%;
  padding: 150px 0;
  text-align: center;
  font-size: 60px;
  color: #ffffff;
  background-size: cover; }
  #customerarea strong {
    font-family: "MyriadSetPro-Medium"; }
  @media screen and (max-width: 1170px) {
    #customerarea {
      font-size: 40px;
      padding: 50px 0;
      background-attachment: inherit !important; } }
  @media screen and (max-width: 767px) {
    #customerarea {
      font-size: 20px;
      padding: 50px 0; } }

#getaquote {
  padding: 100px 0 0; }
  @media screen and (max-width: 1170px) {
    #getaquote {
      padding: 50px 0 0; } }
  @media screen and (max-width: 767px) {
    #getaquote {
      padding: 30px 0; } }
  #getaquote .text1 {
    font-size: 50px;
    font-weight: 100;
    margin-bottom: 20px; }
    @media screen and (max-width: 991px) {
      #getaquote .text1 {
        font-size: 25px; } }
    @media screen and (max-width: 767px) {
      #getaquote .text1 {
        font-size: 20px; } }
  #getaquote .callnum {
    background-color: #2376ad;
    font-size: 46px;
    color: #ffffff;
    font-weight: 100;
    padding: 10px 30px;
    position: relative;
    display: inline-block;
    font-family: "MyriadSetPro-Medium"; }
    @media screen and (max-width: 991px) {
      #getaquote .callnum {
        font-size: 30px;
        margin-bottom: 0px; } }
    @media screen and (min-width: 1170px) {
      #getaquote .callnum:before {
        border: 1px #e1e1e1 solid;
        position: absolute;
        left: -110%;
        top: 40px;
        content: " ";
        width: 100%; }
      #getaquote .callnum:after {
        border: 1px #e1e1e1 solid;
        position: absolute;
        right: -110%;
        left: auto;
        top: 40px;
        content: " ";
        width: 100%; } }

#main {
  background: #ffffff;
  position: relative;
  z-index: 99; }

.fixfixed .affix {
  position: absolute; }

#testimonials {
  position: relative;
  text-align: center;
  padding: 100px 0; }
  #testimonials .outside {
    display: none; }
  @media screen and (max-width: 1199px) {
    #testimonials {
      padding: 50px 0; } }
  @media screen and (max-width: 767px) {
    #testimonials {
      padding: 30px 0 50px; } }
  #testimonials .title {
    font-size: 48px;
    margin-bottom: 40px; }
    @media screen and (max-width: 767px) {
      #testimonials .title {
        font-size: 30px; } }
  #testimonials p {
    font-weight: 300;
    font-size: 30px;
    width: 80%;
    margin: auto; }
    @media screen and (max-width: 767px) {
      #testimonials p {
        font-size: 20px; } }
  #testimonials span {
    font-weight: 300;
    font-size: 20px;
    color: #3c9cdc;
    padding: 20px 0;
    display: block;
    text-align: center; }
    @media screen and (max-width: 767px) {
      #testimonials span {
        font-size: 18px;
        width: 80%;
        margin: auto; } }

#servicebrand {
  text-align: center;
  padding-bottom: 100px; }
  #servicebrand .service {
    text-align: center; }
    #servicebrand .service img {
      width: 15%;
      margin: 0 25px 0px;
      display: inline-block; }
      #servicebrand .service img:first-child {
        margin-left: 0px;
        margin-right: 0px; }
      #servicebrand .service img:last-child {
        margin-left: 50px;
        margin-right: 0px; }
    @media screen and (max-width: 991px) {
      #servicebrand .service img {
        width: 13%; }
        #servicebrand .service img:last-child {
          margin-bottom: 0px;
          max-width: 55%; } }
    @media screen and (max-width: 767px) {
      #servicebrand .service img {
        width: 150px;
        margin: 0px auto 20px !important; }
        #servicebrand .service img:first-child {
          margin-bottom: 20px !important; }
        #servicebrand .service img:last-child {
          margin-bottom: 0px !important; } }
    @media screen and (max-width: 639px) {
      #servicebrand .service img {
        display: block; } }
  @media screen and (max-width: 1199px) {
    #servicebrand {
      padding-bottom: 0px !important; } }

#portfolio {
  padding-bottom: 100px; }
  #portfolio .container {
    text-align: center;
    padding: 0 0 50px; }
    #portfolio .container h1 {
      margin-top: 0px;
      color: #3c9cdc;
      font-weight: 300; }
    #portfolio .container p {
      font-size: 28px; }
  @media screen and (max-width: 1170px) {
    #portfolio {
      padding: 50px 0; }
      #portfolio h1 {
        margin-bottom: 20px; } }
  @media screen and (max-width: 767px) {
    #portfolio {
      padding: 50px 0; } }
  #portfolio [class*='col-'] {
    padding: 0px; }
  #portfolio figure {
    background: #d2d2d2;
    /* Old browsers */
    background: -moz-linear-gradient(left, #d2d2d2 0%, #f2f2f2 24%, #cdcdcd 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #d2d2d2 0%, #f2f2f2 24%, #cdcdcd 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #d2d2d2 0%, #f2f2f2 24%, #cdcdcd 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    padding: 25px;
    position: relative;
    min-height: 400px;
    vertical-align: middle;
    text-align: center; }
    #portfolio figure img {
      max-width: 100%;
      position: relative;
      top: 25px; }
    #portfolio figure figcaption {
      position: absolute;
      width: 100%;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0px;
      color: #ffffff;
      background: rgba(13, 114, 180, 0.9);
      display: none;
      padding: 40px 30px;
      text-align: left; }
      #portfolio figure figcaption .title {
        font-size: 35px;
        margin: 0px;
        color: #ffffff; }
        @media screen and (max-width: 767px) {
          #portfolio figure figcaption .title {
            font-size: 20px; } }
      #portfolio figure figcaption .projectinfo {
        font-size: 22px;
        font-weight: 300;
        margin: 15px 0; }
        @media screen and (max-width: 767px) {
          #portfolio figure figcaption .projectinfo {
            font-size: 20px; } }
        #portfolio figure figcaption .projectinfo li {
          padding: 0 0 6px; }
      #portfolio figure figcaption p {
        font-weight: 300; }
    #portfolio figure:hover figcaption {
      display: block; }
    @media screen and (max-width: 480px) {
      #portfolio figure figcaption {
        padding-top: 30px; }
      #portfolio figure .title {
        font-size: 20px; }
      #portfolio figure .projectinfo {
        font-size: 17px !important;
        margin-bottom: 10px; }
      #portfolio figure p {
        font-size: 15px !important; } }
  #portfolio .last figure {
    padding: 0px; }
    #portfolio .last figure img {
      top: 30px !important; }

#footer {
  position: relative;
  z-index: 100; }
  #footer h2 {
    text-align: center;
    color: #2c2c2c; }
  #footer h5 {
    font-size: 18px;
    color: #7f7f7f;
    font-weight: 300;
    margin-bottom: 0px; }
  #footer .error {
    color: red;
    font-size: 14px; }
  #footer .thank-you {
    display: none;
    font-size: 16px; }
  #footer .footertop {
    background: #ffffff;
    paddding: 50px 0 25px;
    position: relative;
    z-index: 9999; }
    #footer .footertop .text {
      float: right;
      clear: right;
      margin-bottom: 60px;
      font-family: "MyriadSetPro-Medium";
      font-size: 20px; }
    @media only screen and (max-width: 1199px) {
      #footer .footertop h2 {
        font-size: 40px !important; } }
    @media only screen and (max-width: 991px) {
      #footer .footertop h2 {
        font-size: 30px !important; }
      #footer .footertop .btntext {
        text-align: center; }
        #footer .footertop .btntext .btn {
          float: none; }
      #footer .footertop .text {
        float: none !important;
        display: block; } }
    #footer .footertop h2 {
      margin-top: 0px;
      margin-bottom: 50px;
      font-weight: 300;
      font-size: 50px; }
    #footer .footertop input.field {
      border: 0px;
      width: 100%;
      border-bottom: 1px #a1a1a1 solid;
      padding: 0;
      font-size: 18px; }
      #footer .footertop input.field:focus {
        border-color: #252525;
        color: #252525; }
    #footer .footertop .advanceds {
      margin-top: 30px;
      margin-bottom: 0px;
      color: #7f7f7f;
      font-size: 16px;
      text-align: left; }
      @media only screen and (max-width: 767px) {
        #footer .footertop .advanceds .row.advanceds {
          margin-bottom: 10px; } }
      #footer .footertop .advanceds span {
        display: block;
        color: #3c9cdc;
        font-size: 24px;
        font-weight: 300; }
    #footer .footertop .messagebox {
      margin-top: 25px; }
      #footer .footertop .messagebox h5 {
        margin-bottom: 10px; }
      #footer .footertop .messagebox textarea {
        border: 0px;
        width: 100%;
        border-bottom: 1px #a1a1a1 solid;
        padding: 7px 0;
        font-size: 18px;
        color: #969696;
        height: 90px;
        margin-bottom: 30px; }
        #footer .footertop .messagebox textarea:focus {
          border-color: #070502;
          color: #070502; }
    #footer .footertop .btnform {
      border-radius: 0px;
      background: #2376ad;
      color: #ffffff;
      float: right;
      padding: 10px 70px;
      font-size: 20px;
      margin-bottom: 10px;
      font-family: "MyriadSetPro-Medium"; }
      #footer .footertop .btnform:hover {
        background: #7f7f7f; }
    @media only screen and (max-width: 767px) {
      #footer .footertop .abvance-opts-bx .funkyradio-default,
      #footer .footertop .abvance-opts-bx .funkyradio-default-last {
        float: left;
        width: 50%; } }
  @media only screen and (max-width: 767px) and (max-width: 580px) {
    #footer .footertop .abvance-opts-bx .funkyradio-default,
    #footer .footertop .abvance-opts-bx .funkyradio-default-last {
      width: 100%; }
      #footer .footertop .abvance-opts-bx .funkyradio-default label,
      #footer .footertop .abvance-opts-bx .funkyradio-default-last label {
        font-size: 15px;
        margin-bottom: 10px; } }

    @media only screen and (max-width: 580px) {
      #footer .footertop .sliderrange h5 {
        margin-bottom: 20px; } }
  #footer .footer-section-1 {
    background: #262626;
    padding: 25px 0;
    position: relative;
    overflow: hidden;
    font-size: 20px;
    color: #fff;
    font-weight: 300; }
    #footer .footer-section-1 h3 {
      margin-bottom: 10px; }
  #footer .footer-section-2 {
    color: #ffffff;
    background: #141414;
    padding: 8px 0;
    position: relative;
    text-align: left; }
    #footer .footer-section-2 p {
      margin: 10px 15px 10px 0;
      display: inline-block;
      font-size: 13px; }
    #footer .footer-section-2 img {
      width: 100px; }
  #footer .footerlast h5 {
    color: #ffffff;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 10px; }
  #footer .footerlast img {
    margin-bottom: 20px;
    margin-right: 20px; }
  #footer .footerlast .dmcacode {
    display: block;
    width: 100%;
    border-top: 1px #ddd solid;
    padding-top: 25px; }
    #footer .footerlast .dmcacode img {
      margin-bottom: 0px !important; }
  #footer .footerlast .footer-inner-info img {
    max-width: 20%; }
  @media screen and (max-width: 991px) {
    #footer .footerlast .footer-inner-info img {
      max-width: 25%; } }
  #footer .footerlast .footer-inner-info div {
    padding: 10px 0;
    padding-left: 40px;
    font-size: 17px; }
    #footer .footerlast .footer-inner-info div a {
      color: #ffffff; }
  #footer .footerlast .fb-icon {
    background: url(../images/callus-icon.svg) no-repeat 0 7px;
    background-size: 25px; }
  #footer .footerlast .tweet-icon {
    background: url(../images/emailus-icon.svg) no-repeat 0 9px;
    background-size: 25px; }
  #footer .footerlast .gPlus-icon {
    background: url(../images/map-icon.svg) no-repeat 0 9px;
    background-size: 25px; }
  #footer .funkyradio {
    margin-bottom: 30px; }
    #footer .funkyradio label {
      width: 100%;
      font-weight: 300;
      font-size: 16px;
      color: #30353b; }
    #footer .funkyradio input[type="checkbox"]:empty, #footer .funkyradio input[type="radio"]:empty {
      display: none; }
    #footer .funkyradio input[type="checkbox"]:empty ~ label, #footer .funkyradio input[type="radio"]:empty ~ label {
      position: relative;
      line-height: 1;
      text-indent: 2em;
      cursor: pointer;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none; }
      #footer .funkyradio input[type="checkbox"]:empty ~ label:before, #footer .funkyradio input[type="radio"]:empty ~ label:before {
        position: absolute;
        display: block;
        bottom: -3px;
        left: 0;
        background: url(../images/check_circles-01.svg) no-repeat 0 bottom;
        width: 24px;
        height: 24px;
        content: " ";
        opacity: 0.6; }
    #footer .funkyradio input[type="checkbox"]:checked ~ label, #footer .funkyradio input[type="radio"]:checked ~ label {
      color: #30353b; }
      #footer .funkyradio input[type="checkbox"]:checked ~ label:before, #footer .funkyradio input[type="radio"]:checked ~ label:before {
        background: url(../images/check_circles-02.svg) no-repeat 0 bottom;
        width: 24px;
        height: 24px;
        content: " ";
        opacity: 1; }
  #footer .funkyradios input[type="radio"]:empty {
    display: none; }
  #footer .funkyradios input[type="radio"]:empty ~ label {
    position: relative;
    line-height: 1;
    text-indent: 2.1em;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
    #footer .funkyradios input[type="radio"]:empty ~ label:before {
      position: absolute;
      display: block;
      bottom: -3px;
      left: 0;
      background: url(../images/uncheck-radio.png) no-repeat 0 bottom;
      width: 24px;
      height: 24px;
      content: " ";
      opacity: 0.6; }
      @media only screen and (max-width: 580px) {
        #footer .funkyradios input[type="radio"]:empty ~ label:before {
          bottom: -4px; } }
  #footer .funkyradios input[type="radio"]:checked ~ label {
    color: #3c9cdc; }
    #footer .funkyradios input[type="radio"]:checked ~ label:before {
      background: url(../images/check-radio.png) no-repeat 0 bottom;
      width: 24px;
      height: 24px;
      content: " ";
      opacity: 1; }
  #footer :-moz-ui-invalid:not(output) {
    box-shadow: none !important; }
  #footer .m-form-style label {
    position: relative;
    width: 100%;
    height: auto;
    color: #30353b;
    font-weight: 300; }
    @media only screen and (max-width: 767px) {
      #footer .m-form-style label {
        height: auto;
        margin-bottom: 10px;
        font-size: 16px; } }
    #footer .m-form-style label input {
      background-color: transparent;
      height: 26px;
      height: 2.6rem;
      width: 100%;
      border: 0;
      border-bottom: 1px solid #9B9B9B;
      z-index: 2;
      font-size: 15px;
      font-size: 1.5rem; }
      #footer .m-form-style label input:focus {
        outline: none;
        border-bottom: 2px solid #88909b !important;
        -webkit-transition: 500ms;
        transition: 500ms; }
        @media only screen and (max-width: 991px) {
          #footer .m-form-style label input:focus {
            -webkit-transition: 1000ms;
            transition: 1000ms; } }
      #footer .m-form-style label input:focus + span, #footer .m-form-style label input:valid + span {
        top: -3px;
        font-size: 11px;
        color: #969696;
        font-weight: 400;
        color: #9B9B9B;
        letter-spacing: 0px;
        letter-spacing: 0.07rem;
        -webkit-transition: 500ms;
        transition: 500ms; }
        @media only screen and (max-width: 991px) {
          #footer .m-form-style label input:focus + span, #footer .m-form-style label input:valid + span {
            -webkit-transition: 1000ms;
            transition: 1000ms; } }
    #footer .m-form-style label textarea:focus {
      outline: none;
      border-bottom: 2px solid #88909b !important;
      -webkit-transition: 500ms;
      transition: 500ms; }
      @media only screen and (max-width: 991px) {
        #footer .m-form-style label textarea:focus {
          -webkit-transition: 1000ms;
          transition: 1000ms; } }
    #footer .m-form-style label textarea:focus + span, #footer .m-form-style label textarea:valid + span {
      top: -3px;
      font-size: 11px;
      color: #969696;
      font-weight: 400;
      color: #9B9B9B;
      letter-spacing: 0px;
      letter-spacing: 0.07rem;
      -webkit-transition: 500ms;
      transition: 500ms; }
      @media only screen and (max-width: 991px) {
        #footer .m-form-style label textarea:focus + span, #footer .m-form-style label textarea:valid + span {
          -webkit-transition: 1000ms;
          transition: 1000ms; } }
    #footer .m-form-style label:not(:first-child) {
      margin-top: 1.5rem; }
      @media only screen and (max-width: 767px) {
        #footer .m-form-style label:not(:first-child) {
          margin-top: 1rem; } }
    #footer .m-form-style label:not(:last-child) input {
      margin-bottom: 12px;
      margin-bottom: 1.2rem; }
    #footer .m-form-style label span {
      position: absolute;
      left: 2px;
      top: 10px;
      -webkit-transition: 500ms;
      transition: 500ms;
      z-index: 1;
      font-weight: normal;
      font-size: 18px;
      color: #969696; }
      @media only screen and (max-width: 991px) {
        #footer .m-form-style label span {
          -webkit-transition: 1000ms;
          transition: 1000ms; } }
  #footer .m-form-style .textarea {
    margin-top: 10px !important; }
    @media only screen and (max-width: 767px) {
      #footer .m-form-style .textarea {
        margin-top: 5px; } }
    #footer .m-form-style .textarea span {
      top: 8px; }
  #footer .m-form-style .funkyradio-default-last label {
    height: auto;
    font-size: 16px;
    font-weight: 300; }

@media only screen and (max-width: 767px) {
  .animated {
    /*CSS transitions*/
    -o-transition-property: none !important;
    -moz-transition-property: none !important;
    -ms-transition-property: none !important;
    -webkit-transition-property: none !important;
    transition-property: none !important;
    /*CSS transforms*/
    -o-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -webkit-transform: none !important;
    transform: none !important;
    /*CSS animations*/
    -webkit-animation: none !important;
    -moz-animation: none !important;
    -o-animation: none !important;
    -ms-animation: none !important;
    animation: none !important; } }

/*# sourceMappingURL=main.css.map */
