*{
	margin:0px;
	padding:0px;
}



    #mask {
        position: fixed;
        left: 0;
        top: 0;
        z-index: 9999999;
        background-color: #000;
        display: none;
    }

    #boxes .window {
        position: fixed;
        left: 0;
        top: 0;       
        display: none;
        /*width: 640px;*/
        max-width: 100%;
        z-index: 99999999;
        padding: 20px;        
        text-align: center;
    }

    #boxes #dialog {       
        padding: 25px 15px 15px 15px;        
        font-size: 16px;  
        background-color: #f0f0f0;
    }

    #popupfoot {
        font-size: 16px;
        position: absolute;
        bottom: 0px;
        width: 250px;
        left: 250px;
    }

#dialog h3{
    padding-top: 10px;
    padding-bottom: 5px;
    font-size: 24px;
    line-height: 1.4;
}

#dialog p,#dialog h2{
    color: #fff;
}

#dialog .col-sm-8{
    padding-right: 0;
}

#dialog input{
    height: 48px;
    border-radius: 0;
    border-color: #F7C23F;
}

#dialog #submit{
    padding: 0;
    width: 100%;
    background:#F7C23F;
    border-color: #F7C23F;
    color:#fff;
    letter-spacing: 2px;
}

#dialog #submit:hover{
    color:#fff;
    background:#F7C23F;
}

.close-btn{
    display: block;
    position: relative;
}

.close-btn .fa {
    background: #0f3b52;   
    padding: 7px 10px;
    position: absolute;
    right: -15px;
    top: -25px;
    cursor: pointer;
	color:white;
}

#mask{
    background: rgba(0, 0, 0, 0.7);
}


  .form-fields {
        width: 100%;
        clear: both;
        margin-top: 10px;
    }

    .form-fields .small {
        border-radius: 10px;
        padding: 5px;
        width: 30%;
    }

    .form-fields .large {
        border-radius: 10px;
        padding: 5px;
        width: 60%;
    }

    .form-fields select {
        border-radius: 10px;
        padding: 5px;
    }

    .form-titles {
        padding: 10px 0px;
    }

    h4 {
        font-size: 14px;
        font-weight: bold;
        text-transform: uppercase;
        padding: 0px;
    }

    #nav a:link, #nav a:visited, a.purple:link, a.purple:visited {
        color: #841e45 !important;
    }

    .text-error {
        border-color: red !important;
    }

    #additional_fields_area {
        display: none;
    }

    #requestmemberErrorDiv {
        font-size: 11px;
        color: red;
        display: inline-block;
        padding-top: 0px;
        line-height: 0px;
        float: right;
    }


   .sb_list{
    padding-left:0;
    text-align: left;
   } 

  .sb_row{
    padding-top: 20px;
  } 
  .sb_list > li {
    font-size: 13px;    
    margin-top: 10px;
}
.sb_list > li:first-child {
margin-top: 0;
}

#dialog p{
    color: #333 !important;
    font-size: 24px;   
    margin-bottom: 5px;
    margin-top: 20px;
    padding: 0 10px;
}




.clearFix{
	clear: both;
}
.page-container {
	width: 100%;
}
.page-wrapper {
	width: 694px;
	margin:auto;
	background: #0A3548;
	border:1px solid #ddd; 
	margin-top: 7px;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#0A3548), to(#104f6b));
	background: -webkit-linear-gradient(top, #0A3548, #104f6b);
	background: -moz-linear-gradient(top, #0A3548, #104f6b);
	background: -ms-linear-gradient(top, #0A3548, #104f6b);
	background: -o-linear-gradient(top, #0A3548, #104f6b);
	-webkit-box-shadow: 2px 2px 2px 2px #ccc;  
  -moz-box-shadow:    2px 2px 2px 2px #ccc;  
  box-shadow:         2px 2px 2px 2px #ccc;  
}
.page-title {
	font-size: 36px;
	font-family: "Raleway",serif;
	color: #fff;
	text-align: center;
	padding: 30px 40px 20px;

}
.page-row {
	width: 100%;
	margin-top: 10px;
}
.pageimage-left{
	float: left;
	width: 48%;
	max-width: 340px;
	margin-right: 3%;
}
.left-image{
	margin-top: 13px;
}
.pagebox-rgt{
	width: 48%;
	float: left;
}
.rgt-head {
	font-size: 32px;
	font-family: "Raleway",serif;
	color: #fff;
	text-align: center;
	line-height:40px;
}
.rgt-text {
	font-size: 16px;
	font-family: "Raleway",serif;
	color: #fff;
	text-align: center;
	font-style: italic;
	padding-top: 30px;
	padding-bottom: 30px;
	line-height: 24px;
}
.botton-box{
	width:100%;
}
.get-button {
	width: 180px;
	margin:auto;
	background-color: #F7C23F;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	font-family: "Raleway",serif;
	font-size: 18px;
	font-weight: bold;
	padding: 6px;
}
.android-iconsbox {
	width: 100%;
	margin-top: 25px;
}
.android-iconsbox a{
	float: left;
	text-decoration: none;
	margin-left:15px; 
}
.ios-btn {
	float: left;
	margin-left:30px;
}
.andrd-btn {
	float: left;
}
.page-footer{
	width: 100%;
}
.text-red{
	font-size: 14px;
	font-family: "Raleway",serif;
	color: #FF2B2B;
	padding: 25px;
}