@charset "utf-8";
/* CSS Document */

img {
	border: none;
	max-width: 100%;
}
html {
	/*font-size: 14px;*/
	color: #555555;
	overflow-x: hidden;
	overflow-x: hidden;
}
/* 03-jan-2018 */

.dm_prop {
    margin: 6px 0;
}
.cell-tags span a {
    color: #1f3a55;
}
.fixed {
    position: fixed;
    z-index: 999;
    top: 0;
	animation: smoothScroll 1s forwards;
}
.demo-form header#header, .demo-form div#top-footer {
    display: none;
}
@keyframes smoothScroll {
	0% {
		transform: translateY(-40px);
	}
	100% {
		transform: translateY(0px);
	}
}
#eb .eb-stats-nav>li:only-child .btn {
   
    font-size: 15px;
}
#eb .btn-primary {
  
    background-color: #1f3a55 !important;
    border-color: #1f3a55 !important;
}
#dm_docs dt {
    width: 100% !important;
    text-align: center !important;
    padding: 5px 0 !important;
}
.dm_taskbar li a {
    display: block;
    padding: 4px 15px;
    background: #829e13 !important;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    width: inherit;
    color: #ffffff;
    text-shadow: 1px 1px 2px #5b6a1d;
    font-size: 14px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    padding-top: 0px;
    padding-right: 10px;
    padding-bottom: 0px;
    padding-left: 10px;
    line-height: 27px;
    -moz-box-shadow: 1px 1px 2px #a6c41b inset;
    -webkit-box-shadow: 1px 1px 2px #a6c41b inset;
    box-shadow: 1px 1px 2px #a6c41b inset;
    border: 1px solid #6f881b;
    cursor: pointer;
}
.dr-nav #follow-us {
    display: none;
}
td.field_cell input[type="radio"]:nth-child(3) {
    display: none;
}
/* 3-8-2019 */
div#osm-singup-page .osm-message.clearfix {
    display: none;
}
#osm-singup-page .controls input {
    width: 35% !important;
}
#osm-singup-page .form-actions input#btn-submit, div#profile-page .form-actions input, 
div#osm-profile-page .form-actions input {
    background-color: #213c5a;
    color: #fff;
    box-shadow: none;
    padding: 18px 30px;
    line-height: 0;
	cursor: pointer;
	width: auto;
}
#osm-singup-page .form-actions input#btn-submit:hover, div#profile-page .form-actions input:hover,
div#osm-profile-page .form-actions input:hover {
    background-color: #394f65;
}
div#sq-expiration-date {
    padding: 8px 0px 18px 0px;
}
h3.osm-heading {
    font-size: 24px;
    font-weight: normal;
    margin: 0px 0 10px 0px !important;
}
span.add-on {
    float: left;
	padding: 4px;
}
div#osm-singup-page .input-prepend input {
    width: 33% !important;
}
div#osm-singup-page img.osm-payment-method-icon.clearfix {
    float: none !important;
    width: 35%;
    padding-bottom: 20px;
}
form.form-horizontal .control-label label {
    font-weight: normal !important;
}
div#payment-terms {
    padding-top: 10px;
}
/* 3-8-2019 */
/* 9-8-2019 */
ul#osm-profileTabs, div#osm-profile-page ul {
    padding-left: 0px !important;
    margin-left: 0px !important;
}
ul#osm-profileTabs li {
    display: inline-block;
    padding-right: 25px;
}
div#profile-page .controls input {
    width: 41%;
}
div#profile-page div#field_username, div#profile-page div#field_membership_id {
    display: none;
}
div#osm-profile-page li.osm-renew-option input {
    float: left;
    margin-right: 10px;
}
div#osm-profile-page li.osm-renew-option {
    margin-top: 34px;
    padding: 0;
}
div#osm-profile-page table tr th {
    padding: 8px 0px;
}
div#osm-profile-page table tr td{
	padding:7px 0px;
}
/* 9-8-2019 */
.eb-composer-field-primary-category {
    width: 80%;
    float: left;
}
 .eb_story-prompts {
    width: 20%;
    float: left;
} 

.eb_story-prompts a{
    width: 100%;
    float: left;
    color: #333;
    padding: 6px 20px;
    border: 1px solid #333;
    font-size: 18px;
    margin-bottom: 10px;
}

/* 27-12-2019 */
.form-head {
    border: 3px solid #111;
    padding: 20px 0px; 
}
.form-head h3 {
    text-align: center;
    font-size: 22px;
    color: #555555;
    font-weight: 300;
}
.form-right-div.section-col {
    margin-top: 5px !important;
}
.section-col{
   width: 100%;
    float: left;
}
form.Legacy-Trustee {
    width: 100%;
    margin: 30px auto;
    max-width: 1000px;
}
input.upper-input{
	 width: 44%;
    float: left;
}
input.upper-input, .form-right-div input, .form-left-div input {
    padding: 12px 5px;
    margin-left: 28px;
    margin-bottom: 24px;
    border: none;
    border-bottom: 2px solid #111;
	background: none;
    box-shadow: none;
	font-size: 14px;
    color: #696969 !important;
}
form.Legacy-Trustee input:focus{
	outline: none;
}
.form-left-div, .form-right-div {
    width: 47% !important;
    float: left !important;
    margin-left: 20px !important;
}

.form-right-div input
{
    width: 100%;
     float: left;
     margin-left: 0;
	 margin-top: 0;
}
.form-left-div div label {
    font-weight: 600;
    float: left;
   width: 45%;
    color: #555555;
    font-size: 18px;
}
.form-left-div div input {
    margin-left: 0;
    width: 55%;
}
.form-left-div h3, .form-right-div h3 {
    padding-bottom: 40px;
}
button.Legacy-Trustee-btn {
    text-align: center;
    width: auto;
    padding: 14px 30px;
    border: none;
    font-size: 16px;
    float: left;
    margin-top: 30px;
    cursor: pointer;
}
.save-btn {
    float: none !important;
    margin: 0px auto !important;
    max-width: 99px;
}
/* 27-12-2019 */

/* end */
/*********************04-jan-2018**************************/
.payplans-wrap {
    background: #ffffff !important;
}
.payplans-wrap h2, .payplans-wrap h3{
	color:#5b6a1d !important;
}
h3.offset1.span5.text-right {
    text-align:  left;
    float:  left;
	width:100%;
    margin-left:20px;
}

.payplans-wrap .row-fluid .span6{
	width:100% !important;
	float:left;
	text-align:left;
}
.payplans-wrap .row-fluid [class*="span"]{
	margin:0px !important;
}
td.text-right.pp-payment-header-price, td.text-right.pp-payment-header-price2.pp-amount, td.text-right.pp-payment-header-price.payable.first-amount{
	text-align:right !important;
}
.input-append input#app_discount_code_id{
	width:94% !important;
}
.payplans-wrap .btn{
	padding:4px 6px;
	background: #829e13 none repeat scroll 0 0;
    border: medium none;
    display: block;
    margin: 0 auto;
    box-shadow: 1px 1px 2px #a6c41b inset;
}
button#app_discount_code_submit{
	    background: #e8e8e8 url(../images/vmgeneral/backgrounds.png) top repeat-x;
    background-position: 0 -160px;
    color: #fff;
    border: solid #00a000 1px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    font-size: 14px;
    cursor: pointer;
    height: 34px;
    text-align: center;
    letter-spacing: 1px;
    padding: 4px 5px;
}
/*
.payplans-wrap .table-row-border{
	border:none !important;
}*/
/*********************end 04-jan-2018***********************/
/*************** profile page ******************/

.left-side-section {
    width: 100%;
    float: left;
    background: #fff;
    border: 1px solid #d9d9b7;
    box-shadow: 1px 1px 1px #dadabb;
    padding: 12px;
    max-width: 520px;
}
.right-side-section {
    width: 30%;
    float: right;
    padding: 12px;
    border: 1px solid #d9d9b7;
    background-color: #fff;
    box-shadow: 1px 1px 1px #dadabb;
}
ul.family-list, ul.friend-list, ul.groups-list {
    padding: 5px!important;
    border: 1px solid #acba73;
    margin-left: 0px !important;
    width: 100%;
    float: left;	
}
ul.family-list li a img, ul.friend-list li a img, ul.groups-list li a img {
    height: 45px;
    width: 45px;
}
ul.family-list li, ul.friend-list li, ul.groups-list li {
    float: left;
    display: inline-block;
    padding: 0 3px 3px 0;
	height: 45px;
}
.Family-post-links, .friend-post-links, .groups-post-links{
    border: 1px solid #acba73;
    border-top: none;
    padding: 5px;
}
.Family-post-links a, .friend-post-links a, .groups-post-links a {
    display: block;
}
.section-col{
   width: 100%;
   float: left;
}
.About-me-sec{
    position: relative;
}
dl.person-info {
    background: #e5e6c4;
    list-style: outside none none;
    margin: 10px 0;
    padding: 10px;
}


.person-profile {
    border: solid 1px #ecebeb;
    position: relative;
    padding: 8px 8px 20px;
    background: #e5e6c4;
	width: 100%;
	float: left;
}
.photo-section {
    position: relative;
}
.left-side-section .profile-avatar {
    width: 34%;
    float: left;
}
.left-side-section .avatar-info {
    width: 63%;
    float: left;
    border-bottom: 1px solid #d0d0d0;
    margin-left: 10px;
}
.avatar-info h2 {
    padding-bottom: 10px;
}
.status-author {
    width: 8%;
    float: left;
}
.community-status .status-creator {
    background: #fff;
    width: 90%;
    float: left;
    padding: 8px;
    border: 1px solid #CCCCCC;
    -webkit-border-radius: 5px;
    margin-bottom: 0px;
    margin-left: 9px;
}
.community-status ul.post-creators {
    margin-left: 0px !important;
    padding-left: 0px !important;
}
.community-status ul.post-creators {
    margin-left: 0px !important;
    padding-left: 0px !important;
    overflow: hidden !important;
    display: inline-block;
    padding: 3px 5px;
    vertical-align: middle;
    cursor: pointer;
    margin: 0;
    float: left;
    position: relative;
    z-index: 1;
}
.profile-right-sec {
    width: 67%;
    float: left;
}
.profile-right-sec  .item-page ol, .profile-right-sec .item-page ul{
   padding: 5px !important;
   margin-left: 0px !important;
}
.friend-module ul, .family-module ul, .groups-module ul.joms-list--group {
    border: 1px solid #acba73;
    margin-right: 0;
}
.right-side-section .joms-tab__bar > a {
    text-align: left;
	padding: 0;
	border-bottom: 1px solid #d0d0d0;
    padding-bottom: 3px;
    font-size: 16px;
}
.profile-right-sec .joms-module__wrapper, .right-side-section .joms-focus__cover, .right-side-section ul.joms-focus__link, .About-me-sec img.joms-focus__badges {
    display: none;
}
.right-side-section .joms-tab__content {
    padding: 0;
}
.right-side-section .joms-avatar img {
    width: 100%;
    border: 1px solid hsl(72, 34%, 59%);
    padding: 1px;
    border-radius: unset;
}
#eb .eb-stats-posts>div time {
    
    font-size: 13px;
}
div#activity-more a {
    color: #ffffff !important;
}
.right-side-section li {
    line-height: 0;
}
.About-me-sec .about-me h3 {
    text-align: left;
    border-bottom: 1px solid #d0d0d0;
    font-size: 16px;
    margin-bottom: 15px;
    margin-top: 0;
    padding-bottom: 3px;
    padding-top: 0;
}
.About-me-sec .about-me h5 {
    border-bottom: 1px solid #acba73;
    color: #333;
    font-size: 90%;
    font-weight: 700;
    margin: 0;
    padding: 0 0 5px;
    text-align: left;
}
.About-me-sec .about-me dl {
    background: #ecf0f1 !important;
    list-style: outside none none;
    margin: 10px 0;
    padding: 10px;
}
.About-me-sec .about-me dl dt{
    background: none;
    color: #000;
    font-size: 90%;
    line-height: normal;
    padding: 0;
	text-align: left;
}
.About-me-sec .about-me dl dd{
    border-bottom: 1px solid #fff;
   color: #1f3a55 !important;
    font-size: 84%;
    margin-bottom: 4px;
    margin-top: 0;
    padding: 4px 0;
    word-wrap: break-word;
	margin-left: 0px;
	text-align: left;
}
.groups-module ul.joms-list {
    margin-top: 8px;
}
.groups-module h5.reset-gap {
    padding-top: 8px;
	font-weight: unset;
}
.groups-module .joms-tab__bar {
    margin-bottom: 15px;
}
.About-me-sec .joms-focus, .About-me-sec .joms-module__wrapper {
    margin-bottom: 0px;
}
.family-module a, .friend-module a, .groups-module a {
    display: block;
	padding-top: 0;
}
.about-me h3 a {
    position: absolute;
    right: 10px;
    color: #d2d1d1;
    font-size: 18px;
}
.right-side-section .joms-links-group {
    border: 1px solid #acba73;
    border-top: none;
    font-size: 90%;
    padding: 5px;
}
.joms-links-group a:before {
    content: "\f0da";
    font-family: FontAwesome;
    margin-right: 5px;
}
.right-side-section .joms-tab__bar {
    background: none;
}
.profile-right-sec ul.joms-list__row.joms-push li {
    margin-left: 0px !important;
    margin-right: 0px !important;
}
.profile-right-sec .joms-button--primary, button.btn.btn-primary, .muscol_confirmation_buttons a {
    background: linear-gradient( #9ebb25 , #6c8116);
    border: none;
	padding: 10px 0px;
}
.profile-right-sec .joms-button--primary:hover, button#create_new_button:hover,
.cProfile .joms-focus__actions--reposition input:hover, .muscol_confirmation_buttons a:hover{
 background: linear-gradient( #6c8116 , #9ebb25);
}
.groups-module .joms-links-group a:nth-child(2) {
    padding: 10px 0px;
}
/************ end profile *********************/

/*********** view edit **************/
.article-color #eb .eb-head {
    background: #ecedce;
    border: 1px solid #bbb;
    border-bottom-color: #999;
    border-top: 1px solid #292F3A;
}
.article-color .eb-head h2, select.pull-right, select.form-control, input.form-control::placeholder {
    color: #1f3a55 !important;
}
.article-color .eb-table-filter {
    background: #cccc9a !important;
    border: 1px solid #91907e !important;
}
.article-color thead {
    background: #cccc9a;
}
.article-color #eb .table-striped>tbody>tr:nth-child(odd)>td, #eb .table-striped>tbody>tr:nth-child(odd)>th {
    background: #ecedce;
	font-size: 14px;
	color: #1f3a55 !important;
}
.article-color #eb .table-striped>tbody>tr:nth-child(even)>td, #eb .table-striped>tbody>tr:nth-child(even)>th {
	font-size: 14px;
	color: #1f3a55 !important;
}
.dashboard-categories table.searchResult th {
    padding: 12px 20px;
    color: #1f3a55 !important;
    font-size: 18px !important;
    background: #cccc9a !important;
	font-weight: 400;
}
.dashboard-categories tbody td {
    padding: 8px;
    font-size: 13px;
    line-height: 16px;
    font-family: 'Lucida Grande',Tahoma,Verdana,sans-serif;
}
.searchResult td a {
    padding: 0px 35px;
}
.searchResult tr.gray td:last-child {
    text-align: center;
}
#write_container .searchResult th:last-child {
    text-align: center !important;
}
#frmNewalb .page_row .inputbox{
    height: 33px;
	float: left;
	box-shadow: 1px 1px 5px #e3e1cd inset;
    -webkit-box-shadow: 1px 1px 5px #e3e1cd inset;
	background: #fff;
}
button#create_new_button {
    float: right;
    font-size: 16px;
    height: 34px!important;
    margin: 0 0 0 6px!imp ortant;
    width: 136px !important;
}
form#frmNewalb {
    float: left;
}
.dashboard-categories input#file-upload {
    background: #e5e0d3;
	height: 33px;
}
.eb-addchapter tbody td, .eb-editchapter tbody td {
    padding: 2px;
	color: #1f3a55;
}
.eb-addchapter button#create_new_button {
    margin-top: 12px;
}
.eb-addchapter h1, .eb-editchapter h1, .eb-editchapter tbody td label {
    font-weight: normal !important;
}
.eb-editchapter tbody td label {
    padding-right: 10px;
}
.eb-addchapter h1 a, .eb-editchapter h1 a{
    color: #1f3a55;
}
.eb-addchapter h1 a:hover, .eb-editchapter h1 a:hover{
	text-decoration: underline !important;
}
.eb-editchapter, .eb-addchapter {
    height: 100%;
    min-height: 400px;
}
/*********** end view edit **************/

/*********** add audio css **************/
.bcum ul li {
    display: inline-block;
}
.item-page .bcum ul, .item-page ul.ui-sortable {
    padding-left: 0px !important;
    margin-left: 0px !important;
	margin-top: 0px;
}
.editsong {
    margin-top: 40px;
}
table.muscolform td {
    padding-bottom: 8px;
	padding-top: 12px;
}
select#album_id {
    width: 46%;
	color: #111;
}
select#audience, select#genre_id{
    color: #111;
}
ul.ui-sortable li {
    list-style-type: none;
}
.data table img.image_115_llista {
    width: 88%;
	min-height: 80px;
	min-width: 105px;
    object-fit: cover;
}
.data table img.image_115_llista:hover {
    border: 1px solid #111;
}
.data tbody tr a {
    font-weight: bold;
}
.ui-sortable table tbody td {
    font-size: 13px;
}
span.help-inline {
    margin-left: 120px;
	float: left;
    width: 100%;
}
.editalbum label.control-label {
   float: left;
    font-size: 14px;
    color: #1f3a55;
	padding: 6px 15px 8px 18px;
}
.editalbum input#name {
    height: 33px;
	box-shadow: 1px 1px 5px #e3e1cd inset;
    -webkit-box-shadow: 1px 1px 5px #e3e1cd inset;
	background: #fff;
	width: 100%;
	max-width: 336px;
	margin-bottom: 8px;
	border-radius: 6px;
	font-size: 15px;
	color: #111;
}
.editalbum input#image_file {
    width: 100%;
	max-width: 336px;
	margin-bottom: 8px;
	font-size: 13px;
	float:left;
}
button.btn.btn-primary {
    background: #1f3a55;
	padding: 3px 15px;
	margin: 25px 25px;
	text-transform: uppercase;
	width: auto;
	box-shadow: none;
	float: left;
}
.album-list, .eb-view-latest .eb-post-meta.text-muted, 
.eb-post-meta.text-muted{
	width: 100%;
	float: left;
}
.album-list table tbody td:nth-child(2) {
    border-bottom: 1px solid #efeeee;
	float: left;
    width: 100%;
}
.bordered-row td:nth-child(2) {
    border-bottom: none !important;
}
.cPhotos .joms-page h3, .cFriends .joms-page h3, .cFamily .joms-page h3, .cSearch .joms-page h3{
    font-size: 24px;
    font-weight: 300;
}
.cPhotos .joms-page form{
    background-color: #e5e6c4;
    padding: 10px 20px 0px;
    width: 100% !important;
	font-size: 14px;
}
.cPhotos input.joms-input {
    width: 100%;
    margin-bottom: 20px !important;
    height: 30px;
    max-width: 290px;
}
.cPhotos textarea.joms-textarea {
    width: 100%;
    margin-bottom: 20px;
    max-width: 460px;
}
.cPhotos form .joms-form__group span, .cProfile .joms-form__group span, .cFriends .joms-form__group span, 

.cFriends .joms-textarea__limit, .cFamily .joms-textarea__limit, .cFamily .joms-form__group span, td.paramlist_key label{
    font-weight: 700;
    color: #1f3a55;
    font-size: 14px;
    margin-bottom: 12px;
}
.cPhotos input.joms-button--full-small, .cProfile input.joms-button--full-small,
input.joms-button--primary.joms-js--btn-upload, input.joms-button__next.joms-js--btn-next, input.btn.srch_btn {
    background: #1f3a55; !important;
    padding: 5px 8px;
    border: 1px solid #ccc;
    box-shadow: none;
}
.cPhotos input.joms-button--full-small{
    padding: 22px 15px;
    margin-right: 5px;
    width: auto;
    margin-top: 0;
    line-height: 0;
}
.cPhotos .joms-button--full-small {
    width: auto;
}
/*********** add audio css end **************/

/*********** profile pages 17-4-2019  ************/
.joms-toolbar--desktop ul.joms-dropdown {
    width: 200px !important;
    margin-left: 0px !important;
    padding-left: 2px !important;
	border-bottom: 5px solid #d9d9b7;
	border-right-width: 1px;
    border-left-width: 1px;
    border-right-color: #d9d9b7;
    border-left-color: #d9d9b7;
}
.joms-toolbar--desktop ul li a {
    color: #1f3a55;
    font-size: 14px ;
}
.cProfile svg.joms-icon, .joms-icon {
    fill: #1f3a55 !important;
}
.cFrontpage .joms-postbox {
        display: none !important;
}
.jomsocial-wrapper .joms-focus__actions--desktop a.joms-focus__button--add, .jomsocial-wrapper .joms-js--notification-toolbar > a.joms-button--neutral, ul.joms-popover.joms-arrow--top.joms-popover--toolbar-general li+div>a, .jomsocial-wrapper .joms-list__button--dropdown a.joms-button--neutral, .joms-blankslate {
    color: #ffffff !important;
}

.joms-form__group, .beneficiaries-form{
    background-color: #e5e6c4;
    width: 100% !important;
    padding: 10px 20px 10px;
}
.cProfile legend.joms-form__legend{
    padding: 10px 6px;
    font-weight: 100;
    font-size: 16px;
    color: #023366;
    border-bottom: 1px solid #b8ba9c;
    margin-top: 10px;
    margin-bottom: 25px;
}
.cProfile form#frmSaveProfile, .cProfile div#joms-profile--information, .cFriends form.js-form, 
.cGroups span.big, .cFamily form.js-form{
    padding-top: 0px;
}
.cProfile .joms-form__group.has-privacy {
    padding-right: 104px;
}
.cProfile .joms-form__group.has-privacy .joms-button--privacy {
    right: 26px;
    top: 10px;
}
.joms-button--privacy svg.joms-icon, .joms-button--smallest svg.joms-icon, .cSearch #removelink0 svg.joms-icon {
    fill: #fff !important;
}
.cProfile .joms-form__group span{
	width: 180px;
}
.joms-subnav--desktop > ul > li > a {
    color: #1f3a55;
}
.joms-dropdown > li:hover, .joms-popover > li:hover {
    background: #f2f3e3;
}
ul.joms-dropdown.joms-dropdown--privacy, .cFriends ul.joms-list--friend, .cFriends ul.joms-dropdown, 
.cProfile ul.joms-dropdown, .cSearch ul.joms-list--inline, .cSearch ul.joms-list--friend, 
.cSearch ul.joms-dropdown, .cGroups ul.joms-list--card, .cPhotos ul.joms-gallery, .cPhotos ul.joms-focus__link,
.cPhotos ul.joms-dropdown, .cGroups ul.joms-dropdown, .cFamily ul.joms-list--friend, .cFamily ul.joms-dropdown,
.cChat ul.joms-dropdown, .cGroups ul.joms-list--table, .cPolls ul.joms-focus__link, .cGroups ul.joms-focus__link,
.cGroups ul.joms-list--friend, .cGroups ul.joms-list--photos, .eb-layout-editchapter ol.popbox-dropdown-nav__meta-lists,
.eb-view-blogger ul.eb-stats-nav.reset-list, .eb-view-dashboard ol.popbox-dropdown-nav__meta-lists, 
.eb-view-categories ul.eb-stats-nav.reset-list, .eb-view-categories ol.popbox-dropdown-nav__meta-lists, 
.cProfile ul.joms-list--friend, .cVideos ul.joms-focus__link, .open ul.dropdown-menu, .cGroups ul.trumbowyg-button-pane,
.cFriends .joms-toolbar ul, .cPhotos .joms-toolbar ul, .cFamily .joms-toolbar ul, .cSearch .joms-toolbar ul, 
.cProfile .joms-toolbar ul, .cBeneficiary .joms-toolbar ul, .cGroups .joms-toolbar ul, .cChat .joms-toolbar ul, 
ul.eb-quick-tabs.reset-list, .main .pagnav ul, .item-page ol.popbox-dropdown-nav__meta-lists, 
#eb .eb-table tbody>tr td .post-actions, .pricing-table ul.features, .ul.trumbowyg-button-pane { 
    padding-left: 0px !important;
    margin-left: 0px !important;
}
.item-page .joms-toolbar--desktop ul, .item-page .joms-subnav--desktop ul{
	padding: 0px !important;
	margin-left: 0px !important;
}
.joms-button--privacy span {
    color: #fff !important;
}
.cFriends a.joms-avatar img, .cProfile a.joms-avatar img, .cSearch a.joms-avatar img, .cFamily a.joms-avatar img,
.cGroups a.joms-avatar img {
    border-radius: unset;
    border: 1px solid hsl(72, 34%, 59%);
    padding: 1px;
}
.cFriends .joms-gap, .cFamily .joms-subnav--desktop, .cFamily .joms-gap{
    display: none;
}
.cFriends .joms-form__group, .cSearch .joms-form__group, .cGroups .joms-form__group, .cGroups .jomsocial{
    background-color: unset;
}
.cFriends .joms-textarea__limit, .cFamily .joms-textarea__limit {
    border: none;
    background: #fff;
    position: absolute;
    top: 42px;
	left: 0px;
}
.cFriends .joms-textarea__wrapper input, .cFamily .joms-textarea__wrapper input {
    margin-bottom: 10px !important;
}
.cFriends input.joms-button--primary, .cSearch input.joms-button--primary, .cGroups input.joms-button--primary,
.cProfile .joms-focus__actions--reposition input, .cFamily input.joms-button--primary {
    background-color: #1f3a55 !important;
    border: 1px solid #1f3a55;
    box-shadow: none;
    padding: 5px 13px;
    height: 30px;
	width: auto;
}
button.joms-button--add {
    float: right;
    width: auto;
    margin-left: 4px;
}
.cFriends input.joms-input.joms-textarea--limit, .cFamily input.joms-input.joms-textarea--limit{
    padding-bottom: 9px !important;
}
.cProfile input.joms-js--btn-upload {
    line-height: 9px !important;
}
.cProfile .joms-js--no-default a {
    margin-right: 6px;
}
/*********** profile pages  ************/

/*********** login logout 18-4-2019  ************/
.loginplusLP_120 span.login-greeting {
	color: #fff;
} 
.cSearch ul.joms-list--inline li {
    display: inline-flex;
}
.cSearch .joms-form__group, .cGroups .joms-form__group {
    padding: 14px 0px;
}
.jub-block blockquote:before {
    color: #fff;
    top: -9px;
    left: 0px;
}
.ltr.cProfile ul.joms-dropdown {
    padding: 0px !important;
}
.app-core .joms-media--image {
    max-width: 100%;
}
.app-core .joms-media--image img {
    height: 380px;
    width: 100%;
    object-fit: cover;
}
.mfp-s-ready .joms-popup__optoption button {
    background: #1f3a55;
}
.mfp-s-ready .joms-popup__optoption button:hover {
    background: #111;
}
.cProfile ul.joms-dropdown span, .cPhotos ul.joms-dropdown span {
    font-weight: normal;
}
.cProfile ul.joms-dropdown.joms-dropdown--privacy {
    width: 145px !important;
}
.cGroups ul.joms-list--card li {
    padding-bottom: 0px;
}
.joms-pagination ul {
    text-align: unset;
}
.cChat .joms-chat__message-item.you .joms-chat__message-body > div, .joms-chat__message-body > div{
	width: 50%;
	background-color: #1f3a55;
}
.cPolls button.joms-button--add {
    width: 33%;
}
.cProfile .joms-list--inline li {
    margin-right: 9px;
	font-size: 14px;
}
.cProfile table.joms-table thead th {
    padding: 10px 0px;
}
.cProfile td.joms-table__option {
    padding-left: 35px !important;
}
.cChat button.joms-js--send {
    padding: 4px 20px;
}
td.paramlist_key {
    max-width: 225px;
    float: left;
    width: 100%;
	padding-right: 50px;
	padding: 20px 0px;
}
td.paramlist_value {
    width: 70%;
}
td.paramlist_value input {
    width: 100%;
}
td.paramlist_value textarea {
    width: 100%;
    height: 100px;
	margin: 5px 0px;
    padding-left: 10px;
	font-size: 16px;
}
td.paramlist_value input {
    width: 100%;
    height: 33px;
    background: #fff;
    border-color: #ccc;
    margin: 5px 0 12px;
	padding-left: 10px;
}
table.ccontentTable {
    width: 100%;
    float: left;
}
table.ccontentTable td.paramlist_value {
    width: 68%;
}
.paramlist_value input#btnSubmit {
    width: 160px;
	border-radius: 0px;
}
.beneficiaries-form{
	float: left;
}
td.paramlist_value textarea:focus, td.paramlist_value input:focus {
    outline: unset;
}
.cBeneficiary .jomsocial{
	background: unset !important;
}
.componentheading {
    font-size: 24px;
    color: #555555;
}
.cBeneficiary .jomsocial p {
    line-height: 24px;
    word-spacing: normal;
    width: 100%;
    font-size: 14px;
}
.joms-avatar--focus a img {
    width: 100px;
    height: 100px;
    object-fit: cover;
}
.mfp-s-ready input.joms-button--primary {
    padding: 0px 20px;
	margin: 0;
}
.mfp-s-ready input[type="checkbox"] {
    float: left;
    margin-right: 10px;
}
.mfp-s-ready .joms-form__group {
    background-color: unset;
    margin: 0;
    padding: 5px 5px;
}
/*********** login logout end  ************/
/****** 22-4-2019  *****/
.ui-sortable li.tr_song_link.tr_song_link0 {
    margin-bottom: 30px;
}
.material-shadow-z1{
  box-shadow: none;
}
.material-card.material-shadow-z1 {
    background: #e5e6c4;
    border: 1px solid #d1d1d1;
    padding: 20px 50px;
    width: 100%;
    float: left;
}
.player{
	width: 100%;
    float: none;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 20px;
}
.alg_ctr {
    text-align: center;
    width: 100%;
    float: left;
}
.alg_ctr img {
    width: 100%;
    max-width: 400px;
    object-fit: cover;
}
.link_text {
    width: 50%;
    float: left;
    padding: 10px 0px;
}
.connect_family2 {
    width: 100%;
    float: left;
    max-width: 500px;
    margin-left: 100px;
}
.fam-connect1 {
    float: left;
    max-width: 68px;
    width: 100%;
}
span.classic {
    display: none;
}
.fam-connect2 {
    background: #7f7862;
    color: #fff;
    float: left;
    margin-top: 45px;
    padding: 5px 10px;
    width: 80%;
    font-size: 15px;
}
.fam-connect2 input {
    margin-bottom: 0;
}
.fam-connect2 > input[type="checkbox"] {
    margin: 0 10px 0 0 !important;
    height: 19px;
	box-shadow: none;
}
.optional-card {
    background: #e5e6c4 none repeat scroll 0 0;
    border: 1px solid #dfdfdf;
    box-shadow: none;
	margin-bottom: 0px;
	margin-top: 8px;
}
.comment-post {
    padding-top: 15px;
    border-bottom: none;
}
.comment-post .span12{
    padding: 0px;
}
.span12 textarea {
    width: 100%;
    height: 100px;
	padding: 10px;
	font-size: 12px;
}
.span12 textarea::placeholder {
    font-size: 12px;
}
.form-group .span12 input {
   background-color: #829E13 !important;
    border: 1px solid #6F881B;
    box-shadow: 1px 1px 2px #A6C41B inset;
    padding: 8px 32px;
    height: 40px;
    font-size: 14px;
    color: #fff;
	border-radius: 5px !important;
	border: 1px solid #008000 !important;
}
.next_album_type{
	color: #1f3a55;
	padding: 5px;
	font-size: 14px;
}
.taula_next_album {
    font-size: 14px;
}
.next_album a, .prev_album a{
    font-size: 14px;
    color: #1f3a55 !important;
    text-decoration: none;
}
.next_album a:hover, .prev_album a:hover{
    color: #0066cc !important;
}
table.table {
    width: 100%;
    background-color: #f9f9f9;
    border: 1px solid #dfdfdf;
}
.noMarginBs2 h1.title {
    margin-bottom: 0px !important;
}
.prev_album a{
	padding-left: 6px;
}
.next_album a{
	padding-right: 6px;
}
.muscol_confirmation {
    font-size: 15px;
}
.alert.alert-message {
    font-size: 14px;
    color: #1f3a55 !important;
    padding: 20px;
	font-weight: 600;
}
.muscol_confirmation_buttons a {
    color: #fff !important;
    padding: 8px 20px;
    border: 1px solid #6f881b;
	border-radius: 5px;
}
.muscol_confirmation_buttons {
    padding-top: 20px;
} 
.upload-images ul.cResetList.submenu{ 
    padding-left: 0px !important;
    margin-left: 10px !important;
}
/****** 22-4-2019  *****/

/****** 24-4-2019  *****/
.cPhotos form.community-form-validate span {
    font-weight: 700;
	width: 100% !important;
	color: #1f3a55;
	float: left;
}
form.community-form-validate select.input.select {
    width: 100% !important;
    height: 33px;
	margin-bottom: 12px;
	border: 1px solid #cecece;
	color: #666666;
	background: #fff;
}
.cPhotos .jomsocial {
    min-height: unset;
}
.jom-uploadPhotoView .jomsocial {
    background: none;
}
ul.cResetList.submenu {
    display: flex;
}
.upload-images .submenu{
	border: 1px solid #808046;
    float: left;
    margin: 0 10px;
    width: 97%;
    background: #f2f3e3;
}
.submenu li.action {
    text-align: right;
    width: 77%;
}
ul.cResetList.submenu li a {
    font-size: 12px;
    padding: 10px 4px;
    border-right: 1px solid #6c8116;
	color: #1f3a55;
}
ul.cResetList.submenu li a:hover {
    color: #000;
    text-decoration: underline;
}
form.community-form-validate input.button.required {
    background: #f7f7e5 !important;
    border: 1px solid #dadada;
    box-shadow: 1px 1px 5px #e3e1cd inset;
    color: #111;
    border-radius: 2px;
    padding: 0 5px;
}
.community-form-validate input.button.validateSubmit {
    border-radius: 0;
    padding: 8px 9px;
    height: 33px;
	margin-top: 9px;
}
.upload-images .submenu li {
    padding: 6px 0px;
	float:left;
} 
.upload-images{
	background: #e5e6c4;
    border: 1px solid #ccc;
    border-radius: 3px;
    margin: 12px 0;
	padding: 9px 0px;
   float: left;
    width: 100%;
}
.upload-container {
    border: 1px solid #eee;
    margin: 0pt 0pt 10px;
    padding: 10px;
	float: left;
    width: 100%;
}
.cProfile label.joms-checkbox span {
    font-weight: 400;
	margin-top: 7px;
}
.cPhotos .joms-form__group ul li span, .cProfile .joms-form__group ul li span{
    color: #111;
}
.cProfile input.joms-button--full-small {
    margin-top: 36px;
    height: 31px;
    border-radius: 0px;
}
.cProfile textarea {
    font-size: 15px;
}
.cProfile select, .cFriends select, .cFamily select, .cPhotos select, .cVideos select, .cPolls select,
.cGroups select, .cSearch select{
    padding: 0px 5px;
}
.cProfile p.joms-alert--danger {
    padding: 10px !important;
    font-size: 15px;
}
.cProfile p.joms-text--small {
    font-size: 15px;
    line-height: 22px;
}
.cProfile h3.joms-page__title {
    font-size: 16px;
}
.joms-popup__title .mfp-close {
    height: 32px;
    line-height: 36px;
    width: 32px;
}
span.joms-chat__message-content {
    color: #fff;
}
/****** 24-4-2019  *****/

/****** 25-4-2019 create group *****/
.createGroup .joms-form__group p {
    font-weight: bold;
    font-size: 14px;
}
.createGroup .joms-form__group > span:first-child {
    width: 35%;
    color: #789322;
    font-weight: 700;
    padding-top: 11px;
    margin-bottom: 12px;
    font-size: 14px;
}
.createGroup h3.joms-page__title {
    font-size: 24px;
    font-weight: 40;
}
.createGroup .joms-form__group {
    padding: 10px 0px;
}
.createGroup input.joms-button--full-small {
    width: 49%;
    float: none;
    height: 40px;
    margin: 15px auto;
    text-align: center;
    border: 1px solid #ccc;
    box-shadow: none;
    border-radius: 0;
}
.createGroup input.joms-button--full-small:hover{
	background: #829e13;
}
.trumbowyg-editor {
    font-size: 13px;
}
.createGroup .joms-form__group{
    background-color: #e5e6c4 !important;
    width: 100% !important;
    padding: 10px 20px 10px;
	margin-bottom: 0px !important;
}
.createGroup .joms-form__group:nth-child(1) {
    background: none !important;
	padding: 7px 0px;
}
.createGroup .joms-checkbox span {
	margin-bottom: 5px;
}
/* #joms-icon-arrow-down path.path1 {
    fill: #fff;
} */
.createGroup h3.joms-page__title {
    margin: 0px;
}
.createGroup form {
    padding-top: 0;
}
/****** 25-4-2019  *****/
/****** 26-4-2019  *****/
.cGroups .joms-padding a.joms-avatar img{
	width: 100%;
	height: 100%;
    max-height: 40px;
	object-fit: cover;
}
li[data-value="20"], .cProfile .joms-form__group[for="username"], a.joms-js--notification-search, 
.right-side-section .jom-other_profile_btn {
    display: none;
}
.joms-js--frequest-btn-71372 button, .joms-js--frequest-msg-71375 button, .joms-popup--dropdown .joms-popover--toolbar-friendrequest button {
    width: auto;
}
/****** 26-4-2019  *****/
/****** 29-4-2019  *****/
.jomsocial-wrapper .jomsocial {
	 background: #e5e0d3;
}
.jom-other_profile_btn .joms-button--neutral {
    background: #1f3a55;
	width: auto;
}
.cProfile .joms-focus__title p.user-current-status {
   color: #0b0b0b !important;
    font-size: 13px;
    float: left;
    margin-top: 6px;
    margin-bottom: 0;
    background: #f2f3e3;
    padding: 5px !important;
	opacity: 0.8;
}
.cProfile .joms-focus__title {
    width: 100%;
}
/****** 29-4-2019  *****/
/****** 1-5-2019  *****/
.paramlist_value textarea, .paramlist_value input#legal-full-name, .paramlist_value input#benname {
    font: normal 13px/1 Tahoma !important;
    padding: 2px;
    color: #666666 !important;
    width: 100%;
	padding: 0 !important;
}
#eb .input-group-btn button.btn.btn-default, #eb .btn-default{
    width: auto;
	background: #1f3a55 !important;
    color: #fff !important;
}
.joms-button--neutral, .joms-button--privacy, .joms-button--more, .joms-button--comment, .joms-button__reject, .joms-postbox-tab .joms-postbox-cancel, .joms-focus__button--options {
    background: #1f3a55;
    box-shadow: none;
}
.joms-button--primary, .joms-button--add, .joms-button--login, .joms-button__approve, .joms-postbox-tab .joms-postbox-save,
 .joms-postbox-tab .joms-postbox-done, .joms-focus__button--add, input.joms-button--primary.joms-js--btn-upload,
input.joms-button__next.joms-js--btn-next {
    background: #1f3a55;
	box-shadow: none;
}
.paramlist_value input#btnSubmit {
    background: #1f3a55 !important;
    border: none !important;
    box-shadow: none;
}
input.joms-button--primary.joms-js--btn-upload, input.joms-button__next.joms-js--btn-next{
	height: 30px;
    margin-top: 1px;
    width: auto;	
}
a.o-nav__link.eb-toolbar__link.has-composer {
    display: none !important;
}
/****** 1-5-2019  *****/

/****** 2-5-2019  *****/
.alert-error a.close, .alert-notice a.close{
    float: right;
	cursor: pointer;
}
.alert-error h4.alert-heading, .alert-notice h4.alert-heading {
    display: none;
}
.alert.alert-error, .alert.alert-notice{
    background: #cccc9a none repeat scroll 0 0 !important;
    color: #003366;
    line-height: 39px;
    margin: 0;
    text-transform: uppercase;
    border: medium none;
    font-weight: 600;
    padding-left: 50px;
    padding-right: 12px;
}
.cRegister h3.joms-page__title {
    font-size: 24px;
    font-weight: 300 !important;
	margin: 0;
}
.cRegister .joms-page > p {
    color: #006699 !important;
}
.cRegister .joms-form__group span {
    font-weight: 700;
    color: #1f3a55;
    margin-bottom: 12px;
    font-size: 14px;
}
.cRegister .joms-form__group:nth-child(7) span {
    visibility: hidden;
}
.cRegister .joms-form__group:nth-child(1) {
    padding-top: 36px;
}
.cRegister .joms-form__group:nth-child(7){
	 padding-bottom: 36px;
}
.cRegister button.joms-button__next {
    padding: 5px 50px;
    font-size: 20px;
}
.cRegister .joms-form__group span span, .cPhotos .joms-form__group span span, .cFamily .joms-form__group span span,
.cFriends .joms-form__group span span {
    color: #fb0606;
}
/****** 2-5-2019  *****/
/****** 3-5-2019  *****/
.right-side-section .joms-links-group h3 {
    border-bottom: 1px solid #d0d0d0;
    padding-bottom: 3px;
    margin-top: 0px;
    margin-bottom: 15px;
    font-size: 16px;
}
.cFamily .joms-form__group {
    background-color: unset;
}
/****** 3-5-2019  *****/
/****** 6-5-2019  *****/
.main .inner {
    padding: 0 34px;
}
.image1 {
    margin: 0 17px !important;
    padding-left: 0px;
	height: 100%;
    min-height: 248px;
}
.image1 img {
    border: 3px solid hsl(60,46%,46%);
}
a.song_link {
    width: 100%;
    display: block;
    font-weight: normal !important;
    line-height: normal!important;
    margin-top: 10px !important;
}
.audio-pag {
    width: 100%;
    display: flex;
}
.audio-pag .pagnav {
    width: auto;
}
.pagnav {
    float: none;
    margin: 0 auto;
    width: 282px;
} 
.pagnav ul {
    list-style-type: none;
} 
.pagnav ul li {
    float: left;
    margin-right: 5px;
}
span.pagenav {
    font-size: 16px;
}
.image1>div {
    font-size: 14px;
}
/****** 6-5-2019  *****/

/****** 18-5-2019  *****/
.rm-event-album .joms-subnav--desktop ul li:nth-child(2) {
    display: none;
}
#eb .eb-filter-select-group {
    margin-left: 5px;
}
.cSearch select {
    padding: 6px 2px;
}
/****** 18-5-2019  *****/
/****** 22-5-2019  *****/
.post-meta span a, #eb .eb-table thead tr td, #eb .eb-table thead tr td a, 
#eb .eb-table tbody>tr td .post-title, .joms-stream__meta, .eb-entry-helper a, .eb-entry-meta a{
    color: #1f3a55 !important;
}
.jom-other_profile_btn a.joms-button--neutral {
    color: #fff !important;
}
/****** 22-5-2019  *****/

/****** 27-5-2019  *****/
.joms-toolbar--desktop.remove-menu-items-dsk ul li:nth-child(3) ul li:nth-child(3),.joms-toolbar--desktop.remove-menu-items-dsk ul li:nth-child(3) ul li:nth-child(4), .joms-menu.remove-menu-items-mbl ul li:nth-child(3) ul li:nth-child(3),.joms-menu.remove-menu-items-mbl ul li:nth-child(3) ul li:nth-child(4) {
    display: none;
}
#system-message .alert-heading {
    display: none;
}
#system-message a {
    float: right;
}
.rocording-btn, .joms-page.remove-album-filter .joms-select--wrapper,
.joms-subnav--desktop li.joms-right:nth-child(1) {
    display: none !important;
}
.joms-popup.joms-popup--photo.joms-reaction--on .rocording-btn {
    display: block !important;
	padding: 6px 15px;
}
.joms-popup.joms-popup--photo.joms-reaction--on .rocording-btn a img {
    float: left;
    margin-top: 0px !important;
    margin-right: 5px;
}
.joms-popover__actions.joms-js--frequest-btn-71402 button {
    width: auto;
}
.joms-popup__optcaption a {
    color: #fff !important;
}
.joms-button__next {
    background: #1f3a55 !important;
}
.cRegister .joms-form__group p {
    display: block;
}
.cPhotos .joms-gallery__options svg.joms-icon {
    fill: #fff !important;
}
/****** 27-5-2019  *****/

/****** 28-5-2019  *****/
.eb-meta-views span {
    font-size: 14px;
}
.eb-composer-author .col-cell strong, .eb-composer-autho .text-small, .eb-comment-editor .eb-checkbox label,
.eb-comment-head .col-cell {
	color: #1f3a55;
}
.eb-comment-head .col-cell {
    font-size: 14px;
}
.link_text textarea {
    float: left;
    width: 80%;
    height: 70px;
    margin-top: 10px;
}
.fam-search-txt {
    width: 100%;
    margin: 0px auto;
    max-width: 403px;
}
.link_text a {
    color: #4d7dc4 !important;
}
.joms-hcard__info-content h3.reset-gap {
    color: #fff;
}
#eb .eb-help-resize a{
	line-height: 15px !important;
}
/****** 28-5-2019  *****/

/****** 30-5-2019  *****/
#eb .eb-table tbody>tr td .post-actions {
    text-indent: unset;
}
.frontpage #content-left1 {
    padding: 0px !important;
}

/****** 30-5-2019  *****/

/****** 31-5-2019  *****/
.team-ct p.jub-p{
    text-align: center !important;
    color: #e3e4c2 !important;
}
.jub-contents h2.jub-h2 {
    margin-bottom: 25px !important;
	padding-top: 25px;
}
.frontpage .jub-contents h1.jub-h1 {
    font-size: 60px !important;
	text-shadow: 5px 5px 8px #111;
}
.frontpage .jub-contents h6.jub-h6{
	font-size: 20px !important;
	padding-bottom: 0;
	letter-spacing: 1px;
}
.frontpage .jub-contents p.jub-p {
	padding: 0px 16px !important;
}
.frontpage .jub-contents p.jub-p.text-white {
    padding: 0px !important;
}
.pricing-table h1.jub-h1 {
    font-size: 44px !important;
    margin-bottom: 45px !important;
	margin-top: 45px !important;
}
.frontpage .slick-list { 
    overflow: visible; 
}
.frontpage .slick-track{
display:inline-block;
}
.public-pages h2.jub-h2, .frontpage h2.jub-h2 {
    float: none !important;
}
.faq-list .jub-element-text p.jub-p {
    color: unset !important;
}
.new-wrapper .full-width {
    padding: 0px !important;
}
.white-text p.jub-p {
    color: #fff !important;
	font-size: 18px !important;
}
.white-text .jub-media {
    margin-bottom: 0px !important;
}
.full-width .spacing-md {
    padding-top: 0px !important;
}
.cProfile .joms-form__group div {
    font-size: 14px;
	color: #1f3a55;
}
.jub-block.features-8 .features-intro .feature-ct p, .jub-block {
	font-size: 18px;
}
.frontpage .jub-block .jub-contents.inside-spacing-sm {
    height: 100%;
    min-height: 469px !important;
}
.cProfile .joms-form__group {
    font-size: 14px;
}
.cGroups span.joms-list__permission {
    font-size: 14px;
}
input#af-submit-image-134450673 {
    background: #1f3a55 !important;
    border: none;
    color: #fff;
	box-shadow: none;
	margin: 0;
	padding: 0px 10px;
}
div#af-form-134450673 .af-element {
    text-align: left;
}
/****** 31-5-2019  *****/

/****** 11-6-2019  *****/
input.btn.srch_btn{
	padding: 0px 8px;
}
.srch_filds {
    margin: 0px auto !important;
    width: 100% !important;
    max-width: 735px;
    float: none !important;
}
.srch_filds input, .srch_filds select {
    float: left !important;
	padding: 3px;
}
.srch_filds input{
    background: #fff;
    box-shadow: none;
}
.choice_col1 > h3{
    color: #1f3a55 !important;
}
.item-page .choice_col1 ul { 
    padding-left: 0px !important;
    margin-left: 0px !important;
}
.choice_col1 ul li {
    color: #1f3a55;
}
.choice_col1{
    padding: 15px 0px;
}
.joms-popover--toolbar-friendrequest button {
    width: auto;
}
.col-cell.eb-post-hits {
    font-size: 14px;
}
/****** 11-6-2019  *****/
/****** 7-5-2019  *****/

.invitation-check input {
	height: 20px !important;
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}
.tool_container.tool_container3 img, .tool_container.tool_container2 img {
	margin-bottom: 2px;
	width: auto;
}
/*.tool_container.tool_container2 img {
	max-width: 151px;
	height: 195px;
}*/
.tool_container.tool_container1 img {
	margin-bottom: 11px;
	width: auto;
}
.tool_container_img_wrap a:last-child img {
	margin-bottom: 0px;
}
.hand_book_section h2.book_subheading {
	margin: 0px;
	padding: 0px;
	font-size: 24px;
	font-weight: normal;
	text-align: center;
	background: url("../grfx/underline.jpg") no-repeat center bottom;
	padding: 0 0 8px;
	line-height: 26px;
}
/***********form css added start 26-july 2016******************/

.heading-title h1 {
	background: rgba(0, 0, 0, 0) url("../grfx/underline.jpg") no-repeat scroll center bottom;
}
.community-section-home {
	background-color: #ffffff;
	/* border: 1px solid #83835e; */
	float: left;
	margin-bottom: 20px;
	padding: 20px 0;
	width: calc(100% - 40px);
	/* margin: 0 auto; */
	margin: 0px 20px 20px 20px;
}
.heading-title > p, .heading-title > h1 {
	text-align: center !important;
}
.community-block {
	width: 33.3%;
	float: left;
	padding: 0 15px;
}
.wrapper-community-block {
	float: left;
	width: 100%;
}
.community-block .shadow {
	bottom: 0;/* background:url('/templates/legacystories-public/grfx/Picture4-bck.png') no-repeat;*/	 
}
.community-block .block_img > img {
	min-height: 173px;
	max-width: 287px;
	width: 100%;
}
/***********form css added end 26-july 20162016******************/


#af-form-134450673 input {
	height: 35px;
	font-size: 16px !important;
}
.frm_align {
	text-align: center !important;
}

/***********form css added 11 march 2016******************/
/*-----------css added 07-sep-2015--------------*/
#content-left .item-page hr {/*float:none !important;*/
}
/*-----------css added 07-sep-2015--------------*/
/*-----------css added 14-sep-2015--------------*/
#content-left1 #quicktip-tab {
	height: 36px;
	position: absolute;
	right: 250px;
	top: 94px;
	width: auto;
}
.reset-complete .validate {
	margin-top: 10px !important;
}
/*-----------css added 14-sep-2015--------------*/
/*-----------css added 29-march-2016--handbook section home page------------*/
.main_handbook_section {
	/*background-color: #fff;*/
	float: left;
	margin-bottom: 20px;
	/*padding: 20px 10px;*/
	width: 100%;/*border: 1px solid #83835e;*/
}
.lft_img_handbook {
	float: left;
	width: 37%;
}
.lft_img_handbook > img {
	background-size: 100% auto;
	width: 100%;
}
.rgt_img_handbook {
	float: right;
	text-align: center;
	width: 60%;
}
.rgt_img_handbook span {
	font-weight: 600;/*  text-decoration: underline;
*/}
.rgt_book_content {
	font-size: 19px;
	font-weight: bold;
	text-align: center !important;
	text-decoration: underline;
}
.lrn_mr {
	text-align: right;
	margin-bottom: 10px;
}
.lrn_mr > a {
	background: rgba(0, 0, 0, 0) linear-gradient(#7a991e, #96ba12) repeat scroll 0 0;
	border-radius: 3px;
	color: #fff !important;
	cursor: pointer;
	margin-right: 10px;
	padding: 10px 20px;
	text-decoration: none;
}
.rgt_img_handbook p {
	margin-bottom: 0px;
}
#content-left .rgt_img_handbook p {
	margin-bottom: 0px !important;
}
.item-page .rgt_img_handbook h3 {
	color: #953735;
	font-weight: bold;
}
.hnd_book_logo {
	display: none;
	text-align: center;
}
/*.lrn_mr a {
  float: right;
}*/
.book_heading {
	font-size: 24px;
	font-weight: normal;
	line-height: 26px;
	margin-bottom: 15px;
	padding: 0 0 8px;
	text-align: center;
}
.booksub_heading.bookbuild {
	background-color: #fff;
	border: 2px solid #fff;
	font-weight: bold;
	padding: 10px 0;
	width: 100%;
	float: left;
	margin-bottom: 15px;
}
.booksub_heading h2 {
	margin: 0px;
	padding: 0px;
	font-size: 24px;
	font-weight: normal;
	text-align: center;
	background: url("../grfx/underline.jpg") no-repeat center bottom;
	padding: 0 0 8px;
	line-height: 26px;
}
/*-----------css added 29-march-2016------------*/
/*-----------css added 03-sep-2015--------------*/
.pict-oral-memoir {
	width: 158px;
	float: left;
	margin-top: -5px;
}
.sb-inner {
	float: left;
	margin: 10px 0;
	width: 100%;
}
.check-button input, .back-to-category a.product-details, .width50.floatleft a.upgradebutton, .width50.floatleft.right a.continue_link, .sb-inner > a {
	background: url("../grfx/load-more-btn.png") repeat-x !important;
	border: 1px solid #008000 !important;
	border-radius: 5px !important;
	box-shadow: none;
	color: #ffffff;
	cursor: pointer;
	display: inline-block;
	float: none;
	font-size: 14px;
	height: auto;
	margin: 0 0 0 5px;
	padding: 9px;
	text-align: center;
	vertical-align: top;
	width: auto;
	background-position: 0 0 !important;
}
.width50.floatleft a.upgradebutton, .width50.floatleft.right a.continue_link {
	height: 33px;
	padding: 0 10px !important;
	width: auto !important;
}
.width50.floatleft.right a.continue_link {
	line-height: 30px;
}
.width50.floatleft a.upgradebutton:hover,  .width50.floatleft.right a.continue_link:hover, .sb-inner > a:hover {
	background-position: 0 -34px !important;
}
.sb-inner > a, .sb-inner > a:hover {
	color: #fff !important;
	margin: 0;
	padding: 9px 30px;
}
.btn4 {
	margin: 0px 36px !important;
}
.btn_order {
	float: right;
	margin-left: 0px;
}
.album_colorbox_div {
	position: absolute;
	width: 618px;
	background-color: #eee;
	padding: 15px;
}
.memoir-button .album_colorbox_div {
	position: absolute;
	width: 618px;
	background-color: #eee;
	padding: 0 15px 15px;
}
.bcum ul {
	float: left;
}
.buttons .btn_what {
	float: left;
}
.order_now {
	float: right;
}
.memoir-button .order_now input {
	margin-left: 0px;
}
.memoir-button .btn_what a {
	background: url("../grfx/load-more-btn.png") repeat-x;
	color: #fff;
}
.memoir-button p {
	color: #454545;
	font-size: 14px;
	margin: 0 0 10px;
}
/*-----------css added 03-sep-2015--------------*/
body {
	background-color: #171717;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	/*font-size: 14px;*/
	color: #555555;
	    overflow-x: hidden;
}
* {
	box-sizing: border-box;
}
.blog-text.clearfix.prel.mtm.mbm > p {
/*font-size: 12px !important;*/
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px !important;
	color: #333333;
	padding: 0px !important;
	font-weight: normal;
	margin-top: -3px !important;
	margin-right: 0px !important;
	margin-bottom: -5px !important;
	margin-left: 0px !important;
}
/*------css added 06/29/2015 by vikram---------*/
#system-message-container .message li:not(:first-child) {
	display: none !important;
}
/*------css added 06/29/2015 by vikram---------*/
.p {
	/*margin-bottom:0px;*/
	font-size: 14px;
	line-height: 24px;
	font-family: Arial, Helvetica, sans-serif;
	color: #555555;
}
.contentpaneopen p {
	margin-top: 15px;
}
h2 {
	margin-top: -5px;
	padding-top: 0px;
	margin-bottom: 5px;
	padding-bottom: 0px;
	font-size: 16px;
}
ul {
	padding: 0px;
	margin-left: 15px;
}
li {
	padding-bottom: 8px;
	line-height: 24px; /*list-style:none*/
	list-style: inherit;
}
h3 {
	color: #555555;
	font-size: 14px;
}
h6 {
	font-size: 14px !important;
	font-weight: normal;
	margin-bottom: 0;
	margin-top: 0;
	padding-bottom: 10px;
	padding-top: 0;
}
#clear {
	clear: both;
}
.img10 {
	margin: -19px;
}
a:link {
	font-size: 14px;
	color: #1f3a55;
	text-decoration: none;
}
a:visited {
	color: #0066cc;
}
a:hover {
	color: #3399ff;
}
a:active {
	color: #3399ff;
}
#home-message {
	text-align: justify;
	min-height: 158px;
}
.item-page h3 {/* float:left;*/
}
/* -----------------------
--------------------------
These are header styles 
--------------------------
------------------------*/
#heading {
	width: 100%;
	background-color: #1b324a;
	margin: 0px;
	padding: 0px;
	border: none;
	background-image: url(../grfx/bg-header.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	float: left;
	-webkit-transition: all 0.5s ease;
   -moz-transition: position 10s;
   -ms-transition: position 10s;
   -o-transition: position 10s;
   transition: all 0.5s ease;
}
#heading-inner {
	width: 980px;
	height: 93px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	color: #bbbbbb;
}
ul.log-reg li {
	display: inline-block;
	padding-right: 15px;
	font-size: 18px;
}
ul.log-reg li a {
	color: #fff;
	font-size: 16px;
}
ul.log-reg {
	float: right;
	margin: 30px 0;
}
p span strong {
	font-size: 14px !important;
}
#forgot {
	line-height: 28px;
	font-size: 11px;
}
.home-top-contant {
	width: 100%;
	float: left;
}
.hometop {
	width: calc(100% - 40px);
	float: left;
	/*padding: 20px 0px;*/
	margin: 0px 20px;
	padding-bottom: 20px;
}
.home-section2 {
	    width:100%;
    float: left;
    background-color: #fff;
    padding: 20px 15px;
    position: relative;
	margin:20px 0;
}
.tools_area p {
	width: 100%;
	float: left;
	text-align: center !important;
	color: #4f81bd;
}
/* -----------------------
--------------------------
These are top nav styles 
--------------------------
------------------------*/
#top-nav a:link {
	color: #003366;
	text-decoration: none;
	font-weight: bold;
}
#top-nav a:visited {
	color: #003366;
}
#content-left .discos td > div span#tsearch {
	float: right;
	margin: 18px 0 0 0px;
}
#top-nav a:hover {
	color: #006699;
}
#top-nav a:active {
	color: #006699;
}
#top-nav {
	width: 100%;
	float: left;
	margin: 0px;
	padding: 0px;
	background-color: #cccc9a;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #dcdcb5;
	border-bottom-color: #b6b678;
	color: #666633;
	line-height: 34px;
	word-wrap: break-word;
}
#nav {
	width: 980px;
	height: 34px;
	color: #666633;
	line-height: 34px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#top-nav-inside {
	width: 980px;
	height: 34px;
	color: #666633;
	line-height: 34px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#nav ul {
	padding: 0;
	margin: 0;
}
#nav li {
	position: relative;
	float: left;
	list-style-type: none;
	padding-right: 19px;
	padding-top: 5px;/*padding-left: 3px;*/
	cursor: pointer;
}
#nav ul ul {
	display: none;
	width: inherit;
	position: absolute;
	left: 0;
	width: 200px;
	background-color: #cccc9a;
	border: 1px solid #b6b678;
	padding-bottom: 5px;
	-webkit-border-bottom-right-radius: 2px;
	-webkit-border-bottom-left-radius: 2px;
	-moz-border-bottom-right-radius: 2px;
	-moz-border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	border-bottom-left-radius: 2px;
	z-index: 250;
}
#nav ul ul li {
	float: none;
	padding: 0px;
}
#nav ul ul a {
	background-color: #f2f3e3;
	border-left: none;
	border-right: none;
	font-size: 14px;
	display: block;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	line-height: 30px;
	font-weight: 100 !important;
}
#nav ul ul a:hover {
	background-color: #e6e7cb;
	display: block;
	color: #003366;
}
#nav li:hover ul {
	display: block;
}
#follow-us {
	float: right;
	font-size: 14px;
	position: relative;
	width: 100%;
	text-align: center;
	left: 0px;
	margin: 20px 0 11px;
	color: #fff;
}
#follow-us > a {
	margin: 0 2px;
}
.dr-nav > span {
	float: left;
}
/*----------css added 2sep-2015----------------*/

.drop_downouter {
	/* background-color: #f2f3e3;
    border: 1px solid #babb7f;
    border-bottom: 5px solid #cccc9a;
    border-top: 5px solid #a3a36a;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;*/
   /* left: -90;*/
	padding-bottom: 5px;
	position: absolute;
	/*width: 668px;*/
	z-index: 250;
	color: #000;
}
.new-wrapper .dr-nav .lgs-hmp-popup-list ul {
	width: 100%;
}
.vd-two {
	cursor: pointer;
}
.new-wrapper .drop_downouter {
	max-width: 73%;
    width: 100%;
    left: 182px;
    z-index: 99999999;
	margin: 185px auto;
}
.arrow {
	width: 21px;
	height: 13px;
	position: absolute;
	top: 0px;
	left: 114px;
}
#top-nav img {
	margin-left: 0px;
	margin-bottom: -6px;
	margin-right: 2px;
}
.sub_linksouter {
	float: left;
	margin: 30px 21px 6px;
	width: 27%;
}
.block_sec {
	width: 175px;
	float: left;
	margin-right: 40px;
}
.imgblock_sec {
	height: 124px;
	float: left;
	padding: 5px;
	background-color: #fff;
	border: 1px solid #b9b97d;
}
.new-wrapper .close-btn.close-btn1 {
	right: 0px;
}
.close-btn.close-btn1 {
	top: 0px;
	right: 0px;
}
.close-btn.close-btn1 {
	top: 0;
	right: 0px;
	background: #6c8116;
	padding: 6px 20px;
}
.close-btn.close-btn1 p {
	margin: 0 !important;
	color: #fff;
}
/*----------css ----------------*/

#top-nav img {
	margin-left: 0px;
	margin-bottom: -6px;
	margin-right: 2px;
}
.bcum {
	float: left;
	margin: 0px 0 0 0px !important;
}
/* -----------------------
--------------------------
These are sub nav styles 
--------------------------
------------------------*/
#sub-nav a:link {
	color: #808046;
	text-decoration: none;
	font-weight: normal;
}
#sub-nav a:visited {
	color: #61612a;
}
#sub-nav a:hover {
	color: #61612a;
}
#sub-nav a:active {
	color: #61612a;
}
#sub-nav {
	width: 100%;
	margin: 0px;
	padding: 0px;
	height: auto;
	margin-bottom: 0px;
	background-repeat: repeat-x;
	background-position: left bottom;
}
#sub-nav-inner {
	width: 100%;
	height: auto;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(grfx/alert.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#sub-nav-inner ul {
	padding: 0;
	margin: 0;
	line-height: 25px;
}
#sub-nav-inner li {
	position: relative;
	float: left;
	list-style-type: none;
	padding-right: 10px;
	padding-left: 10px;
	margin-right: 3px;
	margin-bottom: 6px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-top-right-radius: 5px;
	-moz-border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	box-shadow: 0px 1px 0px 0px #ffffff inset;
	border: 1px solid #d9d9b7;
	background-color: #f2f3e3;
}
#sub-nav-inner li:hover {
	background-color: #ffffff;
}
#sub-nav-inner ul ul {
	display: none;
	width: inherit;
	position: absolute;
	left: 0;
	width: 200px;
	background-color: #d9d9b7;
	padding-bottom: 5px;
	-webkit-border-bottom-right-radius: 2px;
	-webkit-border-bottom-left-radius: 2px;
	-moz-border-bottom-right-radius: 2px;
	-moz-border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	border-bottom-left-radius: 2px;
	z-index: 999;
	margin-left: -1px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #d9d9b7;
	border-right-color: #d9d9b7;
	border-bottom-color: #d9d9b7;
	border-left-color: #d9d9b7;
}
#sub-nav-inner ul ul li {
	float: none;
	padding: 0px;
	margin: 0px;
	border: none;
}
#sub-nav-inner ul ul a {
	background-color: #ffffff;
	border-left: none;
	border-right: none;
	font-size: 14px;
	display: block;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	line-height: 30px;
	font-weight: 100 !important;
}
#sub-nav-inner ul ul a:hover {
	background-color: #f2f3e3;
	display: block;
}
#sub-nav-inner li:hover ul {
	display: block;
}
#current {
/*background-color: #ffffff !important;
	border-bottom-width: 1px !important;
	border-bottom-style: solid !important;
	border-bottom-color: #ffffff !important;	*/
}
/* -----------------------
--------------------------
These are content styles 
--------------------------
------------------------*/
#content {
	width: 100%;
	/* background-color: #e8e8c7; */
	background-color:#f2eede;
	float: left;
	padding-bottom: 1px;
	padding-left: 0px;
	padding-right: 0px;
	margin: 0px;
	border: none;
	/* background-image: url(../grfx/bg-body.jpg); */
	background-repeat: repeat;
	background-position: left top;
}
#content-wide {
	width: 918px;
	min-height: 100px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #fff;
	border: 1px solid #d9d9b7;
	margin-bottom: 21px;
	padding: 30px;
	-moz-box-shadow: 1px 1px 1px #dadabb;
	-webkit-box-shadow: 1px 1px 1px #dadabb;
	box-shadow: 1px 1px 1px #dadabb;
}
#content-wide1 {
	width: auto;
	min-height: 100px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #fff;
	border: 1px solid #d9d9b7;
	margin-bottom: 21px;
	padding: 30px;
	-moz-box-shadow: 1px 1px 1px #dadabb;
	-webkit-box-shadow: 1px 1px 1px #dadabb;
	box-shadow: 1px 1px 1px #dadabb;
}
#content-sidebar-wrap {
	width: 980px;
	/*width:100%;*/
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;/*margin-bottom:20px;*/
/*padding:0 17px;*/
}
/*#content-left{
	float:left;
	width:618px;
	padding:30px;
	/*border: 1px solid #d9d9b7;*/
	/*background-color: #FFF;-moz-box-shadow: 1px 1px 1px  #dadabb;*/
	/*-webkit-box-shadow: 1px 1px 1px  #dadabb;
	box-shadow: 1px 1px 1px  #dadabb;
}*/
#content-left {
	/*float:left;
	width:668px;
	padding:30px;
	border: 1px solid #d9d9b7;
	background-color: #FFF;
	
	/*-moz-box-shadow: 1px 1px 1px  #dadabb;
	-webkit-box-shadow: 1px 1px 1px  #dadabb;
	/*box-shadow: 1px 1px 1px  #dadabb;*/
	/*min-height:800px !important;*/
	padding: 20px 70px;
}
#content-left1, #content-left {
	/* background: url(../grfx/legacy-background.jpg) repeat;
*/  background-color: #fff;
	float: left;
	width: 100%;
	background-image: url(../grfx/bg-body.jpg);
	background-repeat: repeat;/* padding-left:70px;
  padding-right:70px;*/
}
div.content-left#content-left1 {
/*padding: 20px 15px;*/
}
.main_bck_white {
	background: #fff !important;
}
.content-left {
	background: #ffffff !important;
	padding: 20px 70px; 	
}
.item-page {
	clear: both;
}
#content-left hr {
	height: 22px;
	float: left;
	background-image: url(../grfx/break-wide2.gif);
	border: none;
	/*margin-left:-20px;*/
	margin-left: -70px;
	margin-top: 30px;
	margin-bottom: 30px;
	/*width:670px;*/
	width: 980px;
}
.item-page .tbl_hnd_book a.tbl_a_buy {
	color: #fff;
	background: linear-gradient(#7a991e, #96ba12);
	padding: 3px 4px;
	font-size: 12px;
	border-radius: 2px;
}
.item-page .tbl_hnd_book tr.even {
	background: rgba(230,238,213, 01);
}
.item-page .tbl_hnd_book tr.odd {
	background: rgba(205,221,172, 01);
}
.item-page .tbl_hnd_book td {
	border-color: rgba(179, 204, 130, 1);
}
.item-page .tbl_hnd_book > table {
	border-collapse: collapse;
	border-color: rgba(179, 204, 130, 1);
	text-align: center;
}
.item-page .tbl_hnd_book tr {
	height: 35px;
}
#community-wrap hr {
	float: left;
	height: 1px;
	width: auto;
}
/*#content-side{
	float:right;
	width:218px;
	padding:30px;
	border: 1px solid #d9d9b7;
	background-color:#fff;		
	-moz-box-shadow: 1px 1px 1px  #dadabb;
	-webkit-box-shadow: 1px 1px 1px  #dadabb;
	box-shadow: 1px 1px 1px  #dadabb;
	margin-bottom:30px;
        text-align: center;
		
}*/
/*#content-side {
background: url(../grfx/legacy-background.jpg) repeat;
  border: 1px solid #d9d9b7;
  box-shadow: 1px 1px 1px #dadabb;
  float: right;
  margin-bottom: 30px;
  padding: 12px;
  text-align: center;
  width: 278px;
}*/
#content-side {
	/*background:#FFFFFF !important;*/
	display: none;
}
#content-side hr {
	height: 23px;
	width: 282px;
	background-image: url(../grfx/break-side2.gif);
	border: none;
	margin-left: -31px;
	margin-top: 30px;
	margin-bottom: 30px;
}
#ads {
	width: 258px;
	margin: -20px;
}
#ads p {
	margin-top: 5px;
}
.hasTip img {
	width: auto !important;
}
/* -----------------------
--------------------------
These are footer styles 
--------------------------
------------------------*/
#top-footer {
	width: 100%;
	background: url(../grfx/footer_background.jpg) repeat;
	margin: 0px;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	clear: both;
}
#bottom-footer {
	width: 100%;
	background-color: #171717;
	margin: 0px;
	padding: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333;
	float:left;
}
#inner-footer {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	color: #bbbbbb;
	padding: 15px 0 0;
}
.custom p {
	margin-top: 0px !important;
	padding-bottom: 12px !important;
}
#inner-footer a:link {
	color: #fff;
	padding-top: 5px;
}
#inner-footer a:visited {
	color: #21a1f0;
}
#inner-footer a:hover {
	color: #6699cc;
}
#inner-footer a:active {
	color: #6699cc;
}
#inner-footer p {
	margin: 0px;
	padding: 10px;
	color: #666;
	margin-top: 0 !important
}
/* -----------------------
--------------------------
These are form styles 
--------------------------
------------------------*/	

/* -----------------------16-july-2016------------------------*/
.cart-view > form#checkoutForm {
	float: left;
	width: 100%;
}
/* -----------------------16-july-2016------------------------*/

form {
	color: #909090;
	padding-top: 15px;
}
form .key {
	color: #789322;
}
form .value {
	color: #454545;
}
input, input#modlgn-usernamex, input#modlgn-passwdx {
	height: 26px;
	border: 1px solid #dadada;
	margin-bottom: 15px;
	margin-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	background-color: #e5e0d3;
	color: #111;
	-moz-box-shadow: 1px 1px 5px #e3e1cd inset;
	-webkit-box-shadow: 1px 1px 5px #e3e1cd inset;
	box-shadow: 1px 1px 5px #e3e1cd inset;
	display: block;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
input[type="checkbox"], input[type="radio"] {
	width: auto;
	height: auto;
}
input.button {
	background-color: #1f3a55!important;
	border-radius: 5px 5px 5px 5px;
	box-shadow: none;
	color: #FFFFFF;
	cursor: pointer;
	font-size: 14px;
	line-height: 27px;
	padding: 0 10px;
	text-shadow: 1px 1px 2px #5B6A1D;
	text-transform: uppercase;
	-webkit-appearance: none;
	float: left;
}
#content-side input {
	width: 206px;
}
button, #adminForm input[type="submit"] {
	width: inherit;
	color: #ffffff;
	text-shadow: 1px 1px 2px #5b6a1d;
	background-color: #1f3a55;
	font-size: 14px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	line-height: 27px;
	border: none;
	cursor: pointer;
}
#content-sidebar-wrap.new-wrapper, #nav.new-wrapper, #heading-inner.new-wrapper {
	width: 100%;
}
#adminForm input[type="submit"] {
	float: right;
	margin: 0;
	height: 33px;
	width: 100px;
	border: none;
    box-shadow: none;
}
#adminForm #accept {
	width: 210px !important;
}
#adminForm input[type="submit"]:hover {
	background-position: 0 -30px;
}
button:hover {
 mc.useHandCursor = true;
	background-color: #8fa816;
	background-image: none;
}
#content-side button {
	float: right;
	font-size: 20px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	padding-top: 6px;
	padding-right: 15px;
	padding-bottom: 6px;
	padding-left: 15px;
}
#content-side form {
	padding-bottom: 41px;
}
#content-side form.af-form-wrapper {
	width: 100%;
}
#header-form {
    float: right;
}
#mock-logout {
	float: right;
}
#header-form input {
    width: auto;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    font-size: 14px;
    margin: 0;
}
input#modlgn-usernamex, input#modlgn-passwdx {
    width: 180px;
}
.loginplusLP_120 form {
    margin-top: 8px;
}
#header-form p {
	color: #bbbbbb;
	padding: 0px;
	margin: 0px;
}
#header-form a:link {
	color: #6699cc; /*padding-top:5px;*/
}
#header-form a:visited {
	color: #6699cc;
}
#header-form a:hover {
	color: #83afdb;
}
#header-form a:active {
	color: #83afdb;
}
#header-form td {/*padding-top:3px;*/
}
#side-list {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
#side-list li {
	list-style-type: none;
	padding-top: 3px;
	padding-bottom: 3px;
}
#welcome {
	float: right;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #133050;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #0e1d30;
	border-right-color: #3d5b77;
	border-bottom-color: #3d5b77;
	border-left-color: #0e1d30;
	margin-top: 25px;
	/*background-image: url(theme-img/bg-logout.jpg);*/
	background-repeat: repeat-y;
	background-position: right;
}
#welcome p {
	color: #cccccc;
	padding: 0px;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 15px;
	font-size: 16px;
}
#welcome p a {
	color: #CCCCCC;
	padding: 0px;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 15px;
}
#name:link {
	color: #ffffff;
	padding-right: 10px;
	font-weight: bold;
}
#name:visited {
	color: #ffffff;
}
#name:hover {
	/*color:#cccccc;*/
	color: #000;
}
#name:active {
	color: #ffffff;
}
#logout {
}
#logout:link {
	background-image: url(../grfx/bg-logout.jpg);
	background-repeat: repeat-y;
	background-position: right;
	padding: 8px 15px 5px 15px;
}
#logout:visited {
	color: #cccccc;
}
#logout:hover {
	color: #ffffff;
}
#logout:active {
	color: #cccccc;
}
/* upgrade */
 
#upgrade {
	float: right;
	margin-top: 24px;
	padding: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}
/*...................added by robby ...............*/
.heading_top {
	color: #003366;
	font-size: 12px;
	line-height: 20px;
	padding: 0 10px;
	text-decoration: none;
}
.imageViewer {
	padding: 6px;
	border: 1px solid #cccccc;
	background: #fafbfc;
	float: left;
	width: 166px;
	margin-right: 25px;
	margin-bottom: 20px;
	height: 310px;
}
.imageViewer img {
	border: 1px solid #cccccc;
	margin-bottom: 8px;
	margin-right: 20px
}
.imageViewer a {
	font-size: 14px;
	color: #003399;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none
}
.imageViewer p {
	line-height: 22px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #454647;
	margin: 0
}
.imageViewer p span {
	color: #6d6e6f;
}
.imageViewer .star {
	background: url(star.gif) -10px 0 no-repeat;
	width: 9px;
	height: 9px;
	display: inline-block;
	margin-right: 4px
}
.imageViewer .star:hover {
	background-position: 0px 0px;
}
.imageViewer.last {
	margin-right: 0
}
/***************************Added on  08-02-13**************************************/
#quicktip {
	/*float:left;*/
	width: 649px;
	background-color: #0f2e4f;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: -30px;
	border: 4px solid #1c5189;
	padding: 10px;
	color: #cfdcf2;
}
#quicktip #quicktip-close1 {
	margin: 0;
	position: absolute;
	right: 30px;
	width: auto !important;
}
#lock #quicktip {
	background-color: #fff;
	border: 4px solid #759022;
	color: #000;
	margin: 0 0 30px 0;
	padding: 15px;
	width: 100%;
	float: left;
}
#lock #quicktip a:hover, #lock #quicktip a {
	color: #000 !important;
	text-decoration: none;
	font-weight: normal;
}
#lock {
	display: none;
	position: absolute;
	top: 38px;
	z-index: 1000;
}
#lock #quicktip .video_help_tut {
	float: left;
	width: 40%;
}
#lock #quicktip .video_help_tut a {
	padding: 10px 30px;
	color: #fff !important;
	background: url(../grfx/load-more-btn.png);
	border: 1px solid #738e23;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
#lock #quicktip .video_help_tut .video_help_tut a:hover {
	background-position: 0 -30px;
}
#quicktip a {
	color: #fff;
	text-decoration: none;
}
#quicktip a:visited {
	color: #fff;
	text-decoration: none;
}
#quicktip a:hover {
	color: #fff;
	text-decoration: underline;
}
#quicktip-tab a {
	color: #cfdcf2;
	text-decoration: none;
}
#quicktip-tab a:visited {
	color: #cfdcf2;
	text-decoration: none;
}
#quicktip-tab a:hover {
	color: #fff;
	text-decoration: none;
}
/*#quicktip-tab {
float:left;
background-color: #0f2e4f;
margin-top: 0px;
margin-right: 0px;
margin-bottom: -35px;
margin-left: -50px;
color:#cfdcf2;
border-top-width: 4px;
border-right-width: 0px;
border-bottom-width: 4px;
border-left-width: 4px;
border-top-style: solid;
border-right-style: solid;
border-bottom-style: solid;
border-left-style: solid;
border-top-color: #1c5189;
border-right-color: #1c5189;
border-bottom-color: #1c5189;
border-left-color: #1c5189;
padding-top: 10px;
padding-right: 4px;
padding-bottom: 10px;
padding-left: 4px;
}*/

#quicktip-tab {
	/*float:left;
margin-top: 0px;
margin-right: 0px;
margin-bottom: -35px;
margin-left: -37px;
height:61px;
width:24px;*/
	height: 36px;
	width: auto;
	position: absolute;
	right: 34px;
}
#quicktip p {
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
	color: #000;
}
#quicktip-close {
	/*float:left;*/
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#grey-button {
	float: left;
	color: #ffffff;
	text-shadow: 1px 1px 2px #000;
	background-color: #3f3f3f;
	font-size: 18px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding-top: 5px;
	padding-right: 23px;
	padding-bottom: 5px;
	padding-left: 10px;
	line-height: 27px;
	-moz-box-shadow: 1px 1px 5px #777 inset;
	-webkit-box-shadow: 1px 1px 5px #777 inset;
	box-shadow: 1px 1px 5px #777 inset;
	border: 1px solid #333;
	margin-bottom: 30px;
	background-image: url(images/grey-arrow.png);
	background-position: right bottom;
	background-repeat: no-repeat;
}
#grey-button:hover {
	background-color: #555;
}
#grey-button a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}
#grey-button a:hover {
	color: #fff;
	text-decoration: none;
}
#grey-button a:visited {
	color: #fff;
	text-decoration: none;
}
/***************************Added on  08-02-13**************************************/


/*....................Added on  25-03-13  for new footer.............................................................*/

.list {
	padding-top: 5px;
	float: left;
}
.list ul {
	margin: 0;
	padding: 0;
}
.list ul li {
	list-style-type: none;
	display: block;/* background:url("../grfx/list-ico.png") no-repeat scroll 0 4px transparent;*/
}
.list ul li a {
	font: 14px Arial, Helvetica, sans-serif;
	color: #4D7399;
	text-decoration: none;
	padding: 0;
}
.list ul li a:hover {
	color: #6699CC;
}
.list-mid {
	float: left;
	padding: 5px 228px 0;
}
.list-mid ul {
	margin: 0;
	padding: 0;
}
.list-mid ul li {
	list-style-type: none;
	display: block; /*background:url("../grfx/list-ico.png") no-repeat scroll 0 4px transparent;*/
}
.list-mid ul li a {
	font: 14px Arial, Helvetica, sans-serif;
	color: #4D7399;
	text-decoration: none;
	padding: 0;
}
.list-mid li:hover {
	color: #6699CC;
}
#inner-footer p {
	color: #fff;
	margin: 0;
	padding: 10px;
	text-align: center;
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.custom p span {
	color: #fff !important;
}
a.upgradebutton {
	width: auto;
	color: #ffffff !important;
	text-shadow: 1px 1px 2px #5b6a1d;
	background-color: #829e13;
	text-transform: uppercase;
	font-size: 14px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	line-height: 30px;
	-moz-box-shadow: 1px 1px 2px #a6c41b inset;
	-webkit-box-shadow: 1px 1px 2px #a6c41b inset;
	box-shadow: 1px 1px 2px #a6c41b inset;
	border: 1px solid #6f881b;
	cursor: pointer;
	display: inline-block;
}
.recaptcha_only_if_privacy {
	display: none;
}
/*....................Added on  25-03-13  for new footer.............................................................*/


/*.....................................CSS added by robby on 16-08-13  for  chest Builder section...............................................*/

#chest-contain {
	width: 616px;
	background-image: url(../grfx/vid-bg.jpg);
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-repeat: no-repeat;
	background-position: center top;
}
#chest-video {
	width: 537px;
	height: 302px;
	margin-top: 15px;
	margin-bottom: 17px;
	Margin-left: 40px;
	background-image: url(../grfx/video.jpg);
	float: left;
	background-repeat: no-repeat;
	background-position: center top;
}
#chest-hole {
	width: 616px;
	padding: 0px;
	margin: 0px;
	float: left;
}
#chest-hole img {
	padding: 0px;
	margin: 0px;
}
#chest-body {
	width: 616px;
	float: left;
	margin: 0px;
	background-image: url(../grfx/board-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}
#chest-body a:link {
	float: left;
	width: 294px;
	height: 45px;
	background-image: url(../grfx/drawer-short.jpg);
	color: #fff2ab;
	margin-left: 9px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0px;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 21px;
	text-align: center;
	text-decoration: none;
	line-height: 45px;
}
#chest-body a:visited {
	color: #fff2ab;
}
#chest-body a:hover {
	color: #ffffff;
}
#chest-body a:active {
	color: #fff9da;
}
#chest-body a.not-paid:link {
	float: left;
	width: 294px;
	height: 45px;
	background-image: url(../grfx/drawer-short.jpg);
	color: #b4885a;
	margin-left: 9px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0px;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 21px;
	text-align: center;
	text-decoration: none;
	line-height: 45px;
}
#chest-body a.not-paid:visited {
	color: #b4885a;
}
#chest-body a.not-paid:hover {
	color: #fff2ab;
}
#chest-body a.not-paid:active {
	color: #b4885a;
}
#chest-body a.not-paid1:link {
	float: left !important;
	width: 294px !important;
	height: 45px !important;
	background-image: url(../grfx/drawer-short.jpg) !important;
	color: #b4885a !important;
	margin-left: 9px !important;
	margin-top: 5px !important;
	margin-right: 0px !important;
	margin-bottom: 0px !important;
	padding: 0px !important;
	font-family: "Times New Roman", Times, serif !important;
	font-weight: normal !important;
	font-size: 21px !important;
	text-align: center !important;
	text-decoration: none !important;
	line-height: 45px !important;
}
#vid-page {
	width: 616px;
	background-image: url(../grfx/vid-bg2.jpg);
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-repeat: no-repeat;
	background-position: center top;
}
#chest-video1 {
	width: 537px;
	height: 302px;
	margin-top: 15px;
	margin-bottom: 17px;
	Margin-left: 40px;
	background-image: url(../grfx/photo_cover.jpg);
	float: left;
	background-repeat: no-repeat;
	background-position: center top;
}
#chest-body a.not-paid1:visited {
	color: #b4885a;
}
#chest-body a.not-paid1:hover {
	color: #b4885a;
}
#chest-body a.not-paid1:active {
	color: #b4885a;
}
#chests-clear {
	clear: both;
}
.jsMesaggeNot7 {
	background: url("../grfx/chest.png") no-repeat scroll 190px 0px transparent !important;
	padding-right: 25px;
}
.jsIr1 {
	text-indent: -9999px !important;
	font-size: 12px !important;
	text-align: center !important;
	height: 19px !important;
	color: #742C13 !important;
}
fieldset h2 {
	margin-top: 5px !important;
}
#payment_id_3 {
	display: inline !important;
}
#payment_id_2 {
	display: inline !important;
}
#ads111 .adv_standard_d {
	float: left !important;
	margin-left: -23px !important;
	width: 151px !important;
}
#ads112 .adv_standard_d {
	float: left !important;
	margin-left: -18px !important;
	margin-bottom: 15px !important;
}
#md111 .mod_ijoomlazone {
	float: left;/*margin-left:156px;*/
}
#md111 .mod_ijoomlazone .standard_adv_img {
/*width:676px;*/
}
.moduletable h3 {
	text-align: center !important;
}
#md112 .mod_ijoomlazone {
	margin-left: 498px !important;
	padding-left: 200px !important/*margin-left:156px;*/
}
#nav ul .item-65 {
	display: none !important;
}
.protectedby {
	display: none;
}
#easycalccheckplus input {
	width: 119px !important;
	margin-left: 10px !important;
	height: 33px;
    background: #fff;
    box-shadow: none;
	border-radius: 3px;
	padding: 0px 10px;
}
#easycalccheckplus label {
	float: left !important;
	margin-right: 10px !important;
	margin-top: 7px !important;
}
/*31-jan*/

.album-cover img {
	border: 1px solid #d6d6d6;
}
.cModule form .file {
	float: left;
	margin-right: 14px
}
#cWindowAction .button {
	width: 105px !important;
}
#md112 {
	float: right;/*margin-left:156px;*/
}
#md111 .custom {
	float: left;
	margin-bottom: 5px;/*width:676px;*/
}
object {
	display: block !important;
	visibility: visible !important;
}
#conference {
	display: block !important;
}
#md111 .custom img {
	margin-left: 0px;
}
#system-message {
	clear: both !important;
	background: #cccc9a;
}
#ezblog-search {
	float: left;
}
#tbsearch label.error {
	float: right;
}
.submit-search {
	float: left;
}
#cWindowContent input[type="checkbox"] {
	display: inline !important;
}
#content-left p {
	line-height: 24px; /*font-size: 12px;*/
	text-align: left;
	word-spacing: normal;
	padding-left: 0px !important; /*float:left;*/
	width: 100%;
}
#content-left .post-content p {
	color: #333333;
	text-align: left;
}
#content-left .post-content.clearfix li {
	list-style: none;
	background: url("../grfx/promt-list-arrow.png") no-repeat left 7px !important;
	padding-left: 30px;
}
#ads1 {
	width: 100%;
	margin-top: 0px;
}
/*    #ads2{width:258px;}*/



/*************************Added on 04-07-14**********************************************/

#upgrade-button .button {
	width: auto !important;
}
.button {
/*width:86px !important*/
}
.fl {
	float: left;
}
.num_song {
	width: 128px;
	padding: 8px 8px 0 !important;
}
.num_song img {
	float: left;
}
.num {
	width: 101px;
	height: 103px;
	line-height: 103px;
}
.num1 {
	color: #666666;
	height: 103px;
	line-height: 103px;
	padding-left: 45px !important;
	text-align: left;
	width: 263px !important;
}
.tr_song_link0 {
	background: #e5e6c4 !important;
	clear: both;
	display: block;
	float: left;
	margin: 8px 0 0;
	width: 100%;
}
.tr_song_link1 {
	clear: both;
	background: #FFF;
}
.icon1 {
	padding: 41px 0 !important;
}
.first_col {
	background: none !important;
}
.second_col_artist {
	padding-left: 0 !important;
}
#content-wide1 .payplans .pp-component {
	margin: 0 !important;
}
#content-wide1 .pp-plan-details .pp-plan-title h4 {
	color: #041361;
	font-size: 17px !important;
	font-weight: normal;
}
#content-wide1 .payplans-wrap .muted {
	color: #041361;
	text-transform: lowercase;
}
#content-wide1 .payplans .pp-plan-details {
	border: none !important;
	border-radius: 5px !important;
}
#content-wide1 .page-header h2 span {
	color: #041361 !important;
	font-weight: normal!important;
	font-size: 27px;
}
#content-wide1 .pp-plan-description {
	color: #041361;/*  height: 300px !important;
    line-height: 22px;
    overflow-y: scroll;*/
}
.payplans-wrap .center, .payplans-wrap .table td.center, .payplans-wrap .table th.center {
	text-align: left !important;
}
.pp-plan-time {
	display: none !important;
}
/****31-7-14(nav menu)*****/
#login-formx div.item {
	border: 0 none !important;
	display: inline;
	margin-bottom: 0 !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
	margin-top: 0 !important;
	padding: 0 !important;
}
.docman-document-headericon {
	padding: 5px 5px 5px 0px !important;
}
.icon {
	clear: both !important;
	float: right !important;
	height: 35px !important;
	width: 35px !important;
}
.com_docman h1 {
	clear: both !important;
	float: left !important;
	margin-left: -30px !important;
}
/********/

.tipulli {
	list-style: disc !important;
	margin-left: 0 !important;
}
/*************************Added on 04-07-14**********************************************/ 
.dr-nav {
	float: left;
	width: 100%;
	padding: 0;
	position: relative;
}
.dr-nav ul {
	list-style: none;
}
.new-wrapper .dr-nav ul {
    float: none;
    width: 24.3%;
    margin: 0px auto !important;
}
.dr-nav ul {
	float: left;
	width: auto;
}
.share-in-icon > span {
	float: none;
}
.share-in-icon {
	display: none !important;
}
span.chicklets.sharethis {
	color: #fff;
}
.share-in-icon {
	float: right;
	width: auto;
	text-align: center;
}
.dr-nav ul li {
	float: left;
	position: relative;
}
.dr-nav ul li.li2 {
	background: url("../grfx/arrow_list.png") no-repeat center left;
	padding-left: 25px
}
.dr-nav ul li a:hover {
	color: #2ed9f1;
}
.dr-nav ul li ul {
	display: none;
}
.dr-nav ul li:hover ul {
	position: absolute;
	padding-top: 10px;
	z-index: 99;
	left: 0px;
	width: 250px;
	display: block;
}
.dr-nav ul li ul li {
	float: left;
	width: 100%;
}
.web-btn {
	float: left;
}
.MsoNormal strong {
	float: left;
	width: 100%;
}
td.muscolkey {
	width: 25% !important;
}
table.muscolform input.text_area, table.muscolform input[type="file"], table.muscolform select {
	width: 92% !important;
}
#content-left .discos td > div.bcum {
	float: left;
	margin: 0px !important;
}
table.muscolform label {
	color: #1f3a55;
}
table.muscolform td.explanationfield,table.muscolform td span a {
	color: #1f3a55 !important;
	padding: 0px;
}
.item-page h1 {
	float: left;
	width: 100%;
	margin: 0px 0 10px 0px !important;
}
.set_img img {
	float: left;
	height: auto !important;
	width: 100% !important;
}
#content-left .item-page h2 {
	float: left;
	width: 100%;
	margin: 0;
}
.item-page h1.p1 {
	float: left;
	margin: 12px 0 0 !important;
	width: 100%;
}
#ezblog-dashboard .entries-select li input[type="checkbox"] {
	margin-top: 5px;
	border: none !important;
	background: none !important;
}
body #community-wrap .lblradio, body #cWindow .lblradio {
	display: inline;
	font-weight: 400;
	border: none !important;
	background: none !important;
}
.our-mission-and-leadership {
	width: 100%;
}
#popup3 {
	overflow: hidden !important;
	width: 100%;
}
#ezblog-dashboard .ui-list-select-actions li#select-actions {
	display: block !important;
}
.radio {
	width: auto;
}
.dashboard-categories {
	padding: 15px;
}
#frmNewalb {
	float: left;
}
#colorbox {
	width: 100% !important;
	padding: 0px !important
}
.main3 {
	background: none repeat scroll 0 0 #fff;
	float: left;
	margin: 0 auto 0;
	width:/* 618px*/ 100%;
}
.main3 p {
	float: left !important;
	font-size: 31px;
	font-weight: bold;
	line-height: 35px !important;
	margin-left: 13px;
	text-align: center !important;
	margin: 0 0 15px !important;
}
.test {
	width: 22%;
	float: left;
}
.main3 span {
	float: left;
	font-size: 22px;
	margin-left: 20px;
	text-align: left;
	width: 66%;
	font-style: italic;
}
.main3 small {
	float: right;
	font-size: 21px;
	margin-bottom: 3px;
	margin-left: 20px;
	text-align: left;
	width: 51%;
}
.main4 {
	float: left;
	margin: 0;
	width:/* 618px*/ 100%;
}
.main4 span {
	float: left;
	font-size: 17px;
	font-weight: bold;
	margin-left: 0;
	margin-top: 45px;
	text-align: right;
	width: 78%;
}
.test2 {
	/*width:22%;*/
	float: left;
}
.main5 {
	float: left;
	margin: 0 auto 9%;
	width: /*618px*/ 100%;
}
.testaria {
	width: 100%;
	float: left;
	margin: 0;
}
.testaria2 {
	width: 100%;
	float: left;
	margin: 0;
}
.main5 span {
	float: left;
	font-size: 15px;
	font-weight: normal;
	line-height: 25px;
	margin-left: 0;
	margin-top: 11px;
	padding-left: 16px;
	text-align: left;
	width: auto;
}
.test3 {
	width: 100%;
	float: left;
}
.test3 img {
	float: right;
	width: 290px;
}
.test5 span {
	float: left;
	font-size: 22px;
	margin-left: 0px;
	text-align: left;
	width: 100%;
	font-style: normal;
}
.main3_1 {
	float: left;
	margin: 10px auto;
	width: /*618px*/ 100%;
}
.taula_next_album {
	margin-bottom: 10px;
}
#inner-footer .clearfix:after {
	clear: none;
}
#ads1 {
	text-align: center;
}
.af-form {
	display: inline-block !important;
}
#content-left .com_docman form {
	overflow-x: auto;
}
.com_docman {
	overflow-x: auto;
	float: left;
	width: 100%;
}
#cGallery .photoCaption .photoCaptionText {
	border: 1px solid #a2a2a2;
	padding: 5px;
	box-sizing: border-box;
	color: #676767 !important;
	opacity: 1;
}
#content-left p span {/*float:left;*/
	float: none !important;
	width: 100%;
}
#content-left .item-page p > span {
	float: left !important;
}
.moduletable .custom iframe, .item-page iframe, .item-page img, #ads img, .custom img {
	box-sizing: border-box;
}
#af-form-736021842 .af-body {
	margin-top: 110 !important;
}
.spacer-buy-area img {
	display: none;
}
#checkout-advertise-box img {
	display: none;
}
.vm-button-correct, .vm-button-correct:link, .vm-button-correct:visited {
	width: 150px;
}
.checkout-button-top .vm-button-correct, .checkout-button-top .vm-button-correct:link, .checkout-button-top .vm-button-correct:visited {
	height: auto !important;/*padding: 10px 0 !important;*/
  /*width: 100%;*/
}
/*=========================== 3-6-2015 strt==========================*/
.new-plan-page {
	float: left;
	text-align: center;
	width: 100%;
}
.new-plan-page > img {
	margin-bottom: 30px;
}
.new-plan-page > a:hover img {
	opacity: 0.8;
}
.upgradss img {
	margin-bottom: 25px !important;
}
.upgradss a img {
	margin-bottom: 0 !important;
}
div.jwts_toggleControlContainer a.jwts_toggleControl {
	background: #cccc9a !important;
	color: #003366 !important;
	font-size: 15px !important;
	font-weight: bold !important;
	margin-bottom: 6px !important;
	padding: 12px 4px !important;
}
div.jwts_toggleControlContainer a.jwts_toggleOn {
	color: #006699 !important;
}
/* ========== 13-8-2015 start css-============== */

.content_heading {
	width: 100%;
	background-color: #fff;
	border: 1px solid #b4b595;
	text-align: center;
	float: left;
}
.content_heading h1 {
	color: #454545;
	font-size: 30px;
	font-weight: normal;
	margin: 5px 0 !important;
	padding: 0;
}
.content_heading h1 span {
	display: block;
}
.three_wayouter {
	width: 100%;
	float: left;
	margin-top: 35px;
}
.tool_container.tool_container1 {
	margin-left: 10px;
}
#content-left1 .sub_heading > p, #content-left1 .subheading_form > h2, #content-left1 .subheading_video > h2 {
	font-size: 20px;
	text-align: center;
}
.Project_outer {
	background: #fff;
	border: 1px solid #84835f;
	float: left;
	padding: 20px 0 20px;
}
.sub_heading {
	width: 100%;
	float: left;
}
#content-left .hand_book_section > p {
	font-size: 20px;
	text-align: center;
}
#content-left1 .hand_book_section > p {
	font-size: 20px;
	text-align: center;
}
.sub_heading h2, .hand_book_section h2 {
	margin: 0px;
	padding: 0px;
	font-size: 24px;
	font-weight: normal;
	text-align: center;
	/*background:url("../grfx/underline.jpg") no-repeat center bottom;*/
	padding: 0 0 8px;
	line-height: 26px;
}
.content_wrap {
	width: 100%;
	float: left;/*margin-top: 10px;*/
	
}
.shadow {
	bottom: 10px;
	float: left;
	margin-top: 15px;
	text-align: center;
	width: 100%;/* z-index: 999;*/
}
.shadow > h3 {
	color: #fff;
	font-size: 30px;
	font-weight: normal;
	margin: 10px 0;
	padding: 0;
	position: relative;
}
.sub_head {
	float: left;
	width: 100%;
}
#content-left .sub_head > p, #content-left .hand_book_section > p {
	margin: 10px 0;
	text-align: center;
}
/*.shadow span {
  display: inline-block;
  font-weight: bold;
  left: 0;
  position: absolute;
  top: 40px;
  width: 100%;
}*/
.shadow span {
	display: inline-block;
	font-weight: bold;
	width: 100%;
}
.block {
	float: left;
	/* margin: 0 31px; */
	padding: 0 20px;
	width: 33.3%;
}
.services_subheading > p {
	font-size: 20px;
	text-align: center !important;
}
 _:-webkit-full-screen:not(:root:root), .block {
 float: left;
 width: calc(34% - 28px);
}
/************23-march-2016 home page *********************/	
.Service_trple_box {
	float: left;
	width: 33%;
}
.Service_trple_box > h2 {
	margin: 20px 0 10px !important;
	padding-bottom: 10px;
	text-align: center;
	text-decoration: underline;
}
.service_by_legacy .Service_trple_box > ul {
	margin: 0 !important;
	padding: 0 !important;
}
.labelradio {
	float: left;
	width: 100%;
}
.labelradio label input[type="checkbox"] {
	float: left;
	height: auto;
	margin: 2px 10px 0 0;
}
body #community-wrap form div {
	margin: 0;
}
.search-page-group {
	float: left;
	/* padding-top: 47px;*/
	position: absolute;
}
.people-search-form input.button {
	margin-top: 30px !important;
}
/************23-march-2016 home page *********************/	

.chk-select {
	width: 20px;
	float: left;
	height: 20px;
	border: 1px solid #000000;
	margin: 0 10px 0 0;
}
.albmselction form .chk-select > input[type="checkbox"] {
	margin: 2.5px 2.9px 0;
	padding: 0;
}
/*------------------css added 24-11-2015--------------------------  */

/*------------------css added 24-11-2015--------------------------  */




/****Edited By Percept****/

.content-left #system-message > .message > ul {
	background: #cccc9a none repeat scroll 0 0 !important;
	border: medium none;
	border-radius: 0;
	box-shadow: none;
	color: #003366;
	line-height: 39px;
	margin: 0;
	text-align: left;
	text-shadow: none;
	text-transform: uppercase;
	width: auto;
}
.cart-view fieldset {
	margin: 0;
	padding: 20px;
	width: 100%;
}
table.cart-summary tr th {
	padding: 20px 0 !important;
	width: auto !important;
}
.vm2-remove_from_cart {
	display: block;
	margin: 0 65px;
	padding: 0;
	text-align: center;
	width: auto;
}
.vmpayment_name, .vmpayment_cost, .vmshipment_name, .vmshipment_cost {
	display: none;
}
.cart-summary .PricesalesPrice .PricesalesPrice {
	float: left;
	text-align: center;
	width: 100%;
	margin: 0 0 0 7px;
}
/*#content-sidebar-wrap #content-left h1 {
    display: inline-block;
    margin: 0 !important;
    padding: 10px 20px !important;
    text-align: center;
    width: auto;
}*/
 
.signin_title {
	color: #5b6a1d;
	font-size: 22px;
	margin: 45px 0 20px !important;
	text-align: left;
	width: auto;
}
/*.cart_title
{ 
	background-color: #829e13;
    border: 1px solid #829e13;
    border-radius: 4px;
    box-shadow: 1px 1px 2px #a6c41b inset;
    color: #fff;
    font-size: 19px !important;
    text-indent: 20px;
    text-shadow: 1px 1px 2px #5b6a1d;
    text-transform: uppercase;
    width: 210px;
}*/
.cart_title {
	border-radius: 4px;
	color: #5b6a1d;
	display: inline-block;
	font-size: 22px !important;
	text-transform: uppercase;
	width: auto;
}
.userdata #com-form-login-username, .userdata #com-form-login-password, .userdata #com-form-login-remember {
	float: left;
	margin: 0;
	width: 200px;
}
/*.userdata #com-form-login-remember label, .userdata #com-form-login-remember input {
    float: left;
    margin: 5px 10px 0 0;
    width: auto;
}
*/
.forget_user {
	float: left;
}
a:link {
/*color: #5b6a1d;
    font-size: 14px;*/
}
fieldset.userdata {
	margin: 0;
}
#content-sidebar-wrap #content-left h1.signin_title {
	margin-bottom: 15px !important;
	text-align: left;
	width: 100%;
}
.lgpart > form {
	padding: 0;
}
fieldset.userdata {
	border: medium none;
	margin: 0;
	padding: 0;
	width: 100px;
}
.usershiptoset {
	margin: 0;
	width: 100%;
}
.userfieldset {
	float: left;
	height: auto;
	margin: 0;
	width: 50%;
}
.userfieldset .userbilltpset {
	width: 100%;
}
span.details-button input.details-button {
	color: #5b6a1d !important;
}
/*march 17*/



#system-message-container {
/* margin-bottom: 50px;*/
}
a.continue_link {
	display: inline-block;
	margin-top: 10px;
}
.output-billto, .output-shipto {
	min-height: 65px;
}
.cart-view fieldset {
	border: medium none;
	padding: 0;
	width: 100%;
}
.prcart .PricediscountedPriceWithoutTax {
	display: block;
	text-align: center;
	/*width: 100%; */
	width: 82%;
}
.prcart {
	border-bottom: 1px solid #e9e8e8;
	border-collapse: collapse;
}
.cart-summary {
	border-collapse: collapse;
}
.prcart td {
	padding: 16px 0;
}
input.quantity-input, .vm2-add_quantity_cart, .prcart form a {
	float: left;
	margin: 10px 0 0 20px;
}
.crttotal .PricesalesPrice, .crttotalpur .PricebillTotal {
	display: inline-block !important;
	float: right;
}
.crt_total > div {
	padding: 5px 0;
}
input.coupon {
	display: inline-block;
	margin: 0;
	vertical-align: top;
	width: 150px;
}
span.details-button {
	display: inline-block;
	margin: 0 0 0 10px;
	vertical-align: top;
}
span.details-button input.details-button {
	margin-top: 0;
}
.crt_total > div.crttotalpur {
	font-weight: bold;
}
form .key {
	color: #555555;
}
#com-form-login .userdata #com-form-login-remember .default, .cart-summary span.details-button input.details-button {
	background-color: #829e13;
	background-image: none;
	border: 1px solid #6f881b;
	border-radius: 5px;
	box-shadow: 1px 1px 2px #a6c41b inset;
	color: #ffffff !important;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	line-height: normal;
	margin: 0;
	padding: 0 10px;
	text-shadow: 1px 1px 2px #5b6a1d;
	text-transform: uppercase;
	width: 83px !important;
}
#com-form-login .userdata #com-form-login-remember {
	margin-top: 5px;
	width: 300px;
}
input.button {
	line-height: normal;
}
.userdata #com-form-login-remember label, .userdata #com-form-login-remember input {
	float: left;
	margin: 0 10px;
	width: auto;
}
#content-left .sectiontableentry2 p {
	margin-top: 0;
}
.lgpart::after {
	background: #cccccc none repeat scroll 0 0;
	content: "";
	display: inline-block;
	float: right;
	height: 300px;
	position: absolute;
	right: 10%;
	top: 0;
	width: 1px;
}
.lgpart {
	float: left;
	position: relative;
	width: 55%;
}
.userdata .forget_user > a {
	display: block;
	margin: 0 20px 0 0;
}
fieldset.userfieldset {
	border: medium none;
	float: left;
	height: auto;
	margin: 0;
	padding: 0;
	width: 45%;
}
.userfieldset form {
	padding: 0;
}
.userfieldset form fieldset.userbilltpset {
	border: medium none;
	margin: 0;
	padding: 0;
}
.userfieldset .userfields_info {
	display: block;
	font-weight: normal;
	margin: 15px 0;
}
.userbilltpset h2 {
	margin: 0;
}
#com-form-login .inputbox {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
.userbilltpset .userfields_info {
	color: #5b6a1d;
	display: block;
	font-size: 22px;
	margin-bottom: 10px;
	margin-top: 0;
}
.userbilltpset .control-buttons {
	padding-top: 30px;
	text-align: left !important;
}
.userbilltpset .key {
	padding-left: 0;
}
.userbilltpset {
	border: medium none;
	clear: both;
	padding: 25px 0 0;
}
/*march 17 end*/
/****Ended By Percept****/

#paymentForm .vmpayment_name {
	display: inline;
}
#paymentForm #payment_id_6, #paymentForm #payment_id_2 {
	display: inline-block;
	padding-left: 10px;
}
.vmshipment_name {
	/* display: block !important;*/
	float: left;
}
.prcart td:nth-child(2) {
	display: none;
}
.skuprice {
	display: none;
}
.prcart td:nth-child(4) {
	width: 159px;
}
.prcart td:nth-child(6) {
	width: 188px;
}
.vmshipment_name {
	display: none !important;
}
.info.message li {
	padding: 0 !important;
}
.message.message li {
	padding: 0 !important;
}
.crttotal .PricesalesPriceCoupon {
	float: right;
}
.cart-summary .crttotal .PricesalesPrice {
	margin: 0;
}
.usershiptoset {
	display: none;
}
.legacy-stories-contant h1, .legacy-stories-contant br, .legacy-stories-contant hr, .legacy-stories-contant h2 {
    display: none;
}
.legacy-stories-contant p {
    text-align: left !important;
}

/****Ended By Percept****/

/* 25-9-2019 */
ul.joms-list--photos.joms-js--album-15092 {
    margin-left: 0px !important;
    padding-left: 0px !important;
}
/* 25-9-2019 */

.af-form-wrapper {
	
	padding-top: 0px !important;
}
 @media screen and (-webkit-min-device-pixel-ratio:0) {
.block {
	float: left;
	width: 30%;
}
}
.detail_area h3 span {
	display: block;
	font-weight: 700;
}
/*.block2 {
  margin: 0 25px;
}*/
.block-heading {
	float: left;
	text-align: center;
	top: 20px;
	width: 100%;
	margin-bottom: 25px;
}
.block_img {
	width: 100%;
	cursor: pointer;
	float: left;
	position: relative;
	text-align: center;
}
.detail_area {
	width: 100%;
	float: left;
	margin: 10px 0;
}
.detail_area h3 {
	margin: 0px;
	padding: 0px;
	font-size: 20px;
	font-weight: normal;
	color: #454545;
	text-align: center;
	width: 97%;
}
.detail_area p {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	color: #fff;
	text-align: center !important;
	margin: 5px 0;
	padding: 0px 8px !important;
}
.sub_heading.build {
	/*   background-color: #fff;
    font-weight: bold;
	border: 2px solid #fff;
	padding: 10px 0px;*/
	background-color: #fff;
	border: 2px solid #fff;
	font-weight: bold;
	margin: 3%;
	padding: 10px 0;
	width: 94%;
}
.block_img > img {
	width: 100%;
}
#content-left .sub_heading > p, #content-left .subheading_form > h2, #content-left .subheading_video > h2 {
	font-size: 20px;
	text-align: center;
}
.Building_Tools_outer {
	float: left;
	background-color: #ffffff;
	/*border: 1px solid #83835e;*/
	padding: 20px 0px;
	margin-bottom: 20px;
	width: 100%;
	margin: 20px 0px;
}
div#btn-neww {
	width: 100%;
	margin-bottom: 5px;
	margin-top: 0px;
}
#content-left1 .item-page h2 {
	float: left;
	width: 100%;
	margin: 0;
}
.tools_area {
	width: 100%;
	float: left;
	
	margin-top: 30px;
    margin-bottom: 20PX;
}
#content-left1 p {
	word-spacing: normal;
	padding-left: 0px;
	width: 100%;
}
#content-left1 #terms_and_conditions_text p {
	float: left;
}
.concierge_sevices {
	background-color: #ffffff;
	border: 1px solid #83835e;
	float: left;
	padding: 20px 0;
	width: 100%;
	margin-bottom: 20px;
}
.legacy-shop {
	background-color: #ffffff;
	border: 1px solid #83835e;
	float: left;
	padding: 20px 0;
	width: 100%;
	margin-bottom: 20px;
}
.legacy-shop > p {
	margin-bottom: 0px !important;
}
.services_subheading > p {
	margin-bottom: 10px !important;
	margin-top: 0px !important;
}
.item-page .legacy-shop > ul {
	margin: 0 !important;
	padding: 0 !important;
	text-align: center;
}
.legacy-shop ul li {
	display: inline-block;
	font-size: 14px;
	list-style: none;
	width: 31.8%;
}
.bid_request_top {
	float: left;
	width: 100%;
}
.bid_request, .call {
	width: 265px;
	margin: 50px 0 0;
}
.bid_request, .bid_request_image, .call {
	float: left;
	text-align: center;
}
.bid_request_image {
	width: 36%;
}
.services_subheading > h2 {
	padding-bottom: 20px;
}
.services_subheading > h2 {
	color: #000;
	font-size: 20px;
	text-align: center;
	text-transform: uppercase;
}
#content-left1 .Service_trple_box {
	float: left;
	width: 33%;
}
#content-left1 .Service_trple_box > ul {
	margin-left: 0 !important;
	padding-left: 0 !important;
}
.Service_trple_box li {
	list-style: outside none none;
	text-align: center;
}
.tool_container {
	float: left;
	text-align: center;
	width: 31.3%;
}
.tool_container3 {
	margin: 0 15px;
}
.tool_container2 {
	margin-right: 10px;
	margin-left: 0;
}
.tool_container h3 {
	margin: 15px 0 0;
	padding: 0px;
	font-size: 20px;
	color: #759321;
	font-weight: normal;
	line-height: 26px;
}
.tool_container h3 span {
	font-weight: 700;
}
.Providers_n_Professionals {
	width: 100%;
	float: left;
	/*padding: 20px 0;*/
	/*background-color:#ffffff;*/
	/*border:1px solid #898a72;*/
	padding-top: 20px;
	margin-top: 0px;
}
.blog_img span {
	color: #000;
	font-weight: normal;
	display: block;
	font-size: 14px;
}
.item-page .Providers_n_Professionals ul {
	float: left;
	margin: 10px 0 0 !important;
	padding: 0 !important;
}
.Providers_n_Professionals ul li {
	display: inline-block;
	list-style: none;
 margin-top:;
	margin: 9px 13px;
}
.Providers_n_Professionals ul li a {
	float: left;
	text-align: center;
	border: 1px solid #738937;
	cursor: pointer;
	text-decoration: none;
}
.Providers_n_Professionals ul li a:hover {
	background-color: #738937;
	text-decoration: none;
	cursor: pointer;
}
.Opportunities {
	width: 100%;
	float: left;
	background-color: none;
	/*border: 1px solid hsl(0, 0%, 81%);*/
	padding: 20px 0px;
}
.container_outer {
	width: 100%;
	float: left;
	margin-top: 30px;
}
.block_wrap {
	float: left;
	margin: 0 9.5px;
	text-align: center;
	width: 188px;
}
.img_block {
	width: 100%;
	border: 1px solid #9d9e85;
	padding: 3px;
	background-color: #fff;
	margin-bottom: 13px;
	text-align: center;
}
.img_block img {
	width: 99%;
	border: 1px solid #cdcdcd;
}
.block_wrap h3 {
	margin: 0px;
	padding: 0px;
	font-size: 20px;
	color: #454545;
	font-weight: normal;
	line-height: 26px;
}
.block_wrap h3 span {
	font-weight: 700;
	display: block;
}
.block_wrap.content_project > p, .block_wrap.content_pos p {
	height: 80px;
}
.block_wrap p {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	color: #000;
	text-align: center;
	margin: 5px 0;
	text-align: left!important;
}
.read_more {
	width: 100%;
	float: left;
	margin: 20px 00;
	text-align: center;
}
.read_more a {
	max-width: 108px;
	cursor: pointer;
	font-size: 14px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #719803;
	border-radius: 4px;
	border: 1px solid #708d23;
	color: #fff;
	padding: 7px 11px;/*text-shadow:0px 0px 2px #000;*/
}
/*---------css added 21-08-2015----------------*/
.sidebar-container {
	float: left;
	margin: 9px 0;
	width: 100%;
}
/*---------css added 21-08-2015----------------*/
.read_more a:hover {
	background: url("../grfx/button_readmore_hover.jpg") repeat;
}
.Supporters_block {
	width: 100%;
	float: left;
	padding: 20px 0px;
}
.clients_outer {
	width: 100%;
	float: left;
	margin-top: 25px;
}
.item-page .clients_outer ul {
	margin: 0 !important;
	padding: 0 !important;
}
.clients_outer ul li {
	display: inline;
	list-style: none;
	padding: 0px 7px;
	padding: 0px 5px\9;
}
.clients_outer ul li img {
	background-size: 100% auto;
	height: auto;
	/*width: 186px !important;*/
	width: auto !important;
}
.clients_outer ul li:last-child {
	padding-right: 0px;
}
img {
	border: none;
}
.sidebar_heading {
	background-color: #fff;
	border: 1px solid #b4b595;
	float: left;
	margin: 7px 0 0;
	text-align: center;
	width: 100%;
	padding: 8px 0;
}
.sidebar_heading p {
	color: #454545;
	font-size: 24px;
	font-weight: normal;
	margin: 5px 0 !important;
	padding: 0;
	width: 100%;
}
.side_container {
	width: 100%;
	background: url("../grfx/legacy_frame_for_image.png") no-repeat;
	/*border:1px solid #a1a1a1;*/
	margin-top: 28px;
	padding: 15px;
	width: 100%;
	text-align: left;
	float: left;
	background-size: 100% 100%;
}
.side_container h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #454545;
	font-weight: normal;
	border-bottom: 1px solid #b4b698;
	margin: 0px;
	padding: 4px 0px;
}
.blog_img {
	float: left;
	padding: 10px 0;
	width: 100%;
}
.blog_img img {
	border: 1px solid #7b9a1e;
	min-height: 92px;
	width: 105px;
}
.blog_img p {
	float: right;
	margin: 0px;
	padding: 0px;
	color: #003366;
	font-size: 16px;
	font-weight: 600;
	/*text-align: center;*/
	width: 50%;
	margin: 20px 0 0;
	line-height: 20px;
}
.blog_img p a {
	color: #003366;
	text-decoration: none;
	cursor: pointer;
}
.blog_img p a:hover {
	color: #003366;
	text-decoration: none;
	cursor: pointer;
}
.payplans-wrap .label {
	border-radius: 3px !important;
	float: left;
	padding: 7px 24px !important;
	font-weight: normal !important;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
}
.payplans-wrap .label.label- {
	background: none;
	border: 1px solid #808046;
	color: #717171 !important;
}
.payplans-wrap .label.label-success {
	background: #859931;
	border: 1px solid #808046;
}
.payplans-wrap .table td.hidden-phone {
	font-weight: bold;
	color: #96ba12 !important;
}
.payplans-wrap {
	background: #e5e6c4;
}
.payplans-wrap .table th, .payplans-wrap .table td {
	border-color: #b8ba9c !important;
}
#wizAffiliates_Toolbar {
	margin-top: 12px;
}
fieldset.adminform legend {
	margin: 0 0 0 10px;
	padding: 6px 0 20px !important;
}
#affiliate .key {
	color: #829e13 !important;
	font-size: 14px !important;
}
#affiliate .value {
	color: #454545 !important;
	font-size: 14px !important;
}
#affiliate .space {
	color: #003366 !important;
	font-size: 16px !important;
	font-weight: bold;
}
#content-left1 .detail_area p {
	font-size: 17px;
	text-align: center;
}
.create_account {
	float: right;
	/* background: url("../grfx/button_readmore.jpg") repeat-x; */
    /* border: 1px solid #2a3802; */
	margin: 0px 62px 0 0;
	border-radius: 3px;
}
/*.create_account:hover{
background: url("../grfx/button_readmore_hover.jpg") repeat-x ;
}*/

.create_account a:link {
	font-weight: normal !important;
	font-size: 14px !important;
}
#jomsForm > table {
	float: left;
	width: 100%;
}
fieldset.adminform table {
	width: 100%;
	color: #789322;
}
input.text_area, .value input.textbox {
	background: #fff;
	border: 1px solid #969584;
	height: 33px;
	padding: 5px 0;
	width: 100%;
	color: #111;
}
.adminlist input[type="checkbox"] {
	margin: 0;
}
table.adminlist thead th {
	background: #fff !important;
	border: 1px solid #cecece !important;
	padding: 4px 10px;
}
table.adminlist tbody tr td {
	background: #d0df82 !important;
	border: 1px solid transparent !important;
	height: 33px !important;
}
select.inputbox {
	border: 1px solid #cecece;
	height: 33px;
	margin: 0 0 0 15px;
	width: 80%;
}
table.adminlist div.limit {
	border: 1px solid #cecece;
	height: 43px !important;
	line-height: 22px;
	margin: 0;
	padding: 5px 2px;
	text-align: center !important;
	width: auto;
}
table.adminlist tfoot td {
	background-color: #fff !important;
	border: none !important;
	padding: 0 !important;
	text-align: center;
}
table.adminlist div.list-footer {
	border: none;
}
table.adminlist div.limit {
	margin: 0 !important;
}
table#summary_parameters {
	width: 100%;
}
.affliate_all_ {
	float: left;
	width: 100%;
}
.affliate_all_ label {
	color: #7d9b1e;
	float: left;
	padding: 13px 3px 0 0;
}
.affliate_all_ > span {
	float: left;
	width: 50%;
}
.affliate_all_ button {
	float: left;
	margin: 7px 0 0 8px !important;
	width: 55px;
}
.bcum ul {
	margin: 0;
}
.bcum ul li {
	padding-left: 0 !important;
}
.bcum ul li a {
	border: 1px solid #d9d9b7;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	height: 33px;
	line-height: 24px;
	margin-right: 6px;
	padding: 9px 18px;
	font-size: 12px;
	font-weight: normal;
	color: #1f3a55 !important;
	background: #f2f3e3;
	-moz-border-top-left-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	-moz-border-top-right-radius: 3px;
	-webkit-border-top-right-radius: 3px;
}
div.data {
	background-color: #ecedce !important;
	padding: 12px !important;
	margin-bottom: 30px;
}
div.artist_name {
	color: #545454;
	font-weight: normal !important;
	margin: 5px 0 0;
	font-size: 14px;
}
a.image {
	margin-right: 10px;
}
.buttons .btn_what {
	background: none !important;
	border: none !important;
	padding: 0 !important
}
.buttons .btn_what a {
	border: 1px solid #91b515 !important;
	padding: 9px 49px !important;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	float: left;
}
.ssssss.btn_order {
	padding: 9px 49px;
	background: url("../grfx/load-more-btn.png") repeat-x;
}
.pict-oral-memoir .ssssss.btn_order {
	padding: 9px 12px;
	font-size: 12px;
}
.item-202 > a {
	pointer-events: none;
	cursor: default;
}
span.hr-line {
	background: #ccc;
	display: block;
	float: left;
	height: 1px;
	margin: 10px 0;
	width: 100%;
}
.cap_left .btn_subscribe input.btn_order, .comment_form input.button {
	background: rgba(0, 0, 0, 0) url("../grfx/load-more-btn.png") repeat-x scroll 0 0 !important;
	border: 1px solid #008000 !important;
	border-radius: 5px !important;
	box-shadow: none;
	cursor: pointer;
	display: inline-block;
	float: none;
	font-size: 14px;
	height: auto;
	margin: 0 0 0 5px;
	padding: 9px;
	text-align: center;
	vertical-align: top;
	width: auto;
}
.cap_left .btn_subscribe input.btn_order, .comment_form input.button {
	height: 40px;
	line-height: normal;
	width: 220px;
}
.btn_subscribe.what_is.btn_what {
	float: left;
	text-align: center;
	width: 100%;
}
.mean-nav ul li ul li ul {
	padding-left: 20px !important;
}
.jsMenuBar > ul.outer-ul > li {
	text-align: center;
	width: 100%;
}
#jsMenu .jsMenuBar ul.outer-ul a {
	padding: 0;
}
.jsMenuBar ul.outer-ul li ul li {
	text-align: left;
}
#nav ul.outer-ul ul a {
	padding: 0 10px !important;
}
#nav ul.outer-ul ul {
	border: none !important;
}
/*=========================== 13-8-2015 end==========================*/	


#top-footer {
	background: rgba(0, 0, 0, 0) url("../grfx/footer_background.jpg") repeat scroll 0 0;
	border-bottom: none;
	clear: both;
	margin: 0;
	padding: 0;
	width: 100%;
	float:left;
}
/*=========================== 3-6-2015 nd==========================*/

/*=========================== 22-04-2016 srart==========================*/

.hand_book_section {
	background-color: hsl(0, 0%, 100%);
	border: 1px solid hsl(60, 16%, 44%);
	float: left;/*margin-bottom: 20px;*/
	padding: 20px 0;
	width: 100%;
}
.concierge_shop_sevices {
	/* background-color: hsl(0, 0%, 100%);*/
 /* border: 1px solid hsl(60, 16%, 44%);*/
	float: left;
	margin-bottom: 20px;
	padding: 20px 15px;
	width: 100%;
}
.left_concierge, .right_shop {
	/*border-right: 2px dashed hsl(0, 0%, 80%);*/
	float: left;
	padding-right: 10px;
	width: 50%;
}
.right_shop {
	width: 48%;
	float: right;
	border: none;
	padding-right: 0px;
}
.logo_div {
	width: 100%;
	float: left;
	text-align: center;
}
.text_div {
	float: left;
	margin-bottom: 20px;
	margin-top: 15px;
	min-height: 150px;
	width: 100%;
	padding: 0 60px;
}
.img_concierge {
	float: left;
	width: 44%;
	text-align: center;
}
.content_area {
	font-size: 14px;
	width: 50%;
	float: right;
}
.btns_div {
	width: 100%;
	float: left;
	padding: 0 60px;
	text-align: center;
}
.find-provider {
	background: hsla(0, 0%, 0%, 0) linear-gradient(hsl(75, 67%, 36%), hsl(73, 82%, 40%)) repeat scroll 0 0;
	border: 1px solid hsl(75, 67%, 36%);
	border-radius: 3px;
	color: hsl(0, 0%, 100%);
	float: left;
	font-size: 14px;
	padding: 7px 15px;
	cursor: pointer;
}
.be-provider {
	float: right;
	background: hsla(0, 0%, 0%, 0) linear-gradient(hsl(75, 67%, 36%), hsl(73, 82%, 40%)) repeat scroll 0 0;
	border: 1px solid hsl(75, 67%, 36%);
	border-radius: 3px;
	color: hsl(0, 0%, 100%);
	cursor: pointer;
	font-size: 14px;
	padding: 7px 15px;
}
.btn_lg_shop {
	width: 100%;
	float: left;
	text-align: center;
}
.lg-shopbtn {
	background: hsla(0, 0%, 0%, 0) linear-gradient(hsl(75, 67%, 36%), hsl(73, 82%, 40%)) repeat scroll 0 0;
	border: 1px solid hsl(75, 67%, 36%);
	border-radius: 3px;
	color: hsl(0, 0%, 100%);
	cursor: pointer;
	font-size: 14px;
	padding: 7px 15px;
}
.content_area {
	float: right;
	font-size: 14px;
	line-height: 24px;
	width: 50%;
	color: #4f81bd !important;
	font-weight: normal;
	font-size: 16px;
}
.left_concierge .img_concierge {
	border: 1px solid #ccc;
	padding: 10px;
	box-shadow: 1px 3px 3px #ccc;
}
.img_concierge.scanner {
	border: none;
	padding: 0px;
	box-shadow: none;
}
.list_heading {
	width: 100%;
	float: left;
	margin-bottom: 10px;
}
.list_heading h4 {
	width: auto;
	float: left;
	color: #fff;
	font-size: 20px;
	border-bottom: 2px solid #a5cc11;
	margin: 0px;
	margin-bottom: 10px;
}
#inner-footer .list, #inner-footer .list-mid {
	width: 20%;
	float: left;
	padding: 0px;
}
#inner-footer .list-mid {
	margin: 0px 19%;
	width: 22%;
}
#inner-footer .list ul, #inner-footer .list-mid ul {
	margin: 0;
	padding: 0;
	width: 100%;
	float: left;
}
.right-bottom-left span {
	color: #da0300 !important;
	font-size: 14px;
	line-height: 0px;
}
.hndbook-gift h4 span {
	margin-bottom: 32px !important;
	line-height: 39px;
}
div#btn-nw {
	width: 100%;
	margin: 21px 0px 0px 0px;
}
.scrolltop-col, .get {
	width: 100%;
	float: left;
	text-align: center;
	margin: 4px 0px;
}
.scrolltop-col a, .get a {
	color: #4f81bd !important;
	font-size: 22px !important;
	width: auto !important;
	float: none !important;
	text-align: center !important;
	font-weight: 600 !important;
	margin: 0px 0px !important;
}
ul.log-reg li {
	color: #fff;
}
.photobook-section {
	width: 100%;
	float: left;
	width: calc(100% - 40px);
	margin: 20px 20px 0px 20px;
}
.handbook-banner-outer {
	/* background: #a2cc4d; */
	float: left;
	margin: 0 21px 20px;
	/* padding: 10px; */
	width: calc(100% - 44px);
	border: 1px solid #83835e;
	float: left;
}
.hndbook-list ul.handbook-links li:last-child {
	padding-bottom: 0px;
}
.hndbook-content {
	width: 100%;
	float: left;
	padding: 10px;
	background: #fff;
	background-image: url(../grfx/background-story-image.jpg);
	background-repeat: repeat;
	background-position: left;
	background-size: cover;
	position: relative;
}
.hndbook-content-link {
	width: 100%;
	float: left;
	min-height: 227px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 999999;
}
.hndbook-content-link a {
	width: 100%;
	float: left;
	min-height: 227px;
}
.hndbook-bttom-curve {
	width: 100%;
	float: left;
	bottom: 0;
	position: absolute;
	left: 0;
}
.hndbook-bttom-curve img {
	width: 100%;
	height: auto;
}
div#handbook-btn {
	margin-bottom: 0px;
	width: 100%;
}
.hndbook-logo img {
	float: right;
	padding-right: 6px;
}
.bell-img {
	float: right;
	position: absolute;
	right: 0;
	top: 0;
}
.bell-img img {
	width: 52%;
	float: right;
}
div#handbook-btn a {
	margin: 0px;
	padding: 10px 20px;
}
.lrn_mr > a span {
	color: #1f497d;
	display: block;
	font-size: 18px !important;
}
.hndbook-btn p {
	text-align: center !important;
	font-weight: 600;
	font-size: 16px;
	padding-bottom: 3px;
	margin: 5px 0px;
}
.hndbook-gift h4 {
	margin: 0px;
}
.hndbook-left-content {
	float: left;
	width: 45%;
}
.hndbook-logo {
	width: 63%;
	float: left;
}
.hndbook-right-content {
	float: right;
	width: 54%;
}
.hndbook-logo {
	width: 70%;
	float: left;
	padding-right: 10px;
}
#content-left1 .hndbook-logo p {
	text-align: right;
	color: #00659b;
	width: 100% !important;
	margin: 0px;
	text-align: right !important;
	margin-right: 0px !important;
}
.hndbook-image {
	width: 30%;
	float: right;
	text-align: center;
}
.hndbook-image img {
	width: auto;
}
.hndbook-list {
	float: left;
	padding-left: 0;
	width: 30%;
	margin-left: 4px;
}
.hndbook-list ul.handbook-links {
	padding: 0 !important;
	margin: 0 !important;
	width: 100%;
	float: left;
}
.hndbook-list ul.handbook-links li {
	line-height: 20px;
}
element.style {
}
.hndbook-gift {
	float: left;
	text-align: center;
	width: 30%;
	margin: 45px 0px;
}
.hndbook-gift h4 {
	color: #da0300;
	font-size: 24px;
}
.hndbook-gift span {
	color: #da0300;
}
.hndbook-btn {
	float: right;
	width: 36%;
}
.handbook-links {
	color: #00659b;
}
ul.handbook-links li a {
	color: #00659b;
	text-decoration: none;
}
.lrn_mr {
	text-align: center;
	margin-bottom: 10px;
}
.lrn_mr a {
	display: inline-block;
	font-size: 16px !important;
	margin-top: 28px;
	position: relative;
	z-index: 999;
	font-weight: bold;
}
.lrn_mr > a {
	background: linear-gradient(#dbff9f, #a2cc4d);
	border-radius: 3px;
	color: #1f497d !important;
	cursor: pointer;
	margin-right: 0px;
	padding: 10px 20px;
	text-decoration: none;
}
ul.logo-list {
	text-align: center;
}
.hndbook-btn {
	float: right;
	width: 39%;
	text-align: center;
	margin: 45px 0px;
}
ul.logo-list {
	text-align: center;
}
.photobook-section {
	width: 100%;
	float: left;
	width: calc(100% - 40px);
	margin: 20px 20px 0px 20px;
}
.hand_book_section {
	background-image: url(../grfx/background-story-image.jpg);
	background-repeat: repeat;
	background-position: left top;
	background-size: cover;
	position: relative;
	border: 1px solid hsl(60, 16%, 44%);
	float: left;
	margin-bottom: 0px;
	padding: 20px 15px 35px;
	width: 100%;
}
.hand-book-top-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	float: left;
}
.hand-book-top-image div.hand-book-left-image {
	left: 0;
	z-index: 99999;
}
.hand-book-top-image> div {
	position: absolute;
}
.hand-book-top-image div.hand-book-right-image {
	right: 0;
}
.lft_img_handbook > img {
	background-size: 100% auto;
	float: none !important;
	width: auto;
	position: relative;
	z-index: 00000;
}
.lft_img_handbook {
	float: left;
	width: 50%;
	text-align: center;
	/* margin: 10px 0px; */
	margin-bottom: 30px;/* padding-bottom: 1px; */
}
.sub_heading {
	width: 100%;
	float: left;
	text-align: center;
	position: relative;
}
span.hand-book-bottom-image img {
	width: 100%;
}
.rgt_img_handbook {
	float: right;
	padding-right: 83px;
	text-align: center;
	width: 50%;
	margin: 20px 0px;
}
.hand-book-bottom-image {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	float: left;
	z-index: 999999;
}
rgt_img_handbook span {
	font-weight: 600;
	color: #006699;
	float: left;
	margin-top: 12px;
	text-align: left;
}
.right-bottom-content {
	width: 100%;
	float: left;
	margin-top: 8px;
}
.right-bottom-left {
	width: 50%;
	float: left;
}
.right-bottom-left p span {
	margin-top: 12px;
}
.lrn_mr {
	text-align: center;
	margin-bottom: 10px;
}
div#photobook a {
	background: #719803;
	color: #fff !important;
	width: 183px;
	height: 54px;
	margin-top: 19px;
}
.lrn_mr a > img {
	height: auto;
	left: -24px;
	position: absolute;
	top: -12px;
	width: 41%;
}
.lrn_mr a {
	display: inline-block;
	font-size: 16px !important;
	margin-top: 28px;
	position: relative;
	z-index: 999;
	font-weight: bold;
}
.handbook-banner-outer {
	/* background: #a2cc4d; */
	float: left;
	margin: 0 21px 20px;
	/* padding: 10px; */
	width: calc(100% - 44px);
	border: 1px solid #83835e;
	float: left;
}
div#heading-inner.new-wrapper {
	padding: 0px 52px;
}
.loginplusLP_120 form {
	padding: 0px;
}
#nav.new-wrapper {
	padding: 0px 56px;
}
.create_account {
	float: right;
	width: 100%;
	margin-right: 0px;
	text-align: center;
	/* margin-top: 3px; */
	margin-bottom: 20px;
}
.new-wrapper #content-left1 {
	background: none;
	padding: 20px 70px;
}
.ribbon {
	position: absolute;
	left: 0;
	top: 0;
}
.ribbon img {
	width: 63%;
}
.bell-img {
	float: right;
	position: absolute;
	right: 0;
	top: 0;
}
.bell-img img {
	width: 52%;
	float: right;
}
.bottom-left-img {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 999999;
}
.bottom-left-img img {
	width: 60%;
}
div#handbook-btn {
	margin-bottom: 0px;
	width: 100%;
}
.hndbook-logo p {
	text-align: right;
	color: #00659b;
	width: 100% !important;
	margin: 0px;
	text-align: right !important;
	margin-right: 15px !important;
}
.hndbook-logo p {
	float: right;
	margin-top: 0px !important;
}
.create_account:hover {
	opacity: 0.8;
}
.block {
	padding: 0 20px;
	width: 33.3%;
}
.block_img img {
	width: auto;
}
.block-heading h3 {
	color: #006699;
	float: left;
	font-size: 30px;
	margin: 0;
	width: 100%;
}
.shadow > p {
	color: #4f81bd !important;
	float: left !important;
	line-height: 22px;
	margin: 0 1%;
	text-align: center !important;
	width: 100% !important;
	padding: 0px 8px !important;
	font-weight: normal;
}
.block .block_img:hover img, .community-block .block_img img:hover, .tool_container.tool_container3:hover img, .tool_container.tool_container1 a:hover img {
	transition: all 1s ease 0s;
	transform: scale(1.2);
}
.tool_container_img_wrap {
	float: left;
	width: 100%;
	padding: 11px 0;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
.tool_container_img_wrap {
	padding: 0 0 19px;
}
}
.tool_container h3 {
	margin: 15px 0 0;
	padding: 0px;
	font-size: 30px;
	font-weight: normal;
	line-height: 26px;
	color: #006699;
	margin-top: 0px;
	margin-bottom: 15px;
}
.three_wayouter .shadow {
	bottom: 0;
}
.concierge_shop_sevices {
	background-color: hsl(0, 0%, 100%);
	/*border: 1px solid hsl(60, 16%, 44%);*/
	float: left;
	margin-bottom: 20px;
	padding: 20px 15px;
	width: calc(100% - 40px);
	/* margin: 0 auto; */
	margin: 0 21px 20px 20px;
}
.Providers_n_Professionals {
	width: 100%;
	/* margin: 0 auto; */
	margin: 20px 0px;
	float: left;
	/* padding: 20px 0; */
	background-color: #ffffff;
	/* background-color: #ceccb9; */
	/*border: 1px solid #898a72;*/
	padding-top: 20px;
	margin-top: 10px;
}
.tool_container {
	text-align: center;
	width: 33.3%;
	padding: 0 20px;
}
.tool_container.tool_container1 {
	margin-left: 0px;
}
.tool_container.tool_container3 {
	margin-right: 0px;
	margin-left: 0px;
}
.tool_container.tool_container2 {
	margin-right: 0px;
}
#content-left1 p {
	word-spacing: normal;
	padding-left: 0px;
	width: 100%;
	/* margin: 5px 0px;*/
}
.article-color p{color:#696969 !important;}
ul.blogul {
    color: #006699;
}
ul.photoul {
    color: #006699;
}
ul.audioul {
    color: #006699;
}
.testread_title p {
    text-align: center !important;
}
.home-top-contant p {
    font-style: italic;
}
.rgt_img_handbook span {
	font-weight: 600;
	color: #006699;
	float: left;
	margin-top: 12px;
	text-align: left;
}
.right-bottom-left p {
	color: #da0300;
	font-size: 19px;
	font-weight: 800;
	line-height: 27px;
}
.rgt_img_handbook span {
	font-weight: 600;
	color: #006699;
	float: left;
	margin-top: 12px !important;
	text-align: left;
}
div#photobook {
	width: 50%;
	float: right;
}
div#photobook a {
	background: #719803;
	color: #fff !important;
	width: 183px;
	height: 54px;
	margin-top: 8px !important;
}
/*=============== 25-11-2016 ==============*/

.lgs-hmp-popup {
	float: left;
	position: relative;
	width: 100%;
}
.lgs-hmp-popup-wrap {
	width: 100%;
	float: none;
	display: inline-block;
}
.lgs-hmp-popup3 {
	/*background-image: url(../grfx/legacy-background.jpg);*/
	background-color: #f2f3e3;
	background-repeat: repeat;
	background-position: left;
	background-size: cover;
	padding: 15px;
	border: 10px solid #123966;
	border-radius: 20px;
}
.new-wrapper #popup3 {
	width: 100%;
	background: #e5e0d3;
}
.lgs-hmp-popup-heading {
	float: left;
	width: 100%;
	text-align: center;
	position: relative;
}
.lgs-hmp-popup-heading h1 {
	color: #006699;
	float: left;
	font-size: 37px !important;
	font-family: Arial, Helvetica, sans-serif;
	width: 100%;
	padding: 0px 0 30px !important;
	font-weight: 600 !important;
	font-style: italic;
}
#popup3 .lgs-hmp-popup-heading h1{ font-style:normal;}
.close-btn {
	position: absolute;
	right: 10px;
	cursor: pointer;
}
.close-btn p {
	font-size: 15px;
	color: #000;
}
.close-btn p span {
	color: #ff0004;
}
.lgs-hmp-popup-col-wrap {
	width: 25%;
	float: left;
	padding: 0 15px;
}
.lgs-hmp-popup-col {
	width: 100%;
	float: left;
	background: #e5e0d3;
	padding: 0 15px;
	border: 3px solid #123966;
	min-height: 470px;
	position: relative;
}
.lgs-hmp-popup-col h2 {
	font-size: 20px;
	text-align: center;
	color: #123966;
	font-family: Arial, Helvetica, sans-serif;
	margin: 6px 0 0;
}
.lgs-hmp-popup-image {
	float: left;
	width: 100%;
	text-align: center;
	height: 100%;
    min-height: 212px;
}
.lgs-hmp-popup-image img {
	width: auto;
	height: 160px;
}
.lgs-hmp-popup-question {
	float: left;
	width: 100%;
	text-align: center;
	margin-top: 10px;
}
.lgs-hmp-popup-question h4 {
	font-size: 20px;
	color: #0a0301;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	cursor: pointer;
}
#popup3 .lgs-hmp-popup-wrap img {
	border: none;
	margin: 0;
}
.lgs-hmp-popup-list {
	float: left;
	width: 100%;
	margin-top: 10px;
}
.lgs-hmp-popup-list li {
	float: left;
	width: 100%;
	list-style: none;
	padding: 0 !important;
	line-height: 21px;
}
.lgs-hmp-popup-list li a {
	font-size: 14px;
	color: #1f487c;
	line-height: 20px;
	font-family: Arial, Helvetica, sans-serif;/*font-weight:normal !important;*/
}
.new-pop p {
	line-height: 24px !important;
	font-size: 18px;
}
.lgs-hmp-popup-list li + li {
	margin-top: 5px;
}
.lgs-hmp-popup-btn {
	float: left;
	width: 100%;
	position: absolute;
	bottom: 10px;
	left: 0;
	padding: 0 15px;
}
.lgs-hmp-popup-btn input {
	width: 100%;
	float: left;
	padding: 4px 0;
	font-size: 15px;
	font-weight: bold;
	border: none;
	color: #fff;
	margin: 0;
	background: linear-gradient(#b10000, #570000);
	box-shadow: 0 0 1px 2px #570000;
}
.new-pop {
	width: 100%;
	float: left;
	position: absolute;
	background: #fff;
	left: 0;
	padding: 40px 15px;
	top: 0;
	min-height: 464px;
	z-index: 999;
}
.lgs-hmp-popup-button {
	position: absolute;
	right: 10px;
	margin: 7px 0 0;
	cursor: pointer;
	top: 0;
}
#content-left .new-pop p {
	margin: 40px 0 0 !important;
}
.lgs-hmp-popup-watch {
	position: absolute;
	bottom: 15px;
	text-align: center;
	width: 100%;
	left: 0;
	float: left;
}
.lgs-hmp-popup-watch a {
	color: #4a8cd5;
	font-weight: 600;
}
.lgcy-promotion {
	width: 100%;
	position: absolute;
	background: #fff;
	left: 0;
	border: 2px solid #a8c863;
	padding: 10px;
	text-align: center;
	top: 250px;
}
#content-left .lgcy-promotion p {
	color: #ff0024;
}
span.promotion-lgcy {
	font-size: 18px;
	text-align: center;
	color: #123966;
	padding-bottom: 2px;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom: 2px solid #123966;
}
span.lgcy-go-now {
	color: #0066cc;
	font-weight: bold;
}
.nw-vido {
	width: 100%;
	float: left;
	position: absolute;
	z-index: 9999;
	top: 40px;
	border-radius: 20px;
	text-align: center;
	background: rgba(0,0,0,0.7);
	padding: 50px 0;
	border: 5px solid #000;
}
.new-wrapper .popup3 {
	width: 100%;
}
.nw-vido iframe {
	width: 100% !important;
}
/*-----------------28-april-2017px---------------------*/

.follow-main {
	width: auto;
	display: inline-block;
}
span.follow-heading {
	float: left;
	padding-top: 4px;
}
span.follow-link {
	float: left;
	margin-left: 10px;
}
span.chicklets {
	height: 22px !important;
	padding: 4px;
}
span.share-in-icon span {
	padding: 2px;
}
.stButton .sharethis {
	background-image: url(https://ws.sharethis.com/images/2017/sharethis_16.png);
	padding-left: 25px;
}
.home-top-heading h3 {
	color: #1f497d;
	font-size: 28px;
	margin-top: 0px;
	margin-bottom: 5px;
}
.home-top-heading {
	width: 100%;
	float: left;
	text-align: center;
}
.home-top-contant p {
	text-align: center !important;
	font-size: 28px;
	color: #4f81bd;
	margin: 0px;
	margin-top: 10px;
}
.create_account a img {
	width: 123px;
}
.create_account.top-btn {
	position: absolute;
	/* bottom: -10px; */
    /* padding-top: 2px; */
	width: 100%;
	left: 0px;
	margin: 0px;
	top: 3px;
}
.community-section-home .shadow {
	position: static;
}
.left_concierge .btns_div a img {
	width: 172px;
}
.detail_area p {
	color: #4f81bd;
}
.img_concierge img {
	width: 100%;
}
.left_concierge a:hover img {
	opacity: 0.8;
}
.btns_div a {
	margin: 0px 15px;
}
.img_concierge.scanner img {
	width: 74%;
}
div#heading-inner a img {
	width: auto;
}
.btnsdivinner {
	width: 409px;
	display: inline-block;
}
/*-------about-us-menu-hide here-----------*/

.menu li.item-70.deeper.parent {
	display: none;
}
.item-53 {
	/* display: none; */
}
.item-53 a {
   font-size: 16px;
}
.hometop a, .tool_container p a, .block_img .shadow .detail_area p a {
	color: #4f81bd !important;
	font-size: 16px !important;
	line-height: 24px;
}
/*.hometop a:hover, .tool_container p a:hover, .block_img .shadow .detail_area p a:hover {
	color: #3399ff !important;
	font-size: 16px !important;
	line-height: 24px;
}
*/
.testimonial-new {
	width:100%;
	background-color: #fff;
	float: left;
	padding: 20px 15px;
	position: relative;
}
.view-list {
	width: 48%;
	float: left;
	padding: 0px;
	margin: 10px 0px 0px 0px;
}
.test-inner-col {
	width: 100%;
	float: left;
	margin: 20px 0px;
	padding: 0px 20px;
}
.view-list:last-child {
	float: right;
}
.view-list p {
	width: 100%;
	float: left;
	font-size: 16px;
	color: #4f81bd !important;
	line-height: 24px;
	font-style: normal;
	margin: 0px 0px 10px 0px;
}
.sticky-header {
	position: fixed;
	top: 0;
	z-index: 999;
	animation: slide-down 0.7s;
}
@keyframes slide-down {
 0% {
 opacity: 0;
 transform: translateY(-100%);
}
 100% {
 opacity: 0.9;
 transform: translateY(0);
}
}
/*-------about-us-menu-hide here-----------*/
/*-----------------28-april-2017px---------------------*/

/*=============== 25-11-2016 end ==============*/
/*=============== 16may-2017 ==============*/
.testread {
	width: 30%;
	float: left;
}
.testomoni {
	width: 34%;
	float: left;
	margin: 0% 3%;
	margin-top: 0px;
}
.testhear {
	width: 30%;
	float: left;
}
.testread_title {
	width: 100%;
	float: left;
	margin-bottom: 15px;
}
.testread_title h3 {
	width: 100%;
	float: left;
	font-size: 24px;
	padding: 0px;
	margin: 0px 0px;
	color: #006699;
	text-transform: uppercase;
	font-weight: normal;
	text-align: center;
}
.testomoni ul.testimonitext {
	width: 100%;
	float: left;
	margin: 0px !important;
	padding: 0px !important;
}
.testomoni ul li {
	list-style: none !important;
	margin-bottom: 8px;
	color: #006699;
	font-style: italic;
}
.testread_img {
	width: 100%;
	float: left;
}
.testread_img img {
	width: auto;
	float: left;
	transition: all 1s ease 0s;
	cursor: pointer;
}
.testread_img img:hover {
	transition: all 1s ease 0s;
	transform: scale(1.1);
}
div#readtest, div#writetest {
	position: absolute;
	text-align: center;
	z-index: 999;
	width: 100%;
	left: 0px;
	bottom: 0px;
	background-color: #354e66;
	padding: 55px;
	display:none;
}
.readpopclose, .writepopclose {
	width: auto;
	float: right;
	cursor: pointer;
	font-size: 18px;
	font-weight: bold;
	color: #006699;
}
.readpoup-title, .writepoup-title {
	width: 100%;
	float: left;
	font-size: 24px;
	color: #006699;
	text-align: center;
}
.readpoup-author, .writepoup-author {
	width: 100%;
	float: left;
	text-align: center;
	margin: 10px 0px;
	color: #006699;
}
.readpoup, .writepoup {
	width: 100%;
	float: left;
	background: #fff;
	padding: 20px;
}
.alg_ctr {
	width: 100%;
	margin-bottom: 10px;
	text-align: center;
}
.readpoup-text {
	width: 100%;
	float: left;
}
.readpoup-text p {
	width: 100% !important;
	float: left;
	line-height: 24px;
	color: #4f81bd;
}
.readpoup-text p img {
	width: auto;
	float: left;
	margin-right: 30px;
}
.writepoup-text .player {
	width: 100% !important;
	float: left;
	text-align: center;
	margin-bottom: 20px;
}
.writepoup-text .player #single_player_2778 {
	float: none;
	margin: 0px auto;
	position: static;
}
/*=============== 16may-2017 = end ==============*/

/*=============== 17may-2017 = end ==============*/
.block-right {
	width: 100%;
    background-color:#354e66;
    top: 0;
    left: 0;
    padding: 55px;
    margin: 0;
    position: absolute;
    z-index: 999;
	display:none;
}
.blockpopclose {
	width: 100%;
	float: left;
	padding: 0px 20px;
	background-color: #fff;
}
.blockpop-text {
	width: 100%;
	float: left;
	margin: 20px 0;
}
.blockpop-text p {
	word-spacing: normal;
	padding-left: 0px;
	width: 100%;
	margin: 5px 0px;
	color: #006699;
	text-align: center;
}
.blockpop-text p img {
	width: 20%;
	float: left;
	margin-right: 30px;
}
.blockpop-close {
	width: auto;
	float: right;
	cursor: pointer;
	font-size: 18px;
	font-weight: bold;
	color: #006699;
	padding: 20px;
}
.block-photo {
	width: 100%;
	background-color: #354e66;
	top: 0;
	left: -20px;
	padding: 55px;
	margin: 20px 20px 0px 20px;
	position: absolute;
	display:none;
	z-index: 999;
}
.photopop-text {
	width: 100%;
	float: left;
	margin: 20px 0;
	background-color: #fff;
}
.photopop-text p img {
	width: 20%;
	float: left;
	margin-right: 30px;
}
.photopop-text p {
	word-spacing: normal;
	padding-left: 0px;
	width: 100%;
	margin: 5px 0px;
	color: #006699;
}
.photopop-close {
	width: auto;
	float: right;
	cursor: pointer;
	font-size: 18px;
	font-weight: bold;
	color: #006699;
	padding: 20px;
}
.photopopclose {
	width: 100%;
	float: left;
	background-color: #fff;
	padding: 0px 20px;
}
.block-audio {
	width: 100%;
	background-color: #354e66;
	top: 0;
	left: -20px;
	padding: 55px;
	margin: 20px 20px 0px 20px;
	position: absolute;
	display:none;
	z-index: 999;
}
.audiopop-text {
	width: 100%;
	float: left;
	margin: 20px 0;
	background-color: #fff;
}
.audiopop-text p img {
	width: 20%;
	float: left;
	margin-right: 30px;
}
.audiopop-text p {
	word-spacing: normal;
	padding-left: 0px;
	width: 100%;
	margin: 5px 0px;
	color: #006699;
}
.audiopop-close {
	width: auto;
	float: right;
	cursor: pointer;
	font-size: 18px;
	font-weight: bold;
	color: #006699;
	padding: 20px;
}
.audiopopclose {
	width: 100%;
	float: left;
	background-color: #fff;
	padding: 0px 20px;
}
/*=============== 17may-2017 = end ==============*/







/*=============== 06 june-2017 = start ==============*/

#af-form-1113358959 .buttonContainer input.submit {
    height: 40px !important;
    width: auto;
}
#af-form-1113358959 .af-body input.text, #af-form-1113358959 .af-body textarea {
    background-color: #ffffff;
    border-color: #d9d9d9;
    border-style: solid;
    border-width: 1px;
    color: #4676a8;
    font-family: Trebuchet MS,sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: normal;
    height: 35px !important;
    text-decoration: none;
}
#af-form-1113358959 select, #af-form-1113358959 label, #af-form-1113358959 optgroup, #af-form-1113358959 option {
    font-size: 16px !important;
    height: 35px !important;
    padding: 0;
    width: 100% !important;
}
.af-form-wrapper {
    text-align: center !important;
    text-indent: 0;
}
#af-form-1300489514 .buttonContainer input.submit {
    height: 40px !important;
    width: auto;
}
#af-form-1300489514 .af-body input.text, #af-form-1300489514 .af-body textarea {
    background-color: #ffffff;
    border-color: #d9d9d9;
    border-style: solid;
    border-width: 1px;
    color: #21408f;
    font-family: Trebuchet MS,sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: normal;
    height: 40px !important;
    text-decoration: none;
}
#af-form-1952466055 .buttonContainer input.submit {
    height: 40px !important;
    width: auto;
}
#af-form-1952466055 .af-body input.text, #af-form-1952466055 .af-body textarea {
    background-color: #ffffff;
    border-color: #d9d9d9;
    border-style: solid;
    border-width: 1px;
    color: #21408f;
    font-family: Trebuchet MS,sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: normal;
    height: 40px !important;
    text-decoration: none;
}
#af-form-1952466055 select, #af-form-1952466055 label, #af-form-1952466055 optgroup, #af-form-1952466055 option {
    font-size: 16px !important;
    height: 35px !important;
    padding: 0;
    width: 100% !important;
}

#af-form-1218591022 .buttonContainer input.submit {
    height: 40px !important;
    width: auto;
}
#af-form-1218591022 .af-body input.text, #af-form-1218591022 .af-body textarea {
    background-color: #ffffff;
    border-color: #d9d9d9;
    border-style: solid;
    border-width: 1px;
    color: #21408f;
    font-family: Trebuchet MS,sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: normal;
    height: 40px !important;
    text-decoration: none;
}
#af-form-205633826 .af-body input.text, #af-form-205633826 .af-body textarea {
    background-color: #ffffff;
    border-color: #d9d9d9;
    border-style: solid;
    border-width: 1px;
    color: #21408f;
    font-family: Trebuchet MS,sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: normal;
    height: 40px !important;
    text-decoration: none;
}
#af-form-205633826 .buttonContainer input.submit {
	height: 40px !important;
    width: auto;
}
#af-form-1404666150 .af-body input.text, #af-form-1404666150 .af-body textarea {
	 background-color: #ffffff;
    border-color: #d9d9d9;
    border-style: solid;
    border-width: 1px;
    color: #21408f;
    font-family: Trebuchet MS,sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: normal;
    height: 40px !important;
    text-decoration: none;
}
#af-form-1404666150 .buttonContainer input.submit {
	height: 40px !important;
    width: auto;
}
#af-form-238768727 .af-body input.text, #af-form-238768727 .af-body textarea {
	 background-color: #ffffff;
    border-color: #d9d9d9;
    border-style: solid;
    border-width: 1px;
    color: #21408f;
    font-family: Trebuchet MS,sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: normal;
    height: 40px !important;
    text-decoration: none;
}
#af-form-238768727 .buttonContainer input.submit {
	height: 40px !important;
    width: auto;
}
/*=============== 06 june-2017 = end ==============*/

/* ==== 11-oct-2019 ====*/

.af-form{
	background-color: #FFFFFF;
    border-color: #CFCFCF;
    border-width: 3px;
    border-style: solid;
    width: 100%;
    max-width: 500px;


}
.af-body.af-standards{
	padding-bottom: 15px;
    padding-top: 15px;
    background-repeat: no-repeat;
    background-position: inherit;
    background-image: none;
    color: #CCCCCC;
    font-size: 11px;
    font-family: Verdana, sans-serif;

}
.af-element {
    padding: 5px 60px;
}
.af-element .af-clear{
	display:none;
}
.af-element label{
    display: block;
    float: none;
    text-align: left;
    width: auto;
    color: #CCCCCC;
    text-decoration: none;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    font-family: Helvetica, sans-serif;
    background-color: white;
}
.af-element .af-textWrap input[type="text"]{
	
    background-color: #FFFFFF;
    border-color: #D9D9D9;
    border-width: 1px;
    border-style: solid;
    color: #C7C7C7;
    text-decoration: none;
    font-style: normal;
    font-weight: normal;
    font-size: 24px !important;
    font-family: Trebuchet MS, sans-serif;
    height: 40px;
    width: 100%;
	
}
.af-element input[type="image"]{

	background: none !important;
    padding: 0px !important;
    border: none !important;
    height: 40px !important;

}
.af-element.privacyPolicy p a {
    color: #CCCCCC;
    text-decoration: underline;
    font-style: normal;
   
}

/*===============14june-2017==============*/
.section-col-12{
	width:100%;
	float:left;
	padding-bottom:30px;
}
.sec-col-heading{
	width:100%;
	float:left;
	text-align:center;
	margin:10px 0px;
}
.sec-col-heading h3 {
  color: rgb(0, 102, 153);
  font-size: 28px;
  line-height: 35px;
  margin: 0;
}
.inner-starter-col {
  float: left;
  padding: 20px 0 0;
  width: 100%;
}
.inner-starter-col p{
	width:100%;
	float:left;
	color:#006699;
	margin:0px !important;
}
.inner-starter-col p img.cke-resize {
  float: right;
  height: auto;
  width: 22%;
  margin-left:15px;
  
}
.inner-starter-col p span {
  float: left;
  margin-bottom: 15px;
  width: 75%;
}
.logo-starter-col{
	width:100%;
	float:left;
	text-align:center;
}
h5.col-5-heading {
  color: #006699;
  float: left;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  margin: 10px 0 0;
  text-align: center;
  width: 100%;
}
.text-col-12 {
  float: left;
  margin: 15px 0;
  width: 100% !important;
}
.handbook-sec-img {
  float: left;
  margin-bottom: 15px;
  margin-right: 20px;
  width: 27%;
}
.legacy-text-col {
  float: none;
  width: 100%;
}
.legacy-text-col p {
  float: none;
  width: 100%;
  margin-bottom:10px !important;
  
}
.legacy-text-col span {
  float: left;
  font-weight: bold !important;
  margin: 0px !important ;
  width: auto !important;
}

.app-img {
  float: right;
  margin-bottom: 5px;
  margin-left: 20px;
  width: 17% !important;
}
.app-insice p {
  float: left !important;
  width: 68% !important;
}
.mail-btn {
  float: left;
  margin: 30px 0 0;
  text-align: center;
  width: 100%;
}
.inner-starter-col.step-col p img.cke-resize {
  float: left;
  height: auto;
  margin-left:0px;
  margin-right: 25px;
  width: 33%;
}
.inner-starter-col.step-col p span {
  float: right;
  width: 63%;
}
.full-width-col {
  float: left !important;
  width: 100% !important;
}
.ls-concierge {
  float: left;
  text-align: center;
  width: 100%;
}
.consultant-col {
  float: left;
  margin-right: 18px;
  width: 33%;
}
.inner-starter-col.lifetime-col p {
  float: none !important;
  width: 100% !important;
}
.list-col-sec {
  float: left;
  width: 100%;
   text-align: center;
}
.list-col-sec p {
  margin: 10 auto !important;
  width: 54% !important;
}
.list-col-sec > p span {
  float: left;
  list-style: outside none none;
  margin-bottom: 10px;
  text-align: left;
  width: 50%;
}
.order-now-btn-col {
  float: left;
  margin: 14px 0;
  text-align: center;
  width: 100%;
}
.order-now-btn-col a img {
  width: 27%;
}
.phone-text {
  float: left;
  font-size: 20px;
  font-weight: normal;
  text-align: center;
  width: 100%;
  color:rgb(0, 102, 153);
}
.pay-pal-col {
  float: left;
  text-align: center;
  width: 100%;
  margin-top: 12px;
}
.pay-pal-col img {
  width: 36% !important;
}


/*===============14june-2017==============*/

/* ======================== 11-oct-2017 ===================== */

.slider-section {
    /* background-color: #ceccb9; */
	background-color: #ffffff;
    padding: 20px 15px;
    position: relative;
    width: 100%;
    float: left;
    margin: 10px 0px;
    /* border-bottom: 20px solid #f2eede; */
}
.image-sec-col {
    width: 63%;
    float: left;
	    margin: 0 10px;
		transition: all 1s ease 0s;
		cursor: pointer;

}
.image-sec-col img {
    width: 100%;
    height: auto;
	transition: all 1s ease 0s;
}
.image-sec-col img:hover {
    transition: all 1s ease 0s;
    transform: scale(1.1);
}
.content-sec-col {
    width: 35%;
    float: right;
    text-align: center;
}
.slider-section .content-sec-col{
    margin: 40px 0;
}
.images-sec p, .content-sec-col, .right-sidebar-sec-col p, .leftt-sec-col p, .shadow p, .tools_area p a{
	font-size: 18px !important;
    line-height: 26px;
	color: #006699;
}
.tools_area p a:hover {
    font-size: 18px !important;
    line-height: 26px;
    /*color: #006699!important;*/
}
.content-sec-col h3 {
    color: #1f497d;
    font-size: 28px;
    margin-top: 0px;
    margin-bottom: 5px;
    font-style: italic;
    width: 65%;
    margin: 0 auto;
}
.content-sec-col p {
    width: 55% !important;
    text-align: center !important;
    margin: 0 auto !important;
    padding: 30px 0 0px;
}
.btn-sec {
    width: 100%;
    float: left;
       margin: 20px 0 20px 0;
    text-align: center;
}
.btn-sec a {
	    font-size: 18px;
        padding: 8px 12px;
    background: #1f497d;
    color: #fff !important;
    font-weight: 600;
    box-shadow: 0px 3px 11px -3px #3e3e2d;
}
.slider-images-sec-col {
    width: 100%;
    float: left;
}
.images-sec {
    width: 25%;
    float: left;
}
.home-section-first.slider-section .content-sec-col {
    margin: 0px 0;
}
.home-section-first .content-sec-col h3 {
    margin-bottom: 6px;
    line-height: 34px;
}
.slider-section.home-section-first p {
    padding: 19px 0;
}
.slider-section.home-section-first .btn-sec {
	margin-bottom:0px;
	margin-top:30px;
}
.no-margin-bottom {
    margin-bottom: 0px;
}
.no-margin-top {
	margin-top:0px;
}
.no-margin-top .custom p {
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
}
#inner-footer .biz-org p, #inner-footer .biz-org a {
    text-align: left;
    color: #fff;
	padding: 5px 0px;
}
.btn-sec.col-new {
    width: 100%;
	margin-top: 30px;
}
.btn-sec.col-new a {
    display: inline;
}
.btn-sec.col-new {
    margin: 15px 0;
}
.images-sec {
    width: 25%;
    float: left;
    min-height: 185px;
    padding: 0 10px;
	transition: all 1s ease 0s; 
}
.images-sec img {
    width: 100%;
	transition: all 1s ease 0s;
	cursor: pointer;
}
.images-sec img:hover {
    transition: all 1s ease 0s;
    transform: scale(1.1);
}
.slider-images-sec-col h3 {
    color: #1f497d;
    font-size: 28px;
    margin-top: 0px;
    width: 80%;
    margin: 0 auto;
    padding: 15px 0;
    text-align: center;
}
.images-sec.new-sec {
    width: 33.33%;
}
.heading-sec-col-new h3 {
    padding-top: 0;
    color: #953648 !important;
}
.images-sec.new-sec-col-md p {
    width: 50% !important;
    margin: 0 auto;
	    line-height: 24px;
	    text-align: center !important;
}
.images-sec.new-sec.new-sec-col p {
    width: 80% !important;
    margin: 0 auto;
	    line-height: 24px;
}
.images-sec.new-sec.new-sec-col.heading-color-col h3, .images-sec.new-sec-col-md.heading-color-col h3 {
    width: 100%;
	 color: #a35956;
}
.images-sec.new-sec.new-sec-col, {
    margin-top: 40px;
}

.images-sec.new-sec.story-sec p {
    color: #006699 !important;
}
.images-sec.new-sec.new-sec-col, .images-sec.new-sec-col-md {
    width: 100%;
	margin-top: 40px;
}
.images-sec.new-sec-col-md.heading-color-col {
    margin-top: 0px;
}
.images-sec.new-sec.col-new {
    width: 75%;
}
.images-sec.new-sec.story-sec img {
    min-height: 260px;
}
.images-sec p {
	text-align: center !important;
}
.side-bar-image-sec {
    width: 60%;
    float: left;
}
.right-sidebar-sec-col {
    width: 40%;
    float: right;
	margin: 25px 0;
}
.logo-image-sec-col, .imgaegs-sec-col {
    width: 100%;
    float: left;
	    padding: 0 10px;
}
.logo-image-sec-col {
    margin-bottom: 15px;
}
.logo-image-sec-col {
    width: 80%;
    margin: 0 auto;
    float: none;
	padding-bottom:0px;
}
.imgaegs-sec-col img {
    width: 100%;
}
.right-sidebar-sec-col p {
    width: 55% !important;
    margin: 0 auto;
}
.right-sidebar-sec-col p.text-side-sec {
    text-align: center !important;
    padding: 22px 0;
    width: 28% !important;
    margin: 0 auto;
    line-height: 24px;
}
.right-sidebar-sec-col p {
    width: 60% !important;
    margin: 0 auto;
    line-height: 24px;
    padding: 8px 0;
}
.right-sidebar-sec-col .btn-sec.col-new {
    margin-top: 13px;
}
.leftt-sec-col {
    width: 25%;
    float: left;
    padding: 0 10px;
}
.right-bar-sec-col {
    width: 75%;
    float: right;
}
.cafe-image-sec {
    width: 98%;
    float: left;
	      margin: 0 10px;
		    position: relative;
}
.cafe-image-sec img {
    width: 100%;
    float: right;
	transition: all 1s ease 0s;
}
.cafe-image-sec img:hover{
transition: all 1s ease 0s;
    transform: scale(1.1);
}
.slider-images-sec-col .leftt-sec-col p {
    width: 80% !important;
    line-height: 24px;
    margin-top: 0;
    text-align: center!important;
    margin: 0 auto !important;
}
.slider-section.last-sec {
    border-bottom: none;
}
.images-sec a {
    display: block;
    margin-top: 10px;
}
.slider-images-sec-col.new-col-img .images-sec img {
    height: 195px;
}
.btn-sec.col-new.side-btn {
    width: 100%;
}
.btn-sec.col-new-btn {
    width: 100%;
	text-align:center;
}
.image-col-sec img {
    transition: all 1s ease 0s;
}
.image-col-sec img:hover {
    transition: all 1s ease 0s;
    transform: scale(1.1);
}
.imgaegs-sec-col img{
	 transition: all 1s ease 0s;
}
.imgaegs-sec-col img:hover{
	 transition: all 1s ease 0s;
    transform: scale(1.1);
}
.image-sec-col.benner-sec-col, .story-theme-image-sec, .imgaegs-sec-col, .cafe-image-sec {
    overflow: hidden;
	cursor:pointer;
}
.testimonial-new, .home-section2 {
    display: none;
}
.home-section2{
    background-color: #ceccb9;
}
.main-roll-sec {
    width: 25%;
    float: left;
}
.tool_container.tool_container1 .btn-sec.col-app-btn a, .tool_container.tool_container3 .btn-sec.col-app-sec-btn a, .tool_container.tool_container2 .btn-sec.col-app-sec-btn a{
    color: #fff !important;
}
.tool_container.tool_container1 .btn-sec.col-app-btn {
    width: 50%;
}
.tool_container.tool_container1 .btn-sec.col-app-btn-new {
    width: 50%;
}
.tool_container.tool_container3 .btn-sec.col-app-sec-btn, .tool_container.tool_container2 .btn-sec.col-app-sec-btn {
    width: 100%;
}
.btn-sec.col-app-btn-new a {
    color: #fff !important;
    padding: 8px 36px;
}
.tool_container.tool_container2 p, .tool_container.tool_container3 p, .tool_container.tool_container1 p {
    width: 75% !important;
    text-align: center !important;
    margin: 0 auto !important;
    float: none;
	    padding: 20px 0;
}
.center-content p {
    margin: 0 auto!important;
}
.tool_container.tool_container1 .main-tool-sec-col, .tool_container.tool_container3 .main-tool-sec-col, .tool_container.tool_container2 .main-tool-sec-col {
    width: 100%;
    float: left;
    text-align: center;
    min-height: 205px;
}
/*----------memoires-sec---------------*/
.memories-inner-col {
    width: 33.33%;
    float: left;
    text-align: center;
}
/* .memories-inner-col:nth-of-type(2) {
    float: right;
} */
.memories-inner-col h3 {
    width: 100%;
    float: left;
    text-align: center;
	margin-bottom: 5px;
}
.book-memories-col {
    width: 100%;
    float: left;
    text-align: center;
}
.book-memories-col  img {
    width: auto;
    transition: all 1s ease 0s;
    cursor: pointer;
}
.memories-inner-col.memories-gift-box img {
    margin-top: 48px;
}
.book-memories-col img:hover, .ls-app-col a img:hover {
    transition: all 1s ease 0s !important;
    transform: scale(1.1) !important;
}
.btn-sec.leran-more-btn.col-new {
    margin-top: 30px;
}
.ls-app-col {
    width: 100%;
    float: left;
    text-align: center;
}
.ls-app-col a {
    width: 100% !important;
    margin: 0px auto !important;
}
.ls-app-col a img {
    width: 68% !important;
	 transition: all 1s ease 0s;
    cursor: pointer;
}
/*----------memoires-sec---------------*/
.hand-book-col {
    width: 100%;
    float: left;
    margin: 20px 0px 30px 0px;
}
.left-web-col {
    width: 50%;
    float: left;
    text-align: center;
}
.left-web-col strong {
    width: 100%;
    float: left;
    color: #069;
    margin-bottom: 10px;
}
.ways-list {
    width: 100%;
    float: left;
    text-align: center;
}
.inside-col-wrap {
    width: 452px;
    margin: 0px auto;
}
.inside-col-wrap p {
    width: 100%;
    float: left;
   margin: 5px 0px;
}
.inside-col-wrap p span:nth-of-type(2) {
    float: right;
}
.inside-col-wrap p span {
    width: 49%;
    float: left;
}
.group-col-3 strong {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}
.group-col-3 img {
    margin: 0px !important;
}
.group-section {
    width: 100%;
    float: left;
    margin: 0px 0px 40px;
}
.group-col-3 {
    width: 27%;
    float: left;
    text-align: center;
}
.group-col-3 strong {
    width: 100%;
    float: left;
}
.group-col-3:nth-of-type(2) {
    margin: 0px 9%;
}

.ls-story-heading p {
	width: 90% !important;
	margin-top: 0px !important;
}

.content-sec-col.ls-story-heading h3 {
	font-style: normal;
	line-height: 32px;
	width: 210px !important;
}
.content-sec-col.ls-story-heading {
	margin-bottom: 0px;
}
.btn-sec.learn-more-ls {
	margin-bottom: 15px !important;
}
.stry-guest {
	font-size: 18px !important;
}
.half-width input.joms-button--neutral.joms-button--full-small {
    width: auto !important;
    padding: 22px 18px;
    margin: 0;
    line-height: 0;
}

/* 22-10-2019 */
.jom-other_profile_btn a:last-child {
    margin-top: 8px;
}
/* 22-10-2019 */
/*=========================== 22-04-2016 end==========================*/
@media screen and (max-width: 1349px) {
.hndbook-gift h4 {
	font-size: 23px;
}
.hndbook-list ul.handbook-links li {
	line-height: 15px !important;
}
.tool_container.tool_container1 img {
	width: 100%;
	max-width: 75%;
}
.content-sec-col.ls-story-heading {
	
	margin-top: 10px;
}
.right-sidebar-sec-col p {
	width: 75% !important;
	
}
.slider-section.home-section-first p {
    padding: 14px 0 7px;
	width: 62% !important;
}
.slider-section.home-section-first .btn-sec {
    margin-bottom: 0px;
    margin-top: 20px;
}
.new-wrapper .dr-nav ul {
    width: 28.3%;
}
}
@media screen and (max-width: 1319px) {
.hndbook-left-content {
	width: 43%;
}
.hndbook-btn {
	margin: 40px 0px;
}
.hndbook-logo img {
	padding-right: 0px;
}
div#photobook {
	float: right;
	width: 36%;
}
div#handbook-btn a {
	margin: 0px;
}
.tool_container {
	padding: 0 14px;
}
element.style {
}
#content-left1 p {
	text-align: left;
	word-spacing: normal;
	padding-left: 0px;
	width: 100%;
	margin: 5px 0px;
}
.frontpage #content-left1 p{
	text-align: center !important;
}
.hndbook-logo p {
	font-size: 15px;
}
.hndbook-gift h4 {
	font-size: 21px;
}
.hndbook-btn {
	width: 37%;
}
.hndbook-list {
	width: 31%;
}
.hndbook-gift h4 {
	font-size: 21px !important;
}
.right-bottom-left {
	width: 54%;
}
div#photobook {
	width: 43%;
}
}
@media screen and (max-width:1199px) {
.hndbook-logo img {
	padding-right: 0px !important;
}
.hndbook-list ul.handbook-links li {
	line-height: 17px;
}
.hndbook-list {
	width: 33%;
}
.hndbook-gift {
	margin: 0px;
	width: 66%;
}
.hndbook-btn {
	width: 66%;
	margin: 5px 0px 20px 0px;
}
.hndbook-gift h4 {
	font-size: 20px !important;
}
.hndbook-logo p {
	margin-right: 10px !important;
}
.hndbook-list ul.handbook-links li {
	line-height: 18px !important;
}
div#handbook-btn a, div#handbook-btn span {
	FONT-SIZE: 16PX !IMPORTANT;
}
.bell-img img {
	width: 37% !important;
}
.ribbon img {
	width: 45% !important;
}
.tool_container.tool_container1 img {
	margin-bottom: 5px;
}
.rgt_img_handbook {
	padding-right: 42px;
}
.rgt_img_handbook {
	padding-right: 35px;
}
.tool_container_img_wrap {
	padding: 25px 0;
}
.ls-app-col a img {
    width: 78% !important;
}
.slider-section.home-section-first p {
    width: 100% !important;
    padding: 22px 0 5px;
}
.slider-section.home-section-first .btn-sec {
    margin-bottom: 0px;
    margin-top: 30px;
}
.new-wrapper .drop_downouter {
    max-width: 79%;
	left: 130px;
}
}
@media screen and (max-width:1169px) {
.content-sec-col.ls-story-heading {
	margin-bottom: 0px;
}
.slider-section .image-sec-col {
    width: 60%;
	}
	.slider-section .content-sec-col p {
    width: 60% !important;
	}
	.slider-section .content-sec-col h3 {
    width: 85%;
	}
	.slider-section .content-sec-col h3 {
    width: 80%;
}
.slider-section .content-sec-col p {
        width: 100% !important;
    padding: 12px 0 5px;
}
.slider-section .content-sec-col {
    margin: 10px 0; 
}
.slider-images-sec-col.new-col-img .images-sec img {
    height: 166px !important;
}
.slider-section .images-sec.new-sec.story-sec img {
    min-height: 210px;
}
.slider-section .images-sec.new-sec.new-sec-col p {
    width: 100% !important;
}
.images-sec.new-sec-col-md.heading-color-col p {
    width: 100% !important;
}
.images-sec.new-sec.new-sec-col.heading-color-col h3, .images-sec.new-sec-col-md.heading-color-col h3 {
    padding: 15px 0 0;
}
.slider-images-sec-col.new-col .right-sidebar-sec-col p {
    padding: 15px 0;
}
	.slider-section .images-sec.new-sec-col-md.heading-color-col {
    margin: 0px;
}
	.slider-section .btn-sec.col-new.side-btn {
    width: 100%;
	 margin: 30px 0;
}
.slider-section .images-sec.new-sec-col-md.heading-color-col {
    min-height: auto !important;
}
.slider-section .imgaegs-sec-col img {
    width: 100%;
}
.slider-section .right-sidebar-sec-col p {
    width: 100% !important;
}
.slider-section  .slider-images-sec-col h3 {
    width: 100%;
}
.slider-section  .leftt-sec-col p {
    width: 100% !important;
}
.slider-section .btn-sec.col-new-btn {
    left: 26.8%;
}	
.tool_container.tool_container1 .btn-sec {
    width: auto;
}
.tool_container.tool_container3 p {
    min-height: 90px !important;
}
.tool_container.tool_container1 p {
    min-height: 95px !important;
}	
.tool_container.tool_container2 p, .tool_container.tool_container3 p, .tool_container.tool_container1 p {
    width: 90% !important;
    margin: 0 auto !important;
}
.tool_container.tool_container1 p, .tool_container.tool_container3 p {
    min-height: 116px !important;
}
.tool_container.tool_container1 .main-tool-sec-col, .tool_container.tool_container3 .main-tool-sec-col, .tool_container.tool_container2 .main-tool-sec-col {
    min-height: 152px;
}
.slider-images-sec-col .right-sidebar-sec-col {
    margin: 10px 0;
}
.new-wrapper .drop_downouter {
    max-width: 80%;
    left: 118px;
}
.lgs-hmp-popup-col {
    min-height: 482px;
}
.new-pop {
    min-height: 475px;
}
.frontpage .jub-block .jub-contents.inside-spacing-sm {
    min-height: 420px !important;
}
}
@media screen and (max-width:1149px) {
.hndbook-list {
	width: 35%;
}
.hndbook-gift {
	width: 62%;
}
.hndbook-btn {
	width: 64%;
}
.hndbook-btn {
	margin: 5px 0px 15px 0px;
}
.new-wrapper .dr-nav ul {
   width: 33.3%;
}
.new-wrapper .drop_downouter {
    max-width: 81%;
    left: 110px;
}
}
@media screen and (max-width:1099px) {
.hndbook-left-content {
	width: 41%;
}
.hndbook-right-content {
	float: right;
	width: 56%;
}
.hndbook-logo p {
	font-size: 14px;
	width: 97%;
	margin-right: 8px;
}
.hndbook-list ul.handbook-links li {
	line-height: 13px;
}
.hndbook-gift h4 {
	font-size: 17px;
}
.hndbook-btn p {
	font-size: 15px;
}
.tool_container.tool_container1 img {
	margin-bottom: 5px;
}
.hndbook-gift h4 span {
	line-height: 19px;
}
.hndbook-gift {
	margin: 10px 0px 0px 0px;
}
.hndbook-gift span {
	font-size: 15px;
}
.bottom-left-img img {
	width: 45%;
}
.rgt_img_handbook {
	padding-right: 0px;
}
.concierge_shop_sevices .text_div {
	text-align: center;
}
.img_concierge {
	float: none;
	margin: 0 auto;
	width: 70%;
}
.img_concierge img, .img_concierge.scanner img {
	background-size: 100% auto;
	width: 100% !important;
}
.img_concierge.scanner > img {
	width: 73% !important;
}
.btns_div {
	padding: 0;
}
.content_area {
	float: left;
	margin-top: 15px;
	width: 100%;
}
.slider-section .content-sec-col p {
    width: 100% !important;
    padding: 15px 0 7px;
}
.images-sec {
    min-height: auto !important;
}
.slider-images-sec-col.new-col-img .images-sec img {
    height: 155px !important;
}
.slider-section .images-sec.new-sec.new-sec-col p, .slider-section .images-sec.new-sec-col-md p{
    width: 100% !important;
}
.tool_container.tool_container2 p, .tool_container.tool_container3 p, .tool_container.tool_container1 p {
    width: 100% !important;
}
.tool_container.tool_container1 p, .tool_container.tool_container3 p {
    min-height: auto !important;
}
.tool_container.tool_container1 p {
    min-height: 108px !important;
}
.slider-section.memories-sec-col h3 {
    font-size: 27px;
}
.slider-section.home-section-first p {
    padding: 9px 0 7px ;
}
.slider-section.home-section-first .btn-sec {
    margin-bottom: 0px;
    margin-top: 15px;
}
.new-wrapper .drop_downouter {
    max-width: 85%;
    left: 86px;
}
}
@media screen and (max-width: 1024px) {
.web-btn {
	margin-top: 10px !important;
	float: left;
}
.item-65.deeper.parent {
	display: none;
}
#content-left {
	margin-bottom: 15px;
}
.prev_album {
	float: left;
	width: 100% !important;
	text-align: left !important;
}
.next_album_type {
	float: left;
	width: 100% !important;
	text-align: left !important;
	margin: 5px 0px;
}
.next_album {
	float: left;
	width: 100% !important;
	text-align: left !important;
}
.textarea_comment {
	width: 90% !important;
}
#community-wrap .vidSubmenu {
	margin-top: 10px;
}
#content-left p {
	text-align: center;
}
#content-left h1 + p {
	float: none !important;
}
#content-left p {
	margin-left: 0px !important;
}
.payplans-wrap ul {
	margin: 0 0 10px 0px !important;
}
.payplans-wrap li {
	word-wrap: break-word;
}
#follow-us {
	line-height: 23px;
	margin: 20px 0 0;
}
/*#follow-us > a{margin:0 3px; float:left;}*/
.item-page img, #ads img {
	width: 100%;
	height: auto;
}
.item-page h1 img {
	width: 100%;
	height: auto;
	margin: 0px 0 8px 0!important;
}
.af-form-wrapper {
	margin-left: 0px !important;
}
#af-form-736021842, #af-form-736021842 .quirksMode {
	max-width: inherit !important;
}
#af-form-736021842 .af-standards .af-element {
	padding-right: 15% !important;
	padding-left: 15% !important;
}
.item-page .tool_container > img {
	margin: 0 !important;
	width: auto !important;
}
.item-page img, #ads img, .item-page h1 img {
	width: auto;
}
.tool_container img, .bid_request_image img {
	width: 100%;
}
#quicktip-tab {
	display: none;
}
.hndbook-gift {
	width: 57%;
}
.hndbook-btn {
	width: 59%;
}
.hndbook-list {
	width: 40%;
}
.hndbook-gift h4 {
	font-size: 14px;
}
.hndbook-left-content {
	width: 47%;
}
.hndbook-right-content {
	width: 50%;
}
.shadow > p {
	padding: 0px 8px;
}
.lgs-hmp-popup-col h2 {
	font-size: 16px;
}
.lgs-hmp-popup-col-wrap {
	padding: 0 7px;
}
.lgs-hmp-popup-col {
	padding: 0 2px;
	min-height: 470px;
}
.new-pop {
	padding: 15px 5px;
	min-height: 463px;
}
.new-wrapper .drop_downouter {
	left: 77px;
}
.alg_ctr img {
	width: 48%;
}
}
@media (max-width:1023px) {
.content-sec-col.ls-story-heading h3 {
	width: 190px !important;
}
.mean-bar {
	background: none !important;
	min-height: 33px !important;
}
.mean-bar {
	display: block;
}
.mean-bar a.meanmenu-reveal {
	display: none;
	
}
/*.mean-container .mean-nav {
	margin-top: 0px !important;
}*/
#quicktip-tab1, #quicktip-tab {
	display: none;
}
.content_area {
	line-height: 24px;
}
.vm-button-correct > span {
	font-size: 12px;
}
#inner-footer {
	width: 95%;
}
#inner-footer .list, #inner-footer .list-mid {
	float: left;
	padding: 0;
	width: 22%;
}
#inner-footer .list-mid {
	margin: 0 16%;
	width: 22%;
}
.right-bottom-left p {
	font-size: 17px;
	line-height: 22px;
}
div#photobook a {
	width: 100%;
}
.rgt_img_handbook {
	padding-right: 0px;
}
.Providers_n_Professionals p {
	display: inline-block !important;
	float: none !important;
	width: auto !important;
}
.Providers_n_Professionals .custom a:link {
	float: left;
	margin-left: 0px !important;
	margin-top: 0px !important;
	padding: 0 10px;
}
.text_div, .btns_div {
	padding: 0 20px;
}
.home-top-contant p {
	font-size: 28px;
}
.create_account.top-btn {
	position: relative;
	width: 100%;
	left: 0px;
	margin: 0px;
	top: 3px;
	margin: 10px 0px;
}
.tool_container_img_wrap a:first-child {
	float: left;
	margin-bottom: 10px;
}
.tool_container_img_wrap {
	padding: 26px 0;
}
.mean-container #top-nav {
	display: none;
}
.slider-section .btn-sec.col-new-btn {
    left: 27%;
}
.slider-section .content-sec-col h3 {
    width: 100%;
}
.slider-section .content-sec-col h3, .slider-section  .slider-images-sec-col h3, .images-sec.new-sec.new-sec-col.heading-color-col h3, .images-sec.new-sec-col-md.heading-color-col h3 {
    width: 100%;
    font-size: 26px;
}
.slider-section .images-sec {
    min-height: 220px;
}
	.slider-section .images-sec.new-sec.story-sec img {
    min-height: 190px;
}
.tool_container.tool_container3 p {
    min-height: auto !important;
}
.tool_container.tool_container1 p {
    min-height: 116px !important;
}
.tool_container.tool_container1 p {
    min-height: 98px !important;
}
.slider-section.memories-sec-col h3 {
    font-size: 25px;
}
.slider-section.home-section-first p {
    padding: 5px 0 5px;
}
.slider-section.home-section-first .btn-sec {
    margin-top: 15px;
}
.new-wrapper .dr-nav ul {
    width: 35.3%;
}
.joms-subnav__menu {
    margin-bottom: 14px;
}
.joms-subnav__menu svg.joms-icon {
    fill: #fff !important;
}
.joms-menu ul, .joms-menu.remove-menu-items-mbl ul, .jomsocial.joms-menu--user ul {
    padding-left: 0px !important;
    margin-left: 0px !important;
}
.frontpage .jub-block .jub-contents.inside-spacing-sm {
    margin-bottom: 30px;
}
}
 @media screen and (min-width: 768px) and (max-width: 979px) {
#content-sidebar-wrap, .inner-footer, #heading-inner, #inner-footer/*, #nav*/ {
	width: 100% !important;
	overflow: hidden;
}
.sidebar-wrapper {
	overflow: visible !important;
}
/*--css added by vikram 14-07-2015---*/
#nav {
	overflow: inherit !important;
	width: 100% !important;
}
/*--css added by vikram 14-07-2015---*/
#heading {
	float: left;
}
/*#content-left{ width: 54% !important;}*/

.taula_cap tr td {
	float: left;
	width: 100%;
}
.moduletable .custom iframe, .item-page iframe {
	width: 100% !important;
}
/*.item-page div{margin-left:0px !important;}*/
.item-page ul {
	margin-left: 0px;
}
.item-page ul li {
	margin-left: 0px !important;
}
.item-page img, #ads img { /*width:100%;*/
	height: auto;
}
.item-page h1 img { /*width: 100%*/;
	height: auto;
	margin: 0px 0 8px 0!important;
}
#ads {
	margin: 0;
	width: 100%;
}
.list {
	float: left;
	padding-left: 15px;
	padding-right: 50px;
	padding-top: 5px;
}
.list-mid {
	padding: 5px 93px 0;
}
#header-form {
	float: right;
	margin-top: 5px;
	width: 367px;
}
#header-form td {
	width: 34%;
}
#header-form input {
	width: 85%;
}
#content-side hr {
	width: 275px;
}
#follow-us {
	display: none;
}
#content-left hr {
	height: 0px;
	width: 100%;
	margin-left: 0;
}
.item-page h3 img {
	width: auto !important;
}
.web-btn {
	float: left;
	padding: 10px !important;
	text-align: center;
	width: 55%;
	margin-top: 0px !important;
}
#follow-us {
	display: block;
}
#ads > p a {
	float: right;
	width: 100%;
}
a.upgradebutton {
	margin-left: 0px !important;
	box-sizing: border-box;
}
#aec {
	padding: 0;
	width: 100%;
}
#aec .alert, #aec .well {
	float: left !important;
	left: 0 !important;
	padding: 8px 5px !important;
	position: relative !important;
	width: 92% !important;
}
.disk_img img {
	width: auto !important;
	margin: 0 25%!important;
}
.image1 img {
	margin: 0 auto !important;
	display: block !important;
}
.image1 {
	float: left;
	width: 45% !important;
	min-height: 220px;
	margin: 2% 1% !important;
	text-align: center !important;
}
.main {
	width: auto !important;
}
#chest-contain {
	background-position: center top;
	background-repeat: no-repeat;
	margin: 0 auto;
	padding: 0;
	width: 100%;
}
#chest-video {
	background-position: center top;
	background-repeat: no-repeat;
	float: left;
	height: 302px;
	margin-bottom: 17px;
	margin-left: 9px;
	margin-top: 15px;
	width: 95%;
	height: 100%;
}
#chest-video > iframe {
	width: 100%;
	height: 100%
}
#chest-hole {
	float: left;
	margin: 0;
	padding: 0;
	width: 100%;
}
#chest-hole img {
	margin: 0;
	padding: 0;
	width: 100%;
}
#chest-body {
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 100% auto;
	float: left;
	margin: 0;
	padding: 15px 0;
	width: 100%;
}
#chest-body a.not-paid:link, #chest-body a:link {
	background-repeat: no-repeat;
	background-size: 92% auto;
	color: #b4885a;
	float: left;
	font-family: "Times New Roman", Times, serif;
	font-size: 21px;
	font-weight: normal;
	height: 45px;
	line-height: 45px;
	margin: 5px 0 0 17%;
	padding: 0;
	text-align: center;
	text-decoration: none;
}
#ezblog-dashboard .entries-select li input[type="checkbox"] {
	margin-top: 0px !important;
}
.receiverList {
	margin: 11px 0 0 0 !important;
	float: left;
}
#file-upload {
	margin-top: 2px;
}
#uploadForm {
	float: left;
	width: 100%;
}
#pop-up-black > div {
	overflow: hidden;
}
#quicktip-tab {
	margin: 0 0 -35px -31px;
	display: none;
}
.estate-planner {
	width: 100% !important;
	height: 100% !important;
}
#controls {
	align-items: center;
	background: none repeat scroll 0 0 #c1c288;
	height: 43px;
	justify-content: space-around;
	overflow: hidden;
	padding: 16px;
	width: 91%;
}
.photoSection {
	width: auto !important;
	height: auto !important;
}
#colorbox {
	width: 100% !important;
	padding: 0px !important;
	height: 528px !important;
}
.payplans-wrap .row-fluid .span4 {
	width: 100% !important;
}
.item-page .test3 img {
	width: 100% !important;
}
.searchsongs select {
	width: 95%;
	margin-bottom: 8px;
}
.num1 {
	height: auto !important;
	width: auto !important;
}
.num {
	height: auto;
	width: auto;
	padding-left: 48px !important;
	padding-top: 25px !important;
}
.icon1 {
	padding: 25px 0 !important;
}
.textarea_comment {
	width: 90%;
}
/*#content-left{padding:30px 30px 30px;}*/
#content-left {
/*width: 64% !important;*/
}
/*.item-page .content_wrap .block {
  margin: 0 20px !important;
}*/
.item-page .Providers_n_Professionals ul li {
	margin: 9px 26px !important;
}
a.read-droid {
	display: inline-block;
	margin-top: 12px;
	max-width: 150px;
}
.hndbook-left-content {
	width: 100%;
}
.hndbook-right-content {
	width: 100%;
}
.hndbook-logo {
	width: 68%;
}
.hndbook-image {
	width: 31%;
}
.hndbook-image img {
	width: 53%;
}
.hndbook-right-content {
	margin-top: 10px;
}
.hndbook-list {
	width: 40%;
	margin-left: 35px;
}
.hndbook-gift {
	width: 54%;
	float: right;
}
.hndbook-btn {
	width: 54%;
}
.bottom-left-img img {
	width: 50%;
}
.left_concierge .btns_div a {
	width: 100%;
	margin-bottom: 10px;
	float: left;
}
.custom p img {
	float: left;
	margin: 10px;
}
}
@media(max-width:979px) {
.content-sec-col.ls-story-heading h3 {
	width: 100% !important;
}
.share-in-icon {
	width: 186px;
}
#content-left1, #content-side, .Project_outer {
	width: 100%;
}
.block_wrap {
	margin: 0 4.2%;
}
.clients_outer ul li {
	padding: 0 3.4%;
}
.side_container {
	width: 250px;
}
.tools_area {
	padding: 0 20px;
}
.tool_container.tool_container3 img {
/*  height: 149px;
  width: 120px;*/
}
.tool_container3 {
	margin: 0 7px;
}
.bid_request, .call {
	width: 32%;
}
.block2 {
	margin: 0;
}
.block {
	padding-left: 10px;
	padding-right: 10px;
}
.legacy-shop ul li {
	font-size: 12px;
}
.content_area {
	width: 100%;
}
a.read-droid {
	display: inline-block;
	margin-top: 12px;
	max-width: 150px;
}
#inner-footer {
	width: 95% !important;
}
.home-top-heading h3 {
	font-size: 25px;
}
.home-top-contant p {
	font-size: 25px;
}
.left_concierge .btns_div a {
	margin: 0 0 10px;
}
.btnsdivinner {
	width: 100%;
}
.testread, .testhear {
	width: 100%;
	float: left;
	text-align: center;
}
.testread_img img {
	margin: 0px auto;
	float: none;
	width: 48%;
}
.testread_img {
	width: 100%;
	float: left;
	text-align: center;
}
.testomoni {
	width: 100%;
	float: left;
	margin: 30px 0px 20px 0px;
}
div#readtest, div#writetest {
	bottom: 0px;
}
.srch_filds input, .srch_filds select {
    margin: 8px 6px !important;
    width: 93% !important;
}
.srch_filds{
    width: 20%;
}
.slider-section .image-sec-col {
    width: 100%;
    margin: 0px;
}
.slider-images-sec-col.new-col .leftt-sec-col p {
    width: 100% !important;
    text-align: center !important;
}
.slider-section .content-sec-col {
    width: 100%;
    margin: 0px;
	padding-top: 20px;
}
.slider-section .btn-sec {
    width: 100%;
}
.slider-section .images-sec {
    width: 33.333%;
    min-height: auto !important;
}
.slider-section .content-sec-col p {
    padding: 8px 0 4px;
}
.images-sec p, .content-sec-col, .right-sidebar-sec-col p, .leftt-sec-col p, .shadow p, .tools_area p a {
    margin: 4px 0 12px;
}
.slider-section .images-sec.new-sec.col-new {
    width: 100%;
}
.slider-section .main-roll-sec {
    width: 100%;
}
.slider-section .images-sec.new-sec-col-md p{
	text-align: center !important;
}
.slider-images-sec-col .side-bar-image-sec, .slider-images-sec-col .right-sidebar-sec-col, .slider-section .right-bar-sec-col {
    width: 100%;
} 
.slider-section .logo-image-sec-col {
    text-align: center;
}
.slider-section.last-sec .leftt-sec-col {
    width: 100%;
    text-align: center;
}
.slider-section .leftt-sec-col p {
    text-align: center !important;
}
.tool_container.tool_container1 .btn-sec, .tool_container.tool_container1 .btn-sec.col-app-btn, .tool_container.tool_container3 .btn-sec.col-app-sec-btn, .tool_container.tool_container2 .btn-sec.col-app-sec-btn {
    width: 100% !important;
    text-align: center;
	margin-top:0px;
}
.tool_container_img_wrap .btn-sec.col-app-btn-new a {
    padding: 8px 29px;
}
.tool_container_img_wrap a:first-child {
    float: none;
}
.images-sec.new-sec.new-sec-col, .images-sec.new-sec-col-md.heading-color-col {
    width: 100%;
    margin-top: 40px;
}
.slider-section .right-sidebar-sec-col p {
    text-align: center !important;
}
.ls-app-col a img {
    width: 94% !important;
}
.group-col-3 img {
    height: auto !important;
    width: 100% !important;
}
.memories-inner-col.memories-gift-box img {
    margin-top: 81px;
}
.memories-inner-col {
    width: 30%;
    float: left;
    text-align: center;
    margin: 0 11px;
}
.slider-section.memories-sec-col h3 {
    font-size: 27px;
}
.submenu li.action {
    text-align: left;
    border-right: 1px solid #6c8116;
    width: auto;
}
.upload-images .submenu li {
    width: auto;
}
.joms-select--wrapper {
    margin-top: 14px;
}
.new-pop p {
    font-size: 16px;
	margin-top: 33px;
}
.form-left-div div label {
    width: 26%;
}
.form-left-div div input, .form-right-div input {
    width: 93%;
}
.form-left-div, .form-right-div {
    width: 100% !important;
	margin-left: 0px !important;
	margin-top: 20px !important;
}
.form-left-div div, .form-right-div input {
    margin-left: 20px !important;
}
.form-left-div h3, .form-right-div h3 {
    padding-bottom: 20px;
}
form.Legacy-Trustee {
    margin: 0px auto;
}
}
 @media (max-width:959px) {
#inner-footer .list-mid {
	margin: 0 14%;
	width: 24%;
	padding: 0;
}
#inner-footer .list {
	float: left;
	padding: 0;
	width: 24%;
}
.create_account {
	float: right;
	width: 100%;
	margin: 5px 0 3px;
}
.sec-col-heading h3 {
 font-size: 24px;
  line-height: 28px;
}
h5.col-5-heading {
  font-size: 22px;
}
.jom-other_profile_btn .joms-button--neutral {
    margin: 5px 0px;
}
.joms-focus__cover {
    height: 100%;
    min-height: 300px;
}
.new-wrapper .dr-nav ul {
    width: 38.3%;
}
.fambtn {
    left: 120px !important;
}
}
 @media (max-width:899px) {
.vm-button-correct > span {
	font-size: 11px;
}
#inner-footer .list-mid {
	margin: 0 12%;
	padding: 0;
	width: 26%;
}
.list-col-sec p {
  
  width: 64% !important;
}
.handbook-sec-img {
  float: left;
  width: 30%;
}
.joms-focus__link > li {
    padding: 8.65248px 11px;
}
.joms-comment__reply .joms-textarea {
    min-height: 44px;
}
.joms-textarea__wrapper .joms-textarea {
    line-height: 22px;
}
.joms-icon--emoticon {
    top: 30px;
}
.joms-icon--add {
    top: 30px;
}
.new-wrapper .dr-nav ul {
    width: 40.3%;
}
.lgs-hmp-popup-col {
    min-height: 493px;
}
.new-pop {
    min-height: 486px;
}
.fambtn {
    left: 90px !important;
}
}
@media (max-width:849px) {
textarea.customer-comment {
	width: 100% !important;
}
.cart-view > form#checkoutForm .checkout-button-top a.vm-button-correct {
	max-width: 30% !important;
}
.customer-comment {
	float: left !important;
	width: 60% !important;
}
#inner-footer .list-mid {
	margin: 0 10%;
}
#inner-footer .list {
	width: 26%;
}
#content-left1 .shadow p {
	font-size: 13px;
}
.tool_container_img_wrap {
	padding: 19px 0 19px;
}
.joms-focus__link > li {
    padding: 8.65248px 10px;
}
.family-module a, .friend-module a, .groups-module a {
    font-size: 13px;
}
.new-wrapper .dr-nav ul {
    width: 44.3%;
}
.fambtn {
    left: 68px !important;
}
}
 @media(max-width:799px) {
.item-page .Providers_n_Professionals ul li {
	margin: 9px 22px !important;
}
.mean-nav > span {
	float: left;
}
.block_wrap {
	margin: 0 3.7%;
}
.side_container {
	margin: 20px 60px;
}
.list {
	padding-right: 0;
}
.btns_div {
	float: left;
	text-align: center;
	width: 100%;
}
.find-provider, .be-provider {
	margin-bottom: 20px;
	width: 65%;
	float: none;
}
.be-provider {
	margin-bottom: 0px;
}
#inner-footer .list-mid {
	margin: 0 8%;
	width: 28%;
}
#inner-footer .list {
	width: 28%;
}
.block-heading {
	top: 2px;
}
.choice_col1, .choice_col2 {
		    width: 33%;
}
.srch_filds{
    width: 25%;
}
.slider-section .images-sec {
    width: 50%;
	    text-align: center;
}
.slider-images-sec-col.new-col-img .images-sec img {
    width: auto;
}
.slider-section .images-sec.new-sec {
    width: 100%;
    text-align: center;
	    margin: 10px 0 15px;
}
.slider-section .images-sec.new-sec.story-sec img {
    width: auto;
	min-height:auto !important;
}
.slider-section .right-sidebar-sec-col p {
    text-align: center !important;
}
.slider-images-sec-col .leftt-sec-col p {
    width: 100% !important;
    text-align: center!important;
}
.left-web-col {
    width: 100%;
    float: left;
    text-align: center;
    margin: 0px 0px 20px;
}
.memories-inner-col.memories-gift-box img {
    margin-top: 50px;
}
.memories-inner-col {
    width: 46%;
    margin: 0 11px;
    min-height: 459px;
}
.joms-focus__link > li {
    padding: 8.65248px 14px;
}
.family-module a, .friend-module a, .groups-module a {
    font-size: 12px;
}
.new-wrapper .dr-nav ul {
    width: 46.3%;
}
.new-wrapper .drop_downouter {
    left: 25px;
	max-width: 94%;
}
.fambtn {
    position: absolute !important;
    top: 81px !important;
    right: 11px !important;
}
#osm-singup-page .controls input {
    width: 55% !important;
}
div#osm-singup-page .input-prepend input {
    width: 52% !important;
}
}
@media screen and (max-width: 767px) {
.mylivechat_inline {
	display: none;
}
.hndbook-left-content {
	width: 100%;
}
.hndbook-right-content {
	width: 95%;
}
.block {
	width: 100%;
	text-align: center;
}
.block_img {
	float: none;
	max-width: 327px;
	display: inline-block;
}
.block {
	margin-bottom: 20px;
}
.tool_container {
	width: 100%;
}
.tool_container.tool_container3 img {
	width: auto;
}
.tool_container.tool_container1 img {
	width: auto;
	max-width: 100%;
}
.tool_container2 a > img {
	width: auto !important;
}
.lft_img_handbook {
	width: 100%;
}
.rgt_img_handbook {
	width: 100%;
}
.community-block + .community-block {
	margin-top: 20px;
}
.right-bottom-left {
	width: 100%;
}
.btns_div {
	padding: 0;
}
.lg-shopbtn {
	width: 100%;
	max-width: 230px;
}
.text_div {
	padding: 0;
}
.concierge_shop_sevices {
	width: 100%;
	margin: 0 0px 20px 0;
}
.Providers_n_Professionals {
	width: 100%;
	margin: 0;
}
div#heading-inner {
	padding: 0px 0;
}
#login-formx table {
	margin: 0;
	width: 100%;
	padding: 0 10px;
}
.Building_Tools_outer {
	width: 100%;
	margin: 0px 0px 0px 0px;
}
.photobook-section {
	width: 100%;
	margin: 20px 0px 0px 0;
}
.community-section-home {
	width: 100%;
	margin: 0 0px 5px 0px;
}
.bottom-left-img img, .hand-book-left-image img, .hand-book-right-image img {
	width: 40%;
}
.home-top-contant p {
	font-size: 22px;
}
.hometop, .testimonial-new {
	background-color: hsl(0, 0%, 100%);
	margin: 0;
	width: 100%;
}
.view-list {
	margin: 0px;
	width: 100%;
}
.img_concierge {
	width: 50%;
}
.left_concierge .btns_div a {
	margin: 0 8px 10px;
}
.community-section-home {
	margin: 20px 0 0px;
	width: 100%;
}
.concierge_shop_sevices {
	margin: 20px 0;
	width: 100%;
}
.wrapper-community-block {
	width: 100%;
}
.testimonial-new {
	margin: 20px 0 20px;
}
.new-wrapper #content-left1 {
	padding: 0;
}
img.cke-resize {
    width: auto !important;
    height: auto !important;
}
img.golden-book-cover {
    height: auto !important;
    width: auto !important;
}
.memories-inner-col.memories-gift-box img {
    margin-top: 10px;
}
.memories-inner-col {
    min-height: 0px;
	 margin: 0px;
}
.new-wrapper .dr-nav ul {
    width: 50.3%;
}
.new-wrapper .drop_downouter {
    left: 0;
    max-width: 100%;
}
.fambtn {
    position: absolute !important;
    top: 96px !important;
    right: 10px !important;
    left: 10px !important;
	width: auto;
}
#osm-singup-page .controls input {
    width: 70% !important;
}
div#osm-singup-page .input-prepend input {
    width: 66% !important;
}
/* 3-2-200 */
.connect_family2 {
    margin-left: 0px;
}
.material-card.material-shadow-z1 {
    width: 70%;
}
}
/* 3-2-200 */
}
@media screen and (min-width: 640px) and (max-width: 767px) {
#heading {
	float: left;
}
#content-sidebar-wrap, .inner-footer, #heading-inner, #nav, #inner-footer {
	width: 100% !important;
	overflow: hidden;
}
/*#content-left{ width: 93% !important; padding: 20px!important;}*/
/*#content-side{ width: 94%; padding: 20px; text-align: center;}*/
.moduletable .custom iframe, .item-page iframe, .item-page img, #ads img, .custom img {
	max-width: unset;
}
.sidebar-wrapper {
	overflow: visible !important;
}
.disk_img img {
	width: auto !important;
}
#ads, #ads2, #ads1 {
	margin: 0;
	width: 100%;
}
#content-left hr {
	height: 1px;
}
.list {
	float: left;
	padding-left: 9px; /*padding-right: 50px;*/
	padding-top: 5px;
}
#header-form {
	float: right;
	margin-top: 5px;
	width: 367px;
}
#header-form td {/* width: 34%;*/
}
#header-form input {
	width: 85%;
}
#content-side hr {
	width: 100%;
	margin-left: 0;
	float: left;
	height: 1px;
}
#follow-us {
	display: none;
}
.custom a:link {
	float: left;
	margin-left: 0px !important;
	margin-top: 0px !important;
}
#ads1 {
	width: 100%;
}
#heading-inner img {
	width: 33%;
}
.item-page h3 img {
	width: auto;
}
.web-btn {
	float: left;
	padding: 10px !important;
	text-align: center;
	width: 55%;
	margin-top: 0 !important;
}
#follow-us {
	display: block;
}
.item-page h1 img {/* width: 100%;*/
}
#ads > p a {
	float: right;
	width: 100%;
}
a.upgradebutton {
	margin-left: 0px !important;
	box-sizing: border-box;
}
#aec {
	padding: 0;
	width: 100%;
}
#aec .alert, #aec .well {
	float: left !important;
	left: 0 !important;
	padding: 8px 5px !important;
	position: relative !important;
	width: 92% !important;
}
.hasTip img {
	width: auto !important;
}
#content-side > div {
	float: none;
	margin: 0 0%;
	display: inline-block;
}
.image1 img {
	margin: 0 auto;
	display: block;
}
.image1 {
	float: left;
	width: 20% !important;
	margin: 2% 1% !important;
	text-align: center;
}
#chest-contain {
	background-position: center top;
	background-repeat: no-repeat;
	margin: 0 auto;
	padding: 0;
	width: 100%;
}
#chest-video {
	background-position: center top;
	background-repeat: no-repeat;
	float: left;
	height: 302px;
	margin-bottom: 17px;
	margin-left: 9px;
	margin-top: 15px;
	width: 93%;
	height: 100%;
}
#chest-video > iframe {
	width: 100%;
	height: 100%;
}
#chest-hole {
	float: left;
	margin: 0;
	padding: 0;
	width: 100%;
}
#chest-hole img {
	margin: 0;
	padding: 0;
	width: 100%;
}
#chest-body {
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 100% auto;
	float: left;
	margin: 0;
	padding: 15px 0;
	width: 100%;
}
#chest-body a.not-paid:link, #chest-body a:link {
	background-repeat: no-repeat;
	background-size: 92% auto;
	color: #b4885a;
	float: left;
	font-family: "Times New Roman", Times, serif;
	font-size: 21px;
	font-weight: normal;
	height: 45px;
	line-height: 45px;
	margin: 5px 0 0 25%;
	padding: 0;
	text-align: center;
	text-decoration: none;
}
#colorbox {
	width: 100% !important;
	padding: 0px !important;
	height: 528px !important;
	left: 0px !important;
}
.searchsongs select {
	width: 95%;
	margin-bottom: 8px;
}
.num1 {
	height: auto !important;
	width: auto !important;
}
.num {
	height: auto;
	width: auto;
	padding-left: 48px !important;
	padding-top: 25px !important;
}
.icon1 {
	padding: 25px 0 !important;
}
.taula_cap tr td {
	float: left;
	width: 100%;
}
/*.item-page div{margin-left:0px !important;}*/
.item-page ul {
	margin-left: 0px;
}
.item-page ul li {
	margin-left: 0px !important;
}
#follow-us {
	margin: 15px 0 0;
	text-align: left;
	padding-left: 19px;
}
}

@media(max-width:767px) {
#content-left {
	width: 100% !important;
}
/*.item-page .block {
 
  margin: 0 5px !important;
  
}*/
.side_container {
	padding: 10px 30px;
}
.blog_img span {
	float: left;
}
.item-page .tool_container {
	margin: 0 !important;
}
.item-page .Providers_n_Professionals ul li {
	margin: 9px !important;
}
.item-page .block_wrap {
	float: left;
	margin: 0 5.6px !important;
	text-align: center;
	width: 188px;
}
#content-side {
	width: 100%;
}
.tools_area {
	padding: 0 14px;
}
.item-page .Providers_n_Professionals ul li {
	margin: 9px 8px !important;
}
.side_container {
	margin: 20px;
	padding: 10px 14px;
}
.clients_outer ul li {
	padding: 0 0.2%;
}
.block, .community-block {
	max-width: 100%;
	text-align: center;
}
.community-block {
	width: 100%;
	padding: 0;
}
.wrapper-community-block {
	display: inline-block;
	float: none;
}
.list-mid {
	padding: 5px 69px 0;
}
#follow-us {
	margin: 15px 0 0;
}
#crmWebToEntityForm {
	width: 100% !important;
	float: left;
}
#crmWebToEntityForm form table {
	width: 100% !important;
}
.pict-oral-memoir {
	margin-top: 0;
	width: auto;
}
.album_colorbox_div {
	width: 60% !important;
}
.btn4 {
	margin: 0px !important;
}
.new_order_now {
	float: left !important;
}
.buttons .btn_what {
	float: left;
	margin-bottom: 10px !important;
	width: 100%;
}
.legacy-shop ul li {
	width: 41.8%;
}
.left_concierge {
	border: medium none;
	margin-bottom: 20px;
	width: 100%;
}
.content_area {
	text-align: center;
}
#inner-footer .list {
	width: 100%;
}
#inner-footer .list-mid {
	margin: 10px 0;
	width: 100%;
}
#inner-footer {
	width: 95% !important;
}
/*#sub-nav-inner ul > li{
		padding:0 !important;
		z-index:999;
		height:auto;
		line-height:0;
				
}
body #community-wrap #sub-nav-inner ul > li a {
    padding: 18px 9px !important;
    display: inline-block !important;
}*/

.tools_area {
	margin-top: 0px;
}
div#heading-inner.new-wrapper {
	padding: 0px 24px;
}
.item-page .tool_container {
	margin: 0 0 30px !important;
}
#nav.new-wrapper {
	height: auto;
}
	.choice_col1, .choice_col2 {
		    width: 33%;
}
.srch_filds {
    width: 48%;
    float: left;
    margin: 7px 4px !important;
}
.srch_filds input, .srch_filds select {
    margin: 0;
    width: 100%;
}
.	srch_filds #community-wrap .inputbox, #community-wrap textarea, #community-wrap select {
    margin: 0px;
}
form#search_directory_form .choice_col1 {
    width: 100%;
    float: left;
}
form#search_directory_form .choice_col1 > h3, .choice_col2 > h3 {
    text-align: left;
    margin-top: 0px;
}
.list-col-sec p {
  width: 80% !important;
}
.order-now-btn-col a img {
  width: 35% !important;
}
.pay-pal-col img {
  width: 50% !important;
}
.cGroups form.js-form {
    padding-top: 0px;
}
.memories-inner-col.memories-gift-box img {
    margin-top: 46px;
}
.memories-inner-col {
    min-height: 459px;
}
.joms-gallery .joms-gallery__item {
    width: 32%;
}
.joms-sortings .joms-select--wrapper {
    width: 48%;
}
.jub-block .fs-xxl{
	font-size: unset;
}
.frontpage .jub-contents h1.jub-h1 {
    font-size: 48px !important;
}
}
@media screen and (max-width:699px) {
.lft_img_handbook {
	float: left;
	text-align: center;
	width: 100%;
}
.lft_img_handbook > img {
	float: none;
}
.rgt_img_handbook {
	float: right;
	padding: 0 10px;
	text-align: center;
	width: 100%;
}
.lrn_mr {
	float: left;
	margin-bottom: 10px;
	text-align: center;
	width: 100%;
}
.custom .lrn_mr a {
	display: inline-block;
	float: none;
	margin-top: 10px !important;
}
.customer-comment {
	float: left;
	width: 100% !important;
}
.cart-view > form#checkoutForm .checkout-button-top a.vm-button-correct {
	max-width: 40% !important;
}
.text_div {
	text-align: center;
}
.img_concierge {
	margin-bottom: 20px !important;
	text-align: center;
	width: 41%;
	margin: 0px auto;
	float: none;
}
.tool_container_img_wrap a {
	width: 100%;
}
.app-img {
  
  width: 23% !important;
}
.memories-inner-col {
    width: 100%;  
}
.memories-inner-col:nth-of-type(2) {
   
    margin-top: 20px;
}
.group-col-3 {
    width: 100%;
    float: left;
    text-align: center;
}
.group-col-3 img {
    height: auto !important;
    width: 54% !important;
}
.group-col-3:nth-of-type(2) {
    margin: 20px 0px;
}
.right-side-section, .profile-right-sec  {
    width: 100% !important;
}
.family-module a, .friend-module a, .groups-module a {
    font-size: 14px;
}
.cProfile .joms-list--thumbnail .joms-list__item {
    width: 12%; 
}
.cProfile .joms-form__group span {
    width: 147px;
}
.new-wrapper .dr-nav ul {
    width: 55.3%;
}
.lgs-hmp-popup-col-wrap {
    width: 50%;
}
.lgs-hmp-popup-list {
    padding: 0px 62px;
}
.new-wrapper .drop_downouter {
    left: 38px;
    max-width: 90%;
}
.lgs-hmp-popup-col-wrap {
    margin-top: 20px;
}
.joms-popup__optoption button {
    width: auto;
}
}
@media screen and (max-width: 640px) {
.hometop, .Building_Tools_outer, .concierge_shop_sevices, .Providers_n_Professionals, .community-section-home, .testimonial-new {
/*background-color: transparent;*/
}
.new-wrapper .dr-nav ul {
    width: 57.3%;
}
.lgs-hmp-popup-list {
    padding: 0px 52px;
}
}
@media screen and (max-width: 639px) {
.hometop {
/*background-color: transparent;*/
}
.new-wrapper {
	float: left;
	text-align: center !important;
	width: 100% !important;
}
ul.log-reg {
	float: left;
	margin: 20px 0;
	width: 100%;
}
ul.log-reg li {
	padding: 0px 15px !important;
}
div#heading-inner a img {
	margin-top: 15px;
}
.testread_title h3 {
	font-size: 20px
}
.readpoup-title, .writepoup-title {
	font-size: 20px;
}
.testread_img img {
	width: 60%;
}
.alg_ctr img {
	width: 75%;
}
.slider-section .content-sec-col h3, .slider-section .slider-images-sec-col h3, .images-sec.new-sec.new-sec-col.heading-color-col h3, .images-sec.new-sec-col-md.heading-color-col h3 {
    font-size: 22px;
}
.slider-section .images-sec {
    width: 100%;
    text-align: center;
    min-height: auto !important;
}
.btn-sec a {
    font-size: 16px !important;
}
.slider-images-sec-col.new-col-img .images-sec img {
    height: auto !important;
}
.app-core .joms-button--comment {
    width: 47px;
} 
.new-wrapper .dr-nav ul {
    width: 60.3%;
}
#content-left1 {
	width: 100%;
}
.block {
	float: left;
	width: 100%;
}
#quicktip-tab1, #quicktip-tab {
	display: none;
}
#heading {
	background: #1b324a;
	background-image: none;
	float: left;
}
#heading-inner {
	height: auto;
}
.taula_cap tr td {
	float: left;
	width: 100%;
}
/*.item-page div{margin-left:0px !important;}*/
.item-page ul {
	margin-left: 0px;
}
.item-page ul li {
	margin-left: 0px !important;
}
.three_wayouter .content_wrap {
	float: none;
	margin: 0 auto !important;
	width: 266px;
}
#content-sidebar-wrap, .inner-footer, #heading-inner, #nav, #inner-footer {
	width: 100% !important;
	overflow: hidden;
}
.sidebar-wrapper {
	overflow: visible !important;
}
/*#content-left{ width: 90% !important; padding:26px 3% !important; margin: 10px 2%;}*/
/*#content-side{ width: 92%; padding: 20px;}*/
.moduletable .custom iframe, .item-page iframe, #ads img, .custom img {
	width: 100% !important;
	height: auto !important;
}
.custom iframe, .item-page iframe {
	height: auto !important;
}
#ads, #ads2, #ads1 {
	margin: 0;
	width: 100%;
}
#content-left hr {
	height: 1px !important;
	width: auto;
}
.list {
	float: left;
	padding-left: 15px;
	padding-right: 0px;
	padding-top: 5px;
}
.list-mid {
	padding: 5px 19px 0;
}
#header-form {
	float: right;
	margin-top: 5px;
	width: 100%;
}
#header-form td {
	width: 34%;
}
#header-form input {
	width: 85%;
}
#content-side hr {
	width: 100%;
	margin-left: 0;
	float: left;
	height: 1px;
}
#follow-us {
	display: none;
}
.custom a:link {
	float: left;
}
#ads1 {
	width: 100%;
}
#heading-inner img {
	width: auto;
	margin: 0 auto;
	display: block;
}
#ads2 > a {
	margin-left: 0 !important;
	float: left;
	width: 100%;
}
#login-formx table {
	margin: 0%;
	width: 100%;
	margin: 0 0 0px;
}
button {
	font-size: 12px;
	width: 50%;
}
.new-wrapper #login-formx table button {
	width: 100%;
}
.item-page h3 img {
	width: auto;
	margin-bottom: 15px;
}
.web-btn {
	float: left;
	padding: 10px !important;
	text-align: center;
	width: 55%;
	margin-top: 0 !important;
}
#follow-us {
	display: block;
}
.item-page h1 img {
	width: 100%;
	height: auto;
}
#ads > p a {
	float: right;
}
a.upgradebutton {
	margin-left: 0px !important;
	box-sizing: border-box;
}
#aec {
	padding: 0;
	width: 100%;
}
#aec .alert, #aec .well {
	float: left !important;
	left: 0 !important;
	padding: 8px 5px !important;
	position: relative !important;
	width: 92% !important;
}
#upgrade-button > form {
	float: left;
	padding: 0;
}
#upgrade-button > form input {
	margin: 0;
}
#md112 {
	float: left;
}
/*#content-side > div { float: left; margin: 0 18%; display: block;}*/
#outline {
	width: 100%;
}
#errorboxoutline, #errorboxheader {
	width: auto;
}
#editor-write_title .blogTitle div div:nth-child(2) {
	margin-left: 0px !important;
}
#editor-write_title .blogTitle div div:nth-child(3) {
	float: left !important;
}
#eblog-wrapper .list-form li > label + div, #eblog-dialog .list-form li > label + div {
	margin: 0 10px 0 -7px !important;
}
.disk_img img {
	margin: 0px !important;
}
.image1 img {
	margin: 0 auto !important;
	display: block !important;
}
.image1 {
	float: left;
	width: 45% !important;
	margin: 2% 1% !important;
	text-align: center !important;
}
.main {
	width: auto !important;
}
#chest-contain {
	background-position: center top;
	background-repeat: no-repeat;
	margin: 0 auto;
	padding: 0;
	width: 100%;
}
#chest-video {
	background-position: center top;
	background-repeat: no-repeat;
	float: left;
	height: 302px;
	margin-bottom: 17px;
	margin-left: 9px;
	margin-top: 15px;
	width: 96%;
}
#chest-video > iframe {
	width: 100%;
	height: 100%;
}
#chest-hole {
	float: left;
	margin: 0;
	padding: 0;
	width: 100%;
}
#chest-hole img {
	margin: 0;
	padding: 0;
	width: 100%;
}
#chest-body {
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 100% auto;
	float: left;
	margin: 0;
	padding: 15px 0;
	width: 100%;
}
#chest-body a.not-paid:link, #chest-body a:link {
	background-repeat: no-repeat;
	background-size: 92% auto;
	color: #b4885a;
	float: left;
	font-family: "Times New Roman", Times, serif;
	font-size: 21px;
	font-weight: normal;
	height: 45px;
	line-height: 45px;
	margin: 5px 0 0 21%;
	padding: 0;
	text-align: center;
	text-decoration: none;
}
#uploadForm {
	float: left;
	width: 100%;
}
input.button {
	width: auto !important;
	line-height: 20px;
}
.table-small td {
	width: 100% !important;
}
#cFeatured .cBoxBorder .cFeaturedImg {
	height: auto !important;
	width: auto !important;
}
/*#community-wrap a img.avatar { border: 1px solid #ccc; height: 100%; padding: 1px; width: 100%;}*/
.productdetails-view .addtocart-bar {
	padding: 0px !important;
}
.item-page > div#vid-page {
	width: 100%;
}
.item-page > div#vid-page #chest-video1 {
	width: 94%;
	margin-left: 14px;
}
.item-page > div#vid-page #chest-video1 iframe {
	height: 100% !important;
}
#easycalccheckplus div input {
	margin-left: 10px !important;
	width: 119px !important;
	float: left;
}
fieldset {
	float: left;
	width: 95%;
}
#wiz_content fieldset {
	float: left;
	width: 100%;
	margin: 0 0 0 18px;
}
dd {
	margin-left: 0;
}
.mainCont {
	width: 100% !important;
}
#colorbox {
	width: 100% !important;
	padding: 0px !important;
	height: 100% !important;
	left: 0px !important;
}
#controls {
	width: 66% !important;
	float: left !important;
}
.searchsongs select {
	width: 95%;
	margin-bottom: 8px;
}
.num1 {
	height: auto !important;
	width: auto !important;
}
.num {
	height: auto;
	width: auto;
	padding-left: 48px !important;
	padding-top: 25px !important;
}
.icon1 {
	padding: 25px 0 !important;
}
.project_container {
	margin-top: 0;
}
.tool_container.tool_container3 img {
	height: 124px !important;
	width: 95px !important;
}
.side_container {
	margin: 20px 0 0;
}
.side_container {
	margin: 20px 22% 0;
	padding: 10px 14px;
}
.list-mid, .list {
	width: 100% !important;
	float: left !important;
	padding: 0 0 15px !important;
}
/*.item-page .block, .item-page .tool_container, .item-page .block_wrap{
  clear: both;
  float: none;
  margin: 0 auto !important;
}*/
.item-page .Providers_n_Professionals ul li {
	margin: 9px 17px !important;
}
.moduletable .blog_img > img {
	width: auto !important;
}
.sub_heading h2 {
	font-size: 20px;
}
#follow-us {
	float: right;
	width: 96%;
}
#follow-us {
	left: 0;
	text-align: left;
}
.item-page .block_wrap {
	float: none;
	margin: 0 auto 80px !important;
}
.item-page .tool_container {
	float: none;
	margin: 0 auto 30px !important;
}
#content-left1, #content-left {
	padding: 20px;
}
.bid_request, .call {
	margin: 0;
	width: 100%;
}
.bid_request_image {
	width: 100%;
}
#content-left1 .Service_trple_box {
	width: 100%;
}
.item-page .tool_container {
	float: left;
	margin: 0 0 10px !important;
	width: 100%;
}
.tool_container.tool_container3 img {
	height: auto !important;
	width: auto !important;
}
.custom img {
	width: 50% !important;
	height: auto !important
}
.custom a:link {
	float: none;
}
.share-in-icon {
	float: left;
}
.af-element.buttonContainer input.image {
	height: 50px;
	width: 150px;
}
#community-wrap .creator-actions .js_PriCell {
	float: left;
	width: 80px;
}
.legacy-shop ul li {
	width: 50%;
}
#inner-footer {
	width: 95% !important;
}
div#heading-inner.new-wrapper {
	padding: 0px 10px;
}
#osm-singup-page .controls input{
	 width: 100% !important;
}
div#osm-singup-page .input-prepend input {
    width: 96% !important;
}
input.upper-input {
    width: 86%;
}
.form-left-div div label {
    width: 50%;
}
/* 3-2-2020 */
.fam-connect2, .player audio, .link_text {
    width: 100%;   
}
.bcum ul li {
    margin-bottom: 6px;
}
.fam-connect2{
    white-space: normal;
}
.material-card.material-shadow-z1 {
    padding: 20px 18px;
	    width: 100%;
}
.nom_song.fl h3 {
    text-align: left;
}
.num1 {
    padding-left: 22px !important;
}
#nav{
    overflow: unset !important;
}
/* 3-2-2020 */

}
@media screen and (max-width: 549px) {
.hndbook-logo {
	width: 100%;
	padding-right: 0px;
}
.hndbook-image {
	width: 100%;
	text-align: center;
	padding: 20px 0;
}
.hndbook-list, .hndbook-gift, .hndbook-btn {
	width: 100%;
}
.handbook-banner-outer {
	margin: 0 0px 20px;
	width: 100%;
}
div#content-left1 {
	padding: 20px 15px;
}
.create_account {
	width: 100%;
}
div#photobook {
	width: 100%;
	margin-top: 20px;
}
.list-col-sec p {
  width: 90% !important;
}
.new-wrapper .dr-nav ul {
    width: 68.3%;
}
.lgs-hmp-popup-list {
    padding: 0px 32px;
}
}
@media screen and (max-width: 533px) {
#ezblog-body .blog-meta > .in {
background-position: 0px top !important;
}
.new-wrapper .dr-nav ul {
    width: 70.3%;
}
}
@media screen and (max-width: 480px) {
#sub-nav-inner {
	width: 100%;
	float: left;
	padding: 0 6px;
}
#heading {
	background: #1b324a;
	background-image: none;
	float: left;
}
#content-sidebar-wrap, .inner-footer, #heading-inner, #nav, #inner-footer {
	width: 100%;
	overflow: hidden;
}
#heading-inner {
	height: auto;
}
#content-side input {
	max-width: inherit;
	width: 100%;
}
/*#content-left{ width: 90%; padding: 10px; margin:0 15px;}
#content-side{ width: 90%; padding: 10px; margin:0 11px;}
*/
/*#content-side { margin:10px 2%; padding: 0 10px 3%; width: 90%; float:left;}*/
#content-side > img {
	margin-left: 0 !important;
	margin: 0 auto !important;
	display: block;
}
#af-form-1412343639 {
	max-width: inherit !important;
	margin: 9px 0;
}
#sub-nav-inner li {
	padding-left: 8px;
	padding-right: 8px;
}
/*.moduletable .custom iframe, .item-page iframe, .item-page img, .custom img{ width: 100%;}*/
.moduletable .custom iframe, .item-page iframe {
	height: 100% !important;
	width: 95% !important;
}
.moduletable .custom iframe, .item-page .hand_book_section iframe {
	height: auto !important;
}
#ads, #ads2, #ads1 {
	margin: 0;
	width: 100%;
	float: left;
}
#content-left hr {
	height: 1px;
}
.list {
	float: left;
	padding-left: 15px;
	padding-right: 0px;
	padding-top: 5px;
}
.list-mid {
	padding: 5px 8px 0;
}
#header-form {
	float: left;
	width: 100%;
}
#header-form td {
	width: 34%;
}
#header-form input {
	width: 85%;
}
#content-side hr {
	width: 100%;
	margin-left: 0;
	float: left;
	height: 1px;
}
#follow-us {
	display: block;
	margin: 10px 5px 10px 0;
}
.custom a:link {/* float:left;*/
}
#ads1 {
	width: 100%;
}
#heading-inner img {
	width: auto;
	margin: 0 auto;
	display: block;
}
#ads2 > a {
	margin-left: 0 !important;
	float: left;
	width: 100%;
}
#ads img {
	width: 85%;
}
#ads2 > img {
	width: 50%;
}
#login-formx table { /*margin: 0 10%;*/
	width: 100%;
}
.item-page h3 img {
	width: auto;
}
.web-btn {
	float: left;
	padding: 10px !important;
	text-align: center;
	width: 48%;
	margin-top: 0 !important;
}
#ads > p a {
	float: right;
}
a.upgradebutton {
	margin-left: 0px !important
}
/*#follow-us{ display:block; float:left;}*/
#welcome {
	float: none;
    margin-left: 5px;
    margin-top: 25px;
    width: 100%;
    margin: 12px auto;
    max-width: 243px;
}
.dr-nav {
    float: none;
    width: 100%;
    margin: 0px auto;
    max-width: 300px;
}
#welcome p {
	color: #cccccc;
	font-size: 14px;
	margin: 0;
	padding: 5px 0 5px 15px;
}
#name:link {
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	padding-right: 10px;
}
#logout:link {
	border-radius: 5px;
	font-size: 14px;
	padding: 7px 3px 5px;
}
#upgrade {
	float: right;
	margin: 23px 10px 10px 0;
	padding: 0;
}
a.upgradebutton {
	font-size: 12px;
	line-height: 25px;
	padding: 0 10px;
	width: inherit;
}
#md112 {
	float: left;
	margin: 0 15px 5px;
}
body #community-wrap .cSidebar {
	box-shadow: 0px 0px 0px !important;
	float: left !important;
	border: 1px solid #d9d9b7 !important;
}
.cSidebar.clrfix .hr2 {
	height: 1px !important;
}
#aec {
	padding: 0;
	width: 100%;
}
#aec .alert, #aec .well {
	float: left !important;
	left: 0 !important;
	padding: 8px 5px !important;
	position: relative !important;
	width: 92% !important;
}
.MsoNormal > span {
	font-size: 15px !important;
	padding: 0 10px;
	float: left;
}
input {
	width: 90%;
}
.hasTip img {
	width: auto !important;
}
/*#content-side > div { float: left; margin: 0 15%; display: block;}*/
#outline {
	width: 100%;
}
#errorboxoutline, #errorboxheader {
	width: auto;
}
#editor-write_title .blogTitle div div:nth-child(2) {
	margin-left: 0px !important;
}
#editor-write_title .blogTitle div div:nth-child(3) {
	float: left !important;
}
#eblog-wrapper .list-form li > label + div, #eblog-dialog .list-form li > label + div {
	margin: 0 10px 0 -7px !important;
}
#ezblog-dashboard .dashboard-breadcrumb {
	padding: 10px !important;
}
#ads p {
	float: left;
	width: 100%;
}
.main .inner {
	margin-left: 10px !important;
}
#chest-body a.not-paid:link, #chest-body a:link {
	background-repeat: no-repeat;
	background-size: 92% auto;
	color: #b4885a;
	float: left;
	font-family: "Times New Roman", Times, serif;
	font-size: 21px;
	font-weight: normal;
	height: 45px;
	line-height: 45px;
	margin: 5px 0 0 19%;
	padding: 0;
	text-align: center;
	text-decoration: none;
}
.table-small td {
	width: 100% !important;
}
.table-small input {
	border: 1px solid #e3e1cd;
	width: 78% !important;
}
.disk_img img {
	width: auto !important;
}
#ezblog-dashboard .entries-select li input[type="checkbox"] {
	width: auto;
	margin-bottom: 0px !important;
}
#ezblog-dashboard .entries-select li {
	height: auto !important;
}
body #eblog-wrapper .ui-button {
	width: auto !important;
}
#ezblog-dashboard .entries-select li input[type="checkbox"] {
	height: inherit !important;
	margin-top: 8px !important;
}
#entries-action {
	color: #666;
	font-family: "Lucida Grande", Tahoma, Verdana, sans-serif;
	font-size: 11px;
	line-height: 16px;
	margin: 0px 1px;
}
#select-actions .ui-button {
	float: right;
	margin: 0;
}
.page_row td:first-child label {
	display: block;
	float: left;
}
.page_row td:nth-child(2) {
	display: block;
	width: 100%;
}
.page_row td:nth-child(2) input {
	width: 92% !important;
}
.page_row td:nth-child(2) button {
	margin: 10px 0 0;
	float: left;
}
.page_row td:first-child {
	float: left;
	padding: 0 0 10px 0;
}
#write_container h1 {
	font-size: 18px !important;
}
.email-notifications input {
	width: 30%;
}
#chest-video {
	background-position: center top;
	background-repeat: no-repeat;
	float: left;
	height: 302px;
	margin-bottom: 17px;
	margin-left: 9px;
	margin-top: 15px;
	width: 96%;
}
#colorbox {
	width: 100% !important;
	padding: 0px !important;
	height: 528px !important;
	left: 0px !important;
}
.mean-nav span {
	float: left;
}
.img_concierge {
	width: 62%;
}
.readpoup-text p img {
	width: 40%;
	float: left;
	margin-right: 20px;
	margin-bottom: 20PX;
}
div#readtest, div#writetest {
	padding: 20px;
}
.block-right {
    padding: 20px;
}
.block-photo {
    padding: 20px;
}
.block-audio {
    padding: 20px;
}
h5.col-5-heading {
  font-size: 18px;
}
.order-now-btn-col a img {
  width: 43%;
}
.phone-text {
  font-size: 18px;
}
.content-sec-col.ls-story-heading h3 {
	line-height: 28px;
}
.joms-avatar--focus a img {
    height: unset;
}
.editalbum input#name, .editalbum input#image_file {
    max-width: 322px;
}
.cPhotos input.joms-input {
    margin-bottom: 0px !important; 
}
.joms-gallery .joms-gallery__item {
    width: 100%;
}
.cProfile .joms-form__group.has-privacy {
    padding-right: 20px;
}
.joms-form__group .joms-input, .joms-form__group .joms-input[type="text"], .joms-form__group .joms-input[type="password"],
 .joms-form__group .joms-select--wrapper, .joms-form__group .joms-textarea, .has-privacy .joms-select--wrapper  {
    margin-bottom: 10px !important;
}
.cProfile input.joms-button--full-small {
    margin-top: 0px;
}
.cGroups .joms-form__group {
    padding-top: 0px;
}
.joms-sortings .joms-select--wrapper {
    width: 100%;
}
.joms-focus__title {
    display: contents;
}
.joms-focus__cover {
    min-height: 368px;
}
.new-wrapper .dr-nav ul {
    width: 100%;
}
.cRegister button.joms-button__next {
    padding: 5px 50px;
    width: auto;
    margin-left: 11px;
}
.cRegister .joms-form__group:nth-child(2){
	 display: none;
}
.lgs-hmp-popup-col-wrap {
    width: 100%;
}
.new-wrapper .drop_downouter {
    left: 50px;
    max-width: 80%;
}
.joms-focus__link li.half {
    width: 100%;
} 
.joms-popup__optoption button span.joms-popup__btn-overlay {
    opacity: 1;
    display: block!important;
    position: unset !important;
	float: left;
    width: auto;
}
.joms-popup__optoption svg.joms-icon {
    fill: #fff !important;
	float: left;
	margin: 4px;
}
.joms-pagination ul {
    padding-left: 0px !important;
    margin-left: 0px !important;
}
}
@media screen and(max-width:479px) {
.item-page .Providers_n_Professionals ul {
	float: none;
	margin: 15px auto !important;
	padding: 0 !important;
	width: 178px;
}
.item-page .clients_outer > ul {
	float: none;
	margin: 0 auto !important;
	width: 200px;
}
.content_heading h1 {
	font-size: 20px !important;
}
.item-page .clients_outer ul, .item-page .Providers_n_Professionals ul {
	text-align: center;
}
.side_container {
	margin: 20px 13% 0;
}
.bid_request_image img {
	width: 100% !important;
}
.tool_container img {
	width: 100%;
}
.item-page > p > img {
	width: auto !important;
	height: auto !important;
}
#crmWebToEntityForm form > table tr > td {
	display: -moz-groupbox;
	width: 100% !important;
}
.value_float {
	clear: both;
}
.cart-view > form#checkoutForm .checkout-button-top a.vm-button-correct {
	max-width: 46% !important;
}
.home-top-heading h3 {
	font-size: 18px;
}
.home-top-contant p {
	font-size: 17px;
}
form#search_directory_form .srch_filds {
    width: 100%;
    float: left;
}
form#search_directory_form .choice_col1 {
    width: 100%;
    float: left;
}
form#search_directory_form .choice_col2 {
    width: 100%;
    float: left;
}
.inner-starter-col p img.cke-resize { 
  width: 27%;
}
.handbook-sec-img {
  width: 34%;
}
.app-img {
  width: 24% !important;
}
.inner-starter-col.step-col p img.cke-resize {
width: 50%;
}
.consultant-col {
width: 50%;
}
.list-col-sec p {
  width: 92% !important;
}
.order-now-btn-col a img {
  width: 50% !important;
}
.pay-pal-col img {
  width: 66% !important;
}
.slider-section .content-sec-col h3, .slider-section .slider-images-sec-col h3, .images-sec.new-sec.new-sec-col.heading-color-col h3, .images-sec.new-sec-col-md.heading-color-col h3 {
    font-size: 20px;
}	
	.images-sec p, .content-sec-col, .right-sidebar-sec-col p, .leftt-sec-col p, .shadow p, .tools_area p a {
    font-size: 16px !important;
    line-height: 24px;
}
	.btn-sec a {
    font-size: 14px !important;
}
.images-sec.new-sec.new-sec-col, .images-sec.new-sec-col-md {
    margin-top: 0px;
}	
.inside-col-wrap {
    width: 100%;
    margin: 10px auto;
}
.inside-col-wrap p {
    margin: 0px !important;
}
.inside-col-wrap p span {
    width: 100%;
    float: left;
    margin: 0px 0px 4px;
}
.new-wrapper .drop_downouter {
    left: 38px;
}
button.joms-button--add {
    float: left;
    width: 100%;
    margin-left: 0;
    position: unset;
}
.mfp-s-ready .joms-popup__optoption button {
    margin-top: 10px;
}
.frontpage .jub-block .jub-contents.inside-spacing-sm {
    min-height: 390px !important;
}
div#osm-singup-page img.osm-payment-method-icon.clearfix {
    width: 75%;
}
div#osm-singup-page .input-prepend input {
    width: 94% !important;
}
.form-left-div div, .form-right-div input {
    margin-left: 10px !important;
}
/* 3-2-2020 */

/* 3-2-2020 */
}
 @media screen and (max-width: 425px) {
	 .blockpop-close {  
    padding: 10px;
    position: absolute;
    bottom: 0px;
    right: 0;
}
.blockpopclose {
    position: relative;
}
 .photopop-close {  
    padding: 10px;
    position: absolute;
    bottom: 0px;
    right: 0;
}
.photopopclose {
    position: relative;
}	
 .audiopop-close {  
    padding: 10px;
    position: absolute;
    bottom: 0px;
    right: 0;
}
.audiopopclose {
    position: relative;
} 
.readpopclose, .writepopclose {

    right: 0;
    position: absolute;
    bottom: 0;
    padding: 10px;
}
.readpoup, .writepoup {
    position: relative;
}
.left-web-col img {
    width: 74% !important;
    height: auto !important;
}
.editalbum input#name, .editalbum input#image_file {
    max-width: 268px;
}
.upload-images .submenu {
    width: 94%;
	float: left;
}
}
 @media screen and (max-width: 402px) {
#content-left .discos td > div {
	float: left;
	width: 100%;
	margin: 10px 0 0 0px;
}
.num1 {
    width: 100% !important;
    text-align: center;
    padding-left: 0px !important;
}
#ezblog-dashboard .dashboard-categories {
	float: left;
	width: 100%;
	padding: 0px; /*overflow:auto;*/
}
#ezblog-dashboard .dashboard-categories table {
	width: 100%;
}
.editalbum input#name, .editalbum input#image_file {
    max-width: 250px;
}
.num_song {
    width: 100% !important;
    max-width: 128px !important;
    margin: 0px auto !important;
    float: none !important;
}
}
@media screen and (max-width: 414px) {
.editalbum input#name, .editalbum input#image_file {
    max-width: 258px;
}
ul.cResetList.submenu {
    display: block;
}
.upload-images .submenu li {
    width: 100%;
	border: none;
}
ul.cResetList.submenu li a{
	border: none;
}
.mfp-s-ready .joms-popup__optoption button {
    margin-top: 10px;
}
}
 @media screen and (max-width: 399px) {
.cart-view > form#checkoutForm .checkout-button-top a.vm-button-correct {
	max-width: 50% !important;
}
.editalbum input#name, .editalbum input#image_file {
    max-width: 220px;
}
span.help-inline {
    width: 100%;
    float: right;
    max-width: 225px;
}
.controls {
    width: 100%;
    margin-top: 25px;
}
.bcum ul li a {
    padding: 9px 17px;
    margin: 0;
}
.cRegister button.joms-button__next {
    margin-top: 10px;
}
}
 @media screen and (max-width: 380px) {
/*#content-side { margin: 0px 5px; padding: 0 10px 15px; width: 90%; float:left;}*/
#content-side > img {
	margin-left: 0 !important;
	margin: 0 auto !important;
	display: block;
}
#heading {
	background: #1b324a;
	background-image: none;
	float: left;
}
button {
	font-size: 11px;
}
#follow-us {
	font-size: 11px;
}
.list {
	padding-bottom: 20px;
}
#ads p {
	margin-top: 5px;
	width: 100%;
	clear: both;
}
.moduletable .custom iframe, .item-page iframe, .item-page img/*, .custom img*/ {/*height: 100% !important; width: 95% !important;*/
}
.web-btn {
	float: left;
	padding: 10px 0 !important;
	width: 56%;
}
#ads > p a {
	width: 100%;
}
#top-nav img { /*height:16px;*/
	margin-bottom: -6px;
	margin-left: 7px;
	margin-right: 2px; /*width:16px;*/
}
#content-left .taula_cap tr td div img {
	max-width: 400px;
	height: auto;
	width: 100%;
	margin: 0px;
}
#content-left .taula_cap tr td div a img {
	max-width: inherit;
	height: auto;
	width: auto;
	margin: 0px;
}
a.upgradebutton {
	margin-left: 0px !important
}
#welcome p {
	color: #cccccc;
	margin: 0;
	padding: 5px 0 5px 15px;
}
#name:link {
	color: #ffffff;
	font-weight: bold;
	padding-right: 10px;
}
#logout:link {
	border-radius: 5px;
	padding: 7px 3px 5px;
}
#upgrade {
	float: right;
	margin: 23px 10px 10px 0;
	padding: 0;
}
a.upgradebutton {
	font-size: 12px;
	line-height: 25px;
	padding: 0 10px;
	width: inherit;
}
#sub-nav-inner li {
	margin-right: 3px;
	padding-left: 7px;
	padding-right: 3px;
	position: relative;
}
#sub-nav-inner li a {
	font-size: 10px !important;
}
#community-wrap .profile-info {
	margin: 0 0 0 0px !important;
	float: left !important;
}
#aec {
	padding: 0;
	width: 100%;
}
#aec .alert, #aec .well {
	float: left !important;
	left: 0 !important;
	padding: 8px 5px !important;
	position: relative !important;
	width: 92% !important;
}
/* a:link {
	font-size: 11px;
	text-decoration: none;
} */
.jsFriendRespond.papproval {
	margin-top: -64px !important;
	right: 8px;
}
.MsoNormal > span {
	font-size: 15px !important;
	padding: 0 10px;
	float: left;
}
#sub-nav-inner ul {
	float: left;
	margin: 0 5px;
}
.hasTip img {
	width: auto !important;
}
/*#content-side > div { float: left; margin: 0 15%; display: block;}*/
#outline {
	width: 100%;
}
#errorboxoutline, #errorboxheader {
	width: auto;
}
#editor-write_title .blogTitle div div:nth-child(2) {
	margin-left: 0px !important;
}
#editor-write_title .blogTitle div div:nth-child(3) {
	float: left !important;
}
#eblog-wrapper .list-form li > label + div, #eblog-dialog .list-form li > label + div {
	margin: 0 10px 0 -7px !important;
}
#ezblog-dashboard .dashboard-breadcrumb {
	padding: 10px !important;
}
body #community-wrap .cSidebar {
	box-shadow: 0px 0px 0px !important;
	float: left !important;
	border: 1px solid #d9d9b7 !important;
}
#chest-body a.not-paid:link, #chest-body a:link {
	background-repeat: no-repeat;
	background-size: 92% auto;
	color: #b4885a;
	float: left;
	font-family: "Times New Roman", Times, serif;
	font-size: 21px;
	font-weight: normal;
	height: 45px;
	line-height: 45px;
	margin: 5px 0 0 3%;
	padding: 0;
	text-align: center;
	text-decoration: none;
}
#post-search {
	width: 150px !important;
	background-position: 160px 50% !important;
}
.ui-button-option.clearfix.reset-ul.float-li.mtm {
	margin: 13px 0 0 -46px !important;
	width: 228px !important;
}
#ezblog-dashboard .entries-select li input[type="checkbox"] {
	width: auto;
	margin-bottom: 0px !important;
}
#ezblog-dashboard .entries-select li {
	height: auto !important;
}
body #eblog-wrapper .ui-button {
	width: auto !important;
}
#ezblog-dashboard .entries-select li input[type="checkbox"] {
	height: inherit !important;
	margin-top: 8px !important;
}
#entries-action {
	color: #666;
	font-family: "Lucida Grande", Tahoma, Verdana, sans-serif;
	font-size: 11px;
	line-height: 16px;
	margin: 0px 1px;
}
#select-actions .ui-button {
	float: right;
	margin: 0;
}
.page_row td:first-child label {
	display: block;
	float: left;
}
.page_row td:nth-child(2) {
	display: block;
	width: 100%;
}
.page_row td:nth-child(2) input {
	width: 92% !important;
}
.page_row td:nth-child(2) button {
	margin: 10px 0 0;
	float: left;
}
.page_row td:first-child {
	float: left;
	padding: 0 0 10px 0;
}
#write_container h1 {
	font-size: 18px !important;
	margin: 0 !important;
}
#content-side > img {
	width: 100%;
	height: auto;
}
body #criteriaContainer .criteria-row {
	margin: 0 22% !important
}
/* #community-wrap .inputbox, #community-wrap textarea, #community-wrap select {
	margin: 6px 0;
} */
.email-notifications input {
	width: 30%;
}
#asform {
	padding-top: 18px !important;
	margin-top: 0px !important;
	float: left;
}
.user-brief > div {
	float: left !important;
	margin: 10px !important;
}
#ezblog-dashboard .ui-statinfo li span, #ezblog-dashboard .ui-statinfo li span a {
	height: 100%;
}
.data td { /*float: left;*/
}
.data td img {
	margin: 0 8px;
}
#chest-contain {
	background-position: center top;
	background-repeat: no-repeat;
	margin: 0 auto;
	padding: 0;
	width: 100%;
}
#chest-video {
	background-size: 100% 100%;
	float: left;
	height: 190px;
	margin-bottom: 17px;
	margin-left: 9px;
	margin-top: 15px;
	width: 270px;
}
#chest-video > iframe {
	width: 100% !important;
	height: 100% !important;
}
#chest-video > iframe > a > img {
	width: 100% !important;
	height: 100% !important;
}
.sidebar_heading p {
	font-size: 25px;
}
.joms-toolbar > ul > li {
    padding-bottom: 0;
}
#nav.new-wrapper {
    padding: 0px 43px;
}
div#mobile_select h2 {
    margin: 0px;
}
}
 @media screen and (max-width:374px) {
.cart-view > form#checkoutForm .checkout-button-top a.vm-button-correct {
	max-width: 55% !important;
}
div#heading-inner a img {
	height: auto;
	width: 95%;
}
.list-col-sec p {
  width: 100% !important;
}
.list-col-sec > p span {
  width: 100%;
}
.cProfile .joms-list--thumbnail .joms-list__item {
    width: 20%;
}
#nav.new-wrapper {
    padding: 0px 33px;
}
.editalbum input#name, .editalbum input#image_file {
    max-width: 200px;
}
span.help-inline {
    max-width: 211px;
}
.bcum ul li a {
    padding: 9px 14px;
}
select#album_id {
    width: 92%;
}
tr.bordered-row td {
    width: 28%;
}
tr.bordered-row td:nth-child(2) {
    padding: 20px 0px;
}
.searchResult td a {
    padding: 0px 13px;
}
.joms-focus__cover {
    min-height: 414px;
}
}
 @media(max-width:359px) {
form.community-form-validate input.button.required {
    width: 100% !important;
}
#follow-us {
	margin: 10px 5px 10px 10px;
}
.side_container {
	margin: 20px 7% 0;
}
.cart-view > form#checkoutForm .checkout-button-top a.vm-button-correct {
	max-width: 60% !important;
}
.home-top-heading h3 {
	font-size: 17px;
}
.tool_container_img_wrap .btn-sec.col-app-btn-new a {
    padding: 8px 26px;
}
#sub-nav-inner .jsMenuIcon {
	left: auto;
	position: relative;
	right: 7px;
	top: 0;
	z-index: 2;
	display: block;
}
#nav.new-wrapper {
    padding: 0px 13px;
}
.editalbum input#name, .editalbum input#image_file {
    max-width: 168px;
}
span.help-inline {
    max-width: 168px;
}
.bcum ul li a {
    padding: 9px 7px;
}
tr.bordered-row td:nth-child(2) {
    padding: 36px 10px;
}
tr.bordered-row td {
    width: 44%;
}
.eb-addchapter h1 a {
    float: left !important;
    margin-top: 18px;
}
.joms-focus__cover {
    min-height: 455px;
}
.joms-gallery__thumbnail, .joms-gallery__body, .joms-gallery__count {
    display: table-caption;
	text-align: center;
}
.joms-gallery__options .joms-button--options {
    right: 49px;
    top: 0px;
}
.frontpage .jub-contents h1.jub-h1 {
    font-size: 39px !important;
}
.form-left-div div label {
    width: 74%;
}
}
@media(max-width:250px) {
	#name:link {
    font-size: 12px;
}
}
@media(max-width:230px) {
	#name:link {
    padding:0px;
}
}
