@charset "utf-8";
/* CSS Document */
#body input, #body select, #body textarea{
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 1.1em;
	border: 1px solid #DAECF5;
	border-radius: 5px;
	padding: 4px 10px;
	box-sizing: border-box;
}
#body label, .label{
	font-size: 1.2em;
	font-weight: 700;
	color: #1c21fd;	
}
a.button, .general a.button{
	border-radius: 5px;
	border: 1px solid #1c21fd;
	padding: 5px 20px;
	background: #1c21fd;
	background: linear-gradient(#1c71fd, #00569a);
	color: #C7D9FF;
	margin: 10px;
	font-weight: 700;
}
/*a.button {
    display: inline-block;
    vertical-align: top;
    margin: 35px 30px 20px 0;
    background: rgba(5, 150, 255, 0.8);
    padding: 10px 30px;
    float: right;
    background-position-x: 718px;
    color: white;
    font-family: sans-serif;
    border-radius: 8px;
    box-shadow: 0 0 1px 1px rgba(3, 51, 86, 0.5);
    border-top: 1px solid rgba(13, 163, 255, 1);
    border-left: 1px solid rgba(13, 163, 255, 1);
}*/
a.button:hover{
	color: white;
	border-color: white;
	border-radius: 6px;
	transition: all 0.1s;
}
a.bigbutton, a.bigbutton:hover, .general a.bigbutton, .general a.bigbutton:hover {
    padding: 10px 20px;
    font-size: 1.4em;
    border: 1px solid #eef;
    border-radius: 10px;
    background: linear-gradient(to bottom, #215bb9, #517bc9 42%, #215bb9);
    color: white;
    font-weight: 799;
}
a.bigbutton:hover, .general a.bigbutton:hover{
	color: yellow;
}
.button.close, .close.button {
    padding: 2px 7px 1px;
    border: 0;
    margin: -5px -15px;
    float: right;
    -webkit-appearance: none;
    font-family: sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    border: 1px solid #d7cdb6;
    background-image: linear-gradient(25deg, transparent, #e7dbc5);
    background-color: transparent;
    color: #b39961;
}
.button.close span {
    font-size: 2em;
}
.close, .btn{
    cursor: pointer;
}
/*.button.btn {
	color: #fff;
    background-color: #8d959c;
    border-color: #8d959c;
    padding: 10px 20px;
    border-radius: 5px;
    outline: 0;
    border: 1px solid transparent;
    display: inline-block;
    margin-right: 40px;
    float: right;
}*/
a.closeBtn {
    color: #abc;
    text-transform: uppercase;
    text-decoration: none;
    font-family: sans-serif;
    font-weight: bold;
    font-size: 18pt;
    padding: 10px 12px;
    float: right;
}
.popup a {
    transition: all 0.4s;
}
.popup a.closeBtn:hover {
    color: white;
}
.popup .Header a.button:hover {
    color: #fbde8e;
    border-top: none;
    border-left: none;
    border-right: 1px solid rgba(13, 163, 255, 1);
    border-bottom: 1px solid rgba(13, 163, 255, 1);
}
