/***********************
*  Site Specific CSS   *
************************/

/***********************
*  Site Specific CSS   *
************************/

/***********************
*  Site Specific CSS   *
************************/

/* @imports
--------------*/
@import url('http://cdn.myld.com.au/1/js/plugins/CameraSlider/1.3.4/camera.min.css');
@import url('http://cdn.myld.com.au/1/js/cform_validation/validation-2.1.min.css');
@import url('http://cdn.myld.com.au/1/js/plugins/Tooltipster/css/tooltipster.css');


/* @font-faces
--------------*/
@font-face {
    font-family: 'Open Sans';
    src: url('http://cdn.myld.com.au/1/fonts/OpenSans/opensans-light-webfont.eot');
    src: url('http://cdn.myld.com.au/1/fonts/OpenSans/opensans-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('http://cdn.myld.com.au/1/fonts/OpenSans/opensans-light-webfont.woff') format('woff'),
         url('http://cdn.myld.com.au/1/fonts/OpenSans/opensans-light-webfont.ttf') format('truetype'),
         url('http://cdn.myld.com.au/1/fonts/OpenSans/opensans-light-webfont.svg#open_sanslight') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url('http://cdn.myld.com.au/1/fonts/OpenSans/opensans-regular-webfont.eot');
    src: url('http://cdn.myld.com.au/1/fonts/OpenSans/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('http://cdn.myld.com.au/1/fonts/OpenSans/opensans-regular-webfont.woff') format('woff'),
         url('http://cdn.myld.com.au/1/fonts/OpenSans/opensans-regular-webfont.ttf') format('truetype'),
         url('http://cdn.myld.com.au/1/fonts/OpenSans/opensans-regular-webfont.svg#open_sansregular') format('svg');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url('http://cdn.myld.com.au/1/fonts/OpenSans/opensans-bold-webfont.eot');
    src: url('http://cdn.myld.com.au/1/fonts/OpenSans/opensans-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('http://cdn.myld.com.au/1/fonts/OpenSans/opensans-bold-webfont.woff') format('woff'),
         url('http://cdn.myld.com.au/1/fonts/OpenSans/opensans-bold-webfont.ttf') format('truetype'),
         url('http://cdn.myld.com.au/1/fonts/OpenSans/opensans-bold-webfont.svg#open_sansbold') format('svg');
    font-weight: 700;
    font-style: normal;
}



/* @general styles
-----------------*/
html, body {
    height: 100%;
}

body {
    font-family: 'Open Sans';
}

.content a {
    font-family: Verdana;
}

.wrapper {
    min-height: 100%;
    position: relative;
    background-color: #fff;
}

h1, h2, h3, h4, h5 {
  text-transform: uppercase;
}

a, a:hover {
  color: inherit;
}

::selection {
  background: rgba(200, 200, 200, .6);
}

::-moz-selection {
  background: rgba(200, 200, 200, .6);
}

::-webkit-selection {
  background: rgba(200, 200, 200, .6);
}

.schema-address {
  display: none;
}

/* header
-----------------*/
header {
  position: relative;
  z-index: 10;
  -moz-box-shadow: 0 1px 6px rgba(0,0,0,.22);
  -webkit-box-shadow: 0 1px 6px rgba(0,0,0,.22);
  box-shadow: 0 1px 6px rgba(0,0,0,.22);
}

.logo {
  padding-top: 49px;
  padding-bottom: 13px;
}

.tel-num {
  width: 240px;
  padding-top: 9px;
  padding-bottom: 11px;
  margin-right: -6px;
  padding-left: 36px;
  background: url(http://cdn.myld.com.au/2/610/cairns-coatings-paint-wallpaper_6edc5df1ad.jpg) #1e2a58 right bottom no-repeat scroll;
}

.tel-num p {
  margin-bottom: 0;
  font-size: 17.55px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
}

.tel-num p a {
  font-size: 23.7px;
}

.navbar-placeholder {
  clear: right;
}

.nav {
  float: right;
  padding-top: 6px;
}

.chrome .nav,
.safari .nav {
  float: right;
  padding-top: 5px;
}

.nav li > a {
  font-size: 13px;
  letter-spacing: -0.022em;
  font-weight: 700;
  text-transform: uppercase;
  white-space: nowrap;
  color: #7f7f7f;
}

.nav > li > a {
  padding-bottom: 13px;
  height: 48px;
  position: relative;
}

.nav > li > a:after {
  content: '';
  display: block;
  width: 100%;
  height: 5px;
  background-color: #014286;
  position: absolute;
  z-index: 0;
  bottom: 0;
  left: 0;
  zoom: 1;
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.nav > li.active > a:after,
.nav > li > a:hover:after {
  filter: alpha(opacity=100);
  opacity: 1;
}

.nav > li.active > a,
.nav > li.active > a:hover,
.nav > li > a:hover,
.nav > li > a:focus {
  background-color: transparent;
}

.caret {
  border: none;
  width: 14px;
  height: 7px;
  background: url(http://cdn.myld.com.au/2/610/cairns-coatings-paint-wallpaper_7177cf196b.png) transparent left top no-repeat scroll;
  vertical-align: baseline;
  margin-left: 6px;
}

.dropdown-menu {
  background-color: #fff;
  left: 5px;
  border: none;
  border-top: 1px solid #ff6000;
}

.safari .dropdown-menu {
  left: 3px;
}

.dropdown-menu li a:hover {
  background-color: #014286;
  color: #fff;
}

/* Slider
-----------------*/
#slider {
  height: 226px;
  background-color: #ff6101;
}

#home #slider {
  height: 493px;
}

#contact-us #slider {
  display: none;
}

.camera_wrap {
  float: none;
  max-height: 226px;
  margin-bottom: 0 !important;
}

#home .camera_wrap {
  max-height: 493px;
}

.camera_fakehover {
  min-height: 226px;
}

#home .camera_fakehover {
  min-height: 493px;
}

.camera_pag {
  position: absolute;
  width: 100%;
  bottom: 0;
  z-index: 10;
}

.camera_wrap .camera_pag .camera_pag_ul {
  background-color: rgba(255,255,255,.3) !important;
  text-align: center;
}

.camera_wrap .camera_pag .camera_pag_ul li {
  width: 15px;
  height: 15px;
  margin-top: 10px;
  background: none #fff;
  margin-bottom: 6px;
  margin-left: 0;
  margin-right: 8px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.camera_wrap .camera_pag .camera_pag_ul li.cameracurrent,
.camera_wrap .camera_pag .camera_pag_ul li:hover {
  background-color: #ff6000;
}

.camera_wrap .camera_pag .camera_pag_ul li:last-child {
  margin-right: 0;
}

.camera_wrap .camera_pag .camera_pag_ul li span {
  display: none;
}

/* contact page
-----------------*/
#map-canvas {
  width: 100%;
  height: 226px;
}

#spambox input[type="text"]#spam {
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.btn-custom {
  background-color: #ff6000;
  border-color: #ff6000;
  font-size: 16.65px;
  color: #fff !important;
  -webkit-border-radius: 0px; 
  -moz-border-radius: 0px; 
  border-radius: 0px;
  padding-left: 50px;
  padding-right: 50px;
  margin-bottom: 58px;
}

.btn-custom:hover {
  background-color: #606490;
  border-color: #606490;
}

/* footer
-----------------*/
.footer {
  background: rgb(36,46,118); /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzI0MmU3NiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxYzI0NWQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top,  rgba(36,46,118,1) 0%, rgba(28,36,93,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(36,46,118,1)), color-stop(100%,rgba(28,36,93,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  rgba(36,46,118,1) 0%,rgba(28,36,93,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  rgba(36,46,118,1) 0%,rgba(28,36,93,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  rgba(36,46,118,1) 0%,rgba(28,36,93,1) 100%); /* IE10+ */
  background: linear-gradient(to bottom,  rgba(36,46,118,1) 0%,rgba(28,36,93,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#242e76', endColorstr='#1c245d',GradientType=0 ); /* IE6-8 */
  color: #fff;
}

.footer .col-sm-5 {
  padding-left: 58px !important;
  padding-right: 52px !important;
}

.footer .col-sm-4 {
  padding-left: 13px !important;
}

#map-footer {
  width: 100%;
  height: 211px;
}

.footer h3 {
  font-size: 18px;
  font-weight: 700;
  margin-top: 40px;
  margin-bottom: 25px;
}

.footer-logo {
  padding-top: 34px;
  padding-bottom: 16px;
}

.footer ul {
  list-style-type: none;
  padding-left: 0;
}

.footer p,
.footer li {
  font-size: 13px;
  line-height: 22px;
}

.copyright {
  padding-top: 39px;
  padding-bottom: 13px;
}

.copyright p {
  color: #fefefe;
}

address {
    padding-left: 34px;
    line-height: 19.87px;
}

.footer li:last-child address {
  margin-bottom: 16px;
}

address i {
  font-size: 16px;
    float: left;
    margin-left: -34px;
    marign-right: 5px;
    margin-top: 1px;
}

.socialmedia {
  padding-left: 34px;
}

.ld-branding {
  padding-top: 1px;
}

/* content
-----------------*/
.intro-area {
  color: #fff;
}

#contact-us .intro-area {
  display: none;
}

.intro {
  display: none;
}

.intro a,
.feature a {
  font-weight: 700;
}

#home .intro {
  display: block;
  padding-top: 16px;
}

.intro-area h1 {
  font-size: 52.7px;
  line-height: 0.95996204933586em;
  font-weight: 700;
  margin-top: 16px;
}

.intro-area p {
  font-size: 16.65px;
  line-height: 23px;
  margin-bottom: 21px;
  font-weight: 300;
}

.intro-area hr {
  border-top: none;
  border-bottom: 2px dotted #fff;
}

.content {
  border-top: 2px solid #ff6000;
}

.feature-area {
  color: #fff;
}

.feature-area img {
  margin: 0 auto;
}

.feature {
  display: block;
}

.feature:hover {
  text-decoration: none;
}

.feature h2 {
  font-size: 15.73px;
  font-weight: 700;
  margin-bottom: 11px;
}

.feature p {
  font-size: 13px;
  line-height: 16px;
}

.page-intro {
  padding-bottom: 9px;
}

.content-area {
  padding-top: 38px;
}

.content-area h2 {
  font-size: 24px;
  font-weight: 800;
  color: #ff6000;
  margin-top: 0;
  margin-bottom: 18px;
}
.content-area h3 {
  font-size: 20px;
  font-weight: 600;
  color: #ff6000;
  margin-top: 0;
  margin-bottom: 18px;
}

.content-area p,
.content-area label,
.content-area li {
  font-size: 16.65px;
  line-height: 22.8px;
  font-weight: normal;
  color: #000;
}

.content-area h4 {
  font-size: 20px;
  line-height: 23px;
  color: #000;
  font-weight: 700;
  text-transform: none;
}

.content-area a {
  font-weight: 600;
}

.content-area .img-box {
  margin-top: 3px;
  padding-bottom: 36px;
}

.content-area h4,
.content-area p,
.content-area ul {
  margin-bottom: 24px;
}

.home {
  padding-top: 0;
}

.home.content-area h2 {
  font-size: 16px;
  font-weight: 700;
  color: #1e2a58;
  margin-top: 5px;
  margin-bottom: 17px;
}

.home.content-area p {
  font-size: 13px;
  line-height: 1.2em;
  color: #424242;
  margin-bottom: 10px;
}

.logo-area {
  padding-top: 3px;
}

.logo-area ul {
  list-style-type: none;
  padding-left: 0;
  text-align: justify;
  margin-bottom: 6px;
}

.logo-area ul li {
  display: inline-block;
  vertical-align: middle;
  text-justify: distribute;
}

.logo-area ul:after {
  content: '';
  display: inline-block;
  width: 100% !important;
  height: 0;
  line-height: 0;
  font-size: 0;
}

.content-area ul {
  list-style-type: none;
  padding-left: 37px;
}

.content-area li {
  background: url(http://cdn.myld.com.au/2/611/cairns-coatings-paint-wallpaper_a36b6edfb4.png) transparent left 5px no-repeat scroll;
  padding-left: 11px;
}

.content-area .logo-area ul {
  padding-left: 0;
}

.content-area .logo-area li {
  background-image: none;
  padding-left: 0;
}

.content-area .links li {
  background-image: none;
}


/* ie9 hack
-----------------*/
.ie9 .gradient{filter:none;}

/* @media queries
-----------------*/
@media (min-width: 768px) {
  .col-sm-custom {
    width: 20%;
    float: left;
  }
  .col-sm-custom:nth-child(3) .img-box {
    padding-top: 37px;
  }
  .col-sm-custom:nth-child(4) .img-box {
    padding-top: 21px;
  }
  .col-sm-custom:nth-child(5) .img-box {
    padding-top: 45px;
  }
  .content-area .col-sm-8 {
    padding-bottom: 30px;
  }
  .content-area .row:last-child .col-sm-8 {
    padding-bottom: 52px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
  .nav > li > a {
    padding-left: 0;
    padding-right: 0;
  }
  .nav > li {
    padding-left: 5px;
    padding-right: 5px;
  }
  .safari .nav > li {
    padding-left: 3px;
    padding-right: 3px;
  }
  .nav > li:first-child {
    padding-left: 0;
  }
  .nav > li:last-child {
    padding-right: 0;
  }
  #home .intro-area {
    padding-top: 46px;
  }
  .intro-area h1 {
    padding-left: 200px;
    padding-right: 200px;
  }
  #home .intro-area#third h1 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .intro-area#third h1 {
    padding-left: 150px;
    padding-right: 150px;
  }
  #home .intro-area h1 {
    font-size: 59.86px;
    line-height: 1.03992649515536em;
    margin-top: 20px;
  }
  .intro-area hr {
    width: 645px;
    margin: 0 auto;
    margin-bottom: 26px;
  }
  .intro p {
    padding-left: 100px;
    padding-right: 100px;
  }
  .feature {
    position: relative;
    z-index: 10;
  }
  .feature-wrap {
    padding-top: 20px;
    position: relative;
    z-index: 10;
    min-height: 325px;
    height: 325px;
    overflow: hidden;
  }
  .feature .feature-box {
    position: absolute;
    z-index: 10;
    top: 196px;
    left: 0;
    padding-left: 5px;
    padding-right: 5px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .col-sm-custom:nth-child(3) .feature .feature-box,
  .col-sm-custom:nth-child(4) .feature .feature-box {
    top: 179px;
  }
  .col-sm-custom:nth-child(4) .feature .img-box,
  .col-sm-custom:nth-child(4) .feature .feature-box {
    left: 6px;
  }
  .feature:hover .feature-box {
    top: 7px !important;
  }
  .feature p {
    padding-left: 20px;
    padding-right: 20px;
    filter: alpha(opacity=0);
    zoom: 1;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .feature:hover p {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .feature .img-box {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0
    height: 202px;
    width: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .feature:hover .img-box {
    top: -210px;
  }
  .col-sm-custom .feature:before {
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
  }
  .col-sm-custom:nth-child(1) .feature:before {
    content: '';
    display: block;
    width: 195px;
    height: 100%;
    background: url(http://cdn.myld.com.au/2/611/cairns-coatings-paint-wallpaper_a4d0cf609f.png) transparent left -89px no-repeat scroll;
    position: absolute;
    z-index: 0;
    top: 0;
    left: -8px;
  }
  .col-sm-custom:nth-child(1) .feature p {
    background: url(http://cdn.myld.com.au/2/611/cairns-coatings-paint-wallpaper_de348c9a57.png) transparent -99999px -999999px no-repeat scroll;
  }
  .col-sm-custom:nth-child(1) .feature:hover:before {
    background-image: url(http://cdn.myld.com.au/2/611/cairns-coatings-paint-wallpaper_de348c9a57.png);
  }
  .col-sm-custom:nth-child(2) .feature:before {
    content: '';
    display: block;
    width: 219px;
    height: 100%;
    background: url(http://cdn.myld.com.au/2/611/cairns-coatings-paint-wallpaper_1a2ea0961e.png) transparent left -207px no-repeat scroll;
    position: absolute;
    z-index: 1;
    top: 0;
    left: -26px !important;
  }
  .col-sm-custom:nth-child(2) .feature p {
    background: url(http://cdn.myld.com.au/2/611/cairns-coatings-paint-wallpaper_83de0b1e91.png) transparent -99999px -999999px no-repeat scroll;
  }
  .col-sm-custom:nth-child(2) .feature:hover:before {
    background-image: url(http://cdn.myld.com.au/2/611/cairns-coatings-paint-wallpaper_83de0b1e91.png);
  }
  .col-sm-custom:nth-child(3) .feature:before {
    content: '';
    display: block;
    width: 227px;
    height: 100%;
    background: url(http://cdn.myld.com.au/2/611/cairns-coatings-paint-wallpaper_42984782bb.png) transparent left -160px no-repeat scroll;
    position: absolute;
    z-index: 2;
    top: 0;
    left: -15px !important;
  }
  .col-sm-custom:nth-child(3) .feature p {
    background: url(http://cdn.myld.com.au/2/611/cairns-coatings-paint-wallpaper_61cdf6cf61.png) transparent -99999px -999999px no-repeat scroll;
  }
  .col-sm-custom:nth-child(3) .feature:hover:before {
    background-image: url(http://cdn.myld.com.au/2/611/cairns-coatings-paint-wallpaper_61cdf6cf61.png);
  }
  .col-sm-custom:nth-child(4) .feature:before {
    content: '';
    display: block;
    width: 193px;
    height: 100%;
    background: url(http://cdn.myld.com.au/2/611/cairns-coatings-paint-wallpaper_71c0ff5e7c.png) transparent left -111px no-repeat scroll;
    position: absolute;
    z-index: 3;
    top: 0;
    left: 4px !important;
  }
  .col-sm-custom:nth-child(4) .feature p {
    background: url(http://cdn.myld.com.au/2/611/cairns-coatings-paint-wallpaper_774a5457e9.png) transparent -99999px -999999px no-repeat scroll;
  }
  .col-sm-custom:nth-child(4) .feature:hover:before {
    background-image: url(http://cdn.myld.com.au/2/611/cairns-coatings-paint-wallpaper_774a5457e9.png);
  }
  .col-sm-custom:nth-child(5) .feature:before {
    content: '';
    display: block;
    width: 193px;
    height: 100%;
    background: url(http://cdn.myld.com.au/2/611/cairns-coatings-paint-wallpaper_f9a161df21.png) transparent left -99px no-repeat scroll;
    position: absolute;
    z-index: 4;
    top: 0;
    left: -8px !important;
  }
  .col-sm-custom:nth-child(5) .feature p {
    background: url(http://cdn.myld.com.au/2/611/cairns-coatings-paint-wallpaper_8e67f66fe0.png) transparent -99999px -999999px no-repeat scroll;
  }
  .col-sm-custom:nth-child(5) .feature:hover:before {
    background-image: url(http://cdn.myld.com.au/2/611/cairns-coatings-paint-wallpaper_8e67f66fe0.png);
  }
  .logo-area li:nth-child(1),
  .logo-area li:nth-child(3) {
    padding-right: 15px;
  }
  .logo-area li:nth-child(8),
  .logo-area li:nth-child(10) {
    padding-left: 20px;
    padding-right: 20px;
  }
  .logo-area li:nth-child(11) {
    padding-right: 20px;
  }
  .logo-area li:nth-child(11),
  .logo-area li:nth-child(13) {
    padding-left: 20px;
  }
  .logo-area li:nth-child(17) {
    padding-top: 14px;
    padding-bottom: 14px;
  }
}

/*beginning of default fixed menu bar*/
@media (max-width: 991px) {
  .logo img {
    margin: 0 auto;
  }
  header .col-md-8 {
    display: none;
  }
  .logo {
    padding-top: 30px;
  }
  .intro-area {
    background-color: #ff6000;
    padding-bottom: 8px;
  }
  .intro-area h1 {
    font-size: 36px;
    margin-top: 20px;
  }
  .feature {
    background-color: #606490;
  }
  .home.content-area {
    padding-top: 20px;
  }
  .logo-area li {
    margin-bottom: 15px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .content-area .col-sm-offset-1 {
    margin-left: 0;
  }
  .feature h2 {
    min-height: 51px;
  }
  .feature {
    margin-top: 20px;
    min-height: 490px;
  }
  .safari .feature {
    min-height: 500px;
  }
  .feature .img-box {
    min-height: 180px;
  }
  .col-sm-custom:first-child .img-box {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .feature p {
    padding-left: 15px;
    padding-right: 15px;
  }
  .logo-area li:nth-child(2),
  .logo-area li:nth-child(13) {
    padding-left: 20px;
    padding-right: 20px;
  }
  .logo-area li:nth-child(12),
  .logo-area li:nth-child(15) {
    padding-left: 20px;
  }
  .content-area .col-sm-8 {
    padding-bottom: 20px;
  }
}

@media (max-width: 767px) {
  #map-canvas {
    height: 200px;
  }
  .feature .feature-box {
    position: relative;
    top: -10px;
  }
  .feature p {
    padding-bottom: 15px;
    margin-bottom: 0;
    text-align: left;
  }
  .feature {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    margin-top: 20px;
  }
  .content-area {
    padding-top: 20px;
  }
  .page-intro {
    padding-bottom: 0;
  }
  .page-intro p {
    text-align: left;
  }
  .content-area .img-box {
    padding-bottom: 20px;
  }
  .content-area ul {
    padding-left: 15px;
  }
  .content-area .img-box img {
    margin: 0 auto;
  }
  .content-area .col-xs-6 img {
    width: 100%;
  }
  .btn-custom {
    margin-bottom: 30px;
  }
}

@media (max-width: 480px) {
  .logo-area li {
    max-width: 120px;
  }
  .content-area .img-box img {
    width: 100%;
  }
}

/* Device specific media queries ----------- */
/* iPads (landscape) */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) { 
  .feature h2 {
    min-height: 51px;
  }
  .feature {
    background-image: none;
    background-color: #606490;
    height: 490px;
    min-height: 490px;
    max-height: none;
    overflow: auto;
    margin-top: 20px;
  }
  .col-sm-custom .feature:before {
    display: none !important;
  }
  .feature h2 {
    min-height: 34px;
  }
  .feature-wrap {
    height: auto;
  }
  .feature .feature-box {
    position: relative;
    height: auto;
    top: auto !important;
    left: auto !important;
  }
  .feature:hover .feature-box {
    top: auto !important;
  }
  .feature .img-box {
    position: relative;
    min-height: 220px;
    top: auto !important;
    left: auto !important;
  }
  .feature:hover .img-box {
    top: auto !important;
  }
  .feature p {
    filter: alpha(opacity=100);
    opacity: 1;
    padding-left: 15px;
    paddin