/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 14/Jan/2015, 14:25:15
    Author     : Pedro Rodrigues
*/

html, body {
/*    -webkit-overflow-scrolling:touch;
    -webkit-transform: translateZ(0);*/
    position:relative;
/*    width:100%;
*/    height: 100%;
    margin:0;
    border:0px;
    padding:0px;
    font-family: 'Poppins','Varela Round', 'Roboto', 'Open Sans', sans-serif;
    font-size:15px;
    color: #727272;
    line-height: 15px;
    font-weight: 300;
    text-rendering: optimizeLegibility;
/*    -webkit-font-smoothing: subpixel-antialiased;*/
    -webkit-font-smoothing: antialiased;
    font-smoothing: subpixel-antialiased;
    word-wrap: break-word;
    backface-visibility: hidden;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -ms-user-select: none;
    
}
html{

}
body{
    overflow-x: hidden;
    background-color: #f7f7f7;

}

* { -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

/*::-webkit-scrollbar {
    height: 16px;
    overflow: visible;
    width: 16px;
}

::-webkit-scrollbar-button {
    height: 0;
    width: 0;
}

::-webkit-scrollbar-corner {
    background: transparent;
}

::-webkit-scrollbar-thumb {
    background-color: rgba(0,0,0,.2);
    background-clip: padding-box;
    border: solid transparent;
    border-width: 1px 1px 1px 6px;
    min-height: 28px;
    padding: 100px 0 0;
    box-shadow: inset 1px 1px 0 rgba(0,0,0,.1),inset 0 -1px 0 rgba(0,0,0,.07);
}

::-webkit-scrollbar-track {
    background-clip: padding-box;
    border: solid transparent;
    border-width: 0 0 0 4px;
}*/
.preload *{
  -webkit-transition: none !important;
  -moz-transition: none !important;
  transition: none !important;
  -o-transition: none !important;
  -ms-transition: none !important;
}
.no-flick{
    -webkit-transform:translate3d(0,0,0);
}
/*  Ripple */

.ripple {
  width: 0;
  height: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.4);
  transform: scale(0);
  position: absolute;
  opacity: 1;
}
.rippleEffect {
    animation: rippleDrop .6s linear;
}

@keyframes rippleDrop {
  100% {
    transform: scale(2);
    opacity: 0;
  }
}
.animatSlUp{
    animation-duration: 0.8s;
    -webkit-animation-duration: 0.8s;
    -moz-animation-duration: 0.8s;
    -o-animation-duration: 0.8s;
    -webkit-animation-name: slideUp;
    animation-name: slideUp;
}
.imgsShadow {
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.35);
    -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.35);
}
img {
    border: none !important;
}

h1, h2, h3, h4, h5, h6 {
    color: #585858;
    font-weight: 700;
    margin: 10px 0;
    line-height: 30px;
    text-rendering: optimizeLegibility;
}
h3{
    font-size: 18px;
}
h4{
    font-size: 16px;   
}

a{
    text-decoration: none;
    color: #333;
    text-rendering: optimizeLegibility;
}
a:link, a:visited {
    color: #333;
}
a:active{
    color: #333;
}
a:hover{
    color: #333;
}
textarea{
    width: 92%;
    min-height: 70px;
    margin: 15px;
    padding: 10px;
    float: left;
    resize: none;
    overflow: hidden;
    border: none;
    outline: none;
    font-size: 15px;
    font-family: 'Poppins','Varela Round', 'Roboto', 'Open Sans', sans-serif;
    color: #555555;
    background-color: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

textarea:focus{
    -webkit-appearance: none;
    outline: none;
}
textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #999;
    font-weight: 400;
    outline: none;
}
textarea::-webkit-input-placeholder:focus { /* Chrome/Opera/Safari */
    outline: none;
}
textarea::-moz-placeholder { /* Firefox 19+ */
    color: #999;
    font-weight: 400;
    outline: none;
}
textarea::-moz-placeholder:focus { /* Firefox 19+ */
    outline: none;
}
textarea:-ms-input-placeholder { /* IE 10+ */
    color: #999;
    font-weight: 400;
    outline: none;
}
textarea:-ms-input-placeholder:focus { /* IE 10+ */
    outline: none;
}
textarea:-moz-placeholder { /* Firefox 18- */
    color: #999;
    font-weight: 400;
    outline: none;
}
textarea:-moz-placeholder:focus { /* Firefox 18- */
    outline: none;
}

.textarea {
/*    -moz-appearance: textfield-multiline;
    -webkit-appearance: textarea;*/
    border: 1px solid gray;
    font: medium -moz-fixed;
    font: -webkit-small-control;
    height: auto;
    overflow: visible;
    padding: 2px;
    resize: both;
    max-width: 833px;
    border: none;
    padding: 20px;
    color: #666;
    outline: none;
    font-size: 15px;
    color: #555555;
    background-color: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.textarea:focus {
    outline: none;
}

.textarea:read-write:focus {
     outline: none;
}

input[type="text"], 
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"]{
    -webkit-appearance: none;
    background-color: #fff;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
    -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
    -o-transition: border linear 0.2s, box-shadow linear 0.2s;
    transition: border linear 0.2s, box-shadow linear 0.2s;
    text-shadow: none;
    display: inline-block;
    padding: 4px 6px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 20px;
    color: #555555;
    vertical-align: middle;
    outline: 0;
    font-family: 'Poppins','Varela Round', 'Roboto', 'Open Sans', sans-serif;
}
input[type="file"] {
    -webkit-appearance: initial;
    background-color: initial;
    padding: initial;
    border: initial;
    opacity: 0;
}
input:focus,  
select:focus{
    border-color: rgba(235, 82, 2, 0.8);
    outline: 0;
    outline: thin dotted \9;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px
   rgba(235, 82, 2, 0.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px
   rgba(235, 82, 2, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px
   rgba(235, 82, 2, 0.6);
}
button{
    outline: none;
}

input[type="checkbox"]{
    cursor: pointer;
      /* Double-sized Checkboxes */
  -ms-transform: scale(1.1); /* IE */
  -moz-transform: scale(1.1); /* FF */
  -webkit-transform: scale(1.1); /* Safari and Chrome */
  -o-transform: scale(1.1); /* Opera */
  border: none;
}

input[type="checkbox"]{
    cursor: pointer;
      /* Double-sized Checkboxes */
  -ms-transform: scale(1.1); /* IE */
  -moz-transform: scale(1.1); /* FF */
  -webkit-transform: scale(1.1); /* Safari and Chrome */
  -o-transform: scale(1.1); /* Opera */
  border: none;
}
.opacity1{
    opacity: 1 !important;
}
.color585858{
    color: #585858 !important;
}
.ui-btnStandard {
    padding: 5px 10px;
    font-size: 13px;
    color: #fff;
    font-weight: 300;
    font-family: 'Poppins','Varela Round', 'Roboto', 'Open Sans', sans-serif; 
    background-color: #eb5202;
    border: 1px solid #eb5202;
    color: #fff;
    text-shadow: 1px 1px 0 rgba(0,0,0,0.25); 
    cursor: pointer;
}
.ui-btnStandard:hover{
    background-color: #ba4000;
    border-color: #b84002; 
}

.mobileMenuOutLayer {
    width: 100%;
    height: 470px;
    float: left;
    position: fixed;
    background-color: rgba(0,0,0,.7);
    z-index: 9999;
    display: none;
    overflow: hidden;
    box-sizing: border-box;
}
.closeXicon{ 
    width: 45px;
    height: 45px;
    position: relative;
    background-image: url(../images/icons/vmenuclose.png);
    background-repeat: no-repeat;
    background-size: 18px;
    cursor: pointer;
    background-position: 50% 50%;
    float: right;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    image-resolution: snap;
}
.closeXicon:hover{
    background-image: url(../images/icons/vmenuclosehouver.png);
}


.overFlowYScroll{
    overflow: scroll !important;
}

.captchaImgBox {
    float: left;
    margin-left: 5px;
    margin-top: 8px;
}
.textFormat{
    font-size: 18px; 
    line-height: 1.5em;
    color: #999;
}
.uLine2px{
    border-bottom: 2px solid rgba(153, 51, 51, 1);
    cursor: pointer;
}
.uLine2pxNA{
    border-bottom: 2px solid rgba(153, 51, 51, 0.4);
    cursor: pointer;
}
.bgIColor{
    background-color: rgba(255, 204, 204, 0.1);
}
.borderRadius4Edges3px{
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
.borderRadius4Edges2px{
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}
.borderRadius4Edges1px{
    border-radius: 1px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
}
.borderRadius2leftEdges3px{
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    -moz-border-radius-bottomleft: 3px;
    -moz-border-radius-topleft: 3px;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
}
.borderRadius2rightEdges3px{
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-topright: 3px;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
}
.bOpxSlStd{
    border-top: 1px solid #e5e6e9;
    border-bottom: 1px solid #d0d1d5;
    border-left: 1px solid #dfe0e4;
    border-right: 1px solid #dfe0e4;
}
.bOpxSlStdLeft{
    border-top: 1px solid #e5e6e9;
    border-bottom: 1px solid #d0d1d5;
    border-left: 1px solid #dfe0e4;
    border-right: none;
}
.bOpxSlStdRight{
    border-top: 1px solid #e5e6e9;
    border-bottom: 1px solid #d0d1d5;
    border-left: none;
    border-right: 1px solid #dfe0e4;
}
.innerbOpxSlStd{
    border: 1px solid;
    border-color: #e5e6e9 #dfe0e4 #d0d1d5;    
}

.wrapperBox{
    width: 100%;
    top:0;
    height: auto;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 10000;

}

.container{
    width: 1199px;
    min-height: 250px;
    margin: 0 auto;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 70px;
    text-justify:  auto;
    display: table;
    line-height: 1.5em;
    transform: translateX(0);
    transition-duration: .3s;
    transition-property: transform, visibility, width, margin-top;
    transition-timing-function: ease-in-out;
    box-sizing: border-box;
    position: relative;
}
.container > h3{
    font-weight: 400;
    font-size: 20px;
    width: 120px;
    display: inline-block;
    margin-top: 20px;
}
.innerContainerBox{
    width: 100%;
    float: left;
    margin-top: 20px;
    display: table;
    text-align: left;
    box-sizing: border-box;
}
.i-loader{
    background-image: url("../images/icons/ajax-loader.gif"); 
    background-repeat: no-repeat;
    background-size: 30% 30%;
    background-position: 50% 50%;
    
}
.i-loaderp{
    background-image: url("../images/icons/post-ajax-loader.gif"); 
    background-repeat: no-repeat;
    background-size: 10px 10px;
    background-position: 20px 20px;
    
}
.i-postloader{
    background-image: url("../images/icons/post-ajax-loader.gif"); 
    background-repeat: no-repeat;
    background-size: 25% 25%;
    background-position: 50% 50%;
    width: 60px;
    height: 30px;
    display: none;
}
.postsImgsShadow{
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.35);
    -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.35);    
}
.fbicon {
    background: url('../images/icons/fbicon.png') no-repeat;
}
.lazy{
    border: none;
}
.wordwrap { 
    outline: none;
    white-space: pre-wrap;
    word-wrap: break-word;
    word-break: break-all;
}
.dotdot {
    display: inline-block;
    width: 100%;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
}
.tooltip{
    width: auto;
    float: left;
    background-color: #585858;
    position: absolute;
    padding: 10px;
    height: 10px;
    color: #f2f2f2;
    line-height: 10px;
    display: none;
}
.tooltip::after{
    content: " ";
    position: absolute;
    top: 50%;
    left: 100%; /* To the right of the tooltip */
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent transparent #585858;    
}

.dpBlock{
    display: block !important;
}
.dpNone{
    display: none !important;
}
.visibilityHidden{
    visibility: hidden !important;
}
.visibilityVisible{
    visibility: visible !important;
}
.strike{
    text-decoration: line-through;
}

.scrollY{
    overflow-y: scroll;
    display: block;
}
.scrollBlock{
    overflow: hidden;
}

.standartBtn{
    padding: 5px 10px;
    font-size: 13px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    color: #fff;
    border: 0;
/*    background: url("../images/icons/sprite-icons.png") -10px -348px repeat-x;*/
    background-color: #0066cc;
    -moz-border-raidus: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
}
.fieldErrorMessageBox{
    border: 1px solid #ccc; 
    border-color: rgba(0,0,0,.2);
    width: auto; 
    min-height: 25px;
    margin-left: 7px;
    float: left;
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
    background-color: #fff ;
    -webkit-box-shadow: 0 2px 10px rgba(0,0,0,.2);
    box-shadow: 0 2px 10px rgba(0,0,0,.2);
    position: absolute;
    background-image: url("../images/icons/joe-sprite-icons.png");
    background-repeat: no-repeat;
    background-position: -3px -3px;
    text-align: left;
    outline: none;
    display: none;
}
/*START ARROWS*/

.arrow {
    border: 1px solid #ccc;
    border-width: 0 1px 1px 0;
    display: none;
    padding: 4px;
    background-color: #fff;
    position: absolute;
    margin-top: 0px;
    margin-left: 25px;
}

.right {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.left {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}

.up {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}

.down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

/*END ARROWS*/

/*FLAGS*/
.flagIcon{
    background: url("../images/icons/lang_sprite.png") no-repeat;
}
.flagPT{
    background-position: 3px -21px;
}
.flagEN{
    background-position: 3px 5px;
}
.flagES{
    background-position: 3px -72px;
}
.flagFR{
    background-position: 3px -47px;
}


.arrowDown{
    height: 18px;
    background: url("../images/icons/joe-sprite-icons.png") no-repeat scroll 20px -50px;
    margin-bottom:-18px;
    display: none;
}
.arrowUp{
    height: 10px;
    background: url("../images/icons/joe-sprite-icons.png") no-repeat scroll 20px -35px;
    margin-top: -15px;
    margin-bottom: 5px;
    display: none;
}
.fieldErrorMessageBox span, 
.fieldCaptchaErrorMessageBox span{
    margin-left: 25px;
}
.fieldCaptchaErrorMessageBox{
    margin-top: 130px;
}

@media only screen and (max-width: 1499px){
    .container{
        width: 1130px;
    }
}
@media only screen and (max-width: 1366px){
    .container{
        width: 1100px;
    }
}
@media only screen and (max-width: 1280px){
    .container{
        width: 1050px;
    }
}
@media only screen and (max-width: 1259px){
    .container{
        width: 1000px;
    }
}

@media only screen and (max-width: 1199px){
    .container{
        width: 950px;
    }
}

@media only screen and (max-width: 1149px){
    .container{
        width: 900px;
    }
}

@media only screen and (max-width: 1099px){
    .container{
        width: 850px;
        transform: translateX(0);
        padding-left: 0;
        padding-right: 0;
    }
}
@media only screen and (max-width: 1023px){
    .container, .containerTopBox{
        width: 100%;
    }
    .container > h3{
        text-indent: 25px;
    }
    .innerContainerBox{
        padding: 0px 15px 0px 15px;
        text-align: justify;
    }    
    
}
@media only screen and (max-width: 667px){


}
@media only screen and (max-width: 590px){
    
}
@media only screen and (max-width: 510px){

}

@media only screen and (max-width: 479px){

}

@media only screen and (max-width: 450px){

}
@media only screen and (max-width: 350px){
  
}