html {
/* scroll-padding-top: 150px; /* height of sticky header */
/* scroll-margin-top: 150px;*/
}

/**[id]::before { 
  display: block; 
  content: ""; 
  margin-top: -150px; 
  height: 150px; 
  visibility: hidden; 
}*/

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-family: 'Roboto',Arial,sans-serif;
    font-size: 13px;
    line-height: 20px;
    color: #666;
    position: relative;
    -webkit-font-smoothing: antialiased;
}

/* Links ---------------------- */
a {
    text-decoration: none;
    line-height: inherit;
}

a:hover {
}

a:focus {
    outline: none;
}

p a,p a:visited {
    line-height: inherit
}

img {
    border: 0px;
}

/* Base Type Styles Using Modular Scale ---------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,th,td {
    margin: 0;
    padding: 0;
    font-size: 13px;
 }

p {
    font-size: 13px;
    line-height: 1.6;
    margin: 5px 0;
}

h1,h2,h3,h4,h5,h6,
.h1,.h2,.h3,.h4,.h5,.h6{
    font-family: 'Roboto Condensed',Arial,sans-serif;
    text-rendering: optimizeSpeed;
    margin-bottom: 10px;
    margin-top: 20px;
    line-height: 1em;
    font-weight: normal;
    color: #003B70;
    display: block;
}

h1 small,h2 small,h3 small,h4 small,h5 small,h6 small {
    font-size: 70%;
    line-height: 0;
}

h1,.h1 {
    font-size: 36px
}

h2,.h2 {
    font-size: 30px
}

h3,.h3 {
    font-size: 24px
}

h4,.h4 {
    font-size: 18px
}

h5,.h5 {
    font-size: 16px
}

h6,.h6 {
    font-size: 14px
}

hr {
    border: solid #ddd;
    border-width: 1px 0 0;
    clear: both;
    margin: 15px 10% 14px;
    height: 0;
}

.subheader {
    line-height: 1.3;
    font-weight: 300;
    margin-bottom: 17px;
}

small {
    font-size: 60%;
    line-height: inherit;
}
.big {
    font-size: 120%;
    line-height: inherit;
}

/* Standard Forms ---------------------- */
form { margin: 0 0 19.41641px }
.row form .row { margin: 0 -6px }
.row form .row .column,
.row form .row .columns { padding: 0 6px }
.row form .row.collapse { margin: 0 }
.row form .row.collapse .column,
.row form .row.collapse .columns { padding: 0 }
label { color: #4d4d4d; cursor: pointer; display: block; font-weight: 500; margin-bottom: 3px; }
label.right { float: none; text-align: right; }
label.inline { line-height: 32px; margin: 0 0 12px 0; }
.prefix,.postfix { display: block; position: relative; z-index: 2; text-align: center; width: 100%; padding-top: 0; padding-bottom: 0; height: 32px; line-height: 31px; }
a.button.prefix,a.button.postfix { padding-left: 0; padding-right: 0; text-align: center; }
span.prefix,span.postfix { background: #f2f2f2; border: 1px solid #cccccc; }
.prefix { left: 2px; -moz-border-radius-topleft: 2px; -webkit-border-top-left-radius: 2px; border-top-left-radius: 2px; -moz-border-radius-bottomleft: 2px; -webkit-border-bottom-left-radius: 2px; border-bottom-left-radius: 2px; overflow: hidden; }
.postfix { right: 2px; -moz-border-radius-topright: 2px; -webkit-border-top-right-radius: 2px; border-top-right-radius: 2px; -moz-border-radius-bottomright: 2px; -webkit-border-bottom-right-radius: 2px; border-bottom-right-radius: 2px; }
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
input[type="textarea"],
textarea { border: 0px; -webkit-border-radius: 2px; -moz-border-radius: 2px; -ms-border-radius: 2px; -o-border-radius: 2px; border-radius: 2px; -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); color: rgba(0, 0, 0, 0.75); display: block; font-size: 14px; margin: 1px 0 12px 0; padding: 6px; height: 30px; width: 100%; -webkit-transition: all 0.15s linear; -moz-transition: all 0.15s linear; -o-transition: all 0.15s linear; transition: all 0.15s linear; }
input[type="text"]:focus,input[type="password"]:focus,input[type="date"]:focus,input[type="datetime"]:focus,input[type="email"]:focus,input[type="number"]:focus,input[type="search"]:focus,input[type="tel"]:focus,input[type="time"]:focus,input[type="url"]:focus,textarea:focus { background: #fafafa; outline: none !important; border-color: #b3b3b3; }
input[type="text"][disabled],input[type="password"][disabled],input[type="date"][disabled],input[type="datetime"][disabled],input[type="email"][disabled],input[type="number"][disabled],input[type="search"][disabled],input[type="tel"][disabled],input[type="time"][disabled],input[type="url"][disabled],textarea[disabled] { background-color: #ddd }
textarea { height: auto }
select { width: 100% }

/* Lists ---------------------- */
ul {
    list-style: none;
}

ul,ol {
    font-size: 14px;
    line-height: 1.6;
    margin: 0 0 10px;
    list-style-position: inside;
}

ul li ul,ul li ol {
    margin-left: 20px;
    margin-bottom: 0;
}


ul.square,ul.circle,ul.disc {
    margin-left: 17px
}

ul.checkmark {
    list-style: none;
}
ul.checkmark li:before {
  content: '✓ ';
}
ul.checkmark.red li:before {
  color: #AD3600;
}


ul.square {
    list-style-type: square;
    list-style-position: inside;
}

ul.square li ul {
    list-style: inherit
}

ul.circle {
    list-style-type: circle;
    list-style-position: inside;
}

ul.circle li ul {
    list-style: inherit
}

ul.disc {
    list-style-type: disc;
    list-style-position: inside;
}

ul.disc li ul {
    list-style: inherit
}

ul.no-bullet {
    list-style: none
}

ul.large li {
    line-height: 21px
}

ol li ul,ol li ol {
    margin-left: 20px;
    margin-bottom: 0;
}

.block-grid { display: block; overflow: hidden; padding: 0; }
.block-grid > li { height: auto; float: left; }
.block-grid.three-up { margin: 0 -12px }
.block-grid.three-up > li { width: 33.33%; padding: 0 12px 5px; }
.block-grid.three-up > li:nth-child(3n+1) { clear: both }


/* The Grid ---------------------- */
.dhrow {
    width: 80%;
    min-width: 768px;
    max-width: 100%;
    margin: 0 auto;
/*    scroll-margin-top: 150px;
    scroll-padding-top: 150px;*/
}

.dhrow.full {
    width: 100%;
    padding: 15px 10%;
}
.dhrow.panel-header {
    width: 100%;
    padding: 0px 0px;
}

.dhrow .dhrow {
    width: auto;
    max-width: none;
    min-width: 0;
    margin: 0 -15px;
}

.dhrow.collapse .column, .dhrow.collapse .columns {
    padding: 0
}

.dhrow .dhrow {
    width: auto;
    max-width: none;
    min-width: 0;
    margin: 0 -15px;
}

.dhrow .dhrow.collapse {
    margin: 0
}

.column, .columns {
    float: left;
    min-height: 1px;
    padding: 0 15px;
    position: relative;
}

.column.centered, .columns.centered {
    float: none;
    margin: 0 auto;
}

[class*="column"] + [class*="column"]:last-child {
    float: right
}

[class*="column"] + [class*="column"].end {
    float: left
}

.one,.dhrow .one {
    width: 8.33333%
}

.two,.dhrow .two {
    width: 16.66667%
}

.twohalf,.dhrow .twohalf {
    width: 20%
}

.three,.dhrow .three {
    width: 25%
}

.four,.dhrow .four {
    width: 33.33333%
}

.five,.dhrow .five {
    width: 41.66667%
}

.six,.dhrow .six {
    width: 50%
}

.seven,.dhrow .seven {
    width: 58.33333%
}

.eight,.dhrow .eight {
    width: 66.66667%
}

.nine,.dhrow .nine {
    width: 75%
}

.ten,.dhrow .ten {
    width: 83.33333%
}

.eleven,.dhrow .eleven {
    width: 91.66667%
}

.twelve,.dhrow .twelve {
    width: 100%
}

.dhrow .offset-by-one {
    margin-left: 8.33333%
}

.dhrow .offset-by-onehalf {
    margin-left: 12.4999%
}

.dhrow .offset-by-two {
    margin-left: 16.66667%
}

.dhrow .offset-by-three {
    margin-left: 25%
}

.dhrow .offset-by-four {
    margin-left: 33.33333%
}

.dhrow .offset-by-five {
    margin-left: 41.66667%
}

.dhrow .offset-by-six {
    margin-left: 50%
}

.dhrow .offset-by-seven {
    margin-left: 58.33333%
}

.dhrow .offset-by-eight {
    margin-left: 66.66667%
}

.dhrow .offset-by-nine {
    margin-left: 75%
}

.dhrow .offset-by-ten {
    margin-left: 83.33333%
}

.push-two {
    left: 16.66667%
}

.pull-two {
    right: 16.66667%
}

.push-three {
    left: 25%
}

.pull-three {
    right: 25%
}

.push-four {
    left: 33.33333%
}

.pull-four {
    right: 33.33333%
}

.push-five {
    left: 41.66667%
}

.pull-five {
    right: 41.66667%
}

.push-six {
    left: 50%
}

.pull-six {
    right: 50%
}

.push-seven {
    left: 58.33333%
}

.pull-seven {
    right: 58.33333%
}

.push-eight {
    left: 66.66667%
}

.pull-eight {
    right: 66.66667%
}

.push-nine {
    left: 75%
}

.pull-nine {
    right: 75%
}

.push-ten {
    left: 83.33333%
}

.pull-ten {
    right: 83.33333%
}

img,object,embed {
    height: auto
}

object,embed {
    height: 100%
}

.dhrow {
    *zoom: 1 }

.dhrow:before,.dhrow:after {
    content: "";
    display: table;
}

.dhrow:after {
    clear: both
}

/* Requires globals.css */
/* Normal Buttons ---------------------- */
.button {
    border: 0px;
    width: auto;
    background: #444;
    color: white;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    line-height: 1;
    margin: 0;
    outline: none;
    padding: 8px 17px 9px;
    position: relative;
    text-align: center;
    text-decoration: none;
    -webkit-transition: background-color 0.15s ease-in-out;
    -moz-transition: background-color 0.15s ease-in-out;
    -o-transition: background-color 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out;
}

.button:hover {
    color: white;
    background-color: #555;
}

.button:active {
}

.button:focus {
    color: white
}

.button.large {
    font-size: 17px;
    padding: 15px 30px 16px;
}

.button.medium {
    font-size: 14px
}

.button.small {
    font-size: 11px;
    padding: 5px 14px;
}

.button.tiny {
    font-size: 10px;
    padding: 4px 10px;
}

.button.expand {
    width: 100%;
}

.button.primary {
    background-color: #2E76B8
}

.button.primary:hover {
    background-color: #5388B8;
    color: #fff;
}

.button.primary:focus {
    -webkit-box-shadow: 0 0 4px #2E76B8, 0 1px 0 rgba(255, 255, 255, 0.5) inset;
    -moz-box-shadow: 0 0 4px #2E76B8, 0 1px 0 rgba(255, 255, 255, 0.5) inset;
    box-shadow: 0 0 4px #2E76B8, 0 1px 0 rgba(255, 255, 255, 0.5) inset;
}

.button.success {
    background-color: #5da423
}

.button.success:hover {
    background-color: #457a1a
}

.button.success:focus {
    -webkit-box-shadow: 0 0 5px #5da423, 0 1px 0 rgba(255, 255, 255, 0.5) inset;
    -moz-box-shadow: 0 0 5px #5da423, 0 1px 0 rgba(255, 255, 255, 0.5) inset;
    box-shadow: 0 0 5px #5da423, 0 1px 0 rgba(255, 255, 255, 0.5) inset;
}

.button.alert {
    background-color: #ad3600
}

.button.alert:hover {
    background-color: #c13c00
}

.button.alert:focus {
    -webkit-box-shadow: 0 0 4px #ad3600, 0 1px 0 rgba(255, 255, 255, 0.5) inset;
    -moz-box-shadow: 0 0 4px #ad3600, 0 1px 0 rgba(255, 255, 255, 0.5) inset;
    box-shadow: 0 0 4px #ad3600, 0 1px 0 rgba(255, 255, 255, 0.5) inset;
}

.button.order {
    background-color: #D69436
}

.button.order:hover {
    background-color: #D6A560
}

.button.order:focus {
    -webkit-box-shadow: 0 0 4px #AD6500, 0 1px 0 rgba(255, 255, 255, 0.5) inset;
    -moz-box-shadow: 0 0 4px #AD6500, 0 1px 0 rgba(255, 255, 255, 0.5) inset;
    box-shadow: 0 0 4px #AD6500, 0 1px 0 rgba(255, 255, 255, 0.5) inset;
}

.button.secondary {
    background-color: #e9e9e9;
    color: #1d1d1d;
}

.button.secondary:hover {
    background-color: #d0d0d0
}

.button.secondary:focus {
    -webkit-box-shadow: 0 0 5px #e9e9e9, 0 1px 0 rgba(255, 255, 255, 0.5) inset;
    -moz-box-shadow: 0 0 5px #e9e9e9, 0 1px 0 rgba(255, 255, 255, 0.5) inset;
    box-shadow: 0 0 5px #e9e9e9, 0 1px 0 rgba(255, 255, 255, 0.5) inset;
}

.button.disabled, .button[disabled] {
    opacity: 0.6;
    cursor: default;
    background: #2ba6cb;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.button.disabled :hover, .button[disabled] :hover {
    background: #2ba6cb
}

/* Don't use native buttons on iOS */
input[type=submit].button, button.button {
    -webkit-appearance: none
}

/* Correct FF button padding */
@-moz-document url-prefix() {
    button::-moz-focus-inner, input[type="reset"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner, input[type="submit"]::-moz-focus-inner, input[type="file"] > input[type="button"]::-moz-focus-inner {
        border: none;
        padding: 0;
    }

    input[type="submit"].tiny.button {
        padding: 3px 10px 4px
    }

    input[type="submit"].small.button {
        padding: 5px 14px 6px
    }

    input[type="submit"].button, input[type=submit].medium.button {
        padding: 8px 20px 9px
    }

    input[type="submit"].large.button {
        padding: 13px 30px 14px
    }
}

/* Requires globals.css */
.nav-bar {
    height: 40px;
    margin-top: 30px;
    padding: 0;
}

.nav-bar > li {
    float: left;
    display: block;
    position: relative;
    padding: 0;
    margin: 0 7px 0 0;
    line-height: 40px;
}

.nav-bar > li:first-child {
    background: none
}

.nav-bar > li:last-child {
}

.nav-bar > li.active {
}

.nav-bar > li.active > a {
    cursor: pointer
}

.nav-bar > li.active:hover {
    cursor: default
}

.nav-bar > li:hover {
}

.nav-bar > li > a {
    color: #555
}

.nav-bar > li ul {
    margin-bottom: 0
}

.nav-bar > li .flyout {
    display: none
}

.nav-bar > li.has-flyout > a:first-child {
    position: relative
}

.nav-bar > li.has-flyout > a:first-child:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    right: 0px;
    top: 0px;
}

.nav-bar > li.has-flyout > a.flyout-toggle {
    background: none;
    border-left: 0 !important;
    position: absolute;
    right: 0;
    top: 0;
    padding: 20px;
    z-index: 2;
    display: block;
}

.nav-bar > li.has-flyout.is-touch > a:first-child {
    padding-right: 55px
}

.nav-bar > li.has-flyout.is-touch > a.flyout-toggle {
    border-left: 1px dashed #666
}

.nav-bar > li > a:first-child {
    position: relative;
    padding: 0 11px;
    display: block;
    text-decoration: none;
    font-size: 14px;
}

.nav-bar > li > input {
    margin: 0 10px
}

.nav-bar.vertical {
    height: auto;
    margin-top: 0;
}

.nav-bar.vertical > li {
    float: none;
    border-bottom: none;
    border-right: solid 1px #333333;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.nav-bar.vertical > li.has-flyout > a:first-child:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: solid 4px;
    border-color: transparent transparent transparent #e6e6e6;
}

.nav-bar.vertical > li .flyout {
    left: 100%;
    top: -1px;
}

.nav-bar.vertical > li .flyout.right {
    left: auto;
    right: 100%;
}

.nav-bar.vertical > li.active {
    border-right: solid 1px #2284a1
}

.nav-bar.vertical > li:last-child {
    border-bottom: solid 1px #333333
}

.navbar-header {
    display: none;
}

.flyout {
    background: #fff;
    padding: 20px;
    margin: 0;
    position: absolute;
    top: 39px;
    left: -1px;
    width: 200px;
    z-index: 40;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
    /* remove margin on any first-child element */
    /* remove margin on last element */
}

.flyout p {
    line-height: 1.2;
    font-size: 13px;
    color: #666;
    margin-bottom: 15px;
}

.flyout *:first-child {
    margin-top: 0
}

.flyout *:last-child {
    margin-bottom: 0
}

.flyout.small {
    width: 166.66667px
}

.flyout.large {
    width: 437.5px
}

.flyout.right {
    left: auto;
    right: -2px;
}

.flyout.left {
    right: auto;
    left: -2px;
}

.flyout.up {
    top: auto;
    bottom: 39px;
}

ul.flyout,.nav-bar li ul {
    padding: 0;
    list-style: none;
}

ul.flyout li,.nav-bar li ul li {
}

ul.flyout li a,.nav-bar li ul li a {
    margin: 0px 20px;
    background: #fff;
    border: 1px solid #e6e6e6;
    border-width: 0px 0px 1px 0;
    color: #555;
    display: block;
    font-size: 12px;
    height: auto;
    line-height: 1;
    padding: 12px 0px;
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
}

ul.flyout li a:hover,.nav-bar li ul li a:hover {
    background: #fff;
    color: #333;
}

ul.flyout li.active,.nav-bar li ul li.active {
    margin-top: 0;
    border-top: 1px solid #4d4d4d;
    border-left: 1px solid #1a1a1a;
}

ul.flyout li.active a,.nav-bar li ul li.active a {
    background: #fff;
    border: none;
    color: #fff;
    height: auto;
    margin: 0;
    position: static;
    top: 0;
    -webkit-box-shadow: 0 0 0;
    -moz-box-shadow: 0 0 0;
    box-shadow: 0 0 0;
}


/* Requires: globals.css */
/* Table of Contents

:: Labels
:: Tooltips
:: Panels
:: Accordion
:: Side Nav
:: Sub Nav
:: Pagination
:: Breadcrumbs
:: Lists
:: Link Lists
:: Keystroke Chars
:: Image Thumbnails
:: Video
:: Tables
:: Microformats
:: Progress Bars
:: Menu Superfish
:: Portofolio
:: Content
*/

/* Article --------------------- */

article {
    margin: 0;
}

article ul {
    list-style-type: disc;
    margin-left: 5px;
}

/* Panels ---------------------- */
.panel {
    background: #f9f9f9;
    margin: 0 0 22px 0;
    padding: 20px;
}

.panel > :first-child {
    margin-top: 0
}

.panel > :last-child {
    margin-bottom: 0
}

.panel.callout {
    background: #ad3600;
    color: #fff;
    border-color: #702300;
    -webkit-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.5);
    -moz-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.5);
    box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.5);
}

.panel.callout a {
    color: #fff
}

.panel.callout .button {
    background: white;
    border: none;
    color: #2ba6cb;
    text-shadow: none;
}

.panel.callout .button:hover {
    background: rgba(255, 255, 255, 0.8)
}

.panel.radius {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

#contact-address .panel-hover,
#contact-phone .panel-hover {
    opacity: 1;
/*    -webkit-transition: opacity 0.15s ease-in-out;
    -moz-transition: opacity 0.15s ease-in-out;
    -o-transition: opacity 0.15s ease-in-out;
    transition: opacity 0.15s ease-in-out;
}
#contact-address:hover .panel-hover,
#contact-phone:hover .panel-hover {
    opacity: 1;
    -webkit-transition: opacity 0.15s ease-in-out;
    -moz-transition: opacity 0.15s ease-in-out;
    -o-transition: opacity 0.15s ease-in-out;
    transition: opacity 0.15s ease-in-out;*/
}

.panel-sidebar {
    top:35%;
    position: fixed;
}

/* PORTOFOLIO */
#portofolio h5 {
    padding-top: 10px;
}

#filters {
    margin-bottom: 10px;
    padding: 0;
}

#filters li {
    float: left;
    list-style: none;
    margin-right: 5px;
    margin-bottom: 10px;
}

#filters li a {
    text-decoration: none;
    font-size: 12px;
}

.portofoliothumboverlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 97%;
    background: rgba(0, 0, 0, 0.5);
    display: block;
    opacity: 0;
    -webkit-transition: opacity 0.25s ease-out;
    -moz-transition: opacity 0.25s ease-out;
    -o-transition: opacity 0.25s ease-out;
    transition: opacity 0.25s ease-out;
}

.portofoliothumboverlay .inner {
    display: block;
    text-align: center;
    position: absolute;
    top: 47%;
    left: 37%;
}

.portofoliothumboverlay .viewgallery a {
    display: block;
    text-align: center;
    position: absolute;
    top: 5%;
    left: 81%;
    color: #7e7e7e;
    font-size: 11px;
    text-transform: uppercase;
}

.portofoliothumboverlay:hover {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    opacity: 1;
}

.portofoliothumb {
    position: relative;
    width: 100%;
    height: 100%;
    cursor: pointer;
    border: none;
}

.portofoliothumb:hover {
    opacity: 1
}

.portofoliothumb > img {
    width: 100%!important;
    height: 250px;
    object-fit: cover;
}

a.projectdetail {
    background: #33877d;
    color: #fff;
    padding: 7px 7px 6px 7px;
    font-size: 12px;
    border-radius: 3px;
    -webkit-transition-property: color, background;
    -webkit-transition-duration: 1s, 1s;
    text-shadow: 1px 1px 1px #111;
}

.projectdetail:hover {
    background: #70aba4;
    color: #fff;
    text-shadow: 1px 1px 1px #111;
}

.galleryicon {
    z-index: 0;
    margin-right: 5px;
    width: 15px;
}

.portofoliobutton.selected {
    background-color: #e9e9e9;
    color: #1d1d1d;
}

.isotope-item {
    z-index: 2
}

.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}

.isotope,.isotope .isotope-item {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -ms-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -ms-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width;
}

.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    -ms-transition-property: -ms-transform, opacity;
    -o-transition-property: -o-transform, opacity;
    transition-property: transform, opacity;
}

.isotope.no-transition,.isotope.no-transition .isotope-item,.isotope .isotope-item.no-transition {
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -ms-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
}

/* 3 columns portofolio special stylesheet */
.threeportofolio {
    width: 33% !important;
}

.threeimage {
    height: 170px !important;
}

.threedetail {
    left: 33% !important;
}

.threegallery a {
    left: 70% !important;
    top: 10% !important;
}

.threeoverlay {
    height: 96% !important;
}

/* 3 columns portofolio special stylesheet */
.fourimage {
  /*  height: 130px !important;*/
}

.fourdetail {
    left: 24% !important;
}

.fourgallery a {
    left: 60% !important;
    top: 10% !important;
}

.fouroverlay {
    height: 100% !important;
}

/* project details */
.detailslider {
    border: 10px solid #fff;
    margin-top: 13px;
}

/* CONTENT ---------------------- */
.dhrow img {
    width: 100%;
}

.nomargin {
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.notopmargin {
    margin-top: 0px !important;
}
.noleftmargin {
    margin-left: 0px;
    padding-left: 0px;
}
.norightmargin {
    margin-right: 0px;
    padding-right: 0px;
}

.pagetext { display: none }

.floatright,.right {
    float: right
}

.left {
    float: left !important;
}

.text-left,.leftalign {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.clear {
    clear: both
}

a:focus {
    outline: none
}

.pics {
    float: left;
    margin-right: 10px;
}

#subheader {
    position: relative;
    padding: 22px 50px 23px 50px;
    position: relative;
}

#subheader h1 {
    margin: 12px 0;
}
    
#subheader p {
    font-size: 1.4em;
    margin-bottom: 0;
}

#subheader a {
    color: #fff;
    text-decoration: none;
}

#subheader a:hover {
    text-decoration: none;
    color: #fff;
}

.subheadertext {
    padding: 40px 0 60px !important;
}

.sub-cta {
    background-color: #D69436;
    border-radius: 7px;
    padding: 10px 20px;
    text-align: center;
    display: block;
    -webkit-transition: background-color 0.15s ease-in-out;
    -moz-transition: background-color 0.15s ease-in-out;
    -o-transition: background-color 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out;
}

.sub-cta:hover {
    background-color: #D6A560;
}

.sub-icon {
    font-size: 60px
}

.sub-text {
    font-size: 1.3em;
}

.topborder {
    border-top: 4px solid
}

.hr {
    height: 36px
}

.sidebartitle {
    margin-bottom: 20px;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 10px;
}

.sectiontitle {
    background-position: center;
    margin: 5px 0 25px;
    min-height: 20px;
}

.sectiontitle h1,
.sectiontitle h2,
.sectiontitle h3,
.sectiontitle h4 {
    display: inline;
    padding-right: 10px;
    padding-left: 10px;
}

.centersectiontitle {
    background-position: center;
    margin: 10px 0 25px;
    min-height: 20px;
    text-align: center;
}

.centersectiontitle h1, 
.centersectiontitle h2, 
.centersectiontitle h3 {
    padding-right: 10px;
    padding-left: 10px;
}

.catitem {
    margin-bottom: 30px;
}

.catitem h4 {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: -moz-available;
    width: -webkit-fill-available;
    width: available;
    margin: 0 15px;
    padding: 5px 20px 7px;
    color: #fff;
    text-shadow: 0 0 1px #000;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}

.catitem img {
    width: 100%;
    height: auto;
}

.catitem:hover h4 {
    background: #003B70;
    background: rgba(0, 59, 112, 0.8);
    text-shadow: 0 0 1px #003B70;
}

.catdescr {
    position: absolute;
    bottom: 5px;
    padding: 60px 20px 5px;
    background: linear-gradient(transparent 0%, rgba(0, 23, 44, 0.8) 100%) repeat-x rgba(0, 23, 44, 0);
    left: 15px;
    right: 15px;
    color: #fff;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}

.catitem:hover .catdescr {
    background: linear-gradient(transparent 0%, rgba(0, 23, 44, 1) 100%) repeat-x rgba(0, 23, 44, 0);
    padding: 80px 20px 5px;
}

.catdescr p:first-child {
    text-shadow: 0 0 2px #000, 0 0 10px #000;
}

.call-text {
    display: inline-block;
    width: 80%;
    padding-bottom: 15px;
    font-size: 1.1em;
}

.call-us {
    font-size: 20px;
    font-weight: bold;
}

.contact-icon {
    position: absolute;
    font-size: 16px;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    margin-top: 4px;
}

.contact-text {
    display: inline-block;
    margin-left: 40px;
}

.contact-img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

footer h3 {
    color: #fff;
}

.footer-menu li a {
    color: #999;
    display: inline-block;
}

.footer-menu li a::first-letter {
    text-transform: uppercase;
}

.footer-menu .current-menu-item a, .footer-menu .current-cat a {
    color: #D69436;
}

.content-img {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
    padding-top: 5px;
}

.readmore,a.readmore {
    cursor: pointer;
    border: 0px;
    color: #fff;
    padding: 6px 10px;
    display: inline;
    -webkit-transition: background-color 300ms linear;
    -moz-transition: background-color 300ms linear;
    -o-transition: background-color 300ms linear;
    -ms-transition: background-color 300ms linear;
    transition: background-color 300ms linear;
}

.readmore:hover,a.readmore:hover {
    background: #333;
    color: #fff;
}


.back-top-wrapper {
    width: 100%;
    position: absolute;
    overflow: hidden;
    height: 50px;
    display: block;
}

.back-top {
    bottom: 55px;
    right: 20px;
    margin-bottom: 0;
    display: block;
    position: fixed;
    display: scroll;
    display: none;
}

.back-top a {
    width: 50px;
    height: 50px;
    display: block;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    background: #333 url(../img/up-arrow.png) no-repeat center center;
    border-radius: 5px;
    /* transition */
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
    ; }

.back-top a:hover {
    background-color: #333
}

.back-top span {
    width: 50px;
    height: 50px;
    display: block;
    border-radius: 10px;
    /* transition */
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
    ; }

.minipause {
    height: 13px
}
.maxipause {
    height: 50px
}

.smoothborder {
    border: 1px solid #CCC !important
}


/*******************************************************************************************************************
*     Subheader Effects                                                                                                  
*******************************************************************************************************************/

.ca-menu {
    padding: 0;
    list-style-type: none;
}

.ca-menu li {
    width: 220px;
    height: 250px;
    overflow: hidden;
    position: relative;
    float: left;
    margin-right: 4px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
    margin-right: 22px;
    margin-bottom: 10px;
}

.ca-menu.ca-three li {
    width: 33.33333%;
    margin-right: 0;
}

.ca-menu.ca-four li {
    width: 25%;
    margin-right: 0;
}

.ca-menu li:last-child {
    margin-right: 0px;
}

.ca-menu li a {
    text-align: left;
    width: 100%;
    height: 100%;
    display: block;
    color: #333;
    position: relative;
}

.ca-icon {
    font-size: 60px;
    color: #333;
    text-shadow: 0px 0px 1px #333;
    line-height: 100px;
    position: absolute;
    width: 100%;
    height: 40%;
    left: 0px;
    top: 0px;
    text-align: center;
    -webkit-transition: all 400ms linear;
    -moz-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    -ms-transition: all 400ms linear;
    transition: all 400ms linear;
}

.ca-content {
    position: absolute;
    left: 0px;
    width: 100%;
    height: 60%;
    top: 40%;
}

.ca-main {
    font-size: 20px;
    color: #333;
    margin: 0;
    text-align: center;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}

.ca-sub {
    text-align: center;
    font-size: 14px;
    line-height: 1.3em;
    margin: 15px 20px 0;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}
.dhrow.blue .ca-menu li {
    height: 320px;
}
.dhrow.blue .ca-icon {
    color: #fff;
}
.dhrow.blue .ca-main {
    width: 100%;
    margin: 0;
}
.discounted {
    text-decoration-color: #AD3600;
    text-decoration-thickness: 2px;
}
.disprice {
    font-size: 1.2em;
    color: #AD3600;
}

.blockfaq_box {
	margin-left: calc((100% - 786px) / 2);
    width: 786px;
}
.blockfaq_item {
	margin-bottom: 10px;
}
.faq_question {
	background: #F8F8F8;
	padding: 18px 25px 17px 93px;
	position: relative;
	cursor: pointer;
}
.faq_question::before {
	content: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTggMVYxNSIgc3Ryb2tlPSIjMDAzMjYyIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPgo8cGF0aCBkPSJNMTUgOEwxIDgiIHN0cm9rZT0iIzAwMzI2MiIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiLz4KPC9zdmc+Cg==');
   position:absolute;
   width: 16px;
   height: 16px;
   left: 40px;
   top: calc(50% - 8px);
}
.expand .faq_question::before {
	content: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgZmlsbD0ibm9uZSIgeG1sbnM6dj0iaHR0cHM6Ly92ZWN0YS5pby9uYW5vIj48cGF0aCBkPSJNMTUgOEgxIiBzdHJva2U9IiMwMDMyNjIiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIi8+PC9zdmc+');
   position:absolute;
   width: 16px;
   height: 16px;
   left: 40px;
   top: calc(50% - 8px);
}
.faq_answer {
	height: 0;
	max-height: 0;
	transition: max-height .7s ease-in-out, padding .3s ease-in-out;
	overflow: hidden;
	padding: 0 25px 0 93px;
}
.expand .faq_answer {
	height: auto;
	max-height: 500px;
	padding: 25px 25px 35px 93px;
}