@-webkit-keyframes jconfirm-spin{from{-webkit-transform:rotate(0deg);transform:rotate(0deg);}to{-webkit-transform:rotate(360deg);transform:rotate(360deg);}}@keyframes jconfirm-spin{from{-webkit-transform:rotate(0deg);transform:rotate(0deg);}to{-webkit-transform:rotate(360deg);transform:rotate(360deg);}}body[class*=jconfirm-no-scroll-]{overflow:hidden !important;}.jconfirm{position:fixed;top:0;left:0;right:0;bottom:0;z-index:99999999;font-family:inherit;overflow:hidden;}.jconfirm .jconfirm-bg{position:fixed;top:0;left:0;right:0;bottom:0;-webkit-transition:opacity .4s;transition:opacity .4s;}.jconfirm .jconfirm-bg.jconfirm-bg-h{opacity:0 !important;}.jconfirm .jconfirm-scrollpane{-webkit-perspective:500px;perspective:500px;-webkit-perspective-origin:center;perspective-origin:center;display:table;width:100%;height:100%;}.jconfirm .jconfirm-row{display:table-row;width:100%;}.jconfirm .jconfirm-cell{display:table-cell;vertical-align:middle;}.jconfirm .jconfirm-holder{max-height:100%;padding:50px 0;}.jconfirm .jconfirm-box-container{-webkit-transition:-webkit-transform;transition:-webkit-transform;transition:transform;transition:transform,-webkit-transform;}.jconfirm .jconfirm-box-container.jconfirm-no-transition{-webkit-transition:none !important;transition:none !important;}.jconfirm .jconfirm-box{background:white;border-radius:4px;position:relative;outline:0;padding:15px 15px 0;overflow:hidden;margin-left:auto;margin-right:auto;}@-webkit-keyframes type-blue{1%,100%{border-color:#3498db;}50%{border-color:#5faee3;}}@keyframes type-blue{1%,100%{border-color:#3498db;}50%{border-color:#5faee3;}}@-webkit-keyframes type-green{1%,100%{border-color:#2ecc71;}50%{border-color:#54d98c;}}@keyframes type-green{1%,100%{border-color:#2ecc71;}50%{border-color:#54d98c;}}@-webkit-keyframes type-red{1%,100%{border-color:#e74c3c;}50%{border-color:#ed7669;}}@keyframes type-red{1%,100%{border-color:#e74c3c;}50%{border-color:#ed7669;}}@-webkit-keyframes type-orange{1%,100%{border-color:#f1c40f;}50%{border-color:#f4d03f;}}@keyframes type-orange{1%,100%{border-color:#f1c40f;}50%{border-color:#f4d03f;}}@-webkit-keyframes type-purple{1%,100%{border-color:#9b59b6;}50%{border-color:#b07cc6;}}@keyframes type-purple{1%,100%{border-color:#9b59b6;}50%{border-color:#b07cc6;}}@-webkit-keyframes type-dark{1%,100%{border-color:#34495e;}50%{border-color:#46627f;}}@keyframes type-dark{1%,100%{border-color:#34495e;}50%{border-color:#46627f;}}.jconfirm .jconfirm-box.jconfirm-type-animated{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;}.jconfirm .jconfirm-box.jconfirm-type-blue{border-top:solid 7px #3498db;-webkit-animation-name:type-blue;animation-name:type-blue;}.jconfirm .jconfirm-box.jconfirm-type-green{border-top:solid 7px #2ecc71;-webkit-animation-name:type-green;animation-name:type-green;}.jconfirm .jconfirm-box.jconfirm-type-red{border-top:solid 7px #e74c3c;-webkit-animation-name:type-red;animation-name:type-red;}.jconfirm .jconfirm-box.jconfirm-type-orange{border-top:solid 7px #f1c40f;-webkit-animation-name:type-orange;animation-name:type-orange;}.jconfirm .jconfirm-box.jconfirm-type-purple{border-top:solid 7px #9b59b6;-webkit-animation-name:type-purple;animation-name:type-purple;}.jconfirm .jconfirm-box.jconfirm-type-dark{border-top:solid 7px #34495e;-webkit-animation-name:type-dark;animation-name:type-dark;}.jconfirm .jconfirm-box.loading{height:120px;}.jconfirm .jconfirm-box.loading:before{content:"";position:absolute;left:0;background:white;right:0;top:0;bottom:0;border-radius:10px;z-index:1;}.jconfirm .jconfirm-box.loading:after{opacity:.6;content:"";height:30px;width:30px;border:solid 3px transparent;position:absolute;left:50%;margin-left:-15px;border-radius:50%;-webkit-animation:jconfirm-spin 1s infinite linear;animation:jconfirm-spin 1s infinite linear;border-bottom-color:dodgerblue;top:50%;margin-top:-15px;z-index:2;}.jconfirm .jconfirm-box div.jconfirm-closeIcon{height:20px;width:20px;position:absolute;top:10px;right:10px;cursor:pointer;opacity:.6;text-align:center;font-size:27px !important;line-height:14px !important;display:none;z-index:1;}.jconfirm .jconfirm-box div.jconfirm-closeIcon:empty{display:none;}.jconfirm .jconfirm-box div.jconfirm-closeIcon .fa{font-size:16px;}.jconfirm .jconfirm-box div.jconfirm-closeIcon .glyphicon{font-size:16px;}.jconfirm .jconfirm-box div.jconfirm-closeIcon .zmdi{font-size:16px;}.jconfirm .jconfirm-box div.jconfirm-closeIcon:hover{opacity:1;}.jconfirm .jconfirm-box div.jconfirm-title-c{display:block;font-size:22px;line-height:20px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:default;padding-bottom:15px;}.jconfirm .jconfirm-box div.jconfirm-title-c.jconfirm-hand{cursor:move;}.jconfirm .jconfirm-box div.jconfirm-title-c .jconfirm-icon-c{font-size:inherit;display:inline-block;vertical-align:middle;}.jconfirm .jconfirm-box div.jconfirm-title-c .jconfirm-icon-c i{vertical-align:middle;}.jconfirm .jconfirm-box div.jconfirm-title-c .jconfirm-icon-c:empty{display:none;}.jconfirm .jconfirm-box div.jconfirm-title-c .jconfirm-title{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;font-size:inherit;font-family:inherit;display:inline-block;vertical-align:middle;}.jconfirm .jconfirm-box div.jconfirm-title-c .jconfirm-title:empty{display:none;}.jconfirm .jconfirm-box div.jconfirm-content-pane{margin-bottom:15px;height:auto;-webkit-transition:height .4s ease-in;transition:height .4s ease-in;display:inline-block;width:100%;position:relative;overflow-x:hidden;overflow-y:auto;}.jconfirm .jconfirm-box div.jconfirm-content-pane.no-scroll{overflow-y:hidden;}.jconfirm .jconfirm-box div.jconfirm-content-pane::-webkit-scrollbar{width:3px;}.jconfirm .jconfirm-box div.jconfirm-content-pane::-webkit-scrollbar-track{background:rgba(0,0,0,.1);}.jconfirm .jconfirm-box div.jconfirm-content-pane::-webkit-scrollbar-thumb{background:#666;border-radius:3px;}.jconfirm .jconfirm-box div.jconfirm-content-pane .jconfirm-content{overflow:auto;}.jconfirm .jconfirm-box div.jconfirm-content-pane .jconfirm-content img{max-width:100%;height:auto;}.jconfirm .jconfirm-box div.jconfirm-content-pane .jconfirm-content:empty{display:none;}.jconfirm .jconfirm-box .jconfirm-buttons{padding-bottom:11px;}.jconfirm .jconfirm-box .jconfirm-buttons>button{margin-bottom:4px;margin-left:2px;margin-right:2px;}.jconfirm .jconfirm-box .jconfirm-buttons button{display:inline-block;padding:6px 12px;font-size:14px;font-weight:400;line-height:1.42857143;text-align:center;white-space:nowrap;vertical-align:middle;-ms-touch-action:manipulation;touch-action:manipulation;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border-radius:4px;min-height:1em;-webkit-transition:opacity .1s ease,background-color .1s ease,color .1s ease,background .1s ease,-webkit-box-shadow .1s ease;transition:opacity .1s ease,background-color .1s ease,color .1s ease,background .1s ease,-webkit-box-shadow .1s ease;transition:opacity .1s ease,background-color .1s ease,color .1s ease,box-shadow .1s ease,background .1s ease;transition:opacity .1s ease,background-color .1s ease,color .1s ease,box-shadow .1s ease,background .1s ease,-webkit-box-shadow .1s ease;-webkit-tap-highlight-color:transparent;border:0;background-image:none;}.jconfirm .jconfirm-box .jconfirm-buttons button.nitro-lazy{background-image:none !important;}.jconfirm .jconfirm-box .jconfirm-buttons button.btn-blue{background-color:#3498db;color:#fff;text-shadow:none;-webkit-transition:background .2s;transition:background .2s;}.jconfirm .jconfirm-box .jconfirm-buttons button.btn-blue:hover{background-color:#2980b9;color:#fff;}.jconfirm .jconfirm-box .jconfirm-buttons button.btn-green{background-color:#2ecc71;color:#fff;text-shadow:none;-webkit-transition:background .2s;transition:background .2s;}.jconfirm .jconfirm-box .jconfirm-buttons button.btn-green:hover{background-color:#27ae60;color:#fff;}.jconfirm .jconfirm-box .jconfirm-buttons button.btn-red{background-color:#e74c3c;color:#fff;text-shadow:none;-webkit-transition:background .2s;transition:background .2s;}.jconfirm .jconfirm-box .jconfirm-buttons button.btn-red:hover{background-color:#c0392b;color:#fff;}.jconfirm .jconfirm-box .jconfirm-buttons button.btn-orange{background-color:#f1c40f;color:#fff;text-shadow:none;-webkit-transition:background .2s;transition:background .2s;}.jconfirm .jconfirm-box .jconfirm-buttons button.btn-orange:hover{background-color:#f39c12;color:#fff;}.jconfirm .jconfirm-box .jconfirm-buttons button.btn-default{background-color:#ecf0f1;color:#000;text-shadow:none;-webkit-transition:background .2s;transition:background .2s;}.jconfirm .jconfirm-box .jconfirm-buttons button.btn-default:hover{background-color:#bdc3c7;color:#000;}.jconfirm .jconfirm-box .jconfirm-buttons button.btn-purple{background-color:#9b59b6;color:#fff;text-shadow:none;-webkit-transition:background .2s;transition:background .2s;}.jconfirm .jconfirm-box .jconfirm-buttons button.btn-purple:hover{background-color:#8e44ad;color:#fff;}.jconfirm .jconfirm-box .jconfirm-buttons button.btn-dark{background-color:#34495e;color:#fff;text-shadow:none;-webkit-transition:background .2s;transition:background .2s;}.jconfirm .jconfirm-box .jconfirm-buttons button.btn-dark:hover{background-color:#2c3e50;color:#fff;}.jconfirm .jconfirm-box.jconfirm-type-red .jconfirm-title-c .jconfirm-icon-c{color:#e74c3c !important;}.jconfirm .jconfirm-box.jconfirm-type-blue .jconfirm-title-c .jconfirm-icon-c{color:#3498db !important;}.jconfirm .jconfirm-box.jconfirm-type-green .jconfirm-title-c .jconfirm-icon-c{color:#2ecc71 !important;}.jconfirm .jconfirm-box.jconfirm-type-purple .jconfirm-title-c .jconfirm-icon-c{color:#9b59b6 !important;}.jconfirm .jconfirm-box.jconfirm-type-orange .jconfirm-title-c .jconfirm-icon-c{color:#f1c40f !important;}.jconfirm .jconfirm-box.jconfirm-type-dark .jconfirm-title-c .jconfirm-icon-c{color:#34495e !important;}.jconfirm .jconfirm-clear{clear:both;}.jconfirm.jconfirm-rtl{direction:rtl;}.jconfirm.jconfirm-rtl div.jconfirm-closeIcon{left:5px;right:auto;}.jconfirm.jconfirm-white .jconfirm-bg,.jconfirm.jconfirm-light .jconfirm-bg{background-color:#444;opacity:.2;}.jconfirm.jconfirm-white .jconfirm-box,.jconfirm.jconfirm-light .jconfirm-box{-webkit-box-shadow:0 2px 6px rgba(0,0,0,.2);box-shadow:0 2px 6px rgba(0,0,0,.2);border-radius:5px;}.jconfirm.jconfirm-white .jconfirm-box .jconfirm-title-c .jconfirm-icon-c,.jconfirm.jconfirm-light .jconfirm-box .jconfirm-title-c .jconfirm-icon-c{margin-right:8px;margin-left:0;}.jconfirm.jconfirm-white .jconfirm-box .jconfirm-buttons,.jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons{float:right;}.jconfirm.jconfirm-white .jconfirm-box .jconfirm-buttons button,.jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button{text-transform:uppercase;font-size:14px;font-weight:bold;text-shadow:none;}.jconfirm.jconfirm-white .jconfirm-box .jconfirm-buttons button.btn-default,.jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button.btn-default{-webkit-box-shadow:none;box-shadow:none;color:#333;}.jconfirm.jconfirm-white .jconfirm-box .jconfirm-buttons button.btn-default:hover,.jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button.btn-default:hover{background:#ddd;}.jconfirm.jconfirm-white.jconfirm-rtl .jconfirm-title-c .jconfirm-icon-c,.jconfirm.jconfirm-light.jconfirm-rtl .jconfirm-title-c .jconfirm-icon-c{margin-left:8px;margin-right:0;}.jconfirm.jconfirm-black .jconfirm-bg,.jconfirm.jconfirm-dark .jconfirm-bg{background-color:darkslategray;opacity:.4;}.jconfirm.jconfirm-black .jconfirm-box,.jconfirm.jconfirm-dark .jconfirm-box{-webkit-box-shadow:0 2px 6px rgba(0,0,0,.2);box-shadow:0 2px 6px rgba(0,0,0,.2);background:#444;border-radius:5px;color:white;}.jconfirm.jconfirm-black .jconfirm-box .jconfirm-title-c .jconfirm-icon-c,.jconfirm.jconfirm-dark .jconfirm-box .jconfirm-title-c .jconfirm-icon-c{margin-right:8px;margin-left:0;}.jconfirm.jconfirm-black .jconfirm-box .jconfirm-buttons,.jconfirm.jconfirm-dark .jconfirm-box .jconfirm-buttons{float:right;}.jconfirm.jconfirm-black .jconfirm-box .jconfirm-buttons button,.jconfirm.jconfirm-dark .jconfirm-box .jconfirm-buttons button{border:0;background-image:none;text-transform:uppercase;font-size:14px;font-weight:bold;text-shadow:none;-webkit-transition:background .1s;transition:background .1s;color:white;}.jconfirm.jconfirm-black .jconfirm-box .jconfirm-buttons button.nitro-lazy,.jconfirm.jconfirm-dark .jconfirm-box .jconfirm-buttons button.nitro-lazy{background-image:none !important;}.jconfirm.jconfirm-black .jconfirm-box .jconfirm-buttons button.btn-default,.jconfirm.jconfirm-dark .jconfirm-box .jconfirm-buttons button.btn-default{-webkit-box-shadow:none;box-shadow:none;color:#fff;background:0;}.jconfirm.jconfirm-black .jconfirm-box .jconfirm-buttons button.btn-default:hover,.jconfirm.jconfirm-dark .jconfirm-box .jconfirm-buttons button.btn-default:hover{background:#666;}.jconfirm.jconfirm-black.jconfirm-rtl .jconfirm-title-c .jconfirm-icon-c,.jconfirm.jconfirm-dark.jconfirm-rtl .jconfirm-title-c .jconfirm-icon-c{margin-left:8px;margin-right:0;}.jconfirm .jconfirm-box.hilight.jconfirm-hilight-shake{-webkit-animation:shake .82s cubic-bezier(.36,.07,.19,.97) both;animation:shake .82s cubic-bezier(.36,.07,.19,.97) both;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);}.jconfirm .jconfirm-box.hilight.jconfirm-hilight-glow{-webkit-animation:glow .82s cubic-bezier(.36,.07,.19,.97) both;animation:glow .82s cubic-bezier(.36,.07,.19,.97) both;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);}@-webkit-keyframes shake{10%,90%{-webkit-transform:translate3d(-2px,0,0);transform:translate3d(-2px,0,0);}20%,80%{-webkit-transform:translate3d(4px,0,0);transform:translate3d(4px,0,0);}30%,50%,70%{-webkit-transform:translate3d(-8px,0,0);transform:translate3d(-8px,0,0);}40%,60%{-webkit-transform:translate3d(8px,0,0);transform:translate3d(8px,0,0);}}@keyframes shake{10%,90%{-webkit-transform:translate3d(-2px,0,0);transform:translate3d(-2px,0,0);}20%,80%{-webkit-transform:translate3d(4px,0,0);transform:translate3d(4px,0,0);}30%,50%,70%{-webkit-transform:translate3d(-8px,0,0);transform:translate3d(-8px,0,0);}40%,60%{-webkit-transform:translate3d(8px,0,0);transform:translate3d(8px,0,0);}}@-webkit-keyframes glow{0%,100%{-webkit-box-shadow:0 0 0 red;box-shadow:0 0 0 red;}50%{-webkit-box-shadow:0 0 30px red;box-shadow:0 0 30px red;}}@keyframes glow{0%,100%{-webkit-box-shadow:0 0 0 red;box-shadow:0 0 0 red;}50%{-webkit-box-shadow:0 0 30px red;box-shadow:0 0 30px red;}}.jconfirm{-webkit-perspective:400px;perspective:400px;}.jconfirm .jconfirm-box{opacity:1;-webkit-transition-property:all;transition-property:all;}.jconfirm .jconfirm-box.jconfirm-animation-top,.jconfirm .jconfirm-box.jconfirm-animation-left,.jconfirm .jconfirm-box.jconfirm-animation-right,.jconfirm .jconfirm-box.jconfirm-animation-bottom,.jconfirm .jconfirm-box.jconfirm-animation-opacity,.jconfirm .jconfirm-box.jconfirm-animation-zoom,.jconfirm .jconfirm-box.jconfirm-animation-scale,.jconfirm .jconfirm-box.jconfirm-animation-none,.jconfirm .jconfirm-box.jconfirm-animation-rotate,.jconfirm .jconfirm-box.jconfirm-animation-rotatex,.jconfirm .jconfirm-box.jconfirm-animation-rotatey,.jconfirm .jconfirm-box.jconfirm-animation-scaley,.jconfirm .jconfirm-box.jconfirm-animation-scalex{opacity:0;}.jconfirm .jconfirm-box.jconfirm-animation-rotate{-webkit-transform:rotate(90deg);transform:rotate(90deg);}.jconfirm .jconfirm-box.jconfirm-animation-rotatex{-webkit-transform:rotateX(90deg);transform:rotateX(90deg);-webkit-transform-origin:center;transform-origin:center;}.jconfirm .jconfirm-box.jconfirm-animation-rotatexr{-webkit-transform:rotateX(-90deg);transform:rotateX(-90deg);-webkit-transform-origin:center;transform-origin:center;}.jconfirm .jconfirm-box.jconfirm-animation-rotatey{-webkit-transform:rotatey(90deg);transform:rotatey(90deg);-webkit-transform-origin:center;transform-origin:center;}.jconfirm .jconfirm-box.jconfirm-animation-rotateyr{-webkit-transform:rotatey(-90deg);transform:rotatey(-90deg);-webkit-transform-origin:center;transform-origin:center;}.jconfirm .jconfirm-box.jconfirm-animation-scaley{-webkit-transform:scaley(1.5);transform:scaley(1.5);-webkit-transform-origin:center;transform-origin:center;}.jconfirm .jconfirm-box.jconfirm-animation-scalex{-webkit-transform:scalex(1.5);transform:scalex(1.5);-webkit-transform-origin:center;transform-origin:center;}.jconfirm .jconfirm-box.jconfirm-animation-top{-webkit-transform:translate(0px,-100px);transform:translate(0px,-100px);}.jconfirm .jconfirm-box.jconfirm-animation-left{-webkit-transform:translate(-100px,0px);transform:translate(-100px,0px);}.jconfirm .jconfirm-box.jconfirm-animation-right{-webkit-transform:translate(100px,0px);transform:translate(100px,0px);}.jconfirm .jconfirm-box.jconfirm-animation-bottom{-webkit-transform:translate(0px,100px);transform:translate(0px,100px);}.jconfirm .jconfirm-box.jconfirm-animation-zoom{-webkit-transform:scale(1.2);transform:scale(1.2);}.jconfirm .jconfirm-box.jconfirm-animation-scale{-webkit-transform:scale(.5);transform:scale(.5);}.jconfirm .jconfirm-box.jconfirm-animation-none{visibility:hidden;}.jconfirm.jconfirm-supervan .jconfirm-bg{background-color:rgba(54,70,93,.95);}.jconfirm.jconfirm-supervan .jconfirm-box{background-color:transparent;}.jconfirm.jconfirm-supervan .jconfirm-box.jconfirm-type-blue{border:0;}.jconfirm.jconfirm-supervan .jconfirm-box.jconfirm-type-green{border:0;}.jconfirm.jconfirm-supervan .jconfirm-box.jconfirm-type-red{border:0;}.jconfirm.jconfirm-supervan .jconfirm-box.jconfirm-type-orange{border:0;}.jconfirm.jconfirm-supervan .jconfirm-box.jconfirm-type-purple{border:0;}.jconfirm.jconfirm-supervan .jconfirm-box.jconfirm-type-dark{border:0;}.jconfirm.jconfirm-supervan .jconfirm-box div.jconfirm-closeIcon{color:white;}.jconfirm.jconfirm-supervan .jconfirm-box div.jconfirm-title-c{text-align:center;color:white;font-size:28px;font-weight:normal;}.jconfirm.jconfirm-supervan .jconfirm-box div.jconfirm-title-c>*{padding-bottom:25px;}.jconfirm.jconfirm-supervan .jconfirm-box div.jconfirm-title-c .jconfirm-icon-c{margin-right:8px;margin-left:0;}.jconfirm.jconfirm-supervan .jconfirm-box div.jconfirm-content-pane{margin-bottom:25px;}.jconfirm.jconfirm-supervan .jconfirm-box div.jconfirm-content{text-align:center;color:white;}.jconfirm.jconfirm-supervan .jconfirm-box .jconfirm-buttons{text-align:center;}.jconfirm.jconfirm-supervan .jconfirm-box .jconfirm-buttons button{font-size:16px;border-radius:2px;background:#303f53;text-shadow:none;border:0;color:white;padding:10px;min-width:100px;}.jconfirm.jconfirm-supervan.jconfirm-rtl .jconfirm-box div.jconfirm-title-c .jconfirm-icon-c{margin-left:8px;margin-right:0;}.jconfirm.jconfirm-material .jconfirm-bg{background-color:rgba(0,0,0,.67);}.jconfirm.jconfirm-material .jconfirm-box{background-color:white;-webkit-box-shadow:0 7px 8px -4px rgba(0,0,0,.2),0 13px 19px 2px rgba(0,0,0,.14),0 5px 24px 4px rgba(0,0,0,.12);box-shadow:0 7px 8px -4px rgba(0,0,0,.2),0 13px 19px 2px rgba(0,0,0,.14),0 5px 24px 4px rgba(0,0,0,.12);padding:30px 25px 10px 25px;}.jconfirm.jconfirm-material .jconfirm-box .jconfirm-title-c .jconfirm-icon-c{margin-right:8px;margin-left:0;}.jconfirm.jconfirm-material .jconfirm-box div.jconfirm-closeIcon{color:rgba(0,0,0,.87);}.jconfirm.jconfirm-material .jconfirm-box div.jconfirm-title-c{color:rgba(0,0,0,.87);font-size:22px;font-weight:bold;}.jconfirm.jconfirm-material .jconfirm-box div.jconfirm-content{color:rgba(0,0,0,.87);}.jconfirm.jconfirm-material .jconfirm-box .jconfirm-buttons{text-align:right;}.jconfirm.jconfirm-material .jconfirm-box .jconfirm-buttons button{text-transform:uppercase;font-weight:500;}.jconfirm.jconfirm-material.jconfirm-rtl .jconfirm-title-c .jconfirm-icon-c{margin-left:8px;margin-right:0;}.jconfirm.jconfirm-bootstrap .jconfirm-bg{background-color:rgba(0,0,0,.21);}.jconfirm.jconfirm-bootstrap .jconfirm-box{background-color:white;-webkit-box-shadow:0 3px 8px 0 rgba(0,0,0,.2);box-shadow:0 3px 8px 0 rgba(0,0,0,.2);border:solid 1px rgba(0,0,0,.4);padding:15px 0 0;}.jconfirm.jconfirm-bootstrap .jconfirm-box .jconfirm-title-c .jconfirm-icon-c{margin-right:8px;margin-left:0;}.jconfirm.jconfirm-bootstrap .jconfirm-box div.jconfirm-closeIcon{color:rgba(0,0,0,.87);}.jconfirm.jconfirm-bootstrap .jconfirm-box div.jconfirm-title-c{color:rgba(0,0,0,.87);font-size:22px;font-weight:bold;padding-left:15px;padding-right:15px;}.jconfirm.jconfirm-bootstrap .jconfirm-box div.jconfirm-content{color:rgba(0,0,0,.87);padding:0 15px;}.jconfirm.jconfirm-bootstrap .jconfirm-box .jconfirm-buttons{text-align:right;padding:10px;margin:-5px 0 0;border-top:solid 1px #ddd;overflow:hidden;border-radius:0 0 4px 4px;}.jconfirm.jconfirm-bootstrap .jconfirm-box .jconfirm-buttons button{font-weight:500;}.jconfirm.jconfirm-bootstrap.jconfirm-rtl .jconfirm-title-c .jconfirm-icon-c{margin-left:8px;margin-right:0;}.jconfirm.jconfirm-modern .jconfirm-bg{background-color:slategray;opacity:.6;}.jconfirm.jconfirm-modern .jconfirm-box{background-color:white;-webkit-box-shadow:0 7px 8px -4px rgba(0,0,0,.2),0 13px 19px 2px rgba(0,0,0,.14),0 5px 24px 4px rgba(0,0,0,.12);box-shadow:0 7px 8px -4px rgba(0,0,0,.2),0 13px 19px 2px rgba(0,0,0,.14),0 5px 24px 4px rgba(0,0,0,.12);padding:30px 30px 15px;}.jconfirm.jconfirm-modern .jconfirm-box div.jconfirm-closeIcon{color:rgba(0,0,0,.87);top:15px;right:15px;}.jconfirm.jconfirm-modern .jconfirm-box div.jconfirm-title-c{color:rgba(0,0,0,.87);font-size:24px;font-weight:bold;text-align:center;margin-bottom:10px;}.jconfirm.jconfirm-modern .jconfirm-box div.jconfirm-title-c .jconfirm-icon-c{-webkit-transition:-webkit-transform .5s;transition:-webkit-transform .5s;transition:transform .5s;transition:transform .5s,-webkit-transform .5s;-webkit-transform:scale(0);transform:scale(0);display:block;margin-right:0;margin-left:0;margin-bottom:10px;font-size:69px;color:#aaa;}.jconfirm.jconfirm-modern .jconfirm-box div.jconfirm-content{text-align:center;font-size:15px;color:#777;margin-bottom:25px;}.jconfirm.jconfirm-modern .jconfirm-box .jconfirm-buttons{text-align:center;}.jconfirm.jconfirm-modern .jconfirm-box .jconfirm-buttons button{font-weight:bold;text-transform:uppercase;-webkit-transition:background .1s;transition:background .1s;padding:10px 20px;}.jconfirm.jconfirm-modern .jconfirm-box .jconfirm-buttons button+button{margin-left:4px;}.jconfirm.jconfirm-modern.jconfirm-open .jconfirm-box .jconfirm-title-c .jconfirm-icon-c{-webkit-transform:scale(1);transform:scale(1);}.custombox-modal-open{background-color:#fff;}.noo-account:hover > a{color:#514330;}.noo-account ul{background-color:#fff;}.noo-account ul li a{color:#333;}.noo-account ul li a:hover{color:#514330;}.hentry.sticky:before{border-top-color:#514330;}.blog-inner .entry-thumbnail a.prettyPhoto,.starter-post .entry-thumbnail a.prettyPhoto{color:#514330;}.blog-inner h3.entry-title a,.starter-post h3.entry-title a{color:#bd9e2f;}.blog-inner .jp-interface,.starter-post .jp-interface,.blog-inner .jp-seek-bar,.starter-post .jp-seek-bar,.blog-inner .jp-volume-bar,.starter-post .jp-volume-bar{border-color:#666;}.blog-inner article.format-link .entry-content-link,.starter-post article.format-link .entry-content-link,.blog-inner article.format-quote .entry-content-quote blockquote,.starter-post article.format-quote .entry-content-quote blockquote{color:rgba(189,158,47,.8);}.blog-inner.blog-style-medium-image article .post-item .entry-content-wrap .entry-detail .heading-content .date-left,.starter-post.blog-style-medium-image article .post-item .entry-content-wrap .entry-detail .heading-content .date-left{border-color:#514330;}.blog-inner.blog-style-medium-image article .post-item .entry-content-wrap .entry-detail .heading-content .title-meta-right .line,.starter-post.blog-style-medium-image article .post-item .entry-content-wrap .entry-detail .heading-content .title-meta-right .line{background-color:#282828;}.blog-inner.blog-style-medium-image article .post-item .entry-content-wrap .entry-detail .entry-post-meta-wrap ul.entry-meta li i,.starter-post.blog-style-medium-image article .post-item .entry-content-wrap .entry-detail .entry-post-meta-wrap ul.entry-meta li i,.blog-inner.blog-style-medium-image article .post-item .entry-content-wrap .entry-detail .entry-post-meta-wrap ul.entry-meta li a,.starter-post.blog-style-medium-image article .post-item .entry-content-wrap .entry-detail .entry-post-meta-wrap ul.entry-meta li a{color:#bd9e2f;}.blog-inner.blog-style-medium-image article .post-item .entry-content-wrap .entry-detail .entry-excerpt p,.starter-post.blog-style-medium-image article .post-item .entry-content-wrap .entry-detail .entry-excerpt p{color:#bd9e2f;}.blog-inner.blog-style-large-image article .post-item .entry-content-wrap .entry-detail .heading-content .date-left,.starter-post.blog-style-large-image article .post-item .entry-content-wrap .entry-detail .heading-content .date-left{border-color:#514330;}.blog-inner.blog-style-large-image article .post-item .entry-content-wrap .entry-detail .heading-content .title-meta-right .line,.starter-post.blog-style-large-image article .post-item .entry-content-wrap .entry-detail .heading-content .title-meta-right .line{background-color:#282828;}.blog-inner.blog-style-large-image article .post-item .entry-content-wrap .entry-detail .entry-excerpt p,.starter-post.blog-style-large-image article .post-item .entry-content-wrap .entry-detail .entry-excerpt p{color:#bd9e2f;}.blog-inner.blog-style-grid article .post-item .entry-wrap .entry-content-wrap .heading-content .date-left,.starter-post.blog-style-grid article .post-item .entry-wrap .entry-content-wrap .heading-content .date-left{border-color:#514330;}.blog-inner.blog-style-grid article .post-item .entry-wrap .entry-content-wrap .heading-content .title-meta-right .line,.starter-post.blog-style-grid article .post-item .entry-wrap .entry-content-wrap .heading-content .title-meta-right .line{background-color:#282828;}.blog-inner.blog-style-masonry article .post-item .entry-wrap .entry-content-wrap .entry-detail .heading-content .date-left,.starter-post.blog-style-masonry article .post-item .entry-wrap .entry-content-wrap .entry-detail .heading-content .date-left{border-color:#514330;}.blog-inner.blog-style-masonry article .post-item .entry-wrap .entry-content-wrap .entry-detail .heading-content .title-meta-right .line,.starter-post.blog-style-masonry article .post-item .entry-wrap .entry-content-wrap .entry-detail .heading-content .title-meta-right .line{background-color:#282828;}.blog-wrap .entry-thumbnail-wrap .owl-carousel .owl-nav div,.starter-post .starter-post-image .owl-carousel .owl-nav div{background-color:rgba(81,67,48,.3);color:#fff;}.blog-wrap .entry-thumbnail-wrap .owl-carousel .owl-nav div:hover,.starter-post .starter-post-image .owl-carousel .owl-nav div:hover{background-color:#fff;color:#514330;}.entry-content table > thead > tr > th,.comment-text table > thead > tr > th,.entry-content table > tbody > tr > th,.comment-text table > tbody > tr > th,.entry-content table > tfoot > tr > th,.comment-text table > tfoot > tr > th,.entry-content table > thead > tr > td,.comment-text table > thead > tr > td,.entry-content table > tbody > tr > td,.comment-text table > tbody > tr > td,.entry-content table > tfoot > tr > td,.comment-text table > tfoot > tr > td{border-top-color:#666;}.entry-content table > thead > tr > th,.comment-text table > thead > tr > th{border-bottom-color:#666;}.entry-content table > tbody + tbody,.comment-text table > tbody + tbody{border-top-color:#666;}.entry-meta-tag label{color:rgba(189,158,47,.7);}.entry-meta-tag a{color:rgba(189,158,47,.8);}.single-post .site-content-single-post .blog-wrap .blog-inner article .entry-post-meta-wrap .entry-meta-info .entry-meta-author{color:#514330;}.single-post .site-content-single-post .blog-wrap .blog-inner article .entry-content .post-password-form input[type=password]{border-color:#514330;}.single-post .site-content-single-post .blog-wrap .blog-inner article .entry-content .post-password-form input[type=submit]{background-color:#514330;color:#fff;}.single-post .site-content-single-post .blog-wrap .blog-inner article .entry-content .post-password-form input[type=submit]:hover{background-color:#715d43;}.single-post .site-content-single-post .blog-wrap .blog-inner article .author-info{border-top-color:rgba(102,102,102,.4);}.single-post .site-content-single-post .blog-wrap .blog-inner article .author-info .author-description p.author-bio:after{border-right-color:#666;}.single-post .site-content-single-post .blog-wrap .blog-inner .post-navigation .nav-links .nav-previous a .post-navigation-left .post-navigation-icon{color:#bd9e2f;}.single-post .site-content-single-post .blog-wrap .blog-inner .post-navigation .nav-links .nav-previous:hover a .post-navigation-left .post-navigation-label{color:#514330;}.single-post .site-content-single-post .blog-wrap .blog-inner .post-navigation .nav-links .nav-previous:hover a .post-navigation-left .post-navigation-icon{color:#514330;}.single-post .site-content-single-post .blog-wrap .blog-inner .post-navigation .nav-links .nav-previous:hover a .post-navigation-content .post-navigation-title{color:#514330;}.single-post .site-content-single-post .blog-wrap .blog-inner .post-navigation .nav-links .nav-next a .post-navigation-right .post-navigation-icon{color:#bd9e2f;}.single-post .site-content-single-post .blog-wrap .blog-inner .post-navigation .nav-links .nav-next:hover a .post-navigation-right .post-navigation-label{color:#514330;}.single-post .site-content-single-post .blog-wrap .blog-inner .post-navigation .nav-links .nav-next:hover a .post-navigation-right .post-navigation-icon{color:#514330;}.single-post .site-content-single-post .blog-wrap .blog-inner .post-navigation .nav-links .nav-next:hover a .post-navigation-content .post-navigation-title{color:#514330;}.single-post .site-content-single-post .blog-wrap .social-share-wrap ul.social-share li{background:#282828;color:#fff;}.single-post .site-content-single-post .blog-wrap .social-share-wrap ul.social-share li:hover{background:#514330;color:#fff;}.entry-comments h3.comments-title span{color:#514330;}.entry-comments .entry-comments-list ol.commentlist li .comment-body{border-bottom-color:#666;}.entry-comments .entry-comments-list ol.commentlist li .author .author-name{color:#bd9e2f;}.entry-comments .entry-comments-list ol.commentlist li .author .comment-meta-date:before{background-color:#514330;}.entry-comments .entry-comments-list nav.comment-navigation .page-numbers{border-color:#666;}.entry-comments .entry-comments-list nav.comment-navigation .page-numbers.current{color:#514330;}.comment-reply-title span{color:#514330;}#respond .comment-form input[type="text"],#respond .comment-form input[type="search"],#respond .comment-form input[type="email"],#respond .comment-form input[type="url"],#respond .comment-form input[type="password"],#respond .comment-form textarea{background-color:#fff;}#respond .comment-form input[type="text"]:focus,#respond .comment-form input[type="search"]:focus,#respond .comment-form input[type="email"]:focus,#respond .comment-form input[type="url"]:focus,#respond .comment-form input[type="password"]:focus,#respond .comment-form textarea:focus{border-color:#514330;}#respond .comment-form .form-submit input#submit{background:#282828;color:#fff;}#respond .comment-form .form-submit input#submit:hover{background:#31291d;}.blog-wrap .blog-inner article .post-item .entry-wrap .entry-content-wrap .entry-detail .btn-readmore{background-color:#e6e6e6;}.blog-wrap .blog-inner article .post-item .entry-wrap .entry-content-wrap .entry-detail .btn-readmore:hover{background-color:#1a1a1a;}.author-info{border-top-color:#000;}.wpcf7 .newsletter-1 .your-email input{background-color:#fff;border-color:#514330;}.wpcf7 .newsletter-1 .your-email input::-webkit-input-placeholder{color:rgba(0,0,0,.5);}.wpcf7 .newsletter-1 .your-email input::-moz-placeholder{color:rgba(0,0,0,.5);}.wpcf7 .newsletter-1 .ctf7_submit input{background-color:#282828;color:#fff;}.wpcf7 .newsletter-1 .ctf7_submit input:hover{background-color:#000;}.wpcf7 .newsletter-1 .ctf7_submit:hover:before{color:#514330;}.wpcf7 .newsletter-2 .your-email input::-webkit-input-placeholder{color:rgba(0,0,0,.5);}.wpcf7 .newsletter-2 .your-email input::-moz-placeholder{color:rgba(0,0,0,.5);}.wpcf7 .newsletter-2 .ctf7_submit:hover:before{color:#514330;}.wpcf7 .newsletter-3 .your-email input{color:#282828;}.wpcf7 .newsletter-3 .your-email input::-webkit-input-placeholder{color:rgba(40,40,40,.5);}.wpcf7 .newsletter-3 .your-email input::-moz-placeholder{color:rgba(40,40,40,.5);}.wpcf7 .newsletter-3 .ctf7_submit input{color:#fff;background-color:#282828;}.wpcf7 .newsletter-3 .ctf7_submit input:hover{background-color:#514330;}.wpcf7 .newsletter-3 .ctf7_submit:hover:before{color:#514330;}.wpcf7 .newsletter-4 .your-email input{border-color:#282828;color:#282828;}.wpcf7 .newsletter-4 .your-email input::-webkit-input-placeholder{color:rgba(40,40,40,.5);}.wpcf7 .newsletter-4 .your-email input::-moz-placeholder{color:rgba(40,40,40,.5);}.wpcf7 .newsletter-4 .ctf7_submit input{color:#fff;background-color:#282828;}.wpcf7 .newsletter-4 .ctf7_submit input:hover{background-color:#514330;}.wpcf7 .newsletter-4 .ctf7_submit:hover:before{color:#514330;}.wpcf7 .contact-form-1 p strong{color:rgba(40,40,40,.5);}.wpcf7 .contact-form-1 p span input,.wpcf7 .contact-form-1 p span textarea{border-color:rgba(40,40,40,.5);}.wpcf7 .contact-form-1 p input[type="submit"]{background-color:#282828;}.wpcf7 .contact-form-1 p input[type="submit"]:hover{background-color:#514330;}.post-navigation .post-navigation-label{color:#282828;}.post-navigation .post-navigation-title{color:#bd9e2f;}.post-navigation .post-navigation-icon{color:#282828;}.noo-page-link{color:#514330;border-color:#514330;}.noo-page-links .noo-page-link:hover,.noo-page-links > .noo-page-link{color:#fff;background-color:#514330;}.starter-testimonial h3 .starter-post h3,.starter-ourteam h6,.starter-icon-box h3{font-family:"Didact Gothic";}.starter-testimonial.style1 h3,.s-font,.sidebar h4.widget-title,.wpb_widgetised_column h4.widget-title,.widget-title-s-font .widget-title,footer.main-footer-wrapper .sidebar .widget-footer-logo .footer-logo-read-more a,footer.main-footer-wrapper .bottom-bar-wrapper .bottom-bar-text{font-family:"Didact Gothic";}.noo-footer-wrapper.footer-1 .link_left a:hover{color:#514330;}@media screen and (min-width: 1370px){header.noo-main-header.header-1 .noo-header-nav-wrapper.nav-fullwith{padding-left:100px;padding-right:100px;}}header.header-1{background-color:#fff 0;position:relative;z-index:99;}header.header-1 .noo-header-nav-wrapper{padding-top:10px;}header.header-1 .noo-header-nav-wrapper .container .fl .header-logo{display:table-cell;vertical-align:middle;text-align:center;height:130px;}header.header-1 .noo-header-nav-wrapper .container .fl .header-logo > a img{max-height:130px;}header.header-1 .noo-header-nav-wrapper .container .fr .header-customize-right{line-height:130px;}header.header-1 .noo-header-nav-wrapper .container .fr .header-customize-right .search-box-wrapper form input{background-color:transparent;border:1px solid #eee;min-width:370px;}@media (min-width: 992px) and (max-width: 1024px){header.header-1 .noo-header-nav-wrapper .container .fr .header-customize-right .search-with-category{width:405px;}}header.header-1 .noo-header-nav-wrapper .container .fr .header-customize-right .custom-text-wrapper i{margin-right:10px;font-size:16px;}header.header-1 .noo-header-wrapper .noo-main-menu > li{color:#fff;}header.header-1 .noo-header-wrapper .noo-main-menu > li > a{padding-right:50px;}header.header-1 .header-customize.header-customize-nav{float:right;height:60px;}header.header-1 .header-customize.header-customize-nav .header-customize-item{margin-left:20px;}header.header-1 .header-customize .header-customize-item{color:#fff;}header.header-1 .header-customize input[type="text"]::-webkit-input-placeholder{color:rgba(255,255,255,.7);}header.header-1 .header-customize input[type="text"]:-moz-placeholder{color:rgba(255,255,255,.7);}header.header-1 .header-customize input[type="text"]::-moz-placeholder{color:rgba(255,255,255,.7);}header.header-1 .header-customize input[type="text"]:-ms-input-placeholder{color:rgba(255,255,255,.7);}header.header-1 .header-center .menu-wrapper{margin:0 auto;}@media screen and (min-width: 1370px){header.noo-main-header.header-2 .noo-header-nav-wrapper.nav-fullwith{padding-left:60px;padding-right:60px;}}header.header-2{background-color:#fff;}header.header-2 .noo-header-nav-wrapper .header-logo{height:130px;}header.header-2 .noo-header-nav-wrapper .header-logo a img{max-height:130px;}header.header-2 .noo-header-nav-wrapper .header-customize-right,header.header-2 .noo-header-nav-wrapper .header-customize-left{height:130px;}header.header-2 .noo-header-nav-wrapper .header-customize .header-customize-item{color:#003;}header.header-2 .noo-header-nav-wrapper .header-customize input[type="text"]::-webkit-input-placeholder{color:rgba(0,0,51,.7);}header.header-2 .noo-header-nav-wrapper .header-customize input[type="text"]:-moz-placeholder{color:rgba(0,0,51,.7);}header.header-2 .noo-header-nav-wrapper .header-customize input[type="text"]::-moz-placeholder{color:rgba(0,0,51,.7);}header.header-2 .noo-header-nav-wrapper .header-customize input[type="text"]:-ms-input-placeholder{color:rgba(0,0,51,.7);}header.header-2 .noo-header-nav-wrapper .noo-header-wrapper .menu-split ul.navbar-nav > li{color:#003;}header.header-2 .noo-header-nav-wrapper .noo-header-wrapper .menu-split ul.navbar-nav > li > a{padding-right:20px;line-height:130px;}header.header-2 .noo-header-nav-wrapper.sticky-on .header-logo a img{max-height:130px;}header.header-2 .noo-header-nav-wrapper.sticky-on .noo-header-wrapper .menu-split ul.navbar-nav > li{color:#003;}header.header-2 .noo-header-nav-wrapper.sticky-on .noo-header-wrapper .menu-split ul.navbar-nav > li > a{line-height:60px;}header.header-2 .noo-header-nav-wrapper.sticky-out .noo-header-wrapper .menu-split ul.navbar-nav > li{color:#003;}header.header-2 .noo-header-nav-wrapper.sticky-out .noo-header-wrapper .menu-split ul.navbar-nav > li > a{line-height:60px;}header.header-2 .noo-sticky-wrapper.is-sticky .header-sticky{background-color:#fff;}@media screen and (min-width: 1370px){header.noo-main-header.header-3 .noo-header-nav-wrapper.nav-fullwith{padding-left:60px;padding-right:60px;}}header.header-3{background-color:#fff;color:#003;}header.header-3 .noo-header-nav-wrapper{height:130px;}header.header-3 .noo-header-nav-wrapper .container .noo-header-wrapper .header-left .header-logo{height:130px;}header.header-3 .noo-header-nav-wrapper .container .noo-header-wrapper .header-left .header-logo a img{max-height:130px;}header.header-3 .noo-header-nav-wrapper .container .noo-header-wrapper .header-center .header-customize{line-height:130px;}header.header-3 .noo-header-nav-wrapper .container .noo-header-wrapper .header-right .menu-wrapper .navbar-nav > li > a{line-height:130px;}header.header-3 .noo-header-nav-wrapper .container .noo-header-wrapper .header-right .header-customize{line-height:130px;}header.header-3 .noo-header-nav-wrapper.sticky-in{-webkit-transition:all 0s ease 0s;-o-transition:all 0s ease 0s;transition:all 0s ease 0s;}header.header-3 .noo-header-nav-wrapper.sticky-on{height:60px;}header.header-3 .noo-header-nav-wrapper.sticky-on .container .noo-header-wrapper .header-left-offcanvas .header-customize{height:60px;}header.header-3 .noo-header-nav-wrapper.sticky-on .container .header-left .header-logo{line-height:60px;height:60px;}header.header-3 .noo-header-nav-wrapper.sticky-on .container .header-center .header-customize{line-height:60px;}header.header-3 .noo-header-nav-wrapper.sticky-on .container .header-right .menu-wrapper .navbar-nav > li > a{line-height:60px;}header.header-3 .noo-header-nav-wrapper.sticky-on .container .header-right .header-customize{line-height:60px;}header.header-3 .noo-header-nav-wrapper.sticky-out{height:60px;}header.header-3 .noo-header-nav-wrapper.sticky-out .container .noo-header-wrapper .header-left-offcanvas .header-customize{height:60px;}header.header-3 .noo-header-nav-wrapper.sticky-out .container .header-left .header-logo{line-height:60px;height:60px;}header.header-3 .noo-header-nav-wrapper.sticky-out .container .header-center .header-customize{line-height:60px;}header.header-3 .noo-header-nav-wrapper.sticky-out .container .header-right .menu-wrapper .navbar-nav > li > a{line-height:60px;}header.header-3 .noo-header-nav-wrapper.sticky-out .container .header-right .header-customize{line-height:60px;}header.header-3 .noo-sticky-wrapper.is-sticky .header-sticky{background-color:#fff;}@media screen and (min-width: 1370px){header.noo-main-header.header-4 .noo-header-nav-wrapper.nav-fullwith .container{padding-left:60px;padding-right:60px;}}header.header-4 .noo-header-nav-wrapper{height:130px;}header.header-4 .noo-header-nav-wrapper #primary-menu{color:#fff;background-color:#514330;}header.header-4 .noo-header-nav-wrapper #primary-menu .noo-main-menu > li > a{font-family:"Didact Gothic";font-size:16px;font-weight:400;}header.header-4 .noo-header-nav-wrapper .container .noo-header-wrapper .header-left .header-logo{height:130px;}header.header-4 .noo-header-nav-wrapper .container .noo-header-wrapper .header-left .header-logo a img{max-height:130px;}header.header-4 .noo-header-nav-wrapper .container .noo-header-wrapper .header-center .header-customize{line-height:130px;}header.header-4 .noo-header-nav-wrapper .container .noo-header-wrapper .header-right .menu-wrapper .navbar-nav > li > a{line-height:130px;}header.header-4 .noo-header-nav-wrapper .container .noo-header-wrapper .header-right .header-customize{line-height:130px;}header.header-4 .noo-header-nav-wrapper.sticky-in{-webkit-transition:all 0s ease 0s;-o-transition:all 0s ease 0s;transition:all 0s ease 0s;}header.header-4 .noo-header-nav-wrapper.sticky-on{height:60px;}header.header-4 .noo-header-nav-wrapper.sticky-on .container .noo-header-wrapper .header-left-offcanvas .header-customize{height:60px;}header.header-4 .noo-header-nav-wrapper.sticky-on .container .header-left .header-logo{line-height:60px;height:60px;}header.header-4 .noo-header-nav-wrapper.sticky-on .container .header-center .header-customize{line-height:60px;}header.header-4 .noo-header-nav-wrapper.sticky-on .container .header-right .menu-wrapper .navbar-nav > li > a{line-height:60px;}header.header-4 .noo-header-nav-wrapper.sticky-on .container .header-right .header-customize{line-height:60px;}header.header-4 .noo-header-nav-wrapper.sticky-out{height:60px;}header.header-4 .noo-header-nav-wrapper.sticky-out .container .noo-header-wrapper .header-left-offcanvas .header-customize{height:60px;}header.header-4 .noo-header-nav-wrapper.sticky-out .container .header-left .header-logo{line-height:60px;height:60px;}header.header-4 .noo-header-nav-wrapper.sticky-out .container .header-center .header-customize{line-height:60px;}header.header-4 .noo-header-nav-wrapper.sticky-out .container .header-right .menu-wrapper .navbar-nav > li > a{line-height:60px;}header.header-4 .noo-header-nav-wrapper.sticky-out .container .header-right .header-customize{line-height:60px;}header.header-4 .noo-sticky-wrapper.is-sticky .header-sticky{background-color:#514330;}@media screen and (min-width: 1370px){header.noo-main-header.header-5 .noo-header-nav-wrapper.nav-fullwith .container{padding-left:60px;padding-right:60px;}}header.header-5 .noo-header-nav-wrapper{height:130px;}header.header-5 .noo-header-nav-wrapper #primary-menu{color:#fff;background-color:#be9d00;}header.header-5 .noo-header-nav-wrapper #primary-menu ul.noo-main-menu > li > a{font-family:"Didact Gothic";font-size:16px;font-weight:400;}header.header-5 .noo-header-nav-wrapper .container .noo-header-wrapper{line-height:130px;}header.header-5 .noo-header-nav-wrapper .container .noo-header-wrapper .header-left .header-logo{height:130px;}header.header-5 .noo-header-nav-wrapper .container .noo-header-wrapper .header-left .header-logo a img{max-height:130px;}header.header-5 .noo-header-nav-wrapper .container .noo-header-wrapper .header-right{max-height:130px;}header.header-5 .noo-header-nav-wrapper.sticky-in{-webkit-transition:all 0s ease 0s;-o-transition:all 0s ease 0s;transition:all 0s ease 0s;}header.header-5 .noo-header-nav-wrapper.sticky-on{height:60px;}header.header-5 .noo-header-nav-wrapper.sticky-on .container .noo-header-wrapper .header-left-offcanvas .header-customize{height:60px;}header.header-5 .noo-header-nav-wrapper.sticky-on .container .header-left .header-logo{line-height:60px;height:60px;}header.header-5 .noo-header-nav-wrapper.sticky-on .container .header-center .header-customize{line-height:60px;}header.header-5 .noo-header-nav-wrapper.sticky-on .container .header-right .menu-wrapper .navbar-nav > li > a{line-height:60px;}header.header-5 .noo-header-nav-wrapper.sticky-on .container .header-right .header-customize{line-height:60px;}header.header-5 .noo-header-nav-wrapper.sticky-out{height:60px;}header.header-5 .noo-header-nav-wrapper.sticky-out .container .noo-header-wrapper .header-left-offcanvas .header-customize{height:60px;}header.header-5 .noo-header-nav-wrapper.sticky-out .container .header-left .header-logo{line-height:60px;height:60px;}header.header-5 .noo-header-nav-wrapper.sticky-out .container .header-center .header-customize{line-height:60px;}header.header-5 .noo-header-nav-wrapper.sticky-out .container .header-right .menu-wrapper .navbar-nav > li > a{line-height:60px;}header.header-5 .noo-header-nav-wrapper.sticky-out .container .header-right .header-customize{line-height:60px;}header.header-5 .noo-sticky-wrapper.is-sticky .header-sticky{background-color:#fff;}nav.noo-canvas-menu-wrapper .noo-canvas-menu-inner{background-color:#333;color:#fff;}nav.noo-canvas-menu-wrapper .noo-canvas-menu-inner aside h4.widget-title span{color:#514330;}nav.noo-canvas-menu-wrapper .noo-canvas-menu-inner aside ul li.menu-item{color:#fff;border-bottom-color:rgba(255,255,255,.2);}nav.noo-canvas-menu-wrapper .noo-canvas-menu-inner aside ul.social-profile.social-icon-bordered li a:hover i{color:#514330;}nav.noo-canvas-menu-wrapper.dark{background-color:#333;color:#fff;}@media screen and (max-width: 991px){.header-mobile-before img{padding-top:0px;padding-bottom:0px;}.header-logo-mobile img{padding-top:0px;padding-bottom:0px;}.toggle-icon-wrapper .toggle-icon:hover > span,.toggle-icon-wrapper .toggle-icon:hover:before,.toggle-icon-wrapper .toggle-icon:hover:after{background-color:#514330;}header.noo-mobile-header .noo-header-container-wrapper{background-color:#fff;}header.noo-mobile-header .noo-mobile-header-inner .icon-search-menu{color:#282828;}header.noo-mobile-header .noo-mobile-header-inner .icon-search-menu:hover{color:#514330;}header.noo-mobile-header .shopping-cart-wrapper .widget_shopping_cart_content .widget_shopping_cart_icon > i.wicon{color:#282828;}header.noo-mobile-header .shopping-cart-wrapper .widget_shopping_cart_content .widget_shopping_cart_icon > i.wicon + span{background-color:#514330;}.noo-mobile-header-nav .noo-nav-mobile-menu li.current-menu-ancestor > a,.noo-mobile-header-nav .noo-nav-mobile-menu li.current-menu-parent > a,.noo-mobile-header-nav .noo-nav-mobile-menu li.current-menu-item > a,.noo-mobile-header-nav .noo-nav-mobile-menu li.menu-current > a,.noo-mobile-header-nav .noo-nav-mobile-menu li > a:hover,.noo-mobile-header-nav .noo-nav-mobile-menu li:hover > a,.noo-mobile-header-nav .noo-nav-mobile-menu li ul.sub-menu li:hover > a{color:#514330;}.noo-mobile-header-nav .noo-nav-mobile-menu li.current-menu-ancestor > a > b.caret:before,.noo-mobile-header-nav .noo-nav-mobile-menu li.current-menu-parent > a > b.caret:before,.noo-mobile-header-nav .noo-nav-mobile-menu li.current-menu-item > a > b.caret:before,.noo-mobile-header-nav .noo-nav-mobile-menu li.menu-current > a > b.caret:before,.noo-mobile-header-nav .noo-nav-mobile-menu li > a:hover > b.caret:before,.noo-mobile-header-nav .noo-nav-mobile-menu li:hover > a > b.caret:before,.noo-mobile-header-nav .noo-nav-mobile-menu li ul.sub-menu li:hover > a > b.caret:before{color:#514330;}.noo-mobile-header-nav ul.noo-nav-mobile-menu li.menu-item > a:hover{color:#514330;}.noo-mobile-header-nav ul.noo-nav-mobile-menu li.menu-item > b.menu-caret:hover{color:#514330;}.noo-mobile-header-nav.menu-drop-fly{border-right-color:#514330;}header.header-mobile-2 .noo-mobile-header-inner .header-customize{color:#666;}}@media screen and (min-width: 1370px){.noo-top-bar .topbar-fullwith{padding-left:60px;padding-right:60px;}}@media screen and (min-width: 992px){header.noo-main-header .noo-header-wrapper .navbar-nav li a{font-family:"Didact Gothic";font-weight:400;font-size:16px;}header.noo-main-header .noo-header-wrapper .navbar-nav li a:hover{color:#514330;}header.noo-main-header .noo-header-wrapper .navbar-nav li.current-menu-item > a{color:#514330;}header.noo-main-header .noo-header-wrapper .navbar-nav li.menu-item-has-children:hover > a{color:#514330;}header.noo-main-header .noo-header-wrapper .navbar-nav li.menu-item-has-children.menu_style_column > ul.sub-menu{background-color:#fff;}header.noo-main-header .noo-header-wrapper .navbar-nav li.menu-item-has-children ul.sub-menu{background-color:#fff;}header.noo-main-header .noo-header-wrapper .navbar-nav li.menu-item-has-children ul.sub-menu li.current-menu-item > a{color:#514330;}header.noo-main-header .noo-header-wrapper .navbar-nav li.menu-item-has-children ul.sub-menu > li{color:#333;}header.noo-main-header .noo-header-wrapper .navbar-nav li.menu-item-has-children ul.sub-menu > li .menu-caret{color:#333;}header.noo-main-header .noo-header-wrapper .navbar-nav li.menu-item-has-children ul.sub-menu .menu-item-type-custom a{background-color:#fff;}header.noo-main-header .header-logo > a > img{padding-top:0;padding-bottom:0;padding-left:0;padding-right:0;}header.noo-main-header .header-customize .header-customize-item{font-family:"Didact Gothic";}header.noo-main-header .icon-search-menu i:hover{color:#514330;}header.noo-main-header ul.header-social-profile-wrapper li a:hover{color:#514330;}header.noo-main-header .search-box button:hover i{color:#514330;}header.noo-main-header .ajax-search-result .search-view-more{background-color:#ededed;border-top:solid 1px #d9d9d9;}header.noo-main-header .search-with-category .form-search-left > span{font-family:"Didact Gothic";}header.noo-main-header .search-with-category .form-search-right button[type="button"]:hover i{color:#514330;}header.noo-main-header .search-with-category .search-category-dropdown li > span:hover{color:#514330;}.noo-sticky-wrapper.is-sticky > .noo-header-nav-wrapper.sticky-scheme-inherit.sticky-on .menu-wrapper .noo-main-menu > li > a:hover{color:#514330 !important;}.noo-sticky-wrapper.is-sticky > .noo-header-nav-wrapper.sticky-scheme-gray.sticky-on .menu-wrapper .noo-main-menu > li:hover > a{color:#514330 !important;}.noo-sticky-wrapper.is-sticky > .noo-header-nav-wrapper.sticky-scheme-dark.sticky-on .menu-wrapper .noo-main-menu > li > a{color:#fff !important;}.noo-sticky-wrapper.is-sticky > .noo-header-nav-wrapper.sticky-scheme-dark.sticky-on .menu-wrapper .noo-main-menu > li:hover > a{color:#514330 !important;}body.boxed .noo-sticky-wrapper.is-sticky > .noo-header-nav-wrapper{max-width:1200px;}}.shopping-cart-wrapper .widget_shopping_cart_content .widget_shopping_cart_icon i.wicon:hover{color:#514330 !important;}.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper li.empty p{color:#282828;}.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper li + li{border-top-color:#666;}.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper li .cart-right > a{color:#bd9e2f;}.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper li .cart-right > a:hover{color:#514330;}.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper p.buttons .button:hover{background-color:#514330;}.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper p.buttons .button.checkout{background-color:#514330;}.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper p.buttons .button.checkout:hover{background-color:#110e0a;}.my-wishlist .widget_shopping_wishlist_content .my-wishlist-wrapper a.noo-wishlist i.wicon:hover{color:#514330;}.noo-box-login .noo-login-action button{background-color:#514330;}.noo-box-login .noo-login-action button:hover{background-color:#816b4c;}span.noo_sub_label{color:#eee;}.navbar-nav > li.menu_style_tab > ul > li{border-bottom:1px solid #666;}.navbar-nav > li.menu_style_tab > ul > li > a:before{background-color:#514330;}.navbar-nav > li.menu_style_tab > ul > li.active > a{color:#514330;}.navbar-nav > li.menu_style_tab > ul > li .noo_megamenu_widget_area .widget-post-thumbnail ul li .posts-thumbnail-content .posts-thumbnail-meta .author,.navbar-nav > li.menu_style_tab > ul > li .noo_megamenu_widget_area .widget-post-thumbnail ul li .posts-thumbnail-content .posts-thumbnail-meta time,.navbar-nav > li.menu_style_tab > ul > li .noo_megamenu_widget_area .widget-post-thumbnail ul li .posts-thumbnail-content .posts-thumbnail-meta span{color:#333;}.noo_widget_area > .noo_megamenu_widget_area h3{color:#333;}.noo_widget_area > .noo_megamenu_widget_area section:hover .widget-title-wrapper h3{color:#514330;}.noo_widget_area > .noo_megamenu_widget_area section .widget-title-wrapper h3:before{background-color:#514330;}.noo_widget_area > .noo_megamenu_widget_area section .product_list_widget li a{color:#333;}.noo_widget_area > .noo_megamenu_widget_area section .product_list_widget li a:hover{color:#514330;}.noo_widget_area > .noo_megamenu_widget_area section .product_list_widget li .reviewer{color:#333;}.noo_widget_area > .noo_megamenu_widget_area section .product_list_widget > li{color:#333;}.noo_widget_area > .noo_megamenu_widget_area section .product_list_widget > li del .woocommerce-Price-amount{color:rgba(51,51,51,.7);}.noo_widget_area > .noo_megamenu_widget_area section .product_list_widget > li ins{color:#333;}.noo_widget_area > .noo_megamenu_widget_area section .product_list_widget > li .woocommerce-Price-amount{color:#333;}.noo_widget_area > .noo_megamenu_widget_area .tagcloud a{color:#333 !important;border-color:#333 !important;}.noo_widget_area > .noo_megamenu_widget_area .tagcloud a:hover{color:#514330 !important;}.noo_widget_area > .noo_megamenu_widget_area .posts-thumbnail-content h4 a{color:#333 !important;}.noo_widget_area > .noo_megamenu_widget_area .posts-thumbnail-content h4 a:hover{color:#514330 !important;}.noo_widget_area > .noo_megamenu_widget_area .posts-thumbnail-content .posts-thumbnail-meta .comment-count a{color:#333 !important;}.noo_widget_area > .noo_megamenu_widget_area .posts-thumbnail-content .posts-thumbnail-meta .readmore{color:#333 !important;}.noo_widget_area > .noo_megamenu_widget_area .posts-thumbnail-content .posts-thumbnail-meta .readmore:hover{color:#514330 !important;}.menu-wrapper .navbar-nav li.menu_style_dropdown .sub-menu{font-size:15px;}.menu-wrapper .navbar-nav li.menu_style_dropdown .sub-menu li:before{background:#514330;}.menu-wrapper .navbar-nav li.menu_style_column > .sub-menu > li{border-left:2px solid #666;}.menu-wrapper .navbar-nav li.menu_style_column > .sub-menu > li > a{color:#333;}.menu-wrapper .navbar-nav li.menu_style_column > .sub-menu > li > a:hover{color:#514330;}.menu-wrapper .navbar-nav li.menu_style_column > .sub-menu > li > a:after{background-color:#514330;}.noo_widget_area .tagcloud a{color:#bd9e2f !important;border:1px solid #666;}.noo_widget_area .tagcloud a:hover{background-color:#514330 !important;border-color:#514330;}body.float header.noo-main-header .noo-header-nav-wrapper.nav-fullwith.sticky-on{padding-left:60px;padding-right:60px;}.noo-page-title-section.no_searchbox{margin-top:0;margin-bottom:70px;}.noo-page-title-section section.noo-page-title-wrap{background-color:#fff;}.noo-page-title-section .noo-breadcrumb-wrap ul.breadcrumbs > li{color:#ededed;}.page-title-inner h1{color:#ededed;}.page-title-inner .page-sub-title{color:#ededed;}.noo-page-title-overlay{background-color:rgba(0,0,51,.5);}body{color:#282828;}h1,h2,h3,h4,h5,h6{color:#bd9e2f;}#noo-wrapper{background-color:#fff;}::selection{color:#fff;background-color:#514330;}::-moz-selection{color:#fff;background-color:#514330;}a:hover{color:#514330;}a:focus,a.active{color:#514330;}.mfp-bg{background-color:#fff;}#noo-popup{background-size:cover !important;color:#0e0e0e;}#noo-popup .popup-form .your-email input{border-color:#514330;color:#514330;}#noo-popup .popup-form .your-email input .placeholder{color:rgba(81,67,48,.5);}#noo-popup .popup-form .ctf7_submit input{background-color:#514330;}#noo-popup .popup-form .ctf7_submit input:hover{background-color:#917856;}#noo-popup .checkbox-label{color:#514330;}.maintanence-page .maintenance-title h2{color:#282828;}.maintanence-page .maintenance-social .maintenance-social-profile-wrapper li a{color:#514330;}.maintanence-page .maintenance-social .maintenance-social-profile-wrapper li:hover a{border-color:#514330;}#noo_search_popup_wrapper .search-popup-inner > button i:hover{color:#514330;}.page404 .content-wrap .return a{border-color:#514330;color:#514330;}.page404 .content-wrap .return a:hover{border-color:#514330;background:#514330;}#popup-product-quick-view-wrapper .popup-close:hover{color:#fff;background-color:#bd9e2f;}.noo-button.style2{border:1px solid #666;}.noo-button.style2:hover,.noo-button.style2.active{color:#fff;background:#514330;}.noo-button.style2.button-light{color:#fff;}.boxed #noo-wrapper{width:90%;max-width:1200px;}ul.pagination:before{border-bottom:1px solid rgba(102,102,102,.3);}.pagination > li > a,.pagination > li > span{color:rgba(81,67,48,.5);}.pagination > li > a:hover,.pagination > li > span:hover,.pagination > li > a:focus,.pagination > li > span:focus,.pagination > li > a.active,.pagination > li > span.active{color:#514330;background-color:#fff;}.pagination > li > a.current,.pagination > li > span.current{color:#514330;background-color:#fff;}.cqtooltip-wrapper .cq-hotspots .hotspot-item a span:before{color:#514330;}.tooltipster-default .tooltipster-content,.tooltipster-shadow .tooltipster-content,.tooltipster-base .tooltipster-content{font-family:"Didact Gothic" !important;}.list_text:before{background-color:#282828;}.banner-widget a:hover:before{border-color:#514330;}.banner-widget a:hover:after{border-color:#514330;}.social-share-wrap .social-share li a:hover{color:#514330;border-color:#514330;}.noo-top-bar{background-color:#bd9e2f;color:#fff;}.noo-top-bar .top-sidebar h4.widget-title{color:#fff;}.noo-top-bar .top-sidebar #wp-calendar caption,.noo-top-bar .top-sidebar #wp-calendar thead th{color:#fff;}.noo-top-bar .top-sidebar .widget_nav_menu > div > ul.menu > li + li:before{background-color:#d8be61;}.noo-top-bar .top-sidebar .widget_nav_menu > div > ul.menu > li ul{background-color:#bd9e2f;color:#fff;}.noo-top-bar .top-sidebar .widget.base-primary-color i.fa,.noo-top-bar .top-sidebar .widget.base-primary-color a{color:#fff;}.noo-top-bar .top-sidebar .widget.base-primary-color.widget_nav_menu > div > ul.menu > li + li:before,.noo-top-bar .top-sidebar .widget.base-primary-color.separate-left:before,.noo-top-bar .top-sidebar .widget.base-primary-color.separate-right:after{background-color:#fff;}.noo-top-bar .top-sidebar .separate-left:before{background-color:#d8be61;}.noo-top-bar .top-sidebar .separate-right:after{background-color:#d8be61;}@media screen and (max-width: 991px){.noo-top-bar{color:#fff;background:#bd9e2f;}}.vc_general.accordion1 .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a{color:#514330;}.vc_general.accordion1 .vc_tta-panels-container .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading{background-color:#514330;border-color:#514330;}.vc_general.accordion1 .vc_tta-panels-container .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title a{color:#fff;}.vc_general.accordion1 .vc_tta-panels-container .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title a i:before,.vc_general.accordion1 .vc_tta-panels-container .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title a i:after{border-color:#fff;}.vc_general.accordion2 .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a{color:#514330;}.vc_general.accordion2 .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a i:before,.vc_general.accordion2 .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a i:after{border-color:#514330;}.vc_general.accordion2 .vc_tta-panels-container .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading{background-color:#514330;border-color:#514330;}.vc_general.accordion2 .vc_tta-panels-container .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title a{color:#fff;line-height:1.5;}.vc_general.accordion2 .vc_tta-panels-container .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title a i:before,.vc_general.accordion2 .vc_tta-panels-container .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title a i:after{border-color:#fff;}.vc_general.accordion3 .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading{border-bottom:1px solid #514330;}.vc_general.accordion3 .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a{color:#514330;}.vc_general.accordion3 .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a i:before,.vc_general.accordion3 .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a i:after{border-color:#514330;}.vc_general.accordion3 .vc_tta-panels-container .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading{border-color:#514330;}.vc_general.accordion4 .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading{border-bottom:1px solid #514330;}.vc_general.accordion4 .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a{color:#514330;}.vc_general.accordion4 .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a i:before,.vc_general.accordion4 .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a i:after{border-color:#514330;}.vc_general.accordion4 .vc_tta-panels-container .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading{border-color:#514330;}.vc_general.tab-style-1 .vc_tta-tabs-container{border-bottom:1px solid #514330;}.vc_general.tab-style-1 .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab a{border:1px solid #514330;}.vc_general.tab-style-1 .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab.vc_active a{background-color:#514330;color:#fff;}.vc_general.tab-style-2 .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab.vc_active a{background-color:#514330;color:#fff;}.vc_general.tab-style-3 .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab.vc_active a{color:#514330;}.vc_general.tab-style-4 .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab.vc_active a{color:#514330;}.skill_process .vc_general{background-color:rgba(81,67,48,.4);}.skill_process .vc_general small.vc_label{color:#514330 !important;}.skill_process2 .vc_general{background-color:rgba(81,67,48,.4);}.skill_process2 .vc_general small.vc_label{color:#514330 !important;}.gallery_class_3 h2:after{background-color:#514330;}.gallery_class_2 h2:after{background-color:#514330;}.search-form input[type="text"]{color:#bd9e2f;}.search-form input[type="text"] ::-webkit-input-placeholder{color:#282828;}.search-form input[type="text"] :-moz-placeholder{color:#282828;}.search-form input[type="text"] ::-moz-placeholder{color:#282828;}.search-form input[type="text"] :-ms-input-placeholder{color:#282828;}.search-form button[type="submit"]{color:#282828;}#wp-calendar tbody td:hover,#wp-calendar tbody td#today{color:#fff;background-color:#514330;}#wp-calendar tbody td:hover a{color:#fff;}.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content{background-color:#666;}.woocommerce .widget_price_filter .ui-slider .ui-slider-handle{background-color:#fff;border:2px solid #514330;}.woocommerce .widget_price_filter .price_slider_amount{color:#282828;}.woocommerce .widget_price_filter .price_slider_amount .button{background-color:#514330;}.woocommerce .widget_price_filter .price_slider_amount .button:hover{color:#fff;background-color:#211b14 !important;}.woocommerce .widget.widget_shopping_cart_content{border-top:1px solid #666;}.sidebar h4.widget-title span,.wpb_widgetised_column h4.widget-title span{color:#bd9e2f;}.sidebar .tagcloud a,.wpb_widgetised_column .tagcloud a{color:#686868 !important;}.sidebar .tagcloud a:hover,.wpb_widgetised_column .tagcloud a:hover{background-color:#514330 !important;border-color:#514330;}.sidebar .widget_archive > ul,.wpb_widgetised_column .widget_archive > ul,.sidebar .widget_categories > ul,.wpb_widgetised_column .widget_categories > ul,.sidebar .widget_pages > ul,.wpb_widgetised_column .widget_pages > ul,.sidebar .widget_meta > ul,.wpb_widgetised_column .widget_meta > ul,.sidebar .widget_recent_comments > ul,.wpb_widgetised_column .widget_recent_comments > ul,.sidebar .widget_recent_entries > ul,.wpb_widgetised_column .widget_recent_entries > ul,.sidebar .widget_rss > ul,.wpb_widgetised_column .widget_rss > ul,.sidebar .widget_nav_menu > div > ul,.wpb_widgetised_column .widget_nav_menu > div > ul,.sidebar .widget_product_categories > ul,.wpb_widgetised_column .widget_product_categories > ul,.sidebar .widget_layered_nav > ul,.wpb_widgetised_column .widget_layered_nav > ul{color:#282828;}.sidebar.woocommerce-sidebar .widget-title{font-weight:400;}.sidebar .widget_product_categories > ul > li a{color:#282828;}.sidebar .widget_product_categories > ul > li a:before{background-color:#666;}.sidebar .widget_product_categories > ul > li a:hover:before{background-color:#514330;}.widget-post-thumbnail ul.posts-thumbnail-list li .posts-thumbnail-image a:before{background-color:#514330;}.widget-post-thumbnail ul.posts-thumbnail-list li .posts-thumbnail-content h4 a{color:#bd9e2f;}.widget-post-thumbnail ul.posts-thumbnail-list li .posts-thumbnail-content .posts-thumbnail-meta i{color:#514330;}.widget-post-thumbnail ul.posts-thumbnail-list li .posts-thumbnail-content .posts-thumbnail-meta time,.widget-post-thumbnail ul.posts-thumbnail-list li .posts-thumbnail-content .posts-thumbnail-meta span.author{color:#bd9e2f;}.widget-post-thumbnail ul.posts-thumbnail-list li .posts-thumbnail-content .posts-thumbnail-meta .comment-count i{color:#514330;}.widget-post-thumbnail ul.posts-thumbnail-list li .posts-thumbnail-content .posts-thumbnail-meta .comment-count a:hover{color:#514330;}.widget-post-thumbnail ul.posts-thumbnail-list.full_width li .posts-thumbnail-content a:hover{color:#514330;}.widget-post-thumbnail ul.posts-thumbnail-list.size-thumbnail li .posts-thumbnail-content h4 a:hover{color:#514330;}.widget-post-thumbnail ul.posts-thumbnail-list.size-thumbnail li .posts-thumbnail-content .posts-thumbnail-meta i{color:#514330;}.widget-post-thumbnail ul.posts-thumbnail-list.size-thumbnail li .posts-thumbnail-content .posts-thumbnail-meta .comment-count i{color:#514330;}.widget-post-thumbnail ul.posts-thumbnail-list.date li .posts-date{border:1px solid #666;}.widget-post-thumbnail ul.posts-thumbnail-list.date li .posts-thumbnail-content h4 a:hover{color:#514330;}.widget-post-thumbnail ul.posts-thumbnail-list.date li .posts-thumbnail-content .posts-thumbnail-meta i{color:#514330;}.widget-post-thumbnail ul.posts-thumbnail-list.date li .posts-thumbnail-content .posts-thumbnail-meta time{margin-right:10px;}.widget-post-thumbnail ul.posts-thumbnail-list.date li .posts-thumbnail-content .posts-thumbnail-meta .comment-count i{color:#514330;}.widget-post-thumbnail ul.posts-thumbnail-list.date li:hover .posts-date time span{color:#fff !important;}.widget_categories ul li a:hover{color:#514330;}.woocommerce .woocommerce-ordering select{color:#bd9e2f;}.woocommerce .woocommerce-result-count{color:#bd9e2f;}.woocommerce .products .star-rating span,.woocommerce .star-rating span{color:#514330;}.woocommerce #respond input#submit,.woocommerce button.button,.woocommerce input.button,.woocommerce #respond input#submit.alt,.woocommerce a.button.alt,.woocommerce button.button.alt,.woocommerce input.button.alt{background-color:#514330;}.woocommerce #respond input#submit:hover,.woocommerce button.button:hover,.woocommerce input.button:hover,.woocommerce #respond input#submit.alt:hover,.woocommerce a.button.alt:hover,.woocommerce button.button.alt:hover,.woocommerce input.button.alt:hover{background-color:#715d43;color:#fff;}.woocommerce form .form-row input.input-text,.woocommerce form .form-row textarea,.woocommerce form .form-row select{color:#282828;border-color:#514330 !important;}.site-content-archive-product .noo-filter-categories li.current-cat a{color:#514330;}.site-content-archive-product .noo-filter-search li.active span#noo-shop-search-btn,.site-content-archive-product .noo-filter-search li.active span.invert-color{color:#514330;}.site-content-archive-product .archive-product-wrap .woocommerce-sidebar aside .tagcloud .current-tag{background-color:#514330;}.site-content-archive-product .woocommerce-pagination .noo-shop-loadmore,.site-content-archive-product .woocommerce-pagination .noo-show-all{border-color:#514330;}.site-content-archive-product .woocommerce-pagination .noo-shop-loadmore:hover,.site-content-archive-product .woocommerce-pagination .noo-show-all:hover{background-color:#514330;color:#fff;}.site-content-archive-product .woocommerce-pagination .noo-show-all{background-color:#514330;color:#fff;}.noo-product-category .product-category-inner:hover .text-left h2{color:#514330;}.noo-product-category .product-category-inner .text-left h2:before{background-color:#514330;}h3.check-out-title{border-bottom:2px solid #fff;}.woocommerce-checkout form.checkout_coupon,.woocommerce-checkout form.login{border-bottom-color:#666;}.woocommerce-billing-fields h3,.woocommerce-shipping-fields h3,#order_review_heading{background-color:#514330;}.select2-container .select2-choice{border-color:#514330;}#customer_details{border-bottom:1px solid #666;}.woocommerce table.woocommerce-checkout-review-order-table td,.woocommerce table.shop_table.order_details td,.woocommerce table.woocommerce-checkout-review-order-table th,.woocommerce table.shop_table.order_details th{border-bottom:1px solid #666;}.woocommerce table.woocommerce-checkout-review-order-table tbody tr:last-child td,.woocommerce table.shop_table.order_details tbody tr:last-child td{border-bottom-color:#514330;}.woocommerce table.woocommerce-checkout-review-order-table thead th,.woocommerce table.shop_table.order_details thead th{border-bottom-color:#514330;color:#514330;}.woocommerce table.woocommerce-checkout-review-order-table tfoot,.woocommerce table.shop_table.order_details tfoot{border-top-color:#514330 !important;}.woocommerce table.woocommerce-checkout-review-order-table tfoot td,.woocommerce table.shop_table.order_details tfoot td,.woocommerce table.woocommerce-checkout-review-order-table tfoot th,.woocommerce table.shop_table.order_details tfoot th{border-color:#514330;}.woocommerce table.woocommerce-checkout-review-order-table tfoot .cart-subtotal th,.woocommerce table.shop_table.order_details tfoot .cart-subtotal th,.woocommerce table.woocommerce-checkout-review-order-table tfoot .cart-subtotal td,.woocommerce table.shop_table.order_details tfoot .cart-subtotal td{border-top-color:#514330 !important;}.payment_box_title.active label{color:#514330;}.woocommerce-checkout .entry-content .woocommerce{background:#fff;}.woocommerce-checkout .entry-content .woocommerce .woocommerce-checkout #customer_details .woocommerce-billing-fields p label{color:#282828;}.woocommerce-checkout .entry-content .woocommerce .woocommerce-checkout #customer_details .woocommerce-billing-fields p label .required{color:#514330;}.woocommerce-checkout .entry-content .woocommerce .woocommerce-checkout #customer_details .woocommerce-shipping-fields p label{color:#282828;}.woocommerce-checkout .entry-content .woocommerce .woocommerce-checkout #customer_details .woocommerce-shipping-fields p label .required{color:#514330;}.woocommerce table.my_account_orders{border:2px solid #666;}.woocommerce-account .customer_login_form_wrap .col2-set .col-1,.woocommerce-account .customer_login_form_wrap .col2-set .col-2{background:#fff;border:2px solid #666;}.woocommerce-account .customer_login_form_wrap .col2-set h2:before{background:#514330;}.woocommerce-account .customer_login_form_wrap form.login .input-text,.woocommerce-account .customer_login_form_wrap form.register .input-text{border-color:#666;}.woocommerce-account .customer_login_form_wrap form.login label[for="rememberme"],.woocommerce-account .customer_login_form_wrap form.register label[for="rememberme"]{color:#282828;}.woocommerce table.shop_table.cart.wishlist_table{border-top-color:#666;}.woocommerce table.shop_table.cart.wishlist_table td.product-add-to-cart a{background-color:#514330 !important;}.woocommerce table.shop_table.cart.wishlist_table td.product-add-to-cart a:hover{background-color:#715d43 !important;}.woocommerce table.shop_table.cart.wishlist_table tfoot td{border-top-color:#666;}.woocommerce .product-flash-wrap span,.single-product .product-flash-wrap span{border-bottom-color:#282828;}.woocommerce .product-flash-wrap span:first-child,.single-product .product-flash-wrap span:first-child{border-bottom-color:#282828;}.woocommerce .product-thumb,.single-product .product-thumb{background-color:#fff;}.woocommerce .add-to-cart-wrap a,.single-product .add-to-cart-wrap a{color:#282828;}.woocommerce .yith-wcwl-wishlistaddedbrowse a,.single-product .yith-wcwl-wishlistaddedbrowse a,.woocommerce .yith-wcwl-wishlistexistsbrowse a,.single-product .yith-wcwl-wishlistexistsbrowse a,.woocommerce .add_to_wishlist,.single-product .add_to_wishlist,.woocommerce .compare,.single-product .compare,.woocommerce .product-quick-view,.single-product .product-quick-view,.woocommerce .btn_add_to_cart,.single-product .btn_add_to_cart,.woocommerce .add-to-cart-wrap a,.single-product .add-to-cart-wrap a{color:#282828;}.woocommerce .yith-wcwl-wishlistaddedbrowse a:hover,.single-product .yith-wcwl-wishlistaddedbrowse a:hover,.woocommerce .yith-wcwl-wishlistexistsbrowse a:hover,.single-product .yith-wcwl-wishlistexistsbrowse a:hover,.woocommerce .add_to_wishlist:hover,.single-product .add_to_wishlist:hover,.woocommerce .compare:hover,.single-product .compare:hover,.woocommerce .product-quick-view:hover,.single-product .product-quick-view:hover,.woocommerce .btn_add_to_cart:hover,.single-product .btn_add_to_cart:hover,.woocommerce .add-to-cart-wrap a:hover,.single-product .add-to-cart-wrap a:hover,.woocommerce .yith-wcwl-wishlistaddedbrowse a.active,.single-product .yith-wcwl-wishlistaddedbrowse a.active,.woocommerce .yith-wcwl-wishlistexistsbrowse a.active,.single-product .yith-wcwl-wishlistexistsbrowse a.active,.woocommerce .add_to_wishlist.active,.single-product .add_to_wishlist.active,.woocommerce .compare.active,.single-product .compare.active,.woocommerce .product-quick-view.active,.single-product .product-quick-view.active,.woocommerce .btn_add_to_cart.active,.single-product .btn_add_to_cart.active,.woocommerce .add-to-cart-wrap a.active,.single-product .add-to-cart-wrap a.active{color:#514330;background:transparent;}.woocommerce .added_to_cart.wc-forward i,.single-product .added_to_cart.wc-forward i,.woocommerce .yith-wcwl-wishlistaddedbrowse a,.single-product .yith-wcwl-wishlistaddedbrowse a,.woocommerce .added-spinner,.single-product .added-spinner,.woocommerce .yith-wcwl-wishlistexistsbrowse a:before,.single-product .yith-wcwl-wishlistexistsbrowse a:before{color:#514330;}.woocommerce .product-info span.price,.single-product .product-info span.price{color:#282828 !important;}.woocommerce .product-info span.price ins,.single-product .product-info span.price ins{color:#282828;}.woocommerce .product-info span.price del,.single-product .product-info span.price del{color:#5b5b5b;}.woocommerce .product-item-wrap.active .product-info h3,.single-product .product-item-wrap.active .product-info h3,.woocommerce .product-item-wrap:hover .product-info h3,.single-product .product-item-wrap:hover .product-info h3{color:#514330;}.woocommerce.columns-1 .product-item-wrap .product-info h3{color:#282828;}.woocommerce .track_order .form-row-first label,.woocommerce .track_order .form-row-last label{color:#514330;}.woocommerce .track_order .form-row-first input,.woocommerce .track_order .form-row-last input{color:#514330;}.woocommerce .track_order .form-row-first input .placeholder,.woocommerce .track_order .form-row-last input .placeholder{color:rgba(81,67,48,.5);}.woocommerce form.track_order .form-row input.input-text:focus{border-color:#514330 !important;}.product-paging-load-more button.style-1:hover{border-color:#110e0a;color:#514330;}.product-paging-load-more button.style2{border-color:#514330;}.product-paging-load-more button.style2:hover,.product-paging-load-more button.style2.active{color:#fff;background:#514330;}.product-paging-load-more button.style2.button-light{color:#514330;}.woocommerce table.shop_table.cart thead th{border-bottom-color:#514330;}.woocommerce table.shop_table.cart tbody td{border-top-color:#666;}.woocommerce table.shop_table.cart .actions{border-top-color:#666;}.woocommerce table.shop_table.cart tbody tr td.actions{border-top-color:#514330;border-bottom:#514330;}.woocommerce table.shop_table.cart td.actions{border-bottom-color:#666;}.woocommerce table.shop_table.cart td.actions .coupon .input-text{border:1px solid #514330;}.woocommerce table.shop_table.cart td.actions input[name="update_cart"]{background-color:#514330;}.woocommerce table.shop_table.cart td.actions input[name="update_cart"]:hover{background-color:#715d43;}.cart-collaterals h4.widget-title,.cart-collaterals h2{border-left-color:#514330;}.woocommerce-cart .cart-collaterals .cart_totals table{background-color:#514330;}.woocommerce-cart .cart-collaterals .cart_totals table th,.woocommerce-cart .cart-collaterals .cart_totals table td{border-top-color:#666;}.woocommerce-cart .noo-site-content-page .container .row .noo-site-content-page-inner .page-content .entry-content .woocommerce .cart-form .shop_table thead tr th{color:#514330;font-family:"Didact Gothic";}.site-content-single-product .single-product-info{background-color:#fff;}.site-content-single-product .single-product-info .single-product-image-wrap .single-product-image .single-product-image-inner .owl-buttons div{background-color:rgba(0,0,0,.2);}.site-content-single-product .single-product-info .single-product-image-wrap .single-product-image .single-product-image-inner .owl-buttons div:hover{background-color:#514330;}.site-content-single-product .single-product-info .single-product-image-wrap #sync1 .owl-nav > div:hover{color:#514330;}.site-content-single-product .single-product-info .single-product-image-wrap #sync2:hover .owl-nav{opacity:1;}.site-content-single-product .single-product-info .single-product-image-wrap #sync2 .owl-nav{opacity:0;-webkit-transition:all .35s ease;-o-transition:all .35s ease;transition:all .35s ease;}.site-content-single-product .single-product-info .single-product-image-wrap #sync2 .owl-nav > div{background-color:rgba(0,0,0,.3);}.site-content-single-product .single-product-info .single-product-image-wrap #sync2 .owl-nav > div:hover{background-color:#514330;}.site-content-single-product .single-product-info .summary-product-wrap h1.product_title{color:#514330;}.site-content-single-product .single-product-info .summary-product-wrap h1.product_title:before{background-color:#514330;}.site-content-single-product .single-product-info .summary-product-wrap p.price del{color:#a8a8a8;}.site-content-single-product .single-product-info .summary-product-wrap .woocommerce-product-details__short-description{color:#282828;}.site-content-single-product .single-product-info .summary-product-wrap form.cart div.quantity .quantity-inner{border-color:#666;}.site-content-single-product .single-product-info .summary-product-wrap form.cart .button,.site-content-single-product .single-product-info .summary-product-wrap form.cart .added_to_cart{background-color:#4d4d4d;}.site-content-single-product .single-product-info .summary-product-wrap form.cart .button:hover,.site-content-single-product .single-product-info .summary-product-wrap form.cart .added_to_cart:hover{background-color:#514330;}.site-content-single-product .single-product-info .summary-product-wrap form.variations_form .single_variation span.price{color:#514330;}.site-content-single-product .single-product-info .summary-product-wrap form.variations_form .single_variation_wrap .single_add_to_cart_button{background-color:#514330;}.site-content-single-product .single-product-info .summary-product-wrap .yith-wcwl-add-to-wishlist .yith-wcwl-add-button{border-color:#666;}.site-content-single-product .single-product-info .summary-product-wrap .social-share-wrap label{color:#514330;}.site-content-single-product .single-product-info .summary-product-wrap .select_option span{color:rgba(40,40,40,.5);}.site-content-single-product .single-product-info .summary-product-wrap .social-share-wrap .social-share li a:hover{background-color:#514330;border-color:#514330;}.single-product-wrap .full .site-content-single-product .woocommerce-tabs .container ul.tabs li a{color:rgba(40,40,40,.5);}.single-product-wrap .full .site-content-single-product .woocommerce-tabs .container ul.tabs li.active a{color:#514330;}.woocommerce div.product .woocommerce-tabs.list .accessories ul.tabs li.active a{color:rgba(40,40,40,.5);}.woocommerce div.product .woocommerce-tabs.list .accessories ul.tabs .accessories_tab.active a{color:#514330;}.woocommerce div.product .woocommerce-tabs.list .accessories ul.tabs .accessories_tab a{color:#514330;}.woocommerce div.product .woocommerce-tabs.list .description ul.tabs li.active a{color:rgba(40,40,40,.5);}.woocommerce div.product .woocommerce-tabs.list .description ul.tabs .description_tab.active a{color:#514330;}.woocommerce div.product .woocommerce-tabs.list .description ul.tabs .description_tab a{color:#514330;}.woocommerce div.product .woocommerce-tabs.list .reviews ul.tabs li.active a{color:rgba(40,40,40,.5);}.woocommerce div.product .woocommerce-tabs.list .reviews ul.tabs .reviews_tab.active a{color:#514330;}.woocommerce div.product .woocommerce-tabs.list .reviews ul.tabs .reviews_tab a{color:#514330;}.woocommerce div.product .woocommerce-tabs.list .additional_information ul.tabs li.active a{color:rgba(40,40,40,.5);}.woocommerce div.product .woocommerce-tabs.list .additional_information ul.tabs .additional_information_tab.active a{color:#514330;}.woocommerce div.product .woocommerce-tabs.list .additional_information ul.tabs .additional_information_tab a{color:#514330;}.woocommerce div.product .woocommerce-tabs ul.tabs{background-color:#fff;}.woocommerce div.product .woocommerce-tabs ul.tabs:before{background-color:rgba(40,40,40,.5);}.woocommerce div.product .woocommerce-tabs ul.tabs li a{color:rgba(40,40,40,.5);}.woocommerce div.product .woocommerce-tabs ul.tabs li.active a,.woocommerce div.product .woocommerce-tabs ul.tabs li:hover a{color:#514330;}.woocommerce div.product .woocommerce-tabs .panel #reviews h2{color:#bd9e2f;}.woocommerce div.product .woocommerce-tabs .accessories.grid .product-item-wrap:before{color:#8e8e8e;}.woocommerce div.product .woocommerce-tabs .accessories.slider .owl-dots > div.active,.woocommerce div.product .woocommerce-tabs .accessories.slider .owl-dots > div:hover{background:#514330;}.woocommerce div.product .woocommerce-tabs .accessories.slider .owl-nav div:hover{background-color:#514330;}.woocommerce div.product .woocommerce-tabs .accessories.slider .product-item-wrap:before{color:#8e8e8e;}.woocommerce div.product .woocommerce-tabs .accessories.slider .product-static:before{color:#8e8e8e;}.woocommerce div.product .woocommerce-tabs .accessories.slider .owl-nav div:hover{background-color:#514330;}.woocommerce div.product .woocommerce-tabs .accessories .product-item-wrap .product-item-inner:before{color:#8e8e8e;}.woocommerce div.product .woocommerce-tabs .accessories .accessories-add-to-cart .add-to-cart{background-color:#4d4d4d;}.woocommerce div.product .woocommerce-tabs .accessories .accessories-add-to-cart .add-to-cart:hover{background-color:#514330;}@media screen and (min-width: 992px){.woocommerce #reviews .comment-form .comment-form-author{margin-right:30px !important;}.woocommerce #reviews .comment-form .comment-form-email,.woocommerce #reviews .comment-form .comment-form-author{display:block;float:left !important;width:calc(50% - 15px) !important;}}.woocommerce #reviews .comment-form input,.woocommerce #reviews .comment-form textarea{border:none;color:#b5b5b5;background:#f5f5f5;}.woocommerce #reviews .comment-form textarea{font-size:14px;line-height:26px;letter-spacing:1px;font-style:italic;padding:15px 22px;display:inline-block;min-height:206px;}.woocommerce #review_form #respond .comment-fields-wrap .row .comment-form-rating:hover label,.woocommerce #review_form #respond .comment-fields-wrap .row .comment-form-comment:hover label{color:#514330;}.upsells.products .owl-nav div:hover,.related.products .owl-nav div:hover,.cross-sells .owl-nav div:hover{background-color:#514330;}.related .slider .owl-nav div:hover{background-color:#514330;}.variable-items-wrapper.color-variable-wrapper > li.selected{border-color:#514330;}.variable-items-wrapper.label-variable-wrapper > li.selected{border-color:#514330;}.single-product .pp_pic_holder .pp_content_container .pp_left .pp_right .pp_content .pp_fade .pp_gallery ul li a:hover{border-color:#514330;}.single-product .pp_pic_holder .pp_content_container .pp_left .pp_right .pp_content .pp_fade .pp_gallery ul li.selected a{border-color:#514330;}.pp_pic_holder .pp_content_container .pp_left .pp_right .pp_content .pp_fade .pp_gallery ul li a:hover{border-color:#514330;}.pp_pic_holder .pp_content_container .pp_left .pp_right .pp_content .pp_fade .pp_gallery ul li.selected a{border-color:#514330;}.clients-shortcode-wrap.style-1 .clients-list .owl-dots .owl-dot.active,.clients-shortcode-wrap.style-1 .clients-list .owl-dots .owl-dot:hover{border:#514330;background-color:#514330;}.clients-shortcode-wrap.style-1 .clients-control .clients-nav{color:rgba(40,40,40,.5);}.clients-shortcode-wrap.style-1 .clients-control .clients-nav:hover{color:#514330;}.counter-wrap-style_2 .gr-counter .content-inner .gr-text-defaul:before{background-color:#514330;}.counter-wrap-style_3 .gr-counter .content-inner .gr-text-defaul:before{background-color:#514330;}.gmaps-shortcode-wrap.toggle_button .gmaps-button-wrap .gmaps-toggle-button{border:1px solid #514330;}.gmaps-shortcode-wrap.toggle_button .gmaps-button-wrap .gmaps-toggle-button:hover{background:#514330;}.noo-instagram-wrap .instagram-control .instagram-nav:hover{color:#514330;}.noo-instagram-wrap .btn_gallery a{color:#282828;}.noo-instagram-wrap .btn_gallery a:hover{background-color:#514330;}.entry-thumbnail .entry-thumbnail-hover{background:rgba(81,67,48,.3);}.entry-thumbnail.icon-only .entry-thumbnail-hover{background:rgba(255,255,255,.9);}.entry-thumbnail.icon-only .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner a i{color:#514330;}.entry-thumbnail.icon-title .entry-thumbnail-hover{background:rgba(0,0,0,.3);}.entry-thumbnail.icon-title .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner a i{color:#514330;}.entry-thumbnail.icon-title .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner a .title{color:#282828;}.entry-thumbnail.icon-title .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner a .title:hover{color:#514330;}.entry-thumbnail.icon-title-category .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner a i{color:#514330;}.entry-thumbnail.icon-title-category .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner a .title{color:#282828;}.entry-thumbnail.icon-title-category .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner a .title:hover{color:#514330;}.entry-thumbnail.icon-title-category .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner span.category{color:#514330;}.entry-thumbnail.title-category .entry-thumbnail-hover{background:rgba(255,255,255,.9);}.entry-thumbnail.title-category .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner a .title{color:#282828;}.entry-thumbnail.title-category .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner a .title:hover{color:#514330;}.entry-thumbnail.title-category .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner span.category{color:#514330;}.entry-thumbnail.title-category-link .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner .hover-content .title{color:#282828;}.entry-thumbnail.title-category-link .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner .hover-content .title:hover{color:#514330;}.entry-thumbnail.title-category-link .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner .hover-content span.category{color:#514330;}.entry-thumbnail.title-category-link .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner a.link i{color:#514330;}.entry-thumbnail.title-category-link .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner a.link i:hover{border-color:#514330;}.entry-thumbnail.effect_1 .entry-thumbnail-hover{border:10px solid rgba(81,67,48,.9);}.entry-thumbnail.effect_1 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner > a i{color:#514330;}.entry-thumbnail.effect_2 .entry-thumbnail-hover{background-color:rgba(0,0,0,.5);}.entry-thumbnail.effect_2 .entry-thumbnail-hover:before{border-top:4px solid #514330;border-left:4px solid #514330;}.entry-thumbnail.effect_2 .entry-thumbnail-hover:after{border-bottom:4px solid #514330;border-right:4px solid #514330;}.entry-thumbnail.effect_3 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner > a i{color:#514330;}.entry-thumbnail.effect_3 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner > a .title{color:#282828;}.entry-thumbnail.effect_3 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner span.category{color:#282828;}.entry-thumbnail.effect_4 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner .hover-content > a .title:hover{color:#514330;}.entry-thumbnail.effect_4 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner > a .title:hover{color:#514330;}.entry-thumbnail.effect_4 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner span.category{color:#514330;}.entry-thumbnail.effect_5 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner > a .title{color:#282828;}.entry-thumbnail.effect_5 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner > a .title:hover{color:#514330;}.entry-thumbnail.effect_5 .entry-thumbnail-hover .entry-hover-wrapper .entry-hover-inner span.category{color:#514330;}.noo-teammember.teammember-style-1 .teammember-list .teammember-item .teammember-content .teammember-meta{background-color:rgba(0,0,0,.8);}.noo-teammember.teammember-style-1 .teammember-list .teammember-item .teammember-content .teammember-meta .teammember-social-profile li a:hover{background-color:#514330;}.noo-teammember.teammember-style-1 .teammember-control .teammember-nav:hover i{color:#514330;}.noo-teammember.teammember-style-2 .teammember-list .teammember-item .teammember-content .teammember-meta .teammember-social-profile li a:hover{background-color:#514330;}.noo-teammember.teammember-style-2 .teammember-control .teammember-nav:hover i{color:#514330;}.noo-team-content .team-remove{color:#282828;}.noo-team-content .team-left h4{color:#514330;}.noo-team-content .team-left .team_position{color:#282828;}.noo-team-content .team-right .team-title{color:#282828;}.noo-team-content .team-right .team-contact ul li i{color:#514330;}.noo-team-content .team-right .team-contact .team_socials a{color:#282828;}.noo-team-content .team-right .team-contact .team_socials a:hover{color:#514330;}.noo-team-content .team-specialty .team-specialty-attr ul li:before{background:#282828;}.noo-team-content .team-certificates{color:#282828;}.noo-testimonial .testimonial-control .testimonial-nav:hover i{background-color:#514330;color:#fff;}.noo-testimonial .owl-dots .owl-dot.active,.noo-testimonial .owl-dots .owl-dot:hover{border:#514330;background-color:#514330;}.noo-testimonial.testimonial-carousel .testimonial-list .testimonial-item .testimonial-content{color:#5b5b5b;}.noo-testimonial.testimonial-carousel .testimonial-list .testimonial-item .testimonial-title{color:#514330;}.noo-testimonial.testimonial-carousel .testimonial-list .testimonial-item .testimonial-position{color:#5b5b5b;}.noo-testimonial.testimonial-carousel2 .testimonial-list .testimonial-item .testimonial-content{color:#5b5b5b;}.noo-testimonial.testimonial-carousel2 .testimonial-list .testimonial-item .testimonial-title{color:#514330;}.noo-testimonial.testimonial-carousel2 .testimonial-list .testimonial-item .testimonial-position{color:#5b5b5b;}.noo-testimonial.testimonial-carousel3 .testimonial-list .testimonial-item .testimonial-content{color:#5b5b5b;}.noo-testimonial.testimonial-carousel3 .testimonial-list .testimonial-item .testimonial-title{color:#514330;}.noo-testimonial.testimonial-carousel3 .testimonial-list .testimonial-item .testimonial-position{color:#514330;}.recent-news-wrapper .recent-news-control .recent-news-nav:hover i{background-color:#514330;}.recent-news-home_1 .recent-news-container article .post-content .content-text .entry-title{color:#282828;}.recent-news-home_1 .recent-news-container article .post-content .content-text .entry-title:hover{color:#514330;}.recent-news-home_1 .recent-news-container article .post-content .content-text .line{background-color:#282828;}.recent-news-home_2 .recent-news-container .first-item .entry-content{color:#282828;}.recent-news-home_2 .recent-news-container .first-item .entry-content .entry-title:hover{color:#514330;}.recent-news-home_2 .recent-news-container .col-md-6 .entry-content{color:#282828;}.recent-news-home_2 .recent-news-container .col-md-6 .entry-content .entry-title:hover{color:#514330;}.recent-news-home_3 .recent-news-container article .post-content .btn_readmore:before{background-color:#514330;}.recent-news-home_1 .recent-news-container article .post-content .entry-title a:hover{color:#514330 !important;}.recent-news-home_1 .recent-news-container article .post-content .post-info i{color:#bd9e2f;}.recent-news-home_1 .recent-news-container article .post-content .post-excerpt{color:rgba(0,0,0,.75);}.recent-news-home_2 .recent-news-container article .post-thumbnail .post-content .post-info{color:#514330;}.recent-news-home_2 .recent-news-container article .post-thumbnail .post-content .post-info .post-category ul:after{color:#514330;}.recent-news-home_2 .recent-news-container article .post-thumbnail .post-content .btn-readmore i:hover{color:#514330;border-color:#514330;}.recent-news-home_2 .recent-news-container article:hover .post-thumbnail{border-color:#666;}.noo-video-player .yl-button-play .play-button:hover i{color:#514330 !important;}.noo-video-player .iframe-video-player .video-close{background:#514330;}.noo-video-player.style_1 .iframe-video-player .video-close{background:#514330;}.noo-video-player.style_2 .yl-button-play .play-button:hover i{color:#bd9e2f !important;}.noo-video-player.style_2 .yl-button-play .play-button i{color:#514330;}.noo-video-player.style_2 .iframe-video-player .video-close{background:#514330;}.portfolio-related-wrap .heading-wrap .heading .heading-icon i{color:#514330;}.portfolio-related-wrap .heading-wrap .heading .heading-icon:before{background-color:rgba(81,67,48,.5);}.social-share-wrap .social-share li a:hover,.widget-post-thumbnail ul.posts-thumbnail-list li .posts-thumbnail-content .posts-thumbnail-meta i,.widget-post-thumbnail ul.posts-thumbnail-list li .posts-thumbnail-content .posts-thumbnail-meta .comment-count i,.widget-post-thumbnail ul.posts-thumbnail-list li .posts-thumbnail-content .posts-thumbnail-meta .comment-count a:hover,.widget-post-thumbnail ul.posts-thumbnail-list.full_width li .posts-thumbnail-contenta:hover,.widget-post-thumbnail ul.posts-thumbnail-list.size-thumbnail li .posts-thumbnail-content h4 a:hover,.widget-post-thumbnail ul.posts-thumbnail-list.size-thumbnail li .posts-thumbnail-content .post-thumbnail-meta i{color:#514330;}.widget-post-thumbnail ul.posts-thumbnail-list.size-thumbnail li .posts-thumbnail-content .post-thumbnail-meta .comment-count,.widget-post-thumbnail ul.posts-thumbnail-list.date li .posts-thumbnail-content h4 a:hover,.widget-post-thumbnail ul.posts-thumbnail-list.date li .posts-thumbnail-content .posts-thumbnail-meta i,.widget-post-thumbnail ul.posts-thumbnail-list.date li .posts-thumbnail-content .posts-thumbnail-meta .comment-count i,.widget_categories ul li a:hover,.widget_rp_property_listing .rp-content .item-title a:hover{color:#514330;}.widget_rp_property_listing .rp-content .amount,.widget_rp_property_listing .rp-content address i,.widget_rp_featured_property .rp-content .item-title a:hover,.widget_rp_featured_property .rp-content address i,.site-content-archive-product .noo-filter-categories-mobile .noo-filter-search li.active span#noo-shop-search-btn,.site-content-archive-product .noo-filter-categories-mobile .noo-filter-search li.active span.invert-color,.noo-product-category .product-category-inner:hover .text-left h2{color:#514330;}.noo-page-link,nav.noo-canvas-menu-wrapper .noo-canvas-menu-inner aside h4.widget-title span,nav.noo-canvas-menu-wrapper .noo-canvas-menu-inner aside ul.social-profile.social-icon-bordered li a:hover i,.shopping-cart-wrapper .cart_list_wrapper .cart-right > a:hover,.shopping-cart-wrapper .cart_list_wrapper .cart-right > a:hover,.my-wishlist .widget_shopping_wishlist_content .my-wishlist-wrapper a.noo-wishlist i.wicon:hover,.noo-box-member a:hover,.noo-accouont ul li a:hover,.navbar-nav > li.menu_style_tab > ul > li.active > a,.noo_widget_area > .noo_megamenu_widget_area section:hover .widget-title-wrapper h3,.menu-wrapper .navbar-nav li.menu_style_column > .sub-menu > li > a:hover,.noo-page-main-dashboard .noo-title i{color:#514330;}.noo-page-main-dashboard input[type="checkbox"] + label span:before,.noo-page-main-dashboard input[type="checkbox"]:checked + label span:before,.noo-page-main-dashboard .noo-box-contact-me ul li i .noo-page-main-dashboard .property-action .action-item-wrap .action-item-container .action-item span i,.noo-page-main-dashboard .property-action .action-item-wrap .action-item-container .action-item a:hover,.noo-heading-sc.style-3 h3{color:#514330;}.noo-featured-item-sc .style-2 .featured-item .noo-header .icon,.noo-featured-item-sc .style-2 .featured-item .noo-content span,.noo-simple-featured-property-sc .noo-property-slider-wrap .nav_prev:hover i,.noo-simple-featured-property-sc .noo-property-slider-wrap .nav_next:hover i{color:#514330;}.rp-compare-wrap .compare-values table > tbody tr td[data-value="compare-value-_property_size"] *,.noo-property-banner-slider-sc .noo-slider-item .noo-property-detail-item > * i,.noo-property-banner-slider-sc .noo-slider-item .noo-property-detail-item .property-action > .property-price,.rp-columns .noo-price .featured,.rp-columns .noo-price .grey,#rp-print section.rp-info-property address i{color:#514330;}#rp-print section.rp-property-features ul li:before,#rp-print section.rp-property-floor-plan .content .plan-info > span i,.noo-property-featured .noo-price span,.noo-property-featured address i,.noo-simple-information.style-2 ul.list-info li .info-wrap span.icon,.noo-property-head-meta .property-info-item address i,.noo-property-head-meta .property-info-item .property-price .amount{color:#514330;}.noo-property-head-meta .property-info-item .property-price .before-price,.noo-property-head-meta .property-info-item .property-price .after-price,.noo-box-property-detail ul.noo-box-property-detail-content#noo-feature li > i,ul#noo-floor-plans li .plan-info > span i,ul.noo-list-property li.property-item .property-content .property-title:hover,ul.noo-list-property li.property-item .property-content address i{color:#514330;}ul.noo-list-property li.property-item .property-content .property-meta,ul.noo-list-property.style-list li.property-item .property-price span,ul.noo-list-property.style-table li.property-item .property-item-wrap .property-content .more-action > *:hover,ul.noo-list-property.style-table li.property-item .property-item-wrap .property-content .more-action > *:hover *,ul.noo-list-property.style-table li.property-item .property-item-wrap > .property-price > .property-date i{color:#514330;}.noo-simple-featured-property-sc .noo-header .noo-title:before,.noo-simple-featured-property-sc .noo-header .noo-info > div.agent:before,.noo-simple-featured-property-sc .noo-header .noo-info > div.rp-content-box-item:before,.noo-simple-featured-property-sc .property-meta > span > i,.noo-agent-detail-sc .noo-info .total-property span{color:#514330;}.noo-agent-detail-sc .noo-contact > div:first-child > div i,.noo-agent-listing-sc .style-tab .agent-item-content .noo-info .total-property span,.noo-agent-listing-sc .style-tab .agent-item-content .noo-contact > div i,.noo-agent-listing-sc .style-grid .agent-item .rp-list-social li i:hover,.noo-advanced-search-property-feature .noo-advanced-search-tab .noo-item:hover .noo-title,.noo-list-service.style-1 .noo-item a.noo-button:hover{color:#514330;}.noo-list-service.style-2 .noo-item .noo-info .noo-title,.noo-form-contact-information-sc .content-right .noo-title b,.rp-box-results-search .save i,.noo-property-offers ul.noo-offers-action li a:hover,.noo-property-offers ul.noo-offers-action li a.active,.noo-property-offers ul.noo-list-property-offers li.property-item .property-content address i,.noo-property-offers ul.noo-list-property-offers li.property-item .property-action .property-price{color:#514330;}.noo-property-offers ul.noo-list-property-offers li.property-item .property-action .property-price .more-action span i:hover,.noo-slider-property-offers .property-item .property-content-wrap .property-content address i,.noo-slider-property-offers .property-item .property-content-wrap .property-content .property-meta > span i,.noo-slider-property-offers .property-item .property-content-wrap .property-content .property-price{color:#514330;}.noo-list-property-map .list-property .property-item .property-meta > span i,.noo-property-country.style-slider .noo-tab-country-detail .noo-tab-country-item .property-main .property-content i,.noo-property-country.style-slider .noo-tab-country-detail .noo-tab-country-item .property-main .property-content .property-price,.noo-list-property-country .property-item .property-header address i{color:#514330;}.noo-list-property-country .property-item .property-content .property-content .property-meta > span > i,.noo-list-property-country .property-item :hover .noo-action .noo-item,.noo-list-property-country .property-item :hover .noo-action .noo-item a,.noo-video-slider .noo-item .noo-info .view-video:hover,.row-compare-features ul li:before{color:#514330;}.noo-list-property.style-slider .nav-action span:hover,.noo-list-property.style-slider .property-item .property-header .property-content .property-price .amount,.noo-list-property.style-slider .property-item .property-header .property-content .property-title:hover,.noo-list-property.style-slider .property-item .property-header .property-content address i,.noo-list-property.style-slider .property-item .property-header .property-content .property-meta > span > i{color:#514330;}.noo-list-property-tab .property-item .name i,.noo-list-property-tab .property-item address i,.noo-list-property-tab .property-item .name:before,.noo-list-property-tab .property-item-content .noo-info .total-property span,.noo-list-property-tab .property-item-content .noo-header-content .property-title{color:#514330;}.noo-list-property-tab .property-item-content .noo-header-content address i,.noo-list-property-tab .property-item-content .noo-header-content .name:before,.noo-list-property-tab .property-item-content .property-meta .meta-list > span i,.noo-property-item-map-wrap .noo-property-item-map .rp-address i{color:#514330;}.noo-property-item-map-wrap .noo-property-item-map .noo-action .noo-price,ul.noo-list-agent-sidebar li .noo-content a:hover,ul.noo-list-agent-sidebar li .noo-content > div > span,ul.noo-contact-office-widget li i,.widget_noo_mortgage_payment .noo-mortgage-paymant-calculator .pament_result h5 b{color:#514330;}.blog-wrap .blog-inner .entry-thumbnail a.prettyPhoto,.blog-wrap .blog-inner article.post .entry-post-meta-wrap ul.entry-meta li.entry-meta-author a,.blog-wrap .blog-inner .readme:hover,.blog-wrap .entry-thumbnail-wrap,.palazzo-post .palazzo-post-image .owl-carousel .owl-nav div:hover{color:#514330;}.single-post .site-content-single-post .blog-wrap .blog-inner .post-navigation .nav-links .nav-next:hover a .post-navigation-right .post-navigation-label,.single-post .site-content-single-post .blog-wrap .blog-inner .post-navigation .nav-links .nav-next:hover a .post-navigation-content .post-navigation-title,.single-post .site-content-single-post .blog-wrap .blog-inner .post-navigation .nav-links .nav-previous:hover a .post-navigation-left .post-navigation-label,.single-post .site-content-single-post .blog-wrap .blog-inner .post-navigation .nav-links .nav-previous:hover a .post-navigation-content .post-navigation-title{color:#514330;}.noo-related-post .noo-related-post-item .noo-related-post-content ul.entry-meta li.entry-meta-author a,.noo-contact-info li i,.noo-footer-col-3 .noo-about-us ul li i,#popup-product-quick-view-wrapper .ylp-single-product-info .ylp-summary-product-wrap .ylp-summary-product .social-share-wrap .social-share li a{color:#514330;}#popup-product-quick-view-wrapper .ylp-single-product-info .ylp-single-product-image-wrap .ylp-single-product-image .owl-nav div:hover,#popup-product-quick-view-wrapper .ylp-single-product-info .ylp-summary-product-wrap .ylp-summary-product .price,.noo-button.style2.button-light{color:#514330;}.noo-box-login .noo-login-member-wrap .noo-register-member-left .noo-item-wrap input:hover,.noo-box-login .noo-register-member-wrap .noo-register-member-left .noo-item-wrap input:hover,.noo-box-member .rp-item-wrap input:hover,.noo-box-login .noo-login-member-wrap .noo-register-member-left .noo-item-wrap select:hover,.noo-box-login .noo-register-member-wrap .noo-register-member-left .noo-item-wrap select:hover,.noo-box-member .rp-item-wrap select:hover,.noo-box-login .noo-login-member-wrap .noo-register-member-left .noo-item-wrap input:focus,.noo-box-login .noo-register-member-wrap .noo-register-member-left .noo-item-wrap input:focus,.noo-box-member .rp-item-wrap input:focus,.noo-box-login .noo-login-member-wrap .noo-register-member-left .noo-item-wrap select:focus,.noo-box-login .noo-register-member-wrap .noo-register-member-left .noo-item-wrap select:focus,.noo-box-member .rp-item-wrap select:focus,.noo-box-login .noo-login-member-wrap .noo-register-member-left .noo-item-wrap input:active,.noo-box-login .noo-register-member-wrap .noo-register-member-left .noo-item-wrap input:active,.noo-box-member .rp-item-wrap input:active,.noo-box-login .noo-login-member-wrap .noo-register-member-left .noo-item-wrap select:active,.noo-box-login .noo-register-member-wrap .noo-register-member-left .noo-item-wrap select:active,.noo-box-member .rp-item-wrap select:active{color:#514330;}.noo-property-tools .view-mode span:hover,.noo-agent-tools .view-mode span:hover,.noo-button:hover,.noo-property-tools .view-mode span.active,.noo-agent-tools .view-mode span.active,.noo-button.active{color:#514330;}#noo-popup .popup-form .your-email input .placeholder,.pagination > li > a,.pagination > li > span,.woocommerce .star-rating span,.woocommerce .track_order .form-row-first .input .placeholder,.woocommerce .track_order .form-row-last .input .placeholder{color:rgba(81,67,48,.5);}.noo-page-link,.noo-pagination .arrow:hover,.noo-simple-content-sc .noo-button:hover,.single-post .site-content-single-post .blog-wrap .blog-inner article .entry-content .post-password-form input[type="password"],#noo-popup .popup-form .your-email input,.site-content-archive-product .noo-show-all{border-color:#514330;}.select2-container .select2-choice,.woocommerce table.shop_table.cart td.actions .coupon .input-text,.site-content-single-product .single-product-info .summary-product-wrap .social-share-wrap .social-share li a:hover,.noo_widget_area .tagcloud .a:hover,ul.noo-list-property.style-table li.property-item .property-item-wrap .property-content .more-action > *:hover{border-color:#514330;}ul.noo-list-property.style-table li.property-item .property-item-wrap .property-content .more-action > *:hover *,.single-post .site-content-single-post .blog-wrap .blog-inner article blockquote,.noo-related-post.slider .owl-dots .owl-dots .owl-dot.active,#popup-product-quick-view-wrapper .ylp-single-product-info .ylp-summary-product-wrap .ylp-summary-product .social-share-wrap .social-share li a,.banner-widget a:hover:before,.banner-widget a:hover:after,.social-share-wrap .social-share li a:hover,.sidebar .tagclound a:hover,.wpb_widgetised_column .tabclound a:hover{border-color:#514330;}.woocommerce table.woocommerce-checkout-review-order-table tfoot td,.woocommerce table.woocommerce-checkout-review-order-table tfoot th,.woocommerce table.shop_table.order_details tfoot td,.woocommerce table.shop_table.order_details tfoot th,.site-content-single-product .single-product-info .summary-product-wrap .social-share-wrap .social-share-wrap .social-share li a:hover{border-color:#514330;}.variable-items-wrapper.color-variable-wrapper > li.selected,.variable-items-wrapper.label-variable-wrapper > li.selected,.noo-featured-item-sc.style-1 .featured-item:hover .noo-content .icon-wrap{border-color:#514330;}.noo-page-links .noo-page-link:hover,.noo-page-links > .noo-page-link,header.noo-main-header .noo-customizer-property-action a > i,header.noo-main-header .noo-customizer-property-action a > span.compare-icon,.shopping-cart-wrapper .cart_list_wrapper p.buttons .button:hover,.shopping-cart-wrapper .cart_list_wrapper p.buttons .button.checkout,.noo-box-login.noo-popup-main .login-demo,.noo-box-login .noo-login-action button,.noo-box-member #login-demo{background-color:#514330;}.navbar-nav > li.menu_style_tab > ul > li > a:before,.noo_widget_area > .noo_megamenu_widget_area section .widget-title-wrapper h3:before,.menu-wrapper .navbar-nav li.menu_style_column > .sub-menu > li > a:after,.single-add-to-compare,.jquery-notify-bar.success,.rp-button,.wpcf7-submit,.compare-properties-button,.noo-featured-item-sc.style-3,.noo-hotline-sc .h3{background-color:#514330;}.rp-compare-wrap .compare-item .compare-img .compare-property-remove:before,.rp-compare-wrap .compare-item .compare-img .compare-property-remove:after,.rp-compare-wrap .compare-item .compare-empty-heading > *.compare-price,.noo-property-banner-slider-sc .noo-property-banner-slider .slick-arrow:hover,ul.noo-list-property.style-table li.property-item .property-item-wrap > .property-price > .property-price{background-color:#514330;}.property-buy-quick-view-popup .modal-body .rp-button,.widget_noo_mortgage_payment .noo-mortgage-paymant-calculator .noo-item-wrap .field-icon,.widget_noo_mortgage_payment .noo-mortgage-paymant-calculator .noo-item-wrap .ui-slider .ui-widget-header,.widget_noo_mortgage_payment .noo-mortgage-paymant-calculator .noo-item-wrap .ui-slider .ui-slider-handle,.widget_noo_mortgage_payment .noo-mortgage-paymant-calculator .loading > div{background-color:#514330;}.single-post .site-content-single-post .blog-wrap .blog-inner article .etry-content .post-password-form input[type="submit"],.entry-content .entry-comments-list ol.commentlist li .author .comment-meta-date:before,#wp-calendar tbody td:hover,#wp-calendar tbody td#today,.woocommerce .widget_price_filter .price_slider_amount .button,.sidebar .widget_product_categories > ul > li a:hover:before{background-color:#514330;}.widget-post-thumbnail ul.posts-thumbnail-list li .posts-thumbnail-image a:before,.site-content-archive-product .archive-product-wrap .woocommerce-sidebar .tagcloud .current-tag,.site-content-archive-product .noo-shop-loadmore:hover,.site-content-archive-product .noo-shop-all:hover{background-color:#514330;}.site-content-archive-product .noo-shop-all,.noo-product-category .product-category-inner .text-left h2:before,.site-content-single-product .single-product-info .single-product-image-wrap .single-product-image .single-product-image-inner .owl-buttons div:hover,.site-content-single-product .single-product-info .single-product-image-wrap #sync2 .owl-nav > div:hover{background-color:#514330;}.site-content-single-product .single-product-info .summary-product-wrap h1.product_title:before,.site-content-single-product .single-product-info .summary-product-wrap form.cart .button:hover,.site-content-single-product .single-product-info .summary-product-wrap form.cart .add_to_cart:hover{background-color:#514330;}.site-content-single-product .single-product-info .summary-product-wrap form.variations_form .single_variation_wrap .single_add_to_cart_button,.site-content-single-product .single-product-info .summary-product-wrap .social-share-wrap .social-share li a:hover{background-color:#514330;}.cross-sells .owl-nav div:hover,.related .slider .owl-nav div:hover{background-color:#514330;}.palazzo-post .palazzo-post-image .owl-carousel .owl-nav div{background-color:rgba(81,67,48,.3);}.noo-property-gallery .property-gallery-grid .gallery-item:after{background-color:rgba(81,67,48,.6);}.single-post .site-content-single-post .blog-wrap .blog-inner article .entry-content .post-password-form input[type="submit"]:hover{background-color:#715d43;}.noo-box-login .noo-login-action button:hover{background-color:#816b4c;}.woocommerce .widget_price_filter .price_slider_amount .button:hover{background-color:#211b14 !important;}.shopping-cart-wrapper .cart_list_wrapper p.buttons .button.checkout:hover{background-color:#110e0a;}.jquery-notify-bar.error{background-color:#110e0a;}@media screen and (max-width: 991px){header.noo-mobile-header .noo-mobile-header-inner .header-customize > *.noo-meta-property li.meta-property-action-item a:hover i,header.noo-mobile-header .noo-mobile-header-inner .icon-search-menu:hover,.noo-mobile-header-nav .noo-nav-mobile-menu li.current-menu-ancestor > a{color:#514330;}.noo-mobile-header-nav .noo-nav-mobile-menu li.current-menu-ancestor > a > b,.noo-mobile-header-nav .noo-nav-mobile-menu li.current-menu-parent > a,.noo-mobile-header-nav .noo-nav-mobile-menu li.current-menu-parent > a > b,.noo-mobile-header-nav .noo-nav-mobile-menu li.current-menu-item > a{color:#514330;}.noo-mobile-header-nav .noo-nav-mobile-menu li.current-menu-item > a > b,.noo-mobile-header-nav .noo-nav-mobile-menu li.menu-current > a,.noo-mobile-header-nav .noo-nav-mobile-menu li.menu-current > a > b,.noo-mobile-header-nav .noo-nav-mobile-menu li > a:hover{color:#514330;}.noo-mobile-header-nav .noo-nav-mobile-menu li > a:hover > b,.noo-mobile-header-nav .noo-nav-mobile-menu li:hover > a,.noo-mobile-header-nav .noo-nav-mobile-menu li:hover > a > b,.noo-mobile-header-nav .noo-nav-mobile-menu i ul.sub-menu li:hover > a{color:#514330;}.noo-mobile-header-nav .noo-nav-mobile-menu i ul.sub-menu li:hover > a > b,.noo-mobile-header-nav .ul.noo-nav-mobile-menu li.menu-item > a:hover,.noo-mobile-header-nav .ul.noo-nav-mobile-menu li.menu-item > b.menu-caret:hover{color:#514330;}header.noo-mobile-header .noo-mobile-header-inner .header-customize > .noo-meta-property li.meta-property-action-item a i{border-color:#514330;}.toggle-icon-wrapper .toggle-icon:hover > span,.toggle-icon-wrapper .toggle-icon:hover:before,.toggle-icon-wrapper .toggle-icon:hover:after,header.noo-mobile-header .shopping-cart-wrapper .widget_shopping_cart_content .widget_shopping_cart_icon > i.wicon + span{background-color:#514330;}}@media screen and (min-width: 992px){header.noo-main-header .noo-header-wrapper .navbar-nav li a:hover,header.noo-main-header .noo-header-wrapper .navbar-nav li.current-menu-item > a{color:#514330;}header.noo-main-header .noo-header-wrapper .navbar-nav li.menu-item-has-children:hover > a,header.noo-main-header .noo-header-wrapper .navbar-nav li.menu-item-has-children ul.sub-menu li.current-menu-item > a{color:#514330;}header.noo-main-header .icon-search-menu i:hover,header.noo-main-header ul.header-social-profile-wrapper li a:hover,header.noo-main-header .search-box:hover i,header.noo-main-header .noo-customize-property-action a:hover .compare-icon,header.noo-main-header .noo-customize-property-action a:hover i{color:#514330;}header.noo-main-header .noo-customize-property-action a:hover i,header.header-float ul.noo-topbar a:hover,header.header-float .navbar-nav > li > a:hover,header.header-float .sticky-on > li > a:hover{color:#514330;}header.noo-main-header .noo-customizer-property-action a > i,header.noo-main-header .noo-customizer-property-action a > span.compare-icon{border-color:#514330;}}.shopping-cart-wrapper .cart_list_wrapper .cart-right a,.noo_widget_area > .noo_megamenu_widget_area section .product_list_widget > li ins{color:#bd9e2f;}.noo_widget_area .tagcloud a,.noo-request-viewings .item .item-message,.noo-request-viewings .item .btn-view-msg span,#rp-print section.rp-property-detail ul li,#rp-print section.rp-property-features ul li{color:#bd9e2f;}.widget-post-thumbnail ul.posts-thumbnail-list li .posts-thumbnail-content .posts-thumbnail-meta time,.widget-post-thumbnail ul.posts-thumbnail-list li .posts-thumbnail-content .posts-thumbnail-meta span.author{color:#bd9e2f;}.noo_widget_area > .noo_megamenu_widget_area section .product_list_widget > li del{color:rgba(189,158,47,.5);}.noo-box-agent-info .noo-content .noo-contact > div,.noo-page-main-dashboard .noo-content,.noo-page-agent-dashboard .noo-box-agent .noo-info .position{color:#b5972d;}.noo-page-agent-dashboard .noo-box-contact-me ul li,.rp-agent-profile .noo-uploadimage p,.agent-profile-password .noo-uploadimage p{color:#b5972d;}.noo-agent-listing-sc .style-grid .agent-item .rp-list-social li i,.rp-advanced-search-property .style_2 .no_map .heading-search .noo-sub-title,.noo-property-offers .noo-header .noo-sub-title,.noo-slider-property-offers .property-item .property-content-wrap .property-content .noo-info p{color:#b5972d;}.noo-list-property-map .noo-box-map-sc .gmap-controls > div:hover,.noo-property-gallery .property-featured .left > span:hover,.noo-property-gallery .property-featured .left span.compare:hover{background:#bd9e2f;}#respond .comment-form .form-submit input#submit:hover,.blog-wrap.grid .blog-inner .entry-wrap .noo-info .readmore:hover,.blog-wrap.masonry .blog-inner .entry-wrap .noo-info .readmore:hover{background:#bd9e2f;}#popup-product-quick-view-wrapper .popup-close,.woocommerce-billing-fields h3,.woocommerce-shipping-fields h3{background:#bd9e2f;}#order_review_heading .woocommerce table.shop_table.cart td.actions input[name="update_cart"],.woocommerce-cart .cart-collaterals .cart_totals table{background:#bd9e2f;}.noo-box-agent-info .noo-thumbnail .rp-button:hover,.rp-button.btn-default:hover,.wpcf7-submit.btn-default:hover,.compare-properties-button.btn-default:hover,.rp-button:hover .wpcf7-submit:hover .compare-properties-button:hover,.woocommerce table.shop_table.cart td.actions input[name="update_cart"]:hover{background-color:#423811;}.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta strong,.woocommerce div.product .woocommerce-tabs .panel #reviews h2,.woocommerce .woocommerce-result-count,.woocommerce .woocommerce-ordering select{color:#bd9e2f;}.search-form .input[type="text"],.sidebar h4.widget-title,.wpb_widgetised_column h4.widget-title,.widget-post-thumbnail ul.posts-thumbnail-list li .posts-thumbnail-content h4 a{color:#bd9e2f;}.widget_rp_property_listing .rp-content .item-title a,.widget_rp_featured_property .rp-content .item-title a,.menu-menu-footer-container ul li,.noo-footer-col-3 .noo-title,.noo-footer-col-3 .noo-about-us .noo-follow span{color:#bd9e2f;}.noo-footer-col-3 .noo-about-us .noo-follow a:hover i,.blog-wrap .blog-inner article.post .post-item .entry-wrap .entry-content-wrap h3.entry-title a,.blog-wrap .blog-inner .reademore{color:#bd9e2f;}.single-post .site-content-single-post .blog-wrap .blog-inner .post-navigation .nav-links .post-navigation-title,ul.noo-list-agent-sidebar li .noo-content a,.widget-list-agency .noo-list-agency-sidebar li .noo-content .agency-name{color:#bd9e2f;}.submit-property-select > .item.sale a:hover,.noo-property-featured-control > span i,.noo-simple-information .noo-header .text-left,.noo-featured-item-sc.style-1 .featured-item .noo-content h3{color:#bd9e2f;}.noo-simple-featured-property-sc .property-meta > span > span,.noo-agent-detail-sc .noo-info .total-property,.noo-agent-listing-sc .style-tab .agent-item-content .noo-info .total-property,.noo-agent-listing-sc .style-tab .agent-name{color:#bd9e2f;}.noo-agent-listing-sc .style-grid .agent-item .agent-name,.rp-advanced-search-property-form .rp-item-wrap > input[type=number],.rp-advanced-search-property-form .rp-item-wrap > input[type=password],.rp-advanced-search-property-form .rp-item-wrap > input[type=text]{color:#bd9e2f;}.rp-advanced-search-property .style_2 .noo_map .heading-search .noo-title,.rp-advanced-search-property .noo_map .rp-item-wrap > input[type=number],.rp-advanced-search-property .noo_map .rp-item-wrap > input[type=password],.rp-advanced-search-property .noo_map .rp-item-wrap > input[type=text],.rp-advanced-search-property .noo_map .rp-item-wrap > input[type=url]{color:#bd9e2f;}.rp-advanced-search-property .noo_map .rp-item-wrap select,.rp-advanced-search-property-form .show-features,.rp-advanced-search-property-form .rp-area .area-results,.rp-advanced-search-property-form .rp-price .price-results,.noo-advanced-search-property-feature .rp-item-wrap input[type=email],.noo-advanced-search-property-feature .rp-item-wrap input[type=password],.noo-advanced-search-property-feature .rp-item-wrap input[type=search]{color:#bd9e2f;}.noo-advanced-search-property-feature .rp-item-wrap input[type=tel],.noo-advanced-search-property-feature .rp-item-wrap input[type=text],.noo-advanced-search-property-feature .rp-item-wrap input[type=url],.noo-advanced-search-property-feature .rp-item-wrap select,.noo-advanced-search-property-feature .rp-item-wrap textarea{color:#bd9e2f;}.noo-list-service.style-3 .noo-item .noo-content .noo-title,.noo-form-contact-information-sc .content-left .noo-title,.noo-property-offers ul.noo-list-property-offers li.property-item .property-content .property-title{color:#bd9e2f;}.noo-slider-property-offers .property-item .property-content-wrap .property-content .property-title,.noo-slider-property-offers .property-item .property-content-wrap .property-content .property-meta > span > span,.noo-list-property-map .list-property .property-item .property-title{color:#bd9e2f;}.noo-property-country .noo-country-action li a,.noo-list-property-country .property-item .property-content .property-meta > span > span,.noo-request-viewings .item .item-meta .title,.noo-request-viewings .item .item-status .mark-complete,.noo-mailchimp .noo-heading div b,.rp-compare-wrap .compare-item .compare-empty-heading > *.compare-title,.rp-compare-wrap table > tbody tr td{color:#bd9e2f;}.rp-compare-wrap .compare-values table > tbody tr td .h5,.noo-button,header.header-4 .noo-header-nav-wrapper .header-customize ul.noo-customize-info-html li,header.header-5 .noo-header-nav-wrapper .header-customize ul.noo-customize-info-html li,.noo-box-login .title,.noo-box-login .open-form-toggle{color:#bd9e2f;}.noo-box-member .noo-title,.noo-box-member a,ul.noo-list-agent.style-grid-simple .agent-item .agent-name,ul.noo-list-agent.style-grid-simple .agent-item .noo-content .readmore,.noo-box-agent-info .noo-content .agent-name,.noo-box-agent-info .noo-content .noo-header .right,.noo-box-agent-info .noo-content .noo-info .total-property{color:#bd9e2f;}.noo-single-agent .entry-agent h2,.rp-box-contact h2,.noo-agent-property .noo-header h3,.noo-box-agency-info .agency-count > span,.noo-property-tools label,.noo-agent-tools label,.noo-pagination .pagination-active{color:#bd9e2f;}.noo-simple-information.style-2 ul.list-social li,.noo-simple-information.style-2 ul.list-social li:hover a,.noo-property-head-meta .social-share-wrap label{color:#bd9e2f;}.rp-box-contact .rp-box-form .noo-title,.noo-box-related .noo-hedar p,ul#noo-floor-plans li .plan-info > span,ul.noo-list-property li.property-item .property-content .property-title{color:#bd9e2f;}ul.noo-list-property li.property-item .property-content .property-meta > span > span,.noo-list-property.style-slider .noo-heading,ul#noo-review .noo-title,.noo-list-property-tab .property-item-content .noo-info .total-property,.noo-list-property-tab .property-item-content .property-meta .meta-list > span{color:#bd9e2f;}.noo-list-property-tab .property-title,.single .noo-property-statistic .noo-title,.noo-property-item-map-wrap .noo-property-item-map .noo-content-title,.noo-property-item-map-wrap .noo-property-item-map .noo-action .more,#rp-print section > h3{color:#bd9e2f;}#rp-print section.rp-property-floor-plan .content .plan-info > span,#rp-print section.rp-property-review h4.noo-title,#rp-print section.rp-property-review ul.rp-property-list-comment li .item-info .name-user-comment,.rp-columns .noo-price .header{color:#bd9e2f;}.rp-columns .noo-price li,.rp-columns .noo-price .grey,.rp-columns .noo-price .grey.pricing-action{color:#bd9e2f;}.noo-page-main-dashboard .noo-title,.noo-page-agent-dahsboard .noo-box-agent .noo-info h2,.noo-page-agent-dashboard .noo-title{color:#bd9e2f;}.noo-page-agent-dashboard .property-action .action-item-wrap .action-item-container .action-item a,.rp-agent-profile .noo-title,.agent-profile-password .noo-title,.noo-heading-sc.style-1 h3{color:#bd9e2f;}.entry-meta-tag label{color:rgba(189,158,47,.7);}.blog-wrap .blog-inner article.format-link .entry-content-link,.blog-wrap .blog-inner article.format-quote .entry-content-quote blockquote,.entry-meta-tag a,.noo-hotline-sc:after{color:rgba(189,158,47,.8);}.noo-mortgage-paymant-calculator .ui-slider .ui-widget-header,.noo-mortgage-paymant-calculator .spinner > div,.noo-simple-information.style-2 ul.list-social li:hover{background-color:#bd9e2f;}ul.noo-list-property li.property-item .property-header .more-action > span:hover,.noo-featured-item-sc.style-1 .featured-item .noo-content .icon-wrap,.noo-slider-property-offers .noo-prev:hover,.noo-slider-property-offers .noo-next:hover{background-color:#bd9e2f;}.rp-advanced-search-property .grmap-controls-wrap .gramp-controls > div,.rp-advanced-search-property .grmap-controls-wrap .gramp-controls .map-view-type > span,.rp-advanced-search-property .grmap-controls-wrap .gramp-zoom > span,.noo-button.noo-btn-search{background-color:#bd9e2f;}.blog-wrap.grid .blog-inner .entry-wrap .entry-thumbnail-wrap:before,.blog-wrap.masonry .blog-inner .entry-wrap .entry-thumbnail-wrap:before{background:rgba(189,158,47,.5);}.noo-city-information .noo-item:before,.noo-video-slider .noo-item .noo-image:before{background:rgba(189,158,47,.6);}.noo-slider-property-offers .noo-prev,.noo-slider-property-offers .noo-next{background:rgba(189,158,47,.7);}.blog-wrap.grid .blog-inner .entry-wrap:hover .entry-thumbnail-wrap:before,.blog-wrap.masonry .blog-inner .entry-wrap:hover .entry-thumbnail-wrap:before{background:rgba(189,158,47,.8);}.noo-property-banner-slider-sc .noo-slider-item .noo-property-detail-item{background:rgba(189,158,47,.9);}.noo-property-country .noo-country-action li a.active,.noo-property-country .noo-country-action li a:hover,.noo-property-country .property-item:hover{-webkit-box-shadow:0 0 10px 0 rgba(189,158,47,.3);-moz-box-shadow:0 0 10px 0 rgba(189,158,47,.3);box-shadow:0 0 10px 0 rgba(189,158,47,.3);}.noo-list-property-country .property-item .property-header .thumbnail-wrap:before,.noo-list-property-country .property-item .property-header .more-action > span:hover{background-color:rgba(189,158,47,.45);}@media screen adn (min-width: 992px){header.header-float .sticky-on > li > a{color:#bd9e2f;}}@media screen adn (min-width: 768px){.noo-tab-country-item .property-main{background-color:rgba(189,158,47,.45);}}.back-to-top{background-color:rgba(81,67,48,.7);}.back-to-top:hover{background-color:#514330;}.noo-box-advanced-search{background:#514330;}.noo-header-sc .sticky-on.noo-header-nav-wrapper{background:rgba(189,158,47,.8) !important;}.widget_categories ul li,.widget_rp_property_taxonomies ul li{color:#282828;}.blog-wrap .blog-inner article.post .post-item .entry-wrap .entry-content-wrap .noo-content{color:#282828;}.blog-wrap .blog-inner .readmore{color:#bd9e2f;}.blog-wrap .blog-inner .readmore:hover{color:#514330;}.blog-wrap .blog-inner article.post .post-item .entry-wrap .entry-content-wrap h3.entry-title a{color:#bd9e2f;}.blog-wrap .blog-inner article.post .post-item .entry-wrap .entry-content-wrap h3.entry-title a:hover{color:#514330;}.blog-wrap .blog-inner article.post .entry-post-meta-wrap ul.entry-meta li.entry-meta-author a,.blog-wrap .blog-inner article.page .entry-post-meta-wrap ul.entry-meta li.entry-meta-author a,.blog-wrap .blog-inner article.product .entry-post-meta-wrap ul.entry-meta li.entry-meta-author a{color:#bd9e2f;}.blog-wrap .blog-inner article.post .entry-post-meta-wrap ul.entry-meta li.entry-meta-author a:hover,.blog-wrap .blog-inner article.page .entry-post-meta-wrap ul.entry-meta li.entry-meta-author a:hover,.blog-wrap .blog-inner article.product .entry-post-meta-wrap ul.entry-meta li.entry-meta-author a:hover{color:#514330;}.site-content-single-product .single-product-info .summary-product-wrap p.price,.site-content-single-product .single-product-info .summary-product-wrap .product_meta label,.woocommerce div.product .woocommerce-tabs #tab-description{color:#282828;}.woocommerce .product-info h3,.single-product .product-info h3{color:#bd9e2f;}.rp-advanced-search-property-wrap .rp-box-field .rp-control .ui-state-default,.rp-control .ui-widget-content .ui-state-default,.noo-featured-item-sc.style-1 .featured-item:hover .noo-content .icon-wrap{background-color:#514330;}ul.noo-list-property li.property-item .property-header .property-price,.noo-testimonial.style-1 .owl-nav .owl-prev:hover,.noo-testimonial.style-1 .owl-nav .owl-next:hover,.noo-footer-wrapper .noo-footer-col .noo-title:after,.vc_row-fluid .noo-heading-sc.style-2 h3:before{background-color:#514330;}.noo-heading-sc.style-2 h3:after,.noo-testimonial.style-3 .noo-testimonial-grid .slick-dots li.slick-active button,.noo-property-nearby .rp-property-yelp .yelp-cat-item .cat-title .yelp-cat-icon{background-color:#514330;}.noo-shortcode-wrap.noo-social-network ul li a:hover,.noo-shortcode-wrap.noo-social-network ul.social-share li a:hover{background-color:#514330;}.rp-box-field .rp-control .ui-slider.ui-widget-content .ui-widget-header,ul.noo-list-property li.property-item .property-header .more-action > span,.noo-property-banner-slider-sc .noo-slider-item .noo-property-detail-item > * .property-offers > span{background-color:#514330 !important;}.rp-advanced-search-property-wrap .rp-box-field .rp-control .ui-state-default,.rp-control .ui-widget-content .ui-state-default,.rp-box-field .rp-control .ui-widget-header .ui-state-default{border:1px solid #514330;}ul.noo-list-property li.property-item .property-content .property-meta > span > i,.noo-recent-news.home_1 .recent_news_item .post-title a:hover,.noo-recent-news.home_1 .recent_news_item .post-info > span i,.noo-testimonial.style-1 ul:before{color:#514330;}.noo-footer-wrapper .noo-footer-col .noo-calendar-box div i,.vc_column-inner .recent-news-home_1 .recent-news-container article .post-content .post-info a,.noo-video-player .play-button:hover{color:#514330;}.noo-recent-news.home_1 .recent_news_item .readmore:hover,.rp-advanced-search-property .rp-advanced-search-property-form .show-features:hover,.noo-recent-news.home_3 .recent-news-container article .post-content .btn_readmore:hover{color:#514330;}.noo-testimonial.style-3 .noo-testimonial-grid .slick-arrow i:hover,.noo-testimonial.style-2 .style-slick-top .noo-content:before,.noo-testimonial.style-2 .style-slick-top .noo-content:after,.noo-property-walkscore .rp-property-walkscore .walkscore_details a{color:#514330;}.noo-agent-listing-sc .style-tab .agent-item.active,.noo-agent-listing-sc .style-tab .agent-item:hover{border-right:4px solid #514330;}.rp-advanced-search-property .no_map .rp-item-wrap select,.rp-advanced-search-property .rp-advanced-search-property-form .rp-area .area-results,.rp-advanced-search-property .rp-advanced-search-property-form .rp-price .price-results,.rp-advanced-search-property .rp-advanced-search-property-form .show-features{color:#bd9e2f;}.owl-item .noo-simple-featured-property-sc .property-meta > span > span,ul.noo-list-property li.property-item .property-content .property-meta > span > span{color:#bd9e2f;}html .noo-recent-news.home_1 .recent_news_item .readmore,html .noo-testimonial.style-1 ul li .noo-title,html .noo-property-country .noo-list-property-country .property-item .property-content .property-meta > span > span,html ul.noo-list-agent.style-grid-simple .agent-item .noo-content .readmore{color:#bd9e2f;}.noo-simple-information .noo-header .text-left,.noo-list-property-tab .property-item-content .property-meta .meta-list > span,html .noo-recent-news.home_3 .recent-news-container article .post-content .btn_readmore{color:#bd9e2f;}.noo-property-offers ul.noo-offers-action li a,.noo-property-offers ul.noo-list-property-offers li.property-item .property-content .property-title,html .noo-teammember .noo-box-extension .noo-sub-title,.noo-agent-detail-sc .agent-about label,.noo-property-live-search ul.noo-list-property li.property-item .property-content .property-meta > span > span{color:#bd9e2f;}.noo-property-live-search .noo-pagination .pagination-active,.rp-advanced-search-property-form .rp-item-wrap select,.search-btn-advanced .noo-btn-advance,.site-content-archive-inner .blog-wrap .blog-inner .readmore{color:#bd9e2f;}.noo-view-mode ul.noo-list-property li.property-item .property-header .more-action > span:hover{background-color:#bd9e2f !important;}.noo-featured-item-sc.style-1 .featured-item .noo-content .icon-wrap,.rp-advanced-search-property .gmap-controls-wrap .gmap-controls > div{background-color:#bd9e2f;}.rp-advanced-search-property .gmap-controls-wrap .gmap-controls .map-view-type > span,.rp-advanced-search-property .gmap-controls-wrap .gmap-zoom > span,.rp-advanced-search-property .rp-advanced-search-property-form .heading-search{background-color:#bd9e2f;}.noo-half-map .rp-advanced-search-property .gmap-controls-wrap .gmap-controls > div,.noo-half-map .rp-advanced-search-property .gmap-controls-wrap .gmap-controls .map-view-type > span,.noo-half-map .rp-advanced-search-property .gmap-controls-wrap .gmap-zoom > span,.search-btn .noo-button.noo-btn-search{background-color:#bd9e2f;}#noo-content-wrapper .rp-advanced-search-property .gmap-controls-wrap .gmap-controls > div,#noo-content-wrapper .rp-advanced-search-property .gmap-controls-wrap .gmap-controls .map-view-type > span,#noo-content-wrapper .rp-advanced-search-property .gmap-controls-wrap .gmap-zoom > span{background-color:#bd9e2f;}.noo-property-banner-slider-sc .noo-slider-item .noo-property-detail-item,.noo-form-contact-information-sc .content-right{background-color:#bd9e2f;opacity:.9;}.noo-property-country.style-slider .noo-tab-country-detail .noo-tab-country-item .property-main{background-color:rgba(189,158,47,.45);}.noo-city-information .noo-item:hover:before{background-color:#bd9e2f;opacity:.6;}ul.noo-list-property li.property-item .property-header .more-action > span:hover{background-color:#bd9e2f !important;}html .noo-recent-news.home_1 .recent_news_item .post-title a{color:#bd9e2f;}.rp-box-button .rp-button:hover,.property-meta .rp-button:hover,.agent-item-content .rp-button:hover,.noo-contact .rp-button:hover{background-color:#bd9e2f;}ul.noo-list-property li .rp-button:hover,.noo-mailchimp-main .rp-button:hover,.content-right .wpcf7-submit:hover,.noo-box-extension .rp-button:hover,.noo-property-detail-item .rp-button:hover,.noo-action .wpcf7-submit:hover{background-color:#bd9e2f;}.rp-advanced-search-property-wrap .rp-button:hover,.noo-mortgage-paymant-calculator .rp-button:hover,.noo-feedback-sidebar .wpcf7-submit:hover{background-color:#bd9e2f;}.rp-form-action .rp-button:hover,.pricing-action .rp-button:hover,.noo-box-agent .rp-button:hover,.noo-box-menu .rp-button:hover,.agent-item .noo-box-agent-info .noo-thumbnail .rp-button:hover{background-color:#bd9e2f;}.noo-heading-sc.style-1 p,.noo-featured-item-sc.style-1 .featured-item .noo-content p,.noo-simple-featured-property-sc .noo-content,.owl-item .noo-simple-featured-property-sc .noo-header .noo-info > div{color:#282828;}.owl-item .noo-simple-featured-property-sc .noo-header .noo-info > div a,ul.noo-list-property li.property-item .property-content address,.noo-agent-listing-sc .style-tab .position,.noo-agent-listing-sc .style-tab .agent-item-content .agent-about{color:#282828;}.noo-agent-listing-sc .style-tab .agent-item-content .noo-contact > div,.noo-recent-news.home_1 .recent_news_item .post-info > span,.noo-testimonial.style-1 ul li .noo-content{color:#282828;}.noo-testimonial.style-1 ul li .noo-title span,.noo-heading-sc.style-4 p,.noo-testimonial .noo-testimonial-grid .noo-item .noo-content,.noo-testimonial .noo-testimonial-grid .noo-item .noo-position{color:#282828;}.rp-advanced-search-property-wrap .noo-box-features-content .checkbox,.noo-list-property-tab .property-item .name,.noo-list-property-tab .property-item address,.noo-agent-listing-sc .style-grid .agent-item .position{color:#282828;}.noo-form-contact-information-sc .content-left .noo-content,.noo-form-contact-information-sc .content-left ul.list-icon li p,html .noo-recent-news.home_3 .recent-news-container article .post-content .post-excerpt{color:#282828;}.noo-recent-news.home_3 .recent-news-container article .post-content .post-info,.noo-property-offers .noo-header .noo-sub-title,.noo-teammember .noo-header .sub-title{color:#282828;}.noo-teammember .noo-header .sub-title-more,html .noo-teammember .noo-box-extension .noo-description-extension,.rp-advanced-search-property .style_2 .no_map .heading-search .noo-sub-title{color:#282828;}.rp-agency-listing-slide .agency-item .address,.rp-agency-listing-slide .agency-item .rp-list-social li,.noo-feature-content .sc-sub-title,.noo-floor-plan-sc .sc-sub-title{color:#282828;}.noo-property-live-search ul.noo-list-property.style-list li.property-item p,.noo-property-live-search ul.noo-list-property.style-list li.property-item .property-price,.sidebar .widget_rp_featured_property .rp-content address{color:#282828;}.entry-property .noo-box-property-detail ul.noo-box-property-detail-content#noo-feature li,.entry-property .noo-box-property-detail ul.noo-box-property-detail-content#noo-detail li,.entry-property .noo-box-related .noo-header p{color:#282828;}.noo-item-wrap input[type="text"],.property-title .social-share-wrap .social-share li a,.noo-property-box-agent .noo-box-agent-info .noo-content .noo-contact > div{color:#282828;}.noo-property-box-agent .noo-box-agent-info .noo-content .position,.noo-property-box-agent .noo-box-agent-info .noo-content .agent-about,.agent-item .noo-box-agent-info .noo-content .position{color:#282828;}.noo-single-agent .noo-box-agent-info .noo-content .position,.agent-item .noo-box-agent-info .noo-content .noo-contact > div,.noo-single-agent .noo-box-agent-info .noo-content .noo-contact > div{color:#282828;}.noo-main-content .noo-single-agent .entry-agent,.agent-item .noo-box-agent-info .noo-content .agent-about,.noo-page-main-dashboard .noo-page-agent-dashboard .noo-box-agent .noo-content{color:#282828;}.noo-page-main-dashboard .noo-page-agent-dashboard .noo-box-agent .noo-info .position,.noo-page-main-dashboard .noo-page-agent-dashboard .noo-box-contact-me ul li,.rp-profile .rp-agent-profile .noo-upload-image p,.noo-tab-wrap ul#noo-review .form-comment .noo-header .item-notice{color:#282828;}.rp-agency-listing-slide .slick-dots li,.noo-property-offers.offers-slider .slick-dots li{background-color:#282828;}.noo-property-offers.offers-slider .slick-dots li.slick-active,.noo-property-offers.offers-slider .slick-dots li:hover{background-color:#514330;}.bootstrap-tagsinput .label-info{background-color:#514330;}.gmaps-shortcode-wrap .map-content img{margin-bottom:10px;}.gmaps-shortcode-wrap .map-content label{display:block;text-align:center;font-size:14px;margin-bottom:10px;}.gmaps-shortcode-wrap .map-content span{display:block;margin-bottom:5px;}.gmaps-shortcode-wrap .map-content span:last-child{margin-bottom:0;}.gmaps-shortcode-wrap .map-content span i{margin-right:5px;}.gmaps-shortcode-wrap .map-info{width:180px;}.gmaps-shortcode-wrap .map-info .info-image{float:left;max-width:200px;padding:10px;}.gmaps-shortcode-wrap .map-info .info-address{padding:8px 0 8px 0;}.gmaps-shortcode-wrap .map-info .info-address p{text-align:center;font-size:14px;}.gmaps-shortcode-wrap.toggle_button .gmaps-button-wrap .gmaps-toggle-button{width:200px;margin:0 auto;padding:15px 0;border:1px solid #fcac2f;text-align:center;}.gmaps-shortcode-wrap.toggle_button .gmaps-button-wrap .gmaps-toggle-button:hover{background:#fcac2f;cursor:pointer;}.noo-clients{position:relative;}.noo-clients.style-1{margin:50px 0;}.noo-clients.style-1 .client-item{padding:30px;text-align:center;border:1px solid #dedede;}.noo-clients.style-1 .owl-dots{position:absolute;right:0;bottom:-30px;margin-right:30px;}.noo-clients.style-1 .owl-dots>div{width:15px;height:15px;background:rgba(128,128,128,.5);-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;-moz-background-clip:padding-box;-webkit-background-clip:padding-box;background-clip:padding-box;margin:0 2px;display:inline-block;float:right;}.noo-clients.style-1 .owl-dots>div.active,.noo-clients.style-1 .owl-dots>div:hover{background:#fcac2f;}.noo-clients.style-2{margin:40px 0;}.noo-clients.style-2 .client-item{height:120px;width:100%;background:#fff;padding:15px;}.noo-clients.style-2 .client-item img{height:90px;width:auto;margin:0 auto;}.noo-clients.style-2 .owl-nav{position:absolute;top:-40px;right:0;}.noo-clients.style-2 .owl-nav:after{clear:both;display:table;content:"";}.noo-clients.style-2 .owl-nav .owl-next,.noo-clients.style-2 .owl-nav .owl-prev{float:left;margin:11px;background:#666;width:20px;height:20px;line-height:20px;text-align:center;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;}.noo-clients.style-2 .owl-nav .owl-next i,.noo-clients.style-2 .owl-nav .owl-prev i{font-size:20px;color:#fff;}.noo-clients.style-2 .owl-nav .owl-next:hover,.noo-clients.style-2 .owl-nav .owl-prev:hover{background:#fcac2f;}.noo-clients.style-1{margin:0;}.noo-clients.style-1 .client-item{padding:10px;text-align:center;width:33.3333%;border-right:1px solid #dedede;border-top:none;border-left:none;border-bottom:none;}.noo-clients.style-1 .client-item:first-child{border-bottom:1px solid #dedede;}.noo-clients.style-1 .client-item:nth-child(2){border-bottom:1px solid #dedede;}.noo-clients.style-1 .client-item:nth-child(3){border-bottom:1px solid #dedede;}.noo-clients.style-1 .client-item:nth-child(3){border-right:none;}.noo-clients.style-1 .client-item:nth-child(6){border-right:none;}.noo-video-player{text-align:center;position:relative;background-size:cover;background-position:center;background-repeat:no-repeat;}.noo-video-player .overflow-bg{width:100%;height:100%;position:absolute;top:0;left:0;}.noo-video-player .noo-button-play{top:50%;z-index:2;width:100%;position:absolute;-moz-transform:translate(0,-50%);-webkit-transform:translate(0,-50%);-ms-transform:translate(0,-50%);-o-transform:translate(0,-50%);transform:translate(0,-50%);}.noo-video-player .play-button{color:#fff;font-size:30px;line-height:47px;text-align:center;cursor:pointer;display:inline-block;width:60px;height:60px;border:6px solid #fff;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;}.noo-video-player .play-button:hover{color:#fcac2f;}.noo-video-player .play-button i{-moz-transform:translate(3px,0);-webkit-transform:translate(3px,0);-ms-transform:translate(3px,0);-o-transform:translate(3px,0);transform:translate(3px,0);}.noo-video-player .noo-title{color:#fff;font-size:31px;line-height:26px;letter-spacing:1px;font-weight:700;text-transform:uppercase;margin:24px 0 22px;}.noo-video-player .noo-title>b{color:#fcac2f;font-weight:700;}.noo-video-player .noo-description{color:#fff;font-size:18px;line-height:26px;font-style:italic;}.noo-video-player .noo-description>b{text-decoration:underline;font-weight:500;}.noo-video-player .iframe-video-player{position:absolute;top:0;left:0;height:100%;width:100%;opacity:0;display:none;overflow:hidden;background-color:#000;z-index:99;}.noo-video-player .iframe-video-player .video-close{padding:5px 10px;right:15px;cursor:pointer;color:white;background:#fcac2f;z-index:100;position:absolute;}.noo-instagram{position:relative;z-index:0;}.noo-instagram .noo-instagram.grid .instagram-info{float:left;}.noo-instagram .noo-instagram.grid.columns-8 .instagram-info{width:12.5%;}.noo-instagram .noo-instagram.grid.columns-7 .instagram-info{width:14.285%;}.noo-instagram .noo-instagram.grid.columns-6 .instagram-info{width:16.6666%;}.noo-instagram .noo-instagram.grid.columns-5 .instagram-info{width:20%;}.noo-instagram .noo-instagram.grid.columns-4 .instagram-info{width:25%;}.noo-instagram .noo-instagram.grid.columns-3 .instagram-info{width:33.333%;}.noo-instagram .noo-instagram.grid.columns-3 .instagram-info img{width:100%;}.noo-instagram .noo-instagram.grid.columns-2 .instagram-info{width:50%;}.noo-instagram .noo-instagram.grid.columns-2 .instagram-info img{width:100%;}.noo-instagram .noo-instagram.grid.columns-1 .instagram-info{width:100%;}@media (max-width:991px){.noo-instagram .noo-instagram.grid.columns-5 .instagram-info,.noo-instagram .noo-instagram.grid.columns-6 .instagram-info,.noo-instagram .noo-instagram.grid.columns-7 .instagram-info,.noo-instagram .noo-instagram.grid.columns-8 .instagram-info{width:25%;}}@media (max-width:767px){.noo-instagram .noo-instagram.grid.columns-4 .instagram-info,.noo-instagram .noo-instagram.grid.columns-5 .instagram-info,.noo-instagram .noo-instagram.grid.columns-6 .instagram-info,.noo-instagram .noo-instagram.grid.columns-7 .instagram-info,.noo-instagram .noo-instagram.grid.columns-8 .instagram-info{width:33.33%;}}.noo-instagram .instagram-info{-webkit-transition:all .35s ease;-o-transition:all .35s ease;transition:all .35s ease;padding:4px;-webkit-box-sizing:border-box;box-sizing:border-box;position:relative;}.noo-instagram .instagram-info a:before{position:absolute;top:0;left:0;content:"";height:100%;width:100%;background-color:rgba(255,255,255,.8);opacity:0;-webkit-transition:all .35s ease;-o-transition:all .35s ease;transition:all .35s ease;z-index:2;}.noo-instagram .instagram-info a:after{position:absolute;top:50%;left:50%;-moz-transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);transform:translate(-50%,-50%);content:"";display:inline-block;font-family:"Ionicons";font-size:24px;width:24px;opacity:0;z-index:2;line-height:1;-webkit-transition:all .35s ease;-o-transition:all .35s ease;transition:all .35s ease;}.noo-instagram .instagram-info:hover{-webkit-box-shadow:0px 0 8px 1px rgba(0,0,0,.2);-moz-box-shadow:0px 0 8px 1px rgba(0,0,0,.2);box-shadow:0px 0 8px 1px rgba(0,0,0,.2);z-index:1;}.noo-instagram .instagram-info:hover a:after,.noo-instagram .instagram-info:hover a:before{opacity:1;}.noo-instagram .instagram-control .instagram-nav{position:absolute;top:50%;-moz-transform:translate(0,-50%);-webkit-transform:translate(0,-50%);-ms-transform:translate(0,-50%);-o-transform:translate(0,-50%);transform:translate(0,-50%);padding:10px 15px;color:#808080;z-index:1;background-color:#fff;opacity:0;cursor:pointer;-webkit-transition:all .35s ease;-o-transition:all .35s ease;transition:all .35s ease;-webkit-box-shadow:0px 0px 2px 1px rgba(0,0,0,.2);-moz-box-shadow:0px 0px 2px 1px rgba(0,0,0,.2);box-shadow:0px 0px 2px 1px rgba(0,0,0,.2);}.noo-instagram .instagram-control .instagram-nav.nav_prev{left:0px;}.noo-instagram .instagram-control .instagram-nav.nav_next{right:0px;}.noo-instagram .instagram-control .instagram-nav:hover{color:#fcac2f;}.noo-instagram:hover .instagram-control .instagram-nav{opacity:1;}.noo-instagram:hover .instagram-control .instagram-nav.nav_prev{left:20px;}.noo-instagram:hover .instagram-control .instagram-nav.nav_next{right:20px;}.noo-instagram .btn_gallery{text-align:right;height:0;position:relative;}.noo-instagram .btn_gallery a{right:15px;position:absolute;bottom:15px;z-index:2;display:inline-block;background:rgba(255,255,255,.9);padding:10px 35px;text-transform:uppercase;color:#333;-webkit-box-shadow:0 0 10px 0 rgba(0,0,0,.2);-moz-box-shadow:0 0 10px 0 rgba(0,0,0,.2);box-shadow:0 0 10px 0 rgba(0,0,0,.2);font-size:14px;font-weight:600;-webkit-transition:all .35s ease;-o-transition:all .35s ease;transition:all .35s ease;}.noo-instagram .btn_gallery a:hover{background-color:#fcac2f;color:#fff;}.noo-recent-news .recent_news_item .post-thumbnail .post-image{background-color:#000;position:relative;overflow:hidden;}.noo-recent-news .recent_news_item .post-thumbnail .post-image img{-webkit-transition:all .4s ease;-o-transition:all .4s ease;transition:all .4s ease;}.noo-recent-news .recent_news_item .post-thumbnail .post-image:after{content:"";font-family:FontAwesome;color:#fff;position:absolute;left:50%;top:30%;-moz-transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);transform:translate(-50%,-50%);z-index:2;font-size:30px;-moz-opacity:0;-khtml-opacity:0;-webkit-opacity:0;opacity:0;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);filter:alpha(opacity=0);-webkit-transition:all .6s ease;-o-transition:all .6s ease;transition:all .6s ease;}.noo-recent-news .recent_news_item:hover .post-thumbnail .post-image img{-moz-opacity:.5;-khtml-opacity:.5;-webkit-opacity:.5;opacity:.5;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);filter:alpha(opacity=50);-moz-transform:scale(1.1);-webkit-transform:scale(1.1);-ms-transform:scale(1.1);-o-transform:scale(1.1);transform:scale(1.1);}.noo-recent-news .recent_news_item:hover .post-thumbnail .post-image:after{top:50%;-moz-opacity:1;-khtml-opacity:1;-webkit-opacity:1;opacity:1;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);filter:alpha(opacity=100);}.noo-recent-news.home_1 .recent-news-container{padding:15px 0 35px;}.noo-recent-news.home_1 .recent_news_item{-webkit-transition:all .4s;-o-transition:all .4s;transition:all .4s;}.noo-recent-news.home_1 .recent_news_item .post-content{background:#fafafa;padding:16px 18px 20px;}.noo-recent-news.home_1 .recent_news_item .post-title{margin:0;padding:0 0 5px;line-height:20px;}.noo-recent-news.home_1 .recent_news_item .post-title a{color:#071645;font-size:15px;font-weight:600;-webkit-transition:all .4s;-o-transition:all .4s;transition:all .4s;}.noo-recent-news.home_1 .recent_news_item .post-title a:hover{color:#fcac2f;}.noo-recent-news.home_1 .recent_news_item .post-info>span{color:#666;font-size:14px;line-height:26px;font-style:italic;padding-right:10px;}.noo-recent-news.home_1 .recent_news_item .post-info>span i{color:#fcac2f;font-size:18px;line-height:26px;padding-right:6px;}.noo-recent-news.home_1 .recent_news_item .post-description{margin:10px 0 12px;}.noo-recent-news.home_1 .recent_news_item .readmore{color:#071645;font-size:14px;line-height:26px;font-weight:600;text-decoration:underline;-webkit-transition:all .4s;-o-transition:all .4s;transition:all .4s;}.noo-recent-news.home_1 .recent_news_item .readmore:hover{color:#fcac2f;}.noo-recent-news.home_1 .recent_news_item:hover{-webkit-box-shadow:0 0 10px 0 rgba(0,0,0,.3);-moz-box-shadow:0 0 10px 0 rgba(0,0,0,.3);box-shadow:0 0 10px 0 rgba(0,0,0,.3);}.noo-recent-news.home_2 .recent-news-container .first-item:hover .post-thumbnail{opacity:.5;}.noo-recent-news.home_2 .recent-news-container .first-item .post-thumbnail{position:relative;height:410px;background-size:cover !important;-webkit-transition:all .5s ease;-o-transition:all .5s ease;transition:all .5s ease;}@media (max-width:767px){.noo-recent-news.home_2 .recent-news-container .first-item .post-thumbnail{height:190px;}}.noo-recent-news.home_2 .recent-news-container .first-item .entry-content{color:#333;position:absolute;bottom:0px;right:0px;width:100%;padding:10px 0px;padding-top:20px;background-color:#fff;}.noo-recent-news.home_2 .recent-news-container .first-item .entry-content .entry-title{font-size:18px;text-transform:uppercase;margin:0;line-height:30px;font-weight:400;-webkit-transition:all .35s ease;-o-transition:all .35s ease;transition:all .35s ease;}.noo-recent-news.home_2 .recent-news-container .first-item .entry-content .entry-title:hover{color:#fcac2f;}.noo-recent-news.home_2 .recent-news-container .first-item .entry-content .entry-post-meta{font-size:14px;opacity:.9;font-weight:normal;line-height:30px;width:100%;display:inline-block;position:relative;}.noo-recent-news.home_2 .recent-news-container .first-item .entry-content .entry-post-meta .post-author{display:inline-block;margin-right:5px;}.noo-recent-news.home_2 .recent-news-container .first-item .entry-content .entry-post-meta .post-date{display:inline-block;}.noo-recent-news.home_2 .recent-news-container .first-item .entry-content .entry-post-meta .author{text-transform:capitalize;font-weight:700;font-style:normal;}.noo-recent-news.home_2 .recent-news-container .first-item .entry-content .entry-excerpt{font-style:normal;width:100%;}@media (max-width:767px){.noo-recent-news.home_2 .recent-news-container .first-item .entry-content .entry-excerpt{display:none;}}@media (max-width:767px){.noo-recent-news.home_2 .recent-news-container .first-item .entry-content{padding-right:8px;padding-left:8px;position:relative;text-align:center;}}@media (max-width:767px){.noo-recent-news.home_2 .recent-news-container .first-item{margin-bottom:30px;}}.noo-recent-news.home_2 .recent-news-container .col-md-6 .post-thumbnail{display:table-cell;position:relative;height:190px;background-size:cover !important;width:50%;-webkit-transition:all .5s ease;-o-transition:all .5s ease;transition:all .5s ease;}@media (max-width:767px){.noo-recent-news.home_2 .recent-news-container .col-md-6 .post-thumbnail{display:block;width:100%;}.noo-recent-news.home_2 .recent-news-container .col-md-6 .post-thumbnail:after{opacity:0;}}.noo-recent-news.home_2 .recent-news-container .col-md-6 .col-xs-12{display:table;}.noo-recent-news.home_2 .recent-news-container .col-md-6 .col-xs-12:hover .post-thumbnail{opacity:.5;}.noo-recent-news.home_2 .recent-news-container .col-md-6 .last-post{margin-top:28px;}.noo-recent-news.home_2 .recent-news-container .col-md-6 .entry-content{display:table-cell;vertical-align:middle;width:50%;padding:20px 15px;padding-left:30px;color:#333;z-index:1;-webkit-transition:all .35s ease;-o-transition:all .35s ease;transition:all .35s ease;}.noo-recent-news.home_2 .recent-news-container .col-md-6 .entry-content .entry-title{font-size:18px;margin:0;text-transform:uppercase;line-height:30px;font-weight:400;-webkit-transition:all .35s ease;-o-transition:all .35s ease;transition:all .35s ease;}.noo-recent-news.home_2 .recent-news-container .col-md-6 .entry-content .entry-title:hover{color:#fcac2f;}.noo-recent-news.home_2 .recent-news-container .col-md-6 .entry-content .entry-post-meta{font-size:14px;opacity:.9;font-weight:normal;line-height:30px;width:100%;display:inline-block;position:relative;}.noo-recent-news.home_2 .recent-news-container .col-md-6 .entry-content .entry-post-meta .post-author{display:inline-block;margin-right:5px;}.noo-recent-news.home_2 .recent-news-container .col-md-6 .entry-content .entry-post-meta .post-date{display:inline-block;}.noo-recent-news.home_2 .recent-news-container .col-md-6 .entry-content .entry-post-meta .author{text-transform:capitalize;font-weight:700;font-style:normal;}.noo-recent-news.home_2 .recent-news-container .col-md-6 .entry-content .entry-excerpt{font-style:normal;width:100%;}@media (max-width:767px){.noo-recent-news.home_2 .recent-news-container .col-md-6 .entry-content .entry-excerpt{display:none;}}@media (min-width:768px) and (max-width:991px){}@media (max-width:767px){.noo-recent-news.home_2 .recent-news-container .col-md-6 .entry-content{width:100%;text-align:center;display:block;top:0;-webkit-transform:translateY(0);-ms-transform:translateY(0);-o-transform:translateY(0);transform:translateY(0);padding-right:8px;padding-left:8px;}}.noo-recent-news.home_3 .owl-nav{display:none;}.noo-recent-news.home_3 .recent-news-container{margin-top:15px;}.noo-recent-news.home_3 .recent-news-container article{position:relative;}.noo-recent-news.home_3 .recent-news-container article .post-content{padding:16px 20px;}.noo-recent-news.home_3 .recent-news-container article .post-content .entry-title{font-size:15px;line-height:26px;font-weight:700;margin:0;}.noo-recent-news.home_3 .recent-news-container article .post-content .post-author{margin-right:5px;text-transform:capitalize;}.noo-recent-news.home_3 .recent-news-container article .post-content .post-author:after{content:"/";margin-left:5px;}.noo-recent-news.home_3 .recent-news-container article .post-content .post-info{color:#666;font-size:14px;line-height:26px;font-style:italic;}.noo-recent-news.home_3 .recent-news-container article .post-content .post-info a{color:#fcac2f;}.noo-recent-news.home_3 .recent-news-container article .post-content .post-excerpt{color:#333;font-size:14px;line-height:24px;}.noo-recent-news.home_3 .recent-news-container article .post-content .btn_readmore{display:inline-block;position:relative;text-decoration:underline;color:#071645;font-size:14px;line-height:24px;font-weight:700;}.noo-recent-news.home_3 .recent-news-container article .post-content .btn_readmore:hover{color:#fcac2f;}.noo-counter.style_1{position:relative;border-radius:100%;margin:0 auto;-webkit-transition:all .35s ease-in-out;-o-transition:all .35s ease-in-out;transition:all .35s ease-in-out;}.noo-counter.style_1 .gr-counter .content-inner{position:relative;text-align:center;font-weight:bold;line-height:1.3;}.noo-counter.style_1 .gr-counter .content-inner .gr-number-counter{font-size:48px;-webkit-transition:all .35s ease;-o-transition:all .35s ease;transition:all .35s ease;}.noo-counter.style_1 .gr-counter .content-inner .gr-text-defaul{margin-top:5px;white-space:nowrap;font-size:18px;text-transform:uppercase;-webkit-transition:all .35s ease;-o-transition:all .35s ease;transition:all .35s ease;}.countdown-shortcode-wrap .countdown-content{text-align:center;}.countdown-shortcode-wrap .countdown-content .list-time{list-style:none;list-style-type:none;padding:0;text-align:center;color:#000;}.countdown-shortcode-wrap .countdown-content .list-time li{position:relative;display:inline-block;margin:20px 15px;padding:18px 0;width:80px;height:80px;border:1px solid #000;}.countdown-shortcode-wrap .countdown-content .list-time li p{margin:0;}.countdown-shortcode-wrap .countdown-content .list-time li p.countdown-number{font-size:24px;font-weight:normal;}.countdown-shortcode-wrap .countdown-content .list-time li p:last-child{margin-top:30px;text-align:center;font-size:18px;}.countdown-shortcode-wrap .countdown-content .list-time li.cd-seconds p.countdown-number:after{content:"";}@media (max-width:479px){.countdown-shortcode-wrap .countdown-content .list-time li{margin:20px 15px;}}.countdown-shortcode-wrap .countdown-content2 .list-time{list-style:none;list-style-type:none;padding:0;text-align:center;color:#000;}.countdown-shortcode-wrap .countdown-content2 .list-time li{position:relative;display:inline-block;margin:20px 15px;padding:18px 0;width:80px;height:80px;border:1px solid #000;}.countdown-shortcode-wrap .countdown-content2 .list-time li p{margin:0;}.countdown-shortcode-wrap .countdown-content2 .list-time li p.countdown-number{font-size:24px;font-weight:normal;}.countdown-shortcode-wrap .countdown-content2 .list-time li p:last-child{position:relative;margin-top:0px;text-align:center;font-size:18px;display:inline-block;background-color:#fff;}.countdown-shortcode-wrap .countdown-content2 .list-time li.cd-seconds p.countdown-number:after{content:"";}@media (max-width:479px){.countdown-shortcode-wrap .countdown-content2 .list-time li{margin:20px 15px;}}.countdown-shortcode-wrap .countdown-content2 .time_circles{color:#fff;}.countdown-shortcode-wrap .countdown-content2 .time_circles .textDiv_Days h4,.countdown-shortcode-wrap .countdown-content2 .time_circles .textDiv_Days span,.countdown-shortcode-wrap .countdown-content2 .time_circles .textDiv_Hours h4,.countdown-shortcode-wrap .countdown-content2 .time_circles .textDiv_Hours span,.countdown-shortcode-wrap .countdown-content2 .time_circles .textDiv_Minutes h4,.countdown-shortcode-wrap .countdown-content2 .time_circles .textDiv_Minutes span,.countdown-shortcode-wrap .countdown-content2 .time_circles .textDiv_Seconds h4,.countdown-shortcode-wrap .countdown-content2 .time_circles .textDiv_Seconds span{color:#fff;}.countdown-shortcode-wrap .countdown-content3 ul{list-style-type:none;margin:0;padding:0;}.countdown-shortcode-wrap .countdown-content3 ul li{position:relative;display:inline-block;margin:30px 40px;padding:0 0px;}.countdown-shortcode-wrap .countdown-content3 ul li p{margin:0;}.countdown-shortcode-wrap .countdown-content3 ul li p.countdown-number{font-size:60px;font-weight:normal;}@media (max-width:479px){.countdown-shortcode-wrap .countdown-content3 ul li p.countdown-number{font-size:48px;}}.countdown-shortcode-wrap .countdown-content3 ul li p:last-child{position:absolute;right:-50px;top:70px;display:block;margin-top:0px;text-align:left;font-size:16px;width:70px;-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);-o-transform:rotate(90deg);transform:rotate(90deg);}.countdown-shortcode-wrap .countdown-content3 ul li.cd-seconds p.countdown-number:after{content:"";}@media (max-width:479px){.countdown-shortcode-wrap .countdown-content3 ul li{margin:10px 20px;}}.noo-testimonial .owl-dots{position:absolute;left:50%;-moz-transform:translate(-50%,0);-webkit-transform:translate(-50%,0);-ms-transform:translate(-50%,0);-o-transform:translate(-50%,0);transform:translate(-50%,0);bottom:10px;margin-right:30px;}.noo-testimonial .owl-dots>div{width:10px;height:10px;background:rgba(128,128,128,.5);-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;-moz-background-clip:padding-box;-webkit-background-clip:padding-box;background-clip:padding-box;margin:0 2px;display:inline-block;float:right;}.noo-testimonial .owl-dots>div.active,.noo-testimonial .owl-dots>div:hover{background:#fcac2f;}.noo-testimonial.style-1 ul{list-style:none;padding:0 0 45px;position:relative;}.noo-testimonial.style-1 ul:before{content:"";font-family:"FontAwesome";font-size:40px;line-height:24px;color:#fcac2f;position:absolute;right:60px;top:-10px;z-index:9;}.noo-testimonial.style-1 ul:after{content:"";position:absolute;right:48px;top:-10px;z-index:8;background:#fff;width:60px;height:30px;}.noo-testimonial.style-1 ul li{border:1px solid #e5e4e4;padding:22px;}.noo-testimonial.style-1 ul li .noo-header:after{clear:both;display:table;content:"";}.noo-testimonial.style-1 ul li .noo-thumb{float:left;width:80px;height:80px;overflow:hidden;background:#fff;margin-right:13px;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;}.noo-testimonial.style-1 ul li .noo-thumb img{width:80px;height:80px;}.noo-testimonial.style-1 ul li .noo-content{color:#555;font-size:14px;line-height:24px;}.noo-testimonial.style-1 ul li .stars{margin:10px 0;}.noo-testimonial.style-1 ul li .noo-title{color:#071645;font-size:14px;line-height:24px;letter-spacing:.5px;font-weight:700;margin:15px 0 0;}.noo-testimonial.style-1 ul li .noo-title span{color:#333;font-weight:500;font-style:italic;}.noo-testimonial.style-1 .owl-nav{position:absolute;bottom:0;right:0;}.noo-testimonial.style-1 .owl-nav:after{clear:both;display:table;content:"";}.noo-testimonial.style-1 .owl-nav .owl-next,.noo-testimonial.style-1 .owl-nav .owl-prev{float:left;margin:11px;background:#666;width:20px;height:20px;line-height:20px;text-align:center;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;}.noo-testimonial.style-1 .owl-nav .owl-next i,.noo-testimonial.style-1 .owl-nav .owl-prev i{font-size:20px;color:#fff;}.noo-testimonial.style-1 .owl-nav .owl-next:hover,.noo-testimonial.style-1 .owl-nav .owl-prev:hover{background:#fcac2f;}.noo-testimonial.style-2{padding:50px 0;text-align:center;max-width:830px;margin:auto;}.noo-testimonial.style-2 .noo-heading .noo-title{color:#fff;font-weight:700;text-transform:uppercase;font-size:30px;line-height:26px;letter-spacing:1px;margin:0 0 13px;padding:0;}.noo-testimonial.style-2 .noo-heading .noo-content{color:#fff;font-size:16px;font-style:italic;line-height:26px;font-weight:500;}.noo-testimonial.style-2 .style-slick-top .noo-content{color:#fff;font-size:16px;line-height:26px;font-style:italic;position:relative;margin-top:45px;padding:0 15px;}.noo-testimonial.style-2 .style-slick-top .noo-content:before{position:absolute;top:0;left:0;content:"";font-family:"FontAwesome";color:#fcac2f;}.noo-testimonial.style-2 .style-slick-top .noo-content:after{position:absolute;bottom:0;right:0;content:"";font-family:"FontAwesome";color:#fcac2f;}.noo-testimonial.style-2 .style-slick-top .noo-title{text-transform:uppercase;}.noo-testimonial.style-2 .style-slick-top .noo-position,.noo-testimonial.style-2 .style-slick-top .noo-title{color:#fff;}.noo-testimonial.style-2 .style-slick-list{max-width:440px;margin:0 auto;}.noo-testimonial.style-2 .style-slick-list .noo-thumb{height:70px !important;width:70px !important;overflow:hidden;position:relative;-moz-transform:translate(0,10px);-webkit-transform:translate(0,10px);-ms-transform:translate(0,10px);-o-transform:translate(0,10px);transform:translate(0,10px);-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;cursor:pointer;}.noo-testimonial.style-2 .style-slick-list .noo-thumb img{height:70px;width:70px;}.noo-testimonial.style-2 .style-slick-list .noo-thumb:before{position:absolute;left:0;top:0;bottom:0;right:0;content:"";background:rgba(7,22,69,.73);}.noo-testimonial.style-2 .style-slick-list .noo-thumb.slick-current{height:90px !important;width:90px !important;overflow:hidden;-moz-transform:translate(0,0);-webkit-transform:translate(0,0);-ms-transform:translate(0,0);-o-transform:translate(0,0);transform:translate(0,0);-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;}.noo-testimonial.style-2 .style-slick-list .noo-thumb.slick-current img{height:90px;width:90px;}.noo-testimonial.style-2 .style-slick-list .noo-thumb.slick-current:before{content:none;}.noo-testimonial.style-2 .style-slick-list .slick-list{overflow:visible;}@media screen and (min-width:768px){.noo-testimonial.style-3 .noo-testimonial-grid .noo-item{text-align:left;display:table;}.noo-testimonial.style-3 .noo-testimonial-grid .noo-item>*{display:table-cell;vertical-align:middle;}.noo-testimonial.style-3 .noo-testimonial-grid .slick-dots{max-width:230px;}}.noo-testimonial.style-3 .noo-testimonial-grid .noo-item:hover{background:transparent;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;}.noo-testimonial.style-3 .noo-testimonial-grid .noo-item .noo-thumb{width:200px;height:auto;text-align:center;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;-moz-background-clip:padding-box;-webkit-background-clip:padding-box;background-clip:padding-box;}.noo-testimonial.style-3 .noo-testimonial-grid .noo-item .noo-thumb img{display:block;margin:0 auto 10px;-webkit-border-radius:100%;-moz-border-radius:100%;border-radius:100%;-moz-background-clip:padding-box;-webkit-background-clip:padding-box;background-clip:padding-box;}.noo-testimonial.style-3 .noo-testimonial-grid .noo-item .noo-content,.noo-testimonial.style-3 .noo-testimonial-grid .noo-item .noo-position,.noo-testimonial.style-3 .noo-testimonial-grid .noo-item .noo-title{color:#fff;}.noo-testimonial.style-3 .noo-testimonial-grid .noo-item .noo-content{font-style:italic;font-size:16px;line-height:30px;}.noo-testimonial .slick-slider .slick-track{padding:2px 0;}.noo-testimonial .stars{background:url("https://cdn-emcob.nitrocdn.com/GDrDuoutSzqSyrbYdyroNjfSSMGOHYVc/assets/images/optimized/rev-9418c0f/www.luxuryhomevillas.com/wp-content/plugins/noo-palazzo-framework/assets/images/stars.png") repeat-x 0 0;width:95px;margin:0 auto;}.noo-testimonial .stars.nitro-lazy{background-image:none !important;}.noo-testimonial .stars label{display:block;width:19px;height:19px;margin:0 !important;padding:0 !important;text-indent:-999em;float:left;position:relative;z-index:10;background:transparent !important;cursor:pointer;}.noo-testimonial .stars label.star-5~span{width:100%;}.noo-testimonial .stars label.star-4_5~span{width:90%;}.noo-testimonial .stars label.star-4~span{width:80%;}.noo-testimonial .stars label.star-3_5~span{width:70%;}.noo-testimonial .stars label.star-3~span{width:60%;}.noo-testimonial .stars label.star-2_5~span{width:50%;}.noo-testimonial .stars label.star-2~span{width:40%;}.noo-testimonial .stars label.star-1_5~span{width:30%;}.noo-testimonial .stars label.star-1~span{width:20%;}.noo-testimonial .stars label.star-0_5~span{width:10%;}.noo-testimonial .stars label:hover~span{background-position:0 -19px;}.noo-testimonial .stars label.star-5:hover~span{width:100% !important;}.noo-testimonial .stars label.star-4:hover~span{width:80% !important;}.noo-testimonial .stars label.star-3:hover~span{width:60% !important;}.noo-testimonial .stars label.star-2:hover~span{width:40% !important;}.noo-testimonial .stars label.star-1:hover~span{width:20% !important;}.noo-testimonial .stars span{display:block;width:0;position:relative;top:0;left:0;height:19px;background:url("https://cdn-emcob.nitrocdn.com/GDrDuoutSzqSyrbYdyroNjfSSMGOHYVc/assets/images/optimized/rev-9418c0f/www.luxuryhomevillas.com/wp-content/plugins/noo-palazzo-framework/assets/images/stars.png") repeat-x 0 -38px;-webkit-transition:-webkit-width .5s;-webkit-transition:width .5s;-moz-transition:-moz-width .5s;-ms-transition:-ms-width .5s;-o-transition:-o-width .5s;-o-transition:width .5s;transition:width .5s;}.noo-testimonial .stars span.nitro-lazy{background-image:none !important;}.noo-testimonial-grid{margin-bottom:10px;}.noo-testimonial-grid .slick-dots{bottom:-10px;}.noo-testimonial-grid .slick-dots li{width:10px;height:10px;}.noo-testimonial-grid .slick-dots li.slick-active button,.noo-testimonial-grid .slick-dots li:hover button{background:#fcac2f;}.noo-testimonial-grid .slick-dots li button{padding:0;width:10px;height:10px;display:block;background:#fff;-webkit-border-radius:100%;-moz-border-radius:100%;border-radius:100%;-moz-background-clip:padding-box;-webkit-background-clip:padding-box;background-clip:padding-box;-webkit-transition:all .4s ease-in-out;-o-transition:all .4s ease-in-out;transition:all .4s ease-in-out;}.noo-testimonial-grid .slick-dots li button:before{content:none;}.noo-testimonial-grid .slick-arrow{z-index:1;top:50%;position:absolute;-moz-transform:translate(0,- 50%);-webkit-transform:translate(0,- 50%);-ms-transform:translate(0,- 50%);-o-transform:translate(0,- 50%);transform:translate(0,- 50%);opacity:0;-webkit-transition:all .35s ease;-o-transition:all .35s ease;transition:all .35s ease;}.noo-testimonial-grid .slick-arrow.pull-right{right:0;}.noo-testimonial-grid .slick-arrow.pull-left{left:0;}.noo-testimonial-grid .slick-arrow i{font-size:20px;font-weight:900;color:#fff;padding:10px;background:#fcac2f;}.noo-testimonial-grid:hover .slick-arrow{opacity:1;}.noo-testimonial-grid .noo-item{text-align:center;padding-top:20px;-webkit-transition:all .4s ease-in-out;-o-transition:all .4s ease-in-out;transition:all .4s ease-in-out;}.noo-testimonial-grid .noo-item .noo-thumb{height:110px;width:110px;overflow:hidden;display:inline-block;}.noo-testimonial-grid .noo-item .noo-thumb img{-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;height:110px;width:110px;}.noo-testimonial-grid .noo-item .noo-title{font-size:16px;line-height:26px;letter-spacing:1px;font-weight:700;margin:5px 0 0;}.noo-testimonial-grid .noo-item .noo-position{color:#666;font-size:14px;line-height:26px;font-style:italic;margin-bottom:5px;}.noo-testimonial-grid .noo-item .noo-content{color:#444;font-size:14px;line-height:24px;padding:0 25px 30px;}.noo-testimonial-grid .noo-item:hover{background:#fff;-webkit-box-shadow:0 5px 20px 0 rgba(0,0,0,.2);-moz-box-shadow:0 5px 20px 0 rgba(0,0,0,.2);box-shadow:0 5px 20px 0 rgba(0,0,0,.2);}.noo-teammember{padding:30px 0;}.noo-teammember .teammember-item{margin-bottom:30px;}.noo-teammember .teammember-content{position:relative;}.noo-teammember .teammember-content:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(0,0,51,.8);-moz-opacity:0;-khtml-opacity:0;-webkit-opacity:0;opacity:0;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);filter:alpha(opacity=0);-webkit-transform:scale(.9);-ms-transform:scale(.9);-o-transform:scale(.9);transform:scale(.9);-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s;}.noo-teammember .teammember-content .teammember-meta{position:absolute;top:25%;left:0;right:0;bottom:0;text-align:center;-moz-opacity:0;-khtml-opacity:0;-webkit-opacity:0;opacity:0;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);filter:alpha(opacity=0);-webkit-transform:scale(.8);-ms-transform:scale(.8);-o-transform:scale(.8);transform:scale(.8);-webkit-transition:all .4s;-o-transition:all .4s;transition:all .4s;}.noo-teammember .teammember-content .teammember-meta .teammember-title{color:#fff;font-weight:700;text-transform:uppercase;cursor:pointer;}.noo-teammember .teammember-content .teammember-meta .teammember-position{color:#fff;font-size:16px;line-height:26px;font-style:italic;cursor:pointer;}.noo-teammember .teammember-content .teammember-meta .teammember-social-profile{list-style:none;margin:0;padding:0;}.noo-teammember .teammember-content .teammember-meta .teammember-social-profile li{display:inline-block;width:40px;height:40px;line-height:26px;text-align:center;background:#fff;margin:0 4px;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;-moz-background-clip:padding-box;-webkit-background-clip:padding-box;background-clip:padding-box;}.noo-teammember .teammember-content .teammember-meta .teammember-social-profile li a{font-size:20px;line-height:36px;}.noo-teammember .teammember-content:hover .teammember-meta,.noo-teammember .teammember-content:hover:before{-webkit-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1);-moz-opacity:1;-khtml-opacity:1;-webkit-opacity:1;opacity:1;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);filter:alpha(opacity=100);}.noo-teammember .noo-header{margin-bottom:40px;}.noo-teammember .noo-header:after{clear:both;content:"";display:table;}.noo-teammember .noo-header .noo-title{font-size:30px;line-height:26px;letter-spacing:1px;font-weight:700;text-transform:uppercase;}.noo-teammember .noo-header .sub-title{color:#666;font-size:16px;line-height:26px;font-style:italic;}.noo-teammember .noo-header .noo-title-more{font-size:16px;line-height:16px;letter-spacing:1px;font-weight:700;text-transform:uppercase;border-bottom:2px solid;display:inline-block;margin-top:30px;}.noo-teammember .noo-header .sub-title-more{color:#666;font-size:14px;line-height:24px;font-weight:700;}.noo-teammember .noo-box-extension{background:#fafafa;padding:25px 30px;}.noo-teammember .noo-box-extension .noo-title{font-size:16px;line-height:26px;letter-spacing:1px;font-weight:700;text-transform:uppercase;margin:0;padding:0;}.noo-teammember .noo-box-extension .noo-sub-title{color:#666;font-size:14px;line-height:24px;font-weight:700;}.noo-teammember .noo-box-extension .noo-description-extension{color:#444;font-size:14px;line-height:24px;}.noo-teammember .noo-team-fix{position:fixed;top:0;left:0;width:100%;height:100%;display:none;background-color:rgba(0,0,0,.7);background-image:url("https://cdn-emcob.nitrocdn.com/GDrDuoutSzqSyrbYdyroNjfSSMGOHYVc/assets/images/optimized/rev-9418c0f/www.luxuryhomevillas.com/wp-content/plugins/noo-palazzo-framework/assets/images/3.GIF");background-position:center center;background-repeat:no-repeat;z-index:99999 !important;}.noo-teammember .noo-team-fix.nitro-lazy{background-image:none !important;}.noo-teammember .noo-team-fix.db{display:block;}.noo-teammember .noo-team-fix.bk-noimage{background-image:none;}.noo-teammember .noo-team-fix.bk-noimage.nitro-lazy{background-image:none !important;}.noo-teammember .noo-team-fix .noo-team-wrap{position:absolute;left:50%;-moz-transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);transform:translate(-50%,-50%);-moz-opacity:0;-khtml-opacity:0;-webkit-opacity:0;opacity:0;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);filter:alpha(opacity=0);}@media (max-width:767px){.noo-teammember .noo-team-fix .noo-team-wrap{-moz-transform:translate(0%,-50%);-webkit-transform:translate(0%,-50%);-ms-transform:translate(0%,-50%);-o-transform:translate(0%,-50%);transform:translate(0%,-50%);left:10px;right:10px;}}.noo-teammember .noo-team-fix .noo-team-wrap .noo-team-content{background:#fff;top:10%;bottom:10%;right:10%;left:10%;height:auto;position:relative;padding:50px 20px 40px 0;}.noo-teammember .noo-team-fix .noo-team-wrap .noo-team-content .team-left .teammember-image img{width:100%;}@media (max-width:767px){.noo-teammember .noo-team-fix .noo-team-wrap .noo-team-content{width:100%;top:auto;bottom:auto;right:auto;left:auto;}}@media (max-width:480px){.noo-teammember .noo-team-fix .noo-team-wrap .noo-team-content{padding:0;height:300px;}.noo-teammember .noo-team-fix .noo-team-wrap .noo-team-content .team-right{padding-top:10px;width:100% !important;}.noo-teammember .noo-team-fix .noo-team-wrap .noo-team-content .team-left{padding-top:20px;width:100% !important;}.noo-teammember .noo-team-fix .noo-team-wrap .noo-team-content .team-left .noo-team-image{width:60%;margin:0 auto;}}@media (max-width:320px){.noo-teammember .noo-team-fix .noo-team-wrap .noo-team-content{padding:0;height:300px;overflow-y:scroll;}.noo-teammember .noo-team-fix .noo-team-wrap .noo-team-content .team-right{padding-top:10px;width:100% !important;}.noo-teammember .noo-team-fix .noo-team-wrap .noo-team-content .team-right .team-certificates{display:none;}.noo-teammember .noo-team-fix .noo-team-wrap .noo-team-content .team-left{padding-top:20px;width:100% !important;}.noo-teammember .noo-team-fix .noo-team-wrap .noo-team-content .team-left .noo-team-image{width:60%;margin:0 auto;}}.noo-teammember .noo-team-fix .noo-team-wrap .noo-team-content .team-remove{width:40px;height:40px;background:#eeeff0;position:absolute;top:0;right:0;color:#333;border:0;-webkit-transition:all .4s ease 0s;-o-transition:all .4s ease 0s;transition:all .4s ease 0s;}@media (max-width:480px){.noo-teammember .noo-team-fix .noo-team-wrap .noo-team-content .team-remove{margin-top:-40px;position:fixed;}}.noo-teammember .noo-team-fix .noo-team-wrap .noo-team-content .team-remove:hover{background:#000;color:#fff;}.noo-teammember .noo-team-fix .noo-team-wrap .noo-team-content .team-left{width:40%;float:left;text-align:center;padding-left:30px;}.noo-teammember .noo-team-fix .noo-team-wrap .noo-team-content .team-left h4{font-size:24px;margin:22px 10px 8px;padding:0;color:#fcac2f;}.noo-teammember .noo-team-fix .noo-team-wrap .noo-team-content .team-left .team_position{display:block;color:#333;text-transform:uppercase;}.noo-teammember .noo-team-fix .noo-team-wrap .noo-team-content .team-right{width:60%;float:left;padding:0 30px;}.noo-teammember .noo-team-fix .noo-team-wrap .noo-team-content .team-right .team-title{font-size:24px;position:relative;color:#333;padding:0;margin:0 0 15px 0;}.noo-teammember .noo-team-fix .noo-team-wrap .noo-team-content .team-right .team-title:before{width:4px;height:4px;-webkit-border-top-right-radius:50%;-webkit-border-bottom-right-radius:0;-webkit-border-bottom-left-radius:0;-webkit-border-top-left-radius:0;-moz-border-radius-topright:50%;-moz-border-radius-bottomright:0;-moz-border-radius-bottomleft:0;-moz-border-radius-topleft:0;border-top-right-radius:50%;border-bottom-right-radius:0;border-bottom-left-radius:0;border-top-left-radius:0;-moz-background-clip:padding-box;-webkit-background-clip:padding-box;background-clip:padding-box;content:"";position:absolute;left:0;top:50%;margin-top:-2px;}.noo-teammember .noo-team-fix .noo-team-wrap .noo-team-content .team-right .team-contact ul{list-style:none;padding:0;margin:0;}.noo-teammember .noo-team-fix .noo-team-wrap .noo-team-content .team-right .team-contact ul li{line-height:28px;}.noo-teammember .noo-team-fix .noo-team-wrap .noo-team-content .team-right .team-contact ul li i{color:#fcac2f;padding-right:17px;}.noo-teammember .noo-team-fix .noo-team-wrap .noo-team-content .team-right .team-contact .team_socials a{display:inline-block;margin-top:10px;margin-right:13px;color:#333;-webkit-transition:color .25s ease-in-out;-o-transition:color .25s ease-in-out;transition:color .25s ease-in-out;}.noo-teammember .noo-team-fix .noo-team-wrap .noo-team-content .team-right .team-contact .team_socials a:hover{color:#fcac2f;}.noo-teammember .noo-team-fix .noo-team-wrap .noo-team-content .team-specialty{margin-top:20px;}.noo-teammember .noo-team-fix .noo-team-wrap .noo-team-content .team-specialty .team-specialty-attr{margin-top:13px;}.noo-teammember .noo-team-fix .noo-team-wrap .noo-team-content .team-specialty .team-specialty-attr ul{float:left;padding:0;margin:0;list-style:none;width:50%;}.noo-teammember .noo-team-fix .noo-team-wrap .noo-team-content .team-specialty .team-specialty-attr ul li{line-height:36px;position:relative;padding:0 0 0 14px;}.noo-teammember .noo-team-fix .noo-team-wrap .noo-team-content .team-specialty .team-specialty-attr ul li:before{width:4px;height:4px;-webkit-border-top-right-radius:50%;-webkit-border-bottom-right-radius:0;-webkit-border-bottom-left-radius:0;-webkit-border-top-left-radius:0;-moz-border-radius-topright:50%;-moz-border-radius-bottomright:0;-moz-border-radius-bottomleft:0;-moz-border-radius-topleft:0;border-top-right-radius:50%;border-bottom-right-radius:0;border-bottom-left-radius:0;border-top-left-radius:0;-moz-background-clip:padding-box;-webkit-background-clip:padding-box;background-clip:padding-box;background:#333;content:"";position:absolute;left:0;top:50%;margin-top:-2px;}.noo-teammember .noo-team-fix .noo-team-wrap .noo-team-content .team-certificates{margin-top:20px;color:#333;}@media screen and (max-width:991px){.noo-teammember .noo-box-extension-wrap{clear:both;}}@media screen and (max-width:767px){.noo-teammember .teammember-item .teammember-image img{width:100%;height:auto;}}.noo-shortcode-wrap.noo-social-network .social-share-wrap label{float:left;font-weight:800;margin:0 10px 0 0;display:inline-block;text-transform:uppercase;}.noo-shortcode-wrap.noo-social-network ul,.noo-shortcode-wrap.noo-social-network ul.social-share{display:inline-block;float:left;padding:0;margin:0;}.noo-shortcode-wrap.noo-social-network ul.social-share li,.noo-shortcode-wrap.noo-social-network ul li{list-style:none;display:inline-block;display:block;float:left;margin:0 5px;width:30px;height:30px;line-height:36px;text-align:center;-webkit-transition:all .2s;-o-transition:all .2s;transition:all .2s;background:#333;color:#fff;font-size:0;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;-moz-background-clip:padding-box;-webkit-background-clip:padding-box;background-clip:padding-box;}.noo-shortcode-wrap.noo-social-network ul.social-share li:hover,.noo-shortcode-wrap.noo-social-network ul li:hover{background:#fcac2f;color:#fff;}.noo-shortcode-wrap.noo-social-network ul.social-share li i,.noo-shortcode-wrap.noo-social-network ul li i{font-size:12px;}.noo-shortcode-wrap.noo-social-network ul.social-share li i:before,.noo-shortcode-wrap.noo-social-network ul li i:before{padding:0;}.shortcode-blog-wrap .blog-wrap .blog-inner article .post-item .entry-wrap .entry-thumbnail-wrap a.entry-thumbnail_overlay:after{content:none;}.shortcode-blog-wrap .blog-wrap.masonry .blog-inner .entry-post-meta-wrap .entry-meta li{color:#fff;}.shortcode-blog-wrap .blog-wrap.masonry .blog-inner .entry-post-meta-wrap .entry-meta li *,.shortcode-blog-wrap .blog-wrap.masonry .blog-inner .entry-post-meta-wrap .entry-meta li.entry-meta-author a{color:inherit;}