
/* overrwrite bootstrap */
.navbar{
	float: right;
}


.logo{max-width: 300px;}

hr {
	background-image: - webkit-linear-gradient(left, transparent, rgba(0, 0, 0, 0.15), transparent);
	background-image: linear-gradient(to right, transparent, rgba(0, 0, 0, 0.15), transparent);
	border: 0;
	height: 1px;
	margin: 10px 0;
}
.icon-64{
	width: 60px;
	height: 60px;
	    padding: 12px;
    font-size: 30px;
    line-height: 40px;
}

.icon-64.icon-circled {
    border-radius: 32px;
    -moz-border-radius: 32px;
    -webkit-border-radius: 32px;
}
[class^="icon-"]:before, [class*=" icon-"]:before {
    text-decoration: inherit;
    display: inline-block;
    speak: none;
}
[class^="icon-"].active:hover, [class*=" icon-"].active:hover{
	background-color: rgba(0, 0, 0, 0.75);
}

.icon-square, .icon-rounded, .icon-plain, .icon-circled {
    margin: 10px 10px 10px 0;
    display: inline-block !important;
    text-align: center !important;
    color: #fff;
    cursor: pointer;

}

/*.headerGrad{
	background: -moz-linear-gradient(top,  rgba(244,244,244,1) 0%, rgba(202,202,202,1) 1%, rgba(205,205,205,1) 2%, rgba(227,227,227,1) 6%, rgba(235,235,235,1) 8%, rgba(238,238,238,1) 10%, rgba(222,222,222,1) 41%, rgba(222,222,222,1) 45%, rgba(229,229,229,1) 51%, rgba(222,222,222,1) 81%, rgba(211,211,211,1) 82%, rgba(193,193,193,1) 83%, rgba(254,164,1,1) 84%, rgba(254,165,1,1) 87%, rgba(81,81,81,0.5) 88%, rgba(157,157,157,0.72) 89%, rgba(170,170,170,0.76) 90%, rgba(104,104,104,0.49) 91%, rgba(32,32,32,0.31) 92%, rgba(32,32,32,0.06) 97%, rgba(32,32,32,0.01) 99%, rgba(255,255,255,0) 100%);
	background: -webkit-linear-gradient(top,  rgba(244,244,244,1) 0%,rgba(202,202,202,1) 1%,rgba(205,205,205,1) 2%,rgba(227,227,227,1) 6%,rgba(235,235,235,1) 8%,rgba(238,238,238,1) 10%,rgba(222,222,222,1) 41%,rgba(222,222,222,1) 45%,rgba(229,229,229,1) 51%,rgba(222,222,222,1) 81%,rgba(211,211,211,1) 82%,rgba(193,193,193,1) 83%,rgba(254,164,1,1) 84%,rgba(254,165,1,1) 87%,rgba(81,81,81,0.5) 88%,rgba(157,157,157,0.72) 89%,rgba(170,170,170,0.76) 90%,rgba(104,104,104,0.49) 91%,rgba(32,32,32,0.31) 92%,rgba(32,32,32,0.06) 97%,rgba(32,32,32,0.01) 99%,rgba(255,255,255,0) 100%);
	background: linear-gradient(to bottom,  rgba(244,244,244,1) 0%,rgba(202,202,202,1) 1%,rgba(205,205,205,1) 2%,rgba(227,227,227,1) 6%,rgba(235,235,235,1) 8%,rgba(238,238,238,1) 10%,rgba(222,222,222,1) 41%,rgba(222,222,222,1) 45%,rgba(229,229,229,1) 51%,rgba(222,222,222,1) 81%,rgba(211,211,211,1) 82%,rgba(193,193,193,1) 83%,rgba(254,164,1,1) 84%,rgba(254,165,1,1) 87%,rgba(81,81,81,0.5) 88%,rgba(157,157,157,0.72) 89%,rgba(170,170,170,0.76) 90%,rgba(104,104,104,0.49) 91%,rgba(32,32,32,0.31) 92%,rgba(32,32,32,0.06) 97%,rgba(32,32,32,0.01) 99%,rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#00ffffff',GradientType=0 );
}*/