/*
Theme Name: Peru Vip Trips
Theme URI: http://www.peruviptrips.com/
Description: Peru Vip Trips is tour operator and agency in Peru
Author: Victor Mamani VicMac000@hotmail.com
Author URI: http://www.peruviptrips.com/
Version: 1.0
Tags: Peru Vip, Peru Vip Trips, Peru Travel, tour cusco, tour machu picchu, tours machu picchu, salkantay trek machupicchu, lares trek machu picchu

License: VicMac
License URI: http://www.peruviptrips.com/vicmac

This is an theme to go along with the Peru Vip Trips to machu picchu of post on <a href="http://www.peruviptrips.com/"> with Botstrap - wordpress</a>.
*/

/*@import url('<?php bloginfo('template_url'); ?>/css/bootstrap.css'); 
@import url('<?php bloginfo('template_url'); ?>/css/bootstrap-responsive.css'); */ 


/* ==== Google font ==== */
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,700,600);

@import url('<?php bloginfo('template_url'); ?>/css/font-awesome.css');
/* ==== overwrite bootstrap standard ==== */
@import url('<?php bloginfo('template_url'); ?>/css/overwrite.css');
@import url('<?php bloginfo('template_url'); ?>/css/animate.css');



body {
	font-family: Tahoma, Geneva, verdana, sans-serif;
	font-size:   12px;
	font-weight: 200;
	line-height: 1.3px;
	overflow-x:  hidden;
  margin-top:  0px;
  margin-bottom: 0px;
  padding: 0px 0px 0px 0px;
  background: #000000;
  
}


#cuerpo {
  background-color: #000000;
  border-color: #000000;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 10px;
  padding-left: 10px; 
  padding-top: 3px;
  padding-bottom: 10px;
}

.Menuparte {
  background-color: #119be4;
  min-height: 50px;
}


#flotante{  /*padre*/
  overflow: hidden;
  width: 100%; 
}
#flotante .A, #flotante .B{  /*hijos*/
  float: left;
  display: inline-block;
}

h1,h2,h3,h4,h5,h6 {
	color:#333;
	line-height:1.3em;
}

p {
	color:#868686;
	font-size:1.2rem;
  text-align: justify;
}
a {
    text-decoration:none;
    transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    outline: none;
	  color:#eeeeee;
}
a:hover {
	text-decoration: none;
	color:#cba135;	
	}

.btn-default {
  font-size: 1rem;

}
.btn-primary {
	padding: 4px 5px;
	background: #ED502E;
	color: #fff;
	border:none;
	margin-top: 20px;
}	

.btn-primary:hover, 
.btn-primary:focus{
  background: #eb8984;
  outline: none;
  box-shadow: none;
} 

.text-center h2 {
	margin-bottom:30px;
}

.text-center p {
	margin-bottom:30px;
	color:#333;
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #fff;
  text-transform:uppercase;
  font-size:1.2rem;
  border-radius:30px;
  margin-left:-10px;
}

.btn-default:hover {
	background-color:#f9f9f9;
	color:#ED502E;
	border-color: #fff;	
}



/*--- cabecera header -*/
header {
  background: #fefefe;
}
.logo img {
    width: 100%;
    height: 160px;
    padding-top: 5px;
    margin-right: 0px;
    margin-left: 0px;
}
.titulo h1 {
   font-size: 4rem;
   text-align: center;
   font-weight: bold;
   color : #184469;
   margin-bottom: 0px; 
   margin-top: 0px;

}
.titulo h2 {
   font-size: 2.5rem;
   text-align: center;
   color : #529311;
   margin-top: 6px;
   line-height: 120%;
}
.titulo h3 {
   font-size: 1.8rem;
   font-weight: 100px;
   text-align: center;
   color : #868686;
   line-height: 120%; 
}
.titulo h4 {
   font-size: 1.2em;
   text-align: center;
   color : #868686;
   line-height: 100%; 
}
.titulo p {
   font-size: 1.4em;
   text-align: left;
   color : #868686;
   line-height: 40%; 
}
.titulo2 h3 {
   font-size: 1.8rem;
   font-weight: 100px;
   text-align: left;
   color : #868686;
   line-height: 100% 
}
.titulo2 h4 {
   font-size: 1.2em;
   text-align: left;
   color : #868686;
   line-height: 40% 
}
.titulo2 p {
   font-size: 1.4rem;
   text-align: left;
   color : #868686;
   line-height: 110%; 
}
.redes h4 {
   font-size: 1.8rem;
   font-weight: 100px;
   text-align: left;
   color : #868686;
   line-height: 100% 
}
.redes img {
    width: 35px;
    height: 35px;
    opacity: 0.6;
    filter: alpha(opacity=60); /* For IE8 and earlier */

    -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.6);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.6);
}
.redes img:hover {
  -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.6);
  box-shadow: 0 2px 2px 0 rgba(0,0,0,0.6);
  display: inline-block;
  height: 35px;
  width: 35px;
  text-align: center;
  -webkit-transition: background .5s ease-in-out;
  -moz-transition: background .5s ease-in-out;
  -o-transition: background .5s ease-in-out;
  -ms-transition: background .5s ease-in-out;
  transition: background .5s ease-in-out;
  border: 2px solid #ffffff;
  cursor: pointer;
  opacity: 1.0;
  filter: alpha(opacity=100); /* For IE8 and earlier */

}
.social {
  display: block;
  text-align: right;
  padding-top: 5px;
  padding-bottom: 5px;
  box-sizing: border-box;
}
.social li {
  font-size: 18px;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.6);
  box-shadow: 0 2px 2px 0 rgba(0,0,0,0.6);
  display: inline-block;
  height: 35px;
  margin-right: 5px;
  width: 35px;
  text-align: center;
  -webkit-transition: background .5s ease-in-out;
  -moz-transition: background .5s ease-in-out;
  -o-transition: background .5s ease-in-out;
  -ms-transition: background .5s ease-in-out;
  transition: background .5s ease-in-out;
  border: 2px solid #ffffff;
  cursor: pointer;
}
.enigma_heading_title {
  display: block;
  margin: 0px 0 50px;
  text-align: center;
}
.tituloA {
  display: block;
  font-size: 1.17em;
  -webkit-margin-before: 0.1em;
  -webkit-margin-after: 0.1em;
  -webkit-margin-start: 0.1em;
  -webkit-margin-end: 0.1em;
  font-weight: bold;
}

.tituloB {
  font-size: 0.6em;
  color: #0d8529;
  margin-left: 0px;
}
.fa-stack  {
  margin-right: 0px;
  margin-left: 10px;
  padding-right: 0px;
}

.enigma_home_portfolio_showcase img {
  -moz-box-shadow: 3px 3px 4px #111; 
  -webkit-box-shadow: 3px 3px 4px #111; 
  box-shadow: 3px 3px 4px #111; 
  -ms-filter: 'progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color=#111111)'; 
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#111111');


}
.enigma_home_portfolio_showcase img:hover {
-webkit-filter: hue-rotate(0deg); /* Normal */

}
.enigma_img_responsive {
  width: 100%;
  display: block;
}
.enigma_img_responsive {
  width: 100%;
  display: block;
  height: auto;
}

.tp-caption.white_heavy_70 {
    font-size: 60px;
    text-shadow: 1px 1px 2px rgba(0,0,0,.2);
    line-height: 60px;
    font-weight: 900;
    font-family: Raleway;
    color: #fff;
    text-decoration: none;
    background-color: transparent;
    border-width: 0;
    border-color: #000;
    border-style: none;
}
media="screen"
.tp-simpleresponsive .caption, .tp-simpleresponsive .tp-caption {
    position: absolute;
    visibility: hidden;
    -webkit-font-smoothing: antialiased!important;
}

/*===========================
  Menu and Navigation
============================ */
.navigation  {
	background-color:#fff;
	padding:0;
}
.container-fluid {
  padding-right: 4px;
  padding-left: 4px;
  padding-top: 0px;
  padding-bottom: 0px;
  margin-right: 0px;
  margin-left: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
}

.navbar {
  background-color:#fff;
  position: relative;
  min-height: 30px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  border: 1px solid transparent;
  width: 100%;
}
.navbar-inverse {
  background-color: #00abb3;
  border-color: #00abb3;
  margin-bottom: 0px;
  margin-top: 0px;
  padding-bottom: 0px;
  padding-left: 2px;
  padding-right: 2px;
}
.navbar-brand {
  float: left;
  height: 50px;
  padding: 0px 20px 0px 5px;
  font-size: 18px;
  line-height: 20px;
}
.navbar-brand h1 {
	margin-top:-1px;
	padding-top:5px;
	float: left;	
	font-size: 2.2rem;	
	color:#fff;		
}
.navbar-brand h1 span {
	color: #ED502E;
}

.menu {
	font-size:1.4rem;
	float:right;
	text-transform:uppercase;
	font-weight:300;	
}

.menu ul.nav-tabs li {
	color:#000;	
}

.nav-tabs {
	border-bottom: 0;
}
.nav-tabs > li {
	float: left;
	margin-bottom: 0;
}
.nav-tabs > li > a {	
	border-radius:0;
	color:#000;
	padding:30px;
}

.nav-tabs > li > a:hover {	
	color: #ED502E;
	border-color: #fff #fff #fff;
	border-radius:0;
	background-color:#fdf8bc; 
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}
.nav-tabs > li > a.active {
	color: #ED502E;
	border-radius:0;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}

.slider {
	margin-top:-10px;
	margin-right:0px;
	margin-left:-40px;
  margin-bottom: 0px;
  padding: 0px 0px 0px 0px;
  width: 100%;
}


.box {
	margin-top:70px;
	text-align:center;	
	background:#f9f9f9;
}
.box h4 {
	text-transform:uppercase;
	margin-top:50px;
	margin-bottom:80px;
	padding:50px;
}
.box i {
	color:#fff;
	border-radius:50%;
	padding:20px;
	background:#ED502E;
}
.box i:hover {
	color:#ED502E;
	background:#fff;
}

/*--- entradas --------------*/
.titulo  {
  font-size:  2rem;
  font-style: bold;
  text-align: center;
}
.caption p  {
  font-size:  1rem;
  text-align: justify;
  margin-top: 0px;
  margin-bottom: 0px;
}
.caption h2  {
  font-size:  2rem;
  text-align: justify;
}
.botones {
   font-size:  1rem;
}
.titulos  {
  font-size:  2rem;
  font-style: bold;
  text-align: center;
}
/*-- articulos ---------*/

p.lead {
	color: #fff;
	text-shadow: 0 0 0.2em #191919, 0 0 0.2em #191919, 0 0 0.2em #191919;
	
}

article {
  padding-top: 10px;
  padding-bottom: 20px;
  clear: both;
}
article img { /* imagen de la entrada */
  padding-right: 20px;
}
article p{ /* texto de articulos */
  font-size: 14px;
  color: #666666;
}

#main {
  width: 100%;
  padding : 2px 2px 0px 2px;
  margin: 2px 2px 0px 2px;
}

#main small { /* datos del post (fecha, etc etc) */
  font-size: 11px;
  color: #999999;
  display: block;
  padding-bottom: 10px;
  padding-top: 5px;
  }
#main small a { /* links de datos del post */
  color: #01B2B6;
  text-decoration: none;
  }
#articles_list {
  display: block;
  margin-bottom: 0px;
}

#articles_list article p {
  margin-bottom: 10px;
  margin-top: 2px;
  margin-right: 1px;
  margin-left: 1px;
  padding : 2px 2px 2px 2px;
}


#main #articles_list article {
  margin-bottom: 5px;
  padding-bottom: 0px; 
  overflow:hidden;
}

#main #articles_list article .thumb {
  width: 100%;
  float: left;
  padding-bottom: 1%;
}

#main #articles_list article .thumb img {
  width: 100%;
  height: 100%;
}

#main #articles_list article .thumb2 {
  width: 45%;
  margin-right: 2%;
  float: left;
  padding-bottom: 1%;
}

#main #articles_list article .thumb2 img {
  width: 100%;
  height: 100%;
}
#main #articles_list article .thumb3 {
  width: 100%;
  margin-right: 0%;
  float: left;
}
#main #articles_list article .thumb3 img {
  width: 100%;
  height: 100%;
}

#main articles_list article h2 {
  font-family: "Raleway", "open-sans", Helvetica, arial, sans-serif;
  font-size: 2.5rem;
  font-weight: 300;
  
}
#main articles_list article h3, h4 {
  font-family: "Raleway", "open-sans", Helvetica, arial, sans-serif;
  font-size: 2.0rem;
  font-weight: 200;
}

#main #articles_list article h2 a {
   color: #000;
}
#main #articles_list article h2 a:hover {
 text-decoration:none;
 color: #f7e90e;
}

#main #articles_list article .extract {
  text-align: justify;
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: 300;
}
#main articles_list article .extract  h3, h4,h5,h6 {
  font-weight: 200;
}
#main #articles_list article p {
  text-align: left;
  font-size: 1.5rem;
}

#main #articles_list article blockquote p {
margin-left:24px;
text-align: left;
font-size: 1.2rem;
}

#main #articles_list article .date {
  font-size: 1.2rem;
  color: #fff;
  background: #181818;
  min-height: 13px;
  padding-top: 5px;
  margin-bottom: 0px;
  padding-left: 15px;
} 

#main #articles_list article .date ul {
  list-style: none;
  display: inline-block;
  color: #fff;
}
#main #articles_list article .date a {
  color: #ffcc00;
  font-size: 1.4rem;

}

#main #articles_list #pagination {
  margin-bottom: 40px;
  width: 100%;
}

#main #articles_list #pagination p {
  text-align: center;
}

#main #articles_list #pagination p a {
  margin: 0px 20px;
  font-size: 1.5rem;
  font-family: "Raleway", Helvetica, arial, sans-serif;
  font-weight: 300;
  display: inline-block;
}
.blocktitulo {
  color: #FFC;
  margin: 0px 0px 0px 0px;
  border-bottom: #cba135 3px double;
  padding: 10px;
  font-size: 3rem;
  font-weight: normal;
  text-align: center;

  width: 100%;
  min-height: 360px;
}

.blocktitulo2 {
  color: #FFC;
  margin: 30px 0px 0px 0px;

  padding: 30px;
  font-size: 3em;
  font-weight: normal;
  text-align: center;
  width: 100%;
  min-height: 40px;
  text-shadow: 3px 3px 5px #f00,
               6px 6px 5px #0f0,
               9px 9px 5px #00f;
}


/*===========================
 Feature
============================ */
.features p {
	margin-bottom:70px;
	color:#333;
}

.main-feature {
	padding-bottom:20px;
	padding-top:20px;
}

.main-feature .media {
	margin-top:30px;
	margin-bottom:30px;
}

.main-feature .media p {
	margin-top:20px;
	margin-bottom:30px;
	color:#333;
}

.main-feature .media i {
	border-radius:50%;
	padding:20px;
	background:#ED502E;
	color:#044905;
}

.main-feature .text-center {
	background:#063205;
	padding:  20px;
	margin-top: 10px;
}

.main-feature .text-center h2 {
	color:#191919;
  text-align: justify;
}

.main-feature .text-center p {
	color:#191919;
  text-align: justify;
}

.main-feature .text-center2 {
  background:#0c510a;
  padding:  20px;
  margin-top: 10px;
}

.main-feature .text-center2 h2 {
  color:#e0e929;
  text-align: center;
  font-size: 1.6em;
  font-weight: bold;
}

.main-feature .text-center2 p {
  color:#fff;
  text-align: justify;
  font-size: 1em;
}

/*===========================
	about-us
============================ */

.about-us {
	background:#f9f9f9;
	margin-top:-5px;
	padding-top:20px;
	padding-bottom:10px;
}

.about-us img {
	margin-top:5px;
	border-radius: 0%;
	margin-bottom:10px;
}

/*===========================
	services
============================ */
.services {
	background:#2e73b4;
	margin-top:-50px;
	padding-top:90px;
	padding-bottom:50px;
}

.services img {
	margin-top:50px;
	border-radius:50%;
	margin-bottom:20px;
}


.services-box i {
	padding:50px;
	margin-top:30px;
	margin-bottom:40px;
	border-radius:50%;
}
.services-box i.fa-rocket {
	background-color: #00abf0;	
}
.services-box i.fa-cogs {
	background-color: #02FE7C;	
}
.services-box i.fa-eye {
	background-color: #0077b5;	
}

.services-box h4 {
	margin-bottom:20px;
}

.skills {
	margin-top:60px;
}

.skill {
	margin-top:60px;
	margin-bottom:50px;
	padding-bottom:50px;
}

.skill h2{
  margin-bottom: 25px;
}

.progress-wrap{
  position: relative;
}

.progress .color1,
.progress .color1 .bar-width{
  background: #2d7da4;
}

.progress .color2,
.progress .color2 .bar-width{
  background: #6aa42f;
}

.progress .color3,
.progress .color3 .bar-width{
  background: #ffcc33;
}

.progress .color4,
.progress .color4 .bar-width{
  background: #db3615;
}

.progress, 
.progress-bar {
  height: 50px;
  line-height: 20px;
  background: #e6e6e6;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  overflow: visible;
  text-align: right;
}

.progress{
  position: relative;
}

.progress .bar-width{
  position: absolute;
  width: 40px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  font-size: 1.1rem;
  font-weight: 700;
  top: -30px;
  border-radius: 2px;
  margin-left: -30px;
}

.progress span{
  position: relative;
}

.progress span:before{
  content: " ";
  position: absolute;
  width: auto;
  height: auto;
  border-width: 8px 5px;
  border-style: solid;
  bottom: -15px;
  right: 8px;
}

.progress .color1 span:before{
  border-color: #2d7da4 transparent transparent transparent;
}

.progress .color2 span:before{
  border-color: #6aa42f transparent transparent transparent;
}

.progress .color3 span:before{
  border-color: #ffcc33 transparent transparent transparent;
}

.progress .color4 span:before{
  border-color: #db3615 transparent transparent transparent;
}

.services-skill {
	margin-top:30px;
	margin-bottom:50px;
	padding-bottom:50px;
}

/*===========================
	blog
============================ */
#blog {
	margin-top:50px;
}



.single_comments {
  margin-bottom: 20px;
}

.single_comments img {
  float: left;
  margin-right: 10px;
  margin-top: 5px;
}

.single_comments p {
  margin-bottom: 0;
}


.blog_category{
  list-style:none;
  margin:0;
  padding:0;
}

.blog_category li{
  float:none;
  margin-bottom:20px;
}

.blog_category li a {
  background:#f5f5f5;
  border-radius: 4px;
  color: #888;
  display: inline-block;
  padding: 5px 15px;
}

.blog_category li a:hover{
  background:#ED502E;
  color: #fff;
}

 .badge:before {
  border-color: transparent transparent transparent #ED502E;
  border-style: solid;
  border-width: 10px;
  bottom: -8px;
  content: "";
  height: 0;
  left: 5px;
  position: absolute;
  z-index: -99999;
}

.badge {
  background-color: #ED502E;
  border-radius: 5px;
  color: #fff;
  padding: 8px;
  position: relative;
  left: 60px;
  top: -18px;
  font-weight: normal;
}

.blog_archieve {
  list-style: none outside none;
  margin: 0;
  padding: 0;
}

.blog_archieve li {
  padding: 10px 0;
  border-bottom: 1px solid #f5f5f5;
}

.blog_archieve li:first-child {
  padding-top: 0;
}

ul.gallery {
  list-style: none;
  padding: 0;
  margin: 0;
}

ul.gallery li {
  display: block;
  width: 60px;
  padding: 0;
  margin: 0 4px 4px 0;
  float: left;
}

ul.faq {
  list-style: none;
  margin: 0;
}

ul.faq li {
  margin-top: 30px;
}

ul.faq li:first-child {
  margin-top: 0;
}

ul.faq li span.number {
  display: block;
  float: left;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #34495e;
  color: #fff;
  font-size: 24px;
}

ul.faq li > div {
  margin-left: 70px;
}

ul.faq li > div h3 {
  margin-top: 0;
}


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

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

.blog-item {
  border-radius: 0;
  overflow: hidden;
  margin-bottom: 50px;
}

.blog .blog-item .img-blog {
  border-radius: 5px;
  margin-bottom: 45px;
}

.blog .blog-item .blog-content {
  padding-bottom: 25px;
}

.blog .blog-item .blog-content h2 {
  margin-top: 0;
  font-size: 3rem;
}

.readmore{
  margin-top: 0;
}

.blog .blog-item .blog-content h4 {
  color: #858586;
  margin-bottom: 40px;
  /* font-weight: 300 */}

.blog .blog-item .blog-content p {
  font-size: 1.3rem;
  color:#858586;
}

.blog .blog-item .entry-meta {
  border-radius: 5px;
  overflow: hidden;
}

.blog .blog-item .entry-meta > span {
  background: #f5f5f5;
  border-top: 1px solid #fff;
  display: block;
  font-size: 1.2rem;
  overflow: hidden;
  padding: 5px;
  text-align: left;
}

#publish_date {
  background: #ED502E;
  border-bottom: 5px solid #4e4e4e;
  color: #fff;
  padding: 5px 0;
  text-align: center;
}

.blog .blog-item .entry-meta > span {
  color: #ccc;
}

.blog .blog-item .entry-meta > span a {
  font-size: 1.2rem;
  margin-left: 3px;
  font-weight: 300;
  color: #888;
}

ul.pagination > li > a {
  border: 1px solid #F1F1F1;
  margin-right:5px;
  border-radius: 5px;
  font-size: 16px;
  padding: 5px 14px;
}

ul.pagination > li > a i{
  margin-left:5px;
  margin-right:5px;
}

ul.pagination > li.active > a, 
ul.pagination > li:hover > a {
  background-color: #ED502E !important;
  border-color: #ED502E !important;
  color: #fff;
}

.search_box {
  background-image: url("../images/search_icon.png");
  background-position: 314px 15px;
  background-repeat: no-repeat;
  border-color: #DEDEDE;
  height: 48px;
  outline: medium none;
  box-shadow: none;
}

.form-control:focus {
  box-shadow:none;
  outline: 0 none;
}

ul.tag-cloud, 
ul.sidebar-gallery {
  list-style: none;
  padding: 0;
  margin: 0;
}

.tag-cloud li{
    display: inline-block;
    margin-bottom: 3px;
}

.tag-cloud li a {
  background: #f5f5f5;
  color: #888;
  border: 0;
  border-radius: 4px;
  padding: 8px 15px;
}

.tag-cloud li a:hover{
  background:#ED502E;
  color: #fff;  
}

.sidebar-gallery li{
  display: inline-block;
  margin: 0 10px 10px 0;
}

.sidebar-gallery li a {
  border-radius: 4px;
  display: inline-block;
}

/*===========================
	portfolio
============================ */
.recent-work-wrap {
  position: relative;
}

.recent-work-wrap img{
  width: 100%;
}

.recent-work-wrap .recent-work-inner{
  top: 0;
  background: transparent;
  opacity: .8;
  width: 100%;
  border-radius: 0;
  margin-bottom: 0;
}

.recent-work-wrap .recent-work-inner h3{
  margin: 10px 0;
}

.recent-work-wrap .recent-work-inner h3 a{
  font-size: 24px;
  color: #fff;
}

.recent-work-wrap .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  border-radius: 0;
  background: #ED502E;
  color: #fff;
  vertical-align: middle;
  -webkit-transition: opacity 500ms;
  -moz-transition: opacity 500ms;
  -o-transition: opacity 500ms;
  transition: opacity 500ms;  
  padding: 30px;
}

.recent-work-wrap .overlay .preview {
  bottom: 0;
  display: inline-block;
  height: 35px;
  line-height: 35px;
  border-radius: 0;
  background: transparent;
  text-align: center;
  color: #fff;
}

.recent-work-wrap:hover .overlay {
  opacity: 1;
}

#portfolio {
  margin-top: 50px;
  margin-bottom:50px;
}

.portfolio-items, 
.portfolio-filter {
  list-style: none outside none;
  margin: 0 0 40px 0;
  padding: 0;
}

.portfolio-filter > li {
  display: inline-block;
}

.portfolio-filter > li a {
  background: none repeat scroll 0 0 #FFFFFF;
  font-size: 14px;
  font-weight: 400;
  margin-right: 20px;
  text-transform: uppercase;
  transition: all 0.9s ease 0s;
  -moz-transition: all 0.9s ease 0s;
  -webkit-transition: all 0.9s ease 0s;
  -o-transition: all 0.9s ease 0s;
  border: 1px solid #F2F2F2;
  outline: none;
  border-radius: 3px;
}

.portfolio-filter > li a:hover,
.portfolio-filter > li a.active{
  color:#fff;
  background: #ED502E;
  border: 1px solid #ED502E;
  box-shadow: none;
  -webkit-box-shadow: none;
}

.portfolio-items > li {
  float: left;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.portfolio-item {
  margin: 0;
  padding:0;
}

/* Start: Recommended Isotope styles */
/**** Isotope Filtering ****/
.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}

/* End: Recommended Isotope styles */
/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}

/*===========================
	contact
============================ */
/* --- Map --- */
.map{
	position:relative;
	margin-top:50px;
	margin-bottom:40px;
}

.map iframe{
	width:100%;
	height:350px;
	border:none;
}
.contact {
	margin-top:50px;
}

.contact-info {
	margin-top:50px;
}

.contact-info p {
	color:#333;
}

.contact-info ul {
	color:#333;
	list-style:none;
	margin-left:-40px;
}

.contact-info ul li {
	margin-top:20px;
	margin-bottom:20px;
}

.contact-info i {
	color:#eb8984;	
}

.contact-form {
	margin-bottom:80px;
}

.form-group .form-control {
  padding: 7px 12px;
  border-color:#ddd;
  box-shadow: none;
}

textarea.form-control {
	box-shadow: none;
	border-color:#ddd;
	border-radius:0;
}

/*===========================
	footer
============================ */
.footer {
	background:#000000;
	padding:50px;	
  color:#e8e7e7;
}

.footer p {
	margin-top:-8px;
	font-size:1.3rem;
	line-height:30px;
  color:#fbffcc;
}

.footer h2 {
	color:#ffffff;
	margin-bottom:50px;
	font-size:2rem;
}

ul.social-network {
	margin-top:30px;
	transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  width: 100%;
  height: auto;
}

ul.social-network li {
	display:inline;
	font-size: 14px;
	margin-right:10px;
	
}
ul.social-network li a {	
	color:#d0d0d0;
	padding:5px 10px;
	background:#181818;
	border-radius:50%;
}

.social-network li:hover .fa-twitter {	
	color: #00abf0;	
}

.social-network li:hover .fa-facebook {
  color: #39579a;
}
.social-network li:hover .fa-google-plus {
  color: #eb8984;
}
.social-network li:hover .fa-pinterest {
  color: #c9171e;
  
}
.social-network li:hover .fa-linkedin {
  color: #0077b5;
  
}
.footer h3 {
	color:#ffffff;
	margin-bottom:50px;
	font-size:1.6rem;
}
.footer ul {
	text-decoration:none;
	list-style:none;
	margin-left:-40px;
	font-size:1.3rem;
  color:#ccc;
}
.footer ul li:hover {
	color:#ED502E;
	cursor:pointer;	
}

.sub-footer a {
	color: #fff;
	font-size:1.3rem;	
}

.sub-footer a:hover {
  color: #f9e2a7;
}

.sub-footer {
	background:#000000;
	padding:30px;
}
.sub-footer ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.sub-footer ul > li {
  display: inline-block;
  color:#fff;
  font-size:13px;
  margin-right:30px;
}

a.scrollup{
    color:#fff;
	height:40px;
	width:40px;
	font-size:12px;
	line-height:30px;
	text-align:center;
	text-decoration:none;
	position:fixed;
	bottom:20px;
	right:40px;	
	opacity:0,5;
	border-radius:50%;
	z-index:999;
}
a.scrollup:hover{
	opacity:1;
	background-color:#ED502E;
	color:#fff;;	
}

#works img:hover {
z-index:2;
  -webkit-transform:scale(1.1);
  -moz-box-shadow:0 0 12px rgba(0, 0, 0, 0.6);
  -webkit-box-shadow:0 0 12px rgba(0, 0, 0, 0.6);
  box-shadow:0 0 12px rgba(0, 0, 0, 0.6);
  -webkit-filter:grayscale(0) blur(0);
}

.socc {
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  min-height: 299px;
  text-align: center;
  padding: 3em 0;
  background: #232323;
}
.soccer {
  float: left;
  width: 33.33%;
}
.socc h4 {
  font-size: 1.3em;
}
.socc {
  min-height: 217px;
  padding: 2em 0;
}
.socc {
  padding: 1em 0;
}
.circulos {
  float: left;
  width: 20%;
}

.view {
   width:100%;
   margin-bottom: 20px;
   float: left;
   overflow: hidden;
   position: relative;
   text-align: center;
   cursor: default;
}
.view .mask, .view .content {
   width: 300px;
   position: absolute;
   overflow: hidden;
   top: -25px;
   left: -35px;
}
.view img {
   display: block;
   position: relative;
}
.effect img {
   opacity:1;
   -moz-transform:scale(1,1);
   -webkit-transform:scale(1,1);
   -o-transform:scale(1,1);
   -ms-transform:scale(1,1);
   transform:scale(1,1);
   -webkit-transition: all 0.2s ease-in;
   -moz-transition: all 0.2s ease-in;
   -o-transition: all 0.2s ease-in;
   -ms-transition: all 0.2s ease-in;
   transition: all 0.2s ease-in;
}
.effect:hover img {
   -moz-transform:scale(2,2);
   -webkit-transform:scale(2,2);
   -o-transform:scale(2,2);
   -ms-transform:scale(2,2);
   transform:scale(2,2);
}
.effect:hover .mask {
   opacity: 1;
   -webkit-transform: translateY(0px);
   -moz-transform: translateY(0px);
   -o-transform: translateY(0px);
   -ms-transform: translateY(0px);
   transform: translateY(0px);
}
.effect:hover a.info {
  opacity:1;
   -moz-transform:translateY(100px);
   -webkit-transform:translateY(100px);
   -o-transform:translateY(100px);
   -ms-transform:translateY(100px);
   transform:translateY(100px);
}


@media(max-width:768px){
.soccer {
  float: left;
  width: 100%;
}
.socc h3,h4 {
  font-size: 2rem;
  float: left;
  width: 100%;
}
.socc {
  min-height: 217px;
  padding: 2em 0;
}
}


/* Bounce To Right */
.hvr-bounce-to-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.hvr-bounce-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098d1;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-bounce-to-right:hover, .hvr-bounce-to-right:focus, .hvr-bounce-to-right:active {
  color: white;
}
.hvr-bounce-to-right:hover:before, .hvr-bounce-to-right:focus:before, .hvr-bounce-to-right:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}


/*--- contenido 1 ----*/
.imagenPost img {
   width: 100%;
   height: 100%;
  box-shadow: 0px 0px 1px black;
   -moz-transition-duration: 0.3s;
   opacity: 1;
}
.imagenPost img:hover {
  box-shadow: 2px 3px 6px black;
  background-color: #000;
  border: 5px solid black;
  opacity: 0.7;
  filter: alpha(opacity=70); /* For IE8 and earlier */
}

.jumbotron {
  width: 100%;
  padding-left: 4px;
  padding-right: 4px;
  padding-top: 2px;
  padding-bottom: 2px;
  background: #fff;
}
.jumbotron h1 {
   font-size: 2rem;
   font-weight: bold;
   color:#cba135;

   background: #181818;
   padding-top: 4px;
   padding-bottom: 4px;
}
.jumbotron h2 {
   font-size: 2rem;
   font-weight: bold;
   color:#cba135;

   background: #181818;
   padding-top: 4px;
   padding-bottom: 4px;
} 
.jumbotron h3 {
   font-size: 1.8rem;
   font-weight: bold;
   color:#cba135;

   background: #181818;
   padding-top: 4px;
   padding-bottom: 4px;  
} 
.jumbotron h4 {
   font-size: 1.7rem;
   font-weight: bold;
   color:#cba135;
 
   background: #181818;
   padding-top: 4px;
   padding-bottom: 4px;     
} 
.jumbotron h5 {
   font-size: 1.5rem;
   font-weight: bold;
   color:#cba135;
 
} 
.jumbotron h6 {
   font-size: 1.52rem;
   font-weight: bold;
   color:#cba135;
   text-decoration: none;
} 
.jumbotron .widget h2 ul li a {
   text-decoration: none;
} 
.jumbotron ul li {
   color: #a1a1a1;
} 
.jumbotron ol {
   color: #a1a1a1;
} 
.jumbotron p {
   font-size: 1.1rem;
   padding-left: 30px;
   padding-right: 30px;
   color:#acacac;
   -webkit-hyphens: auto;  /*manual;*/
   -moz-hyphens: auto; 
   hyphens: auto;
} 
.jumbotron img {
  border: 1px solid #fff;
  margin: 0px 0px;
  padding: 2px 2px;
  overflow: hidden;

  opacity: 1.0;
    background-image: -moz-linear-gradient(top, #f6f2ec, #e2dbce); /* FF3.6 */
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #f6f2ec),color-stop(1, #e2dbce)); /* Saf4+, Chrome */
              filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#f6f2ec', EndColorStr='#e2dbce'); /* IE6,IE7 */
            -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#f6f2ec', EndColorStr='#e2dbce')"; /* IE8 */
   
    } 
.jumbotron img:hover{
   opacity: 0.6;
    filter: alpha(opacity=60); /* For IE8 and earlier */
    -webkit-box-shadow: 0px 0px 20px rgba(255,255,255,0.8);
    -moz-box-shadow: 0px 0px 20px rgba(255,255,255,0.8);
    box-shadow: 0px 0px 20px rgba(255,255,255,0.8);   

}
.jumbotron .titulo {
  font-size:  2rem;
  font-style: bold;
  text-align: center;
  margin-top: 0px;
  margin-bottom: 0px;
}
.jumbotron .titulos {
  font-size:  2.0rem;
  font-style: bold;
  text-align: center;
}
.jumbotron .caption p  {
  font-size:  1.2rem;
  text-align: justify;
  padding-right: 10px;
  padding-left: 10px;
}


div.jumbotron {
  width: 100%;
  margin: 0px 0px 0px 0px;
  padding: 0px 2px 0px 2px;
  background: #000000;
}


/*-- relleno de todo el fondo del home mas columnas */
div.container-fluid {
  width: 100%;
  margin: 0px 0px 0px 0px;
  padding: 0px 2px 0px 2px;
  background: #000000;
}
/*-- solo rellena el fondo del centro sin las columnas */
div.row-fluid {
  width: 100%;
  height: auto;
  margin: 0px 0px 0px 0px;
  padding: 0px 2px 0px 2px;

}


.columna {
  background: #000000;
  width: 100%;
}



/*------------*/
.entry-thumb { /* imagenes miniaturas de posts, en el Home */
}
.leermas { /* link leer mas en los post del home */
  color: #02B3B6;
  text-decoration: none;
}
.post { /* contenidos del articulo en pagina individual */
  padding-bottom: 20px;
  clear: both;
}
.comentarios { /* zona de comentarios de post individual */
  font-size: 1.2em;
  clear: both;
}
.comentarios a { /* links en zona de comentarios de post individual */
  color: #02B3B6;
}
.comentarios h2 {
  font-size: 16px;
}

/****** Sidebar ******/
aside {/* sidebar general */
  font-size: 14px;
  padding-bottom: 20px;
  padding-top: 10px;
  }
aside a {/* links del sidebar */
  text-decoration: none;
  color: #666666;
  }
aside a:hover {/* links del sidebar */  
  color: #02B3B6;
}
aside hr { /* elimina linea horizontal */
  display:none;
}
#sidebar h2 { /* Titulos Sidebar */
  padding-bottom: 10px;
}
#sidebar ul { /* listas del sidebar */
  list-style-type: none;
  margin: 0px;
  padding-top:0px;
  padding-right: 0px;
  padding-bottom: 10px;
  padding-left: 0px;
}
#sidebar ul li { /* items de la lista */
  padding-bottom: 5px;
}
#sidebar ul li a {}


.destacada a {
  width: 100%;
  float: left;
}





/*--- estilos generales alineaciones para el articulo ---*/
.center {text-align:center;}
img.center, img[align="center"] {display:block; margin-left: auto; margin-right:auto;}
.alignleft {float: left;}
img.alignleft, img[align="left"] {float:left; margin: 2px 10px 5px 0px;}
.alignright {float: right;}
img.alignright, img[align="right"] {float:right; margin: 2px 0px 5px 10px;}
.clear {clear:both;}
hr.clear {clear:both; visibility: hidden; margin: 0px; padding:0px; height:0px;}


.menu-menusuperior-1 .menu ul li{
   text-align: left;
  padding: 0;
  margin: 0;
}
.menu-item .menu-item-type-post_type .menu-item-object-page {
  text-align: left;
}

/*--- para los acordiones ---*/
.panel-title h3 {
  color: #fff;
  text-align: Left;
  font-size: 1.7rem;
  margin-top : 2px;
  margin-bottom: 2px;
  height: auto;
}

.panel-body p {
  color: #0a5082;
  text-align: justify;
  font-size: 1.2rem;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -moz-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
    -webkit-overflow-scrolling: touch;
}

.table-responsive>.table { 
    margin-bottom: 0;
}

.table-responsive>.table>thead>tr>th, 
.table-responsive>.table>tbody>tr>th, 
.table-responsive>.table>tfoot>tr>th, 
.table-responsive>.table>thead>tr>td, 
.table-responsive>.table>tbody>tr>td, 
.table-responsive>.table>tfoot>tr>td {
    white-space: nowrap;
}


/*--- para los widgets de categorias --*/
 .mis-categorias{
width: 100%;
height: auto;
background-color: #85c226;
padding: 4px;
margin-bottom: 4px;
text-align: left;
text-transform: uppercase;
font-family: ‘Open Sans’, Arial;
font-size: 1.2em;
color: #000;
}

.mis-categorias a{
color: #fff;
text-align: left;
text-decoration: none;
}

.mis-categorias a:hover{
color: #fff;
}

.mis-categorias:hover{
background-color: #0c510a;
}  

/*---- victor */
.barra h3 {
  color:#fcfee0;
  margin-bottom:50px;
  font-size:1.6rem;
}
.barra ul {
  text-decoration:none;
  list-style:none;
  margin-left:-40px;
  font-size:1.3rem;
}
.barra ul li:hover {
  color:#ED502E;
  cursor:pointer; 
}


.sub-barra {
  background-color:#001700;
  border-color: #001700;
  padding: 0px 3px 0px 0px;
  list-style:none;
  width: 100%;
  height: auto;
}
.sub-barra a {
  color: #346585;
  font-size:1.3rem; 
  text-align: left;
  font-weight: bold;
}

.sub-barra a:hover {
  color: #a92103;
  text-align: left;
  font-weight: bold;
  font-weight: 130%;
}


.sub-barra ul {
  width: 100%;
  list-style: none;
  text-align: left;
  padding: 0;
  list-style-type: square;
  list-style-position: inside;
  list-style-image: none;

}

.sub-barra ul > li {
  color:#000;
  font-size: 1.5rem;
  text-align: left;
  border: 1px solid #ddd;
  list-style: inside disc;

}



.widget .entry-meta span {
  display: inline-block;
  margin-right: 0px;
}

.widget {
  display: block;
  float: left;
  width: 100%;
  height: auto;
  background: #eeeeee;
  margin-bottom: 0px 0px 0px 0px;
  padding: 2px 2px 2px 2px;
    list-style-type: square;
  list-style-position: outside;
  list-style-image: none;
}

.widget h2 {
  color: #fff;
  background: #181818;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  font-size: 1.2rem;
  min-height: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  width: 100%;
}


.Widget-Title {
  color: #fff;
  background-color: #181818;
  font-size: 1.5rem;
  padding-top: 5px;
  text-decoration: none;
  list-style-type: none;
}



/*------------ ok ver ---*/
/*-- otro para widget ver */
#sidebar .widget  {
background-color: #dddddd;
border: 1px solid #ddd;
padding: 10px;
display: inline-block;
width: 100%;
margin: 15px auto;
overflow: hidden;
-moz-box-shadow: 0 1px 2px #999;
-webkit-box-shadow: 0 1px 2px #999;
text-decoration: none;
}
#sidebar #text-353240355 {
background-color: #000;
border: none;
color: #CC0099;
font-weight: bold;
}

ul#menu-superior-2.menu {
  width: 100%;
  display: left;
}

li.menu-item.menu-item menu-item-type-post_type menu-item-object-page {
  width: 100%;
  display: left;
}


#sidebar .widget .menu-item {
    display: inline-block;
    vertical-align: top;
  width: 100%;
background-color: #d3d3d2;
border: 1px solid #ddd;
padding: 2px;
text-align: left;
margin: 2px auto;
overflow: hidden;
-moz-box-shadow: 0 1px 2px #999;
-webkit-box-shadow: 0 1px 2px #999;
}

/*--------- ok */
/*===========================
  paneles ok
============================ */
.panel-heading span {
    margin-top: -20px;
    font-size: 15px;
}
.row {
    margin-top: 1px;
    padding: 0 10px;
}
.clickable {
    cursor: pointer;
}   

/*-------*/
.nav-side-menu {
  overflow: auto;
  font-family: verdana;
  font-size: 12px;
  font-weight: 200;
  background-color: #2e353d;
  position: fixed;
  top: 0px;
  width: 100%;
  height: 100%;
  color: #e1ffff;
}

/*--- nav bar columna si */
.nav-pills>li>a {
  color: #000;
  text-decoration: none;
  text-align: -webkit-left;
}
.nav>li>a {
  position: relative;
  display: block;
  padding: 8px 5px;
}


/*-- walker*/
.dropdown-submenu{position:relative;}
.dropdown-submenu&gt;.dropdown-menu{top:0;left:100%;-webkit-border-radius:0 6px 6px 6px;-moz-border-radius:0 6px 6px 6px;border-radius:0 6px 6px 6px;}
.dropdown-submenu:active&gt;.dropdown-menu{display:block;}
.dropdown-submenu&gt;a:after{display:block;content:" ";float:right;width:0;height:0;border-color:transparent;border-style:solid;border-width:5px 0 5px 5px;border-left-color:#cccccc;margin-top:5px;margin-right:-10px;}
.dropdown-submenu:active&gt;a:after{border-left-color:#ffffff;}
.dropdown-submenu.pull-left{float:none;}.dropdown-submenu.pull-left&gt;.dropdown-menu{left:-100%;margin-left:10px;-webkit-border-radius:6px 0 6px 6px;-moz-border-radius:6px 0 6px 6px;border-radius:6px 0 6px 6px;}


.linea {
  font-family: verdana;
  font-size: 1.5rem;
  font-weight: 150;
  font-weight: bold;
  background-color: #181818;
  color: #fff;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-right: 5px;
  padding-left: 5px;
  text-align: -webkit-center;
}

.jumbotron .linea  {
  font-size: 2rem;
  text-align: center;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
}



/*--- estilos de machupicchu orellana del antiguo */

