
@import url(bootstrap.css);
@import url(isotope.css);

@import url(font-awesome.css);
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600);

.rotating {
	display: inline-block;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: rotateX(0) rotateY(0) rotateZ(0);
	-moz-transform: rotateX(0) rotateY(0) rotateZ(0);
	-ms-transform: rotateX(0) rotateY(0) rotateZ(0);
	-o-transform: rotateX(0) rotateY(0) rotateZ(0);
	transform: rotateX(0) rotateY(0) rotateZ(0);
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	-webkit-transform-origin-x: 50%;
}

.rotating.flip {
	position: relative;
}

.rotating .front, .rotating .back {
	left: 0;
	top: 0;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden;
}

.rotating .front {
	position: absolute;
	display: inline-block;
	-webkit-transform: translate3d(0,0,1px);
	-moz-transform: translate3d(0,0,1px);
	-ms-transform: translate3d(0,0,1px);
	-o-transform: translate3d(0,0,1px);
	transform: translate3d(0,0,1px);
}

.rotating.flip .front {
	z-index: 1;
}

.rotating .back {
	display: block;
	opacity: 0;
}

.rotating.spin {
	-webkit-transform: rotate(360deg) scale(0);
	-moz-transform: rotate(360deg) scale(0);
	-ms-transform: rotate(360deg) scale(0);
	-o-transform: rotate(360deg) scale(0);
	transform: rotate(360deg) scale(0);
}

.rotating.flip .back {
	z-index: 2;
	display: block;
	opacity: 1;
	
	-webkit-transform: rotateY(180deg) translate3d(0,0,0);
	-moz-transform: rotateY(180deg) translate3d(0,0,0);
	-ms-transform: rotateY(180deg) translate3d(0,0,0);
	-o-transform: rotateY(180deg) translate3d(0,0,0);
	transform: rotateY(180deg) translate3d(0,0,0);
}

.rotating.flip.up .back {
	-webkit-transform: rotateX(180deg) translate3d(0,0,0);
	-moz-transform: rotateX(180deg) translate3d(0,0,0);
	-ms-transform: rotateX(180deg) translate3d(0,0,0);
	-o-transform: rotateX(180deg) translate3d(0,0,0);
	transform: rotateX(180deg) translate3d(0,0,0);
}

.rotating.flip.cube .front {
	-webkit-transform: translate3d(0,0,100px) scale(0.9,0.9);
	-moz-transform: translate3d(0,0,100px) scale(0.85,0.85);
	-ms-transform: translate3d(0,0,100px) scale(0.85,0.85);
	-o-transform: translate3d(0,0,100px) scale(0.85,0.85);
	transform: translate3d(0,0,100px) scale(0.85,0.85);
}

.rotating.flip.cube .back {
	-webkit-transform: rotateY(180deg) translate3d(0,0,100px) scale(0.9,0.9);
	-moz-transform: rotateY(180deg) translate3d(0,0,100px) scale(0.85,0.85);
	-ms-transform: rotateY(180deg) translate3d(0,0,100px) scale(0.85,0.85);
	-o-transform: rotateY(180deg) translate3d(0,0,100px) scale(0.85,0.85);
	transform: rotateY(180deg) translate3d(0,0,100px) scale(0.85,0.85);
}

.rotating.flip.cube.up .back {
	-webkit-transform: rotateX(180deg) translate3d(0,0,100px) scale(0.9,0.9);
	-moz-transform: rotateX(180deg) translate3d(0,0,100px) scale(0.85,0.85);
	-ms-transform: rotateX(180deg) translate3d(0,0,100px) scale(0.85,0.85);
	-o-transform: rotateX(180deg) translate3d(0,0,100px) scale(0.85,0.85);
	transform: rotateX(180deg) translate3d(0,0,100px) scale(0.85,0.85);
}

@media (min-width: 1200px) {
	.container {
		max-width: 970px;
	}
}

html, body {
	-webkit-font-smoothing: antialiased;
	font-family: 'Source Sans Pro', sans-serif;
}

h1, h2, h3, h4, h5 {
	font-weight: 300;
}

p {
	font-size: 14px;
	line-height: 24px;
	margin: 0 0 20px;
}

img {
	width: auto\9;
	height: auto;
	max-width: 100%;
	vertical-align: middle;
	border: 0;
	-ms-interpolation-mode: bicubic;
}

img.blackwhite {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	filter: grayscale(100%);
	-webkit-backface-visibility: hidden; 
}

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

.bg-gray {
	background: #f3f3f3;
}

.header {
	background-image: url(../img/background-1440.jpg);
	background-position: center center;
	background-position-y: -150px;
	background-size: 300%;
	height: 380px;
	position: relative;
	margin-bottom: 50px;
}

@media (max-width: 750px) {
	.header {
		background-image: url(../img/background-970.jpg);
	}
}

@media all and (-webkit-min-device-pixel-ratio: 1.5) {
	.header {
		background-image: url(../img/background-1440@2x.jpg);
	}
}

@media (min-width: 500px) {
	.header {
		height: 400px;
	}
}

@media (min-width: 500px) {
	.header {
		background-size: 200%;
	}
}

@media (min-width: 750px) {
	.header {
		background-size: 150%;
	}
}

@media (min-width: 992px) {
	.header {
		background-size: cover;
	}
}

.navbar-custom, .navbar-brand {
	color: #202020;
	z-index: 9000;
}

.navbar-brand:hover {
	color: #505050;
}

.navbar-custom .nav {
	text-align: center;
	background: rgba(255,255,255,0.95);
	box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
	margin-top: 0;
	padding: 20px;
}

.navbar-custom .nav > li > a {
	padding-right: 20px;
	padding-left: 20px;
	color: #999;
	font-weight: 600;
	font-size: 16px;
	-webkit-transition: color .3s ease-out;
    transition: color .3s ease-out;
}

@media (min-width: 992px) {
	.navbar-custom .nav > li > a {
		padding-right: 25px;
		padding-left: 25px;
	}
}

.navbar-custom .nav > li > a:hover {
	background: transparent;
	color: #202020;
	-webkit-transition: color .3s ease-in;
    transition: color .3s ease-in;
}

.navbar-custom .nav > li.active > a {
	color: #202020;
	-webkit-transition: color .3s ease-out;
    transition: color .3s ease-out;
}

.navbar .btn-navbar {
    display: block;
    position: absolute;
    right: 0;
}

.collapse.in, .collapsing {
	display: block;
	position: absolute;
	width: 100%;
	z-index: 10;
}

@media (min-width: 768px) {
	.navbar-nav > li > a {
		padding-top: 25px;
		padding-bottom: 25px;
	}
	
	.navbar-custom .nav {
		text-align: left;
		background: transparent;
		margin-top: auto;
		padding: 0;
		box-shadow: none;
	}
}

.navbar-custom .navbar-toggle {
	margin-top: 15px;
	margin-bottom: 15px;
}

@media (min-width: 768px) {
	.navbar-custom.affix-top {
		-webkit-transition: all .5s ease-out;
	    transition: all .5s ease-out;
	}
	
	.navbar-custom.affix {
		background: white;
		box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
		-webkit-transition: all .5s ease-in;
	    transition: all .5s ease-in;
	}
}

@media (max-width: 768px) {
	.navbar-custom {
		background: white;
		box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
	}
}

.collapse.in < div .navbar {
	background: white;
}

.navbar-brand i {
	font-size: 45px;
}

.navbar-brand b {
	font-size: 25px;
	font-weight: 300;
	margin: 0 55px;
	line-height: 1.6em;
}

.logo {
	position: absolute;
}

.header .hero {
	margin-top: 150px;
	color: #202020;
	text-shadow: 0px 0px 15px white;
}

.header .hero h1 {
	font-weight: 300;
	font-size: 50px;
	margin: 0;
}

.header .hero h2 {
	font-weight: 600;
	font-size: 50px;
	margin: 10px 0 0 0;
}

.lead {
	margin-bottom: 50px;
}

.contact {
	padding: 0 0 50px 0;
	position: relative;
}

.landing .contact {
	padding: 50px 0;
	position: relative;
	margin: 50px 0;
}

.contact h1 {
	margin: 10px 0 50px;
	color: #999;
	-webkit-transition: color .3s ease-out;
    transition: color .3s ease-out;
}

.contact:hover h1 {
	color: #202020;
	-webkit-transition: color .3s ease-in;
    transition: color .3s ease-in;
}

.contact .box {
	background: white;
	padding: 20px 0 1px;
	border-radius: 4px;
	margin-bottom: 30px;
	border: 2px solid #EBEBEB;
	-webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.contact:hover .box{
	border-color: #00d1ea;
	-webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
}

.contact i {
	color: #EBEBEB;
	font-size: 72px;
	-webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.contact:hover .box i {
	color: #00d1ea;
	-webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
}

.form-control,
.form-control:focus {
	box-shadow: none;
	-webkit-box-shadow: none;
	border-color: #cccfd5;
}

.contact .message, 
.contact .respond, 
.contact .name,
.contact textarea {
	display: block;
	padding: 0;
	margin: 0;
	border: 0;
	clear: both;
	overflow: hidden;
}

.contact .firstname, 
.contact .lastname {
	float: left;
	width: 50%;
	margin: 0;
	padding: 0 0 0 20px;
	border: 2px solid #cccfd5;
	height: 50px;
}

.contact .firstname {
	border-radius: 4px 0 0 0;
}

.contact .lastname {
	border-left: 0;
	border-radius: 0 4px 0 0;
}

.contact .email {
	height: 50px;
	width: 100%;
	line-height: 25px;
	padding: 0 0 0 20px;
	border-top: 0;
	border-left: 2px solid #cccfd5;
	border-right: 2px solid #cccfd5;
	border-bottom: 2px solid #cccfd5;
	border-radius: 0;
}

.contact textarea {
	height: 50px;
	width: 100%;
	line-height: 25px;
	padding: 15px 20px 15px 20px;
	border-top: 0;
	border-left: 2px solid #cccfd5;
	border-right: 2px solid #cccfd5;
	border-bottom: 2px solid #cccfd5;
	border-radius: 0 0 4px 4px;
	height: 200px;
}

.contact button {
	margin: 20px 0 0;
}

.landing .about, .about .contact {
	margin: 50px 0;
	padding: 50px 0;
	font-size: 32px;
	color: #999;
	-webkit-transition: color .3s ease-out;
    transition: color .3s ease-out;
    line-height: 40px;
}

.landing .about:hover, .about .contact:hover {
	color: #202020;
	-webkit-transition: color .3s ease-in;
    transition: color .3s ease-in;
}

.landing .about span, .about .contact span {
	font-weight: 300;
}

.landing .about .btn, .about .contact .btn {
	margin-top: 20px;
}

.btn-fancy {
	border: 3px solid #cccfd5;
	background: transparent;
	font-size: 32px;
	color: #cccfd5;
	-webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    font-weight: 700;
    padding: 15px 30px;
}

@media (min-width: 992px) {
	.landing .about .btn, .about .contact .btn {
		margin-top: 0px;
	}
}

.btn-fancy:hover {
	border-color: #00d1ea;
	background: #00d1ea;
	color: white;
	-webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.feature {
	text-align: center;
}

.symbol {
	margin: auto;
	width: 60px;
	height: 60px;
	text-align: center;
	background: white;
	color: #cccfd5;
	font-size: 25px;
	line-height: 60px;
	border-radius: 50%;
	border: 2px solid #cccfd5;
	-webkit-transition: background .3s ease-out;
	transition: background .3s ease-out;
}

.feature:hover .symbol {
	border-color: #00d1ea;
	color: #00d1ea;
}

.symbol .symbol-1 {
	width: 50px;
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all .3s ease-out .2s;
	transition: all .3s ease-out .2s;
}

.symbol .symbol-2 {
	width: 50px;
	position: relative;
	top: -60px;
	opacity: 0;
	-webkit-transform: scale(2);
	transform: scale(2);
	-webkit-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s;
}

.feature:hover .symbol .symbol-1 {
	opacity: 0;
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s;
}

.feature:hover .symbol .symbol-2 {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all .3s ease-out .2s;
	transition: all .3s ease-out .2s;
}

@media (min-width: 767px) {
	.feature {
		text-align: left;
	}
	
	.symbol {
		margin: 0;
	}
}

.costumers {
	margin-bottom: 80px;
}

.costumers img {
	height: 60px;
}

footer {
	padding: 50px 0;
	color: #999;
}

footer div > p,
footer .social {
	margin: 5px 0 0;
}

footer div > i {
	font-size: 50px;
}

footer .social {
	font-size: 30px;
	line-height: normal;
}

footer .social a {
	color: #999;
	-webkit-transition: color .3s ease-out;
    transition: color .3s ease-out;
}

footer .social a:hover {
	color: #202020;
	-webkit-transition: color .3s ease-in;
    transition: color .3s ease-in;
}

.stats {
	font-size: 16px;
	margin-top: 50px;
	color: #ccc;
}

.stats strong {
	font-size: 32px;
	font-weight: 700;
	position: relative;
	color: #202020;
	top: 1px;
	margin-right: 5px;
}

.employees {
	margin: 0 0 70px;
}

.employees h2 {
	margin-top: 0;
}

.employees a i {
	font-size: 25px;
	color: #ccc;
	-webkit-transition: color .3s ease-out;
    transition: color .3s ease-out;
}

.employees a i:hover {
	color: #202020;
	-webkit-transition: color .3s ease-in;
    transition: color .3s ease-in;
}

.employees img {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	filter: grayscale(100%);
	-webkit-backface-visibility: hidden;
	-webkit-transition: all .3s ease-out;
    transition: all .3s ease-out; 
}

.employees > div:hover img {
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	filter: grayscale(0%);
	-webkit-backface-visibility: hidden;
	-webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
}

.services .hero {
	margin: 50px 0;
}

.services .hero h1 {
	margin-top: 35px;
}

.services .nav-tabs,
.works .nav-tabs {
	text-align: center;
	border-bottom: 2px solid #EDEDED;
}

.services .nav-tabs > li,
.works .nav-tabs > li {
	float: none;
	display: inline-block;
}

.services .nav-tabs > li a,
.works .nav-tabs > li a {
	color: #999;
	font-weight: 400;
	border: 0px;
	padding: 10px 20px;
	font-size: 16px;
	-webkit-transition: color 0.25s linear;
	-moz-transition: color 0.25s linear;
	-ms-transition: color 0.25s linear;
	-o-transition: color 0.25s linear;
	transition: color 0.25s linear;
}

.services .nav-tabs li a:hover,
.works .nav-tabs li a:hover {
	color: #00d1ea;
	background: none;
}

.services .nav-tabs > li.active > a,
.services .nav-tabs > li.active > a:hover,
.serbices .nav-tabs > li.active > a:focus,
.works .nav-tabs > li > a.active,
.works .nav-tabs > li > a.active:hover,
.works .nav-tabs > li > a.active:focus {
	color: #00d1ea;
	font-weight: 400;
	border: 0px;
}

.services .nav-tabs > li.active a:after, 
.works .nav-tabs > li a.active:after {
	content: '';
	position: absolute;
	width: 100%;
	height: auto;
	border-bottom: 2px solid #00d1ea;
	left: 1px;
	bottom: -1px;
}

.services .tab-content {
	margin: 60px 0;
}

@media (max-width: 750px) {
	.services .nav-tabs,
	.works .nav-tabs {
		border-bottom: 0;
		background: #f3f3f3;
		padding: 40px 0;
		margin-left: -15px;
		margin-right: -15px;
	}
	
	.works .nav-tabs > li {
		width: 30%;
	}
	
	.services .nav-tabs > li.active a:after, 
	.works .nav-tabs > li a.active:after {
		border-bottom: 0;
	}
	
	.services .nav-tabs > li a,
	.works .nav-tabs > li a {
		border: 2px solid transparent;
	}
	
	.services .nav-tabs > li.active > a,
	.services .nav-tabs > li.active > a:hover,
	.serbices .nav-tabs > li.active > a:focus,
	.works .nav-tabs > li > a.active,
	.works .nav-tabs > li > a.active:hover,
	.works .nav-tabs > li > a.active:focus {
		border: 2px solid #00d1ea;
		border-radius: 4px;
		background: white;
	}
}

.works ul {
	margin-bottom: 50px;
}

.works img {
	margin-bottom: 40px;
}

.alert-message {
    margin: 20px 0;
    padding: 20px;
    border-left: 3px solid #eee;
}

.alert-message h4 {
    margin-top: 0;
    margin-bottom: 5px;
}

.alert-message p:last-child {
    margin-bottom: 0;
}

.alert-message code {
    background-color: #fff;
    border-radius: 3px;
}

.alert-message-success {
    background-color: #F4FDF0;
    border-color: #3C763D;
}

.alert-message-success h4 {
    color: #3C763D;
}

.alert-message-danger {
    background-color: #fdf7f7;
    border-color: #d9534f;
}

.alert-message-danger h4 {
    color: #d9534f;
}

.alert-message-warning {
    background-color: #fcf8f2;
    border-color: #f0ad4e;
}

.alert-message-warning h4 {
    color: #f0ad4e;
}

.alert-message-info {
    background-color: #f4f8fa;
    border-color: #5bc0de;
}

.alert-message-info h4 {
    color: #5bc0de;
}

.alert-message-default {
    background-color: #EEE;
    border-color: #B4B4B4;
}

.alert-message-default h4 {
    color: #000;
}

.alert-message-notice {
    background-color: #FCFCDD;
    border-color: #BDBD89;
}

.alert-message-notice h4 {
    color: #444;
}

.load * {
	-webkit-transition: none !important;
	-moz-transition: none !important;
	-ms-transition: none !important;
	-o-transition: none !important;
}

form label.error {
	font-size: 12px;
	line-height: 12px;
	color: #c0392b;
	position: absolute;
	right: 35px;
	margin-top: -30px;
}

.contact #success, 
.contact #error {
    display: none;
}