@import url(//fonts.googleapis.com/css?family=Michroma|Cuprum:700|Six+Caps);

@import 'grid.css';
/*------ template stylization ------*/
body {
  background: #08090b;
  font: 13px 'Trebuchet MS', Arial, "Helvetica Neue", Helvetica, sans-serif;
  line-height: 20px;
  color: #08090b;
  min-width: 1366px;
  min-height: 1000px !important;
}
#webSiteLoader {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #08090b url(/img/LOADER-2.gif) center no-repeat;
  z-index: 1023;
  top: 0;
}
#pageLoader {
  position: fixed;
  width: 55px;
  height: 55px;
  top: 50%;
  left: 65%;
  margin: -27px 0 0 -27px;
  background: url(/img/LOADER-2.gif) center #cfaf40 no-repeat;
  z-index: 1000;
  padding: 5px;
  display: none;
}
/* custom background */
#customBg {
  position: absolute !important;
  z-index: 1;
}
#customBg .bg1,
#customBg .bg2,
#customBg .bg3,
#customBg .bg4 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
#customBg .bg1 {
  left: -305px;
  top: -756px;
  background-color: #0b080b;
  background-image: url(/img/FONDO-BLANCO.jpg);
  width: 3500px;
  height: 1920px;
  -webkit-transform: rotate(36deg);
  -moz-transform: rotate(36deg);
  -ms-transform: rotate(36deg);
  -o-transform: rotate(36deg);
  transform: rotate(36deg);
}
#customBg .bg2 {
  left: 442px;
  top: -224px;
  z-index: 1;
  background-color: #ffffff;
  background-image: url(/img/FONDO-BLANCO.jpg);
  width: 3500px;
  height: 1920px;
  -webkit-transform: rotate(-35.7deg);
  -moz-transform: rotate(-35.7deg);
  -ms-transform: rotate(-35.7deg);
  -o-transform: rotate(-35.7deg);
  transform: rotate(-35.7deg);
}
#customBg .bg3 {
  background-color: #ffffff;
  background-image: url(/img/FONDO-BLANCO.jpg);
  z-index: 2;
  left: -588px;
  top: 0px;
  width: 1200px;
  height: 1200px;
  -webkit-transform: skew(18deg, 0deg);
  -moz-transform: skew(18deg, 0deg);
  -ms-transform: skewX(18deg) skewY(0deg);
  -o-transform: skew(18deg, 0deg);
  transform: skew(18deg, 0deg);
  -webkit-backface-visibility: hidden;
}
#customBg .bg4 {
  background: linear-gradient(#eae6e6, #006eff, #ea4a4a);
  z-index: 3;
  left: 491px;
  top: -42px;
  width: 1200px;
  height: 1200px;
  -webkit-transform: skew(-19deg, 0deg);
  -moz-transform: skew(-19deg, 0deg);
  -ms-transform: skewX(-19deg) skewY(0deg);
  -o-transform: skew(-19deg, 0deg);
  transform: skew(-19deg, 0deg);
  -webkit-backface-visibility: hidden;
}
#customBg .line1,
#customBg .line2,
#customBg .line3,
#customBg .line4,
#customBg .line5 {
  position: absolute;
  left: 0;
  z-index: 50;
}
#customBg .line1 { /*COLOR DE LA LÍNEA SUPERIOR IZQUIERDA*/
  left: -477px;
  bottom: 737px;
  width: 50%;
  height: 3px;
  background-color: #44b3f3;
}
#customBg .line2 { /*COLOR DE LA LÍNEA INFERIOR IZQUIERDA*/
  left: 0;
  bottom: 10px;
  width: 100%;
  height: 1px;
  background-color: #e30d0d;
}
#customBg .line3 { /*COLOR DE LA LÍNEA SUPERIOR DERECHA*/
  left: 1019px;
  top: -60px;
  width: 50%;
  height: 4px;
  background-color: #44b3f3;
}
#customBg .line4 { /*COLOR DE LA SEGUNDA LÍNEA SUPERIOR DERECHA*/
  left: 783px;
  top: -34px;
  width: 100%;
  height: 2px;
  background-color: #44b3f3;
}
#customBg .line5 { /*COLOR DE LA LÍNEA INFERIOR DERECHA, CONTINUACIÓN DE LA SEGUNDA LÍNEA*/
  left: 605px;
  top: 600px;
  width: 100%;
  height: 1px;
  background-color: #e30d0d;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
/* end custom background */
#back-top {
  position: fixed;
  display: none !important;
  right: 30px;
  bottom: 30px;
  width: 48px;
  height: 48px;
  border: 1px solid #0b080b;
  background: url(../img/up-arrow.png) #0b080a center no-repeat;
  overflow: hidden;
  cursor: pointer;
  z-index: 1000;
  opacity: 0;
  filter: alpha(opacity=0);
}
p {
  padding-bottom: 10px;
}
figure {
  margin: 0;
}
h2 {
  font: 21.060000000000002px 'Michroma';
  line-height: 24px;
  color: #08090b;
  margin: 14px 0px 16px;
  padding: 0px 0px 0px 0px;
}
h3 {
  font: bold 15.99px 'Trebuchet MS', Arial, "Helvetica Neue", Helvetica, sans-serif;
  line-height: 22px;
  color: #3a3318;
  text-transform: uppercase;
  margin: 19px 0px;
  padding: 0px 0px 0px 0px;
}
h4 {
  font: bold 13px 'Trebuchet MS', Arial, "Helvetica Neue", Helvetica, sans-serif;
  line-height: 20px;
  color: #08090b;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}
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;
}
h4 > a:hover {
  color: #ffffff;
}
address {
  font-style: normal;
  font-size: 14.040000000000001px;
  line-height: 22px;
  margin: 0px 0px 0px 0px;
}
/*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;
}
.img-polaroid {
  background: #ffffff;
  padding: 8px;
  box-shadow: none;
  border: none;
}
figure.img-polaroid {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
figure.img-polaroid > img {
  width: 100%;
}
.dl-horizontal dt {
  float: left;
  margin-right: 10px;
  width: 50px;
  text-align: center;
}
.dl-horizontal dt time {
  text-transform: uppercase;
}
.dl-horizontal dt time span {
  display: block;
}
.dl-horizontal dd {
  position: relative;
}
.dl-horizontal dd.last {
  margin-bottom: 0;
}
/*end bootstrap classes*/
/*------ header ------- */
header {
  position: relative;
  width: 100%;
  margin-bottom: 0px;
}
header h1.brand {
  position: absolute;
  left: 525px;
  top: 479px;
  width: 289px;
  height: 215px;
  overflow: hidden;
}
header h1.brand a {
  width: 100%;
  text-indent: 100%;
  white-space: nowrap;
}
header h1.brand a:hover {
  text-decoration: none;
}
/*menu*/
.select-menu {
  display: none;
}
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: absolute;
  left: 965px;
  top: 39px;
  list-style: none;
  padding: 0;
  white-space: nowrap;
}
.sf-menu > li {
  position: relative;
  float: left;
  margin-right: 17px;
}
.sf-menu > li:first-child {
  display: none;
}
.sf-menu > li > a {
  position: relative;
  display: inline-block;
}
.sf-menu > li > a > span {
  font: 24.05px 'Six Caps';
  line-height: 1.2em;
  color: #ffffff;
  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;
}
.sf-menu > li > a > strong {
  position: absolute;
  display: block;
  top: -70px;
  left: 50%;
  margin-left: -16px;
  width: 28px;
  height: 10px;
  background: url(../img/menu_arrow.png) 0px no-repeat;
  -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 > li > a:hover,
.sf-menu > li > a.activeLink {
  text-decoration: none;
}
.sf-menu > li > a:hover > span:first-child,
.sf-menu > li > a.activeLink > span:first-child {
  color: #0543ff;
}
.sf-menu > li > a:hover > span:first-child + span,
.sf-menu > li > a.activeLink > span:first-child + span {
  color: #ffffff;
}
.sf-menu > li > a:hover > strong,
.sf-menu > li > a.activeLink > strong {
  top: -39px;
}
.sf-menu ul {
  position: absolute;
  list-style: none;
  z-index: 10;
  width: 91px;
  top: 54px !important;
  left: -26px !important;
  display: none;
  overflow: visible;
  text-align: center;
  background: url(../img/submenu_bg_1.png);
}
.sf-menu ul:before {
  content: '';
  position: absolute;
  display: block;
  top: -5px;
  left: 50%;
  margin-left: -6px;
  width: 9px;
  height: 5px;
  background: url(../img/submenu_arrow.png) 0 no-repeat;
}
.sf-menu ul > li {
  position: relative;
  background: url(../img/submenu_divider.png) center bottom no-repeat;
  padding-bottom: 2px;
  margin: 0px 0px 2px 0px;
}
.sf-menu ul > li:first-child {
  margin-top: 19px;
}
.sf-menu ul > li.last {
  margin-bottom: 15px;
  background: none;
}
.sf-menu ul > li a {
  display: inline-block;
  font: 700 11.96px 'Cuprum';
  line-height: 20px;
  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;
  color: #b5b5b5 !important;
}
.sf-menu ul > li a.hoverItem {
  color: #44b3f3 !important;
}
.sf-menu ul ul {
  width: 84px;
  left: 91px !important;
  top: -13px !important;
  text-align: left;
  background: url(../img/submenu_bg_2.png);
}
.sf-menu ul ul:before {
  display: none;
}
.sf-menu ul ul li:first-child {
  margin-top: 13px;
}
.sf-menu ul ul li.last {
  margin-bottom: 10px;
}
.sf-menu ul ul li a {
  margin-left: 16px;
  color: #9e9e9e !important;
}
.sf-menu ul ul li a:hover {
  color: #ffffff !important;
}
/*menu end*/
/*--- header end ------*/
/*------ content ------- */
#wrapper {
  position: relative;
  z-index: 100;
}
#wrapper ul {
  list-style: none;
}
#wrapper input,
#wrapper textarea {
  position: relative;
  outline: none;
  box-shadow: none;
  -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: 8px 13px;
  line-height: 20px;
  width: 100%;
  margin: 0;
  font-style: italic;
  color: #454545;
  border: 1px solid #000000;
  background-color: transparent;
}
#wrapper input:focus,
#wrapper textarea:focus {
  -webkit-box-shadow: 0 0 0;
  -moz-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
  color: #454545;
  border: 1px solid #000000;
  background-color: transparent;
}
#wrapper input {
  width: 100%;
  height: 36px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#wrapper textarea {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#wrapper header,
#wrapper footer {
  z-index: 20;
}
#wrapper > section {
  position: relative;
  height: 100%;
  z-index: 10;
}
#wrapper > section > div {
  position: relative;
  margin-left: 100px;
}
.dynamicContent {
  position: absolute;
  width: 100%;
  top: 400px;
}
.inner {
  margin: 9px 0 0 -33px;
}
.content .btn {
  position: relative;
  display: inline-block;
  font: 13px '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;
}
.content .btn:hover,
.content .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;
}
.content .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;
  font: 14.040000000000001px 'Michroma';
  line-height: 1.2em;
  color: #08090b;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.content .btn.btn-link > span {
  position: relative;
  display: inline-block;
  width: 5px;
  height: 10px;
  background: url(../img/more_arrow.png) right 0px no-repeat;
  margin: 0px 0px 0px 8px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.content .btn.btn-link:hover,
.content .btn.btn-link:active {
  color: #44b3f3;
  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;
}
.content .btn.btn-link:hover > span,
.content .btn.btn-link:active > span {
  background-position: left 0px;
}
p.number {
  font: 14.040000000000001px 'Michroma';
  line-height: 1.2em;
  color: #08090b;
  margin: 0px 0px 5px 0px;
  padding: 0px 0px 0px 0px;
  float: right;
  overflow: hidden;
}
hr {
  display: block;
  border: none;
  width: 100%;
  height: 1px;
  background-color: #08090b;
  margin: 21px 0px 24px 0px;
}
hr.type2 {
  background-color: #9d8533;
  margin: 25px 0px 19px;
}
.slogan {
  margin: 172px 0px 0px 65px;
}
.slogan p {
  background-image: url(/img/FONDO-ANIMADO-1.gif);
  -webkit-background-clip: text;
  color: transparent;  
}
/* .slogan p span {
  color: #ffffff;
} */
.slogan p:first-child {
  font: 50px 'Michroma';
  line-height: 58px;
  letter-spacing: -2px;
}
.slogan p:first-child span {
  display: block;
}
.slogan p:first-child + p {
  font: 24.05px 'Cuprum';
  line-height: 20px;
}
.slogan p:first-child + p a {
  background-image: url(/img/FONDO-ANIMADO-1.gif);
  -webkit-background-clip: text;
  color: transparent;  
  -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;
}
/* .slogan p:first-child + p a > span {
  color: #bb1988;
  -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;
} */
.slogan p:first-child + p a:hover {
  /* background: linear-gradient(#50bfff, #ff0000); */
  background-image: url(/img/FONDO-ANIMADO-2.gif);
  -webkit-background-clip: text;
  color: transparent;  
}
.slogan p:first-child + p a:hover > span {
  background-image: url(/img/FONDO-ANIMADO-2.gif);
  -webkit-background-clip: text;
  color: transparent; 
}
.bannerHolder {
  margin: -77px 0px 10px 0px;
  background: url(../img/page1_icon1.png) 515px 0px no-repeat;
}
.bannerHolder p:first-child {
  text-transform: capitalize;
  font: 27.95px 'Michroma';
  line-height: 1.2em;
  color: #08090b;
  margin: 0px;
  padding: 100px 0px 31px 0px;
}
.bannerHolder p:first-child a:hover {
  color: #44b3f3;
}
.bannerHolder p:first-child a:hover + .arrow {
  background-position: left center;
}
.bannerHolder p:first-child .arrow {
  position: relative;
  display: inline-block;
  width: 18px;
  height: 35px;
  float: right;
  overflow: hidden;
  margin: 1px 35px 0px 0px;
  background: url(../img/arrowR.png) right center no-repeat;
  -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;
}
.bannerHolder p:first-child + p {
  font: 17.939999999999998px 'Trebuchet MS', Arial, "Helvetica Neue", Helvetica, sans-serif;
  line-height: 22px;
  color: #000000;
  margin: 0px 0px 0px 0px;
}
.bannerHolder p:first-child + p a:hover {
  color: #08090b;
}
.bannerHolder p 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;
}
.pagination {
  position: relative;
  margin: 33px 0px 13px 1px;
}
.pagination li {
  position: relative;
  display: inline-block;
  margin-right: 30px;
}
.pagination li a {
  position: relative;
  display: block;
  padding: 5px 12px 3px;
  font: bold 11.96px 'Trebuchet MS', Arial, "Helvetica Neue", Helvetica, sans-serif;
  line-height: 20px;
  color: #e41c1c;
  text-transform: uppercase;
}
.pagination li > strong {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: #08090b;
  -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;
  opacity: 0;
  filter: alpha(opacity=0);
}
.pagination li > strong:before {
  content: '';
  display: block;
  position: absolute;
  bottom: -5px;
  left: 50%;
  margin-left: -4px;
  width: 9px;
  height: 5px;
  background: url(../img/pagin_arrow.png) 0 no-repeat;
}
.pagination li.active > a,
.pagination li > a:hover {
  text-decoration: none;
}
.pagination li.active > a + strong,
.pagination li > a:hover + strong {
  opacity: 1;
  filter: alpha(opacity=100);
}
.sliderHolder {
  position: relative;
}
.slider {
  position: relative;
  margin: 22px 0px 20px;
  padding: 31px 29px;
  width: 770px;
  height: 238px;
  background-color: #ffffff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 20;
}
.slider > div {
  position: relative;
  width: 712px;
  height: 100%;
  overflow: hidden;
  margin: 31px 29px;
}
.list1 {
  position: relative;
  width: 770px;
  height: 176px;
  margin: 0px 0px 0px 0px;
  overflow: hidden;
  white-space: nowrap;
}
.list1 li {
  position: relative;
  float: left;
  margin-right: 16px;
}
.list1 li a {
  position: relative;
  display: block;
  width: 166px;
  height: 176px;
  overflow: hidden;
}
.list1 li a div {
  white-space: normal;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/over_bg.png);
  overflow: hidden;
  z-index: 10;
  -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;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 69px 19px 0;
  height: 0;
  padding-top: 0px;
}
.list1 li a div p {
  font: 14.040000000000001px 'Trebuchet MS', Arial, "Helvetica Neue", Helvetica, sans-serif;
  line-height: 1em;
  color: #ffffff;
  border-top: 1px solid #ffffff;
  padding: 15px 4px 0px;
  margin: 30px 0px 0px 0px;
}
.list1 li a:hover > div {
  height: 100%;
  padding-top: 69px;
}
.btnsHolder {
  position: absolute;
  top: 102px;
  left: 0;
  width: 100%;
  z-index: 5;
}
.btnsHolder a {
  position: relative;
  display: inline-block;
  width: 18px;
  height: 35px;
  -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;
}
.btnsHolder .prev {
  left: -18px;
  float: left;
  background: url(../img/arrowL.png) left 0 no-repeat;
}
.btnsHolder .prev:hover {
  background-position: right 0;
}
.btnsHolder .next {
  right: -18px;
  float: right;
  background: url(../img/arrowR.png) right 0 no-repeat;
}
.btnsHolder .next:hover {
  background-position: left 0;
}
.match {
  display: block;
  color: #ffffff;
}
.search_list {
  margin: 0px 0px 0px 20px;
}
.search_list li {
  margin-bottom: 15px;
}
.search_list .search {
  width: auto;
  color: #ffffff;
}
.search_title a {
  text-decoration: underline;
}
.search_title:hover {
  text-decoration: none;
}
.g_map {
  margin: 25px 0px 23px;
  width: 251px;
  height: 164px;
}
.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 #08090b !important;
}
/*scroll*/
.outside {
  margin-top: 0;
  position: relative;
}
.outside .scroll {
  width: 100%;
  height: 400px;
  overflow: hidden;
  float: left;
  margin: 0px 0px 0px 0px;
}
.outside .scroll-btns {
  position: absolute;
  top: -45px;
  right: 0px;
  z-index: 200;
  display: block;
}
.outside .scroll-btns .btndown,
.outside .scroll-btns .btnup {
  float: right;
  position: relative;
  width: 35px;
  height: 18px;
  margin-left: 2px;
}
.outside .scroll-btns .btndown > span,
.outside .scroll-btns .btnup > span {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background-position: center top;
  opacity: 0;
  filter: alpha(opacity=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;
}
.outside .scroll-btns .btndown,
.outside .scroll-btns .btndown > span {
  background: url(../img/arrow_down.png) center bottom no-repeat;
}
.outside .scroll-btns .btnup,
.outside .scroll-btns .btnup > span {
  background: url(../img/arrow_up.png) center top no-repeat;
}
.outside .scroll-btns .btnup > span {
  background-position: center bottom;
}
.outside .scroll-btns .btndown > span {
  background-position: center top;
}
.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: -5px 0px 38px 0px;
  width: 100%;
  z-index: 500;
}
#search > input {
  width: 156px;
}
#search #searchButton {
  float: right;
}
#form1 {
  position: relative;
  margin: 20px 0px 0px;
  font-style: italic;
}
#form1 input,
#form1 textarea,
#form1 .success {
  position: relative;
  display: block;
  outline: none;
  width: 100%;
}
#form1 .success {
  position: absolute;
  padding: 7px 13px;
  z-index: 10;
  text-align: center;
  width: 100%;
  background-color: #cfaf40;
  color: #454545;
  border: 1px solid #000000;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#form1 textarea {
  width: 100%;
  height: 120px;
  overflow: auto;
  resize: none;
}
#form1 label {
  position: relative;
  display: block;
  min-height: 43px;
  width: 100%;
  margin-bottom: 3px;
}
#form1 label.message {
  width: 100%;
}
#form1 .error,
#form1 .empty {
  position: absolute;
  text-align: right;
  display: none;
  font-size: 10px;
  color: #08090b;
  width: 200px;
  top: 2px;
  right: 2px;
}
#form1 .btns {
  padding: 18px 0 0 0;
  position: relative;
  float: right;
}
#form1 .btns > p {
  padding: 0;
}
#form1 .btns > p a {
  display: inline-block;
}
#form1 .btns > p a:first-child + a {
  margin-left: 17px;
}
/*end forms*/
/*--- content end ------*/
/*------ footer ------- */
footer {
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 40px;
}
footer p {
  font: 700 13px 'Cuprum';
  line-height: 20px;
  color: #2d2d2d;
  text-transform: uppercase;
  padding: 12px 0px 0px 0px;
}
footer p 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;
}
footer p.privacy {
  position: absolute;
  top: 0px;
  left: 315px;
}
/*--- footer end ------*/
.padding1 {
  padding-bottom: 6px;
}
.padding2 {
  padding: 16px 0px 0px 0px;
}
.margin1 {
  margin: 20px 0px 26px;
}
.margin2 {
  margin: 0px 19px 0px 0px;
}
.margin3 {
  margin-bottom: 29px;
}
.margin4 {
  margin: 89px 33px 0px 0px;
}
.margin5 {
  margin: -4px 0px 23px;
}
.margin6 {
  margin: 50px 0px 0px;
}
.margin7 {
  margin-left: -100px;
}
.colorInherit {
  color: inherit;
}
.color1 {
  color: #000000;
  display: inline-block;
  width: 300px;
  font-size: 20px;
}
.width1 {
  display: inline-block;
  width: 300px;
  font-size: 20px;
}
.block {
  display: block;
}
/*additional Classes*/
.noBg {
  background: none !important;
  background-color: transparent !important;
}
.noOverflow {
  overflow: visible !important;
}
.noPadding {
  padding: 0;
}
.noMargin {
  margin: 0 !important;
}
.noPaddingTop {
  padding-top: 0;
}
.noMarginTop {
  margin-top: 0;
}
.noMarginBottom {
  margin-bottom: 0;
}
.noBottom {
  margin-bottom: 0;
  padding-bottom: 0;
}
.clear {
  clear: both;
  line-height: 0;
}
.box {
  overflow: hidden;
}
.right {
  margin-right: 0 !important;
}
.italic {
  font-style: italic;
}
.bold {
  font-weight: bold;
}
.underline {
  text-decoration: underline;
}
a.underline:hover {
  text-decoration: none;
}
/*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: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.video-c{
  z-index: 5;
  left: -588px;
  top:  0px;
  width: 600px;
  height: 400px;
  /* -webkit-transform: skew(18deg, 0deg);
  -moz-transform: skew(18deg, 0deg);
  -ms-transform: skewX(18deg) skewY(0deg);
  -o-transform: skew(18deg, 0deg);
  transform: skew(18deg, 0deg); */
  -webkit-backface-visibility: hidden;
}

.video-c video{
  z-index: 7;
  left: -588px;
  top: -200px;
  width: 480px;
  height: 270px;
  /* -webkit-transform: skew(18deg, 0deg);
  -moz-transform: skew(18deg, 0deg);
  -ms-transform: skewX(18deg) skewY(0deg);
  -o-transform: skew(18deg, 0deg);
  transform: skew(18deg, 0deg); */
  -webkit-backface-visibility: hidden;
}
