/*
 Theme Name:   Gigil
 Theme URI:    http://example.com/twenty-fifteen-child/
 Description:  Bootstrap grid theme with owl-carousel
 Author:       Hallvard Kristiansen
 Author URI:   http://gigil.berlin
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         two-columns, right-sidebar, responsive-layout
 Text Domain:  gigil
*/

body {
  font-family: 'Helvetica Neue', 'Helvetica', 'Oxygen', sans-serif;
  color: #3F3F3F;
  letter-spacing: 0.05em;
  overflow-y: scroll;
}
.modal {
  background: black;
  width: auto !important;
  padding: 15px !important;
}

h1, h2, h3, h4, h5 {
  font-size: 1.2em;
  font-weight: 700;
  margin-top: 0;
}
h1 {
  font-size: 1.5em;
}

.tb_margin_0em {
  margin-top: 0;
  margin-bottom: 0;
}
.tb_margin_1em {
  margin-top: 1em;
  margin-bottom: 1em;
}
.tb_margin_2em {
  margin-top: 2em;
  margin-bottom: 2em;
}
.tb_margin_2pct {
  margin-top: 2%;
  margin-bottom: 2%;
}
.tb_margin_15px {
  margin-top: 15px;
  margin-bottom: 15px;
}

.t_margin_1em {
  margin-top: 1em;
}
.t_margin_2em {
  margin-top: 2em;
}
.t_margin_neg_2em {
  margin-top: -2em;
}
.t_margin_3em {
  margin-top: 3em;
}
.t_margin_4em {
  margin-top: 4em;
}
.t_margin_neg_4em {
  margin-top: -4em;
}
.b_margin_1em {
  margin-bottom: 1em;
}
.b_margin_2em {
  margin-bottom: 2em;
}
.b_margin_4em {
  margin-bottom: 4em;
}

.l_margin_1em {
  margin-left: 1em;
}
.l_margin_2em {
  margin-left: 2em;
}

.t_padding_1em {
  padding-top: 1em;
}
.bottomPadding6pct {
  padding-bottom: 6%;
}
.noTopPadding {
  padding-top: 0 !important;
}
.noTopMargin {
  margin-top: 0 !important;
}
.noBottomPadding {
  padding-bottom: 0 !important;
}
.noBottomMargin {
  margin-bottom: 0 !important;
}
.noPadding {
  padding: 0 !important;
}
.container-fluid {
  padding: 0 0 0 0;
}

input, textarea {
  -webkit-appearance: none;
  border: 2px solid #3E3E3E;
  border-radius: 0;
  color: #3E3E3E;
  background: transparent;
  padding: 0.2em 0.5em;
  margin-bottom: 0.8em;
  line-height: 1.2em;
}

.contact_form {
  font-size: 1.2em;
  line-height: 1em;
  font-weight: bold;
}
.contact_form input, .contact_form textarea {
  margin-top: 1em;
  font-size: 0.9em;
  font-weight: normal;
  width: 100%;
}
.contact_form textarea {
  padding: 0.5em;
  resize: none;
}
.contact_form input[type=submit] {
  float: right;
  width: auto;
  font-size: 0.9em;
  border: none;
  padding: 0.5em 1em;
  color: white !important;
  background-color: #58a4b0;
  margin: 0 0 2em;
}
.contact_form input[type=submit]:hover {
  background-color: #303030;
}

a:link, a:visited, nav a:link, nav a:visited {
  color: #58a4b0;
  text-decoration: none;
  transition: all 300ms;
}
#footer a:link, #footer a:visited, nav h2 a:link, nav h2 a:visited {
  color: white;
}
#footer a:hover, #footer a:active {
  color: #58a4b0;
}
a:focus {
  outline: none !important;
}
button::-moz-focus-inner {
  outline: none !important;
  border: 0 !important;
}
button:focus, input:focus, textarea:focus {outline:0;}

#navigation {
  margin: 0 0 0 0;
  padding: 0 0 0 5px;
  overflow: hidden;
  border: none !important;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
}
#navigation li {
  float: left;
  display: block;
}
#navigation a, .menu-container .filter-button-group button {
  float: left;
  margin: 0;
  padding: 0.35em 0.8em 0.3em;
  font-size: 1em;
  border: none;
  background-color: #434343;
  color: white;
}
#navigation a:hover, 
#navigation a:active, 
#navigation a.active, 
#navigation .current-menu-item > a, 
#navigation .current_page_item > a,
#navigation .current-menu-ancestor > a,
#navigation .current-menu-parent > a,
#navigation .current-page-parent > a,
#navigation .current-page-ancestor > a,
.menu-container .filter-button-group button.is-checked {
  color: white;
  background-color: #30767e;
}

#navigation .secondary_navigation a:hover, 
#navigation .secondary_navigation a:active {
  color: #434953 !important;
}

nav .secondary_navigation .current-menu-item > a {
  color: #303030;
}

#secondary_navigation .current-menu-item .sub-menu, 
#secondary_navigation .current_page_item .sub-menu,
#secondary_navigation .current-menu-ancestor .sub-menu,
#secondary_navigation .current-menu-parent .sub-menu,
#secondary_navigation .current-page-parent .sub-menu,
#secondary_navigation .current-page-ancestor .sub-menu {
  display: block;
}
#secondary_navigation .menu-item > a {
  display: none;
}
#secondary_navigation .sub-menu .menu-item > a {
  display: block;
}
#secondary_navigation a, #secondary_navigation ul, #secondary_navigation li,
#news_navigation a, #news_navigation ul, #news_navigation li {
  width: 100%;
}

#secondary_navigation .sub-menu {
  float: left;
  clear: both;
  margin-bottom: 0.2em;
}
#secondary_navigation .sub-menu:last-child {
  margin-bottom: 0em;
}
#secondary_navigation > ul > li > .sub-menu > .menu-item > a {
  background-color: #30767e;
}
#secondary_navigation > ul > li > .sub-menu > .menu-item.menu-item-has-children > a {
  background-color: #10464e;
}
#secondary_navigation .sub-menu > li a, #news_navigation h2 {
  background-color: #10464e;
  padding-left: 1em;
}
#news_navigation h2 {
  color: white;
  font-weight: normal;
  font-size: 1em;
  padding: 0.4em 1em;
  margin: 0;
}
#secondary_navigation .sub-menu .sub-menu > li a {
  background-color: #20565e;
  padding-left: 1.5em;
}
#secondary_navigation .sub-menu .sub-menu .sub-menu > li a, #news_navigation ul > li > a {
  background-color: #30666e;
  padding-left: 2em;
}

.nav-container {
  background-color: #434343;
  border-bottom: 0.75em solid #30767e;
}

.secondary_column .menu-container {
  width: 100%;
  background-color: #434343;
  border: 5px solid white;
  border-radius: 3px;
}
nav#secondary_navigation ul li, #news_navigation ul li {
  float: left;
  clear: both;
}
nav#secondary_navigation ul li a, #news_navigation ul li a {
  padding: 0 0 0 1em;
  display: inline-block;
}
nav#secondary_navigation ul li.current-menu-item > a, nav#secondary_navigation ul li a:hover, #news_navigation ul li a:hover {
  background-color: #434343 !important;
}
nav#secondary_navigation ul li.menu-item-has-children a, #news_navigation ul li a {
  padding: 0.4em 1em;
  color: white;
}

.dual-filter-buttons {
  margin: 0 0 0 0;
}
.menu-container {
  display: inline-block;
}
.menu-container .filter-button-group button {
  font-size: 1em;
  padding: 0 0.3em;
  background: transparent;
  color: #58a4b0;
}
.menu-container .filter-button-group button.is-checked {
  background: transparent;
  color: #303030;
}
.filter-button-group button {
  padding: 0.3em 0.8em;
  margin-bottom: 0.3em;
  font-size: 0.8em;
  border: none;
  background-color: #303030;
  color: white;
}
.filter-button-group button.is-checked {
  background-color: #58a4b0;
}
.filter-button-group.inverted button {
  background-color: #58a4b0;
}
.filter-button-group.inverted button.is-checked {
  background-color: #303030;
}

a.button:link, a.button:visited {
  float: left;
  clear: both;
  border: 2px solid #58a4b0;
  padding: 0.5em 1em;
  color: #58a4b0;
  background: white;
  margin-bottom: 0.3em;
}
a.button:hover, a.button:active {
  color: white;
  background: #303030;
  border-color: #303030;
}
.buttons a.button {
  width: auto;
  clear: none;
}
a.button.tickets {
  color: white;
  background-color: #58a4b0;
  border-color: #58a4b0;
}
a.button.tickets:hover, a.button.tickets:active {
  color: white;
  background-color: #303030;
  border-color: #303030;
}
.main_column .artist .resources .button {
  clear: none;
  margin-right: 0.2em;
}

.venue {
  padding: 1em;
  background: #E9E9E9;
  border: 1px solid #DDDDE1;
}
.venue .venuemarker {
  float: left;
  margin: 0 0.5em 0 0;
}
a:hover svg #mapmarker {
  fill: #303030;
}
a svg #mapmarker { 
  transition: 200ms;
  transition-timing-function: ease-in-out;
  -webkit-transition: 200ms;
  -webkit-transition-timing-function: ease-in-out;
}
.mapmarker {
  float: left;
  display: inline-block;
  margin: 0.5em 1em 1.5em 0.3em;
  vertical-align: middle;
}

#search-field {
  margin: 0;
  padding: 0;
  position: relative;
}
#search-field form {
  position: relative;
  margin-bottom: 0;
  float: left;
  width: 100%;
}
#search-field label {
  float: left;
  display: block;
  clear: none;
  padding: 0.5em 0 0;
  color: white;
  font-weight: 500;
}
#search-field input {
  background: white url(grfx/entypo/magnifying-glass.svg) no-repeat 0.7em center;
  background-size: 20px;
  border: none;
  box-shadow: none;
  color: #303030;
  margin-bottom: 0;
  float: left;
  width: 100%;
  display: block;
  clear: none;
  padding: 0 0 0 2.5em;
  height: 29px;
}
#search-field button {
  position: absolute;
  right: 0;
  display: none;
  border: none;
  background-color: #303030;
  color: white;
  font-weight: 400;
  padding: 0.8em 1.2em;
  line-height: 1em;
  font-size: 0.8em;
}

.header {
  background: black;
}
#header {
  background-color: transparent !important;
}
#header .search {
  text-align: left;
}
.toggle_search {
  background: transparent url(grfx/icon_search.png) no-repeat left bottom;
  background-size: 32px;
  min-height: 2em;
  min-width: 2em;
  border: none;
  text-indent: -9999px;
  box-shadow: none;
  margin-top: 2.7em;
}
.toggle_search:hover {
  background: transparent url(grfx/icon_search.png) no-repeat left -4px;
  background-size: 32px;
}
.site-logo {
  float: left;
  padding: 0;
}
.site-logo .lg {
  max-height: 8.4em;
  max-width: 100%;
}
.site-logo .sm {
  max-height: 5em;
  margin: 0;
}

#toggle_navigation {
  min-height: 2em;
  min-width: 2em;
  background: #30767e none;
  margin: 0;
  border-radius: 15px;
  box-shadow: none;
  color: white;
  font-family: "Genericons";
  font-size: 2em;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-shadow: none;
}
nav {
  text-align: left;
}
.collapse.width {
  height: auto;
  -webkit-transition: width 0.35s ease;
  -moz-transition: width 0.35s ease;
  -o-transition: width 0.35s ease;
  transition: width 0.35s ease;
}
nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
nav ul.sub-menu {
  display: none;
  margin-bottom: 0;
}
nav ul li {
  display: inline-block;
  clear: none;
}
#footer nav ul li {
  display: block;
  clear: both;
}

#google_map {
  height: 460px;
  border: 1em solid white;
}
.main_column iframe {
  max-width: 100%;
  max-height: 300px;
}

.page-title h1 {
  font-size: 2em;
}
.page-title h5 {
  color: #aaa;
  margin-bottom: 0;
  font-weight: normal;
}
.contact_form div.wpcf7-response-output {
  border: none;
  margin: 0;
  font-size: 0.8em;
  font-weight: normal;
  margin-top: -2.3em;
  max-width: 80%;
  padding: 0;
  float: left;
  display: inline-block !important;
  clear: none;
}
.contact_form span.wpcf7-not-valid-tip {
  text-align: right;
  font-weight: normal;
  font-size: 0.8em;
  margin-bottom: 0.5em;
  color: #DF614D !important;
}
.contact_form input.wpcf7-not-valid {
  border-color: #DF614D !important;
}
.contact_form .wpcf7-validation-errors {
  color: #DF614D;
}

.content {
  padding-top: 1.5em;
  padding-bottom: 2.5em;
}
.content h1 {
  margin-bottom: 1.5em;
}
.center, .center * {
  text-align: center !important;
}
.rightfloat {
  float: right;
}

.wppninja-gallery {
  clear: both;
}
.wppninja-gallery .thumbnail img {
  margin: 0 !important;
  width: 100%;
  height: auto;
}

.grid {
  padding-left: 0;
  padding-right: 0;
}
.grid .grid-item {
  padding: 0 0 0 15px;
}

.block {
  margin-bottom: 1em;
}
.block h4 {
  font-size: 1em;
  font-weight: 700;
  margin-top: 0;
}
.block .inner {
  width: 100%;
  display: block;
  float: left;
  clear: both;
  background: white;
  position: relative;
}
.block .inner .thumb, .block .inner .thumb img {
  width: 100%;
  height: auto;
  float: left;
}
.block .element-info {
  display: block;
  float: left;
  clear: both;
  padding: 1em 1em 1.2em 1em;
  max-width: 100%;
}
.block .element-info .button {
  float: left;
  clear: none;
  margin-top: 0.5em;
}

a.close {
  cursor: pointer;
  margin-top: 2em;
  margin-right: 1em;
  width: 36px;
  height: 36px;
  background: transparent url(grfx/icon_cross.png) no-repeat center bottom;
  background-size: 36px;
  text-indent: -9999px;
  opacity: 1;
}
a.close:hover {
  background: transparent url(grfx/icon_cross.png) no-repeat center 1px;
  background-size: 36px;
  opacity: 1;
}
.imagewrapper {
  width: 100%;
  max-height: 460px;
  overflow: hidden;
  position: relative;
}
.imagewrapper * {
  width: 100%;
  height: auto;
}
.imagewrapper .image_captions {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 1em;
  z-index: 1;
  color: white;
  background-color: rgba(48, 48, 48, 0.6);
}
.imagewrapper .image_captions h4 {
  font-weight: 700;
  font-size: 1em;
}
.videowrapper, .mapwrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0;
  overflow: hidden;
}
.videowrapper iframe,
.videowrapper object,
.videowrapper embed,
.mapwrapper #google_map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modal.container iframe {
  border: none;
  width: 100%;
  height: 100%;
  min-height: 800px;
}

.modal img {
  max-width: 100%;
  max-height: 700px;
}

.blog-entry {
  background: white;
  margin-bottom: 2em;
  padding-bottom: 1em;
}
.blog-entry p {
  padding: 0 2em 1em;
}

.blog-footer {
  margin: 2em 0 0;
}
.blog-footer .tags {
  text-align: left;
  background: transparent url(grfx/icon_tag.png) no-repeat left -38px;
  background-size: 40px;
  padding: 1em 1em 1em 3em;
}
.blog-footer .social {
  padding: 1em 0 1em 1em;
}
.blog-footer .social img {
  text-align: right;
  float: right;
  max-height: 2em;
  margin-top: -0.3em;
  width: auto;
}

.post-navigation {
  margin-top: -2em;
  z-index: 0;
  position: relative;
}

.hover-toggle {
  position: relative;
}
.hover-toggle .hideonhover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  opacity: 1;
  -webkit-transition: opacity 0.35s ease;
  -moz-transition: opacity 0.35s ease;
  -o-transition: opacity 0.35s ease;
  transition: opacity 0.35s ease;
  z-index: 1;
}
.hover-toggle .hideonhover:hover {
  opacity: 0;
}

.floatright {
  float: right !important;
}

.container.content .main_column > .row {
  background: white;
  padding-top: 2em;
  padding-bottom: 2em;
  margin-left: 0;
  margin-right: 0;
}
.main_column {
  padding-bottom: 2em;
}
.container.grid-container {
  padding-top: 1.5em;
}
.container.grid-container .main_column {
  padding: 0 15px 0 0;
}
.content .main_column img {
  margin: 0 15px 15px 15px;
  max-width: 100%;
  height: auto !important;
}
.content .main_column img.alignleft {
  margin-left: 0;
  float: left;
}
.content .main_column img.aligncenter {
  float: none;
  margin-left: auto;
  margin-right: auto;
}
.content .main_column img.alignright {
  margin-right: 0;
  float: right;
}

.secondary_column {
  background-color: transparent;
}
.container.content .secondary_column, .container.grid-container .secondary_column {
  padding-right: 7px;
}


.language_switcher > ul {
  float: right;
  width: 100%;
  margin: 0 0 0.3em 0;
  padding: 0;
  list-style-type: none;
}
.language_switcher ul {
  list-style-type: none;
  margin-bottom: 0;
}
.language_switcher ul li {
  float: right;
  clear: none;
}
.language_switcher ul li > ul {
  float: right;
  clear: none;
  margin: 0;
  padding: 0;
}
.language_switcher ul li a {
  float: right;
  clear: none;
  width: auto;
  display: block;
}
.wpml-ls-statics-shortcode_actions {
  background-color: transparent;
  border: none;
}
.language_switcher ul li a, #lang_sel_footer ul li a {
  padding: 0 !important;
  margin: 0 0 0.5em 0.5em;
  line-height: 0 !important;
  border: 2px solid #30767e;
  border-radius: 2px;
}
#lang_sel_footer ul li img {
  vertical-align: baseline;
  top: 2px;
  left: 2px;
}
.language_switcher ul li a img {
  display: block !important;
}
.language_switcher .lang_sel_sel, #lang_sel_footer .lang_sel_sel {
  opacity: 0.5 !important;
}
.language_switcher .lang_sel_sel, .language_switcher ul li a:hover, #lang_sel_footer .lang_sel_sel, #lang_sel_footer ul li a:hover {
  border: 2px solid #303030;
}
.secondary_column .banner {
  display: block;
  float: left;
  clear: both;
  line-height: 0em;
  margin-bottom: 15px;
}
.secondary_column .banner a {
  display: block;
  float: left;
  clear: both;
  width: 100%;
  line-height: 1.2em;
}
.secondary_column .banner img {
  width: 100%;
  height: auto;
  display: block;
  float: left;
  clear: both;
}
.secondary_column .banner button {
  width: 100%;
  padding: 0;
  text-align: center;
  color: white;
  background-color: transparent;
  border: none;
}
.secondary_column .banner button a {
  padding: 1.33em 0;
  background: #303030;
  color: white;
}
.secondary_column .banner:hover button a, .secondary_column .banner:active button a {
  background-color: #58a4b0;
}

.newsletter {
  display: block;
  margin: 2em 0 0;
}
.newsletter input {
  width: 50%;
  margin-right: 1em;
}
.wpcf7-mail-sent-ok {
  border: none !important;
  color: green !important;
}

#sharing {
  background: transparent;
  text-align: center;
}

#sponsors {
  position: relative;
}
#sponsors .large a, #sponsors .small a, #sponsors .hidden a {
  vertical-align: middle;
  text-align: center;
  line-height: 15em;
  width: 100%;
  height: auto;
  display: inline-block;
}
#sponsors .large a img {
  max-width: 200px;
  display: inline-block;
}

#footer {
  color: white;
  padding: 3em 0;
}
#footer h3 {
  font-size: 1.5em;
  font-style: normal;
  font-weight: normal;
  margin-bottom: 0.5em;
}
.uppercase {
  text-transform: uppercase;
}

.social-navigation a:before, .ssba a:before {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-family: "Genericons";
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: 1;
	speak: none;
	text-align: center;
	text-decoration: inherit;
	text-transform: none;
	vertical-align: top;
}


.social-navigation {
	margin: 9.0909% 0;
}

.social-navigation ul {
	list-style: none;
	margin: 0 0 -1.6em 0;
	padding: 0;
}

.social-navigation li {
	float: left;
	margin: 0 0.7em 0.7em 0;
}

.social-navigation.social-sites {
  margin: 2em auto;
}

.social-navigation #menu-social-sites {
  display: inline-block !important;
}
.social-navigation #menu-social-sites a {
	border: 2px solid #3e3e3e;
}
.social-navigation #menu-social-sites a:hover, .social-navigation #menu-social-sites a:active {
	border: 2px solid #DF6F5D;
}

.social-navigation a {
	display: block;
	height: 37px;
	position: relative;
	width: 37px;
	border: 2px solid white;
	border-radius: 50px;
}

.ssba a {
  color: #434953 !important;
	border: 2px solid #434953 !important;
	border-radius: 50px;
	display: inline-block;
	height: 30px;
	width: 30px;
	position: relative;
	vertical-align: middle;
	margin: 0 0 0 0.3em;
}
.ssba a:hover, .ssba a:active {
	border: 2px solid #58a4b0 !important;
  color: #58a4b0 !important;
}
.ssba a img {
  display: none !important;
}


.social-navigation a:before {
	content: "\f415";
	font-size: 21px;
	position: absolute;
	top: 6px;
	left: 6px;
}
.ssba a:before {
	content: "\f415";
	font-size: 18px;
	position: absolute;
	top: 4px;
	left: 4px;
}

.social-navigation a[href*="codepen.io"]:before, .ssba a[href*="codepen.io"]:before {
	content: "\f216";
}

.social-navigation a[href*="digg.com"]:before, .ssba a[href*="digg.com"]:before {
	content: "\f221";
}

.social-navigation a[href*="dribbble.com"]:before, .ssba a[href*="dribbble.com"]:before {
	content: "\f201";
}

.social-navigation a[href*="dropbox.com"]:before, .ssba a[href*="dropbox.com"]:before {
	content: "\f225";
}

.social-navigation a[href*="facebook.com"]:before, .ssba a[href*="facebook.com"]:before {
	content: "\f204";
}

.social-navigation a[href*="flickr.com"]:before, .ssba a[href*="flickr.com"]:before {
	content: "\f211";
}

.social-navigation a[href*="foursquare.com"]:before, .ssba a[href*="foursquare.com"]:before {
	content: "\f226";
}

.social-navigation a[href*="plus.google.com"]:before, .ssba a[href*="plus.google.com"]:before {
	content: "\f206";
}

.social-navigation a[href*="github.com"]:before, .ssba a[href*="github.com"]:before {
	content: "\f200";
}

.social-navigation a[href*="instagram.com"]:before, .ssba a[href*="instagram.com"]:before {
	content: "\f215";
}

.social-navigation a[href*="linkedin.com"]:before, .ssba a[href*="linkedin.com"]:before {
	content: "\f207";
}

.social-navigation a[href*="pinterest.com"]:before, .ssba a[href*="pinterest.com"]:before {
	content: "\f210";
}

.social-navigation a[href*="getpocket.com"]:before, .ssba a[href*="getpocket.com"]:before {
	content: "\f224";
}

.social-navigation a[href*="polldaddy.com"]:before, .ssba a[href*="polldaddy.com"]:before {
	content: "\f217";
}

.social-navigation a[href*="reddit.com"]:before, .ssba a[href*="reddit.com"]:before {
	content: "\f222";
}

.social-navigation a[href*="stumbleupon.com"]:before, .ssba a[href*="stumbleupon.com"]:before {
	content: "\f223";
}

.social-navigation a[href*="tumblr.com"]:before, .ssba a[href*="tumblr.com"]:before {
	content: "\f214";
}

.social-navigation a[href*="twitter.com"]:before, .ssba a[href*="twitter.com"]:before {
	content: "\f202";
}

.social-navigation a[href*="vimeo.com"]:before, .ssba a[href*="vimeo.com"]:before {
	content: "\f212";
}

.social-navigation a[href*="wordpress.com"]:before,
.social-navigation a[href*="wordpress.org"]:before, .ssba a[href*="wordpress.com"]:before,
.social-navigation a[href*="wordpress.org"]:before {
	content: "\f205";
}

.social-navigation a[href*="youtube.com"]:before, .ssba a[href*="youtube.com"]:before {
	content: "\f213";
}

.social-navigation a[href*="mailto:"]:before, .ssba a[href*="mailto:"]:before {
	content: "\f410";
}

.social-navigation a[href*="spotify.com"]:before, .ssba a[href*="spotify.com"]:before {
	content: "\f515";
}

.social-navigation a[href*="twitch.tv"]:before, .ssba a[href*="twitch.tv"]:before {
	content: "\f516";
}

.social-navigation a[href$="/feed/"]:before, .ssba a[href$="/feed/"]:before {
	content: "\f413";
}

.social-navigation a[href*="path.com"]:before, .ssba a[href*="path.com"]:before {
	content: "\f219";
}

.social-navigation a[href*="skype.com"]:before, .ssba a[href*="skype.com"]:before {
	content: "\f220";
}

#scrolltotop {
  position: absolute;
  top: 1.9em;
  right: 2em;
  width: 2em;
  height: 36px;
  text-indent: -9999px;
  background: transparent url(grfx/icon_uparr.png) no-repeat center -56px;
  background-size: cover;
  z-index: 1;
}

#scrolltotop:hover {
  background: transparent url(grfx/icon_uparr.png) no-repeat center top;
  background-size: cover;
}

.visible-xxs, .visible-xxxs {
  display: none;
}

.wppninja-gallery .col-xs-1, .wppninja-gallery .col-xs-6, .wppninja-gallery .col-xs-4, .wppninja-gallery .col-xs-3, .wppninja-gallery .col-xs-2 {
  padding: 5px;
}
.wppninja-gallery .thumbnail {
  margin: 0;
}
.wppninja-gallery {
  margin-bottom: 1em;
}
/* Picture gallery modal css */
/* padding-bottom and top for image */
.mfp-no-margins img.mfp-img {
	padding: 0;
}
/* position of shadow behind the image */
.mfp-no-margins .mfp-figure:after {
	top: 0;
	bottom: 0;
}
/* padding for main container */
.mfp-no-margins .mfp-container {
	padding: 0;
}
.mfp-counter {
  display: none;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
	opacity: 0;
	-webkit-backface-visibility: hidden;
	-webkit-transition: all 0.3s ease-out; 
	-moz-transition: all 0.3s ease-out; 
	-o-transition: all 0.3s ease-out; 
	transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
		opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
		opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container, 
.mfp-with-zoom.mfp-removing.mfp-bg {
	opacity: 0;
}

/* special cases */
@media (min-width: 1200px) {
  .secondary_column .banner button a {
    padding: 1.52em 0;
  }
}
@media (max-width: 992px) {
  .site-logo .lg {
    max-height: 6em;
  }
  .secondary_column.t_margin_3em {
    padding: 0 15px;
    margin: 1em 0 1em;
  }
  nav a {
    font-size: 0.8em;
  }
  #sponsors .large a, #sponsors .small a, #sponsors .hidden a {
    line-height: 12em;
  }
  .secondary_column .banner button a {
    padding: 0.78em 0;
  }
  .resources .button {
    clear: none;
    margin-right: 0.2em;
  }
}
@media (max-width: 767px) {
  .site-logo .lg {
    max-height: 5em;
  }
  .header {
    background: #434343 none !important;
  }
  #search-field {
    float: left;
    display: block;
    width: 100%;
    margin: 0;
  }
  .searchform input {
    display: block;
  }
  #sponsors .large a, #sponsors .small a, #sponsors .hidden a {
    line-height: 9em;
  }
  .secondary_column.t_margin_3em {
    padding: 0 15px;
    margin: -1em 0 1em;
  }
  .container.content .secondary_column, .container.grid-container .secondary_column {
    padding-right: 15px;
    margin-bottom: 15px;
  }

  #navigation {
    font-size: 0.8em;
  }
  
  .language_switcher ul li a, #lang_sel_footer ul li a, .language_switcher .lang_sel_sel, .language_switcher ul li a:hover, #lang_sel_footer .lang_sel_sel, #lang_sel_footer ul li a:hover {
    border-width: 8px;
    border-radius: 10px;
    clear: both;
    margin-bottom: 0.3em;
  }
  .language_switcher ul {
    margin: 0;
  }
  .language_switcher ul li > ul {
    clear: both;
  }
}
@media (min-width: 600px) {
  .navbar-collapse.collapse {
      display: block!important;
      height: auto!important;
      padding-bottom: 0;
      overflow: visible!important;
  }
  .navbar-toggle {
      display: none;
  }
}
@media (max-width: 599px) {
  .hidden-xxs {
    display: none;
  }
  .visible-xxs {
    display: block;
  }
  .wppninja-gallery .col-xs-1, .wppninja-gallery .col-xs-6, .wppninja-gallery .col-xs-4, .wppninja-gallery .col-xs-3, .wppninja-gallery .col-xs-2 {
    width: 50%;
  }
  #navigation {
    margin: 0 -1em;
  }
  #navigation .sub-menu {
    display: block;
  }
  #navigation li {
    float: left;
    clear: both;
    width: 100%;
  }
  #navigation li a {
    width: 100%;
    font-weight: bold;
    text-decoration: underline;
  }

  #navigation .current-menu-ancestor > a,
  #navigation .current-menu-parent > a,
  #navigation .current-page-parent > a,
  #navigation .current-page-ancestor > a {
    background: transparent;
    color: #909090 !important;
  }
  #navigation .current-menu-ancestor > a:hover,
  #navigation .current-menu-parent > a:hover,
  #navigation .current-page-parent > a:hover,
  #navigation .current-page-ancestor > a:hover {
    background-color: #30767e;
  }
  #navigation .current-menu-item .sub-menu, 
  #navigation .current_page_item .sub-menu,
  #navigation .current-menu-ancestor .sub-menu,
  #navigation .current-menu-parent .sub-menu,
  #navigation .current-page-parent .sub-menu,
  #navigation .current-page-ancestor .sub-menu {
    display: block;
  }
  #navigation .sub-menu .menu-item > a {
    display: block;
  }
  #navigation a, #navigation ul, #navigation li {
    width: 100%;
  }
  
  #navigation .sub-menu {
    float: left;
    clear: both;
    margin-bottom: 0.2em;
  }
  #navigation .sub-menu > li a {
    padding-left: 1em !important;
    font-weight: bold;
    text-decoration: none;
  }
  #navigation .sub-menu .sub-menu > li a {
    padding-left: 1.5em !important;
    font-weight: normal;
  }
  #navigation .sub-menu .sub-menu .sub-menu > li a {
    padding-left: 2em !important;
    font-weight: normal;
  }
  
  #navigation ul li {
    float: left;
    clear: both;
  }
  nav#navigation ul li a {
    padding: 0 0 0 1em;
    display: inline-block;
    background: transparent;
  }
  nav#navigation ul li.current-menu-item > a {
    background-color: #303030;
  }
  nav#navigation ul li.menu-item-has-children a {
    padding: 0.4em 0.5em;
    margin-bottom: 1px;
    color: white;
  }
}

@media (max-width: 468px) {
  .hidden-xxxs {
    display: none;
  }
  .visible-xxxs {
    display: block;
  }
  .wppninja-gallery .col-xs-1, .wppninja-gallery .col-xs-6, .wppninja-gallery .col-xs-4, .wppninja-gallery .col-xs-3, .wppninja-gallery .col-xs-2 {
    width: 100%;
  }
  .container.grid-container .main_column {
    padding: 0 0 0 0;
  }
  .grid .grid-item {
    padding: 0 15px;
  }  
  .col-xxs-12 {
    width: 100%;
  }
}

@media (min-width: 1400px) {
	.container {
		width: 1370px;
	}
}

@media (min-width: 1600px) {
	.container {
		width: 1570px;
	}
}

.grayscale img {
  filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
  opacity: 0.5;
  -webkit-transition: opacity 0.35s ease;
  -moz-transition: opacity 0.35s ease;
  -o-transition: opacity 0.35s ease;
  transition: opacity 0.35s ease;
}
.grayscale:hover img {
  -webkit-filter: grayscale(0%);
  opacity: 1;
}

.loader:before,
.loader:after,
.loader {
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load7 1.8s infinite ease-in-out;
  animation: load7 1.8s infinite ease-in-out;
}
.loader {
  font-size: 10px;
  margin: 80px auto;
  position: relative;
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.loader:before {
  left: -3.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.loader:after {
  left: 3.5em;
}
.loader:before,
.loader:after {
  content: '';
  position: absolute;
  top: 0;
}
@-webkit-keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em #58a4b0;
  }
  40% {
    box-shadow: 0 2.5em 0 0 #58a4b0;
  }
}
@keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em #58a4b0;
  }
  40% {
    box-shadow: 0 2.5em 0 0 #58a4b0;
  }
}