@import url(http://fonts.googleapis.com/css?family=Roboto:100,300,400);

/**/
/* isotope */
/**/
.isotope-item {
  z-index: 2;
}
.isotope-item.isotope-hidden {
  z-index: 1;
}
.isotope,
.isotope .isotope-item {
	transition-duration: 0.6s;
	-o-transition-duration: 0.6s;
	-ms-transition-duration: 0.6s;
	-moz-transition-duration: 0.6s;
	-webkit-transition-duration: 0.6s;
}
.isotope {
	transition-property: height, width;
	-o-transition-property: height, width;
	-ms-transition-property: height, width;
	-moz-transition-property: height, width;
  -webkit-transition-property: height;
}
.isotope .isotope-item {
	transition-property: transform;
	-o-transition-property: -o-transform, opacity;
	-ms-transition-property: -ms-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
  -webkit-transition-property: -webkit-transform, opacity;          
}
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
	transition-duration: 0s;
	-o-transition-duration: 0s;
	-ms-transition-duration: 0s;
	-moz-transition-duration: 0s;
  -webkit-transition-duration: 0s;
}

/*----------------------------------------------*/
/*                    LAYOUT                    */
/*----------------------------------------------*/

/**/
/* clearfix */
/**/
.clearfix:after {
	content: '';
	display: table;
	clear: both;
}

/**/
/* page */
/**/
.page {
	position: relative;
	overflow: hidden;
}
.page-boxed {
	max-width: 1250px;
	margin: 0 auto;
	box-shadow: 0 0 20px rgba(0,0,0,0.5);
}
.page-header-top {
	position: relative;
	z-index: 10;
	padding: 6px 0;
	/* IE10 Consumer Preview */ 
	background-image: -ms-linear-gradient(top, #939393 0%, #696969 100%);

	/* Mozilla Firefox */ 
	background-image: -moz-linear-gradient(top, #939393 0%, #696969 100%);

	/* Opera */ 
	background-image: -o-linear-gradient(top, #939393 0%, #696969 100%);

	/* Webkit (Safari/Chrome 10) */ 
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #939393), color-stop(1, #696969));

	/* Webkit (Chrome 11+) */ 
	background-image: -webkit-linear-gradient(top, #939393 0%, #696969 100%);

	/* W3C Markup, IE10 Release Preview */ 
	background-image: linear-gradient(to bottom, #939393 0%, #696969 100%);

}


.page-content {
	position: relative;
	padding: 30px 0;
	background: #ff0000; text-align:center; background: url(../../images/bgtit2.png) no-repeat 665px 20px;
	margin-bottom: 40px;
}
.no-bottom-padding {
	padding-bottom: 0px;	
}
.page-content-alt {
	position: relative;
	padding: 70px 0 10px;
	background: #f7f7f7;
}
#bg-1{
	background: url(../pic/paralaxed/item-2.jpg) 50% 50% no-repeat;
	background-size: cover;	
}

.page-content-alt-2 {
	position: relative;
	padding: 70px 0 10px;
	background: #fff;
}
.page-content .grid-row,
.page-content-alt .grid-row,
.page-content-alt-2 .grid-row {
	/*margin-bottom: 20px;*/ margin-bottom: 0px; 
}


/**/
/* features */
/**/
.ft_wrapper{
	position: relative;	
}
.ft_wrapper>*{
	position: relative;
	z-index: 1;
}
.ft_wrapper:before{
	content: "";
	position: absolute;
	top: 0;
	height: 350px;
	left: 0;
	right: 0;
	background: -webkit-linear-gradient(bottom, #fff 65%,rgba(255,255,255,0.3));
	background: -moz-linear-gradient(bottom, #fff 65%,rgba(255,255,255,0.3));
	background: -o-linear-gradient(bottom, #fff 65%,rgba(255,255,255,0.3));
	background: -ms-linear-gradient(bottom, #fff 65%,rgba(255,255,255,0.3));
	background: linear-gradient(bottom, #fff 65%,rgba(255,255,255,0.3));
}
.ft_wrapper:after{
	content: "";
	position: absolute;
	top: 350px;
	bottom: 0;
	left: 0;
	right: 0;
	background: #fff;
}

.features {
	position: relative;
	margin: 0 0 0 -30px;
	font-weight: 300;
}
.features li {
	display: inline-block;
	vertical-align: top;
	width: 270px;
	margin: 0 0 30px 30px;
	text-align: center;
}
.features li > div {
	padding: 45px 10px 20px;
}
.features h3 {
	margin: 20px 0 15px;
	font-size: 23px;
	line-height: 24px;
	color: #000;
}
.features p {
	line-height: 24px;
}
.features .sep {
	height: 1px;
	margin: 10px 0;
	background: #e0e0e0;
	background: -ms-linear-gradient(left, #ffffff 0%, #e0e0e0 50%, #ffffff 100%);
	background: -moz-linear-gradient(left, #ffffff 0%, #e0e0e0 50%, #ffffff 100%);
	background: -webkit-linear-gradient(left, #ffffff 0%, #e0e0e0 50%, #ffffff 100%);
}
.features .icon {
	position: relative;
	width: 106px;
	height: 74px;
	overflow: hidden;
	margin: 0 auto;
	border-radius: 20px;
	font-size: 44px;
	line-height: 74px;
	text-shadow: 0 2px rgba(0,0,0,0.3);
	color: #fff;
}
.features .icon:before{
	content: "";
	position: absolute;
	width: 105px;
	height: 46px;
	left: 0;
	bottom: 0;
	border-radius:23px;
	/* IE10 Consumer Preview */ 
	background-image: -ms-linear-gradient(left, #59D2FF 0%, #0E81FE 100%);
	/* Mozilla Firefox */ 
	background-image: -moz-linear-gradient(left, #59D2FF 0%, #0E81FE 100%);
	/* Opera */ 
	background-image: -o-linear-gradient(left, #59D2FF 0%, #0E81FE 100%);
	/* Webkit (Safari/Chrome 10) */ 
	background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #59D2FF), color-stop(1, #0E81FE));
	/* Webkit (Chrome 11+) */ 
	background-image: -webkit-linear-gradient(left, #59D2FF 0%, #0E81FE 100%);
	/* W3C Markup, IE10 Release Preview */ 
	background-image: linear-gradient(to right, #59D2FF 0%, #0E81FE 100%);
}
.features .icon:after{
	content: "";
	position: absolute;
	width: 74px;
	height: 74px;
	left: 50%;
	bottom: 0;
	margin-left: -37px;
	border-radius: 37px;
	/* IE10 Consumer Preview */ 
	background-image: -ms-linear-gradient(left, #49BDF3 0%, #087AF2 100%);
	/* Mozilla Firefox */ 
	background-image: -moz-linear-gradient(left, #49BDF3 0%, #087AF2 100%);
	/* Opera */ 
	background-image: -o-linear-gradient(left, #49BDF3 0%, #087AF2 100%);
	/* Webkit (Safari/Chrome 10) */ 
	background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #49BDF3), color-stop(1, #087AF2));
	/* Webkit (Chrome 11+) */ 
	background-image: -webkit-linear-gradient(left, #49BDF3 0%, #087AF2 100%);
	/* W3C Markup, IE10 Release Preview */ 
	background-image: linear-gradient(to right, #49BDF3 0%, #087AF2 100%);
}
.features .icon>i{
	position: relative;
	z-index: 1;
}
@media screen and (max-width: 1200px) { /* laptop */
	.features {
		margin-left: -20px;
	}
	.features li {
		width: 218px;
		margin-left: 20px;
	}
}
@media screen and (max-width: 980px) { /* pad */
	.features {
		margin: 0 0 22px -18px;
	}
	.features li {
		width: 358px;
		margin: 0 0 20px 20px;
	}
}
@media screen and (max-width: 767px) { /* phone */
	.features {
		margin: 0 -10px 22px -4%;
	}
	.features li {
		width: 48%;
		margin: 0 0 2% 2%;
		box-sizing: border-box;
		-moz-box-sizing: border-box;		
	}
}
/*@media screen and (max-width: 479px) {  mini phone 
	.features {
		margin: 0 0 20px 0;
		padding-top: 20px;
	}
	.features li {
		width: 100%;
		margin: 0 0 20px;
	}
}*/




/**/
/* projects */
/**/
.projects {
	margin: -1px 0 -1px;
}
.projects .filter {
	margin-right: 20px;
	margin-left: 20px;
}
.projects ul {
	overflow: visible !important;
}
.projects li {
	display: inline-block;
	vertical-align: top;
	width: 19.97%;
}
.projects li:hover {
	z-index: 3 !important;
}
.projects li img {
	display: block;
	width: 100%;
	height: auto;
}
.projects h3 {
	margin-bottom: 15px;
	font-size: 17px;
	font-weight: 400;
	color: #000;
}
.projects p {
	font-size: 13px;
	font-weight: 400;
}
.projects .cont {
	position: absolute;
	z-index: 10;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 0 20px;
	border: 0px solid #fff;
	background: url(img/projects-cont.png);
	box-shadow: 0 0 15px rgba(0,0,0,0.1);
	text-align: center;
	font-size: 13px;
	line-height: 16px;
	font-weight: 300;
	opacity: 0;
	-ms-transition: opacity 0.3s;
	-moz-transition: opacity 0.3s;
	-webkit-transition: opacity 0.3s;
}
.projects .text {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	margin-top: -55px;
}
.projects .icons {
	position: absolute;
	right: 20px;
	bottom: 0;
	left: 20px;
	padding: 26px 0 25px;
	background: url(img/projects-sep.png) 50% 0 no-repeat;
}
.projects .icons a {
	display: inline-block;
	margin: 0 5px;
	width: 32px;
	height: 32px;
	/*border-radius: 50%;*/
	border: 1px solid #fff;
	background: rgba(0,0,0,0.4);
	text-shadow: 1px 1px 0 rgba(0,0,0,0.15);
	font-size: 14px;
	line-height: 32px;
	color: #fff;
}
.projects .icons a:hover {
	background: rgba(0,0,0,0.6);
}
/*.projects li:hover img { /*hover imagen: sombra
	filter: blur(2px);
	-ms-filter: blur(2px);
	-webkit-filter: blur(2px);
}*/
.projects li:hover .cont {
	opacity: 0.75;
}
@media screen and (min-width: 1200px) {
	.projects li {
		width: 19.00%; border: 5px solid #ffffff; 
	}
}
@media screen and (max-width: 1200px) { /* laptop */
	.projects li {
		width: 19.00%; border: 5px solid #ffffff;
	}
}
@media screen and (max-width: 980px) { /* pad */
	.projects li {
		width: 19.00%; border: 5px solid #ffffff;
		/*width: 33.31%;*/
	}
}
@media screen and (max-width: 767px) { /* phone */
	.projects li {
		width: 19.00%; border: 5px solid #ffffff;
		/*width: 49.99%;*/
	}
}
/*@media screen and (max-width: 479px) {  mini phone 
	.projects li {
		width: 100%;
	}
}*/


/*----------------------------------------------*/
/*                   COMPOSER                   */
/*----------------------------------------------*/

/**/
/* text */
/**/
.composer h1 {
	margin-bottom: 30px; font-family:'Raleway-SemiBold', 'Raleway-SemiBoldie', arial, sans-serif; font-size:20px; color:#2F2F2F; font-weight: normal !important;
}
.composer h1 .tit1{ font-family:'Raleway', 'Ralewayie', arial, sans-serif; font-size:20px; color:#2F2F2F; text-transform: uppercase; font-weight: normal !important;}

.composer h2 {
	margin-bottom: 20px;
	font-size: 40px;
	/*font-weight: 100;*/
	color: #000;
}
.composer h3 {
	margin-bottom: 20px;
	font-size: 24px;
	/*font-weight: 300;*/
	color: #037cff;
}
.composer h4 {
	margin-bottom: 20px;
	color: #037cff;
}
.composer p {
	line-height: 24px;
	font-weight: 300;
}
.composer strong {
	font-weight: 400;
	color: #000;
}
.composer hr {
	height: 1px;
	margin: 50px 0;
	background: #e0e0e0;
}
.composer hr.alt {
	background: #037cff;
}
.composer hr.alt-2 {
	height: 4px;
	border: 1px solid #037cff;
	border-radius: 3px;
	background: none;
}
.composer .buttons .button {
	margin-bottom: 5px;
}
.composer .wysiwyg p {
	margin-top: 24px;
}
.composer .wysiwyg .pad-player {
	display: inline-block;
	width: 100%;
	position: relative;
	overflow: hidden;
	padding-bottom: 66%;
	-webkit-box-shadow: 0px 0px 0px 1px #dedede;
	-moz-box-shadow:    0px 0px 0px 1px #dedede;
	box-shadow:         0px 0px 0px 1px #dedede;
	border-radius: 15px;
	background: #f5f5f5;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-transform: scale(1);
}
.composer .wysiwyg .pad-player iframe{
	position: absolute;
	top: 10px;
	left: 10px;
	width: calc(100% - 20px);
	height: calc(100% - 20px);
	-webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%);
	-webkit-transform: rotate(0.000001deg);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.composer .wysiwyg .pic-clear {
	padding: 0;
	border: 0;
	border-radius: 0;
	background: none;
}
.full-width{
	width: 100%;
}
.composer .wysiwyg .pic-left {
	float: left;
	margin-right: 30px;
}
.composer .center {
	text-align: center;
}
@media screen and (max-width: 1200px) { /* laptop */
	.composer h1 {
		/*font-size: 60px;*/
	}
	.page-content {
	position: relative;
	padding: 30px 0;
	text-align:center; background: url(../../images/bgtit2.png) no-repeat 665px 20px;
}

}
@media screen and (max-width: 980px) { /* pad */
	.composer h1 {
		/*font-size: 55px;*/
	}
.page-content {
	position: relative;
	padding: 30px 0;
	text-align:center; background: url(../../images/bgtit2.png) no-repeat 325px 20px;
}
}
@media screen and (max-width: 767px) { /* phone */
	.composer h1 {
		/*font-size: 50px;*/
	}
	.page-content {
	position: relative;
	padding: 30px 0;
	text-align:center; background: url(../../images/bgtit2.png) no-repeat 325px 20px;
}

}





