.title-form-order{
    color:#ffffff;
    text-align: center;
    margin-top: 30px;
	font-size: 30px;
	margin-bottom: 5px;
	/* text-transform: uppercase; */
}

.cbp-mc-form:before, 
.cbp-mc-form:after { 
	content: " "; display: table; 
}

.cbp-mc-form:after { 
	clear: both; 
}

.cbp-mc-column {
	width: 50%;
	padding: 10px 30px;
	margin: 0 auto;
}

.cbp-mc-form label {
	display: block;
	padding: 15px 5px 5px 2px;
	font-size: 1.1em;
	/* text-transform: uppercase; */
	letter-spacing: 1px;
	cursor: pointer;
}

.cbp-mc-form input,
.cbp-mc-form select {
	font-family: 'Lato', Calibri, Arial, sans-serif;
	line-height: 1.5;
	font-size: 1.4em;
	padding: 5px 10px;
	color: #fff;
	display: block;
	width: 100%;
	background: transparent;
}

.cbp-mc-form input,select {
	border: 3px solid #fff;
}

.cbp-mc-form input:focus,
.cbp-mc-form label:active + input,
.cbp-mc-form label:active + textarea {
	outline: none;
	border: 3px solid #e0e0e0;
}

.cbp-mc-form select:focus {
	outline: none;
}

::-webkit-input-placeholder { /* WebKit browsers */
    color: #ffffff;
    font-style: italic;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #ffffff;
    font-style: italic;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #ffffff;
    font-style: italic;
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #ffffff;
    font-style: italic;
}

.cbp-mc-submit-wrap {
	text-align: center;
	padding-top: 30px;
	clear: both;
}

.cbp-mc-submit {
	background: #ffffff;
	border: none;
	color: #e7000d;
	width: auto;
	cursor: pointer;
	text-transform: uppercase;
	display: inline-block;
	padding: 15px 30px;
	font-size: 1.1em;
	border-radius: 2px;
	letter-spacing: 1px;
}


.cbp-mc-form input.cbp-mc-submit:hover {
	background: #f3f3f3;
}

@media screen and (max-width: 70em) {
	.cbp-mc-column {
		width: 50%;
	}
	.cbp-mc-column:nth-child(3) {
		width: 100%;
	}
}

@media screen and (max-width: 48em) {
	.cbp-mc-column {
		width: 100%;
		padding: 10px;
	}
}



/********************
Select2 Override style
*********************/
  .select2-container--open .select2-dropdown--below,
  .select2-container--open .select2-dropdown--above {
	background: #e7000d;
  }
  
  .select2-container--flat .select2-container--focus .select2-selection--multiple {
	border: 1px solid #e7000d;
  }
  .select2-container--flat .select2-results__option--highlighted[aria-selected] {
	background: #cf050f !important;
	color: #ffffff;
  }
  .select2-container--flat .select2-results__option[aria-selected=true] {
	background: #c9010b;
	color: #fff;
	opacity: 0.8;
  }
  .select2-container--flat .select2-selection--single {
	border-radius: 0px;
  }
  .select2-container--flat.select2-container--open .select2-selection__arrow b {
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
  }
  .select2-container--flat span.select2-search input {
	height: 30px !important;
  }
  
  .select2-container .select2-choice {
	border: 2px solid #dce4ec;
	height: 36px;
	border-radius: 0px;
	font-family: "Lato", sans-serif;
	font-size: 14px;
	text-indent: 1px;
	box-shadow: none;
	background-image: none;
  }
  .select2-container .select2-choice div {
	border-left: 2px solid #dce4ec;
	border-radius: 0 4px 4px 0;
	background-clip: padding-box;
  }
  .select2-container .select2-choice .select2-arrow {
	border: 0px;
	border-radius: 0px;
	background: transparent;
	background-image: none;
  }
  .select2-container *:focus {
	outline: 0px;
  }
  .select2-container.select2-drop-above .select2-choice {
	border-bottom-color: #dce4ec;
	border-radius: 0px;
  }
  
  .select2-drop {
	margin-top: -2px;
	border: 2px solid #dce4ec;
	border-top: 0;
	border-radius: 0px !important;
	border-radius: 0 0 6px 6px;
	box-shadow: none;
  }
  .select2-drop.select2-drop-above {
	margin-top: 2px;
	border-top: 2px solid #dce4ec;
	border-bottom: 0;
	border-radius: 6px 6px 0 0;
	box-shadow: none;
  }
  
  .select2-search {
	margin-top: 3px;
  }
  .select2-search input {
	height: 26px;
	border: 2px solid #dce4ec;
  }
  
  .select2-container-active .select2-choice,
  .select2-container-active .select2-choices {
	border: 2px solid #dce4ec;
	outline: none;
	box-shadow: none;
  }
  
  .select2-dropdown-open .select2-choice {
	box-shadow: none;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
  }
  .select2-dropdown-open .select2-choice .select2-choice div {
	background: transparent;
	border-left: none;
	-webkit-filter: none;
			filter: none;
  }
  
  .select2-results {
	padding: 0 0 0 0px;
	margin: 4px 0px 0px 0;
	overflow-y: scroll;
    height: 100px;
  }
  .select2-results .select2-highlighted {
	background: #e7000d;
	color: #fff;
	border-radius: 0px;
  }
  
  .select2-container-multi .select2-choices {
	height: auto !important;
	height: 1%;
	border: 2px solid #dce4ec;
  }
  .select2-container-multi.select2-container-active .select2-choices {
	border: 2px solid #dce4ec;
	border-radius: 6px;
	box-shadow: none;
  }
  
  /****** Single SCSS *******/
  .select2-container--flat .select2-selection--single {
	background: #e7000d;
	border: 3px solid #fff;
	height: 49px;
  }
  .select2-container--flat .select2-selection--single .select2-selection__rendered {
	color: #fff;
	line-height: 2;
	font-size: 1.4em;
  }
  .select2-container--flat .select2-selection--single .select2-selection__arrow {
	height: 100%;
	position: absolute;
	top: -2px;
	right: 5px;
	width: 20px;
  }
  .select2-container--flat .select2-selection--single .select2-selection__arrow b {
	border-color: #fff transparent transparent transparent;
	top: 60%;
	border-style: solid;
	border-width: 5px 4px 0 4px;
	height: 0;
	left: 50%;
	margin-left: -4px;
	margin-top: -2px;
	position: absolute;
	width: 0;
  }
  .select2-container--flat .select2-selection--single .select2-selection__placeholder {
	color: #fff;
  }
  .select2-container--flat .select2-selection--single .select2-selection__clear {
	cursor: pointer;
	float: right;
	font-weight: bold;
  }
  #result_form{
    color: #ffffff;
    font-size:20px;
    display:none;
	text-align: center;
	margin-top: 15px;
}