/* RESOLUTION INDEPENDEND STUFF */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 100;
  src: url('bootstrap/fonts/opensans.woff') format('woff');
}

.somediv {
    background: #FFFDFB; /* Old browsers */
    background: -moz-linear-gradient(top, #ea89a4 0%, #FFFDFB 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ea89a4), color-stop(100%,#FFFDFB)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ea89a4 0%,#FFFDFB 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ea89a4 0%,#FFFDFB 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ea89a4 0%,#FFFDFB 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ea89a4 0%,#FFFDFB 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ea89a4', endColorstr='#FFFDFB',GradientType=0 ); /* IE6-9 */

}

.navbar{
    background: #FFFDFB; /* Old browsers */
    background: -moz-linear-gradient(top, #ea89a4 0%, #FFFDFB 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ea89a4), color-stop(100%,#FFFDFB)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ea89a4 0%,#FFFDFB 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ea89a4 0%,#FFFDFB 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ea89a4 0%,#FFFDFB 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ea89a4 0%,#FFFDFB 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ea89a4', endColorstr='#FFFDFB',GradientType=0 ); /* IE6-9 */
    border:none;
    border-radius:inherit;
}

html {
    height: 100%;
}
body {
    height: 100%;    
    font-family:'Open Sans';
}

#header {
  /*background-color: #ea89a4 !important;      
  background-color: #EE6C90;  */
  background-color: #DCF3FF;
}

.social {
    position: relative;
    
    background-color: #FFFDFB;
    font-weight:bold;
    height:39px;
}
.social img{
    height:35px;
    width:35px;
    display:block;
    float:right;
    margin-left:1px;
}

    .social span {
        line-height: 36px;
    }
    .social div {
        line-height: 36px;
    }


#contentx {
    background: #FFFDFB; /* Old browsers */
    background: -moz-linear-gradient(top, #ea89a4 0%, #FFFDFB 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ea89a4), color-stop(100%,#FFFDFB)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ea89a4 0%,#FFFDFB 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ea89a4 0%,#FFFDFB 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ea89a4 0%,#FFFDFB 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ea89a4 0%,#FFFDFB 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ea89a4', endColorstr='#FFFDFB',GradientType=0 ); /* IE6-9 */
}

#navigationContainer{
    margin-bottom:-10px;
}



#formContainer .control-group{
    color:#FFFDFB;    
    width:400px;
    padding-left:55px;
    padding-bottom:4px;
    line-height:20px;
    float:left;
}



    #formContainer .control-group > label {
        float:left;
        width:150px;
        font-size:18px;
    }
	
	
    	.checkboxText {
        
		    color:#37526B;    
		    width:400px;
		    padding-bottom:4px;
       	 	font-size:10px;
			margin: 0 auto;
			text-decoration: none;
			font-family: sans-serif;

   	 			}	
				
				
				.control-group2{
			    color:#37526B;    
			    width:400px;
			    padding-bottom:4px;
	       	 	font-size:10px;
				margin: 0 auto;

	   	 			}			
	
	
	
	#coregs label{
		display: inline;
		margin-left: 10px;
		text-decoration: none;
	}

    #formContainer .control-group > input {
        
        height: 20px;
        color:#373536;
        border:1px solid lightgray;
    }
        #formContainer .control-group > select {
        
        height: 20px;
        color:#373536;
        border:1px solid lightgray;
        width:150px;
    }

#formContainer .formLegend{
    width:100%;
    background-color:#E46487;
    border-top-left-radius:20px;
    border-top-right-radius:20px;
    padding-left:50px;
    padding-top:10px;
    padding-right:50px;
    line-height:35px;
    height:55px;
    font-size:20px;
    font-weight:bold;
    color:#FFFDFB;
    margin-left:auto;
    margin-right:auto;
    margin-bottom:10px;
}

    #formContainer .formLegend > span {
        color: yellow;
    }


div.content {
    padding-top:10px;
    padding-bottom:10px;
}

ul {
    overflow: auto;
}

div.content {
    clear: both;
}


.adunfb {
    width:728px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    bottom:0px;
}

.footer{
    background-color:#373536;
    color:#FFFDFB;
    padding-top:10px;
    position: absolute;
    bottom: 0px;
    width: 100%;
    margin: 0 auto;
    
}

.footerLeft{        
}

.footerLeft ul{
    margin-left:0px;
    padding-left:0px;
    float:left;
    list-style-type: none;
}
.footerLeft ul a{
   color:#FFFDFB;
   margin-right:25px;
   font-size:13px;
}


.footerRight{
    padding-top:20px;
    float:right;
    text-align:right;
    font-size:13px;
}
.footerRight img{
    border:1px solid #FFFDFB;
}
/* MEDIA QUERIES */
@media (min-width:320px) and (orientation: portrait), 
    only screen and (-webkit-min-device-pixel-ratio : 1.5) and (orientation: portrait), 
    only screen and (min-device-pixel-ratio : 1.5)and (orientation: portrait), 
    screen and (device-height: 568px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2),
    only screen and (-webkit-min-device-pixel-ratio : 2)and (orientation: portrait), 
    only screen and (min-device-pixel-ratio : 2)and (orientation: portrait), 
    only screen and (min-device-width : 320px) and (max-device-width : 480px)and (orientation: portrait) {



    .container{
        padding-left:2px;
        padding-right:2px;
    }
     

    #header{
        
    }
    .social{
        display:none;
    }
    .footer {
        
    }
    #navigationContainer{
     display:none;   
    }

    .cflogo {
        width:300px;

        margin-left: auto;
        margin-right: auto;
        height: 108px;
    }

        .cflogo > img {
            width: 300px;
        }

    .rightPanel {
        display:none;
        margin-left: auto;
        margin-right: auto;
    }

    .topInfo {
        width: 100%;
        float: left;
        
        margin: 10px 10px 0px 10px;
        color: #FFFDFB;
        font-size: 12px;
    }

        .topInfo > a {
            color: #FFFDFB;
        }

    .search {
        width: 100%;
        border-radius: 15px;
        
        background-color: #EFA7BB;
        padding: 12px 0px 10px 5px;
    }

        .search span {
            font-size: 20px;
            font-weight: bolder;
            font-style: italic;
            color: #DAE3DE;
        }

        .search input {
            width: 170px;
            height: 26px;
        }

    .adunfb {
        display: none;
    }
}
@media (min-width:501px) {
    #header {
        width: 100%;
    }

    .social {
        width: 100%;
    }

    .footer {
        width: 100%;
    }

    #navigationContainer {
        width: 100%;
    }
    
    .cflogo {
        width:325px;
        background-repeat: no-repeat;
        /*margin-left: auto;*/
        margin-left: 30%;
        margin-right: auto;
        height: 108px;
    }

    .rightPanel {
        margin-left: auto;
        margin-right: auto;
    }

    .topInfo {
        width: 100%;
        float: left;
        text-align: right;
        margin: 10px 10px 0px 10px;
        color: #FFFDFB;
        font-size: 12px;
    }

        .topInfo > a {
            color: #FFFDFB;
        }

    .search {
        width: 100%;
        border-radius: 15px;
        margin: 10px;
        background-color: #EFA7BB;
        padding: 12px 0px 10px 5px;
    }

        .search span {
            font-size: 20px;
            font-weight: bolder;
            font-style: italic;
            color: #DAE3DE;
        }

        .search input {
            width: 250px;
            height: 26px;
        }

    .adunfb {
        display: none;
    }

}

@media (min-width: 768px) {
    .adunfb {
        display: block;
    }
}
@media  (min-width: 992px) {
    #header {
        width: 100%;
    }
    .social {
        width: 100%;
    }
    #navigationContainer {
        width: 100%;
    }
    .footer {
        width: 100%;
    }
    .cflogo {
        width: 325px;
        background-image: url('../images/logo.png');
        background-repeat: no-repeat;
        float: left;
        height: 108px;
    }

    .rightPanel {
        margin-right: 20px;
        float: right;
    }

    .topInfo {
        width: 100%;
        float: left;
        text-align: right;
        margin: 10px 10px 0px 10px;
        color: #FFFDFB;
        font-size: 12px;
    }

        .topInfo > a {
            color: #FFFDFB;
        }

    .search {
        width: 100%;
        border-radius: 15px;
        margin: 10px;
        background-color: #EFA7BB;
        padding: 12px 0px 10px 5px;
    }

        .search span {
            font-size: 20px;
            font-weight: bolder;
            font-style: italic;
            color: #DAE3DE;
        }

        .search input {
            width: 250px;
            height: 26px;
        }
                .adunfb{
            display:block;
        }
}




@media (min-width:320px),
    only screen and (-webkit-min-device-pixel-ratio : 1.5), 
    only screen and (min-device-pixel-ratio : 1.5), 
    screen and (device-height: 568px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2),
    only screen and (-webkit-min-device-pixel-ratio : 2), only screen and (min-device-pixel-ratio : 2), 
    only screen and (min-device-width : 320px) and (max-device-width : 480px) {
    #socialFiller {
        display: none;
    }

    #socialLinks {
        width:90%;        
        margin-left:auto;
        margin-right:auto;        
        color: #71adcb;
    }
}
@media (min-width:768px) {
    #socialFiller {
        display: block;
        float: left;
        font-size:13px;
        
        color: #308bb6;
    }
     .Her{
        z-index:-999;
        position: absolute;
        top: 32%;
        left: 8%;
        width: 39%;
        /*top:9%;
        left:7%;   */
    }

    #socialLinks {
        width:225px;
        font-size:13px;
        
        float: right;
        color: #71adcb;
    }
}
@media (min-width:992px) {
    #socialFiller {
        font-size:14px;
        display: block;
        float: left;
        
        color: #308bb6;
    }

    #socialLinks {
        font-size:14px;
        width:225px;
        
        float: right;
        color: #71adcb;
    }
}




@media (min-width:320px),
    only screen and (-webkit-min-device-pixel-ratio : 1.5), 
    only screen and (min-device-pixel-ratio : 1.5), 
    screen and (device-height: 568px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2),
    only screen and (-webkit-min-device-pixel-ratio : 2), only screen and (min-device-pixel-ratio : 2), 
    only screen and (min-device-width : 320px) and (max-device-width : 480px) {
    ul.mynav {
        list-style-type: none;
        margin: 0;
        padding: 0;
    }
     .Her{
        z-index:-999;
        position: absolute;
        top:9%;
        left:7%;   
    }

        ul.mynav > li {
            float: left;
            width:100%;
            text-align:center;
            padding: 10px;
            line-height: 15px;
            margin-right: 2px;
            background-color: #373536;
            
        }


            ul.mynav > li > a {
                color: #FFFDFB;
            }
}

@media (min-width:320px),
   only screen and (-webkit-min-device-pixel-ratio : 1.5), 
    only screen and (min-device-pixel-ratio : 1.5), 
    screen and (device-height: 568px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2),
    only screen and (-webkit-min-device-pixel-ratio : 2), only screen and (min-device-pixel-ratio : 2), 
    only screen and (min-device-width : 320px) and (max-device-width : 480px)  {
    #formContainer {
        border-radius: 20px;
        background-color: #ea89a4;                
        margin-left:auto;
        margin-right:auto;
    }
     .Her{
        z-index:-999;
        position: absolute;
        top:9%;
        left:7%;   
    }

        #formContainer .formLegend {
            font-size: 20px;
            padding-left: 15px;
            padding-right: 15px;
        }
        #formContainer .control-group {
            color: #FFFDFB;
            padding-left: 5px;
            padding-bottom: 4px;
            line-height: 20px;
            float: left;
        }
        #formContainer .control-group >input{
            width:150px;
        }
        #formContainer .formFooter {
            width: 211px;
            margin-left: auto;
            margin-right: auto;
            padding-bottom: 10px;
        }
    #joinNow {
        display:none;
    }
    .nicelady{
        display:none;
    }
}

@media (min-width:768px) {
    #formContainer {
        border-radius: 20px;
        background-color: #ea89a4;
        width: 480px;
        margin-left: auto;
        margin-right: auto;
    }
    .Her {
        z-index: -999;
        position: absolute;
        top: 9%;
        left: 2%;
        }
        #formContainer .formLegend {
            font-size: 38px;
            padding-left: 50px;
            padding-right: 50px;
        }
        #formContainer .control-group {
            color: #FFFDFB;
            width: 400px;
            padding-left: 55px;
            padding-bottom: 4px;
            line-height: 20px;
            float: left;
        }
        #formContainer .formFooter {
            width: 50%;
            margin-left: auto;
            margin-right: auto;
            padding: 10px;
        }
        #formContainer .control-group > input {
            width:190px;
        }
    #joinNow {
        width: 45%;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }

    .nicelady {
        display: none;
    }
}

@media (min-width:992px) {
    #formContainer {
        border-radius: 20px;
        background-color: #ea89a4;
        width: 480px;
        float: left;
    }

    #joinNow {
        float: right;
        display:block;
    }
        .nicelady {
        display: block;
        width: 850px;
        margin-left: auto;
        margin-right: auto;
    }
}


@media (min-width:768px) {
    ul.mynav {
    display: table;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

    ul.mynav > li {
        float: left;
        padding: 4px;
        width: 110px;
        height: 28px;
        line-height: 15px;
        background-color: transparent;
        background-repeat: no-repeat;
        background-image: url('../images/tab_small.png');
        margin-right: 1px;
    }

        ul.mynav > li:hover {
            background-color: lightgray;
        }

        ul.mynav > li.selected {
            background-color: lightgray;
        }
        ul.mynav > li > a {
            color: #FFFDFB;
        }
}
@media (min-width:992px) {
    ul.mynav {
    display: table;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

    ul.mynav > li {
        float: left;
        padding: 10px;
        width: 131px;
        height: 33px;
        line-height: 15px;
        background-repeat: no-repeat;
        background-image: url('../images/tab.png');
        margin-right: 2px;
    }

        ul.mynav > li:hover {
            background-color: lightgray;
        }

        ul.mynav > li.selected {
            background-color: lightgray;
        }
        ul.mynav > li > a {
            color: #FFFDFB;
        }
}

@media (min-width:320px) {

    #indexContainer {
        padding-bottom: 20px;
        padding-top: 20px;
    }

    .categories {
        float: left;
        border: 1px solid #373536;
        padding: 0px;
        width: 37%;
        margin-left: 5px;
        font-size: 12px;
    }

        .categories .cat > a {
            color: #373536;
            text-decoration: none;
        }

    .mainContent {
        float: left;
        border: 1px solid #373536;
        padding: 0px;
        margin-left: 5px;
        width: 58%;
    }

    .inverse {
        background-color: #373536;
        color: #FFFDFB;
        line-height: 20px;
        font-size: 16px;
        padding-left: 5px;
    }

    .cat {
        margin-left: 5px;
    }

    .mini {
        margin-left: 5px;
        width: 95%;
        
        float: left;
        margin-top: 10px;
        margin-bottom:5px;
    }

        .mini > img {
            width: 100%;
        }

        .mini >a{
            text-decoration:underline;
            font-size:12px;
            color:#373536;
        }
        .mini .header{
            color:#108ADF;
        }
        .mini .miniContent{
            font-size:11px;
        }
}

@media (min-width:500px){
    .mini {
        margin-left: 5px;
        width: 45%;
        
        float: left;
        margin-top: 10px;
        margin-bottom:5px;
    }

}

@media (min-width:768px) {

    #indexContainer {
        
        padding-bottom: 20px;
        padding-top: 20px;
    }

    .categories {
        float: left;
        border: 1px solid #373536;
        padding: 0px;
        width: 18%;
        margin-left: 20px;
    }

        .categories .col-sm-12 > a {
            color: #373536;
            text-decoration: none;
        }

    .mainContent {
        float: left;
        border: 1px solid #373536;
        padding: 0px;
        margin-left: 20px;
        width: 75%;
    }

    .inverse {
        line-height: 30px;
        font-size: 22px;
    }

    .mini {
        margin-left: 10px;
        width: 31%;
        margin-top:10px;
    }
    .mini .header{

    }

}

@media(min-width:900px){
    .inverse {
        line-height: 34px;
        font-size: 26px;
    }
}

.form-row {
	clear: both;
	overflow: hidden;
	padding: 0 0 8px;
	text-align: left;
}

/*--------------- New Styles -------------------*/

    
    #subscribe-Wrapper {
        background-image: url('../images/scissor.png');
        width: 575px;
        background-repeat: no-repeat;
        float: right;
        padding: 73px;
        
        }

    div.dashed {
        width: 434px;
        height: inherit;
        border-color: #ea89a4;
        margin: 75 auto;
        color: white;
        font-family: sans-serif;
        border-radius: 20px;
        padding: 20px;
        }
    #formContainerRV {
        border-radius: 20px;
        /*background-color: #ea89a4;*/
        background-color: #B8A5E8;
        border-style: dashed;
        border-color: white;
        }
    #formContainerRV .control-group {
        width: 400px;
        padding-left: 13px;
        padding-bottom: 4px;
        line-height: 20px;
        float: right;
        }
    #formContainerRV .formLegendRV{
        /*background-color:#E46487;*/
        background-color: #9D81D3;
        border-top-left-radius:20px;
        border-top-right-radius:20px;
        padding-top:10px;
        line-height:35px;
        height:55px;
        font-size:20px;
        font-weight:bold;
        color:#FFFDFB;
        margin-left:auto;
        margin-right:auto;
        margin-bottom:10px;
        text-align:center;
    }
     #formContainerRV .control-group > label {
        float:left;
        width:150px;
        font-size:18px;
        color: white;
    }
    
    
    #formContainerRV .formFooterRV {
        width: 211px;
        margin: 0 99px;
        padding-bottom: 10px;
        }
    footer {
        background-color: #373536;
        color: #FFFDFB;
        padding: 10px;
        position: relative;
        width: 100%;
        margin-top: 50px;
        }
    .footerWrapperRv{
        width:90%;
        margin: 0 5%;
        padding: 20px;
        color:#A9A9A9;
        font-size:14px;

    }
    .adunfb2 {
        width: 728px;
        margin-left: auto;
        margin-right: auto;
        bottom:0px;
        }
    /* media queries for her*/
    .Her{
        z-index:-999;
        position: absolute;
        top:9%;
        left:7%; 
		  /*max-width:517px;*/
    }

    @media screen and (min-width:320) and (max-width: 768px){
        .Her {
        z-index: -999;
        position: absolute;
        top: 18%;
        left: -15%;
        width: 54%;
        }
    }
     @media (min-width: 768px){
        .Her {
        z-index: -999;
        position: absolute;
        top: 12%;
        left: 1%;
        }
    }
    @media screen and (min-width:768px){
        .Her {
        z-index: -999;
        position: absolute;
        /*top: 14%;
       left: 9%;*/
        top:14%;
       left: 4%;
        width: 39%;
        }
    }
    @media screen and (min-width:1280){

    .Her {
        z-index: -999;
        position: absolute;
        top: 14%;
        left: 16%;
        width: 30%;
        }
}
    @media screen and (min-width:1280px) and (max-width:1500px){

    .Her {
        z-index: -999;
        position: absolute;
        top: 14%;
        left: 11%;
        width: 41%;
        }
}
 @media screen and (min-width:1281px) and (max-width:1650px){

       .Her {
        z-index: -999;
        position: absolute;
        top: 18%;
        left: 12%;
        width: 37%;
        }
}

#subscribe-Wrapper input {
    outline:0;
/* 	background: #FFFFFF; */
	color:#000;
	/*border: 2px solid #EA89A4;*/
    border: 2px solid #B8A5E8;
	border-radius: 4px;
	box-shadow: inset 0px 1px 2px 0px rgba(234,137,164,0.50);
	padding:3px 6px;
}
#subscribe-Wrapper input:focus {
    border:2px solid #E46487;
}
#subscribe-Wrapper select {
    color:#000;
	outline:0;
	font-size:14px;
	-webkit-border-radius: 0;
    -ms-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box; 
    box-sizing:border-box;
    margin:0;
    padding:0;
}

/* --- beginning of subscribe form area --- */
@media screen and (-webkit-min-device-pixel-ratio:0) {
    /* Safari and Chrome */
    #custom_Gender, #custom_State {
     width:47% !important;
    }
    #custom_DOB_Year {
        width:84px !important;
    }

    /* Safari 5+ only override */
    ::i-block-chrome,#custom_Gender {
     width:50% !important;
    }
    ::i-block-chrome,#custom_DOB_Year {
     width:97px !important;
    }
}

@media screen and (min-color-index:0) and(-webkit-min-device-pixel-ratio:0) {
    #custom_Gender, #custom_State {
     width:50% !important;
    }
    #custom_DOB_Year {
        width:97px !important;
    }
}

@-moz-document url-prefix() {
    #custom_Gender, #custom_State {
        width: 200px !important;
    }
    #custom_DOB_Year {
        width:103px !important;
    }
}
/* --- end of subscribe form area --- */

/* --- beginning of modal login window ---*/
.modal-window input {
  border-radius:4px;
}
.modal-window {
    font-family:'Open sans', 'Helvetica Neue', 'Helvetica', sans-serif;
/*     font-weight:bold; */
/*     position:fixed; */
    background:orange;
/*     width:50%; */
    max-width:400px;
    min-width:320px;
    height:366px;
    min-height:366px;
    top:15%;
    left:50%;
/*     margin-left:-200px; */
    display:none;
/*     z-index: 1001; */
	background: #FFFFFF;
	border-bottom-right-radius: 7px;
	border-bottom-left-radius: 7px;
	box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.50);
	border-radius:20px;
	background-color:#ea89a4;
	border-style:dashed;
	border-color:#fff;
	margin:0 auto;
}
.modal-body {
    height:100%;
    background-color:#fff;
    border-radius:20px;
}
.modal-body > h2 {
	background: #EE6C90;
	background-image: -webkit-linear-gradient(#FF8FAE 0%, #EE6C90 100%);
	background-image: -o-linear-gradient(#FF8FAE 0%, #EE6C90 100%);
	background-image: linear-gradient(#FF8FAE 0%, #EE6C90 100%);
	color:#fff;
	margin:0;
	padding:10px 20px;
	border-top-left-radius:20px;
	border-top-right-radius:20px;
}
.modal-body > h2 > button {
    float:right;
    border-radius:100px;
    background: #fff;
    border:1px solid #EA89A4;
    font-size:18px;
    padding:4px 10px;
    color:#EA89A4;
    cursor:pointer;
    margin-top:-3px;
}
.modal-window form, #site_password_reset {
	padding:20px;
}
.modal-window form > * {
	display:block;
}
.modal-window form > label, #site_password_reset > label {
    color:#EE6C90;
    font-size:20px;
}
.modal-window form input[type="text"],
.modal-window form input[type="password"], #site_password_reset input {
	width:96.5%;
	height:30px;
	font-size:20px;
	border:1px solid #FF8FAE;
	padding-left:2%;
	margin-bottom:20px;
}
.modal-window form input[type="email"]:focus,
.modal-window form input[type="password"]:focus {
    border:1px solid #E46487;
}
.modal-window form input[type="submit"], #site_password_reset a {
	background:#EE6C90;
	background-image: -webkit-linear-gradient(#FF8FAE 0%, #EE6C90 100%);
	background-image: -o-linear-gradient(#FF8FAE 0%, #EE6C90 100%);
	background-image: linear-gradient(#FF8FAE 0%, #EE6C90 100%);
	border:none;
	border-radius:2px;
	font-size:20px;
	padding:10px 20px;
	color:#fff !important;
	text-align: center;
	outline:0;
	cursor:pointer;
}
.modal-window form input[type="submit"]:active {
	background:#FF8FAE;
}
.modal-window form input::-webkit-input-placeholder {
   color: #FF8FAE;
}

.modal-window form input:-moz-placeholder { /* Firefox 18- */
   color: #FF8FAE;  
}

.modal-window form input::-moz-placeholder {  /* Firefox 19+ */
   color: #FF8FAE; 
}

.modal-window form input:-ms-input-placeholder {  
   color: #FF8FAE;
}
.modal-body > a {
    font-size:18px;
	padding:0 20px;
	margin-bottom:20px;
	text-decoration: none;
}
.modal-body > a, .modal-body > a:active, .modal-body > a:visited {
	color:#FF8FAE;
}
.CFPassReset {
	display:none;
}
.CFUserReset {
	display:none;
}
@media (max-width: 640px) {
    .modal-window {
        min-width:320px;
/*         left:50%; */
/*         margin-left:-160px; */
    }
}
/* BS override */
.modal-body {
    padding:0;
}
/* --- */
/* --- end of modal login window ---*/