/*
Template Name: Flat Lab Dashboard build with Bootstrap v3.0.2
Template Version: 1.3.0
Author: Mosaddek Hossain
Website: http://thevectorlab.net/
*/

/* Import fonts */
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic);
@font-face {
    font-family: 'FjallaOne-Regular';
    src: url('../fonts/FjallaOne-Regular.eot');
    src: url('../fonts/FjallaOne-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/FjallaOne-Regular.woff') format('woff'),
        url('../fonts/FjallaOne-Regular.ttf') format('truetype'),
        url('../fonts/FjallaOne-Regular.svg#FjallaOne-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'modernpics';
    src: url('../fonts/modernpics.eot');
    src: url('../fonts/modernpics.eot?#iefix') format('embedded-opentype'),
        url('../fonts/modernpics.woff') format('woff'),
        url('../fonts/modernpics.ttf') format('truetype'),
        url('../fonts/modernpics.svg#modernpics') format('svg');
    font-weight: normal;
    font-style: normal;
}
body {
    color: #797979;
    background: #ffffff;
    font-family: 'Open Sans', sans-serif;
    padding: 0px !important;
    margin: 0px !important;
    font-size:14px;
    line-height: 16px;
    overflow-x: hidden;
}

ul li {
    list-style: none;
}
ul, ol{
    margin: 0;
}
a, a:hover, a:focus {
    text-decoration: none;
    outline: none;
}
p{
    margin: 0;
}
::selection {

    background: #FF6C60;
    color: #fff;
}
::-moz-selection {
    background: #FF6C60;
    color: #fff;
}
.row{
    margin: 0;
}
form{
    margin: 0;
    padding: 0;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12{
    padding: 0;
}
.progress-bar-custom{
    background-color:#428BCA;
}
#container {
    width: 100%;
    height: 100%;
    position: absolute;
}
.picto{
    font-family:'modernpics';
    font-size:20px;  
    line-height: 0;
}
/*login page*/

.login-body {
    background-color: #f1f2f7;
}

.form-signin {
    max-width: 330px;
    margin: 100px auto 0;
    background: #fff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
}

.form-signin h2.form-signin-heading {
    margin: 0;
    padding:20px 15px;
    text-align: center;
    /*    background: #41cac0;*/
    background: #58c9f3;
    border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    color: #fff;
    font-size: 25px;
    text-transform: uppercase;
    font-weight: normal;
    font-family: 'Open Sans', sans-serif;
}

.form-signin .checkbox {
    margin-bottom: 14px;
}
.form-signin .checkbox {
    font-weight: normal;
    color: #b6b6b6;
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
}
.form-signin .form-control {
    position: relative;
    font-size: 16px;
    height: auto;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.form-signin .form-control:focus {
    z-index: 2;
}
.form-signin input[type="text"], .form-signin input[type="password"] {
    margin-bottom: 15px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px solid #eaeaea;
    box-shadow: none;
    font-size: 12px;
}

.form-signin .btn-login {
    background: #f67a6e;
    color: #fff;
    text-transform: uppercase;
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
    box-shadow: 0 4px #e56b60;
    margin-bottom: 20px;
}

.form-signin p {
    text-align: center;
    color: #b6b6b6;
    font-size: 16px;
    font-weight: 300;
}

.form-signin a {
    color: #41cac0;
}

.form-signin a:hover {
    color: #b6b6b6;
}

.login-wrap {
    padding: 20px;
}

.login-social-link  {
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 15px;
}

.login-social-link a {
    color: #fff;
    padding: 15px 28px;
    border-radius: 4px;
}

.login-social-link a:hover {
    color: #fff;
}

.login-social-link a i {
    font-size: 20px;
    padding-right: 10px;
}

.login-social-link a.facebook {
    background: #5193ea;
    margin-right: 22px;
    box-shadow: 0 4px #2775e2;
    float:left;
}

.login-social-link a.twitter {
    background: #44ccfe;
    box-shadow: 0 4px #2bb4e8;
    float:left;
}


/*sidebar navigation*/

#sidebar {
    width: 210px;
    height: 100%;
    position: fixed;
    background: #2a3542;
    margin-top: 102px;
}

#sidebar ul li {
    position: relative;
}

#sidebar .sub-menu > .sub li  {
    padding-left: 32px;
}

#sidebar .sub-menu > .sub li:last-child {
    padding-bottom: 10px;
}

/*LEFT NAVIGATION ICON*/
.dcjq-icon {
    height:17px;
    width:17px;
    display:inline-block;
    background: url(../img/nav-expand.png) no-repeat top;
    border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    position:absolute;
    right:10px;
    top:15px;
}
.active .dcjq-icon {
    background: url(../img/nav-expand.png) no-repeat bottom;
    border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
}
/*---*/

.nav-collapse.collapse {
    display: inline;
}

ul.sidebar-menu , ul.sidebar-menu li ul.sub{
    margin: -2px 0 0;
    padding: 0;
}

ul.sidebar-menu {
    margin-top: 75px;
}

#sidebar > ul > li > ul.sub {
    display: none;
}

#sidebar > ul > li.active > ul.sub, #sidebar > ul > li > ul.sub > li > a {
    display: block;
}

ul.sidebar-menu li ul.sub li{
    background: #35404D;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
}

ul.sidebar-menu li ul.sub li:last-child{
    border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
}

ul.sidebar-menu li ul.sub li a {
    font-size: 12px;
    padding: 6px 0;
    line-height: 35px;
    height: 35px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #aeb2b7;
}

ul.sidebar-menu li ul.sub li a:hover, ul.sidebar-menu li ul.sub li.active a {
    color: #FF6C60;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: block;
}

ul.sidebar-menu li{
    /*line-height: 20px !important;*/
    margin-bottom: 5px;
    margin-left:10px;
    margin-right:10px;
}

ul.sidebar-menu li.sub-menu{
    line-height: 15px;
}

ul.sidebar-menu li a span{
    display: inline-block;
}

ul.sidebar-menu li a{
    color: #aeb2b7;
    text-decoration: none;
    display: block;
    padding: 15px 0 15px 10px;
    font-size: 15px;
    outline: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

ul.sidebar-menu li a.active, ul.sidebar-menu li a:hover, ul.sidebar-menu li a:focus {
    background: #35404d;
    color: #fff;
    display: block;
    border-radius: 4px;
    -webkit-border-radius: 4px;

    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}


ul.sidebar-menu li a i {
    font-size: 15px;
    padding-right: 6px;
}

ul.sidebar-menu li a:hover i, ul.sidebar-menu li a:focus i {
    color: #FF6C60;
}

ul.sidebar-menu li a.active i {
    color: #FF6C60;
}


.mail-info, .mail-info:hover {
    margin: -3px 6px 0 0;
    font-size: 11px;
}

/*main content*/

#main-content {
    margin-left: 210px;
}

.header, .footer {
    min-height: 102px;
    padding: 0 15px;
}
#page-common-header>ul>li>a:hover{
    background-color: #3399cc;
    color: #ffffff;
    
}
.header {
    left: 0;
    right: 0;
    z-index: 1002;
    position:fixed;
}

.white-bg {
    background-color: #ffffff;
    border-bottom: 1px solid #c2c2c2;
}

.wrapper {
    display: inline-block;    
    width: 100%;
}

a.logo {
    font-size: 21px;
    color: #2e2e2e;
    float: left;
    text-transform: uppercase;
    margin-top: -10px;
}
a.logo>img{
    height: 80px;
}
a.logo:hover, a.logo:focus {
    text-decoration: none;
    outline: none;
}

a.logo span {
    color: #FF6C60;
}
#header_sign_up{
    margin-left: 10px;
}

/*notification*/

#top_menu .nav > li, ul.top-menu > li {
    float: left;
}

.notify-row {
    float: left;
    margin-top: 15px;
    margin-left: 92px;
}

.notify-row .notification span.label {
    display: inline-block;
    height: 18px;
    width: 20px;
    padding: 5px;
}

ul.top-menu > li > a {
    color: #666666;
    font-size: 16px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    border:1px solid #f0f0f8 !important;
    padding: 2px 6px;
    margin-right: 15px;
}

ul.top-menu > li > a:hover, ul.top-menu > li > a:focus {
    border:1px solid #f0f0f8 !important;
    background-color: #fff!important;
    border-color: #f0f0f8 !important;
    text-decoration: none;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    color: #2E2E2E !important;
}

.notify-row .badge {
    position: absolute;
    right: -10px;
    top: -10px;
    z-index: 100;
}

.dropdown-menu.extended {
    max-width: 300px !important;
    min-width: 160px !important;
    top: 42px;
    width: 235px !important;
    padding: 0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.176) !important;
    border: none !important;
    border-radius: 4px;
    -webkit-border-radius: 4px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    /* Safari and Chrome */
    .dropdown-menu.extended  {
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.176) !important;
    };
}

.dropdown-menu.extended li p {
    background-color: #F1F2F7;
    color: #666666;
    margin: 0;
    padding: 10px;
    border-radius: 4px 4px 0px 0px;
    -webkit-border-radius: 4px 4px 0px 0px;
}

.dropdown-menu.extended li p.green {
    background-color: #a9d86e;
    color: #fff;
}

.dropdown-menu.extended li p.red {
    background-color: #ff6c60;
    color: #fff;
}

.dropdown-menu.extended li p.yellow {
    background-color: #fcb322;
    color: #fff;
}

.dropdown-menu.extended li a {
    border-bottom: 1px solid #EBEBEB !important;
    font-size: 12px;
    list-style: none;
}

.dropdown-menu.extended li a {
    padding: 15px 10px !important;
    width: 100%;
    display: inline-block;
}

.dropdown-menu.extended li a:hover {
    background-color: #F7F8F9 !important;
    color: #2E2E2E;
}

.dropdown-menu.tasks-bar .task-info .desc {
    font-size: 13px;
    font-weight: normal;
}

.dropdown-menu.tasks-bar .task-info .percent {
    display: inline-block;
    float: right;
    font-size: 13px;
    font-weight: 600;
    padding-left: 10px;
    margin-top: -4px;
}

.dropdown-menu.extended .progress {
    margin-bottom: 0 !important;
    height: 10px;
}

.dropdown-menu.inbox li a .photo img {
    border-radius: 2px 2px 2px 2px;
    float: left;
    height: 40px;
    margin-right: 4px;
    width: 40px;
}

.dropdown-menu.inbox li a .subject {
    display: block;
}

.dropdown-menu.inbox li a .subject .from {
    font-size: 12px;
    font-weight: 600;
}

.dropdown-menu.inbox li a .subject .time {
    font-size: 11px;
    font-style: italic;
    font-weight: bold;
    position: absolute;
    right: 5px;
}

.dropdown-menu.inbox li a .message {
    display: block !important;
    font-size: 11px;
}

.top-nav  {
    margin-top: 7px;
}

.top-nav ul.top-menu > li .dropdown-menu.logout {
    width: 268px !important;

}

.top-nav li.dropdown .dropdown-menu {
    float: right;
    right: 0;
    left: auto;
}

.dropdown-menu.extended.logout > li {
    float: left;
    text-align: center;
    width: 33.3%;
}

.dropdown-menu.extended.logout > li:last-child {
    float: left;
    text-align: center;
    width: 100%;
    background: #a9d96c;
    border-radius: 0 0 3px 3px;
}

.dropdown-menu.extended.logout > li:last-child > a, .dropdown-menu.extended.logout > li:last-child > a:hover {
    color: #fff;
    border-bottom: none !important;
    text-transform: uppercase;
}

.dropdown-menu.extended.logout > li:last-child > a:hover > i{
    color: #fff;
}

.dropdown-menu.extended.logout > li > a {
    color: #a4abbb;
    border-bottom: none !important;
}

.full-width .dropdown-menu.extended.logout > li > a:hover {
    background: none !important;
    color: #50c8ea !important;
}

.dropdown-menu.extended.logout > li > a:hover {
    background: none !important;
}

.dropdown-menu.extended.logout > li > a:hover i {
    color: #50c8ea;
}

.dropdown-menu.extended.logout > li > a i {
    font-size: 17px;
}

.dropdown-menu.extended.logout > li > a > i {
    display: block;
}

.top-nav .username {
    font-size: 13px;
    color: #555555;
}

.top-nav ul.top-menu > li > a {
    border: 1px solid #eeeeee;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    padding: 6px;
    background: none;
    margin-right: 0;
}
.top-nav ul.top-menu > li {
    margin-left: 10px;
}

.top-nav ul.top-menu > li > a:hover, .top-nav ul.top-menu > li > a:focus {
    border:1px solid #F1F2F7;
    background: #F1F2F7;

}

.top-nav .dropdown-menu.extended.logout {
    top: 50px;
}

.top-nav .nav .caret {
    border-bottom-color: #A4AABA;
    border-top-color: #A4AABA;
}
.top-nav ul.top-menu > li > a:hover .caret {
    border-bottom-color: #000;
    border-top-color: #000;
}

.log-arrow-up {
    background: url("../img/arrow-up.png") no-repeat;
    width: 20px;
    height: 11px;
    position: absolute;
    right: 20px;
    top: -10px;
}

/*----*/
.navbar-collapse{
    padding-right:0;
}
.notify-arrow {
    border-style: solid;
    border-width: 0 9px 9px;
    height: 0;
    margin-top: 0;
    opacity: 0;
    position: absolute;
    left: 7px;
    top: -18px;
    transition: all 0.25s ease 0s;
    width: 0;
    z-index: 10;
    margin-top: 10px;
    opacity: 1;
}

.notify-arrow-yellow {
    border-color: transparent transparent #FCB322;
    border-bottom-color: #FCB322 !important;
    border-top-color: #FCB322 !important;
}
.notify-arrow-red {
    border-color: transparent transparent #ff6c60;
    border-bottom-color: #ff6c60 !important;
    border-top-color: #ff6c60 !important;
}
.notify-arrow-green {
    border-color: transparent transparent #a9d86e;
    border-bottom-color: #a9d86e !important;
    border-top-color: #a9d86e !important;
}


/*search*/

.search {
    margin-top: 13px ;
    width: 20px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    border: 0;
    box-shadow: none;
    background: url("../img/search-icon.png") no-repeat;
    padding:0 5px 0 35px;
    color: #fff;
    margin-right: 8px;
}
.search:focus {
    margin-top: 13px ;
    width: 110px;
    border: 1px solid #eaeaea;
    box-shadow: none;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    color: #c8c8c8;
    font-weight: 300;
}
.btn-group-justified{
    width:auto;
    float:right;
    margin-top: 13px;
}
.btn-group-justified .btn{
    width:auto;
    font-weight:bold;
}
/*--sidebar toggle---*/

.sidebar-toggle-box {
    float: left;
    padding-right: 15px;
    margin-top: 20px;
}

.sidebar-toggle-box .fa-bars {
    cursor: pointer;
    display: inline-block;
    font-size: 20px;
}


.sidebar-closed > #sidebar > ul {
    display: none;
}

.sidebar-closed #main-content {
    margin-left: 0px;
}

.sidebar-closed #sidebar {
    margin-left: -180px;
}

/*state overview*/

.state-overview .symbol, .state-overview .value {
    display: inline-block;
    text-align: center;
}

.state-overview .value  {
    float: right;

}

.state-overview .value h1, .state-overview .value p  {
    margin: 0;
    padding: 0;
    color: #c6cad6;
}
.state-overview .value p {font-size: 15px;}

.state-overview .value h1 {
    font-weight: 300;
}

.state-overview .symbol i {
    color: #fff;
    font-size: 50px;
}

.state-overview .symbol {
    width: 40%;
    padding: 25px 15px;
    -webkit-border-radius: 4px 0px 0px 4px;
    border-radius: 4px 0px 0px 4px;
}

.state-overview .value {
    width: 58%;
    padding-top: 21px;
}

.state-overview .terques {
    background: #6ccac9;
}

.state-overview .red {
    background: #ff6c60;
}

.state-overview .yellow {
    background: #f8d347;
}

.state-overview .blue {
    background: #57c8f2;
}

/*main chart*/

.border-head h3 {
    border-bottom: 1px solid #c9cdd7;
    margin-top: 0;
    margin-bottom: 20px;
    padding-bottom: 5px;
    font-weight: normal;
    font-size: 18px;
    display: inline-block;
    width: 100%;
    font-weight: 300;
}

.custom-bar-chart {
    height: 290px;
    margin-top: 20px;
    margin-left: 10px;
    position: relative;
    border-bottom: 1px solid #c9cdd7;
}

.custom-bar-chart .bar {
    height: 100%;
    position: relative;
    width: 4.3%;
    margin: 0px 2%;
    float: left;
    text-align: center;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0x;
    border-radius: 5px 5px 0 0;
    z-index: 10;
}

.custom-bar-chart .bar .title {
    position: absolute;
    bottom: -30px;
    width: 100%;
    text-align: center;
    font-size: 12px;
}

.custom-bar-chart .bar .value {
    position: absolute;
    bottom: 0;
    background: #bfc2cd;
    color: #bfc2cd;
    width: 100%;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}



.custom-bar-chart .bar .value:hover {
    background: #e8403f;
    color: #fff;
}

.y-axis {
    color: #555555;
    position: absolute;
    text-align: right;
    width: 100%;
}

.y-axis li {
    border-top: 1px dashed #dbdce0;
    display: block;
    height: 58px;
    width: 100%;
}

.y-axis li:last-child {
    border-top: none;
}

.y-axis li span {
    display: block;
    margin: -10px 0 0 -25px;
    padding: 0 10px;
    width: 40px;
}

.y-axis {
    color: #555555;
    text-align: right;
}




/*spark line*/
.chart {
    display: inline-block;
    text-align: center;
    width: 100%;
}
.chart .heading {
    text-align: left;
}
.chart .heading span {
    display: block;
}
.panel.green-chart .chart-tittle {
    font-size: 16px;
    padding: 15px;
    display: inline-block;
    font-weight:normal;
    background: #99c262;
    width: 100%;
    -webkit-border-radius: 0px 0px 4px 4px;
    border-radius: 0px 0px 4px 4px;
}

#barchart {
    margin-bottom: -15px;
    display: inline-block;
}

.chart-tittle .title {

}

.panel.green-chart .chart-tittle .value {
    float: right;
    color: #c0f080;
}

.panel.green-chart {
    background: #a9d96c;
    color: #fff;
}

.panel.terques-chart {
    background: #41cac0;
    color: #fff;
}

.panel.terques-chart .chart-tittle .value {
    float: right;
    color: #fff;
}

.panel.terques-chart .chart-tittle .value a {
    color: #fff;
    font-size: 12px;
}

.panel.terques-chart .chart-tittle .value a:hover, .panel.terques-chart .chart-tittle .value a.active {
    color: #55f2e7;
    font-size: 12px;
}

.panel.terques-chart .chart-tittle {
    font-size: 16px;
    padding: 15px;
    display: inline-block;
    font-weight:normal;
    background: #39b7ac;
    width: 100%;
    -webkit-border-radius: 0px 0px 4px 4px;
    border-radius: 0px 0px 4px 4px;
}

.inline-block {
    display: inline-block;
}

/**/

.panel-body.chart-texture {
    background: url("../img/chart-texture.jpg");
    -webkit-border-radius: 4px 4px 0px 0px;
    border-radius: 4px 4px 0px 0px;
}


/*personal task*/

.task-thumb {
    width: 90px;
    float: left;
}

.task-thumb img {
    border-radius: 4px;
    -webkit-border-radius: 4px;
}

.task-thumb-details {
    display: inline-block;
    margin: 25px 0 0 10px;
}

.task-progress {
    float: left;
}

.task-thumb-details h1, .task-thumb-details h1 a, .task-progress h1, .task-progress h1 a {
    color: #39b5aa;
    font-size: 18px;
    margin: 0;
    padding: 0;
    font-weight: 400;
}

.task-thumb-details p, .task-progress p {
    padding-top: 5px;
    color: #a4aaba;
}


.personal-task tbody tr td{
    padding: 11px 15px;
    border-color: #eeeff1;
}

.personal-task tbody tr td i {
    font-size: 20px;
    color: #c7cbd4;
}

.personal-task.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
    background-color: #f7f8fc;
}

.personal-task.table-hover > tbody > tr:hover > td i{
    color: #39b5aa;
}

.personal-task > tbody > tr > td:last-child {
    text-align: right;
}

.task-option {
    float: right;
}

.task-option select{
    height: 35px;
    border: 1px solid #eaeaea;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    padding: 8px;
    color: #a4abbb;
}

.progress-panel {
    padding-bottom: 5px;
}

/*badge*/

.badge.bg-primary {
    background: #8075c4;
}

.badge.bg-success {
    background: #a9d86e;
}

.badge.bg-warning {
    background: #FCB322;
}

.badge.bg-important {
    background: #ff6c60;
}

.badge.bg-info {
    background: #41cac0;
}

.badge.bg-inverse {
    background: #2A3542;
}


/*timeline*/

.timeline {
    border-collapse: collapse;
    border-spacing: 0;
    display: table;
    position: relative;
    table-layout: fixed;
    width: 100%;
}

.timeline:before {
    background-color: #C7CBD6;
    bottom: 0px;
    content: "";
    left: 50%;
    position: absolute;
    top: 0;
    width: 2px;
    z-index: 0;
}

h3.timeline-title {
    margin: 0;
    color: #C8CCD7;
    font-size: 20px;
    font-weight: 400;
    margin: 0 0 5px;
    text-transform: uppercase;
}

.t-info {
    color: #C8CCD7;
}

.timeline-item:before, .timeline-item.alt:after {
    content: "";
    display: block;
    width: 50%;
}

.timeline-item {
    display: table-row;
}

.timeline-desk {
    display: table-cell;
    vertical-align: top;
    width: 50%;
}

.timeline-desk h1 {
    font-size: 16px;
    font-weight: 300;
    margin: 0 0 5px;
}

.timeline-desk .panel {
    display: block;
    margin-left: 25px;
    position: relative;
    text-align: left;
    background: #F4F4F4;
}

.timeline-item .timeline-desk .arrow {
    border-bottom: 8px solid transparent;
    border-top: 8px solid transparent;
    display: block;
    height: 0;
    left: -7px;
    position: absolute;
    top: 13px;
    width: 0;
}
.timeline-item .timeline-desk .arrow {
    border-right: 8px solid #F4F4F4 !important;
}

.timeline-item.alt .timeline-desk .arrow-alt {
    border-bottom: 8px solid transparent;
    border-top: 8px solid transparent;
    display: block;
    height: 0;
    right: -7px;
    position: absolute;
    top: 13px;
    width: 0;
    left: auto;
}

.timeline-item.alt .timeline-desk .arrow-alt {
    border-left: 8px solid #F4F4F4 !important;
}

.timeline .timeline-icon {
    left: -30px;
    position: absolute;
    top: 15px;
}

.timeline .timeline-icon {
    background: #C7CBD6;
    box-shadow: 0 0 0 3px #C7CBD6;
}

.timeline-desk span a {
    text-transform: uppercase;
}

.timeline-desk h1.red, .timeline-desk span a.red {
    color: #EF6F66;
}

.timeline-desk h1.green, .timeline-desk span a.green  {
    color: #39B6AE;
}
.timeline-desk h1.blue, .timeline-desk span a.blue {
    color: #56C9F5;
}
.timeline-desk h1.purple, .timeline-desk span a.purple {
    color: #8074C6;
}
.timeline-desk h1.light-green, .timeline-desk span a.light-green {
    color: #A8D76F;
}

.timeline .timeline-icon.red {
    background: #EF6F66;
    box-shadow: 0 0 0 3px #EF6F66;
}

.timeline .timeline-icon.green {
    background: #39B6AE;
    box-shadow: 0 0 0 3px #39B6AE;
}

.timeline .timeline-icon.blue {
    background: #56C9F5;
    box-shadow: 0 0 0 3px #56C9F5;
}

.timeline .timeline-icon.purple {
    background: #8074C6;
    box-shadow: 0 0 0 3px #8074C6;
}

.timeline .timeline-icon.light-green {
    background: #A8D76F;
    box-shadow: 0 0 0 3px #A8D76F;
}

.timeline .timeline-icon {
    border: 3px solid #FFFFFF;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    display: block;
    height: 12px;
    width: 12px;
}

.timeline-item.alt .timeline-icon {
    left: auto;
    right: -32px;
}

.timeline .time-icon:before {
    font-size: 16px;
    margin-top: 5px;
}
.timeline .timeline-date {
    left: -200px;
    position: absolute;
    text-align: right;
    top: 12px;
    width: 150px;
}

.timeline-desk h5 span {
    color: #999999;
    display: block;
    font-size: 12px;
    margin-bottom: 4px;
}


.timeline-item.alt:before {
    display: none;
}
.timeline-item:before, .timeline-item.alt:after {
    content: "";
    display: block;
    width: 50%;
}

.timeline-desk p {
    font-size: 12px;
    margin-bottom: 0;
}

.timeline-desk a {
    color: #EF6F66;
}

.timeline-desk .panel {
    margin-bottom: 5px;
}

.timeline-desk .album {
    margin-top: 20px;
}

.timeline-desk .album a {
    margin-right: 5px;
    float: left;
}

.timeline-desk .notification {
    background: none repeat scroll 0 0 #FFFFFF;
    margin-top: 20px;
    padding: 8px;
}


.timeline-item.alt .panel {
    margin-left: 0;
    margin-right: 25px;
}

.timeline-item.alt .timeline-date {
    left: auto;
    right: -200px;
    text-align: left;
}

.mbot30 {
    margin-bottom: 30px;
}

/*---revenue----*/

.revenue-head {
    background: #ff6c60;
    -webkit-border-radius: 4px 4px 0px 0px;
    border-radius: 4px 4px 0px 0px;
    color: #fff;
    line-height: 50px;
}

.revenue-head span {
    background: #e56155;
    padding: 16px;
    -webkit-border-radius: 4px 0px 0px 0px;
    border-radius: 4px 0px 0px 0px;
}

.revenue-head span i {
    font-size: 18px;
}

.revenue-head h3 {
    display: inline;
    padding: 0 10px;
    font-size: 16px;
    font-weight: 300;
}

.revenue-head span.rev-combo {
    background: #e56155;
    padding: 16px;
    line-height: normal;
    -webkit-border-radius: 0px 4px 0px 0px;
    border-radius: 0px 4px 0px 0px;
}

/*easy pie chart*/

.easy-pie-chart {
    display: inline-block;
    padding: 30px 0;
}

.chart-info, .chart-info .increase, .chart-info .decrease {
    display: inline-block;
}

.chart-info {
    width: 100%;
    margin-bottom:5px;
}

.chart-position {
    margin-top: 70px;
}

.chart-info span {
    margin: 0 3px;
}

.chart-info .increase {
    background: #ff6c60;
    width: 10px;
    height: 10px;
}

.chart-info .decrease {
    background: #f2f2f2;
    width: 10px;
    height: 10px;
}

.panel-footer.revenue-foot {
    background-color: #e6e7ec;
    -webkit-border-radius: 0px 0px 4px 4px;
    border-radius: 0px 0px 4px 4px;
    border: none;
    padding: 0;
    width: 100%;
    display: inline-block;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    /* Safari and Chrome */
    .panel-footer.revenue-foot {
        margin-bottom: -4px;
    };
}


.panel-footer.revenue-foot ul  {
    margin: 0;
    padding: 0;
    width: 100%;
    display: inline-flex;
}

.panel-footer.revenue-foot ul li {
    float: left;
    width: 33.33%;
}

.panel-footer.revenue-foot ul li.first a:hover, .panel-footer.revenue-foot ul li.first a {
    -webkit-border-radius: 0px 0px 0px 4px;
    border-radius: 0px 0px 0px 4px;
}

.panel-footer.revenue-foot ul li.last a:hover, .panel-footer.revenue-foot ul li.last a {
    -webkit-border-radius: 0px 0px 4px 0px;
    border-radius: 0px 0px 4px 0px;
    border-right: none;

}

.panel-footer.revenue-foot ul li a{
    display: inline-block;
    width: 100%;
    padding: 14px 15px;
    text-align: center;
    border-right: 1px solid #d5d8df;
    color: #797979;
}

.panel-footer.revenue-foot ul li a:hover, .panel-footer.revenue-foot ul li.active a {
    background: #fff;
    position: relative;
}

.panel-footer.revenue-foot ul li a i {
    color: #c6cad5;
    display: block;
    font-size: 16px;
}
.panel-footer.revenue-foot ul li a:hover i, .panel-footer.revenue-foot ul li.active a i {
    color: #ff6c60;
    display: block;
    font-size: 16px;
}

/*flatlab carousel model*/

.flat-carousal {
    background: #58c9f3;
    -webkit-border-radius: 4px 4px 0px 0px;
    border-radius: 4px 4px 0px 0px;
    padding: 10px;
    color: #fff;
    position: relative;
}

.flat-carousal h1 {
    text-align: center;
    font-size: 16px;
    margin: 30px 20px;
    line-height: 20px;
    font-weight: 300;
    font-style: italic;
}

a.view-all {
    color: #fff;
    background: rgba(0,0,0,0.1);
    padding: 8px 15px;
    text-align: center;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    margin-bottom: 18px;
    display: inline-block;
    text-transform: uppercase;
    font-size: 12px;
}

ul.ft-link {
    margin: 0;
    padding: 0;
}

ul.ft-link li {
    border-right: 1px solid #E6E7EC;
    display: inline-block;
    line-height: 30px;
    margin: 8px 0;
    text-align: center;
    width: 24%;
}

ul.ft-link li a {
    color: #74829c;
    text-transform: uppercase;
    font-size: 12px;
}

ul.ft-link li a:hover, ul.ft-link li.active a {
    color: #58c9f3;
}

ul.ft-link li:last-child {
    border-right: none;
}

ul.ft-link li a i {
    display: block;
}


#owl-demo .item img{
    display: block;
    width: 100%;
    height: auto;
}

.owl-buttons {
    position: absolute;
    top: 70px;
    width: 100%;

}

.owl-prev, .owl-next {
    position: absolute;
}

.owl-next {
    right: 0;
}

.owl-buttons .owl-prev {
    text-indent: -9999px;
    background: url("../img/left-arrow.png") no-repeat;
    width: 6px;
    height: 10px;
    display: inline-block;
}

.owl-buttons .owl-next {
    text-indent: -9999px;
    background: url("../img/right-arrow.png") no-repeat;
    width: 6px;
    height: 10px;
    display: inline-block;
}

/*product post*/

.post-wrap aside {
    display: table-cell;
    float: none;
    height: 100%;
    padding: 0;
    vertical-align: top;
}

.pro-box {
    border-collapse: collapse;
    border-spacing: 0;
    display: table;
    table-layout: fixed;
    width: 100%;
}
.post-info {
    position: relative;
}

.arrow-pro.right:after {
    border-left-color: #FFFFFF;
    border-right-width: 0;
    top: 85px;
    content: " ";
}

.arrow-pro.left:after {
    border-right-color: #FFFFFF;
    border-left-width: 0;
    top: 80px;
    content: " ";
}

.arrow-pro.left {
    left: -8px;
}

.arrow-pro:after {
    border-width: 7px;
    content: "";
}

.arrow-pro, .arrow-pro:after {
    border-color: rgba(0, 0, 0, 0);
    border-style: solid;
    display: block;
    height: 0;
    position: absolute;
    width: 0;
    right: -5px;

}

.post-highlight.yellow {
    background: #f8d347;
    border-radius: 0px 4px 4px 0px;
    -webkit-border-radius: 0px 4px 4px 0px;
}

.post-highlight.terques {
    background: #41cac0;
    border-radius: 4px 0px 0px 04px;
    -webkit-border-radius: 4px 0px 0px 04px;
}

.post-info h1 {
    margin: 0;
    font-size: 18px;
    color: #a19899;
    font-weight: 300;
}

.post-highlight.terques h2 {
    font-size: 16px;
    color: #fff;
    font-style: italic;
    padding: 0 20px;
    line-height: 22px;
    margin: 0;
    font-weight: 300;
}

.post-highlight.terques h2 span, .post-highlight.terques h2 a {
    color: #92faf3;
}

.post-info h1 strong {
    text-transform: uppercase;
    color: #937b7b;
}

.post-info .desk {
    display: inline-block;
}

.post-info .desk  h3{
    font-size: 16px;
}

.post-info .desk.yellow h3 {
    color:#f8d347 ;
}

.post-btn {

}

.post-btn a {
    float: left;
    margin-right: 8px;
    font-size: 18px;
    color: #9a9a9a;
}

.post-btn a:hover {
    color: #727272;
}

.pro-thumb {
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    border: 10px solid rgba(256,256,256,0.4);
}

.pro-thumb img{
    text-align: center;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    -webkit-border-radius: 50%;

}

.v-align {
    vertical-align: middle !important;
}

.twite h1 {
    margin: 50px 0;
}


.social-footer {
    display: inline;
    text-align: center;
}

.social-footer ul {
    text-align: center;
    margin: 0;
    padding: 0;
}

.social-footer ul li {
    display: inline-block;
    margin: 0 20px;
}

.social-footer ul li a {
    font-size: 25px;
    color: #ceced0;
}

.social-footer ul li a:hover i.fa-facebook, .social-footer ul li.active a i.fa-facebook {
    color: #486eac;
}

.social-footer ul li a:hover i.fa-twitter, .social-footer ul li.active a i.fa-twitter {
    color: #58c9f3;
}

.social-footer ul li a:hover i.fa-google-plus, .social-footer ul li.active a i.fa-google-plus {
    color: #4a4a4a;
}

.social-footer ul li a:hover i.fa-pinterest, .social-footer ul li.active a i.fa-pinterest {
    color: #d1282d;
}

/*pie chart */

.pie-foot {
    background: #6b6b6b;
    padding: 18px 15px;
    color: #fff;
    border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
    text-align: center;
    font-size: 16px;
    font-weight: 300;
}

/*follower*/

.follower {
    background: #01a89e;
    color: #fff;
    text-align: center;
    border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
}

.follower-foot {
    padding: 8px 5px 5px 5px;
    color: #757575;
    border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
    font-weight: 300;
}

.follower-foot ul {
    padding: 0;
    margin: 0;
}
.follower-foot ul li{
    display: inline-block;
    text-align: center;
    width: 48%;
    line-height: normal;
}

.follower-foot ul li h5{
    margin: 5px 0 0 0;
}

.follower h4 {
    margin: 0 0 10px 0;
    font-size: 15px;
    font-weight: 300;
}

.follow-ava {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    border: 5px solid #18b2a6;
    display: inline-block;
}

.follower img {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    width: 62px;
    height: 62px;
    /*display: inline-block;*/
}

/*weather*/

.weather-bg {
    background: #8175c7;
    border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-weight: 300;
}

.weather-bg i {
    font-size: 60px;
    display: block;
}

.weather-bg .degree {
    font-size: 60px;
}

.weather-category {
    padding: 15px 0;
    color: #74829C;
}

.weather-category ul {
    padding:0;
    margin: 0;
    display: inline-block;
    width: 100%;
}

.weather-category ul li {
    display: inline-block;
    width: 32%;
    text-align: center;
    border-right:1px solid #e6e6e6 ;
    display: inline-block;
}

.weather-category ul li h5 {
    margin: 0 0 5px 0;
    text-transform: uppercase;
    font-weight: 300;
}

.weather-category ul li a {

}

.weather-category ul li:last-child  {
    border-right:none ;
}

/*fontawesome*/

.fontawesome-icon-list h2 {
    margin-top: 0;
    font-size: 20px;
    font-weight: 300;
}

.fontawesome-icon-list .col-sm-4, .fontawesome-icon-list .col-md-3, .fontawesome-icon-list .col-xs-6 {
    margin-bottom: 10px;
}

.fontawesome-icon-list .page-header {
    border-bottom: 1px solid #C9CDD7;
}

.fontawesome-icon-list a {
    color: #797979;
}

.fontawesome-icon-list a:hover{
    color: #35404D;
}

.fontawesome-icon-list i {
    font-size: 16px;
    padding-right: 10px;
}

#web-application, #text-editor, #directional, #video-player, #brand, #medical, #currency {
    margin-top: 10px;
}

/*mail inbox*/

.mail-box {
    border-collapse: collapse;
    border-spacing: 0;
    display: table;
    table-layout: fixed;
    width: 100%;
}

.mail-box aside {
    display: table-cell;
    float: none;
    height: 100%;
    padding: 0;
    vertical-align: top;
}

.mail-box .sm-side {
    width: 25%;
    background: #e5e8ef;
    border-radius: 4px 0 0 4px;
    -webkit-border-radius: 4px 0 0 4px;
}
.mail-box .lg-side {
    width: 75%;
    background: #fff;
    border-radius: 0px 4px 4px 0;
    -webkit-border-radius: 0px 4px 4px 0;
}

.mail-box .sm-side .user-head {
    background: #00a8b3;
    border-radius: 4px 0px 0px 0;
    -webkit-border-radius: 4px 0px 0px 0;
    padding: 10px;
    color: #fff;
    min-height: 80px;
}

.user-head .inbox-avatar {
    width: 65px;
    float: left;
}

.user-head .inbox-avatar img {
    border-radius: 4px;
    -webkit-border-radius: 4px;
}
.user-head .user-name {
    display: inline-block;
    margin:0 0 0 10px;
}

.user-head .user-name h5 {
    font-size: 14px;
    margin-top: 15px;
    margin-bottom: 0;
    font-weight: 300;
}
.user-head .user-name h5 a {
    color: #fff;
}

.user-head .user-name span a {
    font-size: 12px;
    color: #87e2e7;
}

a.mail-dropdown {
    background: #80d3d9;
    padding:3px 5px;
    font-size: 10px;
    color: #01a7b3;
    border-radius: 2px;
    margin-top: 20px;
}

.inbox-body {
    padding: 20px;
}

.btn-compose {
    background: #ff6c60;
    padding: 12px 0;
    text-align: center;
    width: 100%;
    color: #fff;
}
.btn-compose:hover {
    background: #f5675c;
    color: #fff;
}

ul.inbox-nav  {
    display: inline-block;
    width: 100%;
    margin: 0;
    padding: 0;
}

.inbox-divider {
    border-bottom: 1px solid #d5d8df;
}

ul.inbox-nav li {
    display: inline-block;
    line-height: 45px;
    width: 100%;
}

ul.inbox-nav li a  {
    color: #6a6a6a;
    line-height: 45px;
    width: 100%;
    display: inline-block;
    padding: 0 20px;
}

ul.inbox-nav li a:hover, ul.inbox-nav li.active a, ul.inbox-nav li a:focus  {
    color: #6a6a6a;
    background: #d5d7de;
}

ul.inbox-nav li a i {
    padding-right: 10px;
    font-size: 16px;
    color: #6a6a6a;
}

ul.inbox-nav li a span.label {
    margin-top: 13px;
}

ul.labels-info li h4 {
    padding-left:15px;
    padding-right:15px;
    padding-top: 5px;
    color: #5c5c5e;
    font-size: 13px;
    text-transform: uppercase;
}

ul.labels-info li  {
    margin: 0;
}

ul.labels-info li a {
    color: #6a6a6a;
    border-radius: 0;
}

ul.labels-info li a:hover, ul.labels-info li a:focus {
    color: #6a6a6a;
    background: #d5d7de;
}

ul.labels-info li a i {
    padding-right: 10px;
}

.nav.nav-pills.nav-stacked.labels-info p {
    margin-bottom: 0;
    padding: 0 22px;
    color: #9d9f9e;
    font-size: 11px;
}

.inbox-head {
    padding:20px;
    background: #41cac0;
    color: #fff;
    border-radius: 0 4px 0 0;
    -webkit-border-radius: 0 4px 0 0;
    min-height: 80px;
}

.inbox-head  h3 {
    margin: 0;
    display: inline-block;
    padding-top: 6px;
    font-weight: 300;
}

.inbox-head  .sr-input {
    height: 40px;
    border: none;
    box-shadow: none;
    padding: 0 10px;
    float: left;
    border-radius: 4px 0 0 4px;
    color: #8a8a8a;
}
.inbox-head  .sr-btn {
    height: 40px;
    border: none;
    background: #00a6b2;
    color: #fff;
    padding: 0 20px;
    border-radius: 0 4px 4px 0;
    -webkit-border-radius: 0 4px 4px 0;
}

.table-inbox {
    border: 1px solid #d3d3d3;
    margin-bottom: 0;
}

.table-inbox tr td{
    padding: 12px !important;
}

.table-inbox tr td:hover{
    cursor: pointer;
}

.table-inbox tr td .fa-star.inbox-started ,.table-inbox tr td .fa-star:hover{
    color: #f78a09;
}

.table-inbox tr td .fa-star{
    color: #d5d5d5;
}

.table-inbox tr.unread td {
    font-weight: 600;
    background: #f7f7f7;
}

ul.inbox-pagination  {
    float: right;
}

ul.inbox-pagination li {
    float: left;
}

.mail-option {
    display: inline-block;
    margin-bottom: 10px;
    width: 100%;
}

.mail-option .chk-all, .mail-option .btn-group {
    margin-right: 5px;
}

.mail-option .chk-all, .mail-option .btn-group a.btn {
    border: 1px solid #e7e7e7;
    padding: 5px 10px;
    display: inline-block;
    background: #fcfcfc;
    color: #afafaf;
    border-radius: 3px !important;
    -webkit-border-radius: 3px !important;
}
.inbox-pagination a.np-btn  {
    border: 1px solid #e7e7e7;
    padding: 5px 15px;
    display: inline-block;
    background: #fcfcfc;
    color: #afafaf;
    border-radius: 3px !important;
    -webkit-border-radius: 3px !important;
}

.mail-option .chk-all input[type=checkbox] {
    margin-top: 0;
}

.mail-option .btn-group a.all {
    padding: 0;
    border: none;
}

.inbox-pagination a.np-btn {
    margin-left: 5px;
}

.inbox-pagination li span {
    display: inline-block;
    margin-top: 7px;
    margin-right: 5px;
}

.fileinput-button {
    border: 1px solid #e6e6e6;
    background: #eeeeee;
}

.inbox-body .modal .modal-body input, .inbox-body .modal .modal-body textarea{
    border: 1px solid #e6e6e6;
    box-shadow: none;
}

.btn-send, .btn-send:hover {
    background: #00A8B3;
    color: #fff;
}

.btn-send:hover {
    background: #009da7;
}

.modal-header h4.modal-title {
    font-weight: normal;
    font-family: 'Open Sans', sans-serif;
    font-size: 25px;

}

.modal-body label {
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
}


/*404 page*/

.body-404 {
    background: #18d4cb;
    color: #fff;
}

.error-wrapper {
    text-align: center;
    margin-top: 10%;
}

.error-wrapper .icon-404{
    background: url("../img/404_icon.png") no-repeat;
    width: 289px;
    height: 274px;
    display: inline-block;
    margin-left: 30px;
}


.error-wrapper h1 {
    font-size: 90px;
    font-weight: 300;
    margin: -50px 0 0 0;
}

.error-wrapper h2 {
    font-size: 20px;
    font-weight: 300;
    margin: 0 0 30px 0;
}

.error-wrapper p, .error-wrapper p a {
    font-size: 18px;
    font-weight: 300;
}

.error-wrapper p.page-404  {
    color: #7dfff7;
}

.error-wrapper p.page-404 a, .error-wrapper p.page-500 a,  .error-wrapper p.page-404 a:hover, .error-wrapper p.page-500 a:hover {
    color: #fff;
}


/*500 page*/

.body-500 {
    background: #8075c6;
    color: #fff;
}

.error-wrapper p.page-500 {
    color: #afa5f1;
}

.error-wrapper .icon-500{
    background: url("../img/500_icon.png") no-repeat;
    width: 289px;
    height: 274px;
    display: inline-block;
    margin-left: 55px;
}

/*profile*/

.profile-nav .user-heading {
    background: #ff766c;
    color: #fff;
    border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    padding: 30px;
    text-align: center;
}

.profile-nav .user-heading.round a  {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    border: 10px solid rgba(256,256,256,0.3);
    display: inline-block;
}

.profile-nav .user-heading a img {
    width: 112px;
    height: 112px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
}

.profile-nav .user-heading h1 {
    font-size: 25px;
    font-weight: 300;
    margin-bottom: 5px;
}

.profile-nav .user-heading p {
    font-size: 15px;
}

.profile-nav ul {
    margin-top: 1px;
}

.profile-nav ul > li {
    border-bottom: 1px solid #ebeae6;
    margin-top: 0;
    line-height: 30px;
}

.profile-nav ul > li:last-child {
    border-bottom: none;
}

.profile-nav ul > li > a {
    border-radius: 0;
    -webkit-border-radius: 0;
    color: #89817f;
    border-left: 5px solid #fff;
}

.profile-nav ul > li > a:hover, .profile-nav ul > li > a:focus, .profile-nav ul li.active  a {
    background: #f8f7f5 !important;
    border-left: 5px solid #ff766c;
    color: #89817f !important;
}

.profile-nav ul > li:last-child > a:last-child {
    border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
}

.profile-nav ul > li > a > i{
    font-size: 16px;
    padding-right: 10px;
    color: #bcb3aa;
}

.r-activity {
    margin: 6px 0 0;
    font-size: 12px;
}


.p-text-area, .p-text-area:focus {
    border: none;
    font-weight: 300;
    box-shadow: none;
    color: #c3c3c3;
    font-size: 16px;
}

.profile-info .panel-footer {
    background-color:#f8f7f5 ;
    border-top: 1px solid #e7ebee;
}

.profile-info .panel-footer ul li a {
    color: #7a7a7a;
}

.bio-graph-heading {
    background: #41cac0;
    color: #fff;
    text-align: center;
    font-style: italic;
    padding: 40px 110px;
    border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    font-size: 16px;
    font-weight: 300;
}

.bio-graph-info {
    color: #89817e;
}

.bio-graph-info h1 {
    font-size: 22px;
    font-weight: 300;
    margin: 0 0 20px;
}

.bio-row {
    width: 50%;
    float: left;
    margin-bottom: 10px;
    padding:0 15px;
}

.bio-row p span {
    width: 100px;
    display: inline-block;
}

.bio-chart, .bio-desk {
    float: left;
}

.bio-chart {
    width: 40%;
}

.bio-desk {
    width: 60%;
}

.bio-desk h4 {
    font-size: 15px;
    font-weight:400;
}

.bio-desk h4.terques {
    color: #4CC5CD;
}

.bio-desk h4.red {
    color: #e26b7f;
}

.bio-desk h4.green {
    color: #97be4b;
}

.bio-desk h4.purple {
    color: #caa3da;
}

.file-pos {
    margin: 6px 0 10px 0;
}

.profile-activity h5 {
    font-weight: 300;
    margin-top: 0;
    color: #c3c3c3;
}

.summary-head {
    background: #ee7272;
    color: #fff;
    text-align: center;
    border-bottom: 1px solid #ee7272;
}

.summary-head h4 {
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.summary-head p {
    color: rgba(256,256,256,0.6);
}

ul.summary-list {
    display: inline-block;
    padding-left:0 ;
    width: 100%;
    margin-bottom: 0;
}

ul.summary-list > li {
    display: inline-block;
    width: 19.5%;
    text-align: center;
}

ul.summary-list > li > a > i {
    display:block;
    font-size: 18px;
    padding-bottom: 5px;
}

ul.summary-list > li > a {
    padding: 10px 0;
    display: inline-block;
    color: #818181;
}

ul.summary-list > li  {
    border-right: 1px solid #eaeaea;
}

ul.summary-list > li:last-child  {
    border-right: none;
}

.activity {
    width: 100%;
    float: left;
    margin-bottom: 10px;
}

.activity.alt {
    width: 100%;
    float: right;
    margin-bottom: 10px;
}

.activity span {
    float: left;
}

.activity.alt span {
    float: right;
}
.activity span, .activity.alt span {
    width: 45px;
    height: 45px;
    line-height: 45px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    background: #eee;
    text-align: center;
    color: #fff;
    font-size: 16px;
}

.activity.terques span {
    background: #8dd7d6;
}

.activity.terques h4 {
    color: #8dd7d6;
}
.activity.purple span {
    background: #b984dc;
}

.activity.purple h4 {
    color: #b984dc;
}
.activity.blue span {
    background: #90b4e6;
}

.activity.blue h4 {
    color: #90b4e6;
}
.activity.green span {
    background: #aec785;
}

.activity.green h4 {
    color: #aec785;
}

.activity h4 {
    margin-top:0 ;
    font-size: 16px;
}

.activity p {
    margin-bottom: 0;
    font-size: 13px;
}

.activity .activity-desk i, .activity.alt .activity-desk i {
    float: left;
    font-size: 18px;
    margin-right: 10px;
    color: #bebebe;
}

.activity .activity-desk {
    margin-left: 70px;
    position: relative;
}

.activity.alt .activity-desk {
    margin-right: 70px;
    position: relative;
}

.activity.alt .activity-desk .panel {
    float: right;
    position: relative;
}

.activity-desk .panel {
    background: #F4F4F4 ;
    display: inline-block;
}


.activity .activity-desk .arrow {
    border-right: 8px solid #F4F4F4 !important;
}
.activity .activity-desk .arrow {
    border-bottom: 8px solid transparent;
    border-top: 8px solid transparent;
    display: block;
    height: 0;
    left: -7px;
    position: absolute;
    top: 13px;
    width: 0;
}

.activity-desk .arrow-alt {
    border-left: 8px solid #F4F4F4 !important;
}

.activity-desk .arrow-alt {
    border-bottom: 8px solid transparent;
    border-top: 8px solid transparent;
    display: block;
    height: 0;
    right: -7px;
    position: absolute;
    top: 13px;
    width: 0;
}

.activity-desk .album {
    display: inline-block;
    margin-top: 10px;
}

.activity-desk .album a{
    margin-right: 10px;
}

.activity-desk .album a:last-child{
    margin-right: 0px;
}

/*invoice*/

.invoice-list  {
    margin-bottom: 30px;
}

.invoice-list h4 {
    font-weight: 300;
    font-size: 16px;
}

.invoice-block {
    text-align: right;
}

ul.amounts li {
    background: #f5f5f5;
    margin-bottom: 5px;
    padding: 10px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    font-weight: 300;
}

.invoice-btn a{
    font-weight: 300;
    margin: 0 5px;
    font-size: 16px;
}

.corporate-id {
    margin-bottom: 30px;
}

/*panel heading color*/

.panel-primary > .panel-heading.navyblue {
    background-color: #2A3542;
    border-color: #2A3542;
    color: #FFFFFF;
}

/*table*/

.table-advance tr td {
    vertical-align: middle !important;
}

.no-border {
    border-bottom: none;
}

.dataTables_length , .dataTables_filter{
    padding:15px;
}
.dataTables_info{
    padding:0 15px;
}

.dataTables_filter {
    float: right;
}

.dataTables_length select {
    width: 65px;
    padding:5px 8px;
}

.dataTables_length label, .dataTables_filter label {
    font-weight: 300;
}

.dataTables_filter label {
    width: 100%;
}

.dataTables_filter label input {
    width: 78%;
}

.border-top {
    border-top: 1px solid #ddd;
}

.dataTables_paginate.paging_bootstrap.pagination li {
    float: left;
    margin: 0 1px;
    border: 1px solid #ddd;
    border-radius: 3px;
    -webkit-border-radius: 3px;
}

.dataTables_paginate.paging_bootstrap.pagination li.disabled a{
    color: #c7c7c7;
}
.dataTables_paginate.paging_bootstrap.pagination li a{
    color: #797979;
    padding: 5px 10px;
    display: inline-block;
}

.dataTables_paginate.paging_bootstrap.pagination li:hover a, .dataTables_paginate.paging_bootstrap.pagination li.active a{
    color: #797979;
    background: #eee;
    border-radius: 3px;
    -webkit-border-radius: 3px;
}

.dataTables_paginate.paging_bootstrap.pagination {
    float: right;
    margin-top: -5px;
    margin-bottom: 15px;

}

.dataTable tr:last-child {
    border-bottom: 1px solid #ddd;
}

/*calender*/

.has-toolbar.fc {
    margin-top: 50px;
}

.fc-header-title {
    display: inline-block;
    margin-top: -50px;
    vertical-align: top;
}

.fc-view {
    margin-top: -50px;
    overflow: hidden;
    width: 100%;
}

.fc-state-default, .fc-state-default .fc-button-inner {
    background: #F3F3F3 !important;
    border-color: #DDDDDD;
    border-style: none solid;
    color: #646464;
}

.fc-state-active, .fc-state-active .fc-button-inner,
.fc-state-hover, .fc-state-hover .fc-button-inner{
    background:  #FF6C60 !important;
    color: #fff !important;
}

.fc-event-skin {
    background-color: #6883a3 !important;
    border-color: #6883a3 !important;
    color: #FFFFFF !important;
}

.fc-grid th {
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #F3F3F3 !important;
}

.fc-header-title h2 {
    font-size: 20px !important;
    color: #C8CCD7;
    font-weight: 300;
}

.external-event {
    cursor: move;
    display: inline-block !important;
    margin-bottom: 6px !important;
    margin-right: 6px !important;
    padding: 8px;
}

#external-events p input[type="checkbox"]{
    margin: 0;
}

.drg-event-title {
    font-weight: 300;
    margin-top: 0;
    margin-bottom: 15px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}

.fc-content .fc-event {
    border-radius:4px;
    webkit-border-radius:4px;
    padding: 4px 6px;
}

.fc-corner-left {
    border-radius: 4px 0 0 4px;
    -webkit-border-radius: 4px 0 0 4px;
}

.fc-corner-right {
    border-radius: 0 4px 4px 0;
    -webkit-border-radius: 0 4px 4px 0;
}

.drp-rmv {
    padding-top: 10px;
    margin-top: 10px;
}


/*button*/

.btn-row {
    margin-bottom: 10px;
}

/*tabs*/

.tab-head {
    background: #7087a3;
    display: inline-block;
    width: 100%;
    margin-top: 60px;
}

.tab-container {
    margin-top: 10px;
}

.tab-head .nav-tabs > li > a {
    border-radius: 0;
    margin-right: 1px;
    color: #fff;
}

.tab-head .nav-tabs > li.active > a, .tab-head .nav-tabs > li > a:hover, .tab-head .nav-tabs > li.active > a:hover, .tab-head .nav-tabs > li.active > a:focus {
    background-color: #f1f2f7;
    border-color: #f1f2f7;
    color: #797979;
}

/*general page*/

.progress-xs {
    height: 8px;
}

.progress-sm {
    height: 12px;
}

.panel-heading .nav {
    border: medium none;
    font-size: 15px;
    margin: -10px -15px -11px;
}

.tab-bg-dark-navy-blue {
    background: #7087A3;
    border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    border-bottom: none;
}

.panel-heading .nav > li > a,
.panel-heading .nav > li.active > a, .panel-heading .nav > li.active > a:hover, .panel-heading .nav > li.active > a:focus {
    border-width: 0;
    border-radius: 0;
}

.panel-heading .nav > li > a {
    color: #ffffff;
}
#searchListView li  a {
    color: #58C9F3 ! important;
}

.panel-heading .nav > li.active > a, .panel-heading .nav > li > a:hover {
    color: #47596f;
    background: #fff;
}

.panel-heading .nav > li:first-child.active > a, .panel-heading .nav > li:first-child > a:hover {
    border-radius: 4px 0 0 0;
    -webkit-border-radius: 4px 0 0 0;
}


.tab-right {
    height: 38px;
}

.panel-heading.tab-right .nav > li:first-child.active > a, .tab-right.panel-heading .nav > li:first-child > a:hover {
    border-radius:  0 ;
    -webkit-border-radius: 0 ;
}

.panel-heading.tab-right .nav > li:last-child.active > a, .tab-right.panel-heading .nav > li:last-child > a:hover {
    border-radius:  0 4px 0 0;
    -webkit-border-radius: 0 4px 0 0;
}

.panel-heading.tab-right .nav-tabs > li > a {
    margin-left: 1px;
    margin-right: 0px;
}

.m-bot20 {
    margin-bottom: 20px;
}

.m-bot-none {
    margin-bottom: 0;
}

.wht-color {
    color: #fff;
}

.close-sm {
    font-size: 14px;
}

/*carousel*/

.carousel-indicators li {
    background:  rgba(0, 0, 0, 0.2) ;
    border:  none;
    transition:background-color 0.25s ease 0s;
    -moz-transition:background-color 0.25s ease 0s;
    -webkit-transition:background-color 0.25s ease 0s;
}

.carousel-indicators .active {
    background:#ff6c60;
    height: 10px;
    margin: 1px;
    width: 10px;
}

.carousel-indicators.out {
    bottom: -5px;
}

.carousel-indicators.out {
    bottom: -5px;
}

.carousel-control {
    color: #999999;
    text-shadow: none;
    width: 45px;
}

.carousel-control i {
    display: inline-block;
    height: 25px;
    left: 50%;
    margin-left: -10px;
    margin-top: -10px;
    position: absolute;
    top: 50%;
    width: 20px;
    z-index: 5;
}


.carousel-control.left, .carousel-control.right {
    background: none;
    filter:none;
}

.carousel-control:hover, .carousel-control:focus {
    color: #CCCCCC;
    opacity: 0.9;
    text-decoration: none;
}

.carousel-inner h3 {
    font-weight: 300;
    font-size: 16px;
    margin: 0;
}

.carousel-inner {
    margin-bottom: 15px;
}

/*gritter*/
.gritter-close {
    left: auto !important;
    right: 3px !important;
}


/*form*/


.sm-input {
    width: 175px;
}

.form-horizontal.tasi-form .form-group {
    border-bottom: 1px solid #eff2f7;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.form-horizontal.tasi-form .form-group:last-child {
    border-bottom: none;
    padding-bottom: 0px;
    margin-bottom: 0px;
}


.form-horizontal.tasi-form .form-group .help-block {
    margin-bottom: 0;
}


.round-input {
    border-radius: 500px;
    -webkit-border-radius: 500px;
}


.m-bot15 {
    margin-bottom: 15px;
}

.form-horizontal.tasi-form .checkbox-inline > input {
    margin-top: 1px;
    border:none;
}


/*form validation*/

.cmxform .form-group label.error {
    display: inline;
    margin: 5px 0;
    color: #B94A48;
    font-weight: 400;
}

#signupForm label.error {
    display: inline;
    margin:5px 0px;
    width: auto;
    color: #B94A48;
}

.checkbox, .checkbox:hover, .checkbox:focus  {
    border:none;
}


/*slider*/
table.sliders tr td {
    padding: 30px 0;
    border:none;
}

.slider {
    margin-top: 3px;
}

.slider-info {
    padding-top: 10px;
}

.sliders .ui-widget-header {
    background: #22bacf !important;
    border-radius: 15px !important;
    -webkit-border-radius: 15px !important;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
    border-bottom-right-radius: 0 !important;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
    border-bottom-left-radius: 0 !important;
}
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
    border-top-right-radius: 0 !important;
}
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
    border-top-left-radius: 0 !important;
}


#eq span {
    height:120px; float:left; margin:15px
}


.ui-widget-content {
    background: #f0f2f7 !important;
    border: none !important;
    border-radius: 15px !important;
    -webkit-border-radius: 15px !important;
}

.ui-slider-horizontal {
    height: 8px !important;
}

.ui-slider-horizontal .ui-slider-handle {
    top: -0.57em   !important;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    background: #fff !important;
    border: 3px solid #22bacf !important;
    border-radius: 50% !important;
    -webkit-border-radius: 50% !important;
}

.ui-slider-vertical {
    width: 8px !important;
}

.ui-slider-vertical .ui-slider-handle {
    left: -0.5em  !important;
}

.ui-slider .ui-slider-handle {
    cursor: default;
    height: 1.6em;
    position: absolute;
    width: 1.6em;
    z-index: 2;
}

.bound-s {
    width: 90px;
    margin-bottom: 15px;
}


/*----switch ----*/


.has-switch {
    border-radius: 30px;
    -webkit-border-radius: 30px;
    display: inline-block;
    cursor: pointer;
    line-height: 1.231;
    overflow: hidden;
    position: relative;
    text-align: left;
    width: 80px;
    -webkit-mask: url('../img/mask.png') 0 0 no-repeat;
    mask: url('../img/mask.png') 0 0 no-repeat;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}
.has-switch.deactivate {
    opacity: 0.5;
    filter: alpha(opacity=50);
    cursor: default !important;
}
.has-switch.deactivate label,
.has-switch.deactivate span {
    cursor: default !important;
}
.has-switch > div {
    width: 162%;
    position: relative;
    top: 0;
}
.has-switch > div.switch-animate {
    -webkit-transition: left 0.25s ease-out;
    -moz-transition: left 0.25s ease-out;
    -o-transition: left 0.25s ease-out;
    transition: left 0.25s ease-out;
    -webkit-backface-visibility: hidden;
}
.has-switch > div.switch-off {
    left: -63%;
}
.has-switch > div.switch-off label {
    background-color: #7f8c9a;
    border-color: #bdc3c7;
    -webkit-box-shadow: -1px 0 0 rgba(255, 255, 255, 0.5);
    -moz-box-shadow: -1px 0 0 rgba(255, 255, 255, 0.5);
    box-shadow: -1px 0 0 rgba(255, 255, 255, 0.5);
}
.has-switch > div.switch-on {
    left: 0%;
}
.has-switch > div.switch-on label {
    background-color: #41cac0;
}
.has-switch input[type=checkbox] {
    display: none;
}
.has-switch span {
    cursor: pointer;
    font-size: 14.994px;
    font-weight: 700;
    float: left;
    height: 29px;
    line-height: 19px;
    margin: 0;
    padding-bottom: 6px;
    padding-top: 5px;
    position: relative;
    text-align: center;
    width: 50%;
    z-index: 1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: 0.25s ease-out;
    -moz-transition: 0.25s ease-out;
    -o-transition: 0.25s ease-out;
    transition: 0.25s ease-out;
    -webkit-backface-visibility: hidden;
}
.has-switch span.switch-left {
    border-radius: 30px 0 0 30px;
    background-color: #2A3542;
    color: #41cac0;
    border-left: 1px solid transparent;
}
.has-switch span.switch-right {
    border-radius: 0 30px 30px 0;
    background-color: #bdc3c7;
    color: #ffffff;
    text-indent: 7px;
}
.has-switch span.switch-right [class*="fui-"] {
    text-indent: 0;
}
.has-switch label {
    border: 4px solid #2A3542;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    float: left;
    height: 29px;
    margin: 0 -21px 0 -14px;
    padding: 0;
    position: relative;
    vertical-align: middle;
    width: 29px;
    z-index: 100;
    -webkit-transition: 0.25s ease-out;
    -moz-transition: 0.25s ease-out;
    -o-transition: 0.25s ease-out;
    transition: 0.25s ease-out;
    -webkit-backface-visibility: hidden;
}
.switch-square {
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -webkit-mask: url('../img/mask.png') 0 0 no-repeat;
    mask: url('../img/mask.png') 0 0 no-repeat;
}
.switch-square > div.switch-off label {
    border-color: #7f8c9a;
    border-radius: 6px 0 0 6px;
}
.switch-square span.switch-left {
    border-radius: 6px 0 0 6px;
}
.switch-square span.switch-left [class*="fui-"] {
    text-indent: -10px;
}
.switch-square span.switch-right {
    border-radius: 0 6px 6px 0;
}
.switch-square span.switch-right [class*="fui-"] {
    text-indent: 5px;
}
.switch-square label {
    border-radius: 0 6px 6px 0;
    border-color: #41cac0;
}


/*tag input*/

.tagsinput {
    border: 1px solid #e3e6ed;
    border-radius: 6px;
    height: 100px;
    padding: 6px 1px 1px 6px;
    overflow-y: auto;
    text-align: left;
}
.tagsinput .tag {
    border-radius: 4px;
    background-color: #41cac0;
    color: #ffffff;
    cursor: pointer;
    margin-right: 5px;
    margin-bottom: 5px;
    overflow: hidden;
    line-height: 15px;
    padding: 6px 13px 8px 19px;
    position: relative;
    vertical-align: middle;
    display: inline-block;
    zoom: 1;
    *display: inline;
    -webkit-transition: 0.14s linear;
    -moz-transition: 0.14s linear;
    -o-transition: 0.14s linear;
    transition: 0.14s linear;
    -webkit-backface-visibility: hidden;
}
.tagsinput .tag:hover {
    background-color: #39b1a8;
    color: #ffffff;
    padding-left: 12px;
    padding-right: 20px;
}
.tagsinput .tag:hover .tagsinput-remove-link {
    color: #ffffff;
    opacity: 1;
    display: block\9;
}
.tagsinput input {
    background: transparent;
    border: none;
    color: #34495e;
    font-family: "Lato", sans-serif;
    font-size: 14px;
    margin: 0px;
    padding: 0 0 0 5px;
    outline: 0;
    margin-right: 5px;
    margin-bottom: 5px;
    width: 12px;
}
.tagsinput-remove-link {
    bottom: 0;
    color: #ffffff;
    cursor: pointer;
    font-size: 12px;
    opacity: 0;
    padding: 7px 7px 5px 0;
    position: absolute;
    right: 0;
    text-align: right;
    text-decoration: none;
    top: 0;
    width: 100%;
    z-index: 2;
    display: none\9;
}
.tagsinput-remove-link:before {
    color: #ffffff;
    content: "\f00d";
    font-family: "FontAwesome";
}
.tagsinput-add-container {
    vertical-align: middle;
    display: inline-block;
    zoom: 1;
    *display: inline;
}
.tagsinput-add {
    background-color: #d6dbdf;
    border-radius: 3px;
    color: #ffffff;
    cursor: pointer;
    margin-bottom: 5px;
    padding: 6px 9px;
    display: inline-block;
    zoom: 1;
    *display: inline;
    -webkit-transition: 0.25s;
    -moz-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
    -webkit-backface-visibility: hidden;
}
.tagsinput-add:hover {
    background-color: #3bb8af;
}
.tagsinput-add:before {
    content: "\f067";
    font-family: "FontAwesome";
}
.tags_clear {
    clear: both;
    width: 100%;
    height: 0px;
}


/*checkbox & radio style*/


.checkboxes label, .radios label {
    display: block;
    cursor: pointer;
    line-height: 20px;
    padding-bottom: 7px;
    font-weight: 300;
}

.radios {
    padding-top: 18px;
}

.label_check input,
.label_radio input {
    margin-right: 5px;
}

.has-js .label_check,
.has-js .label_radio {
    padding-left: 34px;
}

.has-js .label_radio {
    background: url(../img/checkbox/radio-off.png) no-repeat;
}

.has-js .label_check {
    background: url(../img/checkbox/check-off.png) no-repeat;
}

.has-js label.c_on {
    background: url(../img/checkbox/check-on.png) no-repeat;
}

.has-js label.r_on {
    background: url(../img/checkbox/radio-on.png) no-repeat;
}

.has-js .label_check input,
.has-js .label_radio input {
    position: absolute;
    left: -9999px;
}

/*date picker*/

.add-on {
    float: right;
    margin-top: -37px;
    padding: 3px;
    text-align: center;
}

.add-on .btn {
    padding: 9px;
}

.daterangepicker .ranges .range_inputs > div:nth-child(2) {
    margin-bottom: 10px;
    padding-left: 0px;
}

.daterangepicker .ranges label {
    padding-bottom: 0;
    padding-top: 8px;
}


.daterangepicker td.active, .daterangepicker td.active:hover,
.datepicker td.active:hover, .datepicker td.active:hover:hover, .datepicker td.active:active, .datepicker td.active:hover:active, .datepicker td.active.active, .datepicker td.active.active:hover, .datepicker td.active.disabled, .datepicker td.active.disabled:hover, .datepicker td.active[disabled], .datepicker td.active[disabled]:hover,
.datepicker td span.active:hover, .datepicker td span.active:active, .datepicker td span.active.active, .datepicker td span.active.disabled, .datepicker td span.active[disabled]{
    background: #41CAC0;
}

.daterangepicker .calendar th, .daterangepicker .calendar td {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    text-align: center;
    white-space: nowrap;
}

.daterangepicker td.active, .daterangepicker td.active:hover, .datepicker td.active, .datepicker td.active:hover, .datepicker td span.active {
    text-shadow: none;
}

.datepicker th.switch {
    width: 125px;
}

.datepicker td span {
    height: 40px;
    line-height: 40px;
}


.bootstrap-timepicker table td input {
    border: 1px solid #ccc;
    border-radius:3px;
    -webkit-border-radius:3px;
}


/*ck editor*/

.cke_top, .cke_bottom {
    background: #F5F5F5 !important;
    background: -moz-linear-gradient(center top , #F5F5F5, #F5F5F5) repeat scroll 0 0 #F5F5F5 !important;
    background: -webkit-linear-gradient(center top , #F5F5F5, #F5F5F5) repeat scroll 0 0 #F5F5F5 !important;
    background: -o-linear-gradient(center top , #F5F5F5, #F5F5F5) repeat scroll 0 0 #F5F5F5 !important;
    box-shadow: none;
    padding: 6px 8px 2px;
}

.cke_top {
    border-bottom: 1px solid #cccccc !important;
}

.cke_chrome {
    display: block;
    padding: 0;
}

/*form wizard*/

.stepy-tab {
    text-align: center;
}

.stepy-tab ul{
    display: inline-block;
}

.stepy-tab ul li {
    float: left;
}

.step legend {
    border: none;
}

.button-back {
    float: left;
}

.button-next, .finish {
    float: right;
}

.button-back, .button-next, .finish {
    cursor: pointer;  text-decoration: none;
}

.step {
    clear: left;
}
.step label {
    display: block;
}


.stepy-titles li {
    color: #757575;
    cursor: pointer;
    float: left;
    margin: 10px 15px;
}

.stepy-titles li span { display: block; }

.stepy-titles li.current-step div {
    color: #fff;
    cursor: auto;
    background: #A9D86E;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    width: 100px;
    height: 100px;
    line-height: 100px;
}

.stepy-titles li div{
    font-size:16px;
    font-weight: 300;
    background: #eee;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    width: 100px;
    height: 100px;
    line-height: 100px;
}


/*widget*/

.user-heading.alt {
    display: inline-block;
    width: 100%;
    text-align: left;
}

.alt.green-bg {
    /*    background: #aec785;*/
    background: #58c9f3;
}

.profile-nav.alt.green-border ul > li > a:hover, .profile-nav.alt.green-border ul > li > a:focus, .profile-nav.alt.green-border ul li.active a {
    border-left: 5px solid #aec785;
}

.user-heading.alt a {
    float: left;
    margin-right: 15px;
    margin-left: -10px;
    display: inline-block;
    border: 5px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    -webkit-border-radius: 50%;
}
.user-heading.alt a img{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
}

.twt-feed {
    border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    color: #FFFFFF;
    padding: 10px;
    position: relative;
    text-align: center;
}

.twt-feed.blue-bg {
    background: #58C9F3;
}

.twt-feed h1 {
    font-size: 22px;
    font-weight: 300;
    margin-bottom: 5px;
}

.twt-feed a  {
    border: 8px solid #fff;
    border-radius: 50%;
    -webit-border-radius: 50%;
    display: inline-block;
    margin-bottom: -55px;
}

.twt-feed a img {
    height: 112px;
    width: 112px;
    border-radius: 50%;
    -webit-border-radius: 50%;
}

.twt-category {
    display: inline-block;
    margin-bottom: 11px;
    margin-top: 55px;
    width: 100%;
}


.twt-category ul li{
    color: #89817f;
    font-size: 13px;
}

.twt-category h5  {
    font-size: 20px;
    font-weight: 300;
}

.twt-write .t-text-area {
    border: 1px solid #eeeeee;
    border-radius: 0;
}

.twt-footer {
    padding: 10px 15px;
}

.btn-space {
    padding-left: 11.6%;
    padding-right: 11%;
}

.p-head,.p-head:hover {
    color: #f77b6f;
    font-weight: 400;
    font-size: 14px;
}

.cmt-head {
    font-weight: 400;
    font-size: 13px;
}

.p-thumb img {
    width: 50px;
    height: 50px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
}

.tasi-tab .media-body p {
    /*color: #b8bac6;*/
}


/*Timeline chat*/

.chat-form {
    margin-top: 25px;
    clear: both;
}

.chat-form .input-cont {
    margin-bottom: 10px;
}

.chat-form .input-cont input {
    margin-bottom: 0px;
}

.chat-form .input-cont input{
    border: 1px solid #d3d3d3 !important;
    margin-top:0;
    min-height: 45px;
}

.chat-form .input-cont input {
    background-color: #fff !important;
}

.chat-features a {
    margin-left: 10px;
}

.chat-features a i{
    color: #d0d0d0;
}

.timeline-messages:before {
    background: rgba(0, 0, 0, 0.1);
    bottom: 0;
    top: 0;
    width: 2px;
}
.timeline-messages:before, .msg-time-chat:before, .msg-time-chat .text:before {
    content: "";
    left: 60px;
    position: absolute;
    top: -2px;
}
.timeline-messages, .msg-time-chat , .timeline-messages .msg-in, .timeline-messages .msg-out {
    position: relative;
}


.timeline-messages .msg-in  .arrow {
    /*border-right: 8px solid #F4F4F4 !important;*/
}
.timeline-messages .msg-in .arrow {
    border-bottom: 8px solid transparent;
    border-top: 8px solid transparent;
    display: block;
    height: 0;
    left: -8px;
    position: absolute;
    top: 13px;
    width: 0;
}

.timeline-messages .msg-out  .arrow {
    /*border-right: 8px solid #41cac0 !important;*/
}
.timeline-messages .msg-out .arrow {
    border-bottom: 8px solid transparent;
    border-top: 8px solid transparent;
    display: block;
    height: 0;
    left: -8px;
    position: absolute;
    top: 13px;
    width: 0;
}

.msg-time-chat:first-child:before {
    margin-top: 16px;
}
.msg-time-chat:before {
    background:#CCCCCC;
    border: 2px solid #FAFAFA;
    border-radius: 100px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    height: 14px;
    margin: 23px 0 0 -6px;
    width: 14px;
}
.msg-time-chat:hover:before {
    background: #41cac0;
}
.msg-time-chat:first-child {
    padding-top: 0;
}
.message-img {
    float: left;
    margin-right: 30px;
    overflow: hidden;
}
.message-img img {
    display: block;
    height: 44px;
    width: 44px;
}
.message-body {
    margin-left: 80px;
}
.msg-time-chat .msg-in .text {
    border: 1px solid #e3e6ed;
    padding: 10px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
}

.msg-time-chat .msg-out .text {
    border: 1px solid #e3e6ed;
    padding: 10px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
}
.msg-time-chat p {
    margin: 0;
}
.msg-time-chat .attribution {
    font-size: 11px;
    margin: 0px 0 5px;
}
.msg-time-chat {
    overflow: hidden;
    padding:8px 0;
}

.msg-in a, .msg-in a:hover{
    color: #b64c4c;
    text-decoration: none;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    margin-right: 10px;
    font-weight: 400;
    font-size: 13px;
}
.msg-out a, .msg-out a:hover{
    color: #288f98;
    text-decoration: none;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    margin-right: 10px;
    font-weight: 400;
    font-size: 13px;
}


/*custom select*/

span.customSelect {
    font-size:12px;
    background-color: #ffffff;
    padding:10px;
    border:1px solid #EAEAEA;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    color: #A4AABA;
}
span.customSelect.changed {
    background-color: #fff;
}
.customSelectInner {
    background:url(../img/customSelect-arrow.gif) no-repeat center right;
}

/*boxed page */

.boxed-page {
    background-color: #ccc !important;
}

.boxed-page .container {
    background: #2A3542;
    padding-left: 0;
    padding-right: 0;
}

.boxed-page .container #sidebar {
    position:inherit;
}

.boxed-page .container .header .container{
    background: #fff;
}


.boxed-page .container aside {
    float: left;
}
.boxed-page .container .wrapper{
    background: #F1F2F7;
    min-height: 900px;
}


/*collapsible*/

.tools a {
    margin-left: 10px;
    color: #a7a7a7;
    font-size: 12px;
}

/* google maps */
.gmaps {
    height: 300px;
    width: 100%;
}

/* star rating */
.rating {
    unicode-bidi: bidi-override;
    direction: rtl;
    font-size: 30px;
}
.rating span.star,
.rating span.star {
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    display: inline-block;
}
.rating span.star:hover,
.rating span.star:hover {
    cursor: pointer;
}
.rating span.star:before,
.rating span.star:before {
    content: "\f006";
    padding-right: 5px;
    color: #BEC3C7;
}
.rating span.star:hover:before,
.rating span.star:hover:before,
.rating span.star:hover ~ span.star:before,
.rating span.star:hover ~ span.star:before {
    content: "\f005";
    color: #41CAC0;
}

/*search page*/
.search-result-pagenation{
    margin: 10px 0;
}
/*.search-result-pagenation>li{
    display: none;
}*/
.search-result-pagenation>li:last-child,.search-result-pagenation>li:first-child{
    display: inline;
}
.classic-search {
    margin-bottom: 30px;
}
.classic-search h4 {
    margin-bottom: 3px;
    font-weight: 300;
    font-size: 16px;
}
.classic-search h4 a {
    color: #314558;
}

.classic-search h4 a:hover {
    text-decoration: underline;
}


/*ckEditor*/


#editor-container
{
    width: 100%;
    margin: 10px auto 0;

}


#header-editor
{
    overflow: hidden;
    padding: 0 0 30px;
    border-bottom: 1px solid #eaeaea;
    position: relative;
}

#headerLeft,
#headerRight
{
    width: 49%;
    overflow: hidden;
}

#headerLeft
{
    float: left;
    padding: 10px 1px 1px;
}

#headerLeft h2,
#headerLeft h3
{
    margin: 0;
    overflow: hidden;
    font-weight: normal;
    font-family: 'Open Sans', sans-serif;
}

#headerLeft h2
{
    font-size: 2.6em;
    line-height: 1.1em;
    text-transform: capitalize;
    color: #314558;
    margin-bottom: 20px;
}

#headerLeft h3
{
    font-size: 1.5em;
    line-height: 1.1em;
    margin: .2em 0 0;
    color: #757575;
}

#headerRight
{
    float: right;
    padding: 1px;
}

#headerRight p
{
    line-height: 1.8em;
    text-align: justify;
    margin: 0;
}

#headerRight p + p
{
    margin-top: 20px;
}

#headerRight > div
{
    padding: 20px;
    margin: 0 0 0 30px;
    font-size: 1.1em;
    color: #757575;
}

#columns
{
    color: #757575;
    overflow: hidden;
    padding: 20px 0;
}

#columns h3 {
    color: #314558;
}

#columns > div
{
    float: left;
    width: 33.3%;
}

#columns #column1 > div
{
    margin-left: 1px;
}

#columns #column3 > div
{
    margin-right: 1px;
}

#columns > div > div
{
    margin: 0px 10px;
    padding: 10px 20px;
}

#columns blockquote
{
    margin-left: 15px;
}


#taglist {
    display: inline-block;
    margin-left: 20px;
    font-weight: bold;
    margin: 0 0 0 20px;
}


.cke_editable.cke_editable_inline.cke_focus {
    background: #fcfcfc;
    border: 1px solid #eaeaea;
    cursor: text;
    outline: medium none;
}

/*advanced table*/

.adv-table table tr td {
    padding: 10px;
}

.adv-table table.display thead th {
    border-bottom: 1px solid #DDDDDD;
    padding: 10px;
}

tr.odd.gradeA td.sorting_1, tr.odd td.sorting_1, tr.even.gradeA td.sorting_1 {
    background: none;
}

td.details {
    background-color: #eee;
}

td.details table tr td, .dataTable tr:last-child {
    border: none;
}

.adv-table table.display tr.odd.gradeA {
    background-color: #F9F9F9;
}

.adv-table table.display tr.even.gradeA {
    background-color: #FFFFFF;
}

.adv-table .dataTables_filter label input {
    float: right;
    margin-left: 10px;
    width: 78%;
}

.adv-table .dataTables_filter label {
    line-height: 33px;
    width: 100%;
}

.adv-table .dataTables_length select {
    display: inline-block;
    margin: 0 10px 0 0;
    padding: 5px 8px;
    width: 65px;
}

.adv-table .dataTables_info, .dataTables_paginate {
    padding: 15px 0;
}

.adv-table .dataTables_length,.adv-table .dataTables_filter {
    padding: 15px 0;
}

.cke_chrome {
    border: none !important;
}


.editable-table .dataTables_filter {
    width: 80%;
}

tr.odd.gradeX td.sorting_1, tr.even.gradeX td.sorting_1, table.display tr.even.gradeX, table.display tr.gradeX, tr.even.gradeU td.sorting_1, tr.even td.sorting_1, table.display tr.even.gradeC, table.display tr.gradeC, tr.odd.gradeC td.sorting_1, table.display tr.even.gradeU, table.display tr.gradeU, tr.odd.gradeU td.sorting_1{
    background: none !important;
}

/*flot chart*/

.flot-chart .chart, .flot-chart .pie, .flot-chart .bars {
    height: 300px;
}


/*xchart*/

.demo-xchart {
    height: 400px;
    width: 100%;
}


/*Horizontal menu*/

.full-width #main-content {
    margin-left: 0;
    position:absolute;
    width:100%;
    height:100%;
    /*margin-top:-102px;*/
    padding-top:102px;
    /*overflow-y:scroll;*/
}
.header_search_icon{
    margin-top: 13px ;                            
    margin-left: 13px ;                            
    margin-right: 8px;
}
.header-find-a-pro{
    margin-right: 10px;
}
.horizontal-menu {
    float:right;
}
.horizontal-menu>ul{
    width:100%;
}
.horizontal-menu .navbar-nav > li > a {
    padding:20px 10px;
    color:#999999;
    font-size:16px;;
}
.full-width .navbar-header {
    width: 100%;
    padding-top: 20px;
}
.right-header-button-type-1{
    margin-right: 10px;
}
.right-header-button-type-2{
    margin-right: 5px;
}

.full-width .nav > li > a:hover, .full-width .nav  li.active a, .full-width .nav li.dropdown a:hover , .full-width .nav li.dropdown.open a:focus, .full-width .nav .open > a, .full-width  .nav .open > a:hover, .full-width  .nav .open > a:focus{
    background-color: #F77B6F;
    text-decoration: none;
    color: #fff;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
}


.full-width .dropdown-menu {
    box-shadow: none;
}

.full-width .dropdown-menu > li > a {
    padding: 10px 20px;
    font-size: 13px;
}


/*advanced form*/

.form-body {
    padding: 20px;
}


/*multiselect*/

.ms-container .ms-selectable li.ms-hover, .ms-container .ms-selection li.ms-hover {
    background-color: #2A3542;
    color: #FFFFFF;
    cursor: pointer;
    text-decoration: none;
}

.ms-container .ms-list, .ms-container .ms-list.ms-focus {
    box-shadow: none !important;
}

.ms-container .ms-list.ms-focus {
    border: 1px solid #2A3542;
}

.ms-selectable .search-input, .ms-selection .search-input{
    margin-bottom: 10px;
}

/*spinner*/

.spinner-buttons.btn-group-vertical .btn {
    height: 17px;
    margin: 0;
    padding-left: 6px;
    padding-right: 6px;
    text-align: center;
    width: 22px;
}

.spinner-buttons.btn-group-vertical .btn i {
    margin-top: -3px;
}
.spinner-buttons.btn-group-vertical .btn:first-child {
    border-radius: 0 4px 0 0 !important;
    -webkit-border-radius: 0 4px 0 0 !important;
}

.spinner-buttons.btn-group-vertical .btn:last-child {
    border-radius: 0 0 4px !important;
    -webkit-border-radius: 0 0 4px !important;
}

/**/

.wysihtml5-toolbar .btn-default {
    background: #fff;
    color: #757575;
}

/*todolist*/

#sortable {
    list-style-type: none;
    margin: 0 0 20px 0;
    padding: 0;
    width: 100%;
}
#sortable li {
    padding-left: 3em;
    font-size: 12px;
}
#sortable li i {
    position: absolute;
    left:6px;
    padding:4px 10px 0 10px;
    cursor: pointer;
}

#sortable li input[type=checkbox]{
    margin-top: 0;
}

.ui-sortable > li {
    padding: 15px 0 15px 35px !important ;
    position: relative;
    background: #f5f6f8;
    margin-bottom: 2px;
    border-bottom   : none !important;
}

.ui-sortable li.list-primary {
    border-left: 3px solid #41CAC0;
}

.ui-sortable li.list-success {
    border-left: 3px solid #78CD51;
}

.ui-sortable li.list-danger {
    border-left: 3px solid #FF6C60;
}

.ui-sortable li.list-warning {
    border-left: 3px solid #F1C500;
}

.ui-sortable li.list-info {
    border-left: 3px solid #58C9F3;
}

.ui-sortable li.list-inverse {
    border-left: 3px solid #BEC3C7;
}

/*lock screen*/

.lock-screen {
    background:#02bac6 url("../img/lock-bg.jpg");
    background-size: cover;
    background-repeat: repeat;
}

.lock-wrapper {
    margin: 10% auto;
    max-width: 330px;
}

.lock-box {
    background: rgba(255,255,255,.3);
    padding: 20px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    position: relative;
}

.lock-wrapper img {
    position: absolute;
    left: 40%;
    top: -40px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    border: 5px solid #fff;
}

.lock-wrapper h1 {
    text-align: center;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    padding: 20px 0 0 0;
}

.lock-wrapper .locked {
    margin-bottom: 20px;
    display: inline-block;
    color: #026f7a;
}

.btn-lock,.btn-lock:hover {
    background: #02b5c2;
    color: #fff;
}

.lock-input {
    width: 83%;
    border: none;
    float: left;
    margin-right: 3px;
}

#time {
    width: 100%;
    color: #fff;
    font-size: 60px;
    margin-bottom: 80px;
    display: inline-block;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
}


/*language*/

.language {
    margin-top: 4px;
}
.language .dropdown-menu {
    border: 1px solid #eee;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.176) !important;
}
.language .dropdown-menu li a{
    border-bottom: 1px solid #eee;
    padding: 10px;
}

.language .dropdown-menu li:last-child a {
    border-bottom: none;
}

.language .dropdown-menu li a {
    font-size: 13px;
}



/*product list*/

.prod-cat li a{
    border-bottom: 1px dashed #d9d9d9;
}

.prod-cat li a {
    color: #3b3b3b;
}

.prod-cat li ul {
    margin-left: 30px;
}

.prod-cat li ul li a{
    border-bottom:none;
}
.prod-cat li ul li a:hover,.prod-cat li ul li a:focus, .prod-cat li ul li.active a , .prod-cat li a:hover,.prod-cat li a:focus, .prod-cat li a.active{
    background: none;
    color: #ff7261;
}

.pro-lab{
    margin-right: 20px;
    font-weight: normal;
}

.pro-sort {
    padding-right: 20px;
    float: left;
}

.pro-page-list {
    margin: 5px 0 0 0;
}

.product-list img{
    width: 100%;
    border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
}

.product-list .pro-img-box {
    position: relative;
}
.adtocart {
    background: #fc5959;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    color: #fff;
    display: inline-block;
    text-align: center;
    border: 3px solid #fff;
    left: 45%;
    bottom: -25px;
    position: absolute;
}

.adtocart i{
    color: #fff;
    font-size: 25px;
    line-height: 42px;
}

.pro-title {
    color: #5A5A5A;
    display: inline-block;
    margin-top: 20px;
    font-size: 16px;
}

.product-list .price {
    color:#fc5959 ;
    font-size: 15px;
}

.pro-img-details {
    margin-left: -15px;
}

.pro-img-details img {
    width: 100%;
}

.pro-d-title {
    font-size: 16px;
    margin-top: 0;
}

.product_meta {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 10px 0;
    margin: 15px 0;
}

.product_meta span {
    display: block;
    margin-bottom: 10px;
}
.product_meta a, .pro-price{
    color:#fc5959 ;
}

.pro-price, .amount-old {
    font-size: 18px;
    padding: 0 10px;
}

.amount-old {
    text-decoration: line-through;
}

.quantity {
    width: 120px;
}

.pro-img-list {
    margin: 10px 0 0 -15px;
    width: 100%;
    display: inline-block;
}

.pro-img-list a {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

.pro-d-head {
    font-size: 18px;
    font-weight: 300;
}

/*footer*/

.site-footer {
    background: #5b6e84;
    color: #fff;
    padding: 10px 0;
}

.go-top {
    margin-right: 1%;
    float: right;
    background: rgba(255,255,255,.5);
    width: 20px;
    height: 20px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
}

.go-top i {
    color: #2A3542;
}

.site-min-height {
    min-height: 900px;
}


/*pricing table*/

.feature-head {
    padding: 10px 0 50px;
}
.feature-head h1{
    font-size: 25px;
    font-weight: normal;
}

.pricing-table {
    background: #fff;
    text-align: center;
    padding: 0 0 25px 0;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.pricing-table.most-popular {
    top: -20px;
    position: relative;
}

.most-popular {
    background: #f77b6f;
    color: #fff;
}

.most-popular h1 {
    font-size: 25px !important;
    padding-bottom: 10px;
    padding-top: 17px !important;
}

.most-popular h2 {
    background: #d76b61 !important;
    margin-top: 20px !important;
}

.most-popular ul li {
    border-bottom: 1px dotted #d76b61 !important;
}

.most-popular .price-actions .btn {
    background: #d76b61 !important;
    margin: 10px 0;
    cursor: pointer;
}

.pricing-table .price-actions .btn {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background: #acacac;
    color: #fff;
    border: none;
    box-shadow: none;
    text-shadow: none;
    padding: 10px 20px;
    cursor: pointer;
}

.pricing-head h1 {
    font-size: 18px;
    font-weight: 300;
    padding-top: 15px;
}

.pricing-head h2 {
    padding: 30px 0;
    background: #777777;
    color: #fff;
    font-size: 50px;
    font-weight: 100;
}

.pricing-table ul {
    margin: 15px 0;
    padding: 0;
}

.pricing-table ul li {
    border-bottom: 1px dotted #CCCCCC;
    margin: 0 2em;
    padding: 1em 0;
    text-align: center;
    font-weight: 300;
}

.pricing-head span.note {
    display: inline;
    font-size: 25px;
    line-height: 0.8em;
    position: relative;
    top: -18px;
}

.pricing-quotation, .team-info {
    background: #EEEEEE;
    padding: 20px 20px 35px 20px;
    margin-bottom: 100px;
    display: inline-block;
    width: 100%;
    text-align: center;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.pricing-quotation h3, .team-info h3 {
    font-weight: 300;
}

.pricing-quotation p, .team-info p {
    margin-bottom: 0px;
}

.pricing-plan, .team-info-wrap {
    position: relative;
}

.pricing-quotation:before, .team-info:before {
    background-color: #EEEEEE;
    border-color: #EEEEEE;
    border-image: none;
    border-right: 1px solid #EEEEEE;
    border-style: none;
    top: -7px;
    content: "";
    display: block;
    height: 14px;
    left: 48%;
    position: absolute;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    width: 15px;
}

/*dragable portlet*/

.sortable .panel .panel-heading{
    cursor: move;
}

/*faq*/

.vertical-menu li a {
    background: #fff;
    width: 100%;
    float: left;
    padding: 10px;
    margin-bottom: 5px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    color: #797979;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.vertical-menu li a:hover, .vertical-menu li a:focus, .vertical-menu li.active a {
    background: #2A3542;
    width: 100%;
    float: left;
    padding: 10px;
    margin-bottom: 5px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    color: #fff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

/*fb time line*/

.cover-photo {
    position: relative;
}


.fb-timeline-img img {
    width: 100%;
    border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
}

.profile-thumb img {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    margin-top: -90px;
    border: 3px solid #fff;
}

.profile-thumb {
    float: left;
    position: relative;
}


.fb-user-mail {
    margin: 10px 0 0 20px;
    display: inline-block;
}


.fb-name  {
    bottom: 5px;
    left: 175px;
    position: absolute;
}

.fb-name h2 a {
    color: #FFFFFF;
    text-rendering: optimizelegibility;
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.8);
    font-size: 25px;
}

.fb-user-thumb {
    float: left;
    width: 70px;
    margin-right:15px;
}

.fb-user-thumb img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
}


.fb-user-details h3 {
    margin: 15px 0 0;
    font-size: 18px;
    font-weight: 300;
}

.fb-user-details p {
    color: #c3c3c3;
}


.fb-user-status {
    padding: 10px 0;
    line-height: 20px;
}

.fb-time-action {
    padding: 15px 0;
}


.fb-border {
    border-top:1px solid #ebeef5;
}

.fb-time-action span, .fb-time-action a {
    margin-right: 5px;
}

.fb-time-action a {
    color: #2972a1;
}

.fb-time-action a:hover {
    text-decoration: underline;
}

.fb-time-action span {
    color: #5a5a5a;
}

.fb-status-container, .fb-comments li {
    margin: 0 -15px 0 -15px;
    padding: 0 15px;
}

.fb-gray-bg {
    background: #f6f6f6;
}

.fb-comments li {
    border-top:1px solid #ebeef5;
    padding: 15px;
}

.fb-comments .cmt-thumb  {
    width: 50px;
    float: left;
    margin-right: 15px;
}

.fb-comments .cmt-thumb img {
    width: 50px;
}

.fb-comments .cmt-details {
    padding-top: 5px;
}


.fb-comments .cmt-details a  {
    font-size: 14px;
    font-weight: bold;
}

.fb-comments .cmt-details a.like-link {
    font-size: 12px;
    font-weight: normal;
}

.cmt-form {
    display: inline-block;
    width: 90%;
}

.cmt-form textarea{
    height: 50px;
    line-height: 35px;
}

.fb-timeliner h2 {
    background: #828283;
    color: #fff;
    margin-top: 0;
    padding: 10px 15px;
    font-size: 16px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    font-weight: 300;
}

.fb-timeliner ul {
    margin-left:15px;
    margin-bottom: 20px;
}

.fb-timeliner ul li {
    margin-bottom: 3px;
}

.fb-timeliner ul li a{
    color: #999797;
    border-left: 4px solid #d3d7dd;
    padding-left:10px;
    padding-top: 3px;
    padding-bottom: 3px;
    display: block;
}

.fb-timeliner ul li a:hover{
    color: #999797;
    border-left: 4px solid #b1b1b1;
    padding-left:10px;
}

.fb-timeliner ul li.active a{
    color: #7a7a7a;
    border-left: 4px solid #7a7a7a;
    padding-left:10px;
}

.recent-highlight {
    background: #FF6C60 !important;
}
/*Custom css start*/
/*Business listing page start*/
/*business titel start*/
.business-listing-pop-up-wrapper{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;    
    background-color: rgba(0,0,0,0.5);    
    z-index: 10000;
    padding: 20px 0;    
    display: none;
    -webkit-transition: display 0.375s ease-in-out;
    -moz-transition: display 0.375s ease-in-out;
    -o-transition: display 0.375s ease-in-out;
    transition: display 0.375s ease-in-out;
}
.business-listing-pop-up-wrapper-show{
    display: table;
}
.business-listing-pop-up-container{
    width: 100%;
    height: 100%;
    vertical-align: middle;
    display: table-cell;
}
.business-listing-pop-up{
    width: 800px;
    padding: 0 0 20px 0;
    background-color: #F2F2F2;
    border-radius: 5px;
    display: table;
    margin: 0 auto;
    position: relative;
}
.business-listing-pop-up-header{
    border-top: 1px solid #adadad;
    border-bottom: 1px solid #adadad;
    padding: 5px 7px;
    float: left;
    width: 100%;
}
.business-listing-pop-up-header-logo{
    margin-right: 10px;
    float: left;
}
.business-listing-pop-up-header-logo>img{    
    margin-right: 10px;
}
.business-listing-pop-up-heading-wrapper{
    float: left;
}
.business-listing-pop-up-top-text{    
    font-size: 26px;
    line-height: 26px;
    margin-bottom: 10px;
    color: #333333;
}
.business-listing-pop-up-middle-text{
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 6px;
    color: #333333;
}
.business_listing_social_share_button{
    float: right !important;    
    margin: 30px 0 !important;
}
.business-listing-pop-up-bottom-text{
    color: #3399cc;
}
.business-listing-pop-up-content{
    padding: 18px;
    float: left;
    width: 100%;
}
.business-listing-pop-up-content-left{
    width: 65%;
    float: left;
}
.business-listing-pop-up-rating-stars {
    display: inline-block;
}
.rate-satifaction-info{
    margin: 13px 0 0 0;
    width: 256px;
}
.rate-satifaction-info>span:nth-child(2){
    float: right;
}
.rate-recommend-info{
    margin-top: 10px;
}
.stars-roll-over-info {
    margin-top: -15px;
    text-align: right;
}
.business-listing-pop-up-content-left-query-head{
    margin-bottom: 10px;
    font-size: 16px;
    color: #333333;
}
.business-listing-pop-up-content-left-query-sub-head{
    margin-bottom: 6px;
    font-size: 16px;
    color: #57a0a7;    
}
.business-listing-pop-up-star-size{
    color: #797979;
    font-size: 66px;
    line-height: 46px;
    cursor: pointer;
}
.business-listing-pop-up-content-left-query-sub-head>span{
    color:#333333;
}
.business-listing-pop-up-rated{
    color: #ff6203;
}
.business-listing-pop-up-rated-hover{
    color: #ff6203;
}
.business-listing-pop-up-review-title-text{
    color: #333333;
    margin-bottom: 5px;
}
.business-listing-pop-up-review-title-text>span{
    font-weight: bold;    
}
.business-listing-pop-up-review-title-input{
    width: 100%;
    height: 38px;
    border: 1px solid #c2c2c2;
    border-radius: 5px;
    padding: 5px 7px;
    font-size: 14px;
}
.business-listing-pop-up-review-title-wrapper {
    margin-top: 25px;
    margin-bottom: 20px;
}
.business-listing-pop-up-write-review-text{
    margin-bottom: 5px;
}
.business-listing-pop-up-review-title-input-chars>span{
    padding: 5px;
    background-color: #f4f4f4;
    float: right;
}
.business-listing-pop-up-write-review-textarea {
    border: 1px solid #C2C2C2;
    border-radius: 5px;
    height: 200px;    
    width: 100%;
    resize: none;
}
.business-listing-pop-up-personal-details-head{
    font-size: 15px;
    margin-bottom: 5px;
}
.business-listing-pop-up-personal-details-form{
    margin-bottom: 20px;
}
.business-listing-pop-up-personal-details-form-container{
    padding: 20px;
    width: 90%;
    float: right;
    background-color: #f3f3f3;
    border-radius: 0 0 0 5px;  
    position: relative;
}
.box-arrow{
    height: 22px;
    left: -19px;
    position: absolute;
    top: 0;
}
.business-listing-pop-up-right-top-head{
    color: #333333;
    font-size: 16px;
    margin-bottom: 5px;
}
.business-listing-pop-up-personal-details {
    float: left;
}
.business-listing-pop-up-personal-details-form-info{
    margin-top: 5px;
}
.business-listing-pop-up-personal-details-text{
    margin-bottom: 5px;
}
.business-listing-pop-up-personal-details-form-input{
    width: 100%;
    height: 38px;
    background-color: #ffffff;
    border:1px solid #c2c2c2;
    border-radius: 5px;
    padding: 5px 7px;
}
.business-listing-pop-up-personal-details-field-container{
    width: 48%;
    display: inline-block;
    float: left;
}
.business-listing-pop-up-personal-details-field-container:nth-child(2){
    margin-left: 4%;
}
.business-listing-pop-up-personal-details-form-logged-check-label:before{
    background-color: #FFFFFF;
    border: 1px solid #B5B5B5;
    bottom: 1px;
    content: "";
    display: inline-block;
    font-family: 'modernpics';
    height: 20px;
    left: 0;
    position: absolute;
    top: 5px;
    width: 20px;
}
.business-listing-pop-up-personal-details-form-logged-in-check {
    float: left;
    margin-bottom: 14px;
}
.business-listing-pop-up-personal-details-form-buttons{
    float: left;
    margin-bottom: 10px;
    width: 100%;
}
.business-listing-pop-up-personal-details-form-links{
    float: left;
    width: 80%;
}
.business-listing-pop-up-personal-details-form-links>a{
    color: #3398cc;
}
.business-listing-pop-up-submit{
    padding: 10px;
    color: #ffffff;
    background-color: #2993cd;
    margin-right: 10px;
    float: left;
    border-radius: 5px;
    cursor: pointer;
}
.business-listing-pop-up-cancel{
    padding: 10px;
    color: #ffffff;
    background-color: #999999;    
    float: left;
    border-radius: 5px;
}
.business-listing-pop-up-personal-details-form-logged-check-label{
    color: #797979;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    font-weight: normal !important;
    line-height: 30px;
    margin: 10px 0 0;
    padding-left: 11%;
    position: relative;
    white-space: nowrap;
}

#business_listing_pop_up_personal_details_form_logged_in:checked + label:before {
    color: #000000;
    content: "%";
    font-size: 17px;
    font-weight: bold;
    line-height: 12px;
    text-align: center;
}
.business-listing-pop-up-input-field-adjust{
    margin-top: 10px;
}
.business-listing-pop-up-content-right{
    width: 35%;
    float: left;
    padding-left: 5%;
}
.business-listing-pop-up-right-gift-info{
    font-weight: bold;
    color: #333333;
}
.business-listing-pop-up-right-gift-add{
    margin: 20px 0;
    width:100%;
}
.business-listing-pop-up-right-rules-head{
    color: #41CAC0;
    margin-bottom: 20px;
    cursor:pointer;
}
.business-listing-pop-up-right-rules-positive-head{
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
    color:#333333;
}
.business-listing-pop-up-right-rules-positive-list{
    margin-bottom: 20px;
}
.business-listing-pop-up-right-rules-positive-list>li{
    list-style: none;
    margin-bottom: 10px;
    padding-left: 30px;
    color: #333333;
    position: relative;
}
.business-listing-pop-up-right-rules-negative-list>li{
    list-style: none;
    margin-bottom: 10px;
    padding-left: 30px;
    color: #333333;
    position: relative;
}
.business-listing-pop-up-right-rules-positive-list>li>span{
    font-weight: bold;
}
.business-listing-pop-up-right-rules-negative-list>li>span{
    font-weight: bold;
}
.business-listing-pop-up-right-rules-positive-list>li:before{
    background-color: #FFFFFF;
    bottom: 1px;
    color: #468847;
    content: "%";
    display: inline-block;
    font-family: 'modernpics';
    font-size: 18px;
    height: 20px;
    left: 0;
    position: absolute;
    top: -2px;
    width: 20px;
}
.business-listing-pop-up-right-rules-negative-list>li:before{
    background-color: #FFFFFF;
    bottom: 1px;
    color: #9a1d2f;
    content: "x";
    display: inline-block;
    font-family: 'modernpics';
    font-size: 18px;
    height: 20px;
    left: 0;
    position: absolute;
    top: -2px;
    width: 20px;
}
.business-listing-pop-up-right-rules-positive-list-special{
    color: #57A0A7;
}
.business_listing_social_share_button>a{
    background: none !important;
    padding: 0 !important;
    border-radius: 0 !important;
    margin: 0 !important;
}
.business_listing_social_share_button>iframe{
    width: 80px !important;
}
.business-title-wrapper{
    width:100%;
    height:76px;
    background-image:url("../img/blackbg.png");
    background-repeat:repeat-x;
    background-size:100%;
    display:table;
}
.businessTitleWrapper{
    width:100%;
    height:76px;
    background: none repeat scroll 0 0 #78C8E3;
    display:table;
}
.business-title-cell{
    height:100%;
    vertical-align:middle;
    display:table-cell;
    float:none;
}
.home-text-clr{
    color:#f77b6f;
}
.business-title-left{
    padding-left:104px;
    text-align:left;
    color:#cccccc;
    font-size:24px;   
    line-height:24px;
}
.business-title-middle{
    padding-left: 450px;
    color:#ffffff;
    font-size:24px;   
    line-height:24px;
}
.business-title-right{
    padding-right:104px;
    text-align:right;
    color:#cccccc;
}
.business-title-cell-left{
    // font-family: 'FjallaOne-Regular';
}
/*business titel end*/
/*commercial add end*/
.comm-add-wrapper{    
    width:100%;
    height:128px;
    display:table;
    margin-left:0;
    margin-right:0;
}
.comm-add-container{
    display:table-cell;
    vertical-align:middle;
    height:100%;
    width:100%;
    padding:18px 0;
    text-align:center;
}
/*commercial add end*/
/*content info top end*/
.content-info-top-wrapper{
    width:100%;    
    padding:0 104px;    
}
.content-info-top-container{
    padding: 23px 7px 23px 29px;  
    background-color:#f4f4f4;
    border-radius:5px;
    float:left;
}
.content-info-top-left{
    padding:0;    
}
.content-info-top-right{
    float: right;
    padding: 0;
    width: auto;
}
.content-info-top-logo{
    margin-right:12px;
    float:left;
}
#business_logo{
    max-width: 150px;
}
.content-info-top-logo-beside{
    float:left;
}
.content-info-top-text{
    font-size:20px;
    line-height:26px;
    font-family: 'FjallaOne-Regular';
    margin-bottom:10px;
    width: 575px;
}
.content-info-middle-text{
    font-size:16px;
    line-height:16px;
    margin-bottom:10px;
}
.content-info-bottom-text>a{
    color:#f77b6f;
    font-size: 14px;
    line-height: 14px;
}
.seperator{
    color:#000000;
}
.content-info-top-right-certified-logo{
    float:right;
    margin-right:30px;
}
.content-info-top-right-certified-logo>img{
    max-height: 84px;
}
#pop_up_business_logo {
    max-width: 150px;
}
.content-info-tabs{
    padding-top:42px;
    float:left;
    width: 80%;
}
.content-info-tabs > ul > li{
    list-style:none;
    float:left;    
}
.content-info-tabs > ul > li > a{
    padding:12px;
    font-size:14px;
    line-height:14px;
    color:#ffffff;
    border-radius:5px;
}
.content-info-tabs-tab1{
    background-color:#f77b6f;
}
.content-info-tabs-tab3{
    background-color:#41cac0;
}
.content-info-tabs-tab2{
    background-color:#78cd51;
}
.content-info-tabs > ul > li:nth-child(n+1) > a{
    margin-right:12px;
    cursor: pointer;
}
/*content info top end*/
/*tabs row start*/
.tabs-column{
    padding:0px 104px;    
}
.tabs-column>ul>li{
    list-style:none;
    float:left;
}
.tabs-column>ul>li>a{
    padding:14px;
    color:#ffffff;    
    background-color:#bec3c7;
    border-radius:5px;
    font-size:14px;
    line-height:14px;
    margin:20px 0;
    float:left;
}
.tabs-column>ul>li:nth-child(n+1) > a{
    margin-right:10px !important;
    cursor:pointer;
}
/*tabs row end*/
/*two column content start*/
.two-column-wrapper{
    margin:0 104px;
    border-top:2px solid #e2e0e1;
    padding-top:20px;   
}
/*container one start*/
.left-content{
    padding-right: 14px;
}
.vendor-profile-wrapper{
    padding-right: 90px;
}
.vendor-profile-desc{
    max-height:138px;
    overflow:hidden;
    margin-bottom:34px;
    -webkit-transition: max-height 0.8s;
    -moz-transition: max-height 0.8s;
    transition: max-height 0.8s;
}
.recent-review-pro{
    max-height:402px;
    overflow:hidden;
    margin-bottom:34px;
    -webkit-transition: max-height 0.8s;
    -moz-transition: max-height 0.8s;
    transition: max-height 0.8s;
}
.advice-desc{
    max-height:58px;
    overflow:hidden;
    margin-bottom:20px;
    -webkit-transition: max-height 0.8s;
    -moz-transition: max-height 0.8s;
    transition: max-height 0.8s;
}

.advice-outerdiv{
    //max-height:910px;
    overflow:hidden;
    margin-bottom:34px;
    -webkit-transition: max-height 0.8s;
    -moz-transition: max-height 0.8s;
    transition: max-height 0.8s;
}
.vendor-profile-heading{
    font-family: 'FjallaOne-Regular';
    font-size:24px;
    color:#475168;
    margin-bottom:22px;
    line-height:24px;
}
.vendor-profile-content{
    color:#797979;
    line-height:18px;
}
.show-toggle{    
    color:#ffffff;
    padding:12px 9px;
    border-radius:5px;
    margin:0 auto 22px auto;
    background-color:#bec3c7;
    display:none;
}
.showButton{
    display:table;
}
.showAll{    
    width:84px;
}
.showLess{    
    width:96px;
}
.down-arrow{
    color:#000000;
}
/*container one end*/
/*container two start*/
.edit-common-header{
    height: 38px;    
    position: relative;
    width: 100%;    
}
.edit-common-header-left{
    width:100%;
    height:40px;
    padding:12px;
    color: #2ba1af;
    font-size:25px;
    font-family: 'FjallaOne-Regular';
    float:left;    
    border-bottom: 2px solid #f2953c;
    //background-color:#9cce44;
    margin-bottom: 10px;//added by anil for community descripition
}
.edit-common-header-right{
    padding:0 20px;
    height:38px;
    background-color:#475268;    
    font-size:15px;
    color:#ffffff;
    position:absolute;
    right:0;
    text-align:center;
    line-height:38px;
}
#mapwidget{
    width : 100%;
    height:359px;
    margin:26px 0;
}
.edit-icon-size{
    font-size:22px;
}
/*container two end*/
.services-wrapper,.service-area-wrapper,.credentials-certifications-wrapper,.project-galleries-wrapper,.home-owner-rating-wrapper,.customer-reviews-wrapper,.groups-wrapper,.social-media-wrapper,.contact-us-wrapper{
    float:left;
    width:100%;
    min-height:130px;
}
.services-content{
    padding-top:15px;
    padding-bottom:15px;
    width:100%;
    float:left;
}
.services-content>ul>li{
    float:left;
    list-style:none;    
}
.services-content>ul>li>a{
    color:#797979;
    display: block;    
    margin-bottom: 10px;
}
.services-content>ul>li>a{
    margin-right:36px;
}
/*two column content end*/
/*third column content start*/
.service-area-content{
    padding:17px 0;
}
.service-area-content>img{
    width:100%;
}
/*third column content end*/
/*fourth column content start*/
.credentials-certifications-content>ul>li{
    list-style:none;
    margin-top:18px;
    padding-right:16px;
    width:100%;
    float:left;
}
.credentials-certifications-content>ul>li>a{
    font-size:15px;
}
.credentials-certifications-content>ul>li>a:nth-child(1){
    float:left;
}
.credentials-certifications-content>ul>li>a:nth-child(2){
    float:right;
}
.tick-color{
    color:#f77b6f;
}
.credentials-certifications-wrapper{
    padding-bottom:18px;
}
/*fourth column content end*/
/*fifth column content start*/
.project-galleries-content{
    float: left;
    padding-top: 16px;
    width: 100%;
    position: relative;
}
.project-galleries-content>img{
    width:100%;
}
.indiv-add{
    float: left;
    padding: 65px 0;
    width: 100%
}
.indiv-add>img{
    margin:0 auto;
    display:block;
}
/*fifth column content end*/
/*right content start*/
/*first column started*/
.left-text{
    float:left
}
.right-text{
    float:right;  
    font-size:14px;
    font-family: 'Open Sans', sans-serif;
    cursor: pointer;
    display:none;
}
.home-owner-rating-content{
    padding-top:18px;
    float:left;
    width:100%;
}
.home-owner-rating-inner-wrapper-1{
    width:100%;
    float:left;
}
.rating-digits{
    float:left;
}
.rating-stars{
    float:right;
}
.rating-stars p  .picto{
    font-size:55px;
}
.custom-rating-stars .picto{
    font-size:37px!important;
    font-weight: bold;
}
.rating-stars-line{
    margin-top: -14px;
}
.rating-num{
    font-size:52px;
    color:#797979;
    font-weight:bold;
    line-height:34px;
}
.total-rating{
    font-size:25px;
    font-weight:normal;
}
.rating-desc{
    display: block;
    font-size: 14px;
    font-weight: normal;
    line-height: 14px;
}
.star-size{    
    font-size:66px;
    color:#797979;  
    line-height: 46px;
    cursor: pointer;
}
.rated{
    color:#58c9f3;
}
.rated-hover{
    color:#58c9f3;
}
.rate-company{
    float:right;
    padding:12px;
    border-radius:5px;
    background-color:#f77b6f;
    color:#ffffff;
    margin-top:10px;
}
.progress-bars-wrapper{
    width:100%;
    float:left;
    margin-top:18px;
}
.progress-bar-indiv-wrapper{
    width:100%;
}
.progress-bar-indiv-wrapper>span{
    font-size:14px;
    float:left;
}
.progress-bar-indiv-wrapper>span:nth-child(1){
    margin-right:12px;
}
.progress-bar-indiv-wrapper>span:nth-child(3){
    margin-left:18px;
}
.right-content{
    padding-right: 14px;
}
.progress-adjust{
    float:left;
    width:82%;
}
.indiv-add2{
    float:left;
    width:100%;
    padding-bottom:20px;
}
.indiv-add2>img{
    display:block;
    margin:0 auto;
}
.customer-reviews-content{
    padding:14px 12px;
    width:100%;
    float:left;
    margin:12px 0;
    background-color:#f4f4f4;
}
/*first column end*/
/*second column start*/
.customer-reviews-heading{
    font-size:15px;
    font-weight:bold;
    padding-bottom:16px;
}
.positive-critical-reviews{
    width:100%;
    float:left;
}
.positive-review-progress{
    width:100%;
    height:14px;
    position:relative;
    background-color:#5cb85c;    
    padding-bottom:12px;
}
.critical-review-progress{
    height:100%;
    position:absolute;
    right:0;
    background-color:#d9534f;
}
.customer-reviews-percent-wrapper{
    width:100%;
    font-weight:bold;
    color:#797979;
    float:left;
    margin-top:10px;
}
.left-percent{
    float:left;
}
.right-percent{
    float:right;
}
.customer-reviews-grade-wrapper{
    width:100%;
    float:left;
    color:#797979;
    margin-top:5px;
}
.write-customer-reivew{
    width:100%;
    float:left;
}
.write-customer-reivew-box {
    width:100%;    
    position: relative;
    background: #ffffff;
    padding:12px 0;
    margin-top:12px;
    float:left;
}
.write-customer-reivew-box:after {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #ffffff;
    border-width: 13px;
    margin-left: -13px;
}
.write-customer-reivew-box-heading{
    font-weight:bold;
    color:#797979;
    margin:0 auto 16px auto;
    text-align:center;
    width:294px;
}
.write-customer-reivew-button{
    background-color: #F77B6F;
    border-radius: 5px;
    color: #FFFFFF;    
    margin: 14px auto 12px auto;
    padding: 12px;
    width:196px;
    display:block;
}
.write-customer-reivew-box-heading-wrapper,.write-customer-reivew-button-wrapper{
    width:100%;
    float:left;
}
.user-desc-wrapper{
    width:100%;
    float:left;
    border-top:1px solid #eeeeee;
    padding-top:20px;
    padding-right:12px;
    margin-left:4px;
}
.user-sub-desc-wrapper{
    width:100%;
    float:left;
    border-bottom:1px solid #eeeeee;
    padding-top:20px;
    padding-right:12px;
    margin-left:4px;
}
.user-sub-desc-wrapper:first-child{
    border-top:1px solid #eeeeee;
}
.user-profile-pic{
    width:80px;
    float:left;
    margin-right:10px;
}
.user-profile-pic>img{
    width:100%;
}
.user-profile-desc{    
    padding-bottom:22px;    
    width: 100%;
}
.user-sub-profile-desc{    
    padding-bottom:22px;
    width: 100%;
}
.profile-desc-heading{
    font-size:16px;
    font-weight:bold;    
}
.profile-sub-desc{
    line-height:18px;
    margin-bottom:12px;
}
.user-rating-num{
    font-size:22px;
    font-weight:bold;    
}
.user-unrated{
    color:#d9d9d9;
}
.user-rated{
    color:#f76a05;
}
.user-reply{
    color:#000000;
    display:inline;
    cursor: pointer;
}
.user-reply:hover{
    color: #3399CC;
}
.user-rating-grade{
    float:right;
    display:inline;
}
.user-reply-wrapper{
    padding-left: 90px;
    width: 100%;
}
.user-sub-desc-total-wrapper {
    margin-left: -90px;
    padding-left: 170px;
}
.user-sub-reply-wrapper{
    padding-left:90px;
}
.user-profile-border{
    width:100%;
    border:1px solid #eeeeee;
}
.user-wrapper{    
    float:left;    
    width: 100%;
    margin-bottom: 10px;
}
.user-reply-text-box{
    margin-top: 10px;
    padding-left: 90px;
    display: none;
    -webkit-transition: display 0.375s ease-in-out;
    -moz-transition: display 0.375s ease-in-out;
    -o-transition: display 0.375s ease-in-out;
    transition: display 0.375s ease-in-out;
}
.user-sub-desc-total-wrapper .user-reply-text-box>textarea{
    margin-right: 10px;
    margin-bottom: 10px;
    width: 320px;
    height: 150px;
}
.user-desc-wrapper .user-reply-text-box>textarea{
    margin-right: 10px;
    margin-bottom: 10px;
    width: 400px;
    height: 150px;
}
.show-buttons-wrapper{
    float:left;
    width:100%;    
}
.groups-buttons-wrapper{
    width:100%;
    float:left;
    padding-top:14px;
    padding-bottom:40px;
}
.groups-buttons-wrapper>ul>li{
    list-style:none;
    float:left;
}
.groups-buttons-wrapper>ul>li>a{
    padding:13px 10px;
    border-radius:5px;
    color:#ffffff;
    display:block;
    margin-bottom:9px;
}
.groups-buttons-wrapper > ul > li > a{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;    
}
.groups-buttons-wrapper>ul>li:nth-child(n+1)>a{
    margin-right:9px;
}
.groups-buttons-wrapper>ul>li:nth-child(1)>a{
    background-color:#bec3c7;
}
.groups-buttons-wrapper>ul>li:nth-child(2)>a{
    background-color:#41cac0;
}
.groups-buttons-wrapper>ul>li:nth-child(3)>a{
    background-color:#78cd51;
}
.groups-buttons-wrapper>ul>li:nth-child(4)>a{
    background-color:#58c9f3;
}
.groups-buttons-wrapper>ul>li:nth-child(5)>a{
    background-color:#f1c500;
}
.groups-buttons-wrapper>ul>li:nth-child(4n+4)>a{
    margin-right: 0;
}
.social-media-container{
    padding-top:18px;
}
.social-media-container>ul>li{
    list-style:none;
    float:left;
}
.social-media-container>ul>li>a{
    margin-right:9px;
    display:block;
}
/*second column end*/
/*right content end*/
/*contact us content start*/
.contact-us-total-wrapper{
    padding:0 104px;
}
.contact-us-left-wrapper{
    /*    padding:45px 0 0 43px;*/
    padding:45px 0 43px;
}
.contacter-logo{
    float:left;
    margin-right:22px;
}
.contacter-logo>img{
    width: 150px;
}
.contacter-info{
    float: left;
    margin-left: -172px;
    padding-left: 172px;
    width: 100%;
}
.contracter-name{
    font-size:16px;
    font-weight:bold;
    color:#000000;
    margin-bottom:14px;
}
.contracter-info-text{
    margin-top:12px;
}
.contracter-info-text>a{
    color:#2a86c0;
    font-size: 14px;
    line-height: 14px;
}
.contact-loc-color{
    color:#000000;
    font-size:16px;
}
.contracter-addr{
    padding-bottom:34px;
    padding-top:14px;
}
.contracter-addr>li{
    line-height:18px;
    font-size: 15px;
}
.contracter-indirect-addr tr>td{
    font-weight:bold;
    line-height:22px;
    color:#000000;
}
.contracter-indirect-addr tr:nth-child(3)>td:nth-child(2)>a{
    width: 208px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: inline-block;
}
.contracter-indirect-addr tr>td>a{
    color:#2a86c0;    
}
.contracter-indirect-addr tr>td:nth-child(1){
    padding-right:10px;
}
.contact-us-right-wrapper{
    padding:36px 0 0 60px;
}
.contact-us-right-wrapper>input,.contact-us-right-wrapper>textarea{
    width:380px;
    height:38px;
    border:1px solid #b5b5b5;
    border-radius:5px;
    font-size:16px;
    color:#797979;
    line-height:20px;
    padding:6px 9px;
    margin-top: 14px;
    float: left;
}
#business_listing_service_type + .error{
    float: left !important;
}
.contact-dropdown-adjust{
    float: left;
}
.contact-us-right-wrapper > input:nth-child(n+2) {
    margin-top: 14px;
}
.message-area{
    height:114px !important;
    resize:none;
    margin-bottom:10px;
}
.contact-dropdown{
    position:relative;
    width:380px;
    height:38px;
    border:1px solid #b5b5b5;
    border-radius:5px;    
    margin-top:14px;
}
.contact-dropdown>input{
    width:276px;
    height:36px;
    border:0;
    border-radius:5px;
    font-size:16px;
    color:#797979;
    line-height: 20px;
    padding: 6px 9px;
}
.dropdown-select{
    width:104px;
    height:36px;
    position:absolute;
    right:0;
    border-top-right-radius:5px;
    border-bottom-right-radius:5px;
    background-color:#efefef;
    font-size:14px;
    color:#797979;
    text-align:center;
    top:0;
    padding:12px 0;
    line-height:10px;
}
.dropdown-select>span{    
    vertical-align:middle;
    line-height:10px;
}
.dropdown-select>span:nth-child(1){
    font-size:14px;
}
.dropdown-select>span:nth-child(2){
    font-size:24px;
}
.contact-dropdown-list{
    width:100%;    
    overflow-y:scroll;
    position:absolute;
    top:39px;        
    z-index:999;
    background-color:#ffffff;    
    max-height:200px;
    border:1px solid #c2c2c2;
    display: none;
    left: -0.5%;
    border-radius: 5px;
    -webkit-transition: display 0.375s ease-in-out;
    -moz-transition: display 0.375s ease-in-out;
    -o-transition: display 0.375s ease-in-out;
    transition: display 0.375s ease-in-out;
}
.website-text-ellip{
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 330px;
}
.contact-dropdown-list-show{
    display: block;
}
.contact-dropdown-list-active{
    border-left:1px solid #b5b5b5;
    border-bottom:1px solid #b5b5b5;
    border-right:1px solid #b5b5b5;
}
.contact-dropdown-list>li{
    list-style:none;
    border-bottom:1px solid #eeeeee;
    padding:10px 5px;
}
.contact-dropdown-list>li a{ font-size:14px;width: 100%;color:#797979;}
.contact-dropdown-list>li:hover,.contact-dropdown-list>li:focus{background-color: #495d74;}
.contact-dropdown-list>li:hover a,.contact-dropdown-list>li:focus a{color:#ffffff;}
.contact-dropdown-list>li:last-child{
    border-bottom:0;
}
.contact-send-message{
    float: left;
    padding-bottom: 28px;
    width: 380px;   
}
.send-message-check{
    float:left;
}
.send-message-button{
    background-color: #F77B6F;
    border-radius: 5px;
    color: #FFFFFF;
    display: block;    
    padding: 12px;
    width: 111px;
    float:right;
    cursor: pointer;
}
#business-listing-phone + .error{
    float: left;
    width: 100%;
}
.check-label {
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    font-weight: normal !important;
    line-height: 19px;
    margin: 8px 0 0;
    padding-left: 25px;
    position: relative;
    color:#000000;
}
.check-label:before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;    
    position: absolute;
    left: 0;
    bottom: 1px;
    background-color: #fff;
    border:1px solid #b5b5b5;    
}
input[type=checkbox] {
    display: none;
}
.check-label {
    margin-bottom: 10px;
}
.check-label:before {
    border-radius: 4px;
}
.send-message-check>input[type=checkbox]:checked + label:before {
    content: "\2713";    
    font-size: 24px;
    color: #9CCE44;
    text-align: center;
    line-height: 15px;
    font-weight:bold;
}
.pros{    
    background-color:#f2f2f2;
    padding:35px 104px;
}
.pros-wrapper{
    width:272px;
    margin-right:45px;
    float:left;
}
.pros-left-heading{
    font-family: 'FjallaOne-Regular';
    font-size:24px;
    line-height:28px;
    color:#475168;
    margin-bottom:24px;
    padding-right: 70px;
}
.pros-left-desc{    
    color:#797979;
    line-height:18px;
    margin-bottom:34px;
}
.find-a-pro-button{
    padding:30px 12px 22px 12px;
    float:left;
    font-size:24px;
    font-weight:bold;
    background-color:#f77b6f;
    line-height:24px;
    box-shadow: 0 8px #D1595A !important;
    border-radius:5px;
}
.contracters-list-wrapper{
    width:138px;
    margin-right:56px;
    text-align:center;
    float:left;
}
.contracters-list-wrapper:last-child{
    margin-right:0;
}
.contracters-list-heading{
    margin: 14px 0 0px 0;
    font-size: 15px;
    font-weight: bold;
    color: #333333;
    width: 140px;
    line-height: 18px;
    text-align: center;
    height: 62px;
}
.stars-grp-wrapper{
    text-align: center;
    height: 7px;
    margin: 15px 0 25px 0;
}
.contracters-list-type{
    color:#797979;
    height:34px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.contracter-list-star{
    font-size:18px;
    color:#BEC3C7;
}
.contracter-list-star-rated{
    color:#58c9f3;
}
.contracter-list-view-profile{
    width:126px;
    border-radius:5px;
    padding:8px;    
    background-color:#bec3c7;
    margin:0 auto;
    display:block;
}
.contracter-list-view-profile>span{
    color:#ffffff;
}
.guides-for-home-owner{
    width:100%;
    float:left;
    padding:26px 104px 44px 104px;
}
.home-owners-heading{
    font-family: 'FjallaOne-Regular';
    font-size:24px;
    padding-bottom:25px;
}
.hiring-guide-wrapper{
    float: left;
    max-height: 272px;
    overflow: hidden;
    width: 100%;
    margin-bottom: 10px;
}
.hiring-guide-inner-wrapper{
    float: left;
    height: 272px;
    margin-bottom: 10px;
    margin-right: 83px;
    width: 200px;
}
.hiring-guide-inner-wrapper:nth-child(4n){
    margin-right:0;
}
.hiring-guide-query{
    text-align:center;
    line-height:16px;
    padding:10px 20px 0 20px;
}
/*contact us content end*/
/*add start*/
.bottom-add{
    width:100%;
    float:left;
    text-align:center;
    margin-bottom:44px;
}
.showAllContent{
    max-height: 10000px;
    overflow: visible;
}
/*add end*/
/*footer 1 start*/
.footer-1-wrapper{
    width:100%;    
    float:left;
    background-color:#f7f7f7;
}
.footer-1-left{
    width:578px;    
    float:left;
    background-image:url("../img/footertriangleshape.png");
    background-repeat:no-repeat;    
    background-size:100% 100%;
    padding: 123px 0 123px 210px;
}
.footer-1-left-heading{
    font-family: 'FjallaOne-Regular';
    font-size:26px;
    font-weight:bold;
    line-height:30px;
    color:#333333;
    padding-bottom:20px;
    padding-right:88px;
}
.footer-1-left-desc1{
    line-height:18px;
    color:#333333;
    padding-right: 68px;
    padding-bottom:25px;
}
.footer-1-left-desc2{
    line-height:18px;
    color:#333333;
    padding-right: 68px;
    padding-bottom:54px;
}
.footer-1-right{
    float:left;
    padding-left:30px;
    padding-top:35px;
    padding-bottom: 10px;
}
.recommend-a-pro-button{
    padding:18px 13px;
    display:block;
    float:left;
    border-radius:5px;
    background-color:#f77b6f;
}
.recommend-a-pro-button-text{
    color:#ffffff;
    float: right;
    line-height: 18px;
}
.recommend-rated{
    color:#f76a05;
}
.recommend-rated-hover{
    color:#f76a05;
}
.hiring-guide-inner-container{
    padding: 10px;
    border: 1px solid #475268;
}
.hiring-guide-logo{

}
.hiring-guides-download-link {
    display: block;
    margin: 0 auto;
}
.gtvam-logo {
    display: block;
    margin: 0 auto;
}
.hiring-guides-heading {    
    font-size: 11px;
    margin-left: 58px;    
}
.hiring-guides-desc {    
    font-size: 11px;
    margin-left: 58px;    
    color: #e3631e;
    display: block;
    line-height: 12px;
    margin-bottom: 2px;
}
.like-picto{
    color: #FFFFFF;
    display: block;
    float: left;
    font-size: 40px;
    margin-top: 9px;
    margin-right:6px;
}
.top-text{
    font-size:21px;
}
.bottom-text{
    font-size:16px;
}
.footer-1-right-col1,.footer-1-right-col2{
    float:left;
    margin-right:50px;
}
.footer-1-right-col3{
    float:left;
}
.footer-1-right-col1>p,.footer-1-right-col2>p,.footer-1-right-col3>p{
    font-size:18px;
    font-family: 'FjallaOne-Regular';
    line-height:22px;
    margin-bottom:12px;
    color:#454545;
}
.footer-1-right-col1>ul,.footer-1-right-col2>ul,.footer-1-right-col3>ul{
    padding-bottom:20px;
}
.footer-1-right-col1>ul>li,.footer-1-right-col2>ul>li,.footer-1-right-col3>ul>li{
    list-style:none;    
}
.footer-1-right-col1>ul>li>a,.footer-1-right-col2>ul>li>a,.footer-1-right-col3>ul>li>a{    
    color:#3399cc;
    line-height:20px;
    cursor: pointer;
}
.footer-1-right-col1>ul:last-child,.footer-1-right-col2>ul:last-child,.footer-1-right-col3>ul:last-child{
    padding-bottom:0px;
}
/*footer 1 end*/
/*footer 2 start*/
.footer-2-wrapper{
    width:100%;
    padding:18px 15px 46px 104px;
    background-color:#475268;
    float:left;
}
.footer-2-container{
    width:100%;
    border-bottom:1px solid #666666;
    float:left;
    padding-bottom:40px;
}
.footer-2-col1{
    width:130px;
    margin-right:90px;
}
.footer-2-col2{
    width:280px;
    margin-right:90px;
}
.footer-2-col3{
    width:190px;
    margin-right:90px;
}
.footer-2-col4{
    width:200px;
    padding-top: 15px;
}
.footer-2-col{    
    float:left;
}
.footer-2-col>p{
    width:100%;
    font-family: 'FjallaOne-Regular';
    padding:0 0 7px 4px;
    border-bottom:1px solid #666666;
    color:#bdb6b6;
    font-size:20px;
    line-height:20px;
}
.footer-2-col>ul{
    float:left;
    padding-top:6px;
}
.footer-2-col>ul>li{
    list-style:none;
}
.footer-2-col>ul>li>a{
    color:#ffffff;
    line-height:22px;
    vertical-align:middle;
}
.footer-2-col>ul>li>a>img{
    margin-right:12px;
    vertical-align:middle;
}
.col2-double-list{
    margin-right:46px;
}
.footer-2-bottom-list{
    float:left;
    padding-top:15px;
    padding-bottom:15px;
    width:100%;
}
.footer-2-bottom-list>li{
    list-style:none;
    float:left;
}
.footer-2-bottom-list>li>a{
    margin-right:15px;
    font-size:14px;
    line-height:14px;
    color:#ffffff;
}
.copy-right{
    color:#8d8d8d;
    font-size:14px;
    float:left;
}
.certified-text{
    margin-bottom: 10px;
    color: #797979;
    padding: 0;
    text-align: center;
}
/*footer 1 end*/
/*slider css start*/
#project_gallery_slider { 
    zoom: 1; 
    height: 300px;
    position: relative; 
    margin:0px auto 0px;
    z-index:90;
    text-align:left; /* reset align=center */
}
#project_gallery_slider .ws_images ul{
    position:relative;
    width: 10000%; 
    height:auto;
    left:0;
    list-style:none;
    margin:0;
    padding:0;
    border-spacing:0;
    overflow: visible;
    /*table-layout:fixed;*/
}
#project_gallery_slider .ws_images ul li{
    width:1%;
    line-height:0; /*opera*/
    float:left;
    font-size:0;
    padding:0 0 0 0 !important;
    margin:0 0 0 0 !important;
}

#project_gallery_slider .ws_images{
    position: relative;
    left:0;
    top:0;
    width:100%;
    height:100%;
    overflow:hidden;
}
#project_gallery_slider .ws_images a{
    width:100%;
    display:block;
    color:transparent;
}
#project_gallery_slider img{
    max-width: none !important;
}
#project_gallery_slider .ws_images img{
    width:100%;
    border:none 0;
    max-width: none;
    padding:0;
}
#project_gallery_slider a{ 
    text-decoration: none; 
    outline: none; 
    border: none; 
}

#project_gallery_slider  .ws_bullets { 
    font-size: 0px; 
    float: left;
    position:absolute;
    z-index:70;
}
#project_gallery_slider  .ws_bullets div{
    position:relative;
    float:left;
}
#project_gallery_slider  a.wsl{
    display:none;
}
#project_gallery_slider sound, 
#project_gallery_slider object{
    position:absolute;
}#project_gallery_slider { 
    border-left: 0px;
    border-right: 0px;
}
#project_gallery_slider  .ws_bullets { 
    padding: 5px; 
}
#project_gallery_slider .ws_bullets a { 
    width:40px;
    height:4px;
    background: url(./bullet.png) left top;
    float: left; 
    text-indent: -4000px; 
    position:relative;
    margin-left:0px;
    color:transparent;
}
#project_gallery_slider .ws_bullets a:hover{
    background-position: 0 50%;
}
#project_gallery_slider .ws_bullets a.ws_selbull{
    background-position: 0 100%;
}
#project_gallery_slider a.ws_next, #project_gallery_slider a.ws_prev {
    position:absolute;
    display:none;
    top:50%;
    margin-top:-22px;
    z-index:60;
    height: 40px;
    width: 40px;	
    background-position: center center;
}
#project_gallery_slider a.ws_next{
    background-image: url("../img/arrow-right.png");
    right:0px;
}
#project_gallery_slider a.ws_prev {
    left:0px;
    background-image: url("../img/arrow-left.png");
}
#project_gallery_slider a.ws_next:hover{
    background-image: url("../img/arrow-right.png");
}
#project_gallery_slider a.ws_prev:hover {
    background-image: url("../img/arrow-left.png");
}
* html #project_gallery_slider a.ws_next,* html #project_gallery_slider a.ws_prev{display:block}
#project_gallery_slider:hover a.ws_next, #project_gallery_slider:hover a.ws_prev {display:block}
/* bottom right */
#project_gallery_slider  .ws_bullets {
    bottom: 0px;
    right: 6px;
}

#project_gallery_slider .ws-title{
    position:absolute;
    display:block;
    bottom: 20px;
    left: 0px; 
    margin-right:20px;
    padding:8px;
    background:#444444;
    color:#FFFFFF;
    z-index: 50;
    font-family:'Signika', Tahoma, Geneva, sans-serif;
    font-size: 20px;
    line-height: 22px;
    text-transform: uppercase;
    opacity:0.8;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=90);	
}
#project_gallery_slider .ws-title div{
    margin-top: 10px;
    font-size: 14px;
    line-height: 16px;
    text-transform: none;
}

#project_gallery_slider .ws_images ul{
    animation: wsBasic 12s infinite;
    -moz-animation: wsBasic 12s infinite;
    -webkit-animation: wsBasic 12s infinite;
}
@keyframes wsBasic{0%{left:-0%} 16.67%{left:-0%} 33.33%{left:-100%} 50%{left:-100%} 66.67%{left:-200%} 83.33%{left:-200%} }
@-moz-keyframes wsBasic{0%{left:-0%} 16.67%{left:-0%} 33.33%{left:-100%} 50%{left:-100%} 66.67%{left:-200%} 83.33%{left:-200%} }
@-webkit-keyframes wsBasic{0%{left:-0%} 16.67%{left:-0%} 33.33%{left:-100%} 50%{left:-100%} 66.67%{left:-200%} 83.33%{left:-200%} }

#project_gallery_slider .ws_bullets  a img{
    text-indent:0;
    display:block;
    bottom:20px;
    left:-64px;
    visibility:hidden;
    position:absolute;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.5);
    border: 4px solid #FFFFFF;
    max-width:none;
}
#project_gallery_slider .ws_bullets a:hover img{
    visibility:visible;
}

#project_gallery_slider .ws_bulframe div div{
    height:48px;
    overflow:visible;
    position:relative;
}
#project_gallery_slider .ws_bulframe div {
    left:0;
    overflow:hidden;
    position:relative;
    width:128px;
    background-color:#FFFFFF;
}
#project_gallery_slider  .ws_bullets .ws_bulframe{
    display:none;
    bottom:11px;
    margin-left:15px;
    overflow:visible;
    position:absolute;
    cursor:pointer;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.5);
    border: 4px solid #FFFFFF;
}
#project_gallery_slider .ws_bulframe span{
    display:block;
    position:absolute;
    bottom:-10px;
    margin-left:-6px;
    left:64px;
    background:url(./triangle.png);
    width:15px;
    height:6px;
}
/*slider css end*/
.take-a-look-wrapper{
    width: 100%;
    height: 66px;
    position: absolute;
    bottom: 0;
    background-color: #2c3f52;
    padding: 16px;
    z-index: 999;
}
.take-a-look-left{
    float: left;
}
.take-a-look-right{
    float: right;
    padding: 10px;
    color: #ffffff;
    border-radius: 5px;
    background-color: #e6625a;
}
.take-a-look-left-heading{
    font-size: 16px;
    color: #ffffff;
    line-height: 16px;
    margin-bottom: 5px;
}
.take-a-look-left-subhead{
    font-size: 13px;
    color: #ff6c60;
    line-height: 13px;
}
/*Custom css end*/

//Find A Pro Template Starts


.totalImageDiv { position: relative;width: 100%; }
.titleImageCaption {position: absolute; top: 0px;width: 100%;}
.totalImagesDiv { position: relative;width: 100%; }
.addWrapper h1{text-align: center;color:#ffe582;;font-size: 46px;font-family: 'FjallaOne-Regular';margin: 60px 0 30px;}
.iconSize{font-size:42px;padding-left: 8px;color:#5c5c5c;}
#byservice .col-xs-7,#bybusinessname .col-xs-7{padding-right: 8px;}
.property {
    background-color: #F4F4F4;
}
.propertyGrid{padding-bottom: 38px;} 
.property .col-md-4 .row .media{width:90%;}

.property .col-md-4 .row .media > .pull-left{margin-right: 25px;width: 65px;height: 65px;}
.property .media .activity span{width: 65px;height: 65px;font-size: 50px;}
.property .media .activity span i{font-size: 35px;padding-top: 15px;}
.findProUsesList .profile-desc-heading{font-size: 20px;font-family: 'FjallaOne-Regular';font-weight: normal;}
.findProUsesList .profile-sub-desc{margin-top: 10px;line-height: 25px;}
.row h3{font-size: 30px;font-family: 'FjallaOne-Regular';padding: 0;}
.headerDiv{padding-top:33px;}
.tab-bg-dark-navy-black {background: none repeat scroll 0 0 #5c5c5c;border-bottom: medium none; border-radius: 5px 5px 0 0;}
.full-width .nav > li > a:hover, .full-width .nav li.active a, .full-width .nav li.dropdown a:hover, .full-width .nav li.dropdown.open a:focus, .full-width .nav .open > a, .full-width .nav .open > a:hover, .full-width .nav .open > a:focus {
    background-color: white;
    color: #5c5c5c;
    text-decoration: none;
    transition: all 0.3s ease 0s;
}
.search-button{font-size: 18px;font-family: 'Open Sans', sans-serif;font-weight: bold;}
.changeLocationDiv a,.currentLocationDiv a,.changeLocationDivBn a,.currentLocationDivBn a{color:#313332;cursor:pointer;}
.changeLocationDiv p,.changeLocationDivBn p{margin-bottom: 5px;}
.inputLocation{width: 101px;padding: 0 5px;height: 24px;font-size: 16px;color:#313332;}
.bottomPadding{padding-bottom: 65px;}
.bottomPadding .col-lg-4{padding:0 12px;}
.prosection{background-color: #F4F4F4;text-align:center;cursor: pointer;}
.prosection:hover, .prosection.active{background-color: #F77B6F;}
.prosection:hover i, .prosection.active i,.prosection:hover p, .prosection.active p{color:white;} 
.thumbIcon{font-size:70px;padding: 33px 0 25px;color: #F77B6F;}
.bottomText{padding:0 0 50px;font-size: 20px;text-transform: uppercase;font-weight: 400;font-family: 'FjallaOne-Regular';color:#797979}
.firstLine{font-size: 18px;font-family: 'Open Sans', sans-serif;line-height:18px;}
.thirdLine{color: #f77b6f;font-weight: bold;padding-top: 30px;}
.browse-toronto-button{font-size: 16px;font-family: 'Open Sans', sans-serif;font-weight: bold;margin-top: 40px;}
.browse-toronto-button span{color:gray;}
.footerHeading h1{margin: 40px 0 30px;}
.footerHeading span{color:#18a0d4;}
.footerRight {
    padding-left: 30px;
    padding-top: 35px;
}
.activity.red span {background: none repeat scroll 0 0 #F77B6F;}
/*footer*/
.footer-right{float: left;margin-right: 100px;}
.footer-right > ul > li > a {color: #3399CC;line-height: 16px;cursor:pointer;}
.footer-right > ul {padding-bottom: 20px;}
.footer-right > p{color: #454545;font-family: 'FjallaOne-Regular';font-size: 18px;line-height: 22px;margin-bottom: 12px;}
.abcDecks{font-size: 14px;font-family: 'Open Sans', sans-serif;color:white;}
.textBox{font-size: 22px;font-family: 'Open Sans', sans-serif;color:#666666;height: 46px;}
.tab .nav-tabs.nav-justified > li {
    border-right: 1px solid #F4F4F4;
}
.tab .nav-tabs.nav-justified > li:last-child {
    border-right: medium none;
}
/*footer css end*/
.ui-autocomplete.ui-front.ui-menu.ui-widget.ui-widget-content.ui-corner-all,.btn-group .dropdown-menu {
    height: 200px;
    overflow-y: scroll;
}
//Find A Pro completed 
/*search results page css starts*/

.searchResultsLists{
    list-style: none outside none;
    position: absolute;
    z-index: 100;
    border:1px solid #ffffff;
}
.searchResultsLists li{
    padding: 12px;color:#333333;
    border-bottom:1px solid #f2f2f2;
}
.searchResultsLists li:hover,.searchResultsLists li:active{color:#ffffff;background: #979797;}

.breadCrumb li> a + a:before {
    color: #CCCCCC;
    content: "| ";
    padding: 0 15px;
}
.post-highlight.red {
    background: none repeat scroll 0 0 #FF6C60;
    border-radius: 0 4px 4px 0;
}
.post-highlight.green {
    background: none repeat scroll 0 0 #78CD51;
    border-radius: 0 4px 4px 0;
}
.inbox-head{
    background:none;
    padding:20px 0;
}
.inbox-head .sr-input {
    border: 1px solid #F4F4F4;
    width:80%;
}
.inbox-head .sr-btn {
    background: none repeat scroll 0 0 #FF6C60;
    border: 1px solid #FF6C60;
}
.badge {
    position: absolute;
    right: 7px;
    top: 3px;
    z-index: 100;
    font-size: 14px !important; 
}
/*.full-width .listView .nav > li > a p{color:#5C5C5C}*/
.full-width .listView .nav > li > a:hover, .full-width .listView .nav li.active a, .full-width .listView .nav li.dropdown a:hover, .full-width .listView .nav li.dropdown.open a:focus, .full-width .listView .nav .open > a, .full-width .listView .nav .open > a:hover, .full-width .listView .nav .open > a:focus {
    background-color: #FFFFFF;
    color: #FFFFFF;
    text-decoration: none;
    transition: all 0.3s ease 0s;
    border-bottom: 3px solid #77C7E2 !important;
}
.full-width .listView .nav > li > a i:hover, .full-width .listView .nav li.active a i, .full-width .listView .nav li.dropdown a i:hover, .full-width .listView .nav li.dropdown.open a i:focus, .full-width .listView .nav .open > a i, .full-width .listView .nav .open > a i:hover, .full-width .listView .nav .open > a i:focus {
    color: #C0E6F8;}
.full-width .listView .nav > li > a p:hover, .full-width .listView .nav li.active a p, .full-width .listView .nav li.dropdown a p:hover, .full-width .listView .nav li.dropdown.open a p:focus, .full-width .listView .nav .open > a p, .full-width .listView .nav .open > a p:hover, .full-width .listView .nav .open > a p:focus {
    color: solid #C0E6F8;}
.listView ul li{
    /*    background-image: url('../img/list-divider.png');
    background-position: right center;
    background-repeat: no-repeat;
        background-size: 1px 70%;*/
    //border-bottom: 1px solid #78c8e3;
    color:#ffffff;
    font-weight: 600;
    background: none repeat scroll 0 0 #f3f3f3;
    border-right:1px solid  #e6e6e6;
    border-left :1px solid  #e6e6e6;
    border-bottom :1px solid  #e6e6e6;

}
/*.listView ul li:nth-child(1),.listView ul li:nth-child(2){ background: none repeat scroll 0 0 #ffffff;}*/
.listView ul li:last-child{background-image: none;}
.listView ul li i{font-size: 20px;}
.listView ul li p{font-size: 16px;font-family: 'Open Sans', sans-serif;line-height: 30px;}
.listSearchResults p:nth-child(1){font-size: 22px;font-family: 'Open Sans',sans-serif;line-height: 25px;margin: 0;}
.listSearchResults p:nth-child(2),.listSearchResults p:nth-child(3){font-size: 16px;font-family: 'Open Sans', sans-serif;line-height:20px;margin: 0;}
.listSearchResults p:nth-child(2) span{color:#666666;}
.relatedSavingsYellow{border:2px solid #edeef5;border-radius:4px 0 0 4px;border-right: none;word-wrap: break-word;}
.relatedSavingsYellow p:nth-child(1){font-size: 18px;font-family: 'FjallaOne-Regular';margin-bottom: 15px;color:#937b7b;line-height: 20px;}
.relatedSavingsYellow p:nth-child(2){font-size: 18px;font-family: 'Open Sans', sans-serif;margin-bottom: 15px;color:#555555;}
.relatedSavingsYellow p:nth-child(3){font-size: 14px;font-family: 'Open Sans', sans-serif;margin-bottom: 15px;color:#797979;line-height: 20px;}
.relatedSavingsYellow p:nth-child(4){font-size: 20px;font-family: 'Open Sans', sans-serif;margin-bottom: 15px;color:#4e4e4e;}
.yellowPrice{color:#F1C500;font-size:25px;}
.redPrice{color:#F68B5F;font-size:25px;}
.purplePrice{color:#B566BA;font-size:25px;}
.btnGroupRc{padding-top: 50px;}
.rcGrayColor{font-size: 28px !important;color:#c3b3b4 !important;}
.rcGreenColor{font-size: 28px !important;color:#41CAC0 !important;}
.rcBlueColor{font-size: 28px !important;color:#3894be !important;}
.rcBorderColor{border:2px solid #f0edf5;border-radius: 0 4px 4px 0;border-left: none;}
.tab-bg-dark-navy-white {
    border-bottom: medium none;
    border-radius:0;
    border: medium none;
    border-bottom: medium none;
    margin-bottom: 20px;
}
.panelBody{
    display: none;
}
.records_show{
    display: block !important;
}
.panelBody section{padding: 15px;margin: 0;}
.panelBody section .row{padding-bottom: 20px;}
#tab1 .panelBody:nth-of-type(odd) section{background-color: #fafafa;margin-bottom: 10px}
#tab1 .panelBody:nth-of-type(even) section{background-color: #F2F2F2;margin-bottom: 10px}
.srBtnOrange {
    background-color: #f68b5f;
    border-color: #f68b5f;
    color: #FFFFFF;
}
.post-highlight.orange {
    background: none repeat scroll 0 0 #f68b5f;
    border-radius: 0 4px 4px 0;
}
.srBtnPurple {
    background-color: #b566ba;
    border-color: #b566ba;
    color: #FFFFFF;
}
.post-highlight.purple {
    background: none repeat scroll 0 0 #b566ba;
    border-radius: 0 4px 4px 0;
}

.srBtnPrimary {
    background-color: #aa9395;
    border-color: #aa9395;
    color: #FFFFFF;
}
.srBtnBlue{
    background-color: #3894be;
    border-color: #3894be;
    color: #FFFFFF;
}
.post-highlight.blue {
    background: none repeat scroll 0 0 #3894be;
}
.srBtnGray{
    background-color: #f4f4f4;
    border-color: #f4f4f4;
    color: #FFFFFF;
}
.srBtnGray i{color:#b1b1b1;font-size:20px;}
.srRatingNum{font-size: 32px;
             /*font-weight: boldl;*/
             line-height: 32px;
             padding-bottom: 20px}
.srRatingNum .srTotalRating{font-size: 18px;font-weight: normal;}
a.morelink {
    text-decoration:none;
    outline: none;
    color:red;
}
.morecontent span {
    display: none;
}
.hidePageNo{
    display:none !important;
}
.showPageNo{
    display:inline !important;
}
.more,.paraText{line-height: 18px;}
.recentlyViewDiv .media{width: 90%; border-left: 1px solid #666666;padding-left: 15px;}
.recentlyViewDiv .col-lg-3:first-child .media{ border-left: medium none;}
.recentlyViewText{color:#3399cc;font-size: 13px;font-family: 'Open Sans', sans-serif;line-height: 18px;}
.relatedProsBody{border-bottom: 1px solid #eeeeee;padding-bottom: 15px;}
.BodyFirst{border-bottom: 1px solid #eeeeee;}
.relatedProsBody .media-body p:nth-child(1){font-size: 14px;color:#475168;font-family: 'Open Sans', sans-serif;margin-bottom: 10px;font-weight: 600;}
.relatedProsBody .media-body p:nth-child(2){font-size: 13px;color:#797979;font-family: 'Open Sans', sans-serif;margin-bottom: 8px;}
.articleTitle{font-size: 14px;font-family: 'Open Sans', sans-serif;color:#444e67;line-height: 20px;}
.recentlyViewHead h1{font-family: 'FjallaOne-Regular';font-size: 28px;margin-top: 0;}
.recentlyViewHead p span{font-size: 28px;}
.recentlyViewHead p{font-family: 'Open Sans', sans-serif;font-size: 21px;font-weight: 400;}
.featuredArticle{border:1px solid #f2f2f2;}
.featuredArticle .panel-heading{font-size: 24px !important;;font-family: 'FjallaOne-Regular';line-height: 24px;}
.featuredArticle .panel-body{background: #f2f2f2}
.searchText{font-size: 18px;}
.expertAdviceDiv .col-lg-6:nth-child(even){padding-left: 7px; padding-bottom: 20px;}
.expertAdviceDiv .col-lg-6:nth-child(odd){  padding-bottom: 20px;padding-right: 7px;}
.recentlyReviewedProList{margin-bottom:20px;}
.recentlyReviewedProList li{width:49.77%;display:inline-block;min-height: 200px;}
//.recentlyReviewedProList li:nth-child(1),.recentlyReviewedProList li:nth-child(2){border-top:1px solid #eeeeee;}
.recentlyReviewedProList li:nth-child(even){padding:20px 0 20px 10px;border-bottom: 1px solid #eeeeee;}
.recentlyReviewedProList li:nth-child(odd){padding:20px 10px 20px 0;border-bottom: 1px solid #eeeeee;}
.recentlyReviewedProList li p:nth-child(1){color:#475168;font-size: 16px;font-family: 'Open Sans', sans-serif; margin-bottom: 10px;}
.recentlyReviewedProList li  .pull-left img{width: 100px;height: 100px;}
.projectGallary li{width: 49.7%;padding-top: 0;}
.productProThumb{width: 260px;;border-radius: 10px;}
.productProThumb img{height: 155px;width: 240px;border-radius: 0;text-align: center;}
.srPaddingBottom{margin-bottom: 20px;}
/*serach results page css ends*/
/*User Registration Step1 start*/
.user-login-content-wrapper{
    width: 100%;
}
.user-login-content-top-border{
    height: 6px;
    background-color: #475268;
}
.user-login-content-inner-wrapper{
    width: 100%;
    padding: 52px 0;   
    background-color: #F1F2F7;
    float: left;
}
.user-login-content-main{
    width: 780px;
    margin: 0 auto;    
    border-radius: 5px;
    overflow: hidden;
    background-color: #FFFFFF;
    position: relative;
}
.user-login-content-main-header{
    width: 100%;
    padding: 20px 0;
    /*    background-color: #41cac0;*/
    background-color: #58c9f3;
    font-size: 30px;
    /*    font-weight: lighter;*/
    font-weight: normal;
    text-align: center;
    line-height: 30px;
    color: #ffffff;
}
.user-login-content-main-content-heading{
    width: 100%;    
    color: #000000;
    padding: 25px 0;
    font-size: 30px;
    font-weight: lighter;
    text-align: center;
    line-height: 30px;
}
.user-login-content-main-content-steps-wrapper{    
    padding-bottom: 42px;
    display:table;
    margin: 0 auto;
}
.user-login-content-main-content-rounded-div{
    width: 100px;
    padding: 42px 0;
    border-radius: 50px;
    background-color: #eaeaea;
    text-align: center;
    font-size: 16px;
    line-height: 16px;
    color: #000000;
    margin: 0 auto;
}
.user-login-content-main-content-step-text{
    color: #cccccc;
    font-size: 17px;
    margin-top: 5px;
    text-align: center;
    line-height: 17px;
}
.user-login-content-main-content-steps-wrapper>div{
    padding-right: 60px;
    float: left;
}
.user-login-content-main-content-steps-wrapper>div:last-child{
    padding-right: 0;
}
.user-login-content-main-content-step-active{
    background-color: #9ad35b;
    color: #ffffff;
}
.user-login-content-main-content-step-text-active{
    color: #000000;
}
.user-login-content-main-content-query{
    font-size: 18px;
    color: #797979;
    padding-bottom: 16px;
    width: 100%;
    text-align: center;
    line-height: 18px;
}
.user-login-content-main-content-check-option-wrapper{
    width: 100%;
    font-size: 18px;
    color: #333333;
    padding-bottom: 44px;
    position: relative;
}
.user-login-content-main-content-check-option-seperator{
    font-size: 18px;
    color: #000000;
    float: left;
    margin: 0 36px;
    line-height: 22px;
}
.radio-hide-input{
    display: none;
}
.check-radio{
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-left: 25px;    
    font-size: 18px;
    line-height: 22px;
    color: #333333;
    font-weight: bold;
    margin-bottom: 0;
}
.check-radio:before{
    content: "";
    display: inline-block;

    width: 20px;
    height: 21px;

    position: absolute;
    left: 0;
    bottom: 1px;
    border: 1px solid #cccccc;
}
.radio-hide-input:checked + label:before {
    content: "\2022";
    color: #333333;
    font-size: 48px;
    line-height: 17px;
    text-align: center;
}
.user-login-content-main-content-check-option-container{
    display: table;
    margin: 0 auto;
}
.user-login-content-main-content-check-option{
    float: left;
    position: relative;
}
.user-login-content-main-content-check-option>label:before {
    border-radius: 10px;
}
.user-login-content-main-content-signup-wrapper{
    width: 100%;
    padding: 0 60px 0 60px;
    float: left;    
    position: relative;
}
.blur-login{
    opacity: 0.5;
}
.showWarning{
    display: block !important;
}
.user-login-content-main-content-signup-container{
    border-top: 1px solid #dfdfdf;
    padding: 32px 0 34px 0;
    float: left;
    width: 100%;
}
.user-login-content-main-content-signup{
    width: 402px;
    float: left;
}
.user-login-content-main-content-signup>div>input{
    width: 100%;
    border: 1px solid #c2c2c2;
    border-radius: 5px;
    padding: 0px 10px;
    /*color: #333333;*/
    line-height: 16px;
}
.user-login-content-main-content-signup>div:nth-child(2)>input{
    margin-top: 22px;
}
.email_note{
    color: #999999;
    margin-top: 5px;    
}
.emai-already-exist-error{
    width: 100%;    
    float: left;
    padding-top: 10px;
    padding-bottom: 8px;
    display: none;
}
.user-login-content-main-content-signup-button{
    padding: 20px 0 5px 0;    
}
.user-login-content-main-content-signup-button>button{
    padding: 15px 25px;
    font-size: 18px;
    line-height: 18px;
    color: #ffffff;
    font-weight: lighter;    
}
::-webkit-input-placeholder { /* WebKit browsers */
    color:    #777 !important;
    /*opacity: 1;*/
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #777 !important;
    /*opacity: 1;*/
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #777 !important;
    /*opacity:1;*/
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #777 !important;
    /*opacity: 1;*/
}
.user-login-content-main-content-signup-seperator{
    float: left;
    padding: 0 25px;
}
.user-login-content-main-content-signup-seperator>ul>li{
    list-style: none;
}
.user-login-content-main-content-signup-seperator>ul>li:nth-child(1),.user-login-content-main-content-signup-seperator>ul>li:nth-child(3){
    height: 40px;
    width: 1px;
    margin: 0 19.5px;
    background-color: #c2c2c2;
}
.user-login-content-main-content-signup-seperator>ul>li:nth-child(2){
    border: 4px solid #F2F2F2;
    border-radius: 20px;
    color: #333333;
    font-size: 18px;
    font-weight: bold;
    height: 40px;
    line-height: 18px;
    padding: 6px 0;
    text-align: center;
    width: 40px;
}
.user-login-content-main-content-signup-social-media{
    float: left;
}
.user-login-content-main-content-signup-social-media-heading{
    font-size: 15px;
    color: #797979;
    line-height: 22px;
    margin-bottom: 5px;
    margin-top: -5px;
}
.user-login-content-main-content-signup-social-media-fb{
    padding: 14px 0;
    width: 136px;
    height: 56px;
    margin-bottom: 10px;
    background-color: #427de5;
    border-color: #205ddb;
    box-shadow: 0 4px #205ddb !important;
}
.user-login-content-main-content-signup-social-media-fb:hover{
    background-color: #1953cb;    
    color: #ffffff;
}
.user-login-content-main-content-signup-social-media-twitter{
    padding: 14px 0;
    width: 136px;
    height: 56px;
    background-color: #3ac0fd;
    border-color: #27a4e2;
    box-shadow: 0 4px #27a4e2 !important;
}
.user-login-content-main-content-signup-social-media-twitter:hover{
    background-color: #209cda;    
    color: #ffffff;
}
.user-login-content-main-content-signup-social-media>button{
    display: block;
    color: #fff;
}
.user-login-content-main-content-additional-options{
    width: 100%;
    padding-top: 36px;
    color: #797979;
    float: left;
}
.user-login-content-main-content-additional-option-link-color{
    color: #41cac0;
}
.user-login-content-main-content-additional-option-left{
    float: left;
}
.user-login-content-main-content-additional-option-right{
    float: right;
}
.featured-on-wrapper{
    width: 100%;
    float: left;
    padding-top: 50px;
}
.featured-text{
    color: #999999;
    font-size: 16px;
    line-height: 16px;
    padding-bottom: 36px;
    text-align: center;
    font-family: 'FjallaOne-Regular';
}
.featured-logos>img:nth-child(1){
    margin-right: 42px;
}
.featured-logos{
    width: 100%;
    text-align: center;
    padding-bottom: 18px;
}
.query_box{
    color: #3399CC;
    float: left;
    font-size: 18px;
    line-height: 18px;
    margin-left: 3px;
    margin-top: -5px;
    cursor: pointer;
}
.house-pro-retailer-box-wrapper{
    position: absolute;
    right: 13px;
    top: -224px;
    width: 300px;
    z-index: 1001;
    -webkit-transition: opacity 0.375s ease-in-out;
    -moz-transition: opacity 0.375s ease-in-out;
    -o-transition: opacity 0.375s ease-in-out;
    transition: opacity 0.375s ease-in-out;
    opacity: 0;
}
.house-pro-retailer-box-wrapper-show{
    opacity: 1;
}
.house-pro-retailer-box-container {
    width: 100%;
    position: relative;
    background: #ffffff;
    padding: 30px 22px;
    border: 1px solid #acacac;
    font-size: 13px;
    line-height: 16px;
}
.house-pro-retailer-box-container>p{
    color: #333333;
}
.house-pro-retailer-box-container>p:nth-child(1){
    padding-bottom: 16px;
}
.house-pro-retailer-box-container>p>a{
    color: #3399CC;
}
.house-pro-retailer-box-container:after, .house-pro-retailer-box-container:before {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.house-pro-retailer-box-container:after {
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #ffffff;
    border-width: 14px;
    margin-left: -14px;
}
.house-pro-retailer-box-container:before {
    border-color: rgba(194, 194, 194, 0);
    border-top-color: #c2c2c2;
    border-width: 15px;
    margin-left: -15px;
}
.email-warning-symbol{
    color: #b94a48;
    float: left;
    padding: 8px;
    font-size: 27px;
    padding: 11px 8px 8px 0;
}
.email-warning-text{
    float: left;
}
.email-warning-text>ul>li{
    list-style: none;
    line-height: 16px;
}
.email-warning-text>ul>li:nth-child(1){
    color: #b94a48;
}
.email-warning-text>ul>li:nth-child(2){
    color: #333333;
}
.email-warning-text>ul>li>a{
    color:#3399cc;
}
.user_registration_step1a_cover{
    position: absolute;
    width: 100%;
    height: 100%;
    left:0;
}
/*User Registration Step1 end*/
/*User Registration Step2 start*/
.user-login-content-form-wrapper{
    width: 100%;
    padding: 0 65px 0 65px;
}
.user-login-content-form-container{
    width: 100%;
    border-top: 1px solid #c2c2c2;
    padding: 34px 0 40px 0;
}
.user-login-content-form-note{
    font-size: 18px;
    color: #797979;
    line-height: 18px;
    padding-bottom: 28px;
}
.user-login-content-form-field-wrapper{
    width: 100%;    
}
.user-login-content-form-field-wrapper tr>td:nth-child(1){
    width: 399px;
}
.user-login-content-form-field-wrapper tr:nth-child(n+2)>td{
    padding-top: 34px;
}
.user-login-content-form-field-wrapper tr>td>input{
    width: 399px;
    height: 38px;
    border: 1px solid #c2c2c2;
    padding: 7px 14px;
    border-radius: 5px;
    font-size: 16px;
    line-height: 20px;
    margin-right: 20px;
}
.postal-zip-text-box{
    width: 200px !important;
    /*margin-right: 219px !important;*/
}
.user-login-content-form-country-drop-down{
    border: 1px solid #B5B5B5;
    border-radius: 5px;
    display: inline-block;
    height: 38px;
    margin-right: 20px;
    position: relative;
    width: 399px;
}
.user-login-content-form-country-drop-down > input {
    border: 0 none;
    border-radius: 5px;
    font-size: 16px;
    height: 36px;
    line-height: 20px;
    padding: 6px 9px;
    width: 292px;
}
.professional-types-wrapper{
    width: 100%;
    border-top: 1px solid #c2c2c2;
    padding: 28px 0 34px 0;
}
.professional-types-heading{
    font-size: 18px;
    padding-bottom: 12px;
}
.house-pro-query{
    font-weight: bold;  
    font-size: 13px;
    line-height: 15px;
    color: #000000;
}
.convert-home-owner{
    color: #41CAC0;
    font-size: 13px;
    line-height: 15px;
}
.professional-dropdown-right{
    padding-left: 20px;    
}
.user-login-content-form{
    padding-bottom: 22px;
}
.form-secure-info-fields{
    width: 100%;
    padding-top: 28px;
    border-top: 1px solid #c2c2c2;
}
.form-secure-info-text{
    font-size: 18px;
    line-height: 22px;
    color: #797979;
    padding-bottom: 36px;
}
.keep-logged-in-check{
    width: 100%;
    padding-bottom: 16px;
}
.keep-logged-check-label {
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    font-weight: normal !important;
    line-height: 22px;
    margin: 10px 0 0;
    padding-left: 35px;
    position: relative;
    color:#797979;
}
.keep-logged-check-label:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;    
    position: absolute;
    left: 0;
    bottom: 1px;
    background-color: #fff;
    border:1px solid #b5b5b5;    
    font-family: 'modernpics';
}
#keep-logged-in:checked + label:before {
    content: "%";    
    font-size: 17px;
    color: #000000;
    text-align: center;
    line-height: 12px;
    font-weight:bold;   
}
.create-account-button{
    width: 100%;
    display: table;
    padding-top: 16px;

}
.create-account-button>button{
    padding: 10px 12px;
    font-size: 18px;
    line-height: 18px;
    font-weight: lighter;
    float: left;
}
.create-account-agrement-text{    
    float: left;
    line-height: 15px;
    padding-left: 34px;
    width: 400px;
}
.create-account-agrement-text>a{    
    color: #41CAC0;
}
.field-error{
    color: #b94a48;
    padding-left: 20px;
    display: none;
}
.correct-pass{
    color: #468847;
    padding-left: 20px;
    display: none;
}
.form-field-warning-symbol{
    font-size: 27px;
    color: #b94a48;
    margin-right: 10px;
}
.form-field-right-symbol{
    font-size: 27px;
    color: #468847;
    margin-right: 10px;
}
.form-field-warning-text{
    font-weight: normal;
    font-size: 13px;
    line-height: 13px;
    margin: 0;
    line-height: 11px;
    padding-left: 31px
}
.form-field-right-text{
    font-weight: normal;
    font-size: 13px;
    line-height: 13px;
    margin: 0;
    line-height: 11px;
    padding-left: 31px
}
.user_registration_province_name_wrapper{
    opacity: 0.5;
}
/*User Registration Step2 end*/
/*User Registration Step3 start*/
.check-email-wrapper{
    width: 100%;
    padding-top: 22px;
    font-size: 16px;
    color: #797979;
    text-align: center;
}
.check-email-text2{
    padding-top: 18px;
}
.check-email-text3{
    padding-top: 22px;
    font-weight: bold;
    font-size: 22px;
    padding-bottom: 38px;
}
/*User Registration Step3 end*/
/*change password start*/
.modify-credentials-content{
    padding-bottom: 190px;
}
.change-password-wrapper{
    width: 100%;
    padding: 10px 60px 32px 60px;
}
.password-text-box{
    margin-top: 20px;
    padding: 6px 10px;
    width: 388px;
    height: 38px;
    border: 1px solid #c2c2c2;
    border-radius: 5px;
    font-size: 16px;
    line-height: 20px;
}
.update-pass-button-wrapper{
    padding-top: 32px;
    width: 100%;
    display: table;
}
.update-pass-button{
    margin-right: 32px;
    padding: 8px 27px;
    font-size: 18px;
    margin-right: 30px;
    float: left;
}
.change-pass-error{    
    float: left;
    width: auto;
}
.change-pass-error>div>ul>li:nth-child(2){
    color: #797979;
}
.change-pass-need-help-wrapper{
    width: 100%;
    padding-top: 40px;        
    display: table;
}
.change-pass-need-help{
    float: right;
}
.change-pass-need-help>a{
    color: #41cac0;
}
/*change password end*/
/*Resend Email Start*/
.resend-activationmail-wrapper{
    width: 100%;
    padding: 0 60px;
}
.resend-email-addr-container{
    width: 100%;
}
.resend-email-addr{
    border: 1px solid #C2C2C2;
    border-radius: 5px;
    font-size: 16px;
    height: 38px;
    line-height: 20px;
    padding: 6px 10px;
    width: 388px
}
.resend-email-button-container{
    width: 100%;
    margin-top: 30px;    
}
.resend-activation-button{
    font-size: 18px;    
    padding: 8px 27px;
}
.signup-faq-wrapper{
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
}
.signup-faq-wrapper>p>a{
    color: #41cac0;
}
.resend-sign-up{
    float: left;
}
.resend-faq{
    float: right;
}
.no-matching-found-error{
    display: table;    
    padding-top: 16px;
    width: 100%;
    display: none;
}
.create-new-acct{
    color: #41cac0 !important;
}
.error-input-textbox{
    color: #B94A48;
}
/*Resend Email end*/
/*community page css starts*/
.communitySearchDiv .tab-bg-dark-navy-blue{background: #99C262 !important;border-radius: 0 !important;}
.searchCommName{color:#ffffff;padding: 5px 0 10px 15px;}
.communitySearchDiv .nav > li > a:hover, .communitySearchDiv .nav li.active a, .communitySearchDiv .nav li.dropdown a:hover, .communitySearchDiv .nav li.dropdown.open a:focus, .communitySearchDiv .nav .open > a, .communitySearchDiv .nav .open > a:hover, .communitySearchDiv .nav .open > a:focus {
    background-color: #A9D96C;
    color: #5C5C5C;
    text-decoration: none;
    transition: all 0.3s ease 0s;
    border-radius: 0;
}
.communitySearchTabDiv .sr-btn {background: none repeat scroll 0 0 #99C262;border: medium none;border-radius: 0 4px 4px 0;color: #FFFFFF;height: 40px;padding: 0 20px;}
.communitySearchTabDiv .sr-input {border: medium none;border-radius: 4px 0 0 4px;box-shadow: none;color: #8A8A8A;float: left;height: 40px;padding: 0 10px;}
.communitySearchTabDiv{padding-bottom:20px;}



.customerReviewsDiv li{display:inline-block;margin-bottom:20px;width:49.77%;}
/*.customerReviewsDiv .col-lg-6:nth-child(1){padding:0 20px 20px 0;}
.customerReviewsDiv .col-lg-6:nth-child(2){padding:0 0 20px 20px;}*/
.customerReviewsDiv p:nth-child(1){color:#444e67;font-size:14px;font-family: 'Open Sans', sans-serif; margin-bottom: 10px;}
.communityBannerDiv{margin: 100px 0;}
.communityBannerDiv p:nth-child(1){font-family: 'FjallaOne-Regular';font-size: 48px;color:#f3f3f3;line-height: 60px;}
.communityBannerDiv p:nth-child(2){font-family: 'FjallaOne-Regular';font-size: 30px;color:#f3f3f3;line-height: 30px;margin-bottom: 50px;}
.communityBannerDiv .btn{padding: 13px;font-size: 15px;font-family: 'Open Sans', sans-serif;font-weight: bold;}
.communityBannerDiv button{margin-right: 20px;}
.bannerBottmDiv{background-color: #cdcdcf;;height: 118px;}
.bannerBottmDiv .col-lg-1,.bannerBottmDiv .col-lg-5{margin: 13px 0;}
.bannerBottmDiv .col-lg-5 span{font-size: 18px;font-family: 'Open Sans', sans-serif;color:#1e1c1c;}
.bannerBottmDiv .col-lg-1 section{width:90%;padding: 13px 0;}
.bannerBottmDiv section p{font-size: 13px;font-family: 'Open Sans', sans-serif;margin-bottom: 7px;}
.bannerBottmDiv .active,.bannerBottmDiv section:hover{color:white;background-color: #f77b6f;}
.footerCommunitySectionDiv{background-color: #f2f2f2;border-radius: 5px;margin-bottom: 40px;}
.footerCommunitySectionDiv .col-lg-6{margin-left: 30px;}
.footerCommunitySectionDiv .col-lg-6 p:nth-child(1){font-family: 'FjallaOne-Regular';font-size: 16px;margin:15px 0 10px;;}
.footerCommunitySectionDiv .col-lg-6 p:nth-child(2){line-height: 15px;}
.footerCommunitySectionDiv .col-lg-6 .row{margin: 10px 0;}
.footerCommunitySection{position:relative; margin: 15px 50px;}
.footerCommunitySection .firstImageSection{position:relative; margin: 0}
.footerCommunitySection .secondImageSection{position:absolute; margin: 20px 0 0 -100px;}
.footerCommunitySection .thirdImageSection{position:absolute;margin: 8px 0 0 -27px;}
#mylistComm li a p{width:90%;text-align: left;display:inline-block;font-weight: 600;color:#333333;}
#mylistComm li a .picto{font-size: 13px;color:#999999;}
#mylistComm  .active a{background-color: #f7f7f7;border-radius: 4px 0 0 4px;}
#mylistComm  .active a .picto{color:#333333;}
#mylistComm a:hover{background-color: transparent;color:#3399cc;}
#mylistComm a p:hover{color:#3399cc;text-decoration: underline;}
.communityMembers li{
    display: inline-block;
    width: 24.39%;
    margin: 0;
    padding: 5px 0;
    text-align: center;
    position: relative;
}
.communityMembers li img{width:100%;}
.vedioGalleryDiv article{padding-bottom: 10px;
                         border-bottom: 1px solid #f5f5f5;}
.communitySearchDiv{background-color: #a9d96c;}
.communitySearchDiv .panel-body,.designCommunityDiv .panel-body{padding-bottom:0;}
.communitySearchDiv .row {margin-top:10px;color:#ffffff;font-family: 'Open Sans', sans-serif;}
.communitySearchDiv .col-lg-1 .picto{font-size: 44px;}
.communitySearchDiv .col-lg-1{padding-top:10px;}
.communitySearchDiv .labelSearch{background-color:#99c262;border:1px solid #d7edba;color:white;height:50px;width:50px;border-radius: 5px;padding:10px;cursor: pointer;}
.communitySearchDiv .labelSearch i{font-size:25px;}
.communitySearchDiv .col-lg-7 a{color:#ffffff;text-decoration: underline;line-height: 20px;cursor: pointer;}
.communitySearchDiv .labelSearch:hover,.communitySearchDiv .labelSearch:active{opacity: 0.5;}
.searchOptions .col-lg-6{background-color: #99c262;}
.searchOptions .picto{font-size:36px;}
.searchOptions .col-lg-6{padding:15px 0;cursor: pointer;}
#secondOption p{height: 40px;}
.searchOptions p{padding-top: 10px;font-family: 'Open Sans', sans-serif; }
.searchOptions .active{background-color: #a9d96c;color:#4b8213;}
.communityDesignPros p:nth-child(1){font-family: 'FjallaOne-Regular';font-size: 16px;line-height: 25px;}
.communityDesignPros p:nth-child(2),.communityDesignPros p:nth-child(3){font-family: 'Open Sans', sans-serif;font-size: 13px;line-height: 18px;}
.communityDesignPros section:nth-child(1){background-color: #f4f4f4;margin:0 10px 10px 0;border-radius: 5px;}
.communityDesignPros section:nth-child(1){background-color: #f4f4f4;margin:0 0 10px 10px;border-radius: 5px;}
.commMarginBt{margin-bottom: 40px;}
.commMarginBt i{color:#475268;}
.browsecommText p:nth-child(1){font-family: 'FjallaOne-Regular';font-size: 26px;line-height: 30px;padding: 0 20px 30px;}
.browsecommText a{color:#3399cc;cursor: pointer;}
.projectGallary{margin-bottom: 15px;}
/*community page css end*/
.user-login-content-main-content-signup-email input.error{
    border-color: #B94A48 !important;
}
.user-login-content-main-content-signup-email label.error{
    color: #B94A48;    
    font-weight: normal;
    line-height: 8px;
    padding: 10px 0 10px 25px;
    position: relative;
    margin-bottom: 0;
}
.user-login-content-main-content-signup-email label.error:before{
    content: "!";
    font-family: "modernpics";
    font-size: 27px;
    height: 20px;
    left: 0;
    line-height: 0;
    margin-top: 0;
    position: absolute;
    width: 20px;
}
.user-login-content-form-container input.error{
    border-color: #B94A48 !important;
}
.user-login-content-form-container label.error{
    color: #B94A48;    
    font-weight: normal;
    line-height: 8px;
    padding: 10px 0 10px 30px;
    position: relative;
    margin-bottom: 0;
    font-size: 13px;
    top: -2px;
}
.contact-us-right-wrapper label.error{
    color: #B94A48;    
    font-weight: normal;
    line-height: 8px;
    padding: 10px 0 10px 30px;
    position: relative;
    margin-bottom: 0;
    font-size: 13px;
    margin-top: 5px;
}
.user-login-content-form-container label.error:before,.contact-us-right-wrapper label.error:before{
    content: "!";
    font-family: "modernpics";
    font-size: 27px;
    height: 20px;
    left: 0;
    line-height: 0;
    margin-top: 0;
    position: absolute;
    width: 20px;
}
.error_border{
    border: 1px solid #B94A48 !important;
    border-radius:4px !important;
}
.hidden_input{
    height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
    position: absolute;    
}
.recommend_pro_province_name_wrapper{
    opacity: 0.5;
}
/*recommended pro contest css starts*/
.recommendContestList li{width:32%;display: inline-block;padding: 15px 0;}
.recommendContestList li a{line-height:20px;font-size:17px;color:#cccccc;}
.recommendContestList li a .label{border-radius: 50%;padding: 8px 15px;font-size: 17px;background-color:#cccccc; }
.recommendContestList .active a{color:#333333;}
.recommendContestList .active a .label{background-color:#3399cc;}
.recommendedContestForm label{font-size: 18px;font-weight: normal;color:#333333;line-height: 25px;display:block;}
.recommendedContestForm .form-control {
    font-size: 16px;
    height: 38px;
    display:inline-block;
}
.recommendedContestForm .btn-white {
    padding: 9px 12px;
    background-color: #f2f2f2;
    border-left: none;
}
.recommendedContestForm p{margin:20px 0;}
.form-width{width:65%;}
.form-width-half{width:32%;}
#ContestFormValidation label.error,#recommendedProSection label.error,#changePasswordField label.error {
    color: #B94A48;
    line-height: 8px;
    margin-bottom: 0;
    padding: 10px 0 10px 25px;
    position: relative;
    display:inline-block;
    font-size:12px;
    font-weight: bold;
    margin-left:12px;
    background: none;
}
.other-error{
    display: none !important;
}
#other_field_error{    
    margin-left: 70px !important;
}
#ContestFormValidation label.error:before ,#recommendedProSection label.error:before,#changePasswordField label.error:before{
    content: "!";
    font-family: "modernpics";
    font-size: 27px;
    height: 20px;
    left: 0;
    line-height: 0;
    margin-top: 0;
    position: absolute;
    font-weight: normal;
    width: 20px;
}
.recommendContestCotainerWrapper{background: #e0dbd5;}
.recommenedproContestContainer{
    width:705px !important;
    border: 1px solid #c7c7c7;
    border-radius: 5px;
    box-shadow: 5px 5px 40px 5px #e7e7e7;
    background-color: #ffffff;
    float:right;
    margin-bottom: 60px;
}
.ContestContainerTopImage{margin-left:-87px;margin-top:-68px;}
.recommendeContestGiftDiv .giftpack{margin-top:167px;margin-left:175px;}
.giftPackBelowText{margin-left: 165px;}
.giftPackBelowText p{font-size:13px;font-weight:bold;color:#3d3d3d;line-height: 15px;margin-bottom:20px;}
.giftPackBelowText a{color:#3399CC;cursor:pointer;}
.contestHeaderText{font-size: 44px;color:#3d3d3d;font-family: 'Open Sans', sans-serif;text-align: right;line-height: 44px;margin:25px 0 60px;padding-right: 75px;}
.recommendedProInnerContainer{padding:0 60px;}
.recommendedProInnerContainer p:nth-child(1){color:#3d3d3d;font-size:26px;font-family: 'Open Sans', sans-serif;text-align: center;font-weight: bold;line-height: 30px;}
.recommendedProInnerContainer p:nth-child(2){color:#3d3d3d;font-size:13px;font-family: 'Open Sans', sans-serif;text-align: center;line-height: 15px;margin: 10px 0;}
#ContestFormValidation .form-group input.error , #ContestFormValidation .form-group textarea.error{ border-color: #B94A48 !important;}
/*recommended pro contest second block css starts*/
.contestRadioButtons input[type="radio"] {
    display:none;
}

.contestRadioButtons label {
    width:46%;display:inline-block;
    padding-left:30px;
    color: #333333;
    font-weight: bold;
    line-height: 23px;
    font-size: 18px;
    background: url("../img/radioOff.png") left top no-repeat;
}
.contestRadioButtons span{padding-right: 20px; line-height: 23px;font-size: 18px;color:#333333;}
.contestRadioButtons input[type="radio"]:checked + label {
    background: url("../img/radioOn.png") left top no-repeat;
    color: #3399cc;
    font-weight: bold;
    line-height: 23px;
    font-size: 18px;
}
.radiBtGroup input[type="radio"] {
    display:none;
}

.radiBtGroup label {
    /*width:46%;display:inline-block;*/
    padding-left:30px;
    color: #333333;
    line-height: 25px;
    font-size: 13px;
    background: url("../img/radioOff.png") left center no-repeat;
}
.radiBtGroup input[type="radio"]:checked + label {
    background: url("../img/radioOn.png") left center no-repeat;
    color: #3399cc;
    line-height: 25px;
    font-size: 13px;
}
.bonusEntries{margin:40px 0 117px 0;}
.bonusEntries div{font-size: 18px;text-align: left;line-height:20px;color:#333333;}
.bonusEntries div:nth-child(2){margin:24px 0 34px 0;}
.bonusEntries img{margin-right: 30px;}
.bonusEntries img:hover,.bonusEntries img:active{cursor: pointer;opacity:0.8;}
.radioButtonsGroupDiv{
    background: url("../img/radioButtonsBg.png") no-repeat;
    margin-left: 42px;
    padding:20px 0;
    background-size: 100% 100%;
    background-position: 0 0;
}
.radioButtonsGroupDiv .radiBtGroup{margin-left: 75px;}
.radioButtonsGroupDiv .radioButtonsText{font-size:13px;}
.hidden_input {
    border: 0 none !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    position: absolute;
}
.contestDropDownList .error {
    position: absolute !important;
    margin-left: 56% !important;
    margin-top: -50px !important;}
/*recommended pro contest second block css ends*/
/*recommended pro contest css ends*/
.password-success {
    color: #468847;
    line-height: 8px;
    margin-bottom: 0;
    padding: 10px 0 10px 22px;
    position: relative;
    display:inline-block;
    font-size:12px;
    font-weight: normal;    
}
.password-success:before {
    content: "%";
    font-family: "modernpics";
    font-size: 20px;
    height: 20px;
    left: 0;
    line-height: 0;
    margin-top: 0;
    position: absolute;
    font-weight: normal;
    width: 20px;
}
/*invite customer css start*/
/*#invitebutton{
    background: none repeat scroll 0 0 #008800;
    border: 0 none;
    border-radius: 25px;
    color: #FFFFFF;
    display: block;
    height: 30px;
    margin: 0 auto;
    width: 150px;
    font-size: 14px;
}*/
.divcenter{
    float: left; 
    width: 100%;
    padding: 15px 0;
    color: #ffffff;
    font-weight: bold;
    font-size: 22px;
    margin-bottom: 10px;
    line-height: 30px;
}
.business-listing-pop-up-round-adjust{
    padding: 20px;
}
.business-listing-pop-up-header1{
    /*    background-color: #41CAC0;*/
    background-color: #58c9f3;
    font-size: 30px;
    font-weight: normal;
    border-radius: 5px 5px 0 0;
}
.customer_invite_info{
    float: left;
    width: 100%;
    padding: 10px 0;    
    font-size: 18px;
    line-height: 22px;
    /*    color:red;*/
}
#image{
    float:left;    
}
#textbox{
    float:right;
    margin-right: 10%
}
#innerdiv{
    display: block; 
    text-align: center;
    padding-top: 10px;
    margin-bottom: 10px;
}
#innerdiv>label{
    font-size: 14px;
    font-weight: normal;
    cursor: pointer;
    color: #000000;
}
#name-email>li{
    margin-bottom: 10px;
    display: table;
}
#name-email>li:first-child>.customer-invite-add-form{
    display: inline;
}
#name-email>li>input{
    width: 200px;
    float: left;
    line-height: 30px;
    height: 30px;
    font-size: 14px;
}
#name-email>li>input:nth-child(1){
    margin-right: 20px;
}
#name-email>li>input:nth-child(2){
    margin-right: 20px;
}
hr{
    clear:left
}
.invite_pop_up_inner_wrapper{
    float: left;
    padding: 0 20px;
}
.invite_form{
    border-top: 1px solid #c2c2c2;
}
.customer_invite_check{
    display: inline !important;
    margin-right: 10px !important;
    width: 15px;
    height: 15px;    
}
#innerdiv>span{
    font-size: 14px;
}
#customer_invite_business_logo{
    max-width: 150px;
}
.pop-up-close-icon{
    position: absolute;
    top: -13px;
    right: -13px;
    height: 25px;
    cursor: pointer;
}
.customer-invite-add-form{
    float: left;
    height: 30px;
    line-height: 22px;
    margin-right: 10px;
}
.customer-invite-remove-form{
    float: left;
    height: 30px;
    line-height: 22px;
    margin-right: 10px;
}
.customer-invite-form-error{
    color: #B94A48 !important;
    font-size: 14px !important;
    font-weight: normal !important;
}
#business-listing-pop-up-personal-details-form-fields input.error{
    border-color: #B94A48 !important;
}
#business-listing-pop-up-personal-details-form-fields label.error{
    color: #B94A48;    
    font-weight: normal;
    line-height: 8px;
    padding: 10px 0 10px 25px;
    position: relative;
    margin-bottom: 0;
}
#business-listing-pop-up-personal-details-form-fields label.error:before{
    content: "!";
    font-family: "modernpics";
    font-size: 27px;
    height: 20px;
    left: 0;
    line-height: 0;
    margin-top: 0;
    position: absolute;
    width: 20px;
}
/*.btn-add{
  
   display:none;
} */

/*invite customer css end*/
/*casaguru home page css starts*/
.casaTextTransform{text-transform: lowercase;}
/*.totalBodyOfHomePage p{line-height: 22px;}*/
.totalBodyOfHomePage .form-control{height:35px;font-size:14px; font-family: 'FjallaOne-Regular';font-weight: normal;width:152px;padding: 0px 6px;}
.totalBodyOfHomePage .meanOfCasaguru p{font-size: 20px;font-family: 'Open Sans', sans-serif;line-height: 25px;}
.homePageSocialLinksDiv p{color: #475168;font-size: 15px;font-weight: 300;text-transform: uppercase;margin-top: 20px;font-family: 'FjallaOne-Regular';}
.quickfactsHeading{color: #475168;font-size: 24px;font-weight: 300;font-family: 'FjallaOne-Regular';margin-bottom: 10px;padding-left: 15px;}
.totalBodyOfHomePage .btn-warning{position:absolute;margin-left:-107px;margin-top:-35px;border-radius: 3px;}
.totalBodyOfHomePage .form-inline .btn-warning{border-radius: 3px;padding:9px 12px;margin: 0 0 0 10px;}
.totalBodyOfHomePage .btn-success{position:absolute;margin-left:-107px;margin-top:-37px;border-radius: 3px;}
.totalBodyOfHomePage .form-inline .btn-success{border-radius: 3px;padding:9px 12px;margin: 0 0 0 10px;}
.totalBodyOfHomePage .form-inline .form-control{padding-right: 12px;}
.totalBodyOfHomePage .form-inline {margin: 20px 0 20px -100px;}
.state-overview section{background: #f4f4f4;}
.totalBodyOfHomePage .f-box {
    background-color: #f4f4f4;
    border-radius: 10px;
    cursor: pointer;
    padding: 20px;
    text-align: center;
    min-height: 210px;
    margin-bottom: 20px;
    transition-duration: 500ms;
    transition-property: width, background;
    transition-timing-function: ease;
    -webkit-transition-duration: 500ms;
    -webkit-transition-property: width, background;
    -webkit-transition-timing-function: ease;
}
.totalBodyOfHomePage .f-box:hover, .totalBodyOfHomePage .f-box.active {
    background-color: #f77b6f;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    min-height: 210px;
    margin-bottom: 20px;
    transition-duration: 500ms;
    transition-property: width, background;
    transition-timing-function: ease;
    -webkit-transition-duration: 500ms;
    -webkit-transition-property: width, background;
    -webkit-transition-timing-function: ease;
}
.totalBodyOfHomePage .f-box i,.totalBodyOfHomePage .f-box .picto {
    font-size: 100px;
    line-height: normal;
    display: block;
    color: #f77b6f;
}
.totalBodyOfHomePage .f-box:hover i, .totalBodyOfHomePage .f-box.active i,.totalBodyOfHomePage .f-box:hover .picto,.totalBodyOfHomePage .f-box.active picto {
    font-size: 100px;
    line-height: normal;
    display: block;
    color: #fff;
}
/*.hgtvBackGround:hover,.hgtvBackGround .active{
    background-image: url("../img/Hgtv.png");     
}*/
.hgtvBackGround{
    background-image: url("../img/HGTV-Logo-130px.png");
    background-repeat: no-repeat;
    background-position: center 25px;

}
.leftBackGround{
    background-image: url("../img/left_image.png");    
    background-repeat: no-repeat;
    background-position: center 25px;
    /*background-size: 133px 68px;*/
}
.rightBackGround{
    background-image: url("../img/FREE-icon.png");    
    background-repeat: no-repeat;
    background-position: center 25px;
    /*background-size: 133px 68px;*/
}
.hgtvBackGround h2,.leftBackGround h2,.rightBackGround h2{margin-top: 150px;}
.totalBodyOfHomePage .f-box:hover h2, .totalBodyOfHomePage .f-box.active h2 {
    color: #fff;
}
.totalBodyOfHomePage .feature-head{padding: 50px 0;}
.totalBodyOfHomePage .feature-head h1 {
    color: #475168;
    font-size: 30px;
    font-weight: 300;
    text-transform: uppercase;
    margin-top: 0;
    font-family: 'FjallaOne-Regular';
}
.totalBodyOfHomePage .feature-head p {
    color: #8a8b8b;
    font-size: 18px;
    font-weight: 300;
}
.totalBodyOfHomePage .f-text {
    font-size: 15px;
    font-weight: 300;line-height: 22px;}
.totalBodyOfHomePage .f-box h2 {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 400;
    font-family: 'FjallaOne-Regular';
}
.totalBodyOfHomePage .quote {
    margin: 70px 0 0 0;
    display: inline-block;
    width: 100%;
    background-image: url("../img/news-background.jpg");    
    background-repeat: no-repeat;
    background-position: center center;
    padding:40px 0;
}
.totalBodyOfHomePage .quote-info {
    /*    background: #475168;*/
    padding: 20px;
    /*    border-radius: 4px;
        -webkit-border-radius: 4px;
        min-height: 72px;*/
}
.totalBodyOfHomePage .quote-info h1 {
    color: #fff;
    font-weight: 400;
    font-size: 35px;
    /*    margin: 0 0 5px 0;*/
    margin: 20 0 5px 0;
    text-transform: uppercase;
    margin-bottom: 0;
    /*font-family: 'FjallaOne-Regular';*/
}
/*.totalBodyOfHomePage .houseKeysQuote{
    background-image: url("../img/news-background.jpg");    
    background-repeat: no-repeat;
    background-position: center center;

}*/
.totalBodyOfHomePage .quote-info p {
    color: #ffffff;
    font-weight: 300;
    line-height: 22px;
    margin: 0;
    font-size: 18px;font-family: 'FjallaOne-Regular';}
.totalBodyOfHomePage .purchase-btn {
    width: 100%;
    line-height: 75px;
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
    font-family: 'FjallaOne-Regular';}
.totalBodyOfHomePage .property {
    /*padding: 100px 0;*/
    padding: 10px 0 30px 0;
    margin-bottom: 60px;
}
.totalBodyOfHomePage .property h1 {
    color: #475168;
    font-size: 24px;
    text-transform: uppercase;
    font-family: 'FjallaOne-Regular';
    font-weight: 400;
    margin-bottom: 30px;
}
.totalBodyOfHomePage a.btn-purchase {
    background: #475168;
    color: #fff;
    text-transform: uppercase;
    padding: 20px 40px;
    margin-top: 30px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.totalBodyOfHomePage .tab .nav > li > a {
    padding: 18px 15px;font-size: 16px;
}
.totalBodyOfHomePage .parallax1 {
    background: url("../img/flat_parallax.jpg") no-repeat fixed 0 0 #f77b6f;
    background-size: cover;
    width: 100%;
    min-height: 400px;
    font-style: italic}
.totalBodyOfHomePage .tab-bg-dark-navy-blue {
    background: #6f6f6f;
}
.totalBodyOfHomePage .panel-heading .nav > li.active > a, .totalBodyOfHomePage .panel-heading .nav > li > a:hover {background: #f4f4f4;}
.totalBodyOfHomePage .tab{background: #f4f4f4;}
.totalBodyOfHomePage .parallax1 h1 {
    text-align: center;
    color: #fff;
    font-size: 25px;
    font-weight: 300;
    line-height: 40px;
    margin-top: 160px;
}
.totalBodyOfHomePage .parallax1 p:nth-child(2) {
    color: #fff;
    font-size: 18px;font-style: normal; }
.totalBodyOfHomePage .parallax1 p:nth-child(3) {
    color: #fff;
    font-size: 16px;font-style:normal; }
[data-zlname] {
    position: relative;
    overflow: hidden;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.item img {
    width: 100%;
    height: 100%;
}
[data-zlname] {
    -moz-box-sizing: border-box;
    overflow: hidden;
    position: relative;
}
.view {
    background: none repeat scroll 0 0 #FFFFFF;
    cursor: default;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
}
[data-zl-ovrolling] {
    display: none;
    height: 100%;
    position: absolute;
    width: 100%;
}
.item img {
    height: 100%;
    width: 100%;
}
[data-zlname] > img {
    display: block;
    max-width: 100%;
}
.view-tenth img {
    transform: scaleY(1);
    transition: all 0.4s ease-in-out 0s;
}
.view img {
    display: block;
    position: relative;
}
.view-tenth .mask {
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: all 0.5s linear 0s;
}
.view .mask, .view .content {
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
}
[data-zlname] [data-zl-popup] {
    background: none repeat scroll 0 0 #323231;
    color: #FFFFFF;
    display: none;
    height: 40px;
    overflow: hidden;
    padding: 1px;
    position: absolute;
    text-align: center;
    width: 40px;
}
.mask a i {
    color: #242424 !important;
    font-size: 16px;
    line-height: 40px;
}
[data-zlname="reverse-effect"] [data-zl-popup="link2"] {
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 50%;
}
[data-zlname] [data-zl-popup] {
    background: none repeat scroll 0 0 #323231;
    color: #FFFFFF;
    display: none;
    height: 40px;
    overflow: hidden;
    padding: 1px;
    position: absolute;
    text-align: center;
    width: 40px;
}
.view-tenth img {
    -webkit-transform: scaleY(1);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.r-work {
    color: #475168;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 20px;
    font-family: 'FjallaOne-Regular';
}
.bx-wrapper {
    margin-bottom: 120px;
}
.totalBodyOfHomePage .col-xs-1, .totalBodyOfHomePage .col-sm-1, .totalBodyOfHomePage .col-md-1, .totalBodyOfHomePage .col-lg-1, .totalBodyOfHomePage .col-xs-2, .totalBodyOfHomePage .col-sm-2, .totalBodyOfHomePage .col-md-2, .totalBodyOfHomePage .col-lg-2, .totalBodyOfHomePage .col-xs-3, .totalBodyOfHomePage .col-sm-3, .col-md-3, .totalBodyOfHomePage .col-lg-3, .totalBodyOfHomePage .col-xs-4, .totalBodyOfHomePage .col-sm-4, .totalBodyOfHomePage .col-md-4, .totalBodyOfHomePage .col-lg-4, .totalBodyOfHomePage .col-xs-5, .totalBodyOfHomePage .col-sm-5, .totalBodyOfHomePage .col-md-5, .totalBodyOfHomePage .col-lg-5, .totalBodyOfHomePage .col-xs-6, .col-sm-6, .totalBodyOfHomePage .col-md-6, .totalBodyOfHomePage .col-lg-6,.totalBodyOfHomePage .col-xs-7,.totalBodyOfHomePage .col-sm-7,.totalBodyOfHomePage .col-md-7,.totalBodyOfHomePage .col-lg-7,.totalBodyOfHomePage .col-xs-8,.totalBodyOfHomePage .col-sm-8,.totalBodyOfHomePage .col-md-8,.totalBodyOfHomePage .col-lg-8,.totalBodyOfHomePage .col-xs-9,.totalBodyOfHomePage .col-sm-9,.totalBodyOfHomePage .col-md-9,.totalBodyOfHomePage .col-lg-9,.totalBodyOfHomePage .col-xs-10,.totalBodyOfHomePage .col-sm-10, .totalBodyOfHomePage .col-md-10, .totalBodyOfHomePage .col-lg-10, .totalBodyOfHomePage .col-xs-11, .totalBodyOfHomePage .col-sm-11, .totalBodyOfHomePage .col-md-11,.totalBodyOfHomePage .col-lg-11, .totalBodyOfHomePage .col-xs-12, .totalBodyOfHomePage .col-sm-12, .totalBodyOfHomePage .col-md-12, .totalBodyOfHomePage .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px !important;
    padding-right: 15px !important;;
}

.main-slider {
    background: #475168;
    color: #fff;

    z-index: 1;
    position: relative;
    overflow:hidden;
}

.slider-colored {
    z-index: 1;
    position: relative;
    border-top: solid 1px #eee;
    border-bottom: solid 1px #eee;
}

.slide_title {
    font-weight: 300;
    color:#F77B6F;
    text-transform: uppercase;
    font-size:35px;
    font-family: 'Fjalla One', sans-serif;
}

.slide_subtitle {
    font-family: 'Open Sans';
    font-weight: 400;
    padding: 5px;
    color:#fff;
    text-transform: uppercase;
    font-size:18px;
}

.slide_list_item {
    font-family: 'Open Sans';
    font-weight: 400;
    padding: 5px;
    color:#fff;
    text-transform: uppercase;
    font-size:14px;
}

.slide_desc {
    color:#fff;
    font-size:14px;
    line-height:24px;
    font-weight: lighter;
}

.slide_desc_bordered {
    border-left: 3px solid #ddd !important;
    padding-left: 5px;
}

.slide_btn {
    font-family: 'Open Sans';
    font-weight: 300;
    background:#ec511b;
    padding:15px 20px;
    color:#fff;
    font-size:14px;
    text-transform: uppercase;
    cursor:pointer;
}

.slide_btn:hover, .slide_btn:focus {
    font-family: 'Open Sans';
    font-weight: 300;
    background: #fc511b;
    padding:15px 20px;
    color:#fff;
    font-size:14px;
    text-transform: uppercase;
    cursor:pointer;
}
.slideBgColor{
    background:#f1c500 !important;
}
.slideBgColor:hover, .slideBgColor:focus {
    background:#e1c500 !important;
}
.dark-text {
    color: #797d87;
}

.yellow-txt {
    color: #ffe582;
}
/*recent work*/

.bx-controls-direction a {
    background-color: #eee !important;
    padding: 20px 35px;
    border-radius: 5px !important;
    margin-left: 5px !important;

    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.bx-controls-direction a:hover {
    background-color:#F77B6F !important;

    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.bx-wrapper .bx-prev, .bx-wrapper .bx-prev:hover {
    left: 43%;
    background-position: 25px 8px ;
}

.bx-wrapper .bx-next, .bx-wrapper .bx-next:hover {
    background-position: 22px 8px;
}
.clients {
    margin-top: 50px;
}
.list-unstyled {
    padding-left: 0;
    list-style: none;}
.clientsList li{
    display: inline-block;
    margin: 0 25px;}
/*casaguru home page css ends*/
/*Casaguru login page css starts*/
.modal-dialog p{margin-bottom: 10px;}
.loginForm{margin:10px auto 40px;background: #ffffff;}
.loginForm input[type=checkbox] {display: block;}
.form-signin .checkbox {line-height: 20px;}
/*Casaguru login page css ends*/
/*blog landing page*/

.lp_cal_btn{
    border-radius: 0;
    margin-left: 50%;
    width: 64%;
}
.breadcrumbs {
    background: none repeat scroll 0 0 #475268;

    color: #FFFFFF;
    margin-bottom: 40px;
    padding: 45px 0;
}
.breadcrumbs h1 {
    font-family: 'Fjalla One',sans-serif !important;
    font-size: 24px;
    font-weight: 600;
    margin: 3px 0 0;
    text-transform: uppercase;
}
.breadcrumb li a {
    color: #F77B6F;
}
.date-wrap, .comnt-wrap {
    margin-bottom: 20px;
}

.date-wrap .date {
    background: none repeat scroll 0 0 #F77B6F;
    border-radius: 4px 4px 0 0;
    color: #FFFFFF;
    font-size: 30px;
    font-weight: 300;
}

.date-wrap span, .comnt-wrap span {
    display: block;
    padding: 10px 0;
    text-align: center;
}

.date-wrap .month {
    background: none repeat scroll 0 0 #F6F5F0;
    border-radius: 0 0 4px 4px;
    color: #A19FA2;
    font-size: 16px;
    font-weight: 300;
}

.comnt-wrap .comnt-ico {
    background: none repeat scroll 0 0 #EFEEE9;
    border-radius: 4px 4px 0 0;
    color: #A0A0A0;
    font-size: 20px;
}

.author {
    font-size: 16px;
    margin: 25px 0 30px;
}
.author a, .shate-view a {
    color: #F77B6F;
}

.shate-view {
    margin-top: 20px;
}

.blog-item h1, .blog-item h1 a {
    color: #F77B6F;
    font-family: 'Fjalla One',sans-serif;
    font-size: 25px;
    font-weight: 300;
}
.blog-item {
    border-bottom: 1px dashed #DDDDDD;
    margin-bottom: 40px;
    padding-bottom: 40px;
}
.about_blog-item {
    
    margin-bottom: 40px;
    padding-bottom: 40px;
}
.advertisement{
    width: 300px;
    height: 250px;    
    margin-top: 10px;
    margin-bottom: 20px;
}
.align{
    padding-left: 30px; padding-right: 30px;
}
.left_links{
    margin-top: 0px ; margin-bottom: 10px; line-height: 20px;
}
.media h3 {
    margin-top: 20px;
}
.content h3, .media h3 {
    color: #475168;
    font-family: 'Fjalla One',sans-serif;
    font-size: 20px;
    margin-top: 0;
}
.media > .pull-left {
    /*    margin-left: 18px;*/
    margin-left:0px; /*Satish*/
}
.media, .media-body {
    overflow: hidden;
}
.media-body h4 {
    color: #475168;
    font-size: 16px;
}
.media-heading {
    margin: 0 0 5px;
}
.media p {
    line-height: normal;
}
.skills {
    color: #47506A;
    font-family: 'Fjalla One',sans-serif;
    font-size: 20px !important;
    margin-bottom: 25px;
}
.social_floating_icons{
    margin-left: 44%;    
}

.social_floating_icons li:first-child{
    margin-top: 0px !important;
}
.social_floating_icons li{
    margin-top: 5px;
}
.big_add{
    width: 100%;
    height: 90px;
    margin-left: 120px;
    margin-bottom: 20px;
}

.carousel-caption {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.6);
    bottom: 0;
    color: #FFFFFF;
    left: 0 !important;
    padding-bottom: 5px;
    padding-top: 10px;
    position: absolute;
    right: 9px !important;
    text-align: center;
    text-shadow: 0 0 0 rgba(0, 0, 0, 0);
    z-index: 10;
}

.carousel-control {
    background: none repeat scroll 0 0 #000000 !important;
    bottom: 40%;
    color: #FFFFFF;
    font-size: 20px;
    left: 0;
    line-height: 48px;
    opacity: 0.5;
    position: absolute;
    text-align: center;
    text-shadow: 0 0 0 rgba(0, 0, 0, 0);
    top: 40%;
    width: 10%;
}

.carousel-control.left, .carousel-control.right {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
}

#dialog {
    background: none repeat scroll 0 0 #F9F9F9;
    border-radius: 4px;
    color: #444444;
    position: relative;
    text-shadow: none;
}
.blogLandingDescription{
    height: 99px;
    overflow: hidden;
    margin-bottom: 20px;
}
#communitiesLists .blogLandingDescription,#FeaturedommunitiesLists .blogLandingDescription{height: 55px;}
#communitiesLists img,#FeaturedommunitiesLists img{max-height: 100px;max-width: 100px;}
#communitiesLists .text-danger,#FeaturedommunitiesLists .text-danger{
    cursor:pointer;
}
.active_page{
    background: none repeat scroll 0 0 #EEEEEE;
    color:#797979 !important;

    /*display:block !important;*/
}
#page_navigation{
    text-align: center;
    margin-bottom: 30px;
}
#page_navigation a{
    padding:10px;
    border:1px solid #f2f2f2;
    border-right: none;
}
#page_navigation a:last-child{
    border-right: 1px solid #f2f2f2;;
    border-radius: 0 4px 4px 0;
}
#page_navigation a:first-child{
    border-radius: 4px 0 0 4px;
}
#latestBlogPostDiv img,#savingsPostDiv img{height: 80px;width:80px;}
/*blog landing page css ends*/

/*business registration page css starts*/

.offerHeader{font-size: 28px;font-family: 'Open Sans', sans-serif;color:#333333;margin: 15px 0;font-weight: bold;text-align: center;line-height: 30px;}
.offerHeader span,.businessListingOffer p:nth-child(1) span{color:#ef672d}
.businessListingOffer{padding-bottom: 18px;border-bottom: 1px solid #dfdfdf;}
.businessListingOffer p:nth-child(1){color:#3d3d3d;font-size: 28px;font-family: 'Open Sans', sans-serif;font-weight: bold;line-height: 30px;}
.businessListingOffer p:nth-child(2){color:#3d3d3d;font-size: 18px;font-family: 'Open Sans', sans-serif;line-height: 30px;}
.businessListingOfferDiv{ border:1px solid #c7c7c7;border-radius: 5px;padding:30px 60px;box-shadow: 5px 5px 40px 5px #e7e7e7;background-color: #ffffff;}
.registrationForm .form-group {margin-left: 0;margin-right: 0;}
.registrationForm .formHeading{font-size: 18px;font-family: 'Open Sans', sans-serif;color:#333333;margin-bottom: 10px;margin-top: 17px;}
.registrationForm .form-control,.myAccountsContainer .form-control {font-size: 16px;height: 40px;}
.registrationForm .btn-white,.myAccountsContainer .btn-white{padding:9px 12px;background-color: #f2f2f2;border-left: none;}
.registrationForm .badge{padding:2px 5px;position: absolute;margin-left: 5px;bottom:3px;}
.registrationForm .control-label{font-size: 13px;font-weight: bold;color:#333333;text-align: right;padding-top: 14px;padding-right: 15px;}
.registrationForm  .form-group{margin-bottom: 10px;}
.registrationForm .personDetailsText .col-lg-8 p{font-size: 13px;color:#333333;padding-top: 14px;}
.arrow_box_1a img{position:absolute;top:30px;margin-left: 96%;z-index: 1;}
.addBusinessButton,.previewButton{font-size: 15px;font-weight: bold;font-family: 'Open Sans', sans-serif;color:#ffffff;background-color: #3399cc;border-color: #3399cc;padding: 14px 32px;margin: 15px 0;}
.addBussText,.formChangeLocation span {font-size: 13px;color:#333333;line-height: 18px; font-weight: bold;}
.addBussText a,.bottomHeaderText a,.formChangeLocation span a,.notMyDetails span a{color:#3399cc;cursor: pointer;}
.bottomHeaderText{color:#333333;margin: 35px 0;}
.formChangeLocation,.formChangeLocation p{padding-top:22px;}
.notMyDetails p {padding-top: 25px;}
.dropDownFieldsDiv{padding-right: 15px;}
.m-bot-none {margin-bottom: 0 !important;}
.notMyDetails{padding-top: 40px;}
#BusinessTypeTextBox,#countryTextbox,#proStateTextBox,#iamTextBox,#professionalTextBox{background: #ffffff;}

#businessRegistrationForm .dropdown-menu,.myAccountsContainer .dropdown-menu{ min-width: 100% !important;max-height: 200px;overflow-y: scroll;}
#businessRegistrationForm .dropdown-menu li,.myAccountsContainer .dropdown-menu li{border-bottom: 1px solid #f4f4f4;}
#businessRegistrationForm .dropdown-menu li:last-child,.myAccountsContainer .dropdown-menu li:last-child{border-bottom: none;}
#businessRegistrationForm label.error {
    /*    padding-top: 10px;
        padding-left: 30px;
        width: auto;
        color: #9e0000;
        background-image: url('../img/errorIcon.png');
        background-position: left bottom;
        background-repeat: no-repeat;*/    
    color: #B94A48;
    line-height: 8px;
    margin-bottom: 0;
    padding: 10px 0 10px 25px;
    position: relative;
}
#businessRegistrationForm label.error:before {
    content: "!";
    font-family: "modernpics";
    font-size: 27px;
    height: 20px;
    left: 0;
    line-height: 0;
    margin-top: 0;
    position: absolute;
    font-weight: normal;
    width: 20px;
}
#businessRegistrationForm .form-group input.error , #businessRegistrationForm .form-group textarea.error{ border-color: #9e0000 !important;}
.footer-2-wrapper-BR{
    width:100%;
    padding:18px 104px 46px 104px;
    background-color:#363636;
    float:left;
}
.arrow_box_1a {
    width: 300px;
    height: auto;
    /*    min-height: 160px;        */
    position: relative;
    /*        background: #88b7d5;*/
    background: #ffffff;
    float: right;
    border:1px solid #c5c5c5;
    border-radius:5px;
    margin:4px 54px 0px 0px;
    top:0px;
}
.arrow_box_1a:after, .arrow_box_1a:before {
    top: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-width: 22px 1px 0px 31px ;
}

.arrow_box_1a:after {

    border-color:#ffffff rgba(136,183,213,0) rgba(136,183,213,0);
    border-width: 19px 1px 0px 25px ;
    left: 25%;
    margin-left: -32px;
}
.arrow_box_1a:before {
    border-color:#c5c5c5 rgba(194,245,245,0) rgba(194,245,245,0);

    /*    border-width: 20px;*/
    left: 13%;
    border-width: 22px 0px 0px 31px ;
}
.info_txt_1a{
    font-family: 'Georgia';
    /*font-style: italic;*/
    color: #333333;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    padding:16px 0px 17px 0px;
    line-height: 18px;
}
.formRowBodyDiv{
    background-image: url('../img/rigistrationFormBg.png');
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 100% 49%; 
}
/*business registration age css ends*/

/*businessRegistrationStep2 css starts*/
.businessRegistrationStep2 .container{
    background-color: #FFFFFF;
    border: 1px solid #C7C7C7;
    border-radius: 5px;
    box-shadow: 5px 5px 40px 5px #E7E7E7;
    padding: 30px 60px;
    width:820px;
    margin-top: 30px;
    margin-bottom: 205px;
}
.BRStep2Heading p{color:#333333;font-size: 46px; font-family: 'Open Sans';font-weight: bold;margin-bottom:30px;}
.claimListingDiv{margin:15px 0;}
.claimListingDiv .picto{
    font-size: 44px; color:#666666;line-height: 25px;padding-right: 15px;
}
.claimListingDiv p:nth-child(1){
    font-size: 15px;color:#333333;font-weight: bold;line-height: 20px;
}
.claimListingDiv p:nth-child(2){
    font-size: 13px;color:#333333;line-height: 20px;
}
.btnClaimList{background-color: #333333;border-color: #333333;color:#ffffff;}
.btnClaimList:hover,.btnClaimList:active,.btnClaimList:focus{ background-color: #cccccc; border-color: #cccccc;color:#ffffff;}
.btnNewList{background-color: #ff6600;border-color: #ff6600;color:#ffffff;}
.btnNewList:hover,.btnNewList:active,.btnNewList:focus{ background-color: #ff5500; border-color: #ff5500;color:#ffffff;}
.newListColor{color:#ff6600 !important;}
.claimListingText{font-size:16px; font-family: 'Open Sans';color:#7d7d7d;line-height: 20px;margin:25px 0;}
.BrTextDiv p{font-size:16px; font-family: 'Open Sans';color:#7d7d7d;line-height: 20px;margin-bottom:23px;}
.BrTextDiv a{color:#3399CC;cursor:pointer;}
.BrTextDiv{margin-top:40px;}
.congratulationsText{font-size:28px !important;}
/*businessRegistrationStep2 css ends*/
.DecorDesign .panelBody{

    display:block !important;
}
.DecorDesign section{
    min-height: 150px;
}
#invite-customer{
    display:block !important;
}
//deletedbyanil (#communitybutton)
#newsbutton{
    background: none repeat scroll 0 0 #008800;
    border: 0 none;
    border-radius: 25px;
    color: #FFFFFF;
    display: block;
    font-size: 14px;
    height: 30px;
    margin: 0 auto;
    width: 150px; 
}
/*savings landing page css starts*/
.savingLandingSearch{ background: none;}
.savingLandingSearch .sr-input {border: 1px solid #f4f4f4;width:83%;}
.savingLandingSearch .sr-btn {background: none repeat scroll 0 0 #FF6C60;border: 1px solid #FF6C60;}
.savingLandingSearch .savingsOfferDiv{height: 40px;background: #e4006d;color:#ffffff;line-height: 40px;padding-left: 20px;margin-left: 8px;}
/*savings landing page css ends*/
/*contestlist page css starts*/
#contest-list-wrapper .edit-common-header,#community-contest-wrapper .edit-common-header,#community-contest-wrapper .commMarginBt{display: none;}
.contestsQuesDiv{background:#f9f9f9;padding:30px;border-radius: 5px;}
.contestsQuesDiv ul li{
    list-style: none;margin-bottom: 15px;
}
.contestsQuesDiv ul li p{margin-bottom:5px;}
.contestsQuesDiv ul li p span{font-weight: bold;}
.contestsQuesDiv ul li textarea{margin-left:20px;}
/*contest page css ends*/

/*custom css end*/
.social-link-footer li a {
    background: none repeat scroll 0 0 #505B71;
    color: #FFFFFF;
    float: left;
    font-size: 20px;
    padding: 15px;
    text-align: center;
    transition: all 0.3s ease 0s;
    width: 50px;
}
.social-link-footer li {
    float: left;
    margin: 0 10px 10px 0;
}

.social-link-footer li a:hover {
    background: #F77B6F;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.contestTab{
    background-color: #58C9F3 !important;;
    color: #FFFFFF;
    text-decoration: none;
    transition: all 0.3s ease 0s;
}
.contestTab ul li{
    border-left: 1px solid #ffffff;
    color:#ffffff;
    font-weight: 600;
    background: none repeat scroll 0 0 #a3e7f2;
}
.full-width .contestTab .nav > li > a:hover, .full-width .contestTab .nav li.active a, .full-width .contestTab .nav li.dropdown a:hover, .full-width .contestTab .nav li.dropdown.open a:focus, .full-width .contestTab .nav .open > a, .full-width .contestTab .nav .open > a:hover, .full-width .contestTab .nav .open > a:focus {
    border-top:3px solid  #FF6C60 !important;   
    background: #f2f2f2;
}
.modal-body{
    background: #F2F2F2!important;
}
.usermodal-dialog {
    padding-bottom: 30px;
    padding-top: 60px;
    width: 360px;
}

.contactus_header{
    background: none repeat scroll 0 0 #475268;
    color: #FFFFFF;

    padding: 10px 0px 15px 0px;
}

.contactus_container{
    width: 1170px;

}

.contactus_footer{
    background: none repeat scroll 0 0 #475268;
    color: #FFFFFF;
    display: inline-block;
    font-weight: 300;
    margin-top: 50px;
    padding: 50px 0;
    width: 100%;
}

.contactus_social-link-footer li a {
    background: none repeat scroll 0 0 #505B71;
    color: #FFFFFF;
    float: left;
    font-size: 20px;
    height: 50px;
    padding: 10px;
    text-align: center;
    transition: all 0.3s ease 0s;
    width: 50px;
}
.contactus_social-link-footer li a:hover {
    background-color:#F77B6F;
}
.contactus_social-link-footer li {
    float: left;
    margin: 0 10px 10px 0;
}

.contactus_list-unstyled {
    list-style: none outside none;
    padding-left: 0;
}

.contactus-tweet-box {
    background: none repeat scroll 0 0 #505B71;
    border-radius: 5px;
    font-size: 15px;
    padding: 20px 15px;
}

.contactus-tweet-box:before {
    background-color: #505B71;
    border-color: #505B71;
    border-image: none;
    border-right: 1px none #505B71;
    border-style: none;
    content: "";
    display: block;
    height: 22px;
    left: 80px;
    position: absolute;
    top: 30px;
    transform: rotate(45deg);
    width: 22px;
}

.contactus-tweet-box i {
    float: left;
    font-size: 40px;
    margin-right: 15px;
}
.contactus-tweet-box fa {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
}

.contactus-tweet-box a, .contactus-tweet-box i {
    color: #00ADEF;
}

.contactus_footer h1 {
    font-family: 'Fjalla One',sans-serif;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 20px;
    margin-top: 0;
    text-transform: uppercase;
}
.email-not-empty{
    width: 100%;
}
.resend-email-addr-container label.error{
    color: #B94A48;
    font-weight: normal;
    left: 70px;
    line-height: 8px;
    margin-top: 45px;
    position: absolute;
}section

.resend-email-addr-container label.error:before{
    content: "!";
    font-family: "modernpics";
    font-size: 27px;
    height: 20px;
    top:4px;
    line-height: 0;
    margin-top: 0;
    position: relative;
    width: 20px;
    left: -5px;
}
.recover-password-modal-content{

    background-clip: padding-box;
    background-color: #F2F2F2;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    outline: 0 none;
    position: relative;
    height: 200px;
}

.searchresult-btn{
    -moz-user-select: none;
    background-image: none;
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 4px;
    cursor: pointer;
    display: inline;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.42857;
    /*margin-left: 120px;*/
    padding: 6px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}
.searchresult-btn:hover{
    background:#d9534f;
}

/*dashboard account css starts*/
.myAccountsContainer .col-lg-4 p {
    color: #3399CC;
    cursor: pointer;
    margin-top: 10px;
}
.myAccountsContainer .col-lg-6 {
    padding-right: 15px;
}
.myAccountsContainer .col-lg-4 p .picto {
    color: #3399CC;
    font-size: 25px;
    padding-left: 5px;
}
.myAccountsContainer .fileupload-new {
    color: #333333;
}
.myaccountSelectImbButton {
    /*    margin-left: 100px;
        margin-top: -80px;
        position: absolute;
        width: 200px;*/
}
.myAccountsContainer .genderFields label {
    width: 100px; font-weight: normal;
}
.myAccountsContainer section header {
    background-color: #ffffff;
    color: #333333;
    font-weight: bold;
}
.myAccountsContainer section {
    border: 2px solid #F2F2F2;
}
.myAccountsContainer .form-horizontal .control-label {
    padding-left: 15px;
}
.myAccountsContainer .control-label {
    padding-right: 15px;
    text-align: right;
}
.myAccountsContainer .col-lg-4 p {
    color: #3399CC;
    cursor: pointer;
    margin-top: 10px;
}
.myAccountsContainer  input[type="checkbox"]{display: inline-block;}
.myAccountsContainer textarea{height:auto !important;}
.myAccountsContainer .userPhoto{max-height: 75px;max-width: 70px;}
.sidebar-toggle-box{
    background: none repeat scroll 0 0 #2A3542;
    margin: 0;
    padding: 0px;
    position: fixed;
    z-index: 1000;
    float:left;
}
.sidebar-toggle-box .fa-bars {color:#ffffff;padding: 10px;}
.rigisterBusinessDescription{padding: 0 15px 15px 15px;}
.rigisterBusinessDescription p{font-size: 15px;line-height: 22px;}
.rigisterBusinessDescription{padding: 15px;}
.rigisterBusinessDescription p{font-size: 15px;line-height: 22px;padding-bottom: 10px;}
.rigisterBusinessDescription p a{color:#3398cc;cursor: pointer}
/*dashboard account css ends*/
#Favourities  .panelBody{display: block;}
#Favourities  section{margin: 20px 40px;}
#Favourities  .btn-group:nth-child(1){display: inline !important;}
.dashBoardHiringGuide .guides-for-home-owner{padding:0 0 0 15px;}
.dashBoardHeadingTab{padding:0 0 0 10px;margin:30px 0 25px 0;line-height: 40px;color: #ffffff;background:#2A3542;font-family: 'FjallaOne-Regular';font-size: 24px; }
#trustedPartnersDiv li{list-style: none;display: inline-block;;margin-right:20px;}
#trustedPartnersDiv li img{height:197px;width:250px;}
.trustedPartnersDivButtons{margin-bottom: 40px;margin-top: 40px;}
.trustedPartnersDivButtons a{
    background-color: #EEEEEE !important;
    border-radius: 5px !important;
    margin-left: 5px !important;
    padding: 15px 35px;
    cursor: pointer;
}
.trustedPartnersDivButtons a:hover{background-color: #EC6459 !important;}
.trustedPartnersDivButtons a:hover i{color: #FFFFFF !important;}
#logOutDropDown .dropdown-menu.extended {top:60px;left:auto;float:right;right:40px;}
#logOutDropDown a{padding: 15px;}
#ajaxLoaderSection{
    background: rgba( 0,0,0, 1 ) url(../img/ajax-loader.gif) no-repeat center 50%;
    height: 100%;
    opacity: 0.5;
    padding-top: 0;
    position: absolute;
    width: 100%;
    z-index: 1003;
    display: none;
    text-align: center;
}
.myFavouritesClose {
    color: #D1595A;
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    opacity: 1;
    padding: 5px 10px;
    position: absolute;
    right: -35px;
    top: -30px;
    border: 1px solid #58C9F3;
    border-radius: 50%;
    background: #f2f2f2;
    cursor: pointer;
    display: none;
}
#Favourities .myFavouritesClose{display:block;}
#Favourities .search-result-pagenation{display:none;}
.myFavouritesClose:hover {opacity: 0.5;}
#selectdeptTextBox{background: #ffffff;}
.descriptionDetails h2{font-size: 20px;}
.descriptionDetails h3{font-size: 18px;}
.descriptionDetails h4{font-size: 16px;}
.descriptionDetails h5{font-size: 14px;}
.tagLeftAlign{
    padding-left: 0 ;
}
.leftArrayLinks{
    color: #444E67;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}
.adviceSearchBoxDiv{padding:0 30px;}
.adviceSearchBoxDiv input,.adviceSearchBoxDiv button{height: 50px;font-size: 25px;}
.adviceSearchBoxDiv ul,.searchAdvicePageDiv ul { background: none repeat scroll 0 0 #FFFFFF;
                                                 border: 1px solid #E2E2E2;
                                                 border-radius: 5px;
                                                 height: 200px;
                                                 margin-top: 2px;
                                                 width: 600px;
                                                 overflow-y: scroll;
                                                 position: absolute;
                                                 z-index: 999;display: none;}
#serviceInputBoxList{
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #E2E2E2;
    border-radius: 5px;
    height: 200px;
    margin-top: 2px;
    width: 300px;
    overflow-y: scroll;
    position: absolute;
    z-index: 999;
    display: none;
}


.savingsSearchBoxDiv input, .savingsSearchBoxDiv button {
    font-size: 25px;
    height: 50px;
}



.adviceSearchBoxDiv .form-control:focus{border: 1px solid #58C9F3;}
.headerFollwUs{position: absolute; text-align: right; right: 25px;top:1px;}
.headerFollwUs a{padding:0 5px;}
.errorMessageText{color:#FF6C60;margin:10px 0 0 0;}
.favouriteClicked{
    position: absolute;
    height: 60px;
    margin-top: -17px;
    width: 180px;
    z-index: 4;
}
.scrollToTop{
    position:fixed;
    bottom:25px;
    right:40px;
    display:none;
    cursor: pointer;
    color:gray;
}
.scrollToTop i{font-size: 50px;}
.homePageSeeMoreBuuton{position: absolute;bottom:30px;right: 30px;color: #3399CC;cursor: pointer;}
.homePageSeeMoreBuuton a{color:#3399CC}
.business-listing-pop-up-personal-details-form-container,.business-listing-pop-up-personal-details p{
    display: none;
}
.adviceHomePageDiv{position: absolute;top: 400px;width: 600px;margin-left: 105px;}
.big_addAdvice img{
    margin:30px;
    width:795px;
}
#expertArcleDiv .blog-item:nth-child(odd){padding-right: 5px; }
#expertArcleDiv .blog-item:nth-child(even){padding-left: 5px; }

.descriptionDetails ul li{
    list-style: disc ;
}
.noFavourite{
    color: #a2a2a4;
    font-size: 30px;
    line-height: 30px;
    margin: 50px auto;
    padding-top: 0;
    text-align: center;
}
.popover{
    width:200px;
    height:auto;    
}
.custom-input-change{
    border-top : 9px solid #f3f3f3;
    border-bottom : 9px  solid #f3f3f3;
    border-left : 4px solid #f3f3f3;
    border-right :4px solid #f3f3f3;
    margin-left: -14px;
    margin-top: 1px;
}
.blog-post h3{
    border-bottom: 2px solid #f2953c;
    color: #2ba1af;
    height: 40px;
}
/* .footer-2-col4 ul li {
     float:left;
    display:inline ! important;
}*/


/*.footer-2-col4 ul {
    width: 960px;
    display: table;
    table-layout: fixed;
}*/
.footer-2-col4 ul li {
    display: table-cell;
    padding: 15px 5px;
}
.form-control{
    font-family: 'FjallaOne-Regular';
}
.col-lg-4.text-center > img {
    margin-right: 20px;
    margin-top: 47px;
}
.totalImagesSection{padding-left: 29%;}

.tab_show{display: none;}
.tab_show1{display: none;}
.tab_show2{display: none !important;}



.newletter_signup{
    background-image: url('../img/newsletter_signup.png');
    width: 275px;
    height: 90px;
    cursor: pointer;
    border-radius:10px;


}



/*for i pad portaraite*/
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) {
    .full-width #main-content{
        margin-top: 49px !important;
    }
    #sidebar {
        margin-top: 149px;
    }
    .myAccountsContainer .container{
        width: 100%;
    }
    .propertyGrid{padding-bottom: 0;}
    .totalImagesSection{padding-left: 12%;}
    .adviceHomePageDiv{right:8% !important;margin-top: -100px !important;}
    .customadd{margin-top: 2% !important;}
    .addedit{margin-left: 3% !important;}
    .cusadd{margin-left: 0% !important;}
    .form-signin{margin-top:4% !important;}
    .arrow_box_1a{display: none;}
    .custcont{width:100% !important;}
    .cusconts{width:100% !important;}
    .adjustimg{width: 325px; height: 105px;}
    .add_align{margin-left: 0px !important;}
    .advedit{margin-left: 0px !important;}
    .blog_add{margin-top: 5% !important;}
    #contestForm li{width: 625px !important;}
    #contestForm ul{width: 625px !important;}
    .img_height{height: 350px !important}
    .div_hide{display: none !important;}
    .div_hide1{display: none !important;}
    .searchAdvicePageDiv{display: none !important;}
    .tab_show{display: block !important;width: 693px;margin-top: 10px;}
    .tab_show1{display: block !important;width: 706px;margin-top: 10px;}
    .tab_show2{display: block !important;width: 690px;margin-top: 10px;padding-left: 51px;}
    .container_hieght{margin-top: 35px !important;}
    .pros-wrapper{width: 600px !important; padding-right: 0px !important; padding-left: 55px !important;}
    .contracters-list-wrapper{margin-top: 30px !important;}
    .home-owner-rating-wrapper{margin-top: 240px !important;}
    .add_align1{margin-top: 110px !important;}
    .img_savEdit{width: 555px !important;}
    .align1{width: 736px !important;}
    .sav_padd{padding-top: 0px !important;}


}
/*for ipad landscape*/
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {
    .totalImagesSection{padding-left: 22%;}
    .form-signin{margin-top:7% !important;}
    .adviceHomePageDiv{right:20% !important;margin-top: -35px !important;}
    .addedit{margin-left: 18% !important;}
    .arrow_box_1a{display: none;}
    .adjustimg{width: 350px; height: 125px;}
    .add_align{margin-left: 15% !important;}
    #contestForm li{width: 850px !important;}
    #contestForm ul{width: 850px !important;}
    .img_height{height: 480px !important}
    .div_hide{display: none !important;}
    .div_hide1{display: none !important;}
    .searchAdvicePageDiv{display: none !important;}
    .tab_show{display: block !important; width: 768px;margin-top: 10px;}
    .tab_show1{display: block !important; width: 924px;margin-top: 10px;}
    .tab_show2{display: block !important; width: 911px;margin-top: 10px;padding-left: 68px;}
    .container_hieght{margin-top: 35px !important;}
    .pros-wrapper{width: 700px !important; padding-right: 0px !important; padding-left: 55px !important;}
    .contracters-list-wrapper{margin-top: 30px !important;}
    .home-owner-rating-wrapper{margin-top: 240px !important;}
    .img_savEdit{width: 675px !important;}
    .align1{width: 890px !important;}

}
/*for samsung tab portairate*/
@media only screen 
and (min-device-width : 800px) 
and (max-device-width : 1280px) {
    .totalImagesSection{padding-left: 15%;}
    .propertyGrid{padding-bottom: 0;}

}
/*for samsung tab landscape*/
@media only screen 
and (min-device-width : 800px) 
and (max-device-width : 1280px) 
and (orientation : landscape) {
    .footer-2-wrapper {
        padding:18px 15px 46px 52px !important;

    }
    #sidebar {
        margin-top: 102px;
    }
    .full-width #main-content{
        margin-top: 0 !important;
    }
}
/*for i pad portaraite*/
/*@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) {
    .full-width #main-content{
        margin-top: 49px !important;
    }
    #sidebar {
        margin-top: 149px;
    }
    .myAccountsContainer .container{
        width: 100%;
    }
    .propertyGrid{padding-bottom: 0;}
    .adviceHomePageDiv{right:8% !important;}
}
/*for ipad landscape*/
/*@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {
    .form-signin{margin-top:6% !important;}
    .adviceHomePageDiv{right:20% !important;}
}
/*for samsung tab portairate*/
@media only screen 
and (min-device-width : 800px) 
and (max-device-width : 1280px) {
    .totalImagesSection{padding-left: 15%;}
    .propertyGrid{padding-bottom: 0;}

}
/*for samsung tab landscape*/
@media only screen 
and (min-device-width : 800px) 
and (max-device-width : 1280px) 
and (orientation : landscape) {
    .footer-2-wrapper {
        padding:18px 15px 46px 52px !important;

    }
    #sidebar {
        margin-top: 102px;
    }
    .full-width #main-content{
        margin-top: 0 !important;
    }
    .totalImagesSection{padding-left: 29%;}

}
