@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css);
@import url(//fonts.googleapis.com/css?family=Open+Sans:700,400,300);
@import url(//fonts.googleapis.com/css?family=Dorsa);
@import url(http://fonts.googleapis.com/css?family=Dosis:400,600);
@import url(https://fonts.googleapis.com/css?family=Raleway:400,500,700);
@import url(https://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css);
/* =======================================================
					variables
======================================================== */
/*========================================================
										Main layout styles
=========================================================*/
/* Estamos trabaando con la etiqueta del cuerpo, y por lo tanto con la página COMPLETA */
/* Imagen utilizada por defecto, la que se utlizará en pantallas pequeñas */






.demo-1 {
    position:relative;
    width:300px; 
   height:400px;
    overflow:hidden;
    float:inherit;
    margin:auto;

    background-color:rgba(26,76,110,0.5)
}
.demo-1 p,.demo-1 h2 {
    color:#fff;
    padding:20px;
    left:-20px;
    top:20px;
    position:relative
}
.demo-1 p {
    font-family:'Lato';
    font-size:16px;
    line-height:18px;
    margin:0

}
.demo-1 h2 {
    font-family:'Lato';
    font-size:20px;
    line-height:24px;
    margin:0;
}
.effect img {
    position:absolute;
    margin:-15px 0;
    right:0;
    top:0;
    cursor:pointer;
    -webkit-transition:top .4s ease-in-out,right .4s ease-in-out;
    -moz-transition:top .4s ease-in-out,right .4s ease-in-out;
    -o-transition:top .4s ease-in-out,right .4s ease-in-out;
    transition:top .4s ease-in-out,right .4s ease-in-out
}
.effect img.top:hover {
    top:-250px;
    right:-360px;
    padding-bottom:200px;
    padding-left:300px
}




img.siemens {
  float: left;
  margin-right:20px;
  margin-bottom:20px;
  transition: .5s ease-in-out;

}
img.siemens:hover {border-radius:50%;
-webkit-border-radius:50%;
box-shadow: 0px 0px 15px 15px #ec731e;
-webkit-box-shadow: 0px 0px 15px 15px #ec731e;
transform: rotate(360deg);
-webkit-transform: rotate(360deg);;}
	
img.ojo {
  float: left;
  margin-right:20px;
  margin-bottom:20px;
  transition: .5s ease-in-out;

}

img.ojo:hover {
-webkit-transform: rotateY(180deg);
-webkit-transform-style: preserve-3d;
transform: rotateY(180deg);
}

img.emprender {
  float: left;
  margin-right:20px;
  margin-bottom:20px;
  transition: .5s ease-in-out;

}
img.emprender:hover {-webkit-transform: rotate(360deg);transform: rotate(360deg);}

img.bid {
  float: left;
  margin-right:20px;
  margin-bottom:20px;
  transition: .5s ease-in-out;
}

img.bid:hover {-webkit-transform:scale(1.3);transform:scale(1.3);}

img.bid{overflow:hidden;}



	
body {
  background: #f6f6f7;
  background-color: #000059;
background: url(../images/fondositio.jpg);
  color:#000000;
  font: 14 px / 24 px Georgia, 'Times New Roman', Times, serif;
}
a {
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
a:hover {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
}
h2 a,
h3 a,
h4 a,
h5 a {
  color:#00000;
  font: inherit;
}
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover {
  color:#ffffff;
}
* {
  -webkit-text-size-adjust: none;
}
::-moz-selection {
  /* Code for Firefox */
  color: #ffffff;
  background: #666666;
}
::selection {
  color: #ffffff;
  background: #666666;
}



/*========================================================
										HEADER styles
=========================================================*/
#header {
  padding: 20px 0;
  background: url(../images/fondo.jpg) no-repeat;
  background-size: cover;
  text-align: center;
  height: 556px;
}
#header .social {
  text-align: center;
}
#header .social .fa {
  width: 69px;
  height: 69px;
  background: #0000;
  line-height: 69px;
  margin: 0 35px 50px 35px;
  font-size: 100px;
  color: black;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#header .social .fa:hover {
  background: #d94d3a;
}
#header h1 {
  color: #00000;
  margin-top: 15px;
}
#header h1 a {
 
  font: 400 115px/115px 'calibri', sans-serif;
  color: #ffffff;
  text-transform: uppercase;
  display: inline-block;
  height: 250px;
 height: 250px;
}
#header h1 a span {
  display: block;
  font: 30px/30px 'Dosis', sans-serif;
  margin-top: 28px;
  text-transform: none;
}
#header nav {
  margin-top: 53px;
}
.index #header {
  position: relative;
  background: none;
  height: 0;
  padding: 0;
}
.index #header #stuck_container {
  position: absolute;
  z-index: 9;
  left: 0;
  right: 0;
  top: 20px;
}
@media only screen and (max-width: 767px) {
  #header {
    text-align: center;
  }
  #header h1,
  #header nav {
    float: none;
    display: inline-block;
  }
  #header nav {
    display: block;
  }
  #header .social .fa {
    margin: 0 25px 50px 25px;
  }
}
@media only screen and (max-width: 480px) {
  #header .social .fa {
    margin: 0 5px 50px 5px;
  }
}
/* Main menu styles
========================================================*/
.sf-menu {
  width: 100%;
  text-align: center;
  line-height: 36px;
  margin-top: auto;
  margin-top: 32px;
  border-top: 2px solid #fff;
  padding-top: 50px;
  display: table;
}
.sf-menu > li {
  display: table-cell;
  table-layout: fixed;
  position: relative;
  padding: 0;
  margin: 0;
}
.sf-menu > li > a {
  color: #ffffff;
  font-size: 36px;
  margin-left: 29px;
  font-family: 'Dosis', sans-serif;
  margin-bottom: 30px;
  position: relative;
}
.sf-menu > li > a:hover {
  color: #ffffff;
}
.sf-menu > li > a:hover:before {
  background-position: 0 0;
  top: -46px;
  height: 21px;
}
.sf-menu > li > a:before {
  content: "";
  position: absolute;
  top: -52px;
  left: 37%;
  width: 38px;
  height: 12px;
  background: url(../images/menu-bullet.png) 0 -21px no-repeat;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.sf-menu > li:first-child {
  padding-right: 0;
}
.sf-menu > li.current > a {
  color: #ffffff;
}
.sf-menu > li.current > a:before {
  background-position: 0 0;
  top: -46px;
  height: 21px;
}
@media only screen and (max-width: 979px) {
  .sf-menu li {
    padding-right: 0;
  }
}
/* First level sub-menu styles
========================================================*/
.sf-menu ul {
  position: absolute;
  top: 66px;
  left: calc(50% - 80px);
  background: #d94d3a;
  color: #ffffff;
  min-width: 160px;
  z-index: 999;
  display: none;
  text-align: left;
  padding-left: 33px;
  padding-top: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.sf-menu ul:before {
  content: "";
  position: absolute;
  top: -10px;
  left: calc(50% - 3px);
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 10px solid #d94d3a;
}
.sf-menu ul li {
  position: relative;
  height: 48px;
  line-height: 48px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.sf-menu ul li a {
  line-height: 12px;
  padding: 10px 0;
  color: #ffffff;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  display: block;
}
.sf-menu ul li:hover > a {
  color: #7d261a;
}
/* Second level sub-menu styles
========================================================*/
.sf-menu ul ul {
  position: absolute;
  top: 0;
  left: 126px;
  z-index: 4;
  min-width: 157px;
  border: none;
  background: #dbb3ae;
}
.sf-menu ul ul:before {
  display: none;
}
.sf-menu ul ul a:hover {
  color: #d94d3a;
}
@media only screen and (max-width: 767px) {
  .sf-menu {
    display: none;
  }
  .select-menu {
    display: block;
    width: 100%;
    border-color: #d94d3a;
    color: #666;
    font-size: 16px;
    padding: 5px;
  }
}
/* Stuck menu styles
========================================================*/
.isStuck {
  background: url(../images/fondo.jpg) bottom;
  background-size: cover;
  z-index: 9;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #d94d3a;
}
.isStuck .social {
  display: none;
}
.isStuck h1 {
  display: none;
}
.isStuck nav {
  margin-top: 17px !important;
}
.isStuck .sf-menu {
  margin-top: 3px;
  border: none;
  padding: 0;
}
.isStuck .sf-menu > li > a:before {
  display: none;
}
.isStuck .sf-menu > li > a:hover:before {
  display: none;
}
.isStuck .sf-menu > li.current > a:before {
  display: none;
}
@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important;
  }
}
/*========================================================
										CONTENT styles
=========================================================*/


figure.snip1477 {
  font-family: 'Raleway', Arial, sans-serif;
  position: relative;
  overflow: hidden;
  margin: 10px;
  min-width: 230px;
  max-width: 315px;
  width: 100%;
  color: #ffffff;
  text-align: center;
  font-size: 16px;
  background-color: #000000;
  float: left;
}
figure.snip1477 *,
figure.snip1477 *:before,
figure.snip1477 *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.55s ease;
  transition: all 0.55s ease;
}
figure.snip1477 img {
  max-width: 100%;
  backface-visibility: hidden;
  vertical-align: top;
  opacity: 0.9;
}
figure.snip1477 .title {
  position: absolute;
  top: 58%;
  left: 25px;
  padding: 5px 10px 10px;
}
figure.snip1477 .title:before,
figure.snip1477 .title:after {
  height: 2px;
  width: 400px;
  position: absolute;
  content: '';
  background-color: #ffffff;
}
figure.snip1477 .title:before {
  top: 0;
  left: 10px;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
figure.snip1477 .title:after {
  bottom: 0;
  right: 10px;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
figure.snip1477 .title div:before,
figure.snip1477 .title div:after {
  width: 2px;
  height: 300px;
  position: absolute;
  content: '';
  background-color: #ffffff;
}
figure.snip1477 .title div:before {
  top: 10px;
  right: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}
figure.snip1477 .title div:after {
  bottom: 10px;
  left: 0;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
figure.snip1477 h2,
figure.snip1477 h4 {
  margin: 0;
  text-transform: uppercase;
}
figure.snip1477 h2 {
  font-weight: 400;
}
figure.snip1477 h4 {
  display: block;
  font-weight: 700;
  background-color: #ffffff;
  padding: 5px 10px;
  color: #000000;
}
figure.snip1477 figcaption {
  position: absolute;
  bottom: 42%;
  left: 25px;
  text-align: left;
  opacity: 0;
  padding: 5px 60px 5px 10px;
  font-size: 0.8em;
  font-weight: 500;
  letter-spacing: 1.5px;
}
figure.snip1477 figcaption p {
  margin: 0;
}
figure.snip1477 a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
figure.snip1477:hover img,
figure.snip1477.hover img {
  zoom: 1;
  filter: alpha(opacity=35);
  -webkit-opacity: 0.35;
  opacity: 0.35;
}
figure.snip1477:hover .title:before,
figure.snip1477.hover .title:before,
figure.snip1477:hover .title:after,
figure.snip1477.hover .title:after,
figure.snip1477:hover .title div:before,
figure.snip1477.hover .title div:before,
figure.snip1477:hover .title div:after,
figure.snip1477.hover .title div:after {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
figure.snip1477:hover .title:before,
figure.snip1477.hover .title:before,
figure.snip1477:hover .title:after,
figure.snip1477.hover .title:after {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}
figure.snip1477:hover figcaption,
figure.snip1477.hover figcaption {
  opacity: 1;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}








h2,
h3,
h4 {
  font-family: 'Marvel', sans-serif;
  color: #00000;
}
h2 {

	
  font: 400 60px/60px 'Open Sans', sans-serif;
  text-align: center;
  margin-bottom: 80px;
background: #202020; 
-webkit-background-clip: text; 
-moz-background-clip: text; 
background-clip: text; 
color: transparent; 
text-shadow: 0px 4px 4px rgba(255,255,255,0.7),0px -3px 1px rgba(0,0,0,0.6);
}


h6 {
	
	text-shadow: 0 0 0px #000,
0 0 1px #000,
0 0 3px #000,
0 0 6px #00ff00,
0 0 8px #00ff00,
0 0 10px #00ff00,
0 0 12px #00ff00,
0 0 14px #00ff00;
	
  font: 400 60px/60px 'Open Sans', sans-serif;
  text-align: center;
  margin-bottom: 50px;
  color:#0000;


}



h3 {
  font-size: 20px;
  font-family: 'Marvel', sans-serif;
  text-align: center;
  line-height: 50px;
}
h4 {
  font-size: 28px;
  line-height: 28px;
  font-family: 'Open Sans', sans-serif;
  text-align: center;
  margin-top: 0px;
  margin-bottom: 20px;
}
h5 {
  font-size: 16px;
  line-height: 16px;
  font-family: 'Open Sans', sans-serif;
  text-align: left;
  margin-bottom: 10px;
  color: #00000;
}
.h5__mod {
  color: #00000;
}
p {
  font: 16px/20px 'Open Sans', sans-serif;
  color: #00000;
}
.full-width-container {
  width: 100%;
}
.img_block {
  overflow: hidden;
  margin-bottom: 15px;
  position: relative;
}
.img_block img {
  width: 100%;
}
.btn {
  width: 228px;
  border: 1px solid #5d5959;
  background: none;
  display: block;
  font: 36px/76px 'Open Sans', sans-serif;
  text-align: center;
  color: #000000;
  margin-top: 20px;
  margin: 20px auto;
}
.btn:hover {
  background: #3c3c3e;
  color: #ffffff;
}
.bd-ra {
  border-radius: 50%;
}
.sub_head {
  font-size: 24px;
  font-style: italic;
  line-height: 36px;
  text-align: center;
  margin: 0 auto;
}
@media only screen and (max-width: 979px) {
  h2 {
    font: 300 62px/62px 'Open Sans', sans-serif;
    text-align: center;
margin-bottom: 40px;
  }
  h2 span:before {
    display: none;
  }
  h3 {
    font: 45px/45px 'Marvel', sans-serif;
    text-align: center;
  }
  h4 {
    font: 30px/30px 'Marvel', sans-serif;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  h5 {
    font: 20px/20px 'Marvel', sans-serif;
    text-align: center;
    margin-bottom: 20px;
    color: #3c3c3e;
  }
}
@media only screen and (max-width: 767px) {
  h2 {
    font: 300 52px/52px 'Open Sans', sans-serif;
    text-align: center;
    margin-bottom: 40px;
  }
  h2 span:before {
    display: none;
  }
  h3 {
    font: 45px/45px 'Marvel', sans-serif;
    text-align: center;
  }
  h4 {
    font: 25px/25px 'Marvel', sans-serif;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  h5 {
    font: 20px/20px 'Marvel', sans-serif;
    text-align: center;
    margin-bottom: 20px;
    color: #3c3c3e;
  }
  .img_block {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 479px) {
  h2 {
    font: 300 42px/42px 'Open Sans', sans-serif;
    text-align: center;
    margin-bottom: 40px;
  }
  h2 span:before {
    display: none;
  }
  h3 {
    font: 35px/35px 'Marvel', sans-serif;
    text-align: center;
  }
  h4 {
    font: 20px/20px 'Marvel', sans-serif;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  h5 {
    font: 16px/16px 'Marvel', sans-serif;
    text-align: center;
    margin-bottom: 20px;
    color: #3c3c3e;
  }
  .img_block {
    margin-bottom: 20px;
  }
}
.index .block-1 {
  position: relative;
}
.index .block-2 {
  position: relative;
  margin-top: -333px;
}
.index .block-2 h2 {
  color: #00000;
  font-size: 48px;
  font-family: 'Open Sans', sans-serif;
  text-decoration: none;
  border-bottom: none;
  display: block;
  text-align: center;
}
.index .block-2 .isotope a {
  float: left;
  height: 284px;
  overflow: hidden;
  border: 1px solid #3f3d3d;
  position: relative;
}
.index .block-2 .isotope a i {
  width: 100%;
  height: 100%;
  position: absolute;
  padding: 0;
  top: 0;
  left: 0;
  display: block;
  background: url(../images/filler-1.png) repeat;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 100px;
  color: #000;
  line-height: 260px;
  text-align: center;
}
.index .block-2 .isotope a:hover i {
  opacity: 1;
  filter: alpha(opacity=100);
}
.index .block-2 .isotope .item-1 {
  border-bottom: none;
}
.index .block-2 .isotope .item-2,
.index .block-2 .isotope .item-3 {
  border-bottom: none;
  border-left: none;
}
.index .block-2 .isotope .item-5,
.index .block-2 .isotope .item-6 {
  border-left: none;
}
.index .block-2 .btn {
  margin-top: 77px;
  margin-bottom: 140px;
}
.index .block-3 {
  padding-bottom: 70px;
}
.index .block-3 .first {
  font-size: 18px;
  margin-bottom: 40px;
}
.index .block-3 .btn {
  margin: 50px 0 20px 0;
}
.index .block-3 .img_block {
  float: left;
  margin-right: 30px;
}
.index .block-4 {
  background: url(../images/index_img_par.jpg);
  background-attachment: fixed;
  background-position: center 0%;
  position: relative;
  background-repeat: no-repeat;
  padding: 80px 0;
  overflow: hidden;
}
.index .block-4 span {
  font-size: 92px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 100px;
  display: block;
  position: relative;
  color: #00000;
  font-family: 'Open Sans', sans-serif;
}
.index .block-4 .el-1 {
  left: 300px;
}
.index .block-4 .el-2 {
  left: 585px;
}
.index .block-4 .btn {
  border-color: #ffffff;
  color: #00000;
  margin-top: 40px;
}
.index .block-5 {
  padding: 80px 0;
}
.index .block-5 .text {
  border: 1px solid #fff;
  font: 14px/20px 'Open Sans', sans-serif;
  color: #727070;
  margin-bottom: 30px;
}
.index .block-5 .item-1 .text {
  margin-left: 30px;
  padding: 30px 40px 28px 100px;
  position: relative;
}
.index .block-5 .item-1 .text:before {
  content: "";
  width: 21px;
  height: 38px;
  background: url(../images/left-arrow.png) no-repeat;
  position: absolute;
  top: 60px;
  left: -20px;
}
.index .block-5 .item-2 .text {
  margin-right: 30px;
  padding: 30px 100px 28px 40px;
  position: relative;
}
.index .block-5 .item-2 .text:before {
  content: "";
  width: 21px;
  height: 38px;
  background: url(../images/right-arrow.png) no-repeat;
  position: absolute;
  top: 60px;
  right: -20px;
}
.index .block-6 #map-canvas {
  height: 680px;
}
@media only screen and (max-width: 1499px) {
  .index .block-2 {
    margin-top: -300px;
  }
}
@media only screen and (max-width: 1399px) {
  .index .block-2 {
    margin-top: -270px;
  }
}
@media only screen and (max-width: 1199px) {
  .index .w-1 {
    width: 27.5%;
  }
  .index .w-2 {
    width: 44%;
  }
  .index .block-2 {
    margin-top: -270px;
  }
  .index .block-2 .img_block {
    height: 100%;
  }
  .index .block-2 .img_block img {
    width: auto;
    height: 100%;
  }
  .index .block-2 .isotope a {
    height: 265px;
  }
  .index .block-2 .isotope i {
    line-height: 265px;
  }
  .index .block-4 .el-1,
  .index .block-4 .el-2 {
    position: static;
    margin-left: 100px;
  }
  .index .block-5 .item-1 .text {
    padding-left: 40px;
  }
  .index .block-5 .item-2 .text {
    padding-right: 40px;
  }
}
@media only screen and (max-width: 979px) {
  .index .block-2 {
    margin-top: -270px;
  }
  .index .block-2 .isotope a {
    height: 211px;
  }
  .index .block-2 .isotope i {
    line-height: 211px !important;
  }
  .index .block-3 h3 {
    height: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .index .block-2 .isotope a {
    width: 100%;
    height: 211px;
    border: 1px solid #000 !important;
    margin-top: -1px;
  }
  .index .block-2 .isotope a .img_block {
    width: 100%;
    margin-bottom: 0;
  }
  .index .block-2 .isotope a .img_block img {
    width: 100%;
    height: auto;
  }
  .index .block-3 .element {
    padding: 0;
  }
  .index .block-3 .grid_7 h2 {
    margin-top: 50px;
  }
  .index .block-5 article {
    margin-bottom: 60px;
  }
  .index .block-5 .img_block {
    width: 60%;
    margin: 30px auto;
  }
  .index .item-1 .text {
    margin: 30px 0 !important;
  }
  .index .item-1 .text:before {
    display: none;
  }
  .index .item-1 .text:after {
    content: "";
    position: absolute;
    top: -22px;
    left: calc(50% - 10px);
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 22px solid #ffffff;
  }
  .index .item-2 .text {
    margin: 0 0 30px 0 !important;
  }
  .index .item-2 .text:before {
    display: none;
  }
  .index .item-2 .text:after {
    content: "";
    position: absolute;
    bottom: -22px;
    left: calc(50% - 10px);
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 22px solid #ffffff;
  }
}
@media only screen and (max-width: 640px) {
  .index .block-4 .el-1,
  .index .block-4 .el-2 {
    font-size: 70px;
    line-height: 75px;
    margin-left: 0;
    text-align: center;
  }
}
@media only screen and (max-width: 480px) {
  .index .block-4 .el-1,
  .index .block-4 .el-2 {
    font-size: 40px;
    line-height: 45px;
  }
  .index .block-5 .img_block {
    width: 100%;
  }
}
.index-1 .block-1 {
  padding: 120px 0 70px;
}
.index-1 .block-1 header {
  text-align: center;
}
.index-1 .block-1 h2 {
  margin-bottom: 64px;
}
.index-1 .block-1 article {
  border: 1px solid #000;
  border-top: none;
  padding-top: 5px;
  margin-bottom: 95px;
}
.index-1 .block-1 h4 {
  background: #323045;
  color: #00000;
  line-height: 52px;
  margin-top: 0;
  margin-bottom: 20px;
}
.index-1 .block-1 p {
  padding: 0 32px 25px;
}
.index-1 .block-1 .img_block {
  margin-bottom: 0 !important;
}
.index-1 .block-1 .img_block i {
  width: 100%;
  height: 100%;
  position: absolute;
  padding: 0;
  top: 0;
  left: 0;
  display: block;
  background: url(../images/filler-1.png) repeat;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 100px;
  color: #00000;
  line-height: 234px;
  text-align: center;
}
.index-1 .block-1 .img_block:hover i {
  opacity: 1;
  filter: alpha(opacity=100);
}
@media only screen and (max-width: 1199px) {
  .index-1 .block-1 .img_block i {
    line-height: 190px;
  }
}
@media only screen and (max-width: 979px) and (min-width: 768px) {
  .index-1 .block-1 .img_block i {
    line-height: 149px;
  }
  .index-1 .block-3 .bd-ra {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .index-1 .block-1 .img_block i {
    line-height: 266px;
  }
  .index-1 .block-3 .bd-ra {
    margin: 10px auto;
  }
  .index-1 .block-3 p {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 480px) {
  .index-1 .block-1 .img_block i {
    line-height: 171px;
  }
}
.index-2 .block-1 {
  padding: 120px 0 70px;
}
.index-2 .block-1 header {
  text-align: center;
}
.index-2 .block-1 #touch_gallery .grid_4 {
  position: relative;
  overflow: hidden;
  margin-bottom: 33px;
}
.index-2 .block-1 h2 {
  margin-bottom: 64px;
}
.index-2 .block-1 article {
  border: 1px solid rgba(50, 48, 69, 0.5);
  background: #323045;
  padding-top: 6px;
  position: absolute;
  top: 207px;
  left: 0;
  height: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.index-2 .block-1 article:hover {
  top: 0;
  padding-top: 41px;
}
.index-2 .block-1 h4 {
  background: none;
  color: #00000;
  line-height: 52px;
  margin-top: 0;
  margin-bottom: 20px;
}
.index-2 .block-1 p {
  padding: 0 25px 25px;
  color: #efeded;
}
.index-2 .block-1 .img_block {
  margin-bottom: 0 !important;
}
.index-2 .block-1 .img_block i {
  width: 100%;
  height: 100%;
  position: absolute;
  padding: 0;
  top: 0;
  left: 0;
  display: block;
  background: url(../images/filler.png) no-repeat;
  background-size: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.index-2 .block-1 .img_block:hover i {
  opacity: 1;
  filter: alpha(opacity=100);
}
.index-2 .block-1 .pagination {
  text-align: center;
  margin-top: 43px;
}
.index-2 .block-1 .pagination a {
  display: inline-block;
  width: 53px;
  height: 36px;
  font: 24px/36px 'Dosis', sans-serif;
  color: #5d5959;
  border: 1px solid #7b7878;
  margin-left: -1px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.index-2 .block-1 .pagination a.active {
  background: #00000;
}
.index-2 .block-1 .pagination a:hover {
  background: #00000;
}
@media only screen and (max-width: 1199px) {
  .index-2 .block-1 article {
    top: 165px;
  }
  .index-2 .block-1 article:hover {
    padding-top: 10px;
  }
  .index-2 .block-1 article h4 {
    line-height: 35px;
  }
}
@media only screen and (max-width: 979px) {
  .index-2 .block-1 article {
    top: 130px;
  }
  .index-2 .block-1 article:hover {
    padding-top: 10px;
  }
  .index-2 .block-1 article h4 {
    line-height: 35px;
    font-size: 20px;
    margin-bottom: 5px;
  }
  .index-2 .block-1 article p {
    font-size: 12px;
    padding: 0 5px;
  }
}
@media only screen and (max-width: 767px) {
  .index-2 .block-1 article {
    top: 234px;
  }
  .index-2 .block-1 article:hover {
    padding-top: 10px;
  }
  .index-2 .block-1 article h4 {
    line-height: 35px;
    font-size: 30px;
    margin-bottom: 20px;
    margin-top: 15px;
  }
  .index-2 .block-1 article p {
    font-size: 14px;
    padding: 0 30px;
  }
}
@media only screen and (max-width: 480px) {
  .index-2 .block-1 article {
    top: 150px;
  }
  .index-2 .block-1 article:hover {
    padding-top: 10px;
  }
  .index-2 .block-1 article h4 {
    line-height: 35px;
    font-size: 20px;
    margin-bottom: 5px;
    margin-top: 5px;
  }
  .index-2 .block-1 article p {
    font-size: 14px;
    padding: 0 10px;
  }
}
.index-3 .block-1 {
  padding: 80px 0;
}
.index-3 .block-1 h4 {
  text-align: left;
  color: #3c3c3e;
  margin-bottom: 35px;
}
.index-3 .block-1 article {
  margin-bottom: 100px;
}
.index-3 .block-1 .first {
  margin-bottom: 25px;
  margin-top: 20px;
}
.index-3 .block-1 .attributes {
  margin-top: 25px;
}
.index-3 .block-1 .attributes > div {
  border-bottom: 1px solid #d1d1d2;
  height: 40px;
  line-height: 40px;
}
.index-3 .block-1 .attributes > div > div {
  display: inline-block;
  font-size: 14px;
  color: #737272;
}
.index-3 .block-1 .attributes > div > div a {
  color: #737272;
  font-family: 'Open Sans', sans-serif;
}
.index-3 .block-1 .attributes > div > div a:hover {
  color: #000;
}
.index-3 .block-1 .attributes > div .fa {
  line-height: 40px;
  color: #adacac;
  font-size: 20px;
  margin-right: 25px;
}
.index-3 .block-1 .attributes .attr {
  width: 236px;
}
.index-3 .block-1 .attributes .attr-2 {
  float: right;
}
.index-3 .block-1 .attributes .attr-3 > div {
  display: inline-block;
}
.index-3 .block-1 .attributes .attr-3 > div span {
  margin-right: 5px;
}
.index-3 .block-1 .attributes .el-2 .fa:hover,
.index-3 .block-1 .attributes .el-3 .fa:hover {
  color: #d94d3a;
}
.index-3 .block-1 .line-1 {
  border-top: 1px solid #d1d1d2;
}
.index-3 .item-1 {
  margin-bottom: 100px;
}
.index-3 .item-1 li {
  padding-left: 23px;
  background: url(../images/bullet.png) 1px 9px no-repeat;
  margin-bottom: 5px;
}
.index-3 .item-1 li a {
  color: #535151;
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
}
.index-3 .item-1 li a:hover {
  color: #d94d3a;
}
.index-3 .item-2 .img_block {
  float: left;
  margin-right: 20px;
}
.index-3 .item-2 h5 {
  margin-bottom: 5px;
}
.index-3 .item-2 p {
  margin-top: 25px;
}
.index-3 .item-2 article {
  margin-bottom: 45px;
}
@media only screen and (max-width: 1199px) {
  .index-3 .block-1 .attributes .attr {
    width: 200px;
  }
}
@media only screen and (max-width: 979px) {
  .index-3 .block-1 .attributes .attr {
    width: 155px;
  }
  .index-3 .item-2 .img_block {
    float: none;
  }
}
@media only screen and (max-width: 767px) {
  .index-3 .block-1 .attributes > div {
    height: auto;
  }
  .index-3 .block-1 .attributes .attr {
    width: 49%;
  }
  .index-3 .block-1 .attributes .attr-2 {
    float: none;
  }
  .index-3 .item-2 .img_block {
    float: left;
  }
  .index-3 .item-2 h5 {
    text-align: left;
  }
}
@media only screen and (max-width: 480px) {
  .index-3 .block-1 .attributes > div {
    height: auto;
  }
  .index-3 .block-1 .attributes .attr {
    width: 100%;
  }
  .index-3 .block-1 .attributes .attr-2 {
    float: none;
  }
  .index-3 .item-2 .img_block {
    float: none;
  }
}
.index-4 .block-1 {
  padding: 80px 0;
}
.index-4 .block-1 header {
  text-align: center;
}
.index-4 .block-1 #map-canvas {
  height: 428px;
}
.index-4 .block-2 {
  padding: 80px 0;
}
.index-4 .block-2 .cont_btn a {
  display: inline-block;
  font-size: 26px;
  width: 172px;
  height: 57px;
  line-height: 57px;
}
.index-4 .block-2 .address a {
  color: inherit;
}
.index-4 .block-2 .address a:hover {
  color: #d94d3a;
}
@media only screen and (max-width: 767px) {
  .index-4 h2 {
    margin-top: 30px;
  }
  .index-4 .address {
    margin-top: 20px;
  }
  .index-4 .block-2 .cont_btn {
    margin-bottom: 70px;
  }
  .index-4 .block-2 .cont_btn .btn {
    margin-right: 30px !important;
  }
}
/*========================================================
										FOOTER styles
=========================================================*/
#footer {
  background: #f6f6f7;
  padding: 10px 0 0;
  color: #003366;
}
#footer a {
  color: inherit;
}
#footer a:hover {
  text-decoration: underline;
}
#footer .copyright {
  text-align: center;
}
#footer .copyright .btn {
  width: 94px;
  height: 94px;
  line-height: 94px;
  font-size: 60px;
  color: #003366;
  background: #fff;
  border: none;
  margin: 30px 50px;
}
#footer .copyright .btn span {
  line-height: 94px;
}
#footer .copyright .btn:hover {
  background: #003366;
  color: #fff;
}
#footer .copyright pre {
  color: #000;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  margin-bottom: 10px;
  text-align: center;
}
#footer .footer_bottom {
  height: 35px;
  text-align: center;
  background: #003366;
}
@media only screen and (max-width: 767px) {
  #footer .copyright .btn {
    width: 80px;
    height: 80px;
    line-height: 80px;
    margin: 30px 25px;
  }
}
@media only screen and (max-width: 479px) {
  #footer .copyright .btn {
    display: block;
    margin: 20px auto;
  }
}


/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Blog Main Area css
============================================================================================ */
.blog_img {
  position:relative;
}
botoncito{
	font:"Expressway Rg";
	font-size:24px,}

strong, b {
    font-weight: bold;
}

.blog_img .blog_date {
  position: relative;
  left: 0px;
  top: 40px;
  max-width: 120px;
  width: 100%;
  background: #6fbcfe;
  /* Old browsers */
  background: -moz-linear-gradient(left, #6fbcfe 0%, #9b8aff 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #6fbcfe 0%, #9b8aff 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(#6fbcfe), to(#9b8aff));
  background: -o-linear-gradient(left, #6fbcfe 0%, #9b8aff 100%);
  background: linear-gradient(to right, #6fbcfe 0%, #9b8aff 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6fbcfe', endColorstr='#9b8aff',GradientType=1 );
  /* IE6-9 */
  text-align: center;
  color: #fff;
  padding: 18px 0px 16px 0px;
}

.blog_img .blog_date h4 {
  font-size: 36px;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  padding-bottom: 5px;
}

.blog_img .blog_date h5 {
  font-size: 12px;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
}

.blog_text {
  padding: 40px 30px 65px 30px;
}

.blog_text h4 {
  font-size: 24px;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  color: #0b1033;
  padding-bottom: 5px;
}

.blog_text .blog_author {
  padding-bottom: 30px;
}

.blog_text .blog_author a {
  font-size: 12px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  color: #7c8d93;
  margin-right: 20px;
  position: relative;
}

.blog_text .blog_author a:before {
  content: "|";
  position: absolute;
  right: -13px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #7c8d93;
}

.blog_text .blog_author a:last-child {
  margin-right: 0px;
}

.blog_text .blog_author a:last-child:before {
  display: none;
}

.blog_text p {
  font-size: 15px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  line-height: 28px;
  color: #7c8d93;
}

.blog_text p + p {
  padding-top: 30px;
}

.blog_text .more_btn {
  margin-top: 45px;
}

.blog_main_item {
  -webkit-box-shadow: 0px 14px 38px 0px rgba(0, 0, 0, 0.11);
  box-shadow: 0px 14px 38px 0px rgba(0, 0, 0, 0.11);
  margin-bottom: 100px;
}

.blog_main_item:last-child {
  margin-bottom: 0px;
}

.pagination_area {
  padding-top: 100px;
}

.pagination_area .pagination li {
  margin-right: 10px;
}

.pagination_area .pagination li a {
  border-radius: 0px;
  border: none;
  background: transparent;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  color: #7c8d93;
  padding: 0px;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
}

.pagination_area .pagination li:last-child {
  margin-right: 0px;
}

.pagination_area .pagination li:hover a, .pagination_area .pagination li.active a {
  color: #0b1033;
  background: transparent;
}

.r_widget {
  margin-bottom: 80px;
}

.r_widget:last-child {
  margin-bottom: 0px;
}

.r_w_title {
  padding-bottom: 25px;
}

.r_w_title h3 {
  font-size: 18px;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  color: #0b1033;
}

.search_widget .input-group {
  display: block;
  position: relative;
}

.search_widget .input-group input {
  width: 100%;
  display: block;
  border-radius: 0px;
  border-width: 1px;
  border-style: solid;
  border-image: -moz-linear-gradient(180deg, #9b8aff 0%, #6ebdfe 100%);
  -webkit-border-image: -webkit-linear-gradient(180deg, #9b8aff 0%, #6ebdfe 100%);
  border-image: -webkit-linear-gradient(180deg, #9b8aff 0%, #6ebdfe 100%);
  border-image: -ms-linear-gradient(180deg, #9b8aff 0%, #6ebdfe 100%);
  border-image-slice: 1;
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
  height: 36px;
  padding: 0px;
  line-height: 0px;
  padding-bottom: 24px;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 12px;
  color: #acb6ba;
  font-family: "Roboto", sans-serif;
  font-style: italic;
}

.search_widget .input-group input.placeholder {
  font-size: 12px;
  color: #acb6ba;
  font-family: "Roboto", sans-serif;
  font-style: italic;
}

.search_widget .input-group input:-moz-placeholder {
  font-size: 12px;
  color: #acb6ba;
  font-family: "Roboto", sans-serif;
  font-style: italic;
}

.search_widget .input-group input::-moz-placeholder {
  font-size: 12px;
  color: #acb6ba;
  font-family: "Roboto", sans-serif;
  font-style: italic;
}

.search_widget .input-group input::-webkit-input-placeholder {
  font-size: 12px;
  color: #acb6ba;
  font-family: "Roboto", sans-serif;
  font-style: italic;
}

.search_widget .input-group .input-group-btn {
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 3;
}

.search_widget .input-group .input-group-btn .btn-secondary {
  background: transparent;
  border-radius: 0px;
  padding: 0px;
  border: none;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
  margin: 0px;
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  color: #acb6ba;
  cursor: pointer;
}

.search_widget .input-group .input-group-btn .btn-secondary:hover {
  color: #0b1033;
}

.categories_widget ul li {
  margin-bottom: 10px;
}

.categories_widget ul li a {
  font-size: 15px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  color: #7c8d93;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
}

.categories_widget ul li:last-child {
  margin-bottom: 0px;
}

.categories_widget ul li:hover a {
  color: #70a7e4;
}

.insta_widget ul {
  overflow: hidden;
  margin: -3px;
}

.insta_widget ul li {
  width: calc(100% / 3);
  float: left;
  overflow: hidden;
}

.insta_widget ul li a {
  display: block;
  padding: 3px;
}

.tag_widget ul {
  margin-right: -8px;
  margin-bottom: -12px;
}

.tag_widget ul li {
  display: inline-block;
  margin-right: 8px;
  margin-bottom: 12px;
}

.tag_widget ul li a {
  display: inline-block;
  background: #f4f8fc;
  padding: 0px 25px;
  line-height: 40px;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #7c8d93;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
}

.tag_widget ul li:hover a {
  border-radius: 20px;
  background-image: -moz-linear-gradient(10deg, #6ebdfe 0%, #9b8aff 100%);
  background-image: -webkit-linear-gradient(10deg, #6ebdfe 0%, #9b8aff 100%);
  background-image: -ms-linear-gradient(10deg, #6ebdfe 0%, #9b8aff 100%);
  color: #fff;
}

.quote_widget p {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: italic;
  color: #7c8d93;
  line-height: 30px;
  font-size: 15px;
  padding-top: 25px;
}

.s_blog_social {
  padding-bottom: 80px;
  padding-left: 30px;
}

.s_blog_social h3 {
  font-size: 18px;
  color: #0b1033;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  display: inline-block;
}

.s_blog_social ul {
  display: inline-block;
}

.s_blog_social ul li {
  display: inline-block;
  margin-left: 30px;
}

.s_blog_social ul li a {
  font-size: 12px;
  color: #0b1033;
}

.s_blog_social ul li:first-child {
  margin-left: 40px;
}

.blog_author .media {
  vertical-align: middle;
}

.blog_author .media .d-flex {
  padding-right: 20px;
  -ms-flex-item-align: center;
  align-self: center;
}

.blog_author .media .media-body h4 {
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  padding-bottom: 25px;
}

.blog_author .media .media-body h4 span {
  color: #7c8d93;
}

.blog_author .media .media-body p {
  font-size: 15px;
  line-height: 28px;
  color: #7c8d93;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}

.blog_comment h3 {
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  color: #0b1033;
  padding-bottom: 80px;
  padding-top: 80px;
}

.blog_comment .media {
  margin-bottom: 35px;
}

.blog_comment .media .d-flex {
  display: block !important;
  padding: 0px 0px 0px 25px;
  max-width: 144px;
  width: 100%;
}

.blog_comment .media .d-flex h4 {
  color: #0b1033;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 16px;
  display: block;
  padding-bottom: 6px;
}

.blog_comment .media .d-flex h5 {
  color: #7c8d93;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 12px;
  display: block;
}

.blog_comment .media .media-body {
  padding-left: 20px;
}

.blog_comment .media .media-body p {
  color: #7c8d93;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 28px;
  padding-bottom: 15px;
}

.blog_comment .media .media-body a {
  color: #0b1033;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 12px;
}

.blog_comment .media:last-child {
  margin-bottom: 0px;
}

.blog_comment_form {
  max-width: 560px;
}

.blog_comment_form h3 {
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  color: #0b1033;
  padding: 75px 0px 55px 0px;
}

.blog_comment_form .contact_us_form {
  margin-top: 0px;
}

.blog_comment_form .contact_us_form .form-group input {
  height: 55px;
}

.blog_comment_form .contact_us_form .form-group:last-child {
  margin-bottom: 0px;
}






/*========================================================
										Widget styles
=========================================================*/
/* UItoTop styles
========================================================*/
#toTop {
  display: none;
  background: #d94d3a;
  text-decoration: none;
  position: fixed;
  bottom: 80px;
  right: 30px;
  overflow: hidden;
  border: none;
  color: #fff;
  width: 73px;
  height: 73px;
  font-size: 72px;
  line-height: 73px;
  z-index: 20;
  text-align: center;
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
}
#toTop:hover {
  outline: none;
  color: #7d261a;
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
}
@media only screen and (max-width: 1199px) {
  #toTop {
    display: none !important;
  }
}
/*========================================================
								RESPONSIVE LAYOUTS STYLES 
=========================================================*/
@media only screen and (max-width: 1199px) {
  .sample {
    height: auto;
    /*delete this class*/
  }
}
@media only screen and (max-width: 979px) {
  .sample {
    height: auto;
    /*delete this class*/
  }
}
@media only screen and (max-width: 767px) {
  .sample {
    height: auto;
    /*delete this class*/
  }
}
@media only screen and (max-width: 480px) {
  .sample {
    height: auto;
    /*delete this class*/
  }
}
@media only screen and (max-width: 320px) {
  .sample {
    height: auto;
    /*delete this class*/
  }
}
/*Core variables and mixins*/
