@charset "UTF-8";
@import url(vendors/bootstrap/bootstrap.min.css);

header {
  background-size: cover;
  background-position: center center;
  height: 100vh; }

h2, h3 {
  font-weight: 300;
  text-align: center;
  text-transform: uppercase; }

.dropdown-search-box:after, .dropdown-search-box:before {
  content: " ";
  background-color: #3f2f29;
  width: 1px;
  position: absolute; }

.icon-big, .social-nav .icon-social, .social-nav-header .icon-social, .search-button, .dropdown-search-box .searchbox-caret {
  color: white;
  font-size: 130%;
  padding: 8px 16px; }

.features-item .item-name-caption, .gallery-item .item-name-caption, .gallery-item .item-price-caption {
  border-radius: 5px;
  color: white;
  font-size: 80%;
  font-weight: 400;
  padding: 10px;
  position: absolute;
  z-index: 2; }

html, body {
  color: #383838;
  font-size: 18px;
  font-family: "Cinzel Decorative", "Palatino Light", Times, Times New Roman, Georgia, serif;
  font-weight: 300;
  text-rendering: optimizeLegibility; }
  @media (min-width: 768px) {
  html, body {
    font-size: 20px !important;
    padding-right: 0px !important; } }

section {
  padding: 3% 1%; }

h1 {
  margin: 0; }

h2 {
  font-size: 180%;
  color: #ecd19a;
  text-shadow: 0px 0px 6px #000000; }
  @media (max-width: 480px) {
  h2 {
    font-size: 190%; } }

h3 {
  font-size: 150%;
  font-weight: 600;
  color: #ad835a;
  text-shadow: 0px 0px 4px #000000; }

h2, .h2 {
  margin-top: 4rem;
  margin-bottom: 2rem; }

h3, .h3 {
  margin-top: 3rem;
  margin-bottom: 1.5rem; }

input:focus, textarea:focus, button:focus {
  outline: 0 !important; }

.section-description {
  margin: 1rem auto 0 auto;
  width: 69%;
  font-family: Helvetica, Arial, sans-serif;
  color: #71675b;
  font-size: 1em;
  font-weight: 400;
  text-align: center;
  line-height: 1.6rem; }
  @media (max-width: 768px) {
  .section-description {
    width: 85%; } }

.pattern {
  background-image: linear-gradient(rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.55)), url(../img/dark_wall.png); }

.pattern-dark {
  background-image: url(../img/dark_leather.png); }

.box {
  margin-top: 1rem;
  margin-bottom: 2rem;
  cursor: pointer; }
  @media (max-width: 768px) {
  .box {
    margin-top: 3rem; } }

.icon-big {
  background-color: #c4ae78;
  border-radius: 50%; }

/*
  Hide the original radios and checkboxes
  (but still accessible)

  :not(#foo) > is a rule filter to block browsers
         that don't support that selector from
         applying rules they shouldn't

*/
label:not(#foo) > input[type='radio'],
label:not(#foo) > input[type='checkbox'] {
  /* Hide the input, but have it still be clickable */
  opacity: 0;
  float: right;
  width: 18px; }

label:not(#foo) > input[type='radio'] + span,
label:not(#foo) > input[type='checkbox'] + span {
  margin: 0;
  clear: none;
  /* Left padding makes room for image */
  padding: 0px 48px 2px 24px;
  /* Make look clickable because they are */
  cursor: pointer;
  background-image: url(../img/checks.png);
  background-size: 18px auto;
  background-position: 0px -18px;
  background-repeat: no-repeat;
  height: 18px; }

/*
  Change from unchecked to checked graphic
*/
label:not(#foo) > input[type='radio']:checked + span {
  background-image: url(../img/checks.png);
  background-size: 18px auto;
  background-position: 0px -36px;
  background-repeat: no-repeat;
  height: 18px; }

label:not(#foo) > input[type='checkbox']:checked + span {
  background-image: url(../img/checks.png);
  background-size: 18px auto;
  background-position: 0px 0px;
  background-repeat: no-repeat;
  height: 18px; }

.Divider {
  height: 55px;
  margin: -18px -15px;
  position: relative;
  z-index: 1; }
  .Divider:before {
  left: 0;
  margin-right: 82px;
  right: 50%;
  background: url(../img/divider-sprite.png) repeat-x 50% 0;
  content: "";
  height: 55px;
  position: absolute;
  top: 0; }
  .Divider:after {
  left: 50%;
  margin-left: 82px;
  right: 0;
  background: url(../img/divider-sprite.png) repeat-x 50% 0;
  content: "";
  height: 55px;
  position: absolute;
  top: 0; }

.Divider-rule {
  background: url(../img/divider-sprite.png) repeat-x 50% 100%;
  border: 0;
  height: 55px;
  left: 50%;
  margin: 0 0 0 -82px;
  position: absolute;
  top: 5px;
  width: 164px; }

::selection {
  background: #b2321f;
  color: #ffcb8d; }

::-moz-selection {
  background: #b2321f;
  color: #ffcb8d; }

option {
  background: #b2321f;
  color: #ffcb8d; }

.navbar-custom {
  background: linear-gradient(rgba(34, 34, 34, 0.95), rgba(34, 34, 34, 0.75));
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
  z-index: 3; }

.navbar .container {
  font-size: 14px !important; }

.nav-logo {
  width: 40px;
  height: auto; }

a.navbar-logo {
  background-image: url(../img/logo-compact.png);
  width: 50px;
  height: 40px;
  background-size: 50px auto;
  padding: 0;
  margin-top: 2px; }
  a.navbar-logo:hover {
  background-position: 0px -50px; }

.custom-toggle-btn {
  background-color: rgba(255, 255, 255, 0) !important;
  border: none;
  right: 5px;
  top: -1px;
  position: absolute; }
  .custom-toggle-btn .icon-bar {
  margin: -5px -11px 6px 0px;
  height: 3px;
  width: 30px;
  background-color: #ecd19a !important; }

#main-nav ul {
  margin-top: 0;
  margin-bottom: 0; }

.plain-link {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 0.9em;
  margin: 0 auto;
  padding: 5px 10px 5px 10px; }
  @media (min-width: 768px) {
  .plain-link {
    padding: 0px 10px 0px 10px; } }
  @media (max-width: 768px) {
  .plain-link {
    border-bottom: 1px solid #383838; } }
  .plain-link a {
  color: #c4ae78 !important;
  font-size: 120%;
  transition: all 0.33s; }
  @media (min-width: 768px) {
    .plain-link a {
    font-size: 100%; } }
  @media (min-width: 992px) {
    .plain-link a {
    font-size: 100%; } }
  .plain-link:hover {
  text-shadow: 0 0 15px #99774c, 0px -5px 20px #a17e51, 0 5px 20px #96744a; }
  .plain-link:hover a {
    color: #ffffff !important; }

.plain-link.active {
  text-shadow: 0 0 15px #99774c, 0px -5px 20px #a17e51, 0 5px 20px #96744a; }
  .plain-link.active a {
  background-color: transparent !important;
  color: #ffffff !important; }

.collapsing .plain-link a, .in .plain-link a {
  text-align: center; }

.social-nav a, .social-nav-header a, .social-nav a:hover, .social-nav-header a:hover, .social-nav a:focus, .social-nav-header a:focus {
  background-color: transparent !important; }
.social-nav .icon-social, .social-nav-header .icon-social {
  transition: all 0.25s; }
  .social-nav .icon-social:hover, .social-nav-header .icon-social:hover, .social-nav .icon-social:active, .social-nav-header .icon-social:active {
  color: #c4ae78; }

.btn {
  box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.35);
  font-size: 90%;
  border-radius: 0px;
  font-weight: 400;
  padding: 10px 15px 10px 15px;
  text-decoration: none !important;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
  text-transform: uppercase;
  transition: all 0.25s;
  background-image: linear-gradient(to bottom, #b93a27, #9e1e0b);
  background-image: -webkit-linear-gradient(top, #b93a27, #9e1e0b);
  color: #f3aa55;
  font-size: 24px;
  line-height: 36px;
  padding: 12px 69px;
  transition: background 0.2s ease-in-out, color 0.2s ease-in-out;
  width: 100%;
  background-size: 1px 200px;
  border: 1px solid #b93a27; }
  .btn:hover, .btn:active, .btn:focus {
  color: #ffcb8d;
  background-position: 100px;
  background-image: linear-gradient(to bottom, #b93a27, #9e1e0b);
  background-image: -webkit-linear-gradient(top, #b93a27, #9e1e0b); }

.search-button {
  background-color: transparent;
  border: 0;
  outline: 0;
  position: relative;
  top: 4px;
  text-shadow: 0 0 15px #99774c, 0px -5px 20px #a17e51, 0 5px 20px #96744a;
  color: #c4ae78;
  transition: color .33s; }
  .search-button:hover {
  color: #ffffff; }

.button-game {
  display: inline-block;
  font-size: 16px;
  line-height: 54px;
  padding: 0 3px;
  position: relative;
  text-align: center;
  width: 100%; }
  @media only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (min-device-height: 1366px) and (max-device-height: 1366px) and (min-width: 1024px) and (max-width: 1024px) {
  .button-game {
    font-size: 14px; } }
  @media (min-width: 768px) {
  .button-game {
    font-size: 14px; } }
  @media (max-width: 480px) {
  .button-game {
    font-size: 10px; } }
  .button-game .button-game-bg-mid {
  background: url(../img/button-sprite.png) repeat-x 0 0;
  color: #f3aa55;
  display: block;
  font-family: "Cinzel Decorative", "Palatino Light", Times, Times New Roman, Georgia, serif;
  letter-spacing: 1px;
  font-weight: 600;
  padding: 0 42px;
  position: relative;
  text-shadow: 0 0 8px #000000;
  transition: color 0.2s; }
  .button-game .button-game-bg-mid:after {
  background: url(../img/button-sprite.png) repeat-x 0 -54px;
  content: "";
  height: 54px;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity 0.2s;
  -webkit-transform: translateZ(0); }
  .button-game:hover {
  text-decoration: none; }
  .button-game:hover .button-game-bg-mid {
    color: #ffcb8d; }
  .button-game:focus {
  text-decoration: none; }
  .button-game:hover .button-game-bg-mid:after {
  opacity: 1; }
  .button-game .button-game-bg-mid > span {
  position: relative;
  z-index: 1; }
  .button-game .button-game-bg-left {
  background: url(../img/button-sprite.png) no-repeat 0 -108px;
  height: 54px;
  left: 0;
  position: absolute;
  top: 0;
  width: 51px;
  z-index: 1; }
  .button-game .button-game-bg-right {
  background: url(../img/button-sprite.png) no-repeat 0 -162px;
  height: 54px;
  position: absolute;
  right: 0;
  top: 0;
  width: 51px;
  z-index: 1; }

.button-game-apple {
  font-size: 150%;
  top: 3px;
  line-height: 100%; }

.button-game-android {
  font-size: 150%;
  top: 4px;
  line-height: 100%; }

.button-game-steam {
  font-size: 200%;
  top: 8px;
  line-height: 100%; }

.dropdown-search-box {
  border-radius: 0;
  padding: 10px;
  margin-top: 21px; }
  .dropdown-search-box:after {
  left: 10px;
  bottom: 10px;
  height: 20px; }
  .dropdown-search-box:before {
  right: 10px;
  bottom: 10px;
  height: 20px; }
  .dropdown-search-box .searchbox-caret {
  font-size: 160%;
  position: absolute;
  top: -24px;
  left: 5px;
  color: #96744a; }
  .dropdown-search-box .search-box, .dropdown-search-box .search-box:focus {
  border: none;
  border-bottom: 1px solid #3f2f29;
  background-color: transparent;
  color: #c4ae78;
  font-weight: 400;
  font-size: 100%;
  padding: 5px 10px;
  position: relative; }
  @media (min-width: 768px) {
    .dropdown-search-box .search-box, .dropdown-search-box .search-box:focus {
    font-size: 130%; } }

header {
  /*background-image: linear-gradient(rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.05)), url(../img/Dragonic.jpg);*/
  box-shadow: inset 0 -10px 70px rgba(0, 0, 0, 0.75);
  height: 75vh;
  background-position: 75%; }
  @media (min-width: 1200px) {
  header {
    background-attachment: fixed; } }
  @media (max-width: 768px) {
  header {
    background-position: 25%; } }
  @media only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (min-device-height: 1366px) and (max-device-height: 1366px) and (min-width: 1024px) and (max-width: 1024px) {
  header {
    background-position: 25%; } }

.big-logo {
  height: auto;
  position: absolute;
  left: 50%;
  top: 55%;
  opacity: 0;
  -moz-transition: opacity 2s;
  -webkit-transition: opacity 2s;
  -o-transition: opacity 2s;
  transition: opacity 2s;
  -webkit-transform: translate(-50%, -90%);
  -moz-transform: translate(-50%, -90%);
  -ms-transform: translate(-50%, -90%);
  -o-transform: translate(-50%, -90%);
  transform: translate(-50%, -90%);
  width: 50%;
  z-index: 0; }
  @media (max-width: 768px) {
  .big-logo {
    width: 80%;
    top: 45%;
    -webkit-transform: translate(-50%, -65%);
    -moz-transform: translate(-50%, -65%);
    -ms-transform: translate(-50%, -65%);
    -o-transform: translate(-50%, -65%);
    transform: translate(-50%, -65%); } }
  @media only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (min-device-height: 1366px) and (max-device-height: 1366px) and (min-width: 1024px) and (max-width: 1024px) {
  .big-logo {
    width: 75%;
    top: 48%; } }
  @media (max-width: 480px) {
  .big-logo {
    width: 100%; } }

.social-nav-header {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 55px;
  display: none;
  position: absolute; }
  @media (min-width: 768px) {
  .social-nav-header {
    display: block; } }

.features {
  padding-top: 20px; }

.features-img {
  width: 100%;
  border: 1px solid;
  opacity: 0.5;
  transition: all 0.5s;
  box-shadow: 0px 0px 25px 0px #000000; }
  @media only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (min-device-height: 1366px) and (max-device-height: 1366px) and (min-width: 1024px) and (max-width: 1024px) {
  .features-img {
    opacity: 1; } }
  @media (max-width: 768px) {
  .features-img {
    opacity: 1; } }

.features-item .item-name-caption {
  background-color: #000000;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
  top: 0;
  border-radius: 0px;
  left: 0;
  display: none; }
.features-item:hover .features-img {
  opacity: 1;
  border: 1px solid #9d9280;
  box-shadow: 0px 0px 25px 0px #37271b; }
.features-item:hover h3 {
  text-shadow: 0px 0px 4px #383838; }
.features-item:hover .features-p {
  color: #9d9280; }

.features-p {
  font-family: Helvetica, Arial, sans-serif;
  color: #71675b;
  font-size: 0.85em;
  text-align: left;
  transition: all 0.5s;
  font-weight: 400;
  line-height: 1.4rem; }
  @media only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (min-device-height: 1366px) and (max-device-height: 1366px) and (min-width: 1024px) and (max-width: 1024px) {
  .features-p {
    font-size: 0.8em; } }
  @media (max-width: 320px) {
  .features-p {
    font-size: 0.9rem; } }

h3 {
  transition: all 0.5s; }

.gallery {
  color: #ffffff;
  padding: 3% 0 0 0;
  box-shadow: inset 0 10px 50px #000000;
  overflow: hidden; }
  @media (min-width: 1200px) {
  .gallery {
    padding: 1.5% 0; } }
  .gallery .section-description {
  margin: 1rem auto 3rem auto; }
  .gallery h2 {
  margin-bottom: 40px; }
  .gallery #dragonic-carousel {
  border: 0;
  width: 100%; }
  @media (min-width: 1200px) {
    .gallery #dragonic-carousel {
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.65);
    margin: 0 auto 4rem auto;
    width: 1200px; } }
  .gallery #dragonic-carousel img {
    width: 100%; }
  .gallery .carousel-caption {
  padding: 10px;
  font-size: 80%;
  margin-bottom: 30px; }
  @media (max-width: 480px) {
    .gallery .carousel-caption {
    display: none; } }
  @media (min-width: 768px) {
    .gallery .carousel-caption {
    left: 10%;
    right: 10%;
    padding: 20px;
    font-size: 100%;
    margin-bottom: 55px;
    text-shadow: 0 0 15px #99774c, 0px -5px 20px #a17e51, 0 5px 20px #96744a; } }

.slider-arrow {
  position: absolute;
  top: 50%;
  display: block;
  height: 56px;
  opacity: 1;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
  width: 86px;
  -webkit-transform: positionY(-40%);
  -moz-transform: positionY(-40%);
  -ms-transform: positionY(-40%);
  -o-transform: positionY(-40%);
  transform: positionY(-40%); }
  .slider-arrow:after {
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: opacity .2s;
  transition: opacity .2s; }
  @media (min-width: 768px) {
  .slider-arrow {
    font-size: 400%; } }
  @media (min-width: 992px) {
  .slider-arrow {
    font-size: 600%; } }

.slider-arrow-left {
  background: url(../img/carousel-sprite.png) no-repeat 0 0; }
  .slider-arrow-left:after {
  background: url(../img/carousel-sprite.png) no-repeat -86px 0; }
  .slider-arrow-left:hover:after {
  opacity: 1; }
  @media only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (min-device-height: 1366px) and (max-device-height: 1366px) and (min-width: 1024px) and (max-width: 1024px) {
  .slider-arrow-left {
    left: 70px; } }
  @media (min-width: 768px) {
  .slider-arrow-left {
    left: 70px; } }
  @media (min-width: 992px) {
  .slider-arrow-left {
    left: -28px; } }
  @media (max-width: 480px) {
  .slider-arrow-left {
    left: 20px; } }

.slider-arrow-right {
  background: url(../img/carousel-sprite.png) no-repeat -172px 0; }
  .slider-arrow-right:after {
  background: url(../img/carousel-sprite.png) no-repeat -258px 0; }
  .slider-arrow-right:hover:after {
  opacity: 1; }
  @media only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (min-device-height: 1366px) and (max-device-height: 1366px) and (min-width: 1024px) and (max-width: 1024px) {
  .slider-arrow-right {
    right: -20px; } }
  @media (min-width: 768px) {
  .slider-arrow-right {
    right: -20px; } }
  @media (min-width: 992px) {
  .slider-arrow-right {
    right: -114px; } }
  @media (max-width: 480px) {
  .slider-arrow-right {
    right: -66px; } }

.carousel-control {
  opacity: 1;
  transition: all 0.2s;
  width: 0; }
  .carousel-control:hover {
  opacity: 1; }

.carousel-indicators li {
  border: 5px double #ecd19a; }

.carousel-indicators .active {
  background-color: #000000; }

.modal-corner {
  background: url(../img/modal.png) no-repeat;
  position: absolute;
  height: 18px;
  width: 18px; }

.modal-corner-top-left {
  background-position: -1px -1px;
  left: -18px;
  top: -18px; }

.modal-corner-top-right {
  background-position: -19px -1px;
  right: -18px;
  top: -18px; }

.modal-corner-bottom-right {
  background-position: -19px -19px;
  bottom: -18px;
  right: -18px; }

.modal-corner-bottom-left {
  background-position: -1px -19px;
  bottom: -18px;
  left: -18px; }

.modal-border {
  position: absolute; }

.modal-border-top {
  background: url(../img/modal-frame.png) 0 0 repeat-x;
  height: 18px;
  left: 0;
  right: 0;
  top: -18px; }

.modal-border-right {
  background: url(../img/modal.png) -272px 0 repeat-y;
  bottom: 0;
  right: -18px;
  top: 0;
  width: 18px; }

.modal-border-bottom {
  background: url(../img/modal-frame.png) 0 -18px repeat-x;
  bottom: -18px;
  height: 18px;
  left: 0;
  right: 0; }

.modal-border-left {
  background: url(../img/modal.png) -254px 0 repeat-y;
  bottom: 0;
  left: -18px;
  top: 0;
  width: 18px; }

.store {
  padding-top: 1.5%;
  margin-bottom: 1.25rem; }
  @media (min-width: 768px) {
  .store {
    margin-bottom: 0.25rem; } }
  .store .items-container {
  padding: 0 10%;
  text-align: center; }
  @media (min-width: 768px) {
    .store .items-container {
    padding: 0 0 0 8.33333333%;
    text-align: left; } }

.panel-item__text {
  background: rgba(24, 10, 7, 0.7);
  bottom: 55px;
  left: 0;
  min-height: 54px;
  padding: 16px 28px;
  position: absolute;
  right: 0;
  text-align: left;
  border-right: 1px solid #3f2f29;
  border-left: 1px solid #3f2f29;
  transition: border 0.2s; }

.panel-item__title {
  color: #ecd19a;
  text-align: left;
  font-size: 100%;
  font-weight: normal;
  line-height: 21px;
  margin: 3px 0 7px;
  transition: color 0.2s; }
  @media only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (min-device-height: 1366px) and (max-device-height: 1366px) and (min-width: 1024px) and (max-width: 1024px) {
  .panel-item__title {
    font-size: 100%; } }
  @media (min-width: 768px) {
  .panel-item__title {
    font-size: 100%; } }

.panel-item__summary {
  line-height: 19px;
  margin: 4px 0;
  transition: color 0.2s;
  font: normal 16px/1.5 Helvetica, Arial, sans-serif;
  color: #ad835a; }

.bottom-wrapper {
  background: url(../img/blog-separator-2.png) 50% 100% no-repeat;
  position: relative; }

.gallery-item {
  box-shadow: 0 0 60px rgba(0, 0, 0, 0.33);
  transition: background-color 0.2s, box-shadow 0.2s;
  background-color: #3f2f29;
  cursor: pointer;
  padding: 1px;
  margin-top: 25px;
  margin-bottom: 25px; }
  @media (min-width: 768px) {
  .gallery-item {
    margin-top: 8.33333333%;
    margin-bottom: 0; } }
  .gallery-item:hover {
  background-color: #752b1a;
  box-shadow: 0 0 60px rgba(97, 51, 40, 0.9); }
  .gallery-item:hover .panel-item__text {
    border-right: 1px solid #752b1a;
    border-left: 1px solid #752b1a; }
  .gallery-item:hover .panel-item__title {
    color: #f3e6d0; }
  .gallery-item:hover .panel-item__summary {
    color: #be9d7c; }
  .gallery-item img {
  border-radius: inherit;
  width: 100%;
  height: auto; }
  .gallery-item .item-name-caption {
  background-color: #000000;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
  top: 0;
  border-radius: 0px;
  left: 0;
  display: none; }
  .gallery-item .item-price-caption {
  background-color: #000000;
  box-shadow: -1px -1px 1px rgba(0, 0, 0, 0.25);
  top: 0;
  right: 0;
  border-radius: 0px;
  display: none; }
  .gallery-item .icon-caption {
  border: 3px solid transparent;
  border-radius: 50%;
  display: block;
  color: transparent;
  position: absolute;
  text-align: center;
  transition: all 0.25s;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 150%;
  padding: 5px 15px; }
  @media (min-width: 768px) {
    .gallery-item .icon-caption {
    font-size: 200%;
    padding: 5px 20px; } }
  @media (min-width: 992px) {
    .gallery-item .icon-caption {
    font-size: 300%;
    padding: 15px 35px; } }
  .gallery-item:after {
  content: " ";
  background-color: transparent;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.25s; }

.modal {
  padding-right: 0px !important; }
  .modal .modal-header {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px; }
  .modal .modal-footer {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  padding: 1rem 1.33rem 1.33rem; }
  .modal .modal-body {
  font-size: 90%;
  text-align: center; }
  .modal img {
  width: 400px;
  height: auto;
  margin-bottom: 15px;
  display: inline-block; }
  @media (max-width: 480px) {
    .modal img {
    width: 80%; } }
  .modal .thumb-50 {
  width: 50%; }
  .modal #modal-price-tag {
  border: none;
  cursor: auto;
  font-size: 180%;
  color: #ecd19a;
  text-shadow: 0px 0px 6px #000000; }

.modal-open {
  padding-right: 0px !important; }

.img-thumbnail {
  padding: 5px;
  background-color: transparent;
  border: 1px solid #3f2f29;
  border-radius: 0px;
  box-shadow: 0px 0px 30px 0px #000000;
  margin: 1.33rem; }

.modal-title {
  margin: 1rem 0 0.75rem;
  text-align: center;
  color: #ad835a;
  font-size: 120%; }

ul#model-feats {
  margin: 1rem 0;
  list-style: none;
  padding: 0;
  color: #ad835a; }

.Video-corner {
  background: url(../img/item-border-sprite.png) 0 0 no-repeat;
  position: absolute;
  z-index: 100; }

.Video-corner--topLeft {
  left: 0;
  height: 15px;
  top: 0;
  width: 29px; }

.Video-corner--topRight {
  background-position: -29px 0;
  height: 14px;
  right: 0;
  top: 0;
  width: 29px; }

.Video-corner--bottomRight {
  background-position: -32px -14px;
  bottom: 0;
  height: 15px;
  right: 0;
  width: 26px; }

.Video-corner--bottomLeft {
  background-position: 0 -14px;
  bottom: 0;
  height: 15px;
  left: 0;
  width: 26px; }

.Video-border {
  position: absolute;
  z-index: 100; }

.Video-border--top {
  background: url(../img/item-border-frame-sprite.png) 0 0 repeat-x;
  height: 8px;
  left: 0;
  right: 0;
  top: 0; }

.Video-border--right {
  background: url(../img/item-border-sprite.png) -69px 0 repeat-y;
  bottom: 0;
  right: 0;
  top: 0;
  width: 11px; }

.Video-border--bottom {
  background: url(../img/item-border-frame-sprite.png) 0 -8px repeat-x;
  bottom: 0;
  height: 8px;
  left: 0;
  right: 0; }

.Video-border--left {
  background: url(../img/item-border-sprite.png) -58px 0 repeat-y;
  bottom: 0;
  left: 0;
  top: 0;
  width: 11px; }

.testimonials {
  /*background-image: linear-gradient(rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.25)), url(../img/developers.jpg);*/
  background-size: cover;
  background-position: center center;
  box-shadow: inset 0 -10px 50px #000000;
  color: #ffffff; }
  @media (max-width: 768px) {
  .testimonials section {
    text-align: center; } }
  @media (min-width: 1200px) {
  .testimonials {
    background-attachment: fixed; } }
  .testimonials cite {
  display: block;
  margin-top: 10px;
  text-align: center; }
  .testimonials cite img {
    margin: 15px 15px 0 0;
    border: 1px solid #752b1a;
    height: auto;
    width: 50%;
    display: inline-block;
    box-shadow: 0 0 10px #000000; }
  .testimonials p {
  color: #ecd19a;
  font-size: 16px;
  height: 32px;
  line-height: 32px;
  text-transform: uppercase;
  font-family: Helvetica, Arial, sans-serif;
  text-align: center; }
  @media only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (min-device-height: 1366px) and (max-device-height: 1366px) and (min-width: 1024px) and (max-width: 1024px) {
    .testimonials p {
    font-size: 18px; } }
  @media (min-width: 768px) {
    .testimonials p {
    font-size: 18px; } }
  @media (max-width: 320px) {
    .testimonials p {
    font-size: 16px; } }
  .testimonials blockquote {
  border: none;
  color: #fffcd9;
  font-family: "Palatino Light", Times, Times New Roman, Georgia, serif;
  font-size: 20px;
  line-height: 30px;
  margin-top: 1rem;
  text-align: center; }
  @media only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (min-device-height: 1366px) and (max-device-height: 1366px) and (min-width: 1024px) and (max-width: 1024px) {
    .testimonials blockquote {
    font-size: 18px;
    line-height: 27px; } }
  @media (max-width: 768px) {
    .testimonials blockquote {
    width: 75%;
    display: inline-block; } }
  @media (max-width: 320px) {
    .testimonials blockquote {
    width: 100%;
    font-size: 18px; } }
  .testimonials blockquote:before {
    content: '\201c';
    font-weight: 100;
    position: absolute; }
    @media (max-width: 480px) {
    .testimonials blockquote:before {
      display: none; } }
    @media (min-width: 768px) {
    .testimonials blockquote:before {
      font-size: 250%;
      -webkit-transform: translate(-150%, 50%);
      -moz-transform: translate(-150%, 50%);
      -ms-transform: translate(-150%, 50%);
      -o-transform: translate(-150%, 50%);
      transform: translate(-150%, 50%); } }
  .testimonials blockquote:after {
    content: '\201d';
    font-weight: 100;
    position: absolute; }
    @media (max-width: 480px) {
    .testimonials blockquote:after {
      display: none; } }
    @media (min-width: 768px) {
    .testimonials blockquote:after {
      font-size: 250%;
      -webkit-transform: translate(50%, 50%);
      -moz-transform: translate(50%, 50%);
      -ms-transform: translate(50%, 50%);
      -o-transform: translate(50%, 50%);
      transform: translate(50%, 50%); } }

.contact {
  overflow-x: hidden;
  padding-top: 1rem;
  padding-bottom: 4rem; }
  .contact h2 {
  margin-bottom: 1.25rem; }
  .contact .section-description {
  margin: 1rem auto 3rem auto; }

.contact-form input {
  border-radius: 0px;
  width: 100%;
  padding: 0.25rem;
  list-style: none;
  font-size: 14px;
  text-align: left;
  border: 1px solid #96744a;
  -webkit-box-shadow: inset 0 0px 10px rgba(0, 0, 0, 0.275);
  box-shadow: inset 0 0px 10px rgba(0, 0, 0, 0.275);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin: 0;
  background-color: #29221c;
  border: 1px solid #62351f;
  border-top-color: #734a32;
  color: #ffcb8d; }
.contact-form textarea {
  border-radius: 0px;
  padding: 0.25rem;
  list-style: none;
  font-size: 14px;
  text-align: left;
  border: 1px solid #96744a;
  -webkit-box-shadow: inset 0 0px 10px rgba(0, 0, 0, 0.275);
  box-shadow: inset 0 0px 10px rgba(0, 0, 0, 0.275);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin: 0;
  background-color: #29221c;
  border: 1px solid #62351f;
  border-top-color: #734a32;
  color: #ffcb8d;
  min-height: 7rem;
  min-width: 11.5rem; }
  @media (max-width: 768px) {
  .contact-form textarea {
    min-width: 100%; } }
  @media only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (min-device-height: 1366px) and (max-device-height: 1366px) and (min-width: 1024px) and (max-width: 1024px) {
  .contact-form textarea {
    min-width: 100%; } }
.contact-form .label-container {
  padding: 0 0 0.55rem 0; }
  @media (min-width: 992px) {
  .contact-form .label-container {
    text-align: right; } }
  @media (max-width: 768px) {
  .contact-form .label-container {
    text-align: right;
    width: 16.66666667%; } }
  @media (max-width: 480px) {
  .contact-form .label-container {
    text-align: left;
    width: 100%;
    padding-left: 3.666666667%; } }
@media (max-width: 768px) {
  .contact-form .button-submit {
  width: 16.66666667%; } }
.contact-form label {
  font-weight: 400;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 70%;
  color: #752b1a; }
.contact-form #checkbox {
  margin-top: 5px;
  padding: 0px; }
.contact-form #newsletter {
  width: 1rem;
  height: auto; }
.contact-form .form-control {
  font-size: 80%;
  font-weight: 400;
  list-style: none;
  font-size: 14px;
  text-align: left;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 0px 10px rgba(0, 0, 0, 0.275);
  box-shadow: inset 0 0px 10px rgba(0, 0, 0, 0.275);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin: 0;
  background-color: #29221c;
  border: 1px solid #62351f;
  border-top-color: #734a32;
  color: #ffcb8d; }
.contact-form .row {
  padding: 0.25rem 0; }

#gmaps {
  border: 1px solid #62351f;
  box-shadow: 0px 0px 50px -15px rgba(0, 0, 0, 0.95);
  height: 24rem;
  margin-top: 1rem; }
  @media (min-width: 992px) {
  #gmaps {
    margin-top: 0; } }

.footer {
  font-family: Helvetica, Arial, sans-serif;
  color: #c4ae78 !important;
  padding-top: 4rem;
  padding-bottom: 2rem; }
  .footer a {
  transition: all 0.33s;
  color: #c4ae78 !important;
  text-decoration: none; }
  @media (min-width: 768px) {
    .footer a {
    font-size: 100%; } }
  @media (min-width: 992px) {
    .footer a {
    font-size: 100%; } }
  .footer a:hover, .footer a:active {
    text-shadow: 0 0 15px #99774c, 0px -5px 20px #a17e51, 0 5px 20px #96744a;
    color: #ffffff !important; }
  .footer .footer-nav {
  text-align: center;
  font-size: 80%; }
  @media (min-width: 768px) {
    .footer .footer-nav {
    text-align: left; } }
  .footer .footer-nav ul {
    list-style: none;
    padding: 0; }
  .footer .footer-nav ul li {
    display: inline-block;
    padding-right: 1rem; }
  .footer .social-nav, .footer .social-nav-header {
  font-size: 120%;
  text-align: center;
  margin-top: 0.5rem; }
  @media (min-width: 768px) {
    .footer .social-nav, .footer .social-nav-header {
    text-align: right;
    margin-top: 0; } }
  .footer .social-nav a, .footer .social-nav-header a {
    padding: 0.5rem;
    border: none !important; }
  .footer .copyright {
  font-family: "Cinzel Decorative", "Palatino Light", Times, Times New Roman, Georgia, serif;
  text-rendering: optimizeLegibility;
  letter-spacing: 0.2rem;
  text-align: center;
  margin-top: 1.75rem;
  color: #734a32;
  font-size: 140%; }

.youtube-player {
  position: relative;
  padding-bottom: 56.23%;
  /* Use 75% for 4:3 videos */
  height: 0;
  overflow: hidden;
  max-width: 100%;
  background: #000000; }
  .youtube-player:hover img {
  -webkit-filter: brightness(75%);
  filter: brightness(75%); }

.youtube-player iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background: transparent; }

.youtube-player img {
  bottom: 0;
  display: block;
  left: 0;
  margin: auto;
  max-width: 100%;
  width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border: none;
  height: auto;
  cursor: pointer;
  -webkit-transition: .4s all;
  -moz-transition: .4s all;
  transition: .4s all; }

.youtube-player div img {
  opacity: 0; }

.youtube-player .play {
  height: 49px;
  width: 180px;
  left: 50%;
  top: 50%;
  margin-left: -90px;
  margin-top: -23px;
  position: absolute;
  background: url(../img/video-play.png) no-repeat;
  background-position: 0px 0px;
  cursor: pointer; }
  .youtube-player .play:hover {
  background-position: 0px -50px; }

/*# sourceMappingURL=styles.css.map */