@import url(http://fonts.googleapis.com/css?family=Open+Sans:300,400,600);
@import url(http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300);
@import url(flexslider.css);

html, body {
    font-family:'Open Sans Condensed', sans-serif;
    margin:0px auto;
    height: 100%;
    background-color:#FFF;
}


/*					*/
/*					*/
/* Fonts and Stuff 	*/
.centered {
    text-align: center;
}
.font {
	font-family: 'Poiret One', cursive;

}
h2 {
    color:rgb(80,80,80);
    font-weight: 300;
    font-size:52px;
}
p {
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 22px;
	line-height: 26px;
	color: rgb(120,120,120);
	margin-top: 5px;
}
/* END Fonts and Stuff */


/*				*/	
/*				*/	
/* NAVIGATION	*/
.navbar .brand {
    float:left;
    color:rgb(80,80,80);
    margin-left:10px;
    padding:15px;
}
.navbar {
    margin-bottom: 0;
    z-index: 42;
    background: #FFF;
    height: 60px;
    padding-right: 20px;
	border-top: 1px solid rgb(180,180,180);
	border-bottom: 1px solid rgb(180,180,180);
}
.navbar ul {
    float:right;
    display:inline-block;
    margin-right:10px;
    list-style:none;
    padding-top:5px;
}
.navbar ul li {
    display:inline-block;
    list-style: none;
    float:left;
    padding:5px 5px;
}
.navbar ul li a {
    color:#333;
    position:relative;
    display:inline-block;
    font-weight: 300;
    text-decoration:none;
    font-size:14px;
    text-transform:uppercase;
    text-decoration:none;
    display:block;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.navbar li a:hover,.navbar li a.selected {
    color:#00aed7;
}
.navbar-inner{
    background-image: none;
    background: white;
    box-shadow: none;
    border: none;
}
.navbar-fixed-top .navbar-inner, .navbar-static-top .navbar-inner{
    box-shadow: none;
}
/* END NAVIGATION	*/



/*				*/
/*				*/
/* HOME 		*/	
#home {
    width:100%;
    height:100%;
    color:#FFF;
    background:url('../img/background.jpg') no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: fixed;  /* FIXED FOR IE */
	padding-top: 100px;
}
#home-inner {
	background-color: rgba(200,200,200,.4);
	border: solid rgb(160,160,160);
	border-width: 1px 0px;
	text-align: center;
	padding: 0px 2px;
}
	.logo {
		font-family: 'Poiret One', cursive;
		padding: 0px !important;		
	}
		.logo h1 {
			font-size: 75px !important;
			line-height: 85px;
			margin-top: 0px !important;			
		}
		.logo h2 {
			padding-top: 0px;
		}
	.tagline {
		font-size: 25px;
	}
	.flexslider ul li h2 {
	    color: white;
	}

	
/*	END HOME */


/*					*/
/*					*/
/* SECTIONS 		*/
.section {
	padding: 55px 0px;
	margin-bottom: 25px;
}
.section p {
	
}
.odd {
	background-color:#F8F8F8;
	border-top:1px solid rgb(180,180,180);
	
	border-bottom:1px solid rgb(180,180,180);
}
	.odd p {
		color: rgb(145,145,145);
	}
.even {
	background: #e9e9e9;
}

/*			*/
/* About	*/
#about {
	padding:75px 0px;
	margin: 0px;
}
#about p {
	text-transform: uppercase;
	letter-spacing: 2px;
	color: rgb(145,145,145);
	margin-bottom: 0px;
	font-size: 22px;
	line-height: 25px;
	font-weight: 300;
}
/* END About */

/*			*/
/* Technology */
#technology p {
	padding: 0px;
}
#technology img {
	border: 1px solid rgb(220,220,220);
	box-shadow: 2px 4px 6px rgb(150,150,150);
}
/* END Technology */


/*			*/
/* Technology */
.industry img {
	border: 1px solid rgb(220,220,220);
	box-shadow: 2px 4px 6px rgb(150,150,150);
}
/* END Technology */

/* END SECTIONS 		*/


/*				*/
/*				*/
/* Footer 		*/

footer {
	padding-top: 45px;
    background-color:#333;
	color: white;
}

footer a {
		color: white;
		text-decoration: none;
}
footer a:hover{
	color: white; text-decoration: none;}


/* HOME  */


#down_button a {
    position: absolute; 
    width: 80px; 
    height: 80px; 
    bottom: 5%; 
    left: 50%; 
    margin-left: -40px;
    background: url("../img/down.png") no-repeat; 
    background-position: 0px -80px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;}

#down_button a:hover {
    background-position: 0px 0px;}


/* -- Button back Contact -- */

#down_button_contact a {
    width:180px;
    padding: 0px;
    background-color: #00aed7;
    font-family:'Open Sans', serif;
    font-size:13px;
    color:#FFF;
    text-align:center;
    text-transform:uppercase;
    letter-spacing:1px;
    text-decoration:none;
    position: absolute;
    bottom: 0px; 
    left: 50%; 
    margin-left: -90px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;}

#down_button_contact a:hover {
    color:#121212;
    background: #FFF;}


/*			*/
/*			*/
/* Contact  */
#contact {
	margin-bottom: 0px;
}
#contact form input {
    font-family: 'Open Sans Condensed', sans-serif;
    border:1px solid #eff1f3;
    background:#fff;
    width:100%;
    height:40px;
    line-height:40px;
    float:left;
    padding:0 12px;
    display:inline-block;
    font-size:13px;
    color:#818386;
    line-height:20px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    position:relative;
    margin-bottom:30px;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
    -webkit-appearance:none;
    box-shadow: none;
}
#contact form textarea {
    font-family: 'Open Sans Condensed', sans-serif;
    box-shadow: none;
    border:1px solid #eff1f3;
    background:#fff;
    width:100%;
    resize:vertical;
    max-width:100%;
    min-height:50px;
    display:inline-block;
    padding:12px;
    font-size:13px;
    color:#818386;
    line-height:20px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    position:relative;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
    -webkit-appearance:none;
}
#contact form input:focus, #contact form textarea:focus {
    border:1px solid #ccc;
}

#contact form .submit{
    -moz-transition:all .3s ease-in-out;
    -ms-transition:all .3s ease-in-out;
    -o-transition:all .3s ease-in-out;
    -webkit-transition:all .3s ease-in-out;
    background: rgb(70, 111, 213);
    border:2px solid #00aed7;
    color:#FFF;
    font-size:12px;
    height:40px;
    letter-spacing:1px;
    padding:5px 10px;
    text-transform:uppercase;
    transition:all .3s ease-in-out;
    width:100%;
}


#contact form .submit:hover{
    background:#555;
    border:2px solid #555;
    color:#FFF;
    cursor:pointer;}

#contact .info {
    background:#f3f3f3; 
    line-height:25px;
    padding: 5px 10px;
    margin-bottom: 5px;
}

#contact .info p {
    color:#777;
    padding-left: 17px;

}

.contactAddress {background: url("../img/icons/icon-address-grey.png") no-repeat scroll left 7px transparent;}
.contactPhone {background: url("../img/icons/icon-phone-grey.png") no-repeat scroll left 7px transparent;}
.contactEmail {background: url("../img/icons/icon-email-grey.png") no-repeat scroll left 9px transparent;}
.contactSkype {background: url("../img/icons/icon-skype-grey.png") no-repeat scroll left 7px transparent;}
.contactTime {background: url("../img/icons/icon-time-grey.png") no-repeat scroll left 7px transparent;}

#contact .info a {
	color: rgb(70, 111, 213);
    letter-spacing:1px;
    text-decoration:none;
    -webkit-transition:all .3s ease-in-out;
    -moz-transition:all .3s ease-in-out;
    -ms-transition:all .3s ease-in-out;
    -o-transition:all .3s ease-in-out;
    transition:all .3s ease-in-out;}

#contact .info a:hover {
    color:#777;
    text-decoration:none;
    -webkit-transition:all .3s ease-in-out;
    -moz-transition:all .3s ease-in-out;
    -ms-transition:all .3s ease-in-out;
    -o-transition:all .3s ease-in-out;
    transition:all .3s ease-in-out;}

.button {
    font-family: 'Open Sans Condensed', sans-serif;
    border:none;
    width:100%;
    height:55px;
    display:inline-block;
    cursor:pointer;
    text-align:center;
    font-size:20px;
    color:#fff;
    line-height:55px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
    position:relative;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
    -webkit-appearance:none;
}
.button:hover, .button:active {
    background:#333;
    color:#fff;
}
.button{background: rgb(70, 111, 213);; }
/* END Contact  */