@charset "UTF-8";
/* CSS Document */

@media only screen and (min-width : 768px) and (max-width : 1024px) {
body, td {
	font-size: 11px;
}
em {
	font-size: 10px;
}
h1 {
	padding-top: 0px;
}
strong {
	text-shadow: none;
}
#wrapper3, #wrapper4 {
	margin: 0 2%;
	width: 96%;
}
#wrapper1, #wrapper2 {
	border: none;
	margin: 0 2%;
	width: 96%;
}
header {
	z-index: 999;
}
#partners {
	width: 96%;
	margin: 0 2%;
}
.logo {
	width: 160px;
}
#features i {
	margin-left: 7.5%;
	padding: 12px;
	margin-top: -30px;
}
#features h4 {
	height: 30px;
	font-size: 16px;
}
#call-to-action {
	width: 100%;
	height: 80px;
	margin: 0 auto;
	display: table;
	background-color: #e70000;
}
#call-to-action p {
	font-size: 18px;
	padding-left: 40px;
}
#slider_page {
	height: 260px;
}
#portfolio h4 {
	font-size: 18px;
}
footer h3 {
	font-size: 12px;
}
.row-5 {
	width: 20.6%;
	padding-right: 3%;
	display: table-cell;
}
.row-5-last {
	width: 18%;
	padding-right: 0%;
	display: table-cell;
}

.nav-button {
	display: block;
	position: absolute;
	top: 20px;
	right: 20px;
	width: 45px;
	height: 45px;
	background: url('../imagens/menu-icon-large.png'), -webkit-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.2));
	background: url('../imagens/menu-icon-large.png'), -moz-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.2));
	background: url('../imagens/menu-icon-large.png'), -ms-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.2));
	background: url('../imagens/menu-icon-large.png'), -o-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.2));
	background-position: center center;
	background-repeat: no-repeat;
	cursor: pointer;
	border: 0 none;
	border-bottom: 1px solid rgba(255,255,255,.1);
	z-index: 999;
	text-indent: -9999px;
	
}
.nav-button:hover {
	background-color: rgba(0,0,0,.1);
}
.nav-button.open {
	background: url('../imagens/close-icon-large.png'), -webkit-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.2));
	background: url('../imagens/close-icon-large.png'), -moz-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.2));
	background: url('../imagens/close-icon-large.png'), -ms-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.2));
	background: url('../imagens/close-icon-large.png'), -o-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.2));
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 21px, 100%;
}

nav ul {
	height: auto;
	margin-top: 0px;
	float: none;
}
nav ul li a:link, nav ul li a:visited {
	color: #fff;
	height: auto;
	line-height: 10px;
	padding: 15px 5%;
	text-align: left;
	text-transform: none;
	text-shadow: 1px 0.5px #333;
	font-weight: 700;
}
nav ul li ul, nav ul li:hover ul li ul {
	display: none;
	margin-top: 0px;
}
nav ul li:hover ul {
	top: 0px;
	position: relative;
	left: 0;
	height: auto;
	width: 100%;
	background-color: #e70000;
	z-index: 1;
}
nav ul li:hover ul li a {
	width: 100%;
	background-color: #AA0000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #800000;
}
nav ul li:hover ul li a:hover {
	color: #fff;
}
nav ul li a.active {
	color: #fff;
	border-bottom: 1px solid rgba(0,0,0,.2);
	padding-bottom: 13px;
}

.primary-nav {
	width: 100%;
	float: none;
	display: block;
	margin: 0;
	padding: 0;
	overflow: hidden;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 998;
	clear: both;
}
.primary-nav li {
	display: none;
	width: 100%;
}
.primary-nav li a {
	display: block;
	width: 90%;
	padding: 10px 5%;
	font-size: 14px;
	font-weight: bold;
	text-shadow: -1px -1px 0 rgba(0,0,0,.15);
	color: white;
	text-decoration: none;
	border-bottom: 1px solid rgba(0,0,0,.2);
	border-top: 1px solid rgba(255,255,255,.1);
}
.primary-nav li a:hover {
	background-color: rgba(0,0,0,.5);
	border-top-color: transparent;
}
.primary-nav > li:first-child {
	border-top: 1px solid rgba(0,0,0,.2);
}


.primary-nav.open {
	height: auto;
	padding-top: 80px;
	background-color: #e70000;
}
.primary-nav.open li {
	display: block;
}

.primary-nav > li:hover > a {
	background: rgba(0,0,0,.5);
	border-bottom-color: transparent;
}
.primary-nav li.parent > a:after {
	content: "▼";
	color: rgba(255,255,255,.5);
	float: right;
}
.primary-nav li.parent > a:hover {
	background: rgba(0,0,0,.75);
}
.primary-nav li ul {
	display: none;
	background: rgba(0,0,0,.5);
	border-top: 0 none;
	padding: 0;
}
.primary-nav li ul a {
	border: 0 none;
	font-size: 12px;
	padding: 10px 5%;
	font-weight: normal;
}
.primary-nav li:hover ul {
	display: block;
	border-top: 0 none;
}
}



@media only screen and (min-width : 320px) and (max-width : 568px) {

body, td {
	font-size: 11px;
}
em {
	font-size: 10px;
}
h1 {
	font-size: 21px;
	padding-top: 0px;
}
strong {
	text-shadow: none;
}
#wrapper1 {
	height: 120px;
	border: none;
}
header {
	z-index: 999;
}
#wrapper1, #wrapper2, #wrapper3, #wrapper4 {
	width: 96%;
	margin-left: 2%;
	margin-right: 2%;
}
#wrapper4 {
	padding-bottom: 50px;
}
.row-4, .row-4-last, .row-3, .row-3-last, .row-2, .row-2-last, .row-5, .row-5-last {
	width: 96%;
	margin-left: 2%;
	margin-right: 2%;
	display: block;
	margin-bottom: 40px;
}
.row-7, .row-7-last {
	width: 96%;
	padding-right: 2%;
	display: block;
}
.row-7-last {
	padding-top: 30px;
}
#features {
	width: 100%;
	margin-top: 70px;
	margin-bottom: 70px;
}
#partners {
	width: 96%;
	margin-top: 40px;
	margin-right: 2%;
	margin-left: 2%;
}
#features i {
	margin-left: 37.5%;
	padding: 15px;
	margin-top: -35px;
}
#partners img {
	padding-right: 10px;
}
#call-to-action, #copyright {
	width: 100%;
}
#call-to-action p {
	font-size: 18px;
	padding: 0 20px;
	text-align: center;
	margin-top: 30px;
}
.button {
	float: none;
	font-size: 18px;
	padding: 1em;
	cursor: pointer;
	text-decoration: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	margin-top: 20;
	margin-right: 0px;
	margin-bottom: 20;
	margin-left: 80px;
}
.logo {
	width: 100px;
	margin-top: 2%;
}
#slider_page {
	height: 160px;
}
.nav-button {
	display: block;
	position: absolute;
	top: 20px;
	right: 20px;
	width: 45px;
	height: 45px;
	background: url('../imagens/menu-icon-large.png'), -webkit-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.2));
	background: url('../imagens/menu-icon-large.png'), -moz-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.2));
	background: url('../imagens/menu-icon-large.png'), -ms-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.2));
	background: url('../imagens/menu-icon-large.png'), -o-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.2));
	background-position: center center;
	background-repeat: no-repeat;
	cursor: pointer;
	border: 0 none;
	border-bottom: 1px solid rgba(255,255,255,.1);
	z-index: 999;
	text-indent: -9999px;
}
.nav-button:hover {
	background-color: rgba(0,0,0,.1);
}
.nav-button.open {
	background: url('../imagens/close-icon-large.png'), -webkit-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.2));
	background: url('../imagens/close-icon-large.png'), -moz-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.2));
	background: url('../imagens/close-icon-large.png'), -ms-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.2));
	background: url('../imagens/close-icon-large.png'), -o-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.2));
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 21px, 100%;
}
/* Navigation Bar
	-------------------------------------------------------- */

nav ul {
	height: auto;
	margin-top: 0px;
	float: none;
}
nav ul li a:link, nav ul li a:visited {
	color: #fff;
	height: auto;
	line-height: 10px;
	padding: 15px 5%;
	text-align: left;
	text-transform: none;
	text-shadow: 1px 0.5px #333;
	font-weight: 700;
}
nav ul li ul, nav ul li:hover ul li ul {
	display: none;
	margin-top: 0px;
}
nav ul li:hover ul {
	top: 0px;
	left: 0;
	height: auto;
	width: 100%;
	background-color: #e70000;
	z-index: 1;
}
nav ul li:hover ul li a {
	width: 100%;
	background-color: #AA0000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #800000;
}
nav ul li:hover ul li a:hover {
	color: #fff;
}
nav ul li a.active {
	color: #fff;
	border-bottom: 1px solid rgba(0,0,0,.2);
	padding-bottom: 13px;
}

.primary-nav {
	width: 100%;
	float: none;
	display: block;
	margin: 0;
	padding: 0;
	overflow: hidden;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 998;
	clear: both;
}
.primary-nav li {
	display: none;
	width: 100%;
}
.primary-nav li a {
	display: block;
	width: 90%;
	padding: 10px 5%;
	font-size: 14px;
	font-weight: bold;
	text-shadow: -1px -1px 0 rgba(0,0,0,.15);
	color: white;
	text-decoration: none;
	border-bottom: 1px solid rgba(0,0,0,.2);
	border-top: 1px solid rgba(255,255,255,.1);
}
.primary-nav li a:hover {
	background-color: rgba(0,0,0,.5);
	border-top-color: transparent;
}
.primary-nav > li:first-child {
	border-top: 1px solid rgba(0,0,0,.2);
}
/* Toggle the navigation bar open  */

.primary-nav.open {
	height: auto;
	padding-top: 80px;
	background-color: #e70000;
}
.primary-nav.open li {
	display: block;
}
/* Submenus – optional .parent class indicates dropdowns */

.primary-nav > li:hover > a {
	background: rgba(0,0,0,.5);
	border-bottom-color: transparent;
}
.primary-nav li.parent > a:after {
	content: "▼";
	color: rgba(255,255,255,.5);
	float: right;
}
.primary-nav li.parent > a:hover {
	background: rgba(0,0,0,.75);
}
.primary-nav li ul {
	display: none;
	background: rgba(0,0,0,.5);
	border-top: 0 none;
	padding: 0;
}
.primary-nav li ul a {
	border: 0 none;
	font-size: 12px;
	padding: 10px 5%;
	font-weight: normal;
}
.primary-nav li:hover ul {
	display: block;
	border-top: 0 none;
}
}
