html {
	background: #000;
}
body {
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #111;
	font-size: 19px;
	background: #fff;
}
.ubuntu {
	font-family: "Ubuntu", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 24px;
	letter-spacing: -1px;
}
a {
	color: #eb6600;
}
a:hover,
a:focus {
	color: #333;
 	text-decoration: none;
}
.navbar > .container {
	padding-bottom: 5px;
}
.navbar-header {
}
.navbar-brand {
	padding-top: 15px;
}
.site-description {
	color: #949494;
	position: absolute;
	top: 30px;
	margin-left: 185px;
	font-weight: 600;
	font-size: 19px;
	display: none;
}
.navbar-inverse {
	background: #16181a url(../img/header-bg.png) repeat-x;
	border-color: #16181a;
	box-shadow: 0 10px 0 rgba(0,0,0,0.25);
	margin: 0;
	position: relative;
	z-index: 10;
	border-radius: 0;
}
.navbar-transparent {
	position: absolute;
	width: 100%;
	z-index: 6;
}
.navbar-transparent .container {
	padding: 0 40px;
}
.navbar-brand img {
	max-width: 230px;
}

.navbar-toggle {
	margin-top: 16px;
	margin-bottom: 16px;
	border-width: 3px;
}
.navbar-inverse .navbar-toggle {
	border-color: #fff;
}
.navbar-form {
	border: none;
	box-shadow: none;
	margin-top: 18px;
	margin-bottom: 0;
}
.whitebox {
	background-color: #fff;
	box-shadow: 0 10px 0 rgba(0,0,0,0.25);
	position: relative;
	z-index: 10;
}
.orangebox {
	background-color: #eb6600;
	box-shadow: 0 10px 0 rgba(0,0,0,0.25);
	position: relative;
	z-index: 10;
}
#search-results, #project-cont {
	padding: 80px 0;
}

footer {
	background: #0e1012;
	padding: 30px 0;
	color: #fff;
	font-family: "Ubuntu", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 80%;
}
.footer-index {
	background: #333 url(../img/stripes.png);
}
.footer-brand {
	margin-right: 35px;
}
.footer-brand img {
	max-width: 100%;
}
.footer-line {
	border-top: 1px solid #88898a;
	margin-top: 30px;
	padding-top: 20px;
}
.footer-nav {
	border-left: 1px solid #fff;
	list-style: none;
	padding: 0;
}
.footer-nav li {
	display: inline;
	padding: 0 15px;
	border-right: 1px solid #fff;
}
.footer-nav a {
	color: #fff;
}
footer .author {
	right: -14px;
	font-size: 70%;
}
footer .author a {
	color: #fff;
}
.btn-primary {
	background-color: #eb6600;
	border-color: #eb6600;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active {
	color: #fff;
	background-color: #d74c01;
	border-color: #d74c01;
}
.btn-white, .btn-black, .btn-orange  {
	font-size: 19px;
	line-height: 20px;
	font-weight: 600;
	padding: 4px 8px 5px 14px;
}
.btn-orange.disabled, .btn-black.disabled {
	background: #999;
	color: #ddd;
	opacity: 1;
	filter: alpha(opacity=100);
}
.btn.disabled:hover {
	background: #999;
	color: #ddd;
	border-color: transparent;
}
.btn i {
	top: 1px;
	position: relative;
}
.btn-lg i {
	top: 2px;
	position: relative;
}
.btn-black {
	background: #000;
	color: #fff;
}
.btn-black:hover,
.btn-black:focus,
.btn-black:active,
.btn-black.active {
	color: #fff;
	background-color: #333;
	border-color: #000;
}
.btn-white {
	background: #fff;
	color: #eb6600;
}
.btn-white:hover,
.btn-white:focus,
.btn-white:active,
.btn-white.active {
	color: #eb6600;
	background-color: #ecfafd;
	border-color: #ecfafd;
}
.btn-orange {
	background: #eb6600;
	color: #fff;
}
.btn-orange:hover,
.btn-orange:focus,
.btn-orange:active,
.btn-orange.active {
	color: #fff;
	background-color: #d74c01;
	border-color: #d74c01;
}
.btn-transparent {
	font-size: 20px;
	color: #fff;
	background: transparent;
	border: 3px solid #fff;
	border-radius: 6px;
	padding: 16px;
}
.btn-transparent:hover,
.btn-transparent:focus,
.btn-transparent:active,
.btn-transparent.active {
	color: #fff;
	background-color: rgba(255,255,255,0.21);
}
.btn-lg {
	font-size: 28px;
	letter-spacing: -1px;
	padding: 9px 14px 8px 24px;
	margin-bottom: 10px;
}







/* Smart */
.slider-container {
	height: 578px;
	position: relative;
	overflow: hidden;
}
.slider-container:before {
	content: "";
	width: 100%;
	display: block;
	position: absolute;
	top: 0;
	box-shadow: inset 0 10px 0 rgba(0,0,0,0.25);
	height: 10px;
	z-index: 2;
}
.getapp-container {
	height: 580px;
	position: relative;
	overflow: hidden;
	display:none;
}
.getapp-index-container {
	display:block;
	height: 500px;
}
.getapp-index-container > img {
	background-position: center top;
}
.abs {
	position: absolute;
	max-width: 100%;
	visibility: hidden;
}
.abs-back {
	position: absolute;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	visibility: hidden;
}
.visible {
	visibility: visible !important;
	display: block !important;
}
.getapp-back {
	position: absolute;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
}
.index-smart {
/*	background: #222;
	background: rgba(0,0,0,0.6);*/
	margin-top: 25px;
	background-color: #eb6600;
	color: #fff;
	padding: 5px;
/*	border-radius: 12px;*/
	text-align: center;
}
.stripes-mask {
}
.main-index-nav .stripes-mask {
	display: none;
}
.abs-arrows {
	position: absolute;
	height: 578px;
	width: 100%;
	z-index: 3;
}
.btn-arrow {
	width: 88px;
	height: 88px;
	display: block;
	position: absolute;
	top: 30%;
	cursor: pointer;
	background-size: 100% 100%;
	background-position: center;
}
.btn-arrow-left {
	background-image: url(../img/btn-arrow-left-shadow.png);
	left: 1%;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none; 
}
.btn-arrow-right {
	background-image: url(../img/btn-arrow-right-shadow.png);
	right: 1%;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none; 
}
.btn-arrow-left:after,.btn-arrow-right:after {
	content:"";
	background-image: url(../img/btn-arrow-left.png);
	top: -5px;
	position: relative;
	transition: top 0.1s ease;
	width: 88px;
	height: 88px;
	display: block;
	background-size: 100% 100%;
	background-position: center;
}
.btn-arrow-right:after {
	content:"";
	background-image: url(../img/btn-arrow-right.png);
}
.btn-arrow-left:active:after, .btn-arrow-right:active:after {
	top: -1px;
	transition: top 0.1s ease;
}

.blackbox {
	background: #242526;
	background: -moz-linear-gradient(top,  #242526 0%, #0e1012 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#242526), color-stop(100%,#0e1012));
	background: -webkit-linear-gradient(top,  #242526 0%,#0e1012 100%);
	background: -o-linear-gradient(top,  #242526 0%,#0e1012 100%);
	background: -ms-linear-gradient(top,  #242526 0%,#0e1012 100%);
	background: linear-gradient(to bottom,  #242526 0%,#0e1012 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#242526', endColorstr='#0e1012',GradientType=0 );
	color: #fff;
	padding: 0 0 70px;
}
.shadow {
	box-shadow: 0 10px 0 rgba(0,0,0,0.25);
	position: relative;
	z-index: 1;
}
.section-icon {
	float: right;
	margin-top: -50px;
	margin-left: 48px;
	margin-right: 20%;
}
.section-icon img {
	max-width: 102px;
}
.title {
	font-size: 50px;
	font-weight: bold;
	letter-spacing: -2px;
	margin-top: -46px;
	text-align: center;
}
.title-bg {
	background: url(../img/title-bg.png) no-repeat center bottom;
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 86px;
}
.col-sm-11.col-sm-offset-1 p {
	margin-bottom: 2px;
}
.smart-tool-white:before {
	content: url(../img/getapp-white.png);
	position: absolute;
	left: -30%;
	top: 0;
}
.main-nav {
	font-family: "Ubuntu", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 80%;
/*	font-weight: 500;*/
	list-style: none;
	padding: 0;
}
.main-nav li {
	display: inline-block;
	padding: 0 16px 0 15px;
	border-left: 1px solid #fff;
	width: 20%;
	margin-right: -4px;
	margin-bottom: 30px;
}
.main-nav a {
	color: #fff;
	display: block;
}
.main-nav .main-nav-icon {
	width: 84px;
}
.main-nav .main-nav-title {
	display: table-cell;
	height: 60px;
	vertical-align: bottom;
}
.main-nav img {
	max-width: 100%;
}
.main-nav .active {
  pointer-events: none;
  cursor: not-allowed;
  filter: alpha(opacity=35);
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: .35;
}
.main-index-nav {
	margin-top: -34px;
}
.main-index-nav .main-nav-icon {
	text-align: center;
	margin-top: -50px;
	width: auto;
	position: relative;
	z-index: 2;
}
.main-index-nav .main-nav-icon img {
	max-width: 94px;
}
.main-nav-image {
	display: block;
	position: relative;
	margin-top: -20px;
}
.main-nav-image img {
	background-size: cover;
	background-position: center;
	width: 100%;
	height: 200px;
}
.main-nav.main-index-nav li {
	padding: 0;
	border-right: 1px solid #fff;
	border-left: none;
	float: left;
	margin: 0;
}
.main-index-nav .main-nav-title {
	text-align: center;
	display: block;
	margin-top: 20px;
	height: auto;
	width: 0 5%;
}

.see-your-options {
	margin-top: -26px;
}
.apps-footer {
	position: relative; 
	margin: 46px 0 0; 
	text-align: center;
}


@media ( min-width : 768px) {
.modal-dialog {
	margin: 20% auto;
}
.footer-nav {
	margin-left: -15px;
}
}

@media (min-width: 992px) {
.col-md-20 {
	width: 20%;
	float: left;
}
.main-nav li {
	padding: 0 52px 0 15px;
}

}
@media (min-width: 1200px) {
.main-nav li {
	padding: 0 94px 0 15px;
}
}


@media ( max-width : 991px) {
.small-center > p {
	margin-top: 6% !important;
	margin-bottom: 0 !important;
}
.getapp-phone {
	top: auto !important;
	bottom: 0;
}
.getapp-container {
	height: 508px;
}
}
@media ( max-width : 767px) {
.index-smart {
	margin-top: 10%;
}
.main-nav.main-index-nav li {
	margin-bottom: 40px;
}
.main-index-nav .main-nav-icon {
	margin-top: 0;
}
.section-icon {
	margin-top: -50px;
	margin-right: 0;
}
.section-icon img {
	max-width: 70%;
}
.logo-inline {
	max-width: 98%;
	left: auto !important;
}
.btn-arrow, .btn-arrow:after {
	width: 40px;
	height: 40px;
}
.btn-arrow:after {
	top:-4px;
}
.slider-container {
	height: 400px;
}
.index-phone {
	top: 20px !important;
	right: auto !important;
	margin-right: 0 !important;
}
.main-nav li {
	width: 33%;
}
.getapp-phone {
	width: 80% !important;
	top: auto !important;
	bottom: -10%;
}
.getapp-container {
	height: 1200px;
}
.getapp-index-container {
	height: 908px;
}
.small-center {
	text-align: center;
}
.ubuntu {
	font-size: 1em;
	line-height: normal;
}
.what, .kind, .working {
	margin-right: 0;
}
#paros-index {
	bottom: -30px !important;
	right: 36%;
	height: 120%;
}
.visual-residence {
	height: 250px;
}
.profile-height {
	height: 250px;
}
.profile-title {
	font-size: 3em;
}
.choose {
	font-size: 4em;
}
.your-parameters {
	font-size: 2.5em;
}
.make-your {
	font-size: 1.2em;
}
.radiator-rotate {
	margin-top: 50%;
}
.btn-lg {
	font-size: inherit;
}
}

@media ( max-width : 768px) and (-webkit-min-device-pixel-ratio: 1.5) {
	.getapp-container {
		height: 580px;
	}
	body {
		padding: 0;
	}
	.navbar {
		margin: 0;
	}
    .navbar-collapse {
        max-height: none;
    }
	.navbar-toggle {
		margin: 5px;
    }
	.logo-hidden {
		display: none;
	}
	.profiler .btn {
		letter-spacing: -1px;
	}
	.profiler a:hover .btn {
		font-size: 22px;
		letter-spacing: -1px;
		padding: 7px 10px 6px 16px;
		margin-right: 0;
		right: 1%;
		bottom: 1%;
		background: #fff;
		color: #eb6600;
		z-index: 11;
	}
}
@media ( max-width : 320px) {
	.getapp-container {
		height: 490px;
	}
	body {
		padding: 0;
	}
	.navbar {
		margin: 0;
	}
    .navbar-collapse {
        max-height: none;
    }
	.navbar-toggle {
		margin: 5px;
    }
	.logo-hidden {
		display: none;
	}
}

