/* Global rules */
*{
	margin: 0;
	padding: 0;
}

html {
	font-family: OpenSans, OpenSans-IE, "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	line-height: 1.3;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	width: 100%;
	overflow: hidden;
}

body {
	background-color: rgb(5,139,198);
	cursor: default;
	text-align: center;
	width: 100%;
	
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}

::-webkit-scrollbar { 
    display: none; 
}

a {
	color: inherit;
	outline: none;
	text-decoration: none;
}

img {
	border-style: none;
}

@font-face {
	font-family: 'OpenSans';
	src: local('../fonts/OpenSans-Light.ttf'), url('../fonts/OpenSans-Light.ttf');

}

@font-face {
	font-family: 'OpenSans-IE';
	src: url('../fonts/opensans-light-webfont.eot');
	src: url('../fonts/opensans-light-webfont.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/opensans-light-webfont.woff') format('woff'),
		 url('../fonts/opensans-light-webfont.ttf') format('truetype'),
		 url('../fonts/opensans-light-webfont.svg#open_sanslight') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Blanch';
	src: local('../fonts/BLANCH_CAPS.ttf'), url('../fonts/BLANCH_CAPS.ttf');
}

@font-face {
	font-family: 'Confortaa';
	src: local('../fonts/Comfortaa-Regular.ttf'), url('../fonts/Comfortaa-Regular.ttf');
}

/* Header */
#header {
	height: 330px;
}

#logo {
	margin-top: 112px;
}

/* Content */
#content {
	background: transparent url('../images/cardeira-background1.png') center repeat;
	border-color: white;
	border-left-style: none !important;
	border-right-style: none !important;
	border-style: solid;
	border-width: 2px;
	color: rgb(206,207,209);
	height: 384px;
	text-align: center;
}

#choose-icons {
	height: 143px;
}

#choose-text {
	font-family: Blanch;
	font-size: 24px; 	
	margin-top: 78px;
}

#middle-bar {
	vertical-align: top;
}

#stand-icon, #leiloes-icon {
	border-radius: 50%;
	border-style: solid;
	border-width: 18px;
	border-color: transparent;
	margin-top: -21px;	
	padding: 4px;
}

#stand-icon:hover, #stand-icon:focus, #leiloes-icon:hover, #leiloes-icon:focus {
	border-color: rgb(206,207,209);
}

.title, .description {
	display: inline-block;
	margin-top: -15px;
}

.title {
	font-family: Confortaa;
	font-size: 24px;
}

.description {
	color: rgb(104,118,127);
	font-size: 11px;
	font-weight: bold;
	padding-top: 30px;
}

#stand-title{
	margin-right: 676px;
	width: 82px;
}

#stand-description, #leiloes-description {
	    position: absolute;
    top: 605px;
    left: 0;
    right: 0;
    margin-left: -761px;
}

#leiloes-description {
    margin-left: 0px;
    margin-right: -762px;
}

/* Footer */
#footer {
	color: white;
	font-size: 12px;
	padding-bottom: 17px;
	padding-top: 17px;
	vertical-align: middle;
}

.highlight-black {
	color: black;
}