.container-fluid {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 0px)
.g-px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.my-row {
  display: flex;
  flex-wrap: wrap;
}

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

@media (min-width: 768px)
.col-md-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

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

.g-pa-15x {
  padding: 15% !important;
}

.g-pa-0x {
  padding: 0px !important;
}

.mb-5, .my-5 {
  margin-bottom: 3rem !important;
}

.mb-0, .my-0 {
  margin-bottom: 0px !important;
}

.g-color-black {
  color: #000 !important;
}

.h1, .h2, .h3, .h4, .h5, .h6, .h7, h1, h2, h3, h4, h5, h6 {
  line-height: 1.4;
}

.g-color-gray-dark-v4 {
  color: #777 !important;
}

.g-font-size-16 {
  font-size: 1.14286rem !important;
}

  @media (min-width: 768px)
.col-md-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.g-flex-centered {
    display: flex;  
  align-items: center;
   justify-content: justify;
}

.g-min-height-600 {
  min-height: 600px;
}

.g-min-height-700 {
  min-height: 200px;
}

.g-bg-secondary {
  background-color: #fafafa !important;
}

@media (min-width: 0px)
.g-pa-25 {
  padding: 1.78571rem !important;
}

@media (min-width: 0px)
.g-pa-0 {
  padding: 0px !important;
}



/*
@media (min-width: 992px)
.col-md-6 .ship-fantasy .bg-img-fantasy {
  height: calc(100vh - 120px);
  min-height: 600px;
  padding-top: 0;
}
*/

.my-col-md-6 {
	width: 50%;
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: 50% 50%;
  padding-top: 25%;
}

.my-col-xs-12 {
	width: 100%;
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: 100%;
  padding-top: 60%;
}

.my-box{
	color: #ffffff; 
	font-size: 32px;
	font-weight: bold;
	margin-left: 10px;
	margin-bottom: -38px;
	max-width: 80%;
	line-height: 1.4;
}

.my-box-right{
	margin-left: 85%;
	height: 36px;
	margin-bottom: 10px;
}


#btn-cookies .btn-red{
	background-color: #ef6436;
	color: #ffffff;
	margin: 0px 15px;
	border: none;
	font-size: 11px
}


.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: .125rem;
}

.form-switch .form-check-input {
  width: 2em;
  margin-left: -2.5em;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  background-position: left center;
  border-radius: 2em;
  transition: background-position .15s ease-in-out;
}
.form-check-input[type="checkbox"] {
  border-radius: .25em;
}
.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}
.form-check-input {
  width: 1em;
  height: 1em;
  margin-top: .25em;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0,0,0,.25);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
  print-color-adjust: exact;
}
