/* THIS IS THE STYLESHEET FOR FREEWORLDONE.COM */

body, html {
	font-family: 'Open Sans', sans-serif;
	font-family: Tahoma, Geneva, sans-serif;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	color: #333;
	min-width: 100%;

}
body {
    /* background:  */
        /* linear-gradient(to top, rgb(69, 117, 212), rgb(17, 68, 170)) center center, */
        /* linear-gradient(to right, transparent, rgba(255, 255, 255, 0.2), transparent) right center / cover no-repeat, */
        /* url(../i/local-everywhere.png) no-repeat top center / auto 100vh; */
    background: 
        url(../i/local-everywhere.png) no-repeat top center / auto 100vh,
        linear-gradient(to right, transparent, rgba(255, 255, 255, 0.2), transparent) right center / cover no-repeat,
		linear-gradient(to top, rgb(69, 117, 212), rgb(17, 68, 170)) center center;
    background-attachment: fixed;
}
html, body { overflow-x: clip; }  /* or hidden */
* { 
  -moz-box-sizing: border-box; 
  -webkit-box-sizing: border-box; 
  box-sizing: border-box; 
}
h1 {
}
h1 strong {
	font-weight: 900;
}
h2 {
	line-height: 1.1;
	margin: 0;
	font-size: 36px;
	font-weight: 300;
	margin-bottom: 20px;
	color: #666;
}
h3 {
	font-size: 16px;
	font-weight: 600;
}
h4 {
	color: #666;
	font-size: 20px;
}
h5 {
	text-transform: uppercase;
	font-weight: 700;
	line-height: 20px;
}
p {
	font-family: 'Open Sans', sans-serif;
	color: #888;
	line-height: 24px;
}
a {
	color: #FF0000;
}
a:hover, a:focus {
	text-decoration: none;
	color: #222;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
ul, ol {
	padding: 0;
	webkit-padding: 0;
	moz-padding: 0;
	list-style: none;
}
hr {
	height: 2px;
	width: 60px;
	background: #FF0000;
	position: relative;
	border: 0;
	margin: 30px 0 0 0;
}
/* Navigation */
#menu {
	padding: 20px;
	transition: all 0.8s;
}
#menu.navbar-default {
	background-color: rgba(248, 248, 248, 0);
	/* background-color: #00000088; */
	border-color: rgba(231, 231, 231, 0);
}
#menu a.navbar-brand {
	font-size: 18px;
	color: #FF6600;
	font-weight: 700; 
	//color: white;
  text-shadow:
     0 1px 1px #000;
}
#menu a.navbar-brand i.fa {
	color: #88bb45;
}
#menu.navbar-default .navbar-nav > li > a {
	text-transform: uppercase;
	color: #fff;
	font-size: 13px;
	letter-spacing: 1px;
}
#menu.navbar-default .navbar-nav > li > a:hover {
	color: #FF0000;
}
.on {

	background-color: hsla(219.83, 48.18%, 25.57%, 0.9) !important;
	padding: 0 !important;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color: #FF0000 !important;
}
.navbar-toggle {
	border-radius: 0;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: #FF0000;
	border-color: #FF0000;
}
.navbar-default .navbar-toggle:hover>.icon-bar {
	background-color: #FFF;
}
.orange{
	color: orange !important;
}
.icon-blink {
  animation: blinker 2s ease infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}
.section-title {
	padding-bottom: 50px;
}
/* Home Style */
header {
	color: #cfcfcf;
	position: relative;
	height: 100%;
	height: 100vh; 
}
header p {
	color: #fff;
	font-size: 18px;
	font-weight: 300;
	padding: 0 4px;
}
.intro-text {
    position: absolute;
    bottom: 30px;
    left: 50%;
    width: 100%;
    max-width: 600px;
    transform: translateX(-50%);
    padding: 20px 30px 20px 30px;
    background: hsla(219.83, 48.18%, 25.57%, 0.9);
    box-shadow: 0 8px 12px hsla(219.83, 48.18%, 25.57%, 0.9);
    border: 4px solid #ffffffcc;
    border-radius: 20px;
}
.intro-text H1 {
    font-size: 36px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 20px;
    margin-top: 5px;
}
.color {
	color: #ff6600;
	font-weight: 700;
}
.btn-orange {
  font-family: 'Open Sans', sans-serif;
  border-radius: 4px;
  margin: 6px;
  font-size: 18px;
  transition: all 0.3s;
  border: 1px solid #fff;
  color: #fff;
  background: linear-gradient(to bottom, #ff944d 0%, #ff6600 10%, #ff6600 100%);
}

.btn-orange:hover,
.btn-orange:focus,
.btn-orange:active {
  color: #fff;
  background: linear-gradient(to bottom, #ff944d 0%, #ff6600 50%, #ff6600 100%);
}


.btn-blue {
  font-family: 'Open Sans', sans-serif;
  border-radius: 4px;
  margin: 4px;
  font-size: 18px;
  transition: all 0.3s;
  border: 1px solid #fff;
  color: #fff;
  background: linear-gradient(to bottom, #7a9bd1 0%, #4870bf 10%, #4870bf 100%);
}

.btn-blue:hover,
.btn-blue:focus,
.btn-blue:active {
  color: #fff;
  background: linear-gradient(to bottom, #7a9bd1 0%, #4870bf 50%, #4870bf 100%);
}


p a.btn-orange, p a.btn-blue{
	margin: 0;
}	
.shares-remaining{
	clear: both;
	margin: 10px;
}
/* About Section */
#business {
	padding: 100px 0;
	background-color: #FFFFFF;
	min-height: 100%;
	min-height: 100vh;
	
}
#business h1 {
	color: #0E0F2C;
}
#business h4 {
	border-bottom: 1px solid #b8dea2;
	padding-bottom: 20px;
	display: inline-block;
	color: #0E0F2C;
}
#business p {
	margin-top: 20px;
	margin-bottom: 30px;
	color: #0E0F2C;
	font-size: 18px;
}
#business p  strong{
	color: #FF0000;
}
/* Your Tole Section */
#whats-imbi {
	padding: 100px 0;
	background-color: #FFFFFF;
	background:  url("../i/flames.svg") no-repeat right bottom, radial-gradient(ellipse at top left, #ffffff 0%,#efe67c 100%);
	min-height: 100%;
	min-height: 100vh;
	
}
#whats-imbi h1 {
	color: #000;
}
#whats-imbi h2 {
	color: #000;
}
#whats-imbi h3 {
	margin-top: 0;
	font-weight: 400;
	color: #000;
	line-height: normal;
	font-size: 2em;
position: relative;
z-index: 2;
}
.inline-bg {
            background: #fff;
            padding: 0 8px;
            box-decoration-break: clone;
            -webkit-box-decoration-break: clone;
        }
#whats-imbi h3.left{
	Xborder-right: 2px solid #ff0000;
	padding-right: 20px;
	text-align: right !important;
}
#whats-imbi h3.right{
	Xborder-left: 2px solid #ff0000;
	padding-left: 20px;
	text-align: left;
}
img#phone-rings{
width: 200%;
height: auto;
margin-top: -50%;
margin-left: -50%;
margin-right: -50%;
position: relative;
z-index: 1;
}

#whats-imbi p {
	margin-bottom: 30px;
	color: #000;
	font-size: 18px;
}
p.navigation{
	clear: both;
	text-align: center;
	color: #000;
	font-size: 16px !important;
}
.bigger{
	font-size: 120%;
}
.right{
	text-align: right;
}
.center{
	text-align: center !important;
}
/* Team Section */
#team {
	padding: 100px 0;
	background-color: #f6f6f6;
	min-height: 100%;
	min-height: 100vh;
	background: url("../i/tree.svg") no-repeat right -150px bottom -10px, radial-gradient(ellipse at bottom center, #ffffff 0%,#C0D989 100%);
}
.section-title.center {
	padding: 30px 0;
}
#team h3 {
	border-top: 1px solid #b8dea2;
	padding-top: 20px;
	display: inline-block;
	color: #333;
}
#team p{
	color: #333;
	
}
img.team-img {
	width: 160px;
	height: 160px;
	border: 0;
	transition: all 0.5s;
	margin: 0;
	border: 1px solid #666;
}
#team .thumbnail {
	background: transparent;
	border: 0;
}
#team .thumbnail .caption {
	padding: 0;
}
/* Services Section */
#services {
	padding: 100px 0;
	background-color: #ccc;
}
#services h4 {
	border-bottom: 1px solid #b8dea2;
	padding-bottom: 20px;
	display: inline-block;
}
.space {
	margin-top: 40px;
}
#services i.fa {
	font-size: 36px;
	margin-right: 20px;
	color: #FF0000;
	padding-bottom: 10px;
	display: block;
}
/* Invest Section */
#invest {
	padding: 100px 0;
	background: linear-gradient(hsla(219.83, 48.18%, 25.57%, 0.88), hsla(219.83, 48.18%, 25.57%, 0.88));
	/* background-color: #4870bf; */
	background-size: cover;
	min-height: 100%;
	min-height: 100vh;
}
#invest h2 {
	color: #FFF;
}
#invest h4 {
	color: #FFF;
}
#invest p {
	margin-top: 20px;
	color: #FFF;
	font-size: 18px;
}
#invest div.referral-info{
	background-color: #EEF;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e1ffff+0,e1ffff+7,e1ffff+12,fdffff+12,e6f8fd+30,c8eefb+54,bee4f8+75,b1d8f5+100;Blue+Pipe+%232 */
background: rgb(225,255,255); /* Old browsers */
background: -moz-linear-gradient(-45deg,  rgba(225,255,255,1) 0%, rgba(225,255,255,1) 7%, rgba(225,255,255,1) 12%, rgba(253,255,255,1) 12%, rgba(230,248,253,1) 30%, rgba(200,238,251,1) 54%, rgba(190,228,248,1) 75%, rgba(177,216,245,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg,  rgba(225,255,255,1) 0%,rgba(225,255,255,1) 7%,rgba(225,255,255,1) 12%,rgba(253,255,255,1) 12%,rgba(230,248,253,1) 30%,rgba(200,238,251,1) 54%,rgba(190,228,248,1) 75%,rgba(177,216,245,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg,  rgba(225,255,255,1) 0%,rgba(225,255,255,1) 7%,rgba(225,255,255,1) 12%,rgba(253,255,255,1) 12%,rgba(230,248,253,1) 30%,rgba(200,238,251,1) 54%,rgba(190,228,248,1) 75%,rgba(177,216,245,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1ffff', endColorstr='#b1d8f5',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

	padding: 0 20px 8px 20px;
	border: 1px solid #FFF;
	border-radius: 6px;
}
#invest .referral-info p{
	font-size: 16px;
	color: #000;
}
#invest #progress-container{
	clear: both;
	margin: 10px 0;
	width: 90%;
	height: 28px;
	border: 1px solid #ccc;
	position: relative;
	background-color: hsla(196,100%,95%,0.2);
}
#invest #progress{
	width: 0;
	height: 26px;
	border: none;
	position: absolute;
	background-color: #FF0000;
	top: 0;
	left: 0;
	color: #FFF;
	font-size: 19px;
	padding-right: 6px;
	text-align: right;
	line-height: 26px;
}
#invest-form{
	background-color: rgba(255,255,255,0.9);
	background-color: hsla(196,100%,95%,0.9);
	text-align: center !important;
	color: #000;
	font-size: 18px;
	padding: 25px;
	border-radius: 20px;
	border: 1px solid #666;
	margin: 5px;
	box-shadow: 0 4px 6px #666;
}
#invest-form h4{
	color: #000;	
} 
#invest-form p{
	color: #000;
	margin-top: 10px;
}
#invest-form label{
	display: block;
	float: none;
	clear: both;
	text-align: center;
	margin-top: 20px;
	font-weight: 700;
}
.share_field{
	float: left;
	width: 50%;
}
#price_amount{
	display: inline-block;
	border: 1px solid #999;
	color: #333;
	cursor: pointer;
}
.smaller{
	font-size: 90% !important;
	line-height: 1.3em !important;
}
.tiny{
	font-size: 75% !important;
	line-height: 1.3em !important;
}
.grey{
	color: #505050 !important;
}
.cryptos{
	font-size: 12px;
	clear: both;
	margin-bottom: 20px;
}
.cryptos a{
	color: blue;
	cursor: pointer;
}
.cryptos a:hover{
	text-decoration: underline;
}
#pay-euro{
	display: block;
	border: 1px solid transparent;
}
#pay-btc{
	display: none;
	border: 1px solid transparent;
}
#pay-eth{
	display: none;
	border: 1px solid transparent;
}
#pay-ltc{
	display: none;
	border: 1px solid transparent;
}
.copy{
	color: #666;
	vertical-align: middle;
	border: 2px solid lightgrey;
	background-color: #eee;
}
.copied{
	display: none;
	clear: both;
	font-size: 80%;
	color: grey;
}
.black{
	color: #000000 !important;
}
.bold{
	font-weight: 700 !important;
}
.number{	
	font-family: 'Courier New', Courier, 'Lucida Sans Typewriter', 'Lucida Typewriter', monospace !important;
}
.big{
	font-size: 120% !important;
}
.share-form-input{
	font-size: 180%;
	padding: 2%;
	clear: both;
	width: 80%;
	min-width: 200px;
	text-align: center;
	margin-bottom: 6px;
}
#shares_amount{	
	border: 1px solid #999;
}
#pay_options{
	display: inline-block;
	min-width: 200px;
	text-align: center;
	margin-bottom: 20px;
	padding: 0;
}
#pay_options .inline{
	display: inline;
}
#pay_options .radio{
	display: inline;
	-moz-transform: scale(1.5);
	-webkit-transform: scale(1.5);
	transform: scale(1.5);	
}
.pay-notes {
	font-size: 80% !important;
	display: inline-block;
	min-width: 200px;
	width: 80%;
}
#message_box{
	position:fixed;
	z-index:2;
	top: 120px;
	left:0;
	right:0;
	margin:0 33%;
	min-width: 300px;
	padding: 20px;
	background-color: #bdf5bd;
	color: #333;
	border: 1px solid green;
	font-size: 18px;
	text-align: left;
	border-radius: 10px;
	box-shadow: 0 4px 6px #666;
	display: none;
}
#message_close{
	position: absolute;
	top:5px;
	right: 10px;
	font-size: 22px;
	color: #666;
	cursor: pointer;
}
#message_close:hover{
	color: #FF0000;
}
/* Gallery Section 
==============================*/
#projects {
	padding: 100px 0;
	background-color: #99E3FF;
	min-height: 100%;
	min-height: 100vh;
	background: #99e3ff;
background: url("../i/gears.svg") no-repeat right -70px bottom -70px, radial-gradient(ellipse at bottom center, #ddf6ff 0%, #99e3ff 100%);
}
.categories {
	padding-bottom: 30px;
}
ul.cat li {
	display: inline-block;
}
ol.type li {
	display: inline-block;
	margin-left: 20px;
}
ol.type li a {
	color: #000;
}
ol.type li a.active {
	color: #FF0000;
	border-bottom: 1px solid #b8dea2;
	padding-bottom: 8px;
}
ol.type li a:hover {
	color: #FF0000;
	border-bottom: 1px solid #b8dea2;
	padding-bottom: 8px;
}
.isotope-item {
	z-index: 2
}
.isotope-hidden.isotope-item {
	z-index: 1
}
.isotope, .isotope .isotope-item {
	/* change duration value to whatever you like */
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	transition-duration: 0.8s;
}
.isotope-item {
	margin-right: -1px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.isotope {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	transition-property: height, width;
}
.isotope .isotope-item {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	transition-property: transform, opacity;
}
.portfolio-item {
	margin-bottom: 30px;
	border: 2px solid red;
	box-shadow: 4px 4px 6px #666;
	border-radius: 6px;
}
.portfolio-item .hover-bg {
	height: 195px;
	overflow: hidden;
	position: relative;
}
.hover-bg .hover-text {
	position: absolute;
	text-align: center;
	margin: 0 auto;
	color: #FFF;
	background: rgba(255, 0, 0, 0.85);
	padding: 20% 3% 0 3%;
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: all 0.5s;
}
.hover-bg .hover-text>h4 {
	opacity: 0;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	transition: all 0.3s;
	color: #FFF;
}
.hover-bg:hover .hover-text>h4 {
	opacity: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.hover-bg .hover-text>i {
	opacity: 0;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	transition: all 0.3s;
}
.hover-bg:hover .hover-text>i {
	opacity: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
}
.hover-bg:hover .hover-text {
	opacity: 1;
}
/* Contact Section */
#contact {
	position: relative;
	padding: 100px 0;
	background-color: #FFF;
	min-height: 100%;
	min-height: 100vh;
}
#contact form {
	padding: 30px 0;
}
.contact-info i.fa {
	color: #FF0000;
	margin-right: 16px;
	font-size: 20px;
}
label {
	font-size: 12px;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
	float: left;
}
#contact .form-control {
	display: block;
	width: 100%;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #555;
	border-radius: 2px;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}
#contact .form-control:focus {
	border-color: inherit;
	outline: 0;
	-webkit-box-shadow: transparent;
	box-shadow: transparent;
}
#contact .btn {
	background: transparent;
	border: 1px solid #FF0000;
	border-radius: 4px;
	padding: 10px 20px;
	margin-top: 20px;
	color: #FF0000;
	font-size: 16px;
}
#contact .btn:hover, #contact .btn:focus {
	background: #FF0000;
	color: #fff;
}
#contact .text-danger {
	color: #cc3300;
	text-align: left;
}
.btn:active, .btn.active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
a:focus, .btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
	outline: none;
	outline-offset: none;
}
/* Social Section */
#social {
	position: absolute;
	bottom: 20px;
	padding: 30px 0;
}
#social .social ul li {
	display: inline-block;
	margin: 0 20px;
}
#social .social i.fa {
	font-size: 24px;
	padding: 4px 5px;
	color: #FF0000;
	transition: all 0.5s;
}
#social .social i.fa:hover {
	color: #666;
}
/* Footer */
#footer {
	background-color: #222222;
	color: #777;
	padding: 10px 0 5px 0;
}
#footer p {
	font-size: 13px;
	margin-top: 10px;
}
#footer a {
	color: #aaa;
}
#footer a:hover, #footer a:focus {
	text-decoration: none;
	color: #FF0000;
}

.img-responsive{
	margin-top: 0;
}

@media (max-width: 768px) {
.content {
	padding: 40% 0 0;
}

.img-responsive{
	margin-top: -15%;
}
}

@media (max-width: 603px) {
#menu.navbar-default {
	background-color: rgba(0, 0, 0, 0.7);
}
label {
	float: none !important
}
.intro-text {
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    padding: 20px;
    border: none;
    border-radius: 0;
}
.hover-bg .hover-text {
	padding: 15% 10%;
}
}

