@charset "iso-8859-1";

/* RESET
*******************************************************************************/
* {margin: 0px; padding: 0px; border: 0px none; outline: 0px;}
html { -webkit-text-size-adjust: none; }
BODY {font-family:Arial, Helvetica, sans-serif; color: #000; background: #FFFFFF; height:100%; min-height:100%;max-width:100%;overflow:hidden;}
P, TD, TH, DIV, SPAN, LI, BLOCKQUOTE {font: 1em 'Open Sans', Helvetica, Arial, sans-serif;}

H1, H2, H3, H4, H5, H6 {font-weight: normal; font-size: 100%; display: block;margin:0;}
ARTICLE, ASIDE, AUDIO, CANVAS, FIGURE, FIGCAPTION, FOOTER, HEADER, NAV ,SECTION {display: block}
TABLE {border-collapse: collapse; border-spacing: 0;}
TH {text-align: left;}
TD, TH {empty-cells: show}
INPUT, SELECT, TEXTAREA { font: 1em 'Open Sans', Helvetica, Arial, sans-serif; color: #000; background: #FFF; }
INPUT, SELECT { vertical-align: middle}
INPUT[type="radio"], INPUT[type="checkbox"] {border: medium none;display: block;/*height: 1px !important;left: 0;position: absolute;top: 0;width: 1px !important;*/	}
INPUT[type="submit"], INPUT[type="reset"], INPUT[type="buttom"] {cursor: pointer}
TEXTAREA {overflow:auto;}
UL, OL, LI {list-style: none;}
hr{border:none;}
A {text-decoration: none; cursor:pointer;
   -webkit-transition: all 0.2s ease;
	-moz-transition: 	all 0.2s ease;
	-o-transition: 		all 0.2s ease;
	transition: 		all 0.2s ease;

    behavior: url(../js/PIE.htc);

    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
FORM A {
   -webkit-transition: none;
	-moz-transition:   none;
	-o-transition: 	   none;
	transition: 	   none;
}
*+html .Clearfix {min-height: 1%;} /*IE7*/
* html .Clearfix {height:1%;} /*IE6*/

/*  Reset input type ios    */
.ipod input,
.iphone input,
.ipad input,
.ipod TEXTAREA,
.iphone TEXTAREA,
.ipad TEXTAREA {
    -webkit-appearance: none;
    -webkit-border-radius:0; 
    border-radius:0;
}
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance:textfield;
}

input:-webkit-autofill{
  background-color: #FFFFFF !important;
  background-image: none !important;
}

input:-webkit-autofill{
  background-color: #FFFFFF !important;
  background-image: none !important;
}
::-webkit-input-placeholder {
   color: #555 !important;
   opacity:1 !important;
}
:-moz-placeholder { /* Firefox 18- */
   color: #555 !important;
   opacity:1 !important;
}
::-moz-placeholder {  /* Firefox 19+ */
   color: #555 !important;
   opacity:1 !important;  
}
:-ms-input-placeholder {  
   color: #555 !important;
   opacity:1 !important; 
}
input::-moz-placeholder {
   color: #555 !important;
   opacity:1 !important;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #FFF inset;
}
input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
	background:#FFF !important;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
}

/*
 * Row with equal height columns
 * --------------------------------------------------
 */
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}

a:hover, a:active, a:focus {
  outline:0;
  text-decoration:none;
  background:none;
}
BODY{
	/*font-family:'Source Sans Pro', Arial, Helvetica, sans-serif;*/
	font-family: 'Raleway', Arial, Helvetica, sans-serif;
}

/* BTN TO TOP
*******************************************************************************/
.cd-top {
	display: inline-block;
	height: 40px;
	width: 40px;
	position: fixed;
	bottom: 30px;
	right: 10px;
	z-index: 999;
	box-shadow: 0 0 10px rgba(0, 0, 0, .05);
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background: url(../img/cd-top-arrow.svg) center 50% no-repeat rgba(0, 0, 0, .6);
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity .3s 0s, visibility 0s .3s;
	-moz-transition: opacity .3s 0s, visibility 0s .3s;
	transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-fade-out, .cd-top.cd-is-visible, .no-touch .cd-top:hover {
	-webkit-transition: opacity .3s 0s, visibility 0s 0s;
	-moz-transition: opacity .3s 0s, visibility 0s 0s;
	transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
	visibility: visible;
	opacity: 1;
}
.cd-top.cd-fade-out {
	opacity: .5;
}
.no-touch .cd-top:hover{
	background-color: #e86256;
	opacity: 1;
}
.cd-top:hover{
	background: url(../img/cd-top-arrow.svg) center 50% no-repeat rgba(0, 0, 0, 1);
}
@media only screen and (min-width:768px) {
	.cd-top {
		right: 20px;
		bottom: 20px;
	}
}
@media only screen and (min-width:1024px) {
	.cd-top {
		height: 60px;
		width: 60px;
		right: 30px;
		bottom: 30px;
	}

}
/*
	LAYOUT
******************************************************************************/
HEADER{
	width:100%;
	border-top:20px solid #1F1B3E;
	padding:25px 0px 16px;
	border-bottom: 1px solid #7F7F7F;
}
#Flowing{
	width:auto;
	display:inline-block;
	vertical-align:middle;
}
#Flowing A{
	width:150px;
	height:50px;
	overflow:hidden;
	display:inline-block;
	background:url(../img/flowing.svg) left top no-repeat;
	background-size:150px 107px;
	 -webkit-transition: none;
	-moz-transition: 	none;
	-o-transition: 		none;
	transition: 		none;
}
#Flowing A:hover{
	background-position:left bottom;
	/*background-size:150px auto;*/
}

#ToggleUserNav {
    width: auto;
    display: inline-block;
    margin: 15px 0 0;
    float: right;
}

A#NavIcnMb{
    display: inline-block;
    margin: 0 ;
    border: none;
    background: none;
	padding:0 !important;
    margin: 0px 0 0;
}

/*A span {
    display: block;
}*/

.grid-button {
    padding: 2rem;
    cursor: pointer;
    user-select: none;
}

.grid-button .grid {
    width: 1rem;
    height: 1rem;
    background: #ecf0f1;
    color: #ecf0f1;
    transition: 0.3s;
}

.grid-button.CloseNv .grid {
    -webkit-transform: rotate3d(0, 0, 1, -45deg) scale3d(0.8, 0.8, 0.8);
    transform: rotate3d(0, 0, 1, -45deg) scale3d(0.8, 0.8, 0.8);
}

.grid-button.rearrange .grid {
    box-shadow: -1.25rem -1.25rem, 0 -1.25rem, 1.25rem -1.25rem, -1.25rem 0, 1.25rem 0, -1.25rem 1.25rem, 0 1.25rem, 1.25rem 1.25rem;
}

.grid-button.rearrange.CloseNv .grid {
    box-shadow: 0 -1rem, 0 -2rem, 1rem 0, -2rem 0, 2rem 0, -1rem 0, 0 2rem, 0 1rem;
}

.grid-button.collapse .grid {
    box-shadow: -1.25rem 0, -1.25rem 1.25rem, 1.25rem 0, 1.25rem -1.25rem, 0 -1.25rem, -1.25rem -1.25rem, 0 1.25rem, 1.25rem 1.25rem;
}

.grid-button.collapse.CloseNv .grid {
    box-shadow: -1rem 0, 0 0 transparent, 1rem 0, 0 0 transparent, 0 -1rem, 0 0 transparent, 0 1rem, 0 0 transparent;
}

.lines-button {
    padding: 2rem 1rem;
    transition: .3s;
    cursor: pointer;
    user-select: none;
    border-radius: 0.57143rem;
	
}

.lines-button:hover {
    opacity: 1;
}

.lines-button:active {
    transition: 0;
}

.lines {
    display: inline-block;
    width: 4rem;
    height: 0.57143rem;
    background: #007BC1;
    border-radius: 0.28571rem;
    transition: 0.3s;
    position: relative;
}

.lines:before,
.lines:after {
    display: inline-block;
    width: 4rem;
    height: 0.57143rem;
    background: #007BC1;
    border-radius: 0.28571rem;
    transition: 0.3s;
    position: absolute;
    left: 0;
    content: '';
    -webkit-transform-origin: 0.28571rem center;
    transform-origin: 0.28571rem center;
}

.lines:before {
    top: 1.0rem;
}

.lines:after {
    top: -1.0rem;
}
.lines-button:hover .lines{
	background:#575756;
}

.lines-button:hover .lines:before {
    /*top: 1.14286rem;*/
	background:#575756;
}

.lines-button:hover .lines:after {
    /*top: -1.14286rem;*/
	background:#575756;
}

.lines-button.CloseNv {
    -webkit-transform: scale3d(0.8, 0.8, 0.8);
    transform: scale3d(0.8, 0.8, 0.8);
}

.lines-button.arrow.CloseNv .lines:before,
.lines-button.arrow.CloseNv .lines:after {
    top: 0;
    width: 2.22222rem;
}

.lines-button.arrow.CloseNv .lines:before {
    -webkit-transform: rotate3d(0, 0, 1, 40deg);
    transform: rotate3d(0, 0, 1, 40deg);
}

.lines-button.arrow.CloseNv .lines:after {
    -webkit-transform: rotate3d(0, 0, 1, -40deg);
    transform: rotate3d(0, 0, 1, -40deg);
}

.lines-button.arrow-up.CloseNv {
    -webkit-transform: scale3d(0.8, 0.8, 0.8) rotate3d(0, 0, 1, 90deg);
    transform: scale3d(0.8, 0.8, 0.8) rotate3d(0, 0, 1, 90deg);
}

.lines-button.minus.CloseNv .lines:before,
.lines-button.minus.CloseNv .lines:after {
    -webkit-transform: none;
    transform: none;
    top: 0;
    width: 4rem;
}

.lines-button.x.CloseNv .lines {
    background: transparent;
}

.lines-button.x.CloseNv .lines:before,
.lines-button.x.CloseNv .lines:after {
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    top: 0;
    width: 4rem;
}

.lines-button.x.CloseNv .lines:before {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
}

.lines-button.x.CloseNv .lines:after {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
}

.lines-button.x2 .lines {
    transition: background 0.3s 0.5s ease;
}

.lines-button.x2 .lines:before,
.lines-button.x2 .lines:after {
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    transition: top 0.3s 0.6s ease, -webkit-transform 0.3s ease;
    transition: top 0.3s 0.6s ease, transform 0.3s ease;
}

.lines-button.x2.CloseNv .lines {
    transition: background 0.3s 0s ease;
    background: transparent;
}

.lines-button.x2.CloseNv .lines:before,
.lines-button.x2.CloseNv .lines:after {
    transition: top 0.3s ease, -webkit-transform 0.3s 0.5s ease;
    transition: top 0.3s ease, transform 0.3s 0.5s ease;
    top: 0;
    width: 4rem;
}

.lines-button.x2.CloseNv .lines:before {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
}

.lines-button.x2.CloseNv .lines:after {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
}


#NavRght{
	width:100%;
	/*display:inline-block;*/
	vertical-align:middle;
	text-align:right;
    margin: 10px 0 0;	
}
#NavRght.navbar-collapse.collapse{
	/*display:inline-block !important;*/
}
#NavRght LI A{
	padding:0 50px;
	font-family: 'Raleway', Arial, Helvetica, sans-serif;
	font-size:24px;
	line-height:normal;
	font-weight:300;
	text-transform:lowercase;
	color:#000;
	background:none;
}
#NavRght LI A:hover{
	background:none !important;
	color:#9F005D;
}
#NavRght LI A.Cntct{
	width:auto;
	display:block;
	padding:0 0 0 50px;
}
#NavRght LI A.Cntct IMG.Letter{
	width:30px;
	opacity:0.5;
	position:relative;
	z-index:100;
}
#NavRght LI A.Cntct:hover IMG{
	opacity:1;
}
#NavRght LI A.Cntct .Hover{
	display:inline-block;
	position: absolute;
    top:-170px;
    left: 43px;
	opacity:0;
	z-index:10;
	 -webkit-transition: all 0.2s ease;
	-moz-transition: 	all 0.2s ease;
	-o-transition: 		all 0.2s ease;
	transition: 		all 0.2s ease;
}
#NavRght LI A.Cntct:hover .Hover{
	top: -80px;
	opacity:1;
}
/*
	SLIDER
******************************************************************************/
#Slider{
	width:100%;
	height:640px;
	background:#333;
	border-top:1px solid #7F7F7F;
	border-bottom:1px solid #7F7F7F;
	position:relative;
	/*overflow:hidden;*/
	z-index:200;
}
#Slider H2{
	font-family:'Source Sans Pro', Arial, Helvetica, sans-serif;
	/*font-size:160px;*/
	font-size:11em;
	line-height:normal;
	font-weight:400;
	color:#FFF;
}
#Slider H3{
	font-family:'Source Sans Pro', Arial, Helvetica, sans-serif;
	/*font-size:50px;*/
    font-size: 3.6em;
	line-height:normal;
	letter-spacing:-1px;
	font-weight:300;
	color:#FFF;
}
#Slider .Sld01-txt-01,
#Slider .Sld01-txt-02{
	width:100% !important;
}
#Slider .Caption{
	width:430px;
}
#Slider .Caption FIGURE{
	width:77px;
	height:77px;
	float:left;
	margin:16px 15px 100px 6px;
}
#Slider .Caption FIGURE IMG{
	box-shadow: 0px 0px 10px #000;
    border-radius: 100%;
	
	-webkit-box-shadow:inset 0 0 20px 2px #0D0D0D;
	box-shadow:inset 0 0 20px 2px #0D0D0D;
}
#Slider .Caption H4{
	margin:11px 0 0;
	font-family: 'Raleway', Arial, Helvetica, sans-serif;
	font-size:56px;
	line-height:45px;
	font-weight:300;
	color:#FFF;
	text-transform:lowercase;
	text-shadow: 1px 1px 9px #000;
}
#Slider .Caption H4.Font-Sz2{
	font-size:47px;
}
#Slider .Caption H5{
	margin:10px 0 0;
	font-family:'Source Sans Pro', Arial, Helvetica, sans-serif;
	font-size:25px;
	line-height:30px;
	font-weight:300;
	color:#FFF;
	/*text-transform:lowercase;*/
}

A.Btn{
	display:inline-block;
	margin:15px 0 0;
	border:1px solid #433F71;
	font-family:'Source Sans Pro', Arial, Helvetica, sans-serif;
	font-family: 'Raleway', Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	font-weight:bold;
	font-size:16px;
	letter-spacing:1px;
	color:#333;	
	
	padding: 5px 37px;
    border-radius: 6px;
	
	-webkit-box-shadow: 0 10px 0 #433F71;
    box-shadow: 0 10px 0 #433F71;
    margin-bottom: 10px;
	
	
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
	
	
	background-color:#A3C4B9;
}
A.Btn:hover{
	
	color:#FFF;
	background:#514D8A;
	
	-webkit-box-shadow: 0 10px 0 #26224f;
    box-shadow: 0 10px 0 #26224f;
}

#Slider .Sep{
	
	width:100%;
	height:15px;
	display: block;
    clear: both;
    line-height: 0;
	background:#FFF url(../img/bar.png) 0 0 repeat;
	position:absolute;
	bottom:0;
	left:0;display:none;
}





/*
	SCROLLMOUSE
******************************************************************************/
#SrollMouse{
	width:100%;
	padding:25px 0;
	background:#F5F5F5;
	text-align:center;
}
#SrollMouse .mouse{
	height:30px;
	width: 19px;
	display:inline-block;
	transform: none;
	border: 2px solid #40444D;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
#SrollMouse .wheel{
	height: 8px;
	width: 3px;
	display: block;
	margin: 4px auto;
	background: #40444D;
	border:1px solid #40444D;
	position: relative;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
#SrollMouse .wheel{
	-webkit-animation: mouse-wheel 1.2s ease infinite;
	-moz-animation: mouse-wheel 1.2s ease infinite;
}
#SrollMouse .WrapArrows{
	width:100%;
	display:inline-block;
}
#SrollMouse .Arrows{
	width:17px;
	display:inline-block;
}
#SrollMouse .Arrows span{
	display: block;
	width: 6px;
	height: 6px;
	-ms-transform: rotate(45deg); /* IE 9 */
	-webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
	transform: rotate(45deg);
	
	border-right: 2px solid #40444D;
	border-bottom: 2px solid #40444D;
	margin: 0 0 5px 5px;
}
#SrollMouse .Arrows .unu{
	margin-top: 6px;
}
A.scroll-to-anchor{
	display:inline-block;
	width:100%;
	height:100%;
}
.unu, .doi, .trei{
    -webkit-animation: mouse-scroll 1s infinite;
    -moz-animation: mouse-scroll 1s infinite;
}
.unu{
	-webkit-animation-delay: .1s;
	-moz-animation-delay: .1s;
	-webkit-animation-direction: alternate;
}
.doi{
  -webkit-animation-delay: .2s;
  -moz-animation-delay: .2s;
  -webkit-animation-direction: alternate;
}
.trei{
  -webkit-animation-delay: .3s;
  -moz-animation-delay: .3s;
  -webkit-animation-direction: alternate;
}
@-webkit-keyframes mouse-wheel{
   0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(6px);
    -ms-transform: translateY(6px);
    transform: translateY(6px);
  }
}

@-moz-keyframes mouse-wheel
{
  0% { top: 1px; }
  50% { top: 2px; }
  100% { top: 3px;}
}

@-webkit-keyframes mouse-scroll {

  0%   { opacity: 0;}
  50%  { opacity: .5;}
  100% { opacity: 1;}
}
@-moz-keyframes mouse-scroll {

  0%   { opacity: 0; }
  50%  { opacity: .5; }
  100% { opacity: 1; }
}
@-o-keyframes mouse-scroll {

  0%   { opacity: 0; }
  50%  { opacity: .5; }
  100% { opacity: 1; }
}
@keyframes mouse-scroll {

  0%   { opacity: 0; }
  50%  { opacity: .5; }
  100% { opacity: 1; }
}


/*
	CASOS
******************************************************************************/
.FullWidth .container{
	width:100%;
}
.FullWidth .container .col-xs-12{
	padding:0;
}
H3.Title{
	width:100%;
	text-align:center;
	background:#F5F5F5 url(../img/bar-2.png) center repeat-x;
}
H3.Title STRONG{
	display:inline-block;
	background:#F5F5F5;
	padding:0 15px;
	font-family: 'Raleway', Arial, Helvetica, sans-serif;
	font-size:30px;
	line-height:30px;
	font-weight:normal;
	color:#201d3f;
}
#Cases{
	width:100%;
	background:url(../img/pat-01.png) left top repeat;
}
#Cases .Boxes{
	width:100%;
	padding:40px 0px;
}
#Cases .Boxes .IconFilter{
	width:auto;
	margin:0 25px 0 0;
	display:inline-block;
}
#Cases .Boxes .filters-select{
	display:none;
}

#Cases .filterNav{
	width:auto;
	display:inline-block;
	vertical-align:middle;
	margin:0;
}
#Cases .filterNav LI{
	display:inline-block;
}
#Cases .filterNav LI A{
	display:inline-block;
	margin:0 20px;
	font-family: 'Raleway', Arial, Helvetica, sans-serif;
	font-size:22px;
	font-weight:normal;
	color:#453f54;
}
#Cases .filterNav LI A.Current,
#Cases .filterNav LI A:hover{
	color:#9e005d;
}

/*Button*/
#Cases .Plus{
	background:#f69220;
	height: 30px;
	width: 30px;
	margin: 9px 0 0;
	position: relative;
	overflow: hidden;
	float: right;

	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;
	
	-webkit-transition: width 0.5s ease;
	-moz-transition: width 0.5s ease;
	-o-transition: width  0.5s ease;
	-ms-transition: width  0.5s ease;
	transition: width 0.5s ease;
}
#Cases .Plus:hover {
	width: 130px;
}
#Cases .Plus A {
	color: #FFF;
	text-decoration: none;
}
/*Paragraph*/
#Cases .Plus P{
	font-family: 'Raleway', Arial, Helvetica, sans-serif;
    text-align: center;
    color: white;
    margin: 0px 0 0 0px;
    width: 140px;
    font-size: 26px;
    line-height: 26px;
    font-weight: bold;
}
#Cases .Plus SMALL{
	font-size: 15px;
	color:#FFF;
	text-transform:uppercase;
}
#Cases .Plus SMALL:before{
	font-family: 'Raleway', Arial, Helvetica, sans-serif;
    content: "+";
    position: absolute;
    font-size: 45px;
    top: 0;
    left: 0px;
    color: #FFF;
    font-weight: normal;
    border: 2px solid #f69220;
    border-radius: 40px;
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
}
#Cases .Plus:hover SMALL:before{
	border-color:#FFF;
}


#Cases .Boxes{
	width:100%;
	background:none;
}
#Cases .Boxes .Box{
	width:100%;
	height:220px;
	margin:15px 0 30px;
	display:inline-block;
	background:#CCC;
	position:relative;
	overflow:hidden;
}
#Cases .Boxes .Box FIGURE{
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	overflow:hidden;
}
#Cases .Boxes .Box FIGURE SPAN{
	width:100%;
	height:100%;
	background:url(../img/bg-mag.png) 0 0 repeat;
	position:absolute;
	top:0;
	left:0;
	z-index:10;
}
#Cases .Boxes .Box .Icons{
	width:100%;
	padding:10px;
	text-align:right;
	position:absolute;top:0;right:0;
	z-index:50;
	opacity: 1;
	visibility: visible;
	transition: all 0.2s;
	-webkit-transition: all 0.2s; /* Safari and Chrome */
}
/*#Cases .Boxes .Box:hover .Icons{
	opacity: 1;
	visibility: visible;
}*/
#Cases .Boxes .Box .Icons DIV{
	width: 35px;
	height:35px;
	margin:0 5px 0 0;
    display: inline-block;
    /*padding: 10px;*/
	text-align: center;
    vertical-align: middle;
    line-height: 29px;
    border: 2px solid #FFF;
    border-radius: 100px;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;	
}
#Cases .Boxes .Box .Icons DIV:last-child{
	margin:0;
}
#Cases .Boxes .Box .Icons DIV IMG{
	width:20px;
}
#Cases .Boxes .Box .Detail{
	width:100%;
	position:relative;
	margin:140px 0 0;
	z-index:50;
	text-align:center;
	-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;
}
#Cases .Boxes .Box:hover .Detail{
	margin:95px 0 0;
}
#Cases .Boxes .Box .Detail H3{
	width:100%;
	display:inline-block;
	padding:10px 0px;
	background:#9F005D;
	font-family: 'Raleway', Arial, Helvetica, sans-serif;
	font-size:24px;
	color:#FFF;
	box-shadow: 0px 0px 20px #000;
	-moz-box-shadow: 0px 0px 20px #000;
	-webkit-box-shadow: 0px 0px 20px #000;
}
#Cases .Boxes .Box .Detail P{
	width:100%;
	margin:30px 0 0;
	font-family: 'Raleway', Arial, Helvetica, sans-serif;
	font-size:17px;
	line-height:20px;
	font-weight:300;
	color:#FFF;
	text-shadow: 0px 0px 6px #000;
}
#Cases .Boxes .Box:hover .Detail P{
	margin:15px 0 0;
}
#Cases .Boxes .Box .ImgPrim,
#Cases .Boxes .Box .ImgSec {
	width: 100%;
	height: auto;
	transition: all 0.2;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	z-index:30;
}
#Cases .Boxes .Box .ImgPrim IMG,
#Cases .Boxes .Box .ImgSec IMG{
	width:100%;
}

#Cases .Boxes .Box:hover .ImgPrim{
	transform: translate3d(0px, 100%, 0px);
	-webkit-transform: translate3d(0px, 100%, 0px);
	-moz-transform: translate3d(0px, 100%, 0px);
}

#Cases .Boxes .Box .ImgSec{
	position: absolute;
	transition: all 0.2s;
	-webkit-transition: all 0.2s; /* Safari and Chrome */
	transform: translate3d(0px, -100%, 0px);
	-webkit-transform: translate3d(0px, -100%, 0px);
	-moz-transform: translate3d(0px, -100%, 0px);
}
#Cases .Boxes .Box:hover .ImgSec{
	opacity: 1;
	visibility: visible;
	transform: translate3d(0px, 0px, 0px);
	-webkit-transform: translate3d(0px, 0px, 0px);
	-moz-transform: translate3d(0px, 0px, 0px);
}
#Cases .Boxes .Box .Overlay {
	background: rgba(0,0,0,0.8);
	position: absolute;
	opacity: 0;
	visibility: hidden;
	transition: all 0.2s;
	-webkit-transition: all 0.2s; /* Safari and Chrome */
	text-align: left;
	z-index: 40;
	width: 100%;
	height: 100%;
	top:0;
	left:0;
}
#Cases .Boxes .Box:hover .Overlay {
	opacity: 1;
	visibility: visible;
}

.Grid.row{
	overflow:hidden;
}
.Grid .Grid-item{
	/*display:none;*/
}
.visible_item{
	display:none;
}
.Grid .Grid-item.Show{
	display:inline-block !important;
	opacity: 1 !important;
	/*transform:scale(1,1) !important;
	transform:initial !important;*/
}


/*
	CASOS REACT
******************************************************************************/
#Cases.React{
	padding:40px 0;
}

/*
	ROWPINK
******************************************************************************/
#Row.Pink{
	width:100%;
	padding:80px 0;
	/*height:464px;*/
	background:url(../img/bg-row-pink.jpg) top center no-repeat;
	background-size:cover;
}
#Row.Pink H3{
	width:100%;
	margin:35px 0 0;
	text-align:center;
	font-family:'Source Sans Pro', Arial, Helvetica, sans-serif;
	font-size:30px;
	line-height:30px;
	font-weight:300;
	color:#FFF;
}
#Row.Pink .Circles{
	width:100%;
	height:220px;
	text-align:center;
	background:url(../img/bg-circles.png) top center no-repeat;
}
#Row.Pink .Circles .Crc{
	width:180px;
	height:180px;
	display:inline-block;
	font-family:'Source Sans Pro', Arial, Helvetica, sans-serif;
	font-size:28px;
	line-height:28px;
	font-weight:400;
	color:#FFF;
	border:0px solid #FFF;
	margin: 20px 0 0 -52px;
    line-height: 170px;
	position:relative;
	
	border-radius:300px;
	-moz-border-radius:300px;
	-webkit-border-radius:300px;
	/*background: #FF0 url(../img/bar-2.png) 0 0 repeat;
	background-blend-mode: multiply;*/
}
#Row.Pink .Circles .Crc SPAN{
	display:inline-block;
	position:absolute;
	top: 20px;
    width: 49px;
    height: 120px;
}
#Row.Pink .Circles .Crc .Inter-01{
	display:none;
	left:0;
	background:url(../img/inter-01.png) center left no-repeat;
}
#Row.Pink .Circles .Crc .Inter-02{
	display:none;
	right:0;
	background:url(../img/inter-02.png) center right no-repeat;
}
#Row.Pink .Circles .Ai{
	margin-left:2px;
	background:#d51a6d;
	background:url(../img/bg-circle-01.svg) 0 0 no-repeat;
}
#Row.Pink .Circles .Ux{
	z-index:99;
	background:#29aae0;
	background:url(../img/bg-circle-02.svg) 0 0 no-repeat;
}
#Row.Pink .Circles .Ui{
	background:#f59221;
}




/*
	ROW SOLUCIONES
******************************************************************************/
#Mac{
	width:100%;
	padding:50px 0px;
    background: url(../img/pat-01.png) left top repeat;
}
#Mac .Screen{
	text-align:center;
	position: relative;
    z-index: 10;
}
#Mac .Screen IMG{
	max-width:100%;
}
#Mac .Lft{
	text-align:right;
	position: relative;
    z-index: 50;
}
#Mac .Rgt{
	text-align:left;
	position: relative;
    z-index: 50;
}
#Mac .Line{
	width:100%;
	position:relative;
	margin:0 0 30px;
}
#Mac .Line H4{
	width:100%;
	font-family:'Source Sans Pro', Arial, Helvetica, sans-serif;
	font-size:25px;
	font-weight:600;
	color:#222;
	letter-spacing:-1px;
}
#Mac .Line P{
	width:100%;
	margin:0;
	font-family:'Source Sans Pro', Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:400;
	letter-spacing:-0.5px;
	color:#222;
}
#Mac .DotLft,
#Mac .DotRgt{
	display:none;
	position: absolute;
}
/*#Mac .Line A:hover SPAN{
	display:inline-block;
}*/
#Mac .DotLft.Pos-01{
	top: -5px;
    right: -170px;
}
#Mac .DotLft.Pos-02{
	top: -5px;
    right: -170px;
}
#Mac .DotLft.Pos-03{
	top: -5px;
    right: -170px;
}
#Mac .DotRgt.Pos-04,
#Mac .DotRgt.Pos-05,
#Mac .DotRgt.Pos-06{
	top:-5px;
	left:-170px;
}

#Mac .Screen FIGURE{
	display:none;
    position: absolute;
    top: 23px;
    left: 84px;
    width: 416px;
    overflow: hidden;
	opacity:0.85;
}
#Mac .Pos-01.Active,
#Mac .Line A.Active SPAN{
	display:inline-block;
}
#Mac .Line A.Active H4{
	color:#d51a6d;
}

/*
	ROW BOXES http://gudh.github.io/ihover/dist/
******************************************************************************/
.Boxes{
	padding:60px 0px 420px;
	background:url(../img/screens-home.jpg) center bottom no-repeat;
	/*background-size: 100%;*/
    overflow: hidden;
}
.Boxes .Bx{
	width:100%;
	text-align:center;
	
}
.Boxes .Bx .Icon{
	/*width:200px;
	height:200px;
	border:7px solid #f15a24;
	display: inline-block;
	
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;*/
	
	width: 220px;
    height: 220px;
    display: inline-block;
	position:relative;
	z-index:100;
	
	/*-webkit-animation: spinAround 9s linear infinite;
	-moz-animation: spinAround 9s linear infinite;
	animation: spinAround 9s linear infinite;*/
}
@-webkit-keyframes spinAround {
	from {
		-webkit-transform: rotate(0deg)
	}
	to {
		-webkit-transform: rotate(360deg);
	}
}
@-moz-keyframes spinAround {
	from {
		-moz-transform: rotate(0deg)
	}
	to {
		-moz-transform: rotate(360deg);
	}
}
@keyframes spinAround {
	from {
		transform: rotate(0deg)
	}
	to {
		transform: rotate(360deg);
	}
}


.ch-item {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	position: relative;
	box-shadow: 0 1px 2px rgba(0,0,0,0.1);
	cursor: default;
}
.ch-info-wrap{
	position: absolute;
	width: 187px;
	height: 187px;
	border-radius: 50%;

	-webkit-perspective: 800px;
	-moz-perspective: 800px;
	-o-perspective: 800px;
	-ms-perspective: 800px;
	perspective: 800px;

	-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;

	top: 16px;
	left: 16px;
	background: #f9f9f9 url(../img/bg.jpg);
	box-shadow: 
		0 0 0 20px rgba(255,255,255,0.2), 
		inset 0 0 3px rgba(115,114, 23, 0.8);

}
.ch-info{
	position: absolute;
	width: 187px;
	height: 187px;
	border-radius: 50%;

	-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;
		
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;

}
.ch-info > div {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-position: center center;

	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
}
.ch-info .ch-info-back {
	-webkit-transform: rotate3d(0,1,0,180deg);
	-moz-transform: rotate3d(0,1,0,180deg);
	-o-transform: rotate3d(0,1,0,180deg);
	-ms-transform: rotate3d(0,1,0,180deg);
	transform: rotate3d(0,1,0,180deg);
	
	background: #000;
}
.ch-img-1 { 
	background-image: url(../img/icon-html.png);
}
.ch-img-2 { 
	background-image: url(../img/icon-web.png);
}
.ch-img-3 { 
	background-image: url(../img/icon-graph.png);
}
.ch-info h3 {
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 14px;
	margin: 0 15px;
	padding: 40px 0 0 0;
	height: 90px;
	font-family: 'Open Sans', Arial, sans-serif;
	text-shadow: 
		0 0 1px #fff, 
		0 1px 2px rgba(0,0,0,0.3);
}
.ch-info p {
	color: #fff;
	padding: 10px 5px;
	font-style: italic;
	margin: 0 30px;
	font-size: 12px;
	border-top: 1px solid rgba(255,255,255,0.5);
}
.ch-info p a {
	display: block;
	color: #fff;
	color: rgba(255,255,255,0.7);
	font-style: normal;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 9px;
	letter-spacing: 1px;
	padding-top: 4px;
	font-family: 'Open Sans', Arial, sans-serif;
}
.ch-info p a:hover {
	color: #fff222;
	color: rgba(255,242,34, 0.8);
}
.ch-item:hover .ch-info-wrap {
	box-shadow: 
		0 0 0 0 rgba(255,255,255,0.8), 
		inset 0 0 3px rgba(115,114, 23, 0.8);
}
.ch-item:hover .ch-info {
	-webkit-transform: rotate3d(0,1,0,-180deg);
	-moz-transform: rotate3d(0,1,0,-180deg);
	-o-transform: rotate3d(0,1,0,-180deg);
	-ms-transform: rotate3d(0,1,0,-180deg);
	transform: rotate3d(0,1,0,-180deg);
}
.Boxes .Bx H3,
.Boxes .Bx H3 A{
	width:100%;
	margin:30px 0 0;
	font-family:'Source Sans Pro', Arial, Helvetica, sans-serif;
	font-size:36px;
	line-height:36px;
	font-weight:400;
	letter-spacing: -1px;
	color:#000;
}
.Boxes .Bx A:hover{
	color:#d51a6d;
}
.Boxes .Bx P{
	width:100%;
	margin:15px 0 0;
	font-family:'Source Sans Pro', Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:400;
	letter-spacing: -0.5px; 
}





/*	EFFECTO 2 HOVER	*/
.hi-icon {
    display: inline-block;
    font-size: 0px;
    cursor: pointer;
    margin: 0px;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    text-align: center;
    position: relative;
    z-index: 1;
    color: #000;
}
.hi-icon-effect .hi-icon {
    color: #eea303;
    box-shadow: 0 0 0 0px #000;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    transition: color 0.3s;
	border:1px solid #000;
}
.hi-icon-effect .hi-icon:before {
    content: "a";
}
.hi-icon:before {
    font-family:arial;
    speak: none;
    font-size: 48px;
    line-height:220px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    display: block;
    -webkit-font-smoothing: antialiased;
}
.hi-icon-effect .hi-icon::after {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}
.hi-icon-effect .hi-icon:after {
    top: -2px;
    left: -2px;
    padding: 2px;
    z-index: -1;
    background: #ccc;
    -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
    -moz-transition: -moz-transform 0.2s, opacity 0.2s;
    transition: transform 0.2s, opacity 0.2s;
}
.hi-icon:after {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content: '';
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.hi-icon-effect .hi-icon:hover:after{
	-webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
}
.hi-icon.Html A{
    background-image: url(../img/icon-html.png);
}

.Boxes .Bx .Circ{
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}
.Boxes .Bx .Circ{
    /*top: -2px;
    left: -2px;*/
    padding: 2px;
    z-index: -1;
    background: #ccc;
    -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
    -moz-transition: -moz-transform 0.2s, opacity 0.2s;
    transition: transform 0.2s, opacity 0.2s;
}
.Boxes .Bx .Circ{
    pointer-events: none;
    position: absolute;
	width: 100%;
    height: 100%;
	width:220px;
	height:220px;
    border-radius: 50%;
    content: '';
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
	
	
}

.Boxes .Bx .Icon.Html{
	background-image: url(../img/icon-html.png);
}
.Boxes .Bx:hover .Circ{
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
}
.Boxes .Bx .Circ.Ora{
	background:#f15a24;
}
.Boxes .Bx .Icon.Web{
	background-image: url(../img/icon-web.png);
}
.Boxes .Bx .Circ.Gre{
	background:#95d100;
}
.Boxes .Bx .Icon.Graph{
	background-image: url(../img/icon-graph.png);
}
.Boxes .Bx .Circ.Pur{
	background:#662d91;
}
.Boxes .Bx .Icon A{
	display: inline-block;
    width: 100%;
    height: 100%;
}

@-webkit-keyframes Rotate
{
    from{-webkit-transform:rotate(0deg);}
    to{-webkit-transform:rotate(360deg);}
}
@-moz-keyframes Rotate
{
    from{-moz-transform:rotate(0deg);}
    to{-moz-transform:rotate(360deg);}
}
@-ms-keyframes Rotate
{
    from{-ms-transform:rotate(0deg);}
    to{-ms-transform:rotate(360deg);}
}
.Boxes .Bx .Rotate{
	width:220px;
	height:220px;
	background:url(../img/bg-rotate.svg) center no-repeat;
    position:absolute;
    /*top:0;
    left:0;*/
	z-index:10;
    -webkit-animation-name: Rotate;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: Rotate;
    -moz-animation-duration: 2s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: Rotate;
    -ms-animation-duration: 2s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
}





















.view .mask, .view .content {
    width: 300px;
    height: 200px;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
}
.view-tenth img { 
	transform: scaleY(1);
	transition: all 0.7s ease-in-out;
}
.view-tenth .mask { 
    background-color: rgba(255, 231, 179, 0.3); 
    transition: all 0.5s linear;
    opacity: 0;
}	
.view-tenth h2{
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    background: transparent;
    margin: 20px 40px 0px 40px;
    transform: scale(0);
    color: #333;
    transition: all 0.5s linear;
    opacity: 0;
}
.view-tenth p {
    color: #333;
    opacity: 0;
    transform: scale(0);
    transition: all 0.5s linear;
}
.view-tenth a.info { 
    opacity: 0;
    transform: scale(0);
    transition: all 0.5s linear;
}
.view-tenth:hover img { 
	transform: scale(10);
    opacity: 0;
}
.view-tenth:hover .mask { 
	opacity: 1;
}																			 
.view-tenth:hover h2,
.view-tenth:hover p,
.view-tenth:hover a.info{ 
    transform: scale(1);
    opacity: 1;
}

/*/// demo 1*/



/* Portfolio */
.portfolio-entry {
	width: 50%;
	display: inline-block;
	overflow: hidden;
	border-style: solid;
	border-color: transparent;
}
.portfolio-entry .primary img, .portfolio-entry .secondary img {
	width: 100% !important;
}
.portfolio-entry .primary, .portfolio-entry .secondary {
	width: 100%;
	height: auto;
	transition: all 0.2;
	-webkit-transition: all 0.2s; /* Safari and Chrome */
	-moz-transition: all 0.2s; /* Safari and Chrome */
}
.image-overlay {
	display: block;
	position: relative;
}
.image-overlay .overlay {
	background: rgba(0,0,0,0.7);
	position: absolute;
	opacity: 0;
	visibility: hidden;
	transition: all 0.2s;
	-webkit-transition: all 0.2s; /* Safari and Chrome */
	text-align: left;
	z-index: 10000;
	padding: 25px 30px;
	margin: 0 0;
	width: 100%;
	height: 100%;
	color: #333;
	text-align: center;
}
.image-overlay:hover .overlay {
	opacity: 1;
	visibility: visible;
}
.portfolio-hover:hover .primary {
	transform: translate3d(0px, 100%, 0px);
<<<<<<< HEAD
	-webkit-transform: translate3d(0px, 100%, 0px);
	-moz-transform: translate3d(0px, 100%, 0px);
=======
	-moz-transform: translate3d(0px, 100%, 0px);
	-webkit-transform: translate3d(0px, 100%, 0px);
>>>>>>> origin/master
}
.portfolio-hover .secondary {
	position: absolute;
	transition: all 0.2s;
	-webkit-transition: all 0.2s; /* Safari and Chrome */
	transform: translate3d(0px, -100%, 0px);
<<<<<<< HEAD
	-webkit-transform: translate3d(0px, -100%, 0px);
	-moz-transform: translate3d(0px, -100%, 0px);
=======
	-moz-transform: translate3d(0px, -100%, 0px);
	-webkit-transform: translate3d(0px, -100%, 0px);
>>>>>>> origin/master
	pointer-events: none;
}
.portfolio-hover:hover .secondary {
	opacity: 1;
	visibility: visible;
	transform: translate3d(0px, 0px, 0px);
<<<<<<< HEAD
	-webkit-transform: translate3d(0px, 0px, 0px);
	-moz-transform: translate3d(0px, 0px, 0px);
=======
	-moz-transform: translate3d(0px, 0px, 0px);
	-webkit-transform: translate3d(0px, 0px, 0px);
>>>>>>> origin/master
}
.image-overlay .overlay h3 {
	font-size: 20px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 2px;
	margin-bottom: 0px;
	text-align: center;
}
.image-overlay .overlay .overlay-center {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.image-overlay .overlay .overlay-logo {
	width: 70px;
	height: auto;
	margin-bottom: 30px;
}
.image-overlay .overlay .overlay-center *:last-child {
	margin-bottom: 0px;
}
.portfolio-2col .portfolio-entry {
	width: 50%;
}
.portfolio-3col .portfolio-entry {
	width: 33.33333333%;
}
.portfolio-4col .portfolio-entry {
	width: 25%;
}
.project-sidebar {
	padding-left: 30px;
}
.project-stack img {
	width: 100%;
	height: auto;
	margin-bottom: 30px;
}
.portfolio-pagination {
	position: absolute;
    bottom: 0;
    right: 0;
    display: inline-flex;
}
.portfolio-pagination a {
	padding: 15px 30px;
	color: #fff;
	background: #222;
	border-right: 1px solid #333;
}
.portfolio-pagination a:hover {
	background-color: #111;
}
.portfolio-pagination .project-details {
	width: 300px;
}






/*
	ROW CONTACTO HOME
******************************************************************************/
#ContactHome{
	width:100%;
	padding:80px 0px 0px;
	position:relative;
}
#ContactHome .Plane{
    width: 100%;
    min-height: 335px;
    background: url(../img/plane.png) left bottom no-repeat;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 99;

}
#ContactHome .container{
    width: 60%;
}
#ContactHome .FrmBg{
	width: 100%;
	/*background-image: repeating-linear-gradient(135deg, #F29B91 0px, #F09290 30px, transparent 30px, transparent 50px, #83B3DB 50px, #84ADCB 80px, transparent 80px, transparent 100px);
	padding: 10px;*/
	position:relative;
	background:url(../img/contact/bg.jpg) center top no-repeat;
	background-size: contain;
    padding: 120px 0 0;
}
#ContactHome .Inner {
	/*background: #FFFFEB;*/
	width: 100%;
	height: 100%;
	min-height: 670px;
}
#ContactHome .Col{
	width:49%;
	display:inline-block;
	vertical-align:top;
	padding:0px 20px 0px;
	position: relative;
    z-index: 100;
}
#ContactHome .Col.Frm{
	padding:120px 20px 0px;
}
#ContactHome .Col .Intro{
	width:100%;
	display:inline-block;
	text-align:center;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:17px;
	line-height:28px;
	color:#3e3f49;
}
#ContactHome .form-group{
	width:100%;
	padding:10px 0px;
	border-bottom:1px solid #98A9BB;
}
#ContactHome LABEL{
	width:25%;
	font-family:'Raleway', Arial, Helvetica, sans-serif;
	font-size:19px;
	font-weight:500;
	text-transform:uppercase;
	color:#244960;
	letter-spacing:1px;
	margin: 0;
	display: inline-block;
    padding: 0;
    border: none;
    cursor: default;
    background: none;
    text-shadow: none;
}
#ContactHome INPUT,
#ContactHome TEXTAREA{
	width:70%
}
#ContactHome TEXTAREA{
	height:100px;
}
#ContactHome P.Req{
	width:3%;
	display:inline-block;
	margin:0;
	font-family:'Raleway', Arial, Helvetica, sans-serif;
	font-size:22px;
	font-weight:700;
	color:#244960;
}
#ContactHome .Send{
	width: 73%;
	float: right;
	margin:12px 0 0 0;
	padding:5px 0px;
	background:url(../img/stripe_e.png) 0 0 repeat;
	font-family: 'Raleway', Arial, Helvetica, sans-serif;
	font-size: 19px;
	font-weight: 600;
	text-transform: uppercase;
	color: #111;
	letter-spacing: 3px;
}
#ContactHome .Send:hover{
	color:#f51441;
	background:url(../img/stripe_e-hover.png) 0 0 repeat;
}
#ContactHome .help-block{
	width:100%;
	text-align:right;
	padding:0 4% 0 0;
}
#ContactHome .form-control-feedback{
	top:9px;
	right: 20px;
}
/*#ContactHome .Stamps{
	width:100%;
	display: inline-block;
    padding: 20px 20px 0px;
}
#ContactHome .Post{
	float:left;
}
#ContactHome .Stamp{
	float:right;
}

#ContactHome .Col H5{
	width:100%;
	padding:0px 40px 0 0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:25px;
	letter-spacing:-1px;
	font-weight:bold;
	font-style:italic;
	color:#201d3f;
	text-align:right;
}
#ContactHome .Col H4{
	width:100%;
	padding:0 0 20px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:64px;
	line-height:44px;
	letter-spacing:-3px;
	font-weight:bold;
	font-style:italic;
	color:#201d3f;
	text-align:center;
}
#ContactHome .Col P{
	width:100%;
	padding: 0px;
	margin:0;
	font-family:'Source Sans Pro', Arial, Helvetica, sans-serif;
	font-size:20px;
	line-height:32px;
	font-weight:500;
	font-style:italic;
	color:#201d3f;
}
#ContactHome FIELDSET{
	width:100%;
}
#ContactHome FIELDSET DIV{
	width:100%;
	display:inline-block;
	margin:0 0 10px;
}
#ContactHome LABEL{
	width:100%;
	font-family:'Source Sans Pro', Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:500;
	color:#201d3f;
}
#ContactHome LABEL.error{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-style:italic;
	color:#903;
    padding: 4px 4px 0;
}
#ContactHome LABEL SUP{
	font-size:12px;
	top: -4px;
}
#ContactHome INPUT,
#ContactHome TEXTAREA{
	width:100%;
	border:1px solid #A19895;
	background:#FFF;
	padding:5px 10px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:15px;
	font-style:italic;
	color:#201d3f;
}
#ContactHome TEXTAREA{
	height:160px;
}
#ContactHome .Send{
	width:auto;
	display:block;
	padding: 10px 30px;
	background:#FFF;
	float:right;
	font-family:'Source Sans Pro', Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:400;
	font-style:normal;
	text-transform:uppercase;
	
	-webkit-transition: all 0.2s ease;
	-moz-transition: 	all 0.2s ease;
	-o-transition: 		all 0.2s ease;
	transition: 		all 0.2s ease;
}
#ContactHome .Send:hover{
	background:#2F89AC;
	color:#FFF;
}

#ContactHome .Plane{
	position:absolute;
	right:90px;
	bottom:-110px;
}*/
#note{
	display:none;
}
#ContactHome .Msg,
#ContactHome .MsgError{
	display:none;
	width:100%;
	border:2px dashed #A19895;
	padding: 30px;
}
#ContactHome .Msg .Info,
#ContactHome .MsgError .Info{
	width:100%;
	display:inline-block;
}
#ContactHome .Msg .Info H3,
#ContactHome .MsgError .Info H3{
	width: 100%;
    font-family:'Raleway', Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: 300;
    text-align: center;
    text-transform: uppercase;
    color: #201d3f;
    padding: 10px 0 10px;
    border-bottom: 1px dashed #201d3f;
}
#ContactHome .Msg P,
#ContactHome .MsgError P{
    width: 100%;
    padding: 0px;
    margin: 10px 0 0;
    font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
    font-size: 15px;
    line-height: 21px;
    font-style: italic;
    color: #201d3f;
}
#ContactHome .Msg .Info A,
#ContactHome .MsgError .Info A{
    width: auto;
    display: inline-block;
    padding: 10px 30px;
    background: #FFF;
    font-family: 'Raleway', Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: 500;
    font-style: normal;
    text-transform: uppercase;
	border:1px solid #A19895;
	color:#244960;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
#ContactHome .Msg .Info A:hover,
#ContactHome .MsgError .Info A:hover{
	background:#244960;
	color:#FFF;
}
.has-feedback label~.form-control-feedback{
	top:28px;
}


/**/


#PreFoot{
	width:100%;
	overflow:hidden;
	text-align:center;
}
#PreFoot IMG{
	max-width:100%;
	min-width:100%;
}

FOOTER{
	width:100%;
	padding:12px 0 66px;
	background:#514F5A url(../img/bg-footer.jpg) top center no-repeat;
	background-size:cover;
	/*border-top:1px solid #000;*/
	border-botom:1px solid #000;
	position:relative;
}
FOOTER .Border-Stripes{
	width: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
	height:12px;
}
FOOTER .Border-Stripes:before{
	content: '';
	position: absolute;
	display: block;
	height: 12px;
	width: 100%;
	background: #cb5a5e;
	/*background: -webkit-repeating-linear-gradient(135deg, #cb5a5e, #cb5a5e 12px, transparent 10px, transparent 23px);
	background: repeating-linear-gradient(-45deg, #cb5a5e, #cb5a5e 12px, transparent 10px, transparent 23px);*/
	background: repeating-linear-gradient(135deg, #F29B91 0px, #F09290 30px, transparent 30px, transparent 50px, #83B3DB 50px, #84ADCB 80px, transparent 80px, transparent 100px);
	
	background: -webkit-repeating-linear-gradient(135deg, #D5196D 0px, #D5196D 30px, #F7F5E7 30px, #F7F5E7 60px, #29AAE1 60px, #29AAE1 90px, #F7F5E7 90px, #F7F5E7 120px);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	border-bottom: 0;
	
	/*background-image: repeating-linear-gradient(135deg, #F29B91 0px, #F09290 30px, transparent 30px, transparent 50px, #83B3DB 50px, #84ADCB 80px, transparent 80px, transparent 100px);*/
}
FOOTER .Border-Stripes.Btn{
	top:inherit;
	bottom:0;
	height:inherit;
}
FOOTER .Border-Stripes.Btn:before{
	bottom:0px;
	background: repeating-linear-gradient(135deg, #250415 0px, #250415 30px, #2B2A2C 30px, #2B2A2C 60px, #071D2B 60px, #071D2B 90px, #2B2A2C 90px, #2B2A2C 120px);
	
	background: -webkit-repeating-linear-gradient(135deg, #250415 0px, #250415 30px, #2B2A2C 30px, #2B2A2C 60px, #071D2B 60px, #071D2B 90px, #2B2A2C 90px, #2B2A2C 120px);
}

FOOTER .container-fluid{
	margin-top:15px;
	padding:15px 40px 0;
	border-top:1px dashed #FFF;
	
}
FOOTER A.html5{
	display:inline-block;
}
FOOTER .FlowFoot A,
FOOTER .FlowFoot FIGURE{
	display:inline-block;
}

FOOTER H4 A{
	display:inline-block;
	font-family: 'Raleway', Arial, Helvetica, sans-serif;
	font-size:24px;
	font-weight:300;
	text-transform:lowercase;
	color:#FFF;
}
#NavFoot{
	width:auto;
	display:inline-block;
}
#NavFoot{
	width:auto;
	display:inline-block;
}
#NavFoot LI{
	display:inline-block;
	font-family: 'Raleway', Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#FFF;
}
#NavFoot A{
	font-family: 'Raleway', Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#FFF;
	padding:0 25px;
	text-shadow: 0px -1px 10px rgba(0, 0, 0, 1);
}
#NavFoot A:hover{
	color:#F09;
}
FOOTER .Date{
	width:100%;
	margin:10px 0 0;
	display:inline-block;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	font-style:italic;
	color:#9A989F;
	text-shadow: 0px -1px 10px rgba(0, 0, 0, 1);
}






/*
	SECCIONES
******************************************************************************/
#TitleSec{
	width:100%;
	padding: 50px 0px 50px;
	text-align:center;
}
#TitleSec H2{
	width:100%;
	padding: 0px 0px 10px;
	font-family: 'Raleway', Arial, Helvetica, sans-serif;
	font-size:65px;
	line-height:65px;
	letter-spacing:-1px;
	font-weight:300;
	color:#2f2f2f;
}
#TitleSec P{
	width:100%;
	padding: 0px;
	font-family: 'Raleway', Arial, Helvetica, sans-serif;
	font-size:30px;
	line-height:30px;
	letter-spacing:-1px;
	font-weight:300;
	color:#2f2f2f;
}
#FigureSec{
	width:100%;
	text-align:center;
	padding:0 0 85px;
	/*border-bottom:1px dashed #2f2f2f;*/
}
#FigureSec FIGURE{
	width:100%;
	display:inline-block;
	padding:0px;
	text-align:center;
	position:relative;
}
#FigureSec FIGURE IMG{
	/*min-width:100%;*/
	display:inline-block;
}
#FigureSec .Ficha{
	display:inline-block;
	position:absolute;
	left:-80px;
	bottom:-130px;
}
#FigureSec P{
	width:100%;
	padding: 0px;
	font-family: 'Raleway', Arial, Helvetica, sans-serif;
	font-size:18px;
	line-height:22px;
	font-weight:300;
	color:#201d3f;
}

#Feaut{
	width:100%;
	text-align:center;
	padding:0 0 65px;
	overflow:hidden;
}
#Feaut .container{
	/*border-top:1px solid red;*/
	padding-top:40px;
}
#Feaut .SubTtl{
	width:100%;
	padding:0 0 40px;
	text-align:center;
	font-family: 'Raleway', Arial, Helvetica, sans-serif;
	font-size:38px;
	line-height:40px;
	font-weight:300;
	color:#201d3f;
}
#Feaut FIGURE{
	width:100%;
	text-align:center;
	display: inline-block;
}
#Feaut FIGURE IMG{
	max-width:80%;
	display:inline-block;
}

#Standard{
	width:100%;
	padding:85px 0px 100px;
	position:relative;
}
#Standard .col-xs-12,
#Standard .Right{
	padding:0;
}
/*#Standard .Right{
	height:682px;
}
#Standard .WrapInfo{
	left:0;
	top:50%;
	transform: translate(0px, -50%);
     -ms-transform: translate(0px,-50%); /* IE 9 * /
    -webkit-transform: translate(0px,-50%); /* Chrome, Safari, Opera * /
    position:absolute;
    padding: 0 50px;
}*/
.WrapInfo{
	width: auto;
    padding: 0 50px;
    display: inline-block;
}
.flex-parent{
	width:100%;
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	align-content: stretch;
	
}
.flex-parent.SpB{
	justify-content: space-between;
}
.flex-parent.Start{
	align-items: flex-start;
}

.flex-parent.Start .WrapInfo{
	margin-top:100px;
}

.flex-child{
	width:50%;
	display:block;
}
.Cate .flex-child{
	width:auto;
}

.flex-parent.SpB .flex-child{
	width:initial;
	display:initial;
}
.flex-parent.SpB .flex-child.W-49 {
    width: 49% !important;
}

H3.Ttl-01{
	width:100%;
	padding:0px;
	font-family: 'Raleway', Arial, Helvetica, sans-serif;
	font-size:98px;
	font-weight:300;
	color:#201d3f;
}
H4.Ttl-02{
	width:100%;
	padding:0px 0px 20px;
	font-family: 'Raleway', Arial, Helvetica, sans-serif;
	font-size:45px;
	font-weight:300;
	color:#201d3f;
}
H4.Ttl-02.Wh{
	color:#FFF;
}
P.Txt{
	width:100%;
	padding:0px;
	margin:0px;
	font-family: 'Raleway', Arial, Helvetica, sans-serif;
	font-size:20px;
	line-height:24px;
	font-weight:300;
	color:#201d3f;
}
P.Txt.Wh{
	color:#FFF;
}
#Standard .Tags{
	width:100%;
	text-align:center;
	display:inline-block;
	margin:50px 0 0;
}
#Standard H5{
	width:100%;
	padding:0px 0px 20px;
	font-family: 'Raleway', Arial, Helvetica, sans-serif;
	font-size:35px;
	font-weight:300;
	color:#201d3f;
}
#Standard .Tags IMG{
	display:inline-block;
}
#Tools{
	width:100%;
	padding:150px 0px 280px;
	background:url(../img/_sec-fe/bg_02.jpg) top center no-repeat;
	text-align:center;
}
#ToolS.Amx01{
	background-image:url(../img/_sec-fe/works/amx-01/03.jpg);
}
#Tools.Print{
    padding: 150px 0px 360px;
	background:url(../img/_sec-pr/bg_02.jpg) top center no-repeat;
}
#Tools .Ttl-02{
	font-size:40px;
	padding:0;
}

.ToolsIcons{
	margin:45px auto 0px;
	display:inline-block;
}

#Valid{
	width:100%;
	overflow:hidden;
	padding:155px 0 155px;
}
#Valid.Pad-50{
	padding:50px 0px;
}

#Valid .container-fluid,
#Valid .col-xs-12{
	padding:0px;
}
#Valid .Tags{
	width:100%;
	text-align: center;
    display: inline-block;
    margin: 50px 0 0;
}

/*FICHA*/
.WrapFicha{
	width: 80%;
    margin: 25px auto 0;
    display: inline-block;
}
.WrapFicha .flex-parent{
	width: 100%;
    
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	
	flex-flow: row wrap;
    place-content: stretch space-around;
    align-items: stretch;
}
.WrapFicha .flex-child{
	width:auto;
	display:inline-block;
}
.WrapFicha .flex-child A{
	display:inline-block;
}
.WrapFicha H4,
.Icn + .Ttl.Bot{
	width:100%;
	font-family: 'Raleway', Arial, Helvetica, sans-serif;
	font-size:21px;
	font-weight:300;
	color:#2f2f2f;
}
.Icn + .Ttl.Bot STRONG{
	font-weight:500;
}
.WrapFicha H4.Ttl{
	width:100%;
	display:inline-block;
}
.WrapFicha H4.Ttl.Top{
	margin:0 0 20px;
}
.WrapFicha H4.Ttl.Bot,
H4.Ttl.Bot{
	margin:17px 0px 0px;
}
.WrapFicha H4 STRONG{
	font-weight:500;
}
.WrapFicha .Wdt-100{
	width:90%;
	border-top: 1px solid #979797;
	margin:20px 0 0;
	padding:20px 0 36px;
}
.WrapFicha .Icn,
.Icn{
	display:inline-block;
	margin:0 3px;
}
.Icn IMG.W35{
	width:35px;
}

/*	BREADCRUMB	*/
#Bread{
	width:100%;
	/*border-bottom:1px solid #7F7F7F;*/
	padding:0px 0 0;
	margin:10px 0 0;
}
#Bread H6,
#Bread P{
	display:inline-block;
	margin:0;
	padding:0 20px;
}
#Bread A,
#Bread P{
	font-family: 'Raleway', Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:500;
	color:#111;
}
#Bread A:hover{
	color:#cf145a;
}
#Bread P{
	color:#cf145a;
}

#Scrollbar{
	width:100%;
	overflow:hidden;
	padding:100px 0 0;
	border-bottom: 1px dashed #2f2f2f;
}
#Scrollbar .Tags {
    width: 100%;
	max-width:650px;
    text-align: center;
    display: inline-block;
    margin: 50px 0 0;
}
.WrapDevice{
	width:434px;
	height:712px;
	display: inline-block;
	text-align:right;
	position:relative;
	background:url(../img/iphone-6-white.png) top right no-repeat;
	padding: 11.2% 6.3% 0 0;
	/*padding:10% 5.7% 0 0;*/
	margin: 0 30px 0 0;
}
.WrapDevice.Black{
	background:url(../img/iphone-6-black.png) top right no-repeat;
}
.WrapDevice:after{
	content: '';
    width: 378px;
    height: 21px;
    position: absolute;
    bottom: 0;
    left: 30px;
    z-index: 1000;
    background: url(../img/iphone-shadow-overlay.png) center no-repeat;

}

.WrapDevice .project-device{
	position:absolute;
	top:0;
	right:0;
}
.project-maquette {
    /*position: absolute;
    left: 50%;bottom: 0;
    margin-left: -165px;*/
    width: 330px;
    height: 587px;
	position:relative;
	float:none;
	display:inline-block;
    
    z-index: 2;
    overflow: auto;
    background: #262626;
   /* -webkit-transform: translateY(90px);
    -ms-transform: translateY(90px);
    -o-transform: translateY(90px);
    transform: translateY(90px);*/
}


.mCSB_scrollTools {
    right: -56px !important;
    position: absolute;
    width: 24px;
    height: 110px;
    top: auto;
    left: auto;
    bottom: 0px
}

.mCSB_scrollTools:hover {
    cursor: pointer
}

.mCSB_scrollTools .mCSB_draggerContainer {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: auto
}

.mCSB_scrollTools .mCSB_dragger {
    cursor: pointer;
    width: 100%;
    height: 30px;
    z-index: 1
}

.mCSB_scrollTools .mCSB_dragger::after {
    content: '';
    height: 100%;
    width: 4px;
    position: absolute;
    left: 10px;
    top: 0;
    background: #848484;
    border-radius: 6px;
    -webkit-transition: background .2s cubic-bezier(0.165, .84, .44, 1);
    -o-transition: background .2s cubic-bezier(0.165, .84, .44, 1);
    transition: background .2s cubic-bezier(0.165, .84, .44, 1)
}

.mCSB_scrollTools .mCSB_dragger:hover::after,
.mCSB_scrollTools .mCSB_dragger:active::after {
    background: #636363
}

.mCSB_scrollTools .mCSB_draggerRail {
    width: 4px;
    background-color: #E4E4E4;
    height: 100%;
    margin: 0 auto;
    border-radius: 6px
}


#FullIMg{
	width:100%;
	overflow:hidden;
	padding:100px 0;
}

#Gall-3d{
	width:100%;
	padding: 100px 0px;
	background:url(../img/_sec-fe/works/07.jpg) 0 0 repeat;
}
#Gall-3d IMG{
	width:550px;
}
.dg-container{
	width: 100%;
	height: 562px;
	position: relative;
}
.dg-wrapper{
	width:550px;
	height: 562px;
	margin: 0 auto;
	position: relative;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-perspective: 1000px;
	-moz-perspective: 1000px;
	-o-perspective: 1000px;
	-ms-perspective: 1000px;
	perspective: 1000px;
}
.dg-wrapper a{
	width: 550px;
	height: 562px;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	/*background: transparent url(../img/_sec-fe/works/screens/browser.png) no-repeat top left;*/
	box-shadow: 0px 10px 20px rgba(0,0,0,0.3);
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	background-size:100%;
}
.dg-wrapper a.dg-transition{
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.dg-wrapper a img{
	display: block;
	padding: 41px 0px 0px 1px;
	padding:0;
}
.dg-wrapper a div{
	font-style: italic;
	text-align: center;
	line-height: 50px;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.5);
	color: #333;
	font-size: 16px;
	width: 100%;
	bottom: -55px;
	display: none;
	position: absolute;
}
.dg-wrapper a.dg-center div{
	display: block;
}
.dg-container nav{
	width: 58px;
	position: absolute;
	z-index: 1000;
	bottom: 40px;
	left: 50%;
	margin-left: -29px;
}
.dg-container nav span{
	text-indent: -9000px;
	float: left;
	cursor:pointer;
	width: 24px;
	height: 25px;
	opacity: 0.8;
	background: transparent url(../images/arrows.png) no-repeat top left;
}
.dg-container nav span:hover{
	opacity: 1;
}
.dg-container nav span.dg-next{
	background-position: top right;
	margin-left: 10px;
}





.buttons-container {
  margin:0px auto;
  text-align: center;
}
.WrapButt{
	display:inline-block;
	padding:30px 0;
	border-top:2px solid #202111;
	border-bottom:2px solid #202111;
	margin: 0 23px;
	width:90px;
	height:80px;
	overflow:hidden;
}
button {
  display: inline-block;
  margin: 0 1em;
  border: none;
  background: none;
}
button span {
  display: block;
}

.grid-button {
  padding:0px 2rem;
  cursor: pointer;
  user-select: none;
}

.grid-button .grid {
  width: 1rem;
  height: 1rem;
  background: #2f2f2f;
  color: #2f2f2f;
  /* Not in use when the colors are specified below */
  transition: 0.3s;
}

.grid-button.Weight.Close .grid{
	width: 2rem;
	height: 2rem;
}
 

.grid-button.Close .grid {
  -webkit-transform: rotate3d(0, 0, 1, -45deg) scale3d(0.8, 0.8, 0.8);
  transform: rotate3d(0, 0, 1, -45deg) scale3d(0.8, 0.8, 0.8);
}

.grid-button.rearrange .grid {
  box-shadow: -1.25rem -1.25rem, 0 -1.25rem, 1.25rem -1.25rem, -1.25rem 0, 1.25rem 0, -1.25rem 1.25rem, 0 1.25rem, 1.25rem 1.25rem;
}

.grid-button.rearrange.Close .grid {
  box-shadow: 0 -1rem, 0 -2rem, 1rem 0, -2rem 0, 2rem 0, -1rem 0, 0 2rem, 0 1rem;
}

.grid-button.Collapse .grid {
  box-shadow: -1.25rem 0, -1.25rem 1.25rem, 1.25rem 0, 1.25rem -1.25rem, 0 -1.25rem, -1.25rem -1.25rem, 0 1.25rem, 1.25rem 1.25rem;
}

.grid-button.Weight.Close .grid {
  box-shadow: -2rem 0, 0 0 transparent, 2rem 0, 0 0 transparent, 0 -2rem, 0 0 transparent, 0 2rem, 0 0 transparent;
}

/* ====================== lines button ==================================================*/
.lines-button {
  padding: 0rem 1rem;
  transition: .3s;
  cursor: pointer;
  user-select: none;
  border-radius: 0.57143rem;
  /* */
}
.lines-button:hover {
  opacity: 1;
}
.lines-button:active {
  transition: 0;
}

.lines {
  display: inline-block;
  width: 4rem;
  height: 0.57143rem;
  background: #2f2f2f;
  border-radius: 0.28571rem;
  transition: 0.3s;
  position: relative;
}
.lines:before, .lines:after {
  display: inline-block;
  width: 4rem;
  height: 0.57143rem;
  background: #2f2f2f;
  border-radius: 0.28571rem;
  transition: 0.3s;
  position: absolute;
  left: 0;
  content: '';
  -webkit-transform-origin: 0.28571rem center;
  transform-origin: 0.28571rem center;
}
.lines:before {
  top: 1rem;
}
.lines:after {
  top: -1rem;
}

.lines-button:hover .lines:before {
  top: 1.14286rem;
}
.lines-button:hover .lines:after {
  top: -1.14286rem;
}

.lines-button.Close {
  -webkit-transform: scale3d(0.8, 0.8, 0.8);
  transform: scale3d(0.8, 0.8, 0.8);
}

.lines-button.arrow.Close .lines:before, .lines-button.arrow.Close .lines:after {
  top: 0;
  width: 2.22222rem;
}
.lines-button.arrow.Close .lines:before {
  -webkit-transform: rotate3d(0, 0, 1, 40deg);
  transform: rotate3d(0, 0, 1, 40deg);
}
.lines-button.arrow.Close .lines:after {
  -webkit-transform: rotate3d(0, 0, 1, -40deg);
  transform: rotate3d(0, 0, 1, -40deg);
}

.lines-button.arrow-up.Close {
  -webkit-transform: scale3d(0.8, 0.8, 0.8) rotate3d(0, 0, 1, 90deg);
  transform: scale3d(0.8, 0.8, 0.8) rotate3d(0, 0, 1, 90deg);
}

.lines-button.minus.Close .lines:before, .lines-button.minus.Close .lines:after {
  -webkit-transform: none;
  transform: none;
  top: 0;
  width: 4rem;
}

.lines-button.x.Close .lines {
  background: transparent;
}
.lines-button.x.Close .lines:before, .lines-button.x.Close .lines:after {
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  top: 0;
  width: 4rem;
}
.lines-button.x.Close .lines:before {
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  transform: rotate3d(0, 0, 1, 45deg);
}
.lines-button.x.Close .lines:after {
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
  transform: rotate3d(0, 0, 1, -45deg);
}

.lines-button.x2 .lines {
  transition: background 0.3s 0.5s ease;
}
.lines-button.x2 .lines:before, .lines-button.x2 .lines:after {
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  transition: top 0.3s 0.6s ease, -webkit-transform 0.3s ease;
  transition: top 0.3s 0.6s ease, transform 0.3s ease;
}

.lines-button.x2.Close .lines {
  transition: background 0.3s 0s ease;
  background: transparent;
}
.lines-button.x2.Close .lines:before, .lines-button.x2.Close .lines:after {
  transition: top 0.3s ease, -webkit-transform 0.3s 0.5s ease;
  transition: top 0.3s ease, transform 0.3s 0.5s ease;
  top: 0;
  width: 4rem;
}
.lines-button.x2.Close .lines:before {
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  transform: rotate3d(0, 0, 1, 45deg);
}
.lines-button.x2.Close .lines:after {
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
  transform: rotate3d(0, 0, 1, -45deg);
}
/**/
/* entire container, keeps perspective */
.flip-container {
	perspective: 1000px;
	display:inline-block;
}
/* flip the pane when hovered 
.flip-container:hover .flipper,*/
.flip-container.hover .flipper {
	transform: rotateY(180deg);
}
/*.flip-container:hover .flipper, .flip-container.hover .flipper, .flip-container.flip .flipper {
	transform: rotateY(180deg);
}*/

.flip-container, .front, .back {
	width:169px;
	height:225px;
	
}

/* flip speed goes here */
.flipper {
	transition: 0.6s;
	transform-style: preserve-3d;
	position: relative;
	cursor:pointer;
}
/* hide back of pane during swap */
.front, .back {
	backface-visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
}
/* front pane, placed above back */
.front {
	z-index: 2;
	/* for firefox 31 */
	transform: rotateY(0deg);
	/*background:#CCC;*/
}
/* back, initially hidden pane */
.back {
	transform: rotateY(180deg);
	/*background:#999;*/
}



/*SUPER SLIDER*/
#SuperSlider{
	width:100%;
	padding:100px 0px 180px;
	background:url(../img/_sec-fe/works/aaplus/02.jpg) 0 0 repeat;
}
.ares .tp-bullet-title{
	top: -35px !important;
    left: 50% !important;
    right: auto !important;
    transform: translateX(-50%) translateY(-10px) !important;
    -webkit-transform: translateX(-50%) translateY(-10px) !important;
}
.tp-bullet-title:after {
    border-width: 10px 10px 0px 10px !important;
    border-color: rgba(255, 255, 255, 1) transparent transparent transparent !important;
    right: auto !important;
    left: 50% !important;
    margin-left: -10px;
    top: auto !important;
    bottom: -10px !important;

}

.tp-bullet-title:after{
	border-color: rgba(255, 255, 255, 0.75) transparent transparent transparent !important;
}
.tp-bullet.selected .tp-bullet-title:after{
	border-color: rgba(255, 255, 255, 1) transparent transparent transparent !important;
}


/*	SLIDER 3D	*/
#TransformSl{
	width:100%;
	padding:100px 0px 180px;
	background:url(../img/_sec-fe/works/aaplus/02.jpg) 0 0 repeat;
}
#TransformSl .flex-child:last-child{
	width:30%;
}


/*	FLYOUT	*/
#container {
	width:100%;
  display: block;
 /* margin: 0 auto;
  text-align: center;*/
  -webkit-perspective: 2000px;
     -moz-perspective: 2000px;
      -ms-perspective: 2000px;
       -o-perspective: 2000px;
          perspective: 2000px;
}
  
  #information {
    margin-top: 1em;
    display: block;
    font-size: 15px;
  }
  
  #itemdescription {
   /* position: relative;
    width: 400px;
    margin: 0 auto;
    left: 6em;
    top: 2em;*/
	text-align:left;
    
		position: relative;
		z-index: 999;
  }
  
    #itemdescription span {
	font-size: 50px;
	line-height:52px;
	color:#FFF;
    font-family: 'Pacifico', cursive;
    text-shadow: 2px 2px 3px rgba(0,0,0,1);	
      display: none;
    }

  #itemlist {
    display: inline-block;
    width: 100%;
	height:530px;
	overflow:hidden;
    margin: 0em auto;
    position: relative;
    -webkit-transform-style: preserve-3d;
       -moz-transform-style: preserve-3d;
        -ms-transform-style: preserve-3d;
         -o-transform-style: preserve-3d;
            transform-style: preserve-3d;
  }
  
  #itemlist img {
    position: absolute;
    cursor: pointer;
    right: 0;
    /*box-shadow: 0px 15px 50px rgba(0,0,0,0.4);*/
  }
  
    #itemlist img:hover {
      top: -5px;
    }
  
  #itemlist img.item-0 {
    z-index: 4;
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
        -ms-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
  }
  
  #itemlist img.item-1 {
    z-index: 3;
    right: 80px;
    -webkit-transform: scale(0.9);
       -moz-transform: scale(0.9);
        -ms-transform: scale(0.9);
         -o-transform: scale(0.9);
            transform: scale(0.9);
  }
  
  #itemlist img.item-2 {
    z-index: 2;
    right: 160px;
    -webkit-transform: scale(0.8);
       -moz-transform: scale(0.8);
        -ms-transform: scale(0.8);
         -o-transform: scale(0.8);
            transform: scale(0.8);
  }
  
  #itemlist img.item-3 {
    z-index: 1;
    right: 240px;
    -webkit-transform: scale(0.7);
       -moz-transform: scale(0.7);
        -ms-transform: scale(0.7);
         -o-transform: scale(0.7);
            transform: scale(0.7);
  }
  
  .transition {
    -webkit-transition: 0.5s ease-out;
       -moz-transition: 0.5s ease-out;
        -ms-transition: 0.5s ease-out;
         -o-transition: 0.5s ease-out;
            transition: 0.5s ease-out;
  }
  
  .show {
    -webkit-animation: show 1s linear;
       -moz-animation: show 1s linear;
        -ms-animation: show 1s linear;
         -o-animation: show 1s linear;
            animation: show 1s linear;
  }
  
  
  		
@-webkit-keyframes show{
  25% {
    right: 450px;
  }

  50% {
    z-index: 5;
    right: 500px;
    -webkit-transform: rotate3d(0,1,0,0deg);
  }

  70% {
    z-index: 5;
    right: 250px;
    -webkit-transform: rotate3d(0,1,0,180deg);
  }

  100% {
    z-index: 5;
    right: 0px;
    -webkit-transform: rotate3d(0,1,0,360deg);
  }
}
  		
@-moz-keyframes show{
  25% {
    right: 450px;
  }

  50% {
    z-index: 5;
    right: 500px;
    -moz-transform: rotate3d(0,1,0,0deg);
  }

  70% {
    z-index: 5;
    right: 250px;
    -moz-transform: rotate3d(0,1,0,180deg);
  }

  100% {
    z-index: 5;
    right: 0px;
    -moz-transform: rotate3d(0,1,0,360deg);
  }
}
  		
@-ms-keyframes show{
  25% {
    right: 450px;
  }

  50% {
    z-index: 5;
    right: 500px;
    -ms-transform: rotate3d(0,1,0,0deg);
  }

  70% {
    z-index: 5;
    right: 250px;
    -ms-transform: rotate3d(0,1,0,180deg);
  }

  100% {
    z-index: 5;
    right: 0px;
    -ms-transform: rotate3d(0,1,0,360deg);
  }
}
  		
@-o-keyframes show{
  25% {
    right: 450px;
  }

  50% {
    z-index: 5;
    right: 500px;
    -o-transform: rotate3d(0,1,0,0deg);
  }

  70% {
    z-index: 5;
    right: 250px;
    -o-transform: rotate3d(0,1,0,180deg);
  }

  100% {
    z-index: 5;
    right: 0px;
    -o-transform: rotate3d(0,1,0,360deg);
  }
}
  		
@keyframes show{
  25% {
    right: 450px;
  }

  50% {
    z-index: 5;
    right: 500px;
    transform: rotate3d(0,1,0,0deg);
  }

  70% {
    z-index: 5;
    right: 250px;
    transform: rotate3d(0,1,0,180deg);
  }

  100% {
    z-index: 5;
    right: 0px;
    transform: rotate3d(0,1,0,360deg);
  }
}




.BgPattCyan{
	background:url(../img/_sec-fe/works/aaplus/02.jpg) 0 0 repeat;
}



/*	TOOLS CASINOS	*/
#ToolS{
	width:100%;
	padding:150px 0;
	background:url(../img/_sec-fe/works/casinos/04.jpg) top center no-repeat;
	background-size:cover;
}
.ToolSParent{
	width:100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	
	flex-flow: row wrap;
    place-content: stretch space-between;
    align-items: baseline;

}
#ToolS .BxTool{
	width:260px;
	height:300px;
	padding:50px 0 0;
	text-align:center;
	background:url(../img/_sec-fe/works/casinos/09.png) top center no-repeat;
	/*display:inline-block;*/
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: baseline;
	align-content: flex-start;
}
#ToolS .BxTool SPAN{
	width:auto;
	display:inline-block;
	margin:0 auto;
}
#ToolS .BxTool SPAN IMG{
	max-width:80%;
}
#ToolS .BxTool H4{
	width:100%;
	font-family: 'Raleway', Arial, Helvetica, sans-serif;
	font-size:38px;
	line-height:normal;
	font-weight:300;
	color:#FFFFFF;
	margin:50px 0 0;
	letter-spacing:-1px;
}

#TblScroll{
	width:100%;
	display:inline-block;
	padding:90px 0px;
}
.WrapIpad{
    width: 100%;
    height: 860px;
    display: inline-block;
    text-align: center;
    position: relative;
    /* padding:6.2% 10% 0 12.3%;*/
    padding:6.2% 111px 0 143px;
    margin: 0 30px 0 0;
	background-repeat:no-repeat;
}
.WrapIpad.Wh{
	background:url(../img/ipad-w.jpg)
}
.WrapIpad .project-maquette {
    width: 100%;
    height: 666px;
    background: none;
    display: inline-block;
    float: left;
}
.WrapIpad IMG{
	width:100%;
}
.WrapIpad .mCSB_scrollTools {
    right: -145px !important;
}

/*	CART FEDERA	*/
#Cart{
	width:100%;
	padding:40px 0px 90px;
	background:url(../img/_sec-fe/works/federa/02.jpg) top center no-repeat;
	text-align:center;
	background-size:cover;
}
#Cart H4{
	width:100%;
	font-family: 'Raleway', Arial, Helvetica, sans-serif;
	font-size:50px;
	line-height:normal;
	font-weight:300;
	color:#FFFFFF;
	margin:0px 0 0;
	letter-spacing:-1px;
}
#Cart P{
	width:100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:normal;
	color:#FFFFFF;
	margin:20px 0 0;
}
#Cart FIGURE{
	width:100%;
	text-align:center;
	
}
#Cart FIGURE IMG{
	max-width:80%;
	text-align:center;
}

#Scrolls{
	width:100%;
	padding:50px 0;
	text-align:center;
	background:#FFF;
}
#Scrolls IMG{
	max-width:100%;
	display:inline-block;
}


#ToolS.Umbraco{
	width:100%;
	padding:125px 0px;
	background:url(../img/_sec-fe/works/ficohsa/07.jpg) top center no-repeat;
	text-align:center;
	background-size: cover;
}

#ToolS.Umbraco H4,
#ToolS H4{
	width:100%;
	font-family: 'Raleway', Arial, Helvetica, sans-serif;
	font-size:50px;
	line-height:normal;
	font-weight:300;
	color:#FFFFFF;
	margin:0px 0 0;
	letter-spacing:-1px;
}
#ToolS.Umbraco P,
#ToolS P{
	width:100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:normal;
	color:#FFFFFF;
	margin:20px 0 60px;
}
#ToolS.Umbraco .ToolSParent{
	display:inline-block;
}
#ToolS.Umbraco .BxTool{
	width: 185px;
    height: 213px;
    padding: 50px 0 0;
    text-align: center;
    background: url(../img/_sec-fe/works/ficohsa/03.png) top center no-repeat;
	background-size: contain;
	justify-content: center !important;
	display:inline-block;
}
#ToolS.Umbraco .BxTool.Auto{
	width:auto;
	background:none;
	margin:0 75px;
}

#ToolS.GitHub{
	width:100%;
	padding:60px 0px;
	background:#eaedf1 url(../img/_sec-fe/react/gitflow.jpg) bottom center repeat-x;
	background-size:contain;
	text-align:center;
	color:#000;
}
#ToolS.GitHub H4,
#ToolS.GitHub P{
	color:rgb(47, 47, 47);
}
.ImgContainer{
	width:100%;
	display:inline-block;
	text-align:center;
}
#ToolS.GitHub.Purple{
	padding: 60px 0;
	background:#4e55c7 url(../img/_sec-fe/react/api-bg.jpg) bottom center no-repeat;
}
#ToolS.Purple H4,
#ToolS.Purple P{
	color:#FFF;
}
#ToolS.Center-BGw{
	width:100%;
	padding:60px 0px;
	background:#FFF;
	text-align:center;
	color:#000;
}

#ToolS.Rdx{
	width:100%;
	padding:60px 0px;
	background:#eaedf1;
	text-align:center;
	color:#000;
}
#ToolS.Center-BGw H4,
#ToolS.Center-BGw P,
#ToolS.Rdx H4,
#ToolS.Rdx P{
	color:#2f2f2f;
}

.Max-65{
	max-width:65%;
}
.Max-55{
	max-width:55%;
}
.Max-40{
	max-width:40%;
}
.Mbot-50{
	margin-bottom:50px;
}
#ToolS.Hooks{
	background:#3b3b3b;
	padding:60px 0;
	text-align:center;
}

.Tags{
	width:100%;
	text-align:center;
}
.Hooks .Tags H5{
	width:auto;
	display:inline-block;
	font-size:22px;
	font-weight:600;
	padding:10px 35px;
	margin:0 3px;
	color:#4e55c7;
	background:#FFFFFF;
	border:2px solid #000;
	border-radius:100px;
	-moz-border-radius:100px;
	-webkit-border-radius:100px;
	box-shadow: 0 0 10px 0 #050505;
	--moz-box-shadow: 0 0 10px 0 #050505;
	-webkit-box-shadow: 0 0 10px 0 #050505;
	font-family: 'Raleway', Arial, Helvetica, sans-serif;
	font-weight:700;
}



/*	GREEN IVY 	*/
.GiScreen{
	width:20%;
	display:inline-block;
	margin:0 1%;
	text-align:center;
}
.GiScreen FIGURE{
	width:100%;
	box-shadow:0 30px 70px #111;
}
.GiScreen FIGURE IMG{
	width:100%;
}
.GiScreen P{
	width:100%;
	font-family: 'Raleway', Arial, Helvetica, sans-serif;
	font-size:21px;
	line-height:normal;
	font-weight:500;
	color:#FFFFFF;
	margin:70px 0px 0px;
	text-transform:uppercase;
}
.GiScreen P::after{
	content: "";
    width: 30%;
    display: block;
    border-bottom: 1px solid #FFF;
    margin: 20px auto;
}
#ModalSreen IMG{
	max-width:100%;
}


/*QBE*/
#TransformSl.Persp45{
	padding:100px 0;
}
.main-container {
	width: 100%;
	margin: 4em auto 0 auto;
}
.main-container .controls {
  margin: 80px auto 0;
  padding: 2em 0 0 0;
  text-align: center;
}
.coverflow-container {
  /*box-reflect: below 0px -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.1) 100%);*/
}
label {
  color: #999;
  display: inline-block;
  padding: 10px;
  border: 1px solid black;
  cursor: pointer;
  background: #252525;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.9);
}
label:hover {
  color: #FFF;
}
.coverflow-list {
  width: 100%;
}
.coverflow-list .coverflow-item {
  display: inline-block;
  background: #414141;
  margin: 0 -80px;
  position: relative;
  box-shadow: 0 8px 50px rgba(0, 0, 0, 0.9);
}
.coverflow-list .coverflow-item .album-cover {
  display: block;
  height: 440px;
  margin: 0;
}
.coverflow-list .coverflow-item .album-cover img {
  height: 440px;
  width: 360px;
  opacity: 0.5;
}
.coverflow-list .coverflow-item .album-name {
  text-align: center;
  display: block;
  color: #444;
}
.coverflow-list .coverflow-item label {
  padding: 0;
  border: none;
  display: block;
  text-shadow: none;
}
/* Now apply 3D transforms (never done this before!) */
.coverflow-list {
  -webkit-transform: perspective(900px);
  -webkit-transform-style: preserve-3d;
  -webkit-perspective-origin: 100% 30%;
  
	-webkit-perspective: 100000px;
	-moz-perspective: 100000px;
	-o-perspective: 100000px;
	-ms-perspective: 100000px;
	perspective: 100000px;
	
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
	
	-webkit-perspective-origin: center;
	perspective-origin: center;  
  
/*position: relative;
-webkit-perspective: 580px;
perspective: 580px;*/
}
.coverflow-list .coverflow-item {
  -webkit-transition: all 0.4s ease;
  background: #212121;
  -webkit-transform: rotateY(45deg);
  
/*  -webkit-transform: rotateX(-360deg) rotateY(-281deg);
transform: rotateX(-360deg) rotateY(-281deg);*/
}
input[type="radio"] {
  display: none;
}
input[type="radio"]:checked + .coverflow-item {
  -webkit-transform: rotateY(0deg);
  margin: 0 auto;
  background: #313131;
  transition: all 0.4s ease;
}
input[type="radio"]:checked + .coverflow-item img {
  opacity: 1;
}
input[type="radio"]:checked + .coverflow-item figcaption {
  color: #FFFFFF;
}
input[type="radio"]:checked + .coverflow-item ~ .coverflow-item {
  -webkit-transform: rotateY(-45deg);
  background: #515151;
}
/*@keyframes cover-forward {
  0% { transform: rotateY( 45deg ); }
  50% { transform: rotateY( 0deg ) translate3d( 60px,0,0 ) scale3d(1.2,1.2,1.2); z-index:999; }
  100% { transform: rotateY( 45deg ) translate3d( 0,0,0 ) scale3d(1,1,1); }
}

@keyframes cover-return {
  0% { transform: rotateY( 45deg ); }
  100% { transform: rotateY( 0deg ) translate3d( 150px,0,0 ) scale3d(1.2,1.2,1.2); }
}*/




/*Teletica*/
#CargaData{
	width:100%;
	padding:150px 0 670px;
	background:url(../img/_sec-fe/works/teletica/04.jpg) top right no-repeat;
	background-size:cover;
}
#CargaData H4{
	width:100%;
	font-family: 'Raleway', Arial, Helvetica, sans-serif;
	font-size:50px;
	line-height:normal;
	font-weight:300;
	color:#FFFFFF;
	margin:0px 0 0;
	letter-spacing:-1px;
}
#CargaData P{
	width:100%;
	margin:30px 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:normal;
	color:#FFFFFF;
}
#CargaData Figure{
	width:100%;
	display:inline-block;
	text-align:center;
	margin:45px 0 0;
}
#DskYmbl{
	width:100%;
	display:inline-block;
	background:#f8f8f8;
	padding:100px 0;
}
#DskYmbl H4{
	width:100%;
	font-family: 'Raleway', Arial, Helvetica, sans-serif;
	font-size:50px;
	line-height:normal;
	font-weight:300;
	color:#000;
	margin:0px 0 0;
	letter-spacing:-1px;
}
#DskYmbl P{
	width:100%;
	margin:30px 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:normal;
	color:#000;
}
#DskYmbl FIGURE{
	width:100%;
	margin:55px 0 0;
	text-align:center;
}
#DskYmbl FIGURE IMG{
	display:inline-block;
}

#GmapsTT{
	width:100%;
	border-top:1px dashed #333;
	padding:100px 0px;
	background:url(../img/_sec-fe/works/teletica/09.jpg) top center no-repeat;
	
}

.Devices{
	width:100%;
	padding:100px 0;
	position:relative;
}
.Mac{
	width:100%;
	display:inline-block;
	margin: 0 0 0 -100px;
}
.Mac .WrapMc{
	width:1123px;
	height:699px;
	display:inline-block;
    position: relative;
    background: url(../img/_sec-fe/works/teletica/dev-desk.png) top right no-repeat;
    padding:5.7% 48px 0 75px;
    margin: 0px;
}
.Mac .project-maquette{
	width:957px;
	height:616px;
	background: none;
}
.Mac .mCustomScrollBox{
	overflow:hidden !important;
   	-webkit-border-radius: 0 0 7px 7px;
	-moz-border-radius: 0 0 7px 7px;
	border-radius: 0 0 7px 7px;
}
.Mac #mCSB_1_scrollbar_vertical{
	left: -40px;
    bottom: 90px;
}

.Tel{
	width:auto;
	display:inline-block;
	position:absolute;
	right:-40px;
	bottom:0px;
	z-index:99;
} 
.Tel .WrapDevice {
    width: 410px;
    height: 685px;
    display: inline-block;
    text-align: left;
    position: relative;
    background: url(../img/_sec-fe/works/teletica/dev-mob.png) top left no-repeat;
    padding:27.5% 63px 0 77px;
    margin: 0 0px 0 0;
}
.WrapDevice:after{
	display:none;
}
.Tel .project-maquette {
    width: 266px;
    height: 454px;
}


/*CARP GRAFICAS*/
.modal-backdrop.in {
    opacity: 0.75 !important;
    filter: alpha(opacity=75);
}
#ModalBook .modal-header{
	border:none;
}
#ModalBook .close{
	opacity:1;
	color:#FFF;
	margin: 0;
    padding: 0;
}
#ModalBook .modal-header{
	padding:0;
}
#Pages{
	width:100%;
	padding:120px 0px;
	text-align:center;
}
#Pages .Page{
	width:100%;
	text-align:center;
}
.Separator{
    width: 100%;
    display: inline-block;
    margin: -130px 0;
    position: relative;
    z-index: 22;
}
#ModalBook{
	padding:0px;
}
#ModalBook .modal-dialog{
	width:95%;
		
}
#ModalBook .modal-content{
	background: none;
    width: auto !important;
    height: auto !important;
	box-shadow: none !important;
    border: none !important;
}
/*CARP AVISOS*/
#FullImg, FIGURE{
	width:100%;
}
#FullImg IMG{
	max-width:70%;
	display:inline-block !important;
}

#Slick{
	width:100%;
	padding:0 0 100px;
	overflow:hidden;
	max-width:100% !important;
}
.SlickWrap{
	width:100%;
	overflow:hidden;
	
}
#ToolS .SlickWrap{
	overflow:visible;
}
#ToolS .slick-dots li.slick-active button:before{
	color:#FFF;
}
#ToolS .slick-dots li button:before{
	color:#DDD;
}
#ToolS .slick-prev {
    left: -5px;
}
#ToolS .slick-next {
    right:-5px;
}


.SlickWrap FIGURE{
	width:387px;
	height:auto;
	margin:0 30px;
	opacity:0.65;
}
.SlickWrap FIGURE.slick-current{
	opacity:1;
}

.SlickWrap FIGURE IMG{
	max-width:100%;
}
#FlipBook{
	width:100%;
	padding:100px 0px;
	overflow:hidden;
}

/*	ESSENTIAL	*/
#Col-02{
	width:100%;
	padding:100px 0;
	-webkit-box-shadow:inset 0 0 0 10px #ffffff;
	-moz-box-shadow:inset 0 0 0 10px #ffffff;
	box-shadow:inset 0 0 0 10px #ffffff;
}
.LightGray{
	background:#efefef;	
}
.LightBlue{
	background-color:#d3e6ea;
}
.Gradient{
	background:url(../img/_sec-pr/essential/13.jpg) top center repeat-x;
	background-position:center -300px;
	/*border-top:none !important;*/
}
.GradientGray{
	background: rgb(255,255,255);
	background: linear-gradient(180deg, rgba(255,255,255,1) 27%, rgba(241,241,241,1) 100%);
}
#Col-02 IMG{
	max-width:75%;
	display:inline-block;
}
#WrapPrint{
	width:100%;
	padding:100px 0px;
	border-top:1px dashed #2f2f2f;
	-webkit-box-shadow:inset 0 0 0 10px #ffffff;
	-moz-box-shadow:inset 0 0 0 10px #ffffff;
	box-shadow:inset 0 0 0 10px #ffffff;
}
#WrapPrint.Title{
	padding-bottom:50px;
}
#WrapPrint.Gradient{
	border:none;
	border-top:1px dashed #2f2f2f;
	
}
#WrapPrint.Bg{
	background:url(../img/_sec-pr/essential/10.jpg) center bottom repeat-x;
	background-size:contain;
	padding-bottom: 165px;
}
#WrapPrint IMG{
	max-width:70%;
	display:inline-block;
}
#WrapPrint .flipper IMG{
	max-width:100%;
}
#WrapPrint .flex-parent{
	justify-content:space-around;
}

#WrapPrint IMG.Max-90{
	max-width:90%;
}

IMG.Max-100{
	width: 100%;
	max-width:100% !important;
}
IMG.Max-90{
	max-width:90% !important;
}
IMG.Max-80{
	max-width:80% !important;
}
.MarginTop-120{
	margin-top:120px;
}
.MarginTop-50{
	margin-top:50px;
}
.MarginTop-100{
	margin-top:100px;
}
.MarginTop-0{
	margin-top:0;
}
.MarginBottom-50{
	margin-bottom:50px;
}
.MarginBottom-100{
	margin-bottom:100px;
}

#WrapPrint FIGURE{
	position:relative;
}
#WrapPrint .BgLines{
	width:100%;
	height:100%;
	display:inline-block;
	position:absolute;
	top:0;
	left:0;
	background:url(../img/_sec-pr/essential/09.png) center -50px no-repeat;
}
.Padd-00{
	padding:0 !important;
}
.Padd-10{
	padding:10px 0 !important;
}
/*FADU */
.GrayPatt{
	background:url(../img/_sec-pr/fadu/02.jpg) top center repeat;
}
.Patt02{
	background:url(../img/_sec-web/works/flowing/bg-03.jpg) top center repeat;
}
#WrapPrint figcaption{
	width:100%;
	font-family:'Raleway', Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:normal;
	font-weight:500;
	color:#000;
	margin:60px 0 0;
}
/*Mas*/
.mTop-neg{
	margin-top:-120px;
}
.Pad-top-10{
	padding-top:10px !important;
}
.Pad-bot-10{
	padding-bottom:10px !important;
}
.Pad-bot-0{
	padding-bottom:0px !important;
}
.Refe{
	width:100%;
	text-align:left;
	font-family: 'Pacifico', Arial, Helvetica, sans-serif;
	font-size:30px;
	line-height:normal;
	color:#333;
	position:relative;
	z-index:50;
}
.White{
	color:#FFF;
}
.Refe SPAN{
	display:inline-block;
	position:absolute;
	/*right:0;*/
	top:0px;
}
.SlickFullSlide{
	width:100%;
}
.SlickFullSlide .slick-list{
	border-bottom:1px dashed #2f2f2f;
	padding-bottom: 5px;
}
.SlickFullSlide IMG{
	width:100%
}
.SlickFullSlide .slick-dots{
	padding:13px 0px;
	background:#1e1f21;
}

.SlickFullSlide .slick-dots{
    bottom: -60px;
}
.SlickFullSlide .slick-dots li button{
	width:30px;
	height:30px;
	background:#c2cace;
	border:4px solid #565d66;
	border-radius:50px;
	moz-border-radius:50px;
	webkit-border-radius:50px;
}
.SlickFullSlide .slick-dots li{
	width:auto;
	height:auto;
}
.SlickFullSlide LI.slick-active button{
	background:#c71974;
}
.SlickFullSlide .slick-dots li button:before{
	display:none;
}
.SlickFullSlide.slick-dotted.slick-slider{
    margin-bottom: 65px !important;
}
.Action{
	display:inline-block;
	text-align:center;
}
/*S+A*/
.Banner-SA{
	width:100%;
}
.Label{
	width:100%;
	position:absolute;
	bottom:30px;
	left:0px;
}
.BG-Gray{
	background:#EFEFEF;
}
.Pantone{
	width:112px;
	display:inline-block;
    vertical-align: top;
	margin:0 13px 0;
}
.Pantone .Color{
	width:112px;
	height:112px;
	display:inline-block;
	vertical-align:top;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}
.Col-01{
	background:#EC1568;
}
.Col-02{
	background:#1B9ACD;
}
.Col-03{
	background:#6C9D31;
}
.Col-04{
	background:#6D3C96;
}
.Col-05{
	background:#ED2B24;
}
.Col-06{
	background:#ECEDF0;
}

.Pantone H5{
	width:100%;
	text-align:center;
	font-family: 'Raleway', Arial, Helvetica, sans-serif;
	font-size:15px;
	line-height:25px;
	font-weight:500;
	color:#2f2f2f;
	margin:20px 0 0;
}
.Pantone H5 STRONG{
	width:100%;
	display:inline-block;
}
.Tones .flex-child{
	width:auto;
}
.Tones IMG{
	max-width:80% !important;
}

.GrillaLogo .col-xs-6{
	padding:0px;
}

.GrillaLogo .Lft, .GrillaLogo .Rgt{
	padding:0;
}
.GrillaLogo.DF{
	background:url(../img/_sec-web/works/d-f/patt-02.jpg) 0 0 repeat;
} 
.GrillaLogo.DF .col-sm-6{
	padding:0;
}

.WrapLogo{
	margin: 80px 0 0;
	padding:80px 0;
	border:1px solid #222;
	border-left:none;
}
.GrillaLogo.DF .WrapLogo{
	height:180px;
	line-height:180px;
	padding:0;
    border-color: #ed2064;
}
.WrapLogo IMG{
	max-height:89px;
}
.BorderRight-0{
	border-right:none !important;
}
IMG.Tag{
	max-width:100% !important;
}
.Gallery{
	width:100%;
	padding: 10px 0;
    border-top: 1px dashed #2f2f2f;
}
.Gallery .Unit{
	padding:2px;
	-webkit-box-shadow:inset 0 0 0 1px #FFFFFF;
	box-shadow:inset 0 0 0 1px #FFFFFF;
	position:relative;
}
.Gallery .Unit A{
	display: block;
	position:relative;
	overflow: hidden;
}
.Gallery .Unit IMG{
	width:100%;
	max-width:100%;
	display: block;
	position: relative;
}
.Gallery DIV.BgTitle{
    position: absolute;
    background: #333;
    /*background: rgba(75,75,75,0.7);*/
	background: rgba(58,12,9,0.8);
    width: 100%;
    height: 100%;
}
.Gallery DIV.BgTitle SPAN{
	display: block;
	padding: 10px 0;
	margin: 40px 20px 20px 20px;
	font-weight: normal;
	color: rgba(255,255,255,0.9);
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	border-bottom: 1px solid rgba(255,255,255,0.5);
	box-shadow: 0 1px 0 rgba(0,0,0,0.1), 0 -10px 0 rgba(255,255,255,0.3);
	
	font-family:'Raleway', Arial, Helvetica, sans-serif;
    font-size:23px;
}

/*.WrapAccord{
	width:100%;
	height:393px;
	overflow:hidden;
	position:relative;
}*/
.ia-container {
	width:1036px;
	height:639px;
	margin:0 auto;
	overflow: hidden;
	box-shadow: 1px 1px 4px rgba(0,0,0,0.08);
	border: 7px solid rgba(255,255,255,0.6);
}
.ia-container input[type="radio"] {
  display: inline-block;
}

.ia-container figure {
    position: absolute !important;
	top: 0;
	left: 50px; /* width of visible piece */
	/*width: 335px;
	calc(100% - 100px);*/
	left:100px;
	width:336px;
    box-shadow: -30px 0px 40px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: -30px 0px 40px 0px rgba(0,0,0,0.5);
	-webkit-box-shadow: -30px 0px 40px 0px rgba(0,0,0,0.5);
	
	-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;
}

#WrapPrint .ia-container figure.Wr{
    position: relative !important;
	left: 0 !important;
}

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

.ia-container input {
	position: absolute;
	top: 0;
	left: 0;
	width: 50px; /* just cover visible part */
	width:100px;
	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: 336px;
}

.ia-container figcaption {
	width: 100%;
	height: 100%;
	margin:0px !important;
	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 {
	position: absolute;
	top: 40%;
	margin-top: -30px;
	right: 20px;
	left: 20px;
	overflow: hidden;
	text-align: center;
	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;
	text-transform: uppercase;
	letter-spacing: 4px;
	font-weight: 700;
	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: 50%;
}

.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; 
	} 

}












/*Flowing v01*/
.BgDark{
	width:100%;
	background:url(../img/_sec-web/works/flowing/bg-02.jpg) top center repeat-x;
	background-size:58%;
	
}
/*	NEXTORNEOS	*/
.Bg-Nxt{
	background:url(../img/_sec-web/works/next/03.png) top center no-repeat;
	background-size:100%;
}
.GrayPatt-02{
	background:url(../img/_sec-web/works/next/bg01.jpg) left top repeat;
}

/*	PIXBLOW	*/
.Dark{
	background:url(../img/_sec-web/works/pixblow/07.jpg) top center no-repeat;
	background-size:cover;
}
.Dark .WrapLogo{
	width:100%;
	height:100%;
	border-bottom:1px dashed #FFF;
	border-right: 1px dashed #FFF;
    border-top: none;
	margin:0;
}
.Dark .WrapLogo IMG {
	width:auto;
    max-height: 170px;
}
.Dark .row-eq-height:last-child .WrapLogo{
	border-bottom:none;
	
}
.Square{
	width:20%;
	text-align:center;
	float:left;
}
.Square IMG{
	max-width:144px !important;
}
.Dark02{
	background:url(../img/_sec-web/works/pixblow/19.jpg) top center no-repeat;
	background-size:cover;
}

/*	Venier	*/
.Col-07{
	background:#d91e71;	
}
.Col-08{
	background:#933853;	
}
.Col-09{
	background:#e8e3e2;	
}
.Col-10{
	background:#9da9af;	
}
.Col-11{
	background:#1d1c16;	
}


.Col-12{
	background:#174968;	
}
.Col-13{
	background:#4EA6CF;	
}
.Col-14{
	background:#ECEDF0;	
}
.Col-15{
	background:#82554B;	
}
.Col-16{
	background:#AE8255;	
}



/**/



.imgMim-100{
		min-width:100%;
	}








































































@media screen and (max-width:500px){
	/*	HOME	*/
	BODY{
		background:#FFF;
	}
	#WrapPrint IMG{
		max-width:90%;
	}
	#WrapPrint IMG.Max-xs-70{
		max-width:70% !important;
	}
	#WrapPrint figcaption{
		margin: 10px 0 40px;
	}
	.MargTop-xs-30{
		margin-top:30px;
	}
	.MargBot-xs-50{
		margin-bottom:50px !important;
	}
	.MargBot-xs-60{
		margin-bottom:60px !important;
	}
	.MargTop-xs-120{
		margin-top:120px;
	}
	.ResetPadBot{
		padding-bottom:0 !important;
	}
	HEADER{
		border-top: 5px solid #1F1B3E;
		padding:15px 0px 0px;
		margin:0;
	}
	HEADER .col-xs-12.col-sm-10{
		padding:0;
	}
	#Flowing{
		padding-bottom:10px;
	}
	#NavRght{
		width:100%;
		text-align:center;
		padding:0;
		margin:0;
		overflow:hidden;
	    border-top: 1px dashed #333;
	    box-shadow: 0 20px 50px 0px #ccc;
		moz-box-shadow: 0 20px 50px 0px #ccc;
		
		background:#F5F5F5;
		
		-webkit-transition: all 0.2s ease;
		-moz-transition: 	all 0.2s ease;
		-o-transition: 		all 0.2s ease;
		transition: 		all 0.2s ease;
	}
	#NavRght.in{
		background:#EEE;
	}
	#MainNav{
		margin:0px;
	}
	#NavRght LI A{
		padding:7px 0px;
		border-bottom: 1px dashed #999;
	}
	#NavRght LI:nth-child(3) A{
		border:none;
	}
	#Slider{
		height:auto;
	}
	#Slider H2{
		font-size:15em;
	}
	#Slider H3 {
		font-size: 5.6em;
		margin-top:10px;
		text-shadow:0px 0px 15px #000;
	}
	#Slider .Caption {
		/*width:100% !important;*/
		margin-left: -35px !important;
	}
	#Slider .Caption FIGURE{
		width:35px;
		height:35px;
		margin:11px 5px 0px 0px;
	}
	#Slider .Caption FIGURE IMG{
		width:35px;
	}
	#Slider .Caption H4,
	#Slider .Caption H4.Font-Sz2{
		font-size:15px;
		line-height:13px;
		margin: 17px 0 0;
	}
	#Slider .Caption H4.Font-Sz2.Lhgt25{
		line-height:25px;
	}
	#Slider .Caption H5{
		font-size:12px;
		line-height:12px;
		display:none !important;
	}
	A.Btn{
		margin:9px 0 0 -39px;
		font-size: 11px;
	    padding: 3px 13px;
		box-shadow: 0 5px 0 #433F71;
		moz-box-shadow: 0 5px 0 #433F71;
		webkit-box-shadow: 0 5px 0 #433F71;
	}
	
	#SrollMouse{
		display:none;
	}
	H3.Title{
		margin:5px 0;
	}
	H3.Title STRONG{
		font-size:20px;
	}
	#Cases .Boxes{
		padding:0;
	}
	#Cases .Boxes .IconFilter{
		margin:0 5px 0 16px;
	}
	#Cases .Boxes .Box{
		margin-top:10px;
		margin-bottom:10px;
	}
	#Cases .filters-select{
		width:35%;
		display: inline-block !important;
		margin: 10px 0 0;
	}
	#Cases .Plus{
		margin:13px 17px 0 0;
	}
	#Cases .filterNav{
		display:none;
	}
	
	.Grid .Grid-item{
		width:100%;
	}
	.Grid.row{
	    width: 100% !important;
    	margin: 0 auto;
	}
	#Row.Pink{
		padding:50px 0px;
	}
	#Row.Pink .Circles{
		background:none;
	}
	#Row.Pink .Circles{
	    height: auto;
	}
	#Mac .Lft,
	#Mac .Rgt{
		text-align:center;
	}
	#Mac .Line {
		width: 80%;
		position: relative;
		margin: 0 auto 60px;
		border: 4px solid #999;
		padding: 30px 20px;
		background:#FFF;
		border-radius:12px;
		-moz-border-radius:12px;
		-webkit-border-radius:12px;
	}
	#Mac .Screen{
		/*height:240px;*/
		height:auto;
		margin:0 0 20px;
	}
	#Mac .Screen FIGURE{
		top: 0;
		left: 0;
		width: 100%;
		position:relative;
		display:inline-block !important;
	}
	#Mac .DotLft.Pos-01{
		display:none !important;
	}
	.Boxes .Bx .Rotate{
		width:180px;
		height:180px;
		margin: 0 auto 0;
	    background-size: cover;
	}
	.Boxes .Bx .Circ{
		width:180px;
		height:180px;
	}
	.Boxes .Bx .Icon {
		width: 180px;
		height: 180px;
		background-size: cover;
	}
	.Boxes {
		width:100% !important;
		margin:0 auto !important;
    	padding-top: 30px !important;
		background-size: 184% !important;
		padding-bottom: 100px !important;
	}
	.Boxes .Bx P{
		margin-bottom:50px;
	}
	#ContactHome{
		padding:30px 0px 0px;
	}
	#ContactHome .container{
		width:100%;
	}
	#ContactHome .FrmBg{
		padding: 100px 0 50px;
		background-size:100% !important;
		background:#EEE3DA url(../img/contact/bg-mbl.jpg) top center no-repeat;
	}
	#ContactHome .Col{
		width:100%;
	}
	#ContactHome .Col.Frm {
		padding: 20px 20px 0px;
	}
	#ContactHome LABEL{
		width:100%;
		background-size: contain;
		background:;
	}
	#ContactHome .Col .Intro{
		font-size:15px;
		line-height:23px;
	}
	
	#ContactHome INPUT, #ContactHome TEXTAREA{
		width:94%;
		display:inline-block;
	}
	#ContactHome .Send{
		width:100%;
	}
	#ContactHome .form-control-feedback{
		top:33px;
	}
	#NavFoot{
		width:100%;
		text-align:center;
	    margin: 30px 0 0;
	}
	#NavFoot LI{
		width:100%;
	    padding: 10px 0;
		border-bottom: 1px dotted #666;
	}
	#NavFoot LI SPAN{
		display:none;
	}
	#NavFoot LI:last-child{
		border:none;
	}
	.FlowFoot{
		margin:20px 0 0;
	}
	.FlowFoot IMG{
		max-width:75%;
	}
	FOOTER .FlowFoot FIGURE{
		padding: 40px 0 0px;
	}
	/*	INTERNAS	*/
	#Bread H6, #Bread P{
		padding: 0 5px;
	}
	#TitleSec{
		padding: 30px 0px 30px
	}
	#TitleSec H2{
		font-size: 45px;
    	line-height: 45px;
	}
	#TitleSec P {
		font-size: 21px;
		line-height: 25px;
	}
	#FigureSec{
	    overflow: hidden;
		padding:0 0 50px;
	}
	#FigureSec.BgDark{
		width:100%;
		background-size: 100%;
	}
	#FigureSec P{
		font-size: 15px;
    	line-height: 22px;
	}
	#FigureSec .Ficha{
		display: inline-block;
		position: absolute;
		left: 0;
		bottom: -20px;
		left: 0px;
    	bottom: -51px;
	}
	#FigureSec .Ficha IMG{
		width:50%;
	}
	#FigureSec FIGURE IMG.Arrow{
		max-width:115px;
		width:115px !important;
	}
	.Separator IMG{
		width:130px;
	}
	#Feaut .container{
		border:none;
		padding:0;
	}
	#Feaut FIGURE{
		padding: 0 0 30px;
	}
	.flex-parent{
		width:100%;
		display:inline-block;
	}
	.flex-child {
		width: 100%;
		display: inline-block;
		text-align:center;
		position:relative;
	}
	.WrapInfo{
		padding: 30px 30px 0;
	}
	#Tools,
	#Tools.Print{
		padding:50px 0;
		background-size:100%;
	}
	#Tools .Ttl-02 {
   		font-size: 25px;
	}
	H3.Ttl-01{
		font-size: 52px;
	}
	P.Txt{
		font-size: 17px;
    	line-height: 24px;
		text-align:center;
	}
	#Standard{
		padding:50px 0px 50px;
	}
	#Valid{
		padding:50px 0 50px;
	}
	H4.Ttl-02{
		text-align:center;
	}
	.WrapFicha {
    	width: 100%;
	}
	.WrapFicha .flex-child{
		width:100%;
	}
	.WrapFicha .flex-child:nth-child(n+5){
		margin-bottom:30px;
	}
	.WrapFicha .flex-child:nth-child(6),
	.WrapFicha .flex-child:nth-child(7){
		width:50%;
	}
	.WrapFicha H4,
	.Icn + .Ttl.Bot{
		font-size:16px;
		line-height:24px;
	}
	#WrapPrint{
		padding:50px 0px;
	}
	.WrapLogo{
		margin:50px 0 0;
		padding: 25px 0;
	}
	.WrapLogo IMG{
		height: 50px !important;
		width: auto !important;
		max-height: 90px !important;
		max-width: initial !important;
	}
	.WrapLogo.V02 IMG{
		height: auto !important;
		width: 100% !important;
		max-height: none !important;
		max-width: none !important;
	}
	.MarginTop-100 {
		margin-top: 60px;
	}
	.Tones .flex-child {
		margin: 0 0 50px;
	}
	.Cate .flex-child{
		margin:0 0 45px;
	}
	#ToolS.Umbraco{
		padding: 70px 0px;
	}
	#ToolS.Umbraco H4{
		font-size:45px;
	}
	#ToolS.Umbraco .BxTool.Auto{
		width:auto;
		height:auto;
		padding:30px 0;
		margin:0 18px;
		display:block;
	}
	#ToolS.Umbraco .BxTool{
		width:140px;
		height: 170px;
		padding:40px 0 0;
	}
	#Scrollbar{
		padding:50px 0;
	}
	#Scrollbar .Tags{
		margin:50px 0;
	}
	/*.WrapDevice{
		transform-origin: center center;
		
		-ms-transform: scale(0.75,0.75); /* IE 9 * /
		-webkit-transform: scale(0.75,0.75); /* Safari * /
		transform: scale(0.75,0.75); /* Standard syntax * /
	}*/
	.WrapDevice{
		width:300px;
		height: 493px;
		background-size: contain !important;
		padding:0;
		/*padding:18% 9% 0 0;*/
		max-width:300px;
		margin:0;
		
		/*-webkit-box-shadow: 0 100px 100px 1px #030303;
		box-shadow: 0 100px 100px 1px #030303;*/
	}
	.CelShdw{
		width:100%;
		background:url(../img/bg-cel-sh.png) center bottom no-repeat;
		background-size: 100%;
		position: absolute;
		left: 0;
		bottom: -4px;
	}
	.project-maquette{
		width:234px;
		height:409px;
		overflow:hidden;
		position: absolute;
		top: 62px;
		right: 33px;
	}
	.WrapDevice IMG{
		max-width:100%;
	}
	.mCSB_scrollTools {
    	right: -46px !important;
	}
	/*Trabajos*/
	#SuperSlider{
		
	}
	.tp-caption.tp-hidden-caption {
		visibility: visible !important;
		display: inline-block !important;
	}
	#TransformSl{
		padding:50px 0px;
	}
	#TransformSl .flex-child:last-child{
		width:100%;
	}
	.ares.tp-bullets{
		top:95% !important;
	}
	#itemlist{
		height:280px;
	}
	#itemlist IMG{
		max-width:95%
	}
	#itemlist img.item-0{
		transform: scale(0.8);
	}
	#itemlist img.item-1{
		right: 45px;
		transform: scale(0.7);
	}
	#itemlist img.item-2{
		right: 86px;
		transform: scale(0.6);
	}
	#itemlist img.item-3{
		display:none;
	}
	#itemdescription{
		text-align:center;
	}
	#itemdescription span {
    	font-size: 34px;
	}
	/**/
	#ToolS{
		padding:80px 0px 30px;
	}
	#ToolS .BxTool{
		margin:0 auto 70px;
	}
	#ToolS.Amx01{
		background:#202647;
		background-image:none;
	}
	/**/
	.SlickWrap FIGURE{
		margin:0 15px;
	}
	#FullImg{
		padding-bottom:50px;
	}
	#FullImg IMG{
		max-width:100%;
	}
	#Slick{
		padding:0 0 50px;
	}
	#FlipBook{
		width: 100%;
		padding:0 0 60px;
		margin:0 auto;
		overflow:visible;
	}
	#canvas{
		width:100%;
	}
	.magazine-viewport{
		width:50% !important;
		height:280px !important;
	}
	#Pages{
		padding:60px 0;
	}
	#FlipBook IMG{
		width:100% !important;
		height: auto;
		object-fit: contain;
	}
	#TblScroll {
		padding: 70px 0px 40px;
	}
	.WrapIpad{
		height: 198px;
		background-size: cover;
		width: 83%;
		margin: 0 auto;
		float: none;
		padding:12px 10% 0px 9%;
		display: block;
		background-size: 100% !important;
		/**/
		width:320px;
		height:230px;
		position:relative;
	}
	.WrapIpad .project-maquette{
		height: 176px;
		width: 242px;
		position: absolute;
		top: 19px;
		left: 38px;
	}
	.WrapIpad .mCSB_scrollTools {
		right: -58px !important;
	}
	.GrillaLogo.DF .WrapLogo{
		margin:0;
		border:none;
	}
	.GrillaLogo.DF .WrapLogo.BorderRight-0{
		border-top:1px solid #ed2064;
	}
	.GrillaLogo.DF .WrapLogo.V02 IMG{
		max-width:80% !important;
	}
	/**/
	.LightBlue DIV{
		text-align:center;
	}
	.WrapButt:last-child{
		margin-top:50px;
		width: 70%;
	}
	#Gall-3d{
		padding:50px 0;
	}
	
	.dg-container{
		width: 100%;
		height: 170px;
		position: relative;
	}
	.dg-wrapper{
		width:163px;
		height: 165px;
		margin: 0 auto;
		position: relative;
		-webkit-transform-style: preserve-3d;
		-moz-transform-style: preserve-3d;
		-o-transform-style: preserve-3d;
		-ms-transform-style: preserve-3d;
		transform-style: preserve-3d;
		-webkit-perspective: 100px;
		-moz-perspective: 100px;
		-o-perspective: 100px;
		-ms-perspective: 100px;
		perspective: 100px;
	}
	.dg-wrapper a{
		width:163px;
		height: 165px;
		display: block;
		position: absolute;
		left: 0;
		top: 0;
		/*background: transparent url(../img/_sec-fe/works/screens/browser.png) no-repeat top left;*/
		box-shadow: 0px 10px 20px rgba(0,0,0,0.3);
		border-radius:10px;
		-moz-border-radius:10px;
		-webkit-border-radius:10px;
		background-size:100%;
	}
	#Gall-3d IMG{
			width:163px;
			height:165px !important;
		}
		
		/**/
	#Cart{
		padding-bottom:40px;
	}
	#Cart FIGURE IMG{
		margin-top: 20px;
		max-width: 100%;
	}
	#ToolS.Umbraco .BxTool {
		margin: 0 auto 10px;
	}
	#WrapPrint FIGURE{
		margin:0;
	}
	.SlickFullSlide .slick-dots li button{
		width:20px;
		height:20px;
		border: 2px solid #565d66;
	}
	.SlickFullSlide .slick-dots {
		bottom: -57px;
	}
	.Patt02{
		background-size:2%;
	}
	/**/
	.GiScreen {
		width: 44%;
		margin: 0 2%;
	    vertical-align: top;
	}
	.GiScreen P{
		margin:30px 0px 0px;
	}
	.ia-container{
		height:auto;
	}
	.ia-container figure{
		box-shadow: -7px 0px 40px 0px rgba(0,0,0,0.5);
		-moz-box-shadow: -7px 0px 40px 0px rgba(0,0,0,0.5);
		-webkit-box-shadow: -7px 0px 40px 0px rgba(0,0,0,0.5);
	}
	.Refe{
		font-size:25px;
	}
	.Refe IMG{
		max-width:50% !important;
	}
	#WrapPrint.Title {
		padding-bottom: 20px;
	}
	IMG.LogoPix{
		max-width:70% !important;
		margin-bottom:30px;
	}
	.GrillaLogo .col-xs-6{
		width:100%;
		display:inline-block;
		padding:0;
	}
	.Dark .col-xs-6:first-child .WrapLogo{
		padding-left:15px;
	}
	/**/
	#TransformSl.Persp45{
		padding:0;
	}
	.coverflow-list .coverflow-item .album-cover{
		height: 213px;
	}
	.coverflow-list .coverflow-item .album-cover img {
		height: 215px;
		width: 170px;
	}
	.main-container .controls {
    	margin: 20px auto 40px;
	}
	/**/
	#FigureSec FIGURE.SaPatt{
    	width: 200%;
	}
	#FigureSec FIGURE.SaPatt IMG{
	    -ms-transform: translate(-25%,0%);
		-webkit-transform: translate(-25%,0%);
		transform: translate(-25%,0%);
	}
	/**/
	#CargaData{
		background-image:url(../img/_sec-fe/works/teletica/04.jpg);
		background-repeat:no-repeat;
		padding: 50px 0px 10px;
		background-size: 180%;
		background-position: center bottom;
		
		background-image: -webkit-gradient(
			linear,
			right top,
			right top,
			color-stop(0, #80A76E),
			color-stop(0.71, #01142B)
		);
		background-image: -o-linear-gradient(right top, #80A76E 0%, #01142B 71%);
		background-image: -moz-linear-gradient(right top, #80A76E 0%, #01142B 71%);
		background-image: -webkit-linear-gradient(right top, #80A76E 0%, #01142B 71%);
		background-image: -ms-linear-gradient(right top, #80A76E 0%, #01142B 71%);
		background-image: linear-gradient(to right top, #80A76E 0%, #01142B 71%);
	}
	#CargaData H4{
		font-size:45px;
		line-height:45px;
	}
	#CargaData Figure IMG{
		width:80%;
		margin: 0 auto;
	}
	#CargaData .BgMbl-TT{
		width:100%;
		height:350px;
		background:url(../img/_sec-fe/works/teletica/04.png) left bottom;
		background-size:140%;
	    margin: 30px 0px 0 15px; 
	}
	#DskYmbl{
		padding:50px 0 0;
	}
	.Devices{
		overflow:hidden;
		padding:50px 0px 0px;
	}
	.Devices .project-maquette{
		width: 100%;
		height: 206px;
		position: absolute;
		top: 16px;
		left: 0;
	}
	.Mac{
		width:320px;
		margin:0px auto 50px;	
	}
	.Mac .WrapMc{
		/*width: 320px;
		height: 240px;
		background-size:320px auto;
		padding: 0;*/
		width: 320px;
		height: 240px;
		background-size: 378px;
		padding: 0;
		background-position: -34px -7px;
	}
	.Mac #mCSB_1_scrollbar_vertical{
		bottom:0;
	}
	.Tel {
		width:409px;
		right: initial;
		bottom: initial;
		position: relative;
		margin:0 0 0 -20px;
	}
	.Tel .WrapDevice{
		width: 400px;
		padding: 0px;
		margin: 0 auto;
		background-size: 392px auto !important;
		background-position: -57px -16px;
	}
	#GmapsTT{
		padding:50px 0px;
	}
	IMG.inlineMbl{
		display:inline-block;
	}
	.Devices .Tel .project-maquette {
		width: 260px;
		height: 444px;
		top: 95px;
		left: 18px;
	}
	.img-responsive{
		/*display:inline-block !important;*/
	}
	.imgMax-100{
		max-width:100%;
	}
	.mTop-neg{
		margin-top:0;
	}
	.GrayPatt{
		background-size: 40%;
	}
	.Square {
		width: 16%;
		margin: 0 2%;
	}
	/**/
	#ToolS.Umbraco H4, #ToolS H4{
		font-size:45px
	}
	.Max-65, .Max-55{
		max-width: 100%;
	}
	.Hooks .Tags H5{
		width: 47%;
		margin: 0 0 25px;
		font-size: 16px;
	}
	
	
	
	
}


/*******************************************************************************/
@media screen and (min-width:500px) and (max-width:768px) {
	
	BODY{
		background:#F9C;
	}
	
	
	
	
	
	
}

@media screen and (min-width:768px) and (max-width:992px){
	
	BODY{
		background:#99C;
	}
	
}

@media screen and (min-width:992px) and (max-width:1200px){
	
	BODY{
		background:#C60;
	}
	
}