/* Kroftsmann Font for primary header */
@font-face {
    font-family: 'kroftsmannregular';
    src: url('../fonts/kroftsmann-webfont.eot');
    src: url('../fonts/kroftsmann-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/kroftsmann-webfont.woff2') format('woff2'),
         url('../fonts/kroftsmann-webfont.woff') format('woff'),
         url('../fonts/kroftsmann-webfont.ttf') format('truetype'),
         url('../fonts/kroftsmann-webfont.svg#kroftsmannregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* Titillium Web Font from Google Fonts */
@import url(http://fonts.googleapis.com/css?family=Titillium+Web:400,400italic,700,600italic);

body {
	background: url(../img/bgpattern.png);
    width: 100%;
    height: 100%;
    font-family: 'Titillium Web', sans-serif;
	font-weight: 400;
    color: #999;
    background-color: #fff;
}

html {
    width: 100%;
    height: 100%;
}

hr.carved {
  clear: both; 
  float: none; 
  width: 100%; 
  height: 4px;
  margin: 1.4em 0;
  border: none; 
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(0.5, rgb(0,0,0)),
      color-stop(0.5, rgba(255,255,255,.15))
  );
  background-image: -moz-linear-gradient(
      center top,
      rgb(0,0,0) 50%,
      rgba(255,255,255,.15) 50%
  );
}

h1,
h3,
h4,
h6 {
    text-transform: uppercase;
    font-family: 'Titillium Web', sans-serif;
}

h5 {
    font-family: 'Titillium Web', sans-serif;
	margin-top: 10px;
	margin-bottom: 14px;
    font-weight: 400;
    font-style: italic;
    font-size: 24px;
    color: #f0e2c1;
    text-transform: none;
}

p {
    margin: 0 0 20px;
    font-size: 16px;
}

p.lead {
	font-weight: 600;
}

a {
    color: #28c3ab;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #176e61;
}

.light {
    font-weight: 400;
}

.navbar {
    margin-bottom: 0;
}

.navbar-brand {
  padding: 0;
  height: 100%;
}

.navbar-brand h1 {
    margin-top: 20px;
    margin-left: 15px;
    color: #FFF;
    font-size: 72px;
    font-family: 'kroftsmannregular', sans-serif;
    -webkit-transition: margin-top .2s ease-in-out;
    -moz-transition: margin-top .2s ease-in-out;
    transition: margin-top .2s ease-in-out;
}

.navbar-custom.top-nav-collapse .navbar-brand h1 {
    margin-top: 0px;
}

.navbar-brand h4 {
    text-transform: none;
  margin-top: -17px;
  margin-left: 35px;
    color: #bfbfbf;
  font-weight: 100;
    font-size: 14px;
    font-family: 'Titillium Web', sans-serif;
}

.navbar-brand:focus {
    outline: 0;
}

.nav.navbar-nav {
    margin-top: 30px;
    -webkit-transition: margin-top .2s ease-in-out;
    -moz-transition: margin-top .2s ease-in-out;
    transition: margin-top .2s ease-in-out;
}

.navbar-custom.top-nav-collapse .nav.navbar-nav {
    margin-top: 16px;
    background-color: rgba(0,0,0,0);
}


.navbar-custom ul.nav li a {
  font-weight: 100;
  font-style: italic;
  font-size: 12px;
  color: #f0e2c1;
  text-transform: uppercase;
}

.navbar-custom.top-nav-collapse ul.nav li a {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
	color: #fff;
}

.navbar-custom .nav li a {
    -webkit-transition: background .2s ease-in-out;
    -moz-transition: background .2s ease-in-out;
    transition: background .2s ease-in-out;
}

.navbar-custom .nav li a:hover,
.navbar-custom .nav li a:focus,
.navbar-custom .nav li.active {
	color: #fff;
    background-color: #FF3333;
}

.navbar-custom .nav li.active a {
	color: #fff;
}

.navbar-toggle {
    padding: 4px 6px;
    font-size: 14px;
    color: #fff;
}

.navbar-toggle:focus,
.navbar-toggle:active {
    outline: 0;
}


/* loader */
#preloader {
    background: #ffffff url(../img/spinner.gif) center center no-repeat;;
    bottom: 0;
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 999;
}


#loaderInner {
    background:#ffffff url(../img/spinner.gif) center center no-repeat;
    height: 60px;
    left: 50%;
    margin: -50px 0 0 -50px;
    position: absolute;
    top: 50%;
    width: 60px;
}

/* misc */
hr {
  height: 25px;
}

/* margins */
.marginbot-0{margin-bottom:0 !important;}
.marginbot-10{margin-bottom:10px !important;}
.marginbot-20{margin-bottom:20px !important;}
.marginbot-30{margin-bottom:30px !important;}
.marginbot-40{margin-bottom:40px !important;}
.marginbot-50{margin-bottom:50px !important;}

/* ===========================
--- General sections
============================ */

.home-section {
    padding-top: 50px;
    padding-bottom: 50px;
	display:block;
    position:relative;
    z-index:120;
}

.about-section {
    padding-top: 100px;
    padding-bottom: 100px;
	display:block;
    position:relative;
    z-index:120;
}

.contact-section {
    padding-top: 50px;
    padding-bottom: 50px;
	display:block;
    position:relative;
    z-index:120;
}

#about .section-heading {
    padding-left: 20px;
    width: 100%;
    background-color: rgba(255, 255, 255, .1);
}

.section-heading h2 {
    font-family: 'Titillium Web', sans-serif;
	margin-top: 10px;
	margin-bottom: 14px;
    font-weight: 400;
    font-style: italic;
    font-size: 32px;
    color: #f0e2c1;
    text-transform: none;
}



/* ===========================
--- Intro
============================ */

.topbar {
	background-color: #ff3333;
	height: 8px;
	width: 100%;
}

.intro {
	width: 100%;
}

.intro ul {
    padding-left: 10px;
}

#intro.intro {
	padding-top: 135px;
    padding-bottom: 0px;
}

.intro .slogan {
	text-align: center;
}

.intro .page-scroll {
	text-align: center;
}

.brand-heading {
    font-size: 40px;
}

.intro-text {
    font-size: 18px;
}

.intro .slogan h1 {
	margin: 0px 0px -2px 0px;
	color: #FFF;
	font-size: 72px;
	font-family: 'kroftsmannregular', sans-serif;
}

.intro .slogan h4 {
	margin: 0px 0px 40px 0px;
	color: #FFF;
	font-weight: 400;
	font-size: 24px;
}

.intro .row {
    padding-top: 50px;
}

/* Project Hover Effects */

.project {
    transition: all .2s ease-in-out;
}

.project:hover {
    transform: scale(1.08);
}

.box {
    margin-left: auto;
    margin-right: auto;
    display: block;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  height: 270px;
  width: 256px;
    text-align: center;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    -moz-box-pack: center;
    -moz-box-align: center;
    -ms-box-pack: center;
    -ms-box-align: center;
}

.box img {
  position: absolute;
  left: 0;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}

.box .overbox {
    text-align: center;
  vertical-align: middle;
  background-color: rgba(255, 255, 255, 0.67);
  position: absolute;
  top: 12px;
  left: 3px;
  color: #fff;
  z-index: 100;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  opacity: 0;
  width: 250px;
  height: 250px;
    border-radius: 250px;
  padding: 20px 20px;
    pointer-events: none;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    -moz-box-pack: center;
    -moz-box-align: center;
    -ms-box-pack: center;
    -ms-box-align: center;
}

.box:hover .overbox { 
    opacity: 1; 
}

.box .overtext {
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  vertical-align: middle;
  text-align: center;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    -moz-box-pack: center;
    -moz-box-align: center;
    -ms-box-pack: center;
    -ms-box-align: center;
}

.box .title {
  font-size: 24px;
  text-transform: uppercase;
  opacity: 0;
  transition-delay: 0.1s;
  transition-duration: 0.2s;  
    position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.box .title h5 {
    color: #000;
    text-transform: uppercase;
    font-weight: 600;
}

.box:hover .title,
.box:focus .title {
  opacity: 1;
}



/* ===========================
--- About
============================ */

.projectrow {
    margin-top: 40px;
    margin-bottom: 40px;
}

.service h5 {
    margin-bottom: 8px;
}

.service p {
  line-height: 1.2em;
  font-weight: 400;
  font-size: 16px;
  color: #999;
}

.service .inner i {
  vertical-align:middle;
  color: #999;
  line-height: 128px;
  height: 128px;
  width: 128px;
  background: rgba(0, 0, 0, .1);
  -moz-border-radius: 64px;
  -webkit-border-radius: 64px;
  border-radius: 64px;
}


/* ===========================
--- Contact
============================ */

form#contact-form .form-control {
	color: #999;
	font-size: 16px;
    font-family: 'Titillium Web', sans-serif;
	background-color: rgba(255, 255, 255, 0.1);	
	border: 0;	
}

form#contact-form input,form#contact-form select,form#contact-form textarea {
  -webkit-box-shadow: none;
          box-shadow:  none;
}

form#contact-form input:focus,form#contact-form select:focus,form#contact-form textarea:focus {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
          box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
}

.widget-contact {
	text-align: left;
}

.linkedin a {
    float: right;
    color: #0976b5;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.linkedin a:hover,
.linkedin a:focus {
    text-decoration: none;
    color: rgba(255,255,255,.1);
}

.email a {
    float: right;
    color: #FFFFFF;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.email a:hover,
.email a:focus {
    text-decoration: none;
    color: rgba(255,255,255,.1);
}

#message {
    padding-bottom: 10px;
}

#contact {
    background-color: #1d1d1d;
    padding-bottom: 0;
}

#contact .section-heading {
    padding-left: 0;
    width: 100%;
}

#contact-message { 
    display:none;
} 


/* ===========================
--- Footer
============================ */

footer {
	text-align: center;
	padding: 50px 0 ;
    background-color: #1d1d1d;
}

* {
    margin: 0;
}

html, body {
    height: 100%;
}

.wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -12.9em;
}

.foot, .push {
    height: 4em;
}

footer p {
    font-size: 12px;
	text-align: left;
	color: rgba(255, 255, 255, .44);
}


/* ===========================
--- Elements
============================ */

.btn {
  background-color: #ff3333;
    height: 100%;
	width: 100%;
	color: #fff;
    text-transform: uppercase;
    font-family: 'Titillium Web',sans-serif;
    font-weight: 400;
	font-style: italic;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.btn-skin:hover,
.btn-skin:focus,
.btn-skin:active,
.btn-skin.active {
    color: #fff;
    background: rgba(255,255,255,.1);
}

ul {
    list-style-type: none;
    font-size: 16px;
}

.experience ul b {
    font-size: 16px;
    font-weight: 300;
    line-height: 100%;
}

.experience ul {
    padding-left: 0;
}

.experience ul li {
    padding-bottom: 10px;
}

.projectslist ul{
    padding-left: 0;
    list-style-image: url("../img/listbullet.png");
    list-style-position: inside;
    
    -moz-column-count: 2;
    -moz-column-gap: 20px;
    -webkit-column-count: 2;
    -webkit-column-gap: 20px;
    column-count: 2;
    column-gap: 20px;
}

.projectslist ul li {
    padding-bottom: 10px;
}

.achievementslist ul{
    padding-left: 0;
}

.achievementslist b{
    padding-right: 15px;
}

.achievementslist ul li {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255, 221, 168, .17);
}



/* ===========================
--- Project Page
============================ */

.project-section {
	padding-top: 135px;
}

.project-section ul {
    padding-left: 0;
    list-style-type: none;
}

.project-section .row {
    margin-top: 25px;
}

.project-section h2 {
    font-family: 'Titillium Web', sans-serif;
	margin-top: 0;
    font-weight: 400;
    font-style: italic;
    font-size: 32px;
    color: #f0e2c1;
    text-transform: none;
    line-height: 1em;
}

.project-section h3 {
    font-family: 'Titillium Web', sans-serif;
	margin-top: 0;
	margin-bottom: 0px;
    font-weight: 300;
    font-style: italic;
    font-size: 18px;
    text-transform: none;
}

.project-desc {
    margin-top: 10px;
    line-height: 1.2em;
}


/* Media queries */

@media(min-width:959px) {

    .navbar {
        padding: 0px 0;
        border-bottom: 0;
        letter-spacing: 1px;
        background: 0 0;
        -webkit-transition: background .2s ease-in-out,
                    font-size .2s;
        -moz-transition: background .2s ease-in-out,
                    font-size .2s;
        transition: background .2s ease-in-out,
                    font-size .2s;
    }

    .navbar h1 {
        font-size: 72px;
        -webkit-transition: font-size .2s;
        -moz-transition: font-size .2s;
        transition: font-size .2s;
    }

    .top-nav-collapse {
        background-color: #000;
    }

    .top-nav-collapse h1 {
        font-size: 60px;
    }

    .navbar-custom.top-nav-collapse {
        border-bottom: 1px solid rgba(255,255,255,.3);
    }

    .intro {
        padding: 0;
    }
    
    .intro li img {
        display: block;
        margin-top: 10px;
        margin-bottom: 10px;
        margin-left: auto;
        margin-right: auto; 
    }

    .intro li {
        width: 33%;
        float: left;
        margin-bottom: 20px;
    }

    .brand-heading {
        font-size: 100px;
    }

    .address {
        margin-top: 4px;
        margin-bottom: -10px;
    }

    .intro-text {
        font-size: 25px;
    }

    form#contact-form .linkedin a {
        float: right;
    }
}

@media (max-width:990px) {

    .top-nav-collapse {
        background-color: #000;
    }

    .navbar-custom.top-nav-collapse {
        border-bottom: 1px solid rgba(255,255,255,.3);
    }
    
    .intro li img {
        display: block;
        margin-top: 10px;
        margin-bottom: 10px;
        margin-left: auto;
        margin-right: auto;   
    }

    .intro li {
        width: 50%;
        float: left;
        margin-bottom: 20px;
    }

    .address {
        margin-top: 40px;
        margin-bottom: -10px;
    }

    form#contact-form .linkedin a {
        float: left;
    }
}

@media (max-width:580px) {
    .intro li {
        width: 100%;
        float: left;
    }
}

@media (max-width:480px) {

    .top-nav-collapse {
        background-color: #000;
    }

    .navbar-custom.top-nav-collapse {
        border-bottom: 1px solid rgba(255,255,255,.3);
    }

	.navbar-custom .nav.navbar-nav {
        background-color: rgba(255,255,255,.4);
	}

	.navbar.navbar-custom.navbar-fixed-top {
		margin-bottom: 30px;
	}

    .intro li img {
        display: block;
        margin-top: 10px;
        margin-bottom: 10px;
        margin-left: auto;
        margin-right: auto;   
    }
    
    .intro li {
        width: 100%;
        float: left;
        margin-bottom: 20px;
    }
    
    .address {
        margin-top: 40px;
        margin-bottom: -10px;
    }
    
    form#contact-form .linkedin a {
        float: left;
    }

    .projectslist ul{
        padding-left: 0;
        list-style-image: url("../img/listbullet.png");
        list-style-position: inside;

        -moz-column-count: 1;
        -moz-column-gap: 20px;
        -webkit-column-count: 1;
        -webkit-column-gap: 20px;
        column-count: 1;
        column-gap: 20px;
    }
}