/**
 * Table of Contents:
 *
 * 1.0 - Css Reset
 * 2.0 - Typography
 * 3.0 - Text Aligns
 * 4.0 - Buttons
 * 5.0 - Colors
 * 6.0 - Background Style
 * 7.0 - Hovers
 *    7.1 - Magnific Popup
 * 8.0 - Elements Styles
 * 9.0 - Pagination
 * 10.0 - Inputs
 * 11.0 - Wrapper
 * 12.0 - Header
 * 13.0 - Page Titles 
 * 14.0 - Main Menu
 * 15.0 - Sidebar
 *    15.1 - Fixed Sidebar
 * 16.0 - Footer
 *    16.1 - Footer Bottom Bar
 *    16.2 - Footer Copyright
 *    16.3 - Footer Second Menu
 *    16.4 - Back to Top
 * 17.0 - Media Queries
 * ----------------------------------------------------------------------------
 */

 
 
/**
 * 1.0 - Css Reset
 * ----------------------------------------------------------------------------
 */

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: top;
	background: transparent;
}

body {
	margin: 0;
}

img {
	max-width: 100%;
	border: none;
}

ol,ul {
	list-style: none;
}

a {
	text-decoration: none;
	outline: 0;
}

a:hover {
	text-decoration: none;
}


/**
 * 2.0 - Typography
 * ----------------------------------------------------------------------------
 */

html {
    font-size: 15px;
    -webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	font-family: 'Source Sans Pro', sans-serif;
}

h1,h2,h3,h4,h5,h6 {
	margin: 0px;
	padding: 0;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: -0.05em;
	margin-bottom: 15px;
	font-family: 'exoregular';
}

h1 {
	font-size: 60px;
}

h2 {
	font-size: 45px;
}

h3 {
	font-size: 40px;
}

h4 {
	font-size: 32px;
}

h5 {
	font-size: 24px;
}

h6 {
	font-size: 20px;
}

small {
	letter-spacing: 0.1px;
	font-size: 0.8em;
	display: block;
	margin: 0 0 25px;
}

p {
	line-height: 24px;
	position: relative;
	font-weight: 400;
	margin: 0px 0px 30px 0px;
}

.grve-element p:last-child {
	margin: 0px !important;
}

.grve-medium-text {
	font-size: 38px !important;
	line-height: 1.2;
	font-family: 'exothin';
}

.grve-large-text {
	font-size: 48px !important;
	line-height: 1.2;
	font-family: 'exoregular';
}

.grve-bold-text {
	font-weight: bold;
	font-weight: 600;
}

.grve-light-text {
	font-weight: normal;
	font-weight: 200;
}


.grve-icon-box.grve-align-right .grve-box-content {
	padding-right: 100px;
}



@font-face {
    font-family: 'exobold';
    src: url('exo-bold-webfont.eot');
    src: url('exo-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('exo-bold-webfont.woff') format('woff'),
         url('exo-bold-webfont.ttf') format('truetype'),
         url('exo-bold-webfont.svg#exobold') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'exoregular';
    src: url('exo-regular-webfont.eot');
    src: url('exo-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('exo-regular-webfont.woff') format('woff'),
         url('exo-regular-webfont.ttf') format('truetype'),
         url('exo-regular-webfont.svg#exoregular') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'exothin';
    src: url('exo-thin-webfont.eot');
    src: url('exo-thin-webfont.eot?#iefix') format('embedded-opentype'),
         url('exo-thin-webfont.woff') format('woff'),
         url('exo-thin-webfont.ttf') format('truetype'),
         url('exo-thin-webfont.svg#exothin') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
	font-family: 'NeutraTextTF-BookSC';
	src: url('NeutraTextTF-BookSC.eot?') format('eot'), 
	     url('NeutraTextTF-BookSC.otf')  format('opentype'),
	     url('NeutraTextTF-BookSC.woff') format('woff'), 
	     url('NeutraTextTF-BookSC.ttf')  format('truetype'),
	     url('NeutraTextTF-BookSC.svg#NeutraTextTF-BookSC') format('svg');
}


/**
 * 3.0 - Text Aligns
 * ----------------------------------------------------------------------------
 */

.grve-align-left {
	text-align: left;
}

.grve-align-right {
	text-align: right;
}

.grve-align-center {
	text-align: center;
}


/**
 * 4.0 - Buttons
 * ----------------------------------------------------------------------------
 */

.grve-btn {
	padding: 1em 2.692em !important;
	margin: 10px 5px;
	display: inline-block;
	border: none;
	cursor: pointer;
	box-shadow: 0px 1px 0px rgba(255,255,255,0.25) inset, 0px 1px 3px rgba(0,0,0,0.2) !important;
	border: 1px solid;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: normal;
	line-height: 1;
	font-family: 'Source Sans Pro', sans-serif;
	-webkit-transition: all 0.2s ease;                  
	-moz-transition: all 0.2s ease;                 
	-o-transition: all 0.2s ease;   
	-ms-transition: all 0.2s ease;          
	transition: all 0.2s ease;
}

p .grve-btn  {
	margin: 0px 5px;
}

.grve-btn.grve-btn-line {
	border: 1px solid #fff;
	color: #fff;
}

.grve-btn.grve-btn-line:hover {
	border: 1px solid #fff;
	background-color: #fff;
}

.grve-btn:active {
	-webkit-box-shadow:  0px 2px 0px 0px rgba(0, 0, 0, 0);   
	box-shadow:  0px 2px 0px 0px rgba(0, 0, 0, 0);
}

/* Advanced Button */
.grve-btn.grve-btn-advanced {
	padding: 0 !important;
}

.grve-btn.grve-btn-line.grve-btn-advanced:hover {
	background-color: transparent;
}

.grve-btn.grve-btn-advanced span {
	padding: 1em 2.692em !important;
}


.grve-btn.grve-btn-advanced{
	position: relative;
	z-index: 1;
	overflow: hidden;
}


.grve-btn.grve-btn-advanced  span {
	display: block;
	-webkit-transition: -webkit-transform 0.3s;
	-moz-transition: -moz-transform 0.3s;
	transition: transform 0.3s;
}

.grve-btn.grve-btn-advanced:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: -1;
	padding: 1em 0px !important;
	z-index: 1;
	content: attr(data-hover);
	-webkit-transition: -webkit-transform 0.3s;
	-moz-transition: -moz-transform 0.3s;
	transition: transform 0.3s;
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	transform: translateX(-100%);
	text-align: center;
}

.grve-btn-line.grve-btn-advanced:before {
	background-color: #fff;
}

.grve-btn.grve-btn-advanced:hover span,
.grve-btn.grve-btn-advanced:focus span {
	-webkit-transform: translateX(100%);
	-moz-transform: translateX(100%);
	transform: translateX(100%);
}

.grve-btn.grve-btn-advanced:hover:before,
.grve-btn.grve-btn-advanced:focus:before {
	-webkit-transform: translateX(0%);
	-moz-transform: translateX(0%);
	transform: translateX(0%);
}

.grve-btn-large {
	font-size: 16px !important;
}

.grve-btn-medium {
	font-size: 13px !important;
}

.grve-btn-small {
	font-size: 12px !important;
}

.grve-btn-extrasmall {
	font-size: 10px !important;
}

/*-- Buttons Aligns --*/
.grve-align-left .grve-btn {
	margin-left: 0px;
}

.grve-align-right .grve-btn {
	margin-right: 0px;
}

.grve-icon-box.grve-align-left .grve-box-content {
	padding-left: 100px;
}



/**
 * 5.0 - Colors
 * ----------------------------------------------------------------------------
 */

/*-- Green --*/
.grve-green-color,
input[type='submit'].grve-green-color {
	background-color: #5F8D24;
	border-color: #5F8D24;
	color: #fff;
}

a.grve-green-color:hover,
input[type='submit'].grve-green-color:hover {
	background-color: #6EA726;
	border-color: #6EA726;
	color: #fff;
}

/*-- Green Light --*/
.grve-green-light-color {
	background-color: #DAEEC5;
	color: #408B60;
}

/*-- Orange --*/
.grve-orange-color,
input[type='submit'].grve-orange-color {
	background-color: #ffb125;
	border-color: #ffb125;
	color: #fff;
}

a.grve-orange-color:hover,
input[type='submit'].grve-orange-color:hover {
	background-color: #DF8F00;
	border-color: #DF8F00;
	color: #fff;
}

/*-- Orange Light --*/
.grve-orange-light-color {
	background-color: #F8E2AB;
	color: #CE9409;
}

/*-- Blue --*/
.grve-blue-color,
input[type='submit'].grve-blue-color {
	background-color: #46acee;
	border-color: #46acee;
	color: #fff;
}

a.grve-blue-color:hover,
input[type='submit'].grve-blue-color:hover {
	background-color: #2279d7;
	border-color: #2279d7;
	color: #fff;
}

/*-- Blue Light --*/
.grve-blue-light-color {
	background-color: #CDEAFD;
	color: #3488BE;
}

/*-- Red --*/
.grve-red-color,
input[type='submit'].grve-red-color {
	background-color: #dfa610;
	border-color: #af830e;
	color: #fff;
}

a.grve-red-color:hover,
input[type='submit'].grve-red-color:hover {
	background-color: #191715;
	border-color: #000000;
	color: #dfa610;
}

/*-- Red Light --*/
.grve-red-light-color {
	background-color: #FAB9B6;
	color: #B63A35;
}

/*-- Aqua --*/
.grve-aqua-color,
input[type='submit'].grve-aqua-color {
	background-color: #2fceb8;
	border-color: #2fceb8;
	color: #fff;
}

a.grve-aqua-color:hover,
input[type='submit'].grve-aqua-color:hover {
	background-color: #16ab8d;
	border-color: #16ab8d;
	color: #fff;
}

/*-- Aqua Light --*/
.grve-aqua-light-color {
	background-color: #8FD8CE;
	color: #279182;
}

/*-- Purple --*/
.grve-purple-color,
input[type='submit'].grve-purple-color {
	background-color: #380E6F;
	border-color: #380E6F;
	color: #fff;
}

a.grve-purple-color:hover,
input[type='submit'].grve-purple-color:hover {
	background-color: #940ae5;
	border-color: #940ae5;
	color: #fff;
}

/*-- Purple Light --*/
.grve-purple-light-color {
	background-color: #C1B0D8;
	color: #693EA5;
}

/*-- White --*/
.grve-white-color,
input[type='submit'].grve-white-color {
	background-color: #f8f7f6;
	border-color: #f8f7f6;
	color: #a09d9d;
}

a.grve-white-color:hover,
input[type='submit'].grve-white-color:hover{
	background-color: #eeecea;
	border-color: #eeecea;
	color: #474747;
}

/*-- White Light --*/
.grve-white-light-color {
	background-color: #E7E7E7;
	color: #858484;
}

/*-- Black --*/
.grve-black-color,
input[type='submit'].grve-black-color {
	background-color: #000000;
	border-color: #000000;
	color: #fff;
}

a.grve-black-color:hover,
input[type='submit'].grve-black-color:hover {
	background-color: #1a1a1a;
	border-color: #1a1a1a;
	color: #fff;
}

/*-- Black Light --*/
.grve-black-light-color {
	background-color: #1a1a1a;
	color: #fff;
	border-color: #000 !important;
}

.grve-highlight,
.grve-social.grve-social-large li a:hover,
#grve-share-modal .grve-social li a:hover {
	color: #ffb600;
}


/**
 * 6.0 - Background Style
 * ----------------------------------------------------------------------------
 */
/* Images Background */
.grve-bg-image {
	opacity: 1;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.grve-fixed-bg {
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top left;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

.grve-animated-bg {
	background-size: auto !important;
	background-repeat: repeat-x;
	background-position: center center;
	z-index: 1;
}

/* Video Background */
.grve-video-bg {
	overflow: hidden;
}

.grve-video-bg-element {
	position: absolute !important;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	left: 0px;
	overflow: hidden;
}

.grve-video-container {
	position: absolute;
	width: 100%;
	top: 55%;
	left: 0px;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	z-index: 2;
}

/* Patterns & Overlays */
.grve-pattern {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: 1;
}

.grve-white-overlay:before,
.grve-black-overlay:before,
.grve-primary-overlay:before,
.grve-secondary-overlay:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: 1;
}

.grve-overlay-fade:hover .grve-overlay-10:before,
.grve-overlay-10:before {
	opacity: 0.1;
}

.grve-overlay-fade:hover .grve-overlay-20:before,
.grve-overlay-20:before {
	opacity: 0.2;
}

.grve-overlay-fade:hover .grve-overlay-30:before,
.grve-overlay-30:before {
	opacity: 0.3;
}

.grve-overlay-fade:hover .grve-overlay-40:before,
.grve-overlay-40:before {
	opacity: 0.4;
}

.grve-overlay-fade:hover .grve-overlay-50:before,
.grve-overlay-50:before {
	opacity: 0.5;
}

.grve-overlay-fade:hover .grve-overlay-60:before,
.grve-overlay-60:before {
	opacity: 0.6;
}

.grve-overlay-fade:hover .grve-overlay-70:before,
.grve-overlay-70:before {
	opacity: 0.7;
}

.grve-overlay-fade:hover .grve-overlay-80:before,
.grve-overlay-80:before {
	opacity: 0.8;
}

.grve-overlay-fade:hover .grve-overlay-90:before,
.grve-overlay-90:before {
	opacity: 0.9;
}

.grve-overlay-fade .grve-overlay-10:before,
.grve-overlay-fade .grve-overlay-20:before,
.grve-overlay-fade .grve-overlay-30:before,
.grve-overlay-fade .grve-overlay-40:before,
.grve-overlay-fade .grve-overlay-50:before,
.grve-overlay-fade .grve-overlay-60:before,
.grve-overlay-fade .grve-overlay-70:before,
.grve-overlay-fade .grve-overlay-80:before,
.grve-overlay-fade .grve-overlay-90:before {
	opacity: 1;
	-webkit-transition: all 0.4s ease; 
	-moz-transition: all 0.4s ease; 
	-o-transition: all 0.4s ease; 
	transition: all 0.4s ease; 
}

/**
 * 7.0 - Hovers
 * ----------------------------------------------------------------------------
 */
.grve-hover-item {
	overflow: hidden;
}

.grve-hover-item a {
	display: block;
	position: relative;
}

.grve-hover-item a {
	overflow: hidden;
}

.grve-hover-item a .grve-hover-content{
	position: absolute;
	background: #333;
	background: rgba(0,0,0,0.8);
	width: 100%;
	height: 100%;
	z-index: 2;
}

.grve-hover-item a .grve-hover-subtitle,
.grve-hover-item a .grve-hover-title {
	position: absolute;
	top: 50% !important;
	left: 50% !important;
	text-align: center;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.grve-hover-item a .grve-hover-title:before {
	content: '+';
	margin-right: 10px;	
}

.grve-hover-title {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	width: 70%;
	font-size: 18px;
	font-weight: 300;
	display: block;
	color: #fff;
}

.grve-hover-subtitle {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	width: 70%;
	font-size: 12px;
	margin-top: 25px;
	opacity: 0.4;
	display: block;
	color: #fff;
}


/* Video Hover Icon */
.grve-video-icon:before {
	content: '';
	text-align: center;
	line-height: 70px;
	position: absolute;
	width: 70px;
	height: 70px;
	background: rgba(0,0,0,0.9);
	z-index: 1;
	top: 50%;
	left: 50%;
	margin-top: -35px;
	margin-left: -35px;
	background-image: url(../images/graphics/player.svg);
	background-repeat: no-repeat;
}

/**
 * 7.1 - Magnific Popup
 * ----------------------------------------------------------------------------
 */
/* Pop Up Share */
#grve-share-modal .grve-social ul {
	text-align: center;
}

#grve-share-modal .grve-social li {
	margin: 10px;
}

#grve-share-modal .grve-social li i{
	font-size: 70px;
}

#grve-share-modal .grve-social li a{
	background: none;
	display: inline-block;
	width: 70px;
	height: 70px;
	line-height: 70px;
	border: none;
	text-align: center;
	color: #fff;
}

#grve-share-modal .grve-social li a:hover {
	background-color: transparent !important;
}

#grve-share-modal {
	text-align: center;
	max-width: 400px;
	margin: 40px auto;
	position: relative;
}

#grve-search-modal {
	text-align: center;
	max-width: 800px;
	margin: 40px auto;
	position: relative;
}

#grve-search-modal .grve-search {
	max-width: 100%;
}

#grve-search-modal input[type='text'] {
	background: none;
	border: none;
	font-size: 70px;
	color: #fff;
	padding: 20px;
	font-weight: 400;
	font-family: 'Source Sans Pro', sans-serif;
}

#grve-search-modal .grve-search-btn {
	border: none;
	font-size: 50px;
	top: 50%;
	margin-top: -25px;
	width: 55px;
	height: 50px;
	background: none !important;
}

#grve-contact-modal {
	max-width: 600px;
	margin: 40px auto;
	position: relative;
}

#grve-contact-modal input[type='text'],
#grve-contact-modal textarea {
	background: rgba(255,255,255,0.1);
	border: none;
	color: #fff;
}
#grve-contact-modal .grve-form-input,
#grve-contact-modal .grve-form-textarea ,
#grve-contact-modal .grve-form {
	width: 100%;
	padding: 0;
	margin: 0 0 10px 0;
}
#grve-contact-modal textarea  {
	min-height: 200px;
}

#grve-contact-modal .grve-btn {
	margin: 0;
}


/* start state */
.my-mfp-zoom-in .grve-header-modal {
	opacity: 0;
	-webkit-transition: all 0.2s ease-in-out; 
	-moz-transition: all 0.2s ease-in-out; 
	-o-transition: all 0.2s ease-in-out; 
	transition: all 0.2s ease-in-out; 
	-webkit-transform: scale(0.8); 
	-moz-transform: scale(0.8); 
	-ms-transform: scale(0.8); 
	-o-transform: scale(0.8); 
	transform: scale(0.8); 
}

/* animate in */
.my-mfp-zoom-in.mfp-ready .grve-header-modal {
	opacity: 1;
	-webkit-transform: scale(1); 
	-moz-transform: scale(1); 
	-ms-transform: scale(1); 
	-o-transform: scale(1); 
	transform: scale(1); 
}

/* animate out */
.my-mfp-zoom-in.mfp-removing .grve-header-modal {
	-webkit-transform: scale(0.8); 
	-moz-transform: scale(0.8); 
	-ms-transform: scale(0.8); 
	-o-transform: scale(0.8); 
	transform: scale(0.8); 
	opacity: 0;
}

/* Dark overlay, start state */
.my-mfp-zoom-in.mfp-bg {
	opacity: 0;
	-webkit-transition: opacity 0.3s ease-out; 
	-moz-transition: opacity 0.3s ease-out; 
	-o-transition: opacity 0.3s ease-out; 
	transition: opacity 0.3s ease-out;
}
/* animate in */
.my-mfp-zoom-in.mfp-ready.mfp-bg {
	opacity: 0.95;
}
/* animate out */
.my-mfp-zoom-in.mfp-removing.mfp-bg {
	opacity: 0;
}

/* Magnific Popup CSS */
.mfp-bg {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1042;
	overflow: hidden;
	position: fixed;
	background: #0b0b0b;
	opacity: 0.8;
	filter: alpha(opacity=80); 
}

.mfp-wrap {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1043;
	position: fixed;
	outline: none !important;
	-webkit-backface-visibility: hidden; 
}

.mfp-container {
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 0 8px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; 
}

.mfp-container:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle; 
}

.mfp-align-top .mfp-container:before {
	display: none; 
}

.mfp-content {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	text-align: left;
	z-index: 1045; 
}

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
	width: 100%;
	cursor: auto; 
}

.mfp-ajax-cur {
	cursor: progress; 
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: -moz-zoom-out;
	cursor: -webkit-zoom-out;
	cursor: zoom-out; 
}

.mfp-zoom {
	cursor: pointer;
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in; 
}

.mfp-auto-cursor .mfp-content {
	cursor: auto; 
}

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none; 
}

.mfp-loading.mfp-figure {
	display: none; 
}

.mfp-hide {
	display: none !important; 
}

.mfp-preloader {
	color: #cccccc;
	position: absolute;
	top: 50%;
	width: auto;
	text-align: center;
	margin-top: -0.8em;
	left: 8px;
	right: 8px;
	z-index: 1044; 
}
.mfp-preloader a {
	color: #cccccc; }
.mfp-preloader a:hover {
	color: white; 
}

.mfp-s-ready .mfp-preloader {
	display: none; 
}

.mfp-s-error .mfp-content {
	display: none; 
}

button.mfp-close, button.mfp-arrow {
	overflow: visible;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
	display: block;
	outline: none;
	padding: 0;
	z-index: 1046;
	-webkit-box-shadow: none;
	box-shadow: none; 
}
button::-moz-focus-inner {
	padding: 0;
	border: 0; 
}

.mfp-close {
	width: 44px;
	height: 44px;
	line-height: 44px;
	position: absolute;
	right: 0;
	top: 0;
	text-decoration: none;
	text-align: center;
	opacity: 0.65;
	filter: alpha(opacity=65);
	padding: 0 0 18px 10px;
	color: white;
	font-style: normal;
	font-size: 28px;
	font-family: Arial, Baskerville, monospace; 
}
.mfp-close:hover, .mfp-close:focus {
	opacity: 1;
	filter: alpha(opacity=100); 
}
.mfp-close:active {
	top: 1px;
}

.mfp-close-btn-in .mfp-close {
	color: #333333;
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
	color: white;
	right: -6px;
	text-align: right;
	padding-right: 6px;
	width: 100%; 
}

.mfp-counter {
	position: absolute;
	top: 0;
	right: 0;
	color: #cccccc;
	font-size: 12px;
	line-height: 18px; 
}

.mfp-arrow {
	position: absolute;
	opacity: 0.65;
	filter: alpha(opacity=65);
	margin: 0;
	top: 50%;
	margin-top: -55px;
	padding: 0;
	width: 90px;
	height: 110px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0); 
}
.mfp-arrow:active {
	margin-top: -54px; 
}
.mfp-arrow:hover, .mfp-arrow:focus {
	opacity: 1;
	filter: alpha(opacity=100); 
}
.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 0;
	top: 0;
	margin-top: 35px;
	margin-left: 35px;
	border: medium inset transparent; 
}
.mfp-arrow:after, .mfp-arrow .mfp-a {
	border-top-width: 13px;
	border-bottom-width: 13px;
	top: 8px; 
}
.mfp-arrow:before, .mfp-arrow .mfp-b {
	border-top-width: 21px;
	border-bottom-width: 21px;
	opacity: 0.7; 
}

.mfp-arrow-left {
	left: 0; 
}
.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
	border-right: 17px solid white;
	margin-left: 31px; 
}
.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
	margin-left: 25px;
	border-right: 27px solid #3f3f3f; 
}

.mfp-arrow-right {
	right: 0; 
}
.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
	border-left: 17px solid white;
	margin-left: 39px; 
}
.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
	border-left: 27px solid #3f3f3f; 
}

.mfp-iframe-holder {
	padding-top: 40px;
	padding-bottom: 40px; 
}
.mfp-iframe-holder .mfp-content {
	line-height: 0;
	width: 100%;
	max-width: 900px; 
}
.mfp-iframe-holder .mfp-close {
	top: -40px; 
}

.mfp-iframe-scaler {
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-top: 56.25%; 
}
.mfp-iframe-scaler iframe {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	background: black; 
}

/* Main image in popup */
img.mfp-img {
	width: auto;
	max-width: 100%;
	height: auto;
	display: block;
	line-height: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 40px 0 40px;
	margin: 0 auto; 
}

/* The shadow behind the image */
.mfp-figure {
	line-height: 0; 
}

.mfp-figure:after {
	content: '';
	position: absolute;
	left: 0;
	top: 40px;
	bottom: 40px;
	display: block;
	right: 0;
	width: auto;
	height: auto;
	z-index: -1;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	background: #444444; 
}
.mfp-figure small {
	color: #bdbdbd;
	display: block;
	font-size: 12px;
	line-height: 14px; 
}

.mfp-figure figure {
	margin: 0; 
}

.mfp-bottom-bar {
	margin-top: -36px;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	cursor: auto; 
}

.mfp-title {
	text-align: left;
	line-height: 18px;
	color: #f3f3f3;
	word-wrap: break-word;
	padding-right: 36px; 
}

.mfp-image-holder .mfp-content {
	max-width: 100%; 
}

.mfp-gallery .mfp-image-holder .mfp-figure {
	cursor: pointer; 
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
	.mfp-img-mobile .mfp-image-holder {
		padding-left: 0;
		padding-right: 0; 
	}
	
	.mfp-img-mobile img.mfp-img {
		padding: 0; 
	}
	
	.mfp-img-mobile .mfp-figure:after {
		top: 0;
		bottom: 0;
	}
	
	.mfp-img-mobile .mfp-figure small {
		display: inline;
		margin-left: 5px; 
	}
	
	.mfp-img-mobile .mfp-bottom-bar {
		background: rgba(0, 0, 0, 0.6);
		bottom: 0;
		margin: 0;
		top: auto;
		padding: 3px 5px;
		position: fixed;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box; 
	}
	
	.mfp-img-mobile .mfp-bottom-bar:empty {
		padding: 0; 
	}
	
	.mfp-img-mobile .mfp-counter {
		right: 5px;
		top: 3px; 
	}
	.mfp-
	img-mobile .mfp-close {
		top: 0;
		right: 0;
		width: 35px;
		height: 35px;
		line-height: 35px;
		background: rgba(0, 0, 0, 0.6);
		position: fixed;
		text-align: center;
		padding: 0; 
	} 
}

@media all and (max-width: 900px) {

	.mfp-arrow {
		-webkit-transform: scale(0.75);
		transform: scale(0.75); 
	}
	.mfp-arrow-left {
		-webkit-transform-origin: 0;
		transform-origin: 0; 
	}
	.mfp-arrow-right {
		-webkit-transform-origin: 100%;
		transform-origin: 100%; 
	}
	.mfp-container {
		padding-left: 6px;
		padding-right: 6px; 
	} 
}

.mfp-ie7 .mfp-img {
	padding: 0; 
}

.mfp-ie7 .mfp-bottom-bar {
	width: 600px;
	left: 50%;
	margin-left: -300px;
	margin-top: 5px;
	padding-bottom: 5px; 
}

.mfp-ie7 .mfp-container {
	padding: 0; 
}

.mfp-ie7 .mfp-content {
	padding-top: 44px; 
}

.mfp-ie7 .mfp-close {
	top: 0;
	right: 0;
	padding-top: 0; 
}

 
/**
 * 8.0 - Elements Styles
 * ----------------------------------------------------------------------------
 */
/* Circle Elements */
.grve-icon-circle,
.grve-icon-box .grve-icon,
.grve-icon-box .grve-icon:after,
.grve-accordion .grve-title:before,
.grve-toggle .grve-title:before,
.grve-testimonial-image,
.grve-list li:before,
.grve-article-nav img,
.grve-slider .flex-control-nav li a,
.grve-testimonial-carousel .flex-control-nav li a,
#grve-fullscreen-area .grve-close-btn ,
.grve-video-icon:before {
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	border-radius: 100%;
}

/* Drop Shadow Elements */
.grve-image-hover .grve-icon,
.grve-icon-circle {
	-webkit-box-shadow:  0px 2px 0px 0px rgba(0, 0, 0, 0.2);   
	box-shadow:  0px 2px 0px 0px rgba(0, 0, 0, 0.2);
}


/**
 * 9.0 - Pagination
 * ----------------------------------------------------------------------------
 */

.grve-pagination {
	margin-bottom: 50px;
	text-align: right;
}

.grve-pagination .grve-pagination-nav {
	float: left;
}

.grve-pagination li {
	display: inline-block;
}

.grve-pagination li a{
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 29px;
	margin: 0px 1px;
	text-align: center;
	border: 1px solid;
	-webkit-transition: all 0.2s ease; 
	-moz-transition: all 0.2s ease; 
	-o-transition: all 0.2s ease; 
	transition: all 0.2s ease; 
}


 /**
 * 10.0 - Inputs
 * ----------------------------------------------------------------------------
 */ 
input[type='text'],
input[type='input'],
input[type='password'],
input[type='email'],
input[type='number'],
input[type='url'],
input[type='tel'],
input[type='search'],
textarea {
	border: 1px solid;
	padding: 10px;
	font-size: 0.85em;
	-webkit-border-radius: 0 !important;
	border-radius: 0 !important;
}

input[type='text']:focus,
input[type='input']:focus,
input[type='password']:focus,
input[type='email']:focus,
input[type='number']:focus,
input[type='url']:focus,
input[type='tel']:focus,
input[type='search']:focus,
textarea:focus {
	outline: none;
}


/**
 * 11.0 - Wrapper
 * ----------------------------------------------------------------------------
 */

#grve-wrapper {
	position: relative;
	left: 0;
	-webkit-box-shadow: 0 0 20px 2px rgba(0,0,0,0.5);
	box-shadow: 0 0 20px 2px rgba(0,0,0,0.5);
	visibility: hidden;
}

#grve-theme-body {
	position: relative;
	z-index: 1;
}



/**
 * 12.0 - Header
 * ----------------------------------------------------------------------------
 */
#grve-top {
	position: relative;
}

#grve-header {
	position: relative;
	width: 100%;
	z-index: 996;
	left: 0;
	top: 0;
	-webkit-transform: translateZ(0);
	opacity: 0;
}

#grve-header .grve-container {
	padding: 0px;
	max-width: 100% !important;
	width: 100% !important;
}


h1.grve-logo {
	position: relative;
	display: inline-block;
	padding: 0px 30px;
	height: 90px;
	margin: 0;
	line-height: 0;
	vertical-align: middle;
	background-color: rgba(255,255,255,0.05);
}

h1.grve-logo a {
	display: inline-block;
	line-height: 0;
	position: relative;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

h1.grve-logo a img {
	vertical-align: middle;
	max-height: 100%;
}

.grve-header-options {
	position: absolute;
	height: 50px;
	top: 50%;
	right: 30px;
	margin-top: -30px;
	line-height:55px;
	font-family: 'exoregular', sans-serif;
}

.grve-header-options  li {
	float: left;
	margin-left: 20px;
}

.grve-header-options  li a {
	display: inline-block;
}

.grve-menu-btn {
	height: 30px;
	margin-top: 14px;
}

.grve-menu-btn img {
	margin-top: -14px;
}



/**
 * 13.0 - Page Titles
 * ----------------------------------------------------------------------------
 */
 
.grve-page-title {
	position: relative;
	overflow: hidden;
	display: inline-block;
	vertical-align: middle;
	padding-left: 30px;
	width: 50%;
}

.grve-page-title  .grve-title {
	margin: 0px 20px 0px 0px;
	font-weight: normal;
	color: #b3b3b3;
	line-height: 1.2;
	font-size: 18px;
	display: inline-block;
	vertical-align: middle;
	font-family: 'NeutraTextTF-BookSC', sans-serif;
	letter-spacing: 8px;
}

.grve-page-title .grve-sub-title {
	font-weight: normal;
	font-weight: 300;
	color: #dfa610;
	font-size: 18px;
	display: inline-block;
	vertical-align: middle;
	margin-top: -1px;
	overflow: hidden;
	text-transform:uppercase;
}

.grve-page-title .grve-sub-title span {
	display: block;
	-webkit-transform: translate(-100%, 0);
	transform: translate(-100%, 0);
}

.grve-big-header .grve-page-title .grve-title {
	font-size: 48px;
	display: block;
}

.grve-big-header .grve-page-title .grve-sub-title  {
	font-size: 20px;
	display: block;
	padding-left: 0px;
}


/**
 * 14.0 - Main Menu
 * ----------------------------------------------------------------------------
 */
.grve-main-menu {
	display: none;
}

.grve-main-menu > ul {
	position: fixed;
	top: 0px;
	right: -20px;
	width: 320px;
	height: 100%;
	z-index: 998;
	background-color: rgba(0,0,0,0.9);
	overflow-y: scroll;
	-webkit-backface-visibility: hidden;
	overflow-x: hidden;
	padding: 20% 30px 50px 30px;
	-webkit-transform: translate(320px, 0);
	transform: translate(320px, 0);
} 

.grve-close-btn {
	background-image: url(../images/graphics/arrows.svg);
	background-position: 0 -120px;
	position: fixed;
	top: 30px;
	right: 30px;
	width: 30px;
	height: 30px;
	cursor: pointer;
	z-index: 999;
	-webkit-transform: translate(320px, 0);
	transform: translate(320px, 0);
}

.grve-main-menu  ul li {
	position: relative;
}

.grve-main-menu  > ul > li {
	position: relative;
	-webkit-transform: translate(320px, 0);
	transform: translate(320px, 0);
}

.grve-main-menu  ul li a{
	display: inline-block;
}

.grve-menu-item > a {
	font-size: 18px;
	padding: 5px 0px;
}

.grve-menu-item  a {
	line-height: 30px;
	font-weight: 400;
}

.grve-main-menu  .grve-mainmenu-btn {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 30px;
	height: 30px;
	z-index: 1;
	background-image: url(../images/graphics/arrows.svg);
	background-position: 0 -60px;
	cursor: pointer;
}

.grve-main-menu  .active > .grve-mainmenu-btn {
	background-position: 0 -90px;
}

.grve-submenu {
	display: none;
	padding-left: 20px;
}

/**
 * 15.0 - Sidebar
 * ----------------------------------------------------------------------------
 */

.grve-right-sidebar .grve-main-content  {
	padding-right: 30px;
	width:75.0%;
	float: left;
}

.grve-left-sidebar .grve-main-content  {
	padding-left: 30px;
	width:75.0%;
	float: right;
}

.grve-right-sidebar .grve-sidebar {
	width: 25%;
	float: right;
	padding-left: 30px;
}

.grve-left-sidebar .grve-sidebar {
	width: 25%;
	float: left;
	padding-right: 30px;
}



/**
 * 15.1 - Fixed Sidebar
 * ----------------------------------------------------------------------------
 */

.grve-sidebar.grve-fixed-sidebar {
	position: relative;
}


/**
 * 16.0 - Footer
 * ----------------------------------------------------------------------------
 */

footer.grve-section {
	padding-bottom: 0px;
	padding-top: 60px;
}


/**
 * 16.1 - Footer Bottom Bar
 * ----------------------------------------------------------------------------
 */

.grve-footer-bar {
	margin-top: 30px;
	font-size: 0.85em;
	padding: 40px 0px;
}


/**
 * 16.2 - Footer Copyright
 * ----------------------------------------------------------------------------
 */

.grve-mobile .grve-copyright {
	text-align: center;
	margin-bottom: 30px;
}


/**
 * 16.3 - Footer Second Menu
 * ----------------------------------------------------------------------------
 */

.grve-second-menu ul {
	display: block;
	text-align: right;
}

.grve-second-menu li {
	display: inline-block;
	margin-right: 1px;
	padding-right: 5px;
	border-right: 1px solid;
}

.grve-second-menu li:last-child {
	margin-right: 0px;
	padding-right: 0px;
	border-right: none;
}

.grve-mobile .grve-second-menu ul {
	display: block;
	text-align: center;
}


/**
 * 16.4 - Back to Top
 * ----------------------------------------------------------------------------
 */

.grve-top-btn {
	width: 40px;
	height: 40px;
	position: fixed;
	bottom: 25px;
	right: -100px;
	cursor: pointer;
	color: #ffffff;
	z-index: 997;
	background-color: rgba(0,0,0,0.5);
	background-image: url(../images/graphics/top.svg);
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-transition: all 600ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
	transition:         all 600ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.grve-top-btn.active {
	right: 25px;
}

.grve-mobile .grve-top-btn {
	width: 30px;
	height: 30px;
	bottom: 7px;
}

.grve-mobile .grve-top-btn.active {
	right: 7px;
}

.grve-mobile .grve-top-btn:after {
	font-family: FontAwesome;
	line-height: 30px;
}


.arrow_down {
width: 100%;
height: 38px;
text-align: right;
float: right;
margin-top: 20px;
position:relative;
}



/**
 * 17.0 - Media Queries
 * ----------------------------------------------------------------------------
 */

/* Desktops and laptops ----------- */
@media screen and (max-width: 1224px) {


}

/* Tablet (landscape) ----------- */
@media screen and (max-width: 1024px) {
	
	
	.grve-page-title {
		display:none;
		
	}
	
	
	.grve-icon-box.grve-align-right .grve-box-content {
	padding-right: 0px;
	}
	
	.grve-icon-box.grve-align-right .grve-icon {
		display:none;
		
	}
	

	
	.grve-responsive  .grve-tablet-column-1 {
		width: 33.33333333333333%;
	}
	
	
	.grve-responsive  .grve-tablet-column-2 {
		width: 100%;
	}
	
	.grve-responsive  .grve-tablet-column-3 {
		width: 50%;
	}
	
	
	.grve-icon-box.grve-align-left .grve-box-content {
	padding-left: 0px;
	}
	
	.grve-icon-box.grve-align-left .grve-icon{
	position: absolute;
	top: 0;
	left: 0;
	display:none;
}
	
	


	
	

	.grve-responsive  .grve-sidebar.grve-fixed-sidebar {
		top: 0px !important;
		margin-left: 0px !important;
		position: relative !important;
	}
	
	/* Typography */
	.grve-responsive .grve-large-text {
		font-size: 70px !important;
	}
	
	.grve-responsive .grve-medium-text {
		font-size: 50px !important;
	}
	
	/*sidebar */
	.grve-responsive .grve-right-sidebar .grve-main-content ,
	.grve-responsive .grve-left-sidebar .grve-main-content {
		width:65.0%;
	}

	.grve-responsive .grve-right-sidebar .grve-sidebar,
	.grve-responsive .grve-left-sidebar .grve-sidebar	{
		width: 35%;
	}
	/* Background */
	.grve-responsive .grve-fixed-bg {
		background-attachment: scroll;
		background-position: center center;
	}
	/* Header */
	.grve-responsive #grve-header,
	.grve-responsive #grve-feature-section{
		position: relative !important;
	}
	.grve-responsive #grve-theme-body {
		top: 0px !important;
	}
	.grve-responsive .grve-page-title .grve-sub-title {
		margin-top: 0px;
	}
	
	.grve-highlight,
.grve-social.grve-social-large li a:hover,
#grve-share-modal .grve-social li a:hover {
	   color: #fff;
	 background: rgba(0, 0, 0, .25);

}
	
}

/* Tablet (portrait) ----------- */
@media screen and (max-width: 900px) {
	
	.grve-page-title {
		display:none;
		
	}
	

	.grve-responsive .grve-sidebar.grve-fixed-sidebar {
		top: 0px!important;
		margin-left: 0px!important;
		position: relative!important;
	}
	
	.grve-responsive .grve-right-sidebar .grve-main-content,
	.grve-responsive .grve-left-sidebar .grve-main-content,
	.grve-responsive .grve-right-sidebar .grve-sidebar ,
	.grve-responsive .grve-left-sidebar .grve-sidebar {
		padding: 0px;
		width:100%;
		float: left;
	}
	
	
	/* Typography */
	.grve-responsive .grve-large-text {
		font-size: 60px !important;
	}
	
	.grve-responsive .grve-medium-text {
		font-size: 40px !important;
		color:#fff;
	}
	.grve-responsive .grve-slider-caption {
		text-align: center !important;
	}
	.grve-highlight,
.grve-social.grve-social-large li a:hover,
#grve-share-modal .grve-social li a:hover {
	color: #fff;
	 background: rgba(0, 0, 0, .25);
}
	
	.grve-highlight2,
	.grve-social.grve-social-large li a:hover,
	#grve-share-modal .grve-social li a:hover {
	 color: #ffb600;
}


}
	
		
/* Smartphones (landscape) ----------- */
@media screen and (max-width: 720px) {

	.grve-responsive .grve-main-content.grve-sidebar {
		width:100%;
	}
	
	.grve-responsive .grve-right-sidebar .grve-main-content,
	.grve-responsive .grve-left-sidebar .grve-main-content,
	.grve-responsive .grve-right-sidebar .grve-sidebar ,
	.grve-responsive .grve-left-sidebar .grve-sidebar {
		padding: 0px;
		width:100%;
		float: left;
	}

	/* Typography */
	.grve-responsive .grve-large-text {
		font-size: 30px !important;
	}
	
	.grve-responsive .grve-medium-text {
		font-size: 20px !important;
	}

	/* Search Popup */
	.grve-responsive #grve-search-modal input[type='text'] {
		font-size: 30px !important;
	}
	.grve-responsive #grve-search-modal .grve-search-btn {
		font-size: 30px !important;
		margin-top: -15px;
		width: 30px;
		height: 30px;
	}
	/* Share Popup */
	.grve-responsive #grve-share-modal .grve-social li i{
		font-size: 30px !important;
	}
	.grve-responsive #grve-share-modal .grve-social li a {
		width: 30px;
		height: 30px;
		line-height: 30px;
	}
	
	/* Header */
	.grve-responsive #grve-header  {
		height: auto !important;
	}
	
	.grve-responsive #grve-header  h1.grve-logo{
		height: 80 !important;
		width: 100%;
		text-align: center;
	}
	
	.grve-responsive .grve-header-options {
		position: relative;
		height: 120px;
		top: 0;
		right: 0;
		margin-top: 0px;
		text-align: center;
		display: block;
	}
	
	.grve-responsive .grve-header-options li {
		float: none;
		margin: 0px 5px;
		font-size:16px;
		display: inline-block;
	}

	/* Page Title */
	.grve-responsive .grve-page-title {
		position: relative;
		overflow: hidden;
		display: inline-block;
		vertical-align: middle;
		padding: 8px 10px 5px 10px;
		text-align: center;
		width: 100%;
	}
	
	.grve-responsive .grve-page-title .grve-title {
		margin: 0;
		font-size: 28px;
	}
	
	.grve-responsive .grve-sub-title {
		display: none !important;
	}
}


/* Smartphones (portrait) ----------- */
@media screen and (max-width: 420px) {

	.grve-responsive .grve-main-content.grve-sidebar {
		width:100%;
	}
	
	.grve-responsive .grve-right-sidebar .grve-main-content,
	.grve-responsive .grve-left-sidebar .grve-main-content,
	.grve-responsive .grve-right-sidebar .grve-sidebar ,
	.grve-responsive .grve-left-sidebar .grve-sidebar {
		padding: 0px;
		width:100%;
		float: left;
	}
	

}

ul.ligas li {
	border-bottom:1px #d1d1d1 solid;	
}

