/*CSS Document*/

@font-face {
    font-family: 'trendex_light_ssiextra_light';
    src: url('../fonts/trendex_light_ssi_extra_light-webfont.eot');
    src: url('../fonts/trendex_light_ssi_extra_light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/trendex_light_ssi_extra_light-webfont.woff') format('woff'),
         url('../fonts/trendex_light_ssi_extra_light-webfont.ttf') format('truetype'),
         url('../fonts/trendex_light_ssi_extra_light-webfont.svg#trendex_light_ssiextra_light') format('svg');
    font-weight: normal;
    font-style: normal;
}


.clearFix:after {
	content: '';
	visibility: hidden;
	display: block;
	clear: both;
}


#fundo0{background-image: url('../images/slideshow/slide-recuperacao-dados-aniversario.jpg');
}
#fundo{background-image: url('../images/slideshow/slideshow_bg1.jpg');
}
#fundo2{background-image: url('../images/slideshow/slideshow_bg2.jpg');
}
#fundo3{background-image: url('../images/slideshow/slideshow_bg3.jpg');
}
#fundo4{background-image: url('../images/slideshow/slideshow_bg4.jpg');
}
#ascrail2000 {
	z-index: 99999999 !important;
	background-color: #1C2D4D;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

a, a:hover {
	color: #000;
}

.tp-caption.large_text {
	font-family: 'Dosis', sans-serif;
	font-size: 57px;
	font-weight: 200;
	line-height: 65px;
}

.tp-caption.large_text span {
	font-family: 'Dosis', sans-serif;
	font-weight: 600;
}




.tp-caption.contactText {
	font-family: 'Dosis', sans-serif;
	font-weight: 200;
	font-size: 21px;
	line-height: 24px;
}

.tp-caption.contactLink a {
	line-height: 1em;
	font-family: 'trendex_light_ssiextra_light';
	font-size: 20px;
	color: #fff;
	text-transform: uppercase;
	border: 1px solid white;
	padding: 15px 35px 13px 35px;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	-ms-transition: all 0.4s;
	transition: all 0.4s;
}

.tp-caption.contactLink a:hover {
	color: #FF0000;
	background-color: #fff;
}

/*Header Styles*/

#header {
	border-top: 3px solid #FF0000;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 888;
	background: #fff;
	-webkit-box-shadow: 5px 0 3px rgba(0, 0, 0, 0.2);
	box-shadow: 5px 0 3px rgba(0, 0, 0, 0.2);
}

.logoHolder a {
	line-height: 103px;
	display: block;
}

.langSwitcher  {
	color: #888;
	float: right;
	font-size: 11px;
	margin-top: 10px;
	padding-right: 0.6em;
	text-transform: uppercase;
}
.langSwitcher a:hover {
	color: #BBB;
}

.loginModule  {
	color: #F00;
	float: right;
	font-size: 11px;
	font-weight: bold;
	margin-top: 9px;
	padding-right: 30px;
	text-transform: uppercase;
}
.loginModule a {
	color: #F00;
}
.loginModule a:hover {
	color: #35365E;
}


#nav {
	float: right;
}

#nav > li {
	display: inline-block;
	margin-right: 28px;
	line-height: 74px;
	position: relative;
}

#nav li ul {
	position: absolute;
	top: 100%;
	width: 300px;
	left: -25px;
	margin: 0;
	padding: 0;
	display: none;
	z-index: 100;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-ms-transition: all 0.2s;
	transition: all 0.2s;
}

#nav li ul li {
	width: 100%;
}

#nav li ul li a {
	background-color: #fcfafa;
	border-bottom: 1px solid rgba(0,0,0,0.1);
	color: #2D3032;
	display: block;
	font-weight: normal;
	height: 100%;
	line-height: 38px;
	padding: 5px 0 5px 25px;
	width: 100%;
}

#nav li ul li a:hover {
	background-color: #1C2D4D;
	color: #FFFFFF;
}

#nav li:hover ul {
	display: block;
}

#nav li:last-child {
	margin-right: 0;
}

#nav > li a {
	color: #545757;
	font-size: 17px;
	font-family: 'Dosis', sans-serif;
	font-weight: 600;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	-ms-transition: all 0.4s;
	transition: all 0.4s;
}

#nav li a:hover {
	color: #FF0000;
}

.withDropdown {
	background-image: url('../images/dropDownMenu.png');
	background-position: right center;
	background-repeat: no-repeat;
	padding-right: 16px;
}

select {
	-webkit-appearance: button;
	-webkit-border-radius: 2px;
	-webkit-padding-end: 20px;
	-webkit-padding-start: 2px;
	-webkit-user-select: none;
	background-position: center right;
	background-repeat: no-repeat;
	border: 1px solid #AAA;
	color: #555;
	font-size: inherit;
	margin: 0 auto;
	margin-bottom: 10px;
	overflow: hidden;
	padding-top: 2px;
	padding-bottom: 2px;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 80%;
	height: 40px;
	z-index: 7050;
	background-image: url('../images/responsive-nav-bg.png');
}

/* Second Level Dropdown - by RIO */

.secondDropdown{ 
	position: relative;
}
.dropdown-arrow {
    float: right;
    font-weight: bold;
    margin-right: 12px;
}
#nav li ul .secondDropdown ul { 
    display: none;
	left: 100%;
	position: absolute;
	top: 0;
    z-index: 999;
}
#nav li ul .secondDropdown:hover ul { 
	display: block;
}


/*Content Area Styles*/

.welcomeHolder h2, .welcomeHolder p {
	text-align: center;
}

.welcomeHolder h2 {
	font-size: 34px;
	color: #888686;
	font-family: 'Dosis', sans-serif;
	font-weight: 600;
	letter-spacing: 25px;
	text-transform: uppercase;
	margin-top: 40px;
	background: url('../images/titleBorderMid.png');
	background-repeat: no-repeat;
	background-position: 48.5% bottom;
	padding-bottom: 15px;
}

.welcomeHolder p, .clientsIntro p, .contactsIntro p {
	font-size: 19px;
	color: #a8a8a8;
	font-family: 'Dosis', sans-serif;
	font-weight: normal;
	letter-spacing: 2px;
}

.welcomeHolder p span, .clientsIntro p span, .contactsIntro p span {
	color: #000;
}

.services {
	padding-top: 5px;
}

.services .serviceHolder {
	padding-right: 35px;
	padding-left: 35px;
	border: 1px solid transparent;
	padding-top: 20px;
	padding-bottom: 20px;
	-webkit-transition: all 0.9s;
	-moz-transition: all 0.9s;
	-o-transition: all 0.9s;
	-ms-transition: all 0.9s;
	transition: all 0.9s;
}

.services .serviceHolder:hover {
	border: 1px solid #BBB;
}

.serviceHolder a {
	position: relative;
	background-color: #f3f2f2;
	border-radius: 74px;
	line-height: 150px;
	display: block;
	width: 150px;
	height: 150px;
	margin: 0 auto;
	text-align: center;
}

.serviceHolder a.noBgc {
	background-color: transparent;
}

.serviceHolder a img {
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.serviceHolder a:hover img {
	-webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.serviceHolder h4, .serviceHolder p {
	text-align: center;
}

.serviceHolder h4 {
	color: #555353;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 19px;
	margin: 25px 0;	
	font-family: 'Dosis', sans-serif;
	font-weight: bold;
}

.serviceHolder p {
	color: #555353;
	font-size: 15px;
	font-family: 'PT Sans', sans-serif;
	line-height: 23px;
}


/*Features Section Styles*/

#noticias {
	padding-right: 20px;
}

.features {
	padding-top: 70px;
	padding-bottom: 40px;
}

.progressSkills .featureTitle {
	margin-bottom: 30px;
}

.featureTitle h4 {
	margin-bottom: 20px;
	color: #605c5c;
	font-family: 'Dosis', sans-serif;
	font-weight: bold;
	font-size: 19px;
    text-transform: uppercase;
}

.featureTitle h4 a {
	color: #FF0000;
}

.testiHolder {
	background-color: #ebebeb;
	padding: 33px;
	margin-bottom: 71px;
	position: relative;
}

.testiHolder > p {
	font-family: 'Dosis', sans-serif;
	font-weight: normal;
	line-height: 24px;
	font-size: 15px;
	color: #565454;
}

.testiHolder .testiPoster {
	position: absolute;
	bottom: -36px;
	left: 35px;
}

.testiHolder .testiPoster img {
	float: left;
	display: block;
	margin-bottom: 15px;
}

.testiHolder .testiPoster p {
	width: 100%;
	float: left;
	margin-bottom: 0;
	text-transform: uppercase;
	font-family: 'Dosis', sans-serif;
	font-weight: 600;
	font-size: 12px;
	color: #898686;
	line-height: 36px;
}

.testiHolder .testiPoster p:not(:last-child) {
	color: #FF0000;
}


/* News Section Styles*/

.newsHolder {
	font-family: 'Dosis', sans-serif;
}
.newsHolder h5 {
	color: #35365E;
	font-family: 'Dosis', sans-serif;
	margin-bottom: 16px;
	text-transform: uppercase;
}
.newsHolder time {
	color: #F00;
	font-size: 14px;
	text-transform: uppercase;
}


/*Recent Work Section Styles*/

.recWorkCont  {
	padding: 0 8px 20px 8px;
	margin-bottom: 25px;
	border-bottom: 1px solid #cccccc;
}

#recentWorks {
	padding: 0 15px;
}

#recentWorks .orbit-container {
	padding-bottom: 0;
}

.workHolder > a {
	background-color: #FFF;
	background-repeat: no-repeat;
	background-position: center center;
	border: 1px solid #EEE;
	display: block;
	height: 100px;
	margin-bottom: 4px;
	overflow: hidden;
	position: relative;
	text-align: center;
	width: 100%;
}

.workHolder > a span {
	background-color: #FF0000;
	background-color: rgba(255, 0, 0, 0.6);
	background-image:url('../images/parceiros-link.png');
	background-position: center center;
	background-repeat: no-repeat;
	color: #fff;
	display: block;
	font-family: 'Dosis', sans-serif;
	font-size: 50px;
	font-weight: bold;
	height: 100%;
	line-height: 60px;
	position: absolute;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
	z-index: 12;
	
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	-ms-transition: all 0.4s;
	transition: all 0.4s;
	
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
}

.workHolder > a:hover span {
	opacity: 1;
}

.workHolder > a img {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	position: absolute;
	max-height: 100%;
	
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	-ms-transition: all 0.4s;
	transition: all 0.4s;
}

.workHolder > a:hover img {
	opacity: 0.4;
}

.workSlider {
	padding-bottom: 20px;
}

.workSlider .workTitle {
	padding: 0;
}

.workTitle h4 {
	margin: 0;
	padding: 0;
	font-family: 'Dosis', sans-serif;
	font-weight: normal;
	font-size: 20px;
	line-height: 30px;
	float: left;
}

.workTitle h4 a {
	color: #2d2a2a;
}

.workTitle > a {
	display: block;
	float: right;
	margin-left: 10px;
	font-size: 9px;
	font-family: 'Dosis', sans-serif;
	font-weight: 600;
	color: #898686;
	line-height: 34px;
}

.workTitle > a.likes {
	margin-left: 0;
}

.workTitle a.comments:before {
	content: url('../images/commentsico.png');
	position: relative;
	top: 1px;
	padding-right: 5px;
}

.workTitle a.likes:before {
	content: url('../images/likesIco.png');
	position: relative;
	top: 1px;
	padding-right: 5px;
}

.workTitle p {
	clear: both;
	font-size: 11px;
	text-transform: uppercase;
	color: #898686;
	margin-bottom: 0;
}


/*Clients Section Styles*/

.cols_five {
	width: 18% !important;
}

.clientsIntro p { text-align: center; }

.clientsIntro h1, .contactsIntro h1,
.clientsIntro h2, .contactsIntro h2,
.clientsIntro h3, .contactsIntro h3 {
    color: #FF0000;
    font-weight: 600;
	font-family: 'Dosis', sans-serif;
    text-align: center;
    text-transform: uppercase;
}

.clientsIntro h2, .contactsIntro h2 {
	font-size: 43px;
	background: url('../images/titleBorderMid.png');
	background-repeat: no-repeat;
	background-position: bottom center;
	padding-bottom: 12px;
}

.clientsIntro h3, .contactsIntro h3 {
	font-size: 32px;
	width: 100%;
}

.clientHolder {
	padding-left: 0 !important;
	padding-right: 0 !important;
	overflow: hidden;
	position: relative;
	background-color: #FFF;
	border-radius: 5px;
	margin-right: 21px;
	margin-bottom: 21px;
}

.clientHolder a {
	display: block;
	position: relative;
	width: 100%;
	height: 149px;
}

.clientHolder:hover a {
	background-color: #FF0000;
}

.clientHolder a img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

.clientHolder:hover a img {
	opacity: 0;
}

.clientHolder p {
	position: absolute;
	left: -350px;
	font-family: 'Dosis', sans-serif;
	font-weight: 200;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	line-height: 24px;
	text-align: center;
	top: 50px;
	width: 100%;
	
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	-ms-transition: all 0.4s;
	transition: all 0.4s;
}
.clientHolder p em {
	font-size: 13px;
	font-weight: normal;
	text-transform: uppercase;
}
.clientHolder:hover p {
	left: 0px;
}


/*Footer Section Styles*/

.footerTop {
	margin-top: 25px;
	background: url('../images/footerPattern.png');
	padding-top: 30px;
}

.footerLogo {
	border-right: 1px solid rgba(255, 255, 255, 0.1);;
}

.footerLogo a {
	display: block;
	float: left;
	padding-right: 20px;
	padding-bottom: 10px;
}

.twitterContainer {
	padding-bottom: 30px;
}

.twitterFeed {
	position: relative;
}

.twitterFeed img {
	position: absolute;
	left: 40px;
	top: 60%;
	margin-top: -18px;
}

.twitterFeed .feed {
	padding-left: 136px;
}

.tweet_time a, .tweet_text a {
	color: #95120d;
	font-family: 'PT Sans', sans-serif;
	font-size: 15px;
}

.tweet_text {
	font-family: 'PT Sans', sans-serif;
	color: #fff;
}

.tweet_first {
	margin: 20px 0;
	margin-bottom: 10px;
	padding-bottom: 15px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.recentBlogPosts {
	padding-top: 30px;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.recentBlogPosts .postHolder p, .recentBlogPosts .postHolder h4 {
	border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.recentBlogPosts .postHolder:last-child p, .recentBlogPosts .postHolder:last-child h4 {
	border: none;
}


.postHolder img {
	display: block;
	float: left;
	margin-right: 23px;
	margin-bottom: 23px;
}

.postHolder h4, .postHolder p {
	overflow: hidden;
}

.postHolder h4 {
	font-weight: normal;
	margin: 0;
	padding: 0;
}

.postHolder h4 a {
	display: block;
	font-size: 15px;
	color: #fff;
	font-family: 'Dosis', sans-serif;
	font-weight: normal;
	text-transform: uppercase;
}

.postHolder p {
	color: #fff;
	font-family: 'Dosis', sans-serif;
	font-weight: normal;
	margin-bottom: 0;
	font-size: 13px;
}

.footerBott {
	background-color: #1C2D4D;
	padding: 22px 0;
}
#errorFooter {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
}
#footerNav li, #socials li {
	display: inline-block;
}
#footerNav li a {
	display: block;
	color: #fff;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 12px;
	padding-right: 5px;
	margin-right: 5px;
	border-right: 1px solid white;
	line-height: 1em;
}
#footerNav li:last-child a {
	border-right: none;
	margin-right: 0;
	padding-right: 0;
}

#socials {
	margin-top: 2px;
	text-align: center;
}
#socials li a {
	display: block;
	width: 25px;
	height: 25px;
	text-indent: -9999px;
	background-image: url('../images/socials.png');
	background-repeat: no-repeat;
	margin-right: 5px;
}
#socials li a:hover { opacity: 0.6; }
#socials h6 { color:#FFF; font-size:11px; }

#socials li a.face 		{ background-position: 7px 0; }
#socials li a.twitter 	{ background-position: -28px 0px; }
#socials li a.google 	{ background-position: -67px 0px; }
#socials li a.linked 	{ background-position: -104px 0px; }
#socials li a.vimeo 	{ background-position: -144px 0; }

.copyright p {
	float: right;
	margin: 0;
}

.copyright p {
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	margin-top: 3px;
}

#container li {
	display: block;
}

.footerLogo h4.bdrTitle {
	background-image: url('../images/bdrBott.png');
	background-repeat: no-repeat;
	background-position: left bottom;
}


/*HOMEPAGE 2 STyles*/

/*Get Container Section styles*/

.topClientsIntro {
	padding-top: 30px;
}

.getContainer {
	margin-top: 35px;
	margin-bottom: 50px;
	padding: 40px 0;
	background-image: url('../images/patternBig.png');
}

.getContainer .getInfo {
	padding-left: 60px;
	padding-top: 25px;
}

.getInfo h4 {
	margin-top: 0;
	font-size: 16px;
	font-weight: normal;
	font-family: 'Dosis', sans-serif;
	font-weight: 600;
	color: #474444;
	letter-spacing: 10px;
	text-transform: uppercase;
	margin-bottom: 35px;
}

.getInfo ul li {
	font-family: 'Dosis', sans-serif;
	font-weight: normal;
	color: #737373;
	font-size: 19px;
	border-bottom: 1px dashed #a7a7a7;
	padding: 10px 36px 10px 0;
	position: relative;
}

.getInfo ul li:last-child {
	border: none;
}

.getInfo ul li:after {
	content: url('../images/getArrow.png');
	position: absolute;
	right: 10px;
}

.ourSkills {
	margin-bottom: 15px;
}

.ourSkills .testimonialsHolder {
	border-right: none !important;
}


/*HOMEPAGE 3 Styles*/

.fullwidthbanner-container.fullHeightBanner {
	max-height: 100% !important;
	height: 100%;
}

.fullwidthbanner-container.fullHeightBanner .tp-bullets {
	visibility: visible;
	bottom: 120px;
	top: auto !important;
}


/*ABOUT PAGE STYLES*/

#topBanner {
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
    margin-top: 106px;
	padding: 40px 0;
}
.bg1 { background-image: url('../images/slideshow/slideshow_bg1.jpg'); }
.bg2 { background-image: url('../images/slideshow/slideshow_bg2.jpg'); }

#topBanner h1 {
	font-family: 'Dosis', sans-serif;
	font-weight: normal;
	color: #fff;
	font-size: 42px;
	text-align: center;
	background-image: url('../images/about/bannerTitleBorder.png');
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 10px;
}

#topBanner p {
	font-family: 'Dosis', sans-serif;
	font-weight: 200;
	font-size: 22px;
	color: #fff;
	line-height: 29px;
	text-align: center;
}

.workTitle a.socials {
	text-indent: -9999px;
	display: block;
	width: 11px;
	height: 11px;
	background-image: url('../images/about/socials.png');
	background-repeat: no-repeat;
	margin-top: 8px;
	margin-left: 10px;	
}

.workTitle a.Face {
	background-position: 0 0;
}

.workTitle a.Twitter {
	background-position: -13px 0;	
}

.workTitle a.Dribble {
		background-position: -33px 0;
}

.workTitle a.Face:hover {
	background-position: 0 -13px;
}

.workTitle a.Twitter:hover {
	background-position: -13px -13px;	
}

.workTitle a.Dribble:hover {
		background-position: -33px -13px;
}

.clientsIntro a {
	box-shadow: none;
	display: block;
	font-size: 19px;
	font-family: 'Dosis', sans-serif;
	font-weight: normal;
	color: #605c5c;
	text-align: center;
	border: 1px solid #FF0000;
	margin: 0 auto;
	width: 300px;
	padding: 12px 0;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	-ms-transition: all 0.4s;
	transition: all 0.4s;
}
.clientsIntro a:hover {
	background-color: #1C2D4D;
	border-color: #1C2D4D;
	color: #fff;
}

.contactsIntro a {
	color: #FF0000;
}
.contactsIntro a:hover {
	border-bottom: 1px dotted #F00;
	color: #1C2D4D;
}

.whoContainer {
	padding-top: 35px;
}

.aboutInfo h2 {
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 17px;
	color: #FF0000;
	text-transform: capitalize;
	padding-bottom: 5px;
	border-bottom: 1px solid #FF0000;
}

.aboutInfo p {
	margin-bottom: 0;
	margin-top: 22px;
	font-family: 'PT Sans', sans-serif;
	line-height: 23px;
	color: #605c5c;
}

.galleryAbout {
	padding-top: 30px;
	padding-left: 25px !important;
}

.galleryAbout .gallRow {
	margin-bottom: 15px;
}

.gallRow a, .blogImgs .columns a, .singleBlogGallery .large-6 a, .singleBlogGallery .large-12 a, .blogFull a {
	background-color: #FF0000;
	display: block;
	width: 100%;
	background-image: url('../images/about/magnifying-glass.png');
	background-repeat: no-repeat;
	background-position: center center;
}

.gallRow a img, .blogImgs .columns a img, .singleBlogGallery .large-6 a img, .singleBlogGallery .large-12 a img, .blogFull a img {
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	-ms-transition: all 0.4s;
	transition: all 0.4s;
	width: 100%;
}

.gallRow a:hover img, .blogImgs .columns a:hover img, .singleBlogGallery .large-6 a:hover img, .singleBlogGallery .large-12 a:hover img, .blogFull a:hover img {
	opacity: 0.2;
}

.circ_counter {
	position:relative;
/*	width: 32%;*/
	width: 150px;
	height: auto;
	display: inline-block;
	text-align: center;
	vertical-align: top;
}


.circ_counter .circ_counter_text_holder{
	position:absolute;
	top: 25px;
	left: 0;
	width: 100%;
	height: 50px;
	line-height: 50px;
	font-size: 23px;
	color: #1C2D4D;
	text-align: center;
	font-family: 'Dosis', sans-serif;
	font-weight: normal;
}
.circ_counter .circ_counter_desc{
	margin: 20px 6px 20px;
	font-size: 19px;
	font-family: 'Dosis', sans-serif;
	font-weight: normal;
	color: #2d2a2a;
	text-align: center;
}
.counter_percent_sign {
	position:relative;
	top: 0px;
	left: 2px;
	font-size: 23px;
	font-weight: normal;
	display: none;
}
.counter_percent_sign.shown {
	display: inline;
	}
/* Circ. Counter :: END */


/*Services Section*/

.foxDevices {
	padding: 25px 0;
	margin-bottom: 25px;
	border-bottom: 1px solid #cccccc;
}

.foxDevices p {
	text-align: right;
}

.foxDevices .columns:last-child p {
	text-align: center;
}

.foxDevices img {
	margin: 0 15px;
}

.servicesIntro {
	padding-top: 30px;
}

.blogFull {
	margin-top: 35px;
	margin-bottom: 10px;
}

.blogFull img {
	width: 100%;
}


.blogFullInfo {
	position: relative;
}

.blogFullInfo h3, .blogFullInfo h3 a {
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 20px;
	color: #636060;
}

.blogFullInfo .postInfo {
	padding: 0;
	padding-bottom: 15px;
}

.blogFullInfo .postInfo a {
	display: block;
	float: left;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 12px;
	color: #636060;
	padding-right: 10px;
	margin-right: 10px;
	border-right: 1px solid #636060;
}

.blogFullInfo .postInfo a:last-child {
	border-right: none;
}

.blogFullInfo p, .singlePar p {
	color: #9f9d9d;
	font-size: 14px;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.postDate {
	float: left;
	position: absolute !important;
	top: 0;
	left: -60px;
}

.postDate span {
	display: block;
	width: 49px;
	height: 29px;
	line-height: 29px;
	font-size: 17px;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	text-align: center;
}

.postDate span.pDay {
	color: #f57979;
	background-color: #ebebeb;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.postDate span.pMonth {
	color: #fff;
	background-color: #FF0000;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}

.blogImgs {
	margin-top: 10px;
	margin-bottom: 25px;
}

.blogImgs .columns {
	padding: 0;
}

.blogImgs .columns:first-child {
	padding-right: 15px;
}

.blogImgs .columns:last-child {
	padding-left: 15px;
}

.blogImgs .columns img {
	width: 100%;
}

.singleBlogRow {
	margin-bottom: 13px !important;
}

.singleBlogGallery .large-6 {
	padding: 0;
}

.singleBlogGallery .large-6 a, .singleBlogGallery .large-12 a {
	display: block;
	width: 100%;
}

.singleBlogGallery .large-6 a img, .singleBlogGallery .large-12 a img {
	display: block;
	width: 100%;
}

/*Blog Single Page Styles*/

.singleArchives {
	padding-bottom: 25px;
}

.blogSingleWrapp {
	padding-top: 30px;
}

.blogImgs .large-12 {
	padding: 0 !important;
}

.singleBlogInfo {
	padding-left: 60px;
	padding-top: 15px;
}

.singlePostDate {
	left: 0;
	top: 25px;
}

.blogSinglePar {
	padding-left: 60px;
}

.singleBlogGall {
	padding-left: 55px;
}

.singleBlogImg {
	margin-bottom: 10px !important;
}

.sideBar {
	padding-right: 35px !important;
}


h2.sidebarTitle {
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 17px;
	color: #545757;
	padding-bottom: 5px;
	border-bottom: 1px solid #FF0000;
	margin-bottom: 20px;
}

.categories .sidebarTitle {
	margin-bottom: 10px;
}

.categories ul li a {
	display: block;
	color: #7a7676;
	font-family: 'Dosis', sans-serif;
	font-weight: normal;
	padding: 5px 0;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	-ms-transition: all 0.4s;
	transition: all 0.4s;
}

.categories ul li a:hover {
	color: #f57979;
}

.categories ul li a:before {
	content: url('../images/catArrow.png');
	padding-right: 10px;
	position: relative;
	top: 2px;
}

.popularTags a {
	display: block;
	float: left;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 13px;
	color: #fff;
	background-color: #FF0000;
	border-radius: 3px;
	padding: 10px 20px;
	margin-right: 5px;
	margin-bottom: 7px;
	border: 1px solid transparent;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	-ms-transition: all 0.4s;
	transition: all 0.4s;
}

.popularTags a:hover {
	color: #FF0000;
	background-color: #eee;
	border-color: #FF0000;
}

.singleTesti {
	margin-right: 0;
}

.singleTestiwrapp {
	border-right: none !important;
	padding: 0 !important;
}

.sideBarRight {
	padding-right: 0 !important;
	padding-left: 35px !important;
}

.blogPostSection {
	padding-bottom: 15px;
	border-bottom: 1px solid #ebebeb;
	margin-bottom: 35px;
}

.pagi a {
	display: block;
	float: right;
	font-size: 21px;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	color: #636060;
	padding: 15px;
	background-color: #d7d7d7;
	border-radius: 5px;
	margin-bottom: 30px;
	margin-right: 10px;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	-ms-transition: all 0.4s;
	transition: all 0.4s;
}

.pagi a:hover {
	color: #FF0000;
}

.pricing-table .description, .pricing-table .bullet-item, .pricing-table .price, .pricing-table .title {
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	-ms-transition: all 0.4s;
	transition: all 0.4s;
}

.pricing-table:hover .description, .pricing-table:hover .bullet-item {
	color: #fff !important;
	background-color: #FF0000;
}

.pricing-table:hover .title {
	background-color: #FF0000;
	color: #fff;
}

.pricing-table:hover .price {
	background-color: #fff;
	color: #FF0000;

}

/*404 Page Style*/

.errorContainer {
	padding-top: 180px;
	
}

.errorBody {
	width: 100%;
	height: 100%;
	position: absolute;
	background-image: url('../images/404/bgImage.jpg');
	background-repeat: no-repeat;
	background-attachment: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.errorContent {
	padding: 15% 0;
}

.errorContent h1 {
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 60px;
	color: #fff;
}

.errorContent p {
	font-family: 'trendex_light_ssiextra_light';
	color: #fff;
	font-size: 55px;
	text-transform: uppercase;
}

.errorContent a {
	font-family: 'trendex_light_ssiextra_light';
	text-transform: uppercase;
	color: #fff;
	border: 1px solid white;
	padding: 20px 80px;
	display: block;
	float: left;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	-ms-transition: all 0.4s;
	transition: all 0.4s;
}

.errorContent a:hover {
	color: #FF0000;
	background-color: #fff;
}



/*Contact Page Styles*/

#googleMap img {
	width: 100%;
	display: block;
}

.widelist {
	font-family: 'Dosis', sans-serif;
	font-size: 18px;
	line-height: 20px;
	list-style-image: url('../images/getArrow.png');	
	list-style-position: outside;
	margin-left: 40px;
}
.widelist li {
	padding: 0 0 16px 14px;
}
.widelist li em {
	font-size: 14px;
}

.contactInfo {
	padding: 35px 0;
}
.contactInfo p {
	font-size: 17px;
	font-family: 'Dosis', sans-serif;
	font-weight: normal;
	line-height: 23px;
}
.contactInfo ul li {
	text-align: center;
	font-family: 'Dosis', sans-serif;
	font-weight: normal;
	font-size: 19px;
	color: #a19e9e;
}
.contactInfo ul li span {
	color: #000;
}

.orderInfo {
	padding: 35px 0;
}
.orderInfo p {
	font-size: 17px;
	font-family: 'Dosis', sans-serif;
	font-weight: normal;
	line-height: 23px;
}
.orderInfo ul li {
	text-align: left;
	font-family: 'Dosis', sans-serif;
	font-weight: normal;
	font-size: 19px;
	color: #a19e9e;
}
.orderInfo ul li span {
	color: #000;
}

.formContainer  { padding: 30px 18% 20px; }
.formContainer2 { padding: 0 18%; }

.formContainer label {
	font-family: 'Dosis', sans-serif;
	font-weight: normal;
	font-size: 17px;
	color: #3e3c3c;
	line-height: 35px;
}
.formContainer input[type="text"],
.formContainer input[type="email"],
.formContainer input[type="password"] {
	height: 42px;
	font-size: 18px;
	background-color: #dfdfdf;
}
.formContainer textarea {
	background-color: #dfdfdf;
	height: 195px;
	font-size: 18px;
}
.formContainer textarea:focus {
	background: #fff;
}
.formContainer button, .formbutton {
	float: right;
	font-family: 'Dosis', sans-serif;
	font-weight: normal;
	font-size: 17px;
	color: #fff;
	background-color: #FF0000;
	border-radius: 5px;
	border: none;
	font-weight: normal;
	box-shadow: 0 5px 0 0px #d8504b;
}
.formContainer h4 {
	font-weight: 600;
	font-family: 'Dosis', sans-serif;
	font-size: 24px;
	color: #FF0000;
	padding-bottom: 12px;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
}
.formContainer input[type="checkbox"], .formContainer input[type="radio"] {
	display: inline-block;
	float: left;
	height: 36px;
	margin-right: 15px;
	clear: both;
}
#preloaderForm {
	float: right;
}
#questionstatus {
	color: #1C2D4D;
	display: block;
	float: left;
	font-size: 18px;
	font-weight: 600;
	font-family: 'Dosis', sans-serif;
	margin: 20px 0;
	text-transform: uppercase;
}
.field_erro {
	background-color: #F66 !important;
	border: 1px solid #F00 !important;
}


/*Features*/

.featuresHolder {
	border-bottom: 1px solid #cccccc;
	margin-bottom: 25px;
}

.pricingPara {
	font-size:17px !important;
	line-height: 20px;
}

.pricing-table .title {
	font-family: 'Dosis', sans-serif;
	font-weight: 600;
	font-size: 32px;
	color: #3e3c3c;
    padding: 25px 0;
    text-transform: uppercase;
}

.pricing-table .price {
	font-family: 'Dosis', sans-serif;
	font-weight: 600;
}

.pricing-table .description {
	font-family: 'Dosis', sans-serif;
	font-weight: normal;
	font-size: 16px !important;
	color: #777777 !important;
}

.pricing-table .bullet-item {
	color: #777777;
	font-family: 'Dosis', sans-serif;
	font-weight: normal;
	font-size: 16px !important;	
}

button, .button {
	font-family: 'Dosis', sans-serif;
	font-weight: 600;
	font-size: 17px !important;
}

.pricingTitle {
	padding-top: 25px;
}

.pricingTablesContainer {
	padding-top: 15px;
}

.accordions {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

#accord {
    float: left;
    width: 100%;
}
#accord li a {
    display: block;
    padding: 10px 15px;
    font-size: 17px;
    color: #605c5c;
    background: #e1e1e1;
    border-bottom: 1px solid white;
    text-decoration: none;
    border-radius: 5px;
    padding-left: 55px;
    margin-bottom: 10px;
    position: relative;
}

.no-active:before {
	content: url('../images/features/accordion.png');
	position: absolute;
	left: 15px;
	top: 10px;
}

.activeAcc:before {
	content: url('../images/features/accordionActive.png');
	position: absolute;
	left: 15px;
	top: 10px;
}

#accord li ul {
    display: none;
    padding: 10px 0;
    margin: 0;
}

#accord li ul p {
	font-size: 15px;
	line-height: 21px;
	color: #605c5c;
	font-family: 'Dosis', sans-serif;
	font-weight: normal;
	padding-left: 30px;
	background-color: #fff;
	padding-top: 20px;
	padding-bottom: 10px;
}

#accord li ul li a {
    padding: 10px 25px;
    background: #ececec;
    border-bottom: 1px dotted #ccc;
}

.tabs {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

#tabs ul {
	width: 100%;
	float: left;
	
	border-radius: 5px;
}

#tabs ul li {
	float: left;
}

#tabs ul li a {
	font-family: 'Dosis', sans-serif;
	font-weight: normal;
	font-size: 17px;
	color: #605c5c;
	display: block;
	padding: 11px 15px;
	border-right: 1px solid #cdcdcd;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	-ms-transition: all 0.4s;
	transition: all 0.4s;
}

#tabs ul li:first-child a {
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

#tabs ul li a:hover {
	background-color: #FF0000;
	color: #fff;
}

#tabs div p {
	background-color: #fff;
	font-family: 'Dosis', sans-serif;
	font-weight: normal;
	color: #605c5c;
	margin-top: 10px;
	padding: 20px 30px;
	font-size: 15px;
	line-height: 21px;
	clear: both;
}

.accordionHolder {
	margin-top: 0 !important;
}

.accordionTitle {
	margin-bottom: 20px !important;
}

.buttonContainer button {
	float: left;
	margin-right: 10px;
}

.buttonContainer button.btn1 {
	padding: 10px !important;
}

.buttonContainer button.btn2 {
	padding: 15px !important;
}

.buttonContainer button.btn3 {
	padding: 20px !important;
}



/*Portfolio Styles*/

.filterMenu {
	padding-left: 55px !important;
}

.navForSmall {
	display: none;
}

.portfolioTitle {
	padding-top: 40px;
}

.portfolioCols {
    display:inline-block;
	padding: 10px 0 25px 0;
}

.portfolioCols li {
	display: inline-block;
    line-height: 1em;
    padding-bottom: 15px;
}

.portfolio3cols li {
	width: 345px;
}

.portfolioCols li a {
	display: block;
	padding-right: 20px;
	margin-right: 20px;
	border-right: 1px solid #a19e9e;
	font-size: 19px;
	font-family: 'Dosis', sans-serif;
	font-weight: normal;
	color: #605c5c;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	-ms-transition: all 0.4s;
	transition: all 0.4s;
}
.portfolioCols li a.active {
    color: #FF0000;
    font-weight: bold;
}

.portfolio3cols li a {
	padding-top: 60px !important;
	background-position: center 25px !important;
}

.portfolioCols li:last-child a {
	border-right: none;
}

.portfolioCols li a:hover {
	color: #f4797b;
}

.filterCategories {
	padding-top: 30px;
}

.portfolioRegular {
	width: 100%;
	overflow: hidden;
}

.portfolioRegular .item {
	margin-bottom: 20px;
}

.portfolioRegular li {
	position: relative;
}

.portfolioRegular li a {
	padding-top: 120px;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 90%;
	height: 90%;
	margin: 5%;
	margin-top: 17px;
	text-align: center;
	padding-left: 20px;
	padding-right: 20px;
	background-color: rgba(255,255,255,0.8);
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	-ms-transition: all 0.4s;
	transition: all 0.4s;

	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);

	background-image: url('../images/portfolio/hoverThumb.png');
	background-repeat: no-repeat;
	background-position: center 80px;
}

.portfolioRegular li a.colLink {
	margin-top: 11px;
}

.portfolioRegular li img {
	overflow: hidden;
	width: 100%;
}

.portfolioRegular li a h5 {
	font-family: 'Dosis', sans-serif;
	font-weight: normal;
	color: #FF0000;
	font-size: 21px;
}

.portfolioRegular li a p {
	color: #605c5c;
	font-family: 'Dosis', sans-serif;
	font-weight: normal;
	font-size: 17px;
	line-height: 23px;
}

.portfolioRegular li:hover a {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}


.masonryFilter li {
	margin: 5px;
	float: left;
	position: relative;
	width: 253px;
	border: 1px solid #d7d7d7;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}

.masonryFilter li > a {
	display: block;
	background-color: #FF0000;
	width: 100%;
}

.masonryInfo a.likes {
	position: absolute;
	right: 15px;
	top: -24px;
	font-family: 'Dosis', sans-serif;
	font-weight: 600;
	width: 48px;
	height: 48px;
	border-radius: 24px;
	text-align: center;
	line-height: 15px;
	font-size: 12px;
	padding-top: 7px;
	color: #fff;
	background-color: rgba(242,89,83,0.9);
}

.masonryFilter li img {
	display: block;
	width: 100%;
}

.masonryFilter li a h3 {
	font-size: 20px;
	font-family: 'Dosis', sans-serif;
	font-weight: normal;
	color: #0a0a0a;
	padding: 15px 10px 10px 10px;
	margin: 0;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	-ms-transition: all 0.4s;
	transition: all 0.4s;
}

.masonryFilter li p {
	font-family: 'Dosis', sans-serif;
	font-weight: normal;
	color: #605c5c;
	font-size: 12px;
	line-height: 17px;
	padding: 0 10px;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	-ms-transition: all 0.4s;
	transition: all 0.4s;
}

.masonryFilter li:hover h3, .masonryFilter li:hover p {
	color: #FF0000;
}

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

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

/**** Isotope Filtering ****/

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

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

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

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

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

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}

#singleOrbit .orbit-container {
	padding-bottom: 0;
}



#singleOrbit .orbit-container .orbit-next, #singleOrbit .orbit-container .orbit-prev {
	width: 64px;
	height: 64px;
}

#singleOrbit .orbit-container .orbit-prev {
	left: 0;
	bottom: 70px;
	top: auto;
}

#singleOrbit .orbit-container .orbit-next {
	left: 0;
	bottom: 0;
	top: auto;
	background-image: url('../images/portfolio-single-image/goNext.png');
}

#singleOrbit .orbit-container .orbit-prev {
	background-image: url('../images/portfolio-single-image/goPrev.png');
}

.singleInfo h2 {
	color: #FF0000;
	font-family: 'Dosis', sans-serif;
	font-weight: normal;
	font-size: 21px;
	padding-top: 20px;
}

.clientInfo .large-12 img {
	border: 1px solid black;
}

.singleInfo p,
.cloud-info-text {
	font-family: 'Dosis', sans-serif;
	font-weight: normal;
	color: #605c5c;
	font-size: 17px;
	line-height: 24px;
    margin-bottom: 40px;
}

.singleInfo a {
	display: block;
	text-align: center;
	text-indent: -9999px;
	background-image: url('../images/portfolio-single-image/goLink.png');
	background-position: center center;
	background-repeat: no-repeat;
	height: 70px;
}
.cloud-info-text ul {
    list-style-type: square;
    padding-left: 18px;
}

#softwares {
	padding-left: 20px;
	border-left: 1px solid #FF0000;
}

#softwares li {
	margin-bottom: 20px;
	font-size: 19px;
	font-family: 'Dosis', sans-serif;
	font-weight: normal;
	color: #605c5c;
	line-height: 1.3em;
}

.footerMenu .columns h4 {
	font-family: Georgia;
	font-size: 21px;
	color: #fff;
	font-weight: normal;
}

.footerMenu .columns ul {
	padding-bottom: 25px;
}

.footerMenu .columns ul li a {
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 14px;
	color: #fff;
	line-height: 25px;
}

.footerLogo ul li a {
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 14px;
	color: #fff;
	line-height: 25px;
}

.footerLogo h4 {
	font-family: 'Dosis', sans-serif;
	font-weight: normal;
	font-size: 21px;
	color: #fff;
	font-weight: normal;
}

#teamSlider {
	padding-top: 55px;
}

#teamSlider .orbit-container {
	padding-bottom: 10px;
}

.teamPassion {
	margin-top: 0;
}


#testimonials .orbit-container {
	overflow-x: hidden;
	overflow-y: visible;
}

#testimonials .bx-wrapper .bx-controls-direction a,
#recentWorks .bx-wrapper .bx-controls-direction a,
.recWorkCont .bx-wrapper .bx-controls-direction a,
#noticias .bx-wrapper .bx-controls-direction a {
	top: -30px;
}

#testimonials .bx-wrapper .bx-prev,
#noticias .bx-wrapper .bx-prev  {
	left: auto;
	right: 32px;
}

#testimonials .bx-wrapper .bx-next,
#noticias .bx-wrapper .bx-next  {
	right: 0;
}


#recentWorks .bx-wrapper .bx-prev, .recWorkCont .bx-wrapper .bx-prev {
	right: 32px;
    left: auto;
}

#recentWorks .bx-wrapper .bx-next, .recWorkCont .bx-wrapper .bx-next {
	right: 0;
	left: auto;
}

.teamContentSlider .bx-wrapper .bx-prev {
	left: 100px;
}

.teamContentSlider .bx-wrapper .bx-next {
	left: 140px;
}

#teamSlider .bx-wrapper .bx-prev {
	left: 140px;
}


#teamSlider .bx-wrapper .bx-next {
	left: 180px;
}

.blogTestimonialSlider .bx-wrapper .bx-controls-direction a {
	top: -35px !important;
}

.blogTestimonialSlider .bx-wrapper .bx-prev {
	left: 100px;
}

.blogTestimonialSlider .bx-wrapper .bx-next {
	left: 140px;
}

.getImage {
	padding-top: 30px;
}

.centerImg {
	margin: 0 auto;
	position: relative;
}

a.destaque_box {
	color: #F00;
	font-size: 36px;
	font-weight: bold;
	text-transform: uppercase;
	width:98.5%; 
	margin:20px 8px 40px 8px;
}


/* Responsive Styles - Sizes lower then 1150px */
.responsive-slider { margin-bottom:40px; }

.small-slide { 
	background-size: cover;
	color:#FFF; 
	padding:30px 20px 40px 20px; 
}
.small-slide img 	{ max-width:100%; }
.small-slide-title 	{ 
	font-family:'Dosis', sans-serif;
	font-size: 34px; 
	font-weight:600;
	padding: 20px 0 12px 0;
}
.small-slide-text 	{
	font-size: 13px;
	line-height: 18px;
	margin-bottom: 30px;
}
.small-slide-link {
	border: 1px solid #FFF;
	padding: 15px;
	line-height: 1em;
	font-family:'Dosis', sans-serif;
	font-size: 20px;
	color: #FFF;
	text-transform: uppercase;
	
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	-ms-transition: all 0.4s;
	transition: all 0.4s;
}


/* Galeria de imagens
--------------------------------------------------------------------------------------------- */
.image-gallery-thumb { 
    height:160px; 
    float:left; 
    margin: 0 1% 8px 0;
    width: 24%;
}
.image-gallery-thumb:nth-child(4) { margin-right:0; }
.video-overlay-small { background-image:url('../images/video-overlay-small.png'); background-position:center center; background-repeat:no-repeat; height:100%; width:100%; left:0; position:absolute; top:0; }
.video-overlay-small:hover { opacity:0.6; }

.thumbWrapper {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	display: block;
	overflow: hidden;
	position: relative;
}
.thumbWrapper img {
	bottom: 0;
	margin: auto;
	position: absolute;
	top: 0;
	width: 100%;
}
.thumbWrapper.vertical img {
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	height: 100%;
    width: auto;
}


/* Destaque contactos
--------------------------------------------------------------------------------------------- */
.passionContainer {
	padding: 20px 0 30px 0;
	margin-top: 35px;
	background-color: #FF0000;
	text-align: center;
}
.passionContainer h2 {
    color: #FFF;
}
.passionContainer a {
	border: 1px solid #FFF;
	color: #FFF;
	display: inline-block;
	margin: 0 15px 15px 15px;
}
#contactos .passionContainer {
    margin-top: 0;
}


/* Submenu Cloud
--------------------------------------------------------------------------------------------- */
.categoriesHolder li {
    width: 100%;
}


/* Tabelas comparativas
--------------------------------------------------------------------------------------------- */
.subscribe_BT {
	color: #FFF !important;
	letter-spacing: 0;
	line-height: 28px !important;
	padding: 0 !important;
	text-transform: uppercase;
	width: 180px !important;
}
.comparativo th {
	background: #1C2D4D;
	color: #FFF;
	font-family:'Dosis', sans-serif;
	font-size: 18px;
	font-weight: 600;
}
.comparativonovo th {
	
	color: #FFF;
	font-family:'Dosis', sans-serif;
	font-size: 18px;
	font-weight: 400;
}
a.freeTest_BT { 
	background-color:#1C2D4D;
	border-color: #1C2D4D;
}
a.freeTest_BT:hover { 
	background-color:#FF0000;
	border-color: #FF0000;
}

table tr th, table tr td {
    font-size: 1em;
}

/* Tabelas Azuis */
h2.blueTables, 
.blueTables a.destaque_box { color:#1C2D4D; }
.blueTables .pricing-table .price { background-color:#1C2D4D; }
.blueTables .subscribe_BT { background-color:#1C2D4D; }
.blueTables .freeTest_BT { background-color:#FF0000; }

.blueTables .pricing-table:hover .description, 
.blueTables .pricing-table:hover .bullet-item {
	background-color: #1C2D4D;
}
.blueTables .pricing-table:hover .title {
	background-color:#1C2D4D;
}
.blueTables .pricing-table:hover .price {
	background-color: #fff;
	color: #1C2D4D;
}
.blueTables.clientsIntro a { border-color:#1C2D4D; }
.blueTables.clientsIntro a:hover { background-color:#1C2D4D; color:#FFF; }

/* Tabelas Vermelhas */
.redTable th {
    background-color: #F00 !important;
}



/* Paginas Cloud
--------------------------------------------------------------------------------------------- */
.cloud-video {
    color: #FFF;
    display: block;
    font-size: 40px;
    font-weight: normal;
    line-height: 44px;
    margin-top: 30px;
    text-shadow: 2px 2px 6px #1C2D4D;
}
.cloud-video:hover {
    color: #FFF;
	opacity: 0.7;
}
.maisCloud {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}
.produtoCloudHeader {
    margin-top: 106px;
}
.produtoCloudHeader h4 {
    font-size: 28px; 
    letter-spacing: 2px;
    line-height: 34px;
    margin-bottom: 12px;
}
.packPrice {
    background-color: #1C2D4D;
}
.packPrice p {
    color: #FFF;
}
.packPrice .clientsIntro h2 {
    background-image: url('../images/titleBorderMid_thin.png');
}
.packPrice a {
    background-color: #FF0000;
}
.packPrice a:hover {
    background-color: #1C2D4D;
    border-color: #FF0000;  
}

.mais-info .serviceHolder h4 { margin-bottom:12px; }


/* Programa de Parcerias
--------------------------------------------------------------------------------------------- */
#destaqueParceiros {
    font-family: 'Dosis', sans-serif;
    font-size: 17px;
    font-weight: normal;
    line-height: 24px;
    padding-right: 40px;
}
.vermelho { color:#FF0000 !important; }


/* MODALS via shadowbox
--------------------------------------------------------------------------------------------- */
#sb-player.html {
    padding:20px;
}
#sb-player.html h5 {
    font-family:'Dosis', Helvetica, Arial, sans-serif; 
    color:#FF0000; 
    font-size: 24px;
    font-weight:bold;
    text-transform: uppercase
}
#sb-player.html p {
    font-family: 'PT Sans', sans-serif;
    line-height: 23px;
    color: #605c5c;
}
#sb-player.html time {
    font-family:'Dosis', Helvetica, Arial, sans-serif; 
    color:#35365E; 
    font-size: 14px;
    font-weight:bold;
}

#preloader-modal {
	background-color: #FFF;
	background-color: rgba(255, 255, 255, 0.95);
	background-image: url('../images/preloader.gif');
	background-position: center center;
	background-repeat: no-repeat;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9999;
}

#sticky-footer .passionContainer { margin-top:0; }

.mensagem { line-height:28px; }

.subtitulo {
    padding: 0 !important;
    margin: 40px 0 0 0;
    font-size: 22px !important;
}



/* CHECKOUT
--------------------------------------------------------------------------------------------- */
.breadcrumbs li.current a {
  color: #FF0000;
  font-weight: bold;
}
#cart-summary .price {
	font-weight: bold;
	text-align: right;
}
.panel.callout {
	background-color: #c6dae4;
	border-color: #1C2D4D;
	box-shadow: none;
}


/* FAQS
--------------------------------------------------------------------------------------------- */
.faqs-answers {
}
.faq-pergunta {
	border-bottom: 1px solid #DDD;
	color: #1C2D4D;
	display: block;
	font-family: Dosis, sans-serif;
	font-size: 21px;
	font-weight: bold;
	margin-bottom: 6px;
    padding: 10px 0;
}
.faq-resposta {
	border-bottom: 1px solid #DDD;
	padding-bottom: 10px;
}


/* RESPONSIVE STYLES
--------------------------------------------------------------------------------------------- */
@media only screen and (max-width: 1150px) {
	
	.row .column, .row .columns {
		padding-left: 0.9000em;
		padding-right: 0.9000em;
	}

	.clientHolder a {
		text-align: center;
	}

	.logoHolder a {
		text-align: left;
	}
	
	.clientHolder {
		width: 17.5% !important;
	}

	.allClients  {
		padding: 0 0.9000em;
	}

	.allClients .columns:last-child {
		float: none;
	}

	.featureTitle {
		padding-left: 0.5000em;
	}

	.clientsIntro p {
		padding-left: 0.9000em;
		padding-right: 0.9000em;
	}

	.filterMenu {
		width: 100% !important;
	}

	.ourHolder {
		padding: 0 20px;
	}

	.portfolioRegular li {
		margin-bottom: 15px;
	}

	.portfolioRegular li a {
		width: 100%;
		height: 100%;
		margin: 0;
	}

	.filterMenu {
		padding-left: 20px !important;
	}

	.portfolioCols {
		padding-left: 0;
	}

	.formContainer  {
		padding: 20px 14%;
	}

	.portfolio3cols li a {
		padding-top: 80px !important;
		background-position: center 45px !important;
	}

	.portfolioRegular li a h5 {
		font-size: 18px;
	}

	.portfolioRegular li a p {
		font-size: 17px;
		display: none;
	}

	.portfolio3cols .columns {
		float: left !important;
	}
}

@media only screen and (max-width: 1024px) {
	
	.clientHolder {
		width: 22% !important;
	}
	
	.footerMenu, .copyright {
		display: none;
	}

    #nav > li {
        margin-right: 20px;
    }
    #nav > li a {
        font-size: 15px;
    }
	
	.socialsContainer {
		width: 100% !important;
	}
	#socials {
		display: block;
		float: none;
	}
}

@media only screen and (max-width: 795px) {

    body, #header {
        position: absolute;
    }

    .circ_counter {
        width: 33% !important;
    }

    .fullwidthbanner-container, .responsive-slider, #topBanner, .produtoCloudHeader {
        margin-top: 196px;
    }

    .logoHolder a {
        text-align: center;
    }

    .clientHolder {
        width: 29% !important;
    }

    .fullwidthbanner-container.fullHeightBanner .tp-bullets {
        display: none;
    }

    .getImage p {
        text-align: center;
    }

    .portfolioCols {
        width: 100%;
    }

    #testimonials {
        padding: 0;
    }

    .workTitle h4 {
        padding-top: 15px;
    }

    .workHolder {
        margin-bottom: 30px;
    }

    #softwares {
        border-left: none;
        padding-left: 0;
    }
    #softwares li {
        float: left;
        padding-right: 15px;
        width: 100%;
    }

    .categoriesHolder li {
        float: left;
        padding-right: 15px;
    }

    .singleBlogGall, .blogSinglePar {
        padding-left: 0;
    }

    .filterMenu {
        padding-left: 55px !important;
    }

    .langSwitcher {
        text-align: center;
        margin-bottom: 10px;
        width: 100%;
    }
    .loginModule {
        text-align: center;
        margin-bottom: 20px;
        padding-right: 0;
        width: 100%;
    }

    .packPrice h2 span.vermelho { white-space:pre; }
    .packPrice h2 span.vermelho::before { content: "\A"; }
	
	#cart-summary { margin-top:30px; }
}

@media only screen and (max-width: 568px) {
	
	.circ_counter { width:50% !important; }
	
	.clientHolder { width:42% !important; margin: 0 10px 20px 10px;}
	
	.clientsIntro h2, .contactsIntro h2 { font-size: 28px; padding:20px 20px 10px 20px; }
	
	.clientsIntro p { font-size:16px; }
	
	#topBanner h1 { font-size:32px; }
	
	#topBanner p  { font-size:19px; padding:0 20px; }
	
	.twitterFeed img { display:none; }

	.twitterFeed .feed { padding-left:12px; }

	.gallRow a, .blogImgs .columns a, .singleBlogGallery .large-6 a, .singleBlogGallery .large-12 a, .blogFull a { margin-bottom:10px; }

	.sideBarRight { padding-left:19px !important; }

	.navForSmall { display:block; }

	.portfolioCols { margin-bottom:30px; }

    .portfolioCols li { display: block; padding:13px 0; float:none; text-align:center; border-bottom:1px solid #DDD; }

	.portfolioCols li a {
		display: block;
		margin: 0;
		padding: 0;
		border-right: none;
	}
	/* 
    .portfolioCols li:not(:first-child) { display:none; }
    */
	

	.galleryAbout .gallRow { margin-bottom:0px; }
	.galleryAbout .gallRow img { margin-bottom:15px; }
	.galleryAbout .gallRow .large-6 { width:50%; }

	.filterMenu { padding-left:12px !important; }

	.tparrows { display:none; }
}