/*!
 * Bootstrap
 */

/* Global Styles */

html,
body {
    height: 100%;
    background-image: url('https://www.josepi.com/images/josepi-bg.jpg');
    
}

body {
    padding-top: 50px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
}

.img-portfolio {
    margin-bottom: 30px;
}

.img-hover:hover {
    opacity: 0.8;
}

/* Home Page Carousel */

header.carousel {
    height: 50%;
}

header.carousel .item,
header.carousel .item.active,
header.carousel .carousel-inner {
    height: 100%;
}

header.carousel .fill {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}

/* 404 Page Styles */

.error-404 {
    font-size: 100px;
}

/* Pricing Page Styles */

.price {
    display: block;
    font-size: 50px;
    line-height: 50px;
}

.price sup {
    top: -20px;
    left: 2px;
    font-size: 20px;
}

.period {
    display: block;
    font-style: italic;
}
.btn-josepi {
  color: #fff;
  background-color: #333;
  border-color: #222;
  width: 85%;
  text-align:left;
}
.btn-josepi:focus,
.btn-josepi.focus {
  color: #fff;
  background-color: #555;
  border-color: #eee;
}
.btn-josepi:hover {
  color: #fff;
  background-color: #555;
  border-color: #777;
}
.btn-josepi:active,
.btn-josepi.active,
.open > .dropdown-toggle.btn-josepi {
  color: #fff;
  background-color: #555;
  border-color: #777;
}
.btn-josepi:active:hover,
.btn-josepi.active:hover,
.open > .dropdown-toggle.btn-josepi:hover,
.btn-josepi:active:focus,
.btn-josepi.active:focus,
.open > .dropdown-toggle.btn-josepi:focus,
.btn-josepi:active.focus,
.btn-josepi.active.focus,
.open > .dropdown-toggle.btn-josepi.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.btn-josepi:active,
.btn-josepi.active,
.open > .dropdown-toggle.btn-josepi {
  background-image: none;
}
.btn-josepi.disabled:hover,
.btn-josepi[disabled]:hover,
fieldset[disabled] .btn-josepi:hover,
.btn-josepi.disabled:focus,
.btn-josepi[disabled]:focus,
fieldset[disabled] .btn-josepi:focus,
.btn-josepi.disabled.focus,
.btn-josepi[disabled].focus,
fieldset[disabled] .btn-josepi.focus {
  background-color: #333;
  border-color: #222;
}
.btn-josepi .badge {
  color: #333;
  background-color: #fff;
}



a.specials:link {
    color: #555;
}

/* visited link */
a.specials:visited {
    color: #666;
}

/* mouse over link */
a.specials:hover {
    color: #ddd;
}

/* selected link */
a.specials:active {
    color: 555;
}
a.specials {
    font-size: 12px;
}

a.special:link {color:#999 ; text-decoration: none; }
a.special:active {color: #999; text-decoration: none; }
a.special:visited {color: #999; text-decoration: none; }
a.special:hover {color: #ddd; text-decoration: underline; }

/* Footers Styles */
footers{
	background-color: #292c2f;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
	width: 100%;
	text-align: left;
	font: normal 16px sans-serif;

	padding: 45px 50px;
}

footers .footers-limiter {
	max-width: 100%;
	margin: 0 auto;
}

footers .footers-left p{
	color:  #8f9296;
	font-size: 10px;
	margin: 0;
}

/* footers links */

footers p.footers-links{
	font-size:18px;
	font-weight: bold;
	color:  #ffffff;
	margin: 0 0 10px;
	padding: 0;
}

footers p.footers-links a{
	display:inline-block;
	line-height: 1.8;
	text-decoration: none;
	color:  inherit;
}

footers .footers-right{
	float: right;
	margin-top: 6px;
	max-width: 180px;
}

footers .footers-right a{
	display: inline-block;
	width: 35px;
	height: 35px;
	background-color:  #33383b;
	border-radius: 2px;

	font-size: 20px;
	color: #ffffff;
	text-align: center;
	line-height: 35px;

	margin-left: 3px;
}

/* If you don't want the footer to be responsive, remove these media queries */

@media (max-width: 600px) {

	footers .footers-left,
	footers .footers-right{
		text-align: center;
	}

	footers .footers-right{
		float: none;
		margin: 0 auto 20px;
	}

	footers .footers-left p.footer-links{
		line-height: 1.8;
	}
}

.wells {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 10px;
  background-color: #ddd;
  background-image: url("https://order.josepi.com/image/catalog/josepi-steel-bg.jpg");
  border: 1px solid @well-border;
  border-radius: @border-radius-base;
  .box-shadow(inset 0 1px 1px rgba(0,0,0,.05));
  blockquote {
    border-color: #336699;
    border-color: rgba(0,0,0,.15);
    border-radius: 20px;
  }
}

/* myFooter Styles */

#myFooter {
    background-color: #3a3f46;
    color: white;
}

#myFooter .row {
    margin-bottom: 60px;
}

#myFooter .info{
    text-align: justify; 
    color: #afb0b1;
}

#myFooter ul {
    list-style-type: none;
    padding-left: 0;
    line-height: 1.7;
}

#myFooter h5 {
    font-size: 18px;
    color: white;
    font-weight: bold;
    margin-top: 30px;
}

#myFooter .logo{
    margin-top: 10px;
}

#myFooter .second-bar .logo a{
    color:white;
    font-size: 28px;
    float: left;
    font-weight: bold;
    line-height: 68px;
    margin: 0;
    padding: 0;
}

#myFooter a {
    color: #d2d1d1;
    text-decoration: none;
}

#myFooter a:hover,
#myFooter a:focus {
    text-decoration: none;
    color: white;
}

#myFooter .second-bar {
    text-align: center;
    background-color: #33373e;
    text-align: center;
}

#myFooter .second-bar a {
    font-size: 22px;
    color: #9fa3a9;
    padding: 10px;
    transition: 0.2s;
    line-height: 68px;
}

#myFooter .second-bar a:hover {
    text-decoration: none;
}

#myFooter .social-icons {
    float:right;
}


#myFooter .facebook:hover {
    color: #0077e2;
}

#myFooter .google:hover {
    color: #ef1a1a;
}

#myFooter .twitter:hover {
    color: #00aced;
}

#myFooter{
   flex: 0 0 auto;
   -webkit-flex: 0 0 auto;
}

@media all and (max-width: 768px) {
.bg {

background-image: none !important;
}
}
@media screen and (max-width: 767px) {
    #myFooter {
        text-align: center;
    }

    #myFooter .info{
        text-align: center;
    }
}



