body {
  background-image:url("../images/bg.png");
  font-family: "open_sansregular";
}
::-moz-selection { /* Code for Firefox */
    background: #10B3FF;
	color:#fff;
}

@font-face {
    font-family: 'open_sansregular';
    src: url('../fonts/opensans-regular-webfont.eot');
    src: url('../fonts/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-regular-webfont.woff2') format('woff2'),
         url('../fonts/opensans-regular-webfont.woff') format('woff'),
         url('../fonts/opensans-regular-webfont.ttf') format('truetype'),
         url('../fonts/opensans-regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'open_sanssemibold';
    src: url('opensans-semibold-webfont.eot');
    src: url('opensans-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('opensans-semibold-webfont.woff2') format('woff2'),
         url('opensans-semibold-webfont.woff') format('woff'),
         url('opensans-semibold-webfont.ttf') format('truetype'),
         url('opensans-semibold-webfont.svg#open_sanssemibold') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'fontastiquefontastique';
    src: url('fontastique.eot');
    src: url('fontastique.eot?#iefix') format('embedded-opentype'),
         url('fontastique.woff2') format('woff2'),
         url('fontastique.woff') format('woff'),
         url('fontastique.ttf') format('truetype'),
         url('fontastique.svg#fontastiquefontastique') format('svg');
    font-weight: normal;
    font-style: normal;

}


.main_container
{
	box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
}
.header_container{
	
	padding:0;
}
.logo_container .logo
{
	float: left;
	margin: 12px 0 0;
	width: 29%;
}
.logo_container .logo img
{
	float: left;
	width: 65%;
}
.welcome_container p{
	font-size: 14px;
    text-align: center;
    width: 100%;
}
.logo_container{
    padding: 0 10px 10px;
}
.powerdedlogo {
  background: #ffffff none repeat scroll 0 0;
  color: #10b3ff;
  display: inline-block;
  max-width: 360px;
  width: 100%;
}
.navbar-bottom {
  background: rgba(82, 187, 156, 1) none repeat scroll 0 0;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
  float: left;
  min-height: 45px;
  width: 100%;
}
.powerdedlogo .img-responsive {
  display: inline-block;
  width: 55%;
}
.navbar {
    border-radius: 0;
}
.header_container {
    padding: 0;
}
.navbar-header {
  display: none;
}   
.navbar-header .navbar-brand {
  width: 80%;
}
.navbar-brand {
  font-weight: 900;
  letter-spacing: 2px;
  text-transform: uppercase;
}   
.header_container .logo_container ul {
  float: left !important;
  margin: 100px 0 0;
  max-width: 85%;
  padding: 0;
  width: auto;
}
.logo_container ul li {
  float: left;
  list-style-type: none;
  width: auto;
}
.logo_container ul p {
  color: #039ca2;
  font-family: handleeregular;
  font-size: 20px;
  font-style: italic;
  font-weight: bold;
}
p {
  color: #000000;
  font-size: 1.25em;
  line-height: 1.6;
}
.logo_container span {
  bottom: 10px;
  float: left;
  position: absolute;
  right: 15px;
  width: auto;
}
.signup-logo {
  color: #039ca2;
  float: right;
  margin-bottom: 5%;
}
.main_container {
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
}
.padding_0 {
  padding: 0;
}
.team_bg_div
{
    background: #17a7ae; /* Old browsers */
    background: -moz-linear-gradient(-45deg, #17a7ae 0%, #efe9c9 50%, #7db9e8 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#17a7ae), color-stop(50%,#efe9c9), color-stop(100%,#7db9e8)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(-45deg, #17a7ae 0%,#efe9c9 50%,#7db9e8 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(-45deg, #17a7ae 0%,#efe9c9 50%,#7db9e8 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(-45deg, #17a7ae 0%,#efe9c9 50%,#7db9e8 100%); /* IE10+ */
    background: linear-gradient(135deg, #17a7ae 0%,#efe9c9 50%,#7db9e8 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#17a7ae', endColorstr='#7db9e8',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    float: left;
    margin: 1px 0;
    min-height: 320px;
    padding: 5px 0 0;
    width: 100%;
}
.team_bg_div div h2 {
  color: #231f20;
  float: left;
  font-family: open_sansregular;
  font-size: 23px;
  font-weight: normal;
  line-height: 30px;
  text-shadow: 2px 1px 3px #ffffff;
  text-transform: capitalize;
  width: 100%;
}
.team_bg_div div p {
  color: #000000;
  float: left;
  font-size: 15px;
  width: 100%;
}
footer {
  float: left;
  margin: 20px 0;
  width: 100%;
}
@media(max-width: 767px){
    .navbar-brand {
      height: auto;
      padding: 25px;
    }
    .navbar-header {
      display: block;
      float: left;
      width: 100%;
    }
    .header_container .logo_container ul {
      float: left !important;
      margin: 0;
      max-width: 100%;
      padding: 0;
      width: auto;
    }
    .logo_container span {
      bottom: 0;
      float: left;
      margin: 0;
      position: relative;
      right: 0;
      width: 100%;
    }
    .navbar-toggle{
        display: none;
    }
    .row {
      margin: 0;
    }
    .navbar-brand > img {
      display: block;
      width: 100%;
    }
    .logo_container .logo{
        display: none;
    }
    .navbar-header .navbar-brand {
      height: auto;
      padding: 25px 0 25px 25px;
      width: 100%;
    }
    .btn.btn-success {
      width: 100%;
    }
}