/*!
 * Start Bootstrap - Creative Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

html,
body {
    width: 100%;
    height: 100%;
}

body {
    font-family: Helvetica Neue,'Helvetica Neue',Arial,sans-serif;
}

body.greeny {
	background-color: green;
}

hr {
    max-width: 50px;
    border-color: #32280F;
    border-width: 3px;
}

h1 {
	text-align:center;
	color: white;
	font-weight: bold;
	display:block;
	font-family: Helvetica Neue,'Helvetica Neue',Arial,sans-serif;
}

hr.light {
    border-color: #fff;
}

.videoWrapper {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
}

.videoWrapper iframe, .videoWrapper object, .videoWrapper embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

a {
    color: #32280F;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}
.btn_circle{
    width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.42;
  border-radius: 50%;
}
a:hover,
a:focus {
    color: #378033;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
}

p {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.5;
}
.privacy p {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1.5;
}
.privacy a {
    color: #378033;
}
footer {
  margin-bottom: 10px;
}
footer p, footer h1, footer h2, footer h3, footer h4 {
  color: white !important;
  margin: 0;
}
footer p {
  font-size: 1em;1
}
.data-footer ul {
  list-style-type: disc;
  padding-left: 40px
}
.data-footer, .data-footer a, .data-footer h3 {
  color: white !important;
}
.data-footer a {
  font-size: 16px;
}
hr.data-footer {
  padding: 0;
  margin: 10px -2px;
  border-style: solid;
  border-width: 1px;
  border-color: white;
  max-width: 100%;
}
.bg-green {
    background-color: #378033;
}
.bg-primary {
    background-color: #32280F;
}

.bg-dark {
    color: #fff;
    background-color: #222;
}

.text-faded {
    color: rgba(255,255,255,.7);
}

section {
    padding: 100px 0;
}

aside {
    padding: 50px 0;
}

.no-padding {
    padding: 0;
}

.navbar-default {
    border-color: rgba(34,34,34,.05);
    font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
    background-color: #fff;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.navbar-default .navbar-header .navbar-brand {
    text-transform: uppercase;
    font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
    font-weight: 700;
    color: #32280F;
}

.navbar-default .navbar-header .navbar-brand:hover,
.navbar-default .navbar-header .navbar-brand:focus {
    color: #378033;
}

.navbar-default .nav > li>a,
.navbar-default .nav>li>a:focus {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    color: #222;
}

.navbar-default .nav > li>a:hover,
.navbar-default .nav>li>a:focus:hover {
    color: #32280F;
}

.navbar-default .nav > li.active>a,
.navbar-default .nav>li.active>a:focus {
    color: #32280F!important;
    background-color: transparent;
}

.navbar-default .nav > li.active>a:hover,
.navbar-default .nav>li.active>a:focus:hover {
    background-color: transparent;
}

.navbar-default.store-nav {
	-moz-box-shadow: 0px 5px 3px #333;
	-webkit-box-shadow: 0px 5px 3px #333;
	box-shadow: 0px 5px 3px #333;
}
.page-icon {
	-moz-box-shadow: 0 10px 3px -2px #333;
	-webkit-box-shadow: 0 10px 3px -2px #333;
	box-shadow: 0 10px 3px -2px #333;
}

/*  Animations  */
@-webkit-keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes dash {
  0% {
    stroke-dasharray: 1,200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89,200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89,200;
    stroke-dashoffset: -124px;
  }
}
@keyframes dash {
  0% {
    stroke-dasharray: 1,200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89,200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89,200;
    stroke-dashoffset: -124px;
  }
}
@-webkit-keyframes color {
  100%, 0% {
    stroke: #ccc;
  }
  /*40% {
    stroke: #0057e7;
  }
  66% {
    stroke: #008744;
  }
  80%, 90% {
    stroke: #ffa700;
  }*/
}
@keyframes color {
  100%, 0% {
    stroke: #ccc;
  }
  /*40% {
    stroke: #0057e7;
  }
  66% {
    stroke: #008744;
  }
  80%, 90% {
    stroke: #ffa700;
  }*/
}

#view-more.btn {
	display: inline-block;
	font-size: 2.3em;
}
#view-more-container {
	text-align:center;
	padding-bottom: 25px;
}

#negocio_data>div {
	overflow-wrap: break-word;
}

.tout {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 5%;
}

.circular {
  -webkit-animation: rotate 2s linear infinite;
          animation: rotate 2s linear infinite;
  height: 100%;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.carousel-wrapper {
	position:relative;
}

.carousel-controls {
	position:absolute;
	top:9px;
	right:0;
	width:120px;
	height:37px;
	background:#fff;
	padding-left:17px;
	font-size:20px;
}

.carousel-space {
	margin-left:1px;
}

/*.carousel-btn>i {
	display:inline-block;
	vertical-align: middle;
	width:auto;
}*/

.carousel-btn {
	text-align: center;
	font-size: 1.5em;
	color: #84bb26;
	display:block;
	float:left;
	width: 51px;
	height:37px;
	background-color:#fafafa;
    border:1px solid #e0e0e0;
    -webkit-box-shadow:inset 0 1px 1px rgba(255, 255, 255, 0.4);
	box-shadow:inset 0 1px 1px rgba(255, 255, 255, 0.4);
	border-radius:3px;
	cursor:pointer;
	-webkit-transition:background-color 0.3s, color 0.4s;
	-moz-transition:background-color 0.3s, color 0.4s;
	-o-transition:background-color 0.3s, color 0.4s;
	-ms-transition:background-color 0.3s, color 0.4s;
	transition:background-color 0.3s, color 0.4s;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
}

.carousel-btn.carousel-btn-prev {
	background-position: -3px -202px;
}

.carousel-btn.carousel-btn-next {
	background-position: -57px -202px;
}

.carousel-btn:hover {
	color: white;
	background-color:#84bb26;
	border-color:#84bb26;
}

.carousel-btn.carousel-btn-prev:hover {
	background-position: -3px -241px;
}

.carousel-btn.carousel-btn-next:hover {
	background-position: -57px -241px;
}

@media (min-width: 1200px) {
	.carousel-controls {
		top:8px;
		width:130px;
		height:41px;
		padding-left:17px;
	}

	.carousel-btn {
		text-align: center;
		width: 56px;
		height:41px;
		line-height:41px;
	}

	.carousel-btn.carousel-btn-prev {
		background-position: 0 -200px;
	}

	.carousel-btn.carousel-btn-next {
		background-position: -54px -200px;
	}

	.carousel-btn.carousel-btn-prev:hover {
		background-position: 0 -239px;
	}

	.carousel-btn.carousel-btn-next:hover {
		background-position: -54px -239px;
	}

}

@media (max-width: 767px) {
	.carousel-controls {
		top:7.5px;
		width:100px;
		height:30px;
		padding-left:17px;
	}

	.carousel-btn {
		text-align: center;
		width: 41px;
		height:30px;
		line-height:30px;
	}

	.carousel-btn.carousel-btn-prev {
		background-position: -108px -200px;
	}

	.carousel-btn.carousel-btn-next {
		background-position: -147px -200px;
	}

	.carousel-btn.carousel-btn-prev:hover {
		background-position: -108px -228px;
	}

	.carousel-btn.carousel-btn-next:hover {
		background-position: -147px -228px;
	}

}

.path {
  stroke-dasharray: 1,200;
  stroke-dashoffset: 0;
  -webkit-animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
          animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
  stroke-linecap: round;
}

.loader {
  position: relative;
  margin: 0px auto;
  width: 120px;
}

.loader:before {
  content: '';
  display: block;
  padding-top: 100%;
}
/*  End of Animations */
#header_title {
	color: white;
    padding-bottom: 1em;
}
.content-header>.row {
	background-color:white;
}

.img-thumbnail {
	width: 100%;
	height: 300px !important;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url('../img/img_placeholder.png');
	background-size: auto 100%;
}
.img-thumbnail img {
	min-height: 300px;
	min-width: 100%;
	/* IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	/* IE 5-7 */
	filter: alpha(opacity=0);
	/* modern browsers */
	opacity: 0;
}

.centered {
	text-align:center;
}
.bolder {
	font-weight: 700;
}
.strong {
	font-weight: 800;
}
.underlined {
	text-decoration: underline;
}

#brand-slider-container {
    margin-bottom: 30px;
}

.carousel-wrapper {
    position: relative;
}

#content.content-title {
	text-align: left;
    margin-bottom: 20px;
	background-image: none;
}

.title-bg > h1,
.title-bg > h2,
.title-bg > h3,
.title-bg > h4,
.title-bg > h5 {
	position: relative;
	display:inline-block;
	left:0;
	padding-right:30px;
	z-index:1;
	background:#fff;
}
.title-bg:after {
	content:'';
	background:#dcdcdc;
	position: absolute;
	left:0;
	top:50%;
	margin-top:-0.5px;
	display:block;
	width:100%;
	height:1px;
	z-index:0;
}
.title {
	color: black;
	margin-left: 2%
}

.box {
	padding: 0.5em 0.5em 0.5em 0.5em;
	margin: 0.3em 1em 0.3em 1em;
	display: inline-block;
	float: right;
	background-color: #FAFAFA;
	border: 0.15em solid #ccc;
	border-radius: 0.5em;
}
.box>div>input {
	border: 0 solid #FAFAFA;
	border-radius: 0.5em;
	background: #FAFAFA;
	height: 2em;
	width: auto;
}

.no-bg-btn {
	border: 0 solid black;
	border-radius: 0.5em;
	background: none;

}

.img-thumbnail .item-price-container {
	width:108px;
	height:108px;
	font-size:25px;
	line-height:30px;
}
.item-price-container {
	display:block;
	background:#a8bf00;
	text-align:center;
	font:700 16px/20px "Gudea", Arial, sans-serif;
	color:#fff;
	width:81px;
	height:81px;
	position: absolute;
	bottom:190px;
	right:25px;
	text-align:center;
	border-radius:500px;
	z-index:800;
}
.item-price-container .item-price{
	margin-top:30.5px;
	display:block;
	padding-left: 7.5%;
	padding-right: 7.5%;
}

@media(min-width:320px) {
	.content {
		padding: 2em;
		padding-bottom: 0.60em;
	}
	.box>div>input {
		width: auto;
	}
}

@media(min-width:360px) {
	.content {
		padding: 2.3em;
		padding-bottom: 0.69em;
	}
	.box>div>input {
		width: 16em;
	}
}

@media(min-width:480px) {
	.content {
		padding: 3.20em;
		padding-bottom: 0.96em;
	}
	.box>div>input {
		width: 18em;
	}
}

@media(min-width:600px) {
	.content {
		padding: 4.3em;
		padding-bottom: 1.29em;
	}
	.box>div>input {
		width: 26em;
	}
}

@media(min-width:704px) {
	.box>div>input {
		width: 33.55em;
	}
}

@media(min-width:768px) {
	.content {
		padding: 6em;
		padding-bottom: 1.8em;
	}
	.box>div>input {
		width: auto;
	}

    .navbar-default {
        border-color: rgba(255,255,255,.3);
        background-color: transparent;
    }

    .navbar-default .navbar-header .navbar-brand {
        color: rgba(255,255,255,.7);
    }

    .navbar-default .navbar-header .navbar-brand:hover,
    .navbar-default .navbar-header .navbar-brand:focus {
        color: #fff;
    }

    .navbar-default .nav > li>a,
    .navbar-default .nav>li>a:focus {
        color: rgba(255,255,255,.7);
    }

    .navbar-default .nav > li>a:hover,
    .navbar-default .nav>li>a:focus:hover {
        color: #fff;
    }

    .navbar-default.affix {
        border-color: rgba(34,34,34,.05);
        background-color: #fff;
    }

    .navbar-default.affix .navbar-header .navbar-brand {
        font-size: 14px;
        color: #32280F;
    }

    .navbar-default.affix .navbar-header .navbar-brand:hover,
    .navbar-default.affix .navbar-header .navbar-brand:focus {
        color: #378033;
    }

    .navbar-default.affix .nav > li>a,
    .navbar-default.affix .nav>li>a:focus {
        color: #222;
    }

    .navbar-default.affix .nav > li>a:hover,
    .navbar-default.affix .nav>li>a:focus:hover {
        color: #32280F;
    }
	.navbar-default.store-nav {

        border-color: rgba(32,32,32,.3);
        background-color: white;
    }
	.navbar-default.store-nav .nav  > li>a,
    .navbar-default.store-nav .nav  > li>a:focus {
        color: rgba(51,102,0,1)
    }

    .navbar-default.store-nav .nav > li>a:hover,
    .navbar-default.store-nav .nav>li>a:focus:hover {
        color: rgba(51,153,0,.7);
    }
}

@media(min-width:900px) {
	.content {
		padding: 8em;
		padding-bottom: 2.4em;
	}

}

.elastislide-vertical {
	max-width: 170px;
	padding: 37px 10px;
	border-radius: 90px/10px;
	box-shadow:
		0 1px 3px rgba(0, 0, 0, 0.1),
		inset -2px 0 3px 2px rgba(255, 255, 255, 0.6),
		inset 2px 0 3px 2px rgba(255, 255, 255, 0.6),
		inset 0 -10px 10px 1px rgba(155, 155, 155, 0.1),
		inset 0 10px 10px 1px rgba(155, 155, 155, 0.1);
}

.elastislide-vertical:before {
	top: 30px;
	bottom: 30px;
	left: 0;
	right: 0;
	content: " ";
	position: absolute;
	z-index: -2;
	box-shadow: 0 0 15px rgba(0,0,0,0.6);
	border-radius: 20px/160px;
}

.elastislide-vertical:after {
	content: " ";
	position: absolute;
	z-index: -2;
}

header {
    position: relative;
    width: 100%;
    min-height: auto;
    text-align: center;
    color: #fff;
    background-image: url(../img/header.jpg);
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

header .header-content {
    position: relative;
    width: 100%;
    padding: 100px 15px;
    text-align: center;
}

header .header-content .header-content-inner h1 {
    margin-top: 0;
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 700;
}

header .header-content .header-content-inner hr {
    margin: 30px auto;
}

header .header-content .header-content-inner p {
    margin-bottom: 50px;
    font-size: 16px;
    font-weight: 300;
    color: rgba(255,255,255,.7);
}

@media(min-width:768px) {
    header {
        min-height: 100%;
    }

    header .header-content {
        position: absolute;
        top: 50%;
        padding: 0 50px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    header .header-content .header-content-inner {
        margin-right: auto;
        margin-left: auto;
        max-width: 1300px;
    }

    header .header-content .header-content-inner p {
        margin-right: auto;
        margin-left: auto;
        max-width: 80%;
        font-size: 18px;
    }
}

.section-heading {
    margin-top: 0;
}

.service-box {
    margin: 50px auto 0;
    max-width: 400px;
}

@media(min-width:992px) {
    .service-box {
        margin: 20px auto 0;
    }
}
.portfolio-box {
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 650px;
}

.portfolio-box .portfolio-box-caption {
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
    opacity: 0;
    background: rgba(55,128,51,.7);
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    transform: translateY(-50%);
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category,
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
    padding: 0 15px;
    font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
    font-size: 18px;
}

.portfolio-box:hover .portfolio-box-caption {
    opacity: 1;
}

@media(min-width:768px) {
    .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
        font-size: 16px;
    }

    .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
        font-size: 22px;
    }
}

.call-to-action h2 {
    margin: 0 auto 20px;
}

.text-primary {
    color: #32280F;
}

.no-gutter > [class*=col-] {
    padding-right: 0;
    padding-left: 0;
}

.btn-default {
    border-color: #fff;
    color: #222;
    background-color: #fff;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

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

.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    background-image: none;
}

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
    border-color: #fff;
    background-color: #fff;
}

.btn-default .badge {
    color: #fff;
    background-color: #222;
}

.btn-primary {
    border-color: #32280F;
    color: #fff;
    background-color: #32280F;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    border-color: #378033;
    color: #fff;
    background-color: #378033;
}

.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    background-image: none;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    border-color: #32280F;
    background-color: #32280F;
}

.btn-primary .badge {
    color: #32280F;
    background-color: #fff;
}

.btn {
    border: 0;
    border-radius: 300px;
    text-transform: uppercase;
    font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
    font-weight: 700;
}

.btn-xl {
    padding: 15px 30px;
}

::-moz-selection {
    text-shadow: none;
    color: #fff;
    background: #222;
}

::selection {
    text-shadow: none;
    color: #fff;
    background: #222;
}

img::selection {
    color: #fff;
    background: 0 0;
}

img::-moz-selection {
    color: #fff;
    background: 0 0;
}

body {
    webkit-tap-highlight-color: #222;
}
