@charset "UTF-8";
/* CSS Document for Nason.net pages - Copyright 2014 David Nason */

html, body {
	height: 100%;
}

body {
	background:url(/img/dark_wall.png) repeat;
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	color: black;
	font-size:15px;
	line-height: 2;
	font-weight:100;
	overflow-x: hidden !important;
}

div#container {
	position:relative; /* needed for footer positioning*/
	height:auto !important; /* real browsers */
	min-height:100%; /* real browsers */
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	color: black;
	font-family: "Montserrat",Helvetica,Arial,sans-serif;
	font-weight: 100;
	letter-spacing:3px;
}

h3{
	font-size:18px;
}

h4{
	text-transform:uppercase;
	font-size:15px;
}

h4.box{
	text-transform:uppercase;
	color:#ffffff;
	font-size:15px;
}

.outline {
	text-shadow:
	-1px -1px 0 #000,
	1px -1px 0 #000,
	-1px 1px 0 #000,
	1px 1px 0 #000;  
}

.outline-light {
	text-shadow:
	-1px -1px 0 #7f7f7f,
	1px -1px 0 #7f7f7f,
	-1px 1px 0 #7f7f7f,
	1px 1px 0 #7f7f7f;  
}

.light{
	font-weight:100;
}

.parallax1 { 
    background-image: url("/img/bg_fo.jpg");
    overflow: auto;
    padding: 80px 0;
    -webkit-background-size: cover;
		-moz-background-size: cover;
		background-size: cover;
    background-position: center center;
    background-attachment: fixed;
}

.parallax1 p, .parallax1 h2, .parallax2 p, .parallax2 h2 { color: #ffffff; }

.parallax2 {
    background-image: url("/img/bg_fo.jpg");
    overflow: auto;
    padding: 80px 0;
    -webkit-background-size: cover;
		-moz-background-size: cover;
		background-size: cover;
    background-position: center center;
    background-attachment: fixed;
}

hr{
	margin-top:25px;
	margin-bottom:25px;
}

a {
	color: black;	/* Different */
	text-decoration: none;
	-webkit-transition: color 0.5s ease 0s;
	-moz-transition: color 0.5s ease 0s;
	-o-transition: color 0.5s ease 0s;
	transition: color 0.5s ease 0s;
}

a:hover, a:focus {
	color: black;		/* Different */
	font-weight: 900;	/* Different */
	text-decoration: none;
}

a:focus {
	outline: thin dotted #333333;
	font-weight: 900;	/* Different */
	outline-offset: -2px;
}

/*
 * BUTTONS
 */

.btn-default {
	font-weight: 100;
	letter-spacing:3px;
	background: none;
	font-family: "Montserrat",Helvetica,Arial,sans-serif;
	border-radius: 3px;
/*	border:2px solid #676767; */
	border:2px solid #F5F5F5; 
	padding-left:25px;
	padding-right:25px;
	padding-top:15px;
	padding-bottom:15px;
/*	color: #676767; */
	color: #F5F5F5;
	text-transform: uppercase;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}

.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
	background-color: #2F3238;
	border-color: #2F3238;
	color: white !important;
	opacity: 1;
}

.btn-toWhite:hover, .btn-toWhite:focus, .btn-toWhite:active, .btn-toWhite.active {
	border-color: white;
}

.link_up{
 vertical-align:center;
 float:left;
 color:white;
 font-size:24px;
 margin-top:0px;
 margin-right:25px;
}

.top-nav-collapse .link_up{
 color:black;
}

.company{
	font-family: "Montserrat", Helvetica, Arial, sans-serif;
	font-size: 15px;
	font-weight: 900;
	line-height: 25px;
	padding-top: 7px;
}

.company .border{
	border:3px solid white;
	padding-top:3px;
	padding-bottom:3px;
	padding-left:8px;
	padding-right:8px;
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}

/*
 * navbar
 */

.navbar {
	border:0px;  
	text-transform: uppercase;
	font-family: "Muli","Helvetica Neue",Helvetica,Arial,sans-serif;
	background-color: none;
	opacity:0.6;
	color:white;
}

.navbar .company{
	padding-left:15px;
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}

.navbar-nav > li > a,
.navbar-nav .dropdown-menu > li > a {
	color:white;
	font-size:10px;
}

.navbar-nav > li{
	-webkit-transition: border-bottom-color 1s ease-in-out;
	-moz-transition: border-bottom-color  1s ease-in-out;
	transition: border-bottom-color  1s ease-in-out;
}

.navbar-nav > li.active{
	border-bottom:3px solid white;
}

.top-nav-collapse .navbar-nav > li.active{
	border-bottom:3px solid black;
}

.navbar-nav .caret {
  border-bottom-color: white;
	border-top-color: white;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.nav a:hover .caret{
	border-bottom-color: white;
	border-top-color: white;
}

.navbar-nav .dropdown-menu{
	font-family: "Muli","Helvetica Neue",Helvetica,Arial,sans-serif;
	opacity:0.8;
	color:white;
	box-shadow:none;
	background:none;
	border:none;
	left:0;
}

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

.navbar-custom .nav li a:hover,
.navbar-custom .nav li a:focus,
.navbar-custom .nav li.active {
  outline: 0;
	font-weight:900;
	background:none;
}

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

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

/*small version */
.top-nav-collapse{
	color:black;
}

.top-nav-collapse .company{
	padding-top:7px;
}

.top-nav-collapse .company .border{
	border:3px solid black;
}

.top-nav-collapse .navbar-nav > li > a,
.top-nav-collapse .navbar-nav .dropdown-menu > li > a {
	color:black !important;	
}

.top-nav-collapse .navbar-nav .dropdown-menu {
	background-color: #F9F9F9 !important;
	border-bottom: 1px solid #f2f2f2 !important;
	-webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
	-moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
	transition: background .5s ease-in-out,padding .5s ease-in-out;     
}

.top-nav-collapse .caret {
    border-bottom-color: black !important;
    border-top-color: black !important;
}

.top-nav-collapse .navbar-toggle{
	color:black !important;
}

.navbar {
  padding: 0 0; /* 20px 0 */
	letter-spacing: 1px;
/*    background: none; */
	background: black;
	opacity:0.7;
	-webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
	-moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
	transition: background .5s ease-in-out,padding .5s ease-in-out;
}

.top-nav-collapse {
  padding: 0;
	background-color: #F9F9F9;
	border-bottom: 1px solid #f2f2f2;
}

/*
 * second version with static-background
 */

.navbar.static-background{
	background-color: white;
	color:black;
}

.navbar.static-background .company{
	color:black;
}

.navbar.static-background .navbar-nav > li > a,.navbar.static-background .navbar-nav .dropdown-menu > li > a {
	color:black;
}

.navbar.static-background .navbar-nav .caret {
  border-bottom-color:black;
	border-top-color:black;
}

.navbar.static-background .navbar-nav .dropdown-menu{
	background:white;
}

/* BOOTSTRAP CAROUSEL FADE EFFECT*/

.carousel-fade .item {
	opacity: 0;
	-webkit-transition: opacity ease-in-out 500ms;
	-moz-transition: opacity ease-in-out 500ms;
	-o-transition: opacity ease-in-out 500ms;
	-ms-transition: opacity ease-in-out 500ms;
	transition: opacity ease-in-out 500ms;
}

.carousel-fade .active.item {
	opacity: 1;
}

.carousel-fade .active.left, .carousel-fade .active.right {
	left: 0;
	opacity: 0;
	z-index: 2;
}

/* BACKGROUND MIDDLE FULL MODULE */

.background-middle-full {
	background-color: #222;
	width:100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding:0;
	margin:0;
}

.background-middle-full.fixed{
	background-attachment:fixed !important;
}

/* SOCIAL ICONS MODULE HEAD */

#head .social-icons a {
	font-size: 15px;
	-moz-box-sizing: border-box;
	color: black;
	border-radius: 3px;
	text-align: center;
	width: 30px;
	height: 30px;
	display: inline-block;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}

#head .social-icons .fa {
	margin-top: 8px;
	font-size: 15px;
	text-align: center;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

/*SOCIAL ICON COLORS*/
#head .social-icons a.facebook{background-color:#5168B9}#head .social-icons a.twitter{background-color:#6EC3F5}#head .social-icons a.google-plus{background-color:#F65E4F}#head .social-icons a.rss{background-color:#FF893B}#head .social-icons a.dribbble{background-color:#EB4E8B}#head .social-icons a.flickr{background-color:#0063db}#head .social-icons a.github{background-color:#4183c4}#head .social-icons a.instagram{background-color:#3f729b}#head .social-icons a.linkedin{background-color:#007fb1}#head .social-icons a.pinterest{background-color:#cb2027}#head .social-icons a.dropbox{background-color:#3d9ae8}#head .social-icons a.stumbleupon{background-color:#eb4924}#head .social-icons a.tumblr{background-color:#2c4762}#head .social-icons a.vimeo{background-color:#4bf}#head .social-icons a.youtube{background-color:#cd332d}#head .social-icons a.skype{background-color:#00aff0}

#head .social-icons a:hover {
	background: white;
	color: #444;
	opacity: 1;
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	transform: rotate(360deg);
}

#head .social-icons a:hover .fa {
	-webkit-transform: scale(1.8);
	-moz-transform: scale(1.8);
	-ms-transform: scale(1.8);
	-o-transform: scale(1.8);
	transform: scale(1.8);
}

/* SOCIAL ICONS MODULE */

.social-icons a {
	font-size: 15px;
	-moz-box-sizing: border-box;
	color:#777777;;
	border-radius: 3px;
	text-align: center;
	width: 30px;
	height: 30px;
	display: inline-block;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}

.social-icons .fa {
	margin-top: 8px;
	font-size: 15px;
	text-align: center;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.social-icons a:hover {
	background: none;
	color: #444;
	opacity: 1;
}

.social-icons a:hover .fa {
	-webkit-transform: scale(1.8);
	-moz-transform: scale(1.8);
	-ms-transform: scale(1.8);
	-o-transform: scale(1.8);
	transform: scale(1.8);
}

/* SOCIAL ICON COLORS */

.social-icons a.facebook:hover{color:#5168B9}.social-icons a.twitter:hover{color:#6EC3F5}.social-icons a.google-plus:hover{color:#F65E4F}.social-icons a.rss:hover{color:#FF893B}.social-icons a.dribbble:hover{color:#EB4E8B}.social-icons a.flickr:hover{color:#0063db}.social-icons a.github:hover{color:#4183c4}.social-icons a.instagram:hover{color:#3f729b}.social-icons a.linkedin:hover{color:#007fb1}.social-icons a.pinterest:hover{color:#cb2027}.social-icons a.dropbox:hover{color:#3d9ae8}.social-icons a.stumbleupon:hover{color:#eb4924}.social-icons a.tumblr:hover{color:#2c4762}.social-icons a.vimeo:hover{color:#4bf}.social-icons a.youtube:hover{color:#cd332d}.social-icons a.skype:hover{color:#00aff0}

/* SKILLBAR MODULE */

.skillbar {
	position:relative;
	display:block;
	margin-bottom:25px;
	width:100%;
	background:#eee;
	height:15px;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-webkit-transition:0.4s linear;
	-moz-transition:0.4s linear;
	-ms-transition:0.4s linear;
	-o-transition:0.4s linear;
	transition:0.4s linear;
	-webkit-transition-property:width, background-color;
	-moz-transition-property:width, background-color;
	-ms-transition-property:width, background-color;
	-o-transition-property:width, background-color;
	transition-property:width, background-color;
}

.skillbar-title {
	position:absolute;
	font-family: "Montserrat", Helvetica, Arial, sans-serif;
	letter-spacing:3px;
	top:0;
	left:0;
	width:110px;
	font-size:13px;
	color:#ffffff;
	background:#6adcfa;
	-webkit-border-top-left-radius:3px;
	-webkit-border-bottom-left-radius:4px;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-bottomleft:3px;
	border-top-left-radius:3px;
	border-bottom-left-radius:3px;
}

.skillbar-title span {
	display:block;
	background:rgba(0, 0, 0, 0.1);
	padding:0 20px;
	height:15px;
	line-height:15px;
	-webkit-border-top-left-radius:3px;
	-webkit-border-bottom-left-radius:3px;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-bottomleft:3px;
	border-top-left-radius:3px;
	border-bottom-left-radius:3px;
}

.skillbar-bar {
	height:15px;
	width:0px;
	background:#6adcfa;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}

.skill-bar-percent {
	position:absolute;
	right:10px;
	top:0;
	font-size:11px;
	height:15px;
	line-height:15px;
	color:#ffffff;
	color:#AA9159;
	font-weight:700;
}

/*CALL TO ACTION*/
.callToAction{
	color:black;
	text-align:center;
/*	background:#2F3238 !important; */
	background:rgba(51,51,51,.5);
}

.callToAction h2{
	font-size:40px;
	font-weight:100;
	padding-bottom:25px;
	color: black;
}

/* CV MODULE */

.cv-wrapper {
	padding-bottom:50px;
}

.cv-wrapper h3 {
	margin-top:0px;
}
.cv-wrapper h4 {
	margin-bottom:0px;
}
.cv-wrapper .cv .desc {
	color: #aaa;
}

.cv-wrapper .cv:nth-child(even) {
	padding-top: 90px;
}

.cv-wrapper .cv:nth-child(odd) {
	padding-top: 90px;
}

.cv-wrapper .cv .title {
	top:10px;
}

.cv-wrapper .cv .main {

	text-align: justify;
}

.cv-wrapper .cv .date {
	color: #aaa;
}

.cv-wrapper .cv .date .fa,
.cv-wrapper .cv .main .fa{
	color:#D3D3D3;
}

/* TIMELINE MODULE */

.timeline {
  list-style: none;
	padding: 20px 0 20px;
	position: relative;
}

.timeline .timeline-section{
	text-align:center;
	margin-top:50px;
	margin-bottom:50px;
	z-index:3;
	font-family: "Montserrat",Helvetica,Arial,sans-serif;
  font-weight: 100;
	letter-spacing: 3px;
	font-size:18px;
}

.timeline:before {
  top: 0;
	bottom: 0;
	position: absolute;
	content: " ";
	width: 3px;
	background-color: #eeeeee;
	left: 50%;
	margin-left: -1.5px;
	z-index:-1;
}

.timeline > li {
	margin-bottom: 20px;
	position: relative;
}

.timeline > li:before,
.timeline > li:after {
  content: " ";
	display: table;
}

.timeline > li:after {
  clear: both;
}

.timeline > li:before,
.timeline > li:after {
  content: " ";
	display: table;
}

.timeline > li:after {
  clear: both;
}

.timeline > li > .timeline-panel {
  width: 46%;
	float: left;
	border: 1px solid #EEEEEE;
	border-radius: 2px;
	padding: 20px;
	position: relative;
}

.timeline > li > .timeline-panel:before {
  position: absolute;
	top: 26px;
	right: -15px;
	display: inline-block;
	border-top: 15px solid transparent;
	border-left: 15px solid #ddd;
	border-right: 0 solid #ddd;
	border-bottom: 15px solid transparent;
	content: " ";
}

.timeline > li > .timeline-panel:after {
  position: absolute;
	top: 27px;
	right: -14px;
	display: inline-block;
	border-top: 14px solid transparent;
	border-left: 14px solid #fff;
	border-right: 0 solid #fff;
	border-bottom: 14px solid transparent;
	content: " ";
}

.timeline > li > .timeline-badge {
  color: #fff;
	width: 50px;
	height: 50px;
	line-height: 50px;
	font-size: 1.4em;
	text-align: center;
	position: absolute;
	top: 16px;
	left: 50%;
	margin-left: -25px;
	background-color: #999999;
	z-index: 100;
	border-top-right-radius: 50%;
	border-top-left-radius: 50%;
	border-bottom-right-radius: 50%;
	border-bottom-left-radius: 50%;
}

.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
}

.timeline > li.timeline-inverted > .timeline-panel:before {
  border-left-width: 0;
	border-right-width: 15px;
	left: -15px;
	right: auto;
}

.timeline > li.timeline-inverted > .timeline-panel:after {
  border-left-width: 0;
	border-right-width: 14px;
	left: -14px;
	right: auto;
}

.timeline-badge.work {
  background-color: #2F3238 !important;
}

.timeline-title {
  margin-top: 0;
}

.timeline-body > p,
.timeline-body > ul {
  margin-bottom: 0;
	color:#AAAAAA;
	text-align:justify;
}

.timeline-body > p + p {
  margin-top: 5px;
}

@media (max-width: 767px) {
    ul.timeline:before {
        left: 40px;
    }

    ul.timeline > li > .timeline-panel {
        width: calc(100% - 90px);
        width: -moz-calc(100% - 90px);
        width: -webkit-calc(100% - 90px);
    }

    ul.timeline > li > .timeline-badge {
        left: 15px;
        margin-left: 0;
        top: 16px;
    }

    ul.timeline > li > .timeline-panel {
        float: right;
    }

		ul.timeline > li > .timeline-panel:before {
				border-left-width: 0;
				border-right-width: 15px;
				left: -15px;
				right: auto;
		}

		ul.timeline > li > .timeline-panel:after {
        border-left-width: 0;
				border-right-width: 14px;
				left: -14px;
				right: auto;
		}

    .parallax1, .parallax2 {
        overflow: auto;
        padding: 80px 0;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
        background-position: center center;
        background-attachment: scroll;
        width: 100%;
        height: 100%;
		}
}

/* FEATURE MODULE */

.feature{
	overflow:hidden;
	border:1px solid #EDEDED;
	position:relative;
	margin-top:15px;
	margin-bottom:15px;
	text-align:center;
	padding:10px;
	-webkit-transition: background 0.3s linear 0s, color 0.3s linear 0s;
	-moz-transition: background 0.3s linear 0s, color 0.3s linear 0s;
	-o-transition: background 0.3s linear 0s, color 0.3s linear 0s;
	transition: background 0.3s linear 0s, color 0.3s linear 0s;
}

.feature .icon{
	font-size:60px;
	line-height:60px;
}

.feature .headline h3{
	font-weight:400;
}

.feature .text p{
	padding-left:25px;
	padding-right:25px;
}

.feature:hover{
	background-color:#2F3238;
	color:white;
}

.featureOn{
	background-color:#2F3238;
	color:white;
}

.featureOff{
	background-color:white;
	color:black;
}

.feature:hover h3,
.feature:hover .feature .icon{
	color:white;
}

.feature .background-icon{
	position:absolute;
	bottom: 20px;
	font-size: 150px;
	line-height: 150px;
	opacity: 0.07;
	position: absolute;
	right: 20px;
}

.feature .background-icon .fa{
	opacity: 0.03;
}

.feature_w{
	overflow:hidden;
	border:1px solid #EDEDED;
	position:relative;
	margin-top:15px;
	margin-bottom:15px;
	text-align:left;
	padding:10px;
	-webkit-transition: background 0.3s linear 0s, color 0.3s linear 0s;
	-moz-transition: background 0.3s linear 0s, color 0.3s linear 0s;
	-o-transition: background 0.3s linear 0s, color 0.3s linear 0s;
	transition: background 0.3s linear 0s, color 0.3s linear 0s;
}

.feature_w .icon{
	font-size:60px;
	line-height:60px;
}

.feature_w .headline h3{
	font-weight:400;
}

.feature_w .text p{
	padding-left:25px;
	padding-right:5px;
	background-color:#ffffff;
}

.feature_w:hover{
	background-color:#FFFFFF;
	color:black;
}

.feature_w:hover h3,
.feature_w:hover .feature_w .icon{
	color:black;
}

.feature_w .background-icon{
	position:absolute;
	bottom: 20px;
	font-size: 150px;
	line-height: 150px;
	opacity: 0.07;
	position: absolute;
	right: 20px;
}

.feature_w .background-icon .fa{
	opacity: 0.03;
}

/* TESTIMONIALS */

.testimonials{
}

.testimonials cite{
	display:block;
	font-family: "Montserrat",Helvetica,Arial,sans-serif;
	font-size:10px;
	letter-spacing:1px;
	text-transform:uppercase;
	text-align: center;
}

.testimonials cite a {
	font-size:20px;
	color: #0E76A8;
	text-decoration: none;
	padding-left: 10px;
	-webkit-transition: color 0.5s ease 0s;
	-moz-transition: color 0.5s ease 0s;
	-o-transition: color 0.5s ease 0s;
	transition: color 0.5s ease 0s;
}

.testimonials cite a:hover, .testimonials cite a:focus {
	font-size:20px;
	color: #0E76A8;
	text-decoration: none;
	padding-left: 10px;
	-webkit-transition: color 0.5s ease 0s;
	-moz-transition: color 0.5s ease 0s;
	-o-transition: color 0.5s ease 0s;
	transition: color 0.5s ease 0s;
}

.testimonials .container{
	padding-top:50px;
	padding-bottom:50px;
}

.testimonial-slider{
}

.testimonial-slider cite{
	display:block;
	font-family: "Montserrat",Helvetica,Arial,sans-serif;
	font-size:10px;
	letter-spacing:1px;
	text-transform:uppercase;
	text-align: center;
}

.testimonial-slider .container{
	padding-top:50px;
	padding-bottom:50px;
}

#patents .container{
	padding-top:50px;
	padding-bottom:50px;
}

/* THUMB MIDDLE MODULE */

.thumb-middle {
  border: 4px solid #FFFFFF;
	border-radius: 50%;
	height: 160px;
	position: relative;
	text-align: center;
	width: 160px;
	display:block;
	margin: -180px auto 100px;
}

/* INFOBOX MODULE */

.icon-effect {
	border-radius: 50%;
	color: #FFFFFF;
	display: block;
	font-size: 1.2em;
	height: 32px;
	line-height: 32px;
	margin: 0;
	position: relative;
	text-align: center;
	top: 4px;	
	-webkit-transition:all 0.4s ease-in-out 0s;
	-moz-transition:all 0.4s ease-in-out 0s;
	-o-transition:all 0.4s ease-in-out 0s;
	transition:all 0.4s ease-in-out 0s;
	width: 32px;
	z-index: 1;
	background-color: white;
	box-shadow: 0 0 0 3px #2F3238;
}

.icon-effect:after {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	border-radius: 50%;
	content: "";
	height: 100%;
	position: absolute;
	width: 100%;
	left: -2px;
	padding: 2px;
	top: -2px;
	-webkit-transition: transform 0.4s ease 0s, opacity 0.4s ease 0s;
	-moz-transition: transform 0.4s ease 0s, opacity 0.4s ease 0s;
	-o-transition: transform 0.4s ease 0s, opacity 0.4s ease 0s;
	transition: transform 0.4s ease 0s, opacity 0.4s ease 0s;
	z-index: -1;
	background: #2F3238;
}

.icon-effect:hover,
.info-box:hover .icon-effect {
	color: #2F3238;
}

.icon-effect:hover:after,
.info-box:hover .icon-effect:after {
	opacity: 0;
	-webkit-transform:scale(1.3);
	-moz-transform:scale(1.3);
	-ms-transform:scale(1.3);
	-o-transform:scale(1.3);
	transform:scale(1.3);
}

.info-box {
	margin-bottom: 35px;
}

.info-box .icon {
	float: left;
}

.info-box .content h3{
	margin-top:0px;
}

.info-box .content {
	padding-left: 45px;
}

.info-box .patent h3{
	margin-top:0px;
}

.info-box .patent h4{
	margin:0;
}

.info-box .patent {
	margin-left: 100px;
	min-height:130px;
}

/*ROUND ARROW*/

.arrow-round{
	border: 2px solid #7E8385;
	border-radius: 100%;
	display: block;
	font-size: 26px;
	height: 50px;
	line-height: 46px;
	outline: medium none;
	text-align: center;
	top: 50%;
	width: 50px;
}

/**********************************
 * SECTIONS
 * 
 *********************************/

/* General Styles */

section {
	-webkit-backface-visibility: hidden;
	padding-top: 100px;
	padding-bottom: 100px;
	background:white;
	position:relative;
	z-index:3;
}

/*alter the styling for each section*/
/*
section:nth-child(odd) {
	background: #ECECEC;
}
*/

.spacer{
	height:300px;
}

.pageHead{
	padding-top:150px;
	padding-bottom:150px;
	color:white;
	margin-bottom:100px;
	position:relative;
	top:0;
}

.pageHead h1{
	font-weight: 800;
	text-transform:uppercase;
	font-size:80px;
	line-height:80px;
	color:white;
	margin-bottom:0px;
}

.pageHead h3{
	margin-top:0px;
	color:white;
}

.pageHead .hero{
	margin-bottom:0;
}

.hero{
	text-align:center;
	margin-bottom:100px;
	color:black;
}

.hero .space{
	width:100px;
	height:4px;
	background-color:black;
	margin:0 auto;
	margin-top:50px;
	margin-bottom:25px;
}

.hero h2{
	font-weight:100;
	color:black;
	text-transform:uppercase;
	font-size:30px;
	line-height:30px;
	letter-spacing:3px;
	font-family: "Montserrat", Helvetica, Arial, sans-serif;
}

.hero p{
	font-weight:100;
	padding-left:5%;
	padding-right:5%;
	font-size:18px;
	line-height: 1.5;
	color:#C4C4C4;
	font-family:"Montserrat",Helvetica,Arial,sans-serif;
}

#head{
	background:none;
	width:100%;
	height:100%;
	color:black;
}

#head{
	padding-bottom:0px;
}

#head .hero{
	margin-top:100px;
	position:absolute;
	text-align:center;
	width:100%;
}

#head .hero h1{
	font-weight:800;
	text-transform:uppercase;
	font-size:60px; 
	color:white;
	margin-bottom:0px;
}

#head .hero h3{
	font-weight:100;
	color:white;
	margin-top:0px;
}

#head .container {
	z-index: 3;
	position: relative;
}

/* head variation */

#head .head-thumbBig{
	margin-top:15px;
}

#head .head-thumbBig img {
	margin: 0 auto;
	border: 10px solid white;
	width: 250px;
	box-shadow:0px 0px 2px rgba(0,0,0,0.3);
}

#head.style{
	background: none;
}

#head .hero2{
	margin-top:100px;
	position:absolute;
	bottom: 60px;
	text-align:center;
	width:100%;
}

#head .hero2 h1{
	font-family: 'Raleway', sans-serif;
	font-weight:800;
	font-size:60px; 
	color:white;
	margin-bottom:0px;
	text-shadow:
	-1px -1px 0 #000,
	1px -1px 0 #000,
	-1px 1px 0 #000,
	1px 1px 0 #000;  
}

#head .hero2 h2,
#head .hero2 h2 a {
	color: #ffffff;
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	font-size: 24px;
	line-height: 1.4em;
	padding:0 0 10px;
	margin: 0px;
	font-style:normal;
  text-transform: uppercase;
}

#head .hero2 h2 a:hover, #godown a:focus {
	text-decoration: underline;
}
#head .hero2 p {
	color: #ffffff;
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	font-size: 16px;
	line-height: 1.4em;
	padding:0 0 10px;
	margin: 0px;
	font-style:normal;
  text-transform: uppercase;
	letter-spacing: .5px;
}

/*
 * HEAD SLIDER
 */

#head #slides {
	left: 0;
	position: fixed !important;
	top: 0;
	height:100% !important;
	overflow: hidden;
	z-index: 1;
}

#head #slides .slides-container {
	display: none;
}

#welcome .introduction-table .row{
	margin-bottom:10px;
}

#clients{
	background:white;
	padding-top:50px;
}

#portfolio .container {
	padding-top:50px;
}

#portfolio{
	background:#F5F5F5;
}

#resume{
	padding-bottom:50px;
}

#patents{
	padding-bottom:50px;
}

#about{
	background:#F5F5F5;
}

#testimonials{
	background:#F5F5F5;
	padding-top:50px;
	padding-bottom:50px;
}

#contact {	
/*	background: #2F3238; */
	background:rgba(51,51,51,.5);
	color: #f2f2f2;
}

#contact h3 {
	font-weight:700;
	color: white;
}

#contact .hero h2{
	color:#AA9159;
}

#contact .hero p{
	color:white;
}

#contact .btn-submit {
	background: #fa4f3e;
	color: white;
	border: none;
}

#contact .btn-submit:hover,
#contact .btn-submit:focus,
#contact .btn-submit:active,
#contact .btn-submit.active {
	background: #ff7c6f;
}

#contact input,
#contact textarea {
	background: none repeat scroll 0 0 rgba(39,41,46,1);
	border: none;
	border-radius: 0px;
	box-shadow: none;
	height: auto;
	margin: 0;
	padding: 15px;
	resize: none;
	color: #f2f2f2;
}

#contact .form-group {
	margin-bottom: 5px;
}

#contact h2 {
	margin-top: 0;
	color:#f2f2f2;
}

#contact address{
	margin-bottom:100px;
}

#contact #contact-form-response {
	margin-top: 10px;
}

#contact .social-icons {
	margin-top:50px;
	margin-bottom:50px;
}

#contact .social-icons .fa{
	font-size: 35px;
}

#contact .social-icons a{
	width:50px;	
}

#contact .background-icon{
	position:absolute;
	width:100%;
	height:100%;
	top:-50px;
	padding-right:30px;
}

#contact .background-icon .fa{
  font-size: 250px;
	line-height: 250px;
	opacity: 0.06;
}

footer {
	padding-top: 15px;
	padding-bottom: 15px;
	background: #27292E;
	font-size: 10px;
	color:#f2f2f2;
	z-index:3;
	position:relative;
	width:100%;
	bottom:0;
}

footer .copy {
	padding-top:5px;
	margin-bottom: 0px;
}

/*
 * 
 * 404
 * 
 * 
*/

.page-notfound{
	height:100%;
}

#not-found{
	background:none;
	width:100%;
	height:100%;
	color:white;
}

/*
 * preloader
 *
 */

#preloader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: white;
	color: #222;
	z-index: 9999;
}

#preloader #spinner_container {
	width: 213px;
	margin: 250px auto;
	text-align: center;
}

#preloader .border{
	border:3px solid black;
}

/*
 * HELPER
 */

.row-padding{
	margin-bottom:100px;
}

.center-block{
	margin:0 auto;
}

hr.not-visible{
	border-top:none;
}

/*
 * animation helper
 */

.animated {
	visibility: hidden;
}

.visible {
	visibility: visible;
}

/*
 * media queries
 */

@media only screen and (max-width: 970px) {
	#head {
		padding-top:10px;
	}
	.mob-off {
		display: none;
	}
	footer {
		text-align: center;
	}
	footer .pull-right {
		float: none !important;
	}
}

@media screen and (max-width: 490px) {
	.hero2 {
		bottom: 20px;
	}
	.mob-on {
		font-size: 1.2em;
	}
}

@media only screen and (max-width: 768px) { /*col-md*/
	#head .hero h1 {
		font-size:35px;
		line-height:35px;
	}
	.top-nav-collapse .company .border{
		border:none;
	}
	.top-nav-collapse .company{
		padding-top:14px;
	}
	.owl-buttons{
		display:none;
	}
	.background-icon{
		display: none;
	}
}

/*only for webkit  browsers*/
@media screen and (-webkit-min-device-pixel-ratio:0) {
  .background-middle-full.fixed{ 
		background-attachment: scroll !important;
	}
}

.button-box {
	margin: 0 auto; 
	display: block; 
}

.owl-carousel {clear: both;}
.owl-carousel .owl-item { text-align: center; }
.owl-theme .owl-controls {margin-top: 30px !important; text-align: left !important;}

.tcontainer {
  overflow: hidden;
}

.tcontainer .right {
  float: right;
	width: 33%;
}

.tcontainer .left {
  float: left;
	width: 33%;
}

.tcontainer .middle {
  margin: 0 33%;
}

/*
==============================================
Carousel Specific Styling
==============================================
*/

.owl-carousel {clear: both;}
.owl-carousel .owl-item { text-align: center; }
.owl-theme .owl-controls {margin-top: 30px !important; text-align: left !important;}
#Clients .owl-theme .owl-controls {margin-top: 30px !important; text-align: center !important;}
#Portfolio .owl-theme .owl-controls {margin-top: 30px !important; text-align: center !important;}
.owl-pagination {display:none !important;}

.fb_iframe_widget {
	margin: 0;
	padding: 0;
	vertical-align: middle;
	line-height: 1;
}
.IN-widget {
	margin: 2px 0 0 0;
	padding: 0;
	vertical-align: middle !important;
}
.twitter-follow-button {
	margin: 0;
	padding: 0;
	vertical-align: middle;
}
.twitter-share-button {
	margin: 0;
	padding: 0;
	vertical-align: middle;
}
#___follow_0 {
	margin: 0;
	padding: 0;
	vertical-align: middle !important;
	line-height: 1;
}
#___plusone_0 {
	margin: 0;
	padding: 0;
	vertical-align: middle !important;
	line-height: 1;
}
#___plus_0 {
	margin: 0;
	padding: 0;
	vertical-align: middle !important;
	line-height: 1;
}
#iframe-stmblpn-widget-1 {
	margin: 0;
	padding: 0;
	vertical-align: middle !important;
	line-height: 1;
	height: 20;
}

h4.social {
	font-weight:100;
	padding-left:0;
	padding-right:0;
	font-size:12px !important;
	line-height: 1.5;
	color: #C4C4C4 !important;
	font-family: "Montserrat",Helvetica,Arial,sans-serif;
}

.bg{
	background: url(/img/bg_fo.jpg) no-repeat scroll center center;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	background-size:cover;
	position:fixed;
	overflow:hidden;
	width:100%;
	height:100%;
	z-index:-1;
	top:0;
	left:0;
}

.res-body {
	display:none;
}

.res-btn {
	display:block;
}

#godown {
	bottom: 20px;
  height: 80px;
  left: 0;
  margin: auto;
	position: fixed;
  right: 0;
  width: 100%;
	text-align:center;
  z-index:99;
}

#godown p {
	color: #ffffff;
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	font-size: 15px;
	line-height: 1.4em;
	padding:0 0 10px;
	margin: 0px;
	font-style:normal;
  text-transform: uppercase;
	letter-spacing: .5px;
}

#godown-l {
	bottom: 20px;
  height: 80px;
  left: 0;
  margin: 0;
	position: fixed;
  width: 40%;
	text-align:center;
  z-index:100;
}

#godown-l p {
	color: #ffffff;
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	font-size: 15px;
	line-height: 1.4em;
	padding:0 0 10px;
	margin: 0px;
	font-style:normal;
  text-transform: uppercase;
	letter-spacing: .5px;
}

#godown-r {
	bottom: 20px;
  height: 80px;
  margin: 0;
	position: fixed;
  right: 0;
  width: 40%;
	text-align:center;
  z-index:101;
}

#godown-r p {
	color: #ffffff;
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	font-size: 15px;
	line-height: 1.4em;
	padding:0 0 10px;
	margin: 0px;
	font-style:normal;
  text-transform: uppercase;
	letter-spacing: .5px;
}

#godown a {
	color: #FAE1A9;
	text-decoration: none;
	-webkit-transition: color 0.5s ease 0s;
	-moz-transition: color 0.5s ease 0s;
	-o-transition: color 0.5s ease 0s;
	transition: color 0.5s ease 0s;
	text-shadow:
	-1px -1px 0 #000,
	1px -1px 0 #000,
	-1px 1px 0 #000,
	1px 1px 0 #000;  
}

#godown a:hover, #godown a:focus {
	color: #FFFFFF;
	font-weight: 900;
	text-decoration: underline;
	text-shadow:
	-1px -1px 0 #000,
	1px -1px 0 #000,
	-1px 1px 0 #000,
	1px 1px 0 #000;  
}

#godown a:focus {
	outline: thin dotted #333333;
	outline-offset: -2px;
}

.floating{
	animation-name: floating;
	-webkit-animation-name: floating;
	animation-duration: 1.5s;	
	-webkit-animation-duration: 1.5s;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
}

@keyframes floating {
	0% {
		transform: translateY(0%);	
	}
	50% {
		transform: translateY(8%);	
	}	
	100% {
		transform: translateY(0%);
	}			
}

@-webkit-keyframes floating {
	0% {
		-webkit-transform: translateY(0%);	
	}
	50% {
		-webkit-transform: translateY(8%);	
	}	
	100% {
		-webkit-transform: translateY(0%);
	}			
}
.fa {
  text-rendering: auto;
  font-family: 'FontAwesome';
  font-variant: normal;
}
.reveal .fa {
  font-family: 'FontAwesome';
}
.socialite{
	height:20px;
	display:inline-block;
	background:url(/img/socialite-buttons.png) 0 0 no-repeat;
	text-indent:-1000em;
}
.twitter-share{background-position:0 0;width:56px}
.googleplus-one{background-position:-59px 0;width:32px}
.facebook-like{background-position:-94px 0;width:46px}
.linkedin-share{background-position:-143px 0;width:59px}
.socialite-loaded{width:auto;background:none;text-indent:0}
