/* source-sans-pro-300 - latin-ext_latin_greek-ext_vietnamese_greek_cyrillic-ext_cyrillic */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 300;
  src: url('https://www.spirit-hunters-germany.com/bl-themes/simplepf/fonts/source-sans-pro-v12-latin-ext_latin_greek-ext_vietnamese_greek_cyrillic-ext_cyrillic-300.eot'); /* IE9 Compat Modes */
  src: local('Source Sans Pro Light'), local('SourceSansPro-Light'),
       url('https://www.spirit-hunters-germany.com/bl-themes/simplepf/fonts/source-sans-pro-v12-latin-ext_latin_greek-ext_vietnamese_greek_cyrillic-ext_cyrillic-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('https://www.spirit-hunters-germany.com/bl-themes/simplepf/fonts/source-sans-pro-v12-latin-ext_latin_greek-ext_vietnamese_greek_cyrillic-ext_cyrillic-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('https://www.spirit-hunters-germany.com/bl-themes/simplepf/fonts/source-sans-pro-v12-latin-ext_latin_greek-ext_vietnamese_greek_cyrillic-ext_cyrillic-300.woff') format('woff'), /* Modern Browsers */
       url('https://www.spirit-hunters-germany.com/bl-themes/simplepf/fonts/source-sans-pro-v12-latin-ext_latin_greek-ext_vietnamese_greek_cyrillic-ext_cyrillic-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('https://www.spirit-hunters-germany.com/bl-themes/simplepf/fonts/source-sans-pro-v12-latin-ext_latin_greek-ext_vietnamese_greek_cyrillic-ext_cyrillic-300.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}
/* source-sans-pro-regular - latin-ext_latin_greek-ext_vietnamese_greek_cyrillic-ext_cyrillic */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  src: url('https://www.spirit-hunters-germany.com/bl-themes/simplepf/fonts/source-sans-pro-v12-latin-ext_latin_greek-ext_vietnamese_greek_cyrillic-ext_cyrillic-regular.eot'); /* IE9 Compat Modes */
  src: local('Source Sans Pro Regular'), local('SourceSansPro-Regular'),
       url('https://www.spirit-hunters-germany.com/bl-themes/simplepf/fonts/source-sans-pro-v12-latin-ext_latin_greek-ext_vietnamese_greek_cyrillic-ext_cyrillic-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('https://www.spirit-hunters-germany.com/bl-themes/simplepf/fonts/source-sans-pro-v12-latin-ext_latin_greek-ext_vietnamese_greek_cyrillic-ext_cyrillic-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('https://www.spirit-hunters-germany.com/bl-themes/simplepf/fonts/source-sans-pro-v12-latin-ext_latin_greek-ext_vietnamese_greek_cyrillic-ext_cyrillic-regular.woff') format('woff'), /* Modern Browsers */
       url('https://www.spirit-hunters-germany.com/bl-themes/simplepf/fonts/source-sans-pro-v12-latin-ext_latin_greek-ext_vietnamese_greek_cyrillic-ext_cyrillic-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('https://www.spirit-hunters-germany.com/bl-themes/simplepf/fonts/source-sans-pro-v12-latin-ext_latin_greek-ext_vietnamese_greek_cyrillic-ext_cyrillic-regular.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}
/* source-sans-pro-700 - latin-ext_latin_greek-ext_vietnamese_greek_cyrillic-ext_cyrillic */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 700;
  src: url('https://www.spirit-hunters-germany.com/bl-themes/simplepf/fonts/source-sans-pro-v12-latin-ext_latin_greek-ext_vietnamese_greek_cyrillic-ext_cyrillic-700.eot'); /* IE9 Compat Modes */
  src: local('Source Sans Pro Bold'), local('SourceSansPro-Bold'),
       url('https://www.spirit-hunters-germany.com/bl-themes/simplepf/fonts/source-sans-pro-v12-latin-ext_latin_greek-ext_vietnamese_greek_cyrillic-ext_cyrillic-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('https://www.spirit-hunters-germany.com/bl-themes/simplepf/fonts/source-sans-pro-v12-latin-ext_latin_greek-ext_vietnamese_greek_cyrillic-ext_cyrillic-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('https://www.spirit-hunters-germany.com/bl-themes/simplepf/fonts/source-sans-pro-v12-latin-ext_latin_greek-ext_vietnamese_greek_cyrillic-ext_cyrillic-700.woff') format('woff'), /* Modern Browsers */
       url('https://www.spirit-hunters-germany.com/bl-themes/simplepf/fonts/source-sans-pro-v12-latin-ext_latin_greek-ext_vietnamese_greek_cyrillic-ext_cyrillic-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('https://www.spirit-hunters-germany.com/bl-themes/simplepf/fonts/source-sans-pro-v12-latin-ext_latin_greek-ext_vietnamese_greek_cyrillic-ext_cyrillic-700.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}




body
{
    font-family: 'Source Sans Pro', sans-serif;
    background: #2c323d;
    color: #bec6d5;
	line-height: 1.7em;
    -webkit-font-smoothing: antialiased;
}
@media (min-width: 768px)
{
    body
    {
        font-size: 18px;
    }
}
b, strong
{
	color: #e8eef8;
}

/* Generic styling */
a:link, a:visited
{
    color: #fff;
    text-decoration: none;
}
.spacer_big
{
    padding: 180px 10%;
}
@media only screen
  and (min-device-width: 768px)
  and (max-device-width: 1024px)
  and (-webkit-min-device-pixel-ratio: 1)
{
    .spacer_big
    {
        padding: 80px 4%;
    }
}
@media (max-width: 768px)
{
    .spacer_big
    {
        padding: 30px 10%;
    }
}
.spacer_medium
{
    padding: 70px 10%;
}
@media (max-width: 768px)
{
    .spacer_medium
    {
        padding: 10px 10%;
    }
}
@media only screen
  and (min-device-width: 768px)
  and (max-device-width: 1024px)
  and (-webkit-min-device-pixel-ratio: 1)
{
	.spacer_medium
    {
        padding: 30px 4%;
    }
}
.spacer_small
{
    padding: 30px 10%;
}
.p_spacer
{
    padding: 50px 0;
}
h1
{
    font-weight: 300;
}
h1 b
{
    font-size: 1.333em;
    font-weight: bold;
    color: #fff;
}

/* Top section */
.top_bg
{
    position: relative;
    overflow: hidden;
}
.top_bg:before
{
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0.08;
    background-image: url('../images/background.jpg');
    background-repeat: no-repeat;
    background-position: 50% 0;
    -ms-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
}
.top_bg_content
{
    z-index: 4;
    position: relative;
}
.link_buttons a
{
    display: inline-block;
    padding: 18px 74px;
    border: 1px solid #fff;
    border-radius: 4px;
    font-size: 1.333em;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}
@media (max-width: 1024px)
{
    .link_buttons a
    {
        margin: 10px 0;
    }
}
@media (max-width: 667px)
{
	.link_buttons a
	{
		width: 100%;
		text-align: center;
	}
}
@media only screen
  and (min-device-width: 768px)
  and (max-device-width: 1024px)
  and (-webkit-min-device-pixel-ratio: 1)
{
	.link_buttons a
	{
		padding: 18px 50px;
	}
}

.link_buttons a:hover
{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#cc0441+0,da1f2f+100 */
    background: #cc0441; /* Old browsers */
    background: -moz-linear-gradient(left,  #cc0441 0%, #da1f2f 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  #cc0441 0%,#da1f2f 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  #cc0441 0%,#da1f2f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc0441', endColorstr='#da1f2f',GradientType=1 ); /* IE6-9 */
    box-shadow: 5.657px 5.657px 27px 0px rgba(0, 0, 0, 0.35);
    border: 1px solid transparent;
}
@media (min-width: 768px)
{
    .link_buttons a
    {
        margin-right: 30px;
    }
}

/* Thumbnails section */
.thumbnails
{
    overflow: hidden;
}
.thumb_holder
{
    position: relative;
    padding: 0 !important;
}
.thumb_holder .overlay
{
    z-index: 10;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2c323d+62,3ab0a4+99&1+0,0.25+100 */
    background: -moz-linear-gradient(-45deg,  rgba(44,50,61,1) 0%, rgba(44,50,61,0.54) 62%, rgba(58,176,164,0.26) 99%, rgba(58,176,164,0.25) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg,  rgba(44,50,61,1) 0%,rgba(44,50,61,0.54) 62%,rgba(58,176,164,0.26) 99%,rgba(58,176,164,0.25) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg,  rgba(44,50,61,1) 0%,rgba(44,50,61,0.54) 62%,rgba(58,176,164,0.26) 99%,rgba(58,176,164,0.25) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c323d', endColorstr='#403ab0a4',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}
.thumb_holder .overlay:hover
{
    -ms-transform: rotate(-5deg); /* IE 9 */
    -webkit-transform: rotate(-5deg); /* Chrome, Safari, Opera */
    transform: rotate(-5deg);
}
.dots
{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border: 2px dotted #ebece4;
    margin: 40px;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}
.thumb_holder .overlay:hover > .dots
{
    margin: 20px;
    -ms-transform: rotate(3deg); /* IE 9 */
    -webkit-transform: rotate(3deg); /* Chrome, Safari, Opera */
    transform: rotate(3deg);
}
.thumb_title
{
    position: absolute;
    bottom: 5%;
    left: 5%;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
    opacity: 0;
}
.thumb_holder .overlay:hover > .dots > .thumb_title, .thumb_holder .overlay:hover > .dots > .thumb_icon
{
    opacity: 1;

}
.thumb_icon
{
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
    text-align: center;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
    opacity: 0;
}
.thumb_icon i
{
    color: #da1f2f;
}
.thumb_title b
{
    font-size: 2em;
    font-weight: bold;
}
.thumb_title p
{
    font-size: 0.889em;
    color: #bec6d5;
}

/* Footer */
footer
{
    font-size: 0.778em;
    margin: 0 0 20px 0;
}
footer a
{
    color: #fff;
}
.horizontal_line
{
    width: 80%;
    display: inline-block;
    border-bottom: 1px solid #7e8796;
    line-height: 0.1em;
    margin: 3px 0;
}
.copyright
{
    display: inline-block;
    padding-left: 10px;
}

/* Navigation */
.page_title
{
	display: none;
	font-size: 0.9em;
	color: #ffffff;
}
.page_title b
{
	font-weight: bold;
	font-size: 1.4em;
	color: #ffffff;
}
.nav_menu a
{
	display: block;
	padding: 20px !important;
	color: #ffffff;
	-webkit-transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-ms-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
}
.nav_menu a:hover
{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#da1f2f+0,cc0441+100 */
	background: #da1f2f; /* Old browsers */
	background: -moz-linear-gradient(-45deg,  #da1f2f 0%, #cc0441 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg,  #da1f2f 0%,#cc0441 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg,  #da1f2f 0%,#cc0441 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#da1f2f', endColorstr='#cc0441',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	-webkit-transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-ms-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
	color: #fff;
	font-weight: bold;
}
.navbar-collapse
{
	padding: 0 !important;
}
.nav>li:after
{
	content: "";
	border-bottom: 2px solid #808080;
	position: absolute;
	bottom: 0;
	left: 40%;
	right: 40%;
}
@media (min-width: 1024px)
{
	nav
	{
		position: fixed;
		display: none;
		text-align: center;
		left: 0;
		top: 0;
		bottom: 0;
		background: #000000;
        width: 20%;
        display: block;
    }
    .content
    {
        padding-left: 20%;
    }

	.nav_content
	{
		padding: 40px 0;
	}
	.nav_menu
	{
		padding: 60px 0;
	}
	/* Boostrap ovveride */
	.navbar-collapse
	{
		padding: 0;
	}
	.navbar-header
	{
		float: none;
	}
	.navbar-brand
	{
		float: none;
		display: block;
		height: auto;
	}
	.navbar-brand img
	{
		margin: 0 auto;
	}
	.nav>li>a
	{
		padding: 25px 15px !important;
	}
}
@media (min-width: 768px) /* Tablet */
{
	.page_title
	{
		display: block;
		line-height: 1.2em;
	}
}
@media (max-width: 1024px)
{
	.navbar-brand>img
	{
		width: 40%;
		margin: -10px 0;
	}
	.page_title
	{
		margin-top: 10px;
		left: 80px;
		position: absolute;
		font-size: 0.7em;
	}
	.nav>li>a
	{
		font-size: 1.3em !important;
	}
	.nav>li
	{
		text-align: center;
	}
}
.navbar-default .navbar-toggle .icon-bar
{
	background-color: #cc0441;
}
.navbar-default .navbar-toggle
{
	border: 1px solid transparent;
}

/* Special case for tablets, show dropdown navigation below 1024px */
@media (max-width: 1024px) {
  .navbar-header {
      float: none;
  }
  .navbar-left,.navbar-right {
      float: none !important;
  }
  .navbar-toggle {
      display: block;
  }
  .navbar-collapse {
      border-top: 1px solid transparent;
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  }
  .navbar-fixed-top {
      top: 0;
      border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
      display: none!important;
  }
  .navbar-nav {
      float: none!important;
      margin-top: 7.5px;
  }
  .navbar-nav>li {
      float: none;
  }
  .navbar-nav>li>a {
      padding-top: 10px;
      padding-bottom: 10px;
  }
  .collapse.in{
      display:block !important;
  }
}

/* Pagination */
.pages
{
	text-align: center;
	padding: 40px;
}
.pagination_button
{
	display: inline-block;
	padding: 5px 10px 30px 5px;
	border-bottom: 2px solid transparent;
}
.pagination_button:hover
{
	border-bottom: 2px solid #cc0441;
}
.pagination_button:hover > .arrow
{
	border: solid white;
	border-width: 0 3px 3px 0;
	padding: 5px;
}
.arrow {
    border: solid #5d6576;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 4px;
}
.right {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.left {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}

/* Post view */
.title
{
	font-weight: bold;
	font-size: 2.667em;
}
.cover_image
{
	margin: 30px 0;
}
.page_content blockquote
{
	margin: 30px 0;
	border-left: 5px solid #36908a;
	font-style: italic;
	font-size: 1.333em;
}

/* Social links */
.social_links
{
	text-align: center;
    padding: 10px;
}
@media (max-width: 1024px) {
	.social_links
	{
		margin-top: 30px;
	}
}
.social_links a
{
	color: #bec6d5;
	padding: 0 6px;
}
.social_links a:hover
{
	color: #da1f2f;
}
.fa-custom-size
{
	font-size: 1.3em;
}