body {
	background-color: #FFF;
	color: #333;
	font-family: 'Muli', sans-serif;
}
.right{
    float:right;
}
#header{
	background-color: #fff;
	border-bottom: 5px solid #04A5FF;
	float: left;
	width: 100%;
}
#logo{
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
}
#footer {
    background-color: #1f3656;
    padding: 50px 0;
    color: #fff;
}
.nav a{
    color: #445D80;
    padding: 10px 23px !important;
    font-size: 17px !important;
    border-radius: 5px !important;
    font-weight: 400;
}
.nav li{
    padding: 5px;
}
.navbar-nav{
    margin-top: 55px;
}
.nav li a:hover{
    color: #FFF;
    transition: all 0.2s;
}
.nav>li>a:hover {
	background: #04A5FF;
	background: -moz-radial-gradient(center, ellipse cover, #04A5FF 0%, #1974bf 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #04A5FF), color-stop(100%, #1974bf));
	background: -webkit-radial-gradient(center, ellipse cover, #04A5FF 0%, #1974bf 100%);
	background: -o-radial-gradient(center, ellipse cover, #04A5FF 0%, #1974bf 100%);
	background: -ms-radial-gradient(center, ellipse cover, #04A5FF 0%, #1974bf 100%);
	background: radial-gradient(ellipse at center, #04A5FF 0%, #1974bf 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#04A5FF', endColorstr='#1974bf', GradientType=1 );
}
.bgParallax {
    font-family: 'Muli', sans-serif;
    margin: 0 auto;
    width: 100%;
    height: 790px;
    max-width: 1920px;
    position: relative;
    min-height: 330px;
    display: table;
    padding: 0;
}
.floating-container {
	position: absolute;
	z-index: 10;
	top: 200px;
	left: 0;
	width: 100%;
}
.box-border{
      border-bottom: 6px solid #FDAD5F;
}
.box-modules {
    background-color: #1f3656;
    margin-top: 25px;
    border-radius: 10px 10px 0px 0px;
    padding: 10px 0;
    width: 382px;
    border: 1px solid #1f3656;
    border-bottom: none;
}
.barra-cinza{
	border-top: 1px solid #ccc;
	width: 80%;
	margin: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}
.botaoLerMais{
    padding: 5px 8px;
    color: #fff;
    background-color: #FDAD5F;
    border-radius: 4px;
}
.right{
    float:right;
}

.box-item{
	padding: 0;
	margin: 0 0 15px 0;
	border-bottom: 1px dashed #04A5FF;
}
.linha-box{
    position: absolute;
    height: 2px;
    background-color: #05A6FF;
}
.hr-line-dashed {
  border-top: 1px dashed #0099FF;
  color: #ffffff;
  background-color: #ffffff;
  height: 1px;
  margin: 20px 0;
}
.box-login{
    background-color: #fff;
    color: #666;
    padding: 20px 0;
    width: 100%;
    border-radius: 5px;
}
.left{
    float: left;
}
.login{
    text-align: left;
    margin-left: 20px;
    padding: 10px 12px;
    border-right: 1px solid #ccc;
}
.register{
    text-align: left;
    margin-left: 20px;
    padding: 10px 12px;
}

.button-blue {
    border: 2px solid #05A6FF;
    padding: 3px 8px;
    border-radius: 5px;
    background-color: #fff;
    color: #05A6FF;
	float: right;
}
.button-gray {
    border: 2px solid #525252;
    padding: 3px 8px;
    border-radius: 5px;
    background-color: #8c8c8c;
    color: #525252;
	float: right;
}

.button-blue:hover{
	border: 2px solid #0071B0;
	color: #FFF;
	background: #04A5FF;
	background: -moz-radial-gradient(center, ellipse cover, #04A5FF 0%, #1974bf 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #04A5FF), color-stop(100%, #1974bf));
	background: -webkit-radial-gradient(center, ellipse cover, #04A5FF 0%, #1974bf 100%);
	background: -o-radial-gradient(center, ellipse cover, #04A5FF 0%, #1974bf 100%);
	background: -ms-radial-gradient(center, ellipse cover, #04A5FF 0%, #1974bf 100%);
	background: radial-gradient(ellipse at center, #04A5FF 0%, #1974bf 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#04A5FF', endColorstr='#1974bf', GradientType=1 );
}
.success {
        padding: 15px 20px;
    background-color: #b0e0a4;
    border-radius: 10px;
    font-size: 15px;
    font-weight: bold;
}
.button-gray:hover{
	border: 2px solid #525252;
	color: #FFF;
	background: #8c8c8c;
	background: -moz-radial-gradient(center, ellipse cover, #8c8c8c 0%, #4a4f52 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #8c8c8c), color-stop(100%, #4a4f52));
	background: -webkit-radial-gradient(center, ellipse cover, #8c8c8c 0%, #4a4f52 100%);
	background: -o-radial-gradient(center, ellipse cover, #8c8c8c 0%, #4a4f52 100%);
	background: -ms-radial-gradient(center, ellipse cover, #8c8c8c 0%, #4a4f52 100%);
	background: radial-gradient(ellipse at center, #8c8c8c 0%, #4a4f52 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8c8c8c', endColorstr='#4a4f52', GradientType=1 );
}
.footer-menu li{
    float: left;
    padding: 16px 20px;
}
.menu-footer{
	background-color: #fff;
	border-top: 5px solid #04A5FF;
    border-bottom: 5px solid #04A5FF;
    width: 100%;
	float: left;
}
.menu-footer ul{
     margin: 0;
     list-style: none;
}
.footer-menu li:hover{
	color: #FFF;
	background: #04A5FF;
	background: -moz-radial-gradient(center, ellipse cover, #04A5FF 0%, #1974bf 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #04A5FF), color-stop(100%, #1974bf));
	background: -webkit-radial-gradient(center, ellipse cover, #04A5FF 0%, #1974bf 100%);
	background: -o-radial-gradient(center, ellipse cover, #04A5FF 0%, #1974bf 100%);
	background: -ms-radial-gradient(center, ellipse cover, #04A5FF 0%, #1974bf 100%);
	background: radial-gradient(ellipse at center, #04A5FF 0%, #1974bf 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#04A5FF', endColorstr='#1974bf', GradientType=1 );
}
.footer-menu a{
    color: #445D80;
    text-decoration: none;
}
.footer-menu a:hover{
    color: #FFF;
    text-decoration: none;
}

.box-modules h3 {
    margin: 0 0 1px 0;
    border-bottom: 1px solid;
    padding: 10px 20px;
    text-align: left;
    color: #ffffff;
    font-weight: bold;
}
.box-modules h2 {
    font-size: 18px;
    text-align: left;
    margin: 5px 0 10px 0;
    color: #FFF;
    font-weight: bold;
    text-transform: uppercase;
    border-bottom: 1px solid;
    padding: 0 17px 0 10px;
    float: left;
    width: 100%;
    background-color: #6dace8;
}

.box-modules h2 span{
	float: left;
}
.box-modules h2 small{
	float: left;
	margin: 0 0 0 5px;
    color: #FFF;
}

.box-modules h2 .details_module_sub_title{
	float: left;
	width: 100%;
	margin: 5px 0 0 0;
}
.details_module_logo {
	width: 20%;
	float: left;
	margin: 0;
}
.details_module_short_desc {
    text-align: justify;
    height: 169px;
    padding: 0 10px;
}
.details_module_title {
	float: left;
	width: 79%;
	margin: 14px 0 0 1%;
}
/** VERTICAL SLIDER */
.jssora08l, .jssora08r {
    color: #ffffff;
    display: block;
    position: absolute;
    cursor: pointer;
    width: 35px;
    height: 35px;
    padding: 4px;
}
.jssora08l:hover {
	color: #FFF;
	background: #04A5FF;
	background: -moz-radial-gradient(center, ellipse cover, #04A5FF 0%, #1974bf 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #04A5FF), color-stop(100%, #1974bf));
	background: -webkit-radial-gradient(center, ellipse cover, #04A5FF 0%, #1974bf 100%);
	background: -o-radial-gradient(center, ellipse cover, #04A5FF 0%, #1974bf 100%);
	background: -ms-radial-gradient(center, ellipse cover, #04A5FF 0%, #1974bf 100%);
	background: radial-gradient(ellipse at center, #04A5FF 0%, #1974bf 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#04A5FF', endColorstr='#1974bf', GradientType=1 );
}
.jssora08r:hover {
	color: #FFF;
	background: #04A5FF;
	background: -moz-radial-gradient(center, ellipse cover, #04A5FF 0%, #1974bf 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #04A5FF), color-stop(100%, #1974bf));
	background: -webkit-radial-gradient(center, ellipse cover, #04A5FF 0%, #1974bf 100%);
	background: -o-radial-gradient(center, ellipse cover, #04A5FF 0%, #1974bf 100%);
	background: -ms-radial-gradient(center, ellipse cover, #04A5FF 0%, #1974bf 100%);
	background: radial-gradient(ellipse at center, #04A5FF 0%, #1974bf 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#04A5FF', endColorstr='#1974bf', GradientType=1 );
}

.module_rating {
	float: right !important;
	margin: -10px;
}
.stars {
	font-size: 14px !important;
}
.rated {
	color: gold;
}
.not-rated {
	color: rgb(119, 119, 119);
}

.module_rating_value {
    display: inline-block;
    font-size: 10px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    float: right !important;
    margin: 5px 0 5px 5px !important;
}

/** HORIZONTAL SLIDER */
/* jssor slider bullet navigator skin 21 css */
/*
.jssorb21 div           (normal)
.jssorb21 div:hover     (normal mouseover)
.jssorb21 .av           (active)
.jssorb21 .av:hover     (active mouseover)
.jssorb21 .dn           (mousedown)
*/
.jssorb21 {
	position: absolute;
}
.jssorb21 div, .jssorb21 div:hover, .jssorb21 .av {
	position: absolute;
	/* size of bullet elment */
	width: 19px;
	height: 19px;
	text-align: center;
	line-height: 19px;
	color: white;
	font-size: 12px;
	background: url(../img/min/b21-min.png) no-repeat;
	overflow: hidden;
	cursor: pointer;
}
.jssorb21 div { background-position: -5px -5px; }
.jssorb21 div:hover, .jssorb21 .av:hover { background-position: -35px -5px; }
.jssorb21 .av { background-position: -65px -5px; }
.jssorb21 .dn, .jssorb21 .dn:hover { background-position: -95px -5px; }

/* jssor slider arrow navigator skin 21 css */
/*
.jssora21l                  (normal)
.jssora21r                  (normal)
.jssora21l:hover            (normal mouseover)
.jssora21r:hover            (normal mouseover)
.jssora21l.jssora21ldn      (mousedown)
.jssora21r.jssora21rdn      (mousedown)
*/
.jssora21l, .jssora21r {
	display: block;
	position: absolute;
	/* size of arrow element */
	width: 55px;
	height: 55px;
	cursor: pointer;
	overflow: hidden;
    color: #04A5FF;
}
.jssora21l:hover, .jssora21r:hover {
	color: black;
}

.fa-2x {
    margin-left: 2px;
}

#details_modules_container div[u="slides"] {
    border: 1px solid #1f3656;
    border-top: none;
    top: 0px;
    width: 381px !important;
}

.horizontal-title {
    position: absolute;
    background-color: #1f3656;
    padding: 17px;
    text-align: left;
    line-height: 60px;
    text-transform: uppercase;
    font-size: 50px;
    color: rgb(255, 255, 255);
}

.horizontal-subtitle {
    position: absolute;
    background-color: #49749e;
    top: 240px;
    left: 45%;
    padding: 17px;
    text-align: left;
    line-height: 36px;
    font-size: 30px;
    color: rgb(255, 255, 255);
}

.superhero {
    background: url('../img/min/ps_ranking-min.png') no-repeat;
    background-position: 0 -160px;
    height: 80px;
    width: 100%;
    display: block;
    padding: 27px 0 0 95px;
    font-size: 17px;
    color: #FFF;
    font-weight: bold;
}

/** contact page */
.page_title {
    background-color: #FFF;
}

.page_title h2, small {
    color: #4AA6E8;
    margin-bottom: 8px;
}

.page_title small {
    font-size: 16px;
    margin-bottom: 10px;
    float: left;
    width: 100%;
}

.page_title .container {
    text-align: right;
}

.page_title h2 {
    margin: 10px 0 0 0;
    float: left;
    width: 100%;
}

.contact-content {
    background-color: #000;
    background: url(../img/min/black-background-min.jpg) no-repeat;
    background-size: 100%;
    background-position: 0px -16px;
}

.box_input {
    display: table;
    width: 100%;
}

.box_input input,
.box_input textarea,
.box_input select {
    padding: 14px;
    width: 92%;
    vertical-align: middle;
    border: none;
}

.hr-form {
    height: 0;
    width: 80%;
    margin: 12px 0%;
    box-sizing: border-box;
    position: relative;
    display: table;
}

.box_input i {
    padding: 12px 0;
    text-align: center;
    background-color: #04A5FF;
    border: 2px solid #04A5FF;
    vertical-align: middle;
    color: #fff;
    font-size: 20px;
    box-sizing: border-box;
    width: 8%;
}

#enviar_contato {
    background-color: #04A5FF;
    color: #fff;
    border: none;
    padding: 15px 34px;
    float: right;
    margin-top: 25px;
    margin-bottom: 50px;
    font-weight: bold;
    font-size: 18px;
    width: 160px;
    border-radius: 3px;
}

.title-box h2 {
    color: #fff;
    font-weight: bold;
}

.title-box {
    text-align: right;
}

.title-box h4 {
    padding: 14px 19px 14px 28px;
    background-color: #FFFFFF;
    color: #04A5FF;
    float: right;
    font-weight: bold;
    border-radius: 3px 0px 0 3px;
}

.i-box-mail {
    float: right;
    padding: 12px;
    background-color: #04A5FF;
    vertical-align: middle;
    font-size: 23px;
    margin-top: 10px;
    color: #fff;
    margin-left: 0px;
    border-radius: 0px 3px 3px 0px;
}