html,
body {
    height: 100%;
}

.btn-adaptive {
    white-space: normal;
}

.btn-big-white{
    font-weight: 700;
    font-size: 140%;
    color: #fff;    
}

.title{
    font-weight: 700;
}

.title2{
    font-weight: 700;
    font-size: 200%;
    color: #00f;
    text-decoration: underline;
}

.small {
    font-size: 0.7em;
}

.empty{
    color: #d73737;
}

.content{
    color: #111111;
    font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
    font-size: 16px;
    line-height: 26px;
}

.redrow :first-letter { margin-left: 20px; }

.redrow {text-indent:20px; }

.content .row img{
    margin-right: 20px;
}

.content .row .right img{
    margin-left: 20px;
    margin-right: 0px;
}

.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;
}
.error{
    color: #a94442;
    font-weight: 700;
}


/* Multistep form */

/* Stepbar */
#stepbar {
    margin-bottom: 30px;
    overflow: hidden;
    /*CSS counters to number the steps*/
    counter-reset: step;
    padding: 0;
}

#stepbar li {
    list-style-type: none;
    text-transform: uppercase;
    font-size: 9px;
    width: 50%;
    float: left;
    position: relative;
}

#stepbar li:before {
    content: counter(step);
    counter-increment: step;
    width: 20px;
    line-height: 20px;
    display: block;
    font-size: 10px;
    color: #333;
    background: #eee;
    border-radius: 3px;
    margin: 0 auto 5px auto;
}

#stepbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: #adadad;
    position: absolute;
    left: -50%;
    top: 9px;
    z-index: -1; /*put it behind the numbers*/
}
#stepbar li:first-child:after {
    /*connector not needed before the first step*/
    content: none; 
}
/*marking active/completed steps green*/
/*The number of the step and the connector before it = green*/
#stepbar li.active:before,  #stepbar li.active:after{
    background: #428bca;
    color: white;
}

/*form styles*/
#msform {
	max-width: 600px;
	margin: 50px auto;
	text-align: center;
	position: relative;
}
#msform fieldset {
	background: white;
	border: 0 none;
	border-radius: 3px;
	box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);
	padding: 20px 30px;
	
	box-sizing: border-box;
	width: 80%;
	margin: 0 10%;
	
	/*stacking fieldsets above each other*/
	position: absolute;
}
/*Hide all except first fieldset*/
#msform fieldset:not(:first-of-type) {
	display: none;
}

/*headings*/
.fs-title {
	font-size: 15px;
	text-transform: uppercase;
	color: #2C3E50;
	margin-bottom: 10px;
}
.fs-subtitle {
	font-weight: normal;
	font-size: 13px;
	color: #666;
	margin-bottom: 20px;
}

/*form styles*/
.message {
	width: 600px;
	margin: 50px auto;
	text-align: center;
	position: relative;
	border: 0 none;
	border-radius: 3px;
	box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4); 
        padding: 20px 30px;
}

.messagetwo {
	width: 650px;
	margin: 10px auto;
	text-align: center;
	position: relative;
	border: 0 none;
	border-radius: 3px;
	box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4); 
        padding: 20px 30px;
}

.left{
    text-align: left;
}

/* Text image */
.img_block{
    display:inline-block;  
    position:relative;
    width: 100%;
}

.img_text{
    display:block;
    position:absolute;
    left:0;
    bottom:0;
    /*width:100%;*/
    width: 555px;
    box-sizing:border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color:#fff;         
    padding: 5px 5px 5px 10px;
    background-color:rgba(0,0,0,.5);  
    font-size: 150%;
}

.answers-block{
    margin-bottom: 10px;
}

/* Main page */

.service img{
    cursor: pointer;
}

.test-question{
    color: #00F; 
}

.hide{
    display: none;
}

.show{
    display: inline !important;
}