@charset "UTF-8";
@import url(animate.css);
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css);
@import url(http://fonts.googleapis.com/css?family=Roboto+Condensed:400,700);

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, caption,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: top;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.container, .container-fluid {
  margin-right: auto;
  margin-left: auto;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

/*===============   Fluid grid    ====================*/
.container-fluid [class*="grid_"] {
  float: left;
  width: 8.33333%;
  min-height: 1px;
}

.container-fluid .grid_1 {
  width: 8.33333%;
}

.container-fluid .grid_2 {
  width: 16.66667%;
}

.container-fluid .grid_3 {
  width: 25%;
}

.container-fluid .grid_4 {
  width: 33.33333%;
}

.container-fluid .grid_5 {
  width: 41.66667%;
}

.container-fluid .grid_6 {
  width: 50%;
}

.container-fluid .grid_7 {
  width: 58.33333%;
}

.container-fluid .grid_8 {
  width: 66.66667%;
}

.container-fluid .grid_9 {
  width: 75%;
}

.container-fluid .grid_10 {
  width: 83.33333%;
}

.container-fluid .grid_11 {
  width: 91.66667%;
}

.container-fluid .grid_12 {
  width: 100%;
}

.container-fluid .preffix_1 {
  margin-left: 60px;
}

.container-fluid .preffix_2 {
  margin-left: 120px;
}

.container-fluid .preffix_3 {
  margin-left: 180px;
}

.container-fluid .preffix_4 {
  margin-left: 240px;
}

.container-fluid .preffix_5 {
  margin-left: 300px;
}

.container-fluid .preffix_6 {
  margin-left: 360px;
}

.container-fluid .preffix_7 {
  margin-left: 420px;
}

.container-fluid .preffix_8 {
  margin-left: 480px;
}

.container-fluid .preffix_9 {
  margin-left: 540px;
}

.container-fluid .preffix_10 {
  margin-left: 600px;
}

.container-fluid .preffix_11 {
  margin-left: 660px;
}

.container-fluid .preffix_12 {
  margin-left: 720px;
}

.container, .container-fluid {

}

.container .row {
  margin-left: -20px;
}
.container [class*="grid_"] {
  float: left;
  min-height: 1px;
  margin-left: 20px;
}
.container .grid_1 {
  width: 60px;
}
.container .grid_2 {
  width: 140px;
}
.container .grid_3 {
  width: 220px;
}
.container .grid_4 {
  width: 300px;
}
.container .grid_5 {
  width: 380px;
}
.container .grid_6 {
  width: 460px;
}
.container .grid_7 {
  width: 540px;
}
.container .grid_8 {
  width: 620px;
}
.container .grid_9 {
  width: 700px;
}
.container .grid_10 {
  width: 780px;
}
.container .grid_11 {
  width: 860px;
}
.container .grid_12 {
  width: 940px;
}
.container .preffix_1 {
  margin-left: 100px;
}
.container .preffix_2 {
  margin-left: 180px;
}
.container .preffix_3 {
  margin-left: 260px;
}
.container .preffix_4 {
  margin-left: 340px;
}
.container .preffix_5 {
  margin-left: 420px;
}
.container .preffix_6 {
  margin-left: 500px;
}
.container .preffix_7 {
  margin-left: 580px;
}
.container .preffix_8 {
  margin-left: 660px;
}
.container .preffix_9 {
  margin-left: 740px;
}
.container .preffix_10 {
  margin-left: 820px;
}
.container .preffix_11 {
  margin-left: 900px;
}
.container .preffix_12 {
  margin-left: 980px;
}

@media (min-width: 980px) and (max-width: 1199px) {
  .container, .container-fluid {
    width: 940px;
  }

  .container .row {
    margin-left: -20px;
  }
  .container [class*="grid_"] {
    float: left;
    min-height: 1px;
    margin-left: 20px;
  }
  .container .grid_1 {
    width: 60px;
  }
  .container .grid_2 {
    width: 140px;
  }
  .container .grid_3 {
    width: 220px;
  }
  .container .grid_4 {
    width: 300px;
  }
  .container .grid_5 {
    width: 380px;
  }
  .container .grid_6 {
    width: 460px;
  }
  .container .grid_7 {
    width: 540px;
  }
  .container .grid_8 {
    width: 620px;
  }
  .container .grid_9 {
    width: 700px;
  }
  .container .grid_10 {
    width: 780px;
  }
  .container .grid_11 {
    width: 860px;
  }
  .container .grid_12 {
    width: 940px;
  }
  .container .preffix_1 {
    margin-left: 100px;
  }
  .container .preffix_2 {
    margin-left: 180px;
  }
  .container .preffix_3 {
    margin-left: 260px;
  }
  .container .preffix_4 {
    margin-left: 340px;
  }
  .container .preffix_5 {
    margin-left: 420px;
  }
  .container .preffix_6 {
    margin-left: 500px;
  }
  .container .preffix_7 {
    margin-left: 580px;
  }
  .container .preffix_8 {
    margin-left: 660px;
  }
  .container .preffix_9 {
    margin-left: 740px;
  }
  .container .preffix_10 {
    margin-left: 820px;
  }
  .container .preffix_11 {
    margin-left: 900px;
  }
  .container .preffix_12 {
    margin-left: 980px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .container, .container-fluid {
    width: 748px;
  }

  .container .row {
    margin-left: -20px;
  }
  .container [class*="grid_"] {
    float: left;
    min-height: 1px;
    margin-left: 20px;
  }
  .container .grid_1 {
    width: 44px;
  }
  .container .grid_2 {
    width: 108px;
  }
  .container .grid_3 {
    width: 172px;
  }
  .container .grid_4 {
    width: 236px;
  }
  .container .grid_5 {
    width: 300px;
  }
  .container .grid_6 {
    width: 364px;
  }
  .container .grid_7 {
    width: 428px;
  }
  .container .grid_8 {
    width: 492px;
  }
  .container .grid_9 {
    width: 556px;
  }
  .container .grid_10 {
    width: 620px;
  }
  .container .grid_11 {
    width: 684px;
  }
  .container .grid_12 {
    width: 748px;
  }
  .container .preffix_1 {
    margin-left: 84px;
  }
  .container .preffix_2 {
    margin-left: 148px;
  }
  .container .preffix_3 {
    margin-left: 212px;
  }
  .container .preffix_4 {
    margin-left: 276px;
  }
  .container .preffix_5 {
    margin-left: 340px;
  }
  .container .preffix_6 {
    margin-left: 404px;
  }
  .container .preffix_7 {
    margin-left: 468px;
  }
  .container .preffix_8 {
    margin-left: 532px;
  }
  .container .preffix_9 {
    margin-left: 596px;
  }
  .container .preffix_10 {
    margin-left: 660px;
  }
  .container .preffix_11 {
    margin-left: 724px;
  }
  .container .preffix_12 {
    margin-left: 788px;
  }

  .container .grid__fw {
    width: 748px;
    margin-left: 20px;
  }
}
@media (max-width: 767px) {
  .container, .container-fluid {
    width: 420px;
    padding: 0;
  }

  .container .row {
    margin-left: 0;
  }

  .row + .row,
  [class*="grid_"] + [class*="grid_"] {
    margin-top: 30px;
  }

  .container [class*="grid_"], .container-fluid [class*="grid_"] {
    float: none;
    display: block;
    width: 100%;
    margin-left: 0;
  }
}
@media (max-width: 479px) {
  body {
    padding: 0;
  }

  .container, .container-fluid {
    width: 100%;
    padding: 0 7px;
  }

  .row {
    margin-left: 0;
  }
}
.container:before, .container-fluid:before, .row:before, .container:after, .container-fluid:after, .row:after {
  display: table;
  content: "";
  line-height: 0;
}
.container:after, .container-fluid:after, .row:after {
  clear: both;
}



/*========================================================
                      Main Styles
=========================================================*/
body {
  background: #262626;
  color: #525252;
  font: 400 14px/20px "Roboto Condensed", sans-serif;
  -webkit-text-size-adjust: none;
}

img {
  max-width: 100%;
  height: auto;
}

h1, h2, h3, h4, h5, h6, .addr p:first-child, .terms dt {
  color: #525252;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover, .addr p:first-child a:hover, .terms dt a:hover {
  color: #7C7C7C;
}

h1, h2, h3, h5 {
  font-family: "Roboto Condensed", sans-serif;
  color: #525252;
   text-transform: uppercase;
}

h2, h3, h4, h5, h6, .addr p:first-child, .terms dt {
  text-transform: uppercase;
}

h4, h6, .addr p:first-child, .terms dt {
  font-weight: 700;
}

h1 {
  font-size: 3em;
  line-height: 1em;
}

h2 {

  font-size: 2em;
  line-height: 1em;
  letter-spacing: 1.25px;

  font-weight: bold;
}
@media (max-width: 479px) {
  h2 {
    font-size: 36px;
    line-height: 41px;
  }
}

h3 {
  font-size: 50px;
  line-height: 50px;
  letter-spacing: 2.5px;
}
@media (max-width: 479px) {
  h3 {
    font-size: 36px;
    line-height: 36px;
  }
}

h4 {
  font-size: 30px;
  line-height: 32px;
  letter-spacing: 1.5px;
}

h5 {
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 1px;
}

h6, .addr p:first-child, .terms dt {
  font-size: 18px;
  line-height: 24px;
  letter-spacing: .9px;
}

hr {
  display: block;
  border: none;
  padding: 0;
  margin: 0 auto;
  width: 62px;
  height: 8px;
  background: #525252;
}
hr.small {
  width: 42px;
  height: 4px;
  margin-left: 0;
}

p, .terms dd, .addr, blockquote, .list {
  letter-spacing: .7px;
}
p a:hover, .terms dd a:hover, .addr a:hover, blockquote a:hover, .list a:hover {
  text-decoration: underline;
}

blockquote:before {
  content: '��?';
  display: block;
  color: #525252;
  font-weight: 700;
  font-size: 30px;
  line-height: 30px;
}

time {
  color: #525252;
  display: block;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 6.4px;
}

a {
  font: inherit;
  color:#525252;
  text-decoration: none;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
a:active {
  background: transparent;
}

a[href^="tel:"] {

  text-decoration: none;
}

strong {
  font-weight: 700;
}

.fa {
  line-height: inherit;
}

[class*='fa-']:before {
  font-family: "FontAwesome";
}

.center {
  text-align: center;
}

.mg-add {
  margin-top: 5px;
}

.oh {
  overflow: hidden;
}

.page {
  overflow-x: hidden;
  min-height: 500px;
}
.lt-ie9 .page {
  min-width: 1200px;
}

.primary {
  color: #525252;
}

.ttn {
  text-transform: none;
  letter-spacing: 0;
  font-size:2em;
}

/*=======================================================
                        Components
=========================================================*/
/*========================   Menu   ==========================*/
.nav .sf-menu {
  max-width: 360px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 700;
  font-size: 18px;
  line-height: 20px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 7.2px;
}
.nav .sf-menu a {
  display: block;
  padding: 6px 4px 6px 12px;
}
.nav .sf-menu:before, .nav .sf-menu:after {
  content: '';
  display: block;
  border: none;
  width: 62px;
  height: 8px;
  margin-left: auto;
  margin-right: auto;
  background: #525252;
}
.nav .sf-menu:before {
  margin-bottom: 25px;
}
.nav .sf-menu:after {
  margin-top: 25px;
}

.nav .sf-menu li {
  position: relative;
}
.nav .sf-menu li a {
  color: #000;
}
.nav .sf-menu li.active > a, .nav .sf-menu li.sfHover > a, .nav .sf-menu li > a:hover {
  color: #FFF;
  background: #525252;
}
.nav .sf-menu li + li {
  margin-top: 1px;
}

.nav .sf-menu ul {
  display: none;
  position: absolute;
  top: -10px;
  left: 100%;

  margin-top: 0;
  padding: 10px 0 10px;
  letter-spacing: 3.6px;
  z-index: 2;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.nav .sf-menu ul ul {
  position: static;
  top: 100%;
  width: auto;
  margin-top: 1px;
  padding: 0;
  z-index: 4;
}

.nav .sf-menu ul ul a:hover {
  color: #525252;
  background: #FFF;
}



/*==================  Select Menu  ======================*/
.select-menu {
  position: relative;
  display: none;
  margin: 0 auto;
  width: 420px;
  background: white url("data:image/png;base64,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") no-repeat right center;
  overflow: hidden;
}
.select-menu .select {
  width: 440px;
  height: 30px;
  color: #585858;
  background-color: transparent;
  font: 400 15px "Roboto", sans-serif;
  line-height: 30px;
  border: none;
  border-radius: 0;
  box-shadow: none;
  outline: none;
  -webkit-appearance: none;
}
.select-menu .select::-ms-expand {
  display: none;
}
@media (max-width: 767px) {
  .select-menu {
    display: block;
  }
}
@media (max-width: 479px) {
  .select-menu {
    width: 270px;
  }
  .select-menu .select {
    width: 290px;
  }
}

/*==================   Lazy Img    ======================*/
.lazy-img {
  display: block;
  position: relative;
  height: 0;
  overflow: hidden;
  background: url(../images/lazy-loader.gif) no-repeat center center;
}
.lazy-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 0;
  -moz-transition: 1s all ease;
  -o-transition: 1s all ease;
  -webkit-transition: 1s all ease;
  transition: 1s all ease;
  opacity: 0;
}
.lt-ie9 .lazy-img img {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.lazy-img .lazy-loaded {
  opacity: 1;
}
.lt-ie9 .lazy-img .lazy-loaded {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
  filter: alpha(opacity=100);
}

/*==================   Parallax    ======================*/
.parallax-container {
  position: relative;
  z-index: 0;
}
.parallax-container .map {
  height: 100%;
}
.parallax-container .parallax_left, .parallax-container .parallax_right {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1025px;
  overflow: hidden;
  z-index: -1;
}
.parallax-container .parallax_left .parallax, .parallax-container .parallax_right .parallax {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}
.parallax-container .parallax_left, .parallax-container .parallax_left h1, .parallax-container .parallax_left h2, .parallax-container .parallax_left h3, .parallax-container .parallax_left h4, .parallax-container .parallax_left h5, .parallax-container .parallax_left h6, .parallax-container .parallax_right, .parallax-container .parallax_right h1, .parallax-container .parallax_right h2, .parallax-container .parallax_right h3, .parallax-container .parallax_right h4, .parallax-container .parallax_right h5, .parallax-container .parallax_right h6 {
  color: #FFF;
}
.parallax-container .parallax_left h3, .parallax-container .parallax_right h3 {
  position: absolute;
  right: 0;
  top: 0;
  white-space: nowrap;
  letter-spacing: 1.25px;
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -moz-transform-origin: right top;
  -ms-transform-origin: right top;
  -o-transform-origin: right top;
  -webkit-transform-origin: right top;
  transform-origin: right top;
}
.lt-ie9 .parallax-container .parallax_left h3, .lt-ie9 .parallax-container .parallax_right h3 {
  right: auto;
  left: 100%;
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
.parallax-container .parallax_left .parallax__ins1, .parallax-container .parallax_right .parallax__ins1 {
  right: 66px;
  top: 36px;
}
.lt-ie9 .parallax-container .parallax_left .parallax__ins1, .lt-ie9 .parallax-container .parallax_right .parallax__ins1 {
  margin-left: -66px;
}
.parallax-container .parallax_left .parallax__ins2, .parallax-container .parallax_right .parallax__ins2 {
  right: 100%;
  top: 13px;
  margin-right: -19px;
}
.lt-ie9 .parallax-container .parallax_left .parallax__ins2, .lt-ie9 .parallax-container .parallax_right .parallax__ins2 {
  left: 0;
  right: auto;
  margin-left: 16px;
}
.parallax-container .parallax_left .parallax__ins3, .parallax-container .parallax_right .parallax__ins3 {
  right: 66px;
  top: 24px;
}
.lt-ie9 .parallax-container .parallax_left .parallax__ins3, .lt-ie9 .parallax-container .parallax_right .parallax__ins3 {
  margin-left: -66px;
}
.parallax-container .parallax_left .parallax__ins4, .parallax-container .parallax_right .parallax__ins4 {
  right: 66px;
  top: 55px;
}
.lt-ie9 .parallax-container .parallax_left .parallax__ins4, .lt-ie9 .parallax-container .parallax_right .parallax__ins4 {
  margin-left: -66px;
}
.parallax-container .parallax_left .parallax__ins5, .parallax-container .parallax_right .parallax__ins5 {
  right: 100%;
  top: 71px;
  margin-right: -19px;
}
.lt-ie9 .parallax-container .parallax_left .parallax__ins5, .lt-ie9 .parallax-container .parallax_right .parallax__ins5 {
  left: 0;
  right: auto;
  margin-left: 16px;
}
.parallax-container .parallax_left .parallax__ins6, .parallax-container .parallax_right .parallax__ins6 {
  right: 66px;
  top: 14px;
}
.lt-ie9 .parallax-container .parallax_left .parallax__ins6, .lt-ie9 .parallax-container .parallax_right .parallax__ins6 {
  margin-left: -66px;
}
.parallax-container .parallax_left .parallax__ins7, .parallax-container .parallax_right .parallax__ins7 {
  right: 100%;
  top: 46px;
  margin-right: -19px;
}
.lt-ie9 .parallax-container .parallax_left .parallax__ins7, .lt-ie9 .parallax-container .parallax_right .parallax__ins7 {
  left: 0;
  right: auto;
  margin-left: 16px;
}
.parallax-container .parallax_left .parallax__ins8, .parallax-container .parallax_right .parallax__ins8 {
  right: 116px;
  top: 52px;
  text-align: center;
}
.lt-ie9 .parallax-container .parallax_left .parallax__ins8, .lt-ie9 .parallax-container .parallax_right .parallax__ins8 {
  margin-left: -116px;
}
.parallax-container .parallax_left .parallax__ins9, .parallax-container .parallax_right .parallax__ins9 {
  right: 100%;
  top: 21px;
  margin-right: -19px;
}
.lt-ie9 .parallax-container .parallax_left .parallax__ins9, .lt-ie9 .parallax-container .parallax_right .parallax__ins9 {
  left: 0;
  right: auto;
  margin-left: 16px;
}
.parallax-container .parallax_left .parallax__ins10, .parallax-container .parallax_right .parallax__ins10 {
  right: 66px;
  top: 63px;
}
.lt-ie9 .parallax-container .parallax_left .parallax__ins10, .lt-ie9 .parallax-container .parallax_right .parallax__ins10 {
  margin-left: -66px;
}
.parallax-container .parallax_left .parallax__ins11, .parallax-container .parallax_right .parallax__ins11 {
  right: 116px;
  top: 76px;
}
.lt-ie9 .parallax-container .parallax_left .parallax__ins11, .lt-ie9 .parallax-container .parallax_right .parallax__ins11 {
  margin-left: -116px;
}
.parallax-container .parallax_left .parallax__ins12, .parallax-container .parallax_right .parallax__ins12 {
  right: 66px;
  top: 20px;
}
.lt-ie9 .parallax-container .parallax_left .parallax__ins12, .lt-ie9 .parallax-container .parallax_right .parallax__ins12 {
  margin-left: -66px;
}
.parallax-container .parallax_left .parallax__ins13, .parallax-container .parallax_right .parallax__ins13 {
  right: 66px;
  top: 38px;
}
.lt-ie9 .parallax-container .parallax_left .parallax__ins13, .lt-ie9 .parallax-container .parallax_right .parallax__ins13 {
  margin-left: -66px;
}
.parallax-container .parallax_left {
  right: 100%;
  margin-right: 25px;
}
.parallax-container .parallax_left .parallax {
  background-position: left 0;
}
.parallax-container .parallax_right {
  left: 100%;
  margin-left: 20px;
}
.parallax-container .parallax_right .parallax {
  background-position: right 0;
}

.parallax {
  background-position: 50% 0;
  background-repeat: no-repeat;
}
.parallax__left {
  background-position: left 0;
}
.parallax__right {
  background-position: right 0;
}
.mobile .parallax, .tablet .parallax {
  background-position: 50% 0 !important;
  background-size: cover;
}

.parallax1 {
  background-image: url("../images/page-1_img03.jpg");
}

.parallax2 {
  background-image: url("../images/page-1_img04.jpg");
}

.parallax3 {
  background-image: url("../images/page-1_img05.jpg");
}

.parallax4 {
  background-image: url("../images/page-2_img01.jpg");
}

.parallax5 {
  background-image: url("../images/page-2_img02.jpg");
}

.parallax6 {
  background-image: url("../images/page-2_img03.jpg");
}

.parallax7 {
  background-image: url("../images/page-3_img01.jpg");
}

.parallax8 {
  background-image: url("../images/page-3_img02.jpg");
}

.parallax9 {
  background-image: url("../images/page-3_img03.jpg");
}

.parallax10 {
  background-image: url("../images/page-3_img04.jpg");
}

.parallax11 {
  background-image: url("../images/page-3_img05.jpg");
}

.parallax12 {
  background-image: url("../images/page-4_img01.jpg");
}

.parallax13 {
  background-image: url("../images/page-4_img02.jpg");
}

.parallax14 {
  background-image: url("../images/page-4_img03.jpg");
}

@media (min-width: 980px) and (max-width: 1199px) {
  .parallax-container .parallax_left .parallax {
    left: 170px;
  }
  .parallax-container .parallax_right .parallax {
    right: 170px;
  }
  .parallax-container .box + .box {
    margin-top: 30px;
  }
}
@media (max-width: 979px) {
  .parallax-container {
    padding-top: 0 !important;
  }
  .parallax-container .parallax_left, .parallax-container .parallax_right {
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 66px;
    overflow: visible;
    width: 100%;
    height: 300px;
  }
  .parallax-container .parallax_left .parallax, .parallax-container .parallax_right .parallax {
    left: -160px;
    right: -160px;
  }
  .parallax-container .parallax_left h3, .parallax-container .parallax_right h3 {
    top: auto !important;
    right: auto !important;
    bottom: 30px !important;
    left: 0 !important;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    -webkit-transform: none;
    transform: none;
  }
  .parallax-container .parallax_left .map, .parallax-container .parallax_right .map {
    margin-left: -116px;
    margin-right: -116px;
  }
}
@media (max-width: 767px) {
  .parallax-container .parallax_left .parallax, .parallax-container .parallax_right .parallax {
    left: -180px;
    right: -180px;
  }
  .parallax-container .parallax_left .map, .parallax-container .parallax_right .map {
    margin-left: -174px;
    margin-right: -174px;
  }

  .parallax {
    background-position: 50% 0 !important;
    background-size: cover;
  }
}
@media (max-width: 479px) {
  .parallax-container .parallax_left .map, .parallax-container .parallax_right .map {
    margin-left: -105px;
    margin-right: -105px;
  }
}
/*==================     ToTop     ======================*/
.toTop {
  width: 60px;
  height: 60px;
  font-size: 24px;
  line-height: 60px;
  color: #fff;
  background: #333;
  border: 1px solid #000;
  position: fixed;
  right: 66px;
  bottom: 80px;
  display: none;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  z-index: 20;
}
.toTop:hover {
  color: #fff;
  background: #444;
  text-decoration: none;
}

@media only screen and (max-width: 1399px) {
  .toTop {
    display: none !important;
  }
}
/*==================  GOOGLE MAP  ======================*/
.map {
  color: #525252;
}
.map_model {
  height: 306px;
}
.map_model .gm-style div:first-child + div a {
  display: none !important;
}
.map_model .gmnoprint, .map_model .gm-style-cc {
  display: none !important;
}
.map_model img {
  max-width: none !important;
}
.map_locations {
  display: none;
}

/*========================================================
                     HEADER  Section
=========================================================*/
.header {
  background: white;
  text-align: center;
}
.header .brand, .header nav {
  padding-top: 58px;
}
.header h2 {
  margin-left: 75px;
  margin-right: 75px;
}
.header_address + .header_phone {
  margin-top: 20px;
}
.header_phone + hr {
  margin-top: 32px;
}
.header * + .bg1 {
  margin-top: 151px;
}
@media (max-width: 979px) {
  .header_address {
    margin-top: 30px;
  }
  .header * + .bg1 {
    margin-top: 39px;
  }
  .header .row {
    margin-left: 0;
  }
  .header [class*='grid_'] {
    width: 100%;
    margin-left: 0;
    float: none;
  }
  .header [class*='grid_'] + [class*='grid_'] {
    margin-top: 60px;
  }
}
@media (max-width: 479px) {
  .header h2 {
    margin-left: 0;
    margin-right: 0;
  }
}

/*==================     Brand     ======================*/
.brand_name {

  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  padding-bottom: 6px;
}
.brand_name a:hover {

}
.brand_slogan {
  max-width: 140px;
  margin-left: auto;
  margin-right: auto;
  letter-spacing: 3.6px;
}
.brand_logo {
  margin-top: 31px;
  position: relative;
  z-index: 0;
  margin-left: -22px;
}
@media (max-width: 979px) {
  .brand_name {
    max-width: 100%;
  }
  .brand_slogan {
    max-width: 100%;
  }
}

/*==================  Backgrounds  ======================*/
.bg-image1 {
  position: relative;
  z-index: 0;
}
.bg-image1:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 1025px;
  background: black url("../images/page-1_img02.jpg") no-repeat right 0;
  z-index: -1;
}
.bg-image1__ins1 {
  padding-bottom: 101px;
}
@media (max-width: 979px) {
  .bg-image1:before {
    left: -116px;
  }
}
@media (max-width: 767px) {
  .bg-image1__ins1 {
    padding-bottom: 58px;
  }
  .bg-image1:before {
    left: -174px;
  }
}

.bg1 {
  position: relative;
  text-align: left;
  padding: 41px 0px 40px 80px;
  margin-right: -45px;
  z-index: 0;
}
.bg1 h1, .bg1 h2, .bg1 h3, .bg1 h4, .bg1 h5, .bg1 h6 {
  color: #FFF;
}
.bg1 h5 {
  letter-spacing: 2px;
}
.bg1 h5 + h3 {
  margin-top: 3px;
}
.bg1:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 1025px;
  z-index: -1;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}
@media (max-width: 1199px) {
  .bg1 {
    margin-right: 0;
  }
}
@media (max-width: 979px) {
  .bg1 {
    padding-left: 0;
  }
  .bg1:before {
    left: -116px;
  }
}
@media (max-width: 767px) {
  .bg1:before {
    left: -174px;
  }
}

/*==================    Address    ======================*/
.header_address {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  letter-spacing: 1.6px;

}
.header_address a:hover {
  text-decoration: underline;
}

/*==================     Phone     ======================*/
.header_phone {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 50px;
  line-height: 50px;
  letter-spacing: 2.5px;
  color: #525252;
}
@media (max-width: 479px) {
  .header_phone {
    font-size: 36px;
    line-height: 36px;
  }
}

/*=======================================================
                     CONTENT  Layout
=========================================================*/
hr + *,
* + hr {
  margin-top: 25px;
}

hr + h1 {
  margin-top: 19px;
}

* + h2 {
  margin-top: 40px;
}

* + h5 {
  margin-top: 24px;
}

* + p {
  margin-top: 20px;
}

* + blockquote {
  margin-top: 12px;
}

* + ul {
  margin-top: 20px;
}

* + .btn {
  margin-top: 19px;
}

* + .row {
  margin-top: 29px;
}

* + .off1 {
  margin-top: 22px;
}

* + .social-list {
  margin-top: 27px;
}

* .terms {
  margin-top: 22px;
}

h4 + h6,
h6 + h4 {
  margin-top: 1px;
}

h5 + p {
  margin-top: 25px;
}

hr.small + h6 {
  margin-top: 13px;
}

p + p {
  margin-top: 14px;
}

ul + .btn {
  margin-top: 13px;
}

time + h3 {
  margin-top: 22px;
}

.lazy-img + h5 {
  margin-top: 31px;
}

.ins1 {
  padding-right: 20%;
}

/*========================================================
                     CONTENT  Styles
=========================================================*/
.content {
  background: white;
}

/*==================      Well     ======================*/
.well {
  padding-top: 20px;
  padding-bottom: 20px;
}
.well__ins1 {
  padding-bottom: 90px;
}
@media (max-width: 979px) {
  .well {
    padding-top: 0;
  }
}

.well2 {
  padding-top: 35px;
  padding-bottom: 36px;
}
.well2__ins1 {
  padding-bottom: 24px;
}
.well2__ins2 {
  padding-bottom: 44px;
}

.well3 {
  padding-top: 12px;
  padding-bottom: 48px;
}
.well3__ins1 {
  padding-bottom: 14px;
}
.well3__ins2 {
  padding-bottom: 67px;
}
.well3__ins3 {
  padding-bottom: 27px;
}

.well4 {
  padding-top: 56px;
  padding-bottom: 21px;
}
.well4__ins2 {
  padding-top: 46px;
}
.well4__ins1 {
  padding-bottom: 86px;
}

.well5 {
  padding-top: 55px;
  padding-bottom: 80px;
}

/*==================  Backgrounds  ======================*/
.bg-dark {
  background: #181818;
}
.bg-dark, .bg-dark h1, .bg-dark h2, .bg-dark h3, .bg-dark h4, .bg-dark h6, .bg-dark time, .bg-dark .btn {
  color: #FFF;
}
.bg-dark .btn:before {
  background: #FFF;
}
.bg-dark h5 {
  color: #7C7C7C;
}

/*==================    Buttons    ======================*/
.btn {
  display: inline-block;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 5.6px;
  font-weight: 700;
}
.btn:before {
  content: '';
  display: block;
  width: 42px;
  height: 4px;
  background: #000;
  margin-bottom: 13px;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.btn:hover {
  color: #7C7C7C;
}
.btn:hover:before {
  width: 95%;
  background: #7C7C7C;
}

/*==================      Box      ======================*/
.box:before, .box:after {
  display: table;
  content: "";
  line-height: 0;
}
.box:after {
  clear: both;
}
.box_aside {
  float: left;
}
.box_cnt__no-flow {
  overflow: hidden;
}
.box * + p {
  margin-top: 13px;
}

/*==================     List      ======================*/
.list li {
  position: relative;
  padding-right: 60px;
}
.list li > span {
  position: absolute;
  top: 0;
  right: 0;
}

/*==================    Social List    ======================*/
.social-list li {
  display: inline-block;
}
.social-list li + li {
  margin-left: 3px;
}
.social-list .fa {
  color: #525252;
  font-size: 30px;
  line-height: 30px;
}
.social-list .fa:hover {
  color: #bebebe;
}

/*==================    Address    ======================*/
.addr p + dl {
  margin-top: 20px;
}
.addr dl dt, .addr dl dd {
  display: inline-block;
}
.addr dl dt {
  min-width: 105px;
}

/*==================     Terms     ======================*/
.terms dt + dd {
  margin-top: 13px;
}
.terms dd + dt {
  margin-top: 15px;
}

/*========================================================
                     FOOTER  Section
=========================================================*/
.footer, .footer h1, .footer h2, .footer h3, .footer h4, .footer h5, .footer h6 {
  color: #3F3F3F;
}
.footer .brand {
  display: inline-block;
}
.footer hr {
  background: #3F3F3F;
  margin-left: 0;
}
.footer hr + * {
  margin-top: 34px;
}
.footer * + hr {
  margin-top: 43px;
}

.copyright {
  position: absolute;
  bottom: 0;
  right: 0;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2.1px;
}
.copyright a:hover {
  color: #FFF;
}


/*========================================================
                      Owl Carousel
=========================================================*/
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}
.owl-height {
  -moz-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  -webkit-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel .owl-refresh .owl-item {
  display: none;
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}

.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

.no-js .owl-carousel {
  display: block;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -moz-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -moz-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  -webkit-transition: scale 100ms ease;
  transition: scale 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -moz-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}

.owl-nav {
  margin-top: 9px;
  text-align: right;
}
.owl-nav .owl-next, .owl-nav .owl-prev {
  display: inline-block;
  font-size: 56px;
  line-height: 56px;
  color: #646464;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.owl-nav .owl-next:hover, .owl-nav .owl-prev:hover {
  color: #FFF;
}
.owl-nav .owl-prev + .owl-next {
  margin-left: 4px;
}


/*
 * Grid (gridiculous)
 *
 * A responsive grid boilerplate that takes you all the way from 1200px on down to 320px.
 *
 * created by c.bavota
 * released under GPL v2
 *
 * March 4th, 2013
 *
 * https://github.com/cbavota/Gridiculous/blob/master/gridiculous.css
 */
/* =Gridiculous
-------------------------------------------------------------- */
/* line 16, scss/base/_grid.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  *behavior: url(/starter/css/hacks/boxsizing.htc);
}

/* line 17, scss/base/_grid.scss */
.grid {
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
}

/* line 18, scss/base/_grid.scss */
img {
  max-width: 100%;
  height: auto;
  display: block;
  vertical-align: middle;
}

/* line 19, scss/base/_grid.scss */
.wfull {
  width: 100%;
  max-width: 100%;
}

/* line 20, scss/base/_grid.scss */
.w320 {
  max-width: 320px;
}

/* line 21, scss/base/_grid.scss */
.w640 {
  max-width: 640px;
}

/* line 22, scss/base/_grid.scss */
.w960 {
  max-width: 960px;
}

/* line 23, scss/base/_grid.scss */
.w1000 {
  max-width: 1000px;
}

/* line 24, scss/base/_grid.scss */
.w1100 {
  max-width: 1100px;
}

/* line 25, scss/base/_grid.scss */
.row {
  *zoom: 1;
  width: 100%;
  margin-bottom: 20px;
}
/* line 19, scss/base/_mixins.scss */
.row:before, .row:after {
  content: "";
  display: table;
}
/* line 24, scss/base/_mixins.scss */
.row:after {
  clear: both;
}

/* line 26, scss/base/_grid.scss */
.row .row {
  width: auto;
  margin: 0 -20px;
}

/* line 27, scss/base/_grid.scss */
.c1 {
  width: 8.33%;
}

/* line 28, scss/base/_grid.scss */
.c2 {
  width: 16.66%;
}

/* line 29, scss/base/_grid.scss */
.c3 {
  width: 25%;
}

/* line 30, scss/base/_grid.scss */
.c4 {
  width: 33.33%;
}

/* line 31, scss/base/_grid.scss */
.c5 {
  width: 41.66%;
}

/* line 32, scss/base/_grid.scss */
.c6 {
  width: 50%;
}

/* line 33, scss/base/_grid.scss */
.c7 {
  width: 58.33%;
}

/* line 34, scss/base/_grid.scss */
.c8 {
  width: 66.66%;
}

/* line 35, scss/base/_grid.scss */
.c9 {
  width: 75%;
}

/* line 36, scss/base/_grid.scss */
.c10 {
  width: 83.33%;
}

/* line 37, scss/base/_grid.scss */
.c11 {
  width: 91.66%;
}

/* line 38, scss/base/_grid.scss */
.c12 {
  width: 100%;
}

/* line 39, scss/base/_grid.scss */
.c1, .c2, .c3, .c4, .c5, .c6, .c7, .c8, .c9, .c10, .c11, .c12 {
  min-height: 1px;
  float: left;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

/* line 40, scss/base/_grid.scss */
.s1 {
  margin-left: 8.33%;
}

/* line 41, scss/base/_grid.scss */
.s2 {
  margin-left: 16.66%;
}

/* line 42, scss/base/_grid.scss */
.s3 {
  margin-left: 25%;
}

/* line 43, scss/base/_grid.scss */
.s4 {
  margin-left: 33.33%;
}

/* line 44, scss/base/_grid.scss */
.s5 {
  margin-left: 41.66%;
}

/* line 45, scss/base/_grid.scss */
.s6 {
  margin-left: 50%;
}

/* line 46, scss/base/_grid.scss */
.s7 {
  margin-left: 58.33%;
}

/* line 47, scss/base/_grid.scss */
.s8 {
  margin-left: 66.66%;
}

/* line 48, scss/base/_grid.scss */
.s9 {
  margin-left: 75%;
}

/* line 49, scss/base/_grid.scss */
.s10 {
  margin-left: 83.33%;
}

/* line 50, scss/base/_grid.scss */
.s11 {
  margin-left: 91.66%;
}

/* line 51, scss/base/_grid.scss */
.end {
  float: right !important;
}

.onlyonmobile{
  display: none;
}

/* =Media query for 960 Screens - sets nested grids to 100%
-------------------------------------------------------------- */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  /* line 58, scss/base/_grid.scss */
  .row .row .c1, .row .row .c2, .row .row .c3, .row .row .c4, .row .row .c5, .row .row .c6, .row .row .c7, .row .row .c8, .row .row .c9, .row .row .c10, .row .row .c11, .row .row .c12 {
    width: 100%;
    margin-bottom: 20px;
  }

  /* line 59, scss/base/_grid.scss */
  .row .row > div:last-child {
    margin-bottom: 0 !important;
  }
}
/* =Media query for iPad and tablets
-------------------------------------------------------------- */
@media handheld, only screen and (max-width: 1300px), only screen and (max-device-width: 1300px) and (orientation: portrait) {
  /* line 65, scss/base/_grid.scss */
  body {
    font-size: 90%;
  }

  .equalheight{
    height: auto !important;
  }

  .slicknav_menu{
    display: block !important;
  }
  .select-menu{
    display: none !important;
  }
  .title-wrap h1{
    font-size: 2em !important;
    text-align: center;
  }
  /* line 66, scss/base/_grid.scss */
  .row {
    margin-bottom: 0 !important;
  }

  /* line 67, scss/base/_grid.scss */
  .c1, .c2, .c3, .c4, .c5, .c6, .c7, .c8, .c9, .c10, .c11, .c12 {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 20px;
  }
}

@media handheld, only screen and (max-width: 1300px), only screen and (max-device-width: 1300px) and (orientation: portrait) {

 .nav-container{
  display: none;
 }

  .main-slideshow{
    position: relative !important;
  }


}


@media handheld, only screen and (max-width: 1580px), only screen and (max-device-width: 1580px) and (orientation: portrait) {
  .nav, .brand{
    padding-top: 10px !important;
  }
  .nav .sf-menu:before{
    margin-bottom: 0 !important;
  }
  .nav .sf-menu:after{
    margin-top: 0 !important;
  }
}
.sss {
	height: 0;
	margin: 0;
	padding: 0;
	position: relative;
	display: block;
	overflow: hidden;
}

.ssslide {
	width: 100%;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	overflow: hidden;
}

.ssslide img {
	max-width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	position: relative;
	display: block;
}

.sssnext, .sssprev {
	width: 25px;
	height: 100%;
	margin: 0;
	position: absolute;
	top: 0;
	background: url('images/arr.png') no-repeat;
}

.sssprev {
	left: 3%;
	background-position: 0 50%;
}

.sssnext {
	right: 3%;
	background-position: -26px 50%;
}

.sssprev:hover, .sssnext:hover {
	cursor: pointer;
}


* line 128, scss/base/_utility.scss */
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

/* line 133, scss/base/_utility.scss */
.clearfix:after {
  clear: both;
}

/* line 77, ../compass/sass/base/_base.scss */
input[type=text], input[type=email], input[type=tel], textarea {
  background-color: #eee;
  background-color: rgba(215, 215, 215, 0.4);
  color: rgba(74, 73, 74, 0.6);
  font-style: italic;
  font-size: 11px;
  padding-left: 15px;
  margin-bottom: 5px;
  border: 0;
  width:100%;
  outline: none; }
  /* line 154, ../compass/sass/core/_mixins.scss */
  input[type=text]::-webkit-input-placeholder, input[type=email]::-webkit-input-placeholder, input[type=tel]::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: rgba(0,0,0,.8);
    font-family: 'Lora', serif;
    font-style: italic;
    -webkit-font-smoothing: antialiased;
    font-size: 11px; }
  /* line 161, ../compass/sass/core/_mixins.scss */
  input[type=text]:-moz-placeholder, input[type=email]:-moz-placeholder, input[type=tel]:-moz-placeholder, textarea:-moz-placeholder {
    color: rgba(0,0,0,.8);
    font-family: 'Lora', serif;
    font-style: italic;
    font-size: 11px; }
  /* line 167, ../compass/sass/core/_mixins.scss */
  input[type=text]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=tel]::-moz-placeholder, textarea::-moz-placeholder {
    color: rgba(0,0,0,.8);
    font-family: 'Lora', serif;
    font-style: italic;
    font-size: 11px; }
  /* line 173, ../compass/sass/core/_mixins.scss */
  input[type=text]:-ms-input-placeholder, input[type=email]:-ms-input-placeholder, input[type=tel]:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: rgba(0,0,0,.8);
    font-family: 'Lora', serif;
    font-style: italic;
    font-size: 11px; }
  /* line 154, ../compass/sass/core/_mixins.scss */
  input[type=text]::-webkit-input-placeholder, input[type=email]::-webkit-input-placeholder, input[type=tel]::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: rgba(74, 73, 74, 0.6);
    font-family: 'Lora', serif;
    font-style: italic;
    -webkit-font-smoothing: antialiased;
    font-size: 11px; }
  /* line 161, ../compass/sass/core/_mixins.scss */
  input[type=text]:-moz-placeholder, input[type=email]:-moz-placeholder, input[type=tel]:-moz-placeholder, textarea:-moz-placeholder {
    color: rgba(74, 73, 74, 0.6);
    font-family: 'Lora', serif;
    font-style: italic;
    font-size: 11px; }
  /* line 167, ../compass/sass/core/_mixins.scss */
  input[type=text]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=tel]::-moz-placeholder, textarea::-moz-placeholder {
    color: rgba(74, 73, 74, 0.6);
    font-family: 'Lora', serif;
    font-style: italic;
    font-size: 11px; }
  /* line 173, ../compass/sass/core/_mixins.scss */
  input[type=text]:-ms-input-placeholder, input[type=email]:-ms-input-placeholder, input[type=tel]:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: rgba(74, 73, 74, 0.6);
    font-family: 'Lora', serif;
    font-style: italic;
    font-size: 11px; }
  @media only screen and (min-width: 320px) and (max-width: 736px) {
    /* line 77, ../compass/sass/base/_base.scss */
    input[type=text], input[type=email], input[type=tel], textarea {
      width: 250px; } }

/* line 95, ../compass/sass/base/_base.scss */
input[type=text], input[type=email], input[type=tel] {
  height: 40px; }

/* line 100, ../compass/sass/base/_base.scss */
.no-opacity input[type=text], .no-opacity input[type=email], .no-opacity input[type=tel] {
  padding-top: 10px;
  height: auto;
  padding-bottom: 10px; }

/* line 105, ../compass/sass/base/_base.scss */
textarea {
  height: 90px;
  padding-top: 10px;
  resize: none; }

.succes{
  background: #54c10b !important;
  color: white !important;
  padding: 15px;
  margin-bottom: 15px;
}

.error{
  background: #c14b0b !important;
  color: white !important;
  padding: 15px;
  margin-bottom: 15px;
}


   /*!
  Paper Collapse v0.4.0
  Collapsible paper cards.
  Made with love by bbo - �2015 Alexander R�hle
  MIT License http://opensource.org/licenses/MIT
*/.collapse-card{background-color:#fff;border-bottom:1px solid #eee;color:#777;-webkit-transition:0.4s;-moz-transition:0.4s;-o-transition:0.4s;transition:0.4s}.collapse-card *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.collapse-card.active{-moz-box-shadow:0 8px 17px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.18824);-webkit-box-shadow:0 8px 17px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.18824);box-shadow:0 8px 17px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.18824);z-index:200;margin:1rem -1rem}.collapse-card.active .collapse-card__heading:hover::after{content:"\f066"}.collapse-card .collapse-card__heading:hover::after{content:"\f065"}.collapse-card__heading{cursor:pointer;padding:1rem;position:relative}.collapse-card__heading:before,.collapse-card__heading:after{content:" ";display:table}.collapse-card__heading:after{clear:both}.collapse-card__heading::after{color:#404040;font-family:'FontAwesome';font-size:1rem;line-height:2rem;padding-left:.4rem;position:absolute;right:1rem;top:1rem}.collapse-card__title{font-size:1rem;line-height:2rem;margin:0 2rem 0 0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.collapse-card__body{padding:1rem;display:none}
/*# sourceMappingURL=paper-collapse.min.css.map */



/*!
 * Justified Gallery - v3.5.4
 * http://miromannino.github.io/Justified-Gallery/
 * Copyright (c) 2015 Miro Mannino
 * Licensed under the MIT license.
 */
@-webkit-keyframes justified-gallery-show-caption-animation{from{opacity:0}to{opacity:.7}}@-moz-keyframes justified-gallery-show-caption-animation{from{opacity:0}to{opacity:.7}}@-o-keyframes justified-gallery-show-caption-animation{from{opacity:0}to{opacity:.7}}@keyframes justified-gallery-show-caption-animation{from{opacity:0}to{opacity:.7}}@-webkit-keyframes justified-gallery-show-entry-animation{from{opacity:0}to{opacity:1}}@-moz-keyframes justified-gallery-show-entry-animation{from{opacity:0}to{opacity:1}}@-o-keyframes justified-gallery-show-entry-animation{from{opacity:0}to{opacity:1}}@keyframes justified-gallery-show-entry-animation{from{opacity:0}to{opacity:1}}.justified-gallery{width:100%;position:relative;overflow:hidden}.justified-gallery>a,.justified-gallery>div{position:absolute;display:inline-block;overflow:hidden;opacity:0;filter:alpha(opacity=0)}.justified-gallery>a>img,.justified-gallery>div>img,.justified-gallery>a>a>img,.justified-gallery>div>a>img{position:absolute;top:50%;left:50%;margin:0;padding:0;border:0}.justified-gallery>a>.caption,.justified-gallery>div>.caption{display:none;position:absolute;bottom:0;padding:5px;background-color:#000;left:0;right:0;margin:0;color:#fff;font-size:12px;font-weight:300;font-family:sans-serif}.justified-gallery>a>.caption.caption-visible,.justified-gallery>div>.caption.caption-visible{display:initial;opacity:.7;filter:"alpha(opacity=70)";-webkit-animation:justified-gallery-show-caption-animation 500ms 0 ease;-moz-animation:justified-gallery-show-caption-animation 500ms 0 ease;-ms-animation:justified-gallery-show-caption-animation 500ms 0 ease}.justified-gallery>.entry-visible{opacity:1;filter:alpha(opacity=100);-webkit-animation:justified-gallery-show-entry-animation 500ms 0 ease;-moz-animation:justified-gallery-show-entry-animation 500ms 0 ease;-ms-animation:justified-gallery-show-entry-animation 500ms 0 ease}.justified-gallery>.spinner{position:absolute;bottom:0;margin-left:-24px;padding:10px 0;left:50%;opacity:initial;filter:initial;overflow:initial}.justified-gallery>.spinner>span{display:inline-block;opacity:0;filter:alpha(opacity=0);width:8px;height:8px;margin:0 4px;background-color:#000;border-top-left-radius:6px;border-top-right-radius:6px;border-bottom-right-radius:6px;border-bottom-left-radius:6px}

/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxWrapper {max-width:none;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0; padding:0; margin:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

/*
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:url(images/overlay.png) repeat 0 0; opacity: 0.9; filter: alpha(opacity = 90);}
#colorbox{outline:0;}
    #cboxTopLeft{width:21px; height:21px; background:url(images/controls.png) no-repeat -101px 0;}
    #cboxTopRight{width:21px; height:21px; background:url(images/controls.png) no-repeat -130px 0;}
    #cboxBottomLeft{width:21px; height:21px; background:url(images/controls.png) no-repeat -101px -29px;}
    #cboxBottomRight{width:21px; height:21px; background:url(images/controls.png) no-repeat -130px -29px;}
    #cboxMiddleLeft{width:21px; background:url(images/controls.png) left top repeat-y;}
    #cboxMiddleRight{width:21px; background:url(images/controls.png) right top repeat-y;}
    #cboxTopCenter{height:21px; background:url(images/border.png) 0 0 repeat-x;}
    #cboxBottomCenter{height:21px; background:url(images/border.png) 0 -29px repeat-x;}
    #cboxContent{background:#fff; overflow:hidden;}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{margin-bottom:28px;}
        #cboxTitle{position:absolute; bottom:4px; left:0; text-align:center; width:100%; color:#949494;}
        #cboxCurrent{position:absolute; bottom:4px; left:58px; color:#949494;}
        #cboxLoadingOverlay{background:url(images/loading_background.png) no-repeat center center;}
        #cboxLoadingGraphic{background:url(images/loading.gif) no-repeat center center;}

        /* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
        #cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; width:auto; background:none; }

        /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
        #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}

        #cboxSlideshow{position:absolute; bottom:4px; right:30px; color:#0092ef;}
        #cboxPrevious{position:absolute; bottom:0; left:0; background:url(images/controls.png) no-repeat -75px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxPrevious:hover{background-position:-75px -25px;}
        #cboxNext{position:absolute; bottom:0; left:27px; background:url(images/controls.png) no-repeat -50px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxNext:hover{background-position:-50px -25px;}
        #cboxClose{position:absolute; bottom:0; right:0; background:url(images/controls.png) no-repeat -25px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxClose:hover{background-position:-25px -25px;}

/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}



.da-thumbs {
	list-style: none;

	position: relative;
	margin: 20px auto;
	padding: 0;
}
.da-thumbs li {
	float: left;

	background: #fff;
	padding: 8px;
	position: relative;
	box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}
.da-thumbs li a,
.da-thumbs li a img {
	display: block;
	position: relative;
        width: 100%;
}
.da-thumbs li a {
	overflow: hidden;
        color: white !important;
}
.da-thumbs li a div {
	position: absolute;

	background: rgba(0,0,0,0.7);
	width: 100%;
	height: 100%;
}
.da-thumbs li a div span {
	display: block;
	padding: 10px 0;
	margin: 40px 20px 20px 20px;
	text-transform: uppercase;
        font-size: 2em !important;
	font-weight: normal;
	color: white !important;
}

.gallery-wrapper{
    text-align: center;
}
.album-wrapper{
    float: none !important;
    margin: 0 auto;
}
.single-gallery{

    display: inline-block;
    float: none !important;
}

/*
    Mobile Menu Core Style
*/
.slicknav_menu{
  display: none;
}
.slicknav_btn { position: relative; display: block; vertical-align: middle; float: right; padding: 0.438em 0.625em 0.438em 0.625em; line-height: 1.125em; cursor: pointer; }
.slicknav_menu  .slicknav_menutxt { display: block; line-height: 1.188em; float: left; }
.slicknav_menu .slicknav_icon { float: left; margin: 0.188em 0 0 0.438em; }
.slicknav_menu .slicknav_no-text { margin: 0 }
.slicknav_menu .slicknav_icon-bar { display: block; width: 1.125em; height: 0.125em; -webkit-border-radius: 1px; -moz-border-radius: 1px; border-radius: 1px; -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); }
.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar { margin-top: 0.188em }
.slicknav_nav { clear: both }
.slicknav_nav ul,
.slicknav_nav li { display: block }
.slicknav_nav .slicknav_arrow { font-size: 0.8em; margin: 0 0 0 0.4em; }
.slicknav_nav .slicknav_item { cursor: pointer; }
.slicknav_nav .slicknav_row { display: block; }
.slicknav_nav a { display: block }
.slicknav_nav .slicknav_item a,
.slicknav_nav .slicknav_parent-link a { display: inline }
.slicknav_brand { float:left }
.slicknav_menu:before,
.slicknav_menu:after { content: " "; display: table; }
.slicknav_menu:after { clear: both }
/* IE6/7 support */
.slicknav_menu { *zoom: 1 }

/*
    User Default Style
    Change the following styles to modify the appearance of the menu.
*/

.slicknav_menu {
    font-size:16px;
    box-sizing:border-box;
}
.slicknav_menu * {
  box-sizing:border-box;
}
/* Button */
.slicknav_btn {
    margin: 5px 5px 6px;
    text-decoration:none;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #222222;
}
/* Button Text */
.slicknav_menu  .slicknav_menutxt {
    color: #FFF;
    font-weight: bold;
    text-shadow: 0 1px 3px #000;
}
/* Button Lines */
.slicknav_menu .slicknav_icon-bar {
  background-color: #f5f5f5;
}
.slicknav_menu {
    background:#4c4c4c;
    padding:5px;
}
.slicknav_nav {
    color:#fff;
    margin:0;
    padding:0;
    font-size:0.875em;
}
.slicknav_nav, .slicknav_nav ul {
    list-style: none;
    overflow:hidden;
}
.slicknav_nav ul {
    padding:0;
    margin:0 0 0 20px;
}
.slicknav_nav .slicknav_row {
    padding:5px 10px;
    margin:2px 5px;
}
.slicknav_nav a{
    padding:5px 10px;
    margin:2px 5px;
    text-decoration:none;
    color:#fff;
}
.slicknav_nav .slicknav_item a,
.slicknav_nav .slicknav_parent-link a {
    padding:0;
    margin:0;
}
.slicknav_nav .slicknav_row:hover {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background:#ccc;
    color:#fff;
}
.slicknav_nav a:hover{
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background:#ccc;
    color:#222;
}
.slicknav_nav .slicknav_txtnode {
    margin-left:15px;
}
.slicknav_brand {
	color:#fff;
	font-size: 18px;
	line-height:30px;
	padding:7px 12px;
	height:44px;
}
