/*
*  ---------------
*  Custom CSS code
*  ---------------
*/

body {
    font-family: Muli;
    font-weight: 200;
    background-color: #000;
    color: white;
}

* {
	outline: none !important;
}

hr {
    border: 0;
    margin-top: 0px;
    margin-left: auto;	margin-right: auto;
    height: 2px;
    background: #333;
    background-image: linear-gradient(to right, #ccc, #333, #000);
}

/*
*  ---------------
*  SESSION
*  ---------------
*/

.session_info {
  font-size: 75% !important;
}

div.modal-footer {
	color: black !important;
	display: inline !important;
	text-align: center !important;
}

.cst_logo {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 33%;
}

.cst_fb_logo {
	margin-top: -5px;
	width: 25px;
}

.cst_tax_details {
}

.cst_tax_total {
	display: inline-block;
	font-weight: bold;
	margin-left: auto;	margin-right: auto;
}

.cst_info_logo {
	display: inline;
	margin-top: -5px;	margin-left: 10px;
	width: 25px;
	-webkit-filter: invert(100%);
	-moz-filter: invert(100%);
	-ms-filter: invert(100%);
	-o-filter: invert(100%);
    filter: invert(100%);
}

.cst_ok_ko_bullet {
	list-style: square outside url("/logos/logo-ko-form.png");
	margin-left: -20px; margin-right: 10px;
}

.cst_padlock_logo {
	display: inline;
	margin-top: -5px;	margin-right: 10px;
}

.cst_collapse_frame	{
	border: 1px solid white;
	background: #f8f9fa;
	color: black;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}

.cst_left_button {
	border-right: 1px solid black;
}

.cst_right_button {
	border-left: 1px solid black;
}

.cst_input_field {
	border: none;
}

#fb_link	{
	text-align: right;
}

#cst_left_bullets {
	padding-left: 1em;
}

#media_article {
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

#media_article:hover {
	-webkit-transform: scale(1.02); _rotate(-2deg) scale(1.1);
	-moz-transform: scale(1.02);_rotate(-2deg) scale(1.1);
	-ms-transform: scale(1.02); _rotate(-2deg) scale(1.1);
	-o-transform: scale(1.02); _rotate(-2deg) scale(1.1);
	transform: scale(1.02);_rotate(-2deg) scale(1.1);

	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;

	background: rgb(51,58,64);
}

#gallery_image {
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

#gallery_image:hover {
	-webkit-transform: scale(1.02); _rotate(-2deg) scale(1.1);
	-moz-transform: scale(1.02);_rotate(-2deg) scale(1.1);
	-ms-transform: scale(1.02); _rotate(-2deg) scale(1.1);
	-o-transform: scale(1.02); _rotate(-2deg) scale(1.1);
	transform: scale(1.02);_rotate(-2deg) scale(1.1);

	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

#gallery.card {
	border: none;
}

#gallery.container-fluid {
	padding-left: 0;	padding-right: 0;
}

.cst_link_no_underline {
	text-decoration: none !important;
}

.cst_table_topline {
	border-top: 1px solid #32383e;
}

.cst_table_odd_lines {
	background: #2c3034;
}

.cst_table_even_lines {
	background: #212529;
}

.cst_table_bottom_line {
	border-bottom: 1px solid #32383e;
}

.cst_table_sep_line {
	width: 50%;
	border-width: 1px;
	border-color: #52585e;
}

.dropdown-item.active, .dropdown-item:active {
	background-color: grey;
}

.jumbotron {
	padding: 0.3em;
	margin-bottom: 16px;
}

/*
*  ---------------
*  MENU NAVIGATION
*  ---------------
*/

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu a::after {
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
  position: absolute;
  right: 6px;
  top: .8em;
}

.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-left: .1rem;
  margin-right: .1rem;
}

/*
*  -----------------
*  RESPONSIVE DESIGN
*  -----------------
*/

/* --- XS-SM-MD-LG --- Extra small to Large devices */
@media screen and (max-width: 1199.98px) {

}

/* --- XS-SM-MD --- Extra small to Medium devices */
@media screen and (max-width: 991.98px) {

	.cst_topline_one {	/* Left */
		margin-left: 15px;
	}

	.cst_topline_two {	/* Right */
		border-top: 1px solid white;
		padding-top: 5px;	padding-bottom: 5px;
		margin-left: 15px;
		height: 36px;
	}

	#cst_left_bullets {
		padding-left: 2em;
		padding-right: 2em;
	}
}

/* --- XS-SM --- Extra small to Small devices */
@media screen and (max-width: 767.98px) {

	.cst_bottom_fb_link {
		border-top: 1px solid white;
		margin: 0px -30px 0px 15px;
		padding-top: 5px;
	}
}

/* --- MD-LG-XL --- Medium to Extra large devices */
@media screen and (min-width: 768px) {
	
	.cst_bottom_fb_link {
		border-top: 1px solid white;
		margin: 0px 15px 0px 15px;
		padding-top: 5px;
	}
}

/* --- LG-XL --- Large and Extra large devices */
@media screen and (min-width: 992px) {

	.cst_topline_one {	/* Left */
		border-top: 1px solid white;
		margin-left: 15px;
		margin-right: -15px;
		padding-top: 5px;
	}

	.cst_topline_two {	/* Right */
		border-top: 1px solid white;
		margin-left: 15px;
		margin-right: -15px;
		padding-top: 5px;
	}
}

/* --- XS --- Extra small devices */
@media screen and (max-width: 575.98px) {

	h1 {
		font-size: 1.8rem;
	}

	h2 {
		font-size: 1.6rem;
	}

	.display-1 {
		font-size: 2.8em;
	}

	.cst_sponsor_tile {
		padding: 0.5em;
	}

	.jumbotron {
		font-size: 2.3em;
	}
}

/* --- SM --- Small devices */
@media screen and (min-width: 576px) and (max-width: 767.98px) {

	h1 {
		font-size: 2.0rem;
	}

	h2 {
		font-size: 1.8rem;
	}

	.display-1 {
		font-size: 3.8em;
	}

	.cst_sponsor_tile {
		padding: 0.75em;
	}

	.jumbotron {
		font-size: 3em;
	}
}

/* --- MD --- Medium devices */
@media screen and (min-width: 768px) and (max-width: 991.98px) {

	h1 {
		font-size: 2.2rem;
	}

	h2 {
		font-size: 2.0rem;
	}

	.display-1 {
		font-size: 3.8em;
	}

	.cst_sponsor_tile {
		padding: 1em;
	}

	.jumbotron {
		font-size: 3.5em;
	}
}

/* --- LG --- Large devices */
@media screen and (min-width: 992px) and (max-width: 1199.98px) {

	h1 {
		font-size: 2.4rem;
	}

	h2 {
		font-size: 2.2rem;
	}

	.display-1 {
		font-size: 5.1em;
	}

	.cst_sponsor_tile {
		padding: 1.25em;
	}

	.jumbotron {
		font-size: 4em;
	}
}

/* --- XL --- Extra large devices */
@media screen and (min-width: 1200px) {

	h1 {
		font-size: 2.5rem;
	}

	h2 {
		font-size: 2.3rem;
	}

	.display-1 {
		font-size: 6em;
	}

	.cst_sponsor_tile {
		padding: 1.5em;
	}

	.jumbotron {
		font-size: 4.5em;
	}
}

/*
*  ----------------
*  LINKS NAVIGATION
*  ----------------
*/

a.page-link {
	background: white !important;
	border: 1px solid black !important;
}

li.page-item, a.page-link {
	color: black !important;
}

a.page-link:hover {
	background: #d0d0d0 !important;
}

a.page-link.active {
	color: white !important;
	background: grey !important;
}

a.page-link.active:hover {
	background: grey !important;
}