@import url('https://fonts.googleapis.com/css2?family=Voltaire&display=swap');

html,
body {
	height: 100%;
	width: 100%;
}

/* CUSTOM CSS RESET */

html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
	margin: 0;
	line-height: 1.3;
}

.bignagyoverlay {
	width: 100%;
	height: 100%;
	background: #000;
	z-index: 100;
	position: fixed;
	overflow-y: scroll !important;
}

.spinner {
	margin: 25% auto 0;
	width: 70px;
	text-align: center;
}

.spinner > div {
	width: 18px;
	height: 18px;
	background-color: #333;

	border-radius: 100%;
	display: inline-block;
	-webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
	animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
	-webkit-animation-delay: -0.32s;
	animation-delay: -0.32s;
}

.spinner .bounce2 {
	-webkit-animation-delay: -0.16s;
	animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
	0%,
	80%,
	100% {
		-webkit-transform: scale(0);
	}
	40% {
		-webkit-transform: scale(1);
	}
}

@keyframes sk-bouncedelay {
	0%,
	80%,
	100% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}
	40% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

nav ul {
	list-style: none;
}

hr {
	width: 30% !important;
	border-color: #998253;
}

a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	text-decoration: none;
	outline: none;
	border: none;
	color: inherit;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;
}
a:hover,
a:focus {
	color: #ccc;
	opacity: 0.8;
}
:focus {
	outline: none;
}
::-moz-focus-inner {
	border: 0;
}
img {
	height: auto;
	border: 0;
}

figure {
	display: block;
	text-align: center;
	width: 100%;
}
figure > a,
img,
svg {
	height: auto;
	width: inherit;
}
figure.logo {
	display: block;
	float: left;
	margin: 10px 58px 0 20px;
	width: 140px;
}

/* MAIN SECTION */

body {
	overflow-y: hidden;
}

body {
	font-family: 'Voltaire', Arial, sans-serif;
	font-size: 20px;
	color: white;
	background: #fff;
	text-align: justify;
}

header {
	display: none;
}

#maincontent {
	display: block;
}

.row {
	margin: 0;
	padding: 0;
}

.modal-content {
	background: #555;
	color: white;
}

.modal-header {
	border-bottom: 2px #998253 solid;
	border-top: 2px #998253 solid;
	padding: 5px 28px 5px 30px;
	margin-top: 10px;
	background: #666;
	text-shadow: 1px 1px 1px #333;
}

.modal-header h1 {
	padding: 0px;
	margin: 0px;
	line-height: 25px;
	font-size: 25px;
}

.modal-footer {
	border-top: 2px #998253 solid;
}

.icon-bar {
	background-color: #fff;
	cursor: pointer;
}

.btn-default {
	background: #ccc;
	color: #333;
	font-size: 18px;
	padding: 3px 20px 4px 20px;
	font-weight: 400;
}

.close {
	font-size: 38px !important;
	color: #ccc !important;
	opacity: 1 !important;
}

/* Code Of EWthic */

#codeofethic .modal-header {
	text-align: center;
}

#codeofethic .modal-body ol {
	background: #444;
	border-radius: 3px;
	padding: 10px 10px 0px 40px;
	margin: 0px 0px 18px 0px;
	border: 3px double #998253;
}

#codeofethic .modal-body ol li {
	padding-bottom: 15px;
}

#codeofethic img {
	margin-bottom: 20px;
}

.intro {
	height: 100%;
	text-align: center;
	padding-top: 100px;
	display: block;
}

.intro a {
	display: none;
}

.intro a img {
	max-width: 80px;
}

.newestlink {
	color: #b7a27d !important;
}

.newestlink {
	background: #3d3d3d !important;
}

.intro figure {
	margin-bottom: 30px !important;
}

.sparkles {
	display: none;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	z-index: -999;
	background: black;
}

.mainlogo {
	display: none;
}

.code-text {
	background: url('../img/fei.svg') top no-repeat;
	width: 259px;
	height: 114px;
	background-repeat: no-repeat;
	background-size: contain;

	background-position: 0px 29px;

	/* position: absolute; */
	margin-top: 0px;
	text-align: right;
	margin: 0 auto;
}

.code-text-fei {
	text-align: center;
}

.code-text img {
	max-width: 100px;
}

.fullscreen-bg {
	bottom: 0;
	left: 0;
	overflow: hidden;
	position: fixed;
	right: 0;
	top: 0;
	z-index: -100;
}
.fullscreen-bg__video {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
@media (min-aspect-ratio: 16/9) {
	.fullscreen-bg__video {
		height: 300%;
		top: -100%;
	}
}
@media (max-aspect-ratio: 16/9) {
	.fullscreen-bg__video {
		left: -100%;
		width: 300%;
	}
}
@media (max-width: 767px) {
	.fullscreen-bg {
		background: rgba(0, 0, 0, 1) url('../img/videoframe.jpg') no-repeat scroll center center / cover;
	}
	.fullscreen-bg__video {
		display: none;
	}
}
.home {
	background-image: url(../img/flame_horse9.jpg);
	background-repeat: no-repeat;

	/* background-size:contain; */

	background-position: bottom;
	min-height: 804px;
	color: white;
	-webkit-box-shadow: inset 13px -35px 40px -31px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: inset 13px -35px 40px -31px rgba(0, 0, 0, 0.75);
	box-shadow: inset 13px -35px 40px -31px rgba(0, 0, 0, 0.75);
}

.home-content {
	background: rgba(0, 0, 0, 0.5);
	border-bottom: 3px solid #998253;
	bottom: 10px;
	margin-top: 250px;
}

.home-content h1 {
	border-bottom: 7px solid #998253;
	padding-bottom: 5px;
	text-shadow: 1px 1px 1px #998253;
}

.theshow {
	background: url('../img/stardust.png') repeat;
	/* height: 800px; */
	color: White;
	-webkit-box-shadow: 0px 0px 109px 44px rgba(0, 0, 0, 1);
	-moz-box-shadow: 0px 0px 109px 44px rgba(0, 0, 0, 1);
	box-shadow: 0px 0px 109px 44px rgba(0, 0, 0, 1);
	border-top: 4px solid #998253;
	border-bottom: 4px solid #998253;
	padding-bottom: 70px;
	padding-top: 50px;
	-webkit-box-shadow: inset 13px -35px 40px -31px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: inset 13px -35px 40px -31px rgba(0, 0, 0, 0.75);
	box-shadow: inset 13px -35px 40px -31px rgba(0, 0, 0, 0.75);
	z-index: 9999;
}

.theshow h1 {
	font-size: 80px;
	text-align: center;
	border-bottom: 2px solid #998253;
}

#arcline img,
#straight img {
	border: 3px double #ccc;
	padding: 2px;
	background: #777;
	margin: 0px 0px 15px 0px;
}

.cvikker {
	margin-top: 38px;
}

.cvikker p {
	text-align: center;
}

.cvikker p a,
.team p a,
.artists a {
	font-size: 24px;
	border: 1px solid #998253;
	color: #998253;
	padding: 5px 10px 5px 10px;
	margin-top: 15px;
	display: block;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.cvikker p a:hover,
.team p a:hover,
.artists a:hover {
	background: #666;
	text-decoration: none;
	color: white;
}

.team p a {
	width: 210px;
	margin: 0 auto;
}

.artists a {
	display: inline-block;
	margin: 0px 5px 10px 0px !important;
}

.artists h2 {
	font-size: 60px;
	text-align: center;
	border-bottom: 2px solid #998253;
	margin-top: 50px;
	padding-bottom: 10px;
}

.artists h3 {
	font-size: 30px;
	border-bottom: 1px solid #998253;
	margin-bottom: 0px;
	background: rgba(0, 0, 0, 0.7);
	padding: 10px 10px 10px 23px;
	text-shadow: 1px 1px 0px #998253;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	-webkit-box-shadow: inset -30px 104px 23px -80px rgba(0, 0, 0, 0.6);
	-moz-box-shadow: inset -30px 104px 23px -80px rgba(0, 0, 0, 0.6);
	box-shadow: inset -30px 104px 23px -80px rgba(0, 0, 0, 0.6);
}

.artists h3 ~ .row {
	background: rgba(0, 0, 0, 0.5); /* border: 1px solid #998253; */
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}

.artits-icons figure img {
	max-width: 300px;
}

.artits-icons {
	border-right: 1px solid #222;
	padding: 0px 20px 10px 20px;
	margin: 15px 0px 15px 0px;
	text-align: center !important;
}

.artist-descr {
	padding: 15px 20px 20px 20px;
	text-align: justify;
}

.artist-descr p:first-child {
	/* border-bottom: 1px solid #333; */ /* padding-bottom:5px; */
	margin-bottom: 17px;
}

.falconry-logo figure img {
	max-width: 154px !important;
	padding-top: 0px;
}

.falconry-logo {
	margin: 10px 0;
	padding: 0px;
}

.firearchery-icon figure img {
	max-width: 180px;
}

.equine-icon {
	padding: 15px 15px 10px 15px;
}

/*    EXECTAM     */
.execteam-main .execteam-descr:first-child {
	padding: 17px 0px 18px 0px;
}

.execteam-descr:first-child a {
	/* margin-top: 10px!important; */
	text-align: center !important;
	width: 110px; /* height: 100px; */
	display: inherit;
	margin: 0 auto !important; /* display: inherit; */ /* margin-left: 5px!important; */
}

.execteam-descr p {
	padding: 15px 20px 20px 20px;
	text-align: justify;
	background: rgba(0, 0, 0, 0.5); /* border: 1px solid #998253; */
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}

.execteam-main .execteam-descr p {
	background: none;
	margin: 0px;
	padding: 10px 0px 10px 0px;
	font-size: 17px;
}

.execteam-content {
	background: rgba(0, 0, 0, 0.5); /* border: 1px solid #998253; */
}

.execteam h3 {
	text-align: left;
}

/* Team */

.team {
	background: #333;
	background: url(../img/horses2.jpg) bottom;

	width: 100%;
	border-bottom: 4px solid #998253;
}

.team h1 {
	font-size: 80px;
	text-align: center;
	border-bottom: 2px solid #998253;
}

.team h2 {
	font-size: 40px;
}

.team img {
	/* border: 1px solid #ccc; */
	padding: 5px;
	margin-top: 21px;
	margin-bottom: 10px;
}

.team-content {
	margin-bottom: 100px;
}

.team-block {
	min-height: 767px;
	background: rgba(0, 0, 0, 0.7);
	padding: 40px 30px 32px 30px;
}

.artists {
	background: #333;
	background: url('../img/stardust.png') repeat;
}

.artists-content {
}

.execteam {
	text-align: justify;
}

.execteam h1 {
	background: none;
}

.execteam img {
	border: 1px solid #998253;
	outline: 1px solid#555;
	outline-offset: 3px;
	max-width: 150px;
	margin-bottom: 10px;
}

/* Contact */

#kadarrobi,
#mikibemer {
	text-align: center;
}

.navbar a,
#navbar a {
	color: #fff;
	font-size: 18px;
}

.nav > li > a:focus {
	background: none !important;
}

.navbar-bold.affix {
	background-color: #d46054;
}
.navbar-bold {
	background-color: #f68076;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.navbar-bold li a:hover,
.navbar-bold li.active {
	background-color: #d46054;
}
.alt {
	background-color: rgba(51, 51, 51, 0.98);
	border-bottom: 1px solid #555;
}
.alt.affix {
	/* ALTERNATIVE AFFIX */
}
.alt li a:hover,
.alt li.active {
	background-color: rgba(148, 131, 84, 0.5);
}

a.scrollup {
	display: block !important;
	/* position: absolute; */
	right: 0px;
	font-size: 30px;
	text-align: center;
	margin-top: 30px !important;
	background: rgba(255, 255, 255, 0.1);
	text-decoration: none;
}

/* Large Devices, Wide Screens */
@media only screen and (max-width: 1200px) {
}

/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
	.mainlogo {
		max-width: 300px;
	}
}

/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
	.mainlogo {
		max-width: 300px;
	}
	.team {
		background-image: none;
		background: #333;
	}
}

/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
	.cvikker figure img {
		width: 150px;
	}
	.mainlogo {
		max-width: 300px;
	}
	.team {
		background-image: none;
		background: #333;
	}
}

/* Custom, iPhone Retina */
@media only screen and (max-width: 320px) {
	.cvikker figure img {
		width: 150px;
	}
	.mainlogo {
		max-width: 300px;
	}
	.team {
		background-image: none;
		background: #333;
	}

	.team-block {
		padding: 0px !important;
		margin: 0px !important;
	}
}

@font-face {
	font-family: 'fontello';
	src: url('./font/fontello.eot?56876584');
	src: url('./font/fontello.eot?56876584#iefix') format('embedded-opentype'),
		url('./font/fontello.woff?56876584') format('woff'), url('./font/fontello.ttf?56876584') format('truetype'),
		url('./font/fontello.svg?56876584#fontello') format('svg');
	font-weight: normal;
	font-style: normal;
}

.demo-icon {
	font-family: 'fontello';
	font-style: normal;
	font-weight: normal;
	speak: none;

	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	margin-right: 0.2em;
	text-align: center;
	/* opacity: .8; */

	/* For safety - reset parent styles, that can break glyph codes*/
	font-variant: normal;
	text-transform: none;

	/* fix buttons height, for twitter bootstrap */
	line-height: 1em;

	/* Animation center compensation - margins should be symmetric */
	/* remove if not needed */
	margin-left: 0.2em;

	/* You can be more comfortable with increased icons size */
	/* font-size: 120%; */

	/* Font smoothing. That was taken from TWBS */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;

	/* Uncomment for 3D effect */
	/* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-mail-alt:before {
	content: '\e800';
}
.icon-mail:before {
	content: '\e801';
}
.icon-mobile:before {
	content: '\e802';
}
.icon-phone:before {
	content: '\e803';
}
.icon-phone-squared:before {
	content: '\e804';
}
.icon-facebook:before {
	content: '\e805';
}
.icon-facebook-squared:before {
	content: '\e806';
}
.icon-facebook-official:before {
	content: '\e807';
}
.icon-up-open:before {
	content: '\e808';
}
.icon-up-big:before {
	content: '\e809';
}
.icon-up-circled:before {
	content: '\e80a';
}
.icon-angle-circled-up:before {
	content: '\e80b';
}
