/* cmsms stylesheet: Plasma8 - MainCSS modified: 01/03/25 18:19:57 */
@charset "utf-8";
/* ==================================================
  Main CSS Document - CMS Template Buddy
  Template No.: 013
  Version 1.0.1 / for CMSMS 2.2.10+
  
  www.cmstemplatebuddy.com

  Please read README_FIRST.txt
================================================== */


/* DEFINE MAIN COLOR HERE */
 /* Body text color */
 /* H2 and below and navigation text color 1*/
 /* Navigation text color 1*/
 /* Body background */
 /* Header background */




#foodmenu_bg {background-color: RGBA(255, 255, 255,.03) !important; min-height: 5.5rem; vertical-align: center;}
#foodmenu_bg_up {margin-bottom: -5.5rem;}

/* Common 
================================================== */

details summary > * {
  display: inline;
}

span.accesskey {
  text-decoration: none;
}

.accessibility {
  position: absolute;
  top: -999em;
  left: -999em;
}

dfn {
  position: absolute;
  left: -1000px;
  top: -1000px;
  width: 0;
  height: 0;
  overflow: hidden;
  display: inline;
}

dl, dt, dd, ol, ul, li {
  margin: 0;
	padding: 0;
}

::selection {
	background: #222222; 
	text-shadow: none;
	-webkit-text-fill-color: #f2eced;
}

::-moz-selection {
	background: #222222; /* Firefox */
	text-shadow: none;
	-webkit-text-fill-color: #f2eced;
}

::-webkit-selection {
	background: #222222; /* Safari */
	text-shadow: none;
	-webkit-text-fill-color: #f2eced;
}

:active,
:focus { outline: none !important; }

/* Typography 
================================================== */

body {
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  font-style: normal;
  font-size: 1.25rem;
  -webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  color: #f2eced;
  background-color: #a6192e;
}

.bgcolor {
    background-color: #110204 !important;
}

h1 {
  font-size: 2rem;
  font-family: Times New Roman, Times-Roman, serif;
  font-weight: 300;
  font-style: normal;
  color: #110204;
}

h2, 
h3, 
h4, 
h5, 
h6, 
legend {
  font-family: Times New Roman, Times-Roman, serif;
  color: #064e27;
  letter-spacing: 1px;
  line-height: 1.2;
}

h2 { 
  font-size: 3rem;
  margin-top: 1.5rem;
}

h3 { font-size: 1.5rem; margin-top: 0.5rem;}

.feature-content h3 {
  margin: 14px 0;
}
.subtitle + h3 {
  margin: 0 0 14px 0;
}
  
h4 { font-size: 1.75rem;}

.minbet {margin: .25rem; font-size: 1.15rem;}

h5 { font-size: 1.1rem;}

h6 { font-size: 1.0rem;}

.home-title {
  margin-top: 2rem;
  margin-bottom: 10px;
  text-align: center;
}
#htitlehalfmb {
  margin-bottom: 30px;
}

.home-title:after {
  display: block;
  height: 31px;
  width: 320px;
  content: '';
  margin: 0 auto 0;
  background-image: url(https://john-astor.com/uploads/images/webp/Maximus_Decor_Line_Hor_s.webp);
  background-color: transparent;
  background-size: cover;
}

p,
pre,
ul,
ol,
dl,
dd,
blockquote,
address,
table,
fieldset,
form { margin-bottom: 1rem; }

small {  }

p {
  overflow-wrap: break-word;
  word-wrap: break-word;
}

.darkcolor {
  color: #064e27;
}

a {
	text-decoration: none !important;
	color: #f2eced;
}

p a {
	text-decoration: underline !important;
	color: #9eb6a9;

}

a:hover { color: #f9f8f5;}

a img { border: none; }

img { max-width: 100%; }

iframe { border: none !important; }

hr { 
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid #222222;
}

.error_message { color: red; }

.textCenter { text-align: center; }

.noScroll { overflow: hidden; }

.subtitle {
    display: block;
    margin: 16px 0 6px 0;
    text-transform: initial;
    font-style: italic;
    font-weight: 400;
    color: #8a8a8a;
    letter-spacing: 0;
    line-height: 120%;
}
.overflow-x-auto {
  overflow-x: auto !important; 
}

#jackpots-color {
  color: #110204;
}

.jackpot-cover, .jackpot-cover-home {
  max-width: 1170px; 
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 1rem;
}


/* Layout 
================================================== */

.wrapper {
  position: relative;
	float: none;
	width: 100%;
	margin: 0;
	background-color: transparent;	
}

header {
  width: 100%;
  z-index: 1000;
  height: 60px;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,.5);
  -webkit-transition: all .3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

header .container-fluid { padding: 0 0; }

.content-wrapper { padding: 40px 0; color: #2f2f2e;}

section.content { 
  padding: 1.5rem 0;
  background: transparent;
}

#blue {
  background: RGBA(47,47,46,.9);
  color: #cdcac3;
 
}

#propunit {
  padding: 0 0;
}

section.light { background-color: #f2eced; color: #a6192e;}
section.suplight { background-color: #f9f8f5; color: #a6192e;}

section.grey { background-color: #092a3e;}

/* Header smaller (page scroll) */

header.header-smaller {
  height: 60px;
  box-shadow: 0 0 10px rgba(0,0,0,0.12);
  background-color: 0;
}

.header-smaller .logo a img {
  height: 60px;
}

.header-smaller .main-title {
  margin-top: 60px;
}

.main-title h1 span {
  background-color: rgba(9,42,62,.75);
}

.main-title p {
  padding-left: 1rem;
}

.header-smaller .search-trigger {
  height: 60px;
}

.header-smaller .search-trigger i {
  top: 37%;
}

.header-smaller .search-input form {
  height: 60px;
}

.home-heading {
  padding: 1rem;
  position: relative;
}

.home-heading h1 {
  text-align: center;
  margin: 20px 0;
  text-transform: uppercase;
}



.home-heading span {
    display: block;
    text-align: center;
    font-weight: 300;
    color: #777;
    font-size: 22px;
    margin-bottom: 20px;
}

.main-menu {
  margin-right: 150px;
  opacity: 1;
}

.main-title {
	position: relative;
	padding: 25px 0;
  margin-top: 60px;
  -webkit-transition: all .3s ease;
  -ms-transition: all 0.3s;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.main-title .container { position: relative; }

.main-title h1 {
	padding: 0;
	margin: 0;
	font-size: 3.5rem;
	font-weight: 400;
	color: #f2eced !important;
	line-height: .7;
}

.main-subtitle {
	display: block;
	color: #064e27 !important;
	font-size: 2rem;
	line-height: 1;
	font-weight: 200;
	font-style: normal !important;
	margin-bottom: 3rem;
}

.sec-subtitle {
	font-size: 1.6rem;
	margin-top: 1rem;
	margin-bottom: 0;
}

.main-title.parallax {
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
  padding: 150px 0;
  transition: 0s linear;
  transition-property: background-position;
}
.main-title--dark h1,
.main-title--dark span,
.main-title--dark .main-subtitle,
.main-title--dark .breadcrumbs,
.main-title--dark .breadcrumb,
.dark, .dark h1, .dark h2, .dark h3, .dark h4, .dark h5, .dark h6, .dark p,
.dark .video-caption h2, .dark .video-caption p, .dark .scroll-down-arrow, .scroll-down-arrow.dark {
  color: #f2eced;
}

.darkback {
  background-color: #064e27;
}

.dark .home-title:after {
  background-color: rgba(255,255,255,.9);
}

.main-title.margin-smaller {
  margin-top: 60px;
}

.services-block {
  padding: 2rem 1rem 2rem 1rem;
}

.second-block {
  margin: 2rem 1rem;
  padding: 2rem 1rem 3rem 1rem;
  color: #f2eced !important;
}

.second-block h2, .services-block h2 {
  color: #f2eced !important;
}

.second-block h3, .services-block h3 {
  color: #f2eced !important;
}

.second-block h4, .services-block h4 {
  color: #f2eced !important;
}

/* Design Elements */

.featured-central-big {
 background-color: #222222;
 border-width: 7px;
 border-color: #110204;
 border-style: double;
 overflow: hidden;
}

.topbottom-bpadding {
 background-size: cover;
 padding: 5rem 5px 5rem 5px;
}

/* Footer */

footer {
  background-color: #ECECEC;
  border-top: 6px solid rgba(0,0,0,0.6);
  font-size: 1.2rem;
}

footer a {
  color: ;
  border-bottom: 1px dotted #666;
}

footer a:hover {
  color: #f2eced;
  border-bottom: 1px dotted #eee;
}

.footer-big {
  padding-top: 2rem;
}

.footer-small {
  padding: 40px 0;
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
    border-top: 2px solid RGBA(47,47,46,.9);
}

footer.dark {
  background-color: #064e27;
  color: #f2eced;
  border-top-color: rgba(0,0,0,0.2);
}

footer.dark .footer-small {
  background-color: rgba(0,0,0,0.2);
  color: rgba(255,255,255,0.3);
  text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}

.feater-icon {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  margin-bottom: 25px;
}

.feature-icon i {
  font-size: 44px;
  color: #110204;
}

.feature-content, .feature-content p {  
  line-height: 1.8;
}

/* Logo */

.logo {
	position: relative;
	float: left;
	font-family: 'Noto Serif Display', serif;
	font-size: 36px;
	line-height: 100%;
  margin-right: 40px;
  padding-right: 30px;
  margin-right: 30px;
  opacity: 1;
}

.logo a {
	display: block;
	color: #000;
}

.logo a img {
	display: block;
  max-width: 100%;
  height: 60px;
  -webkit-transition: all .3s ease;
  -ms-transition: all 0.3s;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.logo a.standard-logo { display: block; }
.logo a.retina-logo { display: none; }

.logo img.logo-default { display: block; }
.logo img.logo-inverse { display: none; }
.logo.dark img.logo-default { display: none; }
.logo.dark img.logo-inverse { display: block; }

.header-smaller .logo img.logo-default { display: block !important; }
.header-smaller .logo img.logo-inverse { display: none !important; }

.home-jackpots {
  margin: 0;
  background-size: cover;
  min-height: 300px;  
  position: relative;
  text-align: center;
  display: flex;
  align-items: center;
}

.home-parallax h3 {
  font-size: 2.5rem;
}

.home-parallax p {
  text-shadow: 3px 3px 5px black, -3px -3px 5px black;
}

.home-parallax span {
  background-color: none;
  text-shadow: 3px 3px 3px RGBA(47,47,46,.9), -1px -1px 2px RGBA(47,47,46,.9);
}


/* Lang Selecton */

.lang-sel {
  position: absolute;
  top: 47%;
  transform: translate(0, -60%); 
  right: 25px;
}

.language{
    margin: 0 0 0 0;
    padding: 15px 0 0 0;
    float:right;
    position:relative;
    width:90px; /*Set 176px for flag plus text template*/
    height:40px;
    z-index:50;
    cursor: pointer;
}
.language ul{
    margin:0;
    padding:0 0 0 7px;
    position:absolute;
    width:97px; /*Set 176px for flag plus text template*/
    background:transparent;
    list-style:none;
}
.language ul li.cur{
    display:block;
}
.language ul li{
    line-height:27px;
    font-size:11px;
    color:#fff;
    display:none;
    
}
.language ul li:hover{
    opacity:0.75;
}
.language ul li a{
    color:#fff;
    padding-left: 0px;
    display:block;
    text-transform:uppercase;
    text-decoration:none;
}
.language ul li a span{
    display:block;
}
#language-arrow{
    background: url("https://john-astor.com/uploads/images/MleCMS/lang-arrow.png") no-repeat center right;
    position: absolute;
    right: 5px;
    top: 10px;
    width: 25px;
    height: 35px;
	z-index: 999;
	cursor: pointer;
}
.arrow{
	-webkit-transform: rotateX(180deg);
	-moz-transform: rotateX(180deg);
	-ms-transform: rotateX(180deg);
	-o-transform: rotateX(180deg);
	transform: rotateX(180deg);    
}

/* To top link, shows on scroll */

.totoplink a	{
	display: none;
	z-index: 999; 
	position: fixed;
	right: 20px;
	bottom: 20px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	width: 40px;
	height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: rgba(0,0,0,.3);
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}

.totoplink i {
  font-size: 20px;
	color: white;
}

.totoplink a:hover	{
	background-color: #110204;
}

/* Swiper 4.0.7
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2017 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 28, 2017
================================================== */

.slider {
  position: relative;
  margin-top: 60px;
  -webkit-transition: all .3s ease;
  -ms-transition: all 0.3s;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.slider.margin-smaller {
  margin-top: 60px;
}

.slider .error_message {
  margin-top: 150px;
  text-align: center;
}

.swiper-container {
	width: 100%;
	height: 552px;
	overflow: hidden;
}

.slider-fullscreen .slider {
  height: 100vh;
  margin-top: 0;
}

.slider-fullscreen .swiper-container {
  height: 100%;
}

.slider-fullscreen header {
  background-color: transparent;
}

.slider-fullscreen header.dark {
    background-image: url(/uploads/images/header-menu-dark.png);
    border-bottom: 1px solid rgba(255,255,255,.25);
}

.slider-fullscreen header.header-smaller {
  background-color: #FFF;
  background-image: none; 
}

.slider-fullscreen header.dark:not(.header-smaller) .search-trigger {
  border-left: 1px solid rgba(255,255,255,.25);
  color: white;
}

.slider-fullscreen header.dark:not(.header-smaller) .logo {
  /* border-right: 1px solid rgba(255,255,255,.25); */
}

.slider-fullscreen header.dark:not(.header-smaller) .search-input form input,
.slider-fullscreen header.dark:not(.header-smaller) .search-input form input::placeholder {
  color: white;
}

.swiper-slide {
  text-align: center;
  font-size: 24px;
  background: #f2f2f2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
  margin: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}

.slider-caption {
  font-weight: 300;
  line-height: 1.4;
  opacity: 1;
}

.slider-caption h2 {
  display: none;
  font-size: 48px;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-shadow: 2px 2px 1px #451959, -2px -2px 1px #451959;
  font-weight: 700;
  line-height: 1.2;  
  margin-top: 0;
  -webkit-animation-delay: .3s;
	-moz-animation-delay: .3s;
	animation-delay: .3s;
}

.slider-caption p {
  opacity: 0;
  display: none;
    font-family: Courier;
  font-size: 18px;
  -webkit-animation-delay: .5s;
	-moz-animation-delay: .5s;
	animation-delay: .5s;
}

.slider-subline {
  background-color: #451959;
  padding-left: 10px;
  padding-right: 10px;
}


.swiper-next, .swiper-prev {
  position: absolute;
  top: 92%;
  left: 0;
  cursor: pointer;
  z-index: 10;
  margin-top: -26px;
  width: 52px;
  height: 100px;
  border: 0;
  border-radius: 0 3px 3px 0;
  -webkit-transition: background-color .25s ease-in-out;
  -o-transition: background-color .25s ease-in-out;
  transition: background-color .25s ease-in-out;
  opacity:.75;
}

.swiper-next {
  left: auto;
  right: 0;
  border-radius: 3px 0 0 3px;
}

.swiper-next:hover, .swiper-prev:hover { 
  opacity: 0.85;
}

.swiper-next i, .swiper-prev i {
  line-height: 50px;
  width: 34px;
  height: 52px;
  color: #DDD;
  color: rgba(255,255,255,0.6);
  text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
  font-size: 34px;
  text-align: center;
  margin-left: 7px;
  -webkit-transition: color .25s ease-in-out;
  -o-transition: color .25s ease-in-out;
  transition: color .25s ease-in-out;
}

.swiper-next:hover i, .swiper-prev:hover i {
  color: #F6F6F6;
  color: rgba(255,255,255,.95);
}

.swiper-next i {
  margin-left: 12px;
}

.btn-slider {
  display: inline-block; 
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  padding: 10px 20px;
  border-radius: 0px;
  border: none;
  opacity: 1;
  box-shadow: inset 0 -2px 0 rgba(0,0,0,0.4);
  background-color: #064e27;
  color: white;
  -webkit-transition: opacity .15s ease-in-out;
  -o-transition: opacity .15s ease-in-out;
  transition: opacity .15s ease-in-out;
  -webkit-animation-delay: .7s;
	-moz-animation-delay: .7s;
	animation-delay: .7s;
}
.btn-slider:hover,
.btn-slider:focus {
  color: white;
  opacity: 0.4;
}
.btn-slider:active {
  box-shadow: inset 0 2px 0 rgba(0,0,0,0.4);
}

/* News
================================================== */

.NewsSummaryLink h3, .modal-title {
  font-family: droid-serif, serif;
  font-size: 2.1rem;
  line-height: 120%;
  font-weight: 600;
  padding-left: 1rem;
  padding-right: 1rem;
  color: #f2eced;
}

.modal-title {
  padding-top: 1.5rem;
}

.modal-header {
  padding: 1rem 0;
  border-bottom: none;
}

.modal-header .close {
    color: #110204;
    padding: 1rem 1rem;
    margin: -1rem 0rem -1rem auto;
}

.modal-footer {
  border-top: none;
}

.modal-content {
  border: none;
  border-radius: 0px;
}

.modal-content p {
  color: #f2eced;
}

.modal-content a {
  color: #9eb6a9;
}

.modal-content a:hover {
  color: #064e27;
}

.NewsSummary a {
  color: #064e27;
}

.NewsSummaryLink a {
  color: #f2eced;
}

.NewsSummaryPostdate, .NewsSummaryCategory, .NewsSummaryAuthor,
.NewsPostDetailDate, .NewsPostDetailCategory, .NewsPostDetailAuthor {
  font-size: 14px;
  font-family: 'Crete Round', serif;
  color: #aaa;
  display: inline-block;
  margin-left: 1rem;
  padding-left: 1rem;
}

.NewsSummarySummary {
  height: 7rem;
} 

.NewsSummarySummary p,
.NewsPostDetailSummary p {
  margin: 10px 0 15px 0;
  padding-left: 1rem;
  padding-right: 1rem;
  color: #f2eced;
}

.NewsSummaryMorelink a {
  font-weight: 600;
  color: #f2eced;
}

h3 + .NewsSummary {
  margin-top: 20px;
}

.NewsPostDetailSummary {
  font-weight: 600;
}

.NewsSummaryField, .NewsDetailField {
  margin-bottom: 30px;
}

.NewsSummaryField img {
  width: 100%;
}

.NewsPostDetailContent {
  padding-left: 1rem;
  padding-right: 1rem;
}

/* Footer News */

.footer-big .NewsSummary {
  margin-bottom: 0;
}

.footer-big .NewsSummary + .NewsSummary {
  margin-top: 20px;
}

.footer-big .NewsSummary a {
  color: #aaa;
  font-size: 14px;
  font-weight: 600;
  border-bottom: 1px dotted #666;
  line-height: 1.4;
}

.footer-big .NewsSummary a:hover {
  color: #eee;
  border-bottom: 1px dotted #eee;
}

.footer-big .NewsSummaryPostdate {
  color: #777;
  margin-top: 6px;
}

/*
 * jQuery Superfish Menu Plugin
 * Copyright (c) 2013 Joel Birch
 *
 * Dual licensed under the MIT and GPL licenses:
 *  http://www.opensource.org/licenses/mit-license.php
 *  http://www.gnu.org/licenses/gpl.html
 ================================================== */

/*** ESSENTIAL STYLES ***/

.sf-menu, .sf-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
  background: -webkit-linear-gradient(-75deg, #f2eced, #9eb6a9);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.sf-menu li {
  position: relative;
}

.sf-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  width: 220px;
  background-color: #FFF;
  box-shadow: 0px 13px 42px 11px rgba(0, 0, 0, 0.05);
  border-top: 4px solid #110204;
  height: auto;
  z-index: 199;
  margin: 0;
}

.sf-menu > li {
  float: left;
}

.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul {
  display: block;
}

.sf-menu a {
  display: block;
  position: relative;
}

.sf-menu ul ul {
  top: -4px !important;
  left: 100%;
}

/*** Menu link ***/

.sf-menu a {
  padding: 10px 15px;
  text-decoration: none;
  zoom: 1; /* IE7 */
  color: #f2eced;
  font-size: 12px;
  letter-spacing: 0;
  font-weight: 600;
  text-transform: uppercase;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  text-shadow: none;
}

.sf-menu a.menuactive {
  color: #110204 !important;
}

.sf-menu a:hover {

}

.first_child menuactive menuparent {
  background-color: RGBA(240,236,229,.1);
}


.sf-menu a:hover,
.sf-menu .sfHover > a {
  color: #a69673 !important;
}
.sf-menu li li a:hover {
  background-color: RGBA(47,47,46,.15);
}

.sf-menu li li a:not([href]):not([tabindex]), 
.sf-menu li li li a:not([href]):not([tabindex]) {
  color: #666;
}

/*** first level ***/

.sf-menu > li > a {
  font-size: 1.5rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 40px 16px;
  line-height: 22px;

}

.header-smaller .sf-menu > li > a {
  padding: 20px 16px;

  color: #444;
}

.header-smaller .sf-menu > li > a:hover {
  color: #110204;
}

.header-smaller.dark .sf-menu > li > a {
  color: #444;
}

/*** dark background ***/

.dark .sf-menu > li > a {
  color: white;
}

.dark .sf-menu > li > a:hover {
  color: #110204;
}

.sf-menu ul li {
  background-color: rgba(255,255,255,.97);
}

.sf-menu ul li:first-child {
  border-top: none;
}

.sf-menu ul ul li {
  background-color: rgba(255,255,255,.97);
}

.sf-menu li:hover,
.sf-menu li.sfHover {
  /* only transition out, not in */
  -webkit-transition: none;
  transition: none;
}

.sf-menu li.sectionheader > a,
.sf-menu .sectionheader {
  cursor: default;  
}

.sf-menu li.separator hr {
  border-top: 1px solid #777;
}

/*** arrows (for all except IE7) **/

.sf-arrows .sf-with-ul {
  padding-right: 2.2em !important;
  *padding-right: 1em; /* no CSS arrows for IE7 (lack pseudo-elements) */
}

/* styling for both css and generated arrows */

.sf-arrows .sf-with-ul:after {
  content: "\f107";
  position: absolute;
  top: 50%;
  right: 1em;
  margin-top: -3px;
  width: 32px;
  font-size: 14px;
  display: inline-block;
  text-align: right;
  font: normal 14px/.5 FontAwesome;
}

/* styling for right-facing arrows */

.sf-arrows ul .sf-with-ul:after {
  content: "\f105" !important;
}

.sf-arrows > li > .sf-with-ul:focus:after,
.sf-arrows > li:hover > .sf-with-ul:after,
.sf-arrows > .sfHover > .sf-with-ul:after {
  border-top-color: #a6192e; /* IE8 fallback colour */
}

.sf-arrows ul li > .sf-with-ul:focus:after,
.sf-arrows ul li:hover > .sf-with-ul:after,
.sf-arrows ul .sfHover > .sf-with-ul:after {
  border-left-color: #a6192e;
}

@media screen and (max-width: 1280px) {
  .sf-menu > li:last-child ul ul {
    left: -100%;
  }
}

/*** Mobile navigation ***/

section.mobile-navigation {	
  position: fixed;
  padding: 0;
  top: 60px;
  bottom: 0;
  overflow-y: auto;
  z-index: 10000;
  width: 100%;
  display: none;
}

.mobile-nav {
  display: block;
  list-style: none; 
  margin: 0;
  padding:10px 6px;
  background: rgba(100,0,0,.96);
  width: 100%;
}

.mobile-nav li {
  margin: 0;
  padding: 0;
  float: none;
}

.mobile-nav li a {
  width: 100%;
  font-size: 1.5rem;
  font-weight: 600;
  padding: 7px 10px;
  display: block;
  color: #f2eced;
}

.mobile-nav li a.menuactive {
  color: #064e27;
}

.mobile-nav li a:hover {
  text-decoration: none;
  background-color: rgba(0,0,0,.15);
}

.mobile-nav li a .sectionheader {
  color: #aaa;  
}

/* second level */

.mobile-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.mobile-nav ul li a {
  padding-left: 30px;
}

/* third level */

.mobile-nav ul ul {
  list-style: none;
}

.mobile-nav ul ul li a {
  padding-left: 60px;
}

/*** Footer navigation ***/

.footerNav {
  list-style: none;
  margin-bottom: 10px;
}

.footerNav a {
  color: #aaa;
  border: none;
}

.footerNav a:hover {
  color: #eee;
  border: none;
}

.footerNav ul {

}

.footerNav .activeparent,
.footerNav .currentpage {
  color: white !important;
}

.footerNav .sectionheader {
  color: #808080;
}

.footerNav li .fa {
  margin-right: 10px;
}

/* 
*  Portfolio gallery custom styles 
*  Magnific Popup - v1.1.0 - 2016-02-20
*  http://dimsemenov.com/plugins/magnific-popup/
*  Copyright (c) 2016 Dmitry Semenov;
================================================== */

.portfolio-gallery {

}

#imghomegallery {
  padding: 30px;
  background-color: #f9f8f5;
}

#gallerysection {
  padding-bottom: 60px;
  background-color: #f9f8f5;
}

.portfolio-gallery .img {
  position: relative;
  overflow: hidden;
}

.portfolio-gallery .img .image-overlay {
  position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.1);
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	opacity:0;
  overflow:hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.portfolio-gallery .img:hover .image-overlay {
		opacity:1;
		background-color: rgba(0,0,0,.1);
}

.portfolio-gallery .img img {
  width: 100%;
  -webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}

.portfolio-gallery .img:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: tscale(1.1);
  transform: scale(1.1);
}

.portfolio-gallery .img .image-overlay h4 {
  font-size: 1.5rem;
  color:#110204;
  background-color: rgba(0,0,0,.5);
	position: absolute;
	bottom: -60px;
	left: 0px;
  right: 0px;
  min-height: 60px;
  text-align: center;
  font-weight: 400;
  margin: 0;
  padding: 6px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: initial;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}

.portfolio-gallery .img:hover .image-overlay h4 {
  bottom: 0;
}

.portfolio-gallery .img .image-overlay .overlay-icon {
  width: 50px;
  height: 50px;
  display:block;
  border-radius: 50%;
  opacity:0;
  background-color: rgba(0,0,0,.3);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.portfolio-gallery .img:hover .image-overlay .overlay-icon {
  opacity:0.85;
}

.portfolio-gallery .img .image-overlay .overlay-icon i {
  font-size: 20px;
  color:#110204;
  margin: 14px 0 0 16px;
}

.gallerynavigation, .pagenavigation {
  display: flex;
}

.pagenavigation div {
  margin-right: 10px;
  font-size: 16px;
}

.pagelinks {
  font-size: 16px;
}

.pagelinks > * {
  margin: 0 4px;
}

.parentlink {
  margin-right: 20px;
}

.footer-big .portfolio-gallery {
  border: none;
}

.footer-big .portfolio-gallery .img:hover img {
  -ms-transform: scale(1.1, 1.1); /* IE 9 */
  -webkit-transform: scale(1.1, 1.1); /* Safari */
  transform: scale(1.1, 1.1);
}

.footer-big .portfolio-gallery .img {
  margin-bottom: 30px;
}

.footer-big .portfolio-gallery .img .image-overlay .overlay-icon {
  width: 40px;
  height: 40px;
}

.footer-big .portfolio-gallery .img .image-overlay .overlay-icon i {
  margin: 10px 0 0 11px;
}

.footer-big .parentlink a {
  color: #110204;
}

.footer-big .img a,
.footer-big .img a:hover {
  border: none;
}

.topleveldetails {
  background-color: RGBA(255, 255, 255,.03);
  color: #a6192e;
  padding-bottom: .5rem;
}

.topleveldetails summary {
  background-color: RGBA(255, 255, 255,.03);
  border-radius: 0rem;
  padding-top: 1.5rem; 
  padding-bottom: 1.5rem;
}
.topleveldetails details p {
 font-style: italic;
 font-size: .9rem;
 padding-bottom: 0.5rem;
}

.topleveldetails details p, details h1, details h2, details h3, details h4, details h5, details a {
  line-height: 1.5rem;

}

.topleveldet-p p {
  margin-bottom: 0 !important;
  margin-top: 0;
  padding-top: 0;
}

.topleveldetails h2 {
  font-size: 2.75rem;
  padding: .5rem;
}

.topleveldetails h3 {
  margin-top: 1.5rem; 
  margin-bottom: .5rem;
  font-size: 2rem;
  font-weight: 300; 
  text-transform: none !important;
}

.topleveldetails h4 {
  color: #a6192e;
  margin-top: .5rem; 
  margin-bottom: .5rem;
  font-size: 1.4rem;
  font-weight: 500; 
  text-transform: none !important;
}

.prod_main_img {
  margin-bottom: .5rem;
}

.price {
  color: #c09979 !important;
  margin-top: .3rem; 
  margin-bottom: .5rem;
}

.topleveldetails details {
  background-color: RGBA(255, 255, 255,.06);
  border-radius: 0rem;
  margin-top: .5rem;
}

#hierback {
  background-color: RGBA(255, 255, 255,.06);
  border-radius: 6rem;
}

#hierbox {
  margin-bottom: 1rem;
}

#hierbox-sm {
  padding: 5px; 
  margin-bottom: -20px;
}

#hiername {
  font-size: 1.25rem;
  color: ;
}

#hiername-menu-sm {
  font-size: .8rem;
  font-weight: 600;
  line-height: 1.2rem;
  padding: 5px !important;
  color: ;
}

#hiername-sm {
  font-size: 1rem;
  line-height: 1.2rem;
  padding-bottom: 10px;
}

#hiersumback {
  background-color: RGBA(255, 255, 255,.06);
}

#hierback:hover {
  opacity: .85;
}

#hierdetback {
  background-color: ;
}

.tophiernav {
  background-color: ;
}

.banner_hor {
  margin-top: 60px;
  margin-bottom: 60px;
  margin-left: 15px;
  margin-right: 15px;
}

/*** Social icons footer ***/

.social-icons {
  display: inline-flex;
  align-items: center;
  margin-bottom: 1rem;
  margin-top: .5rem;
}

a.social-icon {
  width: 32px;
  height: 32px;
  border: 1px solid #f2eced;
  color: #f2eced;
  background-color: #110204;
  border-radius: 2px;
  margin-right: 0.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

a.social-icon:hover {
  border: none;
  color: #eee;
}

a.social-icon:hover.facebook { background-color: #3B5998; }
a.social-icon:hover.twitter { background-color: #00ACEE; }
a.social-icon:hover.google { background-color: #4086f4; }
a.social-icon:hover.youtube { background-color: #DD4B39; }
a.social-icon:hover.instagram { background-color: #a642a5; }
a.social-icon:hover.vimeo { background-color: #86C9EF; }
a.social-icon:hover.rss { background-color: #EE802F; }
a.social-icon:hover.linkedin { background-color: #0E76A8; }
a.social-icon:hover.telegram { background-color: #229ED9; }
a.social-icon:hover.tadvisor { background-color: #00af87; }

/*** Google map fix ***/

[id^="cggm_map_"] {
	width: 100% !important;
	margin: 0;
}

[id^="cggm_map_"] img {
	max-width: none;
}

/*** Form ***/

.form-group {
  margin: 1rem 0;
}

.form-group label {
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 1px;

}

.form-control {
    display: block;
    width: 89%;
    margin: 0.5rem 0 0.5rem 0;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

/*** Bootstrap overwrites ***/

.btn {
  color: #f2eced;
  font-size: 1.5rem;
  font-weight: 500;
  text-transform: uppercase;
  background-color: #064e27;
  background-size: contain;
  background-repeat: no-repeat;
  min-width: 120px;
  min-height: 60px;
  padding: 10px 20px;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  border: none;
  border-radius: 0px;
}

.btn.focus, .btn:focus {
  outline: 0;
  box-shadow: none;
  border: none;
}

.btn:hover {
  color: #110204;
  opacity: 0.85;
  box-shadow: none;
  border: none;
  border-color: transparent;
}

.btn-default {
  color: #110204;
}

.btn-light {
  background-color: #DCDCDC;
}

.btn-primary, .btn-primary:hover, .btn-primary:not(:disabled):not(.disabled):active {
  color: #110204;
  border: none;
  background-color: transparent; 
  border-color: transparent;
}

.btn-primary:hover {
  opacity: 0.85;
}

.btn-danger {
    color: #110204;
    background-color: none;
    border-color: none;
}

.form-group .btn + .btn {
  margin-left: 8px;
}

/*** CG Calendar ***/

.fc table {
  margin: 0;
}

.fc-event {
  border-radius: 2px !important;
  cursor: pointer;
}

.fc-state-default.fc-corner-left {
  border-top-left-radius: 2px !important;
  border-bottom-left-radius: 2px !important;
}

.fc-state-default.fc-corner-right {
  border-top-right-radius: 2px !important;
  border-bottom-right-radius: 2px !important;
}

.fc-state-default { 
  background-color: #f5f5f5;
  background-image: none !important;
  background-repeat: no-repeat !important;
}

.fc-state-active, .fc-state-down {
  background-color: #a6192e !important;
  border-color: rgba(0,0,0,.5) #a6192e #a6192e #a6192e !important;
  color: white !important;
  text-shadow: none !important;
  box-shadow: inset 0 1px 0px rgba(0,0,0,.5) !important;
}

.fc-state-disabled {
  cursor: default !important;
}

.fc-basic-view .fc-body .fc-row {
  min-height: 8rem !important;
}

.fc-basic-view .fc-day-number {
  font-size: 24px;
}

.calendar-event {
  background-color: white;
  margin-bottom: 30px;
  padding: 20px;
  border-radius: 1px;
  display: flex;
}

.calendar-event.detail {
  background-color: rgba(255,255,255,.8); 
}

.calendar-list-nav {
  margin-bottom: 20px;
}

.calendar-list .calendar-event {
  box-shadow: inset 0 -2px 0 rgba(0,0,0,.1);
}

.calendar-details {
  margin: 20px 0;
}

.calendar-details-title,
.calendar-summary-title {
  font-weight: 600;
}

.calendar-cur {
  margin: 0 10px;
}

.calendar-date-from {
  font-size: 14px;
  font-family: 'Crete Round', serif;
  color: #aaa;
}

.calendar-event.detail .calendar-date-from {
  color: #888;
}

.calendar-event h1 a,
.calendar-event h2 a,
.calendar-event h3 a,
.calendar-event h4 a,
.calendar-event h5 a,
.calendar-event h6 a {
  color: #a6192e;
}

.calendar-event h1 a:hover,
.calendar-event h2 a:hover,
.calendar-event h3 a:hover,
.calendar-event h4 a:hover,
.calendar-event h5 a:hover,
.calendar-event h6 a:hover {
  color: #110204;
}

.calendar-fields {
  max-width: 200px;
  width: 100%;
  margin-right: 20px; 
}

.calendar-fields--detail {
  max-width: 360px;
}

.calendar-with-image .fc h1,
.calendar-with-image .fc h2,
.calendar-with-image .fc h3,
.calendar-with-image .fc h4,
.calendar-with-image .fc h5,
.calendar-with-image .fc h6,
.calendar-with-image .fc th,
.calendar-with-image .fc td,
.calendar-with-image .fc-day-number {
  color: white !important;
}

.calendar-with-image .fc th,
.calendar-with-image .fc td {
  background-color: rgba(255,255,255,.06);
}

.calendar-with-image .fc-state-highlight .fc-day-number {
  color: black !important;
}

/*** Mobile navigation trigger ***/

.mobile-nav-trigger {
  position: absolute;
  top: 0;
  right: 0;
  width: 70px;
  height: 60px;
  text-indent: -9999px;
  border-left: rgba(0,0,0,.1) solid 1px;
  overflow: hidden;
}

.mobile-nav-trigger span {
  position: relative;
  display: block;
}

.mobile-nav-trigger span:before {
  content: "";
  position: absolute;
  left: 24px;
  top: 24px;
  width: 20px;
  height: 3px;
  background: #505050;
  box-shadow: 0 6px 0 0 #505050, 0 12px 0 0 #505050;
}

.mobile-nav-trigger.active {
  background-color: rgba(100,0,0,.96);
  border-right: none;
  height: 60px;
}

.mobile-nav-trigger.active span:before {
  background: #f2eced;
  box-shadow: 0 6px 0 0 #fff, 0 12px 0 0 #fff;
}

.dark:not(.header-smaller) .mobile-nav-trigger {
  border-left: rgba(255,255,255,.25) solid 1px;
}

.dark:not(.header-smaller) .mobile-nav-trigger span:before {
  background: #f2eced;
  box-shadow: 0 6px 0 0 #fff, 0 12px 0 0 #fff;
}

.grid-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  grid-gap: 20px;
  margin: 0;
  max-width: 90%;
  margin: 0px auto; 
}
.grid-list__item {
  position: relative;
  z-index: 1;
}

/* Portfolio */
.portfolio-grid {
  display: flex;
  flex-wrap: wrap;
  margin: 10px -6px;
  max-width: 100%;
}
.portfolio-grid__item {
  flex: 0 0 calc(50% - 12px);
  max-width: calc(50% - 12px);
  margin: 0 6px 12px;
}
.portfolio-category {
  font-size: 13px;
  color: #777;
}
.portfolio-image {
  position: relative;
}
.portfolio-image a {
} 
.portfolio-image img {
}
.portfolio-title {
  text-transform: initial;
  font-size: 19px;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: 0;
}
.portfolio-description {
  padding: 15px 5px 10px;
}
.portfolio-description h4 {
  margin: 0;
}
.portfolio-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 2;
  text-align: center;
  background-color: rgba(0,0,0,0.5);
  transition: opacity .4s ease-in-out;
}
.portfolio-grid__item:hover .portfolio-overlay {
  opacity: 1;
}
.portfolio-overlay a {
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #F5F5F5;
  width: 40px !important;
  height: 40px !important;
  margin: -28px 0 0 -44px;
  font-size: 18px;
  line-height: 40px;
  text-align: center;
  color: #444;
  border-radius: 50%;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}
.portfolio-overlay .portfolio-image__right-icon {
  left: auto;
  right: 50%;
  margin-left: 0;
  margin-right: -44px;
  -webkit-transition-delay: .05s;
  -o-transition-delay: .05s;
  transition-delay: .05s;
}
.portfolio-grid__item:hover .portfolio-overlay .portfolio-image__left-icon, 
.portfolio-grid__item:hover .portfolio-overlay .portfolio-image__right-icon {
  margin-top: -18px;
}
.portfolio-shuffle {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  border: 1px solid rgba(0,0,0,0.08);
  font-size: 14px;
  text-align: center;
  margin: 0 12px;
  line-height: 40px;
  color: #a6192e;
  border-radius: 4px;
  cursor: pointer;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}
.portfolio-shuffle:hover {
  background-color: #110204;
  color: #FFF;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}
.portfolio-detail {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 40px;
}
.portfolio-detail__image {
  overflow: hidden;
}
.portfolio-detail__title {  
  font-size: 20px;
  font-weight: 600;
  padding-bottom: 10px;
  margin-bottom: 20px;
  text-transform: initial;
  border-bottom: 2px solid #110204;
}
.portfolio-detail__category {
  color: #777;
  font-size: 13px;
}
.portfolio-detail__description {
  margin: 10px 0;
} 
.portfolio-detail__item-label {
  font-weight: 600;
}

/* Portfolio slider */
.portfolio-detail__slider {
  margin: 10px 0 20px;
  padding-top: 25px;
  opacity: 0;
} 
.progress-bar {
	position: relative;
	margin-top: 38px;
	height: 4px;
	background-color: #F5F5F5;
	box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
	border-radius: 2px;
}
.progress-bar:first-child { margin-top: 0; }
.progress-bar .progress {
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 100%;
	background-color: #110204;
	overflow: visible !important;
	border-radius: 2px;
	-webkit-transition: width 1.2s ease-in-out;
	-o-transition: width 1.2s ease-in-out;
	transition: width 1.2s ease-in-out;
}
.progress-bar .progress-percent {
	position: absolute;
	top: -28px;
	right: 0;
	background-color: #a6192e;
	color: #F9F9F9;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	height: 22px;
	line-height: 22px;
	padding: 0px 5px;
	font-size: 11px;
	border-radius: 2px;
}
.progress-bar .progress-percent .counter-instant {
	font-weight: 400;
	font-family: 'Lato', sans-serif;
}
.progress-percent:after, .progress-percent:before {
	top: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.progress-percent:after {
	border-top-color: #a6192e;
	border-width: 4px;
	left: 50%;
	margin-left: -4px;
}
.progress-percent:before {
	border-top-color: #a6192e;
	border-width: 5px;
	left: 50%;
	margin-left: -5px;
}
.progress-bar > span {
	position: absolute;
	z-index: 1;
	top: -23px;
	left: 0;
	line-height: 20px;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #222;
}

/*** 404 page not found
================================================== */
.error-404 {
  display: block;
  font-size: 240px;
  font-weight: 700;
  color: #DDD;
  line-height: 1;
  letter-spacing: 4px;
}

/*** Captcha
================================================== */
.captchapict {
  margin: 10px 0;
}
.cgbf_input_captcha {
  display: inline-block;
  width: 200px;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  margin: 10px 0;
}
.cgbf_input_captcha:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
}


/*** Video home page
================================================== */

.video-wrapper {
    position: relative;
    overflow: hidden;

}

.video-container video {
    z-index: 1;
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem; 
    border-bottom: 2px solid RGBA(47,47,46,.9);
}

.roundbottom {
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem; 
    border-bottom: 2px solid RGBA(47,47,46,.9);
}

.roundtop {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem; 
    border-top: 2px solid RGBA(47,47,46,.9);
}

#blueline {
    width: 100%;
    height: 5px;
    background-color: RGBA(47,47,46,.9);
}

.video-caption {
    display: flex;
    flex-direction: column;
    min-height:calc(100vh + 50px);
    justify-content:center;
    align-items:center;
    text-align:center;
    z-index: 2;
    position: relative;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}
.video-caption h2 {
    font-size: 54px;
    line-height: 120%;
    animation-delay: .3s;
    display: none;
}
.video-caption p {
  animation-delay: .5s;
  display: none;
  margin: 0 auto 30px;
}
.scroll-down-arrow {
  position: fixed;
  bottom: 60px;
  left: 50%;
  margin-left: -16px;
  width: 32px;
  height: 32px;
  font-size: 32px;
  text-align: center;
  color: #222;
  z-index: 3;
}
#pauseVidButton {
  position: absolute;
  visibility: hidden;
  font-size: 12px;
  top: 95%;
  left: 48%;
  width: 90px;
  height: 15px;
  z-index: 4; 
  opacity: .5;
}

#hierbox {
  margin-bottom: 1rem;
}

#hierback:hover {
  opacity: .85;
}

#hiername {
  font-size: 1.25rem;
}

/*** Media Queries
================================================== */

@media (max-width: 1440px) {
  .main-title h1 {
	font-size: 2.7rem;
 }
  .main-subtitle {
	font-size: 2rem;
 }
  .NewsSummarySummary p {
	font-size: .95rem;
  }
  .jackpot-cover, .jackpot-cover-home  {
     max-width: 1000px; 
  }
  .topleveldetails h2 {
  font-size: 2rem;
  }
  .topleveldetails h3 {
  font-size: 1.75rem;
  }
  .topleveldetails h4 {
  font-size: 1.25rem;
  }
  .price {
  font-size: 1.20rem;
  }
}

@media (max-width: 1280px) {
  .main-title h1 {
	font-size: 2.3rem;
 }
}

@media (max-width: 991px) { 
  .video-wrapper {
    height: 280px;
 }
.video-container video {
    position: absolute;
    top: 45%;
    left: 50%;
    width: 190%;
    height: auto;
    z-index: 1;
    transform: translateX(-50%) translateY(-47%);
 } 
   .logo.dark img.logo-inverse {
    visibility: hidden;
 }
   .slider-fullscreen.logo.dark img.logo-inverse {
   visibility: visible;
 }
  .lang-sel {
    position: absolute;
    top: 40%;
    transform: translate(0, -50%); 
    right: 85px;
  }
  .main-title h1 {
	font-size: 3.5rem;
  }
  .NewsSummarySummary p {
	font-size: 1.25rem;
  }
}

@media (max-width: 766px) {
  .main-title h1 {
	font-size: 2.7rem;
 }
  .jackpot-cover-home  {
	max-width: 300px; 
 }
  h2 {font-size: 2.4rem;}
}

@media (max-width: 640px) {
  .main-title h1 {
	font-size: 2.5rem;
 }
  .main-subtitle {
	font-size: 1.5rem;
}
 .NewsSummarySummary p {
     font-size: 1rem;
}
  .jackpot-cover {
     max-width: 390px; 
  }
  .jackpot-cover-home {
     max-width: 300px; 
  }
}

/* Extra small devices (portrait phones, less than 576px) 
No media query for `xs` since this is the default in Bootstrap  */

/* sm : Small devices (landscape phones, 576px and up) */

@media (min-width: 576px) { 
  .team-modal__inner {
    flex-direction: row;
    width: 80%;
    height: 92vh;
  }
  .team-modal__image {
    max-height: 100%;
    width: 100%;
    text-align: center;
  }
  .team-modal__text-content {
    width: 100%;
    max-height: 100%;
    padding: 40px;
  }
  .team-modal__image img {
    max-width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .gallery-top {
    height: 400px;
  }
  .gallery-thumbs {
    height: 120px;
  }
  .video-caption {
    width: 70%;
  }
}

@media (max-width: 576px) { 
   #mobcenter {
    text-align: center;
  }
}

/* md : Medium devices (tablets, 768px and up)*/

@media (min-width: 768px) { 
  .CGBlogGrid--grid-2 .CGBlogGrid {
    grid-template-columns: 1fr 1fr;
  }
  .grid-list {
    grid-gap: 0;
    max-width: 1200px;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    margin: 40px auto;
  }
  .content-wrapper { 
    padding: 80px 0;
  }
  
  .team-modal__inner {
    flex-direction: column;
    width: 80%;
    max-height: none;
    height: 92vh;
  }
  .team-modal__image {
    max-height: 52vh;
    width: 100%;
    text-align: center;
  }
  .team-modal__image img {
    height: auto;
    object-fit: initial;
  }
  .team-modal__text-content {
    width: 100%;
    max-height: 40vh;
    padding: 40px;
  }
  .team-modal__text-content .team-modal__name {
    font-size: 26px;
  }
  .team-modal__text-content .team-modal_title {
    font-size: 18px;
  }
  .services__item {
    flex-direction: row;
    margin-bottom: 100px;
  }
  .services__item:nth-child(even) {
    flex-direction: row-reverse;
  }
  .services__item:last-child {
    margin-bottom: 60px;
  }
  .services__item-content {
    padding: 0 40px;
  }
  .services__item-content h3 {
    text-align: left;
  }
  .services__media {
    min-height: 160px;
  }
  .services__icon {
    background-color: #013d60;
    border: none;
    margin-bottom: 25px;
    padding: 6px;
  }
  .services__icon i.fa {
    font-size: 72px;
    line-height: 142px;
  }
  .portfolio-grid {
    margin-left: -6px;
    margin-right: -6px;
    max-width: 100%;
  }
  .portfolio-grid__item {
    flex: 0 0 25%;
    max-width: 25%;
    margin: 0 0 10px 0;
    padding: 0 6px 12px;
  }
  .gallery-top {
    height: 500px;
  }
  .gallery-thumbs {
    height: 140px;
  }
}

/* lg : Large devices (desktops, 992px and up) */

@media (min-width: 992px) {

  header .container-fluid { 
    padding: 0 30px; 
  }
  .search-wrapper {
    right: 0;
  }

  .logo a img, 
  .search-input form,
  .mobile-nav-trigger, header {
    height: 100px;
  }

  .slider,
  .main-title {
    margin-top: 100px;
  }
  .main-title {
    padding: 55px 0;
  }
  .slider-caption h2,
  .video-caption h2 {
    font-size: 32px;
  }
  
  .slider-caption p,
  .video-caption p {
    font-size: 18px;
  }

  .search-trigger i {
    top: 41%;
  }
  section.content { 
    padding: 2rem 0; 
  }
  .blog .CGBlogGrid--grid-2 .CGBlogSummaryLink h4,
  .blog .CGBlogGrid--grid-3 .CGBlogSummaryLink h4,
  .blog .CGBlogGrid--grid-4 .CGBlogSummaryLink h4 {
    font-size: 24px;
  }
  .CGBlogGrid--grid-3 .CGBlogGrid {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .CGBlogGrid--grid-4 .CGBlogGrid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .team-modal__inner {
    flex-direction: row;
    width: 90%;
    max-height: 560px;
  }
  .team-modal__image {
    width: 50%;
    max-height: inherit;
  }
  .team-modal__text-content {
    width: 50%;
    padding: 50px 40px 50px 50px;
    max-height: 100%;
  }
  .portfolio-detail {
    grid-template-columns: 2fr 1fr;
  }
  .video-caption h2 {
    font-size: 80px;
    line-height: 140%;
  }
}

/* xl : Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

  .container {
    max-width: 1240px;
  }
  .error-404 {
    font-size: 300px;
  }
  .sec-subtitle {
    font-size: 2.2rem;
  }

}

/* Retina CSS */

@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) {

	.logo a.standard-logo { display: none; }

	.logo a.retina-logo { display: block; }
}
