
/* raleway-200 - latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 200;
  src: url('fonts/raleway-v28-latin-200.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/raleway-v28-latin-200.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/raleway-v28-latin-200.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/raleway-v28-latin-200.woff') format('woff'), /* Modern Browsers */
       url('fonts/raleway-v28-latin-200.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/raleway-v28-latin-200.svg#Raleway') format('svg'); /* Legacy iOS */
}

/* raleway-300 - latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 300;
  src: url('fonts/raleway-v28-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/raleway-v28-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/raleway-v28-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/raleway-v28-latin-300.woff') format('woff'), /* Modern Browsers */
       url('fonts/raleway-v28-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/raleway-v28-latin-300.svg#Raleway') format('svg'); /* Legacy iOS */
}

/* raleway-regular - latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/raleway-v28-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/raleway-v28-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/raleway-v28-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/raleway-v28-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/raleway-v28-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/raleway-v28-latin-regular.svg#Raleway') format('svg'); /* Legacy iOS */
}

/* raleway-600 - latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 600;
  src: url('fonts/raleway-v28-latin-600.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/raleway-v28-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/raleway-v28-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/raleway-v28-latin-600.woff') format('woff'), /* Modern Browsers */
       url('fonts/raleway-v28-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/raleway-v28-latin-600.svg#Raleway') format('svg'); /* Legacy iOS */
}
/* spectral-200 - latin */
@font-face {
  font-family: 'Spectral';
  font-style: normal;
  font-weight: 200;
  src: url('fonts/spectral-v12-latin-200.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/spectral-v12-latin-200.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/spectral-v12-latin-200.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/spectral-v12-latin-200.woff') format('woff'), /* Modern Browsers */
       url('fonts/spectral-v12-latin-200.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/spectral-v12-latin-200.svg#Spectral') format('svg'); /* Legacy iOS */
}

/* spectral-regular - latin */
@font-face {
  font-family: 'Spectral';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/spectral-v12-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/spectral-v12-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/spectral-v12-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/spectral-v12-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/spectral-v12-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/spectral-v12-latin-regular.svg#Spectral') format('svg'); /* Legacy iOS */
}

/* spectral-600 - latin */
@font-face {
  font-family: 'Spectral';
  font-style: normal;
  font-weight: 600;
  src: url('fonts/spectral-v12-latin-600.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/spectral-v12-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/spectral-v12-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/spectral-v12-latin-600.woff') format('woff'), /* Modern Browsers */
       url('fonts/spectral-v12-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/spectral-v12-latin-600.svg#Spectral') format('svg'); /* Legacy iOS */
}


body {
  font-family: 'Raleway', sans-serif;
  }

.bodytext {
  font-weight: 300;
  font-size: 18px;
}
a {
    color: #a38543;
    text-decoration: none;
}
a:focus, a:hover {
    color: #a38543;
    text-decoration: underline;
}
figure .tooltip {
  display:none!important;
}
H2 {
  font-family: 'Spectral', serif;
  font-size: 60px;
  font-weight: 200;
  margin-top: 0;
  text-transform: uppercase;
  color: #a38543!important;
}

H2 > small {
  font-size: 20px;
  font-weight: 300;
  margin-top: 0;
  text-transform: uppercase;
}
h2.section-header {
  display: none;
}
section {
  min-height: 100vh;
}
.bg-white .bodytext {
  color: #000000;
}
.bg-white h2{
  color: #000000;
}
.bg-white h2 small {
  color: #000000;
}

.bg-black .bodytext {
  color: #ffffff;
}
.bg-black h2{
  color: #ffffff;
}
.bg-black h3 {
  color: #fff;
}
.bg-black h2 small {
  color: #ffffff;
}
.bg-white.contact {
  min-height: 0!important;
}
.hero .backgroundImage > div {
  background-color: transparent!important;
}
.logo {
  bottom: 25px;
  position: absolute;
}
.carousel-control.right, .carousel-control.left {
  background-image: none;
}
footer {

}
#page-footer.navbar {
  border: 0 none;
  border-radius: 0;
  margin-bottom: 0;
}
.modal-content {
  background-clip: padding-box;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  outline: 0 none;
  position: relative;
  text-align:center;
}
.modal-header .close {
  margin-top: -15px;
}
.modal-header .close {
  color: #000;
  float: right;
  font-size: 50px;
  font-weight: 700;
  line-height: 1;
  opacity: 0.2;
  text-shadow: 0 1px 0 #fff;
}
.footer-right {
  font-size: 16px;
  text-align: right;
}
.footer-right a {
  color: #fff!important;
  font-weight: 400!important;
}
.footer-left {
  font-size: 16px;
  text-align: left;
}
.footer-left .ce-gallery > div {
  float: left;
  width: auto;
  margin: 0;
  padding: 5px;
}
.mail::before {
  content: "";
  display:none;
}
.download::before {
  content: "";
  display:none;
}
.datewrap h2 {
  font-size: 48px;
  font-family: 'Raleway',sans-serif;
}

.dategrid h3 {
  float: left;
  font-size: 40px;
  margin: 0;
  padding-right: 20px;
  text-transform: uppercase;
  width: auto;
  font-weight: 200;
  min-width: 250px;
  
}
.social-header {
  left: 130px;
  position: fixed;
  top: 5px;
  z-index: 2000;
}
.social-header .ce-gallery > div {
  float: left;
  margin: 0;
  padding: 0 5px;
  width: auto;
}
.social-header .img-responsive {
  max-width: 24px;
}
.vitaimg figure {
  margin: 0!important;
  padding: 0;
}
@media(max-width:767px){
H2  {
  margin-top: 15px;
  font-size: 44px;
}
H2 > small {
  font-size: 16px;
  font-weight: 300;
  margin-top: 0;
  text-transform: uppercase;
}
.logo {
  left: 30px;
  width: 120px;
}

.carousel {
  background-image: none;
  background-position: 0 0;
  background-repeat: unset;
  background-size: cover;
  padding: 0;
}
.carousel-inner > .item {
  min-height: 250px;
}
footer {
  bottom: auto;
  position: relative!important;
  width: 100%;
}
section.background-image.hero {
  background-position: 49% center;
  background-repeat: no-repeat;
  background-size: cover;
}
.footer-right {
  font-size: 16px;
  text-align: center;
  margin-top:20px;
}

.footer-left {
  font-size: 16px;
  text-align: center;
  margin-bottom:20px;
}
.footer-left .pull-left {
  float: none!important;
  margin: 0 auto;
}
.footer-left .ce-gallery {
  margin: 0 auto;
  width: 84px;
}
.datewrap h2{
  font-size: 38px;
  }
.dategrid h3 {
  float: left;
  font-size: 32px;
  margin: 0;
  padding-right: 0;
  text-transform: uppercase;
  width: 100%;
  font-weight: 200;
}
}
@media(min-width:768px){

/*.carousel {
  background-image: url("elements/image-frame2.png");
  background-position: 0.8vw 0.8vw;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0 1.5vw 1.5vw 0;
}*/
.vitaimg .ce-gallery{
  background-image: url("elements/image-frame2.png");
  background-position: 0.8vw 0.8vw;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0 1.5vw 1.5vw 0;
}
section.background-image.hero {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
}
@media(min-width:992px){
/*.carousel {
  background-image: url("elements/image-frame2.png");
  background-position: 0.8vw 0.8vw;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0 1.5vw 1.5vw 0; 
}*/
.vitaimg .ce-gallery {
  background-image: url("elements/image-frame2.png");
  background-position: 0.8vw 0.8vw;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0 1.5vw 1.5vw 0;
}
section.background-image.hero {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover; 
}
}
@media(min-width:1200px){
/*.carousel {
  background-image: url("elements/image-frame2.png");
  background-position: 1vw 1vw;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0 1.6vw 1.6vw 0;
}*/
.vitaimg .ce-gallery  {
  background-image: url("elements/image-frame2.png");
  background-position: 1vw 1vw;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0 1.6vw 1.6vw 0;
}
}