@charset "utf-8";
/* CSS Document */
body {
	/*font-family: 'Oswald', sans-serif;
	font-weight: 300;*/
}
a {
color: #737373;
}
a:hover {
color: #EC6B00;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'oswald';
}
.mask {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 15;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
}
#wrapperM {
	position: relative;
	margin: 0 auto;
}
.NB {
	border: 0px !important;
}
.hidden {
	display:none !important;
}
.iBlock {
	display: inline-block !important;
}
.oswald {
	font-family: 'oswald' !important;
}
.lightF {
	font-weight: 300 !important;
}
.borderT {
	border-top: solid 1px #ccc;
}
.borderB {
	border-bottom: solid 1px #ccc;
}
.paddingT {
	padding-top: 15px;
}
.paddingB {
	padding-bottom: 15px;
}
.paddingBT {
	padding: 15px 0;
}
.orange { color: #F5911E; }
header.row.top {
	margin-top: 30px;
	margin-bottom: 15px;
	border-bottom: solid 1px rgba(204, 204, 204, 0.55);
	padding-bottom: 18px;
	font-style: normal;
	font-weight: 400;
}
.logo {
	max-width: 350px;
	padding-left: 8px;
}
.logo img {
	opacity: 1;
}
.logo img:hover {
	opacity: .85;
}
.navM ul {
	list-style: none;
	text-align: right;
	font-family: 'Oswald', sans-serif;
	margin-top: 30px;
	font-weight: 300;
	font-size: 1.1em;
}
.navM li {
	display: inline-block;
	padding-left: 12px;
	/*font-weight: bold;*/
	/* text-align: right; */
}
.sticky-wrapper {
	display:none;
}
.Gtitle {
	position: absolute;
	bottom: 10px;
	right: 10px;
	padding: 8px 15px;
	background-color: #000;
	opacity: .9;
	font-weight: 400;
	color: #fff;
	font-family: 'Oswald', sans-serif;
	letter-spacing: .04em;
	word-spacing: .25em;
	font-size: 1.1em;
}
h3 {
	font-family: 'Oswald', sans-serif;
}
/* REMOVE AFTER SITE LAUNCH!! */
.middle-12.text-center.tempS {
	font-family: 'Oswald', sans-serif;
	font-size: 1.4em;
	font-weight: 100;
	text-transform: uppercase;
	letter-spacing: 3px;
	color: rgba(0, 0, 0, 0.62);
	border-top: solid 1px #ccc;
	padding-top: 5px;
}
/* Animation */
.navM a, a, .navM a, .home .slick-next, .home .slick-prev, .slick-prev, .slick-next, .slick-prev:before, .slick-next:before, .upArrow, h3, .over, input, .logo img {
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}
.rotateImg {
-webkit-animation:spin 20s linear infinite;
-moz-animation:spin 20s linear infinite;
animation:spin 20s linear infinite;
}
@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }

/* Slider Carousel */
ul.sliderNav {
	max-width: 1000px;
	margin: 0;
	padding: 0;
}
.sliderNav .slick-dots {
width:inherit;
}
.sliderNav .slick-next {
right: 5px;
}
.sliderNav .slick-prev {
left: 5px;
}
.sliderNav .slick-dots {
bottom: -20px;
}
.home .slick-next, .home .slick-prev {
	/*display: none !important;*/
	opacity: 0 !important; 
}
.home:hover .slick-next, .home:hover .slick-prev {
	/*display: block !important;*/
	opacity: 1 !important
}
.home .slick-next {
	/*display: none !important;*/
	right: -40px !important; 
}
.home:hover .slick-next {
	/*display: block !important;*/
	right: 5px !important;
}
.home .slick-prev {
	/*display: none !important;*/
	left: -40px !important; 
}
.home:hover .slick-prev {
	/*display: block !important;*/
	left: 5px !important;
}
/* :::: SLIDER :::: */
/* Slider */
.slick-slider
{
    position: relative;

    display: block;

    -moz-box-sizing: border-box;
         box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
@charset 'UTF-8';


/* Slider */
.slick-loading .slick-list
{
    background: #fff url('./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('./fonts/slick.eot');
    src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	width: 40px;
	height: 43px;
	margin-top: -20px;
	padding: 0;
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
	font-size: 2rem;
	line-height: 1;
	opacity: .75;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -45px;

    display: block;

    width: 100%;
    padding: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.home .slick-dots li button:before {
opacity: .50;
color: white;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

/* ::::::::::::::: MOBILE MENU ::::::::::::::::::: */
#wrapper {
	position: relative;
	z-index: 10;
	top: 0;
	left: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
nav.Smenu {
	position: fixed;
	z-index: 999;
	/*background-image:url(/img/SideNBG5.jpg);
    background-color: #9aa879;*/
	background-color: #fff;
	overflow: hidden;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	/*text-shadow: 2px 2px 3px rgba(0, 0, 0, .3);*/
	letter-spacing: 1px;
}
nav.Smenu ul {
	list-style-type: none;
	margin: 10px 5px 15px;
	padding: 0;
}
.Smenu label {
	font-size: 1.75em;
	/*color: #FFF;*/
	color: #000;
	cursor: default;
}
nav.Smenu a {
	font-weight: 300;
	/*color: #fff;*/
	color: #949494;
}
nav.Smenu a:hover {
	/*color: #BAFFC0;*/
	color: #7C7C7C;
}
button.close-menu {
	background-color: #3184a1;
	color: #000;
}
button.close-menu:focus {
	outline: none
}
button.close-menu {
	position: absolute;
	top: 0px;
	right: 0px;
	padding: 8px 8px 3px !important;
	margin: -6px 8px 0 0 !important;
	background-color: #FFFFFF !important;
	border-radius: 0 0 0px 0px;
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.33);
	border: solid 1px #ccc;
}
button.close-menu:hover {
/*background-color: #347FA0  !important;*/
}
.sIcon {
	padding: 0px 0px 7px;
	margin: 0 .733em;
}
.Smenu i.fa.fa-shopping-cart, .Smenu i.fa.fa-user, .Smenu i.fa.fa-search {
	color: rgb(0, 0, 0);
	text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.28);
	font-size: 1.5em;
	padding-top: 7px;
}
.Smenu i.fa.fa-shopping-cart:hover, .Smenu i.fa.fa-user:hover, .Smenu i.fa.fa-search.fa:hover {
	color: rgb(174, 249, 255);
	text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.54);
}
/* slide menu left and right, push menu left and right */
nav.slide-menu-left, nav.slide-menu-right, nav.push-menu-left, nav.push-menu-right {
	top: 0;
	width: 300px;
	height: 100%;
	overflow-y: auto;
}
nav.slide-menu-left li, nav.slide-menu-right li, nav.push-menu-left li, nav.push-menu-right li {
	display: block;
	text-align: center;
	/*border-bottom: solid 1px #28322B;
	border-top: solid 2px #367135;*/
	border-bottom: solid 1px #D5D5D5;
	border-top: solid 2px #F0F0F0;
}
i.fa.fa-close.fa-2x:hover {
	color: #000;
}
nav.slide-menu-left li:first-child, nav.slide-menu-right li:first-child, nav.push-menu-left li:first-child, nav.push-menu-right li:first-child {
	border-top: none
}
nav.slide-menu-left li:last-child, nav.slide-menu-right li:last-child, nav.push-menu-left li:last-child, nav.push-menu-right li:last-child {
	border-bottom: none
}
nav.slide-menu-left a, nav.slide-menu-right a, nav.push-menu-left a, nav.push-menu-right a {
	display: block;
	padding: 10px;
	font-size: 18px;
	font-family: 'Oswald', sans-serif;
}
nav.slide-menu-left button.close-menu, nav.slide-menu-right button.close-menu, nav.push-menu-left button.close-menu, nav.push-menu-right button.close-menu {
	margin: 10px 0;
	padding: 10px 30px;
	background-color: #3184a1;
	color: #515151;
}
nav.slide-menu-left, nav.push-menu-left {
	left: -300px
}
nav.slide-menu-right, nav.push-menu-right {
	right: -300px
}
body.sml-open nav.slide-menu-left, body.pml-open nav.push-menu-left {
	left: 0
}
body.smr-open nav.slide-menu-right, body.pmr-open nav.push-menu-right {
	right: 0
}
body.pml-open #wrapper {
	left: 300px
}
body.pmr-open #wrapper {
	left: -300px
}
/* ::::::::::::::: MISC ::::::::::::::::: */
.upArrow {
	position: fixed;
	display: none;
	width: 40px;
	height: 40px;
	bottom: 10px;
	right: 10px;
	background-color: #fff;
	text-align: center;
	padding-top: 4px;
	box-shadow: 0 0px 2px rgba(0, 0, 0, 0.7);
	border-radius: 2px 2px 2px 2px;
	z-index: 99;
}
.verbage h3 {
	font-size: 1.15rem;
	text-transform: uppercase;
	letter-spacing: 0px;
	word-spacing: 0px;
	margin: 15px 0;
	padding: 1em;
	color: #737373;
	border-top: solid 1px rgba(204, 204, 204, 0.55);
	border-bottom: solid 1px rgba(204, 204, 204, 0.55);
}
.verbage a {
	color: #F5911E;
}
.verbage a:hover {
	color: #ccc;
}
.vMore {
	font-size: 12px;
	padding: 15px 5px;
}
.over {
	width: 100%;
	height: 100%;
	text-align: left;
	z-index: 20;
	filter: alpha(opacity = 0);
	position: absolute;
	background: #fff url(../img/over_plus.png) no-repeat right bottom;
	opacity: 0;
	top: 0;
	left: 0;
}
.over:hover {
	opacity: .9;
}
.over span {
	font-size: 20px;
	font-weight: 300;
	font-family: 'oswald';
	color: #444;
	display: block;
	margin: 10px 10px 5px 10px;
	text-transform: uppercase;
}
.hThumb {
	padding: 0px;
}
.hThumb img {
	width: 100%;
}
.gGalT {
	margin: 5px;
	position: relative;
	overflow: hidden;
}
.map iframe {
   /* -webkit-filter: grayscale(70%); 
    filter: grayscale(70%); */
}
.pageTitle {
	margin-bottom: 15px;
	padding-bottom: 0px;
	border-bottom: solid 1px #ccc;
}
/* ::::::::::::::: CONTACT FORM :::::::::::::::: */
#contact fieldset legend {
	font-family: 'oswald';
	font-weight: 300;
	font-size: 1.3em;
	color: #737373;
}
#contact input#submit {
	background: #fff;
	border: solid 1px #ccc;
	height: 2.35rem;
	padding: 0 15px;
	font-family: 'oswald';
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 2px;
	cursor: pointer;
}
#contact input#submit:hover {
	background: #EDEDED;
}
.error_message {
	font-size: 1.5em;
	color: red;
	font-family: oswald;
	font-weight: 300;
}
.contactInfo {
	margin: 1.125rem 0;
	font-family: 'oswald';
	font-weight: 300;
	text-align: center;
}
.contactInfo ul {
	list-style:none;
	margin-left:0;
}
.contactInfo li {
	padding: 5px;
	border-top: solid 1px #ccc;
}
.contactInfo h3 {
	font-weight: 300;
}
/* ::::::::::::::: SMOOTHSTATE ::::::::::::::::: */
/*
 * CSS Animations
 * Don't forget to add vendor prefixes!
 */
.m-scene .scene_element {
  animation-duration: 0.25s;
  transition-timing-function: ease-in;
  animation-fill-mode: both;
}

.m-scene .scene_element--fadein {
  animation-name: fadeIn;
}

.m-scene.is-exiting .scene_element {
  animation-direction: alternate-reverse;
}

/*
 * Keyframes
 */
@keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}
/* ::::::::::::::: FOOTER ::::::::::::::::: */
.footerC {
font-family: 'Oswald';
font-weight: 300;
letter-spacing: 1px;
border-top: 1px rgba(204, 204, 204, 0.55) solid;
padding: 25px 0 25px 5px;
color: rgba(105, 105, 105, 1);
}

.upArrow:hover {
	background-color: #F2F2F2 !important;
}

/* ::::::::::::::: FANCYBOX ::::::::::::::::: */
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    /*overflow: hidden !important;*/
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: rgba(255, 255, 255, 0.5);
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('fancybox_sprite@2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}

/* ::::::::::::::: MEDIA QUERIES ::::::::::::::::: */
@media only screen and (max-width: 1024px) {
#wrapperM {
	margin: 0 10px;
}
}
@media only screen and (max-width: 910px) {
.logo.left {
	max-width: 400px;
	position: relative;
	margin: 0 auto;
	float: none !important;
}
nav.navM.right {
	display: inline-block;
	position: relative;
	float: none !important;
	width: 100%;
	text-align: center;
}
.navM ul {
	list-style: none;
	text-align: center;
	font-family: 'Oswald', sans-serif;
	margin: 20px 0 0 0;
}
.navM li {
	display: inline-block;
	padding: 0 15px;
	border-left: 1px solid #ccc;
}
}
@media only screen and (max-width: 760px) {
.sticky-wrapper {
	display: block;
	margin-top: 16px;
	border-top: solid 1px rgba(204, 204, 204, 0.55);
	font-size: 2em;
	height: 49px !important;
}
nav.navM.right {
	display:none;
}
header.row.top {
	padding-bottom: 0px;
}
#sticker {
	z-index: 8;
	background-color: #fff;
	border-bottom: 1px #ccc solid;
	box-shadow: 0px 11px 1px -10px rgba(0, 0, 0, 0.17);
}
}
@media only screen and (max-width: 620px) {
.Gtitle {
	display: none;
}
}