/*------------------------------------------------------------------
[Master Stylesheet]

Project:    Levita template
Version:    1.0

[Table of contents]

    1. Base
        1.1. Heading
        1.2. Form/input styles
        1.3. Button styles
        1.4. Preloader
    2. Header / .heade
        2.1. Navigation / .navigation
    3. Body
        3.1. Full screen / .full-screen
        3.2. Portfolio / .portfolio
        3.3. Blog / .blog-item
        3.4. Blog style2 / .blog-item-s2 
        3.5. Icon box 1 / .icon-box1-area
        3.6. Icon box 2 / .icon-box2
        3.7. Side image / .side-image
        3.8. Pricing / .pricing-item
        3.9. Photo carousel / .photo-carousel
        3.10. Banner / .banner-area
        3.11. Subscribe form / .sub-form
        3.12. Full screen slider / .full-screen-slider
        3.13. Team item / .team-item
        3.14. Team item / .team-item
        3.15. Map / .map
        3.16. Comments / .comments-wrap
        3.17. Comment form / .comment-form
        3.18. Post bottom / .post-bottom
    4. Footer

[Typography]

- Headers:
    h1: 3.333em Josefin Sans;
    h2: 2.667em Josefin Sans;
    h3: 2.000em Josefin Sans;
    h4: 1.667em Josefin Sans;
    h5: 1em Josefin Sans;
    h6: 0.778em Josefin Sans;

Body: 18px Josefin Sans;
Input, textarea: 18px Josefin Sans;

-------------------------------------------------------------------*/

/*------------------------------------------------------------------
[1. Base ]
*/

/* font-family: 'Raleway', sans-serif; */
@import url(https://fonts.googleapis.com/css?family=Raleway:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i);

/* font-family: 'Josefin Sans', sans-serif; */
@import url(https://fonts.googleapis.com/css?family=Josefin+Sans:100,100i,300,300i,400,400i,600,600i,700,700i);

aside, nav, footer, header, section { display: block }
body {
    margin: 0;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 18px;
    color: #292929;
}
a {
    color: inherit;
}
img {
    border: none;
}
input, textarea, button, select,a {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
input, textarea, button, select {
    font-family: 'Josefin Sans';
}
input::-webkit-input-placeholder {
    color: inherit;
}
input::-moz-placeholder {
    color: inherit;
}
input:-moz-placeholder {
    color: inherit;
}
input:-ms-input-placeholder {
    color: inherit;
}

textarea::-webkit-input-placeholder {
    color: inherit;
}
textarea::-moz-placeholder {
    color: inherit;
}
textarea:-moz-placeholder {
    color: inherit;
}
textarea:-ms-input-placeholder {
    color: inherit;
}
*:focus {
    outline: none;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.tal {
    text-align: left;
}
.tar {
    text-align: right;
}
.tac {
    text-align: center;
}
.cell {
    display: table-cell;
    vertical-align: middle;
}

.header-space {
    height: 86px;
}

.centered-container {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.fw-main-row {
    background-position: 50%;
    background-size: cover;
    position: relative;
}

.dark-bg {
    color: #fff;
}

.dark-overlay {
    background: #292929;
    color: #fff;
}

.p-style1 {
    line-height: 1.500em;
}

.p-style2 {
    font-size: 1.333em;
    line-height: 1.500em;
    font-style: italic;
}

.owl-prev,
.owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.7em;
}

.owl-prev {
    left: -15px;
}

.owl-next {
    right: -15px;
}

.owl-dots {
    text-align: right;
    position: absolute;
    bottom: 45px;
    right: 45px;
}

.owl-dots .owl-dot {
    display: inline-block;
    vertical-align: middle;
    width: 14px;
    height: 14px;
    border: 1px solid #4c4741;
    margin-left: 8px;
    border-radius: 50%;
}

.dark-bg .owl-dots .owl-dot,
.dark-overlay .owl-dots .owl-dot {
    border-color: #fff;
}

.owl-dots .owl-dot.active {
    background: #4c4741;
}

.dark-bg .owl-dots .owl-dot.active,
.dark-overlay .owl-dots .owl-dot.active {
    background: #fff;
}

.uppercase {
    text-transform: uppercase;
}

blockquote {
    margin: 40px 0;
    padding: 25px 30px;
    text-align: center;
    font-size: 1.333em;
    line-height: 1.500em;
    font-weight: 300;
    font-style: italic;
    position: relative;
}

blockquote:not(.style2):after,
blockquote:not(.style2):before {
    content: "\e8ff";
    font-family: 'icons';
    font-style: normal;
    color: #818181;
    position: absolute;
    font-size: 1.2em;
}

blockquote:not(.style2):after {
    bottom: 0;
    right: 0;
}

blockquote:not(.style2):before {
    left: 0;
    top: 0;
}

blockquote.style2 {
    padding-bottom: 0;
}

blockquote.style2:after {
    content: '';
    bottom: 0;
    right: 0;
    display: block;
    width: 200px;
    height: 1px;
    background: #cacaca;
    margin: 35px auto 0;
}

.content-white-bg {
    background: #fff;
    padding: 30px 10%;
}

.content-area p {
    line-height: 1.333em;
}

.content-area a {
    color: #3984a9;
    text-decoration: underline;
}

.content-area ul {
    padding: 0;
    margin: 30px 0;
}

.content-area ul li {
    display: block;
    margin: 20px 0;
    padding-left: 25px;
    position: relative;
}

.content-area ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    width: 9px;
    height: 9px;
    border: 2px solid #848484;
    border-radius: 50%;
}

.imagefill img {
    max-width: none;
}

.load-items {
    display: none;
    position: static !important;
}

.load-button {
    text-align: center;
    margin: 0 0 30px;
}

.portfolio-items + .load-button {
    margin: 15px 0 30px;
}

/*------------------------------------------------------------------
[1.1. Heading ]
*/

h1,.h1,
h2,.h2,
h3,.h3,
h4,.h4,
h5,.h5,
h6,.h6 {
    color: #47423c;
    font-weight: bold;
    margin: 15px 0;
}

.dark-bg h1,.dark-bg .h1,
.dark-bg h2,.dark-bg .h2,
.dark-bg h3,.dark-bg .h3,
.dark-bg h4,.dark-bg .h4,
.dark-bg h5,.dark-bg .h5,
.dark-bg h6,.dark-bg .h6,
.dark-overlay h1,.dark-overlay .h1,
.dark-overlay h2,.dark-overlay .h2,
.dark-overlay h3,.dark-overlay .h3,
.dark-overlay h4,.dark-overlay .h4,
.dark-overlay h5,.dark-overlay .h5,
.dark-overlay h6,.dark-overlay .h6,
.dark-bg blockquote,.dark-overlay blockquote  {
    color: inherit;
}

h1 a,.h1 a,
h2 a,.h2 a,
h3 a,.h3 a,
h4 a,.h4 a,
h5 a,.h5 a,
h6 a,.h6 a {
    text-decoration: none;
}

h1,.h1 {
    font-size: 3.333em; /*60px*/
}

h2,.h2 {
    font-size: 2.500em; /*45px*/
}

h3,.h3 {
    font-size: 2.111em; /*38px*/
}

h4,.h4 {
    font-size: 1.667em; /*30px*/
}

h5,.h5 {
    font-size: 1.333em; /*24px*/
}

h6,.h6 {
    font-size: 1em; /*18px*/
}

.heading-decor {
    text-transform: uppercase;
    margin: 30px 0;
}

.dark-bg .heading-decor > *, .dark-overlay .heading-decor > * {
    color: inherit;
}

.heading-decor:after,
.portfolio-items.animate3 .item .text .h4:after {
    content: "";
    display: inline-block;
    vertical-align: top;
    background: #47423c;
    width: 30px;
    height: 4px;
    margin: 15px 0 0;
    transform: skewX(-30deg);
}

.dark-bg .heading-decor:after,
.dark-overlay .heading-decor:after {
    background: #fff;
}

.heading-decor h1 {
    margin-top: 10px;
}

.heading-decor h2 {
    margin-top: 10px;
}

.heading-decor h3 {
    font-size: 1.333em;
    font-weight: 400;
}

.heading-decor h1,
.heading-decor h2,
.heading-decor h3,
.heading-decor h4,
.heading-decor h5,
.heading-decor h6 {
    margin-bottom: 0;
}

#all {
    position: relative;
    overflow: hidden;
}

/*------------------------------------------------------------------
[1.2. Form/input styles ]
*/

input.style1,
textarea.style1 {
    font-size: 18px;
    margin: 0 0 18px;
    padding: 18px 20px;
    background: transparent;
    border: 1px solid #292929;
    width: 100%;
    font-style: italic;
}

input.style1.white60, textarea.style1.white60, .sub-form input.style1.white60 {
    background: rgba(255, 255, 255, 0.6);
}

.dark-bg input.style1,
.dark-bg textarea.style1,
.dark-overlay input.style1,
.dark-overlay textarea.style1 {
    color: #fff;
    border-color: #fff;
}

textarea.style1 {
    height: 195px;
    resize: none;
}

input.style2,
textarea.style2 {
    width: 100%;
    display: block;
    border: none;
    border-bottom: 1px solid #47423c;
    background: none;
    color: #47423c;
    font-size: 0.778em;
    padding: 5px 0;
    font-style: italic;
    margin-bottom: 25px;
    text-transform: uppercase;
}

textarea.style2 {
    border: 1px solid #47423c;
    resize: none;
    padding: 15px 25px;
}

.dark-bg input.style2,
.dark-bg textarea.style2,
.dark-overlay input.style2,
.dark-overlay textarea.style2 {
    border-bottom: 1px solid #fff;
    color: #fff;
}

/*------------------------------------------------------------------
[1.3. Button styles ]
*/

.button-style1 {
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    padding: 15px 35px;
    display: inline-block;
    background: #009bd9;
    border: none;
    cursor: pointer;
    font-weight: bold;
}

.button-style1:hover {
    opacity: .7;
}

.button-style1.min {
    font-size: 14px;
    font-weight: normal;
    padding: 12px 30px;
    line-height: 16px;
}

.button-style1.transperent50 {
    background: rgba(0, 108, 196, 0.5);
}

.button-style2 {
    display: inline-block;
    text-decoration: none;
    color: #fff;
    padding: 10px 15px;
    line-height: 20px;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    background: #202020;
    min-width: 160px;
    border: none;
    cursor: pointer;
    text-align: center;
    position: relative;
    z-index: 1;
}

.button-style2.blue1 {
    background-color: #009bd9;
}

.button-style2.blue2,
.button-style1.blue2 {
    background-color: #0351aa;
}

.button-style2.purple,
.button-style3.purple {
    background-color: #9449d2;
}

.button-style2 span {
    position: relative;
    z-index: 2;
}

.button-style2:hover {
    background: #fff;
    color: #202020;
}

.button-style2:after {
    content: "";
    position: absolute;
    bottom: 0px;
    right: 0;
    top: 100%;
    left: 100%;
    box-shadow: inset -2px -2px 0 0 #202020;
    z-index: 1;
    visibility: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.button-style2:hover:after {
    top: 0;
    left: 0;
    visibility: visible;
}

.button-style2:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 100%;
    right: 100%;
    box-shadow: inset 2px 2px 0 0 #202020;
    z-index: 1;
    visibility: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.button-style2:hover:before {
    bottom: 0;
    right: 0;
    visibility: visible;
}

.button-style3 {
    display: inline-block;
    text-decoration: none;
    font-size: 16px;
    text-transform: uppercase;
    text-align: center;
    color: #000;
    border: 1px solid #000;
    min-width: 150px;
    padding: 13px 15px;
    cursor: pointer;
    font-weight: bold;
    background: #fff;
}

.button-style2.purple:before {
    box-shadow: inset 2px 2px 0 0 #9449d2;
}

.button-style2.purple:after {
    box-shadow: inset -2px -2px 0 0 #9449d2;
}

.button-style2.blue1:before {
    box-shadow: inset 2px 2px 0 0 #009bd9;
}

.button-style2.blue1:after {
    box-shadow: inset -2px -2px 0 0 #009bd9;
}

.button-style2.blue2:before {
    box-shadow: inset 2px 2px 0 0 #0351aa;
}

.button-style2.blue2:after {
    box-shadow: inset -2px -2px 0 0 #0351aa;
}

.button-style1 i,
.button-style2 i,
.button-style3 i {
    vertical-align: middle;
    display: inline-block;
    margin-right: 15px;
}

.button-style3.min {
    font-size: 14px;
    padding: 9px 15px;
    min-width: inherit;
}

.button-style3:hover {
    background: #000;
    color: #fff;
}

.button-style1 > *,
.button-style2 > *,
.button-style3 > * {
    display:inline-block;
    vertical-align: middle;
}

/*------------------------------------------------------------------
[1.4. Preloader ]
*/

@-webkit-keyframes preloader {
  0% {
    width:0;
}
50% {
    width:100%;
}
100% {
    width:0;
}
}
@keyframes preloader {
  0% {
    width:0;
}
50% {
    width:100%;
}
100% {
    width:0;
}
}

#page-preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 500;
}

#page-preloader .spinner {}

#page-preloader .spinner .h1 {
    margin: 0;
}

#page-preloader .spinner:after {
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    right: 0;
    background: #fff;
    -webkit-animation: preloader 1.5s linear infinite;
    -moz-animation: preloader 1.5s linear infinite;
    -ms-animation: preloader 1.5s linear infinite;
    -o-animation: preloader 1.5s linear infinite;
    animation: preloader 1.5s linear infinite;
}

/*------------------------------------------------------------------
[2. Header / .header]
*/

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 40;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.header .fw-container > .fw-col-xs-12 {
    padding: 0 0;
}

.header.white-bg {
    background: #fff;
}

.header.scroll {
    background: #404040;
    color: #fff;
}

.header .logo {
    font-size: 2.000em;
    font-weight: bold;
    float: left;
    padding: 20px 0;
    -webkit-transition: padding 0.3s ease;
    -moz-transition: padding 0.3s ease;
    -o-transition: padding 0.3s ease;
    -ms-transition: padding 0.3s ease;
    transition: padding 0.3s ease;
}

.header.scroll .logo {
    padding: 15px 0;
}

.header .logo a {
    text-decoration: none;
    display: inline-block;
    line-height: 45px;
}

.header .logo img {
    vertical-align: bottom;
}

/*------------------------------------------------------------------
[2.1. Navigation / .navigation ]
*/

.navigation {
    float: left;
    text-transform: uppercase;
    font-weight: bold;
    opacity: 0;
    transform: translateX(100%);
    visibility: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.navigation.active {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}

.navigation ul {
    margin: 0;
    padding: 0;
}

.navigation li {
    display: block;
}

.navigation a {
    text-decoration: none;
}

.navigation > ul {}

.navigation > ul > li {
    float: left;
    position: relative;
    padding: 30px 0;
    -webkit-transition: padding 0.3s ease;
    -moz-transition: padding 0.3s ease;
    -o-transition: padding 0.3s ease;
    -ms-transition: padding 0.3s ease;
    transition: padding 0.3s ease;
}

.scroll .navigation > ul > li {
    padding: 25px 0;
}

.navigation > ul > li:not(:last-of-type) {
    margin-right: 40px;
}

.navigation > ul > li > a {
    font-size: 1em;
    transition: 0.3s;
    display: block;
    position: relative;
    border-bottom: 1px solid transparent;
    line-height: 24px;
}

.navigation > ul > li.current-menu-item > a,
.navigation > ul > li:hover > a {
    border-bottom: 1px solid;
}

.navigation .sub-menu {
    /* display: none; */
    position: absolute;
    font-size: 12px;
    color: #292929;
    background: #f0f0f0;
    width: 140px;
    left: -20px;
    top: 100%;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 1;
}

.navigation li.menu-item-has-children:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
    z-index: 2;
}

.navigation .sub-menu .sub-menu {
    left: 100%;
    top: -1px;
    border-top: 1px solid #b1b0b0;
    background: #ebebeb;
}

.navigation > ul > li:nth-last-child(3) .sub-menu .sub-menu,
.navigation > ul > li:nth-last-child(2) .sub-menu .sub-menu,
.navigation > ul > li:nth-last-child(1) .sub-menu .sub-menu {
    left: inherit;
    right: 100%;
}

.navigation .sub-menu .sub-menu .sub-menu {
    background: #e6e6e6;
}

.navigation > ul > li > .sub-menu {
    border-top: 2px solid #b1b0b0;
}

.navigation .sub-menu li {
    padding: 0 0;
    border-bottom: 1px solid #b1b0b0;
}

.navigation .sub-menu li.menu-item-has-children {
    position: relative;
}

.navigation .sub-menu li.current-menu-item > a, 
.navigation .sub-menu li:hover > a, 
.navigation .sub-menu li.current-menu-item.menu-item-has-children:after, 
.navigation .sub-menu li:hover.menu-item-has-children:after {
    color: #4088ac;
}

.navigation .sub-menu li.menu-item-has-children > a:after {
    content: "\e97f";
    font-family: 'icons';
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    font-size: 0.7em;
}

.navigation > ul > li:nth-last-child(3) .sub-menu li.menu-item-has-children > a:after,
.navigation > ul > li:nth-last-child(2) .sub-menu li.menu-item-has-children > a:after,
.navigation > ul > li:nth-last-child(1) .sub-menu li.menu-item-has-children > a:after {
    content: "\e980";
    right: inherit;
    left: 8px;
}

.navigation .sub-menu li a {
    display: block;
    padding: 11px 20px;
    position: relative;
}

.nav-button {
    float: left;
    margin: 26px 0 0 100px;
    font-size: 1.5em;
    cursor: pointer;
    position: relative;
    width: 30px;
    height: 30px;
    -webkit-transition: margin 0.3s ease;
    -moz-transition: margin 0.3s ease;
    -o-transition: margin 0.3s ease;
    -ms-transition: margin 0.3s ease;
    transition: margin 0.3s ease;
}

.scroll .nav-button {
    margin-top: 20px;
}

.nav-button div {
    background: #47423c;
    width: 30px;
    height: 5px;
    margin: 13px 0;
    border-radius: 2px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.scroll .nav-button div,
.scroll .nav-button div:after, 
.scroll .nav-button div:before {
    background: #eee;
}

.nav-button.active div {
    background: transparent;
}

.nav-button div:after,.nav-button div:before {
    content: "";
    position: absolute;
    background: #47423c;
    width: 30px;
    height: 5px;
    top: 0;
    border-radius: 2px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.nav-button div:after {
    top: inherit;
    bottom: 0;
}

.nav-button.active div:after, .nav-button.active div:before {}

.nav-button.active div:before {
    transform: rotate(44deg);
    transform-origin: 0 0;
    width: 39px;
    left: 3px;
}

.nav-button.active div:after {
    transform: rotate(-45deg);
    transform-origin: 0 0;
    width: 39px;
    bottom: -2px;
}

.nav-button.active {
    /* opacity: 0.5; */
}

/*------------------------------------------------------------------
[3.1. Full screen / .full-screen ]
*/

.full-screen {
    position: relative;
    height: 100vh;
}

.full-screen.fixed-height {}

.full-screen .h1 {
    text-transform: uppercase;
    color: inherit;
}

.full-screen .big {
    font-size: 11.944em;
    margin-bottom: -20px;
    line-height: 1em;
}

.full-screen .medium {
    font-size: 4.000em;
    line-height: 1em;
    margin-bottom: -9px;
}

.full-screen p {
    font-size: 1.333em;
    text-transform: uppercase;
    /* font-weight: bold; */
    margin: 1.2em 0;
}

.full-screen .button-style1 {}

/*------------------------------------------------------------------
[3.2. Portfolio / .portfolio ]
*/

.portfolio-area {}

.portfolio-area .button-group {
    text-align: center;
    margin: 20px 0;
}

.portfolio-area .button-group button {
    border: none;
    background: none;
    font-size: 1em;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0 30px 20px;
    padding: 0;
    position: relative;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance:none;
    -ms-appearance:none;
    -o-appearance:none;
    appearance:none;
}

.portfolio-area .button-group button.active {}

.portfolio-area .button-group button.active:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -7px;
    background: #47423c;
    width: 100%;
    height: 3px;
    margin: 5px 0 0;
    transform: skewX(-45deg);
}

.portfolio-items {}

.portfolio-items .item {
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
}

.portfolio-items.grid-masonry .item {
    margin-bottom: 0;
}

.portfolio-items.grid-masonry .item:after {
    content: "";
    padding-bottom: 60%;
    display: block;
}

.portfolio-items.grid-masonry .item.vertical:after {
    padding-bottom: 120%;
}

.portfolio-items.grid-masonry .item.horizontal:after {
    padding-bottom: 29.3%;
}

.portfolio-items.grid .item .centered-image {
    position: absolute;
    top: 0;
    left: 15px;
    right: 15px;
    height: 100%;
    overflow: hidden;
}

.portfolio-items.grid .item .centered-image img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* max-width: none; */
    /* min-width: 100%; */
    min-height: 100%;
    transform-origin: 0 0;
    object-fit: cover;
}

.portfolio-items.grid .item .centered-image.top-bg img {
    top: 100%;
}

.portfolio-items.grid .item .centered-image.bottom-bg img {
    top: 0%;
}

.portfolio-items.grid .item:after {
    content: "";
    display: block;
    margin-bottom: 55%;
}

.portfolio-items .item a {
    display: block;
}

.portfolio-items.grid .item .imagefill {
    position: absolute !important;
    top: 0;
    right: 15px;
    left: 15px;
    height: 100%;
}

.portfolio-items.animate1 .item a:before,
.portfolio-items.animate2 .item a:before,
.portfolio-items.animate3 .item a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 15px;
    height: 100%;
    right: 15px;
    background: rgba(0, 0, 0, 0.3);
    opacity: 0;
    visibility: hidden;
    z-index: 1;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.portfolio-items.animate3 .item a:before {
    left: 45px;
    right: 45px;
    top: 45px;
    bottom: 45px;
    height: inherit;
    background: rgba(0, 0, 0, 0.6);
    transform: scaleY(0);
}

.portfolio-items.animate3 .item:hover a:before {
    transform: scaleY(1);
}

.portfolio-items.animate1 .item:hover a:before,
.portfolio-items.animate2 .item:hover a:before,
.portfolio-items.animate3 .item:hover a:before {
    opacity: 1;
    visibility: visible;
}

.portfolio-items .item .image {
    overflow: hidden;
    background-size: cover;
    background-position: 50%;
}

.portfolio-items.grid-masonry .item .image {
    position: absolute !important;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
}

.portfolio-items .item img {
    vertical-align: bottom;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: 100%;
}

.portfolio-items.animate1 .item:hover img {
    transform: scale(1.1);
}

.portfolio-items.animate1 .item:hover .centered-image img {
    transform: scale(1.1) translate(-50%, -50%);
}

.portfolio-items.animate2 .item img {
    transform: scale(1.1);
}

.portfolio-items.animate2 .item:hover img {
    transform: scale(1);
}

.portfolio-items.animate2 .item .centered-image img {
    transform: scale(1.1) translate(-50%, -50%);
}

.portfolio-items.animate2 .item:hover .centered-image img {
    transform: scale(1) translate(-50%, -50%);
}

.portfolio-items .item .text {
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: 0;
    background: #000;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    padding: 20px 25px;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    z-index: 2;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.portfolio-items.animate1 .item .text,
.portfolio-items.animate2 .item .text,
.portfolio-items.animate3 .item .text {
    background: none;
}

.portfolio-items.animate3 .item .text {
    position: absolute;
    top: 50%;
    left: 0;
    bottom: inherit;
    text-align: center;
    width: 100%;
    padding: 0 60px;
    transform: translateY(-50%);
}

.portfolio-items .item:hover .text {
    opacity: 1;
    visibility: visible;
}

.portfolio-items.animate3 .item:hover .text {}

.portfolio-items .item .text .h4 {
    color: inherit;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin: 0 0 10px;
}

.portfolio-items.animate1 .item .text .h4 {
    transform: translateX(-100%);
}

.portfolio-items.animate1 .item:hover .text .h4 {
    transform: translateX(0);
    transition-delay: .1s;
}

.portfolio-items.animate2 .item .text .h4 {
    transform: translateX(-100%);
}

.portfolio-items.animate2 .item:hover .text .h4 {
    transform: translateX(0);
    transition-delay: .1s;
}

.portfolio-items.animate3 .item .text .h4 {}

.portfolio-items.animate3 .item .text .h4:after {
    background: #fff;
    display: block;
    margin: 6px auto;
}

.portfolio-items .item .text p {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin: 0;
}

.portfolio-items.animate1 .item .text p {
    transform: translateX(-100%);
}

.portfolio-items.animate1 .item:hover .text p {
    transform: translateX(0);
    transition-delay: .2s;
}

.portfolio-items.animate2 .item .text p {
    transform: translateX(-100%);
}

.portfolio-items.animate2 .item:hover .text p {
    transform: translateX(0);
    transition-delay: .2s;
}

.portfolio-items.animate3 .item .text p {}

/*------------------------------------------------------------------
[3.3. Blog / .blog-item ]
*/

.blog-item {
    margin-bottom: 30px;
}

.blog-item .image {
    margin-bottom: 30px;
}

.blog-item .image .imagefill {
    display: block;
    padding-bottom: 60%;
}

.blog-item .image img {
    vertical-align: bottom;
}

.blog-item > h4 {
    margin-bottom: 10px;
}

.blog-item > h3 {
    margin-bottom: 15px;
}

.blog-item p {
    line-height: 1.714em;
    max-width: 330px;
    margin: 0 auto 0;
    font-family: 'Raleway', sans-serif;
    font-size: 0.778em;
}

/*------------------------------------------------------------------
[3.4. Blog style2 / .blog-item-s2  ]
*/

.blog-item-s2 {
    padding: 0 30px;
    padding: 0 15px;
    margin-bottom: 30px;
}

.blog-item-s2.no-padding {
    padding: 0;
}

.blog-item-s2 .image {
    position: relative;
    margin-bottom: 25px;
}

.blog-item-s2.blog-item-in-row .image {
    height: 290px;
    overflow: hidden;
}

.blog-item-s2 .image .imagefill {
    display: block;
    padding-bottom: 50%;
}

.blog-item-s2.blog-item-in-row .image a {
    display: block;
}

.blog-item-s2.blog-item-in-row .image .imagefill {
    padding: 0;
    height: 290px;
}

.blog-item-s2 .image img {
    vertical-align: bottom;
}

.blog-item-s2.blog-item-in-row .image img {
}

.blog-item-s2 .date {
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 0.778em;
    font-weight: bold;
    background: #fff;
    background: rgba(255, 255, 255, 0.8);
    padding: 7px 10px;
    text-align: center;
}

.blog-item-s2 .date span {
    display: block;
    font-size: 1.286em;
    margin: 5px 0 0px;
}

.blog-item-s2 h3 {
    margin: 0 0 15px;
    min-height: 36px;
    line-height: 1em;
}

.blog-item-s2 h3 a {}

.blog-item-s2 .info {
    font-size: 0.778em;
    min-height: 26px;
}

.blog-item-s2 .info > * {
    text-decoration: none;
    margin-right: 15px;
    margin-bottom: 10px;
    display: inline-block;
}

.blog-item-s2 .info > * > * {}

.blog-item-s2 .info > * > i {
    margin-right: 8px;
}

.blog-item-s2 .author {
    font-style: italic;
}

.blog-item-s2 .comments {}

.blog-item-s2 p,
.blog-item-s2 .text {
    margin: 1em 0;
    line-height: 1.714em;
    font-family: 'Raleway', sans-serif;
    font-size: 0.778em;
}

.blog-item-s2 .text {
    height: 115px;
    overflow: hidden;
    margin: 5px 0 25px;
}

.blog-item-s2.blog-item-in-row .text {
    height: 140px;
    margin: 5px 0 19px;
}

.blog-item-s2 .button-style3 {}

/*------------------------------------------------------------------
[3.5. Icon box 1 / .icon-box1-area ]
*/

.icon-box1-area,
.si-content {
    overflow: hidden;
    margin: 65px 4.5%;
}

.icon-box1 {
    border-bottom: 1px solid #83807d;
    border-right: 1px solid #83807d;
    margin: 0 -1px -1px 1px;
    text-align: center;
    max-height: 390px;
}

.icon-box1 .centered-container {
    width: 100%;
    max-width: 320px;
}

.icon-box1:after {
    content: "";
    display: block;
    margin-bottom: 100%;
}

.ib1-wrap {
    padding: 0 10px;
}

.ib1-wrap .icon {
    font-size: 2.5em;
    color: #3f87ab;
}

.ib1-wrap .h4 {}

.ib1-wrap p {
    line-height: 1.714em;
    font-family: 'Raleway', sans-serif;
    font-size: 0.778em;
}

/*------------------------------------------------------------------
[3.6. Icon box 2 / .icon-box2 ]
*/

.icon-box2 {
    padding: 45px 15px;
    text-align: center;
}

.icon-box2 > * {
    display: inline-block;
    vertical-align: middle;
}

.icon-box2 .icon {
    font-size: 2.7em;
    margin-top: -1px;
}

.icon-box2 .icon i {
    vertical-align: top;
    /* margin: -10px 0 0; */
    display: block;
}

.icon-box2 .num {
    font-size: 3.333em;
    font-weight: bold;
    border-left: 5px solid #009bd9;
    line-height: 30px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 15px;
    /* margin-top: -5px; */
    margin-left: 5px;
}

.dark-bg .icon-box2 .num,
.dark-overlay .icon-box2 .num {
    border-left-color: #009bd9;
}

.icon-box2 .num.thousand {
    font-size: 2em;
}

.icon-box2 .text {
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.111em;
    margin-left: 10px;
    max-width: 90px;
    text-align: left;
}

.icon-box2 .text .cell {}

/*------------------------------------------------------------------
[3.7. Side image / .side-image ]
*/

.side-image {
    position: relative;
    background-size: cover;
    background-position: 50%;
}

.side-image > div {
    position: absolute;
    top: 0;
    left: 15px;
    right: 15px;
    height: 100%;
    background-size: cover;
    background-position: 50%;
}

.side-image img {
    display: none;
}

@media (max-width: 768px) {
    .side-image {
        background: none !important;
        /* padding: 0; */
    }
    .side-image > div {
        display: none;
    }
    .side-image img {
        display: block;
    }
}

/*------------------------------------------------------------------
[3.8. Pricing / .pricing-item ]
*/

.pricing-item {
    border: 1px solid #8d8d8d;
    background: #f5f5f5;
    margin: 0 0 15px 0;
}

.pricing-item .top {
    background-position: 50%;
    background-size: cover;
    text-align: center;
    color: #fff;
    border-bottom: 1px solid #47423c;
}

.pricing-item .top > div {
    display: inline-block;
    min-width: 155px;
    padding: 30px 15px;
    background: #4d4d4d;
}

.pricing-item .top.full > div {
    width: 100%;
}

.pricing-item .top h5 {
    color: inherit;
    text-transform: uppercase;
    margin: 0 0 10px;
}

.pricing-item .price {
    font-size: 3.333em;
}

.pricing-item .pi-value {
    text-align: center;
    padding: 15px;
}

.pricing-item .pi-value .row {
    padding: 15px 0;
    position: relative;
}

.pricing-item .pi-value .row:not(:last-of-type):after {
    content: "";
    position: absolute;
    bottom: 0;
    margin-left: -7.5px;
    left: 50%;
    width: 15px;
    height: 1px;
    background: #9e9b98;
}

.pricing-item .bottom {
    border-top: 1px solid #47423c;
    background-position: 50%;
    background-size: cover;
    padding: 35px 0;
    text-align: center;
}

.pricing-item .bottom.full {
    padding-top: 0;
    border-top: 0;
}

.pricing-item .bottom .button-style2 {}

/*------------------------------------------------------------------
[3.9. Photo carousel / .photo-carousel ]
*/

.photo-carousel {
    padding: 0 30px;
    margin: 30px 0;
}

.photo-carousel .owl-dots {
    bottom: -30px;
}

.photo-carousel .item {}

.photo-carousel .item a {}

.photo-carousel .item .imagefill {
    display: block;
    padding-bottom: 100%;
}

.photo-carousel .item img {
    vertical-align: bottom;
}

/*------------------------------------------------------------------
[3.10. Banner / .banner-area ]
*/

.banner-area {}

.banner-area h1.big {
    font-size: 5.000em;
}

.banner-area .heading-decor {}

.banner-area p {
    font-size: 1.333em;
    font-style: italic;
}

/*------------------------------------------------------------------
[3.11. Subscribe form / .sub-form ]
*/

.sub-form {
    width: 100%;
    max-width: 640px;
    margin: 10px auto;
    position: relative;
}

.banner-area .sub-form {
    margin-top: 50px;
}

.sub-form input.style1 {
    font-style: italic;
    background: transparent;
    padding-right: 190px;
    height: 55px;
}

.sub-form .button-style1 {
    position: absolute;
    top: 0;
    right: 0;
    height: 55px;
}

/*------------------------------------------------------------------
[3.12. Full screen slider / .full-screen-slider ]
*/

.full-screen-slider {}

.full-screen-slider .item {
    background-size: cover;
    background-position: 50%;
    height: 100vh;
}

.full-screen-slider .item h1,.full-screen-slider .item .h1 {
    text-transform: uppercase;
    font-size: 6.667em;
    margin-bottom: -15px;
    
}

.full-screen-slider .item h1.min,.full-screen-slider .item .h1.min {
    font-size: 5.000em;
}

.full-screen-slider .item p {
    font-size: 1.333em;
}

.full-screen-slider .owl-prev {
    left: 35px;
}

.full-screen-slider .owl-next {
    right: 35px;
}

/*------------------------------------------------------------------
[3.13. Team item / .team-item ]
*/

.team-item {
    position: relative;
    background-position: 50%;
    background-size: cover;
    text-align: center;
    color: #fff;
    padding: 0;
}

.team-our i {
    font-size: 2em;
}

.team-our p {
    line-height: 1.333em;
    font-weight: 600;
}

.team-item:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.team-our:before {
    opacity: 0 !IMPORTANT;
}

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

.team-item:after {
    content: "";
    display: block;
    margin-bottom: 100%;
}

.team-item .centered-container {
    width: 100%;
}

.team-item .h4 {
    transform: translateY(-100%);
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-transform: uppercase;
    margin: 0;
}

.team-our .h4 {
    transform: translateY(0);
    opacity: 1;
}

.team-item:hover .h4 {
    opacity: 1;
    transform: translateY(0);
}

.team-item .h6 {
    transform: translateY(-100%);
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-transform: uppercase;
    margin: 5px 0 30px;
}

.team-item:hover .h6 {
    opacity: 1;
    transform: translateY(0);
}

.team-item blockquote {
    margin: 0 20px;
    transform: scale(0);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.team-item blockquote:not(.style2):after,
.team-item blockquote:not(.style2):before {
    color: #fff;
}

.team-item blockquote p {
    margin: 0;
}

@media (max-width: 1600px) and (min-width: 992px){
    .team-item blockquote {
        /* margin: 0; */
        font-size: 1em;
        line-height: 1em;
    }

    .team-item blockquote p {
        height: 53px;
        overflow: hidden;
    }
}

.team-item:hover blockquote {
    opacity: 1;
    transform: scale(1);
}

/*------------------------------------------------------------------
[3.14. Team item / .team-item ]
*/

.countdownHolder{
    margin: 0 auto 60px;
    text-align:center;
}

.countdownHolder > * {
    display: inline-block;
    vertical-align: middle;
    margin: 0 30px;
}

.countdownHolder .position{
    display: inline-block;
    height: 1em;
    overflow: hidden;
    position: relative;
    width: 0.65em;
    font-size: 8.889em;
    font-weight: bold;
}

.countdownHolder .digit{
    /* position: relative; */
    display:block;
    width: 100%;
    border-radius:0.2em;
    text-align:center;
    letter-spacing:-1px;
}

.countdownHolder .name {
    display: block;
    font-size: 1em;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 1.5em;
}

.countdownHolder .digit.static{
}

.countdownHolder .countDiv{
    display: none;
    width:16px;
    height:1.6em;
    position:relative;
}

.countdownHolder .countDiv:before,
.countdownHolder .countDiv:after{
    position:absolute;
    width:5px;
    height:5px;
    background-color:#444;
    border-radius:50%;
    left:50%;
    margin-left:-3px;
    top:0.5em;
    box-shadow:1px 1px 1px rgba(4, 4, 4, 0.5);
    content:'';
}

.countdownHolder .countDiv:after{
    top:0.9em;
}

/*------------------------------------------------------------------
[3.15. Map / .map ]
*/

.map-area {}

.map-area .map {
    height: 370px;
}

/*------------------------------------------------------------------
[3.16. Comments / .comments-wrap ]
*/

.comments-wrap {}

.comment-item {
    border-bottom: 1px solid #ececec;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.comment-item .image {
    float: left;
    overflow: hidden;
    width: 100px;
}

.comment-item .image img {
    vertical-align: bottom;
}

.comment-item .details {
    margin-left: 130px;
}

.comment-item .details .name {
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 10px;
}

.comment-item .details .date {
    font-size: 0.778em;
    font-style: italic;
}

.comment-item .details .date i {
    margin-right: 5px;
}

.comment-item .details .text {
    font-size: 0.889em;
    line-height: 1.500em;
    font-style: italic;
}

/*------------------------------------------------------------------
[3.17. Comment form / .comment-form ]
*/

.comment-form {
    margin-bottom: 15px;
}

.comment-form .style2 {
    width: 100%;
}

.comment-form textarea.style2 {
    width: 100%;
    height: 81px;
}

/*------------------------------------------------------------------
[3.18. Post bottom / .post-bottom ]
*/

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

.post-navigation {
    text-align: right;
}

.post-navigation a:not(:last-of-type) {
    margin-right: 30px;
}

.post-navigation a i {
    font-size: 0.6em;
}

.post-navigation a.prev i {
    margin-right: 10px;
}

.post-navigation a.next i {
    margin-left: 10px;
}

/*------------------------------------------------------------------
[4.1. Footer / .footer ]
*/

.footer {
    background: #202020;
    padding: 15px 0;
}

.footer h6 {
    text-transform: uppercase;
    margin: 20px 0 20px;
}

.gallery-thumbs {
    margin: 0 -5px;
}

.gallery-thumbs div[class ^= "fw-col"] {
    padding: 5px;
}

.gallery-thumbs a {}

.gallery-thumbs .imagefill {
    display: block;
    padding-bottom: 75%;
}

.gallery-thumbs img {
    vertical-align: bottom;
    margin: 0 0 0 0;
}

.footer-menu {
    text-transform: uppercase;
    font-size: 0.778em;
    font-weight: bold;
}

.footer-menu ul {
    margin: 0;
    padding: 0;
}

.footer-menu ul ul {
    display: none;
}

.footer-menu ul li {
    display: block;
    position: relative;
    padding-left: 15px;
    margin: 22px 0;
}

.footer-menu ul li:before {
    content: "\e97f";
    font-family: 'icons';
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -2px;
    transform: translateY(-50%);
    font-size: 0.7em;
}

.footer-menu ul li a {
    text-decoration: none;
}

.contact-row {
    font-size: 0.778em;
    margin: 20px 0;
    font-family: 'Raleway', sans-serif;
    font-style: italic;
}

.contact-row .label {
    float: left;
}

.contact-row .value {
    margin-left: 70px;
}

.social {
    font-size: 1.3em;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.post-bottom .social {
    margin: 8px 0;
}

.social span {
    font-size: 0.778em;
}

.team-item:hover .social {
    transform: translateY(0);
    opacity: 1;
}

.team-item .social {
    transform: translateY(100%);
    opacity: 0;
    margin-top: 35px;
}

.social a {
    opacity: .5;
    display: inline-block;
    vertical-align: middle;
}

.social a:hover {
    opacity: 1;
}

.social a:not(:last-of-type) {
    margin-right: 15px;
}

.social a i {}

.feedback-form {}

.feedback-form .style2 {
    margin-bottom: 20px;
    text-transform: none;
}

.feedback-form .button-style1 {
    margin-top: 15px;
}