@import url("https://fonts.googleapis.com/css?family=Roboto:400,100,300,500,700|Roboto+Slab:400,100,300,700");
@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css");

.typed-cursor
{
    opacity: 1;
    -webkit-animation: blink 0.7s infinite;
    -moz-animation: blink 0.7s infinite;
    animation: blink 0.7s infinite;
}

@keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}

@-webkit-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}

@-moz-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}

html, body
{
  height: 100%;
  min-height: 100%;
}

body
{
	background: #1C1C1E;
	background: #262626;
	color: #CCCCCC;
	font-size: 16px;
	font-weight: 300;
	line-height: 25px;
	font-family: Helvetica,Arial,sans-serif;
	position: relative;
	margin: 0;
	padding: 0;
}

a, a:hover, a:active, a:focus
{
   outline: 0;
}

section
{
	padding: 40px 0;
	padding-bottom: 60px;
}

#loading 
{
  background: #EA5859;
  background: #000000;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
}

#loading > span
{
  color: #FFFFFF;
  font-family: Damion,cursive;
  font-size: 40px;
  line-height: 40px;
  margin: -20px 0 0;
  position: absolute;
  left: 0;
  top: 50%;
  text-align: center;
  width: 100%;
}

#navbar
{
	background: none;
	border: none;
}

#navbar.active
{
    background: #111111;
}

.navbar-inverse .navbar-brand
{
    color: #FFFFFF;
    font-family: "Roboto Slab","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 40px;
    line-height: 50px;
    padding: 0;
	display: none;
	font-weight: 500;
}

#navbar.active .navbar-brand
{
	display: block;
}

.navbar-nav > li
{
	margin: 10px 0;
}

.navbar-inverse .navbar-nav > li > a
{
	font-size: 14px;
	margin: 0 25px;
	padding: 10px 0;
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: 500;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover
{
	background: none;
	border-bottom: 2px solid #008ed6;
}

.navbar-nav  > li > a:hover
{
	background: none;
	border-bottom: 2px solid #FFFFFF;
}

#main
{
    background-attachment: fixed;
    background-image: url("../img/home-background.jpg");
    background-repeat: no-repeat;
    background-size: cover;
	background-attachment: fixed;
    padding: 0;
	height: 100%;
	width: 100%;
	height: 100%;
	display: table;
}

#main-overlay
{
    background-color: #000000;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.6;
    position: absolute;
    top: 0;
    width: 100%;
}

.main-description
{
	text-align: center;
	position: relative;
	display: table-cell;
	vertical-align: middle;
}

.main-description h1
{
    color: #ffffff;
    font-size: 50px;
    line-height: 90px;
    margin-bottom: 10px;
    text-transform: uppercase;
	font-family: "Roboto Slab","Helvetica Neue",Helvetica,Arial,sans-serif;
}

.main-description h4
{
	font-size: 24px;
	font-weight: 300;
	color: #FFFFFF;
}

#check-more
{
	margin-top: 40px;
	margin-bottom: 40px;
}

.altBackground
{
	width: 100%;
	background: #282B2D;
}

.altBackground2
{
	width: 100%;
	background: #161616;
}

.container h2 {
	color: #FFFFFF;
    letter-spacing: 0;
    position: relative;
	line-height: 70px;
	font-family: "Roboto Slab","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight: 300;
	text-transform: uppercase;
	text-align: center;
}

.container h2::after {
    background: #008ed6;
    bottom: 10px;
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    width: 150px;
	left: 50%;
	margin-left: -75px;
}

.about-list .item  .icon-container
{
	min-height: 120px;
	margin-top: 5px;
	margin-right: 20px;
	margin-left: 0;
	display: block;
}

.about-list .item  .pull-right
{
	margin-right: 0;
	margin-left: 20px;
}

.about-list .item  .icon {
    border-radius: 50%;
    font-size: 18px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    width: 55px;
	border: 2px solid #008ed6;
    color: #008ed6;
}

#skills-filters
{
	background: #161616;
    border-radius: 5px;
}

#skills-filters li
{
	padding: 10px 10px;
}

#skills-filters li.first.selected, #skills-filters li.first:hover
{
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

#skills-filters li.last.selected, #skills-filters li.last:hover
{
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

#skills-filters li.selected, #skills-filters li:hover
{
	background: #008ed6;
}

#skills-filters li:hover, #skills-filters li.selected
{
	color: #FFFFFF;
}

#skills-list li.skill {
    background: #262626;
    border-radius: 4px;
    box-shadow: none;
    display: block;
    margin: 10px;
    padding: 10px;
	text-align: center;
	display: inline-block;
    float: none;
	overflow: hidden;
	height: 120px;
	width: 120px;
    transition: height 1s;
    -moz-transition: height 1s;
    -webkit-transition: height 1s;
    -o-transition: height 1s;
    -ms-transition: height 1s;
	display: table;
}

#skills-list .devicon
{
	font-size: 100px;
}

.skill-details, #skills-list li.skill:hover .devicon
{
	display: none;
}

#skills-list .show, #skills-list li.skill:hover .skill-details
{
	vertical-align: middle;
	display: table-cell !important;
}

.skill-details h5
{
	font-size: 20px;
}

#skills-list li.skill:hover
{
	/*overflow: visible;*/
	color: #008ed6 !important;
	border: 1px solid #008ed6;
	/*height: 150px;*/
	background: #191919;
}

/* 
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-controls {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-controls .owl-nav [class*='owl-'] {
  color: white;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #d6d6d6;
  display: inline-block;
  cursor: pointer;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.owl-theme .owl-controls .owl-nav [class*='owl-']:hover {
  background: #869791;
  color: white;
  text-decoration: none;
}
.owl-theme .owl-controls .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #d6d6d6;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 200ms ease;
  -moz-transition: opacity 200ms ease;
  -ms-transition: opacity 200ms ease;
  -o-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}

.form-control, .input-group-addon
{
    background: #262626;
    border: 1px solid #282B2D;
	color: #ccc;
}

.form-control:focus
{
    border: 1px solid #008ed6;
}

.form-control:focus, .has-error .form-control:focus, .has-success .form-control:focus
{
	box-shadow: none;
}

.form-control-feedback
{
	line-height: 46px;
}

.has-success .input-group-addon, .has-error .input-group-addon
{
	background: none;
}

#footer
{
    padding: 30px 0 20px;
}

.bg-success
{
	color: #333;
	padding: 15px;
}