@CHARSET "UTF-8";

html, body {
    max-width: 100%;
    overflow-x: hidden;
}

body{
	font: 400 16px Arial, Helvetica, sans-serif;
	line-height: 1.8;
	color: #818181;
}

a{
	color: green;
}

a:hover,a:focus {
	color: green;
}

input{
	margin: 2px 0px;
}

.btn-link:hover,.btn-link:focus {
	color:green;
}

.control-label{
	color: black;
    font-size: 14px;
	height: 42px;
    padding: 10px 6px 0px 16px;
    margin: 0px;
}

.container {
	width: auto;
	margin: 0px;
	padding: 0px;
}

.container-fluid {
	margin: 0px;
	padding: 0px;
}


.logo-small {
	color: green;
	font-size: 50px;
}
.row{
	margin: 0px;
	padding: 0px 5vw;
}


.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12{
	margin: 0px;
	padding: 10px 10px;
}

.logo {
	color: green;
	font-size: 200px;
}

.thumbnail {
	padding: 0 0 15px 0;
	border: none;
	border-radius: 0;
}

.thumbnail img {
	width: 100%;
	height: 100%;
	margin-bottom: 10px;
}

.carousel-control.right, .carousel-control.left {
	background-image: none;
	color: green;
}

.carousel-indicators{
	position: relative;
	top: 0px;
}

.carousel-indicators li {
	border-color: green;
}

.carousel-indicators li.active {
	background-color: green;
}

.carousel-inner > .item{
	height: 220px;
}
.carousel-caption{
	width: 70%;
	top: 0px;
	left: 0px;
}
.carousel-caption > h3{
	color: black;
	text-shadow: none;
}

.carousel-caption > p{
	color: grey;
	text-shadow: none;
}
  

.navbar {
	padding-top: 0px;
	margin: 0px;
	background: white;
	z-index: 9999;
	font-size: 12px !important;
	line-height: 1.42857143 !important;
	letter-spacing: 4px;
	border-radius: 0;
	font-family: Montserrat, sans-serif;
}

.navbar, .navbar-default {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-color: white;
}

.navbar-toggle{
	position: absolute;
	top:0px;
	right:4px;
}

.navbar li a, .navbar .navbar-brand {
	color: green !important;
}

.navbar-nav li a:hover, .navbar-nav li.active a {
	color: white !important;
	background: green !important;
}

.navbar-default .navbar-toggle {
	background-color: green;
	border-color: transparent;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus{
	background-color: grey;
	border-color: transparent;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: green;
}

footer .glyphicon {
	font-size: 20px;
	margin-bottom: 20px;
	color: green;
}

.slideanim {
	visibility: hidden;
}

.slidefast {
	animation-name: slide;
	-webkit-animation-name: slide;
	animation-duration: 1s;
	-webkit-animation-duration: 1s;
	visibility: visible;
}
.slideslow {
	animation-name: slide;
	-webkit-animation-name: slide;
	animation-duration: 3s;
	-webkit-animation-duration: 3s;
	visibility: visible;
}

@keyframes slide {
    0% {
      opacity: 0;
      transform: translateX(70%);
    }
    100% {
      opacity: 1;
      transform: translateX(0%);
    }
}
 
@-webkit-keyframes slide {
    0% {
      opacity: 0;
      -webkit-transform: translateX(70%);
    }
    100% {
      opacity: 1;
      -webkit-transform: translateX(0%);
    }
}

.modal-dialog, modal-dialog-lg {
    width: 1200px;
    max-width: 100%;
    margin: 0px auto;
}

.modal-content{
	box-shadow: none;
	border: none;
	margin: 0px;
	padding: 0px;
	border-radius: 0px;
	background-color: transparent;
}

.modal-header{
	margin: 0px;
	padding: 0px 4px;
	border: none;
	font-size: 30px;
	font-weight: normal;
	color: white;
	height: 40px;
}
.modal-body{
	margin: 10px;
    padding: 0px;
    background: black;
	border: solid thin white;
}
.modal-dialog-center {
    margin-top: 80px;
    z-index: 100;
}
.close{
	color: white;
	opacity: 1;
	text-shadow: none;
}
.close:hover{
	color: red;
	opacity: 1;
}


/********************

InCA Classes

*********************/




.inca_h_a, .inca_h_b, .inca_h_c, .inca_h_d{
	font-family: Arial, Helvetica, sans-serif;
}

.inca_h_a, .inca_h_b {
	text-align: center;
	font-size: 30px;
	color: #303030;
	font-weight: bold;
	padding: 30px 0px;
	margin: 0px;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.2);
}

.inca_h_c {
	font-size: 18px;
	line-height: 1.375em;
	color: #303030;
	font-weight: normal;
	margin: 30px 0px;
	padding: 10px 0px;
	border-top: solid thin #CCC;
	border-bottom: solid thin #CCC;
}
.inca_h_d {
	font-size: 24px;
	color: black;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.2);
	padding: 0px 10px;
}

.incatechnology, .inca_signup, .inca_app{
	font-family: Arial, Helvetica, sans-serif;
	background-image: url("theme/background.png");
	background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center top;
}

.inca_navbar{
	box-sizing: border-box;
	background: white;
	border: none;
}
.inca_navbar_container{
	box-sizing: border-box;
	padding: 0px 5vw;
	margin-top: 12px;
	background: white;
	box-shadow: 0px 0px 4px rgba(0,0,0,0.3);
	border: none;
}

.inca_btn{
	color: white;
	background: #CCC;
	letter-spacing: 4px;
	border: solid thin white;
	border-radius: 4px;
	padding: 4px 10px;
	margin: 10px;
}
.inca_btn:hover{
	background: green;
	box-shadow: 2px 2px 5px #AAA;
	border: solid thin white;
}

.incatechnology_logo {
	width: 380px;
	height: 50px;
	margin: 0px;
	padding: 0px;
	font-size: 0;
}
.inca_logo {
	width: 150px;
	height: 50px;
}

.inca_main_image{
	position: relative;
	text-align: center;
	margin-top: 60px;
	background: linear-gradient(175deg, white 0%, rgba(255,255,255,0.5) 70%, #999 70%, #999 100%);
}	
	
.inca_main_image img{
  -webkit-filter: drop-shadow(1px 1px 1px black);
  filter: drop-shadow(0px 0px 4px white);	
}
.inca_main_image img{
	width:75%;
}
.inca_main_clicktoplay{
	cursor: pointer;
}
.inca_main_video{
 	position: relative;
 	font-size: 60px;
 	color: white;
 	font-weight: bold;
 	font-style: italic;
 	text-shadow: 3px 3px 6px rgba(0,0,0,0.5);
 	line-height: 80px;
	background-color: #999;
	box-sizing: border-box;
	margin: 0px;
	padding: 20px 30px;
}
.inca_main_video:hover{
	font-size: 64px;
}


.inca_main_top{
	position: relative;
	background: radial-gradient(closest-side, #CCC, #999);
	box-sizing: border-box;
}
.inca_main_top_outer {
	box-sizing: border-box;
    display: table;
    min-height: 50vh;
}
.inca_main_top_middle {
    display: table-cell;
    vertical-align: middle;
}
.inca_main_top_inner {
    margin-left: auto;
    margin-right: auto; 
}
.inca_main_top_text{
	font-size: 30px;
	line-height: 40px;
	margin: 50px;
	color: #333;
	font-weight: bold;
	font-style: italic;
	text-align: center;
    text-shadow: 1px 1px 1px rgba(255,255,255,0.3);
}
.inca_main_top_subtext{
	font-size: 14px;
	line-height: 24px;
	padding: 40px 20px;
}
.inca_main_top_container{
}
.inca_main_top_row{
	box-sizing: border-box;
    align-items: center;
	margin: 0px;
	padding: 0px;
}
.inca_main_top_col{
	margin: 0px;
	padding: 0px 10px;
}
.inca_main_top_bullets{
	display: table;
	border-collapse:separate;
	border-spacing: 10px;
	margin: 20px auto;
	padding: 0px;
	text-align: left;
	color: black;
    text-shadow: 1px 1px 1px rgba(255,255,255,0.3);
}
.inca_main_top_bullet_row{
	display: table-row;
}
.inca_main_top_icon{
	display: table-cell;
	vertical-align: middle;
	font-size: 40px;
	color: black;
}
.inca_main_top_bullet_text{
	display: table-cell;
	font-size: 14px;
	line-height: 20px;
	padding-left: 10px;
	border-left: solid thin white;
	max-width: 600px;
}
.inca_main_top_bullet_h{
	font-weight: bold;
	color: black;
	font-size: 18px;
}
 .inca_app_diagonal_bottom, .inca_app_diagonal_top{
	position: absolute;
	height: 100px;
	width: 100%;
}




.inca_section_top{
	position: relative;
	box-sizing: border-box;
	background: linear-gradient(rgba(255,255,255,0.4) 0%, white 70%);
	padding-top: 120px;
	padding-bottom: 50px;
}
.inca_section_mid{
	position: relative;
	background-color: white;
	background-image: url(theme/divider.png);
	background-position: center top;
	background-repeat: no-repeat;
	padding: 50px 0px;
}
.inca_section_bot {
	position: relative;
	background-color: rgba(230,230,230,0.9);
	background-image: url(theme/divider-white.png);
	background-position: center top;
	background-repeat: no-repeat;
	padding: 50px 0px;
}

.inca_carousel_item{
	box-sizing: border-box;
	text-align: center;
	padding: 0 15%;
}


.inca_wrapper_signup{
	background: linear-gradient(rgba(255,255,255,0.3), white);
}
 .inca_section_signup {
 	padding: 20px;
 	margin: 100px 10px;
 	background-color: white;
 	border: solid thin #AAA;
 	border-radius: 10px;
 	box-shadow: 4px 4px 10px rgba(0,0,0,0.2);
 }
 
.inca_app_diagonal_top{ 
	top: 0px;
	background: linear-gradient(to bottom right, #999 0%, #999 50%, transparent 50.1%, transparent 100%);
}

.inca_box{
	box-sizing: border-box;
    margin: 0px;
    padding: 20px;
    background: rgba(0,0,0,0.1);
    border-radius: 20px;
    box-shadow: 4px 4px 10px rgba(0,0,0,0.3);
}
.inca_box:hover{
	background: rgba(0,0,0,0.15);
	box-shadow: 4px 4px 10px rgba(0,0,0,0.4);
}

.inca_footer{
	padding: 50px;
	background-color: rgba(220,220,220,1);
	border-top: dotted thin #CCCCCC;
}

ul.inca_list li{
	line-height: 18px;
	padding: 6px 0px;
	font-style: italic;
}

.inca_cell.text-center{
	font-size: 20px;
}

.inca_sideimage{

}

.inca_news_block{
	font-size: 14px;
	height: 420px;
	border: dotted thin #CCCCCC;
	margin:10px;
	padding: 10px;
	overflow-y: scroll;
	overflow-x: hidden;
	text-align: center;
}

.inca_clickme{
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 24px;
	color: green;
	padding: 10px;
	cursor: pointer;
}

.inca_clickme:hover{
	padding: 10px;
	color: blue;
}

.inca_icon_m{
	font-size: 50px;
	color: green;
}

.inca_socicon{
	font-size: 32px;
	color: grey;
	padding: 10px;
	cursor: pointer;
}

.inca_socicon:hover{
	color: green;
}

#inca_float_newsletter{
	display: none;
	position: absolute;
	top: 30vh;
	left: -350px;
	width: 300px;
	padding: 10px;
	background: white;
	border: solid thin #DDD;
	border-left: none;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.4);
}

#emailx{
	border: none;
	background: none;
	box-shadow: none;
}