<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
    font-family: 'OpenSansSemiBold';
    src: url('fonts/opensans-semibold-webfont.eot');
    src: url('fonts/opensans-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/opensans-semibold-webfont.woff') format('woff'),
         url('fonts/opensans-semibold-webfont.ttf') format('truetype'),
         url('fonts/opensans-semibold-webfont.svg#open_sanssemibold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'OpenSansBold';
    src: url('fonts/opensans-bold-webfont.eot');
    src: url('fonts/opensans-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/opensans-bold-webfont.woff') format('woff'),
         url('fonts/opensans-bold-webfont.ttf') format('truetype'),
         url('fonts/opensans-bold-webfont.svg#open_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'OpenSansExtraBold';
    src: url('fonts/opensans-extrabold-webfont.eot');
    src: url('fonts/opensans-extrabold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/opensans-extrabold-webfont.woff') format('woff'),
         url('fonts/opensans-extrabold-webfont.ttf') format('truetype'),
         url('fonts/opensans-extrabold-webfont.svg#open_sansextrabold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ArcherSemibold';
    src: url('fonts/archer-semibold.eot');
    src: url('fonts/archer-semibold.eot') format('embedded-opentype'),
         url('fonts/archer-semibold.woff2') format('woff2'),
         url('fonts/archer-semibold.woff') format('woff'),
         url('fonts/archer-semibold.ttf') format('truetype'),
         url('fonts/archer-semibold.svg#ArcherSemibold') format('svg');
}
@font-face {
    font-family: 'ArcherBold';
    src: url('fonts/archer-bold.eot');
    src: url('fonts/archer-bold.eot') format('embedded-opentype'),
         url('fonts/archer-bold.woff2') format('woff2'),
         url('fonts/archer-bold.woff') format('woff'),
         url('fonts/archer-bold.ttf') format('truetype'),
         url('fonts/archer-bold.svg#ArcherBold') format('svg');
}


html, body {
	margin:0;
	padding:0;
	width: 100%;
	height:100%;
	color: #3e3e3e;
	font-size: 14px;
	line-height: 19px;
	/*font-family: Arial, Verdana, Trebuchet, sans-serif;*/
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	background: #6c6c6c;
	font-weight:normal;
   text-rendering: optimizeLegibility;
   -webkit-font-smoothing: antialiased;
}
body{
	position:relative;
	min-height: 100%;
	height:auto !important;
	height:100%;
	overflow-x: hidden;
}

article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section { 
    display:block;
}
figure {
  	margin: 1em 0px;
	max-width: 100%;
	height: auto;
}

html * {outline: none;}
form, input{margin:0; padding:0;}
input[type="submit"], button{cursor: pointer;}
input::-moz-focus-inner{border: 0;}
input, textarea{outline:none;}
p{padding: 0; margin: 0 0 10px;}
a{color: #056839;}

h1, h1 a, h2, h2 a, h3, h3 a, h4, h4 a{
	font-size: 30px;
	line-height: 36px;
	color: #056839;
	padding: 0;
	margin: 0;
	font-weight: normal;
	overflow: hidden;
    /*font-family: Arial, Verdana, Trebuchet, sans-serif;*/
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    text-decoration: none;
}
h1, h1 a{
	color: #262626;
	font-size: 28px;
	line-height: 30px;
	/*font-family: 'OpenSansBold', Arial, Verdana, Trebuchet, sans-serif;*/
	font-family: 'OpenSansBold', "Helvetica Neue",Helvetica,Arial,sans-serif;
	text-transform: uppercase;
}
h1{padding-bottom: 20px;}
h2, h2 a{
	font-weight: bold;
	color: #056839;
	font-size: 20px;
	line-height: 20px;
}
h2{padding-bottom: 10px;}
h3, h3 a{
	font-weight: bold;
	color: #3e3e3e;
	font-size: 16px;
	line-height: 18px;
}
h3{padding-bottom: 10px;}
h4, h4 a{
	font-weight: bold;
	color: #3e3e3e;
	font-size: 14px;
	line-height: 18px;
}
h4, h5{
    padding-bottom: 5px;
}


.center{
	max-width: 1000px;
	margin: 0 auto;
}

.top-lnks, .auth, .social, .menu, .sub-menu, .extra-link, .content-in .profile-links {
	margin: 0;
	padding: 0;
	list-style: none;
}
.content-in ul.profile-links li{
  padding: 0;
}
.top-lnks li,
.auth li,
.social li,
.content-in .profile-links li {
	float: left;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
.selectboxit-container .selectboxit,
.wps_directory_search_entry_field,
textarea{
	height: 40px;
	padding: 10px 14px;
	color: #3e3e3e;
	font-size: 13px;
	line-height: 18px;
	background: #fff;
	border: 1px solid #707070;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	max-width: 100%;
}

::-webkit-input-placeholder {
   color: #3e3e3e;
}
:-moz-placeholder { /* Firefox 18- */
   color: #3e3e3e;  
}
::-moz-placeholder {  /* Firefox 19+ */
   color: #3e3e3e;  
}
:-ms-input-placeholder {  
   color: #3e3e3e;  
}

textarea{
	height: 100px;
	resize: none;
}

.selectboxit-container .selectboxit{
	padding: 0 14px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
}
.selectboxit-container span,
.selectboxit-container .selectboxit-options a{
	height: 38px;
	color: #3e3e3e;
	font-size: 13px;
	line-height: 38px;
}
.selectboxit-default-arrow {
	width: 0;
	height: 0;
	border-top: 9px solid #6c6c6c;
	border-right: 9px solid transparent;
	border-left: 9px solid transparent;
}
.selectboxit-arrow-container{
	width: 32px;
}
.selectboxit .selectboxit-arrow-container .selectboxit-arrow{
	right: 18px;
	margin-top: -5px;
}
.selectboxit-btn.selectboxit-enabled:hover,
.selectboxit-btn.selectboxit-enabled:focus,
.selectboxit-btn.selectboxit-enabled:active {
	color: #3e3e3e;
	background-color: #fff;
}
.selectboxit-container .selectboxit-option-icon-container{
	display: none;
}
.selectboxit-text{
	text-indent: 0;
}
.selectboxit-container .selectboxit-options{
	width: 100%;
}
.selectboxit-container .selectboxit-options li{
	padding: 0;
}

.selectboxit-container .selectboxit-options{
	border-radius: 0;
}


input[type="submit"],
input[type="button"],
input[type="reset"],
.content-in a.button {
	min-width: 96px;
	height: 40px;
	padding: 0 22px;
	color: #fff;
	font-weight: bold;
	font-size: 13px;
	line-height: 40px;
	/*font-family: Arial, Verdana, Trebuchet, sans-serif;*/
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	text-align: center;
	text-transform: uppercase;
	border: none;
	background: #056839;
}
input[type="submit"]+input[type="submit"],
input[type="button"]+input[type="button"]{
	margin-left: 10px;
}

.content-in a.button {
	padding-top: 10px;
	padding-bottom: 10px;
	text-decoration: none;
}
.content-in a.button:hover {
	color: #fff;
}

span.wpcf7-list-item {
display:block;
}

.container{
	background: #f7f7f7;
}
/*-------------------------Header-------------------------*/

header.main.fixed,
.header-top.fixed{
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1000;
}

.ads-block{
/*	padding: 37px 0 33px;*/
	padding: 22px 0 18px;
	text-align: center;
	position: relative;
	background: #056839;
}
.ads-blockbody{
	padding: 0 0 33px 0;
	text-align: center;
	position: relative;
}
.ads-block .center, .ads-blockbody .center{
	position: relative;
}
.ads-block .ads-in, .ads-blockbody .ads-in{
	display: inline-block;
	position: relative;
}
.ads-block .ads-in span, .ads-blockbody .ads-in span{
	position: absolute;
	right: 0;
	bottom: -20px;
	color: #fff;
	font-size: 9px;
	line-height: 20px;
	text-align: right;
	text-transform: uppercase;
}
.ads-blockbody .ads-in span{
	color: #3e3e3e;
}
.ads-block img, .ads-blockbody img{
	max-width: 100%;
	height: auto;
	vertical-align: top;
}
#ads-close{
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 24px;
	height: 24px;
	color: transparent;
	background: url(../img/sprite.png) no-repeat 0 -356px;
}

.top-support-block {
	padding-top: 10px;
	text-align: center;
	position: relative;
	color: #FFF;
	background: #056839;
}

@media only screen and (max-width: 768px){
	.top-support-block {
		padding-bottom: 5px;
		padding-bottom: 5px;
	}
}

.top-support-block a {
    color: #fff;
}

.header-top{
	overflow: hidden;
	background: #056839;
}

.top-lnks,
.content-in .profile-links {
	float: left;
}
.auth{
	float: right;
}
.top-lnks li,
.content-in .profile-links li {
	margin-right: 10px;
	position: relative;
}
.auth li{
	margin-left: 10px;
	position: relative;
}
.top-lnks li:not(:last-child):after,
.auth li:not(:last-child):after,
.content-in .profile-links li:not(:last-child):after{
	content: "";
	padding-left: 10px;
	line-height: 34px;
	width: 1px;
	height: 15px;
	border-right: 1px dotted #76ac92;
}
/*
.top-lnks li+li:after,
.auth li+li:after,
.content-in .profile-links li+li:after{
	content: "";
	position: absolute;
	left: -12px;
	top: 8px;
	display: block;
	width: 1px;
	height: 15px;
	border-right: 1px dotted #76ac92;
}
*/
.top-lnks li a,
.auth li a,
.content-in .profile-links li a{
	color: #fff;
	font-size: 12px;
	line-height: 34px;
	text-decoration: none;
	text-transform: uppercase;
}
.top-lnks li a:hover,
.auth li a:hover,
.content-in .profile-links a:hover {
	text-decoration: underline;
}

.menu-btn{
	display: none;
	padding: 0 17px 0 40px;
	float: left;
	color: #fff;
	line-height: 34px;
	text-decoration: none;
	text-transform: uppercase;
	/*font-family: 'OpenSansSemiBold', Arial, Verdana, Trebuchet, sans-serif;*/
	font-family: 'OpenSansSemiBold', "Helvetica Neue",Helvetica,Arial,sans-serif;
	background: #900028 url(../img/sprite.png) no-repeat -161px -344px;
}
.header-bot{
	height: 65px;
	padding: 20px 0 21px;
	background: #fff;
	border-bottom: 1px solid #096a3c;
}

.logo{
	float: left;
	margin-right: 40px;
}
.logo .mob{
	display: none;
}

.social{
	float: right;
	margin-top: 10px;
}
.social li{
	margin-left: 3px;
}
.social li a{
	display: inline-block;
	width: 44px;
	height: 46px;
	color: transparent;
	background: url(../img/sprite.png) no-repeat;
}
.social li a:hover{
	opacity: 0.7;
}
.social li.fb a{
	background-position: 0 0;
}
.social li.twitter a{
	background-position: -47px 0;
}
.social li.youtube a{
	background-position: -93px 0;
}
.social li.rss a{
	background-position: -139px 0;
}
.social li.instagram a{
	background-position: -185px 0;
}

.alignleft {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.alignright {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}
.aligncenter {
   display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}

.search-block{
	float: left;
	width: 534px;
	margin-top: 10px;
}
.search-block input[type="text"]{
	width: 100%;
	height: 48px;
	padding: 16px 18px 12px;
	line-height: 20px;
	letter-spacing: -0.8px;
	background: #fff url(../img/search-icon.png) no-repeat 100% 50%;
	border-color: #6c6c6c;
}
.search-block input[type="submit"]{
	display: none;
}




.nav-block {
	display: none;
	position: absolute;
	width: 210px;
	padding: 24px 0;
	color: #fff;
	background: #6c6c6c;
}
.nav-opened .nav-block {
	display: block;
	position: relative;
}

.nav-opened .container{
	width: 100%;
	position: absolute;
	left: 210px;
	top: 0;
}


.nav-block .menu {
	margin-bottom: 6px;
}
.nav-block .menu li a{
	padding: 0 10px 0 26px;
	color: #fff;
}
.nav-block .menu&gt;li:hover&gt;a,
.nav-block .menu&gt;li&gt;a:hover,
.nav-block .menu&gt;li.active&gt;a{
	color: #000;
	background: none;
}

.nav-block .menu li:hover a{
	background: none;
}

.nav-block .menu li i{
	margin-left: 0;
}

.nav-block .menu li.menu-home a i{
	background-position: 0 -180px;
}
.nav-block .menu li.menu-about a i{
	background-position: -25px -180px;
}
.nav-block .menu li.menu-arab-americans a i{
	background-position: -50px -180px;
}
.nav-block .menu li.menu-news a i{
	background-position: -75px -180px;
}
.nav-block .menu li.menu-events a i{
	background-position: -100px -180px;
}
.nav-block .menu li.menu-marketplace a i{
	background-position: -125px -180px;
}
.nav-block .menu li.menu-videos a i{
	background-position: -150px -180px;
}
.nav-block .menu li.menu-resources a i{
	background-position: -175px -180px;
}
.nav-block .menu li.menu-scholarships a i{
	background-position: -200px -180px;
}
.nav-block .menu li.menu-academy a i{
	background-position: -225px -180px;
}
.nav-block .menu li.menu-ambassador a i{
	background-position: -275px -180px;
}
.nav-block .menu li.menu-blog a i{
	background-position: -250px -180px;
}
.nav-block .menu li.menu-foundation a i{
	background-position: -225px -180px;
}
.nav-block .menu li.active.menu-home a i,
.nav-block .menu li.menu-home:hover a i{
	background-position: 0 -205px;
}
.nav-block .menu li.active.menu-about a i,
.nav-block .menu li.menu-about:hover a i{
	background-position: -25px -205px;
}
.nav-block .menu li.active.menu-arab-americans a i,
.nav-block .menu li.menu-arab-americans:hover a i{
	background-position: -50px -205px;
}
.nav-block .menu li.active.menu-news a i,
.nav-block .menu li.menu-news:hover a i{
	background-position: -75px -205px;
}
.nav-block .menu li.active.menu-events a i,
.nav-block .menu li.menu-events:hover a i{
	background-position: -100px -205px;
}
.nav-block .menu li.active.menu-marketplace a i,
.nav-block .menu li.menu-marketplace:hover a i{
	background-position: -125px -205px;
}
.nav-block .menu li.active.menu-videos a i,
.nav-block .menu li.menu-videos:hover a i{
	background-position: -150px -205px;
}
.nav-block .menu li.active.menu-resources a i,
.nav-block .menu li.menu-resources:hover a i{
	background-position: -175px -205px;
}
.nav-block .menu li.active.menu-scholarships a i,
.nav-block .menu li.menu-scholarships:hover a i{
	background-position: -200px -205px;
}
.nav-block .menu li.active.menu-academy a i,
.nav-block .menu li.menu-academy:hover a i{
	background-position: -225px -205px;
}
.nav-block .menu li.active.menu-ambassador a i,
.nav-block .menu li.menu-ambassador:hover a i{
	background-position: -275px -205px;
}
.nav-block .menu li.active.menu-blog a i,
.nav-block .menu li.menu-blog:hover a i{
	background-position: -250px -205px;
}
.nav-block .menu li.active.menu-foundation a i,
.nav-block .menu li.menu-foundation:hover a i{
	background-position: -225px -205px;
}
.nav-block .sub-menu{
	position: static;
	min-width: 154px;
	width: 154px;
	margin-bottom: 6px;
	padding: 22px 28px 12px;
	background: #3c3c3c;
}
.nav-block .sub-menu li{
	margin: 0;
	padding-bottom: 0;
}
.nav-block .sub-menu li a{
	padding: 0 16px;
	line-height: 36px;
}
.nav-block .sub-menu li:hover,
.nav-block .sub-menu li:hover a{
	color: #fff;
	background: #616161;
}

.nav-block .social{
	float: left;
	margin-left: 19px;
}
.nav-block .social li{
	margin-left: 10px;
}
.nav-block .social li a{
	width: 32px;
	height: 32px;
	background: url(../img/sprite.png) no-repeat;
}
.nav-block .social li.fb a{
	background-position: 0 -90px;
}
.nav-block .social li.twitter a{
	background-position: -42px -90px;
}
.nav-block .social li.youtube a{
	background-position: -84px -90px;
}
.nav-block .social li.instagram a{
	background-position: -168px -90px;
}
.nav-block .social li.rss a{
	background-position: -126px -90px;
}


/*-------------------------Main-------------------------*/
main{
	overflow: hidden;
	padding-top: 45px;
}
main .center{
	position: relative;
}


.content{
	max-width: 578px;
	margin: 0 auto;
}
.content img {
	max-width: 100%;
	height: auto;
}
.featured{
	padding-bottom: 48px;
	overflow: hidden;
}
.featured &gt; a{
	position: relative;
}
.featured a{
	display: block;
	overflow: hidden;
	color: #fff;
	font-size: 17px;
	line-height: 18px;
	/*font-family: 'OpenSansBold', Arial, Verdana, Trebuchet, sans-serif;*/
	font-family: 'OpenSansBold', "Helvetica Neue",Helvetica,Arial,sans-serif;
	text-transform: uppercase;
	text-shadow: 2px 2px #000;
}
.featured a strong{
	/*font-family: 'OpenSansExtraBold', Arial, Verdana, Trebuchet, sans-serif;*/
	font-family: 'OpenSansExtraBold', "Helvetica Neue",Helvetica,Arial,sans-serif;
}

/* force these so theme formatting doesn't override */
.content-in .slides, .content-in .slides &gt; li, .content-in .flex-control-nav, .content-in .flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}


.flex-direction-nav .flex-prev {
  left: -40px;
}
.flex-direction-nav .flex-next {
  right: -40px;
  text-align: right;
}
.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 1;
  left: -10px;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 1;
  right: -10px;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}
.flexslider {
   border: none;
   border-radius: 0px;
    background-color: transparent;
}
.flexslider .slides figure {
    width: 100%;
	 height: auto;
    display: block;
}


.flex-featured{
	display: block;
	width: 64.8%;
	min-height: 200px;
	float: left;
	background: inherit;
	margin: 0;
}

.flex-standard,
.flex-featured {
    overflow: hidden;
}

.featured .flex-control-nav,
.flex-standard .flex-control-nav {
    bottom: -25px;
}

.flex-featured .flexslider,
.flex-standard .flexslider {
  border-width: 0px;
  margin-bottom: 30px;
}
.flex-widget .flexslider {
  margin-bottom: 0px;
}

.flex-direction-nav,
.flex-direction-nav .flex-next {
    text-align: center;
}
.featured .flex-direction-nav a,
.flex-standard .flex-direction-nav a {
    top: 30%;
}
.flex-direction-nav a {
	 color: #000;
	 text-shadow: none; /* 2px 2px #000;*/
    background: rgba(255,255,255,0.75);
  border: 1px solid #CCC;
}

.flex-direction-nav .flex-nav-prev a {
	 border-radius: 0px 20px 20px 0px;
}

.flex-direction-nav .flex-nav-next a {
	 border-radius: 20px 0px 0px 20px;
}

.flex-direction-nav a:before {
    font-size: 30px;
    line-height: 40px;
	 color: #000;
	 text-shadow: none; 2px 2px #000;
}

.aa_donate_row {
    margin-bottom: 10px;
    clear: both;
}

.aa_donate_label {
    display: table-cell; 
	 vertical-align: middle;
    width: 40%;
    float: left;
    display:table-cell;
	 font-weight: bold;
}
.aa_donate_pad {
    display: block;
    width: 2%;
    float: left;
    display:table-cell;
	 text-align: right;
	 line-height: 40px;
	 height: 40px;
}

.aa_donate_value,
.aa_donate_value_nomax {
    display: block;
    width: 58%;
    margin-left: 42%;
    padding-left: 5px;
}

.aa_donate_value input[type="text"],
.aa_donate_value select {
    width: 90%;
}
.aa_donate_value input[type="text"][disabled] {
	border-color: #CCC;
	color: #CCC;
}


.aa_donate_value .selectboxit-container {
    width: 90%;
}

.aa_donate_value .selectboxit-container .selectboxit {
    width: 100% !important;
}

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 0;
    left: -50px;
  }
  .flex-direction-nav .flex-next {
    opacity: 0;
    right: -50px;
  }
}
.flex-direction-nav a:before {
    line-height: 40px;
	 color: #000;
	 text-shadow: none; /*2px 2px #000;*/
}
.featured .item1{
	/*display: block;
	width: 64.8%;
	float: left;
	*/
	font-size: 25px;
	line-height: 27px;
}
.featured .item2,
.featured .item3{
	display: block;
	width: 33.8%;
	float: right;
}
.featured .item2{
	margin-bottom: 0.85%;
}
.featured .featured-text{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 87.6%;
	padding: 2% 6.2%;
	z-index: 4;
	text-align: center;
	background: rgba(25, 25, 25, .5);
}
.featured .featured-text p,
.featured .featured-text h1,
.featured .featured-text h1,
.featured .featured-text h3,
.featured .featured-text h4,
.featured .featured-text h5{
	margin: 0;
	padding: 0;
}
.featured .item1 .featured-text{
	width: 84%;
	padding: 4% 8%;
}
.featured .featured-text.top{
	bottom: auto;
	top: 0;
	font-size: 11px;
	width: 92%;
	padding: 2% 4%;
	text-align: center;
	background: none;
}
.featured img{
	width: 100%;
	height: auto;
	vertical-align: top;	
}
.featured a:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.featured a img {
	-webkit-transition: -webkit-transform .3s ease-in-out;
	-moz-transition: -moz-transform .3s ease-in-out;
	-ms-transition: -ms-transform .3s ease-in-out;
	-o-transition: -o-transform .3s ease-in-out;
	transition: transform .3s ease-in-out;
}
.featured .over,
.featured .item1 .over{
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 0;
	/*background: rgba(0,0,0,0.75);*/
	z-index: 2;
}
.featured a:hover .over{
	display: block;
}

h1.ambassador {
	color: #056839;
	text-align: center;
}
.wrappeddivs {
	text-align: center;
}
.wrappeddivs &gt; div {
	display: inline-block;
	text-align: left;
	left-margin: 5px;
	right-margin: 5px;
	vertical-align:top;
}

.checklist_item {
	margin-bottom: 15px;
}

.checklist_item .checklist_label {
	margin-bottom: 5px;
	font-weight: bold;
}

.content{
	overflow: hidden;
	padding-bottom: 40px;
}
.home h2,
.home h2 a{
	font-size: 28px;
	line-height: 32px;
	/*font-family: 'OpenSansBold', Arial, Verdana, Trebuchet, sans-serif;*/
	font-family: 'OpenSansBold', "Helvetica Neue",Helvetica,Arial,sans-serif;
	text-transform: uppercase;
}
.home .posts-block h2,
.home .posts-block h2 a{
	font-weight: bold;
	font-size: 20px;
	line-height: 21px;
	/*font-family: Arial, Verdana, Trebuchet, sans-serif;*/
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	text-transform: none;
}
.home .posts-block h2 a:hover{
	text-decoration: underline;
}
.home .posts-block h3,
.home .posts-block h2{
	/*margin: 0;*/
	/*padding: 10px 0 0;*/
}
.home .events{
	padding: 8px 0 50px;
	border-top: 13px solid #237bde;
}
.home .events h2,
.home .events h2 a,
.home .events h3,
.home .events h3 a{
	color: #237bde;
}

.home .link{
	color: #237bde;
	font-weight: bold;
	font-size: 12px;
	line-height: 24px;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: -0.65px;
}
.home .link.right{
	margin-top: 5px;
	float: right;
}
.home .link:hover{
	text-decoration: underline;
}
.subscribe{
	float: right;
}
.subscribe i{
	display: inline-block;
	margin-left: 5px;
	width: 12px;
	height: 12px;
	background: url(../img/sprite.png) no-repeat -100px -356px;
}
.posts-block{
	padding-bottom: 20px;
}
.posts-block .item{
	padding: 26px 0;
	overflow: hidden;
	border-bottom: 1px solid #d9d9d9;
}
.posts-block .item:first-child{
	padding-top: 14px;
}
.posts-block .item .img-wrap{
	width: 100px;
	float: left;
	margin: 0 18px 0 0;
}
.posts-block .item img{
	width: 100%;
	height: auto;
	vertical-align: top;
}
.posts-block .item .date{
	margin: 0;
	text-transform: uppercase;
}
.posts-block .item p{
	margin: 0;
}
.posts-block .item .label{
	padding-top: 4px;
	font-size: 11px;
	line-height: 18px;
	text-align: right;
	text-transform: uppercase;
}

.posts-block .item.big-img{
	padding: 0;
}
.posts-block .item.big-img .img-wrap{
	width: 228px;
	float: right;
	margin: 0 0 0 18px;
}

.posts-block .item.inline-ad {
	padding-bottom: 6px;
}

.posts-block .item.inline-ad .ad-block div {
	overflow:hidden;
}

.posts-block .item.inline-ad .ad-block img:first-child {
	width: 100px;
	vertical-align: top;	
	float: left;
	margin: 0 18px 0 0;
}

.posts-block .item.inline-ad .advertisement {
	float: right;
   font-size: 9px;
   line-height: 20px;
   text-align: right;
   text-transform: uppercase;
	clear: both;
}
.posts-block .item.inline-ad a {
	text-decoration: none;
	color: #3e3e3e;
}

.home .events .item.big-img h3{
	padding-top: 22px;
}

.home .news{
	padding: 8px 0 50px;
	border-top: 13px solid #61a60e;
}
.home .news h2,
.home .news h2 a,
.home .news h3,
.home .news h3 a,
.home .news .link{
	color: #61a60e;
}
.home .news .subscribe i{
	background-position: -120px -356px;
}


.marketplace{
	margin-bottom: 36px;
}
.marketplace .ttl{
	padding: 44px 10px 33px;
	color: #6c6c6c;
	font-size: 19px;
	line-height: 24px;
	/*font-family: 'ArcherSemibold', Arial, Verdana, Trebuchet, sans-serif;*/
	font-family: 'ArcherSemibold', "Helvetica Neue",Helvetica,Arial,sans-serif;	
	text-align: center;
	background: #fff;
	border: 2px solid #6c6c6c;
	border-width: 2px 0;
}
.marketplace .ttl h2{
	padding: 0;
	padding: 0;
	color: #056839;
	font-size: 76px;
	line-height: 56px;
	/*font-family: 'ArcherBold', Arial, Verdana, Trebuchet, sans-serif;*/
	font-family: 'ArcherBold', "Helvetica Neue",Helvetica,Arial,sans-serif;
	text-transform: none;
}
.marketplace .ttl h2 span{
	color: #900028;
}
.marketplace .ttl p{
	letter-spacing: 2.7px;
}
.marketplace .box{
	padding: 30px 5.8% 0;
}
.marketplace .form-block{
	width: 100%;
	min-height: 50px;
}
.marketplace .box{
	background: #d2d2d2;
	border-bottom: 2px solid #6c6c6c;
}
.marketplace .box-in{
	margin-right: 70px;
}
.marketplace input[type="text"]{
	width: 48%;
	height: 48px;
	float: left;
}
.marketplace .selectboxit-container .selectboxit{
	height: 48px;
}
.marketplace .selectboxit-container span,
.marketplace .selectboxit-container .selectboxit-options a{
	height: 46px;
	line-height: 46px;
}
.marketplace input[type="submit"],
.video-filter input[type="submit"]{
	display: block;
	min-width: inherit;
	width: 56px;
	height: 48px;
	padding: 0;
	color: transparent;
	background: #6c6c6c url(../img/sprite.png) no-repeat -160px -378px;
	border: none;
}
.marketplace input[type="submit"]:hover{
	background-color: #000;
}

.marketplace .selectboxit-container{
	width: 48%;
	float: left;
	margin-left: 4%;
}
.marketplace .selectboxit-container .selectboxit,
.video-filter .selectboxit-container .selectboxit{
	width: 100% !important;
	height: 48px;
}
.marketplace input[type="submit"]{
	float: right;
}
.marketplace ul{
	width: 100%;
	margin: 22px 0 0 0;
	padding: 0 0 28px 45px;
	overflow: hidden;
	color: #6c6c6c;
	font-size: 18px;
	list-style: square;
}
.market-list li{
	width: 49%;
	float: left;
}
.market-list li a{
	font-weight: bold;
	color: #3e3e3e;
	font-size: 13px;
	text-decoration: none;
}
.market-list li a:hover{
	text-decoration: underline;
}
.market-list li p{
	margin: 0;
	color: #3e3e3e;
	font-size: 13px;
	line-height: 16px;
}
.marketplace .bot-lnk{
	margin: 0;
	text-align: center;
}
.marketplace .bot-lnk a{
	display: inline-block;
	padding: 0 14px;
	color: #fff;
	font-size: 12px;
	line-height: 28px;
	text-decoration: none;
	text-transform: uppercase;
	background: #6c6c6c;
}
.marketplace .bot-lnk a:hover{
	text-decoration: underline;
}

.ambassadorlogo {
	float: right;
	max-width: 50%;
	margin-left: 10px;
	margin-bottom: 10px;
}
.ambassadorlogosmall {
	float: right;
	height: 60px;
	max-width: 50%;
	margin-left: 10px;
	margin-bottom: 5px;
}

.profilemenu{
	overflow:auto;
	background-color: #901227;
	color: #FFF;
	margin-bottom: 15px;
}
.profilemenu &gt; div {
	padding-left: 14px;
	padding-right: 14px;
}

.profilemenu #wps_alerts_mail_flag,
.profilemenu #wps_alerts_friends_flag {
	display: inline-block;
	top: 3px;
}

.profilemenu #wps_alerts_mail_flag,
.profilemenu #wps_alerts_friends_flag {
	display: inline-block;
	top: 3px;
}

.profilesocial {
	float: right;
}

.memberposts{
	padding: 8px 0 20px;
	border-top: 13px solid #5e21b9;
}
.memberposts h2{
	color: #5e21b9;
}

.directorysearch{
	padding: 8px 0 20px;
	border-top: 13px solid #e15f00;
}
.directorysearch h2{
	color: #e15f00;
}

.memberdirectory{
	padding: 8px 0 20px;
	border-top: 13px solid #5e21b9;
}
.memberdirectory h2{
	color: #5e21b9;
}

#wps_gallery_album{
	padding: 8px 0 50px;
	border-top: 13px solid #61a60e;
}

h2.wps_gallery_title{
	color: #61a60e;
}

/* Profile extensions header */
/* add .content  to make higher priority */
.content .wps_extension_profile_info {
    border-radius: 3px;
    background-image: url("/wp-content/themes/arabamerica/assets/img/burgandy.jpg");
}
.content .wps_extension_profile_info_display_name {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
.content .wps_extension_profile_info_avatar img  {
    border-radius: 100px !important;
}

.content .wps_forum_categories_item {
    margin-top: 50px;
}
.content .wps_forum_categories_item_img img { 
    border-radius: 250px;
}

.content #wps_directory_search_label {
  font-size: 1em;
  font-weight: bold;
}

.content #wps_gallery_create_gallery_button {
  margin-top: 20px;
  margin-bottom: 20px;
}

.content .wps_gallery_owner {
  padding-bottom: 20px;
}

.content .wps_profile_header_image {
	margin-bottom: 15px;
}

#wps_activity_recipientsSelectBoxItContainer span,
#wps_activity_recipientsSelectBoxItContainer .selectboxit-options a,
#activity_whoto_selectSelectBoxItContainer span,
#activity_whoto_selectSelectBoxItContainer .selectboxit-options a{
	height: 24px;
	line-height: 24px;
}
.content #wps_activity_post,
.content .wps_activity_post_comment {
	height: 60px;
}
.content #wps_directory_extended_advanced_show_prompt, 
.content #wps_directory_extended_advanced_hide_prompt {
  font-size: 1em;
	text-decoration: underline;
	margin-bottom: 5px;
}
.content #wps_mail_to_user_post_div,
.content .wps_directory_item_friends_status {
	position: relative;
	float: left;
	margin-right: 10px;
}
.content .wps_friends_add_button {
	clear: none;
}

.content .wps-tab-links li {
  padding-left: 0px;
}
.content .wps-tab-links a {
  padding: 6px 12px;
  font-size: 13px;

}
.content .wps-tab-links li a, 
.content .wps-tab-links li a:visited {
  background-color: #de9c14;
}
.content #wps_mail_post_div{
	clear: none;
}
.content #wps_mail_search_div{
	float: right;
}


.extended .center{
	max-width: 1213px;
}
.sb-marketplace{
	width: 184px;
	float: right;
	margin-left: 28px;
}
.sb-marketplace .ttl{
	padding: 21px 10px 11px;
}
.sb-marketplace .ttl h2{
	padding-bottom: 12px;
	font-size: 45px;
	line-height: 36px;
}
.sb-marketplace .ttl h2 span{
	display: block;
}
.sb-marketplace .ttl p{
	font-size: 11px;
	line-height: 11px;
	letter-spacing: 1.55px;
}
.sb-marketplace .box{
	padding: 16px 12px 0;
	margin-bottom: 40px;
}
.sb-marketplace .box-in{
	width: 100%;
}
.sb-marketplace input[type="text"]{
	width: 100%;
	height: 42px;
	margin-bottom: 12px;
	padding: 10px 12px;
	float: none;
	font-size: 12px;
}
.sb-marketplace .selectboxit-container{
	width: 100%;
	margin: 0 0 12px;
	float: none;
}
.sb-marketplace .selectboxit-container .selectboxit{
	height: 42px;
	padding: 0 12px;
}
.sb-marketplace .selectboxit-container span,
.sb-marketplace .selectboxit-container .selectboxit-options a{
	height: 40px;
	font-size: 12px;
	line-height: 40px;
}
.sb-marketplace .bot-lnk a {
	width: 126px;
	padding: 9px 0 5px;
	line-height: 15px;
}
.sb-marketplace input[type="submit"]{
	width: 44px;
	height: 38px;
	margin-bottom: 18px;
	background: #6c6c6c url(../img/sprite2.png) no-repeat 11px -40px;
}
.sb-marketplace input[type="submit"]:hover{
	background-color: #000;
}
.sb-marketplace ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
.sb-marketplace .market-list li{
	width: 100%;
	padding-bottom: 14px;
	float: none;
}
.sb-marketplace .market-list li a{
	font-weight: normal;
}

.ui-tabs,
.ui-tabs .ui-tabs-nav{
	padding: 0;
	/*font-family: Arial, Verdana, Trebuchet, sans-serif;*/
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	background: none;
	border: none;
	border-radius: 0;
}
.ui-tabs .ui-tabs-nav li{
	width: 90px;
	margin: 0;
	border-radius: 0;
	font-weight: normal;
	/*font-family: 'OpenSansSemiBold', Arial, Verdana, Trebuchet, sans-serif;*/
	font-family: 'OpenSansSemiBold', "Helvetica Neue",Helvetica,Arial,sans-serif;
	text-align: center;
	border: 1px solid #8b8b8b;
	border-right: none;
	background: #fff;
}
.ui-tabs .ui-tabs-nav li+li{
	border: 1px solid #8b8b8b;
	border-left: none;
}
.ui-tabs .ui-tabs-nav li a{
	display: block;
	width: 100%;
	padding: 0;
	color: #8b8b8b;
	font-size: 13px;
	line-height: 30px;
	text-transform: uppercase;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor{
	padding: 0;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active{
	margin: 0;
	padding: 0;
	background: #8b8b8b;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active a{
	color: #fff;
}
.ui-tabs .ui-tabs-panel{
	padding: 24px 6px;
}


.content .ads-block{
	padding: 16px 0 72px;
	background: none;
}
.content .ads-block .ads-in span{
	color: #545454;
}

.cols-block{
	width: 100%;
	overflow: hidden;
	margin-bottom: 38px;
}
.color3{
	width: 47%;
	padding: 14px 0 20px;
	float: left;
	border-top: 13px solid #5e21b9;
}
.color3 h2,
.color4 h2{
	padding-bottom: 16px;
}
.color3 .posts-block,
.color4 .posts-block{
	padding-bottom: 0;
}
.color3 .posts-block .item,
.color4 .posts-block .item{
	padding: 14px 0 17px;
	border: none;
}
.color3 .posts-block .img-wrap,
.color4 .posts-block .img-wrap{
	margin-right: 13px;
}
.home .color3 h3,
.home .color4 h3{
	padding-top: 16px;
}
.color3 h2,
.color3 h2 a,
.color4 h2,
.color4 h2 a{
	font-size: 18px;
	line-height: 19px;
}
.color3 h2,
.color3 h2 a,
.color3 h3,
.color3 h3 a,
.home .color3 .link{
	color: #5e21b9;
}
.color4{
	width: 47%;
	padding: 14px 0 20px;
	float: right;
	border-top: 13px solid #e15f00;
}
.color4 h2,
.color4 h2 a,
.color4 h3,
.color4 h3 a,
.home .color4 .link{
	color: #e15f00;
}

.home .video{
	padding: 8px 0 20px;
	border-top: 13px solid #900028;
}
.home .video h2,
.home .video h2 a{
	color: #900028;
}
.home .video .all-link{
	margin: 8px 48px 0 0;
	float: right;
	color: #333;
	line-height: 24px;
	text-decoration: none;
}
.home .video .all-link:hover{
	text-decoration: underline;
}

#player_wrapper {
	clear: both;
}
.tvtimeblock {
	border-top: 13px solid #000;
	padding: 14px 0 20px;
}
.tvtimeblock p {
	padding-left: 30px;
	margin-bottom: 0px !important;
}

.tvtimeblock1 {
	border-top-color: #5e21b9;
}
.tvtimeblock1 h4 {
	color: #5e21b9;
}
.tvtimeblock2 {
	border-top-color: #5e21b9;
}
.tvtimeblock2 h4 {
	color: #5e21b9;
}
.tvtimeblock3 {
	border-top-color: #e15f00;
}
.tvtimeblock3 h4 {
	color: #e15f00;
}
.tvtimeblock4 {
	border-top-color: #e15f00;
}
.tvtimeblock4 h4 {
	color: #e15f00;
}
.tvtimeblock5 {
	border-top-color: #61a60e;
}
.tvtimeblock5 h4 {
	color: #61a60e;
}
.tvtimeblock6 {
	border-top-color: #61a60e;
}
.tvtimeblock6 h4 {
	color: #61a60e;
}
.tvtimeblock7 {
	border-top-color: #056839;
}
.tvtimeblock7 h4 {
	color: #056839;
}
.tvtimeblock8 {
	border-top-color: #056839;
}
.tvtimeblock8 h4 {
	color: #056839;
}
.tvtimeblock9 {
	border-top-color: #237bde;
}
.tvtimeblock9 h4 {
	color: #237bde;
}
.tvtimeblock10 {
	border-top-color: #237bde;
}
.tvtimeblock10 h4 {
	color: #237bde;
}
.tvtimeblock11 {
	border-top-color: #900028;
}
.tvtimeblock11 h4 {
	color: #900028;
}
.tvtimeblock12 {
	border-top-color: #900028;
}
.tvtimeblock12 h4 {
	color: #900028;
}

/*----------jcarousel----------*/
.jcarousel-wrapper{
	border: none;
	border-radius: 0;
	box-shadow: none;
	margin: 18px -15px;
}
.jcarousel li{
	border: none;
	padding: 0 15px;
}
.jcarousel li a{
	display: block;
	position: relative;
	margin-bottom: 12px;
}
.jcarousel li .play{
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 68px;
	height: 68px;
	margin: -34px 0 0 -34px;
	text-align: center;
	color: transparent;
	background: url(../img/sprite.png) no-repeat 0 -240px;
}
.jcarousel li img{
	width: 100%;
	height: auto;
}
.jcarousel li:hover .play{
	background-position: -75px -240px;
}

.jcarousel-control-prev, .jcarousel-control-next{
	top: -54px;
	width: 12px;
	height: 23px;
	margin: 0;
	color: transparent;
	background: transparent url(../img/sprite.png) no-repeat -28px -356px;
	border-radius: 0;
	box-shadow: none;
	text-shadow: none;
}
.jcarousel-control-prev{
	left: auto;
	right: 36px;
}
.jcarousel-control-next{
	background-position: -43px -356px;
}
.jcarousel-control-prev:hover{
	background-position: -62px -356px;
}
.jcarousel-control-next:hover{
	background-position: -77px -356px;
}
/*-------------------------LeftSidebar-------------------------*/
.left-sidebar-wrap{
	width: 184px;
	float: left;
	margin-right: 2.8%;
}
.left-sidebar{
	width: 184px;
}
.left-sidebar.fixed{
	position: fixed;
	z-index: 10;
}

.subscribe-block{
	overflow: hidden;
}
.subscribe-block .ttl{
	margin: 0;
	color: #056839;
	font-size: 18px;
	line-height: 18px;
	text-transform: uppercase;
	/*font-family: 'OpenSansBold', Arial, Verdana, Trebuchet, sans-serif;*/
	font-family: 'OpenSansBold', "Helvetica Neue",Helvetica,Arial,sans-serif;
}
.subscribe-block input[type="text"]{
	width: 138px;
	height: 39px;
	float: left;
	border-color: #056839;
	border-width: 1px 0 1px 1px;
}

.subscribe-block [type="submit"]{
	display: block;
	float: left;
	width: 46px;
	height: 39px;
	min-width: 46px;
	padding: 0;
	color: transparent;
	text-align: center;
	cursor: pointer;
	background: url(../img/sprite.png) no-repeat -150px -240px;
}

.widget-wrap{
	margin-top: 24px;
}
.widget-wrap iframe{
	width: 100%;
}
/*-------------------------Menu-------------------------*/
.menu{
	margin-bottom: 29px;
}
.menu li{
	position: relative;
	padding-bottom: 6px;
}
.menu li a{
	display: block;
	color: #262626;
	font-size: 13px;
	line-height: 34px;
	/*font-family: 'OpenSansSemiBold', Arial, Verdana, Trebuchet, sans-serif;*/
	font-family: 'OpenSansSemiBold', "Helvetica Neue",Helvetica,Arial,sans-serif;
	text-decoration: none;
	text-transform: uppercase;
}
.menu li.active a{
	color: #056839;
}
.menu li:hover a{
	color: #fff;
	background: #6a6a6a;
}
.menu li i{
	float: left;
	width: 24px;
	height: 24px;
	margin: 3px 13px 0 6px;
	background: url(../img/sprite.png) no-repeat;
}
.menu ul li i{
	display: none;
}
.menu li.menu-home i{
	background-position: 0 -130px;
}
.menu li.menu-about i{
	background-position: -25px -130px;
}
.menu li.menu-arab-americans i{
	background-position: -50px -130px;
}
.menu li.menu-events i{
	background-position: -75px -130px;
}
.menu li.menu-news i{
	background-position: -100px -130px;
}
.menu li.menu-marketplace i{
	background-position: -125px -130px;
}
.menu li.menu-videos i{
	background-position: -150px -130px;
}
.menu li.menu-resources i{
	background-position: -175px -130px;
}
.menu li.menu-scholarships i{
	background-position: -200px -130px;
}
.menu li.menu-academy i{
	background-position: -225px -130px;
}
.menu li.menu-ambassador i{
	background-position: -275px -130px;
}
.menu li.menu-blog i{
	background-position: -250px -130px;
}
.menu li.menu-foundation i{
	background-position: -225px -130px;
}
.menu li.menu-home.active i{
	background-position: 0 -155px;
}
.menu li.menu-about.active i{
	background-position: -25px -155px;
}
.menu li.menu-arab-americans.active i{
	background-position: -50px -155px;
}
.menu li.menu-events.active i{
	background-position: -75px -155px;
}
.menu li.menu-news.active i{
	background-position: -100px -155px;
}
.menu li.menu-marketplace.active i{
	background-position: -125px -155px;
}
.menu li.menu-videos.active i{
	background-position: -150px -155px;
}
.menu li.menu-resources.active i{
	background-position: -175px -155px;
}
.menu li.menu-scholarships.active i{
	background-position: -200px -155px;
}
.menu li.menu-academy.active i{
	background-position: -225px -155px;
}
.menu li.menu-ambassador.active i{
	background-position: -275px -155px;
}
.menu li.menu-blog.active i{
	background-position: -250px -155px;
}
.menu li.menu-foundation.active i{
	background-position: -225px -155px;
}
.menu li.menu-home:hover a i{
	background-position: 0 -180px;
}
.menu li.menu-about:hover a i{
	background-position: -25px -180px;
}
.menu li.menu-arab-americans:hover a i{
	background-position: -50px -180px;
}
.menu li.menu-events:hover a i{
	background-position: -75px -180px;
}
.menu li.menu-news:hover a i{
	background-position: -100px -180px;
}
.menu li.menu-marketplace:hover a i{
	background-position: -125px -180px;
}
.menu li.menu-videos:hover a i{
	background-position: -150px -180px;
}
.menu li.menu-resources:hover a i{
	background-position: -175px -180px;
}
.menu li.menu-scholarships:hover a i{
	background-position: -200px -180px;
}
.menu li.menu-academy:hover a i{
	background-position: -225px -180px;
}
.menu li.menu-ambassador:hover a i{
	background-position: -275px -180px;
}
.menu li.menu-blog:hover a i{
	background-position: -250px -180px;
}
.menu li.menu-foundation:hover a i{
	background-position: -225px -180px;
}
.sub-menu{
	display: none;
	position: absolute;
	top: 0;
	left: 158px;
	z-index: 5;
	min-width: 154px;
	padding: 11px 8px 8px;
	background: #6a6a6a;
}
.sub-menu li{
	margin: 0 0 1px;
}
.sub-menu li a{
	padding: 0 18px;
	color: #fff;
	font-weight: bold;
	font-size: 13px;
	line-height: 29px;
	/*font-family: Arial, Verdana, Trebuchet, sans-serif;*/
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	text-transform: none;
}
.sub-menu li a:hover{
	color: #fff;
	background: #868686;
}
.menu li:hover .sub-menu{
	display: block;
}

/*-------------------------RightSidebar-------------------------*/
.sidebar-wrap{
	width: 184px;
	float: right;
	margin-left: 2.8%;
}
.sidebar{
	width: 184px;
}
.sidebar.fixed{
	position: fixed;
	bottom: 0;
	z-index: 10;
}
.sidebar .subscribe-block{
	display: none;
	margin-bottom: 30px;
}
.widget-block,
.sidebar .wp-polls{
	margin-bottom: 40px;
	background: #fff;
	border-bottom: 1px solid #056839;
}
.widget-block .ttl-box,
.os-widget-header,
.sidebar .wp-polls .poll-title {
	padding: 10px 10px 10px !important;
	color: #fff !important;
	font-size: 15px !important;
	line-height: 20px !important;
	/*font-family: 'OpenSansSemiBold', Arial, Verdana, Trebuchet, sans-serif;*/
	font-family: 'OpenSansSemiBold', "Helvetica Neue",Helvetica,Arial,sans-serif !important;
	background: #056839 !important;
}
.widget-block .ttl-box p,
.os-widget-header,
.sidebar .wp-polls .poll-title p{
	margin: 0 !important;
}
.widget-block .ttl-box span,
.os-widget-header,
.sidebar .wp-polls .poll-title span{
	font-size: 30px !important;
	line-height: 30px !important;
	/*font-family: 'OpenSansBold', Arial, Verdana, Trebuchet, sans-serif;*/
	font-family: 'OpenSansBold', "Helvetica Neue",Helvetica,Arial,sans-serif !important;
}
.widget-block .ttl-box span.smaller{
	font-size: 20px !important;
	line-height: 20px !important;
}
.widget-block.ad-widget {
	width:160px; 
	margin-left: auto; 
	margin-right:auto; 
	border-bottom:none;
}
.widget-block.ad-widget .mobile {
	display:none;
}

@media only screen and (max-width: 540px) {
.widget-block.ad-widget {
	width:auto;
	max-width:300px; 
}
.widget-block.ad-widget .desktop {
	display:none;
}
.widget-block.ad-widget .mobile {
	display:block;
}
}

.wp-polls .poll-title{
	display: none;
}
.wp-polls .Buttons {
    border: 1px solid #c8c8c8;
    background-color: #056839;
}
.wp-polls ul.wp-polls-ul {
    list-style-image: none;
	 margin-left: 0;
	 padding-left: 0;
}

.os-widget-header,
.sidebar .wp-polls .poll-title{
	text-align: center;
	display: block;
}
.widget-content {
	padding: 16px 20px 16px;
}
.sidebar .wp-polls .poll-content{
	padding: 16px 0px 16px;
}
.sidebar .wp-polls .poll-content &gt; p{
	padding: 0px 20px 0px;
}
.sidebar .wp-polls-ans {
	margin-left: 5%;
   width: 90%;
}
.words-widget .ttl-box,
.arabit-widget .ttl-box,
.nefsie-widget .ttl-box {
	text-align: center;
}
.words-widget p{
	margin: 0;
}
.words-widget a{
	text-decoration: none;
	text-transform: uppercase;
}
.words-widget a:hover{
	text-decoration: underline;
}
.lang-box{
	padding-bottom: 16px;
}
.widget-block .lang{
	font-weight: bold;
}
.widget-block .img-wrap{
	width: 100%;
	/*max-height: 166px;*/
	overflow: hidden;
}
.widget-block img{
	width: 100%;
	height: auto;
	vertical-align: top;
}
.business-widget{
	margin-bottom: 32px;
}
.business-widget a,
.recipe-widget a{
	display: block;
	color: #3e3e3e;
	text-decoration: none;
}
.business-widget span,
.recipe-widget span{
	display: block;
}
.business-widget .ttl-box,
.recipe-widget .ttl-box{
	padding: 10px 10px 10px 20px;
}
.business-widget .widget-content,
.recipe-widget .widget-content{
	padding: 23px 20px;
}
.business-widget .widget-content:hover,
.recipe-widget .widget-content:hover{
	color: #056839;
	text-decoration: underline;
}
/*.arabit-widget{
	margin-bottom: 20px;
}*/
.arabit-widget .ttl-box{
	padding: 12px 20px;
}
.arabit-widget .ttl span{
	/*font-family: 'OpenSansExtraBold', Arial, Verdana, Trebuchet, sans-serif;*/
	font-family: 'OpenSansExtraBold', "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.nefsie-widget .ttl-box{
	padding: 12px 20px;
}
.nefsie-widget .ttl span{
	/*font-family: 'OpenSansExtraBold', Arial, Verdana, Trebuchet, sans-serif;*/
	font-family: 'OpenSansExtraBold', "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.radio-widget{
	padding: 0;
	background: none;
	border: none;
	background-color: #FFF;
}
.radio-widget img{
	width: auto;
	max-width: 100%;
}
.radio-widget .widget-content{
	padding: 0;
	background-color: #056839;
}

.extra-link{
	margin-bottom: 14px;
	text-align: center;
}
.extra-link li a{
	font-size: 12px;
	line-height: 28px;
	text-decoration: none;
	text-transform: uppercase;
}
.extra-link a:hover{
	text-decoration: underline;
}

.gotop{
	display: block;
	width: 41px;
	height: 41px;
	margin: 0 auto;
	color: transparent;
	background: url(../img/sprite.png) no-repeat 0 -312px;
}


/*-------------------------Single-------------------------*/
.single .print {
	font-size: 18px;
	line-height: 30px;
	font-family: Georgia,Times New Roman,serif;
	
}
.single .print h3, .single .print h3 a{
	font-size: 19px;
	line-height: 21px;
}
.single .print h4, .single .print h4 a{
	font-size: 18px;
	line-height: 21px;
}


.content-in{
	padding: 12px 0;
	border-top: 13px solid #de9c14;
}
.share-box{
	padding: 7px 9px;
	margin-left: 10px;
	float: right;
	background: #e0e0e0;
}
.share-box .share,
.social-block .share{
	float: left;
	width: 74px;
	height: 35px;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	line-height: 35px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	background: #262626;
}
.total{
	position: relative;
	float: left;
	height: 35px;
	padding: 0 15px;
	margin-left: 12px;
	font-weight: bold;
	color: #505050;
	font-size: 16px;
	line-height: 35px;
	background: #fff;
}
.total:before {
	right: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 255, 255, 0);
	border-right-color: #ffffff;
	border-width: 8px;
	margin-top: -8px;
}
.single .img-wrap,
.wp-caption{
	/*float: right;
	margin: 0 0 20px 24px;*/
	margin-bottom: 20px;
}

.addbutler {
	margin-bottom: 18px;
}

.content-in p{
	margin-bottom: 18px;
}
.content-in a:hover{
	color: #000;
}
.content-in ul{
	margin: 0 0 18px 0px;
	padding: 0 0 0 26px;
	list-style-image: url(../img/list-img.png);
}
.content-in ul li{
	padding-left: 10px;
	color: #3e3e3e;
	/*font-size: 16px;
	line-height: 21px;*/
}
.content-in ol{
	margin: 0 0 18px 0px;
	padding: 0 0 0 26px;
}
.content-in ol li{
	padding-left: 10px;
	color: #3e3e3e;
	/*font-size: 16px;
	line-height: 21px;*/
}
.content-in blockquote{
	margin: 30px 0 32px 10px;
	padding: 6px 0 4px 13px;
	/*font-weight: bold;*/
	border-left: 13px solid #056839;
}
.social-block{
	padding: 44px 0 24px;
	height: 35px;
}
.social-block .share-box{
	float: left;
	padding: 0;
	margin: 0;
	background: none;
}
.social-block&gt;span{
	display: block;
	float: left;
	width: 41px;
	height: 35px;
	margin-right: 1px;
	color: transparent;
	cursor: pointer;
	background: url(../img/sprite2.png) no-repeat;
}
.social-block .st_twitter_custom{
	background-position: 0 0;
}
.social-block .st_facebook_custom{
	background-position: -42px 0;
}
.social-block .st_googleplus_custom{
	background-position: -84px 0;
}
.social-block .print{
	background-position: -126px 0;
}
.social-block .st_email_custom{
	background-position: -168px 0;
}
.social-block .st_sharethis_custom{
	background-position: -210px 0;
}


.content-in .posts-block{
	padding-bottom: 5px;
}
.content-in .posts-block .item{
	padding: 26px 16px;
}
.content-in .posts-block .item.inline-ad{
	padding-bottom: 6px;
}
.content-in .posts-block .item:first-child{
	padding: 26px 16px;
}
.content-in .posts-block .item:last-child{
	border: none;
}
.posts-block h2, 
.posts-block h2,
.posts-block h3, 
.posts-block h3 a{
	padding: 0;
	color: #056839;
	font-size: 20px;
	line-height: 21px;
}
.results-num{
	padding-top: 9px;
	color: #262626;
	font-weight: bold;
	font-size: 20px;
	line-height: 20px;
	text-indent: 16px;
}
.pagination{
	height: 34px;
	padding: 25px 0 36px;
}
/*
.pagination a,
.wpbdp-pagination a {
	display: block;
	width: 88px;
	height: 34px;
	float: left;
	color: #fff;
	font-size: 13px;
	line-height: 34px;
	/ *font-family: 'OpenSansSemiBold', Arial, Verdana, Trebuchet, sans-serif;* /
	font-family: 'OpenSansSemiBold', "Helvetica Neue",Helvetica,Arial,sans-serif;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	background: #a5a5a5;
}
.pagination a:hover,
.wpbdp-pagination a:hover{
	color: #fff;
	background: #000;
}
.pagination .nextpostslink,
.wpbdp-pagination .nextpostslink {
	float: right;
}
*/
/*
.paginationx .wp-pagenavi,
.wpbdp-pagination .wp-pagenavi {
	clear: both;
}

.paginationx .wp-pagenavi a, .paginationx .wp-pagenavi span,
.wpbdp-pagination .wp-pagenavi a, .wpbdp-pagination .wp-pagenavi span {
	padding-right: 3px;
}

.paginationx .wp-pagenavi a:hover, .paginationx .wp-pagenavi span.current,
.wpbdp-pagination .wp-pagenavi a:hover, .wpbdp-pagination .wp-pagenavi span.current {
}

.paginationx .wp-pagenavi span.current,
.wpbdp-pagination .wp-pagenavi span.current {
	font-weight: bold;
}
*/
.wp-pagenavi {
	clear: both;
}

.wp-pagenavi a, .wp-pagenavi span {
	text-decoration: none;
	border: 1px solid #056839;
	background: #fff;
	padding: 3px 5px;
	margin: 2px;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
	/*border-color: #000;*/
	background: #056839;
	color: #FFF;
}

.wp-pagenavi span.current {
	font-weight: bold;
}
.wp-pagenavi span.current {
	font-weight: bold;
}
.wp-pagenavi span.extend {
	border: 1px solid #f7f7f7;
	background: #f7f7f7;
	padding-left: 0px;
	padding-right: 0px;
}

.em-pagination {
	padding-left: 16px;
}
.em-pagination a, .em-pagination span {
 	display:block;
   float:left;
	text-decoration: none;
	border: 1px solid #056839;
	background: #fff;
	padding: 3px 5px;
	margin: 2px;
}

.em-pagination a:hover, .em-pagination .page-numbers.current {
	background: #056839;
	color: #FFF;
}


.author{
	font-weight: bold;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 19px;
	/*font-family: Arial, Verdana, Trebuchet, sans-serif;*/
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.related-block h2,
.related-block h2 a{
	color: #262626;
	font-size: 18px;
	line-height: 30px;
	text-transform: uppercase;
	/*font-family: 'OpenSansBold', Arial, Verdana, Trebuchet, sans-serif;*/
	font-family: 'OpenSansBold', "Helvetica Neue",Helvetica,Arial,sans-serif;
	text-decoration: none;
}
.related-block h2{
	padding: 9px 0 6px 11px;
	margin-bottom: 20px;
	border-left: 12px solid #de9c14;
}
.related-block .posts-block{
	overflow: hidden;
}
.related-block .posts-block .item,
.related-block .posts-block .item:first-child{
	width: 47%;
	height: 86px;
	float: left;
	padding: 15px 0;
	border: none;
}
.related-block .posts-block .item:nth-child(even){
	padding-left: 6%;
}
.related-block .posts-block h3, 
.related-block .posts-block h3 a{
	font-weight: bold;
	font-size: 13px;
	line-height: 18px;
}
.related-block .posts-block h3{
	margin-top: 16px;
	padding-bottom: 0px;
}



.video-top{
	min-height: 48px;
	padding-bottom: 22px;
}
.video-top .results-num{
	float: left;
	padding-top: 18px;
}
.video-filter{
	width: 282px;
	float: right;
}
.video-filter .selectboxit-container{
	float: left;
}
.video-filter .selectboxit-container .selectboxit{
	width: 210px !important
}
.video-filter input[type="submit"]{
	float: right;
}


.video{
	width: 100%;
	overflow: hidden;
	/*padding: 0 9px 0 13px;*/
	padding: 0 9px 0 0;
}
.video .item{
	display: block;
	width: 31.5%;
	margin: 0 2.75% 2.75% 0;
	float: left;
	overflow: hidden;
	position: relative;
	color: #fff;
	font-size: 11px;
	line-height: 15px;
	text-transform: uppercase;
}
.video .item:nth-child(3n+3){
	margin-right: 0;
}
.video .item:nth-child(3n+1){
	clear: both;
}
.video .item:hover{
	color: #fff;
}
.video .item img{
	width: 100%;
	height: auto;
	vertical-align: top;
}
.video .overlay{
	position: absolute;
	width: 100%;
	height: 100%;
	bottom: -64%;
	padding: 10.2% 10.2% 24px;
	background: rgba(0, 0, 0, 0.7);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: bottom 2s ease;
    -moz-transition: bottom 2s ease;
    -o-transition: bottom 2s ease;
    transition: bottom 2s ease;
	 left: 0;
}
.video a:hover .overlay{
	bottom: 0;
}
.video .overlay span{
	display: block;
}


.video .ttl{
	font-weight: bold;
	text-transform: none;
	max-height: 45px; /* 3 lines */
	overflow: hidden;
   text-overflow:ellipsis;
}

.video .date{
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 10.2% 10.2% 12px;
}

.caption{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: auto;
	max-height: 100%;
	padding: 10.2% 10.2% 14.5%;
	font-weight: bold;
	text-transform: none;
	background: rgba(0, 0, 0, 0.7);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}



.video-wrap {
	position: relative;
	padding-bottom: 56.25%;
	/*padding-top: 30px;*/
	margin-bottom: 20px;
	height: 0;
	overflow: hidden;
}
.video-wrap iframe,
.video-wrap object,
.video-wrap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/*-------------------------MarketPlace-------------------------*/
.wpbdp-listing-single .main-image{
	margin: 0 22px 10px 0;
	padding: 0;
	float: left;
}
.wpbdp-listing-single .main-image img{
	border-color: #8e8e8e;
}
.wpbdp-listing-single .listing-title{
	padding: 0;
	background: none;
	border: none;
}

.wpbdp-listing .listing-title a, .wpbdp-listing .listing-title h2 {
    line-height: 25px;
}


.wpbdp-main-links-small .button {
    padding-top: 0px;
    padding-bottom: 0px;
}

.wpbdp-map{
	border: none !important;
	height: 348px !important;
	width: 100% !important;
}
.wpbdp-listing .contact-form{
	padding-left: 0;
	border: none;
}
.wpbdp-listing .contact-form h3{
	margin: 0;
}

/*------*/
.listing-actions input.delete-listing{
	color: #fff;
}
.wpbdp-bar,
.wpbdp-main-links{
	padding: 0;
}
.wpbdp-listing .listing-details .wpbdp-field-marketplacename{
	font-size: 20px;
	line-height: 22px;
}
.wpbdp-search-form{
	margin: 0 !important;
	overflow: hidden;
	width: 100%;
}
form#wpbdmsearchform{
	text-align: left;
}
.wpbdp-bar .wpbdp-main-links button,
.wpbdp-bar .wpbdp-main-links input[type="button"],
.wpbdp-bar .wpbdp-main-links input[type="reset"],
.wpbdp-bar .wpbdp-main-links input[type="submit"]{
	margin: 0 10px 10px 0;
}
.wpbdp-listing-excerpt .listing-thumbnail {
	float: left;
	margin: 0 10px 10px 0;
}
.listing-actions .view-listing{
	margin-right: 7px;
}

#recaptcha_widget_div .recaptcha_theme_red #recaptcha_response_field{
	height: auto;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
/*---AdvancedSearch---*/
#wpbdp-search-form{
	padding: 0;
}
.wpbdp-search-filter .label label{
	display: inline-block;
	padding-top: 12px;
	line-height: 14px;
}
.wpbdp-search-filter .selectboxit-container{
	width: 90%;
}
.wpbdp-search-filter .selectboxit-container .selectboxit{
	width: 100% !important;
}

.wpbdp-search-filter .field.inner .zipcode-search-zip{
	margin-bottom: 10px;
}


/*---SubmitEvent---*/
#em-location-data table.em-location-data{
	width: 100%;
}
#em-location-data table.em-location-data th{
	padding-top: 14px;
	width: 30%;
	line-height: 14px;
	text-align: left;
}
#em-location-data table.em-location-data td{
	width: 70%;
	padding-bottom: 10px;
}
#em-location-data table.em-location-data td input[type="text"],
#em-location-data table.em-location-data td .selectboxit-container{
	width: 80%;
}
#em-location-data table.em-location-data td .selectboxit-container .selectboxit{
	width: 100% !important;
}
#em-location-data .em-location-map-404 p{
	text-align: left;
}
#recurrence-interval{
	height: 40px;
	padding: 10px 14px;
	color: #3e3e3e;
	font-size: 13px;
	line-height: 18px;
	background: #fff;
	border: 1px solid #707070;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/*-------------------------events-------------------------*/
div.css-search input{
	height: 40px;
	padding: 10px 14px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
div.css-search span.selectboxit-container .selectboxit{
	width: 200px !important;
}
div.css-search span.selectboxit-arrow-container{
	width: 32px;
	height: 38px;
	line-height: 38px;
	bottom: 0;
}
div.css-search .selectboxit-list{
	max-height: 200px !important
}
.ui-datepicker .ui-datepicker-title select{
	color: #363636;
}
/*-------------------------Footer-------------------------*/
footer{
	display: none;
	position: relative;
}
.footer-top{
	padding: 13px 14px 12px;
	color: #fff;
	font-size: 12px;
	line-height: 28px;
	background: #056839;
}
.footer-top p{
	margin: 0 14px;
}
.footer-bot{
	padding: 8px 12px;
}
footer .gotop{
	position: absolute;
	top: 9px;
	right: 32px;
	background-position: -46px -312px;
}

#mobilepopup .mask {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9000;
    background-color: #000;
    display: none
}

#mobilepopup .window {
    position: absolute;
    display: none;
    z-index: 9999
}

#mobilepopup .dialog {
    width: 90%;
    background-color: #fff;
    overflow: auto;
    color: #000;
    font-family: Arial;
    font-size: 28px;
    line-height: 30px;
    text-align: center;
    position: absolute;
}

#mobilepopup .dialog .centered {
    position: relative;
    top: 50%;
    width: 100%;
    transform: translateY(-50%)
}

#mobilepopup .dialog .centered p {
    margin-left: 10px;
    margin-right: 10px;
    position: relative;
}

#mobilepopup .dialog .centered .android,
#mobilepopup .dialog .centered .ios {
    margin: 10px;
    display: none;
    position: relative;
}

#mobilepopup .dialog .centered a:link {
    color: #00f;
    text-decoration: underline
}

#mobilepopup .dialog .centered a:hover,
#mobilepopup .dialog .centered a:visited {
    color: #000
}

#mobilepopup .dialog #closeimg {
    position: absolute;
    right: 5px;
    top: 5px
}

/*-------------------------Media Queries-------------------------*/

@media only screen and (max-width: 1200px){
	.extended .center{
		max-width: 1000px;
	}
	.sb-marketplace{
		display: none;
	}
}
@media only screen and (max-width: 1028px){
	.center{
		padding: 0 14px;
	}
	.search-block{
		width: 480px;
	}

	#ads-close{
		right: 10px;
	}

	.video-top .results-num{
		float: none;
	}
	.video-filter{
		float: none;
		min-height: 48px;
		margin-left: 16px;
	}
}
@media only screen and (max-width: 1024px){
	div.css-search input.hasDatepicker{
		width: 160px;
	}
}
@media only screen and (max-width: 980px){
	.search-block {
		width: 264px;
	}

	.marketplace .ttl h2{
		font-size: 50px;
	}
	.marketplace .ttl p{
		letter-spacing: 0;
	}
	.marketplace ul{
		padding: 0 0 28px 18px;
	}
	.marketplace .bot-lnk{
		background: #6c6c6c;
	}

	.related-block .posts-block .item,
	.related-block .posts-block .item:first-child{
		width: 100%;
		float: none;
	}
	.related-block .posts-block .item:nth-child(even){
		padding-left: 0;
	}


	.video .item{
		display: block;
		width: 45%;
		margin: 0 5% 5% 0;
	}
	.video .item:nth-child(3n+3){
		margin-right: 5%;
	}
	.video .item:nth-child(even){
		margin-right: 0;
	}


	div.css-search div.em-search-advanced label{
		float: none;
	}
}

@media only screen and (max-width: 940px){
	#ads-close{
		top: -30px;
		right: 14px;
	}
	.flex-featured{
		width: 100%;
	}
	.featured .flexslider{
		margin-bottom: 35px;
	}
	.featured .item1{
		/*width: 100%;
		margin-bottom: 10px;*/
	}
	.featured .item2,
	.featured .item3{
		width: 49%;
		margin: 0;
	}
	.featured .item2{
		float: left;
	}

	.marketplace .box-in{
		width: 100%;
		float: left;
		margin: 0 0 10px;
	}
	.marketplace input[type="submit"]{
		float: none;
	}
	.marketplace ul{
		width: auto;
		margin-top: 10px;
	}
	.marketplace ul li{
		width: 100%;
	}


	#event-form .em-date-range input[type="text"]{
		width: 100px;
	}
	
  	.aa_donate_label {
    	width: 100%;
    	float: none;
    	display:block;
  	}

  	.aa_donate_value,
  	.aa_donate_value_nomax {
      width: 100%;
      margin-left: 0;
      padding-left: 0;
  	}
}
@media only screen and (max-width: 860px){
	.marketplace input[type="text"],
	.marketplace .selectboxit-container{
		width: 90%;
		margin: 0 5% 10px;
	}
	.marketplace input[type="submit"]{
		margin-left: 5%;
	}
	.marketplace ul{
		margin-left: 5%;
	}

	div.css-search input.hasDatepicker{
		width: 200px;
	}
	div.css-search input.hasDatepicker.em-date-end{
		margin-top: 10px;
	}


}
@media only screen and (max-width: 768px){
	.header-top .center{
		padding-left: 0;
	}
	.top-lnks{
		display: none;
	}
	.menu-btn{
		display: block;
	}
	.logo{
		margin-right: 34px;
	}

	.copy{
		display: none;
	}
	.left-sidebar-wrap{
		display: none;
	}
	.sidebar.fixed{
		bottom: 97px;
	}
	.sidebar .subscribe-block{
		display: block;
	}
	.content{
		margin: 0;
		padding: 0 0 16px;
	}
	.flex-featured{
	width: 64.8%;
	}
	.featured .item1{
	/*width: 64.8%;*/
	}
	.featured .item2,
	.featured .item3{
		width: 33.8%;
		float: right;
	}
	.featured .item2{
		margin-bottom: 0.85%;
	}

	.color3 .posts-block .img-wrap,
	.color4 .posts-block .img-wrap{
		display: none;
	}


	.marketplace .ttl h2{
		font-size: 76px;
	}
	.marketplace .ttl p{
		letter-spacing: 2.7px;
	}
	.marketplace .box-in{
		width: auto;
		float: none;
		margin: 0 70px 0 0;
	}
	.marketplace input[type="text"],
	.marketplace .selectboxit-container{
		width: 48%;
		margin: 0;
	}
	.marketplace .selectboxit-container{
		margin-left: 4%;
	}
	.marketplace input[type="submit"]{
		float: right;
		margin: 0;
	}
	.marketplace ul{
		width: 100%;
		margin: 22px 0 0;
	}
	.marketplace ul li{
		width: 48%;
	}
	.marketplace .bot-lnk{
		background: none;
	}


	.sidebar .extra-link,
	.sidebar .gotop{
		display: none;
	}
	footer{
		display: block;
	}
	.extra-link{
		overflow: hidden;
		margin: 0;
	}
	.extra-link li{
		float: left;
		padding: 0 11px;
		position: relative;
	}
	.extra-link li a{
		display: inline-block;
	}
	.extra-link li+li:after{
		content: "";
		position: absolute;
		left: -2px;
		top: 7px;
		display: block;
		width: 1px;
		height: 15px;
		border-right: 1px dotted #76ac92;
	}


	
	.share-box{
		padding: 0;
		background: none;
	}
	.content-in .posts-block .item{
		border: none;
	}
	.pagination {
		padding-top: 18px;
	}

	.related-block h2{
		margin-bottom: 26px;
	}
	.related-block .posts-block h3{
		margin-top: 0;
	}
	.related-block .posts-block .item,
	.related-block .posts-block .item:first-child{
		width: 47%;
		float: left;
	}
	.related-block .posts-block .item:nth-child(even){
		padding-left: 4%;
	}
	.posts-block .item .img-wrap{
		/*display: none;*/
	}


	.video .item{
		display: block;
		width: 31.5%;
		margin: 0 2.75% 2.75% 0;
		float: left;
		overflow: hidden;
		position: relative;
		color: #fff;
		font-size: 11px;
		line-height: 15px;
		text-transform: uppercase;
	}
	.video .item:nth-child(even){
		margin-right: 2.75%;
	}
	.video .item:nth-child(3n+3){
		margin-right: 0;
	}
}
@media only screen and (max-width: 760px){
	.search-block {
		width: 194px;
	}
	.marketplace .bot-lnk{
		background: #6c6c6c;
	}
	.print {
		clear: both;
	}
	.share-box {
		margin-bottom: 10px;
	}
}
@media only screen and (max-width: 734px){

	.marketplace .ttl h2{
		font-size: 50px;
	}
	.marketplace .ttl p{
		letter-spacing: 0;
	}


	.marketplace .box-in{
		width: 100%;
		float: left;
		margin: 0 0 10px;
	}
	.marketplace input[type="submit"]{
		float: none;
		margin-left: 5%;
	}
	.marketplace input[type="text"],
	.marketplace .selectboxit-container{
		width: 90%;
		margin: 0 5% 10px;
	}
	.marketplace ul{
		width: auto;
		margin-top: 10px;
		margin: 10px 0 0 5%;
	}
	.marketplace ul li{
		width: 100%;
	}
}
@media only screen and (max-width: 685px){
	.header-bot{
		height: auto;
		overflow: hidden;
	}
	.search-block {
		width: 100%;
	}

	.video .item{
		display: block;
		width: 45%;
		margin: 0 5% 5% 0;
	}
	.video .item:nth-child(3n+3){
		margin-right: 5%;
	}
	.video .item:nth-child(even){
		margin-right: 0;
	}


	#em-location-data table.em-location-data td input[type="text"],
	#em-location-data table.em-location-data td .selectboxit-container{
		width: 100%;
	}

}
@media only screen and (max-width: 640px){
	.flex-featured{
		width: 100%;
	}
	.featured .flexslider{
		margin-bottom: 35px;
	}
	.featured .item1{
		/*width: 100%;
		margin-bottom: 10px;*/
	}
	.featured .item2,
	.featured .item3{
		width: 49%;
		margin: 0;
	}
	.featured .item2{
		float: left;
	}

	.related-block .posts-block .item,
	.related-block .posts-block .item:first-child{
		width: 100%;
		float: none;
		padding: 16px 0;
	}
	.related-block .posts-block .item:nth-child(even){
		padding-left: 0;
	}
}
@media only screen and (max-width: 600px){
	#em-location-data table.em-location-data th{
		width: 40%;
	}
	#em-location-data table.em-location-data td{
		width: 60%;
	}
}
@media only screen and (max-width: 540px){
	main .center{
		position: relative;
		/*padding-bottom: 526px;*/
		/*padding-bottom: 652px;*/
		padding-bottom: 2266px;
	}
	.sidebar-wrap{
		width: 100%;
	}
	.sidebar{
		width: 100%;
		position: absolute;
		bottom: 10px;
		left: 0;
		padding: 0 22px;
		margin: 0;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	/*.words-widget,
	.recipe-widget,
	.arabit-widget,
	.nefsie-widget,*/
	.business-widget .img-wrap{
		display: none;
	}
	.subscribe-block input[type="text"]{
		width: 228px;
	}
	.business-widget {
		margin-bottom: 37px;
	}
	.radio-widget{
		text-align: center;
	}
	.radio{
		max-width: 218px;
		margin: 0 auto;
		font-size: 33px;
		line-height: 43px;
	}
	.print {
		clear: both;
	}
	.share-box {
		margin-bottom: 10px;
	}
}
@media only screen and (max-width: 480px){
	.header-bot{
		background: none;
		border-color: transparent;
	}
	.logo{
		float: none;
		margin: 0 auto 15px;
		text-align: center;
	}
	.logo .desktop{
		display: none;
	}
	.logo .mob{
		display: inline;
	}
	.social{
		width: 170px;
		height: 33px;
		margin: 0 auto 14px;
		float: none;
	}
	.social li{
		margin: 0 1px;
	}
	.social li a{
		width: 32px;
		height: 33px;
	}
	.social li.fb a{
	background-position: 0 -50px;
	}
	.social li.twitter a{
		background-position: -34px -50px;
	}
	.social li.youtube a{
		background-position: -68px -50px;
	}
	.social li.instagram a{
		background-position: -136px -50px;
	}
	.social li.rss a{
		background-position: -102px -50px;
	}


	.nav-block .menu {
		margin-bottom: 19px;
	}
	.nav-block .social{
		width: auto;
	}
	.nav-block .social li{
		margin-right: 0;
	}


	main{
		padding-top: 5px;
	}
	.featured {
		padding-bottom: 30px;
	}
	.featured a{
		font-size: 13px;
		line-height: 14px;
	}
	.featured .item1{
		font-size: 20px;
		line-height: 22px;
	}

	.home h3{
		padding: 0;
	}
	.posts-block {
		padding-bottom: 0;
	}
	.home .events .link.right{
		display: none;
	}
	.posts-block .img-wrap{
		/*display: none;*/
	}
	.posts-block .item{
		padding: 10px 0 16px;
		border: none;
	}
	.home .events .item.big-img h3 {
		padding-top: 0;
	}
	.subscribe {
		float: left;
	}
	.content .ads-block {
		display: none;
	}
	.cols-block{
		/*display: none;*/
	}

	.jcarousel img{
		width: 100%;
		height: auto;
	}


	
	.marketplace .ttl{
		padding: 37px 0px 28px;
		font-size: 12px;
		line-height: 10px;
	}
	.marketplace .ttl p {
		letter-spacing: 1.35px;
	}
	.marketplace .ttl h2{
		font-size: 45px;
		line-height: 38px;
	}
	.marketplace .box {
		padding: 30px 8% 0;
	}
	.marketplace .box-in{
		margin: 0;
	}
	.marketplace input[type="text"],
	.marketplace .selectboxit-container {
		width: 100%;
		margin: 0 0 16px;
	}
	.marketplace .selectboxit-container{
		margin-bottom: 12px;
	}
	.form-block{
		height: 174px;
	}
	.marketplace input[type="submit"]{
		float: right;
	}
	.marketplace ul{
		display: none;
	}
	.marketplace .bot-lnk {
		margin: 32px 0 0;
	}


	.content-in .results-num{
		padding-top: 2px;
	}
	.content-in .posts-block .item:first-child,
	.content-in .posts-block .item {
		padding: 11px 16px 23px;
	}
	.content-in .posts-block .item:last-child{
		padding-bottom: 41px;
	}
	.pagination {
		padding-top: 13px;
	}

	.related-block .posts-block .item,
	.related-block .posts-block .item:first-child{
		padding: 16px 0;
	}
	.social-block .print{
		display: none;
	}

	.video-filter{
		display: none;
	}
	.video-top {
		min-height: inherit;
		padding-bottom: 0;
	}
	.video .item,
	.video .item:nth-child(even),
	.video .item:nth-child(3n+3){
		width: 172px;
		margin: 0 auto 20px;
		float: none;
	}


	footer{
		padding-bottom: 40px;
	}
	.footer-top{
		text-align: center;
	}
	.footer-bot {
		padding: 20px 12px;
	}
	.extra-link li{
		display: inline-block;
		padding: 0 14px;
		float: none;
	}
	.extra-link li+li:after{
		display: none;
	}
	footer .gotop{
		top: auto;
		right: auto;
		left: 50%;
		bottom: 10px;
		margin-left: -20px;
		background-position: 0 -312px;
	}

}
@media only screen and (max-width: 380px){
	.social-block .share-box{
		width: 100%;
		margin-top: 10px;
	}
	.video .item,
	.video .item:nth-child(even),
	.video .item:nth-child(3n+3){
		width: 173px;
		float: none;
		margin: 0 auto 19px;
	}

	#wpbdp-search-form .wpbdp-search-filter&gt;div.label,
	#wpbdp-search-form .wpbdp-search-filter&gt;div.field{
		width: 100%;
		margin: 0;
		padding: 0;
		float: none;
	}

}
@media only screen and (max-width: 320px){
	#wpbdp-search-form .wpbdp-search-filter&gt;div.field&gt;input[type="text"],
	.wpbdp-search-filter .selectboxit-container,
	#em-location-data table.em-location-data th,
	#em-location-data table.em-location-data td{
		display: block;
		width: 100%;
	}
}

div.os_widget_container {
	margin-bottom: 0px !important;
}


@media print {
.container {
    background: #FFF;
    color: #000;
}
main {
	clear: both;
}

.content {
	max-width: 100%;
}
.header-top,
.search-block,
.left-sidebar-wrap,
.sidebar-wrap,
.sb-marketplace,
.ads-block {
	display: none !important;
}
.featured a {
    color: #000;
    text-shadow: none;
}
.featured .featured-text {
    background: none;
}
}

/* Block editor fixes */
ul.blocks-gallery-grid {
    margin: 0;
    padding: 0;
}

.blocks-gallery-grid .blocks-gallery-image, .blocks-gallery-grid .blocks-gallery-item, .wp-block-gallery .blocks-gallery-image, .wp-block-gallery .blocks-gallery-item {
    padding-left: 0;
}

.wp-block-image figcaption {
    margin-top: 0;
}</pre></body></html>