/*
Theme Name: LUNA - Portfolio
Theme URI: http://themeforest.net/user/GuRoN/portfolio
Description: Luna - Creative Portfolio & Agency WordPress Theme
Author: GuRoN
Author URI: http://themeforest.net/user/GuRoN
Version: 1.0.1
Tags: one-column, two-columns, left-sidebar, right-sidebar, custom-menu, full-width-template, rtl-language-support, sticky-post, theme-options, translation-ready
License: 
License URI:
Text Domain: luna-portfolio
Domain Path: /languages
*/

/*
 Table of Contents

1. Typograpgy
2. Menu
3. Blog
4. Media Queries
	4.1 - >= 768px
	4.2 - >= 980px
	4.3 - >= 1200px
	4.4 - >= 1280px


/*------------------------------------------------------------------
[1. Typograpgy]
-------------------------------------------------------------------*/
a:hover,
a:focus {
	text-decoration:none;
	outline:none;
}

body {
	position:relative;
	background-color: #f9f9f9;
	opacity:0;
	overflow-x:hidden;
	-webkit-transition: opacity .6s .1s ease;
    -moz-transition: opacity .6s .1s ease;
    transition: opacity .6s .1s ease;
}
.alert {
	border-radius:0;
	border:none;
}
#preloader {
	position: fixed;
	top:0;
	left:0;
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;
	background-color:#fff;
	width:100%;
	z-index:99999;
}
.spinner {
  width: 200px;
  height: 200px;
  position: relative;
  -moz-animation: spin 5s linear infinite;
  -webkit-animation: spin 5s linear infinite;
          animation: spin 5s linear infinite;
  background: white;
  border-radius: 300px;
}
.spinner .quadrant {
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  mix-blend-mode: lighten;
  opacity: .5;
  z-index: 10;
}
.spinner .quadrant:after {
  content: "";
  color: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
}
.spinner .quadrant:nth-child(1) {
  -moz-animation: slide_horiz_neg 4s linear alternate infinite;
  -webkit-animation: slide_horiz_neg 4s linear alternate infinite;
          animation: slide_horiz_neg 4s linear alternate infinite;
}
.spinner .quadrant:nth-child(1):after {
  background: #7bd4fa;
}
.spinner .quadrant:nth-child(2) {
  -moz-animation: slide_vert_neg 3s linear alternate infinite;
  -webkit-animation: slide_vert_neg 3s linear alternate infinite;
          animation: slide_vert_neg 3s linear alternate infinite;
}
.spinner .quadrant:nth-child(2):after {
  background: #f4d55e;
}
.spinner .quadrant:nth-child(3) {
  -moz-animation: slide_horiz_pos 4.5s linear alternate infinite;
  -webkit-animation: slide_horiz_pos 4.5s linear alternate infinite;
          animation: slide_horiz_pos 4.5s linear alternate infinite;
}
.spinner .quadrant:nth-child(3):after {
  background: #f27f4f;
}
.spinner .quadrant:nth-child(4) {
  -moz-animation: slide_vert_pos 3.5s linear alternate infinite;
  -webkit-animation: slide_vert_pos 3.5s linear alternate infinite;
          animation: slide_vert_pos 3.5s linear alternate infinite;
}
.spinner .quadrant:nth-child(4):after {
  background: #72f87d;
}

@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-moz-keyframes spin {
  to {
    -moz-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes slide_vert_pos {
  0% {
    -webkit-transform: translateY(3%);
            transform: translateY(3%);
  }
  100% {
    -webkit-transform: translateY(5%);
            transform: translateY(5%);
  }
}
@-moz-keyframes slide_vert_pos {
  0% {
    -moz-transform: translateY(3%);
            transform: translateY(3%);
  }
  100% {
    -moz-transform: translateY(5%);
            transform: translateY(5%);
  }
}
@keyframes slide_vert_pos {
  0% {
    -webkit-transform: translateY(3%);
            transform: translateY(3%);
  }
  100% {
    -webkit-transform: translateY(5%);
            transform: translateY(5%);
  }
}
@-webkit-keyframes slide_vert_neg {
  0% {
    -webkit-transform: translateY(-5%);
            transform: translateY(-5%);
  }
  100% {
    -webkit-transform: translateY(-3%);
            transform: translateY(-3%);
  }
}
@-moz-keyframes slide_vert_neg {
  0% {
    -moz-transform: translateY(-5%);
            transform: translateY(-5%);
  }
  100% {
    -moz-transform: translateY(-3%);
            transform: translateY(-3%);
  }
}
@keyframes slide_vert_neg {
  0% {
    -webkit-transform: translateY(-5%);
            transform: translateY(-5%);
  }
  100% {
    -webkit-transform: translateY(-3%);
            transform: translateY(-3%);
  }
}
@-webkit-keyframes slide_horiz_pos {
  0% {
    -webkit-transform: translateX(3%);
            transform: translateX(3%);
  }
  100% {
    -webkit-transform: translateX(5%);
            transform: translateX(5%);
  }
}
@-moz-keyframes slide_horiz_pos {
  0% {
    -moz-transform: translateX(3%);
            transform: translateX(3%);
  }
  100% {
    -moz-transform: translateX(5%);
            transform: translateX(5%);
  }
}
@keyframes slide_horiz_pos {
  0% {
    -webkit-transform: translateX(3%);
            transform: translateX(3%);
  }
  100% {
    -webkit-transform: translateX(5%);
            transform: translateX(5%);
  }
}
@-webkit-keyframes slide_horiz_neg {
  0% {
    -webkit-transform: translateX(-5%);
            transform: translateX(-5%);
  }
  100% {
    -webkit-transform: translateX(-3%);
            transform: translateX(-3%);
  }
}
@-moz-keyframes slide_horiz_neg {
  0% {
    -moz-transform: translateX(-5%);
            transform: translateX(-5%);
  }
  100% {
    -moz-transform: translateX(-3%);
            transform: translateX(-3%);
  }
}
@keyframes slide_horiz_neg {
  0% {
    -webkit-transform: translateX(-5%);
            transform: translateX(-5%);
  }
  100% {
    -webkit-transform: translateX(-3%);
            transform: translateX(-3%);
  }
}

.gr-luna-marg-bot-0 {
	margin-bottom:0 !important;
}

.gr-pagebox-holder {
	position:relative;
}

header.gr-luna-head-abs {
    background-color: white;
	top:0;
	width:100%;
	z-index:9999;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
header.smaller {
	position:fixed;
	top:-100%;
	width:100%;
	z-index:9999;
    transition: opacity 0.5s ease, top 0.5s ease;
}
header.out {
	top:-100%;
	transition: top 1s ease;
}
header.in {
	top:0;
	transition: top 0.5s ease;
}

.gr-luna-alert {
    font-size: 11px;
	color:red;
}

.gr_logo {
	z-index:1;
}
.gr_logo a img {
	width:100%;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
header.smaller .gr_logo a img {
	width:60%;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.gr_line_menu.smaller:before {
	-webkit-transition: background 0.3s ease;
    -moz-transition: background 0.3s ease;
    transition: background 0.3s ease;
}
.gr-menu-icon {
	position: relative;
	display: block;
	width: 30px;
	height: 30px;
	cursor: pointer;
	-webkit-transition: all 0.3s;
			transition: all 0.3s;
}
.gr-menu-icon > span {
	position: absolute;
	top: 50%;
	display: block;
	width: 100%;
	height: 2px;
	background-color: #444;
}
.gr-menu-icon > span:before,
.gr-menu-icon > span:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #444;
	-webkit-transition: all 0.3s;
	        transition: all 0.3s;
}
.gr-menu-icon > span:before {
	-webkit-transform: translateY(-10px);
	        transform: translateY(-10px);
}
.gr-menu-icon > span:after {
  -webkit-transform: translateY(10px);
	        transform: translateY(10px);
}
.gr-menu-icon.open {
  -webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
}
.gr-menu-icon.open > span:before {
  -webkit-transform: rotate(90deg);
	        transform: rotate(90deg);
}
.gr-menu-icon.open > span:after {
  -webkit-transform: rotate(90deg);
	        transform: rotate(90deg);
}
.gr_main_menu nav.gr-open-menu {
	display:block;
}

body.gr-luna-dark header.gr_line_menu.smaller:before {
	background-color:#444;
}
body.gr-luna-light header.gr_line_menu.smaller:before {
	background-color:#f9f9f9;
}

header.gr_header_transp:not(.smaller) {
	background-color:transparent;
}

.gr-header-holder {
	display:flex;
	flex-direction:row;
	align-items: center;
	justify-content:space-between;
	-moz-justify-content:space-between;
	padding:30px;
}
header.smaller .gr-header-holder {
	padding:0 30px;
	transition:padding .3s ease;
}
.gr-header-color {
	position:relative;
}
.gr-header-color:before {
	content:"";
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color: #f9f9f9;
	opacity: 0;
	transition:all .3s ease-in-out;
}
.smaller .gr-header-color:before {
	opacity: 1;
}

.gr-video-title-holder {
	text-align:center;
}
.gr-video-title-holder .gr-video-title {
	color:#fff;
	font-size:70px;
	font-weight:800;
	line-height:70px;
	text-align:center;
	margin:0;
	padding:10px 0;
}
.gr-video-title-holder div {
	color:#fff;
	font-sixe:13px;
	line-height:20px;
	font-weight:300;
	letter-spacing:4px;
	text-transform:uppercase;
}
.gr-video-btn {
	display: inline-block;
	border:1px solid #fff;
	color:#fff;
	padding: 10px 30px;
	letter-spacing:4px;
	font-size:12px;
	line-height:14px;
	text-transform:uppercase;
	margin-top:30px;
	-webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
.gr-video-btn:hover {
	background-color:#fff;
	color:#444;
	-webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}

.gr-text-holder {
	margin-bottom:60px;
}
.gr-text-holder-container {
	padding:80px 60px;
}

.gr_background_slideshow {
	position: fixed;
    width: 100%;
    height: 100%;
    left: 0px;
    z-index: -1;
}
.gr_main_descr_holder {
	position:absolute;
	bottom:20px;
	right:30px;
	font-size:32px;
	font-weight:600;
	color:#fff;
	width:40%;
	text-align:right;
	line-height:42px;
}

.gr_main_title {
	font-size: 55px;
    line-height: 65px;
    font-weight: 800;
}
.gr_main_descr,
.gr_main_title {
	opacity:0;
	transform:translateY(-30px);
}
.gr_main_descr.gr_ani_title,
.gr_main_title.gr_ani_title {
	opacity:1;
	transform:translateY(0);
	transition:all .5s ease;
}
.gr_main_title.gr_ani_title {
	transition:all .5s .2s ease;
}
.gr_main_descr p {
	background-color:rgba(0,0,0,0.6);
	padding:0 8px;
	margin-bottom:10px;
	float:right;
	white-space:nowrap;
}
.gr_main_descr span {
	color:#03c9a9;
}

.gr_social_holder {
	position:absolute;
	bottom:0;
	left:0;
	padding:10px 30px;
	z-index:10;
	background-color:rgba(0,0,0,0.6);
}
.gr_social_holder a {
	display:inline-block;
	color:#fff;
	font-size:10px;
	text-transform:uppercase;
	margin-right:10px;
}
.gr_social_holder a,
.gr_social_holder a:hover,
.gr_footer_social_holder a:hover {
	-webkit-transition: color 0.3s ease;
	-moz-transition: color 0.3s ease;
	transition: color 0.3s ease;
}

.gr-luna-title-holder {
	position:relative;
    padding: 30px 0;
	margin-bottom:50px;
	z-index:1;
	transform:translateY(20%);
	opacity:0;
}
.gr-luna-title-holder h1 {
	margin:0;
	-moz-transition:color .3s ease .5s;
	-webkit-transition:color .3s ease .5s;
	transition:color .3s ease .5s;
}
.gr-luna-title-holder.gr-luna-page-load {
	opacity:1;
	-moz-transition:all .3s ease .5s;
	-webkit-transition:all .3s ease .5s;
	transition:all .3s ease .5s;
	transform:translateY(0);
}
.gr-luna-date-title {
	letter-spacing: 1px;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
	color:#999;
	-moz-transition:color .3s ease .5s;
	-webkit-transition:color .3s ease .5s;
	transition:color .3s ease .5s;
}
.gr-luna-title-holder .gr_sub_legend {
	-moz-transition:color .3s ease .5s;
	-webkit-transition:color .3s ease .5s;
	transition:color .3s ease .5s;
}
.gr-luna-cat-title {
	color:#eaeaea;
}
.gr-luna-cat-title a {
	font-size: 11px;
    font-weight: 600;
    letter-spacing: 1px;
    text-indent: -1px;
    text-transform: uppercase;
}

.gr-luna-text-color {
	padding:4px 8px;
	color:#fff;
}
.gr-luna-top-page-title,
.gr-luna-top-post-title {
	margin-bottom:60px;
	padding:0 60px;
	background-color:#fff;
	overflow:hidden;
}

.gr-luna-page-title-head-bg-color {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.gr-luna-top-post-title .gr-luna-page-background {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.gr-luna-top-post-title .gr-luna-page-background.gr-luna-fixed {
	background-attachment:fixed;
}

.gr-luna-page-back-half .gr-luna-title-holder,
.gr-luna-page-back-big .gr-luna-title-holder {
	display:inline-block;
	padding:40px 80px;
	margin:0;
	max-width:80%;
}
.gr-luna-page-back-full .gr-luna-title-holder {
	display:inline-block;
	padding:70px 100px;
	margin:0;
}
.gr-luna-title-holder.background--light {
	background-color:rgba(0,0,0,.8) !important;
}
.gr-luna-title-holder.background--dark {
	background-color:rgba(255,255,255,.9) !important;
}
.gr-luna-title-holder.background--light .gr-luna-page-title,
.gr-luna-title-holder.background--light .gr-luna-post-title,
.gr-luna-title-holder.background--light .gr-luna-date-title,
.gr-luna-title-holder.background--light .gr_sub_legend {
	color:#fff !important;
}
.gr-luna-title-holder.background--dark .gr-luna-page-title,
.gr-luna-title-holder.background--dark .gr-luna-post-title,
.gr-luna-title-holder.background--dark .gr-luna-date-title,
.gr-luna-title-holder.background--dark .gr_sub_legend {
	color:#222 !important;
}
.gr-luna-top-post-title.gr-luna-page-back-full,
.gr-luna-top-post-title.gr-luna-page-back-half,
.gr-luna-top-post-title.gr-luna-page-back-big {
	position:relative;
	display:flex;
	flex-direction:column;
}
.gr-luna-page-back-half .gr-luna-left-arrow,
.gr-luna-page-back-half .gr-luna-right-arrow,
.gr-luna-page-back-big .gr-luna-left-arrow,
.gr-luna-page-back-big .gr-luna-right-arrow {
	content:'';
	display:block;
	position:absolute;
	bottom:0;
	width:50%;
	height:30px;
	z-index:999;
}
.gr-luna-no-arrow.gr-luna-page-back-half .gr-luna-left-arrow,
.gr-luna-no-arrow.gr-luna-page-back-half .gr-luna-right-arrow,
.gr-luna-no-arrow.gr-luna-page-back-big .gr-luna-left-arrow,
.gr-luna-no-arrow.gr-luna-page-back-big .gr-luna-right-arrow {
	display:none;
}
.gr-luna-page-back-half .gr-luna-left-arrow,
.gr-luna-page-back-big .gr-luna-left-arrow {
	left:-26px;
	transform:skewX(60deg);
}
.gr-luna-page-back-half .gr-luna-right-arrow,
.gr-luna-page-back-big .gr-luna-right-arrow {
	right:-26px;
	transform:skewX(-60deg);
}
.gr-luna-top-post-title.gr-luna-bottom-left,
.gr-luna-top-post-title.gr-luna-bottom-center,
.gr-luna-top-post-title.gr-luna-bottom-right {
	justify-content:flex-end;
}
.gr-luna-top-post-title.gr-luna-center-left,
.gr-luna-top-post-title.gr-luna-center-center,
.gr-luna-top-post-title.gr-luna-center-right {
	justify-content: center;
}
.gr-luna-center-center,
.gr-luna-bottom-center {
	align-items:center;
	text-align:center;
}
.gr-luna-center-left,
.gr-luna-bottom-left {
	align-items: flex-start;
}
.gr-luna-bottom-right,
.gr-luna-center-right {
	align-items: flex-end;
}
.gr-luna-bottom-right .gr-luna-title-holder,
.gr-luna-bottom-left .gr-luna-title-holder,
.gr-luna-center-left .gr-luna-title-holder,
.gr-luna-center-right .gr-luna-title-holder {
	margin-bottom:100px;
	max-width:45%;
}
.gr-luna-bottom-center .gr-luna-title-holder {
	margin-bottom:100px;
}
.gr-luna-bottom-right .gr-luna-title-holder,
.gr-luna-center-right .gr-luna-title-holder,
.gr-luna-bottom-left .gr-luna-title-holder,
.gr-luna-center-left .gr-luna-title-holder {
	padding:30px 80px;
}
.gr-luna-title-holder.gr-luna-descr-center h1,
.gr-luna-title-holder.gr-luna-descr-center {
	text-align:center;
}
.gr-luna-title-holder.gr-luna-descr-left h1,
.gr-luna-title-holder.gr-luna-descr-left {
	text-align:left;
}
.gr-luna-title-holder.gr-luna-descr-right h1,
.gr-luna-title-holder.gr-luna-descr-right {
	text-align:right;
}

.gr-luna-top-post-title .gr-luna-post-icon {
	display: inline-block;
    position: absolute;
    bottom: 25px;
    left: calc(50% - 15px);
    cursor: pointer;
    width: 30px;
    height: 30px;
	z-index:999;
    border-right: 1px solid #444;
    border-bottom: 1px solid #444;
	-moz-transform: rotate(36deg) skew(-20deg);
	-webkit-transform: rotate(36deg) skew(-20deg);
    transform: rotate(36deg) skew(-20deg);
}

.gr-luna-post-icon.background--light {
	border-right: 2px solid #000 !important;
    border-bottom: 2px solid #000 !important;
}
.gr-luna-post-icon.background--dark {
	border-right: 2px solid #eaeaea !important;
    border-bottom: 2px solid #eaeaea !important;
}
.gr-luna-post-icon.background--complex {
	border-right: 2px solid #fff !important;
    border-bottom: 2px solid #fff !important;
}

.gr-luna-tagline {
	padding:80px 20px;
}
.gr-luna-tagline-head {
	font-size: 48px;
	color: #444444;
	margin:0;
	line-height: 60px;
	text-align: center;
	font-family:Roboto;
	font-weight:100;
	font-style:normal;
	word-spacing:30px;
}

.gr-luna-pg {
	padding:30px 0;
}
.gr-luna-pg .gr-luna-pg-single {
	display:flex;
	flex-direction:row;
	justify-content:flex-start;
}
.gr-luna-pg .pagination {
	margin:0;
}
.gr-luna-pg h2.screen-reader-text {
	display:none;
	visibility:hidden;
}
.gr-luna-pg .page-numbers,
.gr-luna-pg .gr-luna-number-page-title {
	position:relative;
	color:#999;
	display:inline-block;
	text-align:center;
	float:left;
	margin-right:2px;
	transition:all .3s ease;
	-moz-transition:all .3s ease;
	-webkit-transition:all .3s ease;
}
.gr-luna-pg .page-numbers:before {
	content:'';
	display:block;
	position:absolute;
	width:100%;
	height:0;
	left:0;
	bottom:0;
	z-index:-1;
	background-color:#dcdcdc;
	transition:all .3s ease;
}
.gr-luna-pg .page-numbers.current {
	color:#fff;
}
.gr-luna-pg .page-numbers.current:hover {
	color:#fff !important;
}
.gr-luna-pg .page-numbers:hover {
	color:#000 !important;
	transition:all .3s ease;
	-moz-transition:all .3s ease;
	-webkit-transition:all .3s ease;
}
.gr-luna-pg .page-numbers:hover:before {
	height:100%;
	transition:all .3s ease;
}
.gr-luna-pg .page-numbers.next,
.gr-luna-pg .page-numbers.prev {
	border:none;
}

.comment-navigation {
	margin-bottom:20px;
	display: flex;
    justify-content: space-between;
}
.comment-navigation .screen-reader-text {
	display:none;
}
.comment-navigation .nav-previous a,
.comment-navigation .nav-next a {
	color: #999;
    text-transform: uppercase;
    font-weight: 100;
    font-size: 14px;
}

.gr_image_author_back {
	background-position:center center;
	background-size: cover !important;
	position:relative;
	height:200px;
	margin-bottom:90px;
}
.gr_image_author_back .gr_image_author {
	position:absolute;
	bottom:-75px;
	left:50%;
	width:150px;
	height:150px;
	background-position:center center;
	background-size: cover !important;
	margin-left:-75px;
}
.gr_image_author_back .gr_image_author {
	border:5px solid #fbfbfb;
}
.gr_image_author {
    max-width: 80%;
	margin:0 auto;
    height: auto;
    margin-bottom: 10px;
}
.gr_image_author.gr_round_img {
    border-radius: 50%;
}
.gr_about_text {
    font-size: 18px;
    text-align: center;
	font-weight:300;
}

.gr-luna-blog-sider {
	padding-right:40px;
}
.gr-luna-widget-area {
	padding-left:40px;
}

footer {
	padding: 20px;
	margin-top: 0;
	background-color: #333333;
}
footer, footer a {
	color: #ffffff;
}

footer.gr-luna-footer-abs {
	position:absolute;
	left:0;
	right:0;
	bottom:0;
}
footer .gr_social_holder a,
footer .gr_copyright,
.gr_footer_widget .gr-luna-widget {
	font-size:14px;
}

.gr-luna-widget {
	margin-bottom:30px;
}
.gr-luna-widget ul {
	margin:0;
	padding:0;
	list-style:none;
}
.gr-luna-widget ul > li {
	font-size:12px;
	line-height:22px;
	padding:15px 15px 20px;
	border-bottom:1px solid #dcdcdc;
	text-align: left;
}
.gr-luna-widget ul > li:last-child {
	border:none;
}
.gr-luna-widget ul > li > a {
	display: inline-block;
	line-height:15px;
	color:#fff;
	padding: 0 0 0px 0px;
}
.gr-luna-widget ul > li > .post-date {
	display:block;
	font-size:13px;
	line-height:13px;
	margin-top:5px;
}

.gr-luna-widget-area .gr-luna-widget-title {
	position:relative;
	font-size:18px;
	font-weight:400;
	letter-spacing:1px;
	text-transform:uppercase;
	text-align:left;
	padding-left:30px;
	margin-bottom:15px;
}
.gr-luna-widget-area .gr-luna-widget-title:before {
	content:'';
	position:absolute;
	top:11px;
	left:0;
	width:100%;
	height:1px;
	background-color:#03C9A9;
	z-index:-1;
}
.gr-luna-widget-area .gr-luna-widget-title span {
	display:inline-block;
	background-color:#F9F9F9;
	padding:0 10px;
}
.gr-luna-widget-area .gr-luna-widget ul > li > a {
	position:relative;
    color:#000;
    font-weight: 300;
    line-height: 15px;
}
.gr-luna-widget-area .gr-luna-widget ul li:after {
	content:"";
	display:block;
	position:absolute;
	bottom:0;
	right:0;
	width:0;
	height:100%;
	background-color:#03c9a9;
	transition:width .3s  ease-in-out;
}
.gr-luna-widget-area .gr-luna-widget ul li:hover:after {
	width:3px;
	transition:width .3s ease;
}
.gr-luna-widget-area .gr-luna-widget ul > li > .post-date {
	display: block;
    font-size: 13px;
    line-height: 13px;
    margin-top: 5px;
    color: #999;
}
.gr-luna-widget-area .gr-luna-widget ul li {
	padding:10px 15px;
	background-color: #fff;
	border-bottom: 1px solid #F9F9F9;
	position:relative;
}
.gr-luna-widget-area .gr-luna-widget ul li > ul > li {
	padding:5px 15px;
}
.gr-luna-widget select {
	width: 100%;
	font-size:13px;
    padding: 10px;
    border-color: #eaeaea;
	outline:none;
}
.gr-luna-widget .screen-reader-text {
	display:none;
}

.gr-luna-widget ul > li.cat-item,
.gr-luna-widget ul.menu li.menu-item
.gr-luna-widget ul > li.page_item {
	position:relative;
}
.gr-luna-widget ul > li.cat-item .gr-luna-down-arr,
.gr-luna-widget ul.menu > li.menu-item .gr-luna-down-arr,
.gr-luna-widget ul > li.page_item .gr-luna-down-arr {
	float:right;
	color:#999;
	cursor:pointer;
}
.gr-luna-widget li.par > .gr-luna-down-arr,
.gr-luna-widget li.par > .gr-luna-down-arr,
.gr-luna-widget li.par > .gr-luna-down-arr {
	transform:rotate(180deg);
	transition:transform .3s ease;
}
.gr-luna-widget li.par > .gr-luna-down-arr i,
.gr-luna-widget li.par > .gr-luna-down-arr i,
.gr-luna-widget li.par > .gr-luna-down-arr i {
	color:#444;
	transition:color .3s ease;
}
.gr-luna-widget ul > li.cat-item > ul.children,
.gr-luna-widget ul.menu li.menu-item ul.sub-menu,
.gr-luna-widget ul > li.page_item > ul.children {
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:calc(100% - 15px);
	margin-left:15px;
	z-index:5;
}
.gr-luna-widget ul > li.cat-item > .gr-luna-cat-count {
    float: right;
    display: inline-block;
    text-align: center;
    font-size: 12px;
    line-height: 22px;
    font-weight: 400;
    margin-left: 10px;
}

.gr-luna-widget .rsswidget,
.gr-luna-widget .rss-widget-icon {
	display:inline-block;
	position:relative;
	font-size:18px;
	font-weight:400;
	text-transform:uppercase;
	text-align:left;
}
.gr-luna-widget ul > li > a.rsswidget {
	font-weight:400;
	font-size:14px;
}
.gr-luna-widget .rss-date {
	font-size:13px;
	display:block;
	color:#999;
	border-bottom:1px dotted #03C9A9;
	padding-bottom:8px;
	margin-bottom:10px;
}

.gr-luna-pwr-form div,
.gr-luna-widget .searchform div {
	display:flex;
	flex-direction:row;
	justify-content:flex-start;
}

.gr-luna-pwr-form span {
	color: #999;
    font-size: 13px;
	display:inline-block;
	margin-bottom:15px;
}
.gr-luna-pwr-form {
	text-align:center;
}
.gr-luna-pwr-form form {
    text-align: center;
    padding:60px;
    border: 1px solid #eaeaea;
    display: inline-block;
    background-color: #f9f9f9;
}
.gr-luna-pwr-form .gr-luna-pwr-submit,
.gr-luna-pwr-form .gr-luna-pwr-input,
.gr-luna-widget .searchform input#s,
.gr-luna-widget .searchform input#searchsubmit {
	font-size:13px;
	line-height:13px;
	padding:10px;
	border:1px solid #dcdcdc;
	transition: all .3s ease;
}
.gr-luna-pwr-form .gr-luna-pwr-submit {
	-webkit-padding:11px;
}
.gr-luna-pwr-form .gr-luna-pwr-input,
.gr-luna-widget .searchform input#s {
	position: relative;
	width:70%;
}
.gr-luna-pwr-form .gr-luna-pwr-submit:focus,
.gr-luna-pwr-form .gr-luna-pwr-input:focus,
.gr-luna-widget .searchform input#s:focus {
	outline:none !important;
}
.gr-luna-pwr-form .gr-luna-pwr-submit,
.gr-luna-widget .searchform input#searchsubmit {
	background-color:#dcdcdc;
	text-transform:uppercase;
	width:30%;	
}
.gr-luna-pwr-form .gr-luna-pwr-submit:hover,
.gr-luna-widget .searchform input#searchsubmit:hover {
	border:1px solid #03C9A9;
	background-color:#03C9A9;
	color:#fff;
	transition: all .3s ease;
}

.gr-luna-widget .tagcloud {
	display:flex;
	flex-wrap:wrap;
	flex-direction:row;
	justify-content:space-between;
}
.gr-luna-widget .tagcloud a {
	display:block;
	line-height:none;
	margin-bottom:5px;
	background-color:#fff;
	color:#444;
	border:1px solid #eaeaea;
	padding:0 10px;
}

.gr-luna-widget #recentcomments .comment-author-link {
	position:relative;
	padding-left:20px;
	font-weight:400;
}
.gr-luna-widget #recentcomments .comment-author-link:before {
	font-family: 'FontAwesome';
	content:'\f0e5';
	line-height:14px;
	display:block;
	position:absolute;
	top:0;
	left:0;
	color:#03C9A9;
}

.gr_footer_widget {
	background-color: #444444;
	padding: 60px 30px;
}
.gr_footer_widget,
.gr_footer_widget a {
	color: #cccccc;
}
.gr_footer_widget .gr-luna-widget {
	margin-bottom:0;
}
.gr_footer_widget .gr-luna-widget-title {
	font-family: Roboto;
	text-align: center;
	text-transform: uppercase;
	line-height: 18px;
	letter-spacing: 2px;
	font-weight: 400;
	font-style: normal;
	color: #fff;
	font-size: 18px;
	margin:0;
	margin-bottom: 25px;
}
.gr_footer_widget .gr-luna-widget ul li {
	padding:10px;
}
.gr_footer_widget .wpcf7 p {
	font-size:12px;
	margin-bottom:10px;
}
.wpcf7 .wpcf7-form-control-wrap input,
.wpcf7 .wpcf7-form-control-wrap textarea {
	border-width:1px;
	border-style:solid;
	border-color:transparent;
	background-color:#f5f5f5;
	margin-bottom:15px;
	color:#000;
	font-size:13px;
	width:100%;
	padding:2px 6px;
	outline:none !important;
	transition:border .3s ease;
	-webkit-transition:border .3s ease;
	-moz-transition:border .3s ease;
}
.gr_footer_widget .wpcf7 .wpcf7-form-control-wrap input,
.gr_footer_widget .wpcf7 .wpcf7-form-control-wrap textarea {
	border:1px solid #666;
	background-color:rgba(0,0,0,0.3);
	color:#eaeaea;
	font-size:13px;
	width:100%;
	padding:2px 6px;
	outline:none !important;
	transition:border .3s ease;
	-webkit-transition:border .3s ease;
	-moz-transition:border .3s ease;
}
.wpcf7 .wpcf7-form-control-wrap input:active,
.wpcf7 .wpcf7-form-control-wrap input:focus,
.wpcf7 .wpcf7-form-control-wrap textarea:focus {
	outline:none !important;
	border-width:1px;
	border-style:solid;
	background-color:transparent;
	transition:all .3s ease;
	-webkit-transition:all .3s ease;
	-moz-transition:all .3s ease;
}
.wpcf7 .wpcf7-form-control-wrap .wpcf7-textarea {
	height:150px;
}
.wpcf7 .wpcf7-submit {
	vertical-align: middle;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 300;
    color: #444;
    font-size: 13px;
	letter-spacing:1px;
    padding: 5px 20px;
	outline:none;
    border: none;
    background-color: #f3f3f3;
	-webkit-transition:all .3s ease;
	-moz-transition:all .3s ease;
	transition:all .3s ease;
}
.wpcf7 .wpcf7-submit:hover {
	color:#fff;
	-webkit-transition:all .3s ease;
	-moz-transition:all .3s ease;
	transition:all .3s ease;
}
.gr_footer_widget .wpcf7 span.wpcf7-not-valid-tip {
	font-size:11px;
	color:#FF5A55;
}
.wpcf7 .wpcf7-validation-errors {
	border: 1px solid #FF5A55;
    background-color: rgba(255,90,85,0.1);
    font-size: 12px;
}

.gr-luna-related-posts {
	margin:0;
	padding:0;
}
.gr-luna-rel-post-holder {
	display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
	margin-bottom:20px;
	border:none !important;
	padding:0 !important;
}
.gr-luna-img-rel-post {
	display: block;
	position:relative;
    width: 100px;
    height: 70px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    float: left;
	margin-right:20px;
}
.gr-luna-content-rel-post {
	text-align:left;
}
.gr-luna-date-rel-post {
	font-size:13px;
	line-height:23px;
}
.gr-luna-content-rel-post h6 {
	color:#fff;
	font-size:15px;
	margin:0;
}

.comment,
.comment ul.children {
	list-style:none;
	padding:0;
	margin:0;
}
.comment-body {
	background-color:#fff;
	margin:20px 0;
	padding:40px;
	display: flex;
    flex-direction: row;
    justify-content: flex-start;
}
.comment-list li:last-child .comment-body {
}
.gr-luna-comment-header {
	padding:0;
	margin:0;
}
.gr-luna-comment-holder {
	width:100%;
}
.gr-luna-comment-avatar {
	margin-right:20px;
}
.gr-luna-comment-author {
	font-size:14px;
	line-height:16px;
	font-weight:600;
}
.gr-luna-comment-data {
	font-size:12px;
	line-height:16px;
	margin-left:15px;
	color:#999;
	letter-spacing:1px;
}
.gr-luna-comment-edit,
.gr-luna-comment-logout {
	font-size:13px;
	letter-spacing:1px;
}
.gr-luna-comment-logout {
	line-height:28px;
}
.gr-luna-comment-edit {
	line-height:16px;
}
.gr-luna-comment-text {
	margin:20px 0;
}
.gr-luna-comment-text p:last-child {
	margin:0;
	padding:0;
}
.comment-reply-link {
	display: inline-block;
    font-size: 11px;
    letter-spacing: 1px;
    line-height: 13px;
    padding: 5px 15px;
    font-weight: 400;
    text-transform: uppercase;
    background-color: #F9F9F9;
	border:1px solid #fff;
    color: #444;
	transition:all .3s ease;
}
.comment-reply-link:hover {
	background-color:#fff;
	border:1px solid #03c9a9 ;
	transition:all .3s ease;
}
.comment ul.children {
	position:relative;
	padding-left:40px;
}
.comment ul.children:after {
	content:'';
	display:block;
	position:absolute;
	top:-20px;
	left:20px;
	width:20px;
	height:70px;
	border-left:1px dashed #ccc;
	border-bottom:1px dashed #ccc;
}


.comments-area {
	position:relative;
}
.comment-reply-title a:not(.gr-luna-comment-cancel) {
	color:#999;
}
.gr-luna-comment-cancel a {
    font-size: 13px;
    letter-spacing: 1px;
	text-transform:lowercase;
}
.comment-form-comment {
	height:60px;
	height:6rem;
}
.comment-reply-title {
	margin:0;
}
.comment-notes {
	font-size:12px;
	margin-bottom:20px;
}
.comment-form {
	background-color:#fff;
	padding:30px 40px;
}
.comment-form p:last-child {
	margin:0;
}
.comment-form-author,
.comment-form-email,
.comment-form-url,
.form-submit {
	display:none;
}
.comment-form-author label,
.comment-form-email label,
.comment-form-url label,
.comment-form-comment label {
	font-weight:300;
	display:block;
}
.comment-form-author input,
.comment-form-email input,
.comment-form-url input,
.comment-form-comment {
	width: 100%;
    padding: 5px 10px;
    font-size: 12px;
	line-height:20px;
	border:1px solid #ccc;
    outline: none;
	letter-spacing:1px;
	transition:border .3s ease;
	-webkit-transition:border .3s ease;
	-moz-transition:border .3s ease;
}
.comment-form-author input:focus,
.comment-form-email input:focus,
.comment-form-url input:focus,
.comment-form-comment:focus {
	border-width:1px;
	border-style:solid;
	transition:border .3s ease;
	-webkit-transition:border .3s ease;
	-moz-transition:border .3s ease;
}
.comment-form-comment {
	width:100%;
}
.comment-respond {
	margin-bottom:60px;
}

.form-submit .submit {
	position: relative;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
	display: block;
    text-transform: uppercase;
    font-weight: 300;
    color: #fff;
    font-size: 12px;
	padding:5px 20px;
	border-width:1px;
	border-style:solid;
}
.form-submit .submit:before {
	content:"";
	display: block;
	position:absolute;
	width: 0;
    height: 100%;
    top: 0;
    left: 0;
	z-index: -1;
    opacity: 0;
	transition:width .3s ease;
	-webkit-transition:width .3s ease;
	-moz-transition:width .3s ease;
}
.form-submit .submit:hover:before {
	width:100%;
	opacity:1;
	transition:width .8s ease;
	-webkit-transition:width .8s ease;
	-moz-transition:width .8s ease;
}

.wp-caption {}
.wp-caption-text {}
.gallery-caption {}
.bypostauthor {}
.alignright {
	float:right;
	margin: 10px 0 10px 15px;
}
.alignleft {
	float:left;
	margin: 10px 15px 10px 0;
}
.aligncenter,
.aligncenter img {
	text-align:center;
	margin:0 auto;
}
.screen-reader-text {}
.sticky {}

/*------------------------------------------------------------------
[ Gallery]
-------------------------------------------------------------------*/
.gr-luna-gallery {
	list-style:none;
	margin:0 -10px;
	padding:0;
}
.gr-luna-gallery > li {
	position:relative;
	display:inline-block;
	padding:0 10px;
	margin-bottom:20px;
}
.gr-luna-gallery .gallery-caption {
	position:absolute;
	top:50%;
	left:50%;
	font-weight:400;
	color:#444;
	transform:translate(-50%,-10%);
	z-index:10;
	opacity:0;
	-moz-transition:all .2s ease-out;
	-webkit-transition:all .2s ease-out;
	transition:all .2s ease-out;
}
.gr-luna-gallery .gallery-item:hover .gallery-caption {
	transform:translate(-50%,-50%);
	opacity:1;
	-moz-transition:all .2s ease-in;
	-webkit-transition:all .2s ease-in;
	transition:all .2s ease-in;
}
.gr-luna-gallery .gallery-icon {
	position:relative;
	display:block;
}
.gr-luna-gallery .gallery-item .gallery-icon:after {
	content:'';
	display:block;
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color: transparent;
	-moz-transition:all .3s ease;
	-webkit-transition:all .3s ease;
	transition:all .3s ease;
}
.gr-luna-gallery .gallery-item:hover .gallery-icon:after {
	top:10px;
	left:10px;
	width:calc(100% - 20px);
	height:calc(100% - 20px);
	background-color:rgba(255,255,255,0.9);
	-moz-transition:all .3s ease;
	-webkit-transition:all .3s ease;
	transition:all .3s ease;
}
.gallery-columns-2 .gallery-item:nth-child(2n+2),
.gallery-columns-3 .gallery-item:nth-child(3n+3),
.gallery-columns-4 .gallery-item:nth-child(4n+4),
.gallery-columns-5 .gallery-item:nth-child(5n+5),
.gallery-columns-6 .gallery-item:nth-child(6n+6),
.gallery-columns-7 .gallery-item:nth-child(7n+7),
.gallery-columns-8 .gallery-item:nth-child(8n+8),
.gallery-columns-9 .gallery-item:nth-child(9n+9) {
	margin-right:0 !important;
}


/*------------------------------------------------------------------
[2. Menu]
-------------------------------------------------------------------*/

.gr_header_menu,
.gr_header_menu ul,
.gr_add_menu,
.gr_add_menu ul {

	margin:0;
	padding:0;
	list-style:none;
	text-align:center;
}
.gr_add_menu,
.gr_add_menu ul {
	text-align:right;
}
.gr_header_menu > li,
.gr_add_menu > li {
	display: inline-block;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
}
.gr_header_menu > li {
	padding:20px 10px;
	position:relative;
	float:left;
}
.gr_social_holder .gr_add_menu > li {
	margin-right:0;
}
.gr_footer_social_holder .gr_add_menu > li {
	margin-right:15px;
}
.gr_header_menu > li:last-child,
.gr_add_menu > li:last-child {
	margin-right:0;
}
.gr_header_menu > li > a {
	position:relative;
	display:block;
	vertical-align: middle;
	text-align:center;
	text-transform:uppercase;
	color:#444;
	font-size:14px;
	font-weight:400;
	white-space:nowrap;
	overflow:hidden;
}
.gr-luna-dark-menu .gr_header_menu li a,
.background--light .gr_header_menu li a,
.gr-luna-dark-menu .gr-mobile .gr_header_menu li a,
.background--light .gr-mobile .gr_header_menu li a {
	color:#444;
}
.gr-luna-light-menu .gr_header_menu li a,
.background--dark .gr_header_menu li a,
.gr-luna-light-menu .gr-mobile .gr_header_menu li a,
.background--dark .gr-mobile .gr_header_menu li a {
	color:#fff;
}
.gr_header_menu > li > ul,
.gr_header_menu > li > ul > li > ul {
	position:absolute;
	opacity:0;
	display:none;
	min-width:100px;
	padding:10px 0;
	background-color:#444;
	z-index:999;
}
.gr_header_menu .gr-menu-holder > li > ul,
.gr_header_menu .gr-menu-holder > li > ul > li > ul {
	position:relative;
}

.gr_header_menu > li > ul > li > ul {
	left:120%;
	top:-10px;
}
.gr_header_menu > li > ul {
	top:120%;
	left:0;
}
.gr_header_menu > li > ul > li.menu-item-has-children > a {
	position:relative;
}
.gr_header_menu > li > ul > li.menu-item-has-children > a:after {
	font-family: 'FontAwesome';
	content:'\f105';
	display:block;
	position:absolute;
	top:50%;
	right:5px;
	font-size:12px;
	line-height:12px;
	transform:translateY(-50%);
	transition:right .3s ease;
	-webkit-ttransition:right .3s ease;
	-moz-transition:right .3s ease;
}
.gr_header_menu > li > ul > li.menu-item-has-children:hover > a:after {
	right:0;
	transition:right .3s ease;
	-webkit-ttransition:right .3s ease;
	-moz-transition:right .3s ease;
}
.gr-luna-light-menu .gr_header_menu > li:hover,
.gr-luna-dark-menu .gr_header_menu > li:hover,
.gr-luna-light-menu .gr_header_menu > li:hover > a,
.gr-luna-dark-menu .gr_header_menu > li:hover > a,
.gr-luna-light-menu .gr_header_menu > li:hover > ul,
.gr-luna-dark-menu .gr_header_menu > li:hover > ul,
.gr-luna-light-menu .gr_header_menu > li:hover > ul > li > a,
.gr-luna-dark-menu .gr_header_menu > li:hover > ul > li > a,
.background--light .gr_header_menu > li:hover,
.background--dark .gr_header_menu > li:hover,
.background--light .gr_header_menu > li:hover > a,
.background--dark .gr_header_menu > li:hover > a,
.background--light .gr_header_menu > li:hover > ul,
.background--dark .gr_header_menu > li:hover > ul,
.background--light .gr_header_menu > li:hover > ul > li > a,
.background--dark .gr_header_menu > li:hover > ul > li > a,
.gr_header_menu > li:hover,
.gr_header_menu > li:hover > ul > li > a,
.gr_header_menu > li:hover > ul > li > a:hover,
.gr_header_menu > li:hover > ul > li > ul > li > a:hover {
	transition:color .3s ease, background .3s ease;
	-webkit-transition:color .3s ease, background .3s ease;
	-moz-transition:color .3s ease, background .3s ease;
}

.gr_header_menu > li:last-child > ul {
	right:0;
}
.gr_header_menu > li:hover {
	background-color:#444;
}
.gr-luna-dark-menu .gr_header_menu > li:hover,
.background--light .gr_header_menu > li:hover {
	background-color:#444;
}
.gr-luna-light-menu .gr_header_menu > li:hover,
.background--dark .gr_header_menu > li:hover {
	background-color:#fff;
}
.gr-luna-dark-menu .gr_header_menu > li:hover > a,
.background--light .gr_header_menu > li:hover > a,
.gr-luna-dark-menu .gr_header_menu > li > ul > li.menu-item-has-children > a:after,
.background--light .gr_header_menu > li > ul > li.menu-item-has-children > a:after {
	color:#fff;
}
.gr-luna-light-menu .gr_header_menu > li:hover > a,
.background--dark .gr_header_menu > li:hover > a,
.gr-luna-light-menu .gr_header_menu > li > ul > li.menu-item-has-children > a:after,
.background--dark .gr_header_menu > li > ul > li.menu-item-has-children > a:after {
	color:#444;
}
.gr_header_menu > li > ul > li > ul,
.gr_header_menu > li > ul > li > ul {
	margin-left:1px;
}
.gr_header_menu > li > ul > li > a,
.gr_header_menu > li > ul > li > ul > li > a {
	display:block;
	padding:5px 0;
	padding-right:30px;
	font-size:12px;
	font-weight:400;
	color:#fff;
	line-height:20px;
	text-align:left;
	white-space:nowrap;
}
.gr_header_menu > li > ul > li,
.gr_header_menu > li > ul > li > ul > li {
	position:relative;
	padding:0 15px;
}
.gr-luna-dark-menu .gr_header_menu > li > ul,
.background--light .gr_header_menu > li > ul,
.gr-luna-dark-menu .gr_header_menu > li > ul > li > ul,
.background--light .gr_header_menu > li > ul > li > ul {
	background-color:#444;
}
.gr-luna-light-menu .gr_header_menu > li > ul,
.background--dark .gr_header_menu > li > ul,
.gr-luna-light-menu .gr_header_menu > li > ul > li > ul,
.background--dark .gr_header_menu > li > ul > li > ul {
	background-color:#fff;
}
.gr-luna-dark-menu .gr_header_menu > li > ul > li > a,
.background--light .gr_header_menu > li > ul > li > a,
.gr-luna-dark-menu .gr_header_menu > li > ul > li > ul > li > a,
.background--light .gr_header_menu > li > ul > li > ul > li > a {
	color:#fff;
}
.gr-luna-light-menu .gr_header_menu > li > ul > li > a,
.background--dark .gr_header_menu > li > ul > li > a,
.gr-luna-light-menu .gr_header_menu > li > ul > li > ul > li > a,
.background--dark .gr_header_menu > li > ul > li > ul > li > a {
	color:#444;
}

.gr_header_menu > li > a:after,
.gr_header_menu > li > a:before {
	content:"";
	position:absolute;
	bottom:0;
	margin:0 auto;
	display:inline-block;
	height:2px;
	width:0;
	transition:width .5s, left .0s, right .0s;
	-moz-transition:width .5s, left .0s, right .0s;
	-webkit-transition:width .5s, left .0s, right .0s;
}
.gr_header_menu > li > a:after {
	left:0;
}
.gr_header_menu > li > a:before {
	right:0;
}
.gr_header_menu > li.current-menu-item > a:after,
.gr_header_menu > li.current-menu-item > a:before,
.gr_header_menu > li.current_page_parent > a:after,
.gr_header_menu > li.current_page_parent > a:before,
.gr_header_menu > li.current-menu-parent> a:after,
.gr_header_menu > li.current-menu-parent> a:before,
.gr_header_menu > li > a:hover:after,
.gr_header_menu > li > a:hover:before {
	width:50%;
	transition:width .5s, left 0s, right 0s;
	-moz-transition:width .5s, left 0s, right 0s;
	-webkit-transition:width .5s, left 0s, right 0s;
}
.gr_header_menu > li.current-menu-item > a:after,
.gr_header_menu > li.current_page_parent > a:after,
.gr_header_menu > li.current-menu-parent> a:after,
.gr_header_menu > li > a:hover:after {
	left:50%;
}
.gr_header_menu > li.current-menu-item > a:before,
.gr_header_menu > li.current_page_parent > a:before,
.gr_header_menu > li.current-menu-parent> a:before,
.gr_header_menu > li > a:hover:before {
	right:50%;
}


/*------------------------------------------------------------------
[3. Portfolio]
-------------------------------------------------------------------*/

.gr_portfolio_page_holder .container {
	padding:0;
}
.gr_portfolio_page_holder .container .row {
	margin:0;
}
.gr_load_more_holder,
.gr_port_filter_holder {
	padding:20px;
	font-size:12px;
	text-transform:uppercase;
	text-align:center;
}
.gr_port_filter_holder {
	padding-bottom:10px;
}
.gr_load_more_holder .gr_counts {
	float:left;
}
.gr_load_more {
	cursor:pointer;
}
.gr_load_more.disabled {
	cursor: default;
	color:#999;
}
.gr_port_filter a {
	position:relative;
	display:inline-block;
	color:#444;
	font-size:12px;
	letter-spacing:1px;
	margin-right:20px;
	text-align:center;
	overflow:hidden;
}
.gr_port_filter a,
.gr_port_filter a:hover {
	transition: color .3s ease;
	-moz-transition: color .3s ease;
	-webkit-transition: color .3s ease;
}
.gr_port_filter a:last-child {
	margin:0;
}
.gr_port_filter a:after,
.gr_port_filter a:before {
	content:"";
	position:absolute;
	bottom:0;
	margin:0 auto;
	display:inline-block;
	height:1px;
	width:0;
	transition:width .5s, left .0s, right .0s;
	-moz-transition:width .5s, left .0s, right .0s;
	-webkit-transition:width .5s, left .0s, right .0s;
}
.gr_header_menu > li > a:after,
.gr_port_filter a:after {
	left:0;
}
.gr_header_menu > li > a:before,
.gr_port_filter a:before {
	right:0;
}
.gr_port_filter a:hover:after,
.gr_port_filter a:hover:before {
	width:50%;
	transition:width .5s, left 0s, right 0s;
	-moz-transition:width .5s, left .0s, right .0s;
	-webkit-transition:width .5s, left .0s, right .0s;
}
.gr_port_filter a:hover:after {
	left:50%;
}
.gr_port_filter a:hover:before {
	right:50%;
}

.gr_wall {
	margin:0;
}
.gr_wall .gr_col:nth-child(6n+6)  {
	padding:0;
}
.gr_col {
	padding:0;
	border-collapse: collapse
}
.gr_portfolio_link {
	display:block;
	position:relative;
	cursor:crosshair;
}
.gr_image_holder {
	position:absolute;
	overflow:hidden;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
	z-index:1;
	transition:all .3s ease;
	-moz-transition:all .3s ease;
	-webkit-transition:all .3s ease;
}
.gr_text_hover {
	content:'';
	position:absolute;
	background-color:rgba(255,255,255,0.8);
	z-index:2;
	flex-direction: column;
    justify-content: center;
    align-items: center;
}
.gr_portfolio_link h4 {
	margin:0;
	font-size:15px;
}
.gr_hover_direct .gr_portfolio_link h4 {
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
}
.gr_portfolio_link .gr-luna-pfolio-subtitle {
	font-size:13px;
	color:#999;
}
.gr_hover_direct .gr_text_hover {
	top: 0;
    left: 0;
    width:100%;
	height:100%;
    opacity: 0;
    display: flex;
	transition:opacity .3s ease;
}
.gr_hover_direct .gr_text_hover.gr-top-left,
.gr_hover_direct .gr_text_hover.gr-center-left,
.gr_hover_direct .gr_text_hover.gr-bottom-left {
	align-items: flex-start;
}
.gr_hover_direct .gr_text_hover.gr-top-right,
.gr_hover_direct .gr_text_hover.gr-center-right,
.gr_hover_direct .gr_text_hover.gr-bottom-right {
	align-items: flex-end;
}
.gr_hover_direct .gr_text_hover.gr-top-left,
.gr_hover_direct .gr_text_hover.gr-top-center,
.gr_hover_direct .gr_text_hover.gr-top-right {
	justify-content: flex-start;
}
.gr_hover_direct .gr_text_hover.gr-bottom-left,
.gr_hover_direct .gr_text_hover.gr-bottom-center,
.gr_hover_direct .gr_text_hover.gr-bottom-right {
	justify-content: flex-end;
}
.gr_hover_slice .gr_text_hover {
	display:none;
}
.gr_hover_direct .gr_text_hover:after {
	content:'';
	position:absolute;
	top:15px;
	left:15px;
	width: calc(100% - 30px);
    height: calc(100% - 30px);
	border:1px solid #fff;
}
.gr_hover_direct .gr_text_holder {
	padding:30px;
	transform:translateY(20%);
	transition:transform .3s ease;
	-moz-transition:transform .3s ease;
	-webkit-transition:transform .3s ease;
}
.gr_portfolio_link.gr_dark .gr_text_holder h4 {
	color:#fff;
}
.gr_portfolio_link.gr_light .gr_text_holder h4 {
	color:#444;
}
.gr_hover_direct .gr_portfolio_image_holder:hover .gr_text_hover {
	opacity: 1;
	transition:opacity .3s ease;
	-moz-transition:opacity .3s ease;
	-webkit-transition:opacity .3s ease;
}
.gr_hover_direct .gr_portfolio_image_holder:hover .gr_text_holder {
	transform:translateY(0);
	transition:transform .3s ease;
	-moz-transition:transform .3s ease;
	-webkit-transition:transform .3s ease;
}
.gr_portfolio_link .gr_under_title {
	text-transform: lowercase;
	letter-spacing:2px;
	text-indent:2px;
	font-size:13px !important;
	line-height:20px !important;
	padding: 2px 8px;
    background-color: #03c9a9;
    display: inline-block;
    color:#fff !important;
}
.gr_hover_direct .gr_portfolio_link .gr_under_title {
	padding:0;
	background:none !important;
	color:#000 !important;
}
.gr_item_tag_none .gr_portfolio_link .gr_under_title {
	display:none;
}
.gr_portfolio_image_holder,
.gr_portfolio_image_holder {
	position:relative;
	overflow:hidden;
}
.gr_portfolio_image_holder .gr_image_holder {
	transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-webkit-transition: all .2s ease-out;
}
.gr_portfolio_image_holder:hover .gr_image_holder {
	transition: all .4s .1s ease;
	-moz-transition: all .4s .1s ease;
	-webkit-transition: all .4s .1s ease;
}
.gr_owl_item.gr_gray_filter,
.gr_hover_slice .gr_portfolio_image_holder:hover .gr_image_holder {
	-moz-filter: grayscale(80%);
	-o-filter: grayscale(80%);
	-webkit-filter: grayscale(80%);
	filter: grayscale(80%);
	-moz-transition:all .5s .15s ease;
	-webkit-transition:all .5s .15s ease;
	transition:all .5s .15s ease;
}

.gr_hover_slice .gr_portfolio_image_holder:hover .gr_text_hover {
	transform:translateX(0);
	transition:transform .3s ease;
	-moz-transition:transform .3s ease;
	-webkit-transition:transform .3s ease;
}

/*------------------------------------------------------------------
[ 404 Page ]
-------------------------------------------------------------------*/

.gr-luna-404 {
	background-position:center;
	background-size:cover;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align:center;
	background-repeat: no-repeat;
}
.gr-luna-404-ft {
	font-size:180px;
	line-height:180px;
	margin:0;
	font-weight:800;
	opacity:0.9;
	text-align:center;
}
.gr-luna-404-st {
	font-size:38px;
	font-weight:100;
	margin:0;
	text-align:center;
}
.gr-luna-404-st:after {
	content:'';
	display:block;
	width:100px;
	height:1px;
	margin:20px auto;
	background-color: #444;
}
.gr-luna-404-text {
	text-align:center;
	font-size:14px;
}
.gr-luna-404-home {
	position: relative;
    display: inline-block;
    margin-top: 60px;
    padding: 10px 15px;
    border: 1px solid #03c9a9;
    transform: translateY(80%);
    opacity: 0;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 2px;
	z-index:9999;
	transition:color .8s ease;
}
.gr-luna-404-home:before {
	content:'';
	display:block;
	position:absolute;
	top:0;
	left:0;
	width:0;
	height:100%;
	z-index:-1;
	opacity:0;
	transition:width .3s ease, opacity .5s .5s;
}
.gr-luna-404-home:hover {
	color:#fff;
	transition:color .8s ease;
}
.gr-luna-404-home:hover:before {
	width:101%;
	opacity:1;
	transition:width .8s ease;
}
.gr-luna-404-home {
	transform:translateY(0);
	opacity:1;
	transition:opacity 1.1s .3s ease, transform 1.1s .3s ease;
}

/*------------------------------------------------------------------
[2. Blog]
-------------------------------------------------------------------*/
.gr-luna-post-item {
	position:relative;
	padding:0;
}
.gr-luna-post-holder {
	height:350px;
	margin:0 15px 30px 0;
}
.gr-luna-post-holder.gr-classic-view .gr-luna-post-media,
.gr-luna-post-holder.gr-classic-view .gr-luna-post-media .gr-grid-img-a {
	position:relative;
	height:350px;
}
.gr-luna-post-holder.gr-luna-video-post.gr-classic-view .gr-luna-post-media {
	height:auto;
}
.gr-luna-post-holder.gr-classic-view {
	height:auto;
	margin:0;
	margin-bottom:30px;
}
.gr-luna-post-holder.gr-luna-ltext {
	margin-right:0;
	margin-left:15px;
}
.gr-classic-view .gr-content-holder {
	background-color:#fff;
	padding:40px;
}
.gr-luna-post-media,
.gr-luna-post-video-feat-img {
	display:block;
	background-size:cover;
	background-position:50% 50%;
	width:100%;
	height:100%;
}
.gr-luna-blog-title-holder {
	position: absolute;
	top:30px;
	display:inline-block;
	background-color:#f9f9f9;
	padding:10px 20px 10px 40px;
	max-width:75%;
	word-wrap:break-word;
	z-index:10;
}
.gr-text-content {
	background-color:#fff;
	padding:60px;
}
.gr-luna-post-link {
	position: absolute;
    top: 15px;
    width: calc(100% - 15px);
    height: calc(100% - 15px);
    display: block;
    z-index: 5;
}
.gr-luna-rtext .gr-luna-post-link {
	left: 0;
}
.gr-luna-ltext .gr-luna-post-link {
	right: 0;
}

.gr-luna-post-gallary-holder,
.gr-luna-post-video-feat-img {
	position:absolute;
	top:0;
	width:calc(100% - 15px);
	height:350px;
	z-index:1;
}
.gr-classic-view .gr-luna-post-gallary-holder,
.gr-classic-view .gr-luna-post-video-holder,
.gr-classic-view .gr-luna-post-video-feat-img {
	top:0;
	width:100%;
	height:100%;
}
.gr-classic-view .gr-luna-post-gallary-holder {
	position:relative;
	top:auto;
	width:auto;
	height:auto;
}
.gr-luna-play-video {
	position:absolute;
	top:calc(50% - 35px);
	left:calc(50% - 35px);
	display:inline-block;
	font-size:70px;
	line-height:70px;
	color:#fff;
	background:none;
	border:none;
	outline:none;
	cursor:pointer;
	z-index:10;
	transition:color .3s ease;
	-moz-transition:color .3s ease;
	-webkit-transition:color .3s ease;
}
.gr-luna-post-video-feat-img a:hover {
	transition:color .3s ease;
	-moz-transition:color .3s ease;
	-webkit-transition:color .3s ease;
}
.gr-view-classic .gr-luna-post-video-holder {
	display: block;
}
.gr-luna-post-video-holder {
	height:350px;
	display: flex;
    flex-direction: column;
    justify-content: center;
	text-align:center;
}
.gr-luna-rtext .gr-luna-post-gallary-holder,
.gr-luna-rtext .gr-luna-post-video-holder,
.gr-luna-rtext .gr-luna-post-video-feat-img {
	left:0;
}
.gr-luna-ltext .gr-luna-post-gallary-holder,
.gr-luna-ltext .gr-luna-post-video-holder,
.gr-luna-ltext .gr-luna-post-video-feat-img {
	right:0
}
.gr-luna-post-holder .gr-luna-blog-title-holder .gr-luna-blog-title {
	transition:color .3s ease;
	-moz-transition:color .3s ease;
	-webkit-transition:color .3s ease;
}
.gr-luna-post-holder .gr-luna-blog-title-holder:hover .gr-luna-blog-title {
	transition:color .3s ease;
	-moz-transition:color .3s ease;
	-webkit-transition:color .3s ease;
}
.gr-luna-post-gallary-holder .gr-luna-post-gallary-item,
.gr-luna-post-single-gallary-holder .gr-luna-post-gallary-item {
	display:block;
	background-position:50% 50%;
	background-size:cover;
	height:350px;
}
.gr-luna-post-single-gallary-holder .gr-luna-post-gallary-item {
	height:500px;
}
.gr-grid-holder {
	margin-left:-10px;
	margin-right:-10px;
}
.gr-grid-img {
	padding:0 10px 20px;
}
.gr-classic-view .gr-grid-img {
	padding:0;
}
.gr-grid-img .gr-grid-img-a {
	position:relative;
	display:block;
	height:250px;
	width:100%;
	background-size:cover;
	background-position:50% 50%;
}
.gr-classic-view .gr-mask-holder .gr-mask-img,
.gr-grid-img .gr-grid-img-a .gr-mask-img {
	background-color:rgba(0,0,0,0);
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	transition:background .3s ease;
	-webkit-transition:background .3s ease;
	-moz-transition:background .3s ease;
}
.gr-classic-view .gr-mask-holder:after,
.gr-classic-view .gr-mask-holder:before,
.gr-grid-img .gr-grid-img-a:after,
.gr-grid-img .gr-grid-img-a:before {
	content:"";
	display:block;
	position:absolute;
	background-color:#fff;
	opacity:0;
	transition:all .3s ease;
	z-index:1;
}
.gr-classic-view .gr-mask-holder:after,
.gr-grid-img .gr-grid-img-a:after {
	width:1px;
	height:100%;
	left:50%;
	bottom:0;
}
.gr-classic-view .gr-mask-holder:before,
.gr-grid-img .gr-grid-img-a:before {
	width:100%;
	height:1px;
	left:0;
	bottom:50%;
}
.gr-classic-view .gr-mask-holder:hover:after,
.gr-classic-view .gr-mask-holder:hover:before,
.gr-grid-img .gr-grid-img-a:hover:after,
.gr-grid-img .gr-grid-img-a:hover:before {
	opacity:1;
	transition:all .3s .2s ease;
}
.gr-classic-view .gr-mask-holder:hover:after,
.gr-grid-img .gr-grid-img-a:hover:after {
	height:50px;
	bottom:calc(50% - 25px);
}
.gr-classic-view .gr-mask-holder:hover:before,
.gr-grid-img .gr-grid-img-a:hover:before {
	width:50px;
	left:calc(50% - 25px);
}
.gr-classic-view .gr-mask-holder:hover .gr-mask-img,
.gr-grid-img .gr-grid-img-a:hover .gr-mask-img {
	background-color:rgba(0,0,0,0.5);
	transition:background .3s ease;
	-webkit-transition:background .3s ease;
	-moz-transition:background .3s ease;
}

.gr-luna-post-gallary-holder .owl-dots {
	position:absolute;
	bottom:10px;
	left:50%;
	transform:translateX(-50%);
}
.gr-luna-post-single-gallary-holder .owl-dots {
	text-align:center;
}
.gr-luna-post-gallary-holder .owl-nav {
	height:1px;
}
.gr-luna-post-gallary-holder .owl-prev,
.gr-luna-post-gallary-holder .owl-next {
	margin-top:0;
}
.gr-luna-rtext .gr-luna-blog-title-holder-arc,
.gr-luna-ltext .gr-luna-blog-title-holder-arc {
	position:absolute;
	width: 0;
	height: 0;
	border-style: solid;
	z-index:-1;
	border-color: transparent;
	transition:all .3s ease;
	-moz-transition:all .3s ease;
	-webkit-transition:all .3s ease;
}
.gr-luna-rtext .gr-luna-blog-title-holder-arc {
	left:0;
	border-width: 0 15px 15px 0;
}
.gr-luna-ltext .gr-luna-blog-title-holder-arc {
	right:0;
	border-width: 15px 15px 0 0;
}
.gr-luna-blog-title {
	margin:0;
}
.gr-classic-view .gr-luna-blog-title,
.gr-classic-view .gr-luna-blog-title a {
	margin-bottom:15px;
	text-transform:none;
}
.gr-meta-block,
.gr-meta-block a {
	font-size:12px;
	color:#999;
}
.gr-meta-block .gr-devid {
	padding:0 10px;
}
.gr-luna-ddate {
	font-size:13px;
	font-weight:400;
	color:#999;
}
.gr-luna-post-holder.gr-luna-ltext .gr-luna-blog-title-holder {
	right:0;
	padding:10px 40px 10px 20px;
	transition:all .3s ease;
	-moz-transition:all .3s ease;
	-webkit-transition:all .3s ease;
}
.gr-luna-post-holder.gr-luna-rtext .gr-luna-blog-title-holder {
	left:0;
	transition:all .3s ease;
	-moz-transition:all .3s ease;
	-webkit-transition:all .3s ease;
}
.gr-luna-post-holder.gr-luna-ltext .gr-luna-blog-title {
	text-align:left;
}
.gr-luna-post-holder.gr-luna-ltext .gr-luna-ddate {
	float:left;
}
.gr-luna-post-holder.gr-luna-rtext .gr-luna-blog-title {
	text-align:right;
}
.gr-luna-post-holder.gr-luna-rtext .gr-luna-ddate {
	float:right;
}
.gr-luna-ltext .gr-luna-post-content,
.gr-luna-rtext .gr-luna-post-content {
	opacity:0;
	padding:30px;
	display:flex;
	flex-direction:column;
	justify-content:center;
	position:absolute;
	top:0;
	word-wrap:break-word;
	background-color:#fff;
	width:calc(100% + 15px);
	height:calc(100% - 30px);
	z-index:15;
	visibility:hidden;
	transition:all .3s ease;
	-moz-transition:all .3s ease;
	-webkit-transition:all .3s ease;
}
.gr-luna-ltext .gr-luna-post-content {
	right:150%;
}
.gr-luna-rtext .gr-luna-post-content {
	left:150%;
}
.gr-luna-post-holder.gr-luna-ltext.gr-luna-post-hover .gr-luna-post-content,
.gr-luna-post-holder.gr-luna-rtext.gr-luna-post-hover .gr-luna-post-content {
	opacity:1;
	visibility: visible;
	transition:all .3s ease-in-out;
	-moz-transition:all .3s ease-in-out;
	-webkit-transition:all .3s ease-in-out;
}
.gr-luna-post-holder.gr-luna-ltext.gr-luna-post-hover .gr-luna-blog-title-holder,
.gr-luna-post-holder.gr-luna-rtext.gr-luna-post-hover .gr-luna-blog-title-holder {
	background-color:#fff;
	transition:all .2s ease-in;
	-moz-transition:all .2s ease-in;
	-webkit-transition:all .2s ease-in;
}
.gr-luna-post-holder.gr-luna-ltext.gr-luna-post-hover .gr-luna-blog-title-holder,
.gr-luna-post-holder.gr-luna-ltext.gr-luna-post-hover .gr-luna-blog-title-holder-arc {
	right:-15px;
	border-color: #dcdcdc transparent transparent transparent;
}
.gr-luna-post-holder.gr-luna-rtext.gr-luna-post-hover .gr-luna-blog-title-holder,
.gr-luna-post-holder.gr-luna-rtext.gr-luna-post-hover .gr-luna-blog-title-holder-arc {
	left:-15px;
	border-color: transparent #dcdcdc transparent transparent;
}
.gr-luna-post-holder.gr-luna-ltext.gr-luna-post-hover .gr-luna-post-content {
	right:calc(100% - 15px);
}
.gr-luna-post-holder.gr-luna-rtext.gr-luna-post-hover .gr-luna-post-content {
	left:calc(100% - 15px);
}
.gr-luna-rtext .gr-luna-post-content:after,
.gr-luna-ltext .gr-luna-post-content:before {
	content:'';
	position:absolute;
	display:block;
	top:50%;
	transform:translateY(-50%);
	width: 0;
	height: 0;
	border-style: solid;
}
.gr-luna-rtext .gr-luna-post-content:after {
	left:-20px;
	border-width: 175px 20px 175px 0;
	border-color: transparent #ffffff transparent transparent;
}
.gr-luna-ltext .gr-luna-post-content:before {
	right:-20px;
	border-width: 175px 0 175px 20px;
	border-color: transparent transparent transparent #ffffff;
}

.gr-luna-prev-next-holder {
	position:relative;
	margin-top:60px;
	margin-bottom:60px;
}
.gr-luna-prev-next-holder:after {
	content:'';
	position:absolute;
	display:block;
	top:0;
	left:50%;
	width:60px;
	height:100%;
	background-color:#f9f9f9;
	transform:skewX(-20deg) translateX(-50%);
}
.gr-luna-prev-next-holder.gr-luna-p-n-simple:after {
	display:none;
}
.gr-luna-prev-post-img,
.gr-luna-next-post-img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: 50% 50%;
	z-index:-1;
}
.gr-luna-post-noimg {
	background-color:#eaeaea;
}

.more-link {
	display:table;
	text-align:center;
	margin:20px auto 0;
	padding:10px 20px;
	font-weight:100;
	border-width:1px;
	border-style:solid;
	border-color:#444;
	transition:all .3s ease;
	-moz-transition:all .3s ease;
	-webkit-transition:all .3s ease;
}
.more-link:hover {
	transition:all .3s ease;
	-moz-transition:all .3s ease;
	-webkit-transition:all .3s ease;
}
.gr-classic-view .more-link {
	display:inline-block;
	border-width:1px;
	border-style:solid;
	margin:0;
    padding: 0 10px;
    line-height: 23px;
}
.gr-classic-view .more-link:hover {
	color:#fff;
}


.gr-luna-gallary-grid {
	padding:0;
}
.gr-luna-author-box {
	position:relative;
	background-color: #fff;
    margin-top: 60px;
    padding: 60px 30px 30px;
}
.gr-luna-author-ava {
	position:absolute;
	top:-40px;
	left:calc(50% - 40px);
	border:10px solid #f9f9f9;
}
.gr-luna-author-text-content,
.gr-luna-author-title {
	text-align:center;
}
.gr-luna-author-title {
	position:relative;
    font-size: 18px;
    line-height: 20px;
    letter-spacing: 1px;
    font-weight: 600;
    margin: 0;
    padding-bottom: 20px;
	margin-bottom: 20px;
}
.gr-luna-author-title:after {
	content:'';
	position:absolute;
	bottom:0;
	left:40%;
	display: inline-block;
	width:20%;
	height:2px;
	background-color:#03c9a9;
}
.gr-luna-author-text {
	margin:25px 0;
}
.gr-luna-author-social a {
	display:inline-flex;
	justify-content:center;
	text-align:center;
	flex-direction: column;
	width:35px;
	height:35px;
	border-radius:50%;
	transition: all .3s ease;
	-moz-transition: all .3s ease; 
	-webkit-transition: all .3s ease; 
}
.gr-luna-share-twitter,
.gr-luna-author-social a.gr-luna-soc-twitter {
	color:#00aced;
	background-color: #e5f6fd;
}
.gr-luna-share-twitter:hover,
.gr-luna-author-social a.gr-luna-soc-twitter:hover {
	background-color: #00aced !important;
	color:#fff !important;
	transition: all .3s ease;
	-moz-transition: all .3s ease; 
	-webkit-transition: all .3s ease; 
}
.gr-luna-share-facebook,
.gr-luna-author-social a.gr-luna-soc-facebook {
	color:#3b5998;
	background-color: #ebeef4;
}
.gr-luna-share-facebook:hover,
.gr-luna-author-social a.gr-luna-soc-facebook:hover {
	background-color: #3b5998 !important;
	color:#fff !important;
	transition: all .3s ease;
}
.gr-luna-author-social a.gr-luna-soc-instagram {
	color:#517fa4;
	background-color: #edf2f5;
}
.gr-luna-author-social a.gr-luna-soc-instagram:hover {
	background-color: #517fa4 !important;
	color:#fff !important;
	transition: all .3s ease;
}
.gr-luna-share-google,
.gr-luna-author-social a.gr-luna-soc-google {
	color:#dd4b39;
	background-color: #fbedeb;
}
.gr-luna-share-google:hover,
.gr-luna-author-social a.gr-luna-soc-google:hover {
	background-color: #dd4b39 !important;
	color:#fff !important;
	transition: all .3s ease;
}
.gr-luna-share-pinterest,
.gr-luna-author-social a.gr-luna-soc-pinterest {
	color:#cb2027;
	background-color: #f9e8e9;
}
.gr-luna-share-pinterest:hover,
.gr-luna-author-social a.gr-luna-soc-pinterest:hover {
	background-color: #cb2027 !important;
	color:#fff !important;
	transition: all .3s ease;
}

.gr-luna-post-single-holder {
	position:relative;
	background-color:#fff;
}

.gr-luna-post-head {
	padding:40px 30px;
	text-align:center;
	border-bottom:2px solid #f9f9f9;
}

.gr-luna-post-title {
	font-family: Roboto;
	line-height: 50px;
	font-weight: 700;
	font-style: normal;
	color: #444;
	font-size: 38px;
	margin:15px 0;
}

.gr-luna-post-date {
	font-size:13px;
}

.gr-luna-post-cat {
	text-transform:uppercase;
	font-size:12px;
}
.gr-luna-post-cat span {
	padding:0 10px;
}

.gr-luna-blog-post-featuder-holder {
	position:relative;
	background-size: cover;
    background-position: 50% 50%;
    height: 400px;
}
.gr-luna-blog-post-featuder-holder.gr-luna-beveled-edge:before,
.gr-luna-blog-post-featuder-holder.gr-luna-beveled-edge:after {
	content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
	bottom:0;
}
.gr-luna-blog-post-featuder-holder.gr-luna-beveled-edge:before {
	left:0;
	border-style: solid;
	border-width: 30px 0 0 0;
	border-left-width:470px;
	border-color: transparent transparent transparent #ffffff;
}
.gr-luna-blog-post-featuder-holder.gr-luna-beveled-edge:after {
	right:0;
	border-style: solid;
	border-width: 0 0 30px 0;
	border-left-width:470px;
	border-color: transparent transparent #ffffff transparent;
}

.gr-luna-blog-post-featuder-holder.gr-luna-triange-edge:before,
.gr-luna-blog-post-featuder-holder.gr-luna-triange-edge:after {
	content: "";
    display: block;
    width: 100%;
    height: 11px;
    position: absolute;
    left:0;
}
.gr-luna-blog-post-featuder-holder.gr-luna-triange-edge:before {
	top:0;
	background: linear-gradient(-45deg, transparent 16px, #fff 0), linear-gradient(45deg, transparent 16px, #fff 0);
	background-repeat: repeat-x;
    background-position: left bottom;
	background-size: 22px 32px;
}
.gr-luna-blog-post-featuder-holder.gr-luna-triange-edge:after {
    bottom: 0;
    background: linear-gradient(-45deg, #fff 8px, transparent 0, transparent 0, transparent 0), linear-gradient(45deg, #fff 8px, transparent 0);
	background-repeat: repeat-x;
    background-position: left bottom;
	background-size: 22px 32px;
}

.gr-luna-post-content-holder {
	padding:60px 30px;
}
.gr-classic-view .gr-luna-post-content {
	font-size:14px;
}
.gr-luna-blog-sider .gr-luna-post-content-holder {
	padding:60px 0;
}
.gr-luna-blog-post-cat-holder {
	padding:0 30px 60px;
	font-size:14px;
	line-height:14px;
	display: flex;
    flex-direction: row;
    justify-content: space-between;
	align-items: center;
}
.gr-luna-blog-sider .gr-luna-blog-post-cat-holder {
	padding:0 0 60px;
}
.gr-luna-blog-tag-holder a {
	display:inline-block;
	padding:5px;
	margin-right:5px;
	margin-bottom:5px;
	color:#999;
	background-color:#F9F9F9;
	border:1px solid #F9F9F9;
	-webkit-transition:all .3s ease;
	-moz-transition:all .3s ease;
	transition:all .3s ease;
}
.gr-luna-blog-tag-holder a:hover {
	background-color:transparent;
	-webkit-transition:all .3s ease;
	-moz-transition:all .3s ease;
	transition:all .3s ease;
}

.gr-luna-share-holder {
	text-align:right;
}
.gr-luna-share-holder a {
	display:inline-block;
	line-height:26px;
	width:26px;
	margin-right:2px;
	float:left;
	text-align:center;
	transition: all .3s ease;
	-moz-transition: all .3s ease; 
	-webkit-transition: all .3s ease; 
}
.gr-luna-share-holder.gr-luna-grayscale a {
	color:#999;
	background-color:#F9F9F9;
}
.gr-luna-prev-post,
.gr-luna-next-post {
	position:relative;
	padding:0;
	background-size:cover;
	background-position:50% 50%;
	height:150px;
	width:calc(50% + 30px);
}
.gr-luna-prev-post {
	margin-left:-30px;
}
.gr-luna-next-post {
	margin-right:-30px;
}
.gr-luna-prev-post:after,
.gr-luna-next-post:after,
.gr-luna-prev-post:before,
.gr-luna-next-post:before {
	content:'';
	display:block;
	position:absolute;
	z-index:1;
}
.gr-luna-next-post:after {
	top:0;
	right:0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 30px 75px 0;
	border-color: transparent #f9f9f9 transparent transparent;
}
.gr-luna-next-post:before {
	bottom:0;
	right:0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 75px 30px;
	border-color: transparent transparent #f9f9f9 transparent;
}
.gr-luna-prev-post:after {
	top:0;
	left:0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 75px 30px 0 0;
	border-color: #F9F9F9 transparent transparent transparent;
}
.gr-luna-prev-post:before {
	bottom:0;
	left:0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 75px 0 0 30px;
	border-color: transparent transparent transparent #F9F9F9;
}
.gr-luna-next-post-link,
.gr-luna-prev-post-link {
    background-color: #fff;
    margin-top: 20px;
	font-size:16px;
	line-height:26px;
	font-weight:400;
	width:65%;
	color:#444;
	transition:all .5s ease;
	-moz-transition:all .5s ease;
	-webkit-transition:all .5s ease;
}
.gr-luna-next-post-link {
	float: right;
	padding: 2px 50px 8px 20px;
	box-shadow: -1px 1px 1px rgba(0,0,0,0.1);
}
.gr-luna-prev-post-link {
	float: left;
	text-align:right;
	padding: 2px 20px 8px 50px;
	box-shadow: 1px 1px 1px rgba(0,0,0,0.1);
}
.gr-luna-prev-post-link span,
.gr-luna-next-post-link span {
	display:block;
	font-size:12px;
	line-height:12px;
	font-weight:300;
	color:#999;
}
.gr-luna-next-post-link:after,
.gr-luna-prev-post-link:after {
	content:'';
	display:block;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.gr-luna-prev-post-link:hover,
.gr-luna-next-post-link:hover {
	width:75%;
	transition:all .3s ease;
	-moz-transition:all .3s ease;
	-webkit-transition:all .3s ease;
}
.gr-luna-p-n-simple .gr-luna-next-post-link,
.gr-luna-p-n-simple .gr-luna-prev-post-link {
	background-color: transparent;
    margin: 0;
	box-shadow:none;
	position:relative;
	display: block;
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    padding: 10px 30px 17px;
    width: 45%;
}
.gr-luna-p-n-simple .gr-luna-next-post-link {
	text-align:right;
}
.gr-luna-p-n-simple .gr-luna-prev-post-link {
	text-align:left;
}
.gr-luna-p-n-simple .gr-luna-next-post-link:after,
.gr-luna-p-n-simple .gr-luna-prev-post-link:after {
	font-family: 'FontAwesome';
	top: 50%;
	transform:translateY(-50%);
	width:auto;
	height:auto;
	color:#999;
}
.gr-luna-p-n-simple .gr-luna-next-post-link:after {
	content:'\f105';
    right: 0;
}
.gr-luna-p-n-simple .gr-luna-prev-post-link:after {
	content:'\f104';
    left: 0;
}
.gr-luna-p-n-simple .gr-luna-next-post-link:hover:after,
.gr-luna-p-n-simple .gr-luna-prev-post-link:hover:after {
	color:#444;
}

.gr-rel-post-tit {
	margin-bottom:20px !important;
}
.gr-rel-post-tit h3 {
	margin-top:0;
}
.gr_post_carusel {
	margin-bottom:1px;
}
.gr_post_carusel .owl-nav {
	display:none;
}
.gr_post_carusel a.gr-owl-holder {
	display: block;
    background-size: cover;
    background-position: 50% 50%;
    background-color: #eaeaea;
	padding:10px;
}
.gr_post_carusel a.gr-owl-holder .gr-owl-content {
	display:flex;
	flex-direction:column;
	justify-content:center;
	height:100%;
	padding:20px;
	background-color:rgba(0,0,0,0);
	text-align:center;
	-moz-transition:background .3s ease;
	-webkit-transition:background .3s ease;
	transition:background .3s ease;
}
.gr_post_carusel a.gr-owl-holder:hover .gr-owl-content {
	background-color:rgba(0,0,0,.8);
	-moz-transition:background .3s ease;
	-webkit-transition:background .3s ease;
	transition:background .3s ease;
}
.gr_post_carusel a.gr-owl-holder .gr-owl-title {
	opacity:0;
	transform:translateY(15px);
	font-size:18px;
	line-height:22px;
	color:#fff;
	margin:0 0 10px;
	-moz-transition:all .3s ease;
	-webkit-transition:all .3s ease;
	transition:all .3s ease;
}
.gr_post_carusel a.gr-owl-holder .gr-owl-date {
	opacity:0;
	transform:translateY(20px);
	font-size:13px;
	line-height:18px;
	color:#ccc;
	-moz-transition:all .3s ease;
	-webkit-transition:all .3s ease;
	transition:all .3s ease;
}
.gr_post_carusel a.gr-owl-holder:hover .gr-owl-title,
.gr_post_carusel a.gr-owl-holder:hover .gr-owl-date {
	opacity:1;
	transform:translateY(0);
}
.gr_post_carusel a.gr-owl-holder:hover .gr-owl-title {
	-moz-transition:all .3s ease;
	-webkit-transition:all .3s ease;
	transition:all .3s ease;
}
.gr_post_carusel a.gr-owl-holder:hover .gr-owl-date {
	-moz-transition:all .4s ease;
	-webkit-transition:all .4s ease;
	transition:all .4s ease;
}
.gr-luna-serach-holder {
	position:relative;
	background-color:#fff;
	padding:60px 90px;
	margin-bottom:30px;
}
.gr-luna-serach-holder.gr-luna-search-img {
	margin-top:200px;
}
.gr-luna-search-title-holder {
	position: relative;
    padding-bottom: 20px;
    max-width: 60%;
    text-align: center;
    margin: 0 auto 20px;;
}
.gr-luna-search-title-holder .gr-luna-blog-title,
.gr-luna-search-title-holder .gr-luna-ddate {
	float:none;
	text-align:center;
}
.gr-luna-search-title-holder .gr-luna-blog-title {
	margin-bottom:10px;
	line-height:32px;
	font-weight:600;
}
.gr-luna-search-title-holder:after {
	content: '';
    position: absolute;
    left: calc(50% - 15px);
    bottom: 0;
    display: block;
    height: 2px;
    width: 30px;
    background-color: #03c9a9;
}
.gr-luna-search-media {
	position:absolute;
	top:-170px;
	left:10%;
	display:block;
	height:200px;
	width:80%;
	background-position:50% 50%;
	background-size:cover;
}


.gr_luna_super_block {
	display:flex;
	justify-content:center;
	flex-direction: column;
	text-align:center;
	padding:20px;
}

.gr_viewslide {
	position:relative;
}
.owl-carousel.gr_slider {
	width: auto;
}
.owl-carousel.gr_slider .gr_owl_item {
	position:relative;
	width:100%;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
	display:flex;
	flex-direction:column;
}
.owl-carousel.gr_slider .gr_owl_item.gr-luna-bottom-center,
.owl-carousel.gr_slider .gr_owl_item.gr-luna-bottom-left,
.owl-carousel.gr_slider .gr_owl_item.gr-luna-bottom-right {
	justify-content:flex-end;
}
.owl-carousel.gr_slider .gr_owl_item.gr-luna-center-center,
.owl-carousel.gr_slider .gr_owl_item.gr-luna-center-left,
.owl-carousel.gr_slider .gr_owl_item.gr-luna-center-right {
	justify-content:center;
}
.owl-carousel.gr_slider .gr_owl_item.gr-luna-center-left,
.owl-carousel.gr_slider .gr_owl_item.gr-luna-bottom-left {
	align-items:flex-start
}
.owl-carousel.gr_slider .gr_owl_item.gr-luna-center-right,
.owl-carousel.gr_slider .gr_owl_item.gr-luna-bottom-right {
	align-items:flex-end;
}
.owl-carousel.gr_slider .gr_owl_item.gr-luna-center-center,
.owl-carousel.gr_slider .gr_owl_item.gr-luna-bottom-center {
	align-items:center;
}

.owl-carousel.gr_slider .gr_owl_item:after {
	content:'';
	position:absolute;
	top:0;
	left:0;
	height:100%;
	width:100%;
	opacity:1;
}
.owl-carousel.gr_brand_slide .owl-dots {
	background:none !important;
	text-align:center;
}
.owl-carousel.gr_slider .owl-dots {
	position: absolute;
	bottom: 0;
	left:0;
	right:0;
	height: 50px;
	padding-top: 10px;
	text-align:center;
}
.owl-carousel.gr_brand_slide .owl-item {
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items: center;
}
.owl-dots .owl-dot {
	display:inline-block;
}
.owl-dots .owl-dot span {
	display: block;
	width:5px;
	height:5px;
	margin:0 5px;
	transition: background .2s ease;
}
.owl-dots .owl-dot span {
	background-color:#ccc;
}
.owl-dots .owl-dot.active span,
.owl-dots .owl-dot:hover span {
	background-color:#999;
}
.owl-dots.background--light .owl-dot span {
	background-color:#ccc;
}
.owl-dots.background--dark .owl-dot span {
	background-color:#eee;
}
.owl-dots.background--light .owl-dot.active span,
.owl-dots.background--light .owl-dot:hover span {
	background-color:#999;
}
.owl-dots.background--dark .owl-dot.active span,
.owl-dots.background--dark .owl-dot:hover span {
	background-color:#f9f9f9;
}
.owl-dots .owl-dot.active span,
.owl-dots .owl-dot:hover span {
	transition: background .2s ease;
}
.owl-nav {
	position:absolute;
	width:100%;
	height:0;
	margin-top:-12px;
	top:50%;
	left:0;
	display:flex;
	flex-direction:row;
	justify-content:space-between;
}
.owl-prev,
.owl-next {
	display:block;
	width:26px;
	height:26px;
	opacity:.3;
	transition:opacity .2s ease;
	-webkit-transition:opacity .2s ease;
	-moz-transition:opacity .2s ease;
}
.owl-prev.background--light,
.owl-next.background--light {
	border-right: 2px solid #444;
    border-bottom: 2px solid #444;
}
.owl-prev.background--dark,
.owl-next.background--dark {
	border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
}
.owl-prev {
	margin-left:30px;
	transform: rotate(130deg) skew(-10deg);
}
.owl-next {
	margin-right:30px;
	transform: rotate(-50deg) skew(-10deg);
}
.gr_brand_slide .owl-prev {
	margin-left:10px;
}
.gr_brand_slide .owl-next {
	margin-right:10px;
}
.owl-prev:hover,
.owl-next:hover {
	opacity:1;
	transition:opacity .2s ease;
	-webkit-transition:opacity .2s ease;
	-moz-transition:opacity .2s ease;
}
.owl-carousel.gr_slider .gr_owl_desc_holder {
	max-width:25%;
    padding: 50px;
	display:inline-block;
	opacity:0;
	transition:opacity .3s ease;
	-moz-transition:opacity .3s ease;
	-webkit-transition:opacity .3s ease;
}

.owl-carousel.gr_slider .gr_owl_item.gr-luna-bottom-center .gr_owl_desc_holder,
.owl-carousel.gr_slider .gr_owl_item.gr-luna-bottom-left .gr_owl_desc_holder,
.owl-carousel.gr_slider .gr_owl_item.gr-luna-bottom-right .gr_owl_desc_holder {
	margin-bottom:60px;
}
.owl-carousel.gr_slider .gr_owl_item.gr-luna-center-left .gr_owl_desc_holder,
.owl-carousel.gr_slider .gr_owl_item.gr-luna-bottom-left .gr_owl_desc_holder {
	margin-left:80px;
}
.owl-carousel.gr_slider .gr_owl_item.gr-luna-center-right .gr_owl_desc_holder,
.owl-carousel.gr_slider .gr_owl_item.gr-luna-bottom-right .gr_owl_desc_holder {
	margin-right:80px;
}


.owl-carousel.gr_slider .owl-item.active .gr_owl_desc_holder {
	opacity:1;
	transition:opacity .3s ease;
	-moz-transition:opacity .3s ease;
	-webkit-transition:opacity .3s ease;
}
.owl-carousel.gr_slider .gr_item_descr {
	letter-spacing:2px;
}
.owl-carousel.gr_slider .gr_item_title {
	margin:0;
}
.owl-carousel.gr_slider .gr_owl_title_holder {
	margin-bottom:30px;
}
.owl-carousel.gr_slider .gr_owl_title_holder.gr-no-text {
	margin-bottom:0;
}
.owl-carousel.gr_slider .gr_item_link {
	position: relative;
    display: inline-block;
    margin-top: 20px;
    padding: 10px 15px;
    background-color: #fff;
    border: 1px solid #03c9a9;
    color: #444;
    transform: translateY(80%);
    opacity: 0;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 2px;
	z-index:9999;
	transition:color .8s ease;
}
.owl-carousel.gr_slider .gr_item_link:before {
	content:'';
	display:block;
	position:absolute;
	top:0;
	left:0;
	width:0;
	height:100%;
	background-color:#03c9a9;
	z-index:-1;
	opacity:0;
	transition:width .3s ease, opacity .5s .5s;
}
.owl-carousel.gr_slider .gr_item_link:hover {
	color:#fff;
	transition:color .8s ease;
}
.owl-carousel.gr_slider .gr_item_link:hover:before {
	width:101%;
	opacity:1;
	transition:width .8s ease;
}
.owl-carousel.gr_slider .owl-item.active .gr_item_link {
	transform:translateY(0);
	opacity:1;
	transition:opacity 1.1s .3s ease, transform 1.1s .3s ease;
}


.gr_page_block {
	position:relative;
	padding:80px 0;
}

.gr_page_block  .block6:first-child {
	padding-right:100px;
}
.gr_page_block  .block6:last-child {
	/*padding-left:100px;*/
}
.gr_half,
.gr_half_s,
.gr_full {
	position:absolute;
	top:0;
	height:100%;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
}
.gr_half {
	width:50%;
	left:0;
}
.gr_half_s {
	width:50%;
	right:0;
}
.gr_full {
	left:0;
	width:100%;
}



.owl-carousel.gr_brand_slide .owl-dots {
	text-align:center;
}
.owl-carousel.gr_brand_slide .owl-dot {
	display: inline-block;
	margin-right:2px;
}
.owl-carousel.gr_brand_slide .owl-dot.active span,
.owl-carousel.gr_brand_slide .owl-dot span {
    display: inline-block;
    width: 10px;
    height: 5px;
    background-color: #fff;
	border:1px solid #ccc;
	transition: all .2s ease;
	-moz-transition: all .2s ease;
	-webkit-transition: all .2s ease;
}
.owl-carousel.gr_brand_slide .owl-dot.active span {
	background-color:#ccc;
	width:20px
}


.gr_title_holder {
	margin-bottom:30px;
}
.gr_title_holder h1,
.gr_title_holder h2,
.gr_title_holder h3,
.gr_title_holder h4,
.gr_title_holder h5,
.gr_title_holder h6 {
	margin:0;
}
.gr_title {
	display:inline-block;
	position:relative;
	margin:0;
}
.gr_head_square_dot_elem {
	width:10px;
	height:10px;
	position:absolute;
	top:0;
}
.text-center .gr_head_square_dot_elem,
.text-left .gr_head_square_dot_elem {
	left:-15px;
}
.text-right .gr_head_square_dot_elem {
	right:-15px;
}
.gr_title.gr_head_bg_col {
	padding:20px;
	color:#fff;
}
.gr_title.gr_head_bar_line {
	padding:0 10px;
}
.text-center .gr_head_bar_line,
.text-left .gr_head_bar_line,
.text-right .gr_head_bar_line {
	border-style:solid;
	border-width:0;
}
.text-center .gr_head_bar_line,
.text-left .gr_head_bar_line {
	border-left-width:2px;
	margin-left:13px;
}
.text-right .gr_head_bar_line {
	border-right-width:2px;
	margin-right:13px;
}
.gr_head_bar_line_elem {
	width:2px;
	height:66%;
	position:absolute;
	top:50%;
	transform:translateY(-50%);
}

.text-center .gr_head_bar_line_elem.one_line_elem,
.text-left .gr_head_bar_line_elem.one_line_elem {
	left:-14px;
	height:33%;
}
.text-center .gr_head_bar_line_elem.two_line_elem,
.text-left .gr_head_bar_line_elem.two_line_elem {
	left:-8px;
}
.text-right .gr_head_bar_line_elem.one_line_elem {
	right:-8px;
}
.text-right .gr_head_bar_line_elem.two_line_elem {
	right:-14px;
	height:33%;
}


.gr_title.gr_head_line {
	padding:0;
}
.gr_title.gr_head_line .gr_line_elem {
	width:50px;
	height:2px;
	background-color:#03c9a9;
	margin:0 auto;
}


.gr_title.gr_head_border {
	padding:20px;
	border-width:2px;
	border-style:solid;
}


.gr_vc_button {
	position:relative;
	text-align:center;
	white-space: nowrap;
    vertical-align: middle;
	transition:background .35s ease, color .35s ease, border .35s ease;
	-webkit-transition:background .35s ease, color .35s ease, border .35s ease;
	-moz-transition:background .35s ease, color .35s ease, border .35s ease;
	z-index:0;
	overflow:hidden;
}
.gr_vc_button:hover {
	transition:background .35s ease, color .35s ease, border .35s ease;
	-webkit-transition:background .35s ease, color .35s ease, border .35s ease;
	-moz-transition:background .35s ease, color .35s ease, border .35s ease;
}
.gr_vc_button.gr_anim_button:before {
	content:'';
	display:block;
	position:absolute;
	z-index:-1;
	opacity:0;
	transition:height .3s ease, width .3s ease, opacity .5s .5s;
	-webkit-transition:height .3s ease, width .3s ease, opacity .5s .5s;
	-moz-transition:height .3s ease, width .3s ease, opacity .5s .5s;
}
.gr_vc_button.gr_anim_button.gr-anim-left:before {
	width:0;
	height:100%;
	top:0;
	left:0;
}
.gr_vc_button.gr_anim_button.gr-anim-right:before {
	width:0;
	height:100%;
	top:0;
	right:0;
}
.gr_vc_button.gr_anim_button.gr-anim-top:before {
	width:100%;
	height:0;
	top:0;
	left:0;
}
.gr_vc_button.gr_anim_button.gr-anim-bottom:before {
	width:100%;
	height:0;
	bottom:0;
	left:0;
}
.gr_vc_button.gr_anim_button.gr-anim-top:hover:before,
.gr_vc_button.gr_anim_button.gr-anim-bottom:hover:before,
.gr_vc_button.gr_anim_button.gr-anim-left:hover:before,
.gr_vc_button.gr_anim_button.gr-anim-right:hover:before {
	transition:height .8s ease, width .8s ease;
	-webkit-transition:height .8s ease, width .8s ease;
	-moz-transition:height .8s ease, width .8s ease;
	opacity:1;
}
.gr_vc_button.gr_anim_button.gr-anim-top:hover:before,
.gr_vc_button.gr_anim_button.gr-anim-bottom:hover:before {
	height:100%;
}
.gr_vc_button.gr_anim_button.gr-anim-left:hover:before,
.gr_vc_button.gr_anim_button.gr-anim-right:hover:before {
	width:100%;
}
.gr-button-icon-left ,
.gr-header-icon-left {
	margin-right:10px;
}
.gr-header-icon-left {
	float:left;
}
.gr-button-icon-right,
.gr-header-icon-right {
	margin-left:10px;
}
.gr-header-icon-right {
	float:right;	
}
.gr-button-icon-top,
.gr-header-icon-top {
	display:block;
	margin-bottom:10px;
}
.gr-button-icon-bottom,
.gr-header-icon-bottom {
	display:block;
	margin-top:10px;
}


.gr_progress_bar .gr_label {
	display: block;
    padding: 0 10px;
    position: relative;
    z-index: 1;
	width:0;
	letter-spacing:2px;
}
.gr_progress_bar .gr_label.out_bar {
	width:100%;
}
.gr_progress_bar .gr_single_bar {
	overflow:hidden;
    position: relative;
}
.gr_progress_bar .gr_single_bar .gr_bar {
	display: block;
    position: absolute;
    height: 100%;
    width: 0%;
    top: 0;
    left: 0;
}
.gr_progress_bar .gr_single_bar .gr_bar.striped {
	background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	-webkit-background-size: 40px 40px;
	-moz-background-size: 40px 40px;
	-o-background-size: 40px 40px;
	background-size: 40px 40px;
}
.gr_progress_bar .gr_single_bar .gr_bar.animated {
	-webkit-animation: progress-bar-stripes 2s linear infinite;
	-moz-animation: progress-bar-stripes 2s linear infinite;
	-ms-animation: progress-bar-stripes 2s linear infinite;
	-o-animation: progress-bar-stripes 2s linear infinite;
	animation: progress-bar-stripes 2s linear infinite;
}

.contact_info .fa {
	color:#000;
	padding-right:10px;	
}
.on_map {
	position:absolute;
	top:0;
	left:0;
	background-color:rgba(255,255,255,0.5);
	width:100%;
	height:100%;
}

.vc_figure-caption {
	position: absolute;
    text-align: center;
    bottom: 10px;
    padding: 10px 20px;
    letter-spacing: 1px;
    background-color: rgba(255,255,255,0.9);
}
.vc_align_left .vc_figure-caption {
	left:10px;
}
.vc_align_right .vc_figure-caption {
	right:10px;
}
.vc_align_center .vc_figure-caption {
	width:calc(100% - 20px);
	left:10px;
}
.vc_figure-caption {
	font-size:12px;
}

.gr_team_member_image_holder {
	position:relative;
}
.gr_team_member_image_holder .gr_mask_holder {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	display:flex;
	flex-direction:column;
	justify-content: center;
	background-color:rgba(0,0,0,0);
	transition:background .3s ease;
}
.gr_team_member_image_holder .gr_mask_holder:after {
	content:'';
	display:block;
	position:absolute;
	top:15px;
	left:15px;
	width:calc(100% - 30px);
	height:calc(100% - 30px);
	border:1px solid #fff;
	opacity:0;
	transition:opacity .3s ease;
}
.gr_team_member_image_holder .gr_team_cont_holder {
	text-align:center;
	color:#f9f9f9;
	font-size:12px;
	opacity:0;
	transition:opacity .3s ease;
}
.gr_team_member_image_holder .gr_team_cont_holder h6 {
	color:#fff;
	margin:0;
	font-size:18px;
}
.gr_team_member_image_holder:hover .gr_team_cont_holder {
	opacity:1;
	transition:opacity .3s .2s ease;
}
.gr_team_member_image_holder:hover .gr_mask_holder {
	background-color:rgba(0,0,0,0.4);
	transition:background .3s ease;
}
.gr_team_member_image_holder:hover .gr_mask_holder:after {
	opacity:1;
	transition:opacity .3s .2s ease;
	-moz-transition:opacity .3s .2s ease;
	-webkit-transition:opacity .3s .2s ease;
}
.gr_team_member_image_holder .gr_icons {
	z-index:1;
	text-align:center;
	color:#fff;
	padding-top:10px;
}
.gr_team_member_image_holder .gr_icons a {
	color:#fff;
	display:inline-flex;
	justify-content:center;
	text-align:center;
	align-items: center;
	flex-direction: column;
	width:35px;
	height:35px;
	margin-right:5px;
	border-radius:50%;
	background-color: rgba(255,255,255,0.3);
	opacity:0;
	transform:translateY(50px);
	transition: all .3s ease;
	-moz-transition: all .3s ease; 
	-webkit-transition: all .3s ease; 
}
.gr_team_member_image_holder .gr_icons a.gr-vis {
	opacity:1;
	transform:translateY(0);
	transition: opacity .3s .2s ease, transform .3s .2s ease;
	-moz-transition: opacity .3s .2s ease, transform .3s .2s ease;
	-webkit-transition: opacity .3s .2s ease, transform .3s .2s ease;
}
.gr_team_member_image_holder .gr_icons a.gr_tw:hover {
	background-color: #00aced;
}
.gr_team_member_image_holder .gr_icons a.gr_fb:hover {
	background-color: #3b5998;
}
.gr_team_member_image_holder .gr_icons a.gr_in:hover {
	background-color: #517fa4;
}
.gr_team_member_image_holder .gr_icons a.gr_gplus:hover {
	background-color: #dd4b39;
}
.gr_team_member_image_holder .gr_icons a.gr_mail:hover {
	background-color: #cb2027;
}
.gr_team_member_image_holder .gr_icons a,
.gr_team_member_image_holder .gr_icons a:hover{
	transition: all .3s ease;
	-moz-transition: all .3s ease; 
	-webkit-transition: all .3s ease; 
}

/*------------------------------------------------------------------
[5. Widget]
-------------------------------------------------------------------*/

#wp-calendar {
    width: 100%;
}
#wp-calendar caption {
	text-align:center;
	color:#cccccc;
    text-transform: uppercase;
    font-size: 13px;
	font-weight:300;
    letter-spacing: 1.5px;
    padding-bottom: 15px;
}
#wp-calendar tr,
#wp-calendar th {
    font-size: 12px;
    text-align: center;
}
#wp-calendar thead th {
    padding: 7px;
    border-width: 1px;
	border-style:solid;
	border-color: transparent;
}
.gr_footer_widget #wp-calendar thead th {
	background-color:#363636;
}
#wp-calendar tbody td {
    padding: 7px;
    background: #f3f3f3;
	border-width:1px;
	border-style:solid;
	border-color:transparent;
    color: #999
}
#wp-calendar td.gr-today,
#wp-calendar tbody td:hover:not(.pad) {
    background: #fdfdfd;
}
#wp-calendar tbody .pad {
    background: none;
}
#prev,
#next {
    text-align: left;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}
#next {
    text-align: right;
}

.gr-instagram-widget,
.gr_flick {
	margin:0;
	padding:0;
	list-style:none;
	line-height:0;
}

.gr-instagram-widget > li,
.gr_flick > li {
    display: block;
    float: left;
    overflow: hidden;
    width: 33.33333333%;
    padding: 0 !important;
	border-width:2px !important;
	border-style:solid !important;
	border-color:transparent !important;
}
.gr_flick > li:after {
	display:none !important;
}
.gr-instagram-widget.gr-luna-modern > li:nth-child(odd),
.gr_flick.gr-luna-modern > li:nth-child(odd) {
	border-radius:50% 0;
}
.gr-instagram-widget.gr-luna-modern > li:nth-child(even),
.gr_flick.gr-luna-modern > li:nth-child(even) {
	border-radius:0 50%;
}
.gr-instagram-widget.gr-luna-circle > li,
.gr_flick.gr-luna-circle > li {
	border-radius:50%;
}

.gr-instagram-widget > li > a,
.gr_flick > li > a {
    position: relative;
    display: block !important;
    width: 100%;
	height:100%;
	transition: transform .35s ease;
}
.gr_flick > li > a:after,
.gr-instagram-widget > li > a:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: background .35s;
    -webkit-transition: background .35s;
}

.gr_flick > li:hover > a:after,
.gr-instagram-widget > li:hover > a:after {
    background: rgba(255, 255, 255, 0.3);
    transition: background .35s ease;
    -webkit-transition: background .35s ease;
}
.gr-instagram-widget > li:hover > a,
.gr_flick > li:hover > a {
	transition: transform .35s ease;
}
.gr_flick > li > a img {
    height: 100%;
}
.gr-instagram-widget > li > a.gr-luna-insta-follow,
.gr-instagram-widget > li > a.gr-luna-insta-follow:after {
	display: flex !important;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.gr-instagram-widget > li > a.gr-luna-insta-follow {
	position:relative;
	background-color: #F3F3F3;
}
.gr-instagram-widget > li > a.gr-luna-insta-follow span {
	color: #444;
	font-size:13px;
	font-weight:400;
	opacity:1;
	-webkit-transition: opacity .3s ease;
	-moz-transition: opacity .3s ease;
	transition: opacity .3s ease;
}
.gr-instagram-widget > li > a.gr-luna-insta-follow:hover span {
	opacity:0;
	-webkit-transition: opacity .3s ease;
	-moz-transition: opacity .3s ease;
	transition: opacity .3s ease;
}
.gr-instagram-widget > li > a.gr-luna-insta-follow:after {
	font-family: 'FontAwesome';
	content:'\f061';
	background-color:transparent;
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	color:#dcdcdc;
	font-size:90px;
	opacity:0;
	-webkit-transition: opacity .3s ease;
	-moz-transition: opacity .3s ease;
	transition: opacity .3s ease;
}
.gr-instagram-widget > li > a.gr-luna-insta-follow:hover:after {
	opacity:1;
	-webkit-transition: opacity .3s ease;
	-moz-transition: opacity .3s ease;
	transition: opacity .3s ease;
}

.gr_logo {
	min-width:10px;
	min-height:10px;
}
.gr_logo img.gr-logo-light {
	display:none;	
}
.background--dark img.gr-logo-light,
.gr-luna-light-menu img.gr-logo-light,
header.smaller .gr-luna-first-logo img.gr-logo-light {
	display:block;	
}
.background--light img.gr-logo-dark,
.gr-luna-dark-menu img.gr-logo-dark,
header.smaller .gr-luna-second-logo img.gr-logo-dark {
	display:block;	
}
.background--dark img.gr-logo-dark,
.gr-luna-dark-menu img.gr-logo-light,
header.smaller .gr-luna-first-logo img.gr-logo-dark {
	display:none;	
}
 .background--light img.gr-logo-light,
.gr-luna-light-menu img.gr-logo-dark,
header.smaller .gr-luna-second-logo img.gr-logo-light {
	display:none;	
}

/*------------------------------------------------------------------
[6. Media Queries]
-------------------------------------------------------------------*/
/* 4.1 - >= 767px */

@media (min-width: 0px) and (max-width: 767px) {
	.gr-pagebox-holder {
		border:none !important;
	}
	
	header .gr-header-holder {
		padding:40px 20px !important;
		flex-direction:column;
		justify-content:center;
		align-items:center;
	}
	
	header.smaller .gr-header-holder {
		padding:10px 20px  !important;
	}
	nav.gr-menu-holder {
		position:absolute;
		top:109px;
		left:-100%;
		opacity:0;
		width:80%;
		padding:20px;
		transition:all .3s ease;
		z-index:9999;
	}
	nav.gr-menu-holder.gr-open-menu {
		left:0;
		top:100%;
		opacity:1;
		transition:left .3s ease, opacity .3s ease;
	}
	.gr-mobile .gr_header_menu > li > ul,
	.gr-mobile .gr_header_menu > li > ul > li > ul {
		position:relative;
	}
	.gr-mobile .gr_header_menu > li.gr-open-sub > ul {
		display:block;
		opacity:1;
	}
	.gr-mobile .gr_header_menu > li > ul > li,
	.gr-mobile .gr_header_menu > li > ul > li > ul > li {
		padding:0;
	}
	.gr-mobile .gr_header_menu > li {
		text-align:left;
	}
	.gr-mobile .gr_header_menu > li > a {
		display:inline-block;
	}
	.gr-mobile .gr_header_menu > li > ul > li > a,
	.gr-mobile .gr_header_menu > li > ul > li > ul > li > a {
		padding-right:0;
	}
	.gr_header_menu {
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
	}
	.gr-mobile .gr_header_menu > li {
		float:none;
		padding:10px !important;
	}
	.gr_header_menu > li a {
		font-size:20px;
		font-weight:300;
	}
	.smaller .gr_header_menu> li:hover {
		background-color: #444;
	}
	.smaller .gr_header_menu > li:hover,
	.gr_header_menu > li:hover {
		background-color:transparent !important;
	}
	
	header.smaller .gr_logo {
		display:none;
	}
	.gr_logo {
		margin-bottom:40px;
	}
	
	.gr-luna-tagline {
		padding-bottom:40px;
	}
	
	.gr_footer_widget  {
		padding:40px 0;
	}
	#wp-calendar caption {
		line-height:13px;
	}
	.wpcf7 .wpcf7-form-control-wrap input, .wpcf7 .wpcf7-form-control-wrap textarea {
		margin-bottom:5px;
	}
	.gr-luna-blog {
		padding:0 30px;
	}
	.gr-luna-post-holder {
		height: auto;
		margin: 0 0 30px !important;
	}
	.gr-luna-blog-title {
		font-size:18px;
	}
	.gr-luna-ddate {
		font-size:11px;
		line-height:20px;
	}
	.gr-luna-post-link {
		top:0;
		width:100%;
		height:100%;
	}
	.gr-luna-post-gallary-holder,
	.gr-luna-post-video-holder,
	.gr-luna-post-video-feat-img {
		top:0;
		width:100%;
	}
	.gr-luna-blog-title-holder {
		position:relative;
		max-width:100%;
		width:100%;
		top:auto;
		padding:10px;
		text-align:center;
	}
	.gr-luna-post-gallary-holder, .gr-luna-post-video-feat-img {
		position:absolute;
		bottom:0;
		top:inherit;
	}
	.gr-luna-play-video {
		bottom:calc(50% - 35px);
		top:inherit;
	}
	.gr-luna-post-holder.gr-luna-rtext .gr-luna-ddate,
	.gr-luna-post-holder.gr-luna-ltext .gr-luna-ddate {
		float:none;
	}
	.gr-luna-post-holder.gr-luna-rtext .gr-luna-blog-title,
	.gr-luna-post-holder.gr-luna-ltext .gr-luna-blog-title {
		text-align:center;
	}
	.gr-luna-post-holder.gr-luna-ltext .gr-luna-blog-title-holder,
	.gr-luna-post-holder.gr-luna-rtext .gr-luna-blog-title-holder {
		background-color:#fff;
	}
	.gr-luna-post-holder.gr-luna-rtext .gr-luna-blog-title-holder-arc,
	.gr-luna-post-holder.gr-luna-ltext .gr-luna-blog-title-holder-arc {
		display:none;
	}
	.gr-luna-post-holder.gr-luna-ltext .gr-luna-post-content {
		right:calc(100% - 15px);
	}
	.gr-luna-post-holder.gr-luna-rtext .gr-luna-post-content {
		left:calc(100% - 15px);
	}
	.gr-luna-post-holder.gr-luna-ltext .gr-luna-post-content,
	.gr-luna-post-holder.gr-luna-rtext .gr-luna-post-content {
		opacity:1;
		position:relative;
		width:auto;
		left:0;
		top:0;
		visibility:visible;
		overflow:hidden;
	    justify-content: center;
	}
	.gr-luna-post-holder.gr-luna-ltext .gr-luna-post-content:after,
	.gr-luna-post-holder.gr-luna-rtext .gr-luna-post-content:after {
		display:none;
	}
	.gr-luna-page-back-big .gr-luna-title-holder {
		padding:15px 30px;
		max-width:90%;
	}
	.gr-luna-title-holder h1 {
		font-size:22px;
		line-height:40px;
	}
	.gr-luna-post-media,
	.gr-luna-post-gallary-holder {
		position:relative;
		height:350px;
	}
	
	.gr-luna-post-video-holder,
	.gr-luna-video-post .gr-luna-post-media {
		height:auto;
	}
	.gr-luna-post-video-feat-img {
		height:100%;
	}
	
	.gr-luna-page-back-half .gr-luna-title-holder,
	.gr-luna-page-back-big .gr-luna-title-holder,
	.gr-luna-page-back-full .gr-luna-title-holder {
		padding:15px 25px !important;
	}
	
	.gr-luna-prev-post,
	.gr-luna-next-post {
		width:50%;
		margin:0;
	}
	
	.comment-form-comment {
		height:7rem;
	}
	.comment-body {
		position:relative;
		padding:15px;
	}
	.gr-luna-comment-author {
		float:none !important;
	}
	.gr-luna-comment-data {
		letter-spacing:normal;
		font-size:11px;
		margin-left:0;
		margin-top:10px;
		display:block;
		float:none !important;
	}
	.gr-luna-comment-edit, .gr-luna-comment-logout {
		font-size:11px;
		position:absolute;
		top:5px;
		right:5px;
	}
	.comment ul.children {
		padding-left:15px;
	}
	.comment ul.children:after {
		display:none;
	}
	
	.gr_footer_widget .gr-luna-widget {
		margin-bottom:25px
	}
	
	.gr_copyright {
		text-align:center;
	}
	.gr_footer_social_holder ul.gr_add_menu {
		display:flex;
		flex-direction:row;
		justify-content:center;
	}
	.gr_port_container {
		margin-left:0 !important;
		margin-right:0 !important;
	}
	.gr_port_container .gr_portfolio_item {
		padding-left:0 !important;
		padding-right:0 !important;
	}
}
/* 4.2 - >= 980px */
@media (min-width: 767px) and (max-width: 980px) {
	
	.gr-luna-tagline {
		padding-top:60px;
		padding-bottom:40px;
	}
	.gr_title h3 {
		font-size:16px;
		line-height:30px;
		font-weight:600;
	}
	.gr_title.gr_head_line .gr_line_elem {
		width:50px;
	}
	.gr-luna-prev-post {
		width:50%;
		margin-left:0;
	}
	.gr-luna-next-post {
		width:50%;
		margin-right:0;
	}
	.gr_footer_widget {
		padding-left:0 !important;
		padding-right:0 !important;
	}
	#wp-calendar tbody td {
		padding:0;
	}
	#wp-calendar caption {
		line-height:13px;
	}
	.wpcf7 .wpcf7-form-control-wrap input, .wpcf7 .wpcf7-form-control-wrap textarea {
		margin-bottom:5px;
	}
	.wpcf7 .wpcf7-form-control-wrap .wpcf7-textarea {
		height:100px;
	}

}
/* 4.3 - >= 1200px */
@media (min-width: 980px) and (max-width: 1200px) {

}
/* 4.4 - >= 1280px */
@media (min-width: 1024) and (max-width: 1280px) {

}