
@font-face {
  font-family: 'Lato-Regular';
  src: url('../fonts/Lato-Regular.ttf'); 
}
@font-face {
  font-family: 'Lato-Light';
  src: url('../fonts/Lato-Light.ttf');
}
@font-face {
  font-family: 'Lato-Italic';
  src: url('../fonts/Lato-Italic.ttf');
}
@font-face {
  font-family: 'Lato-Black';
  src: url('../fonts/Lato-Black.ttf');
}
@font-face {
  font-family: 'Lato-Bold';
  src: url('../fonts/Lato-Bold.ttf');
}

/**
Overwrite the theme container css to make it adjust with the screen
**/
.column-container .eightTen{
    width: 100%;
}


.main-fold-str .container{
	max-width: 960px;
}
.main-fold-str ul.nav{
	padding-top: 20px;
        margin: 0px; 
}
.main-fold-str ul.nav > li{
	text-align: center;
	min-width: 150px;
}
.main-fold-str ul.steps > li.active > a, ul.steps > li.active > a:focus, ul.steps > li.active > a:hover{
	background: #f2f0eb;
	color: #00b9f7;
}
.main-fold-str ul.steps > li > a{
	background: #00b9f7;
	color: #ffffff;
	border-radius:10px 10px 0 0;
}
.main-fold-str .nav > li > a:focus, .nav > li > a:hover{
	background: #f2f0eb;	
	color: #000000;
}
.main-fold-str .tab-content{
	/*overflow: hidden;*/	
	-webkit-box-shadow: inset 0px 44px 22px -5px rgba(242,240,235,1);
	-moz-box-shadow: inset 0px 44px 22px -5px rgba(242,240,235,1);
	box-shadow: inset 0px 44px 22px -5px rgba(242,240,235,1);
	padding-top: 25px;
	padding-bottom: 20px;
}
.main-fold-str .tab-content h3{
	font-family: "Lato-Bold";
	font-size: 16px;
	padding-bottom:10px;
}

.main-fold-str .template-input{
    background-image: linear-gradient(hsl(0, 0%, 100%), hsl(0, 0%, 95%)) !important;
    border-radius: 6px;
    box-shadow: none;
    display: block;
    height: 40px !important;
    width: 100% !important;
    font-family: "Lato-Regular" !important;
    font-size: 14px !important;
}

.main-fold-str .tab-content select{
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: hsl(0, 0%, 98%) url("../img/dropdown-arrow.png") no-repeat scroll 98% 50%;
    border: medium none;
    box-shadow: none;
    color: hsl(0, 0%, 44%);
    font-size: 14px;
    padding: 5px 8px;
    width: 100%;
    height: 40px;
    border: 1px solid hsl(0, 0%, 78%);
    border-radius: 4px;
}
.main-fold-str .tab-content select option{
    padding-left: 10px;
}
.main-fold-str .form-group-radio input[type="radio"]{
    display: none;
}
.main-fold-str .form-group-radio label:before{
    background: url("../img/unchecked.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    background-position: left center;
    background-repeat: no-repeat;
    content: "";
    display: inline-block;
    height: 24px;
    left: 0;
    margin-right: 10px;
    position: absolute;
    width: 22px;
}
.main-fold-str .form-group-radio input[type="radio"]:checked + label:before{
    background: url("../img/checked.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.main-fold-str .form-group-radio label{
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    margin: 0 10px;
    padding-left: 30px;
    position: relative;
}
.main-fold-str .form-group-radio strong:first-child{
    margin-right: 10px;
}
.main-fold-str .form-group-radio strong{
    display: inline-block;
    margin-top: 2px;
}

.main-fold-str .no-padding{
	padding-left: 0px;
	padding-right: 0px;
}
.main-fold-str .no-padding-left{
	padding-left: 0px;
}
.main-fold-str .no-padding-right{
	padding-right: 0px;
}
.main-fold-str p{
    padding:0 !important;
}

.main-fold-str .camper-left-label{
	width: 225px;
	height: auto;
	display: inline-block;
}
.main-fold-str .camper-middle-radio{
	width: 250px;
	height: auto;
	display: inline-block;
}
.main-fold-str .common-section{
	min-height: 40px;
}


.main-fold-str .button{
	background: #367bb7;
	color: #ffffff;
	height: 40px;
	width: 100px;
	text-align: center;
	display: block;
	border-radius: 5px;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    line-height: 2;
    margin-bottom: 0;
    margin-right: 10px;
    padding: 6px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}
.main-fold-str .button:hover, .button:focus{
	color: #ffffff;
        text-decoration: none;
}

.main-fold-str .add-another-section{
	text-align: right;
	min-height: 40px;
	margin-top: 30px;
}
.main-fold-str .add-another-section a{
	color: #571014;
	text-decoration: none;
	padding-top: 5px;
	bottom: 0;
}

.main-fold-str .agreement-checkbox{
	padding-bottom: 15px; 
}
.main-fold-str .agreement-section{
	padding-left: 15px;
	padding-right: 15px;
}
.main-fold-str .policecheck-section{
	padding-left: 30px;
	padding-right: 30px;
	font-family: "Lato-Light";
}
.main-fold-str .policecheck-content a{
	color: #571014;
	text-decoration: none;
}

@media (max-width: 480px) { 
   .main-fold-str  ul.steps > li {
        float:none;
    }
}

@media(max-width: 960px){
	.main-fold-str .common-section{
		padding-bottom: 20px;
	}
}
.main-fold-str .input-group-addon{
    padding:5px 12px !important;
}
.main-fold-str .volunteer-form ul{
    margin:0;
}
.main-fold-str .finish-button{
    padding-right: 30px;
}
.main-fold-str .finished{
    background: #571014;
    color: #ffffff;
    height: 50px;
    width: 150px;
    text-align: center;
    display: block;
    border-radius: 5px;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 6px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    border: 1px;
}

.main-fold-str label{
    font-weight: 500;
    font-family: "Lato-Light";
}

.main-fold-str b, .main-fold-str  strong{
    font-weight: 500;
}


.main-fold-str .display-none{
    display: none;
}   
.main-fold-str .required-field{
    color: red;
}
.main-fold-str .has-error label{
    color: #a94442;
}

.main-fold-str .form-group-radio label{
    margin:0;
}

.main-fold-str .recommendations{
    text-align: justify;
}
.main-fold-str .add_recommendations a{
    color: #571014;
    text-decoration: none;
    float: right;
}

.main-fold-str .add_contact{
    text-align: right;
    min-height: 40px;
    margin-top: 30px;
}
.main-fold-str .add_contact a{
    color: #571014;
    text-decoration: none;
    padding-top: 15px;
    bottom: 0;
    float: right;
}

.main-fold-str .separator-line{
   border-bottom: 1px solid #eaeaea;
   width: 100%;
   height: 20px; 
   margin-bottom: 10px; 
   color: #eaeaea;
}
.main-fold-str .separator-line a{
    color: #eaeaea;
}
.main-fold-str .bootstrap-datetimepicker-widget{
    z-index: 1000 !important;
    overflow: hidden;
}
.main-fold-str .date .help-block,.main-fold-str  .bootstrap-timepicker .help-block ,.main-fold-str  .input-num .help-block{
    position: absolute;
    top: 35px;
    right: 0;
}
.main-fold-str .donate-focus-div{
    padding: 35px 0px 0px 10px;
    font-weight: bold;
    font-size: 16px;
    color: #571014;
}
.main-fold-str .no-member{
    height: 150px;
    clear: both;
}
.main-fold-str .small-italic-txt{
    font-size: 14px; 
    font-family: "Lato-Light";
    font-weight: normal !important; 
}
.main-fold-str .slim-scroll{
    
    
}
.main-fold-str .slim-scroll .agreement-box{
    padding: 10px; 
    background: #F0F0F0;
    text-align: justify;
}
.main-fold-str .agreement-box p{
    margin: 0px; 
    padding: 5px 0px; 
}
.main-fold-str .agreement-box ol li{
    padding: 5px 0px; 
}
.main-fold-str .agreement-box .agreemnt-box-title{
    font-size: 16px; 
    font-style: "Lato-Regular";
    text-align: center;
}
.main-fold-str .agreement-box .agreement-box-text{
    font-size: 14px; 
    text-align: justify;
}
.main-fold-str .add-more-member-div{
    text-align: center;
}
.main-fold-str .add-more-member-div a{
    font-size: 18px; 
    font-weight: bold; 
}
.main-fold-str .ticket-calc-box{
    display: block;
}
.main-fold-str .ticket-calc-box #ticket-no_of_ticket{
    width: 120px;
    display: inline-block;
}
.main-fold-str .ticket-calc-box .ticket-price-display{
   display: inline-block;
   font-size: 22px; 
   color: #81201e;   
}
.main-fold-str .ticket-calc-box .small-text{
    font-size: 12px;
    font-style: italic;
}

.header-main-menu-container, .focal-logo-content .inner-logo{
    z-index: 1 !important;
    
}
.select2-container--default .select2-selection--single .select2-selection__rendered{line-height: 36px;}
#past_history .nav-pills > li > a{padding-left: 10px !important;padding-right: 10px !important;}