body {
    
    margin:0px;
    font-family: 'Poppins', monospace;
    font-weight:400;
    overflow-x: hidden;
}

body.page {
    overflow:hidden;
}

body div {
    -webkit-overflow-scrolling: touch;
}

.pay-head {
    width: 100%;
    text-align: center;
    height: 50px; 
}

.page-paysuccess .content,
.page-pay .content {

}

.page-paysuccess .header,
.page-pay .header {
    top: 0px;
    margin: 0 auto;
    position: fixed;
    height: 61px;
    left: 0px;
    right: 0px;
    z-index: 1;
    border-bottom: 1px solid #e7e7e7;
}

.page-paysuccess .pay-holder,
.page-pay .pay-holder {
    max-width: 650px;
    min-width: 300px;
    width: 30vw;
    position: relative;
    display: inline-block;
    left: 50%;
    transform: translate(-50%, 10vh);
    text-align: center;
}

div.order-not-approved,
div.order-approved {
    background-color: #ebffeb;
    font-size: 17px;
    color: #1e6d3e;
    padding: 20px 0px;
    border-radius: 10px;
    border: 1px solid #a5e5a5;
    font-weight: bold;
    font-size: 14px;
    margin-bottom:10px
}

span.order-approved {
    font-size: 11px;
    opacity: 0.7;
}

div.order-not-approved {
    background-color: #f5e4e4;
    color: #772626;
    border-color: #e1bcbc;
}

.pay-head img {
    width: 41px;
    margin: 10px 0px;
    border-radius: 13px;
}

.pay-info {
    border: 1px solid #e9e9e9;
    border-radius: 11px;
    margin-bottom: 13px;
}

.pay-info .pay-line {
    padding: 10px 15px;
    text-align: left;
    font-size: 13px;
    border-bottom: 1px solid #f3f3f3;
}

.pay-info .pay-line.grey {
    background-color: #fbfbfb;
    border-bottom-color: #dbdbdb;
}

.pay-info .pay-line:last-child {
    border-bottom:none
}

.pay-info .pay-line .left {

}

.pay-info .pay-line .right {
    font-weight: bold;
}

.pay-info .pay-line.total {
    font-size: 14px;
    font-weight: bold;
}

.pay-info .pay-line.sub-total {
    border-top: 1px solid #e3e3e3;
    box-shadow: 0px -4px 1px #f7f7f7;
}


.hide {
    display: none;
}

.bold {
    font-weight: bold;
}

.anim {
    -webkit-transition: 2s ease-in-out;
    -moz-transition: 2s ease-in-out;
    -o-transition: 2s ease-in-out;
    transition: 2s ease-in-out;
}

.content {
    margin: 0 auto;
    max-width: 1500px;
}


a {
    color:#000;
}

a:visited {
    color:#000;
}

.right {
    text-align: right;
}

.left {
    text-align: left;
}

.center {
    text-align: center;
}

.vbottom {
    vertical-align:bottom !important;
}

.vtop {
    vertical-align:top !important;
}

.vmiddle {
    vertical-align:middle !important;
}

.box {
    display: inline-block;
}

.page-content .content-box {
    width: 100%;
    border: 1px solid #ececec;
    padding: 0px;
    font-size: 10px;
    border-radius: 4px;
    margin-bottom:15px
}

.page-content .content-box .box-title {
    font-size: 12px;
    color: black;
    font-weight: bold;
    opacity: 1;
    border-bottom: 1px solid #e2e2e2;
    padding: 8px 8px 6px 8px;
    margin-bottom:0px
}

.page-content .content-box .box-content {
    padding: 8px;
    background-color: #f9f9f9;
    max-height: 230px;
    overflow-y: auto;
}

.btn {
    background-color: #000;
    display: inline-block;
    color: #FFF;
    padding: 6px 12px;
    border-radius: 51px;
    cursor: pointer;
    font-size: 11px;
    font-weight: 600;
    cursor:pointer;
}

.btn:hover {
    opacity:0.6
}

.btn.big {
    padding: 12px 21px;
    font-size: 13px;
    font-weight: bold;
}

.btn.tag {
    border-radius: 3px;
    background-color: #efefef;
    border: 1px solid #dadada;
    padding: 4px 6px;
    color: #313131;
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 0.05em;
    margin-bottom:5px;
    line-height: 14px;
}

.btn.tag.active {
    background-color: white;
    border-color: #5d5d5d;
}

.btn.tag.not-active {
    color: #b5b5b5;
}

.btn.small {
    padding: 2px 11px;
    font-size: 10px;
}

.btn.blue {
    background-color: rgb(0, 55, 255);
}

.btn.red {
    background-color:red;
    border-color:red;
    color:white
}

.btn.red:hover {
    background-color:rgb(218, 0, 0);
    border-color:rgb(219, 0, 0);
    color:rgb(255, 233, 233);
    opacity: 1;
}

.btn.red img {
    border-color: #ffabab;
}


#commit {
    position: fixed;
    bottom: 10px;
    left: 10px;
    font-size: 9;
    color: #c1c1c1;
}


.page-footer {
    background-color: #f3f3f3;
    padding: 60px 40px;
}

.page-footer a {
    
}

/* width */
::-webkit-scrollbar {
    width: 5px;
    border-radius: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    background: rgb(209, 209, 209)

}

/* Handle */
::-webkit-scrollbar-thumb {
    background: rgb(189, 189, 189);
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: rgb(160, 160, 160);
}


img {
    max-width:100%;
}

#logo_27 {
    position: fixed;
    top: 30px;
    left: 30px;
    width: 120px;
}

#home_logo_27 {
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    position: absolute;
    width: 150px;
}

#cie_logo.square-logo {
    width: 58px;
    top: 26px;
}

.square-logo a {

}
.square-logo a img {

}

#olins_logo {
    position: absolute;
    top: 30px;
    right: -98px;
    /* width: 175px; */
    z-index: 2;
    text-align: right;
}

#olins_logo span {
    font-size: 12px;
    opacity: 0.6;
    position: relative;
    right: 50px;
    top:0px;
}

#category_cnc {
    position: fixed;
    bottom: 30px;
    left: 30px;
    width: 220px;
    font-size: 14px;
    line-height:22px;
}

#category_cnc img {
    width: 100%;
}

#category_cnc .item {
    font-weight: bold;
}

#category_cnc .item.active {
    font-weight: bolder;
    text-decoration:underline;
    left:10px;
    position: relative;
}

#category_cnc .item a {
    text-decoration: none;
    color: #000;
}

#page_info {
    width: 500px;
    transform: rotate(-90deg);
    right: -204px;
    position: fixed;
    bottom: 261px;
    z-index:2;
}

#page_info img {
    width: 23px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
}


.page-title {
    display: inline-block;
    vertical-align: middle;
    z-index: 1;
    position: absolute;
    left: 35px;
    top: -18px;
}

.page-sub-title {
    display: inline-block;
    vertical-align: middle;
    margin-left: 36px;
    position: absolute;
}

.page-content {
    position: relative;
    right: 0px;
    top: 0px;
    left: 350px;
    overflow-y: scroll;
    bottom: 0px;
    padding-top: 240px;
    padding-bottom: 600px;
    padding-right: 27%;
    padding-left: 50px;
    background-color: white;
    z-index: 1;
}

body.quote .page-content {
    top: 10vw;
    background-color: transparent;
    max-width: 700px;
    overflow: hidden;
    position: relative;
    padding: 0;
    left: 50%;
    transform: translate(-50%, 0%);
    text-align: left;
    display: inline-block;
    border:0px
}

body.projects .page-contente {
    text-align: center;
    border-left: 0px;
    background-color: #FFF;
    padding-left: 0px;
    padding-top: 0px;
    top: 50%;
    transform: translateY(-50%);
    padding-bottom: 0px;
    bottom: unset;
    background-color: transparent;
    width: 100%;
    padding: 0px 50px;
    left: -50px;
    right: -50px;
}

body .page-content.cie-projects ,
body.cie-site .page-content.cie-projects {
    text-align: center;
    border-left: 0px;
    background-color: #FFF;
    padding-left: 0px;
    padding-top: 0px;
    top: 50%;
    transform: translateY(-50%);
    padding-bottom: 0px;
    bottom: unset;
    background-color: transparent;
    width: 100%;
    padding: 0px 50px;
    left: -50px;
    right: -50px;
}

body.cie-site .page-content.cie-products {
    text-align: center;
    border-left: 0px;
    background-color: #FFF;
    padding-left: 0px;
    padding-top: 0px;
    top : 30%;
    padding-bottom: 0px;
    bottom: unset;
    background-color: transparent;
    width: 100%;
    padding: 0px 50px;
    left: -50px;
    position: absolute;
}

body.cie-site .page-content.cie-projects.project-page {
    position: relative;
    top: 50%;
    padding: 0;
    right: unset;
    overflow: hidden;
    left: 50%;
    transform: translate(-50%, -50%);
}

body .page-content.one-column {
    left: 50%;
    transform: translate(-50%, 0%);
    padding: 0 !important;
    top: 20%;
    bottom: unset;
    right: unset;
    padding-top: 0px !important;
    position: absolute;
    width: 100%;
}

.page-content h5 {
    margin-bottom:50px;
}

.page-content .page-menu {
    vertical-align: top;
    display: inline-block;
    width: 100%;
    padding-bottom: 200px;
    text-align: center;
}

.page-content .page-menu a {
    text-decoration: none;
}

.page-content .page-menu a.no-count .item-img {
    background-color: rgb(247, 247, 247);
}


.page-content.cie-products .page-menu {
    padding: 0px 12%;
    width: 75%;
    position: relative;
}

.page-content.cie-projects .page-menu .visible,
.page-content.cie-projects .page-menu .no-thumb .item-img,
.page-content.cie-projects .page-menu .no-thumb {
    position: relative;
    display: inline-block
}

.page-content.cie-projects .page-menu .no-thumb .item-img:before {
    content: " ";
    display: inline-block;
    position: absolute;
    z-index: 10;
    background-image: url(/static/imgs/no-thumb.png);
    width: 200px;
    height: 200px;
    background-size: 100%;
    opacity: 0.9;
    background-position: center center;
    left: 50%;
    top: 50%;
    transform: translate(-100px, -100px);
}


.page-content img, .page-content video {
    width: 100%;
    padding: 0px;
}

.page-content .page-img-holder {
    width: 100%;
    margin-bottom: 30px;
    padding: 2px;
    position:relative;
}

.page-content h1 {
    font-size: 3.3vw;
    margin: 0 0 20px 0;
    text-transform: capitalize;
}

.page-content .gallery p {
    font-size: 0.8vw;
    margin: 0 0 20px 0;
    text-transform: capitalize;
}

.page-content .gallery .page-img-holder {
    min-height: 200px;
    background-image: url(/static/imgs/load-thumb.png);
    background-repeat: no-repeat;
    background-position: center;
}

.page-content .gallery .page-img-holder img {

}

.page-content h1.home-title {
    font-size: 15px;
    width: 600px;
    margin: 0 auto;
    font-weight: 400;
    text-transform: none;
    margin-bottom: 15%;
    letter-spacing: 0.04em;
}

.page-content h3 {
    font-size: 16px;
    font-weight: 400;
    margin: -5px 0px 6px 0px;
    opacity: 0.5;
}

.page-content.in-category h3.cat-title {
    text-align: left;
    font-family: 'Poppins';
    font-weight: bolder;
    color: #000;
    opacity: 1;
    font-size: 16px;
    margin-top: 0px;
}

.page-content .page-desc {
    margin-bottom: 47px;
    font-size: 21px;
    margin-top: 11px;
    max-width: 90%;
}

/* versatile */
.versatile {


}

.versatile-bg {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background-color: rgb(255 255 255 / 75%);
    z-index: -999;
    opacity: 0;
}

.versatile-bg.visible {
    z-index: 999;
    opacity: 1;
}

.section-content.list-item {
    padding:10px 0px !important;
}

.page-content.versatile {
    width: 550px;
    position: relative;
    margin: 0 auto;
    top: 200px;
    padding-bottom:200px !important;
}

.versatile .list {
    position: relative;
    vertical-align: top;
}

.versatile .list .list-item {
    width: 100%;
    display: inline-block;
    text-align: center;
    border-radius: 3px;
    padding: 0px;
    margin: 0 auto;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border:0px
}

.versatile .list .list-item input {
    border: 1px solid #e2e2e2;
    padding: 5px 0px;
    width: 95%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    text-indent: 10px;
    font-size: 12px;
}

.versatile .list .list-item .list-header {
    background-color: #eaeaea;
    border: 1px solid #c7c7c7;
    padding: 10px 0px 14px 0px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin-bottom: -4px;
    border-bottom-width: 0px;
    text-indent: 10px;
    text-align: left;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    font-size: 13px;
    font-weight: bold;
}

.versatile .list .list-item.config .list-header {
    background-color: #dedede;
}

.versatile .list .list-items {

}

.versatile .list .list-item .list-item {
    margin: 0px;
    font-size: 13px;
    text-indent: 15px;
    border-radius: 0px;
    border: 1px solid #ccc;
    text-align: left;
    padding:8px 0px;
    background-color: white;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.versatile .list .list-item .list-items .list-item {
    border-bottom-width: 0px;
    border-radius: 0px;
    font-size: 12px;
    text-transform: capitalize;
}

.versatile .list .list-item .list-items .list-item:first-child {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.versatile .list .list-item .list-items .list-item:last-child {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-width:1px
}

/* add images */
.content .add-images {
    position: fixed;
    width: 500px;
    z-index: 9999;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -53%);
    opacity: 1;
}

.content .add-images.not-loaded {
    z-index: -1;
    transform: translate(-50%, -50%);
    opacity: 0;
}


.content .add-images .section .section-content {
    border:none;
    text-indent: 0px;
    margin-bottom: 0px;
}

.content .add-images .add-files .uploads .upload .update-progress {
    width: 78%;
}

.content .add-images .add-files .uploads .upload .update-progress .mfubar {
    width: 150px;

}

.content .add-images .add-files .uploads .upload:last-child {
    margin-bottom:10px
}

/* images order */
.orders-me {

}

.orders-me .order-me {
    width: 100px;
    display: inline-block;
    border: 1px solid #eaeaea;
    padding: 10px;
    position: relative;
    background-color: white;
    border-radius: 4px;
    box-shadow: 1px 1px 1px #eaeaea;
    margin-right: 5px;
    margin-bottom: 5px;
}

.orders-me .order-me.new {
    width: 40px;
    height: 40px;
    border-radius: 200px;
    text-align: center;
    background-color: #eaeaea;
    border-color: #dcdcdc;
    box-shadow: 2px 3px 4px rgb(88 88 88 / 19%);
    margin-left: 9px;
    position: relative;
    top: -7px;
}

.orders-me .order-me.new .after {
    border: none;
    background-color: transparent;
    width: unset;
    height: unset;
    text-align: center;
    padding: 3px;
    right: unset;
    left: 50%;
    top: 50%;
    bottom: unset;
    line-height: 21px;
    font-size: 25px;
    font-weight: bold;
    transform: translate(-50%, -50%);
    box-sizing: border-box;
    box-shadow: none;
}

.orders-me .order-me:last-child {
    margin-right:0px
}

.orders-me .order-me .after,
.orders-me .order-me .before {
    position: absolute;
    padding: 4px;
    border: 1px solid #d6d6d6;
    line-height: 10px;
    width: 20px;
    height: 20px;
    text-align: center;
    font-weight: bolder;
    background-color: #efefef;
    border-radius: 2px;
    box-shadow: 1px 1px 4px rgb(195 195 195 / 46%);
    bottom: 10px;
    cursor: pointer;
    opacity: 0.7;
    z-index: 1;
}

.orders-me .order-me .after:hover,
.orders-me .order-me .before:hover {
    opacity: 1;
}

.orders-me .order-me .after span {
    transform: rotate(45deg);
    display: inline-block;
}

.orders-me .order-me .before span {
    transform: rotate(-45deg);
    display: inline-block;
}

.orders-me .order-me .before {
    left:10px;
}

.orders-me .order-me .order-index {
    position: absolute;
    top: 10px;
    left: 10px;
    font-weight: bold;
}

.orders-me .fake-image-hold {
    position: relative;
    min-height: 98px;
}

.orders-me .fake-image-hold .fake-img {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-size: cover;
    background-position: center center;
}

.orders-me .order-me img {
    margin:0px;
    padding:0px;
}

.orders-me .order-me .after {
    right: 10px;
}

.home-posts {
    position: relative;
    width: 95%;
    top: 139%;
    left: 50%;
    transform: translateX(-50%);
    max-width: 2000px;
    min-width: 800px;
    text-align: center;
    padding-bottom: 500px;
    z-index:1;
}

.home-posts.on-project {
}

.home-posts.on-products {
    position: relative;
    top: 340px;
}

.home-posts.on-home {
    position: absolute;
    top: 82%;
}

.page-content .home-posts h2,
.page-content.service-page .home-posts h2 {
    margin-bottom: 50px;
    font-weight: bolder;
    text-align: center;
    font-size: 25px;
}

.home-posts a {
    border: 1px solid #efefef;
    display: inline-block;
    min-width: 284px;
    min-height: 212px;
    margin: 6px 3px;
    position: relative;
    width: 21%;
    height: 250px;
    max-width: 365px;
    margin: 7px 7px;
}

.home-posts a .article {
    width: 100%;
    height: 100%;
    display: block;
    background-color: #efefef;
    position: absolute;
    background-size: cover;
}

.home-posts a .post-title {
    position: absolute;
    left: 7px;
    bottom: 7px;
    padding: 0px;
    margin: 0px;
    text-transform: capitalize;
    font-size: 12px;
}

.projects-items {
    display: inline-block;
    text-align: center;
    line-height: 2vw;
    text-align: left;
    margin-bottom: 0px;
    padding: 0px;
    border-radius: 3px;
    width: 100%;
    position: relative;
    vertical-align: top;
    min-width: 250px;
}

.projects-items a {
    text-decoration: none;
    font-size: 14px;
    opacity: 1;
}

.projects-items:hover .img-hold img {
    opacity: 1;
}

.projects-items:hover h3 {

}

.projects-items .img-hold {
    position: relative;
    overflow: hidden;
    height: 30vh
}

.projects-items .img-hold img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.projects-items h3 {
    font-weight: bolder;
    font-size: 15px !important;
    opacity: 1;
    line-height: 15px;
    text-transform: capitalize;
    margin: 1.2vw 0px;
    font-weight: normal;
    width: 100%;
    position: absolute;
    top: 50%;
    text-align: center;
    font-size: 88px;
    transform: translateY(-50%);
    margin-top: 0px;
    text-decoration: none;
}

.projects-items h3:hover {

}

.page-images {
    position: fixed;
    right: 6%;
    width: 50px;
    z-index: 3;
    bottom: 4px;
    overflow: hidden;
    opacity: 0.9;
}

.page-images .article {
    width: 89%;
    height: 32px;
    display: inline-block;
    margin-bottom: 5px;
    background-position: center center;
    background-size: contain;
    border: 1px solid #cfcfcf;
    cursor: pointer;
    left: 50%;
    position: relative;
    transform: translate(-50%);
}

.img-con {
    position: absolute;
    width: 100%;
    height: 31px;
    overflow: hidden;
}

.selector {
    position: absolute;
    height: 33px;
    width: 49px;
    border: 4px solid rgb(0,55,255);
    padding: 0 5px;
    left: 50%;
    transform: translate(-50%);
    box-sizing: border-box;
}



/* Upload stuff */
.section {

}

.section.fill-required {
    background: rgb(255,255,255);
    background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(252,245,245,1) 100%);
}

.section.fill-required .section-content {
    border-color: #ffc6c6;
    border-width: 2px;
}

.section.fill-required .section-content label {
    color: #ff5e5e;
    font-weight: bold;
    font-size: 14px;
}

.section.fill-required .section-content textarea,
.section.fill-required .section-content input {
    border-color: #ffb4b4 !important;
    background-color: #fff4f4 !important;
}

.section .section-title {
    font-size: 13px;
    margin-bottom: 20px;
}

.section .section-content {
    border: 1px solid rgb(235 235 235);
    padding: 9px;
    margin-bottom: 27px;
    border-radius: 3px;
    box-shadow: inset -2px -3px 6px rgb(0 0 0 / 3%);
}

.quote .section .section-content {
    padding: 15px;
}

.quote .section .section-content.span-to-input span {
    font-size: 15px;
}

.quote .section .section-content.span-to-input input {
}

.add-files {

}

.add-files .add-files-btn-trick {
    display: inline-block;
    margin-top: 10px;
}

.add-files .add-files-btn-trick label {
    background-color: rgb(0,0,0);
    color: #fff;
    font-size: 11px;
    padding: 6px 14px;
    height: 16px;
    border-radius: 100px;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.add-files .add-files-btn-trick label:hover {
    opacity:0.6;
}

.add-files .user-auth {
    font-size: 11px;
    text-indent: 5px;
    opacity: 0.5;
    position: relative;
}

.add-files h3 {
    margin: 0px;
    text-indent: 5px;
    font-size: 12px;
}

.add-files.unauthorized .user-auth:before,
.add-files.authorized .user-auth:before {
    content: "";
    display: inline-block;
    position: relative;
    width: 8px;
    height: 8px;
    border-radius: 10px;
    margin-right: 6px;
    top: 2px;
    border: 1px solid
}

.add-files.unauthorized .user-auth:before {
    background-color: red;
    border-color: red
}

.add-files.authorized .user-auth:before {
    background-color: #4bff00;
    border-color: #00ff08;
}

.add-files .uploads {
    max-height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
}

.add-files .uploads .upload {
    display: inline-block;
    width: 96%;
    font-size: 10px;
    border: 1px solid #efefef;
    padding: 0px 0px 5px 9px;
    margin-right: 10px;
    overflow-wrap: break-word;
    margin-bottom: 4px;
    border-radius: 3px;
    box-shadow: 2px 3px 3px rgb(173 173 173 / 15%);
}

.add-files .uploads .upload h2 {
    display: inline-block;
    width: 98%;
    font-size: 10px;
}

.add-files .uploads .upload .update-progress {
    display: inline-block;
    width: 54%;
    font-size:9px;
}

.add-files .uploads .upload .update-progress div {
    display:inline-block;
}

.add-files .uploads .upload .update-progress .mfusize {

}

.add-files .uploads .upload .update-progress .mfubar {
    width: 100px;
    background-color: rgb(255, 255, 255);
    height: 6px;
    position: relative;
    margin: 0px 5px;
    top: 2px;
    border: 2px solid #000;
}

.add-files .uploads .upload .update-progress .mfubarinner {
    position: relative;
    background-color: rgb(0,0,0);
    height: 8px;
    top: 0px;
    left: 0%;
    max-width: 100%;
}

.add-files .uploads .upload .update-progress .mfutotal {

}

.add-files .uploads .upload .update-progress .pstatus {
    text-indent:10px;
}



.add-files .uploads .upload .update-progress {

}




.add-files .uploads .upload .response {
    display: inline-block;
    width: 15%;
    text-align: right;
}

.add-files .uploads .upload .status-light {

}

.add-files .uploads .upload .status-light {
    display: inline-block;
    position: relative;
    border-radius: 50px;
    vertical-align: middle;
    border: 6px solid black;
    margin-left: 2%;
}

.add-files .uploads .status-light.working {
    border-color: rgba(0, 55, 255, 1);
}

.add-files .uploads .status-light.success {
    border-color: rgba(0, 255, 55, 1);
}

.add-files .uploads .status-light.error {
    border-color: rgba(255, 0, 55, 1);
}

.send-quote {
    background-color: #000;
    display: inline-block;
    color: #FFF;
    padding: 10px 20px;
    border-radius: 51px;
    cursor:pointer;
}

.send-quote:hover {
    opacity:0.6;
}

.previous-quotes {
    margin-top: 50px;
}

.previous-quotes.active {
    opacity:1;
}

.previous-quotes  .previous-quotes-lines {
    border: 1px solid #e6e6e6;
    border-bottom: 0px;
}

.previous-quotes  .previous-quotes-lines .quote-line {
    font-size: 14px;
    width: 100%;
    display: inline-block;
    border-bottom: 1px solid #e6e6e6;
    padding: 7px 0px;
    background-color: #fbfbfb;
}


.previous-quotes  .previous-quotes-lines .quote-line .prev-quote-state {
    display: inline-block;
    width: 16%;
    padding-left:2%;
    border-left:1px solid #e6e6e6;
}

.previous-quotes  .previous-quotes-lines .quote-line .prev-quote-id {
    display: inline-block;
    width: 40%;
    text-indent:7px;
    font-weight: bold;
}

.previous-quotes  .previous-quotes-lines .quote-line .prev-quote-cd {
    display: inline-block;
    width: 18%;
    padding-left:2%;
    border-left:1px solid #e6e6e6;
}

.previous-quotes  .previous-quotes-lines .quote-line .prev-quote-sd {
    display: inline-block;
    width: 36%;
    padding-left:2%;
    border-left:1px solid #e6e6e6;
}

.quote-message {
    display: inline-block;
    width: 99%;
    background-color: #e2ede2;
    border: 1px solid #c4ddc4;
    border-radius: 9px;
    margin-bottom: 7px;
}

.quote-message p {
    font-weight: bold;
    color: #5b7d5b;
    text-indent: 15px;
    font-size: 14px !important;
}

#new-quote, #quote-sent, #active-quotes {

}

#new-quote p, #quote-sent p, #active-quotes p {

}

#new-quote.active, #quote-sent.active, #active-quotes.active {
    display: block !important;
}

#new-quote.active p, #quote-sent.active p, #active-quotes.active p {
    opacity: 1;
    font-size: 17px;
    margin-bottom: 19px;
}

#new-quote {

}

.send-quote-holder {
    background-color: #f5f5f5;
    padding: 30px;
    margin-top: 50px;
}

span.p {
    display: inline-block;
    margin-bottom: 10px;
    opacity: 0.4;
}

input, textarea {
    font-family: 'Avenir Next Semi', monospace;

}

/* span to input */
.span-to-input {
    min-height:20px;
}

.input-show,
.span-to-input input {
    display:none;
    width: 100%;
    outline: none;
    border: 0px;
    font-size: 15px;
    font-family: 'Avenir Next Semi';
    font-weight:400;
    background-color:transparent;
}

.input-show {
    display: inline-block;
    border: 1px solid #efefef;
    padding: 10px;
    border-radius: 7px;
    background-color: #fbfbfb;
    font-weight: bold;
    margin-bottom: 5px;
}

.span-to-input span {
    font-size: 13px;
    width: 100%;
    display: block;
}

.span-to-input .input-show {
    display:none;
}

.dbfield-label {
    width: 100%;
    display: block;
    font-size: 14px;
    opacity: 1;
    text-transform: capitalize;
    margin-bottom: 12px;
    font-weight: bolder
}

.section.quote_id {
    font-size: 10px;
    margin-top: 50px;
    opacity: 0.4;
}

#cie_logo {
    width: 87px;
    position:fixed;
    margin-left:50px;
}

#small_cie_logo {
    width: 60px;
    position:fixed;

}

.line {
    border-bottom: 1px solid #272424;
    padding: 6px 0px;
    font-size: 14px;
    color: #85875c;
}

.line:last-child {
    border-bottom: none
}

body.quote h1 {
    font-size: 80px;
    margin-bottom: 20px;
}

body.quote p {
    font-size: 15px;
}

body.quote ul {
    margin-bottom: 50px;
    font-size: 15px;
    padding-left: 20px;
}

body.quote ul li {

}

body.db .page-content {
    padding-top:75px;
}

.side-page {
    position: fixed;
    top:0px;
    right: 0px;
    bottom:0px;
    width: 650px;
    z-index: 4;
    background-color: rgba(255,255,255,0.9);
    display: none;
}

.side-page .pad {
    padding:20px;
    overflow-y: auto;
    max-height: 80%;
}

.page-content .page-title {
    font-size:25px;
}


.more-page-images {


}


.more-posts h3,
.more-page-images h3 {
    font-weight: bolder;
    opacity: 1;
    margin-bottom: 20px;
    margin-top: 70px;
}

.more-page-images h4 {
    font-size: 14px;
}

.more-posts {
    margin-top: 80px;
}

.more-posts a {
    padding-right: 12px;
    padding-bottom: 12px;
    display: inline-block;
}

.more-posts a .article {
    width: 250px;
    height: 160px;
    display: inline-block;
    background-size: cover;
}

.more-posts .projets {
    margin: 86px 0 146px 0;
    margin-left: -10px;
}

.projets {


}

.projets .projects-items  {


}

.projects-items .item-img {
    background-image: url(/static/imgs/load-thumb.png);
    padding: 5px;
}

.projects-items .item-img {
    width: auto !important;

}

.projets .projects-items h3 {


}

.projets .projects-items h3 a {


}

#corner-notifications {
    position: fixed;
    top: 80px;
    right: 20px;
    width: 350px;
    z-index:9999;
}

#corner-notifications .corner-notification {
    padding: 20px;
    background-color: white;
    border: 1px solid #efefef;
    margin-bottom:10px;
    font-size:11px;
    position: absolute;
    height:60px;
    left: 0px;
    right: 0px;
    opacity:0;
    transform:translateY(10px);
}

#corner-notifications .corner-notification.active {
    opacity:1;
    transform:translateY(0px);
}

#corner-notifications .corner-notification .btn {
    background-color: black;
    display: inline-block;
    color: white;
    padding: 5px 10px;
    font-size: 10px;
    border-radius: 20px;
    cursor:pointer;
}

#corner-notifications .corner-notification .notification-action {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    opacity:0;
}

#corner-notifications .corner-notification:hover .notification-action {
    opacity:1;
}

#corner-notifications .corner-notification .notification-title {
    font-size: 12px;
    font-weight: 400;
    margin-bottom:5px;
}


#admin-quotes {

}

#admin-quotes .admin-quote-line {
    border: 1px solid #c1c1c1;
    padding: 16px;
    font-size: 12px;
    margin-bottom: 10px;
    line-height: 21px;
    border-radius: 4px;
    box-shadow: 1px 1px 4px #dcdcdc;
    position: relative;
}

#admin-quotes .admin-quote-line .btn {
    margin-right: 8px;
}

#admin-quotes .admin-quote-line .btn.tag {
    margin-top:5px
}

#admin-quotes .admin-quote-line .btn.tag.contact {
    background-color: rgb(0, 255, 255);
    border-color: #0dd2bb;
}

#admin-quotes .admin-quote-line .btn.tag.projects {
    background-color: #00ffb8;
    border-color: #00bf8a;
}

#admin-quotes .admin-quote-line .btn.tag.services {
    background-color: #00dcff;
    border-color: #15aac1;
}

#admin-quotes .admin-quote-line .btn.tag.admin {
    background-color: #ff7f42;
    border-color: #c3420b;
}

#admin-quotes .admin-quote-line.seen {

}

#admin-quotes .admin-quote-line.not-seen {
    border: 2px solid rgb(0, 0, 0);
}

#admin-quotes .admin-quote-line.not-seen .replied-btn,
#admin-quotes .admin-quote-line.not-seen .seen-btn {
    opacity: 0.8;
}

#admin-quotes .admin-quote-line:after,
#admin-quotes .admin-quote-line:before {
    position: absolute;
    padding: 0px 6px;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: bolder;
    letter-spacing: 0.07em;
    border-radius: 3px;
    width: 20px;
    height: 20px;
}

#admin-quotes .admin-quote-line.not-seen:before {
    content: "new";
    background-color: rgb(0,0 ,0);
    color: #fff;
    right: -1px;
    top: -1px;
}

#admin-quotes .admin-quote-line.not-replied:after {
    content: "not-replied";
    background-color: rgb(0, 0, 0);
    color: #fff;
    right: 0px;
    top: -1px;
    width: 78px;
    text-align: center;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

#admin-quotes .admin-quote-line.not-seen.not-replied:after {
    right: 30px;
}

#admin-quotes .admin-quote-line .block-title {
    font-weight: bolder;
    font-size: 21px;
    margin-bottom: 15px;
}

#admin-quotes .admin-quote-line .info-line {

}

#admin-quotes .admin-quote-line .block-header {
    background-color: #f1f1f1;
    font-size: 8px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-top: 1px solid #e2e2e2;
    border-left: 1px solid #e2e2e2;
    border-right: 1px solid #e2e2e2;
    line-height: 8px;
    vertical-align: middle;
    height: 25px;
    text-indent: 7px;
}

#admin-quotes .admin-quote-line .infos {
    border: 1px solid #e2e2e2;
    padding: 2px 8px;
    margin: 0px 0px 12px 0px;
    position: relative;
    top: 0px;
    font-size: 11px;
}

#admin-quotes .admin-quote-line .infos .info {
    display: inline-block;
    border-right: 1px solid #ccc;
    padding-right: 10px;
    margin-right: 12px;
}

#admin-quotes .admin-quote-line .infos .info:last-child {
    border-right: 0px solid #efefef;
    padding-right: 0px;
}

#admin-quotes .admin-quote-line .quote-lines {
    border: 1px solid #e2e2e2;
    padding: 2px 8px;
    margin: 0px 0px 12px 0px;
}

#admin-quotes .admin-quote-line .quote-lines .quote-line {
    border-bottom: 1px solid #efefef;
}

#admin-quotes .admin-quote-line .quote-lines .quote-line:last-child {
    border-bottom: 0px solid #efefef;
}


#admin-quotes .admin-quote-line .quote-lines .quote-line span {
    font-size: 10px;
    padding-right: 10px;
}

#admin-quotes .admin-quote-line .quote-lines .quote-line span:last-child {
    padding-right: 0px;
}


.admin-helper, .admin-helper-dialog {
    position: fixed;
    display: inline-block;
    width: 850px;
    background-color: #fff;
    border:1px solid #dfdfdf;
    padding: 10px;
    vertical-align: middle;
    font-size: 12px;
    margin-bottom: 10px;
    display: none;
    top: 65%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index:9999999999;
}

.admin-helper span, .admin-helper-dialog span {
    width: 100%;
    display: inline-block;
    margin-bottom: 9px;
}

.admin-helper textarea, .admin-helper-dialog textarea {
    outline: none;
    border: 1px solid #d6d6d6;
    background-color: transparent;
    width: 100%;
    font-size: 12px;
    padding: 3px 5px;
    margin: 8px 0px;
    font-family: 'Poppins', monospace;
    min-height:100px
}

.add-admin-field {
    font-size: 16px;
    display: inline-block;
    cursor: pointer;
    opacity: 0.3;
    width: 30px;
    text-indent: 10px;
    border: 1px solid #d6d6d6;
    margin: -79px 0px 10px 15px;
    height: 30px;
    background-color: #cecece;
    line-height: 30px;
    border-radius: 20px;
    text-align: left;
    box-shadow: 1px 2px 2px rgb(45 45 45 / 55%);
    position: absolute;
    z-index: 999;
}


.add-admin-field:hover {
    opacity:0.9;
}

.pad.home-text {
    padding: 20px;
    position: relative;
    top: 115px;
    text-align: center;
}

/* helpers */

.page-content .admin-helper {

}

.page-content .helper-description {

}

/* admin ui */

.page-content.project-page .new-page-item {
    position: relative;
    text-align: center;
    opacity: 0.6;
}

.page-content.project-page .new-page-item .item-img {
    background-image: none;
}

.page-content.project-page:hover .new-page-item {
    opacity: 0.8;
}

.page-content.project-page .new-page-item .item-img:before {
    content: "+";
    display: block;
    position: absolute;
    color: #383838;
    font-size: 100;
    left: 50%;
    top: 36%;
    z-index: 9;
    transform: translate(-50%, -50%);
}

.page-content.project-page .new-page-item .box {
    position: absolute;
    margin-top: -48px;
    padding: 5px;
    text-align: center;
    display: inline-block;
}

.page-content.project-page .new-page-item .box input {
    padding: 6px 10px;
    background-color: #fcfcfc;
    outline: none;
    box-shadow: inset 1px 1px 2px rgb(142 142 142 / 32%);
    border: 1px solid #afafaf;
    color: #242424;
    opacity: 0.7;
    border-radius: 5px;
    font-weight: bold;
    font-size: 11px;
    width: 100%;
}

.page-content.project-page .new-page-item .box .btn {
    text-transform: uppercase;
    background-color: #191919;
    color: rgb(240, 240, 240);
    padding: 0px 8px;
    transform: translateY(-1px);
    position: absolute;
    top: 10px;
    right: 8px;
    font-size: 10px;
    opacity: 0.85;
    border-radius: 5px;
    line-height: 19px;
    font-size: 9px;
    font-weight: bolder;
    color: #ffffff;
    letter-spacing: 0.03em;
}


.page-content.project-page .new-page-item .box .btn:hover {
    opacity: 1;
} 

.page-content.project-page .new-page-item .projects-items {

}

.page-content.project-page .new-page-item .projects-items:hover {

}

.page-content.project-page .new-page-item .projects-items h3 {
    position: relative;
    left:5px
}


/* index */
.index-frame {
    position: relative;
    height: unset;
    width: 100%;
    max-width: 2000px;
    margin: 0;
    top: 0px;
    background-color: #efefef;
}

.index-frame .pad {
    padding: 20px;
    transform: translateY(-50%);
    top: 127%;
    position: relative;
}


.col {
    display:inline-block;
    vertical-align: middle;
    box-sizing: border-box;
}

.col.sec {
    background-color:#efefef;
    padding:10px;
}

.col1 {
    width: 1%;
}

.col2 {
    width: 2%;
}

.col3 {
    width: 3%;
}

.col4 {
    width: 4%;
}

.col5 {
    width: 5%;
}

.col6 {
    width: 6%;
}

.col7 {
    width: 7%;
}

.col8 {
    width: 8%;
}

.col9 {
    width: 9%;
}

.col10 {
    width: 10%;
}

.col11 {
    width: 11%;
}

.col12 {
    width: 12%;
}

.col13 {
    width: 13%;
}

.col14 {
    width: 14%;
}

.col15 {
    width: 15%;
}

.col16 {
    width: 16%;
}

.col17 {
    width: 17%;
}

.col18 {
    width: 18%;
}

.col19 {
    width: 19%;
}

.col20 {
    width: 20%;
}

.col21 {
    width: 21%;
}
.col22 {
    width: 22%;
}
.col23 {
    width: 23%;
}
.col24 {
    width: 24%;
}
.col25 {
    width: 25%;
}
.col26 {
    width: 26%;
}
.col27 {
    width: 27%;
}

.col30 {
    width: 30%;
}

.col35 {
    width: 35%;
}

.col40 {
    width: 40%;
}

.col45 {
    width: 45%;
}

.col50 {
    width: 50%;
}

.col55 {
    width: 55%;
}

.col60 {
    width: 60%;
}

.col65 {
    width: 65%;
}

.col70 {
    width: 70%;
}

.col75 {
    width: 75%;
}

.col80 {
    width: 80%;
}

.col85 {
    width: 85%;
}

.col90 {
    width: 90%;
}

.col95 {
    width: 95%;
}

.col100 {
    width: 100%;
}

.col-res {

}

.col-res:after,
.col-res:before {
    content: "";
    position: relative;
    display: inline-block;
    width: 10px;
}

.index-frame .pad  .col .home-text {
    max-width: 100%;
    padding-bottom: 50px;
    text-align:center;
}

.home-text h1 {
    font-size: 18px;
    text-align: center;
    font-weight: normal;
    max-width: 950px;
    margin: 0 auto;
}

.index-frame h1 img {
    max-width: 71%;
}

.index-frame .pad  .col .left-spacer {
    position: relative;
    width: 75%;
    height: 80%;
    background-position: center center;
    background-size: cover;
    margin: auto auto;
    /*box-shadow: 9px 9px 0px 0px #f3f3f3;*/
    cursor:pointer;
}

.index-frame .pad  .col .left-spacer:hover {
    opacity:0.8;
}

.home-projects-btn {
    position: absolute;
    font-size: 13px;
}

.home-projects-btn:after {
    display:block;
    margin-top:10px;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 10px solid black;
    content: ' ';
}

.rotate-desc {
    width: 900px;
    left: 50%;
    position: absolute;
    font-size: 12px;
    opacity: 0.8;
    top: -30px;
    font-weight: bold;
    transform: translateX(-50%);
}

.home-text .btn {
    margin-top: 25px;
}


.home-text .btn a {
    color:#fff;
    text-decoration:none;
}

.home-text .btn.big a {
    color: #fff;
    text-decoration: none;
    font-size: 22px;
    padding: 5px 25px;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 5px;
}


/* centered header */
.centered-band {
    text-align: center;
    position:relative;
    top: 46px;
}

.centered-band .main-logo {
    display: inline-block;
}

.centered-band .main-logo a {

}



.centered-band .main-logo a span {
    display:inline-block;
    width:100%;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 0.09em;
    font-weight: bold;
    margin-top: 6px;
}

.centered-band .main-logo a img {
    width: 34px;
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
}

.home-rotator {
    position: relative;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 0;
    opacity: 1;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #f4f2f5;
    cursor: pointer;
    min-height: 700px;
    border-bottom:1px solid #efefef;
}

.home-text {
    position:relative;
    z-index:1;
}

.watermark {
    position:absolute;
    width:130px;
    right:20px;
    bottom:20px;
    opacity:0.4;
}

.admin-handle {
    position: absolute;
    padding: 5px;
    top: 3%;
    left: 3%;
    display: inline-block;
    cursor:pointer;
}

.admin-handle:after {
    content: 'helper';
    font-size:10px;
}

.clicker {
    opacity: 0.6;
    position: absolute;
    left: 0px;
    top: 0px;
    width:100%;
    height:100%;
    background-color:rgba(0,0,0,0.1);
    display:none;
}

.clicker:hover .admin-handle {
    z-index: 1;
    opacity: 1;
}

.edit-helper-full {
    width:100%;
}

#rotato-title {
    width: 100%;
    text-align: center;
    padding-top: 150px;
    margin-bottom: 0px;
    font-size: 45px;
}

#home-rotator-edit {
    position: relative;
    top: 100px;
    left: 100px;
    display: inline-block;
    width: 100%;
    right: 100px;
    max-width: 1200px;
    margin: 0 auto;
    left: 50%;
    transform: translateX(-50%);
    min-height:400px;
}

#home-rotator-edit .rot-edit-line {
    border: 1px solid #EFEFEF;
    padding: 30px;
    position: relative;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin-bottom:20px;
}

#home-rotator-edit .rot-edit-line .rot-row {
    display: inline-block;
    vertical-align: middle;
}

#home-rotator-edit .rot-edit-line .rot-row .full {
    width:100%;
    display:inline-block
}

#home-rotator-edit .rot-edit-line .rot-row input {
    width: 100%;
    padding: 10px 19px;
    margin-top:10px;
}

#home-rotator-edit .rot-edit-line .rot-row.rot-img {
    width: 96%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0px;
    width: 100%;
    background-position: center;
    background-size: 117%;
    z-index:-1;
    background-repeat: no-repeat;
}

#home-rotator-edit .rot-edit-line .rot-row.rot-img .user-field {
    position:absolute;
}

#home-rotator-edit .col-img {
    height: 450px;

}

#home-rotator-edit .col-img .rot-img-holder {
    position: absolute;
    width: 100%;
    height: 450px;
    left: 0px;
    top: 0px;
    background-color: #f4f2f5;
    z-index: -1;
}




#home-rotator-edit .rot-edit-line .rot-row-pad {

}

#home-rotator-edit .rot-edit-line .rot-row-pad .rot-section {
    margin-bottom: 12px;
}

#home-rotator-edit .rot-edit-line .rot-row-pad .rot-section.hidden {
    display:none;
}

#home-rotator-edit .rot-edit-line .rot-row.rot-label {
    width: 100%;
    margin:9px 0px 4px 0px;
}

#home-rotator-edit .rot-edit-line .rot-row.rot-src {
    width: 100%;
}


#home-rotator-edit .rot-edit-line .rot-row.rot-order {

}

#home-rotator-edit .rot-edit-line .rot-row.rot-input {
    width: 90%;
}

#home-rotator-edit .rot-edit-line .rot-row.rot-actions {
    margin-top:15px;
}

#home-rotator-edit .rot-edit-line .rot-row.rot-actions .btn{
    margin-right:10px;
}

#home-rotator-edit .rot-edit-line .rot-row.rot-arrows {
    position: absolute;
    left: -63px;
    top: 8px;
}

#home-rotator-edit .rot-edit-line .rot-row.rot-arrows .ar-up {
    transform: rotate(90deg) translateY(-20px);
    top: -3px

}

#home-rotator-edit .rot-edit-line .rot-row.rot-arrows .ar-do {
    transform: rotate(-90deg) translateY(20px);
    top: 3px
}

#home-rotator-edit .rot-edit-line .rot-row.rot-arrows .ar-do:hover {
    margin-top:3px;
}

#home-rotator-edit .rot-edit-line .rot-row.rot-arrows .ar-up:hover {
    margin-top:-3px;
}

#home-rotator-edit .rot-edit-line .rot-row.rot-arrows .ar-do,
#home-rotator-edit .rot-edit-line .rot-row.rot-arrows .ar-up
 {
    width: 0;
    height: 0;
    border-top: 13px solid transparent;
    border-bottom: 13px solid transparent;
    border-right: 13px solid #171717;
    position: relative
    cursor:pinter;
}

#home-rotator-edit .rot-edit-line .rot-row.rot-arrows .ar-up .tri,
#home-rotator-edit .rot-edit-line .rot-row.rot-arrows .ar-do .tri {
position: relative;
position: relative;
    top: -12px;
    left: 2px;
    width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-right: 12px solid white;

}


#home-rotator-edit .rot-edit-line .rot-row.rot-arrows .ar-do.disabled,
#home-rotator-edit .rot-edit-line .rot-row.rot-arrows .ar-up.disabled
{
    opacity:0.3
}


.home-rotator #user-fields .user-field {
    position:absolute;
}

.rot-row.rot-user-fields {
    padding: 15px 15px 0px 15px;
    border: 1px solid #e2e2e2;
}

.rot-row.rot-user-fields .fields-col {

}

.rot-row.rot-user-fields .fields-col .field-set {
    vertical-align: middle;
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 8px;
    text-transform: capitalize;
    font-size: 14px;
}

.rot-row.rot-user-fields .fields-col .field-set:last-child {
    border-bottom: 0px solid #cecece;
}

.rot-row.rot-user-fields .fields-col .field-set label {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    float: left;
}

.rot-row.rot-user-fields .fields-col .field-set textarea {
    outline: none;
    border: 1px solid #d6d6d6;
    max-height: 100px;
    min-height: 170px;
    width: 90%;
    margin-bottom: 9px;
    padding: 7px 0px 0px 12
}

.slider-nav {
    position: relative;
    transform: translateY(3px);
    display: inline-block;
    margin-right: 10px;
}

.slider-nav span {
    width: 7px;
    height: 7px;
    display: inline-block;
    border-radius: 15px;
    border: 3px solid #ccc;
    margin-right: 3px;
    cursor:pointer;
}

.slider-nav span:hover {
    border-color: #8b8b8b;
}

.slider-nav span.active {
    background-color: #CCC;
}

/* extra menu */

.extra-menu {
    position: absolute;
    right: 169px;
    font-size: 13px;
    text-align: right;
    vertical-align: middle;
    top: 38px;
    z-index:2;
}

.extra-menu.centered {
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}

.extra-menu .extra-menu-item {
    display:inline-block;
    margin:0px 10px;
    font-weight: bold;
}

.extra-menu .extra-menu-item a {
    text-decoration: none;
}


.load-more-stuff {
    padding:60px 0px;
}

/* products */
.all-products {
    margin-top: 11%;
    padding-bottom:200px;
}

.all-products .product {
    position: relative;
    background-color: #f4f2f5;
    margin-bottom: 15px;
    min-height: 550px;
    display: inline-block;
}

.all-products .product.col50 {
    width: 50%;
    min-height: 450px;
    margin-bottom: 140px;
}

.all-products .product.col100 {
    margin-bottom:70px;
}

.all-products .product.col50.colodd0 {
    width: 49%;
    margin-right: 1%;
}

.all-products .product.col50.colodd1 {
    width: 49%;
    margin-left: 1%;
}

.all-products .product h2 {
    font-size: 25px;
    text-transform: capitalize;
    position: relative;
    top: 54%;
    transform: translateY(-50%);
    margin: 0;
    z-index: 1;
}

.all-products .product.col50 h2 {
    font-size: 15px;
    left: 0px;
    padding-right: 0px;
    max-width: 60%;
    margin: 0 auto;
}

.all-products .product h3 {
    font-size: 30px;
    text-transform: capitalize;
    position: relative;
    top: 47%;
    transform: translateY(-50%);
    margin: 0;
    left: 105px;
    padding-right: 50px;
    z-index: 1;
}


.all-products .product .col {
    position: absolute;
    height:100%;

}

.all-products .product .col.col30 {
    left:0px;
    width: 100%;
    text-align: center;
    top: 57%;
}

.all-products .product .col.col70 {
    left:00%;
    width: 100%;
}



.all-products .product .category-product-image {
    width: 100%;
    height: 100%;
    background-size: 55%;
    background-position: center;
    background-repeat: no-repeat;
}

.all-products .product.col50 .category-product-image {
    background-size: 100%;
    background-position: center;
}


.site-categories-holder {
    text-align:left;
    margin-top:150px;
}

.site-categories-holder:first-child {
    margin-top:0px;
}

.site-categories-holder .site-category {
    width: 100%;
    text-align: left;
    font-size: 17px;
    color: #000;
    opacity: 1;
    font-family: 'Avenir Next Semi';
    margin-bottom: 35px;
}

#product-page-column {

}


#product-page-column .left-column {
    position: relative;
    width: 41%;
    top: 150px;
    text-align: right;
    left: 13%;
}

#product-page-column .left-column .left-column-content {
    max-width: 900px;
    display: inline-block;
    width: 80%;
    min-width: 615px;
}

#product-page-column #right-column {
    position: fixed;
    width: 60%;
    right: 54%;
    top: 200px;
    bottom: 0px;
    text-align: left;
    max-width: 429px;
    transform: translateX(148%);
}

#product-page-column #right-column .product-title {
    font-family: 'Avenir Next Demi';
    font-size: 45px;
    margin-top: -7px;
    line-height: 52px;
}

#product-page-column #right-column .product-title h1 {
    font-family: 'Avenir Next Demi';
    font-size: 45px;
    margin-top:50px;
}

#product-page-column #right-column .product-category {
    font-size: 13px;
    text-transform: uppercase;
    font-family: 'Avenir Next Semi';
    position: relative;
    top: -13px;
    opacity: 0.7;
}

#product-page-column #right-column .product-category a {
    text-decoration: underline;
    margin-right: 5px;
}


#product-page-column #right-column .page-price {
    font-weight: bold;
    font-family: 'Avenir Next Bold';
    font-size: 51px;
    color: rgb(0,55,255);
}

#product-page-column #right-column .page-buy {
    margin-top: 40px;
}

#product-page-column #right-column .page-buy .btn {
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-family: 'Avenir Next Demi';
    padding: 12px 29px;
}

#product-page-column #right-column .page-buy .btn a {
    color: #FFF;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-family: 'Avenir Next Demi';
    padding: 12px 1px;
}

#product-page-column #right-column p {
    max-height: 240px;
    overflow-y: auto;
    padding-right: 58px;
}

.page-img-holder {
    position:relative;
}

.page-img-holder .like,
.page-img-holder .fav {
    position: absolute;
    top: 20px;
    right: 20px;
    text-shadow: 1px 1px 8px #00000040;
    font-size: 23px;
    opacity: 0;
    cursor: pointer;
}

.page-img-holder .like {
    right: 50px
}

.page-img-holder:hover .like,
.page-img-holder:hover .fav {
    opacity: 1;
}

.back-nav {
    position:relative;
}

.back-nav a {
    padding-left: 20px;
    color: rgb(0,55,255);
    margin-bottom: 27px;
    height: 18px;
    display: inline-block;
    font-size: 14px;
    font-family: 'Avenir Next semi';
}


.back-nav:before {
    content: '\02F1';
    font-size: 30px;
    position: absolute;
    color: rgb(0,55,255);
    font-weight: normal;
    margin-top: -13px;
}

#product-page-column .back-nav:before {
    margin-top: -25px;
}

.merchant-logo {
    position: relative;
    display: inline-block;
    width: 71px;
    vertical-align: middle;
    top: -3px;
    left: 14px;
}


.big-helper {
    display: block;
    top: 30%;
    background-color: #fff;
    padding: 52px;
}

.big-helper .col.sec {
    background-color:#FFF;
}

.big-helper .dialog-title {
    font-size: 19px;
    font-family: 'Avenir Next Semi';
}

.big-helper label {
    opacity: 0.7;
    width: 100%;
    display: inline-block;
    margin: 10px 0px 3px 0px;
    font-size: 13px;
}

.big-helper input {
    padding: 10px 16px;
}

#error404 {
    width: 300px;
    height: auto;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    text-align: center;
    top: 40%;
    color: #999;
}


#error404 span {
    display: inline-block;
    width: 100%;
    color: #000;
    font-size: 44px;
    margin-bottom: 20px;
}


/* home rotator classes */
.hot {
    top: 30%;
    left: 26%;
    transform: translateX(-50%);
    font-size: 55px;
    width: 530px;
    line-height:65px;
}

.hot.center {
    font-size: 42px;
    text-align: center;
    width: 100%;
    left: 50%;
    top: 13%;
    max-width: 604px;
}

.price.hot {
    color: rgb(0,55,255);
    font-family: 'Avenir Next Bold';
    font-size: 40px;
    top: 50%;
    letter-spacing: -0.01em;
}

.price.hot.center {
    top: 22%;
    font-size: 30px;
}


/* search features */
#rez {
    width: 100%;
    max-height: 650px;
    position: relative;
    overflow-y: auto;
    font-size: 13px;
    background-color: #FFF;
    padding: 70px;
    font-family: 'Avenir Next Semi';
}

.rez-line {
    position: relative;
    vertical-align: middle;
    margin-bottom: 30px;
}

.rez-line:hover {
    background-color:#f4f2f5;
}


.rez-line a {
    vertical-align: middle;
    display:inline-block;
}

.rez-line img {
    width: 53px;
    display: inline-block;
    position: relative;
    margin-bottom: 0px;
}


.rez-line a span {

}

.rez-line .rez-txt {
    margin-left: 20px;
}

.rez-img a {
    width: 68px;
    height: 57px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #f4f2f5;
}

.search-icon {
    background-image: url(/static/imgs/search.png?v=ca59eee…);
    width: 15px;
    height: 15px;
    display: inline-block;
    background-size: cover;
    position: relative;
    top: 15px;
    right: 140px;
    z-index:9999;
}

#main-search-bar {
    position: absolute;
    width: 780px;
    right: 30px;
    top: 30px;
    z-index:-1;
    opacity:0;
}

#main-search-bar.active {
    z-index:9999;
    opacity:1;
}

#main-search-bar input {
    width: 260px;
    float: right;
    position: relative;
    right: 137px;
    top: 7px;
    z-index: 1;
    padding: 7px 11px;
    outline: none;
    border: 1px solid #f1f1f1;
}


/* helper page */
#helper-list-edit {
    width: 650px;
    text-align: center;
    margin: 40px auto 0 auto;
    padding-bottom:200px;
}

#helper-list-edit .live-line {
    width: 600px;
    display: inline-block;
    text-align: left;
    /* border: 1px solid #ccc; */
    padding: 4px 10px;
    /* margin: 9px 0px; */
    background-color: #fbfbfb;
    box-shadow: inset 0px -2px 3px #d7d7d7;
    border-right: 1px solid #e3e3e3;
    border-left: 1px solid #e3e3e3;
}

#helper-list-edit .live-line:first-child {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-top: 1px solid #e3e3e3;
}

#helper-list-edit .live-line:last-child {
    box-shadow: none;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom: 1px solid #e3e3e3;
}

#helper-list-edit .live-line h3 {
    text-transform: capitalize;
}

#helper-list-edit .live-line .label {
    text-transform: capitalize;
}

#helper-list-edit .live-line .post-icon {

}

#helper-list-edit .live-line .post-icon .post-icon-img {
    height: 40px;
    width: 40px;
    background-size: cover;
    border-radius: 100px;
    background-position: center;
    border: 1px solid dimgrey;
}

#live-line-edit {
    width: 600px;
    margin: 0 auto;
    border: 1px solid #ccc;
    padding: 10px;
    position: relative;
    top: -12px;
    font-size: 12px;
    background-color: white;
}

#live-line-edit .section {

}

#live-line-edit .section .section-content {
    border: 1px solid #d6d6d6;
    padding: 0px;
    margin-bottom: 10px;
    border-top: 0px;
    border-radius: 3px;
}

#live-line-edit .section .section-content.add-files .uploads .upload h2 {
    width: 100%;
    font-size: 11px;
    margin: 6px 7px;
}

#live-line-edit .section .section-content.add-files .uploads .upload {
    width: 100%;
    padding:0px 10px;
}

#live-line-edit .section .section-content.add-files .uploads .upload .update-progress {
    width: 73%;
    padding-left:7%
}

#live-line-edit .section .section-content.add-files .uploads .upload .update-progress .mfubar {
    width: 205px;
}


#live-line-edit .live-line-edit-blocks {
    text-align: left;
}

#live-line-edit .line-block {
    border: 1px solid #d0d0d0;
    border-radius: 4px;
    margin-bottom:8px
}

#live-line-edit .line-block:last-child {
    margin-bottom:0px;
}

#live-line-edit .line-block .live-line-title {
    background-color: whitesmoke;
    padding: 4px 8px;
}

#live-line-edit .line-block .block-content {
    padding: 4px 8px 0px 8px;
}

#live-line-edit .line-block .block-content.live-line-image-list-holder {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 398px;
}

#live-line-edit .live-line-edit-blocks .live-line-edit-blocks-img {
    display: inline-block;
    width: 110px;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 3px;
    margin: 5px;
    position:relative;
}

#live-line-edit .live-line-edit-blocks .live-line-edit-blocks-img:hover {
    background-color:#dfdfdf
}

#live-line-edit .live-line-edit-blocks .live-line-edit-blocks-img.selected {
    border-color:green;
}

#live-line-edit .live-line-edit-blocks .img-icon {
    height: 100px;
    background-size: cover;
}

#live-line-edit .live-line-edit-blocks .live-line-edit-blocks-img.hide {
    opacity:0.4;
}

#live-line-edit .live-line-edit-blocks .live-line-edit-blocks-img.hide:after {
    content: " ";
    position: absolute;
    width: 14px;
    height: 14px;
    background-color: red;
    border-radius: 10px;
    top: 10px;
    right: 10px;
}

#live-line-edit .live-line-edit-blocks .live-line-edit-blocks-img .icon-name {
    margin-top:5px;
    font-size: 9px;
    display: inline-block;
}

#live-line-edit .live-line-edit-blocks .live-line-actions {
    margin: 10px 0px
}

#live-line-edit input, #live-line-edit textarea {
    background-color: white;
    text-transform: capitalize;
    outline: none;
    border: 1px solid gainsboro;
    padding: 10px;
    width: 98%;
    font-family: 'Poppins', monospace;
    font-size: 12px;
    font-weight: 600;
    margin: 8px 0px;
}

#live-line-edit textarea {
    width: 100%;
}

#live-line-edit .with-selected {
    margin-top:10px;
    border: 1px solid #ccc;
    padding: 9px;
    margin-bottom: 10px;
}

#live-line-edit .btn {
    margin-left:5px;
}


#seo_category_title {
    width: 60%;
    margin: 0 auto;
    display: block;
    text-align: center;
    border: none;
    outline: none;
    font-size: 19px;
    font-family: 'Poppins', monospace;
    margin-top: 16px;
}



#admin-bar {
    position: fixed;
    width: 200px;
    background-color: #fbfbfb;
    border: 1px solid #dedede;
    border-radius: 5px;
    box-shadow: 2px 3px 8px #00000029;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: bold;
    right: 40px;
    text-align: left;
    z-index: 99999999;
    bottom: 130px;
}

#admin-bar .admin-menu-item {
    display: inline-block;
    border-left: 1px solid #e4e4e4;
    padding: 9px 0px;
    cursor: pointer;
    border-bottom: 1px solid #e2e2e2;
    width: 100%;
    text-indent: 10px;
}

#admin-bar .admin-menu-item:first-child {
    border-left:0px
}

#admin-bar .admin-menu-item:hover {
    background-color: #f3f3f3;
}

/* adminui */
#admin-trigger {
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 99999;
    background-color: #171717;
    color: #eaeaea;
    font-weight: bold;
    padding: 35px 25px;
    border-radius: 100px;
    line-height: 0px;
    font-size: 31px;
    text-shadow: -2px -2px 1px black;
    border: 1px solid #000;
    box-shadow: 3px 4px 3px rgb(70 70 70 / 42%);
    opacity: 1;
    cursor: pointer;
}

#admin-trigger:hover {
    opacity: 0.9;
}

#admin-trigger.remove {
    transform: rotate(45deg);
    opacity: 1;
}

.page-helloworld #admin-trigger {
    display: none;
}

.page-helloworld .email-info {
    position: absolute;
    top: 29px;
    left: 49px;
    color: white;
    z-index: 999999999999;
    font-size: 12px;
    opacity: 1;
    display: block;
    width: 100px;
    height: 50px;
}

.adminui.actions {
    position: absolute;
    right: 13px;
    top: 15px;
    padding: 0px 7px;
    z-index: 9999;
}

.adminui.actions .action {
    padding: 10px 6px;
    border-radius: 3px;
    line-height: 0px;
    border: 1px solid #4c4c4c;
    box-shadow: 3px 2px 3px rgb(0 0 0 / 14%);
    opacity: 0;
    background-color: #4c4c4c;
    color: white;
    margin-right: -6px;
    font-size: 10px;
}

.projects-items:hover .adminui.actions .action {

}

.projects-items:hover .adminui.actions:hover .action {
    opacity: 1;
}

.adminui.actions .action:hover {
    box-shadow: 3px 2px 3px rgb(0 0 0 / 54%);
}

.adminui.actions .action.pale {
    background-color: rgb(87, 87, 87);
    color: white;
    text-shadow: -1px -1px 1px rgb(75, 75, 75);
    border-color: rgb(75, 75, 75);
}

#categories-list-edit {
    width: 80%;
    text-align: center;
    margin: 40px auto 0 auto;
    max-width: 600px;
    padding-bottom:200px;
}

#categories-list-edit .category-needle,
#categories-list-edit .new-category,
#categories-list-edit .category-item {
    width: 100%;
    display: inline-block;
    text-align: left;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 10px;
    margin: 9px 0px;
    background-color: whitesmoke;
}

#categories-list-edit .category-needle {
    font-weight: bolder;
    text-transform: capitalize;
}

#categories-list-edit .new-category {
    background-color: #efefef;
}

#categories-list-edit .category-page {
    border: 0px;
    margin: 0px 0px;
    padding: 6px 0px;
    font-size: 12px;
}

#categories-list-edit .category-page-list-item .category-page .col.data {
    opacity: 0
}

#categories-list-edit .category-page-list-item:hover .category-page .col.data {
    opacity: 1;
}

#categories-list-edit .category-page .label {
    font-weight: bold;
    position: relative;
    text-transform: capitalize;
}

#categories-list-edit .category-page .view-image {
    border: 1px solid #ababab;
    border-radius: 10px;
    padding: 2px 6px;
    font-size: 10px;
    text-transform: capitalize;
    font-weight: bold;
    opacity: 0.6;
}


#categories-list-edit .category-page .view-image:hover {
    opacity: 1;
}

#categories-list-edit .category-page .label::before {
    content: " ";
    background-image: url(/static/imgs/arrow.png);
    width: 13px;
    height: 13px;
    background-size: 8px;
    position: relative;
    margin-right: 6px;
    left: 1px;
    top: 3px;
    display: inline-block;
    background-color: #e2e2e2;
    border-radius: 20px;
    transform: rotate(180deg);
    background-repeat: no-repeat;
    background-position: center;
}

#categories-list-edit .category-item .col.right .btn {
    opacity: 0;
}

#categories-list-edit .category-item:hover .col.right .btn {
    opacity: 1;
}


#categories-list-edit .new-category input {
    background-color: transparent;
    outline: none;
    border: 1px solid transparent;
    width: 100%;
}

.live-line-category-list {
    padding: 6px 0px;
    position: relative;
    left:-5px
}

.live-line-category-list .btn.tag:first-child {
}

.all-category-list {
}

.category-page-holder {
    padding: 11px 11px 0px 11px;
    border-left: 1px solid #d0d0d0;
    border-radius: 3px;
    border-right: 1px solid #d0d0d0;
    border-bottom: 1px solid #d0d0d0;
    margin-top: -20px;
}

.all-category-list label {
    font-size: 15px;
    font-weight: bold;
    margin: 7px 0px;
    display: inline-block;
}

.all-category-list .category-page-description {

}

.all-category-list .category-page-description textarea {
    width: 100%;
    margin: 8px 0px 8px 0px;
    padding: 11px;
    border: 1px solid #dadada;
    min-height: 170px;
}

.category-seo-list {

}

.category-seo-list .category-seo-list-item {
    
}

.category-seo-list .category-seo-list-item .seo-field-thumb {
    
}

.category-seo-list .category-seo-list-item .seo-field-thumb .category-thumb {
    width: 73px;
    height: 36px;
    background-size: cover;
    margin: 0;
    padding: 0;
    border-radius: 5px;
    border: 1px solid #ababab;
    background-position: center;
    margin: 7px 0px;
}

.category-seo-list .category-seo-list-item .field-set {
    outline: none;
    border: 1px solid gainsboro;
    padding: 10px;
    width: 98%;
    font-family: 'Poppins', monospace;
    font-size: 12px;
    font-weight: 600;
}


.all-category-list .category-seo-list, 
.all-category-list .category-page-list {
    background-color: #f3f3f3;
    padding: 1px 0px 3px 0px;
    border: 1px solid #cccccc;
    border-radius: 3px;
    margin-bottom: 10px;
}

.all-category-list .category-seo-list label,
.all-category-list .category-page-list label {
    margin-left: 8px
}

.all-category-list .category-seo-list .category-seo-list-item,
.all-category-list .category-page-list .category-page-list-item {
    border-bottom: 1px solid #d2d2d2;
    background-color: white;
    padding: 0px 6px;
}

.all-category-list .category-seo-list .category-seo-list-item:last-child,
.all-category-list .category-page-list .category-page-list-item:last-child {
    border-bottom: 0px solid #d2d2d2;
}

.all-category-list .category-page-list .category-page-list-item.active {
    padding-bottom:10px;
}

.all-category-list .category-page-list .category-page-list-item .category-img-list-inner {
    height: 0px;
}

.all-category-list .category-page-list .category-page-list-item.active .category-img-list-inner {
    height: auto;
}


.all-category-list .category-page-list .category-page-list-item .category-img-list {
    
}

.all-category-list .category-page-list .category-page-list-item .category-img-list-inner .no-src {
    width: 0px;
    height: 0px;
    display: inline-block;
    background-size: cover;
    margin: 3px;
    border: 2px solid #d4d4d4;
    padding: 2px;
    border-radius: 4px;
    opacity: 0;
    cursor: pointer;
}

.all-category-list .category-page-list .category-page-list-item .category-img-list-inner .no-src.active {
    width: 50px;
    height: 40px;
    opacity: 1;
}

.all-category-list .category-page-list .category-page-list-item .category-img-list-inner .no-src.current {
    border-color:#333
}

.all-category-list .category-page-list .category-page-list-item .category-img-list-inner .no-src.active:hover {
    border: 2px solid #737373;
    opacity:0.8
} 

.all-categories-list {
    vertical-align: top;
    display: inline-block;
    width: 90%;
    text-align: left;
    padding-bottom: 120px;
    max-width: 1300px;
}

.all-categories-list .category-item {
    display: inline-block;
    width: 22%;
    text-align: left;
    font-size: 12px;
    padding: 10px;
    vertical-align: top;
    margin-bottom: 80px;
    background-color: white;
    position: relative;
}

.all-categories-list .category-item:hover {
    background-color:#efefef
}



.page-content.in-category .all-categories-list {
    width: 100%;
    margin-top: 40px;
}

.page-content.in-category .all-categories-list .category-item {
    width: 100%;
}

.page-content.in-category .all-categories-list .category-item .item-img {
    height: 515px;
    background-size: cover;
    background-position: center;
}

.page-content.in-category .all-categories-list .category-item h3 {
    font-size: 24px;
}


.all-categories-list .category-item h3 {
    opacity: 1;
    text-decoration: none;
    font-size: 15px;
    text-transform: capitalize;
    font-weight: bolder;
    padding-top: 6px;
}

.all-categories-list .category-item h3 a {
    font-weight: bolder;
    text-decoration: none;
}

.all-categories-list .category-item p {
    margin: 4px 0px;
}

.all-categories-list .category-item .item-img {
    height: 215px;
    margin-bottom: 13px;
    background-size: cover;
}

.all-categories-list .category-item a {
    text-decoration: none;
}

.all-categories-list .service-page-category-list {
    margin: 7px 0px 0px 0px;
}

.page-content.service-page {
    transform: translate(-50%, 0%) !important;
    left: 50% !important;
    position: relative;
    padding-top: 90px !important;
    top: 10vw !important;
}

body.cie-site .page-content.cie-projects.page-content.service-page.in-category {
    width: 70% !important;
    transform: translate(0%, 100px) !important;
    left: 23% !important;
    position: relative;
    padding-top: 90px !important;
    max-width: 1200px;
}

.page-content.service-page.in-category,
.page-content.service-page.with-thumb {

}

.page-content.in-category .projects-items,
.page-content.service-page.with-thumb .projects-items {
    position: absolute;
    top: 25px;
    left: 0px;
    opacity: 0.8;
    margin-left: 3.1vw;
    border: 0px;
}

.page-content.service-page h1 {
    margin-bottom: 0px;
    font-weight: bold;
}

.page-content.service-page.in-category h1 {
    text-align: left;
    font-size: 75px;
}

.page-content.service-page h2 {
    font-size: 17px;
    text-align: center;
    font-weight: normal;
    max-width: 950px;
    margin: 48px auto 124px auto;
    text-align: left;
}


.page-content.in-category h2, 
.page-content.service-page.with-thumb h2 {
    margin: unset;
    width: 100%;
    max-width: 800px;
    font-size: 16px;
    margin-top: 10px;
}

.page-content.service-page .service-big-thumb {
    position: relative;
    width: 100%;
    height: 500px;
    margin: 60px auto 30px auto;
}

.page-content.service-page .service-big-thumb .big-thumb {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.project-tags {
    position: relative;
    top: -20px;
}

.in-category-menu {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 23%;
    bottom: 0px;
    background-color: #f7f7f7;
    min-width: 351px;
}

.in-category-menu .pad {
    padding:34px;
    position: absolute;
    bottom: 0;
    max-height: 80%;
    overflow-y: auto;
}

.in-category-menu .category-item {
    display: inline-block;
    width: 80px;
    margin-bottom: 10px;
}

.in-category-menu .category-item a {
    text-decoration: none;
}

.in-category-menu .category-item a .item-img {
    width: 100%;
    height: 57px;
    background-size: cover;
    background-position: center;
}

.in-category-menu h2 {
    margin-top:50px
}

.in-category-menu .category-item h3 {
    font-size: 10px;
    margin: 7px 0px;
    text-transform:capitalize;
    text-decoration: none;
}

.hide {
    display: none;
}


.notification-blocker {

}

.ui-notification {
    
}

.ui-notification .notification-title {
    
}


.ui-notification .notification-msg {
    font-size: 15px;
    color: #5e5e5e;
    max-height: 80%;
    overflow-y: scroll;
}


.ui-notification .edits {
}