/* Minification failed. Returning unminified contents.
(1551,1): run-time error CSS1036: Expected expression, found '}'
 */

/*
	* Style settings of LayerSlider
	*
	* (c) 2011-2013 George Krupa, John Gera & Kreatura Media
	*
	* Plugin web:			http://kreaturamedia.com/
	* Licenses: 			http://codecanyon.net/licenses/
*/



/* Global settings */

.ls-container {
	visibility: hidden;
	position: relative;
}

.ls-lt-container {
	position: absolute;
}

.ls-lt-container,
.ls-lt-container * {
	text-align: left !important;
	direction: ltr !important;
}

.ls-container-fullscreen {
	margin: 0 auto !important;
	padding: 2% !important;
	background: black !important;
	border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	border: none !important;
}

.ls-container-fullscreen .ls-thumbnail-wrapper,
.ls-container-fullscreen .ls-fullscreen,
.ls-container-fullscreen .ls-shadow {
	display: none !important;
}

.ls-overflow-hidden {
	overflow: hidden;
}

.ls-inner {
	position: relative;
	background-position: center center;
	z-index: 2;
}

.ls-loading-container {
	position: absolute !important;
	display: none;
	z-index: 3 !important;
	left: 50% !important;
	top: 50% !important;
}

.ls-loading-indicator {
	margin: 0 auto;
}

.ls-inner,
.ls-slide {
	width: 100%;
	height: 100%;
}

.ls-slide,
.ls-layer {
	position: absolute;
	display: none;
	background-position: center center;
	overflow: hidden;
}

.ls-active,
.ls-animating {
	display: block !important;
}

.ls-slide > * {
	position: absolute;
	line-height: normal;
	margin: 0;
	left: 0;
	top: 0;
}

.ls-slide .ls-bg {
	left: 0px;
	top: 0px;
	transform: none !important;
	-o-transform: none !important;
	-ms-transform: none !important;
	-moz-transform: none !important;
	-webkit-transform: none !important;
}

.ls-yourlogo {
	position: absolute;
	z-index: 99;
}



/* Timers */

.ls-bar-timer {
	position: absolute;
	width: 0;
	height: 2px;
	background: white;
	border-bottom: 2px solid #555;
	opacity: .55;
	filter: alpha(opacity=55);
	z-index: 4;
	top: 0;
}

.ls-circle-timer {
	width: 16px;
	height: 16px;
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 4;
	opacity: .65;
	filter: alpha(opacity=65);
	display: none;
}

.ls-ct-half {
	background: white;
}

.ls-ct-center {
	background: #444;
}

.ls-ct-left,
.ls-ct-right {
	width: 50%;
	height: 100%;
	overflow: hidden;
}

.ls-ct-left,
.ls-ct-right {
	float: left;
	position: relative;
}

.ls-ct-rotate {
	width: 200%;
	height: 100%;
	position: absolute;
	top: 0;
}

.ls-ct-left .ls-ct-rotate,
.ls-ct-right .ls-ct-hider,
.ls-ct-right .ls-ct-half {
	left: 0;
}

.ls-ct-right .ls-ct-rotate,
.ls-ct-left .ls-ct-hider,
.ls-ct-left .ls-ct-half {
	right: 0;
}

.ls-ct-hider,
.ls-ct-half {
	position: absolute;
	top: 0;
}

.ls-ct-hider {
	width: 50%;
	height: 100%;
	overflow: hidden;
}

.ls-ct-half {
	width: 200%;
	height: 100%;
}

.ls-ct-center {
	width: 50%;
	height: 50%;
	left: 25%;
	top: 25%;
	position: absolute;
}

.ls-ct-half,
.ls-ct-center {
	border-radius: 100px;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
}



/* Navigation */

.ls-bottom-nav-wrapper {
	height: 0;
}

.ls-bottom-slidebuttons {
	text-align: left;
}

.ls-bottom-nav-wrapper,
.ls-below-thumbnails {
	z-index: 2;
	height: 0;
	position: relative;
	text-align: center;
	margin: 0 auto;
}

.ls-below-thumbnails {
	display: none;
	z-index: 6;
}

.ls-bottom-nav-wrapper a,
.ls-nav-prev,
.ls-nav-next {
	outline: none;
}

* .ls-bottom-nav-wrapper *,
* .ls-bottom-nav-wrapper span * {
	direction: ltr !important;
}

.ls-bottom-slidebuttons {
	position: relative;
	z-index: 1000;
}

.ls-bottom-slidebuttons,
.ls-nav-start,
.ls-nav-stop,
.ls-nav-sides {
	position: relative;
}

.ls-nothumb {
	text-align: center !important;
}

.ls-link {
	position: absolute;
	width: 100% !important;
	height: 100% !important;
	left: 0 !important;
	top: 0 !important;
	background-image: url(blank.gif);
}

.ls-slide > a > * {
	background-image: url(blank.gif);
}



/* Embedded videos */

.ls-vpcontainer {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.ls-videopreview {
	width : 100%;
	height : 100%;
	position : absolute;
	left : 0;
	top : 0;
	cursor : pointer;
}

.ls-playvideo {
	position: absolute;
	left: 50%;
	top: 50%;
	cursor: pointer;
}



/* Thumbnails */

.ls-tn {
	display: none !important;
}

.ls-thumbnail-hover {
	display: none;
	position: absolute;
	left: 0;
}

.ls-thumbnail-hover-inner {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	display: none;
}

.ls-thumbnail-hover-bg {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.ls-thumbnail-hover-img {
	position: absolute;
	overflow: hidden;
}

.ls-thumbnail-hover img {
	max-width: none !important;
	position: absolute;
	display: inline-block;
	visibility: visible !important;
	left: 50%;
	top: 0;
}

.ls-thumbnail-hover span {
	left: 50%;
	top: 100%;
	width: 0;
	height: 0;
	display: block;
	position: absolute;
	border-left-color: transparent !important;
	border-right-color: transparent !important;
	border-bottom-color: transparent !important;
}

.ls-thumbnail-wrapper {
	position: relative;
	width: 100%;
	margin: 0 auto;
	z-index: 4;
}

.ls-thumbnail {
	position: relative;
	margin: 0 auto;
}

.ls-thumbnail-inner,
.ls-thumbnail-slide-container {
	width: 100%;
}

.ls-thumbnail-slide-container {
	overflow: hidden !important;
	position: relative;
}

.ls-touchscroll {
	overflow-x: auto !important;
}

.ls-thumbnail-slide {
	text-align: center;
	white-space: nowrap;
	float: left;
	position: relative;
}

.ls-thumbnail-slide a {
	overflow: hidden;
	display: inline-block;
	width: 0;
	height: 0;
	position: relative;
}

.ls-thumbnail-slide img {
	max-width: none !important;
	max-height: 100% !important;
	height: 100%;
	visibility: visible !important;
}

.ls-shadow {
	display: none;
	position: absolute;
	z-index: 1;
	top: 100%;
	width: 100%;
	left: 0;
	overflow: hidden !important;
	visibility: hidden;
}

.ls-shadow img {
	width: 100% !important;
	height: auto !important;
	position: absolute !important;
	left: 0 !important;
	bottom: 0 !important;
}

.ls-bottom-nav-wrapper,
.ls-thumbnail-wrapper,
.ls-nav-prev,
.ls-nav-next {
	visibility: hidden;
}



/* WP plugin fullwidth */

.ls-wp-fullwidth-container {
	width: 100%;
	position: relative;
}

.ls-wp-fullwidth-helper {
	position: absolute;
}



/* 2D & 3D Layer Transitions */

.ls-overflow-hidden {
	overflow: hidden;
}

.ls-lt-tile {
	position: relative;
	float: left;
	perspective: 1000px;
	-o-perspective: 1000px;
	-ms-perspective: 1000px;
	-moz-perspective: 1000px;
	-webkit-perspective: 1000px;
}

.ls-lt-tile img {
	visibility: visible;
	display: inline-block;
}

.ls-curtiles {
	overflow: hidden;
}

.ls-curtiles,
.ls-nexttiles {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.ls-curtile, .ls-nexttile {
	overflow: hidden;
	position: absolute;
	width: 100% !important;
	height: 100% !important;
	backface-visibility: hidden;
	-o-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}

.ls-curtile {
	left: 0;
	top: 0;
}

.ls-curtile img,
.ls-nexttile img {
	position: absolute;
	filter: inherit;
}

.ls-3d-container {
	position: relative;
	overflow: visible !important;
}

.ls-3d-box {
	position: absolute;
	top: 50%;
	left: 50%;
	transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
}

.ls-3d-box div {
	overflow: hidden;
	background: #777;
	margin: 0;
	padding: 0;
	position: absolute;
}



/* Full screen */

.ls-fullscreen {
	position: absolute;
	z-index: 10;
	cursor: pointer;
	display: block;
}



/* Removing all default global styles of WordPress themes */

html * .ls-nav-prev,
html * .ls-nav-next,
html * .ls-container img,
html * .ls-bottom-nav-wrapper a,
html * .ls-container .ls-fullscreen,
body * .ls-nav-prev,
body * .ls-nav-next,
body * .ls-container img,
body * .ls-bottom-nav-wrapper a,
body * .ls-container .ls-fullscreen,
#ls-global * .ls-nav-prev,
#ls-global * .ls-nav-next,
#ls-global * .ls-container img,
#ls-global * .ls-bottom-nav-wrapper a,
#ls-global * .ls-container .ls-fullscreen,
html * .ls-thumbnail a,
body * .ls-thumbnail a,
#ls-global * .ls-thumbnail a {
	transition: none;
	-o-transition: none;
	-ms-transition: none;
	-moz-transition: none;
	-webkit-transition: none;
	line-height: normal;
	outline: none;
	padding: 0;
	border: 0;
}

html * .ls-slide > a,
body * .ls-slide > a,
#ls-global * .ls-slide > a,
html * .ls-slide > h1,
body * .ls-slide > h1,
#ls-global * .ls-slide > h1,
html * .ls-slide > h2,
body * .ls-slide > h2,
#ls-global * .ls-slide > h2,
html * .ls-slide > h3,
body * .ls-slide > h3,
#ls-global * .ls-slide > h3,
html * .ls-slide > h4,
body * .ls-slide > h4,
#ls-global * .ls-slide > h4,
html * .ls-slide > h5,
body * .ls-slide > h5,
#ls-global * .ls-slide > h5,
html * .ls-slide > p,
body * .ls-slide > p,
#ls-global * .ls-slide > p,
html * .ls-slide > div,
body * .ls-slide > div,
#ls-global * .ls-slide > div,
html * .ls-slide > span,
body * .ls-slide > span,
#ls-global * .ls-slide > span,
html * .ls-slide > *,
body * .ls-slide > *,
#ls-global * .ls-slide > * {
	transition: none;
	-o-transition: none;
	-ms-transition: none;
	-moz-transition: none;
	-webkit-transition: none;
}

html * .ls-slide > *,
body * .ls-slide > *,
#ls-global * .ls-slide > * {
	margin: 0;
}

html * .ls-container img,
body * .ls-container img,
#ls-global * .ls-container img {
	background: none !important;
	min-width: 0 !important;
	max-width: none !important;
	border-radius: 0;
	box-shadow: none;
	border: 0;
	padding: 0;
}

/*html * .ls-thumbnail a img,
body * .ls-thumbnail a img,
#ls-global * .ls-thumbnail a img {
	min-width: 100% !important;
}
*/

html * .ls-wp-container .ls-slide > *,
body * .ls-wp-container .ls-slide > *,
#ls-global * .ls-wp-container .ls-slide > * {
	line-height: normal;
	outline: none;
	padding: 0;
	margin: 0;
	border: 0;
}

html * .ls-wp-container .ls-slide > a > *,
body * .ls-wp-container .ls-slide > a > *,
#ls-global * .ls-wp-container .ls-slide > a > * {
	margin: 0;
}

html * .ls-wp-container .ls-slide > a,
body * .ls-wp-container .ls-slide > a,
#ls-global * .ls-wp-container .ls-slide > a {
	text-decoration: none;
}

.ls-wp-fullwidth-container,
.ls-wp-fullwidth-helper,
.ls-container,
.ls-container * {
	box-sizing: content-box !important;
	-moz-box-sizing: content-box !important;
	-webkit-box-sizing: content-box !important;
}

html * .ls-yourlogo,
body * .ls-yourlogo,
#ls-global * .ls-yourlogo {
	margin: 0;
}

html * .ls-tn,
body * .ls-tn,
#ls-global * .ls-tn {
	display: none;
}

.site {
	overflow: visible !important;
}



/* Style of LayerSlider Debug Console */

.ls-debug-console * {
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	color: white !important;
	text-shadow: none !important;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", Helvetica, Arial, sans-serif !important;
	line-height: normal !important;
	-webkit-font-smoothing: antialiased !important;
	text-align: left !important;
	font-style: normal !important;
}

.ls-debug-console h1 {
	padding-top: 10px !important;
	font-size: 17px !important;
	font-weight: bold !important;
}

.ls-debug-console h1:first-child {
	padding-top: 0 !important;
}

.ls-debug-console ul {
	padding-top: 10px !important;
	list-style: none !important;
}

.ls-debug-console li {
	margin-left: 10px !important;
	font-size: 13px !important;
	position: relative !important;
	font-weight: normal !important;
}

html * .ls-debug-console li ul,
body * .ls-debug-console li ul,
#ls-global * .ls-debug-console li ul {
	display: none;
	width: 260px;
	left: -10px;
}

.ls-debug-console li ul {
	position: absolute !important;
	bottom: 100% !important;
	padding: 10px 10px 10px 0 !important;
	background: white !important;
	border-radius: 10px !important;
	box-shadow: 0 0 20px black !important;
}

html * .ls-debug-console li:hover ul,
body * .ls-debug-console li:hover ul,
#ls-global * .ls-debug-console li:hover ul {
	display: block;
}

.ls-debug-console li ul * {
	color: black !important;
}

.ls-debug-console a {
	text-decoration: none !important;
	border-bottom: 1px dotted white !important;
}

.ls-error {
	border-radius: 5px !important;
	-moz-border-radius: 5px !important;
	-wenkit-border-radius: 5px !important;
	background: white !important;
	height: auto !important;
	width: auto !important;
	color: white !important;
	padding: 20px 40px 30px 80px !important;
	position: relative !important;
	box-shadow: 0 2px 20px -5px black;
}

.ls-error p {
	line-height: normal !important;
	text-shadow: none !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	text-align: justify !important;
	font-family: Arial, sans-serif !important;
}

.ls-error .ls-error-title {
	line-height: 40px !important;
	color: red !important;
	font-weight: bold !important;
	font-size: 16px !important;
}

.ls-error .ls-error-text {
	color: #555 !important;
	font-weight: normal !important;
	font-size: 13px !important;
}

.ls-error .ls-exclam {
	width: 40px !important;
	height: 40px !important;
	position: absolute !important;
	left: 20px !important;
	top: 20px !important;
	border-radius: 50px !important;
	-moz-border-radius: 50px !important;
	-webkit-border-radius: 50px !important;
	font-size: 30px !important;
	font-weight: bold !important;
	color: white !important;
	line-height: 40px !important;
	background: red !important;
	text-align: center !important;
}



/* GPU Hardware Acceleration */

html * .ls-container .ls-shadow,
html * .ls-container .ls-slide > *,
html * .ls-container .ls-fullscreen,
html * .ls-container .ls-3d-container,
html * .ls-container .ls-lt-container,
html * .ls-container .ls-lt-container *,
html * .ls-container .ls-thumbnail-wrapper,
html * .ls-container .ls-bottom-nav-wrapper,
body * .ls-container .ls-shadow,
body * .ls-container .ls-slide > *,
body * .ls-container .ls-fullscreen,
body * .ls-container .ls-3d-container,
body * .ls-container .ls-lt-container,
body * .ls-container .ls-lt-container *,
body * .ls-container .ls-thumbnail-wrapper,
body * .ls-container .ls-bottom-nav-wrapper,
#ls-global * .ls-container .ls-shadow,
#ls-global * .ls-container .ls-slide > *,
#ls-global * .ls-container .ls-fullscreen,
#ls-global * .ls-container .ls-3d-container,
#ls-global * .ls-container .ls-lt-container,
#ls-global * .ls-container .ls-lt-container *,
#ls-global * .ls-container .ls-thumbnail-wrapper,
#ls-global * .ls-container .ls-bottom-nav-wrapper,
.ls-gpuhack {
	transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
}

.ls-gpuhack {
	width: 100% !important;
	height: 100% !important;
}


html * .ls-container .ls-webkit-hack,
body * .ls-container .ls-webkit-hack,
#ls-global * .ls-container .ls-webkit-hack {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}

/* GPU */

@media (transform-3d), (-o-transform-3d), (-ms-transform-3d), (-moz-transform-3d), (-webkit-transform-3d) {
	#ls-test3d {
		position: absolute;
		left: 9px;
		height: 3px;
	}
}

/*******************************/
/*         Navigatioin         */
/*******************************/
.navbar-default { border-radius: 0; background:rgba(0, 0, 0, .8); border-bottom:1px solid rgba(255, 255, 255, 0.15); min-height:100px; padding-top:25px; margin-bottom:0;}
.navbar-default *:focus { outline: 0; }
@media (max-width: 767px) {
	.navbar-default {  background:rgba(0,0,0,.9); }
}

.navbar-default .navbar-nav > li > a,
.navbar-default .navbar-nav > .open ul > a { color:rgba(255, 255, 255, .4); }

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover, 
.navbar-default .navbar-nav > .active > a:focus { color: #fff; background:none ; }
.navbar-default .navbar-nav > .open > a{ background:none; color:white; }

.navbar-default .navbar-nav>li>a:hover, 
.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>.open>a:hover, 
.navbar-default .navbar-nav>.open>a:focus { background:none; color:white; }

.navbar-default .navbar-nav > .active > a { background:none; color:white; }

.navbar-default .navbar-brand { font-family: "Open sans", helvetica, arial; font-size: 24px; color:white; padding:0 0 0 15px; margin:12px 0 0 0; }
	.navbar-default .navbar-brand img { margin-top:-8px;}

.navbar-nav .dropdown-menu {
	left:-5px;
	font-size: 13px;
	background-color: rgba(0, 0, 0, .7);
	border: 0px none;
	-webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.navbar-nav .dropdown-menu > li > a { color:rgba(255, 255, 255, .7); padding:7px 20px; }
	.navbar-nav .dropdown-menu > li > a:hover,
	.navbar-nav .dropdown-menu > li > a:focus,
	.navbar-nav .dropdown-menu > .active > a:hover{ background: rgba(255, 255, 255, .1); color:white; }

.navbar-nav .dropdown-menu > .active > a,
.navbar-nav .dropdown-menu > .active > a:focus { background: none; color:#fff; }

.navbar-nav .btn { border:1px solid rgba(255, 255, 255, .2); margin-left:5px; margin-top:5px; padding-top:10px; padding-bottom:10px; }

.navbar-nav a.btn:focus, 
.navbar-nav a.btn:hover  { border:1px solid rgba(255,255,255,.6); }

.navbar-collapse { border:0 none;  border-top:0 none; box-shadow: none; }
@media (max-width: 767px) {
	.navbar-collapse ul { text-align: center;  width:100%; padding-bottom:10px; }
	.navbar-collapse ul .btn{ max-width:50%; margin:0 auto; }
}

.navbar-static-top,
.navbar-fixed-top,
.navbar-fixed-bottom { border-radius: 0; }




/*******************************/
/*          Buttons            */
/*******************************/
.btn-default, .btn-primary, .btn-success, .btn-action
.btn-info,    .btn-warning, .btn-danger {
	text-shadow: 0 2px 1px rgba(0, 0, 0, .2);
}

.btn { padding: 10px 40px; font-weight: bold; border:0 none; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }
.btn-lg { padding: 15px 65px; font-size: 14px; font-weight:bold; }
.btn-default { text-shadow: none; background:transparent; color:rgba(50,50,50,.5); -webkit-box-shadow:inset 0px 0px 0px 3px rgba(50,50,50,.5); -moz-box-shadow:inset 0px 0px 0px 3px rgba(50,50,50,.5); box-shadow:inset 0px 0px 0px 3px rgba(50,50,50,.5); }
	.btn-default:hover,
	.btn-default:focus { color:rgba(50,50,50,.8); -webkit-box-shadow:inset 0px 0px 0px 3px rgba(50,50,50,.8); -moz-box-shadow:inset 0px 0px 0px 3px rgba(50,50,50,.8); box-shadow:inset 0px 0px 0px 3px rgba(50,50,50,.8); background: transparent; }
	.btn-default:active,
	.btn-default.active { color:#333; -webkit-box-shadow:inset 0px 0px 0px 3px #333; -moz-box-shadow:inset 0px 0px 0px 3px #333; box-shadow:inset 0px 0px 0px 3px #333; background: transparent; }
	
.btn-action,
.btn-primary { color:#FFEFD7; background-image: -webkit-linear-gradient(top, #FF9B22 0%, #FF8C00 100%); background-image: linear-gradient(to bottom, #FF9B22 0%, #FF8C00 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffFF9B22', endColorstr='#ffFF8C00', GradientType=0); filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); background-repeat: repeat-x; border:0 none; }
	.btn-action:hover,
	.btn-action:focus { color:#fff; background: #FF9B22; }
	.btn-action:active {	background: #FF8C00; }


/*******************************/
/*           Jumbotron         */
/*******************************/
.jumbotron { color: inherit; background-color: #F7F5F4; padding-top:30px; padding-bottom:30px; margin-bottom:0; }
.container .jumbotron { -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; padding-left:40px; padding-right:40px; }
	.jumbotron p { font-size:inherit; }
	.jumbotron h2, .jumbotron h3, .jumbotron h4, 
	.jumbotron h5, .jumbotron h6 { line-height: 1.3em; }


/*******************************/
/*           Images            */
/*******************************/
.img-rounded { -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }
/* Header 
#head { background:#181015 url( ../images/bg_header.jpg) no-repeat; background-size: cover; min-height:520px; text-align: center; padding-top:240px; color:white; font-family:"Open sans", Helvetica, Arial; font-weight:300; }
#head.secondary { height:100px; min-height: 100px; padding-top:0px; }
	#head .lead { font-family:"Open sans", Helvetica, Arial; font-size:44px; margin-bottom:6px; color:white; line-height:1.15em; } 
	#head .tagline { color:rgba(255,255,255,0.75); margin-bottom:25px; }
		#head .tagline a { color:#fff; } 
	#head .btn { margin-bottom:10px;}
	#head .btn-default { text-shadow: none; background:transparent; color:rgba(255,255,255,.5); -webkit-box-shadow:inset 0px 0px 0px 3px rgba(255,255,255,.5); -moz-box-shadow:inset 0px 0px 0px 3px rgba(255,255,255,.5); box-shadow:inset 0px 0px 0px 3px rgba(255,255,255,.5); background: transparent; }
		#head .btn-default:hover,
		#head .btn-default:focus { color:rgba(255,255,255,.8); -webkit-box-shadow:inset 0px 0px 0px 3px rgba(255,255,255,.8); -moz-box-shadow:inset 0px 0px 0px 3px rgba(255,255,255,.8); box-shadow:inset 0px 0px 0px 3px rgba(255,255,255,.8); background: transparent; }
		#head .btn-default:active, 
		#head .btn-default.active { color:#fff; -webkit-box-shadow:inset 0px 0px 0px 3px #fff; -moz-box-shadow:inset 0px 0px 0px 3px #fff; box-shadow:inset 0px 0px 0px 3px #fff; background: transparent; }

@media (max-width: 767px) {
	#head { min-height:420px; padding-top:160px; }
	#head .lead { font-size: 34px; }
}
    */

/* Autohide navbar */
.slideUp { top:-100px; }
.headroom { -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out; -o-transition: all 0.4s ease-out; transition: all 0.4s ease-out; }


/* Highlights (in jumbotron in most cases) */
.highlight { margin-top:40px; margin-bottom: 10px; }
	.h-caption { text-align: center; } 
	.h-caption i { display:block; font-size: 54px; color:#382526; margin-bottom:36px; }
	.h-caption h4 { color:#382526; font-size: 16px; font-weight: bold; margin-bottom:20px; }
	.h-body { }


/* Typography */
h1, h2, h3, h4, h5, h6 { font-family:"Open sans", Helvetica, Arial; }
h1, .h1, h2, .h2, h3, .h3 { margin-top:30px; } 
blockquote { font-style: italic; font-family: Georgia; color:#999; margin:30px 0 30px; }
label { color: #555; }
.thin { font-weight:300; }
.page-title { margin-top:20px; font-weight:300; }
.text-muted { color:#888; }
.breadcrumb { background:none; padding:0; margin:30px 0 0px 0; }
ul.list-spaces li{ margin-bottom:10px; }

/* Helpers */
.container-full { margin: 0 auto; width: 100%; }
.top-space { margin-top: 60px; }
.top-margin { margin-top:20px; }

img { max-width: 100%; }
img.pull-right { margin-left: 10px; }
img.pull-left { margin-right: 10px; }
#map { width:100%; height:280px; }
#social { margin-top:50px; margin-bottom:50px; }
	#social .wrapper { width:340px; margin:0 auto; text-align: center; }

/* Main content block */
.maincontent { }

/* Sidebars */
.sidebar { padding-top:36px; padding-bottom:30px; }
.sidebar .widget { margin-bottom:20px; }
.sidebar h1, .sidebar .h1, .sidebar h2, .sidebar .h2, .sidebar h3, .sidebar .h3 { margin-top:20px; } 

/* Footer */
.footer1 { background: #232323; padding: 30px 0 0 0; font-size: 12px; color: #999; }
	.footer1 a { color: #ccc; }
		.footer1 a:hover {color: #fff; }
	.footer1 .widget { margin-bottom:30px; }		
	.footer1 .widget-title { font-size: 17px; font-weight: bold; color: #ccc; margin: 0 0 20px; }
	.footer1 .entry-meta { border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; margin: 0 0 35px 0; padding: 2px 0; color: #888888; font-size: 12px; font-size: 0.75rem; }
		.footer1 .entry-meta a { color: #333333; }
		.footer1 .entry-meta .meta-in { border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; padding: 10px 0; }
	.follow-me-icons { font-size:30px; }		
		.follow-me-icons i { float:left; margin:0 10px 0 0; }		

.footer2 { background: #191919; padding: 15px 0; color: #777; font-size: 12px; }
	.footer2 a { color: #aaa; }
		.footer2 a:hover { color: #fff; }
		.footer2 p { margin: 0; }

	.widget-simplenav { margin-left:-5px; }		
	.widget-simplenav a{ margin:0 5px; }		


#head { padding-top: 90px; }


/* 

Viskaforshem
Blå     #017DB2
Grön    #65BE2F
Röd     #DD474A
*/

/*
 * Row with equal height columns
 * --------------------------------------------------
 */

/* Problem med Lightbox och Temat som satt max-width: 100%; */
.lb-outerContainer img { max-width: none; }

h2 {
    font-size: 24px;
}

.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  flex-direction: row;
}

.caret {
    margin-left: 8px;
}

body {
    color: #333;
}

a {
    color: #017DB2;
}

p.p-max {
    max-width: 800px;    
}

p.lead {
    font-size: 16px;
    font-style: italic;
    max-width: 900px;
    padding-bottom: 15px;
}

.header-upper {
    text-align: right;
    padding-right: 10px;
    padding: 0;
    position: relative;    
}

.navbar-inverse {
    padding-top: 0;
}

.navbar-default {
    background-color: #fff;  
    padding-top: 0;  
    min-height: 90px;
}

.navbar-default .navbar-brand {
    margin: 8px 0 0 0;
}

.navbar-default .navbar-nav > li > a {
    color: #333;
    font-size: 16px;
}

.nav.navbar-nav {
    margin-top: 12px;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .active > a {
    color: #333;
    background: none;
}

.navbar-default .navbar-nav>li>a:hover, 
.navbar-default .navbar-nav>li>a:focus, 
.navbar-default .navbar-nav>.open>a:hover, 
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav > a:hover,
.navbar-default .navbar-nav > .active > a:hover {
    color: #000;    
}

.navbar-brand {    
    height: auto;
}

.navbar-nav > li > .dropdown-menu {
    margin-top: 11px;
    margin-top: 2px;
    background-color: rgba(0, 0, 0, 1);
}

.navbar-nav .dropdown-menu > li > a {
    color: #fff;   
}

.navbar-nav .dropdown.dropdown-submenu a i.caret {
    display: none;
}

.navbar-nav .dropdown-menu > .active > a, 
.navbar-nav .dropdown-menu > .active > a:focus {  
    background: #222;
}

.row.news a {
    color: #333;
    display: block;
    width: 100%;
    height: auto;
}

.row.news a:hover {   
    color: #000;    
}

.page-header {
    margin: 30px 0 20px;    
}

.breadcrumb {
    margin: 0;
}

.ls-slide .txt-block h2,
.ls-slide .txt-block p {
    color: #fff;
}

.ls-slide .txt-block h2 {
    font-size: 2em;
}

.ls-slide .txt-block p {
    font-size: 1.6em;
}

.jumbotron {
    padding-top: 10px;
    padding-bottom: 10px;
}

.jumbotron p {
    font-weight: unset;
}

.page-content,
.news-content {
    /*font-size: 1.1em;*/
}

.news-content .img-responsive {
    width: 48%;
    height: auto;
    padding: 0 2% 15px 0;
    display: inline-block;
}

p.lead  {
    /*font-size: 1.1em;*/
    font-style: italic;
}

.text-wrap,
.text-wrap-left {
    margin: 10px;
}

@media (min-width: 992px) {
    .text-wrap,
    .text-wrap-left {
        margin: 0px 20px 15px 20px;
    }
}

.text-wrap { float: right; margin-right: 0; }
.text-wrap-left { float: left; margin-left: 0;}

img.square,
img.portrait,
img.landscape {
    width: 100%;
}

@media (min-width: 401px) {    
    img.portrait { 
        max-width: 150px;         
    }   
}
@media (max-width: 400px) {    
    img.portrait {         
        margin-left: 0; 
        margin-right: 0;
    }   
}

@media (min-width: 451px) {    
    img.square { 
        max-width: 250px;        
    }    
}
@media (max-width: 450px) {    
    img.square {  
        margin-left: 0; 
        margin-right: 0; 
    }    
}

@media (min-width: 481px) {    
    img.landscape { 
        max-width: 300px;         
    }    
}
@media (max-width: 480px) {    
    img.landscape {         
        margin-left: 0; 
        margin-right: 0; 
    }    
}

/*.tbl th {
    padding-right: 20px;
    font-weight: normal;
    vertical-align: top;
}

.tbl td {
    padding-bottom: 20px; 
    padding-top: 10px;
    vertical-align: top;   
}

.tbl td.img.right {
    padding-left: 30px;    
}

.tbl td.info {
    padding-left: 15px;    
   
}

.dl-horizontal dt {
    text-align: left;
}

dt, dd {
    padding-top: 10px;
}*/

/*.page-content ul {
    padding-top: 3px;
}
.page-content ul li {
    padding-bottom: 8px;
}

.page-content ul.list-unstyled {
    padding-left: 20px;
}

.page-content ul.list-unstyled.documents {
    padding-left: 0px;
}



#content {
    min-height: 550px;
}*/

/*.container a {
    text-decoration: underline;
}

.container a:hover {
    text-decoration: underline;
    color: #000;
}*/



/*** START Page Documents ***************/

/*.page-documents h2,
.page-documents h2 i {
    color: #336EA4;
}

.page-documents h2 {
    margin-top: 5px;
    padding-top: 0;
}
 
.page-documents {
    padding-left: 15px;
    border-left: 1px solid #D9D7D7;
    margin-top: 25px;
    padding-bottom: 50px;
}

.page-documents a {
    margin-left: 10px;
    color: #333;
    text-decoration: none;
}*/

/*** END Page Documents *****************/

/*** START News *************************/

.newsTablestyle tr td:nth-child(1) {
    width: 100px;   
}
.newsTablestyle tr td:nth-child(2) {
    width: 230px;
}

.newsTablestyle {
    color: #777;
}

.newsHeaderstyle th {
    padding-bottom: 10px;
    border-width: 0;
}

.newsRowstyle td, .newsAltrowstyle td, .newsEntryLineHover td {
    border-width: 0;
    line-height: 16px;
    padding-bottom: 10px;
}

.newsRowstyle:hover, .newsAltrowstyle:hover {
	/*color: #000;*/    
}

/*** END News ***************************/

.form-control {
    border-radius: 3px;
    color: #333;
}

.form-control {  
    /*height: 30px;
    padding: 4px 10px;*/
}

ol li,
ul li {        
    padding-bottom: 5px; 
}

ul.rb,
ul.cb {    
    margin: 0;
    padding: 0; 
}

ul.rb li,
ul.cb li {
    display: inline;
    list-style-type: none;    
    margin: 0;
    padding: 0;    
    padding-right: 8px;
}

label {
    font-weight: normal;
    margin-left: 3px;     
    margin-right: 10px;
    vertical-align: top !important;         
}

.rb label,
.cb label {
    font-weight: normal;
    margin-left: 3px;         
    vertical-align: top !important;  
    line-height: 130%;          
}



/*@media (min-width: 992px) {
    .header .navbar-brand {        
        background-size: 87%;
    }
    
    .navbar-nav > li {
        margin-left: 15px;
        margin-top: 5px;
    }

    .navbar-nav > li > a, #main-menu > li > a {
        padding: 8px 15px;
    }    
}*/

/*@media (min-width: 1200px) {
    .form-horizontal .col-lg-3 {
        width: auto;
    }

    .header .navbar-brand {       
        background-size: 100%;
    }

    .navbar-nav > li {
        margin-left: 20px;
        margin-top: 1px;
    }

    .navbar-nav > li > a, #main-menu > li > a {
        padding: 12px 20px;
    }

     .navbar-nav > li > a, #main-menu > li > a {
        font-size: 15px;
    }
}*/
/*@media (min-width: 1200px) {
    .form-horizontal .col-lg-1, 
    .form-horizontal .col-lg-2, 
    .form-horizontal .col-lg-3, 
    .form-horizontal .col-lg-4, 
    .form-horizontal .col-lg-5, 
    .form-horizontal .col-lg-6, 
    .form-horizontal .col-lg-7, 
    .form-horizontal .col-lg-8, 
    .form-horizontal .col-lg-9, 
    .form-horizontal .col-lg-10, 
    .form-horizontal .col-lg-11, 
    .form-horizontal .col-lg-12 {
        float: none;
        width: 100%;
    }
}*/

/*.form-horizontal .control-label, 
.form-horizontal .radio, 
  .checkbox, 
.form-horizontal .radio-inline, 
.form-horizontal .checkbox-inline {
    padding-top: 0px;
}

.form-horizontal .control-label {
    white-space: nowrap;
    font-style: italic;
}

.apartmentinfo .form-group {
    margin-bottom: 8px;
}

.block.features .feature h3.title {
    margin-top: 0;
}*/



/*** START Buttons ******************************/
.btn-val {
    padding-top: 15px;    
}

.btn {    
    border-radius: 1px;    
}

.btn-default {   
    -webkit-box-shadow: inset 0px 0px 0px 2px rgba(50,50,50,.5);
    -moz-box-shadow: inset 0px 0px 0px 2px rgba(50,50,50,.5);
    box-shadow: inset 0px 0px 0px 2px rgba(50,50,50,.5);
}

.btn-default {
    border: 1px solid #444;
    color: 
}

.btn-action, .btn-primary {
    color: #fff;
    font-size: 16px;
    /*background-color: #65BE2F;*/
    background-image: none;
}

.btn-action, .btn-primary:hover {   
    /*background-color: #104d21;*/    
}

.btn-action.visk-g,
.btn-action.visk-lg {
   margin-bottom: 4px;
}

.btn-action.visk-g {
    width: 49% !important;
}

.btn-action.visk-g.rght {
    float: right;
}

.btn-action.visk-lg {
    background: #b9cb15;
}

.btn-action.visk-lg:hover {
    background: #A6B611;
}

.btn-action.visk-g {
    background: #104d21;
}

.btn-action.visk-g:hover {
    background: #0D3C1A;
}

/*.buttons {
    padding-top: 10px;
}

.btn,
.btn-primary {
    background: none;
    padding: 8px 16px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.428571429;
    border-radius: 3px;
    margin-right: 10px;
    text-decoration: none !important;
}

.btn-primary {
    color: #ffffff;
    background-color: #403c3b !important;
    border-color: #403c3b !important;
}

.btn-info,
.btn-info:hover,
.btn-info:focus,
.btn-info:active {  
	background-color: #336FA4;
  	border-color: #336FA4;
    color: #fff !important;
    font-weight: bold;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;   
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active {  
    background-color: #4984B8;
    border-color: #4984B8;
	
}

a.btn-info em,
a.btn-info i {
    margin-right: 8px;    
}

.startpage .apartments .btn-info.btn-xs.button {
    width: 180px;
    background-color: #fff;
    border-color: #336FA4;
    color: #336FA4 !important;
}


.btn-search,
.btn-search:hover,
.btn-search:focus,
.btn-search:active {  
	background-color: #c41230;
  	border-color: #c41230;
    color: #fff;
}

.btn-search:hover {  	
    color: #dbd9d9;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #ffffff!important;  
  background-color: #333 !important;
  border-color: #333 !important;
}

.contact .buttons .btn-primary {
    float: right;
    margin-right: 0;
}

li:hover,
a:hover {      
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}*/
/*** END Buttons ********************************/

.well {
    margin-top: 10px;
}

.well.obj-apply {
    max-width: 500px;
}

/*** START itemRepeater Buildings *********************************/
.buildings {
    margin-top: 2em;
}

.buildings li.building {
  margin: 0;
  margin-bottom: 1em;
  height: auto;
  float: left;
  padding-left: 15px;
  padding-right: 15px; 
}

.buildings li.building figure .inner-wrapper {
    border: 1px solid #d9d9d9;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  display: block;
  position: relative;
  /*background-image: -webkit-linear-gradient(top, #ffffff 0%, #ebebeb 100%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #ebebeb 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffebebeb', GradientType=0);*/ 

  padding: 10px;
  padding-top: 0;


  overflow: hidden;
}

.buildings li.building figure span {
  display: block;  
}

.buildings li.building figure .img-wrapper {
  text-align: center;
  height: 160px;
  display: block;
}

.buildings li.building figure .img-wrapper img {
  max-height: 140px;
  max-width: 100%;
  margin: 1em auto;
}

.buildings li.building figure .title {
  text-transform: none;
  font-weight: bold;
  font-size: 14px;
  text-wrap: normal;
  text-align: center;
}

.buildings li.building figure .description {
  color: rgba(27, 27, 27, 0.8);
  font-size: 12px;
}

.buildings li.building a:hover {
  text-decoration: none;
}

.buildings li.building figure:hover .inner-wrapper {
  border-color: #a6a6a6;
}

.buildings li.building figure:hover .title {
  /*color: #fff;*/
}

/* Caption Common Style */
.inner-wrapper .caption {
	background-color: rgba(0,0,0,0.8);

    background-color: transparent;
    /*opacity: 0.7 !important;
    filter: alpha(opacity=70) !important;*/

	position: absolute;
	color: #000;
	z-index: 100;
	-webkit-transition: all 500ms ease-out;
	-moz-transition: all 500ms ease-out;
	-o-transition: all 500ms ease-out;
	-ms-transition: all 500ms ease-out;	
	transition: all 500ms ease-out;
	left: 0;  
}

.buildings li.building figure:hover .inner-wrapper .img-wrapper {
  opacity: 0.2 !important;
    filter: alpha(opacity=20) !important;
}


/** Caption 1: Simple **/
.inner-wrapper .simple-caption {
	height: 100px;
	width: 100%;
	display: block;
	bottom: -100px;
	line-height: 25pt;
	text-align: center;
}

/** Caption 2: Full Width & Height **/
.inner-wrapper .full-caption {
	width: 100%;
	height: 100%;	
	top: -100%;
	text-align: left;
	/*padding: 15px;*/
    padding:0;
    overflow: hidden;
}

/** Simple Caption :hover Behaviour **/
.inner-wrapper:hover .simple-caption {
	-moz-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	-webkit-transform: translateY(-100%);
	opacity: 1;
	transform: translateY(-100%);
}

/** Full Caption :hover Behaviour **/
.inner-wrapper:hover .full-caption {
	-moz-transform: translateY(100%);
	-o-transform: translateY(100%);
	-webkit-transform: translateY(100%);
	opacity: 1;
	transform: translateY(100%);
}

.inner-wrapper .full-caption.building-info {
    font-size: 14px;
    padding: 20px;
}

.inner-wrapper .full-caption.building-info h3 {
    font-size: 16px;
    padding: 0;
    margin: 0 0 10px 0;
    display: none;
}

.inner-wrapper .full-caption.building-info p {   
    margin-bottom: 8px;
}

.inner-wrapper .full-caption.building-info p.first {       
    height: 50px;
}

.inner-wrapper .full-caption.building-info p.last {      
    /*height: 100px;*/
    margin-bottom: 4px;
    overflow: hidden;
}

.inner-wrapper .full-caption.building-info a {   
    font-size: 12px;
    color: #000;
}

.inner-wrapper .full-caption.building-info a:hover {           
    /*color: #017DB2;*/   
    color: #333; 
}


/*** START Faq *************************/
.faq .cat-menu {
	width: 100%;  
    padding: 30px 0;
}

.faq .cat-menu ul {
	margin: 0 0 30px 0; 
	padding: 0;    	
} 

.faq .cat-menu ul li {
	margin: 2px 5px 2px 0; 
	float: left; 
	display: block;	
} 

.faq .cat-menu ul li a {
	color: #8BA0B2;	
	/*font-family: Rambla, helvetica, arial, sans-serif;*/	
	font-size: 16px;
    line-height: 140%;
    vertical-align: middle;
	text-decoration: none; 
	font-weight: bold;
	display: block;	
	cursor: pointer !important;
	cursor: hand !important;
	margin: 0;	     
	padding: 2px 15px 1px 15px;
	background-color: #C0E0FC;
	border-radius: 5px; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;	 
} 

.faq .cat-menu ul li a:hover,
.faq .cat-menu ul li a.focused {	
	background-color: #336FA4; 	
	color: #fff;
}



.container.faq {

}

.container.faq .faq-header {

}

.container.faq .question {
    border-top: solid 1px #336FA4;
}

.container.faq .question h2 {
    text-transform: none;
}

.container.faq .question .faq-name,
.container.faq .question .faq-date {
    font-size: 11px;
}

.answer .faq-name {
    display: inline-block;
}

.container.faq .question p {
    padding-top: 10px;
    margin: 0;
}

.container.faq .answer p {
   margin-bottom: 20px;
}

.container.faq .answer h3 {
    margin-bottom: 0;
}

.question-lnk .lnk.large {
    display: block;
    padding-top: 43px;   
}

#footer .col {
    max-width: 450px;
}

.a-phone,
#footer .lnk-big,
#footer address span {
    white-space: nowrap;
}

.breadcrumb {
    background-color: transparent;
    padding: 5px 0 0 15px;
    margin-bottom: 0;
    font-size: 11px;    
}

.breadcrumb,
.breadcrumb a {    
    color: #999999;
}

.breadcrumb a:hover,
.breadcrumb span:hover {    
   
}

.breadcrumb a, a:hover {
    text-decoration: none;   
}

.path-separator {
    padding-left: 4px;
    padding-right: 3px;
}

ul.media-list li.media { 
        width: 460px;
    }

/*** END Faq *********************************/



.footer2 a.lexen {
    text-decoration: none;
    color: #444;
}

.footer2 a.lexen:hover {   
    color: #888;
}

.stnd-page {
    min-height: 450px;
    height: auto !important;
    height: 450px;
}

.stnd-page .top-space {
    margin-top: 30px;
}

.stnd-page h3 {
    margin-top: 15px;
    font-size: 16px;
    font-weight: 600;
}
.stnd-page a {
    font-weight: 600;
}

.nav-tabs {
    border-bottom: none;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {    
    border: none !important;
}

.nav-tabs > li > a {    
    border-radius: 0; 
    color: #333;
    font-size: 1.1em;  
    border: none !important;
}

.nav-tabs > li.active > a,
.nav-tabs > li > a:hover {    
    background-color: #65BE2F !important;
    color: #fff !important;
}

/* Kontaktsida */


ul.media-list {
    width: 1200px;
}

ul.media-list li.media {
    display: inline-block;   
   
}

ul.media-list li.media .media-heading {
    margin-top: 5px;
}

.stnd-page .jumbotron {
    padding-top: 5px;
    padding-bottom: 5px;
    /*margin-top: 30px;*/
    margin-bottom: 30px;
    padding: 5px 25px;
}

.stnd-page article h4 {   
    margin-top: 30px;
    text-transform: uppercase;
}

.stnd-page article h5 {   
    margin-top: 15px;
    margin-bottom: 5px;
    font-weight: 600;
}

.stnd-page .page-header {    
    border-bottom: none;
}

footer .list-unstyled li {
    padding-bottom: 5px;
}

/*** START Real *****************************/

.row.real-obj a.lnk-real-obj {
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
    color: #333;
}

.row.real-obj a img {

         
}

.row.real-obj a:hover img {
   
}


.row.real-obj h2 {
    margin: 10px 0 5px 0;
    font-size: 24px;
}

@media (max-width: 500px) {
    .row.real-obj h2 {    
        font-size: 18px;
    }
}

.row.real-obj p span {
    display: block;
}

.row.real-obj p span.real-address {
    /*display: none;*/
    font-weight: normal;
}

/*** END Real *******************************/

.subscribe .pul {
    /*float: right !important;*/
    margin: 3px 0;
}   

.subscribe .btn-val { margin-top: 0; }

.subscribe .btn-val .btn {    
    margin-top: 30px;
}

.subscribe .btn-val {padding-top: 0;}
@media (max-width: 393px) {
    .subscribe .btn-val {padding-top: 15px;}
}

.subscribe .btn-val .val-wrapper {    
    display: block;    
}

/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */
@media (max-width: 430px) {
    .header {
        padding: 5px 0 2px 0;
    }

    .header .navbar-brand {        
        background-size: 95%;
        margin-top: 10px;
    }

    .header .navbar-brand {       
        width: 200px;
        height: 43px;
    }
}

@media (max-width: 767px) {
    .inner-wrapper .full-caption.building-info p.last {      
        /*height: 85px;*/ 
    }

    .btn-navbar, .navbar-btn {
        margin-top: 8px;
    }  
    .subscribe .pul {
        float: left !important;
        padding-bottom: 5px;
    }   
}
@media (min-width: 768px) {
    /* Small devices (tablets, 768px and up) */
    .inner-wrapper .full-caption.building-info p.first {      
        height: 60px;
    }

    .inner-wrapper .full-caption.building-info p.last {      
        /*height: 90px;*/ 
    }

    .inner-wrapper .full-caption.building-info a {   
        font-size: 11px; 
    }    
}
@media (max-width: 991px) {
    .sidebar.sidebar.menu {
        display: none;
    }    
}
@media (min-width: 992px) {
    /* Medium devices (desktops, 992px and up) */
    .sidebar.sidebar.menu {
        display: inline-block;
    }

    .inner-wrapper .full-caption.building-info p.last {      
        /*height: 78px;*/ 
    }

    .startpage .service a.btn {
        font-size: 12px;
    }
}
@media (min-width: 1200px) {
    /* Large devices (large desktops, 1200px and up) */
    .inner-wrapper .full-caption.building-info p.last {      
        /*height: 90px;*/ 
    }

    .inner-wrapper .full-caption.building-info a {   
        font-size: 12px; 
    }

    .startpage .service a.btn {
        font-size: 14px;
    }

    ul.media-list li.media { 
        width: 500px;
    }
}

@media (min-width: 768px) {
    .buildings li.building {
        height: 230px;
        width: 250px;
    }   
}
@media (min-width: 992px) {
    .buildings li.building {        
        height: 217px;
        width: 242px;
    }

    .buildings li.building figure .img-wrapper {        
        height: 145px;    
    }

    .buildings li.building figure .img-wrapper img {
        max-height: 127px;  
    }    
}
@media (min-width: 1200px) {
    .buildings li.building {       
        height: 245px;
        width: 292px;
    }

    .buildings li.building figure .img-wrapper {        
        height: 173px;    
    }

    .buildings li.building figure .img-wrapper img {
        max-height: 155px;  
    }

    /*.navbar-default .navbar-brand img*/
    .navbar-default .navbar-brand .logo {
        /*width: 400px;*/
        width: 359px;
        height: 60px;
        background-image: url("/images/logo/viskaforshem-logo-359x60.png");
    }
}

@media (max-width: 360px) {   
    .navbar-default .navbar-brand .logo {
        width: 200px;
        height: 33px;
        background-image: url("/images/logo/viskaforshem-logo-200x33.png");
        margin-top: -4px;
    }
    .navbar-default {
        min-height: 67px;
    }

    #head {
        padding-top: 67px;
    }
}

@media (min-width: 361px) and (max-width: 767px) {
    /*.navbar-default .navbar-brand img*/
    .navbar-default .navbar-brand .logo {
        width: 250px;
        height: 42px;
        background-image: url("/images/logo/viskaforshem-logo-250x42.png");
        margin-top: -4px;
    }

    .navbar-default {
        min-height: 67px;
    }

    #head {
        padding-top: 67px;
    }
}

    @media (min-width: 768px) and (max-width: 991px) {

        /*.navbar-default .navbar-brand img*/
        .navbar-default .navbar-brand .logo {
            width: 250px;
            height: 42px;
            background-image: url("/images/logo/viskaforshem-logo-250x42.png");
            /*padding-top: 7px;*/
        }

        .btn-action.visk-g,
        .btn-action.visk-lg {
            font-size: 14px;
            padding: 8px 15px !important;
        }
    }

    @media (min-width: 992px) and (max-width: 1199px) {

        /*.navbar-default .navbar-brand img*/
        .navbar-default .navbar-brand .logo {
            width: 300px;
            height: 50px;
            background-image: url("/images/logo/viskaforshem-logo-300x50.png");
            margin-top: 4px;
        }
    }

    @media (min-width: 1000px) {
        /*.navbar-default .navbar-brand img {    
        width: 400px;
    }*/
    }
    /*** END itemRepeater Buildings ***********************************/


html {overflow-y: scroll;}
html { -webkit-text-size-adjust: none }
.modal.fade {overflow-y: scroll;}

/* Mozilla based browsers */
::-moz-selection {
	background-color: #65BE2F;
	color: #fff;
}

/* Works in Safari */
::selection {
	background-color: #65BE2F;
	color: #fff;
}

input[type="text"], input[type="email"], input[type="search"], input[type="password"] {
	/*-webkit-appearance: caret;
	-moz-appearance: caret;  mobile firefox too! */
}

input[type=search] {
  -webkit-appearance: none !important;
}

.margin-bottom {
	margin-bottom: 20px !important;
}

.nowrap {
    white-space: nowrap;
}

/*** Start Scroll to top button ****************/
.scrollup {	
	width: 40px;    
    height: 40px;    
    opacity: 0.2;    
    position: fixed;    
    /*bottom: 50px;    
    right: 18px;*/
    bottom: 20px;    
    right: 45px;       
    display: none;    
    text-indent: -9999px;            
    background: url('/images/icon-top.png') no-repeat;
}

.scrollup:hover {
    opacity: 0.3; 
}
/*** End Scroll to top button ******************/

/*** Start Checkbox & Radiobutton **************/

option:checked, 
option:hover {
    /*color: white;
    background-color: #65BE2F;*/ 
}

input[type="radio"],
input[type="checkbox"] {
    display: none;
}

input[type="checkbox"].cb-box + label,
input[type="checkbox"].cb-box-sent + label,
.checkbox input[type="checkbox"] + label {
	font-weight: normal !important;	
}

input[type="radio"] + label:before,
input[type="checkbox"] + label:before {
    font-family: 'FontAwesome';
    font-size: 20px;
    vertical-align: middle;  
    /*color: #ccc;*/        
    background-color: transparent;
    padding-right: 7px;
}

input[type="checkbox"].cb-box + label:before,
input[type="checkbox"].cb-box-sent + label:before {
    padding-right: 5px;
}

input[type="radio"]:checked + label:before,   
input[type="checkbox"]:checked + label:before {    
    border-radius: 6px;
    padding-right: 4px;
}

input[type="checkbox"].cb-box:checked + label:before,
input[type="checkbox"].cb-box-sent:checked + label:before {
	color: #367fa9;
	color: #3498DB;     	
}

input[type="radio"] + label:before {   
    content: "\f1db";
}

input[type="radio"]:checked + label:before {    
    content: "\f192";    
}

input[type="checkbox"] + label:before {
    content: "\f096"; /* check-empty */   
}

input[type="checkbox"]:checked + label:before {
    content: "\f046"; /* check */     
}

input[type="checkbox"].cb-box:checked + label:before,
input[type="checkbox"].cb-box-sent:checked + label:before {
    content: "\f14a"; /* check */   
}

.radio, .checkbox {  
  margin-top: 2px;
  margin-bottom: 2px;
  padding-left: 0px;
}

.radio-inline, .checkbox-inline {  
	padding-left: 0px;  
	margin-right: 10px;
}

.radio-inline+.radio-inline, 
.checkbox-inline+.checkbox-inline {
 	margin-left: 0px; 
}

.radio-inline+.radio-inline.last, 
.checkbox-inline+.checkbox-inline.last { 	
	margin-right: 0;
}

/*** End Checkbox & Radiobutton ****************/

/*** Start  Link/icons & Help ************/

.ico {
	display: block;
}
.ico:before {       
    font-family: FontAwesome;   
    padding-right: 5px;
    vertical-align: top;      
}

.ico.time:before {       
	content: "\f017";  
}

a.lnk-ico, a.lnk-ico:link {	
	display: inline-block;	
    font-family: FontAwesome;
    font-size: 1em;
    color: #999;
    text-decoration: none;     
    font-weight: normal !important;     
}

a.lnk.map,
a.lnk.enlarge {
    display: block;	
    font-size: 1.2em !important;
    line-height: 2.2;
}

a.lnk.map:before,
a.lnk.enlarge:before {
    font-family: FontAwesome;
    content: "\f041";
    padding-right: 5px;   
}

a.lnk.enlarge:before {
    content: "\f002";
}

a.lnk-ico.big {		
    font-size: 1.5em;              
}

a.lnk-big {		
    font-size: 1.8em;              
}
.lnk-big:hover {	
	color: #65BE2F !important;
}

.lnk-ico:hover {	
	text-decoration: none; 
    cursor: pointer;
	cursor: hand;
}

.lnk i.fa {
	padding-right: 5px;
}

.lnk:hover i.fa {	
	-webkit-transition:all .1s ease-in-out;
	-o-transition:all .1s ease-in-out;
	transition:all .1s ease-in-out;
}

a.lnkPDF {	
	display: inline-block;	    
    margin-top: 10px;
    color: #333;
    text-decoration: none;     
    font-weight: normal;     
    text-decoration: none;
    font-weight: 600;
}

a.lnkPDF:hover,
a.lnkPDF:hover:before {	
	
}

a.lnkPDF:hover:after {	
	
}

a.lnkPDF:before {		
    font-family: FontAwesome;
    content: "\f1c1";
    font-size: 1.3em;
    margin-right: 6px;
    color: #333;    
    font-weight: normal;
}


a.lnkPDF:after {		
    font-family: FontAwesome;
    content: "\f101";   
    margin-left: 6px;
    
}
 

.yearly-reports a.lnkPDF {	
    margin-top: 0;
    padding: 10px;
    text-align: center;
    font-weight: normal;
}

.yearly-reports a.lnkPDF:before {	
	display: block;	    
    font-size: 4em;
}

.yearly-reports a.lnkPDF:after {	
	content: none;   
}

a.lnkPDF:hover:before {
    color: #FF0000;    
    -webkit-transition:all .1s ease-in-out;
	-o-transition:all .1s ease-in-out;
	transition:all .1s ease-in-out;
}
/*** End  Link/icons & Help **************/


/*** Start link & buttons ***********************/

.btn {
    padding: 8px 25px;
    font-weight: normal;
    border: 0 none;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;

    text-shadow: none;
}

.btn:hover {
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    text-shadow: 0 0 5px #fff;
}

.modal-body .btn {
    margin-right: 10px;
}

    /*
.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 3px 12px;
    font-size: 15px;
    border-radius: 1px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.btn:hover {
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    text-shadow: 0 0 5px #fff;
}


.btn:before,
.btn:after {    
    font-family: FontAwesome;
    color: #fff;        
    padding-left: 0px;
    padding-right: 8px;        
    font-size: 14px;    
}

.btn-sm:before,
.btn-sm:after {               
    font-size: 12px;    
}

.btn-search:before {
    font-family: FontAwesome;
    content: "\f002";    
    padding-right: 8px;
    font-size: 15px;  
}

.btn-sm.remove {
    background-color: #ce2f2b;
    background-color: #333;    
    color: #fff !important;
}

.btn:after {      
    padding-left: 8px;
    padding-right: 0px;    
}

.btn-sm.remove:after {
    content: "\f057";    
}

.btn.add:after {
    content: "\f067";    
}

.btn.save:before {
    content: "\f0c7";  
    font-size: 20px;      
}

.btn.send:before {
    content: "\f1d9";    
}

.btn-sm {   
    padding: 4px 10px 3px 10px;
    font-size: 12px;       
}
*/
/*** End link & buttons **************************/


/*** START Login *****************************/

.header-upper {
    text-align: right;
    padding-right: 10px;
    padding: 0;
}

.top-login {
    /*color: #fff;*/
}



/*.top-login {
	text-align: right;	
	height: 20px;	
	
   
}*/

/*.top-login,
a.lnk {
	font-size: 12px;
	color: ;	
}*/

.top-login i.fa.fa-sign-in,
.top-login i.fa.fa-sign-out {
	padding-right: 5px;
}

.top-login .user-info,
.top-login .username,
.top-login a.lnk.login,
.top-login a.lnk.signup {
    /*white-space: nowrap;*/    
}

.top-login a.lnk.login,
.top-login a.lnk.logout,
.top-login a.lnk.signup {
    white-space: nowrap;    
    text-decoration: none;     
}

.top-login a.lnk.intranet:hover,
.top-login a.lnk.logout:hover {    
    color: #333;
    text-decoration: none; 
}

.top-login .lnk.intranet {
    display: inline-block;
	background-image: url('/images/logo/lexen-icon-12x12.png');
	background-repeat: no-repeat;    
    line-height: 14px;
    padding-left: 18px;
    vertical-align: middle;
    margin-bottom: 2px; 
}

.login-form {
    text-align: left;
}

.pwd-info {
    display: block;
    padding-top: 10px;
}

.login-modal .modal-dialog {
    max-width: 350px;
    color: #333;
    text-align: left;
}

.login-modal .form-group {
    margin-bottom: 4px;
}

.user-info {
    font-size: 4px;
    padding: 0;
}

.user-info.active {
    font-size: 12px;        
    padding: 3px 5px;
}

.user-info.active {
    color: #333;
}

.user-info .lnk.login,
.top-login .lnk.intranet,
.top-login .username,
.user-info.active a.lnk.logout,
.user-info.active i {   
    color: #333;
}

.user-info {    
    padding: 0;
    height: 9px;   
}

.user-info.active {
    height: 20px;
}

.user-info .lnk.login {
    font-size: 4px;
    margin: 0;
    color: #fff;
}

.user-info .lnk.login:hover {

    /*font-size: 11px;*/
    text-decoration: none;

}

/*** END Login *******************************/

/*** START Modal window **********************************/

.login-form {
    clear: both;
}

#fade-wrap {
    position: absolute; width: 100%; height: 100%; top: 0; left: 0; /*display: none;*/
    z-index: 8888;
}

#fade-wrap.none {
   display: none;    
}

#fade {
    background: #000; 
    position: fixed; 
    width: 100%;
    height: 100%;
    filter: alpha(opacity=80);
    opacity: .80;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; 
    left: 0;
    /*z-index: 90;*/
}

#popup {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    /*display: none;*/   
    z-index: 9000;    
}

.modal-content {
    font-size: 12px;
    text-align: left;
    color: #333;
    border-radius: 1px;
}

.modal-content table {
    width: 100%;
}

.modal-body {
    padding-bottom: 5px;
}

/*** END Modal window ************************************/ 

.time,
.phone,
.nowrap {
    white-space: nowrap;
}

/* Browse Happy prompt */
.browsehappy {
    margin: 10px auto;;
    background: #F8FCE0;
    color: #000;
    padding: 40px;
    width: 70%;
    font-size: 18px;
    font-weight: 500;
    border: 4px solid #336FA4;
}


/**** START ei container ***************************************/
.ei-container {
    
}

.ei-container .eic-label {   
    display: inline-block;       
    font-size: 13px;     
    margin-bottom: 6px;    
}

.ei-container.first .eic-label {     
    
}

a.lnk-help {
    width: 29px;
    height: 26px;
    position: relative;    
    top: -13px;
    margin-bottom: -14px;
    margin-left: 0px;
    display: inline-block;
    background: url(/img/question.png);
    text-indent: -9999px;    
}

.edit-cat .ei-container a.lnk-help,
edit-newsletter .ei-container a.lnk-help {
    margin-bottom: -9px;
}

.ei-container a.lnk-help:hover {
    padding-left: 0;
}

.ei-container .eic-placeholder {
    white-space: nowrap;
    display: block;
}

.participants a.lnk-help {
    top: -24px;
    left: -14px;    
}

.registration .info a.lnk-help {
    top: -27px;
    left: -14px;    
}

.registration .info .tbl-info a.lnk-help {
    top: -22px;
    left: 0px;    
}
/**** END ei container ****************************************/

/**** START Error ****************************************/

 .validation-summary {    
	margin: 0px;
	padding: 0px;
	font-size: 12px; 
	line-height: 14px;	
}

.validation-summary ul {
	margin: 0;     
	padding: 0;  
	padding-top: 10px;
    list-style-type: none;
}

.validation-summary ul li {
	padding-top: 0px;
}

.val-wrapper {
    /* display: block; 
    margin-bottom: 8px;    
    height: 22px;
    line-height: 12px; 
    font-size: 11px;
    height: 211px;*/
    display: block; 
    height: 18px;
    line-height: 18px; 
}

.val-wrapper span {
    
}

.val-wrapper .validator,
.form-group .validator {	  
    font-size: 12px;       
}

.subscribe .form-group .validator {	  
    white-space: nowrap;      
}

.subscribe .validation-summary {    	
	font-size: 14px; 	   
}

.form-group {
    vertical-align: top;
    /*line-height: 14px;*/   
    /*margin-bottom: 8px;*/
    margin-bottom: 0px;  
}

.form-group label {
    line-height: 1.4;  
    margin-bottom: 2px; 
}

.form-group span,
label {
    font-size: 14px;
    font-weight: normal !important;
    margin-left: 1px;     
    margin-right: 10px;
    vertical-align: top !important;         
}

span.validator {
	/*display: block;    
    font-size: 12px;    
    line-height: 15px;
    font-weight: normal;*/          
    /*max-width: 500px;*/
    font-size: 18px !important;    
}

.form-group span.validator {
	font-size: 12px !important;    
}

.validator .exclamation {
    font-size: 22px;
    font-weight: bold;
    margin-left: 5px;
}

.customer-info .val-wrapper,
.customer-info .validator {	  
         
}

.confirmMessage, 
.errorMessage, 
.standardMessage {	
    line-height: 1.3em;
    padding-top: 20px;
    clear: both;
    display: block;      
    color: black;	
	font-weight: bold;
    font-size: 14px;    
    /*width: 500px;*/
}

.validation-summary,
.errorMessage,
.validator {
	color: #ff0303;    
    font-size: 12px;   
}

.validator span.validator {	
    /*border-top: 1px solid #C41230;
    padding-top: 2px;  
    margin-bottom: 2px;    
    text-align: right;*/
}

/**** END Error ****************************************/

/**** START Input *****************************/
.input, .inputReq, 
.inputMessage, .inputMessageReq,
.form-control {
    font: 14px/16px arial,sans-serif !important;      
    border-radius: 1px;
    color: #333;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-control {  
    
}

ul.rb,
ul.cb {    
    margin: 0;
    padding: 0; 
}

ul.rb li,
ul.cb li {
    display: inline;
    list-style-type: none;    
    margin: 0;
    padding: 0;    
    padding-right: 8px;
}

label {
    font-weight: normal;
    margin-left: 1px;     
    margin-right: 10px;
    vertical-align: top !important;         
}
/**** END Input *******************************/

/*** START toggle ***************************/
.divToggleTip,
.divToggleComment,
.divToggleQuestion,
.divApply .pnlTip {    
    display: none; 
    padding: 10px 0 10px 10px;
    margin-top: 10px;    
    position: relative;		
	float: left;
	width: 99.5%;	
	margin: 0;	
	margin-bottom: 21px;	
	border: 1px solid #F7F5F4;	
	/*-moz-border-radius-topleft: 2px;
	border-top-left-radius: 2px;
	-moz-border-radius-topright: 2px;
	border-top-right-radius: 2px;
	-moz-border-radius-bottomleft: 2px;
	border-bottom-left-radius: 2px;
	-moz-border-radius-bottomright: 2px;
	border-bottom-right-radius: 2px;*/
	background-color: #F7F5F4;	
	/*width: 95%;*/
}

.divApply .pnlTip {       
    display: block; 
    margin-top: 5px;
    width: 269px;    
}

.toggleQuestion {
    width: 300px;
    padding-top: 10px;
}  

.divToggleComment {
    margin-bottom: 50px;
}  

.toggleTip {
   padding: 3px 0 0 0;
  
} 

.toggleComment {
   padding: 3px 0 0 0;
} 

.toggleComment .inputMessage {	
	height: 120px !important;
}

a.lnkTip, a.lnkTip:visited {
    display: inline-block; 
    font-weight: bold;
    font-size: 14px;
    border: 1px solid #5e5f61;
    border-width: 1px 0 1px 0;   
    color: #5e5f61;    
    line-height: 24px;
    padding-left: 3px;   
    width: 98%;    
}

.toggleComment a.lnkTip,
.toggleTip a.lnkTip {
    background: url('/Images/down.png') no-repeat 98% center;
    text-decoration: none;
}

.toggleComment a.lnkTip:hover,
.toggleTip a.lnkTip:hover {
    background: url('/Images/down.png') no-repeat 97% center;
    text-decoration: none;
    color: #000;
}

.toggleQuestion a.lnkTip {    
    text-decoration: none;
    border: 0;
    font-size: 16px;
    background: url('/Images/right-dbl.png') no-repeat 40% center;
}
.toggleQuestion a.lnkTip:hover {
    background: url('/Images/down.png') no-repeat 40% center;
}

/*** END toggle *****************************/

.divToggleTip .val,
.divToggleComment .val,
.divToggleQuestion .val,
.divApply .val,
.divToggleTip .input,
.divToggleComment .input,
.divToggleQuestion .input,
.divApply .input {
    float: left;
}

.label,
.labelMessage,
.labelName,
.labelEmail,
.labelFriendName,
.labelFriendEmail {
   clear: both;
   display: block;
   padding-top: 8px;  
} 

footer .label,
footer .labelMessage,
footer .labelName,
footer .labelEmail,
footer .labelFriendName,
footer .labelFriendEmail {   
   font-size: 0.8em;
} 

.labelMessage {
   padding-top: 0px;
} 

.divContact .labelMessage {
   padding-top: 8px;
}  

.labelFriendName {
    padding-top: 20px;
} 

/*** START input *************************************/

.btn-sm, .btn-group-sm > .btn {
    padding: 5px 15px;
    font-size: 14px;
    line-height: 1.5;    
}

.pnlTip .btn {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
    margin-top: 15px;
}

.pnlTip span {
    font-size: 12px;
}

.pnlTip .btn.btn-primary:hover {
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    text-shadow: 0 0 5px #fff;  
    background-color: #286090;
    border-color: #204d74;
}

/* Decorated Button 
.rfdButton a.rfdSkinnedButton, .rfdButton a.rfdSkinnedButton * {
	text-decoration: none !important;    
}

.RadInput_Default .riEmpty {
	color: #666 !important;
}*/

.input, .inputReq, 
.inputMessage, .inputMessageReq {           	
	padding: 6px 4px 6px 4px !important;		
	 /*border: 1px solid #eaeaea;	
	-moz-border-radius-topleft: 2px;
	border-top-left-radius: 2px;
	-moz-border-radius-topright: 2px;
	border-top-right-radius: 2px;
	-moz-border-radius-bottomleft: 2px;
	border-bottom-left-radius: 2px;
	-moz-border-radius-bottomright: 2px;
	border-bottom-right-radius: 2px;*/

    
    height: 30px !important;
    padding: 4px 10px !important;

}

.RadInput_Default .riTextBox {
	border-width: 0 !important;
}

.input, .inputReq, 
.inputMessage, .inputMessageReq {           
	/*font: 13px/16px arial,sans-serif !important;*/      
   /* color: #666;*/
	padding-left: 4px !important;
	/*font-weight: bold !important;*/
}

.input, .inputReq {
    margin-right: 3px;
}

.inputMidEmptyMessage {
   color: red;
}

.input, .inputReq,
.inputMessage, .inputMessageReq  {
	/*width: 205px !important;*/
	width: 95% !important;
}



.inputMessage, .inputMessageReq {
	font: 12px/14px arial,sans-serif !important;  
	height: 80px !important;
	font-weight: normal !important;
}

.subscribe .input, .subscribe .inputReq {           	
			
	 border-width: 1px !important;	
	
}

.frm-subscribe .subscribe.login {
    max-width: 400px;
}

.frm-subscribe .subscribe.login p {
    margin-bottom: 30px;
}

.building-images img {
    padding-bottom: 10px;
}

.tbl-info {
    margin-top: 20px;
}

.tbl-info th {
    padding-right: 15px;
}


