html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; outline: none;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}
img {vertical-align: middle;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after, q:before, q:after {content: ''; content: none;}
table {border-collapse: collapse; border-spacing: 0;}
a[href], label[for], select, input[type=checkbox], input[type=radio] {cursor: pointer;}
button, input[type=button], input[type=image], input[type=reset], input[type=submit] {padding: 0; overflow: visible; cursor: pointer;}
button::-moz-focus-inner, input[type=button]::-moz-focus-inner, input[type=image]::-moz-focus-inner, input[type=reset]::-moz-focus-inner, input[type=submit]::-moz-focus-inner {border: 0;}
.hide {position: absolute !important; left: -9999em !important;}
.clearfix:after {content: "."; display: block; visibility: hidden; clear: both; height: 0;}
h1, h2, h3, h4, h5, h6 {font-weight: normal;}
.ie7 .clearfix {zoom: 1;}
strong {font-weight: bold;}
em {font-style: italic;}
del {text-decoration: line-through;}
th, td {vertical-align: top;}
th {font-weight: normal; text-align: left;}
address, cite, dfn {font-style: normal;}
abbr, acronym {border-bottom:1px dotted #999; cursor: help;}
sub, sup {position: relative; font-size: 75%; line-height: 0;}
sup {top: -0.5em;}
sub {bottom: -0.25em;}
textarea {overflow: auto;}
input[type=tel], input[type=url], input[type=password], input[type=text], input[type=email], input[type=reset], input[type=button], input[type=submit], button, textarea{-webkit-appearance: none; -webkit-border-radius: 0;}

* {box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;}
*:before, *:after {box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;}

/* Normalized Styles ------------------------------------------------------------------------------*/

body {
	font: 13px/1.38 'Noto Sans', Arial, Helvetica, sans-serif;
	color: #333;
	background:#fff;
	-webkit-text-size-adjust:none; 
}

input, textarea, select, button {
    outline: none;
    font:13px 'Noto Sans', Arial, Helvetica, sans-serif; outline:none;
}

a{
    text-decoration: none;
    color: #bb0073;
}

a:hover {
    text-decoration: underline;
}

/* Container ------------------------------------------------------------------------------*/

.wrapper {
	width:1200px;
	margin:0 auto;
}

.container {
	position: relative;
	max-width: 1280px;
    min-width: 320px;
	margin: 0 auto;
    padding: 0 20px;
}

/* Header ------------------------------------------------------------------------------*/

#header {
	width: 100%;
    color: #ffffff;
    background: #000 url(../images/bgr_header.jpg) center top no-repeat;
    background-size: cover;
    padding: 20px 0 20px 0;
}

#header:before, #header:after {
    content: '';
    display: table;
    clear: both;
}

#header .container {
    max-width: 1140px;
}

.sticky_header:before, .sticky_header:after {
    content: '';
    display: table;
    clear: both;
}

.sticky_header {
    padding: 14px 0 20px 0;
    position: relative;
    z-index: 1000;
}

.is-sticky .sticky_header {
    background: rgba(0, 0, 0, 0.8);
}

#logo {
	width: 280px;
	height: 50px;
	display: block;
    float: left;
	cursor: pointer;
	text-indent: -9999em;
	background: url(../images/logo.png) left center no-repeat;
    margin: 0 0 0 48px;
}

/* Navigation ------------------------------------------------------------------------------*/

#menu {
    float: right;
    font-size: 12px;
    line-height: 16px;
    text-transform: uppercase;
    margin: 28px 0 0 0;
}

#menu li {
	float: left;
}

#menu li + li {
    margin: 0 0 0 96px;
}

#menu a {
	color: #fff;
}

.mobile_menu {
    display: none;
    float: right;
    width: 24px;
    border-top: 3px solid #fff;
    border-bottom: 3px solid #fff;
    border-radius: 2px;
    margin: 0 0 20px 0;
}

.mobile_menu:before {
    content: '';
    display: block;
    border-top: 3px solid #fff;
    border-bottom: 3px solid #fff;
    margin: 3px 0;
    height: 9px;
}

.slogan_box {
    display: table;
    width: 100%;
    height: 318px;
}

.slogan_box > div {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
}

h1 {
    text-align: center;
    display: block;
    clear: both;
    font-size: 49px;
    line-height: 55px;
    font-weight: normal;
}

/* Content ------------------------------------------------------------------------------*/

#content {
	width: 100%;
}

.home_para {
    text-align: center;
    padding: 48px 0 49px 0;
}

.home_para:before, .home_para:after {
    content: '';
    display: table;
    clear: both;
}

.home_para p {
    margin: 0 0 18px 0;	font-size: 14px;
    line-height: 18px;
}

.home_para h2 {
    font-size: 49px;
    line-height: 55px;
    font-weight: normal;
    margin: 0 0 14px 0;
}

.home_para.big_links_para {
    padding-bottom: 0;
}

.home_para.big_links_para .container {
    max-width: 680px;
}

.big_links {
    width: 100%;
    background: #999999 url("../images/bgr_big_links.jpg") center no-repeat;
    background-size: cover;
    margin: 38px 0 0 0;
}

.big_links:after, .big_links:before {
    content: '';
    display: table;
    clear: both;
}

.big_links li {
    display: block;
    width: 50%;
    float: left;
    text-align: center;
}

.big_links a {
    display: block;
    height: 101px;
    width: 100%;

    font-size: 18px;
    line-height: 26px;
    font-weight: bold;
    color: #ffffff;
}

.big_links a span {
    display: block;
    width: 100%;
    /*height: 100%;*/
    vertical-align: middle;
    position: relative;
    top: 50%;

    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);

}

.big_links li:nth-of-type(4n-2) a {
    background: rgba(38, 38, 38, 0.5);
}

.big_links li:nth-of-type(4n-1) a {
    background: rgba(125, 125, 125, 0.5);
}

.big_links li:nth-of-type(4n) a {
    background: rgba(0, 0, 0, 0.5);
}

.big_links li a:nth-of-type(n):hover {
    /*
    background: #bb0073;
    text-decoration: none;
    */
}

.para_title {
    width: 100%;
    background: #bb0073;
    color: #ffffff;
	padding: 46px 0 25px;
    margin: -48px 0 40px 0;
    font-size: 13px;
    line-height: 21px;
}

.para_title:before, .para_title:after {
    content: '';
    display: table;
    clear: both;
}

.para_title h2 {
    font-size: 16px;
    line-height: 21px;
    margin: 0 0 23px 0;
}


.home_para.experience {
    padding-bottom: 21px;
}

.home_para.experience .container {
    max-width: 1012px;
}

.home_para.experience .col {
    width: 33.33%;
    padding: 0 27px 0 27px;
    float: left;
    font-size: 12px;
    line-height: 19px;
    font-weight: 300;
}

.home_para.experience h3 {
    font-size: 16px;
    line-height: 21px;
    font-weight: bold;
}

.home_para.experience h4 {
    font-size: 16px;
    line-height: 21px;
    color: #bb0073;
    margin: 0 0 24px 0;
}

.home_para.experience p {
    text-align: justify;
    font-size: 12px;
    line-height: 19px;
}

.home_para.portugal_2020_para {
    background: #000000 url("../images/bgr_portugal2020.jpg") center no-repeat;
    background-size: cover;
    color: #ffffff;
    padding-top: 85px;
}

.home_para.portugal_2020_para .container {
    max-width: 784px;
}

.home_para.portugal_2020_para p {
    font-size: 14px;
    line-height: 21px;
    margin: 0 0 21px 0;
}

.home_para.portugal_2020_para ul {
    font-size: 14px;
    line-height: 21px;
}

.home_para.portugal_2020_para ul li {
    margin: 0 0 13px 0;
}

.contact_us_link {
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
    display: inline-block;
    margin: 27px 0 0 0;
}

.big_links_2 {
    display: block;
    width: 100%;
    clear: both;
    background: #000000;
    margin: -40px 0 0 0;
}

.big_links_2:before, .big_links_2:after {
    content: '';
    display: table;
    clear: both;
}

.big_links_2 li {
    display: block;
    float: left;
    width: 25%;
    height: 69px;
    font-size: 16px;
    line-height: 73px;
    font-weight: bold;
	color: #ffffff;
}

.big_links_2 li a {
    display: block;
    width: 100%;
    height: 100%;
    color: #ffffff;
}

.big_links_2 li a:nth-of-type(n):hover {
    /*
    background: #bb0073;
    text-decoration: none;
    */
}

.big_links_2 li:nth-of-type(4n-3) a {
    background: #040404;
}

.big_links_2 li:nth-of-type(4n-2) a {
    background: #818181;
}

.big_links_2 li:nth-of-type(4n-1) a {
    background: #363636;
}

.big_links_2 li:nth-of-type(4n) a {
    background: #686868;
}

/* Footer ------------------------------------------------------------------------------*/

#footer {
	clear: both;
}

#footer .container {
    max-width: 966px;
}

.footer_contacts {
    text-align: center;
    font-size: 15px;
    line-height: 21px;
    font-weight: 300;
}

.footer_contacts h2 {
    font-size: 16px;
    font-weight: bold;
    color: #bb0073;
    margin: 0 0 31px 0;
}

.footer_contacts .col {
    width: 33.33%;
    float: left;
    padding: 0 15px;
}

.footer_contacts h3 {
    font-weight: bold;
}

.footer_contacts p {
    margin-bottom: 42px;
}

.subscribe_form {
    display: block;
    padding: 0 44px 0 10px;
    position: relative;
    margin: 17px 0 0 0;
}

input[type=tel],
input[type=url],
input[type=password],
input[type=text],
input[type=email],
textarea {
    border: none;
    background: #e9e8e8;
    height: 35px;
    padding: 5px 15px 5px 15px;
}


.subscribe_form input[type=email] {
    display: block;
    width: 100%;
}


.subscribe_form input[type=email]::-webkit-input-placeholder {color:#000000;}
.subscribe_form input[type=email]::-moz-placeholder          {color:#000000;}/* Firefox 19+ */
.subscribe_form input[type=email]:-moz-placeholder           {color:#000000;}/* Firefox 18- */
.subscribe_form input[type=email]:-ms-input-placeholder      {color:#000000;}


.subscribe_form button[type="submit"] {
    border: none;
    display: block;
    float: right;
    width: 34px;
    height: 35px;
    font-size: 0;
    position: absolute;
    top: 0;
    right: 10px;
    background: #ffffff;
    padding: 0;
}

.subscribe_form button[type="submit"]:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 22px solid #b90073;
    float: left;
    margin: 10px 0 10px 8px;
}

input[type=reset],
input[type=button],
input[type=submit],
button {
    color: #b70073;
    border:1px solid #e9e8e8;
    background: #ffffff;
    height: 35px;
    padding: 0 10px;
}


.not-active {
   pointer-events: none;
   cursor: default;
}