/* Font import */
@import url(http://fonts.googleapis.com/css?family=Roboto+Condensed:300italic,400italic,700italic,400,700,300);

/* main styling */
body {
font-family: 'Roboto Condensed', sans-serif;
background:#EFEFEF;
}

p {
  margin:10px;
  color: #777;
}

h3 {
  font-size: 16px;
  font-weight: bold;
}

.affix
{
    top: 0;
}

.promo {
  font-size:18px;
}

.promo p {
    color:#fff !important;
}

.promo h2 {
    color:#fff !important;
}

.goToTop {
  position: fixed;
  top: 0;
  height:50px;
  z-index: 9999;
}


.price a {
  font-weight:bold;
  font-size:32px;
  color:#000;
}

.name a {
  font-weight:bold;
  font-size:18px;
  color:#000;
}

.panel {
margin-bottom: 20px;
background-color: #fff;
border: 1px solid transparent;
border-radius: 4px;
-webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.14);
box-shadow: 0 2px 6px rgba(0, 0, 0, 0.14);
}

.form-control {
  border-radius:0px;
}

/* Panel styling main */

.main .panel {
  min-height:370px;
}

.main .panel h3 {
  min-height:51px;
}

.main .panel .btn-default {
  bottom:0;
}

.main .panel p {
  min-height: 80px;
}

.search {
top: 8px;
position: relative;
width: 250px;
}


.btn {
  border-radius:0px;
}

.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display:none;
}

.navbar-form {
padding: 0px;
top: 9px;
position: relative;
margin:0px;
-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);
box-shadow: inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);
}

.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active, .open>.dropdown-toggle.btn-default {
color: #FFFFFF;
background-color: #F39C12;
border-color: #F39C12;
}

.bottomFooter {
 background:#337AB7;
 width:100%;
 padding:10px;
 color:#fff; 
}

.bottomFooter a,.bottomFooter p {
  color:#fff;
}

.list-group-item:hover {
border-color: rgb(234, 241, 247);
background: rgba(51, 122, 183, 0.1);
color: rgb(51, 122, 183);
}

.searchIcon {
position: absolute;
top: 18px;
margin-left: 225px;
}

.info p {
  margin:0px;
  font-size:18px;
  color:grey;
  font-weight:100;
}

.info a {
   color:#000;
   text-decoration:none;
}

.info a:hover {
  color: rgb(51, 122, 183);
}

.img-custom {
  display: block;
width: 100%;
height: 160px;
}

.mainPrice {
  font-size: 33px;
  position:absolute;
  font-weight:bold;
  right: 16px;
  top: 153px;
  color: #fff;
  background: rgba(51, 122, 183, 1);
  padding: 5px 17px;
}

.btn-default {
  border-radius:0px;
  border-left: 1px;
  border-color: rgb(234, 241, 247);
  border-right: 1px;
  background: rgba(51, 122, 183, 0.1);
  color:rgb(51, 122, 183);
}


.btn-primary {
color: #fff;
background-color: #F39C12;
border-color: #F39C12;
}

.well {
min-height: 20px;
padding: 19px;
margin-bottom: 20px;
background-color: #337AB7;
border: 1px solid #337AB7;
border-radius: 0px;
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
}

.well h1 {
  margin:0px;
  color:#fff;
}


/* Navbar */


.navbar {
  margin:0px;
}

.navbar-default {
background-color: #F8F8F8;
border: none;
box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.29);
}

.navbar-default .navbar-nav > li > a {
    color: #337AB7;
    text-transform:uppercase;

}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #2d89ef;
}
.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:hover, 
.navbar-default .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #337AB7;
}
.navbar-default .navbar-nav > .open > a, 
.navbar-default .navbar-nav > .open > a:hover, 
.navbar-default .navbar-nav > .open > a:focus {
    color: #FFF;
    background-color: #337AB7;
}

/* Panel */

.panel-heading {
padding: 5px 15px;
border-bottom: 1px solid transparent;
border-top-left-radius: 3px;
font-size: 24px;
background: #337AB7;
color: #fff;
text-align: center;
border-top-right-radius: 3px;
}


/* Carousel */
.fade-carousel {
    position: relative;
    height: 500px;
    overflow:hidden;
}
.fade-carousel .carousel-inner .item {
    height: 100vh;
}
.fade-carousel .carousel-indicators > li {
    margin: 0 2px;
   background-color: #FFFFFF;
border-color: #FFFFFF;
    opacity: .7;
}
.fade-carousel .carousel-indicators > li.active {
  width: 10px;
  height: 10px;
  opacity: 1;
}

/********************************/
/*          Hero Headers        */
/********************************/
.hero {
    position: absolute;
    top: 260px;
    left: 50%;
    text-align: center;
    z-index: 3;
    color: #fff;
    text-transform: uppercase;
    text-shadow: 1px 1px 0 rgba(0,0,0,.75);
      -webkit-transform: translate3d(-50%,-50%,0);
         -moz-transform: translate3d(-50%,-50%,0);
          -ms-transform: translate3d(-50%,-50%,0);
           -o-transform: translate3d(-50%,-50%,0);
              transform: translate3d(-50%,-50%,0);
}
.hero h1 {
    font-size: 4em;    
    font-weight: bold;
    margin: 0;
    padding: 0;
}

.hero h3 {
  font-size: 4em;
font-weight: 100;
margin: 0px;
}

.fade-carousel .carousel-inner .item .hero {
    opacity: 0;
    -webkit-transition: 2s all ease-in-out .1s;
       -moz-transition: 2s all ease-in-out .1s; 
        -ms-transition: 2s all ease-in-out .1s; 
         -o-transition: 2s all ease-in-out .1s; 
            transition: 2s all ease-in-out .1s; 
}
.fade-carousel .carousel-inner .item.active .hero {
    opacity: 1;
    -webkit-transition: 2s all ease-in-out .1s;
       -moz-transition: 2s all ease-in-out .1s; 
        -ms-transition: 2s all ease-in-out .1s; 
         -o-transition: 2s all ease-in-out .1s; 
            transition: 2s all ease-in-out .1s;    
}

/********************************/
/*            Overlay           */
/********************************/
.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: #080d15;
    opacity: .7;
}

/********************************/
/*          Custom Buttons      */
/********************************/
.btn.btn-lg {padding: 10px 40px;}
.btn.btn-hero,
.btn.btn-hero:hover,
.btn.btn-hero:focus {
    color: #f5f5f5;
    background-color: #F39C12;
    border-color: #F39C12;
    outline: none;
    border-radius: 25px;
    margin: 20px auto;
}
.btn.btn-nero,
.btn.btn-nero:hover,
.btn.btn-nero:focus {
    color: #f5f5f5;
    background-color: #F39C12;
    border-color: #F39C12;
    outline: none;
    border-radius: 25px;
    margin: 0px auto 5px auto;
}
.btn.btn-zero,
.btn.btn-zero:hover,
.btn.btn-zero:focus {
    color: #ffffff;
    background-color: #337AB7;
    border-color: #337AB7;
    outline: none;
    border-radius: 25px;
    margin: 0px auto 5px auto;
}

/********************************/
/*       Slides backgrounds     */
/********************************/
.fade-carousel .slides .slide-1, 
.fade-carousel .slides .slide-2,
.fade-carousel .slides .slide-3,
.fade-carousel .slides .slide-4,
.fade-carousel .slides .slide-5,
.fade-carousel .slides .slide-6 {
  height: 569px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

/********************************/
/*          Media Queries       */
/********************************/

/*Hover fix */
@media (min-width: 768px) {
  .dropdown:hover .dropdown-menu {
    display: block;
  }
}

@media screen and (min-width: 980px){
    .hero { width: 980px; }    
}
@media screen and (max-width: 640px){
    .hero h1 { font-size: 4em; }   
.container, .col-md-9 {padding: 0!important;}	
.col-md-9.p {margin: 0!important;}
}

@media screen and (max-width: 768px){
    .img-custom {
display: block;
width: 100%;
height: 230px;
}
.mainPrice {
font-size: 45px;
position: absolute;
font-weight: bold;
right: 16px;
top: 222px;
color: #fff;
background: rgba(51, 122, 183, 1);
padding: 5px 17px;
}  
}
@media (max-width: 769px) {
.social {
  display:none;
}
}
@media (max-width: 1024px) {
  li.twitter, li.facebook, li.googleplus, li.linkedin {
    display:none;
  }
  #top > div > nav > ul.col-sm-3.navbar-right > div > form > input.form-control.input-sm {
padding: 16px;
width: 166px;
border: 1px solid #E4EBF1;
}
  }