html,
body {
    height: 100%; 
    overflow:auto;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap > .container {
    padding: 70px 15px 20px;
}

.footer {
    height: 60px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}
.image-center
{
    margin:0 auto;
}
.full-background
{
    position:absolute;
    width:100%;
    height:100%;
    background-size:cover !important;
}
.filteropacity
{

    height:100vh;
    background-image: -moz-linear-gradient(top, rgba(51,21,21,0.40), rgba(51,21,21,0.40));
    background-image: -webkit-linear-gradient(top, rgba(51,21,21,0.40), rgba(51,21,21,0.40));
    background-image: -o-linear-gradient(top, rgba(51,21,21,0.40), rgba(51,21,21,0.40));
    background-image: -ms-linear-gradient(top, rgba(51,21,21,0.40), rgba(51,21,21,0.40));
    background-image: linear-gradient(top, rgba(51,21,21,0.40), rgba(51,21,21,0.40));
}
.title
{
    font-family: 'Arial', sans-serif;
    font-weight: 300;
    font-size: 70px;
    line-height: 1.1;
    color: #fff;
    padding: 24px 0px 24px 0px;
    letter-spacing: 1px;
}
.descr {
    font-size: 22px;
    color: #fff;
    font-family: 'Arial', sans-serif;
    padding: 15px 0px 30px 0px;
    font-weight: 300;
    filter: alpha(opacity=70);
    KHTMLOpacity: 0.70;
    MozOpacity: 0.70;
    opacity: 0.70;
}
.tilda-btn {
    display: inline-block;
    font-family: 'Arial', sans-serif;
    height: 60px;
    border: 0 none;
    font-size: 16px;
    padding-left: 60px;
    padding-right: 60px;
    text-align: center;
    white-space: nowrap;
    vertical-align: top;
    font-weight: bold;
    background-image: none;
    cursor: pointer;
    -webkit-appearance: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin:10px 0;
}
.center-vertical-align
{
    display: table-cell;
    vertical-align: middle;
    height: 100vh;
    width:1920px;
}
.chart
{
    position:absolute;
    top:-9999999em;
}
#logo
{
    height:32px;
    float:left;
    margin-right:10px;
    margin-top:-6px;
}
/* SMARTPHONES PORTRAIT */
@media only screen and (min-width: 300px) {
	.h-responsive
	{
		max-height:210px;
	}
	.title
	{
		font-size:30px;
		line-height:0;
	}

}

/* SMARTPHONES LANDSCAPE */
@media only screen and (min-width: 480px) {

	.h-responsive
	{
		max-height:280px;
	}
	.title
	{
		font-size:30px;
		line-height:0;
	}
}

/* TABLETS PORTRAIT */
@media only screen and (min-width: 768px) {

	.h-responsive
	{
		max-height:330px;
	}
	.title
	{
		font-size:35px;
		line-height:0;
	}
}


/* TABLET LANDSCAPE / DESKTOP */
@media only screen and (min-width: 1024px) {
	.h-responsive
	{
		max-height:400px;
	}
	.title
	{
		font-size:60px;
		line-height:0;
	}

} 
