.navbar {
  margin-bottom:0;
  border:none;
}

h3 {
  margin-bottom:20px;
}

.newprojectform {
  display:block;
  float:left;
  padding-right:6px;
  width:38%;
  margin-bottom: 20px;
}

.btn.btn-info.btnForm {
  display:block;
}

.navbar-brand .glyphicon {
  margin-right:6px;
}

.settingsImage {
  margin-bottom:20px;
  margin-top:20px;
}

.hero {
  background:url(../../assets/img/city_bg.jpg) no-repeat center;
  background-size:cover;
  border:none;
}

p, h2 {
  color:#FFF;
  font-family:'Raleway';
}

.text-center {
}

@media (min-width:992px) {
  .hero .get-it {
    text-align:right;
    margin-top:80px;
    padding-right:30px;
  }
}

@media (max-width:992px) {
  .hero .get-it {
    text-align:center;
  }
}

@media (max-width:992px) {
  .hero .phone-preview {
    text-align:center;
  }
}

.hero .get-it h1, .hero .get-it p {
  color:#fff;
  text-shadow:2px 2px 3px rgba(0,0,0,0.3);
  margin-bottom:40px;
}

.hero .get-it .btn {
  margin-left:10px;
  margin-bottom:10px;
  text-shadow:none;
}

div.iphone-mockup {
  position:relative;
  max-width:250px;
  margin:20px;
  display:inline-block;
}

.iphone-mockup img.device {
  width:100%;
  height:auto;
}

.iphone-mockup .screen {
  position:absolute;
  width:88%;
  height:77%;
  top:12%;
  border-radius:2px;
  left:6%;
  border:1px solid #444;
  background-color:#aaa;
  overflow:hidden;
  background:url(../../assets/img/screen-content-iphone-6.jpg);
  background-size:cover;
  background-position:center;
}

.iphone-mockup .screen:before {
  content:'';
  background-color:#fff;
  position:absolute;
  width:70%;
  height:140%;
  top:-12%;
  right:-60%;
  transform:rotate(-19deg);
  opacity:0.2;
}

.icon-feature {
  text-align:center;
}

.icon-feature .glyphicon {
  font-size:60px;
}

section.features {
  background-color:#369;
  padding:40px 0;
  color:#fff;
}

.features h2 {
  color:#fff;
}

.features .icon-features {
  margin-top:15px;
}

.testimonials blockquote {
  text-align:center;
}

section.testimonials {
  margin:50px 0;
}

.site-footer {
  padding:20px 0;
  text-align:center;
}

@media (min-width:768px) {
  .site-footer h5 {
    text-align:left;
  }
}

.site-footer h5 {
  color:inherit;
  font-size:20px;
}

.site-footer .social-icons a:hover {
  opacity:1;
}

.site-footer .social-icons a {
  display:inline-block;
  width:32px;
  border:none;
  font-size:20px;
  border-radius:50%;
  margin:4px;
  color:#fff;
  text-align:center;
  background-color:#798FA5;
  height:32px;
  opacity:0.8;
  line-height:32px;
}

body {
  color:#e6e6e6;
}

@media (min-width:768px) {
  .site-footer .social-icons {
    text-align:right;
  }
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family:inherit;
  font-weight:400;
  line-height:1.1;
  color:#fcfbfb;
}

.side-menu-item {
  padding:.5px;
  padding-left:25px;
}

.side-menu-item:hover {
  background-color:rgba(35,35,35,0.4);
  cursor:pointer;
  text-decoration:none;
}

.PageWrapper {
  padding:30px;
  border:solid 1px rgb(37,56,72);
  padding-top:10px;
}

.formtitle {
  text-transform:uppercase;
  font-weight:bold;
  color:#bbd8fb;
  letter-spacing:2px;
  font-size:13px;
  margin-top:10px;
}

hr {
  margin-top:20px;
  margin-bottom:20px;
  border:0;
  border-top:1px solid #eeeeee;
  opacity:0.2;
}

.circle {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  font-size: 18px;
  color: #000;
  line-height: 63px;
  text-align: center;
}

.circle2 {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  font-size: 18px;
  color: #000;
  line-height: 63px;
  text-align: center;
}

.circle3 {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  font-size: 18px;
  color: #000;
  line-height: 63px;
  text-align: center;
}


@media (min-width:1200px) {
  .divLoginBox {
    width:50%;
    margin-top: 50px;
    display:inline-block;
  }
}

.LoginFormSection {
  /*text-align:center;*/
}

.form-control{
  background-color: #41617f !important;
  color: #ffffff !important;
  border: 1px solid #607f9c !important;
  /*font-size: 0.9rem !important;*/
}

.form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #ffffff;
  opacity: 1; /* Firefox */
}

.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #ffffff;
}

.form-control::-ms-input-placeholder { /* Microsoft Edge */
  color: #ffffff;
}


.my_projects_menu {
  list-style-type: none;
  margin-bottom: 20px;
  padding-left: 0;
  font-size: 20px;
  overflow: hidden;
  text-transform: uppercase;
}

.my_projects_menu li {
  float: left;
}

.my_projects_menu li a {
  display: block;
  color: white;
  text-align: center;
  padding-right: 25px;
  text-decoration: none;
}

.my_projects_menu .active {
text-decoration: underline !important;
}