body, html { padding:0px; margin:0px; font-family:Verdana; }
a { text-decoration:none; color:#701400; }
img { border:0px; }

h1 { color:#701400; font-size:40px; font-weight:normal; }

#body { position:relative; width:900px; margin-left:auto; margin-right:auto;

	padding:0 156px;
 }
#body .lang { position:absolute; right:100px; top:30px; font-size:15px; 
	text-align: center;
	width:25px;}
#body .lang a:hover {
	text-decoration: underline;
	/*font-weight: 700;*/
	color:black;
}
#body .icons { position:absolute; right:100px; top:56px; text-align: center;}
#body .top { text-align:right; padding-top:10px; padding-right:50px; }
#body ul.menu { list-style:none; background:url('/i/line.png'); padding:0px; margin:0px; padding-top:7px; width:820px; margin-left:auto; margin-right:auto; }
#body ul.menu li { float:left; width:102px; padding-top:10px; text-align:center; }
#body ul.menu li a { font-size:13px; color:#701400; }
#body ul.menu li.a a { font-weight:bold; }
#body ul.menu li a:hover { text-decoration:underline; }

#main { width:572px; height:383px; text-align:center; position:absolute; left:0; right:0; top:0; bottom:0; margin:auto; }

#content { margin-top:40px; font-size:12px; }
.txt { padding-left:50px; padding-right:50px; line-height:20px; }
#content .news { text-align:center; margin-bottom:20px; color:#701400; }
#content .news > b { color:#701400; }
#content ul.left { list-style:none; width:240px; float:left; }
#content ul.left li { margin-left:25px; padding-top:2px; padding-bottom:5px; }
#content ul.left li a { color:#701400; }
#content ul.left li.a { margin-left:0px; padding-left:25px; background:url('/i/icon1.png') no-repeat; }
#content ul.left li.a a { font-weight:bold; }
#content ul.left li:hover { margin-left:0px; padding-left:25px; background:url('/i/icon2.png') no-repeat; }

#content a {
	border-bottom: 1px dotted #701400;
}

#content a:hover {
	text-decoration: none !important;
	border-bottom: 1px solid #701400;
}

.footer { clear:both; margin-top:20px; padding-top:10px; padding-bottom:20px; font-size:10px; border-top:1px solid #ddd; color:#888; padding-left:10px; }
.footer a { color:#888; }
.footer a:hover { color:#777; }


#support {
	position: fixed;
	top:20px;
	margin-left:-150px;
}

#support .newsletter_a {
	display: block;
	text-align: center;
	text-transform: uppercase;
	font-size: 13px;
}
	#support .newsletter_a svg {
		width: 46px;
		display: block;
		margin:63px auto 5px;
	}
#support .newsletter_a:hover {
	color:black;
}
	#support .newsletter_a:hover svg g{
		fill:black;
	}
#data {
	font-size: 15px;
	color:#701400;
	max-width: 800px;
	/*padding: 5px 15px;*/
	padding-bottom: 72px; 
	font-family: Lato, 'Open Sans', 'Source Sans Pro', 'Ubuntu', 'Pontano Sans', 'Roboto', 'Helvetica Neue', 'Trebuchet MS', sans-serif;
}
#data form {
	text-align: center;
}
#data a:hover {
	text-decoration: underline;
}


@media only screen and (max-width: 1124px), only screen and (max-device-width: 1124px) {
	#support {
		position: absolute;
		margin:0;
		left:15px;
	}
}






/* #### bootstrap Form #### */
.bootstrap-frm {
    margin-left:auto;
    margin-right:auto;

    max-width: 600px;
    padding: 20px 30px 20px 30px;
    font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #701400;
    text-shadow: 1px 1px 1px #FFF;
    border:1px solid #DDD;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    margin-bottom: 70px;
}

.bootstrap-frm.bottommore {
    margin-bottom: 320px;
}

.bootstrap-frm h1 {
    font: 19px Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding: 0px 10px 10px 40px;
    display: block;
    border-bottom: 1px solid #DADADA;
    margin: -10px -30px 30px -30px;
    color: #701400;
    font-weight: 300;
}
.bootstrap-frm h1>span {
    display: block;
    font-size: 11px;
}
.bootstrap-frm label {
    display: block;
    margin: 0px 0px 5px;
}
.bootstrap-frm label>span {
    float: left;
    width: 20%;
    text-align: right;
    padding-right: 10px;
    margin-top: 10px;
    color: #701400;
    font-family: Lato,"Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 300;
}
.bootstrap-frm input[type="text"], .bootstrap-frm input[type="email"], .bootstrap-frm textarea, .bootstrap-frm select{
    border: 1px solid #CCC;
    color: #701400;
    height: 20px;
    line-height:18px;
    font-size: 15px;
    margin-bottom: 16px;
    margin-right: 6px;
    margin-top: 2px;
    outline: 0 none;
    padding: 5px 0px 5px 5px;
    width: 70%;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;    
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.bootstrap-frm select {
    background: #FFF url('down-arrow.png') no-repeat right;
    background: #FFF url('down-arrow.png') no-repeat right;
    appearance:none;
    -webkit-appearance:none;
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    width: 70%;
    height: 35px;
    line-height:15px;
}
.bootstrap-frm textarea{
    height:100px;
    padding: 5px 0px 0px 5px;
    width: 70%;
}
.bootstrap-frm .button {
    background: #FFF;
    border: 1px solid #CCC;
    padding: 10px 25px 10px 25px;
    color: #701400;
    border-radius: 4px;
	-webkit-transition: background .3s; /* Safari */
    transition: background .3s;
    font-size: 14px;
	display: block;
    
}
.bootstrap-frm .button:hover {
    color: #fff;
    background-color: #701400;
    border-color: #ADADAD;
    cursor: pointer;
}

.bootstrap-frm .person_title {
	padding-left: 20%;
}

.bootstrap-frm .person_title label {
    display: inline-block;
    margin: 0;
    margin-left: 5px;

}
.bootstrap-frm em {
	display: block;
	font-style: normal;
	font-size: 10px;
	padding-top: 20px;
}

.bootstrap-frm .message {
	font-size: 1.4em;
	display: none;
}

.bootstrap-frm input.error {
	border-color:red;
}
.bootstrap-frm .notvalid {
	color:red;
	display: none;
	padding-left: 20%;
	margin-left: 10px;
	font-size: 15px;
	font-weight: bold;
}
