/*
Theme Name: Landlord Child Theme
Theme URI: http://urbanigloo.dev
Author: Quynh Tran
Author URI: http://urbanigloo.dev
Description: This theme only for test purpose.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: test, html 5, responsive
Text Domain: urbanigloo
*/

@font-face {
    font-family: 'SourceSerifPro-Regular';
    src: url('../fonts/serif-pro/SourceSerifPro-Regular.otf'),
        url('../fonts/serif-pro/SourceSerifPro-Regular.ttf');
}

html {
    font-size: 16px !important;
}

a:focus {
    text-decoration: none !important;
}

/* Override Bootstrap Classes */
textarea {
    border: 1px solid #dbe4ed !important;
}

.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:hover, .navbar-inverse .navbar-nav>.open>a:focus {
    background: none;
}

.nav .open>a, .nav .open>a:hover, .nav .open>a:focus {
    border-color: #fff;
}

h4 {
    font-weight: 600;
}

.page-header {
    margin-top: 20px;
}

.header-img {
    width: 60px;
    height: 60px;
    margin-right: 15px;
}

.header-tool {
    margin-top: -60px;
}

.table>thead>tr>th {
    font-weight: 300;
    color: #999;
    border-bottom: 1px solid #ccc;
}

a.btn-primary {
    background: #008CDF;
}

.btn-primary {
    background: #2691cf;
}

label {
    font-weight: 600;
}

a {
    color: #009CDF;
    font-weight: normal;
}

a:visited:not(.btn):not(.page-numbers):not([role="menuitem"]):not(.ui-state-default):not(.pull-right) {
    color: #95d5ff;
}

h2 {
    font-size: 28px;
}

h3 {
    font-size: 24px;
}

#croppicModal img {
    display: none;
}

#croppicModal .cropImgWrapper {
    border: 3px solid #fff;
}

#croppicModal #img-loading-message {
    color: #ccc;
    font-weight: 600;
}

/* Reset */
.panel-heading {
    border-radius: 0;
}

.panel-title small {
    color: #B8B8B8;
}

/* Helper Classes */
.sort-placeholder {
    height: 150px;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden;
    background: #ddd;
    border: 2px dashed #ccc;
}

.divider-vertical {
    height: 35px;
    margin: 0 5px;
    border-left: 1px solid #000;
}

.no-bpadding {
    padding-bottom: 0;
}

.no-bmargin {
    margin-bottom: 0 !important;
}

.no-border {
    border: none !important;
}

.small-text {
    font-size: 12px;
}

.hidden {
    visibility: hidden;    
}

.sdivider {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 20px;
    border-top: 1px solid #eee;
}

.top-buffer {
    margin-top: 20px;
}

.no-rpadding {
    padding-right: 0 !important;
}

.no-lpadding {
    padding-left: 0 !important;
}

.step-rpadding {
    padding-right: 5px;
}

.step-lpadding {
    padding-left: 5px;
}

.inline-block {
    display: inline-block !important;
}

.to {
    padding-top: 6px;
    text-align: center;
}

.header-option {
    margin-top: -40px !important;
}

.circle {
    font-family: 'Lato';
    font-size: 18px;
    display: inline-block;
    width: 42px;
    height: 42px;
    text-align: center;
    line-height: 42px;
    border-radius: 21px;
    background: #404041;
    border: 1px solid #000;
    margin-right: 15px;
    box-sizing: border-box;
    color: #fff;
}

.availability-time {
    text-align: center; 
    padding: 0 25px; 
    display: inline-block; 
    width: 14%;
}

.availability-time .minimal-blue {
    margin-left: 73px; 
    margin-bottom: 0;
}

.goto {
    position: fixed;
    top: 170px;
    right: 66px;
    background: #fff;
    border: 1px solid #ccc;
    padding: 10px;
    z-index: 100;
}

.goto .btn {
    min-width: 220px;
    text-align: left;
    border-radius: 3px;
    margin-left: 5px;
}

.goto .btn-default:hover, .btn-default:focus, .btn-default:active, .open>.dropdown-toggle.btn-default {
    background: #fff;
}

.goto big {
    float: left;
}

.goto .caret {
    float: right;
    margin-top: 8px;
    margin-left: 10px;
}

.goto .dropdown-menu {
    border-radius: 0;
    border-top: none;
    margin-top: 0;
    width: 210px;
    margin-left: 10px;
}

.goto ul li {
    font-size: 13px;
}

.goto .dropdown-header {
    font-size: 16px;
    color: #aaa;
}

.goto .badge {
    line-height: 1.2;
    margin: 0 5px;
    background-color: #777;
}

.goto .badge-fix {
    padding: 3px 4px;
}

.auto-margin {
    float: none !important;
    margin: 0 auto !important;
}

.prior-box {
    border: 1px solid #ddd;
    padding: 20px 10px 10px;
    background: #f4f4f4;
}

.thanks {
    text-align: center;
    font-size: 16px;
}

.call-us {
    font-weight: normal;
}

.call-us h2 {
    margin-top: 10px;
    font-size: 36px;
}

.call-us p {
    font-size: 20px;
}

.call-us i {
    font-size: 20px;
}

.border-less>thead>tr>th {
    border: none;
    color: #bbb;
    text-align: left;
}

.border-less>tbody>tr>td {
    border: none;
    text-align: left;
}

.light {
    display: inline-block;
    width: 23px;
    height: 23px;
    margin: 0 auto;
    border-radius: 50%;
    border: 1px solid;
    box-sizing: border-box;
}

.light-red {
    background: #bf1138;
    border-color: #a8300e;
}

.light-yellow {
    background: #f6d416;
    border-color: #ccbf14;
}

.light-green {
    background: #00af52;
    border-color: #72c01d;
}

.light-blue {
    background: #0092D9;
    border-color: #0011ff;
}

.light-orange {
    background: #DF8800;
    border-color: #a8300e;
}

.light-silver {
    background: #A1A3A1;
    border-color: #888;
}

.light-metro {
    background: #000;
    border-color: #888;
}

.metro-access {
    text-align: center;
}

.metro {
    width: 42px;
    height: 42px;
    font-size: 20px;
    line-height: 42px;
    border-radius: 21px;
    text-align: center;
    display: inline-block;
    position: relative;
    background: #dedede;
    color: #fff;
}

.metro-access .help-block {
    font-size: 14px;
    font-weight: normal;
    color: #404041;
}

.metro-red {
    background: #bf1138;
    color: #ffffff;
}

.metro-yellow {
    background: #f6d416;
    color: #221F20;
}

.metro-green {
    background: #00af52;
    color: #ffffff;
}

.metro-blue {
    background: #0092D9 ;
    color: #ffffff;
}

.metro-orange {
    background: #DF8800;
    color: #221F20;
}

.metro-silver {
    background: #A1A3A1;
    color: #221F20;
}

.metro-black {
    background: #000;
    color: #fff;
    font-weight: bolder;
}

.metro-input {
    position: absolute;
    width: 42px;
    height: 42px;
    left: 0;
    top: 0px;
    margin: 0 !important;
    opacity: 0;
    cursor: pointer;
}

.add-item-small {
    position: relative;
    width: 100%;
    height: auto;
    border: 3px dashed #bebebe;
    box-sizing: border-box;
    display: inline-block;
    margin-top: 10px;
}

.add-item-small .plus-item {
    background: url('../images/icon/plus.png') no-repeat center center;
    height: auto;
    width: 100%;
    text-align: center;
    display: block;
}

.add-item-small input {
    position: absolute;
    top: 0;
    left: 0;
    filter: alpha(opacity=0);
    opacity: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.add-item {
    position: relative;
    width: 100%;
    height: auto;
    border: 3px dashed #a7b2bd;
    display: inline-block;
    margin-top: 10px;
    min-height: 179px;
}

.add-item .plus-item {
    background: url('../images/icon/plus.png') no-repeat center center;
    height: 100%;
    width: 100%;
    text-align: center;
    display: block;
    position: absolute;
}

.add-item input {
    position: absolute;
    top: 0;
    left: 0;
    filter: alpha(opacity=0);
    opacity: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.youtube input {
    margin-top: -7px;
    background-color: #fafcfe;
    border: 1px solid #dbe4ed;
    color: #5F6F81;
    border-radius: 3px;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 12px;
    padding-right: 12px;
    height: 30px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.youtube input:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}

h1, h2, h3, h4, h5, h6 {
    line-height: 1.5;
}

body {
    font-family: 'Open Sans', "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-weight: 300;
    background: #fff;
    line-height: 1.5;
}

/* Header */
#header {
    min-height: 170px;
    font-size: 14px;
    margin-bottom: 60px;
    background: rgba(65,68,68,0.95);
}

.logo {
    margin-top: 10px;
    margin-left: 15px;
}

#login-box {
    position: absolute;
    width: 350px; 
    z-index: 1000;
    background: #efefee; 
    color: #000;
    top: 40px;
    right: 0;
    padding: 0 20px 5px;
    display: block;
    border-top: 5px solid #ccc;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    display: none;
}

#login-box .icheckbox_minimal-blue {
    margin-top: 10px;
}

#login-box h3 {
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 20px;
}

.login-box {
    z-index: 1000;
    background: #efefee; 
    color: #000;
    padding: 10px 20px 25px;
    display: block;
    border-top: 5px solid #ccc;
    box-shadow: 0 2px 9px 1px rgba(0, 0, 0, 0.2);
}

/* Nav */
.top-bar {
    min-height: 40px;
    line-height: 40px;
    background: #424444;
    border-bottom: none;
    font-size: 16px;
    font-weight: 300;
    color: #8d9095 !important;
}

.top-bar a {
    margin-top: 5px;
    font-size: 14px;
    font-weight: 300;
    color: #BBD131 !important;
}

.top-bar .navbar-nav>li>a {
    padding-top: 5px;
    padding-bottom: 5px;
    display: inline-block;
    padding-left: 0;
    padding-right: 0;
}

.top-bar a:hover {
    text-decoration: underline !important;
}

.top-bar a.no-hover {
    text-decoration: none !important;
}

.top-bar .navbar-right:last-child {
    margin-right: 0 !important;
    position: relative;
}

.top-bar .dropdown-menu, .top-bar .dropdown-toggle {
    text-align: right;
}

.main-menu {
    margin-top: 10px;
    margin-right: 15px;
    padding-left: 15px;
}

.main-menu a {
    color: #fff !important;
}

.main-menu .nav>li {
    margin-right: 10px;
    margin-top: 10px;
}

.main-menu .nav>li>a {
    border: 1px solid transparent;
}

.main-menu .navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: lighter;
}

.main-menu .nav>li>a:hover, .main-menu .nav>li>a:focus {
    background: none;
    border: 1px solid #fff;
}

.main-menu a.active {
    border: 1px solid #fff !important;
}

li.active {
    background-color: #009CDF;
}

li.active a {
    color: #fff !important;
}

li:hover a {
    text-decoration: none !important;
}

/* Mobile menu */
.navbar-header .navbar-brand {
    color: #fff !important;
    padding: 8px 5px;
    margin-left: 0 !important;
}

.navbar-header .navbar-brand img {
    width: auto;
    height: 100%;
}


.navbar-header .navbar-brand sub {
    font-size: 8px;
}

.navbar-toggle {
    display: block;
    position: relative;
    padding: 9px 10px;
    margin-top: 8px;
    border-radius: 4px;
    border: 1px solid transparent;
    background-image: none;
    background-color: transparent;
    margin-bottom: 8px;
    margin-right: 0;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 25px;
    height: 3px;
    border-radius: 1px;
}

.navbar .navbar-toggle .icon-bar {
    background-color: #FFF;
}

.navbar .contact {
    /*background: #bbd131;*/
    padding: 9px 15px;
    margin: 8px 0 0;
    color: #fff;
    display: inline-block;
    text-decoration: none;
    border: 1px solid transparent;
}

.navbar .contact:hover {
    border: 1px solid #fff;
    box-sizing: border-box;
}

.navbar .main-menu .nav li:last-child {
    background: none;
}

.navbar-header {
    float: none;
}

/* Container */
#container {
    padding-bottom: 100px;
}

/* Home */

.home-header h1 {
    color: #4A4A4A;
    font-size: 36px;
    font-weight: 300;
    margin-top: 0;
    margin-bottom: 20px;
}

.home-header h2 {
    color: #4A4A4A;
    font-size: 24px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 20px;
}

.sub-header {
    float: none;
    margin: 0 auto;
    font-size: 22px;
    color: #4A4A4A;
}

.quote {
    float: none;
    margin: 0 auto;
    padding: 0 40px;
}

.media-home img {
    margin-top: 15px;
    width: 93px;
    display: block;
    margin-right: 0;
}

.media-home blockquote {
    color: #000;
    border-left: none;
    font-size: 22px;
    margin-bottom: 0;
    padding: 10px 38px;
}

.media-home blockquote p {
    font-size: 24px;
    font-weight: 300;
    font-style: italic;
    quotes: "“" "”";
    position: relative
}

.media-home blockquote .blockquote-sidebar {
    font-size: 22px;
}

.media-home blockquote p:before {
    font-family: SourceSerifPro-Regular;
    content: open-quote;
    left: -35px;
    top: -20px;
    font-size: 62px;
    color: #D8D8D8;
    position: absolute;
}

.media-home blockquote p:after {
    font-family: SourceSerifPro-Regular;
    content: close-quote;
    bottom: -40px;
    right: -15px;
    font-size: 62px;
    color: #D8D8D8;
    position: absolute;
}

.media-home blockquote footer:before{
    content: none;
}

.media-home blockquote footer cite {
    font-size: 14px;
    font-weight: normal;
}

.media-home blockquote footer a {
    font-size: 16px;
}

.media-multi {
    margin-top: 22px;
}

.promotion {
    text-align: center;
    font-weight: 700;
}

.promotion a {
    padding: 19px 38px;
}

/* Intro */
p.intro {
    font-size: 24px;
    color: #4A4A4A;
    margin-top: 13px;
    margin-bottom: 47px;
}

.intro-body {
    font-size: 18px;
    color: #4A4A4A;
    position: relative;
}

.intro-row {
    margin-bottom: 56px;
}

.intro-row img {
    margin-bottom: 23px;
    width: 83px;
    height: 83px;
}

.intro-row .place {
    background: url('../images/ui-sprite.png') -382px -308px #fff;
}

.intro-row .renters {
    background: url('../images/ui-sprite.png') -245px -308px #fff;
}

.intro-row .sign {
    background: url('../images/ui-sprite.png') -108px -308px #fff;
}

.intro-body p {
    margin-bottom: 0;
}

.intro-line {
    border-top: 2px solid #009CDF;
    position: absolute;
    top: 44px;
    width: 70%;
    left: 15%;
}

.intro-line-vertical {
    border-right: 2px solid #009CDF;
    position: absolute;
    top: 22px;
    height: 70%;
    left: 7%;
}

/* Buttons */
.btn {
    border-radius: 0;
}

.btn-grey {
    background: #efefee;
    color: #404041;
}

.btn-grey:hover {
    background: #ddd;
}

.btn-dark {
    background: #5f6f81;
    color: #fff;
}

.btn-dark:hover {
    background: #999;
    color: #fff;
}

/*Document upload button*/
.btn-doc {
    position: relative;
}

.input-doc {
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0;
    top: 0;
    left: 0;
}

/* List */
.demonstrate h2 {
    font-size: 25px;
}

.demonstrate ol {
    padding-left: 20px;
}

/* Boxes */
.info-box {
    text-align: center;
    border: 1px solid #d5d5d5;
    padding: 30px 19px 20px;
    background: #fdfdfd;
}

.info-box .text-info {
    font-size: 24px;
    color: #009CDF;
    margin: 25px 0 20px;
}

/* Form */
.urban-form {
    background: #efefee;
    padding: 10px 30px;
    margin-top: 20px;
}

form {
    font-size: 14px;
    font-weight: normal;
}

form .help-block {
    font-size: 12px;
}

form label {
    color: #333;
}

.form-header {
    margin-bottom: 20px;
}

.form-header h3 {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 0;
}

.form-header span {
    font-size: 24px;
    font-weight: 600;
}

.form-header .form-logo {
    margin-top: -3px;
}

.form-header span sub {
    font-size: 8px;
}

/* Panel */
.tab-title {
    margin-left: 0;
}

.tab-title>li {
    display: inline-block;
    padding: 8px 20px;
    border: 1px solid #009CDF;
    text-align: center;
    width: 50%;
    float: left;
}

.tab-title>li:hover {
    background-color: #009CDF;
    color: #fff;
}

.tab-title>li:hover a {
    color: #fff;
}

.tab-title a {
    font-size: 1.25em;
    font-weight: 300;
    color: #009CDF;
    display: block;
}

.panel {
    box-shadow: none;
    border-radius: 0;
    border-bottom: none;
}

.panel-title {
    font-size: 18px;
    font-weight: normal;
}

.panel-default .panel-heading {
    background: #f4f4f4;
}

.panel-heading {
    padding: 20px;
    text-align: left;
}

#accordion .panel-collapse, #accordion1 .panel-collapse, #xs-accordion .panel-collapse, #xs-accordion1 .panel-collapse {
    margin-left: 30px;
    text-align: left;
}

.panel-group .panel-heading+.panel-collapse>.panel-body {
    border: none;
}

.panel-group .panel+.panel {
    margin-top: 0;
}

.panel-group .panel {
    border-radius: 0;
}

.group-border {
    border-bottom: 1px solid #ddd;
}

.step-heading {
    background: #88CEED !important;
    color: #fff !important;
    border: 1px solid #72BCDD !important;
    border-bottom: none !important;
}

.step-heading small {
    color: #fff;
}

.step-heading a, .step-heading .glyphicon{
    color: #fff;
    font-size: 20px;
    margin-top: -19px;
}

/* Modal */
.modal-backdrop {
    z-index: 999;
}

/* Fix style checkbox */
.minimal-blue .help-block {
    margin-top: 20px;
    width: 200px !important;
}

.preview-area [class*=col-] {
    margin-top: 10px;
    /*min-height: 180px;*/
    position: relative;
}

.preview-area .col-md-3 button {
    position: absolute;
    top: 0;
    right: 15px;
    z-index: 100;
}

.preview-area .col-md-3 button:first-of-type {
    right: 37px;
}

.preview-area-small [class*=col-] {
    margin-top: 10px;
    height: auto;
    min-height: 50px;
    position: relative;
}

.add-unit {
    position: relative;
    border: 2px dashed #ccc;
    text-align: center;
    padding: 24px;
    cursor: pointer;

    width: 100%;
    height: 100%;
    min-height: 125px;
    margin-top: 10px;
}

.add-unit input {
    position: absolute;
    top: 0;
    left: 0;
    filter: alpha(opacity=0);
    opacity: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    min-height: 125px;
    cursor: pointer;
}

.add-unit .glyphicon {
    color: #ccc;
    font-size: 70px;
}

/* Agreement */
.agreement-section {
    height: 250px;
    overflow: auto;
    border: 1px solid #ddd;
    background: #f4f4f4;
    padding: 20px 10px 10px;
}

/* Letter review */
.letter-review {
    background: #fdfdfd;
    border: 1px solid #ccc;
    padding: 15px;
    display: none;
}

.letter-heading {
    color: #adadb1;
    font-size: 16px;
    margin-bottom: 10px;
}

.letter-row {
    width: 100%;
    padding: 0;
    margin: 0;
    display: block;
    clear: both;
    overflow: hidden;
}

.letter-row .left {
    text-decoration: none;
    display: inline-block;
    float: left;
    width: auto;
    padding-right: 3px;
    text-align: left;
    background: #fdfdfd;
    color: #000;
}

.letter-row .right {
    text-decoration: none;
    display: inline-block;
    float: right;
    width: auto;
    padding-left: 3px;
    text-align: right;
    background: #fdfdfd;
    color: #000;
}

.letter-row .spacer {
    display: block;
    float: none;
    width: auto;
    padding-top: 14px;
    border-bottom: 1px dashed #ccc;
}

/* FAQ */
.question-sign {
    background: url('../images/icon/question.png');
    width: 30px;
    height: 30px;
    margin-top: 0;
    margin-right: 15px;
    margin-bottom: 10px; 
    font-size: 24px;
}

#faq1 ul, #faq2 ul {
    margin-top: 10px;
}

.question-sign-active {
    background: url('../images/icon/question-mark.png');
}

/* Ready */
.ready img {
    margin: 0 auto;
    width: 100%;
    display: block;
}

.ready .ready-bottom {
    width: auto;
    margin: 0 auto;
    border: 1px solid #ccc;
    box-sizing: initial;
    padding: 0 20px 20px;
    margin-top: -55px;
}

.ready h3 {
    font-size: 28px;
    font-style: italic;
}

.ready a {
    font-size: 20px;
}

/* Icons */
.edit-icon {
    background: url('../images/icon/white-pencil.png');
    width: 23px;
    height: 23px;
    margin-top: -8px;
    margin-right: -25px;
    margin-bottom: 0;
    display: block;
}

.edit-text {
    margin: 0 0px 0 0;
    font-size: 14px;
}

.edit-icon-black {
    background: url('../images/icon/pencil.png');
    width: 19px;
    height: 18px;
    display: inline-block;
}

.trash-icon {
    background: url('../images/icon/recycle.png');
    width: 19px;
    height: 18px;
    display: inline-block;
}

/* Table */
table, table th {
    text-align: center;
}

/* Boxes */
.unit-box {
    text-align: center;
    border: 1px solid #ccc;
    padding: 30px;
    margin-bottom: 20px;
}

.unit-box .unit-divider {
    border-top: 1px solid #aaa;
    margin: 10px 60px;
    display: block;
}

.unit-box big {
    font-weight: bold;
}

.unit-box [class*="col-"] {
    padding: 0;
}

.unit-box .row {
    margin-top: 15px;
    padding: 0 15px;
}

.unit-box .btn-delete {
    float: right;
    width: 40px;
}

.unit-box .form-group {
    margin-bottom: 0;
    padding: 0 -10px;
}

.add-unit-block {
    border: 2px dashed #ccc;
    min-height: 240px !important;
    text-align: center;
    cursor: pointer;
    margin-bottom: 20px;
}

.add-unit-block .add-icon {
    background: url('../images/icon/plus.png') no-repeat center center;
    display: block;
    width: 100%;
    height: 80px;
    text-align: center;
    margin-bottom: 15px;
    margin-top: 65px;
}

.add-unit-block p {
    color: #d8d8d8;
    font-size: 30px;
}

/*TESTIMONIALS*/
.testimonial h2 {
    color: #009CDF;
}

.testimonial blockquote {
    border-bottom: 1px solid #ccc;
    border-left: none;
    padding: 0;
    padding-bottom: 15px;
}

.testimonial:last-of-type blockquote {
    border-bottom: none;
}

.testimonial p {
    quotes: "“" "”";
}

.testimonial p:before {
    content: open-quote;
}

.testimonial p:after {
    content: close-quote;
}

.contact-us h4 {
    font-size: 1.5rem;
    font-weight: 400;
    color: #009CDF;
    text-align: center;
}

.message-contact-submit{color: #2691CF; text-align: left; font-size: 1rem; margin-top: 15px; margin-bottom: -20px;text-align:center;}

/* Footer */
#footer {
    background: #404041;
    min-height: 412px;
    margin-top: -5px;
    padding-top: 60px;
    clear: both;
}
#footer ul.pc-newsletter {
    display: block;
}
#footer ul.mobile-newsletter {
    display: none;
}
#footer .footer-lists ul {
    margin: 0;
    padding: 0;
}
#footer .footer-lists ul.contact {
    margin-top: -20px;
}
#footer .footer-lists ul li {
    list-style-type: none;
    margin-bottom: 5px;
    color: #a8a9ad;
    font-size: 12px;
}
#footer .footer-lists ul li a {
    color: #a8a9ad;
    font-size: 12px;
}
#footer .footer-lists ul li.current-menu-item a {
    border: none;
    font-weight: 300;
}
#footer .footer-lists ul li a:hover {
    opacity: 0.8;
}
#footer h3 {
    font-weight: 300;
    color: #ffffff;
    font-size: 1.125em;
    margin-bottom: 1.5em;
}

#footer h4 {
    color: #117dc2;
    margin-top: 20px;
}

#footer .footer-lists {
    margin-bottom: 50px;
    width: 20%;
}

#footer .footer-lists ul li.margin-bottom {
    margin-bottom: 0.75em;
}
#footer .footer-lists ul li a.blue {
    color: #117dc2;
}
#footer .footer-lists ul input.text {
    border: 3px solid #292a29;
    background: #404041;
    padding-left: 5px;
    width: 153px;
    height: 26px;
    margin-top: -4px;
    vertical-align: middle;
    color: #ffffff;
    font-size: 1em;
}
#footer .footer-lists ul input.submit {
    border: none;
    background: #292a29;
    padding: 2px 10px;
    margin-left: -4px;
    font-weight: 300;
    color: #a8a9ad;
    font-size: 1em;
}
#footer .mini-footer {
    background: #292a29;
    clear: both;
    min-height: 66px;
}
#footer .mini-footer p {
    color: #535455;
    font-size: 0.6875em;
    margin: 0;
    padding: 1.8em 0em;
}
#footer .mini-footer .footer-images {
    padding: 1em 0em;
    text-align: right;
}
#footer .mini-footer .footer-images img {
    margin-left: 1.5em;
}

#footer .mini-footer .footer-images .hud img {
    width: 34px;
    height: 32px;
    background: url('../images/ui-sprite.png') -276px -771px;
}

#footer .mini-footer .footer-images .bbb img {
    width: 85px;
    height: 34px;
    background: url('../images/ui-sprite.png') -455px -644px;
}

/*Connect bar*/
.connect-bar {
    background: #333;
    min-height: 60px;
    height: auto;
}

.connect-bar span {
    line-height: 60px;
    margin-top: -30px;
    font-weight: lighter;
    color: #fff;
    margin-right: 15px;
}

.connect-bar a.icon {
    display: inline-block;
    background: #ccc;
    height: 36px;
    width: 36px;
    padding: 0;
    border-radius: 5px;
    line-height: 36px;
    margin-right: 6px;
}

.connect-bar a.fb img {
    width: 10px;
    height: 20px;
    margin-left: 13px;
    background: url('../images/ui-sprite.png') -284px -520px;
}

.connect-bar a.tw img {
    width: 26px;
    height: 20px;
    margin-left: 5px;
    background: url('../images/ui-sprite.png') -394px -520px;
}

.connect-bar a.linkedin img {
    width: 20px;
    height: 20px;
    margin-left: 8px;
    background: url('../images/ui-sprite.png') -177px -520px;
}

.connect-bar a.yelp img {
    width: 16px;
    height: 20px;
    margin-left: 10px;
    background: url('../images/ui-sprite.png') -68px -520px;
}

.connect-bar a.hire {
    display: block;
    line-height: 60px;
    color: #117dc2 !important;
}

.connect-bar a.hire>span {
    color: #117dc2;
    letter-spacing: -2px;
    padding: 0 3px;
    margin-right: 0;
}

.connect-bar .text {
    color: #ffffff;
    font-size: 16px;
    height: 30px;
    line-height: 28px;
    border-width: 3px;
    border-style: solid;
    border-color: #292a29;
    width: 180px;
    background: transparent;
    margin-right: -19px;
    margin-right: -4px;
    border-radius: 0px;
    padding: 0;
    padding-left: 5px;
}

.connect-bar .text:focus {
    outline: 0;
}

.connect-bar ::-webkit-input-placeholder {
    color: #fff !important;
}

.connect-bar :-moz-placeholder { /* Firefox 18- */
    color: #fff !important;  
}

.connect-bar ::-moz-placeholder {  /* Firefox 19+ */
    color: #fff !important;  
}

.connect-bar :-ms-input-placeholder {  
    color: #fff !important;  
}


.connect-bar .submit {
    color: #a8a9ad;
    font-size: 16px;
    font-weight: normal;
    padding: 3px 18px;
    text-shadow: 0 1px 0 #353535;
    border-width: 0px;
    border-style: solid;
    border-color: #a5a5a5;
    margin-left: 0;
    height: 30px;
    border-radius: 0px;
    -moz-border-radius: 3px;
    background: #292a29;
}

.connect-bar .submit:hover {
    color: #fff;
    background: #292a29;
}

#billing {
    display: none;
}

/* WIDGET CONTAINER */
.container .widget-container {
    padding: 10px 15px 20px;
    min-height: 0;
    margin-top: 20px;
}

.widget-container.fluid-height {
    height: auto;
    min-height: 0;
}

.widget-container {
    min-height: 320px;
    background: white;
    border: 1px solid #eee;
    box-shadow: 0px 0px 8px -2px rgba(0, 0, 0, 0.1)
}

.widget-lpadding {
    padding-left: 8px;
}

/*UNIT SECTION*/
#unit-section, #edit-unit-section {
    display: none;
}

/* Note */
#note {
    background: #fafcfe;
    border: 1px solid #DBE4ED;
}

.note-box {
    border: 1px solid #dbe4ed;
    border-radius: 3px;
    margin-bottom: 5px;
    padding-top: 10px;
}

.note-box .help-block {
    color: #aaa;
    margin-top: 0;
    padding-top: 0;
}

.note-box p {
    margin-bottom: 0;
}

/*SHOW MORE*/
.showmore {
    text-align: center;
    cursor: pointer;
}

.showmore a {
    text-decoration: none;
    font-size: smaller;
    color: #5f6f81;
    display: block;
    letter-spacing: 3px;
    margin-bottom: -5px;
}

.showmore:hover a {
    color: #26BBED;
}

.showmore span {
    display: inline-block;
    width: 6px;
    height: 6px;
    background: #26BBED;
    border-radius: 3px;
}

.showmore-loading {
    background: url('../images/ajax-loading.gif') no-repeat center center;
    width: 16px;
    height: 16px;
    margin: 0 auto 20px;
    display: none;
}

.img-loader {
    background: url('../images/img-loader.gif') no-repeat center center;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 100;
    top: 0;
    left: 0;
}

.tr-showmore img {
    max-width: 46%;
    width: 46%;
    vertical-align: top;
    margin: 0;
    margin-right: 2%;
    margin-bottom: 2%;
}

/* Media Query */

@media (max-width: 1199px) {

    .top-bar .navbar-right {
        margin-bottom: 7.5px;
        float: right !important;
    }

    .top-bar .navbar-nav {
        float: left;
    }

    .top-bar .navbar-right>li {
        float: left;
    }

    .logo {
        margin-top: 20px;
    }

    #footer .sm-block {
        display: block;
        float: none;
        text-align: center;
    }

    #footer .mini-footer .footer-images {
        text-align: center;
    }
}

@media (max-width: 991px) {
    #header {
        min-height: 0;
    }

    .container {
        text-align: center;
    }

    .object-media {
        float: none !important;
        margin: 0 auto;
    }

    .demonstrate ol.steps, .demonstrate ol {
        min-height: 10px !important;
        padding-left: 0;
    }

    ol {
        text-align: center;
        list-style-type: decimal;
        list-style-position: inside;
    }

    .info-box {
        max-width: 100% !important;
    }

    form {
        text-align: left;
    }

    #container {
        padding-bottom: 60px !important;
    }

    .top-bar .dropdown-menu {
        position: static;
        float: none;
        background: none;
        border: none;
        box-shadow: none;
    }

    .top-bar .dropdown-menu>li>a:hover, .top-bar .dropdown-menu>li>a:focus {
        background: none;
    }

    .navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:hover, .navbar-inverse .navbar-nav>.open>a:focus {
        display: block;
    }

    .navbar-nav .open .dropdown-menu>li>a, .navbar-nav .open .dropdown-menu .dropdown-header {
        padding-right: 0;
    }

    #footer .sm-block {
        display: block;
        float: none;
        text-align: center;
    }

    #footer .mini-footer .footer-images {
        text-align: center;
    }

}

@media (max-width: 767px) {
    .main-menu .navbar-nav>li>a {
        font-size: 16px;
    }

    .navbar .contact {
        padding: 8px 6px;
    }

    .top-bar .navbar-nav>li>a {
        padding-left: 15px;
    }

    h1 {
        font-size: 28px !important;
    }

    h3 {
        font-size: 20px !important;
    }

    /* Fix style checkbox */
    .minimal-blue .help-block {
        margin-top: 40px !important;
    }

    .promotion a {
        padding: 8px 38px !important;
    }

    #login-box {
        left: 15px;
    }

    .btn-lg {
        font-size: 0.9em;
        overflow: hidden;
        text-overflow: ellipsis;
        line-height: 3;
        padding: 3px;
        width: 100%;
    }

    .login-box {
        margin-top: -56px;
    }

    .form-header h3 {
        font-size: 40px !important;
    }

    .call-us h2 {
        font-size: 32px !important;
    }

    #footer .footer-lists {
        width: 100%;
    }

    .add-item {
        min-height: 134px;
    }
}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {
    .radio-inline+.radio-inline, .checkbox-inline+.checkbox-inline {
        margin-left: 0;
        clear: both;
        display: block;
    }

    .top-bar .navbar-nav>li>a {
        padding-left: 15px;
    }

    /*FAQ*/
    .tab-title>li {
        display: inline-block;
        padding: 8px 5px;
        width: 100%;
        float: none;
    }

    .tab-title a {
        font-size: 1.2em;
    }

    /*.question-sign {
        margin-right: 0;
        margin-bottom: 0;
        float: none !important;
        display: block;
        margin: auto;
        margin-bottom: 10px;
    }*/

    #faq1 ul, #faq2 ul {
        padding-left: 0;
        list-style-position: inside;
    }

    #accordion .panel-collapse, #accordion1 .panel-collapse, #xs-accordion .panel-collapse, #xs-accordion1 .panel-collapse {
        margin-left: 0;
    }

    #tab1 .panel-heading, #tab1 .panel-body, #tab2 .panel-heading, #tab2 .panel-body {
        padding-left: 0;
        padding-right: 0;
        /*text-align: center;*/
    }

    /*Multi HIW*/
    .urban-form {
        margin-top: 60px;
        margin-bottom: 50px;
    }

    .youtube input {
        margin-top: 0;
        width: 100%;
    }

    .add-item {
        min-height: 120px;
    }

    .sub-header {
        font-size: 18px;
    }

    .intro-row {
        margin-bottom: 25px;
    }
}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {

}