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

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

/* --------------------------------------------------------------------------------------
+
+ VARIABLES
+
-------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------
+
+ MIXINS
+
-------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------
+
+ MIXINS
+
-------------------------------------------------------------------------------------- */
/* TRANSITION */
/* LINE-HIGH */
/* FIRST CHILD */
/* TRIANGLES */
/* SPRITES */
.arrowleft, .arrowdown, .building, .out, .phone, .pin, .plus, .qr, .software, .zoom, .carousel span a:after, .collapser h5:after, .map-wrap button:before {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  background: url('../images/icons-s6badb32c63.png') no-repeat;
}

.facebook, .twitter, .google, .linkedin, .pinterest {
  display: block;
  background: url('../images/icons-s6badb32c63.png') no-repeat;
}

.arrowleft {
  background-position: 0 0;
  height: 19px;
  width: 10px;
  margin: -10px 0 0 -5px;
}

.arrowdown {
  background-position: -14px -37px;
  height: 15px;
  width: 29px;
  margin: -8px 0 0 -15px;
}

.building {
  background-position: 0 -304px;
  height: 86px;
  width: 70px;
  margin: -43px 0 0 -35px;
}

.out {
  background-position: 0 -102px;
  height: 54px;
  width: 50px;
  margin: -27px 0 0 -25px;
}

.phone {
  background-position: 0 -390px;
  height: 91px;
  width: 61px;
  margin: -46px 0 0 -31px;
}

.pin {
  background-position: -32px 0;
  height: 37px;
  width: 23px;
  margin: -19px 0 0 -12px;
}

.plus {
  background-position: -10px 0;
  height: 22px;
  width: 22px;
  margin: -11px 0 0 -11px;
}

.qr {
  background-position: 0 -224px;
  height: 80px;
  width: 80px;
  margin: -40px 0 0 -40px;
}

.software {
  background-position: 0 -156px;
  height: 68px;
  width: 91px;
  margin: -34px 0 0 -46px;
}

.zoom {
  background-position: 0 -52px;
  height: 50px;
  width: 50px;
  margin: -25px 0 0 -25px;
}

.facebook {
  background-position: -77px -37px;
  height: 15px;
  width: 8px;
}

.twitter {
  background-position: -56px -37px;
  height: 15px;
  width: 11px;
}

.google {
  background-position: -67px -37px;
  height: 15px;
  width: 10px;
}

.linkedin {
  background-position: 0 -37px;
  height: 14px;
  width: 14px;
}

.pinterest {
  background-position: -43px -37px;
  height: 15px;
  width: 13px;
}

/* BGR IMAGE */
/* CSS3 PIE */
body {
  min-width: 1020px;
  color: gray;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  line-height: 1.5;
  background-color: white;
  font-weight: 300;
  -webkit-text-stroke: 0.25px;
  position: relative;
}
@media (max-width: 1020px) {
  body {
    padding-top: 100px;
    min-width: 100%;
  }
}

h1, h2, h3, h4, h5 {
  line-height: 1;
}

h1 {
  font-size: 40px;
  font-weight: 200;
}

h2 {
  font-size: 55px;
  color: #303030;
  margin-bottom: 15px;
  font-weight: 100;
}
@media (max-width: 500px) {
  h2 {
    font-size: 35px;
  }
}

h3 {
  font-size: 25px;
  margin-bottom: 40px;
  font-weight: 100;
  line-height: 1.2;
}
@media (max-width: 500px) {
  h3 {
    font-size: 18px;
  }
}

h4 {
  font-size: 25px;
  font-weight: 100;
  margin-bottom: 20px;
  color: #f16d5b;
}

h5 {
  font-size: 20px;
  font-weight: 100;
}

a {
  outline: none;
  /* removing outline in Mozilla */
  text-decoration: none;
  color: #f16d5b;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover {
  color: #f5978a;
}

p {
  margin-bottom: 20px;
}
p:last-child {
  margin-bottom: 0;
}

img {
  vertical-align: top;
}

strong {
  font-weight: 500;
}

.clearfix {
  *zoom: 1;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

::-moz-selection {
  background: #303030;
  color: #f16d5b;
  text-shadow: none;
}

::selection {
  background: #303030;
  color: #f16d5b;
  text-shadow: none;
}

button:hover,
input[type="submit"]:hover,
label {
  cursor: pointer;
}

textarea {
  margin: 0;
  /* removing margin in Mozilla */
  overflow: auto;
  /* for IE and older browsers */
}

/* align checkboxes, radios, text inputs with their label */
input[type="radio"] {
  vertical-align: text-bottom;
}

input[type="checkbox"] {
  vertical-align: bottom;
  *vertical-align: baseline;
}

input:focus,
textarea:focus,
button:focus {
  outline: none;
}

button::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* --------------------------------------------------------------------------------------
+
+ LAYOUT
+
-------------------------------------------------------------------------------------- */
#loader {
  background: url('../images/loader.gif') no-repeat 0 0;
  background-color: #000;
  background-position: 50% 50%;
  width: 100%;
  height: 100%;
  display: block;
  position: fixed;
  top: 0;
  left: 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: 333333;
}

body {
  overflow: hidden;
}
body.loaded {
  overflow: visible;
}

@media (max-width: 1020px) {
  header, footer {
    min-width: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}

.container {
  margin: 0 auto;
  width: 960px;
  padding: 0 20px;
}
@media (max-width: 1020px) {
  .container {
    width: 100%;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}

body {
  overflow-x: hidden \9;
}

.left {
  float: left;
}

.right {
  float: right;
}

.sidenav {
  position: fixed;
  top: 200px;
  right: -200px;
  z-index: 200;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sidenav li {
  float: right;
  clear: right;
}
.sidenav a {
  height: 28px;
  line-height: 28px;
  display: block;
  padding: 0 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: gray;
  text-align: right;
  background-color: #fff;
}
.sidenav a:hover {
  width: auto;
  padding-right: 15px;
  background-color: #f16d5b;
  color: #fff;
  border-right: 5px solid #303030;
}
.sidenav.on {
  right: 0;
}
@media (max-width: 1020px) {
  .sidenav {
    display: none;
  }
}

/* --------------------------------------------------------------------------------------
+
+ BUTTONS
+
-------------------------------------------------------------------------------------- */
button {
  outline: none;
  border: none;
}

.btn {
  height: 60px;
  line-height: 60px;
  padding: 0 20px;
  font-size: 16px;
  font-weight: 100;
  text-align: center;
  background-color: transparent;
  border: 1px solid #fff;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  -moz-user-select: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -o-user-select: none;
  user-select: none;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn:hover {
  background-color: #f16d5b;
  color: #fff;
  -webkit-transition: background 0.3s ease;
  -webkit-transition-delay: 0s;
  -moz-transition: background 0.3s ease 0s;
  -o-transition: background 0.3s ease 0s;
  transition: background 0.3s ease 0s !important;
}
.btn.btn-lg {
  font-size: 25px;
  font-weight: 300;
  position: relative;
}
.btn.btn-lg:before, .btn.btn-lg:after {
  content: '';
  position: absolute;
  right: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn.btn-lg:before {
  width: 60px;
  height: 60px;
  display: block;
  border: 1px solid #fff;
  margin-right: -62px;
  top: -1px;
}
.btn.btn-lg:after {
  background: url('../images/icons-s6badb32c63.png') no-repeat;
  height: 15px;
  width: 29px;
  background-position: -14px -37px;
  top: 50%;
  margin-right: -45px;
  margin-top: -8px;
}
.btn.btn-lg:hover:before, .btn.btn-lg:hover:after {
  right: -10px;
}
.btn.btn-w {
  background-color: rgba(255, 255, 255, 0.4);
  -pie-background: rgba(255, 255, 255, 0.4);
  behavior: url(../PIE-2.0/PIE.htc);
  color: #fff;
}
.btn.btn-w:hover {
  background-color: #fff;
  color: #f16d5b;
}

/* --------------------------------------------------------------------------------------
+
+ FORMS
+
-------------------------------------------------------------------------------------- */
form input[type="text"],
form input[type="email"],
form textarea {
  width: 100%;
  height: 60px;
  line-height: 60px;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: transparent;
  border: 1px solid #fff;
  vertical-align: middle;
  font-family: "Roboto", sans-serif;
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-bottom: 20px;
}
form input[type="text"]:hover, form input[type="text"]:focus,
form input[type="email"]:hover,
form input[type="email"]:focus,
form textarea:hover,
form textarea:focus {
  background-color: rgba(255, 255, 255, 0.1);
  -pie-background: rgba(255, 255, 255, 0.1);
  behavior: url(../PIE-2.0/PIE.htc);
}
form textarea {
  padding: 10px;
  min-height: 180px;
  resize: none;
  line-height: 1.2;
}
form button {
  font-family: "Roboto", sans-serif;
  font-size: 25px !important;
  float: right;
}
form small {
  font-size: 16px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
}
form .placeholder {
  color: white !important;
  behavior: url(../PIE-2.0/PIE.htc);
}

::-webkit-input-placeholder {
  color: #fff;
}

label.error {
  margin-top: -20px;
  margin-bottom: 20px;
  display: block;
  background-color: rgba(48, 48, 48, 0.15);
  padding: 5px 10px;
}

#success, #error {
  display: none;
}

#success, #error {
  position: absolute;
  top: 0;
  width: 100%;
  font-size: 20px;
  color: #fff;
}
#success p, #error p {
  margin-left: 80px;
  min-height: 80px;
}

#success {
  background: url('../images/form-success.png') no-repeat 0 0;
}

#error {
  background: url('../images/form-error.png') no-repeat 0 0;
}

/* --------------------------------------------------------------------------------------
+
+ HEADER
+
-------------------------------------------------------------------------------------- */
header {
  height: 100px;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  position: relative;
  z-index: 400;
  -pie-background: rgba(0, 0, 0, 0.6);
  behavior: url(../PIE-2.0/PIE.htc);
}
header h1 {
  float: left;
  line-height: 100px;
}
header h1 a:hover {
  color: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header h1 a:hover:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
header button {
  width: 30px;
  height: 30px;
  display: block;
  position: absolute;
  right: 15px;
  top: 10px;
  background: url('../images/icon-nav.png') no-repeat 0 0;
  display: none;
}
header nav {
  float: right;
  padding-top: 40px;
}
header nav ul {
  float: left;
  height: 16px;
  line-height: 16px;
}
header nav li {
  display: inline-block;
}
header a {
  color: #fff;
}
@media (max-width: 1020px) {
  header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: #000;
    height: 50px;
  }
  header h1 {
    line-height: 50px;
    font-size: 30px;
  }
  header nav {
    padding-top: 15px;
  }
  header .social {
    display: none;
  }
}
@media (max-width: 600px) {
  header button {
    display: block;
    -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: 20;
  }
  header button:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.7;
  }
  header h1 {
    position: relative;
    z-index: 20;
  }
  header:before {
    content: '';
    width: 100%;
    height: 100%;
    background-color: #000;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
  }
  header nav {
    position: absolute;
    top: -800px;
    left: 0;
    right: 0;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    padding: 0;
    z-index: 5;
  }
  header nav ul {
    width: 100%;
  }
  header nav li {
    display: block;
    width: 100%;
    float: none;
    margin: 0 !important;
    padding: 15px 0;
    border-top: 1px solid #222;
    border-color: rgba(255, 255, 255, 0.05);
    background-color: rgba(0, 0, 0, 0.7);
    -pie-background: rgba(0, 0, 0, 0.7);
    behavior: url(../PIE-2.0/PIE.htc);
  }
  header nav li:first-child {
    border-top: none;
  }
  header nav.down {
    top: 50px;
  }
}

.nav {
  font-size: 18px;
}
.nav li {
  margin-left: 25px;
}

.social {
  margin-left: 30px;
  padding-left: 30px;
  border-color: #303030;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 0;
}
.social li {
  margin-left: 10px;
}
.social li:first-child {
  margin-left: 0;
}
.social a {
  text-indent: -9999px;
  float: left;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
.social a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/* --------------------------------------------------------------------------------------
+
+ FOOTER
+
-------------------------------------------------------------------------------------- */
footer {
  padding: 70px 0;
  background-color: #303030;
}
@media (max-width: 1020px) {
  footer .copy, footer .newsletter {
    width: 50%;
  }
}
@media (max-width: 600px) {
  footer {
    padding: 30px 0;
  }
  footer .copy, footer .newsletter {
    width: 100%;
  }
  footer .copy {
    text-align: center;
  }
  footer .copy * {
    float: none;
  }
  footer .social {
    padding: 0;
    margin: 0;
    margin-top: 20px;
  }
}

.copy {
  float: right;
  text-align: right;
}
.copy > * {
  float: right;
  clear: right;
}
.copy > a {
  font-size: 30px;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  line-height: 1;
  margin-bottom: 10px;
}
.copy > a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
.copy .social {
  border: none;
  margin-bottom: 15px;
}
.copy .social li {
  display: inline-block;
}
.copy small {
  font-size: 14px;
}

.newsletter {
  width: 470px;
  float: left;
}
.newsletter label {
  font-size: 20px;
  font-weight: 200;
  line-height: 1;
  margin-bottom: 15px;
  float: left;
}
.newsletter input[type="email"] {
  width: 70%;
  height: 48px;
  line-height: 48px;
  float: left;
  border-color: #5f5f5f;
}
.newsletter input[type="email"]:hover, .newsletter input[type="email"]:focus {
  background-color: rgba(255, 255, 255, 0.05);
  -pie-background: rgba(255, 255, 255, 0.05);
  behavior: url(../PIE-2.0/PIE.htc);
}
.newsletter .btn-w {
  background-color: #5f5f5f;
  border-color: #5f5f5f;
  height: 48px;
  line-height: 46px;
  float: left;
  font-size: 20px !important;
  color: #cacaca;
  width: 30%;
}
.newsletter .btn-w:hover {
  background-color: #4b4b4b;
  border-color: #4b4b4b;
  color: #fff;
}

/* --------------------------------------------------------------------------------------
+
+ SLIDER
+
-------------------------------------------------------------------------------------- */
.slider {
  width: 100%;
  display: block;
  position: relative;
  top: -100px;
  min-height: 400px;
}
.slider .slide {
  width: 100%;
  height: 100%;
  position: relative;
  font-size: 18px;
  background-position: 50% 50%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -pie-background-size: cover;
  behavior: url(../PIE-2.0/PIE.htc);
}
@media (max-width: 500px) {
  .slider .slide {
    font-size: 14px;
  }
}
.slider .slide:after {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(17, 11, 0, 0.6);
}
.ie8 .slider .slide:after {
  background: url('../images/ie8-overlay.png') no-repeat 0 0;
  background-repeat: repeat;
}
.slider .slide .container {
  padding-top: 100px;
  color: #fff;
}
.slider .slide .slide-content {
  position: relative;
  z-index: 10;
  margin-top: 200px;
  padding-right: 40px;
}
@media (max-height: 680px) {
  .slider .slide .slide-content {
    margin-top: 50px;
  }
}
.slider .slide .slide-content * {
  position: relative;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
.slider .slide em {
  font-size: 80px;
  font-weight: 100;
  line-height: .8;
  margin-bottom: 20px;
  display: block;
  -webkit-transition: top 0.5s ease, opacity 0.5s ease;
  -webkit-transition-delay: 0.5s, 0.5s;
  -moz-transition: top 0.5s ease 0.5s, opacity 0.5s ease 0.5s;
  -o-transition: top 0.5s ease 0.5s, opacity 0.5s ease 0.5s;
  transition: top 0.5s ease 0.5s, opacity 0.5s ease 0.5s;
  top: 50px;
}
@media (max-height: 680px) {
  .slider .slide em {
    font-size: 50px;
    line-height: 1;
  }
}
@media (max-width: 500px) {
  .slider .slide em {
    font-size: 35px;
    line-height: 1;
  }
}
.slider .slide p {
  margin-bottom: 40px;
  top: 60px;
  -webkit-transition: top 0.5s ease, opacity 0.5s ease;
  -webkit-transition-delay: 0.8s, 0.8s;
  -moz-transition: top 0.5s ease 0.8s, opacity 0.5s ease 0.8s;
  -o-transition: top 0.5s ease 0.8s, opacity 0.5s ease 0.8s;
  transition: top 0.5s ease 0.8s, opacity 0.5s ease 0.8s;
}
.slider .slide .btn {
  top: 70px;
  -webkit-transition: top 0.5s ease, opacity 0.5s ease;
  -webkit-transition-delay: 1.2s, 1.2s;
  -moz-transition: top 0.5s ease 1.2s, opacity 0.5s ease 1.2s;
  -o-transition: top 0.5s ease 1.2s, opacity 0.5s ease 1.2s;
  transition: top 0.5s ease 1.2s, opacity 0.5s ease 1.2s;
}
.slider .slide.active-slide * {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  top: 0;
}
.slider .cycle-pager {
  content: '';
  position: absolute;
  right: 20px;
  top: 300px;
  z-index: 300;
}
.slider .cycle-pager span {
  font-size: 0;
  text-indent: -9999px;
  width: 13px;
  height: 13px;
  display: block;
  border: 2px solid #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  background-clip: padding-box;
  display: block;
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
.slider .cycle-pager span:hover:before {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
.slider .cycle-pager span.cycle-pager-active:before {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.slider .cycle-pager span:before {
  content: '';
  margin: 3px;
  width: 7px;
  height: 7px;
  display: block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  background-clip: padding-box;
  background-color: #fff;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=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;
}
.slider .cycle-pager span + span {
  margin-top: 10px;
}

.carousel {
  margin: 0 -6px;
}
@media (max-width: 1020px) {
  .carousel {
    margin: 0;
  }
}
.carousel span {
  width: 148px;
  height: 148px;
  display: block;
  border: 1px solid #dadada;
  margin: 0 6px;
}
.carousel span a {
  width: 148px;
  height: 148px;
  display: block;
  line-height: 148px;
  position: relative;
  text-align: center;
}
.carousel span a:hover:before, .carousel span a:hover:after {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.carousel span a img {
  z-index: 1;
  vertical-align: middle;
}
.carousel span a:before, .carousel span a:after {
  content: '';
  position: absolute;
  z-index: 10;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=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;
}
.carousel span a:before {
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgba(241, 109, 91, 0.8);
  -pie-background: rgba(241, 109, 91, 0.8);
  behavior: url(../PIE-2.0/PIE.htc);
  top: 0;
  left: 0;
}
.carousel span a:after {
  background-position: 0 -102px;
  height: 54px;
  width: 50px;
  margin: -27px 0 0 -25px;
}
.carousel + .carousel-nav {
  position: relative;
  width: 100%;
}
.carousel + .carousel-nav * {
  position: absolute;
  left: -20px;
  margin: 0;
  text-indent: -9999px;
  margin-top: -84px;
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
}
.carousel + .carousel-nav *:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.carousel + .carousel-nav *.next2 {
  left: auto;
  right: -20px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  text-indent: 9999px;
}
.ie8 .carousel + .carousel-nav *.next2 {
  background-color: #fff;
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}

/* --------------------------------------------------------------------------------------
+
+ CONTENT
+
-------------------------------------------------------------------------------------- */
section {
  padding: 70px 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=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;
}
@media (max-width: 500px) {
  section {
    padding: 50px 0;
  }
}
section h2, section h3 {
  -webkit-transform: translate(-300px, 0);
  -moz-transform: translate(-300px, 0);
  -ms-transform: translate(-300px, 0);
  -o-transform: translate(-300px, 0);
  transform: translate(-300px, 0);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=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;
}
section h3 {
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
section.view {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
section.view h2, section.view h3 {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

button.top {
  width: 60px;
  height: 60px;
  display: block;
  background: url('../images/arrow-up.png') no-repeat 0 0;
  background-position: 50% 50%;
  background-color: #000;
  position: fixed;
  right: 50px;
  bottom: 90px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=10);
  opacity: 0.1;
  text-indent: -9999px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
button.top:hover, button.top:active {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  opacity: 0.3;
}
@media (max-width: 1080px) {
  button.top {
    display: none;
  }
}
@media (max-width: 1270px) {
  button.top {
    right: 0;
  }
}

#about {
  margin-top: -100px;
  font-size: 0;
}

.about-card {
  width: 470px;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 30px;
  padding-left: 180px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.about-card:hover .icon-wrap {
  background-color: #f0f0f0;
  border-color: #f0f0f0;
}
.about-card b {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.about-card .icon-wrap {
  width: 148px;
  height: 148px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #dadada;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.about-card p {
  font-size: 14px;
}
.about-card:nth-child(even) {
  margin-left: 20px;
}
@media (max-width: 1020px) {
  .about-card {
    width: 100%;
    min-height: 148px;
    display: block;
    margin-left: 0 !important;
  }
}

#products {
  background-color: #f1f1f2;
}

.gallery {
  margin: -7.5px;
  overflow: hidden;
  text-align: center;
}
.gallery li {
  display: inline-block;
  border: 1px solid #fff;
  position: relative;
  overflow: hidden;
  text-align: left;
  margin: 3px;
}
.gallery li:hover {
  border-color: transparent;
}
.gallery li:hover .overlay {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  visibility: visible;
}
.gallery li:hover .overlay em, .gallery li:hover .overlay small {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.gallery li:hover img {
  -webkit-transform: scale(1.5, 1.5);
  -moz-transform: scale(1.5, 1.5);
  -ms-transform: scale(1.5, 1.5);
  -o-transform: scale(1.5, 1.5);
  transform: scale(1.5, 1.5);
  -webkit-transition: all 2.5s ease;
  -moz-transition: all 2.5s ease;
  -o-transition: all 2.5s ease;
  transition: all 2.5s ease;
}
.gallery .overlay {
  width: 100%;
  height: 100%;
  display: block;
  padding: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(241, 109, 91, 0.9);
  -pie-background: rgba(241, 109, 91, 0.9);
  behavior: url(../PIE-2.0/PIE.htc);
  color: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate(0, 100%);
  -moz-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  -o-transform: translate(0, 100%);
  transform: translate(0, 100%);
}
.gallery .overlay em, .gallery .overlay small {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=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;
}
.gallery .overlay em {
  font-size: 25px;
  font-weight: 100;
  line-height: 1;
  display: block;
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.gallery .overlay small {
  float: left;
  clear: left;
  line-height: 1.2;
  color: #faccc7;
  -webkit-transition-delay: 0.7s;
  -moz-transition-delay: 0.7s;
  -o-transition-delay: 0.7s;
  transition-delay: 0.7s;
}
.gallery .overlay .zoom {
  bottom: 30px;
  right: 30px;
  top: auto;
  left: auto;
  margin: 0;
  -webkit-transform: scale(0.9, 0.9);
  -moz-transform: scale(0.9, 0.9);
  -ms-transform: scale(0.9, 0.9);
  -o-transform: scale(0.9, 0.9);
  transform: scale(0.9, 0.9);
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
.gallery .overlay .zoom:hover {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}
.gallery .overlay .zoom:hover:before, .gallery .overlay .zoom:hover:after {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.gallery .overlay .zoom:before, .gallery .overlay .zoom:after {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translate(-10px, 0);
  -moz-transform: translate(-10px, 0);
  -ms-transform: translate(-10px, 0);
  -o-transform: translate(-10px, 0);
  transform: translate(-10px, 0);
  top: 50%;
}
.gallery .overlay .zoom:before {
  content: 'Closer look';
  white-space: nowrap;
  background-color: #fff;
  height: 27px;
  line-height: 27px;
  width: auto;
  padding: 0 10px;
  display: block;
  position: absolute;
  right: 100%;
  margin-right: 12px;
  margin-top: -13.5px;
}
.gallery .overlay .zoom:after {
  content: '';
  content: '';
  width: 0;
  height: 0;
  display: block;
  border-style: solid;
  position: absolute;
  border-width: 5px 0 5px 5px;
  border-color: transparent transparent transparent white;
  margin-top: -5px;
  left: -12px;
}

#faq {
  background-color: #f1f1f2;
}

.collapser h5 {
  width: 100%;
  padding: 13px 50px 13px 15px;
  margin-top: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.5;
  color: gray;
  border: 1px solid #dadada;
  background-color: #fff;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.collapser h5:first-child {
  margin-top: 0;
}
.collapser h5:hover {
  background-color: #fafafa;
  color: #303030;
}
.collapser h5:before, .collapser h5:after {
  position: absolute;
  top: 14px;
  right: 14px;
}
.collapser h5:before {
  content: '';
  width: 30px;
  height: 30px;
  display: block;
  background-color: #d9d9d9;
}
.collapser h5:after {
  content: '';
  background-position: -10px 0;
  height: 22px;
  width: 22px;
  left: auto !important;
  margin-right: 4px;
  margin-top: 4px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.collapser h5.active {
  background-color: #f16d5b;
  color: #fff;
}
.collapser h5.active:before {
  background-color: #303030;
}
.collapser h5.active:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.collapser .answer {
  width: 898px;
  height: auto;
  padding: 30px;
  border: 1px solid #dadada;
  border-top: none;
  background-color: #fff;
  display: none;
}
@media (max-width: 1020px) {
  .collapser .answer {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}

#contact {
  background-color: #f16d5b;
  color: #fff;
  overflow: hidden;
  padding-bottom: 50px;
}
#contact .container {
  position: relative;
}
#contact h2 {
  color: #fff;
}
#contact .info {
  width: 470px;
  float: left;
  font-size: 20px;
}
#contact .info strong {
  font-size: 35px;
  line-height: 1;
  margin-bottom: 10px;
}
#contact .info a {
  color: #fff;
  -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: left;
}
#contact .info a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
#contact .info div {
  margin-top: 30px;
  clear: left;
  float: left;
}
#contact .form-wrap {
  float: right;
  width: 470px;
  position: relative;
}
@media (max-width: 1020px) {
  #contact .info, #contact .form-wrap {
    width: 50%;
  }
}
@media (max-width: 600px) {
  #contact .info, #contact .form-wrap {
    width: 100%;
  }
  #contact .info {
    margin-bottom: 50px;
  }
  #contact .info a {
    clear: none;
    margin-right: 30px;
  }
}

.map-wrap {
  width: 100%;
  height: 570px;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  position: absolute;
  margin-top: 40px;
  top: 100%;
  left: 0;
  -webkit-transition: all 0.6s ease-in-out;
  -webkit-transition-delay: 0.2s;
  -moz-transition: all 0.6s ease-in-out 0.2s;
  -o-transition: all 0.6s ease-in-out 0.2s;
  transition: all 0.6s ease-in-out 0.2s;
}
.map-wrap button {
  background-color: #fff;
  width: 60px;
  height: 60px;
  display: block;
  position: absolute;
  top: -50px;
  left: 0;
  -webkit-transition: all 0.3s ease;
  -webkit-transition-delay: 0.5s;
  -moz-transition: all 0.3s ease 0.5s;
  -o-transition: all 0.3s ease 0.5s;
  transition: all 0.3s ease 0.5s;
}
.map-wrap button:hover:after {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  margin-left: 0;
}
.map-wrap button:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  background-position: -32px 0;
  height: 37px;
  width: 23px;
  margin: -19px 0 0 -12px;
}
.ie8 .map-wrap button:before {
  top: 0;
  margin-top: -18.5px;
}
.map-wrap button:after {
  content: 'Open Map';
  white-space: nowrap;
  background-color: #fff;
  color: #f16d5b;
  height: 60px;
  line-height: 60px;
  padding: 0 15px;
  position: absolute;
  left: 100%;
  margin-left: -10px;
  top: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=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;
}
.map-wrap.opened {
  top: 0;
  margin-top: 0;
}
.map-wrap.opened button {
  top: 0;
}
.map-wrap.opened button:after {
  content: 'Close Map';
}
.map-wrap #map {
  width: 100%;
  height: 100%;
  display: block;
  display: block;
}
@media (max-width: 1020px) {
  .map-wrap {
    height: 100%;
  }
}

.clients-small {
  font-size: 0;
}
.clients-small .carousel {
  text-align: center;
}
.clients-small .cycle-sentinel, .clients-small .carousel-nav {
  display: none !important;
}
.clients-small .cycle-slide {
  display: inline-block;
  margin-bottom: 12px;
}

/* --------------------------------------------------------------------------------------
+
+ COLORBOX
+
-------------------------------------------------------------------------------------- */
/*
/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox {
  outline: 0 !important;
}

#colorbox, #cboxOverlay, #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
}

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
  display: block;
  background-color: #000;
}

#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%;
  display: block;
}

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
  cursor: pointer;
}

.cboxPhoto {
  width: 100% !important;
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
  border: 1px solid #fff;
}

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}

#colorbox, #cboxContent, #cboxLoadedContent {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-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.
*/
#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
  background-color: #fff;
}

#cboxLoadedContent img {
  background-color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#cboxTitle {
  width: 100%;
  height: 60px;
  line-height: 60px;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  bottom: 0;
  left: 0;
  float: left;
  font-size: 25px;
  font-weight: 100;
  color: #303030;
  background-color: rgba(255, 255, 255, 0.9);
  behavior: url(../PIE-2.0/PIE.htc);
}

#cboxCurrent {
  text-align: right;
  height: 60px;
  line-height: 60px;
  position: absolute;
  bottom: 0;
  right: 20px;
  font-size: 18px;
  color: gray;
}

#cboxLoadingOverlay {
  background: url('../images/loading_background.png') no-repeat 50% 50%;
}

#cboxLoadingGraphic {
  background: url('../images/loading.gif') no-repeat 50% 50%;
}

/* 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: 0;
  right: 30px;
  color: #0092ef;
}

#cboxNext, #cboxPrevious {
  position: absolute;
  top: 50%;
  margin-top: -20px;
  width: 20px;
  height: 39px;
  text-indent: -9999px;
  background: url('../images/cbox-nav.png?1386507306') no-repeat 0 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#cboxNext:hover, #cboxPrevious:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

#cboxPrevious {
  left: -30px;
}
@media (max-width: 960px) {
  #cboxPrevious {
    left: 10px;
  }
}

#cboxNext {
  right: -30px;
  background-position: -20px 0;
}
@media (max-width: 960px) {
  #cboxNext {
    right: 10px;
  }
}

#cboxPrevious, #cboxNext, #cboxClose {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#cboxClose {
  position: absolute;
  top: -30px;
  right: -30px;
  background: url('../images/cbox-nav.png?1386507306') no-repeat -40px 0;
  width: 25px;
  height: 25px;
  display: block;
  text-indent: -9999px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
@media (max-width: 960px) {
  #cboxClose {
    right: 10px;
  }
}
#cboxClose:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/*
  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);
}

/*

@import "content";
@import "portfolio";

*/
