/*
Theme Name: ADJA Site Theme
Theme URI: http://adja.org
Description: Custom theme for ADJA
Version: 2.0p
Author: Dining Transactions inc.
*/

@import url("webe.css");


/* > Global Elements
-------------------------------------------------------------- */
/* td, th {
    border: 2px solid #97b9ad !important;
	}*/
.video_container img {
    position: absolute;
    width: 100%;
    min-width: 100%;
    min-height: auto;
}

video.myVideo22 {
    position: absolute;
    /* max-height: 730px; */
    width: 100%;
    min-width: 100%;
    min-height: auto;
    /* top: 110px; */
}

/* .overlay{
	position: absolute;
    float: left;
    width: 640px;
    min-height: 370px;
    background-color: #9c0101;
    opacity: .4;
} */
body {
    font-size: 12px;
    font-family: 'Roboto', sans-serif !important;
    line-height: 170%;
    overflow-x: hidden;
    color: #555;
    padding-top: 0 !important; /* Remove the top padding space for the admin bar in this theme */
}

body.activity-permalink {
    min-width: 960px;
    max-width: 960px;
}

/*
.the_body{
	width: 960px;
	margin: 0 auto;}
*/
h1, h2, h3, h4, h5, h6 {
    margin: 5px 0 15px 0;
}

h1 {
    font-size: 28px;
    margin-bottom: 25px;
}

h2 {
    font-size: 24px;
    margin-bottom: 20px;
}

h3 {
    font-size: 20px;
}

h4 {
    font-size: 16px;
    margin-bottom: 15px;
}

h5 {
    font-size: 14px;
    margin-bottom: 0;
}

h6 {
    font-size: 12px;
    margin-bottom: 0;
}

a {
    color: #1fb3dd;
}

a:hover, a:active {
    color: #888;
}

a:focus {
    outline: 1px dotted #ccc;
}

.padder {
    padding: 70px 19px 19px;
}

.clear {
    clear: left;
}

p {
    margin-bottom: 15px;
}

p:last-child {
    margin-bottom: 0;
}

hr {
    background-color: #E7E7E7;
    border: 0 none;
    clear: both;
    height: 1px;
    margin: 20px 0;
}

img.avatar {
    float: left;
    border: 2px solid #eee;
}

/* > Admin Bar
-------------------------------------------------------------- */

#wp-admin-bar .padder {
    width: 100% !important; /* Line up the admin bar with the content body in this theme */
}

/* > Header
-------------------------------------------------------------- */

#header {
    position: relative;
    color: #fff;
    background: transparent !important;
    border-radius-bottomleft: 6px;
    -webkit-border-bottom-left-radius: 6px;
    border-radius-bottomright: 6px;
    -webkit-border-bottom-right-radius: 6px;
    margin-bottom: 0px;
    /* height: 115px; */
    padding-top: 40px;
}

#header #logo {
    float: left;
    height: auto;
    /* width: 460px; */
    /* background: black; */
    width: 80%;
}

#header #search-bar {
    float: right;
    text-align: right;
    /*top: 25px;
       width: 450px;*/
    width: 20%;
}

#header #search-bar #search-form {
    float: right;
    margin-top: 20px;
    width: 250px;
}


#header h1 {
    line-height: 230%;
}

#header #search-bar .padder {
    padding: 0;
}

#header #search-bar input[type=text] {
    border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px inset #888;
    padding: 2px;
    margin-right: 4px;
}

#header #search-bar input[type=submit] {
    font-size: 11px;
    padding: 1px 4px;
    margin-left: 4px;
}

#header h1 {
    position: absolute;
    bottom: 0;
    left: 20px;
    width: 44%;
    margin: 0 0 -5px 0;
}

#header h1 a {
    color: #fff;
    font-size: 26px;
    text-decoration: none;
}

/* > Navigation
-------------------------------------------------------------- */

ul#nav {
    margin: 0;
    padding: 0;
    position: absolute;
    right: 15px;
    list-style: none;
    bottom: 0;
    max-width: 65%;
}

ul#nav li {
    float: left;
    margin: 0 5px 0 0;
}

ul#nav li a {
    display: block;
    color: #fff;
    text-decoration: none;
    padding: 5px 15px;
    background: url(_inc/images/60pc_black.png);
    border-radius-topleft: 3px;
    -webkit-border-top-left-radius: 3px;
    border-radius-topright: 3px;
    -webkit-border-top-right-radius: 3px;
}

ul#nav li.selected a, ul#nav li.current_page_item a {
    background: #f5f5f5;
    color: #555;
}

ul#nav a:focus {
    outline: none;
}

/* > Container
-------------------------------------------------------------- */

div#container {
    position: relative;
    width: 100%;
    /*border-radius: 6px;
	-webkit-border-radius: 6px;
	border-right: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
	background: #fff;*/
    padding-bottom: 30px;
    overflow: hidden;
}

.t_container {
    border-radius: 6px 6px 6px 6px;
    background: none repeat scroll 0 0 #FFFFFF;
    overflow: hidden;
    padding-bottom: 30px;
    position: relative;
    width: 998px;
    margin: 0 auto;
}

div#container2 {
    position: relative;
    width: 100%;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    overflow: hidden;
}

body.activity-permalink div#container {
    background: none;
    border: none;
}

/* > Sidebar
-------------------------------------------------------------- */

div#sidebar {
    float: left;
    width: 224px;
    margin-left: -226px;
    margin-top: 1px;
    border-radius-topright: 3px;
    -webkit-border-top-right-radius: 3px;
}

div#sidebar div#sidebar-me img.avatar {
    float: left;
    margin: 0 10px 15px 0;
}

div#sidebar div#sidebar-me h4 {
    font-size: 16px;
    margin: 0 0 8px 0;
    font-weight: normal;
}


div#sidebar ul#bp-nav {
    clear: left;
    margin: 15px -16px;
}

div#sidebar ul#bp-nav li {
    padding: 10px 15px;
}

div#sidebar h3.widgettitle {
    margin: 25px -20px 10px -19px;
    background: #eaeaea;
    padding: 5px 15px;
    font-size: 12px;
    clear: left;
}

div#sidebar .widget_search {
    margin-top: 20px;
}

div#sidebar .widget_search input[type=text] {
    width: 110px;
    padding: 2px;
}

div#sidebar ul#recentcomments li, div#sidebar .widget_recent_entries ul li {
    margin-bottom: 15px;
}

div#sidebar ul.item-list img.avatar {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

div#sidebar div.item-avatar img {
    width: 40px;
    height: 40px;
    margin: 1px;
}

div#sidebar .avatar-block {
    overflow: hidden;
}

div#sidebar ul.item-list div.item-title {
    font-size: 12px;
}

div#sidebar div.item-options {
    margin: -10px -20px 0 -19px;
    background: #f8f8f8;
    padding: 5px 15px;
    font-size: 11px;
}

div#sidebar div.item-meta, div#sidebar div.itemadja_single_profile-content {
    margin-left: 38px;
    font-size: 11px;
}

div#sidebar div.tags div#tag-text {
    font-size: 1.4em;
    line-height: 140%;
    padding-top: 10px;
}

/* > Content
-------------------------------------------------------------- */

div#content {
    float: left;
    width: 100%;
    margin-top: -50px;
}

div#content .padder {
    /*margin-right: 225px;*/
}

div#content .left-menu {
    float: left;
    width: 170px;
}

div#content .main-column {
    margin-left: 190px;
}

/* > Item Headers (Profiles, Groups)
-------------------------------------------------------------- */

div#item-header {
    overflow: hidden;
}

div#item-header div#item-header-content {
    margin-left: 170px;
}

div#item-header h2 {
    font-size: 28px;
    margin: 0 0 15px 0;
    line-height: 120%;
}

div#item-header h2 a {
    text-decoration: none;
    color: #777;
}

div#item-header img.avatar {
    float: left;
    margin: 0 15px 25px 0;
}

div#item-header h2 {
    margin-bottom: 5px;
}

div#item-header span.activity, div#item-header h2 span.highlight {
    vertical-align: middle;
    font-size: 11px;
    font-weight: normal;
    line-height: 170%;
    margin-bottom: 7px;
}

div#item-header h2 span.highlight {
    font-size: 16px;
}

div#item-header h2 span.highlight span {
    position: relative;
    top: -2px;
    right: -2px;
    font-weight: bold;
    font-size: 11px;
    background: #a1dcfa;
    color: #fff;
    padding: 1px 4px;
    margin-bottom: 2px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    vertical-align: middle;
    cursor: pointer;
    display: none;
}

div#item-header div#item-meta {
    font-size: 14px;
    color: #aaa;
    padding-bottom: 10px;
    overflow: hidden;
    margin: 15px 0 5px 0;
}

div#item-header div#item-actions {
    float: right;
    width: 20%;
    margin: 0 0 15px 15px;
    text-align: right;
}

div#item-header div#item-actions h3 {
    font-size: 12px;
    margin: 0 0 5px 0;
}

div#item-header ul {
    overflow: hidden;
    margin-bottom: 15px;
}

div#item-header ul h5, div#item-header ul span, div#item-header ul hr {
    display: none;
}

div#item-header ul li {
    float: right;
}

div#item-header ul img.avatar, div#item-header ul.avatars img.avatar {
    width: 30px;
    height: 30px;
    margin: 2px;
}

div#item-header div.generic-button, div#item-header a.button {
    float: left;
    margin: 10px 10px 0 0;
}

div#item-header div#message.info {
    line-height: 80%;
}


/* > Item Lists (Activity, Friend, Group lists)
-------------------------------------------------------------- */

ul.item-list {
    width: 100%;
}

ul.item-list li {
    position: relative;
    padding: 15px 0;
    border-bottom: 1px solid #eaeaea;
}

ul.single-line li {
    border: none;
}

ul.item-list li img.avatar {
    float: left;
    margin: 0 10px 10px 0;
}

ul.item-list li div.item-title, ul.item-list li h4 {
    font-weight: normal;
    font-size: 14px;
    width: 75%;
    margin: 0;
}

ul.item-list li div.item-title span {
    font-size: 12px;
    color: #999;
}

ul.item-list li div.item-desc {
    margin: 10px 0 0 64px;
    font-size: 11px;
    color: #888;
    width: 50%;
}

ul.item-list li div.action {
    position: absolute;
    top: 15px;
    right: 0;
    text-align: right;
}

ul.item-list li div.meta {
    margin-top: 10px;
    color: #888;
    font-size: 11px;
}

ul.item-list li h5 span.small {
    font-weight: normal;
    font-size: 11px;
}

/* > Item Tabs
-------------------------------------------------------------- */

div.item-list-tabs {
    clear: left;
    overflow: hidden;
    margin: 25px -19px 20px -19px;
    background: #eaeaea;
}

div.item-list-tabs ul li a {
    text-decoration: none;
}

div.item-list-tabs ul {
    width: 100%;
}

div.item-list-tabs ul li {
    float: left;
    margin: 5px 0 0 5px;
}

div.item-list-tabs#subnav ul li {
    margin-top: 0;
}

div.item-list-tabs ul li:first-child {
    margin-left: 20px;
}

div.item-list-tabs ul li.last {
    float: right;
    margin: 7px 20px 0 0;
}

div.item-list-tabs#subnav ul li.last {
    margin-top: 4px;
}

div.item-list-tabs ul li.last select {
    max-width: 175px;
}

div.item-list-tabs ul li a,
div.item-list-tabs ul li span {
    display: block;
    padding: 5px 10px;
    text-decoration: none;
}

div.item-list-tabs ul li span {
    color: #aaa;
}

div.item-list-tabs ul li a span {
    display: inline;
    padding: 0;
    color: inherit;
}

div.item-list-tabs ul li.selected a,
div.item-list-tabs ul li.current a {
    background-color: #fff;
    color: #555;
    font-weight: bold;
    border-radius-topleft: 3px;
    -webkit-border-top-left-radius: 3px;
    border-radius-topright: 3px;
    -webkit-border-top-right-radius: 3px;
}

ul li.loading a {
    background-image: url(_inc/images/ajax-loader.gif);
    background-position: 92% 50%;
    background-repeat: no-repeat;
    padding-right: 30px !important;
}

div#item-nav ul li.loading a {
    background-position: 88% 50%;
}

div.item-list-tabs#object-nav {
    margin-top: 0;
}

div.item-list-tabs#subnav {
    background: #fff;
    margin: -15px -19px 15px -19px;
    border-bottom: 1px solid #eaeaea;
    min-height: 35px;
    overflow: hidden;
}

div.item-list-tabs ul li.feed a {
    background: url(_inc/images/rss.png) center left no-repeat;
    padding-left: 20px;
}

/* > Item Body
-------------------------------------------------------------- */

.item-body {
    margin: 20px 0;
}

span.activity, div#message p {
    display: inline-block;
    font-size: 11px;
    font-weight: normal;
    background: #FFF9DB;
    border-bottom: 1px solid #FFE8C4;
    border-right: 1px solid #FFE8C4;
    color: #ffa200;
    padding: 1px 8px;
    margin-top: 6px;
    text-decoration: none;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

/* > Directories (Members, Groups, Blogs, Forums)
-------------------------------------------------------------- */

div.dir-search {
    float: right;
    margin: -37px 0 0 0;
}

div.dir-search input[type=text] {
    padding: 4px;
    font-size: 12px;
}

/* > Pagination
-------------------------------------------------------------- */

div.pagination {
    margin: -20px -20px 9px -20px;
    border-bottom: 1px solid #eaeaea;
    padding: 10px 20px 10px 20px;
    color: #888;
    font-size: 11px;
    height: 16px;
}

div.pagination#user-pag, .friends div.pagination,
.mygroups div.pagination, .myblogs div.pagination, noscript div.pagination {
    background: #f8f8f8;
    border: none;
    padding: 8px 15px;
}

div.pagination .pag-count {
    float: left;
}

div.pagination .pagination-links {
    float: right;
}

div.pagination .pagination-links span,
div.pagination .pagination-links a {
    font-size: 12px;
    padding: 0 5px;
}

div.pagination .pagination-links a:hover {
    font-weight: bold;
}

div#pag-bottom {
    margin-top: 0;
}

/* > Error / Success Messages
-------------------------------------------------------------- */

div#message {
    margin: 15px 0;
}

div#message.updated {
    clear: both;
}

div#message p {
    padding: 10px 15px;
    font-size: 12px;
    display: block;
}

div#message.error p {
    background: #e41717;
    color: #fff;
    border-color: #a71a1a;
    clear: left;
}

div#message.updated p {
    background: #dffcd9;
    color: #1a9b00;
    border-color: #c4e9bd;
}

/*td, th {
    border: 2px solid #dddddd !important;
}*/
form.standard-form#signup_form div div.error {
    color: #fff;
    background: #e41717;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 6px;
    width: 90%;
    margin: 0 0 10px 0;
}

/* > Buttons
-------------------------------------------------------------- */

a.button, input[type=submit], input[type=button], input[type=reset],
ul.button-nav li a, div.generic-button a {
    background: url(_inc/images/white-grad.png) top left repeat-x;
    border: 1px solid #ddd;
    padding: 3px 10px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    text-decoration: none;
    color: #888;
    font-size: 12px;
    font-weight: normal;
    vertical-align: bottom;
    cursor: pointer;
}

a.button:hover, a.button:focus, input[type=submit]:hover, input[type=button]:hover, input[type=reset]:hover,
ul.button-nav li a:hover, ul.button-nav li.current a,
div.generic-button a:hover {
    border-color: #aaa;
    color: #555;
    outline: none;
}

/* Buttons that are disabled */
div.pending a, a.disabled {
    border-color: #eee;
    color: #bbb;
    cursor: default;
}

div.pending a:hover, a.disabled:hover {
    border-color: #eee;
    color: #bbb;
}

div.accept, div.reject {
    float: left;
    margin-left: 10px;
}

ul.button-nav li {
    float: left;
    margin: 0 10px 10px 0;
}

ul.button-nav li.current a {
    font-weight: bold;
}

/* > AJAX Loaders
-------------------------------------------------------------- */

.ajax-loader {
    background: url(_inc/images/ajax-loader.gif) center left no-repeat !important;
    padding: 8px;
    display: none;
}

a.loading {
    background-image: url(_inc/images/ajax-loader.gif) !important;
    background-position: 95% 50% !important;
    background-repeat: no-repeat !important;
    padding-right: 25px !important;
}

/* > Input Forms
-------------------------------------------------------------- */

form.standard-form {

}

form.standard-form textarea, form.standard-form input[type=text],
form.standard-form select, form.standard-form input[type=password],
.dir-search input[type=text] {
    border: 1px inset #ccc;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 6px;
    font: inherit;
    font-size: 14px;
    color: #888;
}

form.standard-form select {
    padding: 3px;
}

form.standard-form input[type=password] {
    margin-bottom: 5px;
}

form.standard-form label, form.standard-form span.label {
    display: block;
    font-weight: bold;
    margin: 15px 0 5px 0;
}

form.standard-form div.checkbox label,
form.standard-form div.radio label {
    font-weight: normal;
    margin: 5px 0 0 0;
    font-size: 14px;
    color: #888;
}

form.standard-form#sidebar-login-form label {
    margin-top: 5px;
}

form.standard-form input[type=text] {
    width: 75%;
}

form.standard-form#sidebar-login-form input[type=text],
form.standard-form#sidebar-login-form input[type=password] {
    padding: 4px;
    width: 95%;
}

form.standard-form #basic-details-section input[type=password],
form.standard-form #blog-details-section input#signup_blog_url {
    width: 35%;
}

form.standard-form#signup_form input[type=text],
form.standard-form#signup_form textarea {
    width: 90%;
}

form.standard-form#signup_form div.submit {
    float: right;
}

div#signup-avatar img {
    margin: 0 15px 10px 0;
}

form.standard-form textarea {
    width: 75%;
    height: 120px;
}

form.standard-form textarea#message_content {
    height: 200px;
}

form.standard-form#send-reply textarea {
    width: 97.5%;
}

form.standard-form p.description {
    font-size: 11px;
    color: #888;
    margin: 5px 0;
}

form.standard-form div.submit {
    padding: 15px 0;
    clear: both;
}

form.standard-form div.submit input {
    margin-right: 15px;
}

form.standard-form div.radio ul {
    margin: 10px 0 15px 38px;
    list-style: disc;
}

form.standard-form div.radio ul li {
    margin-bottom: 5px;
}

form.standard-form a.clear-value {
    display: block;
    margin-top: 5px;
    outline: none;
}

form.standard-form #basic-details-section, form.standard-form #blog-details-section,
form.standard-form #profile-details-section {
    float: left;
    width: 48%;
}

form.standard-form #profile-details-section {
    float: right;
}

form.standard-form #blog-details-section {
    clear: left;
}

form.standard-form input:focus, form.standard-form textarea:focus, form.standard-form select:focus {
    background: #fafafa;
    color: #555;
}

form#send-invite-form {
    margin-top: 20px;
}

div#invite-list {
    height: 400px;
    overflow: scroll;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 5px;
    background: #f5f5f5;
    width: 160px;
    border: 1px solid #e4e4e4;
    margin: 10px 0;
}


/* > Data Tables
-------------------------------------------------------------- */

table {
    width: 100%;
}

table thead tr {
    background: #eaeaea;
}

table#message-threads {
    margin: 0 -20px;
    width: auto;
}

table.profile-fields {
    margin-bottom: 20px;
}

div#sidebar table {
    margin: 0 -16px;
    width: 117%;
}

table tr td, table tr th {
    padding: 8px;
    vertical-align: middle;
}

table tr td.label {
    border-right: 1px solid #eaeaea;
    font-weight: bold;
    width: 25%;
}

table tr td.thread-info p {
    margin: 0;
}

table tr td.thread-info p.thread-excerpt {
    color: #888;
    font-size: 11px;
    margin-top: 3px;
}

div#sidebar table td, table.forum td {
    text-align: center;
}

table tr.alt {
    background: #f4f4f4;
}

table.notification-settings {
    margin-bottom: 20px;
    text-align: left;
}

table.notification-settings th.icon, table.notification-settings td:first-child {
    display: none;
}

table.notification-settings th.title {
    width: 80%;
}

table.notification-settings .yes, table.notification-settings .no {
    width: 40px;
    text-align: center;
}

table.forum {
    margin: -9px -20px 20px -20px;
    width: auto;
}

table.forum tr.sticky td {
    background: #FFF9DB;
    border-top: 1px solid #FFE8C4;
    border-bottom: 1px solid #FFE8C4;
}

table.forum tr.closed td.td-title {
    padding-left: 35px;
    background-image: url(_inc/images/closed.png);
    background-position: 15px 50%;
    background-repeat: no-repeat;
}

table.forum td p.topic-text {
    color: #888;
    font-size: 11px;
}

table.forum tr > td:first-child, table.forum tr > th:first-child {
    padding-left: 15px;
}

table.forum tr > td:last-child, table.forum tr > th:last-child {
    padding-right: 15px;
}

table.forum tr th#th-title, table.forum tr th#th-poster,
table.forum tr th#th-group, table.forum td.td-poster,
table.forum td.td-group, table.forum td.td-title {
    text-align: left;
}

table.forum td.td-freshness {
    font-size: 11px;
    color: #888;
}

table.forum td img.avatar {
    margin-right: 5px;
}

table.forum td.td-poster, table.forum td.td-group {
    min-width: 130px;
}

table.forum th#th-title {
    width: 40%;
}

table.forum th#th-postcount {
    width: 1%;
}

/* > Activity Stream Posting
-------------------------------------------------------------- */

form#whats-new-form {
    margin-bottom: 5px;
    border-bottom: 1px solid #f0f0f0;
    overflow: hidden;
    padding-bottom: 20px;
}

#item-body form#whats-new-form {
    margin-top: 20px;
    border: none;
}

.home-page form#whats-new-form {
    border-bottom: none;
    padding-bottom: 0;
}

form#whats-new-form h5 {
    margin: 0;
    font-weight: normal;
    font-size: 12px;
    color: #888;
    margin-left: 76px;
    padding: 0 0 3px 0;
}

form#whats-new-form #whats-new-avatar {
    float: left;
}

form#whats-new-form #whats-new-content {
    margin-left: 54px;
    padding-left: 22px;
}

form#whats-new-form #whats-new-textarea {
    padding: 8px;
    border: 1px inset #ccc;
    background: #fff;
    margin-bottom: 10px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

form#whats-new-form textarea {
    width: 100%;
    height: 50px;
    font-size: 14px;
    font-family: inherit;
    color: #555;
    border: none;
    margin: 0;
    padding: 0;
}

form#whats-new-form #whats-new-options select {
    max-width: 200px;
}

form#whats-new-form #whats-new-submit {
    float: right;
    margin: 0;
}

/* > Activity Stream Listing
-------------------------------------------------------------- */

ul.activity-list li {
    padding: 20px 0 0 0;
    overflow: hidden;
}

ul.activity-list > li:first-child {
    padding-top: 5px;
}

ul.activity-list li.has-comments {
    padding-bottom: 20px;
}

.activity-list li.mini {
    position: relative;
    font-size: 11px;
    min-height: 35px;
    padding: 12px 0 0 0;
}

.activity-list li.mini div.activity-meta {
    margin: 0;
}

.activity-list li.mini div.activity-meta a {
    padding: 3px 8px;
}

.activity-list li.mini .activity-avatar img.avatar,
.activity-list li.mini .activity-avatar img.FB_profile_pic {
    width: 20px;
    height: 20px;
    margin-left: 36px;
}

.activity-list li.activity_comment .activity-avatar img.avatar,
.activity-list li.activity_comment .activity-avatar img.FB_profile_pic {
    width: 40px;
    height: 40px;
    margin-left: 20px;
}

body.activity-permalink .activity-list li .activity-avatar img.avatar,
body.activity-permalink .activity-list li .activity-avatar img.FB_profile_pic {
    width: 100px;
    height: 100px;
    margin-left: 0;
}

.activity-list li.mini .activity-content {
    margin-right: 175px;
}

.activity-list li.mini .activity-content p {
    margin: 0;
    float: left;
}

.activity-list li.mini .activity-meta {
    position: absolute;
    right: 0;
}

body.activity-permalink .activity-list li.mini .activity-meta {
    position: absolute;
    right: 15px;
}

.activity-list li.mini .activity-comments {
    clear: left;
    font-size: 12px;
    margin-top: 30px;
}

.activity-list li .activity-inreplyto {
    font-size: 11px;
    color: #888;
    margin-left: 70px;
    margin-bottom: 15px;
    padding-left: 25px;
    background: url(_inc/images/replyto_arrow.gif) 7px 0 no-repeat;
}

.activity-list li .activity-inreplyto > p {
    margin: 0;
    display: inline;
}

.activity-list li .activity-inreplyto blockquote,
.activity-list li .activity-inreplyto div.activity-inner {
    background: none;
    border: none;
    display: inline;
    padding: 0;
    margin: 0;
    overflow: hidden;
}

.activity-list .activity-avatar img {
    width: 50px;
    height: 50px;
}

body.activity-permalink .activity-list .activity-avatar img {
    width: 100px;
    height: 100px;
}

.activity-list .activity-content {
    margin-left: 70px;
}

body.activity-permalink .activity-list li .activity-content {
    border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background: #fff;
    padding: 15px;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    margin-left: 135px;
    font-size: 16px;
    line-height: 150%;
    min-height: 35px;
    margin-right: 0;
}

body.activity-permalink .activity-list li .activity-header > p {
    background: url(_inc/images/activity_arrow.gif) top left no-repeat;
    margin-left: -35px;
    padding: 5px 0 0 38px;
    height: 35px;
    margin-bottom: 0;
}

.activity-list .activity-content .activity-header,
.activity-list .activity-content .comment-header {
    font-size: 11px;
    color: #888;
    line-height: 220%;
}

.activity-list .activity-content .activity-header img.avatar {
    float: none !important;
    margin: 0 5px -8px 0 !important;
}

.activity-list .activity-header a:first-child, span.highlight {
    background: #EBF7FF;
    border-bottom: 1px solid #a1dcfa;
    border-right: 1px solid #a1dcfa;
    color: #059AE7;
    padding: 3px 8px;
    text-decoration: none;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    margin-right: 3px;
}

.activity-list .activity-header a:first-child:hover {
    background: #059AE7 !important;
    color: #fff !important;
}

.activity-list .activity-content a:first-child:focus {
    outline: none;
}

.activity-list .activity-content span.time-since {
    color: #bbb;
}

.activity-list .activity-content span.activity-header-meta a {
    background: none;
    padding: 0;
    font-size: 11px;
    margin: 0;
    border: none;
    color: #aaa;
    text-decoration: underline;
}

.activity-list .activity-content span.activity-header-meta a:hover {
    color: inherit;
    text-decoration: none;
}

.activity-list .activity-content .activity-inner,
.activity-list .activity-content blockquote {
    margin: 15px 0 15px 5px;
    overflow: hidden;
}

body.activity-permalink .activity-content .activity-inner,
body.activity-permalink .activity-content blockquote {
    margin-top: 5px;
}

/* Backwards compatibility. */
.activity-inner > .activity-inner {
    margin: 0 !important;
}

.activity-inner > blockquote {
    margin: 0 !important;
}

.activity-list .activity-content img.thumbnail {
    float: left;
    margin: 0 10px 5px 0;
    border: 2px solid #eee;
}

.activity-list li.load-more {
    margin: 15px 0 !important;
    padding: 10px 15px !important;
    background: #f0f0f0 !important;
    text-align: center;
    font-size: 1.2em;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.activity-list li.load-more a {
    color: #555;
}

/* > Activity Stream Comments
-------------------------------------------------------------- */

div.activity-meta {
    margin: 0 0 20px 3px;
    clear: left;
}

.activity-list div.activity-meta a {
    font-size: 11px;
    background: #f4f4f4;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    color: #999;
    padding: 4px 8px;
    text-decoration: none;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    margin-right: 3px;
}

.activity-list div.activity-meta a.acomment-reply {
    background: #FFF9DB;
    border-bottom: 1px solid #FFE8C4;
    border-right: 1px solid #FFE8C4;
    color: #ffa200;
}

div.activity-meta a:focus {
    outline: none;
}

div.activity-meta a:hover {
    background: #aaa;
    color: #fff;
    border-color: #aaa;
}

div.activity-meta a.acomment-reply:hover {
    background: #f7740a;
    color: #fff;
    border-color: #f7740a;
}

div.activity-comments {
    position: relative;
    margin: 0 0 0 75px;
    width: auto;
    overflow: hidden; /* IE fix */
}

body.activity-permalink div.activity-comments {
    width: auto;
    margin-left: 135px;
    background: none;
}

div.activity-comments > ul {
    background: #f5f5f5;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    padding: 0 10px 0;
}

div.activity-comments ul, div.activity-comments ul li {
    border: none;
    list-style: none;
}

div.activity-comments ul {
    clear: left;
}

div.activity-comments ul li {
    border-top: 2px solid #fff;
    padding: 10px 0 0;
}

body.activity-permalink div.activity-comments ul li {
    border-width: 1px;
    padding: 10px 0 0;
}

div.activity-comments ul li p:last-child {
    margin-bottom: 10px;
}

div.activity-comments > ul > li:first-child {
    border-top: none;
}

div.activity-comments ul li:last-child {
    margin-bottom: 0;
}

div.activity-comments ul li > ul {
    margin-top: 0;
    margin-left: 20px;
}

body.activity-permalink div.activity-comments ul li > ul {
    margin-top: 15px;
}

div.activity-comments div.acomment-avatar img {
    border-width: 2px !important;
    float: left;
    margin-right: 10px;
}

div.activity-comments div.acomment-content {
    font-size: 11px;
    margin-left: 39px;
    margin-top: 5px;
}

div.acomment-content .time-since {
    display: none;
}

div.acomment-content .activity-delete-link {
    display: none;
}

div.acomment-content .comment-header {
    display: none;
}

body.activity-permalink div.activity-comments div.acomment-content {
    font-size: 14px;
}

div.activity-comments div.acomment-meta {
    font-size: 11px;
    color: #888;
}

div.activity-comments form.ac-form {
    display: none;
    margin: 10px 0 10px 33px;
    background: #fafafa;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 8px;
}

div.activity-comments li form.ac-form {
    margin-right: 15px;
}

div.activity-comments form.root {
    margin-left: 0;
}

div.activity-comments div#message {
    margin-top: 15px;
    margin-bottom: 0;
}

div.activity-comments form.loading {
    background-image: url(_inc/images/ajax-loader.gif);
    background-position: 2% 95%;
    background-repeat: no-repeat;
}

div.activity-comments form .ac-textarea {
    padding: 8px;
    border: 1px inset #ccc;
    background: #fff;
    margin-bottom: 10px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

div.activity-comments form textarea {
    width: 100%;
    font-family: inherit;
    font-size: 11px;
    color: #555;
    height: 60px;
    border: none;
    padding: 0;
}

div.activity-comments form input {
    margin-top: 5px;
}

div.activity-comments form div.ac-reply-avatar {
    float: left;
}

div.ac-reply-avatar img {
    border: 2px solid #fff !important;
}

div.activity-comments form div.ac-reply-content {
    margin-left: 50px;
    padding-left: 15px;
    color: #888;
    font-size: 11px;
}

/* > Private Message Threads
-------------------------------------------------------------- */

table#message-threads tr.unread td {
    background: #FFF9DB;
    border-top: 1px solid #FFE8C4;
    border-bottom: 1px solid #FFE8C4;
    font-weight: bold;
}

table#message-threads tr.unread td span.activity {
    background: #fff;
}

li span.unread-count, tr.unread span.unread-count {
    background: #dd0000;
    padding: 2px 8px;
    color: #fff;
    font-weight: bold;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

div.item-list-tabs ul li a span.unread-count {
    padding: 1px 6px;
    color: #fff;
}

div.messages-options-nav {
    font-size: 11px;
    background: #eee;
    text-align: right;
    margin: 0 -20px;
    padding: 5px 15px;
}

div#message-thread div.message-box {
    margin: 0 -20px;
    padding: 15px;
}

div#message-thread div.alt {
    background: #f4f4f4;
}

div#message-thread p#message-recipients {
    margin: 10px 0 20px 0;
}

div#message-thread img.avatar {
    float: left;
    margin: 0 10px 0 0;
    vertical-align: middle;
}

div#message-thread strong {
    margin: 0;
    font-size: 16px;
}

div#message-thread strong a {
    text-decoration: none;
}

div#message-thread strong span.activity {
    margin: 4px 0 0 10px;
}

div#message-thread div.message-metadata {
    overflow: hidden;
}

div#message-thread div.message-content {
    margin-left: 45px;
}

div#message-thread div.message-options {
    text-align: right;
}

/* > Group Forum Topics
-------------------------------------------------------------- */

ul#topic-post-list {
    margin: 15px -20px;
    width: auto;
}

ul#topic-post-list li {
    padding: 15px;
    position: relative;
}

ul#topic-post-list li.alt {
    background: #f4f4f4;
}

ul#topic-post-list li div.poster-meta {
    margin-bottom: 10px;
    color: #888;
}

ul#topic-post-list li div.post-content {
    margin-left: 54px;
}

div.admin-links {
    position: absolute;
    top: 15px;
    right: 25px;
    color: #888;
    font-size: 11px;
}

div#topic-meta div.admin-links {
    bottom: 0;
    right: 0;
    top: auto;
}

div#topic-meta {
    position: relative;
    padding: 5px 0;
}

div#topic-meta h3 {
    font-size: 20px;
}

div#new-topic-post {
    margin: 0;
    padding: 1px 0 0 0;
}

/* > WordPress Blog Styles
-------------------------------------------------------------- */

div.post {
    margin: 0 0 40px 0;
    overflow: hidden;
}

div.post h2.pagetitle, div.post h2.posttitle {
    margin: 0;
    line-height: 120%;
}

div.post h2.pagetitle a, div.post h2.posttitle a {
    color: #666;
    text-decoration: none;
}

.navigation, .paged-navigation, .comment-navigation {
    overflow: hidden;
    font-family: georgia, times, serif;
    font-style: italic;
    font-size: 14px;
    padding: 5px 0;
    margin: 5px 0 25px 0;
}

.alignright {
    float: right;
    margin-left: 15px;
}

.alignleft {
    float: left;
    margin-right: 15px;
}

div.post p {
    margin: 0 0 20px 0;
}

div.post ul, div.post ol, div.post dl {
    margin: 0 0 18px 1.5em;
}

div.post ul {
    list-style: square;
}

div.post ol {
    list-style: decimal;
}

div.post ol ol {
    list-style: upper-alpha;
}

div.post dl {
    margin-left: 0;
}

div.post dt {
    font-size: 14px;
    font-weight: bold;
}

div.post dd {
    margin: 0 0 15px 0;
}

div.post pre, div.post code p {
    padding: 15px;
    background: #f4f4f4;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

div.post code {
    font-family: "Monaco", courier, sans-serif;
}

div.post blockquote {
    quotes: none;
    font-style: italic;
    padding: 0 3em;
    font-family: georgia, times, serif;
    font-size: 16px;
    line-height: 150%;
}

div.post table {
    border-collapse: collapse;
    border-spacing: 0;
    border: 1px solid #eee;
}

div.post table th {
    border-top: 1px solid #eee;
    text-align: left;
}

div.post table td {
    border-top: 1px solid #eee;
}

div.post div.author-box, div.comment-avatar-box {
    /*background: #f0f0f0;*/
    padding: 10px;
    float: left;
    margin: 0 15px 15px 0;
    font-family: georgia, times, serif;
    font-style: italic;
    text-align: center;
    width: 70px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

div.author-box p, div.comment-avatar-box p {
    margin: 5px 0 0;
}

div.author-box a, div.comment-avatar-box a {
    text-decoration: none;
}

div.post div.author-box img, div.comment-avatar-box img {
    float: none;
    border: 4px solid #fff;
    margin: 0;
}

div.post div.post-content, div.comment-content {
    margin-left: 105px;
}

div.post p.date, div.post p.postmetadata, div.comment-meta, div.comment-options {
    color: #888;
    font-size: 12px;
    font-family: Georgia, times, serif;
    padding: 3px 0;
    margin: 10px 0;
    border-bottom: 1px solid #e4e4e4;
    border-top: 1px solid #e4e4e4;
}

div.post p.postmetadata {
    margin-top: 15px;
    clear: left;
    overflow: hidden;
}

div.post .tags {
    float: left;
}

div.post .comments {
    float: right;
}

div.post img {
    margin-bottom: 15px;
}

div.post img.wp-smiley {
    padding: 0 !important;
    margin: 0 !important;
    border: none !important;
    float: none !important;
    clear: none !important;
}

div.post img.centered, img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

div.post img.alignright {
    padding: 4px;
    margin: 0 0 2px 7px;
    display: inline;
}

div.post img.alignleft {
    padding: 4px;
    margin: 0 7px 2px 0;
    display: inline;
}

div.post .aligncenter, div.post div.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

div.post .wp-caption {
    border: 1px solid #ddd;
    text-align: center;
    background-color: #f3f3f3;
    padding-top: 4px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

div.post .wp-caption img {
    margin: 0;
    padding: 0;
    border: 0 none;
}

div.post dd.wp-caption p.wp-caption-text, div.post .wp-caption p.wp-caption-text {
    font-size: 0.9em;
    line-height: 17px;
    padding: 0 4px 5px 0;
    margin: 0;
}

/* > WordPress Blog Comment Styles
-------------------------------------------------------------- */

#trackbacks {
    margin-top: 30px;
}

#comments h3, #trackbacks h3, #respond h3 {
    font-size: 20px;
    margin: 5px 0 25px 0;
    font-weight: normal;
    color: #555;
}

#comments span.title, #trackbacks span.title {
    color: #aaa;
}

ol.commentlist li {
    margin: 0 0 30px 0;
}

div.comment-meta {
    border-top: none;
    padding-top: 0;
}

div.comment-meta h5 {
    font-weight: normal;
}

div.comment-meta em {
    float: right;
}

div.comment-options {
    border-bottom: none;
}

.adja_admin_tifop {
    background: #194F95;
    padding: 7px;
    color: #fff
}

/* > Footer
-------------------------------------------------------------- */

#footer {
    background: #29292a;
    color: #000000; /*position:fixed;*/
    /*height: 50px;*/
    margin-top: 10px;
    padding: 5px;
    text-align: center;
    width: 100%;

}

#footer_pn {
    float: right
}

#footer_pn a {
    color: #FFFFFF !important;
    font-weight: bold;
    margin-right: 10px;
}

#footer a {
    color: #fff;
}

body {
    padding-top: 25px;
    height: 100%;
}

#wp-admin-bar {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    height: 25px;
    font-size: 11px;
    width: 100%;
    z-index: 1000;
}

#wp-admin-bar .padder {
    position: relative;
    padding: 0;
    width: 100%;
    margin: 0 auto;
    background: url(_inc/images/60pc_black.png);
    height: 25px;
}

body#bp-default #wp-admin-bar .padder {
    width: 100%;
}

body#bp-default.activity-permalink #wp-admin-bar .padder {
    min-width: 960px;
    max-width: 960px;
}

#wp-admin-bar * {
    z-index: 999;
}

#wp-admin-bar div#admin-bar-logo {
    position: absolute;
    top: 5px;
    left: 10px;
}

#wp-admin-bar a img {
    border: none;
}

#wp-admin-bar li {
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: 100%;
    text-align: left;
}

#wp-admin-bar li a {
    padding: 7px 15px 7px 15px;
    color: #eee;
    text-decoration: none;
    font-size: 11px;
}

#wp-admin-bar li.alt {
    border: none;
}

#wp-admin-bar li.no-arrow a {
    padding-right: 15px;
}

#wp-admin-bar ul li ul li a span {
    display: none;
}

#wp-admin-bar li:hover, #wp-admin-bar li.hover {
    position: static;
}

#admin-bar-logo {
    float: left;
    font-weight: bold;
    font-size: 11px;
    padding: 5px 8px;
    margin: 0;
    text-decoration: none;
    color: #fff;
}

body#bp-default #admin-bar-logo {
    padding: 2px 8px;
}

/*******************/

#wp-admin-bar ul { /* all lists */
    margin: 0;
    list-style: none;
    line-height: 1;
    cursor: pointer;
    height: auto;
    padding: 0;
}

#wp-admin-bar ul li { /* all list items */
    padding: 0;
    float: left;
    position: relative;
    background: url(_inc/images/admin-menu-arrow.gif) 88% 53% no-repeat;
    padding-right: 11px;
}

#wp-admin-bar ul li.no-arrow {
    background: none;
    padding-right: 0;
}

#wp-admin-bar ul li ul li {
    background-image: none;
}

#wp-admin-bar ul li.align-right {
    position: absolute;
    right: 0;
}

#wp-admin-bar ul li a {
    display: block;
}

#wp-admin-bar ul.main-nav li:hover, #wp-admin-bar ul.main-nav li.sfhover, #wp-admin-bar ul.main-nav li ul li.sfhover {
    background-color: #333;
}

/* second-level lists */

#wp-admin-bar ul li ul {
    position: absolute;
    width: 185px;
    left: -999em;
    margin-left: 0;
    background: #333;
    border: 1px solid #222;
    -moz-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius-topleft: 0;
    -webkit-border-top-left-radius: 0;
    border-radius-topright: 0;
    -webkit-border-top-right-radius: 0;
}

#wp-admin-bar ul li > ul {
    border-top: none;
}

#wp-admin-bar ul li ul a {
    color: #eee;
}

#wp-admin-bar ul li ul li {
    float: left;
    width: 174px;
    margin: 0;
}

#wp-admin-bar ul li ul li:hover a {
    color: #fff;
}

#wp-admin-bar ul li div.admin-bar-clear {
    clear: both;
}

#wp-admin-bar ul.main-nav li ul li:hover, #wp-admin-bar ul.main-nav li ul li.sfhover, #wp-admin-bar ul.main-nav li ul li.sfhover {
    background-color: #222;
}

/* third-and-above-level lists */

#wp-admin-bar ul li ul ul {
    margin: -25px 0 0 184px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
}

#wp-admin-bar ul li ul li:hover ul li a {
    color: #eee;
}

#wp-admin-bar ul li ul li ul li:hover a {
    color: #fff;
}

#wp-admin-bar ul li:hover ul, #wp-admin-bar ul li ul li:hover ul, #wp-admin-bar ul li.sfhover ul, #wp-admin-bar ul li ul li.sfhover ul {
    left: auto;
}

#wp-admin-bar ul li.align-right:hover ul {
    right: 0;
}

#wp-admin-bar ul li:hover ul ul, #wp-admin-bar li.sfhover ul li ul {
    left: -999em;
}

/* Menu item css */

#wp-admin-bar img.avatar {
    float: left;
    margin-right: 8px;
}

#wp-admin-bar span.activity {
    display: block;
    margin-left: 34px;
    padding: 0;
}

#wp-admin-bar ul.author-list li a {
    height: 17px;
}

#wp-admin-bar ul li#bp-adminbar-notifications-menu a span {
    padding: 0 6px;
    margin-left: 2px;
    background: #fff;
    color: #000;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.wi_rightf {
    /* margin-left: 105px; */
    /* padding-top:20px; */
    padding-left: 0px;
    margin: 0 auto;
    text-align: center;
    width: 100%;
}

.wi_righta {
    font-size: 20px;
    font-weight: normal;
    margin-top: 12px;
    /* padding-left: 23px; */
}

.wi_rightb {
    padding: 1px;
}

.wi_righta a {
    color: #fff;
    font-weight: 600;
    text-decoration: none !important;
    font-size: 32px;
    margin-left: 70px !important;
}

.wi_rightb a {
    padding: 1px;
}

.wi_nav_button {
    float: left;
    height: 20px;
    margin-left: 15px;
    margin-top: -2px;
    text-align: center;
}

.wi_nav_sec_sp {
    /*margin-left:70px!important;*/
}

.wi_nav_buttona {
    margin-top: -3px !important;
}

.adja_hnk {
    border: 0 !important;
}

.wi_tagline {
    color: #fff;
    font-size: 16px;
    font-style: italic;
    /* padding-left: 34px; */
    margin-top: 8px;
    line-height: 22px;
    margin-left: 170px !important;
}

.wi_slider_button {
    border-right: 1px solid #FFFFFF;
    float: left;
    color: #000;
    height: 20px;
    margin-left: 6px;
    margin-right: -3px;
    text-align: center;
}

.adja_frdj_nav_1, .adja_frdj_nav_2 {
    float: right
}

.adja_frdj_nav {
    clear: both;
    float: right;
    width: 648px;
}

.wi_slider_button_active {
    float: left !important;
    height: 20px !important;
    font-style: italic;
    margin-left: 5px !important;
    text-align: center !important;
}

.wi_slider_button a, .wi_slider_button_active a {
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
    background: #00000059 !important;
}

.wi_slider_button_active a {
    color: #cdcdcd;
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
}

.adja_search_user_name a, .adja_t_back a {
    cursor: pointer
}

.msg_head {
    color: #334F95;
    cursor: pointer;
    font-weight: bold;
    text-decoration: underline
}

.msg_body {
    margin-bottom: 12px;
    margin-left: 15px;
}

.wi_nav_button a {
    border-bottom: 2px solid transparent;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    text-decoration: none !important;
    padding: 4px 0;
}

.wi_nav_button a:hover {
    border-bottom: 2px solid #ffffff;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    text-decoration: none !important;
    padding: 4px 0;
}


.adja_signup_form_o {
    margin: 0 230px;
}

.wi_nav_button_none {
    float: left;
    height: 20px;
    margin-left: 25px;
    text-align: center;
}

.container {
    /*width:500px;
    height:375px; */
    overflow: hidden;
    position: relative;
}

.slides {
    /* position:absolute; */
    op: 0;
    left: 0;
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100% !important;
}

.slides li {
    position: absolute;
    top: 0;
    width: 500px;
    display: none;
    padding: 0;
    margin: 0;
}

#loopedSlider {
    clear: both;
    margin: 0 auto;
    position: relative;
    /* width:1270px; */
    text-align: center;
}

.slides li {
    padding-bottom: 20px;
}

ul.pagination {
    list-style: none;
    display: inline-block;
    padding: 0;
    margin: 0 auto;
    text-align: center !important;
}

ul.pagination li {
    float: left;
}

ul.pagination li a {
    padding: 2px 4px;
}

ul.pagination li.active a {
    border-radius: 6px 6px 6px 6px !important;
    background: #9C9A9C !important;
    border: 1px solid #E0E0E0 !important;
    float: left !important;
    height: 20px !important;
    margin-left: 5px !important;
    text-align: center !important;
    width: 150px;
}

#loopedSlider .slides div.slide {
    display: none;
    /*margin: 0 20px;*/
    padding: 5px;
    position: absolute;
    top: 0;
    width: 100% !important;
}

a.previous {
    position: absolute;
    top: 150px;
    left: -22px;
}

a.next {
    position: absolute;
    top: 150px;
    right: -24px;
}

#loopedSlider .container {
    padding-bottom: 10px;
    margin: 0 auto;
    width: 100%;
    height: 300px;
    overflow: hidden;
    position: relative;
}


.wi_search_box {
    border-right: 2px solid #EEEEEE;
    float: left;
    padding-left: 8px;
    margin-top: 10px;
    padding-right: 5px;
    width: 300px;
    /*background:url("_inc/images/find.png") no-repeat scroll 0 0 transparent;*/
}

.wi_search_box_tr {
    height: 12px;
}

.wi_search_box_tr td {
    padding: 0 !important
}

.wi_search_user {
    float: right;
    width: 660px;
}

.wi_search {
    width: 990px
}

.wi_search_instruct_title {
    font-size: 25px;
    font-weight: bold;
    padding: 20px 0;
}

.wi_search_instruct {
    /*background:url("_inc/images/search.png") no-repeat scroll 0 0 transparent;*/
    font-size: 13px;
    font-style: italic;
    height: 256px;
    width: 500px;
}

.wi_search_box h3 {
    font-size: 31px;
    font-weight: bold;
    line-height: 1.25;
    margin-top: -15px;
    padding-left: 5px;
    text-align: center;
}

.hideme {
    display: none !important
}

.adja_s_centered {
    margin-top: 13px;
    text-align: center;
}

.adja_s_centered input[type="submit"] {
    background: none repeat scroll 0 0 #AE1B1F;
    border: medium none;
    border-radius: 6px 6px 6px 6px;
    color: #FFFFFF;
    font-size: 26px;
    font-weight: bold;
    padding: 8px;
    background: linear-gradient(to bottom, #ee0c0c 0%, #ef4a5b 100%);

}

img {
    border: 0px;
}

div.container {
    width: 100%; /*margin:0px;*/
    line-height: 150%;
}

div.header, div.footer {
    /* padding:0.5em; */
    padding: 0.0em;
    color: white;
    /* background-color:gray; */
    background-color: gray;
}

div.left {
    float: left;
    width: 16em;
    margin-left: 0px;
    padding: 0em;

}

div.content {
    min-height: 40em;
    margin-left: 16.05em;
    border-left: 1px solid gray;
    padding: 1em;
}

div.signupHeader {
    margin-bottom: 3em;
}

ul.signupNav {
    width: 100%;
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.inline {
    display: inline;
}

label.signupNav_faded {
    float: left;
    font: ;
    width: 8em;
    text-decoration: none;
    text-align: center;
    color: white;
    background-color: rgb(200, 200, 255);
    padding: 0.2em 0.6em;
    border-right: 1px solid white;
}

label.signupNav_bright {
    float: left;
    font: ;
    width: 8em;
    text-decoration: none;
    text-align: center;
    color: white;
    background-color: rgb(0, 0, 255);
    padding: 0.2em 0.6em;
    border-right: 1px solid white;
}

div.sidebar {
    min-height: 30em;
}

div.sidebarTop {
    background-color: #BEBEBE;
    padding: 0.5em;
    min-height: 9em;
}

div.findDJField {
    margin-bottom: 0.5em;
}

div.sidebarMenu {
    width: 100%;
    padding: 0;
    margin: 0;
}

div.sidebarBottom {
    min-height: 12em;
    width: 100%;
    background-repeat: repeat-x;
    border-style: none;
    margin-bottom: 0.5em;
}

div.sidebarMenuItem {
    font-size: 1em;
    font-family: arial;
    text-indent: 2em;
    color: black;
    border-top: 3px dotted gray;
    padding: 0.55em;
}

label.sidebarMenu {
    font-size: 1em;
    font-family: arial;
    color: black;
    border-bottom: 2px dotted gray;
    width: 100%;
    text-align: center;
}

.sidebarMenuText {
    font-size: 1em;
    font-weight: normal;
    font-family: arial;
}

img.adjaLogo_sidebar {
    width = 106px;
    height = 105px;
    position: relative;
    top: 8em;
    left: 3em;
}


div.inputSection {
    border-bottom: 1px solid black;
    width: 49em;
    padding-bottom: 1em;
    margin-bottom: 1em;
}

div.inputLine {
    padding: 0.3em;
}

div.inputField {
    display: inline;
    margin-right: 1em;
    margin-left: 0.5em;
}

div.submitButton {
    margin-left: 15em;
}

div.confirmSection {
    width: 49em;
    padding-left: 1em;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

div.confirmSubsection {
    float: left;
    padding-left: 1em;
    width: 23em;
    margin-bottom: 0.5em;
}

div.confirmSubsection_wide {
    padding-left: 1em;
    width: 46em;
    margin-bottom: 0.5em;
}

div.floatLeft_rightAlign {

    float: left;

    text-align: right;

    display: inline;

    width: 8.5em;

}

.flra {
    float: left;

    text-align: right;

    display: inline;

    width: 8.5em;
}


div.floatLeft_fixedWidth {
    float: left;
    display: inline;
    width: 10em;
}

img.error {
    margin-top: 0em;
    margin-left: 0em;
    height: 15px;
}


div.optionDescrip {
    width: 49em;
    margin-left: 1em;
    padding-left: 1em;
    margin-bottom: 1em;
    text-indent: -1em;
}

.signupPageHeading {
    font-weight: bolder;
    font-size: 1.5em;
}


.signupSectionHeading {
    font-weight: bolder;
    font-size: 1.25em;
}

.errorText {
    color: #cc0000;
    font-size: 12px;
    font-family: arial;
    font-weight: bold;

}


.largeBold {
    font-weight: bolder;
    font-size: 1.2em;
}

.bold {
    font-weight: bold;
}

.mediumBold {
    font-size: 1em;
    font-weight: bold;
}

A {
    color: #3300cc;
    text-decoration: none;
}

.bgTop {
    background-image: url(../images/bgTop.gif);
    background-repeat: repeat-x;
}


.bgside {
    background-image: url(../images/bg_side.gif);
    background-repeat: repeat-y;
}

.leftNavFindDJ {
    display: inline;
/ /*border-top: 1px dotted #6699CC;*/
/ border-bottom: 2 px solid #000066;
    border-right: 1px solid #000066;
    color: #000000;
    margin: 0px 0 0 0;
    padding: 1px 1px 1px 1px;
    background-color: #cccccc;
}

.searchSeparator {
    display: inline;
    border-bottom: 1px dotted #cccccc;
    color: #cccccc;
    margin: 0px 0px 0px 0px;
    padding: 1px 1px 1px 1px;
    background-color: #ffffff;
}

.leftBlueStripe {
    border-left: 1px solid #000066;

}


.rightBlueStripe {
    border-right: 1px solid #000066;
}

.leftNav {
    background-image: url(../images/leftNavBlueStripe.gif);
    background-repeat: repeat-y;
}

a:hover {
    /* text-decoration: underline; */
}

BODY {
    color: #000000;
    font-family: 'Roboto', sans-serif !important;
    font-size: 12px;
    overflow-x: hidden;
}

H0 {
    background-color: #FFCC33;
    color: #0C0C0C;
    font-size: 18px;
    font-style: italic;
}


.centerBlockSmall {
    width: 10em;
    margin: 0px auto;
}

.centerBlockMedium {
    width: 25em;
    margin: 0px auto;

}

div.rightBlockSmall {
    float: right;
    display: inline;
}

div.leftBlockSmall {
    float: left;
    display: inline;

}

textarea, select {
    background-color: #EEEEEE;
    border: 1px solid #6699CC;
    color: #000000;
    font-size: 12px;
    margin: 0px;
    padding: 0px;
}


.radio {
    border: none;
    color: #0C0C0C;
    font-size: 12px;
}

.inputStyle {
    background-color: #EEEEEE;
    border: 1px solid #6699CC;
    color: #000000;
    font-size: 12px;
    margin-bottom: 0px;
}

.inputStyle_wide {
    width: 25em;
    background-color: #EEEEEE;
    border: 1px solid #6699CC;
    color: #000000;
    font-size: 12px;
    margin-bottom: 0px;
}


.renew_info {
    padding: 7px;
    color: #fff;
    background: #194F95;
    margin-bottom: 10px;
    border-radius: 6px 6px 6px 6px;
    margin-top: 15px
}

.inputError {
    background-color: rgb(255, 200, 200);
    border: 1px solid rgb(255, 0, 0);
    color: #000000;
    font-size: 12px;
    margin-bottom: 0px;
}


.formTable {
    background-color: #FFFFFF;
    color: #000000;
    font-family: Arial, sans-serif;
    font-size: 12px;
}

.formTitle {
    float: left;
    color: #666699;
    font-style: italic;
    font-size: 24px;
    font-weight: bold;
}

.updateSelect {
    float: right;
}

.elementLabel {
    display: inline;
    font-weight: bold;
    font-size: 12px;
    color: #000000;
    margin: 5px 0 0 0;
    padding: 1px 3px 0px 3px;
    background-color: #ffffff;
}

.elementLabel:link {
    color: #3300cc;
    text-decoration: none;
}

.elementLabel:visited {
    text-decoration: none;
    color: #993333;
}

.elementLabel:hover {
    color: #3300cc;
    text-decoration: underline;
}

.elementDiv {
    margin: 0 0 8px 0;
}

.wisas_s {
    clear: both;
    font-size: 13px;
    font-style: italic;
    margin-top: 10px;
    font-weight: normal;
    line-height: 125%;
}

.aubn_a {
    padding: 1px
}

.aubn_b {
    font-size: 13px;
    font-style: italic;
    font-weight: normal;
}


.mediumBlackText {
    color: #000000;
    font-size: x-small;
    font-family: arial;
    font-weight: regular;
}

.smallBlackLabel {
    color: #000000;
    font-size: 11px;
    font-family: arial;
    font-weight: bold;
}

.mediumBlackLabel {
    color: #000000;
    font-size: x-small;
    font-family: arial;
    font-weight: bold;
}

.largeBlackLabel {
    color: #000000;
    font-size: 16px;
    font-family: arial;
    font-weight: bold;
}

.smallBlueLabel {
    color: #000066;
    font-size: 11px;
    font-family: arial;
    font-weight: bold;
}

.mediumRedLabel {
    color: #cc0000;
    font-size: 14px;
    font-family: arial;
    font-weight: bold;
}

.mediumBlueLabel {
    color: #000066;
    font-size: 14px;
    font-family: arial;
    font-weight: bold;
}

.largeBlueLabel {
    color: #000066;
    font-size: small;
    font-family: arial;
    font-weight: bold;
}

.largeRedLabel {
    color: #cc0000;
    font-size: 16px;
    font-family: arial;
    font-weight: bold;
}

.smallRedText {
    color: #cc0000;
    font-size: xx-small;
    font-family: arial;
}

.smallBlackText {
    color: #000000;
    font-size: xx-small;
    font-family: arial;
}

.smallBlueText {
    color: #0033CC;
    font-size: xx-small;
    font-family: arial;
}

.stdBlackText {
    color: #000000;
    font-size: x-small;
    font-family: arial;
    font-weight: normal;
}

.smallWhiteLabel {
    color: #ffffff;
    font-size: 13px;
    font-family: arial;
    font-weight: bold;
}

.smallRedLabel {
    color: #cc0000;
    font-size: 13px;
    font-family: arial;
    font-weight: bold;
}

.smallWhiteText {
    color: #ffffff;
    font-size: 11px;
    font-family: arial;
}


.verySmallText {
    color: #000000;
    font-size: 9px;
    text-decoration: none;
    font-family: verdana, optima, arial, sans-serif;
    font-weight: normal;
}


/*
       .textarea {
       font-family:verdana, optima, arial, sans-serif;
       color: #000000;
       font-size:12px;
       border : 1px solid #002750;
       background-color:#ffffff
       }



       .smallBlueButton {
               font-family: arial, verdana, optima, sans-serif;
               color: #000000;
               font-size:12px;
               font-weight: bold;
               border : 1px solid #002B7F;
               background-color:#CCCCFF;
               }

       /*used on Client Services Page*/

.clientServicesButton {
    font-family: arial, verdana, optima, sans-serif;
    color: #000066;
    font-size: 12px;
    font-weight: bold;
    border: 1px solid #002B7F;
    background-color: #c8d2e5;
    text-decoration: none;
    padding: 2px 1px 2px 2px;
}

.clientServicesLink {
    font-family: verdana, optima, arial, sans-serif;
    color: #003399;
    font-size: 12px;
    font-weight: bold;
    background-color: #EDECDA;
    text-decoration: none;
}


.leftnav:link {
    font-size: 12px;
    color: #043a5d;
    text-decoration: none;
    font-weight: bold;
}

.leftnav:visited {

    font-size: 12px;
    color: #043a5d;
    text-decoration: none;
    font-weight: bold;
}

.leftnav:hover {

    font-size: 12px;
    color: #043a5d;
    text-decoration: underline;
    font-weight: bold;
}

.leftnav:active {

    font-size: 12px;
    color: #990000;
    text-decoration: none;
    font-weight: bold;
}

.homePageLink:link {
    color: #ffffff;
    font-size: 13px;
    font-family: arial;
    text-decoration: none;
    font-weight: bold;
}

.homePageLink:hover {
    color: #ffffff;
    font-size: 13px;
    padding: 1px 5px 1px 5px;
    text-decoration: none;
    border-bottom: 1px dotted #000066;
    border-right: 1px dotted #000066;
    border-left: 1px dotted #000066;
    border-top: 1px dotted #000066;
    margin: 0px 0 0 0;
}

.homePageLink:visited {
    color: #ffffff;
    font-size: 13px;
    font-family: arial;
    text-decoration: none;
    font-weight: bold;
}


.textlink:link {
    color: #0000FF;
    font-size: x-small;
    text-decoration: none;
    font-family: arial;
}

.textlink:visited {
    font-weight: normal;
    font-size: x-small;
    text-decoration: none;
    color: #993333;
}

.textlink:hover {
    font-weight: normal;
    color: #0000FF;
    text-decoration: underline;
}

.textlinkBold:link {
    color: #0000FF;
    font-size: x-small;
    font-weight: bold;
    text-decoration: none;
    font-family: arial;
}

.textlinkBold:visited {
    font-weight: bold;
    font-size: x-small;
    text-decoration: none;
    color: #993333;
}

.textlinkBold:hover {
    font-weight: bold;
    color: #0000FF;
    text-decoration: underline;
}

.textlinkSmall:link {
    color: #0000FF;
    font-size: xx-small;
    text-decoration: none;
    font-family: arial;
}

.textlinkSmall:visited {
    font-weight: normal;
    font-size: xx-small;
    text-decoration: none;
    color: #993333;
}

.textlinkSmall:hover {
    font-weight: normal;
    color: #0000FF;
    text-decoration: underline;
}

.whitetxt {

    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
}


.blkborder {
    border: 1px solid #000000;
}

.blueOutline {
    border-bottom: 1px dotted #000066;
    border-right: 1px dotted #000066;
    border-left: 1px dotted #000066;
    border-top: 1px dotted #000066;
    margin: 2px 2 2 2;
}

.editorLaunch {
    border-bottom: 1px solid #000066;
    border-right: 1px solid #000066;
    border-left: 1px solid #000066;
    border-top: 1px solid #000066;
    background-color: #66cc66;
    margin: 1px 1 1 1;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 10px;
}

.products {
    float: left;
    cursor: pointer;
    font-size: 11px;
}

.wi_register {
    width: 1000px;
}

.wi_halfbox {
    width: 480px;
    border-radius-bottomleft: 6px;
    border-radius-topleft: 6px;
    border-radius: 6px 6px 6px 6px;
    background: none repeat scroll 0 0 #FFFFFF;
    border-bottom: 1px solid #E0E0E0;
    border-right: 1px solid #E0E0E0;
    overflow: hidden;
    position: relative;
    padding: 5px;
}

.wi_fullbox {
    /*background: none repeat scroll 0 0 #FFFFFF;*/
    margin: 0 13px;
    overflow: hidden;
    position: relative;
    /* width: 995px;*/
}


.wi_register_notes {
    background: url("_inc/images/register_issue.png") no-repeat scroll 0 0 transparent;
    font-size: 13px;
    margin: 20px;
    min-height: 50px;
    padding-left: 50px;
    width: 1200px;
}

.wi_register_notes p {
    color: red;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 0;
}

.wi_register_notes ul {
    list-style: disc outside none !important;
    padding-left: 35px;
}


.wi_register_payment_done {
    background: url("_inc/images/reg_done.png") no-repeat scroll 0 0 transparent;
    font-size: 13px;
    margin: 20px;
    min-height: 50px;
    padding-left: 50px;
    width: 1200px;
}

.wi_register_payment_done p {
    color: red;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 0;
}

.wi_register_payment_done ul {
    list-style: disc outside none !important;
    padding-left: 35px;
}

.wi_halfbox_space {
    margin-left: 30px
}

.adja_single_profile_edit {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #EEEEEE;
    padding: 10px;
}

.adja_single_profile_edit .adja_even {
    background: none repeat scroll 0 0 #EEEEEE;
    padding: 0 3px;
}

.adja_single_profile_edit .adja_up_group {
    background: #666;
    color: #fff
}

.adja_single_profile_edit #inform {
    background: none repeat scroll 0 0 #AE1B1F;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 0 10px #666666;
    color: #FFFFFF;
    font-size: 13px;
    padding: 7px;
}

.adja_user_profile {
    padding: 1px
}

.adja_up_left {
    float: left;
    font-weight: bold;
    width: 150px;
}

.adja_up_right {
    float: right;
    width: 430px;
}

.adja_up_group_data {
    padding: 1px
}

.adja_up_group {
    border-radius: 6px 6px 6px 6px;
    background: none repeat scroll 0 0 #EEEEEE;
    clear: both;
    font-size: 13px;
    font-weight: bold;
    margin-top: 10px;
    padding: 5px;
}


.adja_search_user {
    border-radius: 6px 6px 6px 6px;
    background: none repeat scroll 0 0 #F2F1E6;
    float: left;
    height: 120px;
    margin: 7px;
    padding: 5px;
    width: 180px;
}

.adja_search_user_name {
    color: #194F95;
    float: right;
    font-size: 14px;
    cursor: pointer;
    font-weight: bold;
    line-height: 102%;
    padding-right: 5px;
    width: 115px;
}

.adja_small_avatar {
    float: left
}

.adaj_sie {
    margin-top: 5px
}

/*
	DJ Resources
*/
.adja_resources_box {
    padding: 1px
}

.adja_resources_main {
    font-size: 13px;
    font-weight: bold;
    margin-top: 10px;
}

.adja_resources_sub {
    margin-left: 30px;
}

.adja_resources_main a {
    color: #194F95;
}

.adja_resources_sub a {
    color: #D26169;
}

/*
	DJ Profile Help
*/
.adja_resources_link_profile {
    padding: 1px
}

/*
	User Profile
*/
.adja_up_box {
    height: 235px;
    padding: 5px;
}

.adja_up_box_image {
    border-radius: 6px 6px 6px 6px;
    float: left;
    padding: 10px;
    width: 150px;
}

.adja_up_box_image_in {
    background: none repeat scroll 0 0 #EEEEEE;
}

.adja_up_box_about {
    float: right;
    width: 460px;
}

.adja_up_box_name {
    font-size: 20px;
    font-weight: bold;
    padding: 10px 0;
}

.adja_up_box_wire {
    border-top: 1px solid #EEEEEE;
    clear: both;
    margin-top: 20px;
    padding: 5px;
    width: 100%;
}

.adja_up_box_wire span {
    padding: 1px
}

.adja_up_box_company_logo {
    float: right;
    height: 225px;
    margin: -55px 5px 5px;
    padding: 10px;
    width: 150px;
}

.adja_t_back {
    background: none no-repeat scroll 0 0 #EEEEEE;
    border-radius: 6px 6px 6px 6px;
    font-size: 15px;
    font-weight: bold;
    height: 26px;
    margin-left: 5px;
    padding: 5px;
    width: 86px;
}

.adja_pr_ssas {
    width: 425px;
}

.adja_single_profile {
    margin: 0 150px;
    width: 700px;
}

.adja_search_b {
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 6px 6px 6px 6px;
    border-top: 1px solid #EEEEEE;
    color: #000000;
    font-size: 16px;
    font-weight: bold;
    margin-top: 10px;
    padding: 7px;
}

.adja_search_go_back {
    float: right;
    width: 100px;
}

.adja_roster {
    margin: 0 auto;
    width: 850px;
}

.adja_roster th {
    padding: 1px
}

.adja_roster tr td {
    text-align: left;
}

.adja_roster_second {
    background: #eee
}

.adja_infobox {
    border-radius: 6px 6px 6px 6px;
    background: none repeat scroll 0 0 #F2F1E6;
    font-weight: normal;
    margin-bottom: 15px;
    padding: 5px;
}


.adja_uc_single {
    border-radius: 6px 6px 6px 6px;
    background: none repeat scroll 0 0 #194F95;
    color: #FFFFFF;
    height: 100px;
    margin: 10px 0;
}

.adja_uc_single_img {
    float: left;
    height: 75px;
    padding: 15px;
    width: 50px;
}

.adja_uc_single_l {
    padding: 1px
}

.adja_uc__group h2 {
    color: #194F95;
    font-style: italic;
}

.adja_uc__group {
    padding: 1px
}

.adja_uc_single_l h3 {
    padding: 1px
}

.adja_a_settings {
    width: 700px;
    margin: 0 150px
}

.adja_metabox-holder {
    padding: 1px
}

.postbox {
    padding: 1px
}

.widefat {
    background-color: #FFFFFF;
    border-color: #DFDFDF;
}


.widefat {
    border-radius: 4px 4px 4px 4px;
    border-spacing: 0;
    border-style: solid;
    border-width: 1px;
    clear: both;
    margin: 0;
    width: 100%;
}

.widget, .postbox {
    background-color: #FFFFFF;
}

.widget, #widget-list .widget-top, .postbox, #titlediv, #poststuff .postarea, .stuffbox {
    border-color: #DFDFDF;
}

.widget, .postbox, .stuffbox {
    border-radius: 6px 6px 6px 6px;
    border-style: solid;
    border-width: 1px;
    line-height: 1;
    margin-bottom: 20px;
}

.postbox {
    min-width: 255px;
    position: relative;
    width: 99.5%;
}

.widefat thead tr th, .widefat tfoot tr th, h3.dashboard-widget-title, h3.dashboard-widget-title span, h3.dashboard-widget-title small, .find-box-head {
    background: url("/wp-admin/images/gray-grad.png") repeat-x scroll left top #DFDFDF;
    color: #333333;
}

.widefat th {
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

.widefat td, .widefat th, #install-plugins .plugins td, #install-plugins .plugins th {
    border-color: #DFDFDF;
}

.widefat th, .widefat td {
    overflow: hidden;
}

.widefat th {
    line-height: 1.3em;
    padding: 7px 7px 8px;
    text-align: left;
}

.widefat td, .widefat th {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    font-size: 11px;
}

.widefat * {
    word-wrap: break-word;
}

.widget .widget-top, .postbox h3, .stuffbox h3 {
    background: url("/wp-admin/images/gray-grad.png") repeat-x scroll left top #DFDFDF;
    text-shadow: 0 1px 0 #FFFFFF;
}

.widget .widget-top, .postbox h3, .postbox h3, .stuffbox h3 {
    border-radius: 6px 6px 0 0;
}

.widget .widget-top, .postbox h3, .postbox h3, .stuffbox h3 {
    border-radius: 6px 6px 0 0;
}

#poststuff h3, .metabox-holder h3 {
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    margin: 0;
    padding: 7px 9px;
}

.widget .widget-top, .postbox h3 {
    -moz-user-select: none;
    border: 0 none;
    cursor: move;
    height: 20px;
    margin: 0;
    font-size: 13px;
    padding: 5px 0 0 10px;
    text-align: left;
}

#wi_social_medi_add {
    height: 20px;
    width: 500px;
}

#wi_social_medi_addi {
    margin-top: 0;
    padding-right: 10px;
}

.adja_prof_soctd {
    padding: 1px;
}

.adja_prof_soc {
    width: 200px;
    margin-top: 10px
}

.adja_sponsors {
    margin: 0 120px;
    width: 800px;
}

.adja_prof_soc1 {
    width: 200px;
    margin-top: 10px;
    float: left
}

.adja_sponsors {
    margin: 0 120px;
    width: 800px;
}

.adja_ind_sponsor {
    padding: 1px
}

.adja_ind_sponsor_title {
    margin: 0;
    padding: 1px;
}

.adja_ind_sponsor_image {
    padding: 1px
}

.adja_ind_sponsor_info {
    width: 580px;
}

.adja_ind_sponsor_date {
    padding: 1px
}

.adja_ind_sponsor_about {
    padding: 5px;
}

.adja_ind_sponsor_group {
    background: none repeat scroll 0 0 transparent;
    color: #929292;
    font-size: 27px;
    font-weight: normal;
    margin: 10px 0;
    padding: 3px 10px;
}

.adja_a_bar {
    border-bottom: 1px solid #EEEEEE;
    border-top: 1px solid #EEEEEE;
    background: white;
    height: 40px;
    margin-bottom: 2px;
}

.adja_a_bar_w {
    float: left;
    font-size: 13px;
    font-weight: bold;
    padding: 10px;
    width: 250px;
}

.adja_a_tb {
    width: 678px;
}

.adja_a_tb_a {
    font-size: 13px;
    font-weight: normal;
}

/*
	Events
*/

.adja_event_pdate {
    padding: 0px;
}

.adja_event_ptype {
    margin: 0;
    padding: 0px;
    margin-bottom: 30px;
}

.adja_event_pdate1 {
    font-style: italic;
    font-weight: bold;
    padding: 3px;
}

.adja_event_ptype1 {
    font-style: italic;
    font-weight: bold;
    padding: 3px;
}

.wi_calendar_schedule_info {
    border-bottom: 1px solid #EEEEEE !important;
    border-top: 1px solid #EEEEEE !important;
    height: 60px;
    padding: 8px;
}

.wi_calendar_schedule_info1 {
    float: left;
    width: 400px;
}

.wi_calendar_schedule_info2 {
    float: right;
    margin-top: -8px;
}

.wi_calendar_schedule_info3 {
    float: right;
    margin-top: -3px;
}

.event_now {
    background: none repeat scroll 0 0 transparent;
    color: #929292;
    font-size: 20px;
    font-weight: bold;
    padding: 5px 5px 5px 0;
}

.adja_events_tl {
    margin: 0 auto;
    width: 850px;
}

.adja_single_list_ec {
    margin-bottom: 10px;
}

.adja_single_list_ed {
    color: #1473CD;
    font-size: 15px;
    font-weight: bold;
}

.adja_single_list_em {
    padding: 1px
}

.adja_single_list_e {
    margin-left: 14px;
    margin-top: 3px;
}

.adja_single_list_er {
    padding: 1px
}

.adja_single_list_es {
    padding: 1px
}

.adja_single_e_sector {
    padding: 1px
}

.adja_single_e_date {
    background: url("_inc/images/calendar.png") no-repeat scroll 0 0 transparent;
    float: left;
    font-size: 20px;
    font-weight: bold;
    padding: 0;
    height: 60px;
    margin-top: 15px;
    text-align: center;
    width: 60px;
}

.adja_single_e_items {
    padding: 0;
}

.adja_single_td1 {
    background: none repeat scroll 0 0 transparent;
    color: #FFFFFF;
    font-size: 9px;
    margin-top: -3px;
    padding: 3px;
}

.adja_single_td2 {
    background: none repeat scroll 0 0 transparent;
    clear: both;
    color: #000000;
    float: left;
    font-size: 30px;
    margin-left: 6px;
    padding: 5px;
}


.adja_roster_info {
    border-radius: 6px 6px 0 0;
    background: none repeat scroll 0 0 #194F95;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
    margin: 0;
    padding: 5px 50px;
}

/*
	User Spotlighted
*/
.adja_spotlight_box {
    margin-left: 200px;
    min-height: 200px;
    width: 770px;
}

.adja_spotlight_img {
    float: left;
    height: 250px;
    margin-left: 25px;
    width: 200px;
}

.adja_spotlight_about {
    margin-bottom: 15px;
    border-radius: 6px 6px 6px 6px;
    background: none repeat scroll 0 0 #F2F1E6;
    padding: 10px;
}

.adja_spotlight_link {
    clear: both;
    color: #194F95;
    font-size: 14px;
    font-weight: bold;
}

.adja_spotlight_h2 {
    color: #194F95;
    font-size: 20px;
    margin-left: 50px;
    margin-top: 10px;
}

/*
	Badges
*/

.adja_badges_uin {
    border-radius: 6px 6px 6px 6px;
    background: none repeat scroll 0 0 #194F95;
    color: #FFFFFF;
    padding: 5px;
    height: 95px
}

.adja_badges_uin1 {
    float: left;
    width: 100px;
}

.adja_badges_uin2 {
    padding: 1px
}

.adja_badges_uin3 {
    padding: 1px
}

.adja_badge_single_img {
    float: left;
    padding: 5px;
}

.adja_badge_aimg {
    border: 1px solid #EEEEEE;
    text-align: center;
}

.adja_badge_atit {
    font-size: 14px;
    font-weight: bold;
}

.adja_badge_adesc {
    border-radius: 6px 6px 6px 6px;
    background: none repeat scroll 0 0 #EEEEEE;
    color: #000000;
    margin-bottom: 5px;
    padding: 3px;
}

/* Custom Bages Components */
/* Continuing Education Points */
.adja_badge_sg_cep13jpg {
    padding: 1px
}

.adja_badge_sg_cep13jpg_content {
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 45px;
    margin-left: 41px;
    margin-top: -65px;
    z-index: 100000;
}


.adja_uc_contact {
    padding: 1px
}

.adja_uc_box {
    margin: 0 auto;
    width: 700px;
}

.adja_uc_title {
    padding: 1px
}

.adja_uc_confirm {
    border-radius: 6px 6px 6px 6px;
    background: none repeat scroll 0 0 #EEEEEE;
    padding: 20px;
}

.adja_uc_yes {
    font-size: 18px;
    margin-bottom: 20px;
}

.adja_uc_yes2 {
    padding: 1px
}

.adja_uc_yes3 {
    padding: 1px
}

/* Messages */
.adja_uc_single_m {
    margin: 10px 0;
    border-radius: 6px 6px 6px 6px;
    background: none repeat scroll 0 0 #F2F1E6;
    min-height: 110px;
    padding: 10px;
}

.adja_uc_single_ml {
    float: left;
    width: 100px;
}

.adja_uc_single_mr {
    padding: 1px
}

.adja_uc_single_ma {
    padding: 1px
}

.adja_uc_single_mn {
    font-weight: bold;
    text-align: center;
}

.adja_uc_single_mest {
    font-size: 16px;
    font-style: italic;
}

.adja_uc_single_mescont {
    padding: 1px
}

.adja_uc_single_pnm {
    font-family: calibri, arial;
    font-size: 18px;
    font-weight: bold;
}

.adja_uc_single_pm {
    border-radius: 6px 6px 6px 6px;
    background: none repeat scroll 0 0 #194F95;
    color: #FFFFFF;
    margin-top: 25px;
    padding: 20px;
}

.adja_up_box_actions {
    margin-top: 10px;
}

.adja_uc_yes5 {
    font-size: 13px;
    font-style: italic;
    font-weight: bold;
    margin: 20px 1px 1px;
}

.adja_uc_yes4 {
    border-radius: 6px 6px 6px 6px;
    background: none repeat scroll 0 0 #194F95;
    margin: 2px 20px;
    padding: 10px;
}

.adja_uc_yes4 a {
    color: #FFFFFF;
    font-size: 13px;
    font-weight: bold;
}

.adja_error {
    border-radius: 6px 6px 6px 6px;
    background: none repeat scroll 0 0 #E43232;
    color: #FFFFFF;
    margin: 10px;
    padding: 10px;
}


.adja_success {
    border-radius: 6px 6px 6px 6px;
    background: none repeat scroll 0 0 #194F95;
    color: #FFFFFF;
    margin: 10px;
    padding: 10px;
}


.adja_hp_n {
    margin: 0 auto;
    width: auto;
    /* width: 750px;*/
    min-height: 340px;
}

.adja_hp_nli {
    padding: 1px;
}

.adja_hp_nd {
    background: url("_inc/images/calendar.png") no-repeat scroll 0 0 transparent;
    /* float: left;*/
    font-size: 20px;
    font-weight: bold;
    height: 60px;
    margin-top: 15px;
    text-align: center;
    width: 60px;
}

.adja_hp_nc {
    /* float: right;*/
    margin-bottom: 10px;
    margin-top: 14px;
    /* width: 680px;*/
}

.adja_hp_nt {
    color: #000000;
    font-size: 20px;
    font-weight: bold;
    line-height: 28px;
    font-family: 'Raleway', sans-serif;
}

.adja_hp_npc {
    padding: 1px;
    font-size: 14px;
    margin-top: 10px;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
}

.adj_hp_h2 {
    color: #000000;
}

.adj_hp_mn {
    /*background: none repeat scroll 0 0 transparent;
       color: #000000;*/
    font-weight: bold;
    padding: 5px;
    text-align: center;
    margin-bottom: 25px;
    margin-top: 20px;
}

.adj_hp_mn a {
    color: #fff;
    font-size: 14px;
    /*margin-left: 135px;*/
}


/* Page Rounded Corners */
.adja_bl {
    padding: 1px
}

.adja_br {
    padding: 1px
}

.adja_tl {
    padding: 1px
}

.adja_tr {
    padding: 1px
}

/* Menu Rounded Corners */
.adja_n_bl {
    background: url("_inc/images/bl.png") repeat scroll 0 0 transparent;
    float: left;
    height: 20px;
    width: 25px;
}

.adja_n_br {
    background: url("_inc/images/br.png") repeat scroll 0 0 transparent;
    height: 20px;
    margin-left: 999px;
    position: absolute;
    width: 25px;
}

.adja_n_bc {
    background: url("_inc/images/tm.png") repeat scroll 0 0 transparent;
    height: 50px;
    margin: 0 25px;
    width: 974px;
}

.adja_n_tl {
    background: url("_inc/images/tl.png") repeat scroll 0 0 transparent;
    float: left;
    height: 44px;
    width: 25px;
}

.adja_n_tr {
    background: url("_inc/images/tr.png") repeat scroll 0 0 transparent;
    float: right;
    height: 44px;
    width: 25px;
}

.adja_n_c {
    background: url("_inc/images/tm.png") repeat scroll 0 0 transparent;
    height: 44px;
    margin: 0 25px;
    width: 974px;
}

.adja_n_cb {
    background: url("_inc/images/bmp.png") repeat scroll 0 0 transparent;
    height: 25px;
    margin-left: 25px;
    width: 974px;
}

/* Slider Rounded Corners */
#loopedSlider .adja_s_l {
    background: url("_inc/images/middle-l.png") repeat scroll 0 0 transparent;
    float: left;
    height: 200px;
    width: 13px;
}

#loopedSlider .adja_s_r {
    background: url("_inc/images/middle-r.png") repeat scroll 0 0 transparent;
    height: 200px;
    margin-left: 1011px;
    position: absolute;
    width: 13px;
}

.adja_t_l {
    float: left;
    height: 200px;
    width: 13px;
}

.adja_t_r {
    height: 200px;
    margin-left: 1011px;
    position: absolute;
    width: 13px;
}

.adja_s_pagination {
    height: 30px;
    margin: 0 auto;
    padding: 50px 5px 5px 50px;
    width: 100%;
}

.adja_s_fc {
    margin-top: -10px;
    height: 40px;
}

#adja_s_fo {
    height: 400px;
}

#adja_s_fp {
    height: 400px;
}

.adja_tcbx {
    padding: 1px
}

.adja_find_error { /* background: url("_inc/images/search_error.png") no-repeat scroll 0 0 transparent;*/
    margin-left: 150px;
    margin-top: 100px;
    padding: 2px 0 0 70px;
}

.adja_find_error_title {
    color: #DF760C;
    margin-bottom: 10px;
    padding: 1px;
}


/*
	User My Account page
*/
.wi_account {
    width: 650px;
    margin: 0 auto
}

.adja_account_about {
    color: #194F95;
    font-size: 25px;
    font-weight: bold;
}

.adja_expire {
    margin-left: 20px;
}

.adja_account_type {
    margin-left: 20px;
}

/*.adja_account_number{    border-radius: 6px 6px 6px 6px;
    background: none repeat scroll 0 0 #194F95;
    color: #FFFFFF;
    padding: 4px;}*/
.adja_account_logo {
    color: #194F95;
    margin-top: 14px;
    font-size: 17px;
    margin-bottom: 0;
    font-weight: bold;
}

.adja_company_logo_p {
    margin-left: 20px;
}

.adja_company_logo {
    margin-left: 20px;
    padding-bottom: 10px;
}

.adja_account_ppou {
    color: #334F95;
    font-size: 16px;
    font-weight: bold;
    margin: 10px 0;
}

.adja_account_ppou1 {
    font-style: italic;
    margin-bottom: 10px;
    margin-top: 0;
}

/*
	Rooster Navigation
*/
.adja_nav_all {
    float: right;
    font-weight: bold !important;
    margin: 10px;
    width: 200px;
}

.adja_nav_prev {
    float: left;
    width: 100px;
}

.adja_nav_next {
    float: right;
    width: 100px;
}


.adja_cg_user {
    float: left;
    height: 150px;
    width: 125px;
}

.adja_cg_user1 {
    height: 75px;
    padding: 0 35px;
    width: 50px;
}

.adja_cg_user2 {
    clear: both;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
}

.adja_cg_user3 {
    margin-bottom: 10px;
    padding-top: 5px;
    text-align: center;
}

.adja_cg_cg {
    color: #194F95;
    font-size: 18px;
    margin-bottom: 5px;
    padding: 5px;
}

#adja_contact_group {
    background: none repeat scroll 0 0 #FFFFFF;
    border-bottom: 1px solid #EEEEEE;
    border-top: 1px solid #EEEEEE;
    margin-bottom: 35px;
}

.adja_cg_info {
    float: right;
    height: 150px;
    margin-right: 10px;
    width: 300px;
}

.adja_cg_th_us {
    width: 600px;
    float: left;
    height: 167px;
}

/*
	Normal Navigation Hacks
*/
.adja_nav_c {
    /*border-top: 1px solid #ffffff;*/
    height: 40px !important;
    width: 960px;
    /* margin-right: 0 !important; */
    padding: 9px 8px 8px 8px !important;
    margin: 0 auto;
    /* border-bottom: 1px solid #ffffff; */
}


#adjah_box {
    padding: 0px
}

.adja_nav_current {
    border-top: 3px solid #000 !important;
}

/*
	SpotLight Admin
*/
.adja_assign_spotlight_help {
    padding: 25px;
    width: 500px;
}

.adja_assign_spotlight_help h3 {
    color: #194F95;
    font-size: 15px;
    font-weight: bold;
    margin: 0;
    padding: 0 0 15px;
}

.adja_assign_spotlight_help_h2 {
    color: #194F95;
    font-size: 15px;
    font-weight: bold;
    padding: 15px;
}

.adja_rooster_admin_area {
    clear: both;
    height: 150px;
    margin: 0 0 20px 16px;
    width: 960px;
}


.wi_s_sc {
    float: right;
    text-align: center;
    width: auto;
}

.wi_s_sf {
     float: left;
    width: 100%;
}

/*
	Expiration Left Message
*/
.adja_expire_notice_left {
    background: none repeat scroll 0 0 #000000;
    border-style: solid none none;
    border-width: 1px medium medium;
    color: #FFFFFF;
    margin-bottom: 10px;
    padding-left: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.adja_expire_notice_left_in {
    padding-left: 3px;
}

.adja_expire_notice_left a {
    color: #fff;
    font-weight: bold
}

/*
	Join Page
*/
.adja_join_pdf {
    background: url("_inc/images/pdf.png") no-repeat scroll 0 0 transparent;
    border: 1px solid #EEEEEE;
    color: #194F95;
    font-size: 16px;
    height: 47px;
    margin: 5px auto 0;
    padding-left: 70px;
    padding-top: 20px;
    width: 500px;
}


/* Navigation */
.nav, .nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.nav {

    z-index: 100;
    position: relative;
}

.nav li {
    float: left;
    margin: 0;
    padding: 0;
    position: relative;
}

.nav li a, .nav li a:link, .nav li a:active, .nav li a:visited {

}

.adja_hhtp {
    border: medium none !important;
    padding: 5px;
    margin: 5px;
    width: 120px !important;
}

.nav li a:hover {
    /* background: #fff; */
    color: #fff;
}

#nav-one li:hover a,
#nav-one li.sfHover a {
    background: #fff;
    width: 200px !important;
    color: #000;
}

#nav-one li:hover ul a,
#nav-one li.sfHover ul a {
    background: none;
    color: white !important;
    /* width:200px!important; */
}

#nav-one li:hover ul a:hover,
#nav-one li.sfHover ul a:hover {
    /* background: #fff; */
    color: #fafafa;
    width: 200px !important;
    /* padding: 4px; */
}

.nav ul {
    background: none repeat scroll 0 0 #FFFFFF;
    /* left: -1px; */
    list-style: none outside none;
    margin: 0;
    position: absolute;
    text-align: left;
    top: -999em;
    width: auto;
}

.nav li:hover ul,
.nav li.sfHover ul {
    top: 25px;
}

.nav ul li {
    border: 0;
    float: none;
    /* height: 24px; */
    padding: 4px 0;
}

.nav ul a {
    padding: 2px;
    margin: 6px;
    border-bottom: 0;
    /* padding-left: 6px; */
    width: 200px;
    white-space: nowrap;
    background: none;
}

.nav ul a:hover {
    background: #fff;
    text-decoration: underline;
    color: #000;
}

.adja_badge_years {
    background: url("_inc/images/star2.jpg") no-repeat scroll 0 0 transparent;
    height: 101px;
    width: 216px;
}

.adja_badge_years_c {
    color: #FFFFFF;
    font-size: 40px;
    font-weight: bold;
    padding-left: 52px;
    padding-top: 32px;
}

#contact_us_adja {
    margin-top: 20px
}


/*------------New  Css Add on 31-10-2019---------------*/

section.news_section h3 {
    text-align: center;
    font-family: Raleway;
    font-size: 50px;
    font-weight: bold;
    color: #000;
    margin-top: 51px;
    margin-bottom: 40px;
    text-decoration: underline #1b399f;
}

section.news_section h4 {
    font-size: 41px;
    color: #000;
    font-weight: 700;
    font-family: Raleway;
}

section.news_section h5 {
    font-family: Raleway;
    color: #000;
    font-weight: bold;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 19px;
    margin-top: 11px;
}

section.news_section p {
    font-family: Raleway;
    font-size: 18px;
    font-weight: 400;
    color: #000;
    margin-bottom: 17%;
    line-height: 22px;
}

div#contact_us_adja a {
    font-size: 20px;
    text-transform: capitalize;
    color: #fff;
    text-align: center;
    margin-top: 22px;
    text-decoration: underline;
}

form#search-form {
    margin-top: -3px;
}

form#search-form {
    margin-top: -3px !important;
}

input#s {
    margin-left: 32px !important;
    margin-right: -5px !important;
}

button#search-submit i {
    font-size: 16px;
}

.adja_hp_end h4 {
    position: relative;
    font-size: 40px;
    color: #000;
    font-weight: 700;
    font-family: Raleway;
    font-family: 'Raleway', sans-serif;
    width: 180px;
    height: 70px;
    padding: 4px 6px 4px 12px;
    border-radius: 5px;
    background: linear-gradient(to bottom, #ee0c0c 0%, #ff99acf2 100%);
}

.adja_hp_end h4 small {
    font-size: 22px;
    font-family: Raleway;
    position: relative;
    top: -14px;
    left: 12px;
    font-weight: 600;
}

.adja_hp_end h4 strong {
    font-size: 20px;
    position: relative;
    top: -38px;
    left: 58px;
    font-weight: inherit;
}
.main_new_heading h3 {
    text-align: center;
    font-family: Raleway;
    font-size: 35px;
    font-weight: bold;
    color: #000;
    margin-top: 40px;
    margin-bottom: 35px;
    text-decoration: underline #1b399f;
}

.new_main_sec {
    background-color: #e6e4e4;
}

.adj_hp_mn button {
    padding: 10px 30px;
    background-color: #06217c;
    background-image: linear-gradient(to bottom, #06217c, #003afe);
    border: none;
    border-radius: 5px;

    background: -webkit-linear-gradient(center top, #06217c, #003afe) repeat scroll 0 0 transparent;
    background: -moz-linear-gradient(center top, #06217c, #003afe) repeat scroll 0 0 transparent;
    background: -ms-linear-gradient(center top, #06217c, #003afe) repeat scroll 0 0 transparent;
    background: -o-linear-gradient(center top, #06217c, #003afe) repeat scroll 0 0 transparent;
}

/*---------Footer css   new   1-11-2019-----------*/

.footer_right_side {
    text-align: left;
    padding-top: 3%;
}

.footer_left_side {
    text-align: left;
}

.wi_new_rightab a {
    font-size: 26px;
    line-height: 30px;
    color: #fff !important;
    text-decoration: none;
}

.wi_right_new_b.wi_tagline_new {
    font-size: 22px;
    font-style: italic;
    color: #fff;
    font-weight: 300;
    line-height: 28px;
}

.footer_right_side h6 {
    font-family: Raleway;
    font-size: 40px;
    color: #fff;
    font-weight: 500;
}

span.adja {
    color: #92073e;
    font-weight: 600;
}

.news-letter-cstm p {
    color: #fff;
    font-size: 15px;
    font-family: Raleway;
}

.footer_left_side img {
    height: 120px;
}

input.news_letter_mail {
    height: 46px;
    width: 55%;
    background: #f6a5c6;
    border: none;
    padding: 8px;
    color: #fff;
}

input.subscribe_newslt {
    background: #92073e;
    padding: 14px 30px;
    font-size: 16px;
    border: none;
    color: #d5d5d5;
    margin-left: -2px;
    border-radius: unset;
    text-transform: uppercase;
}

.social_icons_sec {
    text-align: left;
    margin-top: 20px;
}

.footer_right_side label {
    width: 100%;
}

div#footer {
    padding: 45px 0px;
}

.footer_last_sec p {
    font-size: 15px;
    border-top: 1px solid;
    margin-top: 25px;
    padding-top: 15px;
    color: #fff;
    font-family: Raleway;
}

.wi_new_rightab {
    margin-top: 16px;
}

.wi_new_left img {
    height: 92px !important;
    width: 95px !important;
}

.social_icons_sec img {
    margin-right: 10px;
}

.footer_last_sec a {
    color: #fff !important;
}

input.subscribe_newslt:hover {
    color: #d7d7d7;
}

.news_letter_mail::placeholder {
    color: #fffdfd !important;
    font-size: 16px;
}

#adjah_box {
    /* background-image: none !important; */
    /* background-repeat: no-repeat; */
    /* background-size: 100% 60% !important; */
    background-size: cover;
    height: 110px;
    background-image: linear-gradient(45deg, #114fa0, #dfdfff);
}

.slide p {
    color: #fff !important;
}

/*-------------------Carousel Slider css--------------2-11-19--------------------*/
/*.main_banner_slider .carousel-item {
    height: 400px;
}
div#demo {
    padding: 0px 0px 66px 0px;
}
.main_banner_slider h2 {
    font-size: 45px;
    font-family: raleway;
    font-weight: 600;
    margin-bottom: 6px;
}
.main_banner_slider p {
    font-size: 16px;
    line-height: 24px;

}
.main_banner_slider button {
    padding: 22px 30px;
    background-image: linear-gradient(to bottom, #06217c , #003afe);
    border: none;
    border-radius: 5px;
    color: #fff;
    font-size: 20px;
    font-family: raleway;
    font-weight: 500;
    margin-top: 12px;
}
td.adja_prof_soctd img {
    padding-right: 6px;
}
*/

div#loopedSlider .container {
    height: 210px;
}

/*--------------wedding-section------------------*/

.all_wedding_slider {
    padding: 8% 0px 0px 0px;
    width: 100%;
}

.all_wedding_slider h2 {
    font-size: 60px;
    color: #ffffff;
    font-family: raleway;
    font-weight: 500;
    margin-bottom: 10px;
}

.all_wedding_slider p {
    font-size: 20px;
    width: 60%;
    margin: 0 auto;
    line-height: 25px;
}

.all_wedding_slider button {
    background-image: linear-gradient(to bottom, #06217c, #003afe);
    background-color: #06217c;
    padding: 15px 35px;
    font-size: 22px;
    border: none;
    color: #fff;
    margin-top: 20px;
    border-radius: 5px;
    font-family: Raleway;
    font-weight: 500;
}

/*

.mitzvah_sec h2 {
    font-size: 40px;
    color: #fff;
    font-family: raleway;
    font-weight: 500;
    margin-bottom: 10px;
}
.mitzvah_sec p {
    font-size: 16px;
    width: 55%;
    margin: 0 auto;
    line-height: 25px;
}

.mitzvah_sec button {
    background-image: linear-gradient(to bottom, #06217c , #003afe);
    padding: 15px 35px;
    font-size: 22px;
    border: none;
    color:#fff;
    margin-top: 20px;
    border-radius: 5px;
    font-family: Raleway;
    font-weight: 500;
}
 .mitzvah_sec{
 padding: 13% 0px 0px 0px;
 }



 .corporate_event_sec{
 	padding: 13% 0px 0px 0px;
 }
 .corporate_event_sec h2 {
    font-size: 40px;
    color: #fff;
    font-family: raleway;
    font-weight: 500;
    margin-bottom: 10px;
}

 .corporate_event_sec p {
    font-size: 16px;
    width: 55%;
    margin: 0 auto;
    line-height: 25px;
}
.corporate_event_sec button {
    background-image: linear-gradient(to bottom, #06217c , #003afe);
    padding: 15px 35px;
    font-size: 22px;
    border: none;
    color:#fff;
    margin-top: 20px;
    border-radius: 5px;
    font-family: Raleway;
    font-weight: 500;
}



 .school_event_sec{
 	padding: 13% 0px 0px 0px;
 }
 .school_event_sec h2 {
    font-size: 40px;
    color: #fff;
    font-family: raleway;
    font-weight: 500;
    margin-bottom: 10px;
}

 .school_event_sec p {
    font-size: 16px;
    width: 55%;
    margin: 0 auto;
    line-height: 25px;
}

 .school_event_sec button {
    background-image: linear-gradient(to bottom, #06217c , #003afe);
    padding: 15px 35px;
    font-size: 22px;
    border: none;
    color:#fff;
    margin-top: 20px;
    border-radius: 5px;
    font-family: Raleway;
    font-weight: 500;
}
*/


.adja_nav_c {
    position: relative;
    width: 100% !important;
    z-index: 99999999 !important;
}
.adja_nav_c_in{
    background: #00000059 !important;
    padding: 5px;
    padding-right: 30px;
}

.new_main_sec {

    margin-top: 3%;
}

.the_body {
    position: relative;
    z-index: 99999;
}

/* .video_container .overlay {
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 2;
    background: rgba(0,0,0,0.5);
    height: 710px;
} */
.col-lg-4 {
    float: left !important;
}

.col-lg-6 {
    float: left !important;
}

.adj_hp_mn {
    float: left;
    width: 100%;
}

.form-new-div {
    float: left !important;
}

.all_wedding_slider a img {
    float: none !important;
    margin-top: 20px;
}

div#loopedSlider a img {
    float: none !important;
}

.wi_calendar_schedule_info {
    margin: 0 auto;
    width: 1000px;
}

.wi_calendar_schedule_info3 input {
    background: linear-gradient(to bottom, #ee0c0c 0%, #ef4a5b 100%);
    font-size: 15px;
    color: #fff;
    padding: 10px;
}

.new_main_sec {
    position: relative;
}

div#loopedSlider-pagination {
    height: 20px !important;
    text-align: center !important;
    margin: 0 auto;
}

/* ----------button on hover----------- */

.dropbtn {
    background-color: transparent;
    color: white;
    padding: 9px 16px 16px 16px;
    font-size: 16px;
    border: none;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 99999;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {
    background-color: #ddd;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    background-color: #ffffff;
    color: #000;
}

/* -----------main navbar---------css----- */

.main-navbar {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.main-navbar ul li a {
    color: #fff !important;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
}

@media (min-width: 1200px) {
    .main-navbar {
        max-width: 1140px;
    }

}

@media (min-width: 768px) {
    .main-navbar {
        max-width: 720px;
    }

}

@media (min-width: 576px) {
    .main-navbar {
        max-width: 540px;
    }

}

@media onle screen {

}

@media only screen and (min-width: 768px) and (max-width: 980px) {


    video.myVideo22 {
        width: 100%;
        /* height: 555px; */
        min-height: auto;
    }

    .all_wedding_slider {
        padding: 5% 0px 5% 0px;
    }

    .adja_s_pagination {
        height: 30px;
        margin: 10px 3px 0;
        padding: 0px;
        width: auto;
    }

    #header #logo {
        float: left;
        width: 67%;
    }

        /*.all_wedding_slider p {*/
        /*    width: 100%;*/
        /*}*/

    .wi_tagline {
        color: #fff;
        font-size: 17px;
    }
}

.navbar-toggler {
    display: none;
}

.adja_a_bar ul li {
    float: left !important;
    padding: 0px;
    padding-right: 20px;
    padding-left: 10px;
    vertical-align: middle;

}

.adja_a_bar ul li a:hover {
    color: #3300cc;
    text-decoration: none;
}

.adja_a_bar_w {
    width: auto;
}

.nav-link {
    display: block;
    padding: 0px !important;
}

.adja_hhtp {
    margin: 0px;
    width: auto !important;
}

#nav-one li:hover a, #nav-one li.sfHover a {
    width: auto !important;
    background: none;
    color: #fff;
}

#nav-one li:hover ul a:hover, #nav-one li.sfHover ul a:hover {
    width: auto !IMPORTANT;
}

.wi_nav_button .sub-navset {
    opacity: 0.9999;
    display: block;
    margin-top: -5px;
    background: #00000061 !important;
}

img.avatar {
    height: auto;
}

.adja_up_box_image_in img {
    border: 0px;
    height: auto;
}
.adja_nav_c .navbar-expand-lg {
    flex-direction: column;
}
/*@media only screen and (min-width: px) and (max-width: px){*/
/*    !*#loopedSlider {*!*/
/*    !*    height: calc(37vh - 420px);*!*/
/*    !*}*!*/
/*}*/
/*@media only screen and (min-width: 601px) and (max-width: 800px){*/
/*    #loopedSlider {*/
/*        height: calc(32vh - 420px);*/
/*    }*/
/*}*/
@media only screen and (min-width: 601px) and (max-width: 992px) {
    .wi_left a img {
        width: 55px !important;
        height: auto !important;
    }

    td a img {
        border: 0px !important;
        width: 20px;
        height: auto !important;
    }

    .wi_rightf {
        text-align: left !important;
    }

    .wi_righta a {
        color: #ffffff !important;
        font-weight: 600 !important;
        text-decoration: none !important;
        font-size: 18px !important;
        margin-left: 0px !important;
    }

    .wi_righta {
        font-size: 14px !important;
        font-weight: normal !important;
        margin-top: 6px !important;
        padding-left: 65px !important;
    }

    .wi_tagline {
        color: #fff !important;
        font-size: 15px !important;
        font-style: italic !important;
        padding-left: 0px !important;
        margin-top: 0px !important;
        line-height: 14px;
        margin-left: 67px !important;
    }

    div#contact_us_adja a {
        font-size: 18px !important;
        text-transform: capitalize;
        color: #ffffff !important;
        text-align: center;
        margin-top: 20px;
        text-decoration: underline;
        font-weight: bold;
    }

    #contact_us_adja {
        margin-top: 0px;
        color: black;
    }

    .adja_a_bar_w {
        float: left;
        font-size: 12px;
        font-weight: bold;
        padding: 6px;
        width: auto;
    }

    .nav-link {
        display: block;
        padding: 5px 186px 5px 28px !important;
        color: white;
    }

    .navbar-toggler-icon {
        width: 0.5em !important;
        height: 0.5em !important;
        background-color: white !important;
    }

    .navbar-toggler {
        padding: .25rem .75rem !important;
        font-size: 1.25rem !important;
        line-height: 1 !important;
        background-color: transparent;
        border: 1px solid transparent;
        border-radius: .25rem;
        background: black;
        top: 0;
        right: 0;
        position: absolute;
    }

    .navbar-toggler {
        margin-top: 4px;
        margin-right: 4px;
        display: block;
        background-color: black !important;
    }

    .navbar-collapse {
        background: black !important;
        margin-top: 40px;
        padding-bottom: 10px;
        padding-top: 10px;
    }

    .navbar {
        position: absolute !important;
        padding: 0px !important;
        width: 100% !important;
        top: 0 !important;
        right: 0 !important;
        z-index: 9999999 !important;
    }

    .adja_a_bar ul li {
        float: none !important;
    }

    .adja_nav_c {
        width: auto;
    }

    .wi_nav_button a {
        color: #ffffff;
    }

    .wi_nav_button a.nav-link {
        display: block;
        padding: 5px 400px 5px 28px !important;
        color: white !important;
        font-size: 13px;
    }

    .wi_nav_button {
        height: auto;
        margin-left: 13px;
        margin-top: 0px;
    }

    input#s {
        margin-left: 0px !important;
        margin-right: -5px !important;
        padding-right: 124px;
    }

    #header {
        margin-bottom: 40px;
        height: auto;
        padding-top: 40px;
    }

    .wi_nav_button .sub-navset a.nav-link {
        padding: 0px 0px 0px 0px !important;
    }

    .wi_nav_button .sub-navset {
        margin-top: 5px !important;
    }

    .fa-bars {
        color: white !important;
    }

    .adja_s_pagination {
        height: auto;
        margin: 0px;
        padding: 0px;
        width: auto;
    }

    .wi_slider_button a {
        font-size: 7px !important;
    }

    ul.pagination li a {
        padding: 2px 2px;
    }

    .wi_slider_button_active a {
        color: #ffffff;
        font-weight: bold;
        font-size: 9px !important;
    }

    div#loopedSlider-pagination {
        height: 39px !important;
    }

    #loopedSlider .container {
        width: auto;
    }

    #loopedSlider .container {
        width: auto;
        /* height: 380px !important; */
    }

    .adja_t_l {
        width: auto;
    }

    .adja_expire_notice_left {
        margin-bottom: 0px;
        padding-left: 5px;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .adja_expire_notice_left_in {
        padding-left: 0px;
        text-align: center;
    }

    .adja_expire_notice_left_in span {
        float: none !important;
        margin-right: 0px !important;
    }

    .wi_right_new_b.wi_tagline_new {
        font-size: 14px;
        font-style: italic;
        color: #fff;
        font-weight: 300;
        line-height: 20px;
    }

    .footer_right_side h6 {
        font-size: 26px;
    }

    input.subscribe_newslt {
        padding: 14px 25px;
        font-size: 14px;
    }

    input.news_letter_mail {
        width: 58%;
    }

    .wi_new_left img {
        height: 70px !important;
        width: 72px !important;
    }

    .wi_new_rightab {
        margin-top: 5px;
    }

    div#footer {
        padding: 50px 0px;
        padding-top: 20px;
    }

    .footer_last_sec p {
        margin-top: 10px;
    }

    #footer a {
        color: #fff;
    }

    .wi_new_rightab a {
        font-size: 20px;
    }

    .adja_a_settings {
        width: auto;
        margin: 0px 20px;
    }

    .t_container {
        width: auto;
    }

    .adja_infobox {
        width: auto;
    }

    .postbox {
        width: auto;
    }

    .postbox table tr td, .postbox table tr th {
        padding: 4px;
    }

    .postbox table tr td .wi_textinput {
        width: auto;
    }

    .postbox table tr td .wi_textarea {
        height: auto;
        width: auto;
    }

    .defaultSkin table.mceLayout {
        width: 200px;
        height: 100px;
    }

    .widefat {
        width: 100%;
    }

    .adja_admin_tifop {
        width: auto;
    }

    #wi_social_medi_addi {
        margin-top: 0;
        padding-right: 10px;
    }

    #wi_social_medi_add {
        height: 20px;
        width: auto;
    }

    .settablesize table {
        width: auto !important;
    }

    .settablesize table .wi_textinput {
        width: auto !important;
    }

    .selectsetm table {
        width: auto;
    }

    .selectsetm .t_dropdown1 {
        width: 150px;
    }

    .adja_search_b span {
        font-size: 10px;
    }

    .adja_search_b .wi_textinput {
        margin-right: 5px;
        width: auto;
    }

    .text-settingsm {
        width: auto;
        font-size: 14px !important;
    }

    .djset12 table {
        width: auto;
    }

    .djset12 table .set123 {
        width: auto !important;
    }

    .table-responsive {
        width: auto;
    }

    .adja_signup_form_o {
        margin: 0 20px;
    }

    .wi_register {
        width: auto !important;
    }

    .inputLine {
        width: auto !important;
    }

    div.floatLeft_rightAlign {
        float: none;
    }

    div.inputField {
        display: block;
    }

    div.inputField .inputLabel {
        display: block;
    }

    div.inputSection {
        width: auto;
    }

    .inputLine iframe {
        width: 600px;
    }

    div.optionDescrip {
        width: auto;
    }

    .nav-link.active {
        color: white;
    }

    .adja_single_profile {
        margin: 0 20px;
        width: auto;
    }

    .adja_up_box_image_in img {
        border: 0px;
        height: auto;
    }

    .adja_up_box_about {
        float: none;
        width: auto;
    }

    .adja_up_group {
        margin-top: 120px;
    }

    .adja_up_right {
        float: none;
        width: auto;
    }

    .adja_up_right input {
        width: auto !important;
    }

    .adja_up_left {
        float: none;
        font-weight: bold;
        width: auto;
    }

    .adja_up_group_data .wi_select {
        width: 150px;
    }

    .container {
        max-width: 100% !important;
    }

    .wi_account {
        width: auto;
        margin: 0 20px;
    }

    .u-set {
        width: auto !important;
    }

    .u-set2 {
        margin-left: 5px !important;
    }

    .adja_resources_box .wi_textinput {
        width: auto;
    }

    .entry p iframe {
        width: auto !important;
        height: auto !important;
    }
    div.post span img {
        width: 120px !important;
        height: auto !important;
    }

    .page .post .entry table td a img, .page .post .entry table td strong img, .page .post .entry table td img {
        width: 120px !important;
        height: auto !important;
    }
    .tableset1, .tableset2, .tableset3, .knot-set {
        width: auto !important; height: auto !important;
    }
    .adja_spotlight_box {
        margin-left: 20px;
        min-height: 70px;
        margin-top: 20px;
        width: 600px;
    }
    .adja_spotlight_img {
        float: none;
        height: auto;
        margin-left: 25px;
        width: auto;
    }
    .adja_events_tl {
        margin: 40px 20px 0px 20px;
        width: auto;
    }
    .wi_calendar_schedule_info {
        margin: 0px;
        width: auto;
    }
    .wi_calendar_schedule_info1 {
        float: none;
        width: auto;
    }
    .wi_calendar_schedule_info3 {
        float: none;
        margin-top: 0px;
    }
    .adja_sponsors {
        margin: 0 20px;
        width: auto;
    }
    .adja_ind_sponsor_info {
        width: auto;
    }
    .adja_ind_sponsor_image img {
        width: 200px;
        height: auto;
    }
    .adja_roster {
        margin: 0 auto;
        width: auto;
    }
    .pageset table {
        width: auto!important;
        hheight: auto !important;
    }
    .table-set22 table{ height: auto !important; width: 600px !important;}
    .adja_uc_contact td { display: block;}
    .adja_uc_contact td .wi_textinput, .adja_uc_contact td .wi_textarea, .wi_search, .wi_search, .wi_search_box { width: auto !important; height: auto !important;}
    .wi_search_user {width: auto !important; padding: 15px !important;}
    .all_wedding_slider {
        padding: 40px 0px 0px 0px;
    }
    .search-dis, .contact-hide {
        display: block !important;
    }
    .wi_s_sf form {
        display: none;
    }
    .search-dis .field_set1 {
        width: 450px;
    }
    #loopedSlider {
        margin: -20px auto;
        /*height: calc(100vh - 45px); */
		 height: calc(35vh - 0px); 
		 
}
    div#loopedSlider a img {
        width: 70px;
        height: auto;
        margin-top: 0px;
    }

}
@media only screen and (min-width: 600px) and (max-width: 750px) {
	#loopedSlider {
        	 height: calc(30vh - 0px);  
	}
}
@media only screen and (max-width: 600px) {
    .wi_left a img {
        width: 55px !important;
        height: auto !important;
    }

    td a img {
        border: 0px;
        width: 20px;
        height: auto;
    }

    .wi_rightf {
        text-align: left !important;
    }

    .wi_righta a {
        color: #ffffff;
        font-weight: 600;
        text-decoration: none !important;
        font-size: 11px;
        margin-left: 0px !important;
    }

    .wi_righta {
        font-size: 14px;
        font-weight: normal;
        margin-top: 6px;
        padding-left: 65px;
    }

    .wi_tagline {
        color: #fff;
        font-size: 9px;
        font-style: italic;
        padding-left: 0px;
        margin-top: 0px;
        line-height: 14px;
        margin-left: 67px !important;
    }
    #header #logo {
        width: 70%;
    }
    #header #search-bar {
        width: 30%;
    }

    div#contact_us_adja a {
        font-size: 9px !important;
        text-transform: capitalize !important;
        color: #d0d0d0 !important;
        text-align: center;
        margin-top: 22px;
        text-decoration: underline;
        font-weight: bold;
    }

    #contact_us_adja {
        margin-top: 0px;
        color: black;
    }

    .adja_a_bar_w {
        float: left;
        font-size: 12px;
        font-weight: bold;
        padding: 6px;
        width: auto;
    }

    .nav-link {
        display: block;
        padding: 5px 186px 5px 28px !important;
        color: white;
    }

    .navbar-toggler-icon {
        width: 0.5em;
        height: 0.5em;
        background-color: white;
    }

    .navbar-toggler {
        padding: .25rem .75rem;
        font-size: 1.25rem;
        line-height: 1;
        background-color: transparent;
        border: 1px solid transparent;
        border-radius: .25rem;
        background: black;
        top: 0;
        right: 0;
        position: absolute;
    }

    .navbar-toggler {
        margin-top: 4px;
        margin-right: 4px;
        display: block;
        background-color: black !important;
    }

    .navbar-collapse {
        background-color: black !important;
        margin-top: 40px;
        padding-bottom: 10px;
        padding-top: 10px;
    }

    .navbar {
        position: absolute !important;
        padding: 0px !important;
        width: 100%;
        top: 0;
        right: 0;
        z-index: 9999999 !important;
    }

    .adja_a_bar ul li {
        float: none !important;
    }

    .adja_nav_c {
        width: auto;
    }

    .wi_nav_button a {
        color: #ffffff;
    }

    .wi_nav_button a.nav-link {
        display: block;
        padding: 5px 186px 5px 28px !important;
        color: white !important;
        font-size: 13px;
    }

    .wi_nav_button {
        height: auto;
        margin-left: 13px;
        margin-top: 0px;
    }

    input#s {
        margin-left: 0px !important;
        margin-right: -5px !important;
        padding-right: 124px;
    }

    #header {
        margin-bottom: 40px;
        height: auto;
        padding-top: 40px;
    }

    .wi_nav_button .sub-navset a.nav-link {
        padding: 0px 0px 0px 0px !important;
    }

    .wi_nav_button .sub-navset {
        margin-top: 15px !important;
    }

    .fa-bars {
        color: white !important;
    }

    .adja_s_pagination {
        height: auto;
        margin: 0px;
        padding: 0px;
        width: auto;
    }

    .wi_slider_button a {
        font-size: 7px !important;
    }

    ul.pagination li a {
        padding: 2px 2px;
    }

    .wi_slider_button_active a {
        color: #ffffff;
        font-weight: bold;
        font-size: 9px !important;
    }

    div#loopedSlider-pagination {
        height: auto !important;
    }

    #loopedSlider .container {
        width: auto;
    }

    #loopedSlider .container {
        width: auto;
        height: 125px !important;
    }
    #loopedSlider-pagination .container {
        width: auto;
        height: 30px !important;
    }


    .adja_t_l {
        width: auto;
    }

    .adja_expire_notice_left {
        margin-bottom: 0px;
        padding-left: 5px;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .adja_expire_notice_left_in {
        padding-left: 0px;
        text-align: center;
    }

    .adja_expire_notice_left_in span {
        float: none !important;
        margin-right: 0px !important;
    }

    .wi_right_new_b.wi_tagline_new {
        font-size: 14px;
        font-style: italic;
        color: #fff;
        font-weight: 300;
        line-height: 20px;
    }

    .footer_right_side h6 {
        font-size: 26px;
    }

    input.subscribe_newslt {
        padding: 14px 25px;
        font-size: 14px;
    }

    input.news_letter_mail {
        width: 58%;
    }

    .wi_new_left img {
        height: 70px !important;
        width: 72px !important;
    }

    .wi_new_rightab {
        margin-top: 5px;
    }

    div#footer {
        padding: 50px 0px;
        padding-top: 20px;
    }

    .footer_last_sec p {
        margin-top: 10px;
    }

    #footer a {
        color: #fff;
    }

    .wi_new_rightab a {
        font-size: 20px;
    }

    .adja_a_settings {
        width: auto;
        margin: 0px 20px;
    }

    .t_container {
        width: auto;
    }

    .adja_infobox {
        width: auto;
    }

    .postbox {
        width: auto;
    }

    .postbox table tr td, .postbox table tr th {
        padding: 4px;
    }

    .postbox table tr td .wi_textinput {
        width: auto;
    }

    .postbox table tr td .wi_textarea {
        height: auto;
        width: auto;
    }

    .defaultSkin table.mceLayout {
        width: 200px;
        height: 100px;
    }

    .widefat {
        width: 100%;
    }

    .adja_admin_tifop {
        width: auto;
    }

    #wi_social_medi_addi {
        margin-top: 0;
        padding-right: 10px;
    }

    #wi_social_medi_add {
        height: 20px;
        width: auto;
    }

    .settablesize table {
        width: auto !important;
    }

    .settablesize table .wi_textinput {
        width: auto !important;
    }

    .selectsetm table {
        width: auto;
    }

    .selectsetm .t_dropdown1 {
        width: 150px;
    }

    .adja_search_b span {
        font-size: 10px;
    }

    .adja_search_b .wi_textinput {
        margin-right: 5px;
        width: auto;
    }

    .text-settingsm {
        width: auto;
        font-size: 14px !important;
    }

    .djset12 table {
        width: auto;
    }

    .djset12 table .set123 {
        width: auto !important;
    }

    .table-responsive {
        width: auto;
    }

    .adja_signup_form_o {
        margin: 0 20px;
    }

    .wi_register {
        width: auto !important;
    }

    .inputLine {
        width: auto !important;
    }

    div.floatLeft_rightAlign {
        float: none;
    }

    div.inputField {
        display: block;
    }

    div.inputField .inputLabel {
        display: block;
    }

    div.inputSection {
        width: auto;
    }

    .inputLine iframe {
        width: auto;
    }

    div.optionDescrip {
        width: auto;
    }

    .adja_single_profile {
        margin: 0 20px;
        width: auto;
    }

    .adja_up_box_image_in img {
        border: 0px;
        height: auto;
    }

    .adja_up_box_about {
        float: none;
        width: auto;
    }

    .adja_up_group {
        margin-top: 120px;
    }

    .adja_up_right {
        float: none;
        width: auto;
    }

    .adja_up_right input {
        width: auto !important;
    }

    .adja_up_left {
        float: none;
        font-weight: bold;
        width: auto;
    }

    .adja_up_group_data .wi_select {
        width: 150px;
    }

    .container {
        max-width: 100% !important;
    }

    .wi_account {
        width: auto;
        margin: 0 20px;
    }

    .u-set {
        width: auto !important;
    }

    .u-set2 {
        margin-left: 5px !important;
    }

    .adja_resources_box .wi_textinput {
        width: auto;
    }

    .entry p iframe {
        width: auto !important;
        height: auto !important;
    }
    div.post span img {
        width: 50px !important;
        height: auto !important;
    }
    .page .post .entry table td a img, .page .post .entry table td strong img, .page .post .entry table td img {
        width: 80px !important;
        height: auto !important;
    }
    .tableset1, .tableset2, .tableset3, .knot-set {
        width: auto !important; height: auto !important;
    }
    .adja_spotlight_box {
        margin-left: 20px;
        min-height: 70px;
        margin-top: 20px;
        width: 330px;
    }
    .adja_spotlight_img {
        float: none;
        height: auto;
        margin-left: 25px;
        width: auto;
    }
    .adja_events_tl {
        margin: 40px 20px 0px 20px;
        width: auto;
    }
    .wi_calendar_schedule_info {
        margin: 0px;
        width: auto;
    }
    .wi_calendar_schedule_info1 {
        float: none;
        width: auto;
    }
    .wi_calendar_schedule_info3 {
        float: none;
        margin-top: 0px;
    }
    .adja_sponsors {
        margin: 0 20px;
        width: auto;
    }
    .adja_ind_sponsor_info {
        width: auto;
    }
    .adja_ind_sponsor_image img {
        width: 200px;
        height: auto;
    }
    .adja_roster {
        margin: 0 auto;
        width: auto;
    }
    .pageset table {
        width: auto!important;
        height: auto!important;
    }
    .entry center iframe {
        width: auto;
        height: auto;
    }
    .table-set22 table{ height: auto !important; width: 320px !important;}
    .adja_uc_contact td { display: block;}
    .adja_uc_contact td .wi_textinput, .adja_uc_contact td .wi_textarea, .wi_search, .wi_search, .wi_search_box{ width: auto !important; height: auto !important;}
    .wi_search_user {width: auto !important; padding: 15px !important;}
    div.dir-search {float: none;margin: 0px;}
    .tableset221  { width: auto !important; height: auto !important;}
    .adja_nav_c_in .wi_nav_button a {color: white !important;}
    .sub-navset .nav-item a.nav-link, #nav-one ul a.nav-link{color: white !important;}
    .wi_calendar_schedule{margin-top: 20px}
    .wi_textinput, .wi_textarea, .adja_up_right textarea{ width: auto!important; height: auto !important;}
    .widefat td, .widefat th {display: block;}
    .adja_pr_ssas {width: auto!important;float: left!important;}

    .all_wedding_slider p {
        font-size: 10px;
        line-height: 20px;
        width: 90% !important;
    }
    .all_wedding_slider h2 {
        font-size: 24px;
        margin-bottom: 5px;
    }
    .all_wedding_slider {
        padding: 0px;
    }
    div#loopedSlider a img {
        width: 70px;
        height: auto;
        margin-top: 0px;
    }
    .adja_up_box_name {
        font-size: 20px;
        padding: 10px 0px 0px 180px;
    }
    .adja_up_box_company_logo {
        float: none;
        height: 90px;
        margin: 10px 5px 5px;
        padding: 0px;
        width: 150px;
    }
    .adja_uc_box {
        margin: 15px;
        width: auto;
    }
    .adjaCTYPEm {
        width: auto !important;
    }
    .adja_prof_soc {
        width: auto;
        margin-top: 60px;
    }
    .wi_nav_button .sub-navset {
        background: #000000 !important;
        box-shadow: 0px 0px 32px 0px rgba(38,38,38,0.77);
    }
    .fa-bars {
        color: #444444 !important;
    }
    .navbar-toggler {
        background-color: white !important;
    }
    .unique-page .adja_nav_c {
        margin-bottom: 0px;
    }
    .search-dis, .contact-hide {
        display: block !important;
    }
    .wi_s_sf form {
        display: none;
    }
    .search-dis .field_set1 {
        width: 200px;
    }
    #loopedSlider {
        margin: -25px auto;
    }
}
BODY {
    background-color: #29292a !important;
}
#header #logo img {
	width: 135px;
    height: 135px;
}
/*.t_container .wi_righta a {*/
/*    color: #252525;*/
/*}*/
/*.t_container .wi_tagline {*/
/*    color: #4c4c4c;*/
/*}*/
/*.t_container div#contact_us_adja a {*/
/*    color: #191919;*/
/*}*/
 .adja_nav_c{
    margin-bottom: 20px;
}
 .adja_hp_nt a {
    color: #000000 !important;
}
/*.t_container {*/
/*width: 1110px;*/
/*}*/
/*.t_container .adja_nav_c_in*/
/*{*/
/*    background: #00000000 !important;*/
/*}*/
.unique-page .adja_nav_c_in
{
    background: #00000000 !important;
}
/*.t_container  .wi_nav_button a {*/
/*    color: #000;*/
/*}*/
/*.t_container #nav-one li:hover a{*/
/*     color: #0e0e0e;*/
/* }*/
/*.t_container #nav-one li:hover  a{*/
/*    color: #0e0e0e;*/
/*}*/
.unique-page .wi_nav_button .sub-navset {
    background: #0b0b0b !important;
}
.unique-page .adja_nav_current {
    border-top: 3px solid #fff !important;
}
.unique-page .container {
    max-width: 100% !important;
}
/*.t_container .t_container {*/
/*    width: 998px;*/
/*}*/
.t_container{
padding-top: 10px;
}
h1,h2,h3,h4,h5{font-family:ubuntu}

.author-box img {
    height: auto !important;
}
.adja_pr_ssas iframe {
    width:  auto !important;
    height: auto !important;
}
.search-dis, .contact-hide {
    display: none;
}


@media only screen and (min-width: 1200px) {
    #loopedSlider {
        height: calc(48vh - 0px);
    }
}
@media only screen and (min-width: 1366px) {
    #loopedSlider {
        height: calc(45vh - 0px);
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    #loopedSlider {
        /*height: calc(100vh - 155px); */
		height: calc(42vh - 0px);
    }
}

@media only screen and (max-width: 768px) {
    .adja_hp_n { 
		min-height: 210px;
	}
}

/*video.myVideo22 {*/
/*    position: absolute;*/
/*    max-height: 592px;*/
/*    width: 100%;*/
/*    min-height: auto;*/
/*}*/