/*
  Theme Name:       Residential-Lift 1.0.1
  Theme URI:        http://www.andrewsdesign.com.au
  Author:           Andrews Design Studio
  Author URI:       http://www.andrewsdesign.com.au
  Description:      Custom WordPress theme from Andrews Design Studio
  Version:          1.0.1
  (C) 2015 Andrews Design Studio.
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

span#input_1_1_3_container,span#input_1_1_6_container {
    width: 50%;
    float: left;}
	
li#field_1_6,li#field_1_3,li#field_1_4 {
    width: 33%;
    float: left;
}
.sidebar ul.contact-address {
    margin: 0 0 5px;
}
.dist_title h3 {
    text-align: left !important;
    padding: 20px 10px 0;
}
.authorised_dist {
    width: 100%;
    text-align: left !important;
}
.sidebar ul.contact-address { margin: 0 0 5px !important;}
#body-content .gform_wrapper input[type="text"] {width:95%}
select#input_1_6 {width: 95%; height: 30px;border: 1px solid #dedede;}
#body-content .gform_wrapper .top_label .gfield_label {
    clear: both;
    display: block !important;
    line-height: 28px;
    margin: 10px 0 6px;
    font-weight: normal;
}

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

.clearfix {
  *zoom: 1; }
  .clearfix:before, .clearfix:after {
    content: " ";
    display: table; }
  .clearfix:after {
    clear: both; }

input:-webkit-autofill {
  background: rgba(120, 214, 208, 0.5) !important;
  -webkit-box-shadow: 0 0 0px 1000px white inset; }

::-webkit-input-placeholder {
  color: #b5b5b5; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #b5b5b5; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #b5b5b5; }

:-ms-input-placeholder {
  color: #b5b5b5; }

textarea:focus,
input:focus,
input[type]:focus,
.uneditable-input:focus {
  box-shadow: none;
  outline: none; }

a, a.more-info, header h2 a, .gallery-photos li a, .faq .accordion-header, .faq .accordion-header i, .sidebar a, #body-content button.gravity-forms-button, footer a {
  transition: 0.3s ease-in-out; }

.animated {
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite; }

@-webkit-keyframes bounce {
  20% {
    -webkit-transform: translateY(-12px); }
  80% {
    -webkit-transform: translateY(12px); } }
@keyframes bounce {
  20% {
    transform: translateY(-12px); }
  80% {
    transform: translateY(12px); } }
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce; }

#quote .quote-button {
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.7); }

/* PIE CSS3 */
iframe[name='google_conversion_frame'] {
  height: 0 !important;
  width: 0 !important;
  line-height: 0 !important;
  font-size: 0 !important;
  margin-top: -13px;
  float: left; }

.alignright {
  float: right;
  margin: 20px 0 30px 50px;
  width: auto; }

.alignleft {
  float: left;
  margin: 20px 50px 30px 0;
  width: auto; }

.aligncenter {
  display: block;
  margin: 20px 0;
  width: auto; }

.alignnone {
  display: block;
  width: auto;
  margin: 20px 0; }

.wp-caption {
  text-align: center;
  padding: 5px;
  margin: 10px auto; }

.wp-caption {
  border: 1px solid #fff;
  background-color: #f6f6f6;
  color: #666;
  text-shadow: 1px 1px 0px #fff;
  box-shadow: 1px 1px 6px #ddd;
  position: relative;
  behavior: url(/?pie=true); }

.wp-caption img {
  margin: 0;
  padding: 0;
  border: 0 none; }

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  padding: 5px 0 0px 0;
  margin: 0; }

.wp-caption.alignleft {
  margin: 0px 10px 0px 0px; }

.wp-caption.alignright {
  margin: 0px 0px 0px 10px; }

.gallery {
  display: block;
  clear: both;
  overflow: hidden;
  margin: 0 auto; }

.gallery .gallery-row {
  display: block;
  clear: both;
  overflow: hidden;
  margin: 0; }

.gallery .gallery-item {
  overflow: hidden;
  float: left;
  margin: 0;
  text-align: center;
  list-style: none;
  padding: 0; }

.gallery .gallery-item img,
.gallery .gallery-item img.thumbnail {
  max-width: 79%;
  height: auto;
  padding: 0;
  margin: 5px auto;
  border: 1px solid #fff;
  background-color: #fff;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
  position: relative;
  behavior: url(/?pie=true); }

.gallery-caption {
  color: #666;
  font-size: 11px;
  line-height: 12px;
  margin: 0;
  padding: 0; }

@font-face {
  font-family: 'fontello';
  src: url("fonts/fontello.eot?49679499");
  src: url("fonts/fontello.eot?49679499#iefix") format("embedded-opentype"), url("fonts/fontello.woff?49679499") format("woff"), url("fonts/fontello.ttf?49679499") format("truetype"), url("fonts/fontello.svg?49679499#fontello") format("svg");
  font-weight: normal;
  font-style: normal; }
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('fonts/fontello.svg?49679499#fontello') format('svg');
  }
}
*/
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ }

.icon-award:before {
  content: '\e800'; }

/* 'î €' */
.icon-glass:before {
  content: '\e801'; }

/* 'î ' */
.icon-youtube:before {
  content: '\e802'; }

/* 'î ‚' */
.icon-music:before {
  content: '\e803'; }

/* 'î ƒ' */
.icon-search:before {
  content: '\e804'; }

/* 'î „' */
.icon-search-circled:before {
  content: '\e805'; }

/* 'î …' */
.icon-mail:before {
  content: '\e806'; }

/* 'î †' */
.icon-mail-circled:before {
  content: '\e807'; }

/* 'î ‡' */
.icon-heart:before {
  content: '\e808'; }

/* 'î ˆ' */
.icon-heart-circled:before {
  content: '\e809'; }

/* 'î ‰' */
.icon-heart-empty:before {
  content: '\e80a'; }

/* 'î Š' */
.icon-star:before {
  content: '\e80b'; }

/* 'î ‹' */
.icon-star-circled:before {
  content: '\e80c'; }

/* 'î Œ' */
.icon-star-empty:before {
  content: '\e80d'; }

/* 'î ' */
.icon-user:before {
  content: '\e80e'; }

/* 'î Ž' */
.icon-group:before {
  content: '\e80f'; }

/* 'î ' */
.icon-group-circled:before {
  content: '\e810'; }

/* 'î ' */
.icon-torso:before {
  content: '\e811'; }

/* 'î ‘' */
.icon-video:before {
  content: '\e812'; }

/* 'î ’' */
.icon-video-circled:before {
  content: '\e813'; }

/* 'î “' */
.icon-video-alt:before {
  content: '\e814'; }

/* 'î ”' */
.icon-videocam:before {
  content: '\e815'; }

/* 'î •' */
.icon-exclamation:before {
  content: '\e816'; }

/* 'î –' */
.icon-thumbs-up:before {
  content: '\e817'; }

/* 'î —' */
.icon-help-circled:before {
  content: '\e818'; }

/* 'î ˜' */
.icon-video-chat:before {
  content: '\e819'; }

/* 'î ™' */
.icon-picture:before {
  content: '\e81a'; }

/* 'î š' */
.icon-camera:before {
  content: '\e81b'; }

/* 'î ›' */
.icon-photo:before {
  content: '\e81c'; }

/* 'î œ' */
.icon-th-large:before {
  content: '\e81d'; }

/* 'î ' */
.icon-th:before {
  content: '\e81e'; }

/* 'î ž' */
.icon-th-list:before {
  content: '\e81f'; }

/* 'î Ÿ' */
.icon-view-mode:before {
  content: '\e820'; }

/* 'î  ' */
.icon-ok:before {
  content: '\e821'; }

/* 'î ¡' */
.icon-ok-circled:before {
  content: '\e822'; }

/* 'î ¢' */
.icon-ok-circled2:before {
  content: '\e823'; }

/* 'î £' */
.icon-cancel:before {
  content: '\e824'; }

/* 'î ¤' */
.icon-cancel-circled:before {
  content: '\e825'; }

/* 'î ¥' */
.icon-cancel-circled2:before {
  content: '\e826'; }

/* 'î ¦' */
.icon-plus:before {
  content: '\e827'; }

/* 'î §' */
.icon-plus-circled:before {
  content: '\e828'; }

/* 'î ¨' */
.icon-minus:before {
  content: '\e829'; }

/* 'î ©' */
.icon-minus-circled:before {
  content: '\e82a'; }

/* 'î ª' */
.icon-help:before {
  content: '\e82b'; }

/* 'î «' */
.icon-flag-circled:before {
  content: '\e82c'; }

/* 'î ¬' */
.icon-flag:before {
  content: '\e82d'; }

/* 'î ­' */
.icon-bookmark-empty:before {
  content: '\e82e'; }

/* 'î ®' */
.icon-bookmark:before {
  content: '\e82f'; }

/* 'î ¯' */
.icon-tags:before {
  content: '\e830'; }

/* 'î °' */
.icon-tag:before {
  content: '\e831'; }

/* 'î ±' */
.icon-eye-off:before {
  content: '\e832'; }

/* 'î ²' */
.icon-eye:before {
  content: '\e833'; }

/* 'î ³' */
.icon-lock-open-alt:before {
  content: '\e834'; }

/* 'î ´' */
.icon-lock-open:before {
  content: '\e835'; }

/* 'î µ' */
.icon-lock-circled:before {
  content: '\e836'; }

/* 'î ¶' */
.icon-lock:before {
  content: '\e837'; }

/* 'î ·' */
.icon-attach-circled:before {
  content: '\e838'; }

/* 'î ¸' */
.icon-attach:before {
  content: '\e839'; }

/* 'î ¹' */
.icon-website-circled:before {
  content: '\e83a'; }

/* 'î º' */
.icon-home-circled:before {
  content: '\e83b'; }

/* 'î »' */
.icon-home:before {
  content: '\e83c'; }

/* 'î ¼' */
.icon-info-circled:before {
  content: '\e83d'; }

/* 'î ½' */
.icon-thumbs-down:before {
  content: '\e83e'; }

/* 'î ¾' */
.icon-download:before {
  content: '\e83f'; }

/* 'î ¿' */
.icon-download-alt:before {
  content: '\e840'; }

/* 'î¡€' */
.icon-upload:before {
  content: '\e841'; }

/* 'î¡' */
.icon-share:before {
  content: '\e842'; }

/* 'î¡‚' */
.icon-quote:before {
  content: '\e843'; }

/* 'î¡ƒ' */
.icon-quote-circled:before {
  content: '\e844'; }

/* 'î¡„' */
.icon-export:before {
  content: '\e845'; }

/* 'î¡…' */
.icon-pencil:before {
  content: '\e846'; }

/* 'î¡†' */
.icon-pencil-circled:before {
  content: '\e847'; }

/* 'î¡‡' */
.icon-edit:before {
  content: '\e848'; }

/* 'î¡ˆ' */
.icon-edit-circled:before {
  content: '\e849'; }

/* 'î¡‰' */
.icon-edit-alt:before {
  content: '\e84a'; }

/* 'î¡Š' */
.icon-print:before {
  content: '\e84b'; }

/* 'î¡‹' */
.icon-retweet:before {
  content: '\e84c'; }

/* 'î¡Œ' */
.icon-comment:before {
  content: '\e84d'; }

/* 'î¡' */
.icon-comment-alt:before {
  content: '\e84e'; }

/* 'î¡Ž' */
.icon-bell:before {
  content: '\e84f'; }

/* 'î¡' */
.icon-warning:before {
  content: '\e850'; }

/* 'î¡' */
.icon-phone-circled:before {
  content: '\e851'; }

/* 'î¡‘' */
.icon-phone:before {
  content: '\e852'; }

/* 'î¡’' */
.icon-rss:before {
  content: '\e853'; }

/* 'î¡“' */
.icon-folder-open:before {
  content: '\e854'; }

/* 'î¡”' */
.icon-folder-close:before {
  content: '\e855'; }

/* 'î¡•' */
.icon-folder-circled:before {
  content: '\e856'; }

/* 'î¡–' */
.icon-folder:before {
  content: '\e857'; }

/* 'î¡—' */
.icon-doc-new-circled:before {
  content: '\e858'; }

/* 'î¡˜' */
.icon-doc-new:before {
  content: '\e859'; }

/* 'î¡™' */
.icon-doc-circled:before {
  content: '\e85a'; }

/* 'î¡š' */
.icon-doc:before {
  content: '\e85b'; }

/* 'î¡›' */
.icon-trash-circled:before {
  content: '\e85c'; }

/* 'î¡œ' */
.icon-trash:before {
  content: '\e85d'; }

/* 'î¡' */
.icon-compass-circled:before {
  content: '\e85e'; }

/* 'î¡ž' */
.icon-compass:before {
  content: '\e85f'; }

/* 'î¡Ÿ' */
.icon-location-circled:before {
  content: '\e860'; }

/* 'î¡ ' */
.icon-location:before {
  content: '\e861'; }

/* 'î¡¡' */
.icon-error-alt:before {
  content: '\e862'; }

/* 'î¡¢' */
.icon-error:before {
  content: '\e863'; }

/* 'î¡£' */
.icon-cog:before {
  content: '\e864'; }

/* 'î¡¤' */
.icon-cog-circled:before {
  content: '\e865'; }

/* 'î¡¥' */
.icon-cogs:before {
  content: '\e866'; }

/* 'î¡¦' */
.icon-wrench:before {
  content: '\e867'; }

/* 'î¡§' */
.icon-wrench-circled:before {
  content: '\e868'; }

/* 'î¡¨' */
.icon-basket:before {
  content: '\e869'; }

/* 'î¡©' */
.icon-basket-circled:before {
  content: '\e86a'; }

/* 'î¡ª' */
.icon-calendar-circled:before {
  content: '\e86b'; }

/* 'î¡«' */
.icon-calendar:before {
  content: '\e86c'; }

/* 'î¡¬' */
.icon-mic:before {
  content: '\e86d'; }

/* 'î¡­' */
.icon-mic-circled:before {
  content: '\e86e'; }

/* 'î¡®' */
.icon-volume-off:before {
  content: '\e86f'; }

/* 'î¡¯' */
.icon-volume-down:before {
  content: '\e870'; }

/* 'î¡°' */
.icon-volume:before {
  content: '\e871'; }

/* 'î¡±' */
.icon-volume-up:before {
  content: '\e872'; }

/* 'î¡²' */
.icon-headphones:before {
  content: '\e873'; }

/* 'î¡³' */
.icon-clock:before {
  content: '\e874'; }

/* 'î¡´' */
.icon-clock-circled:before {
  content: '\e875'; }

/* 'î¡µ' */
.icon-lightbulb:before {
  content: '\e876'; }

/* 'î¡¶' */
.icon-lightbulb-alt:before {
  content: '\e877'; }

/* 'î¡·' */
.icon-right-circled:before {
  content: '\e878'; }

/* 'î¡¸' */
.icon-left-circled:before {
  content: '\e879'; }

/* 'î¡¹' */
.icon-down-circled:before {
  content: '\e87a'; }

/* 'î¡º' */
.icon-up:before {
  content: '\e87b'; }

/* 'î¡»' */
.icon-right:before {
  content: '\e87c'; }

/* 'î¡¼' */
.icon-left:before {
  content: '\e87d'; }

/* 'î¡½' */
.icon-down:before {
  content: '\e87e'; }

/* 'î¡¾' */
.icon-up-open:before {
  content: '\e87f'; }

/* 'î¡¿' */
.icon-right-open:before {
  content: '\e880'; }

/* 'î¢€' */
.icon-left-open:before {
  content: '\e881'; }

/* 'î¢' */
.icon-down-open:before {
  content: '\e882'; }

/* 'î¢‚' */
.icon-zoom-out:before {
  content: '\e883'; }

/* 'î¢ƒ' */
.icon-zoom-in:before {
  content: '\e884'; }

/* 'î¢„' */
.icon-move:before {
  content: '\e885'; }

/* 'î¢…' */
.icon-resize-horizontal:before {
  content: '\e886'; }

/* 'î¢†' */
.icon-resize-vertical:before {
  content: '\e887'; }

/* 'î¢‡' */
.icon-resize-small:before {
  content: '\e888'; }

/* 'î¢ˆ' */
.icon-resize-full-alt:before {
  content: '\e889'; }

/* 'î¢‰' */
.icon-resize-full:before {
  content: '\e88a'; }

/* 'î¢Š' */
.icon-block:before {
  content: '\e88b'; }

/* 'î¢‹' */
.icon-up-circled:before {
  content: '\e88c'; }

/* 'î¢Œ' */
.icon-down-hand:before {
  content: '\e88d'; }

/* 'î¢' */
.icon-left-hand:before {
  content: '\e88e'; }

/* 'î¢Ž' */
.icon-right-hand:before {
  content: '\e88f'; }

/* 'î¢' */
.icon-up-hand:before {
  content: '\e890'; }

/* 'î¢' */
.icon-cw:before {
  content: '\e891'; }

/* 'î¢‘' */
.icon-cw-circled:before {
  content: '\e892'; }

/* 'î¢’' */
.icon-arrows-cw:before {
  content: '\e893'; }

/* 'î¢“' */
.icon-shuffle:before {
  content: '\e894'; }

/* 'î¢”' */
.icon-play:before {
  content: '\e895'; }

/* 'î¢•' */
.icon-play-circled:before {
  content: '\e896'; }

/* 'î¢–' */
.icon-play-circled2:before {
  content: '\e897'; }

/* 'î¢—' */
.icon-stop:before {
  content: '\e898'; }

/* 'î¢˜' */
.icon-stop-circled:before {
  content: '\e899'; }

/* 'î¢™' */
.icon-pause:before {
  content: '\e89a'; }

/* 'î¢š' */
.icon-pause-circled:before {
  content: '\e89b'; }

/* 'î¢›' */
.icon-record:before {
  content: '\e89c'; }

/* 'î¢œ' */
.icon-eject:before {
  content: '\e89d'; }

/* 'î¢' */
.icon-backward:before {
  content: '\e89e'; }

/* 'î¢ž' */
.icon-backward-circled:before {
  content: '\e89f'; }

/* 'î¢Ÿ' */
.icon-cloud-circled:before {
  content: '\e8a0'; }

/* 'î¢ ' */
.icon-cloud:before {
  content: '\e8a1'; }

/* 'î¢¡' */
.icon-globe-alt:before {
  content: '\e8a2'; }

/* 'î¢¢' */
.icon-globe:before {
  content: '\e8a3'; }

/* 'î¢£' */
.icon-inbox-circled:before {
  content: '\e8a4'; }

/* 'î¢¤' */
.icon-inbox:before {
  content: '\e8a5'; }

/* 'î¢¥' */
.icon-network:before {
  content: '\e8a6'; }

/* 'î¢¦' */
.icon-inbox-alt:before {
  content: '\e8a7'; }

/* 'î¢§' */
.icon-laptop-circled:before {
  content: '\e8a8'; }

/* 'î¢¨' */
.icon-laptop:before {
  content: '\e8a9'; }

/* 'î¢©' */
.icon-desktop-circled:before {
  content: '\e8aa'; }

/* 'î¢ª' */
.icon-desktop:before {
  content: '\e8ab'; }

/* 'î¢«' */
.icon-signal:before {
  content: '\e8ac'; }

/* 'î¢¬' */
.icon-target:before {
  content: '\e8ad'; }

/* 'î¢­' */
.icon-step-forward:before {
  content: '\e8ae'; }

/* 'î¢®' */
.icon-step-backward:before {
  content: '\e8af'; }

/* 'î¢¯' */
.icon-forward-circled:before {
  content: '\e8b0'; }

/* 'î¢°' */
.icon-forward:before {
  content: '\e8b1'; }

/* 'î¢±' */
.icon-fast-forward:before {
  content: '\e8b2'; }

/* 'î¢²' */
.icon-fast-backward:before {
  content: '\e8b3'; }

/* 'î¢³' */
.icon-flight:before {
  content: '\e8b4'; }

/* 'î¢´' */
.icon-leaf:before {
  content: '\e8b5'; }

/* 'î¢µ' */
.icon-font:before {
  content: '\e8b6'; }

/* 'î¢¶' */
.icon-fontsize:before {
  content: '\e8b7'; }

/* 'î¢·' */
.icon-bold:before {
  content: '\e8b8'; }

/* 'î¢¸' */
.icon-italic:before {
  content: '\e8b9'; }

/* 'î¢¹' */
.icon-text-height:before {
  content: '\e8ba'; }

/* 'î¢º' */
.icon-text-width:before {
  content: '\e8bb'; }

/* 'î¢»' */
.icon-align-left:before {
  content: '\e8bc'; }

/* 'î¢¼' */
.icon-align-center:before {
  content: '\e8bd'; }

/* 'î¢½' */
.icon-align-right:before {
  content: '\e8be'; }

/* 'î¢¾' */
.icon-align-justify:before {
  content: '\e8bf'; }

/* 'î¢¿' */
.icon-list:before {
  content: '\e8c0'; }

/* 'î£€' */
.icon-indent-left:before {
  content: '\e8c1'; }

/* 'î£' */
.icon-indent-right:before {
  content: '\e8c2'; }

/* 'î£‚' */
.icon-briefcase:before {
  content: '\e8c3'; }

/* 'î£ƒ' */
.icon-off:before {
  content: '\e8c4'; }

/* 'î£„' */
.icon-road:before {
  content: '\e8c5'; }

/* 'î£…' */
.icon-qrcode:before {
  content: '\e8c6'; }

/* 'î£†' */
.icon-barcode:before {
  content: '\e8c7'; }

/* 'î£‡' */
.icon-filter:before {
  content: '\e8c8'; }

/* 'î£ˆ' */
.icon-tasks:before {
  content: '\e8c9'; }

/* 'î£‰' */
.icon-certificate:before {
  content: '\e8ca'; }

/* 'î£Š' */
.icon-key:before {
  content: '\e8cb'; }

/* 'î£‹' */
.icon-hdd:before {
  content: '\e8cc'; }

/* 'î£Œ' */
.icon-clipboard:before {
  content: '\e8cd'; }

/* 'î£' */
.icon-megaphone:before {
  content: '\e8ce'; }

/* 'î£Ž' */
.icon-credit-card:before {
  content: '\e8cf'; }

/* 'î£' */
.icon-chart-circled:before {
  content: '\e8d0'; }

/* 'î£' */
.icon-chart:before {
  content: '\e8d1'; }

/* 'î£‘' */
.icon-magnet:before {
  content: '\e8d2'; }

/* 'î£’' */
.icon-fire:before {
  content: '\e8d3'; }

/* 'î£“' */
.icon-gift:before {
  content: '\e8d4'; }

/* 'î£”' */
.icon-asterisk:before {
  content: '\e8d5'; }

/* 'î£•' */
.icon-check-empty:before {
  content: '\e8d6'; }

/* 'î£–' */
.icon-check:before {
  content: '\e8d7'; }

/* 'î£—' */
.icon-tint:before {
  content: '\e8d8'; }

/* 'î£˜' */
.icon-adjust:before {
  content: '\e8d9'; }

/* 'î£™' */
.icon-book:before {
  content: '\e8da'; }

/* 'î£š' */
.icon-braille:before {
  content: '\e8db'; }

/* 'î£›' */
.icon-gauge:before {
  content: '\e8dc'; }

/* 'î£œ' */
.icon-smiley:before {
  content: '\e8dd'; }

/* 'î£' */
.icon-smiley-circled:before {
  content: '\e8de'; }

/* 'î£ž' */
.icon-address-book:before {
  content: '\e8df'; }

/* 'î£Ÿ' */
.icon-address-book-alt:before {
  content: '\e8e0'; }

/* 'î£ ' */
.icon-asl:before {
  content: '\e8e1'; }

/* 'î£¡' */
.icon-glasses:before {
  content: '\e8e2'; }

/* 'î£¢' */
.icon-hearing-impaired:before {
  content: '\e8e3'; }

/* 'î££' */
.icon-iphone-home:before {
  content: '\e8e4'; }

/* 'î£¤' */
.icon-person:before {
  content: '\e8e5'; }

/* 'î£¥' */
.icon-adult:before {
  content: '\e8e6'; }

/* 'î£¦' */
.icon-child:before {
  content: '\e8e7'; }

/* 'î£§' */
.icon-blind:before {
  content: '\e8e8'; }

/* 'î£¨' */
.icon-guidedog:before {
  content: '\e8e9'; }

/* 'î£©' */
.icon-accessibility:before {
  content: '\e8ea'; }

/* 'î£ª' */
.icon-universal-access:before {
  content: '\e8eb'; }

/* 'î£«' */
.icon-male:before {
  content: '\e8ec'; }

/* 'î£¬' */
.icon-female:before {
  content: '\e8ed'; }

/* 'î£­' */
.icon-behance:before {
  content: '\e8ee'; }

/* 'î£®' */
.icon-blogger:before {
  content: '\e8ef'; }

/* 'î£¯' */
.icon-reddit:before {
  content: '\e8f0'; }

/* 'î£°' */
.icon-pinterest:before {
  content: '\e8f1'; }

/* 'î£±' */
.icon-picasa:before {
  content: '\e8f2'; }

/* 'î£²' */
.icon-path:before {
  content: '\e8f3'; }

/* 'î£³' */
.icon-linkedin:before {
  content: '\e8f4'; }

/* 'î£´' */
.icon-instagram:before {
  content: '\e8f5'; }

/* 'î£µ' */
.icon-googleplus:before {
  content: '\e8f6'; }

/* 'î£¶' */
.icon-github-text:before {
  content: '\e8f7'; }

/* 'î£·' */
.icon-github:before {
  content: '\e8f8'; }

/* 'î£¸' */
.icon-friendfeed-rect:before {
  content: '\e8f9'; }

/* 'î£¹' */
.icon-friendfeed:before {
  content: '\e8fa'; }

/* 'î£º' */
.icon-foursquare:before {
  content: '\e8fb'; }

/* 'î£»' */
.icon-flickr:before {
  content: '\e8fc'; }

/* 'î£¼' */
.icon-facebook:before {
  content: '\e8fd'; }

/* 'î£½' */
.icon-dribbble:before {
  content: '\e8fe'; }

/* 'î£¾' */
.icon-digg:before {
  content: '\e8ff'; }

/* 'î£¿' */
.icon-deviantart:before {
  content: '\e900'; }

/* 'î¤€' */
.icon-delicious:before {
  content: '\e901'; }

/* 'î¤' */
.icon-css:before {
  content: '\e902'; }

/* 'î¤‚' */
.icon-cc:before {
  content: '\e903'; }

/* 'î¤ƒ' */
.icon-skype:before {
  content: '\e904'; }

/* 'î¤„' */
.icon-slideshare:before {
  content: '\e905'; }

/* 'î¤…' */
.icon-stackoverflow:before {
  content: '\e906'; }

/* 'î¤†' */
.icon-stumbleupon:before {
  content: '\e907'; }

/* 'î¤‡' */
.icon-twitter:before {
  content: '\e908'; }

/* 'î¤ˆ' */
.icon-tumblr:before {
  content: '\e909'; }

/* 'î¤‰' */
.icon-vimeo:before {
  content: '\e90a'; }

/* 'î¤Š' */
.icon-vkontakte:before {
  content: '\e90b'; }

/* 'î¤‹' */
.icon-w3c:before {
  content: '\e90c'; }

/* 'î¤Œ' */
.icon-wordpress:before {
  content: '\e90d'; }

/* 'î¤' */
body {
  font-family: "HelveticaNeueCondensed", "HelveticaNeue-Condensed", "Helvetica Neue Condensed", "HelveticaNeueRomanCondensed", "HelveticaNeue-Roman-Condensed", "Helvetica Neue Roman Condensed", "HelveticaNeue", "Helvetica Neue", "HelveticaNeueRoman", "HelveticaNeue-Roman", "Helvetica Neue Roman", "Helvetica", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 135%;
  font-size: 12px;
  font-size: 1rem;
  color: #666666; }

h1 {
  font-family: "HelveticaNeue-CondensedBold", "HelveticaNeueCondensedBold", "alternate-gothic-no-3-d", sans-serif;
  font-weight: 600;
  font-style: normal;
  margin-bottom: 16px;
  line-height: 100%;
  color: #666666;
  font-size: 42px;
  margin-top: 0;
  text-transform: uppercase; }
  h1.title {
    margin-bottom: 26px;
    margin-top: 52px; }
    h1.title a {
      color: #666666; }
  h1.product-title {
    font-size: 30px;
    margin-bottom: 30px; }

h2 {
  font-family: "HelveticaNeue-CondensedBold", "HelveticaNeueCondensedBold", "alternate-gothic-no-3-d", sans-serif;
  font-weight: 600;
  font-style: normal;
  margin-bottom: 16px;
  line-height: 100%;
  color: #666666;
  font-size: 28px;
  margin-top: 0;
  color: #E1020F;
  text-transform: uppercase; }
@-moz-document url-prefix() {
  h2 {
    font-size: 34px; } }
h3 {
  font-family: "HelveticaNeue-CondensedBold", "HelveticaNeueCondensedBold", "alternate-gothic-no-3-d", sans-serif;
  font-weight: 600;
  font-style: normal;
  margin-bottom: 16px;
  line-height: 100%;
  color: #666666;
  font-size: 22px;
  margin-top: 0; }
@-moz-document url-prefix() {
  h3 {
    font-size: 26px; } }
  h3.media-title {
    padding-top: 6px;
    line-height: 80%; }
    h3.media-title a {
      font-size: 70%;
      color: #424242;
      line-height: 80%; }

h4 {
  font-family: "HelveticaNeue-CondensedBold", "HelveticaNeueCondensedBold", "alternate-gothic-no-3-d", sans-serif;
  font-weight: 600;
  font-style: normal;
  margin-bottom: 10px;
  line-height: 100%;
  color: #666666;
  font-size: 16px;
  margin-top: 0;
  letter-spacing: 0px; }

p {
  margin-bottom: 22px; }

.small {
  font-size: 80%; }
  .small:before {
    margin-right: 6px; }

.date {
  font-size: 70%;
  color: #E1020F; }

span.bullet {
  font-size: 70%;
  position: relative;
  top: -2px;
  margin: 0 4px;
  color: inherit; }

a {
  color: #E1020F;
  text-decoration: none; }
  a.read-more {
    text-transform: uppercase; }
  a.more-info {
    padding: 8px 16px;
    color: #ffffff;
    font-family: "HelveticaNeue-CondensedBold", "HelveticaNeueCondensedBold", "alternate-gothic-no-3-d", sans-serif;
    font-weight: 600;
    background-color: #666666;
    position: relative;
    text-transform: uppercase;
    font-size: 80%; }
    a.more-info:hover {
      background-color: #424242; }
  a.front-page-news {
    font-family: "HelveticaNeue-CondensedBold", "HelveticaNeueCondensedBold", "alternate-gothic-no-3-d", sans-serif;
    color: #666666;
    font-size: 120%; }
    a.front-page-news:hover {
      color: #00B4EF; }

blockquote {
  font-style: italic;
  font-weight: normal;
  color: #00B4EF;
  padding: 20px 0 10px 20px;
  line-height: 130%;
  font-size: 115%;
  margin-right: 20px; }

body {
  background: #b2b2b2;
  /* Old browsers */
  background: -moz-linear-gradient(top, #b2b2b2 0%, #d7d7d7 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #b2b2b2), color-stop(100%, #d7d7d7));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #b2b2b2 0%, #d7d7d7 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #b2b2b2 0%, #d7d7d7 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #b2b2b2 0%, #d7d7d7 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #b2b2b2 0%, #d7d7d7 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b2b2b2', endColorstr='#d7d7d7',GradientType=0 );
  /* IE6-9 */ }


body .container-inner {
    max-width: 960px;
    margin: 0 auto;    font-size: 15px; }
    @media (min-width: 667px) and (max-width: 768px) {
      body .container-inner {
        width: 94%; } }
    @media (min-width: 0) and (max-width: 667px) {
      body .container-inner {
        width: 94%; } }
  @media (min-width: 667px) and (max-width: 768px) {
    body {
      width: 100%;
      background: #FFF !important; } }
  @media (min-width: 0) and (max-width: 667px) {
    body {
      width: 100%;
      background: #FFF !important; } }

.outer-row {
  padding-left: 10px;
  padding-right: 10px; }

.row {
  margin: 0 auto;
  overflow: hidden; }

.onecol, .twocol, .threecol, .fourcol, .fivecol, .sixcol, .sevencol, .eightcol, .ninecol, .tencol, .elevencol {
  margin-right: 3.71%;
  min-height: 1px;
  border: 0 solid transparent;
  float: left;
  box-sizing: border-box;
  background-clip: padding-box !important; }

.last {
  margin-right: 0; }

img, object, embed {
  max-width: 100%; }

img {
  eight: auto; }

.container {
  background-color: #ffffff; }
  @media (min-width: 960px) {
    .container {
      max-width: 1080px;
      width: 98%;
      margin: 0 auto; } }
  @media (min-width: 667px) and (max-width: 768px) {
    .container {
      width: 100%;
      margin: 0 auto; } }
  @media (min-width: 0) and (max-width: 667px) {
    .container {
      width: 100%;
      margin: 0 auto; } }

.row .onecol {
  width: 4.9325%; }
.row .twocol {
  width: 13.575%; }
.row .threecol {
  width: 22.2175%; }
.row .fourcol {
  width: 30.86%; }
.row .fivecol {
  width: 39.5025%; }
.row .sixcol {
  width: 48.145%; }
.row .sevencol {
  width: 56.7875%; }
.row .eightcol {
  width: 65.43%; }
.row .ninecol {
  width: 74.0725%; }
.row .tencol {
  width: 82.715%; }
.row .elevencol {
  width: 91.3575%; }
.row .twelvecol {
  width: 100%;
  float: left; }
/*5/7/2018*/

.row .ninecol.cnt_frm_section { width:100%; } 
.contact_frm_main { float:left; width:100%; }
.cnt_frm_section .threecol { width:100%; }
.cnt_frm_section ul.contact-address { margin: 0 0 40px; width: 29%; display: inline-block; vertical-align: top; padding: 10px 15px; background: #525252; color:#fff; }
.cnt_frm_section ul.contact-address  li { color:#fff; }
.cnt_frm_section ul.contact-address  li a { color:#fff; }
.authorised_dist { width:100%; text-align:center;  }
.dist_title h3 { text-align:center; }




@media (min-width: 0) and (max-width: 667px) {
  .row .onecol,
  .row .twocol,
  .row .threecol,
  .row .fourcol,
  .row .fivecol,
  .row .sixcol,
  .row .sevencol,
  .row .eightcol,
  .row .ninecol,
  .row .tencol,
  .row .elevencol,
  .row .twelvecol {
    width: 100%;
    float: none; } }

img {
  max-width: 100%;
  height: auto; }

/*! http://responsiveslides.com v1.54 by @viljamis */
#slider-wrapper {
  position: relative;
  z-index: 3; }

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  z-index: 3; }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 3; }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left; }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0; }

#image {
  height: auto;
  overflow: hidden;
  background-color: #00B4EF; }
  #image .image-one {
    width: 65%;
    float: left; }
    #image .image-one.full-width {
      width: 100%; }
  #image .image-two {
    width: 35%;
    float: left; }

header {
  height: 111px;
  position: relative;
  z-index: 999; }
  header h1#logo {
    text-indent: -9999em;
    background-image: url(images/rlc_logo.svg);
    background-position: 0% 50%;
    background-repeat: no-repeat;
    display: block;
    background-size: 600px 110px;
    height: 111px;
    display: block;
    position: relative;
    bottom: -20px;
    z-index: 1000;
    width: 74%;
    margin-bottom: 0;
    float: left;
    background-image: url("images/rlc_logo.png")/9; }
    .no-svg header h1#logo {
      background-image: url(images/rlc_logo.png); }
      @media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
        .no-svg header h1#logo {
          background-image: url(images/rlc_logo@2x.png); } }
    @media screen and (min-width: 0\0) {
      header h1#logo {
        background-size: 613px 110px; } }
    @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
      header h1#logo {
        background-size: 613px 110px; } }
    header h1#logo a {
      display: block;
      width: 100%;
      height: 111px; }
    header h1#logo .lift {
      background-image: url(images/lift.svg);
      background-position: 0% 0%;
      background-repeat: no-repeat;
      height: 40px;
      width: 30px;
      display: block;
      position: absolute;
      left: 80px;
      z-index: 1001;
      margin-top: -8px;
      display: none /9; }
      .no-svg header h1#logo .lift {
        background-image: url(images/lift.png); }
        @media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
          .no-svg header h1#logo .lift {
            background-image: url(images/lift@2x.png); } }
  header h2 {
    width: 23%;
    float: left;
    text-align: right;
    line-height: 111px;
    margin-bottom: 0; margin-top:40px;}
    header h2 i {
      margin-right: 6px;
      font-size: 70%;
      position: relative;
      top: -2px; }
    header h2 a:hover {
      color: #666666; }

nav {
  background: #424242;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQyNDI0MiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2NjY2NjYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #424242 0%, #666666 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #424242), color-stop(100%, #666666));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #424242 0%, #666666 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #424242 0%, #666666 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #424242 0%, #666666 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #424242 0%, #666666 100%);
  /* W3C */
  height: 75px;
  border-bottom: 6px solid #525252;
  position: relative;
  z-index: 998;
  clear: both;
  /* Responsive Menu Icon */ }
  nav li {
    float: left;
    font-size: 11px;
    font-size: 0.91667rem;
    padding: 0 14px;
    font-family: "HelveticaNeue-CondensedBold", "HelveticaNeueCondensedBold", "alternate-gothic-no-3-d", sans-serif; }
@-moz-document url-prefix() {
  nav li {
    font-size: 13px;
    font-size: 1.08333rem; } }
    nav li.page_item_has_children {
      padding-right: 0; }
    nav li a {
      padding-top: 30px;
      padding-bottom: 2px;
      color: #ffffff;
      display: block;
      text-transform: uppercase; }
      nav li a:hover {
        text-decoration: none;
        color: #00B4EF; }
      nav li a i {
        font-size: 70%;
        position: relative;
        top: -2px; }
    nav li ul {
      float: left;
      width: 240px;
      position: absolute;
      left: -999em;
      z-index: 9999;
      padding: 0;
      background-color: #424242;
      text-align: left;
      margin: 0 0 0 -14px; }
      nav li ul li {
        padding: 10px 0;
        border: none;
        display: inline;
        width: 100%;
        line-height: 20px;
        height: 20px;
        font-family: "HelveticaNeueCondensed", "HelveticaNeue-Condensed", "Helvetica Neue Condensed", "HelveticaNeueRomanCondensed", "HelveticaNeue-Roman-Condensed", "Helvetica Neue Roman Condensed", "HelveticaNeue", "Helvetica Neue", "HelveticaNeueRoman", "HelveticaNeue-Roman", "Helvetica Neue Roman", "Helvetica", sans-serif !important;
        font-size: 90%; }
@-moz-document url-prefix() {
  nav li ul li {
    font-family: "HelveticaNeue-CondensedBold", "HelveticaNeueCondensedBold", "alternate-gothic-no-3-d", sans-serif !important; } }
        nav li ul li:hover {
          border-bottom: none; }
        nav li ul li a {
          color: #FFFFFF;
          display: block;
          text-decoration: none;
          margin-left: 14px;
          padding: 0;
          font-size: 90%; }
        nav li ul li.current-page, nav li ul li.current_page_item, nav li ul li.current_page_parent, nav li ul li.current-menu-item, nav li ul li.current-menu-parent, nav li ul li.current-page, nav li ul li.current_page_item, nav li ul li.current_page_parent, nav li ul li.current-menu-item, nav li ul li.current-menu-parent, nav li ul li.current_page_anchestor {
          text-decoration: none;
          color: #FFFFFF;
          border-bottom: none; }
    nav li:hover ul {
      left: auto;
      float: none;
      display: block; }
  nav #menu-icon {
    display: none; }

#quote {
  border-top: 6px solid #E1020F;
  position: relative; }
  #quote .quote-button {
    width: 26%;
    padding-left: 2%;
    position: absolute;
    right: 2%;
    height: 48px;
    line-height: 45px;
    background-color: #E1020F;
    color: #ffffff;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    font-family: "HelveticaNeue-CondensedBold", "HelveticaNeueCondensedBold", "alternate-gothic-no-3-d", sans-serif;
    text-transform: uppercase;
    font-size: 20px; }
    @media (min-width: 667px) and (max-width: 768px) {
      #quote .quote-button {
        width: 46%; } }
    @media (min-width: 0) and (max-width: 667px) {
      #quote .quote-button {
        width: 94%; } }
@-moz-document url-prefix() {
  #quote .quote-button {
    font-size: 26px; }
    #quote .quote-button i {
      font-size: 20px; } }
    #quote .quote-button i {
      background-color: #ffffff;
      color: #E1020F;
      border-radius: 17px;
      margin-right: 18px;
      height: 32px;
      width: 32px;
      line-height: 32px;
      border: 1px solid #666666;
      display: block;
      float: right;
      text-align: center;
      margin-top: 5px; }

.front-page {
  padding-top: 82px; }

.front-page-columns {
  padding-bottom: 40px;
  position: relative; }
  .front-page-columns .features-list {
    padding: 22px 0;
    padding-left: 14px; }
    .front-page-columns .features-list li {
      list-style: disc outside;
      margin-left: 4px; }
  /*.front-page-columns .more-info {
    position: absolute;
    bottom: 6px; }*/
  .front-page-columns .front-page-news p {
    margin-bottom: 0; }
  .front-page-columns .front-page-news li {
    margin-bottom: 12px;
    padding-bottom: 8px;
    border-bottom: 1px dotted #DEDEDE; }
    .front-page-columns .front-page-news li:last-child {
      border-bottom: none; }

.article {
  padding-bottom: 30px; }
  .article ul {
    padding-bottom: 22px;
    padding-left: 14px; }
    .article ul li {
      list-style: disc outside;
      margin-left: 4px; }

.features {
  padding: 50px 0; }
  .features .features-list {
    padding-bottom: 22px;
    padding-left: 14px; }
    .features .features-list li {
      list-style: disc outside;
      margin-left: 4px; }
  .features .features-image {
    text-align: center; }
    .features .features-image img {
      max-width: 100%;
      margin-top: 30px; }

.video-container {
  padding: 40px 0;
  text-align: center; }
  .video-container .video-embed {
    position: relative;
    padding-bottom: 40.25%;
    height: 0;
    overflow: hidden;
    max-width: 70%;
    margin: 0 auto; }
    .video-container .video-embed iframe,
    .video-container .video-embed object,
    .video-container .video-embed embed {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: #f5f5f5; }
  .video-container.home-video {
    padding: 0 0 40px; }
    .video-container.home-video .video-embed {
      max-width: 100%;
      padding-bottom: 50%; }

.gallery-photos li {
  width: 20.5%;
  margin: 0 6% 16px 0;
  float: left;
  text-align: center; }
  .gallery-photos li.no-margin {
    margin-right: 0; }
  .gallery-photos li a {
    display: block; }
    .gallery-photos li a:hover {
      opacity: 0.8; }
    .gallery-photos li a img {
      margin-bottom: 20px; }
  .gallery-photos li h4 {
    text-transform: capitalize; }

.testimonials {
  padding: 0 0 40px; }
  .testimonials li {
    padding: 28px 0 10px;
    position: relative; }
    .testimonials li p {
      width: 86%;
      margin: 0 auto;
      text-align: center;
      line-height: 140%;
      font-size: 132%;
      font-family: serif;
      font-style: italic;
      position: relative;
      z-index: 1003; }
    .testimonials li .testimonial-name {
      color: #00B4EF;
      float: right;
      margin-right: 4%; }
    .testimonials li i {
      font-size: 450%;
      color: #f8f8f8;
      position: absolute;
      left: 6px;
      top: 6px;
      z-index: 1002; }

.faq-container {
  padding-top: 40px; }

.faq {
  padding: 0;
  border-top: 1px solid #DEDEDE; }
  .faq.last {
    margin-bottom: 40px; }
  .faq .accordion-header {
    cursor: pointer;
    padding: 18px 24px;
    margin: 0;
    position: relative; }
    .faq .accordion-header i {
      font-size: 60%;
      position: absolute;
      right: 16px; }
      @media (min-width: 0) and (max-width: 667px) {
        .faq .accordion-header i {
          font-size: 40%;
          right: 6px;
          bottom: 6px; } }
      .faq .accordion-header i:hover {
        color: #00B4EF; }
    .faq .accordion-header.active-header {
      background-color: #f2f2f2; }
      .faq .accordion-header.active-header i {
        display: none; }
    .faq .accordion-header:hover {
      color: #00B4EF; }
  .faq .accordion-content {
    display: none;
    padding: 36px 24px; }
    .faq .accordion-content p {
      margin: 0; }
    .faq .accordion-content.open-content {
      background-color: #f2f2f2; }

li.news {
  padding-bottom: 60px; }
  li.news h3 {
    margin-bottom: 6px; }
  li.news p {
    padding-top: 10px;
    display: block; }
  li.news .date {
    display: block; }

.sidebar {
  padding-top: 102px; }
  @media (min-width: 0) and (max-width: 667px) {
    .sidebar {
      padding-top: 30px; } }
  .sidebar i {
    margin-right: 6px; }
  .sidebar a {
    display: block;
    color: #666666; }
    .sidebar a:hover {
      color: #E1020F; }
/*  .sidebar ul.contact-address {
    margin: 20px 0 40px; }*/
	.sidebar ul.contact-address {
    margin: 0 0 40px; }
    .sidebar ul.contact-address li:first-child {
      border-bottom: 1px solid #cfcfcf;
      margin-bottom: 10px;
      text-transform: uppercase; }
  .sidebar ul li {
    padding: 4px 0;
    font-size: 90%; }
    @media (min-width: 667px) and (max-width: 768px) {
      .sidebar ul li {
        font-size: 70%; } }

.addthis_sharing_toolbox {
  margin-top: 20px;
  padding: 20px 0;
  border-top: 1px solid #cfcfcf;
  font-size: 80%;
  text-transform: uppercase; }

/* #Gravity Forms styles & fixes
================================================== */
#body-content {
  /* Gravity Forms Entry Box Restyling */
  /* Gravity Forms Labels */
  /* Gravity Forms Post Code Float Fix */
  /* Gravity Forms Submit Button */
  /* Gravity Forms Error Section */ }
  #body-content .content-field .gform_wrapper ul.gfield_checkbox,
  #body-content .content-field .gform_wrapper ul.gfield_radio {
    margin: 6px 0;
    padding: 0; }
  #body-content .gform_wrapper input[type="text"],
  #body-content .gform_wrapper input[type="url"],
  #body-content .gform_wrapper input[type="email"],
  #body-content .gform_wrapper input[type="tel"],
  #body-content .gform_wrapper input[type="number"],
  #body-content .gform_wrapper input[type="password"] {
    border: 1px solid #DEDEDE;
    font-family: inherit;
    font-size: 13px;
    letter-spacing: normal;
    outline-style: none;
    padding: 6px 1%; }
  #body-content .gform_wrapper ul li:before,
  #body-content .gform_wrapper ul li:after,
  #body-content .gform_wrapper ul.gform_fields {
    margin: 0;
    overflow: visible;
    padding: 0; }
  #body-content .gform_wrapper ul.gform_fields li {
    margin-bottom: 12px; }
  #body-content .gform_wrapper .top_label input.large,
  #body-content .gform_wrapper .top_label select.large,
  #body-content .gform_wrapper .top_label textarea.textarea {
    border: 1px solid #DEDEDE;
    padding: 6px 1%;
    width: 97% !important; }
  #body-content .gform_wrapper .ginput_complex .ginput_full input[type=text],
  #body-content .gform_wrapper .ginput_complex .ginput_full input[type=url],
  #body-content .gform_wrapper .ginput_complex .ginput_full input[type=email],
  #body-content .gform_wrapper .ginput_complex .ginput_full input[type=tel],
  #body-content .gform_wrapper .ginput_complex .ginput_full input[type=number],
  #body-content .gform_wrapper .ginput_complex .ginput_full input[type=password] {
    width: 97% !important;
    padding: 6px 1%; }
  #body-content .gform_wrapper .ginput_complex .ginput_right {
    width: 49%;
    float: right; }
  #body-content .gform_wrapper .top_label .gfield_label {
    clear: both;
    display: inline-block;
    line-height: 140%;
    margin: 10px 0 6px;
    font-weight: normal; }
  #body-content .gform_wrapper .ginput_complex .ginput_left {
    clear: both;
    float: left;
    width: 50%;
    clear: both; }
  #body-content .gform_wrapper .gform_footer input.button,
  #body-content .gform_wrapper .gform_footer input[type="submit"] {
    font-size: 13px;
    letter-spacing: 1px;
    border: none;
    float: left;
    line-height: 105%; }
  #body-content .gform_wrapper .gform_footer input.button:hover,
  #body-content .gform_wrapper .gform_footer input[type="submit"]:hover {
    cursor: pointer; }
  #body-content .gform_wrapper li.gfield.gfield_error.gfield_contains_required {
    margin: 0; }
  #body-content .gform_wrapper li.gfield.gfield_error,
  #body-content .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background: none;
    border: none;
    margin-bottom: 0 !important;
    padding: 0 !important; }
  #body-content .gform_wrapper .gfield_html.gfield_no_follows_desc {
    padding-top: 20px;
    margin-bottom: 0; }
  #body-content .gform_wrapper .gfield_error .ginput_complex .ginput_left input[type=text],
  #body-content .gform_wrapper .gfield_error .ginput_complex .ginput_left input[type=url],
  #body-content .gform_wrapper .gfield_error .ginput_complex .ginput_left input[type=email],
  #body-content .gform_wrapper .gfield_error .ginput_complex .ginput_left input[type=tel],
  #body-content .gform_wrapper .gfield_error .ginput_complex .ginput_left input[type=number],
  #body-content .gform_wrapper .gfield_error .ginput_complex .ginput_left input[type=password] {
    width: 90% !important;
    padding: 6px 1%; }
  #body-content .gform_wrapper .gfield_error .ginput_complex .ginput_right input[type=text],
  #body-content .gform_wrapper .gfield_error .ginput_complex .ginput_right input[type=url],
  #body-content .gform_wrapper .gfield_error .ginput_complex .ginput_right input[type=email],
  #body-content .gform_wrapper .gfield_error .ginput_complex .ginput_right input[type=tel],
  #body-content .gform_wrapper .gfield_error .ginput_complex .ginput_right input[type=number],
  #body-content .gform_wrapper .gfield_error .ginput_complex .ginput_right input[type=password] {
    width: 95% !important;
    padding: 6px 1%; }
  #body-content .gform_wrapper .ginput_complex input[type=text],
  #body-content .gform_wrapper .ginput_complex input[type=url],
  #body-content .gform_wrapper .ginput_complex input[type=email],
  #body-content .gform_wrapper .ginput_complex input[type=tel],
  #body-content .gform_wrapper .ginput_complex input[type=number],
  #body-content .gform_wrapper .ginput_complex input[type=password],
  #body-content .gform_wrapper .ginput_complex select {
    width: 95% !important;
    padding: 6px 1%; }
  #body-content .gform_wrapper .ginput_complex .ginput_right input[type=text],
  #body-content .gform_wrapper .ginput_complex .ginput_right input[type=url],
  #body-content .gform_wrapper .ginput_complex .ginput_right input[type=email],
  #body-content .gform_wrapper .ginput_complex .ginput_right input[type=tel],
  #body-content .gform_wrapper .ginput_complex .ginput_right input[type=number],
  #body-content .gform_wrapper .ginput_complex .ginput_right input[type=password],
  #body-content .gform_wrapper .ginput_complex .ginput_right select {
    width: 95.7% !important;
    padding: 6px 1%; }
  #body-content button.gravity-forms-button {
    padding: 8px 16px;
    color: #ffffff;
    font-family: "HelveticaNeue-CondensedBold", "HelveticaNeueCondensedBold", "alternate-gothic-no-3-d", sans-serif;
    font-weight: 600;
    background-color: #666666;
    position: relative;
    text-transform: uppercase;
    font-size: 80%;
    border: none; }
    #body-content button.gravity-forms-button:hover {
      background-color: #424242;
      cursor: pointer; }

footer {
  margin-top: 70px;
  padding: 30px 0 10px;
  background-color: #565656;
  color: #cfcfcf;
  font-size: 70%;
  text-transform: uppercase;
  font-family: "HelveticaNeue-CondensedBold", "HelveticaNeueCondensedBold", "alternate-gothic-no-3-d", sans-serif;
  height: auto; }
  @media screen and (min-width: 0\0) {
    footer {
      font-size: 80%; } }
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    footer {
      font-size: 80%; } }
  @media (min-width: 0) and (max-width: 667px) {
    footer {
      padding: 20px; } }
  @media (min-width: 667px) and (max-width: 768px) {
    footer {
      padding: 20px; } }
  footer li {
    display: inline;
    margin-right: 14px; }
    @media (min-width: 0) and (max-width: 667px) {
      footer li {
        font-size: 40%;
        text-align: center; } }
  footer a {
    color: #cfcfcf; }
    footer a:hover {
      text-decoration: underline;
      color: #ffffff; }
  footer ul.social-footer {
    padding-top: 20px; }
    footer ul.social-footer li {
      margin-right: 8px; }
    footer ul.social-footer a {
      font-size: 180%;
      text-decoration: none; }
      @media (min-width: 0) and (max-width: 667px) {
        footer ul.social-footer a {
          font-size: 480% !important; } }
  footer #copywrite {
    padding: 20px 0 10px; }
    footer #copywrite li {
      font-size: 70%;
      display: inline;
      margin-right: 14px; }
      @media (min-width: 0) and (max-width: 667px) {
        footer #copywrite li {
          font-size: 30%; } }
      @media screen and (min-width: 0\0) {
        footer #copywrite li {
          font-size: 100%; } }
      @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
        footer #copywrite li {
          font-size: 100%; } }
      footer #copywrite li a:hover {
        text-decoration: none; }

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top; }

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020; }

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.fancybox-opened {
  z-index: 8030; }

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); }

.fancybox-outer, .fancybox-inner {
  position: relative; }

.fancybox-inner {
  overflow: hidden; }

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch; }

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap; }

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%; }

.fancybox-image {
  max-width: 100%;
  max-height: 100%; }

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url("images/fancybox_sprite.png"); }

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060; }

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("images/fancybox_loading.gif") center center no-repeat; }

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040; }

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("images/blank.gif");
  /* helps IE */
  -webkit-tap-highlight-color: transparent;
  z-index: 8040; }

.fancybox-prev {
  left: 0; }

.fancybox-next {
  right: 0; }

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden; }

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px; }

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px; }

.fancybox-nav:hover span {
  visibility: visible; }

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important; }

/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto; }

.fancybox-lock body {
  overflow: hidden !important; }

.fancybox-lock-test {
  overflow-y: hidden !important; }

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url("images/fancybox_overlay.png"); }

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0; }

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll; }

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050; }

.fancybox-opened .fancybox-title {
  visibility: visible; }

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center; }

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap; }

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff; }

.fancybox-title-inside-wrap {
  padding-top: 10px; }

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8); }

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url("images/fancybox_sprite@2x.png");
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/ }

  #fancybox-loading div {
    background-image: url("images/fancybox_loading@2x.gif");
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/ } }
@media screen and (max-width: 820px) {
    
  #header h1#logo {
    width: 100%; }
  #header h2 {
    float: right;
    line-height: 44px;
    height: 44px;
    width: 44px;
    position: absolute;
    right: 62px;
    top: 8px;
    margin-top:0px;
    font-size: 32px;
    z-index: 1004; }
  #header span.phone-header {
    display: none !important; }

  #navigation {
    position: static;
    height: 0px; }

  #menu-icon {
    position: absolute;
    display: block !important;
    height: 44px;
    width: 44px;
    line-height: 44px;
    top: 12px;
    right: 20px;
    z-index: 1002;
    color: #424242;
    text-align: center;
    font-size: 26px; }
    #menu-icon:hover {
      cursor: pointer; }
    #menu-icon.active {
      color: #00B4EF; }

  .menu {
    width: 96%;
    margin: 0;
    display: none;
    clear: left;
    position: absolute;
    z-index: 1001;
    top: 0;
    left: 0;
    right: 0;
    background-color: #424242;
    padding: 60px 2% 40px; }
    .menu li {
      position: relative;
      left: 0;
      float: none;
      text-transform: uppercase;
      line-height: 40px;
      width: 100% !important;
      margin: 0;
      padding: 0;
      text-align: center; }
      .menu li#menu-item-106 {
        display: none; }
    .menu li a {
      padding: 0; }

  /*  Initial reset and hide sublevels in mobile view */
  .menu ul {
    display: none;
    position: relative;
    height: auto;
    background-image: none;
    width: 100%;
    margin-left: 0;
    padding: 0;
    background: #424242;
    box-shadow: none;
    line-height: 100%; }

  .menu ul li,
  .menu ul li:hover,
  .menu ul li a,
  .menu ul li a:hover,
  .menu ul li {
    padding: 4px 0;
    height: auto;
    margin: 0; }

  .menu ul.sub-menu li:first-child a {
    margin-top: 0; }

  /* Show on hover */
  .menu li:hover ul,
  .menu li:hover ul li,
  .menu li:hover ul li a {
    display: block; }

  .menu ul li a:hover {
    color: #00B4EF; } }
@media (min-width: 0) and (max-width: 667px) {
  .front-page-columns .fourcol {
    margin-bottom: 50px; }

  h1.title {
    margin-top: 82px; }

  .gallery-photos li {
    width: 100%;
    clear: left;
    margin-right: 0; }

  .video-container .video-embed {
    max-width: 100%;
    padding-bottom: 50%; } }
@media (min-width: 0) and (max-width: 600px) {
  h1#logo {
    background-size: 300px 110px !important; }
    h1#logo .lift {
      height: 16px !important;
      width: 8px !important;
      left: 27.5px !important;
      margin-top: 4px !important; } }
@media (min-width: 380px) and (max-width: 768px) {
  .gallery-photos li {
    width: 46%;
    margin: 0 2% 26px;
    clear: none; } }

@media(max-width:1024px){
	
	.cnt_frm_section { padding:0 15px; }
		
}
@media(max-width:768px){
	
	.cnt_frm_section ul.contact-address { width:27%; }
	.cnt_frm_section ul.contact-address li { font-size:16px; line-height:20px;    word-break: break-all; }
		
}
@media(max-width:667px){
	.cnt_frm_section .threecol { padding-top:58px; }
	.cnt_frm_section ul.contact-address { width:43%; margin-bottom:23px; }
	

}
@media(max-width:515px){
	
	.cnt_frm_section ul.contact-address { width:100%; }
	.dist_title h3 { font-size:18px; line-height:25px;}
		
}
