html {
    margin: 0px;
    padding: 0px;
}

body {
    font-family: arial;
    font-size: 11pt;
    padding: 0px;
    margin: 0px;
    background: #F2F2F2;
    word-wrap: break-word;
}

a {
    color: #0428DD;
}

a:hover {
    color: #4675E2;
}

p {
    padding: 10px;
    margin: 10px;
}

input,
select {
    padding: 8px;
}

input[type='submit'] {
    cursor: pointer;
    margin: 5px;
}

.req {
    color: #cc0000;
}

.fixed {
    padding: 5px;
    background: #22AF08;
    position: fixed;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}

li {
    margin-bottom: 15px;
}

h1 {
    font-size: 14pt;
    margin: 0px;
    padding: 0px;
}

.actionbutton a {
    display: block;
    margin: 10px 15%;
    background: #F7C20C;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 16pt;
    font-weight: bold;
    text-decoration: none;
    color: #151515;
    padding: 15px 3px;
    text-align: center;
    border: 1px solid #F7C90C;
    white-space: nowrap;
}

.actionbutton a:hover {
    background: #FCB207;
}

.red {
    color: #CC0000;
}

.proper {
    text-transform: capitalize;
}

.maindiv {
    text-align: center;
}

.content {
    text-align: left;
    width: 80%;
    margin: 0px auto;
    background: #FFF;
    padding: 10px 20px;
    min-height: 100px;
}

.step {
    text-align: center;
    font-size: 16pt;
    color: #FFF;
    background: #CCC;
    width: 88px;
    height: 24px;
    padding: 5px 0px;
    text-transform: uppercase;
    float: left;
}

.header {
    height: 60px;
    margin: 0px auto;
    background: #080C02;
    text-align: left;
}

.gradient {
    background: #1b230f;
    /* Old browsers */
    background: -moz-linear-gradient(top, #1b230f 0%, #080c02 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1b230f), color-stop(100%, #080c02));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #1b230f 0%, #080c02 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #1b230f 0%, #080c02 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #1b230f 0%, #080c02 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #1b230f 0%, #080c02 100%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#1b230f', endColorstr='#080c02', GradientType=0);
    /* IE6-9 */
}

.header-left {
    float: left;
    width: 23%;
    height: 60px;
    margin: 0px;
    padding: 0px;
}

.header-left img {
    margin: 1%;
}

.header-right {
    float: right;
    width: 75%;
    min-height: 60px;
    margin: 0px;
    padding: 0px;
}

.banner,
.banner-land,
.banner-house,
.banner-sell {
    position: relative;
    clear: both;
    text-align: left;
    padding: 0;
    margin: 0;
    height: 235px;
}

.banner,
.banner-sell {
    height: 198px;
}

.banner-text-container {
    position: absolute;
    top: 20%;
    left: 20%;
    width: 60%;
    text-align: center;
}

.banner-text {
    color: #FFF;
    background-color: #000;
    padding: 4px;
    box-shadow: 0em 0 0 #000, 0em 0 0 #000;
    font-weight: bold;
    line-height: 140%;
    max-height: 235px;
}

.banner .banner-text,
.banner-sell .banner-text {
    max-height: 185px;
}

.menu {
    padding: 0px;
    margin: 0px;
}

.menu ul {
    margin-right: 66px !important;
    text-align: right;
}

.menu ul,
.menu-mobile-list ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

.menu ul li,
.menu-mobile-list ul li {
    margin: 0px;
    padding: 0px;
}

.menu ul li {
    display: inline-block;
}

.menu div.button {
    cursor: pointer;
    text-align: center;
    /* border-left: 1px solid #0C0C0C; */
}

.menu div.button a,
a.button,
.menu-mobile-list div.button a,
.menu-mobile-button span {
    text-shadow: -1px 0 #000000, 0 1px #000000, 1px 0 #000000, 0 -1px #000000;
    text-decoration: none;
    color: #FFF;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    display: block;
    padding: 20px 25px;
    height: 20px;
}

.menu-mobile-button span {
    display: inline-block !important;
}

.menu div.button a:hover,
.menu div.button span:hover {
    cursor: pointer;
}

.menu div.button a img {
    margin-bottom: -3px;
}

.menu div.action {
    border: 4px solid #E54012;
}

.menu div.action:hover {
    border: 3px solid #34CE0E;
}

.menu-mobile,
.menu-mobile-button {
    position: relative;
    display: none;
    width: 100%;
    background: #353535;
    text-align: center;
    border-bottom: 1px solid #000;
}

.menu-mobile-button img {
    width: 25px;
    height: 25px;
    vertical-align: middle;
}

.menu-mobile-button a,
.menu-mobile-button span,
.menu-mobile-button img,
.menu-mobile-list a,
.menu-mobile-list span {
    cursor: pointer;
}

.menu-mobile-list {
    position: absolute;
    display: none;
    width: 100%;
    margin: 0px auto;
    background: #353535;
    text-align: center;
    z-index: 200;
}

.menu-mobile-list ul li {
    border-bottom: 1px solid #000;
}

.footer {
    background: #1C1C1C;
    color: #adadad;
    margin: 0px auto;
    padding: 10px 50px;
    font-size: 8pt;
}

.footer a {
    color: #adadad;
}

.footer ul li {
    display: inline;
}

.footer ul li:after {
    content: " | ";
}

#registration_form input {
    float: right;
    margin-right: 350px;
}

#registration_form div {
    float: left;
    margin-top: 10px;
    width: 100%;
}

#registration_form {
    clear: both;
    height: 950px;
    width: 1000px;
    margin: 0px auto;
}

.error {
    color: red;
}

.tooltip {
    position: absolute;
    z-index: 3000;
    border: 1px solid #EFF298;
    background-color: #FAFCC4;
    padding: 10px;
    margin: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.tooltip h3,
.tooltip div {
    margin: 0;
}

.tt_item {
    cursor: pointer;
    color: blue;
}

#pr12 input {
    padding: 0 !important;
}

table.leads {
    width: 60%;
    border: none;
    border-collapse: collapse;
    margin: 0 auto;
}

@media (max-width:480px) {
    table.leads {
        width: 100%;
    }
}

.leads table {
    width: 100%;
}

.leads tr td a {
    color: black;
    text-decoration: none;
}

.leads tr td a:hover {
    text-decoration: underline;
}

.leads tr td,
.leads tr th {
    text-align: left;
    padding: 5px 10px;
    font-size: 14px;
    border: none;
}

.leads tr td:not(:last-of-type) {
    text-align: right;
    max-width: 300px;
}

.leads tr th {
    background-color: #f1f1f1;
}

div.leads_apn {
    float: left;
    text-align: left;
}

div.leads_update {
    float: right;
    text-align: right;
    margin-bottom: 5px;
}

.date_string {
    text-align: right;
}

#offers-mails div {
    margin-left: 20px;
    margin-right: 20px;
}

.offer_end {
    margin-top: 30px;
    margin-bottom: 30px;
}

.hp_ta {
    height: 90px;
    width: 500px;
    margin-left: 143px !important;
}

#h_pic {
    margin-right: 294px !important;
}

.hp_ta2 {
    height: 90px;
    width: 750px !important;
    margin: 10px 0px 10px 0px !important;
}

div.paginator {
    margin-left: 20px;
}

div.paginator a {
    color: black;
}

a.leads_links {
    color: black;
    margin-right: 20px;
}

a.leads_links:hover {
    color: #0000FF;
}

a.leads_links img {
    margin-bottom: -4px;
}

#edit_site_image {
    max-width: 300px;
}

#dislaimer_form {
    display: none;
    background-color: #FFFFDD;
    border: 1px solid black;
    border-radius: 5px 5px 5px 5px;
    height: 170px;
    margin-left: 350px;
    margin-top: -370px;
    padding: 15px;
    position: relative;
    width: 500px;
    z-index: 20;
}

#disclaimer_form_submit {
    text-align: right;
    margin-top: 10px;
}

#disclaimer_button {
    margin-left: 10px;
}

.maindiv {
    z-index: 1;
}

div.lead-offer {
    margin: 0px;
}

#offers-mails {
    overflow: hidden;
    /* fix ie overflow issue */
    position: relative;
    width: 760px;
    height: 1900px;
}

.plus:before {
    content: " + ";
}

.minus:before {
    content: " - ";
}


/* remove the list styles, width : item width * total items */

#offers-mails ul {
    position: relative;
    left: 0;
    top: 0;
    list-style: none;
    margin: 0;
    padding: 0;
}


/* width of the item, in this case I put 250x250x gif */

#offers-mails li {
    width: 760px;
    height: 1750px;
    float: left;
}

.go_big_title {
    font-weight: bold;
    text-align: center;
}

.go_apn_block {
    margin-left: 60px !important;
}

.go_sign1 {
    float: left;
    width: 300px;
    border-top: 1px solid black;
}

.go_sign2 {
    float: left;
    width: 100px;
    border-top: 1px solid black;
    text-align: center;
}

.go_side_title,
.go_side_info {
    float: left;
}

.go_side_title {
    margin: 0px !important;
}

.go_side_info {
    margin-left: 10px !important;
}

.go_sides {
    clear: both;
}

table.go_price {
    margin-left: 20px;
}

.go_price_col1 {
    width: 600px;
}

table.leads-edit-table {
    background-color: #f1f1f1;
    border: 1px solid #ddd;
    margin-top: 20px;
}

table.leads-edit-table td {
    background-color: #f1f1f1;
}

a.print_link {
    color: black;
    text-decoration: none;
    margin-right: 10px;
}

#tooltip h3,
#tooltip div {
    font-weight: normal;
}

#home_url {
    background: none repeat scroll 0 0 #F1F1F1;
    border: 1px solid black;
    padding: 10px;
    text-align: center;
}

.embeddedContent {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    max-width: 100%;
    overflow: hidden;
}

.embeddedContent iframe,
.embeddedContent object,
.embeddedContent embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* ADMIN CSS */

.alert {
    color: #21AE07;
}

.red_record {
    background: #F7EAE3;
}

.green_record {
    background: #E4F7E1;
}

.land,
.land ul,
.land ul li {
    background: #40B758;
}

.land ul li:hover {
    background: #35A84C !important;
}

.houses,
.houses ul,
.houses ul li {
    background: #0B7CBA;
}

.houses ul li:hover {
    background: #0671AA !important;
}

.black,
.black ul,
.black ul li {
    background: #080C02;
}

.black ul li:hover {
    background: #080C02 !important;
}

#submenu {
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background: #161D0C;
    height: 38px;
    padding: 0px;
}

#submenu ul,
#submenu-hidden ul {
    list-style: none;
    padding: 0px;
    margin-bottom: -100px;
}

#submenu li,
#submenu-hidden li {
    display: inline-block;
    padding: 10px 40px;
    margin-left: -5px;
    border-right: 1px solid #242D15;
}

#submenu li:hover,
#submenu-hidden li:hover {
    background: #232D14;
    cursor: pointer;
}

#submenu a,
#submenu-hidden a {
    color: #FFF;
    text-decoration: none;
}

#submenu-more {
    position: absolute;
    z-index: 100;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding: 20px 25px;
    cursor: pointer;
    right: 0px;
}

#submenu-more img {
    vertical-align: middle;
}

#submenu-hidden {
    position: absolute;
    z-index: 100;
    display: none;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background: #161616;
    padding: 0px;
    right: 0px;
    top: 40px;
}

#submenu-hidden div.button a {
    text-shadow: -1px 0 #000000, 0 1px #000000, 1px 0 #000000, 0 -1px #000000;
    text-decoration: none;
    color: #FFF;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    display: block;
}

#submenu-hidden li {
    display: block !important;
    margin-bottom: 0px !important;
    text-align: center;
    border-right: 0;
    border-bottom: 1px solid #BBB;
}

.land#submenu-more:hover {
    background: #35A84C !important;
}

.houses#submenu-more:hover {
    background: #0671AA !important;
}

.black#submenu-more:hover {
    background: #080C02;
}

.abutton {
    background: #1864AF;
    color: #FFF;
    text-decoration: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    padding: 7px 16px;
    border: 1px solid #1862AD;
    cursor: pointer;
    font-size: 12pt;
    white-space: nowrap;
}

.abutton:hover {
    background: #1659A0;
    color: #FFF;
}

.greenbutton {
    background: #40b758;
    color: #FFF !important;
    text-decoration: none !important;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    padding: 7px 16px;
    border: 1px solid #669c4c;
    cursor: pointer;
    font-size: 12pt;
    white-space: nowrap;
    -webkit-appearance: none;
}

.greenbutton:hover {
    opacity: 0.90;
    filter: alpha(opacity=90);
    color: #FFF;
}

.blackbutton {
    background: #161616;
    color: #FFF !important;
    text-decoration: none !important;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    padding: 7px 16px;
    border: 1px solid #000000;
    cursor: pointer;
    font-size: 12pt;
    white-space: nowrap;
    -webkit-appearance: none;
}

.blackbutton:hover {
    opacity: 0.90;
    filter: alpha(opacity=90);
    color: #FFF;
}

.graybutton {
    background: #334455;
    color: #FFF !important;
    text-decoration: none !important;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    padding: 7px 16px;
    border: 1px solid #555;
    cursor: pointer;
    font-size: 12pt;
    white-space: nowrap;
    -webkit-appearance: none;
}

.graybutton:hover {
    opacity: 0.90;
    filter: alpha(opacity=90);
    color: #FFF;
}

.focusbox {
    position: fixed;
    left: 0;
    bottom: 70px;
    width: 100%;
    background: #DBDBDB;
    text-align: center;
}

.listing {
    clear: left;
    min-height: 20px;
    padding: 15px;
    overflow: hidden;
}

.odd {
    background: #F7F7F7;
}

.col1 {
    float: left;
    width: 20%;
    min-height: 240px;
    background: #CCC;
    overflow: hidden;
    position: relative;
    display: inline-block;
}

.thumbnail {
    display: block;
    width: auto !important;
    height: 100% !important;
}

.col2 {
    float: left;
    width: 48%;
    padding: 0px 1%;
    /* min-height: 250px; this comment for problem in the 2.0 templates for blank white space  */
}

.col2 h2 {
    padding-top: 0px;
    margin-top: 0px;
}

.col3 {
    float: left;
    width: 20%;
    min-height: 250px;
}

.status_pending,
.status_sold {
    position: absolute;
    bottom: 0;
    height: 40%;
    width: 100%;
    color: #FFF;
    text-align: center;
    font-weight: bold;
    font-size: 30pt;
}

.status_pending {
    background-color: rgba(201, 153, 30, 0.8);
}

.status_sold {
    background-color: rgba(207, 33, 21, 0.8);
}

.status_pending span,
.status_sold span {
    position: absolute;
    left: 0;
    right: 0;
    top: 25%;
    height: 50%;
}

.half {
    width: 50%;
}

.third {
    width: 33.3%;
}

.floatLeft {
    float: left;
}

.floatRight {
    float: right;
}

.clear {
    clear: both;
}

.errormessage {
    background: #FC0300;
    color: #FFF;
    padding: 10px;
    width: 100%;
    height: 35px;
}

.greenbg {
    background: #ADDD54;
}

.listingPics,
.map {
    margin: 0 auto;
    padding: 1%;
    text-align: center;
    '

}

.listingPics img,
.map {
    width: 60%;
    min-height: 50%;
    border: 1px solid #CCC;
    padding: 1%;
}

@media (max-width: 1024px) {
    .col1 {
        50%;
    }

    .thumbnail {
        min-height: 370px !important;
    }

    /* .col2{
		display:none !important;
        width:0 !important;
        height:0 !important;
        opacity:0 !important;
        visibility: collapse !important;
	} */
    .col3 {
        width: 50%;
    }

    .hideTablet {
        display: none !important;
        width: 0 !important;
        height: 0 !important;
        opacity: 0 !important;
        visibility: collapse !important;
    }

    .listingPics img,
    .map {
        width: 70%;
    }
}

@media (max-width: 800px) {
    .content {
        width: 100%;
    }

    .phone_number {
        border: none;
        width: 100%;
    }

    .actionbutton a {
        margin: 10px 5%;
    }

    .banner,
    .banner img,
    .banner-land,
    .banner-land img,
    .banner-house,
    .banner-house img,
    .banner-sell,
    .banner-sell img,
    .banner-text {
        display: none !important;
        width: 0 !important;
        height: 0 !important;
        opacity: 0 !important;
        visibility: collapse !important;
        padding: 0 !important;
        margin: 0 !important;
    }

    .actionbutton a {
        font-size: 1.2em;
    }

    .content {
        padding: 5px;
    }

    .listingPics img,
    .map {
        width: 80%;
    }
}

@media (max-width: 780px) {
    .header-left img {
        zoom: 1.14 !important;
        padding-top: 5px
    }
}

@media (max-width: 750px) {
    .header-left img {
        zoom: 1.1 !important;
        padding-top: 6px
    }
}

@media (max-width: 730px) {
    .header-left img {
        zoom: 1 !important;
        padding-top: 9px
    }
}

@media (max-width: 600px) {
    .menu ul li {
        border: none;
        width: 100%
    }

    .menu-main,
    #submenu-hidden,
    #submenu-more {
        display: none !important;
    }

    .menu-mobile,
    .menu-mobile-button {
        display: block;
    }

    .header-left {
        float: clear;
        margin: 0px auto;
        width: 100%;
        text-align: center;
    }

    .header-right {
        float: clear;
        width: 100%;
        margin: 0px auto;
        padding-bottom: 10px;
        text-align: center;
    }

    .header-right .menu {
        background: #353535;
    }

    .half {
        width: 100%;
    }

    .third {
        width: 100%;
    }

    .floatLeft {
        float: none;
    }

    .floatRight {
        float: none;
    }

    .actionbutton a {
        font-size: .9em;
    }

    .col1 {
        width: 100%;
    }

    .col3 {
        width: 100%;
    }

    .thumbnail {
        width: 100% !important;
    }

    .listingPics img,
    .map {
        width: 90%;
    }

    .focusbox input {
        margin: none !important;
    }

    .content {
        padding: 1% !important;
        width: 98% !important;
    }

    .hideMobile {
        display: none !important;
        width: 0 !important;
        height: 0 !important;
        opacity: 0 !important;
        visibility: collapse !important;
    }

    .spacing {
        height: 100px;
        positive: fixed;
    }

    .col2 {
        width: 100%;
    }
}

.inputForm>div {
    width: 60%;
    margin: 0 auto;
}

.inputForm a {
    color: #000;
    text-decoration: none;
}

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

.inputForm .row {
    clear: both;
    padding: 5px;
    min-height: 35px;
    display: block;
    position: relative;
}

.inputForm .row>p {
    margin: 0;
}

.inputForm .row>label {
    display: inline-block;
    width: 40%;
    margin-right: 20px;
    vertical-align: top;
    text-align: right;
}

.inputForm .row>table,
.inputForm .row>input,
.inputForm .row>select,
.inputForm .row>textarea,
.inputForm .row>div,
.inputForm .row>span {
    display: inline-block;
    width: 50%;
}

.inputForm .row>div input,
.inputForm .row>div select {
    width: 85%;
}

.inputForm .row>textarea {
    height: 200px;
}

.inputForm .row>.ckeditor,
.inputForm .row>.cke {
    width: 100% !important;
}

.toggleBoxHeader {
    width: 100%;
    margin: 10px 0;
    border-bottom: solid #CCC 1px;
    padding: 5px;
    background-color: #eee;
}

.toggleBoxHeader:hover {
    border-bottom: solid #CCC 1px;
    padding: 5px;
    background-color: #ddd;
    cursor: pointer;
    text-decoration: underline;
}

.toggleBox {
    padding: 5px;
}

.pager {
    margin-top: 5px;
}

.pager img {
    vertical-align: middle;
    margin-bottom: 5px;
}

.page-popup-background {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background-color: rgba(0, 0, 0, 0.4);
}

.page-popup {
    display: none;
    position: absolute;
    left: 5%;
    top: 3%;
    width: 90%;
    min-height: 300px;
    z-index: 101;
    background-color: #FFF;
}

.page-popup-open-button {
    display: inline-block;
    color: blue;
    cursor: pointer;
}

.page-popup-open-button:hover {
    text-decoration: underline;
}

.page-popup-close {
    margin: 30px;
    text-align: right;
}

.page-popup-close-button {
    margin-right: 10px;
    font-size: 16pt;
    cursor: pointer;
}

.page-popup-content {
    margin: 30px;
}

.page-popup-hidden {
    display: none;
}

@media(max-width:800px) {
    .inputForm .row>label {
        text-align: left;
    }

    .inputForm>div,
    .inputForm,
    .inputForm .row>label,
    .inputForm .row>select,
    .inputForm .row>table,
    .inputForm .row>input,
    .inputForm .row>textarea,
    .inputForm .row>div,
    .inputForm .row>span {
        width: 95%;
    }
}


/* popup */

#popup-background {
    display: none;
    opacity: 0.75;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    background: #000;
}

.popup {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    display: none;
    position: absolute;
    top: 100px;
    left: 15%;
    z-index: 101;
    width: 70%;
    padding: 1%;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 4px;
    border-top: 1px solid #d7d7d7;
    border-right: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    border-left: 1px solid #c2c2c2;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.5);
}

.popup h2 {
    padding: 0 0 0.1em;
    margin: 0;
    border-bottom: 1px solid #aaaaaa;
}

.popup ul {
    margin: 0;
}

.popup li {
    margin: 0.4em 0;
}

.popup table {
    width: 70%;
    margin: 0 auto;
    border-collapse: collapse;
    border-top: 2px solid #aaaaaa;
    border-bottom: 2px solid #aaaaaa;
    text-align: center;
}

.popup tr {
    border-bottom: 1px solid #aaaaaa;
}

.popup th {
    padding: 0.6em 0.6em;
}

.popup #front td:nth-of-type(2) {
    text-align: left;
}

.popup #front input {
    width: 60%;
}

.popup-body {
    overflow-y: scroll;
    height: 100%;
    padding: 1%;
}

.popup-close-icon {
    position: absolute;
    top: 1%;
    right: 1%;
    width: 30px;
    height: 30px;
    border: 0;
    background: url('../images/black16x16/ic_cancel.png') no-repeat center center;
    text-indent: -999em;
    cursor: pointer;
}

@media screen and (max-width:480px) {
    .popup {
        width: 95% !important;
        left: 2.5% !important;
    }

    .col2 {
        width: 100%;
    }
}

#optinForm {
    padding-top: 15px;
    background: #f1f1f1;
    text-align: center;
}

#optinForm input {
    margin: 5px;
}

#optinForm input[type='submit'] {
    border: none;
    padding: 10px 50px;
    background: rgba(163, 219, 94, 1);
    color: #FFF;
    font-weight: bold;
    font-size: 12pt;
}

#optinForm input[type='submit']:hover {
    background: rgba(163, 219, 94, 0.9);
}

.email_verification {
    display: none !important;
}

.count {
    background: #E3A539;
    color: #FFF;
    text-weight: bold;
    text-decoration: none;
    padding: 7px;
    border-radius: 7px;
}


/* toggle-btn */

.toggle-btn-grp {
    margin: 3px 0;
}

.toggle-btn {
    text-align: center;
    text-decoration: none;
    font-size: 12pt;
    white-space: nowrap;
    -webkit-appearance: none;
    border: 1px solid #555;
    border-radius: 3px;
    margin: 5px 2px;
    padding: 0.4em 3em;
    color: #000;
    background-color: #FFF;
    display: inline-block;
    cursor: pointer;
}

.toggle-btn-grp.joint-toggle .toggle-btn {
    margin: 5px 0;
    padding: 0.4em 2em;
    border-radius: 0;
    border-right-color: white;
}

.toggle-btn-grp.joint-toggle .toggle-btn:first-child {
    margin-left: 2px;
    border-radius: 10px 0px 0px 10px;
}

.toggle-btn-grp.joint-toggle .toggle-btn:last-child {
    margin-right: 2px;
    border-radius: 0px 10px 10px 0px;
    border-right: solid 1px #CCC;
}

.toggle-btn:hover {
    border: solid 1px black;
    background: #DDD;
}

.toggle-btn.success {
    background: #DDD;
    border: solid 1px black;
}

.toggle-btn-grp.cssonly * {
    width: 140px;
    height: 30px;
    line-height: 30px;
}

.toggle-btn-grp.cssonly div {
    display: inline-block;
    position: relative;
    margin: 5px 2px;
}

.toggle-btn-grp.cssonly div label {
    position: absolute;
    z-index: 0;
    padding: 0;
    text-align: center;
}

.toggle-btn-grp.cssonly div input {
    position: absolute;
    z-index: 1;
    cursor: pointer;
    opacity: 0;
}

.toggle-btn-grp.cssonly div:hover label {
    border: solid 1px black;
    background: #DDD;
}

.toggle-btn-grp.cssonly div input:checked+label {
    background: #334455;
    color: #FFF !important;
}