/*@import url('https://fonts.googleapis.com/css?family=Oswald|Source+Sans+Pro');*/

@font-face {
        font-family: 'Oswald';
        src: url('../fonts/Oswald/Oswald-Regular.ttf')  format('truetype') ;
}
@font-face {
        font-family: 'Source Sans Pro';
        src: url('../fonts/SourceSansPro/SourceSansPro-Regular.ttf')  format('truetype') ;
}


@font-face {
        font-family: 'Bold';
        src: url('../fonts/SourceSansPro/SourceSansPro-Bold.ttf')  format('truetype') ;
}

#wrapper {
	display: grid;
	grid-template-rows: auto 1fr auto;
	min-height: 100vh;
}

#container, #main, #main .inside, .mod_article {
	width: 100%;
	height: 100%;
}

.InsideOut-dark,
.footercontainer {
	background-color: #37505C;
}

input.form-control, select.form-control, input.password {
	border-radius: .435rem;
	
}

.grid-2 {
	display: grid;
	grid-template-columns: repeat(2,auto);
	grid-column-gap: 4%;
}

.topbar .row {
	display: flex;
	justify-content: space-between;
}


.topbar .fa {
	position: static;
}

.topbar .ce_sHtml5Start  {
	display: flex;
	flex-direction: row;
}


.minicart, .miniusermenu {
    font-size: 28px;
}


.topbar .miniusermenu .usermenutrigger,
.topbar .mod_iso_cart .minicart > a {
	display: flex;
	flex-direction: row;
	font-size: 14px;
	color: #fff;
}

.mod_customnav,
.mod_iso_cart {
	position: relative;
	width: 100%;
}

@media (hover: hover) {
.mod_customnav:hover .miniusermenu .user_dropdown,
.mod_iso_cart:hover .cart_dropdown {
	position: absolute;
	top: 35px;
	right: 0;
    padding: 5px 20px;
    font-size: 14px;
    color: #000;
    display: block !important;
    z-index: 99000;
    box-shadow: 0 1rem 1.5rem .1875rem #0000001a,0 .5625rem 2rem .5rem #0000001a,0 .75rem 1rem -.4375rem #00000026;
    background-color: #fff;
    border-radius: .375rem;
}
}

.mod_iso_cart .cart_dropdown {
	min-width: 300px;
}

.mod_customnav .miniusermenu .usermenu_header,
.mod_iso_cart .minicart_header {
	align-items: center;
	border-bottom: 1px solid #ddd;
	display: flex;
	font-size: 1.125rem;
}

.mod_customnav .miniusermenu ul {
	list-style-type: none;
	padding: 0;
}

.mod_iso_cart .minicart_footer:before {
	background: linear-gradient(180deg,#0000,#0000001a);
	content: "";
}

.mod_iso_cart .cart_dropdown .button {
	color: #fff;
	background-color:#F79D65;
	padding: 5px 10px;
	border-radius: .375rem;
}

.mod_iso_cart .cart_dropdown .actions,
.mod_iso_cart .cart_dropdown .subtotal,
.mod_iso_cart .cart_dropdown .product {
	display: flex;
	flex-direction: row;
	padding: 10px 0px;
	justify-content: space-between;
}

.topbar .mod_customnav a,
.topbar .mod_iso_cart a {
	color: #000;
}

.mod_iso_cart .cart_dropdown .name {
	flex-grow: 1;
}


.mod_iso_cart .product,
.item_content {
	display: flex;
	width: 100%;
}



.cart_full {
	display: flex;
	width: 100%;
	flex-direction: row-reverse;
	justify-content: space-between;
	gap: 5%;
	margin-top: 50px;
	margin-bottom: 50px;
}

.cart_full .cart_detail,
.cart_full .item_content,
.cart_full .item_detail {
	flex: 1;
}

.cart_full .product {
	gap: 20px
}

.cart_full .cart_detail .price {
	margin-top: 10px;
}

.mod_iso_productreader .formbody {
	margin-top: 50px;
	display: flex;
	flex-direction: row;
	gap: 30px;
}

.mod_iso_productreader .product_images_gallery {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin-top: 10px;
}

.mod_iso_productreader .description h3 {
	font-size: 1.5rem;
	font-weight: bold;
	margin-top: 30px;
}

.mod_iso_productreader .description ul {
	padding-left: 40px;
	list-style-type: disclosure-closed;
}

/* Chrome, Safari, Edge, Opera */
.mod_iso_cart input::-webkit-outer-spin-button,
.mod_iso_cart input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.mod_iso_cart input[type=number] {
  -moz-appearance: textfield;
}



.form-control,.password  { border: 1px solid rgba(0, 0, 0, .2); }

.sidenavi ul li a:before , .scrolltop a:after,
.mainnavi ul.level_1 > li.submenu a:after,
footer#footer  ul li a:before,
p.footerIcons a:after,
header#header .socials-top a,
.mod_calendar table.calendar td.days .event:before ,
.ui-accordion-icons:after ,
p.recurring:before,
p.location:before
{font-family: 'Bootstrap-Icons'; }

p.footerIcons a:after, p.socialIcons a:after {
        display: inline-block;
        transition: all 0.5s ease 0s;
        color: #fff;
        margin: 0 10px;
        font-size: 18px;
        -moz-transition: all .5s;
        -webkit-transition: all .5s;
        transition: all .5s;
}

.footer-yt:after {
        content: "\F62B";
}

.footer-tw:after {
        content: "\F5EF";
}

.footer-fb:after {
        content: "\F344";
}
.footer-inst:after {
    content: "\F437";
}

p.footerIcons em, p.socialIcons em, p.teamIcons em {
        display: none;
}


body, .mobilenavi { font-family: 'Source Sans Pro', serif; color: rgba(0,0,0,0.6); }
#main .ce_text p  { line-height: 1.5; }

/* font-styles */
h1, h2 { font-family: 'Oswald', serif; }

h1 {
        font-size: 40px;
        text-transform: uppercase;
        font-weight: 600;
        letter-spacing: 3px;
        margin-bottom: 8px;
}

h2 {
        font-size: 30px;
        text-transform: uppercase;
        font-weight: 600;
        letter-spacing: 2px;
        margin-bottom: 8px;
}

h3 {
        font-size: 25px;
        text-transform: uppercase;
        font-weight: 600;
        letter-spacing: 1px;
        margin-bottom: 8px;
}

h4 {
        font-size: 17px;
        text-transform: uppercase;
        font-weight: 600;
        letter-spacing: 1px;
        margin-bottom: 8px;
}

/* button */
.btn, p.more a, p.back a {
        border-radius: 0;
        text-transform: uppercase;
        color: #fff;
        padding: 10px 23px;
        margin-top: 35px;
        font-size: 14px;
}

.recurring, .location {
        font-size: 15px !important;
}

/* topbar */
.topbar p, .topbar a, .topbar .fa { color: rgba(255,255,255,0.8); }

.topbar .fa {
        position: absolute;
        font-size: 44px;
}

.topbar .first  .fa-padding {   padding-left: 40px; }
.topbar .last .fa-padding {   padding-right: 15px; }

.bangb1 .navibar .container {
        border-top: 1px solid rgba(255,255,255,0.1);
        padding: 10px 0;
}

.fixedTop { width: 100%; }


/* slider */
.slider-control .slider-menu b {
        color: #fff;
}

.bgStyle h1 {
        font-size: 90px;
        font-weight: 600;
        text-transform: uppercase;
}

.bgStyle h1,
.bgStyle h2,
.bgStyle h3,
.bgStyle h4,
.bgStyle p {
         color: #fff;
}

.slider-control .slider-menu {
        top: -150px;
        width: 50%;
        left: 50%;
        margin-left: -25%;
        font-size: 40px;
        text-align: center;
}

.clients .slider-control .slider-menu {
        top: 0;
}

.clients .slider-control .slider-menu b {
        color: #161514;
}

.slider-control {
        height: 0;
}

/* footer */
footer#footer h1, footer#footer h2, footer#footer h3, footer#footer h4 { color: #fff; }
footer#footer  ul { margin: 10px 0 0 ; padding:0; list-style-type: none;}
footer#footer  ul li a { display: block; }

header#header .socials-top a { margin: 0 5px; }
header#header .socials-top a.footer-yt:before {content:"\f166 ";}
header#header .socials-top a.footer-gp:before {content:"\f0d5 ";}
header#header .socials-top a.footer-tw:before {content:"\f081 ";}
header#header .socials-top a.footer-fb:before {content:"\f082 ";}
header#header .socials-top a em { display: none; }

#footer .submit:hover { background: #fff; }

/* copyright */

.top-links ul { margin:0; padding:0; list-style:none; text-align:right; }
.top-links ul li { display: inline-block; }
.top-links ul li a { display: block; padding: 0 2px; }



/* MAINNAVI */
.mainnavi ul.level_2, .mainnavi ul.level_3 {
        width: 207px;
        padding: 11px;
        text-align: left;
}

.level_1 .active, .mainnavi ul.level_1 > li > strong, .level_1 .forward,
.submenu.trail > span, .level_1 .active {
        font-weight: 400;
}

/*.mainnavi ul.level_1 > li > a,
.mainnavi ul.level_1 > li > strong { text-transform: uppercase; font-size: 18px; } */


/*--- events  --*/

.mod_eventlist .teaser { max-height: 80px; overflow: hidden; }


/*---- news  ----*/
.mod_newslist figure.image_container {   }

/*--- accordeon ---*/
.ui-accordion-content {
    background: #e7e7e7;
    padding: 10px;
    margin-bottom: 10px;
}

/*--- contact -----*/
.contact-icons h3 { position: relative; }
.contact-icons em { position: absolute; left: -28px; top: 5px; font-size: 80%;}

.sidenavi  ul{ padding: 0; }
.sidenavi ul li { }
.sidenavi ul li a, .sidenavi ul li strong { display: block; border-bottom: 1px solid rgba(0, 0, 0, .125)}
.sidenavi ul li a:before  {
    content: "\f054";
    padding-right: 10px;
    font-size: 10px;

}


.absolute-pic {
        position: absolute;
        top: -19%;
        right: 45%;
}

.absolute-pic img {
        -webkit-filter: drop-shadow(-1px 6px 17px #606060);
        filter: drop-shadow(-1px 6px 17px #606060);
}

.small-text {
        max-width: 715px;
        margin: 0 auto;
}


/*---- insideout ---*/
.InsideOut-dark .full-bg {
        padding: 90px 0;
}

.InsideOut-dark, .InsideOut { position: relative; }

.InsideOut-dark h1,
.InsideOut-dark h2,
.InsideOut-dark h3,
.InsideOut-dark h4 {
         color: #fff;
}

.InsideOut-dark p, .InsideOut-dark td  {
         color: rgba(255,255,255,0.6);
}

.InsideOut-dark td {
        border-bottom: 1px solid rgba(255,255,255,0.1);
        padding: 8px 0;
}


.InsideOut-dark h1 { font-size: 90px; }
.InsideOut-dark h2 { font-size: 40px; }

/*---- beans ---*/
.InsideOut-dark .bean1 {
        position: absolute;
        top: -6%;
}

.InsideOut-dark .bean2 {
        position: absolute;
        left: 76%;
        bottom: 43%;
}

.InsideOut-dark .bean3 {
        position: absolute;
        bottom: -3%;
        right: 36%;
}

/*---- news ---*/
.form-control, .layout_latest p.info, .news .info { border-radius: 0; }

.form-group select.select,
.password {
	display: block;
  width: 100%;
  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;
}

#lbl_notify_0 { padding: 0 9px; }

p.info { padding: 0; }

.newstxt a {
        font-size: 18px;
        letter-spacing: 1px;
}


.layout_latest p.info, .news .info,
.event p.info,
.mod_eventlist div.header,

.mod_eventlist .header { color: #545352; padding: 0; font-size: 14px; background: none; }

.startnews .teaser {
        height: 64px;
        overflow: hidden;
}

.newstxt h3 { line-height: 0.9;}
.newxTextBlock { background:rgba(0,0,0, .03); padding:1rem }

#main .ce_text p {
        line-height: 1.5;
        font-size: 16px;
}


.search .widget-submit {
        top: 1px;
        right: 1px;
        position: absolute;
}

.search .widget-submit .btn {
        margin: 0;
        padding: 6px 16px;
}

.mod_login .widget-submit {
        margin-top: 14px;
}


/*---- search ---*/
.mod_search .widget-submit {
        top: 1px;
        right: 1px;
        position: absolute;
}

.mod_search .fa {
        font-size: 23px;
}


/*---- main ---*/
.vp-center { display: block!important; }

.divider {
        margin-bottom: 20px;
        margin-top: 20px;
        z-index: 99;
}

#footer .divider {        background: rgba(255, 255, 255, .2);}
 .dark-bg {
        padding: 46px;
        position: absolute;
        top: 27%;
        left: 7%;
}

.ce_sliderStart {        position: relative;}
.pull-right {        float: right;}
.mainnavi ul.level_1 > li {
        text-transform: uppercase;
        letter-spacing: 1px;
        font-size: 14px;
}

.clients .fa {        color: #fff;}
.pricing-box h1 {         color: #fff;}
#main ul {        padding: 0;}
.no-gutters .overlayContent {
        position: relative;
        z-index: 4;
        padding: 57px 114px;
}

.submit .fa {        color: #fff;}

.button-menu {        padding-bottom: 31px;}
.ce_comments {        margin-top: 40px;}
.form-group {        margin-bottom: 19px;}


@media screen and (max-width: 780px) {
    .InsideOut-dark h1 { font-size: inherit;  }
    .ce_downloads a {    display: none;}
}

.padding-right {
        padding-left: 60px;
}

.padding-left {
        padding-right: 60px;
}


/*** home tables **/
table.hometablemenu, table.hometablemenu tr, table.hometablemenu td {
    border: 0 none;
}
table.hometablemenu td {
    padding: 0.5rem;
}
table.hometablemenu tr:nth-child(odd) {
    background: rgba(0,0,0, .5);
}

ul.level_2 {
    border-top: 3px solid #b07841;
}

.mainnavi ul.level_2 li a {
    border-bottom: 1px solid rgba(0,0,0, .3);
    padding: 0.4rem 0;
}

.topheader.fixedTop { display:none!important; }

.topbar .bi {
  font-size: 30px;
  color: #87C38F;
  margin: 0px 5px;
}

 @media only screen and (min-width: 1280px) {
	.news-grid {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
	}
}


.news-grid .col{
	padding: 0;
	margin: 0;
}

.ce_sHtml5Start {
	display: grid;
	grid-template-columns: repeat(1,1fr);
	grid-gap: 10px;
}

 @media only screen and (min-width: 1280px) {
.ce_sHtml5Start.col2 {
	display: grid;
	grid-template-columns: repeat(2,1fr);
	grid-gap: 10px;
}
.ce_sHtml5Start.col3 {
	display: grid;
	grid-template-columns: repeat(3,1fr);
	grid-gap: 10px;
}
.ce_sHtml5Start.col4 {
	display: grid;
	grid-template-columns: repeat(4,1fr);
	grid-gap: 10px;
}
}

.cta_card {
	background-color: #f5f5f5;
	padding: 2rem;
	border-radius: .435rem;
}

button,
.submit,
.button, .btn,
.cta_card a, .back a {
	background-color: #F79D65;
	color: #ffffff;
	padding: 10px 20px;
	margin: 8px 0 16px 0;
	border-radius: .435rem;
	display: inline-block;
	border-style: none;
}

.add_to_cart {
	background-color: #F79D65;
	color: #ffffff;
	padding: 0px 20px;
	margin: 0px 0 0px 0;
	border-radius: .435rem;
	display: inline-block;
	border-style: none;
}

button:hover,
.button:hover, 
.btn:hover,
.cta_card a:hover,
.add_to_cart:hover,
.back a:hover,
.submit:hover,
.minus button:hover,
.plus button:hover {
	color: #ffffff;
	background-color: #87C38F;
}

.product_list {
	display: grid;
	grid-template-columns: repeat(3,auto);
	grid-gap: 10px;
	grid-template-rows: auto auto auto;
}

.product_list .product,
.product_list .product form,
.product_list .product .formbody{
	display: grid;
	grid-template-rows: subgrid;
}

.plus button,
.minus button,
.plus button,
.minus button{
	background-color: #F79D65;
	color: #fff;
	padding: 5px 15px;
	margin: 0;
	border: 0;
}

.minus button,
.minus button{
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.plus button,
.plus button{
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.formbody .quantity_container label {
	position: relative;
	margin: 0;
	padding: 0;
	padding-right: 10px;
	text-align: left;
}

.submit_container {
	display: flex;
	flex-direction: row;
	gap:20px;
	margin: 40px 0;
}

.cart_sum {
	color: #87C38F;
}

.mod_iso_cart .quantity input,
.quantity_container input {
	padding: 4px 10px;
	width: 60px;
	border: 1px solid #F79D65;
	text-align: center;
	margin: 0;
}

.mod_iso_productreader .price {
	font-weight: bold;
	font-size: 1.7rem;
	margin-top: 20px
}