/* =============================================================================
   HTML5 Boilerplate CSS: h5bp.com/css
   ========================================================================== */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
[hidden] {
  display: none;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  overflow: auto;
}
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
  color: #222;
}
body {
  margin: 0;
  font-size: 1em;
  line-height: 1.4;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	overflow: auto;
}
::-moz-selection {
  background: #fe57a1;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: #fe57a1;
  color: #fff;
  text-shadow: none;
}
a {
  color: #00e;
}
a:visited {
  color: #551a8b;
}
a:hover {
  color: #06e;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b, strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
dfn {
  font-style: italic;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
ins {
  background: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background: #ff0;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
pre,
code,
kbd,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
q {
  quotes: none;
}
q:before, q:after {
  content: "";
  content: none;
}
small {
  font-size: 85%;
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
ul, ol {
  margin: 1em 0;
  padding: 0 0 0 40px;
}
dd {
  margin: 0 0 0 40px;
}
nav ul, nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
form {
  margin: 0;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
label {
  cursor: pointer;
}
legend {
  border: 0;
  *margin-left: -7px;
  padding: 0;
  white-space: normal;
}
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}
button, input {
  line-height: normal;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible;
}
button[disabled], input[disabled] {
  cursor: default;
}
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *width: 13px;
  *height: 13px;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}
input:invalid, textarea:invalid {
  background-color: #f0dddd;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td {
  vertical-align: top;
}
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: black;
  padding: 0.2em 0;
}
/* ===== Primary Styles ========================================================
   Author: Mestre SEO
   ========================================================================== */

/* General Styles
============================================================================= */
/* Colors */
/* Site Font */
body {
  font: 12px Arial, Helvetica, sans-serif;
}
h1,
h2,
h3,
h4,
h5 {
  color: #006699;
  text-transform: uppercase;
  margin: 0 0 20px 0;
}
h1 {
  font-size: 38px;
  font-weight:normal;
  line-height:42px;
}
h2 {
  font-size: 22px;
}
h3 {
  font-size: 18px;
}
h4 {
  font-size: 16px;
}
h5 {
  font-size: 14px;
}
p {
  margin: 0 0 20px 0;
}
/* Buttons */
.button {
  display: block;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0px 1px 2px 0 rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 1px 2px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0px 1px 2px 0 rgba(0, 0, 0, 0.4);
  padding: 6px 10px 0;
  text-decoration: none;
}
.gray_button {
  background: url(http://webxtool.com/images/gray-btn.jpg) repeat-x;
  height: 21px;
  border: 1px solid #626c77;
  color: #ffffff;
}
.gray_button:hover {
  border: 1px solid #db9028;
  background: url(http://webxtool.com/images/yellow-btn.jpg) repeat-x;
}
.call_action {
  background: url(http://webxtool.com/images/big-green-btn.jpg) repeat-x;
  height: 66px;
  border: 1px solid #568100;
  color: #ffffff;
}

/* Header Styles
============================================================================= */
header {
	
}
header .social {
  background:url(http://webxtool.com/images/bg-top.jpg) repeat-x;
  height: 35px;

}
header .social ul {
  float: right;
  margin: 4px;
  overflow: hidden;
}
header .social ul li {
  float: left;
  list-style: none;
  margin-right: 15px;
}
header .social ul li:last-child {
  margin: 0;
}
header .top {
  background: url(../images/bg-header.jpg) repeat-x;
  border-bottom: 1px solid #bfd4e2;
  overflow: hidden;
  padding: 15px 0;

}

header .top .logo{
}

header .top nav {
	padding-top:20px;
	float: right;
}

header .top nav ul {
  float: left;
}

header .top nav ul li {
  float: left;
  margin-right: 10px;
}

header .top nav ul li a {
  font-weight: bold;
  text-transform: uppercase;
  display: block;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0px 1px 2px 0 rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 1px 2px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0px 1px 2px 0 rgba(0, 0, 0, 0.4);
  padding: 6px 10px 0;
  text-decoration: none;
  background: url(http://webxtool.com/images/gray-btn.jpg) repeat-x;
  height: 21px;
  border: 1px solid #626c77;
  color: #ffffff;
}

header .top nav ul li a:hover {
  border: 1px solid #db9028;
  background: url(http://webxtool.com/images/yellow-btn.jpg) repeat-x;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

header .top nav ul li a.select{
  border: 1px solid #db9028;
  background: url(http://webxtool.com/images/yellow-btn.jpg) repeat-x;
}

header .top nav ul.main_nav {
  border-right: 1px solid #161616;
  margin-right: 20px;
  padding-right: 10px;
}
header .top nav ul.main_nav li span.home {
  background: url(../images/home-icon.png) no-repeat;
  width: 17px;
  text-indent: -9999px;
  display: block;
}
header .top nav ul.login li span.login_icon {
  background: url(http://webxtool.com/images/login.png) no-repeat;
  padding-left: 20px;
}
header .top nav ul.login li:last-child {
  margin: 0;
}
/*
*
*/
.left{
    float: left;
}

.right{
    float: right;
}

.center{
    display: block;
    margin-left: auto;
    margin-right: auto;
}
/* Main Styles
============================================================================= */
#content {
  /* close .featured */
  padding: 30px 0px 165px 0px;
}

#content .featured .grid_5 .subtitle_frase{
	font-size:18px;
	color:#656565;
	line-height:24px;
	letter-spacing:-1px;
}

#content .featured .grid_5 a.big_call {
  display: block;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0px 1px 2px 0 rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 1px 2px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0px 1px 2px 0 rgba(0, 0, 0, 0.4);
  padding: 8px 10px 0;
  text-decoration: none;
  background: url(http://webxtool.com/images/big-green-btn.jpg) repeat-x;
  width:300px;
  height: 58px;
  margin-bottom:8px;
  border: 1px solid #568100;
  color: #ffffff;
}

#content .featured .grid_5 a.big_call span {
	width:300px;
	float:left;
	text-align:center;
}

#content .featured .grid_5 a.big_call .call_frase{
	padding-bottom:5px;
	background:url(http://webxtool.com/images/bg-big_call.png) no-repeat;
	font-size:22px;
	font-weight:bold;
}

#content .featured .grid_5 a.big_call .call_sub_frase{
	font-size:14px;
	color:#A3C560;
	font-weight:bold;
}

#content .featured .grid_5 .planos-assinatura{
	font-size:12px;
	color:#656565;
}

#content .featured .grid_5 .planos-assinatura a{
	color:#656565;
}

#content .featured .7{
	width:540px;
	height:330px;
}

#content .quotes_area {
	background-color:#ececec;
	margin-top:45px;
	margin-bottom:35px;
}

#content .quotes_area .slideshow{
	height:140px;
	padding-top:20px;
}

#content .quotes_area .slideshow .quote{
	width:900px;
	height:110px;
	float:left;
}

#content .quotes_area .slideshow .quote2{
	width:380px;
	height:110px;
	float:left;
}

#content .quotes_area .slideshow .pic{
	border: solid 1px #ccccc;
	width:100px;
	height:100px;
	float:left;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	box-shadow: 0px 0px 2px #666;
	-moz-box-shadow: 0px 0px 2px #666;
	-webkit-box-shadow: 0px 0px 2px #666;
}

#content .quotes_area .slideshow .pic2{
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 0 2px #666666;
    float: left;
    height: 55px;
    width: 55px;
}

#content .quotes_area .slideshow .pic img{
	border: solid 2px #fff;
	-moz-border-bottom-right-radius:3px;
	-moz-border-bottom-left-radius:3px;
	-moz-border-top-right-radius:3px;
	-moz-border-top-left-radius:3px;
	border-radius:3px;
    height: 100px;
    width: 100px;
}

#content .quotes_area .slideshow .pic2 img{
    border: 2px solid #FFFFFF;
    border-radius: 3px 3px 3px 3px;
}

#content .quotes_area .slideshow .quote_body{
	height:110px;
    width: 750px;
}

#content .quotes_area .slideshow .quote_body2{
	height:110px;
}

#content .quotes_area .slideshow h5{
	font-size:18px;
    font-family: Arial;
	font-weight:bold;
	margin: 0 0 8px 0;
    text-transform: none;
    float:left;
    color: #006699;
}

#content .quotes_area .slideshow h5.small{
    float: left;
    font-size: 18px;
    font-weight: normal;
    margin: 0 0 8px;
}

#content .quotes_area .slideshow h6{
	font-size:16px;
    font-family: Arial;
	float:left;
	font-weight:bold;
	margin: 0 0 8px 0;
    color: #5A9841;
}

#content .quotes_area .slideshow .blockquote{
	width:800px;
	float:left;
    font-family: Arial;
    font-size: 16px;
    font-style: italic;
	color:#333;
}

#content .quotes_area .slideshow .blockquote2{
    color: #656565;
    float: left;
    width: 300px;
}

#content .quotes_area .slideshow .slide_nav{
}

#content .main_content{
	margin-bottom:35px;
}

#content .main_content .box-content{
	float:left;
	border-bottom: solid 1px #CFCFCF;
    padding: 20px 0px;
	margin-bottom:30px;
}

#content .main_content .box-content .box-text-1{
	float:left;
	height:242px;
}

#content .main_content .box-content .box-text-2{
	float:left;
    line-height: 20px;
}

#content .main_content .box-content .box-text-2 li{
    padding-bottom: 3px;
    padding-right: 15px;
    color: #656565;
    font-size: 14px;
}

#content .main_content .box-content h2{
	font-size:28px;
	line-height:28px;
	float:left;
}

#content .main_content .box-content h3{
	font-size:22px;
	width:460px;
	float:left;
}

#content .main_content .box-content p{
	font-size:14px;
	color:#656565;
    padding-right: 20px;
}

#content .main_content .box-content p a{
	color:#1DA8D1;
	text-decoration:underline;
}

#content .main_content .box-content .pic{
	float:left;
}

#content .main_content .box-content .read_more,
#content .featured-sobre .tour_content .tour_buffer a.read_more{
	background:url(http://webxtool.com/images/read-more-yellow-btn.jpg) repeat-x;
	width:94px;
	height:24px;
	padding-top:8px;
	float:left;
	border-left: solid 1px #DB902A;
	border-right: solid 1px #DB902A;
	text-align:center;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	box-shadow: 0px 0px 2px #ccc;
	-moz-box-shadow: 0px 0px 2px #ccc;
	-webkit-box-shadow: 0px 0px 2px #ccc;
}

#content .featured-sobre .tour_content .tour_buffer a.read_more{
    margin-left: 220px;
    text-decoration: none;
    color: #653300;
}

#content .main_content .box-content .create_account{
	background:url(http://webxtool.com/images/read-more-yellow-btn.jpg) repeat-x;
	width:140px;
	height:24px;
	padding-top:8px;
	float:left;
	border-left: solid 1px #DB902A;
	border-right: solid 1px #DB902A;
	text-align:center;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	box-shadow: 0px 0px 2px #ccc;
	-moz-box-shadow: 0px 0px 2px #ccc;
	-webkit-box-shadow: 0px 0px 2px #ccc;
}

#content .main_content .box-content a{
	color:#653300;
	text-decoration:none;
	font-size:14px;
}

#content .middle_call {
	background-color: #DFE9EF;
	height:112px;
	float:left;
	width:100%;
	margin-bottom:27px;
}

#content .middle_call h2{
	font-size:26px;
	padding-top:45px;
	float:left;
}

#content .middle_call .big_call{
	display: block;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0px 1px 2px 0 rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 1px 2px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0px 1px 2px 0 rgba(0, 0, 0, 0.4);
  padding: 20px 10px 0;
  text-decoration: none;
  background: url(http://webxtool.com/images/big-green-btn.jpg) repeat-x;
  width:300px;
  height: 46px;
  float:left;
  margin-left:52px;
  margin-top:23px;
  border: 1px solid #568100;
  color: #ffffff;
  font-size:24px;
  text-align:center;
}

#content .clients{
	width:100%;
	float:left;
}

#content .clients h2{
	font-size:28px;
	width:100%;
	float:left;
	margin: 0px 0px 10px 0px;
}

#content .clients p{
	color:#656565;
	width:100%;
	float:left;
	padding-bottom:15px;
}

#content .clients ul{
	list-style:none;
	margin: 0px 0px 0px 0px;
    text-align: center;
}

#content .clients ul li{
	padding-right:20px;
	padding-bottom:15px;
	display: inline-block;
}


#content .signup_form {
	width:100%;
	height:395px;
	float:left;
}

#content .signup_form h2{
	font-size:28px;
	width:100%;
	float:left;
	margin: 0px 0px 10px 0px;
}

#content .signup_form p{
	color:#656565;
	width:100%;
	float:left;
	padding-bottom:15px;
}

#content .signup_form .box-form{
	background-color:#f1f1f1;
	border: solid 1px #d6d6d6;
	width:427px;
	height:235px;
	padding-top:35px;
	padding-left:23px;
	float:left;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}

#content .signup_form .box-form .textfield{
	width:270px;
	height:26px;
	margin-bottom:20px;
	float:left;
	border: solid 1px #d6d6d6;
}

#content .signup_form .box-form label{
	width:105px;
	padding-top:8px;
	padding-right:20px;
	color:#006599;
	float:left;
	text-align:right;
}

#content .signup_form .box-form .btn-send {
	width:280px;
	float:right;
	padding-right:23px;
}

#content .signup_form .box-form .btn-send span{
	font-size:10px;
	color:#666;
}

#content .signup_form .box-form .btn-send span a{
	text-decoration:underline;
	color:#666;
}

#content .box-assinatura{
	float:left;
}

#content .box-assinatura h6{
	width:100%;
	margin: 0px 0px 20px 0px;
	float:left;
	font-size:16px;
	color:#006599;
}

#content .box-assinatura ul{
	list-style-image:url(http://webxtool.com/images/bg-list-style.png);
    clear:both;
}

#content .box-assinatura ul li{
	margin: 0px 0px 0px 0px;
	color:#656565;
	font-size:14px;
}


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

#page{
	min-height: 100%;
	position: relative;
}

#footer{
	float:left;
	width:100%;
	height:160px;
	background:url(http://webxtool.com/images/bg-footer.jpg) repeat-x;
	position: absolute;
	bottom:0;
	margin-top: 160px;
}

#footer .top_footer{
	height:80px;
	padding-top:15px;
	width:100%;
	float:left;
}

#footer .top_footer .logo-bottom{
	width:300px;
	margin-right:400px;
	float:left;
}

#footer .top_footer span{
	float:left;
	color:#fff;
	margin-right:10px;
	padding-top:28px;
}

#footer .top_footer ul{
	list-style:none;
	float:left;
	margin:20px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

#footer .top_footer ul li {
	margin-right:10px;
	float:left;
}

#footer .bottom_footer{
	width:100%;
	height:40px;
	padding-top:25px;
	color:#fff;
	float:left;
}

#footer .bottom_footer ul{
	list-style:none;
	float:left;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

#footer .bottom_footer ul li {
	float:left;
}

#footer .bottom_footer ul li a{
	color:#fff;
	text-decoration:none;
}

#footer .bottom_footer p {
	margin-left:10px;
}

#footer .bottom_footer p a{
	color:#fff;
	text-decoration:underline;
}
	
/* Interna Planos Styles
============================================================================= */

#content .featured .container_12 .grid_12 .title-planos{
	font-size:28px;
	font-weight:bold;
	margin-bottom:5px;
}

#content .featured .container_12 .grid_5 .box-tabela-planos{
	width:100%;
	float:left;
}

#content .content .featured .container_12 .box-tabela-planos{
    width: 220px;
}

#content .featured .box-tabela-planos span{
	font-size:16px;
	font-weight:bold;
	color:#006699;
}

#content .featured .box-tabela-planos .subtitle-planos{
	width:228px;
	height:28px;
	padding-top:72px;
	border-bottom: solid 1px #FF9933;
}

#content .featured .box-tabela-planos ul{
	list-style:none;
	margin:0px 0px 30px 0px;
	padding:0px 0px 0px 0px;
}

#content .featured .box-tabela-planos ul li{
	width:210px;
	height:27px;
	background-color:#F1F1F1;
	font-size:16px;
	padding-left:6px;
	padding-top:7px;
    padding-right:12px;
}

#content .featured .box-tabela-planos ul li.box-white{
	background-color:#fff;
}

#content .featured .box-planos{
	margin-bottom:30px;
	float:left;
    width: 700px;
}

#content .featured .box-planos .plano-1{
	width:160px;
	margin-right:15px;
	float:left;
}

#content .featured .box-planos .plano-4 {
    margin-left: 15px;
}

#content .featured .box-planos .plano-1 h5{
	width:160px;
	height:38px;
	padding-top:7px;
	margin-bottom:15px;
	background:url(http://webxtool.com/images/bg-box-planos.jpg) no-repeat;
	float:left;
	text-transform:lowercase;
	font-weight:normal;
	color:#C19F69;
	font-size:13px;
	text-align:center;
}

#content .featured .box-planos .plano-1 .title-plano{
	width:100%;
	height:30px;
	padding-top:10px;
	background: url(http://webxtool.com/images/bg-title-plano.jpg) repeat-x;
	border-left: solid 1px #B8C3CC;
	border-right: solid 1px #B8C3CC;
	-webkit-border-radius-topleft: 5px;
	-moz-border-radius-topleft: 5px;
	border-radius-topleft: 5px ;
	-webkit-border-radius-topright: 5px;
	-moz-border-radius-topright: 5px;
	border-radius-topright: 5px ;
	float:left;
	text-align:center;
}

#content .featured .box-planos .plano-1 .title-plano span{
	font-size:18px;
	text-transform:uppercase;
	color:#60798C;
}

#content .featured .box-planos .plano-1 ul{
	list-style:none;
	margin:0px 0px 0px 0px;
	padding:6px 20px 0px 20px;
}

#content .featured .box-planos .plano-1 ul.tabela{
	width:120px;
	height:270px;
	background-color:#F1F1F1;
	border-left: solid 1px #B8C3CC;
	border-right: solid 1px #B8C3CC;
	border-bottom: solid 1px #B8C3CC;
	float:left;
	text-align:center;
}

#content .featured .box-planos .plano-1 ul li{
	width:100%;
	height:29px;
	margin-bottom:4px;
	border-bottom: solid 1px #DFDFDF;
	color:#656565;
	font-size:18px;
}

#content .featured .box-planos .plano-1 ul li.no-border{
	border-bottom: solid 0px #DFDFDF;
}

#content .featured .box-planos .plano-1 .btn-assine{
	float:left;
	padding-left:7px;
	margin-top:10px;
	text-align:center;
}

#content .featured .box-planos .plano-3{
	width:160px;
	float:left;
}

#content .featured .box-planos .plano-3 h5{
	width:160px;
	height:38px;
	padding-top:7px;
	margin-bottom:15px;
	background:url(http://webxtool.com/images/bg-box-planos.jpg) no-repeat;
	float:left;
	text-transform:lowercase;
	font-weight:normal;
	color:#C19F69;
	font-size:13px;
	text-align:center;
}

#content .featured .box-planos .plano-3 .title-plano{
	width:100%;
	height:30px;
	padding-top:10px;
	background: url(http://webxtool.com/images/bg-title-plano-2.jpg) repeat-x;
	border-left: solid 1px #779933;
	border-right: solid 1px #779933;
	-webkit-border-radius-topleft: 5px;
	-moz-border-radius-topleft: 5px;
	border-radius-topleft: 5px ;
	-webkit-border-radius-topright: 5px;
	-moz-border-radius-topright: 5px;
	border-radius-topright: 5px ;
	float:left;
	text-align:center;
}

#content .featured .box-planos .plano-3 .title-plano span{
	font-size:18px;
	text-transform:uppercase;
	color:#fff;
}

#content .featured .box-planos .plano-3 ul{
	list-style:none;
	margin:0px 0px 0px 0px;
	padding:6px 20px 0px 20px;
}

#content .featured .box-planos .plano-3 ul.tabela{
	width:120px;
	height:270px;
	background-color:#E8EDDE;
	border-left: solid 1px #779933;
	border-right: solid 1px #779933;
	border-bottom: solid 1px #779933;
	float:left;
	text-align:center;
}

#content .featured .box-planos .plano-3 ul li{
	width:100%;
	height:29px;
	margin-bottom:4px;
	border-bottom: solid 1px #DFDFDF;
	color:#656565;
	font-size:18px;
}

#content .featured .box-planos .plano-3 ul li.no-border{
	border-bottom: solid 0px #DFDFDF;
}

#content .featured .box-planos .plano-3 .btn-assine{
	width:100%;
	float:left;
	margin-top:10px;
	text-align:center;
}

#content .main_content .box-vantagens{
	float:left;
	border-top: solid 1px #CFCFCF;
	border-bottom: solid 1px #CFCFCF;
	margin:0px 0px 27px 0px;
	padding:37px 0px 0px 0px;
}

#content .main_content .box-vantagens h2{
	font-size:28px;
	margin:0px 0px 10px 0px;
	padding:0px 0px 0px 0px;
}

#content .main_content .box-vantagens p{
	font-size:14px;
	color:#656565;
}

#content .main_content .container-vantagens{
	float:left;
	margin-top:10px;
	margin-bottom:50px;
	margin-right:12px;
	width:300px;
}

#content .main_content .container-vantagens .box-topico{
	width:41px;
	height:33px;
	padding-top:8px;
	margin-right:10px;
	float:left;
	background:url(http://webxtool.com/images/bg-vantages.png) no-repeat;
	text-align:center;
	font-size:22px;
	color: #fff;
}

#content .main_content .container-vantagens h3{
	font-size:20px;
	font-weight:normal;
    height: 48px;
}

#content .main_content .container-vantagens .pic-gray{
    border: 5px solid #CBCBCB;
    -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px
}

#content .main_content .container-vantagens .pic-gray a{
	width:290px;
	float:left;
	border: solid 5px #CBCBCB;
	padding:15px 0px 0px 0px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px ;
}

#content .main_content .container-vantagens .pic-gray a:hover{
	width:290px;
	float:left;
	border: solid 5px #006599;
	padding:15px 0px 0px 0px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px ;
	-moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

#content .main_content .container-vantagens p{
	width:290px;
	height:60px;
	float:left;
	padding-top:15px;
	font-size:14px;
	color:#656565;
	line-height:20px;
}

#content .main_depoimentos .box-depoimentos{
	float:left;
	border-bottom: solid 1px #CFCFCF;
	margin:0px 0px 37px 0px;
	padding:0px 0px 0px 0px;
}

#content .main_depoimentos .box-depoimentos h2{
	font-size:28px;
	margin:0px 0px 10px 0px;
	padding:0px 0px 0px 0px;
}

#content .main_depoimentos .box-depoimentos p{
	font-size:14px;
	color:#656565;
}

#content .main_depoimentos .box-depoimentos .grid-6{
	widows:450px;
	float:left;
}

#content .main_depoimentos .box-depoimentos .img-depoimentos{
	width:57px;
	float:left;
	margin-right:10px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}

#content .main_depoimentos .box-depoimentos .img-depoimentos img{
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}

#content .main_depoimentos .box-depoimentos .img-depoimentos .img-logos{
	width:60px;
	float:left;
	margin-top:8px;
}

#content .main_depoimentos .box-depoimentos .says{
	width:300px;
	height:200px;
	padding:18px 15px 0px 65px;
	margin:0px 20px 25px 0px;
	float:left;
	background: url(http://webxtool.com/images/bg-depoimentos.jpg) no-repeat;
}

#content .main_depoimentos .box-depoimentos .says h3{
	width:100%;
	float:left;
	font-size:18px;
	color:#CB9965;
	font-weight:normal;
	margin:0px 0px 10px 0px;
}

#content .main_depoimentos .box-depoimentos .says p{
	width:100%;
	float:left;
	font-size:12px;
	color:#656565;
	font-weight:normal;
}

/* Interna Contato Styles
============================================================================= */

#content .container-contato h1{
	font-size:28px;
	font-weight:bold;
	margin:0px 0px 5px 0px;
}

#content .container-contato .form-contato{
	float:left;
	width:976px;
}

#content .container-contato .form-contato h2{
	width:100%;
	float:left;
	font-size:22px;
	margin:0px 0px 5px 0px;
	text-transform:none;
}

#content .container-contato .form-contato .textfield{
	width:270px;
	height:26px;
	margin-bottom:10px;
	float:left;
	border: solid 1px #d6d6d6;
}

#content .container-contato .form-contato .textarea{
	width:430px;
	height:165px;
	margin-bottom:10px;
	float:left;
	border: solid 1px #d6d6d6;
}

#content .container-contato .form-contato label{
	width:100%;
	padding-top:8px;
	margin-bottom:5px;
	color:#656565;
	font-size:14px;
	font-weight:bold;
	float:left;
}

#content .container-contato .form-contato select{
	width:270px;
	height:31px;
	margin-bottom:10px;
	float:left;
	color:#656565;
	border: solid 1px #d6d6d6;
}

#content .container-contato .form-contato span{
	float:left;
	padding-left:10px;
	margin-top:7px;
	color:#656565;
}

#content .container-contato .form-contato p{
	float:left;
	width:100%;
	margin-top:10px;
}

#content .container-contato .form-contato p a{
	color:#656565;
}

#content .container-contato .form-contato p a:hover{
	color:#050505;
}

#content .container-contato .form-contato .btn-send{
	width:100%;
	float:left;
	margin-bottom:40px;
    line-height: 35px;
}

#content .container-contato .form-contato .btn-send .send{
	background:url(http://webxtool.com/images/read-more-yellow-btn.jpg) repeat-x;
	/*width:64px;*/
	height:35px;
	padding-top:3px;
	float:left;
	color:#653300;
	font-size:14px;
	border-left: solid 1px #DB902A;
	border-right: solid 1px #DB902A;
	text-align:center;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
    margin-right: 10px;
}

#content .container-contato .box-endereco{
	float:left;
    margin-bottom: 60px;
}

#content .container-contato .box-endereco h2{
	width:100%;
	float:left;
	font-size:22px;
	margin:0px 0px 15px 0px;
	text-transform:none;
}

#content .container-contato .box-endereco p{
	margin-bottom:10px;
	color:#656565;
    padding-left: 1.5em;
    text-indent: -1.5em;
}

#content .container-contato .box-endereco img{
	margin-right:8px;
}

#content .container-contato .form-contato .fields{
    width: 680px;
}

/* Interna Login Styles
============================================================================= */

#content .container-login{
	float:left;
	height:100px;
}


/* Interna Sobre nós Styles
============================================================================= */

#content .featured-sobre h1{
	font-size:28px;
	font-weight:bold;
	margin:0px 0px 5px 0px;
}

#content .featured-sobre .box-sobre{
	width:100%;
	float:left;
}

#content .featured-sobre .box-sobre h2{
	width:100%;
	float:left;
	font-size:22px;
	margin:0px 0px 5px 0px;
	text-transform:none;
}

#content .featured-sobre .box-sobre .idealizadores {
	width:100%;
	height:180px;
	padding-top:20px;
	margin-bottom:30px;
	float:left;
}

#content .featured-sobre .box-sobre .equipe {
	width:100%;
	margin:20px 0px 30px 0px;
	float:left;
}

#content .featured-sobre .box-sobre .profile{
	width:124px;
	height:154px;
	background-color:#F1F1F1;
	border:1px solid #CBCBCB;
	margin-right:20px;
	padding:8px;
	float:left;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}

#content .featured-sobre .box-sobre .profile .profile-photo{
	width:124px;
	height:105px;
	margin-bottom:10px;
	float:left;
}

#content .featured-sobre .box-sobre .profile .profile-name{
	width:124px;
	font-size:14px;
	color:#006599;
	font-weight:bold;
	float:left;
}

#content .featured-sobre .box-sobre .profile .profile-desc{
	width:124px;
	font-size:12px;
	color:#656565;
	float:left;
}

/* Interna Tour Styles
============================================================================= */

#content .container-tour{
	float:left;
}


/* Menu Tuor*/
#content .container-tabs .tour_menu{
	width:100%;
	margin-top:20px;
	position:relative;
	z-index:10;
	height:45px;
	float:left;
}

#content .container-tabs .tour_menu ul{
	list-style:none;
	margin:0px;
}

#content .container-tabs .tour_menu ul li .tabs{
	height:26px;
	float:left;
	text-align:center;
	padding:10px 10px 0px 10px;
	margin:10px 0px 0px 5px;
	background-color:#E0E0E0;
	-webkit-border-radius-topleft:5px;
	-moz-border-radius-topleft:5px;
	border-radius-topleft:5px ;
	-webkit-border-radius-topright:5px;
	-moz-border-radius-topright:5px;
	border-radius-topright:5px ;
}

#content .container-tabs .tour_menu ul li .select{
	height:31px;
	float:left;
	text-align:center;
	padding:14px 10px 0px 10px;
	margin:0px 0px 0px 5px;
	background-color:#F3F3F3;
	border-left:#DFDFDF solid 1px;
	border-top:#DFDFDF solid 1px;
	border-right:#DFDFDF solid 1px;
	-webkit-border-radius-topleft:5px;
	-moz-border-radius-topleft:5px;
	border-radius-topleft:5px ;
	-webkit-border-radius-topright:5px;
	-moz-border-radius-topright:5px;
	border-radius-topright:5px ;
}

#content .container-tabs .tour_menu ul li img{
	margin-right:5px;
}

#content .container-tabs .tour_menu ul li a{
	color:#666;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
}

#content .container-tabs .tour_menu .prev{
	width:61px;
	height:61px;
	z-index:20px;
	position:relative;
	/*top:160px;*/
    /*float:left;*/
    top:179px;
	left:-14px;
}

#content .container-tabs .tour_menu .next{
	width:61px;
	height:61px;
	z-index:20px;
	position:relative;
	top:160px;
    right:-894px;
	/*right:-833px;*/
	float:left;
}

/* FIM Menu Tour*/

#content .container-tabs .tour_content{
	width:900px;
	height:475px;
	padding-top:25px;
	margin:0px 20px 55px 20px;
	background-color:#f1f1f1;
	float:left;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	border:#DFDFDF solid 1px;
}

#content .container-tabs .tour_content .tour_buffer{
	display:none;
	float:left;
}

#content .container-tabs .tour_content .tour_buffer h2{
	width:405px;
	padding-top:35px;
	margin-left:45px;
	float:left;
}

#content .container-tabs .tour_content .tour_buffer p{
	width:450px;
	float:left;
	margin-left:45px;
	font-size:14px;
	color:#656565;
}

#content .container-tabs .tour_content .tour_buffer h2 img{
	margin-right:10px;
}

#content .container-tabs .tour_content .tour_buffer .pic{
	float:right;
	margin-right:45px;
}

#content .container-tabs .tour_content .tour_buffer .box-depo{
	width:855px;
	height:105px;
	margin-top:20px;
	float:left;
	padding-top:25px;
	padding-left:45px;
	background-color:#DFE9EF;
}

#content .container-tabs .tour_content .tour_buffer .img-depoimentos{
	float:left;
	margin-right:20px;
	border: 1px solid #536578; 
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	box-shadow: 0px 0px 2px #666;
	-moz-box-shadow: 0px 0px 2px #666;
	-webkit-box-shadow: 0px 0px 2px #666;
}

#content .container-tabs .tour_content .tour_buffer .img-depoimentos img{
	border: 2px solid #fff; 
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}

#content .container-tabs .tour_content .tour_buffer .text-depo{
	width:335px;
	float:left;
}

#content .container-tabs .tour_content .tour_buffer .text-depo h3{
	font-size:18px;
	font-weight:normal;
	text-transform:none;
	margin:0px 0px 8px 0px;
	padding:0px;
}

#content .container-tabs .tour_content .tour_buffer .text-depo p{
	width:295px;
	float:left;
	font-size:12px;
	margin:0px;
	padding:0px;	
}

#content .container-tabs .tour_content a.big_call {
  display: block;
  float:left;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0px 1px 2px 0 rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 1px 2px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0px 1px 2px 0 rgba(0, 0, 0, 0.4);
  padding: 8px 10px 0;
  text-decoration: none;
  background: url(http://webxtool.com/images/big-green-btn.jpg) repeat-x;
  width:300px;
  height: 58px;
  margin-bottom:8px;
  border: 1px solid #568100;
  color: #ffffff;
  position:relative;
  left:295px;
  top:40px;
  z-index:10px;
}

#content .container-tabs .tour_content a.big_call span {
	width:300px;
	float:left;
	text-align:center;
}

#content .container-tabs .tour_content a.big_call .call_frase{
	padding-bottom:5px;
	background:url(http://webxtool.com/images/bg-big_call.png) no-repeat;
	font-size:22px;
	font-weight:bold;
}

#content .container-tabs .tour_content a.big_call .call_sub_frase{
	font-size:14px;
	color:#A3C560;
	font-weight:bold;
}

#content .container-tabs .tour_content .planos-assinatura{
	font-size:12px;
	color:#656565;
}

/* Interna Pagamento Styles
============================================================================= */

#content .container-pay{
	display:block;
}

#content .container-pay h1{
	font-size:28px;
	font-weight:bold;
	margin:0px 0px 5px 0px;
}

#content .container-pay p{
	font-size:18px;
	font-weight:bold;
	color:#656565;
	margin:40px 0px 20px 0px;
}

#content .container-pay .details-pay{
	width:640px;
	margin:0px 0px 30px 0px;
	float:left;
}

#content .container-pay .details-pay ul.details-1{
	width:420px;
	float:left;
	list-style:none;
	margin:0px 0px 30px 0px;
	padding:0px 0px 0px 0px;
	border-top: 1px solid #FF9933;
	border-left: 1px solid #f1f1f1;
	border-bottom: 1px solid #f1f1f1;
}

#content .container-pay .details-pay ul.details-2{
	width:200px;
	float:left;
	list-style:none;
	margin:0px 0px 30px 1px;
	padding:0px 0px 0px 0px;
	border-top: 1px solid #FF9933;
	border-right:1px solid #f1f1f1;
	border-bottom: 1px solid #f1f1f1;
}

#content .container-pay .details-pay ul li.details-1{
	width:401px;
	height:29px;
	background-color:#F1F1F1;
	color:#656565;
	margin-left:1px;
	border-right:solid 1px #fff;
	font-size:16px;
	padding-left:18px;
	padding-top:9px;
}

#content .container-pay .details-pay ul li.details-2{
	width:199px;
	height:29px;
	background-color:#F1F1F1;
	color:#656565;
	font-weight:bold;
	border-right:solid 1px #fff;
	font-size:16px;
	text-align:center;
	padding-top:9px;
}

#content .container-pay .details-pay ul li.valor{
	font-size:20px;
	color:#599840;
}

#content .container-pay .details-pay ul li.box-white{
	background-color:#fff;
	border-right:solid 1px #F1F1F1;
}

#content .container-pay .details-pay ul li.box-white-2{
	background-color:#fff;
}

#content .container-pay .pay{
	width:275px;
	margin:0px 0px 0px 25px;
	float:left;
}

#content .container-pay .pay p{
	color:#656565;
	font-size:12px;
	margin:0px;
	font-weight:normal;
	float:left;
}

#content .container-pay input.btn-green-pay,
#content .container-pay .pay .pagseguro input{
	font-family: Arial; 	
	width:275px;
	height:40px;
	background:url(http://webxtool.com/images/btn-greem-pay.jpg) repeat-x;
	margin:10px 0px 0px 0px;
	/*padding-top: 18px;*/
	-webkit-border-radius: 3px;
  	-moz-border-radius: 3px;
  	border-radius: 3px;
  	-webkit-box-shadow: 0px 1px 2px 0 rgba(0, 0, 0, 0.4);
  	-moz-box-shadow: 0px 1px 2px 0 rgba(0, 0, 0, 0.4);
  	box-shadow: 0px 1px 2px 0 rgba(0, 0, 0, 0.4);
	float:left;
	text-align:center;
	color:#fff;
	font-size:19px;
	font-weight:bold;
	text-decoration:none;
	border-left:1px solid #558100;
	border-right:1px solid #558100;
}

#content .container-pay input.btn-green-pay:hover,
#content .container-pay .pay .pagseguro input:hover{
	font-family: Arial;	
	background:url(http://webxtool.com/images/btn-greem-pay-hover.jpg) repeat-x;
	border-left:1px solid #496D00;
	border-right:1px solid #496D00;
}

#content .container-pay .pay-sucess{
	width:560px;
	margin:50px 0px 250px 0px;
	float:left;
}

#content .container-pay .pay-sucess p{
	color:#656565;
	font-size:14px;
	margin:0px 0px 25px 0px;
	font-weight:normal;
	float:left;
}

#content .container-pay .box-endereco{
	width:320px;
	margin:0px 0px 0px 60px;
	float:left;
}

#content .container-pay .box-endereco h2{
	width:100%;
	float:left;
	color:#656565;
	font-size:18px;
	margin:45px 0px 15px 0px;
	text-transform:none;
}

#content .container-pay .box-endereco p{
	font-size:12px;
	font-weight:normal;
	margin:0px 0px 10px 0px;
	color:#656565;
}

#content .container-pay .box-endereco p a{
	color:#656565;
}

#content .container-pay .box-endereco img{
	margin-right:10px;
}

/* =============================================================================
   Media Queries
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}
/* =============================================================================
   Non-Semantic Helper Classes
   ========================================================================== */
.ir {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
  *line-height: 0;
}
.ir br {
  display: none;
}
.hidden {
  display: none !important;
  visibility: hidden;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.invisible {
  visibility: hidden;
}
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
/* =============================================================================
   Print Styles
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  /* Black prints faster: h5bp.com/s */
  a, a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: "";
  }
  /* Don't show links for images, or javascript/internal links */
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  /* h5bp.com/t */
  tr, img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page  {
    margin: 0.5cm;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }
  h2, h3 {
    page-break-after: avoid;
  }
}

/* See license.txt for terms of usage */
/** reset styling **/
.firebugResetStyles {
    z-index: 2147483646 !important;
    top: 0 !important;
    left: 0 !important;
    display: block !important;
    border: 0 none !important;
    margin: 0 !important;
    padding: 0 !important;
    outline: 0 !important;
    min-width: 0 !important;
    max-width: none !important;
    min-height: 0 !important;
    max-height: none !important;
    position: fixed !important;
    -moz-transform: rotate(0deg) !important;
    -moz-transform-origin: 50% 50% !important;
    -moz-border-radius: 0 !important;
    -moz-box-shadow: none !important;
    background: transparent none !important;
    pointer-events: none !important;
}

.firebugBlockBackgroundColor {
    background-color: transparent !important;
}

.firebugResetStyles:before, .firebugResetStyles:after {
    content: "" !important;
}
/**actual styling to be modified by firebug theme**/
.firebugCanvas {
    display: none !important;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
.firebugLayoutBox {
    width: auto !important;
    position: static !important;
}

.firebugLayoutBoxOffset {
    opacity: 0.8 !important;
    position: fixed !important;
}

.firebugLayoutLine {
    opacity: 0.4 !important;
    background-color: #000000 !important;
}

.firebugLayoutLineLeft, .firebugLayoutLineRight {
    width: 1px !important;
    height: 100% !important;
}

.firebugLayoutLineTop, .firebugLayoutLineBottom {
    width: 100% !important;
    height: 1px !important;
}

.firebugLayoutLineTop {
    margin-top: -1px !important;
    border-top: 1px solid #999999 !important;
}

.firebugLayoutLineRight {
    border-right: 1px solid #999999 !important;
}

.firebugLayoutLineBottom {
    border-bottom: 1px solid #999999 !important;
}

.firebugLayoutLineLeft {
    margin-left: -1px !important;
    border-left: 1px solid #999999 !important;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
.firebugLayoutBoxParent {
    border-top: 0 none !important;
    border-right: 1px dashed #E00 !important;
    border-bottom: 1px dashed #E00 !important;
    border-left: 0 none !important;
    position: fixed !important;
    width: auto !important;
}

.firebugRuler{
    position: absolute !important;
}

.firebugRulerH {
    top: -15px !important;
    left: 0 !important;
    width: 100% !important;
    height: 14px !important;
    background: url("data:image/png,%89PNG%0D%0A%1A%0A%00%00%00%0DIHDR%00%00%13%88%00%00%00%0E%08%02%00%00%00L%25a%0A%00%00%00%04gAMA%00%00%D6%D8%D4OX2%00%00%00%19tEXtSoftware%00Adobe%20ImageReadyq%C9e%3C%00%00%04%F8IDATx%DA%EC%DD%D1n%E2%3A%00E%D1%80%F8%FF%EF%E2%AF2%95%D0D4%0E%C1%14%B0%8Fa-%E9%3E%CC%9C%87n%B9%81%A6W0%1C%A6i%9A%E7y%0As8%1CT%A9R%A5J%95*U%AAT%A9R%A5J%95*U%AAT%A9R%A5J%95*U%AAT%A9R%A5J%95*U%AAT%A9R%A5J%95*U%AAT%A9R%A5J%95*U%AAT%A9R%A5J%95*U%AATE9%FE%FCw%3E%9F%AF%2B%2F%BA%97%FDT%1D~K(%5C%9D%D5%EA%1B%5C%86%B5%A9%BDU%B5y%80%ED%AB*%03%FAV9%AB%E1%CEj%E7%82%EF%FB%18%BC%AEJ8%AB%FA'%D2%BEU9%D7U%ECc0%E1%A2r%5DynwVi%CFW%7F%BB%17%7Dy%EACU%CD%0E%F0%FA%3BX%FEbV%FEM%9B%2B%AD%BE%AA%E5%95v%AB%AA%E3E5%DCu%15rV9%07%B5%7F%B5w%FCm%BA%BE%AA%FBY%3D%14%F0%EE%C7%60%0EU%AAT%A9R%A5J%95*U%AAT%A9R%A5J%95*U%AAT%A9R%A5J%95*U%AAT%A9R%A5J%95*U%AAT%A9R%A5JU%88%D3%F5%1F%AE%DF%3B%1B%F2%3E%DAUCNa%F92%D02%AC%7Dm%F9%3A%D4%F2%8B6%AE*%BF%5C%C2Ym~9g5%D0Y%95%17%7C%C8c%B0%7C%18%26%9CU%CD%13i%F7%AA%90%B3Z%7D%95%B4%C7%60%E6E%B5%BC%05%B4%FBY%95U%9E%DB%FD%1C%FC%E0%9F%83%7F%BE%17%7DkjMU%E3%03%AC%7CWj%DF%83%9An%BCG%AE%F1%95%96yQ%0Dq%5Dy%00%3Et%B5'%FC6%5DS%95pV%95%01%81%FF'%07%00%00%00%00%00%00%00%00%00%F8x%C7%F0%BE%9COp%5D%C9%7C%AD%E7%E6%EBV%FB%1E%E0(%07%E5%AC%C6%3A%ABi%9C%8F%C6%0E9%AB%C0'%D2%8E%9F%F99%D0E%B5%99%14%F5%0D%CD%7F%24%C6%DEH%B8%E9rV%DFs%DB%D0%F7%00k%FE%1D%84%84%83J%B8%E3%BA%FB%EF%20%84%1C%D7%AD%B0%8E%D7U%C8Y%05%1E%D4t%EF%AD%95Q%BF8w%BF%E9%0A%BF%EB%03%00%00%00%00%00%00%00%00%00%B8vJ%8E%BB%F5%B1u%8Cx%80%E1o%5E%CA9%AB%CB%CB%8E%03%DF%1D%B7T%25%9C%D5(%EFJM8%AB%CC'%D2%B2*%A4s%E7c6%FB%3E%FA%A2%1E%80~%0E%3E%DA%10x%5D%95Uig%15u%15%ED%7C%14%B6%87%A1%3B%FCo8%A8%D8o%D3%ADO%01%EDx%83%1A~%1B%9FpP%A3%DC%C6'%9C%95gK%00%00%00%00%00%00%00%00%00%20%D9%C9%11%D0%C0%40%AF%3F%EE%EE%92%94%D6%16X%B5%BCMH%15%2F%BF%D4%A7%C87%F1%8E%F2%81%AE%AAvzr%DA2%ABV%17%7C%E63%83%E7I%DC%C6%0Bs%1B%EF6%1E%00%00%00%00%00%00%00%00%00%80cr%9CW%FF%7F%C6%01%0E%F1%CE%A5%84%B3%CA%BC%E0%CB%AA%84%CE%F9%BF)%EC%13%08WU%AE%AB%B1%AE%2BO%EC%8E%CBYe%FE%8CN%ABr%5Dy%60~%CFA%0D%F4%AE%D4%BE%C75%CA%EDVB%EA(%B7%F1%09g%E5%D9%12%00%00%00%00%00%00%00%00%00H%F6%EB%13S%E7y%5E%5E%FB%98%F0%22%D1%B2'%A7%F0%92%B1%BC%24z3%AC%7Dm%60%D5%92%B4%7CEUO%5E%F0%AA*%3BU%B9%AE%3E%A0j%94%07%A0%C7%A0%AB%FD%B5%3F%A0%F7%03T%3Dy%D7%F7%D6%D4%C0%AAU%D2%E6%DFt%3F%A8%CC%AA%F2%86%B9%D7%F5%1F%18%E6%01%F8%CC%D5%9E%F0%F3z%88%AA%90%EF%20%00%00%00%00%00%00%00%00%00%C0%A6%D3%EA%CFi%AFb%2C%7BB%0A%2B%C3%1A%D7%06V%D5%07%A8r%5D%3D%D9%A6%CAu%F5%25%CF%A2%99%97zNX%60%95%AB%5DUZ%D5%FBR%03%AB%1C%D4k%9F%3F%BB%5C%FF%81a%AE%AB'%7F%F3%EA%FE%F3z%94%AA%D8%DF%5B%01%00%00%00%00%00%00%00%00%00%8E%FB%F3%F2%B1%1B%8DWU%AAT%A9R%A5J%95*U%AAT%A9R%A5J%95*U%AAT%A9R%A5J%95*U%AAT%A9R%A5J%95*U%AAT%A9R%A5J%95*U%AAT%A9R%A5J%95*U%AAT%A9R%A5J%95*UiU%C7%BBe%E7%F3%B9%CB%AAJ%95*U%AAT%A9R%A5J%95*U%AAT%A9R%A5J%95*U%AAT%A9R%A5J%95*U%AAT%A9R%A5J%95*U%AAT%A9R%A5J%95*U%AAT%A9R%A5J%95*U%AAT%A9R%A5*%AAj%FD%C6%D4%5Eo%90%B5Z%ADV%AB%D5j%B5Z%ADV%AB%D5j%B5Z%ADV%AB%D5j%B5Z%ADV%AB%D5j%B5Z%ADV%AB%D5j%B5Z%ADV%AB%D5j%B5Z%ADV%AB%D5j%B5%86%AF%1B%9F%98%DA%EBm%BBV%AB%D5j%B5Z%ADV%AB%D5j%B5Z%ADV%AB%D5j%B5Z%ADV%AB%D5j%B5Z%ADV%AB%D5j%B5Z%ADV%AB%D5j%B5Z%ADV%AB%D5j%B5Z%AD%D6%E4%F58%01%00%00%00%00%00%00%00%00%00%00%00%00%00%40%85%7F%02%0C%008%C2%D0H%16j%8FX%00%00%00%00IEND%AEB%60%82") repeat-x !important;
    border-top: 1px solid #BBBBBB !important;
    border-right: 1px dashed #BBBBBB !important;
    border-bottom: 1px solid #000000 !important;
}

.firebugRulerV {
    top: 0 !important;
    left: -15px !important;
    width: 14px !important;
    height: 100% !important;
    background: url("data:image/png,%89PNG%0D%0A%1A%0A%00%00%00%0DIHDR%00%00%00%0E%00%00%13%88%08%02%00%00%00%0E%F5%CB%10%00%00%00%04gAMA%00%00%D6%D8%D4OX2%00%00%00%19tEXtSoftware%00Adobe%20ImageReadyq%C9e%3C%00%00%06~IDATx%DA%EC%DD%D1v%A20%14%40Qt%F1%FF%FF%E4%97%D9%07%3BT%19%92%DC%40(%90%EEy%9A5%CB%B6%E8%F6%9Ac%A4%CC0%84%FF%DC%9E%CF%E7%E3%F1%88%DE4%F8%5D%C7%9F%2F%BA%DD%5E%7FI%7D%F18%DDn%BA%C5%FB%DF%97%BFk%F2%10%FF%FD%B4%F2M%A7%FB%FD%FD%B3%22%07p%8F%3F%AE%E3%F4S%8A%8F%40%EEq%9D%BE8D%F0%0EY%A1Uq%B7%EA%1F%81%88V%E8X%3F%B4%CEy%B7h%D1%A2E%EBohU%FC%D9%AF2fO%8BBeD%BE%F7X%0C%97%A4%D6b7%2Ck%A5%12%E3%9B%60v%B7r%C7%1AI%8C%BD%2B%23r%00c0%B2v%9B%AD%CA%26%0C%1Ek%05A%FD%93%D0%2B%A1u%8B%16-%95q%5Ce%DCSO%8E%E4M%23%8B%F7%C2%FE%40%BB%BD%8C%FC%8A%B5V%EBu%40%F9%3B%A72%FA%AE%8C%D4%01%CC%B5%DA%13%9CB%AB%E2I%18%24%B0n%A9%0CZ*Ce%9C%A22%8E%D8NJ%1E%EB%FF%8F%AE%CAP%19*%C3%BAEKe%AC%D1%AAX%8C*%DEH%8F%C5W%A1e%AD%D4%B7%5C%5B%19%C5%DB%0D%EF%9F%19%1D%7B%5E%86%BD%0C%95%A12%AC%5B*%83%96%CAP%19%F62T%86%CAP%19*%83%96%CA%B8Xe%BC%FE)T%19%A1%17xg%7F%DA%CBP%19*%C3%BA%A52T%86%CAP%19%F62T%86%CA%B0n%A9%0CZ%1DV%C6%3D%F3%FCH%DE%B4%B8~%7F%5CZc%F1%D6%1F%AF%84%F9%0F6%E6%EBVt9%0E~%BEr%AF%23%B0%97%A12T%86%CAP%19%B4T%86%CA%B8Re%D8%CBP%19*%C3%BA%A52huX%19%AE%CA%E5%BC%0C%7B%19*CeX%B7h%A9%0C%95%E1%BC%0C%7B%19*CeX%B7T%06%AD%CB%5E%95%2B%BF.%8F%C5%97%D5%E4%7B%EE%82%D6%FB%CF-%9C%FD%B9%CF%3By%7B%19%F62T%86%CA%B0n%D1R%19*%A3%D3%CA%B0%97%A12T%86uKe%D0%EA%B02*%3F1%99%5DB%2B%A4%B5%F8%3A%7C%BA%2B%8Co%7D%5C%EDe%A8%0C%95a%DDR%19%B4T%C66%82fA%B2%ED%DA%9FC%FC%17GZ%06%C9%E1%B3%E5%2C%1A%9FoiB%EB%96%CA%A0%D5qe4%7B%7D%FD%85%F7%5B%ED_%E0s%07%F0k%951%ECr%0D%B5C%D7-g%D1%A8%0C%EB%96%CA%A0%A52T%C6)*%C3%5E%86%CAP%19%D6-%95A%EB*%95q%F8%BB%E3%F9%AB%F6%E21%ACZ%B7%22%B7%9B%3F%02%85%CB%A2%5B%B7%BA%5E%B7%9C%97%E1%BC%0C%EB%16-%95%A12z%AC%0C%BFc%A22T%86uKe%D0%EA%B02V%DD%AD%8A%2B%8CWhe%5E%AF%CF%F5%3B%26%CE%CBh%5C%19%CE%CB%B0%F3%A4%095%A1%CAP%19*Ce%A8%0C%3BO*Ce%A8%0C%95%A12%3A%AD%8C%0A%82%7B%F0v%1F%2FD%A9%5B%9F%EE%EA%26%AF%03%CA%DF9%7B%19*Ce%A8%0C%95%A12T%86%CA%B8Ze%D8%CBP%19*Ce%A8%0C%95%D1ae%EC%F7%89I%E1%B4%D7M%D7P%8BjU%5C%BB%3E%F2%20%D8%CBP%19*Ce%A8%0C%95%A12T%C6%D5*%C3%5E%86%CAP%19*Ce%B4O%07%7B%F0W%7Bw%1C%7C%1A%8C%B3%3B%D1%EE%AA%5C%D6-%EBV%83%80%5E%D0%CA%10%5CU%2BD%E07YU%86%CAP%19*%E3%9A%95%91%D9%A0%C8%AD%5B%EDv%9E%82%FFKOee%E4%8FUe%A8%0C%95%A12T%C6%1F%A9%8C%C8%3D%5B%A5%15%FD%14%22r%E7B%9F%17l%F8%BF%ED%EAf%2B%7F%CF%ECe%D8%CBP%19*Ce%A8%0C%95%E1%93~%7B%19%F62T%86%CAP%19*Ce%A8%0C%E7%13%DA%CBP%19*Ce%A8%0CZf%8B%16-Z%B4h%D1R%19f%8B%16-Z%B4h%D1R%19%B4%CC%16-Z%B4h%D1R%19%B4%CC%16-Z%B4h%D1%A2%A52%CC%16-Z%B4h%D1%A2%A52h%99-Z%B4h%D1%A2%A52h%99-Z%B4h%D1%A2EKe%98-Z%B4h%D1%A2EKe%D02%5B%B4h%D1%A2EKe%D02%5B%B4h%D1%A2E%8B%96%CA0%5B%B4h%D1%A2E%8B%96%CA%A0e%B6h%D1%A2E%8B%96%CA%A0e%B6h%D1%A2E%8B%16-%95a%B6h%D1%A2E%8B%16-%95A%CBl%D1%A2E%8B%16-%95A%CBl%D1%A2E%8B%16-Z*%C3l%D1%A2E%8B%16-Z*%83%96%D9%A2E%8B%16-Z*%83%96%D9%A2E%8B%16-Z%B4T%86%D9%A2E%8B%16-Z%B4T%06-%B3E%8B%16-Z%B4T%06-%B3E%8B%16-Z%B4h%A9%0C%B3E%8B%16-Z%B4h%A9%0CZf%8B%16-Z%B4h%A9%0CZf%8B%16-Z%B4h%D1R%19f%8B%16-Z%B4h%D1R%19%B4%CC%16-Z%B4h%D1R%19%B4%CC%16-Z%B4h%D1%A2%A52%CC%16-Z%B4h%D1%A2%A52h%99-Z%B4h%D1%A2%A52h%99-Z%B4h%D1%A2EKe%98-Z%B4h%D1%A2EKe%D02%5B%B4h%D1%A2EKe%D02%5B%B4h%D1%A2E%8B%96%CA0%5B%B4h%D1%A2E%8B%96%CA%A0e%B6h%D1%A2E%8B%96%CA%A0e%B6h%D1%A2E%8B%16-%95a%B6h%D1%A2E%8B%16-%95A%CBl%D1%A2E%8B%16-%95A%CBl%D1%A2E%8B%16-Z*%C3l%D1%A2E%8B%16-Z*%83%96%D9%A2E%8B%16-Z*%83%96%D9%A2E%8B%16-Z%B4T%86%D9%A2E%8B%16-Z%B4T%06-%B3E%8B%16-Z%B4T%06-%B3E%8B%16-Z%B4h%A9%0C%B3E%8B%16-Z%B4h%A9%0CZf%8B%16-Z%B4h%A9%0CZf%8B%16-Z%B4h%D1R%19f%8B%16-Z%B4h%D1R%19%B4%CC%16-Z%B4h%D1R%19%B4%CC%16-Z%B4h%D1%A2%A52%CC%16-Z%B4h%D1%A2%A52h%99-Z%B4h%D1%A2%A52h%99-Z%B4h%D1%A2EKe%98-Z%B4h%D1%A2EKe%D02%5B%B4h%D1%A2EKe%D02%5B%B4h%D1%A2E%8B%96%CA0%5B%B4h%D1%A2E%8B%96%CA%A0e%B6h%D1%A2E%8B%96%CA%A0e%B6h%D1%A2E%8B%16-%95a%B6h%D1%A2E%8B%16-%95A%CBl%D1%A2E%8B%16-%95A%CBl%D1%A2E%8B%16-Z*%C3l%D1%A2E%8B%16-Z*%83%96%D9%A2E%8B%16-Z*%83%96%D9%A2E%8B%16-Z%B4T%86%D9%A2E%8B%16-Z%B4T%06-%B3E%8B%16-Z%B4%AE%A4%F5%25%C0%00%DE%BF%5C'%0F%DA%B8q%00%00%00%00IEND%AEB%60%82") repeat-y !important;
    border-left: 1px solid #BBBBBB !important;
    border-right: 1px solid #000000 !important;
    border-bottom: 1px dashed #BBBBBB !important;
}

.overflowRulerX > .firebugRulerV {
    left: 0 !important;
}

.overflowRulerY > .firebugRulerH {
    top: 0 !important;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
.fbProxyElement {
    position: fixed !important;
    pointer-events: auto !important;
}

/*
  960 Grid System ~ Core CSS.
  Learn more ~ http://960.gs/
  Licensed under GPL and MIT.
*/

/*
  Forces backgrounds to span full width,
  even if there is horizontal scrolling.
  Increase this if your layout is wider.
  Note: IE6 works fine without this fix.
*/

body {

  min-width: 960px;

}



/* `Container

----------------------------------------------------------------------------------------------------*/



.container_12 {

  margin-left: auto;

  margin-right: auto;

  width: 960px;

}



/* `Grid >> Global

----------------------------------------------------------------------------------------------------*/



.grid_1,

.grid_2,

.grid_3,

.grid_4,

.grid_5,

.grid_6,

.grid_7,

.grid_8,

.grid_9,

.grid_10,

.grid_11,

.grid_12 {

  display: inline;

  float: left;

  margin-left: 10px;

  margin-right: 10px;

}



.push_1, .pull_1,

.push_2, .pull_2,

.push_3, .pull_3,

.push_4, .pull_4,

.push_5, .pull_5,

.push_6, .pull_6,

.push_7, .pull_7,

.push_8, .pull_8,

.push_9, .pull_9,

.push_10, .pull_10,

.push_11, .pull_11 {

  position: relative;

}



/* `Grid >> Children (Alpha ~ First, Omega ~ Last)

----------------------------------------------------------------------------------------------------*/



.alpha {

  margin-left: 0;

}



.omega {

  margin-right: 0;

}



/* `Grid >> 12 Columns

----------------------------------------------------------------------------------------------------*/



.container_12 .grid_1 {

  width: 60px;

}



.container_12 .grid_2 {

  width: 140px;

}



.container_12 .grid_3 {

  width: 220px;

}



.container_12 .grid_4 {

  width: 300px;

}



.container_12 .grid_5 {

  width: 380px;

}



.container_12 .grid_6 {

  width: 460px;

}



.container_12 .grid_7 {

  width: 540px;

}



.container_12 .grid_8 {

  width: 620px;

}



.container_12 .grid_9 {

  width: 700px;

}



.container_12 .grid_10 {

  width: 780px;

}



.container_12 .grid_11 {

  width: 860px;

}



.container_12 .grid_12 {

  width: 940px;

}



/* `Prefix Extra Space >> 12 Columns

----------------------------------------------------------------------------------------------------*/



.container_12 .prefix_1 {

  padding-left: 80px;

}



.container_12 .prefix_2 {

  padding-left: 160px;

}



.container_12 .prefix_3 {

  padding-left: 240px;

}



.container_12 .prefix_4 {

  padding-left: 320px;

}



.container_12 .prefix_5 {

  padding-left: 400px;

}



.container_12 .prefix_6 {

  padding-left: 480px;

}



.container_12 .prefix_7 {

  padding-left: 560px;

}



.container_12 .prefix_8 {

  padding-left: 640px;

}



.container_12 .prefix_9 {

  padding-left: 720px;

}



.container_12 .prefix_10 {

  padding-left: 800px;

}



.container_12 .prefix_11 {

  padding-left: 880px;

}



/* `Suffix Extra Space >> 12 Columns

----------------------------------------------------------------------------------------------------*/



.container_12 .suffix_1 {

  padding-right: 80px;

}



.container_12 .suffix_2 {

  padding-right: 160px;

}



.container_12 .suffix_3 {

  padding-right: 240px;

}



.container_12 .suffix_4 {

  padding-right: 320px;

}



.container_12 .suffix_5 {

  padding-right: 400px;

}



.container_12 .suffix_6 {

  padding-right: 480px;

}



.container_12 .suffix_7 {

  padding-right: 560px;

}



.container_12 .suffix_8 {

  padding-right: 640px;

}



.container_12 .suffix_9 {

  padding-right: 720px;

}



.container_12 .suffix_10 {

  padding-right: 800px;

}



.container_12 .suffix_11 {

  padding-right: 880px;

}



/* `Push Space >> 12 Columns

----------------------------------------------------------------------------------------------------*/



.container_12 .push_1 {

  left: 80px;

}



.container_12 .push_2 {

  left: 160px;

}



.container_12 .push_3 {

  left: 240px;

}



.container_12 .push_4 {

  left: 320px;

}



.container_12 .push_5 {

  left: 400px;

}



.container_12 .push_6 {

  left: 480px;

}



.container_12 .push_7 {

  left: 560px;

}



.container_12 .push_8 {

  left: 640px;

}



.container_12 .push_9 {

  left: 720px;

}



.container_12 .push_10 {

  left: 800px;

}



.container_12 .push_11 {

  left: 880px;

}



/* `Pull Space >> 12 Columns

----------------------------------------------------------------------------------------------------*/



.container_12 .pull_1 {

  left: -80px;

}



.container_12 .pull_2 {

  left: -160px;

}



.container_12 .pull_3 {

  left: -240px;

}



.container_12 .pull_4 {

  left: -320px;

}



.container_12 .pull_5 {

  left: -400px;

}



.container_12 .pull_6 {

  left: -480px;

}



.container_12 .pull_7 {

  left: -560px;

}



.container_12 .pull_8 {

  left: -640px;

}



.container_12 .pull_9 {

  left: -720px;

}



.container_12 .pull_10 {

  left: -800px;

}



.container_12 .pull_11 {

  left: -880px;

}

.notice, .error, .alert {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	overflow: hidden;
	margin-bottom: 10px;
}

.notice div, .error div, .alert div {
	float: left;
	padding: 10px;
}

.notice div p, .error div p, .alert div p {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

/*
	Success Message
-------------------------------------------------------------------------------*/
.notice {
	background-color: #d7e6bd;	
	margin: 0 230px 20px 230px;
	cursor: pointer;
	width: 60%;
}

.notice .success-icon {
	background-color: #c3d6a2;
	height: 15px;
	width: 15px;
}
/*
	Error Message
-------------------------------------------------------------------------------*/
.flash.error {
	background-color: #ffcccc;
	margin: 0 230px 20px 230px;
	text-align: center;
	cursor: pointer;
	width: 60%;
}

.error {
	background-color: #ffcccc;
	border: 1px solid #d16464;
	border-radius: 5px;	
	text-align: left;
	cursor: pointer;
	height: auto;
	width: 50%;
	clear: both;
}

.error .error-icon {
	background-color: #ffabab;
	height: 15px;
	width: 15px;
}
form#new_user .error_messages .flash.error{
    margin: 0px 0px 10px 0px;
    width: 80%;
    height: 36px;
}

form#new_user .error_messages .flash div.message-text p{
    margin-top: 0px;
}
/*
	Attention Message
-------------------------------------------------------------------------------*/
.alert {
	background-color: #f7e1ba;
	margin: 0 230px 20px 230px;
	text-align: center;
	cursor: pointer;
	width: 60%;
}

.alert .alert-icon {
	background-color: #edce98;
	height: 15px;
	width: 15px;
}

div.field_with_errors input,
div.field_with_errors textarea,
div.field_with_errors select {
	border-color: #D16464;
	background-color: #FFE0E0;
}

form div.error_messages ul {
	list-style: circle inside;
}
form div.error_messages li {
	padding: 2px 0;
}
form div.error_messages h2 {
	margin: 0;
}

#image_icon{
	margin: 8px 6px 0;
	float: left;
}

#text_description{
	float: left;
}
.clear {
	clear: both;
}
/*
 * Terms
 */
#terms h1{
	font-size:28px;
	font-weight:bold;
	margin:0px 0px 5px 0px;
}
#terms p{
	font-size:16px;
	color:#656565;
	margin:5px 0px 5px 0px;
}

#content {
	height: auto;
	overflow: auto;
}
/*
 * 
 */
#new_user {
	width: 976px;
}

.signup_form .container_12 .box-form #new_user.new_user{
    width: 427px;
}

.signup_form #new_user .btn-send .green_button{
    display: block;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0px 1px 2px 0 rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 1px 2px 0 rgba(0, 0, 0, 0.4);
    box-shadow: 0px 1px 2px 0 rgba(0, 0, 0, 0.4);
    padding: 8px 10px 8px;
    text-decoration: none;
    background: url(http://webxtool.com/images/big-green-btn.jpg) repeat-x;
    width:274px;
    height: 42px;
    font-size: 20px;
    vertical-align: middle;
    margin-bottom:8px;
    border: 1px solid #568100;
    color: #ffffff;
}

.social .container_12 .grid_6 ul.share li{
    width:100px;
}

.introduction{
    font-size: 16px;
}

/* Social Buttons */
.social-buttons{
    height: 30px;
    margin-top: 10px;
}

.twitter-button, .facebook-button, .gplus-button, .pinterest-button{
    float: left;
    margin-right: 10px;
}

.facebook-button{
    margin-right: 40px;
}

/* General Tour Style */
.container{
	width: 100%;
	position: relative;
}

#main .container_12 h1 {
	font-size: 28px;
    font-weight: bold;
    margin: 0 0 5px;
}

#main #wrap-slider {
	background-color: #f4f4f4;
	border-top: 5px solid #e5e5e5;
	border-bottom: 5px solid #e5e5e5;
	margin: 30px 0 100px;
	padding-top: 60px;
}

.da-slider{
	width: 960px;
	height: 360px;
	margin:0 auto;
	position: relative;
}

.da-slide{
	position: relative;
}

.da-slide h2.tour-central-urls {
	background: url("../images/icon-url-big.png") no-repeat scroll 0 0 transparent;
    padding-left: 40px;
}

.da-slide h2.tour-documentos {
	background: url("../images/document-icon.png") no-repeat scroll 0 0 transparent;
	padding-left: 40px;
}

.da-slide h2.tour-seo-score {
	background: url("../images/icon-seo-score-big.png") no-repeat scroll 0 0 transparent;
	padding-bottom: 5px;
    padding-left: 40px;
}

.da-slide h2.tour-posicionamento {
	background: url("../images/icon-posicionamentos-big.png") no-repeat scroll 0 0 transparent;
	padding-left: 40px;
}

.da-slide h2.tour-backlinks {
	background: url("../images/icon-backlinks-big.png") no-repeat scroll 0 0 transparent;
	padding-left: 40px;
	padding-bottom: 5px;
}

.da-slide h2.tour-task-list {
	background: url("../images/icon-sistema-tarefas-big.png") no-repeat scroll 0 0 transparent;
	padding-left: 40px;
	padding-bottom: 5px;
}

.da-slide h2.tour-relatorios {
	background: url(../images/icone-relatorios.png) no-repeat scroll 0 0 transparent;
	padding-left: 40px;
	padding-bottom: 5px;
}

.da-slide h2.tour-ideias {
	background: url(http://webxtool.com/images/icone-ideia.png) no-repeat scroll 0 0 transparent;
	padding-left: 40px;
	padding-bottom: 5px;
}

.da-slide h2.tour-issues {
	background: url(http://webxtool.com/images/problems-icon.png) no-repeat scroll 0 0 transparent;
	padding-left: 40px;
	padding-bottom: 5px;
}

.da-slide-current{
	z-index: 1000;
}

.da-slider-fb  .da-slide.da-slide-current{
	left: 0px;
}

.da-slide h2,
.da-slide p,
.da-slide .da-link,
.da-slide .da-img{
	position: absolute;
	left: 110%;
    opacity: 0;
}

.da-slide p{
	width:40%;
	color: #333333;
    font-size: 14px;
    line-height: 1.5;
	margin-top:40px;
}

.da-slide .da-img{
	width: 50%;
	height: 256px;
	right: 10%; /*60%*/
}

.da-slide .da-link{
	top: 240px; /*depends on p height*/
	color: #653300;
    text-decoration: none;
	background: url("https://www.webxtool.com/images/read-more-yellow-btn.jpg") repeat-x scroll 0 0 transparent;
    border-left: 1px solid #DB902A;
    border-radius: 3px 3px 3px 3px;
    border-right: 1px solid #DB902A;
    box-shadow: 0 0 2px #CCCCCC;
    padding: 8px 15px;
    text-align: center;
	display: block;
	float: left;
	line-height: 16px;
}

.da-dots{
	width: 100%;
	position: absolute;
	text-align: center;
	left: 0px;
	bottom: 5px;
	z-index: 2000;
	-moz-user-select: none;
	-webkit-user-select: none;
}

.da-dots span{
	display: inline-block;
	position: relative;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background: #006699;
	margin: 3px;
	cursor: pointer;
	box-shadow:
		1px 1px 1px rgba(0,0,0,0.1) inset,
		1px 1px 1px rgba(255,255,255,0.1);
}

.da-dots span.da-dots-current:after{
	content: '';
	width: 14px;
	height: 14px;
	position: absolute;
	top: 2px;
	left: 2px;
	border-radius: 50%;
	background: #fff;
}

.da-arrows{
	-moz-user-select: none;
	-webkit-user-select: none;
}

.da-arrows span{
	position: absolute;
	top: 40%;
	height: 30px;
	width: 30px;
	border-radius: 50%;
	background: #ccc;
	cursor: pointer;
	z-index: 2000;
	box-shadow:
		1px 1px 1px rgba(0,0,0,0.1) inset,
		1px 1px 1px rgba(255,255,255,0.1);
	-webkit-transition: opacity 0.4s ease-in-out-out 0.2s;
	-moz-transition: opacity 0.4s ease-in-out-out 0.2s;
	-o-transition: opacity 0.4s ease-in-out-out 0.2s;
	-ms-transition: opacity 0.4s ease-in-out-out 0.2s;
	transition: opacity 0.4s ease-in-out-out 0.2s;
}

.da-arrows span:after{
	content: '';
	position: absolute;
	width: 20px;
	height: 20px;
	top: 5px;
	left: 5px;
	background: transparent url(http://webxtool.com/images/arrows_2.png) no-repeat top left;
	border-radius: 50%;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.1);
}

.da-arrows span:hover:after{
	box-shadow: 1px 1px 4px rgba(0,0,0,0.3);
}
.da-arrows span:active:after{
	box-shadow: 1px 1px 1px rgba(255,255,255,0.1);
}
.da-arrows span.da-arrows-next:after{
	background-position: top right;
}
.da-arrows span.da-arrows-prev{
    left: -100px;
}
.da-arrows span.da-arrows-next{
    right: -100px;
}

.da-slide-current h2,
.da-slide-current p,
.da-slide-current .da-link{
	left: 0;
	opacity: 1;
}
.da-slide-current .da-img{
	left: 40%;
	opacity: 1;
}
/* Animation classes and animations */

/* Slide in from the right*/
.da-slide-fromright h2{
	-webkit-animation: fromRightAnim1 0.6s ease-in 0.8s both;
	-moz-animation: fromRightAnim1 0.6s ease-in 0.8s both;
	-o-animation: fromRightAnim1 0.6s ease-in 0.8s both;
	-ms-animation: fromRightAnim1 0.6s ease-in 0.8s both;
	animation: fromRightAnim1 0.6s ease-in 0.8s both;
}
.da-slide-fromright p{
	-webkit-animation: fromRightAnim2 0.6s ease-in 0.8s both;
	-moz-animation: fromRightAnim2 0.6s ease-in 0.8s both;
	-o-animation: fromRightAnim2 0.6s ease-in 0.8s both;
	-ms-animation: fromRightAnim2 0.6s ease-in 0.8s both;
	animation: fromRightAnim2 0.6s ease-in 0.8s both;
}
.da-slide-fromright .da-link{
	-webkit-animation: fromRightAnim3 0.4s ease-in 1.2s both;
	-moz-animation: fromRightAnim3 0.4s ease-in 1.2s both;
	-o-animation: fromRightAnim3 0.4s ease-in 1.2s both;
	-ms-animation: fromRightAnim3 0.4s ease-in 1.2s both;
	animation: fromRightAnim3 0.4s ease-in 1.2s both;
}
.da-slide-fromright .da-img{
	-webkit-animation: fromRightAnim4 0.6s ease-in 0.8s both;
	-moz-animation: fromRightAnim4 0.6s ease-in 0.8s both;
	-o-animation: fromRightAnim4 0.6s ease-in 0.8s both;
	-ms-animation: fromRightAnim4 0.6s ease-in 0.8s both;
	animation: fromRightAnim4 0.6s ease-in 0.8s both;
}
@-webkit-keyframes fromRightAnim1{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 0%; opacity: 1; }
}
@-webkit-keyframes fromRightAnim2{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 0%; opacity: 1; }
}
@-webkit-keyframes fromRightAnim3{
	0%{ left: 110%; opacity: 0; }
	1%{ left: 10%; opacity: 0; }
	100%{ left: 0%; opacity: 1; }
}
@-webkit-keyframes fromRightAnim4{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 40%; opacity: 1; }
}

@-moz-keyframes fromRightAnim1{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 0%; opacity: 1; }
}
@-moz-keyframes fromRightAnim2{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 7%; opacity: 1; }
}
@-moz-keyframes fromRightAnim3{
	0%{ left: 110%; opacity: 0; }
	1%{ left: 10%; opacity: 0; }
	100%{ left: 0%; opacity: 1; }
}
@-moz-keyframes fromRightAnim4{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 40%; opacity: 1; }
}

@-o-keyframes fromRightAnim1{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 0%; opacity: 1; }
}
@-o-keyframes fromRightAnim2{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 0%; opacity: 1; }
}
@-o-keyframes fromRightAnim3{
	0%{ left: 110%; opacity: 0; }
	1%{ left: 10%; opacity: 0; }
	100%{ left: 0%; opacity: 1; }
}
@-o-keyframes fromRightAnim4{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 40%; opacity: 1; }
}

@-ms-keyframes fromRightAnim1{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 0%; opacity: 1; }
}
@-ms-keyframes fromRightAnim2{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 7%; opacity: 1; }
}
@-ms-keyframes fromRightAnim3{
	0%{ left: 110%; opacity: 0; }
	1%{ left: 10%; opacity: 0; }
	100%{ left: 0%; opacity: 1; }
}
@-ms-keyframes fromRightAnim4{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 40%; opacity: 1; }
}

@keyframes fromRightAnim1{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 0%; opacity: 1; }
}
@keyframes fromRightAnim2{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 0%; opacity: 1; }
}
@keyframes fromRightAnim3{
	0%{ left: 110%; opacity: 0; }
	1%{ left: 10%; opacity: 0; }
	100%{ left: 0%; opacity: 1; }
}
@keyframes fromRightAnim4{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 40%; opacity: 1; }
}
/* Slide in from the left*/
.da-slide-fromleft h2{
	-webkit-animation: fromLeftAnim1 0.6s ease-in 0.6s both;
	-moz-animation: fromLeftAnim1 0.6s ease-in 0.6s both;
	-o-animation: fromLeftAnim1 0.6s ease-in 0.6s both;
	-ms-animation: fromLeftAnim1 0.6s ease-in 0.6s both;
	animation: fromLeftAnim1 0.6s ease-in 0.6s both;
}
.da-slide-fromleft p{
	-webkit-animation: fromLeftAnim2 0.6s ease-in 0.6s both;
	-moz-animation: fromLeftAnim2 0.6s ease-in 0.6s both;
	-o-animation: fromLeftAnim2 0.6s ease-in 0.6s both;
	-ms-animation: fromLeftAnim2 0.6s ease-in 0.6s both;
	animation: fromLeftAnim2 0.6s ease-in 0.6s both;
}
.da-slide-fromleft .da-link{
	-webkit-animation: fromLeftAnim3 0.4s ease-in 1.2s both;
	-moz-animation: fromLeftAnim3 0.4s ease-in 1.2s both;
	-o-animation: fromLeftAnim3 0.4s ease-in 1.2s both;
	-ms-animation: fromLeftAnim3 0.4s ease-in 1.2s both;
	animation: fromLeftAnim3 0.4s ease-in 1.2s both;
}
.da-slide-fromleft .da-img{
	-webkit-animation: fromLeftAnim4 0.6s ease-in 0.6s both;
	-moz-animation: fromLeftAnim4 0.6s ease-in 0.6s both;
	-o-animation: fromLeftAnim4 0.6s ease-in 0.6s both;
	-ms-animation: fromLeftAnim4 0.6s ease-in 0.6s both;
	animation: fromLeftAnim4 0.6s ease-in 0.6s both;
}
@-webkit-keyframes fromLeftAnim1{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 0%; opacity: 1; }
}
@-webkit-keyframes fromLeftAnim2{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 0%; opacity: 1; }
}
@-webkit-keyframes fromLeftAnim3{
	0%{ left: -110%; opacity: 0; }
	1%{ left: 10%; opacity: 0; }
	100%{ left: 0%; opacity: 1; }
}
@-webkit-keyframes fromLeftAnim4{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 40%; opacity: 1; }
}

@-moz-keyframes fromLeftAnim1{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 0%; opacity: 1; }
}
@-moz-keyframes fromLeftAnim2{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 0%; opacity: 1; }
}
@-moz-keyframes fromLeftAnim3{
	0%{ left: -110%; opacity: 0; }
	1%{ left: 10%; opacity: 0; }
	100%{ left: 0%; opacity: 1; }
}
@-moz-keyframes fromLeftAnim4{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 40%; opacity: 1; }
}

@-o-keyframes fromLeftAnim1{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 0%; opacity: 1; }
}
@-o-keyframes fromLeftAnim2{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 0%; opacity: 1; }
}
@-o-keyframes fromLeftAnim3{
	0%{ left: -110%; opacity: 0; }
	1%{ left: 10%; opacity: 0; }
	100%{ left: 0%; opacity: 1; }
}
@-o-keyframes fromLeftAnim4{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 40%; opacity: 1; }
}

@-ms-keyframes fromLeftAnim1{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 0%; opacity: 1; }
}
@-ms-keyframes fromLeftAnim2{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 0%; opacity: 1; }
}
@-ms-keyframes fromLeftAnim3{
	0%{ left: -110%; opacity: 0; }
	1%{ left: 10%; opacity: 0; }
	100%{ left: 0%; opacity: 1; }
}
@-ms-keyframes fromLeftAnim4{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 40%; opacity: 1; }
}

@keyframes fromLeftAnim1{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 0%; opacity: 1; }
}
@keyframes fromLeftAnim2{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 0%; opacity: 1; }
}
@keyframes fromLeftAnim3{
	0%{ left: -110%; opacity: 0; }
	1%{ left: 10%; opacity: 0; }
	100%{ left: 0%; opacity: 1; }
}
@keyframes fromLeftAnim4{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 40%; opacity: 1; }
}
/* Slide out to the right */
.da-slide-toright h2{
	-webkit-animation: toRightAnim1 0.6s ease-in 0.6s both;
	-moz-animation: toRightAnim1 0.6s ease-in 0.6s both;
	-o-animation: toRightAnim1 0.6s ease-in 0.6s both;
	-ms-animation: toRightAnim1 0.6s ease-in 0.6s both;
	animation: toRightAnim1 0.6s ease-in 0.6s both;
}
.da-slide-toright p{
	-webkit-animation: toRightAnim2 0.6s ease-in 0.3s both;
	-moz-animation: toRightAnim2 0.6s ease-in 0.3s both;
	-o-animation: toRightAnim2 0.6s ease-in 0.3s both;
	-ms-animation: toRightAnim2 0.6s ease-in 0.3s both;
	animation: toRightAnim2 0.6s ease-in 0.3s both;
}
.da-slide-toright .da-link{
	-webkit-animation: toRightAnim3 0.4s ease-in both;
	-moz-animation: toRightAnim3 0.4s ease-in both;
	-o-animation: toRightAnim3 0.4s ease-in both;
	-ms-animation: toRightAnim3 0.4s ease-in both;
	animation: toRightAnim3 0.4s ease-in both;
}
.da-slide-toright .da-img{
	-webkit-animation: toRightAnim4 0.6s ease-in both;
	-moz-animation: toRightAnim4 0.6s ease-in both;
	-o-animation: toRightAnim4 0.6s ease-in both;
	-ms-animation: toRightAnim4 0.6s ease-in both;
	animation: toRightAnim4 0.6s ease-in both;
}
@-webkit-keyframes toRightAnim1{
	0%{ left: 0%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}
@-webkit-keyframes toRightAnim2{
	0%{ left: 0%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}

@-webkit-keyframes toRightAnim3{
	0%{ left: 0%;  opacity: 1; }
	99%{ left: 10%; opacity: 0; }
	100%{ left: 100%; opacity: 0; }
}
@-webkit-keyframes toRightAnim4{
	0%{ left: 40%;  opacity: 1; }
	30%{ left: 55%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}

@-moz-keyframes toRightAnim1{
	0%{ left: 0%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}
@-moz-keyframes toRightAnim2{
	0%{ left: 0%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}
@-moz-keyframes toRightAnim3{
	0%{ left: 0%;  opacity: 1; }
	99%{ left: 10%; opacity: 0; }
	100%{ left: 100%; opacity: 0; }
}
@-moz-keyframes toRightAnim4{
	0%{ left: 40%;  opacity: 1; }
	30%{ left: 55%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}

@-o-keyframes toRightAnim1{
	0%{ left: 0%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}
@-o-keyframes toRightAnim2{
	0%{ left: 0%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}
@-o-keyframes toRightAnim3{
	0%{ left: 0%;  opacity: 1; }
	99%{ left: 10%; opacity: 0; }
	100%{ left: 100%; opacity: 0; }
}
@-o-keyframes toRightAnim4{
	0%{ left: 40%;  opacity: 1; }
	30%{ left: 55%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}

@-ms-keyframes toRightAnim1{
	0%{ left: 0%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}
@-ms-keyframes toRightAnim2{
	0%{ left: 0%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}
@-ms-keyframes toRightAnim3{
	0%{ left: 0%;  opacity: 1; }
	99%{ left: 10%; opacity: 0; }
	100%{ left: 100%; opacity: 0; }
}
@-ms-keyframes toRightAnim4{
	0%{ left: 40%;  opacity: 1; }
	30%{ left: 55%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}

@keyframes toRightAnim1{
	0%{ left: 0%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}
@keyframes toRightAnim2{
	0%{ left: 0%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}
@keyframes toRightAnim3{
	0%{ left: 0%;  opacity: 1; }
	99%{ left: 10%; opacity: 0; }
	100%{ left: 100%; opacity: 0; }
}
@keyframes toRightAnim4{
	0%{ left: 40%;  opacity: 1; }
	30%{ left: 55%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}

/* Slide out to the left*/
.da-slide-toleft h2{
	-webkit-animation: toLeftAnim1 0.6s ease-in both;
	-moz-animation: toLeftAnim1 0.6s ease-in both;
	-o-animation: toLeftAnim1 0.6s ease-in both;
	-ms-animation: toLeftAnim1 0.6s ease-in both;
	animation: toLeftAnim1 0.6s ease-in both;
}
.da-slide-toleft p{
	-webkit-animation: toLeftAnim2 0.6s ease-in 0.3s both;
	-moz-animation: toLeftAnim2 0.6s ease-in 0.3s both;
	-o-animation: toLeftAnim2 0.6s ease-in 0.3s both;
	-ms-animation: toLeftAnim2 0.6s ease-in 0.3s both;
	animation: toLeftAnim2 0.6s ease-in 0.3s both;
}
.da-slide-toleft .da-link{
	-webkit-animation: toLeftAnim3 0.4s ease-in both;
	-moz-animation: toLeftAnim3 0.4s ease-in both;
	-o-animation: toLeftAnim3 0.4s ease-in both;
	-ms-animation: toLeftAnim3 0.4s ease-in both;
	animation: toLeftAnim3 0.4s ease-in both;
}
.da-slide-toleft .da-img{
	-webkit-animation: toLeftAnim4 0.6s ease-in 0.6s both;
	-moz-animation: toLeftAnim4 0.6s ease-in 0.6s both;
	-o-animation: toLeftAnim4 0.6s ease-in 0.6s both;
	-ms-animation: toLeftAnim4 0.6s ease-in 0.6s both;
	animation: toLeftAnim4 0.6s ease-in 0.6s both;
}
@-webkit-keyframes toLeftAnim1{
	0%{ left: 0%;  opacity: 1; }
	30%{ left: 15%;  opacity: 1; }
	100%{ left: -50%; opacity: 0; }
}
@-webkit-keyframes toLeftAnim2{
	0%{ left: 0%;  opacity: 1; }
	30%{ left: 15%;  opacity: 1; }
	100%{ left: -50%; opacity: 0; }
}
@-webkit-keyframes toLeftAnim3{
	0%{ left: 0%;  opacity: 1; }
	99%{ left: 10%; opacity: 0; }
	100%{ left: -50%; opacity: 0; }
}
@-webkit-keyframes toLeftAnim4{
	0%{ left: 40%;  opacity: 1; }
	40%{ left: 46%;  opacity: 1; }
	90%{ left: 0%;  opacity: 0; }
	100%{ left: -50%; opacity: 0; }
}

@-moz-keyframes toLeftAnim1{
	0%{ left: 0%;  opacity: 1; }
	30%{ left: 15%;  opacity: 1; }
	100%{ left: -50%; opacity: 0; }
}
@-moz-keyframes toLeftAnim2{
	0%{ left: 0%;  opacity: 1; }
	30%{ left: 15%;  opacity: 1; }
	100%{ left: -50%; opacity: 0; }
}
@-moz-keyframes toLeftAnim3{
	0%{ left: 0%;  opacity: 1; }
	99%{ left: 10%; opacity: 0; }
	100%{ left: -50%; opacity: 0; }
}
@-moz-keyframes toLeftAnim4{
	0%{ left: 40%;  opacity: 1; }
	40%{ left: 46%;  opacity: 1; }
	90%{ left: 0%;  opacity: 0; }
	100%{ left: -50%; opacity: 0; }
}

@-o-keyframes toLeftAnim1{
	0%{ left: 0%;  opacity: 1; }
	30%{ left: 15%;  opacity: 1; }
	100%{ left: -50%; opacity: 0; }
}
@-o-keyframes toLeftAnim2{
	0%{ left: 0%;  opacity: 1; }
	30%{ left: 15%;  opacity: 1; }
	100%{ left: -50%; opacity: 0; }
}
@-o-keyframes toLeftAnim3{
	0%{ left: 0%;  opacity: 1; }
	99%{ left: 10%; opacity: 0; }
	100%{ left: -50%; opacity: 0; }
}
@-o-keyframes toLeftAnim4{
	0%{ left: 40%;  opacity: 1; }
	40%{ left: 46%;  opacity: 1; }
	90%{ left: 0%;  opacity: 0; }
	100%{ left: -50%; opacity: 0; }
}

@-ms-keyframes toLeftAnim1{
	0%{ left: 0%;  opacity: 1; }
	30%{ left: 15%;  opacity: 1; }
	100%{ left: -50%; opacity: 0; }
}

@-ms-keyframes toLeftAnim2{
	0%{ left: 0%;  opacity: 1; }
	30%{ left: 15%;  opacity: 1; }
	100%{ left: -50%; opacity: 0; }
}

@-ms-keyframes toLeftAnim3{
	0%{ left: 0%;  opacity: 1; }
	99%{ left: 10%; opacity: 0; }
	100%{ left: -50%; opacity: 0; }
}

@-ms-keyframes toLeftAnim4{
	0%{ left: 40%;  opacity: 1; }
	40%{ left: 46%;  opacity: 1; }
	90%{ left: 0%;  opacity: 0; }
	100%{ left: -50%; opacity: 0; }
}

@keyframes toLeftAnim1{
	0%{ left: 0%;  opacity: 1; }
	30%{ left: 15%;  opacity: 1; }
	100%{ left: -50%; opacity: 0; }
}

@keyframes toLeftAnim2{
	0%{ left: 0%;  opacity: 1; }
	30%{ left: 15%;  opacity: 1; }
	100%{ left: -50%; opacity: 0; }
}

@keyframes toLeftAnim3{
	0%{ left: 0%;  opacity: 1; }
	99%{ left: 10%; opacity: 0; }
	100%{ left: -50%; opacity: 0; }
}

@keyframes toLeftAnim4{
	0%{ left: 40%;  opacity: 1; }
	40%{ left: 46%;  opacity: 1; }
	90%{ left: 0%;  opacity: 0; }
	100%{ left: -50%; opacity: 0; }
}

.tour-testimonials{
	width:960px;
	margin:auto;
	border-top:1px solid #ccc;
	padding:40px 0;
	margin-bottom:50px;
	overflow:hidden;
}

.tour-testimonials .tour-content{
	width:480px;
	float:left;
}

.tour-testimonials .tour-content .img-profile{
	float:left;
	border:1px solid #ccc;
	margin-right:20px;
}

.tour-testimonials .tour-content .img-profile img{
	border:4px solid #fff;
}

.tour-testimonials .tour-content .details{
	float:left;
}

.tour-testimonials .tour-content .details span{
	width:300px;
	font-size:15px;
	color:#006699;
}

.tour-testimonials .tour-content .details p{
	width:300px;
}

#main #wrap-slider .big_call{
	display: block;
	position:absolute;
	bottom:-20px;
	z-index:10;
	left:37%;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0px 1px 2px 0 rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0px 1px 2px 0 rgba(0, 0, 0, 0.4);
	box-shadow: 0px 1px 2px 0 rgba(0, 0, 0, 0.4);
	padding: 10px;
	text-decoration: none;
	background: url(https://webxtool.com/images/big-green-btn.jpg) repeat-x;
	width:300px;
	height: 46px;
	border: 1px solid #568100;
	color: #ffffff;
	font-size:24px;
	text-align:center;
}

#main #wrap-slider .big_call .call_frase{
	margin-bottom:10px;
	border-bottom:1px solid #3c5a00;
	background:url(http://webxtool.com/images/bg-big_call.png) no-repeat;
	font-size:22px;
	font-weight:bold;
}

#main #wrap-slider .big_call .call_sub_frase{
	font-size:14px;
	display:block;
	color:#A3C560;
	font-weight:bold;
}

.captcha_contact{
    padding-bottom: 5px;
}

.captcha_contact img.tip{
    padding: 4px 0px 0px 4px;
}

.captcha_contact input{
    border: 1px solid #D6D6D6;
    float: left;
    height: 26px;
    margin-bottom: 10px;
    width: 270px;
}

/*
Página do contador de caracteres
*/
textarea#text_area_count{
    display: block;
    margin-left: auto;
    margin-right: auto;
}

textarea#text_area_word_count{
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: 373px;
}

div.text_counter_tool p.counter, div.text_word_counter_tool p.counter{
    padding: 0;
    margin: 0;
    text-align:center;
}

div.text_counter_tool div.text_area_counter, div.text_word_counter_tool div.text_area_word_counter{
    font-size: 50px;
    text-align: center;
    color: #000000;
    margin-right: auto;
    margin-left: auto;
    border: 1px solid #CCCCCC;
    width: 250px;
}

table#dominfo tr td {
    background: none repeat scroll 0 0 #FFFFCC;
}
table#dominfo td {
    border: 1px solid #2A2A2A;
    padding: 5px;
}

table#dominfo tr.dif td {
    background: none repeat scroll 0 0 #EEEEEE;
}

#dominfo th, #dominfo td, #dominfo caption {
    font-weight: normal;
    text-align: left;
    vertical-align: top;
}

.pay .new_fiscal_information div.field_with_errors {
    display: inline;
}

.field .field-error{
    color: #F00;
    font-size: 11px;
    font-style: italic;
    display: block;
}

.pay .pay-with {
    margin-left: -6px;
}

.pay .payment {
    border: #666 solid;
    border-width: 1px 1px 0;
}
.pay .payment.last {
    border-width: 1px;
}

.pay .payment-title {
    font-weight: bold;
    padding: 7px;
    cursor: pointer;
}

.pay .payment-method {
    display: none;
    padding: 7px;
    color: #444;
}

.pay .payment-method input, .pay .payment-method select {
    color: #656565;
}

.pay label {
    display: block;
    margin-top: 5px
}

.pay label img{
    margin: 0 5px;
}

#content .container-pay .pay .payment-method input.btn-green-pay {
    width: 259px;
}

.container-pay div.info {
    margin-bottom: 15px;
    padding-right: 302px;
    width: 640px;
}

/*
Seoscore Tool
*/

#seoscore_tool {
    width: 940px;
    overflow: hidden;
}

#seoscore_tool .green {
    color: #94c670;
}

#seoscore_tool .red {
    color: #c67070;
}

#seoscore_tool #center {
    font-family: Verdana,Arial,sans-serif,serif;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    width: 940px;
}

#seoscore_tool .box {
    background: none repeat scroll 0 0 #eee;
    border: 1px solid #ddd;
    margin: 10px 0;
    overflow: auto;
    padding: 15px 20px;
}

#seoscore_tool .rounded {
    border-radius: 5px;
}

#seoscore_tool label {
    color: #444;
    float: left;
    font-size: 12px;
    font-weight: bold;
    margin-top: 10px;
    text-shadow: 0 1px 0 #fff;
    width: 200px;
}

#seoscore_tool input.fancy,
#seoscore_tool .captcha_contact input {
    border: 1px solid #ccc;
    border-radius: 3px;
    width: 170px;
    height: 15px;
}

#seoscore_tool input {
    margin-bottom: 10px;
    padding: 7px;
}

#seoscore_tool input.submit {
    background: none repeat scroll 0 0 #78b771;
    border: 1px solid #64a05e;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    font-size: 12px;
    font-weight: bold;
    margin-left: 100px;
    margin-top: 10px;
    padding: 7px;
    text-shadow: 0 1px 0 #000;
}

#seoscore_tool .url {
    margin-top: 10px;
    width: 400px;
}

#seoscore_tool .url ul {
    list-style: none outside none;
    padding: 0px;
}

#seoscore_tool .url ul li {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #ccc;
    font-size: 12px;
    margin-top: -1px;
    padding: 7px;
}

#seoscore_tool .url ul li strong {
    display: block;
    float: left;
    width: 90px;
}

#seoscore_tool .pontuacao {
    background: none repeat scroll 0 0 #e4f9d8;
    border-color: #cde5bf;
    margin-left: -1px;
    padding-bottom: 33px;
    width: 460px;
}

#seoscore_tool .block {
    border: medium none;
    margin: 40px 0;
    padding: 0;
}

#seoscore_tool .block .header {
    background: none repeat scroll 0 0 #444;
    border-radius: 4px;
    color: #fff;
    padding: 10px 15px;
    text-shadow: 0 1px 0 #000;
}

#seoscore_tool .block .header .pontos {
    font-size: 12px;
    font-weight: normal;
    margin-top: 2px;
}

#seoscore_tool .block .content {
    padding: 20px;
}

#seoscore_tool #center .block .content ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
    width: inherit;
}

#seoscore_tool #center .block .content ul li {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #ccc;
    font-size: 12px;
    margin: -1px 0 0;
    overflow: auto;
    padding: 10px;
}

#seoscore_tool .block .content ul li strong {
    display: block;
    float: left;
}

#seoscore_tool .block .content ul li span {
    float: right;
}

#seoscore_tool .block .content ul li span.correcao {
    float: left;
    margin-top: 7px;
}

#seoscore_tool .total-pontos {
    background: none repeat scroll 0 0 #d1f2cf;
    border: medium none;
    color: #275923;
    font-size: 14px;
    margin: 1px;
    overflow: hidden;
    text-align: center;
    text-shadow: 0 1px 0 #fff;
}

#seoscore_tool .total-pontos.red {
    background: none repeat scroll 0 0 #fbdbdb;
    color: #6a2d2d;
}

#seoscore_tool .artigo {
    background: none repeat scroll 0 0 #fffce3;
    border: medium none;
    color: #222;
    font-size: 12px;
    margin: 1px;
    overflow: hidden;
    text-shadow: 0 1px 0 #fff;
}

#seoscore_tool .artigo a {
    color: #1da8d1;
    text-decoration: underline;
}

#seoscore_tool .block .contentlinks ul li span {
    float: none;
}

#seoscore_tool #center .block .content ul li a{
    text-decoration: none;
    color: #d14c28;
}


#seoscore_tool .badge {
    margin-left: 10px;
}

#seoscore_tool .badge textarea {
    height: 120px;
    padding: 7px;
    width: 300px;
}

#seoscore_tool .badge .box img {
    margin: 28px;
}
.hide {
    display: none;
}