/*
	RESET
*/

@import url('https://fonts.googleapis.com/css2?family=Cabin&display=swap');

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/*
	FOOTER STICK BOTTOM
*/
* {
	margin: 0;
}
html, body {
	height: 100%;
}
.container {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -4em;
	width: 900px;
}
.footer, .push {
	clear: both;
	height: 4em;
}

.footer {
	margin: 0 auto -4em;
	width: 960px;
}

/*
	MAIN DEF.
*/

body {
	background: #c5c5c5;
	color: #999;
	font-family: 'Cabin', sans-serif;
	font-size: 13px;
	line-height: 1.2em;
}

.container {
	background: url("../img/bg.container.jpg") no-repeat scroll 0 140px #fff;
	position: relative;
}

.header {

}

.soc-holder {
    position: absolute;
    right: 15px;
    top: 530px;
}

.soc-holder ul {
	width: 48px;
}

.soc-holder ul li {
	
}

.soc-holder ul li a {
    background-image: url("../img/bg.social.png");
    background-repeat: no-repeat;
    float: left;
    height: 0;
    margin-left: 8px;
    overflow: hidden;
    padding-top: 40px;
    width: 40px;
}

.soc-holder ul li a#fb-link {
    background-position: 0 -40px;
    margin-top: 5px;
}

.logo-holder {
    display: inline-block;
    margin: 35px 0 0 60px;	
}

h1 a {
    background: url("../img/logo.png") no-repeat scroll center center rgba(0, 0, 0, 0);
    display: block;
    height: 55px;
    width: 260px;
}
h1, h1 a {
    float: left;
    outline: medium none;
    text-indent: -9000em;
}

h2 {
    color: #979797;
    font-size: 27px;
    margin-left: -10px;
    padding: 10px 0 0;
    position: absolute;
}


i {
	font-style: italic;
}

em, u {
	text-decoration: underline;
}

strong, b {
	font-weight: 800;
}

a {
	color: #979797;
}

input, textarea {
	color: #444;
	font-family: 'Cabin', sans-serif;
}

label {
	color: #333;
	display: inline-block;
	font-size: 14px;
	width: 100%;
}

.tx-femanager input, .powermail_fieldwrap_input input {
    background: none repeat scroll 0 0 #FAFAFA;
    border: 1px solid #D6D6D6;
    color: #666666;
    font-size: 16px;
    height: 40px;
    margin: 15px 0;
    padding: 0 10px;
    width: 360px;
}

.powermail_radio_legend, .powermail_check_legend {
    color: #000000;
    display: inline-block !important;
    font-size: 14px;
}

.powermail_radio_inner {
    display: inline-block;
    margin: 0 10px 0 0;
}

.powermail_check_inner label {
    padding: 0 0 0 10px;
    width: 550px;
}

.powermail_checkbox {
    vertical-align: top;
}

.powermail_check_inner {
	margin: 5px 0;
}

.powermail_radio  {}

.powermail_radio_inner label {
    width: 15px;
}

.powermail_textarea  {
    background: none repeat scroll 0 0 #FAFAFA;
    border: 1px solid #D6D6D6;
    color: #666666;
    font-size: 16px;
    margin: 15px 0;
    padding: 0 10px;
    width: 360px;	
}

.powermail_radio_outer, .powermail_check_outer  {
	margin: 15px 0;
}

.btn.btn-primary.btn-large {
    background: url("../img/bg.register.gif") repeat-x scroll;
    border: medium none;
    border-radius: 5px;
    color: #FFF;
	margin: 0 0 0 245px;
    height: 30px;
    width: auto;
}

.auth-holder {
    background: url("../img/bg.logon.png") no-repeat;
    display: inline-block;
    float: right;
    height: 285px;
    margin: 50px 80px 0 0;
    width: 250px;
}

.promo-holder {
    clear: both;
    margin: 0 0 5px;
    padding: 30px 80px 0;
    text-align: right;
}
.promo-holder p {
	color: #307595;
	font-size: 18px;
}


/*
	MENU
*/

.menu-holder {
    display: inline-block;
    text-align: right;
    width: 100%;
}

.menu-holder a {
    background: none repeat scroll 0 0 #FAFAFA;
    border: 1px solid #D6D6D6;
    color: #979797;
    display: inline-block;
    font-size: 14px;
    margin: 0 0 40px 5px;
    padding: 8px 30px;
    text-decoration: none;
    text-transform: uppercase;
}

/*
	SIDEMENU
*/

ul.side-menu {
    display: inline-block;
    margin: 0 0 50px;
	width: 100%;
}

ul.side-menu li {
    border-bottom: 1px dotted #CCCCCC;
}

ul.side-menu li.last {
	border: none;
}

ul.side-menu li a {
    color: #494949;
    display: inline-block;
    font-weight: bold;
    padding: 5px 0;
    text-decoration: none;
	width: 100%;
}

ul.side-menu li a:hover, ul.side-menu li a.active {
    color: #222;
    text-decoration: underline;
}

/*
	CONTENT
*/

.content-holder ul {
	margin: 0 0 10px 0;
}

.content-holder ul li {
    list-style: disc inside none;
}

.content-holder {
    background: url("../img/bg.colline.png") no-repeat #fff;
    box-shadow: 0 5px 10px #aaa;
    margin: 0 80px;
    min-height: 150px;
    padding: 40px 30px;
}



.content-holder p {
    margin: 0 0 11px;
}

.main-content {
	width: 590px;
	float: left;
}

.side-content {
    display: inline-block;
    float: right;
    width: 350px;
}

/*
	MULTICOL's
*/

.panel h3 {
	display: none;
}

h3 {
    border-left: 3px solid #FFFFFF;
    font-size: 24px;
    height: 50px;
    margin: 0 0 20px;
    padding: 5px 10px 0;
}

.content-inner {
	position: relative;
}

a.internal-link {
    bottom: -20px;
    color: #fff;
    position: absolute;
    text-align: right;
    width: 214px;
}

.content-holder.intro {
	background-repeat: repeat-y;
	color: #fff;
	padding: 40px 15px;
}

.col-1, .col-2, .col-3 {
    display: inline-block;
    vertical-align: top;
    width: 214px;
}

.col-1 p, .col-2 p, .col-3 p, .col-1 li, .col-2 li, .col-3 li {
	font-size: 13px;
}

.col-1, .col-2 {
	margin-right: 15px;
}

.col-2, .col-3 {
	margin-left: 15px;
}

.auth-holder .tx-felogin-pi1 fieldset.login {
    background: url("../img/bg.logform.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: inline-block;
    width: 200px;
}

.auth-holder .tx-felogin-pi1 #user, .auth-holder .tx-felogin-pi1 #pass {
    background: none;
    border: medium none;
    height: 40px;
    margin: 0 0 0 40px;
    padding-top: 2px;
    width: 155px;
}

.auth-holder .tx-felogin-pi1 {
    padding: 50px 24px;
}

.auth-holder .tx-felogin-pi1 h4 {
    color: #333333;
    font-size: 18px;
    padding-top: 24px;
    text-align: center;
}

.tx-felogin-pi1 h3 {
	display: none;
}
	
.auth-holder .tx-felogin-pi1 p {
    color: #7C818B;
    font-size: 11px;
    padding: 0 0 25px;
    text-align: center;
}

.auth-holder .tx-felogin-pi1 .submit-btn {
    background: url("../img/bg.submit.png") no-repeat;
    border: none;
    color: #fff;
    font-size: 18px;
    height: 40px;
    margin: 15px 0 0;
    text-shadow: 0 1px 1px #000;
    width: 198px;
}

/* ----------- */

.main-cont h3, .right-cont h3 {
    border: medium none;
    color: #307595;
    margin: 25px 0 0;
    padding: 0;
}

.content-holder.first-page {
    box-shadow: none;
    padding: 40px 0;
}

.main-cont {
    float: left;
    width: 475px;
}

.right-cont {
    float: right;
    width: 240px;
}

.logged-in-bg {
    background: url("../img/bg.loggedin.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 140px;
    margin: 25px 0 0;
}

/* bg.loggedincontrols.png */

.logged-in-controls {
    margin: 25px 0 40px;
    text-align: center;
}

.logged-in-bg a.green-btn, a.green-btn, .powermail_submit {
    background: url("../img/bg.loggedincontrols.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    color: #FFFFFF;
    display: inline-block;
    font-size: 14px;
    height: 32px;
    padding: 8px 0 0;
    text-align: center;
    text-decoration: none;
    text-shadow: 1px 1px 1px #000000;
    width: 80px;
}

.logged-in-bg input.logout-btn {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #DDDDDD;
    color: #FFFFFF;
    font-size: 18px;
    text-shadow: 1px 1px 1px #666666;
    width: 100%;
}

.reg-pass {
	margin: -30px 0 0;
}

.copy-holder {
    margin: 15px 0 0 110px;
    position: absolute;	
}

.tx-powermail h3, .tx-powermail legend {
	display: none;
}

.powermail_submit {padding: 0;}
.powermail_fieldwrap_submit {text-align: center;}

.powermail_fieldwrap {
    border-top: 1px dotted #bbb;
    margin: 0 0 10px;
    padding: 10px 0 0;
}