html, body
{
	padding: 0;
	margin: 0;
}

body
{
	
	font-family: Arial, Helvetica, Verdana;
	font-size: 14px;
	line-height: 22px;
	color: #666;

	-webkit-text-size-adjust: none;
}
.slide-first.step-0 .introjs-prevbutton { display: none; }
.slide-last .introjs-donebutton { display: inline-block; color: #333; }
.introjs-skipbutton { display: none; }
.fa {
    color: #fff;
}
/*-- bottom open project button --*/
.btn-flat {
  font-weight:400;
color: #ffffff !important;
  float:left;

  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.btn-flat-sm a {
  color:#fff;
  text-decoration:none;
  
}
.btn-flat a {
  color:#fff;
  text-decoration:none;
  
}
.btn-flat a i {
  margin-right:7px;
  color:#f4f4f4;
}
.btn-ft-orange {
  background-color:#F59569 ;
}
.btn-ft-orange:hover {
  background-color:#D67530 ;
}

.open-project {
	cursor: pointer;
	
}
.mm-navbars_bottom {

    border-top-width: 0px !important;

}
/*-- end of bottom open project button --*/

.mm-listitem_selected {
    font-weight: bold;
    background-color: #5d9e79;
    color: #fff;
}
.mm-menu_offcanvas.mm-menu_opened {
    
    z-index: 11;
}
.mm-menu {
    background: #E8E9E9 !important;
-webkit-box-shadow: -3px 0px 5px 0px rgba(209,209,209,1);
-moz-box-shadow: -3px 0px 5px 0px rgba(209,209,209,1);
box-shadow: -3px 0px 5px 0px rgba(209,209,209,1);

}
@media (min-width: 550px) {
.mm-wrapper_opening .mm-menu_position-right.mm-menu_opened~.mm-slideout {
    -webkit-transform: translate(-40px, 0) !important;
    -ms-transform: translate(-40px, 0)!important;
    transform: translate(-40px, 0)!important;
    -webkit-transform: translate3d(-40px, 0, 0)!important;
    transform: translate3d(-40px, 0, 0)!important;
}
}
@media (min-width: 992px) {
				.header a {
					display: none;
				}
			}

			.mm-navbar_tabs span {
				display: inline-block;
				margin-left: 8px;
			}
			@media (max-width: 450px) {
				.mm-navbar_tabs span {
					display: none;
				}
			}
.btn-group {
padding: 0 10px; */
    margin: 0;
    position: absolute;
    /* background: #7acb71; */
    color: #fff;
    /* height: 30px; */
   
    border-radius: 3px;
    top: 50px;
    z-index: 1;
    /* float: right; */
    right: 0px;
}
.btn-group button {
    background-color: #4d82f9; /* Green background */
    border: 0px solid green; /* Green border */
    color: white; /* White text */
    padding: 10px 14px; /* Some padding */
    cursor: pointer; /* Pointer/hand icon */
    float: left; /* Float the buttons side by side */
    
}
.btn-first {
      border-radius: 3px 0px 0px 3px !important;
}
.btn-last {
 border-radius: 0px 3px 3px 0px !important;
}

.btn-group button:not(:last-child) {
    border-right: none; /* Prevent double borders */
}


/* Clear floats (clearfix hack) */
.btn-group:after {
    content: "";
    clear: both;
    display: table;
}

/* Add a background color on hover */
.btn-group button:hover {
    background-color: #3d6ad0;
}

.letstart-title {
  margin: 40px 0;
  text-align: center;
}
.letstart-title h1 {
  font-size: 24px;
  line-height: 1;
    font-weight: 300;
}
.letstart-title .btn {
  font-size: 21px;
  padding: 14px 24px;
}
.topic-lead {
    font-size: 28px;
    font-weight: 500;
    color: #1E91D6;
    line-height: 1.6;
}
/* Supporting marketing content */
.marketing {
  margin: 60px 0;
}
.marketing p + h4 {
  margin-top: 28px;
}

.container {
        max-width: 1170px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
        padding-left: 5px;
        padding-right: 5px;
}

.startButton {
	background-color:#44c767;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	border:1px solid #18ab29;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:17px;
	padding:7px 31px;
	text-decoration:none;
	text-shadow:0px 1px 0px #2f6627;
  
}
.startButton:hover {
	background-color:#5cbf2a;
}
.startButton:active {
	position:relative;
	top:1px;
}

h1, h2, h3, h4, h5, h6
{
	line-height: 1;
	font-weight: bold;
	margin: 20px 0 10px 0;
}
h1, h2, h3
{
	font-size: 18px;
}
h4, h5, h6
{
	font-size: 16px;
}
p
{
	margin: 0 0 10px 0;
}
a, a:link, a:active, a:visited, a:hover
{

	text-decoration: none;
}

nav:not(.mm-menu)
{
	display: none;
}

.header,
.content,
.footer
{
	text-align: center;
}


.content
{
	padding: 5px 0px 5px 0px;
}
