
a {
  color: #fff;
  text-decoration: none; }
  a:hover {
    color: #B2BABB; }


body, html {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  font-family:Baskerville, Palatino Linotype, Palatino, Century, Times New Roman, serif; 
  font-size: 16px; 
  }
  

ul, li {
  padding: 0px;
  margin: 0px; }
  


/*COLUMNS --------------------------------*/
.group::before, .group::after {
  content: "";
  display: table; }

.group::after {
  clear: both; }

.group {
  zoom: 1;
  /* For IE 6/7 (trigger hasLayout) */ }

.col {
  display: block;
  float: left;
  margin: 0; }

.col:first-child {
  margin-left: 0; }

.twelveCol {
  width: 100%; }

.elevenCol {
  width: 91.66%; }

.tenCol {
  width: 83.33%; }

.nineCol {
  width: 75%; }

.eightCol {
  width: 66.66%; }

.sevenCol {
  width: 58.33%; }

.sixCol {
  width: 50%; }

.fiveCol {
  width: 41.66%; }

.fourCol {
  width: 33.33%; }

.threeCol {
  width: 25%; }

.twoCol {
  width: 16.66%; }

.oneCol {
  width: 8.33%; }

.alternate .col:first-child {
  float: right; }

.alternate .col:nth-child(2) {
  margin: 0; }

@media only screen and (max-width: 1024px) {
  .eightCol {
    width: 100%; }

  .twelveCol {
    width: 100%; }

  .nineCol {
    width: 100%; }

  .sixCol {
    width: 100%; }

  .fourCol {
    width: 100%; }

  .threeCol {
    width: 50%; }

  .oneCol {
    width: 16.66%; } }
/*@media only screen
and (max-width: 767px) {
.col {margin: 0;}
.twelveCol, .elevenCol, .tenCol, .nineCol, .eightCol, .sevenCol,
.sixCol, .fiveCol, .fourCol, .threeCol, .twoCol, .oneCol {width: 0;}
}*/
@media only screen and (max-width: 420px) {
  .col {
    margin: 0; }

  .threeCol {
    width: 100%; }

  .oneCol {
    width: 50%; } }
.site-container {
  clear: both;
  margin: 0 auto;
  max-width: 2000px;
  width: 100%;
  position: relative; }

.group {
  zoom: 1; }

.box {
  box-sizing: border-box; }

.content {
  margin: 141px 0; }

/*FONT STYLES --------------------------------*/
h1, h2, h3, h4 {
  text-transform: uppercase;
  text-align: center;
  color: white; }

h1 {
  font-size: 2.4em;
  font-family:Palatino Linotype, Palatino, Century, Times New Roman, serif; 
  letter-spacing: 0.2em; }

h2 {
  font-size: 1.3em;
  font-family:Palatino Linotype, Palatino, Century, Times New Roman, serif;
  letter-spacing: 0.2em;
  margin-top: 0; }

h3 {
  font-size: 1.3em;
  font-family:Palatino Linotype, Palatino, Century, Times New Roman, serif;
  letter-spacing: 0.1em; }

h4 {
  font-size: 1.2em;
  font-family: Palatino Linotype, Palatino, Century, Times New Roman, serif; 
  letter-spacing: 0.1em; }

h5 {
  color: white;
  font-size: 0.8em;
  font-family: Palatino Linotype, Palatino, Century, Times New Roman, serif;
  letter-spacing: 0.1em;
   }

p {
  font-size: 1em;
  font-family:  Palatino Linotype, Palatino, Century, Times New Roman, serif; 
  line-height: 1.75em;
  text-align: center;
  color: white;
  letter-spacing: 0.1em; }
  
  .green {color:#2c365d;}
  
  .grey {color:#404041;}

@media only screen and (max-width: 768px) {
  p {
    font-size: 0.8em;
    line-height: 1.5em; } }
@media only screen and (max-width: 320px) {
  h2 {
    font-size: 1.5em;
    line-height: 1.5em; } }
.body-text {
  padding: 0 50px;
  vertical-align: middle;
  height: 100%; }

.body-text img {
  margin: 0 auto;
  text-align: center;
  margin: 0px; }

/*NAVIGATION --------------------------------*/
#nav {
  background-color: #fff;
  width: 100%;
  margin: 0;
  position: fixed;
  z-index: 6;
  top: 0; border-bottom: 1px solid #f6f6f6;}

#nav ul {
  text-align: right;
  padding-right: 40px; }

#nav li {
  text-decoration: none;
  text-transform: uppercase;
  font-size: 1.1em;
  list-style-type: none;
  color: #42c365d;
  display: inline-block;
  padding: 25px 15px 25px 15px;
  letter-spacing: 0.05em; }
  
  #nav li a {
  text-decoration: none;
  color: #2c365d;
    font-weight:700;}
  
    #nav li a:hover {
  text-decoration: none;
  color: #f49531;}

#logo {
  width: 130px;
  float: left;
  margin-left: 40px; }

.logo-footer, .logo-footer2 {
  width: 130px;
  float: left;
  margin-left: 23px; }

.menu-button {
  display: none; }

.dropdown {
  display: none; }

@media only screen and (max-width: 1450px) {
  #nav li {
    font-size: 0.6em;
    padding: 20px; }

  #nav ul {
    padding-right: 25px; }

  #logo {
    width: 130px;
    float: left;
    margin-left: 15px; }

  .logo-footer, .logo-footer2 {
    width: 130px;
    float: left;
    margin-left: 23px; }

  #nav .mobileHide {
    display: none; }

  #nav .menu-button {
    background-image: url("../images/menu.svg");
    display: inline;
    float: right;
    margin: 26px 10px 0 0;
    padding: 15px;
    background-repeat: no-repeat;
	
	}

  .dropdown {
    display: none; }

  .dropdown {
    background-color: #2c365d;
    width: 100%;
    height: 100%;
    margin: 0;
    position: fixed;
    z-index: 2; }

  .dropdown ul {
    text-align: center;
    margin-top: 110px; }

  .dropdown li {
    text-decoration: none;
    text-transform: uppercase;
    font-size: 1.4em;
    list-style-type: none;
    color: #fff;
    display: block;
    margin-bottom: 20px;
    letter-spacing: 0.05em; }

  .dropdown li:hover {
    color: #404041; }

  .dropdown .close-button {
    background-image: url("../images/close.svg");
    display: block;
    padding: 15px;
    margin: 80px 175px 25px 130px;
    background-repeat: no-repeat;
    text-align: center; } }
	
/*ANIMATED BURGER ICON --------------------------------*/
@media only screen and (max-width: 1450px) {
  #nav-toggle {
    display: block;
    position: absolute;
    left: 93%;
    top: 34%; }

  #nav-toggle {
    cursor: pointer;
    padding: 10px 35px 16px 0px; }

  #nav-toggle span, #nav-toggle span:before, #nav-toggle span:after {
    cursor: pointer;
    border-radius: 1px;
    height: 3px;
    width: 35px;
    background: #CCC;
    position: absolute;
    display: block;
    content: ''; }

  #nav-toggle span:before {
    top: -10px; }

  #nav-toggle span:after {
    bottom: -10px; }

  #nav-toggle span, #nav-toggle span:before, #nav-toggle span:after {
    transition: all 500ms ease-in-out; }

  #nav-toggle.active span {
    background-color: transparent; }

  #nav-toggle.active span:before, #nav-toggle.active span:after {
    top: 0; }

  #nav-toggle.active span:before {
    transform: rotate(45deg); }

  #nav-toggle.active span:after {
    transform: rotate(-45deg); } }

@media only screen and (max-width: 420px) {
  #nav li {
    font-size: 0.6em;
    padding: 20px; }

  #nav ul {
    padding-right: 25px; }

  #logo {
    width: 130px;
    float: left;
    margin-left: 15px; }

  .logo-footer, .logo-footer2 {
    width: 130px;
    float: left;
    margin-left: 23px; }

  #nav .mobileHide {
    display: none; }

  #nav .menu-button {
    background-image: url("../images/menu.svg");
    display: inline;
    float: right;
    margin: 26px 10px 0 0;
    padding: 15px;
    background-repeat: no-repeat;
	}

  .dropdown {
    display: none; }

  .dropdown {
    background-color: #2c365d;
    width: 100%;
    height: 100%;
    margin: 0;
    position: fixed;
    z-index: 2; }

  .dropdown ul {
    text-align: center;
    margin-top: 110px; }

  .dropdown li {
    text-decoration: none;
    text-transform: uppercase;
    font-size: 1.4em;
    list-style-type: none;
    color: #fff;
    display: block;
    margin-bottom: 20px;
    letter-spacing: 0.05em; }

  .dropdown li:hover {
    color: #404041; }

  .dropdown .close-button {
    background-image: url("../images/close.svg");
    display: block;
    padding: 15px;
    margin: 80px 175px 25px 130px;
    background-repeat: no-repeat;
    text-align: center; } }
	
/*ANIMATED BURGER ICON --------------------------------*/
@media only screen and (max-width: 420px) {
  #nav-toggle {
    display: block;
    position: absolute;
    left: 82%;
    top: 34%; }

  #nav-toggle {
    cursor: pointer;
    padding: 10px 35px 16px 0px; }

  #nav-toggle span, #nav-toggle span:before, #nav-toggle span:after {
    cursor: pointer;
    border-radius: 1px;
    height: 3px;
    width: 35px;
    background: #CCC;
    position: absolute;
    display: block;
    content: ''; }

  #nav-toggle span:before {
    top: -10px; }

  #nav-toggle span:after {
    bottom: -10px; }

  #nav-toggle span, #nav-toggle span:before, #nav-toggle span:after {
    transition: all 500ms ease-in-out; }

  #nav-toggle.active span {
    background-color: transparent; }

  #nav-toggle.active span:before, #nav-toggle.active span:after {
    top: 0; }

  #nav-toggle.active span:before {
    transform: rotate(45deg); }

  #nav-toggle.active span:after {
    transform: rotate(-45deg); } }
@media only screen and (max-width: 320px) {
  #nav-toggle {
    display: block;
    position: absolute;
    left: 79%;
    top: 34%; } }
	
/*MAIN SLIDER --------------------------------*/
.sliderContainer {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 800px; }

/* slider container */
.iosSlider {
  position: relative;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 894px; }

/* slider */
.iosSlider .slider {
  width: 100%;
  height: 100%; }

/* slide */
.iosSlider .slider .item {
  float: left;
  width: 100%;
  height: 100%; }

.iosSlider .slider .item1 {
  background-image: url("../images/headers/haddohighlandwear2020E.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }

.iosSlider .slider .item2 {
  background-image: url("../images/headers/haddohighlandwear2020B.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }

.iosSlider .slider .item3 {
  background-image: url("../images/headers/haddohighlandwear2020A.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }
  
  .iosSlider .slider .item4 {
  background-image: url("../images/headers/haddohighlandwear3.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }
  
    .iosSlider .slider .item5 {
  background-image: url("../images/headers/haddohighlandwear19.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }

.iosSlider .inner {
  position: relative;
  display: table;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  text-align: center;
  background: rgba(0, 0, 0, 0.2); }

.iosSlider .inner-container {
  display: table-cell;
  vertical-align: middle;
  padding-top: 80px; }

.iosSlider .slide-title {
  color: #ffffff;
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 3.5em;
  line-height: 1em;
  text-transform: uppercase;
  letter-spacing: 4px;
  font-family:  Baskerville, Palatino Linotype, Palatino, Century, Times New Roman, serif;;
  padding: 0 20%; }

.iosSlider .slide-description {
  color: #ffffff;
  font-size: 1.2em;
  line-height: 2em;
  letter-spacing: 1px;
  margin: 0 70px 0 70px; 
width: 50%;}

@media only screen and (max-width: 1024px) {
  .iosSlider .slide-description {
    margin: 0 130px 0 130px; }

  .iosSlider, .sliderContainer {
    height: 670px; } }
@media only screen and (max-width: 768px) {
  .iosSlider, .sliderContainer {
    height: 915px; } }
@media only screen and (max-width: 420px) {
  .iosSlider, .sliderContainer {
    height: 736px; }

  .iosSlider .slide-title {
    font-size: 2em; }

  .iosSlider .slide-description {
    font-size: 1em;
    line-height: 1.2em;
    margin: 0 50px 0 50px; } }
@media only screen and (max-width: 375px) {
  .iosSlider, .sliderContainer {
    height: 627px; } }
@media only screen and (max-width: 320px) {
  .iosSlider, .sliderContainer {
    height: 568px; } }
/*NARROW SLIDER --------------------------------*/
.narrowSlider, .narrowSlider2, .narrowSlider3, .narrowSlider4 {
  background-size: cover;
  float: left;
  text-align: center; }

.narrowSlider {
  background: url("../images/photo-3.jpg") no-repeat center center;
  background-size: cover; }

.narrowSlider2 {
  background: url("../images/photo-2.jpg") no-repeat center center;
  background-size: cover; }

.narrowSlider3 {
  background: url("../images/photo-4.jpg") no-repeat center center;
  background-size: cover; }

.narrowSlider4 {
  background: url("../images/photo-5.jpg") no-repeat center center;
  background-size: cover; }

.narrowSlider-container {
  text-align: center;
  width: 80%;
  height: 50%;
  top: 25%;
  margin: 0 auto;
  position: relative;
  padding: 350px 0; }

.narrowSlider:hover, .narrowSlider2:hover, .narrowSlider3:hover, .narrowSlider4:hover {
  opacity: 0.9;
  filter: alpha(opacity=30); }

.buttonSlider {
  border: 2px solid white;
  color: white;
  font-size: 1em;
  padding: 10px;
  width: 200px;
  margin: 0 auto;
  margin-top: 25px;
  text-align: center;
  text-transform: uppercase; font-weight:700;}

.buttonSlider :hover {
  cursor: pointer;
  background-color: #ffffff;
  border: 2px solid white;
  color: #000;
  -webkit-transition: color .2s ease-in;
  -moz-transition: color .2s ease-in;
  -ms-transition: color .2s ease-in;
  -o-transition: color .2s ease-in;
  transition: color .2s ease-in; }

.buttonSlider a:hover, .button a:focus {
  cursor: pointer;
  background-color: #ffffff;
  border: 2px solid white;
  color: #000;
  -webkit-transition: color .2s ease-in;
  -moz-transition: color .2s ease-in;
  -ms-transition: color .2s ease-in;
  -o-transition: color .2s ease-in;
  transition: color .2s ease-in; }

.button {
  border: 2px solid white;
  color: white;
  font-size: 1em;
  padding: 10px;
  width: 30%;
  margin: 0 auto;
  margin-top: 25px;
  text-align: center;
  text-transform: uppercase; font-weight:700;}

.button:hover {
  cursor: pointer;
  background-color: #ffffff;
  border: 2px solid white;
  color: #2c365d;
  -webkit-transition: color .2s ease-in;
  -moz-transition: color .2s ease-in;
  -ms-transition: color .2s ease-in;
  -o-transition: color .2s ease-in;
  transition: color .2s ease-in; }

.button a:hover, .button a:focus {
  cursor: pointer;
  background-color: #ffffff;
  border: 2px solid white;
  color: #000;
  -webkit-transition: color .2s ease-in;
  -moz-transition: color .2s ease-in;
  -ms-transition: color .2s ease-in;
  -o-transition: color .2s ease-in;
  transition: color .2s ease-in; }
  
  .buttongreen {
  border: 2px solid #2c365d;
  color: #2c365d;
  font-size: 1em;
  padding: 10px;
  width: 20%;
  margin: 0 auto;
  margin-top: 25px;
  text-align: center;
  text-transform: uppercase; font-weight:700;}

.buttongreen:hover {
  cursor: pointer;
  background-color: #2c365d;
  border: 2px solid #2c365d;
  color: #fff;
  -webkit-transition: color .2s ease-in;
  -moz-transition: color .2s ease-in;
  -ms-transition: color .2s ease-in;
  -o-transition: color .2s ease-in;
  transition: color .2s ease-in; }

.buttongreen a:hover, .button a:focus {
  cursor: pointer;
  background-color: #2c365d;
  border: 2px solid #2c365d;
  color: #fff;
  -webkit-transition: color .2s ease-in;
  -moz-transition: color .2s ease-in;
  -ms-transition: color .2s ease-in;
  -o-transition: color .2s ease-in;
  transition: color .2s ease-in; }

.next, .prev {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  width: 40px;
  height: 80px;
  z-index: 1; }

.prev {
  left: 60px; }

.next {
  right: 60px; }

.next, .prev {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  width: 40px;
  height: 80px;
  z-index: 1; }

.slider-container .prev, .slider-container .next {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  width: 40px;
  height: 80px;
  z-index: 1; }

.slider-container .unselectable {
  opacity: 0.2; }

@media only screen and (max-width: 1024px) {
  .narrowSlider-container {
    padding: 195px 0; } }
@media only screen and (max-width: 768px) {
  .prev {
    left: 50px; }

  .next {
    right: 50px; }

  .narrowSlider-container {
    padding: 122px 0; } }
@media only screen and (max-width: 420px) {
  .prev {
    left: 28px; }

  .next {
    right: 28px; }

  .next, .prev {
    top: 54%;
    margin-top: -10px;
    width: 25px;
    height: 80px;
    z-index: 1; }

  .narrowSlider-container {
    padding: 255px 0; } }
@media only screen and (max-width: 375px) {
  .narrowSlider-container {
    padding: 182px 0; } }
@media only screen and (max-width: 320px) {
  .next, .prev {
    top: 56%;
    margin-top: -10px;
    width: 18px;
    height: 80px;
    z-index: 1; }

  .narrowSlider-container {
    padding: 169px 0; } }


/*NARROW SECTION SLIDER --------------------------------*/
.sliderContainerNarrowSlider {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 800px;
  clear: both;
  display: none; }

/* slider container */
.iosSliderNarrowSlider {
  position: relative;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 800px;
  clear: both; }

/* slider */
.iosSliderNarrowSlider .slider {
  width: 100%;
  height: 800px; }

/* slide */
.iosSliderNarrowSlider .slider .item {
  float: left;
  width: 100%;
  height: 800px; }

.iosSliderNarrowSlider .slider .item1{
  background: url("../images/photo-3.jpg") no-repeat center center;
  background-size: cover; }


.iosSliderNarrowSlider .slider .item2 {
  background: url("../images/photo-2.jpg") no-repeat center center;
  background-size: cover; }

.iosSliderNarrowSlider .slider .item3 {
  background: url("../images/photo-4.jpg") no-repeat center center;
  background-size: cover; }

.iosSliderNarrowSlider .slider .item4 {
  background: url("../images/photo-5.jpg") no-repeat center center;
  background-size: cover; }



.iosSliderNarrowSlider .inner {
  position: relative;
  display: table;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  text-align: center; }

.iosSliderNarrowSlider .inner-container {
  display: table-cell;
  vertical-align: middle;
  padding-top: 7px; }

.iosSliderNarrowSlider .slide-title {
  color: #ffffff;
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 1.3em;
  line-height: 1em;
  text-transform: uppercase;
  letter-spacing: 4px;
  font-family: Baskerville, Palatino Linotype, Palatino, Century, Times New Roman, serif;;
  padding: 0 20%; }

.sliderContainerNarrowSlider .fa {
  font-size: 1.8em; }

.narrowSlider-next, .narrowSlider-prev {
  position: absolute;
  top: 46%;
  margin-top: -10px;
  width: 40px;
  z-index: 1; }

.narrowSlider-prev {
  left: 35px; }

.narrowSlider-next {
  right: 35px; }

@media only screen and (max-width: 1024px) {
  .iosSliderNarrowSlider .slide-description {
    margin: 0 200px; }

  .sliderContainerNarrowSlider {
    display: block; }

  .imageGridContainer {
    display: none; } }
@media only screen and (max-width: 768px) {
  .narrowSlider-prev {
    left: 25px; }

  .narrowSlider-next {
    right: 25px; } }
@media only screen and (max-width: 420px) {
  .iosSliderNarrowSlider .slide-description {
    font-size: 0.6em;
    line-height: 1.5em;
    margin: 0 90px; }

  .narrowSlider-next, .narrowSlider-prev {
    top: 50%;
    margin-top: -18px;
    width: 20px;
    z-index: 1; }

  .iosSliderNarrowSlider .slider .item {
    float: left;
    width: 100%;
    height: 800px; }

  .sliderContainerNarrowSlider {
    height: 800px; }

  .iosSliderNarrowSlider {
    height: 800px; }

  .iosSliderNarrowSlider .slider {
    height: 800px; }

  .iosSliderNarrowSlider .slider .item {
    height: 800px; }
  
  .inner-container p{
    padding: 0 70px;
   }
   .narrowSliderHide{
    display: none;
   }
  }
@media only screen and (max-width: 320px) {
  .iosSliderNarrowSlider .slide-description {
    margin: 0 73px; }

  .narrowSlider-next, .narrowSlider-prev {
    top: 50%;
    margin-top: -17px;
    width: 18px;
    z-index: 1; } }


/*INTRO --------------------------------*/
.intro {
  width: 100%;
  height: auto;
  background-color: #424949;
  float: left;
  text-align: center;
  color: white; }

/*CONTENT --------------------------------*/
.large-div {
  height: 800px;
  background-color: #85929E;
  float: left; }

.medium-div {
  height: 380px;
  background-color: #616A6B;
  float: left;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  text-align: center; }

.medium-div1 {
  height: 380px;
  background-image: url("../images/Blurred backgrounds-1.jpg");
  float: left;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  text-align: center; }



.medium-div2 {
  height: 380px;
  background-image: url("../images/Blurred-backgrounds-2.jpg");
  float: left;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  text-align: center; }

.medium-div3 {
  height: 380px;
  background-image: url("../images/Blurred-backgrounds-3.jpg");
  float: left;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  text-align: center; }

.medium-div4 {
  height: 380px;
  background-image: url("../images/Blurred-backgrounds-4.jpg");
  float: left;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  text-align: center; }

.medium-div-content {
  text-align: center;
  width: 100%;
  top: 37%;
  margin: 0 auto;
  position: relative; }

.medium-div-image img {
  text-align: center;
  height: 50%;
  top: 25%;
  margin: 0 auto;
  position: relative; }

.medium-div h2 {
  padding-top: 25%;
  margin: 0; }

.small-div {
  height: 150px;
  background-color: #ABB2B9;
  float: left; }

.small-div-image {
  text-align: center;
  width: 50%;
  height: 50%;
  top: 25%;
  margin: 0 auto;
  position: relative; }

.small-div-image .fa {
  text-align: center;
  font-size: 1.7em;
  top: 34%;
  margin: 0 auto;
  position: relative; }

.small-div-tall {
  height: 110px;
  background-color:#f8f8f8;
    border-top: 1px solid #ddd; 
  border-bottom: 1px solid #ddd; 
  float: left; }

.small-div-tall-image {
  text-align: center;

  top: 10%;
  margin: 0 auto;
  position: relative; }

.small-div-tall-image .fa {
  text-align: center;
  font-size: 3em;
  top: 31%;
  margin: 0 auto;
  position: relative;
  color: #fff; }
  

.content-div {
  background-color: #F7F7F7;
  float: right;
  height: 760px; 
  }

.half-div {
	height:330px;
padding-top: 50px;}

.content-div-box {
  text-align: center;
  top: 15%;
  margin: 0 auto;
  position: relative; 
  color:#fff;}

.content-div p {
  padding: 0 70px; 
  color:404041;}
 

.info-div {
  background-color: #404041;
  float: left;
  display: table-cell;
  padding: 160px 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;  }

@media only screen and (max-width: 1024px) {
  .content-div {
    padding: 80px 0;
    height: auto; }

  .content-div h2 {
    margin-top: 0; }

  .content-div .button {
    width: 18%; }

  .medium-div1, .medium-div2, .medium-div3, .medium-div4 {
    height: 290px; } }
@media only screen and (max-width: 768px) {
  .content-div-box {
    top: 10%; } }
@media only screen and (max-width: 420px) {
  .content-div-box {
    top: 10%; }

  .content-div {
    padding: 80px 0;
    height: auto; }

  .content-div h2 {
    margin-top: 0; }

  .content-div p {
    padding: 0 50px; }

  .content-div .button {
    margin-top: 30px;
    width: 30%; } }
@media only screen and (max-width: 375px) {
  .content-div {
    padding: 60px 0; }

  .medium-div-content {
    top: 43%; }

  .info-div {
    padding: 60px 0; }

  .medium-div1 h2, .medium-div2 h2, .medium-div3 h2, .medium-div4 h2 {
    margin-top: 0px; } }
/*LOGO GRID SLIDER --------------------------------*/
.sliderContainerLogo {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 200px;
  clear: both;
  display: none; }

/* slider container */
.iosSliderLogo {
  position: relative;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 200px;
  clear: both; }

/* slider */
.iosSliderLogo .slider {
  width: 100%;
  height: 200px; }

/* slide */
.iosSliderLogo .slider .item {
  float: left;
  width: 25%;
  height: 200px; }

.iosSliderLogo .slider .item1, .iosSliderLogo .slider .item3, .iosSliderLogo .slider .item5, .iosSliderLogo .slider .item7,
.iosSliderLogo .slider .item9, .iosSliderLogo .slider .item11 {
  background-color: #D5D8DC; }

.iosSliderLogo .slider .item2, .iosSliderLogo .slider .item4, .iosSliderLogo .slider .item6, .iosSliderLogo .slider .item8,
.iosSliderLogo .slider .item10, .iosSliderLogo .slider .item12 {
  background-color: #ABB2B9; }

.iosSliderLogo .inner {
  position: relative;
  display: table;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  text-align: center; }

.iosSliderLogo .inner-container {
  display: table-cell;
  vertical-align: middle;
  padding-top: 7px;
  background-color:#f8f8f; }

.iosSliderLogo .slide-title {
  color: #ffffff;
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 1.3em;
  line-height: 1em;
  text-transform: uppercase;
  letter-spacing: 4px;
  font-family: Baskerville, Palatino Linotype, Palatino, Century, Times New Roman, serif;
  padding: 0 20%; }

.sliderContainerLogo .fa {
  font-size: 1.8em; }

.logo-next, .logo-prev {
  position: absolute;
  top: 46%;
  margin-top: -10px;
  width: 40px;
  z-index: 1; }

.logo-prev {
  left: 35px; }

.logo-next {
  right: 35px; }

@media only screen and (max-width: 1024px) {
  .iosSliderLogo .slide-description {
    margin: 0 200px; }

  .sliderContainerLogo {
    display: block; }

  .imageGridContainer {
    display: none; } }
@media only screen and (max-width: 768px) {
  .logo-prev {
    left: 25px; }

  .logo-next {
    right: 25px; } }
@media only screen and (max-width: 420px) {
  .iosSliderLogo .slide-description {
    font-size: 0.6em;
    line-height: 1.5em;
    margin: 0 90px; }

  .logo-next, .logo-prev {
    top: 50%;
    margin-top: -18px;
    width: 20px;
    z-index: 1; }

  .iosSliderLogo .slider .item {
    float: left;
    width: 150px; }

  .sliderContainerLogo {
    height: 150px; }

  .iosSliderLogo {
    height: 150px; }

  .iosSliderLogo .slider {
    height: 150px; }

  .iosSliderLogo .slider .item {
    height: 150px; } }
@media only screen and (max-width: 320px) {
  .iosSliderLogo .slide-description {
    margin: 0 73px; }

  .logo-next, .logo-prev {
    top: 50%;
    margin-top: -17px;
    width: 18px;
    z-index: 1; } }


/*LOGO GRID SLIDER 2--------------------------------*/
.sliderContainerLogo2 {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 110px;
  clear: both;
  display: none; }

/* slider container */
.iosSliderLogo2 {
  position: relative;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 110px;
  clear: both; }

/* slider */
.iosSliderLogo2 .slider {
  width: 100%;
    height: 110px;
  }

/* slide */
.iosSliderLogo2 .slider .item {
  float: left;
  width: 25%;
  height: 110px;  
  background-color:#f8f8f8;
  border-top: 1px solid #ddd; 
  border-bottom: 1px solid #ddd;}

/*.iosSliderLogo2 .slider .item1, .iosSliderLogo .slider .item3, .iosSliderLogo .slider .item5{
  background-color: #515A5A; }

.iosSliderLogo2 .slider .item2, .iosSliderLogo .slider .item4, .iosSliderLogo .slider .item6{
  background-color: #707B7C; }*/

.iosSliderLogo2 .inner {
  position: relative;
  display: table;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  text-align: center; }

.iosSliderLogo2 .inner-container {
  display: table-cell;
  vertical-align: middle;
  padding-top: 7px; }

.iosSliderLogo2 .slide-title {
  color: #ffffff;
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 1.3em;
  line-height: 1em;
  text-transform: uppercase;
  letter-spacing: 4px;
  font-family:  Baskerville, Palatino Linotype, Palatino, Century, Times New Roman, serif;
  padding: 0 20%; }

.sliderContainerLogo2 .fa {
  font-size: 3em;
  color: white; }

.logo-next2, .logo-prev2 {
  position: absolute;
  top: 46%;
  margin-top: -10px;
  width: 40px;
  z-index: 1; }

.logo-prev2 {
  left: 35px; }

.logo-next2 {
  right: 35px; }

@media only screen and (max-width: 1024px) {
  .iosSliderLogo2 .slide-description {
    margin: 0 200px; }

  .sliderContainerLogo2 {
    display: block; }

  .imageGridContainer {
    display: none; } }
@media only screen and (max-width: 768px) {
  .logo-prev2 {
    left: 25px; }

  .logo-next2 {
    right: 25px; } }
@media only screen and (max-width: 420px) {
  .iosSliderLogo2 .slide-description {
    font-size: 0.6em;
    line-height: 1.5em;
    margin: 0 90px; }

  .logo-next2, .logo-prev2 {
    top: 50%;
    margin-top: -18px;
    width: 20px;
    z-index: 1; }

  .iosSliderLogo2 .slider .item {
    float: left;
    width: 50%;
    height: 110px; }

  .sliderContainerLogo2 {
    height: 110px;
	border-bottom: 1px solid #ddd; }

  .iosSliderLogo2 {
    height: 110px; }

  .iosSliderLogo2 .slider {
    height: 110px; }

  .iosSliderLogo2 .slider .item {
    height: 110px; } }
@media only screen and (max-width: 320px) {
  .iosSliderLogo2 .slide-description {
    margin: 0 73px; }

  .logo-next2, .logo-prev2 {
    top: 50%;
    margin-top: -17px;
    width: 18px;
    z-index: 1; } }

/*TESTIMONIAL --------------------------------*/
.testimonial {
  background-color: #424949;
  float: left;
  text-align: center;
  color: #fff; }

.testimonial h2 {
  margin: 50px; }

.testimonial h3 {
  font-size: 2.3em; }

@media only screen and (max-width: 768px) {
  .testimonial h2 {
    margin: 0; }

  .testimonial h3 {
    font-size: 1.6em;
    margin-bottom: 0; } }
/*INFO SLIDER --------------------------------*/
.sliderContainerInfo {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 300px;
  clear: both; }

/* slider container */
.iosSliderInfo {
  position: relative;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 300px;
  clear: both; }

/* slider */
.iosSliderInfo .slider {
  width: 100%;
  height: 300px; }

/* slide */
.iosSliderInfo .slider .item {
  float: left;
  width: 100%;
  height: 300px; }

.iosSliderInfo .slider .item1 {
  background-color: #424949; }

.iosSliderInfo .slider .item2 {
  background-color: #424949; }

.iosSliderInfo .slider .item3 {
  background-color: #424949; }

.iosSliderInfo .inner {
  position: relative;
  display: table;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  text-align: center; }

.iosSliderInfo .inner-container {
  display: table-cell;
  vertical-align: middle;
  padding-top: 10px; }

.iosSliderInfo .slide-title {
  color: #ffffff;
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 1.3em;
  line-height: 1em;
  text-transform: uppercase;
  letter-spacing: 4px;
  font-family: Baskerville, Palatino Linotype, Palatino, Century, Times New Roman, serif;
  padding: 0 20%; }

.iosSliderInfo .slide-description {
  color: #ffffff;
  font-size: 0.8em;
  line-height: 2em;
  letter-spacing: 2px;
  margin: 0 70px 0 70px;
  font-family: Baskerville, Palatino Linotype, Palatino, Century, Times New Roman, serif; }

@media only screen and (max-width: 768px) {
  .iosSliderInfo .slide-description {
    font-size: 0.7em;
    line-height: 1.5em; } }
/*SOCIAL MEDIA --------------------------------*/
.socialBox {
  height: 260px;
  background-color: #616A6B;
  float: left;
  text-align: center; }

.socialBoxContent {
  text-align: center;
  top: 10%;
  margin: 0 auto;
  position: relative; }

.socialBox p {
  font-size: 1em;
  line-height: 2em;
  text-align: center;
  color: white;
  margin: 20px 50px; }

.socialBox img {
  text-align: center;
  height: 50%;
  top: 25%;
  margin: 0 auto;
  position: relative; }

.socialBox .fa {
  font-size: 4em;
  text-align: center;
  top: 39%;
  margin: 0 auto;
  position: relative; }

.socialBox .fa:hover {
  color: black;
  -webkit-transition: color .2s ease-in;
  -moz-transition: color .2s ease-in;
  -ms-transition: color .2s ease-in;
  -o-transition: color .2s ease-in;
  transition: color .2s ease-in; }

.socialIcon {
  width: 25px;
  float: left;
  margin-right: 8px; }

.socialIcon .fa {
  font-size: 1.3em; }

.socialIcon .fa:hover {
  color: #B2BABB;
  -webkit-transition: color .2s ease-in;
  -moz-transition: color .2s ease-in;
  -ms-transition: color .2s ease-in;
  -o-transition: color .2s ease-in;
  transition: color .2s ease-in; }

.socialIconBox {
  padding-left: 40px;
  width: 150px; }

.sliderImagesBox {
  padding: 40px 0;
  width: 100%;
  float: left; }

.socialSlider {
  background-color: #424949;
  float: left;
  text-align: center;
  color: #fff; }

.social-next, .social-prev {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  width: 40px;
  height: 80px;
  z-index: 1; }

.social-prev {
  left: 60px; }

.social-next {
  right: 60px; }

@media only screen and (max-width: 1024px) {
  .socialBoxContent {
    top: 15%; } }
@media only screen and (max-width: 768px) {
  .socialBox p {
    font-size: 0.8em;
    line-height: 1.5em; }

  .socialBoxContent {
    text-align: center;
    top: 20%; } }
@media only screen and (max-width: 420px) {
  .social-prev {
    left: 28px; }

  .social-next {
    right: 28px; }

  .social-next, .social-prev {
    top: 50%;
    margin-top: -10px;
    width: 25px;
    height: 80px;
    z-index: 1; }

  .socialIconBox {
    padding-left: 39px; } }
@media only screen and (max-width: 320px) {
  .socialBox {
    height: 270px; }

  .social-next, .social-prev {
    top: 50%;
    margin-top: -10px;
    width: 14px;
    height: 80px;
    z-index: 1; }

  .socialBoxContent {
    top: 13%; } }
/*SOCIAL MEDIA SLIDER --------------------------------*/
.sliderContainerSocial {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 300px;
  clear: both; }

/* slider container */
.iosSliderSocial {
  position: relative;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 300px;
  clear: both; }

/* slider */
.iosSliderSocial .slider {
  width: 100%;
  height: 300px; }

/* slide */
.iosSliderSocial .slider .item {
  float: left;
  width: 100%;
  height: 300px; }

.iosSliderSocial .slider .item1 {
  background-color: #00aced; }

.iosSliderSocial .slider .item2 {
  background-color: #00aced; }

.iosSliderSocial .slider .item3 {
  background-color: #00aced; }

.iosSliderSocial .inner {
  position: relative;
  display: table;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  text-align: center; }

.iosSliderSocial .inner-container {
  display: table-cell;
  vertical-align: middle;
  padding-top: 15px; }

.iosSliderSocial .slide-title {
  color: #ffffff;
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 1.3em;
  line-height: 1em;
  text-transform: uppercase;
  letter-spacing: 4px;
  font-family: Baskerville, Palatino Linotype, Palatino, Century, Times New Roman, serif;
  padding: 0 20%; }

.iosSliderSocial .slide-description {
  color: #ffffff;
  font-size: 1em;
  line-height: 2em;
  letter-spacing: 2px;
  margin: 0 70px 0 70px;
  font-family: Baskerville, Palatino Linotype, Palatino, Century, Times New Roman, serif; }

@media only screen and (max-width: 1024px) {
  .iosSliderSocial .slide-description {
    margin: 0 200px; } }
@media only screen and (max-width: 768px) {
  .iosSliderSocial .slide-title {
    font-size: 0.8em;
    line-height: 1em; }

  .iosSliderSocial .slide-description {
    font-size: 0.6em;
    line-height: 1.5em;
    margin: 0 145px; } }
@media only screen and (max-width: 420px) {
  .iosSliderSocial .slide-description {
    font-size: 0.6em;
    line-height: 1.5em;
    margin: 0 90px; } }
@media only screen and (max-width: 320px) {
  .iosSliderSocial .slide-description {
    margin: 0 73px; } }
/*PRODUCTS --------------------------------*/
.productBox {
  height: 400px;
  background-color: #616A6B;
  float: left;
  text-align: center; }

.productBoxContent {
  text-align: center;
  width: 70%;
  height: auto;
  top: 25%;
  margin: 0 auto;
  position: relative; }

.productBoxContent h3 {
  margin-bottom: 0;
  margin-top: 0; }

.productBox p {
  font-size: 0.9em;
  line-height: 2em;
  text-align: center;
  color: white;
  margin: 20px 50px; }

.productBox img {
  text-align: center;
  margin-top: 10px; }

@media only screen and (max-width: 380px) {
  .productBox {
    height: 380px; }

  .productBoxContent {
    top: 29%; } }
/*MAP --------------------------------*/
.map {
  padding: 148px 0;
  background-color: #7F8C8D;
  float: left;
  text-align: center;
  color: #fff; }

.map2 {
  height: 400px;
  background-color: #7F8C8D;
  float: left;
  text-align: center;
  color: #fff; }

.map h3 {
  font-size: 2.6em; }

.mapContent {
  text-align: center;
  width: 50%;
  height: 50%;
  top: 20%;
  margin: 0 auto;
  position: relative; }

#find-map {
  height: 550px;
  margin: 0 auto;
  width: 100%;
  z-index: 0; }

#find-map2 {
  height: 400px;
  margin: 0 auto;
  width: 100%;
  z-index: 0; }

@media only screen and (max-width: 1024px) {
  #find-map {
    height: 450px; } }
@media only screen and (max-width: 414px) {
  #find-map {
    height: 420px; } }
@media only screen and (max-width: 320px) {
  #find-map {
    height: 350px; } }

/*INNER --------------------------------*/
.innerPgImage {
  padding: 210px 0 0 0;
  background-color: #000;
  float: left;
  text-align: center;
  color: #404041;
  height:210px; 
  background-size:cover;
  }
  
   .inner h1 {
  margin: 100px 0 0 0;
  color:#fff; }
  
  
  .inner-div-box {
  text-align: center;
  padding: 0 70px;
  margin: 0 auto;
  position: relative; }
  

/*CONTACT --------------------------------*/
.contact {
  padding: 50px 0;
  background-color: #fff;
  float: left;
  text-align: center;
  color: #404041; }

.contact h2 {
  margin: 40px;
  color:#2c365d; }

.contact h4 {
	color:#949494;}

.contact2 {
  height: 400px;
  background-color: #ABB2B9;
  float: left;
  text-align: left;
  color: #fff; }

.contact2 p h2 h4 {
  text-align: left; }

.contact-div-box {
  text-align: center;
  padding: 0 70px;
  margin: 0 auto;
  position: relative; }
  
.contact-div-box p {
color:#404041;}

.contact-div-box .fa {
  padding: 10px;
  font-size: 1.8em; }

.contact-div-box a .fa:hover {
  color: #e9e9e9;
  -webkit-transition: color .2s ease-in;
  -moz-transition: color .2s ease-in;
  -ms-transition: color .2s ease-in;
  -o-transition: color .2s ease-in;
  transition: color .2s ease-in; }

.contact-div-box2 {
  text-align: center;
  top: 17%;
  margin: 0 auto;
  position: relative; }

@media only screen and (max-width: 768px) {
  .contact-div-box2 {
    top: 24%; } }
@media only screen and (max-width: 420px) {
  .contact2 {
    height: 320px; } }
@media only screen and (max-width: 420px) {
  .contact {
    padding: 60px 0; } }
/*FOOTER 1 --------------------------------*/
footer {
  width: 100%;
  height: 290px;
  background-color: #000000;
  padding: 75px 0;
  letter-spacing: 1px;
  line-height: 1em;
  float: left; }

footer h4 {
  text-transform: uppercase;
  color: #fff;
  font-size: 1em;
  text-align: left;
  margin-left: 40px; }

footer p {
  color: white;
  font-size: 0.8em;
  text-align: left;
  margin-left: 40px; }

.footer-container, .footer-containerFull {
  float: left; }

.footer-container {
  width: 30%;
  padding: 0 90px; }

.footer-containerFull {
  width: 100%;
  padding: 50px 30px 0 30px;
  color: #666; }

footer .footer-container-logo {
  width: 39%;
  padding: 0 90px;
  float: left;
  margin-right: 50px; }

footer .footer-container-logo h3 {
  text-align: left;
  margin: 50px 0 0 40px; }

@media only screen and (max-width: 1024px) {
  footer .footer-container-logo {
    width: 33%;
    margin-right: 0;
    padding: 0 90px; }

  footer .footer-container-logo h3 {
    margin: 15px 0 0 40px; }

  .logo-footer {
    margin-left: 20px; }
	

  footer {
    height: 468px; } }
@media only screen and (max-width: 768px) {
  footer {
    height: 415px; }

  .footer-container {
    padding: 0 55px;
	}

  footer .footer-container-logo {
    width: 30%;
    margin-right: 0;
    padding: 0 55px; }

  footer .footer-container-logo h3 {
    margin: 15px 0 0 70px; }

  .logo-footer {
    margin-left: 0; }

  footer p {
    font-size: 0.8em;
    margin-left: 17px; }

  footer h4 {
    margin-left: 17px; 
	color:#fff; } }
@media only screen and (max-width: 420px) {
  footer .footer-container-logo {
    width: 46%;
    margin-right: 0;
    padding: 0 0px;
    margin-left: 24px; }

  footer .footer-container-logo h3 {
    margin: 15px 0 0 40px; }

  footer .footer-container {
    margin-left: 24px;
    padding: 0;
    width: 41%; }

  footer {
    height: 420px; }

  footer h4 {
    font-size: 0.7em; }

  footer p {
    font-size: 0.6em; } }
@media only screen and (max-width: 375px) {
  footer .footer-container-logo {
    width: 40%; }

  footer {
    padding: 60px 0; } }
@media only screen and (max-width: 375px) {
  footer .footer-container {
    margin-left: 16px;
    padding: 0;
    width: 39%; }

  footer .footer-container-logo {
    margin-left: 18px; } }
@media only screen and (max-width: 320px) {
  .logo-footer2 {
    margin-left: 28px; } }
/*FOOTER 2 --------------------------------*/
.footer2 {
  width: 100%;
  height: 140px;
  background-color: #404041;
  padding: 50px 0;
  letter-spacing: 1px;
  text-align: left;
  line-height: 1em;
  float: left; }

.footer2 h3 {
  text-transform: uppercase;
  color: white;
  text-align: left;
  margin-left: 40px; }

.footer2 h4 {
  text-transform: uppercase;
  color: #fff;
  font-size: 1em;
  text-align: left;
  margin-left: 40px; }

.footer2 p {
  color: #D5D8DC;
  font-size: 0.8em;
  text-align: left;
  margin-left: 40px;
  line-height: 1.2em; }

.footer-container-logo2 {
  width: 39%;
  padding: 0 90px;
  float: left; }

@media only screen and (max-width: 1024px) {
  .footer-container {
    width: 33%;
    margin-bottom: 10px; }

  .footer2 .footer-container {
    width: 22%;
    padding: 0 20px; }

  .footer2 {
    height: 150px; }

  .footer-container-logo2 {
    width: 30%; }

  .footer-container-logo2 p {
    display: none; } }
@media only screen and (max-width: 768px) {
  .footer2 .footer-container {
    width: 35%;
    padding: 0 25px; }

  .footer-container-logo2 {
    padding: 0 25px; }

  .footer2 {
    height: 310px; }

  .footer2 .footer-container:nth-child(2) {
    clear: both;
    padding-left: 27px;
    width: 30%; }

  .footer2 p {
    font-size: 0.8em; } }
@media only screen and (max-width: 420px) {
  .footer2 .footer-container {
    clear: both;
    padding: 0;
    width: 80%; }

  .footer-container-logo2 {
    padding: 0; }

  .footer2 p {
    font-size: 0.6em; }

  .footer2 .footer-container:nth-child(2) {
    clear: both;
    padding-left: 0px;
    width: 90%; }

  .footer2 {
    height: 410px; } }
@media only screen and (max-width: 375px) {
  .footer2 .footer-container {
    clear: both;
    padding: 0;
    width: 90%; }

  .footer-container-logo2 {
    padding: 0; }

  .footer2 p {
    font-size: 0.6em; }

  .footer2 .footer-container:nth-child(2) {
    clear: both;
    padding-left: 0px;
    width: 90%; }

  .footer2 {
    height: 425px; } }
@media only screen and (max-width: 420px) {
  .footer-container-logo2 {
    width: 33%; } }
/*THREE PANEL --------------------------------*/
.threePanel {
  background-color: #fff;
  height: 350px; }

.threePanel:hover {
  opacity: 0.9;
  filter: alpha(opacity=30);
   }

/*PRODUCT PANEL --------------------------------*/
.imagePanel {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  text-align: center;
  height: 350px;
  position: relative; }

.textBox {
  width: 100%;
  text-align: center;
  height: auto;
  top: 30%;
  margin: 0 auto;
  position: relative; }

.textBox h3, .textBox2 h3 {
  margin-top: 16px; }

@media only screen and (max-width: 420px) {
  .imagePanel {
    height: 380px; } }
/*SLIDER IMAGES --------------------------------*/
.sliderImages {
  background-color: #424949;
  float: left;
  text-align: center;
  color: #fff; }

.sliderImages h4 {
  font-size: 1.1em;
  display: inline;
  text-transform: uppercase; }

.sliderImages, .sliderImagesFull {
  float: left; }

.sliderImagesContainer {
  text-align: center;
  top: 10%;
  margin: 0 auto;
  position: relative;
  margin: 0 250px; }

.sliderImagesBox {
  padding: 40px 0;
  width: 100%;
  float: left; }

.small-next, .small-prev {
  position: absolute;
  margin-top: 100px;
  width: 20px;
  z-index: 1; }

.small-prev {
  left: 60px; }

.small-next {
  right: 60px; }

/* SEARCH BANNER STYLES *******************************************************
*******************************************************************************
******************************************************************************/
.search-banner-container {
  text-align: center;
  width: 80%;
  top: 25%;
  margin: 0 auto;
  position: relative;
  padding: 80px 0; }

.search-banner {
  background: #B2BABB;
  color: #ffffff;
  height: auto;
  padding: 80px 0;
  text-align: center;
  float: left; }

.search-banner select, .search-banner input {
  width: 18%;
  padding: 10px;
  float: left;
  margin: 0 10px;
  font-size: 1em; }

.search-banner select {
  padding: 9px !important; }

.search-banner select, .search-banner input {
  border: solid 5px #c9c9c9; }

.search-banner-button {
  background: #424949;
  float: left;
  width: 10%;
  padding: 13px;
  cursor: pointer;
  padding: 13px;
  letter-spacing: 1px;
  text-transform: uppercase; }

.search-banner-button:hover, .search-banner-button a:hover {
  background: #fff;
  color: #000000;
  -webkit-transition: color .2s ease-in;
  -moz-transition: color .2s ease-in;
  -ms-transition: color .2s ease-in;
  -o-transition: color .2s ease-in;
  transition: color .2s ease-in; }

.search-container {
  clear: both;
  margin: 0 auto;
  max-width: 2000px;
  width: 80%;
  position: relative; }

@media only screen and (max-width: 1024px) {
  .search-banner-button {
    float: right;
    margin: 20px 315px 0 0;
    width: 18.5%; }

  .search-banner select, .search-banner input {
    margin-right: 13.6px;
    width: 18%; }

  .search-banner-button {
    margin-right: 320px; } }
@media only screen and (max-width: 768px) {
  .search-banner-button {
    float: right;
    margin-top: 20px 315px 0 0;
    margin-right: 0;
    width: 18.5%; }

  .search-banner select, .search-banner input {
    margin: 0;
    margin: 0 0 10px 40px;
    width: 35%; }

  .search-banner-button {
    margin-right: 240px; } }
@media only screen and (max-width: 420px) {
  .search-banner input {
    width: 68%;
    margin-bottom: 10px; }

  .search-banner-button {
    margin-right: 90px;
    width: 35%; } }
@media only screen and (max-width: 375px) {
  .search-banner select, .search-banner input {
    margin: 0 0 10px 33px;
    width: 68%; }

  .search-banner-button {
    margin-right: 85px;
    width: 35%; }

  .search-banner {
    padding: 60px 0; } }
@media only screen and (max-width: 320px) {
  .search-banner select, .search-banner input {
    margin: 0 0 10px 26px; }

  .search-banner-button {
    margin-right: 70px; } }
/*SUBSCRIBE TO NEWSLETTER OPTION 1 --------------------------------*/
.submit-box {
  text-align: center;
  width: 50%;
  height: 50%;
  top: 25%;
  margin: 0 auto;
  position: relative; }

.submit-banner-button {
  background: #424949;
  width: 10%;
  cursor: pointer;
  margin: 0 auto; }

.submit-button {
  font-size: 1em;
  padding: 13px;
  letter-spacing: 1px; }

.submit-button:hover {
  color: white;
  background: #000000;
  font-size: 1em;
  padding: 13px;
  -webkit-transition: color .2s ease-in;
  -moz-transition: color .2s ease-in;
  -ms-transition: color .2s ease-in;
  -o-transition: color .2s ease-in;
  transition: color .2s ease-in; }

.submit-banner {
  background: #B2BABB;
  color: #ffffff;
  height: auto;
  padding: 80px 0;
  text-align: center; }

.submit-banner-container {
    clear: both;
    margin: 0 auto;
    max-width: 2000px;
    width: 80%;
    position: relative;
}

.submit-banner input {
  width: 18%;
  padding: 10px;
  margin-bottom: 15px;}

.submit-banner input {
  border: solid 5px #c9c9c9; }

@media only screen and (max-width: 1024px) {
  .submit-banner select, .submit-banner input {
    width: 30%; }

  .submit-banner-button {
    width: 33%; } }
@media only screen and (max-width: 420px) {
  .submit-banner input {
    width: 76%; }

  .submit-banner h3 {
    font-size: 1em; } }
@media only screen and (max-width: 375px) {
  .submit-banner {
    padding: 60px 0; } }
/*SUBSCRIBE OPTION 2 --------*/
.submit-banner2 {
  background: #424949;
  color: #ffffff;
  height: auto;
  padding: 40px 0;
  text-align: center; }

.submit-banner2 select, .submit-banner2 input {
  width: 20%;
  padding: 10px;
  margin: 0 10px;
  float: left; }

.submit-banner2 select {
  padding: 9px !important; }

.submit-banner2 select, .submit-banner2 input {
  border: solid 5px #c9c9c9; }

.submit-banner-button2 {
  background: #000000;
  width: 10%;
  cursor: pointer;
  margin: 0 auto;
  float: left; }

.submit-button2 {
  font-size: 1em;
  padding: 13px;
  letter-spacing: 1px; }

.submit-button2:hover {
  background: #B2BABB;
  font-size: 1em;
  padding: 13px; }

.search-container h3 {
  margin: 10px 20px 10px 120px;
  float: left; }

@media only screen and (max-width: 1024px) {
  .submit-banner2 input {
    width: 25%; } }
/* ABOUT STYLES **************************************************************
*******************************************************************************
******************************************************************************/
.about {
  background-color: #424949;
  padding: 100px 0;
  width: 100%;
  height: auto;
  margin: 0 auto; }

.aboutBox {
  background-color: #707B7C;
  width: 20%;
  height: 50%;
  padding: 80px 0;
  margin-left: 75px;
  float: left;
  text-align: center; }

.about-container {
  text-align: center;
  width: 50%;
  height: 50%;
  top: 25%;
  margin: 0 auto;
  position: relative; }

@media only screen and (max-width: 1024px) {
  .aboutBox {
    width: 39%;
    margin-bottom: 40px; } }
@media only screen and (max-width: 420px) {
  .aboutBox {
    width: 74%;
    margin-left: 13%; } }
/* PARALLAX PAGE STYLES **************************************************************************************************************
**************************************************************************************************************************************
*************************************************************************************************************************************/
.parallax-container {
  width: 100%;
  height: 400px;
  padding-top: 290px; }

@media only screen and (max-width: 420px) {
  .parallax-container {
    padding-top: 160px; } }
.parallax-content {
  font-size: 1em;
  text-align: center;
  padding: 0 18%;
  color: white;
  font-family: arial;
  line-height: 1.5em; }

#home {
  background: url("../images/photo-3.jpg") 50% 0 no-repeat fixed;
  min-height: 1000px;
  background-size: cover;
  height: 1000px;
  margin: 0 auto;
  width: 100%;
  max-width: 1920px;
  position: relative; }

#about {
  background: url("../images/photo-2.jpg") 50% 0 no-repeat fixed;
  min-height: 1000px;
  background-size: cover;
  height: 1000px;
  margin: 0 auto;
  width: 100%;
  max-width: 1920px;
  position: relative;
  -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.8);
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.8); }

#news {
  background: url("../images/photo-5.jpg") 50% 0 no-repeat fixed;
  min-height: 1000px;
  background-size: cover;
  height: 1000px;
  margin: 0 auto;
  width: 100%;
  max-width: 1920px;
  position: relative;
  -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.8);
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.8); }

#home h2, #news h2, #contact h2, #about h2 {
  color: white;
  text-align: center;
  top: 150px;
  width: 100%;
  font-size: 4em;
  text-transform: uppercase; }

@media only screen and (max-width: 768px) {
  #home h2, #news h2, #contact h2, #about h2 {
    font-size: 3em; } }
#contact {
  background: url("../images/photo-4.jpg") 50% 0 no-repeat fixed;
  min-height: 1000px;
  background-size: cover;
  height: 1000px;
  margin: 0 auto;
  width: 100%;
  max-width: 1920px;
  position: relative;
  -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.8);
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.8); }

#content {
  background-color: #ffffff;
  background-size: cover;
  height: 630px;
  margin: 0 auto;
  width: 100%;
  max-width: 1920px;
  position: relative;
  -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.8);
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.8); }

#content h2 {
  color: black;
  text-align: center;
  top: 100px;
  width: 100%;
  font-size: 4em;
  text-transform: uppercase; }

@media only screen and (max-width: 768px) {
  #content {
    height: 590px; } }
#content .parallax-content {
  color: black;
  text-align: center;
  font-size: 0.9em; }

.button2 {
  border: 2px solid white;
  color: white;
  font-size: 0.8em;
  padding: 10px;
  width: 10%;
  margin: 0 auto;
  margin-top: 30px;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.5s ease 0s;
  letter-spacing: 0.1em;
  clear: both; }

.button2:hover {
  cursor: pointer;
  background-color: #ffffff;
  border: 2px solid white;
  color: #000; }

@media only screen and (max-width: 768px) {
  .button2 {
    width: 25%; } }
#nav2 {
  background-color: #292929;
  width: 100%;
  margin: 0;
  position: fixed;
  z-index: 3; }

#nav2 ul {
  text-align: right;
  padding-right: 40px; }

#nav2 li {
  text-decoration: none;
  text-transform: uppercase;
  font-size: 1.2em;
  list-style-type: none;
  color: #fff;
  display: inline-block;
  padding: 25px;
  letter-spacing: 0.05em; }

@media only screen and (max-width: 420px) {
  #nav2 li {
    font-size: 0.6em; }

  #nav2 ul {
    padding-right: 25px; } }
.section-container {
  width: 100%;
  height: auto;
  padding-top: 20px; }

.testimonial-text {
  padding: 50px 100px;
  vertical-align: middle;
  height: 100%; }

@media only screen and (max-width: 768px) {
  .testimonial-text {
    padding: 50px 15px; } }
.box1 {
  background-color: grey;
  color: white;
  width: 22%;
  height: 300px;
  margin-left: 2.5%;
  text-align: center;
  float: left; }

.box1 p {
  padding: 123px 0; }

@media only screen and (max-width: 768px) {
  .box1 {
    height: 200px; }

  .box1 p {
    padding: 80px 0; } }
@media only screen and (max-width: 420px) {
  .box1 {
    height: 120px; }

  .box1 p {
    padding: 34px 0; } }
.element {
  background: #000000;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #000000 0%, #dddddd 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #000000 0%, #dddddd 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #000000 0%, #dddddd 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#dddddd',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */ }
