.fontawesome {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.radial {
  background: -moz-radial-gradient(center, circle cover, #555A5F 0%, #000 100%);
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #555A5F), color-stop(100%, #000));
  background: -webkit-radial-gradient(center, circle cover, #555A5F 0%, #000 100%);
  background: -o-radial-gradient(center, circle cover, #555A5F 0%, #000 100%);
  background: -ms-radial-gradient(center, circle cover, #555A5F 0%, #000 100%);
  background: radial-gradient(center, circle cover, #555A5F 0%, #000 100%);
  background-color: #555A5F;
  width: 100%;
  height: 100%;
  position: absolute;
}

/* #Reset & Basics (Inspired by E. Meyers)
================================================== */
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, select {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

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;
}

/* #Basic Styles
================================================== */
html {
  overflow-x: hidden;
  height: 100%;
}

/* #Typography
================================================== */
h1, h2, h3, h4, h5, h6 {
  color: #fff;
  font-family: "Roboto", "Helvtica Neue", Helvetica, Arial, Myriad Pro, sans-serif;
  text-align: center;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  font-weight: inherit;
}

h1 {
  font-size: 42px;
  line-height: 42px;
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: -1px;
}

h2 {
  font-size: 36px;
  line-height: 36px;
  font-weight: 300;
}

h3 {
  font-size: 32px;
  line-height: 32px;
  font-weight: 300;
}

h4 {
  font-size: 28px;
  line-height: 28px;
  font-weight: 700;
}

h5 {
  font-size: 24px;
  line-height: 24px;
  font-weight: 700;
}

h6 {
  font-size: 20px;
  line-height: 20px;
  font-weight: 800;
}

p img {
  margin: 0;
}

p.lead {
  font-size: 21px;
  line-height: 27px;
  color: #777;
}

em {
  font-style: italic;
}

strong {
  font-weight: 600;
}

small {
  font-size: 80%;
}

/*  Blockquotes  */
blockquote, blockquote p {
  font-size: 17px;
  line-height: 24px;
  color: #777;
}

blockquote {
  margin: 0 0 20px;
  padding: 9px 20px 0 19px;
}

blockquote cite {
  display: block;
  font-size: 12px;
  color: #555;
}

blockquote cite:before {
  content: "\2014 \0020";
}

blockquote cite a, blockquote cite a:visited, blockquote cite a:visited {
  color: #555;
}

hr {
  border: solid #323a3d;
  border-width: 1px 0 0;
  clear: both;
  margin: 0 10px 0 10px;
  height: 0;
  position: relative;
}

/* #Links
================================================== */
a, a:visited {
  text-decoration: none;
}

a:hover, a:focus {
  color: #e74c3c;
  text-decoration: none;
  outline: none;
}

p a, p a:visited {
  line-height: inherit;
  text-decoration: none;
}

/* #Lists
================================================== */
ul {
  list-style: none outside;
}

ol {
  list-style: decimal;
}

ol, ul.square, ul.circle, ul.disc {
  margin-left: 30px;
}

ul.square {
  list-style: square outside;
}

ul.circle {
  list-style: circle outside;
}

ul.disc {
  list-style: disc outside;
}

ul ul, ul ol,
ol ol, ol ul {
  font-size: 90%;
}

li {
  line-height: 18px;
}

ul.large li {
  line-height: 21px;
}

li p {
  line-height: 21px;
}

/* #Buttons
================================================== */
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  background: #363636;
  margin-top: 10px;
  border: none;
  color: #dfdfdf;
  display: inline-block;
  font-size: 16px;
  cursor: pointer;
  line-height: normal;
  padding: 15px 25px;
  -webkit-transition: all 350ms ease-out;
  -ms-transition: all 350ms ease-out;
  -moz-transition: all 350ms ease-out;
  -o-transition: all 350ms ease-out;
  transition: all 350ms ease-out;
  width: 100%;
}

.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
  color: #e74c3c;
  background: #292929;
}

.button:active,
button:active,
input[type="submit"]:active,
input[type="reset"]:active,
input[type="button"]:active {
  color: #e74c3c;
}

.button.full-width,
button.full-width,
input[type="submit"].full-width,
input[type="reset"].full-width,
input[type="button"].full-width {
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
  text-align: center;
}

/* Fix for odd Mozilla border & padding issues */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* #Images
================================================== */
/* #Misc
================================================== */
.remove-bottom {
  margin-bottom: 0 !important;
}

.half-bottom {
  margin-bottom: 10px !important;
}

.add-bottom {
  margin-bottom: 20px !important;
}

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

::selection {
  background: rgba(0, 0, 0, 0.2);
}

::-moz-selection {
  background: rgba(0, 0, 0, 0.2);
}

html {
  font-size: 62.5%;
}

body {
  background: #323232;
  font-weight: 300;
  font-size: 14px;
  line-height: 22px;
  color: #a6a6a6;
  overflow-x: hidden;
  font-family: "Roboto", "Helvtica Neue", Helvetica, Arial, Myriad Pro, sans-serif;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -webkit-transition: opacity 350ms ease;
  -ms-transition: opacity 350ms ease;
  -moz-transition: opacity 350ms ease;
  -o-transition: opacity 350ms ease;
  transition: opacity 350ms ease;
}

.opaque {
  opacity: 0;
  -webkit-transition: opacity 400ms ease 0.2s;
  -ms-transition: opacity 400ms ease 0.2s;
  -moz-transition: opacity 400ms ease 0.2s;
  -o-transition: opacity 400ms ease 0.2s;
  transition: opacity 400ms ease 0.2s;
}

.not-opaque {
  opacity: 1 !important;
}

a, a:hover {
  text-decoration: none;
}

a {
  -webkit-transition: all 350ms ease;
  -ms-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}
a:hover {
  color: #e67e22;
}

/* #Sep sections
================================================== */
.section {
  position: relative;
  overflow: hidden;
  padding-top: 120px;
  padding-bottom: 120px;
}

.section-1 {
  position: relative;
  overflow: hidden;
  padding: 80px 0;
}

.z-index {
  z-index: 5;
}

.btn {
  color: #FFF;
  background: #e67e22;
  font-size: 18px;
  font-weight: 700;
  padding: 10px 20px;
  text-transform: uppercase;
}
.btn:hover {
  color: #FFF;
  background: #000;
}
.btn:focus {
  outline: none;
  color: #FFF;
  background: #bf6516;
}

.p-b-60 {
  padding-bottom: 60px;
}

.p-b-100 {
  padding-bottom: 100px;
}

.m-b-100 {
  margin-bottom: 100px;
}

.delay-0 {
  -webkit-animation-delay: 0;
  animation-delay: 0;
}

.delay-1000 {
  -webkit-animation-delay: 1000;
  animation-delay: 1000;
}

.delay-2000 {
  -webkit-animation-delay: 2000;
  animation-delay: 2000;
}

.delay-3000 {
  -webkit-animation-delay: 3000;
  animation-delay: 3000;
}

/* #PAGE LOAD */
body.royal_loader {
  background: none;
  visibility: hidden;
}

#royal_preloader {
  font-family: "Roboto", "Helvtica Neue", Helvetica, Arial, Myriad Pro, sans-serif;
  font-size: 12px;
  visibility: visible;
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 9999999999;
  -webkit-transition: all 233.33333ms linear 0.8s;
  -ms-transition: all 233.33333ms linear 0.8s;
  -moz-transition: all 233.33333ms linear 0.8s;
  -o-transition: all 233.33333ms linear 0.8s;
  transition: all 233.33333ms linear 0.8s;
}

#royal_preloader.complete {
  opacity: 0;
}

#royal_preloader .background {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background-color: #000;
  -webkit-transition: background 700ms linear;
  -ms-transition: background 700ms linear;
  -moz-transition: background 700ms linear;
  -o-transition: background 700ms linear;
  transition: background 700ms linear;
}

#royal_preloader.number .name {
  position: absolute;
  top: 20%;
  left: 0px;
  right: 0px;
  text-transform: uppercase;
  color: #EEE;
  text-align: center;
  opacity: 0;
  -webkit-transition: transform 350ms linear;
  -ms-transition: transform 350ms linear;
  -moz-transition: transform 350ms linear;
  -o-transition: transform 350ms linear;
  transition: transform 350ms linear;
  -webkit-animation: fly 0.3s;
  -moz-animation: fly 0.3s;
  -ms-animation: fly 0.3s;
  animation: fly 0.3s;
}

#royal_preloader.number .percentage {
  color: #FFFFFF;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  text-align: center;
  margin: -90px 0px 0px -90px;
  background-image: url("../images/loader.gif");
  background-repeat: no-repeat;
  background-position: 50% 0;
  padding-top: 80px;
  width: 180px;
  position: absolute;
  font-size: 50px;
  top: 50%;
  left: 50%;
  -webkit-transition: all 350ms linear 0.5s;
  -ms-transition: all 350ms linear 0.5s;
  -moz-transition: all 350ms linear 0.5s;
  -o-transition: all 350ms linear 0.5s;
  transition: all 350ms linear 0.5s;
}

#royal_preloader.text .loader {
  color: #FFF;
  position: absolute;
  font-family: "Roboto", "Helvtica Neue", Helvetica, Arial, Myriad Pro, sans-serif;
  font-weight: 900;
  top: 50%;
  left: 50%;
  height: 40px;
  line-height: 40px;
  margin-top: -20px;
  letter-spacing: -1.6px !important;
  font-size: 36px;
  white-space: nowrap;
}

#royal_preloader.text .loader div {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0%;
  background-color: #000;
  opacity: 0.7;
  filter: alpha(opacity=70);
  -webkit-transition: left 350ms linear;
  -ms-transition: left 350ms linear;
  -moz-transition: left 350ms linear;
  -o-transition: left 350ms linear;
  transition: left 350ms linear;
}

#royal_preloader.logo .loader {
  width: 80px;
  height: 80px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -40px 0px 0px -40px;
  overflow: hidden;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100%;
}

#royal_preloader.logo .loader div {
  position: absolute;
  bottom: 0%;
  left: 0px;
  right: 0px;
  height: 100%;
  opacity: 0.7;
  filter: alpha(opacity=70);
  -webkit-transition: bottom 350ms linear;
  -ms-transition: bottom 350ms linear;
  -moz-transition: bottom 350ms linear;
  -o-transition: bottom 350ms linear;
  transition: bottom 350ms linear;
}

#royal_preloader.logo .percentage {
  position: absolute;
  width: 80px;
  height: 40px;
  line-height: 40px;
  top: 50%;
  left: 50%;
  margin: 40px 0px 0px -40px;
  color: #072E77;
  text-align: center;
  font-family: Arial;
  font-size: 12px;
  font-weight: bold;
}

/* #Navigation
================================================== */
#menu-wrap {
  position: fixed;
  padding-bottom: 5px;
  width: 100%;
  z-index: 1000;
  top: 0;
  left: 0;
}

.menu-back {
  background: #3f3d3c;
  background: rgba(60, 60, 60, 0.9);
}

.cbp-af-header {
  -webkit-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.cbp-af-header.cbp-af-header-shrink {
  background: #3f3d3c;
  background: #3c3c3c;
}

.cbp-af-header.cbp-af-header-shrink .logo {
  -webkit-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.cbp-af-header.cbp-af-header-shrink ul.slimmenu {
  margin-top: 1px;
  margin-bottom: 0;
  -webkit-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.cbp-af-header.cbp-af-header-shrink ul.slimmenu li:first-child {
  background: none;
}

.cbp-af-header.cbp-af-header-shrink ul.slimmenu li ul li:first-child {
  background: none;
}

ul.slimmenu li ul li a {
  color: #fff;
}

ul.slimmenu li ul li {
  background: none;
  padding-left: 0;
}

ul.slimmenu li ul {
  background: #3f3d3c;
  background: rgba(41, 41, 41, 0.9);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

ul.slimmenu li a:hover {
  border-bottom: 1px solid #e67e22;
}

#header .container {
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  -ms-perspective: 1000;
  perspective: 1000;
}

.logo {
  color: #FFF;
  font-size: 32px;
  font-weight: 300;
  /* font-family: 'Montserrat', sans-serif; */
  font-family: "Roboto", "Helvtica Neue", Helvetica, Arial, Myriad Pro, sans-serif;
  padding-top: 24px;
  float: left;
  letter-spacing: -1.75px;
  text-transform: uppercase;
  -webkit-transition: all 350ms ease;
  -ms-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}
.logo span {
  font-weight: 900;
}
.logo:hover {
  opacity: .7;
  color: #FFF;
}

.logo-pic {
  position: absolute;
  width: 146px;
  height: 57px;
  z-index: 10000;
  left: 10px;
  top: 10px;
  background: url("../images/logo.png") no-repeat left center;
  background-size: contain;
  text-indent: -9999px;
}

.menu-collapser {
  position: relative;
  width: 100%;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  padding: 0 8px;
}

.collapse-button {
  position: absolute;
  right: 0px;
  top: 50%;
  width: 42px;
  color: #FFF;
  padding: 10px;
  cursor: pointer;
  font-size: 14px;
  text-align: center;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transition: all 350ms ease;
  -ms-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
  background: #383838;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  background: #212121;
  border: 1px solid rgba(0, 0, 0, 0.5);
}

.collapse-button:hover,
.collapse-button:focus {
  background-image: none;
  background: #454545;
  color: #FFF;
}

.collapse-button .icon-bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.8);
  display: block;
  height: 2px;
  width: 20px;
  margin: 3px 0;
}

ul.slimmenu {
  padding-top: 10px;
  text-align: right;
  margin: 10px 0;
}

ul.slimmenu li {
  display: inline-block;
}

ul.slimmenu > li:first-child {
  border-left: 0;
}

ul.slimmenu > li:last-child {
  margin-right: 0;
}

ul.slimmenu li a {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  padding: 8px 0px;
  cursor: pointer;
  margin: 0px;
  font-family: "Roboto", "Helvtica Neue", Helvetica, Arial, Myriad Pro, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  border-bottom: 1px solid transparent;
  font-size: 14px;
  -webkit-transition: all 350ms linear;
  -ms-transition: all 350ms linear;
  -moz-transition: all 350ms linear;
  -o-transition: all 350ms linear;
  transition: all 350ms linear;
}
ul.slimmenu li a:hover {
  color: #e67e22;
  text-shadow: none;
}

ul.slimmenu li:after {
  content: '/';
  padding: 10px 10px 0 12px;
}

ul.slimmenu li:last-child:after {
  content: '';
}

ul.slimmenu li a:hover {
  text-decoration: none;
}

ul.slimmenu li:first-child {
  background: none;
}

ul.slimmenu li .sub-collapser {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 100%;
  z-index: 999;
  cursor: pointer;
}

ul.slimmenu li .sub-collapser:before {
  display: none;
}

ul.slimmenu li .sub-collapser > i {
  display: none;
}

ul.slimmenu li ul {
  margin: 0;
  list-style-type: none;
}

ul.slimmenu li ul a {
  font-size: 10px;
}

ul.slimmenu li ul li:first-child {
  background: none;
}

ul.slimmenu li ul li {
  background: none;
  padding-left: 0;
}

ul.slimmenu li > ul {
  display: none;
  position: absolute;
  text-align: left;
  left: 0;
  top: 100%;
  z-index: 999;
  width: 150%;
}

ul.slimmenu li ul li a:hover {
  border-bottom: 1px solid #e67e22;
}

ul.slimmenu li > ul > li ul {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
  z-index: 999;
  width: 100%;
}

ul.slimmenu.collapsed {
  padding: 0;
  margin: 0;
}

ul.slimmenu.collapsed li {
  display: block;
  width: 100%;
}

ul.slimmenu.collapsed li a {
  display: block;
  border-bottom: 1px solid transparent;
}

ul.slimmenu.collapsed li .sub-collapser {
  height: 40px;
}

ul.slimmenu.collapsed li > ul {
  display: none;
  position: static;
}

.browsehappy {
  position: absolute;
  background: #292929;
  border: 1px solid #1c1c1c;
  z-index: 999;
  top: 72px;
  width: 100%;
  text-align: center;
  font-size: 18px;
  color: #FFF;
  padding: 20px;
}

.tipper {
  height: 1px;
  left: -99999px;
  position: absolute;
  pointer-events: none;
  top: -99999px;
  width: 1px;
  z-index: 100000;
}

.tipper .tipper-content {
  background: #111;
  background: rgba(0, 0, 0, 0.85);
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
  border-radius: 3px;
  color: #fff;
  display: block;
  float: left;
  font-family: 'Lato', sans-serif;
  font-size: 10px;
  margin: 0;
  padding: 6px 20px;
  position: relative;
  white-space: nowrap;
}

.tipper .tipper-caret {
  background: url("../images/tipper-icon.png") no-repeat;
  display: block;
  height: 11px;
  position: absolute;
  width: 100%;
}

.tipper.right .tipper-content {
  box-shadow: 1px 0 3px rgba(0, 0, 0, 0.25);
}

.tipper.right .tipper-caret {
  background-position: left center;
  left: -5px;
  top: 0;
}

.tipper.left .tipper-content {
  box-shadow: -1px 0 3px rgba(0, 0, 0, 0.25);
}

.tipper.left .tipper-caret {
  background-position: right center;
  right: -5px;
  top: 0;
}

.tipper.top .tipper-caret,
.tipper.bottom .tipper-caret {
  display: block;
  float: none;
  height: 5px;
  width: 12px;
  margin-left: -6px;
}

.tipper.top .tipper-content {
  -webkit-box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.25);
  -ms-box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.25);
  -o-box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.25);
  box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.25);
}

.tipper.top .tipper-caret {
  background-position: center bottom;
  bottom: -5px;
  left: 0;
  text-align: center;
}

.tipper.bottom .tipper-content {
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  -ms-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  -o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
}

.tipper.bottom .tipper-caret {
  background-position: center top;
  top: -5px;
  left: 0;
}

/* #Home
================================================== */
#home {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-height: 400px;
  overflow: hidden;
  z-index: 2;
}

.big-text {
  position: absolute;
  top: 50%;
  z-index: 20;
  width: 100%;
  text-align: center;
  font-family: "Roboto", "Helvtica Neue", Helvetica, Arial, Myriad Pro, sans-serif;
  font-weight: 900;
  font-size: 50px;
  line-height: 50px;
  letter-spacing: -1.75px;
  color: #ededed;
  text-transform: uppercase;
  text-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}
.big-text .banner {
  background: #111;
  background: rgba(0, 0, 0, 0.4);
  padding: 12px 30px;
  border-left: 4px solid #e67e22;
  border-right: 4px solid #e67e22;
}
.big-text .group {
  font-weight: 300;
}

.small-text {
  position: relative;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: 60px;
  color: #fff;
  font-family: "Roboto", "Helvtica Neue", Helvetica, Arial, Myriad Pro, sans-serif;
  font-weight: 300;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  text-align: center;
  font-size: 28px;
  line-height: 30px;
}

.flippy {
  position: relative;
}
.flippy > * {
  position: absolute;
  opacity: 0;
  width: 100%;
}
.flippy .fadeInDown {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
.flippy .fadeOutUp {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.flippy .first {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.social-top {
  position: absolute;
  top: 50%;
  margin-top: 110px;
  width: 100%;
  z-index: 1002;
  height: 30px;
  text-align: center;
}

.list-social li {
  padding: 0;
  list-style: none;
  text-align: center;
  width: 30px;
  display: inline-block;
  background: #3f3d3c;
  background: rgba(0, 0, 0, 0.3);
  cursor: pointer;
  margin-left: 2px;
  -webkit-transition: all 350ms linear;
  -ms-transition: all 350ms linear;
  -moz-transition: all 350ms linear;
  -o-transition: all 350ms linear;
  transition: all 350ms linear;
}
.list-social li:hover.icon-soc a {
  opacity: .6;
}
.list-social li.icon-soc a {
  font-family: 'FontAwesome';
  font-size: 16px;
  line-height: 30px;
  width: 30px;
  opacity: 1;
  margin: 0;
  padding: 0;
  -webkit-transition: all 350ms linear;
  -ms-transition: all 350ms linear;
  -moz-transition: all 350ms linear;
  -o-transition: all 350ms linear;
  transition: all 350ms linear;
  color: #e67e22;
}

.social-btns li {
  display: inline-block;
}
.social-btns li a {
  -webkit-transition: all 350ms linear;
  -ms-transition: all 350ms linear;
  -moz-transition: all 350ms linear;
  -o-transition: all 350ms linear;
  transition: all 350ms linear;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  margin: 0 2px;
  padding: 0;
  line-height: 36px;
  width: 36px;
  height: 36px;
  text-align: center;
  color: #FFF;
  display: inline-block;
  font-size: 16px;
}
.social-btns .btn-twitter a {
  background: #55acee;
}
.social-btns .btn-twitter a:hover {
  background: #8dc7f4;
}
.social-btns .btn-facebook a {
  background: #3b5998;
}
.social-btns .btn-facebook a:hover {
  background: #5476bd;
}

.parallax-home {
  background: url("../images/bg-37.jpg") no-repeat fixed;
  min-height: 500px;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
}

@media only screen and (min-width: 1930px) {
  .parallax-home {
    background-size: cover;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .parallax-home {
    background-size: cover;
    background-attachment: scroll;
    background-position: top center !important;
  }
}
@media only screen and (max-width: 959px) {
  .parallax-home {
    background-size: cover;
    background-attachment: scroll;
    background-position: top center !important;
  }
}
.just_pattern {
  background-image: url(../images/pattern.png);
  position: absolute;
  opacity: 0.9;
  left: 0px;
  top: 0px;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
}

.scroll-btn {
  position: absolute;
  bottom: 30px;
  left: 50%;
  margin-left: -30px;
  width: 60px;
  height: 40px;
  font-family: "Roboto", "Helvtica Neue", Helvetica, Arial, Myriad Pro, sans-serif;
  font-size: 10px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: all 350ms ease-in-out;
  -ms-transition: all 350ms ease-in-out;
  -moz-transition: all 350ms ease-in-out;
  -o-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out;
  background: url("../images/arrow-down.png") no-repeat center bottom;
  background-size: 30px 16px;
  z-index: 3900;
  opacity: .8;
}

@keyframes arrows {
  0% {
    bottom: 30px;
  }
  10% {
    bottom: 40px;
  }
  20% {
    bottom: 30px;
  }
  30% {
    bottom: 40px;
  }
  40% {
    bottom: 20px;
  }
  50% {
    bottom: 40px;
  }
  60% {
    bottom: 30px;
  }
  70% {
    bottom: 40px;
  }
  80% {
    bottom: 20px;
  }
  90% {
    bottom: 40px;
  }
  100% {
    bottom: 30px;
  }
}
@-webkit-keyframes arrows {
  0% {
    bottom: 30px;
  }
  10% {
    bottom: 40px;
  }
  20% {
    bottom: 30px;
  }
  30% {
    bottom: 40px;
  }
  40% {
    bottom: 20px;
  }
  50% {
    bottom: 40px;
  }
  60% {
    bottom: 30px;
  }
  70% {
    bottom: 40px;
  }
  80% {
    bottom: 20px;
  }
  90% {
    bottom: 40px;
  }
  100% {
    bottom: 30px;
  }
}
/* #About
================================================== */
#about {
  position: relative;
  margin: 0 auto;
  width: 100%;
  background: #292929;
  overflow: hidden;
  padding-top: 50px;
  padding-bottom: 70px;
  z-index: 2;
}
#about h6 {
  text-align: left;
  padding-bottom: 25px;
}

h1 {
  font-weight: 100;
}
h1 span.first,
h1 span.second {
  width: 3%;
  background: #e67e22;
  height: 1px;
  display: inline-block;
  vertical-align: middle;
}
h1 span.first {
  margin-right: .25em;
}
h1 span.second {
  margin-left: .25em;
}

.head-subtext {
  text-align: center;
  font-family: "Roboto", "Helvtica Neue", Helvetica, Arial, Myriad Pro, sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
  color: #737373;
  width: 72%;
  margin: 0 auto;
  padding: 10px 0 40px;
}

/* #The About & Projects
================================================== */
#about,
#projects,
#shop {
  margin: 0 auto;
  padding-top: 50px;
  padding-bottom: 70px;
  z-index: 2;
}
#about .about-col,
#projects .about-col,
#shop .about-col {
  width: 34%;
  margin: 0 8%;
  float: left;
}
#about h5,
#projects h5,
#shop h5 {
  padding-bottom: 10px;
  font-size: 20px;
  font-size: 2rem;
}
#about h6,
#projects h6,
#shop h6 {
  text-align: center;
  padding-bottom: 20px;
}
#about img:not(.hidden-img),
#projects img:not(.hidden-img),
#shop img:not(.hidden-img) {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  -webkit-transition: transform 350ms ease;
  -ms-transition: transform 350ms ease;
  -moz-transition: transform 350ms ease;
  -o-transition: transform 350ms ease;
  transition: transform 350ms ease;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  -moz-transform-origin: center;
  -o-transform-origin: center;
  transform-origin: center;
}
#about img:not(.hidden-img):hover,
#projects img:not(.hidden-img):hover,
#shop img:not(.hidden-img):hover {
  -webkit-transform: scale(0.94);
  -ms-transform: scale(0.94);
  -moz-transform: scale(0.94);
  -o-transform: scale(0.94);
  transform: scale(0.94);
}

.shop #shop {
  padding-top: 140px;
}
@media only screen and (max-width: 768px) {
  .shop #shop {
    padding-top: 80px;
  }
}

.about-image {
  background: #383838;
  width: 80%;
  max-width: 400px;
  margin: 0 auto;
}

.project-image {
  background: transparent;
  width: 80%;
  max-width: 400px;
  margin: 0 auto;
}

.flipWrapper {
  -webkit-perspective: 1000px;
  -ms-perspective: 1000px;
  -moz-perspective: 1000px;
  -o-perspective: 1000px;
  perspective: 1000px;
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  width: 80%;
  max-width: 400px;
  min-height: 400px;
  margin: 0 auto;
}
.flipWrapper .card {
  -webkit-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-perspective: 1000px;
  -ms-perspective: 1000px;
  -moz-perspective: 1000px;
  -o-perspective: 1000px;
  perspective: 1000px;
  position: relative;
  cursor: pointer;
}
.flipWrapper .card .front,
.flipWrapper .card .back {
  -webkit-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  -ms-backface-visibility: visible;
  background: #383838;
  position: absolute;
  top: 0;
  left: 0;
  min-height: 360px;
  width: 100%;
}
.flipWrapper .card .front {
  /* for firefox 31 */
  transform: rotateY(0deg);
}
.flipWrapper .card .front .about-image {
  width: 100%;
  height: 100%;
}
.flipWrapper .card .front .about-image.will {
  background: url(../images/will-broyles.jpg) center no-repeat;
  background-size: cover;
}
.flipWrapper .card .front .about-image.jim {
  background: url(../images/jim-broyles.jpg) center no-repeat;
  background-size: cover;
}
.flipWrapper .card .back {
  cursor: pointer;
  display: table;
  vertical-align: middle;
}
.flipWrapper .card .back .inner {
  display: table-cell;
  vertical-align: middle;
}
.flipWrapper .card .back .inner p {
  padding: 20px;
  text-align: left;
  font-size: 14px;
  line-height: 22px;
}

.flipWrapper.flipped .card {
  -webkit-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.flipWrapper .card .front,
.flipWrapper.flipped .card .front {
  -webkit-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  transform: rotateY(0deg);
}

.flipWrapper .card .back,
.flipWrapper.flipped .card .back {
  -webkit-transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  -moz-transform: rotateY(-180deg);
  -o-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}

.flipWrapper .card .front,
.flipWrapper.flipped .card .back {
  -webkit-animation: stayvisible 0.5s both;
  -ms-animation: stayvisible 0.5s both;
  -moz-animation: stayvisible 0.5s both;
  -o-animation: stayvisible 0.5s both;
  animation: stayvisible 0.5s both;
  -ms-animation: donothing 0.5s;
  -ms-transition: visibility 0s linear 0.17s;
  visibility: visible;
}

.flipWrapper.flipped .card .front,
.flipWrapper .card .back {
  -webkit-animation: stayvisible 0.5s both;
  -ms-animation: stayvisible 0.5s both;
  -moz-animation: stayvisible 0.5s both;
  -o-animation: stayvisible 0.5s both;
  animation: stayvisible 0.5s both;
  -ms-animation: donothing 0.5s;
  -ms-transition: visibility 0s linear 0.17s;
  visibility: hidden;
}

@keyframes stayvisible {
  from {
    visibility: visible;
  }
  to {
    visibility: visible;
  }
}
@-webkit-keyframes stayvisible {
  from {
    visibility: visible;
  }
  to {
    visibility: visible;
  }
}
@-moz-keyframes stayvisible {
  from {
    visibility: visible;
  }
  to {
    visibility: visible;
  }
}
@-o-keyframes stayvisible {
  from {
    visibility: visible;
  }
  to {
    visibility: visible;
  }
}
@-ms-keyframes donothing {}
.image-book {
  background: url(../images/book-cover.jpg) center no-repeat;
  height: 555px;
  width: 100%;
  position: absolute;
  top: 0;
}

button[type=submit] {
  padding: 0;
  width: auto;
  display: block;
  margin: 0;
  background: transparent;
}
button[type=submit]:hover, button[type=submit]:focus {
  outline: none;
}

#pre-order-book-form img.hidden-img,
#pre-order-dvd-form img.hidden-img {
  position: absolute;
  top: 0;
}

.book-info {
  margin: 10px 0;
  text-align: center;
  font-weight: 400;
}

.btn-buy-book,
.btn-buy-dvd,
button[type=submit].btn-buy-book {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  background: #e67e22 !important;
  padding: 10px 20px;
  max-width: 400px;
  width: 88%;
  display: block !important;
  margin: 10px auto !important;
  font-weight: 900;
  -webkit-perspective: 800px;
  -ms-perspective: 800px;
  -moz-perspective: 800px;
  -o-perspective: 800px;
  perspective: 800px;
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.btn-buy-book:hover, .btn-buy-book:active,
.btn-buy-dvd:hover,
.btn-buy-dvd:active {
  background: #eb9950 !important;
}
html .btn-buy-book.btn {
  border-radius: 3px;
  background: #e67e22 !important;
  padding: 10px 20px;
  max-width: 400px;
  width: 88%;
  display: block !important;
  margin: 10px auto !important;
  font-weight: 900;
}
html .btn-buy-book.btn:hover {
  background: #eb9950 !important;
}

.projects-content {
  margin-top: 20px;
}

.bk-inner,
.bk-inner-2 {
  position: relative;
  left: 0px;
  margin: 0 auto;
  width: 400px;
  height: 400px;
  z-index: 1;
  -webkit-perspective: 4000px;
  -ms-perspective: 4000px;
  -moz-perspective: 4000px;
  -o-perspective: 4000px;
  perspective: 4000px;
  text-align: center;
}

.bk-inner-2 {
  width: 320px;
  height: 440px;
}

.bk-inner .bk-book,
.bk-inner-2 .bk-book {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  clear: both;
  z-index: 99;
}

.bk-list .bk-inner .bk-book.bk-bookdefault:hover,
.bk-list .bk-inner .bk-book.bk-bookdefault.active,
.bk-list .bk-inner-2 .bk-book.bk-bookdefault:hover,
.bk-list .bk-inner-2 .bk-book.bk-bookdefault.active {
  -webkit-transform: rotate3d(0, 1, 0, 35deg);
  transform: rotate3d(0, 1, 0, 35deg);
}

.bk-inner .bk-book.bk-bookdefault:hover,
.bk-inner-2 .bk-book.bk-bookdefault:hover {
  -webkit-transform: translate3d(0, 0, -80px);
  transform: translate3d(0, 0, -80px);
}

.bk-inner .bk-book > div,
.bk-inner .bk-front > div,
.bk-inner-2 .bk-book > div,
.bk-inner-2 .bk-front > div {
  display: block;
  position: absolute;
}
.bk-inner-2 .bk-front > .bk-cover {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
}

.bk-inner .bk-front,
.bk-inner-2 .bk-front {
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  -webkit-transition: -webkit-transform .5s;
  transition: transform .5s;
  -ms-transition: none;
  -webkit-transform: translate3d(0, 0, 24px);
  transform: translate3d(0, 0, 24px);
  z-index: 10;
}

.bk-inner .bk-front > div,
.bk-inner-2 .bk-front > div {
  /*-webkit-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;*/
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.bk-inner .bk-page,
.bk-inner-2 .bk-page {
  -webkit-transform: translate3d(0, 0, 19px);
  transform: translate3d(0, 0, 19px);
  display: none;
  width: 98%;
  height: 98%;
  top: 1%;
  -webkit-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 9;
}

.bk-inner .bk-front,
.bk-inner .bk-back,
.bk-inner .bk-front > div,
.bk-inner-2 .bk-front,
.bk-inner-2 .bk-back,
.bk-inner-2 .bk-front > div {
  width: 100%;
  height: 100%;
}

.bk-inner .bk-left,
.bk-inner .bk-right,
.bk-inner-2 .bk-left,
.bk-inner-2 .bk-right {
  width: 40px;
  left: -20px;
}

.bk-inner .bk-top,
.bk-inner .bk-bottom,
.bk-inner-2 .bk-top,
.bk-inner-2 .bk-bottom {
  width: 98%;
  height: 40px;
  top: -15px;
  z-index: 9;
  -webkit-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}

.bk-inner .bk-back,
.bk-inner-2 .bk-back {
  -webkit-transform: rotate3d(0, 1, 0, -180deg) translate3d(0, 0, 20px);
  transform: rotate3d(0, 1, 0, -180deg) translate3d(0, 0, 20px);
  border-radius: 3px 0 0 3px;
}

.bk-inner .bk-cover-back,
.bk-inner-2 .bk-cover-back {
  background-image: url(../images/cover-2.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  cursor: pointer;
  z-index: 9;
}

.bk-inner-2 .bk-cover-back {
  background-image: url(../images/dvd-cover.jpg);
}

.bk-inner .bk-cover-back,
.bk-inner-2 .bk-cover-back {
  background-color: #000;
  -webkit-transform: rotate3d(0, 1, 0, -179deg);
  transform: rotate3d(0, 1, 0, -179deg);
}

.bk-inner .bk-left,
.bk-inner-2 .bk-left {
  height: 400px;
  -webkit-transform: rotate3d(0, 1, 0, -90deg);
  transform: rotate3d(0, 1, 0, -90deg);
}

.bk-inner-2 .bk-left {
  height: 440px;
}

.bk-inner .bk-top,
.bk-inner-2 .bk-top {
  -webkit-transform: rotate3d(1, 0, 0, 90deg);
  transform: rotate3d(1, 0, 0, 90deg);
}

.bk-inner .bk-bottom {
  -webkit-transform: rotate3d(1, 0, 0, -90deg) translate3d(0, 0, 330px);
  transform: rotate3d(1, 0, 0, -90deg) translate3d(0, 0, 390px);
}

.bk-inner-2 .bk-bottom {
  -webkit-transform: rotate3d(1, 0, 0, -90deg) translate3d(0, 0, 440px);
  transform: rotate3d(1, 0, 0, -90deg) translate3d(0, 0, 440px);
}

/* Transform classes */
.bk-inner .bk-book.bk-viewinside,
.bk-inner-2 .bk-book.bk-viewinside {
  -webkit-transform: translate3d(0, 0, 150px) rotate3d(0, 1, 0, 0deg);
  transform: translate3d(0, 0, 150px) rotate3d(0, 1, 0, 0deg);
  -webkit-box-shadow: 0px 8px 22px rgba(0, 0, 0, 0.43);
  -moz-box-shadow: 0px 8px 22px rgba(0, 0, 0, 0.43);
  -ms-box-shadow: 0px 8px 22px rgba(0, 0, 0, 0.43);
  -o-box-shadow: 0px 8px 22px rgba(0, 0, 0, 0.43);
  box-shadow: 0px 8px 22px rgba(0, 0, 0, 0.43);
}

.bk-inner .bk-viewinside .bk-front,
.bk-inner-2 .bk-viewinside .bk-front {
  -webkit-transform: translate3d(0, 0, 20px) rotate3d(0, 1, 0, -160deg);
  transform: translate3d(0, 0, 20px) rotate3d(0, 1, 0, -160deg);
  -webkit-box-shadow: 2px 13px 26px rgba(0, 0, 0, 0.43);
  -moz-box-shadow: 2px 13px 26px rgba(0, 0, 0, 0.43);
  -ms-box-shadow: 2px 13px 26px rgba(0, 0, 0, 0.43);
  -o-box-shadow: 2px 13px 26px rgba(0, 0, 0, 0.43);
  box-shadow: 2px 13px 26px rgba(0, 0, 0, 0.43);
}

.bk-inner .bk-book.bk-viewback,
.bk-inner-2 .bk-book.bk-viewback {
  -webkit-transform: translate3d(0, 0, 0px) rotate3d(0, 1, 0, 180deg);
  transform: translate3d(0, 0, 0px) rotate3d(0, 1, 0, 180deg);
}

.bk-inner .bk-viewback .bk-back,
.bk-inner-2 .bk-viewback .bk-back {
  z-index: 10;
}

/* Main colors and content */
.bk-inner .bk-page,
.bk-inner .bk-right,
.bk-inner .bk-top,
.bk-inner .bk-bottom,
.bk-inner-2 .bk-page,
.bk-inner-2 .bk-right,
.bk-inner-2 .bk-top,
.bk-inner-2 .bk-bottom {
  background-color: #fff;
}

.bk-inner .bk-front > div,
.bk-inner-2 .bk-front > div {
  border-radius: 0 3px 3px 0;
  -webkit-box-shadow: inset 12px 0 32px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 12px 0 32px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: inset 12px 0 32px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 12px 0 32px rgba(0, 0, 0, 0.3);
  box-shadow: inset 12px 0 32px rgba(0, 0, 0, 0.3);
}

.bk-inner .bk-front:after,
.bk-inner-2 .bk-front:after {
  content: '';
  position: absolute;
  top: 1px;
  bottom: 1px;
  left: -1px;
  width: 1px;
}

.bk-inner .bk-cover:after,
.bk-inner .bk-back:after,
.bk-inner-2 .bk-cover:after,
.bk-inner-2 .bk-back:after {
  content: '';
  position: absolute;
  top: 2px;
  left: 16px;
  bottom: 1px;
  width: 5px;
  background: rgba(0, 0, 0, 0.09);
  -webkit-box-shadow: 2px 0 6px rgba(255, 255, 255, 0.35);
  -moz-box-shadow: 2px 0 6px rgba(255, 255, 255, 0.35);
  -ms-box-shadow: 2px 0 6px rgba(255, 255, 255, 0.35);
  -o-box-shadow: 2px 0 6px rgba(255, 255, 255, 0.35);
  box-shadow: 2px 0 6px rgba(255, 255, 255, 0.35);
}

.bk-inner .bk-back:after,
.bk-inner-2 .bk-back:after {
  left: auto;
  right: 10px;
}

.bk-left h2 {
  width: 380px;
  height: 40px;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: rotate(90deg) translateY(-40px);
  transform: rotate(90deg) translateY(-40px);
}

#pre-order-book-form .btn-buy-book,
#pre-order-dvd-form .btn-buy-dvd {
  font-weight: 700;
  padding: 10px 20px;
  text-transform: uppercase;
  margin: 30px auto 20px;
  color: #FFF;
  background: #e67e22;
  display: block;
  width: 88%;
}
#pre-order-book-form .btn-buy-book:hover,
#pre-order-dvd-form .btn-buy-dvd:hover {
  background: #eb9950;
}

/* Individual style & artwork */
/* Book 1 */
.book-1 .bk-front > div,
.book-1 .bk-back,
.book-1 .bk-left,
.book-1 .bk-front:after {
  background-color: #21479f;
}
.book-1 .bk-cover {
  background-image: url(../images/cover-2.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  cursor: pointer;
}
.book-1 .bk-cover h2 {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1);
}
.book-1 .bk-left h2 {
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  line-height: 40px;
  padding-right: 10px;
  text-align: center;
}

.book-inner, .book-1 .bk-back p, .book-2 .bk-back p {
  color: #fff;
  font-size: 18px;
  line-height: 1.75;
  padding: 100px 60px;
  text-align: center;
  font-weight: 700;
}

.book-2 .bk-front > div,
.book-2 .bk-back,
.book-2 .bk-left,
.book-2 .bk-front:after {
  background-color: #fbe9d1;
}
.book-2 .bk-cover {
  background-image: url(../images/dvd-cover.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  cursor: pointer;
}
.book-2 .bk-cover h2 {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1);
}
.book-2 .bk-left h2 {
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  line-height: 40px;
  padding-right: 10px;
  text-align: center;
}

/* Fallbacks */
.no-csstransforms3d .bk-list li .bk-book > div,
.no-csstransforms3d .bk-list li .bk-book .bk-cover-back {
  display: none;
}

.no-csstransforms3d .bk-list li .bk-book > div.bk-front {
  display: block;
}

.no-csstransforms3d .bk-info button,
.no-js .bk-info button {
  display: none;
}

.bk-list {
  list-style: none;
  position: relative;
  text-align: center;
}

.bk-content {
  position: absolute;
  top: 60px;
  left: 10px;
  bottom: 20px;
  right: 10px;
  padding: 20px 0;
  background: #fff;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: opacity 350ms ease-in-out;
  -ms-transition: opacity 350ms ease-in-out;
  -moz-transition: opacity 350ms ease-in-out;
  -o-transition: opacity 350ms ease-in-out;
  transition: opacity 350ms ease-in-out;
  cursor: default;
}
.bk-content p {
  padding: 0 20px 5px;
  color: #000;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.bk-content p:last-of-type {
  font-weight: 400;
}
.bk-content .dvd-disc {
  position: absolute;
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0px;
  background: url(../images/dvd-disc.png) center no-repeat;
  background-size: cover;
  width: 280px;
  height: 280px;
  -webkit-transition: all 700ms ease;
  -ms-transition: all 700ms ease;
  -moz-transition: all 700ms ease;
  -o-transition: all 700ms ease;
  transition: all 700ms ease;
  opacity: 0;
}

.bk-active .bk-content .dvd-disc {
  opacity: 1;
  bottom: -180px;
}

.bk-content-current {
  opacity: 1;
  /*pointer-events: auto;*/
}

.book-1 .bk-content .release {
  margin-top: 40px;
}

.bk-info {
  position: relative;
  margin-top: 500px;
  z-index: 1;
}
.bk-info h3 {
  padding: 25px 0 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #3f3d3c;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  font-size: 26px;
}
.bk-info h3 span:first-child {
  font-size: 14px;
  font-weight: 300;
  text-transform: uppercase;
  padding-bottom: 5px;
  display: block;
  color: #777;
}
.bk-info p {
  line-height: 24px;
  color: #444;
  min-height: 160px;
}
.bk-info button {
  background: #e67e22;
  border: none;
  color: #fff;
  display: block;
  width: 100%;
  padding: 8px 25px;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  cursor: pointer;
  margin: 5px auto;
}
.bk-info button:hover {
  background: #eb9950;
}
.bk-info button.bk-active, .bk-info button:active {
  background: #eea667;
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 -1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 -1px 1px rgba(0, 0, 0, 0.2);
}

.bk-inner .bk-cover-back,
.bk-inner-2 .bk-cover-back {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  -webkit-transition: box-shadow 350ms ease;
  -ms-transition: box-shadow 350ms ease;
  -moz-transition: box-shadow 350ms ease;
  -o-transition: box-shadow 350ms ease;
  transition: box-shadow 350ms ease;
}

.bk-inner .bk-active .bk-cover-back,
.bk-inner-2 .bk-active .bk-cover-back {
  -webkit-box-shadow: inset -105px 0px 228px -20px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: inset -105px 0px 228px -20px rgba(0, 0, 0, 0.4);
  -ms-box-shadow: inset -105px 0px 228px -20px rgba(0, 0, 0, 0.4);
  -o-box-shadow: inset -105px 0px 228px -20px rgba(0, 0, 0, 0.4);
  box-shadow: inset -105px 0px 228px -20px rgba(0, 0, 0, 0.4);
}

@keyframes fadeMeOut {
  0% {
    opacity: 1;
  } 100% {
    opacity: 0;
  }
}
@-webkit-keyframes fadeMeOut {
  0% {
    opacity: 1;
  } 100% {
    opacity: 0;
  }
}
.bk-inner .bk-cover-back {
  /*-webkit-animation: fadeMeOut;
  animation: fadeMeOut;*/
}
.bk-inner .bk-active .bk-cover-back {
  /*-webkit-animation: fadeMeOut;*/
  /*animation: fadeMeOut;*/
  /*opacity: 0;*/
}

.ie-book {
  display: none;
}

.social-team,
.social-projects {
  position: absolute;
  left: 20px;
  bottom: 20px;
  z-index: 5;
}

.team-social li,
.projects-social li {
  margin: 0 auto;
  list-style: none;
  text-align: center;
  display: inline-block;
  cursor: pointer;
  width: 30px;
  height: 16px;
}

.team-social li.icon-team a,
.projects-social li.icon-team a {
  font-family: 'FontAwesome';
  font-size: 16px;
  line-height: 16px;
  margin: 0 auto;
  text-align: center;
  padding-right: 15px;
  -webkit-transition: all 350ms linear;
  -ms-transition: all 350ms linear;
  -moz-transition: all 350ms linear;
  -o-transition: all 350ms linear;
  transition: all 350ms linear;
  color: #e67e22;
}

.team-social li:last-child.icon-team a,
.projects-social li:last-child.icon-team a {
  padding-right: 0;
}

.team-social li:hover.icon-team a,
.projects-social li:hover.icon-team a {
  opacity: .6;
}

/* #press section
================================================== */
#press {
  padding: 40px 0 80px;
}
#press h1 {
  position: relative;
  z-index: 9;
  padding: 0px 0 40px;
}

#press-content {
  padding-bottom: 40px;
}

.press-item {
  position: relative;
  width: 66%;
  z-index: 100;
  text-align: center;
  margin: 0 auto;
  min-height: 210px;
}
.press-item .fa-quote-left {
  color: #e67e22;
  font-size: 24px;
  line-height: 24px;
  text-align: center;
}
.press-item h6 {
  font-family: "Roboto", "Helvtica Neue", Helvetica, Arial, Myriad Pro, sans-serif;
  font-size: 20px;
  line-height: 24px;
  padding: 10px 0 10px;
}
.press-item p {
  padding-bottom: 10px;
  text-align: center;
  color: #fff;
  margin: 0 auto;
}
.press-item .bottom-section {
  border-top: 1px solid #3f3d3c;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  padding-bottom: 10px;
  display: block;
  width: 40%;
  margin: 10px auto;
  clear: both;
}
.press-item .read-more {
  color: #e67e22;
  font-size: 16px;
  line-height: 16px;
  text-transform: uppercase;
  font-weight: 800;
  padding: 7px 20px 8px;
  margin-top: 20px;
  -webkit-transition: all 350ms ease;
  -ms-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.press-item .read-more:hover .fa {
  left: 6px;
}
.press-item .read-more .fa {
  -webkit-transition: all 350ms linear;
  -ms-transition: all 350ms linear;
  -moz-transition: all 350ms linear;
  -o-transition: all 350ms linear;
  transition: all 350ms linear;
  font-size: 16px;
  position: relative;
  left: 0;
}

@keyframes more-animation {
  100% {
    -webkit-transform: scale(1turn);
    -ms-transform: scale(1turn);
    -moz-transform: scale(1turn);
    -o-transform: scale(1turn);
    transform: scale(1turn);
  }
}
.icon-quote {
  position: relative;
  font-family: 'FontAwesome';
  font-size: 24px;
  line-height: 24px;
  color: #e67e22;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper {
  position: relative;
  width: 100%;
}
.bx-wrapper .bx-prev {
  left: 50%;
  margin-left: -35px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  -webkit-transition: all 175ms ease-out;
  -ms-transition: all 175ms ease-out;
  -moz-transition: all 175ms ease-out;
  -o-transition: all 175ms ease-out;
  transition: all 175ms ease-out;
}
.bx-wrapper .bx-next {
  right: 50%;
  margin-right: -35px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  -webkit-transition: all 175ms ease-out;
  -ms-transition: all 175ms ease-out;
  -moz-transition: all 175ms ease-out;
  -o-transition: all 175ms ease-out;
  transition: all 175ms ease-out;
}
.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-next:hover {
  background-color: #eb9950;
  -webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.5);
  -ms-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.5);
  -o-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.5);
}
.bx-wrapper .bx-controls-direction a {
  position: absolute;
  bottom: -50px;
  outline: 0;
  text-align: center;
  font-size: 18px;
  line-height: 18px;
  color: #FFF;
  padding: 6px 13px 7px;
  z-index: 9;
  background-color: #e67e22;
  -webkit-transition: all 350ms ease;
  -ms-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}
.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}

.facts-wrap {
  position: relative;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.facts-wrap h6 {
  padding-top: 15px;
  color: #fff;
}

.facts-line {
  position: absolute;
  width: 1px;
  background: #fff;
  opacity: .2;
  right: -10px;
  top: 30px;
  bottom: 30px;
  z-index: 20;
}

.facts-wrap-num {
  font-family: "Roboto", "Helvtica Neue", Helvetica, Arial, Myriad Pro, sans-serif;
  font-weight: 300;
  font-size: 80px;
  line-height: 80px;
  text-shadow: 0px -2px 0px rgba(51, 51, 51, 0.1), 0px 2px 3px rgba(102, 102, 102, 0.1);
  width: 100%;
  text-align: center;
  opacity: .9;
  color: #e67e22;
}

.just_pattern2 {
  background-image: url(../images/pattern2.png);
  position: absolute;
  opacity: 0.8;
  left: 0px;
  top: 0px;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
}

.just_pattern {
  background-image: url(../images/pattern.png);
  position: absolute;
  opacity: 0.8;
  left: 0px;
  top: 0px;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
}

.see-through {
  filter: alpha(opacity=45);
  opacity: .45;
}

.gradient-bg {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
}

.bg-1 {
  background: rgba(48, 48, 48, 0.2);
  background: -webkit-gradient(radial, center center, 0, center center, 460, from(rgba(0, 0, 0, 0.01)), to(rgba(20, 20, 20, 0.86)));
  background: -webkit-radial-gradient(circle, rgba(0, 0, 0, 0.01), rgba(20, 20, 20, 0.86));
  background: -moz-radial-gradient(circle, rgba(0, 0, 0, 0.01), rgba(20, 20, 20, 0.86));
  background: -ms-radial-gradient(circle, rgba(0, 0, 0, 0.01), rgba(20, 20, 20, 0.86));
  background: radial-gradient(circle, rgba(0, 0, 0, 0.01), rgba(20, 20, 20, 0.86));
}

.bg-2 {
  background: rgba(48, 48, 48, 0.2);
  background: -webkit-gradient(radial, center center, 0, center center, 460, from(rgba(0, 0, 0, 0.01)), to(rgba(0, 0, 0, 0.86)));
  background: -webkit-radial-gradient(circle, rgba(0, 0, 0, 0.01), rgba(0, 0, 0, 0.86));
  background: -moz-radial-gradient(circle, rgba(0, 0, 0, 0.01), rgba(0, 0, 0, 0.86));
  background: -ms-radial-gradient(circle, rgba(0, 0, 0, 0.01), rgba(0, 0, 0, 0.86));
  background: radial-gradient(circle, rgba(0, 0, 0, 0.01), rgba(0, 0, 0, 0.86));
}

.parallax-home, .parallax, .parallax1, .parallax2, .parallax8, .parallax9 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
}

.parallax-home {
  background: url("../images/bg-46.jpg") no-repeat fixed;
  min-height: 500px;
  background-size: cover;
}

.parallax1 {
  background: url("../images/bg-23.jpg") no-repeat fixed;
  background-size: cover;
}

.parallax2 {
  background: url("../images/bg-26.jpg") no-repeat fixed;
  background-size: cover;
  background-position: center top !important;
}

@media only screen and (min-width: 1930px) {
  .parallax-home, .parallax, .parallax1, .parallax2, .parallax8, .parallax9 {
    background-size: cover;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .parallax-home, .parallax, .parallax1, .parallax2, .parallax8, .parallax9 {
    background-size: cover;
    background-attachment: scroll;
    background-position: top center !important;
  }
}
@media only screen and (max-width: 959px) {
  .parallax-home, .parallax, .parallax1, .parallax2, .parallax8, .parallax9 {
    background-size: cover;
    background-attachment: scroll;
    background-position: top center !important;
  }
}
#action {
  background: #3f3d3c;
  background: rgba(0, 0, 0, 0.3);
  padding: 40px 0;
  margin: 0;
  -webkit-transition: all 350ms ease-out;
  -ms-transition: all 350ms ease-out;
  -moz-transition: all 350ms ease-out;
  -o-transition: all 350ms ease-out;
  transition: all 350ms ease-out;
}
#action:hover {
  background: #222;
  background: rgba(0, 0, 0, 0.5);
}
#action h6 {
  color: #fff;
}
#action p {
  color: #e67e22;
  padding-top: 5px;
  text-align: center;
  text-transform: uppercase;
}

#contact {
  position: relative;
  margin: 0 auto;
  width: 100%;
  overflow: hidden;
  padding-top: 60px;
}
#contact h1 {
  position: relative;
  z-index: 9;
  padding-bottom: 20px;
}
#contact .contact-note {
  font-size: 16px;
  line-height: 1.25;
  width: 60%;
  margin: 0 auto;
}
#contact .contact-wrap {
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  padding: 30px 40px 40px;
  background: #111;
  background: rgba(0, 0, 0, 0.4);
  z-index: 9;
}
#contact .contact-wrap .contact-line .fa {
  color: #e67e22;
  padding-right: 6px;
  font-size: 20px;
  line-height: 20px;
}
#contact .contact-wrap h6 {
  padding: 5px 0 20px;
  text-align: center;
  font-size: 28px;
}
#contact .contact-wrap p {
  padding-bottom: 0px;
  text-align: center;
  color: #fff;
  font-size: 15px;
  font-size: 1.5rem;
}
#contact .contact-wrap p .header {
  text-transform: uppercase;
  padding-right: 5px;
  font-weight: 800;
}
#contact .contact-wrap p:last-of-type {
  padding-bottom: 20px;
}

.icon-contact1 {
  font-family: 'FontAwesome';
  font-size: 20px;
  line-height: 20px;
  text-align: center;
  z-index: 6;
  padding-right: 10px;
  color: #e67e22;
}

#ajax-form {
  width: 100%;
  font-family: "Roboto", "Helvtica Neue", Helvetica, Arial, Myriad Pro, sans-serif;
  font-weight: 300;
  font-size: 10px;
  line-height: 14px;
  color: #fff;
  margin: 0 auto;
  text-transform: uppercase;
}
#ajax-form textarea,
#ajax-form input {
  -webkit-transition: all 350ms ease;
  -ms-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  position: relative;
  z-index: 99;
}
#ajax-form textarea:active, #ajax-form textarea:hover,
#ajax-form input:active,
#ajax-form input:hover {
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
#ajax-form textarea:focus,
#ajax-form input:focus {
  outline: none !important;
  border-color: rgba(255, 255, 255, 0.75);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}

input, textarea {
  width: 100%;
  border: none;
  font-size: 14px;
  line-height: 22px;
  font-family: "Roboto", "Helvtica Neue", Helvetica, Arial, Myriad Pro, sans-serif;
  padding-top: 5px;
  padding-bottom: 5px;
  background: transparent;
  text-shadow: none;
}

input {
  margin-bottom: 20px;
}

textarea {
  max-width: 100%;
  height: 90px;
  margin-top: 2px;
}

label {
  display: block;
  font-family: "Roboto", "Helvtica Neue", Helvetica, Arial, Myriad Pro, sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
}

.error {
  font-size: 11px;
  line-height: 13px;
  font-family: "Roboto", "Helvtica Neue", Helvetica, Arial, Myriad Pro, sans-serif;
  text-transform: uppercase;
  display: block;
  display: none;
  color: #e67e22;
}

#ajaxsuccess {
  background: #41ac59;
  color: #FFF;
  font-size: 20px;
  font-family: "Roboto", "Helvtica Neue", Helvetica, Arial, Myriad Pro, sans-serif;
  display: none;
  padding: 20px;
  width: 100%;
  margin-top: 20px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

#button-con {
  position: relative;
  text-align: center;
  width: 100%;
  margin: 0 auto;
  margin-top: 10px;
}
#button-con button {
  width: 100%;
  padding: 0;
  margin: 0 auto;
  text-align: center;
  font-family: "Roboto", "Helvtica Neue", Helvetica, Arial, Myriad Pro, sans-serif;
  font-size: 18px;
  line-height: 48px;
  font-weight: 700;
  color: #fff;
  background: rgba(0, 0, 0, 0.4);
  text-transform: uppercase;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  position: relative;
  z-index: 99;
}
#button-con button:hover {
  background: #e67e22;
}
#button-con button:focus {
  outline: none !important;
}

.text-align-center {
  text-align: center;
  padding-top: 10px;
}

.map-wrapper {
  background: #000;
}

#google_map {
  background: #000 !important;
  width: 100%;
  z-index: 0;
  position: relative;
  z-index: 200;
  height: 400px;
  display: none;
  opacity: 0;
  -webkit-transition: height opacity 350ms ease;
  -ms-transition: height opacity 350ms ease;
  -moz-transition: height opacity 350ms ease;
  -o-transition: height opacity 350ms ease;
  transition: height opacity 350ms ease;
}

#google_map.opened {
  opacity: 1;
}

.button-map {
  margin-top: 50px;
  cursor: pointer;
  text-align: center;
  position: relative;
  width: 100%;
  display: block;
  color: #FFF;
  color: rgba(255, 255, 255, 0.75);
  background: rgba(0, 0, 0, 0.25);
  font-size: 16px;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  padding: 26px 0;
  z-index: 200;
  -webkit-transition: background color 350ms ease;
  -ms-transition: background color 350ms ease;
  -moz-transition: background color 350ms ease;
  -o-transition: background color 350ms ease;
  transition: background color 350ms ease;
}
.button-map:hover {
  background: rgba(0, 0, 0, 0.75);
  color: #FFF;
  color: rgba(255, 255, 255, 0.75);
}

.close-map:after {
  content: "\f107";
  font-family: FontAwesome;
  display: inline-block;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-decoration: inherit;
  margin-left: 16px;
  font-size: 18px;
}

.show-map:after {
  content: "\f106";
  font-family: FontAwesome;
  display: inline-block;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-decoration: inherit;
  margin-left: 16px;
  font-size: 18px;
}

.map-tooltip h6 {
  color: #292929;
  text-transform: uppercase;
  margin-left: 20px;
  font-size: 18px;
  margin-bottom: 5px;
  margin-top: 10px;
}
.map-tooltip p {
  margin: 0px;
  font-size: 13px;
  line-height: 18px;
  margin-left: 20px;
  text-align: center;
}

::selection {
  background: #FFF;
  color: #111;
}

/* #footer
================================================== */
#footer {
  position: relative;
  margin: 0 auto;
  width: 100%;
  background: #101010;
  padding-top: 50px;
  padding-bottom: 40px;
}
#footer .back-top {
  position: absolute;
  cursor: pointer;
  top: -10px;
  left: 50%;
  margin-left: -20px;
  width: 40px;
  height: 40px;
  font-family: 'FontAwesome';
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  text-align: center;
  z-index: 10000;
  font-size: 22px;
  line-height: 40px;
  background: #101010;
  color: #e67e22;
  -webkit-box-shadow: 0 -5px 5px -5px #000;
  -moz-box-shadow: 0 -5px 5px -5px #000;
  -ms-box-shadow: 0 -5px 5px -5px #000;
  -o-box-shadow: 0 -5px 5px -5px #000;
  box-shadow: 0 -5px 5px -5px #000;
  -webkit-transition: all 350ms linear;
  -ms-transition: all 350ms linear;
  -moz-transition: all 350ms linear;
  -o-transition: all 350ms linear;
  transition: all 350ms linear;
}
#footer .back-top:hover {
  background: #101010;
  -webkit-box-shadow: 0 -5px 15px -5px #000;
  -moz-box-shadow: 0 -5px 15px -5px #000;
  -ms-box-shadow: 0 -5px 15px -5px #000;
  -o-box-shadow: 0 -5px 15px -5px #000;
  box-shadow: 0 -5px 15px -5px #000;
}
#footer p {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  padding-bottom: 5px;
}

.icon-footer {
  font-family: 'FontAwesome';
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  z-index: 6;
  padding-left: 5px;
  padding-right: 5px;
  color: #e67e22;
}

/* #Projects
================================================== */
.wrapper {
  position: relative;
  height: 100% !important;
  height: 100%;
  margin: 0 auto;
  overflow: hidden;
}

.main {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

.just_pattern11 {
  background: -webkit-gradient(radial, center center, 0, center center, 460, from(rgba(0, 0, 0, 0.01)), to(rgba(0, 0, 0, 0.4)));
  background: -webkit-radial-gradient(circle, rgba(0, 0, 0, 0.01), rgba(0, 0, 0, 0.4));
  background: -moz-radial-gradient(circle, rgba(0, 0, 0, 0.01), rgba(0, 0, 0, 0.4));
  background: -ms-radial-gradient(circle, rgba(0, 0, 0, 0.01), rgba(0, 0, 0, 0.4));
  background: radial-gradient(circle, rgba(0, 0, 0, 0.01), rgba(0, 0, 0, 0.4));
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.onepage-wrapper {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  padding: 0;
  -webkit-transform-style: preserve-3d;
}
.onepage-wrapper .section {
  width: 100%;
  height: 100%;
}

.onepage-pagination {
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -50px;
  z-index: 5;
  list-style: none;
  padding: 0;
}
.onepage-pagination li {
  padding: 0;
  text-align: center;
}
.onepage-pagination li a {
  padding: 10px;
  width: 4px;
  height: 4px;
  display: block;
}
.onepage-pagination li a:before {
  content: '';
  position: absolute;
  width: 5px;
  height: 5px;
  background: rgba(255, 255, 255, 0.85);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
}
.onepage-pagination li a.active:before {
  width: 20px;
  height: 20px;
  background: none;
  border: 1px solid white;
  margin-top: -8px;
  left: 3px;
}

.disabled-onepage-scroll,
.disabled-onepage-scroll .wrapper {
  overflow: auto;
}

.disabled-onepage-scroll .onepage-wrapper .section {
  position: relative !important;
  top: auto !important;
}

.disabled-onepage-scroll .onepage-wrapper {
  -webkit-transform: none !important;
  -ms-transform: none !important;
  -moz-transform: none !important;
  -o-transform: none !important;
  transform: none !important;
  -ms-transform: none !important;
  min-height: 100%;
}

.disabled-onepage-scroll .onepage-pagination {
  display: none;
}

body.disabled-onepage-scroll,
.disabled-onepage-scroll .onepage-wrapper,
html {
  position: inherit;
}

body.disabled-onepage-scroll .onepage-wrapper section {
  min-height: 100%;
  height: auto;
}

.project-info {
  position: fixed;
  bottom: 20px;
  left: 20px;
  width: 400px;
  padding: 30px;
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  z-index: 6;
}
.project-info h6 {
  text-align: left;
  padding-bottom: 25px;
}

.scroll-btn1 {
  position: absolute;
  font-family: "Roboto", "Helvtica Neue", Helvetica, Arial, Myriad Pro, sans-serif;
  font-size: 10px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  bottom: 40px;
  left: 50%;
  margin-left: -20px;
  -webkit-transition: all 350ms ease-in-out;
  -ms-transition: all 350ms ease-in-out;
  -moz-transition: all 350ms ease-in-out;
  -o-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out;
  width: 40px;
  height: 46px;
  background: url("../images/arrow-down.png") no-repeat center bottom;
  z-index: 3900;
  opacity: .6;
}

@keyframes arrows1 {
  0% {
    bottom: 40px;
  }
  10% {
    bottom: 50px;
  }
  20% {
    bottom: 40px;
  }
  30% {
    bottom: 50px;
  }
  40% {
    bottom: 30px;
  }
  50% {
    bottom: 50px;
  }
  60% {
    bottom: 40px;
  }
  70% {
    bottom: 50px;
  }
  80% {
    bottom: 30px;
  }
  90% {
    bottom: 50px;
  }
  100% {
    bottom: 40px;
  }
}
@-webkit-keyframes arrows1 {
  0% {
    bottom: 40px;
  }
  10% {
    bottom: 50px;
  }
  20% {
    bottom: 40px;
  }
  30% {
    bottom: 50px;
  }
  40% {
    bottom: 30px;
  }
  50% {
    bottom: 50px;
  }
  60% {
    bottom: 40px;
  }
  70% {
    bottom: 50px;
  }
  80% {
    bottom: 30px;
  }
  90% {
    bottom: 50px;
  }
  100% {
    bottom: 40px;
  }
}
.scroll-btn1 {
  -webkit-animation: arrows1 3.8s infinite;
  -webkit-animation-delay: 1s;
  animation: arrows1 3.8s infinite;
  animation-delay: 1s;
}

@-webkit-keyframes fly {
  0% {
    opacity: 0;
    top: 50%;
  }
  20% {
    opacity: 1;
    top: 40%;
  }
  100% {
    opacity: 0;
    top: 20%;
  }
}
@-moz-keyframes fly {
  0% {
    opacity: 0;
    top: 50%;
  }
  20% {
    opacity: 1;
    top: 40%;
  }
  100% {
    opacity: 0;
    top: 20%;
  }
}
@-ms-keyframes fly {
  0% {
    opacity: 0;
    top: 50%;
  }
  20% {
    opacity: 1;
    top: 40%;
  }
  100% {
    opacity: 0;
    top: 20%;
  }
}
@-o-keyframes fly {
  0% {
    opacity: 0;
    top: 50%;
  }
  20% {
    opacity: 1;
    top: 40%;
  }
  100% {
    opacity: 0;
    top: 20%;
  }
}
@keyframes fly {
  0% {
    opacity: 0;
    top: 50%;
  }
  20% {
    opacity: 1;
    top: 40%;
  }
  100% {
    opacity: 0;
    top: 20%;
  }
}
#project-single-slider {
  position: relative;
  margin: 0 auto;
  width: 100%;
  overflow: hidden;
  z-index: 2;
}

#project-single-slider .bx-wrapper .bx-prev {
  bottom: 20px;
}

#project-single-slider .bx-wrapper .bx-next {
  bottom: 20px;
}

#last-work {
  position: relative;
  margin: 0 auto;
  padding-top: 50px;
  padding-bottom: 50px;
  background: #292929;
  width: 100%;
  overflow: hidden;
  z-index: 2;
}
#last-work img {
  width: 100%;
  height: auto;
  display: block;
}
#last-work h6 {
  text-align: left;
  padding-bottom: 25px;
}
#last-work p {
  text-align: left;
  padding-bottom: 30px;
}
#last-work p:last-child {
  padding-bottom: 0;
}

#slider-wrap {
  position: relative;
  margin: 0 auto;
  width: 100%;
  overflow: hidden;
  z-index: 2;
}
#slider-wrap img {
  width: 100%;
  height: auto;
  display: block;
}

.padding-project {
  padding-top: 50px;
  padding-bottom: 50px;
}

#sep8 .z-index {
  z-index: 2000;
}

#sep8 {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
  padding-top: 150px;
  padding-bottom: 150px;
  z-index: 2;
}

#project-single-video {
  position: relative;
  margin: 0 auto;
  width: 100%;
  overflow: hidden;
  z-index: 2;
}

#thevideo {
  display: none;
}

.video {
  width: 100%;
  height: auto;
  display: block;
}

iframe {
  width: 100%;
  height: auto;
  display: block;
}

#sep9 .z-index {
  z-index: 2000;
}

#sep9 {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
  padding-top: 150px;
  padding-bottom: 150px;
  z-index: 2;
}

/* #services
================================================== */
#services {
  position: relative;
  margin: 0 auto;
  width: 100%;
  overflow: hidden;
  padding-top: 50px;
  padding-bottom: 70px;
  z-index: 2;
}

.last-services {
  position: relative;
  margin: 0 auto;
  padding: 20px;
  background-color: #292929;
  background-image: url("../images/qud1.png");
  background-repeat: no-repeat;
  background-position: top right;
  overflow: hidden;
  z-index: 2;
  cursor: pointer;
  -webkit-transition: background-image 350ms ease-in-out;
  -ms-transition: background-image 350ms ease-in-out;
  -moz-transition: background-image 350ms ease-in-out;
  -o-transition: background-image 350ms ease-in-out;
  transition: background-image 350ms ease-in-out;
}

.last-services:hover {
  background-image: url("../images/qud2.png");
}

.last-services h6 {
  position: relative;
  display: inline-block;
  padding-left: 15px;
  text-align: left;
  padding-bottom: 25px;
}

.last-services p {
  text-align: left;
}

.icon-left1 {
  position: relative;
  display: inline-block;
  font-family: 'FontAwesome';
  line-height: 32px;
  font-size: 22px;
  text-align: left;
  z-index: 6;
  width: 22px;
  height: 32px;
  color: #e67e22;
}

.last-services1 {
  position: relative;
  margin: 0 auto;
  padding: 20px;
  background-color: #292929;
  background-image: url("../images/qud.png");
  background-repeat: no-repeat;
  background-position: top left;
  overflow: hidden;
  text-align: right;
  z-index: 2;
  cursor: pointer;
  -webkit-transition: background-image 350ms ease-in-out;
  -ms-transition: background-image 350ms ease-in-out;
  -moz-transition: background-image 350ms ease-in-out;
  -o-transition: background-image 350ms ease-in-out;
  transition: background-image 350ms ease-in-out;
}

.last-services1:hover {
  background-image: url("../images/qud2.png");
}

.last-services1 h6 {
  position: relative;
  display: inline-block;
  padding-right: 15px;
  text-align: right;
  padding-bottom: 25px;
}

.last-services1 p {
  text-align: right;
}

.icon-right1 {
  position: relative;
  display: inline-block;
  font-family: 'FontAwesome';
  line-height: 32px;
  font-size: 22px;
  text-align: right;
  z-index: 6;
  width: 22px;
  height: 32px;
  color: #e67e22;
}

.pace .pace-progress {
  background: #e67e22;
}

.pace .pace-progress-inner {
  box-shadow: 0 0 10px #e67e22, 0 0 5px #e67e22;
}

.pace .pace-activity {
  border-top-color: #e67e22;
  border-left-color: #e67e22;
}

/* #Media Queries
================================================== */
@media only screen and (min-width: 1600px) {
  .flipWrapper .card .back .inner p {
    font-size: 15px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 1200px) {
  .bk-inner {
    width: 364px;
    height: 364px;
  }

  .bk-inner .bk-left {
    height: 100%;
  }
}
@media only screen and (max-width: 1170px) {
  .prev {
    left: 100px;
  }

  .next {
    right: 100px;
  }
}
@media only screen and (max-width: 1024px) {
  ul.slimmenu li:after {
    padding: 10px 4px 0 8px;
  }

  #contact .contact-note {
    font-size: 14px;
    width: 84%;
  }
}
@media only screen and (max-width: 990px) {
  ul.slimmenu li:after {
    padding: 10px 2px 0 6px;
  }

  .big-text {
    font-size: 40px;
    line-height: 40px;
  }

  .small-text {
    margin-top: 50px;
  }

  .social-top {
    margin-top: 65px;
  }

  .prev,
  .next {
    top: auto;
    bottom: 20px;
    margin-top: 0;
    background-size: 16px 29px;
    width: 16px;
    height: 29px;
  }

  .prev {
    background: url("../images/arrow-left.png") no-repeat center center;
    left: 20px;
  }

  .next {
    background: url("../images/arrow-right.png") no-repeat center center;
    right: 20px;
  }

  .flipWrapper {
    width: 100%;
  }

  #about .about-col {
    width: 60%;
    margin: 0 20%;
    float: none;
  }

  #about h5, #projects h5 {
    display: none;
  }

  .project-image,
  .bk-inner {
    width: 100%;
  }

  .bk-inner {
    max-width: 345px;
    max-height: 345px;
  }

  .bk-inner-2 {
    max-width: 280px;
    max-height: 390px;
  }

  .bk-inner .bk-page {
    width: 98%;
    height: 98%;
  }

  #about img:hover,
  #projects .project-1 img:hover,
  .project-2 .project-image:hover {
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -o-transform: scale(0.95);
    transform: scale(0.95);
  }

  .flipWrapper .card .front,
  .flipWrapper .card .back {
    min-height: 345px;
  }

  .flipWrapper .card .front .about-image {
    height: 100%;
  }

  .flipWrapper .card .back .inner p {
    line-height: 20px;
  }

  .flipWrapper svg {
    display: none;
  }

  .press-item {
    width: 84%;
  }
}
@media only screen and (max-width: 768px) {
  .just_pattern1 {
    z-index: 0;
  }

  h1 {
    font-size: 36px;
    line-height: 36px;
  }

  #royal_preloader.text .loader {
    letter-spacing: 2px;
    font-size: 26px;
  }

  #menu-wrap {
    padding-bottom: 0;
  }
  #menu-wrap .container {
    padding-left: 0;
    padding-right: 0;
  }

  .top {
    background: #282828;
    background: rgba(20, 20, 20, 0.75);
    top: 0;
    left: 0;
    right: 0;
    position: absolute;
    width: 100%;
    height: 50px;
  }

  .menu-back {
    background: rgba(0, 0, 0, 0.5);
  }

  .logo {
    padding-top: 14px;
    padding-left: 15px;
  }

  .collapse-button {
    right: 10px;
  }

  .logo-pic {
    width: 80px;
    height: 44px;
    left: 10px;
    top: 6px;
    background: url("../images/logo.png") no-repeat center center;
    background-size: 80px 44px;
  }

  .cbp-af-header.cbp-af-header-shrink .logo-pic {
    width: 80px;
    height: 44px;
    left: 10px;
    top: 6px;
    background: url("../images/logo.png") no-repeat center center;
    background-size: 80px 44px;
    -webkit-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
  }

  .cbp-af-header.cbp-af-header-shrink ul.slimmenu li a {
    border-bottom: none;
  }

  .cbp-af-header.cbp-af-header-shrink ul.slimmenu li a:hover {
    border-bottom: 1px solid transparent;
    background: none;
  }

  .cbp-af-header.cbp-af-header-shrink ul.slimmenu li {
    background: none;
  }

  ul.slimmenu li:first-of-type a {
    border-top: 1px solid #444;
    border-top: 1px solid rgba(0, 0, 0, 0.25);
    margin-top: 0px;
  }

  ul.slimmenu li {
    background: none;
  }
  ul.slimmenu li:after {
    content: "";
    padding: 0;
  }
  ul.slimmenu li a {
    border-bottom: none;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    background: #383838;
    background: rgba(0, 0, 0, 0.5);
  }
  ul.slimmenu li a:hover {
    background: #282828;
    background: rgba(0, 0, 0, 0.75);
    background: #e67e22;
    color: #FFF;
    border-bottom: 1px solid transparent;
  }

  ul.slimmenu li > ul {
    width: 100%;
    text-align: right;
  }

  .big-text {
    font-size: 32px;
    line-height: 32px;
  }

  .small-text {
    font-size: 22px;
    line-height: 24px;
    width: 90%;
    margin: 60px auto 0;
  }

  .head-subtext {
    width: 100%;
    font-size: 16px;
  }

  .social-top {
    margin-top: 50px;
  }

  .flipWrapper {
    width: 100%;
  }

  #about .about-col {
    width: 76%;
    margin: 0 12%;
  }

  #about svg {
    display: none;
  }

  #about .col-sm-6 {
    margin: 20px 0;
  }

  #about,
  #projects {
    margin: 0 auto;
    padding-top: 40px;
    padding-bottom: 50px;
    z-index: 2;
  }
  #about h5,
  #projects h5 {
    padding-top: 20px;
  }
  #about h6,
  #projects h6 {
    padding-bottom: 10px;
    font-size: 18px;
  }

  .logos-wrap {
    width: 33.3333333333333333333333333%;
  }

  div#content {
    height: auto;
  }

  .main {
    width: 420px;
    min-height: 430px;
    margin: 15px auto;
  }

  .flipWrapper .card .inner p {
    padding-left: 0px;
    padding-right: 0px;
    font-size: 14px;
    line-height: 20px;
  }

  #projects .project {
    margin: 20px 0;
  }

  .projects-content {
    margin-top: 10px;
  }

  .bk-inner {
    max-width: 400px;
    max-height: 400px;
    height: 400px;
    margin: 0px auto 40px;
  }
  .bk-inner-2 {
    max-width: 320px;
    max-height: 440px;
    height: 440px;
    margin: 0px auto 40px;
  }

  .bk-content {
    top: 40px;
    left: 10px;
    bottom: 10px;
    right: 10px;
    padding: 20px;
  }

  .bk-list .bk-inner .bk-book,
  .bk-list .bk-inner-2 .bk-book {
    height: 100%;
  }

  .bk-list .bk-inner .bk-page,
  .bk-list .bk-inner-2 .bk-page {
    -webkit-transform: translate3d(0, 0, 19px);
    transform: translate3d(0, 0, 19px);
    display: none;
    width: 98%;
    height: 98%;
  }

  .bk-list .bk-inner .bk-front,
  .bk-list .bk-inner .bk-back,
  .bk-list .bk-inner .bk-front > div,
  .bk-list .bk-inner-2 .bk-front,
  .bk-list .bk-inner-2 .bk-back,
  .bk-list .bk-inner-2 .bk-front > div {
    width: 100%;
    height: 100%;
  }

  .bk-list .bk-inner .bk-top,
  .bk-list .bk-inner .bk-bottom,
  .bk-list .bk-inner-2 .bk-top,
  .bk-list .bk-inner-2 .bk-bottom {
    width: 98%;
  }

  .bk-list .bk-inner .bk-right,
  .bk-list .bk-inner-2 .bk-right {
    height: 420px;
    top: 5px;
    -webkit-transform: rotate3d(0, 1, 0, 90deg) translate3d(0, 0, 235px);
    -moz-transform: rotate3d(0, 1, 0, 90deg) translate3d(0, 0, 235px);
    transform: rotate3d(0, 1, 0, 90deg) translate3d(0, 0, 235px);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }

  .bk-list .bk-inner-2 .bk-right {
    height: 440px;
  }

  .bk-list .bk-inner .bk-left,
  .bk-list .bk-inner-2 .bk-left {
    height: 100%;
  }

  .bk-left h2 {
    width: 100%;
  }

  .press-item {
    width: 90%;
  }

  #contact .contact-note {
    width: 100%;
  }
}
@media only screen and (max-width: 698px) {
  #about .about-col {
    width: 90%;
    margin: 0 5%;
    float: none;
  }

  .flipWrapper {
    min-height: 650px;
  }

  .flipWrapper .card .back .inner p {
    font-size: 14px;
    line-height: 24px;
  }

  .project {
    margin: 30px auto;
  }
}
@media only screen and (max-width: 590px) {
  .flipWrapper .card .back .inner p {
    font-size: 14px;
    line-height: 22px;
  }

  .bk-inner {
    max-width: 400px;
    max-height: 400px;
    height: 400px;
  }

  .bk-inner-2 {
    max-width: 320px;
    max-height: 440px;
    height: 440px;
  }
}
@media only screen and (max-width: 480px) {
  .logo {
    font-size: 24px;
  }

  ul.slimmenu li:first-of-type a,
  ul.slimmenu li a {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .big-text {
    font-size: 24px;
    line-height: 1;
  }

  .big-text .banner {
    padding-left: 15px;
    padding-right: 15px;
  }

  .small-text {
    font-size: 20px;
    line-height: 22px;
  }

  .social-top {
    margin-top: 50px;
  }

  .logos-wrap {
    width: 50%;
  }

  .project-info {
    width: 200px;
  }

  #about .about-col {
    width: 90%;
    margin: 0 5%;
    float: none;
  }

  #about h5, #projects h5 {
    padding-top: 0;
  }

  .col-sm-6 {
    width: 100%;
    float: none;
  }

  #projects {
    padding: 20px 0;
  }
  #projects h1 {
    padding: 10px 0 0;
  }
  #projects .project {
    margin: 40px 0;
  }
  #projects .project:first-of-type {
    margin-top: 20px;
  }

  .project-image {
    width: 100%;
    margin: 0px auto;
  }

  #about .container {
    padding-right: 10px;
    padding-left: 10px;
  }

  .flipWrapper {
    min-height: 360px;
    width: 100%;
  }
  .flipWrapper .card .front,
  .flipWrapper .card .back {
    min-height: 330px;
  }
  .flipWrapper .card .back .inner p {
    padding: 12px;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -.2px;
  }
  .flipWrapper .card .face {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }

  .bk-inner {
    max-width: 400px;
    max-height: 400px;
    height: 400px;
  }

  .bk-inner-2 {
    max-width: 320px;
    max-height: 440px;
    height: 440px;
  }

  .press-item {
    width: 100%;
  }
  .press-item h6 {
    font-size: 18px;
    line-height: 18px;
  }

  #contact {
    padding-top: 20px;
  }
  #contact .contact-wrap {
    padding: 20px;
  }
  #contact .contact-wrap .contact-line {
    line-height: 18px;
    margin-bottom: 10px;
  }
  #contact .contact-wrap .contact-line .fa {
    font-size: 16px;
    line-height: 16px;
  }
  #contact .contact-wrap .contact-line .header:after {
    content: "\A";
    white-space: pre;
  }
  #contact .contact-wrap .contact-line .break:before {
    content: "\A";
    white-space: pre;
  }
  #contact .contact-wrap .contact-line + .contact-line {
    margin-bottom: 0;
  }
}
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) {
  .big-text {
    font-size: 32px;
  }

  .flipWrapper {
    min-height: 420px;
  }

  .flipWrapper .card .back .inner p {
    font-size: 15px;
    line-height: 22px;
  }
}
@media only screen and (max-width: 375px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 375px) and (min-device-pixel-ratio: 2) {
  .big-text {
    font-size: 30px;
    line-height: 1;
  }

  .flipWrapper {
    min-height: 420px;
  }
  .flipWrapper .card .front, .flipWrapper .card .back {
    min-height: auto;
  }
  .flipWrapper .card .front .about-image {
    height: auto;
  }
  .flipWrapper .card .back .inner p {
    padding: 15px;
    font-size: 15px;
    line-height: 22px;
  }
}
@media only screen and (max-width: 400px) {
  .flipWrapper .card .back .inner p {
    font-size: 14px;
    line-height: 22px;
  }

  .bk-inner {
    max-width: 355px;
    max-height: 355px;
    height: 355px;
  }

  .bk-inner-2 {
    max-width: 295px;
    /*max-height: 295px;*/
    height: 395px;
  }
}
@media only screen and (max-width: 320px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 320px) and (min-device-pixel-ratio: 1.5) {
  .big-text {
    font-size: 26px;
  }

  .flipWrapper .card .back .inner p {
    padding: 10px;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: -.25px;
  }
}
@media only screen and (max-width: 319px) {
  .big-text {
    font-size: 15px;
    line-height: 15px;
  }

  .big-text .banner {
    padding: 5px 10px;
    border: none;
  }

  .small-text {
    margin-top: 40px;
    font-size: 20px;
    line-height: 20px;
  }

  .social-top {
    margin-top: 20px;
  }

  .logos-wrap {
    width: 50%;
  }

  .project-info {
    width: 200px;
  }
}

