@import url(//fonts.googleapis.com/css?family=Racing+Sans+One);

@import 'jquery.fancybox.css';

@import 'grid.css';
/*------ template stylization ------*/
body {
	background-image: url(img/bg_pic.jpg);
	background-repeat: repeat;
	line-height: 19px;
	color: #CCCCCC;
	min-width: 1292px;
	min-height: 900px;
	font-family: 'Trebuchet MS', Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 14px;
}
#webSiteLoader {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #0b0b0b url(../img/web_site_loader.gif) center no-repeat;
  z-index: 1023;
  top: 0;
}
#pageLoader {
  position: fixed;
  width: 55px;
  height: 55px;
  top: 50%;
  left: 50%;
  margin: -27px 0 0 -27px;
  background: url(../img/web_site_loader.gif) center #0b0b0b no-repeat;
  z-index: 1000;
  padding: 5px;
  display: none;
}
#back-top {
  position: fixed;
  display: none !important;
  right: 30px;
  bottom: 70px;
  width: 48px;
  height: 48px;
  border: 1px solid #ffffff;
  background: url(../img/up-arrow.png) #0b0b0b center no-repeat;
  overflow: hidden;
  cursor: pointer;
  z-index: 1000;
  opacity: 0;
  filter: alpha(opacity=0);
}
p {
	padding-bottom: 16px;
	text-transform: none;
}
h2,
time {
  font: 24px 'Racing Sans One';
  line-height: 1.2em;
  color: #ffffff;
  text-transform: uppercase;
  margin: 41px 0px 29px;
}
h2 a,
time a {
  color: inherit;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
h2 a:hover,
time a:hover {
  text-decoration: none;
  color: #ff5200;
}
h3,
h4 {
  font: bold 12px 'Trebuchet MS', Arial, "Helvetica Neue", Helvetica, sans-serif;
  line-height: 19px;
  color: #ffffff;
  text-transform: uppercase;
  margin: 10px 0px 5px;
}
h3 a,
h4 a {
  color: inherit;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
h3 a:hover,
h4 a:hover {
	text-decoration: none;
	color: #8AB63D;
}
address {
	font-style: normal;
	text-transform: none;
}
/*bootstrap classes*/
.thumbnails li {
  margin-left: 0;
}
.thumbnail {
  box-shadow: none;
  border: none;
  padding: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 0 0;
  -moz-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
}
.thumbnail:hover {
  border-color: transparent;
  box-shadow: none !important;
}
.dl-horizontal {
  margin: 20px 0px 23px 0px;
}
.dl-horizontal dt {
  margin-right: 10px;
  width: 100%;
  text-align: left;
  float: none;
}
.dl-horizontal dt time {
  text-transform: uppercase;
}
.dl-horizontal dt time span {
  display: block;
}
.dl-horizontal dd {
	position: relative;
	margin-left: 0;
	line-height: 18px;
	color: #CCCCCC;
	text-transform: none;
	border-bottom: 1px solid #494949;
	padding: 13px 0px 24px;
	margin-bottom: 12px;
	font-family: 'Trebuchet MS', Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 14px;
}
.dl-horizontal dd.last {
  padding-bottom: 0;
  margin-bottom: 0;
  border: none;
}
.thumb-pad .thumbnail > a {
  position: relative;
  display: block;
}
.thumb-pad .thumbnail .caption {
	padding: 0px;
}
.thumb-pad .thumbnail .caption p {
  padding: 0px 0px 19px 0px;
  margin: 0;
}
.badge {
  float: left;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  width: 40px;
  height: 40px;
  padding: 0;
  margin: 0px 19px 0px 0px;
  background: #ff5200;
  text-align: center;
  font: 24px 'Racing Sans One';
  line-height: 40px;
  color: #ffffff;
  text-transform: uppercase;
}
/*end bootstrap classes*/
/*------ header ------- */
header {
  width: 100%;
  height: 176px;
  margin: 151px 0 0;
  text-align: center;
}
header .brand {
  position: relative;
  display: block;
  width: 356px;
  height: 169px;
  overflow: hidden;
  margin: 0px 0px 0px 408px;
}
header .brand a {
  position: relative;
  text-indent: 100%;
  white-space: nowrap;
}
header .brand a:hover {
  text-decoration: none;
}
/*menu*/
.select-menu {
  width: 100%;
  margin: 14px auto;
  display: none;
  color: #5c5c5c;
}
header .navbar {
  margin-bottom: 0;
}
header .navbar .sf-menu .nav {
  position: absolute;
  float: none;
  margin: 0;
  display: none;
}
header .navbar .sf-menu .nav li {
  float: none;
}
header .navbar .sf-menu .nav li a {
  padding: 0;
  text-shadow: none;
}
header .navbar-inner {
  min-height: 68px;
  padding: 0;
  background-color: transparent;
  background-image: none;
  filter: none;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: 0 0 0;
  -moz-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
}
.sf-menu {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
}
.sf-menu > li {
  position: absolute;
  display: inline-block;
  top: 0px;
  left: 0px;
  width: 155px;
  height: 145px;
  background-color: #000000;
}
.sf-menu > li:first-child {
  display: none;
}
.sf-menu > li:first-child + li {
  top: -169px;
  left: 96px;
}
.sf-menu > li:first-child + li > a > span:first-child + span {
  background-color: #fcae28;
}
.sf-menu > li:first-child + li > a > strong {
  background: url(../img/menu_icon_nosotros_imavi.png) center no-repeat;
}
.sf-menu > li:first-child + li + li {
  top: -23px;
  left: 252px;
}
.sf-menu > li:first-child + li + li > a > span:first-child + span {
  background-color: #73ad27;
}
.sf-menu > li:first-child + li + li > a > strong {
  background: url(../img/menu_icon_servicios_imavi.png) center no-repeat;
}
.sf-menu > li:first-child + li + li + li {
  top: -169px;
  left: 252px;
}
.sf-menu > li:first-child + li + li + li > a > span:first-child + span {
  background-color: #21c0ba;
}
.sf-menu > li:first-child + li + li + li > a > strong {
  background: url(../img/menu_icon_portafolio_imavi.png) center no-repeat;
}
.sf-menu > li:first-child + li + li + li + li {
  top: -169px;
  left: 765px;
}
.sf-menu > li:first-child + li + li + li + li > a > span:first-child + span {
  background-color: #fa1d5a;
}
.sf-menu > li:first-child + li + li + li + li > a > strong {
  background: url(../img/menu_icon_noticias_imavi.png) center no-repeat;
}
.sf-menu > li:first-child + li + li + li + li + li {
  top: -169px;
  left: 921px;
}
.sf-menu > li:first-child + li + li + li + li + li > a > span:first-child + span {
  background-color: #0c6dc1;
}
.sf-menu > li:first-child + li + li + li + li + li > a > strong {
  background: url(../img/menu_icon_contacto_imavi.png) center no-repeat;
}
.sf-menu > li:first-child + li + li + li + li + li + li {
  top: -315px;
  left: 765px;
}
.sf-menu > li:first-child + li + li + li + li + li + li > a > span:first-child + span {
  background-color: #871280;
}
.sf-menu > li:first-child + li + li + li + li + li + li > a > strong {
  background: url(../img/menu_icon_clientes_imavi.png) center no-repeat;
}
.sf-menu > li > a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.sf-menu > li > a > span {
  position: relative;
  display: block;
  font: 30px 'Racing Sans One';
  line-height: 1.2em;
  color: #ffffff;
  text-align: center;
  padding: 56px 0px 53px;
  z-index: 1;
}
.sf-menu > li > a > span:first-child + span {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  top: 100%;
  z-index: 0;
}
.sf-menu > li > a > strong {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.sf-menu > li > a:hover,
.sf-menu > li > a.activeLink {
  text-decoration: none;
}
.sf-menu ul {
  position: absolute;
  list-style: none;
  z-index: 10;
  width: 155px;
  top: 146px !important;
  left: 0px !important;
  display: none;
  overflow: visible;
  background: #0f0f0f;
}
.sf-menu ul li {
  position: relative;
  text-align: center;
}
.sf-menu ul li:first-child {
  margin-top: 15px;
}
.sf-menu ul li.last {
  margin-bottom: 15px;
}
.sf-menu ul li a {
  display: inline-block;
  font: 18px 'Racing Sans One';
  line-height: 1.2em;
  color: #ffffff !important;
  text-transform: capitalize;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.sf-menu ul li a.hoverItem {
	color: #8AB63D !important;
}
.sf-menu ul ul {
  left: 156px !important;
  top: -15px !important;
}
/*menu end*/
/*--- header end ------*/
/*------ content ------- */
#wrapper ul {
  list-style: none;
  margin-left: 0;
}
#wrapper input,
#wrapper textarea {
	position: relative;
	outline: none;
	box-shadow: none;
	border: 1px solid #454545;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: 0 0 0;
	-moz-box-shadow: 0 0 0;
	box-shadow: 0 0 0;
	padding: 5px 8px;
	line-height: 20px;
	width: 100%;
	font-size: 12px;
	color: #CCCCCC;
	text-transform: none;
	background: #0f0f0f;
	margin: 0;
}
#wrapper input:focus,
#wrapper textarea:focus {
  -webkit-box-shadow: 0 0 0;
  -moz-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
  border: 1px solid #454545;
  background: #0f0f0f;
}
#wrapper input:focus:invalid:focus,
#wrapper textarea:focus:invalid:focus {
  -webkit-box-shadow: 0 0 0;
  -moz-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
  border: 1px solid #454545;
  background: #0f0f0f;
}
#wrapper input {
  width: 100%;
  height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#wrapper > div {
  position: relative;
  overflow: hidden;
}
#wrapper > section {
  position: relative;
  height: 100%;
}
#wrapper > section > div {
  position: relative;
}
.offset1.vline {
	padding-left: 50px;
	margin-left: 0px;
	background: url(../img/vline.png) 63px 0 repeat-y;
}
.dynamicContent {
  position: absolute;
  width: 100%;
}
.inner {
  position: relative;
  background-color: #0b0b0b;
  padding: 10px 61px;
  min-height: 416px;
}
.inner:before,
.inner:after {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 10px;
  left: 0;
  background-color: #0f0f0f;
}
.inner:before {
  top: 0;
}
.inner:after {
  bottom: 0;
}
.list1 {
  margin: 37px 0px 19px 0px;
}
.list1 li {
  background: url(../img/list_icon.png) 1px 3px no-repeat;
  margin-bottom: 8px;
}
.list1 li a {
  margin-left: 25px;
  font: italic 12.96px 'Trebuchet MS', Arial, "Helvetica Neue", Helvetica, sans-serif;
  line-height: 19px;
  color: #acacac;
  text-transform: uppercase;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  white-space: nowrap;
}
.list1 li a:hover {
  color: #ff5200;
  text-decoration: none;
}
.list2 {
  position: relative;
  margin: 0px 0px 21px 0px;
}
.list2 li {
  position: relative;
  margin: 0;
}
.list2 li a {
  position: relative;
  display: block;
}
.list3 {
  margin: 20px 0px 48px;
}
.list3 li {
  margin: 0px 0px 8px;
}
.list3 li div p {
  padding: 0;
  margin: 0;
}
.bg1 {
  background-color: #161616;
}
hr {
  border: none;
  background-color: #494949;
  width: 100%;
  height: 1px;
  margin: 8px 0px 11px;
}
.btn {
  position: relative;
  display: inline-block;
  font: 12px 'Trebuchet MS', Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #000000;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  border: none;
  padding: 0px 29px;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.btn:hover,
.btn:active {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  text-decoration: none;
}
.btn.btn-link {
  position: relative;
  display: inline-block;
  background: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  border: none;
  padding: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  font: 14.04px 'Racing Sans One';
  line-height: 1.2em;
  color: #ffffff;
  text-transform: uppercase;
}
.btn.btn-link:before {
  content: '';
  position: relative;
  display: inline-block;
  width: 5px;
  height: 9px;
  background: url(../img/more_icon.png) 0 no-repeat;
  margin-right: 6px;
}
.btn.btn-link:hover,
.btn.btn-link:active {
  color: #ff5200;
  background: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  text-decoration: none;
  border: none;
}
.sitem_over {
  position: absolute;
  background: url('../img/pic_bg_over.png');
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  overflow: hidden;
}
.sitem_over > strong {
  position: relative;
  background: url('../img/icon_zoom.png') center no-repeat;
  width: 100%;
  height: 100%;
  display: block;
}
a .sitem_over {
  opacity: 0;
  filter: alpha(opacity=0);
}
a:hover .sitem_over {
  opacity: 1;
  filter: alpha(opacity=100);
}
.match {
  display: block;
  color: #ff5200;
}
.search_list {
  margin-bottom: 50px;
  text-transform: uppercase;
}
.search_list .search {
  width: auto;
  color: #ff5200;
}
.search_title a {
  text-decoration: underline;
}
.search_title:hover {
  text-decoration: none;
}
.g_map {
  margin: 0px 0px 53px;
  width: 100%;
  height: 265px;
}
.g_map iframe {
  position: relative;
  display: inline-block;
  outline: none;
  width: 100%;
  height: 100%;
  border: none;
  background: url(../img/web_site_loader.gif) center no-repeat #0b0b0b !important;
}
/*scroll*/
.outside {
  margin-top: 0;
  position: relative;
}
.outside .scroll {
	width: 100%;
	height: 465px;
	overflow: hidden;
	float: left;
	margin: 0;
	line-height: 18px;
}
.outside .scroll p {
  color: #9b9b9b;
  margin-bottom: 0;
}
.outside .scroll h2 {
  margin: 1px 0px 12px;
}
.outside .scroll.type2 p {
	color: #CCCCCC;
}
.outside .scroll-btns {
  position: absolute;
  top: -64px;
  right: -1px;
  z-index: 200;
  display: block;
}
.outside .scroll-btns .btndown,
.outside .scroll-btns .btnup {
  display: block;
  position: relative;
  width: 20px;
  height: 20px;
  margin-bottom: 6px;
}
.outside .scroll-btns .btndown > span,
.outside .scroll-btns .btnup > span {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background-position: left center;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.outside .scroll-btns .btndown,
.outside .scroll-btns .btndown > span {
  background: url(../img/arrow_down.png) left center no-repeat;
}
.outside .scroll-btns .btnup,
.outside .scroll-btns .btnup > span {
  background: url(../img/arrow_up.png) left center no-repeat;
}
.outside .scroll-btns .btndown > span,
.outside .scroll-btns .btnup > span {
  background-position: right center;
}
.outside .scroll-btns .btndown:hover > span,
.outside .scroll-btns .btnup:hover > span {
  opacity: 1;
  filter: alpha(opacity=100);
}
/*end scroll*/
/* Forms*/
#search {
  position: relative;
  display: inline-block;
  margin: -12px 0 143px;
  width: 100%;
  z-index: 500;
}
#search > a {
  margin: 25px 0 0;
}
#form1 {
  position: relative;
}
#form1 input,
#form1 textarea,
#form1 .success {
  position: relative;
  display: block;
  outline: none;
  width: 100%;
}
#form1 .success {
	position: absolute;
	padding: 15px 10px;
	z-index: 10;
	text-align: center;
	width: 248px;
	background: #0f0f0f;
	border: 1px solid #454545;
	text-transform: none;
	color: #ffffff;
}
#form1 textarea {
  width: 100%;
  height: 147px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: auto;
  resize: none;
}
#form1 label {
  position: relative;
  display: block;
  min-height: 40px;
  width: 100%;
  margin-bottom: 0px;
}
#form1 label.message {
  width: 100%;
}
#form1 .error,
#form1 .empty {
  position: absolute;
  text-align: right;
  display: none;
  font-size: 10px;
  color: #ff5200;
  width: 200px;
  top: 2px;
  right: 2px;
}
#form1 .btns {
  padding: 23px 0 0 0;
  position: relative;
}
#form1 .btns > p {
  padding: 0;
}
#form1 .btns > p a {
  display: inline-block;
}
#form1 .btns > p a:first-child + a {
  margin-left: 50px;
}
/*end forms*/
/*--- content end ------*/
/*------ footer ------- */
footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 47px;
  background: #000307;
  text-align: center;
}
footer p {
	line-height: 1.2em;
	color: #999999;
	text-transform: none;
	padding-top: 18px;
	font-family: Arial;
	font-size: 12px;
}
footer p a {
  color: inherit;
}
.soc_icons {
  position: relative;
  display: inline-block;
  white-space: nowrap;
  margin: 14px -157px 0px 0px;
}
.soc_icons > li {
  position: relative;
  display: inline-block;
  width: 22px;
  height: 22px;
  margin-left: -2px;
}
.soc_icons > li > a {
  position: relative;
}
.soc_icons > li > a > img {
  position: relative;
  top: 0;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.soc_icons > li > a:hover > img {
  top: -10px;
}
/*--- footer end ------*/
.padding1 {
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 31px;
}
.padding2 {
  padding-bottom: 35px;
}
.padding3 {
  padding-bottom: 8px;
}
.margin1 {
  margin: 0px 0px 13px 0px;
}
.margin2 {
  margin: 8px 0px 19px;
}
.margin3 {
  margin: 0px 29px 0px 0px;
}
.margin4 {
  margin-bottom: 53px;
}
.margin5 {
  margin: 9px 0px 5px;
}
.margin6 {
  margin-bottom: 5px;
}
.margin7 {
  margin: 76px 0px 0px;
}
.margin8 {
  margin-top: 38px;
}
.colorInherit {
  color: inherit;
}
.color1 {
  color: #ffffff;
}
.width1 {
	display: inline-block;
	width: 170px;
}
/*additional Classes*/
.noBottom {
  margin-bottom: 0;
  padding-bottom: 0;
}
.clear {
  clear: both;
  line-height: 0;
}
.box {
  overflow: hidden;
}
.right {
  margin-right: 0 !important;
}
.relative {
  position: relative;
}
/*end additional Classes*/
/*Core variables and mixins*/
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 29px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
