/* Add here all your CSS customizations */
.pi-gallery .views-field-field-image .field-name-field-image,
.pi-gallery .views-field-field-image .field-name-field-video {
	-webkit-transition: all 0.2s ease-in 0.2s;
	-moz-transition: all 0.2s ease-in 0.2s;
	transition: all 0.2s ease-in 0.2s;
}
.pi-gallery .views-field-field-image .field-name-field-image a,
.pi-gallery .views-field-field-image .field-name-field-video a,
.pi-gallery .views-field-field-embed-video a,
.pi-gallery .views-field-field-photos a {
	position: relative;
	text-align: center;
	-webkit-transition: all 0.2s ease-in 0.2s;
	-moz-transition: all 0.2s ease-in 0.2s;
	transition: all 0.2s ease-in 0.2s;
}
.pi-gallery .views-field-field-image .field-name-field-image a:before,
.pi-gallery .views-field-field-photos a:before {
  content: '\f002';
  font-family: "FontAwesome";
  color: #777777;
  position: absolute;
  z-index: 5;
  /* display: table; */
  /* margin: auto; */
  left: 40%;
  top: 30%;
  font-size: 22px;
  opacity: 1;
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  background: #ffffff;
  border-radius: 50%;
}

.pi-gallery .views-field-field-image .field-name-field-video a:before,
.pi-gallery .views-field-field-embed-video a:before {
  content: '\f04b';
  font-family: "FontAwesome";
  color: #777777;
  position: absolute;
  z-index: 5;
  /* display: table; */
  /* margin: auto; */
  left: 40%;
  top: 30%;
  font-size: 22px;
  opacity: 1;
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  background: #ffffff;
  border-radius: 50%;
}

.pi-gallery .views-field-field-image .field-name-field-video:hover a:before,
.pi-gallery .views-field-field-image .field-name-field-image:hover a:before,
.pi-gallery .views-field-field-embed-video:hover a:before,
.pi-gallery .views-field-field-photos:hover a:before {
	opacity: 0.5;
}

.pi-meta {
  	display: block;
  	list-style: none;
  	padding: 0;
  	margin: 10px 0px;
  	font-size: 12px;
  	text-transform: uppercase;
  	letter-spacing: 1px;
  	line-height: 1.8em;
}

.pi-meta .icon-tag:before {
  content: '\f105';
  font-family: 'FontAwesome';
  font-size: 13px;
  letter-spacing: normal;
  line-height: normal;
}

.pi-thin {
  font-weight: 300 !important;
  font-family: "Lato" !important;

}



/* Forms */

.form-text, .form-textarea {
  display: block;
  width: 100%;
  height: 44px;
  padding: 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-textarea {
	height: auto;
}

/* Share This */

.block-sharethis {
  	border: 1px solid #dde1e1;
  	background: #f8fafa;
  	color: inherit;
  	-webkit-border-radius: 3px;
  	-moz-border-radius: 3px;
  	border-radius: 3px;
  	padding: 15px;
  	margin-top: 10px;
  	margin-bottom: 15px;
  	display: table;
  	width: 100%;
}

.stButton .stFb, 
.stButton .stTwbutton, 
.stButton .stMainServices,
.stButton .stButton_gradient {
  	height: 22px !important;
}

.block-sharethis:before {
  	content: "Share this Article";
  	display: inline-block;
  	float: left;
  	margin-right: 10px;
}

/* Team */

.pane-team-members h3,
.team-members h3 {
	clear: both;
	display: table;
	width: 100%;
	border-bottom: 1px dotted #ccc;
	padding: 20px 0 10px;
  font-size: 1.5em;
}
.team-members .views-row {
  margin-bottom: 30 x;
  padding-left: 30px;
  padding-right: 30px;
}

.team-members img {
  -webkit-filter: grayscale(100%); 
  filter: grayscale(100%);
  -webkit-transition: all 0.2s ease-in 0.2s;
  -moz-transition: all 0.2s ease-in 0.2s;
  transition: all 0.2s ease-in 0.2s;
}

.team-members img:hover {
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%); 
}

/* Video */

.node-type-video iframe {
	width: 100%;
}

/* Timelines CSS */
.storyjs-embed.full-embed {
    min-height: 640px !important;
}

.vco-slider .slider-container-mask .slider-container {
	/*background: transparent; */
}

.node-type-timeline-event .field-name-field-image img {
	width: 100%;
	height: auto;
}

.node-type-timeline-event h2.pane-title {
	margin-bottom: 10px;
}

.vco-storyjs .twitter, .vco-storyjs .vcard, .vco-storyjs .messege, 
.vco-storyjs .credit, .vco-storyjs .caption, .vco-storyjs .zoom-in, 
.vco-storyjs .zoom-out, .vco-storyjs .back-home, .vco-storyjs .time-interval div, 
.vco-storyjs .time-interval-major div, .vco-storyjs .nav-container,
.vco-storyjs {
  font-family: 'Lato', Arial, sans-serif !important;
}
.vco-slider .slider-item .content .content-container .media .media-wrapper .media-container,
.vco-slider .slider-item .content .content-container .media .media-wrapper {
  display: table !important;
}
/*
.vco-storyjs .vco-feature .slider, .vco-storyjs .vco-feature .vco-slider {
  min-height: 500px;
}*/
.vco-storyjs p, .vco-storyjs blockquote, .vco-storyjs blockquote p, .vco-storyjs .twitter blockquote p {
  font-family: 'Lato' !important;
}
.vco-storyjs .vco-feature h1, .vco-storyjs .vco-feature h2, .vco-storyjs .vco-feature h3, .vco-storyjs .vco-feature h4, .vco-storyjs .vco-feature h5, .vco-storyjs .vco-feature h6,
.vco-storyjs h1.date, .vco-storyjs h2.date, .vco-storyjs h3.date, .vco-storyjs h4.date, .vco-storyjs h5.date, .vco-storyjs h6.date {
  font-family: 'Lato' !important;
  font-weight: 600;
}

.vco-slider .slider-item .content .content-container .text .container h2.date {
  font-size: 28px !important;
  line-height: 38px !important;
  font-weight: normal;
  font-style: italic;
}

.vco-storyjs h3 {
  line-height: 36px !important;
  font-weight: bold;
}
.vco-navigation h3 {
  line-height: 1 !important;
  font-weight: normal !important;
}
.vco-storyjs h3 a {
  color: #ffffff !important;
  background-color: rgb(246, 137, 32);
  line-height: 40px;
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 1px;
}
.vco-storyjs h3 a:hover {
  text-decoration: none !important;
  color: #eeeeee !important;
}
.vco-slider .slider-item .content .content-container .media {
  width: 40% !important;
  min-width: 40% !important;
  text-align: left;
}
.slider-item .layout-text-media div:last-child {
  width: 60% !important;
}
.vco-slider .slider-item .content .content-container .text {
    display: table-cell;
    max-width: 60% !important;
    min-width: 120px;
    vertical-align: middle !important;
    width: 60% !important;
}
.vco-slider .slider-item .content .content-container .media img {
  border-radius: 15px;
  border: 10px solid #cccccc !important;
  max-width: 400px !important;
  max-height: 400px !important;
  height:  400px !important;
}
.vco-slider .slider-item .content .content-container .media img:hover {
  border: 10px solid #eeeeee !important;
}

.vco-slider .slider-item .content .content-container .media .media-wrapper .media-container .media-shadow:before, 
.vco-slider .slider-item .content .content-container .media .media-wrapper .media-container .media-shadow:after {
  display: none;
}
.vco-slider .slider-item .content .content-container .media .media-wrapper .media-container .caption {
  display: block;
  width: 100% !important;
  font-family: Lato;
  margin-top: 5px !important;
}
.vco-slider .slider-item .content .content-container .media .media-wrapper .media-container .credit {
    text-align: left !important;
    margin-top: 15px !important;
}

.vco-storyjs .vco-feature p {
  text-align: left;
}
.vco-slider .nav-previous .nav-container, .vco-slider .nav-next .nav-container {
  -webkit-transition: all 0.2s ease-in-out 100ms;
  -moz-transition: all 0.2s ease-in-out 100ms;
  -ms-transition: all 0.2s ease-in-out 100ms;
  -o-transition: all 0.2s ease-in-out 100ms;
  transition: all 0.2s ease-in-out 100ms;
}
/*.vco-slider .nav-next .icon {
  margin-left: 61px;
  background-image: url(../img/mR.png) !important;
  background-repeat: no-repeat;
  background-position: center left !important;
  width: 22px !important;
  height: 38px !important;
  overflow: hidden;
    -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;

}
.vco-slider .nav-previous .icon {
margin-left: 15px;
background-image: url(../img/mL.png) !important;
background-repeat: no-repeat;
background-position: center left !important;
width: 22px !important;
height: 38px !important;
overflow: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}*/
.vco-slider .nav-next .icon {
  background-image: none !important;
  height: 38px !important;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.vco-slider .nav-next .icon:before {
  font-family: "FontAwesome";
  font-size: 40px;
  display: inline-block;
  content: '\f054';
  height: 38px !important;
}
.vco-slider .nav-previous .icon {
  background-image: none !important;
  height: 38px !important;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.vco-slider .nav-previous .icon:before {
  font-family: "FontAwesome";
  font-size: 40px;
  display: inline-block;
  content: '\f053';
  height: 38px !important;
}

/* Timeline Front Page */

.timeline-front {
  display: table;
  width: 100%;
  background: #eeeeee;
  padding: 10px 20px 40px 20px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -0-border-radius: 5px;
  -ms-border-radius: 5px;
}

.timeline-front a {
  color: #333;
}

/* General Responsive Elements */
@media (max-width: 767px) {
  #mini-panel-front_page_two_column_minipanel .panel-col-last {
    display: none;
  }
}

.pane-block-6 h2 {
  margin-bottom: 0px;
}

/* Twitter Embedd */
.pane-block-16,
.pane-block-9 {
  margin: 0px 15px 10px 15px;
  display: table;
  width: 240px;
}

.pane-block-16 h2 {
  margin: 5px 0px;
  background: #5aa8e0;
  padding: 5px;
  color: #fff;
  border-radius: 5px;
  font-size: 18px;
  letter-spacing: 1px;
}

/**/
.pane-block-9,
.pane-block-9 span,
.pane-block-9 iframe,
.pane-block-9 span iframe html,
.pane-block-9 span iframe html body,
.pane-block-9 span iframe html body div#u_0_0 > div {
  width: 240px !important;
}

.menu.sf-menu li.last.sf-depth-1 a {
    background: #cf1075;
    color: #fff !important;
}
#header nav ul.menu.sf-menu li.last.sf-depth-1 a:hover,
#header nav ul.menu.sf-menu li.last.sf-depth-1:hover a {
    background: #020e08;
    color: #fff !important;
}