
/*=========== CUSTOM HOME ===============*/
.st-home-1 {
	font-weight: 300;
}
.st-home-1 .title,
.st-home-1 .heading {
	font-weight: 300;
}
.st-home-1 .heading {
	font-size: 56px;
	line-height: 56px;
}
.css3-effect .st-home-1 .heading {
	-webkit-animation: moveleft 1s;
	-moz-animation: moveleft 1s;
	-o-animation: moveleft 1s;
	-ms-animation: moveleft 1s;
	animation: moveleft 1s;	
}
.st-home-1 strong {
	font-size: 18px;
	font-weight: 300;
}
.st-home-1 .title {
	font-size: 20px;
	padding: 19px 0 0 0;
	line-height: 23px;
	margin: 0;
}
.st-home-1 p {
	font-size: 13px;
	padding: 20px 0;
}
.st-home-1 .hint {
	padding-left: 99px;
	position: relative;
	min-height: 85px;
	margin: 10px 0;
}
.css3-effect .st-home-1 .hint {
	-webkit-animation: moveleft 1s;
	-moz-animation: moveleft 1s;
	-o-animation: moveleft 1s;
	-ms-animation: moveleft 1s;
	animation: moveleft 1s;	
}
.st-home-1 .hint p {
	padding: 0;
}
.st-home-1 .icons-rocket {
	background-color: #2A6496;
	border-radius: 5px;
}
.st-home-1 .icons-setting,
.st-home-1 .icons-rocket {
	border-radius: 78px;
	height: 70px;
	width: 70px;
	display: block;
	box-shadow: 0 0 1px #acacac;
	border: 5px solid #fff;
	position: absolute;
	left: 0;
}
.st-home-1 .icons-rocket {
	background: url(../images/icon-rocket.png) no-repeat center center #2A6496;
}
.st-home-1 .icons-setting {
	background: url(../images/icon-setting.png) no-repeat center center #2A6496;
}
.css3-effect .st-home-1 .icons-rocket {
	-webkit-animation: rocket 4s infinite;
	-moz-animation: rocket 4s infinite;
	-o-animation: rocket 4s infinite;
	-ms-animation: rocket 4s infinite;
	animation: rocket 4s infinite;
}
.css3-effect .st-home-1 .icons-setting {
	-webkit-animation: rotate 7s linear infinite;
	-moz-animation: rotate 7s linear infinite;
	-o-animation: rotate 7s linear infinite;
	-ms-animation: rotate 7s linear infinite;
	animation: rotate 7s linear infinite;
}
.st-home-1 .title,
.st-home-1 .heading {
	color: #df2e37;
}
.css3-effect .st-home-1 .hint:hover .icons-rocket,
.css3-effect .st-home-1 .hint:hover .icons-setting {
	border-color: #df2e37;
	transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
}
.css3-effect .st-home-1 .hint:hover [class*="icons-"] {
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	-o-transition: all 0.6s;
	-ms-transition: all 0.6s;
}
.css3-effect .st-home-1 .hint [class*="icons-"] {
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	-o-transition: all 0.6s;
	-ms-transition: all 0.6s;
}
/*=========== HOME - Service ==============*/
#avatar-full-3-block {
	background-color: #f0f0f0;
	padding: 60px 0;
}
.st-services {
	text-align: center;
}
.st-services [class*="icons-"] {
	border-radius: 100px;
	height: 98px;
	width: 98px;
	display: block;
	box-shadow: 0 0 1px #acacac;
	border: 1px solid #ddd;
	margin: 0 auto 40px;
	box-shadow: inset 0px 14px 28px #ddd;
	position: relative;
}
.st-services [class*="icons-"]:before {
	content: ' ';
	display: block;
	box-shadow: 2px -12px 22px #fff;
	border-radius: 100px;
	height: 98px;
	width: 98px;
}
.st-services [class*="icons-"]:after {
	content: ' ';
	box-shadow: 0px 23px 40px #ccc;
	border-radius: 100px;
	height: 98px;
	width: 98px;
	z-index: 0;
	position: absolute;
	top: 0;
	left: 0;
}
.st-services .icons-crop {
	background: url(../images/icon-crop.png) no-repeat center 30px;
}
.st-services .inner:hover .icons-crop {
	background-position: center -90px;
} 
.st-services .icons-cmd {
	background: url(../images/icon-cmd.png) no-repeat center 30px;
}
.st-services .inner:hover .icons-cmd {
	background-position: center -90px;
}
.st-services .icons-mail {
	background: url(../images/icon-mail.png) no-repeat center 29px;
}
.st-services .inner:hover .icons-mail {
	background-position: center -90px;
}
.st-services .inner:hover [class*="icons-"] {
	background-color: #df2e37;
	box-shadow: 0 0 1px #ccc;
	border: 5px solid #fff;
}
.css3-effect .st-services .inner:hover [class*="icons-"] {
	transform: translate(0, -10px);
	-webkit-transform: translate(0, -10px);
	-moz-transform: translate(0, -10px);
	-o-transform: translate(0, -10px);
	-ms-transform: translate(0, -10px);
	
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	-o-transition: all 0.6s;
	-ms-transition: all 0.6s;
}
.css3-effect .st-services .inner [class*="icons-"] {
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	-o-transition: all 0.6s;
	-ms-transition: all 0.6s;
}
.st-services .inner:hover [class*="icons-"]:before,
.st-services .inner:hover [class*="icons-"]:after {
	opacity: 0;
	filter:alpha(opacity=0); 
}
.st-services h1 {
	font-size: 22px;
	text-shadow: 0 1px 1px #fff;
	text-transform: uppercase;
}
.st-services p {
	font-size: 12px;
	text-shadow: 0 1px 1px #fff;
	font-weight: 300;
}
/*=========== HOME 1 ======================*/
.st-home-2 img {
	border: 5px solid #f0f0f0;
	float: left;
	margin: 0 20px 20px 0;
}
.galleria-container {
	background: none;
}
.galleria-stage {
	border: 5px solid #f0f0f0;
	bottom: 100px !important;
}
.galleria-thumbnails-container {
	bottom: 40px !important;
}
.galleria-thumbnails .galleria-image {
	border: 5px solid #F0F0F0;
	height: 80px;
	width: 100px;
}
.galleria-thumb-nav-right:hover, .galleria-thumb-nav-left:hover {
	background-color: transparent !important;
}
.galleria-thumb-nav-right, .galleria-thumb-nav-left {
	background-image: url(../images/galleria-nav.png);
	width: 25px;
	height: 60px;
	top: 10px;
}
.galleria-thumb-nav-right {
	background-position: right 23px;
}
.galleria-thumb-nav-left {
	background-position: left 23px;
}
.galleria-thumb-nav-right:hover {
	background-position: right -85px;
}
.galleria-thumb-nav-left:hover {
	background-position: left -85px;
}
.galleria-info-link, .galleria-info-close {
	display: none;
}
.galleria-info {
	bottom: 105px;
	top: auto;
	width: 95%;
	opacity: 0.8;
	filter: alpha(opacity=80);
}
.galleria-info-text,
.galleria-info-title,
.galleria-info-description {
	display: block;
	background-color: #DF2E37;
} 
.galleria-info-title {
	font-size: 22px;
	font-style: normal;
	text-transform: uppercase;
	color: #fff;
}
.galleria-info-description {
	font-size: 12px;
	font-style: normal;
	color: #fff;
	line-height: 23px;
}
.st-senior-member .image img {
	border: 5px solid #f0f0f0;
}
.st-senior-member .inner {
	padding: 3px;
}
.st-senior-member .st-news-horizonal .inner .title {
	font-weight: 700;
	font-size: 18px;
	margin: 16px 0 6px;
	line-height: 20px;
	text-transform: uppercase;
}
.st-senior-member .title strong {
	display: block;
	color: #df2e37;
	font-size: 13px;
	font-weight: 300;
}
.st-senior-member .inner:hover {
	transform: translate(0px, -10px);
	-webkit-transform: translate(0px, -10px);
	-moz-transform: translate(0px, -10px);
	-ms-transform: translate(0px, -10px);
	-o-transform: translate(0px, -10px);
} 
.css3-effect .st-senior-member .inner,
.css3-effect .st-senior-member .inner:hover {
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	-ms-transition: all 0.6s;
	-o-transition: all 0.6s;	
}
/*=========== CUSTOM BANNER ===============*/
.mirror  {
	display: none;
}
.css3-effect .mirror {
	display: block;
	background: rgba(255, 255, 255, .2);
	transform: translate(-119% , 0) skew(-45deg);
	-moz-transform: translate(-119% , 0) skew(-45deg);
  	-webkit-transform: translate(-119% , 0) skew(-45deg);
  	-ms-transform:  translate(-119% , 0) skew(-45deg);
  	-o-transform: translate(-119% , 0) skew(-45deg);
  	
  	transition: all .6s ease-in-out;
	-webkit-transition: all .6s ease-in-out;
	-moz-transition: all .6s ease-in-out;
	-ms-transition: all .6s ease-in-out;
	-o-transition: all .6s ease-in-out;
	
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	position: absolute;
}
article .image-intro,
.catItemImage {
	overflow: hidden;
	position: relative;
}
.css3-effect .image-intro:hover .mirror,
.css3-effect .catItemImage:hover .mirror {
	transform: translate(119% , 0) skew(-45deg);
	-moz-transform: translate(119% , 0) skew(-45deg);
  	-webkit-transform: translate(119% , 0) skew(-45deg);
  	-ms-transform:  translate(119% , 0) skew(-45deg);
  	-o-transform: translate(119% , 0) skew(-45deg);
}

/*====== 404 Page ====*/
.error-404-page {
	margin: 100px auto;
}
.error-404-image {
	background: url(../images/404.png) no-repeat;
	height: 245px;
	width: 133px;
	float: right;
	margin: 0 20px 0 0;
}
.error-404-desc h1 {
	font-size: 36px;
	margin: 0;
}
.error-404-desc > * {
	margin: 20px 0;
}
.error-404-desc input {
	min-width: 300px;
	margin: 0;
	padding: 8px;
	border-radius: 0;
	box-shadow: none;
	color: #999;
}

/* SOCIAL BUTTON */
.st-social-button a {
	height: 18px;
	width: 18px;
	background: url(../images/social.png) no-repeat transparent;
	display: inline-block;
	text-indent: -9999px;
	margin: 20px 20px 20px 0;
}
.st-social-button .twitter {
	background-position: -40px 0px;
}

.solucoes-title h1 {
    margin-bottom: 50px;
    text-align: center;
}

.solucoes-lista {
    font-size: 16px;
    list-style: none outside none;
    padding: 0;
}

.solucoes-lista li {
    margin-bottom: 25px;
}

.solucoes h1, .solucoes h2, .solucoes h3, .solucoes h4, .solucoes .solucoes-lista li i {
    color: #EF5656;
}

.solucoes-espec {
    margin-top: 20px;    
    top:50%;
    left:50%;
}

.solucoes-espec a {
    color: #333333;
}
.solucoes-espec-box:hover a {
    color: #999999;
    text-decoration: none;
}
.solucoes-espec-box {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #EEEEEE;
    border-color: #F49292;
    border-image: none;
    border-radius: 5px 5px 5px 5px;
    border-style: solid;
    border-width: 1px 1px 5px;
    height: 140px;
    margin: 20px 0;
    padding: 20px 0;
}

.quemsomos-title h1 {
    margin-bottom: 50px;
    text-align: center;
}

.quemsomos-lista {
    font-size: 16px;
    list-style: none outside none;
    padding: 0;
}

.quemsomos-lista li {
    margin-bottom: 15px;
}

.quemsomos h1, .quemsomos h2, .quemsomos h3, .quemsomos h4, .quemsomos .quemsomos-lista li i {
    color: #EF5656;
}

.btn-primary2 {
  color: #fff;
  background-color: #EF5656;
  border-color: #EF5600;
}

.infoclientetopo {
    margin-top: 51px !important;
    
    background-color: #D1CBCC !important;
    color: #000000;
}