
@import url(http://fonts.googleapis.com/css?family=Poppins:300,400,700);


:focus {
  outline: none; }
  
  a {
  text-decoration: none; }

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  cursor: pointer; }




/*
label {
    color:#494a4e !important;
	font-weight:normal;
	letter-spacing:1px;
	font-size:13.5px;
	margin-top: 5px;
}
.form-control {
    margin-bottom: 5px; background:#e5f1ff !important; border:1px solid #fff !important;
	color:#494a4e !important; 
	outline:none !important;
	font-family:'Poppins', sans-serif; 
	font-weight:400; 
	font-size:13px !important;
   box-shadow: none !important;
   -moz-box-shadow:none !important;
   -webkit-box-shadow:none !important;
   height:37px;
   transition: 0.4s ease-in-out;
   /*border-radius: 0px !important;
   -moz-border-radius: 0px !important;
   -webkit-border-radius:0px !important;
} */


.form-row {
  display: flex;
  margin-bottom: 25px; }
  .form-row.last {
    margin-bottom: 22px; }
  .form-row .form-wrapper {
    width: 50%; }
    .form-row .form-wrapper:first-child {
      margin-right: 25px; }

.form-wrapper {
  position: relative; }
  .form-wrapper label {
    display: block;
    font-family: "Muli-SemiBold";
    font-size: 17px;
    color: #4c4c4c;
    margin-bottom: 8px; }
  .form-wrapper i.zmdi-chevron-down {
    position: absolute;
    right: 16px;
    top: 42px;
    font-size: 15px;
    color: #666; }
  .form-wrapper span.lnr-calendar-full {
    position: absolute;
    left: 16px;
    font-size: 15px;
    color: #666;
    top: 43px; }


.btn-send {
font-family: 'Poppins', sans-serif;
font-size:14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-top: 10px;
	background:#3d5ae1 !important;
	color:#fff !important;
	border:1px solid #3d5ae1 !important;
	transition: all 0.5s ease, padding 2.8s linear;
	-webkit-transition: all 0.5s ease, padding 2.8s linear;
	-moz-transition: all 0.5s ease, padding 2.8s linear;	
}

.btn-send:hover{
	background:#be0506 !important;
	border:1px solid #be0506 !important;
	color:#ffffff !important;
	}
	
.form-control option{
color:#494a4e !important;
border-bottom:1px dotted rgba(0,0,0,0.1) !important;
padding:3px 0px 3px 20px !important;	
font-size:13px;	
background:#f9f9f9;
font-weight:normal;
}

#form_destination{
color:#494a4e !important;
border:1px solid #fff !important;
background:#f9f9f9;
}

#form_courses{
color:#494a4e !important;
border:1px solid #fff !important;
background:#f9f9f9;
}

#form_destinations option {

background:#e5f1ff;
color:#ffffff;
outline:none !important;
border:0px solid #fff !important;
}

.redio_bottom {
    display: table-column;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default radio button */
.redio_bottom input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.redio_bottom:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.redio_bottom input:checked ~ .checkmark {
    background-color: #2196F3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.redio_bottom input:checked ~ .checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.redio_bottom .checkmark:after {
 	top: 9px;
	left: 9px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: white;
}
















/*

.btn-oscar {
font-family: 'Poppins', sans-serif;
font-size:13px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-top: 10px;
	background:#3d5ae1 !important;
	color:#ffffff !important;
	border:1px solid #3d5ae1 !important;
	transition: all 0.5s ease, padding 2.8s linear;
	-webkit-transition: all 0.5s ease, padding 2.8s linear;
	-moz-transition: all 0.5s ease, padding 2.8s linear;	
}

.btn-oscar:hover{
	background:#02b424 !important;
	border:1px solid #02b424 !important;
	color:#ffffff !important;
	}
	
.btn-oscar em {
color:#f5fe02 !important;	
}
*/

