/*! normalize.css v2.0.1 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block; }

/*
 * Corrects `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block; }

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/*
 * Addresses styling for `hidden` attribute not present in IE 8/9.
 */
[hidden] {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Sets default font family to sans-serif.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */ }

/*
 * Removes default margin.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/*
 * Improves readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses `h1` font sizes within `section` and `article` in Firefox 4+,
 * Safari 5, and Chrome.
 */
h1 {
  font-size: 2em; }

/*
 * Addresses styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/*
 * Addresses style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/*
 * Addresses styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

/*
 * Addresses styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/*
 * Corrects font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

/*
 * Improves readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

/*
 * Sets consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/*
 * Addresses inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * Removes border when inside `a` element in IE 8/9.
 */
img {
  border: 0; }

/*
 * Corrects overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/*
 * 1. Corrects color not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/*
 * 1. Corrects font family not being inherited in all browsers.
 * 2. Corrects font size not being inherited in all browsers.
 * 3. Addresses margins set differently in Firefox 4+, Safari 5, and Chrome
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

/*
 * Addresses Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/*
 * Re-set default cursor for disabled elements.
 */
button[disabled],
input[disabled] {
  cursor: default; }

/*
 * 1. Addresses box sizing set to `content-box` in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/*
 * Removes inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/*
 * 1. Removes default vertical scrollbar in IE 8/9.
 * 2. Improves readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/*------------------------------------------------------------------
[Main Theme Styles]

Project:	Vertica - Retina Ready Resume / CV & Portfolio
Author:	Diego Pereira @ DotRex
Version:	1.1
Last change:	08/08/14 
Primary use:	CV / Resume
-------------------------------------------------------------------*/
/*------------------------------------------------------------------
[Table of contents]

1. General
2. Tipography
3. Page loader
4. Header colors
5. Content
6. Profile intro
7. Vertical Timeline
8. Section: Education and Work Experience
9. Section: Skills
10. Section: Portfolio
11. Section: Contact
12. Footer
13. Other Stuff
14. Crossbrowser Stuff
-------------------------------------------------------------------*/
/* ==========================================================
! 1. General 
========================================================== */
.color1 {
  color: #249991; }

.color2 {
  color: #3b658a; }

.color3 {
  color: #ce5f5f; }

.font1 {
  font-family: 'Open Sans', sans-serif; }

.bold {
  font-weight: bold; }

.bg-cover {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

body {
  font-family: 'Open Sans', sans-serif;
  background-image: url("../images/background2.jpg");
  background-attachment: fixed;
  background-repeat: repeat-x;
  background-color: #3b658a;
  background-position: center top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative !important;
  padding: 10px; }

@media (min-width: 240px) and (max-width: 719px) {
  body {
    background-image: none; } }
@media (min-width: 992px) {
  padding: 0px; }
ul {
  margin: 0;
  padding: 0; }

hr {
  border: 0; }

h1,
h2 {
  color: #249991;
  margin-top: 0; }

h3 {
  color: #3b658a; }

.btn {
  margin-right: 3px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  height: 30px;
  line-height: 30px;
  padding-top: 0; }

.btn:hover .btn-hide-text {
  width: 125px;
  padding-left: 6px; }

.btn-top-message:hover .btn-hide-text {
  width: 105px;
  padding-left: 6px; }

.btn-default {
  background: #3b658a;
  color: #fafafa;
  border: #3b658a; }

.btn-default:hover {
  background: #194368 !important;
  color: #fafafa; }

.btn-primary {
  background: #249991;
  border: #249991;
  color: #fafafa; }

.btn-primary:hover {
  background: #138880 !important;
  color: #fafafa; }

.btn-secondary {
  background: #ce5f5f;
  border: #ce5f5f;
  color: #fafafa; }

.btn-secondary:hover {
  background: #bd4e4e !important;
  color: #fafafa; }

.btn-hide-text {
  display: inline-block;
  width: 0;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-align: left;
  line-height: 30px;
  vertical-align: middle;
  text-transform: uppercase;
  font-size: 10px; }

.nicescroll-rails {
  z-index: 9999 !important; }

.line-content {
  opacity: 1; }

.sub-header {
  color: #999999;
  font-size: 14px;
  font-weight: 200;
  text-transform: none; }

/* ==========================================================
! 2. Tipography
========================================================== */
p {
  color: #555555; }

.profile-intro p {
  font-size: 16px;
  text-align: center; }

@media (min-width: 768px) {
  .profile-intro p {
    text-align: left;
    font-size: 14px; } }
/* default */
.intro-title1 {
  font-size: 36px;
  color: #444444;
  letter-spacing: -1pt;
  border-bottom: 1px solid #249991;
  padding-bottom: 10px;
  font-weight: 200;
  margin-top: 15px;
  text-align: center; }

@media (min-width: 768px) {
  .intro-title1 {
    text-align: left;
    font-size: 40px; } }
@media (min-width: 992px) {
  .intro-title1 {
    margin-top: 0;
    font-size: 54px; } }
.intro-title2 {
  font-size: 18px;
  color: #777777;
  margin-top: 10px;
  margin-bottom: 15px;
  text-align: center; }

@media (min-width: 768px) {
  .intro-title2 {
    font-size: 20px;
    text-align: left; } }
.index-title1 {
  font-size: 36px;
  color: #444444;
  letter-spacing: -1pt;
  border-bottom: 1px solid #249991;
  padding-bottom: 10px;
  font-weight: 200;
  margin-top: 15px;
  text-align: center; }

@media (min-width: 768px) {
  .index-title1 {
    text-align: left;
    font-size: 40px; } }
@media (min-width: 992px) {
  .index-title1 {
    margin-top: 0;
    font-size: 54px; } }
.index-title2 {
  font-size: 18px;
  color: #777777;
  margin-top: 10px;
  margin-bottom: 15px;
  text-align: center; }

@media (min-width: 768px) {
  .index-title2 {
    font-size: 20px;
    text-align: left; } }
.section-title {
  text-transform: uppercase;
  color: #2a5479;
  font-weight: bold;
  font-size: 40px;
  line-height: 40px;
  padding-bottom: 20px; }
  .section-title .sub-header {
    font-size: 16px;
    font-weight: 400;
    cursor: pointer; }

@media (min-width: 992px) {
  .section-title {
    margin-left: -15px; } }
@media (min-width: 1200px) {
  .section-title {
    margin-left: -35px; } }
.section-item-title-1 {
  color: #3b658a;
  border-bottom: 1px solid #ccc;
  padding-bottom: 5px;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 20px;
  margin-top: 14px; }

/* ==========================================================
! 3. Page loader
========================================================== */
#page-loader {
  width: 100%;
  height: 100%;
  background: #2a5479;
  color: #249991;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999; }

.loading-wrapper {
  width: 250px;
  position: fixed;
  top: 40%;
  left: 50%;
  margin-left: -125px; }

.tp-loader {
  z-index: 10000;
  position: relative; }

.tp-loader.spinner {
  width: 30px;
  height: 30px;
  margin: 0 auto;
  margin-bottom: 10px;
  background-color: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  -webkit-animation: tp-rotateplane 1.2s infinite ease-in-out;
  animation: tp-rotateplane 1.2s infinite ease-in-out;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px; }

@-webkit-keyframes tp-rotateplane {
  0% {
    -webkit-transform: perspective(120px); }
  50% {
    -webkit-transform: perspective(120px) rotateY(180deg); } }
@keyframes tp-rotateplane {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg); }
  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg); } }
/* ==========================================================
! 4. Header-colors
========================================================== */
.top-colors {
  padding: 0 !important; }

.top-color {
  height: 8px;
  width: 20%;
  float: left;
  background: #249991; }

.top-color1 {
  background: #249991; }

.top-color2 {
  background: #3b658a; }

.top-color3 {
  background: #ce5f5f; }

/* ==========================================================
! 5. Content
========================================================== */
#content-body {
  margin-top: 10px;
  margin-bottom: 10px;
  position: relative; }

@media (min-width: 992px) {
  #content-body {
    margin-top: 45px;
    margin-bottom: 90px; } }
@media (min-width: 1200px) {
  #content-body {
    margin-bottom: 200px; } }
.header-buttons {
  text-align: right;
  padding-top: 15px; }

.resume-container {
  background: url("../images/paper-bg2.png") no-repeat top left, url("../images/paper-bg-bot.png") no-repeat bottom right, #fafafa; }

/* ==========================================================
! 6. Profile intro
========================================================== */
.profile-intro {
  margin-top: 50px;
  position: relative;
  z-index: 99; }

.profile-pic {
  text-align: center;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  width: 210px;
  height: 210px;
  border: 5px solid #249991;
  overflow: hidden;
  margin: 0 auto;
  background: #fafafa; }

.profile-pic img {
  width: 188px;
  height: 188px;
  margin-top: 6px;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

/* ==========================================================
! 7. Vertical Timeline
========================================================== */
.timeline-wrap {
  background: #249991;
  position: relative;
  z-index: 88; }

@media (min-width: 992px) {
  .timeline-wrap {
    top: -64px; } }
.timeline-bg {
  background: #fafafa; }

@media (min-width: 992px) {
  .timeline-bg {
    background: url("../images/timeline-bg.png") repeat-x center center fixed; } }
.bg1 {
  background: #fafafa; }

.timeline-progress {
  background: url("../images/progress-bar.png") repeat-y center;
  background-size: 400px 9px; }

.timeline-point {
  background: url("../images/progress-point.png") center center;
  background-size: 400px 500px; }

.timeline-point-end {
  background: url("../images/progress-point-short.png") center center;
  background-size: 400px 500px; }

.timeline-education {
  background: url("../images/progress-education4.png") no-repeat center center;
  background-size: 400px 500px; }

.timeline-work {
  background: url("../images/progress-work3.png") no-repeat center center;
  background-size: 400px 500px; }

.timeline-mail {
  background: url("../images/progress-mail3.png") no-repeat center center;
  background-size: 400px 500px; }

.timeline-title {
  background: url("../images/progress-section-title3.png") no-repeat center center;
  background-size: 400px 500px; }

.timeline-margin .content-wrap {
  height: 40px; }

@media (min-width: 992px) {
  .timeline-margin .content-wrap {
    height: 80px; } }
@media (min-width: 992px) {
  .timeline-margin-big .content-wrap {
    height: 260px; } }
.line-content {
  color: #555555;
  font-size: 16px; }

@media (min-width: 992px) {
  .line-content {
    margin-left: -15px; } }
@media (min-width: 1200px) {
  .line-content {
    margin-left: -35px; } }
.line-content p {
  font-size: 14px; }

/* ==========================================================
! 8. Section: Education and Work Experience
========================================================== */
.line-content-education {
  padding-bottom: 10px; }

@media (min-width: 992px) {
  .line-content-education {
    min-height: 150px; } }
.graduation-time,
.job {
  font-size: 14px;
  font-weight: bold;
  color: #999999; }

.graduation-date,
.job-date {
  font-size: 14px;
  font-style: italic;
  font-weight: 200; }

.graduation-description,
.job-description {
  font-size: 13px; }

.graduation-description p,
.job-description p {
  font-size: 13px;
  line-height: 19px; }

/* ==========================================================
! 9. Section: Skills
========================================================== */
.progress {
  position: relative;
  height: 25px;
  background-color: rgba(25, 25, 25, 0.1); }

.progress > .progress-type {
  position: absolute;
  left: 0px;
  font-size: 13px;
  padding: 3px 30px 2px 10px;
  color: #ffffff; }

.progress > .progress-completed {
  position: absolute;
  right: 0px;
  font-weight: 800;
  padding: 3px 10px 2px;
  color: #888;
  font-size: 14px; }

.skills-list {
  list-style: none; }
  .skills-list li {
    position: relative; }
  .skills-list .hint {
    position: absolute;
    top: 0;
    width: 100%;
    height: 25px; }

.progress-1 .progress-bar:nth-child(1) {
  background: #45d3ca; }
.progress-1 .progress-bar:nth-child(2) {
  background: #30cfc4; }
.progress-1 .progress-bar:nth-child(3) {
  background: #2cbab0; }
.progress-1 .progress-bar:nth-child(4) {
  background: #27a59d; }
.progress-1 .progress-bar:nth-child(5) {
  background: #249991; }

.progress-2 .progress-bar:nth-child(1) {
  background: #5e8fba; }
.progress-2 .progress-bar:nth-child(2) {
  background: #4d83b3; }
.progress-2 .progress-bar:nth-child(3) {
  background: #4576a1; }
.progress-2 .progress-bar:nth-child(4) {
  background: #3d698f; }
.progress-2 .progress-bar:nth-child(5) {
  background: #3b658a; }

.progress-3 .progress-bar:nth-child(1) {
  background: #e19d9d; }
.progress-3 .progress-bar:nth-child(2) {
  background: #db8a8a; }
.progress-3 .progress-bar:nth-child(3) {
  background: #d57676; }
.progress-3 .progress-bar:nth-child(4) {
  background: #cf6363; }
.progress-3 .progress-bar:nth-child(5) {
  background: #ce5f5f; }

/* ==========================================================
! 10. Section: Portfolio
========================================================== */
.portfolio .line-content {
  height: 255px; }

.portfolio-item {
  position: relative;
  cursor: crosshair !important;
  width: 200px;
  height: 180px;
  overflow: hidden;
  background: none; }

.portfolio-item:hover img {
  -webkit-transform: scale(1.2) rotate(-5deg);
  -o-transform: scale(1.2) rotate(-5deg);
  transform: scale(1.2) rotate(-5deg); }

.portfolio-item a {
  background: none;
  display: block;
  cursor: crosshair !important; }

.portfolio-item img {
  width: 100%;
  border-radius: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.portfolio-item .hover-bg-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 5px;
  z-index: 3;
  display: none; }

.portfolio-item .hover-bg {
  background: #02776f;
  opacity: 0.9;
  width: 100%;
  height: 100%;
  position: relative;
  min-height: 10px;
  z-index: 3; }

.portfolio-item .hover {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 4;
  color: #fff;
  opacity: 1;
  display: none;
  padding: 20px; }

.portfolio-item .hover p {
  color: #fff;
  text-align: center; }

.portfolio-item .hover p.zoomi {
  font-size: 56px; }

.portfolio-item .hover p.portfolio-item-title {
  font-size: 12px;
  text-transform: uppercase;
  padding-left: 5px;
  padding-right: 5px;
  margin-top: 8px;
  font-weight: 200; }

.bx-controls-direction {
  margin-top: 5px; }

.bx-controls-direction .disabled {
  opacity: 0.3;
  cursor: default;
  background: #333; }

.bx-controls-direction .disabled:hover {
  background: #333; }

.bx-prev,
.bx-next {
  display: inline-block;
  height: 30px;
  width: 40px;
  background: #3b658a;
  color: #fafafa;
  text-align: center;
  line-height: 30px;
  margin-right: 3px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.bx-prev:hover,
.bx-next:hover {
  color: #fff;
  background: #083257; }

/* ==========================================================
! 11. Section: Contact
========================================================== */
.contact-content {
  padding-bottom: 20px;
  min-height: 315px; }

.contact-form-wrapper {
  position: relative; }

.form-group {
  margin-bottom: 10px;
  position: relative; }

.form-group label.error {
  display: block;
  position: absolute;
  right: -10px;
  top: -3px;
  background: #333;
  padding: 5px;
  color: #fff;
  font-weight: normal;
  font-size: 12px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px; }

input.form-control,
textarea.form-control {
  background: #249991;
  border: 0px solid #35aaa2;
  padding-top: -2px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  color: #ffffff;
  height: 40px; }

textarea.form-control {
  width: 100% !important;
  height: 100px !important; }

.form-send {
  margin-top: 10px;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
  min-width: 200px;
  background: #3b658a;
  color: #fff;
  display: block;
  height: 40px;
  line-height: 40px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

::-webkit-input-placeholder {
  color: #fafafa !important;
  font-style: italic; }

:-moz-placeholder {
  color: #fafafa !important;
  font-style: italic; }

::-moz-placeholder {
  color: #fafafa !important;
  font-style: italic; }

:-ms-input-placeholder {
  color: #fafafa !important;
  font-style: italic; }

.contact-subtitle-1 {
  text-transform: uppercase;
  font-weight: bold;
  color: #3b658a;
  font-size: 18px;
  margin-bottom: 4px;
  margin-top: 20px; }

@media (min-width: 992px) {
  .contact-subtitle-1 {
    font-size: 14px;
    margin-top: 0; } }
.contact-infos {
  font-size: 14px;
  text-align: center;
  margin-top: 20px;
  font-size: 16px; }

.contact-infos p {
  font-size: 16px; }

@media (min-width: 992px) {
  .contact-infos {
    text-align: left;
    margin-top: 0;
    font-size: 14px; } }
.modal-wrap {
  display: none; }

.modal-bg {
  background: #333;
  opacity: 0.9;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999; }

.modal-content {
  background: #fafafa;
  font-size: 18px;
  position: fixed;
  top: 40%;
  left: 50%;
  margin-left: -125px;
  width: 250px;
  z-index: 9999;
  padding: 10px 20px; }

.modal-content .modal-title {
  color: #3b658a;
  font-size: 22px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 5px;
  font-weight: bold; }

.modal-content p {
  font-size: 14px;
  margin-bottom: 0; }

#contactError .modal-title {
  color: #fff; }

/* ==========================================================
! 12. Footer
========================================================== */
#footer {
  background: #ce5f5f;
  color: #fff;
  padding-top: 17px;
  padding-bottom: 17px;
  height: 90px;
  text-align: center;
  margin-top: 130px; }

#footer p {
  color: #fff; }

#footer .quote {
  font-size: 22px;
  font-weight: 200;
  margin-bottom: 5px; }

#footer .author {
  font-size: 14px;
  font-weight: bold; }

/* ==========================================================
! 13. Other Stuff
========================================================== */
/*Nivo Lightbox*/
.nivo-lightbox-theme-default .nivo-lightbox-title {
  font-style: normal;
  font-weight: normal;
  background: #000;
  opacity: 0.9;
  color: #fff;
  padding: 15px 15px;
  border-radius: 5px;
  width: 100%; }

.nivo-lightbox-theme-default .nivo-lightbox-title-wrap {
  bottom: 0px; }

/* ==========================================================
! 14. Crossbrowser Stuff
========================================================== */
/*Safari*/
.safari .btn {
  display: inline;
  padding-top: 5px; }

.safari .side-menu-button {
  display: block; }

.safari .form-send {
  padding-top: 0 !important;
  margin: 0 auto; }

.safari .btn-side-menu {
  display: block;
  -webkit-transition: all 0s ease-in-out;
  -moz-transition: all 0s ease-in-out;
  transition: all 0s ease-in-out;
  padding-top: 0;
  opacity: 1; }

.mac.gecko .full-height {
  border-left: 1px solid #fafafa; }

.mac.gecko #skills .line-content {
  min-height: 170px; }

.mac.gecko #portfolio .line-content {
  height: 280px; }

/* --- something extra --- */
/* ==========================================================
! 15. Other Stuff
========================================================== */
/*Nivo Lightbox*/
.nivo-lightbox-theme-default .nivo-lightbox-title {
  font-style: normal;
  font-weight: normal;
  background: #000;
  opacity: 0.9;
  color: #fff;
  padding: 15px 15px;
  border-radius: 5px;
  width: 100%; }

.nivo-lightbox-theme-default .nivo-lightbox-title-wrap {
  bottom: 0px; }

/* ==========================================================
! 16. Crossbrowser Stuff
========================================================== */
/*Safari*/
.safari .btn {
  display: inline;
  padding-top: 5px; }

.safari .side-menu-button {
  display: block; }

.safari .form-send {
  padding-top: 0 !important;
  margin: 0 auto; }

.safari .btn-side-menu {
  display: block;
  -webkit-transition: all 0s ease-in-out;
  -moz-transition: all 0s ease-in-out;
  transition: all 0s ease-in-out;
  padding-top: 0;
  opacity: 1; }

.mac.gecko .full-height {
  border-left: 1px solid #fafafa; }

.mac.gecko #skills .line-content {
  min-height: 170px; }

.mac.gecko #portfolio .line-content {
  height: 280px; }

/* ==========================================================
! 17. Index.html styles
========================================================== */
@media (max-width: 767px) {
  .container {
    width: 424px; } }
.index-logo {
  border-bottom: 1px solid #ccc;
  height: 300px; }

.index-title1 {
  box-sizing: border-box;
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  color: #249991; }

.index-title2 {
  color: #777777;
  margin-top: 10px;
  margin-bottom: 15px;
  padding: 20px;
  text-align: center;
  font-size: 30px;
  font-weight: 400; }

.dev-row {
  display: block;
  margin-top: 50px; }

.profile-badge {
  margin-bottom: 50px;
  margin-top: -50px; }

.devs-container {
  display: inline-block;
  overflow: hidden;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 30px; }

.profile-min {
  display: inline-block;
  text-align: center;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  width: 210px;
  height: 210px;
  overflow: hidden;
  margin: 0 auto;
  background: #fafafa; }

.badge {
  display: inline-block;
  background: #FFFFFF;
  text-align: center;
  width: 50px;
  height: 50px;
  overflow: hidden;
  margin: -50px auto;
  border: 2px solid #249991; }

.profile-border {
  background-color: transparent; }

.more-info {
  width: 100px;
  border-radius: 10px;
  text-align: center;
  margin: 10px 0; }

.small-img {
  width: 100%; }

.logo-pic {
  text-align: center;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  width: 310px;
  height: 210px;
  overflow: hidden;
  margin: 0 auto;
  background: #fafafa; }

.logo-pic img {
  width: 310px;
  height: 188px;
  margin-top: 6px;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

/* HINT */
/*! Hint.css - v1.2.0 - 2013-03-04
* http://kushagragour.in/lab/hint/
* Copyright (c) 2013 Kushagra Gour; Licensed MIT */
/*-------------------------------------*\
	HINT.css - A CSS tooltip library
\*-------------------------------------*/
/**
 * HINT.css is a tooltip library made in pure CSS.
 *
 * Source: https://github.com/chinchang/hint.css
 * Demo: http://kushagragour.in/labs/hint/
 *
 * Release under The MIT License
 *
 */
/**
 * source: hint-core.scss
 *
 * Defines the basic styling for the tooltip.
 * Each tooltip is made of 2 parts:
 * 	1) body (:after)
 * 	2) arrow (:before)
 * 
 * Classes added:
 * 	1) hint
 */
.hint, [data-hint] {
  position: relative;
  display: inline-block;
  /**
	 * tooltip arrow
	 */
  /**
	 * tooltip body
	 */ }

.hint:before, .hint:after, [data-hint]:before, [data-hint]:after {
  position: absolute;
  opacity: 0;
  z-index: 1000000;
  pointer-events: none;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  transition: 0.3s ease; }

.hint:hover:before, .hint:hover:after, [data-hint]:hover:before, [data-hint]:hover:after {
  opacity: 1; }

.hint:before, [data-hint]:before {
  content: '';
  position: absolute;
  background: transparent;
  border: 6px solid transparent;
  z-index: 1000001; }

.hint:after, [data-hint]:after {
  content: attr(data-hint);
  background: #383838;
  color: white;
  text-shadow: 0 -1px 0px black;
  padding: 8px 10px;
  font-size: 12px;
  line-height: 12px;
  white-space: pre;
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3); }

/**
 * source: hint-position.scss
 *
 * Defines the positoning logic for the tooltips.
 * 
 * Classes added:
 * 	1) hint--top
 * 	2) hint--bottom
 * 	3) hint--left
 * 	4) hint--right
 */
/**
 * set default color for tooltip arrows
 */
.hint--top:before {
  border-top-color: #383838; }

.hint--bottom:before {
  border-bottom-color: #383838; }

.hint--left:before {
  border-left-color: #383838; }

.hint--right:before {
  border-right-color: #383838; }

/**
 * top tooltip
 */
.hint--top:before {
  margin-bottom: -12px; }

.hint--top:after {
  margin-left: -18px; }

.hint--top:before, .hint--top:after {
  bottom: 100%;
  left: 50%; }

.hint--top:hover:before, .hint--top:hover:after {
  -webkit-transform: translateY(-8px);
  -moz-transform: translateY(-8px);
  transform: translateY(-8px); }

/**
 * bottom tooltip
 */
.hint--bottom:before {
  margin-top: -12px; }

.hint--bottom:after {
  margin-left: -18px; }

.hint--bottom:before, .hint--bottom:after {
  top: 100%;
  left: 50%; }

.hint--bottom:hover:before, .hint--bottom:hover:after {
  -webkit-transform: translateY(8px);
  -moz-transform: translateY(8px);
  transform: translateY(8px); }

/**
 * right tooltip
 */
.hint--right:before {
  margin-left: -12px;
  margin-bottom: -6px; }

.hint--right:after {
  margin-bottom: -14px; }

.hint--right:before, .hint--right:after {
  left: 100%;
  bottom: 50%; }

.hint--right:hover:before, .hint--right:hover:after {
  -webkit-transform: translateX(8px);
  -moz-transform: translateX(8px);
  transform: translateX(8px); }

/**
 * left tooltip
 */
.hint--left:before {
  margin-right: -12px;
  margin-bottom: -6px; }

.hint--left:after {
  margin-bottom: -14px; }

.hint--left:before, .hint--left:after {
  right: 100%;
  bottom: 50%; }

.hint--left:hover:before, .hint--left:hover:after {
  -webkit-transform: translateX(-8px);
  -moz-transform: translateX(-8px);
  transform: translateX(-8px); }
