* Bootstrap v2.2.1
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */
@import url('https://fonts.googleapis.com/css?family=Archivo+Black&display=swap');
.the-icons {
  font-size: 14px;
}

@font-face {
      font-family: 'fontello';
      src: url('../font/fontello.eot?38947450');
      src: url('../font/fontello.eot?38947450#iefix') format('embedded-opentype'),
           url('../font/fontello.woff?38947450') format('woff'),
           url('../font/fontello.ttf?38947450') format('truetype'),
           url('../font/fontello.svg?38947450#fontello') format('svg');
      font-weight: normal;
      font-style: normal;
    }
     
     
    .demo-icon
    {
      font-family: "fontello";
      font-style: normal;
      font-weight: normal;
      speak: none;
     
      display: inline-block;
      width: 1em;
      margin-right: .2em;
      text-align: center;
      /* opacity: .8; */
     
      /* For safety - reset parent styles, that can break glyph codes*/
      font-variant: normal;
      text-transform: none;
     
      /* fix buttons height, for twitter bootstrap */
     
      /* Animation center compensation - margins should be symmetric */
      /* remove if not needed */
      margin-left: .2em;
     
      /* You can be more comfortable with increased icons size */
      /* font-size: 120%; */
     
      /* Font smoothing. That was taken from TWBS */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
     
      /* Uncomment for 3D effect */
      /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
    }
@import url('https://fonts.googleapis.com/css?family=Work+Sans:400,700&display=swap');
#left h2
{
	color: #2c3441;
}
ul a
{
	text-decoration: none;
}
p a
{
	text-decoration: none;
	color: #2b3340;
}
body,html
{
	margin: 0 auto;
	padding: 0;
	background-color: white;
	color: gray;
	font-family: 'Rubik';
	font-weight: 400;
	width: 100%;
}
#over_top
{
	display: flex;
    justify-content: center;
    width: 100%;
    height: 70px;
    position: fixed;
    top: 0;
    background-color:#ffd46f;
}
.error
{
	display: block;
	margin: auto;
	width: 70%;
	text-align: left;
	margin-top: 10px;
	color: #bd2828;
	font-size: 15px;
}
#settingsbar
{
	display: flex;
	position: absolute;
	right: 0;
	top: 0;
	color: white;
	padding: 0px 15px;
	height: 60px;
}
#top
{
    display: block;
	position: relative;
    margin: auto;
    width: 95%;
    max-width: 1200px;
    height: 60px;
    color: #253137;
    user-select: none;
}
#title{
    display: block;
    line-height: 60px;
    font-size: 1.5em;
    text-align: center;
    font-weight: 900;
    position: absolute;
    padding: 0 5px;
    left: 0;
    top: 0;
}
.sett
{
	display: flex;
	margin: auto;
	align-items: center;
	width: 60px;
	height: 60px;
	float: left;
	user-select: none;
	transition: .3s ease-in-out;
	color: #2b3340;
}
.sett:hover
{
	background-color: #f5cd6c;
	cursor: pointer;
}
.darkleft
{
	color: white;
}
#menu
{
	display: block;
	width: calc(100% - 380px);
	height: 60px;
	position: absolute;
	left: 250px;
	top: 0;	
	box-sizing: border-box;
}
nav
{
	position: relative;
	float: right;
	width: 100%;
	height: 60px;
	display: flex;
}
nav ul
{
	padding: 0;
	display: flex;
	margin: auto 0;
}
nav ul li
{
	display: block;
	margin: auto;
	margin-left: 10px;
	padding: 10px 20px;
	list-style: none;
	transition: .3s ease;
}
nav ul li:hover
{
	background-color: #f5cd6c;
	cursor: pointer;
}
nav ul li a
{
	text-decoration: none;
	text-align: center;
	display: block;
	color: #2b3340;	
}
nav ul li ul a
{
	text-decoration: none;
	text-align: center;
	display: block;
	font-weight: bold;
	color: #2b3340;
	padding: 5px 0;
}
nav ul li ul
{
	display: block;
    background: white;
    color: #111;
    position: absolute;
    top: 68px;
    padding: 10px 15px;
    border: 1px solid #f3f3f3;
    transition: .4s ease;
    visibility: hidden;
    opacity: 0;
    border-radius: 3px;
    box-sizing: border-box;
}
nav ul li ul:before
{
      content: "";
      position: absolute;
     bottom: 100%;
      width: 0;
      height: 0;
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      border-bottom: 18px solid white;
	box-sizing: border-box;
}
nav ul li:hover ul
{
	cursor: pointer;
	visibility: visible;
	opacity: 1;
}
nav ul li ul li
{
	display: block;
    color: black;
    padding: 10px 30px;
    margin-left: 0px;
}
nav ul li ul li:hover
{
	background-color: #efefef;
}
.ii
{
	font-weight: bold;
	margin: 0px auto;
	padding: 10px 30px;
	border-top: 2px solid #2b3340;
	color: #2b3340;
	transition: .5s ease;
	object-fit: cover;
	box-sizing: border-box;
}
.ii:hover
{
	background-color: #c69542;
	box-sizing: border-box;
}
#menu ul li:hover .mega-menu
{
	visibility: visible;
	opacity: 1;
}
.mega-menu
{
	position: absolute;
	top: 60px;
	transition: .4s ease;
	display: flex;
	visibility: hidden;
	opacity: 0;
	width: auto;
	background-color: #febf55;
	border-radius: 0 0px 20px 20px;
}
.inner-mega-menu
{
	display: block;
	margin: auto;
	width: 100%;
}
.m:hover
{
	cursor: pointer;
	border-bottom: 2px solid #e6e7e8;
}
#content{
	width: 95%;
	max-width: 1200px;
	display: block;
	top: 60px;
	margin: auto;
	padding-top: 20px;
	padding-bottom: 20px;
}
.section{
    display: flex;
    flex-wrap: wrap;
    padding: 70px 0;
    min-height: 60vh;
    border-bottom: 2px dashed #f3f3f3;
}
.left{
	font-size: 1.8em;
    display: block;
    margin: auto;
    padding: 20px;
    width: 55%;
    min-width: 350px;
    float: left;
    color: #000000;
    box-sizing: border-box;
}
.right{
    display: block;
    margin: auto;
    min-width: 350px;
    padding: 20px;
    float: left;
    width: 45%;
    box-sizing: border-box;
}
.i
{
	display: block;
	margin: auto;
	width: 90%;
	height: auto;
}
#footer{
	display: flex;
	align-items: center;
	background-color:#ffd46f;
	color: #253137;
	width: 100%;
}
#button
{
	display: none;
	flex-wrap: wrap;
	margin: auto;
	width: 50px;
	height: 30px;
}
#button:hover
{
	cursor: pointer;
}
.stripe{
	display: block;
	margin: auto;
	width: 40px;
	height: 4px;
	background-color: #253137;
}
.footer
{
	display: flex;
	flex-wrap: wrap;
	margin: auto;
	padding-top: 20px;
	padding-bottom: 20px;
	width: 90%;
	max-width: 1200px;
}
#mainmenu{
	user-select: none;
    display: none;
    z-index: 1000;
    background-color: #fdfdfd;
    position: fixed;
    right: 0px;
    top: 0;
    width: 330px;
    height: 100%;
    overflow-Y: auto;
    overflow-X: hidden;
    border-left: 1px solid #f3f3f3;
}
.menu_close{
    font-weight: bold;
    display: flex;
    align-items: center;
    height: 60px;
    width: 100%;
    transition: .3s ease;
    background-color: #ffd46f;
}
.menu_close:hover{
	cursor: pointer;
}
#closeicon
{
	display: inline-flex;
    float: left;
    width: 150px;
}
#closetext
{
	display: inline-block;
    float: left;
    line-height: 50px;
    width: 250px;
    font-size: 24px;
    color: #2c3441;
}
#uopt
{
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
    padding: 10px 0;
}
.uopt:hover
{
	cursor: pointer;
	background-color: #efefef;
}
.menu_close:hover
{
	cursor: pointer;
}
.uopt
{
    display: flex;
    color: #000;
    transition: 0.3s ease-in-out;
}
#dsp
{
	display: flex;
	justify-content: center;
	width: 100%;
	height: 100vh;
}
.dark
{
	background-color: #2b3340;
	color: white;
}
.darkstat{
	color: #2b3340;
}
.darkh2
{
	color: #febf55;
}
.mobilesett
{
	display: flex;
    border-bottom: 1px solid #c1c1c1;
    width: 400px;
    height: 70px;
    color: #2d3d53;
    transition: 0.3s ease-in-out;	
}
.uoo
{
	display: flex;
    align-items: center;
    float: left;
    padding: 8px 30px;
}
.utp
{
	display: flex;
    align-items: center;
    float: left;
    width: 250px;
    padding: 5px;
	color: #6f6f6f;
}
.site
{
	display: block;
	margin: auto;
}
.inf
{
	margin: auto;
	display: flex;
	float: left;
	width: 300px;
	height: 100%;
	text-align: center;
}
.social
{
	margin: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	display: flex;
	flex-wrap: wrap;
	float: left;
	width: 300px;
	height: 100%;
}
.s
{
	display: flex;
	margin: auto;
	font-size: 30px;
}
#chat_widget
{
	color: #ffffff;
    padding: 15px;
    background: black;
    position: fixed;
    bottom: 20px;
    right: 20px;
    border-radius: 25px;
    font-size: 0.95em;
    transition: 1s ease;
}
#chat_widget:hover
{
	cursor:pointer;
}


 