html, button, input, select, textarea {
	color: #222;
}
body {
	font-size: 1em;
	line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
 background: #f2c2c9;
 color: #a4003a;
 text-shadow: none;
}
::selection {
	background: #16a085;
	color: #a4003a;
	text-shadow: none;
}
/*
 * A better looking default horizontal rule
 */

hr {
	display: block;
	height: 3px;
	border: 0;
	margin: 3em 0;
	padding: 0;
	background-image: -webkit-linear-gradient(left, #fff, #e6e6e6, #fff);
	background-image: -moz-linear-gradient(left, #fff, #e6e6e6, #fff);
	background-image: -ms-linear-gradient(left, #fff, #e6e6e6, #fff);
	background-image: -o-linear-gradient(left, #fff, #e6e6e6, #fff);
	width: 50%;
	left: 25%;
	position: relative;
	border: none;
}

img {
	vertical-align: middle;
}
/*
 * Allow only vertical resizing of textareas.
 */

textarea {
	resize: vertical;
}
/* ==========================================================================
   General styles
   ========================================================================== */

html, body {
	height: 100%;
}
body {
  	font-family: "Lato", Helvetica, Arial, sans-serif;
	font-weight: 300;
	font-size: 16px;
	color: #555;
	-webkit-font-smoothing: antialiased;
	-webkit-overflow-scrolling: touch;
}
.projects .col-md-4 {
	margin-bottom: 30px;
}
.row {
	margin-right: 0px;
	margin-left: -15px;
}
.modal-header {
	background: #34b1c4;
}
.modal-header h4 {
	color: white;
	font-weight: 700;
	letter-spacing: 1px;
}
.modal-footer {
	background: #34b1c4;
}
.navbar-default .navbar-nav > li > a {
  color: #555;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #38b5c9;
  background-color: #fff;
  
  
}
.navbar-default {
	background-color: #fff;
	padding: 12px 0;
	box-shadow: 0 0 3px #ccc;
	font-weight: 500;
}
.navbar-default .navbar-brand {
	font-weight: 700;
	font-size: 26px;
	color: #666;
}
.navbar-brand .fa {
	color: #38b5c9;
}
.navbar-toggle {
	border-color: transparent;
	border: 0px solid transparent;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
	color: #38b5c9;	
}
a img {
	background: white;
}
.odd a img {
	background: #f5f5f5;
}
/* Titles */
h1, h2, h3, h4, h5, h6 {
	font-weight: 200;
	color: #555;
}
h2 {
	font-size: 34px;
	color: #666;
	font-weight: 500;
}
h3 {
	font-size: 24px;
	font-weight: 500;
}
h5 {
	font-size: 24px;
	font-weight: 500;
}
/* Paragraph & Typographic */
p {
	line-height: 26px;
	margin-bottom: 20px;
}
p.large {
	font-size: 18px;
	margin-bottom: 50px;
}
.centered {
	text-align: center;
}
strong {
	font-weight: 700;
}
em {
	font-weight: 300;
}
pre {
	background: #ebebeb;
	border: none;
	font-family: "Monaco";
	font-size: 16px;
	color: #666;
	padding: 20px;
	line-height: 28px;
}
small {
	font-size: 12px;
}
blockquote, blockquote p {
	line-height: 28px;
	color: #999;
	font-weight: 300;
	font-style: italic;
}
blockquote {
	position: relative;
	margin: 0 0 40px -30px;
	padding-left: 30px;
	border-left: 5px solid #3498db;
}
blockquote cite {
	position: absolute;
	bottom: -25px;
	right: 0;
	font-size: 12px;
	font-style: italic;
	color: #333;
	font-weight: 300;
}
blockquote cite:before {
	content: "-- "
}
/* Images */
.overflow-image {
	margin-top: -65px;
}
/* Links */
a {
	color: #329bab;
	word-wrap: break-word;
	-webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
	-moz-transition: color 0.1s ease-in, background 0.1s ease-in;
	-ms-transition: color 0.1s ease-in, background 0.1s ease-in;
	-o-transition: color 0.1s ease-in, background 0.1s ease-in;
	transition: color 0.1s ease-in, background 0.1s ease-in;
}
a:hover, a:focus {
	color: #c0392b;
	text-decoration: none;
	outline: 0;
}
a:before, a:after {
	-webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
	-moz-transition: color 0.1s ease-in, background 0.1s ease-in;
	-ms-transition: color 0.1s ease-in, background 0.1s ease-in;
	-o-transition: color 0.1s ease-in, background 0.1s ease-in;
	transition: color 0.1s ease-in, background 0.1s ease-in;
}
.navbar-brand {
	background: url(../img/logo-sm.png) no-repeat scroll 0 0;
    height: 50px;
    width: 250px;
}
.chevron-list {
	padding: 0 0 0 10px;
}
.chevron-list li {
	padding: 5px 0 5px 20px;
    position: relative;
	list-style: outside none none;
	font-size: 18px;
}
.chevron-list li::before {
    color: #009963;
    content: "\f105";
    font-family: "FontAwesome";
    left: 0;
    line-height: inherit;
    position: absolute;
    top: 5px;
}
.scaleOnHover {
  transition: 0.1s linear;
}
.scaleOnHover:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
/* ==========================================================================
   Wrap Sections
   ========================================================================== */
/* ==========================================================================
   Header
   ========================================================================== */

#headerwrap {	
	margin-top: 70px;
    overflow: hidden;
    padding-bottom: 100px;
    position: relative;
    text-align: center;
	z-index: 1;
	position: relative;

}
#headerwrap h1 {
	color: #fff;
	font-size: 50px;
	font-weight: 400;
	text-align: center;
	letter-spacing: 2px;
	padding: 70px 0 10px 0;
	
}
#headerwrap p {
	color: #fff;
	font-size: 22px;
	font-weight: 300;
	text-align: center;
	letter-spacing: 1px;
	text-shadow: 0 0 5px #000;
}
#headerwrap .btn {
	font-weight: 500;
	font-size: 17px;
	margin: 20px 0;
	background-color: rgba(255,255,255,0);
	color: #fff;
	border: 1px solid #fff;
}
#headerwrap .btn:hover, #headerwrap .btn:focus {
	color: #555;
	background-color: #fff;
	outline: 0px;
	border: 1px solid #fff;
}
/* ==========================================================================
   ABOUT
   ========================================================================== */
#about {
	background: #fff;
	padding-top: 80px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 60px;
	color: #222;
	z-index: 1;
}
#about img {
	margin: 0 0 20px;
}
#about ul li {

}
#about h2{
	font-weight: 300;
	text-align: center;
	padding-bottom: 30px;
	color: #222;
}
.about-block {
	border: 1px solid #efefef;
    border-radius: 3px;
    box-shadow: 0 0 15px -6px rgba(0, 0, 0, 0.5);
	margin-bottom: 30px;
    padding: 10px;
}
/* ==========================================================================
   SERVICES
   ========================================================================== */
#services {
	background: url(../img/bg.jpg) no-repeat center center fixed;
	padding: 60px 0;
	text-align: center;
	background-size: cover;
	z-index: 1;
}
#services .fa {
	color: #c0ed5d;
}
#services hr {
	display: block;
	height: 3px;
	border: 0;
	margin: 3em 0;
	padding: 0;
	background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0), #71c9d6, rgba(255, 255, 255, 0));
	background-image: -moz-linear-gradient(left, rgba(255, 255, 255, 0), #71c9d6, rgba(255, 255, 255, 0));
	background-image: -ms-linear-gradient(left, rgba(255, 255, 255, 0), #71c9d6, rgba(255, 255, 255, 0));
	background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0), #71c9d6, rgba(255, 255, 255, 0));
	width: 50%;
	left: 25%;
	position: relative;
	border: none;
}
#services p {
	text-align: center;
	color: #fff;
}
#services H2 {
	color: #fff;
	text-transform: uppercase;
}
#services H5 {
	color: #fff;
}
#services H3 {
	color: #fff;
}
#services  p{ 
	text-align: justify;
}
#services ul>li {
	color: #fff;
	text-align: left;
}
/* ==========================================================================
   PORTFOLIO
   ========================================================================== */
#projects {
	background-color: #fff;
	padding: 60px 0;
	z-index: 1;
}
#projects .btn-default {
	border: 0; 
}
/* ==========================================================================
   STARTUP
   ========================================================================== */
#startup {
	background: url(../img/bg.jpg) no-repeat center center fixed;
	padding: 60px 0;
	text-align: center;
	background-size: cover;
	position: relative;
	z-index: 2;
}
#startup hr {
	display: block;
	height: 3px;
	border: 0;
	margin: 3em 0;
	padding: 0;
	background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0), #71c9d6, rgba(255, 255, 255, 0));
	background-image: -moz-linear-gradient(left, rgba(255, 255, 255, 0), #71c9d6, rgba(255, 255, 255, 0));
	background-image: -ms-linear-gradient(left, rgba(255, 255, 255, 0), #71c9d6, rgba(255, 255, 255, 0));
	background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0), #71c9d6, rgba(255, 255, 255, 0));
	width: 50%;
	left: 25%;
	position: relative;
	border: none;
}
#startup H2 {
	color: #fff;
}
#startup H5 {
	color: #fff;
	padding: 15px 0 25px;
	text-transform: uppercase;
}
#startup p {
	color: #fff;
}
#startup H4 {
	padding-top: 10px;
	color: #fff;
	font-weight:bold;
}
#startup p.large {
	margin-top: 60px;
	margin-bottom: 30px;
}
#startup img {
	width: 100%;
}
#startup .services p {
	text-align: justify;
}
#startup1, #startup2, #startup3, #startup4 {
	padding: 0;
	position: relative;
	overflow: hidden;
	z-index: 1;
}
#startup1 p, #startup2 p, #startup3 p, #startup4 p {
	text-align: justify;
}
#startup1 p {
	color: #fff;
	text-shadow: 1px 1px 0 #000;
}
#startup1 .icon-blue, #startup3 .icon-blue {
	color: #fff;
	border-color: #fff;
}

#startup2 p {
	color: #fff;
}
#startup3 p{
	color: #fff;
	text-shadow: 1px 1px 0 #000;
}
#startup4 p {
	color: #fff;
}
.fullscreen img, .fullscreen img, .fullscreen img, .fullscreen img {
	margin: -30% auto 0;
}
#to-startup, #to-startup1, #to-startup2, #to-startup3, #to-startup4 {
	margin-top: -70px;
	position: absolute;
}
#startup2, #startup4  {
	background: url(../img/bg.jpg) no-repeat center center fixed;
	text-align: center;
	background-size: cover;
}
a.smoothScroll.icon {
	border: 2px solid #fff;
    border-radius: 50%;
    color: #fff;
    display: block;
    font-size: 40px;
    height: 45px;
    line-height: 40px;
    margin: 0 auto;
    width: 45px;
	transition: all 0.5s;
}
a.smoothScroll.icon:hover {
    box-shadow: 0 0 13px 1px rgba(255, 255, 255, 0.6);  
}
a.smoothScroll.icon-blue {
	border: 2px solid #329bab;
    border-radius: 50%;
    color: #329bab;
    display: block;
    font-size: 40px;
    height: 45px;
    line-height: 40px;
    margin: 0 auto;
    width: 45px;
	padding: 1px 0 0 7px;
	transition: all 0.5s;
}
a.smoothScroll.icon-blue:hover {
    box-shadow: 0 0 13px 1px rgba(50, 155, 171, 0.8);  
}
/* ==========================================================================
   CONTACT
   ========================================================================== */
#contact {
	background: #fff;
	padding: 60px 0;
	text-align: center;
	z-index: 1;
	position: relative;
}
#contact .form {
	padding: 30px 0;
}
#contact .fa {
	color: #3ab7cb;
	margin-bottom: 10px;
}
#contact .btn {
	font-weight: 500;
	font-size: 18px;
	margin-top: 50px;
	background-color: #3ab7cb;
	color: #fff;
	border: 0;
}
#contact .btn:hover, #contact .btn:focus {
	background-color: #329cad;
	outline: 0px;
}
#greywrap {
	background: #f5f5f5;
	margin-top: 0px;
	padding: 50px 0;
	border-bottom: 1px solid #eee;
	text-align: center;
	
}
#greywrap .btn {
	font-family: "Raleway";
	font-weight: 300;
	font-size: 20px;
	margin: 0 25px;
	background-color: #fff;
	border-color: #e2e2e2;
	color: #888;
	border-bottom: 0;
	letter-spacing: 1px;
}
#greywrap .btn:hover, #greywrap .btn:focus {
	margin: 0 25px;
	background-color: #fff;
	border-color: #a5cdd5;
	border-bottom: 0;
	outline: 0px;
	color: #a5cdd5;
}
#greywrap h2 {
	font-size: 30px;
}
#greywrap .callout {
	margin-bottom: 20px;
}
/*.callout-parent {
	position: relative;
}
.callout {
	height: 300px;
    overflow: hidden;
}
.callout:hover {
	height: 300px;
    width: 50%;
	overflow: visible;
	z-index: 999;

}*/
#greywrap p {
	font-size: 30px;
}
#greywrap .fa {
	font-size: 18px;
	margin-right: 4px;
}
#footerwrap {
	background: #2b2b2b;
	padding: 25px 0 15px 0;
	border-bottom: 1px solid #ddd;
	text-align: center;
	position: relative;
	z-index: 1;
}
#footerwrap span.copyright {
	line-height: 40px;
	color: #888;
	font-weight: 400;
}
#footerwrap span.copyright a {
	color: #888;
	border-bottom: 1px dotted;
}
#footerwrap span.copyright a:hover {
	color: #3ab7cb;
	text-decoration: none;
}
#footerwrap h4 {
	color: white;
}
ul.social-buttons {
	margin: 0;
}
ul.social-buttons li a {
	font-size: 24px;
	outline: 0;
	color: #999;
}
ul.social-buttons li a:hover, ul.social-buttons li a:focus, ul.social-buttons li a:active {
	color: #3ab7cb;
}
/* ==========================================================================
   Box Sections
   ========================================================================== */

.white h1 {
	color: #999;
}
.white p {
	padding-top: 25px;
}

/* ==========================================================================
   Image Mask
   ========================================================================== */

.grid figure {
	margin: 0 0 25px;
	position: relative;
	border: 1px solid #ddd;
}
.grid figure img {
	width: 100%;
	display: block;
	position: relative;
	
}
.grid figcaption {
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px;
	color: #fff;
	background-color: rgba(52,177,196,0.9);
}
.grid figcaption h5 {
	margin: 0;
	padding-top: 0px;
	padding-left: 20px;
	padding-bottom: 5px;
	color: #fff;
	font-weight: 700;
	text-align: left;
	letter-spacing: 1px;
	float: left;
	text-shadow: 1px 1px 4px #000;
}
.grid figcaption a {
	text-align: left;
	padding: 5px 10px;
	margin-left: 20px;
	display: inline-block;
	background: #2f2f2f;
	color: #fff;
	font-size: 13px;
}
/* Caption Style */
.mask figure {
	overflow: hidden;
}
.mask figure img {
	-webkit-transition: -webkit-transform 0.4s;
	-moz-transition: -moz-transform 0.4s;
	transition: transform 0.4s;
}
.no-touch .mask figure:hover img, .mask figure.cs-hover img {
	-webkit-transform: translateY(-30px);
	-moz-transform: translateY(-30px);
	-ms-transform: translateY(-30px);
	transform: translateY(-30px);
}
.mask figcaption {
	height: 64px;
	width: 100%;
	top: auto;
	bottom: 0;
	-webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
	-moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
	transition: transform 0.4s, opacity 0.1s 0.3s;
	/*
	opacity: 0;
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
	*/
}
.no-touch .mask figure:hover figcaption, .mask figure.cs-hover figcaption {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
	-moz-transition: -moz-transform 0.4s, opacity 0.1s;
	transition: transform 0.4s, opacity 0.1s;
}
.mask figcaption a {
	float: right;
}
.error404 {
	background: #009963;
	text-align: center;
}
.error403 {
	background: #c0392b;
	text-align: center;
}
.error404 h3, .error404 h4, .error403 h3, .error403 h4 {
	color: #fff;
}
.error404 a, .error403 a{
	color: #fff;
	text-decoration: underline;
}
.errortext {
	color: #fff;
    font-size: 140px;
    font-weight: 900;
}
.loading {
    display: none;
    height: 150px;
    left: 0;
    position: relative;
    top: 0;
    width: 100%;
	padding: 70px 15%;
}
.parent {
	position: relative;
}
.parent span{
	display: block;
    position: absolute;
    top: 35%;
    left: 0%;
    width: 100%;
}
.parent span span{
	position: relative;
    top: -50%;
}
.pulse-custom {
    animation-duration: 0.3s;
  animation-delay: 1s;
   animation-iteration-count: 3;
}

/*===============	parallax CSS	====================*/

.parallax {
	position: absolute;
	
}
#warpbg {
	background: url(../img/parallax/host.jpg) no-repeat center center;
	background-position: center top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	width: 120%;
	height: 120%;	
}
#header-bg {
	background: url(../img/header_bg.jpg) no-repeat center top;
	background-position: center top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	width: 120%;
	height: 120%;
	background-attachment: relative;
}
#team {
	background: url(../img/parallax/team.jpg) no-repeat center center;
	background-position: center top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	width: 120%;
	height: 120%;	
}















/* ==========================================================================
   MEDIA QUERIES
   ========================================================================== */


@media screen and (max-width:1050px), screen and (max-device-width:1050px) {
body .header {
	background-attachment: scroll;
}
}

/*ipad portrait*/
@media only screen and (min-device-width:768px) and (max-device-width : 1024px) and (orientation : portrait) {
.header {
	background-attachment: scroll;
}
}

@media screen and (max-width:769px) {
#headerwrap {
    padding-bottom: 10px;
    padding-top: 10px;
}
#headerwrap h1 {
	font-size: 40px;
}
#headerwrap p {
	font-size: 20px;
}
.parent span {
    top: 0;
	position: relative;
}
.parent span span {
    top: 0;
}
#services, #startup, #startup2, #startup4  {
	background: url(../img/bg.jpg) no-repeat center center;
	background-size: cover;
}
#startup1, #startup2, #startup3, #startup4 {
    position: relative;
}
#startup1 img, #startup2 img, #startup3 img, #startup4 img {
    margin: 0 auto;
	max-width: 50%;
	padding-top: 25px;
}
#startup1 .smoothScroll, #startup2 .smoothScroll, #startup3 .smoothScroll, #startup4 .smoothScroll {
	margin-bottom: 35px;
}

}



@media screen and (max-width:400px) {

.grid figcaption h5 {
    font-size: 18px;
    padding-left: 0px;
	padding-top: 4px;
}
.grid figcaption a {
    padding: 5px;
	margin: 0;
}
}





/*===============	Background Video	====================*/
/*
.is_overlay{ display: block; width: 100%; height: 100%; }		
#preloader {
	margin: auto; 
	left: 0; top: 0; right: 0; bottom: 0; 
	position: absolute;
	width: 4em;				
	height: 4em;
	text-align: center;
	vertical-align: middle;
	transition: opacity .3s;
	-webkit-transition: opacity .3s;
	-moz-transition: opacity .3s;
	-ms-transition: opacity .3s;
	-o-transition: opacity .3s;
	background-color: black;
	border: 1px solid black;
	border-radius: 10px;
	padding: 5px;
}
#wait { 
	-webkit-animation: spin 1.2s infinite linear; 
	-moz-animation: spin 1.2s infinite linear; 
	-ms-animation: spin 1.2s infinite linear; 
	-o-animation: spin 1.2s infinite linear; 
	animation: spin 1.2s infinite linear; 
	font-size: 4em;
	color: white;
}
#trailer {
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
	overflow: hidden;
}
#trailer > video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 0; 	
}
*/