@import url("https://fonts.googleapis.com/css?family=Asap+Condensed:400,400i,500,500i,600,600i,700,700i|Cabin:400,400i,500,500i,600,600i,700,700i|Catamaran:100,200,300,400,500,600,700,800,900|Dosis:200,300,400,500,600,700,800|Nunito:200,200i,300,300i,400,400i,600,600i,700,700i,800,800i,900,900i|Oswald:200,300,400,500,600,700|Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i|Source+Sans+Pro:200,200i,300,300i,400,400i,600,600i,700,700i,900,900i");
h1, h2, h3, h4, h5, h6 {
  font-family: "Oswald", sans-serif;
  color: #ffffff;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 1.1; }

/*
----------------------------------

	Name: scroll.css
        Version: 1.2

----------------------------------

	Table of Contents
	
	#Page Scroll

*/
/* ==========================================================================
   #Page Scroll
   ========================================================================== */
.jspContainer {
  overflow: hidden;
  position: relative; }

.jspPane {
  position: absolute; }

.jspVerticalBar {
  position: absolute;
  top: 0;
  right: 0;
  width: 5px;
  height: 100%;
  background: transparent;
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  -ms-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear; }

.jspHorizontalBar {
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 100%;
  height: 7px;
  background: transparent;
  display: none; }

.jspVerticalBar *, .jspHorizontalBar * {
  margin: 0;
  padding: 0; }

.jspCap {
  display: none; }

.jspHorizontalBar .jspCap {
  float: left; }

.jspTrack {
  background: rgba(202, 202, 202, 0.2);
  position: relative; }

.jspDrag {
  background: rgba(0, 0, 0, 0.1);
  position: relative;
  top: 0;
  left: 0;
  cursor: pointer; }

.jspDrag:hover {
  background: rgba(0, 0, 0, 0.2); }

.jspHorizontalBar .jspTrack, .jspHorizontalBar .jspDrag {
  float: left;
  height: 100%; }

.jspArrow {
  background: #50506d;
  text-indent: -20000px;
  display: block;
  cursor: pointer; }

.jspArrow.jspDisabled {
  cursor: default;
  background: #80808d; }

.jspVerticalBar .jspArrow {
  height: 16px; }

.jspHorizontalBar .jspArrow {
  width: 16px;
  float: left;
  height: 100%; }

.jspVerticalBar .jspArrow:focus {
  outline: none; }

.jspCorner {
  background: #eeeef4;
  float: left;
  height: 100%; }

* html .jspCorner {
  margin: 0 -3px 0 0; }

.noscroll {
  overflow: hidden !important; }

/* =============================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects block display not defined in IE6/7/8/9 & FF3
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block; }

/*
 * Corrects inline-block display not defined in IE6/7/8/9 & FF3
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

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

/*
 * Addresses styling for 'hidden' attribute not present in IE7/8/9, FF3, S4
 * Known issue: no IE6 support
 */
[hidden] {
  display: none; }

/* =============================================================================
   Base
   ========================================================================== */
/*
 * 1. Corrects text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Prevents iOS text size adjust after orientation change, without disabling user zoom
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */ }

/*
 * Addresses font-family inconsistency between 'textarea' and other form elements.
 */
html,
button,
input,
select,
textarea {
  font-family: "Roboto",sans-serif; }

/*
 * Addresses margins handled incorrectly in IE6/7
 */
body {
  margin: 0; }

/* =============================================================================
   Links
   ========================================================================== */
/*
 * Addresses outline displayed oddly in Chrome
 */
a:focus {
  outline: thin dotted; }

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

/* =============================================================================
   Typography
   ========================================================================== */
/*
 * Addresses font sizes and margins set differently in IE6/7
 * Addresses font sizes within 'section' and 'article' in FF4+, Chrome, S5
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

h2 {
  font-size: 1.5em; }

h3 {
  font-size: 1.17em;
  margin: 1em 0; }

h4 {
  font-size: 1em;
  margin: 1.33em 0; }

h5 {
  font-size: 0.83em;
  margin: 1.67em 0; }

h6 {
  font-size: 0.75em;
  margin: 2.33em 0; }

/*
 * Addresses styling not present in IE7/8/9, S5, Chrome
 */
abbr[title] {
  border-bottom: 1px dotted; }

/*
 * Addresses style set to 'bolder' in FF3+, S4/5, Chrome
*/
b,
strong {
  font-weight: bold; }

blockquote {
  margin: 1em 40px; }

/*
 * Addresses styling not present in S5, Chrome
 */
dfn {
  font-style: italic; }

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

/*
 * Addresses margins set differently in IE6/7
 */
p,
pre {
  margin: 1em 0; }

/*
 * Corrects font family set oddly in IE6, S4/5, Chrome
 */
pre,
code,
kbd,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em; }

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

/*
 * 1. Addresses CSS quotes not supported in IE6/7
 * 2. Addresses quote property not supported in S4
 */
/* 1 */
q {
  quotes: none; }

/* 2 */
q:before,
q:after {
  content: '';
  content: none; }

small {
  font-size: 75%; }

/*
 * 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; }

/* =============================================================================
   Lists
   ========================================================================== */
/*
 * Addresses margins set differently in IE6/7
 */
dl,
menu,
ol,
ul {
  margin: 1em 0; }

dd {
  margin: 0 0 0 40px; }

/*
 * Addresses paddings set differently in IE6/7
 */
menu,
ol,
ul {
  padding: 0 0 0 40px; }

/*
 * Corrects list images handled incorrectly in IE7
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none; }

/* =============================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside 'a' element in IE6/7/8/9, FF3
 * 2. Improves image quality when scaled in IE7
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */ }

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

/* =============================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE6/7/8/9, S5, O11
 */
figure {
  margin: 0; }

/* =============================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE6/7
 */
form {
  margin: 0; }

/*
 * 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 IE6/7/8/9
 * 2. Corrects text not wrapping in FF3
 * 3. Corrects alignment displayed oddly in IE6/7
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */ }

/*
 * 1. Corrects font size not being inherited in all browsers
 * 2. Addresses margins set differently in IE6/7, FF3+, S5, Chrome
 * 3. Improves appearance and consistency in all browsers
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */ }

/*
 * Addresses FF3/4 setting line-height on 'input' using !important in the UA stylesheet
 */
button,
input {
  line-height: normal;
  /* 1 */ }

/*
 * 1. Improves usability and consistency of cursor style between image-type 'input' and others
 * 2. Corrects inability to style clickable 'input' types in iOS
 * 3. Removes inner spacing in IE7 without affecting normal text inputs
 *    Known issue: inner spacing remains in IE6
 */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  /* 1 */
  -webkit-appearance: button;
  /* 2 */
  *overflow: visible;
  /* 3 */ }

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

/*
 * 1. Addresses box sizing set to content-box in IE8/9
 * 2. Removes excess padding in IE8/9
 * 3. Removes excess padding in IE7
      Known issue: excess padding remains in IE6
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */ }

/*
 * 1. Addresses appearance set to searchfield in S5, Chrome
 * 2. Addresses box-sizing set to border-box in S5, 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 S5, Chrome on OS X
 */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none; }

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

/*
 * 1. Removes default vertical scrollbar in IE6/7/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; }

/*
----------------------------------

        Name: style.css
        Version: 1.2

----------------------------------

        Table of Contents
        
        #Reset
        #Typography
        #Base Grid
        #Left Side 
        #Content Area 
        #Introduction Screen
        #About Screen
        #Skills Screen
        #Progressbar
        #PieChart
        #Experience Screen
        #Education Screen
        #Contact Screen
        #Last Screen
        #Blog Listing
        #Blog Details
        #404 Page
        #Media Ipad

*/
/* Font */
/* ==========================================================================
   #Reset
   ========================================================================== */
body {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #aaaaaa;
  line-height: 1.1;
  overflow-y: hidden;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  background-color: #000; }
  body.blog {
    overflow-y: scroll;
    overflow-x: auto; }

a {
  color: #eaeaea;
  text-decoration: none;
  transition-duration: .2s;
  -moz-transition-duration: .2s;
  -webkit-transition-duration: .2s;
  -o-transition-duration: .2s; }
  a:hover {
    color: #bddc04; }

::selection {
  color: #000;
  background: none repeat scroll 0 0 #bddc04; }

::-moz-selection {
  color: #000;
  background: none repeat scroll 0 0 #bddc04; }

* {
  outline: 0 !important;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out; }

figure, .slideshow li, .grid-gallery {
  outline: 0 !important;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition-timing-function: none;
  -moz-transition-timing-function: none;
  -webkit-transition-timing-function: none;
  -o-transition-timing-function: none;
  transition-duration: 0s;
  -moz-transition-duration: 0s;
  -webkit-transition-duration: 0s;
  -o-transition-duration: 0s; }

img {
  -webkit-backface-visibility: hidden;
  max-width: 100%;
  height: auto; }

.flot-left {
  float: left; }

.flot-right {
  float: right; }

input[type="text"],
textarea {
  display: block;
  margin-bottom: 1.25rem;
  background-color: rgba(255, 255, 255, 0.2);
  color: #ffffff;
  padding: 1rem;
  border: none;
  resize: none;
  width: 95.2%;
  font-size: 14px;
  -webkit-user-select: text;
  transition: all 0.3s ease; }
  input[type="text"]::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    color: #ffffff; }
  input[type="text"]:-moz-placeholder,
  textarea:-moz-placeholder {
    /* Firefox 18- */
    color: #ffffff; }
  input[type="text"]::-moz-placeholder,
  textarea::-moz-placeholder {
    /* Firefox 19+ */
    color: #ffffff; }
  input[type="text"]:-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    color: #ffffff; }
  input[type="text"]:focus,
  textarea:focus {
    outline: none; }
    input[type="text"]:focus::-webkit-input-placeholder,
    textarea:focus::-webkit-input-placeholder {
      color: rgba(255, 255, 255, 0.5); }
    input[type="text"]:focus:-moz-placeholder,
    textarea:focus:-moz-placeholder {
      /* Firefox 18- */
      color: rgba(255, 255, 255, 0.5); }
    input[type="text"]:focus::-moz-placeholder,
    textarea:focus::-moz-placeholder {
      /* Firefox 19+ */
      color: rgba(255, 255, 255, 0.5); }
    input[type="text"]:focus:-ms-input-placeholder,
    textarea:focus:-ms-input-placeholder {
      color: rgba(255, 255, 255, 0.5); }

/*
input[type="submit"] {
    border: 2px solid $primary;
    background-color: transparent;
    color: #818181;
    font-weight: 400;
    font-family: $font-family--feature;
    font-size: 16px;
    text-transform: uppercase;
    padding: 8px 18px;
    margin: 20px 0 0;
    transition-duration: .2s;
    -moz-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    -o-transition-duration: .2s;
}
*/
textarea,
input[type="text"],
input[type="email"],
input[type="search"],
input[type="password"],
input[type="submit"],
input[type="button"] {
  display: inline-block;
  max-width: 100%;
  box-shadow: none !important;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  border-radius: 0.25rem;
  padding: 0.75rem 1rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-user-select: text; }

.validation {
  border: 1px solid #dc0505 !important; }

#successmsg {
  margin-top: 10px;
  color: #add93c; }

.blog h1, .blog h2, .blog h3, .blog h4, .blog h5 {
  color: #bddc04; }

h1 {
  letter-spacing: 0.03em;
  font-style: italic;
  border-bottom: 1px solid rgba(126, 126, 126, 0.3);
  padding: 35px 15px 15px 15px;
  margin: 0px 20px 20px 20px;
  position: relative;
  font-size: 38px; }

h2 {
  letter-spacing: 0.03em;
  font-size: 3.5rem;
  margin: 0; }
  h2 span {
    font-weight: 200; }

h3 {
  font-size: 1.5rem;
  margin: 3.25rem 0 1rem;
  font-weight: 300; }

h4 {
  font-size: 25px;
  font-weight: 100;
  margin: 0; }

h5 {
  font-size: 1.25rem; }

blockquote {
  margin: 1rem 0;
  padding-left: 2.5rem;
  color: #d8d8d8;
  font-size: 1.25rem;
  position: relative; }
  blockquote:before {
    content: '\201C';
    color: #bddc04;
    font-family: georgia;
    font-size: 3em;
    position: absolute;
    left: 0;
    top: -0.4em; }

.title-divider {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  height: 5px;
  background-color: transparent;
  border: none;
  margin: 30px 0 50px 0;
  border-left: 80px solid #bddc04; }
  .title-divider:before {
    content: '';
    height: 1px;
    width: 100%;
    position: absolute;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.1); }
  h3 + .title-divider, .title-divider.sm {
    margin: 18px 0 26px 0;
    border-left: 50px solid rgba(255, 255, 255, 0.4); }

.full-divider {
  width: 100%;
  height: 1px;
  background-color: #333333;
  margin: 50px 0 0 0;
  clear: both; }

.gray-bg {
  background-color: #1e1e1e; }

.white-bg {
  background-color: #0c0c0c; }

.button,
input[type="submit"] {
  font-weight: 300;
  letter-spacing: 0.05em;
  font-size: 1.125rem;
  border: 2px solid transparent;
  background-color: rgba(255, 255, 255, 0.2);
  color: white;
  border-radius: 2rem;
  font-family: "Oswald", sans-serif;
  line-height: 1;
  text-transform: uppercase;
  margin: 1.25rem 0;
  padding: 0.5rem 2.5rem;
  display: inline-block;
  transition-duration: .2s;
  -moz-transition-duration: .2s;
  -webkit-transition-duration: .2s;
  -o-transition-duration: .2s; }
  .button:hover, .button:focus,
  input[type="submit"]:hover,
  input[type="submit"]:focus {
    background-color: rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.8); }

/* ==========================================================================
   #Base Grid
   ========================================================================== */
.container-sub {
  width: 100%;
  position: relative;
  margin: 0 auto; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
  float: left;
  position: relative; }

.col-12 {
  width: 100%; }

.col-11 {
  width: 91.66667%; }

.col-10 {
  width: 83.33333%; }

.col-9 {
  width: 75%; }

.col-8 {
  width: 66.66667%; }

.col-7 {
  width: 58.33333%; }

.col-6 {
  width: 50%; }

.col-5 {
  width: 41.66667%; }

.col-4 {
  width: 33.33333%; }

.col-3 {
  width: 25%; }

.col-2 {
  width: 16.66667%; }

.col-1 {
  width: 8.33333%; }

/* #Clearing */
/* Self Clearing Goodness */
.container-sub:after {
  content: "\0020";
  display: table;
  height: 0;
  clear: both;
  visibility: hidden; }

/* Use clearfix class on parent to clear nested columns,
    or wrap each row of columns in a <div class="row"> */
.clearfix:before,
.clearfix:after,
.row:before,
.row:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0; }

.row:after,
.clearfix:after {
  clear: both; }

.row,
.clearfix {
  zoom: 1; }

/* You can also use a <br class="clear" /> to clear columns */
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0; }

.margin-bottom50 {
  margin-bottom: 50px; }

.margin-bottom40 {
  margin-bottom: 40px; }

.margin-bottom30 {
  margin-bottom: 30px; }

.margin-bottom20 {
  margin-bottom: 20px; }

.margin-bottom10 {
  margin-bottom: 10px; }

.margin-top50 {
  margin-top: 50px; }

.margin-top40 {
  margin-top: 40px; }

.margin-top30 {
  margin-top: 30px; }

.margin-top20 {
  margin-top: 20px; }

.margin-top10 {
  margin-top: 10px; }

.no-border-bottom {
  border-bottom: none !important; }

.margin-right30 {
  margin-right: 30px; }

/* ==========================================================================
   #Left Side 
   ========================================================================== */
.logo {
  text-align: center;
  margin: 30px 0 0; }
  .logo span {
    display: none; }
  .logo img {
    width: auto;
    height: auto; }

.menu {
  position: fixed;
  z-index: 100;
  background: #0c0c0c;
  width: 200px;
  left: 0px;
  top: 0px;
  height: 100%; }
  .menu nav {
    position: absolute;
    top: 220px;
    left: 0px;
    right: 0px;
    bottom: 50px;
    width: 200px !important; }
    .menu nav a {
      display: block;
      padding: 1rem 0;
      text-align: left;
      outline: none;
      margin: 0 1.5rem;
      border-bottom: 1px solid rgba(235, 235, 235, 0.2);
      font-family: "Oswald", sans-serif;
      font-weight: 400;
      color: #aaaaaa;
      text-transform: uppercase;
      transition-duration: .2s;
      -moz-transition-duration: .2s;
      -webkit-transition-duration: .2s;
      -o-transition-duration: .2s;
      letter-spacing: 0.03em; }
      .menu nav a span.active {
        color: #bddc04;
        font-weight: 400; }
      .menu nav a:hover {
        color: #bddc04;
        text-decoration: none; }
      .menu nav a span:nth-child(2) {
        display: block;
        color: #fff;
        font-style: italic;
        font-weight: 400;
        text-transform: none;
        padding-top: 3px; }

.menu-link {
  display: none; }

.social {
  padding: 30px;
  position: absolute;
  top: 619px; }
  .social a {
    font-size: 20px;
    transition-duration: .2s;
    -moz-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    -o-transition-duration: .2s; }
    .social a:hover {
      color: #fff; }

.social .facebook {
  /*    color: #5a7eca*/ }

.social .twitter {
  /*    color: #03acf1;*/
  margin: 0 26px 0 30px; }

.social .google-plus {
  /*    color: #df4a32*/ }

.copyright {
  position: absolute;
  bottom: 5px;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  font-size: 11px;
  padding: 30px;
  color: #747474;
  line-height: 18px;
  letter-spacing: 1px; }

/* ==========================================================================
   #Content Area 
   ========================================================================== */
.content-scroller {
  position: absolute;
  left: 200px;
  right: 0px;
  overflow: hidden;
  height: 100%; }

.content-wrapper {
  width: 7356px;
  position: absolute;
  height: 100%;
  overflow: hidden; }

.content:last-child {
  width: 1720px;
  background-color: #000; }

.content {
  line-height: 1.6;
  width: 804px;
  overflow-y: scroll;
  height: 100%;
  float: left;
  -webkit-transition: background 0.3s linear;
  -moz-transition: background 0.3s linear;
  -o-transition: background 0.3s linear;
  -ms-transition: background 0.3s linear;
  transition: background 0.3s linear; }

.content:hover .jspVerticalBar, .menu nav:hover .jspVerticalBar {
  opacity: 1; }

.inner {
  padding: 4.375rem;
  padding-bottom: 6rem; }

.inner p {
  position: relative;
  padding: 0; }

#introduction .inner p:first-of-type {
  font-size: 24px;
  text-align: left;
  line-height: 36px;
  font-style: italic;
  color: #75838D;
  letter-spacing: 0px; }

a.totop-link {
  bottom: 5px;
  background: url(../images/go-to-top-arrow.jpg) left top no-repeat;
  cursor: pointer;
  display: none;
  width: 34px;
  height: 34px;
  position: fixed;
  z-index: 5;
  right: 5px;
  text-indent: -9999px; }

/* Codrops Top Bar */
.codrops-top {
  font-size: 10px;
  text-transform: uppercase; }

.codrops-top a {
  position: fixed;
  z-index: 10000;
  padding: 4px 7px;
  letter-spacing: 1px;
  color: #aaa;
  background: white;
  border-radius: 0px 0px 3px 3px; }

.codrops-top a:nth-child(1) {
  right: auto;
  left: 210px; }

.codrops-top a:nth-child(2) {
  right: 10px; }

/* ==========================================================================
   #Introduction Screen
   ========================================================================== */
.introduction {
  position: relative; }
  .introduction * {
    color: #ffffff; }
  .introduction img {
    z-index: -1;
    height: auto;
    width: 100%;
    float: left;
    object-fit: cover;
    min-height: 100vh; }
  .introduction .owl-carousel,
  .introduction .owl-carousel .owl-wrapper-outer,
  .introduction .owl-carousel .owl-wrapper,
  .introduction .owl-carousel .owl-item,
  .introduction .item,
  .introduction .item .owl-wrapper-outer,
  .introduction .item .owl-wrapper,
  .introduction .item .owl-item {
    height: 100%;
    min-height: 100%; }
  .introduction h2 {
    margin-bottom: 2rem; }
  .introduction .inner {
    box-sizing: border-box;
    padding-top: 50%;
    min-width: 100%;
    position: absolute;
    z-index: 2;
    min-height: 100%; }
  .introduction span.title {
    display: inline-block;
    padding: 1rem 0.25rem;
    border-bottom: 1px solid #ffffff;
    border-top: 1px solid #ffffff;
    text-transform: uppercase;
    letter-spacing: 0.03em; }

/* ==========================================================================
   #About Screen
   ========================================================================== */
.about {
  background-size: cover; }

.about .inner {
  width: 50%; }

.about img {
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0; }

.about-con {
  width: 100%; }

.about-con ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.about-con ul li {
  border-bottom: 1px solid rgba(235, 235, 235, 0.2);
  padding: 12px 0; }

.about-con ul li:first-child {
  padding: 0 0 12px 0; }

.about img.signature {
  position: inherit;
  top: auto;
  margin: 20px 0 0 0; }

/* ==========================================================================
   #Skills Screen
   ========================================================================== */
.skills {
  position: relative; }
  .skills:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    opacity: 0.2;
    background: url("../images/bg-scott2.jpg") no-repeat center top scroll #000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    cursor: pointer; }

.skill-list ul {
  margin: 0;
  padding: 0; }

.skill-list ul li {
  padding: 5px 0 0;
  list-style: none; }

.skills-con h4 {
  width: 65%; }

.skill-list ul li:before {
  content: "\f00c";
  font-family: 'FontAwesome';
  font-size: 15px;
  margin: 0 5px 0 0; }

.skills-con .col-6:hover .chart .percent {
  font-size: 45px;
  color: #818181;
  transition-duration: .1s;
  -moz-transition-duration: .1s;
  -webkit-transition-duration: .1s;
  -o-transition-duration: .1s; }

/* ==========================================================================
   #Progressbar
   ========================================================================== */
.progress {
  background: #565656;
  width: 86%;
  float: right;
  position: relative;
  top: 10px; }

.progress div {
  background-color: #8f8f8f;
  height: 6px; }

.progressbar-main {
  position: relative;
  min-height: 35px; }

.progress-value span {
  font-family: "Oswald", sans-serif;
  font-size: 40px;
  font-weight: 400;
  position: absolute;
  left: -93px;
  color: #bddc04;
  top: -19px; }

.progress-value span:after {
  content: "%";
  font-weight: 100; }

.progress-bar-description {
  font-weight: 500;
  margin: 0 0 0 90px;
  font-size: 14px; }

/* ==========================================================================
   #PieChart
   ========================================================================== */
.chart {
  position: relative;
  display: inline-block;
  width: 154px;
  height: 154px;
  text-align: center;
  border-radius: 50%; }

.chart canvas {
  position: absolute;
  top: 0;
  left: 0; }

.percent {
  display: inline-block;
  line-height: 110px;
  z-index: 2;
  font-size: 40px;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  letter-spacing: -1px;
  margin: 21px 0 0 0;
  color: #bddc04; }

.percent:after {
  content: '%';
  margin-left: 0.1em;
  font-family: "Oswald", sans-serif;
  font-weight: 100; }

.angular {
  margin-top: 100px; }

.angular .chart {
  margin-top: 0; }

.chart-text {
  margin: 30px 0 0 0; }

.chart-text p {
  margin: 10px 0 0 15px; }

.chart-text h4 {
  margin: 0 0 0 15px; }

/* ==========================================================================
   #Experience Screen
   ========================================================================== */
.experience-con .icon-block i {
  font-size: 3rem;
  color: rgba(255, 255, 255, 0.25);
  margin: 8px 0 0; }

.experience-con h5 {
  margin: 0.375rem 0 0.625rem;
  position: relative;
  display: inline-block; }
  .experience-con h5 span {
    position: relative;
    z-index: 10; }
  .experience-con h5:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0px;
    left: -0.75rem;
    right: 2px;
    height: 5px;
    background-color: rgba(255, 255, 255, 0.2);
    border-left: 5px solid #bddc04;
    z-index: 1; }

.experience-con span {
  font-size: 16px; }

.experience-con strong {
  font-weight: 500;
  color: #000;
  text-transform: uppercase;
  display: inline-block;
  margin: 0 0 5px 0; }

.experience-details {
  float: left;
  box-sizing: border-box; }
  .experience-details .col-6 .flot-left {
    width: 70%; }

.experience-details i {
  transition-duration: .2s;
  -moz-transition-duration: .2s;
  -webkit-transition-duration: .2s;
  -o-transition-duration: .2s; }

.experience-details:hover .col-3 {
  transition-duration: .2s;
  -moz-transition-duration: .2s;
  -webkit-transition-duration: .2s;
  -o-transition-duration: .2s; }

/* ==========================================================================
   #Education Screen
   ========================================================================== */
.education-con .icon-block i {
  font-size: 3rem;
  color: rgba(255, 255, 255, 0.25);
  margin: 8px 0 0; }

.education-con h5 {
  margin: 0.375rem 0 0.625rem;
  position: relative;
  display: inline-block; }
  .education-con h5 span {
    position: relative;
    z-index: 10; }
  .education-con h5:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0px;
    left: -0.75rem;
    right: 2px;
    height: 5px;
    background-color: rgba(255, 255, 255, 0.2);
    border-left: 5px solid #bddc04;
    z-index: 1; }

.education-con span {
  font-size: 16px; }

.education-con strong {
  font-weight: 500;
  color: #000;
  text-transform: uppercase;
  display: inline-block;
  margin: 0 0 5px 0; }

.education-details {
  float: left;
  box-sizing: border-box; }
  .education-details .col-6 .flot-left {
    width: 70%; }

.education-details i {
  transition-duration: .2s;
  -moz-transition-duration: .2s;
  -webkit-transition-duration: .2s;
  -o-transition-duration: .2s; }

.education-details:hover i {
  color: #818181; }

.education-details:hover .col-3 {
  transition-duration: .2s;
  -moz-transition-duration: .2s;
  -webkit-transition-duration: .2s;
  -o-transition-duration: .2s; }

/* ==========================================================================
   #Contact Screen
   ========================================================================== */
.contact-details i {
  font-size: 45px;
  color: #bddc04; }

.contact-details strong {
  display: inline-block;
  font-weight: 500;
  text-transform: uppercase; }

.contact-text {
  display: block;
  float: left;
  margin: 18px 0 0;
  width: 100%; }

.contact-details h3 {
  margin-top: 0; }

.contact-text:first-child {
  margin: 0; }

.contact-details .phone i {
  font-size: 40px; }

.contact-details .email i {
  font-size: 35px; }

.contact-text i {
  transition-duration: .2s;
  -moz-transition-duration: .2s;
  -webkit-transition-duration: .2s;
  -o-transition-duration: .2s; }

.contact-text:hover i {
  color: #818181; }

.contact-social i {
  color: #797979; }

.contact-social a i {
  font-size: 25px;
  margin: 0 14px; }

.contact-social a:first-child i {
  margin: 0 15px 0 0; }

.contact-social i {
  transition-duration: .2s;
  -moz-transition-duration: .2s;
  -webkit-transition-duration: .2s;
  -o-transition-duration: .2s; }

.contact-social i:hover {
  color: #818181; }

.contact-form h3 {
  font-size: 28px; }

/* ==========================================================================
   #Last Screen
   ========================================================================== */
.introduction-end {
  background: url("../images/bg-scott.jpg") no-repeat center top 10% scroll #000;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  cursor: pointer; }

.introduction-end-con {
  float: right;
  margin: 30% 3rem 0;
  width: 30%;
  text-align: center;
  color: #ffffff; }

.introduction-end-con h3 {
  font-size: 3rem;
  color: #ffffff; }

.introduction-end-con h3 strong {
  font-weight: normal; }

.introduction-end-con .rotate {
  font-weight: 300;
  font-size: 55px;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  padding: 25px 0;
  font-weight: 200;
  letter-spacing: 0.1em; }

/* ==========================================================================
   #Blog Listing
   ========================================================================== */
.blog-main {
  clear: both;
  padding: 4% 0;
  margin: 0 70px 0 300px; }

.blog-top {
  width: 100%;
  margin: 0 0 55px 0; }

.blog-title {
  width: 100%; }

.breadcrumbs {
  width: 100%;
  float: left;
  text-align: left;
  margin: 10px 0 40px; }

.blog-top .breadcrumbs {
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 14px; }

.blog-details-title .breadcrumbs {
  margin: 10px 0; }

.blog-details-title .post-details {
  margin: 10px 0 30px; }

.blog-left {
  width: 80%;
  float: left;
  margin: 0 0% 0 0; }

.blog-left .row .blog-list {
  float: left;
  margin: 0 2.7% 35px 0;
  position: relative;
  width: 30.5%;
  min-height: 605px; }

.blog-left .row .blog-list:last-child {
  margin: 0; }

.blog-list img {
  display: block; }

.blog-list:hover h3 a {
  color: #bddc04; }

.blog-list iframe, embed, object {
  min-height: 204px; }

video {
  max-width: 100%;
  height: auto; }

iframe, embed, object {
  max-width: 100%;
  border: 0; }

.blog-list:hover .title-divider {
  background-color: #aaaaaa; }

.blog-list-details {
  margin: 20px 0 0 0; }

.blog-list-details h3 {
  margin: 0;
  font-size: 18px;
  font-weight: 100;
  line-height: 25px; }

.blog-list-details h3 a {
  color: #818181; }

.date {
  color: #787878;
  display: block;
  font-size: 15px;
  margin: 0 0 5px; }

.post-details {
  margin: 20px 0 0 0;
  display: block; }

.blog-list-details .title-divider {
  margin: 25px 0; }

.blog-list .contact-social a i {
  font-size: 20px; }

.blog-right {
  float: right;
  margin: 0;
  width: 16%; }

.blog-right h3 {
  margin: 0 0 20px 0; }

.blog-right .search {
  background: url("../images/icon-search.png") no-repeat scroll 95% center transparent;
  border: 1px solid rgba(235, 235, 235, 0.2);
  color: #818181;
  font-size: 13px;
  margin: 0;
  padding: 10px;
  width: 90%;
  font-family: "Roboto",sans-serif; }

.sidebar-block {
  margin: 0 0 60px 0; }

.sidebar-block ul {
  padding: 0;
  margin: 0; }

.sidebar-block ul li {
  border-bottom: 1px solid rgba(235, 235, 235, 0.2);
  padding: 12px 0;
  list-style: none; }

.sidebar-block ul li:first-child {
  padding: 0 0 12px 0; }

.sidebar-block ul li:last-child {
  border-bottom: none;
  padding: 12px 0 0 0; }

.sidebar-block .date {
  font-size: 13px; }

.calendar {
  width: 100%; }

.calendar td, .calendar th {
  text-align: center;
  font-weight: 400; }

.calendar th {
  font-weight: 600; }

.calendar a {
  border-bottom: 2px solid #bddc04;
  font-weight: 600; }

.tagcloud {
  display: table; }

.tagcloud a {
  background: #2d2d2d;
  border: 1px solid #2d2d2d;
  display: inline-block;
  float: left;
  font-size: 13px;
  font-weight: 400;
  margin: 7px 7px 0 0;
  padding: 2px 11px 3px; }

.tagcloud a:hover {
  background: #000;
  border: 1px solid #2d2d2d;
  color: #818181; }

.pagination {
  border-top: 1px solid rgba(235, 235, 235, 0.2);
  float: left;
  padding: 70px 0;
  position: relative;
  text-align: center;
  width: 100%; }

.pagerblock {
  display: inline-block;
  text-align: center;
  padding: 0;
  margin: 0 0 0 8%; }

.pagerblock li {
  float: left;
  margin: 0 12px;
  list-style: none; }

.pagerblock li a {
  border: 2px solid rgba(235, 235, 235, 0.2);
  display: block;
  font-size: 16px;
  font-weight: 400;
  height: 50px;
  line-height: 52px;
  width: 50px; }

.pagerblock li a:hover, .pagerblock li a.current {
  border: 2px solid rgba(235, 235, 235, 0.4); }

.pagerblock li a i {
  color: #818181;
  font-size: 22px;
  line-height: 35px; }

/* ==========================================================================
   #Blog Details
   ========================================================================== */
.blog-details-title h2 {
  font-size: 25px; }

.blog-content {
  margin: 35px 0;
  float: left; }

.content-left {
  float: left;
  width: 47%;
  margin-right: 3%; }

.content-right {
  float: left;
  width: 47%;
  margin-left: 3%; }

.blog-details strong {
  font-weight: 500;
  font-size: 18px;
  line-height: 25px; }

.blog-share {
  border-bottom: 2px solid rgba(235, 235, 235, 0.2);
  border-top: 1px solid rgba(235, 235, 235, 0.2);
  clear: both;
  float: none;
  margin-bottom: 60px;
  padding: 40px 0;
  text-align: center; }

.comments-details {
  border-bottom: 1px solid rgba(235, 235, 235, 0.2);
  clear: both;
  float: left;
  margin-bottom: 40px;
  padding-bottom: 40px; }

.comments-sub {
  padding-left: 110px; }

.comments-name {
  width: 25%;
  float: left; }

.comments-text {
  width: 75%;
  float: left; }

.pull-left {
  float: left; }

.media-object {
  border-radius: 100%;
  height: 80px;
  margin: 0 25px 0 0;
  width: 80px;
  display: block; }

.comments-details .name {
  display: block;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase; }

.comments-details .date {
  display: block;
  font-size: 14px;
  color: #9e9e9e; }

.small-button {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  margin: 10px 0;
  padding: 5px 13px;
  text-decoration: none;
  text-transform: uppercase; }

.recent-comments {
  width: 100%;
  margin: 0 auto; }

.recent-comments .col-3 {
  width: 31%; }

.recent-comments label {
  margin-bottom: 8px;
  float: left;
  text-transform: uppercase;
  font-size: 11px; }

.recent-comments .required {
  color: #d51818;
  float: left;
  font-size: 25px;
  margin-right: 6px; }

.recent-comments input[type=text] {
  float: left;
  margin: 0 2% 0 0;
  padding: 12px;
  background-color: #262626;
  border: 1px solid #262626; }

.recent-comments input.last {
  margin: 0; }

.recent-comments textarea {
  min-height: 120px;
  padding: 15px;
  margin: 0;
  width: 96%;
  background-color: #262626;
  border: 1px solid #262626; }

.form-group {
  float: left;
  margin-bottom: 35px;
  width: 100%; }

/* ==========================================================================
   #404 Page
   ========================================================================== */
.no-page {
  margin: 0 0 0 300px; }

.no-page-text {
  margin: 2% 0 0 405px; }

/* ==========================================================================
   #Media Ipad
   ========================================================================== */
@media only screen and (max-device-width: 768px) {
  .introduction img {
    height: auto;
    width: auto; } }
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.1.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.1.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff?v=4.1.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.1.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }
.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%; }

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

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571429em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none; }

.fa-ul > li {
  position: relative; }

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center; }

.fa-li.fa-lg {
  left: -1.85714286em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em; }

.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear; }

@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg); }
  100% {
    -moz-transform: rotate(359deg); } }
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg); } }
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg); }
  100% {
    -o-transform: rotate(359deg); } }
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1); }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

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

.fa-inverse {
  color: #ffffff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000"; }

.fa-music:before {
  content: "\f001"; }

.fa-search:before {
  content: "\f002"; }

.fa-envelope-o:before {
  content: "\f003"; }

.fa-heart:before {
  content: "\f004"; }

.fa-star:before {
  content: "\f005"; }

.fa-star-o:before {
  content: "\f006"; }

.fa-user:before {
  content: "\f007"; }

.fa-film:before {
  content: "\f008"; }

.fa-th-large:before {
  content: "\f009"; }

.fa-th:before {
  content: "\f00a"; }

.fa-th-list:before {
  content: "\f00b"; }

.fa-check:before {
  content: "\f00c"; }

.fa-times:before {
  content: "\f00d"; }

.fa-search-plus:before {
  content: "\f00e"; }

.fa-search-minus:before {
  content: "\f010"; }

.fa-power-off:before {
  content: "\f011"; }

.fa-signal:before {
  content: "\f012"; }

.fa-gear:before,
.fa-cog:before {
  content: "\f013"; }

.fa-trash-o:before {
  content: "\f014"; }

.fa-home:before {
  content: "\f015"; }

.fa-file-o:before {
  content: "\f016"; }

.fa-clock-o:before {
  content: "\f017"; }

.fa-road:before {
  content: "\f018"; }

.fa-download:before {
  content: "\f019"; }

.fa-arrow-circle-o-down:before {
  content: "\f01a"; }

.fa-arrow-circle-o-up:before {
  content: "\f01b"; }

.fa-inbox:before {
  content: "\f01c"; }

.fa-play-circle-o:before {
  content: "\f01d"; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e"; }

.fa-refresh:before {
  content: "\f021"; }

.fa-list-alt:before {
  content: "\f022"; }

.fa-lock:before {
  content: "\f023"; }

.fa-flag:before {
  content: "\f024"; }

.fa-headphones:before {
  content: "\f025"; }

.fa-volume-off:before {
  content: "\f026"; }

.fa-volume-down:before {
  content: "\f027"; }

.fa-volume-up:before {
  content: "\f028"; }

.fa-qrcode:before {
  content: "\f029"; }

.fa-barcode:before {
  content: "\f02a"; }

.fa-tag:before {
  content: "\f02b"; }

.fa-tags:before {
  content: "\f02c"; }

.fa-book:before {
  content: "\f02d"; }

.fa-bookmark:before {
  content: "\f02e"; }

.fa-print:before {
  content: "\f02f"; }

.fa-camera:before {
  content: "\f030"; }

.fa-font:before {
  content: "\f031"; }

.fa-bold:before {
  content: "\f032"; }

.fa-italic:before {
  content: "\f033"; }

.fa-text-height:before {
  content: "\f034"; }

.fa-text-width:before {
  content: "\f035"; }

.fa-align-left:before {
  content: "\f036"; }

.fa-align-center:before {
  content: "\f037"; }

.fa-align-right:before {
  content: "\f038"; }

.fa-align-justify:before {
  content: "\f039"; }

.fa-list:before {
  content: "\f03a"; }

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b"; }

.fa-indent:before {
  content: "\f03c"; }

.fa-video-camera:before {
  content: "\f03d"; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e"; }

.fa-pencil:before {
  content: "\f040"; }

.fa-map-marker:before {
  content: "\f041"; }

.fa-adjust:before {
  content: "\f042"; }

.fa-tint:before {
  content: "\f043"; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044"; }

.fa-share-square-o:before {
  content: "\f045"; }

.fa-check-square-o:before {
  content: "\f046"; }

.fa-arrows:before {
  content: "\f047"; }

.fa-step-backward:before {
  content: "\f048"; }

.fa-fast-backward:before {
  content: "\f049"; }

.fa-backward:before {
  content: "\f04a"; }

.fa-play:before {
  content: "\f04b"; }

.fa-pause:before {
  content: "\f04c"; }

.fa-stop:before {
  content: "\f04d"; }

.fa-forward:before {
  content: "\f04e"; }

.fa-fast-forward:before {
  content: "\f050"; }

.fa-step-forward:before {
  content: "\f051"; }

.fa-eject:before {
  content: "\f052"; }

.fa-chevron-left:before {
  content: "\f053"; }

.fa-chevron-right:before {
  content: "\f054"; }

.fa-plus-circle:before {
  content: "\f055"; }

.fa-minus-circle:before {
  content: "\f056"; }

.fa-times-circle:before {
  content: "\f057"; }

.fa-check-circle:before {
  content: "\f058"; }

.fa-question-circle:before {
  content: "\f059"; }

.fa-info-circle:before {
  content: "\f05a"; }

.fa-crosshairs:before {
  content: "\f05b"; }

.fa-times-circle-o:before {
  content: "\f05c"; }

.fa-check-circle-o:before {
  content: "\f05d"; }

.fa-ban:before {
  content: "\f05e"; }

.fa-arrow-left:before {
  content: "\f060"; }

.fa-arrow-right:before {
  content: "\f061"; }

.fa-arrow-up:before {
  content: "\f062"; }

.fa-arrow-down:before {
  content: "\f063"; }

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064"; }

.fa-expand:before {
  content: "\f065"; }

.fa-compress:before {
  content: "\f066"; }

.fa-plus:before {
  content: "\f067"; }

.fa-minus:before {
  content: "\f068"; }

.fa-asterisk:before {
  content: "\f069"; }

.fa-exclamation-circle:before {
  content: "\f06a"; }

.fa-gift:before {
  content: "\f06b"; }

.fa-leaf:before {
  content: "\f06c"; }

.fa-fire:before {
  content: "\f06d"; }

.fa-eye:before {
  content: "\f06e"; }

.fa-eye-slash:before {
  content: "\f070"; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071"; }

.fa-plane:before {
  content: "\f072"; }

.fa-calendar:before {
  content: "\f073"; }

.fa-random:before {
  content: "\f074"; }

.fa-comment:before {
  content: "\f075"; }

.fa-magnet:before {
  content: "\f076"; }

.fa-chevron-up:before {
  content: "\f077"; }

.fa-chevron-down:before {
  content: "\f078"; }

.fa-retweet:before {
  content: "\f079"; }

.fa-shopping-cart:before {
  content: "\f07a"; }

.fa-folder:before {
  content: "\f07b"; }

.fa-folder-open:before {
  content: "\f07c"; }

.fa-arrows-v:before {
  content: "\f07d"; }

.fa-arrows-h:before {
  content: "\f07e"; }

.fa-bar-chart-o:before {
  content: "\f080"; }

.fa-twitter-square:before {
  content: "\f081"; }

.fa-facebook-square:before {
  content: "\f082"; }

.fa-camera-retro:before {
  content: "\f083"; }

.fa-key:before {
  content: "\f084"; }

.fa-gears:before,
.fa-cogs:before {
  content: "\f085"; }

.fa-comments:before {
  content: "\f086"; }

.fa-thumbs-o-up:before {
  content: "\f087"; }

.fa-thumbs-o-down:before {
  content: "\f088"; }

.fa-star-half:before {
  content: "\f089"; }

.fa-heart-o:before {
  content: "\f08a"; }

.fa-sign-out:before {
  content: "\f08b"; }

.fa-linkedin-square:before {
  content: "\f08c"; }

.fa-thumb-tack:before {
  content: "\f08d"; }

.fa-external-link:before {
  content: "\f08e"; }

.fa-sign-in:before {
  content: "\f090"; }

.fa-trophy:before {
  content: "\f091"; }

.fa-github-square:before {
  content: "\f092"; }

.fa-upload:before {
  content: "\f093"; }

.fa-lemon-o:before {
  content: "\f094"; }

.fa-phone:before {
  content: "\f095"; }

.fa-square-o:before {
  content: "\f096"; }

.fa-bookmark-o:before {
  content: "\f097"; }

.fa-phone-square:before {
  content: "\f098"; }

.fa-twitter:before {
  content: "\f099"; }

.fa-facebook:before {
  content: "\f09a"; }

.fa-github:before {
  content: "\f09b"; }

.fa-unlock:before {
  content: "\f09c"; }

.fa-credit-card:before {
  content: "\f09d"; }

.fa-rss:before {
  content: "\f09e"; }

.fa-hdd-o:before {
  content: "\f0a0"; }

.fa-bullhorn:before {
  content: "\f0a1"; }

.fa-bell:before {
  content: "\f0f3"; }

.fa-certificate:before {
  content: "\f0a3"; }

.fa-hand-o-right:before {
  content: "\f0a4"; }

.fa-hand-o-left:before {
  content: "\f0a5"; }

.fa-hand-o-up:before {
  content: "\f0a6"; }

.fa-hand-o-down:before {
  content: "\f0a7"; }

.fa-arrow-circle-left:before {
  content: "\f0a8"; }

.fa-arrow-circle-right:before {
  content: "\f0a9"; }

.fa-arrow-circle-up:before {
  content: "\f0aa"; }

.fa-arrow-circle-down:before {
  content: "\f0ab"; }

.fa-globe:before {
  content: "\f0ac"; }

.fa-wrench:before {
  content: "\f0ad"; }

.fa-tasks:before {
  content: "\f0ae"; }

.fa-filter:before {
  content: "\f0b0"; }

.fa-briefcase:before {
  content: "\f0b1"; }

.fa-arrows-alt:before {
  content: "\f0b2"; }

.fa-group:before,
.fa-users:before {
  content: "\f0c0"; }

.fa-chain:before,
.fa-link:before {
  content: "\f0c1"; }

.fa-cloud:before {
  content: "\f0c2"; }

.fa-flask:before {
  content: "\f0c3"; }

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4"; }

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5"; }

.fa-paperclip:before {
  content: "\f0c6"; }

.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7"; }

.fa-square:before {
  content: "\f0c8"; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9"; }

.fa-list-ul:before {
  content: "\f0ca"; }

.fa-list-ol:before {
  content: "\f0cb"; }

.fa-strikethrough:before {
  content: "\f0cc"; }

.fa-underline:before {
  content: "\f0cd"; }

.fa-table:before {
  content: "\f0ce"; }

.fa-magic:before {
  content: "\f0d0"; }

.fa-truck:before {
  content: "\f0d1"; }

.fa-pinterest:before {
  content: "\f0d2"; }

.fa-pinterest-square:before {
  content: "\f0d3"; }

.fa-google-plus-square:before {
  content: "\f0d4"; }

.fa-google-plus:before {
  content: "\f0d5"; }

.fa-money:before {
  content: "\f0d6"; }

.fa-caret-down:before {
  content: "\f0d7"; }

.fa-caret-up:before {
  content: "\f0d8"; }

.fa-caret-left:before {
  content: "\f0d9"; }

.fa-caret-right:before {
  content: "\f0da"; }

.fa-columns:before {
  content: "\f0db"; }

.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc"; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd"; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de"; }

.fa-envelope:before {
  content: "\f0e0"; }

.fa-linkedin:before {
  content: "\f0e1"; }

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2"; }

.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3"; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4"; }

.fa-comment-o:before {
  content: "\f0e5"; }

.fa-comments-o:before {
  content: "\f0e6"; }

.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7"; }

.fa-sitemap:before {
  content: "\f0e8"; }

.fa-umbrella:before {
  content: "\f0e9"; }

.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea"; }

.fa-lightbulb-o:before {
  content: "\f0eb"; }

.fa-exchange:before {
  content: "\f0ec"; }

.fa-cloud-download:before {
  content: "\f0ed"; }

.fa-cloud-upload:before {
  content: "\f0ee"; }

.fa-user-md:before {
  content: "\f0f0"; }

.fa-stethoscope:before {
  content: "\f0f1"; }

.fa-suitcase:before {
  content: "\f0f2"; }

.fa-bell-o:before {
  content: "\f0a2"; }

.fa-coffee:before {
  content: "\f0f4"; }

.fa-cutlery:before {
  content: "\f0f5"; }

.fa-file-text-o:before {
  content: "\f0f6"; }

.fa-building-o:before {
  content: "\f0f7"; }

.fa-hospital-o:before {
  content: "\f0f8"; }

.fa-ambulance:before {
  content: "\f0f9"; }

.fa-medkit:before {
  content: "\f0fa"; }

.fa-fighter-jet:before {
  content: "\f0fb"; }

.fa-beer:before {
  content: "\f0fc"; }

.fa-h-square:before {
  content: "\f0fd"; }

.fa-plus-square:before {
  content: "\f0fe"; }

.fa-angle-double-left:before {
  content: "\f100"; }

.fa-angle-double-right:before {
  content: "\f101"; }

.fa-angle-double-up:before {
  content: "\f102"; }

.fa-angle-double-down:before {
  content: "\f103"; }

.fa-angle-left:before {
  content: "\f104"; }

.fa-angle-right:before {
  content: "\f105"; }

.fa-angle-up:before {
  content: "\f106"; }

.fa-angle-down:before {
  content: "\f107"; }

.fa-desktop:before {
  content: "\f108"; }

.fa-laptop:before {
  content: "\f109"; }

.fa-tablet:before {
  content: "\f10a"; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b"; }

.fa-circle-o:before {
  content: "\f10c"; }

.fa-quote-left:before {
  content: "\f10d"; }

.fa-quote-right:before {
  content: "\f10e"; }

.fa-spinner:before {
  content: "\f110"; }

.fa-circle:before {
  content: "\f111"; }

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112"; }

.fa-github-alt:before {
  content: "\f113"; }

.fa-folder-o:before {
  content: "\f114"; }

.fa-folder-open-o:before {
  content: "\f115"; }

.fa-smile-o:before {
  content: "\f118"; }

.fa-frown-o:before {
  content: "\f119"; }

.fa-meh-o:before {
  content: "\f11a"; }

.fa-gamepad:before {
  content: "\f11b"; }

.fa-keyboard-o:before {
  content: "\f11c"; }

.fa-flag-o:before {
  content: "\f11d"; }

.fa-flag-checkered:before {
  content: "\f11e"; }

.fa-terminal:before {
  content: "\f120"; }

.fa-code:before {
  content: "\f121"; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122"; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123"; }

.fa-location-arrow:before {
  content: "\f124"; }

.fa-crop:before {
  content: "\f125"; }

.fa-code-fork:before {
  content: "\f126"; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127"; }

.fa-question:before {
  content: "\f128"; }

.fa-info:before {
  content: "\f129"; }

.fa-exclamation:before {
  content: "\f12a"; }

.fa-superscript:before {
  content: "\f12b"; }

.fa-subscript:before {
  content: "\f12c"; }

.fa-eraser:before {
  content: "\f12d"; }

.fa-puzzle-piece:before {
  content: "\f12e"; }

.fa-microphone:before {
  content: "\f130"; }

.fa-microphone-slash:before {
  content: "\f131"; }

.fa-shield:before {
  content: "\f132"; }

.fa-calendar-o:before {
  content: "\f133"; }

.fa-fire-extinguisher:before {
  content: "\f134"; }

.fa-rocket:before {
  content: "\f135"; }

.fa-maxcdn:before {
  content: "\f136"; }

.fa-chevron-circle-left:before {
  content: "\f137"; }

.fa-chevron-circle-right:before {
  content: "\f138"; }

.fa-chevron-circle-up:before {
  content: "\f139"; }

.fa-chevron-circle-down:before {
  content: "\f13a"; }

.fa-html5:before {
  content: "\f13b"; }

.fa-css3:before {
  content: "\f13c"; }

.fa-anchor:before {
  content: "\f13d"; }

.fa-unlock-alt:before {
  content: "\f13e"; }

.fa-bullseye:before {
  content: "\f140"; }

.fa-ellipsis-h:before {
  content: "\f141"; }

.fa-ellipsis-v:before {
  content: "\f142"; }

.fa-rss-square:before {
  content: "\f143"; }

.fa-play-circle:before {
  content: "\f144"; }

.fa-ticket:before {
  content: "\f145"; }

.fa-minus-square:before {
  content: "\f146"; }

.fa-minus-square-o:before {
  content: "\f147"; }

.fa-level-up:before {
  content: "\f148"; }

.fa-level-down:before {
  content: "\f149"; }

.fa-check-square:before {
  content: "\f14a"; }

.fa-pencil-square:before {
  content: "\f14b"; }

.fa-external-link-square:before {
  content: "\f14c"; }

.fa-share-square:before {
  content: "\f14d"; }

.fa-compass:before {
  content: "\f14e"; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150"; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151"; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152"; }

.fa-euro:before,
.fa-eur:before {
  content: "\f153"; }

.fa-gbp:before {
  content: "\f154"; }

.fa-dollar:before,
.fa-usd:before {
  content: "\f155"; }

.fa-rupee:before,
.fa-inr:before {
  content: "\f156"; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157"; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158"; }

.fa-won:before,
.fa-krw:before {
  content: "\f159"; }

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a"; }

.fa-file:before {
  content: "\f15b"; }

.fa-file-text:before {
  content: "\f15c"; }

.fa-sort-alpha-asc:before {
  content: "\f15d"; }

.fa-sort-alpha-desc:before {
  content: "\f15e"; }

.fa-sort-amount-asc:before {
  content: "\f160"; }

.fa-sort-amount-desc:before {
  content: "\f161"; }

.fa-sort-numeric-asc:before {
  content: "\f162"; }

.fa-sort-numeric-desc:before {
  content: "\f163"; }

.fa-thumbs-up:before {
  content: "\f164"; }

.fa-thumbs-down:before {
  content: "\f165"; }

.fa-youtube-square:before {
  content: "\f166"; }

.fa-youtube:before {
  content: "\f167"; }

.fa-xing:before {
  content: "\f168"; }

.fa-xing-square:before {
  content: "\f169"; }

.fa-youtube-play:before {
  content: "\f16a"; }

.fa-dropbox:before {
  content: "\f16b"; }

.fa-stack-overflow:before {
  content: "\f16c"; }

.fa-instagram:before {
  content: "\f16d"; }

.fa-flickr:before {
  content: "\f16e"; }

.fa-adn:before {
  content: "\f170"; }

.fa-bitbucket:before {
  content: "\f171"; }

.fa-bitbucket-square:before {
  content: "\f172"; }

.fa-tumblr:before {
  content: "\f173"; }

.fa-tumblr-square:before {
  content: "\f174"; }

.fa-long-arrow-down:before {
  content: "\f175"; }

.fa-long-arrow-up:before {
  content: "\f176"; }

.fa-long-arrow-left:before {
  content: "\f177"; }

.fa-long-arrow-right:before {
  content: "\f178"; }

.fa-apple:before {
  content: "\f179"; }

.fa-windows:before {
  content: "\f17a"; }

.fa-android:before {
  content: "\f17b"; }

.fa-linux:before {
  content: "\f17c"; }

.fa-dribbble:before {
  content: "\f17d"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-foursquare:before {
  content: "\f180"; }

.fa-trello:before {
  content: "\f181"; }

.fa-female:before {
  content: "\f182"; }

.fa-male:before {
  content: "\f183"; }

.fa-gittip:before {
  content: "\f184"; }

.fa-sun-o:before {
  content: "\f185"; }

.fa-moon-o:before {
  content: "\f186"; }

.fa-archive:before {
  content: "\f187"; }

.fa-bug:before {
  content: "\f188"; }

.fa-vk:before {
  content: "\f189"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-pagelines:before {
  content: "\f18c"; }

.fa-stack-exchange:before {
  content: "\f18d"; }

.fa-arrow-circle-o-right:before {
  content: "\f18e"; }

.fa-arrow-circle-o-left:before {
  content: "\f190"; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191"; }

.fa-dot-circle-o:before {
  content: "\f192"; }

.fa-wheelchair:before {
  content: "\f193"; }

.fa-vimeo-square:before {
  content: "\f194"; }

.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195"; }

.fa-plus-square-o:before {
  content: "\f196"; }

.fa-space-shuttle:before {
  content: "\f197"; }

.fa-slack:before {
  content: "\f198"; }

.fa-envelope-square:before {
  content: "\f199"; }

.fa-wordpress:before {
  content: "\f19a"; }

.fa-openid:before {
  content: "\f19b"; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c"; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d"; }

.fa-yahoo:before {
  content: "\f19e"; }

.fa-google:before {
  content: "\f1a0"; }

.fa-reddit:before {
  content: "\f1a1"; }

.fa-reddit-square:before {
  content: "\f1a2"; }

.fa-stumbleupon-circle:before {
  content: "\f1a3"; }

.fa-stumbleupon:before {
  content: "\f1a4"; }

.fa-delicious:before {
  content: "\f1a5"; }

.fa-digg:before {
  content: "\f1a6"; }

.fa-pied-piper-square:before,
.fa-pied-piper:before {
  content: "\f1a7"; }

.fa-pied-piper-alt:before {
  content: "\f1a8"; }

.fa-drupal:before {
  content: "\f1a9"; }

.fa-joomla:before {
  content: "\f1aa"; }

.fa-language:before {
  content: "\f1ab"; }

.fa-fax:before {
  content: "\f1ac"; }

.fa-building:before {
  content: "\f1ad"; }

.fa-child:before {
  content: "\f1ae"; }

.fa-paw:before {
  content: "\f1b0"; }

.fa-spoon:before {
  content: "\f1b1"; }

.fa-cube:before {
  content: "\f1b2"; }

.fa-cubes:before {
  content: "\f1b3"; }

.fa-behance:before {
  content: "\f1b4"; }

.fa-behance-square:before {
  content: "\f1b5"; }

.fa-steam:before {
  content: "\f1b6"; }

.fa-steam-square:before {
  content: "\f1b7"; }

.fa-recycle:before {
  content: "\f1b8"; }

.fa-automobile:before,
.fa-car:before {
  content: "\f1b9"; }

.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba"; }

.fa-tree:before {
  content: "\f1bb"; }

.fa-spotify:before {
  content: "\f1bc"; }

.fa-deviantart:before {
  content: "\f1bd"; }

.fa-soundcloud:before {
  content: "\f1be"; }

.fa-database:before {
  content: "\f1c0"; }

.fa-file-pdf-o:before {
  content: "\f1c1"; }

.fa-file-word-o:before {
  content: "\f1c2"; }

.fa-file-excel-o:before {
  content: "\f1c3"; }

.fa-file-powerpoint-o:before {
  content: "\f1c4"; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5"; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6"; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7"; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8"; }

.fa-file-code-o:before {
  content: "\f1c9"; }

.fa-vine:before {
  content: "\f1ca"; }

.fa-codepen:before {
  content: "\f1cb"; }

.fa-jsfiddle:before {
  content: "\f1cc"; }

.fa-life-bouy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd"; }

.fa-circle-o-notch:before {
  content: "\f1ce"; }

.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0"; }

.fa-ge:before,
.fa-empire:before {
  content: "\f1d1"; }

.fa-git-square:before {
  content: "\f1d2"; }

.fa-git:before {
  content: "\f1d3"; }

.fa-hacker-news:before {
  content: "\f1d4"; }

.fa-tencent-weibo:before {
  content: "\f1d5"; }

.fa-qq:before {
  content: "\f1d6"; }

.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7"; }

.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8"; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9"; }

.fa-history:before {
  content: "\f1da"; }

.fa-circle-thin:before {
  content: "\f1db"; }

.fa-header:before {
  content: "\f1dc"; }

.fa-paragraph:before {
  content: "\f1dd"; }

.fa-sliders:before {
  content: "\f1de"; }

.fa-share-alt:before {
  content: "\f1e0"; }

.fa-share-alt-square:before {
  content: "\f1e1"; }

.fa-bomb:before {
  content: "\f1e2"; }

/*
----------------------------------

        Name: portfolio.css
        Version: 1.2

----------------------------------

        Table of Contents
        
        #General style
        #Grid
        #Slideshow
        #Navigation

*/
/* ==========================================================================
   #General style
   ========================================================================== */
.grid-gallery {
  height: 2600px; }

.grid-gallery ul {
  list-style: none;
  margin: 0;
  padding: 0; }

.grid-gallery figure {
  margin: 0; }

.grid-gallery figure img {
  display: block;
  width: 100%; }

.grid-gallery figcaption h3 {
  margin: 0;
  font-weight: 500;
  font-size: 20px;
  font-family: 'Roboto', sans-serif;
  color: #000;
  text-transform: uppercase;
  padding: 0 0 10px 0; }

.grid-gallery .slideshow figcaption span {
  border-bottom: 3px solid #bddc04;
  color: #000;
  display: block;
  font-size: 12px;
  margin: 0 0 25px;
  padding: 0 0 15px;
  text-transform: uppercase; }

/* ==========================================================================
   #Grid
   ========================================================================== */
.grid {
  margin: 0 auto; }

.grid li {
  width: 100%;
  float: left;
  cursor: pointer;
  margin: 0 0 70px 0;
  position: relative !important;
  top: inherit !important; }

.grid figure {
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s; }

.grid li:hover figure {
  opacity: 1; }

.grid figcaption {
  background-color: #4d4d4d;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-duration: .2s;
  -moz-transition-duration: .2s;
  -webkit-transition-duration: .2s;
  -o-transition-duration: .2s; }

.grid li:hover figcaption {
  opacity: 1;
  transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-duration: .2s;
  -moz-transition-duration: .2s;
  -webkit-transition-duration: .2s;
  -o-transition-duration: .2s; }

.figcaption-details {
  position: absolute;
  top: 32%;
  width: 100%;
  text-align: center; }

.figcaption-details img {
  width: 82px !important;
  height: 82px !important;
  display: inline !important;
  margin: 0 0 30px; }

/* ==========================================================================
   #Slideshow
   ========================================================================== */
.slideshow {
  position: fixed;
  background: rgba(0, 0, 0, 0.9);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 500;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  -webkit-transition: opacity 0.5s, visibility 0s 0.5s;
  transition: opacity 0.5s, visibility 0s 0.5s; }

.slideshow-open .slideshow {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s; }

.slideshow ul {
  width: 100%;
  height: 100%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translate3d(0, 0, 150px);
  transform: translate3d(0, 0, 150px);
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s; }

.slideshow ul.animatable li {
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s; }

.slideshow-open .slideshow ul {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slideshow li {
  width: 700px;
  height: 630px;
  position: absolute;
  top: 42%;
  left: 50%;
  margin: -280px 0 0 -400px;
  visibility: hidden; }

.slideshow li.show {
  visibility: visible; }

.slideshow li:after {
  content: '';
  position: absolute;
  width: 116%;
  height: 116%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s; }

.slideshow li.current:after {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3s, visibility 0s 0.3s;
  transition: opacity 0.3s, visibility 0s 0.3s; }

.slideshow figure {
  width: 100%;
  height: 100%;
  background: #3f3f3f;
  border: 50px solid #3f3f3f;
  overflow: hidden; }

.slideshow figcaption {
  padding-bottom: 20px; }

.slideshow figcaption h3 {
  font-weight: 300;
  font-size: 200%; }

.slideshow figcaption h3, .slideshow figcaption span {
  color: #818181; }

/* ==========================================================================
   #Navigation
   ========================================================================== */
.slideshow nav span {
  position: fixed;
  z-index: 1000;
  color: #818181;
  text-align: center;
  padding: 3%;
  cursor: pointer;
  font-size: 2.2em; }

.slideshow nav span:hover {
  color: #FFF; }

.slideshow nav span.nav-prev, .slideshow nav span.nav-next {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

.slideshow nav span.nav-close {
  top: 0;
  right: 0;
  padding: 0.5em 0.7em;
  color: #818181;
  background-color: #3f3f3f; }

.slideshow nav span.nav-close:hover {
  background-color: #FFF;
  color: #000; }

.icon:before, .icon:after {
  font-family: 'FontAwesome';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

span.nav-prev {
  left: 50%;
  margin-left: -537px; }

span.nav-prev:before {
  content: "\f053"; }

span.nav-next {
  right: 50%;
  margin-right: -537px; }

span.nav-next:before {
  content: "\f054"; }

span.nav-close:before {
  content: "\f00d"; }

/*
----------------------------------

	Name: carousel.css
        Version: 1.2

----------------------------------

	Table of Contents
	
	#Clearfix 
	#Display none until init
		#Mouse grab icon
		#Fix
	#Controls
		#Next and Prev Buttons
		#Pagination
	#If PaginationNumbers is true
	#Preloading images

*/
/* ==========================================================================
   #Clearfix
   ========================================================================== */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

/* ==========================================================================
   #Display none until init
   ========================================================================== */
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y; }

.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px); }

.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%; }

.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out; }

.owl-carousel .owl-item {
  float: left; }

.owl-controls .owl-page, .owl-controls .owl-buttons div {
  cursor: pointer; }

.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent; }

/* Mouse grab icon */
.grabbing {
  cursor: url(../images/grabbing.png) 8 8, move; }

/* Fix */
.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

.owl-item iframe {
  width: 100%; }

/* ==========================================================================
   #Controls
   ========================================================================== */
.owl-theme .owl-controls {
  margin-top: 10px;
  text-align: center; }

.introduction .owl-pagination {
  bottom: 5% !important; }

.owl-pagination {
  bottom: 12% !important;
  position: absolute;
  width: 100%;
  text-align: center;
  z-index: 1; }

.blog-details .owl-pagination {
  bottom: 6% !important; }

.owl-buttons {
  display: none; }

/* ==========================================================================
   #Next and Prev Buttons
   ========================================================================== */
.owl-theme .owl-controls .owl-buttons div {
  color: #FFF;
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
  margin: 5px;
  padding: 3px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background: #869791;
  filter: Alpha(Opacity=50);
  /*IE7 fix*/
  opacity: 0.5; }

/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
  filter: Alpha(Opacity=100);
  /*IE7 fix*/
  opacity: 1;
  text-decoration: none; }

/* ==========================================================================
   #Pagination
   ========================================================================== */
.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */ }

.owl-theme .owl-controls .owl-page span {
  border: 2px solid #fff;
  border-radius: 100%;
  display: block;
  height: 10px;
  margin: 5px 7px;
  width: 10px; }

.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
  background-color: #fff; }

/* ==========================================================================
   #If PaginationNumbers is true
   ========================================================================== */
.owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #FFF;
  padding: 2px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px; }

/* preloading images */
.owl-item.loading {
  min-height: 150px;
  background: url(AjaxLoader.gif) no-repeat center center; }

/* Media Queries */
@media screen and (max-width: 1700px) {
  .blog-list iframe, embed, object {
    height: 94% !important;
    min-height: auto; }

  .recent-comments .col-3 {
    width: 100%;
    margin-top: 20px; }

  .recent-comments textarea {
    width: 94%; } }
@media screen and (max-width: 1200px) {
  .blog-main {
    margin: 0 30px 0 240px; }

  .blog-right {
    width: 23%; }

  .blog-left {
    width: 75%; }

  .blog-list .contact-social a i {
    margin: 0 6px; }

  .blog-list .contact-social a:first-child i {
    margin: 0 6px 0 0; }

  .blog-left .row .blog-list {
    width: 47%; }

  .no-page {
    margin: 0 0 0 240px; } }
@media screen and (max-width: 1024px) {
  .jspVerticalBar {
    opacity: 1; }

  .menu nav {
    top: 180px; }

  .social {
    top: 535px; }

  .copyright {
    padding: 20px 30px; }

  .inner {
    padding: 50px; }

  .content {
    width: 700px; }

  .slideshow figure {
    width: 80%;
    height: 80%;
    margin: 0 10%; }

  .slideshow nav span.nav-prev, .slideshow nav span.nav-next {
    top: 60%; }

  span.nav-prev {
    display: none; }

  span.nav-next {
    display: none; }

  .slideshow li {
    display: none; }

  .slideshow li.current {
    display: block; }

  .owl-pagination {
    bottom: 20% !important; }

  .introduction-end-con {
    width: 46%;
    margin-top: 50%; }

  .introduction-end-con h3 {
    font-size: 45px;
    line-height: 90px; }

  .contact-form {
    padding-bottom: 200px; }

  .menu nav a {
    padding: 11px 0; }

  .pagerblock {
    margin: 0 0 0 20%; }

  .blog-left {
    width: 70%; }

  .comments-name, .comments-text {
    width: 100%; }

  .comments-text {
    margin-top: 3%; } }
@media screen and (max-width: 960px) {
  .blog-left .row .blog-list {
    margin: 0 4.6% 35px 0;
    width: 45%;
    min-height: 610px; }

  .blog-right {
    width: 27%; }

  .blog-left {
    width: 70%; }

  .no-page-text {
    margin: 2% 0 0 353px; } }
@media screen and (max-width: 900px) {
  .blog-right {
    width: 32%; }

  .blog-left {
    width: 68%; }

  .blog-list-details h3 {
    font-size: 16px;
    line-height: 22px; }

  .no-page-text {
    margin: 2% 0 0 386px; } }
@media screen and (max-width: 800px) {
  .blog-left .row .blog-list {
    min-height: 630px; }

  .blog-right {
    width: 32%; }

  .blog-left {
    width: 61%; }

  .content-left {
    width: 100%;
    margin-right: 0; }

  .content-right {
    margin-left: 0;
    width: 100%; }

  .blog-left .row .blog-list {
    margin-right: 0;
    width: 47%; }

  .blog-left .row .blog-list:nth-child(2n) {
    float: right; } }
@media screen and (max-width: 768px) {
  body {
    overflow-x: auto;
    overflow-y: auto; }

  .codrops-top a {
    background: #000;
    color: #fff;
    text-shadow: none; }

  nav .jspPane {
    width: 100% !important; }

  h2 {
    font-size: 40px; }

  .codrops-top a:nth-child(1) {
    left: 10px; }

  .menu {
    position: fixed;
    width: 100%;
    height: 460px;
    background-color: rgba(0, 0, 0, 0.7); }

  .menu nav {
    top: 85px;
    bottom: 20px; }

  .content-scroller {
    position: relative;
    height: auto;
    left: 0;
    overflow: visible; }

  .content-wrapper {
    height: auto;
    width: auto;
    margin-left: 0px; }

  .content {
    border: none;
    width: 768px;
    float: none;
    overflow-y: auto; }

  .content:last-child {
    display: none; }

  .logo {
    margin: 0; }

  .logo span {
    background-color: #0c0c0c;
    color: #fff;
    display: block;
    font-family: 'Oswald', sans-serif;
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
    float: left;
    text-align: left;
    padding: 13px 15px 13px 15px; }

  .logo img.full {
    display: none; }

  .logo img.resp {
    width: 100px; }

  .menu-link {
    display: block;
    float: right;
    padding: 29px 15px 29px 15px;
    width: 25px;
    height: 25px;
    font-size: 23px;
    color: #FFF; }

  .menu-link:hover {
    color: #999; }

  .menu-link:before {
    content: "\f039";
    font-family: 'FontAwesome'; }

  .menu nav a {
    margin: 0 17px; }

  .menu nav a:last-child {
    border-bottom: none; }

  .menu nav {
    display: none; }

  nav.active {
    display: block;
    overflow: visible !important;
    width: 100% !important;
    background-color: #000;
    height: 400px; }

  nav.active .jspContainer {
    background-color: #000;
    height: 380px !important;
    width: 100% !important; }

  .menu {
    height: 85px; }

  .copyright {
    display: none; }

  .social {
    display: none; }

  .grid li {
    width: 100%; }

  .inner {
    padding: 130px 40px 60px; }

  .introduction .jspContainer {
    height: 600px !important; }

  .experience-details .col-3, .education-con .col-3 {
    width: 30%; }

  .slideshow figure {
    width: auto;
    height: auto; }

  .slideshow figcaption h3 {
    line-height: 30px; }

  .slideshow .nav-prev, .slideshow .nav-next {
    display: none; }

  .slideshow li:after {
    position: relative; }

  .owl-pagination {
    bottom: 0 !important; }

  .grid-gallery {
    height: auto; }

  .introduction .owl-theme .owl-controls {
    margin-top: 0;
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 40px; }

  a.totop-link {
    display: block; }

  .blog-main {
    margin: 50px 40px;
    padding: 32px 0; }

  .pagerblock {
    margin: 0; }

  .blog-details-title h2 {
    line-height: 26px; }

  .blog-left {
    width: 60%; }

  .content-left, .content-right {
    width: 100%; }

  .content-right {
    margin-left: 0; }

  .comments-name {
    width: 100%; }

  .button {
    font-size: 12px;
    width: auto;
    display: block;
    text-align: center;
    float: left; }

  .comments-text {
    width: 100%;
    margin-top: 3%; }

  .blog-listing {
    width: 67%; }

  .no-page {
    margin: 40px 0 0 0; }

  .slideshow li {
    margin-left: -350px; }

  .blog-left .row .blog-list {
    min-height: 630px; } }
@media screen and (max-width: 767px) {
  .content-wrapper {
    height: auto;
    margin-left: 0;
    width: 100%; }

  .introduction .owl-pagination {
    bottom: 15px; }

  .introduction .owl-theme .owl-controls {
    margin-top: 0; }

  .content {
    width: auto; }

  .introduction img {
    height: auto; }

  .contact-form {
    padding-bottom: 0; }

  .comments-sub {
    padding-left: 0; } }
@media screen and (max-width: 675px) {
  .inner {
    padding: 130px 30px 40px 30px; }

  .introduction .inner {
    background: url(../images/black-transparent.png) repeat; }

  .introduction h2 {
    font-size: 35px;
    line-height: 40px;
    margin-bottom: 16px; }

  .introduction span.title {
    display: block;
    font-size: 11px;
    color: #FFF;
    padding: 10px 0;
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff; }

  .button {
    width: auto;
    float: left; }

  .about {
    background: none; }

  .about .inner {
    width: auto; }

  .jspPane {
    width: 100% !important; }

  .col-6, .col-4 {
    width: 100%; }

  .figcaption-details img {
    height: 25px !important;
    width: 25px !important;
    margin: 0; }

  .grid li {
    margin: 0 0 40px 0; }

  .grid-gallery .figcaption-details h3 {
    font-size: 15px;
    padding: 15px 0 0; }

  .skills-con .col-6 {
    text-align: center; }

  .skills-con h4 {
    width: 100%;
    margin: 0; }

  .chart-text p {
    margin: 0; }

  .skills-con .margin-top50 .row > div:nth-child(3) {
    margin-bottom: 50px; }

  .experience-details .col-3, .education-con .col-3 {
    width: 100%; }

  .flot-left {
    width: 100%;
    margin: 10px 0 0 0; }

  .contact-details .col-2 {
    width: 15%; }

  .email {
    margin-bottom: 0; }

  .contact-form input[type="text"], textarea {
    width: 92%; }

  .m-margin-top30 {
    margin-top: 30px; }

  .contact-social a i {
    margin: 0 10px; }

  .contact-social a:first-child i {
    margin: 0 10px 0 0; }

  .margin-top50 {
    margin-top: 35px; }

  .margin-bottom50 {
    margin-bottom: 35px; }

  .no-margin-top {
    margin-top: 0 !important; }

  .progress-value span {
    display: none; }

  .progress {
    width: 100%; }

  .progress-bar-description {
    margin: 0; } }
@media screen and (max-width: 620px) {
  h2 {
    font-size: 30px;
    line-height: 30px; }

  .title-divider {
    margin: 20px 0 30px 0; }

  .slideshow figure {
    border: 20px solid #3f3f3f;
    border-top: 10px solid #3f3f3f; }

  .slideshow figure {
    width: 50%; }

  .slideshow li {
    left: 50%;
    top: 0;
    margin: 20px 0 0 -265px; }

  .owl-pagination {
    bottom: 0 !important; }

  .contact-form input[type="text"], textarea {
    width: 88%; }

  .introduction .owl-theme .owl-controls {
    bottom: 30px;
    z-index: 11; }

  .blog-left {
    width: 100%;
    margin-bottom: 30px; }

  .blog-left .row .blog-list {
    margin: 0 0 35px 0;
    width: 100%;
    min-height: inherit; }

  .blog-right {
    width: 100%; }

  .pagerblock li a {
    font-size: 14px;
    height: 20px;
    line-height: 20px;
    width: 20px; }

  .pagerblock li a i {
    line-height: 22px; }

  .pagerblock li {
    float: left;
    margin: 0 6px; }

  .pagerblock {
    margin: 0 0 0 0; }

  .pagination {
    padding: 15px 0 10px; }

  .sidebar-block {
    margin: 0 0 30px 0; }

  .blog-list-details .title-divider {
    margin: 20px 0; }

  .post-details {
    margin: 10px 0 0 0; }

  .margin-top30 {
    margin-top: 20px; }

  .no-page-text {
    margin: 2% 0 0 35px; } }
@media screen and (max-width: 420px) {
  .slideshow figure {
    width: 36%; }

  .slideshow li {
    margin: 20px 0 0 -216px; }

  .slideshow nav span {
    font-size: 1.6em; }

  .slideshow nav span.nav-close {
    padding: 0.4em 0.5em; }

  .slideshow figcaption h3 {
    font-size: 130%;
    padding: 0 0 0px; }

  .grid-gallery {
    height: auto; }

  .comments-name .pull-left {
    float: left;
    text-align: center;
    width: 100%;
    display: block; }

  .media-object {
    margin: 0;
    width: 150px;
    height: 150px;
    display: inline-block; }

  .comments-details .name, .comments-details .date {
    text-align: center; }

  .comments-name .button {
    width: 87%; }

  .recent-comments input[type="text"] {
    width: 94%;
    margin-bottom: 20px; }

  .blog-details-title .breadcrumbs {
    display: none; }

  .no-page-text {
    margin: 10%; } }
@media screen and (max-width: 360px) {
  .introduction .inner {
    margin: 0 0 0 0;
    padding-top: 130px !important; } }

/*# sourceMappingURL=styles.css.map */


.gform_wrapper .hidden_label .gfield_label,
.gform_wrapper label.hidden_sub_label,
.gform_wrapper label.screen-reader-text {
 clip: rect(1px, 1px, 1px, 1px);
 position: absolute!important;
 height: 1px;
 width: 1px;
 overflow: hidden;
}
.gform_wrapper li.hidden_label input {
 margin-top: 12px;
}
.gform_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container input[type=text],
.gform_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container select {
 margin-bottom: 12px;
}
.gform_wrapper .left_label li.hidden_label input,
.gform_wrapper .right_label li.hidden_label input {
 margin-left: 3.7%;
}
.gform_wrapper .hidden_label input.large,
.gform_wrapper .hidden_label select.large,
.gform_wrapper .top_label input.large,
.gform_wrapper .top_label select.large {
 width: 100%;
}

.gform_wrapper ul li.gfield {
  list-style-type: none !important;
}

.gform_wrapper ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 0px;
    margin-top: 2em;
}

.gform_wrapper .gform_footer {
    margin-top: -2em;
}

.gform_wrapper .validation_message{
  margin-top: -1em;
}

.gform_wrapper .validation_error {
  margin-top: 2em;
}
