@font-face {
  font-family: "Open Sans";
  src: url("fonts/OpenSans-Regular.ttf"); }
@font-face {
  font-family: 'fontello';
  src: url("fonts/Okay_Icons/font/okayicons.eot");
  src: url("fonts/Okay_Icons/font/okayicons.eot") format("embedded-opentype"), url("fonts/Okay_Icons/font/okayicons.woff") format("woff"), url("fonts/Okay_Icons/font/okayicons.ttf") format("truetype"), url("fonts/Okay_Icons/font/okayicons.svg") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'fontelloTwo';
  src: url("fonts/Okay_Icons_2/font/fontello.eot");
  src: url("fonts/Okay_Icons_2/font/fontello.eot") format("embedded-opentype"), url("fonts/Okay_Icons_2/font/fontello.woff") format("woff"), url("fonts/Okay_Icons_2/font/fontello.ttf") format("truetype"), url("fonts/Okay_Icons_2/font/fontello.svg") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "Graphik Med";
  src: url("fonts/Graphik-Medium.otf"); }
@font-face {
  font-family: "Graphik Reg";
  src: url("fonts/Graphik-Regular.otf"); }
@font-face {
  font-family: "Graphik Light";
  src: url("fonts/Graphik-Light.otf"); }
body {
  height: 100%;
  width: 100%;
  margin: 0;
  font-size: 16px;
  -webkit-font-smoothing: antialiased; }

h1, h2, h3, h4, h5, h6 {
  font-size: 16px; }

html {
  width: 100%; }

#main {
  padding: 90px 0 0 0; }

#page {
  margin: auto; }

/*
.loading-gif{
	position:absolute;
	width:40px;
	height:40px;
	left:50%;
	top:50%;
	transform:translate(-20px,-20px);
	z-index:-1;
	img{
		width:40px;
		height:40px;
	}
}
*/
.color-overlay:before {
  content: '';
  position: absolute;
  display: inline-block;
  top: 0;
  bottom: 0px;
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 1; }

.home-main-region .color-overlay:before {
  bottom: 4px; }

.color-overlay .overlay-item {
  position: absolute;
  display: inline-block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 1; }

.color-overlay:hover:before {
  opacity: .7; }

.hover-title {
  position: relative; }
  .hover-title .desktop-title {
    display: none;
    line-height: 1.3em;
    margin: 0;
    color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
    opacity: 0;
    transition: all 0.3s ease;
    text-align: center;
    width: calc(100% - 20px); }
    .hover-title .desktop-title a {
      color: #fff;
      text-decoration: none; }
    .hover-title .desktop-title h4 {
      font-family: "Graphik Reg", Arial, Helvetica, sans-serif;
      font-size: 1.25em;
      line-height: 1.4em;
      font-weight: normal;
      margin: 0;
      color: #fff; }
    .hover-title .desktop-title p {
      margin: 0;
      color: #fff;
      font-family: "Graphik Reg", Arial, Helvetica, sans-serif;
      font-size: 1.25em;
      line-height: 1.4em;
      font-weight: normal; }
  .hover-title:hover .desktop-title {
    opacity: 1; }

.mobile-title {
  display: block; }

#main-region {
  min-height: 500px;
  margin: auto; }

.browser-update-hide {
  display: none !important; }

#browser-update,
#ie-update,
#chrome-update,
#safari-update,
#ff-update {
  display: none; }

#browser-update {
  height: 100%; }
  #browser-update #browser-update-inner {
    width: 49.25%;
    margin: 0 0 0 50.75%; }
  #browser-update h3 {
    font-family: "Graphik Reg", Arial, Helvetica, sans-serif;
    font-size: 1.25em;
    line-height: 1.4em;
    color: #aaaaaa;
    font-weight: normal;
    margin: 0; }
  #browser-update p {
    font-family: "Graphik Reg", Arial, Helvetica, sans-serif;
    font-size: 1.25em;
    line-height: 1.4em;
    color: #222222;
    font-weight: normal;
    margin: 10px 0 0 0; }
  #browser-update div {
    margin: 15px 0 0 0; }
    #browser-update div a {
      font-family: "Graphik Reg", Arial, Helvetica, sans-serif;
      font-size: 1.25em;
      line-height: 1.4em;
      color: #222222;
      font-weight: normal;
      text-decoration: none; }
    #browser-update div a:hover {
      text-decoration: underline; }

.isotope,
.isotope .isotope-item {
  /* change duration value to whatever you like */
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s; }

.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width; }

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity; }

/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s; }

@media only screen and (max-width: 1250px) {
  #fourohfour h3 {
    font-family: "Graphik Reg", Arial, Helvetica, sans-serif;
    font-size: 1.1em;
    line-height: 1.4em;
    color: #aaaaaa;
    font-weight: normal; }
  #fourohfour p {
    font-family: "Graphik Reg", Arial, Helvetica, sans-serif;
    font-size: 1.1em;
    line-height: 1.4em;
    color: #222222;
    font-weight: normal; }

  #browser-update h3 {
    font-family: "Graphik Reg", Arial, Helvetica, sans-serif;
    font-size: 1.1em;
    line-height: 1.4em;
    color: #aaaaaa;
    font-weight: normal; }
  #browser-update p {
    font-family: "Graphik Reg", Arial, Helvetica, sans-serif;
    font-size: 1.1em;
    line-height: 1.4em;
    color: #222222;
    font-weight: normal; }
  #browser-update div a {
    font-family: "Graphik Reg", Arial, Helvetica, sans-serif;
    font-size: 1.1em;
    line-height: 1.4em;
    color: #222222;
    font-weight: normal; } }
@media only screen and (max-width: 1050px) {
  #main {
    padding: 80px 0 0 0; }

  #fourohfour {
    width: auto;
    margin: 0 20px 150px 20px; }
    #fourohfour h3 {
      font-family: "Graphik Reg", Arial, Helvetica, sans-serif;
      font-size: 1em;
      line-height: 1.4em;
      color: #aaaaaa;
      font-weight: normal; }
    #fourohfour p {
      font-family: "Graphik Reg", Arial, Helvetica, sans-serif;
      font-size: 1em;
      line-height: 1.4em;
      color: #222222;
      font-weight: normal; } }
@media only screen and (max-width: 650px) {
  #browser-update #browser-update-inner {
    width: 94%;
    margin: auto; } }
.home-main-region {
  width: 1340px;
  margin: auto;
  margin-top: 10px; }

#home-section-one-thumbs {
  margin: 20px 0 0 0;
  position: relative; }
  #home-section-one-thumbs a {
    display: block; }
  #home-section-one-thumbs .home-small-thumb,
  #home-section-one-thumbs .home-med-thumb {
    display: none !important; }
  #home-section-one-thumbs .home-large-thumb {
    width: 100%;
    max-width: 100%;
    height: auto;
    margin: auto; }
  #home-section-one-thumbs .carousel-title {
    opacity: 0;
    height: 0;
    width: 0;
    margin: 0; }
    #home-section-one-thumbs .carousel-title p {
      margin: 0;
      width: 0;
      height: 0;
      opacity: 0; }

#home-section-one {
  margin-top: 40px; }
  #home-section-one a {
    display: block; }
    #home-section-one a .color-overlay {
      display: block;
      position: relative; }
  #home-section-one .home-large-thumb {
    display: block; }
  #home-section-one .home-med-thumb {
    display: none; }
  #home-section-one .slick-slide {
    position: relative; }
    #home-section-one .slick-slide img {
      width: 100%; }
    #home-section-one .slick-slide .carousel-title {
      opacity: 0;
      transition: all 0.3s ease;
      font-family: "Graphik Reg", Arial, Helvetica, sans-serif;
      font-size: 1.25em;
      line-height: 1.4em;
      font-weight: normal;
      line-height: 1.3em;
      color: white;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      margin-top: -20px;
      text-decoration: none;
      z-index: 2; }
      #home-section-one .slick-slide .carousel-title p {
        margin: 0; }
  #home-section-one .slick-dots {
    bottom: initial;
    top: 50%;
    left: 50%;
    transform: translate(-50%);
    width: 90px;
    height: 22px;
    opacity: 0;
    transition: all 0.3s ease; }
    #home-section-one .slick-dots li.slick-active button:before {
      color: white !important;
      background: white !important; }
    #home-section-one .slick-dots li button:before {
      color: white !important;
      border: 2px solid white;
      border-radius: 99px;
      opacity: 1 !important;
      width: 9px !important;
      height: 9px !important;
      content: '' !important;
      transition: all 0.3s ease; }
    #home-section-one .slick-dots li button:hover:before {
      background: white; }
  #home-section-one:hover a .color-overlay .overlay-item {
    opacity: 0.7; }
  #home-section-one:hover .slick-dots {
    opacity: 1; }
  #home-section-one:hover .slick-slide .carousel-title {
    opacity: 1; }

#home-section-one-thumbs:hover img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
#home-section-one-thumbs:hover .color-overlay .overlay-item {
  opacity: .7; }

#home-section-one-thumbs a:before {
  display: none; }

#home-introduction {
  width: 100%;
  margin: 0; }
  #home-introduction p {
    width: 100%; }
  #home-introduction #home-introduction-heading {
    font-family: "Graphik Med", Arial, Helvetica, sans-serif;
    font-size: 1.5em;
    line-height: 1.4em;
    color: #222222;
    font-weight: 100;
    margin: 40px 0 10px 50.75%;
    width: 49.25%;
    float: left; }
  #home-introduction #home-introduction-text {
    font-family: "Graphik Reg", Arial, Helvetica, sans-serif;
    font-size: 1.25em;
    line-height: 1.4em;
    color: #222222;
    font-weight: normal;
    margin: 0 0 70px 50.75%;
    width: 49.25%;
    float: left; }
    #home-introduction #home-introduction-text p {
      margin: 0; }
    #home-introduction #home-introduction-text a {
      font-size: 1em;
      -webkit-transition: all 0.2s ease;
      -moz-transition: all 0.2s ease;
      -o-transition: all 0.2s ease;
      transition: all 0.2s ease;
      text-decoration: none; }
  #home-introduction #home-introduction-link {
    display: inline-block;
    margin-top: 10px; }

.home-featured-bottom {
  margin-bottom: 40px;
  width: 49.25%;
  position: relative; }
  .home-featured-bottom .title {
    border-bottom: 1px solid #ffffff;
    float: left;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .home-featured-bottom .sub-header {
    float: left;
    clear: both;
    margin: 2px 0 0 0; }

.home-featured-bottom:hover .home-section-two-thumbs img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
.home-featured-bottom:hover .color-overlay:before {
  opacity: .7; }

.home-section-two-thumbs {
  margin: 0 0 1.3% 0;
  position: relative; }
  .home-section-two-thumbs .home-med-thumb {
    max-width: 100% !important; }
  .home-section-two-thumbs .home-small-thumb,
  .home-section-two-thumbs .home-large-thumb {
    display: none !important; }

.home-featured-bottom-title-wrap .title {
  font-family: "Graphik Reg", Arial, Helvetica, sans-serif;
  font-size: 1.25em;
  line-height: 1.4em;
  font-weight: normal;
  line-height: 1.3em;
  margin: 0; }
.home-featured-bottom-title-wrap .sub-header {
  font-family: "Graphik Reg", Arial, Helvetica, sans-serif;
  font-size: 1.25em;
  line-height: 1.4em;
  font-weight: normal;
  margin: 0 0 40px 0; }

.featured-even {
  float: left; }

.featured-odd {
  float: right; }

#home-news-section {
  width: 100%;
  background: #F8F8F8;
  margin: 70px 0 0 0; }

#home-news-inner {
  width: 1340px;
  margin: auto; }

#news-text {
  width: 100%;
  margin: 0;
  padding: 65px 0 70px 0; }

#news-heading {
  font-family: "Graphik Med", Arial, Helvetica, sans-serif;
  font-size: 1.5em;
  line-height: 1.4em;
  color: #222222;
  font-weight: 100;
  margin: 0 0 0 50.75%;
  width: 49.25%;
  float: left; }

#news-text-text {
  font-family: "Graphik Reg", Arial, Helvetica, sans-serif;
  font-size: 1.25em;
  line-height: 1.4em;
  color: #222222;
  font-weight: normal;
  margin: 10px 0 0 50.75%;
  width: 49.25%;
  float: left; }
  #news-text-text p {
    margin: 0; }
  #news-text-text a {
    font-size: 1em;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    text-decoration: none; }

#news-text-link {
  display: inline-block;
  margin-top: 10px; }

.home-news-post {
  float: left;
  margin-bottom: 110px; }
  .home-news-post a {
    text-decoration: none; }
  .home-news-post .color-overlay:before {
    bottom: 4px; }

.home-news-post:hover img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
.home-news-post:hover .color-overlay:before {
  opacity: .7; }

.home-news-thumb-wrap {
  position: relative; }
  .home-news-thumb-wrap .home-news-small-thumb,
  .home-news-thumb-wrap .home-news-med-thumb {
    max-width: 100%;
    height: auto; }
  .home-news-thumb-wrap .home-news-med-thumb {
    display: none !important; }

.home-news-number-1,
.home-news-number-2,
.home-news-number-3 {
  margin: 0 20px 0 0; }

.home-news-title {
  font-family: "Graphik Reg", Arial, Helvetica, sans-serif;
  font-size: 1.25em;
  line-height: 1.4em;
  font-weight: normal;
  line-height: 1.3em;
  margin: 10px 0 0 0;
  border-bottom: 1px solid #F8F8F8;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  float: left;
  clear: both; }

.home-news-date {
  font-family: "Graphik Reg", Arial, Helvetica, sans-serif;
  font-size: 1.25em;
  line-height: 1.4em;
  color: #aaaaaa;
  font-weight: normal;
  margin: 2px 0 0 0;
  float: left;
  clear: both; }

@media only screen and (max-width: 1390px) {
  .home-main-region {
    width: auto;
    margin: 0 40px; }

  .home-featured-bottom {
    width: 49.25%; }
    .home-featured-bottom .home-section-two-thumbs {
      width: 100%; }
      .home-featured-bottom .home-section-two-thumbs img {
        width: 100%; }

  #home-news-inner {
    width: auto;
    margin: 0 40px; }

  .home-news-post {
    width: 23.875%; }
    .home-news-post .home-news-thumb-wrap {
      width: 100%; }
      .home-news-post .home-news-thumb-wrap img {
        width: 100%; }

  .home-news-number-1,
  .home-news-number-2,
  .home-news-number-3 {
    margin: 0 1.5% 0 0; } }
@media only screen and (max-width: 1250px) {
  #home-introduction #home-introduction-heading {
    font-family: "Graphik Med", Arial, Helvetica, sans-serif;
    font-size: 1.35em;
    line-height: 1.4em;
    color: #222222;
    font-weight: 100; }
  #home-introduction #home-introduction-text {
    font-family: "Graphik Reg", Arial, Helvetica, sans-serif;
    font-size: 1.1em;
    line-height: 1.4em;
    color: #222222;
    font-weight: normal; }

  .home-featured-bottom-title-wrap .title {
    font-family: "Graphik Reg", Arial, Helvetica, sans-serif;
    font-size: 1.1em;
    line-height: 1.4em;
    color: #222222;
    font-weight: normal; }
  .home-featured-bottom-title-wrap .sub-header {
    font-family: "Graphik Reg", Arial, Helvetica, sans-serif;
    font-size: 1.1em;
    line-height: 1.4em;
    color: #aaaaaa;
    font-weight: normal; }

  #news-heading {
    font-family: "Graphik Med", Arial, Helvetica, sans-serif;
    font-size: 1.35em;
    line-height: 1.4em;
    color: #222222;
    font-weight: 100; }

  #news-text-text {
    font-family: "Graphik Reg", Arial, Helvetica, sans-serif;
    font-size: 1.1em;
    line-height: 1.4em;
    color: #222222;
    font-weight: normal; }

  .home-news-title {
    font-family: "Graphik Reg", Arial, Helvetica, sans-serif;
    font-size: 1.1em;
    line-height: 1.4em;
    color: #222222;
    font-weight: normal; }

  .home-news-date {
    font-family: "Graphik Reg", Arial, Helvetica, sans-serif;
    font-size: 1.1em;
    line-height: 1.4em;
    color: #aaaaaa;
    font-weight: normal; } }
@media only screen and (max-width: 1100px) {
  .home-featured-bottom {
    width: 49%; }

  .home-news-post {
    width: 23.5%; }

  .home-news-number-1,
  .home-news-number-2,
  .home-news-number-3 {
    margin: 0 2% 0 0; } }
@media only screen and (max-width: 1050px) {
  #home-section-one {
    margin-top: 0; }
    #home-section-one .home-large-thumb {
      display: none; }
    #home-section-one .home-med-thumb {
      display: block; }

  .home-main-region {
    margin: 7px 20px 0 20px; }

  #home-introduction #home-introduction-heading {
    margin: 20px 0 10px 51%;
    width: 49%;
    font-family: "Graphik Med", Arial, Helvetica, sans-serif;
    font-size: 1.2em;
    line-height: 1.4em;
    color: #222222;
    font-weight: 100; }
  #home-introduction #home-introduction-text {
    margin: 0 0 35px 51%;
    width: 49%;
    font-family: "Graphik Reg", Arial, Helvetica, sans-serif;
    font-size: 1em;
    line-height: 1.4em;
    color: #222222;
    font-weight: normal; }

  .home-featured-bottom-title-wrap .title {
    font-family: "Graphik Reg", Arial, Helvetica, sans-serif;
    font-size: 1em;
    line-height: 1.4em;
    color: #222222;
    font-weight: normal; }
  .home-featured-bottom-title-wrap .sub-header {
    margin: 0 0 35px 0;
    font-family: "Graphik Reg", Arial, Helvetica, sans-serif;
    font-size: 1em;
    line-height: 1.4em;
    color: #aaaaaa;
    font-weight: normal; }

  #home-news-section {
    margin-top: 25px; }

  #home-news-inner {
    width: auto;
    margin: 0 20px; }

  #news-text {
    padding: 35px 0 45px 0; }

  #news-heading {
    font-family: "Graphik Med", Arial, Helvetica, sans-serif;
    font-size: 1.2em;
    line-height: 1.4em;
    color: #222222;
    font-weight: 100;
    margin: 0 0 0 51%;
    width: 49%;
    float: left; }

  #news-text-text {
    font-family: "Graphik Reg", Arial, Helvetica, sans-serif;
    font-size: 1em;
    line-height: 1.4em;
    color: #222222;
    font-weight: normal;
    margin: 10px 0 0 51%;
    width: 49%;
    float: left; }

  .home-news-title {
    font-family: "Graphik Reg", Arial, Helvetica, sans-serif;
    font-size: 1em;
    line-height: 1.4em;
    color: #222222;
    font-weight: normal; }

  .home-news-date {
    font-family: "Graphik Reg", Arial, Helvetica, sans-serif;
    font-size: 1em;
    line-height: 1.4em;
    color: #aaaaaa;
    font-weight: normal; }

  .home-news-number-1,
  .home-news-number-2 {
    width: 49%;
    margin: 0 2% 75px 0; }
    .home-news-number-1 .home-news-small-thumb,
    .home-news-number-2 .home-news-small-thumb {
      display: none !important; }
    .home-news-number-1 .home-news-med-thumb,
    .home-news-number-2 .home-news-med-thumb {
      display: block !important; }
    .home-news-number-1 .color-overlay:before,
    .home-news-number-2 .color-overlay:before {
      bottom: 0; }

  .home-news-number-2 {
    margin: 0; }

  .home-news-number-3,
  .home-news-number-4 {
    display: none; } }
@media only screen and (max-width: 650px) {
  #home-section-one-thumbs .home-large-thumb {
    display: none !important; }
  #home-section-one-thumbs .home-med-thumb {
    display: block !important;
    width: 100%; }
  #home-section-one-thumbs .color-overlay:before {
    bottom: 0; }

  #home-introduction {
    width: 100%;
    margin: 0; }
    #home-introduction #home-introduction-heading {
      width: 100%;
      margin: 20px 0 10px 0; }
    #home-introduction #home-introduction-text {
      width: 100%;
      margin: 0 0 35px 0; }

  .home-featured-bottom {
    width: 100%; }

  .home-featured-bottom-title-wrap {
    margin: 5px 0 0 0 !important; }
    .home-featured-bottom-title-wrap .title {
      margin: 0; }
    .home-featured-bottom-title-wrap .sub-header {
      display: none; }

  #home-news-section {
    padding-bottom: 10px;
    margin-top: 15px; }

  #home-news-inner {
    width: auto;
    margin: 0 20px; }

  #news-text {
    width: 100%;
    margin: 0;
    padding: 20px 0 35px 0; }

  #news-heading {
    width: 100%;
    margin: 0; }

  #news-text-text {
    margin: 10px 0 0 0;
    width: 100%; }

  .home-news-date {
    margin: 2px 0 25px 0; }

  .home-news-number-1, .home-news-number-2 {
    width: 100%;
    margin: 0; } }

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