@font-face {
    font-family: 'coreiconsregular';
    src: url('fonts/coreicons-webfont-webfont.eot');
    src: url('fonts/coreicons-webfont-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/coreicons-webfont-webfont.woff') format('woff'),
         url('fonts/coreicons-webfont-webfont.ttf') format('truetype'),
         url('fonts/coreicons-webfont-webfont.svg#coreiconsregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* .font {font-family: 'Open Sans', sans-serif; */

.font {font-family: 'Arvo',serif;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {outline: none !important;
}

img {
	border:none 0;
	outline:none;
}

input {
  outline:none !important;
}

.clear {
	clear:both;
	height:0;
	font-size:0;
}

.clearLeft {
  clear: left;
}

ul {
	padding:0;
	margin:0;
}

.top-area {
    background-color: #e63602;
    margin-bottom: 3px;
    text-align: center;
    padding: 8px;
    
}

.main-message {
    background-color: rgba(150,211,228,1.0);
    margin-bottom: 3px;
    text-align: center;
    padding: 20px;
    
}

.main-message h5 {
	color: white;
    text-align: center;
    padding: 8px;
    font-size:20px;
}

.main-message h5 a {
	color: white;
	text-decoration: underline!important;
}


.alertlink{
	color:white;
}

li {
	padding:0;
	margin:0;
	list-style:none;
}
.fleft {float:left;
}
.fright {float:right;
}
.color {color:#0094e1;
}

/** MAIN **/

body {
	color: #676a6c;
	background: #FFF;
	font-family: 'Arvo',serif;
	font-size: 13px;
	line-height:18px;
	margin: 0;
	padding: 0;
	overflow-x:hidden !important;
}
html { font-size: 100%;}

/*
::selection{
	background: #0094e1;
	color: #FFF;
}
*/

a, a:focus {
	color: #0094e1;
	text-decoration:none !important;
}
a:hover { color: #676a6c;
}
strong { font-weight: 600;
}
.center { text-align: center;
}
.colored { color: #0094e1;
}
.bg_colored { background-color: #0094e1;
}

.survey-color-fix{
  color:black!important
}

.survey-color-fix:hover{
  color:#E84D21!important
}

.tmblr-iframe{
  display:none;
}

/* All the text elements on ".bg_colored" are only readable in a white color */
.bg_colored a, .bg_colored span, .bg_colored h1,.bg_colored h2,.bg_colored h3, .bg_colored h4,.bg_colored h5,.bg_colored h6,.bg_colored p,
.bg_colored blockquote,.bg_colored pre, .bg_colored a,.bg_colored abbr,.bg_colored acronym,.bg_colored address,.bg_colored big,
.bg_colored cite,.bg_colored code,.bg_colored del,.bg_colored dfn,.bg_colored em{ color: #FFF; }
.justify {text-align: justify;
}

.top_line {
	padding:3px 0 1px 0;
	color:#aaaeb0;
	font-size:12px;
}

.dropdown-menu.submenu > .active > a{
	background-color: #f5f5f5;
}

.page_section header {
	color: #9ca2a5;
	width: 100%;
	overflow:hidden;
	padding-bottom:45px;
	background-image:url(../img/redesign/slide_bg/slide3_bg.jpg);
	background-position:center center;
	background-attachment:fixed;
	background-size:cover;
	background-repeat:no-repeat;
}
.page_section header div.container {
	z-index:900;
	position: relative;
}
.page_section header div.container h1 {
	font-size: 24px;
	padding:54px 20px 7px 20px;
	margin:0 !important;
	text-align: center;
	color:#e7ebee;
	font-weight:300;
	font-family: 'Open Sans', sans-serif;
	line-height:30px;
}

  .page_section header div.container p {
  	color:#9ca2a5;
  	font-weight:300;
  	text-align: center;
  	font-size:16px;
  	font-family: 'Open Sans', sans-serif;
  	padding-bottom:8px;
  	padding-left:20px;
  	padding-right:20px;
  }
  
  .content_section {
  	padding-top:68px;
  	padding-bottom:80px;
  }
  
  .page_section{
    padding-top:20px;
  	min-height:500px;
  }

  .page_section .arrow-down {
  	width: 0; 
  	height: 0; 
  	border-left: 30px solid transparent;
  	border-right: 30px solid transparent;
  	border-top: 25px solid #96d3e4;
  	position: relative;
  	background-color: white;
  	margin: 0 auto;
  }
  
  .section-arrow{
	  position: relative;
	  bottom:0;
	  background-color:transparent;
	  height:25px;
	  width:100%;
	  
  }
  
  .section-arrow .arrow-down {
  	width: 0; 
  	height: 0; 
  	border-left: 30px solid transparent;
  	border-right: 30px solid transparent;
  	border-top: 25px solid #96d3e4;
  	position: relative;
  	background-color: transparent;
  	margin: 0 auto;
  }

  .section-title{
  	font-size: 45px;
  	text-align: center;
  	text-transform: capitalize;
  	margin:25px auto;
  	color:#3c3c3c;
  }
  
  .section-title-bars{
  	border-bottom: 2px solid #3c3c3c;
  	width:40%;
  	position:relative;
  	top:47px;
  }

/** HEADER **/
	#top{
	}
	#top header{
		padding: 0;
		background:#fff;
		position:relative;
	}

	#logo {
		padding:10px 0;
		float:left;
		width:auto !important;
		height:33px !important;
	}

	#top header:after  { 
		content:'';
		height:3px;
		display:block;
		width:120%;
		left:0;
		position:absolute;
		bottom:-3px;
		background:url(../img/redesign/menu_shadow.png) repeat-x left top; 
		z-index:200;
	}

	.parallax-title-text, .parallax-title-text-orange, .parallax-title-text-blue, .parallax-title-small-text{
		background:rgba(0,0,0,0.4);
		width:100%;
		color:white;
		text-align:center;
		position:relative;
		top:40%;
		padding:30px 40px;
	}
	
	.holiday-warning{
		background:rgba(0,0,0,0.7);
		width:100%;
		height: 100%;
		color:white;
		text-align:center;
		position:absolute;
		padding:30px;
		z-index:99;
	}
	
	.holiday-warning p{
		font-family: 'Open Sans', sans-serif;
		text-align: center;
		position: relative;
		font-size: 17px;
		line-height: 24px;
		top:5%;
		display: inline-block;
		vertical-align: middle;
	}
	
	.parallax-title-small-text{
		top:30%;
	
	}

	.parallax-title-text h1, .parallax-title-text-orange h1, .parallax-title-text-blue h1{
		font-size: 2.8em;
	}

	.parallax-title-small-text h2{
		font-family: 'Open Sans', sans-serif;
		padding-top: 20px;
		font-weight: 100;
		font-size: 2.0em;
		font-style: italic;
		line-height: 30px;
	}

	.parallax-title-text-orange{
		background:rgba(232,77,33,0.7);
	}

	.parallax-title-text-blue{
		background:rgba(150,211,228,0.7);
	}

/** HOME SECTION **/
#home {
  clear: both;
}

#home header {
	background-image:url(../img/redesign/slide_bg/slide1_bg.jpg);
	background-position:center center;
	background-attachment:fixed;
	background-size:cover;
	background-repeat:no-repeat;
}

.service {
	line-height:18px;
	margin-bottom:80px;
	min-height:70px;
	font-size:13px;
	color:#676a6c;
	font-family:Arial;
	padding:0 0 0 88px;
	position:relative;
}

.service a {
	display:block;
	color:#676a6c;
	min-height:70px;
}

.service_icon {
	position:absolute;
	left:0;
	top:0;
	width:66px;
	height:66px;
	line-height:65px;
	border-radius:50%;
	-webkit-border-radius:50%;
	display:block;
	margin:0;
	border:0;	
	border:2px #b3bdc4 solid;
	font-size:30px;
	color:#ffffff !important;
	font-family: 'coreiconsregular';
	padding:0 0 0 17px;
	text-align:left;
	transition: all 300ms; 
	-webkit-transition: all 300ms; 
	z-index:50;	
}

.service_icon:after {
	position:absolute;
	left:-1px;
	top:-1px;
	right:-1px;
	bottom:-1px;
	z-index:-1;	
	background:#b3bdc4;
	border-radius:50%;
	-webkit-border-radius:50%;
	content:'';	
}

.service:hover .service_icon {
	border-color:#96D3E3;	
}

.service:hover .service_icon:after {
	position:absolute;
	left:3px;
	top:3px;
	right:3px;
	bottom:3px;
	z-index:-1;	
	background:#96D3E3;
	border-radius:50%;
	-webkit-border-radius:50%;
	content:'';
	-webkit-animation: moveFromBottom2 800ms ease;
	animation: moveFromBottom2 800ms ease;
}

@keyframes moveFromBottom2 {
 0% {
	left:-1px;
	top:-1px;
	right:-1px;
	bottom:-1px;
 }
 50% {
	left:6px;
	top:6px;
	right:6px;
	bottom:6px;
 }
 100%{
	left:3px;
	top:3px;
	right:3px;
	bottom:3px;
 }
}

@-o-keyframes moveFromBottom2 {
 0% {
	left:-1px;
	top:-1px;
	right:-1px;
	bottom:-1px;
 }
 50% {
	left:6px;
	top:6px;
	right:6px;
	bottom:6px;
 }
 100%{
	left:3px;
	top:3px;
	right:3px;
	bottom:3px;
 }
}
@-webkit-keyframes moveFromBottom2 {
 0% {
	left:-1px;
	top:-1px;
	right:-1px;
	bottom:-1px;
 }
 50% {
	left:6px;
	top:6px;
	right:6px;
	bottom:6px;
 }
 100%{
	left:3px;
	top:3px;
	right:3px;
	bottom:3px;
 }
}
@-moz-keyframes moveFromBottom2 {
 0% {
	left:-1px;
	top:-1px;
	right:-1px;
	bottom:-1px;
 }
 50% {
	left:6px;
	top:6px;
	right:6px;
	bottom:6px;
 }
 100%{
	left:3px;
	top:3px;
	right:3px;
	bottom:3px;
 }
}

.service_title {
	line-height:24px;
	padding-bottom:6px;
	font-size:16px;
	color:#3c4246;
	font-weight:300;
	font-family: 'Open Sans', sans-serif;
	display:block;
}

.carouselslider {
	opacity: 1; 
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);		
	transition: opacity 400ms;
	-webkit-transition: opacity 400ms;
	position:relative;
	margin:0 auto;	
}

.carouselslider ul { 
	margin:0; 
	padding:0; 
	list-style:none; 
}

.carouselslider ul li:before { 
	content:''!important; 
	margin:0!important; 
	padding:0!important
}

.carouselslider ul li { 
	float:left; 
	display:inline-block;  
	padding:0 0 0 20px!important; 
	margin:0;
	font-style:normal;
}

.carousel-previous, .carousel-next {
	width:9px!important;
	height:13px; 
	padding:0!important;
	display:block; 
	position:absolute!important;
	border:none; 
	cursor:pointer;  
	top:-37px!important; 
	left:auto!important;
	border-radius:0!important;
	background-color:transparent!important;
	margin-top:0!important;		
	opacity: 1!important;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100)!important;
}

.carouselslider a {
	transition: color 300ms;
	-webkit-transition: color 300ms;
}

.carousel-previous {
	right:18px!important; 
	background-image:url(../img/redesign/carousel_prev.png)!important;
}

.carousel-next { 
	right:0px!important; 
	background-image:url(../img/redesign/carousel_next.png)!important;
}

.carouselslider .carousel-previous:hover, .carouselslider .carousel-next:hover {
	opacity: 0.5!important;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50)!important;
}

.carouselslider .disabled, .carouselslider .disabled:hover {
	cursor:default;
	opacity: 1!important;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100)!important;
}

.item_list {overflow:hidden;}

.carousel_wrapper {
	width:100%;
	height:100%;
	position:absolute;
	left:0px;
	top:-100%;
	display:none;
	opacity: 0.6; 
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60);
	transition: top 400ms;
	-webkit-transition: top 400ms;
}

.carouselslider .item:hover .img_block .carousel_wrapper {top:0%;
}

.carousel-wrap .carousel_wrapper {display:block;
}

.margin-fixer {
	margin-left:-20px!important;
	height:auto!important;
}

.col-md-12 .items5 li { width:192px;}

.col-md-12 .items4 li { width:240px;}

.col-md-12 .items3 li { width:320px;}

.col-md-12 .items2 li { width:480px;}

.col-md-12 .items1 li { width:960px;}

 .col-md-6 .items5 li { width:95px;}

.col-md-6 .items4 li { width:118px;}
.col-md-6 .items3 li { width:158px;}
.col-md-6 .items2 li { width:237px;}
.col-md-6 .items1 li { width:475px;}	
.col-md-4 .items5 li { width:62px;}
.col-md-4 .items4 li { width:78px;}
.col-md-4 .items3 li { width:104px;}
.col-md-4 .items2 li { width:156px;}
.col-md-4 .items1 li { width:313px;}
.col-md-3 .items5 li { width:56px;}
.col-md-3 .items4 li { width:58px;}
.col-md-3 .items3 li { width:77px;}
.col-md-3 .items2 li { width:116px;}
.col-md-3 .items1 li { width:233px;}
.col-md-8 .items5 li { width:127px;}
.col-md-8 .items4 li { width:159px;}
.col-md-8 .items3 li { width:212px;}
.col-md-8 .items2 li { width:318px;}
.col-md-8 .items1 li { width:637px;}
.col-md-9 .items5 li { width:143px;}
.col-md-9 .items4 li { width:179px;}
.col-md-9 .items3 li { width:239px;}
.col-md-9 .items2 li { width:359px;}
.col-md-9 .items1 li { width:718px;}	

li { line-height: 18px;}

p {
	padding:0;
	margin:0 0 7px 0;
}

.img_block img { 
	width:100%; 
	padding:0; 
	margin:0; 
	display:block;
	position:relative;
}

.img_block a { display:block;}

h4.title {
	font-style:normal;
	font-size:20px;
	font-weight:300;
	color:#3c4246;
	padding:0;
	margin:0 0 20px 0;
	line-height:22px;
	font-family: 'Open Sans', sans-serif;
}

.featured_posts {
}

.post_type_title {
	padding:11px 15px 9px 27px;
	position:relative;
	line-height:22px;
	border-bottom:1px #e5ecee solid;
	margin-bottom:12px;
}

.featured_posts h4 {
	font-style:normal;
	font-size:16px;
	font-weight:300;
	color:#3c4246;
	padding:0;
	margin:0;
	line-height:22px;
	font-family: 'Open Sans', sans-serif;
}

.featured_posts h4 a {
	font-style:normal;
	font-size:16px;
	font-weight:300;
	color:#3c4246;
	line-height:22px;
	font-family: 'Open Sans', sans-serif;
}

.featured_posts h4 a:hover {color:#0094e1;}

.desc_block {padding-bottom:13px;}

.post_type_title .post_type {
	position:absolute;
	left:0;
	top:11px;
	width:22px;
	height:22px;
	z-index:20;
	text-indent:-999px;
	display:block;
	background-position:0 0;
	background-repeat:no-repeat;
}

.post_type_title .image_type {background-image:url(../img/redesign/type_image.png);
}

.post_type_title .text_type {background-image:url(../img/redesign/type_text.png);
}

.post_type_title .video_type {background-image: url(../img/redesign/type_video.png);
}

.block_info {
	padding:10px 0 11px 0;
	color:#aaaeb0;
	border:1px #e5ecee solid;
	border-right:0;
	border-left:0;
	margin-bottom:9px;
}

.block_info a {font-style:italic;}

.separator {padding:0 10px;}

.divider, .divider5 {
	height:60px;
	font-size:0;
}

.divider5 {height:5px;}

.marg_b {padding-bottom:10px;}

.hover_img {
	position:relative;
	overflow:hidden;
}

.zoom {
	position:absolute;
	left:0;
	top:0;
	right:0;
	bottom:0;
	width:100%;
	height:100%;
	background-image:url(../img/redesign/zoom.png);
	background-repeat:no-repeat;
	background-position: center top;
	z-index:5;
	display:block;
	text-indent:-9999px;
	opacity: 0; 
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	transition: all 0.4s ease-in-out !important; 
	-webkit-transition: all 0.4s ease-in-out !important;	
}

.hover_img:hover .zoom {
	opacity: 1; 
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);	
	background-position: center center;
	-webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
}

.hover_img img {
	opacity: 1; 
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);	
	transition: opacity 0.4s ease-in-out; 
	-webkit-transition: opacity 0.4s ease-in-out; 
}

.hover_img:hover img {
	opacity: 0.4; 
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=40);	
}

.video {padding-bottom:8px;}

.video iframe {
	padding:0;
	margin:0;
	border:0;
	width:100% !important;
}

/*-- Accordion --*/	
.shortcode_accordion_shortcode {
	margin:0 0 8px 0; 
	border-top:1px #e5ecee solid;
}

.shortcode_accordion_item_title { 
	display:block;
	border:0;
	border-radius:0;
	box-shadow:none;
	padding:11px 10px 11px 30px;
	color:#3c4246;
	font-size:16px;
	line-height:20px;
	margin:0 !important;
	cursor:pointer;
	position:relative;
	overflow:hidden;
	font-weight:300;
	text-transform:none;
	transition: all 250ms;
	-webkit-transition: all 250ms;	
	background:#ffffff;
	font-family: 'Open Sans', sans-serif;
	border-bottom:1px #e5ecee solid;
}

.shortcode_accordion_item_title:hover,
.shortcode_accordion_item_title.ui-state-active {color:#0094e1;
}

.shortcode_accordion_item_title.ui-state-active {border-bottom:0 !important;
}

.shortcode_accordion_item_title span.ui-icon {display:none;
}

.shortcode_accordion_item_title .ico { 
	position:absolute;
	left:10px;
	top:50%;
	margin:-4px 0 0 0px;
	display:block;
	width:9px;
	height:9px;
	background-image:url(../img/redesign/accordion_sprite.png);
	background-position:0 -9px;
	background-repeat:no-repeat;
}

.shortcode_accordion_item_title.ui-state-active .ico { background-position:0 -18px !important;}

.shortcode_accordion_item_title:hover .ico { background-position:0 0;}

.shortcode_accordion_item_body { 
	padding:0 0 13px 30px;
	border:none;
	margin-top:-3px;
	border-bottom:1px #e5ecee solid;
}	

/** ABOUT SECTION **/

#about header {
	background-image:url(../img/redesign/slide_bg/slide2_bg.jpg);
	background-position:center center;
	background-attachment:fixed;
	background-size:cover;
	background-repeat:no-repeat;
}

.our_teams h4 {
	font-style:normal;
	font-size:16px;
	font-weight:300;
	color:#3c4246;
	padding:10px 0;
	margin:0 0 12px 0;
	line-height:22px;
	font-family: 'Open Sans', sans-serif;
	border-bottom:1px #e5ecee solid;
}

.our_teams h4 a {
	font-style:normal;
	font-size:16px;
	font-weight:300;
	color:#3c4246;
	line-height:22px;
	font-family: 'Open Sans', sans-serif;
}

.our_teams h4 a:hover {color:#0094e1;}

.our_teams h4 span {
	color:#aaaeb0;
	font-size:14px;
}

.team_socials {
	padding:0;
	margin:0;
	list-style:none;
}

.team_socials li {
	padding:0;
	margin:0;
	list-style:none;
	display:inline-block;
	vertical-align:top;
}

.team_socials a {
	display:inline-block;
	width:24px;
	height:18px;
	background-position:24px 18px;
	background-repeat:no-repeat;
	background-image:url(../img/redesign/team_socials.png);
	text-indent:-9999px;
	margin-right:2px;
	opacity: 1; 
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
}

.team_socials a.twitter_link {background-position:0 0;}

.team_socials a.facebook_link {background-position:-30px 0;}

.team_socials a.tumblr_link {background-position:-60px 0;}

.team_socials a.linkedin_link {background-position:-91px 0;}

.team_socials a.email_link {background-position:-121px 0;}

.team_socials a:hover {
	opacity: 0.5; 
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
}

.our_teams .hover_img:hover img {
	opacity: 1; 
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);	
} 

blockquote {
  border: medium none!important;
  margin: 0 0 7px 0;
  padding: 0 0 0 42px;
  position: relative;
	color:#676a6c;
	font-size:13px;
	font-family:Arial;
	font-style:normal;
	font-weight:normal;
	background:url(../img/redesign/blockquote.png) no-repeat left top;
}

blockquote p {
  color:#676a6c;
	font-size:13px;
	font-family:Arial;
	font-style:normal;
	font-weight:normal;
	margin: 0 0 7px 0;
  padding: 0;
}

blockquote p a {
	font-size:13px;
	color:#aaaeb0;
	font-style:italic;
}

blockquote p a:hover {color:#0094e1;
}

/*-- Diagrams --*/
.skills_list {
	padding:0!important;
	list-style:none!important;
	margin:0!important;
}

.skills_list li {
	border:0;
	border-radius:0;
	box-shadow:none;
	min-height:32px;
	display:block;
	position:relative;
	margin:0!important;
	overflow:hidden;
	padding:0 0 13px 0!important;	
}

.skills_list li .skill_percent {
	width:60px;
	text-align:right;
	position:absolute;
	right:0;
	top:0;
}

.skills_list li .skill_percent h6 {
	line-height:16px;
	height:16px;
	margin:0 !important;
	padding:0 !important;
	font-size:13px;
	font-weight:normal;
	font-style:normal;	
	font-family:Arial;	
}

.skills_list li .diagram_bar {
	padding:0;
	display:block;
}

.skills_list li .diagram_bar h6 {
	margin:0 0 5px 0;
	padding:0;
	font-size:13px;
	font-weight:normal;
	font-style:normal;
	line-height:16px;
	font-family:Arial;	
}

.skill_div-wrapper {
	position:relative;
	overflow:hidden;
	height:10px;
	display:block;
	background:#dee4e8;
	border-radius:0;
	box-shadow:none;		
}

.skills_list li .skill_div {
	position:absolute;
	left:0px;
	top:0px;
	height:10px;
	display:block;
	border-radius:0;
	box-shadow:none;
	background:#0094e1;
}

#portfolio header {
	background-image:url(../img/redesign/slide_bg/slide3_bg.jpg);
	background-position:center center;
	background-attachment:fixed;
	background-size:cover;
	background-repeat:no-repeat;
}
/* *** portfolio_isotope.css *** */

/**** Isotope Filtering ****/
.isotope-item {
  z-index: 2;
}
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
          transition-duration: 0.8s;
}
.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
          transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
          transition-duration: 0s;
}
/* End: Recommended Isotope styles */

/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
  -webkit-transition: none;
     -moz-transition: none;
          transition: none;
}

/* All Resolutions */
.filter_img {
	overflow:hidden;
	position:relative;
}
.filter_img img { 
	display:block; 
	width:100%; 
	height:auto;
	padding: 50px;
}

.image-grid .element { 
	background:none; 
	overflow:hidden; 
	display:inline-block; 
	margin-bottom:30px; 
}

.portfolio_block {margin-bottom:0!important
}

.columns4 {
	margin:0;
	width:1168px;
}
.columns4 .element a {display:block;
}
.columns4 .element {
	width:262px; 
	margin-left:30px;
}	
.filter_navigation { overflow:hidden;
}


.filter_block,
.filter_navigation,
.filter_navigation ul,
.filter_navigation ul li ul {display:block;
}

.filter_block {
	padding-bottom:50px;
	text-align:center;
}
.filter_navigation {
	text-align:center;
	display:inline-block;
	border:1px #e5ecee solid;
	border-right:0;
	border-left:0;
	padding:10px 20px;
}
.filter_navigation ul, .filter_navigation ul li ul { 
	padding:0!important;
	margin:0!important;
	list-style:none!important;
}
.filter_navigation ul li, .filter_navigation ul li ul li { 
	padding:0;
	margin:0;
}
.filter_navigation ul li ul {
}
.filter_navigation ul li ul li {
	display:inline-block;
	position:relative;
	padding-right:28px;
}
.filter_navigation ul li ul li:last-child {padding-right:0;
}
.filter_navigation ul li ul li:before {
	position:absolute;
	right:11px;
	top:1px;
	content:'/';
	color:#d1d3d5;
}
.filter_navigation ul li ul li:last-child:before {content:'' !important;
}
.filter_navigation ul li ul li a {
	display:inline-block;
	margin:0;
	text-decoration:none;
	font-family: Arial;
	border:0;	
	line-height:20px;
	font-size:13px;
	padding:0;
	font-weight:normal;
	text-transform:none;
	vertical-align:top;
	text-align:center;
	color:#676a6c;
}
.filter_navigation ul li ul li.selected a {color:#0094e1;
}

.shortcode_button { 
	display:inline-block;
	margin:0 10px 10px 0px;
	text-decoration:none;
	font-family: 'Open Sans', sans-serif;
	border:0;	
	transition: all 400ms;
	-webkit-transition: all 400ms;
	line-height:20px;
	font-size:14px;
	padding:10px 16px;
	font-weight:700;
	text-transform:uppercase;
	vertical-align:top;
	text-align:center;
	transition: all 400ms; 
	-webkit-transition: all 400ms;	
}
.shortcode_button.btn_type1 {
	color:#fff;
	background-image:url(../img/redesign/pattern.png);
	background-position:0 0;
	background-repeat:repeat;
}
.shortcode_button.btn_type1:hover {
	background-image:url(../img/redesign/color_pattern.png);
	text-decoration:none;
}

.btn_load_more {
	display:block;
	margin:30px 0 10px 0;
	border:1px #e5ecee solid;
	border-left:0;
	border-right:0;
	background:#fff;
	background-image:none;	
	font-family: Arial;
	font-size:13px;
	text-transform:none;
	color:#676a6c;
	font-weight:normal;
}
.btn_load_more:hover {color:#0094e1;
}

.full_slider {
	background-color:#eeeeee;
	background-position:center center;
	background-repeat:no-repeat;
}

.main_content,
.sidebar {
	margin-bottom:10px;
	padding-top:11px;
}

#blog header {
	background-image:url(../img/redesign/slide_bg/slide4_bg.jpg);
	background-position:center center;
	background-attachment:fixed;
	background-size:cover;
	background-repeat:no-repeat;
}

.blog_post {
	padding-bottom:37px;
	margin-bottom:40px;
	border-bottom:1px #e5ecee solid;
}
.blog_post.last {
	margin-bottom:0 !important;
	border-bottom:0 !important;
}
.blog_post img, .blog_post iframe {margin-bottom:12px !important;
}
.read_more {font-style:italic;
}

h2 {
	font-size:20px;
	line-height:22px;
	margin:0 0 25px 0;
	padding:0;
	font-weight:300;
	font-family: 'Open Sans', sans-serif;
}
h2 a {
	font-size:20px;
	line-height:22px;
	font-weight:300;
	font-family: 'Open Sans', sans-serif;
	color:#3c4246;
	font-style:normal !important;
}
h2 a:hover {color:#0094e1;
}
.post_head {
	padding-left:58px;
	position:relative;
	min-height:44px;
	margin-bottom:14px;
}
.post_head h2 {
	padding:0;
	line-height:22px;
	font-size:16px;
	padding:0;
	margin:0 0 1px 0;
}
.post_head h2 a {
	line-height:22px;
	font-size:16px;
}

.blog_post .post_type {
	position:absolute;
	left:0;
	top:0;
	width:44px;
	height:44px;
	z-index:20;
	text-indent:-999px;
	display:block;
	background-position:center center;
	background-repeat:no-repeat;
	background-color:#b3bdc4;
	border-radius:50%;
	-webkit-border-radius:50%;
}
.blog_post .image_type {background-image:url(../img/redesign/post_image_type.png);
}
.blog_post .text_type {background-image:url(../img/redesign/post_text_type.png);
}
.blog_post .video_type {background-image: url(../img/redesign/post_video_type.png);
}
.post_meta {
}
.post_info {
	color:#aaaeb0;
	float:left;
}
.post_info a {font-style:italic;
}
.post_socials {float:right;
}
.post_socials ul {
	padding:0;
	margin:0;
}
.post_socials li {
	padding:0;
	margin:0;
	display:inline-block;
	vertical-align:top;
	margin-right:9px;
}
.post_socials li:last-child {margin-right:0;
}
.post_socials li a {
	width:20px;
	height:18px;
	display:block;
	text-indent:-9999px;
	background-position:20px 18px;
	background-repeat:no-repeat;
	background-image:url(../img/redesign/post_socials.png);
	opacity: 1; 
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
}
.post_socials li a.fb {background-position:0 0;	
}
.post_socials li a.twitter {background-position:-34px 0;	
}
.post_socials li a.pinterest {background-position:-96px 0;	
}
.post_socials li a.google_plus {background-position:-66px 0;	
}
.post_socials li a:hover {
	opacity: 0.5; 
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
}

/*Blog Pager*/
.pagerblock {
	display:inline-block;
	border:1px #e5ecee solid;
	border-right:0;
	border-left:0;
	padding:11px 10px 11px 8px;
}
.pagerblock ul {
	padding:0;
	margin:0;
	list-style:none;
}
.pagerblock li {
	padding:0!important;
	margin:0 5px 0 7px!important;
	display:inline-block;
	color:#d1d3d5;
	vertical-align:top;
}
.pagerblock li:before {
	content:'';
	display:none!important;
}
.pagerblock li a,
.pagerblock li span {
	border:0;
	border-radius:0;
	box-shadow:none;
	font-size:13px;
	font-weight:normal;
	line-height:18px;
	display: inline-block;
	color:#676a6c;
	font-style:normal;
	font-family: Arial;
}
.pagerblock li a:hover, .pagerblock li span {color:#aaaeb0;
}

/*-- Flickr --*/
.flickr_widget_wrapper { 
	margin:0 0 0 -6px;
	padding:0;
	list-style:none;
	overflow:hidden;
}
.widget_flickr .flickr_badge_image { 
	float:left;
	display:inline-block;
	margin:0 0 6px 6px!important;
	width:83px!important;
	height:83px!important;
	background:#b3bdc4;
}
.widget_flickr .flickr_badge_image a {
	width:83px!important;
	height:83px!important;
	display:block;
}
.widget_flickr .flickr_badge_image img { 
	display:block!important;
	width:83px!important;
	height:83px!important;
	opacity: 1; 
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	transition: opacity 400ms; 
	-webkit-transition: opacity 400ms;
}
.widget_flickr:hover .flickr_badge_image img { 
	opacity: 0.6; 
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60);
}
.widget_flickr:hover .flickr_badge_image:hover img {
	opacity: 1;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
}

/*-- Popular Posts & Recent Posts --*/
.popular_posts,
.recent_posts { 
	list-style:none; 
	margin: 0;
	padding:0;
}
.popular_posts li,
.recent_posts li {
	float:none;
	margin:0;
	padding:0;
	display:block;
	margin-bottom:10px;
	overflow:hidden;
}
.popular_posts li img,
.recent_posts li img { 
	display:block;
	float:left;
	margin:0 15px 0 0;
}
.popular_posts li .post_title,
.recent_posts li .post_title  {padding:0 0 7px 0;
}
.widget {margin-bottom:30px;
}

.sidebar h4.title {
    font-size: 16px;
    line-height: 20px;
}

.widget_search {
}
.widget_search form {
	margin-bottom:0 !important;
	position:relative;
}
.widget_search form input {
	background: #fff !important;
	margin-top: 0;
	margin-bottom: 10px !important;
	padding: 9px 15px 9px 39px !important;
	border:1px #cad4db solid !important;
	outline:none !important;
	border-radius:0 !important;
	box-shadow:none !important;
	font-size:13px !important;
	color:#676a6c;
	font-family:Arial;
}
.widget_search form input.search_submit {
	background:url(../img/redesign/search_icon.png) no-repeat left top !important;
	padding:0 !important;
	margin:0 !important;
	border:0 !important;
	box-shadow:none !important;
	position:absolute;
	left:12px;
	top:11px;
	text-indent:-9999px;
	display:block;
	width:18px !important;
	height:18px !important;
}

/*-- Twitter --*/
.tweet_module { 
	list-style:none; 
	margin:0; 
	padding:0;
}
.tweet_module li { 
	position:relative;
	padding:0 0 9px 0;
	background:none;
	margin:0 0 10px 0;
	border-bottom:1px #e5ecee solid;
}

iframe {
	width:100% !important;
	margin:0 !important;
	padding:0 !important;
	border:0 !important;
	max-width:100% !important;
	overflow-y: hidden !important;
}

.widget_tagcloud a {
	color:#676a6c;
	padding:10px 15px;
	display:inline-block;
	margin:0 1px 5px 0;
	vertical-align:top;
	border:1px #cad4db solid;
}
.widget_tagcloud a:hover {border-color:#0094e1;
}

/** Contact Section **/
#news {
}

#news header {
	background-image:url(../img/redesign/slide_bg/slide5_bg.jpg);
	background-position:center center;
	background-attachment:fixed;
	background-size:cover;
	background-repeat:no-repeat;
}

.contact_form {

	padding-top:10px 20px;
}



/** form valid style**/
.notification_error,
.notification_ok {
    border-radius: 0;
    margin: 2px 0 13px 0;
    padding: 12px 10px 12px 35px;
	position:relative;
}
.notification_ok {
    border: 1px #038BD4 solid;
    color: #038BD4;
	background:#D0E3EA;
}
.notification_error {
    border: 1px #C93119 solid;
    color: #C93119;
	background:#FFCFCF;
}
.notification_error:before,
.notification_ok:before {
    content: ''; 
	width: 16px;
	height: 16px;
	position: absolute;
	left:11px;
	top:13px;		
	background-position:0 0;
	background-repeat:no-repeat;
}
.notification_error:before {background-image:url(../img/redesign/error.png);
}
.notification_ok:before {background-image:url(../img/redesign/info.png);
}



.required {
	background-image: url(../img/redesign/required.png) !important;
	background-position:right top !important;
	background-repeat:no-repeat !important;
}

#map_section {
	margin:-25px 0 8px 0;
	max-height:459px;
	overflow:hidden;
}

.contact_info2{
	display:block;
}

.contact_info2 p{
	display:inline-block;
	padding-left:10px;
}

.contact_info2 p:first-child{
	margin-left: 0px!important;
}

.contact_info p {
	font-family: 'Open sans';
	padding-left:30px;
	margin-bottom:16px;
	margin-left: 20px;
	background-position:left top;
	background-repeat:no-repeat;
}

.contact_info a {
	font-style:italic;
	font-family: 'Open sans';
	font-weight: 400;
}
.contact_info p.i1 {background-image:url(../img/redesign/i1.png);
}
.contact_info p.i2 {background-image:url(../img/redesign/i2.png);
}
.contact_info p.i3 {background-image:url(../img/redesign/i3.png);
}
.contact_info p.i4 {background-image:url(../img/redesign/i4.png);
}
.contact_info p.i5 {background-image:url(../img/redesign/i5.png);
}
.contact_info p.i6 {background-image:url(../img/redesign/i6.png);
}
.contact_info p.i7 {background-image:url(../img/redesign/i7.png);
}
.contact_info p.i8 {background-image:url(../img/redesign/i8.png);
}
.contact_info p.i9 {background-image:url(../img/redesign/i9.png);
}

.our_partners {padding-bottom:10px;
}

.our_partners .item {
	position:relative;
	display:block;
	overflow:hidden;
	background:#ffffff;
	transition: all 400ms;
	-webkit-transition: all 400ms;
	border:1px #cad4db solid;	
}

.our_partners li .item img {
	width:100%;
	height:auto;
	display:block;			
}
.our_partners:hover .item {
	opacity: 0.4;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=40);
}
.our_partners .item:hover {
	opacity: 1;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
}

/** Footer **/
.footer {padding-bottom: 21px;
}

.footer_sidebar {
	color: #a6aeb4;
	width: 100%;
	padding:45px 0 27px 0;	
	overflow:hidden;
	background:url(../img/redesign/pattern.png) repeat fixed;
	margin-bottom:27px;
}

.footer_sidebar h4.title {
	color: #eef1f3;
	line-height:20px;
	font-size:16px;
}

.footer .tweet_module li {border-bottom-color:#61686d;
}

.footer .tweet_module li:last-child {border-bottom:none;
}

.footer a:hover {color:#eef1f3;
}

.footer p a {font-style:italic;
}

.footer .widget_tagcloud a {
	color:#a6aeb4;
	border-color:#61686d;
}

.footer .widget_tagcloud a:hover {border-color:#0094e1;
}

.footer .widget_flickr .flickr_badge_image { background:#3c4246;
}

.footer .widget_flickr:hover .flickr_badge_image img { 
	opacity: 0.3; 
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=30);
}

.footer .widget_flickr:hover .flickr_badge_image:hover img {
	opacity: 1;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
}

.footer .widget {margin-bottom:17px;}

.footer .widget_search form input {
	background: none !important;
	border:1px #61686d solid !important;
	color:#a6aeb4;
}

.footer .widget_search form input.search_submit {
	background:url(../img/redesign/search_icon_foot.png) no-repeat left top !important;
	border:none !important;
}

.copyright {float:left;}

.footer_bottom .socials {float:right;
}

.socials_list li {
	display:inline-block;
	width:20px;
	height:13px;
	margin:0 11px 0 0;
}

.socials_list li a {
	width:20px;
	height:18px;
	display:block;
	opacity: 1;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	background-position:20px 18px;
	background-image:url(../img/redesign/social_icons.png);
	background-repeat:no-repeat;
}
.socials_list li a:hover {
	opacity: 0.5;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
}

.socials_list li a.ico_social-facebook {background-position:0 0;}

.socials_list li a.ico_social-twitter {background-position:-34px 0;}

.socials_list li a.ico_social-linked {background-position:-70px 0;}

.socials_list li a.ico_social-delicious {background-position:-105px 0;}

.socials_list li a.ico_social-vimeo {background-position:-140px 0;}
.socials_list li a.ico_social-flickr {background-position:-175px 0;}
.socials_list li a.ico_social-pinterest {background-position:-211px 0;}
.socials_list li a.ico_social-tumblr {background-position:-245px 0;}
.socials_list li a.ico_social-youtube {background-position:-281px 0;}
.socials_list li a.ico_social-instagram {background-position:-315px 0;}
.socials_list li a.ico_social-gplus {background-position:-350px 0;}
.socials_list li a.ico_social-dribbble {background-position:-385px 0;}

a.menu_toggler {display:none;}

.fixed-menu {
	border:none;
	position:fixed;
	left:0px;
	top:-130px;
	width:100%!important;
  background: rgba(255,255,255,0.95);
	z-index:99;
	opacity: 0;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	width:100%!important;
	transition: all 300ms; 
	-webkit-transition: all 300ms;
}

.fixed-menu.fixed_show {
	top:0px;
	opacity: 1;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
}

.fixed-menu-wrapper {
	padding-top:0;
	padding-bottom:0;
}

.fixed-menu #logo {
	padding:3px 0;
	float:left;
}

.fixed-menu:after  { 
	content:'';
	height:3px;
	display:block;
	width:100%;
	position:absolute;
	bottom:-3px;
	background:url(../img/redesign/menu_shadow.png) repeat-x left top;
}

.single_page .post_head {
	padding-left:0px;
	min-height:18px;
	margin-bottom:25px;
}

.single_page .content_section {
	padding-top:16px;
	padding-bottom:40px;
}

#comments {padding:0 0 15px 0;}

ol.commentlist { 
	list-style:none; 
	margin:0; 
	padding:0;
}

ol.commentlist li {
	padding:0;
	margin:0 0 24px 0;
	list-style:none;
	font-style:normal !important;
	position:relative;
}

ol.commentlist li ul {padding-left:40px;}

ol.commentlist  li .commentava {
	position:absolute;
	display:block;
	left:0;
	top:0;
	width:86px;
	height:86px;
}

ol.commentlist li .commentava img {display:block;}

.comment_info {
	padding:1px 0 9px 0;
	color:#a3a3a3;
}

.comment_info span {padding:0 10px;
}

.thiscommentbody {
	min-height:90px;
	margin-bottom:24px;
	padding-left:100px;
}

#respond {padding-bottom:30px;}

#comments a {font-style:italic;}

.back {padding-top:50px;}
.single_page .portfolio_descr {margin-bottom:9px;}

.no_bottom {padding-bottom:0;}
#page {overflow:hidden;}

img {max-width:100%;}
.hover_img img {width:100%;}
iframe {border:none;}

.flex-direction-nav a{
	top:80%;
	position: absolute;
	z-index: 100;
	background: url(../img/homepage/btn-list-view.png);
	width: 70px;
	height: 80px;	
	-webkit-box-shadow: 1px 1px 6px 0px rgba(123, 123, 125, 0.75);
	-moz-box-shadow: 1px 1px 6px 0px rgba(123, 123, 125, 0.75);
	box-shadow: 1px 1px 6px 0px rgba(123, 123, 125, 0.75);
}





.flexslider:hover .flex-prev {
	display:none;
}

/********* Exhibit list inside top slider ********/

	.carousel {
		margin: 0px!important;
		/*overflow: scroll;*/
	}

	#carousel-example-generic {
		height: 600px!important;
	}
	
	.carousel-control.right {
	background-image: none;
	}	

	#profileQuicklinks {
	    margin-top: 10px;
	    margin-bottom: 10px;
	    text-align: center;
	}
	
	#profileQuicklinks a {
		margin: 0px 5px;
		font-size: 100%;
	}
	
  #profileQuicklinks a.letters.active {
    color: #0094e1;
    font-size: 115%;
  }

	.profileTable{
		background:white;
		margin: 10px 4px!important;
		padding-right: 0px;
		padding-left: 0px;
    box-shadow: 1px 1px 7px 1px #d2d2d2;
		border-radius: 3px;
	}
	
	.profileTable h3 {	
		background:rgba(60,60,60,0.2);
		width:100%;
		color: rgba(255,255,255,1.0);
		text-transform: uppercase;
		padding: 10px 2px;
		margin:0;
	}

  #iso-wrapper .exhibit-title h5:before, #iso-wrapper .exhibit-title h5:after {
    content: '';
    display: block;
    width: 10px;
    height: 5px;
    position: absolute;
  }

  #iso-wrapper .exhibit-title h5:before {
    top: 40%;
    left: 5px;
  }

  #iso-wrapper .exhibit-title h5:after {
    top: 40%;
    right: 5px;
  }

	#iso-wrapper h5{
		color: white;
		text-align:center;			
		z-index: 999;
		font-size: 15px;
	}

	#iso-wrapper .exhibit-title{
		text-align:center;			
		position: absolute;
		z-index: 100;
		width: 100%;
  	background:rgba(0,0,0,0.4);
  }

	#iso-wrapper .start-end{
		background-color: rgba(60,60,60,0.4);
		color: #fff;
		text-shadow: 0 1px 0 rgba(0,0,0,.2);
		padding: 2px 5px;
		font-style:italic;
		font-size:14px;
		position: relative;
	}

  a.exhib-address{
  	font-size: 15px;
  }

  .expandable {
    height: 0;
    opacity: 0;
  }

  .expandable.expanded {
    height: auto;
    opacity: 1;
    padding:10px 5px;
  }
	
	.profileTable img {
		border-radius: 0;
		width:100%;
	}
	
	.img-size-modif{
		padding-left: 0px!important;
		padding-right: 0px!important;
		border:none;
		padding:0;
	}
	
	.box-title{
		color:white;
		display: table;
		background: url(../img/redesign/pattern.png) repeat left top;
		border-radius: 0 5px 0 0;
		width:100%;
	}
	
	.date-and-address{
		padding:0;
		font-size: 12px;
	}
	
	.date-and-address p{
		margin:0;
	}
	
	.date-and-address-text{
		padding:5px 10px 5px 10px;		
	}
	
	.list-view-align-fix{
		padding-right:15px;
		padding-left:0px;
		}

	.list-view-align-fix:nth-child(2n){
		padding-right:15px;
		padding-left:15px;
	}
	
	.carousel-inner {
		min-height:400px;
		padding-bottom: 30px;
	}

	.visit-section-arrows, .oral-history-section-arrows, .about-section-arrows, .support-section-arrows, .news-section-arrows{
		margin-top:30px;
	}
	
	.visit-section-arrows a img, .oral-history-section-arrows a img, .about-section-arrows a img, .support-section-arrows a img, .news-section-arrows a img{
		position:relative;
	}

/********* End of Exhibit list inside top slider ********/

/*   APR-2016   */
  .virtual-tour-section{
    height: 600px; 
    max-height: 600px; 
    overflow-y: auto;
  }
  
  .virtual-tour-section .container{
    text-align: center;
  }

  .virtual-tour-section img{
    padding: 20px;
  }
  
  .museum-schedule, .museum-directions, .museum-map{
    color:white;
  }  
  

  .museum-schedule{
    padding:0;  
    padding-bottom: 25px;
  }

  
  .museum-schedule h4, .museum-directions h4, .museum-map h4{
    margin-bottom: 25px;
  }  
  
  .museum-schedule li{
    width: 80%;
    clear: both;
    margin: 0 auto;
    text-align: left;
    padding:5px 10px;
    font-size: 16px;
    letter-spacing: 0.05em;
    position: relative;
    height:30px;
    margin-bottom: 10px;
  }
  
  .museum-schedule li.active{
    background: rgba(255,255,255,0.7);
    color:#666;
    
  }


  .museum-schedule li span{
    font-family: 'Open Sans', sans-serif;
    width: 50%;
    vertical-align: 10px;
  }
  
  .museum-schedule li span.week{
    float: left;
  }
  
  .museum-schedule li span.hours{
    float: right;
    text-align: right;
  }
  
  .museum-directions p{
    font-family: 'Open Sans', sans-serif;
  }

  .museum-directions .material-icons.md-36{
    font-size:36px;
    margin-top: 10px;
    color:white;
    cursor: pointer;
  }
  
  .museum-directions .material-icons.md-36:hover{
    color:rgba(232,77,33,1.0);
  }

  .museum-directions .btn-search{
    display: inline-block;
    padding: 6px 16px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    background-color: #4a4a4a;
    color:white;
    border: none;
    border-radius: 4px;
    width:100%;
    font-family: 'Open Sans', sans-serif;
    
  }
  
  
  #visit_search_gmap_input{
    border-radius: 4px;
    height: 32px;
    width:100%;
    border: none;
    vertical-align: -1px;
    padding-left:8px;
  }

  .tours-img-container{
    line-height: 11px;
    position: relative;
    z-index: 30;
    overflow: hidden;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
  
  .tours-img-container .tours-img-hovering a.tours-overlay{
    position: absolute;
    z-index: 100;
    width: 100%;
    height: 100%;
    margin:0!important;
    color: white!important;
    background-color: transparent!important;
  }
  
  .tours-img-container .tours-img-hovering{
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(150,211,228,0.6);
    opacity: 0;
    transition: opacity 0.2s linear;
  }
  
  .tours-img-container .tours-img-hovering:hover{
    opacity: 1;
    transition: opacity 0.2s linear;
    
  }
  
  .tours-img-container .tours-img-hovering a.tours-overlay{
    text-align: center;
    line-height: 26px;
    font-size: 26px;
    font-weight: 100;
    top:35%;
    left:0%;
  }
  
  .events-tab h2, .events-tab p{
    text-align: left!important; 
  }
  
  .events-tab h2 a{  
    color:#E84D21;
  }
  
  .events-tab h2 a:hover{  
    color:#3c4246;
    cursor: pointer;
  }
  
  .events-tab p small a{
    font-family: 'Open Sans', sans-serif;
    color:#676a6c;
    text-decoration: underline!important;
  }
  
  .events-tab p small a:hover{
    color:#E84D21;
    cursor: pointer;
    
  }

  .virtual-tour-section h4{
    font-weight: bold;
    font-family: 'Open Sans', sans-serif;  
/*     margin-top:-10px; */
  }

  .virtual-tour-section p{
    font-family: 'Open Sans', sans-serif;  
    min-height: 70px;
    font-style: italic;
  }

  .virtual-tour-section a.start-tour-btn{
    color: white;
		padding: 8px 21px;
		background: rgba(232,77,33,1.0);
		border-radius: 10px;
		cursor: pointer;
		display: inline-block;
    margin-bottom: 80px;
    
  } 
  
  .title-with-line-design .line{
    border-bottom: 2px solid #676a6c;
    width:100%;
    position: relative;
    top:-30px;
  }
  
  .title-with-line-design .line h1{
    position: relative;
    top:30px;
    display: inline-block;
    padding: 0 20px;
    background-color: white;
  }
  
  .virtual-tour-section .one-third-section {
    margin-top:30px;
  }
  
   
  .virtual-tour-section .one-third-section .virtual-tour-img-container{
    line-height: 11px;
    position: relative;
    z-index: 30;
    overflow: hidden;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin-bottom:20px;
  }    
  
  .virtual-tour-section .one-third-section .virtual-tour-img-container .bg-img-1{

    height: 230px;
/*    position: relative;
    z-index: 30;
    border-radius: 50%;
    background-repeat: no-repeat;
    overflow: hidden;
*/
    background-image: url('img/homepage/virtual-tour-1.jpg');
/*
    background-position: center center;
    background-size: cover;
*/
  }
  

  
  
  .virtual-tour-section .one-third-section .virtual-tour-img-container .bg-img-2{
    height: 230px;
/*
    position: relative;
    z-index: 30;
    border-radius: 50%;
    background-repeat: no-repeat;
    overflow: hidden;
*/
    background-image: url('img/homepage/virtual-tour-2.jpg');
/*
    background-position: center center;
    background-size: cover;
*/
  }
  
  .virtual-tour-section .one-third-section .virtual-tour-img-container .bg-img-3{
    height: 230px;
/*
    position: relative;
    z-index: 30;
    border-radius: 50%;
    background-repeat: no-repeat;
    overflow: hidden;
*/
    background-image: url('../img/homepage/virtual-tour-3.jpg');
/*
    background-position: center center;
    background-size: cover;
*/
  }

  .virtual-tour-section .virtual-tour-img-container a.virtual-tour-overlay{
    position: absolute;
    z-index: 100;
    width: 100%;
    height: 100%;
    margin:0!important;
    color: white!important;
    
    background-color: transparent!important;
  }
  
  .virtual-tour-section .virtual-tour-img-container .virtual-tour-img-hovering{
    position: absolute;
    width: 230px;
    height: 230px;
    border-radius: 50%;
    background-color: rgba(232,77,33,0.8);
    opacity: 0;
    transition: opacity 0.2s linear;
  }
  
  .virtual-tour-section .virtual-tour-img-container .virtual-tour-img-hovering:hover{
    opacity: 1;
    transition: opacity 0.2s linear;
  }
  
  .virtual-tour-section .virtual-tour-img-container .virtual-tour-img-hovering a{
    text-align: center;
    line-height: 38px;
    font-size: 26px;
    letter-spacing: 0.05em;
    font-weight: 100;
    top:32%;
    position: relative;
    color:white;
  }

  .map-list-icon img{
    position:absolute;
    top:10px;
    left:10px;
    opacity: 0;
  }
  
  .map-list-icon{
    background-image: none;
    width: 97px;
    height: 115px;
    position: absolute;
    background: rgba(232,77,33,0.9);
    top: 30px;
    z-index: 98;
    color: white;
    font-size: 18px;
    text-align: center;
    padding: 10px;
    left: 15px;
    border-radius: 5%;
    letter-spacing: 0.05em;
    line-height: 20px;
    transition: all 0.4s ease-in-out; 
  }
  
  .map-list-icon:hover{
    color:white;
    width: 100px;
    height: 120px;
    top: 27px;
    color: white;
    font-size: 19px;
    text-align: center;
    transition: all 0.4s ease-in-out; 
  }
  
  .map-list-icon .material-icons.md-90{
    font-size: 90px;
    line-height: 59px;
    left: -5px;
    position: relative;
  }

  #museum_infowindow{
    text-align: center;
    border:none;
  }
  
  
  #museum_infowindow_content{
    
    
  }
  
  #museum_infowindow_content h4{
    font-family: 'Open Sans', sans-serif; 
    color:rgba(232,77,33,1.0);
  }
  
  #museum_infowindow_content p, #museum_infowindow_content a{
    font-family: 'Open Sans', sans-serif; 
    letter-spacing: 0.05em;
    font-size: 14px;
  }
  
  #museum_infowindow_content p span{
    font-family: 'Open Sans', sans-serif; 
    line-height:28px;
  } 


/****************** Start of guided-tour.php *************************/

.tour-row {
  background-color: #eeeeee;
  width: 100%;
  display: inline-block;
  margin-left:15px;

}

.tour-image {
	width: 100%;
  margin-top: 10px;
	padding: 10px; 
	border: solid 1px #ded;
	background-color: white;
}

.tour-title {
/* 	font-family: 'Open Sans', sans-serif; */
	color: #E84D21;
	margin:20px 0 20px 0;
}

.tour-row h4, .tour-row h5 {
/*   font-family: 'Open Sans', sans-serif; */
  padding-top: 6px;
  padding-bottom: 6px;
}

.tour-row h5 {
  font-size: 13px;
}

.tour-row .bolder{
  font-weight: 400;
  
}

.material-icons.md-32 { font-size: 32px; }

.tour-paypal{
  padding: 4px 0 50px 15px;
  height:60px;
}

.tour-paypal table{
    display: inline-block;  
    padding-right: 5px;
}

.tour-paypal table tr:first-child{
  display:none;
}

.tour-paypal table select {
  margin-top: 13px;

  max-width: 100px;
  height:44px;
}

.tour-paypal input[type="image"]{
  position: absolute;
  top:7px;
  
}

.tour-description{
  font-family: 'Open Sans', sans-serif;
}

.guided-tour-text h2{
	margin-left:0;
	margin-top: 0;
	color: #E84D21;
	
}

.guided-tour-text p{
	font-size: 16px;
	font-weight: 100;
}

.guided-tour-text h4{
	line-height: 1.428571429;
	font-size: 14px;
}

.guided-tour-text img{
	margin-bottom: 20px;
	margin-top: 28px;
}

.fc-today .fc-day-number {
	font-weight: bold;
}

.fc-event, .fc-event-inner {
	display: none;
}

.hasEvent {
	background-color: rgba(232, 77, 33,1.0) !important;
	color:white;
}

.hasEvent .fc-day-number {
	text-decoration: underline!important;
	
}

.hasEvent:hover {
	cursor: pointer;
}

.legend {
	font-size:16px;
}

.legend span {
	display: inline-block;
	position: relative;
	top: 4px;
	margin-right: 6px;
	width:20px;
	height:20px;
	background-color: rgba(232, 77, 33,1.0) !important;
}

.portrait-hide{
		display:block;
	}
	
.guided_tour_btn {
		font-size:18px;
		text-transform: uppercase;
		font-weight: normal;
		text-decoration:none;
		float: left;
		color:#fff;
		position:relative;
		padding:10px 30px 10px 0px;
		width:50%;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		-o-border-radius: 5px;
		border-radius: 5px;		
		background-repeat:no-repeat;
		background-position:right top;
	}	
	
.guided_tour_btn_blue {
border: none;
		background-image:url(../../img/homepage/btn-logo-bg.png), -moz-linear-gradient(bottom, rgb(150, 211, 228) 100%, rgba(174,231,247,1) 0%);
		background-image:url(../../img/homepage/btn-logo-bg.png), -webkit-linear-gradient(bottom, rgba(150,211,228,1) 0%, rgba(174,231,247,1) 100%);
		background: -ms-linear-gradient(bottom, rgb(150, 211, 228) 0%, rgb(174,231,247) 100%);
		background-image:url(../../img/homepage/btn-logo-bg.png)!important, -webkit-gradient(linear, left bottom, left top, color-stop(0, rgb(150, 211, 228)),	color-stop(1, rgb(174,231,247)));
		text-shadow:1px 1px 4px #828282;
	}
	
.guided_tour_btn_blue:hover {
color:#fff;
		background-image:url(../../img/homepage/btn-logo-bg.png), -moz-linear-gradient(bottom, rgb(174,231,247) 0%, rgb(150, 211, 228) 100%);
		background-image:url(../../img/homepage/btn-logo-bg.png), -webkit-linear-gradient(bottom, rgb(174,231,247) 0%, rgb(150, 211, 228) 100%);
		background-image:url(../../img/homepage/btn-logo-bg.png)!important, -webkit-gradient(linear, left bottom, left top, color-stop(0, rgb(174,231,247)),	color-stop(1, rgb(150, 211, 228)));
	}	
	
	
	
.guided_tour_btn_orange {
border: none;
		background-image:url(../../img/homepage/btn-logo-bg.png), -moz-linear-gradient(bottom, rgb(255,158,50) 100%, rgba(255, 90, 0,1) 0%);
		background-image:url(../../img/homepage/btn-logo-bg.png), -webkit-linear-gradient(bottom, rgba(255,158,50,1) 0%, rgba(255, 90, 0,1) 100%);
		background: -ms-linear-gradient(bottom, rgb(255,158,50) 0%, rgb(255, 90, 0) 100%);
		background-image:url(../../img/homepage/btn-logo-bg.png)!important, -webkit-gradient(linear, left bottom, left top, color-stop(0, rgb(255,158,50)),	color-stop(1, rgb(255, 90, 0)));
		text-shadow:1px 1px 4px #828282;
	}
	
.guided_tour_btn_orange:hover {
color:#fff;
		background-image:url(../../img/homepage/btn-logo-bg.png), -moz-linear-gradient(bottom, rgb(255, 90, 0) 0%, rgb(255,158,50) 100%);
		background-image:url(../../img/homepage/btn-logo-bg.png), -webkit-linear-gradient(bottom, rgb(255, 90, 0) 0%, rgb(255,158,50) 100%);
		background-image:url(../../img/homepage/btn-logo-bg.png)!important, -webkit-gradient(linear, left bottom, left top, color-stop(0, rgb(255, 90, 0)),	color-stop(1, rgb(255,158,50)));
	}	
	

@media only screen 
and (max-width : 320px) {
	
	.portrait-hide{
		display:none;
	}
	

	
}


/****************** End of guided-tour.php *************************/




/*  END OF APR-2016   */


@media (min-width: 320px) {

	.parallax-main-title h1 {
		font-size: 5.0em;
	}

	#map_overlay.map-controls{
		position: relative;
		width: 100%;
		top:0;
		right:0;
	}

  #beyond_map{
		position:absolute; 
		z-index:100;
		bottom:20px;
		text-align: left;
  }

  #beyond_map button{
    position: relative;
    color: white;
    background: rgba(232,77,33,1.0);
    border-radius: 10px;
    cursor: pointer;
  }

	.media-bubble-text{
		font-size:15px;
		color:#676a6c;
		padding-top:5px;
		text-transform:capitalize;
		font-family: 'Open sans';
	}
	
	.bubble h1 a {
    font-family: 'Open sans';
  }

	.virtual-tour-text{
		min-height: 130px;
	}

	.portfolio_descr {
		padding-bottom:13px;
	}

	.portfolio_title {
		padding:9px 0 9px 0;
	}

	.portfolio_title h4 {
		font-style:normal;
		font-size:12px;
		font-weight:600;
		color:#3c3c3c;
		line-height:16px;
		font-family: 'Open Sans', sans-serif;
		padding:0;
		margin:0;
	}

	.portfolio_title h4 a {
		font-style:normal;
		font-size:14px;
		font-weight:100;
		color:#3c3c3c;
		line-height:22px;
		font-family: 'Open Sans', sans-serif;
	}

	.portfolio_title h4 a:hover {
		color:#0094e1;
	}

	.portfolio_text{
		color: #3c3c3c;
		font-family: 'Open Sans', sans-serif;
		font-size: 12px;
		font-weight: 100;
		font-style: italic;
		line-height: 12px;
	}
	
	.portfolio_text_line2{
		color: #3c3c3c;
		font-family: 'Open Sans', sans-serif;
		font-size: 12px;
		font-weight: 100;
		padding-top: 4px;
		line-height: 12px;
	}

	.mobileNoPadding{
		padding:0;
	}

	.mobileNoImgPadding{
		padding:0;
	}

	.orange-boxed-overlay-text{
		background:rgba(232,77,33,0.7);
		display:inline-block;
		width:100%;
		margin:10px auto 10px;
		position: absolute;
		bottom: 20px;
	}

	.navbar {
		border: none;
		background-color: transparent;
	}

	.navbar .container {
		padding-right: 0;
		padding-left: 0;
	}

	.news-text p .lead, .news-text p {
		font-size: 14px;
		padding: 10px;
		font-weight: 200;
	}

	.news-text h2.twitter-title, .news-text h2.facebook-title, .news-text h2.instagram-title, .news-text h2.imjm-title{
		width:100%;
		background-color: #eee;
		padding:10px;
		margin-bottom: 0;
	}

	.news-text h2.twitter-title:before{
		content:url(../img/twitter_black_and_white.png);
		padding-right: 10px;
		vertical-align: -4px;
	}

	.news-text h2.facebook-title:before{
		content:url(../img/facebook_black_and_white.png);
		padding-right: 10px;
		vertical-align: -4px;
	}

	.news-text h2.instagram-title:before{
		content:url(../img/instagram_black_and_white.png);
		padding-right: 10px;
		vertical-align: -4px;
	}

	.news-text h2.imjm-title:before{
		content:url(../img/imjm_black_and_white.png);
		padding-right: 10px;
		vertical-align: -4px;
	}

	.social-boxes{
		padding-top: 20px;
		position: relative;
		width: 100%;
		overflow-x: hidden;
		overflow-y: scroll;
		height:400px;
	}

	.social-boxes p  span, .tumblr_title{
		font-family: 'Open Sans', sans-serif;
	}

 .social-text-design{
		border-bottom:1px solid #eee;
		padding-right:10px;
		padding-left:10px
 	}

  .contact_form form input {
  	background: #ffffff !important;
  	margin-top: 0;
  	margin-bottom: 5px !important;
  	padding: 11px 2% 11px 2% !important;
  	width: 100%;
  	border:none !important;
  	outline:none !important;
  	border-radius:0 !important;
  	border:1px #cad4db solid !important;
  	box-shadow:none !important;
  	font-size:13px !important;
  	color:#676a6c;
  	font-family: 'Open sans';
  }
  
  .contact_form span{
  	font-family: 'Open sans';
  }

  .contact_form form textarea, form#submit_interact textarea {
  	background: #ffffff !important;
  	font-size: 13px;
  	height: 77px !important;
  	margin: 0 0 5px 0 !important;
  	padding: 11px 2% !important;
  	resize: none;
  	width: 100% !important;
  	border:1px #cad4db solid !important;
  	outline:none !important;
  	border-radius:0 !important;
  	box-shadow:none !important;
  	font-size:13px !important;
  	color:#676a6c;
  	font-family: 'Open sans';
  }	

	form#submit_interact textarea {
		background: #ffffff !important;
		font-size: 13px;
		height: 77px !important;
		resize: none;
		width: 100% !important;
		border:1px #cad4db solid !important;
		outline:none !important;
		border-radius:0 !important;
    box-shadow:none !important;
		font-size:13px !important;
  }

	.contact_form form input.send_btn{
		float: right;
		background: rgba(232,77,33,1.0)!important;
		border-radius: 10px!important;
		cursor: pointer;
		color: #FFF !important;
		margin: 10px 1px 5px 0 !important;
		display: inline-block;
		padding: 0 16px !important;
		height:40px;
		line-height:40px;
		font-size: 14px !important;
		font-weight: 700 !important;
		width: auto !important;
		text-align: right;
		font-family: 'Arvo', serif;
		vertical-align:top;
		-webkit-transition:all 0.5s ease;
	    transition:all 0.5s ease;
		text-transform:uppercase;
	}

	form#submit_interact input#interactformsubmit{
		background: rgba(232,77,33,1.0);
		border:none!important;
		padding: 0 16px;
		color: #FFF!important;
		text-transform:uppercase!important;
		height:40px;
		border-radius: 10px;
	}

	.contact_form form input.send_btn:hover {
		background: rgba(232,77,33,1.0);
		color: rgba(255,255,255,0.3)!important;
	}

	.boxed-text p{
		color:white; 
		font-size: 14px; 
		line-height: 20px;
		font-weight: 100;
		font-family: 'Open sans';
		margin:10px auto 10px;
	}

	.social-shadow{
		box-shadow: -2px -2px 4px 0px #fff, 1px 1px 7px 1px #eee;
	}

  .news-text h4{
		font-size: 16px;
		margin-left:2px;
		color: rgb(232,77,33);
	}

	.news-text a{
		color: rgba(60,60,60,1.0);
		font-weight: 400;
		font-family: 'Open sans';
	}

	.news-text a:hover{
		color: rgba(150,211,228,1.0);
	}

	.navbar-brand {
		padding: 5px 0px 5px 25px;
		float: left;
		width: 70%;
	}
	
	.navbar-header{
		width: 100%;
	}	

	.navbar-brand img{
		width: 70%;
	}	

	.navmenu ul li a{
		display:block;
		line-height:18px;	
		color: #42474a;
		text-align: center;
		font-size: 16px;	
		font-weight:normal;
		text-decoration:none !important;
		outline:none;
	}

	.navmenu ul li a span {
		display:block;
		line-height:15px;	
		color: #aaaeb0;
		font-size: 12px;
		padding:3px 0px;
	}
	
	.navmenu ul li {
		width: 50%;
    display: inline-block;
    padding: 0;
	}

	.navmenu ul {
/* 		width: 91%; */
    margin: 0 auto;
	}

	.navbar-nav {
/* 	 margin: 0;  */
	}
	
	.navmenu ul li a:hover{
	   text-decoration: none;
	   color:#E84D21!important;
	   background-color: transparent;
	}

	.navmenu ul li a span:hover {
		color: #000!important;
	}
	
	.navmenu ul li.active a{
	   text-decoration: none;
	   color:#96D3E4!important;
	}

	.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus{
		  background-color: transparent;
	}

	.navmenu ul li.active a:hover,.navmenu ul li.active a:hover{
	  text-decoration: none;
	  color:#E84D21!important;
	  background-color: white;
	}	

	#walkingtour{
  	font-family: 'Open Sans', sans-serif;
		text-align: center;
	}

	#walkingtour h2, #events  h2{
		color: rgba(232,77,33,1.0);
		font-family: 'Open Sans', sans-serif;
		font-weight: 100;
		margin: 20px 0;
		text-align: center;
		font-size: 18px;
	}

	#walkingtour p, #events p{
		font-family: 'Open Sans', sans-serif;
		line-height: 24px;
		text-align: center;
		margin-bottom: 22px;
		font-size: 15px;
		font-weight: 100;
	}

	#walkingtour p span{
		font-family: 'Open Sans', sans-serif;
	}
	
	#walkingtour p small, #events p small{
		font-family: 'Open Sans', sans-serif;
		text-align: center;
		font-weight: 100;
	}


	#walkingtour a{
		color: white;
		padding: 4px 20px 5px;
		background: rgba(232,77,33,1.0);
		border-radius: 7px;
		cursor: pointer;
		margin:10px 0 0;
		display: inline-block;
		min-width: 130px;
	}
	
	#walkingtour a:hover{
		background: rgba(232,77,33,1.0);
		color: rgba(255,255,255,0.3);
	}


  #walkingtour a.tour-more-info-btn{
		color: white;
		background: rgba(232,77,33,0.7);
	}
	
	#walkingtour a.tour-more-info-btn:hover{
		background: rgba(232,77,33,1.0);
		color: rgba(255,255,255,0.3);
	}
	

  #walkingtour a.tour-more-info-btn.collapsed{
		color: white;
		padding: 4px 20px 5px;
		background: rgba(232,77,33,1.0)!important;
		border-radius: 7px;
		cursor: pointer;
		margin:10px 0 0;
		display: inline-block;
		min-width: 130px;
	}
	
	#walkingtour a.tour-more-info-btn.collapsed:hover{
		background: rgba(232,77,33,1.0)!important;
		color: rgba(255,255,255,0.3);
	}
	

	
	
/*
		.get-tickets-btn{
  	text-align: center;
	}
	
  .get-tickets-btn a{
    display: inline-block;
    min-width: 120px;
    padding: 5px 20px!important;
    border-radius: 7px!important;
	}
*/
	

	#support a.btn-design{
		float: right;
		color: white;
		padding: 11px 50px;
		background: rgba(60,60,60,0.8);
		border-radius: 10px;
		text-transform: uppercase;
		cursor: pointer;
	}

	#support a.btn-design:hover{
		background: rgba(60,60,60,0.8);
		color: rgba(255,255,255,0.3);
	}
	
	#walkingtour img{
		text-align: right;
		width: 70%;
		height: auto;
		margin: 0px auto;
		padding:30px;
	}

	#virtualtour h4, #virtualtour h5{
		font-family: 'Open Sans', sans-serif;
	}

	#virtualtour h4{
		color: #3c3c3c;
		font-weight: 600;
		margin-bottom: 16px;
		font-size: 16px;
	}

	#virtualtour h5{
		font-style: italic;
		padding: 5px 25px;
		line-height: 22px;
		margin-bottom: 22px;
	}

	#virtualtour a{
		color: white;
		min-width: 60%;
		padding: 5px 13px;
		background: rgba(232,77,33,1.0);
		border-radius: 10px;
		cursor: pointer;
	}

	#virtualtour a:hover{
		background: rgba(232,77,33,1.0);
		color: rgba(255,255,255,0.3);
	}

	#virtualtour img {
		width: 70%;
		height: auto;
		margin: 30px auto;
	}

	.profileimg img {
		width: 60%;
		height: auto;
		margin: 30px auto;
	}

	#carousel-2 p,	#carousel-3 p,	#carousel-oral p{
		font-family: 'Open sans';
	}

	#carousel-2 .container,	#carousel-3 .container,	#carousel-oral .container{
		margin-top:30px;
	}

	#carousel-2 .carousel-indicators{
		top: -30px;
		height: 40px;
		width:100%;
		margin-left: -50%;
	}
	
	#carousel-3 .carousel-indicators {
		height: 80px;
		position: relative;
	}
	
	#carousel-oral .carousel-indicators {
		height: 80px;
		position: relative;
	}

	#carousel-3 .carousel-indicators li:hover,	#carousel-oral .carousel-indicators li:hover{
		background-color: #eee;
	}

	#carousel-2 .carousel-indicators li{
		text-indent:0;
		height: 30px;
		color: black;
		border:none;
		background-color: transparent;
		font-size: 13px;
		text-align: center;
    min-width: 220px;
	}
	
	#carousel-2 .carousel-indicators li:first-child{
    text-align: center;
	}	
	

	#carousel-2 .carousel-indicators .active {
		color: rgba(232,77,33, 1);
		font-size: 13px;
	}

	#carousel-2 .carousel-indicators .active span{
  	background-color: #eee;
  	border-radius: 10px;
	}
	
	#carousel-2 .carousel-indicators span{
  	padding:8px 24px;
  	border-radius: 10px;
    margin-right: 10px;
    margin-left: 10px;
	}	
	
	#carousel-2 .carousel-indicators li:hover span{
  	background-color: #eee;
	}

	#carousel-2 .carousel-inner{
		margin-top:50px; 
	}

	#carousel-3 .carousel-indicators, #carousel-oral .carousel-indicators  {
		top: 0px;
		height: 80px;
		width: 100%;
		margin-left: -50%;
	}	

	#carousel-2 .carousel-control img.left-chevron-text, #carousel-2 .carousel-control img.right-chevron-text,	#carousel-3 .carousel-control img.right-chevron-text, #carousel-3 .carousel-control img.left-chevron-text, #carousel-oral .carousel-control img.right-chevron-text, #carousel-oral .carousel-control img.left-chevron-text{
		position: absolute;
		top: 40%;
		z-index: 5;
		display: inline-block;
	}

	#carousel-2 .carousel-control img.left-chevron-text, #carousel-3 .carousel-control img.left-chevron-text, #carousel-oral .carousel-control img.left-chevron-text{
		left:15%;
	}

	#carousel-2 .carousel-control img.right-chevron-text, #carousel-3 .carousel-control img.right-chevron-text, #carousel-oral .carousel-control img.right-chevron-text{
		right:15%;
	}

	#carousel-3 .carousel-indicators li, #carousel-oral .carousel-indicators li{
		text-indent:0;
		width: 40%;
		height: 26px;
		padding: 4px 0px;
		color: black;
		border:none;
		background-color: transparent;
		font-size: 11px;
	}

	#carousel-3 .carousel-indicators .active, #carousel-oral .carousel-indicators .active {
		color: rgba(232,77,33, 1);
		font-size: 11px;
	}

	#carousel-3 .carousel-inner, #carousel-oral .carousel-inner{
		min-height: 400px;
	}

	#carousel-3 .carousel-inner p, 	#carousel-oral .carousel-inner p{
		font-size: 15px;
		font-weight: 100;
		line-height: 22px;
		text-align:  justify;
	}

	#map_overlay { 
		position:absolute; 
		z-index:100;
		padding:0px;
		height:auto;
		right:30px; 
		top:10px;
		background: rgba(232,77,33,0.9);		
	}
		
	.roundCorners {
		border-radius:3px 3px 3px 3px; 
		-webkit-box-shadow: 1px 1px 6px 0px rgba(123, 123, 125, 0.75);
		-moz-box-shadow: 1px 1px 6px 0px rgba(123, 123, 125, 0.75);
		box-shadow: 1px 1px 6px 0px rgba(123, 123, 125, 0.75);
	}	

	.bubble h1 { 
		text-transform:uppercase; 
		min-height:40px; 
		font-size:14px; 
		margin:0px; 
		display:inline-block; 
		float:left; 
		color:#f36535; 
		padding-top:10px;
		padding-bottom:10px;
	}

	.bubble h1 a { 
		color:#F36535;
	}

	.outbound_link { display:block; float:left; color: #f36535; width:48%; text-decoration:underline; padding-left:10px; }
	.link_rborder { border-right:1px solid #ccc; padding:0px; }

	.fullpane { display:none; }
	.your_info { font-size:12px; }

	.media_table { width:760px; }
	.media_table td { vertical-align:top; }
	.media_table .photo_gallery { width:420px; }
	.media_table .video_gallery { width:340px; }

	.scrollbar-pane { margin-right: 10px; }
	.scrollbar-handle-container { width: 10px; }
	.scrollbar-handle { width: 10px; background: #f36535; }
	.scrollbar-handle-up { width: 10px; height: 10px; background: #f36535; }
	.scrollbar-handle-down { width: 10px; height: 10px; background: #f36535;}

  .map_overlay { 
  	height:auto; 
  	width:100%; 
  	padding:0px 10px;
  }
  
  .map_overlay .nav { 
  	list-style:none; 
  	margin:0px; 
  	padding:0px; 
  	padding-right:10px; 
  }
  
  .map_overlay .nav li { 
  	float:left; 
  	color:rgba(60,60,60,1); 
  	border-radius:0px 0px 3px 3px; 
  	width:50%; 
  	margin:0px; 
  }
  
  .map_overlay .nav li.active a{
  color:rgba(232,77,33,1);
  background-color: #eeeeee;
  }
  
  .map_overlay .nav li.active a:hover{
  color:rgba(232,77,33,1);
  background-color: #eeeeee;
  }
  
  .map_overlay .nav li a:hover{
  	color:#96D3E4;
  	background-color: transparent;
  }
  
  .map_overlay .nav{ 
  }
  
  .map_overlay .nav li:last-child { 
  	margin-right:0px; 
  }
  
  .map_overlay .nav li a { 
  	font-size:10px; 
  	display:block; 
  	padding:5px 0px; 
  	color:rgba(60,60,60,1);
  	text-decoration:none; 
  	cursor:pointer; 
  	text-transform:uppercase;
  	text-align:center; 
  }
  
  
  .map_overlay .textpane{ 
    width:100%; 
    height:260px;
    overflow:auto; 
    padding:5px; 
    padding-top:0px;
  }
  
  .map_overlay .textpane p, .map_overlay .textpane p i, .media-bubble-text span{
     font-family: 'Open sans';
  } 
  
  .map_overlay h2 { font-size:16px; margin:0px; padding:0px; margin-bottom:12px; text-transform:uppercase; }
  .map_overlay .textpane h3 { margin:0px; padding:0px; padding-bottom:5px; font-size:12px; }
  .map_overlay .textpane p { margin-top:10px; font-size:14px; overflow: hidden;}
  .map_overlay .imagecont { width:100%; height:auto; float:left; margin-top:20px; text-align: center;}
  .map_overlay .imagecont .image { width:auto; height:auto; overflow:hidden; }
  .map_overlay .imagecont .imagebtns .imgleft { float:left; margin-top:10px;}
  .map_overlay .imagecont .imagebtns .imgright { float:right; margin-top:10px;}
  .map_overlay .imagecont .imagebtns > a { font-size:14px; cursor:pointer; text-transform:uppercase; color:#f36535; }
  
  .see-more {position: absolute; left: 7px; top: 7px; height: 20px;}
  .see-more a {color:#F36535; text-transform:uppercase; font-size:16px;}


	#map_overlay form-group{
		position: relative;
		display: block;
	}

	#map_overlay form-group label, #map_overlay form-group input[type="text"]{
		margin-bottom: 10px;		
	}
	
	#map_overlay label { 
		font-size:16px; 
		color:white; 
		text-transform:uppercase; 
		font-weight: normal;
	}
	
	#map_overlay input[type="text"] { 
		border:0px; 
	}
	
	.panel-default > .panel-heading {
		background-color: transparent;
	}
	
	.panel-default {
		border-color: transparent;
	}
	
	.panel {
		background-color: transparent;
	}
	
	.panel-group .panel-heading + .panel-collapse .panel-body {
		border-top: none;
	}
	
	.staff-tabs .nav-tabs > li > a {
		font-size: 20px;
		color: #555555;
	}

	.staff-tabs .nav-tabs > li > a:hover {
		color: #E84D21;
	}
	
	.staff-tabs .nav-tabs {
		border:none;
	}
	
	.staff-tabs .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
		color: #E84D21;
		cursor: default;
		background-color: #ffffff;
		border:none;
	}
	
	.staff-tabs p{
		font-size: 16px;
		font-weight: 100;
		line-height: 22px;
	}

	.stories-text{
		text-align: center;
	}

	.stories-text h1{
		color: rgba(232,77,33,1.0);
		font-family: 'Open Sans', sans-serif;
		font-weight: 100;
		margin: 20px 0;
		font-size: 26px;
	}

	.stories-text h2{
		font-family: 'Open Sans', sans-serif;
		line-height: 24px;
		margin-bottom: 40px;
		font-size: 18px;
	}

	.stories-text p{
		text-align: center;
		font-family: 'Open Sans', sans-serif;
		line-height: 24px;
		font-weight: 100;
		margin-bottom: 22px;
		font-size: 16px;
	}

	.iso-item {
    width: 33.333%;
  }

  .tumblr_title{
  	font-size: 22px;
  	color: rgb(232,77,33); 
  	padding-right:20px; 
  	margin: 20px 10px;
  }

  li.tumblr_post{
		min-height: 250px;
  	clear: both;
  }

  .tumblr_body{
		clear:both;
  }

  .tumblr_body p, .tumblr_body p strong, .tumblr_body p strong em{
		font-family: 'Open Sans', sans-serif;
  }

 .tumblr-image-size img {
  	height: auto;
  	float: left;
  	max-width: 250px!important;
  	width:250px!important;
  	margin:-20px 30px 20px 0px;
  }
  
  
  	
	.parallax-main-title {
		background:rgba(232,77,33,0.7);
		width:100%;
		color:white;
		text-align:center;
		position:relative;
		top:30%;
		padding:80px 60px;
	}
	
	.parallax-main-title h1 {
		font-size: 10.0em;
	}
	

	.parallax-title-text, .parallax-title-text-orange, .parallax-title-text-blue{
		padding:10px 5px;
		top:20%;
	}

	.parallax-title-text h1, .parallax-title-text-orange h1, .parallax-title-text-blue h1{
		font-size: 2.0em;
	}
	
	.parallax-main-title h1 {
		font-size: 5.0em;
	}


	.parallax-title-text h2, .parallax-title-text-orange h2, .parallax-title-text-blue h2{
		font-size: 1.6em;
		line-height: 25px;
	}
	
	.parallax-title-small-text h2{
		font-size: 1.4em;
		line-height: 20px;
	}

	.visit-title{
    padding-bottom: 30px;
		width:30%;
	}

	.visit-title-sidebars{
		width:35%;
	}

	.oral-history-title{
    padding-bottom: 30px;
		width:62%;
	}

	.oral-history-title-sidebars{
		width:19%;
	}
	
	.oral-history-title-fr{
    padding-bottom: 30px;
		width:80%;
	}

	.oral-history-title-sidebars-fr{
		width:10%;
	}
	

	.about-title{
  	padding-bottom: 30px;
		width:36%;
	}

	.about-title-sidebars{
		width:32%;
	}
	
	.about-title-fr{
		width:50%;
	}

	.about-title-sidebars-fr{
		width:25%;
	}
	
	.support-title, .support-title-fr{
  	padding-bottom: 30px;
		width:44%;
	}

	.support-title-sidebars, .support-title-sidebars-fr{
		width:28%;
	}

	.social-title{
    padding-bottom: 30px;
		width:34%;
	}

	.social-title-sidebars{
		width:33%;
	}
	
	.social-title-fr{
    padding-bottom: 30px;
		width:56%;
	}

	.social-title-sidebars-fr{
		width:22%;
	}

	.section-title{
		font-size: 25px;
		margin:8px auto 8px;
	}

	.section-title-bars{
		top:20px;
	}

/*	#visit{
		background: url(../img/parallax/1-visit-bg.jpg) center center fixed no-repeat; 
	}*/

	#oralhistory{
		background: url(../img/parallax/2-oral-history-bg.jpg) center center fixed no-repeat;
	}
	
	#tours{
		background: url(../img/mainImage.jpg) center center fixed no-repeat;
	}
	
	#events{
		background: url(../img/parallax/events-bg.jpg) center center fixed no-repeat;
	}

	#about{
		background: url(../img/parallax/3-staff-bg.jpg) center center fixed no-repeat;
	}

	#support{
		background: url(../img/parallax/4-support-bg.jpg) center center fixed no-repeat;
	}

	#news{
		background: url(../img/parallax/5-news-bg.jpg) center center fixed no-repeat;
	}

	#oralhistory, #about,	#support, #news, #tours, #events{
		height: 450px; 
    background-size: 100%; 
	}

  .zoom-btn{
    background: rgba(232,77,33,0.9);
  }
  
	
  .tours-img-super-container{
    padding:20px!important;
  }
	
  .tours-img-container .tours-img-hovering a.tours-overlay{
    line-height: 26px;
    font-size: 26px;
    top:35%;
  }	
	
	.museum-schedule li span.hours{
  	font-size: 14px;
	}
}

@media (min-width: 480px) {
	#carousel-3 .carousel-indicators li {
		width: 23%;
		font-size: 13px;
	}
	#carousel-3 .carousel-indicators .active {
		font-size: 13px;
	}
	
	#carousel-oral .carousel-indicators li {
		width: 33%;
		font-size: 13px;
	}
	#carousel-oral .carousel-indicators .active {
		font-size: 13px;
	}

	#carousel-2 .carousel-indicators li:first-child{
	  text-align: right;
	  }
	
	#carousel-2 .carousel-indicators li:nth-child(2){
    text-align: left;
	}

	.parallax-title-text, .parallax-title-text-orange, .parallax-title-text-blue{
		padding:10px 5px;
		top:20%;
	}

	.parallax-title-text h1, .parallax-title-text-orange h1, .parallax-title-text-blue h1{
		font-size: 2.0em;
	}
	
	.parallax-main-title h1 {
		font-size: 7.0em;
	}

	.parallax-title-text h2, .parallax-title-text-orange h2, .parallax-title-text-blue h2{
		font-size: 1.6em;
		line-height: 25px;
	}
	
	.parallax-title-small-text h2{
		font-size: 1.4em;
		line-height: 20px;
	}

	.visit-title{
		width:26%;
	}

	.visit-title-sidebars{
		width:37%;
	}

	.oral-history-title{
		width:46%;
	}

	.oral-history-title-sidebars{
		width:27%;
	}
	
	.oral-history-title-fr{
		width:66%;
	}

	.oral-history-title-sidebars-fr{
		width:17%;
	}

	.about-title{
		width:32%;
	}

	.about-title-sidebars{
		width:34%;
	}
	
	.about-title-fr{
		width:40%;
	}

	.about-title-sidebars-fr{
		width:30%;
	}

	.support-title{
		width:40%;
	}

	.support-title-sidebars{
		width:30%;
	}
	
	.support-title-fr{
		width:38%;
	}

	.support-title-sidebars-fr{
		width:31%;
	}

	.social-title{
		width:32%;
	}

	.social-title-sidebars{
		width:35%;
	}
	
	.social-title-fr{
		width:48%;
	}

	.social-title-sidebars-fr{
		width:26%;
	}

	.section-title{
		font-size: 33px;
		margin:8px auto 8px;
	}

	.section-title-bars{
		top:24px;
	}

/*	#visit{
		background: url(../img/parallax/1-visit-bg.jpg) center center fixed no-repeat; 
	}
*/
	#oralhistory{
		background: url(../img/parallax/2-oral-history-bg.jpg) center center fixed no-repeat;
	}
	
	#tours{
		background: url(../img/mainImage.jpg) center center fixed no-repeat;
	}
	
	#events{
		background: url(../img/parallax/events-bg.jpg) center center fixed no-repeat;
	}

	#about{
		background: url(../img/parallax/3-staff-bg.jpg) center center fixed no-repeat;
	}

	#support{
		background: url(../img/parallax/4-support-bg.jpg) center center fixed no-repeat;
	}

	#news{
		background: url(../img/parallax/5-news-bg.jpg) center center fixed no-repeat;
	}

	#oralhistory, #about,	#support, #news, #tours, #events{

		height: 340px; 
		background-size: 100%; 
	}

	#walkingtour img{
		width: 70%;
	}
	
  .tours-img-super-container{
    padding:50px!important;
  }
	
  .tours-img-container .tours-img-hovering a.tours-overlay{
    line-height: 26px;
    font-size: 26px;
    top:35%;
  }		
}

@media (min-width: 480px) and (max-width: 767px) {

	.navbar-brand img {
		width: 25%;
	}
	
	.parallax-main-title h1 {
		font-size: 5.0em;
	}

}

@media (min-width: 768px) {

	.parallax-title-text, .parallax-title-text-orange, .parallax-title-text-blue{
		padding:30px 40px;
	}

	.parallax-title-text h1, .parallax-title-text-orange h1, .parallax-title-text-blue h1{
		font-size: 2.8em;
	}
	

	.parallax-title-text h2, .parallax-title-text-orange h2, .parallax-title-text-blue h2{
		font-size: 2.6em;
		line-height: 40px;
	}
	
	.parallax-title-small-text h2{
		font-size: 2.0em;
		line-height: 30px;
	}
	
	.parallax-main-title h1 {
		font-size: 5.0em;
	}
	
	.holiday-warning{
		padding:30px;
	}
	
	.holiday-warning p{
		font-size: 14px;
		line-height: 20px;
		top: 5%;
	}

  .visit-title{
    width:26%;
  }

  .visit-title-sidebars{
    width:37%;
  }

  .oral-history-title{
    width:58%;
  }

  .oral-history-title-sidebars{
    width:21%;
  }
  
  .oral-history-title-fr{
	width:48%;
  }

  .oral-history-title-sidebars-fr{
 	width:26%;
  }

  .about-title{
    width:32%;
  }

  .about-title-sidebars{
    width:34%;
  }

  .support-title{
    width:40%;
  }

  .support-title-sidebars{
    width:30%;
  }

	.support-title-fr{
		width:34%;
	}

	.support-title-sidebars-fr{
		width:33%;
	}

  .social-title{
    width:30%;
  }

  .social-title-sidebars{
    width:35%;
  }

	.social-title-fr{
		width:44%;
	}

	.social-title-sidebars-fr{
		width:28%;
	}

	.section-title{
		font-size: 40px;
		margin:25px auto 8px;
	}

	.section-title-bars{
		top:47px;
	}

	#oralhistory{
		background: url(../img/parallax/2-oral-history-bg@768.jpg) center center fixed no-repeat;
	}
	
	#tours{
		background: url(../img/mainImage.jpg) center center fixed no-repeat;
/* 				background: url(../img/parallax/tours-bg@768.jpg) center center fixed no-repeat; */
	}
	
	#events{
		background: url(../img/parallax/events-bg@768.jpg) center center fixed no-repeat;
	}

	#about{
		background: url(../img/parallax/3-staff-bg@768.jpg) center center fixed no-repeat;
	}

	#support{
		background: url(../img/parallax/4-support-bg@768.jpg) center center fixed no-repeat;
	}

	#news{
		background: url(../img/parallax/5-news-bg@768.jpg) center center fixed no-repeat;
	}

  #oralhistory, #about,	#support, #news, #tours, #events{
		height: 500px; 
		background-size: 130%; 
	}

  .zoom-btn{
    background: rgba(232,77,33,0.0);
  }

  .iso-item {
    width: 25%;
  }

  .map_overlay { 
	  height:auto; 
    width:760px; 
    margin:0px 10px;
	}

	.map_overlay .nav li { 
		float:left; 
		color:rgba(60,60,60,1); 
		border-radius:0px 0px 3px 3px; 
		width:25%; 
		margin:0px; 
	}

	.map_overlay .nav li a { 
		font-size:12px; 
	}

	.bubble h1 { 
		font-size:20px; 
	}

	#map_overlay.map-controls { 
		position:absolute; 
		width: auto;
		z-index:99;
		padding:0px;
		height:auto;
		min-width: 178px;
		right:15px; 
		top:30px;
		background: rgba(232,77,33,0.9);		
	}

	.navbar-header{
		width: 15%
	}	

	.navbar-brand img{
		width: 100%;
	}	

	.navbar-brand {
		padding: 0px 0px 5px 0px;
		width: 100%;
	}

	.portfolio_descr {
		padding-bottom:13px;
	}

	.portfolio_title {
		padding:9px 0 9px 0;
	}

	.portfolio_title h4 {
		font-style:normal;
		font-size:18px;
		font-weight:600;
		color:#3c3c3c;
		line-height:22px;
		font-family: 'Open Sans', sans-serif;
		padding:0;
		margin:0;
	}

	.portfolio_title h4 a {
		font-style:normal;
		font-size:19px;
		font-weight:100;
		color:black;
		line-height:22px;
		font-family: 'Open Sans', sans-serif;
	}

	.portfolio_title h4 a:hover {
		color:#0094e1;
	}

	.portfolio_text{
		font-size: 18px;
		line-height: 20px;
	}
	
	.portfolio_text_line2{
		font-size: 17px;
		line-height: 20px;
	}

	.social-title-sidebars{
		width:42%;
	}

	.social-title{
		width:16%;
	}

	.support-title-sidebars{
		width:40%;
	}

	.support-title{
		width:20%;
	}

	.oral-history-title{
		width:30%;
	}

	.oral-history-title-sidebars{
		width:35%;
	}
	
	.oral-history-title-fr{
		width:54%;
	}

	.oral-history-title-sidebars-fr{
		width:23%;
	}

  .visit-title{
    width:26%;
  }

  .visit-title-sidebars{
    width:37%;
  }

  .oral-history-title{
    width:58%;
  }

  .oral-history-title-sidebars{
    width:21%;
  }

  .about-title{
    width:32%;
  }

  .about-title-sidebars{
    width:34%;
  }

  .support-title{
    width:40%;
  }

  .support-title-sidebars{
    width:30%;
  }

	.support-title-fr{
		width:24%;
	}

	.support-title-sidebars-fr{
		width:38%;
	}

  .social-title{
    width:30%;
  }

  .social-title-sidebars{
    width:35%;
  }
  
  .social-title-fr{
		width:32%;
	}

	.social-title-sidebars-fr{
		width:34%;
	}

	.orange-boxed-overlay-text{
		margin:30px auto 10px;
	}

	.boxed-text p{
		font-size: 18px; 
		line-height: 24px;
		margin:30px auto 10px;
	}

	#walkingtour{
		text-align: left;
	}

	#carousel-3 .carousel-inner{
		min-height: 400px;
	}

	#carousel-3 .carousel-inner p{
		font-size: 16px;
		font-weight: 100;
		line-height: 22px;
		text-align:  left;
	}

	.exhib-container{
		margin:10px 20px;
	}

	.navmenu ul li {
		width: auto;
    display: inline-block;
    padding: 0;
    vertical-align: 22px;
	}
	
  .navmenu ul li:first-child{
    vertical-align: 0;
	}
	
  .navmenu ul li.logout-height-fix{
    vertical-align: 5px;
	}

	.navmenu ul li.logo-lg{
  	  max-width: 20%;
  	  padding: 0;
  }
  
  .navmenu ul li.logo-lg a{
    padding: 0!important;
  }

	.navmenu ul li a img{
  	  max-width: 100%;
  	  padding-right: 15px;
  }

	.navmenu ul li a {
		padding: 10px;
		font-size: 13px;
	}

	#carousel-2 .carousel-indicators li{
    min-width: 320px;
		font-size: 18px;
	}

	#carousel-2 .carousel-indicators li:first-child{
    text-align: right;
	}	

	#carousel-2 .carousel-indicators li:nth-child(2){
    text-align: left;
	}

  #carousel-2 .carousel-indicators .active {
		font-size: 18px;
	}

	#carousel-3 .carousel-indicators li{
		width:23%;
		font-size: 16px;
		padding: 8px 0px;
	}

	#carousel-3 .carousel-indicators .active {
		font-size: 20px;
	}

	#carousel-oral .carousel-indicators li {
		width: 33%;
		font-size: 20px;
	}
	#carousel-oral .carousel-indicators .active {
		font-size: 20px;
	}

	.profile-img img{
		padding: 25px;
	}
	
  #walkingtour img{
		width: 100%;
	}

  .tours-img-super-container{
    padding:20px!important;
  }
	
  .tours-img-container .tours-img-hovering a.tours-overlay{
    line-height: 35px;
    font-size: 26px;
    top:35%;
  }	
	
  .museum-schedule li span.hours, .museum-schedule li span.week{
    font-size: 12px;
  }	
  
  .container .jumbotron.jumbotron-tours-padding-fix{
    padding-right: 10px;
    padding-left: 10px;
    
  }
  
  .tour-paypal{
    padding: 4px 0 50px 15px;
    height:35px;
  }
	
}

@media (min-width: 992px) {

  .parallax-title-text, .parallax-title-text-orange, .parallax-title-text-blue{
    padding:30px 40px;
    top:37%;
  }

  .parallax-title-text h1, .parallax-title-text-orange h1, .parallax-title-text-blue h1{
    font-size: 2.8em;
  }
  
  	.parallax-main-title h1 {
		font-size: 7.0em;
	}

  .parallax-title-text h2, .parallax-title-text-orange h2, .parallax-title-text-blue h2{
    font-size: 2.6em;
    line-height: 40px;
  }
  
	.parallax-title-small-text h2{
		font-size: 2.0em;
		line-height: 30px;
	}
	
	.holiday-warning{
		padding:30px;
	}
	
	.holiday-warning p{
    	font-size: 16px;
		line-height: 22px;
		top:5%;
	}

  .visit-title{
    width:16%;
  }

  .visit-title-sidebars{
    width:42%;
  }

  .oral-history-title{
    width:30%;
  }

  .oral-history-title-sidebars{
    width:35%;
  }
  
  .oral-history-title-fr{
    width:44%;
  }

  .oral-history-title-sidebars-fr{
    width:28%;
  }

  .about-title{
    width:16%;
  }

  .about-title-sidebars{
    width:42%;
  }
  
  .about-title-fr{
		width:30%;
	}

	.about-title-sidebars-fr{
		width:35%;
	}

  .support-title{
    width:22%;
  }

  .support-title-sidebars{
    width:39%;
  }

  .social-title{
    width:16%;
  }

  .social-title-sidebars{
    width:42%;
  }

  .section-title{
    font-size: 40px;
    margin:25px auto 8px;
  }

  .section-title-bars{
    top:47px;
  }

  #oralhistory{
    background: url(../img/parallax/2-oral-history-bg@992.jpg) center center fixed no-repeat;    
  }
  
  	#tours{
/* 		background: url(../img/parallax/tours-bg@992.jpg) center center fixed no-repeat; */
		background: url(../img/mainImage.jpg) center center fixed no-repeat;

	}
	
	#events{
		background: url(../img/parallax/events-bg@992.jpg) center center fixed no-repeat;
	}

  #about{
    background: url(../img/parallax/3-staff-bg@992.jpg) center center fixed no-repeat;
  }

  #support{
    background: url(../img/parallax/4-support-bg@992.jpg) center center fixed no-repeat;
  }

  #news{
    background: url(../img/parallax/5-news-bg@992.jpg) center center fixed no-repeat;
  }

#oralhistory, #about, #support, #news, #tours, #events{
    height: 550px; 
    background-size: 140%; 
  }

	.iso-item {
    width: 20%;
  }

	.mobileNoPadding{
		padding-left:15px;
		padding-right:15px;
	}

	.mobileNoImgPadding{
		padding:0;
	}

	.navmenu ul li a {
		font-size: 16px;
	}
	
  .navmenu ul li {
    vertical-align: 33px;
	}
	
	
  .navmenu ul li.logout-height-fix{
    vertical-align: 17px;
	}

	#carousel-3 .carousel-indicators li, #carousel-oral .carousel-indicators li{
		text-indent:0;
		width:19.5%;
		height: 40px;
		padding:12px 0px;
		color: black;
		border:none;
		background-color: transparent;
		font-size: 16px;
	}

	#carousel-3 .carousel-indicators .active {
		color: rgba(232,77,33, 1);
		font-size: 17px;
	}
	
	#carousel-oral .carousel-indicators .active {
		color: rgba(232,77,33, 1);
		font-size: 17px;
	}
	
  .tours-img-super-container{
    padding:20px!important;
  }
	
  .tours-img-container .tours-img-hovering a.tours-overlay{
    line-height: 26px;
    font-size: 26px;
    top:35%;
  }
  
  .museum-schedule li span.hours, .museum-schedule li span.week{
    font-size: 12px;
  }	
  
  .virtual-tour-section h4{
    margin-top: 10px;
  }
  
  .navmenu ul li a {
		padding: 10px;
		font-size: 13px;
	}
	
	 .tour-row h5 {
    font-size: 16px;
  }
}

@media (min-width: 1200px) {

	.exhib-container{
		margin:10px 50px;
	}

	#carousel-2 .carousel-indicators li{
		font-size: 21px;
		height: 40px;
	}
	
	#carousel-2 .carousel-indicators li:first-child{
	  text-align: right;
	  }
	
	#carousel-2 .carousel-indicators li:nth-child(2){
    text-align: left;
	}
	
  #carousel-2 .carousel-indicators .active{
    font-size: 21px;
  }
  
	#carousel-3 .carousel-indicators li, #carousel-oral .carousel-indicators li{
		width:20%;
		font-size: 19px;
	}

	#carousel-3 .carousel-indicators .active,  #carousel-oral .carousel-indicators .active{
		font-size: 19px;
	}

	.profileTable{
		overflow: hidden;
	}

	.date-and-address{
		padding:0;
		font-size: 96%;
	}
	
	.date-and-address p{
		margin:0;	
	}
	
	.navmenu ul li a {
		font-size: 18px;
	}
	
  .parallax-title-text, .parallax-title-text-orange, .parallax-title-text-blue{
    padding:30px 40px;
    top:40%;
  }

  .parallax-title-text h1, .parallax-title-text-orange h1, .parallax-title-text-blue h1{
    font-size: 2.8em;
  }
  
  	.parallax-main-title h1 {
		font-size: 10.0em;
	}

  .parallax-title-text h2, .parallax-title-text-orange h2, .parallax-title-text-blue h2{
    font-size: 2.6em;
    line-height: 40px;
  }
  
  	.parallax-title-small-text h2{
		font-size: 2.0em;
		line-height: 30px;
	}

  .visit-title{
    width:16%;
  }

  .visit-title-sidebars{
    width:42%;
  }

  .oral-history-title{
    width:30%;
  }

  .oral-history-title-sidebars{
    width:35%;
  }
  
  .oral-history-title-fr{
    width:36%;
  }

  .oral-history-title-sidebars-fr{
    width:32%;
  }

  .about-title{
    width:16%;
  }

  .about-title-sidebars{
    width:42%;
  }
  
  .about-title-fr{
	width:26%;
  }

  .about-title-sidebars-fr{
	width:37%;
  }

  .support-title{
    width:22%;
  }

  .support-title-sidebars{
    width:39%;
  }

  .social-title{
    width:16%;
  }

  .social-title-sidebars{
    width:42%;
  }

  .section-title{
    font-size: 40px;
    margin:25px auto 8px;
  }

  .section-title-bars{
    top:47px;
  }

/*  #visit{
    background: url(../img/parallax/1-visit-bg@1200.jpg) center 290px fixed no-repeat;
  }*/

  #oralhistory{
    background: url(../img/parallax/2-oral-history-bg@1200.jpg) center center fixed no-repeat;
  }
  
  	#tours{
/* 		background: url(../img/parallax/tours-bg@1200.jpg) center center fixed no-repeat; */
	background: url(../img/mainImage.jpg) center center fixed no-repeat;
	}
	
	#events{
		background: url(../img/parallax/events-bg@1200.jpg) center center fixed no-repeat;
	}

  #about{
    background: url(../img/parallax/3-staff-bg@1200.jpg) center center fixed no-repeat;
  }

  #support{
    background: url(../img/parallax/4-support-bg@1200.jpg) center center fixed no-repeat;
  }

  #news{
    background: url(../img/parallax/5-news-bg@1200.jpg) center center fixed no-repeat;
  }

  #oralhistory, #about, #support, #news, #tours, #events{
    height: 700px; 
    background-size: 100%; 
  }

  .tours-img-super-container{
    padding:50px!important;
  }

  .tours-img-container .tours-img-hovering a.tours-overlay{
    line-height: 26px;
    font-size: 26px;
    top:35%;
  }
  
  .museum-schedule li span.hours, .museum-schedule li span.week{
    font-size: 16px;
  }	

}

/*MAT*/
[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
  display: none !important;
}
.hover:hover {
  cursor: pointer;
}
.img-circle {
  display: inline-block;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%;
}

.img-square {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%;
}

.img-rect {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%;
}

.relative-position {
  position: relative !important;
}

.profile-thumbnail {
  margin-bottom: 30px;
}

.profile-thumbnail .img-square {
  position: relative;
  cursor: pointer;
}

.profile-thumbnail .img-square .story-status, .profile-thumbnail .img-rect .story-status {
  font-family: 'Arvo', serif;
  position: absolute;
  top: 0;
  padding: 5px;
  width: 100%;
  background-color: rgba(255,255,255,0.8);
  color: black;
  text-align: center;
  text-transform: uppercase;
  cursor: help;
}

.profile-thumbnail .img-square .overlay, .profile-thumbnail .img-rect .overlay {
  position: absolute;
  bottom: 0;
  padding: 5px;
  width: 100%;
  background-color: rgba(50,50,50,0.7);
  text-align: center;
}

.profile-thumbnail .img-square .overlay h4, .profile-thumbnail .img-square .overlay p, .profile-thumbnail .img-rect .overlay h4, .profile-thumbnail .img-rect .overlay p{
 	color: white;
 	font-weight: 100;
 	text-align: center;
 	letter-spacing: 0.03em;
}

.profile-thumbnail .img-square .overlay p, .profile-thumbnail .img-rect .overlay p{
 	font-family: 'Open sans';
}



