/* Imports */
@import "spinners.css";

/* Fonts */
/* @import url('https://fonts.googleapis.com/css?family=Titillium+Web:200,200i,300,300i,400,400i,600,600i,700,700i,900&subset=latin-ext'); */
@font-face {
  font-family: Klavika;
  src: url(fonts/klavika-regular.otf);
}
@font-face {
  font-family: Klavika-Light;
  src: url(fonts/klavika-light.otf);
}
@font-face {
  font-family: Klavika-Medium;
  src: url(fonts/klavika-medium.otf);
}
@font-face {
  font-family: Klavika-Bold;
  src: url(fonts/klavika-bold.otf);
}
@font-face {
  font-family: Klavika-Italic;
  src: url(fonts/klavika-regular-italic.otf);
}
@font-face {
  font-family: Geogrotesque;
  src: url(fonts/geogrotesque-regular.ttf);
}
@font-face {
  font-family: Geogrotesque-Light;
  src: url(fonts/geogrotesque-light.ttf);
}
@font-face {
  font-family: Geogrotesque-Bold;
  src: url(fonts/geogrotesque-bold.ttf);
}
@font-face {
  font-family: Geogrotesque-SemiBold;
  src: url(fonts/geogrotesque-semibold.ttf);
}

/* Preloader */
.preloader {
	width: 100%;
	height: 100%;
	top: 0px;
	position: fixed;
	z-index: 99999;
	background: #ffffff;
}
.preloader .cssload-speeding-wheel {
	position: absolute;
	top: calc(50% - 3.5px);
	left: calc(50% - 3.5px);
}

/* General */
html, body, .view {
    height: 100%;
}
body {
	font-family: 'Klavika', sans-serif;
	font-size: 16px;
	color: #373737;
	background-color: #fff;
}
label {
	font-weight: 600;
}
.switch label {
	font-weight: normal;
	font-size: 12px !important;
}
.btn-info {
    background-color: #000!important;
    color: #fff!important;
}
.pt-200 {
	padding-top: 200px;
}
.pb-50 {
	padding-bottom: 50px;
}
.vp {
	min-height: 80vh;
}
.vh {
	min-height: 100vh;
}
.modal-dialog {
	min-height: 90%;
}
.modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.modal-header .close {
	margin: 0px !important;
}
::-webkit-scrollbar {
  width: 10px;
}
::-webkit-scrollbar-track {
  background: #fff; 
}
::-webkit-scrollbar-thumb {
  background: #000; 
}
::-webkit-scrollbar-thumb:hover {
  background: #ff7e1f; 
}
.mobile { display: none; }
.web { display: block; }
*:focus {
    outline: none !important;
	box-shadow:none !important;
}

/* Scroll Icon */
.icon-scroll,
.icon-scroll:before {
  	position: absolute;
  	left: 50%;
}
.icon-scroll {
  	width: 25px;
    height: 40px;
    bottom: 20px;
    box-shadow: inset 0 0 0 1px #fff;
    border-radius: 25px;
}
.icon-scroll:before {
  	content: '';
  	width: 8px;
  	height: 8px;
 	background: #fff;
	margin-left: -4px;
	top: 0px;
	border-radius: 4px;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-name: scroll;
	animation-name: scroll;
}
@-webkit-keyframes scroll {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
		-webkit-transform: translateY(40px);
		transform: translateY(40px);
	}
}
@keyframes scroll {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
		-webkit-transform: translateY(40px);
		transform: translateY(40px);
	}
}

/* Scroll Top */
.to-top {
    width: 45px;
    height: 45px;
    font-size: 27px;
    line-height: 40px;
    color: #000;
    background: #ff7e1f;
    border-radius: 50%;
	border: 1px solid #000;
    position: fixed;
    right: 30px;
    bottom: 10px;
    overflow: hidden;
    text-align: center;
    text-decoration: none !important;
    z-index: 20;
    transition: .3s all ease;
}
.to-top:hover {
    color: #ff7e1f;
    background: #000;
	border: 1px solid #ff7e1f;
}

/* Forms */
form .custom-file-input ~ .custom-file-label::after {
    content: "Dosya Seç";
}
form .preview {
	width: 100px;
	height: 50px;
	border: 1px solid #ccc;
	background-color: #fff;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	margin-bottom: 20px;
}
form .doc {
	margin: 20px 0px 20px;
}
form .btn.btn-lg {
    font-size: 1.2rem;
	padding: 0.5rem 0.8rem !important;
}
form .form-control { 
	border-radius: 0px !important;  
}
form .custom-file-label {
    border-radius: 0px !important;
}
form .custom-file-label:after {
    border-radius: 0px !important;
}
form .input-group-text { 
	font-size: 1.5rem;
	border-radius: 0px;  
}
.size {
	margin: 10px 0px 10px;
	color: #900;
	display: block;
}

/* Select 2 */
.div-001 .select2-container {
    background: #ffffff !important;
    color: #000 !important;
    border: none;
}
.div-001 .select2-container .select2-choice {
    color: #bb4f4f;
	font-size: 19px;
}
.div-001 .form-control {
    height: calc(2.25rem + 10px);
    padding: 11px 2px;
    border: none;
    border-radius: 0px;
}
.div-015 .select2-container .select2-choice {
    color: #491c5c;
	font-size: 19px;
}
.div-015 .form-control {
    height: calc(2.25rem + 10px);
    padding: 11px 2px;
    border: none;
    border-radius: 0px;
}
.select2-drop {
    background: #2c2878 !important;
    color: #fff !important;
    border: 1px solid #151515 !important;
}
.select2-container .select2-choice {
	background-image: none !important;
	border: none !important;
	height: auto !important;
	padding: 0px !important;
	line-height: 22px !important;
	background-color: transparent !important;
	box-shadow: none !important;
}
.select2-container .select2-choice .select2-arrow {
	background-image: none !important;
	background: transparent;
	border: none;
	width: 14px;
	top: -2px;
}
.select2-container .select2-container-multi.form-control {
	height: auto;
}
.select2-results .select2-highlighted {
	color: #ffffff;
	background-color: #458ab6;
}
.select2-drop-active {
	border: 1px solid #e3e3e3 !important;
	padding-top: 5px;
}
.select2-search input {
	border: 1px solid rgba(120, 130, 140, 0.13);
}
.select2-container-multi {
	width: 100%;
}
.select2-container-multi .select2-choices {
	border: 1px solid #ced4da;
    border-radius: .25rem !important;
	box-shadow: none !important;
	background-image: none !important;
}
.select2-container-multi .select2-choices .select2-search-choice {
	padding: 4px 7px 4px 18px;
	margin: 5px 0 3px 5px;
	color: #555555;
	background: #f5f5f5;
	border-color: rgba(120, 130, 140, 0.13);
	-webkit-box-shadow: none;
	box-shadow: none;
}
.select2-container-multi .select2-choices .select2-search-field input {
	padding: 7px 7px 7px 10px;
	font-family: inherit;
}
.select2-result-label {
  font-size: 12px;
}
.select2-results .select2-highlighted {
    color: #ffffff;
    background: rgb(253,2,12);
}

/* Data Table */
table.dataTable.row-border tbody th, 
table.dataTable.row-border tbody td, 
table.dataTable.display tbody th, 
table.dataTable.display tbody td {
    vertical-align: middle;
}
table.dataTable thead th, table.dataTable thead td {
    padding: 10px 10px;
}
.no-sort {
	background-image: none !important;
}
.no-sort {
	pointer-events: none!important;
	cursor: default!important
}
.table-responsive select {
	margin: 0px 10px 0px 10px;
	padding: 5px;
	display: inline-block !important;
}
table td {
}
.table-responsive .btn {
	padding: 0.5rem 0.8rem !important;
}
.button-group i {
	margin-right: 10px;
}
table.dataTable .title {
	font-size: 12px;
	font-weight: bold; 
}
table.dataTable .data {
	font-size: 12px;
}
table.dataTable .product {
	width: 30px; 
	height: 30px; 
}
table.dataTable .center {
	text-align:center;
}
table.dataTable .sizeimg {
	width:auto; 
	height: 50px; 
	background-color:#fff; 
}

/* Navbar */
.top-menu {
	font-size: 12px;
	margin-left: auto;
}
.top-menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.top-menu ul li {
  float: left;
}
.top-menu ul li a {
  display: block;
  color: white;
  text-align: left;
  padding: 3px 5px;
  text-decoration: none;
}
.top-menu .member-img {
  max-width: 20px;
}
.break {
  flex-basis: 100%;
  height: 0;
}
.social-link {
	padding: 5px 10px;
	display: inline-block;
}
.social-link a {
	color: #fff;
	text-decoration: none;
}
.navbar {
	background-image:url(../images/pages/menu.png);
	background-repeat: repeat-x;
	background-size: auto 105%;
	min-height:	200px;
	box-shadow: none !important; 
}
.navbar .container {
	margin-top: -80px;
	flex-wrap: wrap;
}
.nav-link {
	font-size: 16px !important;
	padding: 5px 10px 5px 10px;
}
.navbar-collapse .navbar-nav {
	margin-left: 40px;
}
.navbar-nav .active a {
	color: #ff2c0e !important;
}
.navbar-brand img {
	max-width: 200px;
}
.nav-flex-icons .nav-item {
	min-width: 200px;
    text-align: center;
}
.navbar .nav-item.avatar img {
    height: 25px !important;
}
.navbar.navbar-dark .breadcrumb .nav-item.active>.nav-link, .navbar.navbar-dark .navbar-nav .nav-item.active>.nav-link {
    background-color: transparent;
}
.dropdown-item i {
	margin-right: 5px;
}
.nav > li.dropdown.open {
  position: relative;
}
.nav > li.dropdown.open .dropdown-menu {
  border-radius: 0px;
  text-align: center;
}
.dropdown-menu > li {
  display: inline-block;
  vertical-align: middle;
}
.dropdown .dropdown-menu, .dropleft .dropdown-menu, .dropright .dropdown-menu, .dropup .dropdown-menu {
    padding: 5px;
}
.dropdown .dropdown-menu .dropdown-item, .dropleft .dropdown-menu .dropdown-item, .dropright .dropdown-menu .dropdown-item, .dropup .dropdown-menu .dropdown-item {
    padding: 5px;
}
.navbar .dropdown-menu a {
	font-family: 'Titillium Web', sans-serif;
    font-size: 14px;
    color: #000 !important;
}
.dropdown-menu .dropdown-item:hover {
	color: #fff  !important;
	background-color: #000  !important;
	border-radius: 0px !important;
}
.dropdown-toggle::after {
	display: none !important;
}
.navbar-nav .dropdown-menu-right {
	top: 45px;
    right: 0;
    left: 0;
}
.dropdown-menu {
    z-index: 1000;
    padding: 10px;
	left: 14px;
    list-style: none;
    font-size: 5px;
    text-align: left !important;
    background: #fff !important;
    border: none;
    border-radius: 0px;
    box-shadow: none;
    background-clip: padding-box;
	margin-top: 10px !important;
}
.navbar .nav-item.avatar, .navbar .nav-item.avatar .dropdown-toggle {
    padding-bottom: 0px;
}

/* Login */
.login {
	width: 100%;
	max-width: 400px;
	margin: 0px auto;
	background-color: #000;
	color: #fff !important;
}
.login .modal-header, 
.login .modal-footer {
	background-color: #000;
	border: none;
}
.login .close{
	color: #fff; 
}
.login .logo {
	max-width: 200px;
    margin: 0px auto;
}
.login .form-control {
	color: #fff;
	border-radius: 0px !important;
	background-color: transparent !important;
}
.login input::placeholder {
  	color: #fff;
  	opacity: 1;
}
.login input:-ms-input-placeholder {
  	color: #fff;
}
.login input::-ms-input-placeholder {
    color: #fff;
}
.login a {
	color: #fff !important;
}
.login .logo {
	max-width: 200px;
	display: inline-block;
}
.login .btn {
	background-color: #ff7e1f!important;
    color: #fff!important;
	font-size: 1rem;
}
.login i {
	margin-right: 10px;
}

/* Pages */
.carousel {
	background-color: #000;
}
.carousel img {
	width: 110%;
	margin-left: -5%;
}
.carousel video {
    width: 100%;
}
.carousel .item {
  height: 80vh;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.carousel-caption {
    right: 0;
    top: 0px;
    bottom: 0px;
    left: 0;
    z-index: 10;
    padding-top: 0px;
    padding-bottom: 0px;
	padding: 20px;
}
.carousel .carousel-control-next-icon {
    background-image: url(../images/pages/arrow-right.png);
}
.carousel .carousel-control-prev-icon {
    background-image: url(../images/pages/arrow-left.png);
}
.carousel .carousel-control-next-icon, .carousel .carousel-control-prev-icon {
    width: 30px;
    height: 100px;
}
.carousel-caption .btn-dark {
	width: 222px;
    padding: 3px;
    font-size: 25px;
    border: 1px solid #fff;
    letter-spacing: 2px;
}
.carousel-caption h1 {
	font-size: 36px;
    margin-top: 40px;
}
.carousel-caption p {
	font-size: 20px;
}
.pbg1 {
	background:url('../images/pages/pbg1.jpg') !important;
	background-size:cover !important;
}
.pbg2 {
	background:url('../images/pages/pbg2.jpg') !important;
	background-size:cover !important;
}
.pbg1 .embed-responsive, .pbg2 .embed-responsive {
    height: 350px !important;
}
.pbg1 h1, .pbg2 h1  {
	font-family: 'Klavika-Medium', sans-serif !important;
	font-size: 32px;
    color: #f62204 !important;
	margin: 30px 0px 30px 0px !important;
	border: none !important;
	text-align:center !important;
}
.pbg1 h2 {
	font-family: 'Klavika-Medium', sans-serif !important;
	font-size: 20px;
    color: #f62204 !important;
	margin: 10px 0px 10px 0px !important;
	border: none !important;
}
.pbg2 h2  {
	font-family: 'Klavika-Medium', sans-serif !important;
	font-size: 27px;
    color: #f62204 !important;
	margin: 30px 0px 30px 0px !important;
	border: none !important;
	text-align:center !important;
}
.l001 {
	background-color: #1f1f1f;
	min-height: 596px;
}
.l001 p {
	margin-top: 10px !important;
}
.l001 .p20{
	padding: 0px 15px 15px 15px;
}
.content h1 {
	font-family: 'Klavika-Light', sans-serif;
    font-size: 27px;
    letter-spacing: 2px;
    color: #fff;
	text-transform: uppercase;
	margin-bottom: 6px;
	border-bottom: 1px solid #fff;
}
.ge-content h1,
.ge-content h2,
.ge-content h3,
.ge-content h4,
.ge-content h5  {
	font-family: 'Klavika-Bold', sans-serif;
    color: #000;
	margin: 30px 0px 30px 0px;
}
.ge-content big {
	font-family: 'Klavika-Bold', sans-serif;
    color: #000;
}
.content p {
	font-family: 'Klavika-Light', sans-serif;
    font-size: 16px;
    color: #fff;
	margin-top: 20px;
	text-align: justify !important;
}
.content .date {
	font-family: 'Klavika-Bold', sans-serif;
    font-size: 16px;
    color: #fff;
	margin-top: 0px;
}
.content .date a {
	font-family: 'Klavika-Bold', sans-serif;
    font-size: 16px;
    color: #fff;
	margin-top: 0px;
	float: right;
	text-decoration: none;
}
.content .date a i {
	margin-right: 10px;
}
.div-001 {
    width: 100%; 
    background: rgb(253,2,12);
    background: linear-gradient(90deg, rgba(253,2,12,1) 0%, rgba(253,100,17,1) 100%);
    padding-top: 50px;
	padding-bottom: 50px;
    text-align: center;
}
.div-001 h1 {
	font-family: 'Klavika', sans-serif;
    font-size: 30px;
    color: #fff;
    margin-bottom: 25px;
} 
.div-001 .select2 {
	max-width: 250px;
	margin-right: 10px;
	margin-bottom: 10px;
}
.div-001 .select2:last-child {
	margin-right: 0px;
}
.div-001 h1.style2 {
	font-family: 'Klavika', sans-serif;
    font-size: 45px;
    letter-spacing: 3px;
    color: #fff;
}
.div-001 .address {
	font-family: 'Klavika', sans-serif;
    font-size: 15px;
    letter-spacing: 2px;
    color: #fff;
} 
.div-001 .phone {
	font-family: 'Klavika-Bold', sans-serif;
    font-size: 27px;
    letter-spacing: 2px;
    color: #fff;
}   
.div-002 { 
    width: 100%;
    padding-top: 50px;
    padding-bottom: 80px;
    background-color: #fff;
}
.div-002 h1 {
	font-family: 'Klavika', sans-serif;
    font-size: 40px;
    color: #e68553;
    text-align: center;
} 
.div-002 p {
	font-family: 'Klavika-Medium', sans-serif;
    font-size: 24px;
    color: #000;
    text-align: center;
}
.div-002 .menu {
	width: 100%;
	min-height: 573px;
	margin-top: 50px;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
}
.div-002 .menu ul {
	list-style-type: none;
	padding: 30px 0px;
}
.div-002 .menu ul li {
	width: 250px;
	/* background: rgb(240,76,0,1.0); */
	/*background: linear-gradient(90deg, rgba(253,2,12,1) 0%, rgba(253,100,17,1) 100%);*/
	padding: 20px 10px;
	margin-bottom: 30px;
	text-align: left;
	cursor: pointer;
}
.div-002 .menu ul li:hover {
	width: 100%;
	/* background: rgb(240,76,0,0.5); */
	background: linear-gradient(90deg, rgba(255,5,0,0.5) 0%, rgba(255,111,0,0.5) 100%);
	transition: all .4s ease;
	-webkit-transition: all .4s ease;
}
  
.div-002 .menu ul li a {
	font-family: 'Klavika-Medium', sans-serif;
    font-size: 20px;
    color: #fff !important;
}
.div-002 .menu .band {
	font-family: 'Klavika-Light', sans-serif;
	font-size: 16px;
	margin-left: 10px;
    color: #fff;
	display: inline;
}
.div-003 { 
    width: 100%;
	padding-top: 50px;
	padding-bottom: 20px;
    background: rgb(253,2,12);
    background: linear-gradient(90deg, rgba(253,2,12,1) 0%, rgba(253,100,17,1) 100%);
} 
.div-003 h1 {
	font-family: 'Klavika', sans-serif;
    font-size: 45px;
    letter-spacing: 2px;
    color: #fff;
    text-align: center;
}
.div-003 .appointment-form {
	width: 58%;
	margin: 20px auto;
}
.div-003 .appointment-form .title {
	width: 80%;
    font-size: 18px;
    font-weight: 900;
    color: #ff7e1f;
    background-color: #fff;
    padding: 5px 10px;
    margin-bottom: 45px;
}
.div-003 .selections .row {
	margin-right: 0px;
    margin-left: 0px;
}
.div-003 .selections div[class*=col-] {
	padding-left: 0px;
} 
.div-003 .appointment-form .select2-container {
    font-size: 16px;
	font-weight: 600;
    background: transparent;
    text-align: center;
    border-radius: 0px !important;
    border: 2px solid #fff;
}  
.div-003 .appointment-form .select2-chosen {
	color: #fff;
    margin-right: 0px;
}
.div-003 .appointment-form .select2-arrow {
	display: none;
}
.div-003 .appointment-form label {
	font-size: 16px;
	color: #fff !important;
}
.div-003 .appointment-form label a {
	color: #fff !important;
}
.div-003 .appointment-form .form-check-input[type=checkbox]:checked+label:before, 
.div-003 .appointment-form label.btn input[type=checkbox]:checked+label:before {
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
}
.div-003 .appointment-form input {
	color: #fff;
}
.div-003 .appointment-form .btn-send {
	width: 130px;
	margin: 0px;
    padding: 3px;
    font-size: 16px;
    letter-spacing: 2px;
	background: transparent;
    text-align: center;
    border-radius: 0px !important;
    border: 2px solid #fff;
	box-shadow: none;
}
.div-003 .appointment-form .form-check-label:before {
	border: 2px solid #fff;
}
.div-004 { 
    width: 100%;
	padding-top: 50px;
	padding-bottom: 20px;
    background-color: #f7f8f7;
	text-align: center;
} 
.div-004 h1 {
	font-family: 'Klavika', sans-serif;
    font-size: 38px;
    font-weight: 600;
    color: #000;
}
.div-004 h2 {
	font-family: 'Klavika', sans-serif;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 2px;
    color: #000;
}
.div-004 .lessons {
	width: 100%;
	margin: 50px auto;
}
.div-004 .lessons div[class*=col-md-4] {
	margin-bottom: 30px;
	position: relative;
	cursor: pointer;
}
.div-004.lessons div[class*=col-md-4] div[class*=col-] {
	padding-right:0px;
	padding-left:0px;
}
.div-004 .lessons div[class*=col-md-4] .text {
	width: calc(100% - 30px);
    top: 0px;
    bottom: -30px;
    left: 15px;
	padding: 20px;
    background-color: rgb(0,0,0,0.8);
    position: absolute;
    display: none;
}
.div-004 .lessons div[class*=col-md-4] .text h1 {
	font-family: 'Klavika', sans-serif;
    font-size: 28px;
	font-weight: 100;
    color: #fff;
}
.div-004 .lessons div[class*=col-md-4] .text p {
	padding: 20px;
	font-family: 'Klavika-Light', sans-serif;
    font-size: 14px;
    color: #fff !important;
	text-align: left;
}
.div-004 .lessons div[class*=col-] {
	margin-bottom: 30px;
	position: relative;
}
.div-004 .lessons img {
	width: 100%;
}
.div-004 .lessons div[class*=col-md-4] .strip {
	font-family: 'Klavika', sans-serif;
    font-size: 21px;
    color: #fff;
    height: 38px;
    background: rgb(0,0,0,0.8);
    padding-top: 2px;
    text-align: center;
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: 0px;
}
.div-005 { 
    width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
    background: rgb(253,2,12);
    background: linear-gradient(90deg, rgba(253,2,12,1) 0%, rgba(253,100,17,1) 100%);
} 
.div-005 .contact-form {
	width: 58%;
	margin: 20px auto;
}
.div-005 .contact-form .title {
	width: 80%;
    font-size: 20px;
	font-weight: 900;
    color: #fff;
	margin-bottom: 45px;
}
.div-005 .contact-form .select2-container {
    font-size: 16px;
	font-weight: 600;
    background: transparent;
    text-align: left;
	padding-left: 0px;
    border-radius: 0px !important;
	border: none;
    border-bottom: 1px solid #ced4da;
}  
.div-005 .contact-form .select2-chosen {
	color: #fff;
    margin-right: 0px;
}
.div-005 .appointment-form .select2-arrow {
	display: none;
}
.div-005 .contact-form label {
	font-size: 16px;
	color: #fff !important;
}
.div-005 .contact-form label a {
	color: #fff !important;
}
.div-005 .contact-form input,
.div-005 .contact-form textarea {
	color: #fff;
}
.div-005 .contact-form .btn-send {
	width: 130px;
	margin: 0px auto;
    padding: 3px;
    font-size: 16px;
    letter-spacing: 2px;
	background: transparent;
    text-align: center;
    border-radius: 0px !important;
    border: 2px solid #fff;
	box-shadow: none;
}
.div-005 .contact-form .form-check-label:before {
    border: 2px solid #fff;
}
.div-005 .contact-form .form-check-input[type=checkbox]:checked+label:before, 
.div-005 .contact-form label.btn input[type=checkbox]:checked+label:before {
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
}
.div-005 .contact-form .form-check-input[type=radio]:not(:checked)+label:after, 
.div-005 .contact-form .form-check-input[type=radio]:not(:checked)+label:before, 
.div-005 .contact-form label.btn input[type=radio]:not(:checked)+label:after, 
.div-005 .contact-form label.btn input[type=radio]:not(:checked)+label:before {
    border: 2px solid #fff;
}
.div-005 .contact-form .form-check-input[type=radio].with-gap:checked+label:after, 
.div-005 .contact-form .form-check-input[type=radio]:checked+label:after, 
.div-005 .contact-form label.btn input[type=radio].with-gap:checked+label:after, 
.div-005 .contact-form label.btn input[type=radio]:checked+label:after {
	border: 2px solid #fff;
    background-color: #fff;
}
.div-006 { 
    width: 100%;
	padding-top: 50px;
	padding-bottom: 20px;
    background-color: #f7f8f7;
} 
.div-006 .clubs {
	width: 100%;
	margin: 50px auto;
}
.div-006 .clubs div[class*=col-md-4] {
	margin-bottom: 30px;
	position: relative;
	cursor: pointer;
}
.div-006 .clubs div[class*=col-md-4] div[class*=col-] {
	padding-right:0px;
	padding-left:0px;
}
.div-006 .clubs .strip {
	background: rgb(253,2,12);
    background: linear-gradient(90deg, rgba(253,2,12,1) 0%, rgba(253,100,17,1) 100%);
	padding: 10px;
	position: relative;
}
.div-006 .clubs .link {
	width: 45px;
    height: 45px;
    background: url(../images/pages/b001.png);
    background-size: 100% auto;
    background-position: center center;
    background-repeat: no-repeat;
    right: 15px;
    bottom: 15px;
    position: absolute;
}
.div-006 .clubs .title {
	font-family: 'Klavika-Light', sans-serif;
    font-size: 24px;
    margin-bottom: 15px;
    color: #fff;
}
.div-006 .clubs .place {
	font-family: 'Klavika', sans-serif;
    font-size: 15px;
    color: #fff;
}
.div-006 .clubs .phone {
	font-family: 'Klavika', sans-serif;
    font-size: 14px;
    color: #fff;
}
.div-007 { 
    width: 100%;
	padding-top: 50px;
	padding-bottom: 50px;
    background-color: #f7f8f7;
	text-align: center;
}
.div-007 h1 { 
    font-family: 'Geogrotesque', sans-serif;
    font-size: 34px;
    margin-bottom: 15px;
    color: #000;
}
.div-007 p { 
    font-family: 'Geogrotesque', sans-serif;
    font-size: 16px;
    margin-bottom: 45px;
    color: #000;
} 
.div-007 .work-hours { 
    font-family: 'Geogrotesque', sans-serif;
    font-size: 18px;
    margin-bottom: 45px;
    color: #ff7e1f;
}
.div-007 .work-hours strong { 
    font-family: 'Geogrotesque-SemiBold', sans-serif;
	margin-right: 10px;
}
.div-007 .btn-dark {
	width: 222px;
    padding: 3px;
    font-size: 23px;
    border: 1px solid #fff;
    letter-spacing: 2px;
}
.div-008 { 
    width: 100%;
	padding-top: 50px;
	padding-bottom: 50px;
    background-color: #28306f;
	text-align: center;
} 
.div-008 .container > img { 
    max-width: 100px;
}         
.div-008 h1 { 
    font-family: 'Geogrotesque-SemiBold', sans-serif;
    font-size: 28px;
	letter-spacing: 2px;
    margin-bottom: 15px;
    color: #fff;
}
.div-008 .services {
	width: 100%;
	margin: 50px auto;
}
.div-008 .services div[class*=col-md-4] {
	margin-bottom: 30px;
	position: relative;
	cursor: pointer;
}
.div-008 .services div[class*=col-md-4] div[class*=col-] {
	padding-right:0px;
	padding-left:0px;
}
.div-008 .services div[class*=col-] {
	margin-bottom: 30px;
	position: relative;
}
.div-008 .services div[class*=col-md-4] .strip {
	font-family: 'Klavika', sans-serif;
    font-size: 20px;
    color: #fff;
    height: 50px;
    background: rgb(0,0,0,0.8);
    padding-top: 10px;
    text-align: center;
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: 0px;
}
.div-009 { 
    width: 100%;
	padding-top: 5px;
	padding-bottom: 0px;
    background-color: #f7f8f7;
	text-align: center;
}
.div-010 { 
    width: 100%;
    background: rgb(253,2,12);
    background: linear-gradient(90deg, rgba(253,2,12,1) 0%, rgba(253,100,17,1) 100%);
    padding-top: 50px;
	padding-bottom: 50px;
    text-align: center;
}
.div-010 h1 {
	font-family: 'Geogrotesque-SemiBold', sans-serif;
    font-size: 28px;
	letter-spacing: 2px;
    margin-bottom: 15px;
    color: #fff;
} 
.div-010 p {
	font-family: 'Geogrotesque', sans-serif;
    font-size: 24px;
    color: #fff;
} 
.div-011 { 
    width: 100%;
	padding-top: 50px;
	padding-bottom: 50px;
    background-color: #f7f8f7;
	text-align: center;
}
.div-011 .nav { 
    text-align: center;
	display: block;
	margin-bottom: 10px;
}
.div-011 .nav > div { 
	border-bottom: 2px solid #ff7e1f;
    margin: 0px auto;
}  
.div-011 .nav a { 
    float:none;
    display:inline-block;
	border-radius: 0px;
	color: #000;
	text-transform: uppercase;
}                       
.div-011 .nav-link {
    padding: 10px 10px 0px 10px;
} 
.div-011 .nav a.active { 
    float:none;
    display:inline-block;
	border-radius: 0px;
	color: #000;
}
.div-011 .nav a div:first-child { 
	font-size: 12px;
}
.div-011 .nav a div:last-child { 
	font-size: 16px;
	padding: 5px 20px 5px 20px;
}               
.div-011 .nav a.active div:last-child { 
	background: rgb(253,2,12);
    background: linear-gradient(90deg, rgba(253,2,12,1) 0%, rgba(253,100,17,1) 100%);
	color: #fff;
} 
.div-011 .lesson { 
	text-align: left;
	padding: 10px;
	background: rgb(21,21,21,1.0);
	color: #fff;
	margin-bottom: 10px;
}
.div-011 .lesson .title { 
	font-size: 17px;
    font-weight: bold;
	color: #ff0501;
	text-transform: uppercase;
} 
.div-011 h1 {
	font-family: 'Klavika-Bold', sans-serif;
    font-size: 20px;
	letter-spacing: 2px;
    margin-bottom: 10px;
    color: #000;
	text-align: center
}
.div-011 p {
	font-family: 'Klavika', sans-serif;
    font-size: 16px;
    color: #000;
	text-align: center
}
.div-011 .lessons {
	width: 100%;
	margin: 50px auto;
}
.div-011 .lessons div[class*=col-md-4] {
	margin-bottom: 30px;
	position: relative;
	cursor: pointer;
}
.div-011 .lessons div[class*=col-md-4] div[class*=col-] {
	padding-right:0px;
	padding-left:0px;
}
.div-011 .lessons div[class*=col-md-4] .text {
	width: calc(100% - 30px);
	top: 0px;
	bottom: 0px;
	padding: 15px;
	left: 15px;
	background-color: rgb(255,126,31,0.8);
	position: absolute;
	display: none;
}
.div-011 .lessons div[class*=col-md-4] .text h1 {
	font-family: 'Klavika', sans-serif;
    font-size: 24px;
	font-weight: 100;
    color: #fff;
}
.div-011 .lessons div[class*=col-md-4] .text p {
	padding: 20px;
	font-family: 'Klavika-Light', sans-serif;
    font-size: 14px;
    color: #fff !important;
	text-align: left;
}
.div-011 .lessons .strip {
	background: rgb(253,2,12);
    background: linear-gradient(90deg, rgba(253,2,12,1) 0%, rgba(253,100,17,1) 100%);
	padding: 10px;
	position: relative;
}
.div-011 .lessons .title {
	font-family: 'Klavika-Light', sans-serif;
    font-size: 24px;
    color: #fff;
}
.div-012 { 
    width: 100%;
    background-color: #49195d;
    padding-top: 50px;
	padding-bottom: 50px;
    text-align: center;
}
.div-012 h1 {
	font-family: 'Geogrotesque-SemiBold', sans-serif;
    font-size: 28px;
	letter-spacing: 2px;
    margin-bottom: 0px;
    color: #fff;
}
.news {
	padding-top: 50px;
	padding-bottom: 50px;
}
.news div[class*=col-] {
	cursor: pointer;
}
.news div[class*=col-] p {
	font-family: 'Klavika-Bold', sans-serif;
    font-size: 12px;
    color: #ff7e1f;
	text-transform: uppercase;
	margin-top: 10px;
}
.div-014 {  
    width: 100%;
    background-color: #f7f8f7;
    text-align: center;
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}
#map {
	width: 100%;
	min-height: 500px;
	margin-bottom: -7px;
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}
.div-015 { 
    width: 100%;
    background: linear-gradient(90deg, rgba(38,20,74,1) 0%, rgba(47,45,134,1) 100%);
    padding-top: 50px;
	padding-bottom: 50px;
    text-align: center;
}
.div-015 h1 {
	font-family: 'Klavika', sans-serif;
    font-size: 30px;
    color: #fff;
    margin-bottom: 25px;
} 
.div-015 .select2 {
	max-width: 250px;
	margin-right: 10px;
	margin-bottom: 10px;
}
.div-015 .select2:last-child {
	margin-right: 0px;
}
.div-016-01 { 
    width: 100%;
	padding-top: 50px;
	padding-bottom: 50px;
	background-color: #fff;
} 
.div-016-01 h1 {
	font-family: 'Klavika-Medium', sans-serif;
    font-size: 36px;
    letter-spacing: 2px;
    margin-bottom: 20px;
    color: #000;
    text-align: center;
}
.div-016-01 h2 {
	font-family: 'Klavika-Medium', sans-serif;
    font-size: 24px;
    letter-spacing: 2px;
    margin-bottom: 20px;
    color: #fc191c;
    text-align: center;
    max-width: 800px;
    margin: 0px auto;
    margin-bottom: 20px;
}
.div-016-01 p {
	font-family: 'Klavika', sans-serif;
    font-size: 16px;
    color: #000;
    max-width: 800px;
    text-align: center;
    margin: 0px auto;
}
.div-016-02 { 
    width: 100%;
	padding-top: 50px;
	padding-bottom: 50px;
	background-color: #d9d9d9;
} 
.div-016-02 .lessons {
	width: 100%;
	margin: 0px auto;
	padding-top: 50px;
}
.div-016-02 .lessons div[class*=col-md-4] {
	margin-bottom: 30px;
	position: relative;
	cursor: pointer;
}
.div-016-02 .lessons div[class*=col-md-4] div[class*=col-] {
	padding-right:0px;
	padding-left:0px;
}
.div-016-02 .lessons div[class*=col-md-4] .text {
	width: calc(100% - 30px);
	top: 0px;
	bottom: 0px;
	padding: 15px;
	left: 15px;
	background-color: rgb(177,11,8,0.8);
	position: absolute;
	display: none;
}
.div-016-02 .lessons div[class*=col-md-4] .text h1 {
	font-family: 'Klavika', sans-serif;
    font-size: 24px;
	font-weight: 100;
    color: #fff;
	text-align: center;
}
.div-016-02 .lessons div[class*=col-md-4] .text p {
	padding: 20px;
	font-family: 'Klavika-Light', sans-serif;
    font-size: 14px;
    color: #fff !important;
	text-align: left;
}
.div-016-02 .lessons .strip {
	background: rgb(253,2,12);
    background: linear-gradient(90deg, rgba(253,2,12,1) 0%, rgba(253,100,17,1) 100%);
	padding: 10px;
	position: relative;
}
.div-016-02 .lessons .title {
	font-family: 'Klavika-Light', sans-serif;
    font-size: 24px;
    color: #fff;
}
.gs img {
	width:100% !important;
}
.div-017 {
    width: 100%; 
    background: #fff;
    padding-top: 50px;
	padding-bottom: 50px;
    text-align: center;
}
.div-017 h1 {
	font-family: 'Klavika-Medium', sans-serif;
    font-size: 35px;
    color: #f62204;
} 
.div-018 {
    width: 100%; 
    background: rgb(253,2,12);
    background: linear-gradient(90deg, rgba(253,2,12,1) 0%, rgba(253,100,17,1) 100%);
    padding-top: 50px;
	padding-bottom: 50px;
}
.div-018 .col-md-6 img {
	margin-bottom: 50px;
}
.div-018 h1 {
	font-family: 'Klavika', sans-serif;
    font-size: 24px;
	font-weight: 100;
    color: #fff;
	margin-bottom: 20px;
}
.div-018 h2 {
	font-family: 'Klavika', sans-serif;
    font-size: 18px;
	font-weight: 100;
    color: #fff;
	margin-bottom: 20px;
}
.div-018 p {
	font-family: 'Klavika-Light', sans-serif;
    font-size: 16px;
    color: #fff;
	margin-bottom: 50px
}
.div-019 {
    width: 100%; 
    background: #3b3b3b;
    padding-top: 50px;
	padding-bottom: 50px;
	text-align:center;
}
.div-019 {
    max-height: 450px;
}
.div-019 iframe {
    max-height: 350px;
}
.div-020 {
    width: 100%; 
    background: #fff;
    padding-top: 50px;
	padding-bottom: 50px;
    text-align: center;
}
.div-020 h1 {
	font-family: 'Klavika-Medium', sans-serif;
    font-size: 35px;
    color: #f62204;
	margin-bottom: 20px;
}
.div-020 h2 {
	font-family: 'Klavika', sans-serif;
    font-size: 24px;
    color: #f62204;
	margin-bottom: 20px;
}  
.div-020 p {
	font-family: 'Klavika', sans-serif;
    font-size: 16px;
    color: #000;
	text-align: justify;
	max-width: 800px;
	margin: 0px auto;
} 
.div-021 {
    width: 100%; 
    background-image:url(../images/pages/rbg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
    padding-top: 50px;
	padding-bottom: 150px;
}
.div-021 h1 {
	font-family: 'Klavika-Medium', sans-serif;
    font-size: 35px;
    color: #f62204;
	margin-bottom: 20px;
}
.div-021 h2 {
	font-family: 'Klavika', sans-serif;
    font-size: 24px;
    color: #f62204;
	margin-bottom: 20px;
}  
.div-021 p {
	font-family: 'Klavika', sans-serif;
    font-size: 16px;
    color: #fff;
	text-align: justify;
	margin: 0px auto;
	margin-bottom: 30px;
} 
.div-021 .embed-responsive {
    max-height: 380px;
}
.div-021 iframe {
    max-height: 350px;
}


/* Tabs */
.tabs-primary {
    background-color: #ff7e1f!important;
}
.fade:not(.show) {
    display: none;
}
.classic-tabs .nav {
    -webkit-border-radius: 0px;
    border-radius: 0px;
}
.classic-tabs .nav li a {
	font-size: 13px;
	font-weight: 600;
	color: #fff;
    padding: 15px 20px !important;
}
.classic-tabs .nav li a i {
	margin-right: 10px;
}
.tab-content {
    padding: 3rem 3rem 3rem;
}
.card {
    border-radius: 0px;
}

/* Footer */
.page-footer {
	width: 100%;
  	background-color: #151515; 
	padding-top: 20px;
	padding-bottom: 50px;
}
.page-footer .logo {
	width: 200px;
	margin: 15px auto;
}
.page-footer .menu ul {
	list-style-type: none;
	margin: 0px auto;
	padding: 0px;
}
.page-footer .menu ul li {
	padding: 10px;
	text-align: center;
	display: inline-block;
}
.page-footer .menu ul li a {
	font-size: 14px;
	color: #ff7e1f;
}
.page-footer .menu ul li a:hover {
	color: #fff;
}
.page-footer .social-links ul {
	list-style-type: none;
	margin: 0px auto;
	padding: 0px;
}
.page-footer .social-links ul li {
	padding: 10px;
	text-align: center;
	display: inline-block;
}
.page-footer .social-links ul li a {
	font-size: 14px;
	color: #fff;
}
.page-footer .social-links ul li a:hover {
	color: #ff7e1f;
}    
footer.page-footer .footer-copyright {
    background-color: #151515;
    color: #ff7e1f !important;
}
footer.page-footer .footer-copyright a {
    color: #ff7e1f !important;
}

/* Responsive */
@media (min-width: 992px) {
}
@media (max-width: 992px) {
	/* General */
	.pt-200 {
		padding-top: 90px;
	}
	.mobile { display: block; }
	.web { display: none; }
	
	/* Scroll Top */
	.to-top {
		display: none;
	}
	
	/* Navbar */
	.navbar {
		background-image: none;
		background-color: #000;
		min-height: auto;
	}
	.navbar .container {
		margin-top: 0px;
	}
	.navbar-brand img {
    	max-width: 100px;
	}
	.navbar-collapse {
		border-top: 1px solid rgba(255,255,255,.25);
		margin-top: 20px;
		margin-bottom: 10px;
	}
	.navbar-collapse .navbar-nav {
		margin-top: 10px;
		margin-left: 0px;
	}
	.nav-flex-icons > .nav-item, .avatar:last-child {
		width: 100%;
		margin-top: 20px;
	}
	.navbar .nav-item.avatar, .navbar .nav-item.avatar .dropdown-toggle {
		width: 100%;
    	padding-bottom: 0px;
	}
	
	/* Pages */
	.carousel img {
		width: auto;
	 	height: 100vh;
	}
	.carousel-caption .btn-dark {
    	width: 200px;
    	padding: 5px;
    	font-size: 20px;
	}
	.carousel-caption h1 {
		font-size: 30px;
		margin-top: 10px;
	}
	.carousel-caption p {
    	font-size: 14px;
	}
	.div-001 h1 {
    	font-size: 20px;
	}
	.div-002 h1 {
    	font-size: 25px;
	}
	.div-002 p {
    	font-size: 16px;
	}
	.div-002 .menu .band {
    	font-size: 17px;
	}
	.div-003 h1 {
    	font-size: 26px;
	}
	.div-003 .appointment-form {
    	width: 100%;
	}
	.div-003 .appointment-form .title {
    	width: 100%;
    	text-align: center;
    	margin-bottom: 0px;
	}
	.div-003 .appointment-form .btn-send {
    	width: 100%;
    	padding: 7px;
	}
	.div-004 h1 {
    	font-size: 28px;
	}
	.div-004 h2 {
    	font-size: 18px;
	}
	.div-004 .lessons div[class*=col-] .strip {
		font-size: 20px;
		height: 50px;
		padding-top: 10px;
	}
	.div-005 .contact-form {
    	width: 100%;
	}
	.div-003 .contact-form .title {
    	width: 100%;
    	text-align: center;
    	margin-bottom: 0px;
	}
	.div-003 .contact-form .btn-send {
    	width: 100%;
    	padding: 7px;
	}
	.classic-tabs .nav li {
		width: 100%;
	}
	.classic-tabs .nav li a {
		text-align: left !important;
	}
	.tab-content {
    	padding: 1rem 1rem 1rem;
	}
	
	/* Footer */
	.page-footer .logo {
    	width: 150px;
	}
	.page-footer .menu ul li {
    	padding: 5px;
	}
	.page-footer .menu ul li a {
    	font-size: 12px;
	}
	footer.page-footer .footer-copyright {
    	font-size: 12px;
	}
	
}
@media (max-width: 1280px) {
	/* Pages */
	.carousel img {
		width: auto;
	 	height: 100vh;
	}
}