/* ----------------------------------------------- */
/* ---------- Panel Builder app Styles ----------- */
/* ----------------------------------------------- */

.btn-refresh.small {
    font-size: 16px;
    line-height: 16px;
    padding: 5px 10px;
    border-radius: 5px;
}
.btn-refresh.large {
    font-size: 22px;
    line-height: 22px;
}
.btn-refresh.blue {
    background: #4096A7;
}
.btn-refresh.darkblue {
    background: #1E6E80;
}
.btn-refresh.lightblue {
    background: #7CB6C3;
}
.btn-refresh.lightlightblue {
	background: #5EA5B5;
}
.btn-refresh.blue:hover {
    background: #327d8c;
}
.btn-refresh.darkblue:hover {
    background: #185866;
}
.btn-refresh.lightblue:hover {
    background: #6f9ea9;
}
.btn-refresh.lightlightblue:hover {
	background: #6f9ea9;
}
.pb-main .pb-widget .pb-widget-title {
    text-transform: uppercase;
    margin-bottom: 0px;
    font-family: 'proxima_nova_rgbold';
    margin-left: 15px;
    margin-right: 15px;
}
.pb-main .pb-widget .progress-steps {
    font-size: 14px;
    color: #7CB6C3;
    margin-bottom: 15px;
    margin-left: 15px;
    margin-right: 15px;
}
.pb-main {
}
.pb-main .align-center {
    text-align: center;
}
.pb-main .align-left {
    text-align: left;
}
.pb-main .align-right {
    text-align: right;
}
.pb-popup {
    max-width: 980px;
    display: none;
}
#welcome-popup.pb-popup {
    max-width: 810px;
}
.pb-popup.blue {
    background: #3b96a8;
}
.pb-main a {
	-webkit-transition: all 0.3s ease-in-out!important;
	-moz-transition: all 0.3s ease-in-out!important;
	-ms-transition: all 0.3s ease-in-out!important;
	-o-transition: all 0.3s ease-in-out!important;
	transition: all 0.3s ease-in-out!important;
}
.table {
    display: table;
    width: 100%;
    height: 100%;
}
.table-cell {
    display: table-cell;
    vertical-align: middle;
}
.pb-main .wysiwyg *:last-child {
    margin-bottom: 0px;
}

/* pb-start-block */
.pb-start-block {
    position: fixed;
    background: #2b6e7b;
    width: 360px;
    height: auto;
    top: 50%;
    left: -360px;
    margin-left: 0;
    margin-top: -100px;
    text-align: center;
    padding: 92px 30px 30px 30px;
    z-index: 50000;
    border-radius: 15px;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow:    0px 0px 15px 0px rgba(50, 50, 50, 0.75);
    box-shadow:         0px 0px 15px 0px rgba(50, 50, 50, 0.75);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    opacity: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.pb-start-block.show {
    margin-left: -180px;
    left: 50%;
    opacity: 1;
}
.pb-start-block img {
    display: block;
    width: 124px;
    height: 124px;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: -62px;
    margin-left: -62px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow:    0px 0px 5px 0px rgba(50, 50, 50, 0.75);
    box-shadow:         0px 0px 5px 0px rgba(50, 50, 50, 0.75);
}
.pb-start-block .close {
    font-size: 22px;
    line-height: 22px;
    color: #ffffff;
    cursor: pointer;
    position: absolute;
    left: 15px;
    top: 15px;
}
.pb-start-block h3 {
    color: #ffffff;
    font-family: "proxima_nova_rgregular";
    font-size: 26px;
    line-height: 26px;
    margin-bottom: 20px;
}

/* pb login box */
.pb-login-box {
    display: table-cell;
    vertical-align: bottom;
    text-align: right;
    white-space: nowrap;
    padding: 20px 0 20px 20px;
}
.pb-login-box .na-list li {
    display: inline-block;
    vertical-align: top;
    margin-left: 15px;
}
.pb-login-box .na-list li:first-child {
    margin-left: 0;
}
.pb-login-box .na-list li a {
    color: #ffffff;
    font-size: 16px;
    line-height: 16px;
    background: #3B96A8;
    display: block;
    text-transform: uppercase;
    padding: 13px 20px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.pb-login-box .na-list li a:hover,
.pb-login-box .na-list li.active a {
    background: #2b6e7b;
}
.pb-login-box .my-profile {
    position: relative;
    display: inline-block;
    vertical-align: top;
    text-align: left;
    z-index: 2000;
}
.pb-login-box .my-profile .show-my-profile {
    color: #ffffff;
    font-size: 16px;
    line-height: 16px;
    background: #3B96A8;
    display: block;
    text-transform: uppercase;
    padding: 13px 62px 13px 20px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: relative;
    cursor: pointer;
}
.pb-login-box .my-profile .show-my-profile:after {
    background: url('../images/pb-select-down-arrow-white.png') no-repeat center #1E6E80;
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 0px;
    width: 42px;
}
.pb-login-box .my-profile .my-profile-ct {
    position: absolute;
    top: 100%;
    right: 0px;
    left: 0px;
    background: #1E6E80;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    height: 0px;
    overflow: hidden;
}
.pb-login-box .my-profile:hover .my-profile-ct {
    opacity: 1;
    height: auto;
}
.pb-login-box .my-profile .my-profile-ct ul {
    padding: 20px;
    display: block;
    font-size: 18px;
    line-height: 18px;
    font-family: "PMNCaeciliaW01-45Light";
}
.pb-login-box .my-profile .my-profile-ct ul li {
    margin-bottom: 15px;
}
.pb-login-box .my-profile .my-profile-ct ul li:last-of-type {
    margin-bottom: 0px;
}
.pb-login-box .my-profile .my-profile-ct ul li a {
    color: #7CB6C3;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.pb-login-box .my-profile .my-profile-ct ul li a:hover {
    color: #ffffff;
}

/* PB FORM */
.pb-form {
}
.pb-form ul {
	margin: 0;
	padding: 0;
}
.pb-form li {
	display: block;
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-bottom: 15px;
}
.pb-form li.sep {
    border-bottom: solid 1px #dedede;
    padding-top: 15px;
    margin-bottom: 30px;
}
.pb-form li label {
	display: block;
	font-family:"PMNCaeciliaW01-76BoldIt";
	margin-bottom: 4px;
}
.pb-form input[type="text"],
.pb-form input[type="url"],
.pb-form input[type="email"],
.pb-form input[type="tel"],
.pb-form input[type="number"],
.pb-form input[type="password"],
.pb-form select {
    height: 48px;
    background: #fafafa;
    display: block;
    border: solid 1px #dedede;
    margin: 0px;
    padding: 0 20px;
    color: #95979c;
    font-family:"PMNCaeciliaW01-46LightI";
    font-size: 18px;
    width: 100%;
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.pb-form textarea {
    background: #fafafa;
    display: block;
    border: solid 1px #dedede;
    margin: 0px;
    padding: 15px 20px;
    color: #95979c;
    font-size: 18px;
    font-family:"PMNCaeciliaW01-46LightI";
    width: 100%;
    min-height: 160px;
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.pb-form input[type="checkbox"] {
    display: none;
}
.pb-form .ck-label {
    display: block;
    line-height: 18px;
    padding: 2px 0 !important;
    position: relative;
    padding-left: 40px !important;
    cursor: pointer;
    margin-bottom: 0;
}
.pb-form .ck-label:before {
    display: block;
    content: "\f00c";
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -11px;
    width: 22px;
    height: 22px;
    background: #fafafa;
    border: solid 1px #dedede;
    color: #fafafa;
    -webkit-transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
    -moz-transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
    -ms-transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
    -o-transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
    transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    font-size: 14px;
    text-align: center;
    line-height: 18px;
}
.pb-form input[type="checkbox"]:checked + .ck-label:before {
    color: #00aced;
}
.pb-form .form-submit {
    text-align: center;
    padding-top: 15px;
}
.pb-form .btn-refresh {
    border: none;
}
.pb-form.contact-form input[type="submit"] {
	background: none repeat scroll 0 0 #707275;
    border-radius: 10px;
    color: #ffffff;
    display: inline-block;
    font-family: "pathway_gothic_oneregular";
    font-size: 18px !important;
    height: auto !important;
    line-height: 18px;
    padding: 10px 15px !important;
    text-transform: uppercase;
    width: auto;
    margin-top:0;
}
.pb-form.contact-form input[type="submit"]:hover {
	background-color: #00aced;
	text-decoration: none;
}

/* pb-profile */
.pb-profile .wysiwyg h2 {
    color: #4096A7;
}
.pb-profile .profile-details .wysiwyg ul {
    list-style-type: none;
    margin-left: 0px;
    font-size: 16px;
}
.pb-profile .profile-details .buttons {
    float: right;
}
.pb-profile .profile-details .wysiwyg strong {
    color: #4096A7;
    font-family: 'proxima_nova_rgbold';
    font-weight: normal;
}
.pb-profile .profile-details {
    border-bottom: 1px solid #e7e5e4;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.pb-profile .profile-details .details-list {
    -moz-columns:2;
    -webkit-columns:2;
    columns:2;
    -moz-column-gap: 40px;
    -webkit-column-gap: 40px;
    column-gap: 40px;
    max-width: 500px;
}
.pb-profile .profile-plywood-list .table {
    margin-bottom: 20px;
}
.pb-profile .profile-plywood-list .plywood-list-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 16px;
}
.pb-profile .profile-plywood-list .plywood-list-table strong {
    font-family: 'proxima_nova_rgbold';
    font-weight: normal;
    color: #4096A7;
}
.pb-profile .profile-plywood-list .plywood-list-table th {
    padding: 0 10px 10px;
    text-align: left;
    font-family: 'proxima_nova_rgbold';
    font-size: 18px;
    color: #1E6E80;
}
.pb-profile .profile-plywood-list .plywood-list-table td {
    padding: 10px;
    border-right: 1px solid #e7e5e4;
}
.pb-profile .profile-plywood-list .plywood-list-table td small {
    color: #7CB6C3;
    font-size: 12px;
    line-height: 12px;
    text-transform: uppercase;
    font-family: 'proxima_nova_rgbold';
}
.pb-profile .profile-plywood-list .plywood-list-table td img {
    display: block;
    margin: auto;
}
.pb-profile .profile-plywood-list .plywood-list-table td.ac,
.pb-profile .profile-plywood-list .plywood-list-table th.ac {
    text-align: center;
}
.pb-profile .profile-plywood-list .plywood-list-table tr {
    border-bottom: 1px solid #e7e5e4;
    -webkit-transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
    -moz-transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
    -ms-transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
    -o-transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
    transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
}
.pb-profile .profile-plywood-list .plywood-list-table tr:hover {
    background: #F0F0F0;
}
.pb-profile .profile-plywood-list .plywood-list-table tr:first-child:hover {
    background: transparent;
}
.pb-profile .profile-plywood-list .plywood-list-table tr td:last-of-type {
    border-right: none;
}
.pb-profile .buttons {
    margin: 0!important;
}
.pb-profile .buttons li {
    margin-right: 5px!important;
}
.pb-profile .buttons li:last-of-type {
    margin-right: 0px!important;
}

.app-title {
    color: #ffffff;
    font-size: 18px;
    line-height: 18px;
    background: #1E6E80;
    padding: 5px 10px;
    font-family: "proxima_nova_rgregular";
    display: inline-block;
    vertical-align: top;
    margin-bottom: 15px;
    margin-top: 15px;
}
.inner-top .title .project-title {
    font-size: 30px;
    line-height: 32px;
    position: relative;
    display: inline-block;
    padding-right: 20px;
    vertical-align: top;
}
.inner-top .title .project-title .edit {
    position: absolute;
    font-family: 'proxima_nova_rgbold';
    top: 50%;
    margin-top: -11px;
    left: 100%;
    color: #ffffff;
    cursor: pointer;
    padding: 0 10px;
    font-size: 12px;
    line-height: 21px;
    display: block;
    text-transform: uppercase;
    opacity: 0;
    height: 0px;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background: #4096a7;
    white-space: nowrap;
}
.inner-top .title .project-title .edit:hover {
    background: #1E6E80;
}
.inner-top .title .project-title:hover .edit {
    height: auto;
    opacity: 1;
}

/* project-top */
.project-top {
    background: #348b9e;
    padding: 35px 0 20px 0;
    text-align: center;
}
.project-top .container {
    position: relative;
    padding: 0 100px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; 
}
.project-top h2 {
    color: #ffffff;
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 20px;
}
.project-top .progress-info {
    display: inline-block;
    vertical-align: top;
}
.project-top .progress-info p {
    color: #ffffff;
    font-size: 18px;
    line-height: 18px;
    text-transform: uppercase;
    font-family: 'proxima_nova_rgbold';
}
.project-top .project-actions {
    margin-left: 40px;
}
.project-top .project-actions li {
    display: inline-block;
    vertical-align: top;
    margin-left: 5px;
}
.project-top .project-actions li:first-child {
    margin-left: 0;
}
.project-top .project-actions li.share-item {
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -13px;
}

/* pb-widget */
.pb-widget {
    border-bottom: 1px solid #e9e9ea;
    margin-bottom: 15px;
    padding: 0 10px 15px;
}
.pb-widget:last-of-type {
    border-bottom: none;
}
.pb-widget .pb-widget-title {
    background: url("../../images/contact-details-title-bg.png") no-repeat right center;
    color: #3b96a8;
    display: inline-block;
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 15px;
    padding-right: 30px;
}

/* pb-steps */
.pb-steps {

}
.pb-steps ul,
.pb-steps li {
    margin: 0;
    padding: 0;
}
.pb-steps li {
    border-bottom: solid 1px #d6eef4;
}
.pb-steps li.completed {
    background: #f2f8f9;
}
.pb-steps li:last-of-type {
    border-bottom: none;
}
.pb-steps li .step-title {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    padding: 10px 15px;
    position: relative;
}
.pb-steps li .step-title:after {
    position: absolute;
    display: block;
    content: "";
    left: 100%;
    top: 50%;
    margin-top: -8px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 0 8px 7px;
    border-color: transparent transparent transparent #1E6E80;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.pb-steps li .step-title.active:after {
    opacity: 1;
}
.pb-steps li:hover .step-title {
    background: #85becb;
}
.pb-steps li:hover  .pb-element-small-preview {
    color: #ffffff;
     -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.pb-steps li .step-title.active,
.pb-steps li:hover .step-title.active {
    background: #1E6E80;
}
.pb-steps li .step-title.active .pb-element-small-preview {
    display: none;
}
.pb-steps li .step-title h3 {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    color: #236e7f;
    font-size: 18px;
    line-height: 18px;
    font-family: 'proxima_nova_rgbold';
}
.pb-steps li:hover .step-title h3,
.pb-steps li .step-title.active h3 {
    color: #ffffff;
}
.pb-steps li .step-title .icon {
    display: block;
    float: right;
    width: 28px;
    height: 28px;
    position: relative;
}
.pb-steps li .step-title .active {
    background: url('../images/pb-select-down-arrow-white.png') no-repeat center;
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: none;
}
.pb-steps li .step-title .complete {
    background: url('../images/pb-completed-icon.png') no-repeat center;
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: none;
}
.pb-steps li.completed .step-title .complete {
    display: block;
}
.pb-steps li.completed .step-title.active .complete {
    display: none;
}
.pb-steps li.completed .step-title.active .active {
    display: block;
}
.pb-steps li .step-details {
    display: none;
    background: #7ab6c4;
}
.pb-steps li .step-details-ct {
    padding: 15px;
    border-top: solid 1px #7ab6c4;
}
.pb-steps .pb-element-preview {
    text-align: center;
}
.pb-steps .pb-element-preview *:last-child {
    margin-bottom: 0;
}
.pb-steps .pb-element-preview img {
    display: block;
    max-width: 100%;
    margin: auto;
    margin-bottom: 15px;
}
.pb-steps .pb-element-preview span {
    color: #ffffff;
    font-family: 'proxima_nova_rgbold';
    font-size: 14px;
    line-height: 16px;
    display: block;
    text-transform: uppercase;
}
.pb-steps .pb-element-small-preview {
    font-size: 14px;;
    line-height: 14px;
    color: #7eb6c2;
    padding-top: 2px;
    text-transform: uppercase;
}
.pb-steps .pb-element-small-preview .pb-stars {
    padding-left: 5px;
}

/* pb view ss */
.pb-view-ss {
    background: #85becb;
    padding: 25px 15px;
    text-align: center;
}
.pb-view-ss a {
    background: #3b96a8!important;
}
.pb-view-ss a:hover {
    background: #2b6a76!important;
}

/* pb-step-content */
.pb-step-content {
    margin-bottom: 40px;
}

/* pb-filter */
.pb-filter {
    padding: 0 100px;
}

/* pb-step-description */
.pb-step-description {
    margin-bottom: 40px;
    position: relative;
    z-index: 1760;
}

/* pb-step-elements */
.pb-step-elements {
    position: relative;
    z-index: 1500;
}
.pb-step-elements h3 {
    color: #668d3d;
    font-family: "proxima_nova_rgregular";
    font-size: 22px;
    line-height: 22px;
    margin-bottom: 30px;
}
.pb-step-elements .element {
    float: left;
    width: 33.333333%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 10px;
}
.pb-step-elements.large .element {
    width: 50%;
    margin-bottom: 20px;
}
.pb-step-elements.large .element:nth-of-type(3n+1) {
    clear: none;
}
.pb-step-elements.large .element:nth-of-type(2n+1) {
    clear: left!important;
}
.pb-step-elements .element:nth-of-type(3n+1) {
    clear: left;
}
.pb-step-elements .element .element-image {
    padding: 10px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: relative;
}
.pb-step-elements.large .element .element-image {
    padding: 20px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: relative;
}
.pb-step-elements .element:hover .element-image,
.pb-step-elements .element.active .element-image {
    background: #7CB6C3;
}
.pb-step-elements .element .element-image img {
    display: block;
    width: 100%;
}
.pb-step-elements .element .element-image .element-overlay {
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    background: rgba(0,0,0,0.35);
    text-align: center;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.pb-step-elements.large .element .element-image .element-overlay {
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
}
.pb-step-elements .element .element-image:hover .element-overlay,
.pb-step-elements .element.active .element-image .element-overlay {
    opacity: 1;
}
.pb-step-elements .element .element-image .element-overlay li {
    margin-bottom: 10px;
}
.pb-step-elements .element .element-image .element-overlay li:last-of-type {
    margin-bottom: 0px;
}
.pb-step-elements .element .element-image .element-details {
    position: absolute;
    top: 100%;
    left: 0px;
    width: 200%;
    background: #7CB6C3;
    padding: 20px 20px 0 20px;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: none;
    z-index: 1600;
}
.pb-step-elements .element .element-image .element-details .wysiwyg {
    color: #ffffff;
}
.pb-step-elements .element:nth-of-type(3n+3) .element-image .element-details {
    left: auto;
    right: 0px;
}
.pb-step-elements.large .element:nth-of-type(3n+3) .element-image .element-details {
    left: 0px;
    right: auto;
}
.pb-step-elements.large .element:nth-of-type(2n+2) .element-image .element-details {
    left: auto!important;
    right: 0px!important;
}
.pb-step-elements .element .element-image .element-details .element-details-title {
    color: #ffffff;
    display: block;
    font-size: 24px;
    font-weight: bold;
    line-height: 24px;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.pb-step-elements .element .element-image .element-details .more {
    text-align: center;
    padding-top: 20px;
}
.pb-step-elements .element .element-image .element-details .more a {
    color: #ffffff;
    font-size: 14px;
    line-height: 14px;
    background: #555659;
    display: inline-block;
    text-transform: uppercase;
    padding: 5px 10px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.pb-step-elements .element .element-image .element-details .more a:hover {
    background: #3f4143;
}
.pb-step-elements .element .element-image .element-details .element-details-actions {
    background: #4096A7;
    margin-left: -20px;
    margin-right: -20px;
    padding: 10px;
    margin-top: 20px;
}
.pb-step-elements .element .element-image .element-details .element-details-actions .buttons {
    margin-bottom: 0!important;
}
.pb-step-elements .element .element-title {
    text-align: center;
    padding: 10px;
}
.pb-step-elements .element .element-title span {
    color: #55565a;
    font-family: "proxima_nova_rgregular";
    font-size: 18px;
    line-height: 20px;
    text-transform: uppercase;
}
.pb-step-elements .element .element-title span.title {
    display: block;
}
.pb-step-elements .element .element-title span.pb-stars {
    display: block;
}

/* pb-step-radio */
.pb-step-radio {
}
.pb-step-radio h3 {
    color: #668d3d;
    font-family: "proxima_nova_rgregular";
    font-size: 22px;
    line-height: 22px;
    margin-bottom: 30px;
}
.pb-step-radio ul {
    margin: 0;
    padding: 0;
}
.pb-step-radio .size {
    margin: 0;
    padding: 0 10px;
    float: left;
    width: 16.666666%;
    text-align: center;
    color: #55565a;
    font-family: "proxima_nova_rgregular";
    font-size: 18px;
    line-height: 20px;
    text-transform: uppercase;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 30px;
}
.pb-step-radio .size:nth-of-type(6n+1) {
    clear: left;
}
.pb-step-radio .size input[type="radio"] {
    display: none;
}
.pb-step-radio .size label {
    display: block;
    line-height: 18px;
    padding: 0;
    position: relative;
    cursor: pointer;
    margin: 0;
}
.pb-step-radio .size label:before {
    display: block;
    margin: auto;
    content: "\f00c";
    width: 40px;
    height: 40px;
    background: #fafafa;
    border: solid 1px #dedede;
    color: #fafafa;
    -webkit-transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
    -moz-transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
    -ms-transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
    -o-transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
    transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    font-size: 26px;
    text-align: center;
    line-height: 40px;
    margin-bottom: 10px;
}
.pb-step-radio .size input[type="radio"]:checked + label:before {
    color: #00aced;
}

/* pb-step-columns */
.pb-step-columns {
    border-top: 1px solid #dedede;
    padding-top: 30px;
}
.pb-step-columns h3 {
    color: #668d3d;
    font-family: "proxima_nova_rgregular";
    font-size: 22px;
    line-height: 22px;
    margin-bottom: 30px;
}
.pb-step-columns ul {
    margin: 0;
    padding: 0;
}
.pb-step-columns .column {
    margin: 0;
    padding: 0 15px;
    float: left;
    width: 33.333333%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 30px;
}
.pb-step-columns .column:nth-of-type(3n+1) {
    clear: left;
}
.pb-step-columns .column img {
    display: block;
    width: 100%;
    margin-bottom: 15px;
}
.pb-step-columns .column h4 {
    color: #55565a;
    font-family: "proxima_nova_rgregular";
    font-size: 20px;
    line-height: 22px;
    text-transform: uppercase;
    margin-bottom: 5px;
}

/* pb-stars */
.pb-stars {
    font-size: 10px;
}

/* pb-steps-nav */
.pb-steps-nav {
    text-align: center;
    border-top: 1px solid #dedede;
    padding-top: 40px;
    margin-bottom: 40px;
}
.pb-steps-nav ul li,
.pb-steps-nav ul {
    display: block;
    margin: 0px;
    padding: 0px;
    white-space: nowrap;
}
.pb-steps-nav ul li {
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    border-radius: 10px;
    background: #1E6E80;
    overflow: hidden;
    margin: 0 10px;
    font-family: 'pathway_gothic_oneregular';
    font-size: 18px;
    line-height: 18px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.pb-steps-nav ul li:hover {
    background: #185866;
}
.pb-steps-nav ul li:after {
    content: "";
    display: block;
    visibility: hidden;
    clear: both;
}
.pb-steps-nav ul li .step-nav-name {
    float: left;
    margin: 0 10px;
    color: #ffffff;
    text-transform: uppercase;
}
.pb-steps-nav ul li.prev .step-nav-name {
    padding: 10px 0 10px 15px;
}
.pb-steps-nav ul li.next .step-nav-name {
    padding: 10px 15px 10px 0;
}
.pb-steps-nav ul li.prev .step-nav-name {
    background: url('../images/pb-select-left-arrow-white.png') no-repeat center left;
}
.pb-steps-nav ul li.next .step-nav-name {
    background: url('../images/pb-select-right-arrow-white.png') no-repeat center right;
}
.pb-steps-nav ul li .step-nav-position {
    float: left;
    padding: 10px;
    background: #4096A7;
    color: #ffffff;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.pb-steps-nav ul li:hover .step-nav-position {
    background: #327d8c;
}

/* pb-steps-content-wrp */
#pb-steps-content-wrp {
    min-height: 400px;
    position: relative;
}
#pb-steps-content-wrp:after {
    position: absolute;
    content: "";
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    background: url('../images/loading.gif') no-repeat rgba(255,255,255,0.5);
    background-position: center 100px;
    z-index: 1750;
    display: none;
}
#pb-steps-content-wrp.loading:after {
    display: block;
}

/* pb-result */
.pb-result {
}
a.at300b .at4-icon, a.at300m .at4-icon {
    display: none!important;
}
.pb-result h2 {
    color: #1E6E80;
    font-family: "proxima_nova_rgregular";
    font-size: 26px;
    line-height: 26px;
    margin-bottom: 15px;
}
.pb-result .result-image {
    margin: auto;
    padding: 10px;
    display: inline-block;
    vertical-align: top;
    background: #4096a7;
    position: relative;
}
.pb-result .result-image .overlay {
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    background: rgba(0,0,0,0.35);
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-align: center;
}
.pb-result .result-image:hover .overlay {
    opacity: 1;
}
.pb-result .result-step.third .result-image {
    margin-right: 0;
}
.pb-result .result-image-caption {
    color: #1E6E80;
    font-family: "proxima_nova_rgregular";
    font-size: 18px;
    line-height: 20px;
    text-transform: uppercase;
    padding-top: 10px;
}
.pb-result .result-row {
    border-bottom: 1px solid #bddae1;
}
.pb-result .print-step:last-of-type .result-row {
    border-bottom: none;
}
.pb-result .result-row:after {
    content: "";
    display: block;
    visibility: hidden;
    clear: both;
}
.pb-result .row-title {
    text-align: center;
    background: #7cb6c3;
    padding: 7px 20px;
}
.pb-result .row-title span {    
    color: #ffffff;
    font-size: 18px;
    line-height: 18px;    
    text-transform: uppercase;
    font-family: "proxima_nova_rgregular";
    display: block;
}
.pb-result .result-step {
    padding: 25px 0;
    border-right: 1px solid #bddae1;
    border-left: 1px solid #bddae1;
    margin-left: -1px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 25%;
    float: left;
    text-align: center;
}
.pb-result .result-step.result-title {
    width: 50%;
    text-align: left;
}
.pb-result .result-step.result-title .name {
    display: block;
    font-size: 45px;
    line-height: 50px;
    color: #1E6E80;
    font-family: "proxima_nova_ththin";
}
.pb-result .result-step.result-title .author {
    background: #1e6e80;
    color: #ffffff;
    display: inline-block;
    font-family: "proxima_nova_rgregular";
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 15px;
    margin-top: 15px;
    padding: 5px 10px;
    vertical-align: top;
    text-transform: uppercase;
}
.pb-result .result-row .result-step:last-of-type {
    border-right: none;
}
.pb-result .result-row .result-step:first-of-type {
    border-left: none;
    margin-left: 0;
}
.pb-result .result-step .thickness {
    display: inline-block;
    vertical-align: top;
    width: 155px;
    height: 155px;
    background: #1e6e80;
    font-size: 32px;
    line-height: 32px;
    color: #ffffff;
    border: solid 10px #4096a7;
    overflow: hidden;
    position: relative;
}
.pb-result .result-step .thickness .overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background: rgba(0,0,0,0.35);
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-align: center;
}
.pb-result .result-step .thickness:hover .overlay {
    opacity: 1;
}
.pb-result .result-details {
}
.pb-result .result-details h3 {
    color: #55565a;
    display: block;
    font-size: 24px;
    font-weight: bold;
    line-height: 24px;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-family: 'proxima_nova_rgbold';
}
.pb-result .result-grade {
    display: inline-block;
    vertical-align: top;
    width: 155px;
    height: 155px;
    background: #1e6e80;
    font-size: 32px;
    line-height: 20px;
    color: #ffffff;
    border: solid 10px #4096a7;
    overflow: hidden;
    position: relative;
}
.pb-result .result-grade .overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background: rgba(0,0,0,0.35);
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-align: center;
}
.pb-result .result-grade:hover .overlay {
    opacity: 1;
}
.pb-result .result-grade .pb-stars {
    font-size: 16px;
    line-height: 16px;
    color: #ffffff;
}
.get-a-quote {
    text-align: center;
}
.get-a-quote input {
    display: block;
    max-width: 340px;
    padding: 10px 20px;
    font-size: 18px;
    line-height: 18px;
    background: #ffffff;
    border: none;
    margin-bottom: 20px;
    margin: auto;
    width: 100%;
    text-align: center;
}
.get-a-quote blockquote {
    border: none;
}
.get-a-quote .show-disclaimer {
    color: #ffffff;
    font-family: "proxima_nova_rgregular";
    font-size: 16px;
    line-height: 16px;
    cursor: pointer;
}
.get-a-quote .disclaimer-ct {
    display: none;
}
.get-a-quote .get-a-quote-top {
    background: #1e6e80;
    padding: 40px 60px;
    position: relative;
}
.get-a-quote .get-a-quote-top:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 18px 0 18px;
    border-color: #1e6e80 transparent transparent transparent;
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 100%;
    margin-left: -18px;
}
.get-a-quote .get-a-quote-top h3 {
    color: #7cb6c3;
    font-size: 28px;
    line-height: 28px;
    margin-bottom: 15px;
}
.get-a-quote .get-a-quote-top h2 {
    color: #ffffff;
    font-size: 40px;
    line-height: 40px;
}
.get-a-quote .get-a-quote-bottom {
    background: #7cb6c3;
    padding: 30px 50px;
}
.get-a-quote .get-a-quote-bottom ul {
    display: block;
    text-align: center;
    list-style-type: none;
    margin-left: 0!important;
}
.get-a-quote .get-a-quote-bottom ul li {
    margin: 10px;
    display: inline-block;
    vertical-align: top;
}

.step-complete-popup {
    text-align: center;
}
.step-complete-popup .step-complete-popup-top {
    background: #1e6e80;
    padding: 30px 60px;
    position: relative;
}
.step-complete-popup .step-complete-popup-top:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 18px 0 18px;
    border-color: #1e6e80 transparent transparent transparent;
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 100%;
    margin-left: -18px;
}
.step-complete-popup .step-complete-popup-top h3 {
    color: #ffffff;
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 30px;
    white-space: nowrap;
}
.step-complete-popup .step-complete-popup-bottom {
    background: #7cb6c3;
    padding: 20px 40px;
}
.step-complete-popup .step-complete-popup-bottom .pb-steps-nav {
    border-top: none;
    margin-bottom: 0px;
    padding-top: 0px;
    text-align: center;
}
.step-complete-popup .step-complete-content {
    text-align: center;
    padding: 10px;
    background: #4096A7;
    display: inline-block;
    vertical-align: top;
}
.step-complete-popup .step-complete-content i {
    font-style: normal!important;
}
.step-complete-popup .step-complete-content *:last-child {
    margin-bottom: 0;
}
.step-complete-popup .step-complete-content .image {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 10px;
    position: relative;
}
.step-complete-popup .step-complete-content .change {
    font-size: 12px;
    line-height: 20px;
    color: #ffffff;
    background: rgba(0,0,0,0.25);
    text-transform: uppercase;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-family: 'proxima_nova_rgbold';
    margin-top: 10px;
    padding: 0 10px;
}
.step-complete-popup .step-complete-content .change:hover {
    background: rgba(0,0,0,0.5);
}
.step-complete-popup .step-complete-content .image .change {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin-top: 0px;
}
.step-complete-popup .step-complete-content .image:after {
    content: "";
    position: absolute;
    display: block;
    background: url('../images/popup-ck-icon.png') no-repeat center;
    background-size: 100% 100%;
    width: 74px;
    height: 74px;
    left: 50%;
    top: 50%;
    margin-left: -37px;
    margin-top: -48px;
}
.step-complete-popup .step-complete-content img {
    display: block;
    max-width: 100%;
    margin: auto;
}
.step-complete-popup .step-complete-content span {
    color: #ffffff;
    font-family: 'proxima_nova_rgbold';
    font-size: 14px;
    line-height: 16px;
    display: block;
    text-transform: uppercase;
}
.step-complete-popup .pb-steps-nav ul li {
    margin: 10px;
}
.popup-top-images:after {
    content: "";
    display: block;
    clear: both;
}
.popup-top-images li {
    width: 33.333333%;
    height: 210px;
    display: block;
    float: left;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

/* .grading-guide-popup */
.grading-guide-popup {
    position: fixed;
    background: #2b6e7b;
    width: 360px;
    height: auto;
    top: 120px;
    right: -360px;
    margin-left: 0;
    text-align: center;
    padding: 90px 30px 30px 30px;
    z-index: 500000;
    border-radius: 15px;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow:    0px 0px 15px 0px rgba(50, 50, 50, 0.75);
    box-shadow:         0px 0px 15px 0px rgba(50, 50, 50, 0.75);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    opacity: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.grading-guide-popup.show {
    right: 30px;
    opacity: 1;
}
.grading-guide-popup img {
    display: block;
    width: 114px;
    position: absolute;
    left: 50%;
    bottom: calc(100% - 75px);
    margin-left: -57px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow:    0px 0px 5px 0px rgba(50, 50, 50, 0.75);
    box-shadow:         0px 0px 5px 0px rgba(50, 50, 50, 0.75);
}
.grading-guide-popup .close {
    font-size: 22px;
    line-height: 22px;
    color: #ffffff;
    cursor: pointer;
    position: absolute;
    left: 15px;
    top: 15px;
}
.grading-guide-popup h3 {
    color: #ffffff;
    font-family: "proxima_nova_rgregular";
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 20px;
}

.chzn-container .chzn-results li.item {padding-left: 25px;}
.chzn-container .chzn-results li.item.sub-item.species {padding-left: 50px;}




/* ----------------------------------- */
/* --------- Tablets styles ---------- */
/* ----------------------------------- */
@media not print {
@media (min-width: 1024px) {

    .stiky-project-top #page {
        padding-top: 81px;
    }
    .stiky-project-top .project-top {
        position: fixed;
        top: -15px;
        left: 0px;
        right: 0px;
        z-index: 100000;
    }

}
}

/* ----------------------------------- */
/* --------- Tablets styles ---------- */
/* ----------------------------------- */
@media not print {
@media (min-width: 768px) and (max-width: 1023px) {

    /* pb-login-box */
    .pb-login-box {
        white-space: normal;
    }
    .pb-login-box li {
        margin-left: 0;
        margin-bottom: 10px;
    }
    .pb-login-box li:last-of-type {
        margin-bottom: 0px;
    }
    .pb-login-box li a {
        font-size: 12px;
        line-height: 12px;
        padding: 5px 10px;
    }

    /* result */
    .pb-result .result-step {
        width: 100%!important;
        border-right: none!important;
        border-left: none!important;
        margin-left: 0!important;
        border-bottom: 1px solid #bddae1;
    }
    .pb-result .result-step.result-title {
        text-align: center;
    }
    .pb-result .result-row {
        border-bottom: none;
    }

    /* project */
    .pb-filter {
        padding: 0 40px;
    }
    .pb-result .result-step .table-cell .thickness {
        margin-left: 30px;
        padding: 30px;
    }

}
}

/* ----------------------------------- */
/* --------- Phones styles ---------- */
/* ----------------------------------- */
@media not print {
@media (max-width: 767px) {

    /* pb-start-block */
    .pb-start-block {
        width: 240px;
        left: -240px;
    }
    .pb-start-block.show {
        margin-left: -120px;
    }

    /* grading-guide-popup */
    .grading-guide-popup {
        width: 240px;
        right: -240px;
    }
    .grading-guide-popup.show {
        right: 20px;
    }

    /* pb-login-box  */
    .pb-login-box {
        display: block;
        padding: 0 0 20px 0;
        text-align: center;
        white-space: normal;
    }
    .pb-login-box li {
        margin-left: 0;
        margin-bottom: 10px;
        display: block;
    }
    .pb-login-box li:last-of-type {
        margin-bottom: 0px;
    }
    .pb-login-box li a {
        font-size: 12px;
        line-height: 12px;
        padding: 5px 10px;
        display: inline-block;
        vertical-align: top;
    }

    /* right-container */
    .pb-main .right-container {
        margin-bottom: 40px;
    }


    /* profile */
    .profile-details .table {
        display: block;
    }
    .profile-details .table:after {
        content: "";
        display: block;
        clear: both;
    }
    .profile-details .table-cell {
        display: block;
        margin-bottom: 20px;
    }
    .profile-details .table-cell:last-of-type {
        margin-bottom: 0px;
    }
    .pb-profile .profile-details .details-list {
        -moz-columns:1;
        -webkit-columns:1;
        columns:1;
        -moz-column-gap: 0px;
        -webkit-column-gap: 0px;
        column-gap: 0px;
    }
    .pb-profile .profile-plywood-list .table {
        display: block;
        margin-bottom: 25px;
    }
    .profile-plywood-list .table-cell {
        display: block;
        margin-bottom: 5px;
        text-align: center;
    }
    .profile-plywood-list .table-cell:last-of-type {
        margin-bottom: 0px;
    }
    .pb-profile .profile-plywood-list .plywood-list-table {
        display: block;
        border: none;
    }
    .pb-profile .profile-plywood-list .plywood-list-table tr:first-child {
        display: none;
    }
    .pb-profile .profile-plywood-list .plywood-list-table tr {
        display: block;
        border: 1px solid #e7e5e4;
        padding: 10px 20px;
    }
    .pb-profile .profile-plywood-list .plywood-list-table td {
        display: block;
        border: none;
        padding: 0;
    }
    .pb-profile .profile-plywood-list .plywood-list-table .buttons {
        padding-top: 15px;
    }
    .pb-profile .profile-plywood-list .plywood-list-table th {
        display: none;
    }
    .pb-profile .profile-plywood-list .plywood-list-table td.ac, .pb-profile .profile-plywood-list .plywood-list-table th.ac {
        text-align: left;
    }


    /* project */
    .project-top .progress-info .table {
        display: block;
    }
    .project-top .progress-info .table-cell {
        display: block;
        margin-bottom: 15px;
        text-align: center;
    }
    .project-top .progress-info .table-cell:last-of-type {
        margin-bottom: 0px;
    }
    .project-top .project-actions {
        margin-left: 0px;
    }
    .mobile-steps {
        background: #ffffff;
    }
    .mobile-steps .show-mobile-steps {
        background: #555659;
        padding: 15px;
        color: #ffffff;
        font-size: 18px;
        line-height: 18px;
        cursor: pointer;
        position: relative;
        font-family: 'proxima_nova_rgbold';
        text-transform: uppercase;
    }
    .mobile-steps .show-mobile-steps small {
        font-size: 12px;
    }
    .mobile-steps .show-mobile-steps .icon {
        position: absolute;
        width: 55px;
        top: 0px;
        right: 0px;
        bottom: 0px;
        background: url('../images/pb-select-down-arrow-white.png') no-repeat center #6cb4c4;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }
    .mobile-steps .show-mobile-steps:hover .icon,
    .mobile-steps .show-mobile-steps.active .icon {
        background-color: #3b96a8;
    }
    .mobile-steps .mobile-steps-content {
        display: none;
    }
    .pb-steps li .step-title::after {
        display: none;
    }
    .pb-filter {
        padding: 0;
    }
    .pb-step-elements .element {
        width: 200px;
        margin-left: auto;
        margin-right: auto;
        float: none;
    }
    .pb-step-elements.large .element {
        width: 200px;
        margin-left: auto;
        margin-right: auto;
        float: none;
        margin-bottom: 10px;
    }
    .pb-step-elements.large .element .element-image {
        padding: 10px;
    }
    .pb-step-elements.large .element .element-image .element-overlay {
        bottom: 10px;
        left: 10px;
        right: 10px;
        top: 10px;
    }
    .pb-step-elements.large .element:nth-of-type(2n+2) .element-image .element-details {
        left: -40px !important;
        right: auto !important;
    }
    .pb-step-elements .element .element-image .element-details {
        left: -40px!important;
        width: 280px!important;
    }
    .pb-step-elements .element .element-image .element-details .buttons li {
        margin: 0 0 0 0!important;
    }
    .pb-steps-nav ul li {
        font-size: 16px;
        line-height: 16px;
        margin: 0 5px;
    }
    .pb-steps-nav ul li .step-nav-name {
        display: none;
    }
    .pb-steps-nav ul li .step-nav-position {
        padding: 10px;
    }
    .pb-step-radio .size {
        width: 33.333333%;
    }
    .pb-step-radio .size:nth-of-type(3n+1) {
        clear: left;
    }
    .pb-step-columns .column {
        float: none;
        width: auto;
    }
    .project-top .project-actions li {
        margin-bottom: 5px;
    }

    /* result */
    .pb-result .result-step {
        width: 100%!important;
        border-right: none!important;
        border-left: none!important;
        margin-left: 0!important;
        border-bottom: 1px solid #bddae1;
    }
    .pb-result .result-step.result-title {
        text-align: center;
    }
    .pb-result .result-row {
        border-bottom: none;
    }

    .get-a-quote {
        padding: 0;
        text-align: center;
    }
    .get-a-quote .get-a-quote-top h3 {
        font-size: 16px;
        line-height: 18px;
        margin-bottom: 10px;
    }
    .get-a-quote .get-a-quote-top h2 {
        font-size: 28px;
        line-height: 30px;
        margin-bottom: 25px;
    }
    .get-a-quote .get-a-quote-top {
        padding: 20px;
    }
    .get-a-quote .get-a-quote-bottom {
        padding: 20px;
    }
    .project-top .container {
        padding: 0;
    }
    .project-top .project-actions li.share-item {
        margin-top: 0;
        position: relative;
        right: auto;
        top: auto;
    }

}
}