/* CSS Document */
/* Design - Mark Abrams 1/2017 */
/* Imports */ 
/* @import url('https://fonts.googleapis.com/css?family=Raleway');*/ 
 
/* Standardize tags */   
* {
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6 {font-size : 100%;color: rgba(0,0,0,1); }
ol,ul   { list-style: none; }	
address, caption, cite, code, dfn, em, strong, th, var {font-weight: normal;}
table {border-width: 0px;}
fieldset, img {border: none;}
caption,th { text-align : left; }
q:before, q:after { content: ''; }
header, section, article, aside, nav, footer{display: block;}
img {width: auto; max-width: 100%; max-height:100%;}

/* Animation Frames */
@keyframes fadein{from{opacity:0;}
to{opacity:1;}
}
/* @-moz-keyframes fadein{from{opacity:0;}
to{opacity:1;}
}
@-webkit-keyframes fadein{from{opacity:0;}
to{opacity:1;}
}
@-ms-keyframes fadein{from{opacity:0;}
to{opacity:1;}
}
@-o-keyframes fadein{from{opacity:0;}
to{opacity:1;}
} */

@keyframes zoominout{
	  0%{
		   transform:scale(1)
		}
	  20%{
		   transform:scale(1.1)
		}
	  40%{
		   transform:scale(1.2)
		}
	  60%{
		   transform:scale(1.3)
		}
	 80%{
		   transform:scale(1.4)
		}
	  100%{
		   transform:scale(1.5)
		}
	}
 
/* WEB FONTS */
/* latin-ext */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  src: local('Raleway'), local('Raleway-Regular'), url(https://fonts.gstatic.com/s/raleway/v11/yQiAaD56cjx1AooMTSghGfY6323mHUZFJMgTvxaG2iE.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  src: local('Raleway'), local('Raleway-Regular'), url(https://fonts.gstatic.com/s/raleway/v11/0dTEPzkLWceF7z0koJaX1A.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}/* latin-ext */

/* PAGE LAYOUT */ 
body {
font-family: 'Raleway', sans-serif;
	font-size: 100%;
	line-height: 1.5em;
 	margin: 0px;
	padding: 0px;
 	background-color: rgba(255,255,255,1);
	color: rgba(0,0,0,1);
	animation: fadein 1s;
	}
	
header { /* Sticky Header */
	position: fixed;
	width: 100%;
	max-width: 100%;
	z-index: 10;
	top: 0px;
	background-color: rgba(255,255,255,1);
 }
 
#comm, nav, section, .sectionnarrative, #frame, article, footer, #creditsframe  {
	max-width: 1024px;
	margin-right: auto;
	margin-left: auto;
	display: block;
 	}
	
	
nav {
	position: relative;
	/* [disabled]margin-top: 50px; */
}
#comm {
	/* [disabled]background-color: rgba(255,255,51,.1); */
	text-align: right;
	height: 40px;
	margin-top: 10px;
}
#comm a{
	white-space: nowrap;
	font-weight: normal;
	font-size: .8em;
	text-decoration: none;
	color: rgba(71,57,35,1);
	margin-right: 1em;
}


#comm a.icon svg {
	margin-top: 0px;
	margin-bottom: 0px;
	vertical-align: middle;
	display: inline;
	margin-right: 2px;
}

#location  svg .fill {
 	fill: rgba(255,0,0,1);
 	} 



#comm a.icon  {
	margin-top: 0px;
	}
#masthead {
	margin-right: auto;
	margin-left: auto;
	margin-top: 175px; /* maps to fixed height of nav 85 */
	max-width: 100%;
	/* [disabled]position: relative; */	/*animation : 150s linear 1s normal none infinite zoominout; */
	background-color: rgba(204,204,204,0.2);
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	}  
#masthead picture {
 	max-height: 400px !important; /* doesnt work - resize image */
}
 	
section {
	max-width: 100%;
 	font-size: 0.9em;
	line-height: 1.8em;
	color: rgb(122, 122, 122);
   	} 
.sectionblock  {
	padding-right: 20px;
	padding-left: 20px;
	max-width: 1680px;
	clear: both;
	margin-right: auto;
	margin-left: auto;
}
	
.sectionnarrative, article, footer, #creditsframe {
	padding-right: 20px;
	padding-left: 20px;
	max-width: 984px;
}
	
article {
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}
footer {
	/* [disabled]border-top-width: 1px; */
	/* [disabled]border-top-style: solid; */
	/* [disabled]border-top-color: rgba(114,207,246,1); */
	margin-top: 20px;
	padding-top: 20px;
	clear: both;
	}
footer iframe#gmap  {
	width:100%;
	height:400px;
	border:none;
	}
a#gmap  {
	width: 100%;
	height: 400px;
  }
#trailer {
	text-align: center;
	padding-top: 50px;
}

#footnote {
	background-color: rgba(0,0,0,1);
	text-align: center;
	}
#footnote a {
  color: rgba(204,204,204,1);
  font-size: .7em;
  margin-top: 1em;
  margin-bottom: 1em;
  }
.anchor-offset {
     display: block;
    position: relative;
    top: -150px;
    visibility: hidden;
}
 

/* Objects   */
 
article a, .sectionnarrative a, #office a {
	text-decoration: none;
	transition: all 1s ease;
	color: rgba(51,51,51,1);
  } 
article a:hover, .sectionnarrative a:hover, #office a:hover{
	color: rgba(153,51,0,1);
 } 

   
#footnote a{
	color: rgba(255,255,255,1);
	text-decoration: none;
	transition: all 1s ease;
 } 
#footnote a:hover{
	color: rgba(204,204,204,1);
  } 


#openingHours span {
	width: 80%;
	display: inline-block;
	float: left;
	margin-bottom: .5em;
 }
#openingHours span span{
	/* [disabled]color: rgba(51,51,153,1) !important; */
	display: inline-block;
	float: right;
	/* [disabled]margin-bottom: 1em; */
	width: 30%;
	font-weight: bold;
 }
a.button, a.button:visited  {
	background-color: rgba(0,0,0,1);
	color: rgba(255,255,255,1);
	border-radius: 50px;
	padding-top: 1em;
	padding-right: 1.5em;
	padding-bottom: 1em;
	padding-left: 1.5em;
	text-decoration: none;
	transition: background-color 1s ease;
	font-size: 0.75em;
	/* [disabled]min-width: 150px; */
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: right;
	margin-right: 10px;
	margin-top: 15px;
	font-weight: bold;
	letter-spacing: .1em;
}  
a.button:hover {
	background-color: rgba(255,255,255,1);
	color: rgba(255,255,255,1) !important;
} 

 
 
/*  ICONS */
svg.social {
	height: 25px;
	width: 25px;
	fill: rgba(64,64,64,1);
  }	
  
#office .icon {
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: auto;
	width: auto;
	padding: 0px;
}

a.icon:hover > svg .fill {
  fill: rgba(153,0,51,1)  !important ;  
 	} 
a.icon, a svg .fill  { 
  transition: 200ms;
  transition-timing-function: ease-in-out;
}
 
  
 /* PAGE MARKUP */
article a:hover, .sectionnarrative a:hover, #office a:hover{
	color: rgba(153,0,0,1);
 } 
 
 h1 {
	font-size: 1.3em;
	padding-top: 1.5em;
	letter-spacing: 0.1em;
	/* [disabled]position: absolute; */
	text-shadow: -1px -1px 0px rgba(255,255,255,1),1px -1px 0 rgba(255,255,255,1),-1px 1px 0 rgba(255,255,255,1),1px 1px 0 rgba(255,255,255,1);
	padding-bottom: 1.5em;
  }
  
  h2:before {
	clear: both;
	float: none;
	content: "";
	display: block;
}
 h2 {
	font-size: 1.3em;
	color: rgba(153,0,51,1);
	margin-bottom: 1em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: rgba(114,207,246,1);
	display: block;
	clear: both;
	margin-top: 2em;
}
 h3 {
	font-size: 1.1em;
	margin-top: 1em;
	color: rgba(51,51,51,1);
	margin-bottom: 0.3em;
	background-color: rgba(204,204,204,0.2);
	padding: 0.5em;
}
#office h3  {
	margin-left: -1em;
}

 h4 {
	font-size: 1em;
	margin-top: 1em;
	color: rgba(51,51,51,1);
}
p {
 	margin-top: .5em;
}
p.sectionquote {
	font-family: sans-serif;
	color: rgba(51,51,51,1);
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: rgba(0,0,0,1);
	border-bottom-color: rgba(0,0,0,1);
	font-style: italic;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	font-size: 1.2em;
	margin-top: 0.5px;
	margin-bottom: 1.5em !important;
	display: block;
}
.appointment {
 position: absolute;  
 bottom: 20px;  
 
}
.subarticle  {
	background-color: rgba(102,153,85,.1);
	padding: 1.5em;
  }

article ul {
	background-color: #FFF;
	background-color: rgba(204,204,204,0.1);
	padding-top: 1em;
	padding-right: 2em;
	padding-bottom: 1em;
	padding-left: 2em;
	/* [disabled]display: inline-block; */
 }

 article ul li {
	margin-bottom: 1em;
	margin-top: 1em;
	font-size: 0.95em;
	list-style-type: circle;
	padding-top: 0em;
	padding-right: 0em;
	padding-bottom: 0em;
	padding-left: 2em;
	list-style-position: inside;
	list-style-image: url(/marabram/images/layout/ulIcon.png);
}


article ul.none li {
	background-image: none;
	 padding-left: 0em;
	}

 .credit:nth-child(2) {
	background-position: center -70px;
}
.credit:nth-child(3) {
	background-position: center -140px;
}
.text-shadow {text-shadow: 0px 0px 5px rgba(0,0,0,1)}
  
 
.clearfix {
	clear: both;
	display: block;
}  

.left {
	text-align: left;
}
.center {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
.right {
	text-align: right;
}

.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}

.imgLeft, .imgCenter, .imgRight {
	box-shadow: 0px 0px 5px rgba(0, 0, 0, .2);
	border-radius: 10px;
	border: 1em solid rgba(255,255,255,1);
  	}
.imgNoshadow {
	box-shadow: none;
	}
.imgLeft {
	float: left;
	margin-right: 2em;
	margin-bottom: 2em;
}
.imgCenter {
	margin-bottom: 1em;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	display: block;
}
.imgRight {
	float: right;
	margin-left: 2em;
	margin-bottom: 2em;
}
video {
	max-width:100%}
.videoLeft {
	float: left;
	margin-right: 2em;
	margin-bottom: 2em;
	margin-top: 1em;
}

.videoRight {
	float: right;
	margin-left: 2em;
	margin-bottom: 2em;
	margin-top: 1em;

}
.videoCenter {
	margin-top: 1em;
	margin-bottom: 2em;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	display: block;
}


strong, .bold  {
	font-weight: bold;
 }
.larger {
	font-size: larger;
}

 blockquote{
	font-size: .9em;
	margin-top: 1em;
	width: 90%
}
blockquote span{
	font-style: italic
}
blockquote:after, blockquote:before{
	content: " ";
	background-image: url(/marabram/images/layout/quote.png);
	height: 1.5em;
	width: 1.8em;
	display: inline-block;
	background-repeat: no-repeat;
	float: left
}

blockquote:after{
	float: none;
	vertical-align: text-bottom;
	height: 1.5em;
 	transform: rotate(180deg)
} 
  
  
.caption {
	font-size: 0.9em;
	font-style: italic;
	color: rgba(102,102,102,1);
	font-family: Georgia, "Times New Roman", Times, "serif;";
	display: inline-block;
	clear: both;
	white-space: normal;
	position: relative;
	bottom: 0px;
	margin-top: -.5em;
	padding-right: 2em;
	padding-left: 2em;
}  
#reviews{
	height: 510px;
	width: 100%;
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	background-color: transparent;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
 
#videoThumbs a {
	padding: 2em;
	display: inline-block;
}
form {
	padding: 1em;
	margin-bottom: 1em;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: outset;
	border-bottom-style: inset;
	border-left-style: outset;
	border-top-color: #669900;
	border-right-color: #669900;
	border-bottom-color: #669900;
	border-left-color: #669900;
} 

label {
	font-weight: bold;
	color: rgba(90,115,29,1);
	font-size: 0.9em;
	margin-bottom: 1.2em;
	display: block;
	/* [disabled]width: 30em; */
}

textarea {width:90%}

.form-input-button {
 	background-color: rgba(102,102,102,1);
	border: 1px solid rgba(255,255,255,1);
	border-radius: 10px;
	color: #FFFFFF;
	text-decoration: none;
	padding: 10px;
	text-align: center;
	line-height: 30px;
	margin-left: 10px;
	transition: color .5s ease-out;
 }
.form-input-button:hover, .form-input-button:focus {
	background-color: rgba(153,0,51,1);
	transition: background-color .5s ease-out;
	text-decoration: none;
 }
 
#submit {
	line-height: 1em;
	padding: 1em;
	margin-right: auto;
	margin-left: auto;
}

   
/* MOBILE ICON */
#mobile-icon {
	background-color: transparent;
	width: 30px;
	height: 35px;
	left: 20px;
	top: 25px;
 	position: absolute;
	transform: rotate(0deg);
	transition: .5s ease-in-out;
	cursor: pointer;
 	float: left;
	display: inline;
 }

#mobile-icon span {
	display: block;
	position: absolute;
	height: 3px;
	width: 100%;
	border-radius: 9px;
	opacity: 1;
	left: 0;
	transform: rotate(0deg);
	transition: .25s ease-in-out;
	background-color: #000000;
}
 #mobile-icon.open span { /* toggle mobile menu icon color  on open*/
	/* [disabled]background-color: #FFFFFF; */
}
 
#mobile-icon span:nth-child(1) {
  top: 0px;
  top: 8px;
 }

#mobile-icon span:nth-child(2),#mobile-icon span:nth-child(3) {
    top: 17px;
}

#mobile-icon span:nth-child(4) {
  top: 26px;

}

#mobile-icon.open span:nth-child(1) {
	top: 18px;
	width: 0%;
	left: 50%;
}
#mobile-icon.open span:nth-child(2) {
  transform: rotate(45deg);
}

#mobile-icon.open span:nth-child(3) {
  transform: rotate(-45deg);
}

#mobile-icon.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}
	
 
/* MENU LAYOUT */	
#menu {
	display: none;
}  
#menu.open {
	display: block;
	clear: both;
	height: 100%;
	padding-bottom: 100%;	/* force full menu - VH limits scroll on dynamic menu over 100vh */	

 }

#logo  {
	float: left;  /* Table-Cell Align middle fix */
	margin-left: 75px;
 }

#logo a{
	height: 85px;
	display: table-cell;
	vertical-align: middle;
	padding-left: 100px;
	text-decoration: none;
	background-image: url(/marabram/images/layout/logo.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left center;
	color: rgba(0,0,0,1);
	text-transform: uppercase;
	font-size: 1em !important;
	font-family: Times, "Times New Roman", serif;
	font-weight: bold;
}


#logo a span {
	color: #990033;
}


li.mobile  {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: rgba(153,0,153,1);

 }

#menu .mobile a {
	color: rgba(153,0,153,1);

}
 
 
nav {
	display: block;
	min-height: 85px;
 }
 
nav.selected {/* toggle mobile menu nav transparent sidebar &background color on mobile open*/
	background-image: url(/marabram/images/layout/navopen.png);
	background-repeat: repeat-y;
	background-color: transparent;
	} 

nav ul {
	list-style-type: none;
	margin-left: 75px;
	padding-left: 20px;

 }
nav ul li a  {
	text-decoration: none;
	display: table-cell;
	color: rgba(102,102,102,1);
	transition : all 500ms ease-out;
	height: 50px;
	vertical-align: middle;
	text-transform: uppercase;
}
nav ul li a:hover {
	color: rgba(0,0,0,1);
	border-style: none;
}
nav ul li ul li a  {
	text-transform: none;
	border-bottom-style: none;
	padding: 10px;
	}
nav ul ul {
	padding-left: 0px;
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
	margin-left: 0px;
	height: 0;
	transition : height 500ms ease-out;
	/* [disabled]width: 100%; */
}

nav ul ul li a:hover {
	color: rgba(153,0,51,1);
}

nav li:hover > ul  {
	opacity: 1; 
	visibility: visible;
	height:100%;
	transition: all 1.25s ease;
}
/*========================================================================*/
@media (min-width: 1024px) { /* Media query - Tablet Landscape -> Desktop */
  header {/* Full background on desktop
	background-color: rgba(204,204,204,1);*/
  } 
  
  #masthead {
	clear: both;
	display: block;
	margin-top: 225px;
}
  
 h1 {
	font-size: 1.3em;
	padding-top: 1em;
	padding-bottom: 1em;
 }
 h2 {
	font-size: 1.3em;
	margin-top: 1em;
  }
  #mobile-icon {
  display: none;
  }
  #logo {
	margin-left: 20px;
	font-size: .9em;
	margin-top: 10px;
  }
  #logo a{
	color: rgba(0,0,0,1);
  }
  #menu {
	display: inline-block;
	float: left;
	margin-left: 150px;
	font-size: 0.9em;
	margin-top: 10px;
   }  
   a.button {
	margin-top: 25px;
}
  nav ul {
	  padding-left:0px;	
  }
  nav ul li {
	float: left;
	margin-right: 50px;
  }
    nav ul li:last-child, .nopad {	
	margin-right: 0px;
  }
  nav ul li ul { /* controls drop menu speed */
	visibility: hidden;
	overflow: hidden;
	height: 0px;
	position: absolute;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);  
	border-bottom-right-radius:1em;
	border-bottom-left-radius:1em;
 	transition: all 1s ease-in 0s;
	transition: background-color .05s ease-out;   
	}
  nav ul li a  {
	height: 35px; /* -10 to comp nav height border */
	background-repeat: repeat-x;
	background-position: left 90px;
	background-image: url(/marabram/images/layout/menuhov.png);
  }
  nav ul li a:hover {
 	background-repeat: repeat-x;
	background-position: left bottom;
	color: rgba(0,0,0,1);
  }
  nav ul ul li a,  nav ul ul li a:hover {
	border-bottom-style: none;
	background-image: none;
   }
  nav ul ul{
 	background-color: rgba(255,255,255,1);
   }
  nav ul ul li   {
	display: block;
	float: none;
  }  
  nav ul ul li a {
	height: 10px !important; /* adjust -- note there are pads on the li  */
	line-height: 1.5em;
   }

  nav li:hover > ul  {
	opacity: 1;
	visibility: visible;
	transition: all 1.25s ease;
	height: 140px !important;
 }
  nav li:hover > ul#mPortfolio {
	height: 205px !important;
	  }   	
  nav li:hover > ul#mMarketing {
	height: 170px !important;
	  }   	
  a#gmap 	{float: left;
  width:50%;}
  footer #office {
	float: right;
	width: 40%;
	font-size: 0.9em;
  }
}
 
  span[itemprop="description"] {
	display: block;
	clear: both;
	float: none;
	margin-top: 1em;
}
 span[itemprop="description"]:before {
	display: block;
	content: 'Brief Description:';
	clear: both;
	float: none;
	font-weight: bold;
}
  img[itemprop="logo"], img[itemprop="photo"] {
	width: 200px;
	float: right;
	margin-left: 3em;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

 span[itemprop="url"] {
	margin-right: 2em;
 }
.small {
	font-size: small;
	font-style: italic;
}
object {
	max-width: 100%;
	width: 100%;
}
