@-ms-viewport {
  width: device-width;
}

@viewport {
  width: device-width;
}

@font-face {
  font-family: 'Futura';
  src: url("fonts/futura/futurastd-book-webfont.eot");
  src: url("fonts/futura/futurastd-book-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/futura/futurastd-book-webfont.woff") format("woff"), url("fonts/futura/futurastd-book-webfont.ttf") format("truetype"), url("fonts/futura/futurastd-book-webfont.svg#Futura") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Futura';
  src: url("fonts/futura/futurastd-bookoblique-webfont.eot");
  src: url("fonts/futura/futurastd-bookoblique-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/futura/futurastd-bookoblique-webfont.woff") format("woff"), url("fonts/futura/futurastd-bookoblique-webfont.ttf") format("truetype"), url("fonts/futura/futurastd-bookoblique-webfont.svg#Futura") format("svg");
  font-weight: normal;
  font-style: italic;
}

/*
@font-face {
	font-family: 'Futura';
	src: url("fonts/futura/futurastd-medium-webfont.eot");
	src: url("fonts/futura/futurastd-medium-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/futura/futurastd-medium-webfont.woff") format("woff"), url("fonts/futura/futurastd-medium-webfont.ttf") format("truetype"), url("fonts/futura/futurastd-medium-webfont.svg#Futura") format("svg");
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'Futura';
	src: url("fonts/futura/futurastd-mediumoblique-webfont.eot");
	src: url("fonts/futura/futurastd-mediumoblique-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/futura/futurastd-mediumoblique-webfont.woff") format("woff"), url("fonts/futura/futurastd-mediumoblique-webfont.ttf") format("truetype"), url("fonts/futura/futurastd-mediumoblique-webfont.svg#Futura") format("svg");
	font-weight: bold;
	font-style: italic;
}
*/

* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

header,
section,
footer,
aside,
main,
nav,
article {
  display: block;
}

html {
  height: 100%;
}

body {
  height: 100%;
  min-width: 320px;
  margin: 0px auto;
  font-size: 17px;
  font-family: Times;
  color: #ece0bf;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: black url(../img/bg-history.jpg) center center;
}

body.page-template-tmplhall-of-fame-php {
  background: black url(../img/bg-hof.jpg) center 348px repeat-y;
}

body.page-template-tmplgrid-php, body.page-template-home {
  background: black url(../img/bg-home.jpg) center center no-repeat;
  background-size: cover;
}

body.page-template-tmplcontact-php {
  background: black url(../img/bg-kontakt.jpg) center center no-repeat;
  background-size: cover;
}

body.single-vicky_show {
  background: black url(../img/bg-hof-show.jpg) center center repeat-y;
  background-size: cover;
}

.site-wrapper {
  overflow: hidden;
  background: url(../img/bg-top.png) top center repeat-x;
}

@media (min-width: 980px) and (max-width: 1280px) {
  body.page-template-tmplhall-of-fame-php {
    background-position: center 379px;
  }
}
@media (max-width: 740px) {
  body.page-template-tmplhall-of-fame-php {
    background-position: center 412px;
  }
}
/*
body.mobile-menu-opened {
	main,
	footer {
		position: relative;
		
		&:after {
			content: '';
			position: absolute;
			top: -140px;
			right: -999px;
			bottom: -999px;
			left: -999px;
			background: rgba(0, 0, 0, 0.4);
			z-index: 999;
		}
	}
}
*/
h1,
h2,
h3,
h4,
h5 {
  font-family: Futura;
}

a {
  color: #ece0bf;
  text-decoration: none;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-property: color, text-shadow, background-color, background;
  -moz-transition-property: color, text-shadow, background-color, background;
  -o-transition-property: color, text-shadow, background-color, background;
  transition-property: color, text-shadow, background-color, background;
}
a:hover {
  color: #d6bd75;
}

a img,
img {
  border: none;
  outline: none;
  display: block;
}

ul {
  list-style: none;
}

.clearfix:before,
.clearfix:after {
  content: '';
  display: table;
  position: relative;
}

.clearfix:after {
  clear: both;
}

.container {
  width: 960px;
  display: block;
  margin: 0px auto;
}

@media (min-width: 1280px) {
  .container {
    width: 1200px;
  }
}
@media (min-width: 740px) and (max-width: 980px) {
  .container {
    width: 740px;
  }
}
@media (max-width: 740px) {
  .container {
    width: 310px;
  }
}
.fl {
  float: left;
}

.fr {
  float: right;
}

main > h1 {
  font-size: 50px;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  letter-spacing: 7px;
  font-weight: 100;
}
main > h1 em {
  font-family: "Great Vibes";
  color: #dea761;
  font-size: 35px;
  text-transform: none;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0px;
  vertical-align: middle;
  margin: -18px -7px 0px -12px;
  display: inline-block;
}
main .intro {
  font-family: "Playfair Display";
  color: #dea761;
  font-size: 25px;
  font-style: italic;
  text-align: center;
  width: 90%;
  margin: 20px auto;
  line-height: 40px;
}

.page-template-tmplhistory-php main > h1 {
  text-align: left;
  position: relative;
  margin-bottom: 40px;
}
.page-template-tmplhistory-php main > h1:before {
  content: '';
  position: absolute;
  height: 3px;
  bottom: -10px;
  left: 0px;
  width: 100%;
  background: url(../img/footer-border.png);
}
.page-template-tmplhistory-php main > h1 a {
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -14px;
}

@media (max-width: 740px) {
  .page-template-tmplhistory-php main > h1 {
    margin-bottom: 80px;
  }
}
@media (min-width: 740px) and (max-width: 980px) {
  main h1 {
    font-size: 40px;
    letter-spacing: 5px;
  }
  main h1 em {
    font-size: 28px;
    margin: -12px -7px 0px -12px;
  }
  main .intro {
    font-size: 21px;
    line-height: 34px;
  }
}
@media (max-width: 740px) {
  main h1 {
    font-size: 32px;
    letter-spacing: 3px;
  }
  main h1 em {
    font-size: 25px;
    margin: -9px -4px 0px -9px;
  }
  main .intro {
    font-size: 18px;
    line-height: 28px;
    margin: 10px auto;
  }
}
.row {
  overflow: hidden;
  width: 100%;
  margin-bottom: 40px;
}
.row [class^=col] {
  float: left;
  display: block;
}
.row .col-33 {
  width: 320px;
}
.row .col-1 {
  width: 240px;
}
.row .col-2 {
  width: 384px;
}
.row .col-25 {
  width: 480px;
}
.row .col-3 {
  width: 576px;
}
.row .col-4 {
  width: 720px;
}
.row .col-5 {
  width: 960px;
}
.row.row-boxes {
  margin-left: -20px;
}
.row.row-boxes [class^=col] {
  margin-left: 20px;
}
.row.row-boxes .col-33 {
  width: 300px;
}
.row.row-boxes .col-1 {
  width: 220px;
}
.row.row-boxes .col-2 {
  width: 364px;
}
.row.row-boxes .col-25 {
  width: 460px;
}
.row.row-boxes .col-3 {
  width: 556px;
}
.row.row-boxes .col-4 {
  width: 700px;
}
.row.row-boxes .col-5 {
  width: 940px;
}

@media (min-width: 1280px) {
  .row .col-33 {
    width: 400px;
  }
  .row .col-1 {
    width: 240px;
  }
  .row .col-2 {
    width: 480px;
  }
  .row .col-25 {
    width: 600px;
  }
  .row .col-3 {
    width: 720px;
  }
  .row .col-4 {
    width: 960px;
  }
  .row .col-5 {
    width: 1200px;
  }
  .row.row-boxes .col-33 {
    width: 380px;
  }
  .row.row-boxes .col-1 {
    width: 220px;
  }
  .row.row-boxes .col-2 {
    width: 460px;
  }
  .row.row-boxes .col-25 {
    width: 580px;
  }
  .row.row-boxes .col-3 {
    width: 700px;
  }
  .row.row-boxes .col-4 {
    width: 940px;
  }
  .row.row-boxes .col-5 {
    width: 1180px;
  }
}
@media (min-width: 740px) and (max-width: 980px) {
  .row .col-33 {
    width: 246px;
  }
  .row .col-1 {
    width: 148px;
  }
  .row .col-2 {
    width: 296px;
  }
  .row .col-25 {
    width: 370px;
  }
  .row .col-3 {
    width: 444px;
  }
  .row .col-4 {
    width: 592px;
  }
  .row .col-5 {
    width: 740px;
  }
  .row.row-boxes .col-33 {
    width: 236px;
  }
  .row.row-boxes .col-1 {
    width: 128px;
  }
  .row.row-boxes .col-2 {
    width: 276px;
  }
  .row.row-boxes .col-25 {
    width: 350px;
  }
  .row.row-boxes .col-3 {
    width: 424px;
  }
  .row.row-boxes .col-4 {
    width: 572px;
  }
  .row.row-boxes .col-5 {
    width: 720px;
  }
}
@media (max-width: 740px) {
  .row .col-33 {
    width: 100%;
  }
  .row .col-1 {
    width: 100%;
  }
  .row .col-2 {
    width: 100%;
  }
  .row .col-25 {
    width: 100%;
  }
  .row .col-3 {
    width: 100%;
  }
  .row .col-4 {
    width: 100%;
  }
  .row .col-5 {
    width: 100%;
  }
  .row.row-boxes {
    margin-left: 0px;
  }
  .row.row-boxes [class^=col] {
    margin-left: 0px;
  }
  .row.row-boxes .col-33 {
    width: 100%;
  }
  .row.row-boxes .col-1 {
    width: 100%;
  }
  .row.row-boxes .col-2 {
    width: 100%;
  }
  .row.row-boxes .col-25 {
    width: 100%;
  }
  .row.row-boxes .col-3 {
    width: 100%;
  }
  .row.row-boxes .col-4 {
    width: 100%;
  }
  .row.row-boxes .col-5 {
    width: 100%;
  }
}
/* header */
header {
  padding: 10px 0px 0px;
  overflow: hidden;
}
header.container {
  margin-bottom: 20px;
  position: relative;
  z-index: 1000;
}
header nav.mobile-menu {
  display: none;
}
header .header-logo {
  width: 15%;
  margin: 0px auto;
  display: block;
}
header .header-logo img {
  max-width: 158px;
  width: 100%;
  margin: 0px auto;
}
header nav > .fl,
header nav > .fr {
  width: 40%;
  margin: 50px 0px 10px;
  position: relative;
}
header nav > .fl:before,
header nav > .fl:after,
header nav > .fr:before,
header nav > .fr:after {
  content: '';
  position: absolute;
  background: url(../img/header-menu-curl.png);
  width: 13px;
  height: 13px;
  left: -12px;
}
header nav > .fl:before,
header nav > .fr:before {
  top: -6px;
}
header nav > .fl:after,
header nav > .fr:after {
  bottom: -6px;
}
header nav > .fl:before,
header nav > .fl:after {
  left: auto;
  right: -12px;
  background-position: -13px 0px;
}
header .mobile-menu-open,
header ul {
  position: relative;
}
header .mobile-menu-open:before, header .mobile-menu-open:after,
header ul:before,
header ul:after {
  content: '';
  position: absolute;
  height: 1px;
  left: 0px;
  right: 0px;
  background: #5a4934;
}
header .mobile-menu-open:before,
header ul:before {
  top: 0px;
}
header .mobile-menu-open:after,
header ul:after {
  bottom: 0px;
}
header .mobile-menu-open.fl:before, header .mobile-menu-open.fl:after,
header ul.fl:before,
header ul.fl:after {
  background: -moz-linear-gradient(right, rgba(90, 73, 52, 0.1) 0%, #5a4934 20%, #5a4934 100%);
  background: -webkit-gradient(linear, right top, left top, color-stop(0%, rgba(90, 73, 52, 0.1)), color-stop(20%, #5a4934), color-stop(100%, #5a4934));
  background: -webkit-linear-gradient(right, rgba(90, 73, 52, 0.1) 0%, #5a4934 20%, #5a4934 100%);
  background: -ms-linear-gradient(right, rgba(90, 73, 52, 0.1) 0%, #5a4934 20%, #5a4934 100%);
  background: linear-gradient(to left, rgba(90, 73, 52, 0.1) 0%, #5a4934 20%, #5a4934 100%);
}
header .mobile-menu-open.fr:before, header .mobile-menu-open.fr:after,
header ul.fr:before,
header ul.fr:after {
  background: -moz-linear-gradient(left, rgba(90, 73, 52, 0.1) 0%, #5a4934 20%, #5a4934 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(90, 73, 52, 0.1)), color-stop(20%, #5a4934), color-stop(100%, #5a4934));
  background: -webkit-linear-gradient(left, rgba(90, 73, 52, 0.1) 0%, #5a4934 20%, #5a4934 100%);
  background: -ms-linear-gradient(left, rgba(90, 73, 52, 0.1) 0%, #5a4934 20%, #5a4934 100%);
  background: linear-gradient(to right, rgba(90, 73, 52, 0.1) 0%, #5a4934 20%, #5a4934 100%);
}
header .mobile-menu-open li,
header ul li {
  display: block;
  float: left;
}
header .mobile-menu-open li a,
header ul li a {
  padding: 9px;
  display: block;
  font-family: Futura;
  font-size: 12px;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 2px;
}

header li.current_page_item a,
header li a:hover {
  color: #d6bd75;
  text-shadow: 0px 0px 10px #d6bd75, 0px 0px 10px #d6bd75;
}

.mobile-menu-language a {
  opacity: 0.3;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
}
.mobile-menu-language a:hover {
  color: inherit;
  text-shadow: none;
}

@media (min-width: 1280px) {
  header ul li a {
    padding: 9px 12px;
  }
}
@media (min-width: 740px) and (max-width: 980px) {
  header .header-logo img {
    margin: 20px auto 10px;
  }
  header ul li a {
    font-size: 11px;
    padding: 9px 5px;
  }
}
@media (max-width: 740px) {
  body.mobile-menu-opened .site-wrapper {
    position: relative;
  }
  body.mobile-menu-opened .site-wrapper:after {
    content: '';
    position: absolute;
    top: 250px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    background: rgba(0, 0, 0, 0.4);
    z-index: 999;
  }

  header {
    padding: 0px;
  }
  header .mobile-menu-open li a {
    letter-spacing: 1px;
    padding: 9px 5px;
  }
  header nav.main-menu {
    max-height: 0px;
    background: #000000;
    visibility: hidden;
    -webkit-transition: max-height 0.5s;
  }
  header nav.main-menu .fl,
  header nav.main-menu .fr {
    width: 100%;
    float: none;
    margin: 0px;
  }
  header nav.main-menu .fl:before, header nav.main-menu .fl:after,
  header nav.main-menu .fr:before,
  header nav.main-menu .fr:after {
    display: none;
  }
  header nav.main-menu .fl li,
  header nav.main-menu .fr li {
    float: none;
    text-align: center;
    position: relative;
  }
  header nav.main-menu .fl li:after,
  header nav.main-menu .fr li:after {
    content: '';
    position: absolute;
    width: 156px;
    height: 15px;
    left: 50%;
    margin-left: -78px;
    background: url(../img/box-header-divider-gold.png);
    bottom: -7px;
  }
  header nav.main-menu .fl li a,
  header nav.main-menu .fr li a {
    padding: 15px;
  }
  header nav.mobile-menu {
    display: block;
  }
  header nav.mobile-menu > .fl,
  header nav.mobile-menu > .fr {
    width: 30%;
  }
  header .header-logo {
    width: 28%;
  }
  header .header-logo img {
    margin: 30px auto 10px;
  }

  .mobile-menu-opened header nav.main-menu {
    max-height: 300px;
    visibility: visible;
  }
}
/* home */
.row.grid-home [class^=col] {
  height: 330px;
  overflow: hidden;
  position: relative;
}

@media (min-width: 1280px) {
  .row.grid-home [class^=col] {
    height: 420px;
  }
}
@media (min-width: 740px) and (max-width: 980px) {
  .row.grid-home [class^=col] {
    height: 270px;
  }
}
@media (max-width: 740px) {
  .row.grid-home [class^=col] {
    height: auto;
  }
}
.row.grid-home .col-1 h3 {
  font-size: 27px;
}
.row.grid-home .col-2 h3 {
  font-size: 35px;
}
.row.grid-home .col-3 h3,
.row.grid-home .col-4 h3,
.row.grid-home .col-5 h3 {
  font-size: 41px;
}
.row.grid-home .col-3 h3 span,
.row.grid-home .col-4 h3 span,
.row.grid-home .col-5 h3 span {
  font-size: 20px;
}
.row.grid-home img {
  width: 100%;
}

.row.grid-home img.mobile_image {
  display: none;
}
.row.grid-home img + img {
  display: block;
}

.row.grid-home a:after {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: #000;
  content: '';
  z-index:0;
  opacity: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);

  -webkit-transition: opacity 0.2s ease-in-out 0.2s;
  -moz-transition: opacity 0.2s ease-in-out 0.2s;
  -ms-transition: opacity 0.2s ease-in-out 0.2s;
  -o-transition: opacity 0.2s ease-in-out 0.2s;
  transition: opacity 0.2s ease-in-out 0.2s;
}
.row.grid-home a:hover:after{
  opacity: 0.2;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
}
.row.grid-home a.col-text:after {
  display: none;
}

@media (max-width: 740px) {
  .row.grid-home img.mobile_image {
    display: block !important;
  }
  .row.grid-home img + img {
    display: none;
  }  
}

@media (min-width: 980px) and (max-width: 1280px) {
  .row.grid-home .col-2 h3 {
    font-size: 26px;
  }
  .row.grid-home .box-overlay .box-text {
    font-size: 18px;
  }

  .row.grid-home .col-3 h3, .row.grid-home .col-4 h3, .row.grid-home .col-5 h3 {
    font-size: 30px;
    line-height: 33px;
  }
}
@media (min-width: 740px) and (max-width: 980px) {
  .row.grid-home .col-1 h3 {
    font-size: 27px;
  }
  .row.grid-home .col-2 h3 {
    font-size: 22px;
  }
  .row.grid-home .col-3 h3,
  .row.grid-home .col-4 h3,
  .row.grid-home .col-5 h3 {
    font-size: 25px;
  }
  .row.grid-home .col-3 h3 span,
  .row.grid-home .col-4 h3 span,
  .row.grid-home .col-5 h3 span {
    font-size: 18px;
  }
}
@media (max-width: 740px) {
  .row.grid-home .col-2 h3 {
    font-size: 20px;
  }
  .row.grid-home .col-3 h3,
  .row.grid-home .col-4 h3,
  .row.grid-home .col-5 h3 {
    font-size: 20px;
  }
  .row.grid-home .col-3 h3 span,
  .row.grid-home .col-4 h3 span,
  .row.grid-home .col-5 h3 span {
    font-size: 16px;
  }
  .col-3.box-with-plate .box-overlay.box-left .box-text h3, .col-3.box-with-plate .box-overlay.box-right .box-text h3 {
    font-size: 20px;
    line-height: 23px;
  }
}
.col-text {
  background: url(../img/box-bg.jpg);
}
.col-text:after {
  content: '';
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
  border: solid #e1d1b9 1px;
}
.col-text .box-overlay {
  color: #777777;
}
.col-text .box-overlay .box-text {
  padding: 20px 0px;
  text-transform: uppercase;
  font-family: Futura;
  font-style: normal;
  font-size: 18px;
  line-height: 35px;
}
.col-text .box-overlay .box-text strong {
  color: #be9453;
  display: block;
  font-weight: 100;
}

@media (min-width: 740px) and (max-width: 980px) {
  .col-text .box-overlay .box-text {
    font-size: 12px;
    line-height: 20px;
  }
}

@media (max-width: 740px) {
  .col-text .box-overlay .box-text {
    font-size: 16px;
    line-height: 26px;
  }
}
a.col-text .box-text p:after {
  background: url(../img/box-arrow-plate.png);
}

.box-overlay {
  font-style: italic;
  color: #ffffff;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 1;
}
.box-overlay .box-overlay-inner {
  display: table;
  text-align: center;
  width: 100%;
  height: 100%;
}
.box-overlay.box-left, .box-overlay.box-right {
  width: 50%;
}
.box-overlay.box-right {
  left: auto;
  right: 0px;
}
.box-overlay .box-text {
  display: table-cell;
  vertical-align: middle;
  font-size: 20px;
}
.box-overlay .box-text h3 {
  text-transform: uppercase;
  font-style: normal;
  letter-spacing: 2px;
  color: #d6bd75;
  position: relative;
  margin-bottom: 20px;
  font-weight: 100;
}
.box-overlay .box-text h3:after {
  content: '';
  background: url(../img/box-header-divider-dark.png);
  width: 156px;
  height: 15px;
  position: absolute;
  bottom: -15px;
  left: 50%;
  margin-left: -78px;
}
.box-overlay .box-text h3 span {
  font-family: Times;
  font-size: 14px;
  text-transform: lowercase;
  font-style: italic;
  color: #ffffff;
  display: inline-block;
  vertical-align: middle;
  margin: -10px -5px 0px;
  font-weight: normal;
}
.box-overlay .box-text p span {
  display: none;
}
.box-overlay.box-bottom .box-text {
  vertical-align: bottom;
}
.box-overlay.box-bottom .box-text .box-text-plate {
  margin: 0px;
}

@media (min-width: 740px) and (max-width: 980px) {
  .box-overlay .box-text {
    font-size: 18px;
  }
  .box-overlay .box-text h3 span {
    margin: -9px -2px 0px;
  }

  .box-with-plate .box-text-plate {
    padding: 15px;
  }
}
@media (max-width: 740px) {
  .box-overlay {
    position: relative;
  }
  .box-overlay.box-left, .box-overlay.box-right {
    width: 100%;
  }
  .box-overlay .box-text {
    font-size: 16px;
  }
  .box-overlay .box-text br {
    display: none;
  }
}
.box-text-plate {
	padding: 20px;
}
.box-with-plate .box-text-plate {
  margin: 0px 10%;
  background: url(../img/box-bg.jpg);
  color: #777777;
  position: relative;
}
.box-with-plate .box-text-plate:after {
  content: '';
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
  border: solid #e1d1b9 1px;
}
.box-with-plate .box-text-plate h3:after {
  content: '';
  position: absolute;
  background: url(../img/box-header-divider-light.png);
}
.box-with-plate .box-text-plate h3 span {
  color: #765523;
}

.col-3.box-with-plate .box-overlay.box-left .box-text h3, .col-3.box-with-plate .box-overlay.box-right .box-text h3 {
  font-size: 28px;
  line-height: 31px;
}

@media (max-width: 980px) and (min-width: 740px) {
  .col-3.box-with-plate .box-overlay.box-left .box-text h3, .col-3.box-with-plate .box-overlay.box-right .box-text h3 {
    font-size: 22px;
    line-height: 25px;
  }
}
@media (max-width: 740px) {
  .col-3.box-with-plate .box-overlay.box-left .box-text h3, .col-3.box-with-plate .box-overlay.box-right .box-text h3 {
    font-size: 20px;
    line-height: 23px;
  }
}

@media (max-width: 740px) {
  .box-overlay .box-text .box-text-plate {
    margin: 0px auto !important;
    padding: 20px;
    background: url(../img/box-bg.jpg);
    color: #777777;
    position: relative;
  }
  .box-overlay .box-text .box-text-plate:after {
    content: '';
    position: absolute;
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
    border: solid #e1d1b9 1px;
  }
  .box-overlay .box-text .box-text-plate h3:after {
    content: '';
    position: absolute;
    background: url(../img/box-header-divider-light.png);
  }
  .box-overlay .box-text .box-text-plate h3 span {
    color: #765523;
  }

  .col-text .box-overlay .box-text .box-text-plate {
    padding: 0px;
  }
  .col-text .box-overlay .box-text .box-text-plate:after {
    display: none;
  }
}
.grid-home [class^=col]:hover .box-overlay .box-text p span {
  width: 75px;
}
.grid-home [class^=col]:hover .box-overlay .box-text p img {
  margin-left: 10px;
}

.grid-home [class^=col] .box-overlay .box-text span {
  display: inline-block;
}
.grid-home [class^=col] .box-overlay .box-text p {
  padding-bottom: 35px;
  position: relative;
}
.grid-home [class^=col] .box-overlay .box-text p span {
  content: '';
  position: absolute;
  margin-top: 20px;
  width: 0px;
  height: 24px;
  padding-top: 5px;
  bottom: 5px;
  right: 50%;
  margin-right: -9px;
  font-size: 16px !important;
  text-transform: none !important;
  font-family: Times;
  font-style: italic;
  overflow: hidden;
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.grid-home [class^=col] .box-overlay .box-text p img {
  position: absolute;
  bottom: 5px;
  left: 50%;
  margin-left: -9px;
  height: 19px;
  width: 19px;
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.grid-home [class^=col] .box-overlay .box-text p img + img {
  display: none;
}
@media (max-width: 740px) {
  .grid-home [class^=col] .box-overlay .box-text p img {
    display: none;
  }
 .grid-home [class^=col] .box-overlay .box-text p img + img {
    display: block;
  }
  .grid-home [class^=col].col-text .box-overlay .box-text p img,
  .grid-home [class^=col].box-with-plate .box-overlay .box-text p img {
    display: block;
  }
 .grid-home [class^=col].col-text .box-overlay .box-text p img + img,
 .grid-home [class^=col].box-with-plate .box-overlay .box-text p img + img {
    display: none;
  }
}

/* contact */
.row.grid-triple {
  margin: 40px 0px;
  text-align: center;
  font-family: Futura;
  letter-spacing: 2px;
  color: #ffffff;
  font-size: 11px;
  text-transform: uppercase;
}
.row.grid-triple h3, .row.grid-triple span, .row.grid-triple a {
  display: block;
  margin-bottom: 3px;
}
.row.grid-triple h3 {
  font-family: "Great Vibes";
  font-size: 28px;
  letter-spacing: 0px;
  text-transform: none;
  font-weight: normal;
}
.row.grid-triple h3, .row.grid-triple a {
  color: #be9453;
}

.row.grid-contact {
  font-size: 0px;
  text-align: center;
}
.row.grid-contact [class^=col] {
  display: inline-block;
  float: none;
  vertical-align: top;
  text-align: center;
  font-family: Futura;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 20px;
}
.row.grid-contact [class^=col] h4 {
  font-size: 12px;
  color: #ffffff;
  display: block;
  letter-spacing: 2px;
  margin: 10px 0px 0px;
}
.row.grid-contact [class^=col] em.email,
.row.grid-contact [class^=col] em.phone {
  font-size: 10px;
  font-family: "Playfair Display", Times;
  text-transform: lowercase;
  display: block;
}
.row.grid-contact [class^=col] em.email {
  color: #666;
  height: 14px;
  font-size: 11px;
}
.row.grid-contact [class^=col] em.phone {
  text-transform: none;
  color: #f8ecdf;
  font-size: 12px;
  margin-top: 5px;
  font-style: italic;
  font-family: Futura, Times;
  font-weight: normal;
  letter-spacing: 0px;
}
.row.grid-contact [class^=col] span {
  color: #be9453;
  font-size: 10px;
  letter-spacing: 2px;
  line-height: 14px;
  display: block;
  margin: 5px 0px;
  height: 42px;
}

@media (min-width: 740px) and (max-width: 980px) {
  .row.grid-contact [class^=col] h4 {
    margin: 10px 0px 2px;
  }
}
.frame {
  background: #2f2c2d;
  position: relative;
  padding: 15px;
  width: 100%;
  height: 260px;
  display: block;
}
.frame:before, .frame:after {
  content: '';
  position: absolute;
  border: solid transparent 15px;
  left: 0px;
  right: 0px;
}
.frame:before {
  border-top-color: #1f1d1e;
  top: 0px;
}
.frame:after {
  border-bottom-color: #353132;
  bottom: 0px;
}
.frame .frame-inner {
  width: 100%;
  height: 230px;
  background: #e9e8e2;
  position: relative;
  overflow: hidden;
  padding: 30px;
  box-shadow: inset 0px 0px 10px 1px rgba(0, 0, 0, 0.4);
}
.frame .frame-inner:before {
  content: '';
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  box-shadow: inset 0px 0px 10px 1px rgba(0, 0, 0, 0.4);
  z-index: 1;
}
.gmnoprint span {
	margin: 0px !important;
    color: rgb(68, 68, 68) !important;
    font-family: Roboto, Arial, sans-serif !important;
    letter-spacing: 0px !important;
}
.frame .frame-inner > img {
  width: 100%;
  min-height: 100%;
  max-height: 100%;
  border-bottom: solid #f7f7f4 2px;
}
.frame .frame-hover {
  position: absolute;
  top: 15px;
  left: 15px;
  bottom: 15px;
  right: 15px;
  background: #2b2b2b;
  z-index: 2;
  box-shadow: inset 0px 0px 0px 0px rgba(0, 0, 0, 0);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}
.frame .frame-hover:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  box-shadow: inset 0px 0px 10px 1px rgba(0, 0, 0, 0.4);
}
.frame .frame-hover .frame-hover-inner {
  width: 100%;
  height: 100%;
  display: table;
}
.frame .frame-hover .frame-hover-text {
  display: table-cell;
  vertical-align: middle;
}
.frame .frame-hover .frame-hover-text strong {
  display: block;
  font-family: "Great Vibes";
  text-transform: none;
  font-size: 26px;
  color: #ffffff;
  font-weight: normal;
}
.frame .frame-hover .frame-hover-text span {
  font-size: 13px;
  letter-spacing: 2px;
  font-weight: bold;
  position: relative;
}
.frame .frame-hover .frame-hover-text span:after {
  content: '';
  position: absolute;
  width: 19px;
  height: 19px;
  background: url(../img/box-arrow.png);
  bottom: -25px;
  left: 50%;
  margin-left: -10px;
}

@media (min-width: 1280px) {
  .row.grid-contact .col-4 {
    width: 1180px;
  }
  .row.grid-contact .col-4 .frame {
    height: 400px;
  }
  .row.grid-contact .col-4 .frame .frame-inner {
    height: 370px;
  }
}
@media (min-width: 740px) and (max-width: 980px) {
  .row.grid-contact {
    font-size: 0px;
    text-align: center;
  }
  .row.grid-contact .col-4 {
    width: 720px;
  }
  .row.grid-contact .col-4 .frame {
    height: 350px;
  }
  .row.grid-contact .col-4 .frame .frame-inner {
    height: 320px;
  }
  .row.grid-contact .col-1 {
    display: inline-block;
    width: 226px;
    float: none;
  }
}
@media (max-width: 740px) {
  .row.grid-triple .col-33 {
    margin-bottom: 20px;
  }

  .frame {
    height: 360px;
  }
  .frame .frame-inner {
    height: 330px;
  }

  .row.grid-contact .col-1 {
    width: 80%;
    margin: 0px 10% 20px;
  }
  .row.grid-contact .col-1 .frame {
    height: 290px;
  }
  .row.grid-contact .col-1 .frame .frame-inner {
    height: 260px;
  }
}
/* history */
.history-image-group {
  position: relative;
  height: 390px;
}

.history-image {
  border-radius: 100%;
  overflow: hidden;
  position: relative;
}
.history-image:after {
  content: '';
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  border-radius: 100%;
  box-shadow: inset 0px 0px 0px 8px rgba(255, 255, 255, 0.3);
}
.history-image.history-image-large {
  width: 335px;
  height: 335px;
  float: right;
}
.history-image.history-image-large:after {
  content: '';
  position: absolute;
  box-shadow: inset 0px 0px 0px 8px rgba(255, 255, 255, 0.1);
}
.history-image.history-image-medium {
  width: 220px;
  height: 220px;
  position: absolute;
  bottom: 0px;
  left: 0px;
}
.history-image.history-image-small {
  width: 165px;
  height: 165px;
  position: absolute;
  bottom: 0px;
  left: 240px;
}
.history-image img {
  width: 100%;
}

@media (min-width: 740px) and (max-width: 980px) {
  .history-image.history-image-medium, .history-image.history-image-small {
    width: 165px;
    height: 165px;
    position: absolute;
    bottom: 0px;
    left: 0px;
  }
  .history-image.history-image-small {
    left: auto;
    right: 0px;
  }
}
@media (max-width: 740px) {
  .history-image-group {
    height: 350px;
  }

  .history-image.history-image-large {
    width: 310px;
    height: 310px;
  }
  .history-image.history-image-medium, .history-image.history-image-small {
    width: 140px;
    height: 140px;
    position: absolute;
    bottom: 0px;
    left: 0px;
  }
  .history-image.history-image-small {
    left: auto;
    right: 0px;
  }
}
.history-image-group-double .history-image.history-image-large {
  float: left;
}
.history-image-group-double .history-image.history-image-medium {
  left: auto;
  right: 0px;
}
.history-image-group-double .history-image.history-image-small {
  left: auto;
  right: 0px;
}

.row.grid-history .col-33 {
  text-align: center;
}
.row.grid-history .col-33 h2 {
  margin-top: 20px;
}
.row.grid-history .col-33 .history-image {
  width: 300px;
  height: 300px;
  margin: 0px auto;
}
.row.grid-history .col-33 .history-image:after {
  box-shadow: inset 0px 0px 0px 8px rgba(255, 255, 255, 0.1);
}

@media (min-width: 740px) and (max-width: 980px) {
  .row.grid-history {
    text-align: center;
    font-size: 0px;
  }
  .row.grid-history .col-25 {
    text-align: left;
  }
  .row.grid-history .col-33 {
    float: none;
    width: 350px;
    display: inline-block;
  }
}
@media (max-width: 740px) {
  .row.grid-history .col-25 {
    text-align: center;
  }
  .row.grid-history .col-25.history-image-group {
    width: 100%;
  }
  .row.grid-history .col-25 h2 {
    margin: 30px 0px 10px;
  }
}
.row.grid-history.row-uneven [class^=col]:first-child {
  float: right;
}
.row.grid-history.row-uneven .history-image-large {
  float: left;
}
.row.grid-history.row-uneven .history-image-medium {
  right: 0px;
  left: auto;
}
.row.grid-history.row-uneven .history-image-small {
  right: 240px;
  left: auto;
}
.row.grid-history.row-uneven .history-image-group-double .history-image.history-image-large {
  float: right;
}
.row.grid-history.row-uneven .history-image-group-double .history-image.history-image-medium {
  left: 0px;
}
.row.grid-history.row-uneven .history-image-group-double .history-image.history-image-small {
  left: 0px;
}
.row.grid-history h2 {
  color: #ffffff;
  font-size: 29px;
  letter-spacing: 2px;
  margin-bottom: 10px;
  font-weight: 100;
  color: #d6b075;
}
.row.grid-history p {
  margin-bottom: 20px;
  color: #999999;
  font-style: italic;
  font-size: 18px;
}
.row.grid-history p em {
  color: #dcdcdc;
}

@media (min-width: 740px) and (max-width: 980px) {
  .row.grid-history.row-uneven .history-image-medium {
    right: 0px;
    left: auto;
  }
  .row.grid-history.row-uneven .history-image-small {
    left: 0px;
    right: auto;
  }
}
@media (max-width: 740px) {
  .row.grid-history.row-uneven .history-image-medium {
    right: 0px;
    left: auto;
  }
  .row.grid-history.row-uneven .history-image-small {
    left: 0px;
    right: auto;
  }
}
@media (min-width: 1280px) {
  .row.grid-history .col-25 {
    width: 700px;
  }
  .row.grid-history .col-25.history-image-group {
    width: 460px;
  }
}
/* fame */
.fame {
  padding: 150px 0px 300px;
}
.fame .fame-filter {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  background: #000000;
  z-index: 9000;
  display: none;
}
.fame .fame-filter .fame-filter-part {
  width: 222px;
  background: #3d2f1d;
  height: 12px;
  float: left;
  margin: 20px 14px 20px 0px;
  border-top: solid #2b2013 4px;
  border-bottom: solid #2b2013 4px;
  position: relative;
  text-align: center;
  color: #564126;
  font-size: 11px;
  text-transform: uppercase;
  line-height: 37px;
  font-family: Futura;
  cursor: pointer;
}
.fame .fame-filter .fame-filter-part:after {
  content: '';
  position: absolute;
  background: #3d2f1d;
  border: solid #2b2013 4px;
  width: 14px;
  height: 14px;
  border-radius: 14px;
  position: absolute;
  right: -18px;
  top: -9px;
  z-index: -1;
}
.fame .fame-filter .fame-filter-part:first-child {
  color: #dea761;
  margin: 20px 14px 20px 14px;
}
.fame .fame-filter .fame-filter-part:first-child .fame-filter-progress {
  background: #dea761;
  height: 4px;
  position: absolute;
  top: 0px;
  left: 0px;
}
.fame .fame-filter .fame-filter-part:first-child .fame-filter-progress:after {
  content: '';
  position: absolute;
  width: 14px;
  height: 14px;
  background: #dea761;
  box-shadow: 0px 0px 10px 5px rgba(222, 167, 97, 0.5);
  position: absolute;
  top: -5px;
  left: -14px;
  border-radius: 14px;
}
.fame .fame-filter .fame-filter-part.active {
  color: #dea761;
}
.fame .fame-filter .fame-filter-part.active:before {
  content: '';
  position: absolute;
  width: 14px;
  height: 14px;
  background: #dea761;
  box-shadow: 0px 0px 10px 5px rgba(222, 167, 97, 0.5);
  position: absolute;
  top: -5px;
  right: -14px;
  border-radius: 14px;
  z-index: 1;
}
.fame .fame-filter .fame-filter-part:hover {
  color: #dea761;
}
.fame .fame-filter .fame-filter-part:first-child .fame-filter-progress {
  box-shadow: -3px 0px 10px 5px rgba(222, 167, 97, 0.5);
}
.fame .fame-filter .fame-filter-part .fame-filter-progress {
  background: #dea761;
  height: 4px;
  position: absolute;
  top: 0px;
  left: 0px;
}
.fame .fame-filter .fame-filter-part .fame-filter-progress:after {
  content: '';
  position: absolute;
  width: 14px;
  height: 14px;
  background: #3d2f1d;
  position: absolute;
  top: -5px;
  left: -14px;
  border-radius: 14px;
}
.fame .fame-filter .fame-filter-part .fame-filter-progress.active {
  box-shadow: -3px 0px 10px 5px rgba(222, 167, 97, 0.5);
}
.fame .fame-filter .fame-filter-part .fame-filter-progress.active:after {
  content: '';
  position: absolute;
  width: 14px;
  height: 14px;
  background: #dea761;
  box-shadow: 0px 0px 10px 5px rgba(222, 167, 97, 0.5);
  position: absolute;
  top: -5px;
  left: -14px;
  border-radius: 14px;
}

@media (min-width: 1280px) {
  .fame .fame-filter .fame-filter-part {
    width: 282px;
  }
}
@media (min-width: 740px) and (max-width: 980px) {
  .fame .fame-filter .fame-filter-part {
    width: 167px;
  }
}
@media (max-width: 740px) {
  .fame .fame-filter .fame-filter-part {
    width: 60px;
  }
}
.fame-year {
  position: relative;
  margin-top: 216px;
}
.fame-year .fame-text {
  height: 210px;
  text-align: right;
  width: 50%;
  position: relative;
  padding: 0px 20px 0px 0px;
  font-family: Futura;
  text-transform: uppercase;
  font-size: 12px;
  z-index: 2;
}
.fame-year .fame-text:before {
  content: '';
  position: absolute;
  background: #dea761;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  z-index: 1;
  box-shadow: 0px 0px 0px 4px rgba(222, 167, 97, 0.3);
  top: 15px;
  right: -5px;
}
.fame-year .fame-text a {
  color: #ffffff;
  line-height: 20px;
  letter-spacing: 2px;
}
.fame-year .fame-text a:hover {
  color: #dea761;
}
.fame-year .fame-text .hover a {
  color: #dea761;
}
.fame-year .fame-text h2 {
  font-size: 30px;
  color: #dea761;
}
.fame-year .fame-images {
  right: 50%;
  top: 20px;
  position: absolute;
}
.fame-year .fame-images .fame-image {
  position: absolute;
  			/*	USE THIS FOR IE8....?
  
  			&.fame-image-small {
  				height: 280px;
  				width: 280px;
  
  				&.fame-image-6 { left: 280px; top: -420px; }
  				&.fame-image-3 { left: 140px; top: -280px; }
  				&.fame-image-1 { left: 0px; top: -140px; }
  				&.fame-image-2 { left: 140px; top: 0px; }
  				&.fame-image-5 { left: 280px; top: 140px; }
  				&.fame-image-4 { left: 280px; top: -140px; }
  			
  			}
  
  			*/
}
.fame-year .fame-images .fame-image img {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0px);
}
.fame-year .fame-images .fame-image.fame-image-medium {
  height: 240px;
  width: 240px;
  margin-top: 52px;
  margin-left: 52px;
  overflow: hidden;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.fame-year .fame-images .fame-image.fame-image-medium img {
  margin-left: -52px;
  margin-top: -52px;
  display: inline-block;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.fame-year .fame-images .fame-image.fame-image-medium .fame-image-hover {
  position: absolute;
  display: table;
  top: 12px;
  left: 12px;
  right: 12px;
  bottom: 12px;
  width: 216px;
  height: 216px;
  z-index: 99999999;
}
.fame-year .fame-images .fame-image.fame-image-medium .fame-image-hover:before {
  content: '';
  position: absolute;
  display: block;
  top: 10px;
  right: 10px;
  bottom: 10px;
  background: url(../img/box-bg.jpg);
  left: 10px;
  border: solid #e1d1b9 1px;
  z-index: 1;
}
.fame-year .fame-images .fame-image.fame-image-medium .fame-image-hover-text {
  position: relative;
  z-index: 2;
  display: table-cell;
  vertical-align: middle;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -o-transform: rotate(90deg);
}
.fame-year .fame-images .fame-image.fame-image-medium.fame-image-3 {
  left: 170px;
  top: -340px;
}
.fame-year .fame-images .fame-image.fame-image-medium.fame-image-1 {
  left: 0px;
  top: -170px;
}
.fame-year .fame-images .fame-image.fame-image-medium.fame-image-2 {
  left: 170px;
  top: 0px;
}
.fame-year .fame-images .fame-image.fame-image-medium.fame-image-4 {
  left: 340px;
  top: -170px;
}
.fame-year .fame-images .fame-image.fame-image-medium.hover .fame-image-hover, .fame-year .fame-images .fame-image.fame-image-medium:hover .fame-image-hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.fame-year .fame-images .fame-image.fame-image-small {
  margin-top: 40px;
  margin-left: 40px;
  height: 200px;
  width: 200px;
  overflow: hidden;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.fame-year .fame-images .fame-image.fame-image-small img {
  margin-left: -40px;
  margin-top: -40px;
  width: 282px;
  display: inline-block;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.fame-year .fame-images .fame-image.fame-image-small .fame-image-hover {
  position: absolute;
  display: table;
  top: 11px;
  left: 11px;
  right: 12px;
  bottom: 12px;
  width: 180px;
  height: 180px;
}
.fame-year .fame-images .fame-image.fame-image-small .fame-image-hover:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  background: url(../img/box-bg.jpg);
  border: solid #e1d1b9 1px;
  z-index: 1;
}
.fame-year .fame-images .fame-image.fame-image-small .fame-image-hover-text {
  display: table-cell;
  position: relative;
  z-index: 2;
  vertical-align: middle;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.fame-year .fame-images .fame-image.fame-image-small.fame-image-6 {
  left: 280px;
  top: -420px;
}
.fame-year .fame-images .fame-image.fame-image-small.fame-image-3 {
  left: 140px;
  top: -280px;
}
.fame-year .fame-images .fame-image.fame-image-small.fame-image-1 {
  left: 0px;
  top: -140px;
}
.fame-year .fame-images .fame-image.fame-image-small.fame-image-2 {
  left: 140px;
  top: 0px;
}
.fame-year .fame-images .fame-image.fame-image-small.fame-image-5 {
  left: 280px;
  top: 140px;
}
.fame-year .fame-images .fame-image.fame-image-small.fame-image-4 {
  left: 280px;
  top: -140px;
}
.fame-year .fame-images .fame-image.fame-image-small.hover .fame-image-hover, .fame-year .fame-images .fame-image.fame-image-small:hover .fame-image-hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.fame-year .fame-images .fame-image .fame-image-hover {
  z-index: 99999999;
  cursor: pointer;
  display: table;
  background-color: #fff;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fame-year .fame-images .fame-image .fame-image-hover img {
  width: 19px;
  height: 19px;
  margin: 0 auto;
  margin-top: 5px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
.fame-year .fame-images .fame-image .fame-image-hover-text {
  display: none;
  font-family: Futura;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center;
  color: #dea761;
  padding-top: 20px;
  font-size: 12px;
}
.fame-year .fame-images .fame-image.hover, .fame-year .fame-images .fame-image:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.fame-year.row-uneven .fame-text {
  text-align: left;
  margin-left: 50%;
  padding: 0px 0px 0px 20px;
}
.fame-year.row-uneven .fame-text:before {
  right: auto;
  left: -5px;
}
.fame-year.row-uneven .fame-images {
  left: 50%;
  right: auto;
}
.fame-year.row-uneven .fame-images .fame-image-medium.fame-image-3 {
  left: -510px;
  top: -340px;
}
.fame-year.row-uneven .fame-images .fame-image-medium.fame-image-1 {
  left: -340px;
  top: -170px;
}
.fame-year.row-uneven .fame-images .fame-image-medium.fame-image-2 {
  left: -510px;
  top: 0px;
}
.fame-year.row-uneven .fame-images .fame-image-medium.fame-image-4 {
  left: -680px;
  top: -170px;
}
.fame-year.row-uneven .fame-images .fame-image-small.fame-image-6 {
  left: -560px;
  top: -420px;
}
.fame-year.row-uneven .fame-images .fame-image-small.fame-image-3 {
  left: -420px;
  top: -280px;
}
.fame-year.row-uneven .fame-images .fame-image-small.fame-image-1 {
  left: -280px;
  top: -140px;
}
.fame-year.row-uneven .fame-images .fame-image-small.fame-image-2 {
  left: -420px;
  top: 0px;
}
.fame-year.row-uneven .fame-images .fame-image-small.fame-image-5 {
  left: -560px;
  top: 140px;
}
.fame-year.row-uneven .fame-images .fame-image-small.fame-image-4 {
  left: -560px;
  top: -140px;
}

/* fame single */
.fame-single {
  margin: 40px 0px;
}

.fame-single-left,
.fame-single-right {
  width: 470px;
  height: 625px;
  position: relative;
}

@media (min-width: 1280px) {
  .fame-single-left,
  .fame-single-right {
    width: 590px;
    height: 785px;
  }
}
.fame-single-left {
  float: left;
  background: url(../img/box-bg.jpg);
  color: #666666;
  display: table;
}
.fame-single-left:before {
  content: '';
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
  border: solid #cfb58d 1px;
  z-index: 1;
}
.fame-single-left .fame-single-left-inner {
  display: table-cell;
  vertical-align: middle;
  padding: 45px;
  position: relative;
  z-index: 2;
}
.fame-single-left .fame-single-left-inner h3 {
  color: #b39453;
  text-transform: uppercase;
  font-size: 11px;
  text-align: center;
  letter-spacing: 2px;
  line-height: 17px;
  margin-bottom: 60px;
}
.fame-single-left .fame-single-left-inner .fame-single-text {
  position: relative;
}
.fame-single-left .fame-single-left-inner .fame-single-text:before, .fame-single-left .fame-single-left-inner .fame-single-text:after {
  content: '';
  position: absolute;
  width: 156px;
  height: 15px;
  left: 50%;
  margin-left: -78px;
  background: url(../img/box-header-divider-light.png);
  top: -40px;
}
.fame-single-left .fame-single-left-inner .fame-single-text:after {
  top: auto;
  bottom: -40px;
}
.fame-single-left .fame-single-left-inner .fame-single-text p {
  font-family: Futura;
  font-size: 14px;
  line-height: 25px;
  margin-bottom: 30px;
  text-align: justify;
}

.fame-single-right {
  float: right;
  margin-left: 20px;
  box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.6);
}
.fame-single-right img {
  width: 100%;
  height: 100%;
}
.fame-single-right .fame-poster {
  position: absolute;
  top: 30px;
  right: 29px;
  bottom: 30px;
  left: 29px;
}
.fame-single-right .fame-poster:after {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  box-shadow: inset 4px 4px 10px 5px rgba(0, 0, 0, 0.7);
}

@media (min-width: 740px) and (max-width: 980px) {
  .fame-single-left {
    width: 740px;
    height: auto;
    min-height: 410px;
    margin-top: -400px;
  }

  .fame-single-right {
    width: 740px;
    height: 984px;
  }
  .fame-single-right .fame-poster {
    top: 48px;
    right: 47px;
    bottom: 48px;
    left: 47px;
  }
}
@media (max-width: 740px) {
  .fame-single-left {
    width: 310px;
    height: auto;
    min-height: 150px;
    margin-top: -150px;
  }

  .fame-single-right {
    width: 310px;
    height: 412px;
  }
}
.fame-people {
  margin-top: 70px;
  position: relative;
}
.fame-people ~ .fame-people:before {
  content: '';
  position: absolute;
  width: 156px;
  height: 15px;
  left: 50%;
  margin-left: -78px;
  background: url(../img/box-header-divider-gold.png);
  top: -40px;
}
.fame-people h2 {
  color: #ffffff;
  font-size: 40px;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 4px;
}
.fame-people .fame-people-list {
  margin: 10px 0px;
  text-align: center;
  line-height: 25px;
}
.fame-people .fame-people-list .fame-person {
  font-size: 16px;
  color: #f8ecdf;
  font-family: "Playfair Display";
  font-style: italic;
  display: inline-block;
}
.fame-people .fame-people-list .fame-person strong {
  font-size: 10px;
  font-family: Futura;
  text-transform: uppercase;
  color: #fccd91;
  font-style: normal;
  letter-spacing: 1px;
}

@media (min-width: 740px) and (max-width: 980px) {
  .fame-people h2 {
    font-size: 32px;
  }
}
@media (max-width: 740px) {
  .fame-people h2 {
    font-size: 22px;
  }
}
.fame-single-images {
  overflow: hidden;
  margin: 50px 0px;
}
.fame-single-images .fame-single-image {
  float: left;
  width: 190px;
  height: 190px;
  margin: 1px;
  position: relative;
}
.fame-single-images .fame-single-image.fame-single-image-square span {
  width: 170px;
  height: 170px;
}
.fame-single-images .fame-single-image.fame-single-image-vertical {
  height: 382px;
}
.fame-single-images .fame-single-image.fame-single-image-vertical span {
  width: 170px;
  height: 362px;
}
.fame-single-images .fame-single-image.fame-single-image-vertical span:after {
  bottom: 150px !important;
}
.fame-single-images .fame-single-image.fame-single-image-horizontal {
  width: 382px;
}
.fame-single-images .fame-single-image.fame-single-image-horizontal span {
  width: 362px;
  height: 170px;
}
.fame-single-images .fame-single-image img {
  width: 100%;
  height: 100%;
}
.fame-single-images .fame-single-image .fame-single-image-hover {
  display: table;
  position: absolute;
  background-color: #fff;
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
  background: url(../img/box-bg.jpg);
}
.fame-single-images .fame-single-image .fame-single-image-hover:after {
  content: '';
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
  border: solid #cfb58d 1px;
}
.fame-single-images .fame-single-image .fame-single-image-hover span {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-family: Futura;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 2px;
  padding-bottom: 10px;
}
.fame-single-images .fame-single-image .fame-single-image-hover span:after {
  content: '';
  position: absolute;
  width: 19px;
  height: 19px;
  background: url(../img/box-arrow-plate.png);
  bottom: 55px;
  left: 50%;
  margin-left: -10px;
}
.fame-single-images .fame-single-image .fame-single-image-hover,
.fame-single-images .fame-single-image .fame-single-image-hover:after,
.fame-single-images .fame-single-image .fame-single-image-hover span:after {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.fame-single-images .fame-single-image:hover .fame-single-image-hover,
.fame-single-images .fame-single-image:hover .fame-single-image-hover:after,
.fame-single-images .fame-single-image:hover .fame-single-image-hover span:after {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

@media (min-width: 1280px) {
  .fame-single-images .fame-single-image {
    width: 238px;
    height: 238px;
  }
  .fame-single-images .fame-single-image.fame-single-image-square span {
    width: 218px;
    height: 218px;
  }
  .fame-single-images .fame-single-image.fame-single-image-square span:after {
    bottom: 75px !important;
  }
  .fame-single-images .fame-single-image.fame-single-image-vertical {
    height: 478px;
  }
  .fame-single-images .fame-single-image.fame-single-image-vertical span {
    width: 218px;
    height: 458px;
  }
  .fame-single-images .fame-single-image.fame-single-image-vertical span:after {
    bottom: 195px !important;
  }
  .fame-single-images .fame-single-image.fame-single-image-horizontal {
    width: 478px;
  }
  .fame-single-images .fame-single-image.fame-single-image-horizontal span {
    width: 458px;
    height: 218px;
  }
  .fame-single-images .fame-single-image.fame-single-image-horizontal span:after {
    bottom: 75px !important;
  }
}
@media (min-width: 740px) and (max-width: 980px) {
  .fame-single-images .fame-single-image {
    width: 183px;
    height: 183px;
  }
  .fame-single-images .fame-single-image.fame-single-image-square span {
    width: 163px;
    height: 163px;
  }
  .fame-single-images .fame-single-image.fame-single-image-square span:after {
    bottom: 55px !important;
  }
  .fame-single-images .fame-single-image.fame-single-image-vertical {
    height: 368px;
  }
  .fame-single-images .fame-single-image.fame-single-image-vertical span {
    width: 163px;
    height: 348px;
  }
  .fame-single-images .fame-single-image.fame-single-image-vertical span:after {
    bottom: 145px !important;
  }
  .fame-single-images .fame-single-image.fame-single-image-horizontal {
    width: 368px;
  }
  .fame-single-images .fame-single-image.fame-single-image-horizontal span {
    width: 348px;
    height: 163px;
  }
  .fame-single-images .fame-single-image.fame-single-image-horizontal span:after {
    bottom: 55px !important;
  }
}
@media (max-width: 740px) {
  .fame-single-images .fame-single-image {
    width: 153px;
    height: 153px;
  }
  .fame-single-images .fame-single-image.fame-single-image-square span {
    width: 133px;
    height: 133px;
  }
  .fame-single-images .fame-single-image.fame-single-image-square span:after {
    bottom: 40px !important;
  }
  .fame-single-images .fame-single-image.fame-single-image-vertical {
    height: 308px;
  }
  .fame-single-images .fame-single-image.fame-single-image-vertical span {
    width: 133px;
    height: 288px;
  }
  .fame-single-images .fame-single-image.fame-single-image-vertical span:after {
    bottom: 115px !important;
  }
  .fame-single-images .fame-single-image.fame-single-image-horizontal {
    width: 308px;
  }
  .fame-single-images .fame-single-image.fame-single-image-horizontal span {
    width: 288px;
    height: 133px;
  }
  .fame-single-images .fame-single-image.fame-single-image-horizontal span:after {
    bottom: 40px !important;
  }
}
/* footer */
footer {
  background: url(../img/bg-footer.jpg);
  padding-top: 20px;
}
footer .container {
  font-size: 14px;
  padding: 20px 0px 120px;
  margin-top: 30px;
  font-style: italic;
  color: #f8ecdf;
  position: relative;
}
footer .container:before {
  content: '';
  position: absolute;
  height: 3px;
  top: 0px;
  left: 0px;
  width: 100%;
  background: url(../img/footer-border.png);
}
footer a {
  color: #f8ecdf;
}
footer h5,
footer strong {
  font-family: Futura;
  font-style: normal;
}
footer h5 {
  color: #ffffff;
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 5px;
}
footer h5 span {
  color: #be9453;
  margin: 0px -5px;
}
footer strong {
  color: #be9453;
  text-transform: uppercase;
  font-size: 10px;
  display: inline-block;
  width: 23%;
  letter-spacing: 1px;
}
footer address {
  color: #ffffff;
}
footer address strong {
  width: auto;
}
footer .col-1 {
  margin-bottom: -99px;
  padding: 10px 0px 99px;
  position: relative;
  min-height: 130px;
  line-height: 20px;
}
footer .col-1 ~ .col-1:before {
  content: '';
  position: absolute;
  width: 3px;
  top: 0px;
  left: -20px;
  height: 100%;
  background: url(../img/footer-border.png);
}
footer .col-1.col-links {
  position: absolute;
  left: 0px;
  bottom: 80px;
  width: 100% !important;
  text-align: center;
  margin: 0px !important;
  padding: 0px !important;
  min-height: 0px;
}
footer .col-1.col-links:before {
  display: none;
}
footer .col-1.col-links h5 {
  display: none;
}
footer .col-1.col-links li {
  display: inline-block;
}
footer .col-1.col-links li a {
  padding-left: 20px;
  background: url(../img/footer-arrow.png) 0px 1px no-repeat;
}
footer .col-1.col-links li a:hover {
  background: url(../img/footer-arrow-white.png) 0px 1px no-repeat;
}

@media (min-width: 1280px) {
  footer .col-1.col-links {
    position: relative;
    width: 240px !important;
    text-align: left;
    left: auto;
    bottom: auto;
    margin-bottom: -99px !important;
    padding: 10px 0px 99px !important;
  }
  footer .col-1.col-links:before {
    display: block;
  }
  footer .col-1.col-links h5 {
    display: block;
  }
  footer .col-1.col-links li {
    display: block;
  }
}
@media (min-width: 740px) and (max-width: 980px) {
  footer .row:after {
    content: '';
    position: absolute;
    height: 3px;
    top: 165px;
    left: 0px;
    width: 100%;
    background: url(../img/footer-border.png);
  }
  footer .row .col-1 {
    width: 50%;
    padding: 10px 0px 0px;
    margin-bottom: 20px;
  }
  footer .row .col-1:nth-child(1):before {
    display: none;
  }
  footer .row .col-1:nth-child(1), footer .row .col-1:nth-child(2) {
    margin-bottom: 35px;
  }
}
@media (max-width: 740px) {
  footer .row .col-1 {
    text-align: center;
    margin-bottom: -74px;
  }
  footer .row .col-1 ~ .col-1 {
    padding-top: 30px;
  }
  footer .row .col-1 ~ .col-1:before {
    content: '';
    position: absolute;
    height: 3px;
    top: 0px;
    left: 0px;
    width: 100%;
    background: url(../img/footer-border.png);
  }

  footer .row .col-links {
    bottom: 60px;
  }

  .footer-text br {
    display: none;
  }
}
.footer-facebook,
.footer-instagram {
  display: inline-block;
  padding-left: 40px;
  text-align: left;
  height: 38px;
  clear: both;
  min-width: 51%;
  line-height: initial;
}

.footer-facebook {
  background: url(../img/footer-social.png) 0px 0px no-repeat;
}
.footer-facebook:hover {
  background: url(../img/footer-social-white.png) 0px 0px no-repeat;
}

.footer-instagram {
  margin: 10px 0px;
  background: url(../img/footer-social.png) 0px -38px no-repeat;
}
.footer-instagram:hover {
  background: url(../img/footer-social-white.png) 0px -38px no-repeat;
}

.newsletter-button {
  display: inline-block;
  font-family: Futura;
  font-style: normal;
  color: #be9453;
  font-size: 10px;
  text-transform: uppercase;
  border: solid #be9453 2px;
  border-radius: 4px;
  padding: 6px 30px 5px 10px;
  margin-top: 10px;
  letter-spacing: 1px;
  background: url(../img/newsletter-arrow.png) 95% 50% no-repeat;
}
.newsletter-button:hover {
  background: url(../img/newsletter-arrow-white.png) 95% 50% no-repeat;
  background-color: #be9453;
  color: #fff;
}
.content-button {
  display: inline-block;
  font-family: Futura;
  font-style: normal;
  color: #be9453;
  font-size: 14px;
  border: solid #be9453 2px;
  border-radius: 4px;
  padding: 6px 10px 5px 10px;
  margin-top: 10px;
  letter-spacing: 1px;
}
.content-button:hover {
  background-color: #be9453;
  color: #fff;
}
.download-button {
  display: inline-block;
  font-family: Futura;
  font-style: normal;
  color: #be9453;
  font-size: 10px;
  text-transform: uppercase;
  border: solid #be9453 2px;
  border-radius: 4px;
  padding: 0px 30px 0px 10px;
  margin-top: 10px;
  letter-spacing: 1px;
  height: 35px;
  line-height: 33px;
  background: url(../img/download-arrow.png) 95% 50% no-repeat;
}
.download-button:hover {
  background: url(../img/download-arrow-white.png) 95% 50% no-repeat;
  background-color: #be9453;
  color: #fff;
}

.footer-text {
  text-align: center;
  margin: 50px auto 0px;
  color: #a59d94;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {  
	.fame-year .fame-images .fame-image.fame-image-medium {
		height: 340px !important;
		width: 340px !important;
		margin-top: 0px !important;
		margin-left: 0px !important;
		transform: rotate(0deg) !important;
		cursor: default !important;
	}
	
	.fame-year .fame-images .fame-image.fame-image-small {
		margin-top: 0px !important;
		margin-left: 0px !important;
		width: 282px !important;
		height: 282px !important;
		transform: rotate(0deg) !important;
		cursor: default !important;
	}
	
	.fame-year .fame-images .fame-image.fame-image-medium img,
	.fame-year .fame-images .fame-image.fame-image-small img {
		margin-left: 0px !important;
		margin-top: 0px !important;
		transform: rotate(0deg) !important;
		cursor: default !important;
	}
	
	.fame-year .fame-images .fame-image .fame-image-hover {
		display: none !important;
	}
}

.newsletter-overlay {
	position: fixed;
	bottom: 30px;
	left: 30px;
	padding: 25px;
	background: url(../img/box-bg.jpg);
	color: #777777;
	width: 360px;
	display: none;
	z-index: 999;
}

.newsletter-overlay:before {
	content: '';
	position: absolute;
	top: 10px;
	right: 10px;
	bottom: 10px;
	left: 10px;
	border: solid #e1d1b9 1px;
	z-index: -1;
}

.newsletter-overlay h5 {
	text-transform: uppercase;
	color: #d6bd75;
	letter-spacing: 2px;
	font-style: normal;
	margin-bottom: 10px;
	text-align: center;
}

form.newsletter-overlay h5 {
	text-align: left;
}

.newsletter-overlay p {
	font-size: 14px;
	font-style: italic;
	text-align: center;
}

.newsletter-overlay input[type=email] {
	border: solid #c9c9c9 1px;
	width: 100%;
	padding: 5px;
	font-size: 17px;
	font-family: Times;
	font-style: italic;
	z-index: 1;
	-webkit-appearance: none;
	border-radius: 0px;
}

.newsletter-overlay-checkboxes {
	overflow: hidden;
}

.newsletter-overlay-checkboxes label {
	float: left;
	width: 50%;
	padding-top: 15px;
	line-height: 30px;
	font-style: italic;
	z-index: 1;
	cursor: pointer;
}

.newsletter-overlay-checkboxes input {
	display: none;
}

.newsletter-overlay-checkboxes label span {
	display: inline-block;
	width: 28px;
	height: 28px;
	border: solid #d6bd75 1px;
	background: #ffffff;
	vertical-align: middle;
	margin: -4px 5px 0px 0px;
}

.newsletter-overlay-checkboxes label.checked span {
	background-image: url(../img/newsletter-checkbox.png);
	background-repeat: no-repeat;
	background-position: center center;
}

.newsletter-overlay .newsletter-button {
	width: 75%;
	z-index: 1;
	cursor: pointer;
	height: 30px;
}

.newsletter-overlay .newsletter-button-close {
	background-image: none;
	padding: 6px 8px 5px;
	width: 20%;
	float: right;
}

.newsletter-overlay-thanks {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background: url(../img/box-bg.jpg);
	display: none;
}

.newsletter-overlay-thanks strong {
	font-size: 28px;
	color: #d6bd75;
	vertical-align: middle;
	display: table-cell;
	text-transform: uppercase;
	font-family: Futura;
	font-style: normal;
	position: absolute;
	top: 50%;
	left: 0px;
	margin-top: -40px;
	width: 100%;
	text-align: center;
}

.newsletter-overlay-thanks:after {
	content: '';
	position: absolute;
	top: 10px;
	right: 10px;
	bottom: 10px;
	left: 10px;
	border: solid #e1d1b9 1px;
}

@media (max-width: 420px) {
	.newsletter-overlay {
		width: 310px;
		bottom: 10px;
		left: 5px;
	}
	
	.newsletter-overlay h5 {
		font-size: 17px;
	}
	
	.newsletter-overlay-checkboxes label {
		font-size: 14px;
	}
	
	.newsletter-overlay .newsletter-button {
		width: 75%;
		padding: 6px 8px 5px;
	}
	
	.newsletter-overlay .newsletter-button-close {
		width: 23%;
	}
}


/* Remove wpbakery default padding */
#box-grid .vc_column-inner {
  padding: 0;
}

#box-grid .vc_row {
  margin: 0;
}

#box-grid p img {
  width: auto;
}

#box-grid .box-with-plate {
  overflow: hidden;
  position: relative;
  display: block;
}

#box-grid .text-only {
  width: 100%;
}

#box-grid .hero-box .box-text-plate p {
  color: #fff;  
}

#box-grid .middle-box-container .box-text-plate {
  margin: 0px 72px;
}

#box-grid .middle-box-container .box-overlay .box-text {
  vertical-align: middle;
}

#box-grid .box-overlay .box-text p span {
  content: '';
  position: absolute;
  margin-top: 20px;
  width: 0px;
  height: 24px;
  padding-top: 5px;
  bottom: 5px;
  right: 50%;
  margin-right: -9px;
  font-size: 16px !important;
  text-transform: none !important;
  font-family: Times;
  font-style: italic;
  overflow: hidden;
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

#box-grid a:hover .box-overlay .box-text p span {
  width: 75px;
}

#box-grid a.text-only:hover .box-overlay .box-text p span {
  line-height: 1;
}

#box-grid a:hover .box-overlay .box-text p img {
  margin-left: 10px;
}

#box-grid .box-overlay .box-text span {
  display: inline-block;
}

#box-grid .box-overlay .box-text p {
  padding-bottom: 35px;
  position: relative;
}

#box-grid .hero-box .box-overlay.box-right, 
#box-grid .hero-box .box-overlay.box-left {
  width: 60%;
}

#box-grid p {
  padding-bottom: 15px;
}

#box-grid .box-overlay .box-text p img {
  position: absolute;
  bottom: 5px;
  left: 50%;
  margin-left: -9px;
  height: 19px;
  width: 19px;
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

#box-grid .box-overlay .box-text p  {
  padding-bottom: 35px;
  position: relative;
}


/* Responsive */

@media (max-width: 740px) {
   #box-grid .hero-box .box-overlay.box-right, 
   #box-grid .hero-box .box-overlay.box-left {
    width: 100%;
  }

  #box-grid .box-with-plate, 
  #box-grid .hero-box  {
    height: auto;
  }

  #box-grid .hero-box .box-text-plate p {
    color: #777;
  }
}

@media (min-width: 740px) {
  #box-grid .hero-box .box-text-plate:before,
  #box-grid .hero-box .box-text-plate:after,
  #box-grid .hero-box .box-text-plate-inner:before,
  #box-grid .hero-box .box-text-plate-inner:after,
  #box-grid .hero-box .box-text-plate,
  #box-grid .hero-box .box-text-plate-inner {
    background: none;
    box-shadow: none;
    border: none;
  }

  #box-grid .box-with-plate .box-text-plate.hide-background {
    background: none;
  }

  #box-grid .box-with-plate .box-text-plate.hide-background:after {
    border: none;
  }
}

@media (min-width: 740px) and (max-width: 980px) {
  #box-grid .box-with-plate {
    height: 270px;
  }

  #box-grid .hero-box {
    height: 270px;
  }

  #box-grid .box-overlay .box-text {
    font-size: 18px;
  }
  #box-grid .box-overlay .box-text h3 span {
    margin: -9px -2px 0px;
  }
  #box-grid .box-with-plate .box-overlay.box-left .box-text h3, 
  #box-grid .box-with-plate .box-overlay.box-right .box-text h3 {
    font-size: 22px;
    line-height: 25px;
  }
  
  #box-grid a .box-overlay .box-text p, 
  #box-grid .box-overlay .box-text p {
    font-size: 18px;
    line-height: 22px !important;
  }

  #box-grid .box-overlay .box-text strong {
    font-size: 18px;
    line-height: 24px;
  }

  #box-grid .box-with-plate img, 
  #box-grid .hero-box img {
    max-height: 270px;
  }

  #box-grid .text-only .box-overlay .box-text p,
  #box-grid .text-only .box-overlay .box-text strong  {
    font-size: 12px;
  }

  #box-grid .box-with-plate > img {
    height: 100%;
  }

}

@media (min-width: 981px) and (max-width: 1280px) {
  #box-grid .box-with-plate, 
  #box-grid .text-only {
    height: 330px;
  }

  #box-grid .box-with-plate img, 
  #box-grid .hero-box img {
    max-height: 330px;
  }

  #box-grid .box-with-plate > img {
    height: 100%;
  }
}

@media (min-width: 1280px) {
  #box-grid .box-with-plate, 
  #box-grid .hero-box {
    height: 420px;
  }
  
  #box-grid .box-with-plate img, 
  #box-grid .hero-box img {
    max-height: 420px;
  }

  #box-grid .hero-box h3 {
    font-size: 41px;
  }
}