@font-face {
	font-family: Open;
	src: url(/fonts/open-sans/OpenSans-Light.ttf);
}
@font-face {
	font-family: Open Bold;
	src: url(/fonts/open-sans/OpenSans-Semibold.ttf);
}

html,
body {
    height: 100%;
	font-family: Open, Arial;
}

.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;
}

#logo_part_1 {
	color: #42AEE5;
	font-size: 28px;
	font-family: Open Bold;
}
#logo_part_2 {
	color: #000;
	font-size: 28px;
}

.navbar-inverse .navbar-nav > li > a {
	color: #000;
	font-size: 18px;
	transition: color 0.25s ease, transform 0.45s ease;
}

.navbar-inverse .navbar-nav > li > a:hover {
	color: #42AEE5;
}

.price-tag {
	float: right;
	font-size: 24px;
	font-family: Open Bold;
}

#price {
	color: #42AEE5;
	width: 56px;
	display: inline-block;
	text-align: right;
}

.has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
	color: #42AEE5;
}

.digitip {
	font-size: 20px;
}

.navbar-inverse {
	background-color: #FFF;
	border: none;
	box-shadow: 0 0 10px rgba(0,0,0,0.15);
}

.tabs div {
	padding: 8px;
	font-size: 20px;
	display: inline-block;
	transition: color 0.45s ease, transform 0.45s ease, background 0.45s ease;
}
.tabs div:hover {
	background: #F5F5F5;
	color: black;
	padding: 8px;
	font-size: 20px;
	display: inline-block;
	cursor: pointer;
	transform: scale(1.08);
}

.tabs > .active {
	color: white !important;
	background: #42AEE5 !important;
}

.btn-primary {
	background-color: #42AEE5;
	border: none;
	transition: transform 0.45s ease;
}

.btn-primary:hover {
	background-color: #42AEE5;
	border: none;
	transform: scale(1.08);
}

#tab_vps {
	min-height: 232px;
}
#tab_housing {
	min-height: 232px;
}

.card {
	padding: 20px;
	background: white;
	border: 2px solid #42AEE5;
}

.navbar-brand {
	padding: 10px 15px;
}

.min-slider-handle {
	transition: transform 0.45s ease;
}

.min-slider-handle:hover {
	transform: scale(1.1);
}

.navbar-form button {
	padding: 0;
	font-size: 18px;
	color: #000 !important;
}

.navbar-form button:hover {
	color: #42AEE5 !important;
}

.navbar-form {
	padding: 0px;
	margin-top: 11px;
	margin-bottom: 0px;
	margin-left: 12px;
	display: inline-block;
}

.slider.slider-horizontal {
	width: 100%;
}

.has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
	color: #000;
}

.navbar-inverse .navbar-toggle .icon-bar {
	background-color: #000;
}

.pack-title {
	font-weight: bold;
	color: #42AEE5;
}

.pack-label {
	font-size: 16px;
	font-weight: bold;
}

.pack-value {
	font-size: 16px;
}

#tab_dedicated {
	margin-bottom: 20px;
}

@media only screen and (max-device-width: 760px) {
	#order-os, #order-name, #order-email, #order-address, #order-info {
		width: 100% !important;
	}

}