@-webkit-keyframes sonarEffect {
    0% {
        opacity: .3
    }

    40% {
        opacity: .5;
        box-shadow: 0 0 0 2px rgba(255,255,255,.1),0 0 10px 10px #f69b35,0 0 0 10px rgba(255,255,255,.5)
    }

    to {
        box-shadow: 0 0 0 2px rgba(255,255,255,.1),0 0 10px 10px #f69b35,0 0 0 10px rgba(255,255,255,.5);
        -webkit-transform: scale(1.5);
        opacity: 0
    }
}

@-moz-keyframes sonarEffect {
    0% {
        opacity: .3
    }

    40% {
        opacity: .5;
        box-shadow: 0 0 0 2px rgba(255,255,255,.1),0 0 10px 10px #f69b35,0 0 0 10px rgba(255,255,255,.5)
    }

    to {
        box-shadow: 0 0 0 2px rgba(255,255,255,.1),0 0 10px 10px #f69b35,0 0 0 10px rgba(255,255,255,.5);
        -moz-transform: scale(1.5);
        opacity: 0
    }
}

@keyframes sonarEffect {
    0% {
        opacity: .3
    }

    40% {
        opacity: .5;
        box-shadow: 0 0 0 2px rgba(255,255,255,.1),0 0 10px 10px #f69b35,0 0 0 10px rgba(255,255,255,.5)
    }

    to {
        box-shadow: 0 0 0 2px rgba(255,255,255,.1),0 0 10px 10px #f69b35,0 0 0 10px rgba(255,255,255,.5);
        transform: scale(1.5);
        opacity: 0
    }
}

@-webkit-keyframes rotateWord {
    0%,80%,to {
        opacity: 0
    }

    2% {
        opacity: 0;
        -webkit-transform: translateY(-30px)
    }

    17%,5% {
        opacity: 1;
        -webkit-transform: translateY(0)
    }

    20% {
        opacity: 0;
        -webkit-transform: translateY(30px)
    }
}

@-ms-keyframes rotateWord {
    0%,80%,to {
        opacity: 0
    }

    2% {
        opacity: 0;
        -ms-transform: translateY(-30px)
    }

    17%,5% {
        opacity: 1;
        -ms-transform: translateY(0)
    }

    20% {
        opacity: 0;
        -ms-transform: translateY(30px)
    }
}

@keyframes rotateWord {
    0%,80%,to {
        opacity: 0
    }

    2% {
        opacity: 0;
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }

    17%,5% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    20% {
        opacity: 0;
        -webkit-transform: translateY(30px);
        transform: translateY(30px)
    }
}

.lead,body {
    line-height: 1.6;
    font-weight: 400
}

body,h1,h2,h3,h4,h5,h6 {
    font-family: 'Poppins',sans-serif
}

body {
    background: #fff;
    overflow-x: hidden !important;
    -webkit-font-smoothing: antialiased;
    color: #475766
}

h1,h2,h3,h4,h5,h6 {
    color: #36414d;
    line-height: 1.6;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 10px
}

h1 {
    font-size: 36px
}

h2 {
    font-size: 30px
}

h3 {
    font-size: 24px
}

h4 {
    font-size: 18px
}

body,h5 {
    font-size: 14px
}

h6 {
    font-size: 12px
}

.lead {
    font-family: inherit;
    font-size: 16px;
    margin-bottom: 40px
}

@media (min-width:768px) {
    .lead {
        font-size: 16px
    }
}

p {
    margin: 0 0 10px
}

.text-center {
    text-align: center
}

a {
    text-decoration: none;
    color: #f69b35
}

a:focus,a:hover {
    color: #252525;
    text-decoration: underline
}

a:focus {
    cursor: pointer
}

:focus,a:focus {
    outline: 0
}

::selection {
    background: #f69b35;
    color: #fff
}

::-moz-selection {
    background: #f69b35;
    color: #fff
}

img::selection {
    background: 0 0
}

img::-moz-selection {
    background: 0 0
}

iframe {
    border: 0
}

figure {
    margin: 0
}

img {
    max-width: 100%
}

img.align-left,img.align-right {
    clear: both;
    float: left;
    margin: 0 20px 5px 0;
    background: #fff
}

img.align-right {
    float: right;
    margin: 0 0 5px 20px
}

img.circle {
    border-radius: 50%
}

.frame {
    border: 5px solid #fdfdfd;
    -webkit-box-shadow: 0 0 1px rgba(0,0,0,.3);
    box-shadow: 0 0 1px rgba(0,0,0,.3)
}

.form-control,.frame2 {
    border: 1px solid #ddd
}

.frame2>img,.frame>img {
    width: 100%!important
}

.form-control {
    font-size: 14px;
    line-height: 24px;
    padding: 5px 10px;
    height: 34px;
    background: #fff;
    outline: 0;
    border-radius: 0;
    box-shadow: none;
    margin-top: 0;
    margin-bottom: 20px
}

.form-control:focus {
    border: 1px solid #ddd;
    outline: 0;
    background: #fff;
    box-shadow: none
}

@media (max-width:991px) {
    .col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9 {
        margin-bottom: 20px
    }
}

.mb-0,ol ol,ol ul,ul ol,ul ul {
    margin-bottom: 0
}

.mt-0 {
	margin-top: 0;
}

.mt-5 {
	margin-top: 5px;
}

.mt-10 {
	margin-top: 10px;
}

.mt-20 {
	margin-top: 20px;
}

.mt-30 {
	margin-top: 30px;
}

.mt-40 {
	margin-top: 40px;
}

.mt-50 {
	margin-top: 50px;
}

.mb-0 {
    margin-bottom: 0;
}

.mb-5 {
    margin-bottom: 5px
}

.mb-10 {
    margin-bottom: 10px
}

.mb-20 {
    margin-bottom: 20px
}

.mb-30 {
    margin-bottom: 30px
}

.mb-40 {
    margin-bottom: 40px
}

.mb-50 {
    margin-bottom: 50px
}

.mb-60 {
    margin-bottom: 60px
}

.mb-70 {
    margin-bottom: 70px
}

.mb-80 {
    margin-bottom: 80px
}

.mb-90 {
    margin-bottom: 90px
}

.mb-100 {
    margin-bottom: 100px
}

.mb-110 {
    margin-bottom: 110px
}

.mb-120 {
    margin-bottom: 120px
}

.mb-130 {
    margin-bottom: 130px
}

.mb-140 {
    margin-bottom: 140px
}

.mb-150 {
    margin-bottom: 150px
}

.mb-160 {
    margin-bottom: 160px
}

.mb-170 {
    margin-bottom: 170px
}

.mb-180 {
    margin-bottom: 180px
}

.mb-190 {
    margin-bottom: 190px
}

.mb-200 {
    margin-bottom: 200px
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 0;
    border: 0
}

.navbar-default {
    border-color: transparent;
    background-color: transparent
}

.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px
}

.navbar-brand {
    float: left;
    font-family: inherit;
    font-weight: 900;
    font-size: 31px;
    line-height: 50px;
    padding: 22px 10px;
    height: auto;
    color: inherit
}

.cart-dropdown .yamm-content h5,.navbar-default .navbar-brand {
    color: inherit
}

.navbar-default .navbar-brand:focus,.navbar-default .navbar-brand:hover {
    color: inherit;
    background-color: transparent
}

.navbar-collapse {
    max-height: 340px;
    -webkit-box-shadow: none;
    box-shadow: none
}

.navbar-default .navbar-collapse,.navbar-default .navbar-form {
    border-color: transparent
}

.navbar-nav {
    margin: 0 -15px
}

.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 1.6
}

@media (min-width:768px) {
    .navbar-nav {
        float: right;
        margin: 0
    }

    .navbar-nav>li {
        float: left
    }

    .navbar-nav>li>a {
        margin-left: 0;
        margin-right: 0;
        padding: 15px;
        font-size: 13px;
        line-height: 22px;
        border-radius: 0;
        text-transform: uppercase
    }
}

.navbar-default .navbar-nav>li {
    color: #36414d;
    position: relative
}

.navbar-default .navbar-nav>li>a {
    color: #000;
    font-weight: 300;
    border-radius: 0
}

@media (min-width:768px) {
    .navbar-default .navbar-nav>li>a {
        margin: 58px 0 0
    }

    .sticky-header .navbar-default .navbar-nav>li>a {
        margin: 40px 0 0
    }
}

.navbar-default .navbar-nav>li>a:focus,.navbar-default .navbar-nav>li>a:hover {
    color: #f69b35;
    background-color: transparent;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    border-radius: 0
}

.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:focus,.navbar-default .navbar-nav>.active>a:hover {
    color: #f69b35;
    font-weight: 700;
    background-color: transparent;
    border-radius: 0
}

.navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>.open>a:focus,.navbar-default .navbar-nav>.open>a:hover {
    color: #f69b35;
    background-color: transparent;
    border-radius: 0
}

@media (min-width:768px) and (max-width:991px) {
    .navbar-nav>li>a {
        margin-left: 0;
        margin-right: 0;
        padding: 36px 5px
    }
}

.dropdown-menu {
    position: absolute;
    top: 94px;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    margin: 2px 0 0;
    font-size: 14px;
    list-style: none;
    font-weight: 400;
    background: #fff;
    border: 0;
    padding: 0;
    background-clip: padding-box;
    -webkit-box-shadow: 0 2px 2px rgba(50,50,50,.2);
    box-shadow: 0 2px 2px rgba(50,50,50,.2);
    border-radius: 0
}

.dropdown-menu>li>a {
    display: block;
    clear: both;
    font-weight: 400;
    line-height: 1.6;
    white-space: nowrap;
    color: #36414d;
    padding: 10px 15px;
    border-radius: 0
}

@media (min-width:768px) {
    .dropdown-menu {
        border-top: 4px solid #f69b35
    }

    .dropdown-menu>li {
        border-bottom: 1px solid #ddd
    }

    .dropdown-menu>li:last-child {
        border-bottom: 0
    }
}

.dropdown-menu>li>a:focus,.dropdown-menu>li>a:hover {
    text-decoration: none;
    color: #fff;
    background-color: #f69b35;
    border-radius: 0
}

.dropdown-menu>.active>a,.dropdown-menu>.active>a:focus,.dropdown-menu>.active>a:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #f69b35
}

.navbar-nav>li>.dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

@media (min-width:768px) {
    .yamm .yamm-content {
        padding: 40px 40px 30px
    }

    .yamm .yamm-content h4 {
        color: #36414d
    }

    .yamm .yamm-content ul li a {
        padding: 5px;
        display: block;
        color: #36414d
    }

    .yamm .yamm-content ul li:hover {
        background: #f69b35
    }

    .yamm .yamm-content ul li a:hover,.yamm .yamm-content ul li:hover a,.yamm .yamm-content ul li:hover i {
        color: #fff;
        text-decoration: none
    }

    .yamm .yamm-content img {
        max-width: 100%;
        height: auto;
        width: 220px
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 30px;
    margin-bottom: 30px;
    margin-right: 15px;
    background-image: none;
    background-color: #f69b35;
    border: 1px solid #f69b35;
    border-radius: 4px
}

.navbar-toggle:focus {
    outline: 0
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px
}

.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px
}

@media (min-width:768px) {
    .navbar-toggle {
        display: none
    }
}

.navbar-default .navbar-toggle {
    border-color: #f69b35
}

.navbar-default .navbar-toggle:focus,.navbar-default .navbar-toggle:hover {
    background-color: #f69b35
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff
}

@media (max-width:767px) {
    .navbar-default .navbar-nav>li>a {
        color: #fff!important;
        border-bottom: 1px solid #333!important;
        background-color: #444;
        border-radius: 0!important
    }

    .navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:focus,.navbar-default .navbar-nav>.active>a:hover,.navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>.open>a:focus,.navbar-default .navbar-nav>.open>a:hover,.navbar-default .navbar-nav>li>a:focus,.navbar-default .navbar-nav>li>a:hover {
        background-color: #f69b35
    }

    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        border: 0;
        background-color: #333;
        padding: 10px;
        box-shadow: none;
        border-radius: 0
    }

    .navbar-nav .open .dropdown-menu .dropdown-header,.navbar-nav .open .dropdown-menu>li>a {
        padding: 5px 15px 5px 25px
    }

    .navbar-nav .open .dropdown-menu>li>a {
        line-height: 1.6
    }

    .navbar-nav .open .dropdown-menu>li>a:focus,.navbar-nav .open .dropdown-menu>li>a:hover {
        background-image: none
    }

    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #fff;
        border-radius: 0
    }

    .navbar-default .navbar-nav .open .dropdown-menu>.active>a,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
        color: #f69b35;
        background-color: transparent;
        border-radius: 0
    }

    .yamm .yamm-content {
        color: #fff;
        padding: 10px
    }

    .yamm .yamm-content h4 {
        color: #fff
    }

    .yamm .yamm-content ul li a {
        display: block;
        color: #fff;
        text-decoration: none
    }

    .yamm .yamm-content ul li a:hover,.yamm .yamm-content ul li:hover a,.yamm .yamm-content ul li:hover i {
        color: #f69b35;
        text-decoration: none
    }

    .yamm .yamm-content img {
        max-width: 100%;
        height: auto;
        width: 220px
    }

    .yamm-content .col-sm-3 {
        padding: 0 30px
    }
}

.dropdown-submenu:focus>a,.dropdown-submenu:hover>a {
    text-decoration: none;
    background: #555!important;
    color: #fff
}

.dropdown-submenu {
    position: relative
}

.dropdown-submenu>.dropdown-menu {
    top: 0!important;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block
}

.dropup .dropdown-submenu>.dropdown-menu {
    top: auto;
    bottom: 0;
    margin-top: 0;
    margin-bottom: -2px
}

.dropdown-submenu>a:after {
    float: right;
    width: 0;
    height: 0;
    margin-top: 5px;
    margin-right: -10px;
    border-color: transparent transparent transparent #ddd;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    content: " ";
    position: absolute;
    right: 15px;
    left: auto;
    display: inline-block;
    vertical-align: middle
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff
}

.dropdown-submenu.pull-left {
    float: none
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px
}

@media (min-width:768px) {
    .navbar-nav li:hover>.dropdown-menu {
        -webkit-animation: fadeIn .3s ease-in-out;
        -moz-animation: fadeIn .3s ease-in-out;
        animation: fadeIn .3s ease-in-out
    }

    .navbar-nav li>.dropdown-menu:hover {
        -moz-animation: none;
        -webkit-animation: none;
        animation: none
    }

    .sticky-header {
        -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
        box-shadow: 0 1px 2px rgba(0,0,0,.2)
    }

    .sticky-header .navbar-brand {
        padding: 12px 10px
    }

    .sticky-header .navbar-brand,.sticky-header .navbar-nav,.sticky-header .navbar-nav>li>a {
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out
    }

    .sticky-header .navbar-nav {
        margin: 0
    }

    .sticky-header .navbar-nav>li>a {
        margin-left: 0;
        margin-right: 0;
        padding: 26px 15px;
        border-radius: 0
    }

    .sticky-header .dropdown-menu {
        top: 74px
    }
}

@media (min-width:768px) and (max-width:991px) {
    .sticky-header .navbar-nav>li>a {
        margin-left: 0;
        margin-right: 0;
        padding: 26px 5px
    }
}

@media (max-width:767px) {
    #header {
        position: relative!important
    }
}

.topbar-search {
    margin: 0;
    padding: 0
}

.topbar-search .form-control {
    margin-bottom: 0!important;
    background: #fff
}

.topbar-search .dropdown-menu {
    background: #fff;
    top: 30px;
    right: 0;
    padding: 20px;
    border-top: 4px solid #f69b35;
    border-radius: 0;
    -webkit-box-shadow: 0 0 1px #aaa;
    box-shadow: 0 0 1px #aaa;
    width: 300px
}

@media (max-width:991px) {
    .topbar-search .dropdown-menu {
        top: 27px
    }
}

@media (max-width:767px) {
    .topbar-search .dropdown-menu {
        width: 250px
    }
}

.input-group .btn-default {
    color: #fff;
    border: 1px solid transparent;
    background-color: #f69b35;
    margin-bottom: 0
}

.input-group .btn-default.active,.input-group .btn-default:active,.input-group .btn-default:focus,.input-group .btn-default:hover {
    color: #fff!important;
    background-color: #666;
    box-shadow: none!important
}

.search-results {
    min-height: 200px
}

.gsc-control-cse,.gsc-search-box {
    margin: 0!important;
    padding: 0!important;
    border: 0!important;
    background: #fff
}

.gsc-search-box input {
    font: normal;
    font-family: normal;
    font-size: 100%!important;
    line-height: 1!important;
    color: #777
}

.gsc-search-button {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

#topbar {
    width: 100%;
    height: auto;
    color: rgba(42,39,40,.5);
    background: #fff;
    position: relative
}

.topbar-contact {
    margin: 7px 10px;
    font-size: 13px;
    line-height: 21px;
    padding: 0
}

@media (max-width:991px) {
    .topbar-contact {
        margin-bottom: -20px
    }
}

.topbar-contact>li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px
}

.topbar-contact>li:last-child {
    margin: 0
}

.topbar-contact>li i {
    margin-right: 5px
}

.topbar-contact>li a {
    color: rgba(42,39,40,.5);
    font-weight: 300
}

.language>a {
    text-decoration: none;
    cursor: pointer
}

.language>.dropdown-menu {
    position: absolute;
    top: 26px;
    min-width: 50px;
    font-size: 13px
}

.language>.dropdown-menu>li>a {
    padding: 5px 15px;
    text-shadow: none
}

#topbar .social-icons {
    margin: 4px 10px 4px 0!important
}

#footer-top,#header {
    position: relative;
    width: 100%
}

#header {
    margin: 0 auto;
    height: auto;
    z-index: 300;
    background: #fff
}

.pagetitle {
    background-image: url(../images/features/pagetitle.jpg);
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative
}

.pagetitle-overlay {
    width: 100%;
    height: 100%;
    color: inherit;
    vertical-align: middle;
    background-color: #333;
    background-color: rgba(0,0,0,.7);
    padding-top: 50px;
    padding-bottom: 40px;
    min-height: 100px;
    margin: 0 auto
}

.pagetitle h1 {
    text-align: center;
    font-weight: 400;
    color: #fff
}

.breadcrumb {
    list-style: none;
    text-align: center;
    padding: 5px;
    background-color: transparent;
    border-radius: 0
}

.breadcrumb>li {
    display: inline-block
}

.breadcrumb>li+li:before {
    padding: 0 5px;
    color: #fff;
    content: "/\00a0"
}

#footer-top a,#footer-top a:hover,.breadcrumb li a,.breadcrumb>.active,.copyright-link li a,.copyright-link li a:hover,.footer-list li a,.footer-list li a:hover {
    color: #fff
}

.breadcrumb li i {
    color: #fff;
    margin-right: 5px
}

.titleline,.titleline-center,.titleline-footer,.titleline-icon {
    position: relative;
    max-width: 50px;
    border-top: 1px solid #f69b35;
    margin: 0 auto 20px 0
}

.titleline-center,.titleline-footer,.titleline-icon {
    margin: 0 auto 20px
}

.titleline-footer,.titleline-icon {
    margin: 0 auto 20px 0
}

.titleline-icon {
    max-width: 100px;
    border-top: 4px double #f69b35;
    margin: 20px auto
}

.social-icons>li a i,.titleline-icon:after {
    text-align: center;
    vertical-align: middle;
    background: #fff
}

.titleline-icon:after {
    position: absolute;
    top: -11px;
    left: 0;
    right: 0;
    margin: auto;
    font-family: 'Font Awesome 5 Free';
    content: "\f141";
    font-size: 20px;
    line-height: 1;
    color: #f69b35;
    width: 40px;
    height: 20px
}

.subtitle {
    color: #f69b35;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 400
}

#footer-top {
    min-height: 72px;
    padding: 20px 0;
    color: #fff;
    line-height: 14px;
    background: #f69b35;
    -webkit-box-shadow: inset 0 10px 0 #fff;
    box-shadow: inset 0 10px 0 #fff,inset 0 1px 0 #fff,inset 0 1px 0 #fff,inset 0 1px 0 #fff
}

@media (min-width:768px) {
    #footer-top:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 35%;
        height: 100%;
        background: #2d3640;
        -webkit-box-shadow: 0 1px 0 #2d3640;
        box-shadow: 0 1px 0 #2d3640
    }

    #footer-top:after {
        content: '';
        position: absolute;
        top: 0;
        left: 35%;
        border-top: 60px solid #2d3640;
        border-right: 10px solid transparent;
        border-bottom: 60px solid transparent;
        border-left: 10px solid #2d3640;
        width: 0;
        height: 0;
        -webkit-box-shadow: -1px 0 0 #2d3640;
        box-shadow: -1px 0 0 #2d3640
    }
}

#footer,.footer-top-left {
    margin: 5px auto;
    color: #bbb
}

.footer-top-right {
    margin: 10px auto 0;
    color: #fff
}

@media (max-width:991px) {
    #footer-top .col-md-1,#footer-top .col-md-10,#footer-top .col-md-11,#footer-top .col-md-12,#footer-top .col-md-2,#footer-top .col-md-3,#footer-top .col-md-4,#footer-top .col-md-5,#footer-top .col-md-6,#footer-top .col-md-7,#footer-top .col-md-8,#footer-top .col-md-9 {
        margin-bottom: 0!important
    }
}

#footer {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-height: 100px;
    padding: 100px 0 90px;
    background: #2d3640
}

#footer h4 {
    color: #ddd
}

.footer-about a img {
    max-width: 100%;
    height: auto;
    margin-bottom: 15px
}

.footer-list {
    padding: 0;
    list-style: none
}

.footer-list li {
    padding: 8px 2px
}

.footer-list li i {
    margin-right: 8px;
    color: #ddd
}

.footer-list li span {
    color: #ddd;
    font-weight: 700
}

#copyright,.flickr-thumbs li img {
    position: relative;
    width: 100%;
    overflow: hidden
}

#copyright {
    min-height: 50px;
    padding: 20px 0;
    color: #bbb;
    background: #2d3640;
    -webkit-box-shadow: 0 -1px 0 #2d3640;
    box-shadow: 0 -1px 0 #2d3640
}

@media (max-width:767px) {
    #copyright {
        background: #242b33
    }
}

@media (min-width:768px) {
    #copyright:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 65%;
        height: 100%;
        background: #242b33
    }

    #copyright:after {
        content: '';
        position: absolute;
        top: 0;
        left: 65%;
        border-top: 60px solid #242b33;
        border-right: 10px solid transparent;
        border-bottom: 60px solid transparent;
        border-left: 10px solid #242b33;
        width: 0;
        height: 0;
        -webkit-box-shadow: -1px 0 0 #242b33;
        box-shadow: -1px 0 0 #242b33
    }
}

.copyright {
    margin: 5px auto;
    color: #bbb
}

.copyright-link {
    padding: 0;
    list-style: none;
    margin: 5px 0;
    float: right
}

.copyright-link li,.social-icons>li {
    display: inline-block
}

.copyright-link li+li:before {
    padding: 0 10px;
    color: #bbb;
    content: "/\00a0"
}

@media (max-width:767px) {
    .copyright,.copyright-link {
        text-align: center
    }

    .copyright-link {
        float: none;
        margin: -10px auto
    }
}

.social-icons {
    float: left;
    list-style: none;
    font-size: 13px;
    line-height: 13px;
    padding: 0;
    margin: 0
}

.social-icons>li {
    vertical-align: middle
}

.social-icons>li a {
    display: table;
    text-decoration: none;
    margin-left: 2px
}

.social-icons>li a i {
    display: table-cell;
    font-size: 13px;
    line-height: 13px;
    padding-top: 5px;
    padding-bottom: 5px;
    width: 25px;
    height: 25px;
    background: 0 0;
    border-radius: 50%;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    text-shadow: none;
    color: #475766
}

#topbar .social-icons>li a i:hover,.social-icons>li a i:hover {
    border: 1px solid transparent;
    color: #fff;
    background: #f69b35
}

.social-icons .fa-twitter-square:hover,.social-icons .fa-twitter:hover {
    background: #79dbff
}

.social-icons .fa-facebook-square:hover,.social-icons .fa-facebook:hover {
    background: #6795ed
}

.social-icons .fa-flickr:hover {
    background: #f56ab2
}

.social-icons .fa-rss:hover {
    background: #ffaf44
}

.social-icons .fa-pinterest-square:hover,.social-icons .fa-pinterest:hover {
    background: #9b191e
}

.social-icons .fa-skype:hover {
    background: #ffaf44
}

.social-icons .fa-dribbble:hover {
    background: #f665a6
}

.social-icons .fa-instagram:hover {
    background: #9c7255
}

.social-icons .fa-vimeo-square:hover {
    background: #45bcff
}

.social-icons .fa-dropbox:hover {
    background: #7dbce4
}

.social-icons .fa-linkedin-square:hover,.social-icons .fa-linkedin:hover {
    background: #017fb1
}

.social-icons .fa-youtube-play:hover,.social-icons .fa-youtube-square:hover,.social-icons .fa-youtube:hover {
    background: #db3b3a
}

.social-color>li {
    margin-bottom: 1px
}

#topbar .social-icons>li a i {
    border: 1px solid transparent;
    color: #fff;
    background: 0 0
}

.social-icons>li a i,.social-icons>li a i:hover {
    border: 1px solid #475766
}

#footer .social-icons>li a {
    margin-left: 0;
    margin-right: 2px
}

#footer .social-icons>li a i {
    border: 1px solid #fff;
    color: #fff;
    background: 0 0
}

#footer .social-icons>li a i:hover {
    border: 1px solid #fff;
    color: #fff;
    background: #f69b35
}

.flickr-thumbs {
    margin: 0;
    padding: 0;
    overflow: hidden
}

.back-to-top,.flickr-thumbs li {
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease
}

.flickr-thumbs li {
    list-style: none;
    float: left;
    background: #fff;
    margin: 2px;
    width: 60px;
    height: 60px
}

.flickr-thumbs li img {
    display: block;
    height: auto;
    cursor: pointer;
    background: #fff;
    border: 0;
    opacity: 1;
    -webkit-transition: opacity .35s;
    transition: opacity .35s
}

.flickr-thumbs li:hover img {
    opacity: .7
}

.back-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    display: none;
    background-image: url(../images/assets/back-to-top.png);
    background-repeat: no-repeat;
    background-color: #252525;
    background-position: 50% 50%;
    z-index: 999999;
    width: 50px;
    height: 50px;
    text-indent: -9999px;
    border-radius: 0
}

.back-to-top:focus,.back-to-top:hover {
    background-color: #f69b35
}

.blog-post {
    background: 0 0;
    margin-bottom: 40px
}

.blog-photo {
    position: relative;
    margin-bottom: 20px
}

.blog-info {
    position: absolute;
    top: -10px;
    left: 10px;
    z-index: 10;
    padding: 9px;
    width: 60px;
    height: 60px;
    border-radius: 0;
    background: #f69b35
}

.blog-info:after {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    right: -10px;
    pointer-events: none;
    border-top: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #333;
    border-left: 5px solid #333;
    display: block
}

.blog-info p,.blog-title-icon span>i {
    text-align: center;
    vertical-align: middle;
    border-radius: 0
}

.blog-info p {
    font-weight: 700;
    font-size: 14px;
    line-height: 22px;
    color: #fff
}

.blog-info span {
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
    display: block;
    color: #fff
}

.blog-title {
    margin-bottom: 20px;
    text-decoration: none
}

.blog-title-body,.blog-title-icon {
    display: inline-block;
    vertical-align: middle
}

.blog-title-icon span {
    display: table
}

.blog-title-icon span>i {
    display: table-cell;
    font-size: 24px;
    line-height: 24px;
    padding-top: 17px;
    padding-bottom: 17px;
    border: 1px solid #f69b35;
    width: 60px;
    height: 60px;
    background: #fff;
    background: rgba(255,255,255,.5);
    color: #f69b35
}

.blog-title-body {
    margin-left: 15px
}

.blog-title-body h3 {
    line-height: 38px;
    margin-bottom: 2px
}

.blog-title-body span {
    font-size: 12px;
    line-height: 20px;
    margin-right: 10px
}

.blog-title-body span i {
    margin-right: 3px
}

.blog-content,.blog-content p {
    margin-bottom: 20px
}

.blog-post-middle {
    margin-bottom: 30px
}

.comment {
    background: url(../images/assets/comment-bg.png);
    border: 1px solid #ddd;
    padding: 20px;
    clear: both;
    margin-bottom: 20px
}

.comment img {
    width: 80px;
    height: 80px;
    border: 3px solid #fdfdfd;
    float: left;
    margin: 0 20px 20px 0;
    background: #fff;
    border-radius: 50px 50px 50px 50px
}

.comment-reply {
    margin-left: 80px
}

.comment-leave {
    padding: 0;
    margin-top: 10px;
    margin-bottom: 20px
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 0 0 20px;
    border-radius: 0
}

.pagination>li {
    display: inline
}

.pagination>li>a,.pagination>li>span {
    position: relative;
    float: left;
    padding: 5px 12px;
    font-size: 15px;
    margin-left: -1px;
    line-height: 1.6;
    text-decoration: none;
    background-color: transparent;
    border: 1px solid #ddd;
    color: inherit
}

.pagination>li:first-child>a,.pagination>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px
}

.pagination>li:last-child>a,.pagination>li:last-child>span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.pagination>li>a:focus,.pagination>li>a:hover,.pagination>li>span:focus,.pagination>li>span:hover {
    background-color: #f69b35;
    color: #fff;
    border-color: #f69b35
}

.pagination>.active>a,.pagination>.active>a:focus,.pagination>.active>a:hover,.pagination>.active>span,.pagination>.active>span:focus,.pagination>.active>span:hover {
    z-index: 2;
    color: #fff;
    font-weight: 700;
    cursor: default;
    background-color: #f69b35;
    border-color: #f69b35
}

@media (max-width:991px) {
    .comment-leave,.pagination {
        margin-bottom: 50px
    }
}

.sidebar {
    margin-bottom: 50px
}

.sidebar-list {
    padding: 0;
    list-style: none
}

.sidebar-list li {
    color: inherit;
    padding: 8px 2px
}

.sidebar-list li i {
    margin-right: 8px;
    color: #f69b35
}

.sidebar-info li span,.sidebar-list li span {
    font-weight: 600
}

.sidebar-post {
    clear: both;
    margin-top: 20px;
    margin-bottom: 20px
}

.sidebar-post img {
    width: 80px;
    height: 80px;
    border: 3px solid #fdfdfd;
    float: left;
    margin: 0 15px 5px 0;
    background: #fff;
    border-radius: 0
}

.sidebar-post p {
    margin: 0 0 5px
}

.sidebar-post span {
    font-size: 12px
}

.sidebar-tag {
    padding: 0;
    list-style: none
}

.owl-theme .owl-controls .owl-buttons div,.sidebar-tag li {
    border-radius: 0;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease
}

.button,.sidebar-tag li {
    display: inline-block;
    cursor: pointer
}

.sidebar-tag li {
    background: #fff;
    margin: 3px 1px;
    border: 1px solid #f69b35
}

.sidebar-tag li:hover {
    color: #fff;
    background: #f69b35
}

.sidebar-tag li a {
    padding: 15px 12px;
    text-decoration: none;
    color: #f69b35;
    line-height: 30px;
    font-size: 13px
}

.sidebar-tag li:hover a {
    color: #fff
}

.button,.button:hover {
    background: 0 0;
    border-radius: 5px
}

.button {
    padding: 7px 14px;
    font-weight: 700;
    color: inherit;
    border: 1px solid transparent
}

.button:hover {
    color: #f69b35;
    border: 1px solid #f69b35;
    -webkit-transition: .2s linear;
    -moz-transition: .2s linear;
    -ms-transition: .2s linear;
    -o-transition: .2s linear;
    transition: .2s linear
}

.button.is-checked,.button:active {
    border: 1px solid #f69b35;
    font-weight: 700;
    background: #f69b35;
    color: #fff!important;
    border-radius: 5px
}

.button-group:after,.isotope-masonry:after,.isotope-shop:after,.isotope:after {
    content: '';
    display: block;
    clear: both
}

.button-group {
    margin-left: 15px;
    margin-bottom: 20px
}

.button-group .button {
    float: left;
    margin-left: 0;
    margin-right: 5px;
    border-radius: 5px
}

.isotope {
    min-height: 150px;
    overflow: hidden;
    padding: 5px 0 0;
    margin: 0 0 20px
}

.element-item {
    position: relative;
    float: left;
    color: inherit;
    background: 0 0;
    margin-bottom: 30px
}

.element-item>* {
    margin: 0;
    padding: 0
}

.grid-item img,.isotope .element-item img,.isotope-shop .element-item img {
    width: 100%!important;
    height: auto
}

.isotope-col {
    width: 20%;
    position: relative;
    min-height: 1px;
    margin-bottom: 0
}

@media (max-width:991px) {
    .isotope-col {
        width: 50%
    }
}

@media (max-width:767px) {
    .isotope-col {
        width: 100%
    }
}

.isotope-masonry {
    min-height: 150px;
    overflow: hidden;
    padding: 5px 0 0;
    margin: 0 0 20px
}

.grid-item {
    position: relative;
    float: left;
    color: inherit;
    background: 0 0;
    border: 0;
    width: 25%;
    height: auto
}

.grid-item>* {
    margin: 0;
    padding: 0
}

.grid-sizer {
    width: 25%
}

.grid-large {
    width: 50%;
    height: auto
}

@media (max-width:767px) {
    .grid-item {
        width: 100%;
        margin-bottom: 20px
    }

    .grid-large,.grid-sizer {
        width: 100%
    }
}

.isotope-select {
    width: 200px;
    margin-bottom: 20px
}

.col-md-9 .isotope-select {
    margin-right: 15px
}

.isotope-shop {
    min-height: 150px;
    overflow: hidden;
    padding: 5px 0 0;
    margin: 0 0 20px
}

.white-large {
    background-color: transparent;
    border-color: transparent;
    border-radius: 0 0 0 0;
    border-style: none;
    border-width: 0;
    font-style: normal;
    text-decoration: none;
    margin: 0;
    line-height: 1.6;
    padding: 5px 15px
}

.white-medium,.white-small {
    font-weight: 400
}

.black-large,.white-medium,.white-small {
    background-color: transparent;
    border-color: transparent;
    border-radius: 0 0 0 0;
    border-style: none;
    border-width: 0;
    font-style: normal;
    text-decoration: none;
    margin: 0;
    line-height: 1.6;
    padding: 5px 15px
}

.black-medium,.black-small {
    font-weight: 400
}

.black-medium,.black-small,.theme-large,.theme-medium,.theme-small {
    background-color: transparent;
    border-color: transparent;
    border-radius: 0 0 0 0;
    border-style: none;
    border-width: 0;
    font-style: normal;
    text-decoration: none;
    margin: 0;
    line-height: 1.6;
    padding: 5px 15px
}

.theme-medium,.theme-small {
    font-weight: 400
}

.tp-caption strong {
    font-weight: 900!important
}

.white-large {
    color: #fff;
    font-size: 50px;
    font-weight: 900
}

.white-medium {
    color: #fff;
    font-size: 30px
}

.white-small {
    color: #fff;
    font-size: 20px
}

.black-large {
    color: #252525;
    font-size: 50px;
    font-weight: 900
}

.black-medium,.black-small {
    color: #252525;
    font-size: 30px
}

.black-small {
    font-size: 20px
}

.theme-large {
    color: #f69b35;
    font-size: 50px;
    font-weight: 900
}

.theme-medium,.theme-small {
    color: #f69b35;
    font-size: 30px
}

.theme-small {
    font-size: 20px
}

.white-bg {
    background-color: #fff;
    background-color: rgba(255,255,255,.7)
}

.black-bg {
    background-color: #252525;
    background-color: rgba(0,0,0,.7)
}

.theme-bg {
    background-color: #f69b35;
    background-color: rgba(102,170,204,.7)
}

.owl-carousel {
    position: relative;
    margin-bottom: 20px
}

.owl-carousel .item {
    margin: 0;
    cursor: pointer
}

#sync1 .item,#sync2 .item {
    margin: 5px
}

.owl-carousel .item img {
    display: block;
    width: 100%;
    height: auto;
    text-align: center
}

.owl-client {
    padding: 30px 0;
    margin: 10px
}

.owl-theme .owl-controls .owl-buttons div {
    font-size: 50px;
    line-height: 50px;
    padding: 10px;
    width: 70px;
    height: 70px;
    margin: 0;
    background: 0 0
}

.owl-theme .owl-controls.clickable .owl-buttons div:hover {
    background: 0 0
}

.owl-theme .owl-controls .owl-buttons .owl-next,.owl-theme .owl-controls .owl-buttons .owl-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: auto;
    margin: auto;
    width: 70px;
    height: 70px
}

.owl-theme .owl-controls .owl-buttons .owl-next {
    left: auto;
    right: 0
}

.owl-theme .owl-controls .owl-page span {
    display: block;
    filter: Alpha(Opacity=50);
    opacity: .5;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #869791;
    margin: 5px;
    width: 20px;
    height: 5px
}

.owl-slider .item {
    position: relative;
    width: 100%;
    height: 600px;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    margin: 0;
    padding: 0
}

.owl-slider .item1 {
    background-image: url(../images/slider/slider1.jpg)
}

.owl-slider .item2 {
    background-image: url(../images/slider/slider2.jpg)
}

.owl-slider .item3 {
    background-image: url(../images/slider/slider3.jpg)
}

.owl-slider .item img {
    max-width: 400px;
    height: 600px;
    margin: 0 50px
}

.owl-slider-right {
    text-align: left;
    margin-top: 170px;
    margin-left: 50px
}

.owl-slider-left {
    text-align: right;
    margin-top: 170px;
    margin-right: 50px
}

.owl-slider-center {
    text-align: center;
    margin-top: 170px
}

.owl-caption {
    display: block
}

.owl-white-large,.owl-white-medium,.owl-white-small {
    display: inline-block;
    line-height: 1.6;
    margin: 0 0 1px;
    color: #fff
}

.owl-white-large {
    font-weight: 900;
    font-size: 50px
}

.owl-white-medium,.owl-white-small {
    font-size: 30px
}

.owl-white-small {
    font-size: 20px
}

.owl-black-large,.owl-black-medium,.owl-black-small {
    display: inline-block;
    line-height: 1.6;
    margin: 0 0 1px;
    color: #252525
}

.owl-black-large {
    font-weight: 900;
    font-size: 50px
}

.owl-black-medium,.owl-black-small {
    font-size: 30px
}

.owl-black-small {
    font-size: 20px
}

.owl-theme-large,.owl-theme-medium,.owl-theme-small {
    display: inline-block;
    line-height: 1.6;
    margin: 0 0 1px;
    color: #f69b35
}

.owl-theme-large {
    font-weight: 900;
    font-size: 50px
}

.owl-theme-medium,.owl-theme-small {
    font-size: 30px
}

.owl-theme-small {
    font-size: 20px
}

.owl-slider strong {
    font-weight: 900
}

.owl-slider .btn {
    display: inline-block;
    margin: 20px 0 0
}

.owl-white-bg {
    background-color: #fff;
    background-color: rgba(255,255,255,.7)
}

.owl-black-bg {
    background-color: #000;
    background-color: rgba(0,0,0,.7)
}

.owl-theme-bg {
    background-color: #f69b35;
    background-color: rgba(102,170,204,.7)
}

@media (max-width:767px) {
    .owl-slider .item {
        height: 300px
    }

    .owl-slider-right {
        text-align: center;
        margin-top: 60px;
        margin-left: 0
    }

    .owl-slider-left {
        margin-right: 0
    }

    .owl-slider-center,.owl-slider-left {
        text-align: center;
        margin-top: 60px
    }

    .owl-black-large,.owl-theme-large,.owl-white-large {
        font-size: 35px!important
    }

    .owl-black-medium,.owl-theme-medium,.owl-white-medium {
        font-size: 20px!important
    }

    .owl-black-small,.owl-theme-small,.owl-white-small {
        font-size: 12px!important
    }

    .owl-slider .btn-lg {
        padding: 6px 12px;
        font-size: 14px
    }

    .owl-slider .btn.btn-lg span {
        margin-right: 25px;
        font-size: 14px
    }

    .owl-slider .btn.btn-lg span i {
        padding: 8px
    }
}

.cart-dropdown .dropdown-menu {
    right: 0!important;
    left: auto!important;
    width: 300px;
    background: #fff;
    color: inherit;
    padding: 10px 0;
    border-top: 4px solid #f69b35;
    border-radius: 0;
    -webkit-box-shadow: 0 0 1px #aaa;
    box-shadow: 0 0 1px #aaa
}

.cart-dropdown .col-md-3,.cart-dropdown .col-md-4,.cart-dropdown .col-md-5,.cart-dropdown .col-md-6,.cart-dropdown .col-md-7,.cart-dropdown .col-md-8,.cart-dropdown .col-md-9 {
    float: left
}

.cart-dropdown .yamm-content p {
    color: #888;
    margin-bottom: 0
}

@media (max-width:767px) {
    .cart-dropdown .yamm-content h5 {
        color: #fff
    }

    .cart-dropdown .text-theme {
        font-size: 18px
    }
}

.table>thead>tr>th {
    font-size: 18px;
    font-weight: 700;
    color: inherit
}

.table-middle>tbody>tr>td,.table-middle>tbody>tr>th,.table-middle>tfoot>tr>td,.table-middle>tfoot>tr>th,.table-middle>thead>tr>td,.table-middle>thead>tr>th {
    vertical-align: middle;
    padding: 20px 10px
}

.product-image {
    width: 15%
}

.product-image img {
    width: 80px;
    height: 80px
}

.product-name {
    width: 50%
}

.product-name h4 {
    font-weight: 700
}

.product-name p {
    color: #888;
    margin-bottom: 5px;
    font-size: 12px
}

.product-price,.product-quantity,.product-total {
    width: 10%
}

.product-quantity input {
    width: 50px;
    height: 30px
}

.product-remove {
    width: 5%
}

.line-through {
    text-decoration: line-through;
    color: #888
}

.cart-sidebar {
    padding: 0
}

.cart-sidebar input,.cart-sidebar select,ol,ul {
    margin-bottom: 10px
}

.cart-sidebar .panel-body {
    padding: 5px 20px
}

.cart-sidebar,.cmxform select,.contactform {
    margin-bottom: 20px
}

.cmxform {
    font-family: inherit;
    font-size: 14px;
    margin: 30px auto 0
}

.cmxform label {
    width: 100%;
    display: block;
    line-height: 1.6;
    float: none
}

.cmxform label i {
    color: #cc5252;
    margin-left: 5px;
    font-size: 7px;
    vertical-align: top;
    font-weight: 400!important
}

.cmxform textarea {
    min-height: 150px
}

.cmxform .answer {
    width: 80px
}

.cmxform .submit {
    width: 80px;
    height: 40px;
    font-weight: 700!important;
    text-transform: uppercase
}

form.cmxform label.error {
    width: 100%;
    color: #a94442;
    font-weight: 700;
    font-style: italic;
    padding: 7px 10px;
    margin-bottom: 10px;
    background-color: #f2dede;
    border: 1px solid transparent;
    border-radius: 0
}

.cmxform input.error,.cmxform select.error,.cmxform textarea.error {
    border: 1px dotted #a94442
}

.chart canvas,div.error {
    display: none
}

.cmxform .checkbox,.cmxform .radio,.cmxform span.checkbox {
    display: inline
}

input.checkbox {
    border: 0
}

#message {
    margin: 20px auto
}

.contact-error,.contact-success {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
    font-weight: 700;
    border-radius: 3px
}

.contact-error {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1
}

.sidebar-info {
    margin: 10px 0;
    padding: 0;
    list-style: none
}

.sidebar-info li {
    padding: 8px 2px
}

.sidebar-info li i {
    margin-right: 5px;
    font-weight: 600
}

#map {
    width: 100%;
    height: 600px;
    margin: 0 auto;
    padding: 0;
    background: #fff
}

.dropcap,.dropcap-theme {
    float: left;
    color: inherit;
    font-size: 39px;
    line-height: 50px;
    font-weight: 700;
    padding: 0 13px;
    margin: 0 20px 0 0
}

.dropcap-theme {
    color: #fff;
    background: #f69b35
}

.popover,.tooltip-inner {
    padding: 20px;
    border-radius: 0
}

.tooltip-inner {
    background: #fff;
    border: 1px solid #ddd;
    color: inherit
}

.tooltip.top .tooltip-arrow,.tooltip.top-left .tooltip-arrow,.tooltip.top-right .tooltip-arrow {
    border-top-color: #ddd
}

.tooltip.right .tooltip-arrow {
    border-right-color: #ddd
}

.tooltip.left .tooltip-arrow {
    border-left-color: #ddd
}

.tooltip.bottom .tooltip-arrow,.tooltip.bottom-left .tooltip-arrow,.tooltip.bottom-right .tooltip-arrow {
    border-bottom-color: #ddd
}

.popover {
    box-shadow: none
}

ol,ul {
    margin-top: 0
}

.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-ordered,.list-unordered,.list-unstyled {
    line-height: 2em
}

.icon-arrow-list {
    padding-left: 0;
    list-style: none;
    line-height: 2em;
    margin: 10px 0
}

.icon-arrow-list ul,.icon-arrow-list ul ul {
    list-style: none
}

.icon-arrow-list li,.icon-arrow-list li a {
    color: inherit
}

.icon-arrow-list li i {
    margin-right: 8px;
    color: #f69b35
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #f69b35
}

blockquote ol:last-child,blockquote p:last-child,blockquote ul:last-child {
    margin-bottom: 0
}

blockquote .small,blockquote footer,blockquote small {
    display: block;
    font-size: 80%;
    line-height: 1.6;
    color: #888
}

.skillbar-title {
    margin-bottom: 5px
}

.skillbar {
    position: relative;
    margin-bottom: 20px;
    width: 100%;
    height: 10px;
    background-color: #eee;
    vertical-align: middle;
    border-radius: 50px;
    -webkit-transition: .5s linear;
    -moz-transition: .5s linear;
    -ms-transition: .5s linear;
    -o-transition: .5s linear;
    transition: .5s linear;
    -webkit-transition-property: width,background-color;
    -moz-transition-property: width,background-color;
    -ms-transition-property: width,background-color;
    -o-transition-property: width,background-color;
    transition-property: width,background-color
}

@media (max-width:767px) {
    .skillbar {
        margin-bottom: 40px
    }
}

.skillbar-percent,.skillbar-tooltip {
    font-size: 13px;
    color: #fff;
    border-radius: 0
}

.skillbar-percent {
    background-color: #2b9fd9;
    padding: 0 5px;
    vertical-align: middle;
    position: relative;
    width: 0;
    height: 10px;
    line-height: 10px;
    text-align: right
}

.skillbar-tooltip {
    position: absolute;
    top: -30px;
    right: 0;
    z-index: 10;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
    width: 40px;
    height: 20px;
    background: #555;
    text-shadow: none
}

.skillbar-tooltip:after {
    content: '';
    position: absolute;
    right: -30px;
    left: 0;
    bottom: -10px;
    margin: auto;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-right: 5px solid #555;
    border-bottom: 10px solid transparent;
    border-left: 5px solid transparent
}

.skillbar-striped {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.1) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.1) 50%,rgba(255,255,255,.1) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(45deg,rgba(255,255,255,.1) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.1) 50%,rgba(255,255,255,.1) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.1) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.1) 50%,rgba(255,255,255,.1) 75%,transparent 75%,transparent);
    -webkit-background-size: 40px 40px;
    background-size: 40px 40px
}

.skillbar-white {
    background-color: #fff
}

.skillbar-gray {
    background-color: #999
}

.skillbar-black {
    background-color: #333
}

.skillbar-rose {
    background-color: #c69
}

.skillbar-pink {
    background-color: #c6c
}

.skillbar-purple {
    background-color: #96c
}

.skillbar-indigo {
    background-color: #66c
}

.skillbar-blue {
    background-color: #69c
}

.skillbar-aqua {
    background-color: #6cc
}

.skillbar-emerald {
    background-color: #6c9
}

.skillbar-green {
    background-color: #6c6
}

.skillbar-olive {
    background-color: #9c6
}

.skillbar-yellow {
    background-color: #cc6
}

.skillbar-orange {
    background-color: #c96
}

.skillbar-red {
    background-color: #c66
}

.skillbar-theme {
    background-color: #f69b35
}

.mbyt-player,.video-container {
    position: relative;
    overflow: hidden
}

.video-container {
    padding-bottom: 56.25%;
    padding-top: 30px;
    background-color: transparent;
    margin: 0 auto 20px;
    height: 0
}

.video-container embed,.video-container iframe,.video-container object {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.mbyt-player {
    width: 100%;
    display: inline-block;
    left: 0;
    height: 400px;
    vertical-align: bottom
}

.chartbox-icon a,.mbyt-player:hover,.not-found a {
    text-decoration: none
}

.testimonial {
    position: relative;
    background: #fdfdfd;
    border: 1px solid #ddd;
    margin-bottom: 20px;
    -webkit-box-shadow: 0 1px 0 rgba(255,255,255,.7);
    box-shadow: 0 1px 0 rgba(255,255,255,.7)
}

.testimonial:before {
    content: "\f10d"
}

.testimonial:after,.testimonial:before {
    display: block;
    position: absolute;
    font-family: Font Awesome 5 Free;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    font-size: 18px;
    color: #777;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.testimonial:before {
    top: 10px;
    left: 10px
}

.testimonial:after {
    content: "\f10e";
    bottom: 10px;
    right: 10px
}

.testimonial p {
    padding: 40px
}

.testimonial-author {
    padding: 5px;
    text-align: center;
    width: 100%;
    height: auto;
    position: relative;
    margin-top: 20px
}

.testimonial-author img {
    display: inline-block;
    width: 80px;
    height: 80px;
    text-align: left;
    margin-right: 10px;
    border: 3px solid #fdfdfd;
    border-radius: 50px 50px 50px 50px
}

.testimonial-author p {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    padding-left: 10px
}

.testimonial-author:after {
    position: absolute;
    left: 80px;
    top: -21px;
    content: '';
    width: 50px;
    height: 20px;
    display: block;
    background: url(../images/assets/testimonial.png) no-repeat center top
}

hr {
    border: 0;
    -webkit-box-shadow: 0 1px 0 #fff;
    box-shadow: 0 1px 0 #fff
}

.divider-doubleline,.divider-singleline,hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border-top: 1px solid #ddd
}

.divider-doubleline {
    border-top: 4px double #ddd
}

.divider-singledotted {
    margin-top: 20px;
    margin-bottom: 20px;
    height: 1px;
    background: url(../images/assets/divider-singledotted.png) repeat-x top left
}

.divider-doubledotted {
    margin-top: 20px;
    margin-bottom: 20px;
    height: 4px;
    background: url(../images/assets/divider-doubledotted.png) repeat-x top left
}

.divider-icon {
    background: url(../images/assets/divider-iconline.png) repeat-x left 30px;
    width: 100%;
    height: auto;
    text-align: center;
    padding-top: 10px;
    margin-bottom: 10px
}

.divider-icon i {
    width: 45px;
    height: 45px;
    color: #888;
    font-size: 20px;
    text-align: center;
    vertical-align: middle;
    line-height: 45px;
    background: #fff
}

.badge-best,.badge-new,.badge-popular,.badge-sale {
    position: relative
}

.badge-popular:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    z-index: 200;
    width: 50px;
    height: 50px;
    background: url(../images/assets/badge-popular.png) no-repeat top right
}

.badge-sale:before {
    background: url(../images/assets/badge-sale.png) no-repeat top right
}

.badge-best:before,.badge-new:before,.badge-sale:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    z-index: 200;
    width: 50px;
    height: 50px
}

.badge-best:before {
    background: url(../images/assets/badge-best.png) no-repeat top right
}

.badge-new:before {
    background: url(../images/assets/badge-new.png) no-repeat top right
}

.photo-title,.photo-title2,.photo-title3 {
    text-align: center;
    padding: 20px 20px 10px!important
}

.photo-title2 {
    background: #fdfdfd;
    border: 1px solid #ddd;
    border-top: none
}

.photo-title3 {
    background: #f69b35;
    color: #fff
}

.photo-title3 h3,.photo-title3 h4,.photo-title3 h5,.photo-title3 h6 {
    color: #fff
}

.photo-title.text-left,.photo-title2.text-left,.photo-title3.text-left {
    text-align: left!important;
    padding: 20px 0 10px!important
}

.photo-title.text-left2,.photo-title2.text-left2,.photo-title3.text-left2 {
    text-align: left!important;
    padding: 20px 20px 10px!important
}

@media (min-width:992px) {
    .mt-100 {
        margin-top: -100px;
        border: 10px solid #fff;
        z-index: 5
    }

    .mt-110,.mt-120,.mt-130,.mt-140,.mt-150 {
        margin-top: -110px;
        border: 10px solid #fff;
        z-index: 5
    }

    .mt-120,.mt-130,.mt-140,.mt-150 {
        margin-top: -120px
    }

    .mt-130,.mt-140,.mt-150 {
        margin-top: -130px
    }

    .mt-140,.mt-150 {
        margin-top: -140px
    }

    .mt-150 {
        margin-top: -150px
    }
}

.chartbox {
    position: relative;
    width: 100%;
    height: auto;
    text-align: center;
    background: 0 0;
    cursor: default;
    border-radius: 0
}

.chartbox-icon {
    margin: 0 auto;
    display: table
}

.chartbox-icon i {
    display: table-cell;
    vertical-align: middle;
    font-size: 40px;
    line-height: 40px;
    color: #f69b35;
    background: 0 0;
    border-radius: 50%
}

.chart,.percent {
    display: inline-block
}

.chart,.chartbox-icon i {
    text-align: center
}

.percent {
    font-size: 30px;
    line-height: 30px;
    font-weight: 400;
    color: #fff;
    margin: 5px auto
}

@media (max-width:991px) {
    .chartbox {
        margin: 40px auto
    }
}

.team,.team-content {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.team {
    clear: both;
    position: relative;
    text-align: center;
    background: #fafafa;
    margin-bottom: 20px
}

.team-content {
    padding: 30px 20px;
    background: #fff;
    color: inherit
}

.team-content h4 {
    color: #36414d;
    font-weight: 700;
    line-height: 1.2
}

.team-content small {
    color: inherit;
    font-size: 13px;
    font-weight: 400
}

.team .social-icons {
    float: none;
    margin-top: 20px
}

.fontawesome-icon-list {
    margin-bottom: 20px
}

.fontawesome-icon-list div {
    font-size: 14px;
    padding-top: 2px;
    padding-bottom: 2px
}

.fontawesome-icon-list div:hover {
    background: #f7f7f7;
    border-radius: 5px
}

.not-found {
    text-align: center;
    padding: 50px 0
}

.not-found a {
    font-size: 150px;
    line-height: 1.6;
    font-weight: 700;
    display: block
}

.panel-group {
    margin-bottom: 20px
}

.panel {
    background-color: transparent;
    border: 1px solid transparent;
    box-shadow: none;
    border-radius: 0
}

.panel-group .panel {
    margin-bottom: 0;
    overflow: hidden;
    border-radius: 0
}

.panel-group .panel+.panel {
    margin-top: 5px
}

.panel-default {
    border: 0
}

.panel-group .panel-heading {
    border-bottom: 0
}

.panel-default>.panel-heading {
    background-color: #fff;
    color: #fff;
    border-color: transparent
}

.panel-heading {
    padding: 0;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: #36414d
}

.panel-title>a {
    color: #fff
}

.collapse {
    display: none
}

.collapse.in {
    display: block
}

.panel-body {
    padding: 30px;
    background-color: #fff
}

.panel-default>.panel-heading+.panel-collapse .panel-body {
    border-top-color: transparent
}

.panel-group .panel-heading+.panel-collapse .panel-body {
    border-top: 1px solid transparent
}

.panel-heading a:focus,.panel-heading a:hover {
    color: #fff
}

.panel-heading a,.panel-title>a.collapsed {
    font-weight: 400!important;
    border: 1px solid transparent
}

.panel-heading a {
    text-decoration: none;
    display: block;
    padding: 10px 15px 10px 55px;
    position: relative;
    background-color: #f69b35
}

.panel-title>a:before,.toggle-container h4:before {
    position: absolute;
    display: block;
    left: 15px;
    top: 10px;
    line-height: 1
}

.panel-title>a.collapsed:before,.panel-title>a:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.panel-title>a:before {
    font-style: normal;
    font-weight: 400;
    font-family: Font Awesome 5 Free
}

.panel-title>a.collapsed {
    color: inherit;
    background: #fafafa
}

.panel-title>a.collapsed:before {
    content: "\f067";
    color: inherit;
    padding: 5px 7px
}

.toggle-container {
    width: 100%;
    text-align: left;
    margin: 0 auto 20px
}

.toggle-container h4,.toggle-container h4.active {
    border: 1px solid transparent;
    font-weight: 400!important;
    border-radius: 0
}

.toggle-container h4 {
    position: relative;
    cursor: pointer;
    display: block;
    outline: 0;
    vertical-align: middle;
    padding: 10px 15px 10px 55px;
    font-size: 16px;
    margin: 5px 0 0;
    background: #fafafa;
    color: inherit
}

.toggle-container h4.active {
    color: #fff;
    background-color: #f69b35;
    box-shadow: none
}

.toggle-container h4:before {
    font-family: 'Font Awesome 5 Free';
    content: "\f067";
    color: inherit;
    padding: 5px 7px
}

.panel-title>a:before,.toggle-container h4.active:before {
    content: "\f068";
    color: #fff;
    padding: 5px 7px
}

.toggle-content {
    margin: 0 0 5px;
    padding: 30px;
    border: 0;
    background-color: #fff;
    border-radius: 0
}

.tab-container {
    margin-bottom: 20px
}

.etabs,.tab a {
    margin: 0;
    padding: 0;
    font-size: 0
}

.tab {
    display: inline-block;
    background-color: transparent;
    border: 0;
    margin-right: 0;
    border-radius: 0;
    zoom: 1;
    *display: inline
}

.tab a {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
    display: block;
    padding: 10px 15px;
    outline: 0;
    text-decoration: none;
    color: inherit;
    border: 1px solid #ddd;
    border-bottom: none;
    border-right: none;
    position: relative;
    top: 1px;
    z-index: 10
}

.etabs li:last-child {
    border-right: 1px solid #ddd
}

.tab a i,.tab-side-container ul li a i {
    margin-right: 5px
}

.tab a:hover,.tab-side-container ul li a:hover {
    text-decoration: none
}

.tab.active {
    position: relative;
    top: 0;
    padding-top: 0;
    border-color: transparent;
    background: 0 0
}

.tab a.active {
    font-weight: 400;
    color: #f69b35;
    border-bottom: 1px solid #fdfdfd;
    background: #fdfdfd
}

.tab-container .panel-container {
    font-size: 14px;
    position: relative;
    background: #fdfdfd;
    border: 1px solid #ddd;
    padding: 30px;
    border-radius: 0
}

@media (max-width:767px) {
    .tab a {
        padding: 10px
    }
}

.tab-side-container {
    background: 0 0;
    border: solid 1px transparent;
    min-height: 100px;
    margin-bottom: 20px;
    border-radius: 0
}

.tab-side-container ul {
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
    float: left;
    border-radius: 0
}

.tab-side-container ul li {
    background: 0 0;
    margin-bottom: 0;
    text-align: left;
    max-width: 100%;
    border: 0;
    word-break: break-all;
    min-width: 130px
}

.tab-side-container ul li a {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
    display: block;
    padding: 10px 15px;
    outline: 0;
    color: inherit;
    border: 1px solid #ddd;
    border-right: none;
    border-bottom: none;
    position: relative;
    left: 1px;
    z-index: 10
}

.tab-side-container ul li:last-child {
    border-bottom: 1px solid #ddd
}

.tab-side-container ul li.selected-tab {
    position: relative;
    left: 0;
    background: 0 0;
    font-weight: 400;
    border-radius: 0
}

.tab-side-container ul li a.selected-tab {
    font-weight: 400;
    text-decoration: none;
    color: #f69b35;
    border-right: 1px solid #fdfdfd;
    background: #fdfdfd
}

.tab-side-container .panel-container {
    font-size: 14px;
    background: #fdfdfd;
    overflow: hidden;
    padding: 30px;
    border: 1px solid #ddd;
    border-radius: 0;
    -webkit-box-shadow: 0 1px 0 #fff;
    box-shadow: 0 1px 0 #fff
}

@media (max-width:767px) {
    .tab-side-container ul li {
        min-width: 50px
    }

    .tab-side-container ul li a {
        padding: 10px
    }
}

.contentbox {
    padding: 40px 40px 30px;
    background: #eee;
    margin: 0 auto;
    min-height: 200px
}

.contentbox .triangle-right {
    position: absolute;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-right: 15px solid transparent;
    width: 0;
    height: 0;
    margin: auto;
    z-index: 2
}

.contentbox .triangle-bottom,.contentbox .triangle-left,.contentbox .triangle-top {
    position: absolute;
    border-left: 15px solid transparent;
    width: 0;
    height: 0;
    margin: auto;
    z-index: 2
}

.contentbox .triangle-left {
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent
}

.contentbox .triangle-bottom,.contentbox .triangle-top {
    border-right: 15px solid transparent
}

.contentbox .triangle-top {
    border-top: 15px solid transparent
}

.contentbox .triangle-bottom {
    border-bottom: 15px solid transparent
}

.contentbox .triangle-right {
    top: 0;
    bottom: 0;
    right: -30px;
    border-left: 15px solid #eee;
    -webkit-box-shadow: -1px 0 0 #eee;
    box-shadow: -1px 0 0 #eee
}

.contentbox .triangle-left {
    top: 0;
    bottom: 0;
    left: -30px;
    border-right: 15px solid #eee;
    -webkit-box-shadow: 1px 0 0 #eee;
    box-shadow: 1px 0 0 #eee
}

.contentbox .triangle-top {
    left: 0;
    right: 0;
    top: -30px;
    border-bottom: 15px solid #eee;
    -webkit-box-shadow: 0 1px 0 #eee;
    box-shadow: 0 1px 0 #eee
}

.contentbox .triangle-bottom {
    left: 0;
    right: 0;
    bottom: -30px;
    border-top: 15px solid #eee;
    -webkit-box-shadow: 0 -1px 0 #eee;
    box-shadow: 0 -1px 0 #eee
}

.contentbox-theme {
    color: #fff;
    background: #f69b35
}

.contentbox-theme .triangle-right {
    border-left: 15px solid #f69b35;
    -webkit-box-shadow: -1px 0 0 #f69b35;
    box-shadow: -1px 0 0 #f69b35
}

.contentbox-theme .triangle-left {
    border-right: 15px solid #f69b35;
    -webkit-box-shadow: 1px 0 0 #f69b35;
    box-shadow: 1px 0 0 #f69b35
}

.contentbox-theme .triangle-top {
    border-bottom: 15px solid #f69b35;
    -webkit-box-shadow: 0 1px 0 #f69b35;
    box-shadow: 0 1px 0 #f69b35
}

.contentbox-theme .triangle-bottom {
    border-top: 15px solid #f69b35;
    -webkit-box-shadow: 0 -1px 0 #f69b35;
    box-shadow: 0 -1px 0 #f69b35
}

.contentbox-theme a,.contentbox-theme h1,.contentbox-theme h2,.contentbox-theme h3,.contentbox-theme h4,.contentbox-theme h5,.contentbox-theme h6,.contentbox-theme i,.contentbox-theme p,.tooltip-text a:hover {
    color: #fff
}

@media (max-width:991px) {
    .contentbox {
        margin: 0 auto;
        min-height: 150px
    }

    .triangle-bottom,.triangle-left,.triangle-right,.triangle-top {
        display: none
    }
}

.iconbox1 {
    position: relative;
    width: 100%;
    height: auto;
    padding: 20px;
    text-align: center;
    background: 0 0;
    cursor: default;
    margin-bottom: 20px;
    border-radius: 0;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.iconbox1-icon {
    margin: 10px auto 20px;
    display: table
}

.iconbox1-icon i {
    font-size: 50px;
    line-height: 50px;
    padding-top: 24px;
    padding-bottom: 24px;
    border: 1px solid #f69b35;
    width: 100px;
    height: 100px;
    background: #f69b35
}

.iconbox1:hover .iconbox1-icon i,.iconbox2:hover .iconbox2-icon i {
    color: #f69b35;
    background: #fff
}

.iconbox1-icon a {
    text-decoration: none
}

.iconbox2 {
    position: relative;
    clear: both;
    width: 100%;
    height: auto;
    padding: 20px 20px 10px;
    background: #fff;
    border: 1px solid transparent;
    z-index: 0;
    cursor: default;
    margin-bottom: 20px;
    border-radius: 0;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-box-shadow: 0 1px 0 rgba(255,255,255,.7);
    box-shadow: 0 1px 0 rgba(255,255,255,.7)
}

.iconbox2 .iconbox2-bg {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: -1;
    color: #fafafa;
    font-size: 200px
}

.iconbox2-icon {
    float: left;
    margin-right: 20px;
    display: table
}

.iconbox1-icon i,.iconbox2-icon i,.step span {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    border-radius: 50%
}

.iconbox2-icon i {
    background: #f69b35;
    font-size: 30px;
    line-height: 30px;
    padding-top: 9px;
    padding-bottom: 9px;
    border: 1px solid #f69b35;
    width: 50px;
    height: 50px
}

.iconbox2-content {
    overflow: hidden;
    text-align: left
}

@media (max-width:991px) {
    .iconbox2-icon {
        float: none;
        margin: 0 auto 20px
    }

    .iconbox2-content,.iconbox2-icon {
        text-align: center
    }
}

.iconbox2-bg {
    opacity: 0;
    -webkit-transition: opacity .35s,-webkit-transform .35s;
    transition: opacity .35s,transform .35s
}

.iconbox2:hover .iconbox2-bg {
    opacity: 1
}

.photobox1 {
    clear: both;
    width: 100%;
    height: auto;
    cursor: default;
    margin-bottom: 20px
}

.photobox1 figure {
    float: left;
    width: 150px;
    height: 150px;
    margin: 0 30px 20px 0
}

.photobox1-content {
    background: 0 0;
    padding: 0;
    margin: 0;
    overflow: hidden
}

.photobox1-content h4 span {
    margin-left: 20px;
    font-weight: 400
}

.photobox2 {
    clear: both;
    position: relative;
    cursor: default;
    z-index: 1;
    margin-bottom: 20px
}

.photobox2 img {
    position: absolute;
    top: 35px;
    left: 0;
    margin: auto;
    width: 140px;
    height: 140px;
    z-index: 2;
    border-radius: 50%;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.photobox2:hover img {
    -moz-transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg)
}

.photobox2-content {
    margin-left: 70px;
    background: #fff;
    padding: 20px 20px 20px 90px;
    border: 5px solid #ddd;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.photobox2:hover .photobox2-content {
    border: 5px solid #f69b35
}

.process {
    margin: 0;
    padding: 0;
    border: 0
}

.process-1,.process-2,.process-3 {
    position: relative;
    width: 100%;
    height: 80px;
    padding: 20px 30px;
    margin: 0
}

.process-1,.process-2 {
    background: #555
}

.process-1 .triangle-right {
    position: absolute;
    top: 0;
    right: -20px;
    border-top: 40px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 40px solid transparent;
    border-left: 10px solid #555;
    width: 0;
    height: 0;
    -webkit-box-shadow: -1px 0 0 #555;
    box-shadow: -1px 0 0 #555
}

.process-2 .triangle-left {
    left: 0;
    border-left: 10px solid #fff;
    -webkit-box-shadow: -1px 0 0 #fff;
    box-shadow: -1px 0 0 #fff
}

.process-2 .triangle-left,.process-2 .triangle-right,.process-3 .triangle-left {
    position: absolute;
    top: 0;
    border-top: 40px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 40px solid transparent;
    width: 0;
    height: 0
}

.process-2 .triangle-right {
    right: -20px;
    border-left: 10px solid #555;
    -webkit-box-shadow: -1px 0 0 #555;
    box-shadow: -1px 0 0 #555
}

.process-3 {
    background: #f69b35
}

.process-3 .triangle-left {
    left: 0;
    border-left: 10px solid #fff;
    -webkit-box-shadow: -1px 0 0 #fff;
    box-shadow: -1px 0 0 #fff
}

.step {
    float: left;
    display: table;
    margin-right: 15px
}

.step span {
    font-size: 18px;
    line-height: 18px;
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid #fff;
    width: 40px;
    height: 40px;
    background: #999;
    background: rgba(255,255,255,.2)
}

.process-1 h3,.process-2 h3,.process-3 h3 {
    font-size: 20px;
    line-height: 40px;
    color: #fff;
    margin: 0;
    font-weight: 600
}

.process-1 p,.process-2 p,.process-3 p {
    color: #fff;
    font-size: 12px;
    line-height: 18px;
    margin: 0
}

.process-content {
    overflow: hidden;
    padding: 20px 30px;
    background: #fff;
    border: 1px solid #ddd;
    border-top: none;
    margin-bottom: 20px;
    border-radius: 0;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-box-shadow: 0 1px 0 rgba(255,255,255,.7);
    box-shadow: 0 1px 0 rgba(255,255,255,.7)
}

.process-content h4 i {
    font-size: 18px;
    color: #f69b35;
    margin-right: 10px
}

@media (max-width:991px) {
    .process-1 .triangle-right,.process-2 .triangle-left,.process-2 .triangle-right,.process-3 .triangle-left {
        display: none
    }
}

.course {
    position: relative;
    margin: 0 auto 20px
}

.tooltip-course,.tooltip-point {
    position: absolute
}

.tooltip-point {
    top: 50%;
    left: 50%;
    display: inline-block;
    font-size: 50px;
    line-height: 50px;
    color: #f69b35;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-transform: translate(-50%,-100%);
    -moz-transform: translate(-50%,-100%);
    transform: translate(-50%,-100%)
}

.tooltip-course:hover .tooltip-point {
    color: inherit;
    pointer-events: auto
}

.tooltip-content {
    position: absolute;
    left: 50%;
    bottom: 100%;
    width: 400px;
    min-height: 170px;
    text-align: left;
    background: #333;
    cursor: default;
    z-index: 350;
    box-shadow: 0 0 5px rgba(0,0,0,.2);
    opacity: 0;
    pointer-events: none
}

.tooltip-effect-4 .tooltip-content {
    -webkit-transform-origin: -115% 80%;
    transform-origin: -115% 80%;
    -webkit-transform: scale(.7,.1);
    transform: scale(.7,.1);
    -webkit-transition: opacity .2s,-webkit-transform .2s;
    transition: opacity .2s,transform .2s
}

.tooltip-course:hover .tooltip-content {
    opacity: 1;
    -webkit-transform: translate(-50%,-60px);
    -moz-transform: translate(-50%,-60px);
    transform: translate(-50%,-60px);
    pointer-events: auto
}

.tooltip-content::after {
    content: '';
    top: 100%;
    left: 50%;
    border: solid transparent;
    height: 0;
    width: 0;
    position: absolute;
    border-color: #333 transparent transparent;
    border-width: 10px;
    margin-left: -10px
}

.tooltip-content img {
    position: relative;
    width: 170px;
    height: 170px;
    display: block;
    float: left;
    margin-right: 20px
}

.tooltip-text {
    color: #fff;
    padding: 20px
}

.tooltip-text h5 {
    color: #fff;
    font-weight: 700
}

@media (max-width:991px) {
    .tooltip-content {
        width: 150px;
        min-height: 50px
    }

    .tooltip-content img {
        width: 150px;
        height: 150px;
        margin-bottom: 20px
    }

    .tooltip-text {
        display: inline-block
    }
}

.btn {
    position: relative;
    font-weight: 400!important;
    font-family: inherit;
    overflow: hidden;
    text-shadow: none;
    vertical-align: middle;
    z-index: 1;
    margin-bottom: 10px;
    border: 0;
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    border-radius: 0;
    -webkit-backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s
}

.btn.active:focus,.btn:active:focus,.btn:focus {
    outline: 0
}

.btn:focus,.btn:hover {
    text-decoration: none;
    color: #fff!important;
    background: #555!important;
    -webkit-transition: .2s linear;
    -moz-transition: .2s linear;
    -ms-transition: .2s linear;
    -o-transition: .2s linear;
    transition: .2s linear;
    border-color: transparent
}

.btn.active,.btn:active {
    background-image: none;
    outline: 0;
    color: #fff!important;
    background-color: #555!important
}

.btn-white {
    color: #454545!important;
    background: #f5f5f5
}

.btn-gray {
    color: #fff!important;
    background: #999
}

.btn-black {
    color: #fff!important;
    background: #252525
}

.btn-rose {
    color: #fff!important;
    background: #c69
}

.btn-pink {
    color: #fff!important;
    background: #c6c
}

.btn-purple {
    color: #fff!important;
    background: #96c
}

.btn-indigo {
    color: #fff!important;
    background: #66c
}

.btn-blue {
    color: #fff!important;
    background: #69c
}

.btn-aqua {
    color: #fff!important;
    background: #6cc
}

.btn-emerald {
    color: #fff!important;
    background: #6c9
}

.btn-green {
    color: #fff!important;
    background: #6c6
}

.btn-olive {
    color: #fff!important;
    background: #9c6
}

.btn-yellow {
    color: #fff!important;
    background: #cc6
}

.btn-orange {
    color: #fff!important;
    background: #c96
}

.btn-red {
    color: #fff!important;
    background: #c66
}

.btn-theme {
    color: #fff!important;
    background: #f69b35
}

.btn span {
    margin-right: 30px
}

.btn span i {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background: rgba(0,0,0,.1);
    padding: 10px;
    line-height: 1!important
}

.btn.btn-white span i {
    color: #252525
}

.btn.btn-black span i {
    background: rgba(255,255,255,.1)
}

.btn.btn-lg span {
    margin-right: 40px
}

.btn.btn-sm span {
    margin-right: 25px
}

.btn.btn-xs span {
    margin-right: 20px
}

.btn.btn-lg span i {
    padding: 14px
}

.btn.btn-sm span i {
    padding: 8px
}

.btn.btn-xs span i {
    padding: 4px
}

.text-gray {
    color: #999
}

.text-black {
    color: #252525
}

.text-rose {
    color: #c69
}

.text-pink {
    color: #c6c
}

.text-purple {
    color: #96c
}

.text-indigo {
    color: #66c
}

.text-blue {
    color: #69c
}

.text-aqua {
    color: #6cc
}

.text-emerald {
    color: #6c9
}

.text-green {
    color: #6c6
}

.text-olive {
    color: #9c6
}

.text-yellow {
    color: #cc6
}

.text-orange {
    color: #c96
}

.text-red {
    color: #c66
}

.text-theme {
    color: #f69b35
}

.highlight-white {
    background: #fff;
    padding: 1px 5px
}

.highlight-white,.highlight-white a {
    color: inherit!important
}

.highlight-gray {
    background: #999;
    padding: 1px 5px;
    color: #fff
}

.highlight-black {
    background: #252525;
    padding: 1px 5px;
    color: #fff
}

.highlight-rose {
    background: #c69;
    padding: 1px 5px;
    color: #fff
}

.highlight-pink {
    background: #c6c;
    padding: 1px 5px;
    color: #fff
}

.highlight-purple {
    background: #96c;
    padding: 1px 5px;
    color: #fff
}

.highlight-indigo {
    background: #66c;
    padding: 1px 5px;
    color: #fff
}

.highlight-blue {
    background: #69c;
    padding: 1px 5px;
    color: #fff
}

.highlight-aqua {
    background: #6cc;
    padding: 1px 5px;
    color: #fff
}

.highlight-emerald {
    background: #6c9;
    padding: 1px 5px;
    color: #fff
}

.highlight-green {
    background: #6c6;
    padding: 1px 5px;
    color: #fff
}

.highlight-olive {
    background: #9c6;
    padding: 1px 5px;
    color: #fff
}

.highlight-yellow {
    background: #cc6;
    padding: 1px 5px;
    color: #fff
}

.highlight-orange {
    background: #c96;
    padding: 1px 5px;
    color: #fff
}

.highlight-red {
    background: #c66;
    padding: 1px 5px;
    color: #fff
}

.highlight-theme {
    background: #f69b35;
    padding: 1px 5px;
    color: #fff
}

.effect-phoebe {
    position: relative;
    float: left;
    overflow: hidden;
    text-align: center;
    cursor: pointer;
    margin: 0;
    background: none;
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%;
    background: #2d3640;
}

.effect-phoebe:before {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	background: rgba(45, 54, 64, 0.9);
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
	border-left: 3px solid #fff;
	border-right: 3px solid #fff;
	content: '';
}

.effect-phoebe:hover:before {
	background: rgba(45, 54, 64, 0);
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
}

.effect-phoebe img {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    opacity: 1;
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -o-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.effect-phoebe:hover img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    opacity: .5
}

.effect-phoebe figcaption {
    color: #fff;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.effect-phoebe figcaption::after,.effect-phoebe figcaption::before {
    pointer-events: none
}

.effect-phoebe figcaption,.effect-phoebe figcaption>a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.effect-phoebe figcaption>a {
    z-index: 1000;
    text-indent: 0;
    white-space: nowrap;
    font-size: 0;
    opacity: 0
}

.effect-phoebe:hover figcaption::before {
    opacity: .7;
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1)
}

.effect-phoebe a {
    display: flex;
    align-items: center;
    text-align: left;
    color: #fff;
    font-size: 30px;
    position: relative;
    text-decoration: none;
    -webkit-transition: opacity .35s,-webkit-transform .35s;
    transition: opacity .35s,transform .35s
}

.effect-phoebe a:first-child {
    -webkit-transform: translate3d(0,-10px,0);
    transform: translate3d(0,-10px,0)
}

.effect-phoebe a:nth-child(2) {
    -webkit-transform: translate3d(0,-10px,0);
    transform: translate3d(0,-10px,0)
}

.effect-phoebe:hover a {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

.effect-phoebe a > .title {
	font-size: 52px;
	font-weight: 700;
	padding: 30px 50px;
}
.effect-phoebe a > .title > span {
	display: block;
	font-size: 24px;
	color: #fff;
}
.effect-phoebe a > .title > small {
	display: block;
	font-size: 14px;
	font-weight: 400;
	font-style: italic;
	color: #fff;
}

.effect-8 {
    position: relative;
    z-index: 1;
    display: inline-block;
    cursor: pointer;
    background: rgba(255,255,255,.1);
    -webkit-transition: -webkit-transform ease-out .1s,background .2s;
    -moz-transition: -moz-transform ease-out .1s,background .2s;
    transition: transform ease-out .1s,background .2s
}

.effect-8:after {
    position: absolute;
    width: 100%;
    height: 100%;
    content: '';
    border-radius: 50%;
    pointer-events: none;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    top: 0;
    left: 0;
    padding: 0;
    z-index: -1;
    box-shadow: 0 0 0 2px rgba(255,255,255,.1);
    opacity: 0
}

.effect-8:hover {
    background: rgba(255,255,255,.05);
    color: #fff
}

.effect-8:hover:after {
    -webkit-animation: sonarEffect 1.3s ease-out 75ms;
    -moz-animation: sonarEffect 1.3s ease-out 75ms;
    animation: sonarEffect 1.3s ease-out 75ms
}

.pricing-table {
    position: relative;
    background: #fff;
    border: 1px solid #ddd;
    text-align: center;
    margin-bottom: 20px;
    border-radius: 0
}

.pricing-table ul {
    list-style: none;
    padding: 0
}

.pricing-table ul li {
    padding: 15px 0;
    border-bottom: 1px solid #e9e9e9;
    border-bottom: 1px solid rgba(0,0,0,.1)
}

.pricing-table ul li:nth-child(even) {
    background: #fdfdfd
}

.plan,.price {
    position: relative;
    font-family: inherit;
    font-weight: 700;
    border-bottom: 1px solid rgba(0,0,0,.1)
}

.plan {
    background: #fdfdfd;
    font-size: 20px;
    color: inherit;
    padding: 10px 0
}

.price {
    font-size: 40px;
    color: #fff;
    padding: 20px;
    background: #333
}

.price:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    border-top: 5px solid #fdfdfd;
    border-right: 50px solid transparent;
    border-left: 50px solid transparent;
    border-bottom: 5px solid transparent;
    width: 0;
    height: 0;
    -webkit-box-shadow: 0 -1px 0 #fdfdfd;
    box-shadow: 0 -1px 0 #fdfdfd
}

.price span {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    margin-right: 5px
}

.price strong span {
    font-size: 13px;
    font-weight: 500;
    color: #fff;
    margin-left: 5px
}

.sign-up {
    display: block;
    cursor: pointer;
    vertical-align: middle;
    padding: 20px 0 30px
}

.sign-up i {
    margin-right: 10px
}

@media (min-width:992px) {
    .pricing-table {
        margin-right: -16px;
        margin-left: -16px
    }

    .popular {
        position: relative;
        z-index: 205;
        margin-top: -20px;
        border-left: none!important;
        border-right: none!important;
        -webkit-box-shadow: 0 0 10px 4px rgba(0,0,0,.1);
        box-shadow: 0 0 10px 4px rgba(0,0,0,.1)
    }

    .popular .sign-up {
        padding: 40px 0 50px
    }
}

.pricing-table ul li i {
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px
}

.pricing-table .fa-circle-o {
    color: #60bf60
}

.pricing-table .fa-close {
    color: #bf6060
}

.price-white,.price-white span {
    background: #fafafa;
    color: inherit
}

.price-gray {
    background: #999
}

.price-black {
    background: #252525
}

.price-rose {
    background: #c69
}

.price-pink {
    background: #c6c
}

.price-purple {
    background: #96c
}

.price-indigo {
    background: #66c
}

.price-blue {
    background: #69c
}

.price-aqua {
    background: #6cc
}

.price-emerald {
    background: #6c9
}

.price-green {
    background: #6c6
}

.price-olive {
    background: #9c6
}

.price-yellow {
    background: #cc6
}

.price-orange {
    background: #c96
}

.price-red {
    background: #c66
}

.price-theme {
    background: #f69b35
}

.delay1 {
    -webkit-animation-delay: .1s;
    -moz-animation-delay: .1s;
    animation-delay: .1s
}

.delay2 {
    -webkit-animation-delay: .2s;
    -moz-animation-delay: .2s;
    animation-delay: .2s
}

.delay3 {
    -webkit-animation-delay: .3s;
    -moz-animation-delay: .3s;
    animation-delay: .3s
}

.delay4 {
    -webkit-animation-delay: .4s;
    -moz-animation-delay: .4s;
    animation-delay: .4s
}

.delay5 {
    -webkit-animation-delay: .5s;
    -moz-animation-delay: .5s;
    animation-delay: .5s
}

.delay6 {
    -webkit-animation-delay: .6s;
    -moz-animation-delay: .6s;
    animation-delay: .6s
}

.delay7 {
    -webkit-animation-delay: .7s;
    -moz-animation-delay: .7s;
    animation-delay: .7s
}

.delay8 {
    -webkit-animation-delay: .8s;
    -moz-animation-delay: .8s;
    animation-delay: .8s
}

.delay9 {
    -webkit-animation-delay: .9s;
    -moz-animation-delay: .9s;
    animation-delay: .9s
}

.delay10 {
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    animation-delay: 1s
}

.delay11 {
    -webkit-animation-delay: 1.1s;
    -moz-animation-delay: 1.1s;
    animation-delay: 1.1s
}

.delay12 {
    -webkit-animation-delay: 1.2s;
    -moz-animation-delay: 1.2s;
    animation-delay: 1.2s
}

.delay13 {
    -webkit-animation-delay: 1.3s;
    -moz-animation-delay: 1.3s;
    animation-delay: 1.3s
}

.delay14 {
    -webkit-animation-delay: 1.4s;
    -moz-animation-delay: 1.4s;
    animation-delay: 1.4s
}

.delay15 {
    -webkit-animation-delay: 1.5s;
    -moz-animation-delay: 1.5s;
    animation-delay: 1.5s
}

.delay16 {
    -webkit-animation-delay: 1.6s;
    -moz-animation-delay: 1.6s;
    animation-delay: 1.6s
}

.delay17 {
    -webkit-animation-delay: 1.7s;
    -moz-animation-delay: 1.7s;
    animation-delay: 1.7s
}

.delay18 {
    -webkit-animation-delay: 1.8s;
    -moz-animation-delay: 1.8s;
    animation-delay: 1.8s
}

.delay19 {
    -webkit-animation-delay: 1.9s;
    -moz-animation-delay: 1.9s;
    animation-delay: 1.9s
}

.delay20 {
    -webkit-animation-delay: 2s;
    -moz-animation-delay: 2s;
    animation-delay: 2s
}

.delay21 {
    -webkit-animation-delay: 2.1s;
    -moz-animation-delay: 2.1s;
    animation-delay: 2.1s
}

.delay22 {
    -webkit-animation-delay: 2.2s;
    -moz-animation-delay: 2.2s;
    animation-delay: 2.2s
}

.delay23 {
    -webkit-animation-delay: 2.3s;
    -moz-animation-delay: 2.3s;
    animation-delay: 2.3s
}

.delay24 {
    -webkit-animation-delay: 2.4s;
    -moz-animation-delay: 2.4s;
    animation-delay: 2.4s
}

.delay25 {
    -webkit-animation-delay: 2.5s;
    -moz-animation-delay: 2.5s;
    animation-delay: 2.5s
}

.delay26 {
    -webkit-animation-delay: 2.6s;
    -moz-animation-delay: 2.6s;
    animation-delay: 2.6s
}

.delay27 {
    -webkit-animation-delay: 2.7s;
    -moz-animation-delay: 2.7s;
    animation-delay: 2.7s
}

.delay28 {
    -webkit-animation-delay: 2.8s;
    -moz-animation-delay: 2.8s;
    animation-delay: 2.8s
}

.delay29 {
    -webkit-animation-delay: 2.9s;
    -moz-animation-delay: 2.9s;
    animation-delay: 2.9s
}

.delay30 {
    -webkit-animation-delay: 3s;
    -moz-animation-delay: 3s;
    animation-delay: 3s
}

.text-white,.text-white .subtitle,.text-white .testimonial p,.text-white .testimonial:after,.text-white .testimonial:before,.text-white h1,.text-white h2,.text-white h3,.text-white h4,.text-white h5,.text-white h6,.text-white p,.text-white ul li,.text-white ul li a,.text-white ul li i {
    color: #fff!important
}

.wrapper-graybg {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-height: 100px;
    padding-top: 100px;
    padding-bottom: 100px;
    border: 0
}

.wrapper-graybg .process-2 .triangle-left,.wrapper-graybg .process-3 .triangle-left {
    border-left: 15px solid #f2fbff;
    -webkit-box-shadow: -1px 0 0 #f2fbff;
    box-shadow: -1px 0 0 #f2fbff
}

.wrapper-graybg .panel-title>a.collapsed,.wrapper-graybg .toggle-container h4 {
    background: #fff
}

.wrapper-graybg,.wrapper-graybg .divider-icon i,.wrapper-graybg .titleline-icon:after {
    background: #f2fbff
}

.wrapper-graybg .skillbar {
    background-color: #fff
}

.parallax-black,.parallax-theme,.parallax-white {
    background-image: url(../images/features/parallax-black.jpg);
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative
}

.parallax-theme,.parallax-white {
    background-image: url(../images/features/parallax-white.jpg)
}

.parallax-theme {
    background-image: url(../images/features/parallax-theme.jpg)
}

.parallax-overlay-black {
    background: #000;
    background: rgba(0,0,0,.7);
    color: #fff!important
}

.parallax-overlay-black,.parallax-overlay-theme,.parallax-overlay-white {
    width: 100%;
    height: 100%;
    padding: 100px 20px;
    vertical-align: middle
}

.parallax-overlay-white {
    background: #fff;
    background: rgba(255,255,255,.7);
    color: inherit
}

.parallax-overlay-theme {
    background: #f69b35;
    background: rgba(102,170,204,.7);
    color: #fff
}

@media (max-width:991px) {
    .parallax .btn {
        margin-bottom: 0
    }
}

.parallax-black .contentbox,.parallax-black .iconbox1,.parallax-black .iconbox2,.parallax-black .panel-group a,.parallax-black .panel-group p,.parallax-black .photo-title2,.parallax-black .photobox2,.parallax-black .pricing-table,.parallax-black .process-content p,.parallax-black .tab-container a,.parallax-black .tab-container p,.parallax-black .tab-side-container a,.parallax-black .tab-side-container p,.parallax-black .team,.parallax-black .team p,.parallax-black .toggle-container a,.parallax-black .toggle-container p,.parallax-theme .contentbox,.parallax-theme .iconbox1,.parallax-theme .iconbox2,.parallax-theme .panel-group a,.parallax-theme .panel-group p,.parallax-theme .photo-title2,.parallax-theme .photobox2,.parallax-theme .pricing-table,.parallax-theme .process-content p,.parallax-theme .tab-container a,.parallax-theme .tab-container p,.parallax-theme .tab-side-container a,.parallax-theme .tab-side-container p,.parallax-theme .team,.parallax-theme .team p,.parallax-theme .toggle-container a,.parallax-theme .toggle-container p {
    color: #475766!important
}

.parallax-black .panel-group h4,.parallax-black .process-content h4,.parallax-black .tab-container h4,.parallax-black .tab-side-container h4,.parallax-black .toggle-container h4,.parallax-theme .panel-group h4,.parallax-theme .process-content h4,.parallax-theme .tab-container h4,.parallax-theme .tab-side-container h4,.parallax-theme .toggle-container h4 {
    color: #36414d!important
}

.parallax-overlay-black .process-2 .triangle-left,.parallax-overlay-black .process-3 .triangle-left,.parallax-overlay-theme .process-2 .triangle-left,.parallax-overlay-theme .process-3 .triangle-left,.parallax-overlay-white .process-2 .triangle-left,.parallax-overlay-white .process-3 .triangle-left {
    border-left: 15px solid transparent;
    box-shadow: none
}

.parallax-overlay-black .divider-icon i,.parallax-overlay-black .titleline-icon:after,.parallax-overlay-theme .divider-icon i,.parallax-overlay-theme .titleline-icon:after {
    background: 0 0;
    color: #fff
}

.parallax-overlay-black .titleline-icon,.parallax-overlay-theme .titleline-icon {
    border-top: 1px solid #fff
}

.parallax-overlay-black .testimonial,.parallax-overlay-theme .testimonial {
    background: 0 0;
    border: 0;
    box-shadow: none
}

.parallax-overlay-black .testimonial-author:after,.parallax-overlay-theme .testimonial-author:after {
    display: none
}

.parallax-overlay-white .divider-icon i,.parallax-overlay-white .titleline-icon:after {
    background: 0 0
}

.widebox-black,.widebox-gray,.widebox-white {
    background-image: url(../images/features/widebox-black.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    margin: 0;
    padding: 0;
    position: relative
}

.widebox-gray,.widebox-white {
    background-image: url(../images/features/widebox-white.jpg)
}

.widebox-gray {
    background-image: url(../images/features/widebox-gray.jpg)
}

.absolute-left,.absolute-right {
    position: absolute;
    bottom: 0;
    z-index: 5
}

.absolute-right {
    right: 100px
}

.absolute-left {
    left: 100px
}

.absolute-left img,.absolute-right img {
    max-width: 100%;
    height: auto
}

@media (max-width:991px) {
    .absolute-left img,.absolute-right img {
        display: none
    }

    .widebox-black .col-md-1,.widebox-black .col-md-10,.widebox-black .col-md-11,.widebox-black .col-md-12,.widebox-black .col-md-2,.widebox-black .col-md-3,.widebox-black .col-md-4,.widebox-black .col-md-5,.widebox-black .col-md-6,.widebox-black .col-md-7,.widebox-black .col-md-8,.widebox-black .col-md-9,.widebox-gray .col-md-1,.widebox-gray .col-md-10,.widebox-gray .col-md-11,.widebox-gray .col-md-12,.widebox-gray .col-md-2,.widebox-gray .col-md-3,.widebox-gray .col-md-4,.widebox-gray .col-md-5,.widebox-gray .col-md-6,.widebox-gray .col-md-7,.widebox-gray .col-md-8,.widebox-gray .col-md-9,.widebox-white .col-md-1,.widebox-white .col-md-10,.widebox-white .col-md-11,.widebox-white .col-md-12,.widebox-white .col-md-2,.widebox-white .col-md-3,.widebox-white .col-md-4,.widebox-white .col-md-5,.widebox-white .col-md-6,.widebox-white .col-md-7,.widebox-white .col-md-8,.widebox-white .col-md-9 {
        margin-bottom: 0!important
    }
}

.widebox-black-content {
    padding: 100px 50px;
    background: #333;
    color: #ddd
}

.widebox-white-content {
    padding: 100px 50px;
    background: #fff
}

.widebox-gray-content {
    padding: 100px 50px;
    background: #f2fbff
}

.widebox-black-content .contentbox,.widebox-black-content .iconbox1,.widebox-black-content .iconbox2,.widebox-black-content .panel-group a,.widebox-black-content .panel-group p,.widebox-black-content .photo-title2,.widebox-black-content .photobox2,.widebox-black-content .pricing-table,.widebox-black-content .process-content p,.widebox-black-content .tab-container a,.widebox-black-content .tab-container p,.widebox-black-content .tab-side-container a,.widebox-black-content .tab-side-container p,.widebox-black-content .team,.widebox-black-content .team p,.widebox-black-content .testimonial,.widebox-black-content .testimonial p,.widebox-black-content .toggle-container a,.widebox-black-content .toggle-container p {
    color: #666!important
}

.widebox-black-content .panel-group h4,.widebox-black-content .process-content h4,.widebox-black-content .tab-container h4,.widebox-black-content .tab-side-container h4,.widebox-black-content .toggle-container h4 {
    color: #454545!important
}

.widebox-black-content .process-2 .triangle-left,.widebox-black-content .process-3 .triangle-left {
    border-left: 15px solid #333;
    -webkit-box-shadow: -1px 0 0 #333;
    box-shadow: -1px 0 0 #333
}

.widebox-black-content .divider-icon i {
    background: #333;
    color: #ddd
}

.widebox-black-content .titleline-icon {
    border-top: 1px solid #f69b35
}

.widebox-black-content .titleline-icon:after {
    background: #333;
    color: #f69b35
}

.widebox-gray-content .process-2 .triangle-left,.widebox-gray-content .process-3 .triangle-left {
    border-left: 15px solid #f2fbff;
    -webkit-box-shadow: -1px 0 0 #f2fbff;
    box-shadow: -1px 0 0 #f2fbff
}

.widebox-gray-content .divider-icon i,.widebox-gray-content .titleline-icon:after {
    background: #f2fbff
}

.rw-words {
    display: inline;
    text-indent: 10px
}

.rw-words-1 span {
    position: absolute;
    opacity: 0;
    overflow: hidden;
    color: #36414d;
    -webkit-animation: rotateWord 18s linear infinite 0s;
    -ms-animation: rotateWord 18s linear infinite 0s;
    animation: rotateWord 18s linear infinite 0s
}

.rw-words-1 span:nth-child(2) {
    -webkit-animation-delay: 3s;
    -ms-animation-delay: 3s;
    animation-delay: 3s;
    color: #36414d
}

.rw-words-1 span:nth-child(3) {
    -webkit-animation-delay: 6s;
    -ms-animation-delay: 6s;
    animation-delay: 6s;
    color: #36414d
}

.rw-words-1 span:nth-child(4) {
    -webkit-animation-delay: 9s;
    -ms-animation-delay: 9s;
    animation-delay: 9s;
    color: #36414d
}

.rw-words-1 span:nth-child(5) {
    -webkit-animation-delay: 12s;
    -ms-animation-delay: 12s;
    animation-delay: 12s;
    color: #36414d
}

.rw-words-1 span:nth-child(6) {
    -webkit-animation-delay: 15s;
    -ms-animation-delay: 15s;
    animation-delay: 15s;
    color: #36414d
}

.footform input[type=email],.footform textarea {
    width: 100%;
    display: block;
    background-color: #2d3640;
    border: 1px solid #fff;
    padding: 5px 8px;
    margin-bottom: 10px;
    resize: none
}

#mailmess,.footform input[type=submit] {
    background-color: #fff;
    color: #2d3640;
    font-weight: 700;
    border: 0;
    padding: 5px 23px;
    width: 100%
}

#mailmess {
    position: fixed;
    width: 300px;
    left: 50%;
    top: 42%;
    margin-left: -150px;
    z-index: 999;
    color: #fff;
    background-color: #2d3640;
    text-align: center;
    font-size: 16px;
    padding: 10px 20px;
    border-radius: 10px;
    border: 1px solid #fff
}

.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
	padding-right: 0;
	padding-left: 0;
}

.row.no-gutters > [class^="col-"]:first-child,
.row.no-gutters > [class*=" col-"]:first-child {
	padding-left: 15px;
}

.row.no-gutters > [class^="col-"]:last-child,
.row.no-gutters > [class*=" col-"]:last-child {
	padding-right: 15px;
}

.fa-gray {
	color: #b8b8b8 !important;
}

.rev_slider {
    line-height: 1;
}

.slider-layer {
	z-index: 10;
}

.layer-uppercase {
	text-transform: uppercase;
}

.layer-btn {
	display: inline-block;
	position: relative;
	background: #f69b35;
	padding-left: 54px;
    text-shadow: none;
    vertical-align: middle;
    z-index: 1;
    margin-bottom: 10px;
    border: 0;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    border-radius: 0;
    -webkit-backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.layer-btn:before {
	display: inline-block;
	min-width: 44px;
	height: 100%;
	background: #fff;
	position: absolute;
	left: 0;
	top: 0;
	font-family: 'Font Awesome 5 Free';
	font-size: 2em;
	font-weight: 900;
	line-height: 44px;
	text-align: center;
	color: #f69b35;
	content: '\f105';
}

.layer-btn:after {
	display: inline-block;
	min-width: 20px;
	height: 100%;
	background: #f69b35;
	position: absolute;
	left: 100%;
	top: 0;
	margin-left: -10px;
	transform: skew(-20deg);
	content: '';
}

.layer-btn:hover {
    text-decoration: none;
    color: #fff !important;
    background: #555 !important;
    -webkit-transition: .2s linear;
    -moz-transition: .2s linear;
    -ms-transition: .2s linear;
    -o-transition: .2s linear;
    transition: .2s linear;
    border-color: transparent;
}

.layer-btn:hover:after {
	background: #555 !important;
}

.layer-down {
	display: inline-block;
	position: relative;
	font-weight: 500;
	font-style: italic;
	background: #f69b35;
	padding: 30px 20px;
}

.layer-down:before {
	display: inline-block;
	width: 100%;
	height: 100%;
	background: #f69b35;
	position: absolute;
	left: -100%;
	top: 0;
	content: '';
}

.layer-down:after {
	display: inline-block;
	min-width: 50px;
	height: 100%;
	background: #f69b35;
	position: absolute;
	left: 100%;
	top: 0;
	margin-left: -20px;
	transform: skew(-20deg);
	content: '';
}

.text-center .img-responsive {
	margin: 0 auto;
}

.title {
	font-size: 60px;
	font-weight: 700;
	line-height: 1;
	color: #f69b35;
	text-transform: uppercase;
}

.title span {
	display: block;
	font-size: 46px;
	font-weight: 700;
	line-height: 1;
	color: #2d3640;
}

.content, .more {
	color: #000;
}

.more .text {
	display: none;
}

.more a {
	display: inline-block;
	position: relative;
	font-weight: 300;
	font-style: italic;
	color: #f69b35;
	text-decoration: none;
	padding: 0 0 10px;
	margin-top: 20px;
}

.more a:before {
	display: block;
	width: 200%;
	height: 3px;
	background: #f69b35;
	position: absolute;
	left: 0;
	bottom: 0;
	content: '';
}

.more a:hover {
	color: #2d3640
}

.more a:hover:before {
	background: #2d3640;
}

.project {
	display: flex;
	align-items: flex-end;
	position: relative;
	width: 100%;
	min-height: 310px;
	background: #f69b35;
	font-weight: 700;
	font-size: 36px;
	line-height: 1.2;
	color: #fff;
	padding: 20px 30px;
	border-left: 3px solid #fff;
	border-right: 3px solid #fff;
}

[class^="col-"]:first-child > .project,
[class*=" col-"]:first-child > .project {
	border-left: 6px solid #fff;
}

[class^="col-"]:last-child > .project,
[class*=" col-"]:last-child > .project {
	border-right: 6px solid #fff;
}

.project:before {
	position: absolute;
	left: 30px;
	top: 20px;
	content: '';
}

.project:after {
	position: absolute;
	right: 0;
	top: 0;
	padding: 0 30px;
	font-weight: 100;
	font-size: 112px;
	color: #fff;
	content: '';
}

.project.p1:before {
	width: 72px;
	height: 65px;
	background: url('../images/p1.png');
}

.project.p2:before {
	width: 85px;
	height: 92px;
	background: url('../images/p2.png');
}

.project.p3:before {
	width: 78px;
	height: 83px;
	background: url('../images/p3.png');
}

.project.p1:after {
	content: '01';
}

.project.p2:after {
	content: '02';
}

.project.p3:after {
	content: '03';
}

section {
	margin: 50px 0;
}

section#stronaglowna {
	margin: 0;
}

section#ofirmie {
	background: url('../images/o_firmie_bg.png') no-repeat left 50px center;
	-webkit-background-size: contain;
	background-size: contain;
}

section#oferta {
	background: #000 url('../images/projekty_bg.png') no-repeat center;
	-webkit-background-size: cover;
	background-size: cover;
}

section.passion .section-wrapper {
	background: #2d3640 url('../images/pasja_bg.png') no-repeat center;
	-webkit-background-size: cover;
	background-size: cover;
	padding: 60px 0;
}

section.passion .quote {
	font-size: 24px;
	font-weight: 400;
	font-style: italic;
	color: #fff;
}

section.passion .layer-down {
	width: 45%;
	color: #fff;
	margin-left: -15px;
	margin-right: -15px;
}
section.passion .layer-down .inner {
	padding-left: 0;
	padding-right: 0;
	font-size: 18px;
	font-weight: 500;
	font-style: italic;
}

section#realizacje .text {
	font-size: 14px;
}

section#realizacje .container-carousel {
	padding: 0;
}

section.clients {
	background: #f7f8f9;
	padding: 50px 0;
}

section.clients .clients-wrapper {
	padding: 0 60px;
	position: relative;
}

section.clients .clients-wrapper .owl-prev {
	left: -60px !important;
}

section.clients .clients-wrapper .owl-next {
	right: -60px !important;
}

section#kontakt input,
section#kontakt textarea {
	background: #fff;
	color: #000;
}

section#kontakt .layer-btn {
	font-size: 10px;
	color: #fff;
	height: 34px;
	padding-left: 64px;
	padding-right: 30px;
	-webkit-transition: none;
	transition: none;
}

section#kontakt .layer-btn:before {
	line-height: 38px;
}

section#kontakt footer:before {
	display: block;
	width: 65%;
	height: 50px;
	position: absolute;
	right: -20px;
	top: 0;
	background: #f69b35;
	-webkit-transform: skew(-20deg);
	transform: skew(-20deg);
	content: '';
}

.video-container .video-box video {
	display: none;
}
.video-container .video-box .video-poster {
	display: block;
	width: 100%;
	height: auto;
	max-width: 100%;
}

.video-container .video-box video {
	display: block;
}

.video-container .video-box .video-poster {
	display: none;
}

.video-container {
	width: 100%;
	max-height:900px;
	margin: auto;
	display: block;
	position: relative;
}

.video-container .video-box video {
	width: 100%;
}

@media (max-width:768px) {
	.title {
		font-size: 50px;
	}
	
	.title span {
		font-size: 36px;
	}
	
	.layer-btn {
		margin-top: -15px;
	}
	
	.layer-down {
		padding: 10px 15px;
	}
	
	.layer-down .visible-xs {
		line-height: 1.3 !important;
	}
	
	section.passion .container-down {
		padding: 0;
	}
	
	section.passion .layer-down {
		width: 100%;
		margin: 0;
	}
	
	section.passion .layer-down:before,
	section.passion .layer-down:after {
		display: none;
	}
	
	section.passion .layer-down .inner {
		text-align: center;
		font-size: 15px;
	}
	
	section#kontakt .layer-btn {
		margin-top: 0;
	}
	
	section#kontakt footer:before {
		display: none;
	}
	
	.effect-phoebe a > .title {
		font-size: 52px;
		font-weight: 700;
		padding: 30px 80px;
	}
}

@media (max-width:991px) {
	.row.no-gutters > [class^="col-"],
	.row.no-gutters > [class*=" col-"] {
		padding-right: 15px;
		padding-left: 15px;
	}
	
	.project {
		border: 0 !important;
	}
}

@media (max-width:1200px) {
	section#ofirmie {
		background: none !important;
	}
	
	section#oferta {
		background: #fff;
	}
	
	.project {
		font-size: 30px;
	}
}
