
img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}
/* font face */
@font-face {
  font-family: 'geared_slabregular';
  src: url('../css/font/MyriadPro-Regular.otf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'MyriadPro-Bold';
  src: url('../css/font/MyriadPro-Bold.otf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'geared_slabbold';
  src: url('../css/font/MyriadPro-Regular.otf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'aleobold';
  src: url('../css/font/MyriadPro-Regular.otf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'aleoregular';
  src: url('../css/font/MyriadPro-It.otf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Myriad_bold_it';
  src: url('../css/font/MyriadPro-BoldIt.otf');
  font-weight: bold;
  font-style:italic;
}

@font-face {
  font-family: 'Myriad_it';
  src: url('../css/font/MyriadPro-It.otf');
  font-weight: bold;
  font-style:italic;
}

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../css/font/glyphicons-halflings-regular.eot');
  src: url('../css/font/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../css/font/glyphicons-halflings-regular.woff') format('woff'), url('../css/font/glyphicons-halflings-regular.ttf') format('truetype'), url('../css/font/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg');
}
/* ***************
   GENERAL STYLES
   ***************
   START EDIT HERE
*/
html {
  overflow-y: -moz-scrollbars-vertical;
  overflow-y: scroll;
  -ms-overflow-y: scroll;
}
/* typography */
a {
  color: inherit;
}
strong {
  font-weight: 700;
}
a:hover,
a:focus {
  text-decoration: none;
  color: inherit;
}
hr {
  display: block;
  width: 100%;
  clear: both;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
}
hr:before,
hr:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
hr:after {
  clear: both;
}
hr.line-separator {
  margin: 40px 0 50px 0;
  height: 2px;
  background: #222;
  background: rgba(0, 0, 0, 0.25);
  border: 1px solid transparent;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
hr.dashed-separator {
  margin: 45px 0;
  height: 0;
  border-top: 1px dashed transparent;
  border-top: 1px dashed rgba(0, 0, 0, 0.1);
  border-bottom: 1px dashed #333;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.5);
}
body {
  font-family: 'aleoregular';
  font-weight: 350;
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  background: #fff;
	margin-left:20px;
	margin-right: 20px;
	padding:0;
	background-color: #d7d8dc;
}
.fondo{
	background: #fff;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
/* headers */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'aleobold';
  font-weight: 400;
  color: #fff;
  margin: 0 0 20px 0;
}
h1 {
  font-size: 45px;
  line-height: 46px;
  margin-bottom: 35px;
}
h2 {
  font-size: 40px;
  line-height: 41px;
  margin-bottom: 30px;
}
h3 {
  font-size: 35px;
  line-height: 36px;
  margin-bottom: 25px;
}
h4 {
  font-size: 30px;
  line-height: 31px;
  margin-bottom: 20px;
}
h5 {
  font-size: 25px;
  line-height: 26px;
  font-family: 'geared_slabregular';
  font-weight: 400;
  margin-bottom: 6px;
}
h6 {
  font-size: 20px;
  line-height: 21px;
}
p {
  font-size: 15px;
  line-height: 19px;
  color: #fff;
  text-shadow: 0px -1px 1px rgba(0, 0, 0, 0.1);
  margin: 0 0 16px 0;
}
p.bigger {
  font-size: 17px;
  line-height: 23px;
  margin-bottom: 20px;
  letter-spacing: -0.01em;
}
p.large {
  font-size: 20px;
  line-height: 23px;
}
p a {
  color: #AD2020;
}
.container{
	width: 100%;
	height: auto;
	margin-top: 20px;
	margin-bottom: -20px;
}
.container-fluid{
	margin-top: 20px;
}
.big {
  font-family: 'aleobold';
  color: #fff;
  font-weight: 400;
  font-size: 42px;
  line-height: 45px;
  margin: 0 0 30px 0;
}
.hdr1 {
  padding: 10px 40px 0 40px;
  margin: 25px auto 10px auto;
  min-height: 79px;
  font-family: 'Myriad_bold_it';
  font-weight: 400;
  font-size: 45px;
  line-height: 45px;
  text-transform: uppercase;
  text-shadow: 0px -1px 1px rgba(0, 0, 0, 0.25);

}
.hdr2 {
  margin: 0 0 20px 0;
  text-align: center;
  font-family: 'geared_slabbold';
  font-weight: 400;
  color: #fff;
  font-size: 42px;
  line-height: 42px;
  text-transform: uppercase;
  text-shadow: 0px -1px 1px rgba(0, 0, 0, 0.25);
}
.hdr2.special {
  color: #ce6f5a;
  text-align: left;
  margin-bottom: 35px;
}
.hdr3 {
  color: #c89b7a;
  text-align: center;
  font-size: 26px;
  line-height: 26px;
  font-family: 'geared_slabbold';
  font-weight: 400;
  text-transform: uppercase;
  text-shadow: 0px -1px 1px rgba(0, 0, 0, 0.25);
}
.hdr3 a {
  color: #e05c28;
}
.hdr4 {
  width: 657px;
  padding: 5px 30px 40px 30px;
  margin: 10px auto;
  min-height: 63px;
  background: transparent url("../images/hdr-4.png") no-repeat top center;
  text-align: center;
  font-family: 'geared_slabbold';
  font-weight: 400;
  color: #fff;
  font-size: 40px;
  line-height: 40px;
  text-transform: uppercase;
  text-shadow: 0px -1px 1px rgba(0, 0, 0, 0.25);
}
.hdr5 {
  text-align: center;
  display: block;
  color: #a06e5a;
  font-family: 'geared_slabbold';
  font-size: 30px;
  text-transform: uppercase;
  margin-bottom: 40px;
}
.hdr5 span {
  display: inline-block;
  padding: 5px 20px 25px 20px;
  border-bottom: 2px solid #cd706d;
  border-bottom: 2px solid rgba(205, 112, 109, 0.3);
}
.hdr6 {
  width: 657px;
  padding: 6px 40px 0 40px;
  margin: 0 auto 20px auto;
  min-height: 63px;
  background: transparent url("../images/hdr-6.png") no-repeat top center;
  text-align: center;
  font-family: 'geared_slabbold';
  font-weight: 400;
  color: #fff;
  font-size: 40px;
  line-height: 40px;
  text-transform: uppercase;
  text-shadow: 0px -1px 1px rgba(0, 0, 0, 0.25);
}
.mapWithOverlay {
  position: relative;
}
.mapWithOverlay .hdr6 {
  position: absolute;
  z-index: 2;
  top: 100px;
  left: 50%;
  margin-left: -329px;
  pointer-events: none;
}
.hdr7 {
  font-family: 'aleobold';
  font-size: 27px;
  line-height: 31px;
  color: #fff;
  text-transform: uppercase;
}

/* blockquote */
blockquote {
  padding: 0;
  margin: 0 0 20px 0;
  border: 0;
}
blockquote p {
  font-size: 17px;
  line-height: 21px;
  font-weight: 400;
  margin-bottom: 15px;
}
blockquote h1,
blockquote h2,
blockquote h3,
blockquote h4,
blockquote h5,
blockquote h6 {
  margin-bottom: 12px;
}
blockquote.type2 {
  padding-left: 55px;
}
blockquote.type2:before {
  font-family: Arial, Helvetica, sans-serif;
  content: "“";
  font-size: 142px;
  height: 0;
  float: left;
  position: relative;
  left: -58px;
  top: 47px;
}
/* dropcap */
.dropcap {
  margin-top: 40px;
  font-size: 17px;
  line-height: 21px;
}
.dropcap:first-letter {
  font-size: 60px;
  float: left;
  padding: 0 0px 2px 0;
  margin-top: -13px;
  position: relative;
}
/* highlight */
.highlight {
  text-shadow: none;
  display: inline-block;
  padding: 1px 4px 1px 4px;
  margin: 0 2px;
}
.highlight.type1 {
  background: #a93636;
}
.highlight.type2 {
  background: #460606;
}
.highlight.type3 {
  background: #e6e6e6;
  color: #460606;
}
/* list with icon */
.list-icons {
  margin: 0 0 25px 0;
}
.list-icons li {
  padding-left: 19px;
  font-size: 17px;
  line-height: 19px;
  margin-bottom: 8px;
}
.list-icons li > i {
  height: 0;
  float: left;
  position: relative;
  left: -19px;
  top: 4px;
  font-size: 13px;
}
.list-icons li > i.fa-circle {
  font-size: 8px;
  top: 6px;
  left: -16px;
}
.pretty-table {
  margin: 10px 0 30px 0;
}
.pretty-table .table {
  width: 100%;
  margin: 0;
  background: transparent !important;
}
.pretty-table .table th {
  font-family: 'aleobold';
  font-weight: 400;
  font-size: 17px;
  line-height: 18px;
}
.pretty-table .table thead > tr > th,
.pretty-table .table tbody > tr > th,
.pretty-table .table tfoot > tr > th,
.pretty-table .table thead > tr > td,
.pretty-table .table tbody > tr > td,
.pretty-table .table tfoot > tr > td {
  padding: 12px;
  line-height: 15px;
  vertical-align: top;
  border-top: 1px solid #222;
  border-top: 1px solid rgba(0, 0, 0, 0.4);
  border-left: 1px solid #222;
  border-left: 1px solid rgba(0, 0, 0, 0.4);
}
.pretty-table .table thead > tr > th:first-child,
.pretty-table .table tbody > tr > th:first-child,
.pretty-table .table tfoot > tr > th:first-child,
.pretty-table .table thead > tr > td:first-child,
.pretty-table .table tbody > tr > td:first-child,
.pretty-table .table tfoot > tr > td:first-child {
  border-left: 0;
}
.pretty-table .table thead > tr > th {
  vertical-align: bottom;
  border-bottom: 1px solid #222;
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
}
.pretty-table .table caption + thead tr:first-child th,
.pretty-table .table colgroup + thead tr:first-child th,
.pretty-table .table thead:first-child tr:first-child th,
.pretty-table .table caption + thead tr:first-child td,
.pretty-table .table colgroup + thead tr:first-child td,
.pretty-table .table thead:first-child tr:first-child td {
  border-top: 0;
}
.pretty-table .table tbody + tbody {
  border-top: 1px solid #222;
  border-top: 1px solid rgba(0, 0, 0, 0.4);
}
.pretty-table .table .table {
  background-color: transparent;
}
/* priceHeader */
.priceHeader {
  display: inline-block;
  padding: 14px 22px 14px 22px;
  background: transparent url("../images/priceheader-bg.png") repeat-x center top;
  font-family: 'geared_slabbold';
  font-weight: 400;
  text-transform: uppercase;
  font-size: 25px;
  line-height: 25px;
  color: #fff;
  position: relative;
  margin: 40px 3px 0 3px;
}
.priceHeader:before {
  content: " ";
  background: transparent url("../images/priceheader-lft.png") no-repeat top center;
  width: 20px;
  height: 52px;
  position: absolute;
  top: 0;
  left: -3px;
}
.priceHeader:after {
  content: " ";
  background: transparent url("../images/priceheader-rt.png") no-repeat top center;
  width: 20px;
  height: 52px;
  position: absolute;
  top: 0;
  right: -3px;
}
.priceHeader .lft {
  float: left;
  min-width: 187px;
}
.priceHeader .rt {
  float: left;
  min-width: 187px;
}
.priceHeader .price {
  display: block;
  width: 108px;
  height: 108px;
  padding: 10px 5px 0 5px;
  background: transparent url("../images/priceheader-price.png") no-repeat center top;
  float: left;
  position: relative;
  margin-top: -40px;
  margin-left: 20px;
  margin-right: 20px;
}
.priceHeader .price span {
  text-transform: none;
}
.priceHeader .price .el_1 {
  display: block;
  font-size: 20px;
  line-height: 34px;
  font-family: 'aleoregular';
}
.priceHeader .price .el_2 {
  font-size: 29px;
  line-height: 29px;
  font-family: 'aleoregular';
  position: relative;
  top: -0.5em;
}
.priceHeader .price .el_3 {
  font-family: 'aleobold';
  font-size: 57px;
  line-height: 33px;
}
.priceHeader .price .el_4 {
  position: relative;
  top: -0.5em;
}
hr.line1 {
  padding: 20px 0 30px 0;
  margin: 0;
  height: 31px;
  background: transparent url("../images/line-1.png") no-repeat center 20px;
}
/* main menu */
.is-sticky .full-sticky-menu {
  width: 100%;
  position: absolute;
  z-index: 100;
}
@media (max-width: 990px) {
  .navbar-default .navbar-collapse {
    background-color: #fff;
    z-index: 2;
    position: relative;

  }
}
.navbar-header {
  width: 100%;
  min-height: 1px;
  position: relative;
  display: block;
  float: none;
  text-align: center;
}
.navbar-header .smallSocials {
  position: absolute;
  top: 8px;
  left: 0;
  z-index: 3;
}
.navbar-header .language {
  position: absolute;
  top: 8px;
  right: 0;
  z-index: 3;
}
/*noricias boton*/
.navbar-header .newsl {
  position: absolute;
  top: 8px;
  right: 90px;
  z-index: 3;
}

.navbar-header .navbar-brand {
  position: relative;
  float: none;
  margin: 0;
  display: inline-block;
  padding: 12px 0 0 0;
}


.navbar-default .navbar-nav {
  float: none;
  margin-top: 140px;
}
.navbar-default .navbar-nav > li {
  margin: 0 -23px 0 0;
	top: 6px;
}
.navbar-default .navbar-nav > li > a {
  font-family: 'geared_slabbold';
  padding: 50px 23px 0px;
  text-transform: uppercase;
  color: #336537;
  font-size: 18px;
}
.navbar-default .navbar-nav > li > a:hover {
  color: #a1bc31;
text-decoration: none;
border-bottom: 3px solid #a1bc31;
}
.navbar-default .navbar-nav.text-center > li {
  margin-left: 6px;
  margin-right: 6px;
  display: inline-block;
  float: none;
  padding-bottom: 15px;
}
/* menu on hover */
li.dropdown:hover .dropdown-menu {
  display: block;
}

.navbar-default .navbar-nav.pull-right > li {
  margin: 0 0px 0 -10px;
}
.navbar-collapse {
  padding-left: 0;
  padding-right: 0;
}
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
	background-color: transparent;
  color: #768A24;
text-decoration: none;
border-bottom: 3px solid #768A24;
}
.navbar-fixed-top {
  z-index: 300;
}
.navbar-default {
  background: #fff;
  border: 0;
  margin: 0;
}
.navbar-default .inner {
  background-color: #fff;
  height: 130px;
  border: 0;
}

.navbar-default .inner .btm {
  width: 100%;
  height: 25px;
  display: block;
  background-color: #fff;
  pointer-events: none;
  position: absolute;
  bottom: -23px;
}
.address {
  font-family: 'aleoregular';
  font-size: 16px;
  line-height: 19px;
  color: #c69878;
  margin: 0;
  padding: 13px 0;
  z-index: 3;
  position: relative;
}
/* custom columns */
.row.nomargin {
  margin-left: auto;
  margin-right: auto;
}
.row.nomargin > div {
  padding: 0;
}
.threeBoxes {
  max-width: 1300px;
  margin: 0 auto;
}
.threeBoxes > div {
  position: relative;
}
.threeBoxes > div > div {
  height: 479px;
  max-width: 450px;
  overflow: hidden;
}
.threeBoxes .full-width-photo {
  background-repeat: no-repeat;
  background-position: top center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  min-height: 300px;
  margin-right: -1px;
}
/* tweet list */
.blackboard {
  background: transparent url("../images/blackboard-bg.jpg") no-repeat top center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 50px;
  height: 479px;
  max-width: 450px;
  overflow: hidden;
}
.tweet_list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.tweet_list li {
  font-family: 'aleobold';
  font-size: 17px;
  line-height: 20px;
  color: #fff;
  margin: 0 0 30px 0;
}
.tweet_list li a {
  color: #c84249;
}
.tweet_list li .tweet_time {
  display: block;
}
.tweet_list li .tweet_time a {
  color: #b8b5b5;
}
/* google map */
.googleMap {
  min-height: 220px;
}
.googleMap img {
  max-width: none;
}
.customMarker {
  position: relative;
}
.customMarker i {
  display: block;
  width: 50px;
  height: 50px;
  background: transparent url("../images/marker-icon.png") no-repeat center bottom;
}
.customMarker span {
  display: block;
  position: absolute;
  bottom: 60px;
  background: #960000;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 8px 10px;
  text-align: center;
  width: 200px;
  left: -75px;
  font-family: 'aleoregular';
  font-size: 14px;
  line-height: 19px;
  color: #fff;
  text-shadow: 0px -1px 0px #000101;
}
.customMarker span:before {
  content: " ";
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 12px 8.5px 0 8.5px;
  border-color: #960000 transparent transparent transparent;
  -webkit-transform: rotate(360deg);
  position: absolute;
  bottom: -10px;
  left: 93px;
}
/* socials links */
.smallSocials {
  display: inline-block;
  margin: 0 0 0 -10px;
  padding: 0;
}


.smallSocials li {
  display: block;
  float: left;
  margin-left: 10px;
 background-color: #a1bc31;
	border-radius: 25px;
	-webkit-transform: rotate(0) scale(1);
	transform: rotate(10) scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.smallSocials li a {
  display: block;
  width: 25px;
  height: 25px;
  padding-top: 0px;
  text-align: center;
}
.smallSocials li a img {
  display: inline-block;
}
.smallSocials li:hover {
  background-color: #56651a;
	-webkit-transform: rotate(-15deg) scale(1);
	transform: rotate(-15deg) scale(1);
}

/*language*/
.language {
  display: inline-block;
  margin: 0 0 0 -10px;
  padding: 0;
}


.language li {
  display: block;
  float: left;
  margin-left: 10px;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	-webkit-transform: rotate(0) scale(1);
	transform: rotate(10) scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;

}
.language li a {
  display: block;
  width: 25px;
  height: 25px;
  padding-top: 0px;
}
.language li a img {
  display: inline-block;
}
.language li:hover {
  background-color:transparent;
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
	-webkit-transform: rotate(15deg) scale(1);
	transform: rotate(15deg) scale(1);
}

/*noticias boton*/
.newsl {
  display: inline-block;
  margin: 0 0 0 -10px;
  padding: 0;
}


.newsl li {
  display: block;
  float: left;
  margin-left: 10px;

}
.newsl li a {
  display: block;
  width: 150px;
  height: 50px;
  padding-top: 0px;
}
.newsl li a img {
  display: inline-block;
}
.newsl li:hover {
  background-color:transparent;

}
/**/


.bigSocials {
  display: block;
  margin: 30px 0 5px -30px;
  padding: 0;
  text-align: center;
}
.bigSocials:before,
.bigSocials:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.bigSocials:after {
  clear: both;
}
.bigSocials li {
  display: inline-block;
  float: none;
  margin-left: 30px;
  background: transparent url("../images/social-bg.png") no-repeat 0 0;
  -webkit-transition: background-position 0.2s ease;
  transition: background-position 0.2s ease;
}
.bigSocials li a {
  display: block;
  width: 40px;
  height: 40px;
  padding-top: 8px;
  text-align: center;
}
.bigSocials li a img {
  display: inline-block;
}
.bigSocials li:hover {
  background-position: 0 -40px;
}
/* more social links */
.soc_list > li {
  text-align: center;
  display: inline-block;
  margin: 5px 5px 15px 5px;
}
.soc_list > li > a {
  color: #fff;
  display: block;
  width: 31px;
  height: 31px;
  background: transparent url("../images/soc-small.png") no-repeat center -33px;
  font-size: 16px;
  line-height: 16px;
  padding-top: 6px;
  -webkit-transition: background-position 0.2s ease;
  transition: background-position 0.2s ease;
}
.soc_list > li > a:hover {
  background-position: 0 -1px;
}
.soc_list.soc-medium > li > a {
  width: 39px;
  height: 39px;
  background: transparent url("../images/soc-medium.png") no-repeat center -40px;
  font-size: 20px;
  line-height: 21px;
  padding-top: 9px;
  padding-left: 1px;
}
.soc_list.soc-medium > li > a:hover {
  background-position: 0 0;
}
.soc_list.soc-big > li {
  margin: 8px 8px 22px 8px;
}
.soc_list.soc-big > li > a {
  width: 57px;
  height: 57px;
  background: transparent url("../images/soc-big.png") no-repeat center -58px;
  font-size: 29px;
  line-height: 29px;
  padding-top: 14px;
  padding-left: 0px;
}
.soc_list.soc-big > li > a:hover {
  background-position: 0 0;
}
/* flickr images widget */
.flickr_badge {
  margin: 0 0 0 -15px;
}
.flickr_badge:before,
.flickr_badge:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.flickr_badge:after {
  clear: both;
}
.flickr_badge > div {
  text-align: center;
  position: relative;
  margin: 0 0 15px 15px;
  float: left;
  border: 1px solid #c3c3c3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #480808;
  font-size: 22px;
}
.flickr_badge > div a:before {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  opacity: 0;
  filter: alpha(opacity=0);
  content: " ";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  background: rgba(255, 255, 255, 0.7);
}
.flickr_badge > div a:after {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  opacity: 0;
  filter: alpha(opacity=0);
  content: " ";
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f002";
  position: absolute;
  top: 50%;
  margin-left: 50%;
  margin-top: -11px;
  margin-left: -10px;
}
.flickr_badge > div:hover a:before,
.flickr_badge > div:hover a:after {
  opacity: 1;
  filter: alpha(opacity=100);
}
/* tooltips */
.tooltip-inner {
  padding: 6px 12px;
  color: #fff;
  background-color: #460606;
}
.tooltip.in {
  opacity: 1;
  filter: alpha(opacity=100);
}
.tooltip.top .tooltip-arrow {
  border-top-color: #460606;
}
.tooltip.top-left .tooltip-arrow {
  border-top-color: #460606;
}
.tooltip.top-right .tooltip-arrow {
  border-top-color: #460606;
}
.tooltip.right .tooltip-arrow {
  border-right-color: #460606;
}
.tooltip.left .tooltip-arrow {
  border-left-color: #460606;
}
.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #460606;
}
.tooltip.bottom-left .tooltip-arrow {
  border-bottom-color: #460606;
}
.tooltip.bottom-right .tooltip-arrow {
  border-bottom-color: #460606;
}
.phoneIcon,
.locationIcon {
  background: transparent url("../images/mobile-flag.png") no-repeat 0 0;
  width: 51px;
  height: 66px;
  position: absolute;
  top: 43px;
  left: 13px;
  font-size: 0;
  color: transparent;
}
.phoneIcon {
  background-position: -287px 0;
  left: auto;
  right: 13px;
}
/* section */
.section {
  position: relative;
}
.section > .inner {
  padding: 40px 0 40px 0;
  min-height: 150px;
  background-position: top center;
  background-repeat: no-repeat;
	background-size:contain;

}
.section > .inner.repeated {
  -webkit-background-size: auto;
  -moz-background-size: auto;
  -o-background-size: auto;
  background-size: auto;
  background-repeat: repeat;
}

.bg-2.topOrnament {
  padding-top: 50px;
}
.bg-2.topOrnament > .inner {
  padding-top: 0;
}
.bg-2.topOrnament:before {
  content: " ";
  display: block;
  height: 76px;
  width: 100%;
  position: absolute;
  top: -76px;
  background: transparent url("../images/bg-2-top.png") no-repeat top center;
}
/* flexslider */
.flexslider.flexFull.type2 {
  padding: 0;
}
.flexslider.flexFull.type2 .flex-direction-nav a {
  position: static;
  display: block;
  width: 77px;
  height: 77px;
  background: transparent url("../images/slider2-controls.png") no-repeat left top;
  font-size: 0;
  color: transparent;
  -webkit-transition: none;
  transition: none;
  margin: 0;
  float: left;
}
.flexslider.flexFull.type2 .flex-direction-nav a:hover {
  background-position: left -145px;
}
.flexslider.flexFull.type2 .flex-direction-nav a:before {
  display: none;
  height: 0;
}
.flexslider.flexFull.type2 .flex-direction-nav .flex-next {
  background-position: -167px 0;
  float: right;
}
.flexslider.flexFull.type2 .flex-direction-nav .flex-next:hover {
  background-position: -167px -145px;
}
.flexslider.flexFull.type2 .flex-direction-nav {
  width: 940px;
  left: 50%;
  margin-left: -470px;
  position: absolute;
  top: 50%;
  margin-top: -39px;
}
.flexslider.flexFull {
  padding: 30px 0 10px 0;
}
.flexslider.flexFull .flex-direction-nav a {
  position: static;
  display: block;
  width: 58px;
  height: 58px;
  background: transparent url("../images/slider-controls.png") no-repeat left top;
  font-size: 0;
  color: transparent;
  -webkit-transition: none;
  transition: none;
  margin: 0;
  float: left;
}
.flexslider.flexFull .flex-direction-nav a:hover {
  background-position: left -83px;
}
.flexslider.flexFull .flex-direction-nav a:before {
  display: none;
  height: 0;
}
.flexslider.flexFull .flex-direction-nav .flex-next {
  background-position: -115px 0;
  float: right;
}
.flexslider.flexFull .flex-direction-nav .flex-next:hover {
  background-position: -115px -83px;
}
.flexslider.flexFull .flex-direction-nav {
  width: 820px;
  left: 50%;
  margin-left: -410px;
  position: absolute;
  top: 50%;
  margin-top: -41px;
}
.flexslider.flexFade {
  margin: 30px 0;
  min-height: 398px;
}
.flexslider.flexFade .slides > li {
  min-height: 398px;
}
.flexslider.flexFade .flex-direction-nav a {
  width: 26px;
  height: 26px;
  color: #fff;
  text-shadow: none;
  right: 30px;
  margin-top: -13px;
}
.flexslider.flexFade .flex-direction-nav a:before {
  font-size: 26px;
}
.flexslider.flexFade .flex-direction-nav .flex-prev {
  left: 20px;
}
.flexslider.flexFade .flex-direction-nav {
  z-index: 2;
  width: 398px;
  height: 398px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.flexslider.flexFade .descArea {
  background: transparent url("../images/circle-flex.png") no-repeat top center;
  z-index: 4;
  text-align: center;
  width: 398px;
  height: 398px;
  padding: 50px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.flexslider.flexFade .descArea h4 {
  font-family: 'aleobold';
  font-size: 39px;
  line-height: 43px;
  color: #fff;
  margin-top: 0;
  margin-bottom: 12px;
}
.flexslider.flexFade .descArea h5 {
  font-family: 'geared_slabregular';
  font-size: 26px;
  line-height: 32px;
}
.flexslider.flexFade .descArea p {
  font-size: 16px;
  line-height: 19px;
}
.flexslider.flexFade .descArea hr {
  height: 1px;
  background: #fff;
  margin: 10px auto;
  max-width: 80%;
}
.flexslider.flexFade .price {
  color: #fff;
  display: block;
  text-align: center;
  font-family: 'aleobold';
  font-size: 45px;
  line-height: 45px;
}
.flexslider.flexFade .price em {
  font-style: normal;
  font-family: 'aleoregular';
  font-size: 24px;
  line-height: 24px;
  position: relative;
  top: -0.7em;
  padding: 0 4px;
}
.flexslider.flexFade .price span {
  position: relative;
  top: -0.7em;
  font-family: 'aleoregular';
  font-size: 24px;
  line-height: 24px;
}
.flexslider.flexSimple {
  overflow: visible;
}
.flexslider.flexSimple .flex-direction-nav a {
  text-align: center;
  display: block;
  background: #470707;
  color: #fff;
  box-shadow: 0px 0px 6px 0px #000;
  text-shadow: none;
  padding-top: 4px;
  left: -20px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.flexslider.flexSimple .flex-direction-nav a:before {
  font-size: 34px;
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f0d9";
  padding-right: 4px;
}
.flexslider.flexSimple .flex-direction-nav a.flex-next {
  left: auto;
  right: -20px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.flexslider.flexSimple .flex-direction-nav a.flex-next:before {
  content: "\f0da";
  padding-left: 4px;
}
/* prodBox */
.prodBox {
  clear: both;
  position: relative;
  text-align: center;
  min-height: 335px;
  width: 260px;
  margin: 70px auto 90px auto;
  background: #f5f3eb;
  font-family: 'aleoregular';
  color: #877e7e;
  font-size: 12px;
  line-height: 18px;
}
.prodBox:after {
  display: block;
  content: " ";
  background: transparent url("../images/paper-1-btm.png") no-repeat center bottom;
  position: absolute;
  width: 260px;
  height: 62px;
  bottom: -61px;
  left: 0;
  right: 0;
}
.prodBox p {
  font-family: 'aleoregular';
  color: #877e7e;
  font-size: 12px;
  line-height: 18px;
}
.prodBox .info {
  display: block;
  padding: 15px 0;
  color: #676464;
  font-size: 11px;
  line-height: 18px;
}
.prodBox h4 {
  color: #635858;
  font-family: 'aleobold';
  font-size: 25px;
  line-height: 29px;
  margin: 0 0 15px 0;
}
.prodBox .price {
  display: block;
  text-align: center;
  padding: 19px 0 0 0;
  color: #fff;
  font-family: 'aleobold';
  font-size: 45px;
  line-height: 45px;
  position: absolute;
  top: -52px;
  left: 50%;
  margin-left: -52px;
  background: #490909;
  border: 1px solid #8a1c1c;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 105px;
  height: 105px;
}
.prodBox .price small {
  font-family: 'aleoregular';
  font-size: 21px;
  line-height: 20px;
  display: block;
}
.prodBox .price em {
  font-style: normal;
  font-family: 'aleoregular';
  font-size: 24px;
  line-height: 24px;
  position: relative;
  top: -0.7em;
  padding: 0 4px;
}
.prodBox .price span {
  position: relative;
  top: -0.7em;
  font-family: 'aleoregular';
  font-size: 24px;
  line-height: 24px;
}
.prodBox .inner {
  padding: 20px 15px 15px 15px;
}
.prodBox.type2 {
  margin-bottom: 140px;
}
.prodBox.type2:after {
  background-image: url("../images/paper-2-btm.png");
  height: 115px;
  bottom: -114px;
}
.prodBox.type3 {
  margin-bottom: 70px;
}
.prodBox.type3:after {
  background-image: url("../images/paper-3-btm.png");
  height: 44px;
  bottom: -43px;
}
/* menuBox */
.menuBox {
  width: 246px;
  margin: 0 auto;
  position: relative;
  padding-top: 117px;
  margin-bottom: 140px;
}
.menuBox:after {
  display: block;
  content: " ";
  background: transparent url("../images/menubox-1-btm.png") no-repeat center bottom;
  position: absolute;
  width: 246px;
  height: 105px;
  bottom: -104px;
  left: 0;
  right: 0;
}
.menuBox .top {
  text-align: center;
  background: transparent url("../images/menubox-top.png") no-repeat top center;
  width: 246px;
  height: 156px;
  padding: 28px 0 0 0;
  text-transform: uppercase;
  color: #fff;
  font-family: 'geared_slabbold';
  font-size: 32px;
  line-height: 32px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.menuBox .top img {
  display: inline-block;
}
.menuBox .top span {
  padding-top: 12px;
  display: block;
}
.menuBox .inner {
  background: #f5f3eb;
  padding: 55px 15px 5px 15px;
  color: #460606;
  font-family: 'aleoregular';
  font-size: 12px;
  line-height: 17px;
}
.menuBox .inner p {
  color: #460606;
  font-family: 'aleoregular';
  font-size: 12px;
  line-height: 17px;
  margin-bottom: 5px;
}
.menuBox .inner .title {
  display: block;
  font-family: 'aleobold';
  font-size: 16px;
  line-height: 16px;
  padding: 0 0 5px 0;
}
.menuBox .inner .price {
  font-family: 'aleobold';
  display: block;
  color: #8d1212;
  font-size: 29px;
  line-height: 29px;
}
.menuBox .inner .price em {
  font-style: normal;
  font-family: 'aleoregular';
  display: inline-block;
  position: relative;
  top: -0.5em;
  font-size: 19px;
  line-height: 19px;
  padding: 0 3px;
}
.menuBox .inner .price span {
  font-family: 'aleobold';
  display: inline-block;
  position: relative;
  top: -0.5em;
  font-size: 19px;
  line-height: 19px;
  padding: 0 3px;
}

.menuBox .media > .pull-left {
  margin-right: 15px;
}
.menuBox hr {
  background: transparent url("../images/line-hr2.png") repeat-x center 10px;
  height: 1px;
  padding: 10px 0;
}
.menuBox.type2 {
  margin-bottom: 105px;
}
.menuBox.type2:after {
  background-image: url("../images/menubox-2-btm.png");
  height: 75px;
  bottom: -74px;
}
.menuBox.type3 {
  margin-bottom: 95px;
}
.menuBox.type3:after {
  background-image: url("../images/menubox-3-btm.png");
  height: 65px;
  bottom: -64px;
}
.menuBox.type4 {
  margin-bottom: 65px;
}
.menuBox.type4:after {
  background-image: url("../images/menubox-4-btm.png");
  height: 35px;
  bottom: -34px;
}
/* rounded image */
.roundedImg {
  width: 54px;
  height: 54px;
  display: inline-block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: inset 0px 2px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 1px 0px rgba(255, 255, 255, 0.75);
  box-shadow: inset 0px 2px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 1px 0px rgba(255, 255, 255, 0.75);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-color: transparent;
    background-size:100px;
}
.roundedImg img {
  opacity: 0;
  filter: alpha(opacity=0);
}
/* eventBox */
.eventBox {
  max-width: 821px;
  min-height: 150px;
  margin: 55px auto 60px auto;
  position: relative;
  background: #000;
  background: rgba(0, 0, 0, 0.3);
  border: 1px solid #ba1818;
  border: 1px solid rgba(186, 24, 24, 0.5);
  -webkit-box-shadow: inset 0px 2px 1px 0px rgba(0, 0, 0, 0.14);
  box-shadow: inset 0px 2px 1px 0px rgba(0, 0, 0, 0.14);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
  padding: 34px 10px 20px 135px;
}
.eventBox .hdr2 {
  display: block;
}
.eventBox hr {
  height: 1px;
  background: #ba1818;

  background: rgba(186, 24, 24, 0.5);
  max-width: 520px;
  margin: 0 auto 20px auto;
}
.eventBox .date {
  display: block;
  text-align: center;
  background: #9d2824;
  width: 124px;
  height: 124px;
  padding: 15px 5px 5px 5px;
  position: absolute;
  top: 0;
  left: 0;
  font-family: 'geared_slabregular';
  font-size: 45px;
  line-height: 45px;
  text-shadow: 0px -1px 1px rgba(0, 0, 0, 0.25);
  color: #c89b7a;
}
.eventBox .date span {
  font-family: 'geared_slabbold';
  font-size: 56px;
  line-height: 51px;
  display: block;
}
.eventBox .place {
  display: block;
  font-family: 'geared_slabregular';
  color: #e05c28;
  font-size: 33px;
  line-height: 33px;
  text-shadow: 0px -1px 1px rgba(0, 0, 0, 0.25);
  padding: 20px 0 0 0;
}
.eventBox .time {
  display: block;
  font-family: 'geared_slabbold';
  color: #b58767;
  font-size: 40px;
  line-height: 40px;
  text-shadow: 0px -1px 1px rgba(0, 0, 0, 0.25);
  padding: 14px 0 0 0;
}
.eventBox .time small {
  color: inherit;
  font-size: 60%;
}
.mapit,
.shareit {
  margin: 0 0 20px 0;
  min-height: 39px;
  position: relative;
  display: inline-block;
  padding: 13px 0 0 49px;
  font-size: 31px;
  line-height: 31px;
  font-family: 'geared_slabregular';
  color: #fff;
  text-transform: uppercase;
}
.mapit:hover,
.shareit:hover {
  color: #fff;
}
.mapit i,
.shareit i {
  display: block;
  width: 45px;
  height: 45px;
  background: transparent url("../images/marker-share.png") no-repeat 0 0;
  position: absolute;
  left: 0;
  top: 0;
}
.shareit i {
  background-position: 0 -124px;
}
.mapit + .shareit {
  margin-left: 50px;
}
.shareit + .mapit {
  margin-left: 50px;
}
.easyBox {
  max-width: 821px;
  min-height: 150px;
  margin: 55px auto 60px auto;
  position: relative;
  background: #000;
  background: rgba(0, 0, 0, 0.3);
  border: 1px solid #ba1818;
  border: 1px solid rgba(186, 24, 24, 0.5);
  -webkit-box-shadow: inset 0px 2px 1px 0px rgba(0, 0, 0, 0.14);
  box-shadow: inset 0px 2px 1px 0px rgba(0, 0, 0, 0.14);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 35px 30px;
}
.easyBox.flat {
  padding: 35px 20px 30px 75px;
}
.easyBox.full {
  max-width: 100%;
  padding: 45px 55px 50px 55px;
}
/* person box */
.personBox {
  color: #fff;
  max-width: 213px;
  margin: 0 auto 20px auto;
}
.personBox .ptitle {
  text-align: center;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  display: block;
  background: #460606;
  font-family: 'geared_slabbold';
  font-size: 32px;
  line-height: 32px;
  text-transform: uppercase;
  padding: 11px 3px;
}
.personBox .pname {
  padding: 20px 0 8px 0;
  display: block;
  font-family: 'geared_slabregular';
  text-transform: uppercase;
  font-size: 24px;
  line-height: 24px;
}
.personBox .smallSocials {
  margin-top: 10px;
}

.personBox .language {
  margin-top: 10px;
}
/* alert */
.alert {
  padding: 13px 60px;
  margin-bottom: 20px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.alert .close {
  top: 1px;
}
.alert i {
  font-size: 18px;
  top: 1px;
  position: relative;
  margin-right: 10px;
}
.alert-danger {
  background-color: #fce2e3;
  border-color: #de9799;
  color: #e54034;
}
.alert-danger hr {
  border-top-color: #d88486;
}
.alert-danger .alert-link {
  color: #cc261a;
}
.alert-success {
  background-color: #daeec0;
  border-color: #c4e49a;
  color: #54732c;
}
.alert-success hr {
  border-top-color: #b8df86;
}
.alert-success .alert-link {
  color: #394e1e;
}
.alert-info {
  background-color: #d4ebf6;
  border-color: #badff1;
  color: #397a99;
}
.alert-info hr {
  border-top-color: #a5d5ed;
}
.alert-info .alert-link {
  color: #2b5c74;
}
.alert-warning {
  background-color: #fdf4bd;
  border-color: #f6e789;
  color: #8c834c;
}
.alert-warning hr {
  border-top-color: #f4e271;
}
.alert-warning .alert-link {
  color: #6b643a;
}
/* icon box */
.iconBox {
  margin: 10px 0 20px 0;
}
.iconBox h3 {
  font-family: 'geared_slabregular';
  font-weight: 400;
  font-size: 31px;
  line-height: 31px;
  text-transform: uppercase;
  margin: 0 0 20px 0;
}
.iconBox i {
  margin-right: 3px;
}
.buttonBox {
  padding-left: 100px;
  padding-right: 60px;
}
.buttonBox p {
  font-size: 31px;
  line-height: 31px;
  margin: 5px 0 0 0;
}
/* box with text */
.box_text {
  display: block;
  position: relative;
}
.box_text .ribbon_icon {
  display: block;
  background: transparent url("../images/blog-ribbon3.png") no-repeat center top;
  width: 42px;
  height: 57px;
  position: absolute;
  top: 39px;
  left: 30px;
  z-index: 1;
  text-align: center;
  color: #490909;
  font-size: 21px;
  padding-top: 13px;
}
.box_text .ribbon_icon i.fa-quote-left {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 88px;
  line-height: 69px;
}
.box_text .ribbon_icon i.fa-quote-left:before {
  content: "“";
}
.box_text .inner {
  min-height: 125px;
  position: relative;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 0;
  margin: 0 0 25px 0;
  text-align: center;
  background: #490909;
  padding: 35px 100px 20px 100px;
}
.box_text .inner p {
  text-shadow: none;
  font-size: 19px;
  line-height: 23px;
  font-weight: 400;
}
.box_text .inner .author {
  display: block;
  padding: 7px 0;
  font-size: 15px;
  line-height: 15px;
  color: #cc9f7e;
  text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.4);
}
/* progress bars */
.progress {
  position: relative;
  overflow: visible;
  height: 55px;
  margin: 0 17px 15px 10px;
  background: transparent;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.progress:before {
  display: block;
  content: " ";
  background: transparent url("../images/progress-bar-left.png") repeat-x 0 0;
  width: 10px;
  height: 55px;
  position: absolute;
  top: 0;
  left: -10px;
}
.progress-bar {
  position: relative;
  float: left;
  width: 175px;
  height: 100%;
  font-family: 'geared_slabregular';
  font-weight: 400;
  text-shadow: 1px 2px 0px rgba(5, 3, 5, 0.24);
  font-size: 35px;
  line-height: 35px;
  text-transform: uppercase;
  text-align: left;
  background: transparent url("../images/progress-bar-md.png") repeat-x 0 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: none;
  transition: none;
  padding: 8px 10px 0 18px;
}
.progress-bar:before,
.progress-bar:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.progress-bar:after {
  clear: both;
}
.progress-bar.animating {
  -webkit-transition: width 2s ease-in-out;
  transition: width 2s ease-in-out;
}
.progress-bar:before {
  display: block;
  content: " ";
  background: transparent url("../images/progress-bar-right.png") repeat-x 0 0;
  width: 17px;
  height: 49px;
  position: absolute;
  top: 0;
  right: -17px;
}
.progress-bar sub {
  font-size: 19px;
  text-transform: none;
  bottom: 0;
}
/* .pie-chart */
.pie-chart {
  margin: 0 0 25px 0;
  position: relative;
  background: transparent;
  width: 159px;
  height: 159px;
  display: inline-block;
  font-family: 'geared_slabbold';
  font-weight: 400;
  font-size: 42px;
}
.pie-chart > span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  padding-top: 55px;
  line-height: 45px;
}
.pie-chart > span > i {
  position: relative;
  top: -1px;
}
.pie-chart > span > sub {
  font-size: 25px;
  bottom: 0;
  margin-left: 3px;
}
/* testimonial */
.testimonial .inner {
  position: relative;
  background: #f5f3eb;
  color: #460606;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin: 0 0 20px 0;
  padding: 20px 30px 10px 55px;
}
.testimonial .inner p {
  color: #460606;
  text-shadow: none;
}
.testimonial .inner:before {
  font-family: Arial, Helvetica, sans-serif;
  content: "“";
  font-size: 90px;
  height: 0;
  float: left;
  position: relative;
  left: -40px;
  top: 28px;
}
.testimonial .inner:after {
  content: " ";
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 11px 10.5px 0 10.5px;
  border-color: #f5f3eb transparent transparent transparent;
  position: absolute;
  left: 31px;
  bottom: -11px;
}
.testimonial .media-body {
  padding-top: 12px;
  line-height: 16px;
}
.testimonial .media > .pull-left {
  margin-left: 15px;
  margin-right: 15px;
}
.testimonial .media .media-object {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.testimonial.dark_ver .inner {
  background: #4a0a0a;
  color: #f5f3eb;
}
.testimonial.dark_ver .inner p {
  color: #f5f3eb;
}
.testimonial.dark_ver .inner:after {
  border-color: #4a0a0a transparent transparent transparent;
}
/* tabs */
.nav-tabs {
  border: 0;
  margin: 0 0 20px 0;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li:first-child a {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.nav-tabs > li:last-child a {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.nav-tabs > li > a {
  color: #fff;
  padding: 8px 15px;
  margin-right: 1px;
  font-size: 13px;
  line-height: 14px;
  border: 0 !important;
  border-radius: 0;
  -webkit-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.2) inset;
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.2) inset;
  background: #450505;
}
.nav-tabs > li > a:hover {
  border: 0;
  background: #450505;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #fff;
  background: #c89b7a;
  border: 0;
  cursor: default;
}
p + .nav-tabs.type2 {
  margin-top: 30px;
}
.nav-tabs.type2 {
  border: 0;
  margin: 0;
}
.nav-tabs.type2 > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs.type2 > li:first-child a {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
}
.nav-tabs.type2 > li:last-child a {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
}
.nav-tabs.type2 > li > a {
  font-family: 'aleobold';
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  color: #4a0a0a;
  padding: 9px 30px 6px 30px;
  margin-right: 0;
  font-size: 18px;
  line-height: 18px;
  border: 0 !important;
  -webkit-box-shadow: 3px 0px 7px 0px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 3px 0px 7px 0px rgba(0, 0, 0, 0.1) inset;
  background: #e9e8e3;
}
.nav-tabs.type2 > li > a:hover {
  border: 0;
  background: #f5f3eb;
}
.nav-tabs.type2 > li.active > a,
.nav-tabs.type2 > li.active > a:hover,
.nav-tabs.type2 > li.active > a:focus {
  color: #4a0a0a;
  background: #f5f3eb;
  border: 0;
  cursor: default;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.nav-tabs.type2 > li + li + li > a {
  background: #dededd;
}
.nav-tabs.type2 + .tab-content {
  padding: 24px 17px 17px 28px;
  background: #f5f3eb;
  -webkit-border-radius: 4px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius: 4px;
  -moz-border-radius-topleft: 0;
  border-radius: 4px;
  border-top-left-radius: 0;
}
.nav-tabs.type2 + .tab-content * {
  color: #4a0a0a;
  text-shadow: none;
}
.nav-tabs.type2.dark_ver > li > a {
  background: #580f0f;
  color: #fff;
}
.nav-tabs.type2.dark_ver > li > a:hover {
  background: #4a0a0a;
}
.nav-tabs.type2.dark_ver > li + li + li > a {
  background: #661616;
}
.nav-tabs.type2.dark_ver > li.active > a,
.nav-tabs.type2.dark_ver > li.active > a:hover,
.nav-tabs.type2.dark_ver > li.active > a:focus {
  color: #fff;
  background: #4a0a0a;
}
.nav-tabs.type2.dark_ver + .tab-content {
  background: #4a0a0a;
}
.nav-tabs.type2.dark_ver + .tab-content * {
  color: #fff;
}
/* accordion */
.panel-default {
  border: 0;
}
.panel-default .panel-title {
  font-size: 18px;
  line-height: 18px;
}
.panel-default > .panel-heading a {
  display: block;
  padding: 15px 30px;
  color: #fff;
  background-color: transparent;
  border: 0;
  border-top: 1px solid #333;
  border-top: 1px solid rgba(0, 0, 0, 0.4);
}
.panel-default > .panel-heading a:before {
  color: #444;
  color: rgba(0, 0, 0, 0.4);
  float: left;
  height: 0;
  position: relative;
  left: -28px;
  top: 1px;
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f068";
}
.panel-default > .panel-heading a.collapsed:before {
  content: "\f067";
}
.panel-default > .panel-heading {
  color: transparent;
  background-color: transparent;
  border: 0;
  padding: 0;
}
.panel-default > .panel-heading + .panel-collapse .panel-body {
  padding: 0 30px 15px 30px;
  border: 0;
  color: #fff;
}
.panel-default > .panel-footer + .panel-collapse .panel-body {
  border: 0;
}
p + .panel-group {
  margin-top: 30px;
}
.panel-group {
  margin: 0 0 20px 0;
  border-bottom: 1px solid #333;
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
}
.panel-group .panel {
  background: transparent;
  border: 0;
  border-top: 1px solid transparent;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.panel-group .panel + .panel {
  margin-top: 0;
}
/* blog */
.blog-list {
  margin: 50px 0 0 0;
}
.blog-main > .inner {
  max-width: 541px;
}
.blog-main .blog_title {
  margin: 0 0 15px 0;
  font-family: 'geared_slabregular';
  font-weight: 400;
  font-size: 35px;
  line-height: 35px;
}
.blog-main .blog_thumbnail {
  position: relative;
  margin: 5px 0;
}
.blog-main .blog_thumbnail img {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  border: 1px solid #111;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.blog-main .blog_thumbnail .ribbon_details {
  display: block;
  text-align: center;
  background: transparent url("../images/blog-ribbon1.png") no-repeat center top;
  width: 73px;
  height: 101px;
  padding-left: 8px;
  position: absolute;
  right: 27px;
  top: -7px;
  color: #fff;
  font-size: 15px;
  line-height: 16px;
  z-index: 9;
}
.blog-main .blog_thumbnail .ribbon_details .ribbon_details_date {
  display: block;
  padding: 12px 0 5px 0;
  text-transform: uppercase;
}
.blog-main .blog_thumbnail .ribbon_details .ribbon_details_comments {
  display: inline-block;
  border-top: 1px solid #fff;
  padding: 8px 2px 4px 2px;
  min-width: 35px;
  font-size: 14px;
  line-height: 14px;
}
.blog-main .blog_thumbnail .ribbon_details .ribbon_details_comments i {
  margin-left: 2px;
}
.blog-main .meta_box {
  margin: 20px 0 5px 0;
  padding: 3px 0;
  font-family: 'geared_slabbold';
  color: #fff;
  font-size: 20px;
  line-height: 21px;
}
.blog-main .meta_box > span {
  position: relative;
  display: inline-block;
  padding: 0 18px;
  margin-bottom: 25px;
}
.blog-main .meta_box > span:before {
  content: " ";
  height: 15px;
  width: 2px;
  background: #fff;
  position: absolute;
  top: 2px;
  left: -3px;
}
.blog-main .meta_box > span:first-child {
  padding-left: 0;
}
.blog-main .meta_box > span:first-child:before {
  display: none;
  height: 0;
}
.blog-main .meta_box .meta_comments em {
  text-align: center;
  position: absolute;
  display: inline-block;
  font-style: normal;
  background: transparent url("../images/blog-ribbon2.png") no-repeat center top;
  width: 36px;
  height: 50px;
  top: -7px;
  padding-top: 8px;
}
.blog-main .meta_box .meta_comments span {
  margin-left: 45px;
}
.blog-main .btn-blog {
  margin-top: 5px;
}
.blog-post {
  margin: 0 0 40px 0;
}
.blog-post p {
  margin-bottom: 25px;
}
.blog-post blockquote p {
  margin-bottom: 15px;
}
.commentList .oneComment > .media {
  margin-bottom: 10px;
}
.commentList .oneComment > .media > .pull-left {
  margin-right: 15px;
}
.blog-sidebar .widget {
  border-bottom: 1px dashed #333;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.5);
  padding: 0 0 20px 0;
  margin: 0 0 25px 0;
}
.blog-sidebar .widget > h3 {
  font-family: 'geared_slabbold';
  font-weight: 400;
  font-size: 24px;
  line-height: 25px;
  margin: 0 0 20px 0;
}
.blog-sidebar .widget .tab-content ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.blog-sidebar .widget .tab-content ul > li {
  font-family: 'aleobold';
  color: #fff;
  font-size: 14px;
  line-height: 14px;
  margin: 0 0 15px 0;
}
.blog-sidebar .widget_archive h3 + ul,
.blog-sidebar .widget_categories h3 + ul,
.blog-sidebar .widget_recent_entries h3 + ul,
.blog-sidebar .widget_recent_comments h3 + ul,
.blog-sidebar .widget_categories h3 + ul,
.blog-sidebar .widget_meta h3 + ul,
.blog-sidebar .widget_pages h3 + ul,
.blog-sidebar .widget_rss h3 + ul,
.blog-sidebar .widget_links h3 + ul {
  margin: 0;
  padding: 0 0 0 20px;
  list-style: none;
}
.blog-sidebar .widget_archive h3 + ul > li,
.blog-sidebar .widget_categories h3 + ul > li,
.blog-sidebar .widget_recent_entries h3 + ul > li,
.blog-sidebar .widget_recent_comments h3 + ul > li,
.blog-sidebar .widget_categories h3 + ul > li,
.blog-sidebar .widget_meta h3 + ul > li,
.blog-sidebar .widget_pages h3 + ul > li,
.blog-sidebar .widget_rss h3 + ul > li,
.blog-sidebar .widget_links h3 + ul > li {
  display: block;
  font-family: 'aleobold';
  color: #fff;
  font-size: 16px;
  line-height: 16px;
  margin: 0 0 14px 0;
}
.blog-sidebar .widget_archive h3 + ul > li.active,
.blog-sidebar .widget_categories h3 + ul > li.active,
.blog-sidebar .widget_recent_entries h3 + ul > li.active,
.blog-sidebar .widget_recent_comments h3 + ul > li.active,
.blog-sidebar .widget_categories h3 + ul > li.active,
.blog-sidebar .widget_meta h3 + ul > li.active,
.blog-sidebar .widget_pages h3 + ul > li.active,
.blog-sidebar .widget_rss h3 + ul > li.active,
.blog-sidebar .widget_links h3 + ul > li.active {
  color: #c89b7a;
}
.blog-sidebar .widget_archive h3 + ul > li.active:before,
.blog-sidebar .widget_categories h3 + ul > li.active:before,
.blog-sidebar .widget_recent_entries h3 + ul > li.active:before,
.blog-sidebar .widget_recent_comments h3 + ul > li.active:before,
.blog-sidebar .widget_categories h3 + ul > li.active:before,
.blog-sidebar .widget_meta h3 + ul > li.active:before,
.blog-sidebar .widget_pages h3 + ul > li.active:before,
.blog-sidebar .widget_rss h3 + ul > li.active:before,
.blog-sidebar .widget_links h3 + ul > li.active:before {
  font-size: 12px;
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f054";
  height: 0;
  float: left;
  position: relative;
  left: -20px;
  top: 2px;
}
.blog-sidebar .tweet_list li {
  font-size: 12px;
  line-height: 20px;
}
.blog-sidebar .tweet_list li a {
  color: #444;
  color: rgba(0, 0, 0, 0.7);
}
.blog-sidebar .tweet_list li .tweet_time a {
  color: #c89b7a;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 10px 0 5px 0;
  border-radius: 0;
  color: #fff;
  font-family: 'geared_slabregular';
}
.pagination > li {
  display: inline-block;
  margin: 0 5px 5px 5px;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  text-transform: uppercase;
  float: left;
  padding: 0;
  font-size: 21px;
  line-height: 28px;
  min-width: 32px;
  padding-top: 2px;
  text-decoration: none;
  background-color: #470707;
  border: 1px solid #bcd2c5;
  margin-left: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.pagination > li > a i,
.pagination > li > span i {
  font-size: 17px;
  position: relative;
  top: -2px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  border-color: #470707;
  padding-left: 20px;
  padding-right: 20px;
}
.pagination > li:first-child > a i,
.pagination > li:first-child > span i {
  margin-right: 14px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  border-color: #470707;
  padding-left: 20px;
  padding-right: 20px;
}
.pagination > li:last-child > a i,
.pagination > li:last-child > span i {
  margin-left: 14px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  background-color: #470707;
}
.pagination > .active > a,
.pagination > .active > span {
  background: #c89b7a;
  border-color: #bcd2c5;
}
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  background: #c89b7a;
  border-color: #bcd2c5;
}
.pagination > .disabled > span,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #fff;
  background-color: #470707;
  border-color: #470707;
  cursor: not-allowed;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
/* polaroid slider */
.polaroidSlider {
  display: inline-block;
  margin: 45px 0 22px 0;
  position: relative;
  text-align: left;
  width: 325px;
  height: 350px;
  background: transparent url("../images/polaroid-bg.png") no-repeat top center;
}
.polaroidSlider .inner {
  width: 271px;
  height: 230px;
  position: relative;
  margin-top: 33px;
  margin-left: 32px;
  display: inline-block;
}
.polaroidSlider .scotchtape {
  position: absolute;
  left: -28px;
  top: -25px;
  z-index: 53;
}
.polaroidSlider .bx-wrapper .bx-controls-direction a {
  top: auto;
  bottom: -50px;
  z-index: 88;
}
.polaroidSlider .bx-wrapper .bx-prev {
  left: 85px;
}
.polaroidSlider .bx-wrapper .bx-next {
  right: 85px;
}
.bxslider {
  text-align: left;
  padding: 0;
  margin: 0;
}
.bxslider:before,
.bxslider:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.bxslider:after {
  clear: both;
}
.bx-wrapper {
  margin: 0;
}
.bx-wrapper .bx-viewport {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  left: -5px;
  background: transparent;
}
.bx-wrapper .bx-controls-direction a {
  width: 20px;
  height: 25px;
  margin-top: -13px;
}
.bx-wrapper .bx-prev {
  background: transparent url("../images/controls-bxslider.png") no-repeat 0 0;
  left: 85px;
}
.bx-wrapper .bx-prev:hover {
  background-position: 0 -54px;
}
.bx-wrapper .bx-next {
  background: transparent url("../images/controls-bxslider.png") no-repeat -94px 0;
  right: 85px;
}
.bx-wrapper .bx-next:hover {
  background-position: -94px -54px;
}
/* gallery */
.galleryBox {
  width: 224px;
  margin: 20px auto;
  position: relative;
  padding-top: 108px;
}
.galleryBox .top {
  text-align: center;
  background: transparent url("../images/gallerybox-top.png") no-repeat top center;
  width: 224px;
  height: 146px;
  padding: 65px 0 0 0;
  text-transform: uppercase;
  color: #fff;
  font-family: 'geared_slabbold';
  font-size: 32px;
  line-height: 32px;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
}
.galleryBox .inner {
  -webkit-box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.14);
  box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.14);
}
.galleryContainer {
  list-style: none;
  position: relative;
  margin: 40px auto 30px auto;
  padding: 0;
}
.galleryContainer li a,
.galleryContainer li a img {
  display: block;
  position: relative;
}
.galleryContainer li a {
  overflow: hidden;
}
.galleryContainer li a div {
  position: absolute;
  background: #9d2824;
  background: rgba(157, 40, 36, 0.9);
  width: 100%;
  height: 100%;
}
.galleryContainer li a div span {
  display: block;
  text-align: center;
  padding: 0 5px 60px 5px;
  text-transform: uppercase;
  font-family: 'geared_slabbold';
  color: #c89b7a;
  font-size: 30px;
  line-height: 30px;
  text-shadow: 0px -1px 1px rgba(0, 0, 0, 0.25);
  background: transparent url("../images/gallerybox-icon.png") no-repeat center bottom;
  width: 100%;
  position: absolute;
  top: 50%;
  margin-top: -45px;
}
.hiddenGallery {
  display: none;
  height: 0;
}
/* prettyPhoto */
div.pp_default .pp_top,
div.pp_default .pp_top .pp_middle,
div.pp_default .pp_top .pp_left,
div.pp_default .pp_top .pp_right,
div.pp_default .pp_bottom,
div.pp_default .pp_bottom .pp_left,
div.pp_default .pp_bottom .pp_middle,
div.pp_default .pp_bottom .pp_right {
  display: none;
}
div.pp_default .pp_content_container .pp_right,
div.pp_default .pp_content_container .pp_left {
  background: none;
}
div.pp_default .pp_content,
div.light_rounded .pp_content {
  background: transparent;
}
div.pp_default .pp_description {
  color: #fff !important;
  font-weight: 400 !important;
  padding-top: 5px;
}
div.pp_default .pp_nav .currentTextHolder {
  color: #fff !important;
  font-family: 'aleoregular' !important;
  font-style: normal;
}
.pp_loaderIcon {
  background: url("../images/loading.gif") no-repeat center center !important;
}
/* forms */
.form-control {
  height: auto;
  padding: 10px 10px ;
  font-size: 15px;
  line-height: 19px;
  color: #fff;
  background-color: #A3BD31;
  border: 1px solid transparent;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  -webkit-box-shadow: 0px -1px 1px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px -1px 1px 0px rgba(0, 0, 0, 0.25);
  -webkit-transition: none;
  transition: none;
  font-family: 'aleobold';
}
.contacto_formulario{
  height: auto;
  padding: 5px 10px ;
  font-size: 15px;
  line-height: 19px;
  color: #fff;
  background-color: #A3BD31;
  border: 1px solid transparent;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: 0px -1px 1px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px -1px 1px 0px rgba(0, 0, 0, 0.25);
  -webkit-transition: none;
  transition: none;
  font-family: 'aleobold';
}
.form-control:-moz-placeholder {
  color: #fff;
}
.form-control::-moz-placeholder {
  color: #fff;
}
.form-control:-ms-input-placeholder {
  color: #fff;
}
.form-control::-webkit-input-placeholder {
  color: #fff;
}
.form-control:focus {
  border-color: #DDDDDD;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(51, 51, 51, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(51, 51, 51, 0.6);
}
.form-control.input-sm {
  min-height: 40px;
  padding: 12px 8px;
}
.form-group {
  margin-bottom: 10px;
}
form label {
  display: block;
  color: #000;
  font-size: 16px;
  line-height: 16px;
  font-family: 'geared_slabbold';
  text-transform: uppercase;
  margin-bottom: 5px;
  text-shadow: 0px -1px 1px rgba(0, 0, 0, 0.25);
}
form label.label-sm {
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 8px;
}
form textarea {
  resize: none;
  min-height: 156px;
}
input[type="submit"].btn {
  margin-top: 5px;
}
.newsletterForm {
  margin: 30px 0;
}
.errorMsg,
.successMsg {
  padding: 20px 40px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin: 5px 0 40px 0;
  background: #72AD45;
  color: #fff;
  text-shadow: 0px -1px 1px rgba(0, 0, 0, 0.25);
  font-family: 'geared_slabbold';
  font-weight: 400;
  font-size: 22px;
  line-height: 26px;
}
.errorMsg {
  background: #9D2824;
}
/* footer */
footer {
  position: relative;
  z-index: 2;
  padding-top: 0px;
  background: transparent url("../assets/images/footer/background_footer.png") repeat bottom center;
}
footer h4 {
  color: #ad2020;
  text-transform: none;
  font-family: 'geared_slabregular';
  margin-top: 35px;
}
footer p {
  font-family: 'aleobold';
  font-size: 17px;
  line-height: 17px;
}
footer hr {
  max-width: 190px;
  height: 2px;
  background: transparent url("../images/hr-contact.png") repeat-x left 20px;
  padding-top: 20px;
  float: left;
  margin-bottom: 30px;
}
footer .copyright {
  color: #fff;
  line-height: 16px;
  margin: 0;
  padding: 0px;
  text-align: center;
font-family : Myriad_it;
  font-size : 14px;
}

    @media (min-width : 0px) and (max-width: 491px){
footer .copyright {
  font-size : 10px;
}

    }

footer .copyright a{
	text-decoration: underline;

}
footer .copyright a:hover{
	color: darkgoldenrod;
	text-decoration:none;


}

footer .googleMap {
  margin: 20px 0;
}
footer .row > div > img {
  margin: 0 auto;
}
footer .row > div > h4:first-child {
  white-space: nowrap;
}
footer .container {
  position: relative;
  z-index: 1;
}
footer:before {
  content: " ";
  height: 140px;
  background: transparent url("../images/footer/background_footer.png") repeat-x center bottom;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}
footer #toTop {
  display: block;
  width: 117px;
  height: 57px;
  background: transparent url("../images/totop-btn.png") no-repeat center top;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -58px;
  z-index: 101;
}
footer .tweet_list li {
  position: relative;
  font-size: 16px;
  line-height: 20px;
  padding: 16px 0 0 0;
  margin: 0 0 13px 35px;
  background: transparent url("../images/hr-contact.png") repeat-x left top;
}
footer .tweet_list li:before {
  content: " ";
  background: transparent url("../images/twitter-ico.png") no-repeat top center;
  width: 21px;
  height: 18px;
  position: absolute;
  left: -34px;
  top: 21px;
}
footer .tweet_list li a {
  color: #ad2020;
}
footer .tweet_list li .tweet_time {
  display: block;
}
footer .tweet_list li .tweet_time a {
  color: #b3a790;
}
footer .tweet_list li:first-child {
  background: none;
  padding-top: 0;
}
footer .tweet_list li:first-child:before {
  top: 4px;
}
/* prettyphoto */
div.pp_default .pp_description {
  color: #333;
  text-shadow: none;
}
/* helpers */
.text-center img {
  display: inline-block;
}
.space5px {
  width: 100%;
  clear: both;
  height: 5px;
  margin: 0;
  padding: 0;
}
.space25px {
  width: 100%;
  clear: both;
  height: 25px;
  margin: 0;
  padding: 0;
}
.space25px:before,
.space25px:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.space25px:after {
  clear: both;
}
.space50px {
  width: 100%;
  clear: both;
  height: 50px;
  margin: 0;
  padding: 0;
}
.space50px:before,
.space50px:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.space50px:after {
  clear: both;
}
.space100px {
  width: 100%;
  clear: both;
  height: 100px;
  margin: 0;
  padding: 0;
}
.space100px:before,
.space100px:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.space100px:after {
  clear: both;
}
body.preloader #ct_preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  display: block;
  z-index: 10000;
}
#qLpercentage {
  font-family: Arial,Helvetica,Garuda,sans-serif !important;
  font-weight: 400 !important;
}
/* media queries, adjustments */
@media (min-width: 990px) {
  .navbar-toggle.btn.btn-primary {
    display: none;
  }
  .full-sticky-menu .inner {
    -webkit-transition: height 0.3s ease;
    transition: height 0.3s ease;
  }
  .is-sticky .full-sticky-menu {
    width: 100%;
    position: absolute;
    z-index: 100;
  }
  .is-sticky .full-sticky-menu .inner {
    -webkit-transition: height 0.3s ease;
    transition: height 0.3s ease;
    border-bottom: 1px solid #000;
    top: -40px;
    position: relative;
    padding-top: 20px;
    height: 125px !important;
  }
  .is-sticky .full-sticky-menu .inner .btm {
    display: none;
  }
  .is-sticky .full-sticky-menu .navbar-brand{
    display: none;
  }
  .is-sticky .full-sticky-menu .navbar-nav {
    margin-top: 40px !important;
  }
  .is-sticky .full-sticky-menu .small-brand {
    display: inline-block !important;
    width: px;
  }
  .is-sticky .full-sticky-menu .small-brand img {
    height: 120px;
    display: inline-block;
  }
  .is-sticky .full-sticky-menu .inner:before {
    display: none;
    height: 0;
  }
}
@media (max-width: 990px) {
  body {
    overflow: hidden;
  }
  .navbar-brand {
    display: none !important;
  }
  .small-brand {
    max-width: 260px !important;
    margin: 30px auto !important;
    display: block !important;
    position: relative !important;
    left: auto !important;
    top: auto !important;
  }
  .small-brand img {
    display: inline-block !important;
  }
  .hdr1,
  .hdr2,
  .hdr4 {
    width: auto !important;
  }
  .hdr1,
  .hdr4 {
    left:0px;
  }
  .hdr6 {
    display: inline-block !important;
    width: 100% !important;
    left: auto !important;
    margin-left: 0 !important;
    background: none !important;
    padding: 0 !important;
    min-height: 0 !important;
    white-space: nowrap !important;
  }
  .flexslider.flexFull {
    padding-bottom: 100px !important;
  }
  .flexslider.flexFull .flex-direction-nav {
    width: 200px !important;
    left: 50% !important;
    right: auto !important;
    margin-left: -100px !important;
    position: absolute !important;
    top: auto !important;
    bottom: 25px !important;
    margin-top: 0 !important;
  }
  .prodBox {
    float: none !important;
  }
  .priceHeader {
    display: block !important;
    background: none !important;
  }
  .priceHeader:before,
  .priceHeader:after {
    display: none !important;
    height: 0 !important;
  }
  .priceHeader .lft,
  .priceHeader .rt {
    float: none !important;
    min-width: 0 !important;
    display: block !important;
    color: #fff !important;
  }
  .priceHeader .price {
    margin: 10px auto !important;
    float: none !important;
  }
  .eventBox {
    padding: 150px 20px 20px 20px !important;
  }
  .eventBox .date {
    left: 50% !important;
    margin-left: -62px !important;
  }
  .mapit + .shareit {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }
  .easyBox.flat {
    padding-left: 20px !important;
  }
  .easyBox.full {
    padding: 30px !important;
  }
  .polaroidSlider {
    float: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .contactForm {
    margin-bottom: 80px !important;
  }
  .section > .inner {
    background-attachment: fixed !important;
  }
  .is-sticky .full-sticky-menu {
    position: relative !important;
  }
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    border: 0 !important;
  }
  .navbar-default .navbar-nav {
    float: none !important;
    background: transparent !important;
    z-index: 400 !important;
    height: auto !important;
    position: relative !important;
    margin: 0 !important;
    border: 0 !important;
  }
  .navbar-default .navbar-collapse {
    margin: 0 0px !important;
  }
  .navbar-default .navbar-nav > li {
    margin: 0 !important;
  }
  .navbar-default .navbar-toggle {
    margin-top: 80px !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

 footer .container > .row > div {
    margin-bottom: 70px !important;
  }

  footer {
    text-align: center !important;
  }
  footer .container > .row > div {
    margin-bottom: 70px !important;
  }
  footer img,
  footer hr {
    display: inline-block !important;
    float: none !important;
  }
  footer .tweet_list {
    text-align: left !important;
  }
  .flexslider.flexFull.type2 {
    width: 150% !important;
    margin-left: -25% !important;
    max-width: 150% !important;
  }
  .flexslider.flexFull .flex-direction-nav {
    bottom: 10px !important;
  }
  .personBox {
    margin-bottom: 55px !important;
  }
  .buttonBox {
    border: 2px solid #000 !important;
    border: 2px solid rgba(0, 0, 0, 0.3) !important;
    padding: 20px !important;
  }
  .navbar-default .navbar-nav.text-center {
    text-align: left;
  }
  .navbar-default .navbar-nav.text-center > li {
    margin-left: 6px;
    margin-right: 6px;
    display: block;
  }
  .navbar-nav > li > .dropdown-menu {
    text-align: left;
    position: relative;
    margin: 0 0px 0px 0px;
    display: block;
    float: none;
	  padding-left: 10px;
  }
  .demoContent .text-left,
  .demoContent .text-right {
    text-align: center !important;
  }
}
@media (min-width: 767px) and (max-width: 990px) {
  .tweet_list li {
    font-size: 13px !important;
    line-height: 15px !important;
  }
  .big {
    font-size: 30px !important;
    line-height: 33px !important;
  }
}
@media (max-width: 767px) {
  .threeBoxes > div > div {
    margin: 0 auto !important;
  }
  .threeBoxes .full-width-photo {
    margin-right: auto !important;
  }
  .prodBox {
    margin-bottom: 180px !important;
  }
  .address {
    font-size: 13px !important;
    line-height: 15px !important;
    padding-top: 9px !important;
    padding-bottom: 20px !important;
  }
  .googleMap {
    margin-left: 50px !important;
    margin-right: 50px !important;
  }
  .flexslider.flexFade {
    text-align: center !important;
    padding: 5px 0 !important;
  }
  .flexslider.flexFade .slides > li {
    padding-top: 360px !important;
  }
  .flexslider.flexFade .descArea {
    bottom: auto !important;
    top: 0 !important;
    left: 50% !important;
    margin-left: -199px !important;
  }
  .flexslider.flexFade .flex-direction-nav {
    bottom: auto !important;
    top: 0 !important;
    left: 50% !important;
    margin-left: -199px !important;
  }
  .navbar-header {
    padding-left: 75px !important;
    padding-right: 75px !important;
  }
  .navbar-default .navbar-toggle {
    margin-top: 0 !important;
    position: absolute !important;
    top: 80px !important;
    right: 13px !important;
    margin: 0 !important;
  }
  .small-brand {
    max-width: 240px !important;
  }
  .address {
    width: 140% !important;
    margin-left: -20% !important;
  }
  .phoneIcon,
  .locationIcon {
    display: block !important;
  }
  .iconBox {
    margin-bottom: 55px !important;
  }
  .buttonBox p.pull-left {
    float: none !important;
    margin: 0 0 20px 0 !important;
  }
  .buttonBox .btn.pull-right {
    float: none !important;
  }
  .flexslider.flexSimple .flex-direction-nav a {
    left: 0;
  }
  .flexslider.flexSimple .flex-direction-nav a.flex-next {
    right: 0;
  }
  .progress-bar {
    font-size: 23px;
  }
  #demoSwitcher {
    display: none !important;
  }
}
@media (max-width: 480px) {
  .polaroidSlider {
    width: 271px !important;
    background: none !important;
  }
  .polaroidSlider .inner {
    margin: 0 !important;
  }
  .polaroidSlider .scotchtape {
    display: none !important;
    height: 0 !important;
  }
  .flexslider.flexFade {
    padding-bottom: 20px !important;
  }
  .flexslider.flexFade .slides > li {
    padding-top: 400px !important;
  }
  .flexslider.flexFade .descArea {
    width: 340px !important;
    height: 500px !important;
    background: none !important;
    bottom: auto !important;
    top: 0 !important;
    left: 50% !important;
    margin-left: -170px !important;
  }
  .flexslider.flexFade .flex-direction-nav {
    width: 340px !important;
    height: 500px !important;
    bottom: auto !important;
    top: 0 !important;
    left: 50% !important;
    margin-left: -170px !important;
  }
  .threeBoxes > div > div.googleMap {
    margin-left: 50px !important;
    margin-right: 50px !important;
  }
}
.imagePreview{
	width:100%;
    height: 150px;
    /*background-position: center center;*/
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
}

.uploadImagePreview{
    display: none;
}

/*slider*/

        .jssora14l, .jssora14r {
            display: block;
            position: absolute;
            /* size of arrow element */
            width: 30px;
            height: 50px;
            cursor: pointer;
			background:url('../images/slider/a14.png') center center no-repeat;
            overflow: hidden;
        }
        .jssora14l { background-position: -15px -35px; }
        .jssora14r { background-position: -75px -35px; }
        .jssora14l:hover { background-position: -135px -35px; }
        .jssora14r:hover { background-position: -195px -35px; }
        .jssora14l.jssora14ldn { background-position: -255px -35px; }
        .jssora14r.jssora14rdn { background-position: -315px -35px; }
        .jssora14l.jssora14lds { background-position: -15px -35px; opacity: .3; pointer-events: none; }
        .jssora14r.jssora14rds { background-position: -75px -35px; opacity: .3; pointer-events: none; }
        .jssorb05 {
            position: absolute;
        }

.jssort01-320-220 .p {    position: absolute;    top: 100px;    left: 0;    width: 257px;    height: 100px;}
.jssort01-320-220 .p:hover
.jssort01-320-220 .c, * html
.jssort01-320-220 .pdn .c, * html
.jssort01-320-220 .pav .c {    /* ie quirks mode adjust */    width /**/: 257px;    height /**/: 100px;}


.slider_box_green
{
  background : #336537;
  background : rgba(51, 101, 55, 0.5);
	width: 325px;
	height: 150px;
	padding: 30px;
	padding-top: 15px;
	padding-left: 20px;
    text-align: left;
	cursor: pointer;
}
.slider_box_green a
{
  font-family : Myriad_bold_it;
  font-size : 18px;
  color : #F7F7F8;
  color : rgb(247, 247, 248);
  text-shadow:
   -1px -1px 0 #4B4B4C,
    1px -1px 0 #4B4B4C,
    -1px 1px 0 #4B4B4C,
     1px 1px 0 #4B4B4C;
 text-transform: uppercase;

}
.slider_box_green p
{
	  font-family : Myriad_it;
  font-size : 12px;
  color : #F7F7F8;
  color : rgb(247, 247, 248);
	  z-index: 999999;
  text-shadow:
   -1px -1px 0 #4B4B4C,
    1px -1px 0 #4B4B4C,
    -1px 1px 0 #4B4B4C,
     1px 1px 0 #4B4B4C;
 text-transform: uppercase;
}

.slider_box_yellow
{
  background : #E5B449;
  background : rgba(229, 180, 73, 0.5);
	width: 325px;
	height: 150px;
	padding: 30px;
	padding-top: 15px;
	padding-left: 20px;
    text-align: left;
	cursor: pointer;
}
.slider_box_yellow a
{
  font-family : Myriad_bold_it;
  font-size : 18px;
  color : #F7F7F8;
  color : rgb(247, 247, 248);
  text-shadow:
   -1px -1px 0 #4B4B4C,
    1px -1px 0 #4B4B4C,
    -1px 1px 0 #4B4B4C,
     1px 1px 0 #4B4B4C;
 text-transform: uppercase;
}
.slider_box_yellow p
{
	  font-family : Myriad_it;
  font-size : 14px;
  color : #F7F7F8;
  color : rgb(247, 247, 248);
  text-shadow:
   -1px -1px 0 #4B4B4C,
    1px -1px 0 #4B4B4C,
    -1px 1px 0 #4B4B4C,
     1px 1px 0 #4B4B4C;
 text-transform: uppercase;
}

.btn-river {
  padding: 8px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid #8B9B29;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  text-transform: uppercase;
}

.btn-success{
	  font-family : Myriad_it;
  font-size : 15px;
	background-color:#A1BC31;
}
.btn-success:hover{
	background-color:#8B9B29;
}

.btn-river2 {
  padding: 10px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid #2A512C;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-transform: uppercase;
	color: #fff;
}
.btn-river3 {
  padding: 3px 5px 0 5px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid #2A512C;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-transform: uppercase;
	color: #A1BC31;
}
.btn-river4 {
  padding: 3px 5px 0 5px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid #2A512C;
  text-transform: uppercase;
	color: #fff;
}

.btn-success2{
	  font-family : Myriad_it;
  font-size : 20px;
	background-color:#336537;
}
.btn-success2:hover{
	background-color:#2A512C;
}
.btn-success3{
	  font-family : Myriad_it;
  font-size : 16px;
	background-color:#336537;
}
.btn-success3:hover{
	background-color:#2A512C;
	color: #B1C634;
}
.btn-success3{
	  font-family : geared_slabregular;
  font-size : 15px;
	background-color:#336537;
}
.btn-success3:hover{
	background-color:#2A512C;
	color: #B1C634;
}

    @media (min-width : 0px) and (max-width: 491px){
.btn-success2{
	font-size: 12px;
}
.btn-success{
	font-size: 12px;
}

    }

.logo_footer{
	position: absolute;
	top: 25px;
	left: 15px;
	width: 150px;
}



    /* Custom, iPhone Retina */
    @media (min-width : 0px) and (max-width: 768px){
.logo_footer{

	width: 100px;
}
    }

    @media (min-width : 0px) and (max-width: 1250px){
		.pro-img{
			opacity: 0.4;
		 filter:alpha(opacity=40);
		}
		}




.contact_footer{
	position: absolute;
	top: 17px;
	right: 15px;
}
.footer_links{
    float:right;
    position:relative;
    left:-50%;
    text-align:left;
	margin-top: 30px;
}

footer ul{
    list-style:none;
    position:relative;
    left:50%;
	font-family: aleobold;
	font-size: 12px;
}

    /* Custom, iPhone Retina */
    @media (min-width : 0px) and (max-width: 1187px){
     footer ul{
	font-size: 10px;
}
    }
footer li {
    display: block;
    color: white;
    padding: 5px;
    text-decoration: none;
float:left;
	position:relative;
}



footer li a:hover {
    color:darkgoldenrod;
}

.icon_green{
	color:#A1BC31;
}
.roster-border{
	border: solid #5FA098 10px;
}
.pig-border{
	border: solid #845F9C 10px;
}

.horse-border{
	border: solid #6E5128 10px;
}

.cow-border{
	border: solid #DA9519 10px;
}

.dog-border{
	border: solid #A1BC31 10px;
}

.product_menu{
	position: absolute;
	 width: 470px; height: 220px;
}
.product_menu2{
	position: absolute;
	 width: 470px; height: 30px;
}
.cow{
	top: 70px; left: 550px;
    -webkit-animation-name: cow_animation; /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 1s; /* Safari 4.0 - 8.0 */
}
@-webkit-keyframes cow_animation {
    0%   { opacity: 0.0; filter: alpha(opacity=0); top: -200px; left: 550px;}
    100% {opacity: 1.0; filter: alpha(opacity=100);top: 70px; left: 550px;}
}
.vademecum{
	top: 90px; left: 250px;
    -webkit-animation-name: btn_animation; /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 1s; /* Safari 4.0 - 8.0 */
}
@-webkit-keyframes btn_animation {
    0%   {opacity: 0.0; filter: alpha(opacity=0);top: 90px; left: 250px;}
    100% {opacity: 1.0; filter: alpha(opacity=100);top: 90px; left: 250px;}
}
.dog{
	top: 200px; right: 240px;
    -webkit-animation-name: dog_animation; /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 1s; /* Safari 4.0 - 8.0 */
}
@-webkit-keyframes dog_animation {
    0%   {opacity: 0.0; filter: alpha(opacity=0);top: 200px; right: -240px;}
    100% {opacity: 1.0; filter: alpha(opacity=100);top: 200px; right: 240px;}
}
.pig{
	top: 200px; left: 270px;
    -webkit-animation-name: pig_animation; /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 1s; /* Safari 4.0 - 8.0 */
}
@-webkit-keyframes pig_animation {
    0%   {opacity: 0.0; filter: alpha(opacity=0);top: 200px; left: -270px;}
    100% {opacity: 1.0; filter: alpha(opacity=100);top: 200px; left: 270px;}
}
.horse{
	 top: 400px; left: 400px;
    -webkit-animation-name: horse_animation; /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 1s; /* Safari 4.0 - 8.0 */
}
@-webkit-keyframes horse_animation {
    0%   {opacity: 0.0; filter: alpha(opacity=0); top: 400px; left: -400px;}
    100% {opacity: 1.0; filter: alpha(opacity=100); top: 400px; left: 400px;}
}
.roster{
	top: 400px; right: 400px;
    -webkit-animation-name: bird_animation; /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 1s; /* Safari 4.0 - 8.0 */
}
@-webkit-keyframes bird_animation {
    0%   {opacity: 0.0; filter: alpha(opacity=0); top: 400px; right: -400px;}
    100% {opacity: 1.0; filter: alpha(opacity=100); top: 400px; right: 400px;}
}


.button_products{
		-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}
.button_products:hover{
		-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
}
.product_menu {
	width: 210px;
}

.product_menu p{
	font-family: Myriad_bold_it;
	font-size: 35px;
	visibility:hidden;
text-shadow: 2px 2px 4px #000000;
text-align: center;
line-height: 100%;
}

.product_menu:hover p{
	visibility:visible;
}

.product_menu2 {
	width: 210px;
}

.product_menu2 p{
	font-family: Myriad_bold_it;
	font-size: 35px;
	visibility:hidden;
text-shadow: 2px 2px 4px #000000;
text-align: center;
line-height: 100%;
}

.product_menu2:hover p{
	visibility:visible;
}

.imgDescription_vademecum{
  position: relative;
  top: 180px;
  left: 300px;
  right: 0;
  color: #79990d;
}


.imgDescription_cow{
  position: relative;
  top: 25px;
  left: 0px;
  right: 0;
  color: #DA9519;
}
.imgDescription_dog{
  position: relative;
  top: -105px;
  right: 300px;
  color: #A1BC31;
}
.imgDescription_pig{
  position: relative;
  top: -105px;
  left: 280px;
  right: 0;
  color: #845F9C;
}
.imgDescription_horse{
  position: relative;
  top: -305px;
  left: 150px;
  right: 0;
  color: #6E5128;
}
.imgDescription_roster{
  position: relative;
  top: -305px;
  right: 140px;
  color: #5FA098;
}
.container{
	padding-bottom: 0;
}
.container-fluid{
	background-color: #fff;
	z-index: 100;
	padding-bottom: 30px;
}
.header_shadow_left{
	position: absolute;
	top:  105px;
	left: 30;
	z-index: 99;
	width: 45%;
	height: 100px;

}
.header_shadow_right{
	position: absolute;
	top:  106px;
	right: 30px;
	z-index: 99;
	width: 45%;
	height: 100px;

}

.roster-color{
	color: #5FA098;
}
.pig-color{
	color: #845F9C;
}

.horse-color{
	color: #6E5128;
}

.cow-color{
	color: #DA9519;
}

.dog-color{
	color: #A1BC31;
}

.menu-background{
	background-color: #5FA199;
	color: #fff;
}

.menu_6, .menu_13, .menu_20, .menu_23{
	font-family: aleobold;
	background-color: #6E5128;
	color: #fff;
}

.menu_7,.menu_14,.menu_24,.menu_32{
		font-family: aleobold;
	background-color: #5FA199;
	color: #fff;
}

.menu_41,.menu_19,.menu_22,.menu_29,.menu_36{
		font-family: aleobold;
	background-color: #C64832;
	color: #fff;
}

.menu_40,.menu_15,.menu_25{
		font-family: aleobold;
	background-color: #E6B54A;
	color: #fff;
}

.menu_11,.menu_18,.menu_28,.menu_35{
		font-family: aleobold;
	background-color: #A3BD31;
	color: #fff;
}

.menu_9,.menu_16,.menu_26,.menu_33{
		font-family: aleobold;
	background-color: #76AADB;
	color: #fff;
}

.menu_30{
		font-family: aleobold;
	background-color: #DB9600;
	color: #fff;
}


.menu_10,.menu_17,.menu_21,.menu_27,.menu_34{
	font-family: aleobold;
	background-color: #5FA199;
	color: #5FA199;
}
/*
.menu_24{
	background-color: #6E5128;
	color: #fff;
}

.menu_25{
	background-color: #C64832;
	color: #fff;
}

.menu_26{
	background-color: #E6B54A;
	color: #fff;
}

.menu_27{
	background-color: #A3BD31;
	color: #fff;
}
.menu_28{
	background-color: #76AADB;
	color: #fff;
}
.menu_29{
	background-color: #DB9600;
	color: #fff;
}
*/
.navbar-inverse .navbar-nav > li > a {
  color: #fff;
}
  .dropdown-menu > li > a {
    color: #fff;
  }

.productos_title{
	font-family: Myriad_bold_it;
  color: #5FA199;
	padding-bottom: 0px;
	 text-shadow: 2px 2px 4px #000000;
}
.product_reg{
	font-family: Myriad_it;
	color: #444242;
	font-size: 16px;
}

.image_faq {
   position: relative;
   width: 100%; /* for IE 6 */
}

.image_faq h2 {
   position: absolute;
   top: 70px;
   left: 30px;
   width: 100%;
	font-family: Myriad_it;
    font-size: 45px;
	    font-size: 3.2vw;

}
.image_faq small {
   position: absolute;
   top: 35px;
   left: 30px;
   width: 100%;
	font-family: Myriad_bold_it;
    font-size: 80px;
    font-size: 5.5vw;
	color: #fff;
}

/*** 5.3 Language select ***/
#styledselectdefault_client_language{
  margin-top:10px;
}
#styledselectdefault_client_language ul{
  min-width:10px;
  width:70px;
}
#styledselectdefault_client_language .dropdown-menu li{
  width:70px;
}
#styledselectdefault_client_language a,
#styledselectdefault_client_language a:focus,
#styledselectdefault_client_language a:hover
{
	text-decoration:none;
}

.btn-group {
  position: relative;
  display: inline-block;
  *display: inline;
  *margin-left: .3em;
  font-size: 0;
  white-space: nowrap;
  vertical-align: middle;
  *zoom: 1;
}
.btn-group:first-child {
  *margin-left: 0;
}

.btn-group + .btn-group {
  margin-left: 5px;
}

.btn-toolbar {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 0;
}

.btn-toolbar > .btn + .btn,
.btn-toolbar > .btn-group + .btn,
.btn-toolbar > .btn + .btn-group {
  margin-left: 5px;
}

.btn-group > .btn {
  position: relative;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

.btn-group > .btn + .btn {
  margin-left: -1px;
}

.btn-group > .btn,
.btn-group > .dropdown-menu,
.btn-group > .popover {
  font-size: 14px;
}

.btn-group > .btn-mini {
  font-size: 10.5px;
}

.btn-group > .btn-small {
  font-size: 11.9px;
}

.btn-group > .btn-large {
  font-size: 17.5px;
}

.btn-group > .btn:first-child {
  margin-left: 0;
  -webkit-border-bottom-left-radius: 4px;
          border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
          border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 4px;
}

.btn-group > .btn:last-child,
.btn-group > .dropdown-toggle {
  -webkit-border-top-right-radius: 4px;
          border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
          border-bottom-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
}

.btn-group > .btn.large:first-child {
  margin-left: 0;
  -webkit-border-bottom-left-radius: 6px;
          border-bottom-left-radius: 6px;
  -webkit-border-top-left-radius: 6px;
          border-top-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  -moz-border-radius-topleft: 6px;
}

.btn-group > .btn.large:last-child,
.btn-group > .large.dropdown-toggle {
  -webkit-border-top-right-radius: 6px;
          border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
          border-bottom-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  -moz-border-radius-bottomright: 6px;
}

.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active {
  z-index: 2;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
  *padding-top: 5px;
  padding-right: 8px;
  *padding-bottom: 5px;
  padding-left: 8px;
  -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn-group > .btn-mini + .dropdown-toggle {
  *padding-top: 2px;
  padding-right: 5px;
  *padding-bottom: 2px;
  padding-left: 5px;
}

.btn-group > .btn-small + .dropdown-toggle {
  *padding-top: 5px;
  *padding-bottom: 4px;
}

.btn-group > .btn-large + .dropdown-toggle {
  *padding-top: 7px;
  padding-right: 12px;
  *padding-bottom: 7px;
  padding-left: 12px;
}

.btn-group.open .dropdown-toggle {
  background-image: none;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn-group.open .btn.dropdown-toggle {
  background-color: #e6e6e6;
}

.btn-group.open .btn-primary.dropdown-toggle {
  background-color: #0044cc;
}

.btn-group.open .btn-warning.dropdown-toggle {
  background-color: #f89406;
}

.btn-group.open .btn-danger.dropdown-toggle {
  background-color: #bd362f;
}

.btn-group.open .btn-success.dropdown-toggle {
  background-color: #51a351;
}

.btn-group.open .btn-info.dropdown-toggle {
  background-color: #2f96b4;
}

.btn-group.open .btn-inverse.dropdown-toggle {
  background-color: #222222;
}

#categories-menu ul li a{
 border-bottom:1px solid #dedede;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 5px;
color: #1E6808;

}
#accordion-categories-menu{
 margin-top:0px;
 /*background-color:#09c;*/
}
#accordion-categories-menu ul{
 padding:0px;
 margin:0px;
}
#accordion-categories-menu ul li{
 margin-left:20px;
 padding:0px;
	height: 35px;
}
#accordion-categories-menu li a:link,#accordion-categories-menu li a:visited{
 height:35px;
 padding:0px;
 padding-left:20px;
 line-height:30px;
 margin:0px;
 margin-bottom:0px;
 /*color:#fff;*/
 font-weight:bold;
 text-shadow:none;
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  -o-transition: background 0.3s ease-in-out;
  -ms-transition: background 0.3s ease-in-out;
}
#accordion-categories-menu li > a:focus,#accordion-categories-menu li > a:hover{
 color:#fff;
 background-color:#1E6808;
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  -o-transition: background 0.3s ease-in-out;
  -ms-transition: background 0.3s ease-in-out;
}
#accordion-categories-menu li.active > a:focus,#accordion-categories-menu li.active > a:hover{
 color:#fff;
 background-color:#1E6808;
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  -o-transition: background 0.3s ease-in-out;
  -ms-transition: background 0.3s ease-in-out;
}
#accordion-categories-menu .last_active,#accordion-categories-menu .last_active:hover,#accordion-categories-menu .last_active:focus{
  color:#fff;
  background-color:#1E6808 !important;
  background-color:#1E6808;
}

#accordion-categories-menu .active_node{
  width:35px;
  height:35px;
  background:url(../img/catecories-accordion.png) 0px 0px no-repeat;
}
#accordion-categories-menu .active_node:hover,
#accordion-categories-menu .active_node:focus{
  background:url(../img/catecories-accordion.png) 0px -35px no-repeat;
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  -o-transition: background 0.3s ease-in-out;
  -ms-transition: background 0.3s ease-in-out;
}
#accordion-categories-menu li.active > a span.active_node,
#accordion-categories-menu li.active > a span.active_node:hover,
#accordion-categories-menu li.active > a span.active_node:focus{
  background:url(../img/catecories-accordion.png) 0px -35px no-repeat;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #a1bc31;
}
#main-container{
   /*background:#FFF;*/
   padding:0px 0px;
}

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #fff;
  	font-family: MyriadPro-Bold;
	font-size: 16px;border-radius: 4px;
	color: #336537;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #cccccc;

}
.breadcrumb > .active {
  color: #999999;
}
.product-container-grid .product-name{
 width:100%;
 overflow:hidden;
 white-space: nowrap;
 display:block;
 margin-bottom:10px;
  	font-family: Myriad_bold_it;
	font-size: 16px;border-radius: 4px;
	color: #336537;
}

/*** 1.6 Carousel style ***/
.carousel_wrapper{
  position:relative;
/*  padding-left:20px;
  padding-right:20px;*/
}
.carousel_wrapper ul{
 margin:0px;
}
.carousel_wrapper ul li {
	width:240px;
	float:left;
	list-style:none;
}
.carousel-prev,.carousel-next{
 color:#fff;
 position:absolute;
 top:0px;
 height:100%;
 width:52px;
 z-index:1039;
 cursor:pointer;
}
.carousel-prev{
 left:0px;
 background:url('../img/carousel-prev.png') center center no-repeat;
}
.carousel-next{
 right:0px;
 background:url('../img/carousel-next.png') center center no-repeat;
}
.carousel-prev.disabled{
 background:url('../img/carousel-prev-disabled.png') center center no-repeat;
}
.carousel-next.disabled{
 background:url('../img/carousel-next-disabled.png') center center no-repeat;
}
.horizontal-category .carousel-next,.horizontal-category .carousel-prev{
 height:40px;
 width:20px;
}
.horizontal-category .carousel-next{
 right:-20px;
 background:url('../img/button-next.png') center center no-repeat;
}
.horizontal-category .carousel-prev{
 left:-20px;
 background:url('../img/button-prev.png') center center no-repeat;
}
.horizontal-category .carousel-prev.disabled{
 background:url('../img/button-prev-disabled.png') center center no-repeat;
}
.horizontal-category .carousel-next.disabled{
 background:url('../img/button-next-disabled.png') center center no-repeat;
}
.horizontal-category a:link,.horizontal-category a:visited{
  color:#fff;
  padding:10px 20px;
  display:inline-block;
  font-weight:bold;
  border-right:1px solid #DFF2FF;
 background:#09C;
}
.horizontal-category ul li{
 width:auto;
}
.horizontal-category li:last-child a{
 border-right:0px;
}
.horizontal-category ul{
  background:#09C;
  margin-bottom:20px;
}
.horizontal-category img{
 vertical-align:middle;
 margin-right:5px;
}
.horizontal-category .carousel-next,.horizontal-category .carousel-prev{
 height:40px;
 width:20px;
}
.horizontal-category .carousel-next{
 right:-20px;
 background:url('../img/button-next.png') center center no-repeat;
}
.horizontal-category .carousel-prev{
 left:-20px;
 background:url('../img/button-prev.png') center center no-repeat;
}
.horizontal-category .carousel-prev.disabled{
 background:url('../img/button-prev-disabled.png') center center no-repeat;
}
.horizontal-category .carousel-next.disabled{
 background:url('../img/button-next-disabled.png') center center no-repeat;
}

.change_language_on_the_fly:hover{

	-webkit-transform: rotate(15deg) scale(1);
	transform: rotate(15deg) scale(1);
}

.change_language_on_the_fly{
	-webkit-transform: rotate(0) scale(1);
	transform: rotate(10) scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

/***********************************************/
/*************** 10 CONTACT FORM ***************/
/***********************************************/
#contacts-form input{
  height:50px;
  padding-top: 8px;
  font-size: 15px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.contacts-page .map{
  height:400px;
}
img.adp-marker{
 max-width: none;
}

/****************************************/
#login-dp{
    min-width: 250px;
    padding: 14px 14px 0;
    overflow:hidden;
    background-color:rgba(255,255,255,.8);
}
#login-dp .help-block{
    font-size:12px
}
#login-dp .bottom{
    background-color:rgba(255,255,255,.8);
    border-top:1px solid #ddd;
    clear:both;
    padding:14px;
}
#login-dp .social-buttons{
    margin:12px 0
}
#login-dp .social-buttons a{
    width: 49%;
}
#login-dp .form-group {
    margin-bottom: 10px;
}
.btn-fb{
    color: #fff;
    background-color:#3b5998;
}
.btn-fb:hover{
    color: #fff;
    background-color:#496ebc
}
.btn-tw{
    color: #fff;
    background-color:#55acee;
}
.btn-tw:hover{
    color: #fff;
    background-color:#59b5fa;
}
@media(max-width:768px){
    #login-dp{
        background-color: inherit;
        color: #fff;
    }
    #login-dp .bottom{
        background-color: inherit;
        border-top:0 none;
    }
}
#navbar{z-index:999;}
#navbar2 {z-index:998;}

.navbar-collapse.in {
    overflow: hidden;
    max-height: none !important;
    height: auto !important;
}

.pro-imgage{
	display: block;
	margin-left: auto;
	margin-right: 10px;
}
    @media (min-width : 0px) and (max-width: 990px){
		.pro-imgage{
	display: block;
	margin-left: auto;
	margin-right: auto;
}
		.div_product{
		    margin: auto;
    width: 40%;
		}
		}

.form-product-btn1{
     position: absolute;
	 top: 45px;
	 right: -91px;
}
.form-product-btn2{
    position: absolute;
	top: 10px;
	right: -91px;
}

.div_form_products{
    margin-top: 10px;
	border-radius: 25px;
	padding: 20px;
	padding-top: 5px;
	background-size: 100% auto;
}


    @media (min-width : 0px) and (max-width: 990px){
.form-product-btn1{
     position: absolute;
	 top: -30px;
	 right: 25px;
}
.form-product-btn2{
    position: absolute;
	top: -30px;
	right: 20px;
}
.div_form_products{
	padding-top: 40px;
}
		}

.btn-product-form {
	font-family: MyriadPro-Bold;
  padding: 8px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid #8B9B29;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  text-transform: uppercase;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: rgba(0,0,0,0.3);
}

.form_products{
	text-align: center;
	padding: 0;
	margin-bottom: -18px;
}
.form_product{
	font-family: Myriad_bold_it;
	text-transform: uppercase;
	color: #336537;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #A3BD31;
}
.serv{
	height: 500px;
	background-image: url(../images/content/servicios/background.jpg);
	background-repeat: no-repeat;
	background-position: right top;

}

/***********************************************/
/*************** 10 CONTACT FORM ***************/
/***********************************************/
#contacts-form input{
  height:50px;
  padding-top: 8px;
  font-size: 15px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.contacts-page .map{
  height:400px;
}
img.adp-marker{
 max-width: none;
}

#FAQ .panel-default {
    box-shadow: none;
    border: 0 none;
    background: none;
    margin: 0 0 15px;
}
.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
#FAQ a {
    color:#BB9925;
    -webkit-transition: all 0.25s ease 0s;
    transition: all 0.25s ease 0s;
}

#FAQ .panel-faq .panel-heading .panel-title span {
    font-size: 13px;
    font-weight: normal;
}
#FAQ .panel-default > .panel-heading span {
    margin-right: 5px;
    text-align: center;
    width: 15px;
}
#FAQ .panel-default {
    box-shadow: none;
    border: 0 none;
    background: none;
    margin: 0 0 15px;
}
#FAQ .panel-default > .panel-heading {
    padding: 0;
    background: none;
    border-bottom: 0;
}
#FAQ .panel-body, .panel-title{
	color: darkolivegreen;
}
#FAQ h3{
	padding: 10px 40px 0 40px;
margin: 25px auto 10px auto;
min-height: 79px;
font-family: 'Myriad_bold_it';
font-weight: 400;
font-size: 45px;
line-height: 45px;
text-transform: uppercase;
text-shadow: 0px -1px 1px rgba(0, 0, 0, 0.25);
	color: #14780C;
}
#FAQ .panel-default > .panel-heading.active-faq {
}
#FAQ .panel-default > .panel-heading {
    padding: 0;
    background: none;
    border-bottom: 0;
}

.susfb .form-control {
  height: auto;
  padding: 8px 8px ;
  font-size: 15px;
  line-height: 16px;
  color: #000;
  background-color: #fff;
  border: 1px solid transparent;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: 0px -1px 1px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px -1px 1px 0px rgba(0, 0, 0, 0.25);
  -webkit-transition: none;
  transition: none;
  font-family: 'aleobold';
}

.center_div{
    margin: 0 auto;
    width:80% /* value of your choice which suits your alignment */
}

.btn-info {
  color: #ffffff;
  background-color: #336537;
  border-color: #336537;
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color:#458B4B;
  border-color: #458B4B;
}


div.inner div.container-fluid {
    background-color: transparent;
    z-index: 100;
    padding-bottom: 30px;
}
.navbar-default .inner {
  background-color: transparent;
}

.btn-success2, .btn-success3{
	 position: relative;
}

.btn-success2 img{
    position: absolute;
    left: -85px;
    top: -75px;
    width: 110px;
    z-index: 9999;
}
.btn-success3 img{
    position: absolute;
    left: -30px;
    top: -25px;
    width: 50px;
    z-index: 9999;
}


/* temas */
#theme_left {
    position: relative;
}
#theme_left img {
    position: absolute;
    top: -20px;
    left: -10px;
	height: 160px;
	z-index: 5;
}

#theme_right {
    position: relative;
}
#theme_right img {
    position: absolute;
    top: -20px;
    right: -10px;
	height: 160px;
	z-index: 5;
}
#theme_text {
    position: relative;
}
#theme_text img {
    position: absolute;
    top: 65px;
    right: 70px;
	height: 60px;
	z-index: 5;
}
.boton_tema{
	position: relative;
	display:inline-block;
}
.boton_tema img{
	position:relative;
    z-index:1;
    display:block;
	height: 120px;
	top: -10px;
	left: 5px;
}
.theme_slider{
	position:relative;
}
.theme_slider .left_slider{
	position: absolute;
	top: -10px;
	left: 0;
	z-index: 99;
	height: 130px;
}
.theme_slider .right_slider{
	position: absolute;
	top: -100px;
	right: 0;
	z-index: 99;
	height: 250px;
}

/* .temas */
.codegena{
  position:relative;
  width:100%;
  height:0;
  padding-bottom:56.27198%;
}
.codegena iframe{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
}

#resultados2 h5{
    color: white;
}


#distribuidor {
  z-index: 1000;
  position: fixed;
  top: 120px;
  left: 0;
  width: 25px;
  height: 90px;
  padding: 12px 0;
  text-align: center;
  background: url("../images/footer/background_footer.png") repeat bottom center;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-border-radius: 0 5px 5px 0;
  -moz-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
  color: white;
  font-weight: bold;
  cursor: pointer;
}

#distribuidor h6 small{
  font-size: 13px;
}
#distribuidor_inner {
  position: fixed;
  top: 120px;
  left: -300px;
  background: url("../images/footer/background_footer.png") repeat bottom center;
  width: 300px;
  padding: 25px;

  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  text-align: left;
  -webkit-border-radius: 0 0 5px 0;
  -moz-border-radius: 0 0 5px 0;
  border-radius: 0 0 5px 0;
  color: white;
}




.distribuidor-text{
  -webkit-transform:rotate(90deg);
  -moz-transform:rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform:rotate(90deg);
  transform: rotate(90deg);
  white-space:nowrap;
  display:block;
  bottom:0;
  width:20px;
  height:20px;
  font-weight: 200;
}

#distribuidor_inner i{
  color: #a1bc31;
}
