input.input_padding_bottom {
    margin-bottom: 0.5em !important;
}


img.wp-post-image {
border: 1px solid #f7f7f7;
background: #ffffff;
padding: 5px;
width: 90%;
border-radius: 5px; 
-moz-border-radius: 5px; 
-webkit-border-radius: 5px; 
-webkit-box-shadow: 0px 0px 6px 0px rgba(191,191,191,1);
-moz-box-shadow: 0px 0px 6px 0px rgba(191,191,191,1);
box-shadow: 0px 0px 6px 0px rgba(191,191,191,1);
}

div#widget_container li {
    padding: 20px;
    background: #fff;
    margin-bottom: 20px;
}

div#widget_container li h3 {
    font-size: 18px;
    padding: 0px;
    margin: 0px;
    line-height: 1em;
    padding-left: 10px;
}

label.subscribe-label {
    display: inline-block;
}

textarea#comment {
    width: 96%;
}

p.form-allowed-tags {
    display: none;
}

article.blog {
    background: #ffffff; padding: 20px; margin-bottom: 20px;
}

div#blog_container {
    margin: 30px;
}
    
article.blog h2 a, article.blog h1 a {
    color: #000 !important;
    font-size: 30px;
}

img.avatar {
    border: 1px solid #eee;
}

@media only screen and (max-width: 767px)  {
    
    article.blog {
        padding: 7px;
    }
    
    div#blog_container {
        margin: 10px 0px;
    }
    
    article.blog img.attachment-thumbnail {
        display: none;
    }
    
}

li.comment {
    margin-top: 30px;
}

.comment-awaiting-moderation {
    color: #aaa;
}

section#comments-list ul {
    list-style-type: none;
}

ul.xoxo
{
list-style-type: none;
margin: 0px;
}

.btn-xlarge {
    padding: 18px 28px;
    font-size: 22px;
    line-height: normal;
    -webkit-border-radius: 8px;
       -moz-border-radius: 8px;
            border-radius: 8px;
    }


    div.legal_agreement {
        font-size: 0.85em;
        margin-top: 1em;
        color: #777;
    }
    
/* DESKTOPS */
@media only screen and (min-width: 980px)  {
    
    hr.divider {
        display: none;
    }
    
}

    
    
/* TABLETS */
@media only screen and (min-width:768px) and (max-width: 979px)  {

    .feedback_star {
        font-size: 80px;
    }
    
    .feedback_text {
        font-size: 20px !important;
    }
    
    #features .big_feature_row {
        margin-top: 1em !important;
        margin-bottom: 4em !important;
    }
    
    h3 {
        font-size: 1em !important;
    }    
    
    div.feature_highlight_text {
        margin-bottom: 1em !important;
    }    
    
}



/* PHONES */
@media only screen and (max-width: 767px)  {

    .feedback_star {
        font-size: 20px;
    }    
    
    .feedback_text {
        font-size: 20px !important;
    }
    
    a.main_button {
        font-size: 1.5em !important;
        padding: 0.8em !important;
    }
    
    .button_subtext {
        display: none !important;
    }
    
    #features .big_feature_row {
        margin-top: 1em !important;
        margin-bottom: 2em !important;
    }  
    
    h3 {
        font-size: 1em !important;
    }    
    
    #pricing .price_wrapper.pro {
        width: 270px !important;
    }    
    
    div.feature_highlight_text {
        margin-bottom: 1em !important;
    }    
    
    a.big_feature_demo_button {
        font-size: 0.7em !important;
    }
    
    div.contact_information {
        font-size: 1.2em;
    }
    
    div.contact_row {
        margin-top: 4em !important;
    }

    div.price_line_1 {
        margin: 2em auto 0em auto !important;
    }    
    
    #pricing .section_header {
        margin-bottom: 1.4em !important;
    }    
    
    #features .section_header {
        margin-bottom: 1.4em !important;
    }    
    
}

input.input_giant {
    padding: 1em;
}

div.demo_label {
    font-size: 1.4em;
    margin-bottom: 0.3em;
}

div.demo_error {
    color: #ba9292;
    font-weight: 700;
}

.show {
    display: block !important;
}

hr.divider {
    border-top: 1px solid #BEC0C3;
    border-bottom: 2px solid white;
    margin-top: 5em;
}    
    
@media (min-width: 768px) {

    .modal_wide {
        width: 750px;
        margin: 0em 0em 0em -375px;
    }

}
    
@media (max-width: 768px) {

    #hero {
        display: none;
    }
    
    div.big_feature_row img {
        display: none;
    }

}
    
@media (max-width: 979px) {

    div.big_feature_row img {
        max-width: 200px;
        margin-top: 3em;
    }

}

h3.welcome_videos {
    line-height: 1em;
    margin-bottom: 1em;
    font-weight: 600;
    color: #777;
}

div.video_caption {
    font-size: 1.4em;
    font-weight: 200;
    line-height: 1.2em;
}

div.price_line_1 {
    font-size: 2em;
    line-height: 1.2em;
    margin: 4em auto 0em auto;
    text-align: center;
}

div.price_line_2 {
    font-size: 2.3em;
    line-height: 1.2em;
    margin: 0.5em auto;
    color: #999;
    text-align: center;
}

div.price_line_3 {
    font-size: 1.3em;
    line-height: 1.2em;
    margin-top: 4em;
    margin-left: auto;
    margin-right: auto;
    color: #777;
    text-align: center;
}
    
a.main_button {
    margin: 2em 1em 0em 1em;
    width: 5em;
    font-size: 2em;
}
    
a.end_button {
    margin: 1em 1em 0em 1em;
    width: 7em;
}

i.icon_light {
    color: #aaa;
    font-size: 1.2em;
}

div.doc_container h1 {
    background: #fff;
    padding: 1.5em 1em;
}

div.doc_container h1 div.description {
    font-weight: 300;
    font-size: 0.7em;
    line-height: 1.2em;
    margin-top: 0.4em;
}

div.doc_container div.step {
    font-size: 1.6em;
    padding: 1em 0em;
    font-weight: 300;
    line-height: 1.3em;
    border-bottom: 1px solid #ddd;
}

ul.price_pill_container a {
    padding: 1em;
    font-size: 1.7em;
    margin: 0.5em;
    background: #bdbdbd;
    color: #fff;
    width: 5.5em;
    text-align: center;
}

ul.price_pill_container {
    margin-top: 2em;
    text-align: center !important;
    width: 100%;
}

.nav-tabs > li, .nav-pills > li {
    float: none !important;
}

ul.price_pill_container a:hover {
    background: #969696;
}

ul.price_pill_container li.active a {
    background: #8eb461;
}

ul.price_pill_container li.active a:hover {
    background: #7da054;
}

ul.price_pill_container li {
    display:inline-block !important;
}

div.price_main_description {
    font-size: 2.4em;
    line-height: 1.1em;
    color: #333;
}

.align_center {
    text-align: center !important;
}

div.activation_charge_note {
    text-align: center;
    margin-top: 4em;
    color: #aaa;
    font-style: italic;
}

div.price_sub_description {
    color: #777;
    font-size: 1.4em;
    margin-top: 4em;
    line-height: 1.2em;
    font-weight: 200;
}

div.slider_container {
    margin-top: 2em;
}

.ui-widget-header {
    border: 1px solid #aaaaaa;
    background: #bad194;
    color: #222222;
    font-weight: bold;
}

.ui-slider-handle {
  cursor: move !important;
}

div.slider_results_container {
    text-align: center;
}

div#number_of_people {
    font-size: 4.5em;
    margin-top: 1em;
    color: #555;
}

div#cost_for_people {
    font-size: 2em;
    margin-top: 1.3em;
    color: #7aa14b;
}

a {
    color: #6D9748;
}

a:hover {
    color: #527534;
}

div.feature_highlight_text h3 {
    font-size: 1.6em;
    line-height: 1.2em;
    color: #333;
}

div.feature_highlight_text {
    font-size: 1.6em;
    line-height: 1.4em;
    color: #777;
    margin-top: 0.5em;
    margin-bottom: 4em;
    font-weight: 200;
}

.button_subtext {
    font-size: 0.55em;
    margin-top: 0.7em;
}

div.buttons_end h3 {
    font-size: 4em;
    margin-top: 1.3em;
    line-height: 1em;
    color: #333;
}

div.buttons_end h4 {
    font-size: 2em;
    margin-top: 0.8em;
    font-weight: 300;
    line-height: 1.2em;
    color: #777;
}

.align_right {
    text-align: right;
}

div.copyright_container {
    min-height: 4em;
}

div.copyright {
    margin-top: 1.3em;
}

p.carousel_text {
    font-size: 1.6em !important;
    font-weight: 200;
}

.carousel {
    height: 30em !important;
    overflow: hidden;
    margin-bottom: 0em !important;
}

#hero {
    padding-top: 0em !important;
    padding-bottom: 0em !important;
}

img.mouse_and_keys {
    margin-top: 14em;
}

.mouse_and_keys_text {
    margin-top: 7em;
}

.overview_text {
    margin-top: 5em;
}

img.overview {
    margin-top: 4em;
}

img.checkin {
    margin-top: 7em;
}

.checkin_text {
    margin-top: 7em;
}

.communication_text {
    margin-top: 7em;
}

img.communication {
    margin-top: 7em !important;
}

.events_text {
    margin-top: 5em;
}

img.events {
    margin-top: 4em;
}

a.big_feature_demo_button {
    margin-top: 1em;
}

#features .big_feature_row {
    margin-top: 5em;
    margin-bottom: 4em;
}

div.icon div {
    font-size: 2em;
    margin-top: 0.64em;
}

.features_page .feature2 .icon i {
    background: none !important;
}

#footer h3 {
    font-size: 3em;
}

.contact_information {
    font-weight: 400;
    font-size: 2em;
    margin-top: 1em;
    margin-bottom: 1.5em;
}

#footer {
    min-height: 1em !important;
    padding-top: 0px !important;
}

div.contact_row {
    margin-top: 6em;
}

.progress_container {
    width: 400px;
    margin: 7em auto;
}

.progress_container h1 {
    margin-bottom: 1em;
    color: #333;
}

div.status {
    font-size: 1.5em;
    font-weight: 200;
}

.bar {
    -webkit-transition: width 0.1s ease !important;
    -moz-transition: width 0.1s ease !important;
    -o-transition: width 0.1s ease !important;
    transition: width 0.1s ease !important;
}

.buy_container {
    width: 800px;
    margin: 1em auto;
    padding: 0em;
    padding-top: 1.6em;
}

.buy_container h1 {
    margin-bottom: 1em;
    color: #333;
}

.account-container {
    display: block;
    background: #f9f9f9;
    border: 1px solid #d5d5d5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.form-actions {
    margin-bottom: 0em;
}

.gray {
    color: #aaa;
}

form {
    margin: 0px !important;
}

.buy_image_container {
    width: 500px;
    margin: 0em auto 2em auto;
}

.border_left {
    border-left: 1px solid #ccc;
}

div.buy_image_text {
    font-size: 2em;
    font-weight: 200;
    color: #555;
    margin-top: 1em;
}

i.feedback_star {
    color: #ccc;
}

i.feedback_star_selected {
    color: #ddd16b;
}

div.feedback_text {
    font-size: 2em;
    font-weight: 200;
    color: #555;
    margin-top: 1em;
    margin-bottom: 45px;
    line-height: 1.2em;
}

div.amount_container {
    margin-top: 0.6em;
    font-size: 3em;
}

div.amount_description {
    font-size: 0.2em;
    height: 1.6em;
}

div.amount_sub_description {
    margin-top: 1em;
    margin-left: 1em;
    margin-right: 1em;
    color: #777;
    font-weight: 200;
}

.align_left {
    text-align: left !important;
}

div.border_right {
    border-right: 1px solid #ccc;
}

div.border_right_light {
    border-right: 1px solid #eee;
}

div.review_container h2 {
    font-size: 1.5em;
    text-align: center;
}

div.site_information_review_container {
    margin-left: 1em;
}

div.buy_navigation {
    margin-top: 1em;
    font-size: 200;
    color: #aaa;
}

span.selected_buy_page {
    font-weight: 700;
    color: #7aa14b;
}

div.confirmation_container h2 {
    margin-top: 0em;
    margin-left: 0.4em;
}

div.confirmation_container .description {
    font-weight: 200;
    font-size: 1.3em;
    margin-left: 0.7em;
    line-height: 1.4em;
}

div.buy_container .alert {
    margin-left: 1em;
    margin-right: 1em;
}