@import url('https://fonts.googleapis.com/css?family=Montserrat');

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

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, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin:0;
padding:0;
border:0;
font-size:100%;
font:inherit;
vertical-align:baseline;
}

pre {
white-space: pre-wrap;       /* css-3 */
white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
white-space: -pre-wrap;      /* Opera 4-6 */
white-space: -o-pre-wrap;    /* Opera 7 */
word-wrap: break-word;       /* Internet Explorer 5.5+ */
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;
}

body {
font-size:16px;
line-height:1.8em;
font-family:'Montserrat', sans-serif;
/*background:url(../images/head-bg-blue.png) 0 0 repeat-x;*/
/*background:url(../images/head-bg-gray-pattern.png) 0 0 repeat-x;*/
}

p {
text-align:justify;
margin-bottom:0.8em;
}

.ellipsis {
white-space:nowrap !important;
text-overflow:ellipsis !important;
overflow:hidden !important;
}

strong, b {
font-weight:bold;
}

em {
font-style:italic;
}

.center {
text-align:center;
}

.no-justify {
text-align:left;
}

a {
/*color: #EAB974;*/
/*color: #41B7D8*/
/*color:#0099CC;*/
/*color:#4D8CF4;*/
/*color:#1C466E;*/
/*color:#607D8B;*/
color:#607D8B;
text-decoration:none;
}

a:hover {
/*color:#CF6E4A;*/
/*text-decoration:underline;*/
/*background:#41B7D8;*/
/*color:#1C466E;*/
color:#ffffff;
background:#607D8B;

-webkit-transition:background-color 0.3s ease;
-moz-transition:background-color 0.3s ease;
-o-transition:background-color 0.3s ease;
-ms-transition:background-color 0.3s ease;
transition:background-color 0.3s ease;
}

a.no-background {
background:transparent;
}

a.background {
background:#607D8B;
color:#ffffff;
padding:0 5px;
}

a.background:hover {
color:#000000;
}

img {
max-width:100%;
height:auto;
border:0;
}

h1 {
/*font-size:1.6rem;
font-weight:bold;*/
/*background:#262626 url(../images/pattern1.png) repeat;*/
/*background:#333333;*/
/*background:#262626 url(../images/bg-2.png) repeat;*/

/*padding:15px 10%;
color:#ffffff;
text-transform: uppercase;
margin:0px 0px 45px 0px;

letter-spacing:1px;
text-shadow: 2px 2px gray;*/

font-size:1.6rem;
font-weight:bold;
text-transform: uppercase;
letter-spacing:1px;
margin:30px 0px 20px 0px;
/*text-shadow: 2px 2px #ccc;*/
}

h1:first-child {
margin-top:0px;
}

h2 {
/*text-transform: uppercase;*/
font-size:1.2rem;
font-weight:bold;
margin:30px 0px 10px 0px;
}

h2:first-child {
margin-top:0px;
}

h3 {
font-size:1.1rem;
font-weight:bold;
margin:20px 0px 10px 0px;
}

h3:first-child {
margin-top:0px;
}

h4 {
font-weight:bold;
}

ol, ul {
list-style-position:inside;
list-style-type:none;
}

.box {
color:#333;
margin-top:15px;
}

.box li {
display:block;
background:#F7F7F7;
border:1px solid #ccc;
padding:10px 15px;
margin-bottom:20px;
}

.box li h3 {
font-size:1rem;
line-height:normal;
margin-bottom:10px;
display:inline-block;
background:#F7F7F7;
}

.box li p {
line-height:normal;

/*display:inline-block;*/
/*background:#F7F7F7;*/
}

.box li p:first-child {

}

.gallery-box li p, .gallery-box li h3 {
display:block;
background:transparent;
}

.gallery-box li .eellipsis {
white-space:nowrap;
text-overflow:ellipsis;
overflow:hidden;
}

.gallery-box li h3 {
margin-top:10px;
}

.gallery-box li .subtitle {
color:#000;
}

.gallery-box li a:hover {
color:#607D8B;
}

.inner-nav {
text-align:right;
}

.inner-nav a {
font-weight:bold;
display:inline-block;
margin-left:10px;
border:1px solid #333333;
padding:1px 10px;
background:beige;
}

.inner-nav a:hover {
background:#607D8B;
}

.inner-navnav a:first-child {
margin-left:0px;
}

.inner-nav-active {
background:#607D8B !important;
color:#ffffff !important;
}

.publications-box a:hover {
color:#607D8B;

}

.list {
list-style-type:square;
display:inline-block;
}

.list li {
border-bottom: 1px solid #ccc;
position:relative;
}

.list li:last-child {
/*border: none;*/
}

.list li a.grow {

}

.list li a.grow:hover {
font-size:1.2em;
/*background:#f6f6f6;
color:#333;*/

-webkit-transition: font-size 0.3s ease, background-color 0.3s ease;
-moz-transition: font-size 0.3s ease, background-color 0.3s ease;
-o-transition: font-size 0.3s ease, background-color 0.3s ease;
-ms-transition: font-size 0.3s ease, background-color 0.3s ease;
transition: font-size 0.3s ease, background-color 0.3s ease;
}

blockquote, q {
quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}

table {
border-collapse: collapse;
border-spacing: 0;
}

#head {
    /*padding:20px 0px;*/
padding:20px 0px;
/*
background:#2A4453;
background: -webkit-linear-gradient(left top, #2A4453, #22313F);
background: -o-linear-gradient(bottom right, #2A4453, #22313F);
background: -moz-linear-gradient(bottom right, #2A4453, #22313F);
background: linear-gradient(to right, #2C3E50, #336E7B);*/

/*background:#333333 url(../images/head-bg.png) repeat;*/
background:#7F1D21;
/*background:#262626 url(../images/pattern1.png) repeat;*/
/*background:#262626 url(../images/bg-texture.png) repeat;*/

/*background:#262626 url(../images/bg-3.jpg) repeat;*/

/*background:#262626 url(../images/bg-4.jpg) repeat;*/

/*background:#ffffff url(../images/bg-4.png) repeat;*/

/*#898282*/
background: linear-gradient(-45deg, #7F1D21, #731b27);
background-size: 800% 800%;

-webkit-animation: GradientNavBG 15s ease infinite;
-moz-animation: GradientNavBG 15s ease infinite;
-o-animation: GradientNavBG 15s ease infinite;
animation: GradientNavBG 15s ease infinite;

}

@-webkit-keyframes GradientNavBG {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@-moz-keyframes GradientNavBG {
  0%{background-position:0% 50%}
  50%{background-position:100% 50%}
  100%{background-position:0% 50%}
}
@-o-keyframes GradientNavBG {
  0%{background-position:0% 50%}
  50%{background-position:100% 50%}
  100%{background-position:0% 50%}
}
@keyframes GradientNavBG {
  0%{background-position:0% 50%}
  50%{background-position:100% 50%}
  100%{background-position:0% 50%}
}

#head-main {
/*padding:20px 10%;*/
margin:0px 10%;
margin-bottom:0;
position:relative;
z-index:20;
}

#head-main>* {
vertical-align:middle;
}

#body {
position:relative;
overflow:visible;
/*margin:60px 10%;*/
/*margin:60px 0px;*/
}

.content {
position:relative;
/*margin:60px 10%;*/
margin:0px 10%;
}

.content-with-side-bar {
position:relative;
/*margin:50px 10%;*/
margin:0px 10%;
margin-top:50px;
padding-right:350px;
min-height:750px;
}

.content-full-width {
width:100%;
/*background:#262626 url(../images/pattern1.png) repeat;*/

}

.content-bg {
background:#333333;
}

.side-bar {
/*margin-right:10%;*/
width:300px;
position:absolute;
top:0;
right:0;
display:inline-block;
}

.side-bar col {

}

.side-bar col:first-child {
margin-top:0;
}

.highlights {
position: relative;
overflow:auto;
width:100%;
height:100%;
text-align:center;
}

.col1 {
width:100%;
display:inline-block;
position:relative;
border:1px solid #333333;
/*border-radius:3px;*/
text-align:left;
width: 100%;
background: #fff;
position: relative;
box-sizing: content-box;
margin-bottom:25px;
box-shadow: 0 1px 2px rgba(0,0,0,0.2);
}

.col1:before, .col1:after {
content: '';
position: absolute;
z-index: -2;
bottom: 15px;
left:  10px;
width: 50%;
height: 20%;
box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
-webkit-transform: rotate(-3deg);
-moz-transform: rotate(-3deg);
-ms-transform: rotate(-3deg);
-o-transform: rotate(-3deg);
transform: rotate(-3deg);
}

.col1:after {
right: 10px;
left: auto;
-webkit-transform: rotate(3deg);
transform: rotate(3deg);
}

.col-content {
position:relative;
}

.col2 {
width:48%;
display:inline-block;
position:relative;
margin-right:2%;

text-align:left;
margin-bottom:15px;

border:1px solid #333333;
border-radius:3px;
/*white-space:nowrap;
overflow:hidden;
text-overflow:ellipsis;*/


/*padding:3px 10px;*/
}

.col2:last-child {
margin-right:0;
}

.col4 {
max-width:23%;
display:inline-block;
position:relative;
margin-right:2%;
border:1px solid #333333;
border-radius:3px;
min-width:125px;
text-align:left;
margin-bottom:15px;
/*white-space:nowrap;
overflow:hidden;
text-overflow:ellipsis;*/


/*padding:3px 10px;*/
}

.col4:last-child {

}

.col4 h2, .col h2, .col2 h2 {
font-size:15px;
font-weight:normal;
text-transform: uppercase;
color:#ffffff;
/*border-bottom:2px solid #333;*/
/*background:#333333;*/
background:#7F1D21;
padding:1px 10px;
margin:0px;
}

.col4 ul, .col ul, .col2 ul {
list-style:none;
padding:5px 15px;
}

.col4 li, .col li, .col2 li {
font-size:14px;
}

.col2 li {
line-height:normal;
min-height:35px;
/*padding-left:50px;*/
/*background-color:#F7F7F7;*/
/*background-image:url('../images/default-photo.jpg');
background-repeat:no-repeat;
background-size:35px auto;*/
margin-top:10px;
padding-top:3px;
padding-bottom:3px;
}

.col2 li:first-child {
margin-top:0px;
}

.highlights-sup {
color:#000000;
font-size:12px;
display:block;
}

.col2 .highlights-sup {
margin-bottom:5px;
white-space:nowrap;
overflow:hidden;
text-overflow:ellipsis;
text-transform:uppercase;
}

.col4 li a, .col li a, .col2 li a {
display:block;
white-space:nowrap;
overflow:hidden;
text-overflow:ellipsis;
margin-bottom:5px;
padding:0px;
}

.col2 li a {
font-size:12px;
margin-bottom:0px;
}

.col4 li a:hover, .col li a:hover, .col2 li a:hover {
text-decoration:none;
color:#ffffff;
/*background:#1C466E;*/
background:#607D8B;
}

.col2 li a:hover {
color:#607D8B;
background:transparent;
}

#footer {
/*background:#262626;*/
/*background:#262626 url(../images/pattern1.png) repeat;*/
background:#333333;
/*color:#bfbfbf;*/
color:#ffffff;
border-top:4px solid #000000;
position:relative;
margin-top:62px;
}

.footer-content {
padding:50px 10%;
border-bottom:1px solid #363636;
position: relative;

overflow:auto;
width:100%;
height:100%;
text-align:center;
}

.footer-col {
vertical-align:top;
text-align:left;
width:40%;
/*float:left;*/
display:inline-block;
position:relative;
padding-left:70px;
font-size:14px;
}

.footer-col:first-child {
padding-left:0px;
}

.footer-col h3 {
font-size:16px;
font-weight:bold;
margin-bottom:10px;
}

.footer-col ul {
list-style:none;

}

label {
font-weight:bold;
}

textarea {
width:100%;
height:8em;
word-wrap:break-word;
white-space:pre-wrap;
}

textarea:hover {
box-shadow: inset 0 1px 2px rgba(0,0,0,0.2);
background:#F7F7F7;
}

input[type="text"], input[type="password"], select, option {
/*margin-bottom:15px;*/
padding:4px 5px;
width:300px;
}

input[type="text"]:last-child, input[type="password"]:last-child {
/*margin-bottom:0;*/
}

form div.form-group {
margin-top:15px;
}

form div.form-group:first-child {
margin-top:0px;
}

input[type="text"]:hover, input[type="password"]:hover {
background:#F7F7F7;
}

input[type="submit"], .btn {
width:auto;
font-weight:400;
background-color:#393A35;
color:#fff;
border-radius:2px;
border: 1px solid #000000;
text-transform: uppercase;
padding: 3px 20px;
margin-right:10px;

/*
border: 1px solid #8ec1da;
background-color: #ddeef6;
border-radius: 4px;
box-shadow: inset 0 1px 3px #fff, inset 0 -15px #cbe6f2, 0 0 3px #8ec1da;
-o-box-shadow: inset 0 1px 3px #fff, inset 0 -15px #cbe6f2, 0 0 3px #8ec1da;
-webkit-box-shadow: inset 0 1px 3px #fff, inset 0 -15px #cbe6f2, 0 0 3px #393A35;
-moz-box-shadow: inset 0 1px 3px #fff, inset 0 -15px #cbe6f2, 0 0 3px #8ec1da;
color: #3985a8;
text-shadow: 0 1px #fff;
padding: 5px 30px;*/
}

input[type="submit"] {
padding: 8px 20px;
font-size:16px;


}

.btn {
margin-bottom:15px;
display:inline-block;
}

.btn-innative {
display:inline-block;
padding: 1px 10px;
text-transform: uppercase;
border-radius:2px;
border: 1px solid #000000;
margin-bottom:15px;
font-size:14px;
margin-right:10px;
}

.btn-mini {
padding: 1px 10px;
font-size:14px;
}

.btn-active {
background:#607D8B;
}

input[type="submit"]:first-child, .btn:first-child {
margin-left:0px;
}


.w2p_export_menu {
background:#E4E4E4;
margin-top:25px;
font-size:10px;
padding:1px 5px;
}

.w2p_export_menu .btn {
font-size:10px;
padding: 1px 5px;
display:inline;
margin-right:0px;
margin-left:5px;
margin-bottom:0;
}

.w2p_export_menu .btn:first-child {
margin-left:5px;
}

input[type="submit"]:hover, .btn:hover {
/*background:#CBE6F2;*/
/*background:#000000;*/
background:#607D8B;
box-shadow: inset 0 6px 12px rgba(0,0,0,0.175);
-o-box-shadow: inset 0 6px 12px rgba(0,0,0,0.175);
-webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
-moz-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
cursor: hand;
cursor: pointer;
}

.newsletter input {
padding:7px 15px;
border:1px solid transparent;
border-radius:20px;
}

.newsletter input[type="text"] {
border-top-right-radius:0px;
border-bottom-right-radius:0px;
border-right:0px;
background:#ffffff;
min-width:100px;
max-width:200px;
}

.newsletter input[type="text"]:hover {
background:#bfbfbf;

}
.newsletter input[type="text"]:focus {
background:#bfbfbf;
}

.newsletter input[type="submit"] {
text-transform: none;
border-top-left-radius:0px;
border-bottom-left-radius:0px;
border-left:0px;
background:#9fcfe6;
color:#333333;
cursor:pointer;
font-weight:bold;
font-size:13px;
}

.newsletter input[type="submit"]:hover {
background:#333333;
color:#ffffff;
box-shadow:none;
}

.social-networks {
margin-top:20px;
}

.social-networks a {
background:transparent;
display:inline-block;
margin-right:10px;
}

.footer-nav li {
display:inline-block;
margin:3px;
}

.footer-nav a {
display:inline-block;
/*background:#000000;*/
/*background:#607D8B;*/

padding:1px 3px;


color:#9fcfe6;
}

.footer-nav a:hover {
color:#000000;
background:#ffffff;

}

.footer-sponsors {
padding:20px 10%;
text-align:center;
position:relative;
}

.footer-sponsors a {
background:transparent;
display:inline-block;
/*margin-right:10px;*/
}

.footer-sponsors img {
border-radius:0px;
}

.footer-copyright {
font-size:14px;
background:#000000;
padding:10px 10%;
text-align:center;
}

.img-title a:hover {
position:relative;
}

.img-title a[title]:hover:after {
content: attr(title);
padding: 4px 8px;
color: #333;
position: absolute;
left: 0;
top: -45px;
white-space: nowrap;
z-index: 3;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
-moz-box-shadow: 0px 0px 4px #222;
-webkit-box-shadow: 0px 0px 4px #222;
box-shadow: 0px 0px 4px #222;
background-image: -moz-linear-gradient(top, #eeeeee, #cccccc);
background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #eeeeee),color-stop(1, #cccccc));
background-image: -webkit-linear-gradient(top, #eeeeee, #cccccc);
background-image: -moz-linear-gradient(top, #eeeeee, #cccccc);
background-image: -ms-linear-gradient(top, #eeeeee, #cccccc);
background-image: -o-linear-gradient(top, #eeeeee, #cccccc);
}

/* Carousel slider */
.main-carousel {
margin-bottom:60px;
z-index:10;
}

.carousel-cell {
width:100%; /* full width */
height:333px; /* height of carousel */
/*margin-right: 20px;*/
background-size:cover;
text-align:center;
position:relative;
}

.pubs-carousel .carousel-cell {
height:auto;
width:50%;
}

.carousel-cell p.pubs-carousel-view {
position:absolute;
right:5px;
bottom:0px;
/* porque um .carousel-cell tem left:-50% */
left:auto;
font-size:18px;

}

.carousel-cell p.pubs-carousel-view a {
padding:0px 6px;
}

.carousel-cell .img-bg {
z-index:11;
height:auto;
}

/*.carousel-cell img {
position:absolute;
top:0;
left:0;
z-index:5;
width:100%;
height:auto;
}*/

.carousel-description {
position:absolute;
left:50%;
top:50px;
display:inline-block;
z-index:12;
text-align:center;
margin:0 auto;
width:100%;
}

.carousel-cell h1 {
text-align:center;
font-size:40px;
font-weight:bold;
color:#ffffff;
line-height:normal;
position:relative;
left:-50%;
text-shadow: 2px 2px 0px #000000, 0px 0px 2px #000000;
padding:0 10%;
background:transparent;
margin:0px 0px 15px 0px;

}

.carousel-cell h1.black {
color: #000000;
text-shadow:1px 1px 0px #ffffff, 0px 0px 2px #ffffff;
}

.carousel-cell p {
text-align:center;
color:#ffffff;
font-size:22px;
line-height:30px;
position:relative;
left:-50%;
text-shadow: 0px 0px 3px #000000;
padding:0 10%;
}

.carousel-cell p.black {
color: #000000;
font-weight:bold;
text-shadow: 1px 1px 0px #ffffff;
}

.carousel-cell a {
color:#ffffff;
background:#607D8B;
text-shadow: 1px 1px 0px #000000;
}

.carousel-cell a:hover {
color:#000000;
text-shadow:none;
}

/* Main menu */
/* Giving a background-color to the nav container. */
nav {
margin-left:25px;
/*background-color: #E64A19;*/
z-index:20;
display:inline-block;
/*vertical-align:middle;*/
}

/* Removing padding, margin and "list-style" from the "ul",
 * and adding "position:reltive" */
nav ul {
padding:0;
margin:0;
list-style: none;
position: relative;
}

/* Positioning the navigation items inline */
nav ul li {
/*margin: 0px -7px 0 0;*/
display:inline-block;
/*background-color: #E64A19;*/
background:#ffffff;
/*border-bottom:3px solid #333333;*/

/*margin-left:15px;*/
}

nav>ul>li {
    /*border-radius:10px;*/
background:transparent;
}

nav>ul>li>a:hover {
    /*border-radius:10px;*/
}

nav>ul>li>a {
text-transform: uppercase;
/*text-decoration:underline;*/
}

nav>ul>li>ul li {
border-bottom:3px solid #333333;
}

nav ul li:first-child {
margin-left:0px;
}

/* Styling the links */
nav a {
display:block;
padding:0 7px;
/*color:#FFF;*/
/*color:#333333;*/
/*color:#000000;*/
color:#ffffff;
/*font-weight:bold;*/

font-size:19.4px;
/*line-height: 60px;*/
line-height:45px;
text-decoration:none;

}

nav>ul>li>a {
/*text-shadow: 0 1px 0 #ccc,
             0 2px 0 #c9c9c9,
             0 3px 0 #bbb,
             0 2px 0 #b9b9b9,
             0 3px 0 #aaa,
             0 4px 1px rgba(255,255,255,.1),
             0 0 3px rgba(255,255,255,.1),
             0 1px 2px rgba(255,255,255,.3),
             0 2px 3px rgba(255,255,255,.2),
             0 3px 7px rgba(255,255,255,.25),
             0 7px 7px rgba(255,255,255,.2),
             0 12px 12px rgba(255,255,255,.15);*/

text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);


/*padding:0;*/
}

nav a:hover {
/*background-color: #000000;*/
/*background-color:#808080;*/
background-color:#333333;
color:#ffffff;
text-decoration:none;

/*text-shadow:none;*/
}

nav a.no-click:hover {
/*background-color:transparent;
color:#ffffff;*/
cursor:default;
}

/* Hide Dropdowns by Default */
nav ul ul {
    display: none;
    position: absolute;
    top: 100%;
}

/* Display Dropdowns on Hover */
nav ul li:hover > ul {
    display:inherit;
}

/* Fisrt Tier Dropdown */
nav ul ul li {
    min-width:170px;
    display:list-item;
    position: relative;
}

nav ul ul li a {
font-size:16px;
}

nav ul ul li a {
font-size:16px;
color:#333333;
}

/* Second, Third and more tiers sub-menus */
nav ul ul ul {
    position: absolute;
    top:0;
    left:100%;
}

/* Insert dropdown symbol when more sub-menus */
li li > a:after { content:  ' >'; }
li li > a:only-child:after { content: ''; }

.head-bar-top {
position:absolute;
right:0;
top:0;
}

.head-bar-top-lang {
/*display:inline-block;*/
text-align:left;
}

.head-bar-top-lang a {
background:transparent;
}

.head-bar-top form {
font-size:12px
}

.head-bar-top input {
width:125px;
padding:5px;
border:1px solid #333;
border-radius:5px;
}

.head-bar-top input[type="text"] {
border-top-right-radius:0px;
border-bottom-right-radius:0px;
border-right:0px;
background:#ffffff;
}

.head-bar-top input[type="text"]:hover {
/*background:#bfbfbf;*/
}

.head-bar-top input[type="text"]:focus {
/*background:#bfbfbf;*/
}

.head-bar-top button {
padding:5px;
border:1px solid #333;
border-radius:5px;
border-top-left-radius:0px;
border-bottom-left-radius:0px;
border-left:0px;
background:#000000;
color:#ffffff;
}

.head-bar-top button:hover {
background:gray;
cursor:pointer;
}

.head-bar-top {
fill:#ffffff;
}

.scientific-production {
position:relative;
}

#page-cv-inner-nav {
margin:25px 0px 25px 0px;
text-align:center;
}

#page-cv-inner-nav ul {
text-align:center;
display:block;
}

#page-cv-inner-nav li {
display:inline-block;
margin-left:5px;
margin-top:10px;
}

#page-cv-inner-nav a {
font-weight:normal;
display:inline-block;
border:1px solid #333333;
padding:0px 5px;
background:#607D8B;
color:#ffffff;
font-size:11px;
}

#page-cv-inner-nav a:hover {
background:beige;
color:#607C8A;
}

#page-cv-inner-nav a:first-child {
margin-left:0px;
}

.fixed-cv-menu {
position:fixed;
top:0px;
margin:0px auto !important;
padding:0px !important;
z-index:30;
display:block !important;
text-align:center !important;
/*top:0;
left:0;*/
}

.fixed-cv-menu ul {
margin:0 auto !important;
text-align:center !important;

/*text-align:right !important;*/
}

.fixed-cv-menu ul li {
margin-top: 0px !important;
/*display:block !important;*/
}


.sticky-container {
/*background-color: #333;*/
padding: 0px;
margin: 0px;
position: fixed;
right: -162px;
top:12px;
width: 200px;
z-index:21;
}

.sticky li {
display:block;
position:relative;

list-style-type: none;
background-color: #333;
color: #efefef;
/*height: 43px;*/
padding: 0px;
margin: 0px 0px 1px 0px;
-webkit-transition:all 0.25s ease-in-out;
-moz-transition:all 0.25s ease-in-out;
-o-transition:all 0.25s ease-in-out;
transition:all 0.25s ease-in-out;
cursor: pointer;
}

.sticky li:hover {
margin-left: -120px;
/*-webkit-transform: translateX(-115px);
-moz-transform: translateX(-115px);
-o-transform: translateX(-115px);
-ms-transform: translateX(-115px);
transform:translateX(-115px);*/
/*background-color: #8e44ad;*/

/*filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
-webkit-filter: grayscale(0%);*/

filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
filter: gray;
-webkit-filter: grayscale(100%);
}
.sticky li img {
display:inline-block;
margin: 3px 3px;
margin-right: 10px;
vertical-align: middle;
}
.sticky li p{
display:inline-block;
padding: 0px;
margin: 0px;
text-transform: uppercase;
/*line-height: 43px;*/
vertical-align: middle;

}

/*Web2py related*/
/*input, textarea, select {
font-family:'Lato',Arial;
font-weight:300;
font-size:0.7em;
padding:5px 5px;
width:100%;

display:inline-block;
background-color: transparent;
border: 1px solid #ccc;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
box-shadow: inset 0 1px 3px #fff, 0 0 3px #8ec1da;
-o-box-shadow: inset 0 1px 3px #fff, 0 0 3px #8ec1da;
-webkit-box-shadow: inset 0 1px 3px #fff, 0 0 3px #8ec1da;
-moz-box-shadow: inset 0 1px 3px #fff, 0 0 3px #8ec1da;
-webkit-transition: border linear .2s,box-shadow linear .2s;
-moz-transition: border linear .2s,box-shadow linear .2s;
-ms-transition: border linear .2s,box-shadow linear .2s;
-o-transition: border linear .2s,box-shadow linear .2s;
transition: border linear .2s,box-shadow linear .2s;
color: #000000;
vertical-align: middle;

}

input {width:80%;}

input[type="checkbox"] {
display:inline;
height: auto;
width: auto;
-ms-transform: scale(2);
-moz-transform: scale(2);
-webkit-transform: scale(2);
-o-transform: scale(2);
padding:10px;
}

form table {
width:90%;
table-layout:auto;
}

form table td:first-child {
width:25%;
}

form table td {
padding:3px;
vertical-align:top;
}

form table td.w2p_fw {
padding-left:30px;
}

textarea, .textareaClone {
width:100% !important;
height:8em;
word-wrap:break-word !important;
white-space:pre-wrap !important;
}

.textarea-counter td {
padding:0;
margin:0;
}

.textarea-counter div span.counter-text {
font-size:14px;
color:#db020a;
background:#D9C825;
}

input[type="submit"] {
width:auto;
float:right;
margin-top:20px;
font-weight:400;

border: 1px solid #8ec1da;
background-color: #ddeef6;
border-radius: 4px;
box-shadow: inset 0 1px 3px #fff, inset 0 -15px #cbe6f2, 0 0 3px #8ec1da;
-o-box-shadow: inset 0 1px 3px #fff, inset 0 -15px #cbe6f2, 0 0 3px #8ec1da;
-webkit-box-shadow: inset 0 1px 3px #fff, inset 0 -15px #cbe6f2, 0 0 3px #8ec1da;
-moz-box-shadow: inset 0 1px 3px #fff, inset 0 -15px #cbe6f2, 0 0 3px #8ec1da;
color: #3985a8;
text-shadow: 0 1px #fff;
padding: 5px 30px;
}

input[type="submit"]:hover {
background:#CBE6F2;
cursor: hand;
cursor: pointer;
}
*/

div.error::before {
/*content:"Error: ";*/
}


/*WEB2PY CSS COPY PASTE*/
div.w2p_flash {
    background-image: none;
    border-radius: 4px;
    -o-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    color: #333;
    font-weight: 400;
    min-width: 28px;
    max-width: 300px;
    opacity: 1;
    vertical-align: baseline;
    right: auto;
    border-width: 1px;
    margin: 0 0 20px;
    padding: 15px 35px 15px 15px;
}
div.w2p_flash.alert:hover {
    opacity: 1;
}
.ie-lte8 div.w2p_flash {
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#222222', endColorstr='#000000', GradientType=0);
}
.ie-lte8 div.w2p_flash:hover {
    filter: alpha(opacity=25);
}
div.error {
    width: auto;
    background:red;
    color:#ffffff;
    display:inline-block;
    font-size:14px;
    padding: 1px 5px;
    border: none;
    background-image: none;
}
div.w2p_flash.alert {
    display: none;
    position: fixed;
    top: 70px;
    right: 75px;
    cursor: pointer;
    z-index: 1000;
    background-color: #f9edbe;
    border-color: #f0c36d;
}
.w2p-toolbar-hidden {
    margin: 10px;
}
ul.w2p_list {
    margin-left: 0;
    padding-left: 0;
}
.w2p_list li {
    margin-bottom: 6px;
}
.w2p_list li input {
    display: inline-block;
    width: 85%;
    margin-right: 4px;
}
.w2p_list li a {
    margin-bottom: 2px;
    border:1px solid #333;
    padding:1px 7px;
    background:orange;
}
div[id^=_autocomplete_] {
    margin-top: -10px;
    z-index: 1;
}
select.autocomplete {
    display: block;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    vertical-align: middle;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    -webkit-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-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    border-color: #428bca;
    padding: 6px 12px;
}
.w2p_flash {
    opacity: 0.9!important;
    right: 100px;
}
.right {
    float: right;
    text-align: right;
}
.left {
    float: left;
    text-align: left;
}
.center {
    width: 100%;
    text-align: center;
    vertical-align: middle;
}
td.w2p_fw {
    padding-bottom: 1px;
}
td.w2p_fl {
    text-align: left;
}
td.w2p_fl,
td.w2p_fw {
    padding-right: 7px;
}
td.w2p_fl,
td.w2p_fc {
    padding-top: 4px;
}
div.w2p_export_menu {
    margin: 5px 0;
}
div.w2p_export_menu a,
div.w2p_wiki_tags a,
div.w2p_cloud a {
    margin-left: 5px;
    padding: 2px 5px;
}
#submit_record__row td {
    padding-top: .5em;
}
div.error_wrapper {
    display: block;
}
.copyright {
    float: left;
}
#poweredBy {
    float: right;
}
.web2py_grid tbody td {
    vertical-align: middle;
    padding: 2px 5px;
}
.web2py_grid thead th,
.web2py_grid tfoot td {
    background-color: #EAEAEA;
    padding: 10px 5px;
}
.web2py_grid tr.odd {
    background-color: #F9F9F9;
}
.web2py_grid tr:hover {
    background-color: #F5F5F5;
}
.web2py_console form {
    width: 100%;
    display: inline;
    vertical-align: middle;
    margin: 0 0 0 5px;
}
.web2py_console form select {
    margin: 0;
}
.web2py_search_actions {
    float: left;
    text-align: left;
    width: 100%;
}
.web2py_grid .row_buttons {
    min-height: 25px;
    vertical-align: middle;
}
.web2py_grid .row_buttons a {
    margin: 3px;
}
.web2py_grid .row_buttons a,
.web2py_paginator ul li a,
.web2py_search_actions a,
.web2py_console input[type=submit],
.web2py_console input[type=button],
.web2py_console button {
    line-height: 20px;
    margin-right: 2px;
    display: inline-block;
    padding: 6px 12px;
}
.web2py_counter {
    margin-top: 5px;
    margin-right: 2px;
    width: 35%;
    float: right;
    text-align: right;
}
.web2py_table {
    clear: both;
    display: block;
}
.web2py_paginator {
    text-align: right;
    background-color: #f2f2f2;
    padding: 5px;
}
.web2py_paginator ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.web2py_paginator .current {
    font-weight: 700;
}
.web2py_breadcrumbs ul {
    list-style: none;
    margin-bottom: 18px;
}
li.w2p_grid_breadcrumb_elem {
    display: inline-block;
}
.web2py_console input,
.web2py_console select,
.web2py_console a {
    margin: 2px;
    padding: 6px 12px;
}
#wiki_page_body {
    width: 600px;
    height: auto;
    min-height: 400px;
}
.ie-lte7 .topbar .container {
    z-index: 2;
}
.ie9 #w2p_query_panel {
    padding-bottom: 2px;
}
.web2py_console .form-control {
    width: 20%;
    display: inline;
    height: 32px;
}
.web2py_console #w2p_keywords {
    width: 50%;
}
.web2py_search_actions a,
.web2py_console input[type=submit],
.web2py_console input[type=button],
.web2py_console button {
    padding: 6px 12px;
}
td.w2p_fl,
td.w2p_fw,
td.w2p_fc,
#web2py_user_form td,
.web2py_grid .web2py_form td {
    vertical-align: top;
}
#auth_user_remember__row label,
.web2py_paginator ul li {
    display: inline;
}
.web2py_grid,
.web2py_grid table {
    width: 100%;
}
input[type=checkbox], input[type=radio] {
    margin: 4px 4px 0 0;
}








/* close to this width the search bar gets hover the main menu. I want it ok till 1366 width */
@media (max-width: 1550px) {
	nav {
    margin-left:15px;
	}

    nav a {
    padding:0 7px;
	}
}

/* a lot of laptops are 1366 width, so till 1366 I want the big screen look, after I change layout of the menu + search bar at top above till 1024px width */


@media (max-width: 1495px) {

    .newsletter input[type="text"] {
    max-width:170px;
    }

    nav {
    margin-left:10px;
	}

    nav a {
    font-size:16px;

    }



    /*.head-bar-top {

    display:inline-block;
    }

    .head-bar-top-lang {
    display:inline-block;
    float:right;
    }

    .head-bar-top-lang a, .head-bar-top-lang img {
    vertical-align:middle;
    }

    .head-bar-top form {
    display:inline-block;
    }*/

}

@media (max-width: 1335px) {

    nav a {
    font-size:15px;
    padding:0 6px;

    }

@media (max-width: 1275px) {

    .newsletter input[type="text"] {
    max-width:170px;
    }

    #head-main>nav {
    vertical-align:bottom;
    }

    nav {
    margin-left:10px;
	}

    nav a {
    font-size:15px;
    line-height:40px;
    }

    nav>ul>li>a {
    line-height:30px;
    }

    nav>ul>li>ul>li>a {
    line-height:35px;
    padding:0 7px;
    }

    .head-bar-top input, .head-bar-top button {
    padding:3px 5px;
    }

    /*.head-bar-top {

    display:inline-block;
    }

    .head-bar-top-lang {
    display:inline-block;
    float:right;
    }

    .head-bar-top-lang a, .head-bar-top-lang img {
    vertical-align:middle;
    }

    .head-bar-top form {
    display:inline-block;
    }*/

}

/* close to this width the search bar gets no more hover the main menu, since he goes under the logo */
@media (max-width: 1150px) {
	nav {

	}
    .col4 h2 {
	font-size:13px;
    letter-spacing: -1px;
	}

    .newsletter input[type="text"] {
        min-width:50px;
        max-width:100px;
        padding:5px;
        font-size:13px;
    }

    .newsletter input[type="submit"] {
        padding:5px;
        font-size:13px;
    }
}

@media (max-width: 1070px) {

    nav a {
    font-size:14px;
    padding:0 3px;

    }

    nav>ul>li>ul>li>a {
    line-height:35px;
    padding:0 7px;
    }

@media (max-width: 1020px) {
	.col4 h2 {
	font-size:12px;
    letter-spacing: -1px;
	}
    .highlights-sup {
	font-size:10px;
    /*letter-spacing: -1px;*/
    }
}

/*MOBILE VERSION START*/
@media (max-width: 980px) {

    body {
    font-size:14px;
    }
     .carousel-cell h1 {
       font-size:32px;
     }

    .newsletter input {
        border-radius:0px;
    }

    .newsletter input[type="text"] {
        /*min-width:50px;
        max-width:100px;*/
        width:100px;
        padding:5px;
        font-size:12px;
    }

    .newsletter input[type="submit"] {
        width:100px;
        padding:5px;
        font-size:12px;
    }

    .footer-col {
        font-size:12px;
        line-height:16px;
        text-align:left;
    }

    .social-networks a {
    margin-right:5px;
    }

    .footer-col p {
        text-align:left;
    }

    /* put side-bar bottom; or hidde activating display:none */
    .side-bar {

        width:300px;
        position:relative;
        top:auto;
        right:auto;
        display:inline-block;
        float:left;
        margin-top:10px;
        /*display:none;*/

    }
    .content-with-side-bar {
        padding-right:0px;
    }


    nav>ul>li>a {
    line-height:25px;
    font-size:13px;
    padding-left:10px;
    }

    nav {
        margin-top:5px;
    }

    nav, nav ul, nav ul li {
        width:100%;
        display:block;
    }


    /*display all that was hidden */
    nav ul ul {
        width:100%;
        display:block;
        position:relative;
        top:auto;
    }

    nav li {
        display:block;
        width:100%;
        /*float:left;*/
        background:orange;
        position:relative;
    }

    nav>ul>li {
        border-bottom:1px solid #000000;
    }

    nav>ul>li>a {
        background:#333333;
    }

    nav>ul>li>a:hover {
        background:#000000;
    }

    nav>ul>li>ul li {
        border-bottom:1px solid #333333;
    }

    nav>ul>li>ul li a {
        line-height:25px;
        font-size:12px;
        padding-left:30px;
    }

    nav>ul>li>ul>li>a:hover {
        background:gray;
    }

    /*Hidde...*/
    nav ul ul {
    display: none;
    /*position: absolute;
    top: 100%;*/
    }

    /* Display Dropdowns on Hover */
    nav ul li:hover > ul {
        width:100%;
        display:block;
        position:relative;
        top:auto;
    }

}

@media (max-width: 800px) {
  .carousel-cell h1 {
    font-size:22px;
  }
	.col4 {
    min-width:200px;
    }
	.col4 h2 {
	font-size:14px;
	}
    .highlights-sup {
	font-size:12px;
    }
}

}
