:root {
  --blue: #dc3545;
  --indigo: #dc3545;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #dc3545;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #dc3545;
  --secondary: #6c757d;
  --success: #dc3545;
  --info: #dc3545;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}



#subirTopo {
text-decoration: none;

bottom: 30px;
right: 30px;
color: #000;
text-align: center;
cursor: pointer;
padding: 15px;
font-size: 15px;
font-weight: bold;
text-transform: uppercase;
position: fixed;
border: 0;
font-family: sans-serif;
opacity: .8;
transform: rotate(-90deg);
}

#subirTopo:hover {
opacity:1;
}

body{
    margin: 0;
    padding: 0;
}

.menu-area{
    position: static;
}
.mega-area{
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    padding: 15px;
}
.dropdown-item{
    padding: 5px 0;
}

rw:active {
	color: black;
	text-decoration: none;
	
	
}
rw:hover {
	color: white;
	background-color: black;
	
}


h5{
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
	font-size: 12;
}
.navbar{
    margin-top: 2px;
}
.navbar-nav .nav-item .nav-link{
    color: #fff;
    font-size: 14;
    font-weight: 600;
}
.navbar-nav .nav-item .nav-link:hover{
    background-color: #ffc107;
}

.rw-superior {
	font-family: abel, arial;
	letter-spacing: 1px;
	color: black;
	background-color: #fff;
	padding-left: 5px;
    
	font-size:1.1em;
	width: 100%;
	line-height:30px;
	float: left; 
	text-align:left;
	}
	
.titulos h1 {
	font-family: Anton, arial;
    color: #ffc107;
}

.titulos h5 {
	font-family: Anton, arial;
    color: cyan;
}


.titulos span {
	color: #ffc107;
}
.titulos {
border-bottom: 3px;
border-bottom-color: ButtonText; 
}






#b-acc-toolbarWrap {
    width: 180px;
    height: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    border: 0;
    z-index: 999999;
    font-family: 'Arial', sans-serif;
    -webkit-transition: all 400ms ease-out;
    -moz-transition: all 400ms ease-out;
    -ms-transition: all 400ms ease-out;
    -o-transition: all 400ms ease-out;
    transition: all 400ms ease-out;
}
#b-acc-toolbarWrap button.b-acc_hide_toolbar {
    border: 0;
    padding: 0;
    position: absolute;
    top: 10%;
    /* background-color: #4169E1 !important; */
    /* background-image: url("../images/universal-access.png"); */
    background-repeat: no-repeat;
}
#b-acc-toolbarWrap button.b-acc_hide_toolbar.middle {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
#b-acc-toolbarWrap button.b-acc_hide_toolbar.bottom {
    top: auto;
    bottom: 10%;
}
/*
#b-acc-toolbarWrap button.b-acc_hide_toolbar span {
    position: absolute;
    display: block;
    width: 100%;
    text-align: center;
    bottom: 5px;
    top: 39px;
    line-height: 12px;
    font-weight: 700;
    height: 12px;
    background-color: #187a6b!important;
    color: white !important;
} */
#b-acc-toolbarWrap button.b-acc_hide_toolbar.b-acc-icon-small {
    width: 38px;
    height: 38px;
    font-size: 9px;
    background-size: 80%;
    background-position: center center;
    overflow: hidden;
}
#b-acc-toolbarWrap button.b-acc_hide_toolbar.b-acc-icon-medium {
    width: 66px;
    height: 56px;
    font-size: 9px;
    background-position: center 5px;
}
#b-acc-toolbarWrap.right {
    right: 0;
}
#b-acc-toolbarWrap.right.close-toolbar {
    right: -180px;
}
#b-acc-toolbarWrap.right button.b-acc_hide_toolbar.b-acc-icon-small {
    left: -38px;
}
#b-acc-toolbarWrap.right button.b-acc_hide_toolbar.b-acc-icon-medium {
    left: -66px;
}
#b-acc-toolbarWrap.left {
    left: 0;
}
#b-acc-toolbarWrap.left.close-toolbar {
    left: -180px;
}
#b-acc-toolbarWrap.left button.b-acc_hide_toolbar.b-acc-icon-small {
    right: -38px;
}
#b-acc-toolbarWrap.left button.b-acc_hide_toolbar.b-acc-icon-medium {
    right: -66px;
}
#b-acc-toolbarWrap .b-acc-author {
    position: absolute;
    bottom: 5px;
    right: 5px;
    left: 5px;
    text-align: center;
    font-size: 13px;
    background-color: transparent !important;
}
#b-acc-toolbarWrap .b-acc-author a {
    color: #fffacd !important;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
    background-color: transparent !important;
}
#b-acc-toolbarWrap .b-acc-author a:hover,
#b-acc-toolbarWrap .b-acc-author a:focus {
    opacity: 1;
    text-decoration: none;
}
#b-acc_toolbar {
    list-style: none;
    padding: 0 10px;
    margin: 0;
    background: #4169e1!important;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
}
#b-acc_toolbar h3 {
    font-size: 18px !important;
    font-weight: 700;
    text-align: center;
    padding: 0 0 10px;
    margin: 10px 0 0;
    color: #fffacd !important;
    background-color: transparent !important;
}
#b-acc_toolbar .b-acc-font-reset,
#b-acc_toolbar .b-acc-contrast-reset {
    -webkit-appearance: none;
    background: none;
    border: 0;
    padding: 0;
    text-decoration: underline;
    text-align: center;
}
#b-acc_toolbar li {
    display: inline-block;
    width: 100%;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #575757;
    background-color: transparent !important;
}

/*MUDAR TEXTO*/

#b-acc_toolbar li button {
    color: white;
    border: 0;
    padding: 0 10px;
    font-size: 13px;
    font-family: Open Sans;
    display: block;
    width: 100%;
    text-align: left;
    letter-spacing: 0.2px;
    line-height: 2;
    background-color: transparent !important;
    -webkit-appearance: none;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
}
#b-acc_toolbar li button:hover,
#b-acc_toolbar li button:focus {
    background-color: #3d3d3d !important;
}
#b-acc_toolbar li button.b-acc-hide {
    display: none;
}
#b-acc_toolbar li button.b-acc-hide,
#b-acc_toolbar li button.b-acc-contrast-reset,
#b-acc_toolbar li button.b-acc-font-reset {
    border-top: 1px solid #575757;
}
.rtl #b-acc_toolbar li button {
    text-align: right;
}
.rtl #b-acc_toolbar li button.b-acc-contrast-reset,
.rtl #b-acc_toolbar li button.b-acc-font-reset {
    text-align: center;
}
body.b-acc-dark {
    background: #171717 !important;
    color: white !important;
}
body.b-acc-bright {
    background: white !important;
    color: #171717 !important;
}
body.b-acc-dark a {
    color: #ffee00 !important;
}
body.b-acc-dark .panel,
body.b-acc-dark .jumbotron,
body.b-acc-dark .container .jumbotron,
body.b-acc-dark .container-fluid .jumbotron {
    background-color: rgba(255, 255, 255, 0.1);
}
body.b-acc-dark .panel-default {
    border-color: rgba(255, 255, 255, 0.2);
}
body.b-acc-dark #b-acc_toolbar li button.b-acc-dark-btn {
    background-color: #3d3d3d;
}
body.b-acc-bright #b-acc_toolbar li button.b-acc-bright-btn {
    background-color: #3d3d3d !important;
}
body.b-acc-focus a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
body.b-acc-grayscale {
    filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
    filter: gray;
    -webkit-filter: grayscale(100%);
}
body.b-acc-grayscale #b-acc_toolbar li button.b-acc-grayscale {
    background-color: #3d3d3d;
}

.body .container {
    background-color: transparent;
}






/*-----------------------------------------------------------------------------------*/
/* Basic */
/*-----------------------------------------------------------------------------------*/
body,
html {
  height: 100%;
}


html {
  overflow-y: scroll;
}
body {
  line-height: 1.8em;
  font-weight: 300;
  padding: 0;
  margin: 0;
}
#body_bg {
  background-attachment: scroll;
  position: relative;
  background-position: center center;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
}
#container_header,
#container_top2_modules,
#container_top3_modules,
#container_bottom1_modules,
#container_bottom2_modules {
  background-position: 50% 0%;
  background-attachment: fixed;
  background-repeat: no-repeat;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
  margin-bottom:10px; /*Margin não original do arquivo*/
}
#container_top1_modules,
#container_top2_modules,
#container_top3_modules,
#container_main,
#container_bottom1_modules,
#container_bottom2_modules,
#container_base,
#container_copyright {
  z-index: 1;
  position: relative;
  -webkit-font-smoothing: antialiased;
}
#container_main
{margin-bottom: 10px;}
.block_holder {
  padding: 0px 20px;
}
.top-1,
.top-2,
.top-3,
.contenttop,
.contentbottom,
.bottom-1,
.bottom-2,
.base-1,
.base-2 {
  float: left;
}
.j51container {
  width: 100%;
}
.wrapper960 {
  margin: 0 auto;
}
.clear {
  clear: both;
}
/*-----------------------------------------------------------------------------------*/
/* Default Module Styling */
/*-----------------------------------------------------------------------------------*/
.module,
.module_menu {
  float: left;
  width: 100%;
}
.module .module_surround,
.module_menu .module_surround {
  height: 100%;
  padding: 0 22px 7px;
}
.module .module_surround .module_header,
.module_menu .module_surround .module_header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0 0 10px;
}
.module .module_surround .module_header h3,
.module_menu .module_surround .module_header h3 {
 display: inline;
    font-size: 20px;
    line-height: 24px;
    margin: 0;
    padding: 0;
    text-align: left;
	font-family: source sans pro;
   
}
.module .module_surround .module_content,
.module_menu .module_surround .module_content {
  padding: 5px 0 0;
}
.module .module_surround .module_content ul,
.module_menu .module_surround .module_content ul {
  list-style: none outside none;
  margin: 0;
  padding: 0;
}
.module .module_surround .module_content ul li:last-child,
.module_menu .module_surround .module_content ul li:last-child {
  border-bottom: none;
}
.module .module_surround .module_content ul li a,
.module_menu .module_surround .module_content ul li a {
  
  display: block;
  font-family: oswald;
  font-weight: 300;
  letter-spacing: 0;
  padding: 8px 0px;
  text-decoration: none;
}
.module .module_surround .module_content ul li a:hover,
.module_menu .module_surround .module_content ul li a:hover {
  color: #999999 !important;
}
.module .module_surround .module_content ul li ul,
.module_menu .module_surround .module_content ul li ul {
  margin-top: -4px;
  padding-bottom: 5px;
  margin-bottom: 0px;
}
.module .module_surround .module_content ul li ul li a,
.module_menu .module_surround .module_content ul li ul li a {
  padding: 4px 30px 4px 45px;
  color: #666 !important;
  border: none;
  background: none;
}
.module .module_surround .module_content ul li ul li a:hover,
.module_menu .module_surround .module_content ul li ul li a:hover {
  color: #888;
}
.module .module_surround .module_content ul li ul li:first-child a,
.module_menu .module_surround .module_content ul li ul li:first-child a {
  margin-top: -5px;
}
.module:first-of-type .module_surround {
  padding-top: 30px;
}
.module ul.latestnews li,
.module ul.menu li {
  border-bottom: 2px solid rgba(0, 0, 0, 0.06);
  position: relative;
}
#breadcrumb-1,
#footer-1,
#footer-2,
#footer-3 {
  float: left;
  width: 100%;
}
.custom {
  width: 100%;
}
/*-----------------------------------------------------------------------------------*/
/* Header */
/*-----------------------------------------------------------------------------------*/
#container_header {
  display: table;
  width: 100%;
  z-index: 1;
  height: 67%!important;
}
#container_header.block_holder {
  padding: 0;
}
#container_header .wrapper960 {
  position: relative;
}
#header {
  position: relative;
  text-align: center;
  z-index: 100;
  vertical-align: middle;
  width: 100%;
}
.tint {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 4;
}
/*-----------------------------------------------------------------------------------*/
/* #Logo */
/*-----------------------------------------------------------------------------------*/
#logo {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  /* stroke */
 
  /* stroke */
  /*background-image: url(../images/noise-bg.png); IMAGEM NA TRASNPARÊNCIA  */ 
  -moz-box-shadow: inset 0px -2px 6px rgba(12, 5, 13, 0.4);
  /* inner shadow */
  -webkit-box-shadow: inset 0px -2px 6px rgba(12, 5, 13, 0.3);
  /* inner shadow */
  box-shadow: inset 0px -2px 6px rgba(12, 5, 13, 0.3);
  /* inner shadow */
  padding: 20px 0;
  top: 0px;
  position: relative;
  vertical-align: text-top;
  width: 100%;
}
.logo_container,
h1.logo,
h1.logo a {
  z-index: 20 !important;
}
.logo a {
  display: block;
  position: relative;
  z-index: 25;
}
h1.logo-text a {
  display: block;
  font-size: 80px;
  font-weight: bold;
  left: 0px;
  letter-spacing: 0px;
  text-align: center;
  top: 0px;
  position: relative;
  padding-bottom: 10px;
  outline: none;
  width: 100%;
  z-index: 25;
}
h1.logo-text a:hover {
  text-decoration: none;
}
p.site-slogan {
  font-size: 12px;
  left: 0px;
  letter-spacing: 5px;
  margin: 0;
  text-align: center;
  top: 0px;
  padding: 0;
  position: relative;
  z-index: 15;
}
/*-----------------------------------------------------------------------------------*/
/* Top Menu */
/*-----------------------------------------------------------------------------------*/
#container_hornav {
  position: relative;
  z-index: 20;
}
#container_hornav .wrapper960 {
  height: 49px;
}
/*-----------------------------------------------------------------------------------*/
/* Top Menu - .hornav */
/*-----------------------------------------------------------------------------------*/
/* Bottom Menu */
.hornavmenu-bottom {
  bottom: 0px;
  display: block;
  padding: 0px 0;
  *position: fixed;
  opacity: 1;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  /*border-top: 1px solid rgba(255, 255, 255, 0.5);*/
  /* stroke */
 
  /* stroke */
  background-color: rgba(0, 0, 0, 0.7) !important;
  /* layer fill content + color overlay */
  background-image: url(../images/noise-bg.png);
  -moz-box-shadow: inset 0px 4px 6px rgba(12, 5, 13, 0.43);
  /* inner shadow */
  -webkit-box-shadow: inset 0px 4px 6px rgba(12, 5, 13, 0.43);
  /* inner shadow */
  box-shadow: inset 0px 4px 6px rgba(12, 5, 13, 0.43);
  /* inner shadow */
}
/** Hornav **/
.hornav {
    padding: 0;
    text-align: center;
    width: 100%;
    height: 49px;
    margin-bottom: 11px;
}
.hornav > ul {
  padding: 0 10px;
  display: inline-block;
  margin: 0;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
}
.hornav > ul > li {
  border: none;
  float: left;
  margin: 0;
  padding: 10px 12px;
  list-style: none outside none;
  line-height: 1.8em;
}
.hornav > ul > li > a {
  display: block;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  line-height: 28px;
  opacity: 75;
  padding: 0 !important;
}
.hornav > ul > li > a:hover {
  opacity: 100;
  text-decoration: none;
  color:#d98400!important;
}
.hornav > ul > li > a:focus,
.hornav > ul > li > a:active {
  text-decoration: none;
  outline: none;
}
.hornav ul li {
  position: relative;
}
.hornav ul ul {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0px;
  text-align: left;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
  display: block;
  list-style: none;
  margin: 0 -12px -277px;
  padding: 5px 0 !important;
  z-index: 1000;
}
.hornav ul ul li {
  min-height: 22px;
  float: none;
}
.hornav ul ul li a {
  display: block;
  padding: 8px 15px;
  color: #000;
  font-size: 15px;
  font-weight: 400;
}
.hornav ul ul li a:active,
.hornav ul ul li a:focus,
.hornav ul ul li a:hover {
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.04);
  color: #cf8c1f;
}
.hornav ul ul li:first-child {
  border-top: none;
}
.hornav ul ul li:hover a {
  text-decoration: none;
}
.hornav ul ul ul:before {
  display: none;
}
.hornav ul ul:before {
  content: "";
  display: block;
  height: 10px;
  left: 45%;
  position: absolute;
  top: -10px;
  width: 14px;
}
.hornav li ul,
.hornav li ul li ul {
  position: absolute;
  height: auto;
  min-width: 210px;
  opacity: 0;
  visibility: hidden;
  transition: all 200ms linear;
  -o-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  top: 49px;
  left: 20px;
  z-index: 1000;
}
.hornav li:hover > ul,
.hornav li ul li:hover > ul {
  display: block;
  opacity: 0.95;
  visibility: visible; 
  left: 20px;
}
.hornav li:hover > ul,
.hornav li ul li:hover > ul {
  -webkit-transition: opacity 200ms linear;
}
.hornav li ul li ul {
  left: 230px;
  bottom: 0;
}
.hornav li ul li:hover > ul {
  bottom: 0px;
  left: 200px;
}
/* Font Awesome Icons */
.hornav ul.menu li [class^="fa-"],
.hornav ul.menu li [class*=" fa-"] {
  padding-left: 15px;
}
.hornav ul.menu li [class^="fa-"]:before,
.hornav ul.menu li [class*=" fa-"]:before {
    color: rgba(255, 255, 255, 0.8);
    display: block;
    float: left;
    font-size: 23px;
    left: auto;
    padding: 0 !important;
    position: relative;
    right: 8px;
    text-align: center;
    top: 1px;
}
.hornav ul.menu li:hover [class^="fa-"]:before,
.hornav ul.menu li:hover [class*=" fa-"]:before {
  color: rgba(255, 255, 255, 0.6);
}
.hornav ul.menu li li [class^="fa-"]:before,
.hornav ul.menu li li [class*=" fa-"]:before {
  color: rgba(0, 0, 0, 0.3) !important;
  top: 0px;
  left: auto;
  padding: 0px !important;
  display: inline;
  text-align: left;
  position: relative;
  font-size: 16px;
  margin-bottom: 0px;
  margin-right: 8px;
}
.hornav .menu li li [class^="fa-"]:before,
.hornav .menu li li [class*=" fa-"]:before {
  color: rgba(0, 0, 0, 0.2);
  top: 12px;
}
/* Top Menu */
.hornavmenu-top {
  position: fixed;
  top: -105px;
  width: 100%;
  height: 100px;
  z-index: 100;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  /* stroke */
  background-color: #ffffff;
  /* layer fill content + color overlay */
  -moz-box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  /* inner shadow */
  -webkit-box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  /* inner shadow */
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  /* inner shadow */
}
.hornavmenu-top .wrapper960 {
  position: relative;
}
.hornavmenu-top .hornav {
  text-align: right;
}
.hornavmenu-top .logo {
  float: left;
  position: absolute;
}
.hornavmenu-top .logo img {
  max-height: 95px;
  padding: 16px 0 0 0;
}
.hornavmenu-top .logo-text {
  display: inline;
  position: absolute;
  top: -10px;
  width: auto;
  left: 20px;
}
.hornavmenu-top .logo-text a {
  width: auto;
  display: inline;
}
.hornavmenu-top .logo-text a span {
  color: #999;
  text-align: left;
  font-size: 55px;
  font-weight: 200;
}
.hornavmenu-top .hornav > ul > li {
  padding-top: 39px;
  padding-bottom: 39px;
  padding-left:5px;
}
.hornavmenu-top .hornav ul.menu > li [class^="fa-"]:before,
.hornavmenu-top .hornav ul.menu > li [class*=" fa-"]:before {
  display: inline;
  color: #ffaa00;
}
.hornavmenu-top .hornav ul.menu li.parent > a:after {
  color: rgba(0, 0, 0, 0.4);
  content: "\f0d7";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 6px;
}
.hornavmenu-top .hornav ul.menu li li.parent > a:after {
  content: "\f0da";
}
.hornavmenu-top .hornav li ul,
.hornavmenu-top .hornav li ul li ul {
  top: 90px;
  bottom: auto;
}
.hornavmenu-top .hornav li:hover > ul,
.hornavmenu-top .hornav li ul li:hover > ul {
  top: 99px;
}
.hornavmenu-top .hornav li ul li ul {
  bottom: auto;
  left: 230px;
  top: 0;
}
.hornavmenu-top .hornav li ul li:hover > ul {
  bottom: auto;
  top: 0px;
  left: 200px;
}
.hornavmenu-top .hornav ul li ul {
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
}
/*-----------------------------------------------------------------------------------*/
/* Top Menu - Mobile */
/*-----------------------------------------------------------------------------------*/
.hornav_mobile.block_holder {
  padding: 10px;
}
.hornavmenumobile {
  display: none;
}
#container_hornav_mobile {
  display: none;
}
/*
    Mobile Menu Core Style
*/
.slicknav_menu {
  display: none;
  background: #000000;
  padding: 5px;
  font-size: 18px;
  *zoom: 1;
}
.slicknav_menu:before,
.slicknav_menu:after {
  content: " ";
  display: table;
}
.slicknav_menu:after {
  clear: both;
}
.slicknav_menu .slicknav_menutxt {
  color: #FFF;
  font-weight: bold;
  display: block;
  line-height: 1.188em;
  float: left;
}
.slicknav_menu .slicknav_icon {
  float: left;
  margin: 0.188em 0 0 0.438em;
}
.slicknav_menu .slicknav_no-text {
  margin: 0;
}
.slicknav_menu .slicknav_icon-bar {
  font-size: 18px;
  display: block;
  width: 1.125em;
  height: 0.125em;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.7);
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.7);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.7);
}
.slicknav_menu .slicknav_btn {
  margin: 5px 5px 6px;
  text-decoration: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  position: relative;
  display: block;
  vertical-align: middle;
  float: right;
  padding: 0.5em 0.7em;
  line-height: 1.125em;
  cursor: pointer;
}
.slicknav_menu .slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
  margin-top: 0.188em;
}
.slicknav_menu .slicknav_nav {
  color: #fff;
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  clear: both;
}
.slicknav_menu .slicknav_nav ul,
.slicknav_menu .slicknav_nav li {
  display: block;
}
.slicknav_menu .slicknav_nav a {
  padding: 14px;
  margin: 2px 0px;
  text-decoration: none;
  color: #fff;
  display: block;
}
.slicknav_menu .slicknav_nav a:hover {
  background: rgba(0, 0, 0, 0.6);
}
.slicknav_menu .slicknav_nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
  overflow: hidden;
}
.slicknav_menu .slicknav_nav ul li {
  background: rgba(0, 0, 0, 0.2);
}
.slicknav_menu .slicknav_nav ul li li {
  background: rgba(0, 0, 0, 0.3);
  text-indent: 10px;
}
.slicknav_menu .slicknav_nav ul li li li {
  background: rgba(0, 0, 0, 0.3);
  text-indent: 20px;
}
.slicknav_menu .slicknav_nav .slicknav_arrow {
  font-size: 0.8em;
  margin: 0 0 0 0.4em;
}
.slicknav_menu .slicknav_nav .slicknav_item {
  display: block;
  cursor: pointer;
  padding: 14px;
  margin: 2px 0px;
}
.slicknav_menu .slicknav_nav .slicknav_item a {
  padding: 0;
  margin: 0;
}
.slicknav_menu .slicknav_nav .slicknav_item:hover {
  background: rgba(0, 0, 0, 0.6);
}
.slicknav_menu .slicknav_nav .slicknav_item a {
  display: inline;
}
.slicknav_menu .slicknav_nav .slicknav_txtnode {
  margin-left: 15px;
}
/*-----------------------------------------------------------------------------------*/
/* Slideshow */
/*-----------------------------------------------------------------------------------*/
#container_slideshow {
  z-index: 0;
}
#slideshow {
  position: relative;
}
#slideshow.block_holder {
  padding: 40px 0px;
}
.mobile_showcase {
  display: none;
}
.mobile_showcase img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
.slidesjs-previous.slidesjs-navigation,
.slidesjs-next.slidesjs-navigation {
  opacity: 1;
}
/*-----------------------------------------------------------------------------------*/
/* Top-1 Modules */
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/* Top-2 Modules */
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/* Top-3 Modules */
/*-----------------------------------------------------------------------------------*/
#container_top3_modules.block_holder {
  padding-bottom: 10px;
}
/*-----------------------------------------------------------------------------------*/
/* Article / Component */
/*-----------------------------------------------------------------------------------*/
#main.block_holder {
  padding: 0;
}
.maincontent {
  padding: 0 15px;
}
#content_full,
#content100 {
  float: left;
  width: 100%;
}
/* Sidecol A & B */
.sidecol_a,
.sidecol_b {
  height: 100%;
}
.sidecol_block {
  padding: 0 8px;
}
.sidecol_block .module_surround {
  padding: 0px 0 10px;
}
.sidecol_block .module,
.sidecol_block .module_menu {
  margin: 0 0 10px 0;
}
/* Contenttop/Contentbottom */
.contenttop .module_surround {
  padding: 5px 17px !important;
}
.contentbottom .module_surround {
 /* padding: 0px 17px 15px !important;*/
}
.wrapper_contenttop {
  padding: 27px 20px 10px 20px;
}
.wrapper_contentbottom {
  padding: 5px 20px 20px 20px;
}
/*-----------------------------------------------------------------------------------*/
/* Bottom Modules */
/*-----------------------------------------------------------------------------------*/
#container_bottom1_modules .wrapper960 {
  padding-bottom: 5px;
}
/*-----------------------------------------------------------------------------------*/
/* Base Modules */
/*-----------------------------------------------------------------------------------*/
#container_base {
  color: #bbbbbb;
  color: rgba(255, 255, 255, 0.9);
  padding: 30px 0 0;
}
#base1_modules,
#base2_modules {
  overflow: hidden;
}
#base1_modules .module,
#base2_modules .module {
    font-family: oswald;
    font-weight: 100;
	font-size: 17px;
    text-shadow: none;
}
#base1_modules .module h3,
#base2_modules .module h3 {
  text-shadow: none;  
  color: #ffffff;
  font-weight:700;
  font-family: source sans pro;
  font-size:21px;
}
#base1_modules .module li a,
#base2_modules .module li a {
  text-shadow: none;
  color: #aaaaaa;
  color: rgba(255, 255, 255, 1);
  font-family: PT Sans;
}
#base1_modules .module .module_surround .module_header,
#base2_modules .module .module_surround .module_header,
#base1_modules .module_menu .module_surround .module_header,
#base2_modules .module_menu .module_surround .module_header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
/*-----------------------------------------------------------------------------------*/
/* Copyright / Footer Menu */
/*-----------------------------------------------------------------------------------*/
#container_copyright {
  /*padding: 20px 0 0px;*/
  color: rgba(255, 255, 255, 0.3);
  overflow: hidden;
  
}
#container_copyright .wrapper960 {
  background: none !important;
}
/* Footer Menu */
#footermenu {
  display: block;
  padding: 0px 0px 5px 20px;
  position: relative;
  width: 100%;
  text-align: center;
}
#footermenu ul {
  display: inline-block;
  margin: 0;
}
#footermenu ul li {
  display: inline;
  padding: 1px 0;
  float: left;
}
#footermenu ul li a {
  color: rgba(255, 255, 255, 0.4);
  display: block;
  text-decoration: none;
  font-size: 14px;
  border-right: 1px solid rgba(255, 255, 255, 0.07);
  padding: 5px 10px;
}
#footermenu ul li a:hover {
  color: #ffffff;
}
#footermenu ul li:last-child a {
  border: none;
}

/*logo portal grc*/

#logo_copyright {
    color: rgba(255, 255, 255, 0.5);
    float: right;
    font-size: 14px;

	
}
.bndesign, .bndesign a {
    background: rgba(0, 0, 0, 0) url("../images/bn_footer.png") no-repeat scroll center center;
    color: rgba(255, 255, 255, 0.5);
    display: block;
    float: right;
    height: 42px;
    transition: all 0.5s ease-out 0s;
    width: 86px;
}
#logo_copyright a > img {
    transition: all 0.5s ease-out 0s;
}
#logo_copyright a > img:hover {
    opacity: 0.6;
    transition: all 0.5s ease-out 0s;
}

/* Copyright */
#copyright {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.2);
  padding-right: 20px;
  width: 100%;
  text-align: center;
}
#copyright p {
  padding: 5px 0;
  text-align: center;
  width: 100%;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #fff;
  font-family: Oswald;
}
/*-----------------------------------------------------------------------------------*/
/* Spacers */
/*-----------------------------------------------------------------------------------*/
#container_spacer1 {
  position: absolute;
  height: 42px;

}
#container_spacer1 .wrapper960 {
  position: relative;
  padding-right: 40px;
  z-index: 101;
}
#container_spacer2 {
    height: 30px;
    position: relative;
    z-index: 101;
    background: #000;
}
#container_spacer2 .wrapper960 {

}
.container_spacer4 {
  height: 42px;
}
/*-----------------------------------------------------------------------------------*/
/* Social Media */
/*-----------------------------------------------------------------------------------*/
.socialmedia {
  padding: 0;
  position: absolute;
  right: 20px;
  top: 0px;
  z-index: 102;
}
.socialmedia a {
  margin: 0px 1px;
}
.socialmedia ul {
  list-style: none;
  margin: 0 0 0px 0;
}
.socialmedia ul li {
  display: block;
  float: left;
  margin: 0;
  padding: 0 0 0px 0;
}
.socialmedia ul li a {
  display: block;
  width: 56px;
  height: 56px;
  text-indent: -9999px;
  background-position: 0px -55px;
  background-repeat: no-repeat;
  padding-bottom: 1px;
  opacity: 1;
}
.socialmedia ul li a:hover {
  background-position: 8px -31px !important;
  opacity: 1;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: background-color;
  -moz-transition-property: background-color;
  -o-transition-property: background-color;
  -ms-transition-property: background-color;
  transition-property: background-color;
}
.social-facebook a {
  background: url(../images/social_icons/facebook.png);
}
.social-facebook a:hover {
  background-color: #3b5998;
}
.social-twitter a {
  background: url(../images/social_icons/twitter.png);
}
.social-twitter a:hover {
  background-color: #48c4d2;
}
.social-googleplus a {
  background: url(../images/social_icons/googleplus.png);
}
.social-googleplus a:hover {
  background-color: #d94a39;
}
.social-youtube a {
  background: url(../images/social_icons/youtube.png);
}
.social-youtube a:hover {
  background-color: #f45750;
}
.social-pinterest a {
  background: url(../images/social_icons/pinterest.png);
}
.social-pinterest a:hover {
  background-color: #cb2027;
}
.social-blogger a {
  background: url(../images/social_icons/blogger.png);
}
.social-blogger a:hover {
  background-color: #fb913f;
}
.social-dribbble a {
  background: url(../images/social_icons/dribbble.png);
}
.social-dribbble a:hover {
  background-color: #ef5b92;
}
.social-flickr a {
  background: url(../images/social_icons/flickr.png);
}
.social-flickr a:hover {
  background-color: #f1628b;
}
.social-skype a {
  background: url(../images/social_icons/skype.png);
}
.social-skype a:hover {
  background-color: #18b7f1;
}
.social-digg a {
  background: url(../images/social_icons/digg.png);
}
.social-digg a:hover {
  background-color: #2882c6;
}
.social-linkedin a {
  background: url(../images/social_icons/linkedin.png);
}
.social-linkedin a:hover {
  background-color: #71b2d0;
}
.social-vimeo a {
  background: url(../images/social_icons/vimeo.png);
}
.social-vimeo a:hover {
  background-color: #62a0ad;
}
.social-yahoo a {
  background: url(../images/social_icons/yahoo.png);
}
.social-yahoo a:hover {
  background-color: #ab64bc;
}
.social-tumblr a {
  background: url(../images/social_icons/tumblr.png);
}
.social-tumblr a:hover {
  background-color: #3a5976;
}
.social-deviantart a {
  background: url(../images/social_icons/deviantart.png);
}
.social-deviantart a:hover {
  background-color: #d0de21;
}
.social-delicious a {
  background: url(../images/social_icons/delicious.png);
}
.social-delicious a:hover {
  background-color: #3274d1;
}
.social-rss a {
  background: url(../images/social_icons/rss.png);
}
.social-rss a:hover {
  background-color: #fe9900;
}
[class^="social-"] a,
[class*=" social-"] a {
  background-color: rgba(0, 0, 0, 0.1);
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
/*-----------------------------------------------------------------------------------*/
/* #Header-1 / Header-2 */
/*-----------------------------------------------------------------------------------*/

.header-3 {
    color: #ffffff;
    float: left;
    font-family: Oswald,sans-serif;
    font-size: 15px;
    height: 30px;
    letter-spacing: normal;
    line-height: 3;
    position: relative;
    z-index: 10;
    width: 684px;
    padding: 0;
}
.header-5 {
    float: left;
    font-size: 12px;
    margin: 0;
    padding: 0;
    position: relative;
    top: 0;
    z-index: 999;
    width: 200px;
}
.header-5 a {
    color: #fff;
}
.header-1,
.header-2 {
  color: rgba(0, 0, 0, 0.3);
  font-size: 12px;
  height: 28px;
  margin: 0;
  padding: 4px 0;
  top: 0px;
  z-index: 999;
}
.header-1 p,
.header-2 p {
  margin: 3px 0;
}
.header-1 li,
.header-2 li {
  float: left;
  padding: 6px;
}
.header-1 .custom,
.header-2 .custom {
  width: auto;
}
.header-1 .search,
.header-2 .search {
  margin: 0;
  position: relative ;
  top: -2px;
  margin: 2px 0;
}
.header-1 .search-query,
.header-2 .search-query {
  width: 100px;
  margin-top: 0px;
  color: rgba(255, 255, 255, 0.5) !important;
}
.header-1 .search-query:focus,
.header-2 .search-query:focus {
  width: 140px;
}
.header-1 {
  float: right;
}
.header-2 {
  float: right;
}
.header-1 > div {
  float: left;
  margin: 0 10px;
}
.header-2 > div {
  float: right;
  margin: 0 10px;
}
.header-1 input,
.header-2 input,
.header-1 form,
.header-2 form,
.header-1 label,
.header-2 label,
.header-1 ul,
.header-2 ul,
.header-1 ol,
.header-2 ol,
.header-1 dl,
.header-2 dl,
.header-1 fieldset,
.header-2 fieldset,
.header-1 address,
.header-2 address {
  margin: 0;
}
.header-1 .custom {
  width: auto;
}
/*-----------------------------------------------------------------------------------*/
/* Breadcrumbs */
/*-----------------------------------------------------------------------------------*/
#container_breadcrumb {
  padding-bottom: 0px;
}
#breadcrumb {
  color: #CCCCCC;
  color: rgba(255, 255, 255, 0.5);
  padding: 10px 35px 10px;
  overflow: hidden;
}
#breadcrumb .module_surround {
  padding: 0px;
}
#breadcrumb.block_holder {
  padding: 0px 10px 10px;
}
#breadcrumb .module_content {
  padding: 0;
}
#breadcrumb a {
  color: #DDDDDD;
  background: none !important;
}
#breadcrumb img {
  vertical-align: 0%;
}
#breadcrumb li {
  background: none !important;
  color: #555555;
  text-shadow: none;
  border-bottom: none !important;
}
#breadcrumb li a {
  color: #999999;
  display: inline-block;
  padding: 0;
}
/*-----------------------------------------------------------------------------------*/
/* Buttons / Fields */
/*-----------------------------------------------------------------------------------*/
/* Read More */
/* .readmore a, input.button, ul.pagination li, li.pagenav-prev, li.pagenav-next, button, .j51-button a, .btn, .pager a, button */
.btn,
.button {
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.4);
  padding: 9px 20px;
  font-size: 16px ;
  font-weight: 300;
  line-height: 18px;
  text-shadow: none ;
  background-image: none;
  box-shadow: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.icon-chevron-right {
  display: none;
}
.btn:hover,
.button:hover {
  background-color: rgba(0, 0, 0, 0.6);
  color: #ffffff;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -ms-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-property: background-color;
  -moz-transition-property: background-color;
  -o-transition-property: background-color;
  -ms-transition-property: background-color;
  transition-property: background-color;
}
/* Search Form */
.search .search-query {
  box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1);
  color: #444;
  font-size: 13pt;
  margin-bottom: 5px;
  letter-spacing: 0.6px;
  font-weight: 300;
  background: rgba(200, 200, 200, 0.3);
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0;
  padding-left: 10px;
  height: auto;
  width: 85%;
  -webkit-transition: border linear 0.2s;
  -moz-transition: border linear 0.2s;
  -o-transition: border linear 0.2s;
  transition: border linear 0.2s;
  -webkit-transition: box-shadow linear 0.2s;
  -moz-transition: box-shadow linear 0.2s;
  -o-transition: box-shadow linear 0.2s;
  transition: box-shadow linear 0.2s;
  -webkit-transition: width 0.7s ease 0s;
  -moz-transition: width 0.7s ease 0s;
  -o-transition: width 0.7s ease 0s;
  transition: width 0.7s ease 0s;
}
.search .button {
  box-shadow: none;
  color: rgba(255, 255, 255, 0.6);
  font-size: 10px !important;
  padding: 5px 8px;
  margin: 0;
  text-transform: uppercase;
  -webkit-transition: background-color 300ms linear;
  -moz-transition: background-color 300ms linear;
  -o-transition: background-color 300ms linear;
  transition: background-color 300ms linear;
}
.search .icon-search {
  color: rgba(255, 255, 255, 0.6);
  cursor: pointer;
  z-index: 1;
  padding: 7px;
  margin: 0;
  -webkit-transition: background-color 300ms linear;
  -moz-transition: background-color 300ms linear;
  -o-transition: background-color 300ms linear;
  transition: background-color 300ms linear;
  position: relative;
  /*top: 2px;*/
  width: auto;
  height: auto;
  background:#1c6e64;
  
}
.search .icon-search:hover,
.search .button:hover {
  background-color: rgba(28, 110, 100, 0.6)!important;
}
input[type="text"]:focus {
  border-color: rgba(255, 255, 255, 0.3);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 2px rgba(255, 255, 255, 0.4);
}
/* Pagination */
ul.pagenav a {
  color: #333;
}
ul.pagenav a:hover {
  color: #888;
}

/* Joomla Menus */
.menu li [class^="fa-"]:before,
.menu li [class*=" fa-"]:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.menu li [class^="fa-"]:before,
.menu li [class*=" fa-"]:before {
  color: rgba(0, 0, 0, 0.2);
  font-size: 18px;
  position: absolute;
  top: 14px;
  left: 12px;
}
.menu li a[class^="fa-"],
.menu li a[class*=" fa-"] {
  position: relative;
  padding-left: 37px;
}
.menu li a:hover[class^="fa-"]:before,
.menu li a:hover[class*=" fa-"]:before {
  color: rgba(0, 0, 0, 0.1);
}
/* Header-# Menu Icons */
.header-1 .menu li [class^="fa-"]:before,
.header-1 .menu li [class*=" fa-"]:before,
.header-2 .menu li [class^="fa-"]:before,
.header-2 .menu li [class*=" fa-"]:before {
  color: rgba(0, 0, 0, 0.2);
  top: 1px;
}
/* Base Module */
#container_base [class^="fa-"]:before,
#container_base [class*=" fa-"]:before {
  color: rgba(255, 255, 255, 0.8);
  top: 1px;
}
/* Footer Menu Icons */
#footermenu .menu li [class^="fa-"]:before,
#footermenu.menu li [class*=" fa-"]:before {
  color: rgba(255, 255, 255, 0.2);
  top: 6px;
}
#footermenu .menu li a[class^="fa-"],
#footermenu .menu li a[class*=" fa-"] {
  padding-left: 37px;
}
.row.fa-icon-list {
  margin: 0 0 30px;
}
.fa-col5 {
  float: left;
  padding: 0 0 10px;
  width: 20%;
}
a.slicknav_item [class^="fa-"]:before,
a.slicknav_item [class*=" fa-"]:before,
.slicknav_menu .menu li [class^="fa-"]:before,
.slicknav_menu .menu li [class*=" fa-"]:before {
  display: none !important;
}
.slicknav_nav ul > li a[class^="fa-"],
.slicknav_nav ul > li a[class*=" fa-"] {
  padding-left: 14px !important;
}
.menu a.slicknav_item [class^="fa-"],
.menu a.slicknav_item [class*=" fa-"] {
  padding-left: 0 !important;
}
/*-----------------------------------------------------------------------------------*/
/* Backgrounds */
/*-----------------------------------------------------------------------------------*/
.backgrounds {
  height: 100%;
  position: absolute;
  width: 100%;
}
#container_main .wrapper960 {
  position: relative;
  overflow: hidden;
}
#container_main .wrapper960 div {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  overflow: visible;
  margin-top: 1px;
}
.sidecol_a,
.sidecol_b,
#content_full,
#content_remainder,
.content_background {
  position: relative;
  height: 100%;
}
.backgrounds .content_background {
  height: 100%;
  position: relative;
  border-radius: 5px;
  -moz-box-shadow: 0 0 13px rgba(0, 0, 0, 0.17);
  /* drop shadow */
  -webkit-box-shadow: 0 0 13px rgba(0, 0, 0, 0.17);
  /* drop shadow */
  box-shadow: 0 0 13px rgba(0, 0, 0, 0.17);
  /* drop shadow */
  margin: 0 auto;
}
.content_background_container {
  position: relative;
}
/*-----------------------------------------------------------------------------------*/
/* Utility Class */
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/* Utility Classes */
/*-----------------------------------------------------------------------------------*/
.text-light {
  color: rgba(255, 255, 255, 0.9) !important;
}
.text-light h1,
.text-light h2,
.text-light h3,
.text-light h4,
.text-light h5,
.text-light h6 {
  color: rgba(255, 255, 255, 0.9) !important;
}
.text-light input,
.text-light button,
.text-light select,
.text-light textarea {
  color: #fff;
}
.text-light ul.menu a,
.text-light ul > li > a,
.text-light ul > li > span {
  color: rgba(255, 255, 255, 0.8);
}
.text-light [class^="fa-"]:before,
.text-light [class*=" fa-"]:before {
  color: rgba(255, 255, 255, 0.3);
}
.text-light li:hover [class^="fa-"]:before,
.text-light li:hover [class*=" fa-"]:before {
  color: rgba(255, 255, 255, 0.6);
}
.text-light .owl-theme .owl-controls .owl-page span {
  background: none repeat scroll 0 0 rgba(255, 255, 255, 0.4) !important;
}
.text-dark {
  color: rgba(0, 0, 0, 0.9) !important;
}
.text-dark h1,
.text-dark h2,
.text-dark h3,
.text-dark h4,
.text-dark h5,
.text-dark h6 {
  color: rgba(0, 0, 0, 0.9) !important;
}
.text-dark input,
.text-dark button,
.text-dark select,
.text-dark textarea {
  color: #fff;
}
.text-dark ul.menu a,
.text-dark ul > li > a,
.text-dark ul > li > span {
  color: rgba(0, 0, 0, 0.8);
}
.text-dark [class^="fa-"]:before,
.text-dark [class*=" fa-"]:before {
  color: rgba(0, 0, 0, 0.3);
}
.text-dark li:hover [class^="fa-"]:before,
.text-dark li:hover [class*=" fa-"]:before {
  color: rgba(0, 0, 0, 0.6);
}
.text-dark .owl-theme .owl-controls .owl-page span {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.4) !important;
}
.padding-10 {
  padding: 10px;
}
.padding-20 {
  padding: 20px;
}
.padding-30 {
  padding: 30px;
}
.padding-40 {
  padding: 40px;
}
.padding-50 {
  padding: 50px;
}
.padding-60 {
  padding: 60px;
}
.margin-10 {
  margin: 10px;
}
.margin-20 {
  margin: 20px;
}
.margin-30 {
  margin: 30px;
}
.margin-40 {
  margin: 40px;
}
.margin-50 {
  margin: 50px;
}
.margin-60 {
  margin: 60px;
}
.padding-horiz-10 {
  padding-left: 10px;
  padding-right: 10px;
}
.padding-horiz-20 {
  padding-left: 20px;
  padding-right: 20px;
}
.padding-horiz-30 {
  padding-left: 30px;
  padding-right: 30px;
}
.padding-horiz-40 {
  padding-left: 40px;
  padding-right: 40px;
}
.padding-horiz-50 {
  padding-left: 50px;
  padding-right: 50px;
}
.padding-horiz-60 {
  padding-left: 60px;
  padding-right: 60px;
}
.padding-vert-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}
.padding-vert-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}
.padding-vert-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}
.padding-vert-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}
.padding-vert-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}
.padding-vert-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}
.margin-horiz-10 {
  margin-left: 10px;
  margin-right: 10px;
}
.margin-horiz-20 {
  margin-left: 20px;
  margin-right: 20px;
}
.margin-horiz-30 {
  margin-left: 30px;
  margin-right: 30px;
}
.margin-horiz-40 {
  margin-left: 40px;
  margin-right: 40px;
}
.margin-horiz-50 {
  margin-left: 50px;
  margin-right: 50px;
}
.margin-horiz-60 {
  margin-left: 60px;
  margin-right: 60px;
}
.margin-vert-10 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.margin-vert-20 {
  margin-top: 20px;
  margin-bottom: 20px;
}
.margin-vert-30 {
  margin-top: 30px;
  margin-bottom: 30px;
}
.margin-vert-40 {
  margin-top: 40px;
  margin-bottom: 40px;
}
.margin-vert-50 {
  margin-top: 50px;
  margin-bottom: 50px;
}
.margin-vert-60 {
  margin-top: 60px;
  margin-bottom: 60px;
}
.no-padding {
  padding: 0 !important;
}
.no-margin {
  margin: 0 !important;
}
.margin-top-0 {
  margin-top: 0;
}
.margin-top-5 {
  margin-top: 5px;
}
.margin-top-10 {
  margin-top: 10px;
}
.margin-top-15 {
  margin-top: 15px;
}
.margin-top-20 {
  margin-top: 20px;
}
.margin-top-30 {
  margin-top: 30px;
}
.margin-top-40 {
  margin-top: 40px;
}
.margin-top-50 {
  margin-top: 50px;
}
.margin-top-60 {
  margin-top: 60px;
}
.margin-bottom-0 {
  margin-bottom: 0;
}
.margin-bottom-5 {
  margin-bottom: 5px;
}
.margin-bottom-10 {
  margin-bottom: 10px;
}
.margin-bottom-15 {
  margin-bottom: 15px;
}
.margin-bottom-20 {
  margin-bottom: 20px;
}
.margin-bottom-30 {
  margin-bottom: 30px;
}
.margin-bottom-40 {
  margin-bottom: 40px;
}
.margin-bottom-50 {
  margin-bottom: 50px;
}
.margin-bottom-60 {
  margin-bottom: 60px;
}
.padding-top-0 {
  padding-top: 0;
}
.padding-top-5 {
  padding-top: 5px;
}
.padding-top-10 {
  padding-top: 10px;
}
.padding-top-15 {
  padding-top: 15px;
}
.padding-top-20 {
  padding-top: 20px;
}
.padding-top-30 {
  padding-top: 30px;
}
.padding-top-40 {
  padding-top: 40px;
}
.padding-top-50 {
  padding-top: 50px;
}
.padding-top-60 {
  padding-top: 60px;
}
.padding-bottom-0 {
  padding-bottom: 0;
}
.padding-bottom-5 {
  padding-bottom: 5px;
}
.padding-bottom-10 {
  padding-bottom: 10px;
}
.padding-bottom-15 {
  padding-bottom: 15px;
}
.padding-bottom-20 {
  padding-bottom: 20px;
}
.padding-bottom-30 {
  padding-bottom: 30px;
}
.padding-bottom-40 {
  padding-bottom: 40px;
}
.padding-bottom-50 {
  padding-bottom: 50px;
}
.padding-bottom-60 {
  padding-bottom: 60px;
}
/* Background Colors */
.background-white {
  background-color: #FFFFFF;
}
.background-black {
  background-color: #000000;
}
.background-gray-dark {
  background-color: #333333;
}
.background-gray {
  background-color: #888888;
}
.background-gray-light {
  background-color: #cccccc;
}
.background-gray-lighter {
  background-color: #ebebeb;
}
/*-----------------------------------------------------------------------------------*/
/* Miscellaneous */
/*-----------------------------------------------------------------------------------*/
.visible {
  opacity: 1 !important;
}
.animatebox {
  background: #eee;
  background: rgba(0, 0, 0, 0.1);
  border: 1px solid #dddddd;
  border: 1px solid rgba(255, 255, 255, 0.8);
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  color: #777;
  font-size: 22px;
  margin: 30px auto 60px;
  padding: 80px 0;
  text-align: center;
  max-width: 500px;
  width: 100%;
}





.box-cookies.hide {
	display: none !important;
}
        
.box-cookies {
	 position: fixed;
	 background: #d1d1d1;
	 width: 100%;
	 z-index: 998;
	 bottom: 10px;
	 left: 10px;
	 display: flex;
	 align-items: center;
	 
	 border-radius: 5px;
	 box-shadow: #000000 5px 5px 5px;
}
        
.box-cookies .msg-cookies,
.box-cookies .btn-cookies {
	 font-family: Anton, arial;
	 text-align: center;
	 padding-top: 10px;
	 padding-left: 10px;
	 padding-right: 5px;

	 
}
        
.box-cookies .btn-cookies {
	 
	 cursor: pointer;
	 align-self: normal;
	 border-radius: 5px;
	 color: #fff;
}
        
@media screen and (max-width: 600px) {
	 .box-cookies {
		  flex-direction: column;
	 }
}


#preloader {
    position:fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-color:#000; /* cor do background que vai ocupar o body */
    z-index:999; /* z-index para jogar para frente e sobrepor tudo */
}
#preloader .inner {
    position: absolute;
    top: 50%; /* centralizar a parte interna do preload (onde fica a animação)*/
    left: 50%;
    transform: translate(-50%, -50%);  
}
.bolas > div {
  display: inline-block;
  background-color: #fff;
  width: 25px;
  height: 25px;
  border-radius: 100%;
  margin: 3px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: animarBola;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
   
}
.bolas > div:nth-child(1) {
    animation-duration:0.75s ;
    animation-delay: 0;
}
.bolas > div:nth-child(2) {
    animation-duration: 0.75s ;
    animation-delay: 0.12s;
}
.bolas > div:nth-child(3) {
    animation-duration: 0.75s  ;
    animation-delay: 0.24s;
}
 
@keyframes animarBola {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  16% {
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    opacity: 0.7;
  }
  33% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; 
  } 
}
/* end: Preloader */
















nav > .nav.nav-tabs{

  border: none;
    color:#fff;
    background:#272e38;
    border-radius:0;

}
nav > div a.nav-item.nav-link,
nav > div a.nav-item.nav-link.active
{
  border: none;
    padding: 18px 25px;
    color:#fff;
    background:#272e38;
    border-radius:0;
}

nav > div a.nav-item.nav-link.active:after
 {
  content: "";
  position: relative;
  bottom: -60px;
  left: -10%;
  border: 15px solid transparent;
  border-top-color: #1e90ff ;
}
.tab-content{
  background: #fdfdfd;
    line-height: 25px;
    border: 1px solid #ddd;
    border-top: 5px solid #1e90ff;
    border-bottom:5px solid #1e90ff;
    padding:30px 25px;
}

nav > div a.nav-item.nav-link:hover,
nav > div a.nav-item.nav-link:focus
{
  border: none;
    background: #1e90ff;
    color:#fff;
    border-radius:0;
    transition:background 0.20s linear;
}

/* Dashed border */
hr.dashed {
  border-top: 3px dashed #ff745b;
}

/* Dotted border */
hr.dotted {
  border-top: 3px dotted #ff745b;
}

/* Solid border */
hr.solid {
  border-top: 3px solid #ff745b;
}

/* Rounded border */
hr.rounded {
  border-top: 3px solid #ff745b;
  border-radius: 5px;
}









/*==================== 
  Footer 
====================== */

/* Main Footer */
footer .main-footer{  padding: 20px 0;  background: #252525;}
footer ul{  padding-left: 0;  list-style: none;}

/* Copy Right Footer */
.footer-copyright { background: #222; padding: 5px 0;}
.footer-copyright .logo {    display: inherit;}
.footer-copyright nav {    float: right;    margin-top: 5px;}
.footer-copyright nav ul {  list-style: none; margin: 0;  padding: 0;}
.footer-copyright nav ul li { border-left: 1px solid #505050; display: inline-block;  line-height: 12px;  margin: 0;  padding: 0 8px;}
.footer-copyright nav ul li a{  color: #969696;}
.footer-copyright nav ul li:first-child { border: medium none;  padding-left: 0;}
.footer-copyright p { color: #969696; margin: 2px 0 0;}

/* Footer Top */
.footer-top{  background: #252525;  padding-bottom: 30px; margin-bottom: 30px;  border-bottom: 3px solid #222;}

/* Footer transparent */
footer.transparent .footer-top, footer.transparent .main-footer{  background: transparent;}
footer.transparent .footer-copyright{ background: none repeat scroll 0 0 rgba(0, 0, 0, 0.3) ;}

/* Footer light */
footer.light .footer-top{ background: #f9f9f9;}
footer.light .main-footer{  background: #f9f9f9;}
footer.light .footer-copyright{ background: none repeat scroll 0 0 rgba(255, 255, 255, 0.3) ;}

/* Footer 4 */
.footer- .logo {    display: inline-block;}

/*==================== 
  Widgets 
====================== */
.widget{  padding: 20px;  margin-bottom: 40px;}
.widget.widget-last{  margin-bottom: 0px;}
.widget.no-box{ padding: 0; background-color: transparent;  margin-bottom: 40px;
  box-shadow: none; -webkit-box-shadow: none; -moz-box-shadow: none; -ms-box-shadow: none; -o-box-shadow: none;}
.widget.subscribe p{  margin-bottom: 18px;}
.widget li a{ color: #fff;}
.widget li a:hover{ color: #fff;text-decoration: none;}
.widget-title {margin-bottom: 20px;}
.widget-title span {background: #839FAD none repeat scroll 0 0;display: block; height: 1px;margin-top: 25px;position: relative;width: 20%;}
.widget-title span::after {background: inherit;content: "";height: inherit;    position: absolute;top: -4px;width: 50%;}
.widget-title.text-center span,.widget-title.text-center span::after {margin-left: auto;margin-right:auto;left: 0;right: 0;}
.widget .badge{ float: right; background: #7f7f7f;}

.typo-light h1, 
.typo-light h2, 
.typo-light h3, 
.typo-light h4, 
.typo-light h5, 
.typo-light h6,
.typo-light p,
.typo-light div,
.typo-light span,
.typo-light small{  color: #fff;}

ul.social-footer2 { margin: 0;padding: 0; width: auto;}
ul.social-footer2 li {display: inline-block;padding: 0;}
ul.social-footer2 li a:hover {background-color:#ff8d1e;}
ul.social-footer2 li a {display: block; height:30px;width: 30px;text-align: center;}
.btn{background-color: #ff8d1e; color:#fff;}
.btn:hover, .btn:focus, .btn.active {background: #4b92dc;color: #fff;
-webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
-ms-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
-o-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
-webkit-transition: all 250ms ease-in-out 0s;
-moz-transition: all 250ms ease-in-out 0s;
-ms-transition: all 250ms ease-in-out 0s;
-o-transition: all 250ms ease-in-out 0s;
transition: all 250ms ease-in-out 0s;

}
