/*------------------------------------------------------------------
    Main Style Stylesheet
    Project:        ZAP | The Multi-Purpose HTML5 Template
    Version:        1.0
    Author:         M_Adnan
    Last change:    10/02/2015
    Primary use:    Creative, Coporate, Business, Portfolio, Personal
-------------------------------------------------------------------*/

/*------------------------------------------------------------------
body
 + WRAP
 + HEADER
 + NAVIGATION
 + BANNER
 + SERVICES
 + OUR FEATURED FOUNDERS
 + BLOG UPDATES
 + APPOINMENT
 + NEWS FROM BLOG
 + PARTNERS / CLIENTS
 + FOOTER
 + SOCIAL ICONS
 + MEGA MENU
 + 3 MENU LEVEL
-------------------------------------------------------------------*/
/*=======================================================
      IMPORT FILE
========================================================*/
@import url("../fonts/montserrat-fonts.css");
@import url("animate.css");
/*=======================================================
      THEME STYLING START
========================================================*/
* {
        margin: 0px;
        padding: 0px;
}
body {
        background: #FFF;
        font-weight: normal;
        position: relative;
        font-size: 14px;
        font-family: 'Montserrat', sans-serif;
}
/*=======================================================
      WRAPPER
========================================================*/
#wrap {
        position: relative;
        width: 100%;
        overflow: hidden;
}
/*=======================================================
      HEADINGS
========================================================*/
h1, h2, h3, h4, h5, h6 {
        font-weight: normal;
        color: #141414;
        font-family: 'Montserrat', sans-serif;
        font-weight: bold;
}
h1 {
        font-size: 42px;
}
h2 {
        font-size: 36px;
        font-weight: bold;
}
h3 {
        font-size: 30px;
}
h4 {
        font-size: 24px;
}
h5 {
        font-size: 18px;
}
h6 {
        font-size: 14px;
        font-weight: bold;
}
p {
        font-family: inherit;
        font-weight: 400;
        color: #4f4f4f;
        line-height: 30px;
        text-rendering: optimizeLegibility;
}
a {
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
        text-decoration: none !important;
        font-family: 'Montserrat', sans-serif;
}
img {
        -webkit-transition: 0.4s ease-in-out;
        -moz-transition: 0.4s ease-in-out;
        -ms-transition: 0.4s ease-in-out;
        -o-transition: 0.4s ease-in-out;
        transition: 0.4s ease-in-out;
        display: inline-block !important;
}
ul {
        margin-bottom: 0px;
}
li {
        list-style: none;
}
a {
        text-decoration: none;
        color: #141414;
}
.font-montserrat {
        font-family: 'Montserrat', sans-serif;
}
.font-crimson {
        font-family: 'Crimson Text', serif;
}
.font-montserrat {
        font-family: 'Montserrat', sans-serif;
}
.font-hair-line {
        font-family: 'montserrathairline';
}
.font-light {
        font-family: 'montserratlight';
}
.font-regular {
        font-family: 'montserratregular';
}
.font-extra-bold {
        font-family: 'montserratbold';
}
p.intro-small {
        font-style: italic;
        color: #f5f5f5;
        width: 80%;
        margin: 0 auto;
}
.text-transform-none {
        text-transform: none !important;
}
.text-white {
        color: #fff !important;
}
.text-bold {
        font-weight: bold !important;
}
.text-normal {
        font-weight: normal !important;
}
.font-12px {
        font-size: 12px !important;
}
.font-14px {
        font-size: 14px !important;
}
.font-16px {
        font-size: 16px !important;
}
.font-18px {
        font-size: 18px !important;
}
.font-20px {
        font-size: 20px !important;
}
.font-bold {
        font-weight: bold !important;
}
.font-normal {
        font-weight: normal !important;
}
.white-text {
        color: #fff !important;
}
.font-italic {
        font-style: italic;
}
.font-bold {
        font-weight: bold !important;
}
a:hover, a:focus {
        color: #f6b138;
}
.text-color-primary {
        color: #f6b138;
}
.border-bottom-1 {
        border-bottom: 1px solid #ededed;
}
.position-center-center {
        left: 50%;
        position: absolute;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
}
.dark-pattern {
        background: url(../images/portfolio/2/bg-parallax-1.png) repeat;
}
.white-bg {
        background: #fff;
}
.relative {
        position: relative;
}
.line-height-24 {
        line-height: 24px !important;
}
.dark-text p {
        color: #141414;
}
#cd-menu-trigger.dark span {
        background: #171717;
}
#cd-menu-trigger.dark.is-clicked .cd-menu-icon::before {
        background: #171717;
}
#cd-menu-trigger.dark.is-clicked .cd-menu-icon::after {
        background: #171717;
}
.is-sticky .sticky.dark-header {
        background: #202020;
}
/*=======================================================
      SECTION
========================================================*/
section {
        position: relative;
        overflow: hidden;
        width: 100%;
        background: #fff;
}

section1 {
        position: relative;
        overflow: hidden;
        width: 100%;
        background: #fff;
        opacity:0.5;
}
/*=======================================================
      HEADINGS
========================================================*/
.heading-block {
        margin-bottom: 50px;
        display: inline-block;
        width: 100%;

}
.heading-block h3 {
        font-size: 18px;
        text-transform: uppercase;
        margin-top: 0px;
        margin-bottom: 15px;
        font-weight: bold;
        letter-spacing: 3px;
}
.heading-block h2 {
        font-size: 24px;
        font-weight: bold;
        text-transform: uppercase;
}
.heading-block span {

        font-size: 14px;
        font-weight: 400;
        color: #6f6f6f;
        margin-top: 5px;
        display: inline-block;
        width: 100%;
        font-style: italic;
}
.heading-block h1 {
        text-transform: none;
        font-size: 60px;
}
.heading-block hr.color {
        height: 2px;
        width: 53px;
        background: #eeb013;
        border: none;
        margin: 20px auto;
        margin-bottom: 10px;
}
.heading-block.light span {
        color: #fff;
}
.heading-block.light h2 {
        color: #fff;
}
.heading-block.light h3 {
        color: #fff;
}
.heading-block.style-2 h2 {
        font-size: 48px;
        font-weight: normal;
}
.heading-block.style-3 h2 {
        font-size: 48px;
        letter-spacing: 0.5px;
        color: #141414;
        margin-top: 5px;
        margin-bottom: 20px;
}
.heading-block.style-3 h3 {
        color: #141414;
        font-size: 40px;
        letter-spacing: -2px;
        text-transform: none;
}
.heading-block.style-3 p {
        font-size: 13px;
        line-height: 30px;
        width: 75%;
        margin: 0 auto;
}
.heading-block.style-6 p {
        font-size: 18px;
        line-height: 30px;
        width: 80%;
        margin: 0 auto;
}
.heading-block.style-3 hr {
        height: 4px;
        width: 50px;
}
.heading-block.style-4 {
        width: 68%;
        margin: 0 auto;
        display: block;
}
.heading-block.style-6 span {
        width: 68%;
        margin: 0 auto;
        display: block;
}
.heading-block.style-4 h2 {
        font-style: italic;
        font-weight: bold;

        text-transform: none;
        font-size: 60px;
        color: #141414;
        letter-spacing: -2px;
        margin-top: 0px;
}
.heading-block.style-4 h4 {
        font-size: 48px;
        color: #141414;
        font-style: italic;
        font-weight: bold;
        font-family: 'Crimson Text', serif;
        text-transform: none;
        color: #141414;
        letter-spacing: 0px;
        margin-top: 0px;
}
.heading-block.style-4 h3 {
        font-style: italic;
        font-weight: bold;
        font-family: 'Crimson Text', serif;
        text-transform: none;
        font-size: 36px;
        color: #141414;
        letter-spacing: -2px;
        margin-top: 0px;
}
.heading-block.style-4 span {
        font-size: 20px;
}
.heading-block.style-4 hr {
}
.heading-block.style-5 h4 {
        letter-spacing: 3px;
}
.heading-block.style-5 p {
        font-size: 14px;

        width: 65%;
        margin: 0 auto;
        font-weight: 400;
}
.heading-block.style-6 span {
        font-size: 16px;
}
.heading-block.style-6 h4 {
        font-size: 24px;
        font-weight: normal;
        letter-spacing: 1px;
}
.heading-block h2.border {
        letter-spacing: 1px;
        padding: 15px 60px;
        border: 2px solid #ececec;
        display: inline-block;
        margin-top: 0px;
}
.heading-border h2 {
        font-size: 40px;
        display: inline-block;
        border: 4px solid #fff;
}
.heading-border h3 {
        font-size: 30px;
        display: inline-block;
        border: 2px solid rgba(255,255,255,0.5);
}
/*=======================================================
      SERVICES
========================================================*/
.services li {
        background: #f0f0f0;
}
.services li:nth-child(2) {
        background: #e7e7e7;
}
.services li .ser-inn {
        padding: 35px 35px;
}
.services li .ser-inn .gray-border {
        border-color: #c4c4c4;
}
.services li .ser-inn p {
        font-size: 14px;
}
.offer-services ul {
        text-align: center;
}
.offer-services ul li {
        float: none;
        display: inline-block;
}
.simple-ser h6 {
        margin-top: 30px;
        letter-spacing: 1px;
}
.simple-ser p {
        font-size: 13px;
        letter-spacing: 0px;
        line-height: 24px;
}
.services.full-pattrn {
}
.services.full-pattrn li {
        padding: 50px;
}
.services.full-pattrn li .ser-inn {
        padding: 0px;
}
.services.full-pattrn p {
        font-size: 13px;
        letter-spacing: 0px;
        line-height: 24px;
}
.services li:nth-child(1) {
        background: #a8a8a8;
}
.services li:nth-child(2) {
        background: #7e7e7e;
}
.services li:nth-child(3) {
        background: #696969;
}
.services li:nth-child(4) {
        background: #545454;
}
.services li:nth-child(5) {
        background: #f0f0f0;
}
.services li:nth-child(6) {
        background: #fafafa;
}
.services li:nth-child(7) {
        background: #fafafa;
}
.services li:nth-child(8) {
        background: #f0f0f0;
}
.services li:nth-child(9) {
        background: #fafafa;
}
.services.full-pattrn li .ser-inn .btn:hover {
        background: #fff;
        border: 2px solid #141414;
}
.have-sikills {
        padding-right: 35%;
}
.service-intro p {
        font-size: 16px;
}
hr.balck {
        background: #141414 !important;
        border-top: none;
        height: 1px;
        line-height: 1px;
}
hr.black {
        background: #141414 !important;
        border-top: none;
        height: 1px;
        line-height: 1px;
}
.float-none {
        float: none !important;
}
.services-coporate {
}
.services-coporate li {
        text-align: center;
}
.services-coporate li {
}
.services-coporate li h6 {
        margin: 20px 0;
}
.services-coporate li p {
        line-height: 24px;
}
.services-coporate li i {
        height: 57px;
        width: 57px;
        border-radius: 50%;
        border: 1px solid #ececec;
        line-height: 55px;
        font-size: 24px;
        margin-top: 30px;
}
.services-coporate li hr {
        width: 30px;
        margin: 10px auto;
        height: 2px;
        margin-bottom: 20px;
}
/*=======================================================
      DIVIDERS
========================================================*/
.divider {
        color: #e5e5e5;
        margin: 1.07143rem 0;
        overflow: hidden;
        position: relative;
        text-align: left;
        width: 100%;
}
.divider:after, .divider.divider-center:before, .divider.divider-center.divider-short:before {
        border-top: 1px solid rgba(20, 20, 20, 0.2);
        content: "";
        height: 0;
        left: 30px;
        position: absolute;
        top: 49%;
        width: 100%;
}
.divider.divider-very-short:after, .divider.divider-very-short:before {
        width: 5rem !important;
}
.divider.divider-right {
        text-align: right;
}
.divider.divider-right:after {
        left: auto;
        right: 30px;
}
.divider.divider-short:after {
        width: 30%;
}
.divider.divider-center {
        text-align: center;
}
.divider.divider-center:before {
        left: -50% !important;
        margin-left: -20px;
        right: 0;
}
.divider.divider-center:after {
        left: 50% !important;
        margin-left: 20px;
        right: 0;
}
.divider.divider-center.divider-short:before {
        left: auto !important;
        margin-right: 30px;
        right: 50%;
        width: 8%;
}
.divider.divider-center.divider-short:after {
        left: 50% !important;
        margin-left: 30px;
        right: auto !important;
        width: 8%;
}
.divider .i-div {
        display: inline-block !important;
        font-size: 18px;
        height: 18px;
        line-height: 1;
        position: relative;
        text-align: center;
        width: 18px;
}
/*=======================================================
      BUTTON
========================================================*/
.btn {
        background: #eeb013;
        display: inline-block;
        font-size: 12px;
        text-transform: uppercase;
        padding: 10px 50px;
        font-weight: bold;
        border-radius: 0px;
        letter-spacing: 1px;
        color: #141414;
        position: relative;
        overflow: hidden;
}
.btn.btn-small {
        padding: 10px 30px;
}
.btn.btn-med {
        padding: 15px 60px;
}
.btn.btn-large {
        padding: 20px 60px;
        font-size: 14px;
}
.btn.btn-x-large {
        padding: 20px 60px;
        font-size: 14px;
}
.btn.btn-color {
        background: #eeb013;
        color: #fff;
}
.btn.btn-color:hover {
        background: #141414;
        color: #fff;
}
.btn.gray-border {
        background: none;
        border: 2px solid #ececec;
}
.btn.gray-border:hover {
        background: #ececec;
}
.btn.dark-border {
        background: none;
        border: 1px solid #141414;
}
.btn.dark-border:hover {
        color: #fff;
        background: #141414;
}
.btn.gary {
        background: #909090;
        color: #fff;
}
.btn.gary:hover {
        background: #6d6d6d;
}
.btn.dark {
        background: #141414;
        color: #fff;
        border: 2px solid #141414;
}
.btn.dark:hover {
        background: none;
        color: #141414;
        border: 2px solid #141414;
}
.btn.radius {
        border-radius: 4px;
}
.btn-icon {
        font-size: 18px;
        padding: 0px;
        display: inline-block;
        height: 60px;
        position: relative;
        overflow: hidden;
        line-height: 58px;
        padding-left: 25px;
}
.btn-icon i {
        background: rgba(0,0,0,0.1);
        float: right;
        height: 60px;
        line-height: 58px;
        margin-left: 25px;
        padding: 0 15px;
}
.btn-icon.dark i {
        background: none;
}
.btn.blue {
        background: #6b97c5;
}
.btn.orange {
        background: #e86211;
}
.btn.light-green {
        background: #42d4c8;
}
.btn.blue-2 {
        background: #2ba4c7;
}
.btn.green {
        background: #8da263;
}
.btn.light-purple {
        background: #ad8bbf;
}
.btn.purple {
        background: #cb457b;
}
.btn.pink-dark {
        background: #e14260;
}
.btn.btn-white {
        background: #fff;
        padding: 15px 40px;
        color: #333 !important;
        border: 2px solid #fff;
        margin: 0 15px;
}
.btn.btn-white:hover {
        background: none;
        color: #fff !important;
}
.btn.btn-white.btn-1 {
        background: none;
        border: 2px solid #fff;
        color: #fff !important;
}
.btn.btn-white.btn-1:hover {
        background: #fff;
        color: #333 !important;
}
.right {
        float: right;
}
/*=======================================================
      TOP BAR
========================================================*/
.top-bar {
        background: #ececec;
        height: 43px;
}
.top-bar p {
        font-size: 11px;
        letter-spacing: 1px;
        line-height: 43px;
        margin: 0px;
}
.top-bar ul li {
        display: inline-block;
}
.top-bar .social-top a {
        line-height: 43px;
        color: #909090;
        font-size: 11px;
        margin: 0 5px;
}
/*=======================================================
      HEADER
========================================================*/
header {
        display: inline-block;
        position: absolute;
        width: 100%;
        z-index: 999;
        margin-top: 80px;
}
header .logo {
        float: left;
        position: absolute;
        text-align: left;
        z-index: 9999;
        margin-top: 5px;
}
header nav {
        display: inline-block;
        width: 100%;
        float: right;
        position: relative;
        z-index: 999;
        min-height: 50px;
        text-align: right;
}
header nav li a {
        padding: 16px 0px;
        padding-bottom: 24px;
        margin: 0;
        margin-top: 1px;
        border-color: transparent;
        text-decoration: none;
        line-height: 20px;
        text-transform: uppercase;
        color: #fff;
        letter-spacing: 2px;
        float: left;
        font-size: 13px;
        font-weight: normal;
        position: relative;
        border-bottom: 2px solid #fff;
        border-color: transparent;
}
header.dark-text nav .ownmenu li a {
        color: #141414;
}
header nav .ownmenu li {
        padding: 0 15px;
}
header nav li a:hover {
        color: #fff;
}
header nav li.active a {
        color: #fff;
        border-bottom: 2px solid #eeb013;
        border-color: transparent;
}
header nav li.active a:after {
        width: 100%;
}
header nav li a:hover:after {
        width: 100%;
}
header nav li a:after {
        display: block;
        position: absolute;
        left: 0;
        bottom: -2px;
        width: 0;
        height: 4px;
        background-color: #efb21a;
        content: "";
        -webkit-transition: all 0.2s;
        -moz-transition: all 0.2s;
        -o-transition: all 0.2s;
        transition: all 0.2s;
}
header .ownmenu li.active .dropdown a:after {
        opacity: 0;
}
header .ownmenu li.active .dropdown a:hover:after {
        opacity: 1;
}
header nav li .dropdown a:after {
        height: 1px;
        bottom: -1px;
}
header .ownmenu li .dropdown a:hover:after {
}
header nav li .megamenu a:after {
        height: 1px;
        bottom: -1px;
}
header .ownmenu ul.dropdown {
        padding-bottom: 0px;
        background: #141414;
        padding: 20px 35px;
}
header .ownmenu ul.dropdown li a {
        text-transform: uppercase;
        border: none !important;
        line-height: 20px;
        background: none;
        color: #cfcfcf !important;
        font-size: 12px;
        display: inline-block;
        width: 100%;
        font-weight: normal;
        letter-spacing: 0px;
        padding-right: 0px;
        text-align: left;
        padding: 7px 0px;
}
header .ownmenu ul.dropdown li a:hover {
        color: #e4a913 !important;
        background: none;
}
header .ownmenu li > .megamenu li a:hover {
        color: #e4a913 !important;
}
header .ownmenu li > .megamenu li a {
        text-transform: uppercase;
        border: none !important;
        line-height: 40px;
        background: none;
        color: #6f6f6f !important;
        font-size: 12px;
        display: inline-block;
        width: 100%;
        font-weight: normal;
        letter-spacing: 0px;
        padding-right: 0px;
        text-align: left;
        padding: 0px;
}
header ul.dropdown {
}
header .ownmenu .megamenu hr {
        width: 23px;
        height: 3px;
        background: #eeb013;
        margin: 15px 0px;
        border: none;
        display: inline-block;
}
header ul.dropdown li {
        padding: 0px;
}
header ul.dropdown li:hover {
        background: none
}
header .ownmenu .megamenu h6 {
        color: #fff;
        font-size: 12px;
        font-weight: normal;
        text-transform: uppercase;
        margin-top: 0px;
}
header .ownmenu .megamenu img {
        width: auto;
        margin-top: -1px;
}
header .ownmenu > li > .megamenu.full-width {
        background: #141414;
        padding: 50px;
        padding-bottom: 40px;
}
header .ownmenu > li > .megamenu.full-width li {
        text-align: left;
}
header nav .ownmenu .indicator {
        margin-left: 5px;
        display: none;
}
header .language {
        float: left;
}
header .language a {
        font-size: 10px;
        color: #ffffff;
        margin-right: 10px;
        display: inline-block;
}
.home-6-style header .language a {
        color: #fff;
}
header .language a:hover {
        color: #af5875;
}
header .language a.active {
        color: #af5875;
}
header .bootstrap-select.btn-group .btn .filter-option {
        font-size: 10px;
}
.header-dark {
}
header.header-dark nav li a {
        color: #272727;
}
header.header-dark .top-links li a {
        color: #898989;
}
header.header-dark .top-links li {
        color: #898989;
}
header .language a {
        color: #fff;
}
header .search-nav {
        float: right !important;
        font-family: 'Montserrat', sans-serif;
}
header .search-nav ul.dropdown {
        padding: 20px;
}
header .search-nav ul.dropdown {
        padding: 30px !important;
        width: 100% !important;
}
header .search-nav input {
        width: 100%;
        background: rgba(255,255,255,0.1);
        border: none;
        box-shadow: none;
        border-radius: 0px;
        height: 50px;
        padding-left: 20px;
        text-transform: uppercase;
        color: #fff;
        font-size: 18px;
        border: 1px solid;
        border-color: transparent;
}
.search-nav :-moz-placeholder { /* Firefox 18- */
 color: #e4e4e4;
}
.search-nav ::-moz-placeholder {  /* Firefox 19+ */
 color: #e4e4e4;
}
.search-nav :-ms-input-placeholder {
 color: #e4e4e4;
}
.search-nav ::-webkit-input-placeholder {
 color: #e4e4e4;
}
header input:focus, textarea:focus, keygen:focus, select:focus {
        outline: none !important;
        border: 1px solid #eeb013 !important;
}
header .search-nav .btn {
        margin-top: 0px;
        border-right: 1px solid #272727;
        color: #272727;
}
header .search-nav .bootstrap-select.btn-group .dropdown-menu li a {
        padding: 2px 10px;
        font-size: 10px !important;
}
header .search-nav button {
        border: none;
        color: #fff;
        background: #eeb013;
        height: 50px;
        float: right;
        right: 0px;
        padding: 0 40px;
        margin-top: -50px;
}
header .search-nav .ownmenu ul.dropdown li a:hover {
        background: #af5875 !important;
        color: #fff !important;
}
header .search-nav .bootstrap-select .dropdown-menu>li>a:hover {
        background: #af5875 !important;
        color: #fff !important;
}
header .search-nav .bootstrap-select .dropdown-menu>li.selected a {
        color: #fff !important;
}
header .ownmenu > li.search-nav i {
        font-size: 12px;
        margin: 0px;
        height: 32px;
        width: 32px;
        color: #fff;
        background: #141414;
        text-align: center;
        line-height: 32px;
        padding-top: 5px;
        padding-left: 2px;
        border-radius: 50%;
}
header nav .ownmenu li.search-nav .row {
        margin: 0px;
}
header nav .ownmenu li.search-nav {
        padding: 0px;
        margin: 0 5px;
}
header nav .ownmenu li.search-nav a {
        border: none !important;
        padding: 5px 0 !important;
        margin-top: 5px;
}
header nav .ownmenu li.search-nav ul.dropdown {
        border: 2px solid rgba(255,255,255,0.2);
}
header nav .ownmenu .cart-img {
        width: 80px;
        display: inline-block;
        margin-right: 20px;
}
header nav .ownmenu .cart-img img {
        width: 100%;
}
header nav .ownmenu .cart-img a {
        padding: 0px;
}
header .ownmenu > li.shop-cart {
        padding: 0px;
        margin-left: 15px;
}
header .ownmenu > li.shop-cart a {
        border: none !important;
        padding: 5px 0 !important;
        margin-top: 5px;
}
header .ownmenu > li.shop-cart i {
        font-size: 12px;
        margin: 0px;
        height: 32px;
        width: 32px;
        color: #fff;
        background: #141414;
        text-align: center;
        line-height: 32px;
        padding-top: 5px;
        padding-left: 2px;
        border-radius: 50%;
}
header .shop-cart {
        position: relative;
}
header .shop-cart .numb {
        height: 18px;
        width: 18px;
        border-radius: 50%;
        background: #eeb013;
        font-size: 10px;
        color: #fff;
        position: absolute;
        top: 0px;
        padding: 0px;
        margin: 0px;
        right: 0px;
        margin: 0 auto;
        text-align: center;
        line-height: 15px;
        padding-left: 3px;
        padding-top: 1px;
        z-index: 99;
}
header .shop-cart {
        float: right !important;
        font-family: 'Montserrat', sans-serif;
        text-align: left;
}
header .shop-cart span {
        display: inline-block;
        width: 100%;
        margin: 5px 0;
        font-size: 12px;
        color: #858585;
}
header .shop-cart span.price {
        color: #af5875;
}
header .shop-cart li {
        border-bottom: 1px solid rgba(255,255,255,0.1);
        padding-bottom: 15px !important;
        margin-bottom: 15px;
        display: inline-block;
        width: 100%;
}
header .shop-cart h6 {
        color: #fff;
        margin-top: 10px;
        margin-bottom: 10px;
        font-weight: normal;
        font-size: 11px;
        letter-spacing: 1px;
}
header .shop-cart ul.dropdown {
        padding: 20px !important;
        width: 360px !important;
}
header .shop-cart h5 {
        color: #fff;
        margin: 0px;
        font-size: 16px;
        margin-top: 10px;
        font-weight: normal;
        letter-spacing: 2px;
}
header .shop-cart h5 span {
        font-size: 36px;
        width: auto;
        margin-left: 20px;
}
header .ownmenu .shop-cart ul.dropdown li.no-border {
        border: none !important;
}
header .ownmenu .shop-cart ul.dropdown li a.btn {
        padding: 15px 10px !important;
        width: auto !important;
        margin: 0px;
        width: 100% !important;
        text-align: center;
        font-size: 14px;
        font-weight: normal;
        letter-spacing: 1px;
        color: #fff !important;
        background: #eeb013 !important;
}
header .ownmenu .shop-cart ul.dropdown li a.btn-1 {
        float: right;
        margin-top: 20px;
        background: #909090 !important;
}
header .ownmenu .shop-cart ul.dropdown li a.btn:hover {
        opacity: 0.8;
}
header .ownmenu .look-book .nav-img {
        width: 170px;
        margin-right: 20px;
}
header .ownmenu .look-book .nav-img a {
        padding: 0px;
}
header .ownmenu .look-book .media-heading {
        font-size: 10px;
        border: none;
        padding: 0px;
        margin-top: 15px;
}
header .ownmenu .look-book .media {
        padding-bottom: 20px;
}
header .ownmenu .look-book p {
        font-size: 10px;
        color: #b8b8b8;
        line-height: 18px;
}
header .ownmenu .look-book .media-body a {
        color: #af5875;
}
.sticky-wrapper {
        height: auto !important;
}
.sticky-wrapper .sticky {
        width: 100%;
}
.is-sticky .sticky .logo {
        margin-top: 0px;
}
.is-sticky .sticky {
        padding-top: 10px;
        background: rgba(0,0,0,0.8);
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
}
.ownmenu ul.dropdown {
        top: 63px;
}
.ownmenu > li > .megamenu {
        top: 63px;
}
.single-pages .ownmenu{
        width:auto;
}
header.dark-text .is-sticky .sticky {
        background: rgba(255,255,255,0.9);
        box-shadow:0 0 4px rgba(0,0,0,0.3);
}
header.coporate-header {
        position: relative;
        margin-top: 0px;
        padding: 50px 0;
}
header.coporate-header .logo {
        margin: 0px;
}
header.coporate-header nav li a {
        color: #141414;
        border-top: 1px solid #fff;
        border-bottom: 1px solid #fff;
        padding: 15px 0;
        border-color: transparent;
}
header.coporate-header nav li.active a {
        color: #eeb013;
        border-top: 1px solid #eeb013;
        border-bottom: 1px solid #eeb013;
}
header.coporate-header nav li a:hover {
        color: #eeb013;
        border-top: 1px solid #eeb013;
        border-bottom: 1px solid #eeb013;
        border-color: transparent;
}
header.coporate-header nav li.active a:before {
        width: 100%;
}
header.coporate-header nav li a:hover:before {
        width: 100%;
}
header.coporate-header nav li a:before {
        display: block;
        position: absolute;
        left: 0;
        top: -1px;
        width: 0;
        height: 2px;
        background-color: #efb21a;
        content: "";
        -webkit-transition: all 0.2s;
        -moz-transition: all 0.2s;
        -o-transition: all 0.2s;
        transition: all 0.2s;
}
header.coporate-header nav li.active a:after {
        width: 100%;
}
header.coporate-header nav li a:hover:after {
        width: 100%;
}
header.coporate-header nav li a:after {
        display: block;
        position: absolute;
        left: 0;
        bottom: -1px;
        width: 0;
        height: 2px;
        background-color: #efb21a;
        content: "";
        -webkit-transition: all 0.2s;
        -moz-transition: all 0.2s;
        -o-transition: all 0.2s;
        transition: all 0.2s;
}
header.coporate-header nav li ul li a:before {
        display: none;
}
header.coporate-header nav li ul li a:after {
        height: 1px;
}
header.coporate-header nav li ul li a:before {
        height: 1px;
}
header.coporate-header .ownmenu ul.dropdown {
        top: 53px;
}
header.coporate-header .ownmenu > li > .megamenu {
        top: 53px;
}
header.coporate-header .is-sticky .sticky {
        padding-top: 10px;
        padding-bottom: 10px;
        background: rgba(255,255,255,0.9);
}
header.coporate-header .is-sticky .sticky .ownmenu ul.dropdown {
        top: 63px;
}
header.coporate-header .is-sticky .sticky .ownmenu > li > .megamenu {
        top: 63px;
}
#cd-menu-trigger {
        position: fixed;
        left: 380px;
        top: 50px;
        z-index: 9999999;
        width: 60px;
        height: 60px;
        padding: 20px;
        background: rgba(255,255,255,0.5);
}
/*=======================================================
      LEFT MENU
========================================================*/
.left-header {
}
.left-header li a {
        padding-left: 30px;
        color: #a7a7a7;
        font-size: 11px;
        text-transform: uppercase;
        font-weight: normal;
        line-height: 48px;
        letter-spacing: 1px;
}
.left-header li a:hover {
        background: #eeb013;
        color: #fff;
}
.left-header li a.submenu-open {
        background: #eeb013;
        color: #fff;
}
.left-header .sub-menu {
        background: #343434;
        padding: 10px 0;
}
.left-header .sub-menu li a {
        line-height: 36px;
        color: #a7a7a7;
}
.left-header .sub-menu li a:hover {
        color: #fff;
}
/*=======================================================
      VERTICAL MENU
========================================================*/
.vertical-menu {
        padding-left: 340px;
}
.vertical-menu .header {
        position: fixed;
        height: 100%;
        left: 0;
        top: 0;
        margin: 0px;
        z-index: 99999;
        width: 340px;
        padding: 0 0px;
        padding-top: 100px;
        background-color: #171717;
}
.vertical-menu .ownmenu ul.dropdown {
        top: inherit;
}
.vertical-menu .header nav {
        float: left;
        text-align: left;
        margin-top: 80px;
}
.vertical-menu .ownmenu li:hover a:after {
        display: block;
        position: absolute;
        left: 0;
        top: 0px;
        width: 100%;
        height: 100%;
        background-color: #efb21a;
        content: "";
        -webkit-transition: all 0.2s;
        -moz-transition: all 0.2s;
        -o-transition: all 0.2s;
        transition: all 0.2s;
}
.vertical-menu .ownmenu ul.dropdown li a:after {
        width: 0px;
}
.vertical-menu .ownmenu ul.dropdown li:hover a:after {
        display: none;
}
.vertical-menu .ownmenu ul.dropdown li a:hover:after {
        display: block;
        width: 100%;
}
.vertical-menu header nav li a:after {
        height: 100%;
        z-index: -1;
}
.vertical-menu .header nav .ownmenu {
        width: 100%;
}
.vertical-menu .header nav li a {
        border: none !important;
}
.vertical-menu .header .logo {
        position: relative;
        text-align: center;
        width: 100%;
}
.vertical-menu .header .ownmenu li {
        width: 100%;
        padding: 0px;
}
.vertical-menu .header .ownmenu li a {
        width: 100%;
        padding: 15px 0;
        margin: 0px;
        font-size: 12px;
        color: #6f6f6f;
        padding-left: 30px;
}
.vertical-menu .header .ownmenu li a:hover {
        color: #fff;
}
.vertical-menu .header .ownmenu li.active a {
        color: #fff;
}
.vertical-menu header .ownmenu ul.dropdown li a {
        padding-left: 0px;
}
.vertical-menu .header nav li a:after {
        bottom: auto;
        top: 0px;
}
.vertical-menu header .ownmenu ul.dropdown li a:after {
        height: 1px;
        top: auto;
        bottom: 0px;
}
.vertical-menu .header nav .ownmenu .indicator {
        display: block;
        font-size: 10px;
        right: 20px;
}
.vertical-menu .ownmenu ul.dropdown li ul.dropdown {
        margin-left: 0px;
}
.vertical-menu .header .ownmenu ul.dropdown {
        left: 100%;
}
.vertical-menu .header .ownmenu ul.dropdown li a {
        padding: 10px 0;
}
.vertical-menu .header .social-icons {
        position: absolute;
        bottom: 20px;
        text-align: center;
        width: 100%;
}
/*=======================================================
      HOME SLIDER
========================================================*/
.home-slider {
        height: 100%;
        position: relative;
        overflow: hidden;
}
/*=======================================================
      WELCOME ZAP
========================================================*/
.welcome .icon-box h6 {
        text-transform: uppercase;
        font-weight: normal;
}
.welcome .icon-box i {
}
.intro-style-2 p {
        font-size: 16px;
        line-height: 24px;
}
.intro.style-6 hr {
        border: none;
        background: #000000;
        height: 1px;
}
.intro.style-6 h6 {
        font-size: 10px;
        margin-top: 30px;
        color: #141414;
        letter-spacing: 1px;
}
.font-16px {
        font-size: 16px;
}
/*=======================================================
      WHY CHOOSE US
========================================================*/
.why-choose {
}
.why-choose .h6 {
        font-size: 16px;
        font-weight: bold;
        text-transform: uppercase;
        margin-top: 0px;
}
.why-choose .ib-info p {
        font-size: 13px;
        letter-spacing: 0px;
}
.why-choose h4 {
        font-weight: bold;
        text-transform: uppercase;
}
.why-choose .ultra-ser span {
        font-weight: 900;
        font-size: 10px;
        font-style: italic;
        font-family: "Crimson Text", Georgia, Cambria, "Times New Roman", Times, serif;
        text-transform: uppercase;
}
.why-choose .ultra-ser .name {
        font-weight: 700;
        font-size: 10px;
        font-family: 'Montserrat', sans-serif;
        font-style: normal;
        text-transform: uppercase;
}
.why-choose .ultra-ser hr {
        border: none;
        height: 1px;
        width: 72px;
        background: #141414;
        margin: 0px;
        margin-bottom: 15px;
        margin-top: 30px;
}
/*=======================================================
      PORTFOLIO
========================================================*/
.portfolio-overlay {
        background-color: rgba(0, 0, 0, 0.8);
        height: 100%;
        left: 0;
        opacity: 0;
        position: absolute;
        text-align: center;
        top: 0;
        width: 100%;
        z-index: 2;
        transition: all 400ms ease-out;
        overflow: hidden;
}
.portfolio-overlay:before {
        background-color: #f6b138;
        bottom: 0;
        content: "";
        display: block;
        height: 20px;
        left: 0;
        position: absolute;
        width: 8px;
}
.portfolio-overlay h3, .portfolio-overlay span {
        color: #FFFFFF;
}
.portfolio-overlay h3 > a, .portfolio-overlay span > a {
        color: inherit;
        transition: all 400ms ease-out;
}
.portfolio-overlay h3 > a:hover, .portfolio-overlay h3 > a:active, .portfolio-overlay h3 > a.active, .portfolio-overlay h3 > a:focus, .portfolio-overlay span > a:hover, .portfolio-overlay span > a:active, .portfolio-overlay span > a.active, .portfolio-overlay span > a:focus {
        color: #f6b138;
}
.portfolio-overlay .position-center-center {
        width: 100%;
        padding: 0 30px;
}
.portfolio-overlay span a {
        display: block;

        font-size: 18px;
        font-style: italic;
        margin-bottom: 20px;
}
.portfolio-overlay h3 {
        font-size: 15px;
        font-weight: normal;
        line-height: 24px;
        letter-spacing: 2px;
        text-transform: uppercase;
}
.portfolio-item:hover .portfolio-overlay, .portfolio-item:active .portfolio-overlay, .portfolio-item.active .portfolio-overlay, .portfolio-item:focus .portfolio-overlay {
        opacity: 1;
}
.portfolio-item:hover img {
        transform: scale(1.1);
}
.portfolio-item .portfolio-image {
        position: relative;
        overflow: hidden;
}
.portfolio .item-space .portfolio-item {
        padding: 15px;
}
.portfolio .item-space .portfolio-item img {
        width: 100%;
}
.portfolio-overlay.style-2 .detail-info {
        bottom: 0px;
        position: absolute;
        background: #141414;
        width: 100%;
        text-align: left;
        padding: 0 30px;
}
.portfolio-overlay.style-2 .detail-info span a {
        font-size: 18px;
        color: #8a8a8a;
}
.portfolio-overlay.style-4 {
        background: none;
        border: 35px solid;
        border-color: transparent;
}
.portfolio-overlay.style-4 .position-center-center {
}
.portfolio-overlay.style-4 .detail-info {
        background: #fff;
        position: absolute;
        height: 100%;
        width: 100%;
        left: 0px;
        top: 0px;
}
.portfolio-overlay.style-4 .detail-info h3 {
        color: #141414;
        font-size: 12px;
        font-weight: bold;
        letter-spacing: 0px;
}
.portfolio-overlay.style-4 .detail-info hr.balck {
        width: 100px;
        margin: 0 auto;
        display: inline-block;
}
.portfolio-overlay.style-4 .detail-info span {
        color: #6f6f6f;
        font-size: 18px;
        margin-top: 15px;
        display: inline-block;
        width: 100%;
        text-align: center;
}
.portfolio-overlay.style-4:before {
        display: none;
        background: none;
}
.portfolio-overlay.style-4 .go {
        height: 30px;
        width: 30px;
        font-size: 10px;
        background: #efb521;
        color: #fff;
        line-height: 26px;
}
.portfolio-overlay.style-4 .go:hover {
        color: #efb521;
        background: none;
}
.portfolio-overlay a.go {
        color: #ffffff;
        height: 30px;
        width: 30px;
        font-size: 20px;
        line-height: 26px;
        text-align: center;
        border: 2px solid #ffffff;
        border-radius: 50%;
        display: inline-block;
}
.portfolio-overlay a.go:hover {
        border: 2px solid #eeb013;
        color: #eeb013;
}
.portfolio-overlay.style-2 a.go {
        color: #eeb013;
        height: 30px;
        width: 30px;
        font-size: 20px;
        line-height: 26px;
        text-align: center;
        border: 2px solid #eeb013;
        border-radius: 50%;
        position: absolute;
        right: 20px;
        bottom: 30px;
}
.portfolio-overlay.style-3 .huge-plus {
        font-size: 200px;
        background: none;
        color: rgba(255,255,255,0.3);
}
.portfolio-overlay.style-3 .huge-plus:hover {
        color: #fff;
}
.portfolio-image img {
        width: 100%;
}
.portfolio-overlay.style-3:before {
        display: none;
}
.width-70 {
        width: 70% !important;
        float: left;
}
.width-60 {
        width: 60% !important;
        float: left;
}
.width-30 {
        width: 30% !important;
        float: left;
}
.width-40 {
        width: 40% !important;
        float: left;
}
.width-20 {
        width: 20% !important;
        float: left;
}
.width-10 {
        width: 10% !important;
        float: left;
}
.width-100 {
        width: 100% !important;
}
.nav-active .owl-nav div {
        color: #fff;
        height: 53px;
        width: 53px;
        text-align: center;
        border: 1px solid rgba(255,255,255,0.2);
        line-height: 50px;
        font-size: 18px;
}
.nav-active .owl-nav .owl-prev {
        display: block !important;
        position: absolute;
        top: 50%;
        left: -100px;
        margin-top: -25px;
}
.nav-active .owl-nav .owl-next {
        display: block !important;
        position: absolute;
        top: 50%;
        right: -100px;
        margin-top: -25px;
}
.portfolio .promo.dark {
        background: none;
        border: 1px solid #5e5e5e;
}
.portfolio .promo.dark h4 {
        color: #fff;
}
.portfolio .promo.dark .btn {
        background: #ffffff;
        color: #333;
        border-color: #fff;
}
.portfolio .promo.dark .btn:hover {
        background: none;
        color: #fff;
}
.project-info li {
        text-transform: uppercase;
}
.project-info {
        margin-top: 30px;
}
.project-info li h6 {
        font-weight: normal;
        font-size: 12px;
        margin: 0px;
        color: #141414;
        line-height: 36px;
}
.project-info li span {
        font-size: 10px;
}
.with-nav .owl-nav {
}
.with-nav .owl-nav div {
        height: 35px;
        width: 35px;
        text-align: center;
        line-height: 35px;
        background: #fff;
}
.with-nav .owl-nav .owl-next {
        right: 10px;
        position: absolute;
        top: 50%;
        margin-top: -18px;
}
.with-nav .owl-nav .owl-prev {
        left: 10px;
        position: absolute;
        top: 50%;
        margin-top: -18px;
}
/*=======================================================
      POERFOLIO COL
========================================================*/
.col-4 .portfolio-item {
        width: 25%;
        position: relative;
        float: left;
}
.col-3 .portfolio-item {
        width: 33.3333%;
        position: relative;
}
/*=======================================================
                        OUR TEAM
========================================================*/
.our-team h4 {
        font-weight: bold;
}
.our-team .btn {
        font-weight: normal;
        letter-spacing: 3px;
}
/*=======================================================
                        CORE FEATURE
========================================================*/
.core-feature.style-2 {
        background: #8d8183;
        padding-top: 120px;
}
.core-feature.style-2:before {
        content: "";
        position: absolute;
        top: -80px;
        left: -5%;
        width: 120%;
        height: 340px;
        background: #fff;
        -ms-transform: rotate(5deg); /* IE 9 */
        -webkit-transform: rotate(5deg); /* Safari */
        transform: rotate(5deg);
}
.core-inn {
        background: url(../images/promo/promo-bg-2.png) right top no-repeat;
        position: relative;
        z-index: 1;
}
.core-inn .icon-box.ib-style-1 .ib-info {
        float: left;
        color: #fff;
}
.core-inn p {
        color: #fff;
}
.core-inn .icon-box .ib-icon i {
        color: #fff;
}
.core-inn .icon-box.ib-style-1 {
        margin-bottom: 30px;
}
.core-inn .icon-box .h6 {
        font-size: 14px;
        color: #fff;
        letter-spacing: 0.9px;
        margin-left: 20px;
        margin-top: 30px;
        font-weight: normal;
}
/*=======================================================
      Popurlar Product
========================================================*/
.popurlar_product {
}
.popurlar_product .items-in {
        position: relative;
        overflow: hidden;
        margin-top: 40px;
}
.popurlar_product .over-item {
        position: absolute;
        bottom: -100%;
        left: 0px;
        width: 100%;
        text-align: center;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
        z-index: 99;
}
.popurlar_product .items-in:hover .over-item {
        bottom: 0px;
}
.popurlar_product .items-in:hover .over-item a {
        background: #fff;
        height: 63px;
        width: 63px;
        line-height: 63px;
        text-align: center;
        color: #272727;
        font-size: 20px;
        display: inline-block;
}
.popurlar_product .items-in:hover img {
        -webkit-transition: all 250ms cubic-bezier(0.55, 0.085, 0.68, 0.53);
        -moz-transition: all 250ms cubic-bezier(0.55, 0.085, 0.68, 0.53);
        -o-transition: all 250ms cubic-bezier(0.55, 0.085, 0.68, 0.53);
        transition: all 250ms cubic-bezier(0.55, 0.085, 0.68, 0.53);
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
}
.popurlar_product .items-in .over-item a.btn {
        font-size: 14px;
        padding: 0px;
        height: auto;
        width: 100%;
        padding: 10px 20px;
        line-height: 40px;
        color: #141414;
        font-weight: normal;
        background: #eeb013;
        font-size: 14px;
}
.popurlar_product .items-in:hover .over-item .btn:hover {
        background: #141414;
        color: #fff;
        border-color: #141414;
}
.popurlar_product .items-in:hover .over-item a:hover {
        background: #af5875;
        color: #fff;
}
.popurlar_product .items-in:hover .over-item ul {
        display: table;
        margin: 0 auto;
}
.popurlar_product .details-sec {
        position: relative;
        z-index: 99;
        background: #fff;
        text-align: left;
}
.popurlar_product .details-sec a {
        display: inline-block;
        width: 100%;
        padding: 15px 0;
        color: #272727;
        letter-spacing: 1px;
        font-size: 12px;
}
.popurlar_product .details-sec span {
        font-size: 10px;
        letter-spacing: 1px;
        color: #141414;
}
.popurlar_product .shop-tags {
        border: 2px solid #000000;
        font-size: 10px;
        font-weight: bold;
        float: left;
        position: absolute;
        top: 20px;
        left: 20px;
        padding: 10px 8px;
        z-index: 9;
}
.popurlar_product .off-tags {
        background: #eeb013;
        color: #000;
        position: absolute;
        top: 0px;
        font-size: 12px;
        padding: 5px 10px;
        right: 0px;
        z-index: 9;
}
.popurlar_product .details-sec span {
}
.text-strike {
        text-decoration: line-through;
}
.popurlar_product .owl-nav {
        position: absolute;
        top: -10px;
        width: 100%;
        text-align: center;
}
.popurlar_product .owl-nav:before {
        height: 1px;
        content: "";
        position: absolute;
        width: 20px;
        margin: 0 auto;
        left: 0px;
        right: 0px;
        background: #ebebeb;
        top: 15px;
}
.popurlar_product .owl-nav div {
        height: 32px;
        width: 32px;
        display: inline-block;
        border: 1px solid #ebebeb;
        line-height: 28px;
        text-align: center;
        margin: 0 10px;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
}
.popurlar_product .owl-nav div:hover {
        background: #af5875;
        color: #fff;
        border-color: #af5875;
}
.popurlar_product li img {
        width: 100%;
}
.full-w {
        display: inline-block;
        width: 100% !important;
}
.rock-land {
        min-height: 795px;
}
.rock-land span {
        display: inline-block;
        width: 100%;
}
.rock-land h2 {
        letter-spacing: -1px;
}
.look-up li {
        padding: 0px;
}
.look-up li article {
        position: relative;
        overflow: hidden;
        float: left;
        width: 100%;
        display: inline-block;
}
.look-up li article img {
        width: 100%;
}
.look-up li article a {
        float: left;
        width: 100%;
}
.look-up li article a:hover {
}
.look-up li article:hover {
        background: #000;
}
.look-up li article:hover img {
        -webkit-transition: all 250ms cubic-bezier(0.55, 0.085, 0.68, 0.53);
        -moz-transition: all 250ms cubic-bezier(0.55, 0.085, 0.68, 0.53);
        -o-transition: all 250ms cubic-bezier(0.55, 0.085, 0.68, 0.53);
        transition: all 250ms cubic-bezier(0.55, 0.085, 0.68, 0.53);
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
}
/*=======================================================
      ITEM INFORMATION
========================================================*/
.item-info li {
        list-style: circle !important;
}
.item-detail-page h5 {
        margin: 0px;
        margin-bottom: 20px;
}
.item-detail-page p {
        color: #b8b8b8;
}
.item-detail-page {
}
.item-detail-page .price {
        display: inline-block;
        width: 100%;
        color: #6f6f6f;
        letter-spacing: 3px;
        font-size: 20px;
        margin-bottom: 10px;
}
.item-detail-page .code {
        display: inline-block;
        width: 100%;
        color: #b8b8b8;
        font-size: 10px;
        margin-bottom: 15px;
}
.item-detail-page .some-info {
        border-bottom: 1px solid #ebebeb;
        margin-bottom: 20px;
        padding-bottom: 20px;
}
.item-detail-page .in-stoke {
        display: inline-block;
        font-size: 12px;
}
.item-detail-page .in-stoke i {
        color: #78ae51;
        margin: 0 5px;
        font-size: 14px;
}
.item-detail-page .stars {
        display: inline-block;
        width: auto;
        margin: 0 20px;
}
.item-detail-page .review {
        color: #b8b8b8;
}
.item-detail-page .images-slider img {
        width: 100%;
}
.item-detail-page .slides {
        display: inline-block;
        width: 100%;
}
.item-detail-page .flex-nav-next {
        right: 15px;
}
.item-detail-page .flex-nav-prev {
        left: 15px;
}
.item-detail-page .flex-direction-nav {
        display: none;
}
.item-detail-page .flex-control-thumbs {
        display: inline-block;
        width: 100%;
        margin-top: 0px;
}
.item-detail-page .item-select p {
        font-size: 12px;
        color: #272727;
        margin-top: 10px;
}
.item-detail-page .item-select .bootstrap-select .btn {
        margin-top: 0px;
        background: #fff !important;
        border: 1px solid #ebebeb;
        color: #c2c2c2;
        font-size: 10px;
        text-transform: uppercase;
}
.item-detail-page .item-select .bootstrap-select .dropdown-menu>li>a {
        font-size: 10px;
        line-height: 22px;
}
.item-detail-page .fun-share {
        display: inline-block;
        width: 100%;
}
.item-detail-page .fun-share .btn {
        height: 44px;
        line-height: 42px;
        float: left;
        margin-right: 10px;
        padding: 0 20px;
}
.item-detail-page .fun-share input {
        border: 1px solid #ebebeb;
        width: 60px;
        height: 44px;
        float: left;
        display: inline-block;
        text-align: center;
        margin-top: 20px;
        margin-right: 10px;
}
.item-detail-page .share-sec {
        font-size: 16px;
        color: #272727;
        display: inline-block;
        margin-top: 20px;
        height: 44px;
        float: left;
        line-height: 42px;
        padding: 0px 24px;
        margin-right: 10px;
        border: 1px solid #ebebeb;
}
.item-detail-page .share-sec:hover {
        background: #af5875;
        color: #fff;
        border-color: #af5875;
}
.item-detail-page .share-with {
        display: inline-block;
        width: 100%;
        margin-top: 20px;
}
.item-detail-page .share-with li {
        display: inline-block;
        margin-right: 10px;
}
.item-detail-page .share-with li p {
        font-size: 12px;
        color: #272727;
}
.large-detail .short-by {
        display: inline-block;
        width: 100%;
}
.large-detail .price {
        font-size: 36px;
        font-style: italic;
}
.large-detail .social-icons {
        margin-top: 50px;
}
.large-detail .social-icons li a {
        background: #f9f9f9;
}
.quantiny {
        display: inline-block;
        width: 140px;
        float: left;
}
.quantiny input {
        height: 40px;
        padding: 0 10px;
        border: 2px solid #ececec;
        text-align: center;
        width: 100%;
}
.quantiny button {
        background: none;
        border: none;
        margin: 0 10px;
        margin-top: -30px;
        float: left;
        position: relative;
        z-index: 5;
}
.sku-feature {
        margin-top: 20px;
}
.sku-feature li {
        font-size: 10px;
        line-height: 30px;
        width: 100%;
        color: #6f6f6f;
}
.sku-feature li span {
        color: #141414;
}
.large-detail .short-by .bootstrap-select.btn-group {
        width: 100%;
}
/*=======================================================
      PRODUCT DESCRIPTION
========================================================*/
.item-decribe {
        margin-top: 50px;
}
.item-decribe .tab-content {
        padding: 30px;
        border: 1px solid #ebebeb;
}
.item-decribe .tab-content p {
        font-size: 12px;
}
.item-decribe .avatar {
        margin-right: 15px;
        height: 82px;
        width: 82px;
        border-radius: 50%;
        position: relative;
        overflow: hidden;
}
.item-decribe .avatar img {
        border-radius: 50%;
}
.item-decribe .media-body p {
        width: 80%;
        font-style: italic;
}
.item-decribe .media-body h6 {
        font-size: 12px;
        font-weight: normal;
}
.item-decribe .media {
        border-bottom: 1px solid #ebebeb;
        padding-bottom: 20px;
        padding-top: 20px;
}
.item-decribe form {
        margin-top: 50px;
}
.item-decribe form label {
        display: inline-block;
        width: 100%;
        font-size: 11px;
        font-weight: normal;
        margin-bottom: 20px;
}
.item-decribe form input {
        width: 100%;
        margin-top: 10px;
        padding: 0 10px;
        display: inline-block;
        height: 40px;
        border: 1px solid #ebebeb;
}
.item-decribe form textarea {
        width: 100%;
        margin-top: 10px;
        padding: 10px;
        display: inline-block;
        height: 140px;
        border: 1px solid #ebebeb;
}
.item-detail-page .item-decribe .stars span {
        color: #272727;
}
.item-detail-page .item-decribe .stars {
        margin: 0px;
        color: #b8b8b8;
}
.chart-page .payment_steps {
        margin: 30px 0;
        text-align: center;
}
.chart-page .payment_steps i {
        font-size: 24px;
        border: 1px solid #ebebeb;
        height: 73px;
        width: 73px;
        border-radius: 50%;
        line-height: 71px;
        position: relative;
        color: #b8b8b8;
        margin-bottom: 20px;
}
.chart-page .payment_steps h6:before {
        content: "";
        background: #ebebeb;
        height: 18px;
        width: 2px;
        position: absolute;
        top: 85px;
        left: 0px;
        right: 0px;
        margin: 0 auto;
}
.chart-page .payment_steps h6 {
        font-size: 12px;
        margin: 20px 0;
        font-weight: normal;
        color: #272727;
}
.chart-page .payment_steps .current i {
        color: #af5875;
}
.chart-page .payment_steps .current h6 {
        color: #af5875;
}
.chart-page .shopping-cart {
}
.shopping-cart .item-img {
        width: 150px;
        display: inline-block;
}
.shopping-cart img {
        width: 100%;
}
.shopping-cart li {
        position: relative;
}
.shopping-cart li span {
        color: #141414;
}
.shopping-cart li input {
        display: inline-block;
        width: 100%;
}
.shopping-cart li {
        font-size: 12px;
        color: #af5875;
}
.shopping-cart li input {
        border: 1px solid #ebebeb;
        width: 60px;
        height: 44px;
        float: left;
        width: 100%;
        display: inline-block;
        text-align: center;
}
.shopping-cart li a {
        color: #272727;
        font-size: 16px;
}
.shopping-cart .cart-details {
        padding: 0 30px;
        padding-bottom: 30px;
        border-bottom: 1px solid #ebebeb;
        margin-bottom: 30px;
}
.shopping-cart .cart-details li {
        min-height: 175px;
}
.shopping-cart .cart-details h6 {
        font-weight: normal;
        font-size: 12px;
}
.shopping-cart .cart-head {
        border-bottom: 1px solid #ebebeb;
        display: inline-block;
        width: 100%;
        padding: 20px 0;
        margin-bottom: 30px;
}
.shopping-cart .cart-head h6 {
        margin: 0px;
        font-size: 12px;
}
.shopping-cart .btn-sec {
        display: inline-block;
        width: 100%;
}
.shopping-cart .btn-sec .btn {
        padding: 15px 30px;
        float: left;
        font-size: 12px;
        margin-right: 20px;
}
.shopping-cart .btn-sec .btn i {
        margin-right: 10px;
        font-size: 16px;
}
.shopping-cart .btn.right-btn {
        float: right;
        margin-right: 0px;
}
.shopping-cart .cart-ship-info {
        text-align: left;
        margin-top: 50px;
}
.shopping-cart .cart-ship-info h6 {
        margin-top: 0px;
        margin-bottom: 30px;
        font-weight: normal;
        padding-left: 15px;
}
.shopping-cart .cart-ship-info h6:before {
        content: '';
        height: 6px;
        width: 6px;
        border: 1px solid #000;
        position: absolute;
        top: 5px;
        left: 15px;
        -ms-transform: rotate(45deg); /* IE 9 */
        -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
        transform: rotate(45deg);
}
.shopping-cart .cart-ship-info input {
        border: 1px solid #ebebeb;
        width: 60px;
        height: 44px;
        float: left;
        width: 100%;
        font-size: 11px;
        padding: 0 10px;
        letter-spacing: 1px;
        display: inline-block;
        font-weight: normal;
        text-align: left;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
}
.shopping-cart .cart-ship-info button {
}
.shopping-cart .bootstrap-select .btn {
        margin-top: 10px;
        background: #fff !important;
        border: 1px solid #ebebeb;
        color: #b8b8b8;
        font-size: 10px;
        letter-spacing: 1px;
}
.cart-ship-info .bootstrap-select {
        width: 100%;
        box-shadow: none;
}
.shopping-cart .bootstrap-select .btn {
        box-shadow: none;
        padding: 15px 18px;
        padding-bottom: 10px;
}
.shopping-cart .bootstrap-select.btn-group .dropdown-menu li a {
        font-family: 'Crimson Text', serif;
        font-size: 14px;
        padding: 8px 20px;
}
.shopping-cart .cart-ship-info input {
        margin-top: 10px;
        font-family: 'Crimson Text', serif;
        font-style: italic;
        font-size: 16px;
}
.shopping-cart .cart-ship-info label {
        font-size: 10px;
        margin-bottom: 20px;
        display: inline-block;
        width: 100%;
        font-style: italic;
        font-size: 13px;
        font-weight: normal;
        color: #141414;
        font-weight: 600;
        font-family: 'Crimson Text', serif;
}
.shopping-cart .cart-ship-info .grand-total {
        border: 2px solid #ececec;
        padding: 30px 20px;
}
.shopping-cart .cart-ship-info .grand-total {
}
.shopping-cart .cart-ship-info .grand-total h4 {
        font-size: 12px;
        font-weight: normal;
        margin: 20px 0px;
        line-height: 30px;
        letter-spacing: 1px;
}
.shopping-cart .cart-ship-info .grand-total h4 span {
        color: #141414;
        font-size: 36px;
        float: right;
}
.shopping-cart .cart-ship-info .grand-total .btn {
        background: #eeb013;
        border-color: #eeb013;
        width: 100%;
        margin: 0px;
        color: #fff;
        padding: 15px 0;
        margin-bottom: 10px;
}
.shopping-cart .cart-ship-info .grand-total .btn:hover {
        background: #141414;
        border-color: #141414;
}
.shopping-cart .cart-ship-info .grand-total p {
        letter-spacing: 1px;
        font-size: 10px;
}
.shopping-cart .checkbox input {
        height: auto;
}
.shopping-cart .checkbox label::before {
        margin-left: 0px;
}
.shopping-cart .order-place {
        border: 2px solid #ececec;
        padding: 30px;
        display: inline-block;
        width: 100%;
}
.shopping-cart .order-place h5 {
        font-weight: bold;
        color: #eeb013;
        margin: 0px;
}
.shopping-cart .order-place .pay-meth label {
        font-family: 'Montserrat', sans-serif;
        font-style: normal;
}
.shopping-cart .cart-ship-info .checkbox label {
        font-family: 'Montserrat', sans-serif;
        font-style: normal;
        font-weight: normal;
        font-size: 10px;
}
.shopping-cart .order-place .order-detail p {
        font-weight: normal;
        color: #272727;
        letter-spacing: 1.5px;
        border-top: 1px solid #ebebeb;
        padding: 10px 0;
        font-size: 12px;
        margin: 0px;
}
.shopping-cart .order-place .order-detail p span {
        float: right;
}
.shopping-cart .order-place .order-detail {
        margin-top: 40px;
        margin-bottom: 30px;
}
.shopping-cart .order-place .item-order span {
        color: #af5875;
        float: none;
}
.shopping-cart .order-place .item-order {
        min-height: 100px;
        padding-bottom: 30px;
        padding-top: 20px;
        border-top: 1px solid #ebebeb;
}
.shopping-cart .order-place .item-order p {
        text-transform: none;
        font-size: 10px;
        border: none;
        margin: 0px;
        padding: 0px;
        color: #6f6f6f;
        font-weight: normal;
}
.shopping-cart .order-place .pay-meth p {
        color: #b8b8b8;
        font-size: 12px;
}
.shopping-cart .order-place .pay-meth ul {
        margin-top: 30px;
}
.shopping-cart .order-place .pay-meth ul li {
        border-top: 1px solid #ebebeb;
        display: inline-block;
        width: 100%;
        padding-top: 2px;
}
.shopping-cart .order-place .pay-meth label {
        margin-bottom: 0px;
        font-weight: normal;
        font-size: 10px;
}
.shopping-cart .order-place .pay-meth .color {
        color: #af5875;
}
.grand-total p {
        line-height: 24px;
}
.grand-total span {
        font-size: 12px;
        color: #141414;
}
.grand-total .radio label {
        font-family: 'Montserrat', sans-serif;
        font-style: normal;
        color: #6f6f6f;
        font-weight: normal;
        line-height: 24px;
        font-size: 10px;
        letter-spacing: 1px;
        margin-top: 0px;
}
.grand-total .radio-info input[type="radio"]:checked + label::before {
        border-color: #ededed !important;
        margin-top: 4px;
}
.grand-total .radio-info input[type="radio"]:checked + label::after {
        background: #eeb013;
        margin-top: 4px;
}
.grand-total .radio label::before {
        margin-top: 4px;
}
.grand-total .radio input[type="radio"]:checked + label::after {
        margin-top: 4px;
        background: #eeb013;
}
.grand-total .radio label span {
        font-family: 'Crimson Text', serif;
        font-size: 18px;
        display: inline-block;
        width: 100%;
        font-style: italic;
}
input:focus, textarea:focus, keygen:focus, select:focus {
        outline: none !important;
        border: 1px solid #141414 !important;
}
.order-place .btn {
        width: 100%;
        margin-top: 20px;
        color: #fff;
        padding: 15px 0;
}
.order-place .btn:hover {
        background: #141414;
}
/*=======================================================
      PAGINATION
========================================================*/
.pagination {
        margin-top: 50px;
        padding-top: 20px;
        padding-bottom: 20px;
        border: none;
        border-bottom: 1px solid #ececec;
        border-top: 1px solid #ececec;
        display: inline-block;
        width: 100%;
        text-align: center;
}
.pagination ul li {
        border: none;
}
.pagination>li {
        display: inline-block;
}
.pagination>li>a, .pagination>li>span {
        border: none;
        padding: 0px;
        height: 37px;
        width: 37px;
        background: #fff;
        border: 1px solid #ececec;
        text-align: center;
        line-height: 35px;
        color: #272727;
        margin: 0 5px;
        font-size: 12px;
}
.pagination>li>a:hover {
        background: #af5875;
        color: #fff;
        border-color: #af5875;
}
/*=======================================================
      ITEMS TYPE
========================================================*/
.items-short-type {
        display: inline-block;
        width: 100%;
}
.items-short-type .grid-list {
        float: left;
}
.items-short-type .grid-list a {
        height: 30px;
        width: 30px;
        display: inline-block;
        text-align: center;
        line-height: 28px;
        color: #272727;
        margin-right: 10px;
        float: left;
}
.items-short-type .grid-list a:hover {
        background: #eeb013;
        color: #fff;
        border-color: #eeb013;
}
.items-short-type .grid-list a.active {
        background: #af5875;
        color: #fff;
        border-color: #af5875;
}
.short-by {
        width: 400px;
        float: left;
}
.short-by .bootstrap-select.btn-group {
        width: 49%;
        background: #fff;
        float: left;
}
.short-by .bootstrap-select .btn {
        background: #fff !important;
        border: none;
        border-bottom: 1px solid #ececec;
        font-weight: normal;
        font-family: "Crimson Text", Georgia, Cambria, "Times New Roman", Times, serif;
        color: #141414;
}
.bootstrap-select.btn-group .dropdown-toggle .filter-option {
        color: #141414;
        font-weight: 600;
        font-style: italic;
        font-size: 12px;
}
.short-by select {
}
.short-by .btn {
        margin-top: 0px;
}
.short-by p {
        display: inline-block;
        letter-spacing: 0px;
        font-size: 12px;
        margin-left: 10px;
        color: #bdbdbd;
}
.short-by .bootstrap-select .btn {
        height: 30px;
        padding-top: 0px;
        line-height: 30px;
        letter-spacing: 0px;
        color: #272727;
        padding-left: 10px;
        color: #bdbdbd;
        box-shadow: none;
}
.short-by .bootstrap-select li a {
        line-height: 22px;
        letter-spacing: 0px;
        font-size: 12px;
        font-family: "Crimson Text", Georgia, Cambria, "Times New Roman", Times, serif;
        text-transform: uppercase;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
        background: #eeb013;
        color: #fff;
}
.view-num {
        float: right;
        color: #b8b8b8;
}
.view-num li {
        display: inline-block;
        float: left;
        line-height: 30px;
        font-size: 16px;
        font-style: italic;
        color: #383838;
        font-family: "Crimson Text", Georgia, Cambria, "Times New Roman", Times, serif;
}
.view-num li a {
        color: #383838;
        font-size: 16px;
        letter-spacing: 3px;
        font-family: "Crimson Text", Georgia, Cambria, "Times New Roman", Times, serif;
}
.view-num li a:hover {
        color: #af5875;
}
.view-num .short-by .bootstrap-select.btn-group {
        width: 32.3333%;
}
.bootstrap-select .dropdown-menu {
        border-radius: 0px;
        margin: 0px;
        font-weight: normal;
        border: none;
}
/*===========================================
    Rating Stars
===========================================*/
.stars {
        display: inline-block;
        width: 100%;
        color: #ebc52d;
        font-size: 12px;
        margin-top: 20px;
}
/*=======================================================
                        CONTACT FORM
========================================================*/
.contact .icon-box .ib-icon i {
        color: #f6b138;
        font-size: 40px;
}
.contact .ib-info p {
        color: #ffffff;
        margin-bottom: 0px;
        font-size: 16px;
}
.contact .ib-info a {
        color: #ffffff;
        margin-bottom: 0px;
        font-size: 16px;
        font-family: "Crimson Text", Georgia, Cambria, "Times New Roman", Times, serif;
}
.contact #contact_form {
        text-align: center;
}
.contact .error {
        border: 1px solid red;
}
.contact .error:before {
        content: "\f071";
        font-family: 'FontAwesome';
        position: absolute;
        color: red;
}
.success-msg {
        background: #fff;
        border: 1px solid #ABD0A8;
        color: #589051;
        margin-bottom: 30px;
        width: 100%;
        display: inline-block;
        text-align: center;
        padding: 11px 16px;
        border-radius: 4px;
        display: none;
}
.success-msg i {
        padding: 10px;
        border-radius: 50%;
        border: 1px solid #ABD0A8;
        margin-right: 10px;
}
#contact_form li {
        text-align: left;
        margin-bottom: 10px;
}
#contact_form li input {
        display: inline-block;
        width: 100%;
        height: 50px;
        padding: 0 20px;
        background: none;
        font-size: 16px;
}
#contact_form li .form-control {
        height: 40px;
        border: none;
        box-shadow: none;
        border-radius: 0px;
        background: none;
        color: #fff;
        border-bottom: 1px solid #5d5d5e;
}
#contact_form li textarea {
        height: 140px !important;
}
#contact_form li .btn {
        text-transform: uppercase;
}
.contact-form .tittle {
        text-align: center;
}
.contact-form .tittle hr {
        width: 28px;
        height: 5px;
        margin: 15px auto;
        background: #448aff;
        border: none;
}
.contact-form .tittle p {
        text-transform: none;
        font-size: 16px;
}
.contact-form label {
        font-weight: normal;
        color: #fff;
        font-size: 12px;
        text-transform: uppercase;
        display: inline-block;
        width: 100%;
        margin: 0px;
        font-family: 'Crimson Text', serif;
        font-style: italic;
        line-height: 26px;
        position: relative;
        bottom: -20px;
        color: #f6b138;
}
.contact-form label span {
        color: #fff;
}
.contact-form textarea {
        display: inline-block;
        width: 100%;
        position: relative;
        padding: 10px 20px;
}
#contact_form li .form-control:focus {
        border-bottom: 1px solid #f6b138;
}
.contact-form button {
        float: right;
        border: 1px solid #ffffff;
        background: none;
        border-radius: 0px;
        color: #fff;
        margin-top: 30px;
        letter-spacing: 3px;
        padding: 15px 40px;
        text-transform: uppercase;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
}
.contact-form button:hover {
        background: #f6b138;
        border-color: #f6b138;
}
.contact.style-2 .contact-img {
        position: relative;
}
.contact.style-2 .contact-img img {
        width: 100%;
}
.contact.style-2 .contact-img {
}
.contact.style-2 .contact-right {
        padding-right: 45%;
}
.contact.style-2 #contact_form li {
        display: inline-block;
        width: 100%;
}
.contact.style-2 .contact-form label {
        bottom: 0px;
}
.contact.style-2 #contact_form li .form-control {
        background: #fff;
        border: none;
        font-size: 14px;
        color: #000;
}
.contact.style-2 button {
        float: right;
        padding: 10px 30px;
        margin-top: 0px;
        color: #141414;
        border: 2px solid #c4c4c4;
}
.contact.style-2 button:hover {
        background: #141414;
        color: #fff;
        border-color: #141414;
}
.contact.style-2 .social-icons {
        position: absolute;
        bottom: 30px;
        width: 100%;
        text-align: center;
}
.contact.style-2 #map {
        height: 320px;
}
.contact.style-2 .contact-img li {
        display: inline-block;
}
.social-icons li {
        display: inline-block;
}
.social-icons-large {
        text-align: center;
}
.social-icons-large li a {
        height: 100px;
        width: 100px;
        line-height: 98px;
        font-size: 30px;
        border-radius: 50%;
        border: 1px solid rgba(255,255,255,0.5);
        color: rgba(255,255,255,0.5);
        display: inline-block;
}
.social-icons-large li a:hover {
        background: #eeb013;
        color: #fff;
}
.social-icons li a {
        border-radius: 50%;
        background: rgba(255,255,255,0.3);
        height: 42px;
        width: 42px;
        display: inline-block;
        text-align: center;
        line-height: 42px;
        font-size: 14px;
}
.contact.style-3 li a {
        background: #f9f9f9;
}
.social-icons li a:hover {
        background: #eeb013;
        color: #fff;
}
.contact.style-3 #contact_form li .form-control {
        border: 1px solid #141414;
        color: #141414;
        margin-bottom: 20px;
        height: 50px;
        font-size: 15px;
        padding: 0 20px;
        line-height: 50px;
}
.contact.light-border #contact_form li .form-control {
        border: 1px solid #ececec !important;
}
.contact.light-border #contact_form li .form-control:focus {
        border: 1px solid #eeb013 !important;
}
.contact.style-3 #contact_form li textarea {
        padding: 0px;
        padding-left: 10px;
}
.contact.style-3 #contact_form li textarea {
        padding-left: 20px;
}
.contact-parallax ::-webkit-input-placeholder {
 color: #fff;
}
.contact-parallax .contact.style-3 #contact_form li .form-control {
        color: #fff;
        border: 1px solid rgba(255,255,255,0.5) !important;
}
.contact-parallax .contact.style-3 #contact_form li .form-control:focus {
        color: #fff;
        border: 1px solid #eeb013 !important;
}
.contact-parallax :-moz-placeholder { /* Firefox 18- */
 color: #fff;
}
.contact-parallax ::-moz-placeholder {  /* Firefox 19+ */
 color: #fff;
}
.contact-parallax :-ms-input-placeholder {
 color: #fff;
}
.contact.light-border #contact_form li textarea {
        height: 200px !important;
}
.contact.style-3 .contact-form button {
        color: #141414;
        border: 2px solid #e4e4e4;
        padding: 10px 30px;
        margin-top: 0px;
        font-size: 12px;
}
.contact.style-3 .contact-form button:hover {
        border: 2px solid #eeb013;
}
.bg-parallax.style-4 h2 {
        font-size: 48px;
        font-weight: bold;
        margin: 20px 0;
}
.bg-parallax.style-4 span.hand-craft {
        color: #6f6f6f;
        font-size: 24px;
        font-style: italic;
        display: inline-block;
        width: 100%;
}
.bg-parallax.style-4 a {
        color: #fff;
        font-size: 30px;
        margin-top: 30px;
        display: inline-block;
}
/*=======================================================
                        PARTHNER
========================================================*/
.section-parthner ul {
        text-align: center;
}
.section-parthner ul li {
        display: inline-block;
        width: 24.5%;
        padding: 10px;
        text-align: center;
}
.parthners {
        border-bottom: 1px solid #ececec;
}
.parthners .col-5 li {
        width: 20%;
        float: left;
        display: inline-block;
}
/*=======================================================
                        SUB BANNER
========================================================*/
div.overlay {

    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGUlEQVQ4y2NgoBJwoJAedcGoC0ZdMOAuAABF0hABJ/8lyQAAAABJRU5ErkJggg==);
    position: absolute;
    left: 0; top: 0; height: 100%; width: 100%;
    position:fixed;
    z-index:-1;
}

div.darkbg {

    background-color:#000;
    opacity:0.3;
    position: absolute;
    left: 0; top: 0; height: 100%; width: 100%;
    position:fixed;
    z-index:0
}



.sub-banner1 {
        min-height: 700px;
        background: url(../images/grey-bg.jpg) center center fixed no-repeat;
        background-size: cover;
        text-align: center;
}

.sub-banner1 .position-center-center {
        width: 100%;
}
.sub-banner1 h2 {
        color: #fff;
        margin: 0px;
        font-size: 48px;
        letter-spacing: 2px;
        text-transform: uppercase;
        margin-top: 150px;
}

.sub-banner2 {
        min-height: 700px;
        background: url(../images/black-bg.jpg) center center fixed no-repeat;
        background-size: cover;
        text-align: center;
        z-index:-1;
}

.sub-banner2 .position-center-center {
        width: 100%;
}
.sub-banner2 h2 {
        color: #fff;
        margin: 0px;
        font-size: 48px;
        letter-spacing: 2px;
        text-transform: uppercase;
        margin-top: 150px;
}

.sub-banner3 {
        min-height: 700px;
        background: url(../images/homepage-erstellen-lassen.jpg) center center fixed no-repeat;
        background-size: cover;
        text-align: center;
        z-index:-1;
}

.sub-banner3 .position-center-center {
        width: 100%;
}
.sub-banner3 h2 {
        color: #fff;
        margin: 0px;
        font-size: 48px;
        letter-spacing: 2px;
        text-transform: uppercase;
        margin-top: 150px;
}

.sub-banner4 {
        min-height: 700px;
        background: url(../images/virenentfernung.jpg) center center fixed no-repeat;
        background-size: cover;
        text-align: center;
        z-index:-1;
}

.sub-banner4 .position-center-center {
        width: 100%;
}
.sub-banner4 h2 {
        color: #fff;
        margin: 0px;
        font-size: 48px;
        letter-spacing: 2px;
        text-transform: uppercase;
        margin-top: 150px;
}

.sub-banner {
        min-height: 700px;
        background: url(../images/bg/sub-bnr-bg.jpg) center center fixed no-repeat;
        background-size: cover;
        text-align: center;
}
.sub-banner .position-center-center {
        width: 100%;
}
.sub-banner h2 {
        color: #fff;
        margin: 0px;
        font-size: 48px;
        letter-spacing: 2px;
        text-transform: uppercase;
        margin-top: 150px;
}
.breadcrumb {
        text-align: center;
        background: none;
        text-transform: uppercase;
        margin-top: 30px;
}
.breadcrumb a {
        color: #ffffff;
        font-family: 'Montserrat', sans-serif;
        font-size: 13px;
}
.breadcrumb>.active {
        color: #ffffff;
        font-size: 13px;
        font-weight: normal;
        font-family: 'Montserrat', sans-serif;
}
.breadcrumb>li+li:before {
        content: "\f105";
        font-family: 'FontAwesome';
        padding: 0 20px;
        font-size: 13px;
        color: #ffffff;
        font-weight: normal;
}
/*=======================================================
                        TESTIMONIAL
========================================================*/
.testimonial {
}
.testimonial {
}
.testimonial .testi {
        width: 65%;
        text-align: center;
        margin: 0 auto;
        position: relative;
}
.testimonial.style-1 .testi {
        text-align: center;
        min-height: 370px;
}
.testimonial .testi p {
        font-size: 18px;
        color: #6f6f6f;
        line-height: 30px;
        font-style: italic;
}
.testimonial .flex-control-thumbs {
        position: relative;
        top: 0px;
        left: 0px;
}
.testimonial .flex-control-thumbs li {
        width: auto;
        height: 155px;
        width: 155px;
        position: relative;
        overflow: hidden;
        float: none;
        margin: 0 10px;
        border-radius: 50%;
}
.testimonial .flex-control-thumbs li img {
        border-radius: 50%;
        border: 6px solid;
        border-color: rgba(255,255,255,0.5);
}
.testimonial .slides {
        margin-top: 200px;
        position: absolute;
        width: 100%;
}
.testimonial .flex-control-thumbs .flex-active {
        border: 6px solid #eeb013;
}
.testimonial .divider .i-div {
        margin: 15px 0;
}
.testimonial .testi h6 {
        font-weight: normal;
        font-size: 14px;
}
.testimonial .white-text {
}
.testimonial p {
        font-family: 'Crimson Text', serif;
        font-style: italic;
        font-size: 16px;
}
.testimonial.style-2 .testi {
}
.testimonial.style-2 .testi p {
        font-size: 18px;
}
.testimonial.style-2 hr {
        width: 65px;
        height: 2px;
        border: none;
        background: #fff;
        margin: 20px auto;
}
.testimonial.style-2 .testi {
        min-height: auto;
}
.testimonial.style-2 .avatar {
        height: 143px;
        width: 143px;
        border-radius: 50%;
        position: relative;
        overflow: hidden;
        margin: 0 auto;
        margin-bottom: 30px;
}
.testimonial.style-3 {
}
.testimonial.style-3 li {
        padding-left: 70px;
}
.testimonial.style-3 .testi-in {
        position: relative;
        border: 1px solid #e5e5e5;
        padding: 40px;
        padding-left: 90px;
}
.testimonial.style-3 .testi-in p {
        font-size: 16px;
        color: #6f6f6f;
        font-weight: 500;
}
.testimonial.style-3 .testi-in h6 {
        text-transform: uppercase;
        font-size: 12px;
        margin-top: 40px;
        margin-bottom: 0px;
}
.testimonial.style-3 .testi-in span {
        font-family: 'Crimson Text', serif;
        font-style: italic;
        font-size: 14px;
}
.testimonial.style-3 .testi-in .avatar {
        height: 114px;
        width: 114px;
        position: absolute;
        left: -60px;
        border-radius: 50%;
        margin-top: 5%;
}
.testimonial.style-4 {
}
.testimonial.style-4 .avatar {
        height: 115px;
        width: 115px;
        position: relative;
        overflow: hidden;
        margin: 0 auto;
        margin-bottom: 40px;
}
.testimonial.style-4 .testi {
        width: 89%;
}
.testimonial.style-4 .testi h6 {
        color: #000 !important;
        letter-spacing: 1px;
}
.testimonial.style-4 .testi .text-in:before {
        font-family: 'FontAwesome';
        content: "\f0d8";
        position: absolute;
        font-size: 50px;
        left: 0px;
        right: 0px;
        width: 50px;
        margin: 0 auto;
        top: -43px;
        color: #fff;
        text-shadow: 0px -1px 1px rgba(0,0,0,0.2);
}
.testimonial.style-4 .testi .text-in {
        border: 1px solid #ececec;
        padding: 30px 30px;
        margin-bottom: 10px;
        position: relative;
}
.testimonial.style-4 .testi .text-in p {
        color: #000 !important;
        margin-bottom: 30px;
}
.testimonial.style-5 .testi {
        width: 89%;
}
.testimonial.style-5 .testi p {
        color: #000 !important;
        margin-bottom: 30px;
}
.testimonial.style-6 {
}
.testimonial.style-6 li {
        padding-left: 70px;
}
.testimonial.style-6 .testi-in {
        position: relative;
        padding: 40px;
        padding-left: 90px;
        padding-top: 0px;
        padding-bottom: 30px;
}
.testimonial.style-6 .testi-in p {
        font-size: 16px;
        color: #6f6f6f;
        font-weight: 500;
        font-style: normal;
}
.testimonial.style-6 .testi-in h6 {
        text-transform: uppercase;
        font-size: 16px;
        margin-top: 0px;
        margin-bottom: 0px;
        letter-spacing: 1px;
        margin-bottom: 10px;
        font-weight: normal;
}
.testimonial.style-6 hr {
        width: 65px;
        height: 2px;
        border: none;
        background: #eeb013;
        margin: 20px 0;
}
.testimonial.style-6 .testi-in span {
        font-family: 'Crimson Text', serif;
        font-style: italic;
        font-size: 14px;
}
.testimonial.style-6 .testi-in .avatar {
        height: 114px;
        width: 114px;
        position: absolute;
        left: -60px;
        border-radius: 50%;
        margin-top: 0px;
}
.testimonial.style-7 {
}
.testimonial.style-7 li {
        padding-left: 70px;
}
.testimonial.style-7 .testi-in {
        position: relative;
        padding-left: 40px;
}
.testimonial.style-7 .testi-in p {
        font-size: 16px;
        color: #6f6f6f;
        line-height: 24px;
        font-weight: 500;
        font-style: normal;
}
.testimonial.style-7 .testi-in h6 {
        text-transform: uppercase;
        font-size: 12px;
        margin-top: 0px;
        margin-bottom: 0px;
        letter-spacing: 1px;
        margin-bottom: 5px;
        margin-top: 20px;
        font-weight: normal;
        text-align: right;
}
.testimonial.style-7 .testi-in span {
        font-family: 'Crimson Text', serif;
        font-style: italic;
        font-size: 14px;
        text-align: right;
        display: inline-block;
        width: 100%;
}
.testimonial.style-7 .testi-in .avatar {
        height: 70px;
        width: 70px;
        position: absolute;
        left: -60px;
        border-radius: 0px;
        margin-top: 0px;
}
.testimonial.style-7 .text-in {
        border: 1px solid #ececec;
        padding: 30px;
}
.testimonial.style-7 .text-in:before {
        content: "";
        position: absolute;
        height: 11px;
        width: 11px;
        float: left;
        left: 30px;
        top: 30px;
        background: url(../images/testimonials/small-bulet.jpg) no-repeat;
}
.testimonial .white-text {
        color: #fff !important;
}
.testimonial .white-text p {
        color: #fff !important;
}
.testimonial .white-text h6 {
        color: #fff !important;
}
.bx-controls-direction {
        display: none;
}
.bx-wrapper .bx-pager {
        margin-top: 0px;
        position: relative;
}
/*=======================================================
                        PROMO
========================================================*/
.promo.black {
        background: #111;
        padding: 25px 0;
}

.promo.dark {
        background: #323232;
        padding: 25px 0;
}
.promo.light {
        background: #ececec;
        padding: 50px 0;
}
.promo h4 {
        font-weight: normal;
        margin: 10px 0;
}
.promo h3 {
        margin: 0px;
        display: inline-block;
        font-size: 30px;
        line-height: 50px;
        font-weight: normal;
}
.promo a.btn {
        float: right;
}
.promo.bg {
}
.bg-parallax {
        background-position: left center;
        background-attachment: fixed !important;
        background-size: cover !important;
}

.bg-parallax-1 {
        background-position: left center;
        background-attachment: fixed !important;
        background-size: cover !important;
        background-image: url(images/black-bg.jpg);


}
/*=======================================================
                        EVENT BLOCK
========================================================*/
.event-block {
}
.event-block .huge-text {
        font-size: 156px;
        letter-spacing: -10px;
        color: #eeb013;
        font-weight: bold;
        line-height: 120px;
}
.event-block .huge-text small {
        font-size: 100px;
        width: 100%;
        display: inline-block;
}
.event-block .dark-border {
        border: 1px solid #eeb013;
        color: #eeb013;
}
.event-block p {
        color: #909090;
        font-size: 22px;
        font-style: italic;
}
.event-block .dark-border:hover {
        background: #eeb013;
}
.lamp {
        position: absolute;
        right: 10%;
        width: 297px;
        height: 332px;
        top: 0px;
        float: right;
}
/*=======================================================
                        ICONS
========================================================*/
.icon-box .ib-icon {
        background-color: transparent;
        display: inline-block;
        font-size: 26px;
        float: left;
        height: 5rem;
        line-height: 4.85714rem;
        width: 5rem;
        margin-right: 2.14286rem;
        position: relative;
        text-align: center;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
}
.icon-box .ib-icon i {
        color: #ff9c00;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
}
.icon-box .ib-info {
        padding-left: 5rem;
        text-align: left;
}
.icon-box.ib-left:before, .icon-box.ib-left:after {
        content: " ";
        display: table;
}
.icon-box.ib-left:after {
        clear: both;
}
.icon-box.ib-left .ib-icon {
        float: left;
        margin-left: 0;
        margin-right: 2.14286rem;
}
.icon-box.ib-left .ib-info {
        padding-right: 0 !important;
        padding-left: 5rem !important;
        text-align: left;
}
.icon-box.ib-right:before, .icon-box.ib-right:after {
        content: " ";
        display: table;
}
.icon-box.ib-right:after {
        clear: both;
}
.icon-box.ib-right .ib-icon {
        float: right;
        margin-left: 2.14286rem;
        margin-right: 0;
}
.icon-box.ib-right .ib-info {
        padding-left: 0 !important;
        padding-right: 5rem !important;
        text-align: right;
}
.icon-box.ib-center .ib-icon, .icon-box.ib-center .ib-info {
        display: block;
        float: none;
        margin-left: auto !important;
        margin-right: auto !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        text-align: center;
        width: 100%;
}
.icon-box.ib-center .ib-icon {
        margin-bottom: 2.14286rem;
}
.icon-box.ib-text-alt p {

        font-style: italic;
        font-size: 14px;
        line-height: 24px;
        font-weight: 500;
}

.icon-box.ib-text-alt.light p {

        color:#fff;
}
.contact .ib-info.text-dark p {
        color: #141414;
}
.contact .ib-info.text-dark a {
        color: #141414 !important;
}
.icon-box.ib-circle .ib-icon {
        border-radius: 50%;
}
.icon-box.ib-radius .ib-icon {
        border-radius: 4px;
}
.icon-box.ib-bordered .ib-icon {
        border: 2px solid;
}
.icon-box.ib-bordered.ib-bordered-thin .ib-icon {
        border-width: 1px;
}
.icon-box.ib-bordered.ib-bordered-light .ib-icon {
        border-color: #d9d9d9;
}
.icon-box.ib-bordered.ib-bordered-white .ib-icon {
        border-color: #ededed;
}
.icon-box.ib-bordered.ib-bordered-black .ib-icon {
        border-color: #141414;
}
.icon-box.ib-small .ib-icon {
        height: 69px;
        line-height: 67px;
        width: 69px;
        font-size: 30px;
}
.icon-box.ib-medium .ib-icon {
        height: 104px;
        line-height: 104px;
        width: 104px;
}
.icon-box.ib-large .ib-icon {
        height: 110px;
        line-height: 110px;
        width: 110px;
}
.icon-box.i-small .ib-icon {
        font-size: 1rem;
}
.icon-box.i-medium .ib-icon {
        font-size: 2rem;
}
.icon-box.i-large .ib-icon {
        font-size: 30px;
}
.icon-box.i-xlarge .ib-icon {
        font-size: 4rem;
}
.icon-box.i-left .ib-icon:before, .icon-box.i-left .ib-icon:after {
        content: " ";
        display: table;
}
.icon-box.i-left .ib-icon:after {
        clear: both;
}
.icon-box.i-left .ib-icon i {
        float: left;
}
.icon-box.i-right .ib-icon:before, .icon-box.i-right .ib-icon:after {
        content: " ";
        display: table;
}
.icon-box.i-right .ib-icon:after {
        clear: both;
}
.icon-box.i-right .ib-icon i {
        float: right;
}
.icon-box.i-top .ib-icon {
        line-height: 1;
}
.icon-box.ib-style-1 {
        display: table;
        width: 100%;
}
.icon-box.ib-style-1 a {

}
.icon-box.ib-style-1 .ib-icon {
        margin-left: 0;
        margin-right: 0;
        text-align: center;
}
.icon-box.ib-style-1 .ib-info {
        display: table-cell;
        float: none;
        min-width: 75%;
        vertical-align: middle;
        padding-left: 0;
}
.icon-box.ib-style-1 .ib-info h4:only-child {
        margin-bottom: 0;
}
.icon-box.ib-style-2 .ib-info {
        padding-left: 7.14286rem;
}
.icon-box.ib-style-3 .ib-info {
        padding-left: 10rem;
}
.icon-box.ib-style-4 .ib-icon {
        margin-bottom: 40px;
        position: relative;
        height: 80px;
        width: 80px;
        line-height: 80px;
}
.icon-box.ib-style-4 .ib-icon:after {
        background-color: #d9d9d9;
        content: '';
        height: 21px;
        left: 50%;
        position: absolute;
        -webkit-transform: translate(50%, 50%);
        -moz-transform: translate(50%, 50%);
        -ms-transform: translate(50%, 50%);
        -o-transform: translate(50%, 50%);
        transform: translate(50%, 50%);
        top: 100%;
        width: 1px;
}
.icon-box.ib-style-4 .ib-info h4 {
        font-size: 14px;
        margin-top: 20px !important;
}
.icon-box.ib-style-5 {
        border: 1px solid #d9d9d9;
        border-radius: 8px;
        display: block;
        margin-top: 4.28571rem;
        padding: 5.35714rem 1.07143rem 1.78571rem;
        position: relative;
}
.icon-box.ib-style-5 .ib-icon {
        background-color: #fff;
        left: 50%;
        margin: 0;
        position: absolute;
        top: 0;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
}
.icon-box.ib-style-5 .ib-info a {
        color: inherit;
        font-size: 11px;
        margin-top: 20px;
        display: inline-block;
        width: 100%;
        margin-bottom: 10px;
        font-weight: 700;
        letter-spacing: 0.5px;
        text-transform: uppercase;
}
.icon-box.ib-style-5 .ib-info a:hover, .icon-box.ib-style-5 .ib-info a:active, .icon-box.ib-style-5 .ib-info a.active, .icon-box.ib-style-5 .ib-info a:focus {
        color: #f6b138;
}
.icon-box.ib-black .ib-icon {
        background-color: #141414 !important;
        border-color: #141414 !important;
        color: #FFFFFF !important;
}
.icon-box.ib-black .ib-icon i {
        color: inherit;
}
.icon-box.ib-white .ib-icon {
        background-color: #FFFFFF !important;
        border-color: #FFFFFF !important;
        color: #141414 !important;
}
.icon-box.ib-white .ib-icon i {
        color: inherit;
}
.icon-box.ib-gray .ib-icon {
        background-color: #ececec;
        border-color: #ececec;
        color: #909090;
}
.icon-box.ib-gray .ib-icon i {
        color: inherit;
}
.iconlist {
        list-style-type: none;
        margin-left: 2.85714rem;
}
.iconlist li {
        padding-bottom: 1.07143rem;
        padding-top: 1.07143rem;
        position: relative;
}
.iconlist li ul, .iconlist li ol {
        margin-left: 2.85714rem;
        margin-bottom: 0;
        list-style: none;
}
.iconlist li > i, .iconlist li:before {
        color: #141414;
        font-size: 75%;
        font-style: normal;
        height: 1.42857rem;
        left: -2.85714rem;
        line-height: 1.42857rem;
        position: absolute;
        text-align: center;
        top: 1.07143rem;
        width: 1.42857rem;
}
.iconlist.il-left {
        margin-left: 2.85714rem !important;
        margin-right: 0 !important;
}
.iconlist.il-left li ul, .iconlist.il-left li ol {
        margin-left: 2.85714rem;
}
.iconlist.il-left li > i, .iconlist.il-left li:before {
        left: -2.85714rem !important;
        right: auto;
}
.iconlist.il-right {
        margin-left: 0 !important;
        margin-right: 2.85714rem !important;
}
.iconlist.il-right li ul, .iconlist.il-right li ol {
        margin-left: 2.85714rem;
}
.iconlist.il-right li > i, .iconlist.il-right li:before {
        left: auto;
        right: -2.85714rem !important;
}
.iconlist.il-heading li {
        color: #141414;
        letter-spacing: 1px;
        text-transform: uppercase;
}
.iconlist.il-ordered {
        counter-reset: ordered-counter;
}
.iconlist.il-ordered li:before {
        content: counter(ordered-counter, decimal);
        counter-increment: ordered-counter;
}
.iconlist.i-primary li > i, .iconlist.i-primary li:before {
        color: #f6b138;
}
.iconlist.i-fill-primary li > i, .iconlist.i-fill-primary li:before {
        background-color: #f6b138;
        color: #FFFFFF;
}
.iconlist.i-fill-gray li > i, .iconlist.i-fill-gray li:before {
        background-color: #909090;
        color: #FFFFFF;
}
.iconlist.i-circle li > i, .iconlist.i-circle li:before {
        border-radius: 50%;
}
.iconlist.i-radius li > i, .iconlist.i-radius li:before {
        border-radius: 4px;
}
.iconlist.i-bordered li > i, .iconlist.i-bordered li:before {
        border: 1px solid #d9d9d9;
}
.iconlist.i-small li > i, .iconlist.i-small li:before {
        font-size: 0.85714rem;
        margin-top: -0.2381rem;
}
.iconlist.i-medium {
        margin-left: 3.21429rem;
}
.iconlist.i-medium li > i, .iconlist.i-medium li:before {
        font-size: 1rem;
        height: 1.78571rem;
        line-height: 1.71429rem;
        margin-top: -0.30612rem;
        width: 1.78571rem;
}
.iconlist.i-large {
        margin-left: 3.57143rem;
}
.iconlist.i-large li > i, .iconlist.i-large li:before {
        font-size: 1.42857rem;
        height: 2.14286rem;
        line-height: 1.92857rem;
        top: 0.53571rem;
        width: 2.14286rem;
}
.icon-box p {
        font-size: 12px;
        line-height: 24px;
}
.icon-box .h6 {
        font-size: 12px;
        margin: 18px 0px;
        text-transform: uppercase;
        font-weight: bold;
}

.icon-box.light .h6 {
        color:#fff;
}
.ib-style-3 .h6 {
        font-size: 14px;
}
.text-primary {
        color: #f6b138 !important;
}
/*=======================================================
                        PRICINF TABLE
========================================================*/
.pricing-table {
        border: solid 1px #ededed;
        margin-left: 0;
        position: relative;
        z-index: 3;
}
.pricing-table .title {
        background-color: transparent;
        color: #303438;
        font-family: "Montserrat", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
        font-weight: 700;
        font-size: 14px;
        padding: 25px 0;
        text-align: center;
}
.pricing-table .price {
        background-color: transparent;
        color: #141414;
        font-family: "Montserrat", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
        font-size: 50px;
        font-weight: 400;
        padding: 20px 0;
        padding-bottom: 50px;
        text-align: center;
}
.pricing-table .description {
        background-color: transparent;
        border-bottom: none;
        color: #6f6f6f;
        font-weight: 400;
        text-align: center;
}
.pricing-table .bullet-item {
        background-color: transparent;
        border-bottom: none;
        color: #6f6f6f;
        font-weight: 400;
        line-height: 48px;
        text-align: center;
        font-size: 12px;
}
.pricing-table .price-label {
        background-color: #F76626;
        color: #FFFFFF;
        display: block;
        overflow: hidden;
        text-align: center;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-size: 0.78571rem;
        text-transform: uppercase;
        border-radius: 50%;
        height: 3.21429rem;
        line-height: 3.21429rem;
        padding: 0 0.35714rem;
        width: 3.21429rem;
}
.pricing-table .price-label {
        position: absolute;
        top: 0;
        left: 84%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
}
.pricing-table .mixed {
        position: relative;
}
.pricing-table .mixed .price-label {
        bottom: 0;
        top: auto;
        -webkit-transform: translate(-50%, 50%);
        -moz-transform: translate(-50%, 50%);
        -ms-transform: translate(-50%, 50%);
        -o-transform: translate(-50%, 50%);
        transform: translate(-50%, 50%);
}
.pricing-table .title {
        letter-spacing: 1px;
        text-transform: uppercase;
}
.pricing-table .price .currency {
        font-family: "Montserrat", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
        font-size: 18px;
        padding-right: 5px;
        vertical-align: top;
}
.pricing-table .price .period {
        font-family: "Crimson Text", Georgia, Cambria, "Times New Roman", Times, serif;
        font-size: 14px;
        font-style: italic;
        color: #141414;
        padding-left: 5px;
}
.pricing-table .cta-button .button {
        margin: 0;
}
.pricing-table.style-1 {
        position: relative;
}
.pricing-table.style-1 .title {
        border-bottom: solid 1px #ededed;
}
.pricing-table.style-1 .cta-button {
        position: static;
}
.pricing-table.style-1 .cta-button .btn {
        bottom: 0;
        left: 50%;
        margin: 0;
        position: absolute;
        -webkit-transform: translate(-50%, 50%);
        -moz-transform: translate(-50%, 50%);
        -ms-transform: translate(-50%, 50%);
        -o-transform: translate(-50%, 50%);
        transform: translate(-50%, 50%);
        white-space: nowrap;
}
.pricing-table.style-1 .cta-button .btn:hover {
        background: #fff;
}
.pricing-table.mixed-skew-bottom-left .mixed:before {
        border-bottom: 20px solid #fff;
        border-left: 280px solid transparent;
        bottom: -2px;
        content: "";
        left: 0;
        position: absolute;
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        -moz-transform: rotate3d(0, 0, 1, 0deg);
        -ms-transform: rotate3d(0, 0, 1, 0deg);
        -o-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
        -webkit-transform-origin: 0 100% 0;
        -moz-transform-origin: 0 100% 0;
        -ms-transform-origin: 0 100% 0;
        -o-transform-origin: 0 100% 0;
        transform-origin: 0 100% 0;
        width: 100%;
        z-index: 0;
}
.pricing-table.mixed-skew-bottom-right .mixed:before {
        border-bottom: 20px solid #fff;
        border-right: 280px solid transparent;
        bottom: -2px;
        content: "";
        left: 0;
        position: absolute;
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        -moz-transform: rotate3d(0, 0, 1, 0deg);
        -ms-transform: rotate3d(0, 0, 1, 0deg);
        -o-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
        -webkit-transform-origin: 0 100% 0;
        -moz-transform-origin: 0 100% 0;
        -ms-transform-origin: 0 100% 0;
        -o-transform-origin: 0 100% 0;
        transform-origin: 0 100% 0;
        width: 100%;
        z-index: 0;
}
.pricing-table.hover-up {
        transition: all 300ms ease-out;
}
.pricing-table.hover-up.active, .pricing-table.hover-up:hover, .pricing-table.hover-up:active, .pricing-table.hover-up:focus {
        -webkit-transform: translateY(-22px);
        -moz-transform: translateY(-22px);
        -ms-transform: translateY(-22px);
        -o-transform: translateY(-22px);
        transform: translateY(-22px);
}
.pricing-table.hover-shadow {
        transition: all 300ms ease-out;
}
.pricing-table.hover-shadow.active, .pricing-table.hover-shadow:hover, .pricing-table.hover-shadow:active, .pricing-table.hover-shadow:focus {
        -webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(236, 236, 236, 0.19);
        -moz-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(236, 236, 236, 0.19);
        -ms-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(236, 236, 236, 0.19);
        -o-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(236, 236, 236, 0.19);
        box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(236, 236, 236, 0.19);
}
.pricing.style-2 .icon {
        background: #fff url(../images/fact/pattern-bg.jpg) repeat;
        height: 80px;
        width: 80px;
        line-height: 78px;
        border: 1px solid #eeeeee;
        border-radius: 50%;
        position: relative;
        overflow: hidden;
        text-align: center;
        z-index: 99;
        margin: 0 auto;
        position: absolute;
        left: 0px;
        right: 0px;
        top: 0px;
}
.pricing .style-2 {
        margin-top: 50px;
        padding-top: 50px;
}
.pricing .pricing-table.style-2 .title {
        border: none;
        font-size: 12px;
        padding-top: 0px;
        padding-bottom: 10px;
}
.pricing .pricing-table.style-2 .price {
        font-family: "Crimson Text", Georgia, Cambria, "Times New Roman", Times, serif;
        letter-spacing: -0.6px;
        font-style: italic;
        padding: 0px;
        border-bottom: 1px solid #ececec;
}
.pricing .pricing-table.style-2 .price .currency {
        font-style: normal;
        padding-right: 0px;
}
.pricing .pricing-table.style-2 .btn {
        width: 100%;
        background: #141414;
        margin-top: 20px;
        color: #fff;
        padding: 20px 0;
        font-size: 14px;
        border: none;
}
.pricing .pricing-table.style-2 .btn:hover {
        background: #eeb013;
}
.pricing .pricing-table.style-3 .price {
        font-family: "Crimson Text", Georgia, Cambria, "Times New Roman", Times, serif;
        padding-top: 0px;
        background-size: cover;
        color: #fff;
        font-size: 24px;
        padding-top: 30px;
        font-style: italic;
        padding-bottom: 40px;
        position: relative;
        overflow: hidden;
}
.pricing .pricing-table.style-3 .bg-img {
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
        z-index: -1;
}
.pricing .pricing-table.style-3 .price:before {
        content: "";
        height: 50px;
        background: #fff;
        width: 120%;
        -ms-transform: rotate(7deg); /* IE 9 */
        -webkit-transform: rotate(7deg); /* Chrome, Safari, Opera */
        transform: rotate(7deg);
        position: absolute;
        left: -20px;
        bottom: -20px;
}
.pricing .pricing-table.style-3 .period {
        color: #fff;
        font-size: 18px;
}
.pricing .pricing-table.style-3 .currency {
        font-family: "Crimson Text", Georgia, Cambria, "Times New Roman", Times, serif;
}
.pricing .pricing-table.style-3 h5 {
        color: #fff;
        font-size: 18px;
        margin-bottom: 30px;
        font-style: normal;
        border: 2px solid #fff;
        text-transform: uppercase;
        display: inline-block;
        padding: 10px 20px;
}
.pricing .pricing-table.style-3 .btn {
        width: 100%;
        background: #ececec;
        margin-top: 20px;
        color: #141414;
        padding: 20px 0;
        font-size: 14px;
        border: none;
}
.pricing .pricing-table.style-3 .btn:hover {
        background: #141414;
        color: #fff;
}
/*=======================================================
                        FACTS
========================================================*/
.facts {
}
.facts.style-2 {
        padding: 150px 0;
}
.facts.style-2:before {
        content: "";
        position: absolute;
        top: 0px;
        height: 55px;
        width: 100%;
        left: 0px;
        z-index: 9;
        background: #fff;
}
.facts.style-2:after {
        content: "";
        position: absolute;
        bottom: 0px;
        height: 150px;
        width: 100%;
        left: 0px;
        z-index: 9;
        background: #fff;
}
.facts .app-image {
        position: absolute;
        left: 0px;
        right: 0px;
        width: 100%;
        top: 0px;
        text-align: center;
        z-index: 99;
}
.facts.style-3 .icon {
        height: 129px;
        width: 129px;
        margin: 0 auto;
        border: 1px solid rgba(255,255,255,0.1);
        border-radius: 50%;
        line-height: 127px;
        text-align: center;
        margin-bottom: 20px;
}
.facts.style-3 .icon i {
        height: 80px;
        width: 80px;
        font-size: 20px;
        text-align: center;
        line-height: 80px;
        color: #141414;
        background: #fff;
        border-radius: 50%;
        display: inline-block;
}
.facts.style-3 .number {
        font-size: 48px;
}
.facts.style-3 .c-style-6 {
        text-align: center;
}
.facts.style-3 .c-style-6 {
        margin-bottom: 0px;
}
.facts.style-3 .c-style-6 h5 {
        font-family: "Montserrat", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
        font-weight: normal;
        font-size: 14px;
        color: #fff;
        text-transform: uppercase;
        margin: 0px;
}
.facts.style-4 {
        text-align: center;
}
.facts.style-4 .c-style-7 h5 {
        font-family: "Crimson Text", Georgia, Cambria, "Times New Roman", Times, serif;
        font-size: 18px;
        color: #fff;
        font-style: italic;
        text-transform: none;
        margin: 0px;
        color: #6f6f6f;
        font-weight: normal;
}
.facts.style-4 .c-style-7 .number {
        font-size: 30px;
        color: #6f6f6f;
        margin: 10px 0;
        display: inline-block;
        width: 100%;
}
/*=======================================================
                        COUNTER
========================================================*/
.counter.style-1 {
        background: #575757;
}
.counter.pattern {
        background: url(../images/fact/pattern-bg.jpg) repeat;
}
.counter h5 {
        margin: 0px;
}
.counter .c-text-white {
        color: #FFFFFF !important;
}
.counter .c-style-1 {
        height: 172px;
        width: 172px;
        border-radius: 50%;
        border: 5px solid #000000;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
}
.counter .c-style-1 .number {
        display: block;
        font-size: 24px;
        margin-bottom: 10px;
        font-weight: 700;
}
.counter .c-style-1 h5 {
        font-size: 11px;
        color: #fff;
        letter-spacing: 0;
        text-transform: uppercase;
}
.counter .c-style-2 {
        font-family: "Crimson Text", Georgia, Cambria, "Times New Roman", Times, serif;
        font-style: italic;
        height: 172px;
        width: 172px;
        position: relative;
        border-radius: 50%;
        border: 5px solid #000000;
        background: #fff;
        z-index: 99;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
}
.counter .c-style-2:before {
        height: 192px;
        width: 192px;
        content: "";
        z-index: 1;
        border-radius: 50%;
        margin: 0 auto;
        left: -15px;
        right: 0px;
        top: -15px;
        border: 10px solid #fff;
        position: absolute;
        box-shadow: 0 0 1px rgba(51,51,51,0.5);
}
.counter .c-style-2 .number, .counter.c-style-2 h5 {
        font-family: inherit;
        font-style: inherit;
}
.counter .c-style-2 .number {
        font-size: 40px;
        font-weight: bold;
}
.counter.c-style-2 .number .timer {
        margin-right: 5px;
}
.counter .c-style-2 h5 {
        font-size: 18px;
        text-transform: capitalize;
        font-weight: 600;
        color: #141414;
        letter-spacing: 0;
        font-family: "Crimson Text", Georgia, Cambria, "Times New Roman", Times, serif;
}
.counter.style-2 p {
        font-size: 18px;
        color: #6f6f6f;
}
.counter .c-style-3 {
        font-family: "Crimson Text", Georgia, Cambria, "Times New Roman", Times, serif;
        font-style: italic;
        height: 172px;
        width: 172px;
        position: relative;
        border-radius: 50%;
        border: 5px solid #000000;
        background: #fff;
        z-index: 99;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
}
.counter .c-style-3 .number {
        background-color: #f6b138;
        color: #FFFFFF;
        display: block;
        height: 72px;
        line-height: 72px;
        margin-left: auto;
        margin-right: auto;
        font-family: inherit;
        font-size: 26px;
        font-style: inherit;
        font-weight: bold;
        text-align: center;
        width: 72px;
        border-radius: 50%;
}
.counter .c-style-3 .number:nth-child(1) {
        background: #b1857a;
}
.counter .c-style-3 .number:nth-child(2) {
        background: #7fa08f;
}
.counter .c-style-3 .number:nth-child(3) {
        background: #807c76;
}
.counter .c-style-3 .number:nth-child(4) {
        background: #bf9e2c;
}
.counter.style-3 h5 {
        font-size: 12px;
        text-transform: uppercase;
        margin-top: 40px;
        font-weight: normal;
        margin-bottom: 20px;
}
.counter.style-3 p {
        font-size: 16px;
        font-style: italic;
        font-family: "Crimson Text", Georgia, Cambria, "Times New Roman", Times, serif;
        color: #6f6f6f;
        line-height: 24px;
}
.counter .c-style-4 {
        font-family: "Montserrat", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
        font-weight: 400;
        position: relative;
        text-align: center;
        padding-bottom: 30px;
}
.counter .c-style-4:before {
        border-bottom: 3px solid #909090;
        bottom: 0;
        content: "";
        left: 50%;
        margin-left: -25px;
        position: absolute;
        width: 55px;
}
.counter .c-style-4 .number {
        display: block;
        font-size: 48px;
        color: #fff;
}
.counter .c-style-4 h5 {
        font-family: "Crimson Text", Georgia, Cambria, "Times New Roman", Times, serif;
        font-size: 18px;
        font-style: italic;
        font-weight: 400;
        letter-spacing: 1px;
        color: #fff;
        margin-top: 10px;
}
.counter .c-style-5 {
        position: relative;
        z-index: 999;
}
.counter .c-style-5 .number {
        font-family: "Crimson Text", Georgia, Cambria, "Times New Roman", Times, serif;
        font-style: italic;
        font-size: 60px;
        color: #fff;
        margin-right: 20px;
        min-width: 50px;
        display: inline-block;
}
.counter .c-style-5 p {
        color: #b2b1b0;
        font-size: 14px;
        line-height: 24px;
}
.counter .c-style-5 h5 {
        color: #fff;
        letter-spacing: 2px;
        margin-top: 10px;
        margin-bottom: 10px;
        text-transform: uppercase;
        font-weight: normal;
        font-size: 14px;
}
.clients img {
        width: auto;
}
.clients .owl-nav {
        display: none;
}
.clients .owl-dots {
        text-align: center;
        margin-top: 20px;
}
.clients .owl-dots div {
        background: #d8d8d8;
        width: 12px;
        display: inline-block;
        height: 12px;
        margin: 0 5px;
        outline: 0;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px
}
.clients .owl-dots .owl-dot.active {
        background: #eeb013;
}
/*=======================================================
                        FOOTER
========================================================*/
#footer {
        background-color: #202020;
        color: #636363;
        font-size: 12px;
}
#footer li {
        line-height: 36px;
}
#footer a {
        color: #636363;
}
#footer a:hover {
        color: #f6b138;
}
#footer p {
        line-height: 24px;
}
#footer .footer-top {
        padding-top: 50px;
}
#footer .footer-top .columns {
        border-left: 1px solid #2e2e2e;
}
#footer .footer-top .columns:first-child {
        border: none;
}
#footer .footer-bottom {
        margin-top: 20px;
}
#footer .block {
        margin-bottom: 20px;
}
#footer .text-primary {
        color: #f6b138 !important;
}
#footer .block .block-title {
        color: #ffffff;
        font-size: 12px;
        letter-spacing: 1px;
        margin-top: 0;
        margin-bottom: 25px;
        padding-bottom: 10px;
        position: relative;
        text-transform: uppercase;
}
#footer .block-content img {
        margin-top: 20px;
}
#footer .block .block-title:not(.no-underline):before {
        background: #f6b138;
        bottom: 0;
        content: "";
        height: 3px;
        position: absolute;
        width: 20px;
}
#footer .copyright {
        text-transform: uppercase;
}
#footer .copyright p {
        font-size: 11px;
        letter-spacing: 1px;
}
.block-instagram-widget a {
        position: relative;
        display: block;
}
.block-instagram-widget {
        margin: 0 5px;
}
.block-instagram-widget li {
        float: left;
        width: 33.333%;
        padding: 0 5px;
        position: relative;
        overflow: hidden;
        padding-bottom: 10px;
}
.block-instagram-widget li img {
        width: 100%;
}
.block-instagram-widget a .overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        color: #FFFFFF;
        font-size: 16px;
        -webkit-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        transition: all 300ms ease;
}
.block-instagram-widget a .overlay i {
        top: 50%;
        left: 50%;
        position: absolute;
        transform: translate(-50%, -50%);
}
.block-instagram-widget a:hover .overlay {
        opacity: 1;
        background-color: #f6b138;
}
.block-twitter-widget {
        font-size: 11px;
        line-height: 18px;
}
.block-twitter-widget .twitter-item {
        margin-top: 20px;
}
.block-twitter-widget .twitter-item .twitter-context {
        margin: 10px 0 10px 0;
        color: #3a3a3a;
}
.social-links ul {
        float: right;
        text-align: right;
}
.social-links li a {
        font-size: 12px;
}
.social-links li {
        padding-left: 20px;
        display: inline-block;
        text-align: right;
}
/*=======================================================
                        PASSION
========================================================*/
.passion {
}
.passion .text-style-2 p {
        color: #fff;
        font-family: "Crimson Text", Georgia, Cambria, "Times New Roman", Times, serif;
        font-size: 22px;
        font-style: italic;
}
.passion .owl-nav {
        margin-top: 50px;
        position: relative
}
.passion .owl-nav div {
        display: inline-block;
        height: 34px;
        width: 34px;
        color: #fff;
        line-height: 32px;
        font-size: 18px;
        text-align: center;
        border: 1px solid #fff;
}
.passion .owl-nav div.owl-next {
        margin-left: 40px;
}
.passion .owl-nav div.owl-next:before {
        content: "";
        left: 34px;
        top: 16px;
        position: absolute;
        width: 40px;
        height: 1px;
        background: #fff;
}
.gallery #carousel-gallery {
        margin: 0 -5px;
        margin-top: 10px;
        text-align: center;
}
.gallery #carousel-gallery .slides > li {
        padding: 0 5px;
}
.gallery #carousel-gallery .slides > li img {
        background: #eeb013;
}
.gallery #carousel-gallery .flex-active-slide img {
        opacity: 0.3;
}
.gallery .flex-direction-nav {
        display: none;
}
/*=======================================================
                        OUR TEAM
========================================================*/
.team-title h4 {
        color: #fff;
        font-family: "Montserrat", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
        font-size: 14px;
        font-weight: 700;
        letter-spacing: 1px;
        margin: 10px 0px;
        text-transform: uppercase;
}
.team-title h4 > a {
        color: inherit;
}
.team-title span {
        color: #fff;
        display: block;
        font-family: "Crimson Text", Georgia, Cambria, "Times New Roman", Times, serif;
        font-style: italic;
        font-weight: normal;
        letter-spacing: 0.5px;
        text-transform: uppercase;
}
.team {
        position: relative;
        z-index: 1;
}
.team:before, .team:after {
        content: " ";
        display: table;
}
.team:after {
        clear: both;
}
.team .team-image img {
        width: 100%;
}
.team.style-1 .team-desc {
        background-color: transparent;
        border-top: 2px solid #ededed;
        color: #FFFFFF;
        bottom: 0;
        display: block;
        left: 0;
        padding: 1rem 1.42857rem;
        position: absolute;
        width: 100%;
        z-index: 2;
}
.team.style-2 .team-small li {
        float: left;
        width: 16.666666%;
        position: relative;
        overflow: hidden;
}
.team.style-2 .team-small li .hover {
        background: rgba(0,0,0,0.8);
        font-size: 14px;
        position: absolute;
        padding: 10px;
        width: 100%;
        bottom: -100%;
        left: 0px;
        float: left;
        text-align: center;
        color: #fff;
        z-index: 999;
}
.team.style-2 .team-small li:hover .hover {
        bottom: 0px;
}
.team.style-2 .team-small li a i {
        float: right;
        color: #f6b138;
}
.team.style-3 ul li {
        text-align: center;
}
.team.style-3 ul li span {
        text-align: center;
        font-family: "Crimson Text", Georgia, Cambria, "Times New Roman", Times, serif;
        font-style: italic;
}
.team.style-3 ul li h6 {
        text-transform: uppercase;
        font-weight: normal;
        margin: 0px;
        margin-top: 20px;
        margin-bottom: 5px;
        color: #141414;
}
.team.style-3 ul li .team-image {
        position: relative;
        overflow: hidden;
}
.team.style-3 ul .hover-social {
        background: #ffffff;
        position: absolute;
        left: 0px;
        bottom: -100%;
        width: 100%;
        padding: 14px 0;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
}
.team.style-3 ul .hover-social li {
        display: inline-block;
        background: #ffffff;
        margin: 0 10px;
        font-size: 16px;
}
.team.style-3 ul li:hover .hover-social {
        bottom: 20px;
}
.team.style-4 .hover-detail {
        position: absolute;
        background: #eeb013;
        left: 0px;
        width: 100%;
}
.team.style-4 .hover-detail {
        color: #fff;
        padding: 30px;
        display: inline-block;
        width: 100%;
}
.team.style-4 .hover-detail h6 {
        color: #fff;
        margin: 0px;
        margin-bottom: 10px;
        text-transform: uppercase;
}
.team.style-4 .hover-detail span {
        font-family: "Crimson Text", Georgia, Cambria, "Times New Roman", Times, serif;
        font-style: italic;
        display: inline-block;
        width: 100%;
        margin-bottom: 10px;
        text-transform: uppercase;
}
.team.style-4 .hover-detail ul {
        float: right;
        width: 100%;
        text-align: right;
        display: inline-block;
}
.team.style-4 .hover-detail ul li {
        display: inline-block;
        margin: 0 5px;
}
.team.style-4 .hover-inn {
        position: absolute;
        display: inline-block;
        width: 100%;
        bottom: -100%;
        border: 40px solid;
        border-color: transparent;
        margin-top: 20px;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
}
.team.style-4 .hover-detail ul li a {
        color: #fff;
        font-size: 10px;
}
.team.style-4 li:hover .hover-inn {
        bottom: 140px;
}
.team.style-4 .team-image {
        position: relative;
        overflow: hidden;
}
.team.style-4 li:hover .hover-inn:before {
        content: "\f0d8";
        font-family: 'FontAwesome';
        position: absolute;
        color: #eeb013;
        top: -40px;
        left: 45%;
        font-size: 50px;
}
.team.style-5 {
        background: #323233;
}
.team.style-5 .team-image {
        position: relative;
        overflow: hidden;
}
.team.style-5 .team-image img {
        opacity: 0.3;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
}
.team.style-5 .hover-detail span {
        font-family: "Crimson Text", Georgia, Cambria, "Times New Roman", Times, serif;
        font-style: italic;
}
.team.style-5 .hover-detail h6 {
        color: #fff;
        text-transform: uppercase;
        font-size: 14px;
        margin-top: 0px;
}
.team.style-5 .hover-detail {
        background: rgba(0,0,0,0.4);
        width: 100%;
        text-align: center;
        color: #fff;
        padding: 50px 0;
        opacity: 0;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
}
.team.style-5 .hover-detail li {
        display: inline-block;
        margin: 0 10px;
        margin-top: 40px;
}
.team.style-5 .hover-detail li a {
        color: #fff;
}
.team.style-5 .hover-detail li a:hover {
        color: #f6b138;
}
.team.style-5 .position-center-center {
        width: 100%;
}
.team.style-5 .team-image:hover img {
        opacity: 1;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
}
.team.style-5 .team-image:hover .hover-detail {
        opacity: 1;
}
.team.style-5 .owl-nav div {
        color: #fff;
        height: 53px;
        width: 53px;
        text-align: center;
        border: 1px solid rgba(255,255,255,0.2);
        line-height: 50px;
        font-size: 18px;
}
.team.style-5 .owl-nav .owl-prev {
        display: block !important;
        position: absolute;
        top: 50%;
        left: -100px;
}
.team.style-5 .owl-nav .owl-next {
        display: block !important;
        position: absolute;
        top: 50%;
        right: -100px;
}
.team.style-6 {
}
.team.style-6 ul li img {
        position: relative;
}
.team.style-6 .member-detail {
        text-align: center;
        padding: 20px 20px;
        height: 85px;
        position: relative;
        overflow: hidden;
}
.team.style-6 .team-image {
        background: #eeb013;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
        position: relative;
        overflow: hidden;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
}
.team.style-6 .team-image:hover {
        background: #141414;
}
.team.style-6 .member-detail h6 {
        color: #fff;
        margin: 0px;
        font-size: 14px;
        text-transform: uppercase;
        margin-bottom: 10px;
        letter-spacing: 1px;
}
.team.style-6 .member-detail span {
        color: #fff;
}
.team.style-6 .team-image:hover .member-detail {
}
.team.style-6 .team-image:hover .member-detail {
        position: absolute;
        width: 100%;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
}
.team.style-6 .team-image .social-icons {
        padding: 22px 0;
        padding-bottom: 0px;
        position: absolute;
        z-index: 99;
        height: 85px;
        width: 100%;
        bottom: -100%;
        text-align: center;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
}
.team.style-6 .team-image .social-icons a {
        color: #fff;
}
.team.style-6 .team-image:hover .social-icons {
        bottom: 0px;
        position: relative;
}
/*=======================================================
                        BLOG POST
========================================================*/
.posts-list.list-style-1 {
        background-color: #eaeaea;
}
.posts-list.list-style-1 .entry {
        display: block;
        overflow: hidden;
        zoom: 1;
}
.posts-list.list-style-1 .entry:before, .posts-list.list-style-1 .entry:after {
        content: " ";
        display: table;
}
.posts-list.list-style-1 .entry:after {
        clear: both;
}
.posts-list.list-style-1 .entry-image {
        float: left;
        position: relative;
        width: 50%;
}
.posts-list.list-style-1 .entry-image img {
        width: 100%;
}
.posts-list.list-style-1 .entry-image:before {
        border: inset 1.78571rem;
        content: "";
        display: block;
        height: 0;
        width: 0;
        border-color: transparent #eaeaea transparent transparent;
        border-right-style: solid;
        position: absolute;
        left: auto;
        right: 0;
        top: 50%;
        margin-top: -1.78571rem;
}
.posts-list.list-style-1 .entry-image-right .entry-image:before {
        border: inset 1.78571rem;
        content: "";
        display: block;
        height: 0;
        width: 0;
        border-color: transparent transparent transparent #eaeaea;
        border-left-style: solid;
        left: 0;
        right: auto;
}
.posts-list.list-style-1 .entry-image-right .entry-body {
        left: -50%;
        right: auto;
        position: relative;
}
.posts-list.list-style-1 .entry-image-right .entry-image {
        left: 50%;
        right: auto;
        position: relative;
}
.posts-list.list-style-1 .entry-body {
        float: right;
        padding: 2.85714rem 4.28571rem;
        position: relative;
        width: 50%;
}
.posts-list.list-style-1 .entry-title {
        font-weight: 400;
        letter-spacing: 0.5px;
        margin-bottom: 0.85714rem;
        margin-top: 15px;
}
.posts-list.list-style-1 .entry-category {
        color: #141414;
        font-family: "Crimson Text", Georgia, Cambria, "Times New Roman", Times, serif;
        font-style: italic;
}
.posts-list.list-style-1 .more-link {
        font-size: 12px;
        letter-spacing: 2px;
        text-transform: uppercase;
        transition: all 300ms ease-out;
}
.intro-3 span {
        color: #141414;
}
.intro-3 h2 {
        font-size: 36px;
        font-weight: normal;
        color: #141414;
        letter-spacing: 1px;
}
.intro-3 img {
        position: relative;
        z-index: 3;
}
.intro-3.bottom-white-space:before {
        position: absolute;
        bottom: 0px;
        height: 80px;
        left: 0px;
        width: 100%;
        background: #fff;
        content: "";
        z-index: 1;
}
/*=======================================================
                        Process Steps
========================================================*/
.process .thumb {
        border-radius: 50%;
        position: relative;
        overflow: hidden;
        display: inline-block;
}
.process h6 {
        text-transform: uppercase;
        text-align: center;
        margin-top: 30px;
        font-size: 12px;
        letter-spacing: 1px;
}
.process li {
        position: relative;
        width: 25%;
        float: left;
        text-align: center;
        display: inline-block;
}
.process span {
        font-family: 'Crimson Text', serif;
        font-style: italic;
}
.process-style-1 {
        display: inline-block;
        width: 100%;
}
.process-style-1 li:hover .thumb img {
        transform: scale(1.3);
}
.process-style-1 li .thumb img {
        border-radius: 50%;
}
.process li:hover .thumb {
        border-radius: 4px;
}
.process li:hover span {
        border-radius: 4px;
}
.process-style-2 {
        display: inline-block;
        width: 100%;
}
.process-style-3 {
        display: inline-block;
        width: 100%;
}
.process-style-1 li:before {
        content: '\f054';
        font-family: 'FontAwesome';
        position: absolute;
        right: 0px;
        line-height: 140px;
        color: #909090;
        font-size: 20px;
}
.process-style-1 li:nth-last-child(1):before {
        display: none;
}
.process-style-1 .thumb {
        height: 131px;
        width: 131px;
}
.process-style-1 .thumb span {
        font-size: 40px;
        font-family: 'Crimson Text', serif;
        color: #fff;
        font-style: italic;
        position: absolute;
        height: 100%;
        line-height: 140px;
        width: 100%;
        left: 0px;
        top: 0px;
        border-radius: 50%;
        background: rgba(0,0,0,0.5);
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
}
.process-style-2 .icon {
        height: 90px;
        width: 90px;
        line-height: 90px;
        text-align: center;
        font-size: 26px;
        color: #fff;
        border-radius: 50%;
        display: inline-block;
        background: #eeb013;
}
.process-style-2 li:before {
        content: "";
        position: absolute;
        height: 2px;
        width: 30%;
        right: 0px;
        top: 68%;
        background: #e8e8e8;
}
.process-style-2 li:after {
        content: "";
        position: absolute;
        height: 2px;
        width: 30%;
        left: 0px;
        top: 68%;
        background: #e8e8e8;
}
.process-style-2 li:nth-child(1):after {
        display: none;
}
.process-style-2 li:nth-last-child(1):before {
        display: none;
}
.process-style-2 h3 {
        margin-top: 30px;
        margin-bottom: 10px;
}
.process-style-2 span {
        font-size: 18px;
}
.process-style-3 .media {
        text-align: center;
}
.process-style-3 .media-body {
        text-align: left;
}
.process-style-3 h3 {
        font-size: 30px;
        margin-bottom: 0px;
        font-weight: bolder;
}
.process-style-3 .icon {
        height: 100px;
        width: 100px;
        margin-right: 10px;
        text-align: center;
        font-size: 24px;
        line-height: 98px;
        color: #a9b876;
        border: 1px solid #ececec;
        border-radius: 4px;
}
.process-style-3 .icon:before {
        position: absolute;
        width: 1px;
        content: '';
        height: 59px;
        left: 50px;
        top: 100%;
        background: #ececec;
}
.process-style-3 li:before {
        position: absolute;
        bottom: 0px;
        width: 100%;
        content: '';
        height: 1px;
        left: 50px;
        top: 159%;
        background: #ececec;
}
.process-style-3 li:nth-last-child(1):before {
        display: none;
}
.process-style-3 p {
        font-size: 12px;
}
.dropcap.dark:first-letter {
        background-color: #141414;
        color: #FFFFFF;
        font-size: 30px;
        padding: 12px 20px;
        margin-right: 15px;
        margin-top: 5px;
}
.dropcap:first-letter {
        color: #141414;
        float: left;
        font-weight: bolder;
        font-size: 30px;
        padding: 12px 20px;
        margin-right: 15px;
        margin-top: 5px;
        display: inline-block;
}
blockquote {
        font-family: 'Crimson Text', serif;
        font-size: 18px;
        font-style: italic;
        font-weight: 500;
        border: 1px solid #ececec;
        padding: 50px;
        position: relative;
}
blockquote.style-2:before {
        content: '“';
        font-size: 60px;
        font-style: italic;
        left: 30px;
        position: absolute;
        top: 30px;
}
blockquote.style-2 {
        border-top: 1px solid #141414;
        padding: 60px;
        padding-left: 70px;
        padding-bottom: 30px;
}
blockquote cite {
        font-weight: bold;
        color: #eeb013;
        display: inline-block;
        width: 100%;
        margin-top: 20px;
}
/*=======================================================
      PAGINATION
========================================================*/
.pagination {
        margin-top: 50px;
        padding-top: 40px;
        padding-bottom: 30px;
        border: none;
        border-top: 1px solid #ececec;
        display: inline-block;
        width: 100%;
        text-align: center;
}
.pagination ul li {
        border: none;
}
.pagination>li {
        display: inline-block;
}
.pagination>li>a, .pagination>li>span {
        border: none;
        padding: 0px;
        height: 43px;
        width: 43px;
        background: #fff;
        border: 1px solid #ececec;
        text-align: center;
        line-height: 42px;
        color: #272727;
        margin: 0 5px;
        font-style: italic;
        font-size: 18px;
        font-family: 'Crimson Text', serif;
}
.pagination>li>a:hover {
        background: #eeb013;
        color: #fff;
        border-color: #eeb013;
}
/*=======================================================
                        According
========================================================*/
.blog {
}
.blog .bx-wrapper .bx-pager {
        position: absolute;
        bottom: 20px;
}
.blog .blog-post {
        display: inline-block;
        width: 100%;
}
.blog .blog-post .tittle-post {
        font-size: 18px;
        color: #141414;
        display: inline-block;
        width: 100%;
        margin: 10px 0;
}
.blog .blog-post .tittle-post:hover {
        color: #eeb013;
}
.blog .blog-post p {
        line-height: 24px;
        letter-spacing: 0px;
        font-size: 13px;
}
.blog-post .post-bt {
        font-size: 14px;
        color: #141414;
        display: inline-block;
        width: 100%;
        margin-bottom: 10px;
}
.blog-post .post-info {
        border-top: 1px solid #ececec;
        border-bottom: 1px solid #ececec;
        padding: 10px 0;
        margin-top: 10px;
        position: relative;
        margin-top: 10px;
        margin-bottom: 20px;
}
.blog-post .post-img {
        position: relative;
        overflow: hidden;
}
.blog-post .post-img img {
        width: 100%;
}
.blog-post .post-info li {
        display: inline-block;
        color: #6f6f6f;
        margin-right: 20px;
        font-size: 12px;
}
.blog-post .post-info li i {
        margin-right: 10px;
        font-size: 14px;
}
.blog-post .post-info li .date {
        height: 52px;
        width: 58px;
        background: #eeb013;
        color: #fff;
        float: right;
        position: absolute;
        right: 0px;
        top: -11px;
        padding: 0 10px;
        text-align: center;
        padding-top: 5px;
        font-size: 16px;
        font-style: italic;
}
.blog.style-2 .tittle-post {
        font-size: 20px;
        font-weight: bold;
        margin-top: 20px;
}
.blog.style-2 .date {
        height: 52px;
        width: 58px;
        background: #eeb013;
        color: #fff;
        float: right;
        position: absolute;
        left: 0px;
        bottom: 40px;
        padding: 0 10px;
        text-align: center;
        padding-top: 5px;
        font-size: 16px;
        font-style: italic;
}
.enter-round {
        border: 1px solid #fff;
        height: 83px;
        width: 83px;
        border-radius: 50%;
        line-height: 83px;
        text-align: center;
}
.side-bar .search input {
        width: 100%;
        border: none;
        border: 1px solid #e3e7f0;
        border-radius: 0px;
        height: 50px;
        padding: 0 20px;
        font-style: italic;
        color: #7b7b7b;
        font-size: 18px;
}
.side-bar .search button {
        height: 50px;
        color: #909090;
        background: none;
        border: none;
        font-size: 18px;
        position: relative;
        float: right;
        margin-top: -50px;
        width: 60px;
        text-align: center;
}
.heading-side-bar {
        margin-top: 50px;
        position: relative;
}
.heading-side-bar h4 {
        font-family: 'Crimson Text', serif;
        font-style: italic;
        border-bottom: 1px solid #141414;
        padding-bottom: 12px;
        margin: 0px;
        padding-left: 30px;
}
.heading-side-bar h4:before {
        height: 10px;
        width: 10px;
        background: #eeb013;
        content: "";
        position: absolute;
        left: 0px;
        top: 7px;
        -ms-transform: rotate(40deg); /* IE 9 */
        -webkit-transform: rotate(40deg); /* Safari */
        transform: rotate(40deg);
}
.heading-side-bar {
}
.about-me-small {
}
.about-me-small img {
        border-radius: 30px;
}
.side-bar .latest-post li {
        padding: 15px 0;
}
.side-bar .latest-post li a {
        padding: 0px !important;
        text-transform: uppercase;
        line-height: 20px;
}
.side-bar .cate li {
        line-height: 40px;
}
.side-bar .cate li a {
        color: #6f6f6f;
        width: 100%;
        font-size: 13px;
        display: inline-block;
        padding-left: 30px;
}
.side-bar .cate li a span {
        color: #b8b8b8;
}
.side-bar .cate li a:hover {
        color: #eeb013;
}
.side-bar .tags {
        display: inline-block;
        width: 100%;
}
.side-bar .tags li {
        display: inline-block;
        margin-bottom: 10px;
        margin-right: 10px;
        float: left;
}
.side-bar .tags li a {
        display: inline-block;
        background: #fff;
        border: 1px solid #ebebeb;
        color: #272727;
        float: left;
        font-size: 13px;
        font-size: 10px;
        padding: 8px 15px;
}
.side-bar .tags li a:hover {
        background: #eeb013;
        color: #fff;
        border-color: #eeb013;
}
.side-bar .top-sale li a {
        font-size: 12px;
        letter-spacing: 1px;
        display: inline-block;
}
.side-bar .top-sale li p {
        font-size: 18px;
        color: #141414;
        margin-top: 15px;
}
.side-bar .tags.size a {
        font-size: 12px;
        border: 1px solid #ececec;
        color: #141414;
}
.side-bar .tags.size a:hover {
        border: 1px solid #141414;
        background: none;
        color: #141414;
}
.split-post .blog-post .tittle-post {
        font-size: 26px;
}
.blog-detail .blog-post p {
        line-height: 30px;
}
.comments {
        margin-top: 40px;
}
.comments h5 {
        font-weight: bold;
        text-transform: uppercase;
        text-align: center;
        font-size: 20px;
        margin-bottom: 40px;
}
.comments .avatar {
        margin-right: 30px;
        width: 70px;
        border-radius: 50%;
        position: relative;
        overflow: hidden;
}
.comments a i {
        margin-left: 10px;
}
.comments a {
        margin-bottom: 10px;
        display: inline-block;
        width: 100%;
        font-size: 12px;
        color: #141414;
}
.comments .a-com p {
        color: #272727;
        font-family: 'Crimson Text', serif;
        font-size: 18px;
        line-height: 24px;
        font-style: italic;
}
.comments .more-comments {
        border: 1px solid #ececec;
        padding: 20px 30px;
        margin-top: 30px;
}
.comments .more-comments a {
        margin: 0px;
}
.comments .a-com {
        display: inline-block;
        width: 100%;
        border: 1px solid #ebebeb;
        padding: 30px;
}
.comments .date {
        color: #6f6f6f;
        font-size: 12px;
        font-weight: bold;
        margin-top: 10px;
        margin-left: 20px;
}
.comments .btn {
        width: auto;
        float: right;
        margin: 0px;
}
.comments ul {
}
.comments .com-reply {
        margin-left: 110px;
}
.comments .comment-form {
        margin-top: 40px;
}
.comments .comment-form {
}
.comments .comment-form label {
        font-family: 'Crimson Text', serif;
        font-style: italic;
        font-weight: normal;
        margin-bottom: 20px;
}
.comments .comment-form input {
        display: inline-block;
        width: 100%;
        padding: 0 10px;
        font-weight: bold;
        color: #272727;
        font-size: 18px;
        letter-spacing: 1px;
        height: 40px;
}
.comments .comment-form .form-control {
        height: 40px;
        border: none;
        display: inline-block;
        width: 100%;
        box-shadow: none;
        margin-top: 10px;
        border-radius: 0px;
        background: #fff;
        border: 1px solid #ebebeb;
}
.comments .comment-form {
        margin-bottom: 40px;
}
.comments .comment-form ul {
        border-bottom: none;
}
.comments .comment-form textarea {
        height: 250px;
        font-family: 'Crimson Text', serif;
        font-style: italic;
        border: none;
        padding: 10px 20px;
        display: inline-block;
        width: 100%;
        box-shadow: none;
        margin-top: 10px;
        border-radius: 0px;
        background: #fff;
        border: 1px solid #ebebeb;
}
.comments .comment-form .btn {
        margin-top: 20px;
        color: #fff;
}
.comments .comment-form label {
        width: 100%;
        font-size: 12px;
}
.comments .comment-form .form-control:focus {
        border: 1px solid #eeb013;
}
.auther-name .social-icons {
        margin-top: 20px;
}
.auther-name .social-icons a {
        background: #f0f0f0;
        height: 37px;
        width: 37px;
        line-height: 37px;
        font-size: 12px;
}
.next-prev a {
        color: #141414;
}
.next-prev {
        margin-top: 50px;
        padding: 10px 0;
        border-top: 1px solid #141414;
        border-bottom: 1px solid #141414;
}
/*=======================================================
      Promo Block
========================================================*/
.promo-block {
        background: #141414;
}
.promo-block .promo-text {
        padding: 40px;
        padding-left: 15px;
        padding-right: 40%;
}
.promo-block .promo-text ul {
        padding-right: 30%;
}
.promo-block .promo-text ul li {
        margin-bottom: 30px;
}
.promo-block .promo-text {
        font-weight: 800;
}
.promo-block .promo-text ul li h6 {
        color: #a9b876;
        margin-bottom: 10px;
}
.promo-block .promo-text ul li p {
        font-family: 'Crimson Text', serif;
        font-size: 16px;
        color: #6f7657;
        font-style: italic;
        font-weight: 600;
        line-height: 24px;
}
/*=======================================================
      PRICING RANGE
========================================================*/
.cost-price-content {
}
.cost-price-content h5 {
        margin-bottom: 30px;
}
.noUi-background {
        margin-bottom: 20px;
}
.cost-price-content .btn {
        padding: 6px 20px;
        font-size: 12px;
        font-weight: normal;
        color: #fff;
}
.cost-price-content {
        display: inline-block;
        position: relative;
        margin-top: 45px;
        width: 100%;
}
.cost-price-content span {
        font-size: 12px;
        letter-spacing: 0px;
}
.price-min {
        top: -40px;
        left: 40%;
        position: absolute;
        -webkit-transform: translate(-100%, -50%);
        -moz-transform: translate(-100%, -50%);
        -ms-transform: translate(-100%, -50%);
        transform: translate(-100%, -50%);
}
.price-max {
        top: -40px;
        left: 60%;
        position: absolute;
        -webkit-transform: translate(-0%, -50%);
        -moz-transform: translate(-0%, -50%);
        -ms-transform: translate(-0%, -50%);
        transform: translate(-0%, -50%);
}
/*=======================================================
                        According
========================================================*/
.accordion {
        font-family: 'Montserrat', sans-serif;
}
.accordion.gray-bg {
        background: #f3f3f3;
}
.accordion .panel-default > .panel-heading .panel-title a:before {
        content: "\f209";
        font-family: "Ionicons";
        color: #FFF;
        padding: 0px;
        color: #202020;
        float: right;
        position: absolute;
        right: 15px;
        font-size: 12px;
}
.accordion .panel-default > .panel-heading .panel-title a.collapsed:before {
        content: "\f218";
        font-family: "Ionicons";
}
.accordion .panel-default > .panel-heading {
        background-color: #fff;
        padding: 0px;
        border-radius: 0px;
        overflow: hidden;
}
.accordion .panel-default > .panel-heading a {
        text-decoration: none;
        font-size: 11px;
        width: 100%;
        font-weight: bold;
        padding: 10px;
        padding-left: 20px;
        line-height: 20px;
        display: inline-block;
        text-transform: uppercase;
}
.accordion .panel {
        box-shadow: none;
        border-radius: 0px;
        margin-bottom: 15px;
        position: relative;
}
.accordion .panel-body {
        color: #b8b8b8;
        line-height: 24px;
        font-size: 12px;
}
.accordion .panel-default>.panel-heading+.panel-collapse>.panel-body {
        border: none;
}
.accordion-style-2 .panel-default > .panel-heading a {
        font-size: 12px;
        text-transform: none;
        color: #a9b876;
}
.accordion-style-2 .panel-default > .panel-heading .panel-title a.collapsed {
        color: #6f6f6f;
}
.accordion-style-2 .panel {
        background: none;
        border: none;
}
.accordion-style-2 .panel-body {
        background: #fff;
        margin-top: 0px;
        padding: 30px;
        color: #6f6f6f;
        line-height: 24px;
}
.accordion-style-2 .panel-default > .panel-heading .panel-title a:before {
        font-size: 8px;
        height: 26px;
        width: 26px;
        line-height: 24px;
        text-align: center;
        background: #a9b876;
        border-color: #a9b876;
        color: #fff;
}
.accordion-style-2 .panel-default > .panel-heading .panel-title a.collapsed:before {
        border: 1px solid #ececec;
        background: #fff;
        color: #141414;
}
.accordion-style-2 .panel-default > .panel-heading a {
        padding: 15px 20px;
        line-height: 26px;
}
.gray-bg {
        background: #eeeeee;
}
/*=======================================================
                        List Style
========================================================*/
.list-w-icon {
}
.list-w-icon li .icon {
        height: 69px;
        width: 69px;
        text-align: center;
        line-height: 67px;
        border: 1px solid #909090;
        border-radius: 50%;
        display: inline-block;
        margin-right: 20px;
        font-size: 24px;
}
.list-w-icon li {
        vertical-align: middle;
        margin-bottom: 30px;
}
.list-w-icon li h6 {
        display: inline-block;
}
.list-w-bullets li {
        padding: 4.5px 0;
        padding-left: 40px;
}
.list-w-bullets.check li:before {
        height: 20px;
        width: 20px;
        text-align: center;
        line-height: 20px;
        background: #006400;
        color: #fff;
        position: absolute;
        float: left;
        left: 0px;
        margin-top: 0px;
        font-size: 10px;
        border-radius: 50%;
        content: "\f00c";
        font-family: 'FontAwesome';
}
.list-w-bullets li:before {
        height: 20px;
        width: 20px;
        text-align: center;
        line-height: 20px;
        background: #909090;
        color: #fff;
        position: absolute;
        float: left;
        left: 0px;
        margin-top: 5px;
        padding-left: 2px;
        font-size: 12px;
        border-radius: 50%;
        content: "\f105";
        font-family: 'FontAwesome';
}
.list-w-bullets p {
        text-transform: none;
        font-size: 12px;
        margin-bottom: 0px;
}
.list-w-bullets.check li {
        padding: 15px 0;
        padding-left: 40px;
}
.list-w-bullets p {
        text-transform: none;
        font-size: 12px;
        margin-bottom: 0px;
}
.list-style p {
        text-transform: none;
        font-size: 12px;
}
.list-heading {
        border-top: 1px solid #ececec;
        border-bottom: 1px solid #ececec;
        padding: 20px 0;
        margin-bottom: 20px;
}
.list-heading h6 {
        font-weight: normal;
        letter-spacing: 1px;
        margin: 0px;
        line-height:24px;
}
.list-heading i {
        margin-right: 10px;
}
.list-w-icon-small li i {
        color: #eeb013;
        margin-right: 10px;
        font-size: 16px;
}
.list-w-number {
        padding-left: 15px;
        font-size: 12px;
}
.list-w-number li {
        list-style: decimal !important;
}
.list-style-featured .row {
        margin-left: 0px;
        margin-right: 0px;
}
.list-style-featured .icon {
        height: 70px;
        width: 70px;
        line-height: 70px;
        text-align: center;
        color: #909090;
        background: #ececec;
        border-radius: 50%;
        font-size: 20px;
        margin-right: 20px;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
}
.list-style-featured p {
        font-size: 12px;
        font-weight: bold;
        color: #141414;
        text-transform: uppercase;
        line-height: 16px;
        letter-spacing: 1px;
        margin-bottom: 10px;
}
.list-style-featured span {
        font-size: 16px;
        font-family: 'Crimson Text', serif;
        font-style: italic;
        line-height: 22px;
}
.list-style-featured li {
        margin-top: 25px;
        display: inline-block;
        width: 100%;
        margin-bottom: 25px;
}
.list-style-featured .media-right .icon {
        margin-right: 0px;
        margin-left: 20px;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
}
.list-style-featured li:hover .icon {
        background: #f0b82b;
        color: #fff;
}
/*=======================================================
                        Instagram Section
========================================================*/
.instagram-studio li {
        padding: 0px;
        background: #000;
}
.instagram-studio li a img {
        width: 100%;
}
.instagram-studio li a:hover {
        opacity: 0.5;
}
/*=======================================================
                        SKILLS
========================================================*/

.progress-bars p {
        margin: 0px;
        font-size: 11px;
        color: #6f6f6f;
        text-align: left;
        margin-bottom: 10px;
        font-family: 'Montserrat', sans-serif;
        text-transform: uppercase;
        margin-bottom: 0px;
        line-height: 24px;
}
.progress-bars {
        display: inline-block;
        width: 100%;
}
.progress {
        border-radius: 0px;
        position: relative;
        background: #efefef;
        box-shadow: none;
        display: inline-block;
        width: 100%;
        margin-bottom: 15px;
        overflow: hidden;
        position: relative;
        height: 30px;
        margin-top: 10px;
}
.progress-bar {
        border-radius: 0px;
        background: #eeb013;
        height: 30px;
        box-shadow: none;
}
.progress-bars .bar {
        position: relative;
}
.progress-bar-tooltip {
        float: right;
        position: relative;
        right: 0px;
        top: 0px;
        color: #141414;
        font-family: 'Montserrat';
        font-size: 12px;
        line-height: 30px;
        font-weight: bold;
        padding-right: 10px;
}
.progress-bars.style-2 .progress {
        height: 10px;
        border-radius: 0px;
        position: relative;
        background: #9c9c9c;
        box-shadow: none;
        display: inline-block;
        width: 100%;
        margin-bottom: 15px;
        overflow: hidden;
        position: relative;
        height: 10px;
}
.progress-bars.style-2 .progress-bar {
        border-radius: 0px;
        background: #333333;
        height: 10px;
}
.progress-bars.style-2 .progress-bar-tooltip {
        float: right;
        position: absolute;
        right: 0px;
        top: 0px;
        color: #141414;
        font-size: 11px;
        line-height: 30px;
}
.progress-bars.style-2 .progress-bars p {
        margin: 0px;
        font-size: 11px;
        color: #141414;
        margin-bottom: 0px;
}
.progress-bars.style-3 .progress-bar-tooltip {
        color: #fff;
        padding-right: 20px;
}
.progress-bars.style-3 .progress {
        border: 1px solid #141414;
        border-radius: 4px;
        background: #fff;
        margin-top: 0px;
}
.progress-bars.style-3 .progress-bar {
        background: #141414;
}
.progress-bars.style-3 p {
        color: #fff;
        display: inline-block;
        padding-left: 20px;
        float: left;
        font-weight: bold;
        line-height: 28px;
}
.progress-bars .caret-left {
        padding-left: 15px;
}
.progress-bars .caret-left:before {
        content: "\f0da";
        position: absolute;
        font-size: 14px;
        left: 0px;
        color: #909090;
        font-family: 'FontAwesome';
}
.progress-bars .caret-down {
        padding-right: 15px;
}
.progress-bars .caret-down:before {
        content: "\f0d7";
        position: absolute;
        font-size: 14px;
        right: 0px;
        color: #909090;
        font-family: 'FontAwesome';
}
.instagram-studio {
        margin-bottom: -1px;
}
/*==========================================================================
           Countdown styles
========================================================================== */
.coming-soon {
        background-size: cover;
        padding: 150px 0;
        text-align: center;
}
.coming-soon {
        color: #b8b8b8;
}
.coming-soon .countdown {
        margin-top: 100px;
        display: inline-block;
        width: 100%;
}
.coming-soon .countdown li {
        text-align: center;
        display: inline-block;
        width: 25%;
        float: left;
}
.coming-soon .countdown li span {
        font-size: 60px;
        font-style: italic;
        font-family: 'Crimson Text', serif;
        color: #fff;
        line-height: 60px;
}
.coming-soon .countdown li p {
        font-size: 24px;
        font-family: 'Crimson Text', serif;
        font-style: italic;
        color: #fff;
        text-transform: capitalize;
}
.coming-soon .time {
        display: inline-block;
        width: 100%;
}
.coming-soon .countdown li {
}
.coming-soon .countdown li article {
        height: 160px;
        width: 160px;
        padding-top: 40px;
        display: inline-block;
        border-radius: 50%;
        background: rgba(255,255,255,0.1);
}
.coming-soon .social-icons {
        margin-top: 80px;
}
.coming-soon .social-icons li {
        float: none;
        margin: 0 5px;
}
.coming-soon .social-icons li a {
        background: none;
        color: #fff;
        border: 1px solid rgba(255,255,255,0.3);
}
.coming-soon .social-icons li a:hover {
        background: #f6b138;
}
.coming-soon.style-2 {
}
.coming-soon.style-2 .countdown li span {
        font-size: 48px;
        font-style: italic;
        font-family: 'Montserrat', sans-serif;
        color: #fff;
        font-weight: bold;
        padding-bottom: 10px;
        border-bottom: 3px solid #fff;
        font-style: normal;
        line-height: 60px;
}
.coming-soon.style-2 .countdown li article {
        height: auto;
        width: 160px;
        padding: 20px 0;
        display: inline-block;
        border-radius: 0%;
        border: 2px solid rgba(255,255,255,0.1);
        background: none;
}
.coming-soon.style-2 .countdown li p {
        font-size: 16px;
        font-family: 'Montserrat', sans-serif;
        font-style: normal;
        color: #fff;
        margin-top: 30px;
        text-transform: capitalize;
}
.coming-soon.style-2 .subcribe .sub-mail input {
        background: rgba(255,255,255,0.2);
}
.coming-soon.style-3 {
        text-align: left;
}
.coming-soon.style-3 h3 {
        font-size: 100px;
        text-transform: none;
        letter-spacing: -8px !important;
        color: #141414 !important;
        text-align: left;
        line-height: 80px;
}
.coming-soon.style-3 .countdown li {
        width: auto;
        margin-right: 40px;
}
.coming-soon.style-3 .countdown li span {
        font-size: 48px;
        font-style: italic;
        font-family: 'Montserrat', sans-serif;
        color: #141414 !important;
        font-weight: bold;
        letter-spacing: -5px;
        font-style: normal;
        line-height: 60px;
}
.coming-soon.style-3 .countdown li article {
        height: 110px;
        width: 110px;
        text-align: center;
        padding: 10px 0;
        display: inline-block;
        border-radius: 0%;
        border: 2px solid #c6c4c5;
        background: none;
}
.coming-soon.style-3 .countdown li p {
        font-size: 18px;
        font-family: 'Montserrat', sans-serif;
        font-style: normal;
        color: #141414;
        font-weight: bold;
        margin: 0px;
        letter-spacing: -1px;
        line-height: 20px;
        text-transform: none;
}
/*=======================================================
      Subcribe
========================================================*/
.subcribe {
        width: 60%;
        margin: 0 auto;
}
.subcribe .sub-mail input {
        width: 100%;
        border: 1px solid rgba(255,255,255,0.2);
        line-height: 60px;
        background: none;
        color: #fff;
        padding: 0 20px;
        letter-spacing: 3px;
        font-size: 12px;
        height: 60px;
}
.subcribe .sub-mail button {
        border: none;
        background: none;
        color: #fff;
        color: #fff;
        font-family: 'Montserrat', sans-serif;
        letter-spacing: 3px;
        font-size: 12px;
        border-left: 1px solid rgba(255,255,255,0.2);
        float: right;
        padding: 20px 30px;
        position: relative;
        margin-top: -59px;
}
.news-letter {
        background: url(../images/bg/bg-6.html) no-repeat;
        background-size: cover;
}
.news-letter .news-letter-form {
        width: 50%;
        margin: 0 auto;
        margin-top: 40px;
}
.news-letter .sub-mail input {
        border: 1px solid rgba(255,255,255,0.6);
}
/*=======================================================
                        SHOP PAGES
========================================================*/
.shop-bnr {
}
.shop-bnr article {
        position: relative;
        overflow: hidden;
        background: #000000;
}
.shop-bnr .heading-border h3 {
        padding: 10px 30px;
        border: 4px solid #fff;
        color: #fff;
}
.shop-bnr span.large {
        font-size: 72px;
        color: #fff;
        font-weight: bold;
        line-height: 70px;
}
.shop-bnr a.link-full {
        position: absolute;
        height: 100%;
        width: 100%;
        left: 0px;
        top: 0px;
        z-index: 999;
}
.shop-bnr li article:hover img {
        -webkit-transition: all 250ms cubic-bezier(0.55, 0.085, 0.68, 0.53);
        -moz-transition: all 250ms cubic-bezier(0.55, 0.085, 0.68, 0.53);
        -o-transition: all 250ms cubic-bezier(0.55, 0.085, 0.68, 0.53);
        transition: all 250ms cubic-bezier(0.55, 0.085, 0.68, 0.53);
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
}
.shop-bnr li {
}
.shop-bnr article:hover img {
        opacity: 0.5;
}
.shop-bnr-large h1 {
        font-size: 60px;
}
.shop-bnr-large span.large {
        font-size: 130px;
        display: inline-block;
        width: 100%;
        margin-bottom: 30px;
        line-height: 170px;
}
/*=======================================================
      PARALLAX HOME
========================================================*/
.parallax-home {
        text-align: center;
}
.parallax-home span {
        display: inline-block;
        width: 100%;
        color: #fff;
        font-weight: bold;
        letter-spacing: -1px;
}
.parallax-home .text-one {
        font-size: 48px;
        display: inline-block;
        width: 100%;
        font-weight: bold;
}
.parallax-home .huge-100 {
        font-size: 100px;
        font-weight: bold;
}
.parallax-home .huge-80 {
        font-size: 100px;
        font-weight: bold;
}
.parallax-home .huge-60 {
        font-size: 60px;
        font-weight: bold;
}
.parallax-home .huge-45 {
        font-size: 45px;
        font-weight: bold;
}
.center-auto {
        margin: 0 auto !important;
        float: none !important;
}
/*=======================================================
      TABS STYLE
========================================================*/
.tabs li {
        display: inline-block;
        position: relative;
}
.tabs li a {
        float: left;
        border: 1px solid #ececec;
        font-size: 10px;
        text-transform: uppercase;
        padding: 10px 20px;
        color: #141414;
}
.tabs li a.active {
        border: 1px solid #eeb013;
}
.tabs.style-2 {
}
.tabs.style-2 li a {
        border: none !important;
}
.tabs.style-2 li.active a {
}
.tabs.style-2 li {
}
.tabs.style-2 li a:hover:before {
        position: absolute;
        height: 8px;
        width: 8px;
        margin: 0 auto;
        left: 0px;
        right: 0px;
        content: "";
        background: #eeb013;
        margin-top: 20px;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        -ms-transform: rotate(40deg); /* IE 9 */
        -webkit-transform: rotate(40deg); /* Safari */
        transform: rotate(40deg);
}
.tabs.style-2 li:hover a {
        color: #eeb013
}
.tabs.style-2 li.active a {
        color: #eeb013
}
.tabs.style-2 li a.active:before {
        position: absolute;
        height: 8px;
        width: 8px;
        margin: 0 auto;
        left: 0px;
        right: 0px;
        content: "";
        background: #eeb013;
        margin-top: 20px;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        -ms-transform: rotate(50deg); /* IE 9 */
        -webkit-transform: rotate(50deg); /* Safari */
        transform: rotate(50deg);
}
.tabs.style-2 li.active a:before {
        position: absolute;
        height: 8px;
        width: 8px;
        margin: 0 auto;
        left: 0px;
        right: 0px;
        content: "";
        background: #eeb013;
        margin-top: 20px;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        -ms-transform: rotate(50deg); /* IE 9 */
        -webkit-transform: rotate(50deg); /* Safari */
        transform: rotate(50deg);
}
.tabs.style-2.big a {
        color: #141414;
        font-size: 14px;
        font-weight: bold;
}
.tabs.style-2.big li.active a:before {
        margin-top: 30px;
}
.tabs.style-2.big li a:hover:before {
        margin-top: 30px;
}
.tabs.style-3 {
}
.nav-tabs {
        border: none;
}
.nav-tabs.tabs.style-3 {
        border: none;
        padding: 20px;
        border: 1px solid #e5e5e5;
}
.nav-tabs.tabs.style-3 .nav {
        margin-bottom: 30px;
        display: inline-block;
        width: 100%;
}
.nav-tabs.tabs.style-3 .nav li a {
        border: none;
        font-size: 11px;
        font-weight: bold;
        padding: 0px;
        display: inline-block;
        text-align: center;
        width: 100%;
        padding-bottom: 10px;
        border-bottom: 1px solid #fff;
        letter-spacing: 1px;
}
.nav-tabs.tabs.style-3 .nav li {
        float: left;
        text-align: center;
        width: 33.333%;
}
.nav-tabs.tabs.style-3 .nav li.active a {
        background: none;
        border-bottom: 2px solid #eeb013;
}
.nav-tabs.tabs.style-3 .nav li:hover a {
        background: none;
}
.nav-tabs.tabs.style-3 .tab-content p {
        font-size: 12px;
        line-height: 24px;
        margin-bottom: 0px;
}
.tabs.style-4 .nav-pills li {
        width: 100%;
        margin-bottom: 20px;
}
.tabs.style-4 .nav-pills li a {
        display: inline-block;
        width: 100%;
        padding: 20px 20px;
        font-size: 12px;
        border: none;
        background: #ececec;
        color: #6f6f6f;
        border-radius: 0px;
        text-align: center;
        letter-spacing: 2px;
}
.tabs.style-4 .nav-pills li i {
        margin-top: 3px;
        float: left;
}
.tabs.style-4 .nav-pills li.active a {
        background: #eeb013;
        color: #fff;
}
.tabs.style-4 .nav-pills li:hover a {
        background: #eeb013;
        color: #fff;
}
.nav-pills>li+li {
        margin-left: 0px;
}
.tabs.style-5 {
        border: 1px solid #ececec;
        border-top: none;
}
.tabs.style-5 .nav li {
        width: 50%;
        margin: 0px;
        padding: 0px;
        float: left;
}
.tabs.style-5 .nav {
        display: inline-block;
        width: 100%;
        margin-bottom: 30px;
}
.tabs.style-5 .tab-pane {
        padding: 20px;
        padding-top: 0px;
}
.tabs.style-5.tabs li a {
        background: none;
        border: none;
        display: inline-block;
        width: 100%;
        text-align: center;
        font-size: 12px;
        border: 1px solid #ececec;
        background: #f2f2f2;
}
.tabs.style-5.tabs li.active a {
        border: 1px solid #fff;
        border-top: 1px solid #eeb013;
        background: #fff;
}
.post-type-small {
        display: inline-block;
        width: 100%;
}
.post-type-small .media-left a {
        height: 70px;
        width: 70px;
        display: inline-block;
        margin-right: 10px;
}
.post-type-small a {
        font-size: 16px;
        color: #141414;
        display: inline-block;
        width: 100%;
}
.post-type-small span {
        color: #6f6f6f;
        font-size: 16px;
        font-style: italic;
}
/*=======================================================
                        ABOUT ME
========================================================*/
.light-pattern {
        background: url(../images/fact/pattern-bg.jpg) repeat;
}
.dark-pattern {
        background: url(../images/bg/pattern-dark-bg.jpg) repeat;
}
.yellow-pattern {
        background: url(../images/bg/pattern-bg.png) repeat;
        background-color: #f0b82b;
}
.about-me:before {
        position: absolute;
        top: 0px;
        height: 50px;
        left: 0px;
        width: 100%;
        background: #fff;
        content: "";
}
.about-me {
        position: relative;
}
.about-me .about-me-text p {
        font-size: 18px;
}
.about-me .about-me-text h4 {
        margin-bottom: 30px;
        line-height: 36px;
}
.about-me .about-me-text span {
        margin-bottom: 10px;
        display: inline-block;
        width: 100%;
        font-size: 26px;
        font-style: italic;
        font-weight: bold;
        letter-spacing: 0px;
}
/*=======================================================
                        Alert Boxes
========================================================*/
.alert {
        color: #fff;
        text-transform: uppercase;
        font-size: 11px;
        border: none;
        border-radius: 0px;
        padding: 25px 30px;
        position: relative;
        font-weight: bold;
        letter-spacing: 1.5px;
}
.alert .close {
        color: #fff;
        opacity: 1;
        font-size: 14px;
        top: inherit;
        right: 30px;
        position: absolute;
}
.alert .fa-2x {
        font-size: 16px;
        margin-right: 20px;
}
.alert.alert-success {
        background: #2fba87;
}
.alert.alert-info {
        background: #6dcff6;
}
.alert.alert-danger {
        background: #ffc11b;
}
.alert.alert-warning {
        background: #eb5020;
}
.alert.alert-success.style-2 {
        background: #e7f6f0;
        border: 1px solid #2fba87;
        color: #2fba87;
}
.alert.alert-success.style-2 i {
        color: #2fba87;
}
.alert.alert-info.style-2 {
        background: #effaff;
        border: 1px solid #6dcff6;
        color: #6dcff6;
}
.alert.alert-info.style-2 i {
        color: #6dcff6;
}
.alert.alert-danger.style-2 {
        background: #fffbf0;
        border: 1px solid #ffc11b;
        color: #ffc11b;
}
.alert.alert-danger.style-2 i {
        color: #ffc11b;
}
.alert.alert-warning.style-2 {
        background: #fff0ec;
        border: 1px solid #eb5020;
        color: #eb5020;
}
.alert.alert-warning.style-2 i {
        color: #eb5020;
}
.alert.alert-large {
        font-size: 14px;
        letter-spacing: 1px;
}
.alert.alert-large .fa-2x {
        height: 50px;
        width: 50px;
        text-align: center;
        line-height: 50px;
        color: #141414;
        border-radius: 50%;
        background: #fff;
        float: left;
        margin-top: 10px;
        font-size: 24px;
}
.alert.alert-large p {
        color: #fff;
        font-size: 11px;
        text-transform: none;
        line-height: 22px;
        margin-top: 10px;
}
.alert.alert-large .close {
        top: 20px;
        right: 20px;
}
.alert.x-large {
        font-size: 14px;
}
.alert.x-large .fa-border {
        height: 50px;
        width: 50px;
        border-radius: 50%;
        line-height: 38px;
        text-align: center;
        border-radius: 50%;
        font-size: 18px;
        padding-left: 8px;
        margin-right: 20px;
}
.alert.alert-success.x-large {
        border: 2px solid #2fba87;
}
.alert.alert-info.x-large {
        border: 2px solid #6dcff6;
}
.alert.alert-danger.x-large {
        border: 2px solid #ffc11b;
}
.alert.alert-warning.x-large {
        border: 2px solid #eb5020;
}
.alert.alert-success.x-large .fa-border {
        border: 2px solid #2fba87;
}
.alert.alert-info.x-large .fa-border {
        border: 2px solid #6dcff6;
}
.alert.alert-danger.x-large .fa-border {
        border: 2px solid #ffc11b;
}
.alert.alert-warning.x-large .fa-border {
        border: 2px solid #eb5020;
}
/*=======================================================
                        GO TO TOP
========================================================*/
.cd-top {
        display: inline-block;
        height: 50px;
        z-index: 9;
        width: 50px;
        position: fixed;
        bottom: 40px;
        right: 40px;
        color: #f6b138;
        border-radius: 50%;
        font-size: 26px;
        text-align: center;
        line-height: 40px;
        border: 3px solid #f6b138;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
        overflow: hidden;
        white-space: nowrap;
        background: none;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: opacity .3s 0s, visibility 0s .3s;
        -moz-transition: opacity .3s 0s, visibility 0s .3s;
        transition: opacity .3s 0s, visibility 0s .3s;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
        -webkit-transition: opacity .3s 0s, visibility 0s 0s;
        -moz-transition: opacity .3s 0s, visibility 0s 0s;
        transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
        visibility: visible;
        opacity: 0.5;
}
.cd-top.cd-fade-out {
        opacity: .5;
}
.no-touch .cd-top:hover {
        background-color: #f6b138;
        opacity: 1;
        color: #fff;
}
#wrap.boxed-layout{
        max-width:1250px;
        margin:0 auto;
        background:#fff;
        box-shadow:0 0 20px rgba(0,0,0,0.5);
}
#wrap.boxed-layout .is-sticky .sticky{
        left:0px;
}
.bg1-body{
        background:url(../images/sliders/3/slide-2.jpg) fixed no-repeat;
        background-size:cover;
}
#wrap.boxed-layout .contact.style-2 .contact-right{
        padding-right:20px;
}



@charset "UTF-8";/*!
  Ionicons, v2.0.0
  Created by Ben Sperry for the Ionic Framework, http://ionicons.com/
  https://twitter.com/benjsperry  https://twitter.com/ionicframework
  MIT License: https://github.com/driftyco/ionicons

  Android-style icons originally built by Google’s
  Material Design Icons: https://github.com/google/material-design-icons
  used under CC BY http://creativecommons.org/licenses/by/4.0/
  Modified icons to fit ionicon’s grid from original.
*/@font-face{font-family:"Ionicons";src:url("../fonts/ionicons28b5.eot?v=2.0.0");src:url("../fonts/ionicons28b5.eot?v=2.0.0#iefix") format("embedded-opentype"),url("../fonts/ionicons28b5.ttf?v=2.0.0") format("truetype"),url("../fonts/ionicons28b5.woff?v=2.0.0") format("woff"),url("../fonts/ionicons28b5.svg?v=2.0.0#Ionicons") format("svg");font-weight:normal;font-style:normal}.ion,.ionicons,.ion-alert:before,.ion-alert-circled:before,.ion-android-add:before,.ion-android-add-circle:before,.ion-android-alarm-clock:before,.ion-android-alert:before,.ion-android-apps:before,.ion-android-archive:before,.ion-android-arrow-back:before,.ion-android-arrow-down:before,.ion-android-arrow-dropdown:before,.ion-android-arrow-dropdown-circle:before,.ion-android-arrow-dropleft:before,.ion-android-arrow-dropleft-circle:before,.ion-android-arrow-dropright:before,.ion-android-arrow-dropright-circle:before,.ion-android-arrow-dropup:before,.ion-android-arrow-dropup-circle:before,.ion-android-arrow-forward:before,.ion-android-arrow-up:before,.ion-android-attach:before,.ion-android-bar:before,.ion-android-bicycle:before,.ion-android-boat:before,.ion-android-bookmark:before,.ion-android-bulb:before,.ion-android-bus:before,.ion-android-calendar:before,.ion-android-call:before,.ion-android-camera:before,.ion-android-cancel:before,.ion-android-car:before,.ion-android-cart:before,.ion-android-chat:before,.ion-android-checkbox:before,.ion-android-checkbox-blank:before,.ion-android-checkbox-outline:before,.ion-android-checkbox-outline-blank:before,.ion-android-checkmark-circle:before,.ion-android-clipboard:before,.ion-android-close:before,.ion-android-cloud:before,.ion-android-cloud-circle:before,.ion-android-cloud-done:before,.ion-android-cloud-outline:before,.ion-android-color-palette:before,.ion-android-compass:before,.ion-android-contact:before,.ion-android-contacts:before,.ion-android-contract:before,.ion-android-create:before,.ion-android-delete:before,.ion-android-desktop:before,.ion-android-document:before,.ion-android-done:before,.ion-android-done-all:before,.ion-android-download:before,.ion-android-drafts:before,.ion-android-exit:before,.ion-android-expand:before,.ion-android-favorite:before,.ion-android-favorite-outline:before,.ion-android-film:before,.ion-android-folder:before,.ion-android-folder-open:before,.ion-android-funnel:before,.ion-android-globe:before,.ion-android-hand:before,.ion-android-hangout:before,.ion-android-happy:before,.ion-android-home:before,.ion-android-image:before,.ion-android-laptop:before,.ion-android-list:before,.ion-android-locate:before,.ion-android-lock:before,.ion-android-mail:before,.ion-android-map:before,.ion-android-menu:before,.ion-android-microphone:before,.ion-android-microphone-off:before,.ion-android-more-horizontal:before,.ion-android-more-vertical:before,.ion-android-navigate:before,.ion-android-notifications:before,.ion-android-notifications-none:before,.ion-android-notifications-off:before,.ion-android-open:before,.ion-android-options:before,.ion-android-people:before,.ion-android-person:before,.ion-android-person-add:before,.ion-android-phone-landscape:before,.ion-android-phone-portrait:before,.ion-android-pin:before,.ion-android-plane:before,.ion-android-playstore:before,.ion-android-print:before,.ion-android-radio-button-off:before,.ion-android-radio-button-on:before,.ion-android-refresh:before,.ion-android-remove:before,.ion-android-remove-circle:before,.ion-android-restaurant:before,.ion-android-sad:before,.ion-android-search:before,.ion-android-send:before,.ion-android-settings:before,.ion-android-share:before,.ion-android-share-alt:before,.ion-android-star:before,.ion-android-star-half:before,.ion-android-star-outline:before,.ion-android-stopwatch:before,.ion-android-subway:before,.ion-android-sunny:before,.ion-android-sync:before,.ion-android-textsms:before,.ion-android-time:before,.ion-android-train:before,.ion-android-unlock:before,.ion-android-upload:before,.ion-android-volume-down:before,.ion-android-volume-mute:before,.ion-android-volume-off:before,.ion-android-volume-up:before,.ion-android-walk:before,.ion-android-warning:before,.ion-android-watch:before,.ion-android-wifi:before,.ion-aperture:before,.ion-archive:before,.ion-arrow-down-a:before,.ion-arrow-down-b:before,.ion-arrow-down-c:before,.ion-arrow-expand:before,.ion-arrow-graph-down-left:before,.ion-arrow-graph-down-right:before,.ion-arrow-graph-up-left:before,.ion-arrow-graph-up-right:before,.ion-arrow-left-a:before,.ion-arrow-left-b:before,.ion-arrow-left-c:before,.ion-arrow-move:before,.ion-arrow-resize:before,.ion-arrow-return-left:before,.ion-arrow-return-right:before,.ion-arrow-right-a:before,.ion-arrow-right-b:before,.ion-arrow-right-c:before,.ion-arrow-shrink:before,.ion-arrow-swap:before,.ion-arrow-up-a:before,.ion-arrow-up-b:before,.ion-arrow-up-c:before,.ion-asterisk:before,.ion-at:before,.ion-backspace:before,.ion-backspace-outline:before,.ion-bag:before,.ion-battery-charging:before,.ion-battery-empty:before,.ion-battery-full:before,.ion-battery-half:before,.ion-battery-low:before,.ion-beaker:before,.ion-beer:before,.ion-bluetooth:before,.ion-bonfire:before,.ion-bookmark:before,.ion-bowtie:before,.ion-briefcase:before,.ion-bug:before,.ion-calculator:before,.ion-calendar:before,.ion-camera:before,.ion-card:before,.ion-cash:before,.ion-chatbox:before,.ion-chatbox-working:before,.ion-chatboxes:before,.ion-chatbubble:before,.ion-chatbubble-working:before,.ion-chatbubbles:before,.ion-checkmark:before,.ion-checkmark-circled:before,.ion-checkmark-round:before,.ion-chevron-down:before,.ion-chevron-left:before,.ion-chevron-right:before,.ion-chevron-up:before,.ion-clipboard:before,.ion-clock:before,.ion-close:before,.ion-close-circled:before,.ion-close-round:before,.ion-closed-captioning:before,.ion-cloud:before,.ion-code:before,.ion-code-download:before,.ion-code-working:before,.ion-coffee:before,.ion-compass:before,.ion-compose:before,.ion-connection-bars:before,.ion-contrast:before,.ion-crop:before,.ion-cube:before,.ion-disc:before,.ion-document:before,.ion-document-text:before,.ion-drag:before,.ion-earth:before,.ion-easel:before,.ion-edit:before,.ion-egg:before,.ion-eject:before,.ion-email:before,.ion-email-unread:before,.ion-erlenmeyer-flask:before,.ion-erlenmeyer-flask-bubbles:before,.ion-eye:before,.ion-eye-disabled:before,.ion-female:before,.ion-filing:before,.ion-film-marker:before,.ion-fireball:before,.ion-flag:before,.ion-flame:before,.ion-flash:before,.ion-flash-off:before,.ion-folder:before,.ion-fork:before,.ion-fork-repo:before,.ion-forward:before,.ion-funnel:before,.ion-gear-a:before,.ion-gear-b:before,.ion-grid:before,.ion-hammer:before,.ion-happy:before,.ion-happy-outline:before,.ion-headphone:before,.ion-heart:before,.ion-heart-broken:before,.ion-help:before,.ion-help-buoy:before,.ion-help-circled:before,.ion-home:before,.ion-icecream:before,.ion-image:before,.ion-images:before,.ion-information:before,.ion-information-circled:before,.ion-ionic:before,.ion-ios-alarm:before,.ion-ios-alarm-outline:before,.ion-ios-albums:before,.ion-ios-albums-outline:before,.ion-ios-americanfootball:before,.ion-ios-americanfootball-outline:before,.ion-ios-analytics:before,.ion-ios-analytics-outline:before,.ion-ios-arrow-back:before,.ion-ios-arrow-down:before,.ion-ios-arrow-forward:before,.ion-ios-arrow-left:before,.ion-ios-arrow-right:before,.ion-ios-arrow-thin-down:before,.ion-ios-arrow-thin-left:before,.ion-ios-arrow-thin-right:before,.ion-ios-arrow-thin-up:before,.ion-ios-arrow-up:before,.ion-ios-at:before,.ion-ios-at-outline:before,.ion-ios-barcode:before,.ion-ios-barcode-outline:before,.ion-ios-baseball:before,.ion-ios-baseball-outline:before,.ion-ios-basketball:before,.ion-ios-basketball-outline:before,.ion-ios-bell:before,.ion-ios-bell-outline:before,.ion-ios-body:before,.ion-ios-body-outline:before,.ion-ios-bolt:before,.ion-ios-bolt-outline:before,.ion-ios-book:before,.ion-ios-book-outline:before,.ion-ios-bookmarks:before,.ion-ios-bookmarks-outline:before,.ion-ios-box:before,.ion-ios-box-outline:before,.ion-ios-briefcase:before,.ion-ios-briefcase-outline:before,.ion-ios-browsers:before,.ion-ios-browsers-outline:before,.ion-ios-calculator:before,.ion-ios-calculator-outline:before,.ion-ios-calendar:before,.ion-ios-calendar-outline:before,.ion-ios-camera:before,.ion-ios-camera-outline:before,.ion-ios-cart:before,.ion-ios-cart-outline:before,.ion-ios-chatboxes:before,.ion-ios-chatboxes-outline:before,.ion-ios-chatbubble:before,.ion-ios-chatbubble-outline:before,.ion-ios-checkmark:before,.ion-ios-checkmark-empty:before,.ion-ios-checkmark-outline:before,.ion-ios-circle-filled:before,.ion-ios-circle-outline:before,.ion-ios-clock:before,.ion-ios-clock-outline:before,.ion-ios-close:before,.ion-ios-close-empty:before,.ion-ios-close-outline:before,.ion-ios-cloud:before,.ion-ios-cloud-download:before,.ion-ios-cloud-download-outline:before,.ion-ios-cloud-outline:before,.ion-ios-cloud-upload:before,.ion-ios-cloud-upload-outline:before,.ion-ios-cloudy:before,.ion-ios-cloudy-night:before,.ion-ios-cloudy-night-outline:before,.ion-ios-cloudy-outline:before,.ion-ios-cog:before,.ion-ios-cog-outline:before,.ion-ios-color-filter:before,.ion-ios-color-filter-outline:before,.ion-ios-color-wand:before,.ion-ios-color-wand-outline:before,.ion-ios-compose:before,.ion-ios-compose-outline:before,.ion-ios-contact:before,.ion-ios-contact-outline:before,.ion-ios-copy:before,.ion-ios-copy-outline:before,.ion-ios-crop:before,.ion-ios-crop-strong:before,.ion-ios-download:before,.ion-ios-download-outline:before,.ion-ios-drag:before,.ion-ios-email:before,.ion-ios-email-outline:before,.ion-ios-eye:before,.ion-ios-eye-outline:before,.ion-ios-fastforward:before,.ion-ios-fastforward-outline:before,.ion-ios-filing:before,.ion-ios-filing-outline:before,.ion-ios-film:before,.ion-ios-film-outline:before,.ion-ios-flag:before,.ion-ios-flag-outline:before,.ion-ios-flame:before,.ion-ios-flame-outline:before,.ion-ios-flask:before,.ion-ios-flask-outline:before,.ion-ios-flower:before,.ion-ios-flower-outline:before,.ion-ios-folder:before,.ion-ios-folder-outline:before,.ion-ios-football:before,.ion-ios-football-outline:before,.ion-ios-game-controller-a:before,.ion-ios-game-controller-a-outline:before,.ion-ios-game-controller-b:before,.ion-ios-game-controller-b-outline:before,.ion-ios-gear:before,.ion-ios-gear-outline:before,.ion-ios-glasses:before,.ion-ios-glasses-outline:before,.ion-ios-grid-view:before,.ion-ios-grid-view-outline:before,.ion-ios-heart:before,.ion-ios-heart-outline:before,.ion-ios-help:before,.ion-ios-help-empty:before,.ion-ios-help-outline:before,.ion-ios-home:before,.ion-ios-home-outline:before,.ion-ios-infinite:before,.ion-ios-infinite-outline:before,.ion-ios-information:before,.ion-ios-information-empty:before,.ion-ios-information-outline:before,.ion-ios-ionic-outline:before,.ion-ios-keypad:before,.ion-ios-keypad-outline:before,.ion-ios-lightbulb:before,.ion-ios-lightbulb-outline:before,.ion-ios-list:before,.ion-ios-list-outline:before,.ion-ios-location:before,.ion-ios-location-outline:before,.ion-ios-locked:before,.ion-ios-locked-outline:before,.ion-ios-loop:before,.ion-ios-loop-strong:before,.ion-ios-medical:before,.ion-ios-medical-outline:before,.ion-ios-medkit:before,.ion-ios-medkit-outline:before,.ion-ios-mic:before,.ion-ios-mic-off:before,.ion-ios-mic-outline:before,.ion-ios-minus:before,.ion-ios-minus-empty:before,.ion-ios-minus-outline:before,.ion-ios-monitor:before,.ion-ios-monitor-outline:before,.ion-ios-moon:before,.ion-ios-moon-outline:before,.ion-ios-more:before,.ion-ios-more-outline:before,.ion-ios-musical-note:before,.ion-ios-musical-notes:before,.ion-ios-navigate:before,.ion-ios-navigate-outline:before,.ion-ios-nutrition:before,.ion-ios-nutrition-outline:before,.ion-ios-paper:before,.ion-ios-paper-outline:before,.ion-ios-paperplane:before,.ion-ios-paperplane-outline:before,.ion-ios-partlysunny:before,.ion-ios-partlysunny-outline:before,.ion-ios-pause:before,.ion-ios-pause-outline:before,.ion-ios-paw:before,.ion-ios-paw-outline:before,.ion-ios-people:before,.ion-ios-people-outline:before,.ion-ios-person:before,.ion-ios-person-outline:before,.ion-ios-personadd:before,.ion-ios-personadd-outline:before,.ion-ios-photos:before,.ion-ios-photos-outline:before,.ion-ios-pie:before,.ion-ios-pie-outline:before,.ion-ios-pint:before,.ion-ios-pint-outline:before,.ion-ios-play:before,.ion-ios-play-outline:before,.ion-ios-plus:before,.ion-ios-plus-empty:before,.ion-ios-plus-outline:before,.ion-ios-pricetag:before,.ion-ios-pricetag-outline:before,.ion-ios-pricetags:before,.ion-ios-pricetags-outline:before,.ion-ios-printer:before,.ion-ios-printer-outline:before,.ion-ios-pulse:before,.ion-ios-pulse-strong:before,.ion-ios-rainy:before,.ion-ios-rainy-outline:before,.ion-ios-recording:before,.ion-ios-recording-outline:before,.ion-ios-redo:before,.ion-ios-redo-outline:before,.ion-ios-refresh:before,.ion-ios-refresh-empty:before,.ion-ios-refresh-outline:before,.ion-ios-reload:before,.ion-ios-reverse-camera:before,.ion-ios-reverse-camera-outline:before,.ion-ios-rewind:before,.ion-ios-rewind-outline:before,.ion-ios-rose:before,.ion-ios-rose-outline:before,.ion-ios-search:before,.ion-ios-search-strong:before,.ion-ios-settings:before,.ion-ios-settings-strong:before,.ion-ios-shuffle:before,.ion-ios-shuffle-strong:before,.ion-ios-skipbackward:before,.ion-ios-skipbackward-outline:before,.ion-ios-skipforward:before,.ion-ios-skipforward-outline:before,.ion-ios-snowy:before,.ion-ios-speedometer:before,.ion-ios-speedometer-outline:before,.ion-ios-star:before,.ion-ios-star-half:before,.ion-ios-star-outline:before,.ion-ios-stopwatch:before,.ion-ios-stopwatch-outline:before,.ion-ios-sunny:before,.ion-ios-sunny-outline:before,.ion-ios-telephone:before,.ion-ios-telephone-outline:before,.ion-ios-tennisball:before,.ion-ios-tennisball-outline:before,.ion-ios-thunderstorm:before,.ion-ios-thunderstorm-outline:before,.ion-ios-time:before,.ion-ios-time-outline:before,.ion-ios-timer:before,.ion-ios-timer-outline:before,.ion-ios-toggle:before,.ion-ios-toggle-outline:before,.ion-ios-trash:before,.ion-ios-trash-outline:before,.ion-ios-undo:before,.ion-ios-undo-outline:before,.ion-ios-unlocked:before,.ion-ios-unlocked-outline:before,.ion-ios-upload:before,.ion-ios-upload-outline:before,.ion-ios-videocam:before,.ion-ios-videocam-outline:before,.ion-ios-volume-high:before,.ion-ios-volume-low:before,.ion-ios-wineglass:before,.ion-ios-wineglass-outline:before,.ion-ios-world:before,.ion-ios-world-outline:before,.ion-ipad:before,.ion-iphone:before,.ion-ipod:before,.ion-jet:before,.ion-key:before,.ion-knife:before,.ion-laptop:before,.ion-leaf:before,.ion-levels:before,.ion-lightbulb:before,.ion-link:before,.ion-load-a:before,.ion-load-b:before,.ion-load-c:before,.ion-load-d:before,.ion-location:before,.ion-lock-combination:before,.ion-locked:before,.ion-log-in:before,.ion-log-out:before,.ion-loop:before,.ion-magnet:before,.ion-male:before,.ion-man:before,.ion-map:before,.ion-medkit:before,.ion-merge:before,.ion-mic-a:before,.ion-mic-b:before,.ion-mic-c:before,.ion-minus:before,.ion-minus-circled:before,.ion-minus-round:before,.ion-model-s:before,.ion-monitor:before,.ion-more:before,.ion-mouse:before,.ion-music-note:before,.ion-navicon:before,.ion-navicon-round:before,.ion-navigate:before,.ion-network:before,.ion-no-smoking:before,.ion-nuclear:before,.ion-outlet:before,.ion-paintbrush:before,.ion-paintbucket:before,.ion-paper-airplane:before,.ion-paperclip:before,.ion-pause:before,.ion-person:before,.ion-person-add:before,.ion-person-stalker:before,.ion-pie-graph:before,.ion-pin:before,.ion-pinpoint:before,.ion-pizza:before,.ion-plane:before,.ion-planet:before,.ion-play:before,.ion-playstation:before,.ion-plus:before,.ion-plus-circled:before,.ion-plus-round:before,.ion-podium:before,.ion-pound:before,.ion-power:before,.ion-pricetag:before,.ion-pricetags:before,.ion-printer:before,.ion-pull-request:before,.ion-qr-scanner:before,.ion-quote:before,.ion-radio-waves:before,.ion-record:before,.ion-refresh:before,.ion-reply:before,.ion-reply-all:before,.ion-ribbon-a:before,.ion-ribbon-b:before,.ion-sad:before,.ion-sad-outline:before,.ion-scissors:before,.ion-search:before,.ion-settings:before,.ion-share:before,.ion-shuffle:before,.ion-skip-backward:before,.ion-skip-forward:before,.ion-social-android:before,.ion-social-android-outline:before,.ion-social-angular:before,.ion-social-angular-outline:before,.ion-social-apple:before,.ion-social-apple-outline:before,.ion-social-bitcoin:before,.ion-social-bitcoin-outline:before,.ion-social-buffer:before,.ion-social-buffer-outline:before,.ion-social-chrome:before,.ion-social-chrome-outline:before,.ion-social-codepen:before,.ion-social-codepen-outline:before,.ion-social-css3:before,.ion-social-css3-outline:before,.ion-social-designernews:before,.ion-social-designernews-outline:before,.ion-social-dribbble:before,.ion-social-dribbble-outline:before,.ion-social-dropbox:before,.ion-social-dropbox-outline:before,.ion-social-euro:before,.ion-social-euro-outline:before,.ion-social-facebook:before,.ion-social-facebook-outline:before,.ion-social-foursquare:before,.ion-social-foursquare-outline:before,.ion-social-freebsd-devil:before,.ion-social-github:before,.ion-social-github-outline:before,.ion-social-google:before,.ion-social-google-outline:before,.ion-social-googleplus:before,.ion-social-googleplus-outline:before,.ion-social-hackernews:before,.ion-social-hackernews-outline:before,.ion-social-html5:before,.ion-social-html5-outline:before,.ion-social-instagram:before,.ion-social-instagram-outline:before,.ion-social-javascript:before,.ion-social-javascript-outline:before,.ion-social-linkedin:before,.ion-social-linkedin-outline:before,.ion-social-markdown:before,.ion-social-nodejs:before,.ion-social-octocat:before,.ion-social-pinterest:before,.ion-social-pinterest-outline:before,.ion-social-python:before,.ion-social-reddit:before,.ion-social-reddit-outline:before,.ion-social-rss:before,.ion-social-rss-outline:before,.ion-social-sass:before,.ion-social-skype:before,.ion-social-skype-outline:before,.ion-social-snapchat:before,.ion-social-snapchat-outline:before,.ion-social-tumblr:before,.ion-social-tumblr-outline:before,.ion-social-tux:before,.ion-social-twitch:before,.ion-social-twitch-outline:before,.ion-social-twitter:before,.ion-social-twitter-outline:before,.ion-social-usd:before,.ion-social-usd-outline:before,.ion-social-vimeo:before,.ion-social-vimeo-outline:before,.ion-social-whatsapp:before,.ion-social-whatsapp-outline:before,.ion-social-windows:before,.ion-social-windows-outline:before,.ion-social-wordpress:before,.ion-social-wordpress-outline:before,.ion-social-yahoo:before,.ion-social-yahoo-outline:before,.ion-social-yen:before,.ion-social-yen-outline:before,.ion-social-youtube:before,.ion-social-youtube-outline:before,.ion-soup-can:before,.ion-soup-can-outline:before,.ion-speakerphone:before,.ion-speedometer:before,.ion-spoon:before,.ion-star:before,.ion-stats-bars:before,.ion-steam:before,.ion-stop:before,.ion-thermometer:before,.ion-thumbsdown:before,.ion-thumbsup:before,.ion-toggle:before,.ion-toggle-filled:before,.ion-transgender:before,.ion-trash-a:before,.ion-trash-b:before,.ion-trophy:before,.ion-tshirt:before,.ion-tshirt-outline:before,.ion-umbrella:before,.ion-university:before,.ion-unlocked:before,.ion-upload:before,.ion-usb:before,.ion-videocamera:before,.ion-volume-high:before,.ion-volume-low:before,.ion-volume-medium:before,.ion-volume-mute:before,.ion-wand:before,.ion-waterdrop:before,.ion-wifi:before,.ion-wineglass:before,.ion-woman:before,.ion-wrench:before,.ion-xbox:before{display:inline-block;font-family:"Ionicons";speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;text-rendering:auto;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.ion-alert:before{content:"\f101"}.ion-alert-circled:before{content:"\f100"}.ion-android-add:before{content:"\f2c7"}.ion-android-add-circle:before{content:"\f359"}.ion-android-alarm-clock:before{content:"\f35a"}.ion-android-alert:before{content:"\f35b"}.ion-android-apps:before{content:"\f35c"}.ion-android-archive:before{content:"\f2c9"}.ion-android-arrow-back:before{content:"\f2ca"}.ion-android-arrow-down:before{content:"\f35d"}.ion-android-arrow-dropdown:before{content:"\f35f"}.ion-android-arrow-dropdown-circle:before{content:"\f35e"}.ion-android-arrow-dropleft:before{content:"\f361"}.ion-android-arrow-dropleft-circle:before{content:"\f360"}.ion-android-arrow-dropright:before{content:"\f363"}.ion-android-arrow-dropright-circle:before{content:"\f362"}.ion-android-arrow-dropup:before{content:"\f365"}.ion-android-arrow-dropup-circle:before{content:"\f364"}.ion-android-arrow-forward:before{content:"\f30f"}.ion-android-arrow-up:before{content:"\f366"}.ion-android-attach:before{content:"\f367"}.ion-android-bar:before{content:"\f368"}.ion-android-bicycle:before{content:"\f369"}.ion-android-boat:before{content:"\f36a"}.ion-android-bookmark:before{content:"\f36b"}.ion-android-bulb:before{content:"\f36c"}.ion-android-bus:before{content:"\f36d"}.ion-android-calendar:before{content:"\f2d1"}.ion-android-call:before{content:"\f2d2"}.ion-android-camera:before{content:"\f2d3"}.ion-android-cancel:before{content:"\f36e"}.ion-android-car:before{content:"\f36f"}.ion-android-cart:before{content:"\f370"}.ion-android-chat:before{content:"\f2d4"}.ion-android-checkbox:before{content:"\f374"}.ion-android-checkbox-blank:before{content:"\f371"}.ion-android-checkbox-outline:before{content:"\f373"}.ion-android-checkbox-outline-blank:before{content:"\f372"}.ion-android-checkmark-circle:before{content:"\f375"}.ion-android-clipboard:before{content:"\f376"}.ion-android-close:before{content:"\f2d7"}.ion-android-cloud:before{content:"\f37a"}.ion-android-cloud-circle:before{content:"\f377"}.ion-android-cloud-done:before{content:"\f378"}.ion-android-cloud-outline:before{content:"\f379"}.ion-android-color-palette:before{content:"\f37b"}.ion-android-compass:before{content:"\f37c"}.ion-android-contact:before{content:"\f2d8"}.ion-android-contacts:before{content:"\f2d9"}.ion-android-contract:before{content:"\f37d"}.ion-android-create:before{content:"\f37e"}.ion-android-delete:before{content:"\f37f"}.ion-android-desktop:before{content:"\f380"}.ion-android-document:before{content:"\f381"}.ion-android-done:before{content:"\f383"}.ion-android-done-all:before{content:"\f382"}.ion-android-download:before{content:"\f2dd"}.ion-android-drafts:before{content:"\f384"}.ion-android-exit:before{content:"\f385"}.ion-android-expand:before{content:"\f386"}.ion-android-favorite:before{content:"\f388"}.ion-android-favorite-outline:before{content:"\f387"}.ion-android-film:before{content:"\f389"}.ion-android-folder:before{content:"\f2e0"}.ion-android-folder-open:before{content:"\f38a"}.ion-android-funnel:before{content:"\f38b"}.ion-android-globe:before{content:"\f38c"}.ion-android-hand:before{content:"\f2e3"}.ion-android-hangout:before{content:"\f38d"}.ion-android-happy:before{content:"\f38e"}.ion-android-home:before{content:"\f38f"}.ion-android-image:before{content:"\f2e4"}.ion-android-laptop:before{content:"\f390"}.ion-android-list:before{content:"\f391"}.ion-android-locate:before{content:"\f2e9"}.ion-android-lock:before{content:"\f392"}.ion-android-mail:before{content:"\f2eb"}.ion-android-map:before{content:"\f393"}.ion-android-menu:before{content:"\f394"}.ion-android-microphone:before{content:"\f2ec"}.ion-android-microphone-off:before{content:"\f395"}.ion-android-more-horizontal:before{content:"\f396"}.ion-android-more-vertical:before{content:"\f397"}.ion-android-navigate:before{content:"\f398"}.ion-android-notifications:before{content:"\f39b"}.ion-android-notifications-none:before{content:"\f399"}.ion-android-notifications-off:before{content:"\f39a"}.ion-android-open:before{content:"\f39c"}.ion-android-options:before{content:"\f39d"}.ion-android-people:before{content:"\f39e"}.ion-android-person:before{content:"\f3a0"}.ion-android-person-add:before{content:"\f39f"}.ion-android-phone-landscape:before{content:"\f3a1"}.ion-android-phone-portrait:before{content:"\f3a2"}.ion-android-pin:before{content:"\f3a3"}.ion-android-plane:before{content:"\f3a4"}.ion-android-playstore:before{content:"\f2f0"}.ion-android-print:before{content:"\f3a5"}.ion-android-radio-button-off:before{content:"\f3a6"}.ion-android-radio-button-on:before{content:"\f3a7"}.ion-android-refresh:before{content:"\f3a8"}.ion-android-remove:before{content:"\f2f4"}.ion-android-remove-circle:before{content:"\f3a9"}.ion-android-restaurant:before{content:"\f3aa"}.ion-android-sad:before{content:"\f3ab"}.ion-android-search:before{content:"\f2f5"}.ion-android-send:before{content:"\f2f6"}.ion-android-settings:before{content:"\f2f7"}.ion-android-share:before{content:"\f2f8"}.ion-android-share-alt:before{content:"\f3ac"}.ion-android-star:before{content:"\f2fc"}.ion-android-star-half:before{content:"\f3ad"}.ion-android-star-outline:before{content:"\f3ae"}.ion-android-stopwatch:before{content:"\f2fd"}.ion-android-subway:before{content:"\f3af"}.ion-android-sunny:before{content:"\f3b0"}.ion-android-sync:before{content:"\f3b1"}.ion-android-textsms:before{content:"\f3b2"}.ion-android-time:before{content:"\f3b3"}.ion-android-train:before{content:"\f3b4"}.ion-android-unlock:before{content:"\f3b5"}.ion-android-upload:before{content:"\f3b6"}.ion-android-volume-down:before{content:"\f3b7"}.ion-android-volume-mute:before{content:"\f3b8"}.ion-android-volume-off:before{content:"\f3b9"}.ion-android-volume-up:before{content:"\f3ba"}.ion-android-walk:before{content:"\f3bb"}.ion-android-warning:before{content:"\f3bc"}.ion-android-watch:before{content:"\f3bd"}.ion-android-wifi:before{content:"\f305"}.ion-aperture:before{content:"\f313"}.ion-archive:before{content:"\f102"}.ion-arrow-down-a:before{content:"\f103"}.ion-arrow-down-b:before{content:"\f104"}.ion-arrow-down-c:before{content:"\f105"}.ion-arrow-expand:before{content:"\f25e"}.ion-arrow-graph-down-left:before{content:"\f25f"}.ion-arrow-graph-down-right:before{content:"\f260"}.ion-arrow-graph-up-left:before{content:"\f261"}.ion-arrow-graph-up-right:before{content:"\f262"}.ion-arrow-left-a:before{content:"\f106"}.ion-arrow-left-b:before{content:"\f107"}.ion-arrow-left-c:before{content:"\f108"}.ion-arrow-move:before{content:"\f263"}.ion-arrow-resize:before{content:"\f264"}.ion-arrow-return-left:before{content:"\f265"}.ion-arrow-return-right:before{content:"\f266"}.ion-arrow-right-a:before{content:"\f109"}.ion-arrow-right-b:before{content:"\f10a"}.ion-arrow-right-c:before{content:"\f10b"}.ion-arrow-shrink:before{content:"\f267"}.ion-arrow-swap:before{content:"\f268"}.ion-arrow-up-a:before{content:"\f10c"}.ion-arrow-up-b:before{content:"\f10d"}.ion-arrow-up-c:before{content:"\f10e"}.ion-asterisk:before{content:"\f314"}.ion-at:before{content:"\f10f"}.ion-backspace:before{content:"\f3bf"}.ion-backspace-outline:before{content:"\f3be"}.ion-bag:before{content:"\f110"}.ion-battery-charging:before{content:"\f111"}.ion-battery-empty:before{content:"\f112"}.ion-battery-full:before{content:"\f113"}.ion-battery-half:before{content:"\f114"}.ion-battery-low:before{content:"\f115"}.ion-beaker:before{content:"\f269"}.ion-beer:before{content:"\f26a"}.ion-bluetooth:before{content:"\f116"}.ion-bonfire:before{content:"\f315"}.ion-bookmark:before{content:"\f26b"}.ion-bowtie:before{content:"\f3c0"}.ion-briefcase:before{content:"\f26c"}.ion-bug:before{content:"\f2be"}.ion-calculator:before{content:"\f26d"}.ion-calendar:before{content:"\f117"}.ion-camera:before{content:"\f118"}.ion-card:before{content:"\f119"}.ion-cash:before{content:"\f316"}.ion-chatbox:before{content:"\f11b"}.ion-chatbox-working:before{content:"\f11a"}.ion-chatboxes:before{content:"\f11c"}.ion-chatbubble:before{content:"\f11e"}.ion-chatbubble-working:before{content:"\f11d"}.ion-chatbubbles:before{content:"\f11f"}.ion-checkmark:before{content:"\f122"}.ion-checkmark-circled:before{content:"\f120"}.ion-checkmark-round:before{content:"\f121"}.ion-chevron-down:before{content:"\f123"}.ion-chevron-left:before{content:"\f124"}.ion-chevron-right:before{content:"\f125"}.ion-chevron-up:before{content:"\f126"}.ion-clipboard:before{content:"\f127"}.ion-clock:before{content:"\f26e"}.ion-close:before{content:"\f12a"}.ion-close-circled:before{content:"\f128"}.ion-close-round:before{content:"\f129"}.ion-closed-captioning:before{content:"\f317"}.ion-cloud:before{content:"\f12b"}.ion-code:before{content:"\f271"}.ion-code-download:before{content:"\f26f"}.ion-code-working:before{content:"\f270"}.ion-coffee:before{content:"\f272"}.ion-compass:before{content:"\f273"}.ion-compose:before{content:"\f12c"}.ion-connection-bars:before{content:"\f274"}.ion-contrast:before{content:"\f275"}.ion-crop:before{content:"\f3c1"}.ion-cube:before{content:"\f318"}.ion-disc:before{content:"\f12d"}.ion-document:before{content:"\f12f"}.ion-document-text:before{content:"\f12e"}.ion-drag:before{content:"\f130"}.ion-earth:before{content:"\f276"}.ion-easel:before{content:"\f3c2"}.ion-edit:before{content:"\f2bf"}.ion-egg:before{content:"\f277"}.ion-eject:before{content:"\f131"}.ion-email:before{content:"\f132"}.ion-email-unread:before{content:"\f3c3"}.ion-erlenmeyer-flask:before{content:"\f3c5"}.ion-erlenmeyer-flask-bubbles:before{content:"\f3c4"}.ion-eye:before{content:"\f133"}.ion-eye-disabled:before{content:"\f306"}.ion-female:before{content:"\f278"}.ion-filing:before{content:"\f134"}.ion-film-marker:before{content:"\f135"}.ion-fireball:before{content:"\f319"}.ion-flag:before{content:"\f279"}.ion-flame:before{content:"\f31a"}.ion-flash:before{content:"\f137"}.ion-flash-off:before{content:"\f136"}.ion-folder:before{content:"\f139"}.ion-fork:before{content:"\f27a"}.ion-fork-repo:before{content:"\f2c0"}.ion-forward:before{content:"\f13a"}.ion-funnel:before{content:"\f31b"}.ion-gear-a:before{content:"\f13d"}.ion-gear-b:before{content:"\f13e"}.ion-grid:before{content:"\f13f"}.ion-hammer:before{content:"\f27b"}.ion-happy:before{content:"\f31c"}.ion-happy-outline:before{content:"\f3c6"}.ion-headphone:before{content:"\f140"}.ion-heart:before{content:"\f141"}.ion-heart-broken:before{content:"\f31d"}.ion-help:before{content:"\f143"}.ion-help-buoy:before{content:"\f27c"}.ion-help-circled:before{content:"\f142"}.ion-home:before{content:"\f144"}.ion-icecream:before{content:"\f27d"}.ion-image:before{content:"\f147"}.ion-images:before{content:"\f148"}.ion-information:before{content:"\f14a"}.ion-information-circled:before{content:"\f149"}.ion-ionic:before{content:"\f14b"}.ion-ios-alarm:before{content:"\f3c8"}.ion-ios-alarm-outline:before{content:"\f3c7"}.ion-ios-albums:before{content:"\f3ca"}.ion-ios-albums-outline:before{content:"\f3c9"}.ion-ios-americanfootball:before{content:"\f3cc"}.ion-ios-americanfootball-outline:before{content:"\f3cb"}.ion-ios-analytics:before{content:"\f3ce"}.ion-ios-analytics-outline:before{content:"\f3cd"}.ion-ios-arrow-back:before{content:"\f3cf"}.ion-ios-arrow-down:before{content:"\f3d0"}.ion-ios-arrow-forward:before{content:"\f3d1"}.ion-ios-arrow-left:before{content:"\f3d2"}.ion-ios-arrow-right:before{content:"\f3d3"}.ion-ios-arrow-thin-down:before{content:"\f3d4"}.ion-ios-arrow-thin-left:before{content:"\f3d5"}.ion-ios-arrow-thin-right:before{content:"\f3d6"}.ion-ios-arrow-thin-up:before{content:"\f3d7"}.ion-ios-arrow-up:before{content:"\f3d8"}.ion-ios-at:before{content:"\f3da"}.ion-ios-at-outline:before{content:"\f3d9"}.ion-ios-barcode:before{content:"\f3dc"}.ion-ios-barcode-outline:before{content:"\f3db"}.ion-ios-baseball:before{content:"\f3de"}.ion-ios-baseball-outline:before{content:"\f3dd"}.ion-ios-basketball:before{content:"\f3e0"}.ion-ios-basketball-outline:before{content:"\f3df"}.ion-ios-bell:before{content:"\f3e2"}.ion-ios-bell-outline:before{content:"\f3e1"}.ion-ios-body:before{content:"\f3e4"}.ion-ios-body-outline:before{content:"\f3e3"}.ion-ios-bolt:before{content:"\f3e6"}.ion-ios-bolt-outline:before{content:"\f3e5"}.ion-ios-book:before{content:"\f3e8"}.ion-ios-book-outline:before{content:"\f3e7"}.ion-ios-bookmarks:before{content:"\f3ea"}.ion-ios-bookmarks-outline:before{content:"\f3e9"}.ion-ios-box:before{content:"\f3ec"}.ion-ios-box-outline:before{content:"\f3eb"}.ion-ios-briefcase:before{content:"\f3ee"}.ion-ios-briefcase-outline:before{content:"\f3ed"}.ion-ios-browsers:before{content:"\f3f0"}.ion-ios-browsers-outline:before{content:"\f3ef"}.ion-ios-calculator:before{content:"\f3f2"}.ion-ios-calculator-outline:before{content:"\f3f1"}.ion-ios-calendar:before{content:"\f3f4"}.ion-ios-calendar-outline:before{content:"\f3f3"}.ion-ios-camera:before{content:"\f3f6"}.ion-ios-camera-outline:before{content:"\f3f5"}.ion-ios-cart:before{content:"\f3f8"}.ion-ios-cart-outline:before{content:"\f3f7"}.ion-ios-chatboxes:before{content:"\f3fa"}.ion-ios-chatboxes-outline:before{content:"\f3f9"}.ion-ios-chatbubble:before{content:"\f3fc"}.ion-ios-chatbubble-outline:before{content:"\f3fb"}.ion-ios-checkmark:before{content:"\f3ff"}.ion-ios-checkmark-empty:before{content:"\f3fd"}.ion-ios-checkmark-outline:before{content:"\f3fe"}.ion-ios-circle-filled:before{content:"\f400"}.ion-ios-circle-outline:before{content:"\f401"}.ion-ios-clock:before{content:"\f403"}.ion-ios-clock-outline:before{content:"\f402"}.ion-ios-close:before{content:"\f406"}.ion-ios-close-empty:before{content:"\f404"}.ion-ios-close-outline:before{content:"\f405"}.ion-ios-cloud:before{content:"\f40c"}.ion-ios-cloud-download:before{content:"\f408"}.ion-ios-cloud-download-outline:before{content:"\f407"}.ion-ios-cloud-outline:before{content:"\f409"}.ion-ios-cloud-upload:before{content:"\f40b"}.ion-ios-cloud-upload-outline:before{content:"\f40a"}.ion-ios-cloudy:before{content:"\f410"}.ion-ios-cloudy-night:before{content:"\f40e"}.ion-ios-cloudy-night-outline:before{content:"\f40d"}.ion-ios-cloudy-outline:before{content:"\f40f"}.ion-ios-cog:before{content:"\f412"}.ion-ios-cog-outline:before{content:"\f411"}.ion-ios-color-filter:before{content:"\f414"}.ion-ios-color-filter-outline:before{content:"\f413"}.ion-ios-color-wand:before{content:"\f416"}.ion-ios-color-wand-outline:before{content:"\f415"}.ion-ios-compose:before{content:"\f418"}.ion-ios-compose-outline:before{content:"\f417"}.ion-ios-contact:before{content:"\f41a"}.ion-ios-contact-outline:before{content:"\f419"}.ion-ios-copy:before{content:"\f41c"}.ion-ios-copy-outline:before{content:"\f41b"}.ion-ios-crop:before{content:"\f41e"}.ion-ios-crop-strong:before{content:"\f41d"}.ion-ios-download:before{content:"\f420"}.ion-ios-download-outline:before{content:"\f41f"}.ion-ios-drag:before{content:"\f421"}.ion-ios-email:before{content:"\f423"}.ion-ios-email-outline:before{content:"\f422"}.ion-ios-eye:before{content:"\f425"}.ion-ios-eye-outline:before{content:"\f424"}.ion-ios-fastforward:before{content:"\f427"}.ion-ios-fastforward-outline:before{content:"\f426"}.ion-ios-filing:before{content:"\f429"}.ion-ios-filing-outline:before{content:"\f428"}.ion-ios-film:before{content:"\f42b"}.ion-ios-film-outline:before{content:"\f42a"}.ion-ios-flag:before{content:"\f42d"}.ion-ios-flag-outline:before{content:"\f42c"}.ion-ios-flame:before{content:"\f42f"}.ion-ios-flame-outline:before{content:"\f42e"}.ion-ios-flask:before{content:"\f431"}.ion-ios-flask-outline:before{content:"\f430"}.ion-ios-flower:before{content:"\f433"}.ion-ios-flower-outline:before{content:"\f432"}.ion-ios-folder:before{content:"\f435"}.ion-ios-folder-outline:before{content:"\f434"}.ion-ios-football:before{content:"\f437"}.ion-ios-football-outline:before{content:"\f436"}.ion-ios-game-controller-a:before{content:"\f439"}.ion-ios-game-controller-a-outline:before{content:"\f438"}.ion-ios-game-controller-b:before{content:"\f43b"}.ion-ios-game-controller-b-outline:before{content:"\f43a"}.ion-ios-gear:before{content:"\f43d"}.ion-ios-gear-outline:before{content:"\f43c"}.ion-ios-glasses:before{content:"\f43f"}.ion-ios-glasses-outline:before{content:"\f43e"}.ion-ios-grid-view:before{content:"\f441"}.ion-ios-grid-view-outline:before{content:"\f440"}.ion-ios-heart:before{content:"\f443"}.ion-ios-heart-outline:before{content:"\f442"}.ion-ios-help:before{content:"\f446"}.ion-ios-help-empty:before{content:"\f444"}.ion-ios-help-outline:before{content:"\f445"}.ion-ios-home:before{content:"\f448"}.ion-ios-home-outline:before{content:"\f447"}.ion-ios-infinite:before{content:"\f44a"}.ion-ios-infinite-outline:before{content:"\f449"}.ion-ios-information:before{content:"\f44d"}.ion-ios-information-empty:before{content:"\f44b"}.ion-ios-information-outline:before{content:"\f44c"}.ion-ios-ionic-outline:before{content:"\f44e"}.ion-ios-keypad:before{content:"\f450"}.ion-ios-keypad-outline:before{content:"\f44f"}.ion-ios-lightbulb:before{content:"\f452"}.ion-ios-lightbulb-outline:before{content:"\f451"}.ion-ios-list:before{content:"\f454"}.ion-ios-list-outline:before{content:"\f453"}.ion-ios-location:before{content:"\f456"}.ion-ios-location-outline:before{content:"\f455"}.ion-ios-locked:before{content:"\f458"}.ion-ios-locked-outline:before{content:"\f457"}.ion-ios-loop:before{content:"\f45a"}.ion-ios-loop-strong:before{content:"\f459"}.ion-ios-medical:before{content:"\f45c"}.ion-ios-medical-outline:before{content:"\f45b"}.ion-ios-medkit:before{content:"\f45e"}.ion-ios-medkit-outline:before{content:"\f45d"}.ion-ios-mic:before{content:"\f461"}.ion-ios-mic-off:before{content:"\f45f"}.ion-ios-mic-outline:before{content:"\f460"}.ion-ios-minus:before{content:"\f464"}.ion-ios-minus-empty:before{content:"\f462"}.ion-ios-minus-outline:before{content:"\f463"}.ion-ios-monitor:before{content:"\f466"}.ion-ios-monitor-outline:before{content:"\f465"}.ion-ios-moon:before{content:"\f468"}.ion-ios-moon-outline:before{content:"\f467"}.ion-ios-more:before{content:"\f46a"}.ion-ios-more-outline:before{content:"\f469"}.ion-ios-musical-note:before{content:"\f46b"}.ion-ios-musical-notes:before{content:"\f46c"}.ion-ios-navigate:before{content:"\f46e"}.ion-ios-navigate-outline:before{content:"\f46d"}.ion-ios-nutrition:before{content:"\f470"}.ion-ios-nutrition-outline:before{content:"\f46f"}.ion-ios-paper:before{content:"\f472"}.ion-ios-paper-outline:before{content:"\f471"}.ion-ios-paperplane:before{content:"\f474"}.ion-ios-paperplane-outline:before{content:"\f473"}.ion-ios-partlysunny:before{content:"\f476"}.ion-ios-partlysunny-outline:before{content:"\f475"}.ion-ios-pause:before{content:"\f478"}.ion-ios-pause-outline:before{content:"\f477"}.ion-ios-paw:before{content:"\f47a"}.ion-ios-paw-outline:before{content:"\f479"}.ion-ios-people:before{content:"\f47c"}.ion-ios-people-outline:before{content:"\f47b"}.ion-ios-person:before{content:"\f47e"}.ion-ios-person-outline:before{content:"\f47d"}.ion-ios-personadd:before{content:"\f480"}.ion-ios-personadd-outline:before{content:"\f47f"}.ion-ios-photos:before{content:"\f482"}.ion-ios-photos-outline:before{content:"\f481"}.ion-ios-pie:before{content:"\f484"}.ion-ios-pie-outline:before{content:"\f483"}.ion-ios-pint:before{content:"\f486"}.ion-ios-pint-outline:before{content:"\f485"}.ion-ios-play:before{content:"\f488"}.ion-ios-play-outline:before{content:"\f487"}.ion-ios-plus:before{content:"\f48b"}.ion-ios-plus-empty:before{content:"\f489"}.ion-ios-plus-outline:before{content:"\f48a"}.ion-ios-pricetag:before{content:"\f48d"}.ion-ios-pricetag-outline:before{content:"\f48c"}.ion-ios-pricetags:before{content:"\f48f"}.ion-ios-pricetags-outline:before{content:"\f48e"}.ion-ios-printer:before{content:"\f491"}.ion-ios-printer-outline:before{content:"\f490"}.ion-ios-pulse:before{content:"\f493"}.ion-ios-pulse-strong:before{content:"\f492"}.ion-ios-rainy:before{content:"\f495"}.ion-ios-rainy-outline:before{content:"\f494"}.ion-ios-recording:before{content:"\f497"}.ion-ios-recording-outline:before{content:"\f496"}.ion-ios-redo:before{content:"\f499"}.ion-ios-redo-outline:before{content:"\f498"}.ion-ios-refresh:before{content:"\f49c"}.ion-ios-refresh-empty:before{content:"\f49a"}.ion-ios-refresh-outline:before{content:"\f49b"}.ion-ios-reload:before{content:"\f49d"}.ion-ios-reverse-camera:before{content:"\f49f"}.ion-ios-reverse-camera-outline:before{content:"\f49e"}.ion-ios-rewind:before{content:"\f4a1"}.ion-ios-rewind-outline:before{content:"\f4a0"}.ion-ios-rose:before{content:"\f4a3"}.ion-ios-rose-outline:before{content:"\f4a2"}.ion-ios-search:before{content:"\f4a5"}.ion-ios-search-strong:before{content:"\f4a4"}.ion-ios-settings:before{content:"\f4a7"}.ion-ios-settings-strong:before{content:"\f4a6"}.ion-ios-shuffle:before{content:"\f4a9"}.ion-ios-shuffle-strong:before{content:"\f4a8"}.ion-ios-skipbackward:before{content:"\f4ab"}.ion-ios-skipbackward-outline:before{content:"\f4aa"}.ion-ios-skipforward:before{content:"\f4ad"}.ion-ios-skipforward-outline:before{content:"\f4ac"}.ion-ios-snowy:before{content:"\f4ae"}.ion-ios-speedometer:before{content:"\f4b0"}.ion-ios-speedometer-outline:before{content:"\f4af"}.ion-ios-star:before{content:"\f4b3"}.ion-ios-star-half:before{content:"\f4b1"}.ion-ios-star-outline:before{content:"\f4b2"}.ion-ios-stopwatch:before{content:"\f4b5"}.ion-ios-stopwatch-outline:before{content:"\f4b4"}.ion-ios-sunny:before{content:"\f4b7"}.ion-ios-sunny-outline:before{content:"\f4b6"}.ion-ios-telephone:before{content:"\f4b9"}.ion-ios-telephone-outline:before{content:"\f4b8"}.ion-ios-tennisball:before{content:"\f4bb"}.ion-ios-tennisball-outline:before{content:"\f4ba"}.ion-ios-thunderstorm:before{content:"\f4bd"}.ion-ios-thunderstorm-outline:before{content:"\f4bc"}.ion-ios-time:before{content:"\f4bf"}.ion-ios-time-outline:before{content:"\f4be"}.ion-ios-timer:before{content:"\f4c1"}.ion-ios-timer-outline:before{content:"\f4c0"}.ion-ios-toggle:before{content:"\f4c3"}.ion-ios-toggle-outline:before{content:"\f4c2"}.ion-ios-trash:before{content:"\f4c5"}.ion-ios-trash-outline:before{content:"\f4c4"}.ion-ios-undo:before{content:"\f4c7"}.ion-ios-undo-outline:before{content:"\f4c6"}.ion-ios-unlocked:before{content:"\f4c9"}.ion-ios-unlocked-outline:before{content:"\f4c8"}.ion-ios-upload:before{content:"\f4cb"}.ion-ios-upload-outline:before{content:"\f4ca"}.ion-ios-videocam:before{content:"\f4cd"}.ion-ios-videocam-outline:before{content:"\f4cc"}.ion-ios-volume-high:before{content:"\f4ce"}.ion-ios-volume-low:before{content:"\f4cf"}.ion-ios-wineglass:before{content:"\f4d1"}.ion-ios-wineglass-outline:before{content:"\f4d0"}.ion-ios-world:before{content:"\f4d3"}.ion-ios-world-outline:before{content:"\f4d2"}.ion-ipad:before{content:"\f1f9"}.ion-iphone:before{content:"\f1fa"}.ion-ipod:before{content:"\f1fb"}.ion-jet:before{content:"\f295"}.ion-key:before{content:"\f296"}.ion-knife:before{content:"\f297"}.ion-laptop:before{content:"\f1fc"}.ion-leaf:before{content:"\f1fd"}.ion-levels:before{content:"\f298"}.ion-lightbulb:before{content:"\f299"}.ion-link:before{content:"\f1fe"}.ion-load-a:before{content:"\f29a"}.ion-load-b:before{content:"\f29b"}.ion-load-c:before{content:"\f29c"}.ion-load-d:before{content:"\f29d"}.ion-location:before{content:"\f1ff"}.ion-lock-combination:before{content:"\f4d4"}.ion-locked:before{content:"\f200"}.ion-log-in:before{content:"\f29e"}.ion-log-out:before{content:"\f29f"}.ion-loop:before{content:"\f201"}.ion-magnet:before{content:"\f2a0"}.ion-male:before{content:"\f2a1"}.ion-man:before{content:"\f202"}.ion-map:before{content:"\f203"}.ion-medkit:before{content:"\f2a2"}.ion-merge:before{content:"\f33f"}.ion-mic-a:before{content:"\f204"}.ion-mic-b:before{content:"\f205"}.ion-mic-c:before{content:"\f206"}.ion-minus:before{content:"\f209"}.ion-minus-circled:before{content:"\f207"}.ion-minus-round:before{content:"\f208"}.ion-model-s:before{content:"\f2c1"}.ion-monitor:before{content:"\f20a"}.ion-more:before{content:"\f20b"}.ion-mouse:before{content:"\f340"}.ion-music-note:before{content:"\f20c"}.ion-navicon:before{content:"\f20e"}.ion-navicon-round:before{content:"\f20d"}.ion-navigate:before{content:"\f2a3"}.ion-network:before{content:"\f341"}.ion-no-smoking:before{content:"\f2c2"}.ion-nuclear:before{content:"\f2a4"}.ion-outlet:before{content:"\f342"}.ion-paintbrush:before{content:"\f4d5"}.ion-paintbucket:before{content:"\f4d6"}.ion-paper-airplane:before{content:"\f2c3"}.ion-paperclip:before{content:"\f20f"}.ion-pause:before{content:"\f210"}.ion-person:before{content:"\f213"}.ion-person-add:before{content:"\f211"}.ion-person-stalker:before{content:"\f212"}.ion-pie-graph:before{content:"\f2a5"}.ion-pin:before{content:"\f2a6"}.ion-pinpoint:before{content:"\f2a7"}.ion-pizza:before{content:"\f2a8"}.ion-plane:before{content:"\f214"}.ion-planet:before{content:"\f343"}.ion-play:before{content:"\f215"}.ion-playstation:before{content:"\f30a"}.ion-plus:before{content:"\f218"}.ion-plus-circled:before{content:"\f216"}.ion-plus-round:before{content:"\f217"}.ion-podium:before{content:"\f344"}.ion-pound:before{content:"\f219"}.ion-power:before{content:"\f2a9"}.ion-pricetag:before{content:"\f2aa"}.ion-pricetags:before{content:"\f2ab"}.ion-printer:before{content:"\f21a"}.ion-pull-request:before{content:"\f345"}.ion-qr-scanner:before{content:"\f346"}.ion-quote:before{content:"\f347"}.ion-radio-waves:before{content:"\f2ac"}.ion-record:before{content:"\f21b"}.ion-refresh:before{content:"\f21c"}.ion-reply:before{content:"\f21e"}.ion-reply-all:before{content:"\f21d"}.ion-ribbon-a:before{content:"\f348"}.ion-ribbon-b:before{content:"\f349"}.ion-sad:before{content:"\f34a"}.ion-sad-outline:before{content:"\f4d7"}.ion-scissors:before{content:"\f34b"}.ion-search:before{content:"\f21f"}.ion-settings:before{content:"\f2ad"}.ion-share:before{content:"\f220"}.ion-shuffle:before{content:"\f221"}.ion-skip-backward:before{content:"\f222"}.ion-skip-forward:before{content:"\f223"}.ion-social-android:before{content:"\f225"}.ion-social-android-outline:before{content:"\f224"}.ion-social-angular:before{content:"\f4d9"}.ion-social-angular-outline:before{content:"\f4d8"}.ion-social-apple:before{content:"\f227"}.ion-social-apple-outline:before{content:"\f226"}.ion-social-bitcoin:before{content:"\f2af"}.ion-social-bitcoin-outline:before{content:"\f2ae"}.ion-social-buffer:before{content:"\f229"}.ion-social-buffer-outline:before{content:"\f228"}.ion-social-chrome:before{content:"\f4db"}.ion-social-chrome-outline:before{content:"\f4da"}.ion-social-codepen:before{content:"\f4dd"}.ion-social-codepen-outline:before{content:"\f4dc"}.ion-social-css3:before{content:"\f4df"}.ion-social-css3-outline:before{content:"\f4de"}.ion-social-designernews:before{content:"\f22b"}.ion-social-designernews-outline:before{content:"\f22a"}.ion-social-dribbble:before{content:"\f22d"}.ion-social-dribbble-outline:before{content:"\f22c"}.ion-social-dropbox:before{content:"\f22f"}.ion-social-dropbox-outline:before{content:"\f22e"}.ion-social-euro:before{content:"\f4e1"}.ion-social-euro-outline:before{content:"\f4e0"}.ion-social-facebook:before{content:"\f231"}.ion-social-facebook-outline:before{content:"\f230"}.ion-social-foursquare:before{content:"\f34d"}.ion-social-foursquare-outline:before{content:"\f34c"}.ion-social-freebsd-devil:before{content:"\f2c4"}.ion-social-github:before{content:"\f233"}.ion-social-github-outline:before{content:"\f232"}.ion-social-google:before{content:"\f34f"}.ion-social-google-outline:before{content:"\f34e"}.ion-social-googleplus:before{content:"\f235"}.ion-social-googleplus-outline:before{content:"\f234"}.ion-social-hackernews:before{content:"\f237"}.ion-social-hackernews-outline:before{content:"\f236"}.ion-social-html5:before{content:"\f4e3"}.ion-social-html5-outline:before{content:"\f4e2"}.ion-social-instagram:before{content:"\f351"}.ion-social-instagram-outline:before{content:"\f350"}.ion-social-javascript:before{content:"\f4e5"}.ion-social-javascript-outline:before{content:"\f4e4"}.ion-social-linkedin:before{content:"\f239"}.ion-social-linkedin-outline:before{content:"\f238"}.ion-social-markdown:before{content:"\f4e6"}.ion-social-nodejs:before{content:"\f4e7"}.ion-social-octocat:before{content:"\f4e8"}.ion-social-pinterest:before{content:"\f2b1"}.ion-social-pinterest-outline:before{content:"\f2b0"}.ion-social-python:before{content:"\f4e9"}.ion-social-reddit:before{content:"\f23b"}.ion-social-reddit-outline:before{content:"\f23a"}.ion-social-rss:before{content:"\f23d"}.ion-social-rss-outline:before{content:"\f23c"}.ion-social-sass:before{content:"\f4ea"}.ion-social-skype:before{content:"\f23f"}.ion-social-skype-outline:before{content:"\f23e"}.ion-social-snapchat:before{content:"\f4ec"}.ion-social-snapchat-outline:before{content:"\f4eb"}.ion-social-tumblr:before{content:"\f241"}.ion-social-tumblr-outline:before{content:"\f240"}.ion-social-tux:before{content:"\f2c5"}.ion-social-twitch:before{content:"\f4ee"}.ion-social-twitch-outline:before{content:"\f4ed"}.ion-social-twitter:before{content:"\f243"}.ion-social-twitter-outline:before{content:"\f242"}.ion-social-usd:before{content:"\f353"}.ion-social-usd-outline:before{content:"\f352"}.ion-social-vimeo:before{content:"\f245"}.ion-social-vimeo-outline:before{content:"\f244"}.ion-social-whatsapp:before{content:"\f4f0"}.ion-social-whatsapp-outline:before{content:"\f4ef"}.ion-social-windows:before{content:"\f247"}.ion-social-windows-outline:before{content:"\f246"}.ion-social-wordpress:before{content:"\f249"}.ion-social-wordpress-outline:before{content:"\f248"}.ion-social-yahoo:before{content:"\f24b"}.ion-social-yahoo-outline:before{content:"\f24a"}.ion-social-yen:before{content:"\f4f2"}.ion-social-yen-outline:before{content:"\f4f1"}.ion-social-youtube:before{content:"\f24d"}.ion-social-youtube-outline:before{content:"\f24c"}.ion-soup-can:before{content:"\f4f4"}.ion-soup-can-outline:before{content:"\f4f3"}.ion-speakerphone:before{content:"\f2b2"}.ion-speedometer:before{content:"\f2b3"}.ion-spoon:before{content:"\f2b4"}.ion-star:before{content:"\f24e"}.ion-stats-bars:before{content:"\f2b5"}.ion-steam:before{content:"\f30b"}.ion-stop:before{content:"\f24f"}.ion-thermometer:before{content:"\f2b6"}.ion-thumbsdown:before{content:"\f250"}.ion-thumbsup:before{content:"\f251"}.ion-toggle:before{content:"\f355"}.ion-toggle-filled:before{content:"\f354"}.ion-transgender:before{content:"\f4f5"}.ion-trash-a:before{content:"\f252"}.ion-trash-b:before{content:"\f253"}.ion-trophy:before{content:"\f356"}.ion-tshirt:before{content:"\f4f7"}.ion-tshirt-outline:before{content:"\f4f6"}.ion-umbrella:before{content:"\f2b7"}.ion-university:before{content:"\f357"}.ion-unlocked:before{content:"\f254"}.ion-upload:before{content:"\f255"}.ion-usb:before{content:"\f2b8"}.ion-videocamera:before{content:"\f256"}.ion-volume-high:before{content:"\f257"}.ion-volume-low:before{content:"\f258"}.ion-volume-medium:before{content:"\f259"}.ion-volume-mute:before{content:"\f25a"}.ion-wand:before{content:"\f358"}.ion-waterdrop:before{content:"\f25b"}.ion-wifi:before{content:"\f25c"}.ion-wineglass:before{content:"\f2b9"}.ion-woman:before{content:"\f25d"}.ion-wrench:before{content:"\f2ba"}.ion-xbox:before{content:"\f30c"}