
*{
	 box-sizing: border-box;
	 -moz-box-sizing: border-box;
	 -webkit-box-sizing: border-box;
}

body {
	background: #f7f7f7;
}

.logo {
	width: 100%;
}

h1{
	float:left;
	width:100%;
	color:#333333;
	font-weight:normal;
	text-align:center;
	margin:20px 0 40px;
	color: #444444;
    font-family: "GlosaDisplay-Roman";
    font-size: 30px;
}
.return_wrapper{
font-family:Arial, Helvetica, sans-serif;
	margin:0 auto;
	display:table;
	width:100%;
	padding:0;
	max-width:657px;
	font-size:16px;
}

td { 
font-size:14px;
border-bottom: 1px solid #ccc;
}

.row {
    display: table;
    margin: 0 auto;
    width:100%;
}
.site_wrapper {
    float: left;
    /*padding: 0 15px 7px;*/
	padding: 0 15px 20px;
    position: relative;
    width: 100%;
}
.site_wrapper span.ValidationErrors {
    bottom: 3px;
    font-size: 14px;
    font-style: normal!important;
    left: 0;
    position: absolute;
	font-family:Arial, Helvetica, sans-serif
}
#book_app span.ValidationErrors {
    color: #d00;
    display: inline-block;
    font-size: 14px;
    font-style: italic;
    padding-left: 15px;
}
#loader{
	width:100%;
	text-align:center;
}
.site_wrapper label{
	font-weight:bold;
	font-size:18px;
	color:#000;
	text-transform:none;
	letter-spacing:normal;
	float:left;
	width:100%;
	font-family:Arial, Helvetica, sans-serif;
	margin:0 0 10px;
}
.site_wrapper input[type="text"],
.site_wrapper input[type="email"],
.site_wrapper input[type="tel"]{
	float:left;
	width:100%;
	border-radius:0px;
	color: #3f3f3f;
    float: left;
    font-family:Arial, Helvetica, sans-serif;

    font-size: 16px;
	background:#fff;
	border: 1px solid #c7c7c7;
	border-radius:0px;
	padding:0 15px;
	height:40px;
	line-height:40px;
}

.return_wrapper .row {
	
	background: #fff;
	
}

.site_wrapper select{
padding:5px;
width:90%;
} 
/*.site_wrapper select{
	float:left;
	width:75%;
	border-radius:0px;
	color: #3f3f3f;
    float: left;
    font-family:Arial, Helvetica, sans-serif
    font-size: 13px;
	background:#fff;
	border: 1px solid #c7c7c7;
	border-radius:0px;
	padding:0 15px;
	height:40px;
	line-height:40px;
	appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;
	background:url(../seelct_arrow.png) no-repeat 97% center #fff;
	background-size:9px auto;
	-moz-background-size:9px auto;
	-webkit-background-size:9px auto;
	cursor:pointer;
}*/
::-moz-placeholder{
	opacity:1;
}
::-webkit-input-placeholder{
	opacity:1;
}
.site_wrapper option{
	color: #3f3f3f;
    float: left;
    font-family:Arial, Helvetica, sans-serif
    font-size: 13px;
	height:20px;
	line-height:20px;
}
.site_wrapper textarea{
	float:left;
	width:100%;
	border-radius:0px;
	color: #3f3f3f;
    float: left;
    font-family:Arial, Helvetica, sans-serif;
    font-size: 16px;
	height:95px;
	background:#fff;
	border: 1px solid #c7c7c7;
	border-radius:0px;
	padding:15px 15px;
	    resize: none;
}
.site_wrapper.col-md-12.col-sm-12 {
    width: 100%;
}
.site_wrapper .btn{
	float: none;
	display:table;
	margin:0 auto;
	width:286px;
	height:45px;
	line-height:45px;
	text-align:center;
	background:#28ab3b;

	font-size:13px;
	text-transform:uppercase;
	color:#fff;
	letter-spacing:2px;
	border:none; 
	border-radius:0px;
	padding:0;
	transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-webkit-transition: all 0.3s ease-out 0s;
	cursor:pointer;
}
.site_wrapper .btn:hover{
	opacity:0.7;
}
small{
	text-transform:none;
	font-size:14px;
}
h3{

	font-size:16px;
	text-transform:uppercase;
	margin:20px 0 20px;
	font-weight:bold;
	padding:0 15px;
	float:left;
	width:100%;
}
#msg{
background: #dcffd5;
    border: 1px solid #73c862;
	 display: table;
	  padding: 10px;
    float: none;
    margin: 0 auto 20px;
    width: 96%;
	font-family: "Gotham-Light";
}
#note{
	font-family: "Gotham-Light";
	font-size:11px;
	line-height:18px;
	color:#111;
	padding:15px 15px 25px;
}
@media(max-width:500px){
div.return_wrapper{
	padding:0px;
}
div.site_wrapper{
    width: 100%!important;
	padding:0 15px 20px 15px;
	float:none;
	margin:0 auto;
	display:table;
}
h3{
	width: 100%!important;
	padding:0 0px 20px;
	float:none;
	margin:20px auto 0;
	display:table;
}
.row {
    margin: 0;
}
}
.sucmsg {
    background: #6bce8c url(../tick_img.png) no-repeat scroll 10px center;
	font-family:Arial, Helvetica, sans-serif;
    color: #fff;
    display: inline-block;
    margin: 10px 0 0 10px;
    max-width: 360px;
    padding: 10px 15px 10px 40px;
    width: 100%;
    text-align: center;
    border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.errmsg {
    background: #bc3c3a;
    color: #fff;
    display: inline-block;
    margin: 10px 0 0 10px;
    max-width: 1170px;
    padding: 10px 15px 10px 30px;
    width: 100%;
}

.site_wrapper2 input[type="radio"] {
    position: absolute;
    left: -9999px;
}
.sec_title {
    float: left;
	color:#000;
    width: 100%;
    margin:20px 0;
    padding: 0 15px 0;
	font-weight:bold;
	font-size:18px;
}
.site_wrapper2 {
    float: left;
    width: 100%;
    padding: 0 15px 20px;
}
.pb-10 {
    padding-bottom: 10px;
}
.se_text {
    float: left;
    width: 100%;
    padding: 0 15px;
}
.icon_col {
    float: left;
    width: 25%;
    text-align: center;
    padding: 0 15px;
}
.mt-0 {
    margin-top: 0;
}
.site_wrapper span {
    font-size: 15px;
}
.icon_col label.error {
    position: absolute;
    left: 0;
    bottom: -25px;
    color: red;
    font-size: 14px;
}
.icon_col {
    position: relative;
}
.icon_col img{
	width:49px;
	height:49px;
}
label.error {
	font-size: 14px;
	font-weight: normal;
	color: red;
	padding-top: 6px;
}

@media(max-width:350px){
.icon_col label.error {
    bottom: -22px;
    font-size: 12px;
}
label.error {
    font-size: 12px;
}
}