

body{
	margin: 0; 
	padding: 0;
	font-family: 'trebuchet MS', sans-serif;
	font-size: 16px;
}


.page_down_notice {
	margin: 50px;
	 font-family: amsi-pro-ultra-narrow;
	font-size: 1.75rem;
	color: red;
}

/* START: For Fonts ONLY */

@font-face {
    font-family: dosis_med;
    src: url(/fonts/dosis/dosis.medium.ttf);
}


@font-face {
    font-family: dosis_bld;
    src: url(/fonts/dosis/dosis.bold.ttf);
}

@font-face {
    font-family: amsi-pro-ultra-narrow;
    src: url(/fonts/amsi-pro-ultra-narrow/AmsiProNarw-Ultra.woff);
}

@font-face {
    font-family: economica_bold;
    src: url(/fonts/economica/Economica-Bold.ttf);
}

@font-face {
    font-family: economica_reg;
    src: url(/fonts/economica/Economica-Regular.ttf);
}

/* END: For Fonts ONLY */

/* START: border background */

.box_phrase_ubo {
	display: inline-block;
	position: relative;
	z-index: 10;
}

.box_grun_ubo {
	position: absolute;
	border-bottom: 10px solid #1ec685;
	width: 100%;
	left: 0;
	right: 0;
	bottom: 0px;
	opacity: 60%;
	z-index: -1;
}

.box_red_ubo {
	position: absolute;
	border-bottom: 10px solid red;
	width: 100%;
	left: 0;
	right: 0;
	bottom: 0px;
	opacity: 60%;
	z-index: -1;
}

.box_grun_ubo_small {
	position: absolute;
	border-bottom: 6px solid #1ec685;
	width: 100%;
	left: 0;
	right: 0;
	bottom: 0px;
	opacity: 60%;
	z-index: -1;
}

.box_red_ubo_small {
	position: absolute;
	border-bottom: 6px solid red;
	width: 100%;
	left: 0;
	right: 0;
	bottom: 0px;
	opacity: 60%;
	z-index: -1;
}


/* END: border background */


.ul_free_traffic {
	list-style-type: square;
	margin-top: 1px;
	margin-left: 0px;
}

.ul_free_traffic li {
	padding: 10px;
	margin-bottom: 5px;
	margin-right: 10px;
	border-left: 1px solid #4169e1;
	background: #f9f9f9;
}

*:focus { 
  outline: none; 
}

.greenshoot_under_5b {
    border-bottom: 5px solid #00bfb5;
}

.redhot_under_5b {
    border-bottom: 5px solid #ce2029;
}

.greenshoot_under_2b {
    border-bottom: 2px solid #00bfb5;
}

.redhot_under_2b {
    border-bottom: 2px solid #ce2029;
}


.responsive_images {
  max-width: 100%;
  height: auto;
}

.ol_nice {
	list-style-type: none;
	margin-top: 10px;
}

.ol_nice li {
	border-left: 5px solid #0094ff;
	background: #f9f9f9;
	padding: 5px;
	margin-bottom: 10px;
	font-weight: normal;
}

.super_small_anchor {
	display: inline-block;
	font-size: 14px;
	color: gray;
	vertical-align: top;
}

.footer_head {
	font-family: dosis_med;
	border-top: 5px solid #d3d3d3;
	border-bottom: 1px solid #d3d3d3;
	background: #f9f9f9;
	margin-top: 100px;
	padding: 5px;
	font-size: 14px;
}

.footer_bod {
	font-size: 16px;
}


/* Nov/20/19: this is to be the DIV for the opening section of any page */
#page_head_n20 {
	background: white;
	font-family: economica_reg;
	font-size: 22px;
	margin-bottom: 25px;
	line-height: 1.25;
	padding: 5px;
}

.rotate_me_up {
	            /* IE 9 */
            -ms-transform: rotate(-5deg);
            /* Safari */
            -webkit-transform: rotate(-5deg);
            /* Standard syntax */
            transform: rotate(-5deg);
}


/* May/21/19:  for 1 instance of Footer ref info on a page  */
.footer_mark_note {
	background: #f9f9f9;
	font-size: 12px;
	color: gray;
	display: inline-block;
	padding: 5px;
	padding-right: 20px;
}

#ad_banner_fixed {
	position: fixed;
	left: 50%;
	transform: translateX(-50%);
	top: <?php echo $ban_fixed_top; ?>px;
	z-index: 1500;
	border: 2px solid orange;
	padding: 0px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.img_middle {
	vertical-align: middle;
}

/* When added to an Image it appears as  Circle based Image  */
.tn_circle, .tn_circle_no_shadow {
	border: 1px solid #f9f9f9;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	padding: 5px;
	background: white;
	border-radius: 50%;
}

.tn_circle_no_shadow {
	box-shadow: none;
}

.square_ul {
	list-style-type: square;
}

.green_shoot_top {
	display: inline-block;
	border-bottom: 3px solid #00bfb5;	
}

.red_under_top {
	display: inline-block;
	border-bottom: 3px solid red;	
}

.green_txt {
	color: #61B329;	
}

.orange_txt {
	color: #FFA500;
}

.close_button {
	position: absolute;
	right: -12px;
	top: -12px;
	cursor: pointer;
}

/*Oct/5/2017 For Video in QandA */

.video_container_right {
	position: relative;
	width: 300px;
	height: 169px;
	float: right;
	margin-right: 10px;
	margin-left: 10px;
}


.iframe_right {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%; 
  height: 100%;
}

/*Oct/5/2017 For Video in QandA  END */


.foot_note {
	border-bottom: 1px solid gray;
	border-top: 1px solid gray;
	padding-bottom: 10px;
	padding-top: 10px;
	font-size: 12px;
	color: gray;
	margin-top: 50px;
	margin-bottom: 15px;
}


/* Jun/27/17: this makes a DIV into a OnMousOver clickable DIV, with starting DIV being Blue with under line and OM being all Red */
.more_head {
	color: blue;
	font-weight: bold;
	border-bottom: 1px solid blue;
	cursor: pointer;
}

.more_head:hover {
	color: red;
	border-bottom: 1px solid red;
}

/* END */


.left_adjst {
	margin-left: 25px;
	margin-right: 25px;
}



.double_underline {
	border-bottom: double 5px red;
	}

.general_pop_red {
	position: absolute;
	z-index: 600;
	font-size: 18px;
	color: black;
	left: 10%; 
	width: 50%;
	padding: 10px; 
	BORDER: red 5px solid;    
	BACKGROUND-COLOR: white;
	border-radius: 5px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.general_pop_close {
    position: absolute;
    top: -15px;
    right: -15px;
	cursor: pointer;
}


.red_border {
	border: 2px solid red;
	padding: 5px;
	border-radius: 5px;
}

.red_under {
	border-bottom: 2px solid red;
}

.big-button-red {
  margin-left: 18%;
  margin-right: 18%;
  color: red;
  background-color: white;
  border: 5px solid red;
  padding: 10px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  border-radius: 5px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  cursor: pointer;
}

.big-button-red:hover { 
  background-color: red; 
  color: white;
}



/* Feb/16/2017: this is for Pop UP description of Anoox Advertising and Support Anoox Advertisers  */

.buy_adv_pop {
	width: 200px; 
	padding: 10px;  
	DISPLAY: none; 
	VISIBILITY: visible; 
	POSITION: absolute; 
	z-index: 200; 
	margin-bottom: 15px; 
	font-size: 12px; 
	BACKGROUND-COLOR: #EFF6FF; 
	border: 1px solid #4CB5F5;
	border-radius: 10px;
}

.Buy_Button {
	background: #FF5733;
	font-size: 20px;
	padding: 6px 15px;
	text-decoration: none;
	border-radius: 7px;
	color: white;
	cursor:pointer;
}

.Buy_Button:hover {
	background-color: #C70039;
}

.redy_back {
	background: red;
	color: white;
	font-size: 16px;
	padding: 5px;
}

/* Start: Nov/16/2016: added from welcome_tips_new  */

.emphy {
	font-style: italic;
	font-weight: bold;
}

.fe_emphy_text, .emphy_text {
	color: #E5002B;  /* #E3319D | #E5002B Fire engine red  */
	font-style: italic;
}

.emphy_text {
	font-weight: bold;
}


/* END: Nov/16/2016*/

.see_through {
    background: rgb(170, 187, 97); /* Fallback */
    background: rgba(170, 187, 97, 0.5);
}


/* These 2 gotten via Sitepoint give us Hyperlinks that have NO decoration but On Hover they will have Underline */
a:link.no_link, a:visited.no_link {text-decoration: none;
	color: #fff;}
	
a:hover.no_link, a:focus.no_link {text-decoration: underline;
	color: #ff0;}


/* Oct/06/2016: created to hold Attention Notices, such as we will be down due to Hurricane  */
.attention_box {
	background: #E5002B;  /* #E3319D | #E5002B Fire engine red  */
    font-size: 18px;
	color: white;
	padding: 5px;
	text-align: left;
	margin-top: 20px;
}

.attention_border {
	border: 5px solid #E5002B; 
	padding: 10px;
	color: black;
	font-size: 18px;
	text-align: left;
	margin-bottom: 20px;
}


/*  Sep/29/2016:  this provides a nice Gray Border to contain any areas    */
.gray_border {
	border: #F2F2F2 5px solid;
}

ul.green_check_pined {
   list-style-image: url('/images/bullet.gif');
}

ul.red_pin {
   list-style-image: url('/images/pin_red_14.jpg');
}

ul.thumbs_up {
   list-style-image: url('/images/thumbs_up.jpg');
}


.finger_point {
	cursor: pointer;
}

.poke  {
	cursor: pointer;
	color: blue;
	text-decoration: underline;
}

.poke:hover {
	color: red;
}


.back_blue, .back_green, .prem_member, .back_red, .back_orng, .back_blue_subhead { 
	font-size: 24px;
	color: white;
	font-weight: bold;
	background: #4CB5F5;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	width: 99%;

}


.back_blue_subhead { 
	font-size: 18px;
	display: inline;
}


.member_back {
	background: #FF6600;
	font-size: 16px;
	padding: 3px;
	color: white;
}


.back_green { 
	background: #81D8D0;
	cursor: pointer;
	}


.back_green:hover {
	background: #1DAB9D;
}


.back_red {
	background: red;
	font-size: 16px;
}


.back_orng { 
	background: #FF6600;
}


.prem_member { 
	background: #81D8D0;
	cursor: pointer;
	padding: 2px; 
	font-size: 16px;
	}


.prem_member:hover {
	background: #1DAB9D;
}

/*  Start: Apr/29/2016:  used for what_anoox_is_new and new pages done here to emphasise that we are nfp   */


.adv_back  { 
	font-size: 12px;
	color: white;
	font-weight: bold;
	background: #4CB5F5;
	padding-left: 1px;
	padding-right: 0px;
	padding-top: 1px;
	padding-bottom: 1px;
	margin-right: 4px;
}



.black_back_top {

	background: black;
	color: white;
	font-size: 24px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;

}


.top_page {
	font-size: 18px; 
	margin-right: 100px; 
	letter-spacing: 1px;
}



.blue_text {

	color: #6a7faa;
	font-size: 20px;
	font-weight: bold;
	line-height: 1;
	text-decoration: none;
}


.blue_text a:link {
	color: #6a7faa;
	text-decoration: none;
} 


.blue_text a:visited {
	color: #6a7faa;
}


.blue_text a:hover {
   text-decoration: underline;
}


.lil_text {
	font-style: italic;
}

/*  End: Apr/29/2016:  additions   */


.lbl_xl, .lbl_lg, .lbl_md, .lbl_sm, .lbl_xs {
	font-size: 20px;
	font-weight: bold;
	color: black;
	letter-spacing: 1px;
}

.lbl_lg {
	font-size: 18px;
}

.lbl_md {
	font-size: 16px;
}

.lbl_sm {
	font-size: 14px;
}

.lbl_xs {
	font-size: 12px;
}


.attention_mark {
	color: red; 
	font-size: 16px; 
	font-weight: bold;
}

.flash_red, .flash_red_norm {
	font-size: 16px;
	font-weight: bold;
	color: red;
}


.flash_red_norm {
	font-size: 14px;
}


.footnote {
	font-size: 8px; 
	margin-bottom: 5px;
}

.flashing {
	border: purple 5px solid;
}


/* Aug/18/14:  these are used by adv_client/advman_keyword.php  & paid/buy_adv.php -- START  */
.input_width, .select_width {
	width: 400px;
}


.left_margin {
	margin-left: 45px;
}

.right_margin{
	margin-right: 45px;
}
/* END */


/*Jul/22/2014: used for Ad buy section  */
.ads_lbl_lrg, .ads_lbl_m, .ads_lbl_s, .ads_lbl_norm {
	color: black;
	font-size: 14px;
	padding-left: 10px;
	padding-right: 10px;
}

.ads_lbl_m {
	font-size: 14px;
	font-weight: bold;
}


.ads_lbl_norm {
	font-weight: normal;
}


.foto_borders {
	border: #CACACA 2px solid;
	padding-top: 10px;
	padding-bottom: 10px;
}

.foto_borders:hover {
	border: #FFA500 2px solid;
}  
 


/* For background space of hidden div such as div id="search_web" of index.php  */
.display_bluish {
	BORDER-BOTTOM: #C8DAEF 1px solid; 
	border-top: #C8DAEF 1px solid; 
	border-left: #C8DAEF 1px solid; 
	border-right: #C8DAEF 1px solid;
	background: #EFF6FF;
	padding: 10px;
	color: black;
}

   
a:hover {color: red;} 


/*
May/1/12: This is to be the main border line around all the main screen pages  
May/18/12: added  .border_main_re in case, and very likely, we want to have diff params for the 
RE window vs the Main window
Aug/23/12: border_main_paid is for Paid customer section
*/
.border_main, .border_main_re, .border_main_paid {
	border: solid;
	border-color: #e4e8f0; 
	border-width: 6px;
	margin: 5px;
	padding: 5px;
}

.border_main_re {
	border-color: #98AFC7;
}

.border_main_paid {
	border-width: 12px;
}


.anx_text {
	color: black;
	font-size: 16px;
	padding-left: 10px;
	padding-right: 10px;
	letter-spacing: 1px;
}


/*  text_lbl is for the Name of a Name & Value Pair */
.anx_text_lbl {

	font-size: 14px;
	font-weight: bold;

}

/*  This is for the new Section head on a page */
.anx_text_head, .paid_head {

	font-size: 22px;
	font-weight: bold;
	color: #6a7faa;
	border-bottom: #6a7faa 1px solid;
	border-top: #6a7faa 1px solid;
	padding-top: 5px;
	padding-bottom: 5px;
}


.paid_head {
	font-size: 20px;
	margin-bottom: 30px;
	}

.anx_text_head_sub {

	font-size: 16px;
	font-weight: bold;
	color: #6a7faa;
	margin-bottom: 5px;
	margin-top: 20px;
	border-bottom: #6a7faa 1px solid;

}

.anx_text_red {
	color: red;
	padding-left: 0px;
	padding-right: 0px;
	font-weight: bold;
	}


.anx_text_red_sub {
	color: red;
}


.anx_text_orange {

	color: orange;
	font-size: 16px;
	font-weight: bold;
}

.anx_text_hp {

	font-size: 14px;
	font-weight: bold;
	display: inline;
}


.anx_text_hp_small {
	font-size: 12px;
	display: inline;
}

.anx_text_hp:hover {

	background: #F0F8FF;
}


.nfp_txt {
	font-size: 10px; 
	color: white;
	padding-bottom: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	letter-spacing: 1px;
}


/*  This is for VERY BIG Numbers to order items in a list, such as: http://www.anoox.com/free-traffic-new.php */
.big_blue_nums, .anx_text_head_main, .mid_blue_nums, .sm_blue_nums, .sm_org_nums, .xsm_blue_nums, .ss_blue_nums, .mid_red_text {

	color: #6a7faa;
	font-size: 48px;
	font-weight: bold;
	line-height: 1;
}

.mid_blue_nums {

	font-size: 32px;
}

.sm_blue_nums {
	font-size: 22px;
}

.xsm_blue_nums {
	font-size: 16px;
}

.sm_org_nums {
	font-size: 22px;
	color: #FF4500;
}


.ss_blue_nums {
	font-size: 16px;
}


.mid_red_text {
	font-size: 20px;
	color: red;
}

.anx_big_text, .anx_big_head {

	color: black;
	font-size: 16px;
	font-weight: bold;
}


.anx_big_head {
	font-size: 26px;
}





/*  This is for defining the text inside a Table where we cannot have padding like Text outside of a Table */
.anx_text_table, .table_head, .table_body {

	padding-left: 0px;
	padding-right: 0px;
}


.table_head {
	font-size: 16px;
	font-weight: bold;
}

.table_body {
	font-size: 14px;
	font-weight: bold;
}




/*   Added Mar/17/11, copied from RNP CSS  */

.admin_notice {
	BORDER: 3px solid red;
	width: 90%;
	margin: 20px;
	margin-left: 5%;
	padding: 5px;
	border-radius: 5px;
	background: white;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	font-size: 20px;
	font-weight: bold;
	font-family: amsi-pro-ultra-narrow;
}

.notice, .error, .notice_bold, .error_bold, .info_display {
	BORDER: 5px solid #C8DAEF;
	width: 80%;
	margin: 20px;
	margin-left: 10%;
	padding: 10px;
	border-radius: 5px;
	background: white;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	font-family: dosis_med;
	font-size: 18px;
}

.error {
	BORDER: 5px solid red;
}

.error_head_wrap {
	margin-bottom: 10px;
}

.error_head_val {
	display: inline-block;
	background: red;
	color: white;
	padding: 5px;
	font-family: amsi-pro-ultra-narrow;
	font-size: 26px;
}

.error_gen_head {
	margin: 5px;
	margin-bottom: 10px;
	padding: 5px;
	background: red;
	color: white;
	font-size: 20px;
	font-weight: bold;
	width: 25%;
}

.notice_bold, .error_bold {
font-weight: bold;
}


/* Aug/20/12: This is used in news/profile_update.php - for purpose of having a Hidden 
Div which appears with Red border when a certain Mouse action is taken*/
.info_display {
	display: none;
	BORDER: red 2px solid;
}



.keywords_selected  {
	BORDER: #327CCB 1px solid;
	width: 500px;
	padding-left: 5px;
	padding-right: 5px;
	margin-left: 5px;
	margin-top: 5px;
}


.keywords_selected:hover  {
	background: #BABABA;
	color: white;
}

.red_back_big  {
    font-size: 22px;
	background: red;
	color: white;
	padding: 4px;
	font-weight: bold;
	width: 70%;
}

.red_back, .blue_back, .green_back, .black_back, .white_back  {
	background: red;
	color: white;
	padding-left: 3px;
	padding-right: 3px;
}

.blue_back {
	background: blue;
}

.green_back {
	background: green;
}

.black_back {
	background: black;
}

.white_back  {
	background: white;
	color: black;
	border: 2px solid gray;
	font-weight: bold;
	padding: 5px;
}


/*  Form Section - ONLY */


 .form_button, .form_button_big, .form_button_hp {
	height: 26px;
	font-size: 16px;
	font-weight: bold;
	color: #1B3385;
	cursor: pointer;
 }

 .form_button_big {

	height: 34px;
	font-size: 20px;
 }


 .form_button_hp {

	height: 40px;
	font-size: 20px; 

 }

 .form_label, .form_label_big {
	font-size: 12px;
	font-weight: bold;
	color: black;
	padding-left: 5px;
 }


 .form_label_big {
	font-size: 14px;
 }


.input_text, .search_box, .search_box_hp, .input_text_xl {
	font-size: 16px; 
	color: black;				/* was: #2554C7  */
	BACKGROUND-COLOR: lemonchiffon;
	padding-left: 5px;

}


.input_txt_new {
	BACKGROUND-COLOR: lemonchiffon;

    border: 1px solid #c4c4c4;
    width: 400px;
    font-size: 16px;
    padding: 4px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    box-shadow: 0px 0px 8px #d9d9d9;
    -moz-box-shadow: 0px 0px 8px #d9d9d9;
    -webkit-box-shadow: 0px 0px 8px #d9d9d9;
}

.input_txt_new:focus { 
    outline: none;
    border: 1px solid #7bc1f7;
    box-shadow: 0px 0px 8px #7bc1f7;
    -moz-box-shadow: 0px 0px 8px #7bc1f7;
    -webkit-box-shadow: 0px 0px 8px #7bc1f7;
}


.search_box {
	height: 25px;
	font-size: 18px; 
}


.search_box_hp {
	height: 28px;
	font-size: 24px; 
}


.input_text_xl {
	width: 400px;
}


/*  These 2 vals set the lay out for Order List  */
ol {
        list-style-type: auto;
        font-weight: bold;
}

li span { 
		font-weight: normal;
	}


/*  Used in places such as buy_step3_new.php for adding a light color foot note under main item */
.gray_text {

	color: #9E9E9E;
	font-size: 12px;
}


.field_border_simple, .border_red {
	border: 1px solid black;
	margin: 5px;
	padding: 5px;
}

.border_red {

	border: 3px solid red;

}


.paid_adv_head {
	BORDER-BOTTOM: #C8DAEF 1px solid;
	color: #1B3385;
	font-size: 16px;
	padding: 5px;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 20px;
}



.tb_find {
	background: #FFFFFF;
}

.tb_find:hover {
	background: #C8DAEF;
}



/*Nov/15/2013: created for submit_confirm.php & add_for_indexing_free.php   */
.special, .sc_special {
		font-size: 16px;
}


.sc_special {
		font-size: 14px;
}


.imagine, .imagine_s {
	font-style: italic;
	font-weight: bold;
	color: purple;
	font-size: 18px;
}


.imagine_s {
	font-size: 16px;
}

/*Mar/4/2015:  created for the Top Member Sections    */
.focus_red {
	border-radius: 5px; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	border: 2px solid #c6cedf;
}


.focus_red:hover {
	border: 2px solid red;
}




.oval_sky_ads, .oval_sky_adv, .border_oval {
	border: 2px solid #6a7faa;
    font-size: 14px;
    padding: 5px;
	margin-left: 5px;
	margin-right: 5px;
    border-radius: 4px;
	padding-left: 10px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    box-shadow: 0px 0px 8px #d9d9d9;
    -moz-box-shadow: 0px 0px 8px #d9d9d9;
    -webkit-box-shadow: 0px 0px 8px #d9d9d9;
}


/*  This is for the entire area around all the Ads */
.oval_sky_ads {
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 1px;
}


/*  This is for the area around each Ad */
.oval_sky_adv {
	border: 1px solid #6a7faa;
	margin-left: 2px;
	margin-right: 2px;
}


/* This can be used around any object that is non Ad item  */
.border_oval {
    border: 2px solid #c6cedf;
	margin: 2px;
	padding: 2px;
}

/* Apr/6/2019   for ADV section Top  */

.adv_item {
	position: relative;
	BORDER: 1px solid #6a7faa;
}


#adban_holder_wrap {
	padding: 5px;
	text-align: center;
	background: #fffacd; /* Lemonchiffon */ 
	margin-bottom: 1px;
	height: 100px;
}

#ad_banner_fixed {
	background: white;
}

#ad_banner_reg {
	position: relative;
	width: 720px;
	height: 90px;
	margin-left: auto;
	margin-right: auto;
}

.ad_txt_wrap {
	padding: 2px;
	padding-left: 5px;
	background: #fffacd; /* Lemonchiffon */ 
	margin-bottom: 1px;
}

.ad_txt_top {
	font-size: 16px;
	margin-bottom: 2px;
}

.ad_txt_det {
	font-size: 14px;
}

.adv_name_val {
	position: absolute;
	font-size: 11px;
	padding-left: 2px;
	padding-right: 2px;
	background: #4CB5F5;
	color: white;
	left: 1px;
	top: 1px;
}

.adv_back_new {
	display: inline-block;
	font-size: 11px;
	padding-left: 2px;
	padding-right: 2px;
	background: #4CB5F5;
	color: white;
}

.ad_txt_place {
	display: inline-block;
	margin-left: 5px;
}

/*  From Top Nav - DO NOT Put any thing here unless for Top_Nav */ 


.top_head_grow {
	 display: inline-block;
	 font-family: amsi-pro-ultra-narrow;
}


.newtop_nav_rel {
	position: relative; 
	background: #6a7faa; 
	margin: 0px;  
	padding: 5px; 
	padding-bottom: 3px;
	min-height: 25px;
	height: auto;
	box-sizing: border-box;
}


.newtop_nav_fix {
	position: fixed; 
	background: #6a7faa; 
	box-shadow: 0 6px 4px -4px black;
	width: 100%;
	z-index: 10;
	top: 0;
	left: 0;
}

#top_nav_wrap {
	display: flex;
	box-sizing: border-box;
}


#anoox_main_logo {
	font-family: amsi-pro-ultra-narrow;
	position: relative; 
	font-size: 40px; 
	color: white; 
	margin-left: 5px;
	padding-left: 40px;

	width: 14%;
	text-align: left;
}

#anoox_mark_holder {
	display: inline-block;
	position: relative; 
}


#anoox_reg_mark {
	position: absolute;
	font-size: 16px; 
	top: 0px;
	right: -10px;
	font-family: dosis_bld;
	font-size: 16px; 
}

.anoox_tm_mark {
	font-family: dosis_bld;
	display: inline-block;
	font-size: 14px; 
	vertical-align: top; 
	margin-left: 0px;
}


#main_slogan_anoox {
	position: relative; 
	color: white; 
	margin-left: 50px;
	vertical-align: top;
	width: 40%;
}

#search_holder_wrap {
	background: #6a7faa; 
	padding-top: 5px;
	padding-bottom: 5px;
}

#search_holder_top {
	display: inline-block;
	width: 100%;
}

#anoox_main_slogan_top {
	font-size: 22px;
	font-family: economica_bold;
	letter-spacing: 1.25px;
	margin-bottom: -5px;
}


#anoox_main_slogan_bot {
	font-size: 18px;
    font-family: economica_reg;
	letter-spacing: 1.5px;
}


#anoox_main_members {
	font-size: 18px;
	color: white; 
	width: 44%;
	text-align: right;
	margin-top: 5px;
	margin-right: 1%;
}

#flag_lang_holder {
	display: inline-block;
	vertical-align: top;
	height: 30px;
	margin-right: 25px;
	position: relative;
}

#flag_icon_pop {
	position: absolute;
	padding: 5px;
	border: 3px solid #97adee;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	right: 100%;
	top: 0px;
	background: white;
	z-index: 3000;
	display: none;
}

.flag_icon_plx {
	border: 1px solid #d3d3d3;
	padding-left: 5px;
	padding-right: 5px;
	cursor: pointer;
	text-align: center;
	margin-bottom: 5px;
}

.flag_icon_plx:hover {
	border: 1px solid orange;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.flag_icon_plz {
	width: 26px;
	height: 26px;
	vertical-align: middle;
}


#asn_login_pop_up {
	position: fixed;
	z-index: 3000;
	font-size: 20px;	
	padding: 10px; 
	BORDER: 5px solid #97adee;    
	BACKGROUND-COLOR: white;
	border-radius: 5px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);

	width: 300px;
	top: 15%;
	left: 50%;
	margin-left: -135px;

	display: none;
}

.new_log_in {
	position: relative; 
	font-size: 16px;
	color: #6a7faa;
	font-weight: bold;
	border: 2px solid #6a7faa;
	margin-bottom: 15px;
	padding: 10px;
}

.lognin_fields {
	position: absolute; 
	right: 5px;
	top: 5px;
}


#top_earth_logo {
	position: absolute; 
	left: 0px;
	top: 0px;
	width: 40px;
    height: 40px;
}



.since_created_bib {
	font-size: 12px;
	margin-left: 5px;
}

#top_nav_mem_name, #top_nav_my_anoox {
	display: inline-block;
	vertical-align: top;
}



#top_nav_mem_name {
	font-size: 18px;
	color: orange;
	padding-right: 10px;
	border-right: 1px solid white;
}

#top_nav_my_anoox {
	font-size: 18px;
	color: white;
	margin-left: 5px;
	border-bottom: 1px solid white;
	cursor: pointer;
}

#top_nav_my_anoox:hover {
	color: red;
	border-bottom: 1px solid red;
}

.mem_head_icon {
	width: 28px;
	height: 28px;
	margin-left: 5px;
	vertical-align: middle;
	cursor: pointer;
}

#head_icon_holder {
	display: inline-block;
	cursor: pointer;
}

.dutch_flag_top {
 -webkit-transform: rotateZ(-90deg); /* Safari prior 9.0 */
  transform: rotateZ(-90deg); /* Standard syntax */
}


.sign_login_butn {
	display: inline-block;
	border: 1px solid white;
	border-radius: 2px;
	background: #3399FF;
	color: white;
	padding: 5px;
	font-size: 16px;
	cursor: pointer;
}

.sign_login_butn:hover {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.log_in_wrap {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 15px;
}

.log_in_buttons {
	display: inline-block;
}

.log_in_footers {
	font-size: 14px;  
	margin-top: 10px; 
}

#search_holder_mobi {
	display: none;
}

/* Dec/1/20: for Services & Donate buttons */

.more_info_butn_top { 
	position: relative;
	background: #00bfb5;
	display: inline-block;
	border: 1px solid white;
	border-radius: 2px;
	color: white;
	padding: 5px;
	font-size: 16px;
	cursor: pointer;
	margin-right: 5px;
	padding-right: 30px;
}

.more_info_icon_top  {
	position: absolute;
	width: 20px;
	height: 20px;
	top: 5px;
	right: 5px;
}

.more_info_arrow_top {
	position: absolute;
	top: 5px;
	right: 5px;
	transform: rotate(90deg);
}

.info_box_pop_holder_top {
	position: absolute;
	top: 101%;
	right: 0;
	background: white;
	border: 1px solid #00bfb5;
	padding: 5px;
	z-index: 3000;
	cursor: auto;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	display: none;
}

.box_pop_holder_item {
	border: 1px solid #00bfb5;
	border-radius: 3px;
	padding: 5px;
	color: #00bfb5;
	margin-bottom: 5px;
	cursor: pointer;
	width: 150px;
}

.box_pop_holder_item:hover {
	background: #00bfb5;
	color: white;
}

/* End Top Nav Section */

/*  footer items */

#footer_main_all {
	padding-top: 15px;
	padding-bottom: 15px;
	min-height: 65px;
	height: auto;
	BACKGROUND-COLOR: #A9A9A9;
	text-align: center;
	position: relative;
	font-family: dosis_med;
	font-size: 16px;
}

#footer_main_sub {
	font-size: 12px; 
	color: #FFFFFF; 
	margin-bottom: 15px;  
	margin-top: 15px;
}

.foot_holder_new {
	display: inline-block;
	padding-right: 10px;
	padding-left: 10px;
	border-left: 1px solid #e4e4e4;
}

#footer_home_ele {
	border-left: none;
}	

.footer_last_wrap {
	margin-bottom: 5px;
}

.footer_last_ele {
	display: inline-block;
	margin-left: 5px;
}

/*  START AD Section */

.adv_top_holder_area, .adv_re_holder_area {
	position: relative;
	padding: 5px;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	border: 2px solid white;
	border-top: 2px solid #d3d3d3;
	font-size: 16px;
	width: 98%;
	margin-bottom: 10px;
	background: #f9f9f9;
}

.adv_re_holder_area {
	width: 95%;
	padding-top: 15px;
}

.ad_banner_sq_center {
	text-align: center;
}

.adv_top_holder_area:hover, .adv_re_holder_area:hover {
	border: 2px solid orange;
	border-radius: 3px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.adv_icon_label, .adv_icon_label_re {
	position: absolute;
	font-size: 11px;
	padding-left: 2px;
	padding-right: 2px;
	background: #4CB5F5;
	color: white;
	left: 1px;
	top: 1px;
}

.adv_icon_label_re {
	left: 0px;
	top: 0px;
}

.lead_ad_ban_image {
	width: 728px;
	height: 90px;
	border: 1px solid #9370db;
}

.lead_ad_ban_image:hover {
	border: 1px solid red;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}


/* END AD Section */

@media only screen and (min-device-width: 300px) and (max-device-width: 480px) {

	#anoox_main_logo {
		font-size: 30px;
		padding-left: 30px;
	}

	#top_earth_logo { 
		width: 30px;
		height: 30px;
	}

	#main_slogan_anoox, #butn_top_don, #butn_top_service { 
		display: none;
	}


	#anoox_main_members {
		width: 75%;
	}

	.mem_head_icon {
		display: none;
	}

	#search_holder_top {
		width: 85%;
	}
	
	#search_holder_mobi {
		display: block;
		text-align: center;
		margin: 5px;
	}

	#search_top_mobi {
		display: inline-block;
		width: 80%;
	}

	/*  footer items */

	.foot_holder_new {
		display: block;
		text-align: left;
		margin-bottom: 5px;
		margin-left: 5%;
		border-left: 1px solid  #f9f9f9;
	}

	#footer_home_ele {
		border-left: 1px solid  #f9f9f9;
	}


	.footer_last_ele {
		display: block;
	}

	#footer_main_sub {
		border-top: 3px solid  #f9f9f9;
	}

}
