/* GENERAL CSS
-------------------------------------------------- */
.vcenter {
  display: inline-block;
  vertical-align: middle;
  float: none;
}

h1 {
  color: #bc263f;
}

p {
  font-size: 15px;	
}

/* CONTAINER CSS
-------------------------------------------------- */
.container{
  width: 95vw;
}

/* FEATURE1 CSS
-------------------------------------------------- */
.feature1 {
  text-align: center;
}

.feature1 h1{
  margin-bottom: 40px;	
}

.feature1 p {
  font-size: 15px;
  text-align: justify;
}

#laptop {
  z-index: 10;	
}

#laptop-img {
  position: absolute;
  top: 12%;
  left: 20%;
  z-index: 1;	
}

/* FEATURE2 CSS
-------------------------------------------------- */
.feature2 {
  width: 80vw;	
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.feature2 .row {
  margin-top: 50px;
}

.feature2 h2 {
  min-height: 80px;	
}


.feature2 .myText {
  min-height: 85px;	
}

/* SEARCH BAR CSS
-------------------------------------------------- */

.search-form .form-group {
  float: right !important;
  transition: all 0.35s, border-radius 0s;
  width: 35px;
  height: 35px;
  background-color: #fff;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.075) inset;
  border-radius: 25px;
  border: 2px solid #bc263f;
}

.search-form .form-group input.form-control {
  padding-right: 20px;
  border: 0 none;
  background: transparent;
  box-shadow: none;
  display:block;
}

.search-form .form-group input.form-control::-webkit-input-placeholder {
  display: none;
}

.search-form .form-group input.form-control:-moz-placeholder {
  /* Firefox 18- */
  display: none;
}

.search-form .form-group input.form-control::-moz-placeholder {
  /* Firefox 19+ */
  display: none;
}

.search-form .form-group input.form-control:-ms-input-placeholder {
  /* Internet Explorer */
}

.search-form .form-group:hover,
.search-form .form-group.hover {
  width: 100%;
  border-radius: 4px 25px 25px 4px;
}

.search-form .form-group span.form-control-feedback {
  float: right !important;
  display: block;
  z-index: 2;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  color: #bc263f;
  left: initial;
  font-size: 14px;
  margin-top: -36px;
  padding-left: 5px;
}

/* SOCIAL ICONS CSS
-------------------------------------------------- */

.social_icons {
  margin-bottom: 40px;
  margin-top: 10px;
  text-align: right;
}

.social_icons > ul {
  display: block;
  list-style: outside none none;
  float:right;
}

.social_icons li {
  float: left;
  margin-right: 10px;
}

.social_icons img {
  border-radius: 25px;
  padding: 2px;
  border: 3px solid #bc263f;
}

ul.social_icons,
ul.tag {
  list-style: none;
  padding: 0;
  margin: 10px 0;
  display: block;
}

ul.social_icons li,
ul.tag li {
  display: inline-block;
  margin-right: 5px;
}

ul.social_icons li  a i{
  border-radius: 50%;
  color: #FFF;
  height: 25px;
  line-height: 25px;
  font-size: 12px;
  padding: 0;
  text-align: center;
  width: 25px;
  opacity:.8;
}

/* BUTTON CSS
-------------------------------------------------- */

.btn-mybtn1 {
  border: 2px solid #bc263f;
  color: #bc263f;	
  background-color: #FFF;
  margin-left: 15px;
}

.btn-mybtn1:hover {
  color: #FFF;
  background-color: #bc263f;	
}

.btn-mybtn2 {	
  color: #FFF;
  background-color: #bc263f;
}

.btn-mybtn2:hover {
  border: 2px solid #bc263f;
  color: #bc263f;	
  background-color: #FFF;		
}

/* NAVBAR CSS
-------------------------------------------------- */

.navbar-collapse {
  padding: 15px;	
}

.navbar-collapse .search-form {
  margin-top: 8px;
  margin-bottom: 8px;
}

.navbar-default .navbar-nav>li>a {
  font-size: 18px;
  color: #bc263f;	
}

/* CAROUSEL CSS
-------------------------------------------------- */

/* Main corousel */
.carousel {
  height: 100vh;
  margin-bottom: 60px;
}

/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
  position: absolute;
  bottom: 5vh;
}

.carousel-caption > .img-circle {
  width: 200px;
  height: 200px;
  background-color: #fff;
  border: 8px solid #428bca;
  padding: 10px;	
}

.carousel-caption > h1 {
  color: #F2A500;
  font-weight: bold;
}

.carousel-caption > h4 {
  color: #9bd56d;
  font-weight: bold;
}

.carousel-caption > p {
  color: #FFFACD;
}

/* Declare heights because of positioning of img element */
.carousel .item {
  height: 100vh;
  background-color: #777;
}

.overlay {
  background-color: #bc263f;
  position: absolute;
  opacity: 0.75;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 100vh;
  z-index: 1;
}

.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 100vh;
  z-index: 0;
}

.carousel-control {
  z-index: 2;	
}


/* MARKETING CONTENT CSS
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-md-4 {
  margin-bottom: 20px;
  text-align: center;
}
.marketing h2 {
  font-weight: normal;
}
.marketing .col-md-4 p {
  margin-right: 10px;
  margin-left: 10px;
}


/* FEATURETTES CSS
-------------------------------------------------- */

.featurette-divider {
  width: 100%;
  text-align: center;
  margin-left:auto;
  margin-right:auto;
  margin: 50px 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -1px;
}

/* FOOTER CSS
-------------------------------------------------- */
#support {
  background: #fff none repeat scroll 0 0;
  border-bottom: 2px solid #404041;
  padding: 8em 0;
}

#support h3 {
  color: #bc263f;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 10px;
  margin-top: 0;
  text-transform: uppercase;
}

#support ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#support ul li {
  display: block;
  padding: 5px 0;
}

#support ul li a {
  color: #404041;
}

#support ul li a:hover {
  color: #bc263f;
  text-decoration: none;
}

#support .phone {
  color: #bc263f;
}

#support .widget {
  margin-bottom: 30px;
}

.myFoot {
  width: 80vw;	
}

/*-------------------------------------------------------------------------------------------------------------------------------------- */
/* RESPONSIVE CSS
---------------------------------------------------------------------------------------------------------------------------------------- */

/* NAVBAR CSS
-------------------------------------------------- */

@media (min-width: 768px) {
  /* Navbar positioning foo */
  .navbar-wrapper {
    margin-top: 20px;
  }
  .navbar-wrapper .container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .navbar-wrapper .navbar {
    padding-right: 0;
    padding-left: 0;
  }

  /* The navbar becomes detached from the top, so we round the corners */
  .navbar-wrapper .navbar {
    border-radius: 4px;
  }


/* CAROUSEL CSS
-------------------------------------------------- */

  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 992px) {
  .featurette-heading {
    margin-top: 120px;
  }
}

@media (max-width: 768px) {
  .carousel-caption > .img-circle {
    width: 150px;
    height: 150px;
  }	
  
  .carousel-caption > h1 {
    font-size: 30px;
  }	
  
  .carousel-caption > p {
    text-align: center;
  }
}