@font-face {
    font-family: TrajanPro-Bold;
    src: url(fonts/TrajanPro-Bold.eot?#iefix) format("embedded-opentype"), url(fonts/TrajanPro-Bold.otf) format("opentype"), url(fonts/TrajanPro-Bold.woff) format("woff"), url(fonts/TrajanPro-Bold.ttf) format("truetype"), url(fonts/TrajanPro-Bold.svg#TrajanPro-Bold) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: TrajanPro-Regular;
    src: url(fonts/TrajanPro-Regular.eot?#iefix) format("embedded-opentype"), url(fonts/TrajanPro-Regular.otf) format("opentype"), url(fonts/TrajanPro-Regular.woff) format("woff"), url(fonts/TrajanPro-Regular.ttf) format("truetype"), url(fonts/TrajanPro-Regular.svg#TrajanPro-Regular) format("svg");
    font-weight: 400;
    font-style: normal
}

body {
    color: #727272;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 24px
}

body.boxed header {
    width: 100%
}

section {
    padding-bottom: 20px
}

.imgWrap {
    position: relative
}

.pe-container {
    background-color: #fff
}

.imgDescription {
    background-color: rgba(0, 0, 0, .5);
    position: absolute;
    top: 70%;
    bottom: 0;
    left: 0;
    right: 0;
    color: #fff;
    visibility: visible;
    color: #fff
}

.imgWrap:hover .imgDescription {
    visibility: visible;
    background-color: rgba(0, 0, 0, .7);
    color: #fff !important
}

.imgDescription h5 {
    color: #fff !important;
    font-weight: 700;
    font-size: .7vw;
    top: 15%;
    position: absolute;
    left: 0;
    width: 100%;
    display: block;
    width: 100%
}

@media (min-width:1600px) {
    .imgDescription h5 {
        font-size: 12px
    }
}

.imgWrap:hover h5 {
    visibility: visible;
    color: #ffb307 !important
}

.catalogButton {
    padding: 10px 15px;
    background: #ffb307;
    border-radius: 5px;
    color: #fff;
    font-size: 18px;
    transition: background .2s ease;
    font-family: TrajanPro-Bold
}

.catalogButton:hover {
    background: #e8a308;
    color: #fff
}

@media (max-width:768px) {
    .imgDescription h5 {
        font-size: 5.5vw
    }
}

@media (device-width:768px) and (device-height:1024px) and (orientation:portrait) {
    .imgDescription h5 {
        font-size: 14px
    }
}

@media (min-width:769px) and (max-width:1200px) {
    .imgDescription h5 {
        font-size: 1.3vw
    }
}

.img-tile {
    padding: 10px;
    position: relative
}

.img-tile-inner {
    padding-bottom: 100%
}

.rightpadding {
    padding-right: 10px;
    padding-bottom: 10px
}

.centerImage {
    margin-left: auto;
    margin-right: auto
}

.center {
    text-align: center
}

.wrap {
    overflow: hidden
}

#main img#safesub {
    width: 150px
}

.photoGalleryImages {
    max-width: 100px
}

.row .bio-box img {
    max-width: 75%;
    padding-bottom: 10px
}

.list {
    padding: 5px
}

.list li {
    padding: 5px
}

img {
    max-width: 100%
}

img.feedWater {
    width: 300px;
    height: 125px;
    margin-left: auto;
    margin-right: auto
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
    color: #363636;
    font-family: TrajanPro-Regular
}

h1,
h2,
h3 {
    margin: 15px 0 25px
}

h1 {
    border-bottom: 2px solid #ffb307
}

h2 {
    border-bottom: 2px solid #ffb307;
    display: inline-block
}

.logo h1 {
    border-bottom: none
}

h3 {
    position: relative
}

h3.title {
    overflow: hidden;
    line-height: 60px;
    padding: 10px 0 15px
}

h3.title:after {
    background: url(../img/bg_off.png) repeat;
    content: "";
    height: 5px;
    margin-left: 10px;
    position: absolute;
    top: 20px;
    width: 99%
}

h3.title:before {
    background: url(../img/bg_off.png) repeat;
    content: "";
    height: 5px;
    margin-left: -100%;
    position: absolute;
    top: 20px;
    width: 99%
}

.search {
    padding: 0;
    height: 44px;
    line-height: 22px;
    color: #96a5a6
}

.search input {
    padding: 0;
    text-align: center;
    width: 0;
    float: right;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    background: #000;
    height: 44px;
    line-height: 18px;
    font-weight: 400;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 15px;
    outline: 0;
    -webkit-appearance: none;
    border-radius: 0;
    border-width: 0
}

.search input:focus,
.search:hover input {
    width: 200px;
    float: right
}

.search input:focus {
    background: #000;
    color: #999
}

.srch_btn {
    font-family: arial;
    height: 44px;
    width: 30px;
    cursor: pointer;
    float: right;
    text-align: center
}

.search i {
    margin-top: 10px;
    font-size: 20px;
    color: #96a5a6
}

.our-clients h3.title:after,
.service-reasons h3.title:after {
    background: 0 0
}

.our-clients h3.title,
.service-reasons h3.title {
    color: #fff
}

.prodBox {
    padding-top: 20px
}

.product-lead {
    background: url(../img/img-blur-lead.jpg) 50% 0 no-repeat fixed;
    margin: 0 auto;
    padding: 50px 0;
    background-position: center center;
    background-size: cover
}

.client,
.service-reasons {
    position: relative;
    overflow: hidden
}

.our-clients .carousel-controls {
    display: block;
    height: 25px;
    position: absolute;
    right: 0;
    top: 3px;
    width: 83px
}

li,
ol,
ul {
    line-height: 24px;
    margin: 0
}

#style-switcher ul,
#style-switcher ul li {
    list-style: none;
    padding: 0
}

a:focus,
a:hover {
    text-decoration: none;
    outline: 0;
    color: #666
}

.btn-large,
.btn-normal,
.btn-small,
.btn-special,
.comment-des,
.contact-box,
.steps .popup,
.testimonial p {
    border-radius: 3px
}

.mheader-bg {
    background-color: #2e180d;
    width: 100%
}

#header .main-header {
    min-height: 86px;
    z-index: 9999;
    width: 100%;
    position: relative;
    background: 0 0;
    -webkit-box-shadow: 0 3px 3px -3px rgba(0, 0, 0, .2);
    box-shadow: 0 3px 3px -3px rgba(0, 0, 0, .2)
}

header .top-bar {
    min-height: 30px;
    background: #363636;
    padding: 0
}

.divide {
    border-right: 1px #494949 solid;
    height: 44px;
    margin: 0 10px
}

.topnav .navbar-toggle i {
    line-height: 20px
}

.nletter {
    font-size: 16px;
    padding: 3px 0;
    color: #96a5a6
}

.nletter i {
    margin: 7px 0 0 5px;
    font-size: 20px;
    color: #96a5a6
}

.phone-email {
    font-size: 16px;
    padding: 3px 0
}

.phone-email a {
    margin-right: 20px
}

.phone-email i.icon-phone {
    font-size: 20px
}

.phone-email i {
    font-size: 20px;
    margin: 7px 7px 0 0
}

footer .social,
header .social {
    margin-right: 4px;
    line-height: 30px
}

header #search-form {
    line-height: 30px
}

footer .social,
footer .social li:last-child {
    margin-right: 0 !important
}

footer .social li,
header .social li {
    border-radius: 100% 100% 100% 100%;
    display: inline-block;
    height: 25px;
    margin: 9px 0 0;
    width: 25px;
    text-align: center;
    background: #96a5a6;
    -webkit-transition: background .5s ease-in-out;
    -moz-transition: background .5s ease-in-out;
    -o-transition: background .5s ease-in-out;
    -ms-transition: background .5s ease-in-out;
    transition: background .5s ease-in-out;
    padding: 1px
}

footer .social i,
header .social i {
    color: #363636;
    -webkit-transition: color .5s ease-in-out;
    -moz-transition: color .5s ease-in-out;
    -o-transition: color .5s ease-in-out;
    -ms-transition: color .5s ease-in-out;
    transition: color .5s ease-in-out
}

#search-form input.search-text-box {
    background-color: #fff;
    background-image: url(../img/search-icon.png);
    background-position: 6px 56%;
    background-repeat: no-repeat;
    border: 0;
    color: transparent;
    font-size: 16px;
    line-height: 18px;
    cursor: pointer;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 30px;
    width: 25px;
    height: 25px;
    margin: 0;
    padding: 0
}

#search-form .search-text-box:focus {
    font-size: 13px;
    background-color: #fff;
    width: 170px;
    height: 25px;
    border: 0;
    color: #888;
    cursor: text;
    text-align: left;
    padding: 0 15px 1px 25px
}

header .main-header {
    display: block;
    position: relative;
    width: 100%
}

.logo {
    height: 70px;
    margin: 0
}

.logo h1 {
    margin: 0
}

.logo h1 a {
    display: inline-block
}

.navbar-fixed-top {
    position: fixed !important
}

.main-header .navbar-collapse {
    padding-left: 0;
    padding-right: 0
}

.main-header .navbar-collapse.menu {
    background: #2e180d
}

#secondlevel {
    display: none
}

h1 i,
h2 i,
h3 i,
h4 i,
h5 i {
    margin-right: 7px
}

.box-bg {
    background: #fafafa;
    border: 1px solid #ddd;
    margin-bottom: 25px;
    padding: 10px 15px
}

.breadcrumb-wrapper,
.login-page,
.register-page {
    background: #fafafa;
    border: 1px solid #ddd;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .1);
    box-shadow: 0 0 3px rgba(0, 0, 0, .1);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#f8f8f8), to(#fafafa));
    background: -webkit-linear-gradient(top, #f8f8f8, #fafafa);
    background: -moz-linear-gradient(top, #f8f8f8, #fafafa);
    background: -ms-linear-gradient(top, #f8f8f8, #fafafa);
    background: -o-linear-gradient(top, #f8f8f8, #fafafa)
}

h2.title {
    font-size: 26px;
    line-height: 40px;
    margin: 20px 0
}

.breadcrumbs {
    margin: 24px 0
}

.breadcrumbs ul li {
    display: inline-block;
    line-height: 24px;
    font-size: 13px;
    color: #9e9e9e;
    margin: 0 0 0 5px
}

.breadcrumbs ul li a {
    color: #898989;
    font-weight: 600
}

.breadcrumbs ul li:first-child {
    margin-left: 2px !important
}

.breadcrumbs ul li:first-child:before,
.breadcrumbs ul li:nth-child(2):before {
    content: " ";
    margin: 0
}

.breadcrumbs ul li:before {
    color: #9e9e9e;
    content: "\f105";
    font-family: FontAwesome;
    font-size: 12px;
    margin: 0 9px 0 0
}

.fullwidthbanner-container {
    width: 100% !important;
    position: relative;
    height: 50vw;
    max-height: 470px !important;
    overflow: hidden;
    background-image: url(../img/loader.gif);
    background-repeat: no-repeat;
    background-position: 50%;
    padding: 0;
    visibility: hidden
}

.nivo-prevNav,
.tp-leftarrow.default {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
    z-index: 100;
    cursor: pointer;
    position: relative;
    background: #898989;
    padding-top: 20px !important;
    width: 45px;
    height: 60px;
    text-align: center;
    -webkit-transition: background .5s ease-in-out;
    -moz-transition: background .5s ease-in-out;
    -o-transition: background .5s ease-in-out;
    -ms-transition: background .5s ease-in-out;
    transition: background .5s ease-in-out;
    opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    visibility: visible
}

.nivo-prevNav:before,
.tp-leftarrow.default:before {
    content: "\f053";
    font-family: FontAwesome;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    color: #fafafa;
    text-align: center;
    visibility: visible
}

.nivo-nextNav,
.tp-rightarrow.default {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
    z-index: 100;
    cursor: pointer;
    position: relative;
    background: #898989;
    padding-top: 20px !important;
    width: 45px;
    height: 60px;
    text-align: center;
    -webkit-transition: background .5s ease-in-out;
    -moz-transition: background .5s ease-in-out;
    -o-transition: background .5s ease-in-out;
    -ms-transition: background .5s ease-in-out;
    transition: background .5s ease-in-out;
    opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    visibility: visible
}

.nivo-nextNav:before,
.tp-rightarrow.default:before {
    content: "\f054";
    font-family: FontAwesome;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    color: #fafafa;
    text-align: center;
    visibility: visible
}

.nivo-caption h2 {
    margin: 0;
    line-height: 60px
}

.btn:focus,
.btn:hover {
    color: #fff
}

.btn-pad {
    margin: 7px
}

.btn-grey {
    color: #515151 !important;
    text-shadow: -1px 1px 0 #fff;
    outline: 0;
    white-space: nowrap;
    word-wrap: normal;
    vertical-align: middle;
    cursor: pointer;
    background-color: #fff;
    background-image: -webkit-linear-gradient(top, #fff 2%, #f0f0f0 2%, #dedede 100%);
    background-image: -moz-linear-gradient(top, #fff 2%, #f0f0f0 2%, #dedede 100%);
    background-image: -o-linear-gradient(top, #fff 2%, #f0f0f0 2%, #dedede 100%);
    background-image: -ms-linear-gradient(top, #fff 2%, #f0f0f0 2%, #dedede 100%);
    background-image: linear-gradient(top, #fff 2%, #f0f0f0 2%, #dedede 100%);
    border: 1px solid #969696;
    -webkit-box-shadow: 0 1px 2px rgba(144, 144, 144, .4);
    box-shadow: 0 1px 2px rgba(144, 144, 144, .4);
    text-shadow: 0 1px 1px rgba(255, 255, 255, .75) !important
}

.btn-grey:hover {
    background: -webkit-linear-gradient(#f8f8f8, #ddd);
    background: -moz-linear-gradient(#f8f8f8, #ddd);
    background: -o-linear-gradient(#f8f8f8, #ddd);
    background: -ms-linear-gradient(#f8f8f8, #ddd);
    background: linear-gradient(#f8f8f8, #ddd)
}

.btn-color,
.btn-grey {
    -webkit-transition: all .5s ease-in-out !important;
    -moz-transition: all .5s ease-in-out !important;
    -o-transition: all .5s ease-in-out !important;
    -ms-transition: all .5s ease-in-out !important;
    transition: all .5s ease-in-out !important
}

.btn-color {
    color: #fff !important;
    text-shadow: 0 1px #555 !important
}

.btn-special {
    border-radius: 4px;
    padding: 15px 30px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    outline: 0;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.btn-normal {
    display: inline-block;
    cursor: pointer;
    font-size: 16px;
    padding: 12px 30px
}

.btn-small {
    display: inline-block;
    cursor: pointer;
    font-size: 14px;
    padding: 7px 20px
}

.btn-large {
    display: inline-block;
    cursor: pointer;
    font-size: 20px;
    padding: 17px 50px
}

#main {
    background-color: #fff;
    padding: 0
}

.page article.post {
    border-bottom: none
}

.post-header h3.content-title {
    text-align: left !important;
    margin-bottom: 15px
}

.blog-entry-meta {
    font-size: 0
}

.blog-entry-meta-date {
    display: inline-block;
    margin-right: 25px;
    margin-bottom: 10px;
    font-size: 14px;
    vertical-align: top
}

.blog-entry-meta-author {
    display: none;
    margin-right: 15px;
    margin-bottom: 10px;
    font-size: 14px;
    vertical-align: top
}

.blog-entry-meta-tags {
    display: none;
    margin-right: 25px;
    margin-bottom: 10px;
    font-size: 14px;
    vertical-align: top
}

.blog-entry-meta-comments {
    display: none;
    margin-bottom: 10px;
    font-size: 14px;
    vertical-align: top
}

ol.commentlist,
ol.commentlist li {
    list-style: none;
    padding: 0
}

.blog-entry-meta i {
    margin-right: 4px
}

.blog.meta_author .blog-entry-meta-author {
    display: inline-block
}

.blog.meta_tags .blog-entry-meta-tags {
    display: inline-block
}

.blog.meta_comments .blog-entry-meta-comments {
    display: inline-block
}

.blog.meta_authortags .blog-entry-meta-author,
.blog.meta_authortags .blog-entry-meta-tags {
    display: inline-block
}

.blog.meta_authorcomments .blog-entry-meta-author,
.blog.meta_authorcomments .blog-entry-meta-comments {
    display: inline-block
}

.blog.meta_tagscomments .blog-entry-meta-comments,
.blog.meta_tagscomments .blog-entry-meta-tags {
    display: inline-block
}

.blog-entry-meta-author,
.blog-entry-meta-comments,
.blog-entry-meta-tags {
    display: inline-block
}

.padding-10 {
    padding: 10px
}

.padding-bottom-20 {
    padding-bottom: 20px
}

.padding-bottom-30 {
    padding-bottom: 30px
}

.post-content {
    padding-bottom: 10px
}

.preHeadingPadding {
    padding-bottom: 20px
}

.blog-small article .post-image {
    float: left;
    width: 43%;
    margin-bottom: 25px
}

.blog-small article .post-content-wrap {
    float: left;
    width: 50%;
    margin: 0 0 0 4%
}

.post-date a.date {
    background: none repeat scroll 0 0 #fafafa;
    display: block;
    float: left;
    margin-right: 20px;
    padding: 10px 0 0;
    text-align: center;
    text-decoration: none;
    width: 55px;
    border-radius: 2px
}

.post-date a.date strong {
    color: #1889c1;
    display: block;
    font-size: 27px;
    font-weight: 400;
    margin-bottom: 10px
}

.post-date a.date i {
    background-color: #1889c1;
    border-top: 1px solid #f3f3f3;
    color: #fff;
    display: block;
    font-size: 11px;
    font-style: normal
}

.blog-small .blog-entry-meta-author,
.blog-small .blog-entry-meta-comments,
.blog-small .blog-entry-meta-tags {
    font-size: 11px
}

.sidebar ul.slide li {
    padding-left: 0;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.sidebar ul.slide li:hover {
    padding-left: 5px;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.sidebar p {
    text-align: left !important;
    margin: 0 0 2px
}

.sidebar .widget,
.widget {
    margin-bottom: 35px
}

.widget ul {
    list-style: none;
    padding: 0
}

.search-input {
    height: 38px !important;
    width: 218px
}

#horizontal-tabs {
    margin-bottom: 30px
}

#horizontal-tabs ul.tabs li {
    background: #fafafa;
    border-right: 1px solid #ddd;
    border-top: 2px solid #666;
    cursor: pointer;
    float: left;
    font-size: 15px;
    padding: 12px
}

#horizontal-tabs ul.tabs li.current {
    border-bottom: 1px solid #fff;
    background: 0 0;
    cursor: default
}

#horizontal-tabs ul.tabs {
    border-left: 1px solid #ddd;
    overflow: hidden;
    border-radius: 2px;
    list-style: none;
    margin: 0;
    padding: 0
}

#horizontal-tabs .contents {
    border: 1px solid #ddd;
    margin-top: -1px;
    border-radius: 2px
}

#horizontal-tabs .tabscontent.no-padding {
    padding-left: 0;
    padding-right: 0
}

#horizontal-tabs .tabscontent {
    display: none;
    overflow: hidden;
    padding: 20px 20px 0
}

.tabs ul.posts li {
    margin-bottom: 15px;
    padding-bottom: 10px;
    overflow: hidden;
    border-bottom: 1px solid #f8f8f8
}

.tabs ul.posts li img {
    height: 68px;
    width: 68px;
    -webkit-transition: all .4s ease-in 0;
    -moz-transition: all .4s ease-in 0;
    -o-transition: all .4s ease-in 0;
    -ms-transition: all .4s ease-in 0;
    transition: all .4s ease-in 0;
    float: left
}

.recent-post-img {
    margin: 0 13px 5px 0
}

.sidebar .testimonials-title h3 {
    margin: 0 0 20px !important
}

.category ul li:before {
    content: "\f105";
    font-family: FontAwesome;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    padding-right: 10px
}

.widget.category ul li {
    margin-bottom: 7px;
    border-bottom: 1px solid #f8f8f8;
    padding: 3px 0
}

.widget .ads-img img {
    margin-bottom: 30px;
    max-width: 100%
}

.about-author {
    margin-top: 30px
}

.author-content {
    padding: 20px
}

.author-content .avatar {
    float: left;
    margin: 0 20px 0 0
}

.avatar {
    border: 1px solid #ddd;
    padding: 4px !important;
    border-radius: 100%
}

.avatar img {
    border-radius: 100%
}

.author-content .data {
    margin: -10px 0 0
}

.comments-sec {
    float: left;
    width: 100%;
    margin: -5px 0 25px
}

ol.commentlist li {
    float: left;
    padding: 10px 0 15px
}

ol.commentlist {
    float: left;
    width: 100%;
    margin: 0
}

ol li ol.childlist {
    float: right;
    width: 86%;
    margin: 0
}

ol.commentlist li ol.childlist li:first-child {
    padding: 25px 0 0
}

ol.commentlist li:first-child {
    margin: 0 0 7px;
    padding: 25px 0 0
}

.avatar img {
    float: left;
    max-width: 70px
}

.comment-des p {
    line-height: 23px;
    margin: 0
}

.comment-des {
    float: left;
    background: #fafafa;
    border: 1px solid #ddd;
    color: #888;
    -webkit-box-shadow: :inset 0 -1px 0 0 rgba(0, 0, 0, .06);
    box-shadow: :inset 0 -1px 0 0 rgba(0, 0, 0, .06);
    margin: -70px 0 0 100px;
    padding: 19px 22px 22px
}

.comment:before {
    position: absolute;
    display: block;
    content: "";
    margin-left: 93px;
    margin-top: 25px;
    width: 15px;
    height: 15px;
    background-color: #fafafa;
    border: 1px solid #ddd;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border-right: none;
    border-top: 0;
    z-index: 1
}

.comment-des strong {
    float: left;
    padding-right: 5px;
    font-size: 14px;
    color: #666
}

.comment-des span {
    float: left;
    color: #999
}

.topAndBottomPadding {
    padding-top: 10px;
    padding-bottom: 10px
}

.comment-by {
    float: left;
    width: 100%;
    padding-bottom: 8px;
    padding-top: 5px
}

.comment-by span.reply {
    float: right;
    display: inline
}

.comment-by span.reply a {
    float: right;
    height: 17px;
    margin-left: 5px;
    font-weight: 400;
    color: #999
}

.comment-by span.reply a i {
    color: #bbb;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out
}

.comment-by span.reply a:hover,
.comment-by span.reply a:hover i {
    color: #a0a0a0
}

.comment-by span.date {
    color: #999;
    float: left;
    font-weight: 300;
    margin: 0 0 0 2px;
    padding: 0 0 0 9px
}

.reply label {
    margin: 0 0 4px
}

.reply label span {
    color: #e24747
}

.reply input {
    margin: 0 0 20px
}

.reply textarea {
    min-width: 97.5%;
    min-height: 180px;
    -webkit-resize: vertical;
    -moz-resize: vertical;
    -webkit-resize: vertical;
    -moz-resize: vertical;
    resize: vertical;
    margin: 0 0 18px
}

.slogan {
    background: #363636;
    width: 100%;
    color: #8c8c8c;
    font-family: TrajanPro-Bold;
    font-size: 20px
}

.slogan a {
    color: #8c8c8c;
    transition: color .3s ease
}

.slogan a:hover {
    color: #ffb307
}

.slogan-content {
    padding: 25px 0
}

.slogan-title {
    display: inline-block;
    margin: 10px 0
}

.page-services .slogan-content {
    padding: 40px 0
}

.page-services .get-started {
    padding-top: 15px
}

.get-started {
    padding-top: 1px;
    vertical-align: middle
}

.app-service,
.app-service h3,
.app-service h4 {
    color: #fff
}

.content,
.main-content {
    background: url(../img/bkgrnd6.jpg) repeat top left scroll;
    padding: 60px 0 50px
}

.home-3 .main-content,
.home-4 .main-content {
    padding: 0
}

div.content-box {
    clear: both
}

div.content-box-info h4 {
    font-size: 24px;
    line-height: 38px
}

div.content-box-info a {
    padding: 15px 25px 10px;
    background: #ffb307;
    border-radius: 5px;
    color: #fff;
    font-size: 18px;
    transition: background .3s ease;
    font-family: TrajanPro-Bold
}

div.content-box-info a:hover {
    background: #e8a308
}

div.content-box-info img {
    margin: 0 auto;
    border: 1px #959595 solid
}

div.content-box div.content-box-info {
    padding-left: 115px
}

div.content-box.big {
    padding: 0 7% 30px;
    border-radius: 3px;
    background: #fff;
    -webkit-transition: background .5s ease-in-out;
    -moz-transition: background .5s ease-in-out;
    -o-transition: background .5s ease-in-out;
    -ms-transition: background .5s ease-in-out;
    transition: background .5s ease-in-out
}

div.content-box.big .ch-info-wrap {
    margin: -42px auto 35px;
    position: relative;
    left: auto;
    top: auto
}

div.content-box.big:hover {
    background: #fff
}

div.content-box.big div.content-box-info {
    padding-left: 0;
    text-align: center;
    margin: 25px 0 0
}

div.content-box.big div.content-box-info p {
    text-align: center;
    margin-top: 25px
}

.service-reasons div.content-box.big {
    transition: none;
    margin-top: 30px;
    border: 1px solid #fff
}

.main-content h3 {
    color: #666;
    line-height: 32px;
    margin: 0 0 5px
}

.content p,
.main-content p {
    text-align: left
}

.main-content-two {
    background: url(../img/sect1-bg.jpg) no-repeat center center scroll;
    background-size: cover;
    padding: 50px 0 50px 50px
}

.main-content-two h3 {
    font-family: TrajanPro-Regular;
    font-size: 30px;
    color: #3b3b3b;
    margin-bottom: 40px
}

.main-content-two p {
    padding-top: 10px;
    border-top: 1px #ffb307 solid;
    line-height: 30px;
    font-size: 18px;
    font-family: TrajanPro-Regular
}

.main-content-two a {
    padding: 15px 25px 10px;
    background: #ffb307;
    border-radius: 5px;
    color: #fff;
    font-size: 18px;
    transition: background .3s ease;
    font-family: TrajanPro-Bold
}

.main-content-two a:hover {
    background: #e8a308
}

.main-content-three {
    background: url(../img/sect2-bg.jpg) no-repeat center center scroll;
    background-size: cover;
    padding: 50px 50px 50px 0
}

.main-content-three h3 {
    font-family: TrajanPro-Regular;
    font-size: 30px;
    color: #3b3b3b;
    margin-bottom: 40px
}

.main-content-three p {
    padding-top: 10px;
    border-top: 1px #ffb307 solid;
    line-height: 30px;
    font-size: 18px;
    font-family: TrajanPro-Regular
}

.main-content-three a {
    padding: 15px 25px 10px;
    background: #ffb307;
    border-radius: 5px;
    color: #fff;
    font-size: 18px;
    transition: background .3s ease;
    font-family: TrajanPro-Bold
}

.main-content-three a:hover {
    background: #e8a308
}

.main-content-four {
    background: url(../img/sect3-bg.jpg) no-repeat center center scroll;
    background-size: cover;
    padding: 100px 0 200px 100px
}

.main-content-four h3 {
    font-family: TrajanPro-Regular;
    font-size: 32px;
    color: #3b3b3b;
    margin-bottom: 50px
}

.main-content-four p {
    padding-top: 20px;
    border-top: 1px #ffb307 solid;
    line-height: 42px;
    font-size: 20px;
    font-family: TrajanPro-Regular
}

.main-content-four a {
    padding: 15px 25px 10px;
    background: #ffb307;
    border-radius: 5px;
    color: #fff;
    font-size: 18px;
    transition: background .3s ease;
    font-family: TrajanPro-Bold
}

.imgslideshow {
    position: relative;
    float: left;
    width: 100%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain
}

.image1 {
    background: url(../img/slide3.jpg) no-repeat right center scroll;
    background-size: contain;
    width: 100%;
    height: 125px;
    margin: 30px 0
}

.image2 {
    background: url(../img/slide8.jpg) no-repeat right center scroll;
    background-size: contain;
    width: 100%;
    height: 125px;
    margin: 30px 0
}

.image3 {
    background: url(../img/slide13.jpg) no-repeat right center scroll;
    background-size: contain;
    width: 100%;
    height: 325px;
    margin: 30px 0
}

#cn-tabs .service,
.author-content,
.comment-des,
.contact-box,
div.content-box.big {
    border-style: solid;
    border-width: 1px;
    border-color: #ddd;
    background: #fff
}

ul.graph-container {
    margin-left: 10em
}

.graph-container>li:nth-child(1) .bar-inner {
    height: 25%;
    bottom: 0
}

.graph-container>li:nth-child(2) .bar-inner {
    height: 50%;
    bottom: 0
}

.graph-container>li:nth-child(3) .bar-inner {
    height: 75%;
    bottom: 0
}

.graph-container>li:nth-child(4) .bar-inner {
    height: 85%;
    bottom: 0
}

.graph-container>li:nth-child(5) .bar-inner {
    height: 90%;
    bottom: 0
}

ul#filters {
    list-style: none;
    padding: 0
}

.portfolio-single .work-title h3 {
    margin-bottom: 20px !important
}

.portfolio-wrap .item {
    width: 24.99%
}

.item .item-inner,
.post-image {
    margin-bottom: 30px;
    overflow: hidden;
    position: relative;
    border-radius: 2px;
    width: 100%
}

.item-inner div {
    background-position: center center;
    background-size: cover
}

.fancybox-inner a.fancybox {
    width: 100% !important
}

.fancybox-inner .item-inner div {
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat
}

.img-content,
.post-image {
    padding: 4px;
    border: 1px solid #ddd;
    background: url(../img/bg_off.png) repeat
}

.img-content {
    float: left;
    margin: 5px 20px 20px 0
}

.img-content img {
    width: 100%
}

.post-image a {
    display: block;
    position: relative
}

.post-image .nivoSlider a {
    position: absolute !important
}

.portfolio .item .portfolio-item {
    margin-bottom: 30px
}

.project_details span {
    border-bottom: 1px solid #e3e3e3;
    color: #454545;
    float: left;
    font-size: 14px;
    font-weight: 700;
    margin: 0;
    padding: 5px 0;
    width: 100%
}

.project_details strong {
    float: left;
    margin: 0;
    padding: 0;
    width: 40%
}

.project_details em {
    float: left;
    font-style: normal;
    margin: 0;
    padding: 0;
    width: 60%
}

.project_details span a {
    background-color: #fafafa;
    border-radius: 3px;
    border: 1px solid #ddd;
    color: #666;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    margin: 0 0 5px 5px;
    padding: 3px 10px;
    display: inline-block
}

.recentworks {
    background: #fafafa;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 60px 0;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .1);
    box-shadow: 0 0 3px rgba(0, 0, 0, .1);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#f8f8f8), to(#fafafa));
    background: -webkit-linear-gradient(top, #f8f8f8, #fafafa);
    background: -moz-linear-gradient(top, #f8f8f8, #fafafa);
    background: -ms-linear-gradient(top, #f8f8f8, #fafafa);
    background: -o-linear-gradient(top, #f8f8f8, #fafafa)
}

.cn-wrapper {
    width: 26em;
    height: 26em;
    position: relative;
    z-index: 10;
    bottom: 0;
    left: 50%;
    overflow: hidden;
    margin-left: -185px;
    border: 1px solid #ddd;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease
}

.cn-wrapper:after {
    content: "";
    display: block;
    height: 8px;
    width: 8px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -4px;
    margin-left: -4px;
    border-radius: 50%;
    z-index: 11
}

.cn-wrapper li {
    position: absolute;
    font-size: 1.5em;
    width: 10em;
    height: 10em;
    overflow: hidden;
    -webkit-transform-origin: 100% 100%;
    -moz-transform-origin: 100% 100%;
    -o-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    border: 1px solid #fff;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease
}

.cn-wrapper li a {
    display: block;
    font-size: 1.2em;
    height: 13.5em;
    width: 13.5em;
    position: absolute;
    bottom: -6.75em;
    right: -6.75em;
    overflow: hidden;
    text-decoration: none;
    -webkit-transition: background-color .3s ease, -webkit-transform .8s ease;
    -moz-transition: background-color .3s ease, -moz-transform .8s ease;
    -o-transition: background-color .3s ease, -o-transform .8s ease;
    -ms-transition: background-color .3s ease, -ms-transform .8s ease;
    transition: background-color .3s ease, transform .8s ease
}

.cn-wrapper li a.active,
.cn-wrapper li a:hover {
    background-color: #fafafa;
    -webkit-transition: background-color .5s ease;
    -moz-transition: background-color .5s ease;
    -o-transition: background-color .5s ease;
    -ms-transition: background-color .5s ease;
    transition: background-color .5s ease
}

.cn-wrapper span {
    font-size: 1.3em
}

.cn-content {
    opacity: 0
}

.circular-nav {
    overflow: hidden
}

#cn-tabs .service {
    display: none;
    overflow: hidden;
    background: #fafafa;
    padding: 15px 25px;
    border-radius: 2px
}

.cn-content {
    overflow: hidden
}

.cn-content p {
    z-index: 9999
}

#cn-tabs .service:before {
    position: absolute;
    display: block;
    content: "";
    top: 44%;
    right: -3px;
    width: 35px;
    height: 35px;
    background-color: #fafafa;
    border: 1px solid #ddd;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border-left: none;
    border-bottom: 0;
    z-index: 1
}

a.next.disabled,
a.prev.disabled {
    cursor: default
}

.carousel-controls-color {
    background: #fff
}

.carousel-controls a.next {
    right: 15px;
    position: absolute
}

.carousel-controls a.prev {
    right: 45px;
    position: absolute
}

a.next,
a.prev {
    width: 25px;
    height: 25px;
    display: block;
    cursor: pointer;
    background: #323b44;
    color: #fafafa;
    font-size: 20px;
    text-align: center;
    text-decoration: none
}

a.next {
    padding-left: 3px
}

a.next.disabled,
a.prev.disabled {
    display: block;
    cursor: default;
    background: #323b44;
    color: #fafafa;
    font-size: 20px;
    text-align: center
}

.testimonial p {
    background: #fafafa;
    font-weight: 500;
    margin: 0;
    padding: 27px 25px;
    border: 1px solid #ddd;
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#f8f8f8), to(#fafafa));
    background: -webkit-linear-gradient(top, #f8f8f8, #fafafa);
    background: -moz-linear-gradient(top, #f8f8f8, #fafafa);
    background: -ms-linear-gradient(top, #f8f8f8, #fafafa);
    background: -o-linear-gradient(top, #f8f8f8, #fafafa)
}

.our-clients .testimonial p,
.our-clients .testimonials-arrow {
    border: none
}

.testimonials-arrow {
    display: block;
    content: "";
    margin-top: -7px;
    margin-left: 45px;
    width: 14px;
    height: 14px;
    background-color: #fafafa;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-bottom: 10px;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-top: 0
}

.testimonial .author {
    margin: 0 0 0 19px
}

.testimonial-image {
    float: left;
    height: 70px;
    position: relative;
    width: 70px
}

.testimonial-image img {
    border-radius: 50px;
    height: 70px !important;
    width: 70px !important;
    border: 1px solid #ddd;
    padding: 4px
}

.our-clients .testimonial-image img {
    border: none;
    padding: 0
}

.our-clients .testimonial-author-info {
    color: #ddd
}

.testimonial-author-info {
    padding: 10px 0 0 90px;
    color: #666
}

.testimonial-author-info a {
    display: block
}

.our-clients .testimonial-author-info a {
    color: #fff
}

span.color {
    font-size: 14px;
    font-weight: 700
}

#footer ul {
    padding: 10px 0 0;
    margin: 25px 0 35px
}

#footer li {
    padding: 0;
    margin: 0
}

.footer-top {
    background: #363636;
    border-bottom: 0;
    color: #e3e1df;
    padding: 50px 0;
    font-family: TrajanPro-Regular
}

.footer-top h5 {
    font-size: 16px;
    color: #e3e1df
}

.footer-top small {
    font-size: 11px;
    color: #e3e1df
}

.footer-top ul {
    border-top: 1px #6a6a6a solid
}

#footer ul.social {
    border-top: 0;
    padding: 0;
    margin: 5px 0 2px
}

#footer ul.social li {
    background: #e3e1df
}

.footer-top ul li a {
    font-size: 12px;
    color: #e3e1df;
    transition: color .2s ease
}

.footer-top ul li a:hover {
    color: #ffb307
}

.footer-bottom {
    background: #25292c;
    color: #888;
    line-height: 30px;
    padding: 15px
}

.footer-copyright {
    background: #222
}

.footer-copyright a {
    color: #ffb307
}

.footer-copyright a:hover {
    color: #fff
}

.footer-copyright p {
    margin-bottom: 3px
}

.footer-copyright p.copyright {
    margin-top: 12px
}

.social-icons-footer-bottom {
    float: right;
    margin: 6px 0 0
}

.social-icons-footer-bottom li {
    display: inline;
    float: left;
    margin-right: 7px !important;
    list-style: none;
    -webkit-transition: all .2s ease-in-out 0;
    -moz-transition: all .2s ease-in-out 0;
    -o-transition: all .2s ease-in-out 0;
    -ms-transition: all .2s ease-in-out 0;
    transition: all .2s ease-in-out 0
}

.social-icons-footer-bottom li i {
    display: inline-block;
    font-family: FontAwesome;
    font-size: 13px;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 16px;
    padding-top: 0;
    text-align: center;
    text-decoration: inherit;
    text-transform: none
}

.scrollup {
    width: 40px;
    height: 40px;
    opacity: .8;
    position: fixed;
    bottom: 100px;
    right: 15px;
    display: none;
    text-align: center;
    color: #fafafa;
    font-size: 28px;
    background: #9e9e9e;
    z-index: 9999
}

.scrollup i {
    line-height: 38px
}

a.scrollup:focus i,
a.scrollup:hover i {
    text-decoration: none;
    color: #fafafa;
    outline: 0
}

#tweets li:before {
    color: #727272;
    content: "\f099";
    float: left;
    font-family: FontAwesome;
    font-size: 16px;
    margin: 0 0 0 -28px
}

#tweets li {
    line-height: 24px;
    margin: 0 0 15px;
    padding: 0 0 0 28px
}

#tweets .content {
    padding-top: 0;
    margin-bottom: 5px
}

#flickrfeed li {
    float: left;
    margin: 5px 5px 0 0
}

.contact-us {
    margin: 15px 0 0;
    background: url(../img/contact-map.png) no-repeat center bottom
}

.business-hour i {
    margin-right: 5px
}

footer .contact-us a {
    color: #fff !important
}

.contact-us .icon-map-marker {
    font-size: 16px
}

.contact-us li i {
    color: #666;
    float: left;
    margin: 4px 0 0
}

.contact-us p {
    line-height: 24px;
    margin-left: 20px;
    margin-top: -2px
}

.contact-us li p strong {
    color: #727272;
    float: left;
    font-weight: 600;
    margin: 0 5px 5px 0
}

.contact-pad {
    padding-bottom: 20px
}

.subscribe-btn {
    height: 38px;
    background-image: none;
    color: #fff;
    text-shadow: none;
    font-size: 14px;
    border: none;
    text-shadow: 0 1px #555 !important
}

.subscribe {
    height: 38px !important;
    width: 100%
}

#not-found {
    margin: 60px 0 45px
}

#not-found h2 {
    font-size: 200px;
    font-weight: 500;
    letter-spacing: -5px;
    line-height: 210px;
    text-align: center
}

#not-found p {
    color: #9e9e9e;
    font-size: 32px;
    line-height: 48px;
    text-align: center
}

#not-found i {
    color: #f03;
    font-size: 210px;
    position: relative;
    top: -12px
}

.back-home p {
    text-align: center !important;
    margin: 0 auto
}

.back-home .search-form {
    width: 290px;
    margin: 30px auto 0
}

.sitemap {
    margin-bottom: 15px
}

.hero {
    background: none repeat scroll 0 0 #fafafa;
    border-left: 4px solid #ddd;
    color: #666;
    font-size: 16px;
    margin: 20px 0;
    padding: 18px
}

.bio-box {
    padding-bottom: 3%
}

ul.why {
    list-style: none;
    padding: 0;
    margin: 0
}

ul.why li {
    margin: 7px 0
}

ul.why li:before {
    content: "\f00c";
    font-family: FontAwesome;
    position: relative;
    color: #fff;
    background: #666;
    border-radius: 100%;
    margin: 0 7px 0 0;
    padding: 3px
}

.services-big div.content-box div.content-box-icon {
    border: 1px solid #ddd;
    background: url(../img/bg_off.png) repeat;
    border-radius: 2px;
    display: block;
    float: none;
    position: relative;
    padding: 4px
}

.services-big .content-box-icon span {
    z-index: 4;
    display: block;
    width: 130px;
    height: 130px;
    border-radius: 130px;
    background-color: #666
}

.services-big .content-box-icon i {
    color: #fff;
    float: left;
    font-size: 48px;
    line-height: 130px;
    left: 34%;
    position: relative;
    z-index: 5
}

.services-big div.content-box div.content-box-info {
    padding-left: 0
}

.services-big h4 {
    margin: 20px 0
}

.services-big img {
    width: 100%
}

.divider {
    margin: 60px 0
}

.blog-divider {
    margin: 35px 0;
    background: url(../img/bg_off.png) repeat;
    content: "";
    height: 5px
}

.top-pad {
    margin-top: 25px
}

.no-divider {
    margin: 0
}

.bottom-pad {
    margin-bottom: 60px
}

.bottom-pad-small {
    margin-bottom: 30px
}

.no-bottom-pad {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important
}

input.form-control,
textarea.form-control {
    border: solid 1px #ccc;
    background: -webkit-gradient(linear, left top, left 25, from(#fff), color-stop(4%, #eee), to(#fff)) !important;
    background: -moz-linear-gradient(top, #fff, #eee 1px, #fff 25px) !important;
    box-shadow: rgba(0, 0, 0, .1) 0 0 8px !important;
    -moz-box-shadow: rgba(0, 0, 0, .1) 0 0 8px !important;
    -webkit-box-shadow: rgba(0, 0, 0, .1) 0 0 8px !important
}

.accordionMod .panel-heading .accordion-toggle {
    position: relative;
    cursor: pointer;
    margin: 0;
    padding: 10px 45px
}

.accordion-body,
.panel-heading {
    background: #fff;
    border-radius: 3px;
    padding: 0
}

.accordionMod .panel-heading .accordion-toggle .icon:before {
    content: "\f067";
    font-family: FontAwesome;
    display: block;
    width: 14px;
    height: 14px;
    position: absolute;
    left: 15px;
    top: 11px
}

.accordionMod .panel-heading .accordion-toggle .iconActive:before {
    content: "\f068";
    font-family: FontAwesome
}

.accordionMod .panel-heading .current {
    color: #fff;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    text-shadow: 1px 1px 1px #666
}

.contact-box,
.contact-box h3,
.contact-box i,
.contact-box p {
    -webkit-transition: all .5s ease-in-out 0;
    -moz-transition: all .5s ease-in-out 0;
    -o-transition: all .5s ease-in-out 0;
    -ms-transition: all .5s ease-in-out 0;
    transition: all .5s ease-in-out 0
}

.contact-box {
    text-align: center !important;
    -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, .05) inset;
    box-shadow: 0 -1px 0 0 rgba(0, 0, 0, .05) inset;
    -webkit-transition: background .5s ease-in-out;
    -moz-transition: background .5s ease-in-out;
    -o-transition: background .5s ease-in-out;
    -ms-transition: background .5s ease-in-out;
    transition: background .5s ease-in-out;
    margin: 0 0 20px;
    padding: 32px 28px
}

.contact-box:hover {
    border: none
}

.contact-box i {
    font-size: 48px
}

.blog-showcase {
    padding: 0
}

.blog-showcase ul {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
    display: block;
    overflow: hidden
}

.blog-showcase ul li {
    position: relative;
    display: inline-block
}

.blog-showcase ul li:last-child {
    padding-right: 0 !important
}

.blog-showcase ul li.blog-first-el {
    padding-right: 270px
}

.blog-showcase ul li.blog-first-el .blog-showcase-extra-info {
    zoom: 1;
    opacity: 1
}

.blog-showcase ul li.blog-first-el .blog-showcase-thumb {
    border-right: 0
}

.blog-showcase ul li,
.blog-showcase ul li img,
.blog-showcase-extra-info {
    -webkit-transition: all .3s ease-in-out 0;
    -moz-transition: all .3s ease-in-out 0;
    -o-transition: all .3s ease-in-out 0;
    -ms-transition: all .3s ease-in-out 0;
    transition: all .3s ease-in-out 0
}

.blog-showcase-thumb {
    position: relative;
    overflow: hidden;
    z-index: 20;
    margin-bottom: 5px;
    width: 297px
}

.blog-showcase-thumb:hover .showcase-blog-overlay {
    zoom: 1;
    opacity: .5
}

.blog-showcase-extra-info {
    width: 277px;
    height: 180px;
    z-index: 10;
    margin: 0;
    position: absolute;
    left: 297px;
    top: 2px;
    overflow: hidden;
    zoom: 1;
    opacity: 0
}

.blog-showcase-extra-info span {
    display: block;
    border: 1px solid rgba(0, 0, 0, .1);
    border-left: none;
    border-right: 0;
    margin-bottom: 5px;
    line-height: 24px
}

.blog-showcase-extra-info span a {
    font-size: 10px;
    color: #999
}

.blog-showcase-title {
    font-size: 13px;
    font-weight: 700;
    line-height: 20px !important;
    display: inline-block;
    margin-bottom: 0;
    color: #333
}

.blog-showcase-more {
    font-size: 12px;
    text-decoration: underline
}

.web-normal i {
    display: inline-block;
    margin: 15px
}

#options {
    padding: 10px 0 25px
}

#options li {
    float: left;
    margin: 4px 8px 4px 0
}

#options li a {
    display: inline-block;
    background: #fafafa;
    color: #727272;
    font-size: 16px;
    text-decoration: none;
    padding: 7px 20px;
    border: 1px solid #ddd
}

.portfolio-pad {
    margin-bottom: 30px
}

.portfolio .item {
    position: relative;
    overflow: hidden
}

.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;
    -o-transition-duration: .8s;
    -ms-transition-duration: .8s;
    transition-duration: .8s
}

.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -o-transition-property: height, width;
    -ms-transition-property: height, width;
    transition-property: height, width
}

.isotope .isotope-item {
    -webkit-transition-property: 0;
    -moz-transition-property: 0;
    -o-transition-property: 0;
    -ms-transition-property: 0;
    transition-property: 0
}

.isotope .isotope-item.no-transition,
.isotope.no-transition,
.isotope.no-transition .isotope-item {
    -webkit-transition-duration: 0;
    -moz-transition-duration: 0;
    -o-transition-duration: 0;
    -ms-transition-duration: 0;
    transition-duration: 0
}

.isotope.infinite-scrolling {
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none;
    transition: none
}

.progress {
    height: 40px
}

.progress .progress-bar {
    font-size: 15px;
    font-weight: 600;
    line-height: 40px;
    padding-left: 20px;
    text-align: left;
    text-shadow: 1px 1px 1px #666
}

a.mobile-menu {
    color: #000;
    cursor: pointer
}

.mobile-menu {
    height: 40px;
    position: absolute;
    right: 0;
    top: 25px
}

.google-maps {
    height: 400px
}

.google-maps img {
    max-width: none
}

#options li a,
.author-content,
.img-caption,
.portfolio .img-caption,
.portfolio img.pic,
.recentworks .pic,
.scrollup,
.tabs ul.posts li img,
a.next,
a.prev,
li.work img {
    border-radius: 2px
}

#options ul,
#search-form form,
.features .panel-heading h4,
.gallery ul,
.panel-heading h3,
.sidebar ul,
.testimonials ul,
ul.post-meta,
ul.tabs,
ul.why {
    margin: 0
}

#horizontal-tabs ul.tabs li,
#vertical-tabs ul.tabs li,
.content h3,
.latest-posts h4 a {
    color: #666
}

ul.posts {
    padding: 0
}

ul.posts li {
    list-style: none
}

ul.posts span.color {
    color: #727272
}

.our-clients ul,
.recentworks ul,
ul#tweets {
    list-style: none;
    margin: 0
}

#footer ul,
.our-clients ul {
    list-style: none
}

ul#projects-carousel {
    overflow: hidden;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
    float: left
}

.portfolio-item {
    background: url(../img/bg_off.png) repeat;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .1);
    box-shadow: 0 0 3px rgba(0, 0, 0, .1);
    border: 1px solid #ddd;
    padding: 4px;
    overflow: hidden;
    display: block
}

.portfolio-item img {
    display: block;
    width: 100%
}

.fullscreen {
    position: absolute;
    left: 50%;
    top: 65%;
    color: #fff;
    font-size: 18px;
    margin-top: -30px;
    margin-left: -24px;
    width: 60px;
    height: 60px;
    opacity: 0
}

.fullscreen i {
    color: #fff !important;
    opacity: 1;
    z-index: 11;
    background: rgba(0, 0, 0, .6);
    padding: 16px 18px;
    font-size: 16px;
    border-radius: 100px
}

.portfolio-item-link {
    display: block;
    position: relative
}

.post-item-link {
    display: block;
    position: relative;
    overflow: hidden;
    margin: 0
}

.post-body {
    padding: 4px;
    background: url(../img/bg_off.png) repeat;
    border: 1px solid #ddd;
    border-radius: 3px
}

.img-hover,
.portfolio-item-link span.portfolio-item-hover,
.post-item-link span.post-item-hover {
    background: rgba(50, 50, 50, .75)
}

.portfolio-item.round img {
    border-radius: 2px
}

a.portfolio-item-link {
    line-height: 0;
    padding: 0;
    margin: 0
}

.img-hover,
.portfolio-item-link span.portfolio-item-hover,
.post-item-link span.post-item-hover {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    top: 0;
    left: 0;
    -webkit-transition: all .35s ease-out;
    -moz-transition: all .35s ease-out;
    -o-transition: all .35s ease-out;
    -ms-transition: all .35s ease-out;
    transition: all .35s ease-out
}

.img-hover:hover,
.portfolio-item-link span.portfolio-item-hover:hover,
.post-item-link span.post-item-hover:hover {
    background-position: center center
}

.portfolio-item-title {
    text-align: center;
    padding: 10px 5px;
    background: #fff
}

.portfolio-item-title a {
    font-weight: 600;
    font-size: 14px;
    font-family: "Open Sans", Arial, Verdana;
    color: #666;
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    -ms-transition: all .25s ease-out;
    transition: all .25s ease-out
}

.portfolio-item-title a:hover {
    text-decoration: none
}

.portfolio-item-title p {
    font-style: italic;
    font-size: 12px;
    margin-bottom: 0;
    text-align: center
}

.ch-item {
    width: 100%;
    height: 85%;
    position: relative;
    cursor: default
}

.ch-info-wrap i {
    color: #fff;
    float: left;
    font-size: 28px;
    left: 35%;
    line-height: 80px;
    position: relative;
    z-index: 5;
    text-shadow: 0 3px 0 rgba(0, 0, 0, .1)
}

.ch-info-wrap {
    position: absolute;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #666;
    top: 10px;
    left: 10px
}

.ch-info {
    position: absolute;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 5px rgba(0, 0, 0, .2);
    box-shadow: 0 0 0 5px rgba(0, 0, 0, .2);
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.ch-info>div {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-position: center center;
    -webkit-backface-visibility: hidden
}

.ch-info .ch-info-front {
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out
}

.ch-info .ch-info-back {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -o-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    box-shadow: inset 0 0 3px rgba(0, 0, 0, .6);
    -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, .6);
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, .6);
    -webkit-transition: all .4s ease-in-out .2s;
    -moz-transition: all .4s ease-in-out .2s;
    -o-transition: all .4s ease-in-out .2s;
    -ms-transition: all .4s ease-in-out .2s;
    transition: all .4s ease-in-out .2s;
    opacity: 0
}

.ch-item:hover .ch-info-front {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0)
}

.ch-item:hover .ch-info-back {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    pointer-events: auto
}

.member-social.dark a.facebook:hover,
.team .item .team-member-links a.facebook:hover,
footer .social li.facebook:hover,
header .social li.facebook:hover {
    background: #4c66a4
}

.member-social.dark a.dribbble:hover,
.team .item .team-member-links a.dribbble:hover,
footer .social li.dribbble:hover,
header .social li.dribbble:hover {
    background: #ea4c89
}

.member-social.dark a.twitter:hover,
.team .item .team-member-links a.twitter:hover,
footer .social li.twitter:hover,
header .social li.twitter:hover {
    background: red
}

.member-social.dark a.gplus:hover,
.team .item .team-member-links a.gplus:hover,
footer .social li.gplus:hover,
header .social li.gplus:hover {
    background: #9e0b0f
}

.member-social.dark a.linkedin:hover,
.team .item .team-member-links a.linkedin:hover,
footer .social li.linkedin:hover,
header .social li.linkedin:hover {
    background: #069
}

.member-social.dark a.pinterest:hover,
.team .item .team-member-links a.pinterest:hover,
footer .social li.pinterest:hover,
header .social li.pinterest:hover {
    background: #c92228
}

footer .social li.rss:hover,
header .social li.rss:hover {
    background: #f60
}

.team-member {
    display: block;
    margin: 0 auto 50px;
    width: 100%;
    max-width: 350px;
    padding: 0
}

.team-member-image {
    float: none;
    overflow: visible;
    height: 0;
    width: 100%;
    padding-bottom: 100%
}

.team-member-image img {
    border-radius: 50%
}

.team-member-links {
    top: 0;
    min-height: 1px;
    border-radius: 50%;
    box-shadow: 0 0 0 10px rgba(255, 255, 255, .25) inset;
    -webkit-transition: all .25s ease;
    transition: all .25s ease
}

.team-member:hover .team-member-links {
    box-shadow: 0 0 0 175px rgba(50, 50, 50, .75) inset
}

.team-member-links-list {
    opacity: 0;
    -webkit-transition: opacity .25s ease;
    transition: opacity .25s ease
}

.team-member:hover .team-member-links-list {
    opacity: 1
}

.team-member-links-item {
    font-size: 22px;
    line-height: 44px;
    height: 44px;
    width: 44px;
    margin: 5px;
    position: relative;
    border-radius: 50%;
    background-color: #fff;
    color: #666
}

.color_alternate .team-member-links-item:hover,
.color_primary .team-member-links-item:hover,
.team-member-links-item:hover {
    background-color: #f8862c;
    color: #fff
}

.team-member-meta {
    margin-left: 0;
    min-height: 1px;
    padding: 15px 0 0;
    text-align: center
}

.team-member-name {
    margin-bottom: 6px
}

.team-member-role {
    font-size: 13px;
    margin-bottom: 10px;
    color: #999
}

.team-member-description p {
    margin-bottom: 0;
    text-align: center
}

.member-social.dark a {
    background: #9e9e9e;
    -webkit-transition: background .5s ease-in-out;
    -moz-transition: background .5s ease-in-out;
    -o-transition: background .5s ease-in-out;
    -ms-transition: background .5s ease-in-out;
    transition: background .5s ease-in-out
}

.team .item .team-member-links a {
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.member-social a {
    width: 36px;
    float: left;
    text-align: center;
    margin: 0 6px 6px 0;
    padding: 7px 0 6px;
    border-radius: 2px
}

.member-social a i {
    display: block !important;
    font-size: 20px;
    color: #fff;
    margin: 0 auto !important
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    border-color: transparent
}

.pager li>a:hover {
    border: none
}

.menu>ul li {
    float: none
}

.menutwo>ul li {
    float: none
}

@media (min-width:979px) and (max-width:1200px) {
    .menutwo ul li a {
        font-size: 1.2vw
    }
}

.navbar-toggle {
    border: none;
    border-radius: 2px;
    padding: 9px 10px 5px
}

button,
input,
select,
textarea {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    width: 175px
}

.author-content .data a,
strong {
    font-weight: 600
}

.breadcrumbs ul,
.portfolio-single .sidebar h3 {
    margin-top: 5px
}

.nivo-caption h2,
.pagination-centered {
    text-align: center
}

.page article.post .post-image,
.portfolio-single .recentwork_wrapper .item {
    margin-bottom: 25px
}

.avatar,
header nav li,
ol li ol.childlist .comment-des {
    float: left
}

.portfolio-wrap,
.recentworks li.slide {
    overflow: hidden
}

#options li a.selected,
.contact-box:hover,
.top-bar i,
footer a,
header .top-bar a {
    transition: color .2s ease;
    color: #96a5a6
}

.top-bar a:hover,
.top-bar a:hover i {
    color: #ffb307
}

#footer h3,
.contact-box:hover h3,
.content-box:hover>.content-box-icon i,
div.content-box div.content-box-icon:hover,
div.content-box div.content-box-icon:hover i,
footer .social li:hover i,
header .social li:hover i {
    color: #fff
}

.contact-box p {
    text-align: center !important
}

.accordionMod .accordion-group,
.panel-group .panel {
    margin-bottom: 15px
}

.panel {
    border: 1px solid #ddd
}

.panel-group {
    padding: 0 15px
}

#stall-wrapper-outer {
    max-width: 100%
}

#content1 {
    margin-top: 50px
}

#stall_wrapper {
    background: #5f5953;
    padding: 25px 0;
    overflow: hidden;
    min-width: 1140px
}

#stall_wrapper_welcome {
    background: #5f5953;
    padding: 0;
    overflow: hidden;
    margin-bottom: 21px
}

#stall_wrapper .left,
.right {
    height: 100%
}

#stall_wrapper .right {
    padding: 25px;
    background-color: #5f5953
}

#stall_wrapper_welcome .right {
    padding: 25px;
    background-color: #5f5953
}

#welcome_wrap {
    background: #5f5953;
    padding: 0;
    overflow: hidden
}

#welcome {
    margin: 0;
    padding: 30px 20px 80px;
    background-image: url(../img/slide1.jpg);
    background-size: cover;
    background-repeat: none;
    position: relative
}

#welcome-header {
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #181818
}

#welcome-header h1 {
    color: #fff;
    padding-top: 5px;
    margin: 0
}

.stallbuilder-header h3 {
    color: #fff;
    font-size: 24px
}

#welcome-errorbox {
    left: 75px;
    position: absolute;
    top: 232px;
    width: 390px
}

#welcome-errorbox blockquote.error,
#welcome-errorbox p.error {
    margin: 0;
    padding: 5px 5px 0;
    border: 2px solid #d00;
    border-width: 2px 2px 0;
    background: #933;
    color: #fff
}

#welcome-errorbox blockquote.error {
    padding: 5px;
    border-width: 0 2px 2px
}

#get_started {
    display: inline-block
}

#get_started input {
    width: 100%;
    height: 40px;
    display: block;
    padding: 3px 10px;
    margin: 8px 0;
    background: #d7d7d7;
    border: none;
    font-weight: bold;
}

#get_started .select-container {
    width: 301px;
    height: 26px;
    padding: 3px;
    background: url(stall_images/project-person-select-bg.gif) left top no-repeat
}

#get_started select {
    border: 0;
    padding: 5px;
    width: 100%;
    font-weight: bold;
    height: 40px;
    background-color: #d7d7d7;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none
}

#get_started .selectbox {
    float: left;
    height: 37px;
    width: 236px;
    margin: 0 auto;
    display: block;
    line-height: 37px;
    font-weight: 700;
    text-align: center;
    background: url(stall_images/236_dropdown.gif);
    cursor: pointer;
    color: #333;
    font-size: 10px
}

button#get_started_button,
input#get_started_button {
    border-radius: 5px;
    margin-top: 17px;
    display: block;
    border: 0;
    width: 307px;
    height: 78px;
    font-size: 24px;
    cursor: pointer;
    background-color: #ffb308;
    color: #544432;
    font-weight: bold;
}

button#get_started_button:hover,
input#get_started_button:hover {
    background-color: #FFD067;
    color: #544432
}

#stall_wrapper li,
#stall_wrapper ul {
    margin: 0;
    padding: 0
}

#data_wrap {
    display: block;
    width: 507px;
    float: left;
    position: relative
}

#data_wrap h1.step_h1 {
    margin: 0;
    padding: 0;
    font-size: 28px;
    line-height: 52px;
    color: #fff;
    width: 114px;
    float: left
}

#data_wrap h1 {
    border: none
}

ul#steps {
    list-style: none;
    width: 393px;
    height: 52px;
    display: block;
    float: right;
    background-image: url(stall_images/steps.png) !important;
    background-image: url(stall_images/steps.gif);
    background-position: top center;
    background-repeat: no-repeat
}

#steps.active_1,
ul#steps.active_1 {
    background-position: 0 -52px
}

#steps.active_2,
ul#steps.active_2 {
    background-position: 0 -104px
}

#steps.active_3,
ul#steps.active_3 {
    background-position: 0 -156px
}

ul#steps li {
    list-style: none
}

ul#steps li a {
    display: block;
    height: 52px;
    float: left
}

ul#steps li a.step_1 {
    width: 132px
}

ul#steps li a.step_2 {
    width: 131px
}

ul#steps li a.step_3 {
    width: 130px
}

#add_colors_wrap,
#quote_hdr {
    width: 507px;
    height: 34px;
    position: relative
}

#quote_hdr {
    background: #918880;
    color: #fff;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 14pt
}

#quote_padding {
    padding: 5px 5px 5px 8px
}

#a {
    display: block;
    float: left;
    width: 388px;
    height: 34px;
    background: url(stall_images/as.png) top center
}

#aa {
    display: block;
    float: left;
    width: 388px;
    height: 34px;
    background: url(stall_images/as.png) 0 -34px
}

#aaa {
    display: block;
    float: left;
    width: 388px;
    height: 34px;
    background: url(stall_images/as.png) 0 -68px
}

#add_colors {
    float: right;
    width: 119px;
    height: 34px;
    cursor: pointer;
    background: url(stall_images/add_colors.png) 0 0 !important;
    background: url(stall_images/add_colors.gif) 0 0
}

#add_colors:hover {
    background: url(stall_images/add_colors.png) 0 -34px !important;
    background: url(stall_images/add_colors.gif) 0 -34px
}

#add_colors.select-shape,
#add_colors.select-shape:hover {
    background: url(stall_images/add_colors.png) 0 -68px !important;
    background: url(stall_images/add_colors.gif) 0 -68px
}

.tip-text,
.tip-text-nochange {
    font-size: 10px;
    text-align: center
}

#color_pop_up {
    display: none;
    width: 332px;
    height: 137px;
    left: 507px;
    top: 42px;
    position: absolute;
    z-index: 500;
    background: url(stall_images/popup.png) top center !important;
    background: url(stall_images/popup.gif) top center
}

.color_pop_container {
    width: 322px;
    height: 132px;
    margin: 4px 0 0 9px;
    background: #b2a9a0;
    position: relative
}

.color_pop_header {
    width: 302px;
    height: 21px;
    color: #fff;
    font-weight: 700
}

.color_pop_header div {
    width: 107px;
    padding-top: 5px;
    float: left
}

.color_pop_header div.col-left_set {
    margin-left: 3px;
    width: 104px
}

.color_pop_header div.col-right_set {
    width: 87px
}

.close_color_pop {
    display: block;
    position: absolute;
    top: 2px;
    right: 2px;
    width: 14px;
    height: 13px;
    cursor: pointer;
    background: url(stall_images/color-pop-close.gif) left top no-repeat
}

#left_set,
#middle_set,
#right_set {
    background: #e7e3e2;
    float: left;
    width: 107px;
    height: 105px
}

#right_set {
    width: 104px
}

#left_set.other-type,
#middle_set.other-type,
#right_set.other-type {
    width: 102px;
    margin-left: 5px
}

#right_set.other-type {
    width: 99px
}

.color_pop_container .steel_color {
    height: 21px;
    line-height: 1.6em;
    padding-left: 20px;
    position: relative;
    cursor: pointer
}

.color_pop_container .steel_color .colorbox {
    width: 12px;
    height: 13px;
    background: url(stall_images/colors.gif) left top no-repeat;
    position: absolute;
    left: 5px;
    top: 2px
}

.color_pop_container .color-black .colorbox {
    background-position: 0 0
}

.color_pop_container .color-green .colorbox {
    background-position: 0 -13px
}

.color_pop_container .color-red .colorbox {
    background-position: 0 -26px
}

.color_pop_container .color-maroon .colorbox {
    background-position: 0 -39px
}

.color_pop_container .color-grey .colorbox {
    background-position: 0 -52px
}

.color_pop_container .color-white .colorbox {
    background-position: 0 -65px
}

.color_pop_container .color-blue .colorbox {
    background-position: 0 -78px
}

.color_pop_container .color-brown .colorbox {
    background-position: 0 -91px
}

.color_pop_container .color-beige .colorbox,
.color_pop_container .color-cream .colorbox {
    background-position: 0 -104px
}

.color_pop_container .wood {
    padding-left: 47px;
    text-transform: capitalize;
    height: 35px
}

.color_pop_container .wood .colorbox {
    width: 39px;
    height: 27px;
    background-image: url(stall_images/wood.gif)
}

.color_pop_container .color-light .colorbox {
    background-position: 0 0
}

.color_pop_container .color-medium .colorbox {
    background-position: 0 -27px
}

.color_pop_container .color-dark .colorbox {
    background-position: 0 -54px
}

.color_pop_container .selected-color {
    background: #c4c1c0;
    color: #000
}

#right_set .active_1 {
    background: url(stall_images/popup.png) -218px -163px
}

#right_set .active_2 {
    background: url(stall_images/popup.png) -218px -198px
}

#right_set .active_3 {
    background: url(stall_images/popup.png) -218px -233px
}

#window_shapes {
    width: 507px;
    background: #eeebe8;
    overflow: hidden
}

.window_shape {
    width: 68px;
    height: 78px;
    margin: 2px;
    float: left;
    text-align: center;
    background-image: url(stall_images/window_shape_bg.png) !important;
    background-image: url(stall_images/window_shape_bg.gif);
    background-position: left top;
    background-repeat: no-repeat;
    cursor: pointer;
    line-height: 14px
}

.window_shape img {
    display: block;
    margin: 5px auto 0
}

.selected-shape,
.window_shape:hover {
    background-position: right top;
    color: #000
}

.door_and_panels {
    width: 507px;
    overflow: hidden
}

.step_4 .doorpanel_options {
    width: auto
}

.b {
    display: block;
    height: 33px;
    width: 507px;
    background: url(stall_images/bs.png) !important;
    background: url(stall_images/bs.gif)
}

.bb {
    display: block;
    height: 33px;
    width: 507px;
    background: url(stall_images/bs.png) 0 -33px !important;
    background: url(stall_images/bs.gif) 0 -33px
}

.c {
    display: block;
    height: 33px;
    width: 507px;
    background: url(stall_images/cs.png) !important;
    background: url(stall_images/cs.gif)
}

.cc {
    display: block;
    height: 33px;
    width: 507px;
    background: url(stall_images/cs.png) 0 -33px !important;
    background: url(stall_images/cs.gif) 0 -33px
}

.doorpanel_options {
    background: #f3f1f0;
    padding: 6px 0;
    width: 506px;
    border: 4px solid #b2a9a0;
    min-height: 61px
}

.step_2 .doorpanel_options {
    min-height: 95px
}

.doorpanel_option_padding {
    padding: 6px;
    width: 506px
}

.doorpanel_option_padding h3 {
    margin: 0 0 5px
}

.finial-box {
    padding-bottom: 5px
}

.finial-box label {
    display: block;
    float: left;
    margin-left: 20px;
    padding: 3px;
    width: 75px
}

.stall-step3 .doorpanel_options {
    position: relative
}

.stall-step3 .doorpanel_options .graphic {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: hidden
}

.stall-step3 .doorpanel_options .graphic a {
    display: block;
    height: 73px;
    overflow: hidden;
    width: 84px;
    background: #b2a9a0;
    border-left: 2px solid #b2a9a0
}

select.doorpanel_drop_down option {
    height: 37px;
    width: 236px;
    margin: 0;
    padding: 0
}

.york_radios {
    display: block;
    height: 35px;
    width: 100%;
    background: url(stall_images/york.png) top center no-repeat;
    background: url(stall_images/york.gif) top center no-repeat
}

.york_1 {
    display: block;
    float: left;
    margin: 13px 2px 3px 70px;
    width: 20px
}

.york_2 {
    display: block;
    float: right;
    margin: 13px 177px 3px auto;
    width: 20px
}

#add_a_door_arch,
#add_finials {
    cursor: pointer;
    margin: 20px;
    width: 31px;
    height: 28px;
    float: left
}

#add_finials_style_1,
#add_finials_style_2,
#add_finials_style_3 {
    cursor: pointer;
    margin: 20px 10px 0 0;
    width: 21px;
    height: 19px;
    float: left
}

.check_box {
    width: 31px;
    height: 28px;
    display: block;
    background: url(stall_images/check_box.gif) no-repeat
}

.check_box_active {
    display: block;
    width: 31px;
    height: 28px;
    background: url(stall_images/check_box.gif) 0 -28px no-repeat
}

.check_box_sm {
    width: 21px;
    height: 19px;
    cursor: pointer;
    background: url(stall_images/check_box_sm.gif) no-repeat
}

.check_box_sm_active {
    width: 21px;
    height: 19px;
    cursor: pointer;
    background: url(stall_images/check_box_sm.gif) 0 -19px no-repeat
}

#window_shapes th,
.door_and_panels th {
    text-align: center;
    color: #b2a9a0;
    font-weight: 700;
    padding: 3px
}

.step_2 #window_shapes th,
.step_2 .door_and_panels th {
    padding: 12px 3px
}

.description {
    font-style: italic;
    color: #666
}

#preview_wrap {
    margin-bottom: 3px;
    width: 501px;
    float: left;
    overflow: hidden
}

#preview_image_container {
    width: 498px;
    height: 318px;
    position: relative;
    background: url(/configurator/resources/main_background.png) no-repeat
}

#preview_image_background,
#preview_image_background div,
#preview_image_facia_layer,
#preview_image_facia_layer div,
#preview_image_panel_layer,
#preview_image_panel_layer div,
#preview_image_shape_layer,
#preview_image_shape_layer div {
    width: 498px;
    height: 318px;
    position: absolute;
    top: 0;
    left: 0
}

#preview_image_background {
    z-index: 0
}

#preview_image_facia_layer {
    z-index: 10
}

#preview_image_shape_layer {
    z-index: 2
}

.imgShape {
    z-index: 2
}

.img1,
.img10,
.img11,
.img12,
.img13,
.img14,
.img15,
.img16,
.img17,
.img18,
.img2,
.img3,
.img4,
.img9 {
    z-index: 1
}

.AL .img2,
.AL .img3 {
    z-index: 2
}

.img5,
.img6,
.img7,
.img8 {
    z-index: 3
}

.img19 {
    z-index: 4
}

.has-yoke .img1 {
    display: none
}

.p_header {
    width: 497px;
    height: 33px;
    display: block;
    background: url(stall_images/p_header.png) !important;
    background: url(stall_images/p_header.gif)
}

#preview_wrap img {
    border: 1px solid #b2a9a0
}

#ask_an_expert_wrap {
    margin-top: 7px;
    width: 497px;
    height: 36px;
    background: url(stall_images/ask_an_expert.png) !important;
    background: url(stall_images/ask_an_expert.gif)
}

a#ask_an_expert {
    display: block;
    width: 138px;
    height: 36px;
    float: left
}

a#ask_an_expert:hover {
    background: url(stall_images/ask_an_expert_hover.png) !important;
    background: url(stall_images/ask_an_expert_hover.gif)
}

a#ask_an_expert span,
a#print-btn span,
a#quote-btn span {
    display: none
}

a#print-btn,
a#quote-btn {
    display: block;
    width: 99px;
    height: 27px;
    background: url(stall_images/print.gif) left top no-repeat;
    float: left;
    margin-right: 5px
}

a#quote-btn {
    background-image: url(stall_images/get_quote.gif);
    width: 494px;
    height: 72px;
    display: block;
    margin: 10px 2px
}

a#print-btn:hover,
a#quote-btn:hover {
    background-position: left bottom
}

input.total {
    width: 248px;
    height: 28px;
    float: right;
    margin: 3px 16px 0 0;
    color: #231f20;
    display: block;
    background: 0 0;
    font-weight: 700;
    font-size: 15px;
    border: none
}

#quote-btn {
    width: 500px;
    height: 72px;
    margin: 10px 2px;
    background: url(stall_images/get_quote.gif) no-repeat;
    border: none
}

#steps_wrap {
    margin-top: 5px;
    width: 497px;
    height: 83px
}

.go_to_step_2 {
    width: 497px;
    height: 83px;
    background: url(stall_images/go_to_steps.png) !important;
    background: url(stall_images/go_to_steps.gif);
    cursor: pointer;
    border: 0
}

.go_to_step_2 span {
    visibility: hidden
}

.go_to_step_2:hover {
    background: url(stall_images/go_to_steps.png) 0 -83px !important;
    background: url(stall_images/go_to_steps.gif) 0 -83px
}

.go_to_step_1 {
    width: 254px;
    height: 83px;
    cursor: pointer;
    float: left;
    border: 0;
    background: url(stall_images/go_to_steps.png) 0 -166px !important;
    background: url(stall_images/go_to_steps.gif) 0 -166px
}

.go_to_step_1 span {
    visibility: hidden
}

.go_to_step_1:hover {
    background: url(stall_images/go_to_steps.png) 0 -249px !important;
    background: url(stall_images/go_to_steps.gif) 0 -249px
}

.go_to_step_3 {
    width: 241px;
    height: 83px;
    float: right;
    border: 0;
    cursor: pointer;
    background: url(stall_images/go_to_steps.png) -256px -166px !important;
    background: url(stall_images/go_to_steps.gif) -256px -166px
}

.go_to_step_3 span {
    visibility: hidden
}

.go_to_step_3:hover {
    background: url(stall_images/go_to_steps.png) -256px -249px !important;
    background: url(stall_images/go_to_steps.gif) -256px -249px
}

.go_to_step_4 {
    width: 241px;
    height: 83px;
    float: right;
    border: 0;
    cursor: pointer;
    background: url(stall_images/go_to_steps.png) -256px -332px !important;
    background: url(stall_images/go_to_steps.gif) -256px -332px
}

.go_to_step_4 span {
    visibility: hidden
}

.go_to_step_4:hover {
    background: url(stall_images/go_to_steps.png) -256px -415px !important;
    background: url(stall_images/go_to_steps.gif) -256px -415px
}

.start_over {
    width: 241px;
    height: 83px;
    float: right;
    border: 0;
    cursor: pointer;
    background: url(stall_images/start_over.png) 0 0 !important;
    background: url(stall_images/start_over.gif) 0 0
}

.start_over span {
    visibility: hidden
}

#actionModal {
    z-index: 10000 !important
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 5px
}

.prodTextLinkHeader {
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    color: #363636
}

.prodTextLinkHeader:hover {
    color: #ffb307
}

.fancybox-image,
.fancybox-inner,
.fancybox-nav,
.fancybox-nav span,
.fancybox-outer,
.fancybox-skin,
.fancybox-tmp,
.fancybox-wrap,
.fancybox-wrap iframe,
.fancybox-wrap object {
    padding: 0;
    margin: 0;
    border: 0;
    outline: 0;
    vertical-align: top
}

.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020
}

.fancybox-skin {
    position: relative;
    background: #f9f9f9;
    color: #444;
    text-shadow: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.fancybox-opened {
    z-index: 10030
}

.fancybox-opened .fancybox-skin {
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, .5);
    -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, .5);
    box-shadow: 0 10px 25px rgba(0, 0, 0, .5)
}

.fancybox-inner,
.fancybox-outer {
    position: relative
}

.fancybox-inner {
    overflow: hidden
}

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch
}

.fancybox-error {
    color: #444;
    font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap
}

.fancybox-iframe,
.fancybox-image {
    display: block;
    width: 100%;
    height: 100%
}

.fancybox-image {
    max-width: 100%;
    max-height: 100%
}

#fancybox-loading,
.fancybox-close,
.fancybox-next span,
.fancybox-prev span {
    background-image: url(fancybox/fancybox_sprite.png)
}

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: .8;
    cursor: pointer;
    z-index: 8060
}

#fancybox-loading div {
    width: 44px;
    height: 44px;
    background: url(fancybox/fancybox_loading.gif) center center no-repeat
}

.fancybox-close {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 8040
}

.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    background: transparent url(fancybox/blank.gif);
    -webkit-tap-highlight-color: transparent;
    z-index: 8040
}

.fancybox-prev {
    left: 0
}

.fancybox-next {
    right: 0
}

.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    visibility: hidden
}

.fancybox-prev span {
    left: 10px;
    background-position: 0 -36px
}

.fancybox-next span {
    right: 10px;
    background-position: 0 -72px
}

.fancybox-nav:hover span {
    visibility: visible
}

.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    visibility: hidden;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important
}

.fancybox-lock {
    overflow: hidden !important;
    width: auto
}

.fancybox-lock body {
    overflow: hidden !important
}

.fancybox-lock-test {
    overflow-y: hidden !important
}

.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 10000;
    background: url(fancybox/fancybox_overlay.png)
}

.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0
}

.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll
}

.fancybox-title {
    visibility: hidden;
    font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 8050
}

.fancybox-opened .fancybox-title {
    visibility: visible
}

.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center
}

.fancybox-title-float-wrap .child {
    display: inline-block;
    margin-right: -100%;
    padding: 2px 20px;
    background: 0 0;
    background: rgba(0, 0, 0, .8);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    text-shadow: 0 1px 2px #222;
    color: #fff;
    font-weight: 700;
    line-height: 24px;
    white-space: nowrap
}

.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff
}

.fancybox-title-inside-wrap {
    padding-top: 10px
}

.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, .8)
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min--moz-device-pixel-ratio:1.5),
only screen and (min-device-pixel-ratio:1.5) {

    #fancybox-loading,
    .fancybox-close,
    .fancybox-next span,
    .fancybox-prev span {
        background-image: url(fancybox/fancybox_sprite@2x.png);
        background-size: 44px 152px
    }

    #fancybox-loading div {
        background-image: url(fancybox/fancybox_loading@2x.gif);
        background-size: 24px 24px
    }
}

#printframe {
    display: none
}

.bold_print,
.description_print,
.print_desc,
.print_only {
    display: none
}

@media print {
    * {
        margin-bottom: 0 !important;
        margin-top: 0 !important;
        padding-bottom: 0 !important;
        padding-top: 0 !important
    }

    h1 {
        font-size: 18px !important
    }

    .door_and_panels {
        left: 0;
        position: fixed;
        position: relative;
        top: 0;
        z-index: 99999
    }

    .doorpanel_options {
        border: none
    }

    .doorpanel_options>table>tbody>tr:nth-child(even) {
        vertical-align: top
    }

    .doorpanel_options>table>tbody>tr:last-child {
        color: red !important;
        font-size: 12px !important
    }

    .doorpanel_options>table>tbody>tr>td>div {
        color: #000 !important;
        font-size: 10px !important;
        padding-left: 25px !important
    }

    .print_quote {
        display: block !important;
        height: 35px
    }

    .doorpanel_options>table>tbody>tr>td>div>em {
        color: #666 !important;
        font-size: 10px !important;
        font-style: italic
    }

    .doorpanel_options h3 {
        display: none
    }

    .description.cost {
        display: none !important
    }

    .bold_print {
        color: #7b2d11 !important;
        display: block !important;
        font-size: 10px;
        font-weight: 700 !important;
        margin: 0
    }

    #ask_an_expert_wrap,
    #configurator-disclaimer,
    #footer,
    #header,
    #steps,
    .preview-wrap,
    .st_sharethis,
    .step_h1 {
        display: none !important
    }

    #preview_image_container {
        border: none !important;
        position: absolute;
        right: 0;
        top: 115px
    }

    .flex-print {
        border-top: 1px solid grey;
        display: flex
    }

    .total_price {
        border: none !important;
        flex-direction: column;
        font-size: 10px;
        font-weight: 700;
        text-align: left
    }

    .description_print {
        display: block !important;
        font-size: 10px
    }

    .print_desc {
        display: inline-block
    }

    #total_price_one {
        width: 180px !important
    }

    #total_price_one:after {
        content: ':'
    }
}

.print-btn,
.ui-dialog-buttonset button {
    background: rgba(51, 50, 52, 1);
    background: -moz-linear-gradient(top, rgba(51, 50, 52, 1) 0, rgba(18, 16, 16, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0, rgba(51, 50, 52, 1)), color-stop(100%, rgba(18, 16, 16, 1)));
    background: -webkit-linear-gradient(top, rgba(51, 50, 52, 1) 0, rgba(18, 16, 16, 1) 100%);
    background: -o-linear-gradient(top, rgba(51, 50, 52, 1) 0, rgba(18, 16, 16, 1) 100%);
    background: -ms-linear-gradient(top, rgba(51, 50, 52, 1) 0, rgba(18, 16, 16, 1) 100%);
    background: linear-gradient(to bottom, rgba(51, 50, 52, 1) 0, rgba(18, 16, 16, 1) 100%);
    border-radius: 5px;
    border: 2px solid #fff;
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, .5);
    color: #fff;
    left: 5px;
    margin-right: 5px;
    padding: 5px 7px;
    position: relative;
    top: 1px;
    width: auto !important
}

.print-btn:hover,
.ui-dialog-buttonset button:hover {
    background: #1c1c1d;
    background: -moz-linear-gradient(top, #1e1d1f 0, #000 100%) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0, #1e1d1f), color-stop(100%, #000 100%)));
    background: -webkit-linear-gradient(top, #1e1d1f 0, #000 100%) 100%);
    background: -o-linear-gradient(top, #1e1d1f 0, #000 100%) 100%);
    background: -ms-linear-gradient(top, #1e1d1f 0, #000 100%) 100%);
    background: linear-gradient(to bottom, #1e1d1f 0, #000 100%)
}

.ui-dialog {
    background-color: #fff;
    z-index: 10001;
    padding: 20px
}

body div#stOverlay {
    z-index: 10000
}

#getQuote-container {
    padding: 15px;
    background-color: #fff
}

.quote-input {
    color: #000;
    width: 100%;
    padding: 3px;
    outline: 0;
    border: 1px solid #ccc
}

.quote-input:active,
.quote-input:focus {
    border: 1px solid #555
}

.quote-checkbox-container label {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    width: 115px
}

textarea.quote-input {
    resize: vertical;
    height: 150px
}

.quote-input-half {
    display: inline-block;
    width: 179.5px
}

.ui-dialog-titlebar-close {
    background-color: transparent;
    border: 1px solid transparent;
    width: auto;
    position: absolute;
    right: 15px
}

.ui-dialog-titlebar-close:hover {
    color: #000
}

.ui-dialog-titlebar-close:after {
    content: 'X'
}

.quote-checkboxes input[type=checkbox] {
    position: relative;
    top: 2px;
    width: auto
}

.ui-dialog-buttonset button:first-child {
    margin-left: 10px;
    margin-right: 12px
}

.ui-dialog-buttonset button {
    width: 175px !important;
    margin-top: 15px
}

.row.space {
    margin-top: 10px
}

#getQuote-container h2 {
    text-shadow: 2px 2px 0 #fff, 2px 2px 0 #fff
}

.ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-dialog-buttons.ui-draggable.ui-resizable {
    box-shadow: 0 0 100px 3px rgba(0, 0, 0, .5);
    height: 750px !important;
    overflow-y: scroll;
    outline: 0
}

.saPostBody>.col-sm-12>tbody {
    margin-left: auto;
    margin-right: auto
}