/*-------------------------------------------------------------------------------------
Theme Name:	Juno
Theme URI: 	https://demos.elemisthemes.com/juno/
Version:	1.0
Author:		elemis
-------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------
[TABLE OF CONTENTS]

00. RESET
01. GENERAL
02. HEADER
03. STICKY HEADER
04. HEADER HEIGHT
05. HAMBURGER MENU ICON
06. BUTTON
07. SERVICES
08. FACTS
09. COLLAGE
10. TILES
11. BASIC GALLERY
12. THUMBNAIL OVERLAY
13. BLOG
14. WIDGETS
15. COMMENTS
16. FOTORAMA
17. REVOLUTION
18. CUBE PORTFOLIO
19. PARALLAX
20. PROGRESS BAR
21. TOOLTIP
22. TABS
23. ACCORDION / TOGGLE
24. PRICING & TABLES
25. GO TO TOP
26. SOCIAL ICONS
27. FORMS
28. LIGHTGALLERY
29. FONT ICON PAGES
30. DIVIDERS
31. RESPONSIVE

font-family: 'Montserrat', sans-serif;
font-family: 'Cardo', serif;
text: #606060
hover: #80c9a1
headings: #404040
	
-------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*	00. RESET
/*-----------------------------------------------------------------------------------*/

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
:focus {
    outline: 0 !important
}
.fit-vids-style {
    display: none
}
figure {
    margin: 0;
    padding: 0;
}
figure img {
    max-width: 100%
}
iframe {
    border: none
}
::selection {
    background: #dce7e1;
    /* Safari */
    
    color: #2f2f2f;
}
::-moz-selection {
    background: #dce7e1;
    /* Firefox */
    
    color: #2f2f2f;
}
.lg-outer .lg-item:after,
.tp-loader.spinner {
    content: "";
    height: 34px !important;
    width: 34px !important;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -17px;
    margin-left: -17px;
    background-color: transparent;
    -webkit-transform: translateZ();
    transform: translateZ();
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-duration: .8s;
    animation-duration: .8s;
    -webkit-animation-name: rotation;
    animation-name: rotation;
    border-radius: 100%;
    background: none;
}
.cbp:after,
.cbp-lazyload:after,
.cbp-popup-loadingBox:after,
.cbp-popup-singlePageInline:after {
    border-left: 3px solid rgba(28, 28, 28, 0.08);
    border-right: 3px solid rgba(28, 28, 28, 0.08);
    border-bottom: 3px solid rgba(28, 28, 28, 0.08);
    border-top: 3px solid #80c9a1;
}
.tp-loader.spinner {
    border-left: 3px solid rgba(28, 28, 28, 0.1);
    border-right: 3px solid rgba(28, 28, 28, 0.1);
    border-bottom: 3px solid rgba(28, 28, 28, 0.1);
    border-top: 3px solid #80c9a1;
}
.lg-outer .lg-item:after {
    border-left: 3px solid rgba(80, 80, 80, 0.2);
    border-right: 3px solid rgba(80, 80, 80, 0.2);
    border-bottom: 3px solid rgba(80, 80, 80, 0.2);
    border-top: 3px solid #80c9a1;
}
@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(359deg)
    }
}
@-moz-keyframes rotation {
    from {
        -moz-transform: rotate(0deg)
    }
    to {
        -moz-transform: rotate(359deg)
    }
}
@-o-keyframes rotation {
    from {
        -o-transform: rotate(0deg)
    }
    to {
        -o-transform: rotate(359deg)
    }
}
@keyframes rotation {
    from {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(359deg)
    }
}
.pageloader {
    overflow: auto !important;
    
}
#preloader-percent-progress {
    margin-top: 0 !important;
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
}
#preloader-bar-progress {
    background: rgba(0, 0, 0, 0.9) !important
}
/*-----------------------------------------------------------------------------------*/
/*	01. GENERAL
/*-----------------------------------------------------------------------------------*/

body {
    overflow-x: hidden;
    font-size: 16px;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    color: #606060;
    font-family: 'Cardo', serif;
    background: #f2f3f5;
    display: flex;
    height: 100vh;
    flex-direction: column;
}
.navbar,
footer {
    flex-shrink: 0
}
.content-wrapper {
    flex: 1 0 auto
}
.container {
    padding-right: 0;
    padding-left: 0;
}
.container-fluid {
    padding-left: 120px;
    padding-right: 120px
}
body,
li,
address {
    line-height: 24px
}
input,
button,
select,
textarea {
    font-family: inherit;
    font-weight: normal;
    color: inherit !important;
}
p {
    margin: 0 0 20px
}
a {
    color: #80c9a1;
    transition: all 150ms ease-in;
}
a.line {
    transition: border 0.2s;
    padding-bottom: 0;
    border-bottom: 1px solid transparent;
}
a.line:hover {
    border-bottom: 1px solid #80c9a1;
    transition: border 0.2s;
}
a:hover,
a:focus {
    color: #80c9a1;
    text-decoration: none;
}
.nocolor,
.email-link {
    color: #606060 !important
}
.nocolor:hover,
.email-link:hover,
footer a:hover {
    color: #80c9a1 !important
}
strong {
    font-weight: 500
}
hr {
    border: 0;
    padding: 0;
    margin: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12) !important;
    padding-top: 60px;
    margin-bottom: 60px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    color: #404040;
    margin-bottom: 10px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: -1px;
}
h1 {
    font-size: 24px;
    line-height: 28px;
}
h2 {
    font-size: 20px;
    line-height: 24px;
}
h3 {
    font-size: 18px;
    line-height: 22px;
}
h4 {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 8px;
    letter-spacing: -0.5px;
}
h5 {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 5px;
    letter-spacing: -0.5px;
}
h6 {
    font-size: 15px;
    line-height: 18px;
    margin-bottom: 5px;
    letter-spacing: -0.5px;
}
.section-title {
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 15px;
}
.dark-wrapper {
    background: #f3f3f3 url(style/images/pattern.png) repeat;
}
.inverse-wrapper {
	background: #2f3135;
	color: #FFF;
}
.inverse-wrapper h1,
.inverse-wrapper h2,
.inverse-wrapper h3,
.inverse-wrapper h4,
.inverse-wrapper h5,
.inverse-wrapper h6 {
    color: #fff
}
.inner {
	padding-top: 90px;
	padding-bottom: 90px;
}
.hero {
	font-size: 26px;
	line-height: 40px;
}
.lead {
	font-size: 22px;
	line-height: 36px;
}
/*-----------------------------------------------------------------------------------*/
/*	06. BUTTON
/*-----------------------------------------------------------------------------------*/

.btn {
    color: #FFF !important;
    background: #80c9a1;
    border: 0;
    margin-bottom: 6px;
    margin-right: 6px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: -0.5px;
    text-transform: none;
    line-height: 1;
    padding: 13px 22px;
    border-radius: 30px;
    text-shadow: none;
    transition: all 150ms ease-in;
    box-shadow: none;
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
}
.btn.btn-large {
    padding: 15px 25px;
}
.btn.btn-square {
    padding: 12px 14px
}
.btn.btn-square.btn-icon {
    padding: 11px 14px
}
.btn.btn-icon i {
    padding-right: 4px;
}
.btn.fixed-width {
	width: 140px;
}
.pagination .btn.btn-icon i {
    padding: 0;
}
.text-center .btn {
    margin-left: 4px;
    margin-right: 4px;
}
.btn-submit {
    margin: 0 !important
}
.btn.btn-green {
    background: #80c9c5
}
.btn.btn-forest {
    background: #80c9a1
}
.btn.btn-lime {
    background: #a0c274
}
.btn.btn-brown {
    background: #af9075
}
.btn.btn-rose {
    background: #d77d8a
}
.btn.btn-blue {
    background: #73b2cf
}
.btn.btn-purple {
    background: #808ec9
}
.btn.btn-pink {
    background: #c989a9
}
.btn.btn-orange {
    background: #e79965
}
.btn.btn-navy {
    background: #5d6977
}
.btn.btn-red {
    background: #e96161
}
.btn.btn-white {
    background: #fff;
    color: #404040 !important;
}
.btn:hover,
.btn:focus,
.btn:active,
.btn.active {
    background: #76b994 !important;
    color: #fff !important;
    border: 0;
    transition: all 150ms ease-in;
    box-shadow: none;
}
.btn.btn-green:hover,
.btn.btn-green:focus,
.btn.btn-green:active,
.btn.btn-green.active {
    background: #75b7b3 !important
}
.btn.btn-forest:hover,
.btn.btn-forest:focus,
.btn.btn-forest:active,
.btn.btn-forest.active {
    background: #76b994 !important
}
.btn.btn-lime:hover,
.btn.btn-lime:focus,
.btn.btn-lime:active,
.btn.btn-lime.active {
    background: #91b06a !important
}
.btn.btn-brown:hover,
.btn.btn-brown:focus,
.btn.btn-brown:active,
.btn.btn-brown.active {
    background: #a0846b !important
}
.btn.btn-rose:hover,
.btn.btn-rose:focus,
.btn.btn-rose:active,
.btn.btn-rose.active {
    background: #c77480 !important
}
.btn.btn-blue:hover,
.btn.btn-blue:focus,
.btn.btn-blue:active,
.btn.btn-blue.active {
    background: #6aa4bf !important
}
.btn.btn-purple:hover,
.btn.btn-purple:focus,
.btn.btn-purple:active,
.btn.btn-purple.active {
    background: #7682b8 !important
}
.btn.btn-pink:hover,
.btn.btn-pink:focus,
.btn.btn-pink:active,
.btn.btn-pink.active {
    background: #ba7f9c !important
}
.btn.btn-orange:hover,
.btn.btn-orange:focus,
.btn.btn-orange:active,
.btn.btn-orange.active {
    background: #db864e !important
}
.btn.btn-navy:hover,
.btn.btn-navy:focus,
.btn.btn-navy:active,
.btn.btn-navy.active {
    background: #505a66 !important
}
.btn.btn-red:hover,
.btn.btn-red:focus,
.btn.btn-red:active,
.btn.btn-red.active {
    background: #d55757 !important
}
.btn.btn-white:hover,
.btn.btn-white:focus,
.btn.btn-white:active,
.btn.btn-white.active {
    background: #fff !important;
    color: #80c9a1 !important;
}
.share-wrapper {
    font-size: 0;
    line-height: 0;
}
.btn-share.share-facebook {
    background: #4470cf
}
.btn-share.share-facebook:hover,
.btn-share.share-facebook:focus {
    background-color: #4066b9 !important
}
.btn-share.share-twitter {
    background: #5daed5
}
.btn-share.share-twitter:hover,
.btn-share.share-twitter:focus {
    background-color: #569cbe !important
}
.btn-share.share-pinterest {
    background: #c53942
}
.btn-share.share-pinterest:hover,
.btn-share.share-pinterest:focus {
    background-color: #b0363e !important
}
/*-----------------------------------------------------------------------------------*/
/*	17. REVOLUTION
/*-----------------------------------------------------------------------------------*/
.page-title {
	background: url(style/images/art/slider-bg.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
    z-index: 1;
    min-height: 1000px;
    padding: 125px 0;
}
.titles h1 {
    font-weight: 700;
    font-size: 38px;
    line-height: 48px;
    letter-spacing: -2px;
    color: #404040;
    font-family: 'Montserrat', sans-serif;
}
.titles .lead {
    font-size: 28px;
    line-height: 38px;
    margin-bottom: 25px;
    font-weight: normal;
    font-family: 'Cardo', serif;
    letter-spacing: -0.5px;
    color: #606060;
}
span.hilite {
	position: relative;
	z-index: 1;
}
span.hilite:after {
    width: 100%;
    content: "";
    display: block;
    height: 7px;
    background: #80c9c5;
    opacity: 0.3;
    position: absolute;
    bottom: 6px;
    margin-top: 0;
    left: 0;
    z-index: -1;
    transition: all 200ms ease-in;
}
h1 {
	font-weight: 700;
    font-size: 38px;
    line-height: 48px;
    letter-spacing: -2px;
    color: #404040;
}
.row [class*="divide"] {
    clear: both;
}
/*-----------------------------------------------------------------------------------*/
/*	10. TILES
/*-----------------------------------------------------------------------------------*/

.row-offset-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.row-offset-0 > [class*="col-"],
.row-offset-0 .row-same-height > [class*="col-"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.tiles .items:after {
    content: '';
    display: block;
    clear: both;
}
.tiles {
    margin: 0 -40px -40px 0;
}
.tiles .item {
    float: left;
    margin-bottom: 40px !important;
}
.tiles .item {
    height: auto;
}
.tiles .item figure {
    position: relative;
    height: 100%;
    overflow: hidden;
    margin: 0 40px 0 0;
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 0 5px rgba(0,0,0,0.2);
	box-shadow: 0 0 5px rgba(0,0,0,0.2);
}
.tiles .item figure img {
    position: relative;
    width: 100%;
    max-width: 100%;
}
/*-----------------------------------------------------------------------------------*/
/*	10. THUMBNAIL OVERLAY
/*-----------------------------------------------------------------------------------*/

figure {
    display: block;
    overflow: hidden;
    position: relative;
}
figure img {
    display: inline;
    width: 100%;
}
figure img.img-auto {
    width: auto;
}
.overlay a .over {
    opacity: 0;
    height: 100%;
    position: absolute;
    text-decoration: none;
    width: 100%;
    max-width: 100%;
    z-index: 99;
    top: 0;
    left: 0;
    background: rgba(30, 30, 30, 0.7);
    overflow: hidden;
    transition: all 0.4s;
}
.overlay a .over span {
    background: #FFF;
    height: 26px;
    position: absolute;
    width: 2px;
    top: 50%;
    left: 50%;
    z-index: 2;
    margin-left: -1px;
    margin-top: -13px;
}
.overlay a .over span:after {
    background: #FFF;
    content: "";
    height: 2px;
    left: -12px;
    position: absolute;
    top: 12px;
    width: 26px;
}
.overlay.small a .over span {
    height: 20px;
    width: 2px;
    margin-top: -10px;
}
.overlay.small a .over span:after {
    height: 2px;
    left: -9px;
    top: 9px;
    width: 20px;
}
.overlay a:hover .over {
    opacity: 1
}
/*-----------------------------------------------------------------------------------*/
/*	07. SERVICES
/*-----------------------------------------------------------------------------------*/

.icon-m {
    font-size: 45px;
    display: inline-block;
}
.box .icon {
    margin-bottom: 20px;
    display: inline-block;
}
.box .icon i {
    color: #404040;
}
.box {
    background: #FFF;
    padding: 50px 40px 45px;
    position: relative;
}
.box p {
    margin: 0;
}
.box:before {
    content: "";
    display: block;
    position: absolute;
    z-index: 2;
    top: 12px;
    left: 12px;
    right: 12px;
    bottom: 12px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    transition: all 200ms ease-in;
    pointer-events: none;
}
.box:hover:before {
    border: 1px solid #80c9a1;
}
/*-----------------------------------------------------------------------------------*/
/* 	27. PARALLAX & VIDEO PARALLAX
/*-----------------------------------------------------------------------------------*/

.parallax {
    background: url(style/images/art/parallax.jpg) fixed no-repeat center center;
    background-size: cover;
    position: relative;
    z-index: 1;
}
.parallax.mobile {
    background-attachment: scroll !important
}
.parallax .inner {
    padding-top: 180px;
    padding-bottom: 180px;
}
.shadow {
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.07);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.07);
  z-index: 4;
  position: relative;
}
/*-----------------------------------------------------------------------------------*/
/*	30. DIVIDERS
/*-----------------------------------------------------------------------------------*/

.divide0 {
    width: 100%;
    height: 0px;
}
.divide2 {
    width: 100%;
    height: 2px;
}
.divide3 {
    width: 100%;
    height: 3px;
}
.divide5 {
    width: 100%;
    height: 5px;
}
.divide10 {
    width: 100%;
    height: 10px;
}
.divide15 {
    width: 100%;
    height: 15px;
}
.divide20 {
    width: 100%;
    height: 20px;
}
.divide25 {
    width: 100%;
    height: 25px;
}
.divide30 {
    width: 100%;
    height: 30px;
}
.divide35 {
    width: 100%;
    height: 35px;
}
.divide40 {
    width: 100%;
    height: 40px;
}
.divide45 {
    width: 100%;
    height: 40px;
}
.divide50 {
    width: 100%;
    height: 50px;
}
.divide55 {
    width: 100%;
    height: 55px;
}
.divide60 {
    width: 100%;
    height: 60px;
}
.divide65 {
    width: 100%;
    height: 65px;
}
.divide70 {
    width: 100%;
    height: 70px;
}
.divide75 {
    width: 100%;
    height: 75px;
}
.divide80 {
    width: 100%;
    height: 80px;
}
.divide85 {
    width: 100%;
    height: 85px;
}
.divide90 {
    width: 100%;
    height: 90px;
}
.divide100 {
    width: 100%;
    height: 100px;
}
.rm0 {
    margin-right: 0px
}
.rm1 {
    margin-right: 1px
}
.rm2 {
    margin-right: 2px
}
.rm5 {
    margin-right: 5px
}
.rm6 {
    margin-right: 6px
}
.rm10 {
    margin-right: 10px
}
.rm15 {
    margin-right: 15px
}
.rm20 {
    margin-right: 20px
}
.rm25 {
    margin-right: 25px
}
.rm30 {
    margin-right: 30px
}
.rm40 {
    margin-right: 40px
}
.rm50 {
    margin-right: 50px
}
.lm0 {
    margin-left: 0px
}
.lm1 {
    margin-left: 1px
}
.lm5 {
    margin-left: 5px
}
.lm7 {
    margin-left: 7px
}
.lm10 {
    margin-left: 10px
}
.lm15 {
    margin-left: 15px
}
.lm20 {
    margin-left: 20px
}
.lm25 {
    margin-left: 25px
}
.lm30 {
    margin-left: 25px
}
.lm40 {
    margin-left: 40px
}
.rp5 {
    padding-right: 5px
}
.rp10 {
    padding-right: 10px
}
.rp15 {
    padding-right: 15px
}
.rp20 {
    padding-right: 20px
}
.rp25 {
    padding-right: 25px
}
.rp30 {
    padding-right: 30px
}
.rp40 {
    padding-right: 40px
}
.rp50 {
    padding-right: 50px
}
.lp0 {
    padding-left: 0px
}
.lp5 {
    padding-left: 5px
}
.lp10 {
    padding-left: 10px
}
.lp15 {
    padding-left: 15px
}
.lp20 {
    padding-left: 20px
}
.lp25 {
    padding-left: 25px
}
.lp30 {
    padding-left: 30px
}
.lp35 {
    padding-left: 35px
}
.lp40 {
    padding-left: 40px
}
.lp50 {
    padding-left: 50px
}
.lp100 {
    padding-left: 100px
}
.tp0 {
    padding-top: 0 !important
}
.tp3 {
    padding-top: 3px
}
.tp5 {
    padding-top: 5px
}
.tp10 {
    padding-top: 10px
}
.tp20 {
    padding-top: 20px
}
.tp25 {
    padding-top: 25px
}
.tp30 {
    padding-top: 30px
}
.tp40 {
    padding-top: 40px
}
.tp50 {
    padding-top: 50px
}
.tp60 {
    padding-top: 60px
}
.tm4 {
    margin-top: 4px
}
.tm5 {
    margin-top: 5px
}
.tm7 {
    margin-top: 7px
}
.tm10 {
    margin-top: 10px
}
.tm15 {
    margin-top: 15px
}
.tm20 {
    margin-top: 20px
}
.tm40 {
    margin-top: 40px
}
.mbm1 {
    margin-bottom: -1px
}
.bp0 {
    padding-bottom: 0 !important
}
.bp10 {
    padding-bottom: 10px !important
}
.bp20 {
    padding-bottom: 20px !important
}
.bm0 {
    margin-bottom: 0 !important
}
.bm5 {
    margin-bottom: 5px !important
}
.bm6 {
    margin-bottom: 6px !important
}
.bm10 {
    margin-bottom: 10px !important
}
.bm15 {
    margin-bottom: 15px !important
}
.bm20 {
    margin-bottom: 20px !important
}
.bm25 {
    margin-bottom: 25px !important
}
.bm30 {
    margin-bottom: 30px !important
}
.bm40 {
    margin-bottom: 40px !important
}
.bm50 {
    margin-bottom: 50px !important
}
.bp50 {
    padding-bottom: 50px !important
}
/*-----------------------------------------------------------------------------------*/
/*	34. RESPONSIVE
/*-----------------------------------------------------------------------------------*/
@media (max-width: 1920px) {
	.page-title {
	    min-height: 700px;
	    padding: 60px 0;
	}
}
@media (max-width: 1440px) {
	.page-title {
	    min-height: 600px;
	    padding: 40px 0;
	}
}
@media (max-width: 1280px) {
	.container-fluid {
	    padding-left: 60px;
	    padding-right: 60px
	}
	.tiles {
	    margin: 0 -30px -30px 0;
	}
	.tiles .item {
	    margin-bottom: 30px !important;
	}
	.tiles .item figure {
	    margin: 0 30px 0 0;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
    .container {
        padding-right: 15px;
        padding-left: 15px;
    }
    .container-fluid {
	    padding-left: 30px !important;
	    padding-right: 30px !important;
	}
}
@media (max-width: 767px) {
	.container,
	.container-fluid {
        padding-right: 20px !important;
        padding-left: 20px !important
    }
    .tiles {
	    margin: 0 -20px -20px 0;
	}
	.tiles .item {
	    margin-bottom: 20px !important;
	}
	.tiles .item figure {
	    margin: 0 20px 0 0;
	}
	.titles h1,
	h1 {
	    font-size: 25px;
	    line-height: 35px;
	}
	.titles .lead {
	    font-size: 20px;
	    line-height: 30px;
	    padding: 0 10px;
	}
	span.hilite:after {
	    height: 7px;
	    bottom: 4px;
	}
	.inner {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.section-title {
	    font-size: 22px;
	    line-height: 26px;
	    margin-bottom: 15px;
	}
	.lead {
		font-size: 18px;
		line-height: 32px;
	}
}
@media (max-width: 468px) {
	.parallax .visible-xs {
		display: none !important;
	}
}