
.boxedcontainer		{	max-width: 1170px; margin:auto; padding:0px 30px;}

/*********************************************
	-	SETTINGS FOR BANNER CONTAINERS	-
**********************************************/

.tp-banner-container{
	width:100%;
	position:relative;
	padding:0;

}

.tp-banner{
	width:100%;
	position:relative;
}

.tp-banner-fullscreen-container {
		width:100%;
		position:relative;
		padding:0;
}


/*********************************************
	-	KOD CSS DLA SPLASH PAGE	-
**********************************************/

/* TOP */
.topGuest {
	background: url('../images/splash_page/top_background_2.png') repeat-x top transparent;
	min-height: 150px;
	width: 1000px;
	overflow: hidden;
    background-color : #ffffff;
}
.topGuest .left {
	position: relative;
	float: left;
	margin-left: 65px;
	text-align: left;
}
.topGuest .right {
	position: relative;
	float: right;
	margin-right: 25px;
	text-align: right;
}
.topGuest .left h4 {
	font-size: 20px;
	font-weight: bold;
	color: black;
	margin: 15px 0 0 0;
	line-height: 1.2;
}
.topGuest .left h4:after {
	color: #777777;
	font-weight: normal;
	content: "try crowd investing today.";
}
.top-form {
	margin-top: 18px;
}

.topGuest .rest {
	display:none;
	padding-bottom: 15px;
}
.topGuest .left label {
	font-size: 15px;
	color: #777777;
	line-height: 1.5;
	display: block;
}
.top-control {
	display: inline-block;
	width: 400px; !important;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.top-control:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.top-control.pass {
	width: 195px;
	margin-right: 10px;
}
.top-control::-moz-placeholder {
	color: #999;
	opacity: 1;
}
.top-control:-ms-input-placeholder {
	color: #999;
}
.top-control::-webkit-input-placeholder {
	color: #999;
}
.topGuest .btn, .btn_results {
	display: inline-block;
	height: 34px;
	padding: 4px 30px 4px 12px;
	vertical-align: bottom;
	font-size: 14px;
	font-weight: normal;
	line-height: 0.9;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
    -moz-user-select: none;
     -ms-user-select: none;
       user-select: none;
	border: 1px solid #357ebd;
	border-radius: 4px;
	color: #fff;
	background: #0898e6;
	margin: -2px 0 0 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: #0898e6 url('../images/splash_page/plus_button2.png') no-repeat right;
}
.btn_results {
	margin: 0px;
}


a.btn_results {
    padding: 10px 34px 4px 16px;
}


a {
    text-decoration: none;
}

.topGuest .btn:hover,
.topGuest .btn:focus,
.topGuest .btn:active,
.btn_results:hover,
.btn_results:focus,
.btn_results:active {
	background: #21a7f0 url('../images/splash_page/plus_button2.png') no-repeat right;
	border-color: #0898e6;
}

.form-group {
  margin-bottom: 15px;
}
.form-group_open{
  margin-bottom: 15px;
}
.form-group.submit {
  width: 400px;
}
.form-group a {
  color: #0898e6;
  text-decoration: none;
}
.form-group a:hover {
  color: #21a7f0;
  text-decoration: underline;
}

.top-form select {
  display: inline-block;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.top-form select:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.top-form select::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.top-form select:-ms-input-placeholder {
  color: #999;
}
.top-form select::-webkit-input-placeholder {
  color: #999;
}

/* Section Featured */

section.featured {
	background: #0898e6;
	padding: 40px 0;
	color: #FFF;
	border: 3px solid #0788cd;
}

.counters {
	display: table;
	width: 100%;
}

.counters strong {
	display: block;
	font-weight: bold;
	font-size: 50px;
	line-height: 60px;
}

.counters label {
	display: block;
	font-weight: normal;
	font-size: 20px;
	line-height: 20px;
}

/* Tables - zaciagniety z Bootstrap */

.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
  position: relative;
  min-height: 1px;
  float: left;
} 
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }

 /* Knob - Circular Bar */
 
.circular-bar {
	min-height: 210px;
}

.circular-bar .knob {
	visibility: hidden;
}

.circular-bar strong {
	display: block;
	font-weight: 600;
	font-size: 32px;
	line-height: 30px;	
}

.circular-bar label {
	display: block;
	font-weight: 100;
	font-size: 17px;
	line-height: 20px;
	color: #777777;	
}

.circular-bar-content {
	margin-bottom: 70px;
	margin-top: -125px;
	text-align: center;
}
.fast_results {
	position: relative;
	border-left: 1px dashed #c2c2c2;
	padding: 0 10px 0 10px;
	float: left;
	width: 48%;
	height: 210px;
}
.daily_results {
	position: relative;
	border-left: 1px dashed #c2c2c2;
	border-right: 1px dashed #c2c2c2;
	padding: 0 10px 0 10px;
	float: left;
	width: 47%;
	text-align: left;
	height: 210px;	
}
span.c_title {
	display: block;
	font-weight: bold;
	font-size: 28px;
	line-height: 45px;
	color: #0898e6;	
}
span.c_label1{
	display: inline-block;
	font-size: 15px;
	padding: 0 8px 0 8px;
	color: #777777;	
}
span.c_label2{
	display: block;
	font-size: 15px;
	color: #777777;
}
span.results_img {
	background: url('../images/splash_page/results_img.jpg');
	display: block;
	position: absolute;
	top: 6px;
	right: 13px;
	width: 139px;
	height: 104px;
	border: 1px solid #c2c2c2;
}
