@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,700italic,400,600,300,700);
@import url(http://fonts.googleapis.com/css?family=Roboto+Slab:400,300,700);
.fact-item .fact-role,
.skill,
.t-btn,
h1,
h2,
h3,
h4,
h5,
h6,
table th {
    text-transform: uppercase
}
.drop-cap,
.text-center {
    text-align: center
}
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline
}
body,
html {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
body,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Open Sans", sans-serif
}
body,
h6 {
    font-size: 14px
}
ol,
ul {
    margin: 20px 0
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}
blockquote,
q {
    quotes: none
}
blockquote:after,
blockquote:before,
q:after,
q:before {
    content: '';
    content: none
}
.clearfix:after,
.clearfix:before,
.fixed-header:after,
.fixed-header:before,
.latest-posts .post:after,
.latest-posts .post:before,
.post-navigation:after,
.post-navigation:before,
.progress-info:after,
.progress-info:before {
    content: " ";
    display: table
}
.clearfix:after,
.fixed-header:after,
.latest-posts .post:after,
.post-navigation:after,
.progress-info:after {
    clear: both
}
html {
    font-size: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}
*,
:after,
:before {
    box-sizing: inherit
}
body {
    color: #444;
    line-height: 1.75;
    /*text-rendering: optimizeLegibility;*/
    background: #fff
}
a {
    color: #eb7a5c;
    text-decoration: none!important
}
a:hover {
    color: #e5552f
}
/*::selection {
    background: #eb7a5c;
    color: #fff;
    text-shadow: none
}
::-moz-selection {
    background: #eb7a5c;
    color: #fff;
    text-shadow: none
}
::-webkit-selection {
    background: #eb7a5c;
    color: #fff;
    text-shadow: none
}
img::selection {
    background-color: transparent
}
img::-moz-selection {
    background-color: transparent
}*/
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000;
    letter-spacing: 2px;
    font-weight: 300
}
h1,
h2,
h3 {
    font-weight: 100
}
h1 {
    font-size: 36px
}
h2 {
    font-size: 30px
}
h3 {
    font-size: 24px
}
h4 {
    font-size: 20px
}
h5 {
    font-size: 16px
}
h3.heading {
    font-size: 18px;
    font-weight: 400
}
p {
    margin-bottom: 30px
}
p:last-child {
    margin-bottom: 0
}
p.intro {
    font-size: 17px
}
strong {
    font-weight: 700
}
.t-btn {
    letter-spacing: 2px;
    padding: 12px 20px;
    font-size: 12px;
    border-radius: 0;
    border: none;
    outline: 0;
    display: inline-block
}
.drop-cap,
pre {
    display: block
}
.t-btn-default {
    background: #000;
    color: #fff
}
.t-btn-default:focus,
.t-btn-default:hover {
    color: #fff;
    background: rgba(0, 0, 0, .9)
}
.t-btn-primary,
.t-btn-primary:hover {
    color: #fff;
       background: #b0c92f;
}
.t-btn-light {
    background: #f3f3f3;
    color: #000
}
.t-btn-light:hover {
    color: #000
}
.t-btn-outline {
    background-color: transparent;
    -moz-box-shadow: 0 0 2px #fff;
    -webkit-box-shadow: 0 0 2px #fff;
    box-shadow: 0 0 2px #fff
}
.t-btn-rounded {
    border-radius: 21px
}
.form-group input,
.form-group option,
.form-group select,
.form-group textarea {
    width: 100%
}
.form-group input[type=submit], .form-group input[type=button] {
    width: auto
}
input[type=date],
input[type=email],
input[type=number],
input[type=password],
input[type=tel],
input[type=text],
input[type=url],
textarea {
    max-width: 100%;
    color: #444;
    padding: 10px;
    margin-bottom: 15px;
    outline: 0;
    border: 1px solid #ddd;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    -webkit-transition: all .2s;
    transition: all .2s
}
input[type=date]:-moz-placeholder,
input[type=email]:-moz-placeholder,
input[type=number]:-moz-placeholder,
input[type=password]:-moz-placeholder,
input[type=tel]:-moz-placeholder,
input[type=text]:-moz-placeholder,
input[type=url]:-moz-placeholder,
textarea:-moz-placeholder {
    color: #444
}
input[type=date]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=number]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=text]::-moz-placeholder,
input[type=url]::-moz-placeholder,
textarea::-moz-placeholder {
    color: #444
}
input[type=date]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=text]:-ms-input-placeholder,
input[type=url]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #444
}
input[type=date]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=text]::-webkit-input-placeholder,
input[type=url]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #444
}
input[type=date]:focus,
input[type=email]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=tel]:focus,
input[type=text]:focus,
input[type=url]:focus,
textarea:focus {
    border-color: #aaa
}
ul {
    list-style: square inside
}
ul li {
    padding: 5px 0
}
ul li ul {
    padding-left: 30px
}
ul.border-list {
    list-style: none
}
ul.border-list li {
    border-bottom: 1px solid #ddd;
    padding: 10px 0
}
ul a {
    color: #000
}
ul a:hover {
    color: #eb7a5c
}
ol {
    list-style: decimal inside
}
.slidebar-menu ul,
ul.comment-list,
ul.comment-list li ul,
ul.main-menu {
    list-style: none
}
ol li {
    padding: 5px 0
}
ol li ol {
    margin: 0;
    padding-left: 30px
}
pre {
    line-height: 1.75em;
    padding: 30px 30px 10px;
    overflow-x: auto;
    color: #a2a2a2;
    background: #f3f3f3;
    border-radius: 0
}
blockquote {
    font-family: "Roboto Slab", serif;
    padding: 10px 15px 10px 30px;
    font-size: 17px;
    color: #a2a2a2;
    border-left: 4px solid #ddd;
    font-weight: 300
}
.show-map-button span,
.widget-title h2,
ul.main-menu>li a,
ul.main-menu>li ul a {
    font-family: "Open Sans", sans-serif
}
table,
table tbody tr {
    border: 1px solid #ddd
}
blockquote a {
    color: #a2a2a2!important
}
.inner-pages .fixed-header .logo .site-brand,
.scrolled-header .logo .site-brand,
table th {
    color: #000
}
table {
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0 0 30px;
    width: 100%
}
table tbody tr {
    border-left: 0;
    border-right: 0
}
table td,
table th {
    padding: 15px;
    border-left: 1px solid #ddd
}
.pagination>li:first-child a,
.pagination>li:first-child span,
.pagination>li:last-child a,
.pagination>li:last-child span,
.progress {
    border-radius: 0
}
table th {
    letter-spacing: 2px
}
.pagination>li>a,
.pagination>li>span {
    color: #444;
    padding: 10px 15px;
    margin-right: 4px;
    border-color: #ddd;
    -moz-transition: all, .2s;
    -o-transition: all, .2s;
    -webkit-transition: all, .2s;
    transition: all, .2s
}
.pagination>li>a:focus,
.pagination>li>span:focus {
    color: #444;

    background: inherit;
    border-color: #ddd
}
.pagination>li.active a,
.pagination>li.active a:focus,
.pagination>li.active a:hover,
.pagination>li.active span,
.pagination>li.active span:focus,
.pagination>li.active span:hover,
.pagination>li>a:hover,
.pagination>li>span:hover {
    background: inherit;
    border-color: #eb7a5c;
    color: #eb7a5c
}
.drop-cap {
    float: left;
    margin: 5px 10px 8px 0;
    font-size: 30px;
    width: 30px;
    height: 30px;
    line-height: 30px
}
.call-to-action {
    padding: 50px 0!important
}
.call-to-action .banner {
    text-align: center;
    padding: 0 30px
}
.call-to-action .banner .banner-heading {
    font-size: 28px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 300;
    color: #fff;
    margin: 0 0 20px
}
.call-to-action .banner .banner-description {
    color: #fff;
    margin: 20px 0
}
.call-to-action .banner .banner-button {
    margin-top: 40px
}
.progress {
    background: rgba(0, 0, 0, .1);
    box-shadow: none;
    height: 3px
}
.progress-bar {
    background: #eb7a5c;
    box-shadow: none
}
.progress-info {
    margin-bottom: 5px
}
.skill {
    float: left;
    font-size: 11px;
    letter-spacing: 1px
}
.skill-value {
    float: right;
    font-size: 12px
}
.fact-item .count-icon {
    display: inline-block;
    margin: 8px;
    font-size: 20px
}
.fact-item .count-focus {
    color: #fff;
    font-size: 36px;
    font-weight: 300;
    display: inline-block;
    margin: 8px
}
.fact-item .fact-role {
    font-size: 12px;
    letter-spacing: 2px;
    display: block
}
.white {
    color: #fff!important
}
.text-left {
    text-align: left
}
.text-right {
    text-align: right
}
.slider-caption,
.widget-title {
    text-align: center
}
.m0 {
    margin: 0
}
.mt-0 {
    margin-top: 0
}
.mt-1 {
    margin-top: 20px
}
.mt-2 {
    margin-top: 30px
}
.mt-3 {
    margin-top: 40px
}
.mt-4 {
    margin-top: 60px
}
.mb-0 {
    margin-bottom: 0
}
.mb-half {
    margin-bottom: 10px
}
.mb-1 {
    margin-bottom: 20px
}
.mb-2 {
    margin-bottom: 30px
}
.mb-3 {
    margin-bottom: 40px
}
.mb-4 {
    margin-bottom: 60px
}
.icon-left {
    margin-right: 10px
}
.icon-right {
    margin-left: 10px
}
.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
    padding:0;
	background:#fff;
    border-bottom: 2px solid #8eb414;
}
@media (max-width: 768px) {
    .fixed-header {
        padding: 0
    }
}
.inner-pages .fixed-header,
.scrolled-header {
    padding: 0;
    background:#fff;
    -moz-box-shadow: 0 5px 4px -4px rgba(0, 0, 0, .08);
    -webkit-box-shadow: 0 5px 4px -4px rgba(0, 0, 0, .08);
    box-shadow: 0 5px 4px -4px rgba(0, 0, 0, .08)
}
.inner-pages .fixed-header .main-menu>li>a,
.scrolled-header .main-menu>li>a {
    color: #333;
}
.inner-pages .fixed-header .main-menu>li>a.active,
.scrolled-header .main-menu>li>a.active, ul.main-menu>li a.active {
	color: #f7533d;
	font-weight:bold
}
.inner-pages .fixed-header .sb-toggle-left i,
.inner-pages .fixed-header .sb-toggle-right i,
.scrolled-header .sb-toggle-left i,
.scrolled-header .sb-toggle-right i {
    color: #000
}
.logo .site-brand,
ul.main-menu>li a {
    text-transform: uppercase;
	color: #a73249;
	color:#333
}
.logo {
    float: left;
    margin:0
}
.logo .tagline { font-size:14px; color: #613880; font-weight:bold}
.logo .site-brand {
    font-size: 20px;
    letter-spacing: 3px
}
ul.main-menu>li a,
ul.main-menu>li ul a {
    font-size: 12px
}
.logo .site-brand img {
	width: 270px;
}
.header-space {
    display: block;
    width: 100%
}
nav.site-nav {
    float: right
}
ul.main-menu {
    margin: 0
}
ul.main-menu>li {
    position: relative;
    display: inline-block;
    padding: 0
}
ul.main-menu>li a {
    letter-spacing: 2px;
    display: inline-block;
    padding: 27px 15px
}

ul.main-menu>li a i {
    margin-left: 4px
}
ul.main-menu>li ul {
    list-style: none;
    margin: 0;
    position: absolute;
    top: 90%;
    left: 0;
    width: 230px;
    background: #fff;
    padding: 10px;
    visibility: hidden;
    opacity: 0;
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .2);
    box-shadow: 0 0 3px rgba(0, 0, 0, .2);
    -moz-transition: all, 250ms;
    -o-transition: all, 250ms;
    -webkit-transition: all, 250ms;
    transition: all, 250ms;
    -moz-transform: translate3d(0, 20px, 0);
    -ms-transform: translate3d(0, 20px, 0);
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0)
}
ul.main-menu>li ul a {
    color: #000;
    text-transform: capitalize;
    letter-spacing: .5px;
    padding: 6px 15px;
    display: block
}
ul.main-menu>li ul a:hover {
    color: #eb7a5c
}
ul.main-menu>li ul a i {
    padding-top: 4px;
    float: right
}
ul.main-menu>li ul>li {
    position: relative;
    padding: 0
}
ul.main-menu>li ul>li>ul {
    position: absolute;
    left: 100%;
    top: 0
}
ul.main-menu li:hover>ul {
    visibility: visible;
    opacity: 1;
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}
.sb-toggle-left,
.sb-toggle-right {
    padding: 15px 0
}
.sb-toggle-left i,
.sb-toggle-right i {
    font-size: 18px;
    padding: 12px 0;
    cursor: pointer;
    color: #333
}
.slidebar-menu ul {
    margin: 0
}
.slidebar-menu li {
    border-bottom: 1px solid #333;
    padding: 0
}
.slidebar-menu li ul {
    padding: 0
}
.slidebar-menu li ul a {
    padding-left: 30px;
    font-size: 11px
}
.slidebar-menu li ul li:last-child {
    border-bottom: none;
    padding-bottom: 0
}
.slidebar-menu li ul ul a {
    padding-left: 45px
}
.slidebar-menu a {
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #fff;
    font-size: 12px;
    padding: 12px 15px;
    display: block
}
.slidebar-menu .sub-menu {
    display: none;
    border-top: 1px solid #333
}
.slidebar-menu .sub-menu.open {
    display: block
}
.slidebar-menu .has-submenu {
    position: relative;
    width: 100%
}
.slidebar-menu .has-submenu i {
    position: absolute;
    right: 0;
    top: 0;
    width: 45px;
    height: 45px;
    background: rgba(0, 0, 0, .2);
    border-left: 1px solid #333;
    text-align: center;
    line-height: 45px
}
.loader-wrap {
    background-color: #fff;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 100000
}
.spinner {
    width: 200px;
    height: 41px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto
}
/*@-moz-keyframes spinner-anim {
    0% {
        -moz-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -moz-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}
@-webkit-keyframes spinner-anim {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}*/
@keyframes spinner-anim {
    0% {
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}
.animated {
    visibility: hidden
}
.portfolio-post .portfolio-box:hover .hover-info,
.visible {
    visibility: visible
}
.slider-caption h1 {
    font-size: 55px;
    font-weight: 700!important;
    letter-spacing: 5px;
    color: #fff;
    line-height: 70px
}
.slider-caption span.caption-desc {
    font-size: 16px;
    color: #ccc!important;
    display: block;
    margin-bottom: 30px!important
}
.slider-caption .caption-btns {
    margin-top: 40px
}
.slider-caption .caption-btns a {
    color: #fff!important;
    margin: 10px
}
.slider-caption .caption-btns a.t-btn-light {
    color: #000!important
}
.page-top h2.title {
    font-size: 32px;
    font-weight: 100;
    color: #fff;
    letter-spacing: 5px;
    margin-bottom: 20px
}
.page-top p.subtitle {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #e6e6e6
}
.home-widget,
.page-section {
    padding: 100px 0
}
.home-widget.section-grey,
.page-section.section-grey {
    background: #f3f3f3
}
.home-widget.dark-section,
.page-section.dark-section {
    background: #000
}
.home-widget.accent-section,
.page-section.accent-section {
    background: #eb7a5c
}
.home-widget.parallax-section,
.page-section.parallax-section {
    padding: 0;
    color: #fff;
    overflow: hidden
}
.home-widget.parallax-section .parallax-bg,
.page-section.parallax-section .parallax-bg {
    padding: 100px 0
}
.home-widget.no-space,
.page-section.no-space {
    padding: 0
}
.parallax-bg {
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    height: 100%;
    width: 100%;
    overflow: hidden
}
#slide-1 .parallax-bg {
    background-image: url(../../img/home/parallax1.jpg)
}
#slide-2 .parallax-bg {
    background-image: url(../../img/home/parallax2.html)
}
#fun-fact .parallax-bg {
    background-image: url(../../img/home/parallax1.jpg)
}
#testimonials .parallax-bg {
    background-image: url(../../img/home/parallax2.html)
}
#portfolio-single .parallax-bg {
    background-image: url(../../img/home/parallax3.html)
}
#shortcodes .parallax-bg {
    background-image: url(../../img/home/parallax4.html)
}
#blog .parallax-bg {
    background-image: url(../../img/home/parallax5.html)
}
#page-sample .parallax-bg {
    background-image: url(../../img/home/parallax6.html)
}
.widget-title {
    margin-bottom: 70px
}
.widget-title h2 {
    font-size: 28px;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 300;
    display: inline-block
}
.widget-title h2:after {
    content: '';
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 70px;
    height: 1px;
    background: #f7533d;
    margin-top: 5px
}
.parallax-section .widget-title h2 {
    color: #fff;
    border-color: #b7b7b7
}
.footer-widgets .widget-title {
    text-align: left;
    margin-bottom: 40px
}
.footer-widgets .widget-title h2 {
    font-size: 24px;
    color: #fff;
    border-color: #6a6a6a
}
.footer-widgets .widget-title h2:after {
    margin-left: 0;
    margin-right: 0
}
.seperator {
    margin: 15px 0;
    border-bottom: 1px solid #ddd
}
.go-top {
    position: fixed;
    bottom: 40px;
    right: 20px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: rgba(0, 0, 0, .6);
    z-index: 999
}
.go-top a {
    display: block;
    color: #fff
}
footer.site-footer {
    background: #333;
    color: #fff;
    padding: 100px 0 0
}
footer.site-footer .footer-widgets .widget {
    padding: 0 0 80px
}
footer.site-footer .footer-bottom {
    padding-top: 40px;
    padding-bottom: 40px;
}
footer.site-footer .social-icons a {
    background: rgba(255, 255, 255, .1);
    color: #fff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin: 5px;
    border-radius: 3px
}
footer.site-footer .contact-form input[type=email],
footer.site-footer .contact-form input[type=text],
footer.site-footer .contact-form textarea {
    background: rgba(255, 255, 255, .1);
    border: 0;
    color: #ccc
}
footer.site-footer .contact-form input[type=email]:-moz-placeholder,
footer.site-footer .contact-form input[type=text]:-moz-placeholder,
footer.site-footer .contact-form textarea:-moz-placeholder {
    color: #ccc
}
footer.site-footer .contact-form input[type=email]::-moz-placeholder,
footer.site-footer .contact-form input[type=text]::-moz-placeholder,
footer.site-footer .contact-form textarea::-moz-placeholder {
    color: #ccc
}
footer.site-footer .contact-form input[type=email]:-ms-input-placeholder,
footer.site-footer .contact-form input[type=text]:-ms-input-placeholder,
footer.site-footer .contact-form textarea:-ms-input-placeholder {
    color: #ccc
}
footer.site-footer .contact-form input[type=email]::-webkit-input-placeholder,
footer.site-footer .contact-form input[type=text]::-webkit-input-placeholder,
footer.site-footer .contact-form textarea::-webkit-input-placeholder {
    color: #ccc
}
.blog-masonry h3.post-title {
    font-size: 16px;
    font-weight: 400
}
.blog-post h3.post-title {
    display: block;
    margin: 20px 0 10px
}
.blog-post h3.post-title a {
    color: #000;
    -moz-transition: color .15s;
    -o-transition: color .15s;
    -webkit-transition: color .15s;
    transition: color .15s
}
.blog-post h3.post-title a:hover {
    color: #eb7a5c
}
.blog-post .post-meta {
    margin-bottom: 15px
}
.blog-post .post-meta span {
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #a2a2a2;
    margin-right: 25px
}
.blog-post .post-meta span i {
    font-size: 12px;
    margin-right: 10px
}
.blog-post .read-more {
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 2px
}
.post-inner p {
    margin-bottom: 20px
}
.portfolio-post {
    overflow: hidden
}
.portfolio-post .portfolio-box {
    position: relative;
    background: #f3f3f3;
    overflow: hidden;
    margin-bottom: 30px;
    display: block;
    z-index: 11
}
.portfolio-post .portfolio-box:hover .portfolio-hover {
    visibility: visible;
    opacity: 1
}
.portfolio-post .portfolio-hover,
.team-member .team-image .hover {
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .86);
    opacity: 0
}
.portfolio-post .portfolio-hover {
    position: absolute;
    top: 0;
    z-index: 12;
    visibility: hidden
}
.portfolio-post .hover-info {
    text-align: center;
    visibility: hidden;
    position: absolute;
    width: 100%;
    padding: 30px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}
.portfolio-post .hover-info h3 {
    color: #000;
    font-size: 16px;
    font-weight: 400
}
.portfolio-post .hover-info span {
    color: #000;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700
}
.portfolio-filter a,
.post-navigation span,
.team-member span.role {
    text-transform: uppercase;
    letter-spacing: 2px
}
.portfolio-post img {
    width: 100%;
    display: block
}
.team-member {
    text-align: center
}
@media (max-width: 992px) {
    .team-member {
        margin-bottom: 30px
    }
}
.team-member .team-image {
    position: relative;
    overflow: hidden;
	width:300px;
	margin:0 auto;
}
@media (max-width: 479px) {
    .team-member .team-image {
        width:100%;
    }
}
.team-member .team-image img {
    display: block;
    width: 100%
}
.team-member .team-image .hover {
    position: absolute;
    top: 0;
    color: #000;
    padding: 40px 20px;
    visibility: hidden;
    -moz-transition: all 200ms;
    -o-transition: all 200ms;
    -webkit-transition: all 200ms;
    transition: all 200ms
}
.team-member .team-image .hover a {
    color: #000;
    display: inline-block;
    font-size: 12px;
    margin: 5px 7px
}
.team-member:hover .hover {
    opacity: 1;
    visibility: visible
}
.team-member h4 {
    font-size: 16px;
    font-weight: 400;
    margin-top: 10px;
	
}
.team-member h4 span {
    font-size: 12px;
    font-style: italic;}
	
.team-member span.role {
    font-size: 11px;
	min-height:20px;
	display:block
}
.team-text { min-height:340px;}
.team-text p { margin-bottom:10px;}
.testimonials-wrapper .testimonial-item {
    padding-left: 80px;
    padding-right: 80px;
    margin-bottom: 30px;
    text-align: center
}
.testimonials-wrapper .quote-icon {
    margin-bottom: 30px;
    width: 40px;
    height: 40px;
    border: 1px solid #fff;
    border-radius: 20px;
    line-height: 40px
}
.testimonials-wrapper .author-testimonial {
    margin-top: 30px;
    display: block
}
.testimonials-wrapper .author-testimonial h3 {
    color: #fff;
    display: inline-block;
    margin-right: 5px;
    font-size: 14px
}
.testimonials-wrapper .author-testimonial h3:after {
    content: '-';
    margin-left: 10px
}
.testimonials-wrapper .author-testimonial span {
    color: #ccc;
    margin-left: 5px
}
.clients-wrapper .client-item {
    margin-right: 40px;
    margin-left: 40px;
    opacity: .5
}
.clients-wrapper .client-item:hover {
    opacity: 1
}
.services-type-1 .s-title {
    font-size: 16px;
    margin-bottom: 15px;
    font-weight: 400
}
.services-type-1 .service-post img {
    margin: 0 auto 15px
}
.first-block {
    font-size: 22px!important;
    text-align: center;
    font-weight: 700!important;
    padding: 25px 0;
    margin-bottom: 0!important
}
@media (max-width: 992px) {
    .services-type-1 .service-post {
        margin-bottom: 30px
    }
}
.services-type-2 .service-post {
    background: #fff;
    padding: 30px;
    text-align: center;
    cursor: pointer;
    position: relative;
    z-index: 12;
    margin-bottom: 30px;
    -moz-box-shadow: 0 5px 4px -4px rgba(0, 0, 0, .08);
    -webkit-box-shadow: 0 5px 4px -4px rgba(0, 0, 0, .08);
    box-shadow: 0 5px 4px -4px rgba(0, 0, 0, .08)
}
.services-type-2 .service-post:hover .s-hover {
    height: 100%
}
.services-type-2 .service-post:hover .s-icon {
    border-color: #fff
}
.services-type-2 .service-post:hover .s-description,
.services-type-2 .service-post:hover .s-icon i,
.services-type-2 .service-post:hover .s-title {
    color: #fff
}
.services-type-2 .s-hover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 11;
    width: 100%;
    height: 0;
    background: #eb7a5c;
    -moz-transition: width, 250ms;
    -o-transition: width, 250ms;
    -webkit-transition: width, 250ms;
    transition: width, 250ms
}
.services-type-2 .s-content {
    position: relative;
    z-index: 13
}
.services-type-2 .s-icon {
    margin: 10px auto 20px;
    width: 50px;
    height: 50px;
    border-radius: 25px;
    text-align: center;
    border: 2px solid #eb7a5c;
    line-height: 50px;
    -moz-transition: color, 250ms;
    -o-transition: color, 250ms;
    -webkit-transition: color, 250ms;
    transition: color, 250ms
}
.latest-posts .post,
.post-comments,
.post-navigation {
    border-bottom: 1px solid #ddd
}
.services-type-2 .s-icon i {
    font-size: 18px;
    color: #eb7a5c
}
.services-type-2 .s-title {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 15px;
    transition: color, 250ms
}
.services-type-2 .s-description,
.services-type-2 .s-title {
    -moz-transition: color, 250ms;
    -o-transition: color, 250ms;
    -webkit-transition: color, 250ms
}
.services-type-2 .s-description {
    transition: color, 250ms
}
.bn:before {
    content: "$"
}
.bn:after {
    content: " bn"
}
.post-navigation {
    padding-top: 30px;
    padding-bottom: 30px;
    border-top: 1px solid #ddd
}
.post-navigation .nav-prev {
    width: 50%;
    float: left
}
.post-navigation .nav-next {
    width: 50%;
    float: right;
    text-align: right
}
.post-navigation em {
    text-transform: uppercase;
    color: #a2a2a2;
    display: block;
    font-size: 12px
}
.post-navigation span {
    display: block;
    font-size: 18px;
    color: #000
}
.portfolio-filter {
    text-align: center;
    margin-bottom: 60px
}
.portfolio-filter a {
    font-size: 11px;
    display: inline-block;
    color: #a2a2a2;
    margin: 10px 5px;
    border: 1px solid #ddd;
    padding: 10px 20px
}
.portfolio-filter a.active {
    color: #eb7a5c;
    border-color: #eb7a5c
}
.post-slider {
    background: #000
}
.post-slider .bx-wrapper {
    margin-bottom: 0
}
.post-slider .bx-wrapper .bx-pager {
    position: absolute;
    width: 100%;
    bottom: 20px
}
.post-slider img {
    width: 100%
}
.portfolio-header .portfolio-title {
    font-size: 45px;
    font-weight: 100;
    margin-bottom: 30px;
    letter-spacing: 6px
}
.latest-posts .post-content a,
.map-tooltip h6,
.show-map-button span {
    text-transform: uppercase;
    letter-spacing: 2px
}
.post-share a {
    display: inline-block;
    color: #a2a2a2;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border-radius: 18px;
    border: 1px solid #ddd;
    margin: 0 5px
}
.post-share a:hover {
    color: #eb7a5c
}
.post-share a:first-of-type {
    margin-left: 0
}
.show-map-button {
    text-align: center;
	background: #522A79;
    padding: 30px 0
}
.show-map-button span {
    display: block;
    font-size: 16px;
    color: #fff
}
#map-holder {
    width: 100%;
    height: 410px;
    z-index: 0;
    position: relative;
    display: none;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%)
}
.map-tooltip {
    padding: 10px
}
.map-tooltip h6 {
    font-size: 18px;
    margin-bottom: 5px;
    font-weight: 500;
    color: #000
}
.sidebar .widget-title {
    background: #f3f3f3;
    font-size: 13px;
    font-weight: 400;
    padding: 10px 15px;
    margin-bottom: 30px
}
.sidebar .widget {
    margin-bottom: 70px
}
.tag-link {
    margin: 0 7px 7px 0;
    border: 1px solid #ddd;
    color: #444!important;
    display: inline-block;
    padding: 4px 7px
}
.tag-link:hover {
    border-color: #b7b7b7
}
.latest-posts .post {
    margin-bottom: 15px;
    padding-bottom: 15px
}
.latest-posts .post-thumb {
    width: 60px;
    float: left;
    margin-right: 15px
}
.latest-posts .post-thumb img {
    width: 100%;
    display: block
}
.latest-posts .post-content {
    overflow: hidden
}
.latest-posts .post-content a {
    color: #000
}
.latest-posts .post-content a:hover {
    color: #eb7a5c
}
.latest-posts .post-meta span {
    font-size: 12px;
    text-transform: uppercase;
    color: #a2a2a2
}
.latest-posts .post-meta span i {
    margin-right: 8px
}
.search-widget input[type=submit] {
    display: none
}
.address-box,
.aligncenter,
.head-h2:after,
img.aligncenter,
ul.comment-list .comment-avatar img,
ul.comment-list .comment-meta span {
    display: block
}
.search-widget .form-group,
.search-widget input {
    margin-bottom: 0
}
.categories ul {
    margin: 0
}
ul.comment-list,
ul.comment-list .children {
    margin-top: 40px
}
.post-comments {
    padding: 60px 0
}
ul.comment-list {
    padding: 0
}
ul.comment-list .comment {
    margin-bottom: 20px
}
ul.comment-list .comment-avatar {
    width: 66px;
    height: 66px;
    float: left;
    margin-right: 20px
}
ul.comment-list .comment-content {
    overflow: hidden
}
ul.comment-list .comment-meta {
    margin-bottom: 15px
}
ul.comment-list .comment-meta span.comment-author {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 14px;
    margin-bottom: 5px
}
ul.comment-list .comment-meta span.comment-metadata a {
    color: #a2a2a2!important
}
ul.comment-list .comment-meta span.comment-metadata a:after {
    content: '/';
    color: #a2a2a2;
    padding: 0 10px
}
.head-h2:after,
ul.comment-list .comment-meta span.comment-metadata a:last-child:after {
    content: ''
}
.comment-respond {
    padding: 60px 0 0
}
.comment-form {
    margin-top: 50px
}
.alignnone {
    margin: 5px 20px 20px 0
}
.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto
}
.alignright {
    float: right;
    margin: 5px 0 20px 20px
}
.alignleft {
    float: left;
    margin: 5px 20px 20px 0
}
.aligncenter {
    margin: 5px auto
}
img {
    max-width: 100%;
    /*height: none;*/
    vertical-align: middle
}
img.alighright {
    float: right;
    margin: 5px 0 20px 20px
}
img.alignleft,
img.alignnone {
    margin: 5px 20px 20px 0
}
img.alignleft {
    float: left
}
img.aligncenter {
    margin-left: auto;
    margin-right: auto
}
.wp-caption {
    max-width: 100%;
    padding: 5px 3px 10px;
    text-align: center
}
.wp-caption img {
    margin: 0;
    padding: 0
}
.wp-caption.alignleft,
.wp-caption.alignnone {
    margin: 5px 20px 20px 0
}
.wp-caption.alignright {
    margin: 5px 0 20px 20px
}
.wp-caption-text {
    color: #000
}
.head-h2:after {
    margin-left: auto;
    margin-right: auto;
    width: 70px;
    height: 1px;
    background: #f7533d;
    margin-top: 5px
}
.head-para {
    font-size: 16px;
    font-weight: 400
}
.team-membox {
    padding: 20px 0
}
.address-box {
    padding-left: 22px
}

.err-msg { color:#FF0000;padding-bottom: 15px;}

.sucees-msg { color: #00FFF5;}

.login-cont ul { text-align:right; list-style:none;margin: 0 18px 0 0;}
.login-cont ul li { display:inline-block; position:relative}
.login-cont ul li a { font-size:12px;color: #8EAA33; text-transform:uppercase}
.login-cont ul li + li::before {content: "|"; padding:0 5px;color:#B9B9B9;}
 .login-dropdown { display:none; position:absolute; top:40px; right:0; z-index:1; background: #EEF3DE; padding: 10px;}
 .login-dropdown .input { padding:5px 10px; font-size:12px; width:240px;}
 .login-dropdown .login { font-size:14px; color:#fff; background: #EE4768; border:none; padding:5px 20px; outline:none; width:100%; text-align:center}
 .login-dropdown .forgot-pass { font-size:11px; text-transform:none; color:#333}
 .login-dropdown .select-in { outline:none; border: 1px solid #ddd; margin-bottom: 15px;}
 .login-dropdown:after {bottom: 100%;right: 10px;border: solid transparent;content: " ";height: 0;width: 0;position: absolute;/*pointer-events: none;*/border-color: rgba(238, 243, 222, 0);border-bottom-color: #EEF3DE;border-width: 10px;margin-left: -10px;}

.reason-item  { margin:30px 0;}
.reason-item:last-child { margin:30px 0 0;}


#lean_overlay {position: fixed;z-index:9999;top: 0px;left: 0px;height:100%;width:100%;background: #000;display: none;}
.modal_close { position: absolute; top: 12px; right: 12px; display: block; width: 14px; height: 14px; background: url(../../images/modal_close.png); z-index: 2; }
#signup {width: 600px;padding-bottom: 2px;display:none;background: #FFF;border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;box-shadow: 0px 0px 4px rgba(0,0,0,0.7); -webkit-box-shadow: 0 0 4px rgba(0,0,0,0.7); -moz-box-shadow: 0 0px 4px rgba(0,0,0,0.7);}
#signup .txt-fld { position: relative; padding: 14px 20px;}
#signup .btn-fld { width: 254px; overflow: hidden; padding: 0 0 20px 160px; }
#signup .btn-fld #loader {position:absolute; top:50%; left:50%; z-index:10000; }
#signup .txt-fld label { display: block; float: left; width: 140px; padding-top:6px; color: #222; font-size: 14px;}
#signup .txt-fld input { width: 300px; padding:5px 10px; font-size:14px; color: #222; background: #fff; outline: none; border: 1px solid #ddd; margin-bottom: 0;}

#signup-header { padding:18px; border-bottom: 1px solid #CCC;}
#signup-header h2 { color: #444; font-size: 20px; font-weight:bold; margin: 0 0 5px 0;letter-spacing: 1px;}
#signup-header p { color: #444; font-size: 14px; margin: 0;}

.login-dropdown.one-drop .err-msg { margin: -17px 0 10px 0;font-size: 10px;color: #FF0000;display: none; padding-bottom:0px; text-align:left}
.login-dropdown.one-drop .err-msg.duplicate {width: 240px;background: rgba(29, 22, 22, 1);padding: 22px 16px;font-size: 16px;text-align: center;border-radius: 5px;margin: 0;color: #f00;font-weight: bold;position:absolute;top:10px;}
.login-dropdown.one-drop .profile-created {display:none;width:240px;height:auto;-webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;text-align:center;color:#fff;font-size:14px;background: #d8123a;margin:0;padding:10px;}
.login-dropdown.one-drop .profile-created  span {font-size:22px;font-weight:bold;}

.footer {width:100%;background:#333333; padding: 10px 0 15px;}
.footer p {margin:0;padding:0;text-align:center;font-size:12px;color:#fff;line-height: 18px;}

.hide-abouus { display:none}
.about-read {    display: block;
    margin: 0 auto;
    width: 130px;
    text-align: center;
    padding: 12px 0;
    color: #fff;}
	
	/****** Sign Up Slider*****/
	.success_popup{position: fixed;
    left: 0;
    top: 0;
	bottom:0; right:0;
	width:100%;
	height:100%;
	background: rgba(0,0,0,0.5);
	z-index:9999;
   }
.success_box {
    position: absolute;
    left: 50%;
    top: 50%;
	text-align:center;
    transform: translate(-50%,-50%);
    z-index: 99009;
	background:#B0C92F ;
	color:#fff;
    padding:20px; 
    width: 400px;
}
.success_box p{text-align:center; margin-bottom:15px;}
.confirm_btn,.confirm_btn:hover{ background:#522A79; color:#ffffff; display:inline-block; padding:10px 15px;}
.sign_up_btn,.sign_up_btn1{ padding: 2px;
	z-index:999;
	color:#ffffff;
	position: absolute;
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transform:  rotate(-90deg);
	-webkit-transform:   rotate(-90deg);
	-ms-transform:  rotate(-90deg);
	-moz-transform:   rotate(-90deg);
	transform:  rotate(-90deg);
	display:block;
	background:#B0C92F ;
	left: -69px;
	top: 150px;
	width: 100px;
	text-align: center;
	font-size: 19px;
	border-radius: 5px 5px 0 0px;
	-webkit-border-radius: 5px 5px 0 0px;
	-o-border-radius: 5px 5px 0 0px;
	-ms-border-radius: 5px 5px 0 0px;
	-moz-border-radius: 5px 5px 0 0px;
	border: none;
}
.sign_up_form .login-dropdown{
	display:block!important; 
	position:relative; 
	top:0;
}
.sign_up_form{
	width: 267px;
	right: -267px;
	position: fixed;
	top: 55%;
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	z-index: 9999;
}
.sign_up_form.slide{
	right:0;
}
.sign_up_form  .login-dropdown::after { 
	border:0;
}
.helpline_no{
	float:left;
	color:#333;
	font-size:11px; 
	font-weight:bold;
	font-weight: bold;
	margin-top: 5px;
}

.helpline_no .fa{
  margin-right:5px;
  color:#333;
}

.terms_reg_popup{width: 90%;
margin: 0px auto;
background: rgb(255, 255, 255) none repeat scroll 0% 0%;
position: fixed;
left: 0px;
right: 0px;
display:none;
top: 10%;
z-index: 999999;
border:#b0c92f 5px solid;
padding: 20px;
border-radius: 5px;-webkit-border-radius: 5px;-moz-border-radius: 5px;-o-border-radius: 5px;-ms-border-radius: 5px;}
.terms_reg_popup .main_headline{color: #000; font-weight:bold; font-size:15px; margin-bottom:10px;}
.terms_reg_popup .terms_reg_inner{padding-bottom:20px;overflow-y:auto;overflow-x:hidden; height: 350px;}
.terms_reg_popup .terms_reg_inner ul,.terms_reg_popup .terms_reg_inner  ol{ margin:0; padding:0;}
.terms_reg_popup .terms_reg_inner ul li{list-style:none; padding-left:20px;}
.main_terms_list p{margin:0; display:inline-block; width:93%; margin-left:1%; }
.main_terms_list li span{float:left; display:inline-block;}
.terms_reg_popup .terms_reg_inner  ol > li > p,.terms_reg_popup .terms_reg_inner  ol > li{ color:#B0C92F; font-family: "Open Sans", sans-serif;  font-size:18px; }
.terms_reg_popup .terms_reg_inner  ol ul li{font-size:13px; color:#000;font-family: "Open Sans" }
.terms_reg_overlay{width:100%; height:100%; position:fixed; left:0; right:0; bottom:0; top:0; background:rgba(0,0,0,0.5); z-index:9999;display:none;} 
.accept_form label{ margin-left:5px; vertical-align:top;}
.accept_form  .agree_btn{ margin-top:10px;}
.accept_form{text-align:center;margin-bottom: 10px; font-size:12px;}
.close_terms_popup{position:absolute; right: -15px; cursor:pointer;top: -15px; }

@media screen and ( max-height: 479px ){
.sign_up_form .login-dropdown {
height: 320px;
overflow-y: scroll;}
}