
.fl-lt {float:left;}
.fl-rt {float:right;}

/* Clear Floated Elements
---------------------------------*/
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.clearfix:before,
.clearfix:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.clearfix:after {
  clear: both;
}

.figure{ margin:0px;}

img{ max-width:100%;}

a, a:hover, a:active{ outline:0px !important}

@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.1.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.1.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff?v=4.1.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.1.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family:'BoringLesson';
  src: local('?'), url('../fonts/BoringLesson.otf');
	src: local('?'), url('../fonts/BoringLesson.eot') format('embedded-opentype'), url('../fonts/BoringLesson.woff') format('woff'), url('../fonts/BoringLesson.ttf') format('truetype'), url('../fonts/BoringLesson.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}


/* Primary Styles
---------------------------------*/
body {
	background:#fff;
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	font-weight:normal;
	color:#888888;
	margin:0;
}
h2{
	font-size:34px;
	color:#222222;
	font-family: 'Montserrat', sans-serif;
	font-weight:700;
	letter-spacing: -1px;
	margin:0 0 15px 0;
	text-align:center;
  text-transform:uppercase;
}
h3{
	font-family: 'Montserrat', sans-serif;
	color:#222222;
	font-size:16px;
	margin:0 0 5px 0;
	text-transform:uppercase;
	font-weight:400;
}
h4{
	font-family: 'Montserrat', sans-serif;
	color:#DA9500;
	font-size:16px;
	margin:0 0 5px 0;
	text-transform:uppercase;
	font-weight: bold;
}

h5{
	font-family: 'Montserrat', sans-serif;
	color:#FFFFFF;
	font-size:16px;
	margin:0 0 5px 0;
	font-weight: bold;
}


h6{
	font-size:16px;
	color:#888888;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	text-align:justify;
	margin:0 0 60px 0;
}
h7{
	font-size:34px;
	color:#DA9500;
	font-family: 'Montserrat', sans-serif;
	font-weight:700;
	margin:0 0 10px 0;
	text-align:center;
	text-transform:uppercase;
}

h8{
	font-family: 'Montserrat', sans-serif;
	color:#DA9500;
	font-weight:700;
	font-size:16px;
	text-transform:uppercase;
	text-align:left;
}

h9{
	font-family: 'BoringLesson';
	color:#DA9500;
	font-size:30px;
	margin:0 0 5px 0;
	text-transform:uppercase;
	font-weight: bold;
}

p{
	line-height:24px;
  margin:0;
  text-align: justify;
}

/* Header Styles
---------------------------------*/

.header{
	text-align:center;
	background:url(../img/pw_maze_black_2X.png) left top repeat;
	padding:100px 0;
}
.logo{
	width:130px;
	margin:0 auto 35px;
}
.header h1{
	font-family: 'Montserrat',sans-serif;
	font-size:50px;
	font-weight:400;
	letter-spacing: -1px;
	margin:0 0 22px 0 ;
	color:#fff;
}

.we-create{
	padding:0;
	margin:35px 0 55px;
}
.wp-pic{
	margin-bottom:20px;
}
.we-create li{
	display:inline-block;
	font-family: 'Montserrat',sans-serif;
	font-size:14px;
	color: #bcbcbc;
	text-transform: uppercase;
	font-weight: 400;
	margin:0 5px 0 0;
	padding:0 0 0 15px;
}
.we-create li:first-child{
	background:none;
}

.start-button {
	padding-left: 0px;
}

.start-button li a{
color: #fff;
}


.link{
	padding:15px 35px;
	background:#DA9500;
	color:#fff !important;
	font-size:16px;
	font-weight:400;
	font-family: 'Montserrat', sans-serif;
	display:inline-block;
	border-radius:3px;
	text-transform:uppercase;
	line-height:25px;
	margin-bottom:20px;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}
.link:hover {
	text-decoration:none;
	color:#DA9500 !important;
	background:#fff;
}

.link:active, .link:focus {
	background: #DA9500;
	text-decoration:none;
	color:#fff !important;
}

/* Navigation
---------------------------------*/
.main-nav-outer{
	padding:0px;
	border-bottom:1px solid #dddddd;
	box-shadow:0 4px 5px -3px #ececec;
	position:relative;
	background:#fff;
}
.main-nav{
	text-align:center;
	margin:5px 0 0px;
	padding:0;
	list-style:none;
}
.main-nav li{
	display:inline;
	margin:0 1px;
}
.main-nav li a{
	display:inline-block;
	color:#222222;
	text-transform:uppercase;
	font-family: 'Montserrat', sans-serif;
	text-decoration: none;
	line-height:20px;
	margin:17px 32px;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}

.main-nav li a:hover{ 
	text-decoration:none;
	color: #DA9500;
}

.small-logo{ 
	padding:0 5px;
}

.main-section{
	padding:90px 0 110px;
}

.main-section-pay{
	padding:90px 0 110px;
}
/* Services
---------------------------------*/

.service-list{
	padding:0 0 0 0;
	font-size:14px;
	margin-bottom:40px;
}

.service-list-col1{
	float:left;
	width:60px;
}
.service-list-col1 i{
	font-style:normal;
	font-size:38px;
	display:block;
	color:#222;
	font-family: 'FontAwesome';
	line-height:38px;
}
.service-list-col2{
	overflow:hidden;	
}
.main-section.alabaster{
	background:#fafafa;
}

/* Featured Work
---------------------------------*/
.featured-work{
	font-size:14px;
}
.featured-work h2{
	text-align:left;
}
.featured-box{
	padding:0 0 0 0;
	margin-bottom:25px;
	font-size:14px;
}
.featured-box h3{
	margin-bottom:5px;
}
.featured-box p{
	line-height:22px;
}
.featured-work p.padding-b{
	font-size:16px;
	color:#000;
	font-family: 'Montserrat', sans-serif;
	letter-spacing: -1px;
	margin:0 0 10px 0;
	text-align:justify;
	padding-bottom:35px;
}

.featured-work p.padding-w{
	font-size:16px;
	color:#fff;
	font-family: 'Montserrat', sans-serif;
	letter-spacing: -1px;
	margin:0 0 10px 0;
	text-align:justify;
	padding-bottom:25px;
	font-weight:500;
}
.featured-box-col1{
	width:60px;
	float:left;
}
.featured-box-col1 i{
	display:block;
	line-height:38px;
	font-family: 'FontAwesome';
	font-size:38px;
	color:#777777;
	font-style:normal;
}
.featured-box-col2{ overflow:hidden;}
.featured-box.magic{
	background:url(../img/magic.png) left top no-repeat;
}
.featured-box.packaged{
	background:url(../img/packaged.png) left top no-repeat;
}
.featured-box.seo{
	background:url(../img/seo.png) left top no-repeat;
}
.Learn-More{
	display:inline-block;
	padding:0 5px 0 0;
	color:#7cc576;
	font-size:16px;
	text-transform:uppercase;
	font-family: 'Montserrat', sans-serif;
	font-weight:400;
	line-height:24px;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
	display: none;
}
.Learn-More i{ 
	padding-right:15px;
}

.Learn-More:hover, .Learn-More:focus{ 
	text-decoration:none;
	color: #111;
}


/* Portfolio
---------------------------------*/
.Portfolio-nav{
	padding:0;
	margin:0 0 45px 0;
	list-style:none;
	text-align:center;
}
.Portfolio-nav li{
	margin:0 10px;
	display:inline;
}
.Portfolio-nav li a{
	display:inline-block;
	padding:10px 22px;
	font-size:12px;
	line-height:20px;
	color:#222222;
	border-radius:4px;
	text-transform:uppercase;
	font-family: 'Montserrat', sans-serif;
	background:#f7f7f7;
	margin-bottom:5px;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}
.Portfolio-nav li a:hover{
	background:#7cc576;
	color:#fff;
	text-decoration:none;
}

.portfolioContainer{
	margin:0 auto;
	padding-left:15px;
}

.Portfolio-box{
	text-align:center;
	margin-bottom:30px;
	height:350px;
	width:350px;
	overflow:hidden;
	float:left;
	padding:0;
}
.Portfolio-box img{
	margin-bottom:25px;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;	
}

.Portfolio-box img:hover {
	opacity: 0.6;
}

.Portfolio-nav li a.current{
	background:#7cc576;
	color:#fff;
	text-decoration:none;
}
img {
   max-width:100%;
}

/* no transition on .isotope container */

.isotope .isotope-item {
  /* change duration value to whatever you like */
  -webkit-transition-duration: 0.6s;
     -moz-transition-duration: 0.6s;
          transition-duration: 0.6s;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
          transition-property:         transform, opacity;
}

.main-section.paddind{
	padding-bottom:60px;
}
/* Products
---------------------------------*/
.products-part{
	background:url(../img/pw_maze_black_2X.png) left top repeat;
	padding:20px 0;
	text-align:center;
}

.product {
  margin-bottom: 40px;
}
.product .product-grid {
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  position: relative;
  height: 350px;
  margin-bottom: 20px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.product .product-grid .sale {
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 10px;
  z-index: 100;
  background: #DA9500;
  color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.product .product-grid .inner {
  display: table;
  height: 350px;
  width: 100%;
  opacity: 0;
  background: rgba(0, 0, 0, 0.3);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .product .product-grid .inner {
    opacity: 1;
    background: transparent;
  }
}
.product .product-grid .inner p {
  display: table-cell;
  vertical-align: middle;
}
.product .product-grid .inner p .icon {
  padding: 7px 10px;
  color: #fff;
  background: #DA9500;
}
.product .product-grid .inner p .icon:hover, .product .product-grid .inner p .icon:focus {
  color: #DA9500;
  background: #fff;
}
.product .desc h3 {
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-weight: bold;
	line-height: 24px;
	color: #DA9500
}
.product .desc h3 a {
  color: #000;
}
.product .desc .price {
  letter-spacing: 2px;
  text-transform: uppercase;
}
.product:hover .product-grid, .product:focus .product-grid {
  -webkit-box-shadow: 0px 10px 24px -7px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0px 10px 24px -7px rgba(0, 0, 0, 0.35);
  -ms-box-shadow: 0px 10px 24px -7px rgba(0, 0, 0, 0.35);
  -o-box-shadow: 0px 10px 24px -7px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 10px 24px -7px rgba(0, 0, 0, 0.35);
}
.product:hover .inner, .product:focus .inner {
  opacity: 1;
}
.product:hover .desc h3 a, .product:focus .desc h3 a {
  color: #DA9500;
}

.product-carousel {
  margin-bottom: 7em;
}

/* Clients
---------------------------------*/
.client-list{
	padding:0 0 0 0;
	font-size:14px;
	margin-bottom:40px;
}
.client-list-col1{
	float:left;
	width:60px;
}
.client-list-col1 i{
	font-style:normal;
	font-size:38px;
	display:block;
	color:#222;
	font-family: 'FontAwesome';
	line-height:38px;
}
.client-list-col2{
	overflow:hidden;	
}
.client-part{
	background:url(../img/pw_maze_black_2X.png) left top repeat;

}

.mobile-part{
	background:url(../img/pw_maze_black_2X.png) left top repeat;
  background-size:cover;
	padding:55px 0;
	text-align:center;
}
.client-part-haead{
	color:#fdfdfd;
	font-size:28px;
	line-height:41px;
	margin:30px 0 10px;
	font-family: ''Open Sans',sans-serif';
	font-style: italic;
}
.quote-right{
	font-style:normal;
	width:68px;
	height:68px;
	margin:0 auto;
	border:2px solid #7cc576;
	border-radius:50%;
	display:block;
	line-height:68px;
	text-align:center;
	font-size:27px;
	color:#7cc576;
	cursor: pointer;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}

.quote-right:hover{
color: #fff;
border: 2px solid #fff;
}

.c-logo-part{
	background:#7cc576;
	padding:25px 0;
    filter: alpha(opacity=60);
}
.c-logo-part ul{
	padding:0;
	margin:0;
	list-style:none;
	text-align:center;
}
.c-logo-part ul li{
	display:inline;
	margin:0 25px;
}
.c-logo-part ul a{
	display:inline-block;
	margin: 0 20px;
}
.main-section.team{
	padding:25px 0;
}
.main-section.team h6{
	margin-bottom:20px;
}


/* Team
---------------------------------*/
.team-leader-block{
	max-width:993px;
	margin:0 auto;
}
.team-leader-box{
	width:35.66%;
	margin-right: 3.82979%;
	height: 490px;
	overflow: hidden;
	text-align: center;
	float: left;
}
.team-leader-box span{
	margin-bottom:24px;
	display:block;
}
.team-leader-box:nth-of-type(2n+0){ margin:0;}
.team-leader{
	width:auto;
	height:auto;
	position:relative;
	border-radius:50%;
	box-shadow:0px 0px 0px 7px rgba(241,241,241,0.80);
	margin:7px 7px 25px 7px;
	
}
.team-leader-shadow{
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
	border-radius:50%;
	position:absolute;
	width:100%;
	height:100%;
	z-index:10;
	border-radius:50%;
}
.team-leader-shadow a{
	display:block;
	width:100%;
	height:100%;
}
.team-leader:hover .team-leader-shadow{
	box-shadow:inset  0px 0px 0px 148px rgba(17,17,17,0.80);
}
.team-leader:hover ul{ display:block; opacity:1}
.team-leader img{
	display:block;
	border-radius:50%;
}
.team-leader ul{
	display:block;
	opacity:0;
	padding:0;
	margin:0;
	list-style:none;
	position:absolute;
	left:0;
	top:50%;
	width:100%;
	text-align:center;
	margin-top:-14px;
	z-index:15;
	transition:all 0.6s ease-in-out;
	-moz-transition:all 0.6s ease-in-out;
	-webkit-transition:all 0.6s ease-in-out;
}
.team-leader ul li{
	display:inline;
	margin:0 11px;
}
.team-leader ul li a{
	font-family: 'FontAwesome';
	display:inline-block;
	font-size:28px;
	color:#fff;	
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}
.team-leader ul li a:hover, .team-leader ul li a:focus{
	text-decoration:none;
}
.team-leader ul li a.fa-twitter:hover{
	color:#55acee;
}
.team-leader ul li a.fa-facebook:hover{
	color:#3b5998;
}
.team-leader ul li a.fa-pinterest:hover{
	color:#cb2026;
}
.team-leader ul li a.fa-google-plus:hover{
	color:#dd4b39;
}

/* Talk Business
---------------------------------*/
.business-talking{
	background:url(../img/section-bg2.jpg) top center no-repeat;
	background-size:cover;
	padding:60px 0 10px;
	text-align:center;
}
.business-talking h2{
	font-family: 'Montserrat', sans-serif;
	font-weight:700;
	padding:0;
	margin:20px 0 70px;
	text-transform:uppercase;
	font-size:42px;
	color:#fff;
}


/* Contact
---------------------------------*/
.main-section.contact{
	padding:90px 0 100px;
}

.main-section.contact{
	background:url(../img/bg-map.png) left 190px no-repeat;
}
.contact-info-box{
	font-size:15px;
	margin:0 0 14px 68px;
	padding-left:0;
}
.contact-info-box h3{
	font-size: 15px;
	font-weight:400;
	float:left;
	width:102px;
	margin-right:12px;
	line-height:28px;
}
.contact-info-box h3 i{
	font-style:normal;
	font-size:18px;
	color:#222222;
	font-family: 'FontAwesome';
	font-weight:normal;
	margin-right:7px;
}
.contact-info-box span{
	line-height:28px;
	display:block;
	overflow:hidden;
}
.social-link{
	padding:35px 0;
	margin:0 0 0 68px;
	display:block;
	overflow:hidden;
	list-style:none;
}
.social-link li{
	float:left;
	margin-right:8px;
}
.social-link li a{
	display:block;
	width:50px;
	height:50px;
	text-align:center;
	line-height:50px;
	font-size:25px;
	color:#fff;
	background:#222222;
	border-radius:50%;
	transition:all 0.3s ease-in-out;
}
.social-link li a:hover, .social-link li a:focus{
	text-decoration:none;
}
.twitter a:hover {
	background: #55acee;
}
.facebook a:hover {
	background: #3b5998;
}
.pinterest a:hover {
	background: #cb2026;
}
.gplus a:hover {
	background: #dd4b39;
}
.dribbble a:hover {
	background: #ea4c89;
}

.form{
	margin:0 66px 0 30px;
}
.input-text{
	padding:15px 16px;
	border:1px solid #ccc;
	width:100%;
	height:50px;
	display:block;
	border-radius:4px;
	font-size:15px;
	color:#aaa;
	font-family: 'Open Sans', sans-serif;
	margin:0 0 15px 0;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}
.input-text:focus {
	border: 1px solid #7cc576;
	outline:0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(124, 197, 118, 0.3);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(124, 197, 118, 0.3);	
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(124, 197, 118, 0.3);
}

.input-text.text-area{
	height:165px;
	resize:none;
	overflow:auto;
}
.input-btn{
	width:175px;
	height:50px;
	background:#DA9500;
	border-radius:4px;
	color:#ffffff;
	font-size:14px;
	text-transform:uppercase;
	font-family: 'Montserrat', sans-serif;
	font-weight:400;
	border:0px;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}
.input-btn:hover {
	text-decoration:none;
	color:#fff !important;
	background:#000;
}

.input-btn:active, .link:focus {
	background: #DA9500;
	text-decoration:none;
	color:#fff !important;
}
.validation {
    color: red;
    display:none;
    margin: 0 0 20px;
    font-weight:400;
    font-size:13px;
}

#sendmessage {
    color: #7cc576;
    border:1px solid #7cc576;
    display:none;
    text-align:center;
    padding:15px;
    font-weight:600;
    margin-bottom:15px;
}

#errormessage {
    color: red;
    display:none;
    border:1px solid red;
    text-align:center;
    padding:15px;
    font-weight:600;
    margin-bottom:15px;
}

#sendmessage.show, #errormessage.show, .show {
	display:block;
}

/* Footer
---------------------------------*/

.footer{
	text-align:center;
	background:url(../img/pw_maze_black_2X.png) left top repeat;
	padding:20px 0;
}
.footer-logo{
	margin:15px auto 15px;
	width: 10px;
}
.copyright, .credits{
	color:#DA9500;
	font-size:14px;
	display:block;
	text-align:center;
}
.copyright a, .credits a{
	color:#7cc576;
	font-weight:600;
	text-decoration: none;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}

.copyright a:hover, .credits a:hover {
	color: #fff;
}

.res-nav_click {
	line-height:38px;
	font-family: 'FontAwesome';
	font-size:38px;
	text-decoration: none !important;
	color:#777777;
	font-style:normal;
	display:none;
	width:42px;
	height:27px;
	margin:20px auto;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}

.res-nav_click:hover, .res-nav_click:active, .res-nav_click:focus {
	color: #DA9500 !important;
}

.portfolioContainer{
	max-width: 1140px;
}


/* Animation Timers
---------------------------------*/
.delay-02s { 
	animation-delay: 0.2s; 
	-webkit-animation-delay: 0.2s; 
}
.delay-03s { 
	animation-delay: 0.3s; 
	-webkit-animation-delay: 0.3s; 
}
.delay-04s { 
	animation-delay: 0.4s; 
	-webkit-animation-delay: 0.4s; 
}

.delay-05s { 
	animation-delay: 0.5s; 
	-webkit-animation-delay: 0.5s; 
}
.delay-06s { 
	animation-delay: 0.6s; 
	-webkit-animation-delay: 0.6s; 
}

.delay-07s { 
	animation-delay: 0.7s; 
	-webkit-animation-delay: 0.7s; 
}
.delay-08s { 
	animation-delay: 0.8s; 
	-webkit-animation-delay: 0.8s; 
}

.delay-09s { 
	animation-delay: 0.9s; 
	-webkit-animation-delay: 0.9s; 
}
.delay-1s { 
	animation-delay: 1s; 
	-webkit-animation-delay: 1s; 
}
.delay-12s { 
	animation-delay: 1.2s; 
	-webkit-animation-delay: 1.2s; 
}
.fh5co-tabs .fh5co-tab-nav {
  clear: both;
  margin: 0 0 3em 0;
  padding: 3px;
  float: left;
  width: 100%;
  background: #f2f2f2;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.fh5co-tabs .fh5co-tab-nav li {
  float: left;
  margin: 0;
  padding: 0;
  width: 33.33%;
  text-align: center;
  list-style: none;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.fh5co-tabs .fh5co-tab-nav li .icon {
  font-size: 30px;
}
.fh5co-tabs .fh5co-tab-nav li a {
  padding: 20px;
  width: 100%;
  float: left;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  color: #b3b3b3;
}
.fh5co-tabs .fh5co-tab-nav li a:hover {
  color: #4d4d4d;
}
.fh5co-tabs .fh5co-tab-nav li.active a {
  background: #fff;
  color: #DA9500;
}
.fh5co-tabs .fh5co-tab-content-wrap {
  clear: both;
  position: relative;
  top: 70px;
}
.fh5co-tabs .fh5co-tab-content-wrap .tab-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
}
.fh5co-tabs .fh5co-tab-content-wrap .tab-content.active {
  opacity: 1;
  visibility: visible;
}
.fh5co-tabs .fh5co-tab-content-wrap .tab-content .price {
  letter-spacing: 2px;
  border: 2px solid #DA9500;
  display: inline-block;
  margin-bottom: 20px;
  padding: 7px 20px 10px 20px;
}
.fh5co-tabs .fh5co-tab-content-wrap ul {
  padding: 0;
  margin: 0;
  margin-bottom: 3em;
}
.fh5co-tabs .fh5co-tab-content-wrap ul li {
  list-style: none;
  margin-bottom: 20px;
  position: relative;
  padding-left: 30px;
}
.fh5co-tabs .fh5co-tab-content-wrap ul li:before {
  font-family: 'icomoon';
  position: absolute;
  top: 0;
  left: 0;
  content: '\e116';
}
.fh5co-tabs .fh5co-tab-content-wrap .feed {
  width: 100%;
  float: left;
  margin-bottom: 7em;
}
.fh5co-tabs .fh5co-tab-content-wrap .feed > div {
  width: 100%;
  float: left;
  margin-bottom: 1em;
}
.fh5co-tabs .fh5co-tab-content-wrap .feed > div blockquote {
  border-left: 0;
  padding: 20px;
  background: rgba(0, 0, 0, 0.04);
}
.fh5co-tabs .fh5co-tab-content-wrap .feed > div h3 {
  font-family: "Playfair Display", serif;
  font-size: 18px;
  display: inline-block;
  padding-right: 20px;
}
.fh5co-tabs .fh5co-tab-content-wrap .feed > div .rate {
  color: #ffba00;
}
.fh5co-tabs .icon-xlg {
  font-size: 400px;
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .fh5co-tabs .icon-xlg {
    font-size: 300px;
  }
}
@media screen and (max-width: 480px) {
  .fh5co-tabs .icon-xlg {
    font-size: 200px;
  }
}
.fh5co-tabs .icon-xlg i {
  color: #DA9500;
}

.fh5co-heading {
  margin-bottom: 5em;
}
.fh5co-heading.fh5co-heading-sm {
  margin-bottom: 2em;
}
.fh5co-heading h2 {
  font-size: 24px;
  margin-bottom: 20px;
  line-height: 1.5;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #000;
}
.fh5co-heading p {
  font-size: 18px;
  line-height: 1.5;
  color: #828282;
}
.fh5co-heading span {
  display: block;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 2px;
  font-family: "Montserrat", Arial, sans-serif;
}

#fh5co-testimonial {
  background: #efefef;
}
#fh5co-testimonial .testimony-slide {
  text-align: center;
}
#fh5co-testimonial .testimony-slide span {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
  display: block;
}
#fh5co-testimonial .testimony-slide figure {
  margin-bottom: 10px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
#fh5co-testimonial .testimony-slide figure img {
  width: 100px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
#fh5co-testimonial .testimony-slide blockquote {
  border: none;
  margin: 30px auto;
  width: 50%;
  position: relative;
  padding: 0;
}
@media screen and (max-width: 992px) {
  #fh5co-testimonial .testimony-slide blockquote {
    width: 100%;
  }
}
#fh5co-testimonial .arrow-thumb {
  position: absolute;
  top: 40%;
  display: block;
  width: 100%;
}
#fh5co-testimonial .arrow-thumb a {
  font-size: 32px;
  color: #dadada;
}
#fh5co-testimonial .arrow-thumb a:hover, #fh5co-testimonial .arrow-thumb a:focus, #fh5co-testimonial .arrow-thumb a:active {
  text-decoration: none;
}

#fh5co-started {
  background: #DA9500;
}
#fh5co-started .fh5co-heading h2 {
  color: #fff;
  margin-bottom: 20px !important;
}
#fh5co-started .fh5co-heading p {
  color: rgba(255, 255, 255, 0.6);
}
#fh5co-started .form-control {
  background: rgba(255, 255, 255, 0.2);
  border: none !important;
  color: #fff;
  font-size: 16px !important;
  width: 100%;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
#fh5co-started .form-control::-webkit-input-placeholder {
  color: #fff;
}
#fh5co-started .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}
#fh5co-started .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}
#fh5co-started .form-control:-ms-input-placeholder {
  color: #fff;
}
#fh5co-started .form-control:focus {
  background: rgba(255, 255, 255, 0.3);
}
#fh5co-started .btn {
  height: 54px;
  border: none !important;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 400;
  padding-left: 50px;
  padding-right: 50px;
}
#fh5co-started .form-inline .form-group {
  width: 100% !important;
  margin-bottom: 10px;
}
#fh5co-started .form-inline .form-group .form-control {
  width: 100%;
}

#fh5co-footer {
  background: #efefef;
}
#fh5co-footer .fh5co-footer-links {
  padding: 0;
  margin: 0;
}
#fh5co-footer .fh5co-footer-links li {
  padding: 0;
  margin: 0;
  list-style: none;
}
#fh5co-footer .fh5co-footer-links li a {
  color: #000;
  text-decoration: none;
}
#fh5co-footer .fh5co-footer-links li a:hover {
  text-decoration: underline;
}
#fh5co-footer .fh5co-widget {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #fh5co-footer .fh5co-widget {
    text-align: left;
  }
}
#fh5co-footer .fh5co-widget h3 {
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 15px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
#fh5co-footer .copyright .block {
  display: block;
}
.js .animate-box {
  opacity: 0;
}


/* desde aqii */

.wrapper {
  max-width: 60em;
  margin: 1em auto;
  position: relative;
}

input {
  display: none;
}

.inner {
  width: 800%;
  line-height: 0;
}

article {
  width: 12.5%;
  float: left;
  position: relative;
}
article img {
	width: 100%;
	height: 100%;
}

/*---- SET UP CONTROL ----*/
.slider-prev-next-control {
  height: 50px;
  position: absolute;
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.slider-prev-next-control label {
  display: none;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #DA9500;
  opacity: 0.7;
}
.slider-prev-next-control label:hover {
  opacity: 1;
}

.slider-dot-control {
  position: absolute;
  width: 100%;
  bottom: 0;
  text-align: center;
}
.slider-dot-control label {
  cursor: pointer;
  border-radius: 5px;
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #DA9500;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.slider-dot-control label:hover {
  background: #ccc;
  border-color: #777;
}

/* Slider Styling */
.slider-wrapper {
  width: 100%;
  overflow: hidden;
  border-radius: 5px;
  box-shadow: 1px 1px 4px #666;
  background: #fff;
  background: #fcfff4;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: all 500ms ease-out;
  -moz-transition: all 500ms ease-out;
  transition: all 500ms ease-out;
}
.slider-wrapper .inner {
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
}

/*---- SET POSITION FOR SLIDE ----*/
#slide1:checked ~ .slider-prev-next-control label:nth-child(2)::after, #slide2:checked ~ .slider-prev-next-control label:nth-child(3)::after, #slide3:checked ~ .slider-prev-next-control label:nth-child(4)::after, #slide4:checked ~ .slider-prev-next-control label:nth-child(5)::after, #slide5:checked ~ .slider-prev-next-control label:nth-child(6)::after, #slide6:checked ~ .slider-prev-next-control label:nth-child(7)::after, #slide7:checked ~ .slider-prev-next-control label:nth-child(8)::after, #slide8:checked ~ .slider-prev-next-control label:nth-child(1)::after, #slide2:checked ~ .slider-prev-next-control label:nth-child(1)::after, #slide3:checked ~ .slider-prev-next-control label:nth-child(2)::after, #slide4:checked ~ .slider-prev-next-control label:nth-child(3)::after, #slide5:checked ~ .slider-prev-next-control label:nth-child(4)::after, #slide6:checked ~ .slider-prev-next-control label:nth-child(5)::after, #slide7:checked ~ .slider-prev-next-control label:nth-child(6)::after, #slide8:checked ~ .slider-prev-next-control label:nth-child(7)::after, #slide1:checked ~ .slider-prev-next-control label:nth-child(8)::after {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  margin: 0;
  line-height: 28px;
  font-size: 2em;
  display: block;
  color: #000;
}

#slide1:checked ~ .slider-prev-next-control label:nth-child(2)::after, #slide2:checked ~ .slider-prev-next-control label:nth-child(3)::after, #slide3:checked ~ .slider-prev-next-control label:nth-child(4)::after, #slide4:checked ~ .slider-prev-next-control label:nth-child(5)::after, #slide5:checked ~ .slider-prev-next-control label:nth-child(6)::after, #slide6:checked ~ .slider-prev-next-control label:nth-child(7)::after, #slide7:checked ~ .slider-prev-next-control label:nth-child(8)::after, #slide8:checked ~ .slider-prev-next-control label:nth-child(1)::after {
  content: "\f105";
  padding-left: 15px;
}

#slide1:checked ~ .slider-prev-next-control label:nth-child(2), #slide2:checked ~ .slider-prev-next-control label:nth-child(3), #slide3:checked ~ .slider-prev-next-control label:nth-child(4), #slide4:checked ~ .slider-prev-next-control label:nth-child(5), #slide5:checked ~ .slider-prev-next-control label:nth-child(6), #slide6:checked ~ .slider-prev-next-control label:nth-child(7), #slide7:checked ~ .slider-prev-next-control label:nth-child(8), #slide8:checked ~ .slider-prev-next-control label:nth-child(1) {
  display: block;
  float: right;
  margin-right: 5px;
}

#slide2:checked ~ .slider-prev-next-control label:nth-child(1), #slide3:checked ~ .slider-prev-next-control label:nth-child(2), #slide4:checked ~ .slider-prev-next-control label:nth-child(3), #slide5:checked ~ .slider-prev-next-control label:nth-child(4), #slide6:checked ~ .slider-prev-next-control label:nth-child(5), #slide7:checked ~ .slider-prev-next-control label:nth-child(6), #slide8:checked ~ .slider-prev-next-control label:nth-child(7), #slide1:checked ~ .slider-prev-next-control label:nth-child(8) {
  display: block;
  float: left;
  margin-left: 5px;
}

#slide2:checked ~ .slider-prev-next-control label:nth-child(1)::after, #slide3:checked ~ .slider-prev-next-control label:nth-child(2)::after, #slide4:checked ~ .slider-prev-next-control label:nth-child(3)::after, #slide5:checked ~ .slider-prev-next-control label:nth-child(4)::after, #slide6:checked ~ .slider-prev-next-control label:nth-child(5)::after, #slide7:checked ~ .slider-prev-next-control label:nth-child(6)::after, #slide8:checked ~ .slider-prev-next-control label:nth-child(7)::after, #slide1:checked ~ .slider-prev-next-control label:nth-child(8)::after {
  content: "\f104";
  padding-left: 8px;
}

#slide1:checked ~ .slider-dot-control label:nth-child(1), #slide2:checked ~ .slider-dot-control label:nth-child(2), #slide3:checked ~ .slider-dot-control label:nth-child(3), #slide4:checked ~ .slider-dot-control label:nth-child(4), #slide5:checked ~ .slider-dot-control label:nth-child(5), #slide6:checked ~ .slider-dot-control label:nth-child(6), #slide7:checked ~ .slider-dot-control label:nth-child(7), #slide8:checked ~ .slider-dot-control label:nth-child(8) {
  background: #333;
}

#slide1:checked ~ .slider-wrapper article:nth-child(1) .info, #slide2:checked ~ .slider-wrapper article:nth-child(2) .info, #slide3:checked ~ .slider-wrapper article:nth-child(3) .info, #slide4:checked ~ .slider-wrapper article:nth-child(4) .info, #slide5:checked ~ .slider-wrapper article:nth-child(5) .info, #slide6:checked ~ .slider-wrapper article:nth-child(6) .info, #slide7:checked ~ .slider-wrapper article:nth-child(7) .info, #slide8:checked ~ .slider-wrapper article:nth-child(8) .info {
  opacity: 1;
}

#slide1:checked ~ .slider-wrapper .inner {
  margin-left: 0%;
}

#slide2:checked ~ .slider-wrapper .inner {
  margin-left: -100%;
}

#slide3:checked ~ .slider-wrapper .inner {
  margin-left: -200%;
}

#slide4:checked ~ .slider-wrapper .inner {
  margin-left: -300%;
}

#slide5:checked ~ .slider-wrapper .inner {
  margin-left: -400%;
}

#slide6:checked ~ .slider-wrapper .inner {
  margin-left: -500%;
}

#slide7:checked ~ .slider-wrapper .inner {
  margin-left: -600%;
}

#slide8:checked ~ .slider-wrapper .inner {
  margin-left: -700%;
}

/* segundo carrusel */

.wrapper1 {
  max-width: 60em;
  margin: 1em auto;
  position: relative;
}

/*---- SET UP CONTROL ----*/
.slider-prev-next-control1 {
  height: 50px;
  position: absolute;
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.slider-prev-next-control1 label {
  display: none;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #DA9500;
  opacity: 0.7;
}
.slider-prev-next-control1 label:hover {
  opacity: 1;
}

.slider-dot-control1 {
  position: absolute;
  width: 100%;
  bottom: 0;
  text-align: center;
}
.slider-dot-control1 label {
  cursor: pointer;
  border-radius: 5px;
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #DA9500;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.slider-dot-control1 label:hover {
  background: #ccc;
  border-color: #777;
}

/* Slider Styling */
.slider-wrapper1 {
  width: 100%;
  overflow: hidden;
  border-radius: 5px;
  box-shadow: 1px 1px 4px #666;
  background: #fff;
  background: #fcfff4;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: all 500ms ease-out;
  -moz-transition: all 500ms ease-out;
  transition: all 500ms ease-out;
}
.slider-wrapper1 .inner {
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
}

/*---- SET POSITION FOR SLIDE ----*/
#slide9:checked ~ .slider-prev-next-control1 label:nth-child(2)::after, #slide10:checked ~ .slider-prev-next-control1 label:nth-child(3)::after, #slide11:checked ~ .slider-prev-next-control1 label:nth-child(4)::after, #slide12:checked ~ .slider-prev-next-control1 label:nth-child(5)::after, #slide13:checked ~ .slider-prev-next-control1 label:nth-child(6)::after, #slide14:checked ~ .slider-prev-next-control1 label:nth-child(7)::after, #slide15:checked ~ .slider-prev-next-control1 label:nth-child(8)::after, #slide16:checked ~ .slider-prev-next-control1 label:nth-child(1)::after, #slide10:checked ~ .slider-prev-next-control1 label:nth-child(1)::after, #slide11:checked ~ .slider-prev-next-control1 label:nth-child(2)::after, #slide12:checked ~ .slider-prev-next-control1 label:nth-child(3)::after, #slide13:checked ~ .slider-prev-next-control1 label:nth-child(4)::after, #slide14:checked ~ .slider-prev-next-control1 label:nth-child(5)::after, #slide15:checked ~ .slider-prev-next-control1 label:nth-child(6)::after, #slide16:checked ~ .slider-prev-next-control1 label:nth-child(7)::after, #slide9:checked ~ .slider-prev-next-control1 label:nth-child(8)::after {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  margin: 0;
  line-height: 28px;
  font-size: 2em;
  display: block;
  color: #000;
}

#slide9:checked ~ .slider-prev-next-control1 label:nth-child(2)::after, #slide10:checked ~ .slider-prev-next-control1 label:nth-child(3)::after, #slide11:checked ~ .slider-prev-next-control1 label:nth-child(4)::after, #slide12:checked ~ .slider-prev-next-control1 label:nth-child(5)::after, #slide13:checked ~ .slider-prev-next-control1 label:nth-child(6)::after, #slide14:checked ~ .slider-prev-next-control1 label:nth-child(7)::after, #slide15:checked ~ .slider-prev-next-control1 label:nth-child(8)::after, #slide16:checked ~ .slider-prev-next-control1 label:nth-child(1)::after {
  content: "\f105";
  padding-left: 15px;
}

#slide9:checked ~ .slider-prev-next-control1 label:nth-child(2), #slide10:checked ~ .slider-prev-next-control1 label:nth-child(3), #slide11:checked ~ .slider-prev-next-control1 label:nth-child(4), #slide12:checked ~ .slider-prev-next-control1 label:nth-child(5), #slide13:checked ~ .slider-prev-next-control1 label:nth-child(6), #slide14:checked ~ .slider-prev-next-control1 label:nth-child(7), #slide15:checked ~ .slider-prev-next-control1 label:nth-child(8), #slide16:checked ~ .slider-prev-next-control1 label:nth-child(1) {
  display: block;
  float: right;
  margin-right: 5px;
}

#slide10:checked ~ .slider-prev-next-control1 label:nth-child(1), #slide11:checked ~ .slider-prev-next-control1 label:nth-child(2), #slide12:checked ~ .slider-prev-next-control1 label:nth-child(3), #slide13:checked ~ .slider-prev-next-control1 label:nth-child(4), #slide14:checked ~ .slider-prev-next-control1 label:nth-child(5), #slide15:checked ~ .slider-prev-next-control1 label:nth-child(6), #slide16:checked ~ .slider-prev-next-control1 label:nth-child(7), #slide9:checked ~ .slider-prev-next-control1 label:nth-child(8) {
  display: block;
  float: left;
  margin-left: 5px;
}

#slide10:checked ~ .slider-prev-next-control1 label:nth-child(1)::after, #slide11:checked ~ .slider-prev-next-control1 label:nth-child(2)::after, #slide12:checked ~ .slider-prev-next-control1 label:nth-child(3)::after, #slide13:checked ~ .slider-prev-next-control1 label:nth-child(4)::after, #slide14:checked ~ .slider-prev-next-control1 label:nth-child(5)::after, #slide15:checked ~ .slider-prev-next-control1 label:nth-child(6)::after, #slide16:checked ~ .slider-prev-next-control1 label:nth-child(7)::after, #slide9:checked ~ .slider-prev-next-control1 label:nth-child(8)::after {
  content: "\f104";
  padding-left: 8px;
}

#slide9:checked ~ .slider-dot-control1 label:nth-child(1), #slide10:checked ~ .slider-dot-control1 label:nth-child(2), #slide11:checked ~ .slider-dot-control1 label:nth-child(3), #slide12:checked ~ .slider-dot-control1 label:nth-child(4), #slide13:checked ~ .slider-dot-control1 label:nth-child(5), #slide14:checked ~ .slider-dot-control1 label:nth-child(6), #slide15:checked ~ .slider-dot-control1 label:nth-child(7), #slide16:checked ~ .slider-dot-control1 label:nth-child(8) {
  background: #333;
}

#slide9:checked ~ .slider-wrapper1 article:nth-child(1) .info, #slide10:checked ~ .slider-wrapper1 article:nth-child(2) .info, #slide11:checked ~ .slider-wrapper1 article:nth-child(3) .info, #slide12:checked ~ .slider-wrapper1 article:nth-child(4) .info, #slide13:checked ~ .slider-wrapper1 article:nth-child(5) .info, #slide14:checked ~ .slider-wrapper1 article:nth-child(6) .info, #slide15:checked ~ .slider-wrapper1 article:nth-child(7) .info, #slide16:checked ~ .slider-wrapper1 article:nth-child(8) .info {
  opacity: 1;
}

#slide9:checked ~ .slider-wrapper1 .inner {
  margin-left: 0%;
}

#slide10:checked ~ .slider-wrapper1 .inner {
  margin-left: -100%;
}

#slide11:checked ~ .slider-wrapper1 .inner {
  margin-left: -200%;
}

#slide12:checked ~ .slider-wrapper1 .inner {
  margin-left: -300%;
}

#slide13:checked ~ .slider-wrapper1 .inner {
  margin-left: -400%;
}

#slide14:checked ~ .slider-wrapper1 .inner {
  margin-left: -500%;
}

#slide15:checked ~ .slider-wrapper1 .inner {
  margin-left: -600%;
}

#slide16:checked ~ .slider-wrapper1 .inner {
  margin-left: -700%;
}

/* tercer carrusel */
.wrapper2 {
  max-width: 60em;
  margin: 1em auto;
  position: relative;
}

/*---- SET UP CONTROL ----*/
.slider-prev-next-control2 {
  height: 50px;
  position: absolute;
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.slider-prev-next-control2 label {
  display: none;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #DA9500;
  opacity: 0.7;
}
.slider-prev-next-control2 label:hover {
  opacity: 1;
}

.slider-dot-control2 {
  position: absolute;
  width: 100%;
  bottom: 0;
  text-align: center;
}
.slider-dot-control2 label {
  cursor: pointer;
  border-radius: 5px;
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #DA9500;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.slider-dot-control2 label:hover {
  background: #ccc;
  border-color: #777;
}

/* Slider Styling */
.slider-wrapper2 {
  width: 100%;
  overflow: hidden;
  border-radius: 5px;
  box-shadow: 1px 1px 4px #666;
  background: #fff;
  background: #fcfff4;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: all 500ms ease-out;
  -moz-transition: all 500ms ease-out;
  transition: all 500ms ease-out;
}
.slider-wrapper2 .inner {
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
}

/*---- SET POSITION FOR SLIDE ----*/
#slide17:checked ~ .slider-prev-next-control2 label:nth-child(2)::after, #slide18:checked ~ .slider-prev-next-control2 label:nth-child(3)::after, #slide19:checked ~ .slider-prev-next-control2 label:nth-child(4)::after, #slide20:checked ~ .slider-prev-next-control2 label:nth-child(5)::after, #slide21:checked ~ .slider-prev-next-control2 label:nth-child(6)::after, #slide22:checked ~ .slider-prev-next-control2 label:nth-child(7)::after, #slide23:checked ~ .slider-prev-next-control2 label:nth-child(8)::after, #slide24:checked ~ .slider-prev-next-control2 label:nth-child(1)::after, #slide18:checked ~ .slider-prev-next-control2 label:nth-child(1)::after, #slide19:checked ~ .slider-prev-next-control2 label:nth-child(2)::after, #slide20:checked ~ .slider-prev-next-control2 label:nth-child(3)::after, #slide21:checked ~ .slider-prev-next-control2 label:nth-child(4)::after, #slide22:checked ~ .slider-prev-next-control2 label:nth-child(5)::after, #slide23:checked ~ .slider-prev-next-control2 label:nth-child(6)::after, #slide24:checked ~ .slider-prev-next-control2 label:nth-child(7)::after, #slide17:checked ~ .slider-prev-next-control2 label:nth-child(8)::after {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  margin: 0;
  line-height: 28px;
  font-size: 2em;
  display: block;
  color: #000;
}

#slide17:checked ~ .slider-prev-next-control2 label:nth-child(2)::after, #slide18:checked ~ .slider-prev-next-control2 label:nth-child(3)::after, #slide19:checked ~ .slider-prev-next-control2 label:nth-child(4)::after, #slide20:checked ~ .slider-prev-next-control2 label:nth-child(5)::after, #slide21:checked ~ .slider-prev-next-control2 label:nth-child(6)::after, #slide22:checked ~ .slider-prev-next-control2 label:nth-child(7)::after, #slide23:checked ~ .slider-prev-next-control2 label:nth-child(8)::after, #slide24:checked ~ .slider-prev-next-control2 label:nth-child(1)::after {
  content: "\f105";
  padding-left: 15px;
}

#slide17:checked ~ .slider-prev-next-control2 label:nth-child(2), #slide18:checked ~ .slider-prev-next-control2 label:nth-child(3), #slide19:checked ~ .slider-prev-next-control2 label:nth-child(4), #slide20:checked ~ .slider-prev-next-control2 label:nth-child(5), #slide21:checked ~ .slider-prev-next-control2 label:nth-child(6), #slide22:checked ~ .slider-prev-next-control2 label:nth-child(7), #slide23:checked ~ .slider-prev-next-control2 label:nth-child(8), #slide24:checked ~ .slider-prev-next-control2 label:nth-child(1) {
  display: block;
  float: right;
  margin-right: 5px;
}

#slide18:checked ~ .slider-prev-next-control2 label:nth-child(1), #slide19:checked ~ .slider-prev-next-control2 label:nth-child(2), #slide20:checked ~ .slider-prev-next-control2 label:nth-child(3), #slide21:checked ~ .slider-prev-next-control2 label:nth-child(4), #slide22:checked ~ .slider-prev-next-control2 label:nth-child(5), #slide23:checked ~ .slider-prev-next-control2 label:nth-child(6), #slide24:checked ~ .slider-prev-next-control2 label:nth-child(7), #slide17:checked ~ .slider-prev-next-control2 label:nth-child(8) {
  display: block;
  float: left;
  margin-left: 5px;
}

#slide18:checked ~ .slider-prev-next-control2 label:nth-child(1)::after, #slide19:checked ~ .slider-prev-next-control2 label:nth-child(2)::after, #slide20:checked ~ .slider-prev-next-control2 label:nth-child(3)::after, #slide21:checked ~ .slider-prev-next-control2 label:nth-child(4)::after, #slide22:checked ~ .slider-prev-next-control2 label:nth-child(5)::after, #slide23:checked ~ .slider-prev-next-control2 label:nth-child(6)::after, #slide24:checked ~ .slider-prev-next-control2 label:nth-child(7)::after, #slide17:checked ~ .slider-prev-next-control2 label:nth-child(8)::after {
  content: "\f104";
  padding-left: 8px;
}

#slide17:checked ~ .slider-dot-control2 label:nth-child(1), #slide18:checked ~ .slider-dot-control2 label:nth-child(2), #slide19:checked ~ .slider-dot-control2 label:nth-child(3), #slide20:checked ~ .slider-dot-control2 label:nth-child(4), #slide21:checked ~ .slider-dot-control2 label:nth-child(5), #slide22:checked ~ .slider-dot-control2 label:nth-child(6), #slide23:checked ~ .slider-dot-control2 label:nth-child(7), #slide24:checked ~ .slider-dot-control2 label:nth-child(8) {
  background: #333;
}

#slide17:checked ~ .slider-wrapper2 article:nth-child(1) .info, #slide18:checked ~ .slider-wrapper2 article:nth-child(2) .info, #slide19:checked ~ .slider-wrapper2 article:nth-child(3) .info, #slide20:checked ~ .slider-wrapper2 article:nth-child(4) .info, #slide21:checked ~ .slider-wrapper2 article:nth-child(5) .info, #slide22:checked ~ .slider-wrapper2 article:nth-child(6) .info, #slide23:checked ~ .slider-wrapper2 article:nth-child(7) .info, #slide24:checked ~ .slider-wrapper2 article:nth-child(8) .info {
  opacity: 1;
}

#slide17:checked ~ .slider-wrapper2 .inner {
  margin-left: 0%;
}

#slide18:checked ~ .slider-wrapper2 .inner {
  margin-left: -100%;
}

#slide19:checked ~ .slider-wrapper2 .inner {
  margin-left: -200%;
}

#slide20:checked ~ .slider-wrapper2 .inner {
  margin-left: -300%;
}

#slide21:checked ~ .slider-wrapper2 .inner {
  margin-left: -400%;
}

#slide22:checked ~ .slider-wrapper2 .inner {
  margin-left: -500%;
}

#slide23:checked ~ .slider-wrapper2 .inner {
  margin-left: -600%;
}

#slide24:checked ~ .slider-wrapper2 .inner {
  margin-left: -700%;
}

/* cuarto carrusel */
.wrapper3 {
  max-width: 60em;
  margin: 1em auto;
  position: relative;
}

/*---- SET UP CONTROL ----*/
.slider-prev-next-control3 {
  height: 50px;
  position: absolute;
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.slider-prev-next-control3 label {
  display: none;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #DA9500;
  opacity: 0.7;
}
.slider-prev-next-control3 label:hover {
  opacity: 1;
}

.slider-dot-control3 {
  position: absolute;
  width: 100%;
  bottom: 0;
  text-align: center;
}
.slider-dot-control3 label {
  cursor: pointer;
  border-radius: 5px;
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #DA9500;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.slider-dot-control3 label:hover {
  background: #ccc;
  border-color: #777;
}

/* Slider Styling */
.slider-wrapper3 {
  width: 100%;
  overflow: hidden;
  border-radius: 5px;
  box-shadow: 1px 1px 4px #666;
  background: #fff;
  background: #fcfff4;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: all 500ms ease-out;
  -moz-transition: all 500ms ease-out;
  transition: all 500ms ease-out;
}
.slider-wrapper3 .inner {
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
}

/*---- SET POSITION FOR SLIDE ----*/
#slide25:checked ~ .slider-prev-next-control3 label:nth-child(2)::after, #slide26:checked ~ .slider-prev-next-control3 label:nth-child(3)::after, #slide27:checked ~ .slider-prev-next-control3 label:nth-child(4)::after, #slide28:checked ~ .slider-prev-next-control3 label:nth-child(5)::after, #slide29:checked ~ .slider-prev-next-control3 label:nth-child(6)::after, #slide30:checked ~ .slider-prev-next-control3 label:nth-child(7)::after, #slide31:checked ~ .slider-prev-next-control3 label:nth-child(8)::after, #slide32:checked ~ .slider-prev-next-control3 label:nth-child(1)::after, #slide26:checked ~ .slider-prev-next-control3 label:nth-child(1)::after, #slide27:checked ~ .slider-prev-next-control3 label:nth-child(2)::after, #slide28:checked ~ .slider-prev-next-control3 label:nth-child(3)::after, #slide29:checked ~ .slider-prev-next-control3 label:nth-child(4)::after, #slide30:checked ~ .slider-prev-next-control3 label:nth-child(5)::after, #slide31:checked ~ .slider-prev-next-control3 label:nth-child(6)::after, #slide32:checked ~ .slider-prev-next-control3 label:nth-child(7)::after, #slide25:checked ~ .slider-prev-next-control3 label:nth-child(8)::after {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  margin: 0;
  line-height: 28px;
  font-size: 2em;
  display: block;
  color: #000;
}

#slide25:checked ~ .slider-prev-next-control3 label:nth-child(2)::after, #slide26:checked ~ .slider-prev-next-control3 label:nth-child(3)::after, #slide27:checked ~ .slider-prev-next-control3 label:nth-child(4)::after, #slide28:checked ~ .slider-prev-next-control3 label:nth-child(5)::after, #slide29:checked ~ .slider-prev-next-control3 label:nth-child(6)::after, #slide30:checked ~ .slider-prev-next-control3 label:nth-child(7)::after, #slide31:checked ~ .slider-prev-next-control3 label:nth-child(8)::after, #slide32:checked ~ .slider-prev-next-control3 label:nth-child(1)::after {
  content: "\f105";
  padding-left: 15px;
}

#slide25:checked ~ .slider-prev-next-control3 label:nth-child(2), #slide26:checked ~ .slider-prev-next-control3 label:nth-child(3), #slide27:checked ~ .slider-prev-next-control3 label:nth-child(4), #slide28:checked ~ .slider-prev-next-control3 label:nth-child(5), #slide29:checked ~ .slider-prev-next-control3 label:nth-child(6), #slide30:checked ~ .slider-prev-next-control3 label:nth-child(7), #slide31:checked ~ .slider-prev-next-control3 label:nth-child(8), #slide32:checked ~ .slider-prev-next-control3 label:nth-child(1) {
  display: block;
  float: right;
  margin-right: 5px;
}

#slide26:checked ~ .slider-prev-next-control3 label:nth-child(1), #slide27:checked ~ .slider-prev-next-control3 label:nth-child(2), #slide28:checked ~ .slider-prev-next-control3 label:nth-child(3), #slide29:checked ~ .slider-prev-next-control3 label:nth-child(4), #slide30:checked ~ .slider-prev-next-control3 label:nth-child(5), #slide31:checked ~ .slider-prev-next-control3 label:nth-child(6), #slide32:checked ~ .slider-prev-next-control3 label:nth-child(7), #slide25:checked ~ .slider-prev-next-control3 label:nth-child(8) {
  display: block;
  float: left;
  margin-left: 5px;
}

#slide26:checked ~ .slider-prev-next-control3 label:nth-child(1)::after, #slide27:checked ~ .slider-prev-next-control3 label:nth-child(2)::after, #slide28:checked ~ .slider-prev-next-control3 label:nth-child(3)::after, #slide29:checked ~ .slider-prev-next-control3 label:nth-child(4)::after, #slide30:checked ~ .slider-prev-next-control3 label:nth-child(5)::after, #slide31:checked ~ .slider-prev-next-control3 label:nth-child(6)::after, #slide32:checked ~ .slider-prev-next-control3 label:nth-child(7)::after, #slide25:checked ~ .slider-prev-next-control3 label:nth-child(8)::after {
  content: "\f104";
  padding-left: 8px;
}

#slide25:checked ~ .slider-dot-control3 label:nth-child(1), #slide26:checked ~ .slider-dot-control3 label:nth-child(2), #slide27:checked ~ .slider-dot-control3 label:nth-child(3), #slide28:checked ~ .slider-dot-control3 label:nth-child(4), #slide29:checked ~ .slider-dot-control3 label:nth-child(5), #slide30:checked ~ .slider-dot-control3 label:nth-child(6), #slide31:checked ~ .slider-dot-control3 label:nth-child(7), #slide32:checked ~ .slider-dot-control3 label:nth-child(8) {
  background: #333;
}

#slide25:checked ~ .slider-wrapper3 article:nth-child(1) .info, #slide26:checked ~ .slider-wrapper3 article:nth-child(2) .info, #slide27:checked ~ .slider-wrapper3 article:nth-child(3) .info, #slide28:checked ~ .slider-wrapper3 article:nth-child(4) .info, #slide29:checked ~ .slider-wrapper3 article:nth-child(5) .info, #slide30:checked ~ .slider-wrapper3 article:nth-child(6) .info, #slide31:checked ~ .slider-wrapper3 article:nth-child(7) .info, #slide32:checked ~ .slider-wrapper3 article:nth-child(8) .info {
  opacity: 1;
}

#slide25:checked ~ .slider-wrapper3 .inner {
  margin-left: 0%;
}

#slide26:checked ~ .slider-wrapper3 .inner {
  margin-left: -100%;
}

#slide27:checked ~ .slider-wrapper3 .inner {
  margin-left: -200%;
}

#slide28:checked ~ .slider-wrapper3 .inner {
  margin-left: -300%;
}

#slide29:checked ~ .slider-wrapper3 .inner {
  margin-left: -400%;
}

#slide30:checked ~ .slider-wrapper3 .inner {
  margin-left: -500%;
}

#slide31:checked ~ .slider-wrapper3 .inner {
  margin-left: -600%;
}

#slide32:checked ~ .slider-wrapper3 .inner {
  margin-left: -700%;
}

/* flotantes redes */
.sticky-container{
  padding:0px;
  margin:0px;
  position:fixed;
  right:-130px;
  top:230px;
  width:210px;
  z-index: 1100;
}
.sticky li{
  list-style-type:none;
  background-color:#fff;
  color:#000;
  height:43px;
  padding:0px;
  margin:0px 0px 1px 0px;
  -webkit-transition:all 0.25s ease-in-out;
  -moz-transition:all 0.25s ease-in-out;
  -o-transition:all 0.25s ease-in-out;
  transition:all 0.25s ease-in-out;
  cursor:pointer;
}
.sticky li:hover{
  margin-left:-115px;
}
.sticky li img{
  float:left;
  margin:5px 4px;
  margin-right:5px;
  
}
.sticky li p{
  padding-top:5px;
  margin:0px;
  line-height:16px;
  font-size:11px;
}
.sticky li p a{
  text-decoration:none;
  color:#2C3539;
}
.sticky li p a:hover{
  text-decoration:underline;
}

/* Modal Header */
.modal-header {
  padding: 2px 16px;
  background-color: #DA9500;
  color: white;
}

/* Modal Body */
.modal-body {padding: 0px 0px;    text-align: center;}

/* Modal Footer */
.modal-footer {
  padding: 2px 16px;
  background-color: #DA9500;
  color: white;
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  border: 1px solid #888;
  width: 80%;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 40px 0 rgba(0,0,0,0.19);
  animation-name: animatetop;
  animation-duration: 1.3s
}

/* Add Animation */
@keyframes animatetop {
  from {top: -300px; opacity: 0}
  to {top: 0; opacity: 1}
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: -150;
  width: auto; /* Full width */
  height: auto; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 15% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 60%; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.close {
  color: #000;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
.botonimagenAvenger{
  background-image:url(../img/Avengers_Boton.png);
  background-size: 100%;
  background-repeat:no-repeat;
  background-position:center;
  width: 100px; height: 50px; border-width: 0;
  background-color: #DA9500;
}
.modal-header img{
  width: 20%
}
.modal-body img{
  width: 110%;
  height: 50%;
}

.botonimagenAvenger:hover,
.botonimagenAvenger:focus{
  background-image:url(../img/Avengers_Boton.png);
  background-size: 100%;
  background-repeat:no-repeat;
  background-position:center;
  width: 100px; height: 50px; border-width: 0;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .botonimagenAvenger {
    width: 50px; height: 30px;
  }
  .botonimagenAvenger:hover,
  .botonimagenAvenger:focus{
    width: 50px; height: 30px; border-width: 0;
  }

  .modal-header img{
    width: 120%
  }
  .modal-body{
  padding: 0px 0px;
  }
  .modal-body img{
    width: 110%;
    height: 25%;
  }
  .modal {
    top: 100px
  }  
}
