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

label {
    color:#494a4e !important;
	font-weight:normal;
	letter-spacing:1px;
	font-size:13.5px;
	margin-top: 5px;
}
.form-control {
    margin-bottom: 10px; background:#fbfbfb !important; border:1px solid rgba(68, 88, 144, 0.09) !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:42px;
   transition: 0.4s ease-in-out;
}
.btn-send {
font-family: 'Poppins', sans-serif;
font-size:13px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-top: 10px;
	background:#eb1c24 !important;
	color:#fff !important;
	border:1px solid #eb1c24 !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:#c61a21 !important;
	border:1px solid #c61a21 !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:#f0f6fe;
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;
}



.form-tm{
margin-top:50px;		
}














