@font-face {
  font-family: myFirstFont;
  src: url(fonts/ArtifaktElement-Regular.woff);
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}

.content .container {
	width: 1170px;
	max-width: 1170px;
	padding-top:0px !important;
	margin:0px auto;
}
.row {
	margin-right: -15px;
	margin-left: -15px;
}
.col-sm-12 {
	width: 100%;
}
.col-sm-6 {
	width: 50%;
}
.content h2{ margin-bottom:15px; color:#242671; font-size:32px; color:#fff;}
.content h3{ margin-bottom:15px; color:#000; font-weight:bold;}
.content p{ font-size:16px; line-height:28px;}

.content .customList{ margin:15px 15px;}
.content .customList li{ list-style-type:square; line-height:28px;}

.content .col-sm-4 {
	width: 33.33333333%;
}
.content .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
	float: left;
}

.home-event {
	padding: 46px 0 95px 0;
	position: relative;
}
.contact-box {
	width: 100%;
	display: inline-block;
	text-align: center;
	margin: 52px 0 0;
}
.contact-box .contactIcon {
	background: #d30030;
	width: 81px;
	height: 81px;
	display: inline-block;
	border-radius: 50%;
	margin-bottom: 32px;
}
.contact-box a {
	display: block;
	color: #6a6767;
}
.contact-box address {
	display: block;
	color: #6a6767;
	padding: 0 30px;
}
.contact-box span {
	display: block;
	color: #6a6767;
}

.contackForm {
	padding: 80px 0 0px 0px;
	width: 100%;
	display: inline-block;
	background-color:#121212;
	margin-top:75px;
	
}
.contackForm form {
	margin: 25px 0 0;
	width: 100%;
	display: inline-block;
}
.content .col-sm-6 {
	width: 50%;
}
.contackForm .input-box {
	margin: 0px 0 22px 0;
}
.contackForm label {
	color: #666;
	font-weight: normal;
	margin: 0 0 6px 0;
}
.contackForm input[type="text"] {
	width: 100%;
	border: 1px solid #e8e8e8;
	height: 38px;
	box-sizing: border-box;
	padding: 10px;
}
.contackForm textarea {
	width: 100%;
	border: 1px solid #e8e8e8;
	height: 218px;
	margin: 0;
	resize: none;
	box-sizing: border-box;
	padding: 10px;
}
.contackForm input[type="submit"] {
	width: 170px;
	float: right;
}
.content .btn:hover, .btn:focus, .btn.focus {
	color: #fff;
	text-decoration: none;
	background: #e7480b;
}
.btn {
	display: inline-block;
	padding: 14px 14px;
	margin-bottom: 0;
	font-size: 18px;
	font-weight: normal;
	line-height: 20px;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: solid 1px #f15b22;
	border-radius: 3px;
	box-shadow: inset 0px 1px 0px #e0a97f;
	background: #f15b22;
	color: #fff;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	-webkit-transition: all 1s ease;
	transition: all 1s ease;
	float:right;
	
}

.contackForm .input-box {
	margin: 0px 0 22px 0;
}

.contact-box .contactIcon img{ margin:15px auto;}

.typed_wrap{ position:absolute; z-index:999;}
.typed_wrap h1{ color:#000; font-size:72px;}

.typed::after {
	content: '|';
	display: inline;
	-webkit-animation: blink 0.7s infinite;
	-moz-animation: blink 0.7s infinite;
	animation: blink 0.7s infinite;
}

/*Removes cursor that comes with typed.js*/
.typed-cursor{
   opacity: 0;
	display: none;
}
/*Custom cursor animation*/
@keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
@-webkit-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
@-moz-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
