@font-face {
font-family: 'Circular Std Book';
font-style: normal;
font-weight: normal;
src: local('Circular Std Book'), url('../fonts/CircularStd-Book.woff') format('woff');
}

@font-face {
font-family: 'Circular Std Medium';
font-style: normal;
font-weight: normal;
src: local('Circular Std Medium'), url('../fonts/CircularStd-Medium.woff') format('woff');
}

@font-face {
font-family: 'Circular Std Bold';
font-style: normal;
font-weight: normal;
src: local('Circular Std Bold'), url('../fonts/CircularStd-Bold.woff') format('woff');
}

body, html {
	font-family: 'Circular Std Book';
}

button, button:hover, button:focus, a:hover, a:focus {
  text-decoration: none;
  outline: none;
}
.pos-relative {
  position: relative;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input, button {
  outline: none;
}
::selection {
background: #fff;
color: #141a21;
text-shadow: none;
}



.modal-content {
  box-shadow: 0 0px 10px rgba(0,0,0,0.3);
  border-radius: 3px;
  border:none;
}
.modal-content {
    border-radius: 5px;
    border: none;
    background-color: white;
    padding: 30px 20px;
    overflow: hidden;
}


.modal-content .formclass label  {
    color: #777777;
}
.modal-content .formclass input {
	border: 0;
	width: 100%;
	padding: 15px 20px;
	margin-bottom: 30px;
	color: #404b61;
	background: transparent;
	border-radius: 5px;
	box-shadow: 1.5px 2.6px 24px 0 rgba(0, 0, 0, 0.16);
	height: inherit;
}
.modal-content .formclass input[type='checkbox'] {
	border: 0;
	width: 50%;
	padding: 15px 20px;
	color: #404b61;
	background: transparent;
	border-radius: 5px;
	box-shadow: none;
	height: inherit;
}
.modal-content .formclass input:focus, .modal-content .formclass textarea:focus {
  box-shadow: 1.5px 2.6px 24px 0 rgba(0, 0, 0, 0.16);
}
.modal-content .formclass input[type='checkbox'] {
    border: 0;
    width: 100%;
    padding: 15px 20px;
    color: #404b61;
    background: transparent;
    border-radius: 5px;
    box-shadow: none;
    height: inherit;
}
.modal-content .formclass a {
	    color: #141a21;
}
.modal-content .formclass a.display-inline {
	display: inline!important;
}
.modal-content .formclass span {
    color: #ee3f3c;
}

.modal-backdrop.show {
  opacity: 0.8;
}
.modal-backdrop {
     background-color: #101010;
}
.modal-header {
  border-bottom: none;
  padding-bottom: 0;
  padding-top: 0;
  background: transparent;
}
.modal-header h4 {
      color: #141a21;
    margin: 0px 0 20px 0;
    font-family: 'Circular Std Medium';
    font-size: 1.5em;
    line-height: 1;
    letter-spacing: 1px;
}
.modal-dialog {
    transform: translate(0, 20%) !important;
    -ms-transform: translate(0, 20%) !important; /* IE 9 */
    -webkit-transform: translate(0, 20%) !important; /* Safari and Chrome */
}



.modal-content .formclass .selector {
	position: relative;
}
.modal-content .formclass .selector:before {
	font-family: "Flaticon";
	content: "\f103";
	position: absolute;
	right: 20px;
	top: 15px;
}
.modal-content .formclass select {
	-webkit-appearance:none;
		border: 0;
	width: 100%;
	padding: 15px 20px;
	color: #404b61;
	background: transparent;
	border-radius: 5px;
	box-shadow: 1.5px 2.6px 24px 0 rgba(0, 0, 0, 0.16);
	height: inherit;
}
.modal-content .formclass textarea {
  border: 0;
  width: 100%;
  padding: 12.5px 20px;
  color: #777777;
  background: transparent;
  border-radius: 5px;
  resize: none;
  box-shadow: 0px 2px 10px rgba(75, 72, 72, 0.23);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  height: 140px;
}
.modal-content .formclass button {
    background: #ee4142;
    border-radius: 5px;
    padding: 12px 40px;
    box-shadow: 1.5px 2.6px 24px 0 rgba(0, 0, 0, 0.16);
    display: inline-block;
    color: white;
    border:none;
}


.modal-body input {
    width: 100%;
}
.modal-body h5 {
	color: #f13f3c;
	margin: 0px 0 40px 0;
	font-size: 1em;
	line-height: 1;
	letter-spacing: 0;
	text-transform: uppercase;
	font-family: 'Circular Std Bold';
}
.modal-body {
  color: #7E7E7E;
}
.modal-content .formclass a {
	display: block;
	cursor: pointer;
}

.modal-header .close {
  outline: none;
  margin-top: 0;
  z-index: 999;
  position: absolute;
  opacity: 1;
  top: 0;
  margin: 0;
  background: #ee4142;
  right: 0;
  color: white;
  text-shadow: none;
  padding: 17px 21px;
  font-size: 20px;
  border-radius: 0px 0px 0px 5px;
}


.navbar-nav .nav-link {
	color: #f3f3f3;
}
.navbar-nav .activator .nav-link:before {
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    background: #f06561;
    bottom: 0;
    left: 0;
}
.navbar-nav .langers:before {
	content: '/';
	position: absolute;
	left: 0;
	font-size: 0.7em;
	opacity: 0.7;
	top: 10px;
}
.thislangers .dropdown-item  {
	display: inline-block;
    width: auto;
}
.thislangers .dropdown-menu:after {
	    content: '';
    width: 10px;
    height: 10px;
    position: absolute;
    top: -3px;
    transform: rotate(45deg);
    left: calc(50% - 5px);
    background: white;
}
.btn-secondary.focus, .btn-secondary:focus, .show>.btn-secondary.dropdown-toggle:focus-within, .show>.btn-secondary.dropdown-toggle:active, .show>.btn-secondary.dropdown-toggle:focus, .show>.btn-secondary.dropdown-toggle {
	    color: #fff;
    background-color: transparent;
    border: none;
    box-shadow:none;
}
.thislangers .dropdown-menu {
	min-width: auto;
}
.langers.dropdown-toggle::after {

}
.navbar-nav .langers {
	    background: transparent;
    border: none;
    /* font-size: 0.7em; */
    margin-left: 10px;
    position: relative;
    opacity: 0.7;
}
.navbar-nav .activator .nav-link {
	position: relative;
}
.navbar-expand-lg .navbar-nav .nav-link.signupbut {
	background: rgba(255, 255, 255, 0.20);
    border-radius: 5px;
    padding: 8px 20px;
    margin-left: 20px;
    box-shadow: 1.5px 2.6px 24px 0 rgba(255, 255, 255, 0.08)
}
.dropdown:hover>.dropdown-menu {
  display: block;
}

.new_main {
	position: relative;
}
.new_main:before {
	content: '';
	z-index: -1;
	border-bottom-left-radius:200px;
	height: 100%;
	width: 100%;
	position: absolute;
	background: #141a21;
	/*background: linear-gradient(135deg, rgba(21,36,62,1) 80%, rgba(240,63,60,1) 80%);*/
}
.new_main h1 {
	color: #f3f3f3;
    margin: 80px 0;
    font-family: 'Circular Std Medium';
    font-size: 3.5em;
    line-height: 1;
    letter-spacing: 1px;
}
.new_main .box-hero-img {
	border-radius: 15px;
	box-shadow: 1.5px 2.6px 24px 0 rgba(0, 35, 136, 0.08);
	position: relative;
	z-index: 4;
	margin-bottom: -100px;
}

.get_dashboard {
	padding: 240px 0 0px 0;
	position: relative;
	background: #141a21;
}
.get_dashboard:before {
    content: '';
    top: 0;
    border-top-right-radius: 200px;
    height: 100%;
    width: 100%;
    position: absolute;
    background: #fff;
    z-index: 0;
}
.get_dashboard h2 {
	color: #141a21;
    margin: 0 0 20px 0;
    font-family: 'Circular Std Bold';
    font-size: 2.8em;
    line-height: 1;
}
.get_dashboard p {
	margin-bottom: 20px;
}
.get_dashboard .diffrow {
	display: flex;
	justify-content: center;
	align-items: center; 
}

.for_athletes {
	padding: 80px 0;
	position: relative;
	background: #f3f3f3;
}
.for_athletes:before {
    content: '';
    top: 0;
    left: 0;
    height: 30%;
    width: 100%;
    position: absolute;
    background: #ffffff;
    z-index: 0;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 200px;
}
.for_athletesddd:before {
    content: '';
    top: 0;
    left: 0;
    height: 30%;
    width: 100%;
    position: absolute;
    background: #f3f3f3;
    z-index: 0;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 200px;
}
.for_athletes h2 {
	color: #141a21;
    margin: 0 0 20px 0;
    font-family: 'Circular Std Bold';
    font-size: 2.8em;
    line-height: 1;
}
.for_athletes p {
	margin-bottom: 20px;
}
.for_athletes .diffrow {
	display: flex;
	justify-content: center;
	align-items: center; 
}

.box_using {
	padding: 80px 0;
	position: relative;
	background: #f3f3f3;
}
.box_using h2 {
	color: #141a21;
	text-align: center;
    margin: 0 0 20px 0;
    font-family: 'Circular Std Bold';
    font-size: 2.8em;
    line-height: 1;
}
.box_using img {
	box-shadow: 1.5px 2.6px 24px 0 rgba(0, 35, 136, 0.08);
}
.box_using a h3 {
	font-size: 1.2em;
	margin-top: 10px;
	margin-bottom: 0;
	color: #141a21;
}
.box_using a p {
	font-size: 1em;
	margin-bottom: 0;
	color: #141a21;
	opacity: 0.8;
	font-family: 'Circular Std Bold';
}

.reviews_home {
	padding: 80px 0;
	background: #f3f3f3;
	text-align: center;
}
.reviews_home h2 {
	color: #141a21;
    margin: 0 0 20px 0;
    font-family: 'Circular Std Bold';
    font-size: 2.8em;
    line-height: 1;
}
.reviews_home p {
	margin-bottom: 20px;
}
.reviews_home a {
	background: rgb(239, 63, 60);
	border-radius: 5px;
	padding: 12px 40px;
	box-shadow: 1.5px 2.6px 24px 0 rgba(0, 0, 0, 0.16);
	display: inline-block;
	color: white;
}
footer {
	background: #f3f3f3;
	padding: 80px 0 40px 0;
}
footer p {
	margin-top: 20px;
	margin-bottom: 0;
}
footer a, footer a:hover {
	color: #404b61;
}

.howitworks {
	padding: 80px 0;
	position: relative;
	background: #141a21;
}
.howitworks:before {
    content: '';
    top: 0;
    border-top-right-radius: 200px;
    height: 100%;
    width: 100%;
    position: absolute;
    background: #fff;
    z-index: 0;
}
.howitworks h2 {
	color: #141a21;
    margin: 0 0 20px 0;
    font-family: 'Circular Std Bold';
    font-size: 2.8em;
    line-height: 1;
}
.howitworks p {
	margin-bottom: 20px;
}
.howitworks .diffrow {
	display: flex;
	justify-content: center;
	align-items: center; 
}


.support_main {
	position: relative;
	background: #f3f3f3;
}
.support_main:before {
	content: '';
	z-index: 0;
	border-bottom-left-radius:200px;
	height: 100%;
	width: 100%;
	position: absolute;
	background: #141a21;
	/*background: linear-gradient(135deg, rgba(21,36,62,1) 80%, rgba(240,63,60,1) 80%);*/
}
.support_main .mainpad {
	padding: 80px 0 120px 0;
}
.support_main h1 {
	color: #f3f3f3;
    margin: 0px 0 20px 0;
    font-family: 'Circular Std Medium';
    font-size: 3.5em;
    line-height: 1;
    letter-spacing: 1px;
}
.support_main p {
	color: #f3f3f3;
    margin-bottom: 0;
    font-size: 1em;
    line-height: 1;
    font-family: 'Circular Std Book';
    letter-spacing: 1px;
}
.support_main p a {
	color: #f2645d;
}
.howitworks_main {
	position: relative;
	background: #ffffff;
}
.howitworks_main:before {
	content: '';
	z-index: 0;
	border-bottom-left-radius:200px;
	height: 100%;
	width: 100%;
	position: absolute;
	background: #141a21;
	/*background: linear-gradient(135deg, rgba(21,36,62,1) 80%, rgba(240,63,60,1) 80%);*/
}
.howitworks_main .mainpad {
	padding: 80px 0 120px 0;
}
.howitworks_main h1 {
	color: #f3f3f3;
    margin: 0px 0 20px 0;
    font-family: 'Circular Std Medium';
    font-size: 3.5em;
    line-height: 1;
    letter-spacing: 1px;
}
.howitworks_main p {
	color: #f3f3f3;
    margin-bottom: 0;
    font-size: 1em;
    line-height: 1;
    font-family: 'Circular Std Book';
    letter-spacing: 1px;
}

.contactform {
	padding: 80px 0;
	position: relative;
	background: #141a21;
}
.contactform:before {
    content: '';
    top: 0;
    border-top-right-radius: 200px;
    height: 100%;
    width: 100%;
    position: absolute;
    background: #f3f3f3;
    z-index: 0;
}
.contactform .formclass {
	border-radius: 15px;
	box-shadow: 1.5px 2.6px 24px 0 rgba(0, 35, 136, 0.08);
	position: relative;
	padding: 30px 45px;
	z-index: 4;
	margin-top: -120px;
	background: white;
}
.contactform .formclass label  {
    color: #777777;
}
.contactform .formclass input {
	border: 0;
	width: 100%;
	padding: 15px 20px;
	color: #404b61;
	background: transparent;
	border-radius: 5px;
	box-shadow: 1.5px 2.6px 24px 0 rgba(0, 0, 0, 0.16);
	height: inherit;
}
.contactform .formclass input[type='checkbox'] {
	border: 0;
	width: 100%;
	padding: 15px 20px;
	color: #404b61;
	background: transparent;
	border-radius: 5px;
	box-shadow: none;
	height: inherit;
}
.contactform .formclass input:focus, .contactform .formclass textarea:focus {
  box-shadow: 1.5px 2.6px 24px 0 rgba(0, 0, 0, 0.16);
}
.contactform .formclass a {
	color: #141a21;
}
.contactform .formclass span {
	color: #ee3f3c
}
.contactform .formclass .selector {
	position: relative;
}
.contactform .formclass .selector:before {
	font-family: "Flaticon";
	content: "\f103";
	position: absolute;
	right: 20px;
	top: 15px;
}
.contactform .formclass select {
	-webkit-appearance:none;
		border: 0;
	width: 100%;
	padding: 15px 20px;
	color: #404b61;
	background: transparent;
	border-radius: 5px;
	box-shadow: 1.5px 2.6px 24px 0 rgba(0, 0, 0, 0.16);
	height: inherit;
}
.contactform .formclass textarea {
  border: 0;
  width: 100%;
  padding: 12.5px 20px;
  color: #777777;
  background: transparent;
  border-radius: 5px;
  resize: none;
  box-shadow: 0px 2px 10px rgba(75, 72, 72, 0.23);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  height: 140px;
}
.contactform .formclass button, .contactform .formclass button:active, .contactform .formclass button:focus {
    background: rgb(239, 63, 60)!important;
    border-radius: 5px;
    padding: 12px 40px;
    box-shadow: 1.5px 2.6px 24px 0 rgba(0, 0, 0, 0.16)!important;
    display: inline-block;
    color: white;
    border:none;
}





.termsprivacy {
	padding: 80px 0;
	position: relative;
	background: #f3f3f3;
}
.termsprivacy h1, .termsprivacy h2 {
    color: #141a21;
    margin: 0 0 20px 0;
    font-family: 'Circular Std Bold';
    font-size: 1.2em;
    line-height: 1;
}
.termsprivacy p {
	    color: #141a21;
    margin-bottom: 20px;
}
.termsprivacy a {
	color: #ee4142;
	text-decoration: underline;
}
.pricetable {

  padding: 80px 0;
  position: relative;
      background: #f3f3f3;
}
.pricing {
	top: -150px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
  margin-bottom: -150px;
  position: relative;
}
.pricing-item {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: stretch;
  align-items: stretch;
  text-align: center;
  -webkit-flex: 0 1 330px;
  flex: 0 1 330px;
}
.pricing-action {
  color: inherit;
  border: none;
  background: none;
}
.pricing-action:focus {
  outline: none;
}

.pricing-feature-list {
  text-align: left;
}

.pricing-palden .pricing-item {
  cursor: default;
  color: #f3f3f3;
  background: #141a21;
  box-shadow: 1.5px 2.6px 24px 0 rgba(0, 35, 136, 0.08);
  border-radius: 5px 5px 5px 5px;
  margin: 1em;
}

@media screen and (min-width: 66.25em) {
  .pricing-palden .pricing-item {
    margin: 1em -0.5em;
  }

  .pricing-palden .pricing__item--featured {
    margin: 0;
    z-index: 10;
    box-shadow: 1.5px 2.6px 24px 0 rgba(132, 132, 132, 0.08);
  }
}
.pricing-palden .pricing-deco {
  border-radius: 5px 5px 0 0;
  background: white;
  padding: 4em 0 9em;
  position: relative;
}
.pricing-palden .pricing-deco-img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 160px;
}
.pricing-palden .pricing-title {
  font-size: 1.2em;
  margin: 0;
  color: #141a21;
}
.pricing-palden .deco-layer {
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
}
.pricing-palden .pricing-item:hover .deco-layer--1 {
  -webkit-transform: translate3d(15px, 0, 0);
  transform: translate3d(15px, 0, 0);
}
.pricing-palden .pricing-item:hover .deco-layer--2 {
  -webkit-transform: translate3d(-15px, 0, 0);
  transform: translate3d(-15px, 0, 0);
}
.pricing-palden .icon {
  font-size: 2.5em;
}
.pricing-palden .pricing-price {
  font-size: 5em;
  font-weight: bold;
  padding: 0;
  color: #141a21;
  margin: 0 0 0.25em 0;
  line-height: 0.75;
}
.pricing-palden .pricing-currency {
  font-size: 0.25em;
  vertical-align: top;
}
.pricing-palden .pricing-period {
  font-size: 0.25em;
  padding: 0;
}
.pricing-palden .pricing__sentence {
  font-weight: bold;
  margin: 0 0 1em 0;
  padding: 0 0 0.5em;
}
.pricing-palden .pricing-feature-list {
  margin: 0;
  padding: 0.25em 0 2.5em;
  list-style: none;
  text-align: center;
}
.pricing-palden .pricing-feature {
  padding: 1em 0;
}
.pricing-palden .pricing-action {
  margin: auto 3em 2em 3em;
  padding: 1em 2em;
  color: #fff;
  border-radius: 5px;
  box-shadow: 1.5px 2.6px 24px 0 rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.20);
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.pricing-palden .pricing-item--featured .pricing-deco {
  padding: 5em 0 8.885em 0;
}
/*
	.md .navbar-inner {
		background-image: url(img/omnilogo144.png);
		background-repeat: no-repeat;
		background-size: 45px;
		background-position: 10px 5px;	
	}
*/
#cookiesterms {
	position: fixed;
	bottom: 0px;
	width: 100%;
	text-align: center;
	background: #141a21;
	z-index: 999999;
	padding: 20px;
	color: #f3f3f3;
	margin-bottom: 0px;
}
#cookiesterms p {
	margin-bottom: 0px;
	margin: 0;
}
#cookiesterms p a.link {
	text-decoration: none;
	color: #f2645d;
}
#cookiesterms p a.closebutcok {
	text-decoration: none;
	color: rgb(240, 240, 241);
	background: #141a21;
	display: inline-block;
	border-radius: 100%;
	width: 30px;
	height: 30px;
	cursor: pointer;
	position: absolute;
	top: -15px;
	right: 15%;
	padding: 3px 1px 5px 1px;
	line-height: 1;
	font-size: 1.4em;
}
#thismainformbody {
	display: none;
}

@media (max-width: 768px) {
	
	#thismainformbody {
		position: fixed;
		bottom: 0;
		left: 0;
		width: 60%;
		padding: 20px;
		background: transparent;
		z-index: 99999;
		display: block;	
	}
	#thismainformbody a {
		width: 100%;
		text-align: center;
		display: inline-block;
		background: rgb(20, 25, 32);
		padding: 12px 10px;
		border-radius: 10px;
		color: white;
		font-weight: 700;
		letter-spacing: 1px;
		font-size: 1em;
	}

	
	.new_main h1 {
		font-size:2em;
	}
	.for_athletes:before {
		height: 50%;
	}
	.for_athletes h2, .howitworks h2, .box_using h2, .reviews_home h2, .get_dashboard h2 {
		font-size: 2.4em;
		text-align: center;
		margin: 20px 0;
	}
	.get_dashboard p, .for_athletes p {
		text-align: center;
	}
	footer {
		text-align: center;
	}
	footer p {
		margin-bottom: 20px;
	}
	footer .text-right p {
		text-align: center!important;
	}
	.howitworks_main:before {
		border-bottom-left-radius: 130px;
	}
	.howitworks:before {
		    border-top-right-radius: 130px;
	}
	.flaticon-menu {
		font-size: 1.5em;
		color: white;
	}
	.mobilelang .dropdown-item {
		display: inline-block;
		color: white;
		width: auto;
		padding: 10px 15px;
		margin-top: 22px;
	}
	.navbar-nav {
		text-align: center;
	}
	.navbar-nav .nav-link {
		margin: 10px 0;
		padding: 10px 0;
	}
	.navbar-expand-lg .navbar-nav .nav-link.signupbut {
		display: inline-block;
		margin-left: 20px;
	}
	.navbar-nav .activator .nav-link:before {
		left: 35%;
		width: 30%;
	}
	.contactform .formclass {
		padding: 30px 15px;
	}
	.contactform .formclass input[type='checkbox'] {
		width: inherit;
	}
	.navbar-expand-lg .navbar-nav .nav-link.signupbut {
		margin-left: 0;
	}
	.contactform .formclass button {
		width: 100%;
	}
  .dropdown-item:focus, .dropdown-item:hover {
    background: transparent;
  }
}
.loading_page {
	position: fixed;
	height: 100vh;
	width: 100vw;
	top:0;
	left: 0;
	background: #141a21 url('../img/omnilogo144.png') no-repeat center center;
	z-index: 9999;
}