/*
* Build V1.1
* Copyright 2011, JPThemes
* www.jpthemes.com
*/

/* Table of Content
==================================================
	#Site Styles
	#Page Styles
	#Media Queries
	#Font-Face */
	


/* #IMPORT SECTION */
/* ======================================================= */


@import url("skeleton.css");
@import url("bootstrap.css");
@import url("superfish.css");   
@import url(http://fonts.googleapis.com/css?family=Bitter:400,700,400italic|PT+Serif);	
@import url("jPages.css");
@import url("animate.css");
@import url("flexslider.css");
@import url("refineslide.css");
@import url("font-awesome.css");
@import url("prettyPhoto.css");
@import url("iview.css");





	

/* #General Style
================================================== */

body {
	font-style: normal;
	font-weight: 400;
	font-size: 13px;
	text-transform: none;
	text-decoration: none;
	letter-spacing: 0px;
	word-spacing: 0em;
	line-height: 21px;
	padding: 0px;
	margin: 0px;
	color: #888;
	background-color: #F5F5F5;
	background-image: url(images/bg.png);
	background-repeat: repeat;
}

/* Links */

a {  color: #7AC07A ;  font-family: Helvetica, Arial, sans-serif;  font-weight: bold;  text-decoration: none; }
a:hover, a:active {  outline: 0;  text-decoration: none; color: #222; }
a { 
	text-decoration: none;
	transition: color background-color 0.1s linear;
    -moz-transition: color background-color 0.1s linear;
    -webkit-transition: color background-color 0.1s linear;
    -o-transition: color background-color 0.1s linear;
}


/* H */

h1, h2, h3, h4, h5, h6 {
	color: #222;
	font-family: 'Bitter', Helvetica, Arial, sans-serif;
	font-weight:  400;
	padding: 0;
}



h1 a, h2 a, h3 a, h4 a, h5 a, h6 a{
	color: #222!important;
	font-family: 'Bitter', Helvetica, Arial, sans-serif;
	font-weight: normal;
	padding: 0;
	font-weight:  700;
}


h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover{
	text-decoration: none;
	color: #7AC07A!important; 	
}


/* Basic alignment */
.align-left{float: left;}
.align-center{text-align: center;}
.align-right{float: right}

img.align-left{float: left; margin: 0 15px 0px 0;}
img.align-center{text-align: center; clear: both; margin: 15px auto; display: block;}
img.align-right{float: right; margin: 0 0 12px 15px;}


/* Responsive Images - Combined with Sencha.io on the frontend */
.columns img, .column img{

}
.content img{ margin: 0px;}


/* Plus */
.full-width{
	width: 100%;
   
}

.dothr {
	background-image: url(images/lines.png);
	background-repeat: repeat-x;
	background-position: center;
	padding: 0px;
	height: 6px;
	width: 100%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	overflow: hidden;
	position: relative;
}


.circle{
	background-color: #7AC07A;
	color: #FFF;
	height: 35px;
	width: 35px;
	line-height: 30px;
	text-align: center;
	-webkit-border-radius: 200px;
	-moz-border-radius: 200x;
	border-radius: 200px;
}


.wrapper-box    {
	background-color: #fff;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	-webkit-box-shadow:  0px 0px 5px 2px rgba(0, 0, 0, 0.1);
        -moz-box-shadow:  0px 0px 5px 2px rgba(0, 0, 0, 0.1);
        box-shadow:  0px 0px 5px 2px rgba(0, 0, 0, 0.1);   
position:relative
	}	;
	
@media only screen and (min-width: 768px) and (max-width: 959px) {.wrapper-box{ width: 788px; }}
@media only screen and (max-width: 767px) {.wrapper-box   { width: 320px; }}
@media only screen and (min-width: 480px) and (max-width: 767px) {.wrapper-box { width: 440px; }}
	





/* Header
================================================== */

.header {
	height: 60px;
	padding-top: 30px;
    margin-top: 40px;
	
}





/* Title Section
================================================== */

h3.title-section{
	background-image: url(images/lines.png);
	background-repeat: repeat-x;
	background-position: center;
	margin-bottom: 40px!important;
	margin-top: 40px!important;
	padding: 0px;
}

h3.title-section a{
	padding-right: 20px;
	background-color: #fff;
	color: #333;
	text-decoration: none;
}






/* Wrapper Service
================================================== */

.icon-serv {
	background-color: #f9f9f9;
	border: 1px solid #D4D7DB;
	float: left;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4x;
	border-radius: 4px;
	color: #CCC;
	margin-right: 15px;
	overflow: hidden;
	position: relative;
	font-size: 30px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}


.conten-widget {
	overflow: hidden;
}



/* ======================================================= */
/* Work Slide
/* ======================================================= */

.view {
	margin: 0px;
	padding: 0px;	
	max-width: 100%; height: auto;
}

.view-first img {
   -webkit-transition: all 0.2s linear;
   -moz-transition: all 0.2s linear;
   -o-transition: all 0.2s linear;
   -ms-transition: all 0.2s linear;
   transition: all 0.2s linear;
   
}

.view-first .mask {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   background-color: rgba(255, 255, 255, 0.7);
   -webkit-transition: all 0.4s ease-in-out;
   -moz-transition: all 0.4s ease-in-out;
   -o-transition: all 0.4s ease-in-out;
   -ms-transition: all 0.4s ease-in-out;
   transition: all 0.4s ease-in-out;
}

.view-first .title-wrk {
   -webkit-transform: translateY(100px);
	-moz-transform: translateY(100px);
	-o-transform: translateY(100px);
	-ms-transform: translateY(100px);
	transform: translateY(100px);
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	transition: all 0.2s linear;
	margin-top: 5%;
	
	
}

.view-first:hover img {
   -webkit-transform: scale(1.1,1.1);
   -moz-transform: scale(1.1,1.1);
   -o-transform: scale(1.1,1.1);
   -ms-transform: scale(1.1,1.1);
   transform: scale(1.1,1.1);
}
.view-first a.info {
	-webkit-transform: translateY(100px);
	-moz-transform: translateY(100px);
	-o-transform: translateY(100px);
	-ms-transform: translateY(100px);
	transform: translateY(100px);
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.view-first:hover .mask {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
}
.view-first:hover .title-wrk,
.view-first:hover p,
.view-first:hover a.info {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   -webkit-transform: translateY(0px);
   -moz-transform: translateY(0px);
   -o-transform: translateY(0px);
   -ms-transform: translateY(0px);
   transform: translateY(0px);
}

.view-first:hover a.info {
   -webkit-transition-delay: 0.2s;
   -moz-transition-delay: 0.2s;
   -o-transition-delay: 0.2s;
   -ms-transition-delay: 0.2s;
   transition-delay: 0.2s;
}

.view {
	float: left;
	overflow: hidden;
	position: relative;
	text-align: center;
	cursor: default;
	
	
	
}
.view .mask,.view .content {
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
	right: 0px;
	bottom: 0px;
	
	
}
.view img {
   display: block;
   position: relative;
}
.view .title-wrk {
	color: #FFF;
	text-align: center;
	font-size: 24px;
	-webkit-border-radius: 200px;
	-moz-border-radius: 200px;
	border-radius: 200px;
	background-color: #7AC07A;
	color: #FFF;
	text-align: center;
	height: 25px;
	width: 25px;
	position: absolute;
	top: 10%;
	left: 35%;
	right: 35%;
	padding: 17px;
	font-weight: normal;
	line-height: 39px;
}

.view a.info {
	display:  inline-block;
	font-size: 60px;
	color: #fff;
	text-decoration: none;
	height: 100%;
	width: 70%;
	text-align: center;
	padding-top: 30%;
}
.view a.info: hover {
	-webkit-box-shadow: 0 0 5px #000;
	-moz-box-shadow: 0 0 5px #000;
	box-shadow: 0 0 5px #000;
	text-decoration: none!important;
}



a.zoom {
	display: block;
	height: 100%;
	width: 100%;
		
}


.holder {
	position: absolute;
	top: 0px;
}


	   
.customBtns {
	position:relative;
}


.arrowPrev,.arrowNext {
	width:20px;
	height:20px;
	position:absolute;
	top:0px;
	cursor:pointer;
	background-color: #DDD;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	color: #FFF;
	text-align: center;
	z-index: 9000;	
}
.arrowPrev {
	right:24px;
    
}

.arrow-bg, .arrowNext {
	transition: background-color 0.1s linear;
	-moz-transition: background-color 0.1s linear;
	-webkit-transition: background-color 0.1s linear;
	-o-transition: background-color 0.1s linear;
	}

.arrow-bg {
	background-color: #fff;
	height: 20px;
	width: 60px;
	position:absolute;
	top:45px;
	right: 0px;
}

.arrowNext {
	right:0px;
	
}

.arrowPrev:hover,.arrowNext:hover {
	background-color: #7AC07A;
	}


.title-workh {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #7AC07A;
	
}


h3.title-workh {
	overflow: hidden;
	position: relative;
	font-size: 14px;
	margin-bottom: 10px;
	padding-top: 7px;
	padding-right: 5px;
	padding-bottom: 7px;
	padding-left: 5px;
	font-weight: bold;
}

#itemContainer{
	margin: 0px;
	padding: 0px;
}



/* ======================================================= */
/* Clientes
/* ======================================================= */



.single-client {
	float: left;
	text-align: center;
	height: 80px;
	padding-top: 20px;
}


/* ======================================================= */
/* Box Testimonials & Newsletter
/* ======================================================= */

.block {
	background-color: #F9F9F9;
	background-repeat: repeat;
	margin-top: 20px!important;
	padding-top: 20px!important;
	padding-bottom: 20px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4x;
	border-radius: 4px;
	position: relative;
	overflow: hidden;
	}
	
.block-wrapper {
	float: left;
	padding-right: 40px;
	padding-left: 40px;
	z-index: 3;
	
}	


.icon-box {
	transform:rotate(7deg);
	-ms-transform:rotate(7deg); /* IE 9 */
	-moz-transform:rotate(7deg); /* Firefox */
	-webkit-transform:rotate(7deg); /* Safari and Chrome */
	-o-transform:rotate(7deg); /* Opera */
	position: absolute;
	right: -2px;
	top: 2px;
	color: #ccc;
	font-size: 86px;
	z-index: 1;
	-moz-opacity:0.0;
	filter: alpha(opacity=00);
	opacity:0.1;
	
	
	
}

.block-wrapper:hover .icon-box {-moz-opacity:0.0;
	filter: alpha(opacity=00);
	opacity:0.3;}
	
	
/* Newsletter */


#signup {
	margin-top:20px;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}


.input-size {
	height: 27px!important;
	width: 85%;
}

.submit {
	margin-top: -9px;
	margin-left: -10px;
	-webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
     border-radius: 0 3px 3px 0;
}
	

/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 959px) {
.submit {
margin-top: 9px;
margin-left: 0px;
-webkit-border-radius: 3px 3px 3px 3px;
-moz-border-radius: 3px 3px 3px 3px;
border-radius: 3px 3px 3px 3px;
width: 105%!important;
}

.input-size {
	width: 100%!important;
}
}

/* ======================================================= */
/* UItoTop jQuery Plugin 1.1 http://www.mattvarone.com/web-design/uitotop-jquery-plugin/
/* ======================================================= */	


#toTop {
	display:none;
	text-decoration:none;
	position:fixed;
	bottom:10px;
	right:10px;
	overflow:hidden;
	width:73px;
	height:73px;
	border:none;
	text-indent:-999px;
	background-image: url(images/ui.totop.png);
	background-repeat: no-repeat;
	background-position: left top;
	z-index: 900000;
	
}

#toTopHover {
	width:73px;
	height:73px;
	display:block;
	overflow:hidden;
	float:left;
	opacity: 0;
	-moz-opacity: 0;
	filter:alpha(opacity=0);
	background-image: url(images/ui.totop.png);
	background-repeat: no-repeat;
}

#toTop:active, #toTop:focus {
	outline:none;
}


/* ======================================================= */
/* Blog Home Widget
/* ======================================================= */	

.data {
	font-size: 9.5px;
	color: #999;
	float: left;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #f1f1f1;
	margin-bottom: 4px;
	padding-bottom: 4px;
	font-family: 'PT Serif', serif;
}




.data a{color: #999; font-family: 'PT Serif', serif;}


.blog-itemh {
	margin-bottom: 20px;
	position: relative;
	overflow: hidden;
}

.blog-itemh:hover a.more-arrow{
	-moz-opacity:1 !important;	    		  
      filter: alpha(opacity=100) !important;
     			    opacity:1 !important;
					margin-right: 10px;
}

a.more-arrow {
	font-size: 26px;
	position: absolute;
	top: 4px;
	right: 4px;
	-moz-opacity:0.0;
	filter: alpha(opacity=00);
	opacity:0.0;
	 -moz-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	margin-right: 20px;
	
}




/* ======================================================= */
/* Footer
/* ======================================================= */	

.wrapper-footer{
	height:100%;
	position:relative;
	width: 100%;
	background-color: #666;
	padding-top: 40px;
	padding-bottom: 40px;
	text-align: left;
	background-color: whiteSmoke;
	-webkit-box-shadow: inset 0 1px 0 white;
	-moz-box-shadow: inset 0 1px 0 #ffffff;
	box-shadow: inset 0 1px 0 white;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #DDD;
	border-bottom-color: #DDD;
	z-index: 100;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}

.wrapper-footer ul {
	padding: 0;
    margin: 0 0 0px 0px;
}


#footer_popup {
	width: 100%;
	padding-top: 40px;
	padding-bottom: 40px;
	position:absolute;
	left:0;
	bottom:0;
	display:none;
	background-color: whiteSmoke;
	-webkit-border-radius: 0 0 6px 6px;
	-moz-border-radius: 0 0 6px 6px;
	border-radius: 0 0 6px 6px;
	-webkit-box-shadow: inset 0 1px 0 white;
	-moz-box-shadow: inset 0 1px 0 #ffffff;
	box-shadow: inset 0 1px 0 white;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #DDD;
	z-index: 1;	
}

ul.social .circle {
	font-size: 18px;
	height: 35px;
	width: 35px;
	line-height: 40px;
	text-align: center;
	margin-left: 5px;
	float: right;
	background-color: #ccc;
	display: block;
	font-weight: normal;
}

ul.social .circle:hover {
	color: #fff;
	background-color: #7AC07A;
}



.google:hover{background-color: #313131!important;}
.tw:hover{background-color: #49c8f5!important;}
.linkedin:hover{background-color: #5aa5ca!important;}
.pinterest:hover{background-color: #c91f28!important;}
.facebook:hover{background-color: #3b5998!important;}
  
  
  

.title-footer {
	margin-bottom: 20px;
}

#bottom_menu {
	position: absolute;
	z-index: 4;
	bottom: -15px;
	display: block;
	left: 50%;
}


.footer-btn  {
	float: left!important;	
}



.copy {
	background-color: #FFF;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 100%;
	margin: auto;
}



/* ======================================================= */
/* Tipsy Tooltip
/* ======================================================= */	


.tipsy { padding: 5px; font-size: 10px; opacity: 0.8; filter: alpha(opacity=80); background-repeat: no-repeat;  background-image: url(images/tipsy.gif); }
.tipsy-inner { padding: 5px 8px 4px 8px; background-color: black; color: white; max-width: 200px; text-align: center;}
.tipsy-inner { -moz-border-radius:3px; -webkit-border-radius:3px;  }
.tipsy-north { background-position: top center; }
.tipsy-south { background-position: bottom center; }
.tipsy-east { background-position: right center; }
.tipsy-west { background-position: left center;}




/* ======================================================= */
/* List
/* ======================================================= */

.custom-list ul {
list-style: none !important;
list-style-image: none !important;
padding-left: 0 !important;
margin: 0 !important;
}

.custom-list ul li {
	padding-left: 25px !important;
	margin: 5px 0 !important;
	list-style: none !important;
	background-image: url(images/dot.png);
	background-repeat: no-repeat;
	background-position: 7px;
}








/* ======================================================= */
/* Twitter */
/* ======================================================= */

ul#twitter_update_list  {
	margin: 0px;
	text-align: left;
	border-radius: 4px;
	padding-top: 15px;
	padding-bottom: 5px;
	padding-right: 2.5%;
	padding-left: 2.5%;
	width: 95%;
	background-color: #F9F9F9;
	position: relative;
	-webkit-border-radius: 4px;
    -moz-border-radius: 4x;
    border-radius: 4px;
}

ul#twitter_update_list:after   {
	content:"";
	background-color: #7AC07A;
	color:red;
	font-weight:bold;
	height: 100%;
	width: 10px;
	position: absolute;
	top: 0px;
	right: 0px;
}



#twitter_update_list li {
	
	padding-bottom: 5px;
	margin-bottom: 30px;
}


.testimonial {
	padding-top: 10px;
	padding-right: 40px;
	color:#888;
}



/* ======================================================= */
/* Column Shortcodes
/* ======================================================= */
.one_half {
	width: 48%;
}
.one_third {
	width: 30.66%;
}
.two_third {
	width: 65.33%;
}
.one_fourth {
	width: 22%;
}
.three_fourth {
	width: 74%;
}
.one_fifth {
	width: 16.8%;
}
.two_fifth {
	width: 37.6%;
}
.three_fifth {
	width: 58.4%;
}
.four_fifth {
	width: 79.2%
}
.one_sixth {
	width: 13.33%;
}
.five_sixth {
	width: 82.67%;
}
.one_half, .one_third, .two_third, .three_fourth, .one_fourth, .one_fifth, .two_fifth, .three_fifth, .four_fifth, .one_sixth, .five_sixth {
	margin-right: 4%;
	margin-bottom: 25px;
	float: left;
	text-align: left;
}

.column-last {
	margin-right: 0!important;
	clear: right;
}


/* ======================================================= */
/* Page Style
/* ======================================================= */


ul.social-t .circle {
font-size: 14px;
height: 25px;
width: 25px;
line-height: 26px;
text-align: center;
margin-left: 5px;
float: right;
background-color: #CCC;
display: block;
font-weight: normal;
color: #fff;
}



.img-description { padding-bottom: 10px;}


.filter {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}

.the-icons {
  list-style-type: none;
  margin-left: 0;
}
.the-icons li {
  cursor: pointer;
  line-height: 42px;
  height: 42px;
  padding-left: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
}
.the-icons li [class^="icon-"],
.the-icons li [class*=" icon-"] {
  width: 32px;
  font-size: 16px;
}
.the-icons li:hover {
  background-color: #f9f9f9;
}


.big-image { position:relative;}



.icon-blog{
	position:absolute;
	top: 10px;
	left: 10px;
	font-size: 24px;
	color: #7AC07A;
	z-index: 9999;
}

.data-cb {
margin-top: 16px;
}

.title-blogi {
	padding-top: 10px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	font-weight: normal;
}

.space-single {
margin-bottom: 50px;
margin-top: 50px;
padding: 0px;
margin-right: auto;
margin-left: auto;
border-top-style: none;
border-right-style: none;
border-left-style: none;
overflow: hidden;
position: relative;
height: auto;
width: 100%;
}


.my-avatar {
overflow: hidden;
padding-top: 5px;
padding-right: 10px;
}

.data-cm {
	font-size: 9.5px;
	color: #999;
	float: left;
	
	margin-bottom: 4px;
	padding-bottom: 4px;
	font-family: 'PT Serif', serif;
	}
	


#nav {
	width: 460px!important;
	
	}
	
.pagination ul {float: right;}
	





	
	
/* ======================================================= */
/* Contact
/* ======================================================= */

.element .textarea {
	height:120px; 
	width:70%;
	padding-left:20px;
}
.element .hightlight {
	border:2px solid #ffa5a5;
	background:url(images/iconCaution.gif) no-repeat 2px
}
.element #submit {
}
.loading {
	float:left;
	background:url(images/ajax-loader.gif) no-repeat 1px;
	height:28px;
	width:28px;
	display:none;
}
.done {
	background:url(images/iconIdea.gif) no-repeat 2px; 
	padding-left:20px;
	font-family:arial;
	font-size:12px; 
	width:100%; 
	margin:20px auto; 
	display:none
}
	

/* ======================================================= */
/* Refineslide
/* ======================================================= */

  ul.rs-slider {
	  margin: 8px 0 0 0!important;
	  padding: 0!important;}


/* ===[ Thumbnails ]=== */

.rs-thumb-wrap { margin: 10px 0 0 }

.rs-thumb-wrap > a {
       display: block; opacity: .5; cursor: pointer;
        padding: 0px;
        *padding: 0;
		margin-right: -3px;
        
    }

.rs-thumb-wrap > a:hover,  
.rs-thumb-wrap > a.active { opacity: 1 }
.rs-thumb-wrap > a:first-child { margin-left: 0!important }
	
	




/* ======================================================= */
/* Accordion
/* ======================================================= */



.ia-container {
	width: 100%;
	margin: 0px auto;
	overflow: hidden;
	
}

.ia-container figure {
    position: absolute;
	top: 0;
	left: 50px; /* width of visible piece */
	width: 550px;
    box-shadow: 0 0 0 1px rgba(255,255,255,0.6);
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.ia-container > figure {
    position: relative;
	left: 0 !important;
}

.ia-container img {
	display: block;
	width: 100%;
}

.ia-container input {
	position: absolute;
	top: 0;
	left: 0;
	width: 100px; /* just cover visible part */
	height: 100%;
	cursor: pointer;
	border: 0;
	padding: 0;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
	z-index: 100;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.ia-container input:checked{
	width: 5px;
	left: auto;
	right: 0px;
}
.ia-container input:checked ~ figure {
	-webkit-transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
    -ms-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
	left: 550px;
}

.ia-container figcaption {
	width: 100%;
	height: 100%;
	background: rgba(87, 73, 81, 0.1);
	position: absolute;
	top: 0px;
	-webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.ia-container figcaption span h2 { color: #fff;}

.ia-container figcaption span {
	position: absolute;
	top: 40%;
	margin-top: -30px;
	right: 0px;
	left: 0px;
	overflow: hidden;
	text-align: left;
	background: rgba(87, 73, 81, 0.3);
	line-height: 20px;
	font-size: 18px;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	padding: 20px;
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
} 

.ia-container input:checked + figcaption,
.ia-container input:checked:hover + figcaption{
	background: rgba(87, 73, 81, 0);
}

.ia-container input:checked + figcaption span {
	-webkit-transition: all 0.4s ease-in-out 0.5s;
    -moz-transition: all 0.4s ease-in-out 0.5s;
    -o-transition: all 0.4s ease-in-out 0.5s;
    -ms-transition: all 0.4s ease-in-out 0.5s;
    transition: all 0.4s ease-in-out 0.5s;
	
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=99)";
    filter: alpha(opacity=99);
	opacity: 1;
	
	top: 90%;
}

.ia-container #ia-selector-last:checked + figcaption span {
	-webkit-transition-delay: 0.3s;
	-moz-transition-delay: 0.3s;
	-o-transition-delay: 0.3s;
	-ms-transition-delay: 0.3s;
	transition-delay: 0.3s;
}

.ia-container input:hover + figcaption {
	background: rgba(87, 73, 81, 0.03);
}

.ia-container input:checked ~ figure input{
    z-index: 1;
}

@media screen and (max-width: 720px) {
    .ia-container { 
		width: 540px; 
	}
	
	.ia-container figure { 
		left: 40px; 
		width: 260px; 
	}
	
	.ia-container input { 
		width: 40px; 
	}
	
	.ia-container input:checked ~ figure { 
		left: 260px; 
	}
	
	.ia-container figcaption span { 
		font-size: 16px; 
	}
}

@media screen and (max-width: 520px) {
    .ia-container { 
		width: 320px; 
	}
	
	.ia-container figure { 
		left: 20px; 
		width: 180px; 
	}
	
	.ia-container input { 
		width: 20px; 
	}
	
	.ia-container input:checked ~ figure { 
		left: 180px; 
	}
	
	.ia-container figcaption span { 
		font-size: 12px; 
		letter-spacing: 2px; 
		padding: 10px; 
		margin-top: -20px; 
	} 

}

figure {
    margin: 0;
	-webkit-margin-before: 0;
	-webkit-margin-after: 0;
	-webkit-margin-start: 0;
	-webkit-margin-end: 0;
}
	
	
	
/* ======================================================= */
/* filtering
/* ======================================================= */	

.isotope-item {
  z-index: 2;
}

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

.isotope,
.isotope .isotope-item {
  /* change duration value to whatever you like */
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

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

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



/* ======================================================= */
/* Audio
/* ======================================================= */	


	
	
/* ======================================================= */
/* video
/* ======================================================= */	

video {
	max-width: 100%;
	
	
}

audio {
	max-width: 100%;
	
}





	
/* Reset CSS */
.mejs-inner,
.mejs-inner div,
.mejs-inner a,
.mejs-inner span,
.mejs-inner button {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
	
}

/* Video Container / General Styles */
.mejs-container {
	position: relative;
	background: #000000;
	max-width: 100%;
	
	
}

.mejs-inner {
	position: relative;
	width: inherit;
	height: inherit;
	max-width: 100%;
	
	
}

.me-plugin { position: absolute; }

.mejs-container-fullscreen .mejs-mediaelement,
.mejs-container-fullscreen video,
.mejs-embed,
.mejs-embed body,
.mejs-mediaelement {
	width: 100%;
	height: 100%;
}

.mejs-embed,
.mejs-embed body {
	margin: 0;
	padding: 0;
	overflow: hidden;
	max-width: 100%;
	height: auto;
}

.mejs-container-fullscreen {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
	z-index: 1000;
	
}

.mejs-poster img { display: block; }

.mejs-background,
.mejs-mediaelement,
.mejs-poster,
.mejs-overlay {
	position: absolute;
	top: 0;
	left: 0;
	max-width: 100%;
}

.mejs-overlay-play { cursor: pointer; }

.mejs-inner .mejs-overlay-button {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 50px;
	height: 50px;
	margin: -25px 0 0 -25px;
	background: url(images/play.png) no-repeat;
}

/* Controls Container */
.mejs-container .mejs-controls {
	position: absolute;
	width: 100%;
	height: 34px;
	left: 0;
	bottom: 0;
	background: rgb(0,0,0); /* IE8- */
	background: rgba(0,0,0, .7);
}

/* Controls Buttons */
.mejs-controls .mejs-button button {
	display: block;
	cursor: pointer;
	width: 16px;
	height: 16px;
	background: transparent url(images/controls.png);
}

/* Play & Pause Button */
.mejs-controls div.mejs-playpause-button {
	position: absolute;
	top: 12px;
	left: 15px;
}

.mejs-controls .mejs-play button,
.mejs-controls .mejs-pause button {
	width: 12px;
	height: 12px;
	background-position: 0 0;
}

.mejs-controls .mejs-pause button { background-position: 0 -12px; }

/* Mute & Unmute */
.mejs-controls div.mejs-volume-button {
	position: absolute;
	top: 12px;
	left: 45px;
}

.mejs-controls .mejs-mute button,
.mejs-controls .mejs-unmute button {
	width: 14px;
	height: 12px;
	background-position: -12px 0;
}

.mejs-controls .mejs-unmute button { background-position: -12px -12px; }

/* Full-Screen Button */
.mejs-controls div.mejs-fullscreen-button {
	position: absolute;
	top: 7px;
	right: 7px;
}

.mejs-controls .mejs-fullscreen-button button,
.mejs-controls .mejs-unfullscreen button {
	width: 27px;
	height: 22px;
	background-position: -26px 0;
}

.mejs-controls .mejs-unfullscreen button { background-position: -26px -22px; }

/* Volume Slider */
.mejs-controls div.mejs-horizontal-volume-slider {
	position: absolute;
	cursor: pointer;
	top: 15px;
	left: 65px;
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
	width: 60px;
	background: #d6d6d6;
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	position: absolute;
	width: 0;
	top: 0;
	left: 0;
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	height: 4px;

	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

/* Progress Bar */
.mejs-controls div.mejs-time-rail {
	position: absolute;
	width: 100%;
	left: 0;
	top: -10px;
}

.mejs-controls .mejs-time-rail span {
	position: absolute;
	display: block;
	cursor: pointer;
	width: 100%;
	height: 10px;
	top: 0;
	left: 0;
}

.mejs-controls .mejs-time-rail .mejs-time-total {
	background: rgb(152,152,152); /* IE8- */
	background: rgba(152,152,152, .5);
}

.mejs-controls .mejs-time-rail .mejs-time-loaded {
	background: rgb(0,0,0); /* IE8- */
	background: rgba(0,0,0, .3);
}

.mejs-controls .mejs-time-rail .mejs-time-current { width: 0; }

/* Progress Bar Handle */
.mejs-controls .mejs-time-rail .mejs-time-handle {
	position: absolute;
	cursor: pointer;
	width: 16px;
	height: 18px;
	top: -3px;
	background: url(images/handle.png);
}

/* Progress Bar Time Tooltip */
.mejs-controls .mejs-time-rail .mejs-time-float {
	position: absolute;
	display: none;
	width: 33px;
	height: 23px;
	top: -26px;
	margin-left: -17px;
	background: url(images/tooltip.png);
}

.mejs-controls .mejs-time-rail .mejs-time-float-current {
	position: absolute;
	display: block;
	left: 0;
	top: 4px;

	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #666666;
	text-align: center;
}

.mejs-controls .mejs-time-rail .mejs-time-float-corner { display: none; }

/* Green Gradient (for progress and volume bar) */
.mejs-controls .mejs-time-rail .mejs-time-current,
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	
	background-color: #7AC07A;
	background-position: top;
}



/* #Iview
================================================== */

.mask {
	position: relative;
	top: -132px;
	padding: 0px;
	bottom: -132px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: -132px;
	margin-left: 0px;
	z-index: 1000000000;
}


@media only screen and (min-width: 768px) and (max-width: 959px) {.mask{ top: -100px; margin-bottom: -100px; }}
@media only screen and (max-width: 767px) {.mask{ top: -55px; margin-bottom: -55px; }}
@media only screen and (min-width: 480px) and (max-width: 767px) {.mask{ top: -55px; margin-bottom: -55px; }}
@media only screen and (max-width: 479px) {.mask{ top: -40px; margin-bottom: -40px; }}

#iview {
	display: block;
	max-width: 1000px;
	min-width: 300px;
	border-radius: 5px;
	position: relative;
	overflow: hidden;
	background-color:#fff;
	
}

.img-anch img{
	height: 100px;
	width: 100px;
}

#iview .iviewSlider {
	display: block;
	width: 1000px;
	height: 450px;
	overflow: hidden;
}

#iview div.iview-directionNav {
	position: absolute;
	top: 47%;
	left: 0px;
	z-index: 9;
	width: 100%;
}

#iview div.iview-directionNav a {
	display: block;
	cursor: pointer;
	position: absolute;
	width: 27px;
	height: 27px;
	background-image: url(images/bg_direction.png);
	text-indent: -9999px;
	-webkit-transition: left 0.3s ease-in-out;
	-webkit-transition-property: left,right;
	-moz-transition: left 0.3s ease-in-out;
	-moz-transition-property: left,right;
	-o-transition: left 0.3s ease-in-out;
	-o-transition-property: left,right;
	-ms-transition: left 0.3s ease-in-out;
	-ms-transition-property: left,right;
	transition: left 0.3s ease-in-out;
	transition-property: left,right;
}

#iview div.iview-directionNav a.iview-nextNav {
	right: -27px;
	background-position: 27px 0px;
}

#iview div.iview-directionNav a.iview-prevNav {
	left: -27px;
	background-position: 0px 0px
}

#iview.iview-hover div.iview-directionNav a.iview-nextNav {
	right: 20px;
}

#iview.iview-hover div.iview-directionNav a.iview-prevNav {
	left: 20px;
}

.iview-caption {
	padding: 10px 15px;
	font-family: 'Bitter', Helvetica, Arial, sans-serif;
	color: #666;
    background-color: rgba(252, 252, 252, 0.7);
    border: 1px solid rgba(0, 0, 0, 0.13);
    border-bottom: none;
    border-right: none;
    -webkit-box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.18);
    box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.18);

}

.caption2 {
	max-width: 300px;}

.caption3 {
	background: none;
	border: none;
	box-shadow: none;
	z-index: 2000000000;
	
}

.iview-caption.caption1 {
	font-size: 24px;
	height: 45px;
	line-height: 40px;
}

.iview-caption.caption7 {
	text-align: left;
	border-radius: 0px;
}

.iview-caption.caption7 div {
	line-height: 200%;
}

.iview-caption.caption7 h3 {
	margin-bottom: 20px;
}

.iview-caption.blackcaption {
	background: #000;
	text-shadow: none;
}

#iview-preloader {
	border: #666 1px solid;
	width: 150px
}

#iview-preloader div {
	background: #666;
}

.iview-controlNav div.iview-items ul li {
	padding: 0px;
	float: left;
	width: 11px;
	height: 12px;
	margin: 3px;
	margin-top: 16px;
	line-height: 0px;
}

#iview #iview-tooltip {
	display: none;
	position: absolute;
	background: url('images/tooltip.png') no-repeat;
	width: 124px;
	height: 90px;
	bottom: 30px;
	left: -67px;
	padding: 10px;
	z-index: 100;
}

#iview #iview-tooltip div.holder {
	display: block;
	width: 124px;
	height: 84px;
	overflow: hidden;
	border-radius: 2px;
}

#iview #iview-tooltip div.holder div.container {
	display: block;
	width: 4000px;
}

#iview #iview-tooltip div.holder div.container div {
	float: left;
	display: block;
	overflow: hidden;
	width: 124px;
	height: 84px;
	left: -50%;
	text-align: center;
}

#iview #iview-tooltip div.holder div.container div img {
	height: 84px;
	margin: 0 auto;
}



/* #Box Icons 
================================================== */
.sti-menu {
	position:relative;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.sti-menu li{
	float:left;
	height:200px;
	text-align: center;
	background-color: #f9f9f9;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4x;
	
}
.sti-menu li a{
	display:block;
	overflow:hidden;
	text-align:center;
	height:100%;
	width:100%;
	position:relative;
	
}
.sti-menu li a h2{
	color:#000;
	font-weight:normal;
	text-transform:uppercase;
	position:absolute;
	top:50px;
	left:0px;
	right: 0px;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 16px;
}
.sti-menu li a h3{
	position:absolute;
	top:80px;
	left:0px;
	width:90%;
	font-size: 12px;
	font-weight: normal;
	padding-right: 5%;
	padding-left: 5%;
}
.sti-icon {
	position:absolute;
	left:45%;
	right: 40%;
	top:10px;
	background-color: #7AC07A;
	color: #FFF;
	height: 35px;
	width: 35px;
	text-align: center;
	-webkit-border-radius: 200px;
	-moz-border-radius: 200x;
	border-radius: 200px;
	font-size: 20px;
}


.sti-icon i {
	padding-top: 10px;
	color: #fff;
}

.more {position:absolute;
	left:50px;
	top:60px;}

/* #Media Queries
================================================== */

	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {}
.texto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #888;
	text-align: justify;
	line-height: 30px;
}
.izq {
	text-align: right;
}
.caur {
	height: 200px;
	width: 350px;
}
