.accent-alt {
    color: #1EACCC;
}

/*-----------------------------------------------------------------------------------*/
/* OMMON
/*-----------------------------------------------------------------------------------*/
body {
    font-size: 16px;
    line-height: 2.028571429;
    background-color: #fff;
    font-weight: 300;
    padding: 30px 30px;
    overflow-x: hidden;
    font-family: "Anonymous Pro",sans-serif;
}

body.borderless {
    padding: 0px;
}

body.borderless .bottom-frame, body.borderless .top-frame{
    display: none;
}

body.borderless .nav-wrapper.scrolled {
    padding: 0;
    top: 0;
}

#master-wrapper {
    overflow: hidden;
    background-color: #fff;
}

.bottom-frame, .top-frame {
    background-color: #fff;
    top: 0;
    width: 100%;
    left: 0;
    height: 30px;
    position: fixed;
    z-index: 9999;
}

.bottom-frame {
    bottom: 0;
    top: auto;
}
.tlinks{text-indent:-9999px;height:0;line-height:0;font-size:0;overflow:hidden;}
.smoothie {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

a, a:hover {
    color: #cc7520;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

h1,h2,h3,h4,h5,h6 {
    font-family: 'Hind',serif;
    font-weight: 700;
    text-transform: uppercase;
}

h1,h2,h3,h4,h5,h6 {
    margin-bottom: 1.1em;
}

span.typcn::before,i.typcn::before {
    font-size: 2em;
}

span.x2:before,i.x2:before {
    font-size: 3.4em;
}

span.x3:before,i.x3:before {
    font-size: 4.4em;
}

span.x4:before,i.x4:before {
    font-size: 6em;
}

.fullheight {
    height: calc(100vh - 200px);
    min-height: 600px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb40 {
    margin-bottom: 40px;
}

.mb60 {
    margin-bottom: 60px;
}

.mb90 {
    margin-bottom: 20px;
}

.pt60 {
    padding-top: 60px;
}

.nomargins {
    margin: 0 !important;
}

.nomargintop {
    margin-top: 0 !important;
}

.nopaddingtop {
    padding-top: 0 !important;
}

.nopaddingbottom {
    padding-bottom: 0 !important;
}

.nopaddingleftright {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.row.nopaddingleftright {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.mt0 {
    margin-top: 0;
}

.section-inner {
    padding-top: 80px;
    padding-bottom: 80px;
}

.section-inner-60 {
    padding-top: 60px;
    padding-bottom: 60px;
}

.vertical-align-bottom {
    bottom: 15px;
    position: absolute;
}

.vertical-align-top {
    position: absolute;
    top: 15px;
}

.pushy-active .site-overlay {
    background-color: rgba(255,255,255,0.8);
}

/* OVERLAYS */
.light-overlay {
    background-color: rgba(255,255,255,0.2);
}

.dark-overlay {
    background-color: rgba(0,0,0,0.6);
}

.accent-overlay {
    background-color: rgba(219, 10, 91,0.9);
}

.dark-overlay.green-overlay {
    background-color: rgba(27, 163, 156,0.9);
}

.dark-overlay.half-opacity {
    background-color: rgba(219, 10, 91,0.4);
}

.dark-overlay.fill-right:after {
    content: '';
    display: block;
    background-color: rgba(0,0,0,0.6);
    position: absolute;
    top: 0;
    width: 500%;
    height: 100%;
    left: 100%;
}

.dark-overlay.fill-left:after {
    content: '';
    display: block;
    background-color: rgba(0,0,0,0.6);
    position: absolute;
    top: 0;
    width: 500%;
    height: 100%;
    right: 100%;
}

.dark-overlay.green-overlay.fill-right:after, .dark-overlay.green-overlay.fill-left:after {
    background-color: rgba(27, 163, 156,0.9);
}

.hover-shift .dark-overlay.fill-left {
    position: relative;
    left: 0px;
}

.hover-shift .dark-overlay.fill-right {
    position: relative;
    right: 0px;
}

.hover-shift .member-social {
    opacity: 0;
    width: 0px;
    z-index: 5;
}

.hover-shift:hover .member-social {
    opacity: 1;
    width: 80px;
}

.member-social a {
    display: block;
    padding: 20px 0 20px 0;
    clear: both;
    color: #fff;
    border-bottom: 3px solid #fff;
    text-align: center;
    margin-bottom: 20px;
}

.member-social a:hover {
    color: #cc7520;
    border-bottom: 3px solid #cc7520;
}

.dark-overlay-remove-color {
    background-color: transparent;
}

/* WRAPPERS */
.dark-wrapper {
    background-color: #0E0E0E;
}

.dark-wrapper.green-wrapper {
    background-color: #1EACCC;
}

.light-wrapper {
    background-color: #fefefe;
}

.silver-wrapper {
    background-color: #DADFE1;
}

.white-wrapper {
    background-color: #fff;
}

.greyscale-images img, #mapwrapper {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: url(grayscale.svg); /* Firefox 4+ */
    filter: gray; /* IE 6-9 */
}

/*-----------------------------------------------------------------------------------*/
/* HOVER EFFECT
/*-----------------------------------------------------------------------------------*/
.hover-effect {
    position: relative;
    overflow: hidden;
}

.hover-effect .img-responsive {
    width: 100%;
    -moz-transform: scale(1.0);
    -webkit-transform: scale(1.0);
    -o-transform: scale(1.0);
    -ms-transform: scale(1.0);
    transform: scale(1.0);
    backface-visibility: hidden;
}

.hover-effect:hover .img-responsive {
    width: 100%;
    -moz-transform: scale(1.15);
    -webkit-transform: scale(1.15);
    -o-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
    backface-visibility: hidden;
}

.hover-effect .hover-caption, .hover-effect .hover-overlay {
    position: absolute;
    width: 100%;
    height:100%;
    top: 0;
    left: 0;
    opacity: 0;
    padding: 0 20px;
}

.hover-effect .hover-caption {
    left: -60px;
    text-align: left;
}

.hover-effect:hover .hover-caption {
    opacity: 1;
    z-index: 5;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.hover-effect .hover-overlay {
    background-color: rgba(0,0,0,0.0);
    opacity: 1;    
    color: #fff;
}

.hover-effect .hover-caption {
    background-color: rgba(0,0,0,0.0);
}

.hover-effect .hover-caption:after {
    content: '';
    background-color: rgba(0,0,0,0.4);
    position: absolute;
    min-height: 100px;
    width: 100%;
    bottom: -100px;
    left: 0;
}

.hover-effect h4 {
    background: rgba(0,0,0,0.2);
    float: left;
    padding: 14px 14px;
    letter-spacing: 6px;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 0;
}

.hover-overlay-cat {
    background: rgba(255,255,255,0.9);
    float: left;
    clear: left;
    display: block;
    color: #222;
    padding: 9px 12px 7px;
    line-height: 1;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 400;
}

.hoverlay-caption-p {
    background: rgba(0,0,0,0.2);
    float: left;
    padding: 14px 14px;
    margin-bottom: 15px;
    max-width: calc(100% - 20px);
}

/*-----------------------------------------------------------------------------------*/
/* HEADER
/*-----------------------------------------------------------------------------------*/
#home {
    background-image: url(assets/images/hero-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

#home.home-portfolio  {
    background-image: url(assets/images/portfolio/hero-bg.jpg);
}

#home.fullheight.max-600, #home .fullheight.max-600 {
    max-height: 600px;
} 

.single-page-hero {
    min-height: 460px;
    max-height: 660px;
}

.hamburger {
    font-size: 2.3em;
    color: #fff;
}

.hamburger:hover {
    color: #FFF;
    cursor: pointer;
}

.logo {
    background: none;
    border: 0;
}

.jumbo h1 {
    margin: 0;
    font-size: 48px;
    letter-spacing: 12px;
    font-weight: 400;
}

.jumbo h1 span {
    clear: both;
    display: block;
    font-size: 80px;
    letter-spacing: 21px;
    font-weight: 900;
}

.jumbotron {
    background: none;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.jumbotron .h1, .jumbotron h1 {
    font-size: 80px;
    font-weight: 100;
}

.jumbotron small {
    font-size: 40px;
    line-height: 40px;
    font-family: 'Anonymous Pro';
    text-transform: lowercase;
    font-style: italic;
    font-weight: 700;
}

.jumbotron h1,.jumbotron h2,.jumbotron h3,.jumbotron h4,.jumbotron h5,.jumbotron h6,.jumbotron small {
    color: #222;
}

.jumbotron p {
    color: #222;
    margin-bottom: 5%;
}

.nav-wrapper {
    background-color: transparent;
    position: relative;
    width: 100%;
    z-index: 10;
    background-color: transparent;    
    left: 0;
    padding: 20px 30px 0;
}

.nav-wrapper.scrolled {
    position: fixed;
    z-index: 99999;
    top: 7px;
}
.nav-wrapper.scrolled .nav-inner {
    background-color: transparent;
}

.nav-wrapper.scrolled .nav-inner {
    background-color: #fff;
}

.pushy-right-side .nav-wrapper.scrolled {
    padding-bottom: 24px;
}

.nav-wrapper.scrolled .navbar-nav>li>a, .nav-wrapper.scrolled .navbar-nav * {
    color: #222;
}

.top-navigation .navbar-nav >li > a, .pushy a {
    font-family: 'Anonymous Pro';
    color: #222;
    font-weight: 700;
    padding: 25px 20px;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-size: 18px;
}

.nav>li>a:hover {
    background-color: transparent;
    color: #000;
}

.nav>li>a:focus {
    background-color: transparent;
    color: #000;
}

.dropdown-menu {
    padding: 0;
    box-shadow: none !important;
    border: none;
    border-radius: 0;
    background: rgba(0,0,0,0.8);
}

.dropdown-menu>li>a {
    display: block;
    padding: 12px 14px;
    clear: both;
    font-weight: 700;
    line-height: 1.42857143;
    color: #eee;
    white-space: nowrap;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: transparent;
}

.regular-navigation .nav-wrapper {
    background-color: #fff;
    position: relative;
    width: 100%;
    z-index: 9999;
}

.regular-navigation .navbar-nav >li > a {
    font-family: 'Anonymous Pro';
    color: #333;
    font-weight: 700;
    padding: 25px 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 14px;
}

img.logo {
    max-height: 29px;
    margin-top: 20px;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 0px;
    background: #fff;
}

.navbar-toggle {
    padding: 0px 10px 13px;
    margin-top: 0;
}

.tcon {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    cursor: pointer;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: auto;
    transition: .3s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 40px;
    background: transparent;
    outline: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: transparent;
    padding-top: 19px;
    -moz-transform: scale(0.7);
    -webkit-transform: scale(0.7);
    -o-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
    display: inline-block;
    float: left;
}

.menu-label {
    display: inline-block !important;
    padding-left: 10px !important;
}

.tcon > * {
    display: block;
}

.tcon:hover,.tcon:focus {
    outline: none;
}

.tcon::-moz-focus-inner {
    border: 0;
}

.tcon-menu__lines {
    display: inline-block;
    height: 4px;
    width: 32px;
    border-radius: 0;
    transition: .3s;
    background: #222;
    position: relative;
}

.tcon-menu__lines::before,.tcon-menu__lines::after {
    display: inline-block;
    height: 4px;
    width: 32px;
    border-radius: 0;
    transition: .3s;
    background: #222;
    content: '';
    position: absolute;
    left: 0;
    -webkit-transform-origin: 1.85714px center;
    transform-origin: 1.85714px center;
    width: 100%;
}

.scrolled .tcon-menu__lines::before, .scrolled .tcon-menu__lines::after, .scrolled .tcon-menu__lines {
        background: #222;
}

.tcon-menu__lines::before {
    top: 10px;
}

.tcon-menu__lines::after {
    top: -10px;
}

.tcon-transform .tcon-menu__lines {
    -webkit-transform: scale3d(0.8,0.8,0.8);
    transform: scale3d(0.8,0.8,0.8);
}

.tcon-menu--minus {
    width: auto;
}

.tcon-menu--minus.tcon-transform .tcon-menu__lines::before,.tcon-menu--minus.tcon-transform .tcon-menu__lines::after {
    -webkit-transform: none;
    transform: none;
    top: 0;
    width: 40px;
}

.tcon-visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.tcon-visuallyhidden:active,.tcon-visuallyhidden:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.pushy {
    background-color: #fff;
    box-shadow: none !important;
}

.pushy .list-unstyled a, .list-unstyled .pushy *, .pushy * {
    color: #222
}

/*-----------------------------------------------------------------------------------*/
/* BUTTONS
/*-----------------------------------------------------------------------------------*/
.btn {
    text-transform: uppercase;
    padding: 4px 10px;
    border-radius: 0px;
    font-weight: 800;
    border-width: 3px;
    letter-spacing: 2px;
}

.btn-primary {
    background-color: #fff;
    border-color: #222;
    border-width: 1px;
    color: #222;
    padding: 8px 16px;
    font-size: 13px;
    letter-spacing: 3px;
    font-weight: 400;
}

.btn-primary.active, .btn-primary:active, .open>.dropdown-toggle.btn-primary, .btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus, .open>.dropdown-toggle.btn-primary:hover, .btn-primary.focus, .btn-primary:focus {
    background-color: #30363d;
    border-color: #30363d;
}

.btn-primary.btn-green {
    color: #fff;
    background-color: #222;
}

.btn-primary.btn-green:hover {
    color: #fff;
    border-color: #222;
}

.btn-primary:hover {
    background-color: #222;
    border-color: #222;   
}

.btn-primary.btn-outlined {
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
}

.btn-primary.btn-outlined.active, .active .btn-primary.btn-outlined, .active .btn-primary.btn-outlined:focus {
    background-color: #cc7520;
    border: 1px solid #cc7520;
    color: #fff;
}

.btn-white {
    border: 1px solid #fff;
    background-color: #fff;
    color: #cc7520 !important;
}

.active .btn-white, .active .btn-white:focus, .active .btn-white:hover {
    border: 1px solid #222;
    background-color: #222;
    color: #222;
}

.active .btn-white span, .btn-white:hover span {
    color: #222;
}

.btn-white:hover {
    border: 1px solid #222;
    background-color: #222 !important;
    color: #fff !important;
}

.btn-lg {
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-radius: 0px;
    padding: 14px 25px
}

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: none;
}

.btn-icon i {
    display: inline-block;
    opacity: 0;
    left: -20px;
    width: 20px;
}

.btn-icon:hover i {    
    opacity: 1;
    left: 0px;
}

.form-control {
    display: block;
    width: 100%;
    height: 50px;
    padding: 12px 22px;
    font-size: 15px;
    line-height: 1.42857143;
    color: #555;
    background-color: #eee;
    background-image: none;
    border: 1px solid #ccc;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0px;
}

.form-group {
    overflow: hidden;
}

.dark-overlay .form-control::-webkit-input-placeholder,
.dark-wrapper .form-control::-webkit-input-placeholder {
  color: #fff;
  font-size: 15px;
  font-weight: 700;
}

.dark-overlay .form-control::-moz-placeholder,
.dark-wrapper .form-control::-moz-placeholder {
  color: #fff;
  font-size: 15px;
  font-weight: 700;
}

.dark-overlay .form-control:-ms-input-placeholder,
.dark-wrapper .form-control:-ms-input-placeholder {
  color: #fff;
  font-size: 15px;
  font-weight: 700;
}

.dark-overlay .form-control:-moz-placeholder,
.dark-wrapper .form-control:-moz-placeholder {
  color: #fff;
  font-size: 15px;
  font-weight: 700;
}

textarea.form-control {
    min-height: 250px
}

.dark-overlay .form-control, .dark-wrapper .form-control {
    background-color: rgba(0,0,0,0.8);
    border: none;
    border-bottom: 2px solid #fff;
}

.form-control {
    background-color: rgba(0,0,0,0.0);
    border: none;
    border-bottom: 2px solid #80644e;
}

.form-control:focus {
    border: 2px solid #cc7520 !important;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

/*-----------------------------------------------------------------------------------*/
/* ECTIONS
/*-----------------------------------------------------------------------------------*/
section, header#home {
    overflow: hidden;
}

.section-title {
    margin-bottom: 0;
    margin-top: 0;
    font-size: 42px;
    letter-spacing: 7px;
    font-weight: 700;
}

.section-sub-title {
    font-family: 'Anonymous Pro', serif;
    font-size: 16px;
    text-transform: lowercase;
    letter-spacing: 1px;
    opacity: 1;
}


/*-----------------------------------------------------------------------------------*/
/* TEAM
/*-----------------------------------------------------------------------------------*/
#team-wrapper .match-height {
    position: relative;
    min-height: 540px;
}

.team-item {
    position: relative;
    height: 100%;
}

.team-item .team-image {  
    height: 100%;
    display: block;
    position: relative;
}

.team-item .team-image img {
    position: absolute;
    bottom: 0;
}

.team-info {
    opacity: 0.5;
    position: absolute;
    background-color: rgba(255,255,255,0.8);
    bottom: 10px;
    width: 90%;
    margin: 0 5% 0;
    text-align: center;
    padding: 15px 10px 0;
}

.team-info p {
    display: none;
    overflow: hidden;
    opacity: 0;
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

.team-item:hover .team-info {
    opacity: 1;
}

.team-item:hover .team-info p {
    display: block;
    opacity: 1;
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.team-social a {
    display: inline-block;
    margin: 10px 5px;
}

/*-----------------------------------------------------------------------------------*/
/* TESTIMONIALS
/*-----------------------------------------------------------------------------------*/
#testimonial-carousel .item {
    padding-bottom: 40px;
}

#testimonial-carousel .carousel-indicators {
    position: absolute;
    bottom: -20px;
    left: 50%;
    z-index: 15;
    width: 100%;
    padding-left: 0;
    margin-left: -50%;
    text-align: left;
    list-style: none;
}

#testimonial-carousel small strong {
    clear: left;
    display: block;
}

.carousel-indicators .active {
    width: 14px;
    height: 14px;
}
.carousel-indicators li {
    border-radius: 0;
}

.carousel-control {
    left: -60px;
    height: 40px;
    width: 40px;
    background: #cc7520;
    border: none;
    border-radius: 23px 23px 23px 23px;
    top: 50%;
    background-image: none !important;
    color: #fff;
    border-right: 3px solid #cc7520;
    border-radius: 0;
    line-height: 40px;
    font-size: 20px;
    margin-top: -20px;
    opacity: 1;
}

.carousel-control:hover {
    color: #222 !important;
    border-color: #222 !important;
    text-shadow: none;
}

.carousel-control.right {
    right: -60px;
    border-right: none !important;
    border-left: 3px solid #222;
}

.carousel-control:focus, .carousel-control:hover {
    color: #222 !important;
    border-color: #222 !important;
    text-shadow: none;
}

.masonry .item img {
    opacity: 1;
}

.masonry .item img:hover {
    opacity: 0.8;
}

.masonry-portfolio-filter.vertical li {
    clear: both;
    display: block;
    margin-bottom: 10px;
}

/*-----------------------------------------------------------------------------------*/
/*CTA
/*-----------------------------------------------------------------------------------*/
.cta h4 {
    font-size: 28px;
    margin-top: 14px
}

/*-----------------------------------------------------------------------------------*/
/* FOOTER
/*-----------------------------------------------------------------------------------*/
#footer-wrapper {
    background-image: url(assets/images/footer-bg.jpg);
    background-size: cover;
    background-position: center;
    padding-top: 280px;
}

#map-holder, #contact-holder {
    display: none;
}
#mapwrapper {
    min-height: 360px;
}

footer {
    padding-top: 80px;
    padding-bottom: 80px;    
}

.sub-footer {
    border-top: none;
    padding-top: 0;
}

footer h1,footer h2,footer h3,footer h4,footer h5,footer h6,footer p, footer a,.dark-overlay *,.dark-wrapper *, .dark-wrapper a {
    color: #FFF;
}

.copyright {
    padding-top: 21px;
}

.copyright a {
    color: #fff;
}

.footer-social a {
    color: #fff;
    display: inline-block;
    padding: 24px 14px 16px 0;
}

/*-----------------------------------------------------------------------------------*/
/* WIDGETS
/*-----------------------------------------------------------------------------------*/
.widget {
    overflow: hidden;
    position: relative;
}

.gallery-list a {
    width: 30.3333%;
    display: inline-block;
    margin: 0 1% 1% 0;
}

.gallery-list img {
    max-width: 100%;
    height: auto;
}

.course-fees span {
    clear: left;
    display: block;
    margin-bottom: 5px;
}

.course-fees .course-price {
    font-size: 48px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 30px;
}

.about-author-widget img {
    max-width: 220px;
}

.widget-title:after {
    content: '';
    width: 60px;
    height: 1px;
    position: absolute;
    left: 0px;
    margin-top: 35px;
    background-color: #cc7520;
        -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.widget:hover .widget-title:after {
    width: 60px;
    background-color: #cc7520;
        -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.widget-title {
    font-size: 18px;
    letter-spacing: 6px;
    font-weight: 400;
    margin-top: 0;
}

.useful-link-list i {
    margin-right: 5px;
}

/*-----------------------------------------------------------------------------------*/
/* TABS
/*-----------------------------------------------------------------------------------*/
.nav.nav-justified > li > a {
    position: relative;
}

.nav-justified>li {
    padding: 0 10px;
}

.tab-pane .tab-inner {
    padding: 30px 0 20px;
}

@media (min-width: 768px) {
    .nav.nav-justified > li > a > .quote {
        left: auto;
        top: auto;
        right: 20px;
        bottom: 0;
    }
}

/*-----------------------------------------------------------------------------------*/
/*  14 - SPLASH
/*-----------------------------------------------------------------------------------*/
.preloader {
    background-color: #fff;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 9999999;
    top: 0;
    left: 0;
}

.preloader span {
    text-transform: none;
    font-size: 34px
}

.preloader .preloader-img {
    width: 80px;
    height: 80px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -40px;
    margin-top: -40px;
}

.preloader .preloader-img::after {
    content: '';
    display: block;
    position: absolute;
    width: 140px;
    height: 50px;
    background-image: url('assets/images/logo.png');
    background-repeat: no-repeat;
    background-size: contain;
    top: 120px;
    left: -27px;

}

/*-----------------------------------------------------------------------------------*/
/*  RESPONSIVE
/*-----------------------------------------------------------------------------------*/
@media all and (min-width: 1200px) {
        .container {
            width: 1190px;
        }
}

@media all and (min-width: 769px) and (max-width: 991px) {
    .top-navigation .navbar-nav >li > a {
        padding: 25px 10px;
        text-transform: uppercase;
        letter-spacing: 2px;
        font-size: 12px;
    }
}

@media (min-width: 769px) {
    #master-wrapper
}

@media (max-width: 768px) {
    body {
        padding: 0;
    }
    .nav-wrapper, .nav-wrapper.scrolled {
        padding: 0;
        top: 0;
    }
    .bottom-frame, .top-frame {
        display: none;
    }
     .hover-shift:hover .dark-overlay.fill-left {
        position: relative;
        left: 0px;
    }

    .hover-shift:hover .dark-overlay.fill-right {
        position: relative;
        right: 0px;
    }

    .hover-shift .member-social {
        opacity: 1;
        width: 60px;
    }

    .hover-shift .section-inner {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .hover-shift {
        min-height: 680px;
    }

    .member-social a {
        margin-bottom: 0;
    }

    .jumbotron small {
        font-size: 28px;
    }

    .jumbotron .h1, .jumbotron h1 {
        font-size: 40px;
        font-weight: bold;
    }
    a#back-to-top {
        right: 0;
        bottom: 0;
    }
    .masonry-portfolio-filter.vertical {
        text-align: center;
    }
    .masonry-portfolio-filter.vertical li {
        clear: none;
        display: inline-block;
    }
    .btn {
        text-transform: uppercase;
        letter-spacing: 2px;
        padding: 6px 12px;
        border-radius: 0px;
        font-weight: 700;
        border-width: 1px;
    }
    .menu-trigger-wrapper {
        position: fixed;
    }
    .pushy {
        padding-left: 15px;
    }
    .pushy .list-unstyled {
        text-align: left !important;
    }
    img.logo {
        margin-top: 24px;
    }
}

/* BACK TO TOP */
a#back-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    background: #fff;
    padding: 3px 27px;
    opacity: 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;
    font-size: 24px;
}

a#back-to-top.show {
    opacity: 1;
    -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
}

/* NAV */
.navbar-form input, .form-inline input {
    width:auto;
}

.nav .form-inline .btn {
    display: none;
}

/* ACCORDION */
.styled-accordion .panel-default>.panel-heading {
    color: #333;
    background-color: transparent;
    border-color: #eee;
    border-radius: 0px;
    border: none;
    padding: 16px 15px;
}

.styled-accordion.panel-group .panel, .styled-accordion .panel-default>.panel-heading+.panel-collapse>.panel-body{
    margin-bottom: 0;
    border-radius: 0;
    border: none;
    box-shadow: none;
}

.styled-accordion .panel-default>.panel-heading.panel-open {
    background-color: #444;
}

.styled-accordion .panel-default>.panel-heading {
    background-color: #222;
}

.styled-accordion .panel-default>.panel-heading a {
    color: #fff;
    text-decoration: none;
}

/* SINGLE POSTS */
.well {
    min-height: 20px;
    padding: 20px;
    margin-bottom: 20px;
    background-color: #fff;
    border: none;
    border-radius: 4px;
    -webkit-box-shadow: none;
    box-shadow: inset none;
    overflow: hidden;
}

.comment-avatar {
    border-radius: 50%;
}

.item-metas .meta-item {
    font-weight: 300;
    text-transform: uppercase;
    font-size: 14px;
}

.item-metas .meta-item i {
    font-size: 17px;
    position: relative;
    top: 3px;
}

.item-metas .meta-item span {
    font-weight: 700;
}

/*-----------------------------------------------------------------------------------*/
/*  FEATURE BOXES
/*-----------------------------------------------------------------------------------*/
.feature-box {
    padding: 80px 40px;
    color: #fff;
}

.feature-box.alt-style {
    padding: 0px 15px;
    color: #222;
}

.feature-box.alt-style * {
    color: #222;
}

.feature-box.alt-style i a {
    right: 30px;
}

.feature-box.alt-style i {
    border-bottom: 3px solid #222;
}

.feature-box i {
    width: 65px;
    border-bottom: 3px solid #fff;
    padding-bottom: 15px;
}

.feature-box.alt-style:hover i a {
    opacity: 1;
    display: inline;
    right: 15px;
}

.feature-box .content-area {
    padding-top: 15px;
}

.feature-box i a {
    opacity: 0;
    display: none;
    right: 60px;
    display: inline;
    position: absolute;
    color: #fff;
    font-family: 'Hind';
    font-size: 20px;
    text-transform: uppercase;
    line-height: 80px;
    font-weight: 300;
    text-decoration: none;
}

.feature-box:hover i a {
    opacity: 1;
    display: inline;
    right: 45px;
}

.feature-box:hover i {
    width: 100%;
}

.feature-1 {
    background-color: #cc7520;
}

.feature-2 {
    background-color: #f52374;
}

.feature-3 {
    background-color: #f8649d;
}

/* SIDE MENU */
@media all and (min-width: 1400px) {
    .container {
        width: 1300px;
    }
    .pushy {
        width: 440px;
    }
    .pushy-right {
        -webkit-transform: translate3d(440px,0,0);
        -moz-transform: translate3d(440px,0,0);
        -ms-transform: translate3d(440px,0,0);
        -o-transform: translate3d(440px,0,0);
        transform: translate3d(440px,0,0);
        right: 0;
    }
    .pushy-active .pushy-right {
        -webkit-transform: translate3d(-30px,0,0);
        -moz-transform: translate3d(-30px,0,0);
        -ms-transform: translate3d(-30px,0,0);
        -o-transform: translate3d(-30px,0,0);
        transform: translate3d(-30px,0,0);
        right: 0;
        width: 380px;
    }

    body.borderless.pushy-active .pushy-right {
        -webkit-transform: translate3d(-0px,0,0);
        -moz-transform: translate3d(-0px,0,0);
        -ms-transform: translate3d(-0px,0,0);
        -o-transform: translate3d(-0px,0,0);
        transform: translate3d(-0px,0,0);
    }
    .pushy img.logo {
        max-height: 29px;
        margin-top: 20px;
        margin: 70px auto 40px;
    }
    .special-max-width {
        max-width: 1300px;
        margin: 0 auto;
    }
    .pushy-active .site-overlay {
        top: 0px;
        right: 0px;
        bottom: 0px;
        left: 0px;
    }
}
.pushy {
    background-size: cover;
    background-position: center;
}

.pushy a {
    border: none !important;
    padding: 15px 0;
}

.pushy .mCustomScrollBox {
    background-color: #fff;
}

.pushy-active .nav-wrapper {
    opacity: 0;
}

.pushy .list-unstyled {
        text-align: center;
}

a.logo-dark, .scrolled a.logo-dark {
    display: inline-block;
}

a.logo-light {
    display: none;
}

.pushy-active .site-overlay:hover {
    cursor: pointer;
}

.allow-overflow {
    overflow: visible;
}

.item-category-span {
    clear: left;
    background-color: #cc7520;
    color: #fff;
    padding: 0px 11px;
    display: block;
    float: left;
    margin: -10px 0 20px;
    letter-spacing: 2px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

.backstrech-controls a {
    background: rgba(0,0,0,0.4);
    width: 70px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    padding: 5px;
    font-size: 12px;
    opacity: 0.4;
}

.backstretched:hover .backstrech-controls a {
    opacity: 1;
}

/* PROGRESS BAR */
.progress {
    height: 20px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.progress-bar-success {
    background-color: #222;
}