html, body { height: 100%; }
body{
	margin: 0; 
	padding: 0; 
	background: #fff; 
	font-size: 16px; 
	color: #404040; 
/* 	font-family: 'Open Sans', sans-serif; */
	font-family: 'Rubik', sans-serif;
	overflow-x: hidden;
}

input, textarea {

	display: block; 
	width: 100%; 
	padding: 10px; 
	border: solid 1px #a39e99; 
	border-radius: 4px;
	transition: all .3s ease;
	margin-bottom: 10px;
	 background: #fafafa;
	
}
input:focus, textarea:focus {
 
  background: #fff;
  border: solid 1px #5fba7d;;
}

input[type="submit"]{

	background: #586168; 
	border: solid 1px #586168;
	border-radius: 4px;
	transition: all .3s ease;
	color: #fff;

}
input[type="submit"]:hover{

	background: #fff; 
	color: #404040;
	cursor: pointer;
	letter-spacing: 2px;

}




header {
	background: #111922;
	box-shadow: 0 5px 5px -5px rgba(0,0,0,0.2);
	color: #fff;

	}

	
.w80 {

	width: 80%;
	margin: 0 auto;

}	

.msg{padding: 10px; border: solid 1px #ff7200; text-align: center; margin: 20px 0; font-size: 16px; }	
.not_found {min-height: 60vh;}

#header{
	padding: 20px;
	margin: 0 auto;
}

#header a { text-decoration: none; color: #fff; }
#header a:hover { text-decoration: none; color: #111922; } 


a { text-decoration: none; color: #404040; }
a:hover { text-decoration: none; color: #404040; }

#header h1 {
	font-size: 24px; 
	font-weight: 800; 
	margin: 0; 
	padding: 0;
}

#logo {

	display: flex;
	align-items: center;
	margin-left: auto;

}
#logo img { max-height: 54px; width: auto; max-width: 100%; margin-right: 10px; border-radius: 4px;}


.funsoftlogotxt{font-weight: 800; font-size: 36px; color: #fff; padding-bottom: 2px; border-bottom: solid 4px #ff8d00; margin-right: 6px; }
.funsoftlogotxt a{text-decoration: none; }



/* MENU */
#menu {
	text-align: right;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

#menu ul {
    list-style-type: none;
	margin: 0;
	
}
#menu ul li {

	display: inline-block;
	font-size: 14px;
	transition: all .3s ease;
	padding: 4px 6px 4px 6px;
	text-align: center;
	font-weight: bold;
	font-family: 'Open Sans Condensed', sans-serif;
	
}

#menu ul li:hover{ background: #eae6e3; cursor: pointer;}
.signup {background: #ff8d00; color: #fff; text-align: center; padding: 4px;}
.signup:hover {background: #fff; color: #ff8d00;}

a.mobile_menu_puller {
	display: none;
	color: #111922;
	font-size: 22px;
	text-decoration: none;
	transition: all .3s ease;
	
}
a.mobile_menu_puller:hover {

	cursor: pointer;
	color: #ff7200 !important;

}

#mobile_menu {
	
	background: #fafafa;
	width: 100%;
	max-width: 440px;
	height: 100vh;
	position: absolute;
	top: 0; right: -787px;
	z-index: 666;
	margin-top: 84px;
	transition: all .3s ease;
	display: none;
	

}
#mobile_menu  a{ 

	display: block;
	padding: 10px;
	border-bottom: solid 1px #f4f2f0;
	font-size: 16px;
	text-transform: uppercase;	
	letter-spacing: 2px;
	text-decoration: none;
	transition: all .3s ease;
	color: #111922;
	font-weight: 600;
	
}
#mobile_menu  a:hover{

	background: #fff;
	letter-spacing: 4px;
	color: #ff7200 !important;

}


/* MENU END */

#slider {

	min-height: 50vh;
	background: #eae6e3;
	
	display: flex;
	align-items: center;
	justify-content: flex-end;
	
	
	background: url(/i/bg_connected_dots.jpg);
	background-size: cover;
	background-position: center bottom;
	background-repeat: no-repeat;

}


.slide, #login, #contact {
	width: 60%; 
	margin: 0 auto; 
	text-align: center;
}
.slide h2 {
	
	font-size: 60px;
	font-weight: 800;
	text-transform: uppercase;
}

.slider_dark .slide h2 {

	color: #f5f5f5;

}


.slide .text {

	font-size: 20px; 
	text-shadow: #fff 0px 0px 4px;
    -webkit-font-smoothing: antialiased;
	
	}

.slider_dark .slide .text {

	font-size: 20px; 
	text-shadow: #000 0px 0px 4px;
	color: #fff;
    -webkit-font-smoothing: antialiased;
	
	
}
	
.btn, .button {

	margin-top: 40px; 
	display: inline-block; 
	padding: 10px 40px 10px 40px; 
	border-radius: 2px;
	font-size: 18px;
	font-weight: 800;
	letter-spacing: 2px;
	text-transform: uppercase;
	transition: all .3s ease;
	

}

.slide a.btn_red {

	background: #ff8d00; 
	border: solid 1px #ff8d00;
	color: #fff;

}
.slide a.btn_red:hover { 

	background: #fff; 
	border: solid 1px #ff8d00;
	color: #ff8d00;
	cursor: pointer;


}

.promo_block a.btn_red_inverted {

	background: #fff; 
	border: solid 1px #fff;
	color: #ff8d00;

}
.promo_block a.btn_red_inverted:hover { 

	background: #ff8d00; 
	border: solid 1px #fff;
	color: #fff;
	cursor: pointer;


}


.bg_red {

	background: #ff8d00;

}
.section {

	width: 90%;
	margin: 0 auto;
	text-align: center;
	padding: 40px 0 40px 0;
	min-height: calc(100vh - 296px);

}
.section h2{ 

	padding-bottom: 40px; 
	font-size: 40px; 
	font-weight: 800; 
	letter-spacing: 2px; 
	text-transform: uppercase;  
}

.promo_block {

	background: #ff8d00;
	color: #fff;
	display: flex;
	padding: 40px;
	text-align: center; 
	align-items: center;
	justify-content: center;
	

}

.aff_officer {
	
	font-size: 18px; font-weight: bold;
}

#contact a {

	text-decoration: underline;
	color:  #ff8d00;
	
}
#contact a:hover{
	text-decoration: none;

	}

#why_us {

	width: 80%;
	min-height: auto !important;
		
}
#why_us  h4{

	width: 80%;
	color:  #586168;
	
}
#why_us .reason {

	font-size: 16px;
	hyphens: auto;
	text-align: justify;
	padding: 10px;
	margin-top: 10px;
	border-top: solid 2px #ff8d00;
	font-weight: 200;

}



#tools {

	text-align: center;
/* 	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center; */
}

.tool {

	display: inline-block;
	width: 300px; height: 180px; 
	background: #f5f5f5; 
	margin: 10px;
	position: relative;
	background-size: cover;
	
	
/* 	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: nowrap;
 */
}

.tool span {

	display: block;
	position: absolute;
	bottom: 0;
	left: 0; right: 0;
	background: rgba(0,0,0,0.8);
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 2px;
	padding: 4px;
	transition: all .3s ease;

}

.tool:hover  span{

	letter-spacing: 4px;

}







/* FOOTER */

footer {
	
	background: #111922;
	
	
}

#footer {

	width: 90%;
	margin: 0 auto;
	padding: 20px;
}

#footer h3, h4 {font-size: 24px; text-transform: uppercase; color: #efedec; padding: 0; margin: 0; display: inline-block; vertical-align:middle;}
#footer h4 {font-size: 18px; font-weight: 600; letter-spacing: 2px;}
#footer_logo  img {max-height: 30px; width: auto; vertical-align:middle; margin-right: 10px; }

#footer .text {margin-top: 15px; padding-top: 15px; font-size: 13px; color: #fff; }

#footer ul { 
	list-style-type: none;
	margin: 10px 0 0 0 ;
	padding: 0;
	
}
#footer ul  li { 

	color: #fff;
	margin: 0;
	font-size: 14px;
	transition: all .3s ease;
}

#footer ul  li:hover { 

	background: #ff8d00;
}


#footer ul  li  a, #footer ul  li  a:visited {color: #fff; } 
#footer ul  li  a{text-decoration: none; } 


#footer a {color: #dfdcd9; text-decoration: underline; margin-right: 10px;}
#footer a:hover {color: #fff; text-decoration: none; }

#footer .copyright{font-size: 11px; padding-top: 10px; border-top: solid 1px rgba(255, 255, 255, 0.2)}

#footer .footer_menu_adjuster {margin-left: 40px; }


#partners h2 {
	padding-bottom: 20px;
	font-size: 30px;
	font-weight: 800;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #f5f5f5;
}

.footer_icon{
	max-height: 68px; width: auto;
	margin: 6px;
	
}
.footer_icon:hover{

	

}



/* MEDIA QUERIES */

@media screen and (max-width: 1200px) {


	#menu ul {display: none;}
	a.mobile_menu_puller {display: inline-block; }
	#header h1 {font-size: 22px;}

}



@media screen and (max-width: 800px) {
	
	body{text-align: center;}
	.w80 {width: 100%;}
	#header {width: 100%; padding: 10px;}
	#header h1 {font-size: 18px;}
	
	.dog {bottom: -30px; left: 50%; right: auto;  margin-left: -60px;}
	.dog  img { width: 120px; height: auto; }
	
	
	.slide, #login, #contact, #why_us { width: 90%; } 
	.btn {font-size: 14px;}
	h2 {letter-spacing: 0px; font-size: 6vw !important; }
	
	.slide .text, .slider_dark .slide .text { font-size: 16px }
	p{font-size: 15px; hyphens: auto;}
	
	.tool {margin: 0; margin-bottom: 10px;}	

	#footer {padding: 10px;}
	#footer_logo img {margin-bottom: 10px;}
	
	#footer ul,  #footer .footer_menu_adjuster { margin: 0 ;}
	
	[class*="col-"] {
	
		margin-bottom: 10px;
	
	}
	
	.footer_icon{ max-height: 48px; width: auto; }
	
	
 
}