html , body{
 height:100%;
}

html {
        /* Adjust font size */
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    /* Font varient */
    font-variant-ligatures: none;
    -webkit-font-variant-ligatures: none;
    /* Smoothing */
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
}

body {
    color: #56585a;
    background: #FFFFFF;
    font-family: lato, Roboto, Arial, "Droid Sans", sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.471
}

ul, li, h1, h2, h3, h4, h5, h6, p{padding: 0px !important;margin:0px !important;}

.row {
    margin-right: 0px !important;
    margin-left: 0px !important;
}
.full-width { width:100%; }
.full-height{ height:100%; }
.noOverflow {overflow: hidden}
.noPadding{padding: 0px !important;}
.noPadding-left{padding-left: 0px !important;}
.noPadding-right{padding-right: 0px !important;}
.padding-left-35{padding-left: 35px !important;}
.padding-top-5 { padding-top: 5px !important; }
.padding-bottom-10 { padding-bottom: 10px !important; }
.padding-bottom-20 { padding-bottom: 20px !important; }
.noMargin{margin: 0px !important;}
.noMargin-left{margin-left: 0px !important;}
.noBorder{border: none !important;}
.hidden {display: hidden !important}

.nav>li>a {padding: 0px !important;margin:0px !important;line-height: 100% !important;}
.onlyPrint{display: none;}

.uppercase { text-transform: uppercase; }
.lowercase { text-transform: lowercase; }
.capitalize { text-transform: capitalize; }
.bold{ font-weight: bold;}
.thin { font-weight: 100 }
.light { font-weight: 300 }
.regular { font-weight: 400 }
.bold { font-weight: 700 }
.black { font-weight: 900 }

a.disabled { pointer-events: none; }


.bg-white-opacity {background-color: #FFFFFF;opacity: 0.5}
.bg-light-gray {background-color: #D2D2D3}
.bg-regular-gray {background-color: #CFCFD5}
.bg-strong-gray {background-color: #868685}
.bg-medium-gray {background-color: #95989A}

.light-gray {color: #D2D2D3}
.regular-gray {color: #CFCFD5}
.strong-gray {color: #868685}
.medium-gray {color: #95989A}

.strong-orange {color: #EAAF0F}
.light-orange {color: #E0BD4C}
.light-blue { color: #028EBA; }


.vspace30 { height: 30px; width: 100%; }
.vspace60 { height: 60px; width: 100%; }

.gradient-gray {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#37393f+0,595b60+40,595b60+51,595b60+64,37393f+100 */
    background: #37393f; /* Old browsers */
    background: -moz-linear-gradient(left, #37393f 0%, #595b60 40%, #595b60 51%, #595b60 64%, #37393f 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #37393f 0%,#595b60 40%,#595b60 51%,#595b60 64%,#37393f 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #37393f 0%,#595b60 40%,#595b60 51%,#595b60 64%,#37393f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#37393f', endColorstr='#37393f',GradientType=1 ); /* IE6-9 */
}

.boxed-content, .boxed-row {
    width: 1200px;
    margin: 0 auto !important;
}

.btn-default:hover {
    background-color: transparent !important;
    border: none !important;
}

.btn-primary{background-color: #EAAF0F;border-color: #EAAF0F;border-radius: 0 !important}
.btn-primary:hover { color: #fff; background-color: #868685; border-color: #868685;}
.overlay{ width:100%; height: 100%; background-color: #FFFFFF; opacity: 0.4;z-index: 100;position: absolute;top:0;left:0;}

a:hover {color:#868685;}

.container { width: 1200px !important; }

/********** NAV TOP ***********************************************************/
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover { background-color: transparent !important; }

.nav_mobile_right { display: none; }
.nav_mobile_center { display: none; }
nav{
    height: 50px;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 1px;
    color: #FFFFFF;
    font-size: 12px;
    line-height: 14px;
    font-weight: 700;
    text-align: center !important;
}

  .navbar-nav {
  width: 100%;
  text-align: center;
}
    .navbar-nav > li {
    float: none;
    display: inline-block;
  }

.menu li {
    margin-left:10px !important;
    margin-right: 10px !important;
    display: inline-block;
    height: 30px !important;
    padding: 20px 0px !important;
}

.menu li.img {
    padding: 10px 0px !important;
}

.menu li .img-icon {
    background-image: url('../img/icone_branco.png');
    background-repeat: no-repeat;
    height: 30px !important;
    width: 25px !important;
    position: relative;
}

.menu li .img-icon:hover {
    background-image: url('../img/icone.png');
}


.menu li a {
    color: #FFFFFF !important;
    text-decoration: none;
}

.menu li a:hover, .menu li.active a {
    color: #EAAF0F !important;
}

.sub-menu {
    margin-bottom: 20px !important;
    letter-spacing: 1px;
}

.sub-menu li { display:inline-table;
    border: 2px solid #EAAF0F;
    border-radius: 0px !important;
    min-width: 204px;
    height: 20px;
    padding: 5px 20px !important;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
     }


.sub-menu a li, .sub-menu a.focus, .sub-menu a:focus {
    color:#EAAF0F;
    text-decoration: none !important;
    background-color: transparent;
}
.sub-menu a li:hover, .sub-menu a li.active {
    background-color: #EAAF0F; color:#FFFFFF; }

/********** NAV TOP ***********************************************************/
.nav-logos{
    width: 1200px;
    height: 100px;
    background-color: #FFFFFF;
    position: relative;
    z-index: 999;
    margin: 50px auto 0 auto; left:0px; right:0px;
    float:clear;
}

.nav-logos.fixed {
    position: fixed;
}
.nav-logos.fixed {
    position: fixed;
}
    .nav-logos .cockles_logo {

        padding-top: 20px;
    }

.reserved_area {
    width: 65px;
    height: 45px;
    background-color: #EAAF0F;
    color: #FFFFFF;
    text-transform: uppercase;
    font-size: 9px;
    line-height: 11px;
    font-weight:600;
    text-align: center;
    padding: 13px 0 10px 0;
    -webkit-box-shadow: 2px 2px 2px -1px rgba(50, 50, 50, 0.55);
    -moz-box-shadow:    2px 2px 2px -1px rgba(50, 50, 50, 0.55);
    box-shadow:         2px 2px 2px -1px rgba(50, 50, 50, 0.55);
}

.reserved_area:hover {
    background-color: #565859;
    color: #FFFFFF;
}

.reservedarea .btn_send {
    margin-top: 110px;
    text-align: center;
    background-image: url(../img/btn_send.png);
    width: 145px;
    height: 150px;
    background-size: contain;
    background-repeat: no-repeat;
}

a:hover .reserved_area{
    text-decoration: none;
}

.nav-logos .login, .nav-logos .search {
    height: 20px;
    width: 100px;
}

.nav-logos .search {
    letter-spacing: 1px;
    color: #7F7F7F;
    font-size: 9px;
    line-height: 11px;
    font-weight: 700;
    margin-bottom: 5px;
    padding-left: 3px;
}

.nav-logos .login {
    border-radius: 0px !important;
    background-color: #666666;
    padding: 4px 0;
    text-align: center;
    letter-spacing: 1px;
    color: #FFFFFF;
    font-size: 10px;
    line-height: 12px;
    font-weight: 700;
    -webkit-box-shadow: 2px 2px 2px -1px rgba(50, 50, 50, 0.55);
    -moz-box-shadow:    2px 2px 2px -1px rgba(50, 50, 50, 0.55);
    box-shadow:         2px 2px 2px -1px rgba(50, 50, 50, 0.55);
}

.nav-logos .login:hover {
    border-radius: 0px !important;
    background-color: #EAAF0F;
}

.nav-logos .login a {
    color: #FFFFFF;
    text-decoration: none
}
/********** HEADER PAGE ***********************************************************/
.header-page {
    height: 172px;
    width: 1200px;
    margin-left: auto; margin-right: auto;margin-top: 150px;margin-bottom: 50px;
}

    .header-image {
         background-repeat: no-repeat;
         background-position: center right;
         background-size: cover;
    }

.header-image   img.header-arrow{
    width: 50px;
}

.header-shape {
    background-image: url('../img/header_shape.png');
    background-size: cover;
    height: 172px !important;
    width: 276px; }

.header-icon{
    width: 205px;
    height: 170px;
    text-align: center;
    padding-top: 17%;
}


.icon-project {
    margin: auto;
    display: block;
    width: 92px;
    height: 79px;
    background: url('../img/icone_work_project.png');
    background-repeat: no-repeat;
    text-indent: -99999px;
    background-position: 0 0;
}
.icon-project:hover {
    background-position: bottom;
}

.icon-news {
    margin: auto;
    display: block;
    width: 90px;
    height: 90px;
    background: url('../img/icone_news.png');
    background-repeat: no-repeat;
    text-indent: -99999px;
    background-position: 0 0;
}
.icon-news:hover {
    background: url('../img/icone_news_active.png');
}

/********** CONTENT ***********************************************************/
#main-content{
    min-height: calc(100vh - 300px) !important;
    position: relative;
    margin-top: 0px;
}
/*main .container{
    height: calc(100vh - 165px) !important;
    margin-top:50px;
    background-color: #FF0000;
    overflow: hidden
}*/

.carousel div{ height: calc(100vh - 365px) !important;  }

.carousel div.credits {
    position: absolute;top:20px;right:40px;
    padding: 10px;
    width: 150px;
    min-height: 40px !important;
    height: 40px !important;
    border-radius: 10px;
    color: #FFFFFF;
    font-size: 8px;
    line-height: 10px;
}
.credits.active {
    background-color: rgba(234, 175, 15, 0.4);
}
.hidden {
    display: none;
}

/********** THE PROJECT ***********************************************************/

.lateral-menu {  position: fixed; top: 200px;z-index: 900 }
.lateral-menu.orange ul li {width: 200px; border: 2px solid #EAAF0F;margin-bottom: 5px !important; display: block;padding: 5px 25px !important;}
.lateral-menu.orange ul li:hover, .lateral-menu.orange ul li.active {background-color: #EAAF0F;}
.lateral-menu.orange ul li a {color: #EAAF0F; font-weight: 900; text-decoration: none;}
.lateral-menu.orange ul li:hover a, .lateral-menu.orange ul li.active a {color: #FFFFFF;}

.lateral-menu.white ul li {width: 200px; border: 2px solid #FFFFFF;margin-bottom: 5px !important; display: block;padding: 5px 25px !important;}
.lateral-menu.white ul li:hover, .lateral-menu.white ul li.active {background-color: #FFFFFF;}
.lateral-menu.white ul li a {color: #FFFFFF; font-weight: 900; text-decoration: none;}
.lateral-menu.white ul li:hover a, .lateral-menu.white ul li.active a {color: #EAAF0F;}

.lateral-menu.blue ul li {width: 200px; border: 2px solid #007499;margin-bottom: 5px !important; display: block;padding: 5px 25px !important;}
.lateral-menu.blue ul li:hover, .lateral-menu.blue ul li.active {background-color: #007499;}
.lateral-menu.blue ul li a {color: #007499; font-weight: 900; text-decoration: none;}
.lateral-menu.blue ul li:hover a , .lateral-menu.blue ul li.active a {color: #FFFFFF;}


.header-img { height: calc(100vh - 150px); background-image: url(../img/Homepage_0.jpg);background-size: cover; background-position: center !important  }
.header-img .overlay-orange{ width: 100%; height: calc(100vh - 150px); position: absolute; top:0px; background-color: rgba(234, 175, 15, 0.4); }

.project-id { min-height: calc(100vh - 150px); padding-top:50px; padding-bottom: 50px; }
.project-id h3 {
    letter-spacing: 2px;
    color: #5DB2D4;
    font-size: 24px;
    line-height: 28px;
    font-weight: 900;
}

.project-id .description{
    background-color: transparent;
    font-size: 18px;
    line-height: 25px;
    font-weight: 400;
    position: relative;
    padding: 10px 0 20px 0;
}

.project-id .description .circle_arrow {width: 30px;height:30px; background-color: #EAAF0F; color:#FFFFFF;padding-top: 3px;border-radius: 50%; float:left; position: relative; margin: 0 10px 10px 0; text-align:center;}
.project-id .description .circle_arrow .arrow {font-weight: 500;font-size: 14px}

.project-id .identification {
    font-size: 18px;
    line-height: 29px;
}
.project-id .title {
    letter-spacing: 1px;
    color: #5DB2D4;
    font-weight: 700;
}
.project-id .description {
    color: #868685;
    font-weight: 400;
    line-height: 29px;
}

.brief-summary {min-height: calc(100vh - 150px); padding-top:50px; padding-bottom: 50px;background-image: url(../img/bg_brief_summary.jpg);background-size: cover; background-position: center !important; color:#FFFFFF; }

.brief-summary h3 {
    letter-spacing: 2px;
    color: #007499;
    font-size: 24px;
    line-height: 28px;
    font-weight: 900;
}

.brief-summary .description{
    background-color: transparent;
    font-size: 18px;
    line-height: 25px;
    font-weight: 400;
    position: relative;
    padding: 10px 0 20px 0;
}

.brief-summary .description .circle_arrow {width: 30px;height:30px; background-color: #EAAF0F; color:#FFFFFF;padding-top: 3px;border-radius: 50%; float:left; position: relative; margin: 0 10px 100px 0; text-align:center;}
.brief-summary .description .circle_arrow .arrow {font-weight: 500;font-size: 14px}


.objectives { min-height: calc(100vh - 150px); padding-top:50px; padding-bottom: 50px; }
.objectives h3 {
    letter-spacing: 2px;
    color: #5DB2D4;
    font-size: 24px;
    line-height: 28px;
    font-weight: 900;
}
.objectives .description .symbol {
    color: #5DB2D4;
    font-weight: 700;
}

.commom-challenge {min-height: calc(100vh - 150px);  background-color: #fbf0dc; padding-top:50px; padding-bottom: 50px; }
.commom-challenge h3 {
    letter-spacing: 2px;
    color: #EAAF0F;
    font-size: 24px;
    line-height: 28px;
    font-weight: 900;
}

.commom-challenge .description, .objectives .description {
    background-color: transparent;
    color: #868685;
    font-size: 18px;
    line-height: 25px;
    font-weight: 400;
    position: relative;
    padding: 10px 0 20px 0;
}






/* **/
.wpackages {
    width: 200px; height: 200px;position:relative; float:left; margin-right:20px; margin-bottom:20px;background-color: #EAAF0F;
}
.wpackages_overlay {
    width: 100%; height: 100%;position:absolute; top:0px; left:0px;background-color: rgba(255,255,255, 0.2);z-index:100;
}
a:hover .wpackages_overlay, .wpackages_overlay:hover {
    opacity: 0
}

.wpackages .triangle {
    width: 0;
    height: 0;
    z-index: 300;
    border-top: 30px solid white;
    border-right: 30px solid transparent;
}

.wpackages .cockle {
    width: 100%;
    height: 205px;
    background-repeat: no-repeat;
    background-position: bottom left;
    background-image: url('../img/cockle.png');
    ;position:absolute;
    top:0px;
    left:0px;
    opacity: 0.4;
}

.wpackages .text {
    padding: 0px 20px 0 20px;
    position: relative;
    float: left;
    width: 100%;
    font-size: 20px;
    line-height: 24px;
    color: #239ec0;
    font-weight: 700;
    z-index: 200
}

.wpackages .text .title {
    font-size: 20px;
    line-height: 24px;
    color: #239ec0;
    font-weight: 700;
}

.wpackages .text .description {
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
    font-weight: 400;
}

/********** wpackages-project *****/
.wpackages-project {
    width: 120px; height: 120px;position:relative; float:right; margin-right:15px; margin-bottom:20px;background-color: #EAAF0F;
}

.wpackages-project .triangle {
    width: 0;
    height: 0;
    z-index: 300;
    border-top: 30px solid white;
    border-right: 30px solid transparent;
}

.wpackages-project .text {
    padding: 0 30px 0 30px;
    position: relative;
    float: left;
    width: 100%;
    font-size: 20px;
    line-height: 24px;
    color: #239ec0;
    font-weight: 700;
    z-index: 200;
    text-align: right
}

.wpackages-project .text .title {
    font-size: 28px;
    line-height: 24px;
    color: #239ec0;
    font-weight: 600;
}

.wpackages-project .text .description, .wpackages-project-page .description {
    padding: 25px 30px 0 25px !important;
    font-size: 28px;
    line-height: 33px;
    color: #FFFFFF;
    font-weight: 400;
}


.wpackages-project-page  .info_team{
    width: 100%;
    margin-top: 275px;
    text-align: right;
    padding-right:15px;
    font-size: 14px;
    line-height: 20px;
    color: #868685;
    font-weight: 300;
}

.wpackages-project-page  .info_team.WP0{
    width: 100%;
    padding-right:15px;
    font-size: 16px;
    line-height: 20px;
    color: #868685;
    font-weight: 400;
    margin-top: 15px !important;
    text-align: left;
}

.wpackages-project-page  .info_team .category{ font-weight: 400; color:#EAAF0F;}
.wpackages-project-page  .info_team .name{ font-weight: 500 !important;  }

.wpackages-project-page .header-title {
    width: 100%;
    height: 120px;
    background-color: #EAAF0F
}

.wpackages-project-page .information {
    width: 100%;
    height: 60px;
    background-color: #e9e9e7;
    margin-top: 10px;
    margin-bottom: 30px;
    padding: 5px 30px 0 25px !important;
    font-weight: 700;
    color: #868685;
    font-size: 15px;
}

.wpackages-project-page .information .responsible {
    font-weight: 300 !important;
    font-size: 18px;
}
.wpackages-project-page .content {
    width: 801px;
    color: #868685;
    font-size: 18px;
    line-height: 27px;
    font-weight: 400;
}

.projects .panel-group .panel-title .action{
    font-size: 18px;
    color: #5DB2D4;
    font-weight: 700;
}

.projects .panel-group .panel-title .description{
    font-size: 18px;
    color: #868685;
    font-weight: 400;
    padding: 0 !important;
    line-height: 25px;
}

.projects .panel-group .panel-title a:hover{
    text-decoration: none;
}
.projects  .panel-default {
    background-color: #FFFFFF;
    border:none !important;
}

.projects  .panel-default>.panel-heading {
    background-color: #FFFFFF;
    border-color: #FFFFFF;
}

.projects .panel-body .action-description{
    color: #868685 !important;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    position: relative;
    padding-left: 40px !important;
}

.panel, .panel-group .panel-heading+.panel-collapse>.panel-body{
    border: none !important;
    -webkit-box-shadow: none !important;
    box-shadow:  none !important;
}
.panel-body {border-top: 0 !important;}
.panel-footer {
  padding: 10px 15px;
  border: none !important;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.projects a .circle_arrow {width: 20px;height:20px; background-color: #AFB0B3; color:#FFFFFF;padding-top: 3px;border-radius: 50%; float:left; position: relative; margin: 0 10px 30px 0; text-align:center;}
.projects a:hover .circle_arrow {background-color: #EAAF0F;}
.projects .circle_arrow .arrow {font-weight: 200;font-size: 14px}
.projects .additional_info { color: #868685;font-size: 12px;line-height: 17px;font-weight: 400;margin-top: 23px;}

.news .box {
    position:relative;
    background-color:#FFFFFF;
    height:121px !important;
    width:100% !important;
    float:right;
    border: 3px solid #EAAF0F;
}

.news .box.active {
    background-color:#EAAF0F;
    border: 3px solid #FFFFFF;
}

.news .box .triangle {
    position: absolute;
    top:50px;
    left:-40px;
    width: 0;
    height: 0;
    border: 0 solid transparent;
    border-top-width: 40px;
    border-bottom-width: 0px;
    border-right: 40px solid #EAAF0F;
}
.news .box .triangle:after{
    content:'';
    position: absolute;
    top: -36px;
    left: 6px;
    width: 0;
    height: 0;
    border: 0 solid transparent;
    border-top-width: 33px;
    border-bottom-width: 0px;
    border-right: 34px solid white;
}

.news .box.active .triangle:after{
    border-right: 34px solid #EAAF0F;
}

.news .panel-default { border:none !important; }
.news .panel-heading {
    height: 121px;
    margin:0 0 50px -45px;
    width: 100%;
    padding-top: 45px;
    padding-left: 20px;
}

.news .panel-body, .news .panel-group .panel-heading+.panel-collapse>.list-group, .news  .panel-group .panel-heading+.panel-collapse>.panel-body { border: none !important }
.news .title {
        font-size: 23px;
    line-height: 35px;
    color: #EAAF0F;
    font-weight: 600
}

.news .active .title {
    color: #FFFFFF;
}

.news p.date {
        font-size: 15px;
    line-height: 23px;
    color: #868685;
    font-weight: 700;
}

.news .active p.date {
    color: #FFFFFF;
}

.news .panel-body{
    color: #868685;
    font-size: 18px;
    line-height: 27px;
    font-weight: 300;
    margin-top: 31px;
    position: relative;
}

/********** PARTNERS ***********************************************************/
.logo-partners img{width: 100%;}
.logo-partners {height: 200px;}
.logo-partners .img{width: 100%; height: 100px;margin-bottom:15px;background-size: contain;background-repeat: no-repeat;background-position: center bottom;}
.partners .title, .downloads .title-bar {
    min-height: 14px;
    color: #868685;
    line-height: 14px;
    font-size: 12px;
    letter-spacing: 1px;
    font-weight: 700;
    padding: 10px 20px;
    margin-bottom: 50px;
}


.downloads .title-bar{ margin-bottom: 20px !important; }

.partners a { color: #868685; text-decoration: underline; }

.team_fullpartners, .team_associated { color: #868685; font-weight: 400; }
.team_fullpartners p.name { font-size: 18px; line-height: 22px; font-weight: 500;}
.team_fullpartners p.partner { font-size: 16px; line-height: 22px;}
.team_fullpartners p.country { font-size: 16px; line-height: 19px;}
.team_fullpartners p.email { font-size: 13px; line-height: 18px;}

.team_associated p.name { font-size: 19px; line-height: 24px;}
.team_associated p.partner_country, .team_associated p.email { font-size: 15px; line-height: 19px;}
.team_associated p.email { margin-bottom: 15px !important; }

.shadow { box-shadow: 4px 4px 8px rgba(0,0,0,0.26);}
.downloads .title {font-size: 13px; line-height: 20px; color: #5DB2D4;font-weight: 900;}
.downloads .subtitle { font-size: 12px; line-height: 19px; letter-spacing: 1px; color: #868685; font-weight: 700;}
.downloads .type { font-size: 11px; line-height: 22px;color: #868685;font-weight: 400;}
.downloads .authors { font-size: 10px;line-height: 16px;color: #868685;font-weight: 400;}

.downloads a .circle_arrow {width: 30px;height:30px; background-color: #AFB0B3;margin: 0 auto; color:#FFFFFF;padding-top: 7px;border-radius: 50%;}
.downloads a:hover .circle_arrow {background-color: #EAAF0F;}
.downloads .circle_arrow .arrow {font-weight: 400;font-size: 14px}
.downloads .additional_info { color: #868685;font-size: 12px;line-height: 17px;font-weight: 400;margin-top: 23px;}

/********** FOOTER ***********************************************************/
footer{ width: 100%; height:115px;}
footer.homepage{ width: 100%; height:250px;}
/*footer.fixed{position:fixed; bottom:0px;}*/
.footer { padding: 16px 0px }
.footer .logo img { height: 83px; }
.footer .container { padding: 0px; }
.fotter .social {padding:0 0 0 50px;}
.footer .social-title{
    background-color: transparent;
    text-align: right;
    letter-spacing: 2px;
    color: #FFFFFF;
    font-size: 10px;
    line-height: 12px;
    font-family: lato, sans-serif;
    font-weight: 300;
    padding-top: 5px;
    margin-bottom: 20px;
}


.footer .social-icons a{
    width: 29px;
    color: #3C3E43;
    text-decoration: none;
}

.footer .social-icons a:hover .fa-circle{
    color: #EAAF0F;
}

.footer .social-icons .fa-stack { margin-left:5px; }


.navbar-toggle {
    float: left;
    margin-left: 10px;
    border: none;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover { background-color: transparent; }

.login-page { width: 100%; position: absolute; top:150px;z-index: 900 }

.area_form { height: calc(100vh - 265px);}

.form-login{
    width: 100%;
    min-height: 200px;
/*    height: 250px !important;*/
    background: rgba(255, 255, 255, 0.5);
    border-radius: 10px;
   padding: 20px;
/*     z-index: 900*/
    position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.form-login input {
    height: 30px;
    padding: 20px;
}

.form-recover{
    width: 100%;
    height: 200px !important;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 10px;
    padding: 20px;
    z-index: 900
}

/* enable absolute positioning */
.inner-addon {
  position: relative;
  margin-bottom: 10px;
}

/* style glyph */
.inner-addon .glyphicon {
  position: absolute;
  padding: 10px;
  pointer-events: none;
  top:5px;
}

/* align glyph */
.left-addon .glyphicon  { left:  0px;}

/* add padding  */
.left-addon input  { padding-left:  30px; }

.contactinfo {
    padding-left:55px !important;
}


/***************************************************
        AJUSTES MOBILE (Tablet e Smartphone)
***************************************************/
@media screen and (max-width: 640px){
#main-content{
    min-height: calc(100vh - 75px) !important;
    position: relative;
    margin-top: 0px;
}

.nav-logos.mobileFixed {
    position: fixed;
}

.container, .boxed-row {width: 100% !important;}
    .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {padding-left: 5px !important;padding-right: 5px !important;}

    .boxed-row { padding: 0 10px; }
    .top_nav  { position: fixed; z-index: 999; width: 100%;}
    .nav_top_blue.fixed  { position: fixed; }

    .navbar-collapse { background-color: #37393f; text-align: left !important; padding-left: 40px; padding-bottom: 20px; border:none;}
    .navbar-collapse  .navbar-nav { text-align: left }
    .navbar-collapse  ul li { display: block; width: 100%; font-size: 14px; }
    .nav_mobile_right {
        display: inline-block !important;
        position: absolute;
        top: 15px;
        right: 20px;
        z-index: 700;
    }

    .nav_mobile_right a {
        color: #FFFFFF;
        font-size: 20px;
        margin-left: 10px;
    }
    .nav_mobile_right a:hover {
        color: #EAAF0F;
    }

    .nav_mobile_center.noMobile{
        display: none !important;
    }
    .nav_mobile_center {
        display: inline-block !important;
        position: absolute;
        top: 15px;
        left:25%;
        z-index: 700;
        width: 150px;
        height: 30px;
    }

    .nav-logos { width: 100% !important; padding: 0 15px; height: 70px; }
    .nav-logos .logos_bandeira_ue img {
        width: 100%;
        height: auto;
    }

    .nav-logos .cockles_logo {
        text-align: left !important;
        padding-left: 20px !important;
        padding-top: 10px;
    }
    .nav-logos .cockles_logo img {
        width: 70%;
        height: auto;
    }

    .carousel-indicators {
        bottom: -90px !important;
        text-align: center !important;
        left: 30%;
        right: 25%;

}

.fade-carousel {
    height: calc(100vh - 365px) !important;
}

.carousel div {
    height: calc(100vh - 175px) !important;}

.carousel div.credits {
    position: absolute;top:40px;right:20px;

}

.fade-carousel {
    margin-top: 100px;
}
.fade-carousel .carousel-indicators > li {
    width: 14px;
    height: 14px;
}
.fade-carousel .carousel-indicators > li.active {
    width: 14px;
    height: 14px;
}

    .header-page {
        height: 70px !important;
        width: 100%;
        margin-left: auto; margin-right: auto;margin-top: 50px;margin-bottom: 20px;
    }

    .header-shape {
        width: 30% !important;
        height: 60px !important; background-position: left top;
        padding-left: 20px; padding-top: 8px;
        background-size: contain;
        background-repeat: no-repeat;}


.partners .header-icon { padding-top: 0 !important; }
.team .header-icon { padding-top: 0 !important; }
.download .header-icon { padding-top: 0 !important; }
.article .header-icon { padding-top: 0 !important; }

.header-icon {
    width: 50px;
    height: 170px;
    text-align: left;
    padding-top: 10% !important;
}
    .header-shape img { width: 45px;  }
    .sub-menu li {min-width: 49%; font-size: 10px;padding: 5px !important;margin-bottom: 5px !important;}


.lateral-menu{
display: none !important;}

.header-page {
    position: fixed;
    z-index: 900;
}

.boxed-row{
    margin-top: 150px !important;
}

/** PROJECT */


.header-img, .header-img .overlay-orange {margin-top: 150px;}

.header-img img.logoapoio {
    width: 80%;
    margin-bottom: 30px;
}

.header-image img.header-arrow{
    width: 20px !important;
}


.project-id .description .circle_arrow {width: 30px;height:30px; background-color: #EAAF0F; color:#FFFFFF;padding-top: 3px;border-radius: 50%; float:left; position: relative; margin: 0 10px 30px 0; text-align:center;}
.project-id .description .circle_arrow .arrow {font-weight: 500;font-size: 14px}


.brief-summary .description .circle_arrow {margin: 0 10px 300px 0;}
.objectives{padding-left: 40px; padding-right: 10px}
.commom-challenge{padding-left: 40px; padding-right: 10px}

.map {width: 100px;}

.icon-project {
    margin: auto;
    display: block;
    width: 40px;
    height: 33px;
    background: url('../img/mobile_icone_work_project.png');
    background-repeat: no-repeat;
    text-indent: -99999px;
    background-position: 0 0;
}
.icon-project:hover {
    background-position: bottom;
}

.wpackages-project-page .content {
    width: 90vw !important;
    color: #868685;
    font-size: 14px !important;
    line-height: 18px !important;
    font-weight: 400;
}

/** NEWS  */

.icon-news {
    margin: auto;
    display: block;
    width: 45px;
    height: 45px;
    background: url('../img/icone_news.png');
    background-repeat: no-repeat;
    background-size: contain;
    text-indent: -99999px;
    background-position: 0 0;
}
.icon-news:hover {
    background: url('../img/icone_news_active.png');
}

.news .title {
    font-size: 15px;
    line-height: 18px;
}


.news p.date {
        font-size: 15px;
    line-height: 23px;
    color: #868685;
    font-weight: 700;
}

.news .active p.date {
    color: #FFFFFF;
}

.news .panel-body{
    color: #868685;
    font-size: 18px;
    line-height: 27px;
    font-weight: 300;
    margin-top: 31px;
    position: relative;
}


.news .panel-body img{
    width: 100%;
}

.wpackages {
    width: 160px;
    height: 160px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.wpackages .text .description {
    font-size: 12px;
    line-height: 16px;
}

.wpackages .text .title {
    font-size: 15px;
    line-height: 18px;
}

.wpackages-project {
    width: 100%;
    height: 120px;
    left: 20px;
    right: 20px;
}

.wpackages-project .title {
    text-align: left;
    font-size: 16px;
}

.wpackages-project .text .description, .wpackages-project-page .description{
    padding: 10px 0 !important;
    text-align: left;
    font-size: 14px;
    line-height: 18px;
}

.wpackages-project-page .information{
    margin-left: 6px;
    margin-right: 20px;
}

    .logo-partner {width: 100% !important; margin-bottom: 25px;text-align: center}


/** CONTACTS */
.contacts {font-size: 11px; font-weight: 400; letter-spacing: 0.75;line-height: 13px}
.contacts .item {margin-bottom: 20px;}
.contacts .title{font-size: 13px; font-weight: 700; letter-spacing: 0.75;line-height: 16px}
.contacts .description{font-size: 11px; font-weight: 900; letter-spacing: 0.75;line-height: 13px}
.contactinfo {  font-size: 12px !important; line-height: 16px !important; font-weight: 400 !important; padding-left: 10px !important}

.team_fullpartners{margin-bottom: 10px;}
.team_fullpartners img.img-circle { width: 100px;height: 100px; }
.team_fullpartners p.name { font-size: 12px; line-height: 14px; font-weight: 500;}
.team_fullpartners p.partner { font-size: 10px; line-height: 14px;}
.team_fullpartners p.country { font-size: 10px; line-height: 14px;}
.team_fullpartners p.email { font-size: 10px; line-height: 14px;}

.team_associated p.name { font-size: 11px; line-height: 14px;}
.team_associated p.partner_country, .team_associated p.email { font-size: 10px; line-height: 14px;}
.team_associated p.email { margin-bottom: 15px !important; }

    footer{ height:75px; padding: 16px 10px !important; }

/*footer.fixed{position:absolute; bottom:0px;}*/
    .footer .logo{
        text-align: left !important;
    }
    .footer .logo img {
        width: 80%;
        height: auto;
    }

.footer .social-title {
    text-align: right;
    padding-top: 5px;
    margin-bottom: 5px;
}


.fa-stack{
    width: 1.5em;
    height: 1.5em;
    margin-right: 0px !important;

}
.fa-stack-2x {
font-size: 1.5em; }

.fa-stack-1x {
    line-height: inherit;
    font-size: 0.8em;
    top: -3px;
}

    .noMobile{display: none !important;}
}







