/* Custom CSS */

.login_register a {
    color: black;
    font-weight: bold;
}
.login_register a:hover {
    cursor: arrow;
}

.login-form {
    display: table;
    padding: 25px;
    border-bottom: 1px solid #ccc;
}

.pseudoStickyBlock {
    display: none !important;
}

.site-branding {
    padding: 15px 0 8px !important;
}

.site-link__img {
    width: 80px;
}

.home-company-name {
    font-size: 62px !important;
}

.page-about-us .home-company-name {
    font-size: 50px !important;
}

.site {
    hyphens: none;
}

.margin-bottom-100{
    margin-bottom: 100px !important;
}

.call-to-action {
    padding-bottom: 100px !important;
    padding-top: 100px !important;
}

.call-to-action .button-container {
    margin-top: 0 !important;
}

.tm_pb_frequency {
    line-height: 22px !important;
    margin-top: 10px !important;
} 

.home-director-comment {
    background: #f1f1f1 none repeat scroll 0 0 !important;
}

.home-director-comment div.container div div.tm_pb_testimonial_info {
    color: #333 !important;
    text-align: center;
}

.home-director-comment div.container div .tm_pb_testimonial_info div.tm_pb_testimonial_portrait {
    display: table !important;
    float: none !important;
    left: 50%;
    margin-left: -75px;
}

.home-director-comment div.container div .tm_pb_testimonial_author {
    color: #333 !important;
}

.home-director-comment div.container {
    color: #333 !important;
    padding: 20px 0 50px !important;
    text-align: center !important;
    width: 75% !important;
}

.home-director-comment div.container p {
    font-family: Times New Roman;
    font-size: 25px;
    font-style: italic;
    text-align: center !important;
    color: #676767;
    width: 84%;
    left: 50%;
    margin-left: -42%;
    position: relative;
}

.small-separator {
    border: 2px solid #fbd232;
    left: 50%;
    margin-left: -25px;
    margin-top: 12px;
    position: relative;
    width: 50px;
}

.widget-about__content {
    margin-top: 25px;
}

.widget-about__logo-img {
    float: left;
    /* margin-bottom: 2px; */
    width: 80px;
}

.team-members .tm_pb_section {
    background: #fff none repeat scroll 0 0 !important;
}

.margin-top-10{
    margin-top: 10px !important;
}

.margin-top-80{
    margin-top: 80px;
}

.margin-bottom-70{
    margin-bottom: 70px !important;
}

.margin-bottom-40{
    margin-bottom: 40px !important;
}

.padding-bottom-0 {
    padding-bottom: 0 !important;
}

.padding-bottom-40 {
    padding-bottom: 40px !important;
}

.padding-top-30 {
    padding-top: 30px !important;
}

.list-margin-left {
    margin-left: 30px !important;
    margin-bottom: 30px !important;
}

.padding-top-0{
    padding-top: 0px !important;
}

.related-services {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
    margin-bottom: 80px !important;;
}

.entry-content.page-single-service {
    margin-top: 45px;
}

.control-label, .text-label {
    font-weight: normal;
}

.login_register {
    float: right;
}

#menu-get-prices {
    padding-right: 0;
}

.login_register {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.modal-sign.modal.in {
    background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0 !important;
}

.modal-header {
    margin-left: 0 !important;
    padding: 35px;
}

.modal-header .row {
    padding: 0 15px;
}

.modal-header .tm_pb_contact_field {
    padding: 0;
}

.modal-header .tm_pb_contact_form_input, .modal-header .password {
    border: 1px solid #dfdfdf;
    margin-bottom: 20px;
    width: 100%;
}

.modal-header .tm_pb_contact_main_title {
    margin-bottom: 20px;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #bebebe !important;
}
::-moz-placeholder { /* Firefox 19+ */
    color: #bebebe !important;
}
:-ms-input-placeholder { /* IE 10+ */
    color: #bebebe !important;
}
:-moz-placeholder { /* Firefox 18- */
    color: #bebebe !important;
}

.modal-header .link {
    font-size: 18px;
    margin-top: 25px;
    text-align: center;
    width: 100%;
}

.modal-header .btn {
    width: 100%;
}

.modal-header .link a {
    color: #000;
    font-weight: bolder;
    text-decoration: underline;
}

.modal-header .link a:hover {
    color: #fbd232;
    font-weight: bolder;
    text-decoration: none;
}

.form-control-register, .form-control {
    background: #fff none repeat scroll 0 0 !important;
    border: 1px solid #e3e3e3;
    margin-bottom: 25px;
    padding: 10px !important;
    width: 100%;
}

.gallery-image{
    background-position: center center;
    background-size: cover;
    height: 200px;
    transition: all 0.5s ease-in-out 0s;
}

.gallery-item figure{
    transition: all 0.25s ease-in-out 0s;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
}

.gallery-item .gallery-image:hover {
    transition: all 0.5s ease-in-out 0s;
    transform: scale(1.2, 1.2) translateZ(0px);
}

.head-title {
    background-color: #fbd232;
    bottom: 20px;
    color: #242424;
    font-size: 15px;
    font-weight: 700;
    padding: 5px 25px;
    position: absolute;
    right: 35px;
    text-transform: uppercase;
    z-index: 999;
}

.gallery-item {
    margin-bottom: 30px;
}

.radio-list label.radio-inline {
    display: inline-block;
    padding-left: 30px;
}

.radio-list label.radio-inline:first-child {
    padding-left: 0px;
}

.top-panel__menu-list li:last-child {
    padding-right: 0;
}

.page-name {
    font-size: 60px;
    letter-spacing: -1px;
    padding: 70px 0 0 !important;
    text-transform: uppercase;
}

.top-panel__menu-list li a:hover{
    color: #fbd232;
    transition: all 0.5s ease-in-out 0s !important;
}

.text-light.sub-page-name {
    padding-bottom: 20px;
}

.margin-top-0{
    margin-top: 0px !important;
}

.video-layer {
    background-color: rgba(0, 0, 0, 0.6);
    height: 100%;
    position: absolute;
    width: 100%;
    transition: background-color 0.3s linear 0s, border-color 0.3s linear 0s, color 0.3s linear 0s, outline-color 0.3s linear 0s;
}

.video-layer:hover {
    background-color: rgba(0, 0, 0, 0.4);
    transition: background-color 0.3s linear 0s, border-color 0.3s linear 0s, color 0.3s linear 0s, outline-color 0.3s linear 0s;
}

.video-layer .fa.fa-play {
    background-color: rgba(0, 0, 0, 0.5);
    border: 2px solid #fff;
    border-radius: 50%;
    color: #fff;
    font-size: 25px;
    height: 80px;
    line-height: 78px;
    padding-left: 4px;
    width: 80px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    transition: background-color 0.3s linear 0s, border-color 0.3s linear 0s, color 0.3s linear 0s, outline-color 0.3s linear 0s;
}

.video-layer .fa.fa-play:hover {
    background: rgb(255, 255, 255) none repeat scroll 0 0;
    color: rgb(25, 25, 25);
    transition: background-color 0.3s linear 0s, border-color 0.3s linear 0s, color 0.3s linear 0s, outline-color 0.3s linear 0s;
}

.request-table {
    margin-bottom: 0 !important;
}

#is_bussiness, #is_residential {
    margin-right: 8px;
}

#is_bussiness, #is_residential {
    margin-left: 20px;
    margin-right: 8px;
}

#is_residential{
    margin-left: 0;
}

.form-registrate p {
    margin-bottom: 10px;
}

.portlet.box.blue {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
    border: 3px solid #fbd232;
    padding: 0 25px !important;
}

.my-requests .text-light.sub-page-name {
    padding-bottom: 55px;
}

.margin-top-20 {
    margin-top: 20px;
}

.request-table thead {
    border: 3px solid #242424;
}

.request-table {
    border: 3px solid #242424 !important;
}

.widget-about__logo {
    margin-top: 13px;
}

.widget-about__tagline h6 {
    font-size: 33px !important;
    line-height: 40px;
    margin-left: 95px;
    margin-top: 24px;
}

.widget-about__content {
    padding-right: 10px;
}

.footer-area .fa.fa-mobile-phone {
    color: #fff;
    font-size: 35px;
    left: 3px;
    margin-right: 14px;
    position: relative;
}

.footer-area .phone__info {
    font-weight: 600;
    position: relative;
    top: -6px;
}

.email-info {
    font-weight: 600;
}

.footer-area .fa.fa-envelope {
    color: #fff;
    font-size: 20px;
    margin-right: 8px;
}

.address-info{
    font-weight: 600;
}

.footer-area .fa.fa-map-marker {
    color: #fff;
    font-size: 28px;
    left: 3px;
    margin-right: 14px;
    position: relative;
}

.footer-area .social-list a {
    border: 1px solid #fff !important;
    border-radius: 50%;
    height: 40px;
    margin-right: -10px;
    padding-top: 10px !important;
    width: 40px;
}

.page-contact-us .social-list a {
    border: 1px solid #242424 !important;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    padding-top: 9px !important;
}

.page-contact-us .social-list__items li a::before {
    color: #242424 !important;
    opacity: 1 !important;
}

.page-contact-us .social-list__items li a:hover {
    color: #242424 !important;
    opacity: 0.3 !important;
}

.page-contact-us .social-list {
    margin-top: 30px;
}

.footer-area .social-list {
    padding-top: 20px;
}

.bordered-section::after, .bordered-section-light::after {
    border-bottom: 5px solid;
    bottom: -3px;
    content: "";
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 34px;
}

.bordered-section, .bordered-section-light {
    border-bottom: 1px solid #d7d7d7;
    left: 50%;
    margin: 20px 0 !important;
    position: relative;
    transform: translateX(-50%);
    width: 40%;
}

.bordered-section-light::after  {
    border-bottom: 5px solid #242424 !important;
}

.bordered-section-light{
    border-bottom: 1px solid #d7d7d7;
}

.gray-box {
    background: #f4f4f4 none repeat scroll 0 0 !important;
    padding: 30px 40px 50px !important;
    border: 1px solid #ebebeb !important;
}

.uppercase {
    font-weight: bold;
    text-transform: uppercase;
}

.page-contact-us .fa.fa-mobile-phone {
    font-size: 35px;
    left: 5px;
    margin-right: 15px;
    position: relative;
    top: 4px;
}

.page-contact-us .fa.fa-envelope {
    font-size: 23px;
    margin-right: 10px;
}

.page-contact-us .fa.fa-map-marker {
    font-size: 28px;
    left: 5px;
    margin-right: 15px;
    position: relative;
    top: 4px;
}

.black-links{
    color: #000 !important;
}

.black-links:hover{
    color: #fbd232 !important;
}

.width-full{
    width: 100% !important;
}

.transparent-button {
    background-color: transparent !important;
    border: 1px #d7d7d7 solid !important;    
    color: #111111 !important;
}

.transparent-button:hover {
    background-color: #242424 !important;
    border-color: #242424 !important;
    color: #ffffff !important;
}

.container-button {
    padding: 30px 0;
}

.dark-text {
    color: #242424 !important;
    font-weight: bolder;
}

.column-right {
    float: right;
    margin-left: 2%;
    width: 64%;
}

.page-contact-us .tm_pb_contact_form_input {
    background: #fff none repeat scroll 0 0 !important;
    border: 1px solid #ddd !important;
}

.message-container {
    font-size: 16px;
    padding: 15px 20px 14px !important;
}

.alert-info {
    background-color: #d9edf7;
    border: 1px solid #bce8f1;
    color: #3a87ad;
}

.alert-warning{    
    background-color: #fcf8e3;
    border: 1px solid #fbeed5;
    color: #c09853;
}

.alert-danger {
    background: #f2dede none repeat scroll 0 0;
    border: 1px solid #eed3d7;
    color: #a94442;
}

.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #468847;
}

.alert-warning .message-container, .alert-danger .message-container, .alert-success .message-container, .alert-info .message-container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    max-width: 1200px;
}

.message-container .close {
    background-color: #fff !important;
    background-image: url("../../img/remove-icon-small.png") !important;
    background-position: center center;
    background-repeat: no-repeat !important;
    border-radius: 50%;
    height: 9px;
    opacity: 0.3;
    padding: 15px;
    position: relative;
    top: -2px;
    width: 9px;
    transition: all 0.3s ease 0s;
}

.message-container .close:hover {
    opacity: 0.7;
    transition: all 0.3s ease 0s;
}

.tm_pb_member_position {
    color: #242424;
    margin-bottom: 20px;
    margin-top: 5px !important;
    text-transform: uppercase;
}

.top-panel .social-list {
    margin-bottom: -3px;
}

.form-register-page.gray-box {
    padding: 45px 40px !important;
}

.form-registrate .btn {
    margin-top: 30px;
}

.btn-upload-photos{
    margin-left: 15px;
}
.span-upload-photos {
    margin-left: -8px;
}

p + p {
    margin-top: 20px;
}

.buttons-banners .tm_pb_button {
    height: 135px !important;
    width: 135px !important;
}

.buttons-banners {
    margin-left: 55px !important;;
    margin-top: 0 !important;;
}

.buttons-banners .button-container + div{
    margin-bottom: 0px;
}

.buttons-banners .button-container{
    margin-bottom: 20px;
}

.no-padding{
    padding: 0 !important;
}

.install-type .radio-list label:last-child {
    margin-bottom: 20px;
    padding: 0;
}

.tm_pb_button.services-buttons {
    margin-bottom: -20px;
}

.footer-menu li {
    display: inline-block;
    font-size: 15px;
}

.footer-copyright {
    float: left;
}

.footer-menu {
    float: right;
    vertical-align: middle;
}

.site-footer.default .footer-container {
    display: table;
    width: 100%;
}

.site-info.container {
    display: table;
    width: 100%;
}
.site-info.container a{
    color: #DD472D;
}
.site-info.container a:hover{   
    color: #000;
}

.footer-copyright {
    margin-top: 7px;
}

.footer-services li {
    color: #fff;
    list-style-type: square !important;
    margin-left: 50px !important;
}

.footer-container.invert {
    background: #fff none repeat scroll 0 0;
    color: #000;
}

.services-buttons i {
    color: #242424;
    font-size: 25px;
}

.services-buttons {
    background: transparent none repeat scroll 0 0;    
    border: 2px solid #242424;
    border-radius: 50%;
    display: table;
    height: 55px !important;
    margin-right: 10px;
    padding-top: 14px;
    width: 55px !important;
}

.services-buttons:last-child{
    margin-right: 0;
}

.row.services-buttons-container {
    left: 50%;
    margin-left: -92.5px;
    margin-top: 20px !important;
    position: relative;
    width: 185px;
}
.services-buttons:hover {
    cursor: pointer;
    background: #f2c579 none repeat scroll 0 0;
    border: 2px solid #f2c579;    
    transition: all 0.5s ease-in-out 0s;
}

.bootbox .modal-content {
    display: table;
    left: 50%;
    margin-left: -35%;
    width: 70%;
}

.bootbox .btn.btn-default, .bootbox .btn.btn-primary{
    font-size: 17px !important;
    margin-left: 15px !important;
    padding: 16px 25px 12px !important;
}

.modal-body {
    padding: 20px 30px 15px;
    width: 100%;
}

.display-inline {
    display: inline-flex;
    width: 100%;
}

.display-inline .radio-list, .display-inline .checkbox-list {
    margin-left: 20px;
}

/***
Portlets
***/

.portlet  {
    clear: both;
    margin-top: 0px;
    margin-bottom: 25px;
    padding: 0px;
}

.portlet > .portlet-title {  
    margin-bottom: 15px;
    border-bottom: 1px solid #eee;
}

.portlet > .portlet-title:after,
.portlet > .portlet-title:before {
    content: "";
    display: table;
    line-height: 0;
}

.portlet > .portlet-title:after {
    clear: both;
}

.portlet > .portlet-title > .caption {
    display: inline-block;
    float: left;
    font-size: 18px;
    font-weight: 400;
    margin: 0px 8px 0;
    padding: 0;
}

.portlet > .portlet-title > .caption > i {
    float: left;
    margin-top: 4px;
    display: inline-block !important;
    font-size: 13px;
    margin-right: 5px;
    color: #666;
}

.portlet.blue > .portlet-title > .caption,
.portlet.green > .portlet-title > .caption, 
.portlet.yellow > .portlet-title > .caption,
.portlet.red > .portlet-title > .caption, 
.portlet.purple > .portlet-title > .caption, 
.portlet.grey > .portlet-title > .caption {
    color: #fff;
}

.portlet.box.blue > .portlet-title > .caption > i, 
.portlet.box.green > .portlet-title > .caption > i,
.portlet.box.grey > .portlet-title > .caption > i,
.portlet.box.yellow > .portlet-title > .caption > i, 
.portlet.box.red > .portlet-title > .caption > i,  
.portlet.box.purple > .portlet-title > .caption > i, 
.portlet.box.light-grey > .portlet-title > .caption > i{
    color: #fff;
}

.sortable .portlet > .portlet-title {
    cursor: move;
}

.portlet > .portlet-title > .tools, .portlet > .portlet-title > .actions {
    display: inline-block;
    float: right;
    margin: -3px 10px 5px 0;
    padding: 0;
}

.portlet > .portlet-title > .tools > a {
    display: inline-block;
    height: 16px;
    margin-left:5px;
}

.portlet > .portlet-title > .actions > .dropdown-menu i {
    color: #000 !important;
}

.portlet > .portlet-title > .tools > a.remove {
    margin-bottom: 2px;
    background-image:url(../../img/portlet-remove-icon.png);
    background-repeat: no-repeat;
    width: 11px;
}

.portlet > .portlet-title > .tools > a.config {
    margin-bottom: 2px;
    background-image:url(../../img/portlet-config-icon.png);
    background-repeat: no-repeat;
    width: 12px;
}

.portlet > .portlet-title > .tools > a.reload {
    margin-bottom: 2px;
    background-image:url(../../img/portlet-reload-icon.png);
    width: 13px;
}

.portlet > .portlet-title > .tools > a.expand {
    margin-bottom: 2px;
    background-image:url(../../img/portlet-expand-icon.png);
    width: 14px;
}

.portlet > .portlet-title > .tools > a.collapse {
    margin-bottom: 2px;
    background-image:url(../../img/portlet-collapse-icon.png);
    width: 14px;
}

.portlet > .portlet-title > .tools > a:hover {
    text-decoration: none;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    opacity:.6;  
    filter:'alpha(opacity=60)';
}

.portlet > .portlet-title > .actions > .btn-group {
    margin-top: -13px;
}

.portlet > .portlet-title > .actions > .btn {
    font-size: 12px;
    padding: 5px 15px 3px;
}

.portlet > .portlet-title > .actions > .btn-group > .btn {
    padding: 4px 10px;
    margin-top: -1px;
}

.portlet > .portlet-title > .actions > .btn.btn-sm {
    padding: 3px 8px;
    margin-top: -13px;
}

.portlet > .portlet-title > .actions > .btn-group > .btn-sm {
    padding: 3px 8px;
    margin-top: -1px;
}

.portlet > .portlet-title > .pagination.pagination-sm {
    float: right !important;
    display: inline-block !important;
    margin: 0px;
    margin-top: -4px;
}

.portlet.box {
    padding:0px !important
}

.portlet.box > .portlet-title {  
    padding:8px 10px 2px 10px;
    border-bottom: 1px solid #eee;
    color: #fff !important;
}

.portlet.box > .portlet-title > .tools {
    margin-top: 3px;
}

.portlet.box > .portlet-title > .tools > a.remove, 
.portlet.solid > .portlet-title > .tools > a.remove {
    background-image:url(../../img/portlet-remove-icon-white.png);
}

.portlet.box > .portlet-title > .tools > a.config,
.portlet.solid > .portlet-title > .tools > a.config {
    background-image:url(../../img/portlet-config-icon-white.png);
}

.portlet.box > .portlet-title > .tools > a.reload,
.portlet.solid > .portlet-title > .tools > a.reload {
    background-image:url(../../img/portlet-reload-icon-white.png);
}

.portlet.box > .portlet-title > .tools > a.expand,
.portlet.solid > .portlet-title > .tools > a.expand {
    background-image:url(../../img/portlet-expand-icon-white.png);
}

.portlet.box > .portlet-title > .tools > a.collapse,
.portlet.solid > .portlet-title > .tools > a.collapse {
    background-image:url(../../img/portlet-collapse-icon-white.png);
}

/* portlet buttons */
.portlet.box > .portlet-body {
    background-color: #fff;
    padding: 10px;
}

.portlet.box > .portlet-title {  
    margin-bottom: 0px;
}

.portlet.box.blue > .portlet-title {
    background-color: #4b8df8;
} 

.portlet.box.blue {  
    border: 1px solid #b4cef8;
    border-top: 0;
}

.portlet.box.red > .portlet-title {
    background-color: #e02222;
} 

.portlet.box.red {  
    border: 1px solid #ef8476;
    border-top: 0;
}

.portlet.box.yellow > .portlet-title {
    background-color: #ffb848;
} 

.portlet.box.yellow {  
    border: 1px solid #fccb7e;
    border-top: 0;
}

.portlet.box.green > .portlet-title {
    background-color: #35aa47;
} 

.portlet.box.green {  
    border: 1px solid #77e588;
    border-top: 0;
}

.portlet.box.purple > .portlet-title {
    background-color: #852b99;
} 

.portlet.box.purple {  
    border: 1px solid #af5cc1;
    border-top: 0;
}

.portlet.box.grey > .portlet-title {
    background-color: #555555;
} 

.portlet.box.grey {  
    border: 1px solid #9d9c9c;
    border-top: 0;
}

.portlet.box.light-grey > .portlet-title {
    background-color: #aaa;
} 

.portlet.box.light-grey {  
    border: 1px solid #bbb;
    border-top: 0;
}

/* end portlet */

.form-control .select2-choice {
    border: medium none transparent !important;
}

.chosen-select.form-control, .select2-drop-active, select2-drop{
    border: 1px solid #e3e3e3 !important;
}

.select2-drop-active.select2-drop-above{
    border-color: #e3e3e3 !important;
}

.select2-container .select2-choice .select2-arrow {
    border-left: medium none transparent !important;
}

.checkbox-inline {
    margin-right: 15px;
}

.current_menu_login_item {
    color: #fbd232 !important;
}

.my_requests_services_images {
    border-radius: 50%;
    margin-right: 6px;
    position: relative;
    top: 0px;
    width: 43px;
}

.services-list-request li {
    font-size: 20px !important;
    list-style: outside none none !important;
}

.services-list-request a{
    color: #333 !important;
}

.services-list-request h1, .services-list-request h2{
    text-align: center;
}

.my_request_buttons i {
    /*background: #fbd232 none repeat scroll 0 0;*/
    border-radius: 50%;
    font-size: 18px;
    height: 40px;
    line-height: 42px;
    text-align: center;
    width: 20px;
}

.my_request_buttons i:hover {
    color: #fbd232;
}

.my_request_buttons {
    margin-left: 5px;
}

.my_request_buttons.first{
    margin-left: 15px;
}

.services-list-request {
    background: #efefef none repeat scroll 0 0;
    margin-top: 60px;
    padding: 55px 60px 30px !important;
}

.services-list-request .text-light {
    margin-bottom: 60px;
}

.services-list-request ul {
    margin: 10px 0 60px 30px !important;
}

.inside_painting_section,
.outside_painting_section{
    display: none;
}

/* Datepichers Styles */

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.datepicker table {
    margin: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.datepicker thead tr:first-child th, .datepicker tfoot tr th {
    cursor: pointer;
}

.table-condensed > thead > tr > th, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > tbody > tr > td, .table-condensed > tfoot > tr > td {
    padding: 5px;
}

.datepicker td, .datepicker th {
    text-align: center;
    width: 20px;
    height: 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: none;
}

.datepicker th.datepicker-switch {
    width: 145px;
}

.form-control.date-field {
    width: 70%;
}

.button-field button {
    padding: 17px;
    top: 1px;
    position: relative;
}

.input-group-btn.button-field {
    float: right;
}

.form-control.date-field {
    width: 82%;
    margin-bottom: 30px;
}

.active.day {
    background: #fbd232 !important;
    color: #333 !important;
}

.administration_link a {
    margin-left: 3px;
    text-decoration: none !important;
    color: #fff !important;
}

.administration_link {
    margin-left: 20px;
    display: inline;
}

.administration_link:hover, .administration_link a:hover{
    color: #fbd232 !important;
}

h6 {
    font-size: 25px !important;
}

#tm_builder_outer_content .tm_pb_module li {
    list-style: inside !important;
}

.home-page #tm_builder_outer_content .tm_pb_module h5 {
    color: #333;
}

.page-contact-us br {
    line-height: 50px !important;
}

.viewPhotosForService{
    display: none;
}

.contact-details a:last-child{
    display: table;
    float: right;
    width: 90%;
    margin-bottom: 25px;
    margin-top: 5px;
}
.portlet.box > .portlet-body {
    display: table;
    width: 100%;
    padding: 10px;
}
.margin-top-bottom-10 {
    margin-bottom: 10px;
    margin-top: 10px;
}
img {
    vertical-align: middle;
}
.thumbnail {
    display: block;
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
    margin-right: auto;
    margin-left: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
    border-color: #428bca;
}
.thumbnail .caption {
    padding: 9px;
    color: #333;
}
.delete-icon {
    position: relative;
    right: -5px;
    top: -13px;
}
.download_app {
    float: right;
    margin-top: 67px;
}
#verification_code {
    display: none;
}
