@charset "utf-8";
/* CSS Document */

form label.error, form label.error a{
	color: red;
}

/* Typography */
* {
	outline: none !important;
}
h1, h2, h3, h4, h5, h6, .lead {
	margin: 0;
	font-weight: 300;
	font-family: Roboto Condensed, Arial, Helvetica, sans-serif;
	color: #333;
	text-transform: uppercase;
}
h1, .lead {
	margin-bottom: 20px;
}
h2, .lead {
	text-align: center;
}
.lead {
	color: #999;
}
.lead span {
	color: inherit;
}
ul {
	margin-bottom: 20px;
}
hr {
	margin: 0;
	padding-bottom: 19px;
	border: 0;
	border-top: 1px dashed rgba(0,0,0,0.075);
	border-bottom: none;
}
a {
	text-decoration: none;
}
a span {
	color: #333;
}
a:hover, a:focus {
	color: #333;
	text-decoration: none;
}

.address {
    display: block;
    margin-bottom: 20px;
    font-style: normal;
    line-height: 20px
}

.address span {
    color:#666;
}
.address span.address__title {
	min-width: 93px;
	font: normal 14px/30px Roboto Condensed, Arial, Helvetica, sans-serif;
	color: #999;
	text-transform: uppercase;
	display: inline-block;
}
.address i {
	margin-right: 10px;
	width: 30px;
	height: 30px;
	background: #F0F0F0;
	line-height: 30px;
	color: #CCC;
	text-align: center;
	display: inline-block;
	float: left;
}




.breadcrumb {
	margin: 0;
	padding: 0;
	background: none;
	border-radius: 0;
}
.breadcrumb > li {
	text-shadow: none;
}
.breadcrumb > li a {
	color: #999;
}
.breadcrumb > li a:hover {
	color: #CCC;
}
.breadcrumb > li > .divider {
	padding: 0 5px;
	color: rgba(0,0,0,0.15);
}
.breadcrumb > .active {
	color: #CCC;
}
/* Blockquote */
blockquote {
	border-left: 5px solid #E5E5E5;
}
blockquote p {
	font-size: 16px;
	line-height: 20px;
}
blockquote small {
	font-style: italic;
	font-size: 12px;
}
blockquote small:before {
	content: '';
}
/* Hero Unit */
.hero-unit {
	padding: 65px 60px;
	background: #333;
	border-radius: 0;
	font-size: 16px;
	line-height: 20px;
}
.hero-unit h2 {
	color: #FFF;
	text-align: left;
}
.hero-unit p {
	color: #999;
}
.hero-unit .btn {
	display: inline-block;
}
/* Nav Tabs */
.nav-tabs > li > a {
	padding-top: 9px;
	padding-bottom: 9px;
	line-height: 20px;
	border-radius: 0;
}
.nav-tabs.nav-stacked > li > a {
	border: 1px solid #E5E5E5;
	border-radius: 0;
}
.nav-tabs.nav-stacked > li:first-child > a {
	border-radius: 0;
}
.nav-tabs.nav-stacked > li:last-child > a {
	border-radius: 0;
}
.nav > li > a:hover, .nav > li > a:focus {
	background-color: #F0F0F0;
}
/* Accordion */
.accordion {
	margin-bottom: 40px;
}
.accordion-group {
	margin-bottom: 5px;
	border-radius: 0;
}
.accordion-group:last-child {
	margin-bottom: 0;
}
.accordion-heading .accordion-toggle {
	padding: 9px;
	background: #F9F9F9;
	font-size: 14px;
	font-family: Roboto Condensed, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
.accordion-heading .accordion-toggle a:focus {
	text-decoration: none;
}
.accordion-heading .accordion-toggle i {
	margin-right: 5px;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	display: inline-block;
}
.accordion-inner {
	padding: 9px 15px 10px;
}
/* General */
body {
	font: normal 12px/20px Arial, Helvetica, sans-serif;
	color: #666;
}
.container {
	margin-bottom: 39px;
	border-bottom: 1px dashed rgba(0,0,0,0.075);
}
.container-blank {
	margin-bottom: 0;
	border-bottom: none;
}
.boxed {
	margin-top: -40px;
	margin-bottom: 40px;
	padding: 40px 20px 0 20px;
	background: #FFF;
	box-shadow: 0 2px 5px rgba(0,0,0,0.1);
	position: relative;
}
.boxed .container {
	margin-bottom: 0;
	padding: 0;
	border: none;
}
#panel{
    position: absolute;
    top: 53px;
    width: 100%;
}
/* Form, Input, Textarea */
textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input, select {
	box-shadow: none;
	font: 300 14px/20px Roboto Condensed, Arial, Helvetica, sans-serif;
	color: #666;
	border-radius: 0;
}
textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus, select:focus {
	box-shadow: none;
}
select {
	margin-bottom: 0;
	border-color: #E5E5E5;
}
/* Buttons */
.btn {
	padding: 5px 10px;
	border: none;
	border-radius: 0;
	filter: none;
	box-shadow: none;
	font-size: 12px;
	color: #FFF;
	text-shadow: none;
}
.btn:hover, .btn:focus, .btn:active, .btn.active, .btn.disabled, .btn[disabled] {
	background: #333;
	color: #FFF;
	outline: none;
}
/* Thumbnails */
.thumbnail {
	padding: 0;
	border: none;
	border-radius: 0;
	box-shadow: none;
}
.thumbnail:hover {
	animation: thumbnail-item 0.25s linear 0.25s;
	-webkit-animation: thumbnail-item 0.25s linear 0.25s;
}
@keyframes thumbnail-item {
50% {
 opacity: 0.75;
 transform: scaleX(0.9);
 -ms-transform: scaleX(0.9);
 -moz-transform: scaleX(0.9);
 -webkit-transform: scaleX(0.9);
 -o-transform: scaleX(0.9);
}
100% {
 opacity: 1;
 transform: scaleX(1);
 -ms-transform: scaleX(1);
 -moz-transform: scaleX(1);
 -webkit-transform: scaleX(1);
 -o-transform: scaleX(1);
}
}
@-webkit-keyframes thumbnail-item {
50% {
 opacity: 0.75;
 transform: scaleX(0.9);
 -ms-transform: scaleX(0.9);
 -moz-transform: scaleX(0.9);
 -webkit-transform: scaleX(0.9);
 -o-transform: scaleX(0.9);
}
100% {
 opacity: 1;
 transform: scaleX(1);
 -ms-transform: scaleX(1);
 -moz-transform: scaleX(1);
 -webkit-transform: scaleX(1);
 -o-transform: scaleX(1);
}
}
.thumbnail .view-thumb, .item .view-thumb {
	position: relative;
	display: block;
}
.thumbnail .view-thumb i, .item .view-thumb i {
	margin-bottom: 0;
	margin-left: -25px;
	width: 50px;
	height: 50px;
	background: rgba(0,0,0,0.5);
	border-radius: 0;
	line-height: 50px;
	color: #FFF;
	text-align: center;
	opacity: 0;
	position: absolute;
	bottom: 0;
	left: 50%;
}
.thumbnail:hover .view-thumb i, .item:hover .view-thumb i {
	margin-bottom: -25px;
	border-radius: 100%;
	opacity: 1;
	bottom: 50%;
}
.thumbnail img {
	margin-bottom: 10px;
	cursor: default;
	display: block;
}
.thumbnails .thumbnail-detail h5 {
	margin-bottom: 10px;
}
.thumbnails.featured i {
	margin-right: 10px;
	width: 50px;
	height: 50px;
	font-size: 24px;
	line-height: 50px;
	color: #FFF;
	text-align: center;
	display: block;
	float: left;
}
.thumbnails.featured li:hover i {
	background: #333;
	border-radius: 100%;
	transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-o-transform: rotate(360deg);
}
.thumbnails.featured .thumbnail-detail h3 {
	height: 40px;
	overflow: hidden;
}
.thumbnails.featured .thumbnail-detail p {
	margin-bottom: 0;
	height: 60px;
	overflow: hidden;
}
.thumbnails .social-links {
	float: none;
}
.thumbnails .social-links a i {
	margin-right: 1px;
	margin-left: 0;
	width: 40px;
	height: 40px;
	line-height: 40px;
}
/* Filter */
.filter {
	padding: 10px 0;
	background: rgba(0,0,0,0.025);
	text-align: center;
}
.filter p {
	margin-bottom: 0;
}
.filter p a {
	margin: 0 10px;
	font: normal 14px/30px Roboto Condensed, Arial, Helvetica, sans-serif;
	color: #999;
	text-transform: uppercase;
	display: inline-block;
}
/* Data Time */
.data-time {
	margin-bottom: 20px;
	padding: 9px;
	border: 1px dotted #E5E5E5;
	font-style: normal;
	color: #CCC;
	display: block;
}
.data-time span {
	margin: 5px 0;
	padding: 5px 10px;
	color: #FFF;
	display: block;
}
.data-time span.short {
	margin: 0 10px;
	background: none;
	border-right: 1px solid #F0F0F0;
	border-left: 1px solid #F0F0F0;
	color: #999;
	display: inline-block;
}
.data-time span i {
	margin-right: 5px;
	opacity: 0.5;
	display: inline-block;
}
.data-time-big {
	padding: 9px;
	font-style: normal;
	color: #FFF;
	display: inline-block;
	position: absolute;
	top: 20px;
	left: 0;
}
/* Progress Bar */
.progress {
	margin-bottom: 10px;
	background-color: #E5E5E5;
	border-radius: 0;
	box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
}
.progress-striped .bar {
	text-shadow: none;
}
/* Pricing Tables */
.pricing {
	margin-bottom: 40px;
	padding-top: 20px;
	box-shadow: inset 1px 1px 0 rgba(0,0,0,0.1), 1px 1px 0 rgba(0,0,0,0.1);
	text-align: center;
	position: relative;
}
.pricing i {
	margin: 0 auto 10px;
	width: 100px;
	height: 100px;
	border-radius: 100%;
	font-size: 60px;
	line-height: 100px;
	color: #FFF;
	text-align: center;
	display: block;
}
.pricing:hover i {
	background: #FFF;
	color: #333;
	transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-o-transform: rotate(360deg);
}
.pricing .nav {
	margin-bottom: 10px;
}
.pricing .nav li {
	padding: 4px 0 5px;
	border-top: 1px solid #F0F0F0;
}
.pricing .price {
	margin-bottom: 20px;
	padding: 10px;
	font-size: 18px;
	line-height: 20px;
	color: #FFF;
}
.pricing:hover .price {
	background: #333;
}
.pricing .price span {
	font-size: 36px;
	line-height: 40px;
}
.pricing .btn {
	opacity: 0;
}
.pricing:hover .btn {
	opacity: 1;
	position: absolute;
	top: 50px;
	left: 0;
}
/* Media List */
.media-list {
	margin-bottom: 0;
}
.media-list .media {
	margin-top: 20px;
}
.media-list .media h4 {
	height: 20px;
}
.media-list .media .media-comment {
	margin-right: 20px;
	padding: 4px;
	width: 90px;
	height: 90px;
	border: 1px solid #E5E5E5;
	float: left;
}
.media-list .media ul {
	margin-left: 120px;
}
/* Pagination */
.pagination {
	margin: 0;
	height: 30px;
}
.pagination ul {
	border-radius: 0;
	box-shadow: none;
}
.pagination ul > li > a, .pagination ul > li > span {
	padding: 4px 10px 4px 9px;
	border: 1px solid #E5E5E5;
	border-left-width: 0;
}
.pagination ul > li:first-child > a, .pagination ul > li:first-child > span {
	padding-left: 9px;
	border-left-width: 1px;
	border-radius: 0;
}
.pagination ul > li:last-child > a, .pagination ul > li:last-child > span {
	border-radius: 0;
}
/* Social Icons */
.social-links {
	float: right;
}
.social-links a {
	display: inline-block;
}
.social-links a i {
	margin-left: 1px;
	width: 50px;
	height: 50px;
	background: #F0F0F0;
	font-size: 16px;
	line-height: 50px;
	color: #CCC;
	text-align: center;
	display: inline-block;
	overflow: hidden;
}
.social-links a i:hover {
	color: #FFF;
}
/* Modal */
.modal {
	margin-top: -200px;
	max-height: 400px;
	border: none;
	border-radius: 0;
	outline: none;
	box-shadow: 0 0 10px rgba(0,0,0,1);
	top: 50%;
}
.modal.fade.in {
	top: 50%;
}
.modal-header {
	padding: 10px 15px;
	border-bottom: none;
}
.modal-header .close {
	margin-top: 5px;
}
.modal-body {
	padding: 0;
	max-height: 350px;
}
.modal-body p {
	margin-bottom: 0;
	padding: 20px;
}
.modal-footer {
	display: none;
}
/* Tabs */
.tab-content {
	margin-bottom: 40px;
}
.tab-content p {
	margin-bottom: 0;
}
/* Footer */
.footer {
	padding: 40px 0;
	background: url(/images/bg-pad.png) repeat 0 0;
	box-shadow: inset 0 2px 5px rgba(0,0,0,0.1);
}
/* Contact Form */
.contact-form {
	margin-bottom: 40px;
}
.login-form input {
	margin-bottom: 0;
}
.contact-form input, .contact-form textarea {
	border-radius: 0;
}
#results, #results .alert, img#form-loading {
	display:none;
}
img#form-loading{
    bottom: 19px;
    float: right;
    position: relative;
}
input.error, textarea.error {
	border:2px solid #F2DEDE;
}
/* Google Map */
#map-canvas {
	margin-bottom: 40px;
	width: 100%;
	box-shadow: 0 0 5px rgba(0,0,0,0.2);
}
#map-canvas div.gmnoprint, #map-canvas div div + div a img {
	display: none
}
/* Copy */
.copy-cont {
	margin-top: 20px;
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}
p.copy {
	margin-bottom: 0;
	line-height: 50px;
	float: left;
}
/* ScrollBar */
.nicescroll-rails {
	width: 10px !important;
	height: 100% !important;
	background: none !important;
	border-radius: 0;
	overflow: hidden;
	position: fixed !important;
	top: 0 !important;
	right: 0 !important;
	left: inherit !important;
	z-index: 9999 !important;
}
.nicescroll-rails div {
	margin: 0;
	width: 5px !important;
	background: rgba(0,0,0,0.5) !important;
	border: none !important;
	border-radius: 0 !important;
}
/* Margins */
.no-margin {
	margin-bottom: 0 !important;
}
.margin-half-bottom {
	margin-bottom: 20px !important;
}
.margin-bottom {
	margin-bottom: 40px !important;
}
/* toTop */
#toTop {
	width: 50px;
	height: 50px;
	background: rgba(0,0,0,0.25);
	line-height: 50px;
	color: #FFF;
	text-align: center;
	cursor: pointer;
	display: none;
	position: fixed;
	bottom: 0px;
	right: 20px;
	z-index: 9999;
	transition: all linear 0.15s;
	-ms-transition: all linear 0.15s;
	-moz-transition: all linear 0.15s;
	-webkit-transition: all linear 0.15s;
	-o-transition: all linear 0.15s;
}
#toTop:hover {
	height: 60px;
	background: rgba(0,0,0,0.5);
	line-height: 60px;
}

/* Desktop large layout */
@media (min-width: 1210px) {
.container-blank {
	width: 1170px;
}
#map-canvas {
	height: 390px;
}
}

/* Desktop small layout */
@media (min-width: 980px) and (max-width: 1209px) {
.container-blank {
	width: 940px;
}
#map-canvas {
	height: 390px;
}
}

/* Tablet layout */
@media (min-width: 768px) and (max-width: 979px) {
.container-blank {
	width: 724px;
}
.thumbnails.featured i {
	margin: auto;
	width: auto;
	float: none;
}
.thumbnails.featured li:hover i {
	border-radius: 0;
	transform: none;
	-ms-transform: none;
	-moz-transform: none;
	-webkit-transform: none;
	-o-transform: none;
}
.thumbnails .social-links {
	margin-bottom: 0;
}
#map-canvas {
	height: 450px;
}
.social-links {
	margin: 0 auto 20px;
	text-align: center;
	float: none;
}
p.copy {
	margin: auto;
	line-height: inherit;
	text-align: center;
	float: none;
}
#settings {
	display: none;
}
}

/* Mobile landscape layout */
@media (min-width: 480px) and (max-width: 767px) {
body {
	padding-right: 10px;
	padding-left: 10px;
}
.container-blank {
	width: 460px;
}
.thumbnails .thumbnail {
	margin-top: 20px;
	padding-top: 19px;
	border-top: 1px dashed #E5E5E5;
}
.thumbnails li:first-child .thumbnail {
	margin-top: 0;
	padding-top: 0;
	border-top: none;
}
.thumbnails.featured i {
	margin: auto;
	width: auto;
	float: none;
}
.thumbnails.featured li:hover i {
	border-radius: 0;
	transform: none;
	-ms-transform: none;
	-moz-transform: none;
	-webkit-transform: none;
	-o-transform: none;
}
.thumbnails.featured .thumbnail-detail {
	text-align: center;
}
.thumbnails.featured .thumbnail-detail p {
	height: auto;
}
.thumbnails .social-links {
	margin-bottom: 0;
	height: 40px;
	text-align: left;
}
.pricing:first-child {
	margin-top: 0;
	padding-top: 0;
	border-top: none;
}
.pricing {
	margin-top: 20px;
	padding-top: 19px;
	border-top: 1px dashed #E5E5E5;
}
.media-list .media ul {
	margin-left: 0;
}
.data-time span.short {
	margin: 0;
	padding: 0;
	border: none;
	display: inherit;
}
#map-canvas {
	height: 250px;
}
.social-links {
	margin: 0 auto 20px;
	height: 50px;
	text-align: center;
	overflow: hidden;
	float: none;
}
p.copy {
	margin: auto;
	line-height: inherit;
	text-align: center;
	float: none;
}
#settings {
	display: none;
}
}

/* Mobile portrait layout */
@media (max-width: 479px) {
body {
	padding-right: 10px;
	padding-left: 10px;
}
.container-blank {
	width: 300px;
}
.thumbnails .thumbnail {
	margin-top: 20px;
	padding-top: 19px;
	border-top: 1px dashed #E5E5E5;
}
.thumbnails li:first-child .thumbnail {
	margin-top: 0;
	padding-top: 0;
	border-top: none;
}
.thumbnails.featured i {
	margin: auto;
	width: auto;
	float: none;
}
.thumbnails.featured li:hover i {
	border-radius: 0;
	transform: none;
	-ms-transform: none;
	-moz-transform: none;
	-webkit-transform: none;
	-o-transform: none;
}
.thumbnails.featured .thumbnail-detail {
	text-align: center;
}
.thumbnails.featured .thumbnail-detail p {
	height: auto;
}
.thumbnails .social-links {
	margin-bottom: 0;
	height: 40px;
	text-align: left;
}
.filter p a {
	margin: 0 5px;
}
.pricing:first-child {
	margin-top: 0;
	padding-top: 0;
	border-top: none;
}
.pricing {
	margin-top: 20px;
	padding-top: 19px;
	border-top: 1px dashed #E5E5E5;
}
.media-list .media ul {
	margin-left: 0;
}
.data-time span.short {
	margin: 0;
	padding: 0;
	border: none;
	display: inherit;
}
#map-canvas {
	height: 250px;
}
.social-links {
	margin: 0 auto 20px;
	height: 50px;
	text-align: center;
	overflow: hidden;
	float: none;
}
p.copy {
	margin: auto;
	line-height: inherit;
	text-align: center;
	float: none;
}
#settings {
	display: none;
}
}