ol,
ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

select {
	display: block;
}

figure {
	margin: 0;
}

a {
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

iframe {
	border: 0;
}

a,
a:focus,
a:hover {
	text-decoration: none;
	outline: 0;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn.focus:active,
.btn:active:focus,
.btn:focus {
	text-decoration: none;
	outline: 0;
}

.card-panel {
	margin: 0;
	padding: 60px;
}

/**
 *  Typography
 *
 **/
.btn i,
.btn-large i,
.btn-floating i,
.btn-large i,
.btn-flat i {
	font-size: 1em;
	line-height: inherit;
}

.gray-bg {
	background: #f9f9ff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Oswald", sans-serif !important;
	color: #222222;
	line-height: 1.2em !important;
	margin-bottom: 0;
	margin-top: 0;
	font-weight: 200;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	margin-bottom: 0;
	margin-top: 0;
	font-family: "Oswald", sans-serif !important;
	font-weight: 600;
	color: #222222;
}

h1,
.h1 {
	font-size: 36px;
}

h2,
.h2 {
	font-size: 30px;
}

h3,
.h3 {
	font-size: 24px;
}

h4,
.h4 {
	font-size: 18px;
}

h5,
.h5 {
	font-size: 16px;
}

h6,
.h6 {
	font-size: 14px;
	color: #222222;
}

table a {
	color: #0c1f2e;
	text-decoration: underline;
}
table {
	color: #0c1f2e;
	text-align: center;
	width: 75%;
	border-top: 2px #333 solid;
	border-bottom: 2px #333 solid;
	margin: 50px auto;
}
td,
th {
	font-size: 18px;
	padding: 20px 0;
	border-radius: 0px;
	border-top: 1px #ccc solid;
}
th {
	font-size: 14px;
	font-weight: 400;
	color: #00b7ff;
}
td {
	text-align: center;
}

@media (max-width: 767px) {
	table {
		font-size: 16px;
		width: 100%;
		margin: 50px 5px;
	}
	td,
	th {
		font-size: 18px;
	}
	th {
		font-size: 11px;
	}
	td {
		text-align: center;
	}
}

/**
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clear::before,
.clear::after {
	content: " ";
	display: table;
}

.clear::after {
	clear: both;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.text-italic {
	font-style: italic;
}

.text-white {
	color: #fff;
}

.text-grey {
	color: #ccc;
}

.text-black {
	color: #000;
}

.transition {
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.section-full {
	padding: 100px 0;
}

.section-half {
	padding: 75px 0;
}

.text-center {
	text-align: center;
}

.text-left {
	text-align: left;
}

.text-rigth {
	text-align: right;
}

.flex {
	display: -webkit-box;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
}

.inline-flex {
	display: -webkit-inline-box;
	display: -moz-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
}

.flex-grow {
	-webkit-box-flex: 1;
	-moz-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.flex-wrap {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.flex-left {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	-moz-justify-content: flex-start;
	justify-content: flex-start;
}

.flex-middle {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-moz-align-items: center;
	align-items: center;
}

.flex-right {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	-moz-justify-content: flex-end;
	justify-content: flex-end;
}

.flex-top {
	-webkit-align-self: flex-start;
	-ms-flex-item-align: start;
	align-self: flex-start;
}

.flex-center {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-moz-justify-content: center;
	justify-content: center;
}

.flex-bottom {
	-webkit-align-self: flex-end;
	-ms-flex-item-align: end;
	align-self: flex-end;
}

.space-between {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-moz-justify-content: space-between;
	justify-content: space-between;
}

.space-around {
	-ms-flex-pack: distribute;
	-moz-justify-content: space-around;
	justify-content: space-around;
}

.flex-column {
	-webkit-box-direction: normal;
	-webkit-box-orient: vertical;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.flex-cell {
	display: -webkit-box;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-moz-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.display-table {
	display: table;
}

.light {
	color: #fff;
}

.dark {
	color: #222222;
}

.relative {
	position: relative;
}

.overflow-hidden {
	overflow: hidden;
}

.container.fullwidth {
	width: 100%;
}

.container.no-padding {
	padding-left: 0;
	padding-right: 0;
}

.no-padding {
	padding: 0;
}

.section-bg {
	background: #f9fafc;
}

@media (max-width: 767px) {
	.no-flex-xs {
		display: block !important;
	}
}

.row.no-margin {
	margin-left: 0;
	margin-right: 0;
}

.sample-text-area {
	background: #fff;
	padding: 100px 0 70px 0;
}

.text-heading {
	margin-bottom: 30px;
	font-size: 24px;
}

b,
sup,
sub,
u,
del {
	color: #408cca;
}

h1 {
	font-size: 36px;
}

h2 {
	font-size: 30px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 18px;
}

h5 {
	font-size: 16px;
}

h6 {
	font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	line-height: 1.5em;
}

.typography h1,
.typography h2,
.typography h3,
.typography h4,
.typography h5,
.typography h6 {
	color: #ccc;
}

.button-area {
	background: #fff;
}

.button-area .border-top-generic {
	padding: 70px 15px;
	border-top: 1px dotted #eee;
}

.button-group-area .genric-btn {
	margin-right: 10px;
	margin-top: 10px;
}

.button-group-area .genric-btn:last-child {
	margin-right: 0;
}

.genric-btn {
	display: inline-block;
	outline: none;
	line-height: 40px;
	padding: 0 30px;
	font-size: 0.8em;
	text-align: center;
	text-decoration: none;
	font-weight: 500;
	cursor: pointer;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.genric-btn:focus {
	outline: none;
}

.genric-btn.e-large {
	padding: 0 40px;
	line-height: 50px;
}

.genric-btn.large {
	line-height: 45px;
}

.genric-btn.medium {
	line-height: 30px;
}

.genric-btn.small {
	line-height: 25px;
}

.genric-btn.radius {
	border-radius: 3px;
}

.genric-btn.circle {
	border-radius: 20px;
}

.genric-btn.arrow {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.genric-btn.arrow span {
	margin-left: 10px;
}

.genric-btn.default {
	color: #222222;
	background: #f9f9ff;
	border: 1px solid transparent;
}

.genric-btn.default:hover {
	border: 1px solid #f9f9ff;
	background: #fff;
}

.genric-btn.default-border {
	border: 1px solid #f9f9ff;
	background: #fff;
}

.genric-btn.default-border:hover {
	color: #222222;
	background: #f9f9ff;
	border: 1px solid transparent;
}

.genric-btn.primary {
	color: #fff;
	background: #408cca;
	border: 1px solid transparent;
}

.genric-btn.primary:hover {
	color: #408cca;
	border: 1px solid #408cca;
	background: #fff;
}

.genric-btn.primary-border {
	color: #408cca;
	border: 1px solid #408cca;
	background: #fff;
}

.genric-btn.primary-border:hover {
	color: #fff;
	background: #408cca;
	border: 1px solid transparent;
}

.genric-btn.success {
	color: #fff;
	background: #4cd3e3;
	border: 1px solid transparent;
}

.genric-btn.success:hover {
	color: #4cd3e3;
	border: 1px solid #4cd3e3;
	background: #fff;
}

.genric-btn.success-border {
	color: #4cd3e3;
	border: 1px solid #4cd3e3;
	background: #fff;
}

.genric-btn.success-border:hover {
	color: #fff;
	background: #4cd3e3;
	border: 1px solid transparent;
}

.genric-btn.info {
	color: #fff;
	background: #38a4ff;
	border: 1px solid transparent;
}

.genric-btn.info:hover {
	color: #38a4ff;
	border: 1px solid #38a4ff;
	background: #fff;
}

.genric-btn.info-border {
	color: #38a4ff;
	border: 1px solid #38a4ff;
	background: #fff;
}

.genric-btn.info-border:hover {
	color: #fff;
	background: #38a4ff;
	border: 1px solid transparent;
}

.genric-btn.warning {
	color: #fff;
	background: #f4e700;
	border: 1px solid transparent;
}

.genric-btn.warning:hover {
	color: #f4e700;
	border: 1px solid #f4e700;
	background: #fff;
}

.genric-btn.warning-border {
	color: #f4e700;
	border: 1px solid #f4e700;
	background: #fff;
}

.genric-btn.warning-border:hover {
	color: #fff;
	background: #f4e700;
	border: 1px solid transparent;
}

.genric-btn.danger {
	color: #fff;
	background: #f44a40;
	border: 1px solid transparent;
}

.genric-btn.danger:hover {
	color: #f44a40;
	border: 1px solid #f44a40;
	background: #fff;
}

.genric-btn.danger-border {
	color: #f44a40;
	border: 1px solid #f44a40;
	background: #fff;
}

.genric-btn.danger-border:hover {
	color: #fff;
	background: #f44a40;
	border: 1px solid transparent;
}

.genric-btn.link {
	color: #222222;
	background: #f9f9ff;
	text-decoration: underline;
	border: 1px solid transparent;
}

.genric-btn.link:hover {
	color: #222222;
	border: 1px solid #f9f9ff;
	background: #fff;
}

.genric-btn.link-border {
	color: #222222;
	border: 1px solid #f9f9ff;
	background: #fff;
	text-decoration: underline;
}

.genric-btn.link-border:hover {
	color: #222222;
	background: #f9f9ff;
	border: 1px solid transparent;
}

.genric-btn.disable {
	color: #222222, 0.3;
	background: #f9f9ff;
	border: 1px solid transparent;
	cursor: not-allowed;
}

.generic-blockquote {
	padding: 30px 50px 30px 30px;
	background: #f9f9ff;
	border-left: 2px solid #408cca;
}

.progress-table-wrap {
	overflow-x: scroll;
}

.progress-table {
	background: #f9f9ff;
	padding: 15px 0px 30px 0px;
	min-width: 800px;
}

.progress-table .serial {
	width: 11.83%;
	padding-left: 30px;
}

.progress-table .country {
	width: 28.07%;
}

.progress-table .visit {
	width: 19.74%;
}

.progress-table .percentage {
	width: 40.36%;
	padding-right: 50px;
}

.progress-table .table-head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.progress-table .table-head .serial,
.progress-table .table-head .country,
.progress-table .table-head .visit,
.progress-table .table-head .percentage {
	color: #222222;
	line-height: 40px;
	text-transform: uppercase;
	font-weight: 500;
}

.progress-table .table-row {
	padding: 15px 0;
	border-top: 1px solid #edf3fd;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.progress-table .table-row .serial,
.progress-table .table-row .country,
.progress-table .table-row .visit,
.progress-table .table-row .percentage {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.progress-table .table-row .country img {
	margin-right: 15px;
}

.progress-table .table-row .percentage .progress {
	width: 80%;
	border-radius: 0px;
	background: transparent;
}

.progress-table .table-row .percentage .progress .progress-bar {
	height: 5px;
	line-height: 5px;
}

.progress-table .table-row .percentage .progress .progress-bar.color-1 {
	background-color: #6382e6;
}

.progress-table .table-row .percentage .progress .progress-bar.color-2 {
	background-color: #e66686;
}

.progress-table .table-row .percentage .progress .progress-bar.color-3 {
	background-color: #f09359;
}

.progress-table .table-row .percentage .progress .progress-bar.color-4 {
	background-color: #73fbaf;
}

.progress-table .table-row .percentage .progress .progress-bar.color-5 {
	background-color: #73fbaf;
}

.progress-table .table-row .percentage .progress .progress-bar.color-6 {
	background-color: #6382e6;
}

.progress-table .table-row .percentage .progress .progress-bar.color-7 {
	background-color: #a367e7;
}

.progress-table .table-row .percentage .progress .progress-bar.color-8 {
	background-color: #e66686;
}

.single-gallery-image {
	margin-top: 30px;
	background-repeat: no-repeat !important;
	background-position: center center !important;
	background-size: cover !important;
	height: 200px;
}

.list-style {
	width: 14px;
	height: 14px;
}

.unordered-list li {
	position: relative;
	padding-left: 30px;
	line-height: 1.82em !important;
}

.unordered-list li:before {
	content: "";
	position: absolute;
	width: 14px;
	height: 14px;
	border: 3px solid #408cca;
	background: #fff;
	top: 4px;
	left: 0;
	border-radius: 50%;
}

.ordered-list {
	margin-left: 30px;
}

.ordered-list li {
	list-style-type: decimal-leading-zero;
	color: #408cca;
	font-weight: 500;
	line-height: 1.82em !important;
}

.ordered-list li span {
	font-weight: 300;
	color: #ccc;
}

.ordered-list-alpha li {
	margin-left: 30px;
	list-style-type: lower-alpha;
	color: #408cca;
	font-weight: 500;
	line-height: 1.82em !important;
}

.ordered-list-alpha li span {
	font-weight: 300;
	color: #ccc;
}

.ordered-list-roman li {
	margin-left: 30px;
	list-style-type: lower-roman;
	color: #408cca;
	font-weight: 500;
	line-height: 1.82em !important;
}

.ordered-list-roman li span {
	font-weight: 300;
	color: #ccc;
}

.single-input {
	display: block;
	width: 100%;
	line-height: 40px;
	border: none;
	outline: none;
	background: #f9f9ff;
	padding: 0 20px;
}

.single-input:focus {
	outline: none;
}

.input-group-icon {
	position: relative;
}

.input-group-icon .icon {
	position: absolute;
	left: 20px;
	top: 0;
	line-height: 40px;
	z-index: 3;
}

.input-group-icon .icon i {
	color: #797979;
}

.input-group-icon .single-input {
	padding-left: 45px;
}

.single-textarea {
	display: block;
	width: 100%;
	line-height: 40px;
	border: none;
	outline: none;
	background: #f9f9ff;
	padding: 0 20px;
	height: 100px;
	resize: none;
}

.single-textarea:focus {
	outline: none;
}

.single-input-primary {
	display: block;
	width: 100%;
	line-height: 40px;
	border: 1px solid transparent;
	outline: none;
	background: #f9f9ff;
	padding: 0 20px;
}

.single-input-primary:focus {
	outline: none;
	border: 1px solid #408cca;
}

.single-input-accent {
	display: block;
	width: 100%;
	line-height: 40px;
	border: 1px solid transparent;
	outline: none;
	background: #f9f9ff;
	padding: 0 20px;
}

.single-input-accent:focus {
	outline: none;
	border: 1px solid #eb6b55;
}

.single-input-secondary {
	display: block;
	width: 100%;
	line-height: 40px;
	border: 1px solid transparent;
	outline: none;
	background: #f9f9ff;
	padding: 0 20px;
}

.single-input-secondary:focus {
	outline: none;
	border: 1px solid #f09359;
}

.default-switch {
	width: 35px;
	height: 17px;
	border-radius: 8.5px;
	background: #f9f9ff;
	position: relative;
	cursor: pointer;
}

.default-switch input {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	cursor: pointer;
}

.default-switch input + label {
	position: absolute;
	top: 1px;
	left: 1px;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background: #408cca;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	-webkit-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.2);
	cursor: pointer;
}

.default-switch input:checked + label {
	left: 19px;
}

.primary-switch {
	width: 35px;
	height: 17px;
	border-radius: 8.5px;
	background: #f9f9ff;
	position: relative;
	cursor: pointer;
}

.primary-switch input {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
}

.primary-switch input + label {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}

.primary-switch input + label:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	border-radius: 8.5px;
	cursor: pointer;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}

.primary-switch input + label:after {
	content: "";
	position: absolute;
	top: 1px;
	left: 1px;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background: #fff;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	-webkit-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.2);
	cursor: pointer;
}

.primary-switch input:checked + label:after {
	left: 19px;
}

.primary-switch input:checked + label:before {
	background: #408cca;
}

.confirm-switch {
	width: 35px;
	height: 17px;
	border-radius: 8.5px;
	background: #f9f9ff;
	position: relative;
	cursor: pointer;
}

.confirm-switch input {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
}

.confirm-switch input + label {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}

.confirm-switch input + label:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	border-radius: 8.5px;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	cursor: pointer;
}

.confirm-switch input + label:after {
	content: "";
	position: absolute;
	top: 1px;
	left: 1px;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background: #fff;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	-webkit-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.2);
	cursor: pointer;
}

.confirm-switch input:checked + label:after {
	left: 19px;
}

.confirm-switch input:checked + label:before {
	background: #4cd3e3;
}

.primary-checkbox {
	width: 16px;
	height: 16px;
	border-radius: 3px;
	background: #f9f9ff;
	position: relative;
	cursor: pointer;
}

.primary-checkbox input {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
}

.primary-checkbox input + label {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	border-radius: 3px;
	cursor: pointer;
	border: 1px solid #f1f1f1;
}

.primary-checkbox input:checked + label {
	background: url(../img/elements/primary-check.png) no-repeat center center/cover;
	border: none;
}

.confirm-checkbox {
	width: 16px;
	height: 16px;
	border-radius: 3px;
	background: #f9f9ff;
	position: relative;
	cursor: pointer;
}

.confirm-checkbox input {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
}

.confirm-checkbox input + label {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	border-radius: 3px;
	cursor: pointer;
	border: 1px solid #f1f1f1;
}

.confirm-checkbox input:checked + label {
	background: url(../img/elements/success-check.png) no-repeat center center/cover;
	border: none;
}

.disabled-checkbox {
	width: 16px;
	height: 16px;
	border-radius: 3px;
	background: #f9f9ff;
	position: relative;
	cursor: pointer;
}

.disabled-checkbox input {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
}

.disabled-checkbox input + label {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	border-radius: 3px;
	cursor: pointer;
	border: 1px solid #f1f1f1;
}

.disabled-checkbox input:disabled {
	cursor: not-allowed;
	z-index: 3;
}

.disabled-checkbox input:checked + label {
	background: url(../img/elements/disabled-check.png) no-repeat center center/cover;
	border: none;
}

.primary-radio {
	width: 16px;
	height: 16px;
	border-radius: 8px;
	background: #f9f9ff;
	position: relative;
	cursor: pointer;
}

.primary-radio input {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
}

.primary-radio input + label {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	border-radius: 8px;
	cursor: pointer;
	border: 1px solid #f1f1f1;
}

.primary-radio input:checked + label {
	background: url(../img/elements/primary-radio.png) no-repeat center center/cover;
	border: none;
}

.confirm-radio {
	width: 16px;
	height: 16px;
	border-radius: 8px;
	background: #f9f9ff;
	position: relative;
	cursor: pointer;
}

.confirm-radio input {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
}

.confirm-radio input + label {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	border-radius: 8px;
	cursor: pointer;
	border: 1px solid #f1f1f1;
}

.confirm-radio input:checked + label {
	background: url(../img/elements/success-radio.png) no-repeat center center/cover;
	border: none;
}

.disabled-radio {
	width: 16px;
	height: 16px;
	border-radius: 8px;
	background: #f9f9ff;
	position: relative;
	cursor: pointer;
}

.disabled-radio input {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
}

.disabled-radio input + label {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	border-radius: 8px;
	cursor: pointer;
	border: 1px solid #f1f1f1;
}

.disabled-radio input:disabled {
	cursor: not-allowed;
	z-index: 3;
}

.disabled-radio input:checked + label {
	background: url(../img/elements/disabled-radio.png) no-repeat center center/cover;
	border: none;
}

.default-select {
	height: 40px;
}

.default-select .nice-select {
	border: none;
	border-radius: 0px;
	height: 40px;
	background: #f9f9ff;
	padding-left: 20px;
	padding-right: 40px;
}

.default-select .nice-select .list {
	margin-top: 0;
	border: none;
	border-radius: 0px;
	-webkit-box-shadow: none;
	box-shadow: none;
	width: 100%;
	padding: 10px 0 10px 0px;
}

.default-select .nice-select .list .option {
	font-weight: 300;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	line-height: 28px;
	min-height: 28px;
	font-size: 12px;
	padding-left: 20px;
}

.default-select .nice-select .list .option.selected {
	color: #408cca;
	background: transparent;
}

.default-select .nice-select .list .option:hover {
	color: #408cca;
	background: transparent;
}

.default-select .current {
	margin-right: 50px;
	font-weight: 300;
}

.default-select .nice-select::after {
	right: 20px;
}

.form-select {
	height: 40px;
	width: 100%;
}

.form-select .nice-select {
	border: none;
	border-radius: 0px;
	height: 40px;
	background: #f9f9ff;
	padding-left: 45px;
	padding-right: 40px;
	width: 100%;
}

.form-select .nice-select .list {
	margin-top: 0;
	border: none;
	border-radius: 0px;
	-webkit-box-shadow: none;
	box-shadow: none;
	width: 100%;
	padding: 10px 0 10px 0px;
}

.form-select .nice-select .list .option {
	font-weight: 300;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	line-height: 28px;
	min-height: 28px;
	font-size: 12px;
	padding-left: 45px;
}

.form-select .nice-select .list .option.selected {
	color: #408cca;
	background: transparent;
}

.form-select .nice-select .list .option:hover {
	color: #408cca;
	background: transparent;
}

.form-select .current {
	margin-right: 50px;
	font-weight: 300;
}

.form-select .nice-select::after {
	right: 20px;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
	padding: 0;
	position: fixed;
	height: 50px;
	left: 0;
	top: 0;
	right: 0;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	z-index: 997;
	background-color: #0006;
}

#header.header-scrolled {
	background: rgba(0, 0, 0, 0.8);
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
#header #logo {
	width: 320px;
	height: 140px;
	/* background: url(../img/Logo_CT_2023.png); */
	cursor: pointer;
	background-size: contain;
	background-repeat: no-repeat;
}
#header.header-scrolled #logo {
	width: 150px;
	height: 70px;
	margin-top: 0px;
}

#header #logo a {
	display: block;
	width: 100%;
	height: 100%;
}

@media (max-width: 768px) {
	#header #logo {
		width: 100px;
		height: 50px;
		margin-top: 5px;
		margin-left: 180px;
	}
	#header.header-scrolled #logo {
		margin-left: 10px;
	}
}

#header #logo h1 {
	font-size: 34px;
	margin: 0;
	padding: 0;
	line-height: 1;
	font-weight: 700;
	letter-spacing: 3px;
}

#header #logo h1 a,
#header #logo h1 a:hover {
	color: #408cca;
	padding-left: 10px;
	border-left: 4px solid #408cca;
}

#header #logo img {
	padding: 0;
	margin: 0;
}

@media (max-width: 1024px) {
	#logo {
		top: 15px;
		left: 15px;
	}
	#header #logo h1 {
		font-size: 28px;
	}
	#header #logo img {
		max-height: 40px;
	}
}

.ticker-btn {
	background: #408cca;
	color: #fff !important;
	border-radius: 0 0 5px 5px;
	text-transform: uppercase;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Nav Menu Essentials */
.nav-menu,
.nav-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}

.nav-menu ul {
	position: absolute;
	display: none;
	top: 100%;
	left: 0;
	z-index: 99;
}

.nav-menu li {
	position: relative;
	white-space: nowrap;
}

.nav-menu > li {
	float: left;
}

.nav-menu li:hover > ul,
.nav-menu li.sfHover > ul {
	display: block;
}

.nav-menu ul ul {
	top: 0;
	left: 100%;
}

.nav-menu ul li {
	min-width: 180px;
	text-align: left;
}

/* Nav Menu Arrows */
.sf-arrows .sf-with-ul {
	padding-right: 30px;
}

.sf-arrows .sf-with-ul:after {
	content: "\f107";
	position: absolute;
	right: 15px;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
}

.sf-arrows ul .sf-with-ul:after {
	content: "\f105";
}

/* Nav Meu Container */
#nav-menu-container {
	margin: 0;
}

@media (min-width: 1024px) {
	#nav-menu-container {
		padding-right: 60px;
	}
}

@media (max-width: 768px) {
	#nav-menu-container {
		display: none;
	}
}

/* Nav Meu Styling */
.nav-menu a {
	padding: 6px 6px;
	text-decoration: none;
	display: inline-block;
	color: #fff;
	font-weight: 400;
	font-size: 14px;
	text-transform: uppercase;
	outline: none;
}

.nav-menu li:hover > a,
.nav-menu > .menu-active > a {
	color: #408cca;
}

.nav-menu > li {
	margin-left: 10px;
}

.nav-menu ul {
	margin: 16px 0 0 0;
	padding: 10px;
	-webkit-box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
	box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
	background: #fff;
}

.nav-menu ul li {
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.nav-menu ul li a {
	padding: 10px;
	color: #333;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	display: block;
	font-size: 12px;
	text-transform: none;
}

.nav-menu ul li:hover > a {
	color: #408cca;
}

.nav-menu ul ul {
	margin: 0;
}

/* Mobile Nav Toggle */
#mobile-nav-toggle {
	position: fixed;
	right: 15px;
	z-index: 999;
	top: 16px;
	border: 0;
	background: none;
	font-size: 24px;
	display: none;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
	outline: none;
	cursor: pointer;
}

#mobile-nav-toggle i {
	color: #408cca;
	font-weight: 900;
}

@media (max-width: 768px) {
	#mobile-nav-toggle {
		display: inline;
	}
	#nav-menu-container {
		display: none;
	}
}

/* Mobile Nav Styling */
#mobile-nav {
	position: fixed;
	top: 0;
	padding-top: 18px;
	bottom: 0;
	z-index: 998;
	background: rgba(4, 9, 30, 0.9);
	left: 110%;
	width: 100%;
	overflow-y: auto;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

#mobile-nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#mobile-nav ul li {
	position: relative;
}

#mobile-nav ul li a {
	color: #fff;
	font-size: 18px;
	text-transform: uppercase;
	overflow: hidden;
	padding: 25px;
	position: relative;
	text-decoration: none;
	width: 100%;
	display: block;
	outline: none;
	text-align: center;
	font-weight: 200;
}

#mobile-nav ul li a:hover {
	color: #fff;
}

#mobile-nav ul li li {
	padding-left: 30px;
}

#mobile-nav ul .menu-has-children i {
	position: absolute;
	right: 0;
	z-index: 99;
	cursor: pointer;
	color: #fff;
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {
	color: #408cca;
}

#mobile-nav ul .menu-has-children li a {
	text-transform: none;
}

#mobile-nav ul .menu-item-active {
	color: #408cca;
}

/* Mobile Nav body classes */
body.mobile-nav-active {
	overflow: hidden;
}

body.mobile-nav-active .ticker-btn {
	margin-top: 20px;
}

body.mobile-nav-active #mobile-nav {
	left: 0;
}

body.mobile-nav-active #mobile-nav-toggle {
	color: #fff;
}

#mobile-nav-toggle span {
	font-family: "Oswald", sans-serif;
	padding-right: 10px;
	float: left;
}

.mfp-title a {
	color: #ddd;
	text-decoration: underline;
	font-size: 16px;
}

.mfp-title a:hover {
	color: #fff;
}

.logo-canik {
	width: 250px;
	height: auto;
}

#home .far,
#home .fas {
	color: #408cca;
}

#Logo_CT {
	width: 50%;
}

/* .section-gap {
	margin-top: 50px;
} */

.section-title {
	padding-bottom: 30px;
}

.section-title h2 {
	margin-bottom: 20px;
}

.section-title p {
	font-size: 16px;
	margin-bottom: 0;
}

@media (max-width: 991.98px) {
	.section-title p br {
		display: none;
	}
}

.overlay {
	position: absolute;
	left: 0%;
	right: 0;
	top: 0;
	bottom: 0;
	background: none; /* rgba(29, 26, 44, 0.712);*/
}
.home-cancel p {
	font-weight: 100;
	font-size: 1rem;
	font-family: sans-serif !important;
	text-align: left;
	line-height: 2rem !important;
}

.home .far,
.home .fas {
	color: #408cca;
}

.home-area {
	/* background-image: url(../img/FondWebCanikTour2023.jpg);
	background-size: cover;
	background-position: center center !important; */
}

.home-area .trailler {
	font-size: 4rem;
	line-height: 1.25em;
	font-weight: 600;
	text-align: left;
	margin-top: -100px;
	margin-left: -400px;
	text-transform: uppercase;
	padding-top: 2em;
	color: white;
}

/****************************************************************

	GRID HEROE 

*****************************************************************/

/** Les deux bvlocs flex **/
.gridHeroe {
	/* Retire la scrollbar horizontale */
	width: 100vw; /* calc(100vw - 12px)*/
	height: 100vh;

	/** Le fond du heroe **/
	background-image: url(../img/ComingSoonScreen2.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: left center;
	background-position: center;

	/** Flex gauche/droite (defaut) - haut/bas **/
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: center;

	/** Masqué le superflu **/
	overflow-x: hidden;
}
/** Bloc de gauche **/
.gridHeroe .heroeText {
	width: 50%;
	position: relative;
	z-index: 2;
	transform: translateX(10vw);
	padding-bottom: 5rem;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}

/** Bloc de droite **/
.gridHeroe .heroeIllustation {
	width: 60%;
	height: 100%;
	display: grid;
	place-items: center;
	position: relative;
	z-index: 1;
}
/** Les deux images l'une sur l'autre **/
.gridHeroe .gun,
.gridHeroe .shadow {
	width: 150%;
	height: 100%;
	object-fit: contain;
	position: absolute;
}
.gridHeroe .shadow {
	mix-blend-mode: multiply;
}

/** En portait, les blocs l'un au dessus de l'autre  **/
@media (orientation: portrait) {
	.gridHeroe {
		flex-direction: column-reverse;
	}
	.gridHeroe .heroeText {
		padding: 0 2rem;
		transform: translate3d(0, -10vh, 0);
		text-align: center;
	}
	.gridHeroe .heroeText,
	.gridHeroe .heroeIllustation {
		width: 100%;
	}
	.gridHeroe .gun {
		transform: translateX(20vw);
	}
}

.gridHeroe .heroeText h2,
.gridHeroe .heroeText h3,
.gridHeroe .heroeText h4 {
	text-transform: uppercase;
	font-weight: 400;
	margin: 0;
	text-align: right;
}
/** Style "De nombreux lots à gagner"**/
.gridHeroe .heroeText h2 {
	font-weight: 900;
	font-size: clamp(4rem, 5vw, 7rem);
	color: rgb(255, 0, 0);
	margin-bottom: 3rem;
}
/** Style "Prochaine étape dans" **/
.gridHeroe .heroeText h3 {
	color: rgb(145, 145, 145);
	margin-bottom: 1rem;
	font-size: 1em;
}
/**Countdown**/
.gridHeroe .heroeText h4 {
	font-size: clamp(2rem, 3vw, 5rem);
	color: #fff;
	font-weight: 600;
	width: 60%;
}

.home-area .logo-VeryGoodTrip {
	width: 80%;
}

/* .home-area::before {
	content: "";
	background: url(../img/VeryGoodTrip--Logo.png);
	background-size: contain;
	background-position: center !important;
	background-repeat: no-repeat;
	width: 100vw;
	aspect-ratio: 1 / 1;
	position: absolute;
	margin-top: -50px;
} */

#partners {
	background-color: #eee;
	padding: 5em 0;
}
#datesScroll {
	text-decoration: none;
	color: #e00;
}
#datesArrow {
	width: 20px;
	height: 20px;
	border: 10px #e00 solid;
	border-left-color: transparent;
	border-right-color: transparent;
	border-bottom-color: transparent;
	display: block;
	margin: 5px auto;
}
#home .ribbon {
	width: 250px;
	background: red;
	position: absolute;
	top: 50px;
	left: -60px;
	text-align: center;
	line-height: 30px;
	letter-spacing: 1px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	font-size: 0.85rem;
	animation: home-ribbon 0.255s infinite;
	z-index: 999;
	box-shadow: 5px 5px 10px #0006;
}

@keyframes home-ribbon {
	0% {
		background: red;
	}
	50% {
		background: rgb(150, 27, 18);
	}
}

#home .ribbon a {
	color: white;
}

.home-content {
	font-weight: 200;
	text-align: center;
	z-index: 2;
	bottom: 50px;
	border-radius: 1em;
	padding: 1em 0;
	height: 100vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.home-content a {
	color: #fff;
	margin-top: 10px;
	text-decoration: underline;
}
/* WIN SFX RIVAL */
.home-content h1 {
	color: white;
	font-size: 2em;
	letter-spacing: -0.03em;
	font-weight: 700;
	padding-bottom: 20px;
}
/* WIN TRIP TO TURKEY */
.home-content h2 {
	font-size: 3em;

	text-transform: uppercase;
	color: rgb(201, 11, 11);
	letter-spacing: 0.01em;
	font-weight: 700;
	line-height: 1em;
	padding-bottom: 50px;
}

.home-content h3 {
	color: rgb(145, 145, 145);
	text-transform: uppercase;
	margin-bottom: 0 px;
	font-size: 1em;
}

.home-content h4 {
	font-size: 2em !important;
	color: #fff;
	text-transform: uppercase;
	font-weight: 900;
	margin-bottom: 2em;
}
@media (max-width: 980px) {
	.home-content h1 {
		font-size: 2.5em;
	}
	.home-content h2 {
		font-size: 3em;
	}
	.home-content h3 {
		font-size: 1.25em;
	}
	.home-content h4 {
		font-size: 2.5em !important;
	}
}

@media (max-width: 501px) {
	.home-content h1 {
		font-size: 1.25em;
	}
	.home-content h2 {
		font-size: 1.5em;
	}
	.home-content h3 {
		font-size: 1em;
	}
	.home-content h4 {
		font-size: 1.5em !important;
	}
}

.home-content .lnr {
	color: #408cca;
	margin-right: 20px;
}

.countdown {
	margin-top: 10px;
	padding: 0px 0 30px 0;
	font-size: 24px;
	font-weight: 600;
}

.countdown span {
	font-size: 0.8em;
	font-weight: 200;
	margin-right: 2px;
}

.memo {
	text-align: center;
	font-weight: 900;
	color: red;
	text-transform: uppercase;
}

.top-title {
	color: #408cca !important;
	letter-spacing: 6px;
	font-size: 12px;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.help {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif !important;
	font-weight: 200;
	color: #666;
	margin-bottom: 15px;
	font-size: 12px !important;
}

#goodies {
	/* background: url(../img/goodies.jpg) center;
	background-size: cover; */
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}
@media (max-width: 1200px) {
	#goodies {
		min-height: 400px;
	}
}

.challenge-area #description {
	background-color: #222222;
}

.challenge-area #autresDates h1 {
	font-size: 36px;
	color: #408cca;
}

.challenge-area .dates img {
	padding: 40px 0;
	width: 100%;
}

.challenge-area h1 {
	font-size: 24px;
	padding-top: 10px;
}

.challenge-area h4 {
	color: red;
	margin: 10px 0 30px 0;
}

.challenge-area p {
	font-size: 16px;
	line-height: 150%;
	color: #fff;
	font-weight: 200;
	font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
}

.challenge-area p a {
	color: #fff;
	text-decoration: underline;
}

.challenge-area p span {
	color: #fff;
	font-size: 24x;
}

.challenge-area .memo {
	margin-top: 30px;
}

.ambassadors-container {
	display: grid;
	justify-items: center;
}

.ambassador-logo {
	width: 350px;
	height: auto;
	margin: 50px 0;
}

.ambassadors-list {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
	gap: 3em;
}

.ambassador-item a {
	display: grid;
	grid-template-columns: 4em auto;
}

.ambassador-dept {
	font-size: 4em;
	padding-top: 0.2em;
	letter-spacing: -0.1em;
	border-right: 1px dashed rgb(177, 9, 9);
	font-weight: 700;
	transition: all 250ms;
	padding-left: 0.33em;
	color: #999;
}

.ambassador-item a:hover .ambassador-dept {
	font-size: 5em;
	padding-left: 0em;
	letter-spacing: -0.05em;
	color: #900;
}

.ambassador-data {
	padding-left: 0.75em;
	background-color: white;
}
.ambassador-item h1 {
	font-weight: 700;
	font-size: 1.75em;
	position: relative;
	color: rgb(177, 9, 9);
}
.ambassador-item p {
	font-size: 1.5em;
	line-height: 1.25em;
	font-weight: 400;
}

.Dates > h1 {
	color: #900;
	font-weight: 600;
	text-align: center;
	margin: 2em 0 0.5em 1.2em;
}
.Dates > h1::before {
	content: "";
	background: url(../img/iconCalendar.png);
	position: absolute;
	margin-left: -1.3em;
	width: 1.2em;
	height: 1.2em;
	background-size: cover;
}
.Dates .event-list {
	margin-left: 50px;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	transform: translateX(50px);
	gap: 6em;
	padding: 2em;
	margin-bottom: 5rem;
}

.Dates .toCome h2,
.Dates .toCome h1,
.Dates .toCome p {
	background: #ddd;
	border-radius: 2px;
	margin-bottom: 7px;
}
.Dates .toCome h2 {
	width: 100px;
	height: 20px;
	margin-bottom: 10px;
}
.Dates .toCome h1 {
	width: 250px;
	height: 35px;
}
.Dates .toCome p {
	height: 12px;
}
.Dates .toCome p:not(:last-child) {
	width: 200px;
}
.Dates .toCome p:last-child {
	width: 150px;
}

.Dates .toCome::after {
	content: "PROCHAINEMENT";
	background-color: #bbb;
	font-size: 1.25em;
	color: white;
	position: absolute;
	transform: rotate(-8deg) translate(-1em, -5em);
	padding: 0.25em 1em;
	border-radius: 1em;
	z-index: 999;
}

.Dates .canceled::after {
	content: "ÉVÈNEMENT ANNULÉ";
	background-color: red;
	font-size: 1.25em;
	color: white;
	position: absolute;
	transform: rotate(-8deg) translate(-1em, -5em);
	padding: 0.25em 1em;
	border-radius: 1em;
	z-index: 999;
}

.Dates .toCome .event-info::before {
	filter: grayscale(1) brightness(5);
}

.Dates .eventDone .event-info {
	filter: grayscale(100%) contrast(70%) brightness(140%);
}

.Dates .eventDone::after {
	content: "UN SUCCÈS !";
	background-color: #b60000;
	font-size: 1.25em;
	color: white;
	position: absolute;
	transform: rotate(-8deg) translate(-2em, -0.5em);
	padding: 0.25em 1em;
	border-radius: 1em;
	z-index: 999;
}

.Dates .event-info::before {
	content: "";
	background: url(../img/DemieCarte.png);
	width: 90px;
	height: 150px;
	position: absolute;
	z-index: -1;
	margin-left: -65px;
	margin-top: -25px;
}

.Dates .event-info h2 {
	font-size: 1.25em;
	font-weight: 600;
}

.Dates .event-info h1 {
	font-size: 2.5em;
	letter-spacing: -0.05em;
	font-weight: 900;
	color: #900;
	margin-top: -0.15em;
}
.Dates .event-info p {
	font-size: 1.25em;
	font-weight: 400;
	margin-top: -0.15em;
}

.dates-container .localisation {
	font-size: 1em;
	font-weight: 400;
}

.repport::after {
	position: absolute;
	content: "REPPORTÉ";
	z-index: 1000;
	width: 170px;
	background: red;
	text-align: center;
	line-height: 50px;
	letter-spacing: 1px;
	transform: rotate(-10deg) translate(-100px, -40px);
	font-size: 1.2rem;
	color: red;
	animation: home-ribbon 0.5s infinite;
}

.right-text {
	padding: 20px 200px 20px 20px;
}
@media (max-width: 992px) {
	.right-text {
		padding: 20px 50px 20px 50px;
	}
}
@media (max-width: 1400px) {
	.right-text {
		padding: 20px 50px 20px 20px;
	}
}
/*
.gamme-area {
	margin-top: 30px;
}
*/
.gamme-area {
	overflow: hidden;
	padding: 50px 0px;
}

.gamme-area h6 {
	margin-top: 50px;
}

.gamme-area .guns {
	margin-bottom: 10px;
}

.gamme-area .owl-dots {
	text-align: center;
	bottom: 5px;
	margin-top: 20px;
	width: 100%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.gamme-area .owl-item {
	border-radius: 15px;
	overflow: hidden;
	box-shadow: 0 0 4rem #ccc inset;
}
.gamme-area .owl-item img {
	mix-blend-mode: multiply;
}

.gamme-area .owl-dot {
	height: 10px;
	width: 10px;
	display: inline-block;
	background: rgba(127, 127, 127, 0.5);
	margin-left: 5px;
	margin-right: 5px;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.gamme-area .owl-dot.active {
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	padding: 0px 25px 0px 0px;
	background: #408cca;
}

.gamme-area .container {
	background-color: #222222;
}

.gamme-area .description {
	color: #fff;
	font-weight: 400;
}

@media (min-width: 0px) {
	.gamme-area .description {
		padding: 5px;
		font-size: 10x;
		line-height: 12px;
	}
}

@media (min-width: 600px) {
	.gamme-area .description {
		padding: 10px;
		font-size: 12px;
		line-height: 14px;
	}
}

@media (min-width: 1200px) {
	.gamme-area .description {
		padding: 15px;
		font-size: 14px;
		line-height: 16px;
	}
}

@media (min-width: 1600px) {
	.gamme-area .description {
		padding: 20px;
		font-size: 16px;
		line-height: 18px;
	}
}

.gamme-area h1 {
	font-size: 40px;
	position: absolute;
	margin: -60px 0 0 10px;
	color: #222222;
	font-weight: bold;
}

.gamme-area h3 {
	font-size: 21px;
}

.gamme-area .lnr {
	color: #408cca;
	margin-right: 10px;
	font-weight: 700;
}

.gamme-area ul a {
	margin-right: 10px;
	color: #eee;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.gamme-area ul a:hover {
	color: #408cca;
}

.date-info {
	padding: 40px;
}

@media (max-width: 1366px) {
	.date-info h1 {
		font-size: 30px;
	}
}

@media (max-width: 1280px) {
	.date-info {
		padding: 10px 40px;
	}
	.date-info h1 {
		font-size: 25px;
	}
}

@media (max-width: 767px) {
	.date-info {
		padding: 40px;
	}
}

@media (max-width: 768px) {
	.table-wrap {
		overflow-x: scroll;
	}
}

.table {
	text-align: center;
}

.table th {
	font-weight: 300;
}

.table .name {
	padding-top: 12px;
}

.table tr {
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.table tr:hover {
	background-color: #408cca;
	color: #fff;
}

.thead-light .head {
	text-transform: uppercase;
	font-weight: 700;
	color: #222222 !important;
}

.single-img img {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.single-img img:hover {
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
	-o-filter: grayscale(0%);
	filter: grayscale(0%);
}

.button:hover {
	cursor: pointer;
}

.canik-area {
	background: url(../img/CanikBackground.jpg) center;
	background-size: cover;
}

.canik-area .showroom {
	padding: 0 0 100px 0;
}

.canik-area .showroom img {
	padding: 20px 0;
}

.canik-area .showroom img:hover {
	cursor: pointer;
}

.canik-area h1 {
	padding: 50px 0;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
}

.canik-area h5 {
	color: #fff;
	text-align: center;
	margin-top: -10px;
	text-transform: uppercase;
}

.blink {
	color: red;
	animation: colorblink 0.5s infinite;
}
@keyframes colorblink {
	0% {
	}
	50% {
		color: red;
	}
}

.canik-area .showroom div:hover h5 {
	color: red;
}

.canik-area p {
	padding: 20px 0 40px 0;
	font-size: 16px;
	line-height: 28px;
	text-align: justify;
	color: #fff;
	font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
}

.canik-area .overlay {
	background-color: rgba(4, 9, 30, 0.75) !important;
}

.canik-btn {
	background-color: #408cca;
	color: #fff;
	border: 1px solid transparent;
	padding: 10px 40px;
	font-size: 14px;
	font-weight: 300;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.canik-btn:hover {
	background-color: transparent;
	border-color: #408cca;
	color: #408cca;
}

.footer-area {
	padding: 30px 0;
	background-color: #04091e;
	margin-top: 0;
}

.footer-area .social {
	display: block;
}

.footer-area .social ul {
	text-align: center;
	margin: 0 0 30px 0;
}

.footer-area .social ul .fab:hover {
	cursor: pointer;
}

.footer-area .social ul li {
	display: inline-block;
	padding: 0 3px;
}

.footer-area .social ul .fa-facebook-square:hover {
	color: #4c67a1;
}

.footer-area .social ul .fa-twitter-square:hover {
	color: #55acee;
}

.footer-area .social ul .fa-google-plus-square:hover {
	color: #e29228;
}

.footer-area .social ul .fa-pinterest-square:hover {
	color: #922218;
}

.footer-area .social ul .fa-whatsapp-square:hover {
	color: #23c53e;
}

.footer-area h4 {
	color: #fff;
	margin: 20px 0 10px 0;
}

.footer-area .logo-wrap {
	padding-bottom: 30px;
}

.footer-area #shareButtonLabel {
	text-align: center;
}

.footer-area .mentions {
	padding: 50px;
	text-align: center;
	width: 100%;
}
.footer-area .mentions h3 {
	font-family: Arial, Helvetica, sans-serif !important;
	color: #fff4;
	text-decoration: underline;
	font-size: 0.8rem;
	transition: all 250ms ease-in-out;
}
.footer-area .mentions.open h3 {
	margin-bottom: 0.6rem;
}

.footer-area .mentions h3:hover {
	cursor: pointer;
}
.footer-area .mentions p {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0rem;
	height: 1px;
	transition: all 250ms ease-in-out;
}

.footer-area .mentions.open p {
	height: 50px;
	font-size: 0.75rem;
}

h6 {
	color: #fff;
	margin-bottom: 25px;
	font-size: 18px;
	font-weight: 600;
}

h5 {
	color: #fff;
	margin-bottom: 25px;
	font-size: 16px;
	font-weight: 400;
}

.copy-right-text i,
.copy-right-text a {
	color: #408cca;
}

.footer-social a {
	color: #fff;
	padding-right: 25px;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.footer-social a:hover i {
	color: #408cca;
}

.footer-social i {
	color: #cccccc;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

@media (max-width: 991.98px) {
	.footer-social {
		text-align: left;
	}
}

.single-footer-widget {
	font-size: 14px;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
	color: #999;
}

.single-footer-widget input {
	border: none;
	width: 80% !important;
	font-weight: 300;
	background: #fff;
	color: #eee;
	padding-left: 20px;
	border-radius: 0;
	font-size: 14px;
	padding: 10px 18px;
}

.single-footer-widget input:focus {
	background-color: #fff;
}

.single-footer-widget .bb-btn {
	color: #fff;
	font-weight: 300;
	border-radius: 0;
	z-index: 9999;
	cursor: pointer;
}

.single-footer-widget .info {
	position: absolute;
	margin-top: 20%;
	color: #fff;
	font-size: 12px;
}

.single-footer-widget .info.valid {
	color: green;
}

.single-footer-widget .info.error {
	color: red;
}

.single-footer-widget .click-btn {
	background-color: #408cca;
	color: #fff;
	border-radius: 0;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
	padding: 8px 12px;
	border: 0;
}

.single-footer-widget ::-moz-selection {
	/* Code for Firefox */
	background-color: #191919 !important;
	color: #ccc;
}

.single-footer-widget ::selection {
	background-color: #191919 !important;
	color: #ccc;
}

.single-footer-widget ::-webkit-input-placeholder {
	/* WebKit, Blink, Edge */
	color: #ccc;
	font-weight: 300;
}

.single-footer-widget :-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #ccc;
	opacity: 1;
	font-weight: 300;
}

.single-footer-widget ::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #ccc;
	opacity: 1;
	font-weight: 300;
}

.single-footer-widget :-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #ccc;
	font-weight: 300;
}

.single-footer-widget ::-ms-input-placeholder {
	/* Microsoft Edge */
	color: #ccc;
	font-weight: 300;
}

@media (max-width: 991.98px) {
	.single-footer-widget {
		margin-bottom: 30px;
	}
}

.footer-text {
	padding-top: 20px;
}

.footer-text a,
.footer-text i {
	color: #408cca;
}

.whole-wrap {
	background-color: #fff;
}

.generic-banner {
	background-color: #408cca;
	text-align: center;
}

.generic-banner .height {
	height: 600px;
}

@media (max-width: 767.98px) {
	.generic-banner .height {
		height: 400px;
	}
}

.generic-banner .generic-banner-content h2 {
	line-height: 1.2em;
	margin-bottom: 20px;
}

@media (max-width: 991.98px) {
	.generic-banner .generic-banner-content h2 br {
		display: none;
	}
}

.generic-banner .generic-banner-content p {
	text-align: center;
	font-size: 16px;
}

@media (max-width: 991.98px) {
	.generic-banner .generic-banner-content p br {
		display: none;
	}
}

.generic-content h1 {
	font-weight: 600;
}

.about-generic-area {
	background: #fff;
}

.about-generic-area p {
	margin-bottom: 20px;
}

.white-bg {
	background: #fff;
}

.section-top-border {
	padding: 70px 0;
	border-top: 1px dotted #eee;
}

.switch-wrap {
	margin-bottom: 10px;
}

.switch-wrap p {
	margin: 0;
}
