html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul, dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object, a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span, strong, sub, sup, tt, var, legend, fieldset {
    margin: 0;
    padding: 0;
}
img, fieldset {
    border: 0;
}
/* set image max width to 100% */
img {
    max-width: 100%;
    height: auto;
    width: auto\9; /* ie8 */
}
/* set html5 elements to block */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
/************************************************************************************
GENERAL STYLING
*************************************************************************************/
body {

    font: .81em/150% Arial, Helvetica, sans-serif;
    color: #666;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    font-family: Lato, sans-serif;
}
a {
    color: #88c354;
    text-decoration: none;
    transition: all 300ms linear;
}
a:hover {
    text-decoration: none;
    color:#0c68bd;
    transition: all 300ms linear;
}
p {
    margin: 0 0 1.2em;
    padding: 0;
}
/* list */
ul, ol {
    margin: 1em 0 1.4em 24px;
    padding: 0;
    line-height: 140%;
}
li {
    margin: 0 0 .5em 0;
    padding: 0;
}
/* headings */
h1, h2, h3, h4, h5, h6 {
    line-height: 1.4em;
    margin: 20px 0 .4em;
    color: #000;
}
h1 {
    font-size: 2em;
}
h2 {
    font-size: 1.6em;
}
h3 {
    font-size: 1.4em;
}
h4 {
    font-size: 1.2em;
}
h5 {
    font-size: 1.1em;
}
h6 {
    font-size: 1em;
}
.clear {
    float: none;
    clear: both;
    margin: 0px;
    padding: 0px;
}
.wrapper {
    width:100%;
    float:left;
}
header {
    width:100%;
    margin:0px auto;
    background:#fff;
    height:152px;
    position:fixed;
    top:0;
    border-bottom:4px solid #dddddd;
    z-index:9999;
}
.top-bar {
    width:100%;
    float:left;
    background:#272c30;
    padding:13px 0;
    line-height:24px;
    color:#fff;
}
.top-bar .top-container {
    width: 1060px;
    margin: 0 auto;
    position: relative;
}
.top-right {
    float: right;
    margin: 0px 22px 0 0;
    padding: 0px;
}
.top-right ul{ padding:0px; margin:0px; list-style-type:none;}
.top-right ul li{ display:inline; color:#88c354}
.top-right ul li a{ font-weight:bold;}
.container {
    width:1060px;
    margin:0px auto;
    display:block;
}
header .container {
    height:144px;
    padding:0px 30px;
}
.logo {
    width:auto;
    float:left;
    padding:0;
    display:inline;
    height:94px;
}
/*responsive-menu*/
.naver {
    float:right;
}
.naver a {
    color: #333334;
    display: inline;
    float: left;
    font-size: 14px;
    line-height:99px;
    padding: 0px 20px;
    text-transform:normal;
    font-weight:bold;
    position:relative;
    transition:all 300ms linear;
    border-bottom:3px solid #dddddd;
}
.naver a:hover {
    background: #ededed;
    transition:all 300ms linear;
    padding:0px 20px;
    margin:0px 0 0 0;
    border-bottom:3px solid #88c354;
}
.naver.enabled a {
    float: none;
    margin: 0 0 1px 0;
    width: 100%;
}
/*responsive-menu*/
#slider-main {
    width: 100%;
    margin: 0px;
    padding: 0px;
    float: left;
    position: relative;
    /*background:url(../images/slider-img.jpg) no-repeat center top;*/
    min-height:750px;
    margin-top:149px;
    background-size:cover;
    background-position:50% 0%;
    height:100%;
}
.nivo-main-image {
    height:750px!important
}
.property-search-container.type2 {
    background: #fff;
    text-align: center;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25);
    width: 700px;
    position: absolute;
    padding: 0px;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    z-index: 99;
    top: 20%;
}
.property-search-container.type2 .property-search-title {
    color: #fff;
    padding: 5px;
    display: inline-block;
    width: 100%;
    position: relative;
    background: #88c354;
    box-sizing: border-box;
}
.property-search-container.type2 .property-search-title h3 {
    margin-bottom: 0;
    font-size: 18px;
    float: left;
    text-transform: capitalize;
    color: #fff;
    padding:5px 5px 5px 25px;
    margin:0px;
    background:url(../images/man-icn.png) no-repeat center left;
}
.property-search-container.type2 .dt-sc-tabs-container {
    margin-bottom: 0px;
    padding: 10px;
    width: 97%;
}
.dt-sc-tabs-container {
    float: left;
    width: 100%;
    margin: 0px 0px 20px;
    padding: 0px;
    clear: both;
}
ul.dt-sc-tabs-frame {
    float: left;
    margin: 0px 0px 0px 2%;
    padding: 0px;
    width: 98%;
}
ul.dt-sc-tabs-frame li {
    float: left;
    display: inline;
    margin: 0px 10px 0px 0px;
    padding: 0px;
}
ul.dt-sc-tabs-frame li a.current {
    border-top: 3px solid #88c354!important;
    background: #ffffff;
    color: #333334;
    border-bottom: 0px;
    position: relative;
    z-index: 1;
    border: 1px solid #d9d9d9;
    float: left;
    margin: 0px;
    padding: 0px 20px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    line-height: 40px;
}
.dt-sc-tabs-frame-content {
    background: #ffffff;
    border: 1px solid #d9d9d9;
    line-height: 20px;
    float: left;
    clear: both;
    width: 90%;
    margin: -1px 0px 0px;
    padding: 25px 5% 15px;
}
.property-search-container form {
    display: inline-block;
    padding: 0px;
    width: 100%;
}
.property-search-container .medium-module {
    width: 48%;
    float: left;
    margin: 0px 1% 7px;
    padding: 0px;
}
label {
    color: #2e2a2b;
    font-weight: bold;
    font-size: 14px;
}
.property-search-container form select {
    display: inline-block;
    width: 100%;
    background-color: #fff;
}
select {
    background-image: url(../images/responsive-nav-bg.png);
    background-position: center right;
    background-repeat: no-repeat;
    border: 1px solid #d9d9d9;
    cursor: pointer;
    text-indent: 0.01px;
    text-overflow: '';
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 44px;
    color: #a0a0a0;
    margin: 10px 0px;
    padding: 12px 50px 11px 15px;
    border-radius: 5px;
    box-shadow: inset 0 5px 5px rgba(0, 0, 0, 0.05);
    position: relative;
    max-width: 100%;
    vertical-align: middle;
    outline: 0;
}
.property-search-container .small-module {
    width: 23%;
    float: left;
    margin: 0px 1% 7px;
    padding: 0px;
}
.property-search-container.type2 form input[type="submit"] {
    float: none;
    min-width: 70%;
    background:#88c354;
    cursor: pointer;
    border: none;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: bold;
    margin: 10px 0px 0px;
    font-size: 14px;
    padding: 11px 20px;
    transition: all 300ms linear;
}
.property-search-container.type2 form input[type="submit"]:hover {
    background-color: #0099cd;
}
#main {
    width: 100%;
    margin: -32px 0 0 0;
    padding: 0px 0px 0px;
    float: left;
    border-top:4px solid #dddddd; min-height:450px;
}
#primary.content-full-width {
    width: 100%;
    background:#fff;
    padding-top:80px;
}
#primary {
    width: 72.9%;
    float: left;
    margin: 0;
    padding: 0;
}
.column.first {
    margin-left: 0px;
   /* clear: both;*/
}
.dt-sc-one-fourth {
    width: 23.4%;
}
.column {
    margin: 0px 0px 0px 2%;
    float: left;
    min-height: 1px;
    position: relative;
}
.dt-sc-ico-content.type3 {
    padding: 0px 0px 30px 70px;
    position: relative;
    width: 70.5%;
}
.dt-sc-ico-content {
    width: 100%;
    margin: 0px;
    padding: 0px;
}
.dt-sc-ico-content.type3 .icon {
    position: absolute;
    left: 0px;
    top: 0px;
}
.dt-sc-ico-content.type3 .icon span {
    display: inline-block;
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 52px;
    text-align: center;
    color: #fff;
    width: 52px;
    height: 52px;
    border-radius: 52px;
    transition: all 300ms linear;
    background: #88c354;
}
.fa {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
}
.fa-home:before {
    content: "\f015";
}
.dt-sc-ico-content.type3:hover .icon span {
    box-shadow: inset 0px 0px 0px 4px #a2d278;
}
h5 {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 10px;
}
h5 a {
    color:#333334;
}
p {
    line-height: 24px;
    margin-bottom: 10px;
}
.fa-eye:before {
    content: "\f06e";
}
.fa-leaf:before {
    content: "\f06c";
}
.fa-umbrella:before {
    content: "\f0e9";
}
.dt-sc-margin40 {
    height: 40px;
}
.fullwidth-section {
    clear: both;
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
}
.dt-sc-intro-text.type3 {
    background: #88c354!important;
    padding: 30px 2.5%;
    width: 100%;
    box-sizing: border-box;
}
.dt-sc-intro-text {
    margin: 0px;
    float: left;
}
.dt-sc-intro-text.type3 strong {
    font-weight: bold;
    color:#fff;
}
.dt-sc-intro-text.type3 p {
    color:#fff;
}
.dt-sc-border-title {
    position: relative;
    background: url(../images/splitter.png) bottom repeat-x;
    width: 100%;
    display: inline-block;
    margin: 0px 0px 50px;
    padding: 0px;
}
.properties-for-sale {
    width: 100%;
    margin: 0px;
    padding: 0px;
    float: left;
    clear: both;
    position: relative;
}
.dt-sc-ico-content.type2:hover .icon {
    color: #88c354;
}
.dt-sc-ico-content.type2:hover .icon {
    -webkit-transform: rotateY(360deg);
}
.dt-sc-ico-content.type2 .icon {
    transition: all 300ms linear;
    position: absolute;
    left: 0px;
    top: 0px;
}
.fullwidth-section .dt-sc-ico-content.type2 {
    color: #b9b9b9;
}
.fa-gears:before, .fa-cogs:before {
    content: "\f085";
}
.dt-sc-ico-content.type2 .icon span {
    font-size: 36px;
    color: #88c354;
}
.dt-sc-ico-content.type2 h5 a {
    color:#fff;
}
.fa-gears:before, .fa-flask:before {
    content: "\f0c3";
}
.fa-gears:before, .fa-magic:before {
    content: "\f0d0";
}
.fa-gears:before, .fa-magnet:before {
    content: "\f076";
}
.fa-gears:before, .fa-tachometer:before {
    content: "\f0e4";
}
.fa-gears:before, .fa-trophy:before {
    content: "\f091";
}
.dt-sc-margin70 {
    height: 70px;
}
.entry-meta:after, .sticky .featured-post:after, .featured-post:after {
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #88c354
}
.entry-thumb-meta .entry-meta a, .blog-entry .entry-thumb-meta .entry-meta .date {
    color: #ffffff;
    line-height: 39px;
    float: left;
    margin-right: 10px;
}
.blog-entry .entry-thumb-meta .entry-meta span {
    margin-right: 5px;
}
.fa-calendar:before {
    content: "\f073";
}
.blog-entry .entry-thumb-meta .entry-meta {
    background: #88c354;
    color: #ffffff;
    line-height: 39px;
    float: left;
    position: absolute;
    padding: 0px 10px 0 9px;
    height: 40px;
    z-index: 1;
    top: 7px;
    left: 7px;
}
.blog-entry .entry-thumb-meta .entry-meta .date p {
    font-weight: bold;
    margin: -19px 0 0 24px;
    color: #ffffff;
    line-height: 0px;
    float: left;
}
.blog-entry .entry-thumb-meta .entry-meta .comments {
    margin: 0px 10px 0px 0px;
}
.blog-entry .entry-thumb-meta .entry-meta a {
    color: #ffffff;
    line-height: 39px;
    float: left;
}
.fa-comments:before {
    content: "\f086";
}
.blog-entry .entry-thumb-meta .entry-meta .rounded-bend {
    position: absolute;
    right: -21px;
    top: 0px;
    z-index: 1;
}
.entry-meta:after, .sticky .featured-post:after, .featured-post:after {
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #88c354;
}
.entry-meta:after, .sticky .featured-post:after, .featured-post:after {
    border-image: none;
    border-style: solid;
    border-width: 20px;
    content: "";
    display: block;
    height: 0;
    position: absolute;
    right: -40px;
    top: 0;
    width: 0;
}
.entry-details h4 a {
    margin-bottom: 15px;
    font-size: 18px;
    color: #333334;
    font-weight: bold;
}
.entry-metadata a {
    color:#000000;
}
.entry-metadata a:hover {
    color: #88c354
}
.entry-metadata div {
    margin-bottom: 5px;
    float: left;
    margin-right: 5px;
}
.entry-metadata span {
    font-size: 14px;
    color: #939393;
    margin-right: 5px;
}
.fa-tags:before {
    content: "\f02c";
}
.property-item .property-details {
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
}
.property-details h2 {
    font-size: 18px;
    text-transform: capitalize;
}
h2 {
    font-size: 22px;
    line-height: normal;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.property-details h2 a {
    color: #5c5c5c;
}
ul.property-meta {
    margin-bottom: 0;
    border-top: 1px dotted #d0d0d0;
    border-bottom: 1px dotted #d0d0d0;
    padding: 10px 0;
    margin:0px;
}
.property-meta li {
    display: inline-block;
    margin: 0px 10px 0px 0px;
    padding: 5px 0;
    line-height: normal;
    font-size: 13px;
}
.property-meta li span, .single-property-info li span {
    display: inline-block;
    margin-right: 7px;
}
.bed {
    background: url(../images/bed.png) no-repeat;
    width: 27px;
    height: 12px;
}
.property-content {
    display: inline-block;
    color: #808080;
    width: 100%;
    margin-top: 10px
}
.property-price {
    float: left;
    font-size: 18px;
    font-weight: bold;
    margin-top: 20px;
}
.property-content .dt-sc-button {
    float: right;
}
.dt-sc-button.small {
    font-size: 14px;
    padding: 11px 20px;/* background: url(../images/btn-small-gradient.png) top repeat-x; *}
.dt-sc-button{line-height: normal;
display: inline-block !important;
zoom: 1;
margin: 10px 0px 0px;
color: #ffffff;
cursor: pointer;
font-weight: bold;
text-transform: uppercase;}
.dt-sc-button{background: #88c354;*/}
a.dt-sc-button {
    background: #88c354;
}
.thmb-one {
    width:28%;
    position:relative;
    float:left;
    margin-right:5%;
    margin-bottom:8%;
}
.last {
    margin-right:0px!important;
}
.thmb-one .top-hdng {
    position:absolute;
    z-index:999;
    top:12px;
    right:-11px;
}
.thmb-one .top-hdng a.sale-hdng {
    padding:10px 15px;
    background:#0099cd;
    color:#fff;
    text-transform:uppercase;
    margin-bottom:5px;
    float:right;
}
.thmb-one .top-hdng a.sale-hdng1 {
    padding:10px 15px;
    background:#88c354;
    color:#fff;
    text-transform:lowercase;
    margin-bottom:0px;
    float:right;
}
a.btm {
    text-transform:lowercase!important;
    font-size:17px;
}
/*for sale*/

.breadcrumb-section {
    width: 100%;
    margin: 156px 0 0 0;
    float: left;
    clear: both;
    background-attachment: fixed !important;
}
.breadcrumb-section.no-image .breadcrumb-wrapper {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.9);
}
.breadcrumb-wrapper {
    float: left;
    width: 100%;
    /*padding: 30px 0px 25px;*/ height:114px;
}
.breadcrumb {
    float: right;
    margin: 27px 0 0 0;
    padding: 0px;
}
.breadcrumb-section.no-image .breadcrumb a {
    color: #ffffff;
}
.breadcrumb a, .breadcrumb h2 {
    font-size: 12px;
    text-transform: capitalize;
    font-weight: normal;
    float: left;
    line-height: 30px;
}
.dark-bg .breadcrumb span.default, .breadcrumb-section.no-image .breadcrumb span.default {
    background: url(../images/breadcrumb-light.png) no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.dark-bg .breadcrumb a, .dark-bg .breadcrumb span, .breadcrumb-section.no-image .breadcrumb a, .breadcrumb-section.no-image .breadcrumb span {
    color: #ffffff;
}
.breadcrumb span.default {
    background: url(../images/breadcrumb.png) no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 13px;
    position: relative;
    width: 5px;
}
.breadcrumb .fa {
    float: left;
    display: inline-block;
    margin: 9px 8px 0;
    padding: 0;
}
.breadcrumb h2 {
    color: #88c354;
    margin: 0;
}
.breadcrumb-section h1 {
    float: left;
    font-size: 18px;
    margin: 0;
    line-height: 85px;
}
.breadcrumb-section h1 {
    color: #88c354;
}
.pagination {
    float: right;
    width: auto;
    margin: 20px 0px 10px;
    padding: 0px;
}
.pagination .prev-post {
    float: left;
    margin-right: 4px;
    padding: 0px;
}
.pagination ul {
    float: left;
    margin: 0px;
    padding: 0px;
}
.pagination ul li {
    float: left;
    display: inline;
    margin: 0px;
    padding: 0px;
}
.pagination ul li a {
    font-size: 14px;
    font-weight: bold;
    line-height: 37px;
    color: #333334;
    padding: 0px 15px;
    background: #ededed;
    margin: 0px 10px 0px 0px;
    float: left;
    border-bottom: 2px solid #d9d9d9;
    position: relative;
}
.sorting-container a:hover, .sorting-container a.active-sort, .pagination ul li.active-page, .pagination ul li a:hover, .pagination .next-post a:hover, .pagination .prev-post a:hover, .widget.widget_tag_cloud .tagcloud a:hover, .widget.widget_product_tag_cloud a:hover {
    border-bottom: 2px solid #6a901a;
    background: #88c354;
}
.pagination ul li.active-page {
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    line-height: 37px;
    padding: 0px 15px;
    margin: 0px 10px 0px 0px;
    float: left;
    position: relative;
    background: #88c354;
}
.pagination .next-post {
    float: left;
    margin-left: 4px;
    padding: 0px;
}
.pagination ul li a, .pagination .next-post a, .pagination .prev-post a {
    font-size: 14px;
    font-weight: bold;
    line-height: 37px;
    color: #333334;
    padding: 0px 15px;
    background: #ededed;
    margin: 0px 10px 0px 0px;
    float: left;
    border-bottom: 2px solid #b3bfcb;
    position: relative;
}
.fa-angle-double-right:before {
    content: "\f101";
}
.copyright {
    background: #1F1F1F;
    width: 100%;
    clear: both;
    padding: 20px 0px;
    margin: 0px;
    color: #6a6a6a;
}
.copyright a {
    color: #989898;
    line-height: 24px;
    text-decoration: none;
}
#primary.content-full-width {
    width: 100%;
}
.column.first {
    margin-left: 0px;
/*    clear: both;*/
}
.dt-sc-one-third {
    width: 31.9%;
}
.column {
    margin: 0px 0px 0px 2%;
    float: left;
    min-height: 1px;
    position: relative;
}
.dt-sc-agents-list {
    float: left;
    clear: both;
    width: 100%;
    margin: 0px 0px 30px;
    padding: 0px 0px 30px;
    border-bottom: 1px solid #C1C1C1;
    border-spacing: 10px;
}
.column .dt-sc-agents-list .dt-sc-agent-thumb {
    margin-right: 0px;
    width: 100%;
    text-align: center;
}
.dt-sc-agents-list .dt-sc-agent-thumb {
    float: left;
    width: 20%;
    margin: 0px 2% 0px 0px;
    padding: 0px;
}
.column .dt-sc-agents-list .dt-sc-agent-details {
    width: 100%;
    margin-top: 15px;
}
.dt-sc-agents-list .dt-sc-agent-details {
    float: left;
    width: 78%;
    margin: 7px 0px 0px;
    padding: 0px;
}
.dt-sc-agents-list .dt-sc-agent-details h4 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: normal;
    margin: 0px 0px 15px;
    text-align: center;
}
.column .dt-sc-agents-list .dt-sc-agent-contact {
    width: 90%;
    padding-left: 5%;
    padding-right: 5%;
}
.dt-sc-agents-list .dt-sc-agent-contact {
    float: left;
    clear: both;
    color: #ffffff;
    padding: 8px 0px 8px 15px;
    border-radius: 5px;
}
.column .dt-sc-agents-list .dt-sc-agent-contact p {
    clear: both;
    margin: 5px 20px 5px 0px;
}
.dt-sc-agents-list .dt-sc-agent-contact p {
    float: left;
    margin: 0px 20px 0px 0px;
    padding: 0px 0px 0px 25px;
    position: relative;
}
.dt-sc-agents-list .dt-sc-agent-contact p span {
    font-size: 16px;
    position: absolute;
    width: 20px;
    text-align: center;
    top: 4px;
    left: 0px;
}
.dt-sc-agents-list .dt-sc-agent-contact p span {
    color: #ffffff;
}
.dt-sc-agents-list .dt-sc-agent-content {
    float: left;
    clear: both;
    width: 100%;
    margin: 20px 0px;
    line-height: 24px;
}
.dt-sc-agent-contact {
    background: #88c354;
}
.find-agent {
    padding-top:10px!important;
}
/*submit-your-listing*/
#primary.content-full-width {
    width: 100%;
}
.dt-sc-pricing-table {
    width: 100%;
    margin: 30px 0px 20px;
    padding: 0px;
    float: left;
}
.dt-sc-pricing-table.no-space .dt-sc-one-third {
    width: 33.3%;
}
.dt-sc-pricing-table.no-space .column {
    margin-left: 0px;
}
.column.first {
    margin-left: 0px;
/*    clear: both;*/
}
.column {
    margin: 0px 0px 0px 2%;
    float: left;
    min-height: 1px;
    position: relative;
}
.dt-sc-pr-tb-col, .tb-header .price, .tb-title h5, .dt-sc-pr-tb-col .buy-now {
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.dt-sc-pr-tb-col {
    position: relative;
    border: 5px solid #f0f0f0;
    background: #fafafa;
    width: 100%;
    margin: 0px;
    padding: 0px;
    text-align: center;
    -webkit-transition: -webkit-box-shadow 0.2s ease-out;
    -moz-transition: -moz-box-shadow 0.2s ease-out;
    -o-transition: -o-box-shadow 0.2s ease-out;
    transition: box-shadow 0.2s ease-out;
}
.tb-title h5 {
    padding: 20px;
    font-weight: bold;
    font-size: 20px;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 0px;
}
.tb-header .price {
    background: #666667;
    margin: 0px -5px;
    padding: 20px 20px 20px 20px;
    display: block;
    font-size: 48px;
    font-weight: bold;
    color: #ffffff;
}
.tb-header .price span {
    font-size: 18px;
}
ul.dt-sc-fancy-list {
    list-style-type: none;
    list-style-position: outside;
}
.tb-content {
    border-top: 5px solid #f0f0f0;
    list-style-type: none;
    margin: 0px;
}
ul.dt-sc-fancy-list li {
    display: block;
    position: relative;
    padding-left: 20px;
    line-height: normal;
}
.tb-content li {
    background: #f7f7f7;
    font-size: 14px;
    color: #757575;
    border-top: 1px solid #dfdfdf;
    border-bottom: 1px solid #ffffff;
    padding: 18px 10px;
}
.dt-sc-pr-tb-col, .tb-header .price, .tb-title h5, .dt-sc-pr-tb-col .buy-now {
    webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.dt-sc-pr-tb-col .buy-now {
    border-top: 5px solid #f0f0f0;
    padding: 20px;
    margin: 0px;
}
.dt-sc-pr-tb-col .buy-now .dt-sc-button {
    margin: 0px;
    background-color: #333334;
    color: #ffffff;
}
.dt-sc-button {
    background: #88c354;
    line-height: normal;
    display: inline-block !important;
    zoom: 1;
    margin: 10px 0px 0px;
    color: #ffffff;
    cursor: pointer;
    font-weight: bold;
    text-transform: uppercase;
}
.dt-sc-pr-tb-col.selected {
    border-color: #88c354;
}
.dt-sc-pr-tb-col.selected .tb-header .price {
    background: #88c354;
}
.selected .buy-now .dt-sc-button.small {
    background: #88c354;
}
/*details-page*/
.single-property-info{text-align: left;}
.single-property-info{border-top: 1px dotted #d0d0d0;
    border-bottom: 1px dotted #d0d0d0;
    padding: 10px 0; margin:0;}
.single-property-info li{display: inline-block;
    margin-right: 15px;
    padding: 5px 0;}
.property-meta li span, .single-property-info li span{display: inline-block;
    margin-right: 7px;}
.bed{background: url(../images/bed.png) no-repeat;
    width: 27px;
    height: 12px;}
.bath {
    background: url(../images/bath.png) no-repeat;
    width: 14px;
    height: 15px;
}
.garage {
    background: url(../images/garage.png) no-repeat;
    width: 15px;
    height: 13px;}
h5{ color:#88c354; font-size:18px;}
.detail-one{ width:100%;}
.dt-sc-hr-invisible {
    float: left;
    width: 100%;
    margin: 20px 0px;
    display: block;
    clear: both;
}
.column.first {
    margin-left: 0px;
    /*clear: both;*/
}
.dt-sc-one-half {
    width: 48.9%;
}
.column {
    margin: 0px 0px 0px 2%;
    float: left;
    min-height: 1px;
    position: relative;
}
.dt-sc-agents-list {
    float: left;
    clear: both;
    width: 100%;
    margin: 0px 0px 30px;
    padding: 0px 0px 30px;
    border-bottom: 1px solid #C1C1C1;
    border-spacing: 10px;
}
.column.dt-sc-one-half .dt-sc-agents-list .dt-sc-agent-thumb {
    margin-right: 3%;
    width: 30%;
}
.dt-sc-agents-list .dt-sc-agent-thumb {
    float: left;
    width: 20%;
    margin: 0px 2% 0px 0px;
    padding: 0px;
}
#primary img {
    max-width: 100%;
}
.dt-sc-agents-list .dt-sc-agent-thumb img {
    border-radius: 5px;
    height: auto;
}
.column.dt-sc-one-half .dt-sc-agents-list .dt-sc-agent-details {
    width: 67%;
    margin-top: 0px;
}
.dt-sc-agents-list .dt-sc-agent-details {
    float: left;
    width: 78%;
    margin: 7px 0px 0px;
    padding: 0px;
}
.dt-sc-agents-list .dt-sc-agent-contact {
    float: left;
    clear: both;
    color: #ffffff;
    padding: 8px 0px 8px 15px;
    border-radius: 5px;
}
.dt-sc-agents-list .dt-sc-agent-content {
    float: left;
    clear: both;
    width: 100%;
    margin: 20px 0px;
    line-height: 24px;
}
.dt-sc-one-half {
    width: 48.9%;
}
.dt-sc-two-half {
    width: 100%;
}
.column.first {
    margin-left: 0px;
/*    clear: both;*/
}
label {
    font-size: 14px;
    color: #2e2a2b;
    font-weight: bold;
    font-size: 14px;
}
input[type="text"], input[type="password"], input[type="email"], input[type="url"], input[type="tel"], input[type="number"], input[type="range"], input[type="date"], textarea, input.text{background: #ffffff;
    border: 1px solid #c4c4c4;
    color: #333334;
    padding: 15px 2%;
    display: block;
    font-size: 14px;
    margin: 10px 0 10px;
    width: 95.6%;
}
input[type=submit], button, input[type=button]{border: none;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: bold;
    margin: 10px 0px 0px;
    font-size: 14px;
    padding: 11px 20px;
    float: left;
    cursor: pointer;background-color:#88c354;transition: all 300ms linear;}
input[type=submit]:hover, button:hover, input[type=button]:hover{background-color: #000000;}

/*gent-details-page*/

.dt-sc-agents-list .dt-sc-agent-thumb {
    float: left;
    width: 20%;
    margin: 0px 2% 0px 0px;
    padding: 0px;
}
.dt-sc-agents-list .dt-sc-agent-thumb img {
    border-radius: 5px;
    height: auto;
}
.dt-sc-agents-list .dt-sc-agent-details {
    float: left;
    width: 78%;
    margin: 7px 0px 0px;
    padding: 0px;
}
.dt-sc-agents-list .dt-sc-agent-details h4 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: normal;
    margin: 0px 0px 15px;
    text-align: center;
}
.dt-sc-agents-list .dt-sc-agent-contact {
    float: left;
    clear: both;
    color: #ffffff;
    padding: 8px 0px 8px 15px;
    border-radius: 5px;
}
.dt-sc-agents-list .dt-sc-agent-contact p {
    float: left;
    margin: 0px 20px 0px 0px;
    padding: 0px 0px 0px 25px;
    position: relative;
}
.dt-sc-agents-list .dt-sc-agent-contact p span {
    font-size: 16px;
    position: absolute;
    width: 20px;
    text-align: center;
    top: 4px;
    left: 0px;
}
.fa-map-marker:before {
    content: "\f041";
}
.dt-sc-agents-list .dt-sc-agent-contact p span {
    color: #ffffff;
}
.fa-phone:before {
    content: "\f095";
}
.fa-envelope:before {
    content: "\f0e0";
}
.dt-sc-agents-list .dt-sc-agent-contact p a{
    color: #ffffff;
}
.dt-sc-agents-list .dt-sc-agent-content {
    float: left;
    clear: both;
    width: 100%;
    margin: 20px 0px;
    line-height: 24px;
}
/*login*/
.dt-sc-border-title {
    position: relative;
    background: url(../images/splitter.png) bottom repeat-x;
    width: 100%;
    display: inline-block;
    margin: 0px 0px 50px;
    padding: 0px;
}
.dt-sc-border-title h2 span{position: absolute;
    background: #fff;
    left: 0;
    padding-right: 20px;
    top: -5px;}
input[type="text"]{background: #ffffff;
    border: 1px solid #c4c4c4;
    color: #333334;
    padding: 15px 2%;
    display: block;
    font-size: 14px;
    margin: 10px 0 10px;
    width: 95.6%;}
label input[type="checkbox"] {
    margin-right: 5px;
    position: relative;
    top: -1px;
}
.alignleft{margin-bottom: 20px; float:left; margin-right:10px;}
.tpl-forget-pwd {
    margin: 30px 0 10px;
    text-decoration: underline;
}
.dt-sc-one-half {
    width: 48.9%;
}
/*blog-details*/
.alignright, img.alignright {
    display: inline;
    float: right;
    margin-left: 20px;
}
/*poeperty-area*/
#dsidx {
    position: relative; width:78%; float:left;
}
#dsidx .dsidx-paging-control {
    float: left;
    clear: both;
    margin: 35px 0px 10px;
    padding: 10px 2%;
    background: #f6f6f6;
    width: 96%;
    border-radius: 5px;
    font-size: 14px;
}
#dsidx a {
    text-decoration: none;
}
#dsidx .dsidx-sorting-control {
    text-align: left;
    float: left;
    clear: both;
    width: 100%;
    margin: 10px 0px 20px;
    padding: 0px;
    font-size: 14px;
    font-weight: bold;
}
#dsidx .dsidx-sorting-control form {
    margin: 10px 0px 0px;
    display: inline-block;
    width: 100%;
}
#dsidx select
{
    height: 44px;
    padding: 12px 50px 11px 15px;
    min-width: 15px;
    margin: 0!important;
    width: 100%;
    font-size: 12px;
    line-height: 12px;
}
#dsidx-listings {
    clear: both;
    padding-top: 15px;
}
#dsidx-listings li.dsidx-listing {
    border: 1px solid #dfdfdf;
    position: relative;
    min-height: 208px;
    margin-bottom: 20px;
    width: 100%;
    margin: 0 0 15px 0;
    overflow: hidden;
}
#dsidx li {
    list-style: none;
}
#dsidx-listings .dsidx-media {
    position: relative;
}
#dsidx-listings .dsidx-media .dsidx-photo {
    position: absolute;
    top: 9px;
    left: 8px;
    border: 1px solid #ededed;
    max-height: 188px;
    overflow: hidden;
}
#dsidx-listings .dsidx-media .dsidx-photo img {
    width: 250px;
    padding: 0;
}
#dsidx-listings .dsidx-secondary-data{padding-left: 280px;
    float: none;
    width: auto;margin-top: 5px;
    line-height: 19px;}
#dsidx-listings .dsidx-secondary-data div:before{content: "\f05d";
    top: 8px;
    left: 0px;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    font-size: 14px;
    position: absolute;}
#dsidx-listings .dsidx-secondary-data div{float: left;
    width: 42%;
    padding: 7px 0px 7px 20px;
    position: relative;}
#dsidx-listings li.dsidx-listing .dsidx-price{position: absolute;
    top: 0;
    left: 170px;
    display: inline-block;
    margin-top: 10px;
    padding: 8px 15px;
    font-size: 14px;
    color: #ffffff;
    font-weight: bold;}
.dsidx-price{background: #88c354;}
#dsidx-listings .dsidx-primary-data{padding-left: 280px;
    float: none;
    width: auto;background: none;
    font-size: 18px;
    margin: 10px 0px 0px;
    font-weight: normal;
    padding-bottom: 10px;}
#dsidx #dsidx-map-control a{position: relative;
    padding-left: 40px;
    font-size: 14px;
    line-height: 30px;}
#dsidx-map-control a img{ float:left; padding-right:8px; margin-left:25px;}
#dsidx-map-control a span{ float:left;}

/*right-side*/
#secondary {
    float: left;
    margin: 14px 0 0 20px;
    padding: 0;
    width: 24.9%;
}
.widget {
    float: left;
    width: 100%;
    padding: 0px 0px 40px;
    margin: 0px;
}
#secondary .widget h3.widgettitle {
    margin-bottom: 30px;
    background: #ededed;
    display: inline-block;
    width: 100%;
    padding: 0px;
    border-bottom: 3px solid #d9d9d9;
}
#secondary .widget h3.widgettitle span {
    padding: 15px 10px 15px 45px;
    display: block;
    position: relative;
}
#secondary .widget h3.widgettitle span:before{font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    color: #ffffff;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 15px;
    left: 16px;
    content: "\f054";
    border-radius: 20px;background: #88c354;}
.widget ul{float: left;
    width: 100%;
    margin: 0px;
    padding: 0px;}
#secondary .widget.widget_popular_entries ul li{ border-bottom:1px dotted #666; padding-bottom:6px;}
.widget ul li{float: left;
    display: block;
    clear: both;
    width: 100%;
    font-size: 16px;
    font-weight: bold;}
.widget .recent-property-widget ul li .thumb {
    float: left;
    max-width: 77px;
    margin-right: 10px;
    padding: 0 10px 0 0;
}
.widget .recent-property-widget ul li h6 {
    font-size: 14px;
    margin-bottom: 10px;
}
.widget .recent-property-widget .property-price {
    margin-top: 0;font-size: 14px;
}
#secondary .widget.widget_recent_entries ul li a:before, footer .widget.widget_recent_entries ul li a:before{content: "\f15c";}

.dt-sc-agent-thumb{ height:243px;}
.testmonl-one h1{color: #2b2a2a;font-size: 22px;}
.testmonl-one h3{ width:auto; text-align:right; font-style:italic;}

.naver a { display: block; float: left;}

.naver.enabled a { float: none; margin: 0 0 1px 0; width: 100%; }
.parallax-section{background: #fff url(../images/bg.jpg) no-repeat center top fixed; background-size:cover;}

/*responsive*/

@media only screen and (min-width:990px){
.dl-menuwrapper{ display:none;}
}

@media only screen and (max-width:1024px){

}

@media only screen and (min-width:768px) and (max-width:989px){
    .container{ width:100%;}
    header .container{ width:94%;}
    .top-bar .top-container{ width:97%;}
    .menu-tp{ width:100%;}
    .naver{ float:left; margin:20px 0 0 50px;}
    .naver-container{ background:#88c354;}
    .naver a{ line-height:38px;border-bottom: 1px solid #9bcf6d; color:#fff;}
    .naver a:hover {background: #0099cd;border-bottom: 1px solid #88c354;}
    .fullwidth-section{ width:97%;}
    .dt-sc-border-title{  width:100%;}
    .thmb-one{ width:30%;margin-bottom:7%; border-bottom:1px solid #ccc; padding-bottom:10%;}
    .column.dt-sc-one-fourth{ width:48%;}
    .logo{ width:160px; margin:15px 0 0 0 ;}
    .property-details{ padding-left:4%;}
    .blog-entry{ padding-left:4%;}
    #primary.content-full-width{ padding:0px 2%; width:96%; margin-top:5%;}
    .dt-sc-pricing-table.no-space .dt-sc-one-third{ margin-bottom:3%;}
    .smk_accordion{ width:96%!important; margin-left:2%!important;}
    #dsidx{ width:96%; margin-left:2%;}
    #secondary{ width:94%;}
    #main{ border-bottom:none; margin:0px;}
    .breadcrumb-wrapper{ height:88px;}
	.normal-recentmenu{ display:none;}
}
@media only screen and (max-width:767px){
    .container{ width:100%;}
    header{ height:72px;}
    header .container{ width:94%;}
    .top-bar .top-container{ width:97%;}
    .menu-tp{ width:192px; float:right;}
    .naver{ float:left; margin:0px 0 0 92px;}
    .naver-container{ background:#88c354;}
    .naver a{ line-height:38px;border-bottom: 1px solid #9bcf6d; color:#fff;}
    .naver a:hover {background: #0099cd;border-bottom: 1px solid #88c354;}
    .fullwidth-section{ width:100%;}
    .dt-sc-border-title{ width:96%!important; margin:0px 2%!important;}
    .thmb-one{ width:95%; margin-bottom:7%; border-bottom:1px solid #ccc; padding-bottom:10%;}
    .column.dt-sc-one-fourth{ width:95%;}
    .property-search-container.type2{ width:75%; top:0%;}
    .property-search-container.type2 .dt-sc-tabs-container{ width:95%;}
    .property-search-container .medium-module{ width:97%;}
    .property-search-container .small-module{ width:97%;}
    .dt-sc-one-third{ width:96%!important;}
    .column.first{ width:96%; margin-top:11%;}
    .dt-sc-ico-content.type2{ width:96%;}
    .logo{ width: 175px;
        text-align: left;
        height: auto;
        float: left;}
    .logo img{ width:100%;margin: 9px 0 0 -48px; float:right;}
    .slider-wrapper{ display:none;}
    #slider-main{ background:url(../images/iphone-slider.jpg) no-repeat center top; height:950px; margin-top:76px;}
    .dt-sc-one-fifth{ width:33%;}
    .top-right{ width:100%; text-align:center;}
    .dt-sc-intro-text.type3 a{ float:none!important;}
    .property-details{ padding-left:4%;}
    .blog-entry{ padding-left:4%;}
    #primary.content-full-width{ padding:0px 2%; width:95%;}
    .pagination ul li a, .pagination .next-post a, .pagination .prev-post a{ padding: 0 12px;  margin: 0 3px 0 0;}
    .logo img{ margin:0 0 0 -30px;}
    .column.dt-sc-one-half{ width:94%!important;}
    #dsidx{ width:90%; margin:0 0 0 5%;}
    #dsidx-listings .dsidx-secondary-data{ padding:0px; float:left; margin-top:91px;}
    #dsidx-listings .dsidx-secondary-data div{ width:95%; margin:0 0 0 03%;}
    #secondary{ width:88%;}
    .dt-sc-agent-thumb{ height:auto;}
    .accordion_example1.smk_accordion h2{ padding-left:3%!important;}
    .smk_accordion{ width:96%!important; margin-left:2%!important;}
    input[type="submit"], button, input[type="button"]{ margin-bottom:5px;}
    .dt-sc-pricing-table.no-space .dt-sc-one-third{ margin-bottom:14%;}
    .breadcrumb-section h1{ line-height:106px; margin-left:8px;}
    .breadcrumb{ margin:38px 8px 0 0;}
    .breadcrumb-section{margin: 116px 0 0 0;}
    #main{ border-bottom:none; margin:0px;}
    .top-bar{ display:none;}
	.normal-recentmenu{ display:none;}
	input[type=submit], button, input[type=button]{ float:right;}
}

@media only screen and (max-width:480px){
    .container{ width:100%;}
    header{ height:69px;}
    header .container{ width:98%; padding:0px 5px;}
    .top-bar .top-container{ width:97%;}
    .menu-tp{ width:160px; float:right;}
    .fullwidth-section{ width:100%;}
    .dt-sc-border-title{ width:96%!important; margin:0px 2%!important;}
    .thmb-one{ width:95%; margin-bottom:7%; border-bottom:1px solid #ccc; padding-bottom:10%;}
    .column.dt-sc-one-fourth{ width:95%;}
    .property-search-container.type2{ width:75%; top:0%;}
    .property-search-container.type2 .dt-sc-tabs-container{ width:95%;}
    .property-search-container .medium-module{ width:97%;}
    .property-search-container .small-module{ width:97%;}
    .dt-sc-one-third{ width:96%!important;}
    .column.first{ width:96%; margin-top:11%;}
    .dt-sc-ico-content.type2{ width:96%;}
    .logo{ width:145px; text-align:left; height:auto; float:left;}
    .logo img{ width:100%; float:right; margin-right:10px;}
    .slider-wrapper{ display:none;}
    #slider-main{ background:url(../images/iphone-slider.jpg) no-repeat center top; height:950px; margin-top:72px;}
    .dt-sc-one-fifth{ width:33%;}
    .top-right{ width:100%; text-align:center;}
    .dt-sc-intro-text.type3 a{ float:none!important;}
    .property-details{ padding-left:4%;}
    .blog-entry{ padding-left:4%;}
    #primary.content-full-width{ padding:0px 2%; width:95%;}
    .pagination ul li a, .pagination .next-post a, .pagination .prev-post a{ padding: 0 12px;  margin: 0 3px 0 0;}
    .logo img{ margin:9px 0 0 -48px;}
    .column.dt-sc-one-half{ width:94%!important;}
    #dsidx{ width:90%; margin:0 0 0 5%;}
    #dsidx-listings .dsidx-secondary-data{ padding:0px; float:left; margin-top:91px;}
    #dsidx-listings .dsidx-secondary-data div{ width:95%; margin:0 0 0 03%;}
    #secondary{ width:88%;}
    .dt-sc-agent-thumb{ height:auto;}
    .accordion_example1.smk_accordion h2{ padding-left:3%!important;}
    .smk_accordion{ width:96%!important; margin-left:2%!important;}
    input[type="submit"], button, input[type="button"]{ margin-bottom:5px;}
    .dt-sc-pricing-table.no-space .dt-sc-one-third{ margin-bottom:14%;}
    .breadcrumb-section h1{ line-height:106px; margin-left:8px;}
    .breadcrumb{ margin:38px 8px 0 0;}
    .breadcrumb-section {margin: 54px 0 0 0;}
    .top-bar{ display:none;}
    .dt-sc-agents-list .dt-sc-agent-thumb{ width:98%!important;}
    .dt-sc-agents-list .dt-sc-agent-details{ width:98%!important;}
	.normal-recentmenu{ display:none;}
	input[type=submit], button, input[type=button]{ float:right;}
	.bed_bath_details label{ width:31%; float:left; line-height:51px;}
	.bed_bath_details select{ width:65%; float:left; margin-top:8px!important;}
	.bed_bath_details #bedrooms{ margin-top:8px!important;}
	.bed_bath_details #bathrooms{ margin-top:8px!important;}
	.bed_bath_details #garages{ margin-top:8px!important;}
	.bed_bath_details #ensuite{ margin-top:8px!important;}
	.bed_bath_details #carports{ margin-top:8px!important;}
	.bed_bath_details #toilet{ margin-top:8px!important;}
}
.recent-prop{ float:left; margin:23px 0 0 15px; font-size:16px; font-weight:bold; display:none;}

/* Developement Style Css */
.loader
{
    height: 11px;
    width: 75px;
    margin-left: 10;
    background: url(/images/Loading.gif);
    background-position: 40% 52.8%;
    border: 1px solid;
}
/*///////////////Pop csss////////////////////////*/
.black_overlay{
    display: none;
    position: fixed;
    top: 0;
    left:0;
    width: 100%;
    height: 100%;
    background-color: #5f5f5f;
    z-index:1001;
    -moz-opacity: 0.8;
    opacity:.80;
    filter: alpha(opacity=80);
    cursor: pointer;
}
.white_content1{
    display: none;
    position: fixed;
    top: 150px;
    left:30%;
    width:500px;
    height:600px;
    color:#333333;
    padding: 2px;
    border: 10px solid #028E9A;
    background-color:#FFF;
    z-index:1002;
    overflow: hidden;
}
.white_content1 #closepop{
    float:right;
    margin-right:0px;
    margin-top:0px;

}
.movedown
{
    background-image:url(../images/red_28.png) ;
    -ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
    transform: rotate(180deg); /* Standard syntax */
    width: 35px;
    height: 33px;
    float: left;
    margin-top:0px;
}
.moveup
{
    background-image:url(../images/red_28.png);
    width: 35px;
    height: 33px;
    float: left;
    margin-bottom:0px;
}
.remove_img
{
    background-image:url(../images/button_cancel.png);
    width: 23px;
    height: 23px;
    float: left;
}
.p_hide
{
    display:none;
    cursor: pointer;
}
#suburb_div{
     width:250px;
     min-height:20px;
    position:absolute;
    z-index:10000;
    margin:-20px 0px 20px -20px;
 }
#suburb_div ul{
    width:250px;
    border:1px solid #a3a3a3;
}
#suburb_div ul li{
    width:250px;
    height:20px;
    border-bottom:1px solid #a3a3a3;
    background-color: #f3f3f3;
    margin:0;
}
/*////////////////////////////////*/

/*admin///////////////////*/
.dsidx-results form table td label{ line-height:67px!important;}

.normal-recentmenu{ width:20%; float:right; margin-top:25px;}
.normal-recentmenu h1{ padding:5px 0; margin:0px; color:#666; font-size:19px;}
.normal-recentmenu ul{ padding:0px; margin:0px; list-style-type:none; width:100%; float:left;}
.normal-recentmenu ul li{ display:block;border-bottom:1px solid #a5d977; padding:8px 10px; margin:0px;  width:100%; float:left;background: #88c354;}
.normal-recentmenu ul li a{ color:#fff;font: Arial, Helvetica, sans-serif; width:98%; float:left;}

.dt-sc-border-title{ margin-top:38px!important;}
form.has-validation-callback h3{ border-top:1px solid #c4c4c4; padding-top:15px;}

#residential ul li{ width:144px; float:left;}
table.display.dataTable{ border:1px solid #ccc; margin-bottom:10px;}
table.display.dataTable thead{ border-bottom:1px solid #ccc; background:#f7ffec;}
table.display.dataTable thead th{ padding:5px 0;}
table.display.dataTable tr td{ border-top:1px solid #ccc; background:#f7ffec;}
table.display.dataTable tbody tr td img{ margin:5px 0 0 10px;}
table.display.dataTable tfoot th{ border-top:1px solid #ccc; background:#f7ffec; padding:5px 0px;}
.entry-details{ min-height:200px;}
.text-head{ width:100%; float:left; margin:37px 0 10px 0;}
.text-head a.link{ float:right; padding:8px 13px; color:#fff; background:#88c354; text-align:center; -webkit-border-radius:6px; -moz-border-radius:6px; border-radius:6px; font-weight:bold; tranistion:all ease-in-out 0.9s;}
.text-head a.link:hover{ background:#0c68bd; tranistion:all ease-in-out 0.9s;}

.agent-lst{ width:77%; float:left;}
.top-mrgn{ margin-top:20px; float:left; width:100%;}

.agent-lst .content-detl-one{ width:99.8%; float:left; margin-top:0px;background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top,  #ffffff 0%, #f0eeee 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f0eeee)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ffffff 0%,#f0eeee 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ffffff 0%,#f0eeee 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ffffff 0%,#f0eeee 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ffffff 0%,#f0eeee 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f0eeee',GradientType=0 ); /* IE6-9 */ border:1px solid #efefef; padding:8px 0px;}
.agent-lst .content-detl-one ul{ padding:0px; margin:0px; list-style-type:none; padding:12px;}
.agent-lst .content-detl-one ul li{ display:inline;}
.agent-lst .content-detl-one ul li.img-lft{ width:188px; float:left;}
.agent-lst .content-detl-one ul li.img-lft{ padding:5px; background:#fff; border:1px solid #cdcdcd; width:120px; line-height:0px; height:150px;}

.agent-lst .content-detl-one ul li.descrptn-tab{ width:60%; float:left; margin-left:16px;}
.agent-lst .content-detl-one ul li.descrptn-tab h1{ font-size:15px; color:#386da8; padding:0px; margin:0px;}
.agent-lst .content-detl-one ul li.descrptn-tab p{ font-size:14px; color:#5e5e5f; padding:0px; margin:0px;}

.button-detl{ width:100%; float:left; text-align:center; margin:18px 0 10px 0;}
.agent-lst .content-detl-one ul li.add-delt-btn{ width:167px; float:left;}

.agent-lst .content-detl-one ul li.add-delt-btn .button-detl a.edt{  padding:8px 21px; color:#fff; background:#88c354; text-align:center; -webkit-border-radius:6px; -moz-border-radius:6px; border-radius:6px; font-weight:bold; tranistion:all ease-in-out 0.9s;}
.agent-lst .content-detl-one ul li.add-delt-btn .button-detl a.edt:hover{background:#0c68bd; tranistion:all ease-in-out 0.9s;}
.agent-lst .content-detl-one ul li.add-delt-btn .button-detl a.del{ padding:8px 13px; color:#fff; background:#ba1d1d; text-align:center; -webkit-border-radius:6px; -moz-border-radius:6px; border-radius:6px; font-weight:bold; tranistion:all ease-in-out 0.9s;}
.agent-lst .content-detl-one ul li.add-delt-btn .button-detl a.del:hover{background:#0c68bd; tranistion:all ease-in-out 0.9s;}

.top-heding{ width:100%; float:left;}
.top-heding ul{ padding:0px; margin:0px; list-style-type:none; background:#88c354; width:100%; float:left; padding:6px 0;}
.top-heding ul li{ display:inline; color:#fff; font-weight:bold;}
.top-heding ul li.agnt-img{ width:20%; float:left; text-align:center;}
.top-heding ul li.agnt-des{ width:58%; float:left;}
.top-heding ul li.add-delt{ width:20%; float:left; text-align:center;}