body {
	background: #FFF;
}
a, input, button, div {
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}
a:hover, a:focus {
	outline: none;
}

/*##############
 * HEADER
 ##############*/
header {
	background: url(../img/bg-head.png) repeat-x top;
	min-height: 200px;
}

/*##############
 * NAV BAR
 ##############*/
.navbar {
	min-height: 100px;
}
.navbar-default {
	background: none;
	border: none;
}
.navbar-collapse {
	margin-top: 80px;
}
.navbar-nav > li > a {
	padding: 5px 15px;
	font-size: 17px;
	color: #898a8a;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color: #2e5f93;
	background: none;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
	color: #2e5f93;
}

.auth {
	position: relative;
}
.form-auth {
	position: absolute;
	top: 10px;
	right: 0;
}
.form-auth label {
	color: #898a8a;
	font-weight: 100;
	margin-right: 5px;
	margin-left: 10px;
}
.form-auth button {
	border: none;
	background: none;
	font-size: 18px;
	color: #cf3888;
	margin-left: -30px;
}
.form-auth button:hover,
.form-auth button:focus {
	background: none;
	border: none;
	color: #2e5f93;
}

/*##############
 * TOP
 ##############*/
.top > div {
	border-radius: 10px;
}
.price, .register {
	min-height: 225px;
	color: #FFF;
	padding: 0 30px 20px 30px;
}
.price {
	background: #e67623;
	border-radius: 10px 0 0 10px;
	font-size: 16px;
}
.price > h2 {
	font-size: 18px;
}
.price table {
	margin-bottom: 10px;
}
.price table > tbody > tr > td {
	border: none;
	padding: 5px 0 5px 0;
}
.price table > tbody > tr > td > p {
	margin: 0;
	padding: 0;
	line-height: 14px;
}
.price table > tbody > tr > td > span {
	font-size: 14px;
	color: #f8dac4;
}
.price > a {
	color: #FFF;
}
.price > a:hover,
.price > a:focus {
	color: #EEE;
	text-decoration: none;
}

/* ##########################
 * FORM
 ###########################*/
.register {
	background: #2e5f93;
	border-radius: 0 10px 10px 0;
}
.register > h1 {
	font-size: 32px;
}

.checkbox label {
	min-width: 70px;
	display: inline-block;
}
.domain {
	font-size: 20px;
	margin-top: 10px;
}
.domain > input {
	display: inline;
	width: 80%;
	font-size: 24px;
	line-height: 24px;
	height: 40px;
}
.form-control::-moz-placeholder {
	font-size: 14px;
}
.check {
	margin-top: 10px;
	padding: 0px 0px 0px 0px;
}
.check > label {
	margin: 0;
	font-weight: 100;
	width: 25%;
}
.select {
	margin-top: 20px;
}
.select > select {
	width: 32%;
	display: inline;
}
.search > button {
	font-size: 19px;
	background: none;
	color: #FFF;
	border: none;
	float: right;
	margin-top: 15%;
}
.search > button:hover,
.search > button:focus {
	background: none;
	border: none;
	color: #EEE;
}


/*##############
 * CONTENT
 ##############*/
.content {
	min-height: 300px;
	padding: 40px 0 40px 0;
}
.content h3 {
	margin-top: 0;
	color: #2e5f93;
}
.site {
	line-height: 24px;
}
.site  a {
	color: #2e5f93;
}

/*##############
 * LEFT COL
 ##############*/
.left-col {
	background: #adadad;
	border-radius: 10px;
	min-height: 100px;
	padding: 20px;
	color: #FFF;
}
.mail {
	font-size: 18px;
	background: url(../img/ico-mail.png) no-repeat left 50%;
	padding: 0 0 0 40px;
	margin-bottom: 20px;
}
.mail > a {
	color: #FFF;
	opacity: 1;
}
.mail > a:hover,
.mail > a:focus {
	text-decoration: none;
	opacity: 0.8;
}
.phone {
	background: url(../img/ico-phone.png) no-repeat left 50%;
	padding: 0 0 0 40px;
	font-size: 18px;
	line-height: 17px;
}
.phone > span {
	font-size: 14px;
	display: block;
}


/*##############
 * FOOTER
 ##############*/
footer {
	background: #FFF url(../img/bg-foot.png) repeat-x;
	min-height: 150px;
	padding: 20px 0 0 0;
	color: #787878;
}
.foot-menu {
	margin: 0;
	padding: 0;
	color: #2e5f93;
	text-align: center;
}
.foot-menu > li {
	list-style: none;
	display: inline-block;
}
.foot-menu > li > a {
	display: inline-block;
	padding: 0 5px 0 5px;
	color: #2e5f93;
}
.foot-menu > li > a:hover,
.foot-menu > li > a:focus {
	color: #666;
}
.margin-top {
	padding-top: 10px;
}




