body {
    background: #fff;
    font-family: Trebuchet MS, sans-serif;
    font-weight: 300;
    font-size: 14px;
    line-height: 22px;
    color: #000;
}

html {
    height: 100%;
}

a {
    color: #a5732a;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
}

a:hover {
    outline: none;
    text-decoration: none;
    color: #dab074;
}

a:focus {
    outline: none;
    outline-offset: 0;
}

ul {
    list-style: none;
}

h1, h2, h3, h4, h5, h6 {
    font-family: Trebuchet MS, sans-serif;
    font-weight: 300;
}

h1 {
    font-size: 20px
}

h2 {
    font-size: 19px;
    color: #686868;
}

.uppercase {
    text-transform: uppercase;
}

.btn-common {
    font-size: 14px;
    color: #797979;
    border: 1px solid #dbb075;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    padding: 10px 25px;
}

#action .col-sm-5 {
    position: absolute;
    top: 0;
    height: 100%;
    right: 0;
}

.btn-common:hover, .btn-common:focus {
    outline: none;
    background: none;
    box-shadow: none;
    color: #FF6102;
}

.align-right {
    text-align: right;
}

.padding {
    padding: 65px 0;
}

.padding1 {
    padding: 10px 0;
}

.padding-bottom {
    padding-bottom: 65px;
}

.padding-bottom1 {
    padding-bottom: 10px;
}

.padding-top {
    padding-top: 10px;
}

.padding-right {
    padding-right: 80px;
}

.padding-left {
    padding-left: 80px;
}

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

.search {
    position: absolute;
    top: 20px;
    right: 0;
    z-index: 1;
}

.search i {
    color: #dbb075;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 2px;
}

.field-toggle {
    position: relative;
    top: 30px;
    right: 15px;
    display: none;
    height: 50px;
}

.search-form {
    padding-left: 10px;
    height: 40px;
    font-size: 18px;
    color: #818285;
    font-weight: 300;
    outline: none;
    border: 1px solid #dbb075;
    margin-top: 20px;
    border-radius: 4px;
}

#header .navbar {
    background: #fff;
    border: 0;
    margin-bottom: 0;
}

#header .navbar-brand {
    margin-left: 0;
    padding: 0;
}

#header .navbar-brand h1 {
    font-size: 23px;
    margin: 0;
    padding: 0;
}

#header .navbar-nav.navbar-right > li:last-child {
    margin-right: 20px;
}

#header .navbar-nav.navbar-right > li a {
    color: #000;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 300;
    padding: 20px;
}

#header .navbar-inverse .navbar-nav li.active > a, #header .navbar-inverse .navbar-nav li.active > a:focus, #header .navbar-nav.navbar-right li > a:hover, .navbar-inverse .navbar-nav > .open > a {
    background-color: inherit;
    border: 0;
    color: #FF6102;
}

#header .navbar-inverse .navbar-nav li a:hover {
    color: #FF6102;
}

ul.sub-menu {
    display: none;
    list-style: none;
    margin: 0;
    padding: 0;
}

#header .navbar-nav li ul.sub-menu li a {
    color: #818285;
    font-size: 13px;
    display: block;
    text-transform: capitalize;
    padding: 5px 0;
}

#header .navbar-nav li ul.sub-menu li .active {
    background: #fef7ee;
    color: #FF6102;
    position: relative;
}

#header .navbar-nav li ul.sub-menu li .active i {
    position: absolute;
    font-size: 56px;
    top: -13px;
    color: #dab074;
}

#header .navbar-nav li ul.sub-menu li .active .fa-angle-right {
    left: -3px;
}

#header .navbar-nav li ul.sub-menu li .active .fa-angle-left {
    right: -3px;
}

#header .navbar-nav li ul.sub-menu li a:hover, #header .navbar-nav li ul.sub-menu li a:focus {
    background: #fef7ee;
    color: #FF6102;
}

#header .navbar-nav li ul {
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s ease;
    left: 0;
    display: none;
}

#header .navbar-nav li:hover > ul, #header .navbar-nav li ul:hover {
    visibility: visible;
    opacity: 1;
    display: block;
}

#header .navbar-nav li ul li {
    clear: both;
    width: 100%;
}

@media (min-width: 768px) {
    .navbar-right {
        max-height: 60px!important;
    }

    .modal-dialog {
        width: 680px;
    }
}

.dropdown {
    z-index: 1;
    background: white;
}

.fa-angle-down {
    padding-left: 5px;
}

.scaleIn {
    -webkit-animation-name: scaleIn;
    animation-name: scaleIn;
}

#footer {
    padding-bottom: 75px;
    background-image: url(/javax.faces.resource/images/home/footer.png.xhtml);
    background-repeat: repeat-x;
    background-position: bottom;
    background-size: contain;
}

#footer h1 {
    margin-bottom: 65px;
    margin-top: 36px;
}

#footer .bottom-separator {
    margin-bottom: 30px;
}

#message {
    height: 110px;
    resize: none;
}

.bottom > h2 {
    margin-top: 0;
    margin-bottom: 26px;
}

.bottom .media-body h3 {
    margin-top: 0;
    padding-left: 25px;
}

.bottom .media-body h3 a {
    color: #d99c4e;
}

.testimonial .media {
    margin-top: 0;
    margin-bottom: 25px;
}

.testimonial .media > .pull-left {
    margin-right: 25px;
}

.testimonial .media > .pull-left img {
    margin-top: 6px;
}

.testimonial .media .media-body blockquote {
    padding-left: 25px;
    padding-right: 30px;
    position: relative;
    border-left: 0;
    margin-bottom: 0;
}

.testimonial .media .media-body blockquote:before {
    position: absolute;
    left: 5px;
    top: 8px;
    content: '"';
    font-size: 40px;
    color: #d99c4e;
    font-family: 'Noto Sans', sans-serif;
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    line-height: 0;
}

.testimonial .media .media-body blockquote:after {
    position: absolute;
    right: 30px;
    bottom: 14px;
    content: '"';
    font-size: 40px;
    color: #d99c4e;
    font-family: 'Noto Sans', sans-serif;
    line-height: 0;
}

.bottom > address {
    line-height: 22px;
    margin-bottom: 40px;
}

.form-control {
    border: 1px solid #d99c4e;
    font-weight: 300;
    outline: none;
    box-shadow: none;
    height: 40px;
}

.form-control:hover, .form-control:focus {
    outline: none;
    box-shadow: none;
    border-color: #FF6102;
}

.btn-submit {
    width: 100%;
    background-color: #d89b4e;
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 5px;
    text-transform: uppercase;
    border-radius: 3px;
    margin-top: 5px;
    border-bottom: 3px solid #a56617;
    box-shadow: none;
    padding: 10px;
}

.btn-submit:hover, .btn-submit:focus {
    color: #fff;
    outline: none;
    box-shadow: none;
    opacity: .8;
}

.copyright-text {
    margin-top: 70px;
}

.animate-in .slide-text {
    -webkit-animation: fadeInLeftBig 700ms cubic-bezier(0.190, 1.000, 0.220, 1.000) 200ms both;
    animation: fadeInLeftBig 700ms cubic-bezier(0.190, 1.000, 0.220, 1.000) 200ms both;
}

#home-slider .slider-house {
    position: absolute;
    right: 0;
    bottom: 0;
}

.animate-in .slider-house {
    -webkit-animation: fadeInDown 700ms ease-in-out 200ms both;
    animation: fadeInDown 700ms ease-in-out 200ms both;
}

#home-slider .slider-circle1 {
    position: absolute;
    right: 430px;
    bottom: 210px;
}

.animate-in .slider-circle1 {
    -webkit-animation: bounceIn 500ms ease-in-out 900ms both;
    animation: bounceIn 500ms ease-in-out 900ms both;
}

#home-slider .slider-circle2 {
    position: absolute;
    right: 420px;
    bottom: 245px;
}

.animate-in .slider-circle2 {
    -webkit-animation: bounceIn 500ms ease-in-out 1100ms both;
    animation: bounceIn 500ms ease-in-out 1100ms both;
}

#home-slider .slider-cloud1 {
    position: absolute;
    right: 290px;
    bottom: 250px;
}

.animate-in .slider-cloud1 {
    -webkit-animation: bounceIn 500ms ease-in-out 1300ms both;
    animation: bounceIn 500ms ease-in-out 1300ms both;
}

#home-slider .slider-cloud2 {
    position: absolute;
    right: 375px;
    bottom: 330px;
}

.animate-in .slider-cloud2 {
    -webkit-animation: bounceIn 500ms ease-in-out 1500ms both;
    animation: bounceIn 500ms ease-in-out 1500ms both;
}

#home-slider .slider-cloud3 {
    position: absolute;
    right: 75px;
    bottom: 300px;
}

.animate-in .slider-cloud3 {
    -webkit-animation: bounceIn 500ms ease-in-out 1700ms both;
    animation: bounceIn 500ms ease-in-out 1700ms both;
}

#home-slider .slider-sun {
    position: absolute;
    right: 190px;
    bottom: 300px;
}

.animate-in .slider-sun {
    -webkit-animation: bounceIn 800ms ease-in-out 1900ms both;
    animation: bounceIn 800ms ease-in-out 1900ms both;
}

#home-slider .slider-cycle {
    position: absolute;
    right: 500px;
    bottom: 0;
}

.animate-in .slider-cycle {
    -webkit-animation: slideInLeft 4000ms cubic-bezier(0.190, 1.000, 0.220, 1.000) 200ms both;
    animation: slideInLeft 4000ms cubic-bezier(0.190, 1.000, 0.220, 1.000) 200ms both;
}

#home-slider h1 {
    margin-top: 70px;
    margin-bottom: 25px;
}

#home-slider .preloader {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: #fafafa;
    text-align: center;
}

#home-slider .preloader > i {
    font-size: 48px;
    height: 48px;
    line-height: 48px;
    color: #dbb075;
    position: absolute;
    left: 50%;
    margin-left: -24px;
    top: 50%;
    margin-top: -24px;
}

#action, #page-breadcrumb {
    background-image: url(/javax.faces.resource/images/home/tour-bg.png.xhtml);
    background-color: #fbfafa;
    background-repeat: repeat-x;
    height: 110px;
    background-position: center;
    display: table;
    width: 100%;
    position: relative;
}

.vertical-center {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    position: static;
}

.suntsl {
    background-image: url(/javax.faces.resource/images/home/trust-service-list.png.xhtml);
    background-size: 90px 90px;
    background-repeat: no-repeat;
    background-position: 80% 50%;
}

.single-service1:hover {
    color: #FF6102;
    overflow: hidden;
    display: block;
}

.single-service1 h1:hover {
    color: #FF6102;
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 20px;
}

.action p {
    font-size: 18px;
    margin-bottom: 0;
    font-weight: 300;
}

.action .btn-common {
    margin-top: 55px;
    float: left;
}

.title {
    color: #404040;
    font-weight: 300;
}

.details {
    overflow: hidden;
    padding-top: 40px;
}

.details .section {
    color: #404040;
    font-weight: bold;
}

.details .title {
    color: #7d7d7d;
    font-weight: bold;
}

.details .error {
    color: #c34141;
}

.details .fa {
    color: #7d7d7d;
}

.details p {
    margin: 1em 0 0 0;
}

.details ul li:before {
    content: '\2713\00A0';
}

.details .container {
    padding-bottom: 40px;
}

.details .panel-group {
    margin-bottom: 1em;
}

.details .panel-heading a {
    color: #000000;
    font-size: 16px;
    text-decoration: none;
}

@media (max-width: 991px) {
    .details .panel-heading a {
        font-size: 14px;
    }
}

@media (min-width: 992px) {
    .details .panel-body {
        padding-top: 30px;
    }
}

.list {
    padding-left: 32px;
}

.stats {
    overflow: hidden;
    padding-top: 20px;
}

.stats .section {
    color: #404040;
    font-weight: bold;
    padding-top: 20px;
}

.stats th {
    color: #7d7d7d;
    font-weight: bold;
}

.dropzone {
    text-align: center;
    border: 2px dashed rgba(0, 0, 0, 0.3);
}

.dropzone .dz-preview .dz-details .dz-size {
    margin-bottom: 2em;
}

.timeline {
    margin: 3px 0 0 158px;
    position: relative;
    padding: 0 0 0 21px;
    font-size: 0.94em;
    list-style: none;
}

.timeline .event {
    border-left: 4px solid #828282;
    position: relative;
    padding: 0 0 .5em 21px;
    min-height: 3em;
    line-height: 140%;
}

.timeline .event:before, .timeline .event:after {
    position: absolute;
    display: block;
}

.timeline .event:before {
    left: -148px;
    content: attr(data-date);
    text-align: right;
    font-weight: 100;
}

.timeline .event:after {
    box-shadow: 0 0 0 4px #828282;
    left: -7px;
    background: white;
    border-radius: 50%;
    height: 10px;
    width: 10px;
    content: "";
    top: 4px;
}

.timeline .event[data-class="GOOD"] {
    border-left-color: #41c341;
}

.timeline .event[data-class="GOOD"]:after {
    box-shadow: 0 0 0 4px #41c341;
}

.timeline .event[data-class="BAD"] {
    border-left-color: #c34141;
}

.timeline .event[data-class="BAD"]:after {
    box-shadow: 0 0 0 4px #c34141;
}

.timeline .event[data-class="WARN"] {
    border-left-color: #c3c341;
}

.timeline .event[data-class="WARN"]:after {
    box-shadow: 0 0 0 4px #c3c341;
}

@media (max-width: 439px) {
    .timeline {
        margin-left: 90px;
    }

    .timeline .event:before {
        left: -94px;
        width: 10px;
    }
}

.tsl {
    width: 110px;
    height: 110px;
    background: url(/javax.faces.resource/images/tsl.png.xhtml);
    background-size: 110px 110px;
    background-repeat: no-repeat;
}

.tsl img {
    width: 24px;
    margin-top: 23px;
    margin-left: 65px;
    user-select: none;
}

.no-tsl {
    font-size: 7em;
    margin-right: 10px;
}

.tooltip-inner {
    background-color: #404040;
    white-space: pre-wrap;
    max-width: 24em;
}

.tooltip.top .tooltip-arrow {
    border-top-color: #404040;
}

.tooltip.right .tooltip-arrow {
    border-right-color: #404040;
}

.tooltip.bottom .tooltip-arrow {
    border-bottom-color: #404040;
}

.tooltip.left .tooltip-arrow {
    border-left-color: #404040;
}

.single-features {
    overflow: hidden;
    padding-top: 40px;
    padding-bottom: 10px;
}

.single-features:last-child {
    padding-bottom: 0;
}

.single-features h2 {
    margin-bottom: 15px;
}

#clients {
    padding-bottom: 45px;
}

.clients-logo {
    overflow: hidden;
    margin-bottom: 10px;
}

#company-information .padding-top {
    padding-top: 105px;
}

.person-info h2 {
    font-weight: 300;
    margin-bottom: 5px;
}

.person-info h3 {
    font-size: 16px;
    color: #686868;
    font-weight: 300;
    margin-top: 0;
    margin-bottom: 0;
}

.count h1 {
    font-size: 60px;
    color: #0b417a;
}

.progress .progress-bar.six-sec-ease-in-out {
    -webkit-transition: width 1s ease-in-out;
    -moz-transition: width 1s ease-in-out;
    -ms-transition: width 1s ease-in-out;
    -o-transition: width 1s ease-in-out;
    transition: width 1s ease-in-out;
}

.progress {
    height: 30px;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.progress-bar {
    line-height: 30px;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.recent-projects .team-single {
    height: 355px;
}

.recent-projects p.padding-bottom {
    padding-bottom: 50px;
}

#company-information.choose .padding-top {
    padding-top: 78px;
}

#company-information h2 {
    margin-bottom: 25px;
    margin-top: 0;
}

ul.elements {
    list-style: none;
    margin: 20px 0 0;
    padding: 0;
}

ul.elements li {
    margin: 6px 0;
}

ul.elements li > i {
    color: #FF6102;
    display: inline-block;
    margin-right: 10px;
}

#company-information h1.margin-bottom {
    margin-bottom: 26px;
}

.popular ul.gallery {
    list-style: none;
    margin: 10px -8px;
    padding: 0;
}

.popular ul.gallery li {
    display: block;
    width: 33.33%;
    float: left;
    padding: 8px;
}

.popular ul.gallery li a {
    display: block;
}

.popular ul.gallery li a img {
    width: 100%;
    transition: border-radius 300ms ease-in;
    -webkit-transition: border-radius 300ms ease-in;
}

.popular ul.gallery li a img:hover {
    border-radius: 60px;
}

#related-work .title {
    margin-bottom: 55px;
    margin-top: 10px;
}

.navbar-default {
    background: none;
    padding: 0;
}

.navbar-default li a {
    font-size: 12px;
    padding: 0 15px 0 0;
}

.navbar-default li a i {
    padding-right: 8px;
}

.navbar-default li a:hover {
    color: #dab074;
    background: none;
}

.skills .navbar-default, .client .navbar-default {
    margin-left: 35px;
}

.live-preview .btn-common {
    margin-top: 21px;
    padding: 13px 45px;
}

.post-thumb {
    position: relative;
    overflow: hidden;
    margin: -1px -1px 0;
}

.post-thumb iframe {
    width: 100%;
    min-height: 270px;
    border: 0;
}

.post-overlay {
    position: absolute;
    top: 50%;
    display: none;
    width: 94px;
    height: 140px;
    margin-top: -70px;
    overflow: hidden;
}

.post-overlay span {
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -60px;
    -webkit-animation: fadeInUp 400ms;
    animation: fadeInUp 400ms;
    z-index: 9;
}

.post-overlay span:before {
    position: absolute;
    bottom: 0;
    content: "";
    z-index: -1;
    cursor: initial;
    border-color: transparent transparent #dab074;
    border-style: solid;
    border-width: 60px;
}

.post-overlay span a {
    font-size: 30px;
    color: #fff;
    background: transparent;
    margin-left: 50px;
    padding: 0;
}

.single-blog:hover .post-overlay {
    display: block;
    -webkit-animation: fadeIn 300ms;
    animation: fadeIn 300ms;
}

.post-content {
    padding: 20px 0;
}

.post-title a:hover, .comments-number a:hover {
    color: #dab074;
}

.post-content .post-author a {
    font-weight: 300;
    font-size: 14px;
}

a.read-more {
    color: #a5732a;
    font-weight: 300;
}

a.read-more:hover {
    opacity: .8;
}

.post-bottom {
    border-top: 1px solid #eee;
    margin: 20px -20px 0;
    padding: 20px 20px 0;
}

.single-blog {
    padding-bottom: 30px;
}

.single-blog .post-bottom {
    border-bottom: 1px solid #eee;
    padding-top: 10px;
    padding-bottom: 10px;
}

.single-blog .post-overlay span {
    left: 0;
    top: 0;
    margin-left: 0;
    width: 94px;
    height: 140px;
    background: url();
    -webkit-animation: fadeInLeft 400ms;
    animation: fadeInLeft 400ms;
}

.single-blog .post-overlay span a {
    margin-left: 8px;
    font-weight: 700;
    font-size: 36px;
    line-height: 18px;
    position: absolute;
    top: 50px;
}

.single-blog .post-overlay span a small {
    font-size: 16px;
    font-weight: 300;
    margin-left: 5px;
}

.single-blog .post-overlay span:before {
    border-color: transparent;
    border-width: 0;
}

.post-nav li a {
    text-align: left;
    padding: 0;
}

.post-nav li a i {
    color: #dab074;
    margin-right: 8px;
}

.post-nav li a:hover {
    background: none;
}

.blog-padding-right {
    padding-right: 35px;
}

.blog-pagination {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 55px;
}

.masonery_area .single-blog .post-title {
    margin-top: 5px;
}

.masonery_area .single-blog .post-bottom {
    border-top: 0;
    padding-top: 0;
    margin-top: 15px;
}

.audiojs {
    background: #dab074;
    height: 45px;
    width: 100%;
}

.audiojs .scrubber {
    background: #fff;
    height: 8px;
    border-top: 0;
    width: 170px;
    margin-top: 19px;
    margin-left: 12px;
    border-radius: 10px;
}

.audiojs .play-pause {
    background: #cca46c;
    width: 68px;
    height: 45px;
    border-right: 0;
    padding: 10px 0 0 24px;
}

.audiojs .time {
    display: none;
}

.audiojs .progress {
    background: #a5732a;
    height: 8px;
    border-radius: 10px;
}

.audiojs .loaded {
    background: #ba9663;
    height: 8px;
    border-radius: 10px;
}

.navbar-nav.post-nav li {
    margin-right: 60px;
}

.single-blog.blog-details .post-bottom {
    margin-top: 55px;
}

.blog-share {
    margin-top: 40px;
    display: inline-block;
    padding: 0;
}

span.stMainServices, span.stButton_gradient, .stButton .chicklets {
    height: 24px !important;
}

.author-profile.padding {
    padding-top: 50px;
}

.author-profile .col-sm-2 img {
    width: 100%;
    border-left: 3px solid #dab074;
}

.author-profile h3 {
    margin-top: 0;
    color: #3a424c;
}

.author-profile p {
    color: #3a424c;
    font-weight: 400;
}

.response-area {
    border-bottom: 0;
}

.response-area h2 {
    margin-top: 0;
    margin-bottom: 0;
    border-bottom: 0;
    padding-bottom: 20px;
}

.post-comment {
    padding-left: 70px;
    padding-top: 36px;
    border-top: 1px solid #f1e8dd;
}

.post-comment .pull-left img {
    margin-right: 60px;
    border-left: 3px solid #dab074;
}

.post-comment .media-body {
    padding-top: 6px;
    border-bottom: 0;
    padding-bottom: 50px;
}

.post-comment .media-body p {
    margin-top: 10px;
}

.post-comment .media-body span i {
    color: #a5732a;
    margin-right: 10px;
}

.post-comment .media-body span a {
    color: #a5732a;
    font-weight: 700;
}

.post-comment .media-body .post-nav li a {
    font-weight: 300;
}

.parrent .media-list {
    margin-left: 190px;
}

.parrent .post-comment {
    padding-left: 0;
    margin-left: 70px;
}

#map-section {
    margin-top: 50px;
    margin-bottom: 50px;
    position: relative;
}

#gmap {
    height: 350px;
}

.get-in-touch img {
    margin-top: 35px;
    margin-bottom: 32px;
}

.get-in-touch p {
    font-size: 18px;
    font-weight: 300;
}

#map-section .contact-info {
    position: absolute;
    background-color: #fff;
    right: 0;
    top: 0;
    width: 33%;
    height: 100%;
    opacity: 0.9;
    padding: 25px 50px;
}

#contact-form #message {
    resize: none;
}

#contact-form .btn-submit {
    width: 28%;
    margin: 5px auto;
}

#price-table {
    margin-top: 88px;
    margin-bottom: 90px;
}

.single-price ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.table-heading {
    background-color: transparent !important;
    color: #FFF !important;
    overflow: hidden;
    text-align: center;
    padding: 0 !important;
}

.single-price .plan-name {
    background-color: #D4D4D4;
    color: #696969;
    font-size: 20px;
    margin-bottom: 0;
    text-transform: capitalize;
    padding: 10px 0;
}

.single-price .plan-price {
    color: #696969;
    float: none;
    font-size: 14px;
    height: 110px;
    margin-bottom: 15px;
    overflow: hidden;
    position: relative;
    z-index: 5;
    padding-top: 15px;
}

.plan-price .price {
    font-size: 24px;
}

.plan-price .month {
    display: block;
    margin-top: -6px;
}

.single-price .plan-price:after {
    content: "";
    height: 0;
    left: 50%;
    position: absolute;
    top: 0;
    width: 0;
    z-index: -1;
    margin-left: -110px;
    border-color: #c4c4c4 transparent transparent;
    border-style: solid;
    border-width: 110px;
}

.single-price ul li, .single-table ul li {
    background-color: #f7f7f7;
    margin-bottom: 5px;
    color: #696969;
    padding: 12px 18px;
}

.single-price ul li span, .single-table ul li span {
    float: right;
}

.single-price .btn-buynow {
    background-color: #c4c4c4;
    border-radius: 0;
    color: #fff;
    font-weight: 300;
    letter-spacing: 3px;
    text-transform: uppercase;
    display: block;
    padding: 12px;
}

.single-price .btn-buynow:hover {
    background-color: #b4b3b3;
}

.highligh-table .plan-name {
    background-color: #b07b2c;
    color: #fff;
}

.highligh-table .plan-price:after {
    border-color: #a56d1a transparent transparent;
}

.highligh-table .btn-buynow {
    background-color: #a5732a;
}

.highligh-table .btn-buynow:hover {
    background-color: #976a28;
}

#price-table2 {
    margin-bottom: 180px;
}

.table-header {
    background-color: #C4C4C4;
    overflow: hidden;
    padding: 20px;
}

.single-table {
    position: relative;
    padding-top: 60px;
}

.single-table:before {
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    border-color: transparent transparent #b5b5b5;
    border-style: solid;
    border-width: 0 130px 60px;
}

.table-header h2 {
    color: #696969;
    float: left;
    font-size: 24px;
    margin-top: 7px;
}

.table-header .plan-price {
    float: right;
    overflow: hidden;
    padding-top: 1px;
    margin: 0;
}

.single-table .btn-signup {
    display: block;
    text-align: center;
    position: relative;
    z-index: 1;
}

.single-table .btn-signup:after {
    content: "";
    position: absolute;
    height: 0;
    left: 0;
    top: -1px;
    width: 100%;
    z-index: -1;
    border-color: #c4c4c4 transparent transparent;
    border-style: solid;
    border-width: 78px 130px 0;
}

.single-table .btn-signup a {
    color: #696969;
    display: inline-block;
    overflow: hidden;
    text-transform: uppercase;
    letter-spacing: 3px;
    padding: 20px 0 0;
}

.single-table .btn-signup:hover.btn-signup:after {
    border-color: #b3b2b2 transparent transparent;
}

.single-table.highligh-table .table-header {
    background-color: #b07b2c;
}

.highligh-table .btn-signup.btn-signup:hover:after {
    border-color: #a07028 transparent transparent;
}

.highligh-table .btn-signup:after {
    border-color: #b07b2c transparent transparent;
}

.highligh-table:before {
    border-color: transparent transparent #a56d1a;
}

#error-page {
    display: table;
    height: 100%;
    min-height: 100%;
    width: 100%;
    color: #686868;
    font-size: 18px;
    font-weight: 300;
    padding: 100px 0;
}

.error-page-inner {
    display: table-cell;
    vertical-align: middle;
}

.bg-404 {
    background-image: url(/javax.faces.resource/images/home/tour-bg.png.xhtml);
    background-repeat: repeat-x;
    background-position: center top;
}

.error-image {
    display: inline-block;
    padding-top: 50px;
    padding-bottom: 50px;
}

#error-page h2 {
    font-size: 36px;
    text-transform: uppercase;
}

.btn-error {
    font-weight: 300;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 5px;
    background-color: transparent;
    border: 1px solid #cc9b59;
    margin-top: 50px;
    margin-bottom: 50px;
    padding: 25px 55px;
}

.btn-error:hover, .btn-error:focus {
    background-color: #cc9b59;
    color: #fff;
    border-color: #cc9b59;
}

#error-page i, #coming-soon i {
    border: 1px solid #cc9b59;
    height: 40px;
    width: 40px;
    line-height: 40px;
    color: #cc9b59;
    font-size: 17px;
    border-radius: 50%;
    -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;
    margin: 0 15px;
}

#error-page i:hover, #coming-soon i:hover {
    background-color: #cc9b59;
    color: #fff;
    -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;
}

.logo-image {
    display: block;
    text-align: center;
    margin-top: 80px;
    margin-bottom: 95px;
}

#coming-soon {
    background-image: url(/javax.faces.resource/images/home/tour-bg.png.xhtml);
    background-position: center top;
    background-repeat: repeat-x;
    overflow: hidden;
    padding: 40px 0;
}

.time-count {
    display: block;
    text-align: center;
}

.time-count ul {
    padding-left: 0;
}

#countdown {
    display: inline-block;
    margin-bottom: 100px;
    margin-top: 100px;
}

#countdown li {
    float: left;
    margin-right: 100px;
    color: #757575;
    font-weight: 300;
    font-size: 30px;
    position: relative;
    z-index: 1;
    padding-top: 45px;
}

#countdown li:last-child {
    margin-right: 0;
    margin-left: 20px;
}

#countdown li span {
    display: block;
    font-size: 72px;
    margin-bottom: 25px;
}

#countdown li.angle-one:before {
    content: "";
    left: -80px;
    position: absolute;
    top: -5px;
    z-index: -1;
    border-color: #FF6102 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    border-style: solid;
    border-width: 250px 145px 0;
}

#countdown li.angle-one:after {
    content: "";
    left: -72px;
    position: absolute;
    top: 0;
    z-index: -1;
    border-color: #fff rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    border-style: solid;
    border-width: 236px 137px 0;
}

#countdown li.angle-two:before {
    content: "";
    left: -175px;
    position: absolute;
    top: -5px;
    z-index: -1;
    -moz-transform: skewX(30deg);
    -webkit-transform: skewX(30deg);
    -o-transform: skewX(30deg);
    -ms-transform: skewX(30deg);
    transform: skewX(30deg);
    border-color: rgba(0, 0, 0, 0) #a5732a rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    border-style: solid;
    border-width: 250px 290px 0 0;
}

#countdown li.angle-two:after {
    content: "";
    left: -162px;
    position: absolute;
    top: 5px;
    z-index: -1;
    -moz-transform: skewX(30deg);
    -webkit-transform: skewX(30deg);
    -o-transform: skewX(30deg);
    -ms-transform: skewX(30deg);
    transform: skewX(30deg);
    border-color: rgba(0, 0, 0, 0) #fff rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    border-style: solid;
    border-width: 235px 272px 0 0;
}

#countdown li.angle-two span {
    padding-top: 90px;
}

#countdown li.angle-one span.minutes, #countdown li.angle-one .minute {
    margin-left: 25px;
}

#subscribe {
    background-color: #565656;
    color: #FFF;
    padding: 40px 0 50px;
}

#subscribe h2 {
    color: #fff;
    text-transform: uppercase;
}

#subscribe .fa-envelope-o {
    color: #dab074;
    margin-right: 5px;
}

#subscribe .form-control {
    background-color: transparent;
    height: 52px;
    color: #fff;
}

#newsletter {
    margin-top: 35px;
    position: relative;
}

#newsletter i {
    color: #DAB074;
    font-size: 36px;
    position: absolute;
    right: 12px;
    top: 7px;
}

.newsletter p {
    color: #919191;
    font-size: 12px;
    margin-top: 10px;
}

#coming-soon-footer {
    line-height: 15px;
    overflow: hidden;
    padding: 45px 0;
}

#coming-soon-footer a {
    color: #d89b4e;
}

#coming-soon-footer a:hover {
    color: #b38040;
}

.bs-example {
    margin: 0 0 20px;
}

.panel-group {
    border: 1px solid #eee;
}

.panel-default {
    border: 0;
}

.panel-group .panel {
    border-radius: 0;
}

.panel-default > .panel-heading {
    background-color: transparent;
    border-top: 1px solid #eee;
}

.panel-group .panel-default:first-child > .panel-heading {
    border-top: 0;
}

.panel-default > .panel-heading + .panel-collapse .panel-body {
    border-top-color: #eee;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    background-color: #dab074;
}

.tab-content {
    padding-top: 20px;
}

.feature-inner {
    text-align: center;
}

.icon-wrapper {
    display: inline-block;
    background-color: #FF6102;
    color: #fff;
    box-shadow: 0 0 0 5px rgba(0, 0, 0, .1) inset;
    -webkit-box-shadow: 0 0 0 5px rgba(0, 0, 0, .1) inset;
    border-radius: 100%;
    margin: 10px 0;
    padding: 25px;
}

h1, .post-title a, .comments-number a {
    color: #686868;
}

h3, .plan-price .dollar-sign {
    font-size: 18px;
}

.overflow, #error-page .container-fluid {
    overflow: hidden;
}

.inline, .clients img, .logo-image img {
    display: inline-block;
}

.margin-bottom, .single-service .fold, .single-service1 .fold {
    margin-bottom: 35px;
}

#header .navbar-inverse .container, .team-single, .person-thumb, .arrow-right, .arrow-left, .single-blog-wrapper {
    position: relative;
}

#header .navbar-toggle, #home-slider .btn-common {
    margin-top: 20px;
}

.single-service, .single-service1 {
    overflow: hidden;
    display: block;
}

.single-service img, .single-service1 img {
    margin-bottom: 35px;
    height: 90px;
}

.single-service h2, .project-name h2 {
    margin-top: 0;
    margin-bottom: 15px;
}

.single-service h1, .single-service1 h1 {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 20px;
}

.single-service p, .single-service1 p {
    padding: 0 48px;
}

.action h1, .top-zero, .post-title, .post-content .post-author, .panel-group .panel + .panel {
    margin-top: 0;
}

.clients, #company-information .about-us h2 {
    margin-bottom: 45px;
}

#team, #recent-projects {
    padding: 85px 0;
}

.count h3, .single-skill h3 {
    font-size: 16px;
}

h3.top-zero, .masonery_area .single-blog .post-title a {
    font-size: 20px;
}

.progress-bar.progress-bar-primary, .tag-cloud .nav-pills li a:hover {
    background: #dab074;
}

.choose, .single-blog.blog-details .post-content {
    padding-top: 30px;
}

.post-nav, .single-table ul {
    margin: 0;
    padding: 0;
}

.masonery_area .single-blog .post-thumb, .masonery_area .single-blog .post-thumb img {
    height: auto;
}

.author-profile span a, #map-section .contact-info h2, #map-section address a:hover {
    color: #a5732a;
}

.highligh-table .plan-price, .single-table .btn-signup:hover a, .highligh-table .btn-signup a, .highligh-table .table-header h2 {
    color: #fff;
}
