/*
*   Zozo
*   ZPage
*   01/0/2018
*   ZPage Builder
*/


/*@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700);*/


/*@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);*/


/* Base */

body {
    font-family: 'Open Sans', sans-serif !important;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: 'liga';
    -webkit-text-size-adjust: 100%;
}

.secondary-font {
    font-family: 'Montserrat', sans-serif;
}

a:hover,
a:focus {
    text-decoration: none;
}

.z-full-width {
    width: 100%;
}


/* Typography */

h1 {
    font-size: 48px;
    line-height: 77px;
}

h2 {
    font-size: 36px;
    line-height: 58px;
}

h3 {
    font-size: 28px;
    line-height: 45px;
}

h4 {
    font-size: 24px;
    line-height: 38px;
}

h5 {
    font-size: 20px;
    line-height: 32px;
}

h6 {
    font-size: 16px;
    line-height: 26px;
}

p {
    font-size: 14px;
    line-height: 22px;
}

.z-inline-block {
    display: inline-block;
}

.big-text-60 {
    font-size: 60px;
    line-height: 86px;
}

.big-text-24 {
    font-size: 24px;
    line-height: 38px;
}

.big-text-20 {
    font-size: 20px;
    line-height: 32px;
}

.big-text {
    font-size: 16px;
    line-height: 26px;
}

.small-text {
    font-size: 14px;
}

.extra-small-text {
    font-size: 12px;
}

.z-sm-lineheight {
    line-height: 58px;
}

.z-xm-lineheight {
    line-height: 56px;
}

.z-lineheight-24 {
    line-height: 24px;
}

.z-lineheight-32 {
    line-height: 32px;
}

.z-lineheight-36 {
    line-height: 36px !important;
}

.small-icon-25 {
    font-size: 25px;
    line-height: 25px
}

.small-icon-30 {
    font-size: 32px;
    line-height: 32px
}

.small-icon-36 {
    font-size: 36px;
    line-height: 36px
}

.small-icon-40 {
    font-size: 40px;
    line-height: 40px
}

.big-icon-50 {
    font-size: 50px;
    line-height: 50px;
}

.big-icon-55 {
    font-size: 55px;
}

.big-icon-65 {
    font-size: 65px;
    line-height: 65px;
}

.big-icon-60 {
    font-size: 60px;
    line-height: 60px;
}

.big-icon {
    font-size: 70px;
}

.big-icon-80 {
    font-size: 80px;
    line-height: 80px;
}

.big-icon-90 {
    font-size: 90px;
    line-height: 90px;
}

.big-icon-100 {
    font-size: 100px;
    line-height: 100px;
}

.big-icon-120 {
    font-size: 120px;
    line-height: 120px;
}

.big-icon-140 {
    font-size: 140px;
    line-height: 140px;
}

.z-bold {
    font-weight: 700;
}

.z-icon-big {
    font-size: 40px;
}

.big-line-height {
    line-height: 50px;
}

.z-max-width-120 {
    max-width: 120px;
}

.z-max-width-220 {
    max-width: 120px;
}

.z-xxs-width-text {
    max-width: 270px;
    display: inline-block;
}

.z-xs-width-text {
    max-width: 520px;
    display: inline-block;
}

.z-small2-width-text {
    max-width: 580px;
    display: inline-block;
}

.z-small-width-text {
    max-width: 700px;
    display: inline-block;
}

.z-md-width-text {
    max-width: 750px;
    display: inline-block;
}

.z-fixed-width {
    max-width: 100%;
    width: 700px;
}

.z-fixed-width-580 {
    max-width: 100%;
    width: 580px;
}

.z-fixed-width-480 {
    max-width: 100%;
    width: 480px;
}

.z-fixed-width-380 {
    max-width: 100%;
    width: 380px;
}


/*  Colors  */

.light-black-bg {
    background: #222;
}

.gray-dark-bg {
    background: #444;
}

.gray-bg {
    background: #f4f4f4;
}

.gray-2-bg {
    background: #eee;
}

.gray-3-bg {
    background: #ddd;
}

.gray-4-bg {
    background: #aaa;
}

.gray-5-bg {
    background: #888;
}

.gray-6-bg {
    background: #666;
}

.white-bg {
    background: #fff;
}

.orange-bg {
    background: #f7941d;
}

.blue-bg {
    background: #59a3fc;
}

.purple-bg {
    background: #9000F0;
}

.green-blue-bg {
    background: #00a78e;
}

.green-yellow-bg {
    background: #d0e100;
}

.green-gray {
    background: #556d6a;
}

.brown-bg {
    background: #84754e;
}

.green-bg {
    background: #82b541;
}

.blue-neon-bg {
    background: #009cde
}

.blue-neon-2-bg {
    background: #aae6ff
}

.green-neon-bg {
    background: #74FF00
}

.red-bg {
    background: #ea4335;
}

.rose-bg {
    background: #ff0f50;
}

.yellow-bg {
    background: #fdbd10;
}

.dark-green-bg {
    background: #237f52;
}

.navy-blue-bg {
    background: #363f48;
}

.navy-blue-2-bg {
    background: #818e9b;
}

.light-green-bg {
    background: #00c853;
}

.light-blue-bg {
    background: #f2f6fa;
}

.dark-yellow-bg {
    background: #FBB034;
}

.green-neon-bg {
    background: #04e08a;
}

.dark-blue-bg {
    background: #1274e7;
}

.dark-red-bg {
    background: #ff7243;
}

.z-black {
    color: #000;
}

.z-dark-black {
    color: #222;
}

.z-light-black {
    color: #333;
}

.z-black-gray-dark {
    color: #444;
}

.z-black-gray {
    color: #666;
}

.z-black-gray-light {
    color: #888;
}

.z-white {
    color: #fff;
}

.z-light-white {
    color: #ddd;
}

.z-slight-white {
    color: #bbb;
}

.z-gray {
    color: #999;
}

.z-light-gray {
    color: #aaa;
}

.z-orange {
    color: #f7941d;
}

.z-orange-2 {
    color: #ffdfb8;
}

.z-blue {
    color: #59a3fc;
}

.z-purple {
    color: #9000F0;
}

.z-green-blue {
    color: #00a78e;
}

.z-green-blue-2 {
    color: #71dece;
}

.z-green-yellow {
    color: #d0e100;
}

.z-green-yellow-2 {
    color: #939e04;
}

.z-green-gray {
    color: #556d6a;
}

.z-green-gray-2 {
    color: #96B3B0;
}

.z-brown {
    color: #84754e;
}

.z-brown-2 {
    color: #cbbc94;
}

.z-green-neon {
    color: #74FF00
}

.z-green {
    color: #82b541;
}

.z-green-2 {
    color: #bee38e;
}

.z-green-light {
    color: #00c853;
}

.z-green-light-2 {
    color: #9DFAC3;
}

.z-blue-neon {
    color: #009cde;
}

.z-blue-neon-2 {
    color: #aae6ff;
}

.z-blue-light {
    color: #f2f6fa;
}

.z-blue-light-2 {
    color: #889DB2;
}

.z-red {
    color: #ea4335;
}

.z-rose {
    color: #ff0f50;
}

.z-yellow {
    color: #fdbd10;
}

.z-yellow-2 {
    color: #b3870d;
}

.z-yellow-dark {
    color: #FBB034;
}

.z-yellow-dark-2 {
    color: #F9E1BB;
}

.z-dark-green {
    color: #237f52;
}

.z-dark-green-2 {
    color: #57cd93;
}

.z-navy-blue {
    color: #363F48;
}

.z-navy-blue-2 {
    color: #818e9b;
}

.z-navy-blue-3 {
    color: #dde4ea;
}

.z-green-neon {
    color: #00ffa8;
}

.z-green-neon-2 {
    color: #119780;
}

.z-dark-blue {
    color: #1274e7;
}

.z-dark-blue-2 {
    color: #bdd9fa;
}

.z-dark-red {
    color: #ff7243;
}

.z-facebook-color {
    color: #3b5998;
}

.z-google-plus-color {
    color: #dd4b39;
}

.z-twitter-color {
    color: #1da1f2;
}

.z-border-gray {
    border-color: #bbb;
}

.z-border-green-neon {
    border-color: #74FF00
}

.z-black-transparent-15 {
    background: rgba(0, 0, 0, 0.15);
}

.z-black-transparent-20 {
    background: rgba(0, 0, 0, 0.2);
}

.z-black-transparent-30 {
    background: rgba(0, 0, 0, 0.3);
}

.z-black-transparent-40 {
    background: rgba(0, 0, 0, 0.4);
}

.z-black-transparent-50 {
    background: rgba(0, 0, 0, 0.5);
}


/* line Buttons Color */

.z-white-line,
.z-white-line:hover,
.z-white-line:focus {
    border-color: #fff;
    color: #fff;
}

.z-purple-line,
.z-purple-line:hover {
    border-color: #9000F0;
    color: #9000F0;
}

.z-orange-line,
.z-orange-line:hover {
    border-color: #f7941d;
    color: #f7941d;
}

.z-yellow-line,
.z-yellow-line:hover {
    border-color: #FDBD10;
    color: #FDBD10;
}

.z-green-line,
.z-green-line:hover {
    border-color: #82B541;
    color: #82B541;
}


/* Padding */

.z-padding {
    padding: 60px 0;
}

.z-padding-20 {
    padding: 20px;
}

.z-padding-v-5 {
    padding-top: 5px;
    padding-bottom: 5px;
}

.z-padding-v-9 {
    padding-top: 9px;
    padding-bottom: 9px;
}

.z-padding-v-10 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.z-padding-v-20 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.z-padding-v-30 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.z-padding-v-35 {
    padding-top: 35px;
    padding-bottom: 35px;
}

.z-padding-v-40 {
    padding-top: 40px;
    padding-bottom: 40px;
}

.z-padding-v-50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.z-padding-v-65 {
    padding-top: 65px;
    padding-bottom: 65px;
}

.z-padding-v-75 {
    padding-top: 75px;
    padding-bottom: 75px;
}

.z-padding-v-85 {
    padding-top: 85px;
    padding-bottom: 85px;
}

.z-padding-v-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.z-padding-v-120 {
    padding-top: 120px;
    padding-bottom: 120px;
}

.z-padding-v-130 {
    padding-top: 130px;
    padding-bottom: 130px;
}

.z-padding-v-150 {
    padding-top: 150px;
    padding-bottom: 150px;
}

.z-padding-v-200 {
    padding-top: 200px;
    padding-bottom: 200px;
}

.z-padding-h-5 {
    padding-left: 5px;
    padding-right: 5px;
}

.z-padding-h-10 {
    padding-left: 10px;
    padding-right: 10px;
}

.z-padding-h-20 {
    padding-left: 20px;
    padding-right: 20px;
}

.z-padding-h-30 {
    padding-left: 30px;
    padding-right: 30px;
}

.z-padding-h-90 {
    padding-left: 90px;
    padding-right: 90px;
}

.z-padding-top-10 {
    padding-top: 10px;
}

.z-padding-top-15 {
    padding-top: 15px;
}

.z-padding-top-20 {
    padding-top: 20px;
}

.z-padding-top-30 {
    padding-top: 30px;
}

.z-padding-top-40 {
    padding-top: 40px;
}

.z-padding-top-50 {
    padding-top: 50px;
}

.z-padding-top-60 {
    padding-top: 60px;
}

.z-padding-top-80 {
    padding-top: 80px;
}

.z-padding-top-100 {
    padding-top: 100px;
}

.z-padding-top-120 {
    padding-top: 120px;
}

.z-padding-top-150 {
    padding-top: 150px;
}

.z-padding-bottom-10 {
    padding-bottom: 10px;
}

.z-padding-bottom-15 {
    padding-bottom: 15px;
}

.z-padding-bottom-20 {
    padding-bottom: 20px;
}

.z-padding-bottom-25 {
    padding-bottom: 25px;
}

.z-padding-bottom-30 {
    padding-bottom: 30px;
}

.z-padding-bottom-40 {
    padding-bottom: 40px;
}

.z-padding-bottom-60 {
    padding-bottom: 60px;
}

.z-padding-bottom-80 {
    padding-bottom: 80px;
}

.z-padding-right-20 {
    padding-right: 20px;
}

.z-padding-left-10 {
    padding-left: 10px;
}

.z-padding-left-5 {
    padding-left: 5px;
}

.z-no-h-padding {
    padding-left: 0px;
    padding-right: 0px;
}

.z-no-padding {
    padding: 0px;
}


/* Margin */

.z-margin-v-10 {
    margin: 10px 0;
}

.z-margin-v-20 {
    margin: 20px 0;
}

.z-margin-v-30 {
    margin: 30px 0;
}

.z-margin-v-40 {
    margin-top: 40px;
    margin-bottom: 40px;
}

.z-margin-v-50 {
    margin: 50px 0;
}

.z-margin-v-80 {
    margin: 80px 0;
}

.z-margin-v-90 {
    margin: 90px 0;
}

.z-margin-v-100 {
    margin: 100px 0;
}

.z-margin-h-10 {
    margin-left: 10px;
    margin-right: 10px;
}

.z-margin-h-20 {
    margin-left: 20px;
    margin-right: 20px;
}

.z-margin-h-40 {
    margin-left: 40px;
    margin-right: 40px;
}

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

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

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

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

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

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

.z-margin-top-60 {
    margin-top: 60px;
}

.z-margin-top-80 {
    margin-top: 80px;
}

.z-margin-top-100 {
    margin-top: 100px;
}

.z-margin-bottom-10 {
    margin-bottom: 10px;
}

.z-margin-bottom-15 {
    margin-bottom: 15px;
}

.z-margin-bottom-20 {
    margin-bottom: 20px;
}

.z-margin-bottom-22 {
    margin-bottom: 22px;
}

.z-margin-bottom-30 {
    margin-bottom: 30px;
}

.z-margin-bottom-50 {
    margin-bottom: 50px;
}

.z-margin-right-5 {
    margin-right: 5px;
}

.z-margin-right-10 {
    margin-right: 10px;
}

.z-margin-right-20 {
    margin-right: 20px;
}

.z-no-margin {
    margin: 0px;
}

.z-no-margin-top {
    margin-top: 0px;
}

.z-no-margin-bottom {
    margin-bottom: 0px;
}

.z-no-h-margin {
    margin-left: 0px;
    margin-right: 0px;
}


/* Negative margin */

.z-margin-fix-top {
    position: relative;
    top: -3px;
}


/*  shadow  */

.z-shadow-20 {
    box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.08);
}


/* Shapes */

.z-cirlce {
    border-radius: 100%;
    padding: 20px;
    display: inline-block;
    position: relative;
}

.z-circle-img {
    border-radius: 100%;
}

.z-cirlce-2 {
    border-radius: 100%;
    padding: 20px;
    display: inline-block;
    position: relative;
    border: 2px solid #ddd;
    min-width: 90px;
    text-align: center;
}

.z-cirlce-3 {
    border-radius: 100%;
    padding: 4px;
    display: inline-block;
    position: relative;
    border: 2px solid #74FF00;
    min-width: 40px;
    text-align: center;
}

.z-cirlce-3 i {
    position: relative;
    top: 2px;
}

.z-cirlce-4 {
    border-radius: 100%;
    padding: 40px;
    display: inline-block;
    position: relative;
    border: 3px solid #eee;
    min-width: 40px;
    text-align: center;
    line-height: 0px;
    max-width: 100% !important;
    height: auto;
    min-height: 180px;
    min-width: 180px;
}

.z-cirlce-4 i {
    position: relative;
    top: 8px;
}

.z-cirlce-5 {
    border-radius: 100%;
    padding: 20px;
    display: inline-block;
    position: relative;
    min-width: 100px;
    text-align: center;
    line-height: 0;
    min-width: 100px;
    min-height: 100px;
}

.z-cirlce-5 i {
    position: relative;
    top: 4px;
}

.z-cirlce-6 {
    border-radius: 100%;
    padding: 20px;
    display: inline-block;
    position: relative;
    text-align: center;
    line-height: 0;
    min-width: 150px;
    min-height: 150px;
}

.z-cirlce-6 i {
    position: relative;
    top: 20px;
}

.z-cirlce-6 h1 {
    position: relative;
    top: -5px;
}

.z-cirlce-7 {
    border-radius: 100%;
    padding: 20px;
    border: 2px solid #eee;
    display: inline-block;
    position: relative;
    text-align: center;
    line-height: 0;
    min-width: 120px;
    min-height: 120px;
}

.z-cirlce-7 i {
    position: relative;
    top: 5px;
}

.z-round-shape {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    overflow: hidden;
    display: inline-block;
    text-align: center;
    position: relative;
}

.z-round-shape img {
    position: absolute;
    height: 100%;
    width: auto;
    max-width: inherit;
    left: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    display: block;
}

.z-round-shape-200 {
    position: relative;
    border-radius: 50%;
    width: 200px;
    height: 200px;
    display: inline-block;
    overflow: hidden;
}

.z-round-shape-200 img {
    position: absolute;
    display: block;
    height: 100%;
    width: auto;
    max-width: inherit;
    left: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
}

.z-round-shape-180 {
    position: relative;
    border-radius: 50%;
    width: 180px;
    height: 180px;
    display: inline-block;
    overflow: hidden;
}

.z-round-shape-180 img {
    position: absolute;
    display: block;
    height: 100%;
    width: auto;
    max-width: inherit;
    left: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
}

.z-round-shape-150 {
    position: relative;
    border-radius: 50%;
    width: 150px;
    height: 150px;
    display: inline-block;
    overflow: hidden;
}

.z-round-shape-150 img {
    position: absolute;
    display: block;
    height: 100%;
    width: auto;
    max-width: inherit;
    left: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
}

.z-round-shape-140 {
    position: relative;
    border-radius: 50%;
    width: 140px;
    height: 140px;
    display: inline-block;
    overflow: hidden;
}

.z-round-shape-140 img {
    position: absolute;
    display: block;
    height: 100%;
    width: auto;
    max-width: inherit;
    left: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
}

.z-round-shape-120 {
    position: relative;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    display: inline-block;
    overflow: hidden;
}

.z-round-shape-120 img {
    position: absolute;
    display: block;
    height: 100%;
    width: auto;
    max-width: inherit;
    left: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
}

.z-round-shape-80 {
    position: relative;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    display: inline-block;
    overflow: hidden;
}

.z-round-shape-80 img {
    position: absolute;
    display: block;
    height: 100%;
    width: auto;
    max-width: inherit;
    left: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
}

.z-round-shape-60 {
    position: relative;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: inline-block;
    overflow: hidden;
}

.z-round-shape-60 img {
    position: absolute;
    display: block;
    height: 100%;
    width: auto;
    max-width: inherit;
    left: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
}

.z-round-3 {
    border-radius: 50%;
    width: 50px;
    position: absolute;
    display: block;
}

.z-cover-shape-300 {
    position: relative;
    width: 100%;
    height: 300px;
    display: inline-block;
    overflow: hidden;
    border-radius: 3px;
}

.z-cover-shape-220 {
    position: relative;
    width: 100%;
    height: 220px;
    display: inline-block;
    overflow: hidden;
}

.z-cover-shape-180 {
    position: relative;
    width: 100%;
    height: 180px;
    display: inline-block;
    overflow: hidden;
    border-radius: 3px;
}

.z-cover-shape-180.no-radius {
    border-radius: 0px;
}

.z-cover-shape-150 {
    position: relative;
    width: 100%;
    height: 150px;
    display: inline-block;
    overflow: hidden;
    border-radius: 3px;
}

.z-cover-shape-300 img,
.z-cover-shape-180 img,
.z-cover-shape-150 img {
    position: absolute;
    display: block;
    min-height: 100%;
    width: auto;
    max-width: inherit;
    left: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    width: 100%;
}

.z-cover-shape-220 img {
    position: absolute;
    display: block;
    min-height: 100%;
    width: auto;
    max-width: inherit;
    left: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    height: 100%;
}

.z-media-img-220 img {
    max-width: 220px;
    position: relative;
}

.z-media-shape-220 {
    width: 100%;
    position: relative;
    display: inline-block;
    overflow: hidden;
    border-radius: 3px;
}

.z-media-shape-220 img {
    height: auto;
    border-radius: 3px;
    max-width: 220px;
    width: auto;
}

.z-shadow-down {
    box-shadow: 0 1px 0px 0px rgba(0, 0, 0, 0.2);
}

.z-bar {
    height: 5px;
    width: 80px;
    display: inline-block;
    position: relative;
}


/* Buttons */

.btn {
    border-radius: 3px;
    padding: 8px 18px;
    border: 0px;
}

.btn.btn-xl {
    padding: 18px 44px;
    font-size: 16px;
}

.btn.z-line.btn-xl {
    padding-top: 16px;
    padding-bottom: 16px;
}

.btn.btn-lg {
    padding: 14px 30px;
}

.btn.btn-md {
    padding: 12px 26px;
}

.btn.btn-sm {
    padding: 6px 14px;
}

.btn.btn-xs {
    padding: 2px 10px;
}

.btn:not(.z-line):not(.btn-flat):not(.btn-link):hover {
    box-shadow: 0 0 3rem 3rem rgba(0, 0, 0, 0.08) inset;
}

.btn.btn-flat:hover {
    box-shadow: 0 -3px 0px 0px rgba(0, 0, 0, 0.3) inset, 0 0 3rem 3rem rgba(0, 0, 0, 0.08) inset;
}

.btn.z-line:hover {}

.btn.z-white:hover {
    color: #fff;
}

.btn.z-line {
    border: 3px solid;
}

.btn-round-lg,
form.form-round-lg .form-control {
    border-radius: 30px;
}

.btn-round-xl {
    border-radius: 40px;
}

.btn-flat {
    box-shadow: 0 -3px 0px 0px rgba(0, 0, 0, 0.2) inset;
}

.btn.wide {
    padding-left: 34px;
    padding-right: 34px;
}

.btn-lg.wide {
    padding-left: 40px;
    padding-right: 40px;
}

.btn-md.wide {
    padding-left: 46px;
    padding-right: 46px;
}

.btn-xl.wide {
    padding-left: 50px;
    padding-right: 50px;
}

.btn-xl.wide-2 {
    padding-left: 70px;
    padding-right: 70px;
}

.btn.btn-link:hover,
.btn.btn-link:focus {
    text-decoration: none;
    background: rgba(0, 0, 0, 0.02);
}

.z-margin-links .btn.btn-link {
    margin-bottom: 10px;
}

.z-circle-btn {
    background: rgba(0, 0, 0, 0.12);
    display: inline-block;
    position: relative;
    padding: 25px;
    border-radius: 50%;
    min-width: 120px;
}

.z-circle-btn:hover,
.z-circle-btn:focus {
    text-decoration: none;
}

.z-circle-btn-2 {
    background: rgba(255, 255, 255, 0.15);
    display: inline-block;
    position: relative;
    padding: 15px;
    border-radius: 50%;
    min-width: 60px;
    border: 5px solid #fff;
    text-align: center;
}

.z-circle-btn-2 i {
    position: relative;
    top: 2px;
    left: 2px;
}

.z-circle-btn-2:hover,
.z-circle-btn-2:focus {
    text-decoration: none;
    background: rgba(0, 0, 0, 0.01);
}

.z-circle-btn-3 {
    background: rgba(255, 255, 255, 0.2);
    display: inline-block;
    position: relative;
    padding: 25px;
    border-radius: 50%;
    min-width: 120px;
}

.z-circle-btn-3:hover,
.z-circle-btn-3:focus {
    text-decoration: none;
}

.z-circle-btn-4 {
    background: rgba(255, 255, 255, 0.15);
    display: inline-block;
    position: relative;
    padding: 25px;
    border-radius: 50%;
    min-width: 120px;
}

.z-circle-btn-4:hover,
.z-circle-btn:focus {
    text-decoration: none;
}

.z-link-icon {
    position: relative;
    display: inline-block;
}

.small-social i {
    font-size: 26px;
    line-height: 26px;
    margin: 0 5px;
}

.medium-social i {
    font-size: 36px;
    line-height: 36px;
    margin: 0 10px;
}

.z-link-icon:hover,
.z-link-icon:focus,
.small-social:hover,
.small-social:focus,
.medium-social:hover,
.medium-social:focus {
    text-decoration: none;
    opacity: 0.7;
}


/*  featured boxes    */

.z_feature_std {
    border-radius: 3px;
    padding: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    border-top: thick solid #00c853;
    border-width: 3px;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.05), 0px 1px 2px rgba(0, 0, 0, 0.05);
}


/*  top border colors   */

.z_blue_border {
    border-top: thick solid #1274e7;
    border-width: 3px;
}

.z_green_neon_border {
    border-top: thick solid #00ffa8;
    border-width: 3px;
}

.z_red_border {
    border-top: thick solid #f44336;
    border-width: 3px;
}

.z_dark_grey_border {
    border-top: thick solid #333;
    border-width: 3px;
}

.z_gray_border {
    border-top: thick solid #777;
    border-width: 3px;
}

.z_light_grey_border {
    border-top: thick solid #e4e4e4;
    border-width: 3px;
}

.z_orange_border {
    border-top: thick solid #ff9800;
    border-width: 3px;
}

.z_yellow_border {
    border-top: thick solid #ffeb3b;
    border-width: 3px;
}

.z_light_grey_border {
    border-top: thick solid #ccc;
    border-width: 3px;
}


/* Arrow Animation */

@-webkit-keyframes new_icon {
    0% {
        top: 0px;
    }
    100% {
        top: 15px;
    }
}

@-moz-keyframes new_icon {
    0% {
        top: 0px;
    }
    100% {
        top: 15px;
    }
}

.z-moving-btn {
    position: relative;
    animation: new_icon 1s linear 0s infinite alternate;
    -webkit-animation: new_icon 2s linear 0s infinite alternate;
}


/* Boxes */

.z-border-box {
    border: 2px solid #eee;
    border-radius: 10px;
}

.z-border-box-3 {
    border: 2px solid #eee;
    border-radius: 3px;
}

.z-border-box-3-light-blue {
    border: 2px solid #f2f6fa;
    border-radius: 3px;
}

.z-border-box-d {
    border: 3px solid #ddd;
    border-radius: 3px;
}

.z-border-box-10 {
    border: 2px solid #eee;
    border-radius: 10px;
}

.z-radius-3 {
    border-radius: 3px;
    overflow: hidden;
}

.z-radius-5 {
    border-radius: 5px;
    overflow: hidden;
}

.z-radius-10 {
    border-radius: 10px;
    overflow: hidden;
}

.z-radius-15 {
    border-radius: 15px;
    overflow: hidden;
}


/* Form */

.z-form-style input,
.z-form-style textarea {
    background: #eee;
    border: 0px;
    border-radius: 3px;
    outline: none;
    box-shadow: none;
    margin-bottom: 20px;
    width: 1005;
    -moz-box-sizing: border-box;
    padding: 14px 15px;
    height: 100%;
}

.z-form-style .checkbox {
    margin-bottom: 20px;
}

.z-form-style input:focus,
.z-form-style textarea:focus,
.z-form-style select:focus {
    outline: none;
    box-shadow: none;
}

.z-form-style button[type="submit"] {
    margin-bottom: 20px;
}

.z-form-style select {
    background: #eee;
    border: 0px;
    border-radius: 3px;
    outline: none;
    box-shadow: none;
    margin-bottom: 20px;
    font-size: 14px;
}

.z-form-style input[type="date"]:before {
    content: attr(placeholder) !important;
    color: #aaa;
    margin-right: 0.5em;
}

.z-form-style input[type="date"]:focus:before,
.z-form-style input[type="date"]:valid:before {
    content: "";
}

.z-form-style input[type="date"] {
    width: 100% !important;
}

@media screen and (max-width: 768px) {
    .z-form-style input[type="checkbox"] {
        position: relative;
        right: 4px;
        bottom: -6px;
    }
}

form.z-form-white-bg .form-control {
    background: #fff;
}

form.z-form-light-white-bg-2 .form-control {
    background: #eee;
}

form.z-form-light-white-bg .form-control {
    background: #ddd;
}

form.z-form-gray-bg .form-control {
    background: #f4f4f4;
}

form.z-form-light-blue-bg .form-control {
    background: #f2f6fa;
}

form textarea {
    max-width: 100%;
}

.zpage-form .alert {
    font-weight: bold;
}


/* float */

.z-float-left {
    float: left;
}

.z-float-right {
    float: right;
}

.z-float-none {
    float: none;
}


/* Backgrounds */

.z-cover-bg {
    background-size: cover;
    background-position: center;
}

.z-test-1 {
    background-image: url('../images/real_estate/intro-bg.jpg');
    background-size: 50% 100%;
    background-attachment: fixed;
    background-repeat: no-repeat;
}


/* Misc */

.inner_section {
    width: 100%;
}

.inner_section * {
    max-width: 100%;
}

.inner_section .container {
    padding: 0px;
}

.z-icon-area {
    min-width: 90px;
}

.z-icon-area-64 {
    max-width: 64px;
    height: auto;
}

.z-icon-area-100 {
    max-width: 100px;
    height: auto;
}

.z-icon-area-128 {
    max-width: 128px;
    height: auto;
}

.z-relative {
    position: relative;
}


/* original */

.z-original-1 {
    background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../images/original/bg-image.jpg');
    background-size: cover;
    background-position: center;
}


/* Startup */

.z-startup-intro {
    background-image: linear-gradient(rgba(54, 63, 72, 0.85), rgba(54, 63, 72, 0.85)), url('../images/startup/intro-bg.jpg');
    background-size: cover;
    background-position: center;
}

.z-startup-1 {
    background-image: url('../images/startup/image-1.png');
}

.z-startup-2 {
    background-image: url('../images/startup/image-2.png');
}


/* Product */

.z-product-1 {
    background-image: linear-gradient(rgba(208, 225, 0, 0.75), rgba(208, 225, 0, 0.75)), url('../images/product/bg-video-product.jpg');
    background-size: cover;
    background-attachment: fixed;
}


/* Saas */

.z-saas-intro {
    position: relative;
    top: -5px;
}

.z-saas-1 {
    background-image: url('../images/saas/bg-intro.png');
    background-size: cover;
    background-attachment: fixed;
}


/* Real Esate */

.z-real-intro {
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('../images/real_estate/intro-bg.jpg');
    background-size: cover;
    background-attachment: fixed;
}

.z-real-1 {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/real_estate/intro-bg.jpg');
    background-size: cover;
    background-attachment: fixed;
}

.z-real-highlight {
    background-image: url('../images/real_estate/bg-highlight-left.jpg');
    background-size: cover;
    background-position: center;
}

.feature_align {
    padding-left: 3px;
    position: relative;
    top: 4px;
}


/* Agency */

.z-agency-1 {
    background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../images/agency/bg-intro-agency.jpg');
    background-size: cover;
    background-position: center;
}

.agency-feature {
    background-size: cover;
    border-radius: 3px;
    overflow: hidden;
    padding-top: 170px;
    padding-bottom: 30px;
}

.agency-feature-1 {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/agency/image-box-1.png');
}

.agency-feature-2 {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/agency/image-box-2.png');
}

.agency-feature-3 {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/agency/image-box-3.png');
}

.media-box-area {
    display: table-cell;
}

.media-box-area .z-inner {
    padding-left: 5px;
    padding-right: 5px;
}

.col-md-1 .media-box-area,
.col-md-2 .media-box-area,
.col-md-3 .media-box-area,
.col-md-4 .media-box-area {
    width: 100%;
    display: table-row;
    text-align: center;
}

.col-md-1 .media-box-area .z-inner,
.col-md-2 .media-box-area .z-inner,
.col-md-3 .media-box-area .z-inner,
.col-md-4 .media-box-area .z-inner {
    padding-top: 10px;
    padding-bottom: 10px;
}

@media (max-width: 768px) {
    .media-box-area {
        width: 100%;
        display: table-row;
        text-align: center;
    }
    .media-box-area .z-inner {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .media-sm-center {
        display: table;
        width: 100%;
    }
    .z-sm-text-center {
        text-align: center;
    }
}

.big-icon-link i {
    font-size: 64px;
    margin: 10px 30px;
    line-height: 64px;
    display: inline-block;
}

.big-icon-link:hover,
.big-icon-link:focus {
    text-decoration: none;
    opacity: 0.7;
}


/* Showcase */

.z-showcase-1 {
    background-image: linear-gradient(rgba(54, 63, 72, 0.8), rgba(54, 63, 72, 0.8)), url('../images/showcase/bg-intro.jpg');
    background-size: cover;
    background-attachment: fixed;
}

.z-showcase-2 {
    background-image: linear-gradient(rgba(0, 156, 222, 0.7), rgba(0, 156, 222, 0.7)), url('../images/showcase/bg-intro.jpg');
    background-size: cover;
    background-attachment: fixed;
}

.z-showcase-highlight-1 {
    background-image: url('../images/showcase/bg-highlight-left.jpg');
    background-size: cover;
    background-attachment: fixed;
}

.z-showcase-highlight-2 {
    background-image: url('../images/showcase/bg-highlight-right.jpg');
    background-size: cover;
    background-attachment: fixed;
}


/* corporate */

.z-corporate-1 {
    background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../images/corporate/bg.jpg');
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
}

.z-corporate-highlight {
    background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/corporate/bg-highlight-right.jpg');
    background-size: cover;
    background-attachment: fixed;
}


/* Business */

.z-business-1 {
    background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../images/business/bg-intro.jpg');
    background-size: cover;
    background-attachment: fixed;
    background-position: top;
}

.z-business-2 {
    background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../images/business/video-section-bg.jpg');
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
}


/* SEO */

.z-seo-1 {
    background-image: url('../images/seo/seo-intro-bg.png');
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
}


/* Marketing */

.z-marketing-1 {
    background-image: linear-gradient(rgba(234, 67, 53, 0.4), rgba(234, 67, 53, 0.4)), url('../images/agency/bg-intro-agency.jpg');
    background-size: cover;
    background-position: center;
}


/* Shop */

.z-shop-1 {
    background-image: url('../images/shop/shop-intro-image.png');
    background-size: cover;
    background-position: center;
}


/* Medical */

.z-medical-1 {
    background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../images/medical/bg-intro.jpg');
    background-size: cover;
    background-position: top;
}


/* creative */

.z-creative-intro {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/creative/bg-intro-creative.jpg');
    background-size: cover;
    background-position: center;
}

.z-creative-1 {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/creative/bg-clients-section.jpg');
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
}

.z-creative-2 {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/creative/bg-video-section.jpg');
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
}


/* sport */

.z-sport-1 {
    background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../images/sport/intro-bg-stade.jpg');
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
}

.z-sport-2 {
    background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../images/sport/form-section-bg.jpg');
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
}


/* car_rental */

.z-car_rental-1 {
    background-image: url('../images/car_rental/car-rental-intro-bg.png');
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    background-color: #363F48;
}

.z-t-gray-bg {
    background: rgba(0, 0, 0, 0.08);
}

.z-car-highlight-1 {
    background-image: url('../images/car_rental/bg-highlight-left.jpg');
    background-size: cover;
    background-attachment: fixed;
}


/* restaurant */

.z-restaurant-1 {
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('../images/restaurant/intro-bg.jpg');
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
}

.z-restaurant-2 {
    background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../images/restaurant/intro-bg.jpg');
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
}

.z-restaurant-highlight-1 {
    background-image: url('../images/restaurant/highlight-bg.jpg');
    background-size: cover;
    background-position: center;
}


/* software */

.z-software-1 {
    background-image: url('../images/software/intro-bg.jpg');
    background-color: #474747;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
}


/* elegant */

.z-elegant-1 {
    background-image: url('../images/elegant/intro-bg.png');
    background-color: #237F52;
    background-size: cover;
    background-position: center;
}


/* travel */

.z-travel-1 {
    background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/travel/intro-bg-3.jpg');
    background-size: cover;
    background-position: center;
}

.z-travel-highlight-1 {
    background-image: url('../images/travel/intro-bg.jpg');
    background-size: cover;
    background-attachment: fixed;
}


/* ebook */

.z-ebook-1 {
    background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../images/ebook/intro-bg-ebook.jpg');
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
}


/* construction */

.z-construction-1 {
    background-image: linear-gradient(rgba(54, 63, 72, 0.85), rgba(54, 63, 72, 0.85)), url('../images/construction/main.jpg');
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
}


/* app */

.z-app-1 {
    background-image: url('../images/app/pattern-bg.png');
    background-color: #59A3FC;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
}


/* event */

.z-event-1 {
    background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../images/event/intro-bg.jpg');
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
}


/* company */

.z-company-1 {
    background-image: url('../images/company/intro-company-pattern.png');
    background-color: #363f48;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
}

.z-company-2 {
    background-image: url('../images/company/intro-company-pattern.png');
    background-color: #00c853;
    background-size: cover;
    background-attachment: scroll;
    background-position: center;
}


/* deal */

.z-deal-1 {
    background-image: url('../images/deal/intro-pattern.png');
    background-color: #f7941d;
    background-size: auto;
    background-attachment: scroll;
    background-position: center;
}

.z-deal-2 {
    background-image: url('../images/deal/newsletter-pattern.png');
    background-color: #f4f4f4;
    background-size: auto;
    background-attachment: scroll;
    background-position: top;
    background-repeat: repeat-x;
}


/* hotel */

.z-hotel-1 {
    background-image: linear-gradient(rgba(54, 63, 72, 0.85), rgba(54, 63, 72, 0.85)), url('../images/hotel/intro-bg-hotel.jpg');
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
}

.z-hotel-2 {
    background-image: linear-gradient(rgba(54, 63, 72, 0.85), rgba(54, 63, 72, 0.85)), url('../images/hotel/box-bg.jpg');
    background-size: auto;
    background-attachment: scroll;
    background-position: center;
}


/* modern */

.z-modern-1 {
    background-image: linear-gradient(rgba(54, 63, 72, 0.15), rgba(54, 63, 72, 0.01)), url('../images/modern/intro-modern-bg.jpg');
    background-color: #363f48;
    background-size: cover;
    background-attachment: scroll;
    background-position: center;
}


/* studio */

.z-studio-1 {
    background-image: linear-gradient(rgba(0, 200, 83, 0.8), rgba(0, 200, 83, 0.8)), url('../images/studio/studio-intro.jpg');
    background-color: #363f48;
    background-size: cover;
    background-attachment: scroll;
    background-position: center;
}

.z-studio-2 {
    background-image: linear-gradient(rgba(0, 200, 83, 0.8), rgba(0, 200, 83, 0.8)), url('../images/studio/studio-form-bg.jpg');
    background-color: #363f48;
    background-size: cover;
    background-attachment: scroll;
    background-position: center;
}

.z-studio-3 {
    background-image: linear-gradient(rgba(0, 200, 83, 0.8), rgba(0, 200, 83, 0.8)), url('../images/studio/studio-testimonials-bg.jpg');
    background-color: #363f48;
    background-size: cover;
    background-attachment: scroll;
    background-position: center;
}


/* coming soon */

.z-coming-soon-1 {
    background-image: linear-gradient(rgba(18, 116, 231, 0.70), rgba(18, 116, 231, 0.70)), url('../images/coming_soon/coming-soon-intro.jpg');
    background-color: #363f48;
    background-size: cover;
    background-attachment: scroll;
    background-position: center;
}


/* popups */

.z-popup-15 {
    background: transparent !important;
    box-shadow: none !important;
}

.z-popup-15 .close {
    color: #efefef;
}

.z-popup-16 {
    background-image: linear-gradient(rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.15)), url('../images/popups/popup-16.jpg');
    background-size: cover;
    background-attachment: scroll;
    background-position: center;
}

.z-popup-17 {
    background-image: linear-gradient(rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.15)), url('../images/popups/popup-17.jpg');
    background-size: cover;
    background-attachment: scroll;
    background-position: center;
}

.z-popup-18 {
    background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../images/popups/popup-18.jpg');
    background-size: cover;
    background-attachment: scroll;
    background-position: center;
}

.z_section .z_section .row {
    margin: 0px;
}


/* Navbar */

.z-navbar-default {
    background: transparent;
    border: 0px;
}

.z-navbar-default .logo-img {
    margin-top: 0px;
    display: block;
    padding: 10px 0;
    height: 100%;
    width: auto;
}

.z-navbar-default .logo-img img {
    display: inline-block;
    max-height: 100%;
    width: auto;
}

.z-header-item {
    padding-top: 14px;
    padding-bottom: 14px;
    line-height: 20px;
    display: inline-block;
}


/* highlight */

.highlight-left,
.highlight-right {
    content: "";
    position: absolute;
    width: 50%;
    height: 100%;
    top: 0;
}

.highlight-left {
    left: 0;
}

.highlight-right {
    right: 0;
}

.highlight-left>div,
.highlight-right>div {
    z-index: 2;
}

@media only screen and (max-width: 767px) {
    .highlight-left,
    .highlight-right {
        display: none;
    }
    .highlight-white-mobile {
        background: #fff;
    }
    .highlight-gray-mobile {
        background: #f4f4f4;
    }
    .highlight-mobile-image {
        display: inline-block;
        width: 100%;
        height: 500px;
        position: relative;
    }
    .highlight-section {
        background-size: cover;
        background-position: center;
    }
}


/* Accordions */

.z_accordion .panel {
    border: 0px;
    line-height: 24px;
    border-radius: 0px;
    box-shadow: none;
    background-color: transparent;
}

.z_accordion .panel-body {
    color: #888;
    border-top: 0px !important;
}

.z_accordion .panel-heading {
    border-radius: 3px;
    padding: 10px 20px;
}


/* Slider */

.z_accordion .panel-title {
    color: #888;
}


/* Header */

.z-fixed-top {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999;
}

.z-over-header {
    position: absolute;
    width: 100%;
    z-index: 9999;
}

.dropdown {
    display: inline-block;
    position: relative;
}

.z-header-nav li a {
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.z-header-nav>li>a {
    font-weight: bold;
}

.z_nav_menu .navbar-nav>li>a:hover,
.z_nav_menu .navbar-nav>li.active,
.z_nav_menu .navbar-nav>li>a:focus {
    background: rgba(0, 0, 0, 0.03);
    border-radius: 3px;
}

.z_scroll_menu .navbar-nav>li>a:hover,
.z_scroll_menu .navbar-nav>li.active,
.z_scroll_menu .navbar-nav>li>a:focus {
    background: rgba(0, 0, 0, 0.03);
    border-radius: 3px;
}

.dropdown-menu {
    border-radius: 2px;
    border: 0px;
    box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.05);
    padding: 0px;
}

.dropdown-menu li a {
    padding-top: 10px !important;
    padding-bottom: 10px;
}

.fancybox-container {
    z-index: 99999 !important;
}

.z_scroll_menu {
    z-index: 99998 !important;
}

.z-header-nav .open a,
.z-header-nav .hover_open a {}

.dropdown-menu>li>a {
    font-weight: 400;
    color: #aaa;
    padding: 5px 15px;
    padding-bottom: 10px;
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
    text-decoration: none;
    color: #777;
    background: rgba(0, 0, 0, 0.05);
}

.z-full-height {
    min-height: 100vh !important;
}

.z_scroll_menu {
    position: fixed;
    width: 100%;
    top: -80px;
    visibility: hidden;
    z-index: 999999;
    background: #fff;
    /*box-shadow: 0 2px 5px 0 rgba(0,0,0,0.15), 0 3px 12px 0 rgba(0,0,0,0.08);*/
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.08), 0 2px 5px 0 rgba(0, 0, 0, 0.04);
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

img.scroll_logo_img {
    max-height: 30px !important;
    width: auto;
}

.navbar-toggle {
    border: 0px solid transparent;
}

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

.navbar-default .navbar-collapse,
.navbar-default .navbar-form,
.navbar-collapse.in {
    border-color: transparent;
    box-shadow: none;
}

@media screen and (max-width: 768px) {
    /* Mobile Misc */
    .mobile-text-center {
        text-align: center !important;
    }
    .mobile-text-left {
        text-align: left !important;
    }
    .nav-mobile-center a {
        text-align: center;
        padding-left: 0px !important;
    }
    .mobile-float-none {
        float: none;
    }
    .z_nav_menu.z-over-header {
        background: #444 !important;
    }
    .navbar-header {
        border-bottom: 2px solid rgba(0, 0, 0, 0.3);
    }
    img.z-logo-img {
        max-height: 28px !important;
        width: auto;
    }
    .navbar-header {
        padding-bottom: 8px;
    }
    .z-slider .carousel-title {
        font-size: 16px;
        margin: 0px;
    }
    .z-slider .carousel-text {
        font-size: 14px;
        margin: 0px;
    }
    .z-slider .carousel-caption {
        top: 0 !important;
        padding: 0px;
    }
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: rgba(0, 0, 0, 0.3);
}

@media screen and (min-width: 768px) {
    /* Misc */
    .z-lg-inline-block {
        display: inline-block;
    }
    .z-nav-first-left {
        padding-left: 0px !important;
    }
    .z-nav-first-left>ul>li:first-child>a {
        padding-left: 0px
    }
    .z-header-nav .dropdown-menu {
        display: block;
        opacity: 0;
        visibility: hidden;
        margin-top: 10px !important;
        -moz-transition: all 0.2s ease-in-out;
        -webkit-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }
    .z-header-nav .open>.dropdown-menu,
    .z-header-nav .hover_open>.dropdown-menu {
        display: block !important;
        opacity: 1 !important;
        visibility: visible !important;
        margin-top: 0px !important;
        border-radius: 3px;
        box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.15), 0 3px 12px 0 rgba(0, 0, 0, 0.08);
        overflow: hidden;
        padding-top: 5px;
        padding-bottom: 5px;
    }
    /*.dropdown:hover .dropdown-menu, .btn-group:hover .dropdown-menu{*/
    .dropdown:hover .dropdown-menu {
        display: block;
    }
    .dropdown-menu {
        margin-top: 0;
    }
    .dropdown-toggle {
        margin-bottom: 2px;
    }
    .navbar .dropdown-toggle,
    .nav-tabs .dropdown-toggle {
        margin-bottom: 0;
    }
}


/* Slider */

.carousel-inner.item-450>.item {
    max-height: 450px;
}

.carousel-inner.item-600>.item {
    max-height: 600px;
}

.z-slider {
    border-radius: 3px;
    overflow: hidden;
}

.z-slider .carousel-title {
    font-weight: bold;
}

.z-slider .carousel-title,
.z-slider .carousel-text {
    text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.2);
}

.z-slider .carousel-caption {
    vertical-align: middle;
    top: 20%;
    bottom: auto;
}

.z-slider .item-600 .carousel-caption {
    vertical-align: middle;
    top: 25%;
    bottom: auto;
}

.carousel-control {
    opacity: 0.3;
    filter: alpha(opacity=30);
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.carousel-control:hover,
.carousel-control:focus {
    opacity: 0.5;
    filter: alpha(opacity=50);
}


/* Modals */

.z-letter-popup {
    background-image: url('../images/main/newsletter-pattern.png');
    background-position: top;
    background-repeat: repeat-x;
}

.modal {
    background: rgba(0, 0, 0, 0);
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.modal.in {
    margin: 0px !important;
    padding: 0px !important;
    right: 0px !important;
    z-index: 9999999;
    background: rgba(50, 50, 50, 0.7);
}

.modal-content {
    border: none;
    border-radius: 2px;
    box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.05), 0 30px 75px 0 rgba(0, 0, 0, 0.1);
}

.modal-header {
    border-bottom: 0;
    padding-top: 0px;
    padding-right: 26px;
    padding-left: 26px;
    padding-bottom: 0px;
}

.modal-body {
    border-bottom: 0;
    padding-top: 0px;
    padding-right: 26px;
    padding-left: 26px;
    padding-bottom: 10px;
    font-size: 15px;
}

.modal-footer {
    border-top: 0;
    padding-top: 0px;
    padding-right: 26px;
    padding-bottom: 26px;
    padding-left: 26px;
}

.modal-header .close {
    margin-top: 5px;
    margin-right: -15px;
    font-size: 30px;
}

.z-letter-popup .modal-header .close {
    margin-top: 15px;
}

.modal-open {
    overflow-y: auto !important;
}

.modal-body .container {
    position: relative;
    max-width: 100%;
}

.modal.z_popup.in::-webkit-scrollbar {
    display: none;
    overflow: -moz-scrollbars-none;
}

@media (min-width: 768px) {
    .modal-sm-2 {
        width: 400px;
    }
}

.g-recaptcha {
    margin-bottom: 15px;
}