html,body{
  font-family: 'Rubik', sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 15px;
  font-weight: 400;

  color: #000000;
  background-color: #E3E3E3;

  /*min-height: 100%;
  height: 100%;*/ 
  margin: 0px; 
  padding: 0px; 
} 


.boxSite{
  background-color: #ffffff;
  /*background-color: rgba(238, 238, 238,0.95);*/
  -webkit-box-shadow: 1px 2px 3px 0 rgba(0,0,0,0.3);
  -moz-box-shadow: 1px 2px 3px 0 rgba(0,0,0,0.3);
  box-shadow: 1px 2px 3px 0 rgba(0,0,0,0.3);
  padding: 0px;
  margin: 40px;
}

.wow{
  visibility: hidden;
}


article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
  color: inherit;  
  text-decoration: none;
}
a:active,
a:hover {
  outline: 0;
  color: inherit;
  text-decoration: underline;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: 700;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
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-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  color: inherit;
  overflow-y: hidden;
  margin-top: 0px;
  margin-bottom: 10px;
}

h1.subH,
h2.subH,
h3.subH,
h4.subH,
h5.subH,
h6.subH {
  font-weight: normal;
  line-height: 1;
  color: inherit;
  overflow-y: visible;
  height: auto;
}



.noHmargin h1, .noHmargin h2, .noHmargin h3, .noHmargin h4, .noHmargin h5, .noHmargin h6{
  margin-top: 5px;
  margin-bottom: 5px;
}
.noHmargin h1.subH, .noHmargin h2.subH, .noHmargin h3.subH, .noHmargin h4.subH, .noHmargin h5.subH, .noHmargin h6.subH{
  margin: 0px;
}

.centerDiv {
  margin-left: auto !important;
  margin-right: auto !important;
  float: none !important;
}
.centerText {
  text-align: center;
}
.wordwrap { 
   /*white-space: pre-wrap;      /* CSS3 */   
   /*white-space: -moz-pre-wrap; /* Firefox */   
   /*white-space: -o-pre-wrap;   /* Opera 7 */    
   word-wrap: break-word;      /* IE */
}
.noPadding{
  padding: 0px !important;
}
.noMargin{
  margin: 0px !important;
}

.noJustify{
  text-align: left !important;
}

.fullScreen { position:relative; height: 90%; min-height: 90%; width:100%; }

.fullScreenText { position:relative; min-height: 90%; width:100%; }


.fixedImage { 
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background-attachment: fixed; 
  background-position: center; 
  background-size: cover; 
  filter: grayscale(1); 
  -webkit-filter: grayscale(1); 
  opacity:0.25;
}

.mobile .fixedImage { background-attachment:scroll !important; background-position: center; background-size: cover; }

.hasImage, .hasImage.lightFilter{background-color: #eeeeee !important; position: relative;}
.hasImage.darkFilter{background-color: #BE272D !important;}


#topBarTrigger{position: absolute;  width: 1px; height: 1px; padding: 0; margin: 0; z-index: -1;}

.topBar{
  /*position: fixed;*/
  /*top: 0px;
  left: 0px;*/
  width: 100%;
  height: 100px;
  z-index: 9999;
  /*-webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;*/
  background-color: rgba(256, 256, 256,0.9);
}

.mobile .topBar{
  height: 80px;
  /*transition: .3s all ease;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;*/
  background-color: rgba(256, 256, 256,0.9);
}


.topBar .bar{
  position: relative;
  float: left;
  width: 100%;
  height: 100px;
  z-index: 99999;
  transition: .3s all ease;
}
.mobile .topBar .bar{
  height: 80px;
  transition: .3s all ease;
}


.topBar .bar .logo{
  position: absolute;
  margin:0px;
  height: 70px;
  top: 15px;
  left: 15px;
  
  transition: .3s all ease;
  opacity: 1;
  visibility: visible;
  -ms-transition-delay: 0.15s;
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
  -ms-transform: translateX(0px);
  -webkit-transform: translateX(0px);
  transform: translateX(0px); 
}
.mobile .topBar .logo{
  height: 50px;
}

.home .topBar .bar .logo{
  opacity: 0;
}

.home .topBar.opened .bar .logo{
  opacity: 1;
}


.topBar .bar .logo img, .topBar .bar .logoSmall img, .topBar .bar .logoE img{
  height: 100%;
  width: auto;
}

.topBar .bar .toggle{
  position: absolute;
  height: 100px;
  top: 0px;
  right: 0px;
  width:70px;  
  margin:0px;
  background-color: transparent;
  cursor: pointer;
  text-align: center;
  line-height: 100px;
  transition: .3s all ease;
  opacity: 0;
  visibility: hidden;  
  -ms-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -ms-transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px); 
}
.mobile .topBar .bar .toggle{
  height: 80px; 
  transition: .3s all ease;
}

.topBar .bar .toggle i{
  position: absolute;
  top: 0px;
  right: 0px;
  padding: 37px;
  padding-right: 20px;
  font-size: 26px;
  color: #000000;
  vertical-align: middle;
  transition: .3s all ease;
}
.mobile .topBar .bar .toggle i{
  transition: .3s all ease;
  padding: 27px;
  padding-right: 20px;
}

.topBar .bar .toggle .toggleImages{
  display: none;
}

.ie67 .topBar .bar .toggle .toggleImages{
  display: block;
}

.topBar .bar .toggle .opened{
  transition: .3s all ease;
  opacity: 0;
  visibility: hidden;  
  -ms-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -ms-transform: translateY(10px);
  -webkit-transform: translateY(10px);
  transform: translateY(10px); 
}
.topBar .bar .toggle .closed{
  transition: .3s all ease;
  opacity: 1;
  visibility: visible;
  -ms-transition-delay: 0.15s;
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0); 
}

.topBar.opened .bar .toggle .opened{
  transition: .3s all ease;
  opacity: 1;
  visibility: visible;
  -ms-transition-delay: 0.15s;
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0); 
}
.topBar.opened .bar .toggle .closed{
  transition: .3s all ease;
  opacity: 0;
  visibility: hidden;  
  -ms-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -ms-transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}


.topBar .bar ul.nav{
  position: absolute;  
  margin: 0;
  padding: 0;
  height: 100px;
  top: 0px;
  right: 0px;
  margin-right: 0px;
  width: auto;

  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  list-style: none;
  -ms-box-orient: horizontal;
  -ms-box-pack: flex-end;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;

  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;   

  transition: .3s all ease;
  opacity: 9999;
  visibility: visible;
  -ms-transition-delay: 0.15s;
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0); 
}
.mobile .topBar .bar ul.nav{
  height: 80px;
  transition: .3s all ease;
}


.topBar .bar ul.nav li{
  position: relative;
  z-index: 1;
  display: block;
  margin: 0;
  text-align: center;
  align-content: center;
  -webkit-flex: 1, auto;
  -moz-flex: 1, auto;
  -ms-flex: 1, auto;
  flex: 1, auto;
  line-height: 100px;
  transition: .3s all ease;
}
.mobile .topBar .bar ul.nav li{
  line-height: 80px;
  transition: .3s all ease;
}

.topBar .bar ul.nav li a{
  font-family: 'Rubik', sans-serif;
  font-weight: 500;
  font-size: 14px;
  text-decoration: none;
  text-transform: none;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
  vertical-align: middle;
  color: #000000;
  transition: .3s all ease;
}

.topBar .bar ul.nav li > a::after{
  content: "";
  position: absolute;
  z-index: -1;
  top: 52px;
  left: 0;
  width: calc(100% - 26px);
  height: 11px;
  margin-left: 13px;
  background-color: #BE272D;
  transition: .3s all ease;
  opacity: 0;
  visibility: hidden;  
  -ms-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -ms-transform: translateY(10px);
  -webkit-transform: translateY(10px);
  transform: translateY(10px); 
}
.mobile .topBar .bar ul.nav li > a::after{
  top: 55px;
  transition: .3s all ease;
}

.topBar .bar ul.nav li > a:hover:after, .topBar .bar ul.nav li.active > a:after, .topBar .bar ul.nav li.hasDropdown.active > a:hover:after{
  transition: .3s all ease;
  opacity: 1;
  visibility: visible;
  -ms-transition-delay: 0.15s;
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0); 
}

.topBar .bar ul.nav li.hasDropdown > a:hover:after{
  opacity: 0;
  visibility: hidden;
}

.topBar .bar ul.nav li.hasDropdown:hover{
  z-index: 2;
}

/*.topBar .bar ul.nav li.hasDropdown a i{
  transition: .3s all ease;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.topBar .bar ul.nav li.hasDropdown:hover a i{
  transition: .3s all ease;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}*/

.topBar .bar ul.nav li.hasDropdown:hover a i{
  animation: pointDown 1s forwards;
  -webkit-animation: pointDown 1s forwards;
  -moz-animation: pointDown 1s forwards;
  -o-animation: pointDown 1s forwards;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;  
  -o-animation-iteration-count: infinite;
  transition: .3s all ease;
}


@keyframes pointDown {
    0%   {-ms-transform: translateY(0px); -webkit-transform: translateY(0px); transform: translateY(0px);}
    50%  {-ms-transform: translateY(5px); -webkit-transform: translateY(5px); transform: translateY(5px);}
    100% {-ms-transform: translateY(0px); -webkit-transform: translateY(0px); transform: translateY(0px);}
}
@-webkit-keyframes pointDown {
    0%   {-ms-transform: translateY(0px); -webkit-transform: translateY(0px); transform: translateY(0px);}
    50%  {-ms-transform: translateY(5px); -webkit-transform: translateY(5px); transform: translateY(5px);}
    100% {-ms-transform: translateY(0px); -webkit-transform: translateY(0px); transform: translateY(0px);}
}
@-moz-keyframes pointDown {
    0%   {-ms-transform: translateY(0px); -webkit-transform: translateY(0px); transform: translateY(0px);}
    50%  {-ms-transform: translateY(5px); -webkit-transform: translateY(5px); transform: translateY(5px);}
    100% {-ms-transform: translateY(0px); -webkit-transform: translateY(0px); transform: translateY(0px);}
}
@-o-keyframes pointDown {
    0%   {-ms-transform: translateY(0px); -webkit-transform: translateY(0px); transform: translateY(0px);}
    50%  {-ms-transform: translateY(5px); -webkit-transform: translateY(5px); transform: translateY(5px);}
    100% {-ms-transform: translateY(0px); -webkit-transform: translateY(0px); transform: translateY(0px);}
}


.topBar .bar ul.nav li.hasDropdown .dropdown-content {  
  position: absolute;
  top: 80px;
  left: 15px;
  min-width: 180px;
  padding: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  z-index: 1;
  background-color: #ffffff;
  /*background-color: rgba(238, 238, 238,0.95);*/
  -webkit-box-shadow: 1px 2px 3px 0 rgba(0,0,0,0.3);
  -moz-box-shadow: 1px 2px 3px 0 rgba(0,0,0,0.3);
  box-shadow: 1px 2px 3px 0 rgba(0,0,0,0.3);

  transition: .3s all ease;
  opacity: 0;
  visibility: hidden;  
  -ms-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -ms-transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px); 
}
.mobile .topBar .bar ul.nav li.hasDropdown .dropdown-content {
  top: 55px;
  transition: .3s all ease;
}


/*.topBar .bar ul.nav li.hasDropdown:hover .dropdown-content,*/ .topBar .bar ul.nav li.hasDropdown.opened .dropdown-content {
  transition: .3s all ease;
  opacity: 9999;
  visibility: visible;
  -ms-transition-delay: 0.15s;
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0); 
}


.topBar .bar ul.nav li.hasDropdown .dropdown-content a{
  text-decoration: none;
  clear: both; 
  float: left; 
  display: block; 
  position: relative;
  line-height: normal;
  text-align: left;
  padding: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: .3s all ease;
  color: #000000;    
}

/*.topBar .bar ul.nav li.hasDropdown .dropdown-content a:hover{
  transition: .3s all ease;
  padding-left: 28px;
  padding-right: 12px;
}
*/
/*.topBar .bar ul.nav li.hasDropdown .dropdown-content a:hover{
  transition: .3s all ease;
  color: #ffffff;
  padding-left: 28px;
  padding-right: 12px;
}

.topBar .bar ul.nav li.hasDropdown .dropdown-content a:active{
  transition: .3s all ease;
  color: #BE272D;
  padding-left: 33px;
  padding-right: 7px;
}*/


/*.topBar .bar ul.nav li.hasDropdown .dropdown-content > a::before{
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  z-index: -2;
}*/

.topBar .bar ul.nav li.hasDropdown .dropdown-content > a::after{
  content: "";
  position: absolute;
  z-index: -1;
  top: 20px;
  left: 0;
  width: calc(100% - 26px);
  height: 11px;
  margin-left: 13px;
  background-color: #BE272D;
  transition: .3s all ease;
  opacity: 0;
  visibility: hidden;  
  -ms-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -ms-transform: translateY(10px);
  -webkit-transform: translateY(10px);
  transform: translateY(10px); 
}

/*.topBar .bar ul.nav li.hasDropdown .dropdown-content > a:hover:after{
  opacity: 9999;
  visibility: visible;
  width: 15px;
  transition: .3s all ease;
}*/

.topBar .bar ul.nav li.hasDropdown .dropdown-content > a:hover:after{
  transition: .3s all ease;
  opacity: 1;
  visibility: visible;
  -ms-transition-delay: 0.15s;
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0); 
}

/*.topBar .bar ul.nav li.hasDropdown .dropdown-content > a:active:after{
  opacity: 0;
  visibility: hidden; 
  width: 0%;
  transition: .4s all ease;
  right: 0%;
  left:auto;
}*/



/*.ie678 .topBar .bar ul.nav li a:hover:after, .ie678 .topBar .bar ul.nav li a::after, .ie678 .topBar .bar ul.nav li.active a::after{
  display: none;
}
*/


@media (max-width: 970px) {
  .topBar .bar ul.nav li a{
    transition: .3s all ease;
    padding-left: 10px;
    padding-right: 10px; 
  }
  .topBar .bar ul.nav{
    padding-right: 5px; 
  }

  .topBar .bar ul.nav li > a::after{
    width: calc(100% - 16px);
    margin-left: 8px;
  }
}

@media (max-width: 850px) {
  .topBar .bar ul.nav{ 
    transition: .3s all ease;
    opacity: 0;
    visibility: hidden;  
    -ms-transition-delay: 0s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -ms-transform: translateY(10px);
    -webkit-transform: translateY(10px);
    transform: translateY(10px); 
  }
  .topBar .bar .toggle{
    transition: .3s all ease;
    opacity: 9999;
    visibility: visible;
    -ms-transition-delay: 0.15s;
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}


@media (max-width: 869px) {
  .topBar .bar ul.nav{ 
    transition: .3s all ease;
    opacity: 0;
    visibility: hidden;  
    -ms-transition-delay: 0s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -ms-transform: translateY(10px);
    -webkit-transform: translateY(10px);
    transform: translateY(10px); 
  }
  .topBar .bar .toggle{
    transition: .3s all ease;
    opacity: 9999;
    visibility: visible;
    -ms-transition-delay: 0.15s;
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

}


.theNav{
  position: fixed;
  width: 100%;
  top: 0px;
  left: 0px;
  height: 100%;
  padding-top: 90px;
  overflow: hidden;
  overflow-y:auto;
  z-index: 9998;
  background-color: rgba(227, 227, 227, 0.9);

  transition: .3s all ease;
  opacity: 0;
  visibility: hidden;  
  -ms-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -ms-transform: translateY(0px);
  -webkit-transform: translateY(0px);
  transform: translateY(0px); 
}

/*.dark .theNav{
  transition: .3s all ease;
  background-color: rgba(51,51,51,0.9);
}*/

.theNav.opened{  
  transition: .3s all ease;
  opacity: 9999;
  visibility: visible;
  -ms-transition-delay: 0.15s;
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.theNav ul.nav{ 
  position: relative;
  margin-left: auto !important;
  margin-right: auto !important;
  float: none !important;
  width: 100%;
  height: auto;
  max-width: 1400px;
  z-index: 2;

  margin: 0 auto;
  padding: 0;
  list-style: none;

  margin-top: 20px;
  margin-bottom: 20px;
}

.theNav .dropdown-content{
  margin-top: 0px;
  margin-bottom: 0px;
}

.theNav ul.nav li{
  position: relative;
  z-index: 1;
  display: block;
  clear: both; 
  float: right; 
  display: block; 
  position: relative;
  margin-right: 55px;
  padding: 10px;
  text-align: right;
}

.theNav ul.nav li > a{
  font-family: 'Rubik', sans-serif;
  font-weight: 500;
  font-size: 24px;
  text-decoration: none;
  text-transform: none;
  color:#000000;
  text-align: right;
}

.theNav ul.nav li > a::after{
  content: "";
  position: absolute;
  z-index: -1;
  top: 26px;
  right: 0;
  height: 11px;
  /*margin-right: 40px;*/
  background-color: #BE272D;
  transition: .3s all ease;
  opacity: 0;
  visibility: hidden;  
  -ms-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -ms-transform: translateY(10px);
  -webkit-transform: translateY(10px);
  transform: translateY(10px); 
  width: 100%;
}

.theNav ul.nav li > a:hover:after, .theNav ul.nav li.active > a:after{
  transition: .3s all ease;
  opacity: 1;
  visibility: visible;
  -ms-transition-delay: 0.15s;
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
  -ms-transform: translateY(0px);
  -webkit-transform: translateY(0px);
  transform: translateY(0px); 
}

.theNav ul.nav li.hasDropdown.opened{
  z-index: 2;
}

.theNav ul.nav li.hasDropdown > a i{
  transition: .3s all ease;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}


.theNav ul.nav li.hasDropdown.opened > a i{
  transition: .3s all ease;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.theNav ul.nav li.hasDropdown .dropdown-content{
  position: absolute;
  top: 50px;
  right: 50px;
  width: 180px;
  padding: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #ffffff;
  /*background-color: rgba(238, 238, 238,0.95);*/
  -webkit-box-shadow: 1px 2px 3px 0 rgba(0,0,0,0.3);
  -moz-box-shadow: 1px 2px 3px 0 rgba(0,0,0,0.3);
  box-shadow: 1px 2px 3px 0 rgba(0,0,0,0.3);

  transition: .3s all ease;
  opacity: 0;
  visibility: hidden;  
  -ms-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -ms-transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}

.theNav ul.nav li.hasDropdown .dropdown-content.lang{
  width: 65px;
}

.theNav ul.nav li.hasDropdown.opened .dropdown-content{  
    transition: .3s all ease;
    opacity: 9999;
    visibility: visible;
    -ms-transition-delay: 0.15s;
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.theNav .dropdown-content > a{
  text-decoration: none;
  clear: both; 
  float: right; 
  display: block; 
  position: relative;
  font-weight: 500;
  font-size: 20px;
  line-height: normal;
  text-align: right;
  padding: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: .3s all ease;
  color: #000000;     
}

/*.theNav .dropdown-content > a:hover{
  transition: .3s all ease;
  color: #ffffff;
  padding-left: 12px;
  padding-right: 28px;
}

.theNav .dropdown-content > a:active{
  transition: .3s all ease;
  color: #BE272D;
  padding-left: 7px;
  padding-right: 33px;
}


.theNav .dropdown-content > a::before{
  content: "";
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  z-index: -2;
}


.theNav .dropdown-content > a:active:after{
  opacity: 0;
  visibility: hidden; 
  width: 0%;
  transition: .4s all ease;
  left: 0%;
  right:auto;
}*/

.theNav .dropdown-content > a::after{
  content: "";
  position: absolute;
  z-index: -1;
  top: 24px;
  left: 0;
  width: calc(100% - 26px);
  height: 11px;
  margin-left: 13px;
  background-color: #BE272D;
  transition: .3s all ease;
  opacity: 0;
  visibility: hidden;  
  -ms-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -ms-transform: translateY(10px);
  -webkit-transform: translateY(10px);
  transform: translateY(10px); 
}

.theNav .dropdown-content > a:hover:after{
  transition: .3s all ease;
  opacity: 1;
  visibility: visible;
  -ms-transition-delay: 0.15s;
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0); 
}


.ie678 .theNav ul.nav li a:hover:after, .ie678 .theNav ul.nav li a::after, .ie678 .theNav ul.nav li.current a::after{
  display: none;
}


.grid{
  overflow: visible;
}


.read_more_wrapper{
  max-height: 400px;
  overflow: hidden;
  display: block;
  position: relative;
  padding-bottom: 30px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;  
}

.read_more_wrapper .read_more_button{
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0px;
  height: 100px;
  width: 100%;

  background: -moz-linear-gradient(top, rgba(29,164,170,0) 0%, rgba(29,164,170,1) 76%, rgba(29,164,170,1) 99%);
background: -webkit-linear-gradient(top, rgba(29,164,170,0) 0%,rgba(29,164,170,1) 76%,rgba(29,164,170,1) 99%);
background: linear-gradient(to bottom, rgba(29,164,170,0) 0%,rgba(29,164,170,1) 76%,rgba(29,164,170,1) 99%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00333333', endColorstr='#333333',GradientType=0 );

  color: #3c3c3b;
  font-weight: bold;
  text-decoration: underline;
  text-align: left;
  line-height: 70px; 
  cursor: pointer;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}


.read_more_wrapper.expanded{
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.read_more_wrapper.expanded .read_more_button{
  background: rgba(59,170,53,0);
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}


.button {
  background-color: transparent;
  color: #BE272D;
  margin-top: 50px;
  padding: 10px;
  padding-left: 15px;
  padding-right: 15px;
  border: 3px solid #BE272D;
  float: left;
  font-weight: 500;
  cursor: pointer;
  text-decoration: none;
  outline: 0;
  line-height: normal;
}
.button:hover{
  outline: 0;
  color: #BE272D;
  background-color:#ffffff;
  text-decoration: none;
}

.section{
  background-color:#ffffff;
}

.section, .topSection{
  width: 100%;
  overflow: hidden;
}

.topSection{
  padding-top: 150px;
}


.container{
  position: relative;
  width: 100%;
  max-width: 1000px;
  height: auto;
  margin-left: auto !important;
  margin-right: auto !important;
  float: none !important;
  padding-top: 25px;
  padding-bottom: 25px;
}

.container.extrasmall{
  max-width: 600px;
}
.container.small{
  max-width: 800px;
}
.container.big{
  max-width: 1200px;
}
.container.extrabig{
  max-width: 1400px;
}

.container.noTopPadding{
  padding-top: 0px;
}

.container.noBottomPadding{
  padding-bottom: 0px;
}


.topSection .container{
  padding-top: 0px;
}


.container .text .title{
  /*clear: both; 
  float: left; 
  display: block; */
  position: relative;
  font-size: 35px;
  text-align: left;
  font-weight: 500;
  margin-bottom: 20px;
  z-index: 1;
}

.container .text .title::after{
  content: "";
  position: absolute;
  z-index: -1;
  top: 28px;
  left: 0;
  width: calc(100% + 6px);
  height: 11px;
  margin-left: -3px;
  background-color: #BE272D;
}

.container .text .subtitle{
  position: relative;
  float: left;
  width: 100%;
  font-size: 26px;
  text-align: left;
  font-weight: 500;
}
.container .line-separator{
  position: relative;
  float: left;
  margin-left: -10px;
  width: 100px;
  margin-top: 5px;
  margin-bottom: 5px;
  height: 2px;
  background-color:#000000;
}
.container .in-line-separator{
  position: relative;
  display: inline-block;
  width: 60px;
  height: 2px;
  background-color:#000000;
}
.container .text{
  position: relative;
  float: left;
  width: 100%;
  text-align:justify;
  /*font-size: 15px;*/
}

.container .text p:first-child{
  margin-top: 0px;
}
.container .text p:last-child{
  margin-bottom: 0px;
}

.topSection.hasImage .container .title{
  margin-bottom: 50px;
}
.container .breadCrumbs{
  position: relative;
  float: left;
  width: 100%;
  font-size: 16px;
  text-align: left;
  font-weight: 400;
  color: #BE272D;
}
.container .breadCrumbs a{
  text-decoration: none;
}
.container .breadCrumbs a:hover{
  text-decoration: underline;
}


.hasImage .container .box{
  text-align:justify;
  background-color: rgba(256,256,256,0.2);
  padding: 20px;
  /*font-size: 15px;*/
}

.hasImage .container .title, .hasImage .container .box, .hasImage .container .subtitle, .hasImage .container .text, .hasImage .container .date{
  color: #BE272D;
}


.darkFilter.hasImage .container .title, .darkFilter.hasImage .container .box, .darkFilter.hasImage .container .subtitle, .darkFilter.hasImage .container .text{
  color: #ffffff;
}




.footer{
  margin-top: 50px;
  margin-bottom: 50px;
}


.person .photo, .perfil .photo{
  border-radius: 50%;
  overflow: hidden;
  width: 150px;
  height: 150px;
  background-color: #d2d2d2;
  background-position: center;
  background-size: cover;
  margin-bottom: 10px;
}

.person .text{
  float: left;
  text-align: center;
  font-size: 13px;
  width: 150px;
}
.person .text a{
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  text-decoration: none;
}
/*.perfil .nome{
  padding-top: 50px;
  font-size: 25px;
}

@media handheld, only screen and (max-width: 670px) {
  .perfil .nome{
    padding-top: 0px;
  }
}
.perfil .cargo{
  font-size: 20px;
  font-style: italic;
  font-weight: 400;
}*/

.person .text a:hover{
  text-decoration: underline;
}


footer{
  /*background-color: #f3f4f5;*/
  position: relative;
  color: #000000;
}

.filter-years{
  background-color: #f3f4f5;
  color: #333333;
  text-align: center;
}
.filter-years .container{
  margin-top: 25px;
  margin-bottom: 25px;
  padding-left:20px !important;
  padding-right: 20px !important;
  padding: 0px;
}
.filter-years a{
  text-decoration: none;
  margin-left: 5px;
  margin-right: 5px;
  font-weight: bold;
}

.filter-years a.active, .filter-years a:hover{
  color: #BE272D;
}

.filter-years a.active{
  font-size: 19px;
}


.cicleName{
  color: #BE272D;
  text-align: left;
}
.cicleName.light{background-color: #eeeeee;}
.cicleName.dark{background-color: #BE272D;}

.cicleName .container{
  margin-top: 25px;
  margin-bottom: 25px;
  padding-left:20px !important;
  padding-right: 20px !important;
  padding: 0px;
}
.cicleName a{
  text-decoration: none;
  font-weight: bold;
}

.cicleName a.active, .cicleName a:hover{
  text-decoration: underline;
}

.cicleName .breadCrumbs{
  width: 100%;
  font-size: 14px;
}



.slide-swiper-container {
  width: 100%;
  height: 600px;
  margin-left: auto;
  margin-right: auto;  
  transition: .3s all ease;
}

.slide-swiper-container .swiper-slide {
  font-size: 15px;
  color:#000000;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
}


.slide-swiper-container .swiper-slide .slide-content{
  padding: 170px 80px 40px 80px;   
  transition: .3s all ease;
}

.mobile .slide-swiper-container .swiper-slide .slide-content{
  padding: 90px 80px 40px 80px;   
  transition: .3s all ease;
}

.logoSlide{
  width:320px; 
  position:absolute; 
  top:50%; 
  left:50%; 
  margin-left:-160px; 
  margin-top:-120px;
}

@media (max-width: 768px) {
  .slide-swiper-container .swiper-slide .slide-content{
    padding: 90px 80px 40px 80px;     
    transition: .3s all ease;
  }
  .slide-swiper-container {
    height: 400px;    
    transition: .3s all ease;
  }
}

@media (max-width: 670px) {
  .slide-swiper-container .swiper-slide .slide-content, .mobile .slide-swiper-container .swiper-slide .slide-content{
    padding: 90px 50px 40px 50px;     
    transition: .3s all ease;
  }

  .logoSlide{
    width:250px; 
    margin-left:-125px; 
    margin-top:-120px;
  }
}


.eventSlide .image{
  position: absolute;
  top: 15%;
  left: 50%;
  margin-left: -350px;
  height:400px;
  width:600px;
  background-size:cover;
  background-position:center;
}

.eventSlide .content{
  position: absolute;
  float: left;
  bottom: 15%;
  left: 50%;
}

.eventSlide .content div{
  -webkit-box-shadow: 3px 12px 17px 0 rgba(0,0,0,0.15);
  -moz-box-shadow: 3px 12px 17px 0 rgba(0,0,0,0.15);
  box-shadow: 3px 12px 17px 0 rgba(0,0,0,0.15);
  margin-bottom: 5px;
  clear: both; 
  float: left; 
  display: block; 
  position: relative;
  width: auto;
  max-width: 450px;
}

.eventSlide .content .type{
  text-transform: uppercase;
  background-color: #BE272D;
  padding: 5px;
}

.eventSlide .content .title{
  text-transform: uppercase;
  font-weight: 500;
  font-size: 20px;
  background-color: #ffffff;
  padding: 5px;
}

.eventSlide .content .date{
  background-color: #ffffff;
  padding: 5px;
}

@media (max-width: 1050px) {
  .eventSlide .image{
    top: 15%;
    left: 50%;
    margin-left: -350px;
    height:400px;
    width:600px;
  }

  .eventSlide .content{
    bottom: 15%;
    left: 50%;
  }

  .eventSlide .content div{
    max-width: 350px;
  }
}

@media (max-width: 900px) {
  .eventSlide .image{
    margin-left: -300px;
  }

  .eventSlide .content{
    bottom: 15%;
    left: 50%;
  }

  .eventSlide .content div{
    max-width: 330px;
  }
}

@media (max-width: 768px) {
  .eventSlide .image{
    top: 0%;
    left: 20px;
    margin-left: 0px;
    height:340px;
    width:calc(100% - 40px);
  }

  .eventSlide .content{
    bottom: 10%;
    left: 10%;
  }

  .eventSlide .content div{
    max-width:calc(100% - 40px);
  }

  .slide-swiper-container .swiper-button-prev, .slide-swiper-container .swiper-button-next{
    display: none;
  }
}


.slide-swiper-container .swiper-button-prev, .slide-swiper-container .swiper-button-next{
  transition: .3s all ease;
}

.slide-swiper-container .swiper-button-prev:hover { 
  animation: pointLeft 1s forwards;
  -webkit-animation: pointLeft 1s forwards;
  -moz-animation: pointLeft 1s forwards;
  -o-animation: pointLeft 1s forwards;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;  
  -o-animation-iteration-count: infinite;
  transition: .3s all ease;
}

.slide-swiper-container .swiper-button-next:hover { 
  animation: pointRight 1s forwards;
  -webkit-animation: pointRight 1s forwards;
  -moz-animation: pointRight 1s forwards;
  -o-animation: pointRight 1s forwards;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;  
  -o-animation-iteration-count: infinite;
  transition: .3s all ease;
}

@keyframes pointLeft {
    0%   {-ms-transform: translateX(0px); -webkit-transform: translateX(0px); transform: translateX(0px);}
    50%  {-ms-transform: translateX(-5px); -webkit-transform: translateX(-5px); transform: translateX(-5px);}
    100% {-ms-transform: translateX(0px); -webkit-transform: translateX(0px); transform: translateX(0px);}
}
@-webkit-keyframes pointLeft {
    0%   {-ms-transform: translateX(0px); -webkit-transform: translateX(0px); transform: translateX(0px);}
    50%  {-ms-transform: translateX(-5px); -webkit-transform: translateX(-5px); transform: translateX(-5px);}
    100% {-ms-transform: translateX(0px); -webkit-transform: translateX(0px); transform: translateX(0px);}
}
@-moz-keyframes pointLeft {
    0%   {-ms-transform: translateX(0px); -webkit-transform: translateX(0px); transform: translateX(0px);}
    50%  {-ms-transform: translateX(-5px); -webkit-transform: translateX(-5px); transform: translateX(-5px);}
    100% {-ms-transform: translateX(0px); -webkit-transform: translateX(0px); transform: translateX(0px);}
}
@-o-keyframes pointLeft {
    0%   {-ms-transform: translateX(0px); -webkit-transform: translateX(0px); transform: translateX(0px);}
    50%  {-ms-transform: translateX(-5px); -webkit-transform: translateX(-5px); transform: translateX(-5px);}
    100% {-ms-transform: translateX(0px); -webkit-transform: translateX(0px); transform: translateX(0px);}
}


@keyframes pointRight {
    0%   {-ms-transform: translateX(0px); -webkit-transform: translateX(0px); transform: translateX(0px);}
    50%  {-ms-transform: translateX(5px); -webkit-transform: translateX(5px); transform: translateX(5px);}
    100% {-ms-transform: translateX(0px); -webkit-transform: translateX(0px); transform: translateX(0px);}
}
@-webkit-keyframes pointRight {
    0%   {-ms-transform: translateX(0px); -webkit-transform: translateX(0px); transform: translateX(0px);}
    50%  {-ms-transform: translateX(5px); -webkit-transform: translateX(5px); transform: translateX(5px);}
    100% {-ms-transform: translateX(0px); -webkit-transform: translateX(0px); transform: translateX(0px);}
}
@-moz-keyframes pointRight {
    0%   {-ms-transform: translateX(0px); -webkit-transform: translateX(0px); transform: translateX(0px);}
    50%  {-ms-transform: translateX(5px); -webkit-transform: translateX(5px); transform: translateX(5px);}
    100% {-ms-transform: translateX(0px); -webkit-transform: translateX(0px); transform: translateX(0px);}
}
@-o-keyframes pointRight {
    0%   {-ms-transform: translateX(0px); -webkit-transform: translateX(0px); transform: translateX(0px);}
    50%  {-ms-transform: translateX(5px); -webkit-transform: translateX(5px); transform: translateX(5px);}
    100% {-ms-transform: translateX(0px); -webkit-transform: translateX(0px); transform: translateX(0px);}
}




.newsletterArquivo a{
  font-weight: 700;
  font-size: 16px;
}

.events-agenda-section .container{
  min-height: 350px;
}

/*.events-agenda-section .grid, .events-agenda-section{
  padding: 0px;
  position:relative; 
  min-height: 100%
}
*/
.events-agenda-swiper-container {
  width: 100%;
  height: 100%;
  max-height: 550px;
  padding: 20px;
  padding-left: 0px;
  transition: .3s all ease;

}

@media (max-width: 670px) {
  .events-agenda-swiper-container {
    width: 100%;
    height: 100%;
    max-height:none;
    transition: .3s all ease;

  }
}

.events-agenda-swiper-container .swiper-slide {
  color:#3c3c3b;
  margin-bottom: 20px;
  width: 100%;
}




.highlightPost{
  color:#BE272D;
}

.highlightPost .container{
  margin: 0px;
  padding: 0px;
}

.highlightPost .tags{
  width: 100%;
  float: left;
}

.highlightPost .tags .tag{
  float: left;
  margin-bottom: 3px;
  margin-right: 3px;
  padding-top: 1px;
  padding-bottom: 2px;
  padding-right: 7px;
  padding-left: 7px;
  font-size: 13px;
  font-weight: 400; 
  color: #ffffff;
  background-color: rgba(89,20,52,0.5);
  border: 1px solid transparent;
  border-radius: 20px;
  transition: .3s all ease;
}
.highlightPost .tags .tag.original{
  color: rgba(89,20,52,0.72);
  background-color: transparent;
  border: 1px solid rgba(89,20,52,0.72);
  transition: .3s all ease;
}

.highlightPost .tags .tag.pt, .highlightPost .tags .tag.es, .highlightPost .tags .tag.en{
  color: rgba(89,20,52,0.72);
  background-color: transparent;
  border: 1px solid rgba(89,20,52,0.72);
  transition: .3s all ease;
  padding-top: 1px;
  padding-bottom: 2px;
  padding-right: 5px;
  padding-left: 5px;
}

.highlightPost .tags .tag.othertag{
  background-color: rgba(89,20,52,0.20);
  border: 1px solid transparent;
  transition: .3s all ease;
}

.highlightPost .title{
  font-size: 40px;
  font-weight: 700; 
  /*max-width: 700px;*/
  /*float: left;*/
  transition: .3s all ease;
  /*display: inline-flex;*/
}

.highlightPost .subtitle{
  font-size: 33px;
  font-weight: 700; 
  max-width: 700px;
  transition: .3s all ease;
  display: inline-flex;
}

.highlightPost .text {
  font-size: 15px;
  font-weight: 400;
  width: 100%;
  max-width: 700px;
  line-height: 1.3;
  text-align: left;
  margin: 0px;
  overflow: hidden;
  text-overflow: ellipsis; 
  transition: .3s all ease;
  display: inline-flex;
}
@media (max-width: 670px) {
  .highlightPost .text{
    max-height: 130px; 
    transition: .3s all ease;
  }
}

.highlightPost .date{
  font-size: 15px;
  font-weight: 400;  
  width: 100%;
  float: left;
  margin-top: 10px; 
  display: inline-flex;
}


@media handheld, only screen and (max-width: 900px) {
  .highlightPost .title{
    font-size: 35px !important;
    transition: .3s all ease;
  }

  .highlightPost .subtitle{
    font-size: 28px !important;
    transition: .3s all ease;
  }
}

@media handheld, only screen and (max-width: 670px) {
  .highlightPost .title{
    font-size: 30px !important;
    transition: .3s all ease;
  }

  .highlightPost .subtitle{
    font-size: 23px !important;
    transition: .3s all ease;
  }
}

@media handheld, only screen and (max-width: 420px) {
  .highlightPost .title{
    font-size: 25px !important;
    transition: .3s all ease;
  }

  .highlightPost .subtitle{
    font-size: 18px !important;
    transition: .3s all ease;
  }
}





/* /////////////////////////////////////////////////////////// ie fallback */

.ie678 .container .line-separator, .ie678 .container .in-line-separator, .ie678 .home .text .the-line-separator{
  height: 3px;
  background: #000000;
}

.no-flexbox .topBar .bar ul.nav {
  display: block;
  float: right;
}

.no-flexbox .topBar .bar ul.nav li {
  width: auto;
  display: inline-block;
}

.no-flexbox.ie .topBar .bar ul.nav li {
  float: left;
}

.ie678 .topBar{
  background-color: transparent;
}

.ie678 .topBar .bar ul.nav{
  top: -80px;
  color: #BE272D;
}

.ie678 .topBar .bar .toggle{
  top: 0px;
}

.ie678 .topBar .bar .logo{
  top: 0px;
  opacity: 1;
  color: #000000;
  text-decoration: none;
}

.ie678 .theNav{
  background-color: #ffffff;
  color: #000000;
}

.ie678 .the-color{
  background-color: rgb(237, 143, 9);
}

.ie678 .home{
  margin-top: 140px;
}

.ie678 .container{
  padding-top: 70px;
}

.ie678 .theNav ul.nav li a{
  color: #BE272D;
}

.hiddenInfoButton .mais, .hiddenInfoButton.hidden .menos{
  display: none;
}
.hiddenInfoButton.hidden .mais, .hiddenInfoButton .menos{
  display:inline;
}

.hiddenInfo {
  margin-top: 20px;
  width: 100%;
  float: left;
}


.tabs {
    width:100%;
    display:inline-block;
    margin-top: 13px;
}
.tab-links {
  padding:0px;
  margin:0px;
}
/*----- Tab Links -----*/
/* Clearfix */
.tab-links:after {
  display:block;
  clear:both;
  content:'';
}

.tab-links li {
  margin:0px;
  float:left;
  list-style:none;
  margin-right: 3px;
  border: 3px solid #000;
  margin-top: -3px;
  padding: 6px;
}
.tab-links li a{
  text-decoration: none;
  padding: 6px;
  color: #ffffff;
}


.tab-links li a:hover, .tab-links li.active a, .tab-links li.active a:hover, .tab-links li:hover a, .tab-links li.active a, .tab-links li.active:hover a, .tab-links li:hover, .tab-links li.active, .tab-links li.active:hover{
  color: #ffffff;
  background-color:#000000;
  text-decoration: none;
}

.tab-content {
    position: relative;
    padding:20px;
    padding-top: 30px;
    border: 3px solid #000;    
    overflow: hidden;
    width: 100%;
    top: -3px;
}
 
.tab {
    display:none;
}

.tab.active {
    display:block;
}


/*
* @subsection   RD Mail Form
*
* @description  Describes style declarations for RD Mail Form extension
*
* @author       Evgeniy Gusarov
* @link         https://ua.linkedin.com/pub/evgeniy-gusarov/8a/a40/54a
* @version      1.1.2
*/
.nav-right .rd-navbar-info .rd-mailform label input, .nav-right .rd-navbar-info .rd-mailform label textarea {
  padding: 7px 14px; }

.rd-mailform {
  position: relative;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  /*margin-top: 35px;*/ }
  .rd-mailform fieldset {
    border: none; }
    .rd-mailform fieldset > .row + .row {
      margin-top: 30px; }

.rd-mailform label {
  position: relative;
  display: block;
  width: 100%;
  margin-top: 26px; }
  .rd-mailform label:first-child {
    margin-top: 0; }
  .rd-mailform label input, .rd-mailform label select {
    height: 52px; }
  .rd-mailform label input, .rd-mailform label textarea {
    outline: 0;
    display: block;
    width: 100%;
    margin: 0;
    -webkit-appearance: none;
    font-size: 15px;
    padding: 8px 15px;
    line-height: 30px;
    color: #000000;
    background: #EFEFEF;
    border: 0px solid #EFEFEF;
    border-radius: 25px;
    webkit-box-shadow: 1px 1px 2px 0 rgba(0,0,0,0.3);
    -moz-box-shadow: 1px 1px 2px 0 rgba(0,0,0,0.3);
    box-shadow: 1px 1px 2px 0 rgba(0,0,0,0.3);
  }
    .rd-mailform label input:-moz-placeholder, .rd-mailform label textarea:-moz-placeholder {
      color: #bbbbbb;
      opacity: 1; }
    .rd-mailform label input::-webkit-input-placeholder, .rd-mailform label textarea::-webkit-input-placeholder {
      color: #bbbbbb;
      opacity: 1; }
    .rd-mailform label input::-moz-placeholder, .rd-mailform label textarea::-moz-placeholder {
      color: #bbbbbb;
      opacity: 1; }
    .rd-mailform label input:-ms-input-placeholder, .rd-mailform label textarea:-ms-input-placeholder {
      color: #bbbbbb;
      opacity: 1; }
  .rd-mailform label textarea {
    outline: 0;
    resize: vertical;
    overflow: auto;
    min-height: 52px;
    height: 250px;
    max-height: 300px; }
@media (min-width: 768px) {
  .rd-mailform label {
    margin-top: 30px; 
  } 
}



/*
* MF Controls
*/
.mfControls {
  margin-top: 20px;
}

.mfControls button {
  background-color: transparent;
  color: #000000;
  padding: 10px;
  padding-left: 15px;
  padding-right: 15px;
  border: 2px solid #000000;
  float: left;
  font-weight: 500;
  cursor: pointer;
  text-decoration: none;
  outline: 0;
  border-radius: 25px;
}

.mfControls button:hover {
  outline: 0;
  color: #ffffff;
  background-color:#000000;
  text-decoration: none;
}

@-webkit-keyframes fout {
  0% {
    -webkit-transform: scale(1) translateX(0);
    transform: scale(1) translateX(0); }
  100% {
    -webkit-transform: scale(0) translateX(0);
    transform: scale(0) translateX(0); } }
@keyframes fout {
  0% {
    -webkit-transform: scale(1) translateX(0);
    transform: scale(1) translateX(0); }
  100% {
    -webkit-transform: scale(0) translateX(0);
    transform: scale(0) translateX(0); } }
/*
* MF Placeholder
*/
.mfPlaceHolder {
  cursor: text;
  position: absolute;
  left: 0;
  top: 0;
  padding: 11px 21px;
  font-weight: inherit;
  font-size: 18px;
  line-height: 28px;
  color: #bbbbbb;
  opacity: 1;
  transition: .2s all ease; }
  *:-webkit-autofill ~ .mfPlaceHolder {
    opacity: .4; }
  .mfPlaceHolder.state-1 {
    opacity: .0; }
  *:-webkit-autofill ~ .mfPlaceHolder {
    display: none; }
  .mfInput.filled .mfPlaceHolder.state-1 {
    display: none; }

/*
* MF Validation
*/
.mfValidation {
  position: absolute;
  top: 0;
  padding-left: 21px;
  right: 7px;
  color: #BE272D;
  font-weight: inherit;
  font-size: 9px;
  line-height: 20px;
  opacity: 0;
  visibility: hidden;
  z-index: 9;
  pointer-events: none;
  transition: .3s all ease; }
  .mfValidation.show {
    opacity: 1;
    visibility: visible; }
  .mfValidation.hide, .mfValidation.valid {
    opacity: 0;
    visibility: hidden; }

/*
* MF Submit
*/
.mfInfo,
.mfProgress {
  position: fixed;
  left: 15px;
  bottom: 15px;
  padding: 17px;
  height: 54px;
  color: #FFF;
  background: #C32138;
  border-radius: 0px;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.12), 3px 4px 8px 0px rgba(0, 0, 0, 0.11);
  line-height: 20px;
  font-size: 13px;
  transition: .3s all ease;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(83px);
  transform: translateY(83px);
  z-index: 999; }
  .mfInfo .loader,
  .mfProgress .loader {
    display: inline-block;
    position: relative;
    margin-right: 16px; }
    .mfInfo .loader, .mfInfo .loader:before, .mfInfo .loader:after,
    .mfProgress .loader,
    .mfProgress .loader:before,
    .mfProgress .loader:after {
      width: 20px;
      height: 20px;
      line-height: 20px; }
    .mfInfo .loader:before, .mfInfo .loader:after,
    .mfProgress .loader:before,
    .mfProgress .loader:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0; }
    .mfInfo .loader:before,
    .mfProgress .loader:before {
      -webkit-animation: mfLoader 1.1s infinite linear;
      animation: mfLoader 1.1s infinite linear;
      border: 2px solid #FFF;
      border-top-color: transparent;
      border-radius: 50%;
      opacity: 1;
      visibility: visible;
      transition: .3s all ease; }
    .mfInfo .loader:after,
    .mfProgress .loader:after {
      opacity: 0;
      visibility: hidden;
      font-weight: 400;
      font-family: "FontAwesome";
      font-size: 20px;
      transition: .6s all ease;
      -webkit-transform: rotate(-90deg) scale(0);
      transform: rotate(-90deg) scale(0); }
  .mfInfo.fail,
  .mfProgress.fail {
    background: #C32138; }
    .mfInfo.fail .loader:after,
    .mfProgress.fail .loader:after {
      content: '\f00d'; }
  .mfInfo.success,
  .mfProgress.success {
    background: #2E7D32; }
    .mfInfo.success .loader:after,
    .mfProgress.success .loader:after {
      content: '\f00c'; }
  .mfInfo.fail .loader:before, .mfInfo.success .loader:before,
  .mfProgress.fail .loader:before,
  .mfProgress.success .loader:before {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(0);
    transform: scale(0); }
  .mfInfo.fail .loader:after, .mfInfo.success .loader:after,
  .mfProgress.fail .loader:after,
  .mfProgress.success .loader:after {
    opacity: 1;
    visibility: visible;
    -webkit-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1); }
  .mfInfo.fail, .mfInfo.success, .mfInfo.sending,
  .mfProgress.fail,
  .mfProgress.success,
  .mfProgress.sending {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  @media (min-width: 768px) {
    .mfInfo,
    .mfProgress {
      bottom: 24px;
      left: 50%;
      -webkit-transform: translate(-50%, 83px);
      transform: translate(-50%, 83px); }
      .mfInfo.fail, .mfInfo.success, .mfInfo.sending,
      .mfProgress.fail,
      .mfProgress.success,
      .mfProgress.sending {
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0); } }

@-webkit-keyframes mfLoader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes mfLoader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
/*
* MF Icon
*/
.mfInput[data-add-icon] input, .mfInput[data-add-icon] .mfPlaceHolder {
  padding-right: 44px; }

.mfIcon {
  position: absolute;
  text-align: center;
  top: 14px;
  right: 10px;
  width: 24px;
  height: 24px;
  line-height: 24px;
  color: #3c3c3b;
  font: 400 20px/24px "FontAwesome"; }
  .mfIcon span:before, .mfIcon span:after {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -12px;
    margin-left: -10px;
    transition: .4s all ease-in-out; }

.mfIcon span:before {
  content: ""; }
.mfIcon span:after {
  content: "";
  -webkit-transform: scale(0) rotate(-180deg);
  transform: scale(0) rotate(-180deg);
  -webkit-animation: zoom-out 0.4s ease-in-out 1 forwards;
  animation: zoom-out 0.4s ease-in-out 1 forwards; }

.mfIcon.state-1:after {
  content: "";
  position: absolute;
  bottom: -1px;
  width: 0;
  height: 1px;
  background: #333333;
  -webkit-animation: line 1.2s 0.4s infinite;
  animation: line 1.2s 0.4s infinite; }
.mfIcon.state-1 span:before {
  -webkit-transform: scale(0) rotate(90deg);
  transform: scale(0) rotate(90deg); }
.mfIcon.state-1 span:after {
  -webkit-transform: scale(1) rotate(-35deg);
  transform: scale(1) rotate(-35deg);
  -webkit-animation: zoom-in-state-1 0.4s ease-in-out 1 forwards, anim-1 1.2s 0.3s infinite, anim-2 0.6s 0.3s infinite;
  animation: zoom-in-state-1 0.4s ease-in-out 1 forwards, anim-1 1.2s 0.3s infinite, anim-2 0.6s 0.3s infinite; }

.mfIcon.state-2 span:before {
  content: "";
  -webkit-transform: scale(0) rotate(90deg);
  transform: scale(0) rotate(90deg); }
.mfIcon.state-2 span:after {
  -webkit-transform: scale(1) rotate(-210deg);
  transform: scale(1) rotate(-210deg);
  -webkit-animation: zoom-in-state-2 0.4s ease-in-out 1 forwards, anim-3 0.6s 0.4s infinite;
  animation: zoom-in-state-2 0.4s ease-in-out 1 forwards, anim-3 0.6s 0.4s infinite; }

@-webkit-keyframes anim-1 {
  0% {
    left: 50%; }
  100% {
    left: 90%; } }
@keyframes anim-1 {
  0% {
    left: 50%; }
  100% {
    left: 90%; } }
@-webkit-keyframes anim-2 {
  0% {
    -webkit-transform: rotate(-35deg);
    transform: rotate(-35deg); }
  25% {
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg); }
  50% {
    -webkit-transform: rotate(-35deg);
    transform: rotate(-35deg); }
  75% {
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg); }
  100% {
    -webkit-transform: rotate(-35deg);
    transform: rotate(-35deg); } }
@keyframes anim-2 {
  0% {
    -webkit-transform: rotate(-35deg);
    transform: rotate(-35deg); }
  25% {
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg); }
  50% {
    -webkit-transform: rotate(-35deg);
    transform: rotate(-35deg); }
  75% {
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg); }
  100% {
    -webkit-transform: rotate(-35deg);
    transform: rotate(-35deg); } }
@-webkit-keyframes anim-3 {
  0% {
    -webkit-transform: rotate(150deg);
    transform: rotate(150deg);
    left: 50%; }
  50% {
    -webkit-transform: rotate(150deg);
    transform: rotate(150deg);
    left: 90%; }
  100% {
    -webkit-transform: rotate(150deg);
    transform: rotate(150deg);
    left: 50%; } }
@keyframes anim-3 {
  0% {
    -webkit-transform: rotate(150deg);
    transform: rotate(150deg);
    left: 50%; }
  50% {
    -webkit-transform: rotate(150deg);
    transform: rotate(150deg);
    left: 90%; }
  100% {
    -webkit-transform: rotate(150deg);
    transform: rotate(150deg);
    left: 50%; } }
@-webkit-keyframes zoom-out {
  0% {
    -webkit-transform: scale(1) rotate(-35deg);
    transform: scale(1) rotate(-35deg); }
  100% {
    -webkit-transform: scale(0) rotate(-180deg);
    transform: scale(0) rotate(-180deg); } }
@keyframes zoom-out {
  0% {
    -webkit-transform: scale(1) rotate(-35deg);
    transform: scale(1) rotate(-35deg); }
  100% {
    -webkit-transform: scale(0) rotate(-180deg);
    transform: scale(0) rotate(-180deg); } }
@-webkit-keyframes zoom-in-state-1 {
  0% {
    -webkit-transform: scale(0) rotate(-180deg);
    transform: scale(0) rotate(-180deg); }
  100% {
    -webkit-transform: scale(1) rotate(-35deg);
    transform: scale(1) rotate(-35deg); } }
@keyframes zoom-in-state-1 {
  0% {
    -webkit-transform: scale(0) rotate(-180deg);
    transform: scale(0) rotate(-180deg); }
  100% {
    -webkit-transform: scale(1) rotate(-35deg);
    transform: scale(1) rotate(-35deg); } }
@-webkit-keyframes zoom-in-state-2 {
  0% {
    -webkit-transform: scale(0) rotate(-35deg);
    transform: scale(0) rotate(-35deg); }
  100% {
    left: 50%;
    -webkit-transform: scale(1) rotate(150deg);
    transform: scale(1) rotate(150deg); } }
@keyframes zoom-in-state-2 {
  0% {
    -webkit-transform: scale(0) rotate(-35deg);
    transform: scale(0) rotate(-35deg); }
  100% {
    left: 50%;
    -webkit-transform: scale(1) rotate(150deg);
    transform: scale(1) rotate(150deg); } }
@-webkit-keyframes line {
  0% {
    left: 40%; }
  100% {
    left: 40%;
    width: 40%; } }
@keyframes line {
  0% {
    left: 40%; }
  100% {
    left: 40%;
    width: 40%; } }
.mfInput input[name='phone'] ~ .mfIcon span:before,
.mfInput select[name='phone'] ~ .mfIcon span:before,
.mfInput textarea[name='phone'] ~ .mfIcon span:before {
  content: ""; }
.mfInput input[name='email'] ~ .mfIcon span:before,
.mfInput select[name='email'] ~ .mfIcon span:before,
.mfInput textarea[name='email'] ~ .mfIcon span:before {
  content: ""; }
.mfInput input[name='name'] ~ .mfIcon span:before,
.mfInput select[name='name'] ~ .mfIcon span:before,
.mfInput textarea[name='name'] ~ .mfIcon span:before {
  content: ""; }
.mfInput input[name='date'] ~ .mfIcon span:before,
.mfInput select[name='date'] ~ .mfIcon span:before,
.mfInput textarea[name='date'] ~ .mfIcon span:before {
  content: ""; }
.mfInput input[name='guests'] ~ .mfIcon span:before,
.mfInput select[name='guests'] ~ .mfIcon span:before,
.mfInput textarea[name='guests'] ~ .mfIcon span:before {
  content: ""; }
.mfInput input[name='message'] ~ .mfIcon,
.mfInput select[name='message'] ~ .mfIcon,
.mfInput textarea[name='message'] ~ .mfIcon {
  display: none; }
.mfInput input:-webkit-autofill ~ .mfIcon span:before,
.mfInput textarea:-webkit-autofill ~ .mfIcon span:before {
  color: #2D2D2D; }

/*
* MF Select
*/
.mfSelect {
  position: relative; }
  .mfSelect select {
    padding: 0px 1px 1px 0;
    z-index: -9999999;
    border: medium none; }
  .mfSelect .dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 15px;
    max-height: 100px;
    opacity: 0;
    visibility: hidden;
    border: 1px solid #888;
    box-shadow: 3px 4px 8px 0px rgba(0, 0, 0, 0.11);
    transition: .3s all ease-in-out;
    outline: none;
    -webkit-appearance: none;
    font-weight: inherit;
    line-height: 28px;
    border: 1px solid #ED9F9F;
    background: #fff;
    color: #ED9F9F;
    border-radius: 0px;
    z-index: 1;
    -webkit-transform: translateY(20px);
    transform: translateY(20px); }
    .mfSelect .dropdown .option {
      position: relative;
      z-index: 1;
      text-transform: none;
      cursor: pointer;
      padding: 10px 15px;
      overflow: hidden;
      transition: .4s all ease-in-out;
      transition-delay: .2s;
      font-size: 16px;
      line-height: 30px; }
      .mfSelect .dropdown .option.selected {
        background: #f2f2f2;
        color: #ED9F9F; }
      .mfSelect .dropdown .option:after {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 0;
        height: 0;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        background: #C32138;
        opacity: 0;
        z-index: -1;
        transition: .4s all ease-in-out;
        -webkit-transform: translate(-20%, -50%);
        transform: translate(-20%, -50%); }
      .mfSelect .dropdown .option:before {
        content: '\f00c';
        position: absolute;
        display: inline-block;
        left: 15px;
        color: #fff;
        font: 400 20px "FontAwesome";
        line-height: inherit;
        transition: .4s all ease-in-out;
        -webkit-transform: scale(0) rotate(-60deg);
        transform: scale(0) rotate(-60deg); }
      .mfSelect .dropdown .option:hover {
        color: #fff;
        padding-left: 40px;
        transition-delay: 0s; }
        .mfSelect .dropdown .option:hover:before {
          transition-delay: .15s;
          -webkit-transform: scale(1) rotate(0deg);
          transform: scale(1) rotate(0deg); }
        .mfSelect .dropdown .option:hover:after {
          width: 1000px;
          height: 500px;
          opacity: 1; }
    .mfSelect .dropdown:before {
      content: '';
      position: absolute;
      bottom: 100%;
      left: 14px;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 7px 8px 7px;
      border-color: transparent transparent #ebebeb transparent; }
    .mfSelect .dropdown:after {
      content: '';
      position: absolute;
      bottom: 100%;
      left: 15px;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 6px 6px 6px;
      border-color: transparent transparent #FFF transparent; }
  .mfSelect .value {
    cursor: pointer;
    transition: .4s all ease-in-out;
    font-size: 18px;
    padding: 11px 21px;
    line-height: 28px;
    color: #ED9F9F;
    background: none;
    border: 1px solid #ED9F9F;
    border-radius: 0px; }
    .mfSelect .value:before, .mfSelect .value:after {
      position: absolute;
      right: 12px;
      top: 14px;
      width: 24px;
      height: 24px;
      font: 400 20px "FontAwesome";
      line-height: 24px;
      color: #3c3c3b;
      text-align: center;
      transition: .4s all ease; }
    .mfSelect .value:before {
      content: '\f0c9';
      -webkit-transform: rotate(0deg) scale(1);
      transform: rotate(0deg) scale(1); }
    .mfSelect .value:after {
      content: '\f107';
      font-size: 24px;
      -webkit-transform: rotate(-180deg) scale(0);
      transform: rotate(-180deg) scale(0); }
  .mfSelect.show .dropdown {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  .mfSelect.show .value {
    background: #fff;
    color: #ED9F9F;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.12), 3px 4px 8px 0px rgba(0, 0, 0, 0.11); }
    .mfSelect.show .value:before, .mfSelect.show .value:after {
      color: #ED9F9F; }
    .mfSelect.show .value:before {
      -webkit-transform: rotate(90deg) scale(0);
      transform: rotate(90deg) scale(0); }
    .mfSelect.show .value:after {
      -webkit-transform: rotate(0deg) scale(1);
      transform: rotate(0deg) scale(1); }

/*
* MF Datepicker
*/
.mfDatePicker {
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: 15px;
  padding: 10px 15px;
  opacity: 0;
  z-index: 1;
  width: 270px;
  visibility: hidden;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.12), 3px 4px 8px 0px rgba(0, 0, 0, 0.11);
  transition: .3s all ease-in-out;
  z-index: 99;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  background: #333333;
  color: #fff;
  border-radius: 8px;
  border: 1px solid #333333; }
  .mfDatePicker:before {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 15px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 6px 6px 6px;
    border-color: transparent transparent #333333 transparent; }
  .mfDatePicker table {
    text-align: center;
    border-collapse: separate;
    border-spacing: 3px;
    font-size: 12px; }
    .mfDatePicker table th {
      font-weight: 700;
      text-transform: uppercase;
      font-size: 14px; }
    .mfDatePicker table td {
      width: 30px;
      height: 30px;
      line-height: 30px;
      text-align: center;
      cursor: pointer;
      transition: .3s all ease;
      border-radius: 50%; }
      .mfDatePicker table td:hover {
        color: #3c3c3b;
        background: #ebebeb; }
      .mfDatePicker table td.dp-offset {
        color: #c6bbba; }
      .mfDatePicker table td.dp-today {
        color: #3c3c3b;
        background: #fff; }
      .mfDatePicker table td.dp-selected {
        color: #fff;
        background: #C32138; }
  .mfDatePicker_title {
    font-size: 16px;
    line-height: 30px; }
  .mfDatePicker_next, .mfDatePicker_prev {
    font: 400 22px "FontAwesome";
    line-height: inherit;
    text-align: center;
    color: #fff;
    cursor: pointer; }
    .mfDatePicker_next:hover, .mfDatePicker_prev:hover {
      color: #C32138; }
  .mfDatePicker_panel {
    text-align: center;
    padding: 0 2px;
    line-height: 30px; }
  .mfDatePicker_next {
    float: right; }
    .mfDatePicker_next:before {
      content: '\f105'; }
  .mfDatePicker_prev {
    float: left; }
    .mfDatePicker_prev:before {
      content: '\f104'; }
  .mfDatePicker_panel + table {
    margin-top: 5px; }
  .mfDatePicker.open {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    visibility: visible; }


.floatingLink{
  right: 0px;
  z-index: 999;
  top: 90px;
  bottom: auto;
  position: absolute;
}
.floatingLink img{
  width: 130px;
  height: 130px;
}

@media (min-width: 768px) {
  .floatingLink{
    top: auto;
    bottom: 20px;
    right: 20px;
    position: fixed;
  }

  .floatingLink img{
    width: 190px;
    height: 190px;
  }
}


.hide{
  display: none;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}

.destaques-light{
  min-height: 520px;
}

.destaques-dark{
  max-height: 70%;
  min-height: 450px;
}

.cursoFormSlide{
  position: absolute;
  width: 100%;
  bottom: 0px;
}


.cursoFormSlide .owl-prev, .cursoFormSlide .owl-next{
  position: absolute;
  top: 50%;
  top: calc(100% / 2 - 46px);
  transition: .3s all ease;
  opacity: 0;
  visibility: hidden;  
}

.cursoFormSlide .owl-prev i, .cursoFormSlide .owl-next i{
  color: #BE272D;
  font-size: 42px;
  text-shadow: 0px 3px 15px rgba(0,0,0,0.64);
  -webkit-text-shadow: 0px 3px 15px rgba(0,0,0,0.64);
  -moz-text-shadow: 0px 3px 15px rgba(0,0,0,0.64);
}

.cursoFormSlide .owl-prev { left: 7px; } .cursoFormSlide .owl-next { right: 7px; }

@media (min-width: 500px) and (min-height: 500px) {
  .cursoFormSlide .owl-prev, .cursoFormSlide .owl-next{
    transition: .3s all ease;
    opacity: 1;
    visibility: visible;  
  }
}

.cursoFormSlide .owl-prev:hover { 
  animation: pointLeft 1s forwards;
  -webkit-animation: pointLeft 1s forwards;
  -moz-animation: pointLeft 1s forwards;
  -o-animation: pointLeft 1s forwards;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;  
  -o-animation-iteration-count: infinite;
  transition: .3s all ease;
}

.cursoFormSlide .owl-next:hover { 
  animation: pointRight 1s forwards;
  -webkit-animation: pointRight 1s forwards;
  -moz-animation: pointRight 1s forwards;
  -o-animation: pointRight 1s forwards;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;  
  -o-animation-iteration-count: infinite;
  transition: .3s all ease;
}

@keyframes pointLeft {
    0%   {-ms-transform: translateX(0px); -webkit-transform: translateX(0px); transform: translateX(0px);}
    50%  {-ms-transform: translateX(-5px); -webkit-transform: translateX(-5px); transform: translateX(-5px);}
    100% {-ms-transform: translateX(0px); -webkit-transform: translateX(0px); transform: translateX(0px);}
}
@-webkit-keyframes pointLeft {
    0%   {-ms-transform: translateX(0px); -webkit-transform: translateX(0px); transform: translateX(0px);}
    50%  {-ms-transform: translateX(-5px); -webkit-transform: translateX(-5px); transform: translateX(-5px);}
    100% {-ms-transform: translateX(0px); -webkit-transform: translateX(0px); transform: translateX(0px);}
}
@-moz-keyframes pointLeft {
    0%   {-ms-transform: translateX(0px); -webkit-transform: translateX(0px); transform: translateX(0px);}
    50%  {-ms-transform: translateX(-5px); -webkit-transform: translateX(-5px); transform: translateX(-5px);}
    100% {-ms-transform: translateX(0px); -webkit-transform: translateX(0px); transform: translateX(0px);}
}
@-o-keyframes pointLeft {
    0%   {-ms-transform: translateX(0px); -webkit-transform: translateX(0px); transform: translateX(0px);}
    50%  {-ms-transform: translateX(-5px); -webkit-transform: translateX(-5px); transform: translateX(-5px);}
    100% {-ms-transform: translateX(0px); -webkit-transform: translateX(0px); transform: translateX(0px);}
}


@keyframes pointRight {
    0%   {-ms-transform: translateX(0px); -webkit-transform: translateX(0px); transform: translateX(0px);}
    50%  {-ms-transform: translateX(5px); -webkit-transform: translateX(5px); transform: translateX(5px);}
    100% {-ms-transform: translateX(0px); -webkit-transform: translateX(0px); transform: translateX(0px);}
}
@-webkit-keyframes pointRight {
    0%   {-ms-transform: translateX(0px); -webkit-transform: translateX(0px); transform: translateX(0px);}
    50%  {-ms-transform: translateX(5px); -webkit-transform: translateX(5px); transform: translateX(5px);}
    100% {-ms-transform: translateX(0px); -webkit-transform: translateX(0px); transform: translateX(0px);}
}
@-moz-keyframes pointRight {
    0%   {-ms-transform: translateX(0px); -webkit-transform: translateX(0px); transform: translateX(0px);}
    50%  {-ms-transform: translateX(5px); -webkit-transform: translateX(5px); transform: translateX(5px);}
    100% {-ms-transform: translateX(0px); -webkit-transform: translateX(0px); transform: translateX(0px);}
}
@-o-keyframes pointRight {
    0%   {-ms-transform: translateX(0px); -webkit-transform: translateX(0px); transform: translateX(0px);}
    50%  {-ms-transform: translateX(5px); -webkit-transform: translateX(5px); transform: translateX(5px);}
    100% {-ms-transform: translateX(0px); -webkit-transform: translateX(0px); transform: translateX(0px);}
}


#googleMap { width: 100%; height: 250px; top: 0; left: 0; right: 0; bottom: 0; }
       
         /*style the box*/  
         .gm-style .gm-style-iw {
            background-color: #ffffff !important;
            top: 0 !important;
            left: 0 !important;
            width: 218px !important;
            height: 137px !important;
            padding-top: 10px;
            display: block !important;
            color: #000000;
         }    
     
         /*style the p tag*/
         .gm-style .gm-style-iw #google-popup p{
            padding: 10px;
         }
         
     
        /*style the arrow*/
        .gm-style div div div div div div div div {
            background-color: #ffffff !important;
            padding: 0;
            margin: 0;
            padding: 0;
            top: 0;
            color: #000000;
            font-size: 16px;
        }
        
        /*style the link*/
        .gm-style div div div div div div div div a {
            color: #000000;
            font-weight: bold;
        }


        .gm-style .gm-style-cc span,
.gm-style .gm-style-cc a,
.gm-style .gm-style-mtc div {
    font-size: 10px
}

@media print {
    .gm-style .gmnoprint,
    .gmnoprint {
        display: none
    }
}
@media screen {
    .gm-style .gmnoscreen,.gmnoscreen, .floor .gmnoprint .gm-style-cc{
        display: none
    }
    /*.gm-style-cc{
      display: block;
    }*/
}

.gm-style {
    font-family: Roboto, Arial, sans-serif;
    font-size: 11px;
    font-weight: 400;
    text-decoration: none
}
.gm-style img {
    max-width: none
}


.newsletterForm{ padding-left: 0px; color: #ffffff !important;}

.newsletterForm fieldset{ padding: 0px; margin: 0px;}

/*.rd-mailform.newsletterForm label input, .newsletterForm .rd-mailform label textarea, .newsletterForm .mfSelect .value{
  color: #ffffff !important;
  background: rgba(256,256,256,0.3);
  border: 0px;
  padding-right: 112px;
  width: 100%;
}



.rd-mailform.newsletterForm label{
  float: left;
  width: 100%;
  color: #ffffff !important;
}
.rd-mailform.newsletterForm label input:-moz-placeholder, .rd-mailform.newsletterForm label textarea:-moz-placeholder, .rd-mailform.newsletterForm label input::-webkit-input-placeholder, .rd-mailform.newsletterForm label textarea::-webkit-input-placeholder, .rd-mailform.newsletterForm label input::-moz-placeholder, .rd-mailform.newsletterForm label textarea::-moz-placeholder, .rd-mailform.newsletterForm label input:-ms-input-placeholder, .rd-mailform.newsletterForm label textarea:-ms-input-placeholder {
  color: #ffffff !important;
}

.newsletterForm .mfPlaceHolder, .newsletterForm .mfSelect .value:before, .newsletterForm .mfSelect .value:after, .newsletterForm .mfSelect.show .value:before, .newsletterForm .mfSelect.show .value:after, .newsletterForm .mfIcon {
  color: #ffffff !important;
}*/

.newsletterForm .mfValidation{
  right: 112px;
  color: #A9333F;
}

.newsletterForm .mfControls {  
  margin: 0px;
  position: absolute;
  right: 0px; 
  top: 0px;
  z-index: 2;
}

.newsletterForm .mfControls button {  
  border: 0px solid transparent;
  /*font-weight: 400;*/
  padding: 14px 24px;
  font-size: 20px;
  color: #000000;
  background: transparent;
}

/*.newsletterForm .mfControls button:hover, .socialNetwork:hover {
  color: #ffffff;
  background: rgba(256,256,256,0.4);
  transition: .3s all ease;
}*/



.event .title{
  padding: 0px; margin: 0px;
  margin-bottom: 15px !important;
  font-weight: 700;
  font-size: 45px;
  width: 100%;
  float: left;
  display: block;
  color: #BE272D;
}

.event .date, .event .local{
  padding: 0px; margin: 0px;
  font-weight: 700;
  font-size: 22px;
  width: 100%;
  float: left;
  display: block;
  color: #BE272D;
}

.event .type{
  padding: 0px; margin: 0px;
  font-weight: 400;
  font-size: 16px;
  width: 100%;
  float: left;
  display: block;
  margin-bottom: 5px;
  color: #BE272D;
}

.subPagEvent{
  position: relative;
  margin-bottom: 20px;
  padding: 20px;
  width: 100%;
  height: auto;
  border: 2px solid;
  float: left;
  background-color: #ffffff;
  /*overflow-x: auto;*/
}

.subPagEvent .subtitle{
  margin-bottom: 15px;
}



.topBar.is_stuck {
  position:fixed;
  /*padding-top:100px;*/
  z-index: 100;

  /*-webkit-transition: background-color 300ms ease-in-out;
  -moz-transition: background-color 300ms ease-in-out;
  -ms-transition: background-color 300ms ease-in-out;
  -o-transition: background-color 300ms ease-in-out;
  transition: background-color 300ms ease-in-out;
  background-color: rgba(256, 256, 256,0.9);*/
}

.topBar.opened.is_stuck{
  z-index: 9999;
  -webkit-transition: background-color 300ms ease-in-out;
  -moz-transition: background-color 300ms ease-in-out;
  -ms-transition: background-color 300ms ease-in-out;
  -o-transition: background-color 300ms ease-in-out;
  transition: background-color 300ms ease-in-out;
  background-color: rgba(256, 256, 256,0);
}

.filter-years.is_stuck {
  position:fixed;
  /*padding-top:100px;*/
  z-index: 100;
}

.mobile .filter-years.is_stuck {
  /*padding-top:80px;*/
}


.stickyDiv.is_stuck {
  position:fixed;
  /*padding-top:190px;*/
  z-index: 99;
}

.mobile .stickyDiv.is_stuck {
  position:relative;
  /*padding-top:0px;*/
  z-index: 0;
}

.stickyDiv, .stickyParent{
  float: left;
  display: block;
}


a.share, a.m{
  width: 40px;
  height: 40px;
  padding: 10px;
  margin: 0px;
  display: inline-block;
  opacity: 1;
  transition: .3s all ease;
}

a.share:hover, a.m:hover{opacity: 0.5; transition: .3s all ease;}

a.share.f{background-color: #4267b2;}
a.share.t{background-color: #1da1f2;}
a.share.g{background-color: #db4437;}
a.m{background-color: #e4ad0a;}

a.share i, a.m i{
  font-size: 20px;
  text-decoration: none; 
  text-align: center;
  color: #ffffff;
}


/*@media handheld, only screen and (max-width: 900px) {
  .container .title{
    font-size: 40px;
    transition: .3s all ease;
  }
}

@media handheld, only screen and (max-width: 670px) {
  .container .title{
    font-size: 35px;
    transition: .3s all ease;
  }
}

@media handheld, only screen and (max-width: 420px) {
  .container .title{
    font-size: 29px;
    transition: .3s all ease;
  }
}*/

.invisivel{
  opacity: 0.3 !important; 
}

.topBar .bar ul.nav li.hasDropdown .dropdown-content.lang {
    right: 15px;
    left: auto;
    min-width: 20px;
}



.swiper-slide .item .title{
  padding: 0px; margin: 0px;
  margin-bottom: 10px !important;
  font-weight: bold;
  font-size: 16px;
  width: 100%;
  float: left;
  display: block;
}

.swiper-slide .item .date, .swiper-slide .item .local{
  padding: 0px; margin: 0px;
  font-size: 15px;
  width: 100%;
  float: left;
  display: block;
  margin-bottom: 5px;
}

.swiper-slide .item .type{
  padding: 0px; margin: 0px;
  font-size: 14px;
  width: 100%;
  float: left;
  display: block;
}

.swiper-slide .item .state{  
  padding: 0; margin: 0;
  border-radius: 10px;
  padding: 4px 8px;
  font-weight: 400;
  font-size: 10px;
  text-decoration: none;
  float: left;
  display: block;
  margin-bottom: 5px;
  margin-right: 5px;
}


.agendaSection .item{
  margin-bottom: 20px !important;
  float: left;
}

.events-agenda-swiper-container .agendaSection .item{
  margin-bottom: 0px !important;
}

.agendaSection .subtitle{
  margin-bottom: 10px;
}

.agendaSection .item .title{
  padding: 0px; margin: 0px;
  margin-bottom: 5px !important;
  font-weight: bold;
  font-size: 16px;
  width: 100%;
  float: left;
  display: block;
}

.agendaSection .item .date, .agendaSection .item .local{
  padding: 0px; margin: 0px;
  font-size: 15px;
  width: 100%;
  float: left;
  display: block;
}

.agendaSection .item .type{
  padding: 0px; margin: 0px;
  font-size: 14px;
  width: 100%;
  float: left;
  display: block;
  margin-bottom: 5px;
}

.agendaSection .item .state{  
  padding: 0; margin: 0;
  border-radius: 10px;
  padding: 4px 8px;
  font-weight: 400;
  font-size: 10px;
  text-decoration: none;
  float: left;
  display: block;
  margin-top: 5px;
}


.highlightOutSection{
  overflow: visible;
}

.highlightSection{
  margin-top: -80px;
}

.highlightSection .cursoFormSlide{
  position: relative;
}

.highlightSection .cursoFormSlide .item{
  float: left;
  -webkit-box-shadow: 0px 6px 26px -2px rgba(0, 0, 0, 0.30);
  -moz-box-shadow: 0px 6px 26px -2px rgba(0, 0, 0, 0.30);
  box-shadow: 0px 6px 26px -2px rgba(0, 0, 0, 0.30);
  z-index: 999;
  border: 0px solid;
}

.highlightSection .cursoFormSlide .item .slide-background{
  background-size:cover;
  background-position:center;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: -1;  
  display: block;
  opacity: 0.25;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.highlightSection .color-dark p, .highlightSection .color-dark .subtitle, .highlightSection .color-dark .title, .highlightSection .color-dark .shareTitle, .highlightSection .color-dark .text, .highlightSection .color-dark .item.interaction:active p{  
  color: #ffffff;
  transition: .3s all ease;
}

.highlightSection .color-dark .item .line, .highlightSection  .color-dark .item.interaction:active .line{  
  background-color: #ffffff;
  transition: .3s all ease;
}

.highlightSection .color-dark .item::before{
  background-color: #BE272D;
}



.moreButton {
  margin: 20px;
  margin-top: 10px;
  padding: 10px;
  padding-left: 15px;
  padding-right: 15px;
  cursor: pointer;
  text-decoration: none !important;
  outline: 0;
  border: 0px solid #333333;
  font-weight: 700;
  color: #BE272D;
  background: rgba(256,256,256,0.3);
  transition: .3s all ease;
  width: 100px;
}

.moreButton:hover {
  outline: 0;
  text-decoration: none;
  color: #BE272D;
  background: rgba(256,256,256,1);
  transition: .3s all ease;
}


.moreButton.dark-color {
  color: #BE272D;
  background: rgba(196, 53, 53, 0.1);
  transition: .3s all ease;
}

.moreButton.dark-color:hover {
  background: rgba(196, 53, 53, 0.3);
  transition: .3s all ease;
}


.agendaSection a:hover .item p.title, .eventsSection a:hover .item p.title{
  text-decoration: underline;
}

.agendaSection .color-dark .item p, .eventsSection .color-dark .item p{
  color: #3c3c3b;
}


.paging{
  position: relative;
  display: block;
  margin-top: 27px;
  font-size: 23px;
  font-style: bold;
  height: 50px;
}

.paging a{
  text-decoration: none;
}

.prevPage, .nextPage, .pageCount{
  display: inline-block;
  height: 50px;
  padding: 13px;
  font-size: 23px;
  text-decoration: none;
}
.prevPage, .nextPage{
  padding-top: 10px;
  cursor: pointer;
  -webkit-transition: padding 200ms ease-in-out;
  -moz-transition: padding 200ms ease-in-out;
  -ms-transition: padding 200ms ease-in-out;
  -o-transition: padding 200ms ease-in-out;
  transition: padding  200ms ease-in-out;
}

.prevPage i, .nextPage i{
  font-size: 25px;
  text-decoration: none;
}
.pageCount{
  font-size: 21px;
  font-weight: 700;
}

.prevPage:hover{
  animation: prevPage 1s forwards;
  -webkit-animation: prevPage 1s forwards;
  -moz-animation: prevPage 1s forwards;
  -o-animation: prevPage 1s forwards;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;  
  -o-animation-iteration-count: infinite;
  padding-left:8px;
  padding-right:18px;
  -webkit-transition: padding 200ms ease-in-out;
  -moz-transition: padding 200ms ease-in-out;
  -ms-transition: padding 200ms ease-in-out;
  -o-transition: padding 200ms ease-in-out;
  transition: padding  200ms ease-in-out;
  font-style: underline;
}

@keyframes prevPage {
    0%   {padding-left:13px; padding-right:13px;}
    50%  {padding-left:8px; padding-right:18px;}
    100% {padding-left:13px; padding-right:13px;}
}
@-webkit-keyframes prevPage {
    0%   {padding-left:13px; padding-right:13px;}
    50%  {padding-left:8px; padding-right:18px;}
    100% {padding-left:13px; padding-right:13px;}
}
@-moz-keyframes prevPage {
    0%   {padding-left:13px; padding-right:13px;}
    50%  {padding-left:8px; padding-right:18px;}
    100% {padding-left:13px; padding-right:13px;}
}
@-o-keyframes prevPage {
    0%   {padding-left:13px; padding-right:13px;}
    50%  {padding-left:8px; padding-right:18px;}
    100% {padding-left:13px; padding-right:13px;}
}


.nextPage:hover{
  animation: nextPage 1s forwards;
  -webkit-animation: nextPage 1s forwards;
  -moz-animation: nextPage 1s forwards;
  -o-animation: nextPage 1s forwards;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;  
  -o-animation-iteration-count: infinite;
  padding-left:18px;
  padding-right:8px;
  -webkit-transition: padding 200ms ease-in-out;
  -moz-transition: padding 200ms ease-in-out;
  -ms-transition: padding 200ms ease-in-out;
  -o-transition: padding 200ms ease-in-out;
  transition: padding  200ms ease-in-out;
  font-style: underline;
}

@keyframes nextPage {
    0%   {padding-left:13px; padding-right:13px;}
    50%  {padding-left:18px; padding-right:8px;}
    100% {padding-left:13px; padding-right:13px;}
}
@-webkit-keyframes nextPage {
    0%   {padding-left:13px; padding-right:13px;}
    50%  {padding-left:18px; padding-right:8px;}
    100% {padding-left:13px; padding-right:13px;}
}
@-moz-keyframes nextPage {
    0%   {padding-left:13px; padding-right:13px;}
    50%  {padding-left:18px; padding-right:8px;}
    100% {padding-left:13px; padding-right:13px;}
}
@-o-keyframes nextPage {
    0%   {padding-left:13px; padding-right:13px;}
    50%  {padding-left:18px; padding-right:8px;}
    100% {padding-left:13px; padding-right:13px;}
}


.postList{
  margin-top: 15px;
}

.postList .title{
  font-weight: 700;
  font-size: 16px;
}

.postList .subtitle{
  font-weight: 700;
}