/* GLOBAL STYLES
-------------------------------------------------- */

/* BREAK POINTS -----------------
768px
992px
1200px
*/

/* FONT WEIGHTS -----------------
Thin = 100  	
Light = 300 	
Regular = 400 		
Medium = 500 	
Semibold = 600 	
Bold = 700 
Extrabold = 800 		
Black = 900 	
*/

/* SITE COLORS -----------------
Green = #82973C
Dark GRey = #222222
White = #dddddd
*/

body {
  font-family: "gill-sans-nova", Helvetica, Arial, sans-serif;
/*  font-size: 14px; */
  color: #222;
  padding-top: 80px; /* Equal to fixed nav bar */
  font-weight: 400;
  font-style: normal;
}
body {
	--green: #82973C;
	--timGrey: #504E42;
	--darkGrey: #222222;
	--lightGrey: #888888;
	--offWhite: #dddddd;
	--margin: 15px;
}
	
	
h1,h2,h3,h4,.h1,.h2,.h3,.h4{
  font-family:  "gill-sans-nova", Helvetica, Arial, sans-serif;
  font-weight: 100;
  line-height: 1.1;
  color: inherit;
}

h5,h6,.h5,.h6 {
  font-family:  "gill-sans-nova", Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 1.1;
  color: inherit;
}
    
.headline {
	font-family:  "gill-sans-nova", Helvetica, Arial, sans-serif;
  font-weight: 100;
  line-height: 1.1;
  color: inherit;
}

a, a:visited {
	color: #82973C;
	text-decoration: none;
}

a:hover, a:focus, a:active {
	color: #526026;
	text-decoration: underline;
}

/* Remove focus outine but always add an alternative for access */
a:focus {
  outline: none;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.center { text-align: center; }

.wrap {
	display: block;
	position: relative;
	width: 100%;
}

.content-wrap {
	background-color: #fff;
	padding: 40px 0;
}

.img-wrap > img {
	width: 100%;
}
a.btn {
	color: #FFFFFF;
}
.btn-primary {
	background-color: #82973C;
	border: none;
	border-radius: 0;
}



/* NAVBAR STYLES
============================================================ */

.navbar.fixed-top {
    top: 0;
    border: none;
    background-color: #ffffff;
    box-shadow: 0px -2px 2px 3px rgba(51, 51, 51, 0.2);  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
    padding: 0;

}
/* Added to fixed nav can be added to all elements that need it.  */
.shadow {
/*	-webkit-box-shadow: 0px 3px 5px 6px #ddd;   Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
 /* -moz-box-shadow:    0px 3px 5px 6px #ddd;   Firefox 3.5 - 3.6 */
  box-shadow: 0px -2px 2px 3px rgba(51, 51, 51, 0.2);  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
}
  
.navbar-brand {
  width: 250px;
  height: 60px;
  padding: 0;
  font-size: 18px;
  line-height: 20px;
  background: transparent url(../img/logotype_250x70.svg) no-repeat center center;
  background-size: 250px 70px;
  text-indent: -9999px;
  margin-top: 20px;
  margin-left: 0;
}
@media (max-width:380px) {
	
body {
	padding-top: 60px; /* Equal to fixed nav bar */
}
.navbar-brand {
  width: 180px;
  height: 40px;
  font-size: 12px;
  line-height: 14px;
  background: transparent url(../img/logotype_250x70.svg) no-repeat center center;
  background-size: 180px 50px;
  margin-left: 0;
}
} /* END @media */

.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}



.navbar-brand > img {
  display: block;
}
.navbar-nav > li > a {
	text-transform: uppercase;
}
.navbar-nav .nav-link {
	    padding-left: 15px;

}


/*.navbar-nav > li > a {
    padding-top: 30px;
    padding-bottom: 30px;
    line-height: 36px;
    border-top: 4px solid #FFFFFF;
  }
  
 */
 
 /* MObile Menu */
 
 /* Create Margin for small mobile */
 @media (max-width: 574px) {
.navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
}
} /* /@media */
 
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
  border-left: 4px solid #bebebe;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: transparent;
  border-left: 4px solid #000000;
}

.navbar-default .navbar-toggle {
  border-color: #ebebeb;
 position: relative;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #50505A;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #bebebe;
}

.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    max-height: 400px;
}

/* Add MENU for the ignorant */
.navbar-default .navbar-toggle:after {
	content:"menu";
	text-transform: uppercase;
	position: absolute;
	left: 0;
	top: 100%;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border: none;
}

.navbar-collapse li {
  border-top: 1px solid #bebebe;
 }
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #555;
  background-color: #ffffff;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #ebebeb;
    border-color: #bebebe;
    background-color: #ffffff;
    border-color: #ffffff;
}

/* Overide the right. This works as there are no sub menus to the right */
.navbar-right .dropdown-menu {
    left: 0;
    right: auto;
}

/* was 856px */
@media (min-width: 992px) {
  /* Navbar positioning foo */
  .navbar-wrapper {
    margin-top: 20px;
  }
  .navbar-wrapper .container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .navbar-wrapper .navbar {
    padding-right: 0;
    padding-left: 0;
  }

  /* The navbar becomes detached from the top, so we round the corners */
  .navbar-wrapper .navbar {
    border-radius: 4px;
  }
} /* END @media */



/* was 856px */
@media (min-width: 992px) {
	
	
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
/*   border-top: 4px solid #bebebe; */
  border-left: none;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
/*   border-top: 4px solid #E3097E; */
  border-left: none;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-collapse li {
  border-top: none;
 }
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #555;
  background-color: #ffffff;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #ebebeb;
    border-color: #bebebe;
    background-color: #ffffff;
  /*   border-color: #ffffff; */
}	
  .navbar-nav > li > a {
   /* padding-top: 20px; */
    padding-top: 24px;
    padding-bottom: 10px;
    line-height: 36px;
    padding-bottom: 20px;
  /*   border-top: 4px solid #FFFFFF; */
  }
.navbar-nav .nav-link {
	    padding-left: 0;

}  
.nav-item {position: relative; } /* Required for rollover to work */

.hvr-shutter-out-horizontal:hover::before, .hvr-shutter-out-horizontal:focus::before, .hvr-shutter-out-horizontal:active::before {
    -webkit-transform: scaleX(1);
        transform: scaleX(1);
    transform: scaleX(1);
}

.hvr-shutter-out-horizontal::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #dddddd;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
  
} /* END @media */

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  margin-right: 15px;
}

.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}

.navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}


/* HOME - Cover Style
--------------------------------------------- */

html,


body.home {
  /* height: 100%;
  background-color: #222; */
}


.home-wrap {
	position: fixed;
	left: 0;
	top: 80px;
}
@media (max-width:380px) {
.home-wrap {
	top: 60px;
}	
	}
	
.home-wrap-inner {
	position: relative;
	width: 100vw;
	height: 62.5vw;
}

.home-wrap-inner img {
	position: absolute;
	text-align: right;
	width: 100%;
	height: auto;
	z-index: 1;
}
 	
.hero-wrap {
	height: calc(62.5vw - 120px);
	padding: 0 30px;
	
}
.hero-inner{
	color: #ffffff;
  }
.hero-heading {
	font-size: 56px;
	margin-bottom: 30px;
}
 
.lead.blocked {
	padding: 20px;
	background-color: rgba(0,0,0,.5); 
	text-align: justify;
}

/* For small sizes */
@media (max-width: 819px) {
.hero-wrap {
	height: auto;
}
	
.home-wrap-inner {
	position: relative;
	width: 100vw;
	height: 500px;
}

.home-wrap-inner img {
	position: absolute;
	height: 600px;
	width: auto;
	z-index: 1;
}
	
} /* /@media */


@media (min-width: 992px) {
  .lead.blocked {
    width: 700px;
    margin-left: auto;
    margin-right: auto;
  }
}
 
 
 a.down-arrow {
	display: inline-block;
	text-indent: -9999px;
	width: 170px;
	height: 110px;
	background: transparent url(../img/blk-down-arrow.svg) no-repeat center center;
	opacity: 0.5;
	background-size: 170px 110px;
}



.section-wrap {
	background-color: rgba(0,0,0,.5);
	padding: 40px 0 0 0;
	}
.roe {
	background-color: #222;
}
.col-sm-33, .col-sm-66 {
	display: block;
	width: 33%;
	position: relative;
  min-height: 1px;
  float: left;
}
.col-sm-33{ width: 33%; }
.col-sm-66 { 
	width: 67%;
	padding: 15px 15px 15px 50px;
}

.col-sm-33 > img {
	width: 100%;
	height: auto;
}
.txt-wrap > p.lead {
	color: #dddddd;
	max-width: 700px;
}
span.super-size-light {
	  font-weight: 100;
	  font-size: 150px;
	  font-size: 8vw;
	  color: #ddd;
	  text-transform: capitalize;
}
/* For small sizes */
@media (max-width: 819px) {
p.lead {
	font-size: 1rem;
	line-height: 1.25;
}
.col-sm-33 > img {
	height: 270px;
	width: auto;
	margin-left: -20%;
}
.col-sm-33 {
	overflow-x: hidden;
	text-align: right;
}
.col-sm-66 { 
	padding: 15px 15px 15px 30px;
}

} /* /@media */

.feature-wrap {
	position: relative;
}

.smoke-bar {
	position: relative;
	text-align: center;
}

.smoke-bar:before {
	content: " ";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 40px;
	background-color: rgba(0,0,0,.5);
}

.more-work {
	position: absolute;
	display: block;
	left: 0;
	bottom: 20%;
	width: 100%;
	text-align: center;
	z-index: 10001;
}


.btn-secondary {
	color: #ffffff;
	background-color: rgba(0,0,0,0.5);
	border: none;
	border-radius: 0;
}
.btn-secondary:hover {
	color: #ffffff;
	background-color: rgba(0,0,0,0.7);
	border: none;
	border-radius: 0;
}


.more-work > .btn-secondary {
	color: #ffffff;
	background-color: rgba(130, 151, 60, 1);
	border: none;
	border-radius: 0;
	text-transform: uppercase;
}
.more-work > .btn-secondary:hover {
	color: #ffffff;
	background-color: rgba(130, 151, 60, 0.7);	border: none;
	border-radius: 0;
}




/* Replaced with secondary or primary button
.more-work > a {
	font-size: 56px;
	color: rgba(130, 151, 60, 1)
	text-decoration: none;
}
.more-work > a:hover {
	text-decoration: none;
} */



/* WORK
-------------------------------------------------------- */

/* -- BANNER -- */


.banner-wrap { 
	}
.banner {
	}
.cell-33 {
	width: 33.33333% ;
	float: left;
}
.cell-33 > img {
	width: 100%;
	height: auto;
}
.banner-heading {
	position: absolute;
	left: 0;
	bottom: 0;
  width: 100%;
  display: block;
  	background-color: rgba(0,0,0,.5);
}

h2.vp-heading {
	color: #dddddd;
	font-size: calc(24px + 3vw);
	line-height: calc(24px + 4vw);
    padding-left: 30px;
    padding-right: 15px;
    margin-right: auto;
    margin-left: auto;
  }
  

@media (min-width: 768px) {
  h2.vp-heading {
    width: 750px;
 /*   left: 50%;
    margin-left: -375px;
    margin-right: 0; */
  }
}
@media (min-width: 992px) {
    h2.vp-heading {
    width: 970px;
   /* margin-left: -485px; */
  }
}
@media (min-width: 1200px) {
    h2.vp-heading {
    width: 1170px;
    /* margin-left: -585px; */
  }
} /* /@media  */







/* WORK-ITEMs - cube replacement
-------------------------------------------------------- */

/* custom XS columns for narrow screens */
.col-xs-6 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 420px) and (max-width: 575px) {
.col-xs-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
}

.work-square {
	display: block;
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 100%;
	overflow: hidden;
}
.cover {
  position: absolute;
  display: block;
  overflow: hidden;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}



.cover img, .cover picture {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.work-img {
	transform: translateY(0);
	transition: transform 0.35s ;
}

.work-link {
	text-align: center;
	padding: 1rem;
	background-color: #282727;
	position: absolute;
	top: 100%;
	width: 100%;
	transform: translateY(0);
	transition: transform 0.35s ;
}

a.more-info:hover {
	text-decoration: none;
	cursor: pointer;
}

.more-info:hover .work-img {
	transform: translateY(-40px);
}
.more-info:hover .work-link {
	transform: translateY(-100%);
}


.more-btn {
	text-transform: uppercase;
	color: #ffffff;
	background-color: #82973C;
	padding: 1px 10px;
	cursor: pointer;
}
.work-description { 
	display: block;
	padding: 10px 0 30px 0;
}

.work-description h4:first-child {
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  color: var(--darkGrey);
  margin-bottom: 4px;
}
.work-description p {
  font-weight: 400 ;
  font-size: 13px;
  line-height: 1;
  color: #888888;
  margin-bottom: 0;
}



/* Work  Modal Carousel 
---------------------------------------------------------- */




/* straight from BS4 
---------------------------------------------------------- */


.modal-dialog {
  position: relative;
  width: auto;
  margin: 2.5rem 1rem 1rem 1rem;
  pointer-events: none;
}

	
.modal.fade .modal-dialog {
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(100vw, 0);
  transform: translate(100vw, 0);
}

@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}


.modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}

.modal.modal-static .modal-dialog {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}


.modal-content {
  position: relative; /* MRLL */
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff; /* MRLL */
  background-clip: content-box; /* MRLL */
  border: none; /* MRLL */
  border-radius: 0; /* MRLL */
  outline: 0; /* MRLL */
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #fff;
  /* transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out; */
}

.modal-backdrop.fade {
 /*  -webkit-transform: translate(100vw, 0);
  transform: translate(100vw, 0);  */
  opacity: 0;
}

.modal-backdrop.show {
/*	-webkit-transform: translate(0, 0);
  transform: translate(0, 0); */
  opacity: 1;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}
/* Veriable set seperately for Play and WOprk pages */
.work-modal {
	--carouselHeight: calc(90vh - 4.5rem);	
}
.play-modal {
	--carouselHeight: calc(100vh - 4.5rem);	
}


.modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 0; /* MRLL */
  height: var(--carouselHeight);
}
.carousel, .carousel-inner {
	height: var(--carouselHeight);
}


.modal-footer {
   position: relative;
  display: block;
  padding: 0 8vw;
  border-top: none;
  border-radius: 0;
  height: 10vh;
  max-height: 10vh;
  max-width: 1600px;
  overflow: auto;
  margin-left: auto;
  margin-right: auto;
}

.modal-footer > * {
  margin: 0.25rem;
  text-align: left;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    max-width: calc(100vw - 4rem);
    width: calc(100vw - 4rem);
    height: var(--carouselHeight);
    margin: 2.5rem 2rem 2rem 2rem;  
  }
}



/*
	
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}

 --------------- */






.modal-close {
	position: fixed;
	display: block;	
	top: 0.25rem;
	right: 0.25rem; 
	width: 2rem;
	height: 2rem;
	background: transparent url(../img/gallery-sprite_512x256.svg) no-repeat right center;	
	opacity: 0.5;
	background-size: 64px 32px;
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
  line-height: 1;
  color: #82973C;
}
.modal-close:hover {
	opacity: 0.9;
	}
button.close {
  float: none;
  width: 100%;
  height:100%;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
}


carousel-control-prev, .carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15%;
  color: #82973C;
  text-align: center;
  transition: opacity 0.15s ease;
}
.carousel-control-prev { justify-content: left; margin-left: 4px; }
.carousel-control-next { justify-content: right; margin-right: 4px;}

.carousel-control-prev-icon, .carousel-control-next-icon { 
	display: inline-block;
	background: rgba(256,256,256,0.5) url(../img/gallery-sprite_512x256.svg) no-repeat left center;
	background-size: 64px 32px;
	background-clip: content-box;
	width: 36px;
	height: 36px;
	border: 2px solid rgba(256,256,256,0.5);
	border-radius: 18px;
}
.carousel-control-next-icon { transform: rotate(180deg); transform-origin: center;}

.img-wrap-slide {
  display: block;
  position: relative;
  text-align: center;
  width: 100%;
  margin-top: 0;
  height: var(--carouselHeight);
}

.img-wrap-slide > img {
	height: calc(var(--carouselHeight) - 2rem);
	width: auto;
	margin-left: auto;
	margin-right: auto;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 0px;
  left: 15%;
  z-index: 10;
  padding-top: 0;
  padding-bottom: 0rem;
  color: #000;
  text-align: center;
}


.modal-content {
  pointer-events: auto;
}



.carousel-item {
	transition: transform 2s ease, opacity .5s ease-out
}






@media (max-width: 520px) {
h5, .h5 {
    font-size: 1.0rem;
}
} /* /@media */



























/* PLAY
-------------------------------------------------------- 
we replace masonary with BS4 cards and add media queries for column counts  */

/* hide the images as the page loads */
body {
	--navPlusH1: 172px;
}
.load-mask {
	position: fixed;
	display: block;
	top: var(--navPlusH1);
	left: 0;
	width: 100vw;
	height: calc(100vh - var(--navPlusH1));
	background-color: #ffffff;
	z-index: 1001;
	opacity: 1;
	transform: translateX(0);
	animation: 1s loadMask forwards;
}
@keyframes loadMask {
	from { opacity: 1; transform: translateX(0); }
		50% { opacity: 1; transform: translateX(0); }
		98% { opacity: 0;transform: translateX(0); }
			to { opacity: 0; transform: translateX(-100vw); }
}

.wall {
	padding-top: 30px;
	padding-bottom: 30px;
}

.brick {
	margin-bottom: calc(2 * var(--margin)); 
	height: 100%;
	background-color: var(--darkGrey);
	overflow: hidden;
}
.brick-link {
	
}
.brick-img {
	transform: translateY(0);
	transition: transform .35s;
}
.brick-img > img {
	width: 100%;
	height: auto;
}
.brick-caption {
	position: absolute;
	width: 100%;
	top: 100%;
	bottom: auto;
	text-align: center;
	padding: 0.5rem 0.2rem;
	color: #ffffff;
	line-height: 1.2;
	background-color: var(--darkGrey);
	/* transition: top 0.35s, bottom 0.35s; */
	transform: translateY(0);
	-webkit-transition: -webkit-transform .35s;
    transition: transform .35s;
}
@media (max-width: 576px) {
	.brick-caption { font-size: 80%; } 
}


.brick:hover .brick-caption {
 	transform: translateY(-100%);
}
.brick:hover .brick-img {
 	transform: translateY(-32px);
}





@media (min-width: 300px) {
	.card-columns { column-count: 1; }
}
@media (min-width: 384px) {
	.card-columns { column-count: 2; }
}
@media (min-width: 768px) {
	.card-columns { column-count: 2; }
}
@media (min-width: 992px) {
	.card-columns { column-count: 3; }
}
@media (min-width: 1200px) {
	.card-columns { column-count: 4; }
}



/* Remove transform form hover states for touch screens */ 

@media (hover: none ) {	
.brick-caption { transform: translateY(-100%); }
.brick-img {  transform: translateY(-32px);  }
 }
 /* /@media */



























/* CONTACT 
------------------------------------------------------- */

.contact-wrap {
	background-color: #ffffff;
}
.map-wrap { 
	text-align: center;
	background-color: #FFFFFF;
	display: block;
	position: relative;
	float: left;
	background-image: none;
	overflow: hidden;
	width: 100%;
}

#map {
	height: 75vh;
}
.address-wrap {
	background-color: #FFFFFF;
	display: block;
	position: relative;
	float: left;
	background-image: none;
	overflow: hidden;
	width: 100%;
}
.address {
	padding: 30px 0 0 40px;
}
.v-card {
	font-size: 16px;
	/* padding-left: 10px; */
}

@media (min-width: 768px) {
.map-wrap { 
	width: 66%; 
} 
.address-wrap { 
	width: 33%; 
}
.address {
	padding: 10vh 0 0 5vw;
}

} /* END @media */



















/* INFO 
------------------------------------------------------- */


.card, .card-header {
	border: none;
	border-radius: 0;
}
.card-header {
	background-color: #F7F7F7;
	background-image: none;
	border: none;
	padding: 0; /* Update */
}

.card-header:hover, .card-header h5:hover { 
	cursor: pointer; 
}



.card-header:first-child {
  border-radius: 0;
}

/* Remove User agent styling for Safari */
button, html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: none;
}

/* Add button to info accordian */
.btn-tim, .btn-tim:hover {
	font-family: "gill-sans-nova", Helvetica, Arial, sans-serif;
	font-weight: 700;
	font-size: 1.25rem;
	line-height: 1.1;
	color: inherit;
	/* remove button characteristics */
	border: none;
	border-radius: 0;
	width: 100%;
	text-align: left;
	padding: 0;
	text-decoration: none;
	padding: 0.75rem 1.25rem;
	background-color: #F7F7F7;
}

.btn-tim:after {
	content: " ";
	position: absolute;
	right: 20px;
	top: 20px;
	width: 18px;
	height: 11px;
	background-color: transparent;
	background-image:  url(../img/accordian-sprite_360x110.svg);
	background-size: 36px 11px;
	background-position:  left center
}

.btn-tim.collapsed:after {
 	background-position:  right center;
}























/* FOOTER 
------------------------------------------------------- */

footer {
	padding: 30px 0;
	color: #dddddd;
	background-color: #222;
}

/* SOCIAL NETWORK MENU -------------------- */

.soc-net-menu {
	display: inline-block;
	padding: 0 0 10px 0;
}
.soc-net-menu ul {
    list-style: none;
}
/* Fix for webkit padding */
.soc-net-menu > ul {
	margin: 0;
	padding: 0;
  /*-webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px; */
    -webkit-padding-start: 0px;
 }  
    
.soc-net-menu ul li {
    float: left;
    margin: 0 10px;
    position: relative;
}
.soc-net-menu li a {
    color: #fff;
	background: transparent url(../img/icons_ddd_36x36.svg) no-repeat 0 0;
	background-size: 400px 80px;
	text-indent: -9999px;
	width: 40px;
    line-height: 40px;
    display: inline-block;
    padding: 0;
	height: 40px;
	overflow: hidden;
}
 
.soc-net-menu li.facebook a { background-position: 0 0; }
.soc-net-menu li.twitter a { background-position: -40px 0; }
.soc-net-menu li.gplus a { background-position: -80px 0; }
.soc-net-menu li.pinterest a { background-position: -120px 0; }
.soc-net-menu li.linkedin a { background-position: -160px 0; }
.soc-net-menu li.behance a { background-position: -200px 0; }
.soc-net-menu li.youTube a { background-position: -240px 0; }
.soc-net-menu li.instagram a { background-position: -280px 0; }



.soc-net-menu li.facebook a:hover { background-position: 0 -40px; }
.soc-net-menu li.twitter a:hover { background-position: -40px -40px; }
.soc-net-menu li.gplus a:hover { background-position: -80px -40px; }
.soc-net-menu li.pinterest a:hover { background-position: -120px -40px; }
.soc-net-menu li.linkedin a:hover { background-position: -160px -40px; }
.soc-net-menu li.behance a:hover { background-position: -200px -40px; }
.soc-net-menu li.youTube a:hover { background-position: -240px -40px; }
.soc-net-menu li.instagram a:hover { background-position: -280px -40px; }


