.mask {
  background-color: #fff;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 100000;
}

#loader {
  background: url(assets/images/loader.gif);
  background-position: center center;
  background-repeat: no-repeat;
  height: 31px;
  width: 31px;
  left: 50%;
  top: 50%;
  position: absolute;
  margin: -25px 0 0 -25px;
}

.bullet {
    background: url('assets/images/bullet.png') no-repeat left top; /* <-- change `left` & `top` too for extra control */
    padding: 0px 0px 0px 25px;
    /* reset styles (optional): */
    list-style: none;
    margin: 0;
}

h1,h2,h3,h4,h5,h6 {
  font-family: Raleway,Arial,serif;
  margin: 0;
  color: #262626;
}

a {
  color: #B58824 !important;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}

a:hover {
  color: #8B2025;
}

#main-container {
  overflow: hidden;
}

body {
  -webkit-font-smoothing: antialiased;
  font-family: "Open Sans",Arial,serif;
  color: #666;
  font-size: 100%;
}

p {
  font-size: 12px;
  line-height: 28px;
}

ul {
  margin-left: 0!important;
}

.no-last {
  float: left!important;
}

input {
  -webkit-appearance: none;
}

.page-header {
  text-align: center;
  margin-bottom: 44px;
}

.page-header .icon {
  font-size: 24px;
}

.page-header h4 {
  margin-top: 11px;
}

.page-header .hr {
  background-color: #222;
  margin-top: 44px;
  margin-bottom: 44px;
}

.callout-wrapper {
  background-color: #222;
  padding: 15px;
}

.callout {
  background-color: #222;
  padding: 25px;
  border: 2px solid #fff;
  overflow: hidden;
}

.callout h5 {
  margin-bottom: 11px;
  overflow: hidden;
}

.callout p {
  margin-bottom: 0;
}

.callout .icon {
  font-size: 72px;
}

.pad-large {
  padding-top: 88px;
  padding-bottom: 88px;
}

.pad-small {
  padding-top: 44px;
  padding-bottom: 44px;
}

.pad-bottom {
  margin-bottom: 88px;
}

.centered-text {
  text-align: center;
}

.uppercase {
  text-transform: uppercase;
}

.text-white {
  color: #fff;
}

.hr {
  margin: 0 auto;
  margin-top: 22px;
  margin-bottom: 22px;
  height: 2px;
  background-color: #fff;
}

.has-textured-bg {
  background: url(assets/images/grid.png?1394378661);
  background-repeat: repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
}

.fade {
  opacity: 0;
}

.show {
  opacity: 1;
}

.cherio-button {
  font-family: "Open Sans";
  font-weight: 600;
  line-height: 22px!important;
  letter-spacing: .15em;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 5px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -khtml-border-radius: 3px;
  -webkit-border-radius: 3px;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  transition: all 200ms linear;
}

.medium-button {
  font-size: 13px;
  padding: 12px 40px;
}

.cherio-button1.light {
  border: 1px solid #fff;
  color: #fff;
  background: 0 0;
}

.cherio-button1.light:hover {
  color: #222!important;
  background-color: #fff;
}

.cherio-button1.dark {
  border: 1px solid #222;
  color: #222;
  background: 0 0;
}

.cherio-button1.dark:hover {
  color: #fff!important;
  background-color: #222;
}

.btn {
  padding: 15px 25px;
  border: 7px double #222;
  background-color: #222;
  cursor: pointer;
  font-family: "Open Sans",Arial,serif;
  font-size: 12px;
  text-align: center;
  display: inline-block;
  overflow: hidden;
}

.twitter-bg {
  background-color: #009ad6;
  border-color: #009ad6;
}

.twitter-bg:hover h6 {
  color: #009ad6!important;
}

.twitter-bg:hover .icon {
  color: #009ad6!important;
}

.btn h6 {
  font-family: "Open Sans",Arial,serif;
  letter-spacing: 2px;
  margin-right: -2px;
  float: right;
  color: #fff;
}

.btn .icon {
  display: inline;
  float: left;
  margin-right: 11px;
  font-size: 12px;
  color: #fff;
}

.btn:hover {
  background-color: #fff;
}

.btn:hover h6 {
  color: #222;
}

.btn:hover .icon {
  color: #222;
}

button,.button {
  background-color: #B58824!important;
}

.section-title {
  text-align: center;
  margin-top: -10px;
  margin-bottom: 100px;
}

.section-title h2 {
  font-family: "Open Sans",Arial,serif;
  font-weight: 700;
  text-transform: uppercase;
}

@media (min-width:0) {
  .section-title h2 {
    font-size: 28px;
  }
}social-links

@media (min-width:62em) {
  .section-title h2 {
    font-size: 34px;
  }
}

.section-title .sub-heading-text {
  font-family: "Open Sans",Arial,serif;
  font-weight: 300;
  letter-spacing: .04em;
  color: #666;
  margin-top: 15px;
}

@media (min-width:0) {
  .section-title .sub-heading-text {
    font-size: 16px;
    line-height: 1.4;
  }
}

@media (min-width:62em) {
  .section-title .sub-heading-text {
    font-size: 20px;
    line-height: 1.6;
  }
}

.separator {
  width: 100%;
  height: 4px;
  line-height: 0;
  padding: 15px 0;
  text-align: center;
}

.separator span {
  height: 2px;
  background: #000;
  display: inline-block;
  width: 80px;
  filter: alpha(Opacity=15);
  opacity: .15;
}

.separator .seperator {
  padding: 16px 0;
}

.alt-heading {
  font-family: Raleway,Arial,serif;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.iconbox-content {
  margin-top: 35px;
}

.iconbox-content h5 {
  margin-bottom: 20px;
}

.icon-wrap {
  position: relative;
  vertical-align: middle;
  display: block;
  margin: 0 auto;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  overflow: visible;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.icon-wrap i {
  height: 65px;
  color: #fff;
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.icon-with-bg {
  background: #0573ae;
  border: 0;
}

.icon-with-border {
  border: 2px solid #99CA3B;
}

.icon-with-border i {
  color: #99CA3B;
}

.parallax-section {
  text-align: center;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover!important;
  background-attachment: fixed!important;
}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px)  {
    .parallax-section {
        /*background-attachment: scroll!important;
		background-position: top!important;
		-webkit-background-size: auto!important;
		-moz-background-size: auto!important;
		background-size: auto!important;*/
        text-align: center;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover !important;
        background-attachment: fixed !important;
    }
}

@media only screen and (max-width: 480px), only screen and (max-device-width: 480px) {
   /* CSS overrides for mobile here*/
    .parallax-section {
        /*background-attachment: scroll!important;
		background-position: top!important;
		-webkit-background-size: auto!important;
		-moz-background-size: auto!important;
		background-size: auto!important;*/
        text-align: center;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover !important;
        background-attachment: fixed !important;
    }
}

.parallax-content {
  padding: 40px 0;
}

.text-large {
  font-weight: 300;
}

.text-small {
  font-weight: 100;
}

@media (min-width:0) {
  .text-large {
    font-size: 22px;
    line-height: 34px;
    margin-bottom: 25px;
  }
}

@media (min-width:62em) {
  .text-large {
    font-size: 32px;
    line-height: 44px;
    margin-bottom: 40px;
  }
}

.light {
  color: #fff;
}

.alt-bg {
  padding: 60px 20px 40px;
}

.has-bg-color {
  background-color: rgba(0,0,0,.8);
}

.video-embbed {
  position: relative;
}

.call-to-action-inner {
  position: relative;
  z-index: 40;
  padding: 100px 0 120px;
}

.media-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 0;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}

#navigation {
  position: fixed;
  top: -80px;
  width: 100%;
  /*background-color: rgba(59,67,71,.9);*/
  background-color: rgba(137,34,37,1);
  min-height: 80px;
  z-index: 200;
  transition: all .2s ease;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
}

#mobile-toggle {
  position: absolute;
  z-index: 200;
  right: 44px;
  top: 35px;
  font-size: 18px;
  cursor: pointer;
  color: #fff;
}

@media (min-width:0) {
  #mobile-toggle {
    display: block;
  }
}

@media (min-width:62em) {
  #mobile-toggle {
    display: none;
  }
}

.mobile-nav-open {
  max-height: 500px!important;
}

.show-nav {
  top: 0!important;
}

.mejs-controls 
{
    display:none !important;
    height:0 !important;
}

.mejs-mediaelement {
    background-color:white !important;
}

#logo embed {
    position: relative;
    top: 15px;
    width: 96%;
}

@media only screen and (max-width: 480px), only screen and (max-device-width: 480px) {
    #logo embed {
        position: relative;
        top: 10px;
        width: 75%;
    }
}

#logo .icon {
    color: #fff;
    font-size: 40px;
    float: left;
}

#logo h1 {
    font-family: "Open Sans",Arial,serif;
    color: #fff;
    letter-spacing: 3px;
    float: left;
    font-size: 26px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 80px;
}

    #logo h1 a {
        color: #fff;
    }

#menu a {
    font-family: Raleway,Arial,serif;
    letter-spacing: .2em;
    font-size: 12px;
    text-transform: uppercase;
}

.top-bar {
    line-height: 80px;
    height: 80px;
}

.top-bar, .top-bar-section ul, .top-bar-section li:not(.has-form) a:not(.button) {
    background: none !important;
}

@media (min-width:0) {
    .top-bar-section ul {
        margin: 20px 0 0;
    }
}

@media (min-width:48em) {
    .top-bar-section ul {
        margin: 0;
    }
}

@media (min-width:0) {
    .top-bar-section li:not(.has-form) a:not(.button) {
        padding: 0 8px;
        line-height: 40px;
    }
}

@media (min-width:48em) {
    .top-bar-section li:not(.has-form) a:not(.button) {
        padding: 0 15px;
        line-height: 80px;
    }
}

.top-bar-section li:not(.has-form):last-child a:not(.button) {
    padding-right: 0;
}

.top-bar .toggle-topbar.menu-icon {
    top: 0;
    margin-top: 22px;
}

#home {
    overflow: hidden;
}

    #home .fa {
        color: #fff;
    }

#home-slider {
    position: relative;
    overflow: hidden;
    height: 100%;
    background-color:white !important;
}

    #home-slider .display-h {
        text-transform: uppercase;
        /*font-size: 65px;*/
        font-family: "Open Sans",Arial,serif;
        font-weight: 600;
        text-shadow: 0px 0px 15px rgba(0,0,0,.8);
    }

@media (min-width:0) {
    #home-slider .display-h {
        font-size: 1.2em
    }
}

@media (min-width:767px) {
    #home-slider .display-h {
        font-size: 4em
    }
}

#home-slider .slides li {
    background-size: cover !important;
    background-position: center !important;
    background-position-y: -20px;
    background-attachment: fixed !important;
}

@media only screen and (max-width: 480px), only screen and (max-device-width: 480px) {
    /* CSS overrides for mobile here */
    #home-slider .slides li {
        background-size: 1200px 720px !important;
        background-position: top center !important;
    }
    /*#home-slider .display-h {
    font-size: 45px;
}*/
}


@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
    #home-slider .slides li {
        background-size: 1550px 930px !important;
        background-position: top center !important;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
    #home-slider .slides li {
        background-size: 1200px 720px !important;
        background-position: top center !important;
    }
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
    #home-slider .slides li {
        background-size: 1200px 720px !important;
    }
}




.home-shrink {
    position: relative;
    z-index: 20;
}

    .home-shrink .hr {
        margin-bottom: 44px;
    }

    .home-shrink .icon {
        color: #fff;
        font-size: 60px;
    }

    .home-shrink .display-h {
        -webkit-transition: all .1s ease;
        letter-spacing: 10px;
        margin-right: -20px;
        text-shadow: 0px 0px 15px rgba(0,0,0,.8);
    }

.home-shadow {
    text-shadow: 0px 0px 15px rgba(0,0,0,.8);
}

@media (min-width:0) {
    .home-shrink h5 {
        font-size: .8em
    }
}

@media (min-width:767px) {
    .home-shrink h5 {
        font-size: 1.25em
    }
}

#team {
    padding: 88px 0;
    background: #edeeed;
}

.our-team {
    text-align: center;
    margin-left: 0;
}

    .our-team > li {
        display: inline-block;
        margin: 0;
        padding: 20px;
        text-align: left;
        position: relative;
    }

@media (min-width:0) {
    .our-team > li {
        width: auto;
    }
}

@media (min-width:32.5em) {
    .our-team > li {
        width: 380px;
    }
}

.our-team figure {
    margin: 0;
    position: relative;
}

    .our-team figure img {
        max-width: 100%;
        display: block;
        position: relative;
    }

.our-team .profile,
.our-team .profile-caption-mobile {
    position: absolute;
    left: 0;
    background: #fa6b55;
    color: #fff;
}

.our-team .profile {
    top: 0;
}

.our-team .profile-caption-mobile {
    bottom: 0 !important;
    width: 100%;
}

@media (min-width:0) {
    .our-team figcaption {
        padding: 5px 10px;
    }
}

@media (min-width:32.5em) {
    .our-team figcaption {
        padding: 10px 15px;
    }
}

.our-team figcaption h5 {
    margin: 10px 0 0 !important;
    padding: 0;
    color: #fff;
}

.our-team figcaption span {
    font-size: 12px;
    font-style: italic;
}

.our-team figcaption a {
    text-align: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: inline-block;
    background: #BDC4C5;
    color: #fff;
}

    .our-team figcaption a:hover {
        background: #EDEEED;
    }

    .our-team figcaption a i {
        position: relative;
        top: 5px;
    }

.our-team figcaption .about-team {
    margin-top: 15px;
    font-size: 12px;
    line-height: 18px;
}

@media (min-width:0) {
    .our-team figcaption .about-team {
        display: none;
    }
}

@media (min-width:32.5em) {
    .our-team figcaption .about-team {
        display: block;
    }
}

.our-team .socials-icons {
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: 20px;
}

    .our-team .socials-icons li {
        display: inline-block;
    }

.team-style-1 li {
    -webkit-perspective: 1700px;
    -moz-perspective: 1700px;
    perspective: 1700px;
    -webkit-perspective-origin: 0 50%;
    -moz-perspective-origin: 0 50%;
    perspective-origin: 0 50%;
}

.team-style-1 figure {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

    .team-style-1 figure > div {
        overflow: hidden;
    }

    .team-style-1 figure img {
        -webkit-transition: -webkit-transform .4s;
        -moz-transition: -moz-transform .4s;
        transition: transform .4s;
    }

    /*.no-touch */
    .team-style-1 figure:hover img, .team-style-1 figure.cs-hover img {
        -webkit-transform: translateX(25%);
        -moz-transform: translateX(25%);
        -ms-transform: translateX(25%);
        transform: translateX(25%);
    }

.team-style-1 figcaption {
    height: 100%;
    width: 50%;
    opacity: 0;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: rotateY(-90deg);
    -moz-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
    -webkit-transition: -webkit-transform .4s,opacity .1s .3s;
    -moz-transition: -moz-transform .4s,opacity .1s .3s;
    transition: transform .4s,opacity .1s .3s;
}

/*.no-touch */
.team-style-1 figure:hover figcaption, .team-style-1 figure.cs-hover figcaption {
    opacity: 1;
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-transition: -webkit-transform .4s,opacity .1s;
    -moz-transition: -moz-transform .4s,opacity .1s;
    transition: transform .4s,opacity .1s;
}

#services {
    background-color: #212729;
    color: #869396;
}

    #services .section-title h2, #services h5 {
        color: #bdc4c5;
    }

    #services .separator span {
        background: #fff;
    }

    #services .callout-wrapper {
        margin-top: 44px;
    }

.service {
    text-align: center;
    padding-top: 22px;
    padding-bottom: 22px;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
}

.service-diamond-holder:hover .icon {
    top: 35px;
}

.service-hr {
    margin: 0 auto;
    background-color: #222;
    position: relative;
    top: 108px;
}

.service p {
    margin-bottom: 0;
    margin-top: 22px;
}

.service-icon-holder {
    margin-bottom: 22px;
}

    .service-icon-holder i {
        color: #99CA3B;
    }

#facts {
    background: #edeeed;
    padding: 88px 0;
}

    #facts #animated-counters {
        margin-top: 30px;
    }

        #facts #animated-counters .fa {
            color: #0573ae;
        }

        #facts #animated-counters .counter-value {
            margin: 30px 0;
            font-size: 38px;
            font-weight: 700;
        }

        #facts #animated-counters .counter-name {
            font-family: "Open Sans",Arial,serif;
            text-transform: uppercase;
            font-size: 13px;
        }

@media (min-width:0) {
    #facts .columns {
        margin-bottom: 40px;
    }
}

@media (min-width:62em) {
    #facts .columns {
        margin-bottom: 0;
    }
}

#testimonials {
    padding: 80px 0;
    font-family: Raleway,Arial,serif;
}

    #testimonials blockquote {
        color: #fff;
        border: 0 !important;
        margin: 0;
        padding: 0;
        font-size: 1.6em;
        text-shadow: black 0.1em 0.1em 0.2em
    }

.shadow {
    text-shadow: black 0.1em 0.1em 0.2em
}

@media (min-width:0) {
    #testimonials blockquote {
        font-size: .8em
    }
}

@media (min-width:767px) {
    #testimonials blockquote {
        font-size: 1.6em;
    }
}

#testimonials-slider {
    position: relative;
    z-index: 20;
}

    #testimonials-slider .flex-direction-nav a {
        color: #fff;
        top: 45%;
    }

    #testimonials-slider .flex-direction-nav .flex-prev {
        left: -99px;
    }

    #testimonials-slider .flex-direction-nav .flex-next {
        right: -99px;
        text-align: right;
    }

    #testimonials-slider h6 {
        text-transform: uppercase;
        color: #fff;
        font-family: "Open Sans",Arial,serif;
        font-size: 12px;
    }

#testimonials .hr {
    background-color: #fff;
}

#quotes blockquote {
    color: #fff;
    border: 0 !important;
    margin: 0;
    padding: 0;
    font-size: 1.6em;
}

#quotes h6 {
    text-transform: uppercase;
    color: #fff;
    font-family: "Open Sans",Arial,serif;
    font-size: 12px;
}

#pos {
    padding: 88px 0;
}

.container.portfolio-title {
    padding-bottom: 0;
}

#portfolio {
    padding-bottom: 0;
}

#filters {
    margin-bottom: 70px;
    text-align: center;
    display: block;
    float: none;
    z-index: 2;
    position: relative;
}

    #filters ul li {
        display: inline-block;
        margin: 0 10px 15px;
    }

        #filters ul li a {
            display: block;
        }

            #filters ul li a span {
                padding-bottom: 5px;
                color: #666;
                text-transform: uppercase;
                font-size: 12px;
                font-weight: 700;
            }

            #filters ul li a.active span {
                border-bottom: 5px solid #e4eaeb;
            }

.portfolio-item {
    padding: 0 !important;
    position: relative;
    overflow: hidden;
    float: left;
}

@media (min-width:0) {
    .portfolio-item {
        width: 100%;
    }
}

@media (min-width:48em) {
    .portfolio-item {
        width: 50%;
    }
}

@media (min-width:62em) {
    .portfolio-item {
        width: 33.33333%;
    }
}

.portfolio-item .portfolio-image {
    overflow: hidden;
    display: block;
    position: relative;
}

    .portfolio-item .portfolio-image img {
        width: 100%;
        height: auto;
    }

.portfolio-item:hover .project-overlay {
    opacity: 1;
    transition: all .4s ease 0s;
    -moz-transition: all .4s ease 0s;
    -webkit-transition: all .4s ease 0s;
    -ms-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
}

.project-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -moz-transition--webkit-transition: all .3s ease 0s;
    -moz-transition--o-transition: all .3s ease 0s;
    cursor: pointer;
    background-color: #99CA3B;
}

.open-project-link {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 100;
}

.project-info {
    position: absolute;
    height: 100px;
    width: 100%;
    top: 50%;
    margin-top: -50px;
    text-align: center;
}

.project-name {
    font-family: "Open Sans",Arial,serif;
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    margin-top: 25px;
    opacity: 0;
    transition: all .2s ease 0s;
    -moz-transition: all .2s ease 0s;
    -moz-transition--webkit-transition: all .2s ease 0s;
    -moz-transition--ms-transition: all .2s ease 0s;
    -o-transition: all .2s ease 0s;
}

.portfolio-item:hover .project-name {
    opacity: 1;
    -webkit-transition: opacity .4s .5s;
    -moz-transition: opacity .4s .5s;
    -ms-transition: opacity .4s .5s;
    -o-transition: opacity .4s .5s;
    transition: opacity .3s .5s;
}

.project-categories {
    font-size: 13px;
    color: #fff;
    opacity: 0;
    margin-top: 13px;
    transition: all .2s ease 0s;
    -moz-transition: all .2s ease 0s;
    -moz-transition--webkit-transition: all .2s ease 0s;
    -moz-transition--ms-transition: all .2s ease 0s;
    -o-transition: all .2s ease 0s;
}

.portfolio-item:hover .project-categories {
    opacity: .5;
    -webkit-transition: opacity .4s .8s;
    -moz-transition: opacity .4s .8s;
    -ms-transition: opacity .4s .8s;
    -o-transition: opacity .3s .8s;
    transition: opacity .3s .8s;
}

.isotope-item {
    z-index: 2;
}

.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}

.isotope, .isotope .isotope-item {
    -webkit-transition-duration: .8s;
    -moz-transition-duration: .8s;
    -ms-transition-duration: .8s;
    -o-transition-duration: .8s;
    transition-duration: .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;
        }

#project-page-holder {
    display: none;
    background-color: #fff;
}

#project-page-button-fullscreen {
    height: auto;
    z-index: 100;
    position: absolute;
    right: 30px;
    top: 30px;
}

    #project-page-button-fullscreen li {
        display: inline-block;
        font-size: 30px;
    }

        #project-page-button-fullscreen li a {
            background: url(assets/images/close.png?1381422620);
            background-repeat: no-repeat;
            background-size: 50px 50px;
            width: 50px;
            height: 50px;
            display: block;
            border-radius: 50px;
            opacity: .5;
        }

            #project-page-button-fullscreen li a:hover {
                opacity: 1;
            }

#project-page-button {
    text-align: center;
    margin-bottom: 20px;
    height: auto;
    position: relative;
    z-index: 100;
}

    #project-page-button li {
        display: inline-block;
        margin: 60px 10px 0;
        font-size: 30px;
    }

#project-page-data {
    margin-bottom: 0;
    position: relative;
}

.project-section-title {
    text-align: center;
    margin-bottom: 40px;
}

    .project-section-title h1 {
        margin-bottom: 5px !important;
        letter-spacing: 1px;
    }

.project-page {
    background-color: #fff;
    width: 100%;
    height: auto;
    left: 0;
    padding-bottom: 40px;
}

.project-image-slider .bx-wrapper .bx-next {
    background: url(assets/images/project_slider_right.png?1379982150);
    background-repeat: no-repeat;
    background-size: 35px 65px;
    opacity: .3;
    right: -90px;
}

.project-image-slider .bx-wrapper .bx-prev {
    background: url(assets/images/project_slider_left.png?1379982160);
    background-repeat: no-repeat;
    background-size: 35px 65px;
    opacity: .3;
    left: -90px;
}

    .project-image-slider .bx-wrapper .bx-next:hover, .project-image-slider .bx-wrapper .bx-prev:hover {
        opacity: 1;
        background-position: 0;
    }

.project-image-slider .bx-wrapper .bx-controls-direction a {
    height: 65px;
    outline: 0 none;
    position: absolute;
    text-indent: -9999px;
    top: 50%;
    width: 35px;
    z-index: 100;
}

.project-description {
    margin-top: 40px !important;
    margin-bottom: 20px;
    width: 100%;
    height: auto;
}

.visit-project {
    width: 100%;
    text-align: center;
    border-top: 1px solid #ddd;
    margin-top: 20px;
    padding: 55px 0 20px;
}

.project-description h5 {
    color: #222;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.icon-close {
    background: url(assets/images/close_box.png?1381256136) no-repeat;
    display: block;
    height: 40px;
    width: 40px;
}

#cycle-loader {
    height: 32px;
    left: 50%;
    margin: -8px 0 0 -8px;
    position: absolute;
    top: 50%;
    width: 32px;
    z-index: 999;
}

#arrow_left {
    top: 50%;
    height: 60px;
    position: absolute;
    left: 30px;
    width: 32px;
    z-index: 1000;
    margin-top: -30px;
}

#arrow_right {
    top: 50%;
    height: 60px;
    position: absolute;
    right: 30px;
    width: 32px;
    z-index: 1000;
    margin-top: -30px;
}

    #arrow_left:hover, #arrow_right:hover {
        margin-top: -28px;
    }

    #arrow_left:active, #arrow_right:active {
        margin-top: -28px;
    }

div.mc-image {
    -webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 100%;
    overflow: hidden;
    width: 100%;
}

#project-header {
    height: 600px;
    z-index: 1;
}

    #project-header .container {
        height: inherit;
    }

.table-header {
    display: table;
    position: relative;
    height: inherit;
    width: 100%;
}

.table-left {
    width: 50%;
    left: 0;
    position: absolute;
    bottom: 0;
}

.table-right {
    width: 50%;
    text-align: left;
    position: relative;
    right: 0;
    display: table-cell;
    vertical-align: middle;
}

.table-header h2 {
    margin-bottom: 25px;
}

.table-header p {
    margin-bottom: 35px;
}

#project-url {
    height: 40px;
    background-color: #222;
    text-align: center;
    position: relative;
    z-index: 10;
}

    #project-url .site a {
        color: #fff;
        display: block;
        font-family: Georgia;
        font-size: 13px;
        height: 40px;
        letter-spacing: 1px;
        line-height: 40px;
        overflow: hidden;
    }

    #project-url .site .group {
        display: block;
        width: 100%;
    }

        #project-url .site .group span {
            display: block;
            height: 40px;
            transition: all .3s ease 0s;
            -moz-transition: all .3s ease 0s;
            -webkit-transition: all .3s ease 0s;
            -o-transition: all .3s ease 0s;
        }

    #project-url .site:hover .text {
        display: block;
        margin-top: -40px;
    }

    #project-url .site:hover .hover {
        display: block;
    }

#project-info .section-title {
    margin-bottom: 0;
}

#project-features {
    background-color: #fff;
}

#project-slider .container {
    padding-bottom: 60px;
}

#project-slider .bx-wrapper {
    margin-bottom: 60px !important;
}

#project-options {
    background: #fff;
}

    #project-options h2 {
        margin: 40px 0;
    }

    #project-options ul {
        margin-bottom: 40px;
    }

        #project-options ul li {
            line-height: 24px;
        }

#project-counters {
    background-color: #222;
}

    #project-counters .counters {
        margin-top: 20px;
        width: 1120px;
        margin: 0 auto;
    }

        #project-counters .counters li {
            background: 0 0;
            border-radius: 3px;
            color: rgba(255,255,255,.5);
            font-family: "Open Sans",serif;
            font-size: 14px;
            padding: 25px 0;
            text-align: center;
            text-transform: none;
        }

            #project-counters .counters li .count {
                border-radius: 3px;
                color: #fff;
                font-family: Montserrat,sans-serif;
                font-size: 70px;
                padding: 25px 0;
                text-align: center;
                text-transform: uppercase;
                display: block;
            }

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 10px;
    height: 0;
    overflow: hidden;
    margin-bottom: 30px;
}

    .video-container iframe, .video-container object, .video-container embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0;
    }

#news {
    background: #fff;
    padding: 88px 0;
}

    #news h4 {
        color: #fff;
    }

    #news p {
        text-align: center;
    }

    #news img {
        max-width: 100%;
    }

#pricing {
    padding: 88px 0;
}

.pricing-table .title {
    font-family: Raleway,Arial,serif;
    text-transform: uppercase;
    font-size: 1.4rem;
}

.pricing-table .price {
    font-family: "Open Sans",Arial,serif;
    font-weight: 700;
    font-size: 2.8rem;
}

    .pricing-table .price > span {
        font-weight: 400;
        font-size: 1rem;
    }

#contact {
    position: relative;
    z-index: 10;
    background: url(assets/images/c1.jpg?1393322299) no-repeat center center;
    background-size: cover;
    color: #a4a4a4;
    overflow: hidden;
}

    #contact:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        top: 0;
        opacity: .9;
        z-index: -1;
        /*background-color: rgba(59,67,71,.9);*/
    }

    #contact .section-title .sub-heading-text, #contact .section-title h2 {
        color: #262626;
    }

    #contact .separator span {
        background: #fff;
        opacity: 1 !important;
    }

    #contact h2, #contact h3, #contact h4 {
        color: #262626;
        font-family: "Open Sans",Arial,serif;
        text-transform: uppercase;
    }

    #contact .contact-section h2 {
        font-size: 22px;
        font-size: 1.375rem;
        font-weight: 600;
        letter-spacing: 4px;
        margin: 0 0 1.2em;
    }

    #contact .contact-section .content {
        margin-bottom: 2em;
        border-bottom: 1px solid #8a9094;
    }

.contact-info .header p {
    font-family: Raleway,Arial,serif;
    letter-spacing: 2px;
    margin: 2em 0 1.5em;
    text-transform: uppercase;
    color: #B58824;
}

.contact-info .method {
    display: table;
    margin-bottom: 1em;
    width: 100%;
}

.contact-info .label {
    background-color: #B58824;
    font-weight: 700;
    float: left;
    margin-right: 10px;
}

.contact-info .details {
    margin-left: 40px;
    font-size: 14px;
    line-height: 20px;
}

#contact-content {
    padding-top: 88px;
    padding-bottom: 88px;
}

.contact-form ul {
    margin: 0 !important;
    list-style: none !important;
}

.contact-form .form-field {
    position: relative;
}

    .contact-form .form-field label {
        color: #fff;
        font-size: 13px;
        font-size: .8125rem;
        letter-spacing: 1px;
        margin-bottom: 10px;
    }

    .contact-form .form-field input, .contact-form .form-field textarea {
        outline-color: #fff;
    }

.contact-form input[type=text], .contact-form input[type=email] {
    height: 40px;
    padding: 6px 16px;
}

.contact-form input[type=text], .contact-form input[type=email], .contact-form textarea {
    background: transparent;
    border: 1px solid #B58824;
    border-radius: 0;
    color: #262626;
    font-size: 13px;
    font-size: .8125rem;
    width: 100%;
}

.contact-form textarea {
    min-height: 150px;
    padding: 12px 16px;
    resize: vertical;
}

.contact-form .button {
    background-color: #B58824;
}

#map_canvas {
    width: 100%;
    height: 400px;
    z-index: 0;
    position: relative;
}

    #map_canvas .firstHeading, #map_canvas p {
        font-family: "Open Sans",Arial,serif;
    }

    #map_canvas .firstHeading {
        font-weight: 700;
        font-size: 16px;
        margin-bottom: 10px;
    }

.site-footer {
    background-color: #3b4347;
    color: #fff;
    overflow: hidden;
    padding: 4em 0;
    text-align: center;
    display: table;
    width: 100%;
}

    .site-footer:after {
        content: "";
        display: table;
        clear: both;
    }

    .site-footer .social-links {
        border: 0;
        padding: 0;
        text-align: center;
        /*background-color: #3b4347;*/
    }

        .site-footer .social-links a {
            color: #B58824;
            margin-left: 5px;
        }

            .site-footer .social-links a:first-child {
                margin-left: 0;
            }

            .site-footer .social-links a:hover {
                color: #8B2025;
            }

    .site-footer .legal {
        margin: 20px 0 0;
        color: #adb6bb;
    }

#shortcodes-wrap {
    margin-top: 180px;
}

.shortcode {
    margin-top: 60px;
}

    .shortcode .title-divider {
        font-size: 21px;
        margin-bottom: 20px;
        text-align: center;
    }

.accordion dd > a, .tabs dd > a {
    font-family: "Open Sans",Arial,serif;
    font-weight: 700;
    font-size: 12px;
    color: #fff;
    background: #333b3d;
}

    .accordion dd > a:hover, .tabs dd > a:hover {
        background: #99CA3B;
    }

.accordion dd.active a, .tabs dd.active a {
    background: #99CA3B;
}

.tabs-content > .content, .accordion .content {
    border: 1px solid #e4e4f0;
}

#blog-header {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    min-height: 375px;
}

.page-title {
    padding-top: 160px;
    color: #fff;
    font-family: "Open Sans",Arial,serif;
    text-transform: uppercase;
    text-align: center;
}

@media (min-width:0) {
    .page-title {
        font-size: 26px;
        letter-spacing: .1em;
    }
}

@media (min-width:48em) {
    .page-title {
        font-size: 34px;
        letter-spacing: .2em;
    }
}

.widget {
    margin-top: 50px;
}

@media (min-width:0) {
    .widget {
        padding-left: 0;
    }
}

@media (min-width:75em) {
    .widget {
        padding-left: 15px;
    }
}

.widget ul li {
    list-style: none;
}

    .widget ul li:before {
        font-family: FontAwesome;
        content: "\f105";
        margin-right: 15px;
    }

.widget ul > li > a {
    font-size: 14px;
}

#search {
    display: block;
    width: 100%;
    height: 45px;
    padding: 9px 18px;
    font-size: 14px;
    line-height: 1.8;
    background-color: #fff;
    border: 1px solid #e8e8e8;
}

.heading h5 {
    font-size: 13px;
    text-transform: uppercase;
    margin-bottom: .75em;
}

.blog-post {
    margin-top: 50px;
}

.blog-title a {
    color: #262626;
    text-transform: uppercase;
}

.post-date {
    margin: 30px 0 10px;
    color: #999;
    text-transform: uppercase;
    font-size: 13px;
}

.post-quote {
    background: #edeeed;
    padding: 30px;
    border-radius: 3px;
    transition: all .3s linear;
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
}

    .post-quote h3 {
        font-style: italic;
        color: #222;
        line-height: 38px;
        margin-bottom: 15px;
    }

    .post-quote p {
        color: #222;
        opacity: .5;
    }

#blog-footer {
    padding: 40px 0 120px;
}

ul.pagination li.current a, ul.pagination li.current a:hover, ul.pagination li.current a:focus {
    background: #99CA3B;
}

ul.pagination li a {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    color: #666;
    padding: 7px 12px;
}